@charset "utf-8";

/* eyeCatch */
.topWrap{
	background-attachment: fixed;
	aspect-ratio: 1920/1080;
	background-image: url(../images/top/siteBg.svg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.eyeCatch{
	aspect-ratio: 1920/1080;
	width:100%;
	height:auto;
	overflow: hidden;
}
.eyeCatch_wrap{
	position: relative;
	width: 100%;
	height: 100%;
}
.eyeCatch_wrap>video{
	object-fit: cover;
	position: absolute;
	width:100%;
	height: 100%;
	top: 0;
	left: 0;
}
.txt01{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
@media (max-width:768px){
	.eyeCatch,
	.txt01{
		aspect-ratio: 768/900;
	}
}

/* sellingPoint */
.sellingPoint{
	background-color: #43626f;
	border-top: 5px solid transparent;
	border-image: linear-gradient(90deg,#b7a67c 0%,#8d7941 100%);
	border-image-slice: 1;
	padding: 25px 0;
}
.sellingPoint_inner{
	width: 1320px;
	margin: 0 auto;
}
.sellingPoint_inner ul{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.sellingPoint_inner ul li:nth-of-type(odd){
	width: 30%;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.sellingPoint_inner ul li:nth-of-type(even){
	width: 2%;
	display: flex;
	justify-content: space-between;
}
.sellingPoint_inner ul li:nth-of-type(even)>span{
	width:28%;
	height: 86px;
	display: block;
	background: linear-gradient(180deg,#b7a67c 0%,#8d7941 100%);
}
.sellingPoint_inner ul li:nth-of-type(odd)>span{
	font-size: 2em;
	color: #fff;
	display: flex;
	align-items: center;
}
.sellingPoint_inner ul li:nth-of-type(odd)>span>.f_normal{
	font-size: 1em;
}
.pointRow{
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 66px;
}
.big{
	font-size: 1.5em;
}
.big02{
	font-family: "Libre Baskerville", serif;
	color: #b7a67c;
	font-size: 1.6em;
	font-weight: 400;
}
.small{
	font-size: 0.75em;
}
.sellingPoint_inner ul li:nth-of-type(odd)>.en{
	font-size: 1em;
}
.sellingPoint_second{
	background-image: url(../images/top/pointBg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	padding: 25px 0;
}
.sellingPoint_inner02{
	width: 1320px;
	margin: 0 auto;
}
.sellingPoint_second ul{
	display: flex;
	justify-content: center;
}
.sellingPoint_second ul li a{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #fff;
	border-right: 1px solid #fff;
	box-sizing: border-box;
	padding: 0 18px;
	transition:0.5s all;
}
.sellingPoint_second ul li a.eventNone{
	pointer-events: none;
}
.sellingPoint_second ul li a:hover,
.sellingPoint_second ul li a:active{
	opacity:0.5;
	transition:0.5s all;
}
.sellingPoint_second ul li:last-of-type a{
	border-right: none;
}
.sellingPoint_second ul li a>span{
	line-height: 1.4;
	letter-spacing: 0.1em;
}
.sellingPoint_second ul li a>.em{
	font-size: 1.75em;
}
.sellingPoint_second ul li a>.en{
	padding-top: 5px;
}
@media (max-width:1600px){            
	.sellingPoint_inner,
	.sellingPoint_inner02{
		width: 82.5%;
	}
	.sellingPoint_inner ul li:nth-of-type(odd)>span{
		font-size: 1.75em;
	}
	.big{
		font-size: 1.25em;
	}
	.sellingPoint_second ul li a>.em{
		font-size: 1.5em;
	}
}
@media (max-width:1500px){
	.sellingPoint_inner02{
		width: 100%;
	}
}
@media (max-width:1400px){
	.sellingPoint_inner ul li:nth-of-type(odd)>span{
		font-size: 1.5em;
	}
	.sellingPoint_second ul li a>span{
		font-size: 0.8em;
	}
	.sellingPoint_second ul li a>.em{
		font-size: 1.25em;
	}
}
@media (max-width:1200px){            
	.sellingPoint_inner{
		width: 95%;
	}
	.sellingPoint_second ul li a>.em{
		font-size: 1.25em;
	}
}
@media (max-width:992px){            
	.sellingPoint_inner ul,
	.sellingPoint_second ul{
		flex-direction: column;
	}
	.sellingPoint_inner ul li{
		margin-bottom: 15px;
	}
	.sellingPoint_inner ul li:last-of-type{
		margin-bottom: 0px;
	}
	.sellingPoint_inner ul li:nth-of-type(odd) {
		width: 100%;
	}
	.sellingPoint_inner ul li{
		margin-bottom: 15px;
	}
	.sellingPoint_inner ul li:nth-of-type(even) {
		width: 100%;
		display: flex;
		flex-direction: column;
	}
	.sellingPoint_inner ul li:nth-of-type(even)>span {
		width: 100%;
		height: 5px;
		display: block;
		background: linear-gradient(90deg, #b7a67c 0%, #8d7941 100%);
	}
	.sellingPoint_inner ul li:nth-of-type(even)>span:first-of-type,
	.sellingPoint_inner ul li:nth-of-type(even)>span:nth-of-type(2) {
		margin-bottom: 3px;
	}
	.sellingPoint_inner02 {
		width: 90%;
	}
	.sellingPoint_second{
		padding: 10px 0;
	}
	.sellingPoint_second ul li{
		flex-direction: row;
		padding: 15px 0px;		
		border-bottom: 1px solid #fff;
	}
	.sellingPoint_second ul li a{
		border-right: none;
	}
	.sellingPoint_second ul li:last-of-type{
		border-bottom: none;
	}
	.sellingPoint_second ul li>.en{
		padding-top: 0px;
		padding-left: 10px;
	}
}
@media (max-width:768px){            
	.sp_absolute01{
		position: absolute;
		left: 0;
		top: -30%;
		width: 100%;
	}
	.sp_absolute02{
		position: absolute;
		left: 0;
		top: -9%;
		width: 100%;
	}
	.sellingPoint>.sp>ul{
		margin-bottom: 80px;
	}
}
@media (max-width:499px){            
	.sellingPoint_second ul li{
		flex-direction: column;
	}
}

/* mainTxt */
.mainTxt{
	padding: 80px 0;
}
.mainTxt_inner{
	width:1000px;
	margin:0 auto;
	margin-bottom:50px;
}
.mainTxt_inner>p:first-of-type{
	margin-bottom:50px;
}
.mainTxt_inner>p:nth-of-type(2){
	margin-bottom:80px;
}
.mainTxt_inner>p:last-of-type{
	margin-bottom:30px;
}
.top_requestBtn{
	width:500px;
	margin:0 auto;
}
.top_requestBtn p{
	width:100%;
}
.top_requestBtn p a{
	aspect-ratio: 600/100;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.5em;
	letter-spacing: 0.2em;
	color: #fff;
	background-image: url(../images/top/topRequest_btn.svg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.top_requestBtn p a:hover{
	opacity:0.5;
}
@media (max-width:1600px){
	.mainTxt_inner{
		width:62.5%;
	}
}
@media (max-width:1400px){
	.top_requestBtn{
		width:57.14%;
	}
}
@media (max-width:1200px){
	.mainTxt_inner{
		width:750px;
	}
	.mainTxt_inner>p:last-of-type{
		margin-bottom:30px;
	}
}
@media (max-width:992px){
	.mainTxt{
		padding: 50px 0;
	}
}
@media (max-width:768px){
	.mainTxt_inner{
		width:75%;
	}
	.mainTxt_inner>p:first-of-type{
		margin-bottom:25px;
	}
	.mainTxt_inner>p:nth-of-type(2){
		margin-bottom:50px;
	}
	.mainTxt_inner>p:last-of-type{
		margin-bottom:15px;
	}
	.top_requestBtn{
		width:70%;
	}
}
@media (max-width:500px){
	.mainTxt_inner{
		width:90%;
	}
	.top_requestBtn p a{
		font-size: 1.25em;
	}
}
@media (max-width:375px){
	.top_requestBtn{
		width:80%;
	}
}

/* pickUp_row */
.pickUp_row{
	max-width:1100px;
	width:90%;
	margin:0 auto;
}
.pickUp_row ul{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.pickUp_row ul li{
	width:48%;
	margin-bottom:20px;
}
.pickUp_row ul li a{
	transition:0.5s all;
}
.pickUp_row ul li a:hover,
.pickUp_row ul li a:active{
	opacity:0.5;
	transition:0.5s all;
}
@media (max-width:768px){
	.pickUp_row ul li{
		width:100%;
		margin-bottom:10px;
	}
}

/* topConcept_inner */
.topConcept_inner{
	overflow: hidden;
}
.videoWrap{
	width: 100%;
	height: 50vh;
	background-image: url(../images/top/contentBg01.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	display: flex;
}
.videoWrap02{
	width: 100%;
	height: 50vh;
	background-image: url(../images/top/contentBg02.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	display: flex;
}
.videoWrap>video{
	object-fit: cover;
	width: 50%;
	height: 50vh;
}
.videoWrap02>video{
	object-fit: cover;
	width: 50%;
	height: 50vh;
}
.videoTxt_wrap{
	width: 50%;
	height: 50vh;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.videoTxt_wrapInner{
	width: 100%;
	color: #fff;                
}
.videoTxt_wrap>.videoTxt_wrapInner>a{
	width: 100%;
	transition: 0.5s all;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.videoTxt_wrap>.videoTxt_wrapInner>a:hover,
.videoTxt_wrap>.videoTxt_wrapInner>a:active{
	opacity: 0.5;
	transition: 0.5s all;
}
.videoTxt_wrapInner>a>.sizeSmall{
	font-family: "Cormorant Garamond", serif;
	font-size: 1.25em;
	letter-spacing: 0.25em;
	color: #fff;
	margin-bottom: 10px;
}
.videoTxt_wrapInner>a>h4{
	font-family: "Cormorant Garamond", serif;
	font-size: 3em;
	margin-bottom: 15px;
	color: #fff;
	display: inline-block;
	position: relative;
	padding: 0 1em;
}
.videoTxt_wrapInner>a>h4:before,
.videoTxt_wrapInner>a>h4:after{
	content: '';
	width: 15px;
	height: 100%;
	background-image: url(../images/top/deco02.svg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
}
.videoTxt_wrapInner>a>h4:before{
	top: 0;
	left: 0;
}
.videoTxt_wrapInner>a>h4:after{
	top: 0;
	right: 0;
}
.videoTxt_wrapInner>a>p{
	font-size: 1.25em;
	line-height: 1.8;
	color: #fff;
}
.videoTxt_wrapInner>a>.em{
	font-size: 1.75em;
	margin-bottom: 10px;
	display: inline-block;
	position: relative;
}
.videoTxt_wrapInner>a>.em>span{
	position: absolute;
	top: 0;
	right: 0;
}
.videoTxt_wrapInner>a>.en{
	font-size: 1em;
	margin-top: 30px;
}
.zoom-in {
	transform: scale(1.5);
	opacity: 0;
	transition: transform 3s, opacity 3s;
}
.zoom-in.active {
	transform: scale(1);
	opacity: 1;
}
@media (max-width:1600px){
	.videoTxt_wrapInner>a>h4{
		font-size: 3.5em;
	}
}
@media (max-width:1400px){
	.videoTxt_wrapInner>a>h4{
		font-size: 3em;
	}
}
@media (max-width:1200px){
	.videoTxt_wrapInner>a>.sizeSmall{
		font-size: 1em;
	}
	.videoTxt_wrapInner>a>h4{
		font-size: 2.5em;
	}
	.videoTxt_wrapInner>a>p{
		font-size: 1em;
	}
}
@media (max-width:1024px){
	.videoWrap,
	.videoWrap02{
		height: auto;
		flex-direction: column;
	}
	.videoWrap>video,
	.videoWrap02>video{
		aspect-ratio: 16/9;
		width: 100%;
		height: auto;
	}
	.videoWrap02>.videoTxt_wrap{
		order: 1;
	}
	.videoTxt_wrap{
		width: 100%;
		height: auto;
		padding: 80px 0 100px 0;
	}
	.videoTxt_wrapInner{
		width: 100%;
	}
	.videoTxt_wrapInner>a>.sizeSmall{
		font-size: 1.25em;
	}
	.videoTxt_wrapInner>a>h4{
		font-size: 2.75em;
	}
	.videoTxt_wrapInner>a>p{
		font-size: 1.25em;
	}
}
@media (max-width:500px){
	.videoWrap>video,
	.videoWrap02>video{
		aspect-ratio: 1/0.75;
	}
	.videoTxt_wrapInner>a>h4{
		font-size: 2.5em;
	}
}

/* topMenu_row */
.topMenu_row>ul{
	display:flex;
	flex-wrap: wrap;
}
.topMenu_row>ul>li{
	width: 33.33vw;
	overflow: hidden;
}
.topMenu_row>ul>li>a{
	display: block;                
	position: relative;
	cursor:pointer;
}
.topMenu_row>ul>li>a:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgb(0, 0, 0,0.5);
	width: 100%;
	height: 100%;
	z-index: 2;
	transition: 0.5s all;
}
.topMenu_row>ul>li>a:hover:before,
.topMenu_row>ul>li>a:active:before{
	background-color: rgb(0, 0, 0,0.25);
	transition: 0.5s all;
}
.topMenu_row>ul>li>a>img{
	transition:0.5s all;
}
.topMenu_row>ul>li>a:hover>img,
.topMenu_row>ul>li>a:active>img{
	scale:1.25;
	transition:0.5s all;
}
.menuTxt_box{
	color: #fff;
	position: absolute;
	width: 100%;
	text-align: center;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 3;
}
.menuTxt_box>h3{
	font-family: "Cormorant Garamond", serif;
	font-size: 2.25em;
	margin-bottom: 10px;
}
.menuTxt_box>p{
	font-size: 1.15em;
}
@media (max-width:1400px){
	.menuTxt_box>h3{
		font-size: 2em;
	}
	.menuTxt_box>p{
		font-size: 1.05em;
	}
}
@media (max-width:1024px){
	.topMenu_row>ul>li{
		width: 50vw;
	}
}
@media (max-width:768px){
	.menuTxt_box>h3{
		font-size: 1.75em;
	}
	.menuTxt_box>p{
		font-size: 0.95em;
	}
}
@media (max-width:500px){
	.topMenu_row>ul>li{
		width: 100vw;
		height: 200px;
	}
	.topMenu_row>ul>li>a{
		height: 200px;
	}
	.topMenu_row>ul>li>a>img{
		height: 200px;
		object-fit: cover;
		object-position: 50% 50%;
	}
}

/* topBanner_wrap */
.topBanner_wrap{
	padding: 80px 0;
	box-sizing: border-box;
}
.topBanner_wrap>ul{
	max-width: 1180px;
	width:80%;
	margin: 0 auto;
}
.topBanner_wrap>ul>li{
	margin-bottom: 20px;
}
.topBanner_wrap>ul>li:last-child{
	margin-bottom:0px;
}
.topBanner_wrap>ul>li>a{
	display: block;
}
.topBanner_wrap>ul>li>a:hover,
.topBanner_wrap>ul>li>a:active{
	opacity: 0.5;
	transition: 0.5s all;
}
@media (max-width:768px){
	.topBanner_wrap>ul{
		width:90%;
	}
}

/* infoWrap_inner */
.infoWrap_inner{
	max-width:1180px;
	width: 80%;
	margin: 0 auto;
	margin-bottom: 80px;
}
.infoRow{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.informationBox{
	width:48%;
	margin:0;
}
.informationBox .i_ttl{
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.informationBox .i_ttl .deco02{
	aspect-ratio: 1/1;
	width: 7%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.informationBox .i_ttl .deco02 span{
	display: block;
	width: 100%;
	height: 20%;
	background-color: #43626f;
}
.informationBox_inner{
	height:400px;
	overflow:auto;
}
.informationBox .i_ttl h3{
	font-family: "Cormorant Garamond", serif;
	font-size: 2.5em;
	letter-spacing: 0.1em;
	color: #43626f;
	padding-left: 0.5em;
}
.informationBox table{
	width: 100%;
}
.informationBox table tr th{
	width: 15%;
	font-size: 1em;
	text-align: left;
	vertical-align: top;
	padding-bottom: 30px;
}
.informationBox table tr td{
	width: 85%;
	font-size: 1em;
	padding-bottom: 30px;
}
.informationBox_inner.handBill{
	height:auto;
}
.informationBox_inner table tr th,
.informationBox_inner table tr td{
	display:block;
	width:100%;
}
.informationBox_inner table tr th{
	padding-bottom:5px;
}
.informationBox_inner table tr:last-of-type td{
	padding-bottom:0px;
}
.informationBox_inner table tr td a{
	transition:0.5s all;
}
.informationBox_inner table tr td a:hover,
.informationBox_inner table tr td a:active{
	opacity:0.5;
	transition:0.5s all;
}
.handbillRow{
	display:flex;
	justify-content:space-between;
}
.handbillRow>p{
	width:48%;
}
.handbillRow>p>a{
	transition:0.5s all;
}
.handbillRow>p>a:hover,
.handbillRow>p>a:active{
	opacity:0.5;
	transition:0.5s all;
}
@media (max-width:1024px){
	.informationBox{
		width:100%;
	}
	.informationBox:first-of-type{
		margin-bottom:50px;
	}
}
@media (max-width:768px){
	.infoWrap_inner{
		width:90%;
	}
	.informationBox .i_ttl .deco02 span{
		height: 8px;
	}
	.informationBox table tr th,
	.informationBox table tr td{
		display: block;
		width: 100%;
	}
	.informationBox table tr th{
		padding-bottom: 5px;
	}
	.informationBox_inner table tr td{
		padding-bottom:15px;
	}
}
@media (max-width:500px){
	.infoWrap_inner {
		width: 90%;
	}
	.informationBox .i_ttl .deco02 span{
		height: 5px;
	}
}

/* specialContents */
.specialContents_btn{
	padding-bottom:80px;
}
.specialContents_inner{
	max-width: 1180px;
	width:80%;
	margin: 0 auto;
}
.specialContents_inner>a{
	display:block;
	width:100%;
	height:100%;
	transition:0.5s all;
}
.specialContents_inner>a:hover,
.specialContents_inner>a:active{
	opacity:0.5;
	transition:0.5s all;
}
.specialContents_ttl{
	text-align: center;
	padding:20px 0;
	background-image: url(../images/top/contentBg02.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	margin-bottom: 0px;
}
.specialContents_ttl>.deco{
    display: flex;
    flex-direction: column;
}
.specialContents_ttl>.deco>span{
    display: block;
    width: 100%;
    height: 5px;
    margin-bottom: 3px;
    background: linear-gradient(90deg, #b7a67c 0%, #8d7941 100%);
}
.specialContents_ttl h3{
    font-family: "Cormorant Garamond", serif;
    font-size: 3.25em;
    letter-spacing: 0.1em;
    color: #b7a67c;
    padding-top: 15px;
    margin-bottom: 5px;
}
.specialContents_ttl p{
	font-size: 1.5em;
	letter-spacing: 0.1em;
	color:#fff;
}
.specialContents_ttl>.en{
    font-size: 1em;
    margin-bottom: 20px;
}
.specialContents_ttl p.txt{
	font-size: 1em;
	letter-spacing:0;
	margin-bottom:25px;
}
@media (max-width:1600px){
	.specialContents_ttl h3{
		font-size: 3em;
	}
	.specialContents_ttl p{
		font-size: 1.25em;
		color:#fff;
	}
	.specialContents_ttl p.txt{
		font-size: 0.9em;
	}
}
@media (max-width:1400px){
	.specialContents_ttl h3{
		font-size: 2.75em;
	}
	.specialContents_ttl p{
		font-size: 1.15em;
	}
	.specialContents_ttl p.txt{
		font-size: 0.8em;
	}
}
@media (max-width:768px){
	.specialContents_inner{
		width: 90%;
	}
}
@media (max-width:500px){
	.specialContents_ttl h3{
		font-size: 2.5em;
	}
}

/* achievementsWrap */
.achievementsWrap{
	max-width: 1100px;
	width: 80%;
	margin: 0 auto;
	text-align: center;
}
.achievementsWrap ul{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.achievementsWrap ul li{
	width: 31%;
}
.achievementsWrap ul li:first-child{
	margin-right: 3%;
}
@media (max-width:768px){
	.achievementsWrap{
		width: 90%;
	}
	.achievementsWrap ul li{
		width: 48%;
	}
	.achievementsWrap ul li:first-child{
		margin-right: 4%;
	}
}

/* youtubeWrap */
.youtubeWrap{
	max-width:1100px;
	width:80%;
	margin:0 auto;
}
.youtubeWrap{
	padding:80px 0;
}
.youtubeWrap iframe{
	aspect-ratio:16/9;
}
@media (max-width:768px){
	.youtubeWrap{
		width:90%;
	}
	.youtubeWrap{
		padding:50px 0;
	}
}