@charset "UTF-8";

/* ===============================================
   1. リセット・基本スタイル
   =============================================== */
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

.clearfix {
    min-height: 1px;
}

* html .clearfix {
    height: 0px !important;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
}

html {
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

#special {
    font-size: 14px;
    font-family: "游明朝", "Yu Mincho", serif;
	font-feature-settings: "palt";
    color: #000000 !important;
    list-style: none;
    line-height: 2.0em;
}

img {
    vertical-align: top;
    max-width: 100%;
    height: auto;
}

a {
    transition: .2s;
    border: 0 !important;
    text-decoration: none !important;
}

a:hover {
    text-decoration: none !important;
}

a img {
    border: 0;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.pc {
    display: none;
}

.sp {
    display: block;
}


/* ===============================================
   2. ヘッダー（special_head）
   =============================================== */
#special_head {
    margin: 0;
    padding: 0 !important;
    width: 100%;
    height: calc(100vw * 1.3);
    position: relative;
    background: #edeef2;
}

#special_head .logo {
    width: 40%;
    right: 5%;
    position: absolute;
    top: 2%;
    z-index: 100;
}

#special_head .main1 {
    width: 100%;
}

.attention {
    margin-top: 3%;
}


/* ===============================================
   4. Swiper
   =============================================== */
/* ===============================================
   無限スクロールスライダー
   =============================================== */
.slider-nav-wrap {
    width: 100%;
    margin: 0 0 10% 0;
    padding: 40px 0;
    background: #f2e88c;
    overflow: hidden;
}

.infinite-slider {
    width: 100%;
    overflow: hidden;
    position: relative;
    cursor: grab;
}

.infinite-slider:active {
    cursor: grabbing;
}

.slider-track {
    display: flex;
    width: max-content;
    animation: infiniteScroll 30s linear infinite;
    will-change: transform;
    user-select: none;
    -webkit-user-select: none;
}

/* ホバー時にアニメーションを一時停止 */
.slider-track:hover {
    animation-play-state: paused;
}

@keyframes infiniteScroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.slider-item {
    flex-shrink: 0;
    width: 180px;
    margin: 0 8px;
    pointer-events: auto;
}

.slider-card {
    display: block;
    text-decoration: none;
    color: #000;
    text-align: center;
    pointer-events: auto;
}

.slider-card__img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 4px;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
    pointer-events: none;
}

.slider-card__txt {
    display: block;
    margin-top: 12px;
    font-family: "游明朝", "Yu Mincho", serif;
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 0.08em;
    color: #333;
    pointer-events: none;
}


/* ===============================================
   5. Lineup Toggle Box（基本スタイル）
   =============================================== */

.lineup-toggle-box{
    width:96%;
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    padding:10% 0;
	margin:0 auto;
}

.lineup-toggle-box a{
    width:49%;
    display:block;
}

.lineup-toggle-box .nav1,
.lineup-toggle-box .nav2,
.lineup-toggle-box .nav3,
.lineup-toggle-box .nav4{
    width:100%;
    position:relative;
    height:calc(100vw * 0.66);
	margin-bottom:10%;
}
.navmodel{
	position:absolute;
	width:100%;
}
.navline{
	position:absolute;
	width:1.5% !important;
	bottom:0;
	left:5%;
}
.navcolor{
	position:absolute;
	width:70% !important;
	bottom:0;
	left:11%;
}
.lineup-toggle-box img{
    width:100%;
    height:auto;
    display:block;
}

@media (min-width: 1000px) {
	.lineup-toggle-box{
    	width:100%;
	}
    .lineup-toggle-box {
        padding: 0;
    }
	.lineup-toggle-box .nav1,
	.lineup-toggle-box .nav2,
	.lineup-toggle-box .nav3,
	.lineup-toggle-box .nav4{
		  width:100%;
  position:relative;
  aspect-ratio: 300 / 420; /* ← 画像の比率に合わせる */
  height:auto;
  margin-bottom:10%;
  overflow:hidden;
	}
}



/* ===============================================
   6. SPボトムナビ
   =============================================== */
.spnavbox {
    display: none;
}

ul.spfootnav {
    position: fixed;
    bottom: 0;
    width: 100%;
    list-style: none;
    margin: 0 0 -0.5% 0;
    padding: 0;
    z-index: 200 !important;
    background: #ffffff;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    flex-direction: row;
    box-shadow: 0px -5px 10px 0px rgba(197, 197, 197, 0.3);
}

ul.spfootnav li {
    margin: 0;
    padding: 0;
    width: 33.33333%;
}


/* ===============================================
   7. 3カラムレイアウト
   =============================================== */
.main-wrapper {
    position: relative;
}

.content-wrapper {
    background: #ffffff;
}

/* ===============================================
   ITEM
   =============================================== */
.item_main .photo1 {
   width: 85%;
    margin: 0 0 0 10%;
    transition: opacity 0.3s ease;
}

