@charset "utf-8";
html {
	overflow-x:hidden;
}
body {
	overflow-x:hidden;
}
.pc_header{
  display: none;
}
.sp_header {
  display: none;
}
.sp_header.top {
  display: block;
	position: absolute;
}
.top .header_nav {
	position: static;
	height: calc(50vw);
}
main {
	/* padding-top: 80px; */
}
.header_height {
	/* height: 80px; */
}

.br_650,
.br_500 {
	display: none;
}
.db1000{
	display:none;
}

.display_sp {
	display: none;
}

.bnr_box{
	transition: 0.3s;
}
.bnr_box:hover{
	opacity: 0.7;
}
.mv_wrap {
	/* background-image: url(../img/top/mv_bg.jpg); */
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 47vw;
	position: relative;
	overflow: hidden;
	margin: 80px auto 0;
}
.mv_txt {
	display: flex;
	position: absolute;
	top: 19%;
	left: 38%;
	left: 53%;
	transform: translate(-50%,0);
}
.txt_block {
	width: 8vw;
	max-width: 152px;
	height: 8vw;
	position: relative;
}
.txt_block:not(:last-child) {
	margin-right: 1.8vw;
}
.txt_block .bg_blur {
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	filter: blur(40px);
	-ms-filter: blur(40px);
	-webkit-filter: blur(40px);
	-moz-filter: blur(40px);
	border-radius: 100%;
	transform: translateZ(0);/* Safari対策 */	
}
.txt_block .txt {
	position: absolute;
	top: 0;
}
.txt_block .txt_ja {
}
.txt_block .txt_en {
	position: absolute;
	top: 0;
}
.mv_box {
	width: 21vw;
	max-width: 396px;
	position: absolute;
	bottom: 0;
	right: 0;
}
.mv_box .bg {

}
.mv_box .txt {
	position: absolute;
	top: 0;
}
.mv_lead {
	text-align: center;
	color:#fff;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho","Noto Serif JP", serif;
	font-size: 30px;
	font-size: 1.8vw;
	line-height: 1.5;
	position: absolute;
	left: 53%;
	top: 36%;
	transform: translate(-50%,0);
	letter-spacing: 0.1em;
	white-space:nowrap;
	text-shadow: 0px 5px 8px rgb(14 14 14);
}
.mv_cap {
	text-align: center;
	color:#fff;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho","Noto Serif JP", serif;
	font-size: 30px;
	font-size: 1.8vw;
	line-height: 1.5;
	position: absolute;
	left: 53%;
	bottom: 4vw;
	transform: translate(-50%,0);
	letter-spacing: 0.1em;
	white-space:nowrap;
}

.band{
	background: #6C869E;
	padding: 0 10px;
}
.band ul{
	display: flex;
	justify-content: center;
	max-width: 1400px;
	margin: 0 auto;
	padding: 20px 0px;
	align-items: stretch;
}
.band ul li{
	border-right: 1px solid #fff;
	font-feature-settings: "palt";
	text-align: center;
	padding: 5px 30px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho","Noto Serif JP", serif;
	display: flex;
	align-items: center;
	justify-content: center;
}
.band ul li:last-of-type{
	border-right: 0;
}
.band ul li:first-of-type p{
	padding-top: 0;
}
.band ul li p{
	color: #fff;
	font-size: 22px;
	position: relative;
	display: inline-block;
	padding-top: 20px;
}
.band ul li span.s_txt{
	color: #fff;
	position: absolute;
	left: 0;
	top: 0;
	font-size: 13px;
}
.band ul li span.s_txt02{
	color: #fff;
	font-size: 13px;
}
.band ul li p .toho{
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-size: 12px;
	display: inline-block;
	margin: 0 5px;
	vertical-align: text-bottom;
	position: relative;
    bottom: 5px;
}
.band ul li p .min{
	font-size: 45px;
}

