@charset "utf-8";


html { 
	font-size: 62.5%;
	width: 100vw;
	overflow-x: hidden;
}
body {
	margin: 0;
	padding: 0;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-weight: 500;
	color: #404040;
	background: #EEF1EA;
	font-size: 1.3em;
	line-height: 1.8;
	letter-spacing: 0.05em;
	overflow-x: hidden;
}
img{
	vertical-align: bottom;	
}

.en{
	font-family: "aileron", sans-serif;
	font-weight: 400;
	font-style: normal;
}

.jp_san{
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
	font-weight: 500;
}

.jp_serif{
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-weight: 500;
}

.jp_ryo{
	font-family: ryo-text-plusn, serif;
	font-weight: 400;
	font-style: normal;
}

@media screen and (min-width: 769px){
	.fv{
	  min-height: 100vh;
	}
}
@media screen and (max-width: 768px){
	.fv{
		min-height: calc(100vh - 44px);
	}
}

a .desvg path {
    transition: all .3s;
}
a:hover .desvg path {
    fill: #2665EF;
}

header {
	position: fixed;
    top: 0;
	left: 0;
    display: flex;
	justify-content: space-between;
	margin: auto;
	width: 288px;
	height: 171px;
    color: #fff;
    z-index: 1000;
	opacity: 0;
	transition: opacity .6s;
	padding: 48px 32px;
	opacity: 0;
	background: #EEF1EA;
	box-sizing: border-box;
}
@media screen and ( min-width: 1601px ) {
	header {
	width:calc( calc(100% - 1600px)/2 + 288px );
	padding-left:calc( calc(100% - 1600px)/2 + 32px );
	}
}

header.init {
	opacity: 1;
}
header.active{
}
body.lower header{
	opacity: 1 !important;
}

h1 svg {
    width: 108.47px;
    height: auto;
}


header .header_txt{
	margin-bottom: 48px;
	font-family: acumin-pro, sans-serif;
	font-size: 1.5rem;
}

header#header_kv.active{
	position: fixed;
	z-index: 100;
}
header#header_kv h1 img{
	vertical-align: top;
}

nav{
	display: flex;
}

nav>ul.gnav {
	display: flex;
	flex-direction: column;
	align-items: end;
	justify-content: space-between;
	list-style: none;
	height: 83px;
}

nav>ul.gnav li {
	position: relative;
	display: flex;
	text-align: left;
}
nav>ul.gnav li.txt_last {
}
nav>ul.gnav li:first-of-type {
}
nav>ul.gnav li:last-of-type {
}
nav>ul.gnav li:last-of-type:before {
	content: none;
}

nav>ul.gnav li a {
	position: relative;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	text-decoration: none;
	color: #000;
	font-size: 1.4rem;
	line-height: 20px;
	transition: color .3s;
}
#header_kv.active nav>ul.gnav li a:before{
	background: #000;
}

header#header_fix nav>ul.gnav li a{
	color: #000;
}

nav>ul.gnav li span.jp {
	display: flex;
	justify-content: center;
	margin-top: 5px;
	font-size: 1.2rem;
}
nav>ul.gnav li a:hover{
	opacity: 0.6;
}
nav>ul.gnav li a.current{
	opacity: 0.6;
}

.lang_nav{
	position: absolute;
	bottom: 38px;
	
}
.lang_nav ul{
	display: flex;
	list-style: none;
}
.lang_nav ul a{
	font-size: 1.2rem;
	color: #000;
}
.lang_nav ul a.current{
	text-decoration: none;
	color: #aaa;
	pointer-events: none;
}
.lang_nav ul li {
	position: relative;
}
.lang_nav ul li:last-of-type {
	margin-left: 16px;
}
.lang_nav ul li:last-of-type:before {
	content: "";
	position: absolute;
	display: block;
	width: 1px;
	height: 14px;
	background: #000;
	top: 0;
	bottom: 0;
	margin: auto;
	left: -8px;
}


