@charset "utf-8";

/* CSS Document */



body {
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
	word-break: keep-all;
	line-break: strict;
	word-wrap: break-word;
	overflow-wrap: break-word;
}
body {
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    text-align: left !important;
    line-break: strict;
    word-break: normal;
}
header {
    background: #000;
    border-bottom: 1px solid #FFF;
    padding: 6px 10px 6px 10px;
    height: 30px;
    overflow: hidden !important;
}

a:hover {
    opacity: 0.8;
}
a {
    transition: opacity 0.3s ease-out;
}
.sp {
    display: none;
}
.pc {
    display: block;
}
@media (max-width: 750px) {
    .sp {
        display: block;
    }
    .pc {
        display: none;
    }
}
.ml-10 {margin-left: 10px;}
.ml-20 {margin-left: 20px;}
.ml-30 {margin-left: 30px;}
.ml-40 {margin-left: 40px;}
.ml-50 {margin-left: 50px;}
.ml-60 {margin-left: 60px;}
.ml-70 {margin-left: 70px;}
.ml-80 {margin-left: 80px;}
.ml-90 {margin-left: 90px;}
.ml-100 {margin-left: 100px;}
.ml-110 {margin-left: 110px;}
.ml-120 {margin-left: 120px;}
.ml-130 {margin-left: 130px;}
.ml-140 {margin-left: 140px;}
.ml-150 {margin-left: 150px;}
.ml-160 {margin-left: 160px;}
.ml-170 {margin-left: 170px;}
.ml-180 {margin-left: 180px;}
.ml-190 {margin-left: 190px;}
.ml-200 {margin-left: 200px;}
@media (max-width: 640px) {
    .ml-10 {margin-left:1.333333333vw;}
    .ml-20 {margin-left:2.666666667vw;}
    .ml-30 {margin-left:4vw;}
    .ml-40 {margin-left:5.333333333vw;}
    .ml-50 {margin-left:6.666666667vw;}
    .ml-60 {margin-left:8vw;}
    .ml-70 {margin-left:9.333333333vw;}
    .ml-80 {margin-left:10.66666667vw;}
    .ml-90 {margin-left:12vw;}
    .ml-100 {margin-left:13.33333333vw;}
    .ml-110 {margin-left:14.66666667vw;}
    .ml-120 {margin-left:16vw;}
    .ml-130 {margin-left:17.33333333vw;}
    .ml-140 {margin-left:18.66666667vw;}
    .ml-150 {margin-left:20vw;}
    .ml-160 {margin-left:21.33333333vw;}
    .ml-170 {margin-left:22.66666667vw;}
    .ml-180 {margin-left:24vw;}
    .ml-190 {margin-left:25.33333333vw;}
    .ml-200 {margin-left:26.66666667vw;}
}
.mb-10 {margin-bottom: 10px;}
.mb-20 {margin-bottom: 20px;}
.mb-30 {margin-bottom: 30px;}
.mb-40 {margin-bottom: 40px;}
.mb-50 {margin-bottom: 50px;}
.mb-60 {margin-bottom: 60px;}
.mb-70 {margin-bottom: 70px;}
.mb-80 {margin-bottom: 80px;}
.mb-90 {margin-bottom: 90px;}
.mb-100 {margin-bottom: 100px;}
.mb-110 {margin-bottom: 110px;}
.mb-120 {margin-bottom: 120px;}
.pb-120 {padding-bottom: 120px;}
.mb-130 {margin-bottom: 130px;}
.mb-140 {margin-bottom: 140px;}
.mb-150 {margin-bottom: 150px;}
.mb-160 {margin-bottom: 160px;}
.mb-170 {margin-bottom: 170px;}
.mb-180 {margin-bottom: 180px;}
.mb-190 {margin-bottom: 190px;}
.mb-200 {margin-bottom: 200px;}
@media (max-width: 640px) {
    .mb-10 {margin-bottom:1.333333333vw;}
    .mb-20 {margin-bottom:2.666666667vw;}
    .mb-30 {margin-bottom:4vw;}
    .mb-40 {margin-bottom:5.333333333vw;}
    .mb-50 {margin-bottom:6.666666667vw;}
    .mb-60 {margin-bottom:8vw;}
    .mb-70 {margin-bottom:9.333333333vw;}
    .mb-80 {margin-bottom:10.66666667vw;}
    .mb-90 {margin-bottom:12vw;}
    .mb-100 {margin-bottom:13.33333333vw;}
    .mb-110 {margin-bottom:14.66666667vw;}
    .mb-120 {margin-bottom:16vw;}
	.pb-120 {padding-bottom:16vw;}
    .mb-130 {margin-bottom:17.33333333vw;}
    .mb-140 {margin-bottom:18.66666667vw;}
    .mb-150 {margin-bottom:20vw;}
    .mb-160 {margin-bottom:21.33333333vw;}
    .mb-170 {margin-bottom:22.66666667vw;}
    .mb-180 {margin-bottom:24vw;}
    .mb-190 {margin-bottom:25.33333333vw;}
    .mb-200 {margin-bottom:26.66666667vw;}
}
#nav-btn {
    position: fixed;
    z-index: 9000;
    top: 20px;
    right: 10px;
    width: 70px;
    cursor: pointer;
}
#nav-btn:hover{
    opacity: 0.75;
}
#nav-fixed {
    position: fixed;
    z-index: 9000;
    top: 0;
    left: -300px;
    width: 300px;
    height: 100%;
    background: #ccc;
    overflow-y: auto;
}
/* @media (max-width: 750px) {
    #nav-fixed {
        width: 40vw;
        height: 100%;
    }
} */
#nav-fixed.navClose {
    animation: navClose 0.25s ease 0.0s forwards alternate;
}
#nav-fixed.navOpen {
    animation: navOpen 0.25s ease 0.0s forwards alternate;
}

