@charset "UTF-8";

:root {
    /* 波線の太さを調整する変数 (元の太さは9px) */
    --wave-line-width-pc: 8.55px; /* PC: 約95%の太さ */
    --wave-line-width-sp: 8.55px; /* スマホ: 約95%の太さ */
}

.bg-line-pc path {
    stroke-width: var(--wave-line-width-pc) !important;
}

.bg-line-sp path {
    stroke-width: var(--wave-line-width-sp) !important;
}


/*================================================
リセットCSS
================================================*/
*,
*::before,
*::after {
    box-sizing: border-box;
}
* {
    margin: 0;
    padding: 0;
}
html {
    -moz-text-size-adjust: none;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    height: 100%;
	background:#e9e0c8;
}
ul,ol {
    list-style: none;
}
body {
    min-height: 100vh;
    line-height: 1.5;
    display: flex;
    flex-direction: column;
}
#special {
    flex: 1;
    display: flex;
    flex-direction: column;
}
img,picture {
    max-width: 100%;
    display: block;
}
a {
    color: inherit;
    text-decoration: none;
}
.clearfix::after {
	content: "";
	display: block;
	clear: both;
}


/*================================================
基本設定
================================================*/
#special {
    font-size: 14px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    color: #000000;
    line-height: 2;
    overflow-x: hidden;
    overflow-x: clip;
	background:#e9e0c8;
}


/*================================================
SP/PC表示切り替え
================================================*/
.pc {
    display: none;
}
.sp {
    display: block;
}
@media screen and (min-width: 1000px) {
    .sp {
        display: none !important;
    }
    .pc {
        display: block !important;
    }
}



/*================================================
スマホ用フッターナビ
================================================*/
.spnavbox {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0;
    background: #f5f5f5;
    z-index: 90;
    opacity: 0;
    display: none;
    /* JavaScriptで制御 */
}
.spfootnav {
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 1px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
}
.spfootnav li {
    flex: 1;
}
.spfootnav img {
    width: 100%;
    height: auto;
    transition: opacity 0.3s ease;
}


/*================================================
メインコンテナ（1カラムレイアウト）
================================================*/
.main-container {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    flex: 1;
    /* コンテンツを拡張してフッターを下に */
}
.main-content {
    width: 100%;
    padding: 0;
}


/*================================================
PC右サイドバー（Sticky）
================================================*/
@media screen and (min-width: 1000px) {
    .pc-sidebar {
        position: fixed;
        top: 20vh;
        right: 0;
        /*right: 20px;*/
        width: 100px;
        z-index: 100;
        opacity: 0;
        display: none;
    }
    .pc-rightbox {
        width: 100%;
    }
    .pc-rightlist {
        margin-bottom: 20px;
    }
    .pc-rightlist li {
        margin-bottom: 15px;
    }
    .pc-rightlist img {
        width: 100%;
        height: auto;
    }
    .pc-rightbox-link {
        display: block;
        width: 100%;
        transition: opacity 0.3s ease;
    }
    .pc-rightbox-link:hover {
        opacity: 0.8;
    }
    .pc-rightbox-link img {
        width: 80%;
        height: auto;
        margin: 0 auto;
    }
}


/*================================================
ラインナップセクション
================================================*/
.lineup-section {
    width: 100%;
    padding: 40px 0;
}
@media screen and (min-width: 1000px) {
    .lineup-section {
        max-width: 1000px;
        margin: 0 auto;
    }
}

.lineup-item {
    width: 100%;
}
.item-main {
    width: 100%;
    position: relative;
}
.model-link {
    display: block;
    position: relative;
}
.model-image {
    width: 100%;
}
.model-image img {
    width: 100%;
    height: auto;
}


/*================================================
縦書きコピー
================================================*/
.vertical-copy {
    position: absolute;
    right: 7%;
    top: 15%;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", serif;
    font-size: 1.2vw;
    /* 画像上絶対配置テキストのため vw 維持 */
    line-height: 1.8;
    letter-spacing: 0.08em;
    color: #000;
    z-index: 3;
}
.vertical-copy .hl,
.vertical-copy .hloff {
    display: inline-block;
    padding: 0.2em 0.3em;
    line-height: 1;
    white-space: nowrap;
    margin-top: -0.1em;
    font-size: 1em;
}
.vertical-copy .hl {
    background: #d8e8e5;
}
.vertical-copy .hloff {
    background: #f3e9e1;
}
@media screen and (max-width: 999px) {
    .vertical-copy {
        font-size: 14px;
        right: 10%;
        bottom: 10%;
        top: auto;
    }
}


/*================================================
クレジット（商品リスト）
================================================*/
.credit {
    width: 100%;
    margin-top: 0;
    padding: 0 20px;
	margin:0 auto 10% auto;
}
.creditlist {
    width: 100%;
	font-family: "游ゴシック体", YuGothic, sans-serif;
}
.creditlist li {
    padding: 0 10px 10px ;
    border: none;
}
.creditlist a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
    width: 100%;
}
.item_name {
    font-size: 12px;
    font-weight: normal;
}
.item_brand {
    font-size: 12px;
    flex: 0 0 65px;
    /*flex: 0 0 50px;*/
}
.item_price {
    font-size: 12px;
    flex: 1 1 auto;
    text-align: right;
    white-space: nowrap;
}
.item_price small {
    font-size: 8px;
    font-weight: normal;
}

/*SET商品用*/

.set .item_brand {
    flex: 1 1 auto;
}
.set .item_price {
}

@media (min-width: 1000px) {
	.credit{
		width:100%;
		max-width:950px;
		margin:0 auto 50px auto;
	}
	.credit .creditlist{
		width:400px;
	}
    .item_name {
        font-size: 12px !important;
    }
    .item_brand,.item_name {
        font-size: 14px !important;
    }
    .item_brand {
        flex: 0 0 70px;
    }
    .item_price {
        font-size: 14px !important;
    }
    .item_price small {
        font-size: 10px;
    }
}


/*================================================
DETAILボタン
================================================*/
.buybtn {
    height: 1.3em;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    /*background: #fff;*/
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
}
.buybtn:hover {
    color: #000;
}
.buybtnbox {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 5.5em;
    margin-left: 5px;
	border:1px solid #000;
	background:#ffffff;
}
.buybtnText {
    color: #000;
    font-size: 10px;
    letter-spacing: 0;
    transform: translateX(1em);
    transition: transform 0.5s;
    text-align: center;
	font-family: "游ゴシック体", YuGothic, sans-serif;
}
.buybtnArrow {
    overflow: hidden;
    width: 20px;
    margin-left: 5px;
}
.buybtnArrow img {
    display: block;
    width: 100%;
    transform: translateX(-2em);
    transition: transform 0.5s;
}
.buybtn:hover .buybtnText {
    transform: translateX(0);
}
.buybtn:hover .buybtnArrow img {
    transform: translateX(0);
}
@media (min-width: 1000px) {
    .buybtnText {
        font-size: 12px;
    }
}


/*================================================
フッターエリア
================================================*/
.footer-area {
    padding-bottom: 5%;
}
#button-area {
    width: 100%;
    margin: 0 auto;
    padding: 10% 0 30px;
}
#button-area .button {
    font-weight: bold;
}
.btnarea {
    width: 90%;
    margin: 0 auto 20px;
    letter-spacing: 0.5px;
}
.button {
    margin: 0 auto 5% auto;
    width: 100%;
    padding: 3% 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1em;
    color: #1f3e43;
    cursor: pointer;
    position: relative;
    font-weight: 400;
    transition: background 0.3s ease;
    contain: paint;
}
.btnarrow {
    position: absolute;
    right: 20px;
    top: 16px;
    width: 35px;
    height: 8px;
    border-bottom: 1px solid #1f3e43;
    border-right: 1px solid #1f3e43;
    transform: skew(45deg);
    transition: right 0.3s ease;
    transform-origin: right center;
}
.btnarea .button {
    border: none;
}
.button__comingsoon {
    font-size: 0.75em;
    color: #999999;
    font-weight: 300;
    letter-spacing: 0.05em;
}
@media (min-width: 1000px) {
	 .footer-area {
		padding-bottom: 0;
	}
}



/*================================================
Vol.2 COMING SOON
================================================*/
.vol2-wrapper {
    margin: 0 auto 10%;
    text-align: center;
}
.vol2-label {
    margin-bottom: 10px;
    font-size: 1em;
}
.vol2 {
    width: 90%;
    max-width: 520px;
    margin: 0 auto;
    border: 1px solid #000;
    text-align: center;
}
.vol2 img {
    width: 100%;
    height: auto;
}


