@charset "UTF-8";
/*reset css*/
body, h1, h2, h3, h4, p, ul, li, a, dl, dt, dd, table, tr, th, td, span {
  margin: 0;
  padding: 0;
  color: #002934;
  text-decoration: none;
  list-style: none;
  line-height: 1;
  outline: none;
  box-sizing: border-box;
}

button, input, select, textarea {
  background-color: unset;
  border: none;
  outline: none;
  -webkit-appearance: none;
}

div, section, article, figure {
  box-sizing: border-box;
  margin: 0;
  display: block;
  padding: 0;
}

/*common*/
html, body {
  font-size: 62.5%;
  letter-spacing: 0;
  color: #333;
  font-family: fot-tsukuardgothic-std, sans-serif;
}

input {
  font-family: fot-tsukuardgothic-std, sans-serif;
}

p {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.02em;
}

a {
  transition: all 0.2s;
}

a:hover {
  opacity: 0.7;
}

img {
  width: 100%;
  vertical-align: bottom;
}

.only_sp {
  display: none;
}

.inner {
  margin: 0 auto;
  width: 124rem;
  padding: 0 2rem;
  position: relative;
  z-index: 1;
}

main {
  overflow: hidden;
}

.white {
  color: #F6F1EC;
}

.tac {
  text-align: center;
}

.tal {
  text-align: left;
}

@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  html, body {
    font-size: 2.6666666667vw;
  }

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  .inner {
    margin: 0 auto;
    width: 100%;
    padding: 0 2.8rem;
    position: relative;
    z-index: 1;
  }
}
@media screen and (min-width: 768px) and (max-width: 1240px) {
  html, body {
    font-size: 0.8064516129vw;
  }
}
/*header*/
.gnavi {
  position: fixed;
  top: 0.5208333333vw;
  right: 0.9375vw;
  width: 2.7604166667vw;
  height: 1.8229166667vw;
  z-index: 3;
  box-sizing: border-box;
  cursor: pointer;
  transition: all 400ms;
}

.gnavi::after {
  width: 140%;
  height: 153%;
  content: "";
  position: absolute;
  top: 0.9895833333vw;
  left: -1.5625vw;
}

.gnavi .jsHumb {
  position: absolute;
  width: 0.8rem;
  height: 5.3rem;
  border-radius: 10px;
  transition: all 400ms;
  z-index: 300;
  transform: rotate(90deg);
}

.gnavi .jsHumb:nth-of-type(1) {
  top: -22%;
}

.gnavi .jsHumb:nth-of-type(2) {
  top: 20%;
}

.gnavi .jsHumb:nth-of-type(3) {
  top: 60%;
}

.gnavi.open .jsHumb {
  transform: rotate(135deg);
  top: 20%;
}

.gnavi.open .jsHumb:nth-of-type(2) {
  display: none;
}

.gnavi.open .jsHumb:nth-of-type(3) {
  transform: rotate(45deg);
}

header {
  width: 100vw;
  position: fixed;
  z-index: 100;
}
header #humbBg {
  width: 18.2291666667vw;
  height: 15.8854166667vw;
  position: absolute;
  right: -6.3541666667vw;
  top: -5.9895833333vw;
  z-index: 2;
}
header #humbBg .humbPath {
  fill: #F6F1EC;
  transition: fill 0.2s ease 0s;
}
header #humbBg.active .humbPath {
  fill: #fff;
}
header #globalHeader {
  will-change: right;
  box-sizing: border-box;
  width: 100vw;
  height: 100vh;
  background: #f6f1ec;
  position: fixed;
  top: 0;
  transition-duration: 0.7s;
  right: -115vw;
  display: flex;
  padding: 14.5833333333vw 0 0 28.125vw;
}
header #globalHeader .headerLogo {
  width: 8.3333333333vw;
}
header #globalHeader .links {
  margin-left: 12.5vw;
}
header #globalHeader .links .link {
  color: #002934;
  font-weight: bold;
  font-size: 1.25vw;
  display: block;
  margin-bottom: 1.5625vw;
}
@media (min-width: 768px) {
  header #globalHeader .links .link.safe {
    display: none;
  }
}
header #globalHeader .links .linkBtn {
  margin-top: 2.6041666667vw;
  width: 14.5833333333vw;
  height: 3.4375vw;
  background: #002934;
  color: #fff;
  font-size: 1.25vw;
  display: block;
  border-radius: 47.5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  header #globalHeader .links .linkBtn.sp {
    display: none;
  }
}
header #globalHeader #globalHeaderObj {
  position: absolute;
  top: 0;
  left: -10.4166666667vw;
  z-index: -1;
  overflow: unset;
}
header #globalHeader.active {
  right: 0;
}
header .safety {
  padding: 1.6rem 2.4rem;
  border-radius: 24px;
  background: transparent;
  font-size: 1.4rem;
  letter-spacing: 0.02em;
  position: fixed;
  display: block;
  bottom: 0.9259259259vh;
  color: #fff;
  left: 3.125vw;
  background: #002934;
}
header .reserve {
  padding: 2.5rem 3rem;
  font-size: 1.6rem;
  border-radius: 41px;
  border: 1px solid #002934;
  background: #F6F1EC;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  right: 1.5625vw;
  bottom: 0.5208333333vw;
  letter-spacing: 0.2em;
}

@media (max-width: 767px) {
  /*header*/
  .gnavi {
    position: fixed;
    top: 0rem;
    right: 2.5rem;
    width: 1.1rem;
    height: 1.5rem;
  }

  .gnavi::after {
    width: 300%;
    height: 153%;
    content: "";
    position: absolute;
    top: 1;
    left: -1rem;
  }

  .gnavi .jsHumb {
    position: absolute;
    width: 0.64rem;
    height: 4.24rem;
    border-radius: 10px;
    transition: all 400ms;
    z-index: 300;
    transform: rotate(90deg);
  }

  header {
    width: 100vw;
    position: fixed;
    z-index: 100;
  }
  header #humbBg {
    width: 46.6666666667vw;
    height: 40.6666666667vw;
    position: absolute;
    right: -16.2666666667vw;
    top: -15.3333333333vw;
    z-index: 2;
  }
  header #humbBg .humbPath {
    fill: #F6F1EC;
    transition: fill 0.2s ease 0s;
  }
  header #humbBg.active .humbPath {
    fill: #fff;
  }
  header #globalHeader {
    right: -140vw;
    display: block;
    padding: 8.4vh 0 0 0;
    z-index: 1;
  }
  header #globalHeader .headerLogo {
    width: 8.8rem;
    margin: 0 auto 4rem;
  }
  header #globalHeader .links {
    margin-left: auto;
    text-align: center;
  }
  header #globalHeader .links .link {
    font-size: 1.6rem;
    margin-bottom: 2.4rem;
  }
  header #globalHeader .links .linkBtn {
    width: 20rem;
    height: 4.4rem;
    background: #002934;
    color: #fff;
    font-size: 1.6rem;
    display: block;
    border-radius: 47.5px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 3rem auto 0;
  }
  header #globalHeader .links .safe {
    display: inline-block;
    margin: 3rem auto 0;
    line-height: 1.5;
    text-align: center;
  }
  header #globalHeader #globalHeaderObj {
    position: absolute;
    top: 0;
    left: -15rem;
    z-index: -1;
    overflow: unset;
  }
  header #globalHeader.active {
    right: 0;
  }
  header .safety {
    padding: 1.6rem 2.4rem;
    border-radius: 24px;
    background: transparent;
    border: 1px solid #f6f1ec;
    font-size: 1.6rem;
    letter-spacing: 0.02em;
    position: fixed;
    display: block;
    bottom: 4.6296296296vh;
    color: #fff;
    left: 3.125vw;
    display: none;
  }
  header .reserve {
    width: 100vw;
    padding: 2.5rem 1.6rem;
    font-size: 2rem;
    color: #fff;
    border-radius: 0;
    background: #002934;
    background: rgba(0, 41, 52, 0.9);
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    right: 0;
    bottom: 0;
    letter-spacing: 0.056em;
  }
  header .reserve:after {
    background: url(/images/index_slider_arrow_r.png) center center no-repeat;
    background-size: cover;
    content: "";
    width: 0.9485rem;
    height: 1.701rem;
    display: block;
    margin-left: 2rem;
  }
}
.js-focus {
  opacity: 0;
}

.focus-in {
  -webkit-animation: focus-in 1s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
  animation: focus-in 1s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}

@-webkit-keyframes focus-in {
  0% {
    filter: blur(12px);
    opacity: 0;
  }
  100% {
    filter: blur(0px);
    opacity: 1;
  }
}

@keyframes focus-in {
  0% {
    filter: blur(12px);
    opacity: 0;
  }
  100% {
    filter: blur(0px);
    opacity: 1;
  }
}
.js-under-fade {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.5s cubic-bezier(0.5, 1, 0.89, 1), transform 0.5s cubic-bezier(0.5, 1, 0.89, 1);
}

.js-right-fade {
  transform: translateX(100px);
  opacity: 0;
  transition: opacity 1.5s cubic-bezier(0.5, 1, 0.89, 1), transform 1.5s cubic-bezier(0.5, 1, 0.89, 1);
}

.js-left-fade {
  transform: translateX(-100px);
  opacity: 0;
  transition: opacity 1.5s cubic-bezier(0.5, 1, 0.89, 1), transform 1.5s cubic-bezier(0.5, 1, 0.89, 1);
}

.fade-in {
  opacity: 1;
  transform: translate(0);
}

.bgGrdAnime {
  -webkit-animation: bggradient 5s ease infinite;
          animation: bggradient 5s ease infinite;
  background: #0B373C;
}

@-webkit-keyframes bggradient {
  0% {
    background: #0B373C;
  }
  25% {
    background: #0D3E4E;
  }
  50% {
    background: #14586C;
  }
  75% {
    background: #0D3E4E;
  }
  100% {
    background: #0B373C;
  }
}

@keyframes bggradient {
  0% {
    background: #0B373C;
  }
  25% {
    background: #0D3E4E;
  }
  50% {
    background: #14586C;
  }
  75% {
    background: #0D3E4E;
  }
  100% {
    background: #0B373C;
  }
}
.sectionTitle {
  letter-spacing: 0.054em;
}
.sectionTitle .jp {
  font-size: 4.8rem;
  margin-bottom: 2.3rem;
  display: block;
  line-height: 1.22;
}
.sectionTitle .en {
  font-size: 2.4rem;
  letter-spacing: 0.048em;
  display: block;
}