#nav-fixed ul li {
    font-size: 18px;
    padding: 0.5em;
}
#nav-fixed ul li a {
    padding: 0;
    display: block;
    color: #FFF;
    font-weight: bold;
}
#nav-fixed ul li img {
    line-height: 0;
    font-size: 0;
    vertical-align: bottom;
}
#nav-fixed ul li a:hover {
    opacity: 0.75;
}
@media (max-width: 750px) {
    #nav-btn {
        top: 3vw;
        right: 3vw;
        width: 14vw;
    }
    #nav-fixed {
        left: -75vw;
        width: 75vw;
    }
}
@keyframes navClose {
    0% {
        left: 0;
    }
    100% {
        left: -300px;
    }
}
@keyframes navOpen {
    0% {
        left: -300px;
    }
    100% {
        left: 0;
    }
}
@media (max-width: 750px) {
    @keyframes navClose {
        0% {
            left: 0;
        }
        100% {
            left: -75vw;
        }
    }
    @keyframes navOpen {
        0% {
            left: -75vw;
        }
        100% {
            left: 0;
        }
    }
}
#contents .youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
#contents .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}

#contents #sns-share h2{
	margin: 0 34.6%;
}
#contents .sns-btn {
    margin: 0 24% 30px;
    text-align: center;
}
#contents .sns-btn li {
    display: inline-block;
    width: 23%;
    margin: 0 4.5%;
}
#social_btn {
	width: 100%;
    text-align: center;
    font-size: 0;
}
#social_btn > div {
    vertical-align: top;
    display: inline-block;
    margin: 0 5px;
}
#social_btn .fb_iframe_widget {
    vertical-align: top;
}
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
}
#page-top.fixed {
    position: fixed !important;
}








/* sns-area */

#sns-area{
	margin-bottom: 2em;
	margin: 0 5.333% 3em;
}

.main-sns .ttl-sns{
    /* background: #969696; */
}

.main-sns .inner {
    position: relative;
}
.main-sns .inner .bg {
    position: relative;
    z-index: 1;
}

