@charset "UTF-8";

/* ===== リセットCSS ===== */
*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
html, body {
    width: 100%;
    height: 100%;
}
body {
    font-family: "Noto Sans JP", sans-serif;
    line-height: 1.6;
    font-feature-settings: 'palt';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #0A1325;
}
/* リストのデフォルトスタイルを削除 */
ul, ol {
    list-style: none;
}
/* aタグのデフォルトスタイルを削除 */
a {
    text-decoration: none;
    color: inherit;
}
/* ボタンのリセット */
button {
    border: none;
    background: none;
    cursor: pointer;
}
/* 画像のリセット */
img {
    display: block;
    max-width: 100%;
    height: auto;
}
.clearfix:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: ".";
    line-height: 0;
}

/* ===== PC・スマホの表示切り替え ===== */
.pc {
    display: none;
}
.sp {
    display: block;
}
@media screen and (min-width: 992px) {
    .pc {
        display: block;
    }
    .sp {
        display: none;
    }
}




/* ===== 共通レイアウト ===== */

/* メインビジュアル */
.main-visual {
    position: relative;
    text-align: center;
    max-width: 100%;
    /*overflow: hidden;*/
    background-color: #b1b2ac;
	z-index:0;
	height: auto !important; /* ← JSに任せる */
	/*height:calc(100vw*1.355);*/
}
.main-visual img {
    display: block;
}
.main-visual picture{
	position:absolute;
	width:100%;
	top:0;
	left:0;
}
.text-container {
    position: absolute;
	top: 0;
    margin: 0;
    padding: 0;
	z-index:100;
}

/* lead */
.lead-text {
    text-align: center;
    padding: 0;
    font-size: 0.9rem;
    color: #333333;
    font-weight: 500;
    line-height: 2.1;
    letter-spacing: 1px;
	margin:12% 0;
}

/* banner */
.banner{
	width:70%;
	margin:18% auto;
}
.banner img{
	margin-bottom:5%;
	border:1px solid #333333;
}
.banner a img:hover {
	opacity: 0.9;
}
.banner .button .button-link {
	width:100%;
	letter-spacing:1px;
}
.button .button-link:hover {
	opacity: 0.9;
}
.banner .cs{
	font-size: 1.2rem;
	font-family: "Montserrat";
	text-align: center;
	color: #333333;
	margin-bottom: 2%;
}

/* button */
.button-wrapper {
	max-width: 62.5rem;
	margin: 20vw auto 0 auto;
	padding: 0 10%;
	font-family: "Montserrat" ;
}
.button {
	text-align: center;
}
.button:first-child {
	text-align: center;
	margin-bottom: 1.5rem;
}
.button .button-link {
	display: inline-block;
	padding: 0.4rem 0.2rem;
	border: 1px solid #000;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	font-size:0.9rem;
	width:75%;
}
.button .button-link:hover {
	opacity: 0.9;
}

/* Staff Credit */
.staff-info {
    max-width: 62.5rem;
    margin: 20vw auto 5vw auto;
    text-align: center;
    font-size: 0.75rem;
    color: #333333;
    padding: 2vw;
	font-family: "Montserrat" ;
	line-height:2.5;
}

.staff-info .staffttl {
    width:7.6%;
	margin:0 auto 7% auto;
}

/* footer */
.onward-logo{
}
.onward-logo img{
	width: 150px;
	margin: 5rem auto 0 auto;
}
.copyright{
	text-align: center;
	font-size: 10px;
	margin: 40px auto 0 auto;
    padding-bottom:20px;
    color:#000;
	font-family: "Montserrat" ;
}