@media (max-width: 767px) {
  .sectionTitle {
    letter-spacing: 0.054em;
  }
  .sectionTitle .jp {
    font-size: 4rem;
    margin-bottom: 2.3rem;
    display: block;
  }
  .sectionTitle .en {
    font-size: 2.4rem;
    letter-spacing: 0.048em;
    display: block;
  }
}
.borderFogTop::before {
  content: "";
  position: absolute;
  top: -23.4375vw;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 100vw;
  height: 44.4270833333vw;
  overflow: hidden;
  pointer-events: none;
  background: url(/images/borderFog_all.png) center center no-repeat;
  background-size: cover;
  z-index: -1;
  opacity: 0.2;
}

.subpage .borderFogTop::before {
  display: none;
}

.picSlider.borderFogTop::before {
  top: -5.2083333333vw;
}

@media (max-width: 767px) {
  .borderFogTop::before {
    content: "";
    position: absolute;
    top: -14rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 100vw;
    height: 24.75rem;
    overflow: hidden;
    pointer-events: none;
    background: url(/images/borderFog_all_sp.png) center center no-repeat;
    background-size: cover;
    z-index: -1;
  }

  .picSlider.borderFogTop::before {
    top: -10rem;
  }
}
#fog {
  position: fixed;
  top: 0;
  left: 0;
  width: 300%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  z-index: 1;
}
#fog:before, #fog:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 500%;
  background-size: contain;
  background-position: center;
  background-repeat: repeat-x;
}
#fog:before {
  background-image: url("/images/fog_bg_b.png");
  -webkit-animation: drift1 120s linear 0s infinite;
          animation: drift1 120s linear 0s infinite;
}
#fog:after {
  background-image: url("/images/fog_bg_b.png");
  -webkit-animation: drift2 60s linear 0s infinite;
          animation: drift2 60s linear 0s infinite;
}
@-webkit-keyframes drift1 {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-200vw, 0, 0);
  }
}
@keyframes drift1 {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-200vw, 0, 0);
  }
}
@-webkit-keyframes drift2 {
  from {
    transform: translate3d(-400vw, 0, 0);
    filter: blur(12px);
  }
  to {
    transform: translate3d(-200vw, 0, 0);
    filter: blur(12px);
  }
}
@keyframes drift2 {
  from {
    transform: translate3d(-400vw, 0, 0);
    filter: blur(12px);
  }
  to {
    transform: translate3d(-200vw, 0, 0);
    filter: blur(12px);
  }
}

#index {
  /* スクロール  */
}
@media (min-width: 769px) {
  #index .pcSectionLayout {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100vh;
  }
  #index .pcSectionLayoutAbsolute {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
}
@media (min-width: 769px) {
  #index section.section {
    height: 100vh;
  }
}
#index .index_slider {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}
#index .index_slider img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100vw;
  height: 100vh;
}
#index #menu {
  position: fixed;
  top: 50%;
  right: 2%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  z-index: 10;
}
#index #menu ul {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
#index #menu ul li {
  background: #f6f1ec;
  width: 1.5rem;
  height: 1.5rem;
  margin-bottom: 1rem;
  border-radius: 60px;
  transition-duration: 0.3s;
  transform-origin: center center;
  transform: scale(0.75);
  cursor: pointer;
}
#index #menu ul li.active {
  transform: scale(1);
}
@media (max-width: 767px) {
  #index #menu {
    display: none;
  }
}
#index .scroll {
  cursor: pointer;
  position: absolute;
  height: 3rem;
  padding-top: 0.8rem;
  font-size: 1rem;
  letter-spacing: 1.3px;
  transform: rotate(90deg) translate3d(30px, 0, 0);
  transform-origin: right top;
  display: block;
  width: 4.3rem;
  height: 3rem;
  left: 3rem;
  bottom: 13rem;
  z-index: 15;
}
#index .scroll a {
  font-size: 1.2rem;
  color: #002934;
  font-weight: bold;
}
#index .scroll i {
  position: absolute;
  top: 1.5rem;
  right: -15rem;
  width: 13rem;
  height: 0.1rem;
  background-color: #002934;
  overflow: hidden;
}
#index .scroll i:before {
  display: block;
  content: "";
  background: #f6f1ec;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  width: 100%;
  height: 1px;
  transform: translate3d(0, 0, 0);
  -webkit-animation-name: scroll;
          animation-name: scroll;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: none;
          animation-fill-mode: none;
}
@-webkit-keyframes scroll {
  0% {
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes scroll {
  0% {
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    transform: translate3d(100%, 0, 0);
  }
}
@media (max-width: 767px) {
  #index .scroll {
    left: 42%;
  }
  #index .scroll a .text {
    display: block;
    transform: rotate(-90deg);
    text-align: center;
    width: 6rem;
  }
  #index .scroll i {
    position: absolute;
    top: 1.5rem;
    right: -13rem;
    width: 13rem;
    height: 0.1rem;
    background-color: #002934;
    overflow: hidden;
  }
}
#index .moreBtn {
  width: 18rem;
  height: 5.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 27.5px;
  background: #002934;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0, 22em;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
#index video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: fixed;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
#index .mv {
  width: 100vw;
  height: 56.25vw;
  max-height: 100vh;
  position: relative;
  box-sizing: content-box;
  overflow: hidden;
}
#index .mv .mvContentWrap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#index .mv .mvContentWrap h1 {
  width: 15.625vw;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}
#index .mv .mvContentWrap .countdown-timer {
  text-align: center;
  position: relative;
  z-index: 5;
}
#index .mv .mvContentWrap .countdown-timer h2 {
  font-size: 4.8rem;
  color: #002934;
  margin-bottom: 2rem;
}
#index .mv .mvContentWrap .countdown-timer #label {
  font-size: 3rem;
  color: #002934;
  font-weight: bold;
  margin-bottom: 3rem;
}
#index .mv .mvContentWrap .countdown-timer .wrapper {
  display: flex;
  justify-content: center;
}
#index .mv .mvContentWrap .countdown-timer .wrapper .box {
  margin: 0 1rem;
  width: 20rem;
  height: 14rem;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  font-size: 1.8rem;
  color: #fff;
  background: #002934;
}
#index .mv .mvContentWrap .countdown-timer .wrapper .box1 {
  background: rgba(0, 41, 52, 0.8);
}
#index .mv .mvContentWrap .countdown-timer .wrapper .box2 {
  background: rgba(0, 41, 52, 0.8);
}
#index .mv .mvContentWrap .countdown-timer .wrapper .box3 {
  background: rgba(0, 41, 52, 0.8);
}
#index .mv .mvContentWrap .countdown-timer .wrapper .box4 {
  background: rgba(0, 41, 52, 0.8);
}
#index .mv .mvContentWrap .countdown-timer span {
  color: #fff;
  font-size: 5.6rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
@media (max-width: 767px) {
  #index .mv .mvContentWrap .countdown-timer {
    text-align: center;
  }
  #index .mv .mvContentWrap .countdown-timer h2 {
    font-size: 3.6rem;
    line-height: 1.22;
  }
  #index .mv .mvContentWrap .countdown-timer #label {
    font-size: 2.4rem;
    color: #002934;
    font-weight: bold;
    margin-bottom: 3rem;
  }
  #index .mv .mvContentWrap .countdown-timer .wrapper {
    display: flex;
    justify-content: center;
  }
  #index .mv .mvContentWrap .countdown-timer .wrapper .box {
    margin: 0 0.25rem;
    width: 8rem;
    height: 10rem;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    font-size: 1.4rem;
    color: #fff;
  }
  #index .mv .mvContentWrap .countdown-timer span {
    color: #fff;
    font-size: 3.6rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
  }
}
#index .message {
  padding: 0 0 0;
}
#index .message h2 {
  width: 25.2rem;
  margin: 0 auto 5.4rem;
}
#index .message p {
  font-weight: normal;
  font-size: 1.6rem;
  letter-spacing: 0.02em;
  line-height: 2;
  text-align: center;
  color: #f6f1ec;
  width: 95rem;
  margin: 0 auto;
}
#index .information {
  padding: 5vh 0 0;
  position: relative;
  z-index: 1;
}
#index .information .picSlider {
  margin-bottom: 2.4rem;
  z-index: 1;
}
#index .information .picSlider .slick-slide {
  margin: 0 2.0833333333vw;
}
#index .information .picSlider picture {
  border-radius: 10px;
  overflow: hidden;
}
#index .information .sectionTitle {
  margin-bottom: 3.5rem;
  position: relative;
  z-index: 1;
}
#index .information p {
  font-size: 1.6rem;
  letter-spacing: 0.02em;
  line-height: 2;
  text-align: center;
  width: 86.8rem;
  margin: 0 auto 2.6rem;
  position: relative;
  z-index: 1;
}
#index .commit {
  padding: 5vh 0;
  margin-top: 0;
  position: relative;
}
#index .commit .inner {
  padding: 0 2rem 0;
}
#index .commit .moreBtn {
  background: #f6f1ec;
  color: #002934;
}
@media (max-width: 767px) {
  #index .commit .moreBtn.pc {
    display: none !important;
  }
}
@media (max-width: 767px) {
  #index .commit .moreBtn.sp {
    display: flex !important;
  }
}
@media (min-width: 768px) {
  #index .commit .moreBtn.sp {
    display: none !important;
  }
}
#index .commit .sectionTitle {
  margin-bottom: 5rem;
}
#index .commit .sectionTitle .big {
  font-size: 6rem;
  color: #F6F1EC;
}
#index .commit .lead {
  color: #fff;
  text-align: left;
  margin-bottom: 4rem;
  width: auto;
}
#index .commit .commitSliderWrapper {
  position: relative;
}
#index .commit .commitSliderWrapper .slick-prev, #index .commit .commitSliderWrapper .slick-next {
  top: 45%;
}
#index .commit .commitSliderWrapper .slick-prev:before, #index .commit .commitSliderWrapper .slick-next:before {
  content: "";
  width: 2.168rem;
  height: 3.888rem;
  display: block;
}
#index .commit .commitSliderWrapper .slick-prev:before {
  background: url(/images/index_slider_arrow_l.png) center center no-repeat;
  background-size: cover;
}
#index .commit .commitSliderWrapper .slick-next:before {
  background: url(/images/index_slider_arrow_r.png) center center no-repeat;
  background-size: cover;
}
#index .commit .commitSlider {
  position: relative;
}
#index .commit article {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  height: 26rem;
}
#index .commit article .commitLinkBtn {
  z-index: 5;
  display: block;
  width: 8rem;
  height: 8rem;
  background: #F6F1EC;
  transition-duration: 0.4s;
  position: static;
  top: 39%;
  transform: translateY(-50%);
}
#index .commit article .commitLinkBtn::after, #index .commit article .commitLinkBtn::before {
  content: "";
  width: 2rem;
  height: 0.1rem;
  background: #002934;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}
