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


/* ////////////////////////////////////////////////////////////////////////////////

	Common

//////////////////////////////////////////////////////////////////////////////// */
html {
	scroll-behavior: smooth;
}
body {
  font-family: "Shippori Mincho", serif;
	font-size: min(3.2vw, 14px);
	line-height: 1.8;
  letter-spacing: 0.06em;
	-webkit-text-size-adjust: 100%;
  color: #fff;
}

img {
	max-width: 100%;
	height: auto;
}
ul { list-style: none;}

@media screen and (min-width: 821px) {
	
	.sp { display: none;}
	
	a { transition: all 0.3s ease-out;}
	a:hover { opacity: 0.5;}
	
}
@media screen and (max-width: 820px) {
	
	.pc { display: none;}
	
}



/* ////////////////////////////////////////////////////////////////////////////////

	Navi

//////////////////////////////////////////////////////////////////////////////// */

#menuButton {
  display: block;
  width: min(10vw, 40px);
  height: min(10vw, 40px);
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 9999;
}
#menuButton span {
  display: block;
  background: #ae9470;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  transition: all 0.4s;
}
#menuButton span:nth-child(1) { transform: translateY(-450%) rotate(0deg);}
#menuButton span:nth-child(2) { transform: translateY(350%) rotate(0deg);}
#menuButton span:nth-child(3) { transform: translateY(-50%);}
#menuButton.active span:nth-child(1) { transform: translateY(-50%) rotate(45deg);}
#menuButton.active span:nth-child(2) { transform: translateY(-50%) rotate(-45deg);}
#menuButton.active span:nth-child(3) { opacity: 0;}

#globalNavi {
  display: none;
  position: fixed;
  top: 10px;
  left: 10px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  z-index: 9998;
  background-color: #000;
  border-radius: min(4vw, 20px);
}
#globalNavi .globalNaviInr {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: min(8vw, 40px);
  width: 100%;
  height: 100%;
  padding: min(16vw, 120px) min(10vw, 80px);
}

#globalNavi .menuLogo {
  line-height: 0;
}
#globalNavi a {
  color: #fff;
  text-decoration: none;
}
#globalNavi .navEntryBtn {
  border: #ae9470 solid 1px;
  border-radius: 100px;
  width: 90%;
  font-size: min(3.6vw, 18px);
  display: block;
  padding: min(2vw, 10px);
}
#globalNavi .contactBtn {
  border: #fff solid 1px;
  border-radius: 100px;
  width: 90%;
  font-size: min(3.6vw, 18px);
  display: block;
  padding: min(2vw, 10px);
}

#globalNavi .menuList {
  padding: min(6vw, 30px) 0;
  border-top: #777 solid 1px;
  border-bottom: #777 solid 1px;
  width: 100%;
}
#globalNavi .menuList li {
  padding: min(2vw, 10px) 0;
  font-size: min(5.4vw, 36px);
  line-height: 1.4;
}

#globalNavi .subMenuList {
  width: 100%;
}


.wovn-languages,
.drawer-visible .wovn-languages {
  background-color: rgba(0,0,0,0.30) !important;
  border-radius: min(1vw, 6px) !important;
  width: 10.5em !important;
  top: 31px !important;
  right: 25px !important;
  z-index: 20 !important;
  border: #fff solid 1px;
}

.wovn-languages .nav-current,
.drawer-visible .wovn-languages .nav-current {
  background-color: transparent !important;
  color: #fff !important;
  border-radius: 0 !important;
}
.wovn-languages::before,
.drawer-visible .wovn-languages::before {
  border-bottom: solid 1px #fff !important;
  border-right: solid 1px #fff !important;
}
.wovn-languages .langIcon,
.drawer-visible .wovn-languages .langIcon {
  fill: #fff !important;
}
.wovn-languages.visible .nav-dropdown,
.drawer-visible .wovn-languages.visible .nav-dropdown {
  background-color: rgba(0,0,0,0.80) !important;
  top: 2.8em !important;
}


/* ////////////////////////////////////////////////////////////////////////////////

	Top Page

//////////////////////////////////////////////////////////////////////////////// */

#index {
  background-color: #000;
}

h1 {
  line-height: 0;
  width: min(90%, 560px);
  z-index: 100;
  margin: 0 auto;
}

#firstView {
  background: url("../images/login_fv.jpg") no-repeat center top / 100%;
  width: 100%;
  padding-top: min(22vw, 100px);
  padding-bottom: min(6vw, 30px);
}