/*================================================
アコーディオン
================================================*/
.linkarea {
    margin-bottom: 10%;
    padding: 0 5%;
}
.accordion {
    width: 100%;
    text-align: center;
    margin-bottom: 5%;
}
.accordion-menu {
    width: 100%;
    font-size: 15px;
    text-align: center;
    border: 1px solid #1f3e43;
    background: #1f3e43;
}
.accordion-menu ul li {
    background: #1f3e43;
    color: #fff;
}
.accordion-menu ul li a {
    display: block;
    color: #fff;
    cursor: pointer;
    line-height: 50px;
    font-size: 15px;
    text-align: center;
}
.accordion-menu ul li a:hover {
    background: #1f3e43;
}
.accordion-menu>ul>li>ul {
    display: none;
}
.acsubmenu li {
    width: 100%;
    display: block;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    margin-bottom: 1px;
    text-align: center;
}


/*================================================
サステナブル・Instagram
================================================*/
.rp-footer-flex {
    display: flex;
    flex-direction: column;
    gap: 10%;
}
.sustainable {
    background: #f5f5f5;
    text-align: center;
    padding: 10% 5% 1%;
}
.sustainablettl {
    max-width: 300px;
    margin: 0 auto;
}
.sustainable p {
    font-size: 15px;
    margin: 5% 0;
    line-height: 1.8;
}
.sustainable .btnarea {
}
.sustainable .button {
    font-family: '游明朝', 'Yu Mincho', YuMincho, serif;
    padding: 3% 0 0 0;
}
.instagram {
    background: #f5f5f5;
    text-align: center;
    padding: 10% 5% 1%;
    margin-top: 10%;
    font-family: '游明朝', 'Yu Mincho', YuMincho, serif;
}
.instagram .instagramttl {
    width: 25%;
    max-width: 100px;
    margin: 0 auto 5% auto;
}
.instagram p {
    font-size: 16px;
    margin: 5% 0;
    line-height: 1.8;
}


/*================================================
インフォエリア
================================================*/
.infoarea {
    text-align: center;
    width: 100%;
    color: #000;
    padding: 40px 0;
}
.infoarea .ttl {
    max-width: 300px;
    margin: 0 auto 20px;
}
.infoarea .ttl img {
    width: 100%;
    height: auto;
}
.infoarea p {
    margin: 5% auto 3% auto;
    text-align: center;
    width: 100%;
}
.infoarea .btnarea .button {
    color: #000;
    background-color: transparent;
    border: 1px solid #000;
}
.infoarea .btnarea .btnarrow {
    right: 15px;
}


/*================================================
ページトップボタン
================================================*/
.page-top a {
    width: 60px;
    position: fixed;
    bottom: 60px;
    right: 15px;
    padding: 10px;
    display: block;
    z-index: 1000;
    transition: bottom 0.3s ease;
    contain: paint;
}
.page-top a img {
    width: 100%;
    height: auto;
}
.page-top a:hover {
    bottom: 50px;
}
@media screen and (min-width: 1000px) {
	.page-top a {
		width:72px;
	}
}

/*================================================
スマホ版 特集商品一覧ボタン
================================================*/
.sp-tokushu-btn {
    position: fixed;
    bottom: 110px;
    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;
}


/*================================================
コピーライト
================================================*/
.copyright {
    text-align: center;
    font-size: 10px;
    padding-bottom: 50px;
    margin: 40px auto 0 auto;
    font-family: "游ゴシック体", YuGothic, sans-serif;
}
@media (min-width: 1000px) {
	.copyright {
		padding-bottom: 10px;
	}
}



/*================================================
PC版（1000px以上）
================================================*/
@media screen and (min-width: 1000px) {
    .attention img {
        max-width: 60%;
    }
    .sp-tokushu-btn {
        display: none;
    }
    .vertical-copy {
        font-size: 1.2vw;
    }
    .vol2-wrapper {
        margin-bottom: 40px;
    }
    .vol2 {
        width: 60%;
        max-width: 520px;
        margin: 0 auto;
    }
    #button-area {
        padding-top: 0;
        padding-bottom: 80px;
    }
    .btnarea {
        margin: 0 auto;
    }
    #button-area .btnarea .button {
        width: 80%;
        max-width: 450px;
    }
    .button {
        margin: 20px auto 0 auto;
        width: 90%;
        max-width: 550px;
        height: 50px;
        font-size: 16px;
        padding: 0;
    }
    .btnarrow {
        right: 20px;
        top: 16px;
        width: 40px;
        height: 8px;
        transform-origin: right;
    }
    .btnarrow.sustainablearrow {
        top: 28px;
    }
    .button:hover {
        border: 1px solid #1f3e43;
    }
    .button:hover .btnarrow {
        right: 10px;
    }
    .button:hover .btnarrow.sustainablearrow {
        top: 28px;
    }
    .linkarea {
        width: 100%;
        max-width: 1000px;
        margin: 40px auto;
        display: flex;
        justify-content: center;
        gap: 60px;
    }
    .linkarea .link1,
    .linkarea .link2 {
        width: 45%;
        max-width: 450px;
    }
    .accordion-menu {
        width: 100%;
        font-size: 14px;
        background: #1f3e43;
		color:#fff !important;
    }
    .accordion-menu ul li {
        background: #1f3e43;
		color:#fff !important;
    }
    .accordion-menu ul li a {
        line-height: 50px;
        font-size: 16px;
    }
    .rp-footer-flex {
        flex-direction: row;
        justify-content: center;
        align-items: stretch;
        gap: 80px;
        max-width: 1180px;
        margin: 0 auto;
        padding: 40px 0;
    }
    .sustainable,
    .instagram {
        width: 48%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 30px 0;
        margin-top: 0;
        text-align: center;
    }
    .sustainablettl {
        max-width: 400px;
        margin: 0 auto;
    }
    .sustainable img {
        width: 80%;
        margin: 0 auto;
    }
    .sustainable p {
        font-size: 15px;
        margin: 20px 0 0 0;
        padding: 0 20px;
    }
    .sustainable .btnarea {
        margin-top: auto;
        padding-top: 20px;
    }
    .sustainable .button {
        width: 90%;
        max-width: 400px;
        margin: 0 auto;
        padding-top: 14px !important;
        padding-bottom: 14px !important;
    }
    .instagram .instagramttl {
        width: 100px;
        margin: 0 auto 20px;
    }
    .instagram p {
        font-size: 15px;
        margin: 20px 0 0 0;
    }
    .infoarea {
        width: 90%;
        max-width: 980px;
        margin: 0 auto;
    }
    .infoarea .ttl {
        width: 70%;
        max-width: 500px;
        margin: 0 auto;
    }
    .infoarea p {
        margin: 20px auto 0 auto;
        font-size: 16px;
    }
    .infoarea .btnarea {
        margin: 0 auto 80px auto;
    }
    .infoarea .btnarea .btnarrow {
        right: 20px;
        width: 40px;
    }
    .infoarea .btnarea:hover .btnarrow {
        right: 10px;
    }
    .sp-tokushu-btn {}
    .sp-tokushu-btn a {
		width:72px !important;
	}
	.page-top a{
		width:72px !important;
        bottom: 15px;
        right: 15px;
        padding: 0 16px;
    }
    .page-top a:hover {
        bottom: 20px;
    }
    .copyright {
        font-size: 10px;
    }
}


/* =================================================
   MV
================================================= */
.rp-mv {
    position: relative;
    width: 100%;
    contain: paint;
}
.rp-mv__logo {
    position: absolute;
    top: 2%;
    left: 5%;
    z-index: 10;
    width: 20%;
}
.rp-mv__model {
    width: 100%;
}
.rp-mv__model img {
    width: 100%;
    height: auto;
}
.attention {
    text-align: center;
    padding: 20px 0;
}
.attention img {
    margin: 0 auto;
    max-width: 90%;
}
.rp-mv__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    z-index: 5;
}
.rp-mv__txt {
    max-width: 100%;
    height: auto;
}
@media screen and (min-width: 1000px) {
	.rp-mv{
		height:	calc(100vw*0.69);
	}
}