@media screen and (min-width: 992px) {
	/* main-visual */
	.main-visual{
		height: auto !important; /* ← JSに任せる */
		/*height:calc(100vw*0.563);*/
	}
	.text-container {
        position: absolute;
		height: auto !important;
		/*height:calc(100vw*0.57) !important;*/
    }
	
	/* lead */
	.lead-text{
		margin: 105px auto 95px auto;
        font-size: 1.03rem;
	}
	
	/* banner */
	.banner{
		width:680px;
		margin:7rem auto;
	}
	.banner img{
	margin-bottom:25px;
	}
	.banner .button .button-link{
		width:380px;
		/*width:340px;*/
	}
	
	/* button */
	.button-wrapper{
		margin: 0 auto;
	}
	.button .button-link{
		width:35%;
	}
	
	/* Staff Credit */
	.staff-info {
        font-size: 0.85rem;
		margin:8vw auto;
		line-height:2.38;
	}
	.staff-info .staffttl{
		width:42px;
		margin:0 auto 40px auto;
	}
}




/* ===== 特集用 ===== */
.main-photo.pc img {
	display: block;
	margin: 0 auto;
	width: auto;
	height: 100%;
}
.text-container{
	width:100%;
	height: auto;
	/*height:calc(100vw*1.355);*/
	margin:0;
	padding:0;
	position:absolute;
}
.text-container .mainsp{
	position:absolute;
	top:0;
	left:0;
	width:24.1%;
}
.text-container .mainsp2{
	position:absolute;
	top:calc(100vw*0.15);
	left:20%;
	width:2.9%;
}
.text-container .mainttl{
	display: none;
}
.text-container .mainttl1{
	position:absolute;
	top:calc(100vw*0.835);
	left:10%;
	width:37.5384%;
}
.text-container .mainlogo{
	position:absolute;
	top:calc(100vw*0.944615);
	left:10%;
	width:50.76%;
}
.text-container .mainttl2{
	position:absolute;
	top:calc(100vw*0.9538);
	left:64.1538%;
	width:26.769231%;
}
.text-container .mainttl3{
	position:absolute;
	top:calc(100vw*1.0769);
	left:10%;
	width:31.076%;
}
.text-container .mainttl4{
	position:absolute;
	top:calc(100vw*1.049);
	left:44.153%;
	width:25%;
}
.text-container .mainttl5{
	display:none;
}
.text-container .mainline{
	position:absolute;
	width:70%;
	height:1.5px;
	background:#ffffc1;
	left:0;
	top:calc(100vw*1.144615);	
}
.text-container .mainproduced1{
	position:absolute;
	top:calc(100vw*1.244615);
	left:58.769%;
	width:16.769%;
}
.text-container .mainproduced2{
	position:absolute;
	top:calc(100vw*1.244615);
	left:77.538%;
	width:16.1538%;
}
.profile-line-top{
	width:82%;
	height:1px;
	margin:0 auto;
	background:#68696e;
}
.profile-line-bottom{
	width:82%;
	height:1px;
	margin:0 auto 20% auto;
	background:#68696e;
}
.profile{
	width:82%;
	/*border-top:1px solid #68696e;*/
	/*border-bottom:1px solid #68696e;*/
	margin: 0 auto;
	padding:8% 6% 10% 6%;
}
.profile .ttl{
	width:14%;
	margin: 0 auto 8% auto;
}
.profile .photo{
	width:38%;
	margin:0 auto 8% auto;
}
.profile .name{
	text-align:center;
	margin-bottom:6%;
	color:#68696e;
	font-size:0.65rem;
	font-family: "Montserrat" ;
}
.profile .name img{
	display: inline-block;
	width:34%;
	margin:0 0 -1% auto;
	padding-right:2% !important;
}
.profile p{
	font-size: 0.83rem;
    letter-spacing: 1px;
    line-height: 1.7;
    color: #68696e;
}
.mypersonalstyle .ttlarea{
	margin:0 0 10% 0;
	text-align:center;
}
.mypersonalstyle .ttlarea .mainttl{
	width:60%;
	margin:0 20% -5% 20%;
}
.mypersonalstyle .ttlarea .subttl1{
	width:48%;
	margin:0 26% 4% 26%;
}
.mypersonalstyle .ttlarea .subttl2{
	width:42%;
	margin:0 29% 4% 29%;
}
.mypersonalstyle .ttlarea .subttl3{
	width:76%;
	margin:0 12% 5% 12%;
}
.mypersonalstyle .photo1{
	width:100%;
	border:1px solid #333333;
}
.mypersonalstyle .sheer1{
	width:32%;
	margin:12% auto 3.5% auto;
}
.mypersonalstyle .sheer2{
	width:44%;
	margin:0 auto 3.5% auto;
}
.mypersonalstyle .sheer3{
	width:44%;
	margin:0 auto 12% auto;
}
.mypersonalstyle p.caption{
	margin:10% auto;
	text-align:center;
	letter-spacing:1px;
	line-height:2.1;
    font-size: 0.9rem;
}
.mypersonalstyle .photoarea{
	width:66%;
	margin:0 auto 20% auto;
}
.sheerorgandy{
	width:82%;
	margin:0 auto;
}
.sheerorgandy .select{
	width:28%;
	margin:0 auto 6% auto;
}
.sheerorgandy .sheerttl{
	width:84%;
	margin:0 auto 6% auto;
}
.sheerorgandy .sheerttl2{
	width:78%;
	margin:0 auto 3.5% auto;
}
.sheerorgandy .sheerttl3{
	width:27%;
	margin:0 auto 11% auto;
}
.sheerorgandy .akikoscomment{
	padding:8%;
	font-size:0.8rem;
	letter-spacing:1px;
	line-height:1.9;
	margin:10% auto;
    position: relative;
}
.sheerorgandy .akikoscomment img{
	margin-bottom:5%;
	width:40%;
}
/*.sheerorgandy .akikoscomment::before,
.sheerorgandy .akikoscomment::after {
    position: absolute;
    width: 32px;
    height: 35px;
    content: '';
}
.sheerorgandy .akikoscomment::before {
    border-left: solid 1px #c7c7be;
    border-top: solid 1px#c7c7be;
    top: 0;
    left: 0;
}
.sheerorgandy .akikoscomment::after {
    border-right: solid 1px #c7c7be;
    border-bottom: solid 1px #c7c7be;
    bottom: 0;
    right: 0;
}
*/
.sheerorgandy .akikoscomment .line {
    position: absolute;
    /*opacity: 0;*/
    transition: all 0.6s ease;
    /*transform: scaleX(0);*/
	background-color: #c7c7be;
}
.sheerorgandy .akikoscomment .line-top {
    top: 0;
    left: 0;
    height: 1px;
    width: 24px;
    transform-origin: left center;
	background-color: #c7c7be;
}
.sheerorgandy .akikoscomment .line-left {
    top: 0;
    left: 0;
    width: 1px;
    height: 26px;
    transform-origin: top center;
    transition-delay: 0.2s;
	background-color: #c7c7be;
}
.sheerorgandy .akikoscomment .line-bottom {
    bottom: 0;
    right: 0;
    height: 1px;
    width: 24px;
    transform-origin: right center;
    transition-delay: 0.4s;
	background-color: #c7c7be;
}
.sheerorgandy .akikoscomment .line-right {
    bottom: 0;
    right: 0;
    width: 1px;
    height: 26px;
    transform-origin: bottom center;
    transition-delay: 0.6s;
	background-color: #c7c7be;
}
/* アニメーション */
.animate .line {
    opacity: 1;
    transform: scaleX(1);
}
.line-left.animate,
.line-right.animate {
    transform: scaleY(1);
}