.information{
	max-width: 1000px;
	width: 100%;
	margin: 80px auto;
	padding: 0 10px;
	text-align: center;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho","Noto Serif JP", serif;
}
.information h2{
	font-size: 42px;
	border-bottom: 1px solid;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.information .info_text{
	font-size: 26px;
	font-feature-settings: "palt";
	letter-spacing: 0.2em;
	line-height: 1.7;
}
.information .info_text2{
	margin-top: 20px;
	font-size: 20px;
	font-feature-settings: "palt";
	letter-spacing: 0.2em;
	line-height: 1.5;
}
.info_raijo_btn{
	max-width: 350px;
	height: 50px;
	margin: 30px auto 40px;
	background: #750616;
}
.info_raijo_btn a{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 20px;
}
.information .price_area{
	display: flex;
	justify-content: center;
	margin-top: 20px;
	letter-spacing: 0.1em;
	align-items: flex-end;
	flex-wrap: wrap;
}
.information .price_area .price_txt{
	font-size: 17px;
	margin-right: 20px;
}
.information .price_area .price{
	font-size: 28px;
	line-height: 1;
	margin-bottom: -2px;
}
.information .price_area .price .num{
	font-size: 45px;
	font-weight: 600;
	color: #007e66;
}
.information .price_area .price .yen{
	font-size: 20px;
	margin-left: 5px;
}

.notice{
	/* max-width: 800px; */
	margin: 40px auto 0;
	padding: 0 10px;
	text-align: center;
}
.notice p{
	font-size: 18px;
	color: #910000;
	border: solid 1px #910000;
	padding: 20px;
	line-height: 1.5;
	display: inline-block;
	text-align: left;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho","Noto Serif JP", serif;
}


/* コンテンツ */
.top_content {

}
.top_sec {
	margin-top: 100px;
}
.top_sec:last-child {
	margin-bottom: 100px;
}
.block {
	width: 78.645833%;
	position: relative;
	margin: 0 auto;
}
.right .block {
	margin-left: auto;
	margin-right: 0;
}
.left .block {
	margin-left: 0;
	margin-right: auto;	
}
.block_bg {
	/* width: 100%;
	height: 100%; */
	/* background-size: cover;
	background-position: center;
	background-repeat: no-repeat; */
	
}
/* .block_bg.bg01 {
	background-image: url(../img/top/bg01.jpg);
}
.block_bg.bg02 {
	background-image: url(../img/top/bg02.jpg);
}
.block_bg.bg03 {
	background-image: url(../img/top/bg03.jpg);
} */
.block_txt {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
	font-feature-settings: "palt";
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
}
.right .block_txt {
	text-align: left;
	left: -100px;
}
.left .block_txt {
	text-align: right;
	right: -100px;
}
.en_ttl {
  font-family: adobe-garamond-pro, serif;
  font-weight: 400;
  font-style: italic;
	font-size: 80px;
  letter-spacing: 0.01em;
	line-height: 1;
	margin-bottom: 50px;
}
.ja_ttl {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho","Noto Serif JP", serif;
	font-size : 45px;
	letter-spacing: 0.1em;
	line-height: 1;
	margin-bottom: 50px;
}
.txt {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-size: 22px;
	letter-spacing: 0.1em;
	line-height: 1.8;
}
.slick-slide img.mv_sp{
	display: none;
}
.slick-slider div {
	transition: none;
}
.band2{
	text-align: center;
	padding: 25px 0;
	background: #885c82;
	display: flex;
	justify-content: center;
	align-items: center;
}

.band2 p{
	color: #fff;
	font-size: 3vw;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho","Noto Serif JP", serif;
}
.iyoiyo p{
	font-size: 1.5vw;
	line-height: 1;
}

#mainvisual-video{
	height: 47vw;
	vertical-align: bottom;
	/* margin: 80px 0 0; */
}