.item_main .photo2 {
    width: 75%;
    margin: 5% 0 0 20%;
    transition: opacity 0.3s ease;
}

.styleno{
	width:25%;
	margin-left:5%;
	margin-top:3%;
}


.movie-side-text {
    position: absolute;
    /*top:50%;*/
    /*transform:translateY(-50%);*/
    writing-mode: vertical-rl;
    text-orientation: mixed;
    font-family: "Times New Roman", "Noto Serif JP", serif;
    font-size: 1.5vw;
    letter-spacing: .18em;
    color: #111;
    line-height: 1.15;
    white-space: nowrap;
    z-index: 2;
    pointer-events: none;
}

.movie-side-left {
    left: 10%;
    bottom: 0;
}

.movie-side-right {
    right: 10%;
    top: 0;
}

/* SP adjustments */
@media (max-width: 999px) {
    .movie-side-text {
        font-size: 4vw;
        letter-spacing: .16em;
    }

    .movie-side-left {
        left: 5%;
        bottom: 0;
    }

    .movie-side-right {
        right: 5%;
        top: 0;
    }
}


/* ===============================================
   8. クレジット（商品リスト）
   =============================================== */
.creditlist {
    list-style: none;
    padding: 0 !important;
    width: 90%;
    margin: 5% auto 10% auto;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.creditlist ul {
    padding: 0 !important;
    margin: 0 !important;
}

.creditlist li {
    color: #000000 !important;
    margin-bottom: 10px;
}

.creditlist a {
    display: flex;
    justify-content: space-between;
    text-decoration: none;
    padding: 3px 0;
    line-height: 1;
    align-items: center;
    width: 100%;
    color: #000000;
}

.creditlist span {
    display: block;
}

.creditlist .item_name {
    width: 26%;
    text-align: left !important;
    font-size: 0.9em;
}

.creditlist .item_brand {
    width: 22%;
    text-align: left !important;
    font-size: 0.9em;
}

.creditlist .item_price {
    text-align: right;
    width: 29%;
    font-size: 0.9em;
}

.creditlist .item_price small {
    font-size: 0.7em;
}

.creditlist .buybtnbox {
    width: 20%;
}

.buybtn {
    height: 2.1em;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    color: #000;
    background: #fff;
    border: 1px solid #000;
    cursor: pointer;
}
#blue .creditlist li.underline .buybtn.on {
    color: #fff !important;
    background: #1f5f9b;
    border: 1px solid #1f5f9b;
}
#white .creditlist li.underline .buybtn.on {
    color: #000;
    background: #b6b5bc;
    border: 1px solid #b6b5bc;
}
#navy .creditlist li.underline .buybtn.on {
    color: #fff;
    background: #2a457a;
    border: 1px solid #2a457a;
}
#black .creditlist li.underline .buybtn.on {
    color: #fff;
    background: #000;
    border: 1px solid #000;
}
#blue .creditlist li.underline .buybtnText,
#navy .creditlist li.underline .buybtnText,
#black .creditlist li.underline .buybtnText,
#white .creditlist li.underline .buybtnText{
    color: #fff !important;
} 
.creditlist li.underline2 .buybtn.off {
    color: #000;
    background: #f3e9e1;
    border: 1px solid #f3e9e1;
}

.creditlist li.underline2{
	border-bottom: 1px solid #bababa;
	padding-bottom:10px;
}
#blue .creditlist li.underline2 .buybtn.on {
    color: #fff !important;
    background: #1f5f9b;
    border: 1px solid #1f5f9b;
}
#white .creditlist li.underline2 .buybtn.on {
    color: #000;
    background: #b6b5bc;
    border: 1px solid #b6b5bc;
}
#navy .creditlist li.underline2 .buybtn.on {
    color: #fff;
    background: #2a457a;
    border: 1px solid #2a457a;
}
#black .creditlist li.underline2 .buybtn.on {
    color: #fff;
    background: #000;
    border: 1px solid #000;
}
#blue .creditlist li.underline2 .buybtnText,
#navy .creditlist li.underline2 .buybtnText,
#black .creditlist li.underline2 .buybtnText,
#white .creditlist li.underline2 .buybtnText{
    color: #fff !important;
} 
.creditlist li.underline2 .buybtn.off {
    color: #000;
    background: #f3e9e1;
    border: 1px solid #f3e9e1;
}

/*.buybtn:hover {
    color: #000;
    background: #eee;
}

.buybtn:hover .buybtnText,
.buybtn:hover .buyarrow {
    filter: invert(1);
}*/

.buybtnbox {
    display: flex;
    -webkit-box-pack: center;
    justify-content: right;
    -webkit-box-align: center;
    align-items: center;
    width: 5.5em;
    margin-left: 2%;
}

.buybtnbox:hover {}