#index .commit article .commitLinkBtn::after {
  height: 2rem;
  width: 0.1rem;
}
@media (min-width: 768px) {
  #index .commit article .commitLinkBtn.sp {
    display: none;
  }
}
#index .commit article .enTitle {
  position: absolute;
  position: absolute;
  top: 9rem;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  text-align: center;
}
#index .commit article .enTitle .number {
  font-weight: bold;
  font-size: 3.6rem;
  letter-spacing: 0.02em;
  line-height: 1.133;
  color: #fff;
  display: block;
}
#index .commit article .enTitle .en {
  font-weight: bold;
  font-size: 2.4rem;
  letter-spacing: 0.02em;
  line-height: 1.6667;
  color: #fff;
  display: block;
  margin-bottom: 3.4rem;
}
#index .commit article .txtBox {
  padding-top: 8rem;
  flex: 0 0 44rem;
}
#index .commit article .txtBox h3 {
  font-size: 3.2rem;
  letter-spacing: 0.024em;
  color: #fff;
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 2.4rem;
}
#index .commit article .txtBox h3 span {
  color: #fff;
  font-size: 1.5rem;
  letter-spacing: 0.024em;
  font-weight: bold;
  margin-left: 4.3rem;
  margin-top: 0.8rem;
  position: relative;
  display: block;
}
#index .commit article .txtBox h3 span::after {
  content: "";
  width: 2.4rem;
  height: 0.1rem;
  background: #fff;
  position: absolute;
  top: 50%;
  left: -3rem;
  transform: translateY(-50%);
}
#index .commit article .txtBox p {
  font-size: 1.8rem;
  letter-spacing: 0.02em;
  line-height: 2;
  color: #f6f1ec;
  padding-right: 4rem;
}
#index .commit article.objLeft {
  flex-direction: row-reverse;
}
#index .commit article.objLeft .commitLinkBtn {
  right: 5%;
}
#index .commit article.objLeft .txtBox {
  margin-left: 32rem;
}
@media (min-width: 1241px) {
  #index .commit article.objLeft figure {
    margin-left: calc(58% - 50vw);
    margin-right: 0;
  }
}
#index .commit article.objRight {
  flex-direction: unset;
}
#index .commit article.objRight .commitLinkBtn {
  left: 5%;
}
#index .commit article.objRight .txtBox {
  margin-right: 32rem;
}
@media (min-width: 1241px) {
  #index .commit article.objRight figure {
    margin-right: calc(58% - 50vw);
    margin-left: 0;
  }
}
#index .commit article.commit1 figure {
  padding-top: 3rem;
  max-width: 760px;
  width: 34.3rem;
}
#index .commit article.commit2 figure {
  padding-top: 0;
  max-width: 588px;
  width: 26.58rem;
}
#index .commit article.commit3 figure {
  padding-top: 3rem;
  max-width: 647px;
  width: 29.2rem;
}
#index .otherLinks {
  position: relative;
}
#index .otherLinks .wrapper {
  display: flex;
  padding: 12vh 5rem;
  position: relative;
  z-index: 2;
  justify-content: center;
}
#index .otherLinks article {
  width: 50%;
  position: relative;
}
#index .otherLinks article figure {
  width: 15rem;
  margin: 0 auto 6rem;
  position: relative;
  z-index: 2;
}
#index .otherLinks article h2 {
  text-align: center;
  margin-bottom: 3rem;
  position: relative;
  z-index: 2;
}
#index .otherLinks article p {
  text-align: center;
  width: 43rem;
  margin: 0 auto 5rem;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.022em;
  position: relative;
  z-index: 2;
}
#index .otherLinks article dl {
  display: flex;
  width: 45rem;
  margin: 0 auto 1.6rem;
}
#index .otherLinks article dl dt, #index .otherLinks article dl dd {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.022em;
}
#index .otherLinks article dl dt {
  width: 20%;
}
#index .otherLinks article dl dd {
  width: 80%;
}
#index .otherLinks article dl:last-of-type {
  margin-bottom: 5rem;
}
#index .otherLinks article .otherLinksLinkBtn {
  display: block;
  width: 8rem;
  height: 8rem;
  background: #002934;
  transition-duration: 0.4s;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  z-index: 2;
}
#index .otherLinks article .otherLinksLinkBtn::after, #index .otherLinks article .otherLinksLinkBtn::before {
  content: "";
  width: 2rem;
  height: 0.1rem;
  background: #fff;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}
#index .otherLinks article .otherLinksLinkBtn::after {
  height: 2rem;
  width: 0.1rem;
}
#index .otherLinks article .otherLinksLinkBtn.sp {
  display: none;
}
#index .news .inner {
  padding: 24.5rem 2rem 19rem;
}
#index .news .sectionTitle {
  margin-bottom: 3.5rem;
}
#index .news ul {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5.2rem;
}
#index .news ul li {
  width: 37rem;
}
#index .news ul li figure {
  margin-bottom: 1.3rem;
}
#index .news ul li .day {
  font-size: 1.6rem;
  letter-spacing: 0.02em;
  line-height: 1.75;
  color: #002934;
  margin-bottom: 4.3rem;
}
#index .news ul li .title {
  font-size: 2rem;
  letter-spacing: 0.02em;
  line-height: 1.4;
  margin-bottom: 1.8rem;
}
#index .news ul li p {
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.02em;
}
#index .news ul li:nth-of-type(2) {
  margin-top: 10rem;
}
#index .news ul li:nth-of-type(3) {
  margin-top: 20rem;
}

