@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
@import url("https://fonts.googleapis.com/css?family=Damion");

html, body {
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: -1px;
  word-break: keep-all;
}

@media only screen and (max-width:668px) {
  html, body {
    font-size: 10px;
  }

}

html.is-active, body.is-active {
  position: fixed;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

html.is-hidden, body.is-hidden {
  overflow: hidden;
}

@media only screen and (max-width:330px) {
  html, body {
    font-size: 9px;
  }

}

.sns {
  display: inline-block;
}

.sns.type-footer {
  margin-right: 26px;
  padding-top: 8px;
}

.sns.type-main .sns__item {
  float: none;
  display: block;
}

.sns.type-main .sns__item + .sns__item {
  margin-top: 30px;
  margin-left: 0px;
}

.sns__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sns__list:after {
  display: block;
  clear: both;
  content: '';
}

.sns__link {
  display: block;
  width: 100%;
  height: 100%;
}

.sns__item {
  float: left;
  overflow: hidden;
  width: 30px;
  height: 26px;
  background: url("../../images/common/sns_icon.png");
  text-indent: -9999px;
}

.sns__item.nth-2 {
  background-position-y: -26px;
}

.sns__item.nth-3 {
  background-position-y: -52px;
}

.sns__item.nth-4 {
  background-position-y: -78px;
}

.sns__item:hover {
  background-position-x: -60px;
}

.sns__item + .sns__item {
  margin-left: 18px;
}

@media only screen and (max-width:668px) {
  .sns.type-footer {
    display: block;
    margin-right: 0px;
    margin-bottom: 15px;
    padding-top: 0px;
  }

  .sns__list {
    text-align: center;
    font-size: 0;
  }

  .sns__item {
    float: none;
    display: inline-block;
    width: 23px;
    height: 19px;
    background: url("../../images/common/sns_icon_m.png");
    -webkit-background-size: 23px 76px;
    background-size: 23px 76px;
  }

  .sns__item.nth-2 {
    background-position-y: -19px;
  }

  .sns__item.nth-3 {
    background-position-y: -38px;
  }

  .sns__item.nth-4 {
    background-position-y: -57px;
  }

  .sns__item:hover {
    background-position-x: 0px;
  }

  .sns__item + .sns__item {
    margin-left: 13px;
  }

}

.select1 {
  display: inline-block;
  width: 140px;
  height: 40px;
  margin: auto 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #aaabad;
  vertical-align: top;
}

.select1.type-another {
  width: 170px;
}

.select1__wrap {
  position: relative;
}

.select1__wrap:hover .select1__tit {
  background-color: #3c3f45;
}

.select1__wrap.is-active .select1__list {
  display: block;
}

.select1__wrap.is-active .select1__tit {
  background-color: #3c3f45;
}

.select1__wrap.is-active .select1__tit:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.select1__tit {
  display: block;
  padding: 0px 14px 0 20px;
  height: 40px;
  text-decoration: none;
  line-height: 40px;
  cursor: pointer;
  border: 1px solid #5a5d63;
  text-transform: uppercase;
  font-size: 14px;
  text-align: left;
}

.select1__tit:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  width: 0px;
  height: 0px;
  margin: auto 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #aaabad;
  content: '';
}

.select1__tit-link {
  color: inherit;
  text-decoration: none;
}

.select1__list {
  display: none;
  position: absolute;
  width: 100%;
  padding: 10px 15px;
  margin: 0;
  background-color: #5a5d63;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 95;
}

.select1__item {
  list-style: none;
}

.select1__link {
  display: block;
  padding: 7px 0;
  color: inherit;
  text-decoration: none;
  font-size: 12px;
  text-align: left;
}

.select1__link:hover {
  color: #36d1dc;
}

.select1__link.type-another {
  padding: 0;
}

.select1 + .select1 {
  margin-left: -1px;
}

@media only screen and (max-width:668px) {
  .select1 {
    width: 145px;
    height: 30px;
  }

  .select1.type-another {
    width: 140px;
  }

  .select1__tit {
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    font-size: 1.1rem;
  }

  .select1__tit:after {
    right: 10px;
    border-width: 4px;
  }

  .select1__list {
    padding: 10px;
  }

  .select1__link {
    font-size: 1.0rem;
  }

}