.buybtn:hover .buybtnText {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.buybtn:hover .buybtnArrow img {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.buybtnText {
    color: #000;
    font-size: 12px;
    letter-spacing: 0 !important;
    -webkit-transform: translateX(1em);
    transform: translateX(1em);
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    text-align: center;
    margin: 0 auto !important;
}

.buybtnArrow {
    overflow: hidden;
    width: 20px;
    margin-left: 5px;
}

.buybtnArrow img {
    display: block;
    width: 100%;
    -webkit-transform: translateX(-2em);
    transform: translateX(-2em);
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
}


/* ===============================================
   9. bluebox・フッター関連
   =============================================== */
.bluebox {
    padding-bottom: 5%;
}

#otherarea {
    width: 100%;
    margin: 0 auto !important;
    padding-top: 10% !important;
    padding-bottom: 30px !important;
}

.btnarea {
    width: 90%;
    margin: 0 auto;
    margin: 0 5% 20% 5%;
    letter-spacing: 0.5px;
}
.btnarea.allitemsarea {
    margin: 0 auto 20% auto;
}
.btnarea.allitemsarea .button{
	margin:0 auto !important;
}
.btnarea.allitemsarea .button span{
        font-family: "bigmoore", serif;
	font-size:1.05rem;
	margin-top:-0.5%;
}
#blue .btnarea.allitemsarea{
    border: 1px solid #1f5f9b;
}
#blue .btnarea.allitemsarea .button{
	color:#1f5f9b !important;
}
#blue .btnarea.allitemsarea .button .btnarrow{
    border-bottom: 1px solid #1f5f9b !important;
    border-right: 1px solid #1f5f9b !important;
}
#white .btnarea.allitemsarea{
    border: 1px solid #b6b5bc;
}
#white .btnarea.allitemsarea .button{
	color:#b6b5bc !important;
}
#white .btnarea.allitemsarea .button .btnarrow{
    border-bottom: 1px solid #b6b5bc !important;
    border-right: 1px solid #b6b5bc !important;
}
#navy .btnarea.allitemsarea{
    border: 1px solid #2a457a;
}
#navy .btnarea.allitemsarea .button{
	color:#2a457a !important;
}
#navy .btnarea.allitemsarea .button .btnarrow{
    border-bottom: 1px solid #2a457a !important;
    border-right: 1px solid #2a457a !important;
}
#black .btnarea.allitemsarea{
    border: 1px solid #000;
}
#black .btnarea.allitemsarea .button{
	color:#000 !important;
}


.button {
    margin: 0 auto 5% auto;
    width: 100%;
    padding: 3% 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1em;
    color: #000000;
    cursor: pointer;
    position: relative;
    font-weight: 400;
    font-style: normal;
}

.btnarrow {
    position: absolute;
    right: 20px !important;
    top: 17px !important;
    width: 35px;
    height: 8px;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    transform: skew(45deg);
}

.btnarea .button {
    border: none !important;
}

.vol2 {
    width: 90%;
    margin: 0 5% 20% 5% !important;
    border: 1px solid #bababa;
    text-align: center;
}

.vol2-label {
    font-size: 1em;
    margin: 0 auto 10px auto !important;
    text-align: center;
    font-weight: bold;
}


/* アコーディオン */
.linkarea {
    margin-bottom: 10%;
}

.accordion {
    width: 100%;
    text-align: center !important;
}

.acmenu {
    margin-left: 5% !important;
    width: 90%;
    font-size: 15px;
    text-align: center;
    margin-bottom: 5%;
    background: #2a457a;
    color: #46b1e1;
}

.acmenu ul {
    padding: 0 !important;
    margin: 0 !important;
}

.acmenu ul li {
    list-style: none !important;
    background: #2a457a !important;
    color: #ffffff !important;
}

.acmenu ul li:first-child,
.acmenu ul li:nth-child(2),
.acmenu ul li:nth-child(3),
.acmenu ul li:nth-child(4),
.acmenu ul li:nth-child(5),
.acmenu ul li:nth-child(6) {
    background: #bababa;
    border: none !important;
}

.acmenu ul li a {
    display: block;
    color: #fff !important;
    cursor: pointer;
    line-height: 50px;
    font-size: 15px;
    text-align: center !important;
}

.acmenu ul li a:hover {
    background: #cccccc !important;
}

.acmenu>ul>li>ul {
    display: none;
}

.acsubmenu li {
    width: 100%;
    display: block;
    height: 50px;
    position: relative;
    line-height: 50px;
    font-size: 14px;
    margin-bottom: 1px;
    text-align: center !important;
}

.sustainable {
    background: #f5f5f5;
    text-align: center;
    padding: 10% 5% 1% 5%;
}

.sustainable p {
    font-size: 1.1em;
    margin: 5% 0;
    line-height: 1.8em;
}

.sustainable .btnarea {
    margin-bottom: 10% !important;
}

.sustainable .button {
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif !important;
    padding: 3% 0 0 0 !important;
    /*border-bottom: 7px solid #46b1e1 !important;*/
}

.instagram {
    background: #f5f5f5;
    text-align: center;
    padding: 10% 5% 1% 5%;
    margin-top: 10%;
    margin-bottom: 10%;
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif !important;
}