@media (max-width: 767px) {
  #index video {
    width: 100%;
    height: 100vh;
  }
  #index .mv {
    width: 100vw;
    height: 100vh;
    max-height: 100vh;
  }
  #index .mv .mvContentWrap {
    width: 100%;
    height: 85%;
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 0;
  }
  #index .mv .mvContentWrap h1 {
    width: 12.2rem;
  }
  #index .mv .mvContentWrap #fog {
    position: fixed;
    top: 0;
    left: 0;
    width: 300%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
    z-index: 1;
  }
  #index .mv .mvContentWrap #fog:before, #index .mv .mvContentWrap #fog:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 500%;
    background-size: contain;
    background-position: center;
    background-repeat: repeat-x;
  }
  #index .mv .mvContentWrap #fog:before {
    -webkit-animation: drift1 40s linear 0s infinite;
            animation: drift1 40s linear 0s infinite;
  }
  #index .mv .mvContentWrap #fog:after {
    -webkit-animation: drift2 20s linear 0s infinite;
            animation: drift2 20s linear 0s infinite;
  }
  @-webkit-keyframes drift1 {
    from {
      transform: translate3d(0, 0, 0);
    }
    to {
      transform: translate3d(-200vw, 0, 0);
    }
  }
  @keyframes drift1 {
    from {
      transform: translate3d(0, 0, 0);
    }
    to {
      transform: translate3d(-200vw, 0, 0);
    }
  }
  @-webkit-keyframes drift2 {
    from {
      transform: translate3d(-400vw, 0, 0);
      filter: blur(12px);
    }
    to {
      transform: translate3d(-200vw, 0, 0);
      filter: blur(12px);
    }
  }
  @keyframes drift2 {
    from {
      transform: translate3d(-400vw, 0, 0);
      filter: blur(12px);
    }
    to {
      transform: translate3d(-200vw, 0, 0);
      filter: blur(12px);
    }
  }
  #index .message {
    padding: 12rem 0;
  }
  #index .message h2 {
    width: 18.2rem;
    margin: 0 auto 5.4rem;
  }
  #index .message p {
    width: auto;
  }
  #index .information {
    padding: 10rem 0;
    position: relative;
    z-index: 1;
  }
  #index .information .sectionTitle {
    margin-bottom: 6rem;
  }
  #index .information p {
    width: auto;
    padding: 0 2.8rem;
    margin: 0 auto 4rem;
  }
  #index .commit {
    margin-top: 0;
    padding: 0;
  }
  #index .commit .inner {
    padding: 10rem 2rem 5rem;
  }
  #index .commit .commitSliderWrapper {
    position: relative;
  }
  #index .commit .commitSliderWrapper .slick-prev, #index .commit .commitSliderWrapper .slick-next {
    top: 30%;
  }
  #index .commit .commitSliderWrapper .slick-prev:before, #index .commit .commitSliderWrapper .slick-next:before {
    content: "";
    width: 1.897rem;
    height: 3.402rem;
    display: block;
  }
  #index .commit .picSlider {
    position: relative;
    z-index: 1;
    top: -7rem;
  }
  #index .commit .picSlider .slick-slide {
    margin: 0 2.0833333333vw;
  }
  #index .commit .moreBtn {
    margin-bottom: 0;
  }
  #index .commit .sectionTitle {
    margin-bottom: 4.8rem;
    text-align: center;
  }
  #index .commit .sectionTitle .big {
    font-size: 5.3rem;
    color: #F6F1EC;
  }
  #index .commit .sectionTitle .jp {
    margin-bottom: 0;
  }
  #index .commit .sectionTitle span {
    line-height: 1.2;
  }
  #index .commit .sectionTitle span.en {
    margin-top: 1.8rem;
  }
  #index .commit .lead {
    color: #fff;
    text-align: center;
    margin-bottom: 8rem;
    width: auto;
  }
  #index .commit article {
    display: block;
    align-items: center;
    position: relative;
    margin-bottom: 6rem;
    height: auto;
  }
  #index .commit article .commitLinkBtn {
    display: block;
    width: 4.9rem;
    height: 4.9rem;
    position: absolute;
    top: 0;
    transform: unset;
  }
  #index .commit article .commitLinkBtn::after, #index .commit article .commitLinkBtn::before {
    content: "";
    width: 1.2rem;
  }
  #index .commit article .commitLinkBtn::after {
    height: 1.2rem;
    width: 0.1rem;
  }
  #index .commit article .commitLinkBtn.pc {
    display: none;
  }
  #index .commit article .commitLinkBtn {
    position: absolute;
  }
  #index .commit article .enTitle {
    position: static;
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
    transform: unset;
    text-align: center;
    margin-bottom: 0;
  }
  #index .commit article .enTitle .number {
    font-size: 3.6rem;
    margin-left: 0.4rem;
  }
  #index .commit article .enTitle .en {
    font-size: 2.4rem;
  }
  #index .commit article .txtBox {
    padding-top: 0;
    width: 100%;
  }
  #index .commit article .txtBox h3 {
    font-size: 3rem;
    display: block;
    align-items: center;
    margin-bottom: 1.8rem;
    text-align: center;
  }
  #index .commit article .txtBox h3 span {
    margin-left: auto;
    margin-top: 4rem;
  }
  #index .commit article .txtBox h3 span::after {
    top: -1.5rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  #index .commit article .txtBox p {
    color: #f6f1ec;
    text-align: center;
    padding: 0;
    margin-bottom: 4rem;
  }
  #index .commit article figure {
    width: 100%;
    margin: 0 auto 3.5rem;
  }
  #index .commit article.objLeft {
    flex-direction: row-reverse;
  }
  #index .commit article.objLeft .commitLinkBtn {
    right: 2.4rem;
  }
  #index .commit article.objLeft .txtBox {
    margin-left: 0;
  }
}
@media (max-width: 767px) and (min-width: 1241px) {
  #index .commit article.objLeft figure {
    margin-left: calc(58% - 50vw);
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  #index .commit article.objRight {
    flex-direction: unset;
  }
  #index .commit article.objRight .commitLinkBtn {
    left: calc(50% - 50vw);
  }
  #index .commit article.objRight .txtBox {
    margin-right: 0;
  }
}
@media (max-width: 767px) and (min-width: 1241px) {
  #index .commit article.objRight figure {
    margin-right: calc(58% - 50vw);
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  #index .commit article.commit1 figure {
    max-width: 760px;
    width: 70.9333333333vw;
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  #index .commit article.commit2 figure {
    max-width: 588px;
    width: 54.88vw;
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  #index .commit article.commit3 figure {
    max-width: 647px;
    width: 60.3866666667vw;
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  #index .otherLinks .wrapper {
    display: block;
    padding: 10rem 0 10rem;
    position: relative;
    z-index: 2;
  }
  #index .otherLinks article:not(:last-of-type) {
    margin-bottom: 8rem;
  }
  #index .otherLinks article {
    width: 100%;
    padding: 0 2.8rem;
  }
  #index .otherLinks article figure {
    width: 14.5rem;
    margin: 0 auto 4rem;
    z-index: 2;
  }
  #index .otherLinks article h2 {
    margin-bottom: 2.2rem;
    z-index: 2;
  }
  #index .otherLinks article h2 span {
    line-height: 1.2;
  }
  #index .otherLinks article p {
    width: 90%;
    margin: 0 auto 5rem;
  }
  #index .otherLinks article dl {
    display: flex;
    width: 90%;
    margin: 0 auto 2rem;
  }
  #index .otherLinks article dl dt, #index .otherLinks article dl dd {
    font-size: 1.6rem;
    line-height: 2;
    letter-spacing: 0.022em;
  }
  #index .otherLinks article dl dt {
    width: 30%;
  }
  #index .otherLinks article dl dd {
    width: 70%;
  }
  #index .otherLinks article .otherLinksLinkBtn.sp {
    width: 4.9rem;
    height: 4.9rem;
    top: 88%;
    transform: translateY(-50%);
    right: calc(50% - 50vw);
    display: block;
  }
  #index .otherLinks article .otherLinksLinkBtn.sp::after, #index .otherLinks article .otherLinksLinkBtn.sp::before {
    content: "";
    width: 1.2rem;
    height: 0.1rem;
    background: #fff;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
  }
  #index .otherLinks article .otherLinksLinkBtn.sp::after {
    height: 1.2rem;
    width: 0.1rem;
  }
  #index .otherLinks article .otherLinksLinkBtn.pc {
    display: none;
  }
}
@media (max-width: 767px) {
  #index .news .inner {
    padding: 12.5rem 2.8rem 12.5rem;
  }
  #index .news .sectionTitle {
    margin-bottom: 9rem;
  }
  #index .news ul {
    display: block;
    margin-bottom: 3.2rem;
  }
  #index .news ul li {
    width: 100%;
  }
  #index .news ul li:nth-of-type(2) {
    margin-top: 0;
  }
  #index .news ul li:nth-of-type(3) {
    margin-top: 0;
  }
  #index .news ul li:not(:last-of-type) {
    margin-bottom: 5.2rem;
  }
}
footer .inner {
  padding: 14rem 0 0;
  position: relative;
}
footer .sectionTitle {
  margin-bottom: 3rem;
}
footer .lead {
  font-size: 1.6rem;
  letter-spacing: 0.02em;
  line-height: 2;
  text-align: center;
  color: #f6f1ec;
  margin-bottom: 4rem;
}
footer .contactBtn {
  width: 26rem;
  height: 5.6rem;
  border-radius: 40px;
  background: #f6f1ec;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #002934;
  font-size: 1.6rem;
  letter-spacing: 0.02em;
  margin: 0 auto 11.8rem;
}
footer .footerLinkArea {
  display: flex;
  justify-content: center;
  margin-bottom: 6rem;
}
footer .footerLinkArea .logo {
  width: 32rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .footerLinkArea .logo a {
  width: 13.8rem;
  display: block;
  margin: 0 auto;
}
footer .footerLinkArea .links {
  margin-top: 1.5rem;
  width: 32rem;
  text-align: center;
}
footer .footerLinkArea .links a {
  display: inline-block;
  font-size: 1.8rem;
  letter-spacing: 0.02em;
  color: #f6f1ec;
  margin-bottom: 2.6rem;
}
footer .footerLinkArea .btns {
  width: 32rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
footer .footerLinkArea .btns .reserveBtn {
  width: 23.2rem;
  height: 6.2rem;
  border-radius: 41px;
  background: #f6f1ec;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #002934;
  font-size: 1.4rem;
  letter-spacing: 0.02em;
  margin: 0 auto;
}
footer .footerLinkArea .btns a:not(:first-of-type) {
  margin-top: 2.2rem;
}
footer .footerLinkArea .reserveBtn {
  width: 25.2rem;
  height: 8.2rem;
  border-radius: 41px;
  background: #f6f1ec;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #002934;
  font-size: 1.8rem;
  letter-spacing: 0.02em;
  margin: 0 auto;
  line-height: 1.333;
}
footer .footerLinkArea .reserveBtn.sp12 {
  font-size: 1.2rem;
}
footer .snslinkArea {
  display: flex;
  justify-content: center;
  padding: 2rem 0;
}
footer .snslinkArea a {
  width: 4rem;
  margin: 0 1rem;
  display: block;
}
footer .copy {
  padding: 1.45rem 0;
  font-size: 1.4rem;
  text-align: center;
  color: #f6f1ec;
  margin: 0 calc(50% - 50vw);
}

@media (max-width: 767px) {
  footer .inner {
    padding: 12.5rem 2.8rem 0;
    position: relative;
  }
  footer .sectionTitle {
    margin: 0 calc(50% - 50vw) 3rem;
  }
  footer .lead {
    margin-bottom: 3.2rem;
  }
  footer .footerLinkArea {
    display: block;
    flex-wrap: wrap;
    margin-bottom: 4.7rem;
  }
  footer .footerLinkArea .logo {
    order: 1;
    width: 14rem;
    margin: 0 auto 4.6rem;
  }
  footer .footerLinkArea .logo a {
    width: 12.8rem;
    display: block;
    margin: 0 auto;
  }
  footer .footerLinkArea .links {
    order: 2;
    margin-top: 0;
    width: 100%;
    margin-bottom: 2rem;
  }
  footer .footerLinkArea .links a {
    display: inline-block;
    font-size: 1.6rem;
  }
  footer .footerLinkArea .reserveBtn {
    width: 25.2rem;
    height: 8.2rem;
    border-radius: 40px;
    font-size: 1.6rem;
    margin-top: 2rem;
    margin-left: -5.7rem;
  }
  footer .footerLinkArea .reserve {
    order: 3;
    display: flex;
    justify-content: left;
    align-items: center;
    width: 50%;
  }
  footer .copy {
    padding: 1.45rem 0;
    font-size: 1.4rem;
    text-align: center;
    color: #f6f1ec;
    margin: 0 calc(50% - 50vw);
  }
}
#subpage .mv {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100vw;
  height: 68rem;
  padding-top: 30rem;
  position: relative;
}
#subpage p {
  color: #333;
}
#subpage .bgSubpage {
  background-image: url(/images/subpage_bg_img.jpg);
  background-size: 300px;
  background-repeat: repeat;
  background-position: center;
}
#subpage section.sectionPadding {
  padding-bottom: 12rem;
}

@media (max-width: 767px) {
  #subpage .mv {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100vw;
    height: 54rem;
    padding-top: 50%;
    position: relative;
  }
  #subpage .sectionTitle {
    letter-spacing: 0.054em;
  }
  #subpage .sectionTitle .jp {
    font-size: 4.4rem;
    margin-bottom: 1.6rem;
  }
  #subpage .sectionTitle .en {
    font-size: 1.8rem;
  }
  #subpage p {
    color: #333333;
  }
  #subpage .bgSubpage {
    background-image: url(/images/subpage_bg_img.jpg);
    background-size: 300px;
    background-repeat: repeat;
    background-position: center;
  }
  #subpage section.sectionPadding {
    padding-bottom: 12rem;
  }
}
#guide .mv {
  background-image: url(/images/guide_mv.jpg);
}

#point .mv {
  background-image: url(/images/point_mv.jpg);
}

#price .mv {
  background-image: url(/images/price_mv.jpg);
  background-position: center center;
}

#contact .mv {
  background-image: url(/images/news_mv.jpg);
}

#flow .mv {
  background-image: url(/images/flow_mv.jpg);
}

#news .mv {
  background-image: url(/images/news_mv.jpg);
}

