@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&family=Noto+Sans+JP:wght@100..900&family=Shippori+Mincho:wght@400;500;600;700;800&display=swap');

.font_NS{
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
}
.font_SM{
	font-family: "Shippori Mincho", serif;
	font-weight: 500;
	font-style: normal;
}
.font_lora{
	font-family: "Lora", serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
}
.ui_screen{
	display: inline;
}
.sp-button span{
	display: none;
}
.sp-button-line{
	height: 2px;
	background: #efefef;
}
.sp-selected-button .sp-button-line:after{
	background: #a7a7a7;
}
.ui_modal_wp,.ui_modal_over{
	position: fixed;
	z-index: 1010;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.ui_modal_wp{
	display: none;
	opacity: 0;
}
.ui_modal_over{
	background: rgba(0,0,0,0.6);
}
.ui_modal_container{
	padding: 20px 30px 0;
	position: relative;
	z-index: 1011;
	background: #fff;
	max-height: calc(95vh - 105px);
    max-width: 960px;
	width: calc(100% - 30px);
	display: flex;
	flex-direction: column;
}
.ui_modal_s{
	max-width: 500px;
	max-height: 250px;
}
.ui_modal_head{
	margin-bottom: 1em;
	position: relative;
}
.ui_modal_head h4{
	margin: 0;	
}
.ui_modal_close{
	position: absolute;
	z-index: 102;
	right: 0;
	top: -0.4em;
	width: 2em;
	height: 2em;
	cursor: pointer;
}
.ui_modal_close:before,.ui_modal_close:after{
	content: '';
	position: absolute;
	top: 0.9em;
	left: 0.25em;
	width: 75%;
	height: 0.1em;
	background: #333;
}
.ui_modal_close:before{
	transform: rotate(45deg);
}
.ui_modal_close:after{
	transform: rotate(-45deg);
}
.ui_modal_content{
	display: none;
}
.ui_modal_body{
	overflow-y: auto;
    position: relative;
}
.ui_modal_container_you,.ui_modal_container_mp4{
	background: none;
}
.ui_modal_container_you .ui_modal_body,.ui_modal_container_mp4 .ui_modal_body {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.4%;
}
.ui_modal_container_you .ui_modal_close,.ui_modal_container_mp4 .ui_modal_close{
	top: -20px;
}
.ui_modal_container_you .ui_modal_head h4,.ui_modal_container_mp4 .ui_modal_head h4{
	display: none;
}
.ui_modal_container_you .ui_modal_close:before,.ui_modal_container_you .ui_modal_close:after,.ui_modal_container_mp4 .ui_modal_close:before,.ui_modal_container_mp4 .ui_modal_close:after{
	background: #fff;
}
.ui_you_iframe,.ui_mp4{
	position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgb(0 0 0 / 60%);
    background: black;
}
@media only screen and (min-width: 0) and (max-width: 766px) {
	.ui_modal_container{
		padding-left: 10px;
		padding-right: 10px;
	}
}

.ui_open{
	border-bottom: 1px solid currentColor;
}
.ui_open_btn{
	position: relative;
	padding: 10px;
	font-size: 1.125rem;
	text-align: center;
	cursor: pointer;
	transition: 0.3s;
}
.ui_open_btn:hover{
	opacity: 0.6;
	transition: 0.3s;
}
.ui_open_btn::before,.ui_open_btn::after{
	content: '';
	position: absolute;
	right: 0;
	top: calc(50% - 1px);
	width: 23px;
	height: 1px;
	background: currentColor;
}
.ui_open_btn::before{
	transform: rotate(-90deg);
}
.ui_open_close{
	margin: 25px auto 0;
	width: 80px;
	text-align: center;
	cursor: pointer;
	transition: 0.3s;
}
.ui_open_close:hover{
	opacity: 0.6;
	transition: 0.3s;
}
.ui_open_btn.is_on::before{
	display: none;
}
.ui_open_box{
	display: none;
}
.ui_fade,.ui_fade_i{
	transition: all 1000ms;
	opacity: 0;
	visibility: hidden;
	transform: translate(0px, 50px);
}
.ui_fadein{
	opacity: 1;
	visibility: visible;
	transform: translate(0px, 0px);
}

.spNone {
	display:none!important;
}
.hair_body{
	padding-top: 0 !important;
}
.hair_wrap{
	overflow-x: hidden;
	max-width: 384px;
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	word-wrap: break-word;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
	line-height: 1.6;
}
.hair_wrap * {
	box-sizing: border-box;
	word-wrap: break-word;
	font-weight: 500;
}
.hair_wrap img{
	max-width: 100%;
}
.hair_wide{
	padding: 0 20px 1px;
}
.hair_head{
	position: fixed;
	z-index: 99;
	left: 0;
	top: 0;
	width: 100%;
	height: 60px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}
.hair_logo{
	position: relative;
	z-index: 99;
	display: block;
	width: 92px;
}
.ui_menu{
	position: fixed;
	z-index: 98;
	right: -110%;
	top: 0;
	padding: 100px 10vw;
	width: 100%;
	height: calc(100vh + 80px);
	background: #fff;
	font-size: 6.25vw;
	transition: 0.4s cubic-bezier(0.25,0.1,0.25,1);
}
.ui_menu_list li{
	margin-bottom: 7.3vw;
}
.ui_menu_list a{
	display: inline-block;
	text-decoration: none;
	border-bottom: 1px solid currentColor;
	letter-spacing: 0.05em;
}
.ui_menu_btn{
	position: fixed;
	right: 16px;
	top: 12px;
	z-index: 100;
	width: 36px;
	height: 36px;	
	cursor: pointer;
	border-radius: 3px;
}
.ui_menu_btn span{
	width: 34px;
    height: 1px;
    background-color: #000;
    position: absolute;
    left: 1px;
    transition: all 0.3s ease;
    opacity: 1;
}
.ui_menu_btn span:nth-child(1){
	top: 12px;
}
.ui_menu_btn span:nth-child(2){
	top: 23px;
}
.ui_menu_over{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	background: rgba(0,0,0,0.2);
	opacity: 0;
	z-index: 0;
	pointer-events: none;
	transition: 0.3s;
}
.is_open.ui_menu_wp + .ui_menu_over{
	opacity: 1;
	z-index: 9;
}
.is_open.ui_menu_wp .ui_menu{
	z-index: 98;
	opacity: 1;
	top: 0;
	right: 0;
	transition: 0.6s cubic-bezier(0.25,0.1,0.25,1);
}
.is_open .ui_menu_btn span:nth-child(1) {
	top: 17px;
	transform: rotate(-30deg);
}
.is_open .ui_menu_btn span:nth-child(2) {
	top: 17px;
	transform: rotate(30deg);
}
.hair_main{
	position: relative;
}
.hair_main_text{
	position: absolute;
	z-index: 8;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgba(0,0,0,0.3);
}
.hair_main_text>div{
	max-width: 307px;
}
.hair_lead{
	padding: 70px 0 140px;
	font-size: 0.9375rem;
	line-height: 2.5;
	text-align: center;
}
.hair_lead p{
	margin-bottom: 1.6em;
}
.hair_title h2{
	margin-bottom: 50px;
	font-size: 1.875rem;
	text-align: center;
}
.hair_stit h3{
	margin-bottom: 10px;
	font-size: 1.4375rem;
	text-align: center;
}
.movie_box{
	margin-bottom: 100px;
}
.movie_vol{
	margin-bottom: 15px;
	font-size: 1.5625rem;
	display: flex;
	justify-content: center;
}
.movie_vol h3{
	line-height: 1.4;
	border-bottom: 1px solid currentColor;
}
.movie_vol small{
	font-size: 1rem;
}
.movie_lead{
	margin-bottom: 30px;
	font-size: 1.125rem;
	line-height: 1.35;
	text-align: center;
}
.movie_you_box{
	margin-bottom: 15px;
}
.movie_you_box a{
	position: relative;
	display: block;
	transition: 0.3s;
}
.movie_you_box a::after{
	content: '';
	position: absolute;
	left: 15px;
	bottom: 15px;
	width: 83px;
	height: 83px;
	background: url(../images/img_movie_arr.png) no-repeat;
	background-size: 100% 100%;
}
.movie_you_box a:hover{
	opacity: 0.6;
}
.movie_sns{
	padding: 5px 0 15px;
}
.movie_sns li{
	padding: 5px 0;
	display: flex;
	justify-content: space-between;
	font-size: 0.75rem;
}
.movie_sns li h4{
	margin-right: auto;
}
.movie_sns li a,.movie_sns_none{
	margin-left: 15px;
	width: 20px;
	line-height: 1;
}
.movie_sns_note{
	width: 100%;
	padding: 5px 0 25px;
	text-align: right;
	font-size: 0.625rem;
}
.movie_box_last{
	margin-bottom: 160px;
}
.movie_box_last .movie_lead{
	font-size: 0.875rem;
}
.inter_list{
	margin-bottom: 90px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
}
.inter_item{
	margin-bottom: 35px;
	width: 47%;
	font-size: 0.75rem;
	text-decoration: none !important;
	line-height: 1.5;
	transition: 0.3s;
}
.inter_item:hover{
	opacity: 0.6;
}
div.inter_item:hover{
	opacity: 1;
}
.inter_tit{
	padding: 10px 0 5px;
	margin-right: -5px;
}
.inter_info{
	font-size: 0.625rem;
	color: #898989;
}
.amb_box{
	padding: 15px 0 70px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.amb_col0201{
	width: 47%;
}
.amb_tit{
	padding-bottom: 2px;
	font-size: 0.875rem;
}
.amb_sns{
	padding-top: 15px;
	display: flex;
}
.amb_sns a{
	width: 20px;
	margin-right: 15px;
}
.amb_box a{
	text-decoration: none !important;
	transition: 0.3s;
}
.amb_box a:hover{
	opacity: 0.6;
}
.amb_text{
	padding-bottom: 10px;
}
.amb_text .inter_info{
	padding-top: 2px;
}
.hair_foot{
	padding: 0 0 25px;
}
.hair_foot_lovo{
	display: block;
	margin: 0 auto 50px;
	width: 250px;
}
.hair_foot_menu{
	font-size: 0.625rem;
	line-height: 1;
	display: flex;
	justify-content: center;
	align-items: center;
}
.hair_foot_menu a{
	padding: 0 5px;
	border-right: 1px solid currentcolor;
}
.hair_foot_menu a:last-child{
	border-right: none;
}
.hair_copy{
	height: 55px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: #000;
	color: #fff;
	font-size: 0.5625rem;
}
.hair_copy_logo{
	width: 27px;
	margin-bottom: 2px;
}

.iv_head .hair_title h2{
	margin-bottom: 35px;
}
.iv_head{
	margin-bottom: 75px;
	padding: 65px 0 75px;
	border-bottom: 1px solid #e6e6e6;
}
.iv_name{
	padding: 25px 0 0;
	font-size: 1rem;
}
.iv_info{
	font-size: 0.625rem;
	color: #898989;
}
.iv_title{
	margin-bottom: 30px;
	font-size: 1.125rem;
}
.iv_text{
	margin-bottom: 40px;
	font-size: 0.875rem;
	line-height: 2.1;
}
.iv_pic{
	margin: 0 -20px 45px;
}
.iv_nav{
	margin-top: 30px;
	padding: 80px 0 40px;
	border-top: 1px solid #e6e6e6;
}
.iv_nav #scroll{
	
}
.iv_nav .inter_list{
	margin-bottom: 0;
}
.iv_nav .inter_item{
	width: 140px;
	margin-bottom: 0;
	margin-right: 15px;
	transform: translateX(-56.5%);
}
.iv_return{
	display: inline-block;
	margin-left: 20px;
	font-size: 0.625rem;
	color: #898989 !important;
}
.scroll-box {
	margin-bottom: 70px;
	width: 100%;
	overflow: hidden;
	position: relative;
}
.scroll-content {
	display: flex;
	width: max-content;
	animation: scroll-left 40s linear infinite;
}
 @keyframes scroll-left {
	0% { transform: translateX(0); }
	100% { transform: translateX(-50%); }
}

@media only screen and (min-width: 767px){
	.scroll-box:hover .scroll-content {
		animation-play-state: paused;
	}
}
.slick-prev, .slick-next {
    position: absolute;
    z-index: 2;
    top: 76px;
    transform: translate(0, -50%);
    display: block;
    width: 25px;
    height: 25px;
    border-radius: 50%;
	border: none;
    cursor: pointer;
    color: transparent;
	background: rgba(0,0,0,0.5);
    outline: none;
    opacity: 0.7;
    transition: 0.3s;
}
.slick-prev {
	left: 10px;
}
.slick-next {
    right: 10px;
}
.slick-prev:after, .slick-next:after {
    content: '';
    position: absolute;
    top: calc(50% - 4px);
    width: 6px;
    height: 6px;
}
.slick-prev:after {
    left: calc(50% - 3px);
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    transform: rotate(-45deg);
}
.slick-next:after {
    left: calc(50% - 6px);
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
}
.iv1_item2,.iv3_item3,.iv4_item2,.iv6_item2{
	margin-top: -45px;
}
.layout-container .gift-footer {
  margin-top: calc(7.2 * var(--rem));
  font-family: Yakuhanjp, "Noto Sans JP", sans-serif;
  text-align: center;
}
.layout-container .gift-footer__copy-logo{
	margin-bottom: 2px;
}
.inter_list .movie_sns_note{
	padding: 0;
}
.amb_box .amb_col0201{
	position: relative;
}
.amb_box .movie_sns_note{
	padding: 0;
	position: absolute;
	bottom: 0;
	right: -6%;
	transform: translateX(100%);
	white-space: nowrap;
}
.iv_head_flex .movie_sns_note{
	padding: 20px 0 0;
}
.iv_nav .scroll-box .movie_sns_note{
	padding-top: 10px;
}

@media only screen and (min-width: 0) and (max-width: 766px) {
	.hair_wide{
		padding: 0 5vw;
	}
	.hair_wrap{
		max-width: 100%;
	}
	.slick-prev, .slick-next{
		top: calc((100% - 88px)/2);
	}
	
	
	
}