#firstView .aboutBox {
  width: 90%;
  margin: 0 auto;
  padding: min(6vw, 30px) 0;
  color: #fff;
}
#firstView .aboutBox h3 {
  text-align: center;
  color: #ae9470;
  font-size: min(5.4vw, 32px);
  margin-bottom: min(4vw, 30px);
}
#firstView .aboutBox > p {
  padding: 0 min(4vw, 20px);
}
#firstView .aboutBox .loginBtn {
  margin-top: min(10vw, 80px);
  border: #b09171 solid 1px;
  padding: min(6vw, 30px) min(6vw, 60px);
  border-radius: min(2vw, 10px);
}
#firstView .aboutBox .loginBtn h4 {
  text-align: center;
  font-size: min(3.6vw, 20px);
  margin-bottom: min(6vw, 30px) ;
}
#firstView .aboutBox .loginBtn .loginBtnWrap {
  margin-bottom: min(6vw, 30px);
}
#firstView .aboutBox .loginBtn .loginBtnWrap a {
  display: block;
  border-radius: 100px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: min(3.6vw, 18px);
  padding: min(3vw, 15px) min(3vw, 15px) min(3.5vw, 17px);
  width: 80%;
  max-width: 300px;
  margin: 0 auto;
}
#firstView .aboutBox .loginBtn .loginBtnWrap a + a {
  margin-top: min(3vw, 15px);
}
#firstView .aboutBox .loginBtn .loginBtnWrap .btnLogin {
  background-color: #ae9470;
}
#firstView .aboutBox .loginBtn .loginBtnWrap .btnSignup {
  background-color: #fff;
  color: #000;
}
#firstView .aboutBox .loginBtn .note {
  font-size: 0.8em;
  letter-spacing: 0.02em;
}


.period {
  display: flex;
  border: #ae9470 solid 1px;
  background-color: rgba(0,0,0,0.30);
  border-radius: min(1.4vw, 6px);
  color: #ae9470;
  font-size: min(3.8vw, 18px);
  width: fit-content;
  margin: min(8vw, 60px) auto 0;
}
.period dt {
  padding: min(2vw, 10px);
  width: 160px;
  text-align: center;
  border-right: #ae9470 solid 1px;
}
.period dd {
  padding: min(2vw, 10px) min(6vw, 40px);
  width: calc(100% - 160px);
  text-align: center;
}



section {
  background-color: #fff;
  color: #000;
  padding: min(12vw, 100px) 0 min(6vw, 30px);
}
section h2 {
  margin-bottom: min(8vw, 60px);
}
section h2 .ttlMain {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: min(6.8vw, 42px);
  line-height: 1.6;
  color: #ae9470;
  gap: min(3vw, 15px);
}
section h2 .ttlMain::before,
section h2 .ttlMain::after {
  content: "";
  display: block;
  width: min(22vw, 140px);
  aspect-ratio: 452/94;
}
section h2 .ttlMain::before {
  background: url("../images/ttl_deco_l.png") no-repeat center center / contain;
}
section h2 .ttlMain::after {
  background: url("../images/ttl_deco_r.png") no-repeat center center / contain;
}
section h2 .ttlSub {
  display: block;
  text-align: center;
  font-size: min(3.2vw, 14px);
}

.aboutWrap {
  position: relative;
}
.aboutWrap::before {
  content: "";
  display: block;
  width: 90%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 5%;
  background: url("../images/about_bg.jpg") repeat center center / 48px;
  z-index: 0;
  border-radius: min(2vw, 10px);
}
.aboutWrap .aboutInr {
  position: relative;
  z-index: 1;
  padding: min(10vw, 80px) 0;
  width: 100%;
  overflow: hidden;
}

.aboutSlide {
  margin: 0 45px min(6vw, 30px);
  overflow: visible;
}
.aboutSlide .slick-list {
  box-sizing: border-box;
  padding: 0;
  width: 100%;
  overflow: visible;
}
.aboutSlide li {
  padding: 0 min(3vw, 15px);
}
.aboutSlide li div {
  border-radius: min(2vw, 10px);
  overflow: hidden;
  line-height: 0;
}