.btn_cnv{
	position: fixed;
	bottom: 0;
	right: 0;
	width: 384px;
	height: 64px;
	color: #fff;
	font-size: 1.4rem;
	font-weight: 700;
	z-index: 100;
	opacity: 0;
	transition: opacity 0.3s;
}
.btn_cnv.active{
	opacity: 1;
}

.btn_cnv.hdn{
	opacity: 0 !important;
}

.btn_cnv a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	color: #fff;
	text-decoration: none;
	background: #003F73;
	transition: opacity 0.3s;
	pointer-events: none;
}
.btn_cnv a:hover{
	opacity: 0.8;
}
.btn_cnv.active a{
	pointer-events: all;
}


.footer_menu{
}
.footer_menu ul{
	display: flex;
	list-style: none;
	margin-right: 32px;
	font-size: 1.2rem;
}
.footer_menu ul a{
	color: #111;
	text-decoration: none;
}
.footer_menu .footer_txt{
	margin-top: 5px;
	padding-bottom: 16px;
	font-size: 1.1rem;
}

footer{
	position: relative;
	display: flex;
	justify-content: end;
	padding: 0 32px;
	z-index: 10;
	background-color: #EFF2EB;
}
footer .footer_txt{
	padding-bottom: 16px;
	font-size: 1.1rem;
}

.sct_inner{
	max-width: 1600px;
	margin: auto;
}