.rp-mv {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.rp-mv__bg {
    position: relative;
    width: 100%;
    height: calc(100vw * 1.19);
}
.rp-mv__bg .mv1{
	position:absolute;
	width:32.8%;
	top:15%;
	left:2%;
}
.rp-mv__bg .mv2{
	position: absolute;
    width: 39.8%;
    top: 8%;
    left: 18%;
}
.rp-mv__bg .mv3{
    position: absolute;
    width: 35.8%;
    top: 14.5%;
    left: 1%;
}
.rp-mv__bg .mv4{
	position: absolute;
width: 33.8%;
    top: 19%;
    right: 26%;
}
.rp-mv__bg .mv5{
	position: absolute;
    width: 32.8%;
    top: 13%;
    right: 2%;
}
.rp-mv__overlay .mvttl1{
    position: absolute;
    width: 33%;
    top: calc(100vw * 0.72);
    right: 40%;
	z-index:1;
}
.rp-mv__overlay .mvttl2{
    position: absolute;
    top: calc(100vw * 0.83);
    width: 59%;
    left: 29%;
	z-index:3;
}
.rp-mv__overlay .mvttl3{
	position: absolute;
    width: 15%;
    right: 2%;
    top: calc(100vw * 0.42);
	z-index:2;
}
.rp-mv__overlay .vol1{
	position: absolute;
    width: 14%;
    left: 52%;
    top: calc(100vw * 1.115);
    z-index: 2;
}
.rp-mv__overlay .mvbulle1{
	position: absolute;
    width: 19%;
    left: 5%;
    top: calc(100vw * 0.05);
}
.rp-mv__overlay .mvbulle2{
	position:absolute;
    width: 16%;
    left: 43%;
    top: calc(100vw * 0.07);
}
.rp-mv__overlay .mvbulle3 {
    position: absolute;
    width: 18%;
    left: 3%;
    top: calc(100vw * 0.06);
}
.rp-mv__overlay .mvbulle4{
	position:absolute;
    width: 15%;
    left: 62%;
    top: calc(100vw * 0.08);
}
.rp-mv__overlay .mvbulle5{
	position:absolute;
    width: 15%;
    right: 5%;
    top: calc(100vw * 0.03);
}
.rp-mv__overlay .mvbulle6{
    position: absolute;
    width: 15%;
    right: 4%;
    top: calc(100vw * 0.05);
}
.rp-mv__overlay .mvbulle7{
    position: absolute;
    width: 16%;
    left: 18%;
    top: calc(100vw * 0.14);
}
@media (min-width: 1000px) {
    .rp-mv__bg {
        height: 69vw;
    }
	.rp-mv__bg .mv1{
		position: absolute;
        width: 20.8%;
        top: 13%;
        left: 2%;
	}
	.rp-mv__bg .mv2{
		position: absolute;
        width: 26.2%;
        top: 8%;
        left: 14%;
	}
	.rp-mv__bg .mv3{
		position: absolute;
        width: 23.5%;
        top: 13.5%;
        left: 36.5%;
	}
	.rp-mv__bg .mv4{
		position: absolute;
        width: 23.8%;
        top: 3%;
        right: 24.3%;
	}
	.rp-mv__bg .mv5{
		position: absolute;
        width: 23%;
        top: 12.5%;
        right: 5%;
	}
	.rp-mv__overlay .mvttl1{
		position: absolute;
        width: 42%;
        top: calc(100vw * 0.38);
        left: 115%;
        z-index: 1;
	}
	.rp-mv__overlay .mvttl2{
		position: absolute;
        top: calc(100vw * 0.442);
        width: 80%;
        left: 117%;
        z-index: 3;
	}
	.rp-mv__overlay .mvttl3{
		position: absolute;
		width: 21%;
		right: -111%;
		top: calc(100vw * 0.195);
		z-index: 2;
	}
	.rp-mv__overlay .vol1{
		position: absolute;
        width: 20%;
        left: 138%;
        top: calc(100vw * 0.62);
        z-index: 2;
	}
	.rp-mv__overlay .mvbulle1{
		position: absolute;
        width: 22%;
        left: 4%;
        top: calc(100vw * 0.02);
	}
	.rp-mv__overlay .mvbulle2{
		position:absolute;
		width: 21%;
		left: 62%;
		top: calc(100vw * 0.01);
	}
	.rp-mv__overlay .mvbulle3 {
		position: absolute;
		width: 24%;
		left: 74%;
		top: calc(100vw * 0.08);
	}
	.rp-mv__overlay .mvbulle4{
		position: absolute;
        width: 20%;
        right: -76% !important;
		left:auto;
        top: calc(100vw * 0.02);
	}
	.rp-mv__overlay .mvbulle5{
		position:absolute;
        width: 19%;
        right: -109% !important;
		left:auto;
        top: calc(100vw * 0.03);
	}
	.rp-mv__overlay .mvbulle6{
		position: absolute;
		width: 15%;
		right: 4%;
		top: calc(100vw * 0.05);
	}
	.rp-mv__overlay .mvbulle7{
		position: absolute;
		width: 16%;
		left: 18%;
		top: calc(100vw * 0.14);
	}
}
.rp-mv__overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
}
.rp-mv__logo {
    position: absolute;
    top: 9px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    width: 31vw;
}

@media (min-width: 1000px) {
	.rp-mv__overlay{
		display: flex;
		align-items: center !important;
		padding: 0 !important;
		width:46%;
	}
    .rp-mv__logo {
        top: 18px;
        width: 20%;
        left: 50%;
    }
}


/* =================================================
   attention バナー
================================================= */
.attention {
    text-align: center;
    padding: 10px 0 16px 0;
}
.attention img {
    margin: 0 auto;
    max-width: 90%;
}
@media (min-width: 1000px) {
    .attention {
        padding: 20px 0;
    }
    .attention img {
        width: 680px;
    }
}


/* =================================================
   moviebox（動画 + リード）
================================================= */
.textbox{
	background-image: url("../img/txtbg_sp.png");
	background-size:90%;
	background-repeat: no-repeat;
	background-position: center;
	height:calc(100vw*0.99);
	padding-top:15%;
	position:relative;
	margin-top:5%;
}
.textbox .textarea {
   	font-size:0.85rem;
	color:#ffffff;
	width:70%;
	margin-left:23%;
	line-height:1.8;
}
.subttl{
	margin: 0 auto 1% auto;
	text-align:center;
	font-weight:bold;
	color:#8db7b6;
	font-size:1.2rem;
}
.textbox .silverweek{
	    position: absolute;
    width: 35%;
    right: 3.5%;
    margin-top: -13%;
}
@media (max-width: 390px) {
	.subttl{
		margin: 0 auto 2% auto;
		text-align:center;
	}
	.textbox .textarea {
		margin-left:20%;
		font-size:0.75rem;
		line-height:1.6;
	}
}
@media screen and (min-width: 768px) and (max-width: 999px) {
    .subttl {
        font-size: 1.6rem;
        margin-top: 5%;
    }
    .textbox .textarea {
        font-size: 1.2rem;
        line-height: 2;
    }
}
@media (min-width: 1000px) {
	.textbox{
		background-image: url(../img/txtbg_pc.png);
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: center;
        width: 770px;
        position: relative;
        margin: 0 auto;
        margin-top: 80px;
		padding-top:0;
		height: 410px;
		margin-bottom:60px;
	}
	.textbox .silverweek {
		position: absolute;
		width: 35%;
		right: -3.5%;
		margin-top: -0.6%;
	}
    .textbox .textarea {
        width: 80%;
		margin:0 auto 40px auto;
    }
	.textbox .textarea p {
		font-size: 17px;
		line-height:2;
		text-align:center;
	}
	.subttl {
		margin:0 auto;
		font-weight: bold;
		color: #8db7b6;
		font-size: 2rem;
		margin-bottom: 10px;
		padding-top: 70px;
	}
}

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

.movie .video-container {
  position: relative;
  width: 100vw;
  max-width: 100vw;
  aspect-ratio: 16 / 9;
  margin: 0 auto !important;
  padding: 0 !important;
  z-index: 2;
}

.movie .video-container[data-video-ratio="16:9"] {
  width: 100vw;
  max-width: 100vw;
  aspect-ratio: 16 / 9;
}

.movie .video-container[data-video-ratio="9:16"] {
  width: min(100vw, 420px);
  max-width: 420px;
  aspect-ratio: 9 / 16;
}

.movie .video-container video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.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: 0;
    margin: 0;
  }

  .movie .video-container[data-video-ratio="16:9"] {
    width: 90%;
    max-width: 700px;
  }

  .movie .video-container[data-video-ratio="9:16"] {
    width: min(42vw, 420px);
    max-width: 420px;
  }
}

.video-container {
  position: relative;
}