.sheerorgandy hr{
	height: 0;
	margin: 0;
	padding: 0;
	border: 0;
	border-top: 1px solid #c7c7be;
}
.sheerorgandy ul.credit{
	width:90%;
	margin:8% auto 25% auto;
	list-style: none;
}
.sheerorgandy ul.credit li{
	margin:0 0 10px 0;
	padding:0 0 5px 0;
	display: flex;
	flex-direction:column;
	align-items:center;
}
.sheerorgandy ul.credit li span.itemname{
	font-size:0.68rem;
	margin-bottom:0.8rem;
}
.sheerorgandy ul.credit li span.detail{
	font-size: 0.8rem;
    font-weight: bold;
    color: #ffffc1;
    background: #333333;
    padding: 2px 26px;
    height: 24px;
    border-radius: 12px;
}
.sheerorgandy ul.credit li span.detail:hover{
	background:#cccccc;
}
.interview{
	/*background:#e7e7e3;*/
	padding:10% 0 5% 0;
	position: relative;
}
.interview > *:not(.interview-bg) {
  position: relative;
  z-index: 1;
}
.interview-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #e7e7e3;
  z-index: 0;
}
.interview .interviewttl{
	margin: 0 auto 5% auto;
	width:12%;
}
.interview .line{
	width:1px;
	height:calc(100vw*0.09);
	background:#333333;
	margin: 0 auto 5% auto;
}
.interview .howtobox{
	overflow: hidden;
	height: calc(100vw * 0.12);
	margin:0 0 -4% 0;
}
.interview .howto{
	width:100%;
	/*margin:0 0 -4% 0;*/
}
.interview .howto1{
	width:33%;
	margin:0 auto 4% auto;
}
.interview .howto2{
	width:74%;
	margin:0 auto 8% auto;
}
.interview .interviewphoto{
	width:82%;
	margin:0 auto 10% auto;
}
.interview .interviewttl1{
	width:42%;
	margin:0 auto 3.5% auto;
}
.interview .interviewttl2{
	width:44%;
	margin:0 auto 3.5% auto;
}
.interview .interviewttl3{
	width:40%;
	margin:0 auto 8% auto;
}
.interview p{
	width:82%;
	margin: 0 auto 3% auto;
	letter-spacing:1.5px;
	font-size:0.75em;
	line-height:1.89;
}
.interview p.bold{
	font-weight:bold;
}
.interview .essentialsarea{
	width:82%;
	margin:12% auto 10% auto;
	padding:10% 8%;
	border:1px solid #000;
	background:#ffffff;
}
.interview .essentialsarea .essentialsttl{
	width:52%;
	background:#e7e7e3;
	text-align:center;
	margin:0 auto 10% auto !important;
	height:22px;
	position:relative;
}
.interview .essentialsarea .essentialsttl img{
	width:68%;
	margin:0 auto;
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
}
.interview .essentialsarea .essentialssub1-line{
	height:1px;
	width:82%;
	margin:0 auto 5% auto;
	background:#333333;
}
.interview .essentialsarea .essentialssub1{
	width:82%;
	padding-bottom:2%;
	margin:0 auto;
	/*border-bottom:1px solid #333333;*/
}
.interview .essentialsarea .essentialssub2-line{
	height:1px;
	width:55%;
	margin:0 auto 7% auto;
	background:#333333;
}
.interview .essentialsarea .essentialssub2{
	width:55%;
	margin:0 auto;
	padding-bottom:2%;
	/*border-bottom:1px solid #333333;*/
}
.interview .essentialsarea .essentialssub3{
	width:38%;
	margin:0 auto 5.5% auto;
}
.interview .essentialsarea .essentialssub4{
	width:55%;
	margin:0 auto 10% auto;
}
.interview .essentialsarea .essentialsphoto{
	margin:0 auto 10% auto;
}
.interview .essentialsarea p{
	width:100%;
	margin:0;
	padding:0;
	font-size:0.77em;
}
.popup-store {
	max-width: 55rem;
	margin: 5vw auto;
	padding: 0 9.5%;
	text-align: center;
	color: #333333;
	font-size: 0.75rem;
	line-height:2;
}
.popup-store .popup-title {
	font-size: 1rem;
	font-weight: bold;
	line-height:2.2;
}
.popup-store .popup-arrow {
	font-size: 1rem;
	margin: 0 0.5rem;
	font-weight:bold;
}
.popup-store .popup-date {
	font-weight: bold;
	font-size: 1rem;
	margin-bottom: 0.5rem;
}
.popup-store .popup-location {
	font-size: 0.77rem;
	margin-bottom: 1.2rem;
	line-height: 1.8;
	font-weight:500;
}
.popup-store .popup-description {
	border-top:1px solid #a6a6a6;
	padding-top:6%;
	margin-bottom: 1.5rem;
	line-height: 1.8;
	text-align: left;
}
.popup-store .popup-button {
	text-align: center;
}
.popup-store .popup-link {
	display: inline-block;
	padding: 0.2rem;
	border: 1px solid #000;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	font-size:0.9rem;
	letter-spacing:1px;
	width:75%;
}

