*{
  margin: 0;
  padding: 0;
}

html,
body {
  width: 100%;
  height: 100%;
}
html{
  font-size: min(calc(6pt + 0.9vw), 16px);
}
body{
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  -moz-osx-font-smoothing: grayscale;
  --initial-black: #FAFAFF;
  --deep-green: #001E05;
  --base-green: #001E05;
  --base-width: min(1200px, 100vw);
  background-color: var(--base-green);
  color: var(--initial-black);
}

body:not(.initialHidePeriodFinished) *{
  opacity: 0;
}

a{
  text-decoration: none;
  color: initial;
}

.pc-only{
  display: block;
}
.sp-only{
  display: none;
}

/* show up objects */
.showUpObject{
	opacity: 0;
}

.showUpObject:not(.opacityOnly){
	transform: translate3d(0, 1vh, -30px);
}

.showUpObject.screened{
	opacity: 1;
	transition: transform 500ms cubic-bezier(.73,.35,.9,.57) 800ms, opacity 1500ms cubic-bezier(.2,.2,.25,1) 800ms;
}

.showUpObject:not(.opacityOnly).screened{
	transform: translate3d(0, 0, 0);
}

/*
 * COMMON ELEMENTS *
 */

header{
  margin: 4vw auto 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  text-align: left;
}
header > a{
  position: absolute;
  left: max(20px, calc(50vw - var(--base-width)/2));
}

header > a > img{
  height: 3rem;
}

#outerContainer.hamburger-shown header{
  z-index: 1;
}

.burger{
  cursor: pointer;
  z-index: 1;
  transition: top .5s ease;
  position: absolute;
  right: max(20px, calc(50vw - var(--base-width)/2));
  margin-top: min(1vw, 12px);
}
.burger > div{
  width: 40px;
  height: 2px;
  border-radius: 50px;
  background-color: var(--initial-black);
  transition: all .3s ease;
}
.burger > .line-2{
  margin: 11.5px 0px;
}

#outerContainer.hamburger-shown .burger > .line-1{
  transform: rotate(-45deg) translate(-8px, 8px);
}
#outerContainer.hamburger-shown .burger > .line-2{
  opacity: 0;
}
#outerContainer.hamburger-shown .burger > .line-3{
  transform: rotate(45deg) translate(-10.7px,-10.7px);
  margin: 11.5px 0;
}
.burger:hover > .line-2{
  background-color: transparent;
}

footer{
  background-color: var(--deep-green);
  color: white;
  font-size: 0.8rem;
  width: 100vw;
  padding: 1rem 0;
  text-align: center;
}

#hamburger{
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: var(--base-green);
  padding-top: 20vh;
  text-align: center;
  list-style: none;
  overflow-y: scroll;
}

#outerContainer:not(.hamburger-shown) #hamburger{
  display: none;
}

#hamburger > li{
  margin-bottom: 7vh;
  font-size: 1.4rem;
}

#hamburger > li > a{
  text-decoration: none;
  color: white;
}

#hamburger > li > a > img{
  height: 1.5rem;
}

#hamburger > li.firstlanguage{
  margin-top: 4vh;
}

#hamburger > li.language{
  font-size: 1.1rem;
}

#hamburger > li.language > a{
  position: relative;
  display: inline-block;
}

#hamburger > li.language > a::before,
#hamburger > li.language > a::after{
  content: "";
  height: 1.5rem;
  width: 1px;
  position: absolute;
  background-color: white;
  display: block;
  top: 0.1rem;
}

#hamburger > li.language > a::before{
  left: -0.5rem;
}

#hamburger > li.language > a::after{
  right: -0.5rem;
}

#outerContainer > img,
#outerContainer > section > img,
#outerContainer > section > div > img,
#mainContentsContainer img{
  border-radius: 5rem 0;
}

#mainContentsContainer{
  width: 80%;
  max-width: 960px;
  margin: 8rem auto 0;
}

#mainContentsContainer > h1{
  width: 100%;
  font-size: 1.8rem;
  letter-spacing: 0.3rem;
  margin-bottom: 4rem;
  text-align: center;
  position: relative;
}

#mainContentsContainer > h1:after{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -2rem;
  content: url(../r/02.svg);
  width: 5rem;
}

#mainContentsContainer > section{
  margin-bottom: 5rem;
}