/* SOUND TOGGLE
   Icons: ../img/soundon.svg / ../img/soundofft.svg
   Reference-matched proportions, relative-unit implementation.
   The fixed two-column geometry prevents the icon from shifting between
   SOUND ON and SOUND OFF while the whole component scales from the root font size.
----------------------------------------*/
.video-mute-toggle {
  --sound-text-size: 0.6875rem;
  --sound-icon-w: 2.636em;
  --sound-icon-h: 2.182em;
  --sound-label-w: 9.636em;
  --sound-gap: 0.2em;
  --sound-control-w: 13.636em;
  --sound-control-h: 2.182em;
  --sound-line-color: #3a3938;

  appearance: none;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: var(--sound-icon-w) var(--sound-label-w);
  column-gap: var(--sound-gap);
  align-items: center;
  justify-content: start;
  width: var(--sound-control-w);
  height: var(--sound-control-h);
  margin: 2.182em auto 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #3a3938;
  cursor: pointer;
  font-size: var(--sound-text-size);
  text-align: center;
  white-space: nowrap;
}

.video-mute-toggle__icon {
  position: relative;
  display: block;
  width: var(--sound-icon-w);
  height: var(--sound-icon-h);
  min-width: var(--sound-icon-w);
  min-height: var(--sound-icon-h);
  margin: 0;
  padding: 0;
  line-height: 0;
}

.video-mute-toggle__icon svg {
  display: none !important;
}

.video-mute-toggle__icon::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("../img/soundon.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.video-mute-toggle.is-unmuted .video-mute-toggle__icon::before {
  background-image: url("../img/soundofft.svg");
}

.video-mute-toggle__label {
  position: relative;
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: var(--sound-label-w);
  min-width: var(--sound-label-w);
  height: 1.4em;
  margin: 0;
  padding: 0.091em 0 0.636em;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1em;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.4em;
  color: #3a3938;
  text-indent: 0.46em;
  text-transform: uppercase;
}

.video-mute-toggle__label::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 0.0625rem;
  margin: 0;
  background-color: var(--sound-line-color);
  opacity: 1;
}

.video-mute-toggle:hover,
.video-mute-toggle:focus-visible {
  opacity: 0.82;
  outline: none;
}

.video-mute-toggle.is-muted,
.video-mute-toggle.is-unmuted {
  grid-template-columns: var(--sound-icon-w) var(--sound-label-w);
  width: var(--sound-control-w);
}

.video-mute-toggle.is-muted .video-mute-toggle__label,
.video-mute-toggle.is-unmuted .video-mute-toggle__label {
  width: var(--sound-label-w);
  min-width: var(--sound-label-w);
}

/* Keep the reference proportions on small screens too. */
@media (max-width: 48em) {
  .video-mute-toggle {
    margin-top: 1.818em;
  }
}

/* =================================================
   テンプレB（sec-b）
================================================= */

.lineup-section.sec-b {
    padding-top: 50px;
    padding-bottom: 0;
    overflow: visible;
}
.sec-b .sec-b__thumbs {
    width: 100%;
    overflow: hidden;
}
.sec-b .sec-b-swiper {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.sec-b .sec-b-swiper .swiper-wrapper {
    display: flex !important;
}
.sec-b .sec-b__thumb {
    width: 50%;
    flex-shrink: 0;
}
.sec-b .sec-b__thumbFig {
    margin: 0;
    width: 100%;
    overflow: hidden;
    background: #fff;
}
.sec-b .sec-b__thumbFig img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}
.sec-b .sec-b__main {
    position: relative;
    z-index: 2;
    margin: 15vw 0 0;
    padding: 0;
}
.sec-b .sec-b__mainRow {
    display: flex;
    align-items: stretch;
}
.sec-b .sec-b__mainFig {
    margin: 0;
    flex: 0 0 85%;
    overflow: hidden;
    background: #fff;
}
.sec-b .sec-b__mainFig img {
    width: 100%;
    height: auto;
    display: block;
    margin-top: 15%;
}
.sec-b .sec-head--onpic {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    gap: 4%;
    margin-top: 0;
}
.sec-b .sec-head--onpic .sec-cap {
    color: #000;
    writing-mode: vertical-rl;
    letter-spacing: .08em;
    font-size: 2.6vw;
    flex: 1;
    min-height: 0;
    overflow: visible;
    margin-top: 0;
}
.sec-b .sec-head--onpic .sec-line {
    width: 56% !important;
}
.sec-b .sec-b__cream {
    --overlap: 22vw;
    position: relative;
    z-index: 1;
    background: var(--lp-cream, #F7F3D7);
    width: 100vw;
    margin-left: 50%;
    transform: translateX(-50%);
    margin-top: calc(-1 * var(--overlap));
    padding-top: calc(var(--overlap) + 2vw);
    padding-bottom: 10vw;
}
.lineup-section.sec-b .sec-b__band {
    background: #F4F1D8;
    padding: 6.5vw 0;
}
.lineup-section.sec-b .sec-b__band img {
    width: min(88vw, 560px);
    margin: 0 auto;
    display: block;
}

@media (min-width: 1000px) {
    .lineup-section.sec-b {
        padding-top: 70px;
        margin-bottom: 50px;
    }
    .sec-b .sec-b__thumbs {
        width: 100vw;
        margin-left: 50%;
        transform: translateX(-50%);
        overflow: hidden;
    }
    .sec-b .sec-b__thumb {
        width: 33.333% !important;
    }
    .sec-b .sec-b-swiper .swiper-wrapper {
        display: flex !important;
        flex-wrap: nowrap;
        transform: none !important;
    }
    .sec-b .sec-b__main {
        max-width: 1000px;
        margin: 40px auto 0;
        padding: 0 40px;
        position: relative;
    }
    .sec-b .sec-b__mainFig img {
        margin-top: 60px;
    }
    .sec-b .sec-b__mainRow {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        gap: 0;
        position: relative;
    }
    .sec-b .sec-b__mainFig {
        flex: 0 0 min(56vw, 450px);
        max-width: 450px;
    }
    .sec-b .sec-head--onpic {
        position: absolute;
        left: calc(50% + min(28vw, 225px) + 20px);
        top: 0;
        bottom: 0;
        min-width: 100px;
        gap: 8px;
    }
    .sec-b .sec-head--onpic .sec-cap {
        font-size: 14px !important;
    }
    .sec-b .sec-head--onpic .sec-cap span {
        display: block;
    }
    .sec-b .sec-b__cream {
        --overlap: 170px;
        padding-top: calc(var(--overlap) + 12px);
        padding-bottom: 90px;
    }
    .lineup-section.sec-b .sec-b__band {
        max-width: 1000px;
        margin: 24px auto 0;
        padding: 56px 0;
    }
    .lineup-section.sec-b .sec-b__band img {
        width: 520px;
    }
}

@media (min-width: 390px) {
    .sec-b .sec-head--onpic .sec-cap {
        font-size: 2.5vw;
    }
}

/* =================================================
   クレジット sec-b 型
================================================= */
.sec-b .sec-b__cream .credit {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 6vw;
}
.sec-b .sec-b__cream .creditlist li {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    padding: 1px 10px;
    margin-bottom: 0;
    justify-content: center;
}
.creditCate {
    font-size: 10px;
    font-family: "游明朝", YuMincho, serif;
    letter-spacing: .06em;
    flex: 0 0 46px;
    text-transform: lowercase;
}
.creditBrand {
    font-size: 10px;
    font-family: "游明朝", YuMincho, serif;
    flex: 0 0 70px;
}
.creditPrice {
    font-size: 10px;
    font-family: "游明朝", YuMincho, serif;
    flex: 1 1 auto;
    text-align: right;
    white-space: nowrap;
}
.creditPrice small {
    font-size: 10px;
    font-weight: normal;
}
.creditLink {
    font-size: 10px;
    letter-spacing: .08em;
    padding: 4px 10px;
    border: 1px solid #333;
    white-space: nowrap;
    flex: 0 0 auto;
    transition: background .25s ease, color .25s ease;
    font-family: "游ゴシック体", YuGothic, sans-serif;
}
.creditLink:hover {
    background: #333;
    color: #fff;
}

@media (min-width: 1000px) {
    .sec-b .sec-b__cream .credit {
        padding: 0 300px;
    }
    .sec-b .sec-b__cream .creditlist li {
        padding: 1px 10px;
    }
    .creditCate {
        font-size: 13px;
        min-width: 66px;
    }
    .creditBrand {
        font-size: 13px;
    }
    .creditPrice {
        font-size: 14px;
    }
    .creditLink {
        font-size: 12px;
        padding: 6px 18px;
    }
}


/* =================================================
   ラインナップセクション 共通
================================================= */
.lineup-section {
    padding-top: 40px;
    padding-bottom: 40px;
}
@media (min-width: 1000px) {
    .lineup-section {
        padding-top: 60px;
        padding-bottom: 60px;
        max-width: 1000px;
        margin: 0 auto;
    }
    #lineup01.lineup-section {
        padding-top: 120px;
    }
}
@media screen and (max-width: 375px) {}