.instagram .instagramttl {
    width: 25%;
    margin: 0 auto 5% auto;
}

.instagram p {
    font-size: 1.2em;
    margin: 5% 0;
    line-height: 1.8em;
}

.infoarea {
    text-align: center;
    width: 100%;
    color: #000;
}

.infoarea p {
    margin: 5% auto 3% auto;
    text-align: center;
    width: 100%;
}

.infoarea .btnarea .button {
    color: #000;
    background-color: transparent !important;
    border: 1px solid #000 !important;
}

.infoarea .btnarea .btnarrow {
    right: 15px !important;
}

.page-top a {
    width: 60px;
    position: fixed;
    bottom: 40px;
    right: 15px;
    padding: 10px;
    display: block;
    z-index: 1000;
}

.page-top a img {
    width: 100%;
    height: auto;
}

.page-top a:hover {
    bottom: 50px;
}

/* スマホ版 特集商品一覧ボタン */
.sp-tokushu-btn {
    position: fixed;
    bottom: 90px;
    right: 15px;
    z-index: 1000;
    display: block;
}

.sp-tokushu-btn a {
    display: block;
    width: 60px;
    /*padding: 10px;*/
    padding-bottom: 10px;
}

.sp-tokushu-btn img {
    width: 100%;
    height: auto;
    display: block;
}

.copyright {
    text-align: center;
    font-size: 10px;
    padding-bottom: 50px;
    margin: 40px auto 0 auto;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}


/* ===============================================
   10. メディアクエリ - タブレット (768px 〜 999px)
   ※PCレイアウト（1000px〜）になる手前までの調整
   =============================================== */
@media screen and (min-width: 768px) {
    /* タブレット用のスタイルは削除されました */
		.btnarea.allitemsarea .button span{
        font-family: "bigmoore", serif;
		font-size:1.3rem;
		margin-top:-0.5%;
	}
}

/* スマホとタブレット共通 (PC 1000px未満) */
@media screen and (max-width: 999px) {
    .buybtnbox {
        width: 5.5em;
        margin-left: 2%;
    }

    .buybtn {
        height: 1.5em;
    }

    .buybtnText {
        font-size: 0.8em;
        line-height: 1.25;
        letter-spacing: 0em;
        -webkit-transform: translateX(1em);
        transform: translateX(1em);
    }

    .buybtnArrow {
        width: 20px;
        margin-left: 2px;
    }
}













/* ===============================================
   11. メディアクエリ - PC (1000px〜)
   ※3カラムレイアウト適用
   =============================================== */