#mainContentsContainer > section > h2{
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  text-align: center;
  position: relative;
  display: inline-block;
  margin-left: 50%;
  transform: translateX(-50%);
}

#mainContentsContainer > section > h2.for-details{
  font-size: 1.1rem;
  text-align: left;
  width: 100%;
  margin-left: 0;
  transform: none;
  letter-spacing: 0.1em;
}

#mainContentsContainer > section > h2:before,
#mainContentsContainer > section > h2:after{
  position: absolute;
  width: 1.3rem;
}

#mainContentsContainer > section > h2:not(.for-details):before{
  content: url(../r/03.svg);
  left: -1.5rem;
  top: -1rem;
}

#mainContentsContainer > section > h2:not(.for-details):after{
  content: url(../r/04.svg);
  right: -1.5rem;
  bottom: -1rem;
}

#mainContentsContainer > section > div{
  margin-top: 4rem;
  font-size: 1.4rem;
  margin-bottom: 4rem;
  text-align: center;
}


#mainContentsContainer > section > p{
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 7vh;
  text-align: justify;
}

#mainContentsContainer > section > dl{
  width: 28rem;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#mainContentsContainer > section > dl > dt{
  width: 5rem;
  border-bottom: 1px solid var(--initial-black);
  margin-bottom: 0.5rem;
}

#mainContentsContainer > section > dl > dd{
  width: calc(100% - 6rem);
  border-bottom: 1px solid var(--initial-black);
  margin-bottom: 0.5rem;
}

#mainContentsContainer > section > dl > dd > a{
  color: white;
  text-decoration: none;
}

#mainContentsContainer > section > dl > dd > br{
  display: none;
}

#mainContentsContainer > section > img{
  width: 100%;
  margin-bottom: 1rem;
}

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

.half-and-half > *{
  width: 48%;
}

#outerContainer > section > .swiper-container {
  position: relative;
  margin-bottom: 120px;
}

.swiper-slide > img {
  width: 92%;
  margin: 0 4%;
}

.swiper-pagination{
  bottom: -40px !important;  
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-pagination-bullet{
  background-image: url(../r/swiper-a.svg);
  background-size: contain;
  background-color: transparent;
  background-repeat: no-repeat;
  border-radius: 0;
  width: 0.6rem;
  height: 0.48rem;
  margin-left: 0.7rem !important;
  margin-right: 0.7rem !important;
  opacity: 1;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active{
  width: 1.2rem;
  height: 0.96rem;
  margin-left: 0.4rem !important;
  margin-right: 0.4rem !important;
}

.swiper-button-prev,
.swiper-button-next {
  height: 8vw;
  width: 8vw;
  top: calc(50% - 4vw);
  margin-top: 0;
}
.swiper-button-prev {
  left: 10vw;
}
.swiper-button-next {
  left: auto;
  right: 10vw;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  background-image: url('../r/swiper-arrow.svg');
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  width: 8vw;
  height: 8vw;
  margin: auto;
}
.swiper-button-next::after {
  transform: rotate(180deg)
}
 
.coming-soon{
  text-align: center;
  font-size: 1.6rem;
  margin-top: 10rem;
  margin-bottom: 10rem;
}

/*=========Maximum 980px ===========*/
@media screen and (max-width:980px) {
  
}
/*=========Maximum 768px ===========*/
@media screen and (max-width:768px) {
  html{
    font-size: 12pt;
  }
  .pc-only{
    display: none;
  }
  .sp-only{
    display: block;
  }

  #mainContentsContainer{
    width: 85vw;
    margin-top: 10rem;
  }

  header{
    width: 96vw;
    margin-top: 2rem;
  }

  header > a > img{
    height: 2.5rem;
  }
  

  #mainContentsContainer > h1{
    font-size: 1.5rem;
  }

  #mainContentsContainer > h2{
    width: 12rem;
    margin-left: calc(50% - 6rem);
    margin-right: calc(50% - 6rem);
    transform: translateX(0);
  }

  #mainContentsContainer > dl > dd > br{
    display: initial;
  }
  
  footer{
    margin-top: 2rem;
  }

  
}
/*=========Maximum 576px ===========*/
@media screen and (max-width:576px) {
}
/*=========Maximum 460px ===========*/
@media screen and (max-width:460px) {
}