.main-sns .inner .on {
    position: absolute;
    z-index: 2;
    width: 76.9%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.main-sns .inner li{
    background: #fff;
}

.main-news .ttl-news{
    /* background: #969696; */
}

.main-news .news_inner{
    background: #fff;
    width: 100%;
    border: 1px solid #969696;
    box-sizing: border-box;
}

.main-news .news_inner.gray{
    background: #eee;
    width: 100%;
    border: none;
    box-sizing: border-box;
}

.main-news .news_inner .news_lead{
    width: 84.6%;
    margin-left: auto;
    margin-right: auto;
}

.main-news .news_inner .news_btn{
    width: 76.923%;
    border: 1px solid #969696;
    margin-left: auto;
    margin-right: auto;
}


.main-sns-channel{
    background: #EEECEB;
}

/* Alternative */

.main-sns.alter{
    position: relative;
    padding: 8% 0;
    /* background: #EEECEB; */
}
.main-sns.alter .ttl-sns{
    /* background: #EEECEB; */
}
.main-sns.alter ul{
    width: 90%;
    margin: 0 auto;
}

.main-channel.alter{
    position: relative;
    padding: 8% 0;
    /* background: #EEECEB; */
}
.main-channel.alter::after{
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    width: 90%;
    height: 1px;
    background: #8F8F8F;
    transform: translate(-50%, 0);
}
.main-channel.alter .ttl-channel{
    /* background: #EEECEB; */
}
.main-channel.alter ul{
    width: 90%;
    margin: 0 auto;
}



/* global */
.other-txt{
    display: block;
}
.global-txt{
    display: none;
}
.global .other-txt {
    display: none;
}
.global .global-txt{
    display: block;
}


#site-notice{
	margin: 2em 5.333%;
    font-size: 85%;
}


/* -----------------------------------------
	SNS footer
-----------------------------------------*/
#sns-footer {
	background: #EEE;
	margin-top: 4em;
}
#sns-footer svg {
	width: 100%;
}

#sns-footer img {
	width: 100%;
}

#sns-footer #sns-footer-inner {
	max-width: 750px;
	margin: auto;
}
#sns-footer #sns-footer-inner #sns-footer-tit {
	padding: 12% 20% 5%;
}
#sns-footer #sns-footer-inner #sns-footer-line {
	padding: 0 14% 10%;
}
#sns-footer #sns-footer-inner #sns-footer-tit-02 {
	padding: 0 33% 3.5%;
}
#sns-footer #sns-footer-inner #sns-footer-list {
	padding: 0 14% 15%;
	overflow: hidden;
}
#sns-footer #sns-footer-inner #sns-footer-list li {
	float: left;
	width: 33.33333%;
	width: -webkit-calc(100% / 3);
	width: calc(100% / 3);
}
#sns-footer #sns-footer-inner #sns-footer-list li a {
	display: block;
	padding: 5%;
}



/* -----------------------------------------
contents
-----------------------------------------*/



#container {
    margin: auto;
    width: 100%;
}
#contents {
    margin: auto;
    font-family: 'Noto Sans JP',"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    line-height: 1.6;
    font-size: 16px;
    width: 100%;
    display: block;
    font-feature-settings: "palt";
	vertical-align: bottom;
}

@media (max-width: 750px) {
    #contents {
        font-size: 3.6vw;
    }
}
.serif {
    font-family: 'Noto Serif JP', serif;
}
#contents img {
    width: 100%;
}

#contents p{
	line-height: 1.7;
}



/*---Reset---*/