@media screen and (min-width: 1000px) {

    /* スマホ用要素を非表示 */
    .sp {
        display: none !important;
    }

    /* スマホ用特集ボタンを非表示 */
    .sp-tokushu-btn {
        display: none;
    }

    /* PC要素を表示 */
    .pc {
        display: block !important;
    }

    #special {
        width: 100% !important;
        margin: 0 auto !important;
    }

    /* ヘッダー */
    #special_head {
        margin: 0 !important;
        padding: 0 !important;
        width: 100%;
        height: calc(100vw * 0.585);
        position: relative;
    }

    #special_head .logo {
        width: 18%;
        position: absolute;
        z-index: 10 !important;
        top: 10px !important;
        left: 41%;
        margin: 0;
    }

    .attention {
        width: 600px;
        margin: 20px auto 0 auto !important;
    }


    /* Lineup Toggle Box */

    .lineup-header {
        width: 160px;
    }

    .lineup-content {}

    .lineup-item:last-child {
        border-bottom: 1px solid #ffffff;
        padding-bottom: 5px;
    }

    .item_main .photo1 {
        width: 85%;
        margin: 0 0 0 10%;
        transition: opacity 0.3s ease;
    }

    .item_main .photo2 {
        width: 70%;
        margin: 1% auto 0 25%;
        transition: opacity 0.3s ease;
    }

	.styleno{
		width:20%;
		margin-left:6%;
		margin-top:2%;
	}



    /* クレジット */
    .creditlist {
        width: 50% !important;
        font-size: 1.2vw;
        padding: 5px 0 !important;
        line-height: 1;
        align-items: center;
        margin: 2% auto 10% 10% !important;
    }

    .creditlist li {
        margin-bottom: 0;
        padding-top: 10px !important;
    }

    .creditlist li:last-child {
        border-bottom: none !important;
    }

    .creditlist,
    .creditlist a {
        padding: 0 !important;
    }

    .creditlist .item_name {
        width: 24%;
    }

    .creditlist .item_brand {
        width: 20%;
    }

    .creditlist .item_price {
        width: 30%;
    }

    .creditlist .buybtnbox {
        width: 24%;
    }

    .buybtnbox {
        width: 5.5em;
        margin-left: 2%;
    }

    .buybtn {
        height: 1.4em;
    }

    .buybtnText {
        font-size: 0.8em;
        line-height: 1.25;
        letter-spacing: 0em;
        -webkit-transform: translateX(1em);
        transform: translateX(1em);
    }

    .buybtnArrow {
        width: 20px;
        margin-left: 2px;
    }

    /* bluebox関連 */
    .vol2 {
        width: 520px;
        margin: 0 auto 40px auto !important;
    }

    #otherarea {
        width: 100%;
        margin: 0 auto !important;
        padding-top: 80px !important;
    }

    .btnarea {
        margin: 0;
		width:100%;
    }
	.btnarea.allitemsarea {
        margin: 0 auto 80px auto;
		width:80%;
		max-width:500px;
    }
	

    #otherarea .btnarea .button {
        width: 450px;
    }

    .button {
        margin: 20px auto 0 auto;
        width: 80%;
        max-width: 400px;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 16px;
        color: #000000;
        cursor: pointer;
        position: relative;
        padding: 0;
    }

    .btnarrow {
        position: absolute;
        right: 20px !important;
        top: 17px !important;
        width: 40px;
        height: 8px;
        border-bottom: 1px solid #000;
        border-right: 1px solid #000;
        transform: skew(45deg);
        transform-origin: right;
        transition: all 0.3s ease;
    }

    .btnarrow.sustainablearrow {
        top: 27px !important;
        color: #000;
        border-bottom: 1px solid #000 !important;
        border-right: 1px solid #000 !important;
    }

    .button:hover {
    }

    .button:hover .btnarrow {
        right: 5px !important;
        width: 60px;
    }

    .button:hover .btnarrow.sustainablearrow {
        top: 27px !important;
    }

    /* アコーディオン */
    .linkarea {
        width: 100%;
        height: 150px;
        position: relative;
        margin: 0 auto !important;
        max-width: 1000px;
    }

    .linkarea .link1 {
        position: absolute;
        left: 10%;
        width: 35%;
        max-width: 380px;
    }

    .linkarea .link2 {
        position: absolute;
        right: 10%;
        width: 35%;
        max-width: 380px;
    }

    .acmenu {
        margin-left: 0 !important;
        width: 100%;
        font-size: 14px;
        text-align: center;
    }

    .acmenu ul li a {
        display: block;
        color: #fff !important;
        cursor: pointer;
        line-height: 50px;
        font-size: 16px;
        text-align: center !important;
    }

    .rp-footer-flex {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        gap: 60px;
        max-width: 1200px;
        margin: 0 auto;
        padding: 40px 0;
    }

    .sustainable,
    .instagram {
        width: 48%;
        height: 250px;
        margin: 0 auto 50px auto;
        padding: 40px 0 0 0;
    }

    .sustainable {}

    .sustainable img {
        width: 80%;
        margin: 0 50px;
    }

    .sustainable p {
        font-size: 18px;
        margin: 30px 0 0 0;
    }

    .sustainable .btnarea {
        margin: 0 auto !important;
    }

    .sustainable .button {
        padding-top: 1.5% !important;
        padding-bottom: 0;
        width: 25rem;
    }


    .instagram {}

    .instagram .instagramttl {
        width: 100px;
        margin: 0 150px;
    }

    .instagram p {
        font-size: 18px;
        margin: 30px 0 0 0;
    }

    .infoarea {
        width: 100%;
        max-width: 1000px;
        margin: 0 auto !important;
    }

    .infoarea .ttl {
        width: 500px;
        margin: 0 auto !important;
    }

    .infoarea p {
        margin: 20px auto 0 auto;
        text-align: center;
        width: 100%;
        font-size: 16px;
    }

    .infoarea .btnarea {
        margin: 0 auto 80px auto !important;
    }

    .infoarea .btnarea .btnarrow {
        right: 20px !important;
        width: 50px !important;
        transition: all 0.3s ease !important;
        transform-origin: right !important;
    }

    .infoarea .btnarea:hover .btnarrow {
        right: 10px !important;
        width: 60px !important;
    }

    .page-top a {
        width: 60px;
        position: fixed;
        bottom: 15px;
        right: 15px;
        padding: 10px;
        display: block;
    }

    .page-top a:hover {
        bottom: 20px;
    }

    .copyright {
        padding-bottom: 20px;
    }

    /* main-wrapperをコンテナとして機能させる */
    .main-wrapper {
        position: relative;
        width: 100%;
        overflow: visible;
        min-height: 100vh;
    }

    .lp-shell {
        max-width: 1500px;
        margin: 0 auto;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        padding: 20px 0;
        gap: 1.76%;
        min-height: 100vh;
    }

    /* カラム幅設定 - 直接パーセンテージ指定 */
    .lp-left {
        width: 50%;
        flex-shrink: 0;
        position: -webkit-sticky;
        position: sticky;
        top: 20px;
        align-self: flex-start;
        height: 100vh;
    }

    .lp-center {
        width: 50%;
        flex-shrink: 0;
        margin: 0;
        border-left: 1px solid #7191b6;
    }

    /* 中央コンテンツ */
    .content-wrapper {
        width: 100%;
        margin: 0;
        padding: 0;
        background: transparent;
    }

    /* 画像がはみ出さないように */
    .lp-center img,
    .content-wrapper img {
        max-width: 100%;
        height: auto;
    }

    /* サイドバー内の要素調整 */
    .sidenav,
    .pc-rightbox {
        width: 80%;
        margin: 0 auto;
    }

    /* サイドバー内の画像調整 */
    .sidenav img,
    .pc-rightbox img {
        height: auto;
    }

    .sidenav ul {
        width: 100%;
        margin: 0;
    }

    .sidenav ul li {
        margin-bottom: 5%;
    }

    .page-top a {
        width: 60px;
        position: fixed;
        bottom: 15px;
        right: 20px;
        padding: 10px;
        display: block;
    }

    .page-top a:hover {
        bottom: 20px;
    }

    .copyright {
        padding-bottom: 20px;
    }


    /* main-wrapperをコンテナとして機能させる */
    .main-wrapper {
        position: relative;
        width: 100%;
        overflow: visible;
        min-height: 100vh;
    }

    .lp-shell {
        max-width: 1500px;
        margin: 0 auto 160px auto;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        padding: 0;
        gap: 0;
        min-height: 100vh;
        padding-right: 0;
    }

    /* カラム幅設定 - 直接パーセンテージ指定 */
    .lp-left {
        width: 40%;
        flex-shrink: 0;
        position: -webkit-sticky;
        position: sticky;
        top: 20px;
        align-self: flex-start;
    }

    .lp-center {
        width: 60%;
        flex-shrink: 0;
        margin: 0;
    }

    /* 中央コンテンツ */
    .content-wrapper {
        width: 100%;
        margin: 0;
        padding: 0;
        background: transparent;
    }

    /* 画像がはみ出さないように */
    .lp-center img,
    .content-wrapper img {
        max-width: 100%;
        height: auto;
    }

    /* サイドバー内の要素調整 */
    .sidenav,
    .pc-rightbox {
        /*width: 100%;*/
    }

    /* サイドバー内の画像調整 */
    .sidenav img {
        height: auto;
    }

    .pc-rightbox img {
        width: 100%;
        height: auto;
    }

    .sidenav ul {
        width: 100%;
        margin: 0;
    }

    .sidenav ul li {
        margin-bottom: 5%;
    }

    /* PC右側ボックス */
    .pc-rightbox {
        padding-top: 5%;
    }

    .pc-rightlist {
        list-style: none;
        padding: 0;
        margin: 0 0 40px 0;
        width: 40px;
    }

    .pc-rightlist li {
        margin-bottom: 5%;
    }

    /* PC右側ボックス - ボタンリンク */
    .pc-rightbox-link {
        display: block;
        width: 100%;
        margin: 5% 0;
        transition: opacity 0.3s ease;
    }

    .pc-rightbox-link:hover {
        opacity: 0.8;
    }

    .pc-rightbox-link img {
        width: 80%;
        height: auto;
        display: block;
        margin: 0 auto;
    }

    .pc-rightnote {
        font-size: 0.75rem;
        color: #666;
        padding: 10px;
        margin-top: 10px;
    }
}




