@charset "UTF-8";
html {
	font-size: 62.5%!important;
}
#wrapper_25winter
/*body*/
{
	font-family:'Lato', "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif; 
	color: #707070;
	background-color: #ffffff;
	line-height: 0;
	letter-spacing: 0.05em;
	font-weight: 400;
	margin: 0;
	padding: 0;
	font-feature-settings: "palt" 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
	position: relative;
	overflow-x: hidden;
	animation: fadeIn 1.0s ease 0s 1 normal;
	-webkit-animation: fadeIn 1.0s ease 0s 1 normal;
	height: 100%;
}
*:focus {
	outline: none;
}

#wrapper_25winter a {
	text-decoration: none;
	color: #707070;
}
img {
	width: 100%;
	position: relative;
}
@keyframes fadeIn {
	0% {
	display: none;
	opacity: 0;
	}
	1% {
	display: block;
	opacity: 0;
	}
	100% {
	display: block;
	opacity: 1;
	}
}
@keyframes animationZoom1 {
	0% { transform: scale(1.1)
	}
	100% { transform: scale(1.0)
	}
}

@keyframes sdl {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  35% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  35.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  70%, 100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}

/*追加コード*/
.jqmWindow {
	display: none!important;
	color: #FFFFFF!important;
	opacity: 0!important;
}
.s_button img {
	width: initial;
}
body #contant section {
	padding-bottom: 0!important;
}
#contant {
	padding-right: 0!important;;
}
#nav #leftSearchBox input {
    background-color: #FFFFFF!important;
}
#nav .nav_inner .sns_list {
	border-top: solid 1px #707070!important;
}
section#contant_h {
    overflow: hidden;
}
body img {
	max-width: initial;
	width: 100%;
}

::placeholder {
color: #000000;
}
#foot {
	margin-top: 0!important;
}
body {
color: #000000;
}



/*format*/
#nav {
	max-width: 320px;
	width: 100%;
	height: 100vh;
	position: fixed;
	z-index: 2;
	background-color: #FFFFFF;
	top: 0;
	border-right: 1px solid #D9D9D9;
}
#contant_h {
/*	ここまで消す*/
/*
	max-width: 100%;
	padding-right: 0;
	padding-left: 320px;
	box-sizing: border-box;
*/
/*	ここまで消す*/
    overflow-x: hidden;
    overflow-y: scroll;
}
.bnr_sp_kari{
	display: none;
}

.haikei{
	position: relative;
}


/*top_section*/
.top_section{
	position: relative;
	z-index: 10;
	width: 100%;
	color: #707070;
	background-color: #ffffff;
	border-bottom: 1px solid #D9D9D9;
	border-left: 1px solid #D9D9D9;
}
.top_photo{
	width: 100%;
	overflow: hidden;
	display: block;
	margin: 0 0 0 auto;
}
.top_photo_in{
	width: 100%;
	margin: 0 auto;
	position: relative;
}
.top_photo_in img{
	animation: animationZoom1 0.8s ease-in-out forwards;
}

h1.top_title {
    position: absolute;
    right: 0;
    bottom: 20%;
    left: 0;
    margin: auto;
    width: 40%;
    height: 4rem;
	animation-name: fadeIn;
	animation-duration: 0.7s;
	animation-timing-function: ease;
	animation-delay: 1.0s;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
	opacity: 0;
}

.top_title_kazari{
    position: absolute;
    right: 0;
    bottom: 6%;
    left: 0;
    margin: auto;
    width: 36%;
    font-size: 0.8rem;
    color: #ffff;
    line-height: 1.4;
	text-align: center;
}
.top_title_no{
	width: 7%;
	position: absolute;
	bottom: 4%;
	left: 3%;
}

.scroll {
	display: inline-block;
	position: absolute;
	bottom: -5%;
	right: 0;
	left: 0;
	margin: 0 auto;
	text-align: center;
	padding: 7% 0 0 0;
	overflow: hidden;
	font-size: 1.0rem;
	letter-spacing: 0.05em;
	line-height: 1;
	text-transform: uppercase;
	text-decoration: none;
	writing-mode: horizontal-tb;
	font-weight: 400;
	font-family: 'Lato', sans-serif;
}
.scroll::after {
	content: '';
	position: absolute;
	bottom: 20%;
	left: 50%;
	width: 1px;
	height: 70%;
	background: #B7B7B7;
}
.scroll::after {
  animation: sdl 2s cubic-bezier(1, 0, 0, 1) infinite;
}