.sct00{	
	position: relative;
	background: #FAFFFE;
}
body.lower .sct00{
	background: transparent;
	background: linear-gradient(to bottom, #eff2eb 0%,#f9f7f1 33%,#eff2eb 77%);
}

.sct00_inner{
	
}
.sct00_row01{
	padding-top: 112px;
	padding-bottom: 220px;
	padding-left:461px;
	padding-right: 32px;
}
body.lower .sct00_row01{
	padding-top: 320px;
}

.sct00_row01_inner{
	max-width: 1107px;
}
.sct00_row01 .sct_ttl{
	font-size: 1.4rem;
	color: #000;
}
body.lower .sct00_row01 .sct_ttl:after{
	content: "";
	position: absolute;
	bottom: -16px;
	display: block;
	width: 100%;
	height: 1px;
	background-color: #B5B5B5;
}
.sct00_row01 .sct_txt{
	padding-top: 64px;
	padding-right: 32px;
	font-size: 1.6rem;
	line-height: 2.25;
}
.sct00_row01 .sct_txt .sign{
	text-align: right;
	line-height: 1.6;
}

.sct01{
	background-color: #EFF2EB;
	background: linear-gradient(to bottom, #eff2eb 0%,#f9f7f1 100%);
}
.sct01_inner{	
}
.sct01_row00{
	position: relative;
	padding-left: 112px;
}
.sct01_row00_inner{
	position: relative;
	display: flex;
	justify-content: space-between;
	margin: auto;
	margin-top: 280px;
	width: calc(100% - 32px);
    max-width: 1600px;
}
.sct01_row00_inner .sct_txt_wrap{
	padding-right: 40px;
}
.sct01_row00_inner .sct_ttl{
	margin-right: 40px;
}

.sct01_row00_inner .sct_sttl{
	margin-top: 14px;
}
.sct01_row00_inner .sct_txt{
	margin-top: 18px;
	width: 100%;
	max-width: 600px;
}

.sct01_row01{
	position: relative;
	margin-top: 85px;
	padding-left: 112px;
}
.sct01_row01_inner{
	position: relative;
	margin: auto;
	width: calc(100% - 32px);
    max-width: 1600px;
	background: url("../images/bg_sct01_01.jpg") no-repeat;
	background-size: cover;
}
.sct01_row01_inner:before{
	content:"";
    display: block;
    padding-top: 56.27%;
}
.sct01_row01_inner_content{
	position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
	display: flex;
	justify-content: space-between;
	padding: 64px 40px 64px 80px;
}

.sct01_row02{
	position: relative;
	padding-left: 288px;
}
.sct01_row02_inner{
	position: relative;
	margin: auto;
	padding-bottom: 62px;
	width: calc(100% - 32px);
    max-width: 1600px;
	background: url("../images/img_sct02.jpg") no-repeat;
	background-size: cover;
}
.sct01_row02_inner:before{
	content:"";
    display: block;
    padding-top: 56.27%;
}
.sct01_row02_inner_content{
	position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
	display: flex;
	justify-content: space-between;
	padding: 64px 40px 64px 80px;
}

.sct01_row03{
	padding:130px 112px 0;
}
.sct01_row03_inner{
	position: relative;
	margin: auto;
	width: calc(100% - 32px);
    max-width: 1488px;
}
.sct01_row03_inner img{
	max-width: 100%;
}
.sct01_row03_inner_content{
	margin-bottom: 64px;
	text-align: center;
}

.sct01_sttl{
	margin-top: -14px;
	font-size: 2rem;
	letter-spacing: 0.2em;
	color: #000;
}
.sct01_txt{
	width: 458px;
	margin: auto;
	margin-top: 16px;
	font-size: 1.6rem;
	letter-spacing: 0.05em;
	color: #444;
}



.sct01_copy_ttl{
	display: flex;
	align-items: center;
	font-size: 2rem;
	font-weight: 900;
	letter-spacing: 0.2em;
	color: #fff;
	white-space: nowrap;
}
.sct01_copy_txt{
	display: flex;
	align-items: end;
	margin-left: 60px;
	width: 428px;
	font-size: 1.6rem;
	letter-spacing: 0.05em;
	color: #fff;
}


.sct02_inner{	
}
.sct02_row00{
	margin-bottom: 64px;
	padding-left: 112px;
}
.sct02_row00_inner{
	position: relative;
	margin: auto;
	margin-top: 300px;
	width: calc(100% - 32px);
    max-width: 1600px;
}
.sct02_row00 .sct_sttl_tp02{
	margin-top: 100px;
}
.sct02_row00 .sct_txt{
	margin-top: 70px !important;
	line-height: 2.15;
}

.sct02_row01{
	position: relative;
	margin-bottom: 170px;
}
.sct02_row01_inner{
	position: relative;
	width: 100%;
	margin: auto;
	max-width: 1600px;
	background: url("/assets/images/bg_sct01_01.jpg") no-repeat;
	background-size: cover;
}
.sct02_row01_inner:before{
	content:"";
    display: block;
    padding-top: 56.25%;
}
.sct02_row01_inner_content{
	position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.sct02_row02{
	position: relative;
}

.sct02_row02_inner{
	position: relative;
	margin: auto;
	max-width: 1600px;
	background: url("/assets/images/bg_sct02_02.jpg") no-repeat;
	background-size: cover;
	z-index: -1;
}
.sct02_row02_inner:before{
	content:"";
    display: block;
    padding-top: 56.25%;
}
.sct02_row02_inner_content{
	position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.sct02_row02_inner_content .sct_sttl_tp02{
	margin-top: -7px;
}
.sct02_row02_inner_content .sct_txt{
	line-height: 2.15;
} 
.sct02_row02_inner_content .unitset{
	margin: 0 -70px;
}
.sct02_row02_inner_content .unitset > div{
	margin: 60px 0 0;
	width: 45.45%;
	padding: 0 70px;
}
.sct02_row03{
	padding-left: 112px;
}
.sct02_row03_inner{
	position: relative;
	margin: auto;
	width: calc(100% - 32px);
    max-width: 1600px;
}
.sct02_row03_inner_content .unitset:first-of-type{
	margin-bottom: 16px;
}


.sct02_sttl{
	font-size: 2rem;
	letter-spacing: 0.2em;
	color: #000;
}
.sct02_txt{
	margin-top: 18px;
	font-size: 1.6rem;
	letter-spacing: 0.05em;
	color: #444;
}

.sct03{
	background-color: #EFF2EB;
	background: linear-gradient(to bottom, #f9f7f1 0%,#eff2eb 100%);
}
.sct03_inner{
	
}
.sct03_row00{
	padding-left:351px;
	padding-bottom: 248px;
}
.sct03_row00_inner{
	position: relative;
	margin: auto;
	padding-top: 300px;
	width: calc(100% - 32px);
    max-width: 1600px;
}
.sct03_row00_inner .sct_ttl{
	width: 561px;
}

.sct03_row00_inner .sct_txt{
	margin-top: 38px;
	max-width: 576px;
}
.sct03_row00_inner .sct_txt strong{
	margin-bottom: 1em;
	font-size: 1.8rem;
}

.about_list_content{
	margin-top: 54px;
	font-size: 1.2rem;
}
.about_list_txt {
    line-height: 1.8;
}
.about_list_txt_partner {
	margin-top: 6px;
}


.about_producer {
    margin-top: 74px;
}
.about_producer_name {
    font-size: 1.2rem;
}
.about_producer_name span {
    font-size: 1.4rem;
}
.about_producer_txt{
	margin-top: 12px;
}


.sct03_row01{
	padding-left:351px;
}
.sct03_row01_inner{
	position: relative;
	margin: auto;
	padding-bottom: 253px;
	width: calc(100% - 32px);
    max-width: 1600px;
}
.sct03_row01_inner .sct_ttl{
	max-width: 561px;
}

.sct03_row01_inner img{
	max-width: 100%;
}
.sct03_row01 .sct_ttl svg{
	fill: #003F73;
}

.sct04{
	background-color: #EFF2EB;
}
.sct04_row00{
	padding-left:485px;
}
.sct04_row00_inner{
}

.tbl_ttl{
	margin-top: 10px;
	font-size: 1.4rem;
}
.tbl_info{
	margin-top: 40px;
	font-size: 1.2rem;
}
.tbl_info td{
	max-width: 400px;
}
.tbl_head{
	vertical-align: top;
	padding-right: 30px;
	white-space: nowrap;
}
.mailto{
	color: #404040;
	transition: color 0.3s;
}
.mailto:hover{
	text-decoration: none;
	color: blue;
}
.extto{
	color: #404040;
	transition: opacity 0.3s;
}
.extto:hover{
	opacity: 0.6;
}





.kv_top{
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
	overflow: hidden;
	z-index: 1;
}

.kv_top .video_wrapper{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	height: calc(100svh);
	transition: opacity .6s ,height .6s, top .6s ;
	transition-delay: 2.6s;
	z-index: 10;
	overflow: hidden;
}
.kv_top.init .video_wrapper{
	opacity: 1;
}
.kv_top.init .video_wrapper.active{
	transition: unset;
}


.kv_top video{
	position: absolute;
    object-fit: cover;
	margin: auto;
    width: 100%;
	height: 100vh;
	transform: translateY(0);
	transition: transform 1s;
	transition-delay: 2.6s;
}
.video_wrapper:before{
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	margin: auto;
	width: 100%;
	height: 100vh;
	background-color: rgba(98,113,80,0.2);
    z-index: 100;
}

.kv_top.init video{
}



.kv_ttl{
	position: absolute;
	z-index: 10;
	top: 0;
    bottom: 0;
    display: block;
    left: 0;
    right: 0;
	opacity: 0;
	transition: opacity 1s ,transform 0.6s;
	transition-delay: 1s;
	z-index: 100;
}
@media screen and ( min-width: 1601px ) {
	.kv_ttl{
		max-width: 1600px;
		margin: auto;
	}
}

.kv_top.init .kv_ttl{
	opacity: 1;
	transform: none;
}

.kv_copy{
	position: absolute;
	bottom: 154px;
    display: flex;
    align-items: center;
    width: 800px;
    height: 100px;
    margin-left: 461px;
	color: #fff;
	font-size: 2.4rem;
}
body.eng .kv_copy{
	font-size: 3.2rem;
}
.kv_copy svg{
	width: 100%;
	height: auto;
}


.kv_txt{
	position: absolute;
	bottom: 268px;
    display: flex;
    align-items: center;
    font-size: 2.2rem;
	font-weight: 500;
    color: #FFF;
    margin-left: 461px;
}


.sct_ttl{
	position: relative;
	font-size: 1rem;
	letter-spacing: 0.025em;
	color: #404040;
	white-space: nowrap;
}
.sct_ttl:before{
	content: "";
	position: absolute;
	bottom: 0;
	display: block;
	width: 100%;
	height: 1px;
	background-color: #B5B5B5;
}

body.lower .sct_ttl::before{
	content: none !important;
}


.sct_ttl .cpt{
	display: block;
	font-size: 1.4rem;
	letter-spacing: 0.05em;
}

.sct_sttl{
	font-size: 2rem;
	letter-spacing: 0.05em;
	color: #071F3E;
}

.sct_txt{
	font-size: 1.4rem;
	letter-spacing: 0.05em;
	line-height: 2.3;
}
body.lower .sct_txt{
	padding-right: 48px;
}

.ttl_plivacy{
	display: block;
}


.unitset{
	display: flex;
	justify-content: space-between;
}
.unitset .unitcol_1_3 {
	display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 720px;
	margin-right: 40px;
    box-sizing: border-box;
}
.unitset .unitcol_2_3 {
	max-width: 66%;
	min-width: 340px;
	margin-left: 40px;
    box-sizing: border-box;
}
.unitset .unit_img img {
	width: 100%;
	height: auto;
	border-radius: 8px;
	vertical-align: bottom;
}


.kv_copy_row,
.sct02_row01_inner_content,
.sct02_row02_ttl,
.sct02_row02_inner_content,
.sct02_row04,
.sct02_row05,
.sct02_row06,
.sct03_row01_inner_content,
.sct03_row02_inner_content,
.sct03_row03_02{
	margin: auto;
    max-width: 1600px;
    padding-left: 112px;
	box-sizing: border-box;
}


.sct01_row02{
	margin-right: 16px;
}

.img_wrap{
	font-size: 1rem;
}

.img_wrap img{
	width: 100%;
}
.img_wrap01{
	position: relative;
	max-width: 1296px;
}
.img_txt01{
	position: absolute;
	max-width: 320px;
	width: 38%;
	margin-top: 12px;
	margin-left: 64px;
}

.img_wrap02_03{
	display:flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	max-width: 1296px;
}
.img_wrap02{
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	width:49.18%;
	margin-top: 4px; 
}
.img_txt02{
	max-width: 320px;
	margin-top: 12px;
	margin-right: 16px;
	margin-left: 24px;
}

.img_wrap03{
	position: relative;
	width:50.40%;
	margin-top: 207px;
	margin-right: 4px;
}
.img_txt03{
	margin-top: 12px;
	max-width: 320px;
}

.img_wrap04_05{
	display:flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	max-width: 1296px;
}
.img_wrap04{
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	width:49.18%;
	margin-top: -111px;
    transform: translateY(-10vw);
}
.img_txt04{
	max-width: 320px;
	margin-top: 12px;
	margin-right: 16px;
	margin-left: 24px;
}

.img_wrap05{
	position: relative;
	width:50.40%;
	margin-top: 207px;
	margin-right: 4px;
}
.img_txt05{
	margin-top: 12px;
	max-width: 320px;
}




.list_pdf{
	list-style: none;
	margin-top: 24px;
}
.list_pdf li{
}
.list_pdf li a{
	position: relative;
	font-size: 1.2rem;
	color: #404040;
	text-decoration: none;
	transition: opacity 0.3s;
}
.list_pdf li a:hover{
	opacity: 0.6;
}
.list_pdf li a:after{
	position: absolute;
    top: 1px;
	content:"";
	display: inline-block;
	margin-left: 6px;
	width: 12px;
	height: 12px;
	background-repeat:no-repeat;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='12' height='12' viewBox='0 0 12 12'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='長方形_67' data-name='長方形 67' width='12' height='12' fill='none' stroke='%23404040' stroke-width='1'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='グループ_75' data-name='グループ 75' transform='translate(0 0)'%3E%3Cg id='グループ_74' data-name='グループ 74' transform='translate(0 0)' clip-path='url(%23clip-path)'%3E%3Cpath id='パス_89' data-name='パス 89' d='M11.048,8.524v2.525H.5V.5H3.024' transform='translate(0.226 0.225)' fill='none' stroke='%23404040' stroke-miterlimit='10' stroke-width='1'/%3E%3Cpath id='パス_90' data-name='パス 90' d='M3.637.5H9.631V6.494' transform='translate(1.644 0.226)' fill='none' stroke='%23404040' stroke-miterlimit='10' stroke-width='1'/%3E%3Cline id='線_8' data-name='線 8' x1='8.463' y2='8.463' transform='translate(2.812 0.726)' fill='none' stroke='%23404040' stroke-miterlimit='10' stroke-width='1'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}



.logo_outline{
	margin-top: 48px;
}
.list_outline{
	list-style: none;
}
.list_outline li{
	position: relative;
	margin-left: 1em;
}
.list_outline li:before{
	content: "・";
	position: absolute;
	left: -1em;
}





.sct_txt .law_para{
	margin-bottom: 32px;
}
.sct_txt .law_para:last-of-type{
	margin-bottom: 0;
}







/*********************************
	Utility
*********************************/
/* text align */
.tal_l{
	text-align: left;
}
.tal_c{
	text-align: center;
}
.tal_r{
	text-align: center;
}

/* margin */
.m_a{
	margin: auto;
}

/* inview effect */
.visible,
.visibles {
	opacity: 0;
	transition: opacity 1s, transform 1s;
	transform: translateX(25px);
}
.effect {
	opacity: 1;
	transform: none;
}

@media screen and ( max-width: 800px ) {
/* sp reset */
.kv_copy_row,
.sct02_row01_inner_content,
.sct02_row02_ttl,
.sct02_row02_inner_content,
.sct02_row03,
.sct02_row04,
.sct02_row05,
.sct02_row06,
.sct03_row01_inner_content,
.sct03_row02_inner_content,
.sct03_row03_02{
	margin: 0;
	max-width: 100%;
	padding: 0;
	box-sizing: border-box;
}
}



@media screen and ( max-width: 800px ) {
	header{
		flex-direction: row;
		width: 100%;
		height: 44px;
		padding: 0;
		transition: background 0.6s opacty 0.3s;
	}
	header.active{
	}
	header .logo_head_sp{
		display: flex;
		align-items: center;
		margin-top: -12px;
		padding-left: 16px;
	}
	header.active .logo_head_sp{
		opacity: 1;
	}

	nav{
		display: flex;
		width: 40%;
		min-width: 134px;
		margin: 0 16px 0 20px;
		max-width: 200px;
	}

	nav>ul.gnav{
		flex-direction: row;
		align-items: center;
		height: auto;
		width: 100%;
    	justify-content: space-between;
	}
	nav>ul.gnav li{
	}
	nav>ul.gnav li:first-of-type{
		margin-left: 0;
	}
	nav>ul.gnav li:last-of-type{
		
	}
	nav>ul.gnav li a{
		font-size: 1.2rem;
	}

	.lang_nav{
		position: relative;
		bottom: auto;
		display: flex;
		align-items: center;
		margin-right: 8px;
	}

	.kv_top{
		top: 44px;
	}
	.kv_ttl{
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: start;
	}
	.kv_copy {
		flex-direction: column;
		bottom: 100px;
		left: 16px;
		margin-left: 0;
		width: auto;
		height: auto;
		font-size: 2rem;
	}
	.kv_copy_ttl{
		font-size: 2.8rem;
	}
	.kv_copy_ttl .cpt{
		margin-top: 14px;
		font-size: 1.4rem;
	}
	.header_txt{
		color: #fff;
	}

	.kv_txt{
		position: absolute;
		text-align: center;
		height: auto;
		margin: 30px 0 0;
		font-size: 1.6rem;
		margin: 0;
		bottom: 194px;
		left: 16px;
		height: auto;
	}

	.kvnav_wrap{
	}

	.movie_info{
		padding: 0 16px;
	}
	.movie_info_inner{
		flex-direction: column;
		margin-right: 0;
	}
	.movie_info_second{
		text-align: right;
	}

	.sct_ttl{
		max-width: 100%;
		font-size: 1rem;
	}

	body.lower .sct_txt{
		padding-right: 0;
	}

	.video_wrapper .play-btn .btn{
		width: auto;
		height: 50px;
	}

	.sct00_row01{
		padding-top: 128px;
		padding-left: 0;
		padding-right: 0;
	}
	body.lower .sct00_row01{
		padding-top: 220px;
		padding-bottom: 0;
	}

	.sct00_row01_inner {
		position: relative;
		margin: auto;
		width: calc(100% - 32px);
		max-width: 1600px;
		padding-left: 16px;
		padding-right: 16px;
		padding-bottom: 62px;
	}
	
	.sct00_row01 .sct_txt{
		padding-top: 48px;
		padding-right: 0;
		font-size: 1.4rem;
	}

	.sct01_row00,
	.sct01_row01,
	.sct01_row02 {
		padding-left: 0;
	}

	.sct01_row00_inner .sct_ttl{
		margin-bottom: 70px;
	}

	.sct01_row01{
		margin-top: 96px;
	}
	.sct01_row02{
    	margin-top: 0;
		margin-right: 16px;
		margin-left: 16px;
	}
	.sct01_row01_inner{
		background-image: url("../images/bg_sct01_01_sp.jpg");
	}
	.sct01_row01_inner:before{
		padding-top: 133.33%;
	}
	.sct01_row02_inner{
		margin-bottom: 0;
		background-image: url("../images/img_sct02_sp.jpg");
	}
	.sct01_row02_inner:before{
		padding-top: 133.33%;
	}
	.sct01_row01_inner_content,
	.sct01_row02_inner_content{
		top: auto;
		right: auto;
		padding: 0 0 42px 36px;
	}
	.sct01_row03{
		padding-top: 196px;
		padding-left: 48px;
		padding-right: 0;
	}
	.sct01_row03_inner_content{
		margin-bottom: 32px;
	}
	.sct01_row03_inner_content .sct01_txt{
		text-align: left;
		margin-bottom: 32px;
	}
	.sct01_row00_inner{
		flex-direction: column;
		justify-content: unset;
		margin-top: 178px;
	}
	.sct01_row00_inner .sct_txt_wrap {
		padding-right: 0;
	}
	.sct01_copy_ttl{
		font-size: 1.6rem;
	}
	.sct01_copy_txt{
		width: auto;
		margin-left: 0;
		padding: 18px 16px 0 48px;
		color: #444;
		font-size: 1.4rem;
	}
	.sct01_txt{
		width: auto;
	}
	.sct01_row00_inner .sct_txt{
		width: auto;
	}

	.sct02_row00,
	.sct02_row03{
		padding-left: 48px;
	}
	.sct02_row00_inner{

	}
	.sct02_row03 .sct02_row03_inner:first-of-type {
		margin-bottom: 96px;
	}
	.sct02_sttl{
		font-size: 1.8rem;
	}

	.sct03_row00,
	.sct03_row01{
		padding-left: 0;
	}
	.sct03_row01{
		padding-bottom: 30px;
	}
	.sct03_row00{
		padding-bottom: 145px;
	}
	.sct03_row00_inner{
		margin-top: 0;
		padding-top: 160px;
	}
	.sct03_row01_inner{
		padding-bottom: 0;
	}
	.sct03_row00_inner .sct_txt{
		width: auto;
	}
	.logo_outline{
		margin-bottom: 100px;
	}

	
	.sct04_row00,
	.sct04_row01,
	.sct04_row02{
		margin-left: 0;
		padding-left: 48px;
	}
	.sct04_row00{
		padding:0 16px;
	}
	.sct04_row00_inner{
		padding-top: 94px;
	}
	.sct04 .sct04_txt{
		text-align: left;
		margin-top: 152px;
		padding: 0 16px;
	}
	

	.img_wrap{
		font-size: 1rem;
	}
	
	.img_wrap img{
		width: 100%;
	}
	.img_wrap01{
		position: relative;
		display: flex;
		flex-direction: column;
		align-items: end;
		margin: 0 -16px;
	}
	.img_txt01{
		position: relative;
		width: 100%;
		max-width: 320px;
		margin-top: 12px;
		margin-left: 0;
		margin-right: 16px;
	}
	
	.img_wrap02_03{
		display:flex;
		flex-direction: column;
		justify-content: space-between;
	}
	.img_wrap02{
		display: flex;
		flex-direction: column;
		align-items: flex-end;
		width:100%;
		margin-top: 32px; 
	}
	.img_txt02{
		width: 100%;
		max-width: 320px;
		margin-top: 12px;
		margin-right: 0;
	}
	
	.img_wrap03{
		position: relative;
		display: flex;
		flex-direction: column;
		align-items: flex-end;
		width:100%;
		margin-top: 32px;
		margin-right: 4px;
	}
	.img_txt03{
		position: relative;
		width: 100%;
		max-width: 320px;
		margin-top: 12px;
		right: auto;
	}

	.img_wrap04_05{
		display:flex;
		flex-direction: column;
		justify-content: space-between;
	}
	.img_wrap04{
		display: flex;
		flex-direction: column;
		align-items: flex-end;
		width:100%;
		margin-top: 32px; 
		transform: translateY(0);
	}
	.img_txt04{
		width: 100%;
		max-width: 320px;
		margin-top: 12px;
		margin-right: 0;
	}
	
	.img_wrap05{
		position: relative;
		display: flex;
		flex-direction: column;
		align-items: flex-end;
		width:100%;
		margin-top: 32px;
		margin-right: 4px;
	}
	.img_txt05{
		position: relative;
		width: 100%;
		max-width: 320px;
		margin-top: 12px;
		right: auto;
	}

	.about_list_content{
		margin-top: 30px;
	}


	footer{

	}

	footer .footer_catch{
		font-size: 3.8rem;
	}
	footer .footer_facilities{
		flex-direction: column;
	}
	footer .facility_item{
		flex-direction: column;
		padding-right: 0;
	}
	footer .facility_item:not(:first-of-type){
		margin-top: 24px;
	}


	footer .facility_info {
		flex-direction: column;
		justify-content: unset;
	}
	footer .facility_adr{
		justify-content: center;
	}
	footer .facility_tel{
		justify-content: center;
	}

	.btn_cnv{
		width: 100%;
	}
}



@media screen and ( max-width: 799px ) {
	.sp_hdn{
		display: none !important;
	}
}
@media screen and ( min-width: 800px ) {
	.pc_hdn{
		display: none !important;
	}

}


@media screen and ( max-width: 800px ) {
	.footer_l{
		display: none !important;
	}
}
@media screen and ( min-width: 1060px ) {
	.footer_s{
		display: none !important;
	}

}


/*********************************
	anker
*********************************/
@media screen and ( min-width: 801px ) {
	#anker2 {
		padding-top: 120px;
		margin-top: -120px;
	}
	#anker3 {
		padding-top: 120px;
		margin-top: -120px;
	}
}
@media screen and ( max-width: 800px ) {
	#anker2 {
		padding-top: 136px;
		margin-top: -136px;
	}
	#anker3 {
		padding-top: 136px;
		margin-top: -136px;
	}
}
