@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Zen+Antique&display=swap');

/*

使用フォント

font-family: "Noto Sans JP", sans-serif;

R400
M500
SB600
B700

font-family: "Zen Antique", serif;

*/

.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

/*マージン*/

.mt10{
	margin-top:10px;
}

.mt20{
	margin-top:20px;
}

.mt30{
	margin-top:30px;
}

.mt40{
	margin-top:40px;
}

.mt50{
	margin-top:50px;
}

.mt60{
	margin-top:60px;
}

.mt70{
	margin-top:70px;
}

.mt80{
	margin-top:80px;
}

.mt90{
	margin-top:90px;
}

.mt100{
	margin-top:100px;
}

.mb10{
	margin-bottom:10px;
}

.mb20{
	margin-bottom:20px;
}

.mb30{
	margin-bottom:30px;
}

.mb40{
	margin-bottom:40px;
}

.mb50{
	margin-bottom:50px;
}

.mb60{
	margin-bottom:60px;
}

.mb70{
	margin-bottom:70px;
}

.mb80{
	margin-bottom:80px;
}

.mb90{
	margin-bottom:90px;
}

.mb100{
	margin-bottom:100px;
}

/*マージン*/

/*IMG*/

.img_ma{
	margin-right:auto;
	margin-left:auto;
	display:block;
	max-width: 100%;
}

img{
	max-width: 100%;
	height:auto;
}

/*IMG*/

a{
	transition:.2s;
}

body{
	font-family: "Noto Sans JP", sans-serif;
	font-size:14px;
	line-height:1.6;
	font-weight: 400;
	padding-top: 56px;
}

header{
	width:100%;
	height: 60px;
	position: fixed;
	top:0;
	left: 0;
	z-index: 10;
}

/*ハンバーガー*/
.ham_btn{
	display: none;
	width:70px;
	height: 100px;
	cursor: pointer;
	background: #231815;
}

.ham_btn img{
	display: block;
	width:30px;
	
}

.ham_bg{
	position: fixed;
	top:0;
	left:0;
	z-index: 20;
	background:#000;
	width:100%;
	height: 100dvh;
	cursor: pointer;
	opacity: 0;
	pointer-events: none;
	transition: .3s;
}

.ham_open .ham_bg{
	opacity: 1;
	pointer-events: auto;
}