/*frame_kazari-----------------------------*/
#frame_kazari_1{
	display: none;
	position: fixed;
	z-index: 49;

	width: 100%;
	bottom: 16px;
	right: 16px;
}
.bnr_logo{
	width: 20%;
	position: absolute;
	bottom: 1%;
	right: 0;
	mix-blend-mode: multiply;
}
#frame_kazari_2 {
	display: none;
	position: fixed;
	width: 100%;
	top: 20px;
	right: 20px;
	z-index: 99;
	letter-spacing: 0.05em;
	text-align: right;
	font-size: 1.1rem;
	mix-blend-mode: multiply;
	color: #707070;
}
.is-hidden {
  display: none !important;
}
/*frame_kazari-----------------------------*/


/*btn_base-----------------------------*/
.look_btn{
	margin: 0 auto 0 auto;
	padding-top: 4px;
	font-size: 1.1rem;
	text-align: center;
	line-height:0;
	white-space: nowrap;
	z-index: 10;
}
.look_btn_all{
	margin-top: 8px;
	display: inline-block;
}
.space{
	display: inline-block;
	padding-left: 10px;
}
.item_link_btn {
	display: inline-block;
	border-bottom: 1px solid #707070;
	font-size: 1.0rem;
	vertical-align: 1px;
	line-height: 1;
	color: #707070;
}
.taxinc{
	font-size: 0.95rem;
	vertical-align: 1px;
	letter-spacing: 0.03em;
}
.coming_soon{
	display: inline-block;
	font-size: 1.1rem;
	line-height: 1.5;
	vertical-align: 0px;
	margin-top: -3px;
}
a.disabled {
  pointer-events: none;
  color: gray;
  text-decoration: none;
  cursor: default;
}
/*btn_base-----------------------------*/

.midashi{
	margin: 0 auto 10% auto;
	width: 34%;
}
.look{
	width: 100%;
	margin: 22% auto 14% auto;
	position: relative;
}

/*look1-----------------------------*/
.look1{
	width:100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	margin: 0 auto 0 auto;
}
.look1_1{
	width:48%;
	position: relative;
}
.look1_2{
	width:48%;
	position: relative;
}
.look1_1 .look_item_name{
	width: 300px;
	position: absolute;
	top: -20px;
	left:20px;
	margin: auto;
	z-index: 1;
    transform: rotate(90deg); /* ←反時計回りに90°で下→上へ縦書き */
    transform-origin: bottom left; /* ←左上を基準に回転 */
}
.look1_1 .wearing_item{
	text-align: left;
	color: #707070!important;
	padding-bottom: 10px;
	font-size: 0.9rem;
	font-style: normal;
}


/*look2-----------------------------*/
.look2{
	width: 48%;
	margin: 0 auto 0 auto;
	position: relative;
}
.look2_item_name{
	width: 300px;
	margin: 0 auto 3% auto;
	z-index: 1;
}
.look2_item_name .wearing_item{
	text-align: center;
	color: #707070!important;
	padding-bottom: 10px;
	font-size: 0.9rem;
	font-style: normal;
}


/*look3-----------------------------*/
.look3{
	width:100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	margin: 0 auto 0 auto;
}
.look3_1{
	width:48%;
	position: relative;
}
.look3_2{
	width:48%;
	position: relative;
}
.look3_item_name{
	width: 300px;
	margin: 0 auto 3% auto;
	z-index: 1;
}
.look3_item_name .wearing_item{
	text-align: center;
	color: #707070!important;
	padding-bottom: 10px;
	font-size: 0.9rem;
	font-style: normal;
}

.outerwear{
	width: 100%;
	background-color: #F9F9F9;
	position: relative;
	margin: 0 auto 0 auto;
	padding-bottom: 1%;
}
.midashi2{
	margin: 0 auto 10% auto;
	width: 34%;
	padding-top: 10%;
}

