html {
  font-size: 62.5%;
}
body {
  font-size: 1.6rem;
  font-size: clamp(1.25rem, 0.9rem + 0.58vw, 1.6rem);
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
h1{
    position:absolute;
    top:150px;
}
#index_mv {
    position: relative;
    width: 100%;
    height: 100vh;
    height: 100svh;
    background: #000;
}

.pattern {
    width: 100%;
    height: 100%;
    background: url(../images/line_bk.webp);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.index-movie {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
}
.pc-video {
    display: block;
}

.sp-video {
    display: none;
}

.index-contents {
    position: absolute;
    z-index: 3;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    top: 50%;
    left: 50%;
   /* padding-top: 50px;*/
    transform: translate(-50%, -50%);
}

.index-contents::after {
    position: absolute;
    content: "";
    top: 4vh;
    bottom: 4vh;
    left: 4vh;
    right: 4vh;
    pointer-events: none;
}

img.logo {
    width:550px;
}

img.r18 {
    width: 55px;
    margin:70px auto;
}
.btn_a01{
    position:absolute;
    margin:0 auto;
    text-align:center;
    bottom:5%;
}

p.enter-text-j {
    font-family: "Noto Serif JP", serif;
    font-weight: 400;
    font-size: 1.4rem;
    margin-top: 35px;
    text-align: center;
    color: #000;
    line-height: 1.6;
    letter-spacing: 0.4rem;
}

p.enter-text-e {
    font-family: "EB Garamond", serif;
    font-weight: 400;
    font-size: 1.7rem;
    margin-top: 15px;
    text-align: center;
    color: #555;
    line-height: 1.6;
}

a.enter-btn {
    width: 400px;
    margin-top: 20px;
    font-family: "Cinzel", serif;
    font-weight: 400;
    letter-spacing: 0.2rem;
    font-size: 2.5rem;
    text-align: center;
    background-color: rgba(255, 255, 255,1);
    padding: 2.1rem 0;
    border-radius: 80px;
    display: inline-block;
    text-decoration: none;
    color: #000;
    transition: 0.3s ease;
	box-shadow:2px 2px 0px 0 rgb(0, 0, 0);
}

a.enter-btn2 {
    width: 200px;
    margin-top: 10px;
    font-family: "Cinzel", serif;
    font-weight: 400;
    letter-spacing: 0.2rem;
    font-size: 2rem;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 2.1rem 0;
    border-radius: 80px;
    display: inline-block;
    text-decoration: none;
    color: #e0156b;
    transition: 0.3s ease;
}
.exit{
    color: #e0156b;
}
a.enter-btn:hover {
    color: #a28870;
}

a.enter-btn2:hover {
    color: #a28870;
}



#banner_area_1 {
    width: 870px;
    margin: 120px auto 50px;
    display: flex;
    flex-wrap: wrap;
    gap: 30px 70px;
}

#banner_area_1.flex-jc-center{
    justify-content:center;
    }

.bn {
    width: 400px;
    text-align: center;
    font-size: 1.5rem;
    line-height: 1;
    color: #3f3f3f;
}

.bn img {
    width: 400px;
    display: inline-block;
    margin: 0.5rem 0;
}

.bn span.bnr_txt {
    font-size: 1.4rem;
}

.bn a {
    text-decoration: none;
    color: #3f3f3f;
}

#banner_area_2 {
    width: 670px;
    margin: 120px auto 50px;
    display: flex;
    flex-wrap: wrap;
    gap: 30px 70px;
}

#banner_area_2.flex-jc-center{
justify-content:center;
}

#banner_area_2 .bn {
    width: 300px;

}

#banner_area_2 .bn img {
    width: 300px;
}

.copyright {
    display: block;
    margin: 50px auto 0;
    padding-bottom: 50px;
    text-align: center;
    font-size: 1.6rem;
    color: #3f3f3f;
}

.for_outcalls{
    margin-top:60px;
    transition: opacity 0.2s ease;
}

.for_outcalls:hover {
    opacity: 0.7;
}


#bbbot{
    width: 70%;
    margin: 0 auto;
    margin-top: 50px;
    text-align: center;
    margin-bottom: 60px;
}

ul {
    display: flex;
    text-align: center;
}

li {
    text-align: center;
    margin: 0 auto;
}


/* 003 */
.button003 a {
    background: #df0000;
    border-radius: 80px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 260px;
    padding: 10px 25px;
    color: #fff;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    text-decoration: none;
    box-shadow: 2px 2px 0px 0 rgb(0, 0, 0);
}
.button003 a:hover {
    color: #a28870;
}
.button003 a:hover:after {
    border-color: #FFF;
}



/* 004 */
.button004 a {
    background: #fff;
    border-radius: 80px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 180px;
    padding: 10px 25px;
    color: #000;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    text-decoration: none;
    box-shadow: 2px 2px 0px 0 rgb(0, 0, 0);
    border: 0.1px #908d8d solid;
}
.button004 a:hover {
    color: #a28870;
}
.button004 a:hover:after {
    border-color: #FFF;
}