@media screen and (max-width: 1700px) {
	.top_sec {
		margin-top: 5.2vw;
	}
	.top_sec:first-child {
		margin-top: 100px;
	}
	.top_sec:last-child {
		margin-bottom: 5.2vw;
	}
	.right .block_txt {
		left: -5.2vw;
	}
	.left .block_txt {
		right: -5.2vw;
	}
	.en_ttl {
		font-size: 4.1vw;
		margin-bottom: 2.6vw;
	}
	.ja_ttl {
		font-size : 2.4vw;
		margin-bottom: 2.6vw;
	}
	.txt {
		font-size: 1.15vw;
	}

}
@media (min-width:1440px) {
	.band2 p{
		font-size: 30px;
	}
	.iyoiyo p{
		font-size: 15px;
		line-height: 1;
	}

}
@media screen and (max-width: 1320px) {
	.band ul li p{
		font-size: 18px;
	}

}
@media screen and (max-width: 1230px) {
	.band ul li{
		padding: 5px 10px;
	}
	.band ul li p{
		font-size: 16px;
		letter-spacing: 0.1em;
	}
	.band ul li p .min{
		font-size: 35px;
	}
	.band ul li span.s_txt,.band ul li span.s_txt02{
		font-size: 11px;
	}
	
}
@media screen and (max-width: 1100px) {
	.sp_header.top {
		display: none !important;
	}
	.sp_header.sp {
		display: block;
	}
	.mv_wrap {
		margin: 0 auto;
		height: 47vw;
	}
	#mainvisual-video{
		height: 47.1vw;
		position: relative;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
	}
	.mv_txt{
		left: 50%;
	}
	.mv_cap {
		font-size: 2.1vw;
		left: 50%;
	}
	.mv_lead{
		font-size: 2.1vw;
		left: 50%;
	}
	.notice p {
		font-size: 14px;
	}
}
@media screen and (max-width: 1000px) {
	.db1000{
		display:block;
	}
	.band ul li p{
		font-size: 15px;
		white-space: nowrap;
	}
	.band ul li p .min{
		font-size: 30px;
	}
	.band ul li:first-of-type p{
		padding-top: 4px;
	}
	.band ul li{
		padding: 5px 10px;
	}
}
@media screen and (max-width: 900px) {
	.band ul{
		flex-wrap: wrap;

	}
	.band ul li{
		width: 50%;
		margin: 10px 0;
	}
	.band ul li:nth-of-type(odd){
		padding: 5px 10px 5px 0px;
	}
	.band ul li:nth-of-type(even){
		border-right: 0;
		padding: 5px 0 5px 10px;
	}
	
}
@media screen and (max-width: 800px) {
	.header_height {
		height: 50px;
	}
}
@media screen and (max-width: 750px) {
	.slick-slide img.mv_sp{
		display: block;
	}
	.slick-slide img.mv_pc{
		display: none;
	}
	.mv_wrap {
		/* background-image: url(../img/top/mv_bg_sp.jpg); */
		height: 47vw;
		margin: 0 auto;
	}
	.mv_txt {
		top: 20%;
		right: auto;
	    left: 50%;
	    transform:translateX(-50%);
	}
	.txt_block {
		width: 18vw;
		height: 18vw;
	}
	.txt_block:not(:last-child) {
		margin-right: 1.8vw;
	}
	.mv_box {
		width: 50vw;
	}
	.mv_lead{
		font-size: 24px;
		bottom: auto;
		top: 43%;
	}
	.mv_cap {
		font-size: 21px;
		bottom: auto;
		top: 90%;
		left: 50%;
	}
}
@media screen and (max-width:650px) {
	.band2 p{
		font-size: 4vw;
	}
	.br_650 {
		display: block;
	}
	.display_pc {
		display: none;
	}	
	.display_sp {
		display: block;
	}
	.top_sec {
		margin-top: 60px;
	}
	.top_sec:last-child {
		margin-bottom: 60px;
	}
	.block {
		width:100%;
	}
	.block_txt {
		position: static;
		transform: translateY(0);
		margin-bottom: 30px;
	}
	.right .block_txt {
		left: 0;
		text-align: center;
	}
	.left .block_txt {
		right: 0;
		text-align: center;
	}
	.en_ttl {
		font-size: 36px;
		margin-bottom: 15px;
	}
	.ja_ttl {
		font-size : 20px;
		margin-bottom: 15px;
	}
	.txt {
		font-size: 14px;
	}
	.information{
		margin: 60px auto;
	}
	.information h2{
		font-size: 32px;
	}
	.information .info_text{
		font-size: 18px;
	}
	.information .info_text2{
		font-size: 18px;
	}
	.information .price_area .price_txt{
		font-size: 14px;
		margin-right: 5px;
	}
	.information .price_area .price{
		font-size: 24px;
		margin-bottom: -2px;
		width: 100%;
	}
	.information .price_area .price .num{
		font-size: 40px;
	}
	.information .price_area .price .yen{
		font-size: 17px;
		margin-left: 3px;
	}
	.info_raijo_btn a {
		font-size: 16px;
	}
	.info_raijo_btn {
		width: 80%;
	}
}
@media screen and (max-width: 500px) {
	.br_500 {
		display: block;
	}
	.mv_txt {
		top: 15%;
	}
	.mv_cap {
		font-size: 20px;
		top: 90%;
	}
	.mv_lead {
		font-size: 20px;
		top: 35%;
	}
	.txt {
		font-size: 13px;
	}
	.band ul li:nth-of-type(odd){
		padding: 5px 0px 5px 0px;
	}
	.band ul li:nth-of-type(even){
		border-right: 0;
		padding: 5px 0 5px 0px;
	}
	.band ul li{
		width: 100%;
		border-right: 0;
		display: block;
		max-width: 240px;
		margin: 0 0 10px;
		text-align: left;
	}
	.information .info_text{
		line-height: 1.5;
	}
	.information .info_text2{
		font-size:16px;
	}
	.notice p {
		padding: 10px 20px;
	}
}
/* inview */
.inview {
	margin-top: 1px;
}
.fade {
	opacity: 0;
	-webkit-transition-duration: 1.8s;
	transition-duration: 1.8s
}
.fade.is-show {
	opacity: 1;
	-webkit-transition-duration: 1.8s;
	transition-duration: 1.8s
}
.blur {
	opacity: 0;
	filter: blur(20px);
	-ms-filter: blur(20px);
	-webkit-filter: blur(20px);
	-moz-filter: blur(20px);
	-webkit-transition-duration: 1.8s;
	transition-duration: 1.8s
}
.blur.is-show {
	opacity: 1;
	filter: blur(0);
	-ms-filter: blur(0);
	-webkit-filter: blur(0);
	-moz-filter: blur(0);
	-webkit-transition-duration: 1.8s;
	transition-duration: 1.8s
}
.to_right {
opacity: 0;
-webkit-transform: translateX(-10%);
transform: translateX(-10%);
-webkit-transition-duration: 1.8s;
transition-duration: 1.8s
}
.to_right.is-show {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
-webkit-transition-duration: 1.8s;
transition-duration: 1.8s
}
.to_left {
opacity: 0;
-webkit-transform: translateX(10%);
transform: translateX(10%);
-webkit-transition-duration: 1.8s;
transition-duration: 1.8s
}
.to_left.is-show {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
-webkit-transition-duration: 1.8s;
transition-duration: 1.8s
}
.delay2 {
transition-delay: 0.3s;
}
.delay3 {
transition-delay: 0.5s;
}
.delay4 {
transition-delay: 0.7s;
}
.delay5 {
transition-delay: 0.9s;
}
.delay6 {
transition-delay: 1.1s;
}
.delay7 {
transition-delay: 1.3s;
}
.delay8 {
transition-delay: 1.5s;
}
.delay9 {
transition-delay: 2s;
}