/*look4-----------------------------*/
.look4{
	width:100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	margin: 0 auto 0 auto;
}
.look4_1{
	width:48%;
	position: relative;
}
.look4_1 .look_item_name{
	width: 300px;
	position: absolute;
	top: 20px;
	left:20px;
	margin: auto;
	z-index: 1;
}
.look4_1 .wearing_item{
	text-align: left;
	color: #707070!important;
	padding-bottom: 10px;
	font-size: 0.9rem;
	font-style: normal;
}
.look4_2{
	width:48%;
	position: relative;
}


/*look5-----------------------------*/
.look5{
	width: 48%;
	margin: 0 auto 0 auto;
	position: relative;
}
.look5 .look_item_name{
	width: 300px;
	position: absolute;
	top: -25px;
	left:20px;
	margin: auto;
	z-index: 100;
    transform: rotate(90deg); /* ←反時計回りに90°で下→上へ縦書き */
    transform-origin: bottom left; /* ←左上を基準に回転 */
}
.look5 .wearing_item{
	text-align: left;
	color: #707070!important;
	padding-bottom: 10px;
	font-size: 0.9rem;
	font-style: normal;
}
.look5 .look_btn_all{
	margin-top: 8px;
	display: block;
}


/*look6-----------------------------*/
.look6{
	width:100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin: 0 auto 0 auto;
}
.look6_1{
	width:48%;
	position: relative;
}
.look6_2{
	width:48%;
	position: relative;
}
.look6 .look_item_name{
	width: 300px;
	position: absolute;
	top: 4px;
	left:20px;
	margin: auto;
	z-index: 1;
}
.look6 .wearing_item{
	text-align: left;
	color: #707070!important;
	padding-bottom: 10px;
	font-size: 0.9rem;
	font-style: normal;
}


/*look7-----------------------------*/
.look7_item_name{
	width: 300px;
	margin: auto;
	z-index: 100;
	position: relative;
}
.look7{
	width: 48%;
	margin: -26px auto 0 auto;
	position: relative;
	z-index: 0;
}
.look7_item_name .wearing_item{
	text-align: center;
	color: #707070!important;
	padding-bottom: 10px;
	font-size: 0.9rem;
	font-style: normal;
}
.look7 .look_btn_all{
	margin-top: 8px;
	display: block;
}

/*look_movie-----------------------------*/
.youtube-wrap {
  position: relative;
  width: 70%;          /* ← ここを70%に変更 */
  margin: 10% auto 10% auto;      /* 中央寄せ */
  padding-top: 39.375%;/* 16:9比率に合わせて 70% × 0.5625 */
  overflow: hidden;
}
.youtube-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/*footer-----------------------------*/
#foot_list{
	width: 100%;
	position: relative;
	margin: 0 auto 0 auto;
	z-index: 50;
    border-top: 1px solid #D9D9D9;
	color: #707070;
}
#foot_list .foot_title{
	width: 240px;
	margin: 4% auto 0 auto;
	text-align: center;
	padding-top: 6%;
}

.vol {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px; /* 左右の余白調整 */
	margin: 20px auto 0 auto;
}
.divider {
	width: 1px;
	height: 30px; /* 数字と縦位置を合わせる */
	background-color: #ccc; /* 線の色 */
	opacity: 0.6;
}
.vol img {
	width: 55px;
	height: auto;
}

.staff_credit {
	text-align: center;
	margin: 4% 0 0 0;
	font-size: 1.0rem;
	line-height: 1.3;
	font-weight: 400;
	letter-spacing: 0.05em;
}
.staff_credit .keisen{
    border-bottom: 1px solid #D9D9D9;
    max-width: 2%;
    margin: 1% auto 1% auto;
	display: block;
}

#wrap {
	cursor: pointer;
	letter-spacing: 0.02em;
	font-size: 1.0rem;
	text-align: center;
    margin: 4% auto 10% auto;
    width: fit-content;
}
.arrow {
	margin-bottom: 5px;
}
.arrow::after {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	border-top: .1px solid #707070;
	border-left: .1px solid #707070;
}
.arrow--right::after {
	transform: rotate(45deg);
	position: relative;
	margin: 0 auto;
}

