@charset "UTF-8";
.mvArea {
  position: relative;
}
@media (max-width: 767px) {
  .mvArea::before {
    content: "";
    width: 55%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
}
.mvArea .txtImg {
  width: 30%;
  position: absolute;
  top: 10%;
  left: 5%;
  z-index: 5;
}
@media (max-width: 767px) {
  .mvArea .txtImg {
    width: 45%;
    top: 18%;
  }
}
.mvArea h2 {
  width: 90%;
  position: absolute;
  top: 35%;
  left: 5%;
  z-index: 5;
}
.mvArea h2 span {
  display: block;
  width: 15%;
}
.mvArea h2 p {
  color: #fff;
  font-size: 45px;
  font-weight: bold;
  line-height: 1.3em;
  position: relative;
  margin-top: 20px;
}
@media (max-width: 1440px) {
  .mvArea h2 p {
    font-size: 3vw;
  }
}
@media (max-width: 767px) {
  .mvArea h2 p {
    font-size: 5.5vw;
  }
}
.mvArea figure {
  position: relative;
}

.cc01 {
  text-align: center;
  line-height: 1.5em;
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 60px;
}
@media (max-width: 1440px) {
  .cc01 {
    font-size: 3.5vw;
  }
}
@media (max-width: 767px) {
  .cc01 {
    font-size: 5.5vw;
    margin-bottom: 30px;
  }
}

.introArea {
  padding: 300px 0 100px;
  position: relative;
  background: #f9f8ee;
}
@media (max-width: 1440px) {
  .introArea {
    padding: 21vw 0 100px;
  }
}
@media (max-width: 767px) {
  .introArea {
    padding: 25vw 0 60px;
  }
}
.introArea .magazineTtl {
  width: 100%;
  position: absolute;
  top: -150px;
  left: 0;
  z-index: 5;
}
@media (max-width: 1440px) {
  .introArea .magazineTtl {
    top: -10vw;
  }
}
.introArea .magazineTtl .ttlInner {
  width: 90%;
  max-width: 1366px;
  margin: 0 auto;
}
.introArea .magazineTtl .ttlInner .logo {
  width: 80%;
  max-width: 1040px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .introArea .magazineTtl .ttlInner .logo {
    width: 90%;
  }
}
.introArea .txtBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .introArea .txtBox {
    display: block;
  }
}
.introArea .txtBox .name {
  width: 26.2079062958%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 5%;
  margin-right: 5%;
  border-right: solid 1px #231815;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .introArea .txtBox .name {
    width: 100%;
    padding-right: 0;
    padding-bottom: 20px;
    margin-right: 0;
    margin-bottom: 20px;
    border-right: none;
    border-bottom: solid 1px #231815;
  }
}
.introArea .txtBox .name p {
  font-weight: bold;
  text-align: center;
}
.introArea .txtBox .name p span {
  display: block;
}
.introArea .txtBox .name p span:first-child {
  font-size: 34px;
  line-height: 1.5em;
}
@media (max-width: 1440px) {
  .introArea .txtBox .name p span:first-child {
    font-size: 2.42vw;
  }
}
@media (max-width: 767px) {
  .introArea .txtBox .name p span:first-child {
    font-size: 3.8vw;
  }
}
.introArea .txtBox .name p span:last-child {
  font-size: 32px;
  line-height: 1.5em;
}
@media (max-width: 1440px) {
  .introArea .txtBox .name p span:last-child {
    font-size: 2.28vw;
  }
}
@media (max-width: 767px) {
  .introArea .txtBox .name p span:last-child {
    font-size: 3.6vw;
  }
}
.introArea .txtBox .name p strong {
  display: block;
  font-size: 42px;
  line-height: 1.5em;
}
@media (max-width: 1440px) {
  .introArea .txtBox .name p strong {
    font-size: 3vw;
  }
}
@media (max-width: 767px) {
  .introArea .txtBox .name p strong {
    font-size: 5vw;
  }
}
.introArea .txtBox .txt01 {
  width: 68.7920937042%;
}
@media (max-width: 767px) {
  .introArea .txtBox .txt01 {
    width: 100%;
  }
}
.introArea .linkBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  margin-top: 60px;
}
@media (max-width: 767px) {
  .introArea .linkBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 20px;
  }
}
.introArea .linkBox p a {
  -webkit-transition: opacity 0.4s ease 0s;
  transition: opacity 0.4s ease 0s;
}
@media (min-width: 992px) {
  .introArea .linkBox p a:hover {
    opacity: 0.7;
  }
}
.introArea .linkBox .site {
  display: inline-block;
}
.introArea .linkBox .site a {
  background: #0068ac;
  color: #fff;
  font-size: 18px;
  line-height: 1.5em;
  text-align: center;
  padding: 5px 10px;
  border-radius: 10px;
  height: 66px;
  width: 320px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991px) {
  .introArea .linkBox .site a {
    font-size: 18px;
    padding: 5px 10px;
  }
}
@media (max-width: 767px) {
  .introArea .linkBox .site a {
    width: 100%;
    font-size: 16px;
    padding: 5px 10px;
  }
}
.introArea .linkBox .insta img {
  margin-right: 10px;
}
.introArea .linkBox .insta a {
  background: #c2e9e8;
  text-align: center;
  padding: 5px 10px;
  border-radius: 10px;
  line-height: 1.5em;
  font-size: 18px;
  height: 66px;
  width: 320px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991px) {
  .introArea .linkBox .insta a {
    font-size: 18px;
    padding: 5px 10px;
  }
}
@media (max-width: 767px) {
  .introArea .linkBox .insta a {
    width: 100%;
    font-size: 16px;
    padding: 5px 10px;
  }
}