.ham_wrap{
	position: fixed;
	right:0;
	top:0;
	z-index: 50;
	width:100%;
	height: 100dvh;
	padding-top:0;
	transition: .4s;
	cursor: default;
	opacity: 0;
	pointer-events: none;
	padding:70px 20px 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.ham_open .ham_wrap{
	opacity: 1;
	pointer-events: auto;
}

.ham_box{
	width:100%;
	max-width: 560px;
	max-height: 100%;
	overflow-y: auto;
}

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

.ham_nav{
	width:50%;
	max-width: 280px;
	padding-top: 20px;
}

.ham_nav > li{
	border-bottom: 1px solid #fff;
}

.ham_nav > li + li{
	margin-top: 36px;
}

.ham_nav > li a{
	display: block;
	color:#fff;
	padding-left: 20px;
	padding-bottom: 20px;
	font-size: 16px;
	line-height: 1.2;
	font-weight: 500;
	text-decoration: none;
}

.ham_nav > li a:hover{
	opacity: 0.6;
}

.ham_r{
	width:45%;
	max-width: 200px;
}

.ham_lang{
	margin-bottom: 30px;
}

.ham_lang_h{
	width:100%;
	height: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	line-height: 1;
	font-weight: 500;
	background: #c9caca;
}

.ham_lang_list{
	width:100%;
	background: #fff;
	padding:40px 0;
}

.ham_lang_list a{
	display: block;
	color:#000;
	text-decoration: none;
	font-size: 16px;
	line-height: 1;
	font-weight: 500 !important;
	text-align: center;
}

.ham_lang_list a + a{
	margin-top: 34px;
}

.ham_lang_list a:hover{
	opacity: 0.6;
}

.ham_sns{
	display: flex;
	justify-content: center;
}

.ham_sns a{
	margin: 0 8px;
}

.ham_sns a:hover{
	opacity: 0.6;
}

.ham_sns a img{
	display: block;
	width:60px;
}

.ham_close{
	position: absolute;
	top:20px;
	right: 20px;
	width:30px;
	cursor: pointer;
}

.ham_logo{
	display: block;
	width:80%;
	max-width: 370px;
	margin:50px auto 0;
}

@media screen and (max-width:600px) {
	.ham_nav > li a{
		font-size: 14px;
		padding-left: 0;
	}
}

header{
	position: fixed;
	top:0;
	left: 0;
	z-index: 10;
	width:100%;
	height: 56px;
	background: #fff;
	display: flex;
	align-items: center;
	padding-left: 20px;
}

.header{
	width:100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.h_logo{
	width:34px;
}

.h_logo img:nth-of-type(2){
	display: none;
}

.h_r{
	width:calc( 100% - 34px );
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.h_r1{
	width:calc( 100% - 300px );
}

.h_nav{
	width:100%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.h_nav li{
	margin-left: 40px;
	line-height: 1.2;
}

.h_nav li a{
	color:#000;
	text-decoration: none;
}

.h_nav li a:hover{
	opacity: 0.6;
}

.h_r2{
	width: 300px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.h_lang{
	width:160px;
	margin-left: 30px;
	position: relative;
}

.h_lang_btn{
	width:100%;
	height: 56px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 500;
	background: #000;
	color:#fff;
	position: relative;
	z-index: 2;
}

.h_lang_list{
	width:100%;
	position: absolute;
	top:100%;
	left: 0;
	padding:15px 10px;
	background: #fff;
	z-index: 1;
	opacity: 0;
	transition: .3s;
	transform: scaleY(0);
	transform-origin: top;
}

.h_lang:hover .h_lang_list{
	transform: scaleY(1);
	opacity: 1;
}

.h_lang_list a{
	display: block;
	color:#000;
	text-decoration: none;
	font-size: 12px;
	line-height: 1;
	font-weight: 500 !important;
	text-align: center;
}

.h_lang_list a + a{
	margin-top: 12px;
}

.h_lang_list a:hover{
	opacity: 0.6;
}

.h_sns{
	display: flex;
}

.h_sns a{
	display: block;
	width:26px;
	margin-left: 10px;
}

.h_sns a:hover{
	opacity: 0.6;
}

@media screen and (max-width:1320px) {
	.h_r1{
		width:calc( 100% - 270px );
	}
	
	.h_r2{
		width:270px;
	}
	
	.h_nav li{
		margin-left: 20px;
	}
	
	.h_lang{
		margin-left: 20px;
	}
}

@media screen and (max-width:1150px) {
	body{
		padding-top: 100px;
	}
	
	header{
		height: 100px;
		padding-left: 10px;
	}
	
	.h_r{
		display: none;
	}
	
	.ham_btn{
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
	.h_logo{
		width:auto;
	}

	.h_logo img:nth-of-type(1){
		display: none;
	}

	.h_logo img:nth-of-type(2){
		display: block;
		height: 60px;
	}
}

.top_main{
	width:100%;
	height: calc( 100svh - 56px );
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.top_main_logo{
	width:80%;
	max-width: 730px;
	position: relative;
	z-index: 2;
}

.top_main_logo img{
	display: block;
}

.top_main_mov{
	position: absolute;
	top:0;
	left: 0;
	right: 0;
	bottom: 0;
	width:100%;
	height: 100%;
	object-fit: cover;
}

.top_main_news{
	width:290px;
	position: absolute;
	right: 0;
	bottom:8svh;
}

.top_main_news_h{
	width:100%;
	height: 30px;
	background: #727171;
	display: flex;
	align-items: center;
	padding-left: 10px;
}

.top_main_news_h img:nth-of-type(1){
	display: block;
	width:16px;
	margin-right: 15px;
	cursor: pointer;
}

.top_main_news_h img:nth-of-type(2){
	display: block;
	height: 10px;
}

.top_main_news_box{
	width:100%;
	min-height: 60px;
	padding:10px 30px;
	background: #fff;
	display: flex;
	align-items: center;
}

@media screen and (max-width:1050px) {
	.top_main{
		height: calc( 100svh - 100px );
	}
}

@media screen and (max-width:600px) {
	.top_main_logo{
		display: none;
	}
	
	.top_main_news{
		right: auto;
		left: 50%;
		transform: translateX(-50%);
	}
}

.heading1{
	max-width: 700px;
	padding:0 10px;
	margin:0 auto 30px;
}

.uta{
	background: url("images/bg1.webp") no-repeat center/cover;
	padding:50px 0 200px;
}

.kamo{
	background: url("images/bg2.webp") no-repeat 30% center;
	background-size: cover;
	padding:100px 0 80px;
}

.kamo .heading1{
	margin-bottom: 70px;
}

.scr_text_wrap{
	max-width: 750px;
	margin:0 auto;
}

.scr_text_wrap > img{
	display: block;
	width:100%;
}

.scr_text{
	background: #000;
	padding:50px 20px;
}

.scr_text_box{
	display: block;
	width:100%;
	height: 340px;
	padding:0 20px;
	color:#fff;
	font-size: 18px;
	line-height: 2.2;
	font-family: "Zen Antique", serif;
}

.scr_text_box p{
}

.simplebar-track.simplebar-vertical {
	background:#000;/*バーの背景色*/
	width:4px !important;/*バーの太さ*/
}

.simplebar-scrollbar{
	background:#fff;/*バーの色*/
	width:4px;
}

.kamo_btn{
	width:100%;
	max-width:340px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: url("images/kamo_btn.svg") no-repeat center/contain;
	color:#fff;
	text-decoration: none;
	font-size: 16px;
	line-height: 1.2;
	font-weight: 500;
	margin:60px auto 0;
}

.kamo_btn:hover{
	background-image: url("images/kamo_btn_hov.svg");
	color:#000;
}

@media screen and (max-width:600px) {
	.uta{
		padding-bottom: 100px;
	}
	
	.kamo{
		padding: 80px 0 60px;
	}
	
	.scr_text{
		padding: 30px 20px;
	}
	
	.scr_text_box{
		padding: 0 20px;
		font-size: 16px;
		line-height: 2.2;
	}
	
	.kamo_btn{
		width:300px;
		height: 54px;
		font-size: 14px;
		margin-top: 50px;
	}
}

.mov{
	background: #000;
	padding:60px 0;
}

.yt_box {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.yt_box iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

@media screen and (max-width:600px) {
	.mov{
		padding:40px 0;
	}
}

.scroll_container {
	height: 300dvh;
}
 
.sticky_wrap {
	overflow: hidden;
	position: sticky;
	top: 0;
	height: 100dvh;
}
 
.horizontal_scroll {
	position: absolute;
	top: 0;
	height: 100%;
	width: 300vw;
	will-change: transform;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.pro_box{
	width:100vw;
	height: 100dvh;
	display: flex !important;
	justify-content: center;
	align-items: center;
	padding:20px;
}

.pro_box1{
	background: url("images/bg3.webp") no-repeat center/cover;
}

.pro_box2{
	background: url("images/bg4.webp") no-repeat center/cover;
}

.pro_box3{
	background: url("images/bg5.webp") no-repeat center/cover;
}

.pro_box_text1{
	width:100%;
	max-width: 660px;
}

.pro_box_text2{
	max-width: 760px;
	opacity: 0;
	transition: 1s;
}

.pro_box_h{
	position: relative;
	margin-bottom: 30px;
}

.pro_box_h div{
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	width:33.3333333333333%;
	min-height: 20%;
	background: #000;
	clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
	color:#fff;
	line-height: 1.2;
	font-weight: 500;
	padding:5px;
	position: absolute;
	top:74%;
	right:8%;
}

.pro_box_p{
	font-size: 18px;
	line-height: 2;
	color:#fff;
}

.pro_slider .slick-prev{
	display: none !important;
}

.pro_slider .slick-next{
	width:90%;
	max-width: 640px;
	height: 30px;
	transform: none;
	position: absolute;
	top:auto;
	right:auto;
	left: 50%;
	bottom:50px;
	transform: translateX(-50%);
	z-index: 5;
	display: flex;
	justify-content: center;
	align-items: center;
	animation: blinking 1.5s ease-in-out infinite alternate;
}

.pro_slider .slick-next::before{
	content: "";
	width:100%;
	height: 100%;
	background: url("images/pro_ar.svg") no-repeat center/contain;
	opacity: 1;
}

@keyframes blinking {
	0%   { opacity: 0; }
	70%   { opacity: 1; }
	100% { opacity: 1; }
}

@media screen and (max-width:600px) {
	.pro_box{
		padding-top: 120px;
	}
	
	.pro_box_h div{
		font-size: 2.4vw;
	}
	
	.pro_box_p{
		font-size: 14px;
	}
	
	.pro_box_text2{
		max-height: 100%;
		overflow-y: auto;
	}
}

@media screen and (max-height:600px) {
	.pro_box_p{
		font-size: 12px;
	}
}

@media screen and (max-width:600px) {
	.pro_slider .slick-next{
		width:80%;
		bottom: 30px;
	}
}

.ol{
	background: #000;
	color:#fff;
	padding: 0 0 150px;
}

.ol1_wrap{
	display: flex;
	justify-content: flex-end;
	margin-top: -1px;
}

.ol1{
	width:100%;
	max-width: calc( ( 100% - 1040px ) / 2 + 1040px );
	padding:60px 20px;
	position: relative;
}

.ol1_text{
	width:550px;
	padding-right: 30px;
}

.ol1_text_box + .ol1_text_box{
	margin-top: 50px;
}

.ol_h{
	font-size: 18px;
	margin-bottom: 10px;
}

.ol1_img{
	width:calc( 100% - 550px );
	height:100%;
	position: absolute;
	top:0;
	right: 0;
	bottom:0;
	background: url("images/ol1.webp") no-repeat center/cover;
}

.ol2{
	max-width: 1040px;
	padding:0 20px;
	margin:60px auto 0;
}

.ol2 .ol_h{
	margin-bottom: 30px;
}

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

.ol2_box{
	width:48%;
	margin-bottom: 40px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.ol2_box_text{
	width:60%;
	padding-right: 20px;
}

.ol2_box_h{
	margin-bottom: 10px;
}

.ol2_box_img{
	width:40%;
}

.ol2_box2{
	width:100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.ol2_box2_text{
	width:52%;
	padding-right: 20px;
}

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

.ol2_box2_text_p p{
	width:48%;
}

.ol2_box2_img{
	width:48%;
}

.ol2_box2_sp{
	display: none;
}

@media screen and (max-width:950px) {
	.ol1_text{
		width:60%;
		padding-right: 20px;
	}
	
	.ol1_img{
		width:40%;
	}
}

@media screen and (max-width:600px) {
	.ol{
		padding-bottom: 100px;
	}
	
	.ol1{
		padding:30px 20px;
	}
	
	.ol1_text{
		padding-right: 20px;
	}
	
	.ol2{
		margin-top: 40px;
	}
	
	.ol2_box{
		width:100%;
	}
	
	.ol2_box2_text{
		width:100%;
		display: none;
	}
	
	.ol2_box2_img{
		width:100%;
	}
	
	.ol2_box2_sp{
		display: block;
		margin-bottom: 40px;
	}
	
	.ol2_box2_sp .ol2_box2_text{
		display: block;
	}
}

.fea{
	max-width: 1000px;
	margin:0 auto;
	padding:120px 0;
}

.fea1{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.fea_box1{
	width:55%;
}

.fea_box1_img{
	width:100%;
	height: 360px;
	background: url("images/fea1.webp") no-repeat center/cover;
}

.fea_box1_text{
	margin:0 auto;
	max-width: 410px;
	padding:30px 10px 45px;
}

.fea_box1_text_sp{
	display: none;
	margin:0 auto;
	max-width: 410px;
	padding:30px 10px 45px;
}

.fea_box2{
	width:41%;
}

.fea_box2_img{
	width:100%;
	height: 320px;
	background: url("images/fea2.webp") no-repeat center/cover;
}

.fea_box2_text{
	padding:54px 10px;
	padding-left: 0;
	max-width: 400px;
}

.fea_box2_sp{
	display: none;
	width:52%;
}

.fea_box2_sp_img{
	width:100%;
	height: auto;
	padding-top: 85%;
	background: url("images/fea2.webp") no-repeat center/cover;
}

.fea_box2_sp_text{
	padding: 15px 15px 0;
	padding-left: 0;
	max-width: 270px;
}

.fea2{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-top: -15px;
	margin-bottom: 60px;
}

.fea_box3_wrap{
	width:34%;
}

.fea_box3_img{
	width:100%;
	height: 390px;
	background: url("images/fea3.webp") no-repeat center/cover;
}

.fea_box4{
	width:62%;
}

.fea_box4_img{
	width:100%;
	height: 280px;
	background: url("images/fea4.webp") no-repeat 80% center;
	background-size: cover;
}

.fea3{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.fea_box5{
	width:41%;
}

.fea_box5_img{
	width:100%;
	height: 320px;
	background: url("images/fea5.webp") no-repeat 80% center;
	background-size: cover;
}

.fea_box5_text{
	padding:40px 10px 0;
	max-width: 410px;
}

.fea_box5_text_sp{
	display: none;
}

.fea_box6{
	width:55%;
}

.fea_box6_img{
	width:100%;
	height: 360px;
	background: url("images/fea6.webp") no-repeat 10% center;
	background-size: cover;
}

.fea_box6_text{
	display: table;
	max-width: 400px;
	padding:20px 10px 30px 0;
}

.fea_box6_text_sp{
	display: none;
}

@media screen and (max-width:600px) {
	.fea_box1{
		width:86%;
	}
	
	.fea_box1_text{
		display: none;
	}
	
	.fea_box1_text_sp{
		display: block;
	}
	
	.fea_box1_img{
		height: auto;
		padding-top: 75%;
	}
	
	.fea_box2{
		display: none;
	}
	
	.fea2{
		display: block;
		margin-top: 5px;
		margin-bottom: 50px;
	}
	
	.fea_box3_wrap{
		width:100%;
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}
	
	.fea_box3{
		width:44%;
	}
	
	.fea_box3_img{
		width:100%;
		height: auto;
		padding-top:130%;
	}
	
	.fea_box2_sp{
		display: block;
	}
	
	.fea_box4{
		width:90%;
		margin:50px auto 0;
	}
	
	.fea_box4_img{
		height: auto;
		padding-top: 56.25%;
	}
	
	.fea3{
		justify-content: flex-end;
		flex-wrap: wrap;
	}
	
	.fea_box5{
		width:100%;
		display: flex;
		justify-content: space-between;
		margin-bottom: 50px;
	}
	
	.fea_box5_img{
		width:54%;
		height: auto;
	}
	
	.fea_box5_img::before{
		display: block;
		content:"";
		width:100%;
		padding-top: 86%;
	}
	
	.fea_box5_text{
		display: none;
	}
	
	.fea_box5_text_sp{
		display: block;
		width:46%;
		padding:0 10px;
	}
	
	.fea_box6{
		width:86%;
	}
	
	.fea_box6_img{
		height: auto;
	}
	
	.fea_box6_img::before{
		display: block;
		content:"";
		width:100%;
		padding-top: 70%;
	}
	
	.fea_box6_text{
		display: none;
	}
	
	.fea_box6_text_sp{
		display: block;
		padding:15px 10px 0;
	}
}
.cd{
	margin-bottom: 150px;
}

.cd_h{
	width:100%;
	height: 100dvh;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	background: url("images/cd_h_bg.webp") no-repeat center/cover;
	color:#fff;
	padding:20px;
}

.cd_h > div{
	width:100%;
	max-width: 640px;
}

.cd_h > div img{
	width:100%;
	max-width: 580px;
}

.cd_h > div div{
	width:100%;
	height: 1px;
	background: #fff;
	margin:20px 0;
}

.cd_h > div p{
	font-size: 30px;
	line-height: 1.2;
	font-weight: 500;
}

.cd_slider{
	max-width: 1000px;
	margin:0 auto;
	padding-bottom: 80px;
}

.cd_slider .slick-prev{
	width:24px;
	height: 24px;
	background: url("images/slide_l.svg") no-repeat center/contain;
	left: auto;
	top:auto;
	right:50%;
	margin-right: 10px;
	bottom:0;
}

.cd_slider .slick-prev::before{
	display: none;
}

.cd_slider .slick-next{
	width:24px;
	height: 24px;
	background: url("images/slide_r.svg") no-repeat center/contain;
	left: 50%;
	top:auto;
	right:auto;
	margin-left: 10px;
	bottom:0;
}

.cd_slider .slick-next::before{
	display: none;
}

@media screen and (max-width:600px) {
	.cd{
		margin-bottom: 100px;
	}
	
	.cd_h{
		height: 350px;
	}
	
	.cd_h > div div{
		margin:4% 0;
	}
	
	.cd_h > div p{
		font-size: 5.6vw;
	}
	
	.cd_slider{
		padding-bottom: 60px;
	}
}

.cf_btn{
	height: 500px;
	position: relative;
	background: none;
	text-decoration: none;
	overflow: hidden;
	margin-bottom: 0 !important;
}

.cf_btn > div{
	position: relative;
	z-index: 2;
}

.cf_btn > div img{
	max-width: 520px;
}

.cf_btn > .cf_btn_img{
	position: absolute;
	top:0;
	left: 0;
	right:0;
	bottom: 0;
	z-index: 1;
	width:100% !important;
	max-width: 100% !important;
	height: 100%;
	background: url("images/cf_h_bg.webp") no-repeat center/cover;
	transition: .6s;
}

.cf_btn:hover > .cf_btn_img{
	transform: scale(1.2);
}

@media screen and (max-width:600px) {
	.cf_btn{
		height: 250px;
	}
}

.acs_bg{
	background: #efefef;
	margin-bottom: 100px;
}

.acs_wrap{
	height: 650px;
	position: relative;
	padding:90px 20px 0;
	background: url("images/acs_bg.webp") no-repeat right center;
	background-size: 50% auto;
}

.acs{
	position: relative;
	z-index: 2;
	max-width: 1000px;
	margin:0 auto;
}

.acs_text{
	display: block;
	width:50%;
	max-width: 450px;
}

@media screen and (max-width:1200px) {
	.acs_wrap{
		background-size: 70% auto;
	}
}

@media screen and (max-width:600px) {
	.acs_wrap{
		height: 120vw;
		background: url("images/acs_bg_sp.webp") no-repeat right bottom;
		background-size: 80% auto;
		padding-top: 15%;
	}
	
	.acs_text{
		width:70%;
	}
}

.spot{
	max-width: 1040px;
	padding:0 20px;
	margin:0 auto 80px;
}

.spot_h{
	font-size: 20px;
	line-height: 1;
	text-align: center;
	margin-bottom: 60px;
}

.golf .spot_h{
	margin-bottom: 30px;
}

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

.spot_box{
	width:32%;
	margin-bottom: 90px;
	font-size: 12px;
	line-height: 1.7;
}

.spot_box_h{
	font-size: 16px;
	line-height: 1.3;
	text-align: center;
	margin:20px 0 15px;
}

.golf_list{
	padding:40px 20px;
	background: #000;
	color:#fff;
}

.golf_list p{
	max-width: 920px;
	margin:0 auto;
}

@media screen and (max-width:600px) {
	.spot_h{
		margin-bottom: 40px;
	}
	
	.spot_box{
		width:48%;
		margin-bottom: 60px;
	}
	
	.golf_list{
		padding:30px 20px;
	}
}

.ft_map {
	position: relative;
	padding-bottom: 480px;
	height: 0;
	overflow: hidden;
}

.ft_map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

.ft_btn{
	max-width: 740px;
	padding:0 20px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin:60px auto 80px;
}

.ft_btn .btn1{
	width:48%;
}

.btn1{
	width:100%;
	max-width: 330px;
	height: 60px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #000;
	border-radius: 100px;
	color:#fff;
	text-decoration: none;
	font-size: 16px;
	line-height: 1.2;
	padding:0 20px 0 40px;
}

.btn1:hover{
	transition: .3s;
	transform: scale(0.9);
}

.btn1 img{
	width:36px;
	display: block;
}

@media screen and (max-width:600px) {
	.ft_btn{
		justify-content: center;
	}
	
	.ft_btn .btn1{
		width:100%;
	}
	
	.ft_btn .btn1 + .btn1{
		margin-top: 20px;
	}
}

.ft1{
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1040px;
	padding:0 20px;
	margin:0 auto;
}

.ft_logo{
	display: block;
	max-width: 360px;
	width:40%;
}

.ft_nav{
	width:57%;
	max-width: 460px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: space-between;
}

.ft_nav > li{
	width:32%;
	line-height: 1.2;
}

.ft_nav > li:nth-of-type(-n+3){
	margin-bottom: 24px;
}

.ft_nav > li > a{
	color:#000;
	text-decoration: none;
	font-weight: 500;
	font-size: 12px;
	line-height: 1.2;
}

.ft_nav > li a:hover{
	opacity: 0.6;
}

.ft_nav > li > a span{
	display: inline-block;
}

.ft_sns{
	display: flex;
}

.ft_sns a + a{
	margin-left: 10px;
}

.ft_sns img{
	display: block;
	width:40px;
}

.ft_line{
	width:calc( 100% - 40px );
	height: 1px;
	background: #000;
	margin:25px auto;
}

.ft2{
	width:100%;
	max-width: 1040px;
	padding:0 20px;
	margin:0 auto 40px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	font-size: 12px;
}

.ft2_1{
	width:68%;
	display: flex;
	align-items: flex-start;
}

.ft2_1 > p{
	width:110px;
	transform: translateY(50%);
}

.ft2_1 > div{
	width:calc( 100% - 110px );
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
}

.ft2_1 > div > p{
	width:49%;
}

.ft2_2{
	width:28%;
	display: flex;
	align-items: flex-start;
}

.ft2_2 > p:nth-of-type(1){
	width:60px;
	transform: translateY(50%);
}

.ft2_2 > p:nth-of-type(2){
	width:60px;
	width:calc( 100% - 60px );
}

.copy_r{
	width:100%;
	height: 58px;
	background: #000;
	color:#fff;
	text-align: center;
	font-size: 12px;
	line-height: 1.2;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 500;
}

/* 20251217fix */

.ft2_1{
	width:48%;
}

.ft2_1 > div > p{
	width:100%;
}

.ft2_2{
	width:48%;
}

/* 20251217fix end */

@media screen and (max-width:600px) {
	.ft1{
		justify-content: center;
	}
	
	.ft_nav{
		display: none;
	}
	
	.ft_logo{
		width:90%;
		max-width: 450px;
	}
	
	.ft2{
		justify-content: center;
	}
	
	.ft2_1 , .ft2_2{
		width:100%;
		max-width: 400px;
	}
	
	.ft2_1 > p{
		width:104px;
	}
	
	.ft2_1 > div{
		width:calc( 100% - 104px );
	}
	
	.ft2_1 > div > p{
		width:100%;
	}
	
	.ft2_1 > div > p + p{
		margin-top: 20px;
	}
	
	.ft2_2{
		margin-top: 20px;
	}
	
	.ft2_2 > p:nth-of-type(1){
		width:104px;
		text-align: center;
		padding-right: 4px;
	}
	
	.ft2_2 > p:nth-of-type(2){
		width:calc( 100% - 104px );
	}
}

.cf_h:hover .cf_btn_img{
	transform: none;
}

.cf_bg{
	background: #efefef;
	padding:90px 20px 120px;
}

.cf_wrap{
	max-width: 820px;
	margin:0 auto;
}

.cf_box + .cf_box{
	margin-top: 100px;
}

.cf_box_h{
	width:100%;
	max-width: 540px;
	margin:0 auto 80px;
}

.cf_box_h > div{
	width:100%;
	height: 40px;
	background: #000;
	display: flex;
	justify-content: center;
	align-items: center;
	color:#fff;
	font-size: 20px;
	line-height: 1.2;
	font-weight: 500;
	text-align: center;
	margin-top: -1px;
}

.cf_box_h::before{
	content:"";
	display: block;
	clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
	background: #000;
	width:100%;
	height: 20px;
}

.cf_box_h::after{
	content:"";
	display: block;
	clip-path: polygon(50% 100%, 0 0, 100% 0);
	background: #000;
	width:100%;
	height: 20px;
	margin-top: -1px;
}

.cf_box_text{
	font-size: 16px;
}

.cf_box_text + .cf_box_text{
	margin-top: 50px;
}

.cf_box_text_h{
	margin-bottom: 10px;
}

.cf_hikiwatashi{
	width:100%;
	height: 80px;
	background: #c9a063;
	color:#fff;
	font-size: 20px;
	line-height: 1.4;
	text-align: center;
	font-weight: 500;
	display: flex;
	justify-content: center;
	align-items: center;
	padding:0 20px;
}

.cf_hikiwatashi span{
	display: inline-block;
}

.cf_hikiwatashi + p{
	font-size: 12px;
	line-height: 1.3;
	margin-top: 10px;
	text-align: center;
}

.cf_hikiwatashi + p span{
	display: inline-block;
}

@media screen and (max-width:600px) {
	.cf_bg{
		padding:60px 20px 80px;
	}
	
	.cf_box + .cf_box{
		margin-top: 70px;
	}
	
	.cf_box_h{
		margin-bottom: 50px;
	}
	
	.cf_box_text + .cf_box_text{
		margin-top: 40px;
	}
}

/* move */

.move_fade{
	opacity: 0;
	transition: 1s;
}

.move_fade.move_on{
	opacity: 1;
}

/* move end */

html[lang="en"] .cd_h > div p{
	display: none;
}

.page_link{
	pointer-events: none;
	padding-top: 90px;
	margin-top: -90px;
}

@media screen and (max-width:1050px) {
	.page_link{
		padding-top: 130px;
		margin-top: -130px;
	}
}

/*  */
@media screen and (max-width:600px) {
	.heading1{
		width:90%;
	}
	
	.kamo .heading1{
		margin-bottom: 50px;
	}
	
	.scr_text_box p{
		font-size: 14px;
	}
	
	.ol{
		font-size: 12px;
	}
	
	.ol_h{
		font-size: 16px;
	}
	
	.cd_h > div{
		width:90%;
	}
	
	.cd_h > div p{
		font-size: 4.8vw;
	}
}

.cd_box_wrap2{
	position: relative;
	max-width: 1000px;
	margin:0 auto;
}

.cd_box_wrap{
	width:100%;
	transition: .3s;
}

.cd_box_b , .cd_box_c{
	opacity: 0;
	position: absolute;
	top:0;
	left: 0;
	pointer-events: none;
}

.cd_box{
	max-width: 1000px;
	background: #efefef;
	margin:0 auto;
	padding:150px 0 100px;
}

.cd_box_h{
	display: flex;
	justify-content: center;
	margin:0 auto 70px;;
}

.cd_box_h img{
	display: block;
	height: 32px;
}

.cd_box_img{
	display: block;
	width:90%;
	max-width: 700px;
	margin:0 auto;
}

.cd_box_slider{
	padding-bottom: 50px;
	margin-bottom: 80px !important;
}

.cd_box_slide{
	padding:0 4px;
}

.cd_box_slide img{
	display: block;
	width:100%;
}

.cd_box_slider .slick-dots{
	display: flex;
	justify-content: center;
	align-items: center;
	bottom:0;
}

.cd_box_slider .slick-dots li{
	width:10px;
	height: 10px;
	border-radius: 10px;
	padding: 0;
	margin: 0 4px;
}

.cd_box_slider .slick-dots li button{
	width:10px;
	height: 10px;
	border-radius: 10px;
	padding: 0;
	margin: 0;
	background: #9fa0a0;
}

.cd_box_slider .slick-dots .slick-active button{
	background: #000;
}

.cd_box_slider .slick-dots li button:before{
	display: none;
}

.cd_box_nav{
	width:90%;
	max-width: 400px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 60px auto 0;
}

.cd_box_nav li{
	width:22px;
	margin:0 15px;
	cursor: pointer;
}

@media screen and (max-width:600px) {
	.cd_box{
		padding:90px 0;
	}
	
	.cd_box_h{
		margin-bottom: 50px;
	}
	
	.cd_box_h img{
		height: 24px;
	}
	
	.cd_box_slider{
		padding-bottom: 36px;
		margin-bottom: 60px !important;
	}
	
	.cd_box_nav{
		margin-top: 40px;
	}
}

.cf_btn_top{
	padding-top: 100px;
}

.cd_h .kamo_btn{
	transition: .4s;
	margin-top: 30px;
}

.cd_h .kamo_btn p{
	font-size: 16px;
	line-height: 1.2;
}

.cd_h:hover .kamo_btn{
	background-image: url("images/kamo_btn_hov.svg");
	color:#000;
}

@media screen and (max-width: 600px) {
	.cf_btn_top{
		padding-top: 50px;
	}
	
	.cd_h .kamo_btn{
		width:100%;
		max-width: 300px;
		margin-top: 20px;
	}
}

/* 12/4 fix */

.ol2_box{
	align-items: stretch !important;
}

.ol2_box_text{
	width:62%;
}

.ol2_box_img{
	object-fit: cover;
	width:38%;
}

.ol2_box:nth-of-type(3) .ol2_box_img{
	object-position: 30% center;
}

.ol2_box:nth-of-type(4) .ol2_box_img{
	object-position: 20% center;
}

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

	.ol2_box{
		width:50%;
		margin:0;
	}

	.ol2_box:nth-of-type(odd){
		padding-right: 20px;
		border-right: 0.5px solid #fff;
	}

	.ol2_box:nth-of-type(2n){
		padding-left: 20px;
	}
	
	.ol2_box:nth-of-type(1) , .ol2_box:nth-of-type(2){
		padding-bottom: 20px;
		position: relative;
	}
	
	.ol2_box:nth-of-type(1)::before{
		content:"";
		display: block;
		width:calc( 100% - 20px );
		height: 0.5px;
		background: #fff;
		position: absolute;
		bottom:0;
		left: 0;
	}
	
	.ol2_box:nth-of-type(2)::before{
		content:"";
		display: block;
		width:calc( 100% - 20px );
		height: 0.5px;
		background: #fff;
		position: absolute;
		bottom:0;
		right: 0;
	}
	
	.ol2_box:nth-of-type(3) , .ol2_box:nth-of-type(4){
		padding-top: 20px;
	}
	
	.ol2_box2{
		margin-top: 20px;
		padding-top: 20px;
		border-top: 0.5px solid #fff;
	}
	
	.ol2_box2_img_sp{
		display: none;
	}
}

@media screen and (max-width: 600px) {
	.ol2_box{
		padding-bottom: 20px;
		margin-bottom: 20px;
		border-bottom: 0.5px solid #fff;
	}
	
	.ol2_box2{
		align-content: stretch;
	}
	
	.ol2_box2_text{
		display: block;
		width:62%;
	}

	.ol2_box2_img{
		display: none;
	}
	
	.ol2_box2_img_sp{
		width:38%;
		height: 100%;
		position: relative;
	}
	
	.ol2_box2_img_sp > div{
		width:100%;
		height: 48%;
	}
	
	.ol2_box2_img_sp > div:nth-of-type(1){
		position: absolute;
		top:0;
		left: 0;
		background: url("images/ol2_box2_img_sp1.webp") no-repeat center/cover;
	}
	
	.ol2_box2_img_sp > div:nth-of-type(2){
		position: absolute;
		bottom:0;
		left: 0;
		background: url("images/ol2_box2_img_sp2.webp") no-repeat center 20%;
		background-size: cover;
	}
	
	.ol2_box2_text_p{
		flex-wrap: wrap;
	}
	
	.ol2_box2_text_p p{
		width:100%;
	}
	
	.ol2_box2_text_p p:nth-of-type(2){
		margin-top: 10px;
	}
}

.pote_wrap{
	background: #efefef;
}

.pote{
	padding:80px 0 150px;
	max-width: 770px;
	margin:0 auto;
}

.pote .cf_box_h{
	width:calc( 100vw - 40px );
}

.pote_h .cf_btn_img{
	background: url("images/pote_h_bg.webp") no-repeat center/cover;
}

.pote_h > div img{
	max-width: 610px;
}

.pote_box{
	font-size: 18px;
	line-height: 1.8;
	font-weight: 400;
}

.pote_box + .pote_box{
	margin-top: 100px;
}

.pote_box_text{
	width:calc( 100vw - 40px );
	max-width: 100%;
	margin:0 auto;
}

.pote_box_h{
	font-size: 24px;
	line-height: 1.6;
	font-weight: 500;
	text-align: center;
	margin-bottom: 60px;
}

.pote_box_h span{
	display: inline-block;
}

.pote_img1{
	width:100%;
	height: 310px;
	background: url("images/pote1.webp") no-repeat 30% center;
	background-size: cover;
	margin-top: 60px;
}

.pote_img2{
	display: block;
	width:100%;
	max-width: 520px;
	margin: 60px auto 0;
}

.pote_last_text{
	width:calc( 100vw - 40px );
	max-width: 100%;
	font-size: 32px;
	line-height: 1.6;
	font-weight: 500;
	text-align: center;
	margin: 90px auto 0;
}

.pote_last_text span{
	display: inline-block;
}

.pote_tbl{
	width:calc( 100vw - 20px );
	max-width: 600px;
	margin:60px auto 0;
}

.pote_tbl_h{
	font-size: 18px;
	line-height: 1.6;
	font-weight: 500;
	text-align: center;
	margin-bottom: 25px;
}

.pote_tbl_h span{
	display: inline-block;
}

.pote_tbl table{
	width:100%;
	border-bottom: 1px solid #231815;
}

.pote_tbl table th , .pote_tbl table td{
	background: #fff;
	border-top: 1px solid #231815;
	border-left: 1px solid #231815;
	height: 50px;
	vertical-align: middle;
}

.pote_tbl table th:nth-of-type(1){
	border-left: 0;
	text-align: center;
}

.pote_tbl table td:nth-of-type(1){
	padding-left: 20px;
}

.pote_tbl table th:nth-of-type(3) , .pote_tbl table td:nth-of-type(2){
	text-align: center;
}

.pote_tbl table tr:nth-of-type(2) th , .pote_tbl table tr:nth-of-type(2) td{
	background: #e6e6e6;
}

.pote_tbl table tr:nth-of-type(1) th{
	text-align: center;
	height: 22px;
	font-size: 14px;
}

.pote_tbl table + p{
	text-align: right;
	font-size: 10px;
	margin-top: 6px;
}

@media screen and (max-width: 600px) {
	.pote{
		padding-bottom: 100px;
	}
	
	.pote .cf_box_h > div{
		font-size: 18px;
	}
	
	.pote_box{
		font-size: 16px;
	}
	
	.pote_box + .pote_box{
		margin-top: 70px;
	}
	
	.pote_box_h{
		font-size: 22px;
		margin-bottom: 40px;
	}
	
	.pote_tbl{
		margin-top: 50px;
	}
	
	.pote_tbl_h{
		font-size: 16px;
	}
	
	.pote_last_text{
		font-size: 26px;
		margin-top: 60px;
	}
}

/* 12/4 fix end */


/* 12/16 fix */

.cd_img1{
	display: block;
	width: 100%;
	max-width: 1000px;
	margin:100px auto 60px;
}

.cd_img2{
	display: block;
	width: 100%;
	max-width: 1000px;
	margin:0 auto 100px;
}

.cd_box_spec{
	max-width: 640px;
	padding:0 20px;
	margin:100px auto 0;
}

.cd_box_spec .cf_box_h{
	width:220px;
	margin-bottom: 50px;
}

.cd_box_spec .cf_box_h > div{
	height: 20px;
	font-size: 14px;
	margin-top: -0.5px;
}

.cd_box_spec .cf_box_h::before{
	height: 10px;
}

.cd_box_spec .cf_box_h::after{
	height: 10px;
	margin-top: -0.5px;
}

.cd_box_spec table{
	width:100%;
	font-size: 12px;
	line-height: 1.5;
	font-weight: 400;
	border-top: 1px solid #000;
}

.cd_box_spec table th , .cd_box_spec table td{
	background: #fff;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	padding:5px 15px;
}

.cd_box_spec table td:nth-of-type(1){
	text-align: center;
}

@media screen and (max-width: 600px) {
	.cd_img1{
		margin:60px auto 40px;
	}
	
	.cd_img2{
		margin-bottom: 60px;
	}
	
	.cd_box_spec{
		margin-top: 60px;
	}
	
	.cd_box_spec .cf_box_h{
		margin-bottom: 30px;
	}
	
	.cd_box_spec table th , .cd_box_spec table td{
		padding:5px 10px;
	}
}

/* 12/16 fix end */


/* 12/17 fix */

.cd_box_nav{
	display: none;
}

.cd_box_tab_wrap{
	max-width: 1000px;
	margin:0 auto;
}

.cd_box_tab_ft{
	display: flex;
	justify-content: flex-end;
}

.cd_box_tab{
	width:100%;
	max-width: 690px;
	display: flex;
	justify-content: space-between;
}

.cd_box_tab a{
	display: flex;
	justify-content: center;
	align-items: center;
	width:32%;
	height: 40px;
	background: #000;
	color:#fff;
	font-size: 16px;
	line-height: 1;
	text-decoration: none;
	font-weight: 500;
}

.cd_box_tab a:hover{
	opacity: 0.6;
}

.cd_box_tab_h a{
	border-radius: 100px 0 0 0;
}

.cd_box_tab_ft a{
	border-radius: 0 0 100px 0;
}

@media screen and (max-width: 600px) {
	.cd_box_tab a{
		height: 32px;
		font-size: 14px;
	}
}

/* 12/17 fix end */

