.global {
  display: inline-block;
  width: 55px;
  height: 55px;
  border: 1px solid #fff;
  border: 1px solid rgba(255, 255, 255, 0.5);
  text-align: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.global__wrap {
  position: relative;
  height: 100%;
}

.global__wrap.is-active .global__list {
  display: block;
}

.global__wrap.is-active .global__tit {
  display: block;
  background-color: rgba(51, 51, 51, 0.5);
}

.global__tit {
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  background: url("../../images/common/global.png") no-repeat center center;
}

.global__tit:hover {
  background-color: rgba(51, 51, 51, 0.5);
}

.global__tit-link {
  display: block;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.global__list {
  display: none;
  position: absolute;
  left: 0;
  margin: 5px 0 0 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 50;
}

.global__item {
  list-style: none;
}

.global__item + .global__item {
  margin-top: 1px;
}

.global__link {
  display: block;
  padding: 5px 10px;
  background: rgba(255, 255, 255, 0.5);
  color: inherit;
  text-decoration: none;
  font-size: 12px;
  letter-spacing: 0;
}

.global__link:hover {
  color: #36d1dc;
  background: rgba(51, 51, 51, 0.5);
}

.global__link.type-another {
  padding: 0;
}

.global + .global {
  margin-left: -1px;
}

.global + .btn1 {
  margin-left: 10px;
}

.global.is-active {
  display: none;
}

.global.is-section {
  border: 1px solid rgba(90, 93, 99, 0.5);
  color: #5a5d63;
}

.global.is-section .global__tit {
  background: url("../../images/common/global_on.png") no-repeat center center;
}

.global.is-section .global__tit:hover {
  background: url("../../images/common/global.png") no-repeat center center;
  background-color: #adadad;
}

.global.is-section .global__wrap.is-active .global__tit {
  background: url("../../images/common/global.png") no-repeat center center;
  background-color: #adadad;
}

@media only screen and (max-width:1025px) {
  .global__tit:hover {
    background-color: transparent;
  }

}

@media only screen and (max-width:668px) {
  .global {
    display: none;
  }

  .global + .btn1 {
    margin-left: 0px;
  }

}

.btn1 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  height: 55px;
  padding: 0 30px;
  border: 1px solid #fff;
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  text-align: center;
  text-decoration: none;
  vertical-align: top;
  font-size: 17px;
  cursor: pointer;
  line-height: 1;
  text-indent: 0;
  font-weight: 400;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn1:after {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  content: '';
}

.btn1__wrap {
  display: inline-block;
  vertical-align: middle;
}

.btn1:hover {
  background-color: #36d1dc;
  border: 1px solid #36d1dc;
  color: #fff;
}

.btn1 + .btn2 {
  margin-left: 10px;
}

.btn1.is-section {
  border: 1px solid rgba(90, 93, 99, 0.5);
  color: #5a5d63;
}

.btn1.is-section:hover {
  background-color: #36d1dc;
  border: 1px solid #36d1dc;
  color: #fff;
}

.btn1.is-important {
  color: #fff !important;
}

@media only screen and (max-width:1025px) {
  .btn1 {
    background-color: #36d1dc;
    border: 1px solid #36d1dc;
    color: #fff;
  }

  .btn1.is-section {
    border: 1px solid #36d1dc;
    color: #fff;
  }

}

@media only screen and (max-width:668px) {
  .btn1 {
    height: 46px;
    width: 90px;
    padding: 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    font-size: 1.3rem;
    line-height: 1.2;
  }

  .btn1 + .btn2 {
    margin-left: 6px;
  }

  .btn1__wrap {
    margin-top: -1px;
    margin-left: -1px;
  }

}

.btn2 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  height: 55px;
  padding: 0 30px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: rgba(51, 51, 51, 0.8);
  vertical-align: top;
  font-size: 17px;
  cursor: pointer;
  line-height: 1;
  text-indent: 0;
  font-weight: 400;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn2:after {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  content: '';
}

.btn2__wrap {
  display: inline-block;
  margin: -1px 0 0 14px;
  vertical-align: middle;
}

.btn2__block {
  position: relative;
  width: 20px;
  height: 15px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn2__bar {
  position: absolute;
  right: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 0;
  border-top: 1px solid #fff;
  margin: auto 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn2__bar.nth-1 {
  top: 0;
}

.btn2__bar.nth-2 {
  top: 0;
  bottom: 0;
}

.btn2__bar.nth-3 {
  bottom: 0;
}

.btn2:hover .btn2__bar.nth-1 {
  left: 7px;
}

.btn2:hover .btn2__bar.nth-3 {
  left: -7px;
}

.btn2.is-active .btn2__block {
  overflow: hidden;
}

.btn2.is-active .btn2__bar.nth-1 {
  left: 0;
  bottom: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.btn2.is-active .btn2__bar.nth-2 {
  left: auto;
  right: -30px;
}

.btn2.is-active .btn2__bar.nth-3 {
  left: 0;
  top: 0;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

@media only screen and (max-width:1025px) {
  .btn2:hover .btn2__bar.nth-1 {
    left: 0px;
  }

  .btn2:hover .btn2__bar.nth-3 {
    left: 0px;
  }

}

@media only screen and (max-width:668px) {
  .btn2 {
    height: 46px;
    width: 46px;
    padding: 0px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
  }

  .btn2__wrap {
    display: none;
  }

  .btn2__block {
    width: 16px;
    height: 15px;
    margin-right: -2px;
  }

}

.btn3 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: inline-block !important;
  height: 70px;
  padding: 0 47px 0 55px;
  border: 1px solid #a7adae;
  color: #fff;
  text-align: center;
  text-decoration: none;
  border-radius: 35px 35px 35px 35px;
  vertical-align: top;
  font-size: 20px;
  cursor: pointer;
  line-height: 1;
  text-indent: 0;
  font-weight: 500;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-transform: uppercase;
}

.btn3:after {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  content: '';
}

.btn3__wrap {
  position: relative;
  display: inline-block;
  padding-right: 26px;
  vertical-align: middle;
}

.btn3__wrap:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  display: block;
  width: 8px;
  height: 10px;
  margin: auto 0;
  background: url("../../images/common/btn_arrow_off.png");
  content: '';
}

.btn3:hover {
  background-color: #b77dff;
  border: 1px solid #b77dff;
  color: #333333;
}

.btn3:hover .btn3__wrap:after {
  background: url("../../images/common/btn_arrow_on.png");
}

.btn3.type-another:hover {
  background-color: #36d1dc;
  border-color: #36d1dc;
}

@media only screen and (max-width:1025px) {
  .btn3 {
    background-color: #b77dff;
    border: 1px solid #b77dff;
    color: #333333;
  }

  .btn3.type-another {
    background-color: #36d1dc;
    border-color: #36d1dc;
  }

  .btn3__wrap:after {
    background: url("../../images/common/btn_arrow_on.png");
  }

}

@media only screen and (max-width:668px) {
  .btn3 {
    height: 50px;
    padding: 0 30px 0 40px;
    border-radius: 25px 25px 25px 25px;
    font-size: 1.7rem;
  }

  .btn3__wrap {
    padding-right: 24px;
  }

  .btn3__wrap:after {
    width: 7px;
    height: 9px;
    background: url("../../images/common/btn_arrow_on_m.png");
    -webkit-background-size: 7px 9px;
    background-size: 7px 9px;
  }

}

.btn4 {
  margin-top: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  height: 70px;
  padding: 0 66px;
  background-color: #36d1dc;
  color: #fff;
  text-align: center;
  text-decoration: none;
  border-radius: 35px 35px 35px 35px;
  vertical-align: top;
  font-size: 20px;
  cursor: pointer;
  line-height: 1;
  text-indent: 0;
  font-weight: 500;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
}

.btn4:after {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  content: '';
}

.btn4__wrap {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

@media only screen and (max-width:668px) {
  .btn4 {
    margin-top: 24px;
    height: 50px;
    padding: 0 36px;
    border-radius: 25px 25px 25px 25px;
    font-size: 1.7rem;
  }

}

.btn-area {
  margin-top: 50px;
}

@media only screen and (max-width:668px) {
  .btn-area {
    margin-top: 20px;
  }

}

.pagination {
  position: fixed;
  right: 50px;
  top: 50%;
  padding: 0;
  margin: 0;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 0;
  z-index: 10;
  list-style: none;
}

.pagination__item {
  position: relative;
}

.pagination__item:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: auto;
  background: #fff;
  content: '';
  z-index: -1;
}

.pagination__item + .pagination__item {
  margin-top: 10px;
}

.pagination__link {
  overflow: hidden;
  display: inline-block;
  width: 28px;
  height: 28px;
  text-indent: -999px;
  border: 1px solid transparent;
}

.pagination__link.active {
  border: 1px solid #5deef8;
}

@media only screen and (max-width:1025px) {
  .pagination {
    display: none !important;
  }

}

.popup {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.65);
  text-align: center;
  z-index: 110;
}

.popup:before {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  content: '';
}

@media only screen and (max-width:668px) {
  .popup {
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .popup:before {
    display: none;
  }

}

@media only screen and (max-width:1025px) and (orientation:landscape) {
  .popup__scroll {
    overflow: auto;
    height: 300px;
  }

}

@media only screen and (max-width:668px) {
  .popup__scroll {
    overflow: auto;
    height: 300px;
  }

}

@media only screen and (max-width:668px) and (orientation:landscape) {
  .popup__scroll {
    overflow: auto;
    height: 100px;
  }

}

.popup__wrap {
  position: relative;
  display: inline-block;
  padding: 45px 60px;
  margin: auto;
  background-color: #fff;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (max-width:668px) {
  .popup__wrap {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    padding: 56px 25px 40px;
  }

}

.popup__tit {
  margin: 0;
  font-size: 40px;
  font-weight: 400;
  color: #333;
}

@media only screen and (max-width:668px) {
  .popup__tit {
    font-size: 3.1rem;
  }

}

.popup__sub-tit {
  margin: 24px 0 0 0;
  font-size: 16px;
  color: #666;
}

@media only screen and (max-width:668px) {
  .popup__sub-tit {
    margin: 12px 0 0 0;
    font-size: 1.3rem;
  }

}

.popup__point {
  position: relative;
  display: inline-block;
  font-weight: 500;
}

.popup__point:after {
  display: block;
  width: 100%;
  border-top: 1px solid #666;
  content: '';
}

.popup__area {
  margin-left: -16px;
}

.popup__area:after {
  display: block;
  clear: both;
  content: '';
}

@media only screen and (max-width:668px) {
  .popup__area {
    margin-left: 0;
  }

}

.popup__box {
  float: left;
  width: 50%;
  padding-left: 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.popup__box + .popup__box + .popup__box {
  margin-top: 10px;
}

@media only screen and (max-width:668px) {
  .popup__box {
    width: 100%;
    padding-left: 0;
  }

  .popup__box + .popup__box {
    margin-top: 10px;
  }

}

.popup__form {
  width: 480px;
  margin-top: 30px;
}

@media only screen and (max-width:668px) {
  .popup__form {
    width: 100%;
    margin-top: 15px;
  }

}

.popup__set {
  text-align: right;
}

@media only screen and (max-width:668px) {
  .popup__set {
    text-align: center;
  }

}

.popup__close {
  position: absolute;
  top: 30px;
  right: 30px;
  overflow: hidden;
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url("../../images/common/popup_close.png");
  text-indent: -999px;
  content: '';
}

@media only screen and (max-width:668px) {
  .popup__close {
    top: 20px;
    right: 20px;
    width: 25px;
    height: 25px;
    background: url("../../images/common/popup_close_m.png");
    -webkit-background-size: 25px 25px;
    background-size: 25px 25px;
  }

}

.popup__btn1 {
  margin-left: 5px;
  font-size: 12px;
  color: #999;
}

.popup__btn1.is-close {
  display: none;
}

@media only screen and (max-width:668px) {
  .popup__btn1 {
    font-size: 1.3rem;
  }

}

.popup__dl {
  margin: 3px 0 0 0;
  padding-left: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.popup__dl:after {
  display: block;
  clear: both;
  content: '';
}

@media only screen and (max-width:668px) {
  .popup__dl {
    padding-left: 0;
  }

}

.popup__dt {
  float: left;
  font-size: 12px;
  color: #333;
}

@media only screen and (max-width:668px) {
  .popup__dt {
    display: inline-block;
    float: none;
    font-size: 1.3rem;
  }

}

.popup__dd {
  position: relative;
  top: -3px;
}

@media only screen and (max-width:668px) {
  .popup__dd {
    top: auto;
    display: inline-block;
    margin-left: 10px;
  }

}

.popup__check-area {
  margin-top: 20px;
  border-top: 1px solid #eeeeee;
  padding-top: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (max-width:668px) {
  .popup__check-area {
    margin-top: 15px;
    padding-top: 20px;
  }

}

.popup__list {
  margin: -16px 0 0 -16px;
  padding: 0;
}

.popup__list:after {
  display: block;
  clear: both;
  content: '';
}

@media only screen and (max-width:668px) {
  .popup__list {
    margin: -10px 0 0 -10px;
  }

}

.popup__item {
  float: left;
  margin-top: 16px;
  padding-left: 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
}

.popup__item.nth-2 label {
  background-position-y: -108px;
}

.popup__item.nth-3 label {
  background-position-y: -216px;
}

.popup__item.nth-4 label {
  background-position-y: -324px;
}

.popup__item.nth-5 label {
  background-position-y: -432px;
}

.popup__item.nth-6 label {
  background-position-y: -540px;
}

.popup__item.nth-7 label {
  background-position-y: -648px;
}

.popup__item.nth-8 label {
  background-position-y: -756px;
}

@media only screen and (max-width:668px) {
  .popup__item {
    float: none;
    display: inline-block;
    margin-top: 10px;
    padding-left: 10px;
    vertical-align: top;
  }

  .popup__item.nth-2 label {
    background-position-y: -100px;
  }

  .popup__item.nth-3 label {
    background-position-y: -200px;
  }

  .popup__item.nth-4 label {
    background-position-y: -300px;
  }

  .popup__item.nth-5 label {
    background-position-y: -400px;
  }

  .popup__item.nth-6 label {
    background-position-y: -500px;
  }

  .popup__item.nth-7 label {
    background-position-y: -600px;
  }

  .popup__item.nth-8 label {
    background-position-y: -700px;
  }

}

.popup__info {
  margin-top: 30px;
  padding: 20px;
  background-color: #f6f6f6;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  color: #333;
  text-align: left;
}

@media only screen and (max-width:668px) {
  .popup__info {
    margin-top: 20px;
    padding: 15px 20px;
    font-size: 1.3rem;
  }

}

.popup__info-dl {
  margin: 0;
}

.popup__info-dt {
  position: relative;
  float: left;
  padding-right: 28px;
  font-weight: 400;
}

.popup__info-dt:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 8px;
  margin: auto 0;
  display: inline-block;
  width: 8px;
  height: 8px;
  background: url("../../images/common/popup_bar.png");
  content: '';
}

@media only screen and (max-width:668px) {
  .popup__info-dt {
    padding-right: 20px;
  }

  .popup__info-dt:after {
    right: 5px;
    width: 6px;
    height: 6px;
    background: url("../../images/common/popup_bar_m.png");
    -webkit-background-size: 6px 6px;
    background-size: 6px 6px;
    content: '';
  }

}

.popup__info-dd {
  margin: 0;
  font-weight: 300;
  letter-spacing: -1px;
}

@media only screen and (max-width:668px) {
  .popup__info-dd.type-another {
    padding-left: 70px;
  }

}

.popup__info-point {
  font-weight: 400;
}

.terms {
  display: none;
  position: relative;
  text-align: left;
}

.terms__tit {
  margin: 0;
  font-size: 20px;
  font-weight: 400;
  color: #666;
}

.terms__area {
  overflow: auto;
  height: 180px;
  margin-top: 5px;
  padding: 15px 0 15px 15px;
  border: 1px solid #dddddd;
  background: #fcfcfc;
  font-size: 14px;
  color: #333333;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.6;
}

.terms__box + .terms__box {
  margin-top: 20px;
}

.terms__close {
  position: absolute;
  top: -10px;
  right: 0px;
  overflow: hidden;
  display: inline-block;
  width: 25px;
  height: 25px;
  background: url("../../images/common/terms_close.png");
  text-indent: -999px;
  content: '';
}

.terms__txt p {
  margin: 0;
}

.terms__txt strong {
  font-weight: 400;
}

@media only screen and (max-width:668px) {
  .terms__tit {
    font-size: 1.7rem;
  }

  .terms__area {
    font-size: 1.3rem;
  }

  .terms__close {
    top: -5px;
    width: 21px;
    height: 21px;
    background: url("../../images/common/terms_close_m.png");
    -webkit-background-size: 21px 21px;
    background-size: 21px 21px;
  }

}

.txt-deco {
  position: relative;
  display: inline-block;
}

.txt-deco:after {
  display: block;
  width: 100%;
  height: 0;
  border-top: 1px solid #5deef8;
  content: '';
}

/*radio,checkbox*/
.checkbox01 + label {
  display: inline-block;
  margin-bottom: 0;
}

@media only screen {
  .checkbox01 {
    overflow: hidden;
    position: absolute;
    top: auto;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    border: 0;
    clip: rect(0, 0, 0, 0);
  }

  .checkbox01 + label {
    position: relative;
    margin-left: 0;
    padding-left: 20px;
    cursor: pointer;
    font-size: 12px;
    color: #333;
    font-weight: 300;
  }

}

@media only screen and (max-width:668px) {
  .checkbox01 + label {
    font-size: 1.3rem;
  }

}

@media only screen {
  .checkbox01 + label:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 17px;
    height: 17px;
    margin: auto;
    background: url("../../images/common/check_off.gif");
    content: '';
    cursor: pointer;
  }

  .checkbox01:checked + label:before {
    background: url("../../images/common/check_on.gif");
  }

  .checkbox02 {
    overflow: hidden;
    position: absolute;
    top: auto;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    border: 0;
    clip: rect(0, 0, 0, 0);
  }

  .checkbox02 + label {
    position: relative;
    display: block;
    width: 108px;
    height: 108px;
    padding: 62px 10px 0;
    cursor: pointer;
    font-size: 12px;
    color: #999;
    font-weight: 300;
    background: url("../../images/common/counseling_icon.png");
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .checkbox02 + label.is-hover {
    background-position-x: -108px;
    color: #b77dff;
  }

  .checkbox02.type-another + label.is-hover {
    color: #ff5151;
  }

  .checkbox02:checked + label {
    background-position-x: -216px;
    color: #fff;
  }

  .checkbox02.type-another:checked + label {
    color: #fff;
  }

}

@media only screen and (max-width:1025px) {
  .checkbox02 + label.is-hover {
    background-position-x: 0px;
    color: #999;
  }

  .checkbox02.type-another + label.is-hover {
    color: #999;
  }

}

@media only screen and (max-width:668px) {
  .checkbox01 + label:before {
    width: 15px;
    height: 15px;
    margin: auto;
    background: url("../../images/common/check_off_m.gif");
    -webkit-background-size: 15px 15px;
    background-size: 15px 15px;
  }

  .checkbox01:checked + label:before {
    background: url("../../images/common/check_on_m.gif");
    -webkit-background-size: 15px 15px;
    background-size: 15px 15px;
  }

  .checkbox02 + label {
    position: relative;
    width: 86px;
    height: 100px;
    padding: 50px 5px 0;
    font-size: 1.2rem;
    background: url("../../images/common/counseling_icon_m.png");
    -webkit-background-size: 173px 800px;
    background-size: 173px 800px;
  }

  .checkbox02 + label br {
    display: none;
  }

  .checkbox02:checked + label {
    background-position-x: -86px;
    color: #fff;
  }

  .checkbox02.type-another:checked + label {
    color: #fff;
  }

}

@media only screen {
  .radio1 {
    overflow: hidden;
    position: absolute;
    top: auto;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    border: 0;
    clip: rect(0, 0, 0, 0);
  }

  .radio1 + label {
    display: inline-block;
    position: relative;
    height: 20px;
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 22px;
    cursor: pointer;
    line-height: 20px;
    font-size: 12px;
    font-weight: 300;
    color: #999;
  }

}

@media only screen and (max-width:668px) {
  .radio1 + label {
    font-size: 1.3rem;
  }

}

@media only screen {
  .radio1 + label:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 17px;
    height: 17px;
    margin: auto;
    border: 1px solid #9b9b9b;
    border-radius: 50%;
    background-color: #fff;
    content: '';
    cursor: pointer;
  }

  .radio1 + label:after {
    overflow: hidden;
    position: absolute;
    top: 7px;
    left: 5px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #9b9b9b;
    cursor: pointer;
    content: '';
  }

  .radio1:checked + label:after {
    background-color: #36d1dc;
  }

}

.radio1 + label + .radio1 + label {
  margin-left: 10px;
}

@media only screen and (max-width:668px) {
  .radio1 + label:after {
    top: 6px;
  }

}

.scroll {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  text-align: center;
  color: #ffffff;
  z-index: 2;
}

@media only screen and (max-width:1025px) {
  .scroll {
    display: none;
  }

  .scroll.type-another {
    display: block;
  }

}

@media only screen and (max-width:668px) {
  .scroll {
    bottom: 22px;
  }

}

.scroll__wrap {
  display: inline-block;
  cursor: pointer;
}

.scroll__wrap:hover .scroll__line {
  -webkit-transform: scale(1.5, 1);
  -ms-transform: scale(1.5, 1);
  transform: scale(1.5, 1);
  -webkit-transition: -webkit-transform 300ms;
  transition: -webkit-transform 300ms;
  transition: transform 300ms;
  transition: transform 300ms, -webkit-transform 300ms;
}

.scroll__wrap:hover .scroll__txt.nth-left {
  -webkit-transform: translateX(-30px);
  -ms-transform: translateX(-30px);
  transform: translateX(-30px);
}

.scroll__wrap:hover .scroll__txt.nth-right {
  -webkit-transform: translateX(30px);
  -ms-transform: translateX(30px);
  transform: translateX(30px);
}

.scroll__txt {
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: -webkit-transform 300ms;
  transition: -webkit-transform 300ms;
  transition: transform 300ms;
  transition: transform 300ms, -webkit-transform 300ms;
  font-size: 22px;
  font-family: "Damion", cursive, sans-serif;
  letter-spacing: 0;
}

@media only screen and (max-width:668px) {
  .scroll__txt {
    font-size: 1.6rem;
  }

}

.scroll__line {
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
  width: 110px;
  height: 1px;
  opacity: 0.3;
  background-color: #ffffff;
  -webkit-transition: -webkit-transform 300ms;
  transition: -webkit-transform 300ms;
  transition: transform 300ms;
  transition: transform 300ms, -webkit-transform 300ms;
}

@media only screen and (max-width:668px) {
  .scroll__line {
    width: 65px;
  }

}

.wrap {
  width: 100%;
  max-width: 1400px;
  margin: 0px auto;
}

@media only screen and (max-width:1025px) {
  .wrap {
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

}

@media only screen and (max-width:668px) {
  .wrap {
    padding: 0 15px;
  }

}

.wrap:after {
  display: block;
  clear: both;
  content: '';
}

.dim {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #333;
  background: rgba(0, 0, 0, 0.8);
  text-indent: -9999px;
}

.color1 {
  color: #5deef8;
}

.color2 {
  color: #b77dff;
}

.color3 {
  color: #fff8d3;
}

/*common*/
.hidden-pm {
  display: none !important;
}

.hidden-m {
  display: inline-block !important;
}

.hidden-pt {
  display: none !important;
}

.hidden-p {
  display: none !important;
}

@media only screen and (max-width:1025px) {
  .hidden-p {
    display: block !important;
  }

  .hidden-t {
    display: none !important;
  }

  .hidden-pt {
    display: none !important;
  }

  .hidden-tm {
    display: none !important;
  }

  .hidden-pm {
    display: block !important;
  }

  .hidden-m {
    display: block !important;
  }

}

@media only screen and (max-width:668px) {
  .hidden-t {
    display: block !important;
  }

  .hidden-m {
    display: none !important;
  }

  .hidden-pt {
    display: block !important;
  }

  .hidden-pm {
    display: none !important;
  }

}

.block {
  display: block !important;
}

.inline-block {
  display: inline-block;
  font-size: inherit !important;
  margin: 0 !important;
}

input, button {
  border-radius: 0;
  -webkit-appearance: none;
}

.common {
  position: relative;
}

.input1 {
  width: 100%;
  height: 48px;
  padding: 0 14px;
  border: 1px solid #dddddd;
  background: #fcfcfc;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #333333;
  font-size: 16px;
}

@media only screen and (max-width:668px) {
  .input1 {
    font-size: 1.3rem;
  }

}

.section {
  position: relative;
  background-color: #fff;
}

.section__wrap {
  position: relative;
  display: inline-table;
  height: 100%;
  width: 100%;
}

.section__inner {
  display: table-cell;
  height: 100%;
  width: 100%;
  vertical-align: middle;
  text-align: center;
}

.section__box {
  float: left;
  display: inline-block;
  width: 50%;
  height: 100%;
}

@media only screen and (max-width:1025px) {
  .section__box {
    width: 100%;
    height: 50%;
  }

  .section__box.type-gallery {
    width: 50%;
    height: 100%;
  }

}

.section__bottom {
  width: 100%;
  margin-top: 120px;
  text-align: center;
}

.section__bottom.type-real1 {
  margin-top: 0;
  background: url("../../images/real/1/real_bottom.jpg") no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
}

.section__bottom.type-real2 {
  margin-top: 0;
  background: url("../../images/real/2/real_bottom.jpg") no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
}

.section__bottom.type-real3 {
  margin-top: 0;
  background: url("../../images/real/3/real_bottom.jpg") no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
}

.section__bottom.type-real4 {
  margin-top: 0;
  background: url("../../images/real/4/real_bottom.jpg") no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
}

.section__bottom.type-real5 {
  margin-top: 0;
  background: url("../../images/real/5/real_bottom.jpg") no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
}

.section__bottom.type-location {
  background: url("../../images/location/location_bottom.jpg") no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
}

@media only screen and (max-width:1025px) {
  .section__bottom {
    margin-top: 100px;
  }

  .section__bottom.type-real5 {
    margin-top: 0;
    background: url("../../images/real/5/real_bottom.jpg") no-repeat -760px center;
    -webkit-background-size: cover;
    background-size: cover;
  }

}

@media only screen and (max-width:668px) {
  .section__bottom {
    margin-top: 50px;
  }

  .section__bottom.type-real5 {
    margin-top: 0;
    background: url("../../images/real/5/real_bottom.jpg") no-repeat -460px center;
    -webkit-background-size: cover;
    background-size: cover;
  }

}

.section__bottom-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 120px 0;
  background-color: #3c3f46;
  background-color: rgba(60, 63, 70, 0.9);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (max-width:668px) {
  .section__bottom-wrap {
    padding: 63px 0;
  }

}

.top-btn {
  overflow: hidden;
  position: fixed;
  right: 164px;
  bottom: 60px;
  display: none;
  width: 60px;
  height: 60px;
  border: 1px solid #ccc;
  background: url("../../images/common/top_btn.png") rgba(255, 255, 255, 0.9);
  font-size: 0;
  text-indent: -9999px;
  z-index: 90;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (max-width:1025px) {
  .top-btn {
    right: 20px;
    bottom: 20px;
  }

}

@media only screen and (max-width:668px) {
  .top-btn {
    right: 15px;
    bottom: 15px;
    width: 40px;
    height: 40px;
    background: url("../../images/common/top_btn_m.png") rgba(255, 255, 255, 0.9);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px;
  }

}

.top-btn.is-fixed {
  position: absolute;
}

.visual-top {
  position: relative;
  width: 100%;
  height: 100vh;
  background: url("../../images/location/location_bg1.jpg") no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
}

.visual-top__box {
  position: relative;
  top: 0px;
  left: 0px;
  display: inline-block;
  padding: 55px 75px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  -webkit-transform: perspective(1px) translateZ(0);
  -ms-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  background-color: #7f3ed5 \9;
}

.visual-top__box:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(127, 62, 213, 0.9);
  content: '';
  z-index: -1;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -ms-transform-origin: 50%;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -ms-transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.visual-top__box.is-active:before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.visual-top__tit {
  margin: 0;
  font-family: "Damion", cursive, sans-serif;
  font-weight: 300;
  letter-spacing: 0;
  font-size: 100px;
  line-height: 1;
  opacity: 0;
  position: relative;
}
.visual-top__subject{
  font-weight: 400;
}
.visual-top__txt.animated,
.visual-top__subject.animated,
.visual-top__tit.animated{
  opacity: 1;
}

.visual-top__tit.type-another:before, .visual-top__tit.type-another:after {
  position: absolute;
  display: block;
  top: 20px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
  opacity: 0.5;
  content: '';
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.visual-top__tit.type-another:before {
  width: 33px;
  height: 1px;
}

.visual-top__tit.type-another:after {
  width: 1px;
  height: 33px;
}

.visual-top__subject {
  margin: 20px 0 0 0;
  font-size: 50px;
  font-weight: 300;
  opacity: 0;
  opacity: 1\9;
}

.visual-top__txt {
  margin: 16px 0 0 0;
  font-size: 18px;
  line-height: 1.5;
  opacity: 0;
  opacity: 1\9;
}

@media only screen and (max-width:1025px) {
  .visual-top {
    background: url("../../images/location/location_bg1_768.jpg") no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
  }

  .visual-top .location__wrap {
    text-align: left;
  }

  .visual-top__box {
    top: 50px;
    left: 0;
    padding: 55px 46px;
    text-align: center;
  }

  .visual-top__box.type-another {
    position: absolute;
    top: auto;
    left: 80px;
    bottom: 90px;
  }

  .visual-top__subject {
    font-size: 40px;
  }

  .visual-top__txt {
    font-size: 16px;
  }

  .visual-top__tit.type-another {
    font-size: 80px;
  }

  .visual-top__tit.type-another:before, .visual-top__tit.type-another:after {
    position: absolute;
    display: block;
    top: 20px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
    opacity: 0.5;
    content: '';
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .visual-top__tit.type-another:before {
    width: 33px;
    height: 1px;
  }

  .visual-top__tit.type-another:after {
    width: 1px;
    height: 33px;
  }

}

.horizontal_line:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -50px;
  display: inline-block;
  width: 1px;
  height: 120px;
  margin: 0 auto;
  background-color: #37d1dd;
  content: '';
  z-index: 60;
}

@media only screen and (max-width:668px) {
  .visual-top__box {
    top: auto;
    bottom: -100px;
    width: 100%;
    padding: 35px 0;
    text-align: center;
  }

  .visual-top__box.type-another {
    left: 0;
    bottom: 70px;
  }

  .visual-top__tit {
    font-size: 5.1rem;
  }

  .visual-top__tit.type-another {
    font-size: 5.1rem;
  }

  .visual-top__tit.type-another:before, .visual-top__tit.type-another:after {
    top: 15px;
  }

  .visual-top__tit.type-another:before {
    width: 17px;
    height: 1px;
  }

  .visual-top__tit.type-another:after {
    width: 1px;
    height: 17px;
  }

  .visual-top__subject {
    margin: 10px 0 0 0;
    font-size: 3.1rem;
  }

  .visual-top__txt {
    margin: 10px 0 0 0;
    font-size: 1.4rem;
  }
  .horizontal_line{
    padding: 10px;
  }
  .horizontal_line:after {
    bottom: -40px;
    height: 80px;
  }

}

.tab-v1 {
  position: absolute;
  left: 0;
  right: 0;
  padding-top: 160px;
  padding-bottom: 400px;
}

.tab-v1__list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.tab-v1__list:after {
  display: block;
  clear: both;
  content: '';
}

.tab-v1__item {
  float: left;
  width: 50%;
  text-align: center;
  border: 1px solid #dddddd;
  border-bottom: 1px solid #8036dc;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #666;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.tab-v1__item + .tab-v1__item {
  border-left: none;
}

.tab-v1__item.is-active {
  background-color: #8036dc;
  color: #fff;
  border: 1px solid #8036dc;
}

.tab-v1__item:hover {
  background-color: #8036dc;
  color: #fff;
  border: 1px solid #8036dc;
}

.tab-v1__link {
  display: table-cell;
  width: 1%;
  height: 70px;
  font-size: 20px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
}

@media only screen and (max-width:1025px) {
  .tab-v1 {
    position: static;
    padding-top: 146px;
    padding-bottom: 0;
  }

}

@media only screen and (max-width:668px) {
  .tab-v1 {
    padding-top: 90px;
  }

  .tab-v1__link {
    height: 60px;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1.4rem;
  }

}

.js-motion {
  opacity: 0;
  -webkit-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: transform 1s, opacity 1s;
  transition: transform 1s, opacity 1s, -webkit-transform 1s;
}

.js-motion.on {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.js-motion2 {
  opacity: 0;
  -webkit-transform: translateX(-100px);
  -ms-transform: translateX(-100px);
  transform: translateX(-100px);
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: transform 1s, opacity 1s;
  transition: transform 1s, opacity 1s, -webkit-transform 1s;
}

.js-motion2.on {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.js-motion3 {
  opacity: 0;
  -webkit-transform: translateX(100px);
  -ms-transform: translateX(100px);
  transform: translateX(100px);
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: transform 1s, opacity 1s;
  transition: transform 1s, opacity 1s, -webkit-transform 1s;
}

.js-motion3.on {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.visual-wheel {
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 30%;
  top: 0;
  left: 0;
  z-index: 10;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-indent: -9999px;
}

@media only screen and (max-width:1025px) {
  .visual-wheel {
    display: none;
  }

}

.video-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.video-bg__iframe {
  width: 100%;
  height: 100%;
  width: 100vw;
  height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
  min-height: 100vh;
  min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.chest-top__icon {
  position: relative;
  display: inline-block;
  width: 80px;
  height: 80px;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #37d1dd;
  color: #fff;
  border-radius: 50%;
  font-family: "Damion", cursive, sans-serif;
  letter-spacing: 0;
  font-size: 32px;
  font-weight: 300;
  text-align: center;
}

.chest-top__wrap {
  display: block;
  padding-top: 20px;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.chest-top__wrap:after {
  position: absolute;
  top: 18px;
  right: 12px;
  display: block;
  width: 28px;
  height: 42px;
  background: url(../../images/common/chest_arrow.png);
  content: '';
}

.ban {
  position: relative;
  padding-right: 358px;
  padding-bottom: 80px;
}

.ban__img-wrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 57.52%;
}

.ban__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ban__box {
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
  width: 686px;
  padding: 60px 50px;
  background-color: #4e5563;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
}

.ban__txt {
  margin: 0;
  font-size: 16px;
  color: #eee;
  line-height: 1.625;
}

.ban__tit {
  margin: 26px 0 0 0;
  font-size: 20px;
  color: #fff;
  font-weight: 400;
  line-height: 1.5;
}

.ban__list {
  padding: 0;
  margin: 30px 0 0 0;
  list-style: none;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
}

.ban__item + .ban__item {
  margin-top: 8px;
}

@media only screen and (max-width:1025px) {
  .ban {
    padding: 0;
  }

  .ban__box {
    position: static;
    width: 100%;
  }

}

@media only screen and (max-width:668px) {
  .ban__box {
    margin-top: -1px;
    padding: 35px;
  }

  .ban__txt {
    font-size: 1.3rem;
  }

  .ban__tit {
    margin: 22px 0 0 0;
    font-size: 1.6rem;
  }

  .ban__list {
    margin: 20px 0 0 0;
    font-size: 1.3rem;
  }

  .ban__item + .ban__item {
    margin-top: 4px;
  }

}



.bano {
  margin-top: 120px;
  padding: 200px 0;
  background: url("../../images/common/bano_bg.jpg") center center fixed;
  text-align: center;
  -webkit-background-size: cover;
  background-size: cover;
  transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -webkit-transition: all .5s ease-out;
}

.bano__subject {
  margin: 0;
  font-size: 20px;
  color: #fff;
  font-weight: 400;
}

.bano__subject-bar {
  position: relative;
  padding-right: 25px;
}

.bano__subject-bar:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 4px;
  display: inline-block;
  width: 10px;
  height: 14px;
  margin: auto 0;
  background: url("../images/chest/bano_bar.png");
  content: '';
}

.bano__subject-bar:last-child {
  padding-right: 0;
}

.bano__subject-bar:last-child:after {
  display: none;
}

.bano__tit {
  position: relative;
  display: inline-block;
  margin: 20px 0 0 0;
  padding: 5px 34px 14px;
  font-size: 100px;
  color: #5eeef9;
  font-weight: 300;
  font-family: "Damion", cursive, sans-serif;
  border: 5px solid #fff;
  letter-spacing: 0;
}

.bano__tit:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -60px;
  width: 1px;
  height: 80px;
  margin: 0px auto;
  background-color: #fff;
  content: '';
}

.bano__txt1 {
  margin: 80px 0 0 0;
  font-size: 16px;
  color: #eeeeee;
  line-height: 1.625;
}

.bano__txt2 {
  margin: 20px 0 0 0;
  font-size: 20px;
  font-weight: 400;
  color: #fff;
}

@media only screen and (max-width:1025px) {
  .bano {
    margin-top: 100px;
    background-attachment: scroll;
  }

}

@media only screen and (max-width:668px) {
  .bano {
    margin-top: 60px;
    padding: 65px 15px;
  }

  .bano__subject {
    font-size: 1.3rem;
  }

  .bano__subject-bar {
    position: relative;
    padding-right: 15px;
  }

  .bano__subject-bar:after {
    width: 5px;
    height: 7px;
    -webkit-background-size: 5px 7px;
    background-size: 5px 7px;
    content: '';
  }

  .bano__subject-bar:last-child:after {
    display: none;
  }

  .bano__tit {
    margin-top: 10px;
    padding: 8px 17px 10px;
    font-size: 5.1rem;
    border-width: 3px;
  }

  .bano__tit:after {
    bottom: -30px;
    width: 1px;
    height: 40px;
  }

  .bano__txt1 {
    margin: 30px 0 0 0;
    font-size: 1.3rem;
  }

  .bano__txt2 {
    margin: 10px 0 0 0;
    font-size: 1.6rem;
  }

}

.step__header-wrap {
  display: table-cell;
  width: 1%;
  height: 200px;
  vertical-align: middle;
  color: #fff;
  text-align: left;
  font-size: 0;
  padding: 0 70px;
  position: relative;
}

.step__header-wrap:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 70px;
  display: block;
  width: 30px;
  height: 18px;
  margin: auto 0;
  background: url("../../images/common/step_arrow.png");
  content: '';
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.elementor-active .step__header-wrap:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.step__header-tit {
  display: inline-block;
  margin: 0;
  font-size: 60px;
  font-weight: 300;
  font-family: "Damion", cursive, sans-serif;
  letter-spacing: 0;
  vertical-align: middle;
}

.step__header-txt1 {
  display: inline-block;
  margin: 0;
  font-size: 35px;
  font-weight: 400;
  vertical-align: middle;
}

.step__header-txt2 {
  display: inline-block;
  margin: 0 0 0 32px;
  font-size: 20px;
  vertical-align: middle;
  font-weight: 400;
}

.step__header-box {
  display: inline-block;
  margin: 0 0 0 56px;
  vertical-align: middle;
}

.step__header-point {
  font-weight: 500;
}

.step__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.step__item.is-active .step__header:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.step__item + .step__item {
  margin-top: 30px;
}

.step__body {
  display: none;
  padding: 50px;
  background-color: #fafafa;
  border-bottom: 1px solid #ccc;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.step__body-list {
  margin: -30px 0 0 0;
  padding: 0;
  list-style: none;
}

.step__body-list:after {
  display: block;
  clear: both;
  content: '';
}

.step__body-item {
  position: relative;
  float: left;
  width: 50%;
  margin-top: 30px;
}

.step__body-item .step__body-wrap:before {
  background: url("../images/chest/step_img.png");
}

.step__body-item.nth-2 .step__body-wrap:before {
  background-position: 0px -280px;
}

.step__body-item.nth-3 .step__body-wrap:before {
  background-position: 0px -560px;
}

.step__body-item.nth-4 .step__body-wrap:before {
  background-position: 0px -840px;
}

.step__body-item.nth-5 .step__body-wrap:before {
  background-position: 0px -1120px;
}

.step__body-item.nth-6 .step__body-wrap:before {
  background-position: 0px -1400px;
}

.step__body-item.nth-7 .step__body-wrap:before {
  background-position: 0px -1680px;
}

.step__body-item.nth-8 .step__body-wrap:before {
  background-position: 0px -1960px;
}

.step__body-item.nth-9 .step__body-wrap:before {
  background-position: 0px -2240px;
}

.step__body-item.nth-10 .step__body-wrap:before {
  background-position: 0px -2520px;
}

.step__body-item.nth-11 .step__body-wrap:before {
  background-position: 0px -2800px;
}

.step__body-item:last-child {
  width: 100%;
}

.step__body-wrap {
  display: table-cell;
  width: 1%;
  height: 280px;
  padding-left: 308px;
  vertical-align: middle;
  text-align: left;
}

.step__body-wrap:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 280px;
  height: 280px;
  content: '';
}

.step__body-num {
  width: 70px;
  height: 25px;
  margin: 0;
  padding: 0 10px;
  font-size: 16px;
  line-height: 25px;
  color: #fff;
  font-weight: 500;
  background-color: #8135dd;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.step__body-tit {
  margin: 20px 0 0 0;
  font-size: 30px;
  font-weight: 300;
}

.step__body-txt {
  margin: 16px 0 0 0;
  font-size: 16px;
}

.step__body-point {
  margin: 10px 0 0 0;
  font-size: 16px;
  color: #999999;
}

.step__link {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
  text-indent: -9999px;
}

@media only screen and (max-width:1025px) {
  .step__header-txt2 {
    display: block;
    margin: 16px 0 0 0;
  }

  .step__item.nth-1 .step__header {
    background: url("../images/chest/step_bg1_768.jpg");
    -webkit-background-size: cover;
    background-size: cover;
  }

  .step__item.nth-2 .step__header {
    background: url("../images/chest/step_bg2_768.jpg");
    -webkit-background-size: cover;
    background-size: cover;
  }

  .step__item.nth-3 .step__header {
    background: url("../images/chest/step_bg3_768.jpg");
    -webkit-background-size: cover;
    background-size: cover;
  }

  .step__body-item {
    width: 100%;
  }

  .step + .step {
    margin-top: 20px;
  }

}

@media only screen and (max-width:668px) {
  .step__itme + .step__itme {
    margin-top: 10px;
  }

  .step__header {
    padding: 0 25px;
  }

  .step__header:after {
    right: 25px;
    width: 15px;
    height: 9px;
    -webkit-background-size: 15px 9px;
    background-size: 15px 9px;
    content: '';
  }

  .step__header-wrap {
    height: auto;
    width: 100%;
    padding: 8.4% 0;
  }

  .step__header-tit {
    font-size: 3.1rem;
  }

  .step__header-txt1 {
    font-size: 2.1rem;
  }

  .step__header-txt2 {
    margin: 8px 0 0 0;
    font-size: 1.3rem;
  }

  .step__header-box {
    margin: 0 0 0 15px;
  }

  .step__body {
    display: none;
    padding: 35px;
  }

  .step__body-list {
    margin: 0;
  }

  .step__body-item {
    float: none;
    width: 100%;
    margin-top: 15px;
  }

  .step__body-item:first-child {
    margin-top: 0;
  }

  .step__body-item .step__body-wrap:before {
    background: url("../images/chest/step_img.png");
    -webkit-background-size: 140px 1540px;
    background-size: 140px 1540px;
  }

  .step__body-item.nth-2 .step__body-wrap:before {
    background-position: 0px -140px;
  }

  .step__body-item.nth-3 .step__body-wrap:before {
    background-position: 0px -280px;
  }

  .step__body-item.nth-4 .step__body-wrap:before {
    background-position: 0px -420px;
  }

  .step__body-item.nth-5 .step__body-wrap:before {
    background-position: 0px -560px;
  }

  .step__body-item.nth-6 .step__body-wrap:before {
    background-position: 0px -700px;
  }

  .step__body-item.nth-7 .step__body-wrap:before {
    background-position: 0px -840px;
  }

  .step__body-item.nth-8 .step__body-wrap:before {
    background-position: 0px -980px;
  }

  .step__body-item.nth-9 .step__body-wrap:before {
    background-position: 0px -1120px;
  }

  .step__body-item.nth-10 .step__body-wrap:before {
    background-position: 0px -1260px;
  }

  .step__body-item.nth-11 .step__body-wrap:before {
    background-position: 0px -1400px;
  }

  .step__body-item:last-child {
    width: 100%;
  }

  .step__body-wrap {
    display: block;
    width: 100%;
    height: auto;
    padding-top: 150px;
    padding-left: 0px;
    text-align: center;
  }

  .step__body-wrap:before {
    right: 0;
    width: 140px;
    height: 140px;
    margin: 0px auto;
    content: '';
  }

  .step__body-num {
    display: inline-block;
    width: 43px;
    height: 15px;
    font-size: 1.2rem;
    line-height: 15px;
  }

  .step__body-tit {
    margin: 10px 0 0 0;
    font-size: 2.1rem;
  }

  .step__body-txt {
    margin: 8px 0 0 0;
    font-size: 1.3rem;
  }

  .step__body-point {
    margin: 5px 0 0 0;
    font-size: 1.1rem;
  }

}


.step__body-wrap {
    display: table-cell;
    width: 1%;
    height: 280px;
    padding-left: 308px;
    vertical-align: middle;
    text-align: left;
}
.step__body-wrap:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 280px;
    height: 280px;
    content: '';
}
.step__body-num {
    width: 70px;
    height: 25px;
    margin: 0;
    padding: 0 10px;
    font-size: 16px;
    line-height: 25px;
    color: #fff;
    font-weight: 500;
    background-color: #8135dd;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.step__body-tit {
    margin: 20px 0 0 0;
    font-size: 30px;
    font-weight: 400;
    color: #333;
}
.step__body-txt {
    margin: 16px 0 0 0;
    font-size: 16px;
    font-weight: 400;
}
.step__body-point {
    margin: 10px 0 0 0;
    font-size: 16px;
    color: #999999;
    font-weight: 400;
}

.step__body-item.nth-9 .step__body-wrap:before {
    background-position: 0px -2240px;
}

@media only screen and (max-width: 668px){
  .step__body-wrap {
    display: block;
    width: 100%;
    height: auto;
    padding-top: 150px;
    padding-left: 0px;
    text-align: center;
}
  .step__body-wrap:before {
      right: 0;
      width: 140px;
      height: 140px;
      margin: 0px auto;
      content: '';
  }
  .step__body-wrap:before {
    -webkit-background-size: 140px 1540px;
    background-size: 140px 1540px;
  }
  .step__body-num {
    display: inline-block;
    width: 43px;
    height: 15px;
    font-size: 1.2rem;
    line-height: 15px;
}
.step__body-tit {
    margin: 10px 0 0 0;
    font-size: 2.1rem;
}
.step__body-txt {
    margin: 8px 0 0 0;
    font-size: 1.3rem;
}


}


.bano__txt1 {
    margin: 80px 0 0 0;
    font-size: 16px;
    color: #eeeeee;
    line-height: 1.625;
}
.bano__txt2 {
    margin: 20px 0 0 0;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
}
.yellow {
    position: relative;
    display: inline-block;
    color: #fff8d3;
}
.yellow:after {
    position: absolute;
    left: 1px;
    bottom: 0;
    width: 100%;
    border-bottom: 1px solid #fff8d3;
    content: '';
}



.healing__list { margin: 0; padding: 0; list-style: none; }
.healing__slider { position: relative; }
.healing__item { position: relative; width: 100%; height: 0; padding-bottom: 32.85%; 
  -webkit-background-size: cover; background-size: cover;
}
.healing__link { overflow: hidden; display: inline-block; width: 60px; height: 60px; margin: auto 0; text-indent: -9999px; font-size: 0; z-index: 110; }
.healing__link + .healing__link { margin-left: 1px; }
.healing__prev { 
  background: url("../../images/common/healing_prev.jpg") no-repeat center center; -webkit-background-size: 60px 60px; background-size: 60px 60px; 
}
.healing__next { 
  background: url("../../images/common/healing_next.jpg") no-repeat center center; -webkit-background-size: 60px 60px; background-size: 60px 60px; 
}

.healing__box { position: absolute; right: 0; bottom: 0; width: 50%; padding-left: 14px; -webkit-box-sizing: border-box; box-sizing: border-box; z-index: 55; text-align: center;}
.healing__wrap { position: relative; padding: 56px 0; background-color: #fff; }
.healing__btn { position: absolute; top: 0; left: 0; font-size: 0; }
.healing__num { display: inline-block; margin: 0; font-size: 16px; color: #8036dc; font-weight: 600; }
.healing__num:after { display: block; width: 100%; height: 0; margin-top: 3px; border-bottom: 1px solid #8036dc; content: ''; }
.healing__tit { margin: 16px 0 0 0; font-size: 35px; font-weight: 400; }
.healing__txt { margin: 26px 0 0 0; font-size: 20px; }
@media only screen and (max-width: 1025px) { .healing__box { position: static; width: 100%; padding-left: 0; } }
@media only screen and (max-width: 668px) { .healing__item { padding-bottom: 59.7%; }
  .healing__wrap { padding: 25px 0; }
  .healing__num { font-size: 1.2rem; }
  .healing__tit { margin-top: 8px; font-size: 2.1rem; }
  .healing__txt { margin-top: 12px; font-size: 1.3rem; }
  .healing__link { width: 40px; height: 40px; }
  .healing__prev { -webkit-background-size: 40px 40px; background-size: 40px 40px; }
  .healing__next { -webkit-background-size: 40px 40px; background-size: 40px 40px; } }



.gallery-style1 { 
  position: relative; 
  right: 0%; 
  display: inline-block; 
  padding: 45px 50px 65px; 
  -webkit-box-sizing: border-box; 
  box-sizing: border-box; 
  text-align: left; 
  color: #fff; 
  -webkit-transform: perspective(1px) translateZ(0); -ms-transform: perspective(1px) translateZ(0); 
  transform: perspective(1px) translateZ(0); 
}
.gallery-style1:before { 
  position: absolute; 
  top: 0; left: 0; 
  display: block; 
  width: 100%; 
  height: 100%; 
  background-color: #8036dc; 
  background: rgba(128, 54, 220, 0.9); 
  content: ''; 
  z-index: -1; 
  -webkit-transform-origin: 50%; 
  transform-origin: 50%; 
  -ms-transform-origin: 50%; 
  -webkit-transition-property: transform; 
  -webkit-transition-property: -webkit-transform; 
  transition-property: -webkit-transform; 
  transition-property: transform; 
  transition-property: transform, -webkit-transform; 
  -ms-transition-property: transform; 
  -webkit-transition-duration: 0.3s; 
  transition-duration: 0.3s; 
  -webkit-transition-timing-function: ease-out; 
  transition-timing-function: ease-out; 
}
.gallery-style1.is-active:before { -webkit-transform: scaleX(1); -ms-transform: scaleX(1); transform: scaleX(1); }
.gallery-style1__tit { 
  margin: 0; 
  font-size: 128px; 
  font-family: "Damion", 
  cursive, sans-serif; 
  letter-spacing: 0; 
  font-weight: 100; 

}
.gallery-style1__point { display: block; margin-top: -70px; margin-left: 90px; font-size: 64px; }
.gallery-style1__box { margin: 10px 0 0 0; font-size: 50px; }
.gallery-style1__subject { 
  margin: 0; 
 
}
.gallery-style1__txt { 
  margin: 20px 0 0 0; 
  font-size: 18px; 
  line-height: 1.5; 

}
@media only screen and (max-width: 1025px) { .gallery-style1 { position: absolute; right: auto; left: 10.41%; bottom: 14.64%; padding: 40px 40px 60px; }
  .gallery-style1__tit { font-size: 100px; }
  .gallery-style1__point { margin-top: -56px; margin-left: 74px; font-size: 50px; }
  .gallery-style1__box { font-size: 40px; }
  .gallery-style1__txt { margin: 16px 0 0 0; font-size: 16px; } }
@media only screen and (max-width: 668px) { .gallery-style1 { left: 15px; bottom: 14.24%; padding: 20px 30px 30px; }
  .gallery-style1__tit { font-size: 6.6rem; }
  .gallery-style1__point { margin-top: -34px; margin-left: 46px; font-size: 3.3rem; }
  .gallery-style1__box { margin: 10px 0 0 0; font-size: 2.2rem; }
  .gallery-style1__txt { margin: 10px 0 0 0; font-size: 1.4rem; } }