html {color: #000;
background: #FFF;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
pre,code,form,fieldset,legend,input,button,
textarea,p,blockquote,th,td{
margin: 0;
padding: 0;}
table{
border-collapse: collapse;
border-spacing: 0;}
fieldset,img{
border: 0;}
address,caption,cite,code,dfn,
em,strong,th,var,optgroup{
font-style: inherit;
font-weight: inherit;}
del,ins{text-decoration: none;}
li{list-style: none;}
caption,th{text-align: left;}
h1,h2,h3,h4,h5,h6{font-size: 100%;
font-weight: normal;}
q:before,q:after{content: '';}
abbr,acronym{border:0; font-variant: normal;}
sup{vertical-align: baseline;}
sub{vertical-align: baseline;}
/*because legend doesn't inherit in IE */
legend {color: #000;}
input,button,textarea,select,optgroup,option{
font-family: inherit;
font-size: inherit;
font-style: inherit;
font-weight: inherit;}
/*@purpose To enable resizing for IE */
/*@branch For IE6-Win, IE7-Win */
input,button,textarea,select{*font-size: 100%;}

table {
font-size:inherit;
font:100%;
}
pre, code, kbd, samp, tt {
font-family:monospace;
*font-size:108%;
line-height:100%;
}

html {
height: 100%;
}

body {
height: 100%;
/*background:#F1F0EF;*/
font-family: "Verdana","ＭＳ Ｐゴシック",Osaka,"ヒラギノ角ゴ Pro W3";
line-height: 1.5;
text-align: center;
}

/*---Anchor---*/

a{outline: none; text-decoration:none; line-height: inherit;}
a:link{color:inherit;}
a:hover{color:inherit;text-decoration:none;}
a:active{color:inherit;text-decoration:none;}
a:visited{color:inherit;}

/*img hover*/
a:hover img.rollover {
filter: alpha(opacity=50);
-moz-opacity: 0.50;
opacity: 0.50;}


/*fadein*/
.animate{
  opacity: 0;
  transform: translateY(10px);
  transition: all 1.0s;
}

.animate2{
  opacity: 0;
  transition: all 1.0s;
}
.animate:not(:nth-child(3n+1)),.animate2:not(:nth-child(3n+1)) {

}
.animate:not(:nth-child(-n+3)),.animate2:not(:nth-child(-n+3)) {
 }
.animate.show {
  opacity: 1;
  transform: translateY(0);
}
.animate2.show {
  opacity: 1;
}
.animate.show:nth-of-type(1),.animate2.show:nth-of-type(1) {
  transition-delay: 0s;
}
.animate.show:nth-of-type(2),.animate2.show:nth-of-type(2) {
  transition-delay: 0.3s;
}
.animate.show:nth-of-type(3),.animate2.show:nth-of-type(3) {
  transition-delay: 0.6s;
}
.animate.show:nth-of-type(4),.animate2.show:nth-of-type(4) {
  transition-delay: 0.9s;
}
.animate.show:nth-of-type(5),.animate2.show:nth-of-type(5) {
  transition-delay: 0.8s;
}
.animate.show:nth-of-type(6),.animate2.show:nth-of-type(6) {
  transition-delay: 0.5s;
}


.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width:550px!important;
  height: 100%;
  background-color: #f2b0cb;
  z-index: 100;
  transition: clip-path 0.5s ease-out;
  
}

.menu {
  position: fixed;
  top: -100%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width:550px!important;
  color: #fff;
  box-sizing: border-box;
  z-index: 102!important;
  transition: 0.3s ease-out;
  opacity: 0;
	overflow-y: scroll;
	max-height: 100vh;
	padding-top: 1em;
}

.menu-content {
  text-align: center;
  overflow-y: scroll;
  margin: 0 auto;
}


.hamburger {
  position: fixed;
  top: 45px;
  right: 10px;
  width:9%;
  max-width: 100px;
  background: none;
  border: none;
  color: #333;
  cursor: pointer;
  z-index: 102;
}

.menu-open .overlay {
  display: block;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.menu-open .menu {
  opacity: 1;
  top:0;
  transition: 0.3s ease-out;
}

.menu-open .hamburger {
  display: none;
}

.hbclose{
	position: absolute;
	top:45px;
	right:10px;
	width:40px!important;
}


/* -----------------------------------------
original
-----------------------------------------*/

#gHeaderBlank{
	display: none!important;
}

@media screen and (max-width:750px){
	#gHeaderBlank{
		display: block!important;
	}	
}

.vs-hidden{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;	
}


header{
	z-index: 100;
	position: relative;
}

h1{
	margin: 0;
}

#contents{
	width: 100%!important;
	overflow: hidden;
	font-family: 'Noto Sans JP';
	line-height: 0!important;
}

.p_absolute{
	position: absolute;
	top: 0;
	left:0;
}

.p_relative{
	position: relative;
}

.zindex1{
	z-index: 1;
	position: relative;
}