/*================================================
navbox
================================================*/
.navbox{
	width:100%;
	height:calc(100vw*0.61);
	position:relative;
	background-size:100%;
	background-repeat: no-repeat;
	margin-bottom:10%;
}
.navbox .nav1{
	position:absolute;
    width: 27%;
    left: 1%;
    top: 2%;
}
.navbox .nav2{
	position:absolute;
	width: 30.5%;
    left: 24%;
    top: 2%;
}
.navbox .nav3{
	position:absolute;
	width: 33%;
    right: 24%;
    top: 0%;
}
.navbox .nav4 {
    position: absolute;
    width: 35%;
    right: 1%;
    top: 12%;
}
@media (min-width: 1000px) {
	.navbox{
		width:100%;
		max-width: 1190px;
		margin:0 auto 80px auto;
		aspect-ratio: 1190 / 512;
		height: auto;
	}
	.navbox .nav1{
        width: 24%;
        left: 5%;
        top: 6%;
	}
	.navbox .nav2{
        width: 27%;
        left: 26.5%;
        top: 7.5%;
	}
	.navbox .nav3{
		width: 25.5%;
        right: 26%;
        top: 0%;
	}
	.navbox .nav4 {
		width: 27%;
        right: 3.4%;
        top: 12%;
	}
}

.sectionttl{
	width:100%;
	aspect-ratio: 1500 / 272;
	background-size:100%;
	background-repeat:no-repeat;
	margin-top:20%;
	position:relative;
}
.sectionttl .sectionmane{
	position:absolute;
	width: 50%;
}
.sectionttl .sectionsilverweek{
	position:absolute;
    width: 27%;
    right: 4%;
    top: 11%;
}
.sectiontxt1{
	text-align:center;
	font-size:1.5rem;
	font-weight:bold;
    line-height: 1.5;
    margin-bottom: 4%;
}
.sectiontxt1 span{
	color:#336e6c !important;
}
.sectiontxt2{
	text-align:left;
	margin:0 5% 5% 5%;
	font-size:0.8rem;
}
@media (min-width: 1000px) {
	.sectionttl{
		width:100%;
		max-width:1190px;
		aspect-ratio: 2380 / 320;
		margin:0 auto;
	}
	.sectionttl .sectionmane{
		width: 25%;
		position:absolute;
		top:16%;
		left:5%;
	}
	.sectionttl .sectionsilverweek{
		width: 20%;
		right:5%;
		top:0;
	}
	.sectiontxt1{
		font-size:36px;
		margin-bottom:15px;
	}
	.sectiontxt2{
		text-align:center;
		font-size:1rem;
		margin:10px auto 40px auto;
	}
}

/* =================================================
   MODELBOX
================================================= */
.modelbox{
	width:100%;
	position:relative;
	aspect-ratio: 1500 / 1340;
}
.modelbox.bg1{
	background-image: url("../img/bg1.png");
	background-size:90%;
	background-position: center;
	background-repeat: no-repeat;
}
.modelbox.bg2{
	background-image: url("../img/bg2.png");
	background-size:90%;
	background-position: center;
	background-repeat: no-repeat;
}
.modelbox.bg3{
	background-image: url("../img/bg3.png");
	background-size:90%;
	background-position: center;
	background-repeat: no-repeat;
}
.modelbox.bg1.travel1 .model1{
	position:absolute;
    width: 34%;
    left: 7%;
    top: 7%;
}
.modelbox.bg1.travel1 .model2{
	position: absolute;
    width: 29%;
    right: 10%;
}
.modelbox.bg1.travel1 .item1{
	position:absolute;
    width: 17%;
    right: 50%;
    top: 12%;
}
.modelbox.bg1.travel1 .item2{
	position:absolute;
    width: 18%;
    left: 41%;
    top: 57%;
}
.modelbox.bg1.travel1 .item3{
	position:absolute;
width: 19%;
    left: 43%;
    top: 25%;
}
.modelbox.bg2.travel2 .model1{
	position:absolute;
    width: 39%;
    left: 10%;
    top: 6%;
}
.modelbox.bg2.travel2 .model2{
	position: absolute;
    width: 39%;
    right: 8%;
}
.modelbox.bg2.travel2 .item1{
    position: absolute;
    width: 18%;
    left: 33%;
    top: 26%;
}
.modelbox.bg2.travel2 .item2{
    position: absolute;
    width: 18%;
    left: 31%;
    top: 26%;
}
.modelbox.bg2.travel2 .item3{
    position: absolute;
    width: 11%;
    right: 41%;
    top: 55%;
}
.modelbox.bg1.shopping1 .model1{
	position:absolute;
	width: 29%;
    left: 6%;
    top: 7%;
}
.modelbox.bg1.shopping1 .model2{
	position: absolute;
    width: 35%;
    right: 11%;
    top: 0%;
}
.modelbox.bg1.shopping1 .item1{
    position: absolute;
    width: 24%;
    right: 40%;
    top: 32%;
}
.modelbox.bg1.shopping1 .item2{
	position:absolute;
    width: 9%;
    left: 36%;
    top: 25%;
}
.modelbox.bg2.shopping2 .model1{
	position:absolute;
    width: 29%;
    left: 10%;
    top: 1%;
	z-index:5;
}
.modelbox.bg2.shopping2 .model2{
	position: absolute;
    width: 37%;
    right: 8%;
    top: 0%;
}
.modelbox.bg2.shopping2 .item1{
    position: absolute;
	width: 14%;
    right: 40%;
    top: 18%;
}
.modelbox.bg2.shopping2 .item2{
    position: absolute;
    width: 9%;
    right: 38%;
    top: 56%;
}
.modelbox.bg2.shopping2 .item3{
    position: absolute;
    width: 23%;
    right: 40%;
    top: 33%;
}
.modelbox.bg1.active1 .model1{
	position:absolute;
    width: 33%;
    left: 4%;
    top: 7%;
}
.modelbox.bg1.active1 .model2{
    position: absolute;
    width: 57%;
    right: 8%;
    top: 27%;
}
.modelbox.bg1.active1 .item1{
    position: absolute;
    width: 12%;
    right: 46%;
    top: 28%;
}
.modelbox.bg1.active1 .item2{
	position:absolute;
width: 22%;
    right: 40%;
    top: 25%;
}
.modelbox.bg1.active1 .item2_2{
	position:absolute;
    width: 29%;
    right: 30%;
    top: 40%;
}
.modelbox.bg2.active2 .model1{
	position:absolute;
    width: 30%;
    left: 7%;
    top: 3%;
}
.modelbox.bg2.active2 .model2{
	position: absolute;
    width: 32%;
    right: 15%;
    top: 1%;
}
.modelbox.bg2.active2 .item1{
    position: absolute;
    width: 10%;
    left: 50%;
    top: 37%;
}
.modelbox.bg2.active2 .item2{
	position:absolute;
	width: 19%;
    right: 44%;
    top: 19%;
}
.modelbox.bg1.event1 .model1{
	position:absolute;
	width: 35%;
    left: 9%;
    top: 7%;
}
.modelbox.bg1.event1 .model2{
    position: absolute;
    width: 34%;
    right: 8%;
    top: 0%;
}
.modelbox.bg1.event1 .item1{
    position: absolute;
    width: 7%;
    left: 34%;
    top: 41%;
}
.modelbox.bg1.event1 .item2{
	position:absolute;
    width: 18%;
    right: 40%;
    top: 19%;
}
.modelbox.bg2.event2 .model1{
	position:absolute;
    width: 34%;
    left: 9%;
    top: 6%;
}
.modelbox.bg2.event2 .model2{
    position: absolute;
    width: 40%;
    right: 16%;
    top: 0%;
}
.modelbox.bg2.event2 .item1{
    position: absolute;
    width: 10%;
    left: 36%;
    top: 53%;
}
.modelbox.bg2.event2 .item2{
	position:absolute;
    width: 18%;
    right: 41%;
    top: 13%;
}
.modelbox.bg2.event2 .item3{
	position:absolute;
    width: 21%;
    right: 48%;
    top: 25%;
}
.modelbox.bg2.event2 .item3_2 {
    position: absolute;
    width: 21%;
    right: 41%;
    top: 23%;
}
@media (min-width: 1000px) {
	.modelbox {
		width: 100%;
		max-width: 1000px;
		aspect-ratio: 950 / 650;
		position: relative;
		margin: 0 auto;
		padding: 0;
	}
	.modelbox.bg1{
		background-image: url("../img/bg1.png");
		background-size:100%;
	}
	.modelbox.bg2{
		background-image: url("../img/bg2.png");
		background-size:100%;
	}
	.modelbox.bg3{
		background-image: url("../img/bg3.png");
		background-size:100%;
	}
	.modelbox.bg1.travel1 .model1{
		width: 26%;
        left: 14%;
        top: 7%;
	}
	.modelbox.bg1.travel1 .model2{
		width: 23%;
        right: 14%;
	}
	.modelbox.bg1.travel1 .item1{
        width: 14%;
        left: 36%;
        top: 14%;
	}
	.modelbox.bg1.travel1 .item2{
		width: 15%;
        left: 43%;
        top: 62%;
	}
	.modelbox.bg1.travel1 .item3{
        width: 15%;
        left: 48%;
        top: 26%;
	}
	.modelbox.bg2.travel2 .model1{
        width: 32%;
        left: 14%;
        top: 5%;
	}
	.modelbox.bg2.travel2 .model2{
		width: 30.5%;
        right: 12%;
	}
	.modelbox.bg2.travel2 .item1{
        width: 15%;
        left: 33%;
        top: 24%;
	}
	.modelbox.bg2.travel2 .item2{
        width: 16%;
        right: 4%;
        top: 25%;
	}
	.modelbox.bg2.travel2 .item3{
        width: 11%;
        right: 38%;
        top: 48%;
	}
	.modelbox.bg1.shopping1 .model1{
        width: 23%;
        left: 14%;
        top: 6%;
	}
	.modelbox.bg1.shopping1 .model2{
		width: 27%;
        right: 15%;
        top: 2%;
	}
	.modelbox.bg1.shopping1 .item1{
        width: 19%;
        left: 43%;
        top: 35%;
	}
	.modelbox.bg1.shopping1 .item2{
        width: 9%;
        left: 36%;
        top: 15%;
	}
	.modelbox.bg1.shopping1 .item3{
		width: 9%;
		right: 7%;
		top: 43%;
	}
	.modelbox.bg2.shopping2 .model1{
        width: 22%;
        left: 18%;
        top: 3%;
	}
	.modelbox.bg2.shopping2 .model2{
        width: 30%;
        right: 15%;
        top: 0%;
	}
	.modelbox.bg2.shopping2 .item1{
 		width: 13%;
        left: 46%;
        top: 5%;
	}
	.modelbox.bg2.shopping2 .item2{
		width: 8%;
        left: 53%;
        top: 56%;
	}
	.modelbox.bg2.shopping2 .item3{
		width: 17%;
		right: 44%;
		top: 25%;
	}
	.modelbox.bg1.active1 .model1{
        width: 26%;
        left: 10%;
        top: 7%;
	}
	.modelbox.bg1.active1 .model2{
        width: 58%;
        right: 5%;
        top: 15%;
	}
	.modelbox.bg1.active1 .item1{
        width: 13%;
        left: 40%;
        top: 20%;
	}
	.modelbox.bg1.active1 .item2{
        width: 18%;
        right: 45%;
        top: 21%;
	}
	.modelbox.bg1.active1 .item2_2{
		position:absolute;
		width: 21%;
		right: 30%;
		top: 40%;
	}
	.modelbox.bg2.active2 .model1{
		width: 31%;
        left: 7%;
        top: 2%;
	}
	.modelbox.bg2.active2 .model2{
        width: 33%;
        right: 15%;
        top: -1%;
	}
	.modelbox.bg2.active2 .item1{
        width: 11%;
        left: 48%;
        top: 47%;
	}
	.modelbox.bg2.active2 .item2{
        width: 15%;
        right: 49%;
        top: 17%;
	}
	.modelbox.bg1.event1 .model1{
        width: 28%;
        left: 15%;
        top: 6%;
	}
	.modelbox.bg1.event1 .model2{
        width: 27%;
        right: 15%;
        top: 1%;
	}
	.modelbox.bg1.event1 .item1{
        width: 6%;
        left: 36%;
        top: 42%;
	}
	.modelbox.bg1.event1 .item2{
		width: 15%;
        right: 40%;
        top: 20%;
	}
	.modelbox.bg2.event2 .model1{
		width: 27%;
        left: 18%;
        top: 2%;
	}
	.modelbox.bg2.event2 .model2{
        width: 33%;
        right: 15%;
        top: 0%;
	}
	.modelbox.bg2.event2 .item1{
        width: 9%;
        left: 40%;
        top: 48%;
	}
	.modelbox.bg2.event2 .item2{
		width: 14%;
        left: 50%;
        top: 4%;
	}
	.modelbox.bg2.event2 .item3 {
		position: absolute;
		width: 18%;
		right: 46%;
		top: 20%;
	}
	.modelbox.bg2.event2 .item3_2 {
		position: absolute;
		width: 18%;
        right: 35%;
        top: 20%;
	}
}