/* 005 */
.button005 a {
    background: #908d8d;
    border-radius: 80px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 180px;
    padding: 10px 25px;
    color: #fff;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    text-decoration: none;
    box-shadow: 2px 2px 0px 0 rgb(0, 0, 0);
}
.button005 a:hover {
    color: #a28870;
}
.button005 a:hover:after {
    border-color: #FFF;
}









#sec04 {
 padding-top: 120px;
    background-color:darkgray;
}

#sec04 img{
	width: 100%;
}

	section h2{
		margin: 0 auto;
	}

section h2{
	font-family: "le-monde-livre-classic-byol",serif;
	width: 60%;
	margin: 0 auto 40px;
	font-size: 22px;
	font-weight:normal;
	text-align: center;
    color:#fff;

}

.innerS p {
    color:#fff;
    text-align: center;
    margin-bottom:2em;
}

.innerS img {
    margin-bottom:1em;
}
.innerS_02 p {
    color:#fff;
    text-align: center;
    margin-bottom:3em;
}

.innerS_02 img {
    margin-bottom:1em;
}


#sec03 {
 padding-top: 180px;
    background-color:darkgray;
}

#sec03 img{
	width: 100%;
	margin-bottom: 30px;
}

	section h2{
		margin: 0 auto;
	}

.innerS{
	width: 70%;
	max-width:800px;
	margin: 0 auto;
	padding-bottom: 80px;
}
.innerS_02{
	width: 70%;
	max-width:480px;
	margin: 0 auto;
}

section h2{
	font-family: "le-monde-livre-classic-byol",serif;
	width: 80%;
	margin: 0 auto 40px;
	font-size: 22px;
	font-weight:normal;
	text-align: center;
    color:#fff;

}

.innerS p {
    color:#fff;
    text-align: center;
}
.innerS_02 p {
    color:#fff;
    text-align: center;
}







@media screen and (max-width: 780px) {

    img.logo{
        width: 400px;
    }
img.r18 {
}
    a.enter-btn{
        width: 400px;
        margin-top: 30px;
        padding: 1.5rem 0;
    }
    .for_outcalls{
        display: none;
    }
    
#index_mv {
    position: relative;
    width: 100%;
    height: 100%;
    height: 100vh;
    height: 100svh;
    background: #000;
}
    .pc-video {
        display: none;
    }

    .sp-video {
        display: block;
    }
}
.pattern {
    width: 100%;
    height: 100%;
    background: url(../images/line_bk_sp.webp);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.index-contents {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
}
.index-contents::after{
    position: absolute;
    content: "";
    top: 3vw;
    bottom: 3vw;
    left: 3vw;
    right: 3vw;
    pointer-events: none;
}
img.logo {
    width: 70%;
    margin: 0 auto;
}


p.enter-text-j {
    font-family: "Noto Serif JP", serif;
    font-weight: lighter;
    font-size: 1.3rem;
    margin-top: 2.5rem;
    text-align: center;
    color: #000;
    line-height: 1.6;
}

p.enter-text-e {
    font-family: "EB Garamond", serif;
    font-weight: lighter;
    font-size: 1.6rem;
    margin-top: 2rem;
    text-align: center;
    color: #555;
    line-height: 1.6;
}

a.enter-btn {
    width: 70%;
    margin-top: 20px;
    font-family: "Cinzel", serif;
    font-weight: 400;
    letter-spacing: 0.2rem;
    font-size: 2.5rem;
    text-align: center;
    background-color: rgba(255, 255, 255, 1);
    padding: 0.5rem 0;
    border-radius: 80px;
    display: inline-block;
    text-decoration: none;
    color: #000;
    transition: 0.3s ease;
	box-shadow:2px 2px 0px 0 rgb(0, 0, 0);
}

a.enter-btn2 {
    width: 40%;
    margin-top: 10px;
    font-family: "Cinzel", serif;
    font-weight: 400;
    letter-spacing: 0.2rem;
    font-size: 1rem;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 2.1rem 0;
    border-radius: 80px;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    transition: 0.3s ease;
}

a.enter-btn:hover {
}


#banner_area_1 {
    width: 90%;
    margin: 10rem auto 0;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
}

.bn {
    width: 100%;
    text-align: center;
    font-size: 1.5rem;
    line-height: 1;
    color: #000;
}

.bn img {
    width: 100%;
    ;
    display: inline-block;
    margin: 0.3rem 0;
}


#banner_area_2 {
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

#banner_area_2 .bn {
    width: 100%;

}

#banner_area_2 .bn img {
    width: 100%;
}

.copyright {
    display: block;
    margin: 10rem auto 0;
    padding-bottom: 2rem;
    text-align: center;
    font-size: 1.4rem;
    color: #3f3f3f;
}
.for_outcalls{
    width:45%;
    margin:4rem auto 0;
}
.innerS{
	width: 80%;
	margin: 0 auto;
	padding-bottom: 80px;
}
.innerS_02{
	width: 80%;
	margin: 0 auto;
}
ul{
    display:inline;
}
li{
    margin:3em auto;
}
#bbbot{
	width:100%;
}

}