@media screen and (min-width: 992px) {
	.main-photo.pc img {
		display: block;
		margin: 0 auto;
		width: auto;
		height: 100%;
	}
	.text-container{
		width:100%;
		height: auto;
		/*height:calc(100vw*0.57);*/
		margin:0;
		padding:0;
		position:absolute;
	}
	.text-container .mainsp{
		display:none;
	}
	.text-container .mainsp2{
		display:none;
	}
	.text-container .mainttl{
		position:absolute;
		left:0;
		width:46.875%;
		top:calc(100vw*0.11484375);
		display: block;
	}
	.text-container .mainttl1{
		position:absolute;
		left:10%;
		width:20.7%;
		top:calc(100vw*0.17968);
	}
	.text-container .mainlogo{
		position:absolute;
		left:10%;
		width:28.125%;
		top:calc(100vw*0.24);
	}
	.text-container .mainttl2{
		position:absolute;
		left:40%;
		width:14%;
		top:calc(100vw*0.2453);
	}
	.text-container .mainttl3{
		position:absolute;
		left:10%;
		width:16.64%;
		top:calc(100vw*0.31484);
	}
	.text-container .mainttl4{
		position:absolute;
		left:28.5%;
		width:14%;
		top:calc(100vw*0.298);
	}
	.text-container .mainline{
		position:absolute;
		width:42.7%;
		left:0;
		top:calc(100vw*0.35156);
		height:2px;
	}
	.text-container .mainproduced1{
		position:absolute;
		left:10%;
		width:8.5156%;
		top:calc(100vw*0.427187);
	}
	.text-container .mainproduced2{
		position:absolute;
		left:19.2%;
		width:8.203125%;
		top:calc(100vw*0.427187);
	}
	.text-container .mainttl5{
		position:absolute;
		left:82.8%;
		width:8.671%;
		top:calc(100vw*0.24453);
		display: block;
	}
	.profile-line-top{
		width:740px;
	}
	.profile-line-bottom{
		width:740px;
		margin:0 auto 120px auto;
	}
	.profile{
		width:740px;
		padding:50px 55px;
		display: flex;
		margin:0 auto;
	}
	.profile .photo{
		width:125px;
		margin:0 50px 0 0;
	}
	.profile .right{
		text-align:left;
	}
	.profile .ttl{
		width:62px;
		margin:10px auto 20px 0;
	}
	.profile .name{
		text-align:left;
		margin-bottom:15px;
		font-size:0.7rem;
	}
	.profile .name img{
		width:120px;
		margin:0 0 -2px auto;
	}
	.profile p{
		font-size:0.93rem;
		line-height:1.7;
	}
	.mypersonalstyle .ttlarea{
		margin:0 auto 80px auto;
	}
	.mypersonalstyle .ttlarea .mainttl{
		width:370px;
		margin:0 auto -25px auto;
	}
	.mypersonalstyle .ttlarea .subttl1{
		width:538px;
		margin:0 auto 32px auto;
	}
	.mypersonalstyle .ttlarea .subttl3{
		width:456px;
		margin:0 auto 0 auto;
	}
	.mypersonalstyle .photo1{
		width:774px;
		margin:0 auto 80px auto;
	}
	.mypersonalstyle .sheer1{
		width: 190px;
		margin: 110px auto 25px auto;
	}
	.mypersonalstyle .sheer2{
		width: 260px;
		margin: 0 auto 20px auto;
	}
	.mypersonalstyle .sheer3{
		width: 260px;
		margin: 0 auto 130px auto;
	}
	.mypersonalstyle p.caption{
		margin:0 auto 120px auto;
		font-size:1.1rem;
	}
	.mypersonalstyle .photoarea{
		width:1280px;
		margin:0 auto 150px auto !important;
		display: flex;
		justify-content:flex-start;
	}
	.mypersonalstyle .photoarea img{
		width:640px;
		margin:0;
		padding:0;
	}
	.sheerorgandy{
		width:1280px;
		margin:0 auto 120px auto;
		position:relative;
		height:700px;
	}
	.sheerorgandy .sheerphoto{
		position:absolute;
		width:554px !important;
		margin:0;
		left:0;
		top:0;
	}
	.sheerorgandy .sheerorgandyttl{
		position:absolute;
		left:655px;
		top:50px;
		width:520px;
	}
	.sheerorgandy .select{
		width:123px;
		margin:0 0 32px 0;
	}
	.sheerorgandy .sheerttl{
		width:440px;
		margin:0 0 20px 0;
	}
	.sheerorgandy .sheerttl2{
		width:465px;
		margin:0 0 50px 0;
	}
	.sheerorgandy .akikoscomment{
		position: relative;
		left:655px;	
		top:262px;
		width:520px;
		margin:0;
		padding:25px 35px;
		font-size:0.95rem;
	}
	.sheerorgandy .akikoscomment img{
		margin-bottom:15px;
		width:130px;
	}	
	.sheerorgandy hr{
		position: absolute;
		left:655px;
		top:540px;
		width:520px;
	}
	.sheerorgandy ul.credit{
		position:absolute;
		width:540px;
		top:585px;
		left:655px;
		margin:0;
	}
	.sheerorgandy ul.credit li{
		flex-direction:row;
		flex-wrap: nowrap;
		justify-content: flex-start;
		align-items: center;
		margin-bottom:0;
	}
	.sheerorgandy ul.credit li span.itemname{
		margin-right:30px;
		font-size: 0.8rem;
		margin-bottom:0;
	}
	.sheerorgandy ul.credit li span.detail{
		padding:1px 20px 0 20px;
		height: 16px;
    	border-radius: 8px;
		font-size:0.55rem;
	}
	.interview{
		width:100%;
		padding:80px 0 120px 0;
	}
	.interview .interviewttl{
		margin: 0 auto 35px auto;
		width:65px;
	}
	.interview .line{
		width:1px;
		height:48px;
		margin: 0 auto 30px auto;
	}
	.interview .howtobox{
		overflow: hidden;
		height: 80px;
		margin:0 auto -21px auto;
	}
	.interview .howto{
		width:640px;
		margin:0 auto -21px auto;
	}
	.interview .howto1{
		width:560px;
		margin:0 auto 50px auto;
	}
	.interview .interviewphoto{
		width:670px;
		margin:0 auto 65px auto;
	}
	.interview .interviewttl1{
		width:230px;
		margin:0 auto 20px auto;
	}
	.interview .interviewttl2{
		width:460px;
		margin:0 auto 40px auto;
	}
	.interview p{
		width:780px;
		margin: 0 auto 20px auto;
		letter-spacing:1.5px;
		font-size:0.94em;
		line-height:2.1;
	}
	.interview .essentialsarea{
		width:780px;
		margin:70px auto 0 auto ;
		padding:65px 90px 70px 90px;
	}
	.interview .essentialsarea .essentialsttl{
		width:200px;
		margin:0 auto 40px auto !important;
		height:32px;
		position:relative;
	}
	.interview .essentialsarea .essentialsttl img{
		width:136px;
		margin:0 auto;
		position: absolute;
		top:50%;
		left:50%;
		transform: translate(-50%,-50%);
	}
	.interview .essentialsarea .essentialssub1pc{
		width:470px;
		padding-bottom:5px;
		margin:0 auto;
	}
	.interview .essentialsarea .essentialssub1pc-line{
		height:1px;
		width:470px;
		margin:0 auto 20px auto;
		background:#333333;
	}
	.interview .essentialsarea .essentialssub2pc{
		width:311px;
		margin:0 auto 36px auto;
	}
	.interview .essentialsarea .essentialsphoto{
		width:362px;
		margin:0 auto 45px auto;
	}
	.interview .essentialsarea p{
		width:100%;
		margin:0;
		padding:0;
		font-size:0.92em;
	}
	.popup-store .popup-title{
		font-size:1.2rem;
	}
	.popup-store .popup-date{
		font-size:1.2rem;
	}
	.popup-store .popup-location {
    font-size: 0.95rem;
		margin-bottom: 1.6rem;
	}
	.popup-store .popup-date {
		margin-bottom: 0.8rem;
}
	.popup-store .popup-description{
		text-align:center;
		line-height:1.8;
		font-size:0.95rem;
		margin-bottom: 1.5rem;
		padding-top:3.5%;
	}
	.popup-store .popup-link{
		width:41%;
	}
}
@media screen and (max-width: 375px) {
	.popup-store .popup-title {
    	font-size: 0.95rem;
	}
	.popup-store{
		width:80% !important;
		padding:0 !important;
	}
	.popup-store .popup-location {
    	font-size: 0.7rem;
	}
}