@media (max-width: 999px) {
.navbox .wow.clippathWave {
	top: 4%;
}
.sectionttl .wow.clippathWave {
    top: 18%;
}
}
@media (min-width: 1000px) {
.navbox .wow.clippathWave {
	top: 12%;
}
.sectionttl .wow.clippathWave {
    top: 11%;
}
}

/*================================================
Animation
================================================*/
/*slideLeftShake(左からスライドイン（速め）＋足元固定でシェイク・揺れ小)*/
.slideLeftShake.wow.animated {
    animation-name: slideLeftShake;
    animation-duration: 2s;
    animation-timing-function: ease-out;
    animation-delay: 0.4s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: forwards;
    will-change: transform, opacity;
}
.slideLeftShake {
    opacity: 0;
    transform-origin: bottom center;
}
@keyframes slideLeftShake {
  0% {
    opacity: 0;
    transform: translateX(-10%);
  }
  20% { /* 40%から20%に変更してスライドインを速く */
    opacity: 1;
    transform: translateX(0) rotate(0deg);
  }
  35% {
    transform: translateX(0) rotate(-1.5deg);
  }
  50% {
    transform: translateX(0) rotate(1.5deg);
  }
  65% {
    transform: translateX(0) rotate(-1deg);
  }
  80% {
    opacity: 1;
    transform: translateX(0) rotate(0deg);
  }
  100% {
    opacity: 1;
    transform: translateX(0) rotate(0deg);
  }
}

/*slideRightShake(右からスライドイン（速め）＋足元固定でシェイク・揺れ小)*/
.slideRightShake.wow.animated {
    animation-name: slideRightShake;
    animation-duration: 2s;
    animation-timing-function: ease-out;
    animation-delay: 0.4s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: forwards;
    will-change: transform, opacity;
}
.slideRightShake {
    opacity: 0;
    transform-origin: bottom center;
}
@keyframes slideRightShake {
  0% {
    opacity: 0;
    transform: translateX(10%);
  }
  20% { /* 40%から20%に変更してスライドインを速く */
    opacity: 1;
    transform: translateX(0) rotate(0deg);
  }
  35% {
    transform: translateX(0) rotate(1.5deg);
  }
  50% {
    transform: translateX(0) rotate(-1.5deg);
  }
  65% {
    transform: translateX(0) rotate(1deg);
  }
  80% {
    opacity: 1;
    transform: translateX(0) rotate(0deg);
  }
  100% {
    opacity: 1;
    transform: translateX(0) rotate(0deg);
  }
}


/* １）slideLeftShakeMicro(左からスライドイン＋足元固定＋角度半分) */
.slideLeftShakeMicro.wow.animated {
    animation-name: slideLeftShakeMicro;
    animation-duration: 2s;
    animation-timing-function: ease-out;
    animation-delay: 0.4s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: forwards;
    will-change: transform, opacity;
}
.slideLeftShakeMicro {
    opacity: 0;
    transform-origin: bottom center;
}
@keyframes slideLeftShakeMicro {
  0% { opacity: 0; transform: translateX(-10%); }
  20% { opacity: 1; transform: translateX(0) rotate(0deg); }
  35% { transform: translateX(0) rotate(-0.7deg); } /* 1.5の半分 */
  50% { transform: translateX(0) rotate(0.7deg); }
  65% { transform: translateX(0) rotate(-0.5deg); } /* 1の半分 */
  80% { opacity: 1; transform: translateX(0) rotate(0deg); }
  100% { opacity: 1; transform: translateX(0) rotate(0deg); }
}

