.tmp_st_m {
  -ms-writing-mode: lr-tb !important;
      writing-mode: horizontal-tb !important;
  -moz-writing-mode: horizontal-tb !important;
  -o-writing-mode: horizontal-tb !important;
  -webkit-writing-mode: horizontal-tb !important;
}
.tmp_st_m .b {
  margin-left: 0 !important;
}
@media only screen and (min-width: 768px) {
  .tmp_st_m .b {
    padding: 5px 20px !important;
  }
}
@media only screen and (max-width: 767px) {
  .tmp_st_m .b {
    padding: 0.3em 0.75em !important;
  }
}
.tmp_st_m .b + .s {
  margin-top: 15px;
}
.tmp_st_m .b + .s + .m {
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .tmp_st_m .b + .m {
    margin-top: 0.5em !important;
  }
}
.tmp_st_m .m:first-child {
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .tmp_st_m .m + .s {
    margin-top: 0.75em !important;
  }
}
.tmp_st_m .s {
  margin-left: 0 !important;
}
@media only screen and (max-width: 767px) {
  .tmp_st_m .s {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  .tmp_st_m .s + .m {
    margin-top: 0.5em !important;
  }
}

@media only screen and (min-width: 1025px) {
  .tmp_text {
    line-height: 2.5 !important;
  }
}

.is-Cookie {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.loading {
  width: 100%;
  height: 100vh;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11;
}
.loading .img {
  max-width: 400px;
  width: 100%;
  margin-bottom: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.loading .inn_img {
  display: block;
  padding-top: 100%;
  position: relative;
}
.loading .inn_img svg {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.loading .inn_img svg.black {
  display: none;
  z-index: 2;
}
.loading .loading_text {
  display: block;
  position: absolute;
  bottom: 7.5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: none;
}

@-webkit-keyframes mainImg_fadeout {
  0% {
    display: block;
    opacity: 1;
  }
  99% {
    display: block;
    opacity: 0;
  }
  100% {
    display: none;
    opacity: 0;
  }
}

@keyframes mainImg_fadeout {
  0% {
    display: block;
    opacity: 1;
  }
  99% {
    display: block;
    opacity: 0;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
.con_fv {
  overflow: hidden;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .con_fv {
    height: 100vh;
  }
}
@media only screen and (max-width: 767px) {
  .con_fv {
    height: calc(100vh + 60px);
  }
}
.con_fv .loading-start {
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  .con_fv .loading-start {
    height: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_fv .loading-start {
    height: 100vh;
  }
}
.con_fv .video_area {
  width: 100%;
  height: 100%;
  position: relative;
}
.con_fv .video_area video {
  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) {
  .con_fv .video_area video {
    width: auto !important;
    height: 100% !important;
    max-width: none !important;
  }
}
.con_fv .img_area {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .con_fv .img_area {
    height: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_fv .img_area {
    height: 100%;
  }
}
.con_fv .img_area .slide, .con_fv .img_area .slick-list, .con_fv .img_area .slick-track {
  height: 100%;
}
.con_fv .img_area .img {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.con_fv .catch {
  color: #fff;
  position: absolute;
  left: calc(100 / 1920 * 100%);
  -webkit-transform: translateY(0.5em);
          transform: translateY(0.5em);
  opacity: 0;
  -webkit-transition: 2s opacity ease-in-out,2s -webkit-transform ease-in-out;
  transition: 2s opacity ease-in-out,2s -webkit-transform ease-in-out;
  transition: 2s opacity ease-in-out,2s transform ease-in-out;
  transition: 2s opacity ease-in-out,2s transform ease-in-out,2s -webkit-transform ease-in-out;
  z-index: 2;
}
@media only screen and (min-width: 1025px) {
  .con_fv .catch {
    font-size: 45px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_fv .catch {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .con_fv .catch {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 768px) {
  .con_fv .catch {
    bottom: calc(240 / 930 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .con_fv .catch {
    bottom: auto;
  }
}
@media only screen and (max-width: 767px) {
  .con_fv .catch {
    top: 35%;
  }
}
.ie .con_fv .catch {
  height: calc(6em + (45px * 0.15 * 6));
}
.con_fv .catch.is-active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.con_fv .tmp_movie_start {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
  z-index: 2;
}
.con_fv .tmp_slide {
  height: 100%;
}
.con_fv .tmp_slide_option {
  height: 60px;
}
.con_fv .bn {
  text-align: center;
  position: absolute;
  bottom: calc(60 / 930 * 100%);
  right: calc(30 / 1920 * 100%);
  display: none;
}
@media only screen and (max-width: 767px) {
  .con_fv .bn {
    top: 5em;
    right: 5%;
    bottom: auto;
  }
}
.con_fv .bn > .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .con_fv .bn a:nth-child(even) {
    margin: 0 0.5em 1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_fv .bn a:nth-child(even) {
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_fv .bn .bn_mishelin {
    width: 3.5em;
  }
}
.con_fv .bn .bn_relais {
  display: block;
  margin-bottom: 1em;
  margin-left: auto;
  margin-right: 0;
}
@media only screen and (min-width: 768px) {
  .con_fv .bn .bn_relais {
    width: 84px;
  }
}
@media only screen and (max-width: 767px) {
  .con_fv .bn .bn_relais {
    width: 3.5em;
  }
}
.con_fv .bn .bn_relais span {
  display: block;
  padding-top: calc(88 / 84 * 100%);
  position: relative;
  overflow: hidden;
}
.con_fv .bn .bn_relais span img, .con_fv .bn .bn_relais span picture {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.con_fv .bn .bn_virtuoso {
  display: block;
}
@media only screen and (min-width: 768px) {
  .con_fv .bn .bn_virtuoso {
    width: 155px;
  }
}
@media only screen and (max-width: 767px) {
  .con_fv .bn .bn_virtuoso {
    width: 6.4em;
  }
}

.con_imp {
  max-width: 1000px;
  width: 92%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 5rem;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 767px) {
  .con_imp {
    width: 88%;
  }
}
.con_imp .st_imp {
  margin-bottom: 1em;
  text-align: center;
}
.con_imp .box_imp a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  --time: 12rem;
}
.con_imp .box_imp a time {
  width: var(--time);
  display: block;
}
.con_imp .box_imp a span {
  width: clac(100%-var(--time));
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}

.con_pick {
  max-width: 1425px;
  width: 92%;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .con_pick {
    padding-top: calc(80 * var(--base-margin-raito) * 1px);
  }
}
@media only screen and (max-width: 767px) {
  .con_pick {
    padding-top: calc(80 * var(--base-margin-raito) * 1em);
  }
}
@media only screen and (min-width: 768px) {
  .con_pick {
    padding-bottom: calc(80 * var(--base-margin-raito) * 1px);
  }
}
@media only screen and (max-width: 767px) {
  .con_pick {
    padding-bottom: calc(80 * var(--base-margin-raito) * 1em);
  }
}
@media only screen and (max-width: 767px) {
  .con_pick {
    width: 88%;
  }
}
@media only screen and (max-width: 767px) {
  .con_pick {
    display: block;
  }
}

.box_pick {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.box_pick .slide {
  max-width: 350px;
  width: calc(1 / 4 * 100%);
}
.box_pick .slide a {
  color: inherit !important;
  display: block;
}
.mouse .box_pick .slide a {
  -webkit-transition: opacity .2s ease-in;
  transition: opacity .2s ease-in;
}
.box_pick .slide a:hover {
  opacity: .7;
}
@media only screen and (max-width: 1024px) {
  .box_pick .slide a:hover {
    -webkit-tap-highlight-color: transparent;
    -webkit-transition-delay: 200ms;
            transition-delay: 200ms;
  }
}
.box_pick .slide a .inner {
  padding-left: 1em;
  display: block;
}
.box_pick .slide a .inner .img {
  display: block;
}
.box_pick .slide a .inner .img img {
  width: 100%;
}
.box_pick .slide a .inner time {
  display: block;
  padding: .5em 0;
}
.box_pick .slide a .inner .txt {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.5;
}

.con_latest_information {
  width: 100%;
  color: #fff;
  line-height: 1.3;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  background: rgba(0, 0, 0, 0.8);
  cursor: pointer;
}
@media only screen and (min-width: 1025px) {
  .con_latest_information {
    padding: 1em 7.5%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_latest_information {
    padding: 0.75em 5%;
  }
}
@media only screen and (max-width: 767px) {
  .con_latest_information {
    padding: 0.75em 5%;
  }
}
.con_latest_information a {
  max-width: 1000px;
  width: 92%;
  margin-right: auto;
  margin-left: auto;
  text-decoration: none;
  padding: 1em 0;
  color: #fff;
  display: block;
}
@media only screen and (max-width: 767px) {
  .con_latest_information a {
    width: 88%;
  }
}
.mouse .con_latest_information a {
  -webkit-transition: opacity .2s ease-in;
  transition: opacity .2s ease-in;
}
.con_latest_information a:hover {
  opacity: .7;
}
@media only screen and (max-width: 1024px) {
  .con_latest_information a:hover {
    -webkit-tap-highlight-color: transparent;
    -webkit-transition-delay: 200ms;
            transition-delay: 200ms;
  }
}
.con_latest_information a:hover {
  color: inherit;
}
.con_latest_information a:hover .inner {
  text-decoration: none;
}
@media only screen and (max-width: 1024px) {
  .con_latest_information a:hover {
    -webkit-tap-highlight-color: transparent;
    -webkit-transition-delay: 200ms;
            transition-delay: 200ms;
  }
}
.con_latest_information a .inner {
  text-decoration: underline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  --time: 12rem;
}
.con_latest_information a .inner time {
  width: var(--time);
  display: block;
}
.con_latest_information a .inner .txt {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: calc(100% - var(--time));
  display: block;
}

@media only screen and (min-width: 768px) and (max-width: 896px) {
  .con_header {
    width: 100%;
  }
}
@media only screen and (max-width: 896.5px) {
  .con_header {
    top: 1.25em;
  }
}
.con_header .sound {
  text-align: right;
  color: #fff;
  display: none;
  line-height: 1;
}
@media only screen and (min-width: 1025px) {
  .con_header .sound {
    margin-top: 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_header .sound {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_header .sound {
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) {
  .con_header .sound {
    margin-right: 55px;
  }
}
@media only screen and (max-width: 767px) {
  .con_header .sound {
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) {
  .con_header .sound {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .con_header .sound {
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 896px) {
  .con_header .sound {
    margin-top: calc(50vh - 20%);
    margin-right: 25px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.con_header .sound .inner {
  display: inline-block;
  cursor: pointer;
}
.mouse .con_header .sound .inner {
  -webkit-transition: opacity .2s ease-in;
  transition: opacity .2s ease-in;
}
.con_header .sound .inner:hover {
  opacity: .7;
}
@media only screen and (max-width: 1024px) {
  .con_header .sound .inner:hover {
    -webkit-tap-highlight-color: transparent;
    -webkit-transition-delay: 200ms;
            transition-delay: 200ms;
  }
}
.con_header .sound .ic {
  display: block;
  width: 1em;
  line-height: 1;
  margin-right: 0;
  margin-left: auto;
}
.con_header .sound .ic i:first-of-type {
  display: none;
}
.con_header .sound .ic i:last-of-type {
  display: block;
}
.con_header .sound .en {
  display: block;
  margin-top: .5em;
  font-size: 55%;
  line-height: 1;
  cursor: pointer;
}
.con_header .sound .en em {
  font-style: normal;
}
.con_header .sound .en em:first-of-type {
  display: none;
  -webkit-transform: translateX(0.25em);
          transform: translateX(0.25em);
}
.con_header .sound .en em:last-of-type {
  display: block;
}
.con_header .sound.is-muted .ic i:first-of-type {
  display: block;
}
.con_header .sound.is-muted .ic i:last-of-type {
  display: none;
}
.con_header .sound.is-muted .en em:first-of-type {
  display: block;
}
.con_header .sound.is-muted .en em:last-of-type {
  display: none;
}

.wrp_intro {
  position: relative;
}
@media only screen and (min-width: 1441px) {
  .wrp_intro {
    margin-top: 240px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1440px) {
  .wrp_intro {
    margin-top: 150px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_intro {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_intro {
    margin-top: 60px;
  }
}
@media only screen and (min-width: 1441px) {
  .wrp_intro {
    padding-bottom: 270px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1440px) {
  .wrp_intro {
    padding-bottom: 200px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrp_intro {
    padding-bottom: 130px;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_intro {
    padding-bottom: 60px;
  }
}
.wrp_intro .logo {
  position: absolute;
  right: calc(90 / 1920 * 100%);
  bottom: auto;
  top: 34%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (min-width: 768px) {
  .wrp_intro .logo {
    width: calc(577 / 1920 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .wrp_intro .logo {
    width: 100%;
  }
}
.wrp_intro .logo span {
  display: block;
  padding-top: calc(596 / 577 * 100%);
  position: relative;
  overflow: hidden;
}
.wrp_intro .logo span img, .wrp_intro .logo span picture {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.wrp_intro .bg {
  position: absolute;
  left: 0;
  bottom: 85px;
}
@media only screen and (min-width: 768px) {
  .wrp_intro .bg {
    width: calc(953 / 1920 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .wrp_intro .bg {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_intro .bg {
    display: none;
  }
}
.wrp_intro .bg span {
  display: block;
  padding-top: calc(254 / 953 * 100%);
  position: relative;
  overflow: hidden;
}
.wrp_intro .bg span img, .wrp_intro .bg span picture {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.con_intro {
  max-width: 1000px;
  width: 92%;
  margin-right: auto;
  margin-left: auto;
  opacity: 0;
  -webkit-transition: 1s opacity ease-in 1s, 1.2s -webkit-transform ease-in 1s;
  transition: 1s opacity ease-in 1s, 1.2s -webkit-transform ease-in 1s;
  transition: 1.2s transform ease-in 1s, 1s opacity ease-in 1s;
  transition: 1.2s transform ease-in 1s, 1s opacity ease-in 1s, 1.2s -webkit-transform ease-in 1s;
  -webkit-transition: .5s transform ease-in, .3s opacity ease-in;
  transition: .5s transform ease-in, .3s opacity ease-in;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .con_intro {
    width: 88%;
  }
}
@media only screen and (min-width: 768px) {
  .con_intro {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media only screen and (max-width: 767px) {
  .con_intro {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.con_intro.is-active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_intro {
    width: 95%;
  }
}
.con_intro .box_l {
  width: 100%;
  color: transparent;
  text-shadow: 0 0 10px #242424;
  -webkit-transition: .5s color ease-in .3s , .5s text-shadow ease-in  .3s;
  transition: .5s color ease-in .3s , .5s text-shadow ease-in  .3s;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media only screen and (min-width: 768px) {
  .con_intro .box_l {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .box_l {
    text-align: left;
  }
}
@media only screen and (min-width: 1025px) {
  .con_intro .box_l {
    margin-top: 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_intro .box_l {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .box_l {
    margin-top: 1em;
  }
}
.con_intro .box_r {
  width: 100%;
  text-align: center;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.con_intro .box_r .text > span {
  display: block;
  color: transparent;
  text-shadow: 0 0 10px #242424;
  font-weight: 400;
  -webkit-transition: .5s color ease-in .3s , .5s text-shadow ease-in .3s;
  transition: .5s color ease-in .3s , .5s text-shadow ease-in .3s;
}
@media only screen and (min-width: 1441px) {
  .con_intro .box_r .text > span {
    font-size: 35px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1440px) {
  .con_intro .box_r .text > span {
    font-size: 33px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_intro .box_r .text > span {
    font-size: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .box_r .text > span {
    font-size: 1.5rem;
  }
}
.con_intro .box_r .text > span em {
  display: inline-block;
  padding-bottom: .15em;
  font-style: normal;
}
@media only screen and (min-width: 768px) {
  .con_intro .box_r .text > span em {
    margin-bottom: .5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .box_r .text > span em {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.con_intro .box_r .text > span em > span {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .con_intro .box_r .text > span em > span {
    margin-bottom: .25em;
  }
}
.con_intro .box_r .text > span em > span:before {
  content: "";
  width: 100%;
  height: 1px;
  background: rgba(36, 36, 36, 0.3);
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transition: .5s opacity ease-in .3s;
  transition: .5s opacity ease-in .3s;
}
.con_intro.is-active .box_l {
  color: #242424;
  text-shadow: 0 0 0 rgba(0, 85, 0, 0);
}
.con_intro.is-active .box_r span {
  color: #242424;
  text-shadow: 0 0 0 rgba(0, 85, 0, 0);
}
.con_intro.is-active .box_r span em:before {
  opacity: 1;
}

.con_history .box_col1 {
  position: relative;
  z-index: 2;
}
.con_history .box_col1 .js-imgArea {
  width: 100%;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .con_history .box_col1 .js-imgArea {
    padding-top: calc(800 / 1920 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .con_history .box_col1 .js-imgArea {
    padding-top: calc(700 / 768 * 100%);
  }
}
.con_history .box_col1 .js-imgArea.is-active .js-imgArea_mask {
  width: 100%;
}
.con_history .box_col1 .js-imgArea.is-active .js-imgArea_mask:before, .con_history .box_col1 .js-imgArea.is-active .js-imgArea_mask:after {
  opacity: 0;
}
.con_history .box_col1 .js-imgArea .js-imgArea_mask {
  width: 0;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  -webkit-transition: 1.1s width ease-in .3s;
  transition: 1.1s width ease-in .3s;
  left: 0;
}
.con_history .box_col1 .js-imgArea .js-imgArea_mask:before, .con_history .box_col1 .js-imgArea .js-imgArea_mask:after {
  content: "";
  width: 100.5%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.con_history .box_col1 .js-imgArea .js-imgArea_mask:before {
  background: #eee;
  -webkit-transition: 1.2s opacity ease-in 1.7s;
  transition: 1.2s opacity ease-in 1.7s;
  z-index: 2;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transform-origin: top right;
          transform-origin: top right;
}
.con_history .box_col1 .js-imgArea .tmp_inn_imgarea {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.con_history .box_col1 .js-imgArea img {
  max-width: none;
}
.con_history .box_col1 .inner {
  position: relative;
}
.con_history .box_col1 .tmp_wrp_slide {
  position: relative;
}
.con_history .box_col1 .tmp_wrp_slide .tmp_slide_option {
  opacity: 0;
  -webkit-transition: 1s opacity ease-in 1s, 1.2s -webkit-transform ease-in 1s;
  transition: 1s opacity ease-in 1s, 1.2s -webkit-transform ease-in 1s;
  transition: 1.2s transform ease-in 1s, 1s opacity ease-in 1s;
  transition: 1.2s transform ease-in 1s, 1s opacity ease-in 1s, 1.2s -webkit-transform ease-in 1s;
}
@media only screen and (min-width: 768px) {
  .con_history .box_col1 .tmp_wrp_slide .tmp_slide_option {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media only screen and (max-width: 767px) {
  .con_history .box_col1 .tmp_wrp_slide .tmp_slide_option {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.con_history .box_col1 .tmp_wrp_slide .tmp_slide_option.is-active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .con_history .box_col1 .tmp_wrp_slide .tmp_slide_option {
    color: #fff;
    position: absolute;
    z-index: 2;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1441px) {
  .con_history .box_col1 .tmp_wrp_slide .tmp_slide_option {
    bottom: calc(50 / 800 * 100%);
  }
}
@media only screen and (min-width: 768px) and (min-width: 1025px) and (max-width: 1440px) {
  .con_history .box_col1 .tmp_wrp_slide .tmp_slide_option {
    bottom: calc(30 / 800 * 100%);
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1024px) {
  .con_history .box_col1 .tmp_wrp_slide .tmp_slide_option {
    bottom: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 767px) {
  .con_history .box_col1 .tmp_wrp_slide .tmp_slide_option {
    bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  .con_history .box_col1 .tmp_wrp_slide .tmp_slide_option {
    right: calc(240 / 1920 * 100%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 767px) {
  .con_history .box_col1 .tmp_wrp_slide .tmp_slide_option {
    right: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .con_history .box_col1 .tmp_wrp_slide .tmp_slide_option {
    margin-top: 15px;
    position: static;
  }
}
.ie .con_history .box_col1 .tmp_wrp_slide .tmp_slide, .ie .con_history .box_col1 .tmp_wrp_slide .slick-list, .ie .con_history .box_col1 .tmp_wrp_slide .slick-track {
  overflow: hidden;
}
.con_history .box_col1 .tmp_st_m {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: 1s opacity ease-in 1s, 1.2s -webkit-transform ease-in 1s;
  transition: 1s opacity ease-in 1s, 1.2s -webkit-transform ease-in 1s;
  transition: 1.2s transform ease-in 1s, 1s opacity ease-in 1s;
  transition: 1.2s transform ease-in 1s, 1s opacity ease-in 1s, 1.2s -webkit-transform ease-in 1s;
  position: absolute;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  .con_history .box_col1 .tmp_st_m {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
@media only screen and (max-width: 767px) {
  .con_history .box_col1 .tmp_st_m {
    -webkit-transform: translateY(-7.5px);
            transform: translateY(-7.5px);
  }
}
.con_history .box_col1 .tmp_st_m.is-active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .con_history .box_col1 .tmp_st_m {
    left: calc(150 / 1920 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .con_history .box_col1 .tmp_st_m {
    left: 30px;
  }
}
.con_history .box_col1 .tmp_st_m .b {
  letter-spacing: 0.06em;
}
.con_history .box_col1 .tmp_st_m .m {
  margin-top: 20px;
}
@media only screen and (min-width: 1441px) {
  .con_history .box_col1 .tmp_st_m .m {
    font-size: 40px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1440px) {
  .con_history .box_col1 .tmp_st_m .m {
    font-size: 35px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_history .box_col1 .tmp_st_m .m {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_history .box_col1 .tmp_st_m .m {
    font-size: 25px;
  }
}
.con_history .box_hisotry {
  opacity: 0;
  -webkit-transition: 1s opacity ease-in 1s, 1.2s -webkit-transform ease-in 1s;
  transition: 1s opacity ease-in 1s, 1.2s -webkit-transform ease-in 1s;
  transition: 1.2s transform ease-in 1s, 1s opacity ease-in 1s;
  transition: 1.2s transform ease-in 1s, 1s opacity ease-in 1s, 1.2s -webkit-transform ease-in 1s;
}
@media only screen and (min-width: 768px) {
  .con_history .box_hisotry {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
}
@media only screen and (max-width: 767px) {
  .con_history .box_hisotry {
    -webkit-transform: translateY(7.5px);
            transform: translateY(7.5px);
  }
}
.con_history .box_hisotry.is-active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
@media only screen and (min-width: 1025px) {
  .con_history .box_hisotry {
    padding-top: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_history .box_hisotry {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .con_history .box_hisotry {
    padding-top: 20px;
  }
}
@media only screen and (min-width: 1441px) {
  .con_history .box_hisotry {
    padding-bottom: 190px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1440px) {
  .con_history .box_hisotry {
    padding-bottom: 140px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_history .box_hisotry {
    padding-bottom: 90px;
  }
}
@media only screen and (max-width: 767px) {
  .con_history .box_hisotry {
    padding-bottom: 50px;
  }
}
.con_history .box_hisotry:before {
  content: "";
  width: 100%;
  height: 532px;
  background: url(../images/home/bg_hisotry.jpg);
  background-position: right;
  position: absolute;
  top: 0;
  right: 0;
}
.con_history .box_hisotry > * {
  position: relative;
  z-index: 2;
}
.con_history .box_hisotry .tmp_box_text {
  max-width: 1015px;
  width: 92%;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  .con_history .box_hisotry .tmp_box_text {
    width: 88%;
  }
}
.con_history .box_hisotry .tmp_catch {
  color: #242424;
}
@media only screen and (min-width: 1025px) {
  .con_history .box_hisotry .tmp_text {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_history .box_hisotry .tmp_text {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .con_history .box_hisotry .tmp_text {
    margin-top: 1em;
  }
}
@media only screen and (min-width: 768px) {
  .con_history .box_hisotry .tmp_text {
    font-size: 16px;
    line-height: 2.5;
  }
}

.con_roo .inner, .con_spa .inner, .con_cui .inner, .con_spa_tour .inner {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .con_roo .tmp_st_m, .con_spa .tmp_st_m, .con_cui .tmp_st_m, .con_spa_tour .tmp_st_m {
    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-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.con_roo .box_col1 .tmp_slide_option, .con_spa .box_col1 .tmp_slide_option, .con_cui .box_col1 .tmp_slide_option, .con_spa_tour .box_col1 .tmp_slide_option {
  opacity: 0;
  -webkit-transition: 1s opacity ease-in 1s, 1.2s -webkit-transform ease-in 1s;
  transition: 1s opacity ease-in 1s, 1.2s -webkit-transform ease-in 1s;
  transition: 1.2s transform ease-in 1s, 1s opacity ease-in 1s;
  transition: 1.2s transform ease-in 1s, 1s opacity ease-in 1s, 1.2s -webkit-transform ease-in 1s;
  margin-top: 15px;
  margin-bottom: 45px;
}
@media only screen and (min-width: 768px) {
  .con_roo .box_col1 .tmp_slide_option, .con_spa .box_col1 .tmp_slide_option, .con_cui .box_col1 .tmp_slide_option, .con_spa_tour .box_col1 .tmp_slide_option {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media only screen and (max-width: 767px) {
  .con_roo .box_col1 .tmp_slide_option, .con_spa .box_col1 .tmp_slide_option, .con_cui .box_col1 .tmp_slide_option, .con_spa_tour .box_col1 .tmp_slide_option {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.con_roo .box_col1 .tmp_slide_option.is-active, .con_spa .box_col1 .tmp_slide_option.is-active, .con_cui .box_col1 .tmp_slide_option.is-active, .con_spa_tour .box_col1 .tmp_slide_option.is-active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.con_roo .box_col1 .wrp_slide, .con_spa .box_col1 .wrp_slide, .con_cui .box_col1 .wrp_slide, .con_spa_tour .box_col1 .wrp_slide {
  position: relative;
}
.con_roo .box_col1 .wrp_slide .tmp_movie_start, .con_spa .box_col1 .wrp_slide .tmp_movie_start, .con_cui .box_col1 .wrp_slide .tmp_movie_start, .con_spa_tour .box_col1 .wrp_slide .tmp_movie_start {
  position: absolute;
  left: 50%;
  bottom: 15px;
  z-index: 2;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.con_roo .box_col1 .tmp_movie_start, .con_spa .box_col1 .tmp_movie_start, .con_cui .box_col1 .tmp_movie_start, .con_spa_tour .box_col1 .tmp_movie_start {
  opacity: 0;
  -webkit-transition: 1s opacity ease-in 1s, 1.2s -webkit-transform ease-in 1s;
  transition: 1s opacity ease-in 1s, 1.2s -webkit-transform ease-in 1s;
  transition: 1.2s transform ease-in 1s, 1s opacity ease-in 1s;
  transition: 1.2s transform ease-in 1s, 1s opacity ease-in 1s, 1.2s -webkit-transform ease-in 1s;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media only screen and (min-width: 768px) {
  .con_roo .box_col1 .tmp_movie_start, .con_spa .box_col1 .tmp_movie_start, .con_cui .box_col1 .tmp_movie_start, .con_spa_tour .box_col1 .tmp_movie_start {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media only screen and (max-width: 767px) {
  .con_roo .box_col1 .tmp_movie_start, .con_spa .box_col1 .tmp_movie_start, .con_cui .box_col1 .tmp_movie_start, .con_spa_tour .box_col1 .tmp_movie_start {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.con_roo .box_col1 .tmp_movie_start.is-active, .con_spa .box_col1 .tmp_movie_start.is-active, .con_cui .box_col1 .tmp_movie_start.is-active, .con_spa_tour .box_col1 .tmp_movie_start.is-active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.con_roo .box_col1 .tmp_movie_start.is-active, .con_spa .box_col1 .tmp_movie_start.is-active, .con_cui .box_col1 .tmp_movie_start.is-active, .con_spa_tour .box_col1 .tmp_movie_start.is-active {
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

@media only screen and (min-width: 1441px) {
  .con_roo {
    margin-bottom: 200px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1440px) {
  .con_roo {
    margin-bottom: 150px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_roo {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .con_roo {
    margin-bottom: 65px;
  }
}
.con_roo .box_col1 .js-imgArea {
  width: 100%;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .con_roo .box_col1 .js-imgArea {
    padding-top: calc(800 / 1920 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .con_roo .box_col1 .js-imgArea {
    padding-top: calc(750 / 768 * 100%);
  }
}
.con_roo .box_col1 .js-imgArea.is-active .js-imgArea_mask {
  width: 100%;
}
.con_roo .box_col1 .js-imgArea.is-active .js-imgArea_mask:before, .con_roo .box_col1 .js-imgArea.is-active .js-imgArea_mask:after {
  opacity: 0;
}
.con_roo .box_col1 .js-imgArea .js-imgArea_mask {
  width: 0;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  -webkit-transition: 1.1s width ease-in .3s;
  transition: 1.1s width ease-in .3s;
  right: 0;
}
.con_roo .box_col1 .js-imgArea .js-imgArea_mask:before, .con_roo .box_col1 .js-imgArea .js-imgArea_mask:after {
  content: "";
  width: 100.5%;
  height: 100%;
  position: absolute;
  top: 0;
}
.con_roo .box_col1 .js-imgArea .js-imgArea_mask:before {
  background: #eee;
  -webkit-transition: 1.2s opacity ease-in 1.7s;
  transition: 1.2s opacity ease-in 1.7s;
  z-index: 2;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transform-origin: top left;
          transform-origin: top left;
}
.con_roo .box_col1 .js-imgArea .tmp_inn_imgarea {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.con_roo .box_col1 .js-imgArea img {
  max-width: none;
}
.con_roo .box_col1 .tmp_st_m {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: 1s opacity ease-in 1s, 1.2s -webkit-transform ease-in 1s;
  transition: 1s opacity ease-in 1s, 1.2s -webkit-transform ease-in 1s;
  transition: 1.2s transform ease-in 1s, 1s opacity ease-in 1s;
  transition: 1.2s transform ease-in 1s, 1s opacity ease-in 1s, 1.2s -webkit-transform ease-in 1s;
  position: absolute;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  .con_roo .box_col1 .tmp_st_m {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
}
@media only screen and (max-width: 767px) {
  .con_roo .box_col1 .tmp_st_m {
    -webkit-transform: translateY(7.5px);
            transform: translateY(7.5px);
  }
}
.con_roo .box_col1 .tmp_st_m.is-active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .con_roo .box_col1 .tmp_st_m {
    left: calc(140 / 1920 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .con_roo .box_col1 .tmp_st_m {
    left: 20px;
  }
}
.con_roo .box_col2 {
  opacity: 0;
  -webkit-transition: 1s opacity ease-in 1s, 1.2s -webkit-transform ease-in 1s;
  transition: 1s opacity ease-in 1s, 1.2s -webkit-transform ease-in 1s;
  transition: 1.2s transform ease-in 1s, 1s opacity ease-in 1s;
  transition: 1.2s transform ease-in 1s, 1s opacity ease-in 1s, 1.2s -webkit-transform ease-in 1s;
  max-width: 1415px;
  width: 92%;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  .con_roo .box_col2 {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
@media only screen and (max-width: 767px) {
  .con_roo .box_col2 {
    -webkit-transform: translateY(-7.5px);
            transform: translateY(-7.5px);
  }
}
.con_roo .box_col2.is-active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .con_roo .box_col2 {
    width: 88%;
  }
}
@media only screen and (min-width: 768px) {
  .con_roo .box_col2 {
    margin-top: calc(-80 / 1220 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .con_roo .box_col2 {
    margin-top: 0;
  }
}
@media only screen and (min-width: 1025px) {
  .con_roo .box_col2 {
    margin-bottom: 140px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_roo .box_col2 {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .con_roo .box_col2 {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 896px) {
  .con_roo .box_col2 {
    margin-top: -20px;
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .con_roo .box_col2 {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .con_roo .box_col2 .box_img {
    width: calc(840 / 1415 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .con_roo .box_col2 .box_img {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 896px) {
  .con_roo .box_col2 .box_img {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .con_roo .box_col2 .box_img {
    margin-bottom: 40px;
  }
}
.con_roo .box_col2 .img {
  display: block;
  padding-top: calc(550 / 840 * 100%);
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}
.con_roo .box_col2 .img img, .con_roo .box_col2 .img picture {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (min-width: 768px) {
  .con_roo .box_col2 .box_text {
    width: calc(575 / 1415 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .con_roo .box_col2 .box_text {
    width: 100%;
  }
}
@media only screen and (min-width: 1025px) {
  .con_roo .box_col2 .box_text {
    margin-top: calc(220 / 1415 * 100%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_roo .box_col2 .box_text {
    margin-top: calc(150 / 1415 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .con_roo .box_col2 .box_text {
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) {
  .con_roo .box_col2 .box_text {
    padding-left: calc(120 / 1415 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .con_roo .box_col2 .box_text {
    padding-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 896px) {
  .con_roo .box_col2 .box_text {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .con_roo .box_col2 .box_text {
    width: 88%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 1025px) {
  .con_roo .box_col2 .inner .box_r {
    margin-top: 35px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_roo .box_col2 .inner .box_r {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_roo .box_col2 .inner .box_r {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_roo .box_col2 .inner .tmp_st_m {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_roo .box_col2 .inner .tmp_text {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_roo .box_col2 .inner .tmp_text {
    margin-top: 1em;
  }
}
@media only screen and (min-width: 1025px) {
  .con_roo .box_col2 .inner .tmp_text {
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_roo .box_col2 .inner .tmp_text {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_roo .box_col2 .inner .tmp_text {
    margin-bottom: 10px;
  }
}
.con_roo .box_roo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
.con_roo .box_roo .bg {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translateY(-80%);
          transform: translateY(-80%);
}
@media only screen and (min-width: 768px) {
  .con_roo .box_roo .bg {
    width: calc(981 / 1920 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .con_roo .box_roo .bg {
    width: calc(784.8 / 768 * 100%);
  }
}
.con_roo .box_roo .bg span {
  display: block;
  padding-top: calc(456 / 981 * 100%);
  position: relative;
  overflow: hidden;
}
.con_roo .box_roo .bg span img, .con_roo .box_roo .bg span picture {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.con_roo .box_roo .box_l {
  position: relative;
}
@media only screen and (min-width: 1025px) {
  .con_roo .box_roo .box_l {
    width: calc(770 / 1920 * 100%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_roo .box_roo .box_l {
    width: calc(850 / 1920 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .con_roo .box_roo .box_l {
    width: 100%;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1360px) {
  .con_roo .box_roo .box_l {
    width: calc(830 / 1920 * 100%);
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_roo .box_roo .box_l {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 20px;
  }
}
.con_roo .box_roo .box_l .img {
  opacity: 0;
  -webkit-transition: 1s opacity ease-in 1s, 1.2s -webkit-transform ease-in 1s;
  transition: 1s opacity ease-in 1s, 1.2s -webkit-transform ease-in 1s;
  transition: 1.2s transform ease-in 1s, 1s opacity ease-in 1s;
  transition: 1.2s transform ease-in 1s, 1s opacity ease-in 1s, 1.2s -webkit-transform ease-in 1s;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (min-width: 768px) {
  .con_roo .box_roo .box_l .img {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
@media only screen and (max-width: 767px) {
  .con_roo .box_roo .box_l .img {
    -webkit-transform: translateY(-7.5px);
            transform: translateY(-7.5px);
  }
}
.con_roo .box_roo .box_l .img.is-active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
@media only screen and (min-width: 1025px) {
  .con_roo .box_roo .box_l .img {
    width: calc(308 / 770 * 100%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_roo .box_roo .box_l .img {
    width: calc(260 / 770 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .con_roo .box_roo .box_l .img {
    width: 100%;
  }
}
.con_roo .box_roo .box_l .img span {
  display: block;
  padding-top: calc(391 / 308 * 100%);
  position: relative;
  overflow: hidden;
}
.con_roo .box_roo .box_l .img span img, .con_roo .box_roo .box_l .img span picture {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.con_roo .box_roo .box_text {
  opacity: 0;
  -webkit-transition: 1s opacity ease-in 1s, 1.2s -webkit-transform ease-in 1s;
  transition: 1s opacity ease-in 1s, 1.2s -webkit-transform ease-in 1s;
  transition: 1.2s transform ease-in 1s, 1s opacity ease-in 1s;
  transition: 1.2s transform ease-in 1s, 1s opacity ease-in 1s, 1.2s -webkit-transform ease-in 1s;
  margin-left: auto;
}
@media only screen and (min-width: 768px) {
  .con_roo .box_roo .box_text {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
}
@media only screen and (max-width: 767px) {
  .con_roo .box_roo .box_text {
    -webkit-transform: translateY(7.5px);
            transform: translateY(7.5px);
  }
}
.con_roo .box_roo .box_text.is-active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
@media only screen and (min-width: 1025px) {
  .con_roo .box_roo .box_text {
    margin-top: 170px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_roo .box_roo .box_text {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_roo .box_roo .box_text {
    margin-top: 0;
  }
}
@media only screen and (min-width: 1025px) {
  .con_roo .box_roo .box_text {
    width: calc(400 / 770 * 100%);
    margin-right: 0;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1365px) {
  .con_roo .box_roo .box_text {
    margin-right: 0;
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_roo .box_roo .box_text {
    width: calc(420 / 770 * 100%);
    margin-right: 0;
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_roo .box_roo .box_text {
    width: 88%;
    margin-right: auto;
  }
}
@media only screen and (min-width: 1025px) {
  .con_roo .box_roo .box_text .box_tit {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_roo .box_roo .box_text .box_tit {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .con_roo .box_roo .box_text .box_tit {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 896px) {
  .con_roo .box_roo .box_text .box_tit {
    margin-bottom: 20px;
  }
}
.con_roo .box_roo .box_text .tmp_st_m .s {
  margin-left: 0;
  margin-bottom: .5em;
}
@media only screen and (min-width: 1025px) {
  .con_roo .box_roo .box_text .tmp_st_m .s {
    font-size: 18px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_roo .box_roo .box_text .tmp_st_m .s {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .con_roo .box_roo .box_text .tmp_st_m .s {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1025px) {
  .con_roo .box_roo .box_text .tmp_st_m .m {
    font-size: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_roo .box_roo .box_text .tmp_st_m .m {
    font-size: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .con_roo .box_roo .box_text .tmp_st_m .m {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1025px) {
  .con_roo .box_roo .box_text .tmp_text {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_roo .box_roo .box_text .tmp_text {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_roo .box_roo .box_text .tmp_text {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .con_roo .box_roo .box_text .tmp_text {
    margin-top: 1em;
  }
}
@media only screen and (min-width: 1025px) {
  .con_roo .box_roo .box_r {
    width: calc(1030 / 1920 * 100%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_roo .box_roo .box_r {
    width: calc(1010 / 1920 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .con_roo .box_roo .box_r {
    width: 100%;
  }
}
.con_roo .box_roo .box_r .js-imgArea {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-top: calc(713 / 1030 * 100%);
}
.con_roo .box_roo .box_r .js-imgArea.is-active .js-imgArea_mask {
  width: 100%;
}
.con_roo .box_roo .box_r .js-imgArea.is-active .js-imgArea_mask:before, .con_roo .box_roo .box_r .js-imgArea.is-active .js-imgArea_mask:after {
  opacity: 0;
}
.con_roo .box_roo .box_r .js-imgArea .js-imgArea_mask {
  width: 0;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  -webkit-transition: 1.1s width ease-in .3s;
  transition: 1.1s width ease-in .3s;
  left: 0;
}
.con_roo .box_roo .box_r .js-imgArea .js-imgArea_mask:before, .con_roo .box_roo .box_r .js-imgArea .js-imgArea_mask:after {
  content: "";
  width: 100.5%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.con_roo .box_roo .box_r .js-imgArea .js-imgArea_mask:before {
  background: #eee;
  -webkit-transition: 1.2s opacity ease-in 1.7s;
  transition: 1.2s opacity ease-in 1.7s;
  z-index: 2;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transform-origin: top right;
          transform-origin: top right;
}
.con_roo .box_roo .box_r .js-imgArea .tmp_inn_imgarea {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.con_roo .box_roo .box_r .js-imgArea img {
  max-width: none;
}
@media only screen and (max-width: 767px) {
  .con_roo .box_roo .box_r {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 20px;
  }
}
.con_roo .box_roo .box_r .js-imgArea img {
  max-width: 100%;
}
@media only screen and (min-width: 768px) {
  .con_roo .box_btn {
    max-width: 300px;
  }
}

.con_cui {
  position: relative;
}
@media only screen and (min-width: 1441px) {
  .con_cui {
    margin-bottom: 200px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1440px) {
  .con_cui {
    margin-bottom: 150px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_cui {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .con_cui {
    margin-bottom: 65px;
  }
}
.con_cui .bg {
  -webkit-transform: translateY(38%);
          transform: translateY(38%);
  position: absolute;
  left: 0;
  bottom: 0;
}
@media only screen and (min-width: 768px) {
  .con_cui .bg {
    width: calc(1077 / 1920 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .con_cui .bg {
    width: calc(861.6 / 768 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .con_cui .bg {
    -webkit-transform: translateY(70%);
            transform: translateY(70%);
  }
}
.con_cui .bg span {
  display: block;
  padding-top: calc(379 / 1077 * 100%);
  position: relative;
  overflow: hidden;
}
.con_cui .bg span img, .con_cui .bg span picture {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.con_cui .box_col1 .js-imgArea {
  width: 100%;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .con_cui .box_col1 .js-imgArea {
    padding-top: calc(800 / 1920 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .con_cui .box_col1 .js-imgArea {
    padding-top: calc(750 / 768 * 100%);
  }
}
.con_cui .box_col1 .js-imgArea.is-active .js-imgArea_mask {
  width: 100%;
}
.con_cui .box_col1 .js-imgArea.is-active .js-imgArea_mask:before, .con_cui .box_col1 .js-imgArea.is-active .js-imgArea_mask:after {
  opacity: 0;
}
.con_cui .box_col1 .js-imgArea .js-imgArea_mask {
  width: 0;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  -webkit-transition: 1.1s width ease-in .3s;
  transition: 1.1s width ease-in .3s;
  left: 0;
}
.con_cui .box_col1 .js-imgArea .js-imgArea_mask:before, .con_cui .box_col1 .js-imgArea .js-imgArea_mask:after {
  content: "";
  width: 100.5%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.con_cui .box_col1 .js-imgArea .js-imgArea_mask:before {
  background: #eee;
  -webkit-transition: 1.2s opacity ease-in 1.7s;
  transition: 1.2s opacity ease-in 1.7s;
  z-index: 2;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transform-origin: top right;
          transform-origin: top right;
}
.con_cui .box_col1 .js-imgArea .tmp_inn_imgarea {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.con_cui .box_col1 .js-imgArea img {
  max-width: none;
}
.con_cui .box_col1 .tmp_st_m {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: 1s opacity ease-in 1s, 1.2s -webkit-transform ease-in 1s;
  transition: 1s opacity ease-in 1s, 1.2s -webkit-transform ease-in 1s;
  transition: 1.2s transform ease-in 1s, 1s opacity ease-in 1s;
  transition: 1.2s transform ease-in 1s, 1s opacity ease-in 1s, 1.2s -webkit-transform ease-in 1s;
  position: absolute;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  .con_cui .box_col1 .tmp_st_m {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
}
@media only screen and (max-width: 767px) {
  .con_cui .box_col1 .tmp_st_m {
    -webkit-transform: translateY(7.5px);
            transform: translateY(7.5px);
  }
}
.con_cui .box_col1 .tmp_st_m.is-active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .con_cui .box_col1 .tmp_st_m {
    left: calc(150 / 1920 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .con_cui .box_col1 .tmp_st_m {
    left: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_cui .box_col1 .tmp_st_m {
    padding-right: 1em;
  }
}
.con_cui .box_col2 {
  opacity: 0;
  -webkit-transition: 1s opacity ease-in 1s, 1.2s -webkit-transform ease-in 1s;
  transition: 1s opacity ease-in 1s, 1.2s -webkit-transform ease-in 1s;
  transition: 1.2s transform ease-in 1s, 1s opacity ease-in 1s;
  transition: 1.2s transform ease-in 1s, 1s opacity ease-in 1s, 1.2s -webkit-transform ease-in 1s;
  max-width: 1640px;
  width: 92%;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  .con_cui .box_col2 {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
@media only screen and (max-width: 767px) {
  .con_cui .box_col2 {
    -webkit-transform: translateY(-7.5px);
            transform: translateY(-7.5px);
  }
}
.con_cui .box_col2.is-active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .con_cui .box_col2 {
    width: 88%;
  }
}
@media only screen and (min-width: 768px) {
  .con_cui .box_col2 {
    margin-top: calc(-80 / 1220 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .con_cui .box_col2 {
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) {
  .con_cui .box_col2 {
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 896px) {
  .con_cui .box_col2 {
    margin-top: -20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_cui .box_col2 {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .con_cui .box_col2 .box_img {
    width: calc(680 / 1640 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .con_cui .box_col2 .box_img {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_cui .box_col2 .box_img {
    margin-bottom: 40px;
  }
}
.con_cui .box_col2 .box_img .img {
  display: block;
  padding-top: calc(501 / 680 * 100%);
  position: relative;
  overflow: hidden;
}
.con_cui .box_col2 .box_img .img img, .con_cui .box_col2 .box_img .img picture {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .con_cui .box_col2 .box_img .img {
    display: block;
    padding-top: calc(400 / 768 * 100%);
    position: relative;
    overflow: hidden;
  }
  .con_cui .box_col2 .box_img .img img, .con_cui .box_col2 .box_img .img picture {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.con_cui .box_col2 .box_text {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .con_cui .box_col2 .box_text {
    width: calc(930 / 1640 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .con_cui .box_col2 .box_text {
    width: 100%;
  }
}
@media only screen and (min-width: 1025px) {
  .con_cui .box_col2 .box_text {
    margin-top: calc(240 / 1640 * 100%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_cui .box_col2 .box_text {
    margin-top: calc(160 / 1640 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .con_cui .box_col2 .box_text {
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) {
  .con_cui .box_col2 .box_text {
    padding-left: calc(70 / 1640 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .con_cui .box_col2 .box_text {
    padding-left: 0;
  }
}
@media only screen and (min-width: 1025px) {
  .con_cui .box_col2 .box_text {
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_cui .box_col2 .box_text {
    padding-bottom: 160px;
  }
}
@media only screen and (max-width: 767px) {
  .con_cui .box_col2 .box_text {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_cui .box_col2 .box_text {
    width: 88%;
    margin-left: auto;
    margin-right: auto;
  }
}
.con_cui .box_col2 .box_text .img {
  width: calc(349 / 960 * 100%);
  position: absolute;
  right: 0;
  bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_cui .box_col2 .box_text .img {
    right: auto;
    left: 0;
    -webkit-transform: translate(-75%, 25%);
            transform: translate(-75%, 25%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 896px) {
  .con_cui .box_col2 .box_text .img {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.con_cui .box_col2 .box_text .img span {
  display: block;
  padding-top: calc(290 / 349 * 100%);
  position: relative;
  overflow: hidden;
}
.con_cui .box_col2 .box_text .img span img, .con_cui .box_col2 .box_text .img span picture {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (min-width: 1025px) {
  .con_cui .box_col2 .inner .box_r {
    margin-top: 35px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_cui .box_col2 .inner .box_r {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_cui .box_col2 .inner .box_r {
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) {
  .con_cui .box_col2 .inner .box_r {
    max-width: 380px;
  }
}
@media only screen and (max-width: 767px) {
  .con_cui .box_col2 .inner .tmp_st_m {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1025px) {
  .con_cui .box_col2 .inner .tmp_text {
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_cui .box_col2 .inner .tmp_text {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_cui .box_col2 .inner .tmp_text {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .con_cui .box_col2 .inner .tmp_text {
    margin-top: 1em;
  }
}
@media only screen and (min-width: 768px) {
  .con_cui .box_col2 .inner .box_btn {
    max-width: 300px;
  }
}

.con_spa, .con_spa_tour {
  position: relative;
}
@media only screen and (min-width: 1441px) {
  .con_spa, .con_spa_tour {
    margin-bottom: 200px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1440px) {
  .con_spa, .con_spa_tour {
    margin-bottom: 150px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_spa, .con_spa_tour {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .con_spa, .con_spa_tour {
    margin-bottom: 65px;
  }
}
.con_spa .bg, .con_spa_tour .bg {
  -webkit-transform: translateY(63%);
          transform: translateY(63%);
  position: absolute;
  right: 0;
  bottom: 0;
}
@media only screen and (min-width: 768px) {
  .con_spa .bg, .con_spa_tour .bg {
    width: calc(1089 / 1920 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .con_spa .bg, .con_spa_tour .bg {
    width: calc(871.2 / 768 * 100%);
  }
}
.con_spa .bg span, .con_spa_tour .bg span {
  display: block;
  padding-top: calc(499 / 1089 * 100%);
  position: relative;
  overflow: hidden;
}
.con_spa .bg span img, .con_spa .bg span picture, .con_spa_tour .bg span img, .con_spa_tour .bg span picture {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.con_spa .box_col1 .js-imgArea, .con_spa_tour .box_col1 .js-imgArea {
  width: 100%;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .con_spa .box_col1 .js-imgArea, .con_spa_tour .box_col1 .js-imgArea {
    padding-top: calc(800 / 1920 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .con_spa .box_col1 .js-imgArea, .con_spa_tour .box_col1 .js-imgArea {
    padding-top: calc(750 / 768 * 100%);
  }
}
.con_spa .box_col1 .js-imgArea.is-active .js-imgArea_mask, .con_spa_tour .box_col1 .js-imgArea.is-active .js-imgArea_mask {
  width: 100%;
}
.con_spa .box_col1 .js-imgArea.is-active .js-imgArea_mask:before, .con_spa .box_col1 .js-imgArea.is-active .js-imgArea_mask:after, .con_spa_tour .box_col1 .js-imgArea.is-active .js-imgArea_mask:before, .con_spa_tour .box_col1 .js-imgArea.is-active .js-imgArea_mask:after {
  opacity: 0;
}
.con_spa .box_col1 .js-imgArea .js-imgArea_mask, .con_spa_tour .box_col1 .js-imgArea .js-imgArea_mask {
  width: 0;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  -webkit-transition: 1.1s width ease-in .3s;
  transition: 1.1s width ease-in .3s;
  right: 0;
}
.con_spa .box_col1 .js-imgArea .js-imgArea_mask:before, .con_spa .box_col1 .js-imgArea .js-imgArea_mask:after, .con_spa_tour .box_col1 .js-imgArea .js-imgArea_mask:before, .con_spa_tour .box_col1 .js-imgArea .js-imgArea_mask:after {
  content: "";
  width: 100.5%;
  height: 100%;
  position: absolute;
  top: 0;
}
.con_spa .box_col1 .js-imgArea .js-imgArea_mask:before, .con_spa_tour .box_col1 .js-imgArea .js-imgArea_mask:before {
  background: #eee;
  -webkit-transition: 1.2s opacity ease-in 1.7s;
  transition: 1.2s opacity ease-in 1.7s;
  z-index: 2;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transform-origin: top left;
          transform-origin: top left;
}
.con_spa .box_col1 .js-imgArea .tmp_inn_imgarea, .con_spa_tour .box_col1 .js-imgArea .tmp_inn_imgarea {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.con_spa .box_col1 .js-imgArea img, .con_spa_tour .box_col1 .js-imgArea img {
  max-width: none;
}
.con_spa .box_col1 .tmp_st_m, .con_spa_tour .box_col1 .tmp_st_m {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: 1s opacity ease-in 1s, 1.2s -webkit-transform ease-in 1s;
  transition: 1s opacity ease-in 1s, 1.2s -webkit-transform ease-in 1s;
  transition: 1.2s transform ease-in 1s, 1s opacity ease-in 1s;
  transition: 1.2s transform ease-in 1s, 1s opacity ease-in 1s, 1.2s -webkit-transform ease-in 1s;
  position: absolute;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  .con_spa .box_col1 .tmp_st_m, .con_spa_tour .box_col1 .tmp_st_m {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
}
@media only screen and (max-width: 767px) {
  .con_spa .box_col1 .tmp_st_m, .con_spa_tour .box_col1 .tmp_st_m {
    -webkit-transform: translateY(7.5px);
            transform: translateY(7.5px);
  }
}
.con_spa .box_col1 .tmp_st_m.is-active, .con_spa_tour .box_col1 .tmp_st_m.is-active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .con_spa .box_col1 .tmp_st_m, .con_spa_tour .box_col1 .tmp_st_m {
    left: calc(140 / 1920 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .con_spa .box_col1 .tmp_st_m, .con_spa_tour .box_col1 .tmp_st_m {
    left: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_spa .box_col1 .tmp_st_m, .con_spa_tour .box_col1 .tmp_st_m {
    top: auto;
    bottom: 20%;
  }
}
.con_spa .box_col2, .con_spa_tour .box_col2 {
  opacity: 0;
  -webkit-transition: 1s opacity ease-in 1s, 1.2s -webkit-transform ease-in 1s;
  transition: 1s opacity ease-in 1s, 1.2s -webkit-transform ease-in 1s;
  transition: 1.2s transform ease-in 1s, 1s opacity ease-in 1s;
  transition: 1.2s transform ease-in 1s, 1s opacity ease-in 1s, 1.2s -webkit-transform ease-in 1s;
  max-width: 1360px;
  width: 92%;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  .con_spa .box_col2, .con_spa_tour .box_col2 {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
@media only screen and (max-width: 767px) {
  .con_spa .box_col2, .con_spa_tour .box_col2 {
    -webkit-transform: translateY(-7.5px);
            transform: translateY(-7.5px);
  }
}
.con_spa .box_col2.is-active, .con_spa_tour .box_col2.is-active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .con_spa .box_col2, .con_spa_tour .box_col2 {
    width: 88%;
  }
}
@media only screen and (min-width: 768px) {
  .con_spa .box_col2, .con_spa_tour .box_col2 {
    margin-top: calc(-55 / 1220 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .con_spa .box_col2, .con_spa_tour .box_col2 {
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 896px) {
  .con_spa .box_col2, .con_spa_tour .box_col2 {
    margin-top: -20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_spa .box_col2, .con_spa_tour .box_col2 {
    width: 100%;
  }
}
@media only screen and (min-width: 1025px) {
  .con_spa .box_col2 .box_img, .con_spa_tour .box_col2 .box_img {
    width: calc(810 / 1360 * 100%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_spa .box_col2 .box_img, .con_spa_tour .box_col2 .box_img {
    width: 55%;
  }
}
@media only screen and (max-width: 767px) {
  .con_spa .box_col2 .box_img, .con_spa_tour .box_col2 .box_img {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_spa .box_col2 .box_img, .con_spa_tour .box_col2 .box_img {
    margin-bottom: 40px;
  }
}
.con_spa .box_col2 .img, .con_spa_tour .box_col2 .img {
  display: block;
  padding-top: calc(500 / 810 * 100%);
  position: relative;
  overflow: hidden;
}
.con_spa .box_col2 .img img, .con_spa .box_col2 .img picture, .con_spa_tour .box_col2 .img img, .con_spa_tour .box_col2 .img picture {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (min-width: 1025px) {
  .con_spa .box_col2 .box_text, .con_spa_tour .box_col2 .box_text {
    width: calc(550 / 1360 * 100%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_spa .box_col2 .box_text, .con_spa_tour .box_col2 .box_text {
    width: 45%;
  }
}
@media only screen and (max-width: 767px) {
  .con_spa .box_col2 .box_text, .con_spa_tour .box_col2 .box_text {
    width: 100%;
  }
}
@media only screen and (min-width: 1025px) {
  .con_spa .box_col2 .box_text, .con_spa_tour .box_col2 .box_text {
    margin-top: calc(220 / 1360 * 100%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_spa .box_col2 .box_text, .con_spa_tour .box_col2 .box_text {
    margin-top: calc(130 / 1360 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .con_spa .box_col2 .box_text, .con_spa_tour .box_col2 .box_text {
    margin-top: 0;
  }
}
@media only screen and (min-width: 1025px) {
  .con_spa .box_col2 .box_text, .con_spa_tour .box_col2 .box_text {
    padding-left: calc(100 / 1360 * 100%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_spa .box_col2 .box_text, .con_spa_tour .box_col2 .box_text {
    padding-left: 45px;
  }
}
@media only screen and (max-width: 767px) {
  .con_spa .box_col2 .box_text, .con_spa_tour .box_col2 .box_text {
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_spa .box_col2 .box_text, .con_spa_tour .box_col2 .box_text {
    width: 88%;
    margin: auto;
  }
}
@media only screen and (min-width: 1025px) {
  .con_spa .box_col2 .inner .box_r, .con_spa_tour .box_col2 .inner .box_r {
    margin-top: 35px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_spa .box_col2 .inner .box_r, .con_spa_tour .box_col2 .inner .box_r {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_spa .box_col2 .inner .box_r, .con_spa_tour .box_col2 .inner .box_r {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_spa .box_col2 .inner .tmp_st_m, .con_spa_tour .box_col2 .inner .tmp_st_m {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1025px) {
  .con_spa .box_col2 .inner .tmp_text, .con_spa_tour .box_col2 .inner .tmp_text {
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_spa .box_col2 .inner .tmp_text, .con_spa_tour .box_col2 .inner .tmp_text {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_spa .box_col2 .inner .tmp_text, .con_spa_tour .box_col2 .inner .tmp_text {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_spa .box_col2 .inner .tmp_text, .con_spa_tour .box_col2 .inner .tmp_text {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_spa .box_col2 .inner .tmp_text, .con_spa_tour .box_col2 .inner .tmp_text {
    margin-top: 1em;
  }
}
@media only screen and (min-width: 768px) {
  .con_spa .box_col2 .inner .box_btn, .con_spa_tour .box_col2 .inner .box_btn {
    max-width: 300px;
  }
}

.con_spa_tour .box_col1 .js-imgArea {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.con_spa_tour .box_col1 .js-imgArea.is-active .js-imgArea_mask {
  width: 100%;
}
.con_spa_tour .box_col1 .js-imgArea.is-active .js-imgArea_mask:before, .con_spa_tour .box_col1 .js-imgArea.is-active .js-imgArea_mask:after {
  opacity: 0;
}
.con_spa_tour .box_col1 .js-imgArea .js-imgArea_mask {
  width: 0;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  -webkit-transition: 1.1s width ease-in .3s;
  transition: 1.1s width ease-in .3s;
  left: 0;
}
.con_spa_tour .box_col1 .js-imgArea .js-imgArea_mask:before, .con_spa_tour .box_col1 .js-imgArea .js-imgArea_mask:after {
  content: "";
  width: 100.5%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.con_spa_tour .box_col1 .js-imgArea .js-imgArea_mask:before {
  background: #eee;
  -webkit-transition: 1.2s opacity ease-in 1.7s;
  transition: 1.2s opacity ease-in 1.7s;
  z-index: 2;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transform-origin: top right;
          transform-origin: top right;
}
.con_spa_tour .box_col1 .js-imgArea .tmp_inn_imgarea {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.con_spa_tour .box_col1 .js-imgArea img {
  max-width: none;
}
.con_spa_tour .box_col1 .tmp_st_m {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: auto;
}
@media only screen and (min-width: 768px) {
  .con_spa_tour .box_col1 .tmp_st_m {
    left: calc(140 / 1920 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .con_spa_tour .box_col1 .tmp_st_m {
    left: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_spa_tour .box_col1 .tmp_st_m {
    top: auto;
  }
}
.con_spa_tour .tmp_flex {
  max-width: 1060px;
  width: 92%;
  margin-right: auto;
  margin-left: auto;
  opacity: 0;
  -webkit-transition: 1s opacity ease-in 1s, 1.2s -webkit-transform ease-in 1s;
  transition: 1s opacity ease-in 1s, 1.2s -webkit-transform ease-in 1s;
  transition: 1.2s transform ease-in 1s, 1s opacity ease-in 1s;
  transition: 1.2s transform ease-in 1s, 1s opacity ease-in 1s, 1.2s -webkit-transform ease-in 1s;
}
@media only screen and (max-width: 767px) {
  .con_spa_tour .tmp_flex {
    width: 88%;
  }
}
@media only screen and (min-width: 1025px) {
  .con_spa_tour .tmp_flex {
    margin-top: 45px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_spa_tour .tmp_flex {
    margin-top: 55px;
  }
}
@media only screen and (max-width: 767px) {
  .con_spa_tour .tmp_flex {
    margin-top: 35px;
  }
}
@media only screen and (min-width: 768px) {
  .con_spa_tour .tmp_flex {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
}
@media only screen and (max-width: 767px) {
  .con_spa_tour .tmp_flex {
    -webkit-transform: translateY(7.5px);
            transform: translateY(7.5px);
  }
}
.con_spa_tour .tmp_flex.is-active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.con_spa_tour .tmp_flex .tmp_st_m.is-active {
  -webkit-transform: translateY(0) !important;
          transform: translateY(0) !important;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_spa_tour .tmp_flex .tmp_st_m {
    margin-right: 30px;
    margin-top: .5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_spa_tour .tmp_flex .tmp_st_m {
    margin-bottom: 0;
  }
}
.con_spa_tour .tmp_flex .inn_text {
  margin-top: 1.5em;
}
@media only screen and (min-width: 1025px) and (max-width: 1160px) {
  .con_spa_tour .tmp_flex .inn_text .tmp_text {
    font-size: 15px;
  }
}
.con_spa_tour .tmp_flex .box_btn {
  max-width: 300px;
  width: 92%;
  margin-right: auto;
  margin-left: auto;
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .con_spa_tour .tmp_flex .box_btn {
    width: 88%;
  }
}

.tmp_rooms_list {
  max-width: 1240px;
  width: 92%;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  .tmp_rooms_list {
    width: 88%;
  }
}
@media only screen and (min-width: 1025px) {
  .tmp_rooms_list {
    margin-top: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .tmp_rooms_list {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .tmp_rooms_list {
    margin-top: 3em;
  }
}
.tmp_rooms_list .box_rooms_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .tmp_rooms_list .box_rooms_list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.tmp_rooms_list .item {
  width: calc(177.14286 / 1240 * 100%);
  position: relative;
}
@media only screen and (min-width: 768px) {
  .tmp_rooms_list .item {
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .tmp_rooms_list .item {
    padding-bottom: 1.75em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1240px) {
  .tmp_rooms_list .item {
    width: 25%;
  }
  .tmp_rooms_list .item:nth-child(n+5) {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .tmp_rooms_list .item {
    width: 50%;
  }
  .tmp_rooms_list .item:nth-child(n+3) {
    margin-top: 1.5em;
  }
}
.tmp_rooms_list .item:after {
  content: "";
  width: 100%;
  height: 5px;
  background: url(../images/common/line_list.jpg);
  position: absolute;
  bottom: 0;
  left: 0;
}
.tmp_rooms_list .item .tmp_horizontal {
  margin: 0;
  text-align: center;
  font-weight: normal;
}
@media only screen and (min-width: 1025px) {
  .tmp_rooms_list .item .tmp_horizontal {
    padding-top: 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .tmp_rooms_list .item .tmp_horizontal {
    padding-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .tmp_rooms_list .item .tmp_horizontal {
    padding-top: 1em;
  }
}
.tmp_rooms_list .item .tmp_horizontal .item_bg {
  display: inline-block;
  margin-bottom: 1em;
  padding: .5em 1.25em;
  font-size: 12px;
  text-align: center;
  color: #fff;
  background: #63625E;
  line-height: 1;
}
.tmp_rooms_list .item .tmp_horizontal .m {
  display: block;
}
@media only screen and (min-width: 768px) and (max-width: 896px) {
  .tmp_rooms_list .item .tmp_horizontal .m {
    font-size: 22.5px;
  }
}
@media only screen and (min-width: 768px) {
  .tmp_rooms_list .item .tmp_horizontal .m + .s {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .tmp_rooms_list .item .tmp_horizontal .m + .s {
    margin-top: 0.5em;
  }
}
.tmp_rooms_list .item .tmp_horizontal .m {
  display: block;
  margin-right: 0;
  line-height: 1.2;
}
@media only screen and (min-width: 1025px) {
  .tmp_rooms_list .item .tmp_horizontal .m {
    font-size: 22px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .tmp_rooms_list .item .tmp_horizontal .m {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .tmp_rooms_list .item .tmp_horizontal .m {
    font-size: 18px;
  }
}
@media only screen and (max-width: 544px) {
  .tmp_rooms_list .item .tmp_horizontal .m {
    font-size: 17.5px;
  }
}
.tmp_rooms_list .item .tmp_horizontal .s {
  display: block;
  margin-top: .1em;
  line-height: 1.2;
  letter-spacing: 0;
}
@media only screen and (min-width: 768px) {
  .tmp_rooms_list .item .tmp_horizontal .s {
    font-size: 80%;
  }
}
@media only screen and (max-width: 767px) {
  .tmp_rooms_list .item .tmp_horizontal .s {
    font-size: 50%;
  }
}
.tmp_rooms_list .js-inviewAnime_child .item {
  opacity: 0;
  -webkit-transition: 1s opacity ease-in 1s, 1.2s -webkit-transform ease-in 1s;
  transition: 1s opacity ease-in 1s, 1.2s -webkit-transform ease-in 1s;
  transition: 1.2s transform ease-in 1s, 1s opacity ease-in 1s;
  transition: 1.2s transform ease-in 1s, 1s opacity ease-in 1s, 1.2s -webkit-transform ease-in 1s;
}
@media only screen and (min-width: 768px) {
  .tmp_rooms_list .js-inviewAnime_child .item {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
}
@media only screen and (max-width: 767px) {
  .tmp_rooms_list .js-inviewAnime_child .item {
    -webkit-transform: translateY(7.5px);
            transform: translateY(7.5px);
  }
}
.tmp_rooms_list .js-inviewAnime_child .item.is-active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.tmp_rooms_list .closure {
  width: 70%;
  margin: 2em auto 0;
  padding: .4em .5em;
  color: #fff;
  font-size: 12.5px;
  text-align: center;
  line-height: 1;
  background: #9f1414;
}

.con_news {
  opacity: 0;
  -webkit-transition: 1s opacity ease-in 1s, 1.2s -webkit-transform ease-in 1s;
  transition: 1s opacity ease-in 1s, 1.2s -webkit-transform ease-in 1s;
  transition: 1.2s transform ease-in 1s, 1s opacity ease-in 1s;
  transition: 1.2s transform ease-in 1s, 1s opacity ease-in 1s, 1.2s -webkit-transform ease-in 1s;
  max-width: 1600px;
  width: 92%;
  margin-right: auto;
  margin-left: auto;
  background: #fff;
  -webkit-box-shadow: 15px 15px 30px rgba(192, 192, 192, 0.25);
          box-shadow: 15px 15px 30px rgba(192, 192, 192, 0.25);
}
@media only screen and (min-width: 768px) {
  .con_news {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
}
@media only screen and (max-width: 767px) {
  .con_news {
    -webkit-transform: translateY(7.5px);
            transform: translateY(7.5px);
  }
}
.con_news.is-active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .con_news {
    width: 88%;
  }
}
@media only screen and (min-width: 768px) {
  .con_news {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_news {
    margin-top: 1em;
  }
}
@media only screen and (min-width: 1025px) {
  .con_news {
    padding: 80px 0 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_news {
    padding: 30px 0 40px;
  }
}
@media only screen and (max-width: 767px) {
  .con_news {
    padding: 30px 15px;
  }
}
@media only screen and (max-width: 767px) {
  .con_news {
    width: 100%;
  }
}

.box_news {
  max-width: 1420px;
  width: 92%;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .box_news {
    width: 88%;
  }
}
.box_news .box_l {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .box_news .box_l {
    width: calc(200 / 1420 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .box_news .box_l {
    width: 100%;
  }
}
@media only screen and (min-width: 1025px) {
  .box_news .tmp_st_s {
    margin-top: -110px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_news .tmp_st_s {
    margin-top: -60px;
  }
}
@media only screen and (max-width: 767px) {
  .box_news .tmp_st_s {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .box_news .tmp_st_s {
    margin-bottom: 7.5px;
  }
}
@media only screen and (min-width: 768px) {
  .box_news .box_r {
    width: calc(1220 / 1420 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .box_news .box_r {
    width: 100%;
  }
}
.box_news .box_btn {
  max-width: 300px;
  margin-left: auto;
  margin-right: 0;
}
@media only screen and (min-width: 768px) {
  .box_news .box_btn {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .box_news .box_btn {
    width: 80%;
  }
}
@media only screen and (max-width: 767px) {
  .box_news .box_btn {
    margin-right: auto;
  }
}

@media only screen and (min-width: 1025px) {
  .inn_news {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .inn_news {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .inn_news {
    margin-bottom: 15px;
  }
}
.inn_news .item:not(:first-of-type) {
  border-top: 1px solid #ccc;
}
.inn_news a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .inn_news a {
    padding: 35px 0;
  }
}
@media only screen and (max-width: 767px) {
  .inn_news a {
    padding: 17.5px 5px 15px;
  }
}
@media only screen and (min-width: 768px) {
  .inn_news a {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (max-width: 767px) {
  .inn_news a {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media only screen and (max-width: 767px) {
  .inn_news a {
    font-size: 13px;
  }
}
@media only screen and (min-width: 1025px) {
  .inn_news .date {
    width: 190px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .inn_news .date {
    width: 150px;
  }
}
@media only screen and (max-width: 767px) {
  .inn_news .date {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .inn_news .date {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .inn_news .date {
    text-align: left;
  }
}
@media only screen and (min-width: 768px) {
  .inn_news .date {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .inn_news .date {
    margin-bottom: 5px;
  }
}
.inn_news .article {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 0;
}
@media only screen and (min-width: 1025px) {
  .inn_news .article {
    width: calc(100% - 190px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .inn_news .article {
    width: calc(100% - 150px);
  }
}
@media only screen and (max-width: 767px) {
  .inn_news .article {
    width: 100%;
  }
}

.wrp_movie_modal {
  width: 100%;
  height: 100vh;
  background: rgba(255, 255, 255, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  display: none;
}
.wrp_movie_modal .tmp_close {
  width: 3em;
  height: 3em;
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
}
.wrp_movie_modal .tmp_close span {
  background: #000;
}
.wrp_movie_modal .con_movie_modal {
  margin: auto;
  width: 90%;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.wrp_movie_modal .box_movie_modal {
  padding-top: calc(9 / 16 * 100%);
  position: relative;
}
.wrp_movie_modal .inn_movie_modal {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.wrp_movie_modal video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.st0 {
  fill: #fff;
  stroke: #565656;
  stroke-width: 0.5;
  -webkit-transition: .8s fill ease-in , .8s stroke ease-in;
  transition: .8s fill ease-in , .8s stroke ease-in;
}
.st0.end {
  fill: #565656;
  stroke: #fff;
}

.pIRCJKXA_0 {
  stroke-dasharray: 352 354;
  stroke-dashoffset: 353;
}

.pIRCJKXA_1 {
  stroke-dasharray: 75 77;
  stroke-dashoffset: 76;
}

.pIRCJKXA_2 {
  stroke-dasharray: 75 77;
  stroke-dashoffset: 76;
}

.pIRCJKXA_3 {
  stroke-dasharray: 75 77;
  stroke-dashoffset: 76;
}

.pIRCJKXA_4 {
  stroke-dasharray: 75 77;
  stroke-dashoffset: 76;
}

.con_bnr {
  width: 95%;
}
@media only screen and (min-width: 768px) {
  .con_bnr {
    margin: 2em auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_bnr {
    margin: 0.5em auto 0.75em;
  }
}
.con_bnr .bnr {
  margin: 0 auto 1em;
  text-align: center;
}
@media only screen and (min-width: 1025px) {
  .con_bnr .bnr {
    width: 820px;
  }
}
@media only screen and (min-width: 768px) {
  .con_bnr .box_bnr {
    max-width: 820px;
    margin: auto;
  }
}
.con_bnr .box_bnr .bnrslide .slide {
  position: relative;
}
.con_bnr .box_bnr .bnrslide button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
  background: none;
  border: none;
}
.con_bnr .box_bnr .bnrslide .slide-arrow.prev-arrow, .con_bnr .box_bnr .bnrslide .slide-arrow.next-arrow {
  position: absolute;
}
@media only screen and (min-width: 1025px) {
  .con_bnr .box_bnr .bnrslide .slide-arrow.prev-arrow, .con_bnr .box_bnr .bnrslide .slide-arrow.next-arrow {
    bottom: 50%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_bnr .box_bnr .bnrslide .slide-arrow.prev-arrow, .con_bnr .box_bnr .bnrslide .slide-arrow.next-arrow {
    bottom: 2%;
  }
}
@media only screen and (max-width: 767px) {
  .con_bnr .box_bnr .bnrslide .slide-arrow.prev-arrow, .con_bnr .box_bnr .bnrslide .slide-arrow.next-arrow {
    bottom: 1%;
  }
}
.con_bnr .box_bnr .bnrslide .slide-arrow.prev-arrow:before, .con_bnr .box_bnr .bnrslide .slide-arrow.next-arrow:before {
  font-family: Ionicons;
}
@media only screen and (min-width: 1025px) {
  .con_bnr .box_bnr .bnrslide .slide-arrow.prev-arrow:before, .con_bnr .box_bnr .bnrslide .slide-arrow.next-arrow:before {
    font-size: 1.5em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_bnr .box_bnr .bnrslide .slide-arrow.prev-arrow:before, .con_bnr .box_bnr .bnrslide .slide-arrow.next-arrow:before {
    font-size: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_bnr .box_bnr .bnrslide .slide-arrow.prev-arrow:before, .con_bnr .box_bnr .bnrslide .slide-arrow.next-arrow:before {
    font-size: inherit;
  }
}
@media only screen and (min-width: 1025px) {
  .con_bnr .box_bnr .bnrslide .slide-arrow.prev-arrow {
    left: -4%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_bnr .box_bnr .bnrslide .slide-arrow.prev-arrow {
    left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_bnr .box_bnr .bnrslide .slide-arrow.prev-arrow {
    left: 0;
  }
}
.con_bnr .box_bnr .bnrslide .slide-arrow.prev-arrow:before {
  content: "\f124";
}
@media only screen and (min-width: 1025px) {
  .con_bnr .box_bnr .bnrslide .slide-arrow.next-arrow {
    right: -4%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_bnr .box_bnr .bnrslide .slide-arrow.next-arrow {
    right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_bnr .box_bnr .bnrslide .slide-arrow.next-arrow {
    right: 0;
  }
}
.con_bnr .box_bnr .bnrslide .slide-arrow.next-arrow:before {
  content: "\f125";
}
.con_bnr .box_bnr .bnrslide .slick-dots {
  text-align: center;
  padding: 0;
}
.con_bnr .box_bnr .bnrslide .slick-dots li {
  display: inline-block;
  margin: .8em;
}
.con_bnr .box_bnr .bnrslide .slick-dots button {
  display: block;
  font-size: 0;
  padding: 0;
  border: 0;
  outline: none;
  cursor: pointer;
  background: #c4c4c4;
  border-radius: 50%;
}
@media only screen and (min-width: 768px) {
  .con_bnr .box_bnr .bnrslide .slick-dots button {
    width: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .con_bnr .box_bnr .bnrslide .slick-dots button {
    width: 6px;
  }
}
@media only screen and (min-width: 768px) {
  .con_bnr .box_bnr .bnrslide .slick-dots button {
    height: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .con_bnr .box_bnr .bnrslide .slick-dots button {
    height: 6px;
  }
}
.con_bnr .box_bnr .bnrslide .slick-dots .slick-active button {
  background: #242424;
}
.con_bnr .box_bnr .mdl_inner {
  display: none;
}
.con_bnr .box_bnr .mdl_inner .txt {
  width: 70%;
  margin: 0 auto 9rem;
}

.modaal-wrapper .st {
  font-size: 120%;
  margin-bottom: 1em;
  font-weight: bold;
  text-align: center;
}

.modaal-content-container {
  padding: 0 !important;
}
.modaal-content-container p.img {
  text-align: center;
}
.modaal-content-container p.txt1 {
  margin: 3em auto 0;
  width: 73%;
}
@media only screen and (max-width: 767px) {
  .modaal-content-container p.txt1 {
    margin: 2em auto 0;
  }
}
.modaal-content-container p.txt2 {
  margin: -3em auto 4em;
  width: 75%;
}
@media only screen and (max-width: 767px) {
  .modaal-content-container p.txt2 {
    margin: -1em auto 4em;
    width: 80%;
  }
}
.modaal-content-container p.txt_a {
  margin: 1em auto 0;
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .modaal-content-container p.txt_a {
    margin: 1em auto 0;
    width: 75%;
  }
}
.modaal-content-container p.txt_a a {
  text-decoration: underline;
}
.modaal-content-container .ttl_l {
  text-align: center;
  font-family: 'Noto Serif JP', serif;
  font-size: 2rem;
}
@media only screen and (min-width: 1025px) {
  .modaal-content-container .ttl_l {
    margin: 9rem auto 5rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .modaal-content-container .ttl_l {
    margin: 7rem auto 6rem;
  }
}
@media only screen and (max-width: 767px) {
  .modaal-content-container .ttl_l {
    margin: 5rem auto 3rem;
  }
}
.modaal-content-container .ttl_l span {
  color: #bb9864;
}
.modaal-content-container .con_ttlinfo {
  font-size: 1.7rem;
}
.modaal-content-container .box_content {
  max-width: 920px;
  width: 95%;
}
@media only screen and (min-width: 768px) {
  .modaal-content-container .box_content {
    margin: 0 auto 7rem;
  }
}
@media only screen and (max-width: 767px) {
  .modaal-content-container .box_content {
    margin: 0 auto 5rem;
  }
}
.modaal-content-container .box_content .ttl_s {
  text-align: center;
  font-size: 1.4rem;
  font-family: 'Noto Serif JP', serif;
  margin-bottom: 2.5rem;
}
.modaal-content-container .box_content .ttl_s span {
  color: #bb9864;
}
.modaal-content-container .box_content .img {
  width: 100%;
  margin-bottom: 2rem;
}
.modaal-content-container .box_content .img img {
  min-width: 100%;
}
.modaal-content-container .box_content .txt {
  font-family: 'Noto Sans JP', sans-serif;
  margin-bottom: 2rem;
  font-size: 1rem;
  line-height: 2;
  padding: 0 .2rem;
}
.modaal-content-container .box_content .box_li {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding-left: 0 !important;
}
@media only screen and (min-width: 768px) {
  .modaal-content-container .box_content .box_li {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
@media only screen and (max-width: 767px) {
  .modaal-content-container .box_content .box_li {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media only screen and (min-width: 1025px) {
  .modaal-content-container .box_content .box_li {
    margin-bottom: 5rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .modaal-content-container .box_content .box_li {
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .modaal-content-container .box_content .box_li {
    margin-bottom: 3rem;
  }
}
.modaal-content-container .box_content .box_li li {
  margin-right: 10px;
  border: 1.5px solid #a3a3a3;
  padding: 0.5rem 1rem;
}
@media only screen and (min-width: 1025px) {
  .modaal-content-container .box_content .box_li li {
    width: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .modaal-content-container .box_content .box_li li {
    width: 48%;
  }
}
@media only screen and (max-width: 767px) {
  .modaal-content-container .box_content .box_li li {
    width: 90%;
  }
}
@media only screen and (min-width: 1025px) {
  .modaal-content-container .box_content .box_li li {
    min-width: 173px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .modaal-content-container .box_content .box_li li {
    min-width: auto;
  }
}
@media only screen and (max-width: 767px) {
  .modaal-content-container .box_content .box_li li {
    min-width: auto;
  }
}
.modaal-content-container .box_content .box_li li span {
  display: block;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1rem;
}
.modaal-content-container .box_content .box_li li span:first-child {
  color: #5f5e5e;
}
@media only screen and (max-width: 767px) {
  .modaal-content-container .box_content .box_li li {
    margin-left: 0;
    margin: 0 auto 10px;
  }
}
.modaal-content-container .box_content .btn_popup {
  max-width: 255px;
  width: 90%;
  margin: 0 auto;
  background: #000;
  padding: 1rem;
}
.modaal-content-container .box_content .btn_popup a {
  text-align: center;
  display: block;
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  text-decoration: none;
  font-size: 1rem;
}
.modaal-content-container .con_txtinfo {
  width: 75%;
  margin: 0 auto 8rem;
}
@media only screen and (max-width: 767px) {
  .modaal-content-container .con_txtinfo {
    width: 90%;
    margin: 0 auto 6rem;
  }
}
.modaal-content-container .con_txtinfo .txt_indent {
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 0;
}

.con_caution {
  max-width: 820px;
  width: 92%;
  margin-right: auto;
  margin-left: auto;
  width: 92%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 3em;
  padding: 3em;
  border: #413319 solid 1px;
}
@media only screen and (max-width: 767px) {
  .con_caution {
    width: 88%;
  }
}
.con_caution .txt_red {
  color: #d80808;
}
.con_caution .txt_red span {
  text-decoration: underline;
}
.con_caution .tmp_box_rsv {
  margin: 2em;
}
.con_caution .tmp_box_rsv a {
  padding: 1em;
}
