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

html{
	-webkit-font-smoothing: antialiased;
	font-size: 10px;
	letter-spacing: 0.03rem;
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body{
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	color: #000000;
  background : #FFFFFF;
}

a{
color:#FFFFFF;
}

*{
	box-sizing: border-box;
}
/*
*::-webkit-scrollbar {
  display: none;
}

* {
  scrollbar-width: none;
  -ms-overflow-style: none;
}
*/

img{
	max-width: 100%;
}

.loading{
	position: fixed;
	z-index: 100;
	left: 0;
	top:0;
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
	background-image: url('../img/copy_black.svg');
	background-size: 78vw auto;
	background-repeat: no-repeat;
	background-position: center center;

}
.wrap{
	display: none;
}

.bg{
	position: fixed;
	z-index: -1;
	left: 0;
	top:0;
	width: 100%;
	height:100vh;
	background-image: url('../img/main.webp?');
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}



.contentsWrap{
    position: relative;

}

.contentsWrap .inner{
	width: 100%;
	max-width: 1040px;
	padding:0 20px;
	margin: auto;
}

.contentsWrap .main{
	position: relative;
	height: 100vh;
}

.contentsWrap .main img.title{
	position: absolute;
	left: 50%;
	top:50%;
	width: 78vw;
	transform: translate(-50%,-50%);
}
.contentsWrap .main .logos{
	position: absolute;
	left: 50px;
	top:50px;
}
.contentsWrap .main .logos ul{
	display: flex;
	gap: 10px;
}
.contentsWrap .main .logos ul li{
	position: relative;	
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
}
.contentsWrap .main .logos ul li img{
	width: 100px;
}


.contentsWrap .main:after{
	content: "";
	display: block;
	width: 100%;
	height: 150px;
		background: rgba(255, 255, 255, 0);
		background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 90%, rgba(255, 255, 255, 1) 100%);
	z-index: 1;
	left: 0;
	bottom:0;
	position: absolute;
}

.outline{
	padding: 150px 0;
    background-color: #ffffff;
}

.outline p{
	text-align: center;
	margin-bottom: 40px;
	font-size: 1.6rem;
	line-height: 2.0;
}

.outline .movie{
	position: relative;
	margin: 150px auto 150px;
	    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
}

.outline .movie .frameWrap{
	position: relative;
	padding-bottom: 56.25%;
}
.outline .movie .frameWrap video{
    width: 100%;
    vertical-align: bottom;
}

.outline .movie .frameWrap iframe{
	position: absolute;
	left: 0;
	top:0;
	width: 100%;
	height: 100%;
}

.outline .illust{
	position: relative;
}
.outline .illust img{
	max-width: 100%;
}

.location{
	background-color: #FFFBED;
	padding: 200px 0;
}

.location .locationBox{
	position: relative;
	margin-bottom: 130px;
}

.location .locationBox:nth-last-of-type(1){
	margin-bottom: 0;
}

.location .locationBox h2{
	text-align: center;
	font-size: 4.5rem;
	margin:0 auto 60px;
	padding-bottom: 15px;
	width: fit-content;
	border-bottom:solid 2px #000000;
	letter-spacing: 0.1em;
}



.location .locationBox ul{	
	display: flex;
	gap: 40px;
	align-items: center;
}

.location .locationBox ul li.img{
	width: 400px;
}

.location .locationBox ul li.img a{
	position: relative;
	overflow-y: hidden;
	display: block;
	transition: 0.3s;
}

.location .locationBox ul li.img a:hover{
box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
border-radius: 10px;
transform: scale(1.01);
}

.location .locationBox ul li.detail{
width: calc(100% - 440px);
}
.location .locationBox ul li.detail p{
font-size: 1.6rem;
line-height: 2.0;
}

.tour{
	background-color: #F2F2F2;
	padding: 100px 0;
}

.tour h2{
		text-align: center;
	font-size: 4.5rem;
	margin:0 auto 30px;
	width: fit-content;
	letter-spacing: 0.1em;
	line-height: 2;
}

.tour p.copy{
	font-size: 1.8rem;
	text-align: center;
	line-height: 2;
}

.tour .priceBox{
    position: relative;
    margin: 50px auto 150px;
    display: flex;
    border: solid 1px #000000;
    width: fit-content;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px 100px;
	background-color: #FFFFFF;
}