/* ===============================================
   SP：PCサイドナビ（.sidenav.pc）を slider-nav-wrap の下に表示
   ※HTML変更なしで「見え方だけ」対応
   =============================================== */

.lp-left {}

@media screen and (max-width: 999px) {



    /* ここだけPCナビを表示（他の .pc は触らない） */
    .lp-col.lp-left.pc,
    .lp-col.lp-left.pc .sidenav.pc {
        display: block !important;
    }

    /* スマホでは左カラム＝全幅にして通常配置 */
    .lp-col.lp-left.pc {
        width: 100% !important;
        position: static !important;
        top: auto !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    /* ナビの箱：スマホ向けに余白だけ整える（必要なら調整） */
    .lp-col.lp-left.pc .sidenav.pc {
        width: 100% !important;
        margin: 0 !important;
    }

    /* サイドバー内の要素調整 */
    .sidenav {
        width: 100%;
    }

    .sidenav img {
        width: 100%;
        height: auto;
    }

    .sidenav ul {
        width: 100%;
        margin: 0;
    }

    .sidenav ul li {
        margin-bottom: 5%;
    }

}


/* =========================
  Reuse Park : MV + Lead（Full-bleed MV）

/* Logo overlay (MV top) */
#special .rp-mv__logo {
    position: absolute;
    top: 2.2vw;
    z-index: 6;
    width: 31vw;
    max-width: 240px;
    right: 10%;
}

#special .rp-mv__logo img {
    display: block;
    width: 100%;
    height: auto;
}

/* brandSub text is not used */
#special .rp-mv__brandSub {
    display: none !important;
}