/*animation------------------------------*/
.mouseover {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.mouseover:hover {
	opacity: 0.3;
}

.fadeUp {
	opacity : 0;
	transform : translate(0px, 100px);	
	transition: all 1500ms 0ms ease;
}
.fadeUp2 {
	opacity : 0;
	transform : translate(0px, 100px);	
	transition: all 1500ms 0ms ease;
}


/* 初期状態：共通 */
.u-fade-type-up {
    transform: translateY(60px);
    opacity: 0;
    transition: 1s ease; /* フェード＆スライドのトランジション */
}

/* フェードイン状態（SPは直接付与、PCは親経由でもOK） */
.u-fade-type-up.is-active,
.js-scroll-trigger.is-active .u-fade-type-up {
    transform: translateY(0);
    opacity: 1;
}

/* PC用：順番にディレイをつける（親に .is-active が付いてるときだけ効く） */
.js-scroll-trigger.is-active .u-fade-type-up:nth-child(2) {
    transition-delay: 0.2s;
}
.js-scroll-trigger.is-active .u-fade-type-up:nth-child(3) {
    transition-delay: 0.4s;
}


/*swiper------------------------*/
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 var(--swiper-pagination-bullet-horizontal-gap,3px)!important;
}
.swiper-pagination-bullet {
    width: 5px !important;
    height: 5px !important;
    border-radius: initial !important;
    background: var(--swiper-pagination-bullet-inactive-color, #707070) !important;
}

.swiper-pagination {
    text-align: center !important;
    position: relative; /* 親要素の下に自然に配置させる */
    margin-top: 16px; /* 画像との間に余白（必要なら調整） */
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
    left: 0 !important;
    right: 0 !important;
    width: 100%;
    justify-content: center;
    display: flex !important;
    position: relative !important;
}




@media screen and (min-width: 1000px){   
  .pc { display:block; }
  .sp { display:none; }
}
@media screen and (max-width: 599px){   
  .pc { display:none; }
  .sp { display:block; }
}


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

/*format*/
#nav {
	display: none;
}
#contant_h {
/*	ここまで消す*/
/*
	max-width: 100%;
	padding-right: 0;
	padding-left: 0;
	box-sizing: border-box;
	margin: 0 auto 0 auto;
*/
/*	ここまで消す*/
    overflow-x: hidden;
    overflow-y: scroll;
}
.bnr_sp_kari{
	display: block;
	position: fixed;
	z-index: 99;
	top: 0;
}
	

/*top_section*/
.top_section{
	position: relative;
	z-index: 10;
	font-family: "Helvetica-Light";
	width: 100%;
	/*	topを〇にする*/
	margin: 0 auto 0 auto;
	border-bottom: 0 solid #D9D9D9;
	border-left: 0px solid #D9D9D9;
}
	
.top_photo{
	width: 100%;
	overflow: hidden;
	display: block;
}
.top_photo_in{
	width: 100%;
	margin: 0 auto 0 auto;
}
.top_photo_in img{
	animation: animationZoom1 0.8s ease-in-out forwards;
}	
h1.top_title {
    width: 75%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 18%;
    margin: 0 auto;   /* ← 中央寄せ */
}	

.top_title_kazari{
    position: absolute;
    right: 0;
    bottom: 7%;
    left: 0;
    margin: auto;
    width: 100%;
    font-size: 0.8rem;
    color: #ffff;
    line-height: 1.4;
	text-align: center;
}
	