/* １）slideRightShakeMicro(右からスライドイン＋足元固定＋角度半分) */
.slideRightShakeMicro.wow.animated {
    animation-name: slideRightShakeMicro;
    animation-duration: 2s;
    animation-timing-function: ease-out;
    animation-delay: 0.4s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: forwards;
    will-change: transform, opacity;
}
.slideRightShakeMicro {
    opacity: 0;
    transform-origin: bottom center;
}
@keyframes slideRightShakeMicro {
  0% { opacity: 0; transform: translateX(10%); }
  20% { opacity: 1; transform: translateX(0) rotate(0deg); }
  35% { transform: translateX(0) rotate(0.7deg); }
  50% { transform: translateX(0) rotate(-0.7deg); }
  65% { transform: translateX(0) rotate(0.5deg); }
  80% { opacity: 1; transform: translateX(0) rotate(0deg); }
  100% { opacity: 1; transform: translateX(0) rotate(0deg); }
}

/* ２）slideLeftShakeTop(左からスライドイン＋上固定) */
.slideLeftShakeTop.wow.animated {
    animation-name: slideLeftShakeTop;
    animation-duration: 2s;
    animation-timing-function: ease-out;
    animation-delay: 0.4s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: forwards;
    will-change: transform, opacity;
}
.slideLeftShakeTop {
    opacity: 0;
    transform-origin: top center; /* 上を固定 */
}
@keyframes slideLeftShakeTop {
  0% { opacity: 0; transform: translateX(-10%); }
  20% { opacity: 1; transform: translateX(0) rotate(0deg); }
  35% { transform: translateX(0) rotate(-1.5deg); }
  50% { transform: translateX(0) rotate(1.5deg); }
  65% { transform: translateX(0) rotate(-1deg); }
  80% { opacity: 1; transform: translateX(0) rotate(0deg); }
  100% { opacity: 1; transform: translateX(0) rotate(0deg); }
}

/* ２）slideRightShakeTop(右からスライドイン＋上固定) */
.slideRightShakeTop.wow.animated {
    animation-name: slideRightShakeTop;
    animation-duration: 2s;
    animation-timing-function: ease-out;
    animation-delay: 0.4s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: forwards;
    will-change: transform, opacity;
}
.slideRightShakeTop {
    opacity: 0;
    transform-origin: top center; /* 上を固定 */
}
@keyframes slideRightShakeTop {
  0% { opacity: 0; transform: translateX(10%); }
  20% { opacity: 1; transform: translateX(0) rotate(0deg); }
  35% { transform: translateX(0) rotate(1.5deg); }
  50% { transform: translateX(0) rotate(-1.5deg); }
  65% { transform: translateX(0) rotate(1deg); }
  80% { opacity: 1; transform: translateX(0) rotate(0deg); }
  100% { opacity: 1; transform: translateX(0) rotate(0deg); }
}

/* ３）slideLeftShakeCenter(左からスライドイン＋右に1回だけ傾いて止まる) */
.slideLeftShakeCenter.wow.animated {
    animation-name: slideLeftShakeCenter;
    animation-duration: 2s;
    animation-timing-function: ease-out;
    animation-delay: 0.4s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: forwards;
    will-change: transform, opacity;
}
.slideLeftShakeCenter {
    opacity: 0;
    transform-origin: center center;
}
@keyframes slideLeftShakeCenter {
  0% { opacity: 0; transform: translateX(-10%); }
  20% { opacity: 1; transform: translateX(0) rotate(0deg); } /* スライドイン完了 */
  40% { transform: translateX(0) rotate(1.5deg); }           /* 勢いで右に1度だけ傾く */
  60% { opacity: 1; transform: translateX(0) rotate(0deg); } /* 中央に戻ってピタッと止まる */
  100% { opacity: 1; transform: translateX(0) rotate(0deg); }
}

/* ３）slideRightShakeCenter(右からスライドイン＋左に1回だけ傾いて止まる) */
.slideRightShakeCenter.wow.animated {
    animation-name: slideRightShakeCenter;
    animation-duration: 2s;
    animation-timing-function: ease-out;
    animation-delay: 0.4s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: forwards;
    will-change: transform, opacity;
}
.slideRightShakeCenter {
    opacity: 0;
    transform-origin: center center;
}
@keyframes slideRightShakeCenter {
  0% { opacity: 0; transform: translateX(10%); }
  20% { opacity: 1; transform: translateX(0) rotate(0deg); } /* スライドイン完了 */
  40% { transform: translateX(0) rotate(-1.5deg); }          /* 勢いで左に1度だけ傾く */
  60% { opacity: 1; transform: translateX(0) rotate(0deg); } /* 中央に戻ってピタッと止まる */
  100% { opacity: 1; transform: translateX(0) rotate(0deg); }
}

/* ４）slideLeftShakeTranslate(左からスライドイン＋平行に左右に揺れる) */
.slideLeftShakeTranslate.wow.animated {
    animation-name: slideLeftShakeTranslate;
    animation-duration: 2s;
    animation-timing-function: ease-out;
    animation-delay: 0.4s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: forwards;
    will-change: transform, opacity;
}
.slideLeftShakeTranslate {
    opacity: 0;
    /* 回転させないため transform-origin は不要です */
}
@keyframes slideLeftShakeTranslate {
  0% { opacity: 0; transform: translateX(-10%); }
  20% { opacity: 1; transform: translateX(0); }
  35% { transform: translateX(-2%); } /* 少し左に揺れる */
  50% { transform: translateX(2%); }  /* 少し右に揺れる */
  65% { transform: translateX(-1%); } /* 少し左に揺れる */
  80% { opacity: 1; transform: translateX(0); }
  100% { opacity: 1; transform: translateX(0); }
}

/* ４）slideRightShakeTranslate(右からスライドイン＋平行に左右に揺れる) */
.slideRightShakeTranslate.wow.animated {
    animation-name: slideRightShakeTranslate;
    animation-duration: 2s;
    animation-timing-function: ease-out;
    animation-delay: 0.4s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: forwards;
    will-change: transform, opacity;
}
.slideRightShakeTranslate {
    opacity: 0;
}
@keyframes slideRightShakeTranslate {
  0% { opacity: 0; transform: translateX(10%); }
  20% { opacity: 1; transform: translateX(0); }
  35% { transform: translateX(2%); }  /* 少し右に揺れる */
  50% { transform: translateX(-2%); } /* 少し左に揺れる */
  65% { transform: translateX(1%); }  /* 少し右に揺れる */
  80% { opacity: 1; transform: translateX(0); }
  100% { opacity: 1; transform: translateX(0); }
}

/*================================================
SVG波線専用のアニメーションクラス
================================================*/
.clippathWave.wow.animated {
    animation-name: clippathWaveAnim;
    animation-duration: 1.0s;
    animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    animation-delay: 0.4s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: both;
    will-change: clip-path;
}
.clippathWave {
    opacity: 0;
}
@keyframes clippathWaveAnim {
  0% {
    opacity: 1;
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
  }
  100% {
    opacity: 1;
    -webkit-clip-path: inset(0);
    clip-path: inset(0);
  }
}

.navbox .wow.clippathWave, .sectionttl .wow.clippathWave {
    position: absolute;
    width: 100vw;
    height: 100%;
    /* top is controlled by media queries */
    left: 50%;
    margin-left: -50vw;
}

.navbox .wow.clippathWave svg, .sectionttl .wow.clippathWave svg {
    position: absolute;
    width: 100vw;
    max-width: 1190px;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    overflow: visible;
}

/* ================================================
   吹き出し用シェイクアニメーション
================================================ */

/* ① justShake (シェイクのみ：すでに表示されているものがプルッと揺れる) */
.justShake.wow.animated {
    animation-name: justShake;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-delay: 0.2s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: both;
    will-change: transform;
}
.justShake {
    /* 吹き出しのしっぽ（下部）を軸にして揺らす */
    transform-origin: bottom center; 
}
@keyframes justShake {
  0% { transform: rotate(0deg); }
  20% { transform: rotate(-3deg); }
  40% { transform: rotate(3deg); }
  60% { transform: rotate(-1.5deg); }
  80% { transform: rotate(1.5deg); }
  100% { transform: rotate(0deg); }
}

/* ② popupShake (ポップアップ＋シェイク：ポンッと登場してプルッと揺れる) */
.popupShake.wow.animated {
    animation-name: popupShake;
    animation-duration: 1.2s;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275); /* 少しバウンスする動き */
    animation-delay: 0.2s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: forwards;
    will-change: transform, opacity;
}
.popupShake {
    opacity: 0;
    transform-origin: bottom center;
}
@keyframes popupShake {
  0% {
    opacity: 0;
    transform: scale(0.5) rotate(0deg);
  }
  40% {
    opacity: 1;
    transform: scale(1.05) rotate(0deg);
  }
  55% {
    transform: scale(1) rotate(-3deg);
  }
  70% {
    transform: scale(1) rotate(3deg);
  }
  85% {
    transform: scale(1) rotate(-1.5deg);
  }
  100% {
    opacity: 1;
    transform: scale(1) rotate(0deg);
  }
}