@media (max-width: 767px) {
  #guide .mv {
    background-image: url(/images/guide_mv_sp.jpg);
  }

  #point .mv {
    background-image: url(/images/point_mv_sp.jpg);
  }

  #price .mv {
    background-image: url(/images/price_mv_sp.jpg);
  }

  #contact .mv {
    background-image: url(/images/news_mv_sp.jpg);
  }

  #flow .mv {
    background-image: url(/images/flow_mv_sp.jpg);
  }

  #news .mv {
    background-image: url(/images/news_mv_sp.jpg);
  }
}
#guide p {
  color: #333;
}
#guide .guide {
  padding-top: 18rem;
}
#guide .guide .receptionImg {
  margin-bottom: 7rem;
  border-radius: 10px;
  overflow: hidden;
}
#guide .guide h2 {
  font-size: 2.4rem;
  letter-spacing: 0.02em;
  text-align: left;
  color: #333;
  margin-bottom: 1.6rem;
}
#guide .guide .columnBox.reverse {
  flex-direction: row-reverse;
}
#guide .guide .columnBox {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12rem;
}
#guide .guide .columnBox figure {
  width: 60rem;
  border-radius: 10px;
  overflow: hidden;
}
#guide .guide .columnBox .txtBox {
  width: calc(100% - 60rem);
  padding: 0 8rem;
  display: flex;
  align-items: left;
  justify-content: center;
  flex-direction: column;
}
#guide .guide .columnBox .txtBox p {
  color: #333;
}
@media (max-width: 767px) {
  #guide .guide .columnBox {
    display: block;
    margin-bottom: 8rem;
  }
  #guide .guide .columnBox figure {
    width: auto;
    margin-bottom: 1.6rem;
  }
  #guide .guide .columnBox .txtBox {
    width: auto;
    padding: 0;
    display: flex;
    align-items: left;
    justify-content: center;
    flex-direction: column;
  }
  #guide .guide .columnBox:last-of-type {
    margin-bottom: 12rem;
  }
}
#guide .guide .receptionTxt {
  margin-bottom: 12rem;
}
#guide .guide .cap {
  position: absolute;
  top: 2.5rem;
  left: 3rem;
  padding: 2rem 1.5rem;
  background: #FF0000;
  color: #fff;
  font-size: 2.4rem;
  display: inline-block;
}
#guide .guide .sliderTxt {
  margin-bottom: 11.2rem;
}
#guide .guide .saunaroomList {
  display: flex;
  justify-content: space-between;
  margin-bottom: 7.2rem;
  padding: 0;
}
#guide .guide .saunaroomList li {
  width: 38rem;
}
#guide .guide .saunaroomList li .saunaroomImg {
  margin-bottom: 2.4rem;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
#guide .guide .saunaroomList li h3 {
  font-size: 2rem;
  letter-spacing: 0.02em;
  color: #333;
  margin-bottom: 0.8rem;
}
#guide .guide .service {
  padding: 0 10rem;
}
#guide .guide .service dt {
  font-weight: bold;
  font-size: 2.4rem;
  letter-spacing: 0.02em;
  color: #1e809d;
  padding-bottom: 2rem;
  margin-bottom: 1.2rem;
  border-bottom: 1px solid #1E809D;
}
#guide .guide .service dd {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.02em;
  color: #333333;
}
#guide .guide .service dd:not(:last-of-type) {
  margin-bottom: 3.2rem;
}

@media (max-width: 767px) {
  #guide .guide {
    padding-top: 12rem;
  }
  #guide .guide .receptionImg {
    margin-bottom: 1.6rem;
  }
  #guide .guide h2 {
    font-size: 2.4rem;
    margin-bottom: 0.8rem;
  }
  #guide .guide .receptionTxt {
    margin-bottom: 8rem;
  }
  #guide .guide .cap {
    top: 1.2rem;
    left: 1.5rem;
    padding: 1rem 0.8rem;
    font-size: 1.4rem;
  }
  #guide .guide .sliderTxt {
    margin-bottom: 8rem;
  }
  #guide .guide .saunaroomList {
    display: block;
    margin-bottom: 8rem;
    padding: 0;
  }
  #guide .guide .saunaroomList li {
    width: 100%;
  }
  #guide .guide .saunaroomList li .saunaroomImg {
    margin-bottom: 1.6rem;
    position: relative;
  }
  #guide .guide .saunaroomList li:not(:last-of-type) {
    margin-bottom: 6rem;
  }
  #guide .guide .service {
    padding: 0;
  }
  #guide .guide .service dd:not(:last-of-type) {
    margin-bottom: 3.2rem;
  }
}
#point .point {
  padding-top: 18rem;
}
#point .pointTab {
  display: flex;
  justify-content: center;
  margin-bottom: 18rem;
}
#point .pointTab li {
  width: 33%;
  height: 10rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
#point .pointTab li p {
  font-weight: bold;
  font-size: 3.2rem;
  text-align: center;
  position: relative;
  padding: 0 2rem;
}
#point .pointTab li p svg {
  content: "";
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: static;
  width: 0.6rem;
  height: 0.875rem;
  display: inline-block;
  margin-bottom: 0.5rem;
}
#point .pointTab li p span {
  font-size: 1.2rem;
  font-weight: bold;
  margin-top: 1.6rem;
  position: relative;
  display: block;
  line-height: 1.333;
}
#point .pointTab li:nth-of-type(1), #point .pointTab li:nth-of-type(3) {
  border-left: 1px solid #333333;
  border-right: 1px solid #333333;
}
#point .pointTab li.active {
  color: #1E809D;
}
#point .pointTab li.active p, #point .pointTab li.active svg, #point .pointTab li.active span, #point .pointTab li.active path {
  color: #1E809D;
  fill: #1E809D;
}
#point .pointTab li.active span:after {
  background: #1E809D;
}
#point .pointTab li {
  cursor: pointer;
  transition-duration: 0.2s;
}
#point .pointTab li p, #point .pointTab li svg, #point .pointTab li span, #point .pointTab li path {
  transition-duration: 0.2s;
}
#point .pointTab li span:after {
  transition-duration: 0.2s;
}
#point .tabContents {
  display: none;
}
#point .tabContents .tabContent .lead {
  text-align: center;
}
#point .tabContents .tabContent .lead span {
  font-size: 1.2rem;
}
#point .tabContents .tabContent h2 {
  font-size: 4rem;
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
  margin-bottom: 4.7rem;
}
#point .tabContents .tabContent h2 span {
  font-size: 1.5rem;
  font-weight: bold;
  margin-left: 3.95rem;
  margin-top: 0.8rem;
  position: relative;
}
#point .tabContents .tabContent h2 span::after {
  content: "";
  width: 2.4rem;
  height: 0.1rem;
  background: #333;
  position: absolute;
  top: 50%;
  left: -3rem;
  transform: translateY(-50%);
}
#point .tabContents .tabContent .lead {
  margin-bottom: 11.2rem;
}
#point .tabContents .tabContent article:not(:last-of-type) {
  margin-bottom: 10rem;
}
#point .tabContents .tabContent article {
  display: flex;
  align-items: center;
}
#point .tabContents .tabContent article figure {
  width: 56.25vw;
  margin-left: calc(50% - 50vw);
  margin-right: 0;
}
#point .tabContents .tabContent article h3 {
  font-size: 3.2rem;
  display: flex;
  display: inline-flex;
  align-items: flex-end;
  position: relative;
  margin-bottom: 2rem;
}
#point .tabContents .tabContent article h3 span {
  font-size: 1.6rem;
  font-weight: normal;
  margin-left: 0.8rem;
  position: relative;
  letter-spacing: 0.023em;
}
#point .tabContents .tabContent article h3:after {
  content: "";
  width: 110%;
  height: 0.1rem;
  background: #333333;
  position: absolute;
  position: absolute;
  bottom: -0.5rem;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
#point .tabContents .tabContent article h3.db {
  display: block;
}
#point .tabContents .tabContent article h3.db span {
  display: block;
  margin-top: 1rem;
  margin-left: 0rem;
}
#point .tabContents .tabContent article.fdrr {
  flex-direction: row-reverse;
  justify-content: left;
}
#point .tabContents .tabContent article.fdrr figure {
  width: 56.25vw;
  margin-left: calc(50% - 50vw);
  margin-right: 0;
  border-radius: 10px;
  overflow: hidden;
}
#point .tabContents .tabContent article.fdrr h3 {
  margin-left: 9rem;
}
#point .tabContents .tabContent article.fdrr p {
  margin-left: 9rem;
}
#point .tabContents .tabContent article.fdus {
  flex-direction: unset;
  justify-content: right;
}
#point .tabContents .tabContent article.fdus .txtBox {
  margin-right: 8rem;
}
#point .tabContents .tabContent article.fdus figure {
  width: 56.25vw;
  margin-right: calc(50% - 50vw);
  margin-left: 0;
  border-radius: 10px;
  overflow: hidden;
}
#point .tabContents .tabContent article.fdus h3 {
  margin-right: 9rem;
}
#point .tabContents.show {
  display: block;
}