.aboutWrap .abputLogo {
  width: 200px;
  margin: 0 auto min(6vw, 30px);
}
.aboutWrap .aboutTxt {
  width: 80%;
  margin: 0 auto;
  color: #fff;
}
.aboutWrap .officialsiteLink {
  margin-top: min(8vw, 60px);
}
.aboutWrap .officialsiteLink a {
  display: block;
  border-radius: 100px;
  color: #ae9470;
  text-align: center;
  text-decoration: none;
  font-size: min(3.6vw, 18px);
  padding: min(3vw, 15px);
  width: 85%;
  max-width: 360px;
  margin: 0 auto;
  background-color: #fff;
  letter-spacing: 0.04em;
}
.aboutWrap .officialsiteLink a::after {
  content: "";
  display: inline-block;
  background: url("../images/ico_blank_c.png") no-repeat center center / contain;
  width: 0.7em;
  aspect-ratio: 1 / 1;
  margin-left: 0.3em;
}


.faqWrap {
  width: 90%;
  margin: 0 auto;
  border-top: #ae9470 solid 1px;
  padding-top: min(4vw, 20px);
  margin-bottom: min(6vw, 30px);
}
.faqWrap h3 {
  text-align: center;
  font-size: min(3.8vw, 20px);
  margin-bottom: min(3vw, 15px);
}
.faqWrap dt {
  background-color: #ae9470;
  color: #fff;
  padding: min(2.5vw, 10px) min(11vw, 60px) min(2.9vw, 10px) min(3vw, 15px);
  position: relative;
  font-size: min(3.4vw, 16px);
  display: flex;
  gap: min(2vw, 10px);
  line-height: 1.6;
  letter-spacing: 0.02em;
  border-radius: min(1.5vw, 7px);
}
.faqWrap dd + dt {
  margin-top: min(3vw, 15px);
}
.faqWrap dt::before {
  content: "Q.";
}
.faqWrap dt span {
  display: block;
  background-color: #fff;
  width: min(5vw, 25px);
  position: absolute;
  top: 50%;
  right: min(3vw, 15px);
  border-radius: 50%;
  aspect-ratio: 1/1;
  transform: translateY(-50%);
}
.faqWrap dt span::before,
.faqWrap dt span::after {
  content: "";
  display: block;
  width: 60%;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.faqWrap dt span::after {
  transition: all 0.3s ease-out;
  transform: translate(-50%, -50%) rotate(90deg);
}
.faqWrap dt.on span::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

.faqWrap dd {
  position: relative;
  padding: min(3vw, 15px) min(3vw, 15px) min(3vw, 15px) min(9vw, 35px);
  display: none;
}
.faqWrap dd::before {
  content: "A.";
  position: absolute;
  top: min(3vw, 15px);
  left: min(3vw, 15px);
}


footer {
  background-color: #000;
  padding: min(10vw, 80px) min(6vw, 60px);
}
footer .ftrLogo {
  width: 200px;
  margin: 0 auto min(6vw, 30px);
}
footer .copyright {
  text-align: center;
  font-size: min(2.7vw, 9px);
}



@media screen and (min-width: 821px) {
  
  #firstView .aboutBox > p {
    text-align: center;
    font-size: min(3.4vw, 16px);
  }
  #firstView .aboutBox {
    max-width: 860px;
  }
  
  .aboutWrap::before {
    left: 50%;
    max-width: 860px;
    transform: translateX(-50%);
  }
  
  .aboutWrap .aboutTxt {
    max-width: 740px;
  }
  
  .aboutWrap .abputLogo {
    width: min(40vw, 420px);
  }
  
  .faqWrap {
    max-width: 860px;
  }
  .faqWrap dt {
    padding: min(2.5vw, 20px) min(3vw, 20px) min(2.9vw, 20px) min(3vw, 20px);
  }
  .faqWrap dd {
    padding: min(2.5vw, 20px) min(3vw, 60px) min(2.9vw, 20px) min(5vw, 47px);
  }
  .faqWrap dd::before {
    top: min(3vw, 20px);
    left: min(3vw, 20px);
  }
  
  #firstView .aboutBox .loginBtn .loginBtnWrap {
    display: flex;
    justify-content: center;
    gap: min(6vw, 30px);
  }
  #firstView .aboutBox .loginBtn .loginBtnWrap a {
    margin: 0 0;
  }
  #firstView .aboutBox .loginBtn .loginBtnWrap a + a {
    margin-top: 0;
  }
}

@media screen and (max-width: 820px) {
  .period {
    flex-direction: column;
    width: 100%;
  }
  .period dt {
    width: 100%;
    border-right: none;
    border-bottom: #ae9470 solid 1px;
  }
  .period dd {
    padding: min(2vw, 10px) min(6vw, 40px);
    width:  100%;
  }
}