.zindex2{
	z-index: 2;
	position: relative;
}

/*トップ分割*/

.ac_left{
	position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
}

.ac_right{
	position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
	background-color: #303030;
}

.ac_inner{
    max-width: 37.5rem;
	z-index: 1;
	position: relative;
}


.ls1{
	position: absolute;
	transform: translateY(-50%);
}



@media screen and (min-width: 751px) and (max-width: 1100px){

	.ac_inner{
		margin-left: auto;
		max-width: 37.5rem;
		border-left: solid 2px #f2b0cb;
	}

	.ac_left {
		width: calc(100% - 37.5rem);
	}
	
	.ac_right {
		display: block!important;
	}

	.menu img{
		max-width:37.5rem;
	}
	
	.hamburger {
	  width:40px;
	}

}

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

	.ac_inner{
		margin-left: calc(56% - 8rem);
		max-width: 28rem;
		border-right: solid 2px #f2b0cb;
		border-left: solid 2px #f2b0cb;
	}

	.ac_left{
	width: calc(56% - 8rem);
	}
	.ac_right {
	 left: calc(56% + 28rem - 7.8rem);
	}
	
	.hamburger{
		display: none;
	}

}

@media screen and (max-width: 750px){
	.ac_left, .ac_right {
		display: none;
	}
	.ac_inner {
    max-width: 100%;
	}
}


/*ハンバーガーメニュー*/


.hidden {
  display: none;
}


.hbmenuwrap{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width:64.5%;
	margin: 0 auto;
}

.hb1{
	width:66%!important;
	margin: 0 auto;
}

.hb2{
	width:49.9%!important;
}

/*men's 2026VD*/
/*top*/
#top,#mv1,#mv5,#mv6{
	background-color: #303030;
}

#top h2{
	color:#fff;
	font-size: 130%;
	text-align: center;
	line-height: 1.4;
	margin-bottom: 1em;
}

#top p{
	width:86.6%;
	margin: 0 auto;
	color: #fff;
}

.mv_titlewrap{
	position: relative;
}

.mv_titlewrap img {
	opacity: 0;
	transform: translateY(5px);
	transition: opacity 0.8s ease, transform 0.8s ease;
}

.mv_titlewrap img.is-show {
	opacity: 1;
	transform: translateY(0);
}

.mvmenuwrap{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.mvmenuwrap a{
	width:49.9%;
}

.mv_toptext{
	width:86.6%;
	margin: 0 auto;
	color: #fff;
}

.item_spec1{
	text-align: center;
	font-weight: 400;
	line-height: 1.4;
	color:#fff;
	margin-bottom: 1em;
}

.item_spec1 span{
	font-size: 77%;
}

#mv1{
	margin-top: -1px;
	padding-bottom: 80px;
}

.mv1_1term{
	color:#ffb1d0;
	font-size:77%;
}

.item_spec2{
	width:73.3%;
	margin: 0 auto 1em;
	color: #fff;
}

.itemspec3wrap{
	display: flex;
	justify-content: space-between;
	color: #fff;
	width:73.3%;
	margin: 0 auto;
	align-items: flex-end;
}

.item_spec3{
	font-size: 88%;
}

.item_spec3 span{
	font-size: 104%;
}

.item_spec4{
	font-size: 77%;
}

.itemspec3wrap div:first-child{
	overflow: visible;
}

.itemspec3wrap div:last-child{
	overflow: visible!important;
	width:12.5%;
}

.itemspec3wrap div:last-child p{
	white-space: nowrap;
	text-align: right;
	display: flex;
  justify-content: flex-end;
}
.lineicon{
	width:9%!important;
}

.msttext{
	font-size: 119%;
	text-align: center;
	color:#ffb1d0;
	width:86.6%;
	margin: 0 auto;
}

.osbutton{
	width:73.3%;
	margin: 0 auto;
}

.text_img{
    width: 15px!important;
    vertical-align: middle;
	margin-left: 5px;
}

.buttonwrap1{
	position: relative;
	width:86.6%;
	margin: 0 auto;
}