@media (max-width: 767px) {
  #point .point {
    padding-top: 13rem;
  }
  #point .pointTab {
    display: block;
    margin-bottom: 12rem;
  }
  #point .pointTab li {
    width: auto;
    height: 7.4rem;
  }
  #point .pointTab li p {
    font-weight: bold;
    font-size: 3.2rem;
    line-height: 1;
    text-align: left;
  }
  #point .pointTab li p svg {
    content: "";
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    width: 0.6rem;
    height: 0.875rem;
  }
  #point .pointTab li p span {
    font-size: 1.2rem;
    font-weight: bold;
    margin-top: 1.4rem;
    margin-left: 1.3rem;
    position: relative;
    line-height: 1.333;
  }
  #point .pointTab li:nth-of-type(1), #point .pointTab li:nth-of-type(3) {
    border: unset;
  }
  #point .pointTab li.active {
    color: #1E809D;
  }
  #point .pointTab li.active p, #point .pointTab li.active svg, #point .pointTab li.active span, #point .pointTab li.active path {
    color: #1E809D;
    fill: #1E809D;
  }
  #point .pointTab li.active span:after {
    background: #1E809D;
  }
  #point .pointTab li {
    cursor: pointer;
    transition-duration: 0.2s;
    justify-content: left;
  }
  #point .pointTab li p, #point .pointTab li svg, #point .pointTab li span, #point .pointTab li path {
    transition-duration: 0.2s;
  }
  #point .pointTab li span:after {
    transition-duration: 0.2s;
  }
  #point .pointTab li:not(:first-of-type) {
    margin-top: 2.8rem;
  }
  #point .tabContents {
    display: none;
  }
  #point .tabContents .tabContent .lead {
    text-align: center;
  }
  #point .tabContents .tabContent h2 {
    font-size: 3.4rem;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
    margin-bottom: 4.7rem;
  }
  #point .tabContents .tabContent h2 span {
    font-size: 1.5rem;
    font-weight: bold;
    margin-left: 3.95rem;
    margin-top: 0.8rem;
    position: relative;
  }
  #point .tabContents .tabContent h2 span::after {
    content: "";
    width: 2.4rem;
    height: 0.1rem;
    background: #333;
    position: absolute;
    top: 50%;
    left: -3rem;
    transform: translateY(-50%);
  }
  #point .tabContents .tabContent .lead {
    margin-bottom: 8rem;
  }
  #point .tabContents .tabContent article:not(:last-of-type) {
    margin-bottom: 8rem;
  }
  #point .tabContents .tabContent article {
    display: block;
    align-items: center;
  }
  #point .tabContents .tabContent article figure {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  #point .tabContents .tabContent article h3 {
    font-size: 2.6rem;
    display: flex;
    display: inline-flex;
    align-items: center;
    position: relative;
    margin-bottom: 2rem;
  }
  #point .tabContents .tabContent article h3 span {
    font-size: 1.2rem;
    font-weight: normal;
    margin-left: 0.8rem;
    position: relative;
    letter-spacing: 0.023em;
  }
  #point .tabContents .tabContent article h3:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #333333;
    position: absolute;
    position: absolute;
    bottom: -0.5rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  #point .tabContents .tabContent article p {
    margin-bottom: 2rem;
  }
  #point .tabContents .tabContent article h3.db {
    display: inline-block;
  }
  #point .tabContents .tabContent article h3.db span {
    display: block;
    margin-top: 1rem;
    margin-left: 0rem;
  }
  #point .tabContents .tabContent article.fdrr {
    flex-direction: row-reverse;
    justify-content: left;
  }
  #point .tabContents .tabContent article.fdrr figure {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  #point .tabContents .tabContent article.fdrr h3 {
    margin-left: auto;
    margin-right: auto;
  }
  #point .tabContents .tabContent article.fdrr p {
    margin-left: auto;
    margin-right: auto;
  }
  #point .tabContents .tabContent article.fdus {
    flex-direction: unset;
    justify-content: right;
  }
  #point .tabContents .tabContent article.fdus .txtBox {
    margin-right: auto;
  }
  #point .tabContents .tabContent article.fdus figure {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  #point .tabContents .tabContent article.fdus h3 {
    margin-right: auto;
    margin-left: auto;
  }
  #point .tabContents.show {
    display: block;
  }
}
#price .price {
  padding-top: 26rem;
}
#price .price article:last-of-type {
  margin-bottom: 18rem;
}
#price .price article {
  display: flex;
  align-items: center;
}
#price .price article .itemSlider {
  width: 49.4791666667vw;
  margin-left: calc(50% - 50vw);
  margin-right: 0;
}
#price .price article figure {
  width: 56.25vw;
  border-radius: 10px;
  overflow: hidden;
}
#price .price article .txtArea {
  width: 40rem;
}
#price .price article .txtArea h3 {
  font-size: 2.4rem;
  margin-bottom: 3rem;
}
#price .price article .txtArea .lead {
  margin-bottom: 3.6rem;
}
#price .price article .txtArea dl {
  width: 100%;
  padding: 1.3rem 0;
  border-bottom: 1px solid #707070;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#price .price article .txtArea dl:first-of-type {
  border-top: 1px solid #707070;
}
#price .price article .txtArea dl dt {
  width: 24%;
  font-weight: bold;
}
#price .price article .txtArea dl dd {
  width: 76%;
}
#price .price article .txtArea dl dt, #price .price article .txtArea dl dd {
  font-size: 1.6rem;
  line-height: 2;
}
#price .price article .txtArea dl span {
  font-size: 1.2rem;
}
#price .price article.fdrr {
  flex-direction: row-reverse;
  justify-content: left;
}
#price .price article.fdrr figure {
  width: 56.25vw;
}
#price .price article.fdrr .txtArea {
  margin-left: 8rem;
}
#price .price article.fdus {
  flex-direction: unset;
  justify-content: right;
}
#price .price article.fdus figure {
  width: 56.25vw;
  margin-right: calc(50% - 50vw);
  margin-left: 0;
}
#price .price article.fdus .txtArea {
  margin-right: 8rem;
}
#price .price .gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 31.6%;
  position: relative;
  margin-bottom: 3.7rem;
}
#price .price .gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
#price .price .gmap iframe,
#price .price .gmap object,
#price .price .gmap embed {
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: all 0.7s ease;
}
#price .price .gmap iframe:hover,
#price .price .gmap object:hover,
#price .price .gmap embed:hover {
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
}
#price .price .gmap::after {
  content: "";
  background: url(../img/map_cursol.png);
  width: 10.5rem;
  height: 13.5rem;
  background-size: cover;
  position: absolute;
  top: 39%;
  left: 49.6%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
#price .price .addressList {
  display: flex;
}
#price .price .addressList li {
  width: 41.5rem;
}
#price .price .addressList li h3 {
  font-size: 2.4rem;
  margin-bottom: 3.1rem;
}
#price .price .addressList li .address {
  margin-bottom: 1.2rem;
}
@media (min-width: 768px) {
  #price .price .addressList li .address {
    padding-right: 2rem;
  }
}
#price .price .addressList li .address span {
  font-size: 1.2rem;
  line-height: 1.5;
}
#price .price .addressList li .mapLink {
  padding: 1rem 1.8rem;
  border-left: 1px solid #707070;
  border-right: 1px solid #707070;
  font-size: 1.6rem;
  letter-spacing: 0.02em;
  display: inline-block;
}
#price .price .addressList li dl {
  display: flex;
  flex-wrap: wrap;
}
#price .price .addressList li dl dt, #price .price .addressList li dl dd {
  font-size: 1.6rem;
  line-height: 2;
  color: #333333;
  margin-bottom: 0.6rem;
}
#price .price .addressList li dl dt {
  width: 9.5rem;
}
#price .price .addressList li dl dd {
  width: calc(100% - 9.5rem);
}

@media (max-width: 767px) {
  #price .price {
    padding-top: 13rem;
  }
  #price .price article:not(:last-of-type) {
    margin-bottom: 7rem;
  }
  #price .price article:last-of-type {
    margin-bottom: 10rem;
  }
  #price .price article.fdrr,
#price .price article.fdus {
    display: flex;
    align-items: center;
    flex-direction: column-reverse;
  }
  #price .price article.fdrr .itemSlider,
#price .price article.fdus .itemSlider {
    width: 100%;
    margin: 0 auto 2rem;
  }
  #price .price article.fdrr figure,
#price .price article.fdus figure {
    width: 100%;
    margin: 0 auto 2rem;
  }
  #price .price article.fdrr .txtArea,
#price .price article.fdus .txtArea {
    width: 100%;
    padding-top: 2rem;
    margin: 0 auto;
  }
  #price .price article.fdrr .txtArea h3,
#price .price article.fdus .txtArea h3 {
    margin-bottom: 2rem;
  }
  #price .price article.fdrr .txtArea .lead,
#price .price article.fdus .txtArea .lead {
    margin-bottom: 2.4rem;
  }
  #price .price article.fdrr .txtArea dl,
#price .price article.fdus .txtArea dl {
    justify-content: space-between;
  }
  #price .price article.fdrr .txtArea dl dt,
#price .price article.fdus .txtArea dl dt {
    width: 33%;
  }
  #price .price article.fdrr .txtArea dl dd,
#price .price article.fdus .txtArea dl dd {
    width: 66%;
  }
  #price .price article.fdrr .txtArea dl dt, #price .price article.fdrr .txtArea dl dd,
#price .price article.fdus .txtArea dl dt,
#price .price article.fdus .txtArea dl dd {
    font-size: 1.6rem;
    line-height: 2;
    margin-bottom: 0.4rem;
  }
  #price .price .gmap {
    padding-bottom: 66%;
    position: relative;
    margin-bottom: 2.5rem;
    border-radius: 10px;
    overflow: hidden;
  }
  #price .price .addressList {
    display: block;
  }
  #price .price .addressList li:not(:last-of-type) {
    margin-bottom: 4rem;
  }
  #price .price .addressList li {
    width: 100%;
  }
  #price .price .addressList li h3 {
    font-size: 2.4rem;
    margin-bottom: 2rem;
  }
  #price .price .addressList li .address {
    margin-bottom: 1.2rem;
  }
  #price .price .addressList li .mapLink {
    padding: 1rem 1.8rem;
    border-left: 1px solid #707070;
    border-right: 1px solid #707070;
    font-size: 1.6rem;
    letter-spacing: 0.02em;
    display: inline-block;
  }
  #price .price .addressList li dl {
    display: flex;
    flex-wrap: wrap;
  }
  #price .price .addressList li dl dt, #price .price .addressList li dl dd {
    font-size: 1.6rem;
    line-height: 2;
    color: #333333;
    margin-bottom: 0.6rem;
  }
  #price .price .addressList li dl dt {
    width: 9.5rem;
  }
  #price .price .addressList li dl dd {
    width: calc(100% - 9.5rem);
  }
}
#contact .contact {
  padding-top: 26rem;
}
#contact .contact ul {
  display: flex;
  justify-content: center;
}
#contact .contact ul .leadBlock {
  width: 49rem;
}
#contact .contact ul .formBlock {
  width: 50%;
}
#contact .contact ul .formBlock .formTable {
  margin-bottom: 6rem;
  width: 100%;
}
#contact .contact ul .formBlock dt, #contact .contact ul .formBlock dd {
  color: #333;
}
#contact .contact ul .formBlock .contactTitle, #contact .contact ul .formBlock dt {
  font-weight: bold;
  font-size: 1.6rem;
  letter-spacing: 0.02em;
  margin-bottom: 1rem;
}
#contact .contact ul .formBlock .contactTitle span, #contact .contact ul .formBlock dt span {
  font-size: 1.4rem;
  color: #333;
  line-height: 1.16;
  font-weight: 400;
  display: inline-block;
  margin-left: 0.6rem;
}
#contact .contact ul .formBlock .contactInput, #contact .contact ul .formBlock dd {
  width: 100%;
  padding: 1.6rem 1.6rem 1.8rem;
  border-radius: 5px;
  background: #fdfdfd;
  font-size: 1.4rem;
  font-weight: normal;
  margin-bottom: 3rem;
}
#contact .contact ul .formBlock .contactInput input, #contact .contact ul .formBlock dd input {
  width: 100%;
}
#contact .contact ul .formBlock .contactInput textarea, #contact .contact ul .formBlock dd textarea {
  width: 100%;
  height: 100%;
}
#contact .contact ul .formBlock .contactInput.textarea {
  height: 30rem;
}
#contact .contact ul .formBlock .twoColumn {
  display: flex;
  justify-content: space-between;
}
#contact .contact ul .formBlock .twoColumn .contactInput {
  width: 49.1%;
}
#contact .contact ul .formBlock .privacyBox {
  width: 100%;
  height: 30rem;
  font-size: 1.4rem;
  line-height: 2;
  border-radius: 20px;
  background: #fdfdfd;
  padding: 1.6rem;
  letter-spacing: 0.02em;
  margin-bottom: 0.3rem;
}
#contact .contact ul .formBlock .privacyBox .txtBox {
  overflow: scroll;
  height: 100%;
}
#contact .contact ul .formBlock .privacyNote {
  font-size: 1.4rem;
  margin-bottom: 4.8rem;
}
#contact .contact ul .formBlock .privacyNote a {
  text-decoration: underline;
}
#contact .contact ul .formBlock .contactsSubmit, #contact .contact ul .formBlock .contactsBack {
  width: 100%;
  height: 6.4rem;
  background: #002934;
  letter-spacing: 0.02em;
  border-radius: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #F6F1EC;
  font-size: 1.6rem;
  letter-spacing: 0.02em;
  font-weight: 400;
  font-weight: normal;
  cursor: pointer;
}
#contact .contact ul .formBlock .contactsSubmit input, #contact .contact ul .formBlock .contactsBack input {
  color: #F6F1EC;
  font-size: 1.6rem;
  letter-spacing: 0.02em;
  font-weight: 400;
  font-weight: normal;
  cursor: pointer;
}
#contact .contact ul.confirmArea {
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
#contact .contact ul.confirmArea .confirmTtl {
  font-size: 3rem;
  margin-bottom: 6rem;
  font-weight: bold;
  text-align: center;
}
#contact .contact ul.confirmArea .btnWrap {
  display: flex;
  justify-content: space-between;
  margin-top: 8rem;
}
#contact .contact ul.confirmArea .btnWrap .contactsBack, #contact .contact ul.confirmArea .btnWrap .contactsSubmit {
  width: 44%;
}
#contact .contact ul.confirmArea .back {
  width: 30rem;
  height: 6.4rem;
  display: block;
  background: #002934;
  letter-spacing: 0.02em;
  border-radius: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #F6F1EC;
  font-size: 1.6rem;
  letter-spacing: 0.02em;
  font-weight: 400;
  font-weight: normal;
  cursor: pointer;
  margin: 0 auto;
}

