@media only screen and (min-width: 768px) {
  .con_lower_title {
    background-image: url(../../spa/images/img_main-pc.jpg);
  }
}
@media only screen and (max-width: 767px) {
  .con_lower_title {
    background-image: url(../../spa/images/img_main-sp.jpg);
  }
}

.wrp_intro {
  background: #292c11;
  position: relative;
}
@media only screen and (min-width: 1025px) {
  .wrp_intro {
    margin-bottom: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_intro {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_intro {
    margin-bottom: 2.5em;
  }
}
@media only screen and (min-width: 768px) {
  .wrp_intro {
    padding-top: 55px;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_intro {
    padding-top: 3em;
  }
}
@media only screen and (min-width: 1025px) {
  .wrp_intro {
    padding-bottom: 170px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_intro {
    padding-bottom: 110px;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_intro {
    padding-bottom: 4em;
  }
}
.wrp_intro .bg1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
@media only screen and (min-width: 768px) {
  .wrp_intro .bg1 {
    width: calc(1512 / 1920 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .wrp_intro .bg1 {
    width: 100%;
  }
}
.wrp_intro .bg1 span {
  display: block;
  padding-top: calc(819 / 1512 * 100%);
  position: relative;
  overflow: hidden;
}
.wrp_intro .bg1 span img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media only screen and (min-width: 1025px) {
  .wrp_intro .tmp_lowerlnk {
    padding-bottom: 110px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_intro .tmp_lowerlnk {
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_intro .tmp_lowerlnk {
    padding-bottom: 2em;
  }
}
.wrp_intro .con_intro_top {
  max-width: 1670px;
  width: 92%;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  .wrp_intro .con_intro_top {
    width: 88%;
  }
}
.wrp_intro .con_intro_top .box_intro_top, .wrp_intro .con_intro_top .box_intro_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 1025px) {
  .wrp_intro .con_intro_top .box_intro_top .box_l, .wrp_intro .con_intro_top .box_intro_bottom .box_l {
    width: calc(870 / 1670 * 100%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_intro .con_intro_top .box_intro_top .box_l, .wrp_intro .con_intro_top .box_intro_bottom .box_l {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_intro .con_intro_top .box_intro_top .box_l, .wrp_intro .con_intro_top .box_intro_bottom .box_l {
    width: 100%;
  }
}
@media only screen and (min-width: 1025px) {
  .wrp_intro .con_intro_top .box_intro_top .box_r, .wrp_intro .con_intro_top .box_intro_bottom .box_r {
    width: calc(800 / 1670 * 100%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_intro .con_intro_top .box_intro_top .box_r, .wrp_intro .con_intro_top .box_intro_bottom .box_r {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_intro .con_intro_top .box_intro_top .box_r, .wrp_intro .con_intro_top .box_intro_bottom .box_r {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_intro .con_intro_top .box_intro_top {
    margin-bottom: 1em;
  }
}
@media only screen and (min-width: 1441px) {
  .wrp_intro .con_intro_top .box_intro_top .box_l {
    padding-top: 30px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1240px) {
  .wrp_intro .con_intro_top .box_intro_top .box_l {
    width: 60%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_intro .con_intro_top .box_intro_top .box_l {
    width: 100%;
    margin: 0 auto 40px;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_intro .con_intro_top .box_intro_top .box_l {
    margin-bottom: 1.5em;
  }
}
@media only screen and (min-width: 1025px) {
  .wrp_intro .con_intro_top .box_intro_top .box_l .box_text {
    width: 79%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_intro .con_intro_top .box_intro_top .box_l .box_text {
    width: 52%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_intro .con_intro_top .box_intro_top .box_l .box_text {
    width: 100%;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1240px) {
  .wrp_intro .con_intro_top .box_intro_top .box_r {
    width: 40%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_intro .con_intro_top .box_intro_top .box_r {
    width: 100%;
  }
}
.wrp_intro .con_intro_top .box_intro_top .box_r .img {
  display: block;
  padding-top: calc(550 / 800 * 100%);
  position: relative;
  overflow: hidden;
}
.wrp_intro .con_intro_top .box_intro_top .box_r .img img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media only screen and (min-width: 1025px) {
  .wrp_intro .con_intro_top .box_intro_bottom {
    margin-top: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_intro .con_intro_top .box_intro_bottom {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_intro .con_intro_top .box_intro_bottom {
    margin-top: 1em;
  }
}
@media only screen and (min-width: 1025px) {
  .wrp_intro .con_intro_top .box_intro_bottom .box_l {
    padding-right: calc(65 / 1670 * 100%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_intro .con_intro_top .box_intro_bottom .box_l {
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_intro .con_intro_top .box_intro_bottom .box_l {
    padding-right: 0;
  }
}
@media only screen and (min-width: 1025px) {
  .wrp_intro .con_intro_top .box_intro_bottom .box_l {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_intro .con_intro_top .box_intro_bottom .box_l {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_intro .con_intro_top .box_intro_bottom .box_l {
    margin-bottom: 1.5em;
  }
}
.wrp_intro .con_intro_top .box_intro_bottom .box_l .box_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.wrp_intro .con_intro_top .box_intro_bottom .box_l .box_img .img {
  width: 50%;
}
.wrp_intro .con_intro_top .box_intro_bottom .tmp_tbl tr:first-child {
  border-top: 1px solid #cdcdcd;
}
.wrp_intro .con_intro_top .box_intro_bottom .tmp_tbl th, .wrp_intro .con_intro_top .box_intro_bottom .tmp_tbl td {
  color: #fff;
}

@media only screen and (min-width: 1025px) {
  .wrp_spa {
    margin-top: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_spa {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_spa {
    margin-top: 3em;
  }
}
@media only screen and (min-width: 1025px) {
  .wrp_spa {
    margin-bottom: 180px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_spa {
    margin-bottom: 130px;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_spa {
    margin-bottom: 3em;
  }
}
@media only screen and (min-width: 1025px) {
  .wrp_spa .tmp_h3_line {
    margin-bottom: 90px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_spa .tmp_h3_line {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_spa .tmp_h3_line {
    margin-bottom: 2.5em;
  }
}
.wrp_spa .tmp_h3_line .jp .m {
  margin-right: 0 !important;
}
@media only screen and (min-width: 1025px) {
  .wrp_spa .org_spa_man, .wrp_spa .org_spa_woman {
    margin-top: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_spa .org_spa_man, .wrp_spa .org_spa_woman {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_spa .org_spa_man, .wrp_spa .org_spa_woman {
    margin-top: 1em;
  }
}
@media only screen and (min-width: 1025px) {
  .wrp_spa .org_spa_man, .wrp_spa .org_spa_woman {
    margin-bottom: 195px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_spa .org_spa_man, .wrp_spa .org_spa_woman {
    margin-bottom: 200px;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_spa .org_spa_man, .wrp_spa .org_spa_woman {
    margin-bottom: 6em;
  }
}
@media only screen and (min-width: 1025px) {
  .wrp_spa .org_spa_woman {
    margin-top: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_spa .org_spa_woman {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_spa .org_spa_woman {
    margin-top: 1em;
  }
}
@media only screen and (min-width: 1025px) {
  .wrp_spa .org_spa_woman {
    margin-bottom: 220px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_spa .org_spa_woman {
    margin-bottom: 200px;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_spa .org_spa_woman {
    margin-bottom: 6em;
  }
}
@media only screen and (min-width: 768px) {
  .wrp_spa .tmp_flex_img_text7:not(:first-child) {
    margin-top: 5em;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_spa .tmp_flex_img_text7:not(:first-child) {
    margin-top: 4.5em;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_spa .tmp_flex_img_text7 + .tmp_flex_img_text5 {
    margin-top: 2em;
  }
}
@media only screen and (min-width: 768px) {
  .wrp_spa .tmp_flex_img_text5 {
    margin-top: 5em;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_spa .tmp_flex_img_text5 {
    margin-top: 3em;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1200px) {
  .wrp_spa .tmp_flex_img_text5 {
    padding-top: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_spa .tmp_flex_img_text5 {
    padding-top: 3em;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_spa .tmp_flex_img_text5 {
    padding-top: 2em;
  }
}
.wrp_spa .box_flex_img_text5 .img span {
  padding-top: calc(467 / 700 * 100%);
}
@media only screen and (min-width: 768px) {
  .wrp_spa .box_flex_img_text5 .box_text {
    max-width: 300px;
  }
}

.org_spa_man, .org_spa_woman {
  max-width: 1400px;
  width: 92%;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .org_spa_man, .org_spa_woman {
    width: 88%;
  }
}
@media only screen and (min-width: 768px) {
  .org_spa_man .box_l, .org_spa_woman .box_l {
    width: calc(560 / 1400 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .org_spa_man .box_l, .org_spa_woman .box_l {
    width: 100%;
  }
}
.org_spa_man .box_l .img, .org_spa_woman .box_l .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .org_spa_man .box_l .img, .org_spa_woman .box_l .img {
    width: auto;
  }
}
@media only screen and (max-width: 767px) {
  .org_spa_man .box_l .img, .org_spa_woman .box_l .img {
    width: 100%;
  }
}
.org_spa_man .box_l .img .tmp_h4_vrt_bg, .org_spa_woman .box_l .img .tmp_h4_vrt_bg {
  -webkit-box-ordinal-group: 100;
      -ms-flex-order: 99;
          order: 99;
}
.org_spa_man .box_l .inn_img, .org_spa_woman .box_l .inn_img {
  display: block;
  padding-top: calc(500 / 560 * 100%);
  position: relative;
  overflow: hidden;
}
.org_spa_man .box_l .inn_img img, .org_spa_woman .box_l .inn_img img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .org_spa_man .box_l .inn_img, .org_spa_woman .box_l .inn_img {
    padding-top: 68%;
  }
}
@media only screen and (max-width: 767px) {
  .org_spa_man .box_l .inn_img, .org_spa_woman .box_l .inn_img {
    padding-top: 60%;
  }
}
@media only screen and (min-width: 1025px) {
  .org_spa_man .box_r, .org_spa_woman .box_r {
    width: calc(720 / 1400 * 100%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .org_spa_man .box_r, .org_spa_woman .box_r {
    width: 58%;
  }
}
@media only screen and (max-width: 767px) {
  .org_spa_man .box_r, .org_spa_woman .box_r {
    width: 100%;
  }
}
@media only screen and (min-width: 1025px) {
  .org_spa_man .box_r, .org_spa_woman .box_r {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media only screen and (max-width: 767px) {
  .org_spa_man .box_r, .org_spa_woman .box_r {
    margin-top: 1em;
  }
}
.org_spa_man .box_r .img, .org_spa_woman .box_r .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 1025px) {
  .org_spa_man .box_r .img, .org_spa_woman .box_r .img {
    width: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .org_spa_man .box_r .img, .org_spa_woman .box_r .img {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .org_spa_man .box_r .img, .org_spa_woman .box_r .img {
    width: 100%;
  }
}
.org_spa_man .box_r .img .tmp_h4_vrt_bg, .org_spa_woman .box_r .img .tmp_h4_vrt_bg {
  -webkit-box-ordinal-group: 100;
      -ms-flex-order: 99;
          order: 99;
}
.org_spa_man .box_r .inn_img, .org_spa_woman .box_r .inn_img {
  display: block;
  padding-top: calc(340 / 720 * 100%);
  position: relative;
  overflow: hidden;
}
.org_spa_man .box_r .inn_img img, .org_spa_woman .box_r .inn_img img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.org_spa_man .img, .org_spa_woman .img {
  padding-top: 25px;
  position: relative;
}
.org_spa_man .img .tmp_h4_vrt_bg, .org_spa_woman .img .tmp_h4_vrt_bg {
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .org_spa_man .img .tmp_h4_vrt_bg, .org_spa_woman .img .tmp_h4_vrt_bg {
    top: -25px;
  }
}
@media only screen and (max-width: 767px) {
  .org_spa_man .img .tmp_h4_vrt_bg, .org_spa_woman .img .tmp_h4_vrt_bg {
    top: -1em;
  }
}
@media only screen and (min-width: 768px) {
  .org_spa_man .img .tmp_h4_vrt_bg, .org_spa_woman .img .tmp_h4_vrt_bg {
    left: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .org_spa_man .img .tmp_h4_vrt_bg, .org_spa_woman .img .tmp_h4_vrt_bg {
    left: 0.75em;
  }
}
@media only screen and (min-width: 1025px) {
  .org_spa_man .tmp_lower_text, .org_spa_woman .tmp_lower_text {
    max-width: 470px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .org_spa_man .tmp_lower_text, .org_spa_woman .tmp_lower_text {
    max-width: none;
  }
}
@media only screen and (max-width: 767px) {
  .org_spa_man .tmp_lower_text, .org_spa_woman .tmp_lower_text {
    max-width: none;
  }
}
@media only screen and (min-width: 1025px) {
  .org_spa_man .tmp_lower_text, .org_spa_woman .tmp_lower_text {
    margin: 50px auto 0 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .org_spa_man .tmp_lower_text, .org_spa_woman .tmp_lower_text {
    margin: 30px 0 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .org_spa_man .tmp_lower_text, .org_spa_woman .tmp_lower_text {
    margin: 1em auto 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .org_spa_man .tmp_lower_text, .org_spa_woman .tmp_lower_text {
    position: absolute;
    left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .org_spa_man .tmp_lower_text, .org_spa_woman .tmp_lower_text {
    width: 100%;
  }
}
.org_spa_man .tmp_lower_text.anime_bottom, .org_spa_woman .tmp_lower_text.anime_bottom {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
@media only screen and (max-width: 767px) {
  .org_spa_man .tmp_lower_text br, .org_spa_woman .tmp_lower_text br {
    display: none;
  }
}
.org_spa_man.lower_inview_done .tmp_lower_text, .lower_inview_done.org_spa_woman .tmp_lower_text {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: 1.5s opacity ease-in .75s , 2s -webkit-transform ease-in;
  transition: 1.5s opacity ease-in .75s , 2s -webkit-transform ease-in;
  transition: 2s transform ease-in , 1.5s opacity ease-in .75s;
  transition: 2s transform ease-in , 1.5s opacity ease-in .75s , 2s -webkit-transform ease-in;
}

@media only screen and (max-width: 767px) {
  .org_spa_woman .box_l .inn_img img {
    top: 30%;
  }
}

.wrp_private {
  background: #010400;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 1025px) {
  .wrp_private {
    padding-top: 190px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_private {
    padding-top: 140px;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_private {
    padding-top: 3em;
  }
}
@media only screen and (min-width: 1025px) {
  .wrp_private {
    padding-bottom: 230px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_private {
    padding-bottom: 180px;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_private {
    padding-bottom: 4em;
  }
}
.wrp_private .tmp_bg_sanpou {
  background-size: cover;
  background-position: center;
}
@media only screen and (min-width: 768px) {
  .wrp_private .tmp_bg_sanpou {
    height: calc(100% + 25px + 45px + 20px);
  }
}
@media only screen and (max-width: 767px) {
  .wrp_private .tmp_bg_sanpou {
    height: calc(100% + 5em);
  }
}
.wrp_private .tmp_flex_img_text, .wrp_private .tmp_block_pat4 {
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 1025px) {
  .wrp_private .tmp_flex_img_text {
    margin-bottom: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_private .tmp_flex_img_text {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_private .tmp_flex_img_text {
    margin-bottom: 2.5em;
  }
}
.wrp_private .tmp_h3 span small {
  color: #cdcdcd;
  padding-top: .1em;
}

.con_topicpath {
  position: relative;
  z-index: 2;
  margin-top: 0 !important;
}
.con_topicpath li svg path {
  fill: #cdcdcd;
}