@media all and (-ms-high-contrast: none) {
	.txt_block .bg_blur{
		background:rgba(0,0,0,0.2);
		box-shadow:0 0 90px rgba(0,0,0,0.5);
	}
}

.top_cont_link {
    width: 220px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #799fa7;
    color: #fff;
    letter-spacing: 0.1em;
    margin-top: 30px;
    transition-duration: 0.6s;
}
.top_cont_link_r {
    margin-left: auto;
}
@media screen and (max-width: 1320px) {
    .top_cont_link {
        width: 200px;
        height: 45px;
        font-size: 14px;
    }
}
@media screen and (max-width: 650px) {
    .top_cont_link {
        margin: 20px auto 0;
    }
}

/* Slide */
.mv_slide{
	width:100%;
	position:relative;
}
.mv_start{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	z-index:2;
}
.mv_start div{
	width:100%;
	position:relative;
}
.mv_start div img.f{
	position:absolute;
	top:0;
	left:0;
	opacity:0;
	filter: blur(5px);
	transform:scale(1.2,1.2);
	transition:all 2.5s;
	z-index:3;
}
.mv_start div img.f.on{
	opacity:1;
	filter: blur(0);
	transform:scale(1.0,1.0);
}
.mv_slide img{
	display:block;
	width:100%;
}
.mv_slide .slick-slide{
	position:relative;
}
.mv_slide .slick-slide img.f{
	position:absolute;
	top:0;
	left:0;
}