#contact.complete #confilm {
  padding-top: 10rem;
}

@media (max-width: 767px) {
  #contact .contact {
    padding-top: 13rem;
  }
  #contact .contact ul {
    display: block;
  }
  #contact .contact ul .confirmTtl {
    font-size: 1.6rem;
    margin-bottom: 6rem;
    font-weight: bold;
  }
  #contact .contact ul .leadBlock {
    width: 100%;
    margin-bottom: 6rem;
  }
  #contact .contact ul .formBlock {
    width: 100%;
  }
  #contact .contact ul .formBlock .contactInput input {
    font-size: 1.6rem;
  }
  #contact .contact ul .formBlock .contactInput textarea {
    height: 20rem;
    font-size: 1.6rem;
  }
  #contact .contact ul .formBlock .contactInput.textarea {
    height: auto;
  }
}
#flow .flow {
  padding-top: 12rem;
  padding-top: 14rem;
}
#flow .flow .fixedFrame {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 8rem;
}
#flow .flow .scrBlock {
  width: 49rem;
  padding-right: 3rem;
  transition-duration: 0.5s;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
#flow .flow .scrBlock span {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.01em;
  line-height: 1.5;
  margin-bottom: 0.8rem;
}
#flow .flow .scrBlock h2 {
  font-size: 2.4rem;
  line-height: 1.5;
  margin-bottom: 3.2rem;
}
#flow .flow .fixedFrame .fixedImg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 65rem;
  height: 44rem;
  border-radius: 20px;
  overflow: hidden;
  transition-duration: 0.5s;
}
#flow .flow .fixedFrame .fixedImg.img01 {
  background-image: url(/images/flow_img_01.jpg);
}
#flow .flow .fixedFrame .fixedImg.img02 {
  background-image: url(/images/flow_img_02.jpg);
}
#flow .flow .fixedFrame .fixedImg.img03 {
  background-image: url(/images/flow_img_03.jpg);
}
#flow .flow .fixedFrame .fixedImg.img04 {
  background-image: url(/images/flow_img_04.jpg);
}
#flow .flow .fixedFrame .fixedImg.img05 {
  background-image: url(/images/flow_img_05.jpg);
}
#flow .flow .fixedFrame .fixedImg.img06 {
  background-image: url(/images/flow_img_06.jpg);
}
#flow .flow .fixedFrame .fixedImg.img07 {
  background-image: url(/images/flow_img_07.jpg);
}
#flow .flow .fixedFrame .fixedImg.img08 {
  background-image: url(/images/flow_img_08.jpg);
}
#flow .flow .fixedFrame .fixedImg.img09 {
  background-image: url(/images/flow_img_09.jpg);
}
#flow .flow .fixedFrame .fixedImg.img10 {
  background-image: url(/images/flow_img_10.jpg);
}
#flow .flow .fixedFrame .fixedImg.img11 {
  background-image: url(/images/flow_img_11.jpg);
}
#flow .flow .fixedFrame .fixedImg.hide {
  transform: translateX(-100%);
}
#flow .slick-prev {
  left: 1rem;
}
#flow .slick-next {
  right: 1rem;
}
#flow .slick-next:before {
  background: url(/images/flow_slider_arrow_r.png) center center no-repeat;
  background-size: cover;
}
#flow .slick-prev:before {
  background: url(/images/flow_slider_arrow_l.png) center center no-repeat;
  background-size: cover;
}
#flow .slick-next:before, #flow .slick-prev:before {
  content: "";
  width: 2.168rem;
  height: 3.888rem;
  display: block;
}

@media (max-width: 767px) {
  #flow .flow {
    padding-top: 12rem;
    padding-top: 14rem;
  }
  #flow .flow .fixedFrame {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
  }
  #flow .flow .scrBlock {
    width: 100%;
    padding-right: auto;
    transition-duration: 0.5s;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    padding: 0;
  }
  #flow .flow .scrBlock span {
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: 0.01em;
    line-height: 1.5;
    margin-bottom: 1.8rem;
  }
  #flow .flow .scrBlock h2 {
    font-size: 2rem;
    line-height: 1.5;
    margin-bottom: 1.6rem;
  }
  #flow .flow .scrBlock p {
    margin-bottom: 2.4rem;
  }
  #flow .flow .fixedFrame .fixedImg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 20rem;
    transition-duration: 0.5s;
  }
  #flow .flow .fixedFrame .fixedImg.img01 {
    background-image: url(/images/index_news_sample_01.jpg);
  }
  #flow .flow .fixedFrame .fixedImg.img02 {
    background-image: url(/images/index_news_sample_02.jpg);
  }
  #flow .flow .fixedFrame .fixedImg.img03 {
    background-image: url(/images/index_news_sample_03.jpg);
  }
  #flow .flow .fixedFrame .fixedImg.img04 {
    background-image: url(/images/index_news_sample_02.jpg);
  }
  #flow .flow .fixedFrame .fixedImg.img05 {
    background-image: url(/images/index_news_sample_02.jpg);
  }
  #flow .flow .fixedFrame .fixedImg.img06 {
    background-image: url(/images/index_news_sample_02.jpg);
  }
  #flow .flow .fixedFrame .fixedImg.img07 {
    background-image: url(/images/index_news_sample_02.jpg);
  }
  #flow .flow .fixedFrame .fixedImg.img08 {
    background-image: url(/images/index_news_sample_02.jpg);
  }
  #flow .flow .fixedFrame .fixedImg.img09 {
    background-image: url(/images/index_news_sample_02.jpg);
  }
  #flow .flow .fixedFrame .fixedImg.img10 {
    background-image: url(/images/index_news_sample_02.jpg);
  }
  #flow .flow .fixedFrame .fixedImg.img11 {
    background-image: url(/images/index_news_sample_02.jpg);
  }
  #flow .flow .fixedFrame .fixedImg.hide {
    transform: translateX(-100%);
  }
  #flow .slick-arrow:after {
    content: "";
    width: 300%;
    height: 200%;
    background: transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
  #flow .slick-nextb:before {
    background: url(/images/flow_slider_arrow_r.png) center center no-repeat;
    background-size: cover;
  }
  #flow .slick-prev:before {
    background: url(/images/flow_slider_arrow_l.png) center center no-repeat;
    background-size: cover;
  }
  #flow .slick-next:before, #flow .slick-prev:before {
    content: "";
    width: 1.7073rem;
    height: 3.0618rem;
    display: block;
  }
  #flow .slick-prev {
    left: auto;
    right: 10.5rem;
  }
  #flow .slick-next {
    right: 3rem;
  }
  #flow .slick-prev, #flow .slick-next {
    top: 0rem;
  }
}
#news .archive {
  padding: 14rem 0 0 0;
}
#news .newsList {
  display: flex;
  flex-wrap: wrap;
}
#news .newsList a:not(:nth-child(3n)) {
  margin-right: 6.5rem;
}
#news .newsList .newsCard {
  display: block;
  width: calc((100% - 13rem) / 3);
  padding: 2rem;
  background: #fff;
  position: relative;
  border-radius: 10px;
  transition-duration: 0.3s;
  margin-bottom: 10rem;
}
#news .newsList .newsCard:hover {
  transform: scale(1.05);
}
#news .newsList .newsCard figure {
  border-radius: 20px;
  margin-bottom: 2rem;
}
#news .newsList .newsCard .day {
  font-size: 1.4rem;
  margin-bottom: 1.2rem;
  color: #000000;
  display: block;
}
#news .newsList .newsCard .ttl {
  line-height: 2;
  font-size: 1.8rem;
  margin-bottom: 0.6rem;
  letter-spacing: 0.024em;
  color: #000000;
}
#news .newsList .newsCard .txt {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #000000;
}
#news .page-numbers {
  display: flex;
}
#news .page-numbers li .page-numbers {
  color: #000000;
  font-size: 2rem;
  width: 6.6rem;
  height: 6.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