.tour .priceBox p{
	font-size: 1.6rem;
	line-height: 2;
}
.tour .priceBox p.price span{
    font-size: 3.0rem;
    margin: 0 10px;

}
.tour .priceBox .cvBox{
	margin:0 auto;
}

.tour .priceBox .cvBox a{
	display: flex;
    width: fit-content;
    background-color: #DC000C;
    margin: auto;
    color: #FFFFFF;
    padding: 20px 100px;
    font-size: 2.0rem;
    border: solid 1px #DC000C;
    transition: 0.3s;
    flex-direction: column;
    align-items: center;
}

.tour .cvBox a:hover{
background-color: #FFFFFF;
color: #DC000C;
}


.tour .tourBox{
	position: relative;
	margin-bottom: 80px;
}

.tour .tourBox h3{
    display: flex
;
    width: fit-content;
    position: relative;
    padding: 10px 20px;
    border: solid 1px #000000;
    font-size: 2.0rem;
    align-items: center;
    margin: 0 auto 30px;
}

.tour .tourBox h3 span{
font-size: 1.2rem;
margin-left: 20px;
}

.tour .tourBox  p.detail{
font-size: 1.6rem;
line-height: 2;
}

.tour .tourBox ul.photo{
	display: flex;
	gap: 10px;
	margin-top: 20px;
}


.footer{
	padding: 50px 0;
	text-align: center;
	background-color: #ffffff;
}


/*animation*/
.contentsWrap .fadeIn{
    opacity: 0;
    transition: 0.5s;
    visibility: hidden;
}

.contentsWrap .fadeIn.scale{
transform: scale(0.8);
}

.contentsWrap .fadeIn.active{
opacity: 1;
visibility: visible;
}

.contentsWrap .fadeIn.active.scale{
transform: scale(1);
}

.forSp{
	display: none;
}

.forPc{
	display: block;
}

@media screen and (max-width: 780px){
.loading{
	background-size: 90vw auto;
}
.contentsWrap .main img.logo{
	width: 90vw;
}
.contentsWrap .main .logos{
	left: 20px;
	top:20px
}
.contentsWrap .main .logos ul li img{
	width: 50px;
}

.bg{
	background-size: auto 100%;
}
.contentsWrap .inner{
	padding: 0 10px;
}
.outline{
	padding: 100px 0;
}

.outline p{
	font-size: 1.4rem;
	margin-bottom: 25px;
}
.outline .movie{
	margin: 80px 0 50px;
}
.location{
	padding: 50px 0;
}
.location .locationBox{
	margin-bottom: 50px;
}
.location .locationBox h2{
        font-size: 2.0rem;
        margin-bottom: 30px;
        margin-bottom: 15px;
        padding-bottom: 10px;
}
.location .locationBox ul{
	flex-direction: column;
	gap: 20px;
}
.location .locationBox ul li.img{
	width: 100%;
}
.location .locationBox ul li.detail{
	width: 100%;
}
.location .locationBox ul li.detail p{
	font-size: 1.4rem;
}
.tour{
	padding: 50px 0;
}

.tour h2{
font-size: 1.8rem;
margin-bottom: 15px;
}
.tour p.copy{
	font-size: 1.4rem;
}
.tour .priceBox{
width: 100%;
        padding: 20px 0;
        position: relative;
        margin: 30px 0 60px;
}
.tour .priceBox p{
	font-size: 1.4rem;
}
.tour .priceBox p.price span{
	font-size: 2.6rem;
}
.tour .priceBox .cvBox{
	width: calc(100% - 30px);
}
.tour .priceBox .cvBox a{
	width: 100%;
	padding: 10px 0;
	font-size: 1.6rem;
}
.tour .tourBox{
	margin-bottom: 60px;
}
.tour .tourBox h3{
        font-size: 1.3rem;
        margin-bottom: 15px;
        padding: 5px 10px;
}
.tour .tourBox h3 span{
	font-size: 1.1rem;
}
.tour .tourBox p.detail{
	font-size: 1.2rem;
}

.tour .tourBox ul.photo{
    display: flex;
    gap: 10px;
    margin-top: 20px;
    flex-wrap: wrap;
}
.tour .tourBox ul.photo li{
	width: calc((100% - 10px )/ 2);
}

	.forSp{
		display: block;
	}
	
	.forPc{
		display: none;
	}
} 