.scroll {
	bottom: -5%;
	padding: 14% 0 0 0;
	overflow: hidden;
}
.scroll::after {
	bottom: 18%;
}	
	
	
/*frame_kazari-----------------------------*/
#frame_kazari_1{
	display: none;
	position: fixed;
	z-index: 49;
	width: 100%;
	bottom: 2%;
	right: inherit;
	left: 0;
}
.bnr_logo{
	width: 50%;
	position: absolute;
	bottom: 1%;
	right: inherit;
	left: 3%;
	mix-blend-mode: multiply;
}
#frame_kazari_2 {
    position: fixed;
    top: calc(env(safe-area-inset-top) + 290px); /* ←数値で調整 */
    right: calc(env(safe-area-inset-right) + 10px);

    transform: rotate(90deg);
    transform-origin: top right;

    font-size: 0.9rem;
	color: #707070;
    z-index: 1000;
}
/*frame_kazari-----------------------------*/	

	
/*btn_base-----------------------------*/
.look_btn{
	margin: 0 auto 0 auto;
	padding-top: 0;
	font-size: 1.1rem;
	text-align: center;
	line-height:0;
	white-space: nowrap;
	z-index: 10;
}
.look_btn_all{
	margin-top: 8px;
	display: block;
}
.space{
	display: inline-block;
	padding-left: 0;
}
.item_link_btn {
	display: inline-block;
	border-bottom: 1px solid #707070;
	font-size: 0.95rem;
	vertical-align: 1px;
	line-height: 1;
	color: #707070;
}
.taxinc{
	font-size: 0.85rem;
	vertical-align: 1px;
	letter-spacing: 0.03em;
}
.coming_soon{
	display: inline-block;
	font-size: 1.1rem;
	line-height: 1.5;
	vertical-align: 0px;
	margin-top: -3px;
}
/*btn_base-----------------------------*/
	
.look{
	width: 100%;
	margin: 40% auto 30% auto;
	position: relative;
}
.midashi{
	margin: 0 auto 10% auto;
	width: 60%;
}

/*look1-----------------------------*/
.look1{
	width:100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: block;
	justify-content: space-between;
	margin: 0 auto 0 auto;
}
.look1_1{
	width:90%;
	position: relative;
	margin: 0 0 0 auto;
}
.look1_2{
	width:90%;
	position: relative;
	margin: 26% auto 0 0;
}
.look1_1 .look_item_name{
	width: 340px;
	position: absolute;
	top: -30px;
	left:20px;
	margin: auto;
	z-index: 1;
    transform: rotate(90deg); /* ←反時計回りに90°で下→上へ縦書き */
    transform-origin: bottom left; /* ←左上を基準に回転 */
}
.look1_1 .wearing_item{
	text-align: left;
	color: #707070!important;
	padding-bottom: 10px;
	font-size: 0.9rem;
	font-style: normal;
}


/*look2-----------------------------*/
.look2{
	width: 100%;
	margin: 0 auto 0 auto;
	position: relative;
}
.look2_item_name{
	width: 340px;
	margin: 0 auto 5% auto;
	z-index: 1;
}
.look2_item_name .wearing_item{
	text-align: center;
	color: #707070!important;
	padding-bottom: 10px;
	font-size: 0.9rem;
	font-style: normal;
}
.look_btn:nth-of-type(3){
	padding-top: 0px;
}
	
/*look3-----------------------------*/
.look3{
	width:100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: block;
	justify-content: space-between;
	margin: 0 auto 0 auto;
	padding-bottom: 8px;
}
.look3_1{
	width:90%;
	position: relative;
	margin: 0 auto 0 0;
}
.look3_2{
	width:90%;
	position: relative;
	margin: 20% 0 0 auto;
}
.look3_item_name{
	width: 340px;
	margin: 0 auto 3% 0;
	z-index: 1;
}
.look3_item_name .wearing_item{
	text-align: right;
	color: #707070!important;
	padding-bottom: 10px;
	font-size: 0.9rem;
	font-style: normal;
}
	
	
.outerwear{
	width: 100%;
	background-color: #F9F9F9;
	position: relative;
	margin: 0 auto 10% auto;
	padding-bottom: 0;
}
.midashi2{
	margin: 0 auto 20% auto;
	width: 60%;
	padding-top: 10%;
}
	
/*look4-----------------------------*/
.look4{
	width:100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: block;
	justify-content: space-between;
	margin: 0 auto 0 auto;
}
.look4_1{
	width:100%;
	position: relative;
}
.look4_1 .look_item_name{
	width: 340px;
	position: absolute;
	top: 20px;
	left:20px;
	margin: auto;
	z-index: 1;
}
.look4_1 .wearing_item{
	text-align: left;
	color: #707070!important;
	padding-bottom: 10px;
	font-size: 0.9rem;
	font-style: normal;
}
.look4_2{
	width:88%;
	position: relative;
	margin: 20% auto 0 auto;
}