.txt01 {
  font-size: 25px;
  line-height: 2em;
}
@media (max-width: 1440px) {
  .txt01 {
    font-size: 1.7vw;
  }
}
@media (max-width: 767px) {
  .txt01 {
    font-size: 4vw;
  }
}

.note01 {
  font-size: 12px;
  line-height: 1.5em;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .note01 {
    font-size: 10px;
  }
}
.note01 + .note01 {
  margin-top: 0;
}
.note01.in01 {
  text-indent: -1em;
  padding-left: 1em;
}

.conArea {
  padding: 80px 0;
}
@media (max-width: 767px) {
  .conArea {
    padding: 40px 0;
  }
}
.conArea .inner01 {
  width: 95%;
  max-width: 1643px;
  margin: 0 0 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-left: solid 22px #0068ac;
}
@media (max-width: 1440px) {
  .conArea .inner01 {
    border-left: solid 15px #0068ac;
  }
}
@media (max-width: 1280px) {
  .conArea .inner01 {
    border-left: solid 10px #0068ac;
  }
}
@media (max-width: 991px) {
  .conArea .inner01 {
    border-left: solid 6px #0068ac;
  }
}
@media (max-width: 767px) {
  .conArea .inner01 {
    width: 100%;
    border-left: none;
    border-top: solid 3px #0068ac;
  }
}
.conArea .ttlArea {
  width: 90vw;
  max-width: 1366px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 60px 5% 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1440px) {
  .conArea .ttlArea {
    padding: 4.28vw 5% 20px;
  }
}
@media (max-width: 767px) {
  .conArea .ttlArea {
    margin: 0 auto;
    padding: 6vw 0;
  }
}
.conArea .ttlArea p {
  color: #0068ac;
}
.conArea .ttlArea p.num {
  font-size: 154px;
  line-height: 1;
  margin-right: 20px;
  white-space: nowrap;
}
@media (max-width: 1440px) {
  .conArea .ttlArea p.num {
    font-size: 11vw;
  }
}
@media (max-width: 767px) {
  .conArea .ttlArea p.num {
    font-size: 15vw;
    margin-right: 10px;
  }
}
.conArea .ttlArea p.ttl {
  font-size: 41px;
  line-height: 1.8em;
  font-weight: bold;
}
@media (max-width: 1440px) {
  .conArea .ttlArea p.ttl {
    font-size: 2.9vw;
  }
}
@media (max-width: 767px) {
  .conArea .ttlArea p.ttl {
    font-size: 4.2vw;
  }
}
.conArea .detailArea {
  padding-left: 5%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .conArea .detailArea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
  }
}
.conArea .detailArea .txtArea {
  width: 37.3202614379%;
}
@media (max-width: 767px) {
  .conArea .detailArea .txtArea {
    width: 100%;
    padding: 0 5%;
    margin-bottom: 20px;
  }
}
.conArea .detailArea .imgArea {
  width: 53.0718954248%;
}
@media (max-width: 767px) {
  .conArea .detailArea .imgArea {
    width: 100%;
  }
}
.conArea .detailArea .imgArea .cap {
  color: #0068ac;
  font-weight: bold;
  width: 90%;
  max-width: 503px;
  margin: 10px 0 0 auto;
  font-size: 23px;
  line-height: 1.5em;
}
@media (max-width: 1440px) {
  .conArea .detailArea .imgArea .cap {
    font-size: 1.64vw;
  }
}
@media (max-width: 767px) {
  .conArea .detailArea .imgArea .cap {
    font-size: 3vw;
    margin: 10px auto 0;
  }
}
.conArea.rev .inner01 {
  margin: 0 auto 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-left: none;
  border-right: solid 22px #0068ac;
}
@media (max-width: 1440px) {
  .conArea.rev .inner01 {
    border-right: solid 15px #0068ac;
  }
}
@media (max-width: 1280px) {
  .conArea.rev .inner01 {
    border-right: solid 10px #0068ac;
  }
}
@media (max-width: 991px) {
  .conArea.rev .inner01 {
    border-right: solid 6px #0068ac;
  }
}
@media (max-width: 767px) {
  .conArea.rev .inner01 {
    border-right: none;
    border-top: solid 3px #0068ac;
  }
}
.conArea.rev .ttlArea {
  margin-left: auto;
}
.conArea.rev .detailArea {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  padding-left: 0;
  padding-right: 5%;
}
@media (max-width: 767px) {
  .conArea.rev .detailArea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
  }
}
.conArea.con01 .detailArea {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.conArea.con02 .detailArea {
  padding-top: 3vw;
}
@media (max-width: 767px) {
  .conArea.con02 .detailArea {
    padding-top: 0;
  }
}
.conArea.con02 .detailArea .txtArea {
  padding-top: 3vw;
}
@media (max-width: 767px) {
  .conArea.con02 .detailArea .txtArea {
    padding-top: 0;
  }
}
.conArea.con02 .detailArea .imgArea {
  position: relative;
}
@media (max-width: 767px) {
  .conArea.con02 .detailArea .imgArea .cap {
    width: 40%;
    position: absolute;
    bottom: 0;
    right: 5%;
    z-index: 2;
  }
}
@media (max-width: 767px) {
  .conArea.con02 .detailArea .imgArea .cap span {
    display: inline-block;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
}
.conArea.con03 .detailArea {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 767px) {
  .conArea.con04 .detailArea {
    padding-top: 6vw;
  }
}
.conArea.con05 .detailArea {
  padding-top: 6vw;
}
@media (max-width: 767px) {
  .conArea.con05 .detailArea {
    padding-top: 0;
  }
}
.conArea.con05 .detailArea .imgArea {
  position: relative;
}
.conArea.con05 .detailArea .imgArea .txtImg01 {
  width: 16.5625%;
  position: absolute;
  top: 3vw;
  left: 5%;
  z-index: 5;
}
@media (max-width: 767px) {
  .conArea.con05 .detailArea .imgArea .txtImg01 {
    width: 20%;
    top: 5vw;
  }
}

.pointArea {
  padding: 80px 0;
}
@media (max-width: 767px) {
  .pointArea {
    padding: 40px 0;
  }
}
.pointArea .pointBox {
  border: solid 1px #000;
  padding: 60px 5%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .pointArea .pointBox {
    display: block;
    padding: 20px 8%;
  }
}
.pointArea .pointBox .txtArea {
  width: 62%;
}
@media (max-width: 767px) {
  .pointArea .pointBox .txtArea {
    width: 100%;
    margin-bottom: 20px;
  }
}
.pointArea .pointBox .txtArea .ttlArea {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.pointArea .pointBox .txtArea .ttlArea .point {
  width: 20.1369863014%;
}
.pointArea .pointBox .txtArea .ttlArea .ttl {
  width: 75.8630136986%;
  color: #0068ac;
  font-size: 35px;
  line-height: 1.5em;
  font-weight: bold;
}
@media (max-width: 1440px) {
  .pointArea .pointBox .txtArea .ttlArea .ttl {
    font-size: 2.5vw;
  }
}
@media (max-width: 767px) {
  .pointArea .pointBox .txtArea .ttlArea .ttl {
    font-size: 4.2vw;
  }
}
.pointArea .pointBox .imgArea {
  width: 36%;
}
@media (max-width: 767px) {
  .pointArea .pointBox .imgArea {
    width: 100%;
  }
}

.saunaArea {
  padding: 80px 0;
}
@media (max-width: 767px) {
  .saunaArea {
    padding: 40px 0;
  }
}
.saunaArea .imgArea {
  position: relative;
  margin-top: 100px;
}
@media (max-width: 767px) {
  .saunaArea .imgArea {
    margin-top: 30px;
  }
}
.saunaArea .imgArea .txtImg02 {
  width: 16.5625%;
  position: absolute;
  top: 5vw;
  left: 5%;
  z-index: 5;
}
@media (max-width: 767px) {
  .saunaArea .imgArea .txtImg02 {
    width: 20%;
  }
}

.zukaiArea {
  padding: 80px 0;
}
@media (max-width: 767px) {
  .zukaiArea {
    padding: 40px 0;
  }
}
.zukaiArea .cc01 {
  color: #0068ac;
}
.zukaiArea figure {
  width: 100%;
  max-width: 1185px;
  margin: 0 auto;
}

.togoArea {
  padding: 80px 0;
}
@media (max-width: 767px) {
  .togoArea {
    padding: 40px 0;
  }
}
.togoArea .togoBox {
  background: #0068ac;
  padding: 40px 5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .togoArea .togoBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px 5%;
  }
}
.togoArea .togoBox .logoArea {
  width: 30%;
  text-align: center;
}
@media (max-width: 767px) {
  .togoArea .togoBox .logoArea {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .togoArea .togoBox .logoArea img {
    width: 100%;
    max-width: 240px;
  }
}
.togoArea .togoBox .txtArea {
  width: 67%;
}
@media (max-width: 767px) {
  .togoArea .togoBox .txtArea {
    width: 100%;
  }
}
.togoArea .togoBox .txtArea p {
  color: #fff;
}
.togoArea .togoBox .txtArea p.ttl {
  font-size: 42px;
  font-weight: bold;
  line-height: 1.5em;
  margin-bottom: 20px;
}
@media (max-width: 1440px) {
  .togoArea .togoBox .txtArea p.ttl {
    font-size: 3vw;
  }
}
@media (max-width: 767px) {
  .togoArea .togoBox .txtArea p.ttl {
    font-size: 5.2vw;
  }
}
.togoArea .togoBox .txtArea p.ttl span {
  display: block;
  font-size: 70%;
  line-height: 1.5em;
}
.togoArea .togoBox .txtArea p.txt02 {
  font-size: 21px;
  line-height: 1.6em;
}
@media (max-width: 1440px) {
  .togoArea .togoBox .txtArea p.txt02 {
    font-size: 1.5vw;
  }
}
@media (max-width: 767px) {
  .togoArea .togoBox .txtArea p.txt02 {
    font-size: 3.8vw;
  }
}

.btmArea {
  padding-top: 150px;
}
@media (max-width: 767px) {
  .btmArea {
    padding-top: 80px;
  }
}

.backBtnArea {
  padding: 80px 0;
}
@media (max-width: 767px) {
  .backBtnArea {
    padding: 40px 0;
  }
}
.backBtnArea .btnBack {
  width: 354px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .backBtnArea .btnBack {
    width: 200px;
  }
}
.backBtnArea .btnBack a {
  background: -webkit-gradient(linear, left top, right top, from(#accbee), to(#c2e9e8));
  background: -webkit-linear-gradient(left, #accbee, #c2e9e8);
  background: linear-gradient(to right, #accbee, #c2e9e8);
  position: relative;
  text-align: center;
  font-size: 18px;
  line-height: 1;
  height: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 80px;
  -webkit-box-shadow: 2px 2px 10px rgba(51, 137, 173, 0.5);
          box-shadow: 2px 2px 10px rgba(51, 137, 173, 0.5);
  overflow: hidden;
}
@media (min-width: 992px) {
  .backBtnArea .btnBack a {
    -webkit-transition: color 0.4s ease 0s;
    transition: color 0.4s ease 0s;
  }
}
@media (max-width: 767px) {
  .backBtnArea .btnBack a {
    font-size: 16px;
    height: 60px;
  }
}
@media (min-width: 992px) {
  .backBtnArea .btnBack a:hover {
    color: #fff;
  }
  .backBtnArea .btnBack a:hover::before {
    color: #fff;
  }
  .backBtnArea .btnBack a:hover::after {
    width: 100%;
  }
}
.backBtnArea .btnBack a span {
  position: relative;
  z-index: 2;
}
.backBtnArea .btnBack a::before {
  content: "←";
  font-size: 22px;
  line-height: 1;
  position: absolute;
  -webkit-transition: color 0.4s ease 0s;
  transition: color 0.4s ease 0s;
  top: 50%;
  left: 20px;
  margin-top: -11px;
  z-index: 5;
}
@media (max-width: 767px) {
  .backBtnArea .btnBack a::before {
    font-size: 18px;
    left: 15px;
    margin-top: -9px;
  }
}
.backBtnArea .btnBack a::after {
  content: "";
  width: 0;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#7ca8da), to(#79c4c1));
  background: -webkit-linear-gradient(left, #7ca8da, #79c4c1);
  background: linear-gradient(to right, #7ca8da, #79c4c1);
  -webkit-transition: width 0.4s ease 0s;
  transition: width 0.4s ease 0s;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}