@media (min-width: 1000px) {
    #special .rp-mv__logo {
        top: 2.0vw;
        right:10%;
        width: 16vw;
        max-width: 220px;
    }
}

/* ========================= */
:root {
    --rp-ink: #111;
    --rp-ink2: #333;
    --rp-accent: #f06a6a;
    --rp-tagbg: #d8ebe6;
    --rp-max: 1080px;
}

/* MV wrapper */
#special .mv{
	position:relative;
	width:100%;
	height:calc(100vw*1.28);
	z-index:1;
}
#special .mv .mainphoto{
	position:absolute;
	width:100%;
}
#special .mv .mainline1,
#special .mv .mainline2,
#special .mv .mainline3,
#special .mv .mainline4{
	position:absolute;
	width:100%;
}
#special .mvttl {
    width: 62%;
    position: absolute;
    z-index: 2;
    top: calc(100vw * 0.35);
    right: 8%;
}
#special .mvvol_1{
	width: 8%;
    position: absolute;
    right: 12%;
    top: calc(100vw * 0.6);
    z-index: 5;
}
#special .mvvol_2{
	width: 3%;
    position: absolute;
    right: 7.3%;
    top: calc(100vw * 0.6);
    z-index: 6;
}
@media (min-width: 1000px) {
	#special .mv{
		height:calc(100vw*0.82);
	}
    #special .rp-mv {
        position: relative;
        overflow: hidden;
        width: 100%;
        height: calc(100vw*0.82);
        background-size: 100%;
    }
	#special .mvttl{
		width: 41%;
		position: absolute;
		z-index: 2;
		top: calc(100vw * 0.16);
		right: 8%;
	}
	#special .mvvol_1{
		width: 6%;
		position: absolute;
		right: 16%;
		top: calc(100vw * 0.35);
		z-index: 5;
	}
	#special .mvvol_2{
		width: 2%;
        position: absolute;
        right: 12.5%;
        top: calc(100vw * 0.3555);
        z-index: 6;
	}
}

.textbox .textarea {
    margin: 3% 10% 10% 10%;
    font-size: clamp(13px, 1.6vw, 20px);
	color:#1f5f9b;
}
.colorbox{
	width:80%;
	margin:10% 10% 15% 10%;
}
.colorbox .color_blue,
.colorbox .color_navy,
.colorbox .color_white,
.colorbox .color_black,
.colorbox .color_line{
	height:calc(100vw*0.08);
}
.subttl{
	width:80%;
	margin:0 10% 0 10%;
}
.textbox .textarea p {
    margin: 0 0 20px 0;
}

.textbox .textarea p.last {
    margin: 0;
}
@media (min-width: 1000px) {
	.textbox {
        width: 90%;
        margin: 80px auto;
        max-width: 950px;
    }
	.colorbox{
		width:100%;
		margin:100px auto;
		text-align:center;
	}
	.colorbox .color_blue,
	.colorbox .color_navy,
	.colorbox .color_white,
	.colorbox .color_black,
	.colorbox .color_line{
		height:calc(100vw*0.05);
	}
	.subttl{
		width:60%;
		margin:0 20% 40px 20%;
	}
    .textbox .textarea {
        width: 60%;
		margin:0 auto 40px auto;
    }
	.textbox .textarea p {
		font-size: clamp(16px, 1.6vw, 20px);
		line-height:2;
	}
}

@media screen and (max-width: 375px) {
	.colorbox {
    	width: 84%;
    	margin: 10% 8% 15% 8%;
		text-align:center;
	}
}

/* Text container (centered, with padding; MV itself has no inner padding) */

#special .rp-mv__titleAccent {
    position: relative;
    display: inline-block;
    padding: 0 .12em;
    color: var(--rp-accent);
    width: 40%;
}

#special .rp-mv__titleAccent img.text {
    width: 100%;
    margin-top: 5%;
}

#special .rp-mv__titleAccent::before {
    content: "";
    position: absolute;
    left: -.12em;
    right: -.12em;
    bottom: -.06em;
    height: 1.5em;
    border: 1px solid rgba(0, 0, 0, .35);
    background: #fff;
    z-index: -1;
}


/* Note (outside text now) */
#special .rp-mv__note {
    margin: 0;
    padding: 2.6vw 3vw 4.2vw;
    text-align: center;
    font-size: 2.8vw;
    line-height: 1.6;
    color: rgba(0, 0, 0, .60);
    letter-spacing: .03em;
    max-width: var(--rp-max);
    margin-left: auto;
    margin-right: auto;
}

/* =========================
  PC（min-width:1000）
  pcmv.jpg をMV全面に敷き、右側にテキストを重ねる
========================= */
@media (min-width: 1000px) {

    /* model as background */
    #special .rp-mv__model {
        position: absolute;
        inset: 0;
        width: 100vw;
        height: 100%;
        left: 50%;
        transform: translateX(-50%);
        z-index: 0;
    }

    /* right text overlay (no grid, no gap) */

    #special .rp-mv__brand {
        text-align: left;
        font-size: 1.2vw;
        margin-bottom: 1.4vw;
    }

    #special .rp-mv__brandSub {
        margin-left: .9vw;
    }

    /* note aligned under MV like reference */
    #special .rp-mv__note {
        padding: 10px 24px 18px;
        font-size: 11px;
    }
}

