@charset "utf-8";
/* CSS Document */

header {
    z-index: 100;
}

html {
    overflow-x: hidden;
}

#tokushu_container .pc {
    display: none !important;
}

#tokushu_container .sp {
    display: block;
}

@media screen and (min-width:601px) {
    #tokushu_container .sp {
        display: none !important;
    }
}

/*----------lp----------*/
#tokushu_container ul {
    padding-left: 0;
}

#tokushu_container a {
    text-decoration: none;
    color: #555;
    transition: all 0.5s;
}

#tokushu_container img {
    max-width: 100%;
}

#tokushu_container a:hover {
    opacity: 0.7;
}

#tokushu_container a.link-none {
    pointer-events: none;
    text-decoration: none;
}

#tokushu_container {
    background-color: #fff;
    text-align: center;
    margin: -50%;
    margin: 15px calc(50% - 50vw) 0;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;

}

#tokushu_container .mainimg {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

#tokushu_container .mv_ttl {
    position: absolute;
    top: 54%;
    right: 8%;
    transform: translateY(-50%);
    opacity: 0;
    transition: opacity 480ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    max-width: 596px;
    width: 50%;
}

#tokushu_container .mv_ttl.active {
    opacity: 1;
}

#tokushu_container .leadtext_text {
    letter-spacing: 1.1px;
    margin: 90px auto 120px;
    font-size: 15px;
    line-height: 2.2;
    text-align: center;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    color: #000000;
    font-weight: 600;
}

#tokushu_container .maincontents--box {
    padding: 0 3%;
}

/* flower */

#tokushu_container .flower-landscape {
    max-width: 1100px;
    margin: 0 auto;
    text-align: left;
    position: relative;
}

#tokushu_container .flower-landscape::before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #fff 50%);
    position: absolute;
    top: 0;
    left: 0;
}

#tokushu_container .flower-landscape img {
    max-width: 550px;
}

#tokushu_container .flower-bk {
    background: linear-gradient(to top, rgba(255, 255, 255, 0.7) 50%, rgba(255, 255, 255, 0.8) 70%, #fff 100%),
        url(//image.store.sanyo-shokai.co.jp/contents/special/tbc-20250905/images/flower_800x1200.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 40px;
}

/* アイコン（右下固定） */

.credit {
    position: relative;
    overflow: hidden;
}

#tokushu_container .credit__icon {
    position: absolute;
    display: block;
    bottom: 2rem;
    /* 初期位置 */
    right: 2rem;
    width: 32px;
    height: 32px;
    cursor: pointer;
    /*z-index: 3;*/
    transition: transform 0.3s ease;
}

/* プラスの縦棒＋横棒 */
#tokushu_container .credit__icon::before,
#tokushu_container .credit__icon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    background: #fff;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease;
}

#tokushu_container .credit__icon::before {
    width: 2px;
    height: 25px;
    /* 縦棒 */
}

#tokushu_container .credit__icon::after {
    width: 25px;
    height: 2px;
    /* 横棒 */
}

/* active時：縦棒を消して横棒だけにする */
#tokushu_container .credit.active .credit__icon::before {
    opacity: 0;
    /* 縦棒を非表示 */
}

#tokushu_container .credit.active .credit__icon::after {
    transform: translate(-55%, -50%) rotate(0deg);
    /* 横棒は水平のまま */
}

/* アイコンを詳細テキスト上端に移動（JSで制御） */
#tokushu_container .credit.active .credit__icon {
    /* transformはJSで動的にセット */
}

/* 詳細：画像の上に重ねる */
#tokushu_container .credit__detail {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 1rem 2.5rem;
    box-sizing: border-box;
    opacity: 0;
    transform: translateY(100%);
    transition: opacity 0.4s ease, transform 0.4s ease;
    z-index: 2;
    color: #fff;
    text-align: right;
}

#tokushu_container .credit.active .credit__detail {
    opacity: 1;
    transform: translateY(0);
}

#tokushu_container .credit__image {
    display: flex;
    overflow: hidden;
    position: relative;
    max-width: 550px;
    cursor: pointer;
}

#tokushu_container .credit .credit__image::after {
    content: '';
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    opacity: 0;
    transition: opacity 1s ease;
}

#tokushu_container .credit.active .credit__image::after {
    opacity: 1;
}

#tokushu_container #sec_02 .credit__image {
    max-width: 600px;
}

#tokushu_container #sec_03 .credit__image {
    max-width: 800px;
}

#tokushu_container #sec_04 .credit__image {
    max-width: 600px;
}

#tokushu_container .credit__detail__item {
    color: #fff;
    font-size: 13px;
}

#tokushu_container .credit__detail__item li {
    margin: 8px 0;
}

#tokushu_container .credit__detail__item a {
    color: #fff;
}

#tokushu_container .maincontents--list-flx {
    display: flex;
    justify-content: center;
    gap: 0;
    margin: 0 0 120px;
}

#tokushu_container .btn_area {
    margin-top: 150px;
    margin-bottom: 120px;
    text-align: center;
}

#tokushu_container a.allitem_btn {
    width: 90%;
    max-width: 580px;
    margin: 0 auto 50px;
    padding: 18px;
    background-color: #353535;
    border: solid 1px #353535;
    color: #fff;
    display: block;
    /*font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ",    sans-serif;*/
    font-size: 16px;
    font-weight: normal !important;
    text-decoration: none;
}

#tokushu_container .bnr_area {
    padding: 0 0 17%;
    max-width: 780px;
    margin: 0 auto;
}

#tokushu_container .bnr_area a {
    margin-bottom: 40px;
    display: block;
}


@media(max-width: 767px) {
    body {
        overflow-x: hidden;
    }

    #tokushu_container .mv_ttl.js-fade-in-content {
        width: 60%;
        right: 3%;
    }

    #tokushu_container p {
        font-size: 12px;
    }

    #tokushu_container h1 {
        font-size: 1.666rem;
        letter-spacing: 7.2px;
        line-height: 1;
        margin: 5.0rem 0 3.33rem;
    }

    #tokushu_container .leadtext_text {
        margin: 40px auto 60px;
        font-size: 12px;
    }

    #tokushu_container .maincontents--box {
        /*      width: 90%;*/
        margin: 0 auto;
        padding: 0;
    }

    /*flower*/

    #tokushu_container .flower-landscape {
        text-align: center;
    }

    #tokushu_container .flower-landscape img {
        width: 90%;
    }

    #tokushu_container .flower-bk {
        padding: 20px;
    }

    #tokushu_container .maincontents--list-flx {
        display: inline-block;
        margin: 0 0 80px;
        width: 90%;
    }

    #tokushu_container .maincontents--list-flx#sec_02,
    #tokushu_container .maincontents--list-flx#sec_04 {
        width: 80%;
    }

    #tokushu_container .btn_area {
        margin-top: 0;
        margin-bottom: 0;
    }

    #tokushu_container a.allitem_btn {
        margin: 0 auto 20px;
    }

    #tokushu_container .bnr_area {
        width: 90%;
        margin-top: 40px;
    }

    #tokushu_container .bnr_area a {
        margin: 0;
    }
}

.footer__container {
    margin: 0 auto 0 !important;
}

.jdAbCJ {
    padding: 0 !important;
}

.__pf [style*="--s-xs"]>.pf-c {
    padding-bottom: 0 !important;
}

.spFooter {
    margin-top: 0 !important;
}