/* ===== Animation ===== */

/*zoomout(ズームアウト 枠固定＋上起点)*/
.fadeZoomOutTFixMV.wow.animated {
    animation-name: fadeZoomOutTFixMV;
    animation-duration: 6s;
    animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    animation-delay: 0.2s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: forwards;
    will-change: transform;
}
.fadeZoomOutTFixMV {
    opacity: 0;
    transform-origin: top;
    transform: scale(1.1);
}
@keyframes fadeZoomOutTFixMV {
  0% {
    opacity: 0;
    transform: scale(1.1);
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

/*zoomout(ズームアウト 枠固定) */
.fadeZoomOutFixMV.wow.animated {
    animation-name: fadeZoomOutFixMV;
    animation-duration: 6s;
    animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    animation-delay: 0s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: forwards;
    will-change: transform;
}
.fadeZoomOutFixMV {
    opacity: 0;
}
@keyframes fadeZoomOutFixMV {
  0% {
    opacity: 0;
    transform: scale(1.1);
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

/*fadeRightLeft(右→左)*/
.fadeRightLeftMV.wow.animated {
    animation-name: fadeRightLeftMV;
    animation-duration: 1.8s;
    animation-timing-function: ease;
    animation-delay: 0.4s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: forwards;
    opacity: 0;
    will-change: opacity;
}
.fadeRightLeftMV {
    opacity: 0;
}
@keyframes fadeRightLeftMV {
  0% {
    opacity: 0;
    filter: blur(6px);
    transform: translateX(2%);
  }
  100% {
    opacity: 1;
    filter: blur(0);
    transform: translateX(0);
  }
}

/* clippath(左→右 ※blurなし 改善版) */
.clippathLeftRightNBlurBG.wow.animated {
    animation-name: clippathLeftRightNBlurBG;
    animation-duration: 1.6s;
    animation-timing-function: ease-in-out;
    animation-delay: 0.4s;
    animation-iteration-count: 1;
    animation-direction: normal;

    /* 追加：アニメーション後の描画を安定させる */
    backface-visibility: hidden;
    transform: none;
    image-rendering: auto;
    will-change: clip-path; /* transformは除外 */
}

.clippathLeftRightNBlurBG {
    clip-path: inset(0 100% 0 0);
    -webkit-clip-path: inset(0 100% 0 0);
    opacity: 1; /* ← 初期状態で非表示にしない */
}

@keyframes clippathLeftRightNBlurBG {
  0% {
      clip-path: inset(0 100% 0 0);
      -webkit-clip-path: inset(0 100% 0 0);
  }
  100% {
      clip-path: inset(0);
      -webkit-clip-path: inset(0);
  }
}