.model-photo {
    position: relative;
    width: 100%;
	padding-bottom:10px;
}


/* ===============================================
   Video Play Button Overlay
   動画再生ボタンオーバーレイ
   =============================================== */
/*
   .video-container {
    position: relative;
}

.video-play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    z-index: 10;
    transition: opacity 0.3s ease;
}

.video-play-button:hover {
    opacity: 0.8;
}

.video-play-button svg {
    filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.3));
}
    */

.buybtnbox:hover {
    color: #000 !important;
}


/* ===============================================
   Video Mute Toggle Button
   =============================================== */
.video-container {
    position: relative;
    width: 100%;
}

.video-mute-toggle {
    position: absolute;
    bottom: -35px;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(31, 95, 155, 0.8);
    color: #fff;
    padding: 8px 20px;
    border: none;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.3s ease;
    z-index: 10;
    white-space: nowrap;
}

.video-mute-toggle:hover {
    background-color: rgba(31, 95, 155, 0.8);
    /* 青色 */
    opacity: .8;
}

.video-mute-toggle:focus {
    background-color: rgba(31, 95, 155, 0.8);
    outline-offset: 2px;
}

/* レスポンシブ調整 */
@media (max-width: 768px) {
    .video-mute-toggle {
        font-size: 12px;
        padding: 6px 16px;
    }
}

@media (min-width: 1000px) {
    .video-mute-toggle {
        bottom: -40px;
    }
}



/*================================================
スマホ版 特集商品一覧ボタン
================================================*/

.sp-tokushu-btn {
    position: fixed;
    bottom: 90px;
    right: 15px;
    z-index: 1000;
    display: block;
}

.sp-tokushu-btn a {
    display: block;
    width: 60px;
    padding-bottom: 10px;
    contain: paint;
}

.sp-tokushu-btn img {
    width: 100%;
    height: auto;
    display: block;
}

@media screen and (min-width: 1000px) {
    .sp-tokushu-btn {
        display: none;
    }
	.sp-tokushu-btn a {
		width:72px;
	}
}


.colorttl{
	width:100%;
	position:relative;
	aspect-ratio: 2000 / 1158;
}
.colorttl .line1,
.colorttl .line2,
.colorttl .base,
.colorttl .summerstyle{
	position:absolute;
}

    @media screen and (min-width: 1000px) {

        .base, .summerstyle {
            scale: .9;
        }
    }

/* MOVIE
----------------------------------------*/
.movie {
  position: relative;
  margin: 10% auto 20% auto;
}

.movie .video-container {
  position: relative;
  width: 60vw;
  height: calc(60vw * 16 / 9) !important;
  /*overflow: hidden;*/
  margin: 0 auto !important;
  padding: 0 !important;
  z-index: 2;
}

.movie .video-container video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.movie #videoPlaceholder {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  display: none;
}

@media (min-width: 1000px) {
  .movie {
    padding-bottom: 40px;
    margin: 0;
  }

  .movie .video-container {
    position: relative;
    width: 90%;
    max-width: 400px;
    height: calc(400px * 16 / 9) !important;
    margin: 0 auto !important;
    padding: 0 !important;
  }

  .movie .video-container video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}


/* Animation追加
----------------------------------------*/

    /*fadeTopBottomBig(上→下)*/
.fadeTopBottomBig.wow.animated {
    animation-name: fadeTopBottomBig;
    animation-duration: 1.8s;
    animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    animation-delay: 0.4s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: forwards;
    will-change: transform, opacity;
}
.fadeTopBottomBig {
    opacity: 0;
}
@keyframes fadeTopBottomBig {
  0% {
    opacity: 0;
    transform: translateY(-30%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/*fadeBottomTopBig(下→上 ※blurなし)*/
.fadeBottomTopNBlurBig.wow.animated {
    animation-name: fadeBottomTopNBlurBig;
    animation-duration: 1.8s;
    animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    animation-delay: 0.4s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: forwards;
    will-change: transform, opacity;
}
.fadeBottomTopNBlurBig {
    opacity: 0;
}
@keyframes fadeBottomTopNBlurBig {
  0% {
    opacity: 0;
    transform: translateY(30%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* slide-bottom-fix-slow */
.slide-bottom-fix-slow.wow.animated {
  animation-name: slide-bottom-fix-slow;
  animation-duration: 3s;
  animation-timing-function: cubic-bezier(0.25, 1, 0.5, 1);
  animation-delay: 0.6s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  will-change: transform, opacity;
}

.slide-bottom-fix-slow {
  opacity: 0;
}

@keyframes slide-bottom-fix-slow {
  0% {
    transform: translateY(7.5%);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}