.buttonwrap1 p{
	text-align: center;
	font-size: 115%;
	font-weight: 600;
	color:#303030;
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	line-height: 1.3!important;
	width:100%;
	letter-spacing: 0.05em;
}

.al_att{
	color:#ffb1d0;
	text-align: center;
	font-size: 77%;
}

.al_att .text_img{
	margin-right: 5px;
}

#mv2{
	background-color: #ffb1d0;
}

#mv2 .mv_toptext{
	color:#303030;
}

#mv2 .item_spec1,#mv2 .item_spec2,#mv2 .item_spec3,#mv2 .item_spec4{
	color:#303030;
}

.slide .slick-arrow:before{
    content:""!important;
    width: 2em!important;
    height: 2em!important;
    position: absolute!important;
    bottom: -340px!important;
}

.slide .slick-next:before{
    background: url("../img/260105/arrow_r.webp")!important;
    background-size: contain!important;
	background-repeat: no-repeat!important;
	right:5em!important;
	z-index: 3;
}

.slide .slick-prev:before{
    background: url("../img/260105/arrow_l.webp")!important;
    background-size: contain!important;
	background-repeat: no-repeat!important;
	left: 5em;
}

.slide{
	height:750px;
}

.slide .slick-num{
	position: relative;
	width:13%;
	margin:0 auto;
	font-weight: 300;
	font-style: normal;
	font-size: 88.4%;
}

.slick-num{
	position: absolute!important;
	bottom:50px;
	left:50%;
	transform: translateX(-50%);
}

.slidecount{
	position: absolute;
	top:0;
	left:0;
}

.slideall,.all-count{
	position: absolute;
	top:0;
	right:0;
}


.cline{
	position: absolute;
	top:0;
	left:50%;
	transform: translateX(-50%);
}

.slick-prev:before, .slick-next:before{
	font-size:22px!important;
}

#mv2 .buttonwrap1 p{
	color:#ffb1d0;
}

.mv2_evwrap{
	background-image: url("../img/260105/mv2_back2.webp");
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: -120px;
	margin-top: -50px;
}

.mv2_evwrap h3{
	text-align: center;
	color:#303030;
	font-size:107.6%;
	margin-bottom: 20px;
	line-height: 1.6;
}

.mv2_evwrap .item_spec2{
	position: relative;
	z-index: 10;
}

.mv2_evwrap .item_spec3{
	width: 73.3%;
    margin: 0 auto;
	position: relative;
	z-index: 10;
}

.mv2_evwrap .buttonwrap1 p{
	color: #303030!important;
	z-index: 11;
}

.mv2_evwrap img{
	position: relative;
	z-index: 10;
}

#mv3,#mv4{
	background-color: #ffb1d0;
}

#mv3 .mv_toptext,#mv3 .item_spec1,#mv3 .item_spec2,#mv3 .item_spec3,#mv3 .item_spec4,#mv4 .mv_toptext,#mv4 .item_spec1,#mv4 .item_spec2,#mv4 .item_spec3,#mv4 .item_spec4{
	color:#303030;
}

#mv3 .buttonwrap1 p,#mv4 .buttonwrap1 p{
	color: #ffb1d0!important;
	z-index: 11;
}

.buttonwrap2{
	width:41%;
	margin: 0 auto;
	position: relative;
}

.buttonwrap2 p{
	color: #ffb1d0;
	font-size: 71%;
	position: absolute;
	left:50%;
	top:50%;
	transform: translate(-50%,-50%);
	z-index: 11;
}

#mv4 .slide .slick-arrow:before{
    bottom: -354px!important;
}

#mv4 .slick-num{
	bottom:34px;
}

#mv4{
	padding-bottom: 7em;
}

.mv5_evwrap{
	background-image: url("../img/260105/mv5_back2.webp");
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 50px;
	padding-top: 50px;
	margin-top: -2px;
}

.mv5_evwrap h3{
	text-align: center;
	color:#303030;
	font-size:107.6%;
	margin-bottom: 20px;
	line-height: 1.6;
	font-weight: 600;
}

.mv5text{
	width:73.3%;
	margin:0 auto 1em; 
}

