.entry-header {
    display: none;
}

@media screen and (max-width: 736px) {
    #main .row {
        max-width: 99%;
    }
}


/*---- eyecatch -----*/
#eyecatch {
    background-image: url(https://teamorder.jp/wp-content/themes/wp-dcafe/maker/blueeq/img/bg.jpg);
    background-size: cover;
}


.top_img {
    width: 35%;
    height: 100%;
    margin: auto;
}

.logo_blueeq {
    width: 16em;
    display: block;
    margin: auto;
    padding-top: 70px;
    padding-bottom: 70px;
}

.fukidashi {
    width: 100%;
    color: #fff;
    font-size: 1.2em;
    text-align: center;
    font-weight: 600;
}

.text_mini {
    font-size: 0.8em;
    letter-spacing: 3px;
}

.button_org {
    width: 15em;
    background-color: #DE6515;
    font-weight: 700;
    border-radius: 3px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding: 1em;
}

.button_org a {
    color: #fff;
    display: block;
}

/*---- outline -----*/
#outline {
    background-color: #1C738A;
    color: #F5F5F5;
    text-align: center;
}

#outline img {
    width: 10em;
    margin-left: auto;
    margin-right: auto;
}

#outline p {
    line-height: 2;
}


/*---- feature -----*/
#feature {
    background-color: #F5F5F5;
}

.mini_ti {
    font-size: 18px;
    font-weight: 700;
    font-style: normal;
    color: #1C738A;
    text-align: center;
    letter-spacing: 3px;
}

.big_ti {
    font-size: 120px;
    font-weight: 700;
    color: #1C738A;
    text-align: center;
    font-family: "futura-pt", sans-serif;
    font-weight: 800;
    font-style: italic;
    line-height: 100px;
}

.main_text {
    font-size: 32px;
    color: #222222;
    text-align: center;
    font-weight: 700;
    margin-top: 80px;
    letter-spacing: 0.2em;
}

.sub_text {
    font-size: 17px;
    color: #222222;
    text-align: center;
    margin-top: 30px;
    letter-spacing: 0.2em;
}

.mini_link {
    text-align: center;
    font-size: 14px;
}

/*---- featureコンテナ -----*/

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 0px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    align-items: flex-start;
}

.card {
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
    transition: transform 0.2s;
}

.card img {
    width: 100%;
    display: block;
}

.card-header {
    padding: 20px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.6;
}

/* アコーディオン部分 */
.card-text {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.3s ease;
    font-size: 14px;
    padding: 0 20px;
}

.card.active .card-text {
    max-height: 500px;
    padding: 20px;
    height: 300px;
}

/* プラス・マイナスボタン */
.toggle-btn {
    font-size: 28px;
    color: #555;
    text-align: center;
    padding: 10px;
    cursor: pointer;
    user-select: none;
    border-top: 1px solid #eee;
    transition: background 0.2s;
}

/*---- lineup -----*/
#lineup {
    background-color: #E5F4F8;
}

.product-container {
    display: flex;
    width: 100%;
}

/* 商品カードのスタイル */
.product_bag {
    padding: 20px;
    display: flex;
    justify-content: center;
}

.product-card {
    padding: 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

/* Swiperのページネーションのスタイル */
.swiper-pagination {
    bottom: 10px;
    display: flex;
    gap: 8px;
}

.swiper-container {
    display: flex;
    justify-content: center;
}

.swiper-button-next  {
    background-size: 20px 20px !important; 
}

.swiper-button-prev {
    background-size: 20px 20px !important;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
    .product-container {
        flex-direction: column;
    }
}

/* 商品説明 */

.product_desc {
    color: #222222;
}

.pro_name {
    font-size: 1.2em;
    font-weight: bold;
}

.pro_price {
    font-size: 1.2em;
    font-weight: bold;
}

.pro_tax {
    font-size: 0.8em;
}

.pro_number {
    font-size: 0.8em;
}

.pro_color {
    font-size: 1.2em;
    letter-spacing: 4px;
}

.pro_ti {
    font-size: 1.1em;
    margin-top: 0.5em;
    font-weight: 700;
}

.pro_text {
    font-size: 0.9em;
}

/* チームオーダー特典詳細 */

.team-order-feature {
    border-radius: 5px;
    border: 5px solid #E0F93F;
}

.feature-header {
    background-color: #E0F93F;
    text-align: center;
    padding: 0.3em;
    font-weight: bold;
    font-size: 1em;
    color: #222222;
}

.feature-body {
    display: flex;
    align-items: center;
    background-color: #FBFDF0;
    padding: 20px;
    gap: 20px;
}

.feature-image-container {
    flex-shrink: 0;
}

.feature-image {
    width: 100px;
}

.feature-details {
    flex-grow: 1;
}

.feature-title {
    color: #DE6515;
    font-size: 1.1em;
    font-weight: bold;
}

.feature-text {
    font-size: 0.8em;
    line-height: 1.5;
    color: #222222;
    margin: 0 0 5px 0;
}

.feature-marking-size {
    font-size: 14px;
    color: #333;
    margin: 0;
    font-weight: bold;
}

.feature-marking {
    font-weight: bold;  
}

.btn-orange, a.btn-orange, button.btn-orange {
    font-size: 1rem;
    font-weight: 700;
    padding: 1em 3.5rem;
    cursor: pointer;
    user-select: none;
    transition: all 0.3s;
    letter-spacing: 0.1em;
    border-radius: 0.3rem;
}

.btn--orange:hover,
a.btn--orange:hover {
  color: #fff;
  background: #f56500;
}

.btn--orange, a.btn--orange {
    color: #fff;
    background-color: #eb6100;
    display: block;
    text-align: center;
    width: 300px;
    margin: 0 auto;
}


@media screen and (max-width: 736px) {
.top_img {
    width: 95%;
    margin: auto;
}

.logo_blueeq {
    width: 8em;
    padding-top: 30px;
    padding-bottom: 20px;
}

#outline img {
    width: 6em;
}

#outline p {
    font-size: 0.9em;
    text-align: left;
}

.big_ti {
    font-size: 80px;
    line-height: 70px;
}

.mini_ti {
    font-size: 15px;
}

.main_text {
    font-size: 30px;
    margin-top: 40px;
    letter-spacing: 0.1em;
}

.sub_text {
    font-size: 12px;
    margin-top: 10px;
    letter-spacing: 0.1em;
}

.card-text {
    font-size: 13px;
}

.card.active .card-text {
    height: 270px;
}

.mini_link {
    font-size: 12px;
}

}