#news .page-numbers li .page-numbers.current {
  background: #002934;
  border-radius: 60px;
  color: #fff;
}
#news .page-numbers li a.next, #news .page-numbers li a.prev {
  display: none;
}
#news .pageList {
  display: flex;
}
#news .pageList li {
  border-radius: 60px;
}
#news .pageList li a {
  color: #231815;
  font-size: 2rem;
  width: 6.6rem;
  height: 6.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
#news .pageList li.active {
  background: #231815;
}
#news .pageList li.active a {
  color: #f6f1ec;
}

@media (max-width: 767px) {
  #news .archive {
    padding-top: 12rem;
  }
  #news .newsList {
    display: block;
    border-radius: 20px;
    margin-bottom: 8rem;
    position: relative;
  }
  #news .newsList a:not(:nth-child(3n)) {
    margin-right: 0;
  }
  #news .newsList .newsCard {
    display: block;
    width: 99%;
    padding: 2rem;
    background: #fff;
    position: relative;
    border-radius: 20px;
    transition-duration: 0.3s;
    position: relative;
    z-index: 2;
    margin: 0 0 0 auto;
  }
  #news .newsList .newsCard:hover {
    transform: scale(1.05);
  }
  #news .newsList .newsCard figure {
    border-radius: 20px;
    margin-bottom: 1rem;
  }
  #news .newsList .newsCard .day {
    font-size: 1rem;
    margin-bottom: 0.7rem;
  }
  #news .newsList .newsCard .ttl {
    line-height: 2;
    font-size: 1.8rem;
    margin-bottom: 0;
    letter-spacing: 0.024em;
    color: #000000;
  }
  #news .newsList .newsCard .txt {
    font-size: 1.6rem;
    line-height: 1.5;
    color: #000000;
  }
  #news .newsList a:not(:last-of-type) {
    margin-bottom: 4rem;
  }
  #news .page-numbers {
    display: flex;
    justify-content: center;
  }
}
#newsDetail .inner {
  width: 90rem;
  position: relative;
  top: -14rem;
}
#newsDetail .heroImg {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 90vh;
  background-image: url(../images/news_mv.jpg);
}
#newsDetail .txtBaseImg {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 90vh;
  background-image: url(../images/news_mv.jpg);
}
#newsDetail img {
  height: auto;
  width: 100%;
}
#newsDetail .postBlock {
  padding: 6rem 4rem 11.5rem;
}
#newsDetail .bread {
  display: flex;
  margin-bottom: 3.7rem;
}
#newsDetail .bread a {
  display: block;
  position: relative;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
}
#newsDetail .bread .current {
  font-weight: bold;
  font-size: 1.8rem;
  letter-spacing: 0.024em;
  line-height: 1.5;
}
#newsDetail h1 {
  font-weight: bold;
  font-size: 3.6rem;
  letter-spacing: 0.02em;
  line-height: 1.333;
  text-align: left;
  margin-bottom: 1.4rem;
}
#newsDetail .days {
  font-size: 1.4rem;
  margin-bottom: 6rem;
  color: #000000;
  display: block;
}
#newsDetail .eyeCatch {
  margin-bottom: 10.6rem;
}
#newsDetail .subTtl, #newsDetail h2 {
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: bold;
  color: #000000;
  padding-bottom: 0.9rem;
  border-bottom: 1px solid #C9CACA;
  margin-bottom: 1.35rem;
}
#newsDetail p {
  font-size: 1.8rem;
  line-height: 2;
  color: #000000;
  margin-bottom: 1.4rem;
}
#newsDetail .img {
  margin: 0 auto 3.8rem;
  padding-top: 3.8rem;
}
#newsDetail .info {
  padding: 2.4rem 2.8rem;
  border-top: 4px double #C9CACA;
  border-bottom: 4px double #C9CACA;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#newsDetail .info a {
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: 0.024em;
  max-width: 40rem;
  color: #231815;
  position: relative;
}
#newsDetail .info a::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 0.8rem;
  height: 1.4rem;
}
#newsDetail .info div:nth-of-type(1) a::before {
  background: url(/assets/images/news_detail_arrow_l.svg) no-repeat center center/contain;
  left: -2.8rem;
}
#newsDetail .info div:nth-of-type(2) a::before {
  background: url(/assets/images/news_detail_arrow_r.svg) no-repeat center center/contain;
  right: -2.8rem;
}

@media (max-width: 767px) {
  #newsDetail .inner {
    width: auto;
    position: static;
    top: auto;
  }
  #newsDetail .heroImg {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 70vw;
  }
  #newsDetail .postBlock {
    padding-bottom: 12rem;
    padding: 2rem 0 12rem;
  }
  #newsDetail .bread {
    display: block;
    margin-bottom: 2.5rem;
  }
  #newsDetail .bread a {
    display: inline-block;
  }
  #newsDetail .bread .current {
    display: inline-block;
  }
  #newsDetail h1 {
    font-weight: bold;
    font-size: 3.6rem;
    letter-spacing: 0.02em;
    line-height: 1.333;
    text-align: left;
    margin-bottom: 1.4rem;
  }
  #newsDetail .days {
    margin-bottom: 4rem;
  }
  #newsDetail .eyeCatch {
    margin-bottom: 10.6rem;
  }
  #newsDetail .subTtl, #newsDetail h2 {
    font-size: 2.4rem;
    padding-bottom: 0.9rem;
    margin-bottom: 1.35rem;
  }
  #newsDetail p {
    font-size: 1.8rem;
    line-height: 2;
    margin-bottom: 1.4rem;
  }
  #newsDetail .info {
    padding: 2.2rem 2rem;
    display: block;
  }
  #newsDetail .info a {
    width: 30.5rem;
    margin: 0 auto;
    font-size: 1.8rem;
    max-width: auto;
    display: block;
  }
  #newsDetail .info a::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 0.8rem;
    height: 1.4rem;
  }
  #newsDetail .info a:nth-of-type(1) {
    margin-bottom: 2.4rem;
  }
  #newsDetail .info a:nth-of-type(1)::before {
    background: url(/assets/images/news_detail_arrow_l.svg) no-repeat center center/contain;
    left: -1.7rem;
  }
  #newsDetail .info a:nth-of-type(2)::before {
    background: url(/assets/images/news_detail_arrow_r.svg) no-repeat center center/contain;
    right: -1.7rem;
  }
}
@media (max-width: 767px) {
  #index .mv .mvContentWrap h1 {
    width: 12.2rem;
    margin-bottom: 3rem;
  }
}
body.ipad section.section {
  height: auto;
}
body.ipad #index .message {
  padding: 10vh 0 10vh;
}
body.ipad #index .information {
  padding: 12vh 0 12vh;
}
body.ipad #index .otherLinks .wrapper {
  display: flex;
  padding: 21vh 0 15.625vw;
  position: relative;
  z-index: 2;
  justify-content: center;
}
body.ipad #index .scroll {
  display: none;
}
body.ipad footer {
  height: auto;
}

.cloudWorksLink {
  background: #002934;
  padding: 2rem 5rem 2rem 2rem;
  display: inline-block;
  margin: 3rem auto 0;
  color: #fff;
  font-size: 2.4rem;
  letter-spacing: 0.024em;
  font-weight: bold;
  position: relative;
  border-radius: 10px;
}
.cloudWorksLink::after {
  content: "";
  background: url(/images/index_slider_arrow_r.png) center center no-repeat;
  background-size: cover;
  width: 1.084rem;
  height: 1.944rem;
  display: block;
  position: absolute;
  top: 2.25rem;
  right: 2rem;
}

@media (max-width: 767px) {
  .cloudWorksLink {
    font-size: 1.8rem;
    line-height: 2;
    padding: 1.4rem;
    padding: 2rem 5rem 2rem 2rem;
  }
  .cloudWorksLink::after {
    top: 2.8rem;
    right: 2rem;
  }
}
.lineBtn {
  position: fixed;
  bottom: 2rem;
  left: 2rem;
  z-index: 110;
}
@media (max-width: 767px) {
  .lineBtn {
    position: fixed;
    bottom: 7.2rem;
    left: 0rem;
  }
}

.privacy-checkbox {
  margin-top: 5.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .privacy-checkbox {
    margin-top: 8rem;
  }
}

.CheckboxInput {
  font-size: 1.6rem;
  color: #1A1A1A;
  padding: 12px 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .CheckboxInput {
    align-items: flex-start;
  }
}

.CheckboxInput input {
  outline: none;
  -webkit-appearance: auto;
  margin: 0 1.0416666667vw;
}

.CheckboxInput-Input {
  margin: 0;
  width: 0;
  opacity: 0;
}

.CheckboxInput:hover > .CheckboxInput-DummyInput {
  background: #fff;
  border: 1px solid #AAAAAA;
}

.CheckboxInput-Input:focus + .CheckboxInput-DummyInput {
  background: #fff;
  border: 1px solid #AAAAAA;
}

.CheckboxInput-Input:checked + .CheckboxInput-DummyInput {
  background: #fff;
  border: 1px solid #AAAAAA;
}

.CheckboxInput-Input:checked + .CheckboxInput-DummyInput::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 35%;
  height: 2px;
  transform: translate(-3px, 4px) rotateZ(-135deg);
  transform-origin: 1px 1px;
  background: #1A1A1A;
}

.CheckboxInput-Input:checked + .CheckboxInput-DummyInput::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70%;
  height: 2px;
  transform: translate(-3px, 4px) rotateZ(-45deg);
  transform-origin: 1px 1px;
  background: #1A1A1A;
}

.CheckboxInput-DummyInput {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 20px;
  flex: 0 0 20px;
  height: 20px;
  background: #fff;
  border: 1px solid #AAAAAA;
}
@media (max-width: 767px) {
  .CheckboxInput-DummyInput {
    margin-top: 0.2rem;
    flex: 0 0 2rem;
    height: 2rem;
  }
}

.CheckboxInput-LabelText {
  display: block;
  font-weight: 400;
  font-size: 1.6rem;
  color: 1A1A1A;
  margin-left: 1rem;
}
@media (max-width: 767px) {
  .CheckboxInput-LabelText {
    line-height: 1.33;
    margin-left: 0.8rem;
  }
}

.contactsSubmit.off {
  opacity: 0.6;
  box-shadow: unset;
  pointer-events: none;
}
/*# sourceMappingURL=style.css.map */