@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: block;
}
.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);
}


.pcNone {
	display: none !important;
}
.hair_body{
	padding-top: 0 !important;
}
.hair_wrap{
	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{
	max-width: 960px;
	width: 100%;
	margin: 0 auto;
	padding: 0 0 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: -360px;
	top: 0;
	padding: 120px 28px;
	width: 310px;
	height: 100vh;
	background: #fff;
	font-size: 0.875rem;
	transition: 0.4s cubic-bezier(0.25,0.1,0.25,1);
}
.ui_menu_list li{
	margin-bottom: 25px;
}
.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: 2vw;
	top: 10px;
	z-index: 100;
	width: 40px;
	height: 40px;	
	cursor: pointer;
	border-radius: 3px;
}
.ui_menu_btn span{
	width: 40px;
    height: 1px;
    background-color: #000;
    position: absolute;
    left: 0;
    transition: all 0.3s ease;
    opacity: 1;
}
.ui_menu_btn span:nth-child(1){
	top: 13px;
}
.ui_menu_btn span:nth-child(2){
	top: 25px;
}
.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: 19px;
	transform: rotate(-30deg);
}
.is_open .ui_menu_btn span:nth-child(2) {
	top: 19px;
	transform: rotate(30deg);
}

.hair_main{
	margin-top: 60px;
	position: relative;
}
.hair_main img{
	width: 100%;
}
.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: 65px 0 80px;
	font-size: 1rem;
	line-height: 2.4;
	text-align: center;
}
.hair_lead p{
	margin-bottom: 1.6em;
}
.hair_title h2{
	margin-bottom: 60px;
	font-size: 2.5rem;
	text-align: center;
}
.hair_stit h3{
	margin-bottom: 10px;
	font-size: 1.875rem;
	text-align: center;
}
.movie_box{
	position: relative;
	display: flex;
	align-items: center;
	margin-bottom: 80px;
}
.movie_left{
	width: 50%;
}
.movie_right{
	margin-left: 5.2%;
	width: 42%;
}
.movie_box .ui_open{
	border: none;
}
.movie_box .ui_open_box{
	display: block;
}
.movie_box .ui_open_btn{
	pointer-events: none;
	cursor: auto;
	text-align: left;
	padding: 10px 0 5px;
}
.movie_box .ui_open_btn::before,.movie_box .ui_open_btn::after{
	display: none;
}
.movie_vol{
	margin-bottom: 15px;
	font-size: 1.5625rem;
	display: flex;
}
.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;
}
.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;
	margin-right: 0;
	width: 20px;
	line-height: 1;
}
.movie_sns_note{
	position: absolute;
	right: 0;
	bottom: 0;
	text-align: right;
	font-size: 0.5rem;
}
.movie_box1 .movie_sns{
	width: 270px;
}
.movie_box4 .movie_sns,.movie_box5 .movie_sns{
	width: 245px;
}
.movie_box_last{
	display: block;
	padding-top: 60px;
	margin-bottom: 180px;
}
.movie_box_last .movie_lead{
	margin-bottom: 50px;
	font-size: 0.875rem;
	text-align: center;
}
.inter_list{
	position: relative;
	margin-top: -15px;
	padding-bottom: 10px;
	margin-bottom: 90px;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}
.inter_item{
	margin-bottom: 35px;
	width: calc((100% - 90px)/6.0001);
	margin-right: 18px;
	font-size: 0.625rem;
	text-decoration: none !important;
	line-height: 1.5;
	transition: 0.3s;
}
.inter_list .inter_item:nth-child(6n){
	margin-right: 0;
}
.inter_item:hover{
	opacity: 0.6;
}
div.inter_item:hover{
	opacity: 1;
}
.inter_tit{
	padding: 8px 0 3px;
	margin-right: -5px;
}
.inter_info{
	font-size: 0.5rem;
	color: #898989;
}
.amb_box{
	padding: 15px 0 120px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.amb_col0201{
	width: 162px;
}
.amb_text{
	margin-left: 20px;
	margin-right: -50px;
}
.amb_text .inter_info{
	font-size: 0.625rem;
}
.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;
}
.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{
	padding: 95px 0 100px;
	max-width: 960px;
	margin: 0 auto 100px;
	border-bottom: 1px solid #e6e6e6;
}
.iv_head_flex{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
.iv_head_left{
	width: 35.833%;
	margin: 0 30px;
}
.iv_head_right{
	min-width: 344px;
	width: 35.833%;
	margin: 0 30px;
}
.iv_name{
	font-size: 1.125rem;
}
.iv_info{
	font-size: 0.625rem;
	color: #898989;
}
.iv_title{
	margin-bottom: 10px;
	font-size: 1.125rem;
}
.iv_text{
	font-size: 0.875rem;
	line-height: 2.1;
}
.iv_nav{
	max-width: 960px;
	margin: 20px auto 0;
	padding: 100px 0 10px;
	border-top: 1px solid #e6e6e6;
}
.iv_nav #scroll{
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}
.iv_nav .amb_box{
	padding-bottom: 110px;
}
.iv_return{
	display: inline-block;
	font-size: 0.625rem;
	color: #898989 !important;
}
.iv_item{
	margin-bottom: 80px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.iv_item_pic{
	max-width: 50%;
}
.iv_item_text{
	width: 48.1%;
}
.iv1_item2 .iv_pic{
	position: relative;
	top: -40px;
}
.iv_item_dir{
	flex-direction: row-reverse;
}
.iv1_item3 .iv_item_text{
	width: 44%;
}
.iv3_item2 .iv_item_pic{
	margin: 0 auto;
	position: relative;
	top: -40px;
	left: -10px;
}
.iv3_item3 .iv_item_pic{
	max-width: 53.75%;
}
.iv3_item3 .iv_item_text{
	width: 37%;
	margin-right: 1%;
}
.iv4_item3 .iv_item_pic{
	max-width: 53.125%;
}
.iv4_item3 .iv_item_text{
	width: 37%;
}
.iv5_item1{
	align-items: flex-end;
}
.iv5_item1 .iv_item_pic{
	margin: 0 auto;
}
.iv5_item1 .iv_item_text{
	position: relative;
	bottom: -20px;
}
.iv6_item1 .iv_item_pic{
	margin: 0 auto;
	position: relative;
	left: -20px;
}
.iv6_item2 .iv_pic{
	position: relative;
	top: -40px;
	left: 30px;
}
.iv6_item3 .iv_item_text{
	width: 37%;
}
.iv6_item3 .iv_item_pic{
	max-width: 54.8%;
}
.iv9_item1 .iv_item_text,.iv10_item1 .iv_item_text,.iv12_item1 .iv_item_text,.iv13_item1 .iv_item_text{
	width: 47%;
}
.iv13_item1{
	align-items: flex-start;
}
.iv_block{
	margin-bottom: 50px;
}
.scroll-box {
	padding-bottom: 10px;
	margin-bottom: 80px;
	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);
}
.inter_item_mr0{
	margin-right: 0;
}
#digest{
	position: relative;
	top: 60px;
}
.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;
}
.amb_box .amb_col0201{
	position: relative;
}
.amb_box .movie_sns_note{
	right: -20px;
	transform: translateX(100%);
	white-space: nowrap;
}


@media only screen and (min-width: 0) and (max-width: 980px) {
	.movie_right{
		padding-bottom: 10px;
	}
}