.mv5_towrap{
	display: flex;
	justify-content: space-between;
	width:84.2%;
	margin: 0 auto;
}

.mv5_tchild{
	width:48%;
}

.lineicon2{
	width:34px!important;
	vertical-align: middle;
	margin-right: 5px;
}

.mv5_tchild p{
	line-height: 1.5!important;
}

.mv5_tchild p span{
	font-size: 88%;
}

.buttonwrap4{
	position: relative;
}

.buttonwrap4 p{
	position: absolute;
	color: #ffb1d0;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	font-size:71%;
}

#mv5 .buttonwrap1 p{
	color: #ffb1d0;
}

#mv6{
	padding-bottom: 5em;
}

#mv6 img{
	margin-bottom: 1em;
}

#mv6 h3{
	text-align: center;
	font-size:115%;
	font-weight: 600;
	color: #ffb1d0;
	margin-bottom: 3em;
}

.ospoint{
	font-size:115%;
	text-align: center;
	font-weight: 600;
	width:84%;
	margin: 0 auto;
	border:solid 1px #ffb1d0;
	color: #ffb1d0;
	padding-top: 1.6em;
	padding-bottom: 1.6em;
	letter-spacing: 0.05em;
}

.ospoint p{
	line-height: 2;
}

#mv_foot{
	background-color: #000;
	padding-top: 5em;
	padding-bottom: 5em;
	color:#fff;
}

.footat{
	width:85.4%;
	margin: 0 auto;
	color:#fff;
}

.footp{
	width:85.4%;
	margin: 0 auto;
}

#mv_foot h3{
	text-align: center;
	font-size: 130%;
	font-weight: 600;
}

.infowrap{
	display: flex;
	justify-content: space-between;
	position: relative;
	color:#fff;
	width:89%;
	margin: 0 auto;
}

.infowrapl{
	width:30%!important;
}


.infowrapr{
	width:63%!important;
	font-size:92%;
	font-weight: 400!important;
	line-height: 1.6!important;
}

.infowrapr p{
	position: absolute;
	top:50%;
	transform: translateY(-50%);
	vertical-align: middle!important;
	width:60%;
}

.infowrap p span{
	font-weight: 600;
}

.footat{
	font-size:84.6%;
	margin-bottom: 4em;
}

#mv_foot h3{
	text-align: center;
	color:#fff;
	font-size: 130%;
	font-weight: 600;
	line-height: 1.6!important;
}

.ac_left{
	background-color: #303030!important;
}

.pclwrap{
	position: absolute;
	width:69%;
	max-width: 620px;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
}

.pc_title_r{
	width:71.3%!important;
	max-width:340px;
	position: absolute;
	left:50%;
	top:55%;
	transform: translate(-50%,-50%);
}

.pcr_menuwrap{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.pcr_menuwrap div{
	width:49.9%;
}

.pcr_gotop{
	color: #f2b0cb;
	font-size:72%;
	text-align: center;
}

.hb_gotop{
	color: #303030;
	font-size:92%;
	text-align: center;
	margin-top: 180px;
}

@media screen and (min-width:1100px){
	.slide{
		height: 860px;
	}
	
	#mv4 .slide{
		height: 890px;
	}
	
	.slide .slick-arrow:before{
		bottom: -393px!important;
	}
	
	#mv4 .slide .slick-arrow:before{
		bottom: -424px!important;
	}
	
	.slide .slick-next:before{
		right:6em!important;
	}

	.slide .slick-prev:before{
		left: 6em!important;
	}
}

@media screen and (min-width: 751px) and (max-width: 1100px){
	.slide{
		height: 1010px;
	}
	
	.slide .slick-arrow:before{
		bottom: -470px!important;
	}
	
	#mv4 .slide{
		height: 1050px;
	}
	
	#mv4 .slide .slick-arrow:before{
		bottom: -504px!important;
	}
	
	.slide .slick-num{
		width:10%;
	}
	
	.slide .slick-next:before{
		right:8em!important;
		font-size: 25px!important;
	}

	.slide .slick-prev:before{
		left: 8em;
		font-size: 25px!important;
	}
}