/*look5-----------------------------*/
.look5{
	width: 100%;
	margin: 0 auto 0 auto;
	position: relative;
}
.look5 .look_item_name{
	width: 340px;
	position: absolute;
	top: -25px;
	left:20px;
	margin: auto;
	z-index: 100;
    transform: rotate(90deg); /* ←反時計回りに90°で下→上へ縦書き */
    transform-origin: bottom left; /* ←左上を基準に回転 */
}
.look5 .wearing_item{
	text-align: left;
	color: #707070!important;
	padding-bottom: 10px;
	font-size: 0.9rem;
	font-style: normal;
}
.look5 .look_btn_all{
	margin-top: 8px;
	display: block;
}


/*look6-----------------------------*/
.look6{
	width:100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: block;
	justify-content: space-between;
	align-items: flex-end;
	margin: 0 auto 0 auto;
}
.look6_1{
	width:100%;
	position: relative;
}
.look6_2{
	width:88%;
	position: relative;
	margin: 20% auto 0 auto;
}
.look6 .look_item_name{
	width: 340px;
	position: relative;
	top: inherit;
	left:inherit;
	margin: 0 auto 4% auto;
	z-index: 1;
}
.look6 .wearing_item{
	text-align: center;
	color: #707070!important;
	padding-bottom: 10px;
	font-size: 0.9rem;
	font-style: normal;
}


/*look7-----------------------------*/
.look7_item_name{
	width: 340px;
	margin: auto;
	z-index: 100;
	position: relative;
}
.look7{
	width: 100%;
	margin: -13% auto 0 auto;
	position: relative;
	z-index: 0;
	padding-bottom: 20%;
}
.look7_item_name .wearing_item{
	text-align: center;
	color: #707070!important;
	padding-bottom: 10px;
	font-size: 0.9rem;
	font-style: normal;
}
.look7 .look_btn_all{
	margin-top: 8px;
	display: block;
}

	
/*look_movie-----------------------------*/
.youtube-wrap {
  position: relative;
  width: 80%;          /* ← 80%に変更 */
  margin: 0 auto 10% auto;  /* 中央寄せ */
  padding-top: 45%;    /* ← 16:9比率で再計算 */
  overflow: hidden;
}
.youtube-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

	
/*footer-----------------------------*/
#foot_list{
	width: 100%;
	position: relative;
	margin: 10% auto 0 auto;
	z-index: 10;
    border-top: 1px solid #D9D9D9;
	color: #707070;
}
#foot_list .foot_title{
	width: 54%;
	margin: 10% auto 0 auto;
	text-align: center;
	padding-top: 6%;
}


.vol {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px; /* 左右の余白調整 */
	margin: 20px auto 0 auto;
}
.divider {
	width: 1px;
	height: 25px; /* 数字と縦位置を合わせる */
	background-color: #ccc; /* 線の色 */
	opacity: 0.6;
}
.vol img {
	width: 45px;
	height: auto;
}
	
	
.staff_credit {
	text-align: center;
	margin: 10% 0 0 0;
	font-size: 1.0rem;
	line-height: 1.4;
	font-weight: 400;
	letter-spacing: 0.05em;
}
.staff_credit .keisen{
    border-bottom: 1px solid #D9D9D9;
    max-width: 4%;
    margin: 0 auto 3% auto;
	display: block;
}

#wrap {
	cursor: pointer;
	letter-spacing: 0.02em;
	font-size: 1.0rem;
	text-align: center;
    margin: 10% auto 14% auto;
    width: fit-content;
}
.arrow {
	margin-bottom: 4px;
}
.arrow::after {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	border-top: .1px solid #707070;
	border-left: .1px solid #707070;
}
.arrow--right::after {
	transform: rotate(45deg);
	position: relative;
	margin: 0 auto;
}

	
/*animation------------------------------*/
.fadeUp {
	opacity : 0;
	transform : translate(0px, 20px);	
	transition: all 800ms 0ms ease;
}
.fadeUp2 {
	opacity : 0;
	transform : translate(0px, 20px);	
	transition: all 800ms 0ms ease;
}
	
/*swiper------------------------*/
.swiper-pagination-bullet {
    width: 5px !important;
    height: 5px !important;
    border-radius: initial !important;
    background: var(--swiper-pagination-bullet-inactive-color, #707070) !important;
}
}


#foot .sns_list a img {
	max-width: initial;
}