/* ================================================
   斜め飛行アニメーション（左下 → 右上）
================================================ */

/* パターン①：左下から飛んできて【定位置で止まる】（おすすめ） */
.flyInUpRight.wow.animated {
    animation-name: flyInUpRight;
    animation-duration: 2s;
    animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1); /* スピードを徐々に落として綺麗に止まる */
    animation-delay: 0.2s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: forwards;
    will-change: transform, opacity;
}
.flyInUpRight {
    opacity: 0;
}
@keyframes flyInUpRight {
  0% {
    opacity: 0;
    /* 左下の遠くからスタート（必要に応じて vw, vh の数値を調整してください） */
    transform: translate(-20vw, 20vh); 
  }
  100% {
    opacity: 1;
    transform: translate(0, 0); /* HTMLで配置した定位置 */
  }
}


/* パターン②：左下から飛んできて、定位置を通過し【右上へ飛び去る】 */
.flyPassUpRight.wow.animated {
    animation-name: flyPassUpRight;
    animation-duration: 3s;
    animation-timing-function: linear; /* 一定の速度でスーッと飛ぶ */
    animation-delay: 0.2s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: forwards;
    will-change: transform, opacity;
}
.flyPassUpRight {
    opacity: 0;
}
@keyframes flyPassUpRight {
  0% {
    opacity: 0;
    transform: translate(-30vw, 30vh);
  }
  20% {
    opacity: 1; /* 現れる */
  }
  80% {
    opacity: 1; /* 消え始める直前 */
  }
  100% {
    opacity: 0;
    /* 右上の遠くへ抜ける */
    transform: translate(30vw, -30vh);
  }
}

/* popInBadge (ポンッと弾んで現れるスタンプ風) */
.popInBadge.wow.animated {
    animation-name: popInBadge;
    animation-duration: 0.8s;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275); /* 少しだけバウンスさせる */
    animation-delay: 0.6s; /* モデル登場後にタイミングをずらす */
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: forwards;
    will-change: transform, opacity;
}
.popInBadge {
    opacity: 0;
    transform-origin: center center; /* 中央を起点に拡大 */
}
@keyframes popInBadge {
  0% {
    opacity: 0;
    transform: scale(0.6);
  }
  70% {
    opacity: 1;
    transform: scale(1.05); /* 少しだけ大きくなる */
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

/* softZoomBadge (奥からフワッと浮かび上がる) */
.softZoomBadge.wow.animated {
    animation-name: softZoomBadge;
    animation-duration: 1.2s;
    animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    animation-delay: 0.6s; /* モデル登場後にタイミングをずらす */
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: forwards;
    will-change: transform, opacity;
}
.softZoomBadge {
    opacity: 0;
    transform-origin: center center;
}
@keyframes softZoomBadge {
  0% {
    opacity: 0;
    transform: scale(0.85) translateY(10px);
  }
  100% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}

/* ================================================
   少しだけ斜め上昇フェードイン（左下 → 右上・移動距離短め）
================================================ */
.flyInUpRightShort.wow.animated {
    animation-name: flyInUpRightShort;
    animation-duration: 1.5s; /* 飛行機より少し速め（軽やかさ） */
    animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    animation-delay: 0.4s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: forwards;
    will-change: transform, opacity;
}
.flyInUpRightShort {
    opacity: 0;
}
@keyframes flyInUpRightShort {
  0% {
    opacity: 0;
    /* 飛行機の -20vw, 20vh から、移動距離を小さく(-30px, 30px程度)変更 */
    transform: translate(-30px, 30px); 
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}

/* dropBounce (上からポンッと置かれるような着地バウンス) */
.dropBounce.wow.animated {
    animation-name: dropBounce;
    animation-duration: 1s;
    animation-timing-function: ease-out;
    animation-delay: 0.5s; /* モデルより少し遅れて登場させる */
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: forwards;
    will-change: transform, opacity;
}
.dropBounce {
    opacity: 0;
    transform-origin: bottom center; /* 底面を軸に潰れる・伸びる */
}
@keyframes dropBounce {
  0% {
    opacity: 0;
    transform: translateY(-40px) scaleY(1.1); /* 上から少し伸びた状態で落ちてくる */
  }
  50% {
    opacity: 1;
    transform: translateY(0) scaleY(0.9); /* 着地して少し潰れる */
  }
  75% {
    transform: translateY(-8px) scaleY(1.05); /* 少し跳ね返る */
  }
  100% {
    opacity: 1;
    transform: translateY(0) scaleY(1); /* ピタッと止まる */
  }
}

/* inPlaceBounce (落下なしで、その場でポンッとバウンス) */
.inPlaceBounce.wow.animated {
    animation-name: inPlaceBounce;
    animation-duration: 1s;
    animation-timing-function: ease-out;
    animation-delay: 0.5s; /* モデルより少し遅れて登場させる */
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: forwards;
    will-change: transform, opacity;
}
.inPlaceBounce {
    opacity: 0;
    transform-origin: bottom center; /* 底面を軸に潰れる・伸びる */
}
@keyframes inPlaceBounce {
  0% {
    opacity: 0;
    transform: translateY(0) scaleY(1.1); /* 落下せず、その場で少し伸びた状態から開始 */
  }
  50% {
    opacity: 1;
    transform: translateY(0) scaleY(0.9); /* 少し潰れる */
  }
  75% {
    transform: translateY(-8px) scaleY(1.05); /* 少し上に跳ねる */
  }
  100% {
    opacity: 1;
    transform: translateY(0) scaleY(1); /* ピタッと止まる */
  }
}

/* sparklePop (キラッと弾けるように登場) */
.sparklePop.wow.animated {
    animation-name: sparklePop;
    animation-duration: 1.5s;
    animation-timing-function: ease-in-out;
    animation-delay: 0.5s; /* モデルより遅れて表示 */
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: forwards;
    will-change: transform, opacity;
}
.sparklePop {
    opacity: 0;
    transform-origin: center center;
}
@keyframes sparklePop {
  0% {
    opacity: 0;
    transform: scale(0.3) rotate(-15deg);
  }
  40% {
    opacity: 1;
    transform: scale(1.1) rotate(5deg);
  }
  60% {
    opacity: 0.7; /* 少し透けて瞬きを表現 */
    transform: scale(0.9) rotate(-2deg);
  }
  80% {
    opacity: 1;
    transform: scale(1.05) rotate(1deg);
  }
  100% {
    opacity: 1;
    transform: scale(1) rotate(0deg);
  }
}

/* twinkleGlow (フワッと瞬きながら登場) */
.twinkleGlow.wow.animated {
    animation-name: twinkleGlow;
    animation-duration: 2s;
    animation-timing-function: ease-in-out;
    animation-delay: 0.5s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: forwards;
    will-change: transform, opacity;
}
.twinkleGlow {
    opacity: 0;
    transform-origin: center center;
}
@keyframes twinkleGlow {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }
  30% {
    opacity: 1;
    transform: scale(1.05);
  }
  60% {
    opacity: 0.6; /* ふわっと暗くなる */
    transform: scale(0.95);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

/* rhythmicBounce (リズミカルに弾みながら登場) */
.rhythmicBounce.wow.animated {
    animation-name: rhythmicBounce;
    animation-duration: 1.2s;
    animation-timing-function: ease-in-out;
    animation-delay: 0.5s; /* モデルより少し遅れて表示 */
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: forwards;
    will-change: transform, opacity;
}
.rhythmicBounce {
    opacity: 0;
    transform-origin: bottom center;
}
@keyframes rhythmicBounce {
  0% {
    opacity: 0;
    transform: translateY(20px) scale(0.8);
  }
  40% {
    opacity: 1;
    transform: translateY(-15px) scale(1.05); /* 上に跳ねる */
  }
  60% {
    transform: translateY(10px) scale(0.95); /* 下に沈む */
  }
  80% {
    transform: translateY(-5px) scale(1.02); /* 少し上に跳ねる */
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

/* softFadeZoomOut (ふんわり表示してズームアウト) */
.softFadeZoomOut.wow.animated {
    animation-name: softFadeZoomOut;
    animation-duration: 3s;
    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;
}
.softFadeZoomOut {
    opacity: 0;
}
@keyframes softFadeZoomOut {
  0% {
    opacity: 0;
    transform: scale(1.1);
  }
  30% {
    opacity: 1; /* アニメーション序盤（0.9秒あたり）で完全に表示させる */
  }
  100% {
    opacity: 1;
    transform: scale(1); /* ズームアウトは最後までゆっくり続く */
  }
}
