@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
/*--------------------------------------------------
  font-awesome
--------------------------------------------------*/
.icon-instagram::before {
  content: '\f16d';
  display: block;
  font-family: "Font Awesome 5 Brands";
  font-size: 14.5vw;
  color: #fff;
}

@media (min-width: 768px) {
  .icon-instagram::before {
    font-size: 53px;
  }
}

/*--------------------------------------------------
  responsive
--------------------------------------------------*/
.for-sp {
  display: block !important;
}

@media (min-width: 768px) {
  .for-sp {
    display: none !important;
  }
}

.for-pc {
  display: none !important;
}

@media (min-width: 768px) {
  .for-pc {
    display: block !important;
  }
}

img.for-sp,
span.for-sp,
br.for-sp {
  display: inline !important;
}

@media (min-width: 768px) {
  img.for-sp,
  span.for-sp,
  br.for-sp {
    display: none !important;
  }
}

img.for-pc,
span.for-pc,
br.for-pc {
  display: none !important;
}

@media (min-width: 768px) {
  img.for-pc,
  span.for-pc,
  br.for-pc {
    display: inline !important;
  }
}

/*--------------------------------------------------
  reset
--------------------------------------------------*/
img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

@media (min-width: 768px) {
  img {
    width: auto;
  }
}

a {
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

a:hover {
  opacity: .7;
}

sup {
  top: -0.4em;
  font-size: 65%;
}

dt {
  font-weight: normal;
}

.anchor {
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  visibility: hidden;
  z-index: -1;
}

@media (min-width: 768px) {
  .anchor {
    top: -60px;
  }
}

/*--------------------------------------------------
  base
--------------------------------------------------*/
body {
  font-size: 30px;
  font-size: 4vw;
  background-color: #000;
  font-family: 'Noto Serif JP', serif;
  color: #e6e6e6;
  line-height: 1;
  -webkit-overflow-scrolling: touch;
}

@media (min-width: 768px) {
  body {
    font-size: 16px;
    font-size: 1rem;
  }
}

.header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 12vw;
  z-index: 3;
}

@media (min-width: 768px) {
  .header {
    top: 0;
    height: 60px;
    padding: 0 2vw;
    background-color: #9B2544;
  }
}

@media (min-width: 992px) {
  .header {
    padding-right: 0;
    padding-left: 0;
  }
}

.header__btn {
  position: fixed;
  top: 0;
  left: 0;
  width: 12.53333vw;
  height: 12.53333vw;
  background-color: #9B2544;
  z-index: 11;
}

@media (min-width: 768px) {
  .header__btn {
    display: none;
  }
}

.header__btn span {
  position: absolute;
  left: 0;
  right: 0;
  display: inline-block;
  width: 5.6vw;
  height: 1px;
  margin: auto;
  background-color: #fff;
  -webkit-transition: .2s;
  transition: .2s;
}

.header__btn span:nth-of-type(1) {
  top: 3.86667vw;
}

.header__btn span:nth-of-type(2) {
  top: 6.13333vw;
}

.header__btn span:nth-of-type(3) {
  top: 8.4vw;
}

.header__btn.is-active {
  background-color: #000;
}

.header__btn.is-active span:nth-of-type(1) {
  -webkit-transform: translateY(2.26667vw) rotate(-45deg);
  transform: translateY(2.26667vw) rotate(-45deg);
}

.header__btn.is-active span:nth-of-type(2) {
  opacity: 0;
}

.header__btn.is-active span:nth-of-type(3) {
  -webkit-transform: translateY(-2.26667vw) rotate(45deg);
  transform: translateY(-2.26667vw) rotate(45deg);
}

.header__menu {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #9B2544;
  text-align: center;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .6s;
  transition: .6s;
}

.header__menu.is-active {
  opacity: 1;
  visibility: visible;
}

.header__menu-img01 {
  position: absolute;
  top: 0;
  right: 0;
  width: 51.6vw;
  height: 30.93333vw;
  background: url("../images/menu_img01.png") no-repeat center;
  background-size: 100%;
}

.header__menu-img02 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60.53333vw;
  height: 40.4vw;
  background: url("../images/menu_img02.png") no-repeat center;
  background-size: 100%;
}

.header__menu-img03 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 45.2vw;
  height: 44.4vw;
  background: url("../images/menu_img03.png") no-repeat center;
  background-size: 100%;
}

.header__menu-overlay {
  position: absolute;
  top: 12vw;
}

@media (min-width: 768px) {
  .header__menu-overlay {
    top: 54px;
  }
}

.header__menu-overlay.is-active {
  position: fixed;
  width: 100%;
  height: calc(100vh - 12vw);
  z-index: 1;
}

@media (min-width: 768px) {
  .header__menu-overlay.is-active {
    height: calc(100vh - 54px);
  }
}

.header__menu-list {
  width: 70vw;
  margin: 15.6vw auto 0;
  padding: 3.33333vw 0 4.66667vw;
  border: 1.46667vw solid #fff;
}

@media (min-width: 768px) {
  .header__menu-list {
    margin-top: 74px;
    padding: 0 30px;
    text-align: center;
  }
}

.header__menu-item a {
  position: relative;
  display: inline-block;
  padding: 4.8vw 0;
  font-size: 4.26667vw;
}

@media (min-width: 768px) {
  .header__menu-item a {
    display: inline-block;
    padding: 12px 20px;
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.header__menu-item a span {
  display: inline-block;
  padding-bottom: 2vw;
  border-bottom: 1px solid #9B2544;
  -webkit-transition: .3s;
  transition: .3s;
}

.header__menu-item a:hover span {
  border-bottom: 1px solid #fff;
}

.header__nav {
  width: 100%;
  max-width: 823q;
  margin: 0 auto;
}

.header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 2px;
}

.header__nav-item a {
  display: block;
  height: 58px;
  padding: 21px 13px 0;
  font-size: 14px;
  font-size: 0.875rem;
}

.header__nav-item a span {
  display: inline-block;
  padding-bottom: 6px;
  border-bottom: 1px solid #9B2544;
  -webkit-transition: .4s;
  transition: .4s;
}

.header__nav-item a:hover {
  opacity: 1;
}

.header__nav-item a:hover span {
  border-bottom: 1px solid #fff;
}

.hero {
  text-align: center;
}

@media (min-width: 768px) {
  .hero {
    margin-top: 60px;
  }
}

.hero__text {
  margin-top: 6vw;
  font-size: 32px;
  font-size: 4.26667vw;
  line-height: 1.7;
  letter-spacing: .05em;
}

@media (min-width: 768px) {
  .hero__text {
    padding-top: 43px;
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 2;
    letter-spacing: 0;
  }
}

@media (min-width: 1200px) {
  .hero__text {
    letter-spacing: .05em;
  }
}

@media (min-width: 768px) {
  .reserve-fixed {
    position: fixed;
    top: 130px;
    right: 0;
    z-index: 9;
  }
  .reserve-fixed a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 70px;
    height: 258px;
    padding-top: 22px;
    background-color: #9b2544;
    font-size: 14px;
    font-size: 0.875rem;
    letter-spacing: .1em;
    line-height: 2.1;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
  }
  .reserve-fixed a::after {
    content: '';
    position: absolute;
    bottom: 23px;
    left: 0;
    right: 0;
    width: 16px;
    height: 14px;
    margin: auto;
    background: url("../images/reserve_icon.png") no-repeat 0 center;
    background-size: 100%;
  }
}

.about {
  position: relative;
  padding: 9.33vw 8.67vw 0;
  background: url("../images/about_bg.png") no-repeat 0 49vw;
  background-size: 100%;
}

@media (min-width: 768px) {
  .about {
    width: 100%;
    padding: 86px 3vw 0;
    background: url("../images/about_bg_pc.png") no-repeat right 200px;
    background-size: 40%;
  }
}

@media (min-width: 1200px) {
  .about {
    padding-left: 0;
    padding-right: 0;
    background: url("../images/about_bg_pc.png") no-repeat right 173px;
    background-size: 40%;
    background-size: 482px;
  }
}

@media (min-width: 768px) {
  .about__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    max-width: 980px;
    margin: 0 auto;
  }
}

.about__img {
  width: 68.8vw;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .about__img {
    width: 38%;
    max-width: 373px;
    margin: 0;
  }
}

.about__text {
  margin-top: 11.47vw;
  line-height: 1.7;
  text-align: justify;
}

@media (min-width: 768px) {
  .about__text {
    width: 58%;
    max-width: 567px;
    margin-top: 0;
  }
}

.about__intro p + p {
  margin-top: 1.6em;
}

.about__profile {
  margin-top: 11.2vw;
}

@media (min-width: 768px) {
  .about__profile {
    margin-top: 31px;
  }
}

.about__profile-title {
  position: relative;
}

.about__profile-title img {
  width: 27.47vw;
}

@media (min-width: 768px) {
  .about__profile-title img {
    width: 113px;
  }
}

.about__profile-title::after {
  content: '';
  position: absolute;
  bottom: 7vw;
  right: 0;
  display: block;
  width: 50.93vw;
  border-bottom: 1px solid #6e6e6e;
}

@media (min-width: 768px) {
  .about__profile-title::after {
    bottom: 32px;
    width: 100px;
    width: calc(100% - 128px);
  }
}

.about__profile-name {
  margin-top: 6.13vw;
  font-size: 36px;
  font-size: 4.8vw;
  letter-spacing: -.02em;
  text-align: left;
}

@media (min-width: 768px) {
  .about__profile-name {
    margin-top: 15px;
    font-size: 23px;
    font-size: 1.4375rem;
    letter-spacing: 0;
  }
}

.about__profile-text {
  margin-top: 1em;
  font-size: 28px;
  font-size: 3.73333vw;
}

@media (min-width: 768px) {
  .about__profile-text {
    margin-top: .5em;
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media (min-width: 768px) {
  .about__profile-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row;
    flex-direction: row;
    max-width: 980px;
    margin: 0 auto;
  }
}

.profile-btn {
  display: flex;
  flex-direction: column;
  padding: 0;
}

.profile-btn a {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 6.13333vw;
  padding: 3.73333vw 0 3.73333vw 16vw;
  background-color: #9B2544;
  font-family: 'Noto Sans JP', sans-serif;
}

@media (min-width: 768px) {
  .profile-btn {
    display: flex;
    flex-direction: row;
  }
  .profile-btn a {
    width: 303px;
    height: 80px;
    margin-top: 36px;
  }
}

.btn01 a {
  padding: 12px 0 13px 86px;
  margin-right: 20px;
}
.btn02 a {
  padding: 18px 0 13px 59px;
}

.icon_amazon a::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 5.73333vw;
  margin: auto;
  width: 12vw;
  height: 3.654vw;
  background: url("../images/icon_amazon.png") no-repeat 0 center;
  background-size: 100%;
}

@media (min-width: 768px) {
  .icon_amazon a::before {
    left: 6.6%;
    width: 60px;
    height: 18.27px;
  }
}

.icon_note a::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 5.73333vw;
  margin: auto;
  width: 6vw;
  height: 6.53333vw;
  background: url("../images/icon_note.png") no-repeat 0 center;
  background-size: 100%;
}

@media (min-width: 768px) {
  .icon_note a::before {
    left: 6.6%;
    width: 20px;
    height: 21px;
  }
}

.profile-btn a span {
  display: block;
  font-size: 24px;
  font-size: 3.2vw;
  line-height: 1.2;
}

@media (min-width: 768px) {
  .profile-btn a span {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}

.profile-btn a span:last-of-type {
  margin-top: .5em;
  font-size: 28px;
  font-size: 3.73333vw;
}

@media (min-width: 768px) {
  .profile-btn a span:last-of-type {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.caution {
  width: 84.8vw;
  margin: 20.4vw auto 0;
  font-family: 'Noto Sans JP', sans-serif;
  color: #CECECE;
}

@media (min-width: 768px) {
  .caution {
    width: 100%;
    max-width: 600px;
    margin-top: 87px;
  }
}

.caution__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 3.6vw;
}

@media (min-width: 768px) {
  .caution__title {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.caution__title::before, .caution__title::after {
  content: '';
  width: 29.33333vw;
  height: 1px;
  background: #6E6E6E;
}

@media (min-width: 768px) {
  .caution__title::before, .caution__title::after {
    width: 41%;
  }
}

.caution__title::before {
  margin-right: 1em;
}

.caution__title::after {
  margin-left: 1em;
}

.caution__text {
  margin-top: 3.73333vw;
  font-size: 3.46667vw;
  line-height: 1.84;
}

@media (min-width: 768px) {
  .caution__text {
    margin-top: 14px;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.42;
    text-align: center;
  }
}

.reserve {
  width: 82.67vw;
  margin: 10.67vw auto 0;
}

@media (min-width: 768px) {
  .reserve {
    width: auto;
    margin-top: 0;
  }
}

.caution + .reserve {
  margin-top: 6.26667vw;
}

@media (min-width: 768px) {
  .caution + .reserve {
    margin-top: 40px;
  }
}

.reserve__btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 24.8vw;
  padding-left: 9.2vw;
  background: #9B2544 url("../images/reserve_bg.png") no-repeat 0 center;
  background-size: 20.3vw;
}

@media (min-width: 768px) {
  .reserve__btn {
    width: 680px;
    height: 150px;
    margin: 0 auto;
    padding-left: 0;
    background: #9B2544 url("../images/reserve_bg_pc.png") no-repeat 0 center;
    background-size: 171px;
  }
}

.reserve__btn::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5.33vw;
  margin: auto;
  width: 3.73vw;
  height: 3.2vw;
  background: url("../images/reserve_icon.png") no-repeat 0 center;
  background-size: 100%;
}

@media (min-width: 768px) {
  .reserve__btn::after {
    right: 76px;
    width: 27px;
    height: 23px;
  }
}

.reserve__btn span {
  display: block;
  font-size: 25px;
  font-size: 3.33333vw;
  letter-spacing: .07em;
}

@media (min-width: 768px) {
  .reserve__btn span {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}

.reserve__btn span:last-of-type {
  margin-top: .5em;
  font-size: 41px;
  font-size: 5.46667vw;
  letter-spacing: .05em;
}

@media (min-width: 768px) {
  .reserve__btn span:last-of-type {
    font-size: 26px;
    font-size: 1.625rem;
    letter-spacing: .07em;
  }
}

.reserve__txt {
  width: 100%;
  margin: 1em auto 0;
  font-size: 34px;
  font-size: 4.53333vw;
  letter-spacing: .05em;
  line-height: 1.6;
}

@media (min-width: 768px) {
  .reserve__txt {
    max-width: 680px;
    font-size: 20px;
    font-size: 1.25rem;
    letter-spacing: .07em;
  }
}

.method {
  position: relative;
  padding: 14.8vw 8.67vw 0;
}

@media (min-width: 768px) {
  .method {
    width: 100%;
    max-width: 802px;
    margin: 0 auto;
    padding: 116px 3vw 0;
  }
}

@media (min-width: 992px) {
  .method {
    padding-left: 0;
    padding-right: 0;
  }
}

.method__title {
  font-size: 50px;
  font-size: 6.66667vw;
  letter-spacing: .07em;
  text-align: center;
}

@media (min-width: 768px) {
  .method__title {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

.method__list {
  margin: 8.8vw auto 0;
  width: 65.87vw;
}

@media (min-width: 768px) {
  .method__list {
    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;
    width: 100%;
    margin: 52px auto 0;
  }
}

.method__item {
  text-align: center;
}

@media (min-width: 768px) {
  .method__item {
    width: 30.5%;
  }
}

.method__item-title {
  font-size: 32px;
  font-size: 4.26667vw;
}

@media (min-width: 768px) {
  .method__item-title {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media (min-width: 992px) {
  .method__item-title {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.method__item-img {
  margin-top: 2.93vw;
}

@media (min-width: 768px) {
  .method__item-img {
    margin-top: 19px;
  }
}

.method__item + .method__item {
  margin-top: 6.93vw;
}

@media (min-width: 768px) {
  .method__item + .method__item {
    margin-top: 0;
  }
}

.method__text {
  margin-top: 8.27vw;
  font-size: 30px;
  font-size: 4vw;
  line-height: 1.6;
  text-align: justify;
}

@media (min-width: 768px) {
  .method__text {
    width: 77%;
    max-width: 679px;
    margin: 47px auto 0;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.7;
  }
}

@media (min-width: 992px) {
  .method__text {
    width: 84%;
  }
}

.method__btn a {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 10vw;
  padding: 5.33333vw 0 5.2vw 6.93333vw;
  background-color: #9B2544;
  font-size: 4.8vw;
  color: #fff;
}

@media (min-width: 768px) {
  .method__btn a {
    max-width: 392px;
    margin: 56px auto 0;
    padding: 25px 0 26px 56px;
    font-size: 18px;
    font-size: 1.125rem;
    letter-spacing: .06em;
  }
}

.method__btn a::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 4.26667vw;
  width: 3.46667vw;
  height: 2.93333vw;
  margin: auto;
  background: url("../images/icon_arrow_double.svg") no-repeat center;
  background-size: 100%;
}

@media (min-width: 768px) {
  .method__btn a::before {
    right: 4.9%;
    width: 13px;
    height: 11px;
    background: url("../images/icon_arrow_double_pc.svg") no-repeat center;
    background-size: 100%;
  }
}

.mvp {
  position: relative;
}

.mvp__inner {
  width: 87.47vw;
  margin: 25.33333vw 0 0 auto;
  padding: 12.53vw 0 14vw;
  background-color: #ddd4d4;
  color: #000;
}

@media (min-width: 768px) {
  .mvp__inner {
    position: relative;
    width: 92%;
    margin: 90px 0 0 auto;
    padding: 94px 0 114px;
  }
}

.mvp__inner::before {
  content: '';
  position: absolute;
  top: -2.8vw;
  left: 0;
  width: 36.93vw;
  height: 36.93vw;
  background: url("../images/mvp_icon.png") no-repeat center;
  background-size: 100%;
}

@media (min-width: 768px) {
  .mvp__inner::before {
    top: -181px;
    left: -10%;
    width: 30%;
    max-width: 372px;
    height: 298px;
    background: url("../images/mvp_icon_pc.png") no-repeat center;
    background-size: 100%;
  }
}

@media (min-width: 992px) {
  .mvp__inner::before {
    top: -151px;
    left: -93px;
  }
}

.mvp__title {
  font-size: 40px;
  font-size: 5.33333vw;
  line-height: 1.4;
  letter-spacing: .07em;
  text-align: center;
}

@media (min-width: 768px) {
  .mvp__title {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

.mvp__main {
  margin-top: 3.07vw;
  padding: 0 8.93vw;
}

@media (min-width: 768px) {
  .mvp__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 80%;
    margin: 2em auto 0;
    padding: 0 2% 0 0;
  }
}

@media (min-width: 1200px) {
  .mvp__main {
    width: 100%;
    max-width: 820px;
    padding: 0 1% 0 0;
  }
}

.mvp__main-img {
  width: 41.2vw;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .mvp__main-img {
    width: 22%;
    margin: 17px 0 0;
  }
}

.mvp__main-text {
  margin-top: 3.07vw;
  line-height: 1.7;
  text-align: justify;
}

@media (min-width: 768px) {
  .mvp__main-text {
    width: 74%;
    margin-top: 0;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.8;
  }
}

@media (min-width: 1200px) {
  .mvp__main-text {
    font-size: 16px;
    font-size: 1rem;
  }
}

.mvp__message {
  position: relative;
  margin-top: 6.67vw;
  padding: 0 7.2vw;
  z-index: 1;
}

@media (min-width: 768px) {
  .mvp__message {
    width: 82%;
    margin: 56px auto 0;
    padding: 0;
  }
}

@media (min-width: 1200px) {
  .mvp__message {
    width: 100%;
    padding: 0 10.5% 0 9.5%;
  }
}

.mvp__message-inner {
  position: relative;
  height: 163.6vw;
  padding: 11.33vw 6.4vw 0;
  background-color: #fff;
}

@media (min-width: 768px) {
  .mvp__message-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 361px;
    max-width: 876px;
    margin: 0 auto;
    padding: 0 7%;
  }
}

@media (min-width: 992px) {
  .mvp__message-inner {
    padding: 0 8%;
  }
}

@media (min-width: 1200px) {
  .mvp__message-inner {
    padding: 0 100px 0 90px;
  }
}

.mvp__message-inner::before {
  position: absolute;
  top: 1.6vw;
  left: 1.6vw;
  content: '';
  display: block;
  width: 73.4vw;
  height: calc(163.6vw + 2px);
  border: 1px solid #AD9F9F;
  z-index: -1;
}

@media (min-width: 768px) {
  .mvp__message-inner::before {
    top: 7px;
    left: 8px;
    content: '';
    display: block;
    width: 100%;
    height: 363px;
  }
}

.mvp__message-title {
  width: 27.07vw;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .mvp__message-title {
    width: 141px;
    margin: 0 0 0 12px;
  }
}

@media (min-width: 768px) {
  .mvp__message-about {
    width: 63%;
  }
}

.mvp__message-text {
  margin-top: 4vw;
  font-size: 28px;
  font-size: 3.73333vw;
  text-align: justify;
  line-height: 1.7;
}

@media (min-width: 768px) {
  .mvp__message-text {
    margin-top: 1em;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.9;
  }
}

@media (min-width: 1200px) {
  .mvp__message-text {
    font-size: 16px;
    font-size: 1rem;
  }
}

.mvp__message-img {
  width: 51.87vw;
  margin: 8vw auto 0;
}

@media (min-width: 768px) {
  .mvp__message-img {
    width: 32%;
    max-width: 210px;
    margin: 3vw 0 0;
  }
}

@media (min-width: 992px) {
  .mvp__message-img {
    margin: 0;
  }
}

@media (min-width: 1200px) {
  .mvp__message-img {
    width: 32%;
  }
}

.mvp__name {
  position: absolute;
  top: 40%;
  left: 3.33vw;
  color: #cecece;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
  letter-spacing: .6em;
}

@media (min-width: 768px) {
  .mvp__name {
    top: 37%;
    left: 43px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.price {
  position: relative;
  padding-top: 24.8vw;
  background: url("../images/price_bg.png") no-repeat right -25vw;
  background-size: 69.73vw;
}

@media (min-width: 768px) {
  .price {
    padding-top: 146px;
    background: url("../images/price_bg_pc.png") no-repeat right -195px;
    background-size: 532px;
  }
}

.price__title {
  font-size: 50px;
  font-size: 6.66667vw;
  letter-spacing: .07em;
  text-align: center;
}

@media (min-width: 768px) {
  .price__title {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

.price__table {
  margin-top: 11.87vw;
  padding: 0 8.67vw;
  font-family: 'Noto Sans JP', sans-serif;
  text-align: center;
}

@media (min-width: 768px) {
  .price__table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 640px;
    margin: 57px auto 0;
    padding: 0;
  }
}

.price__table-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 13.47vw;
  border-top: 1px solid #444;
  border-right: 1px solid #444;
  border-left: 1px solid #444;
  font-size: 32px;
  font-size: 4.26667vw;
}

@media (min-width: 768px) {
  .price__table-title {
    width: 40%;
    height: 114px;
    border: 1px solid #444;
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (min-width: 768px) {
  .price__table:last-of-type .price__table-title {
    height: 171px;
  }
}

.price__table:first-of-type .price__table-title::before {
  content: '';
  display: inline-block;
  width: 7.87vw;
  height: 5.8vw;
  margin-right: 3.2vw;
  background: url("../images/price_icon_person.png") no-repeat center;
  background-size: 100%;
  vertical-align: text-top;
}

@media (min-width: 768px) {
  .price__table:first-of-type .price__table-title::before {
    width: 49px;
    height: 36px;
    margin-right: 22px;
  }
}

.price__table:last-of-type .price__table-title::before {
  content: '';
  display: inline-block;
  width: 5.73vw;
  height: 5.73vw;
  margin-right: 3.2vw;
  background: url("../images/price_icon_tel.png") no-repeat center;
  background-size: 100%;
  vertical-align: text-top;
}

@media (min-width: 768px) {
  .price__table:last-of-type .price__table-title::before {
    width: 36px;
    height: 36px;
    margin-right: 22px;
  }
}

.price__table-inner {
  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;
  font-size: 30px;
  font-size: 4vw;
}

@media (min-width: 768px) {
  .price__table-inner {
    display: block;
    width: 60%;
    font-size: 16px;
    font-size: 1rem;
  }
}

.price__table-definition {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.price__table-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 27vw;
  height: 12.67vw;
  border-right: 1px solid #444;
  border-bottom: 1px solid #444;
  border-left: 1px solid #444;
}

@media (min-width: 768px) {
  .price__table-time {
    width: 32%;
    height: 57px;
    border-left: none;
  }
}

.price__table-definition:first-of-type .price__table-time {
  border-top: 1px solid #444;
}

.price__table-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 55.66vw;
  height: 12.67vw;
  border-right: 1px solid #444;
  border-bottom: 1px solid #444;
}

@media (min-width: 768px) {
  .price__table-price {
    width: 68%;
    height: 57px;
  }
}

.price__table-definition:first-of-type .price__table-price {
  border-top: 1px solid #444;
}

.price__note {
  margin-top: 2.4vw;
  padding: 0 8.67vw;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 28px;
  font-size: 3.73333vw;
  line-height: 1.5;
  text-align: left;
}

@media (min-width: 768px) {
  .price__note {
    width: 100%;
    max-width: 640px;
    margin: 14px auto 0;
    padding: 0;
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.price__note span {
  display: inline-block;
  padding-bottom: .1em;
  border-bottom: 1px solid #e6e6e6;
  border-bottom: 1px solid #888;
}

@media (min-width: 768px) {
  .price .reserve {
    margin-top: 70px;
  }
}

.price__reserve {
  margin-top: 6.27vw;
  padding: 0 8.67vw;
}

@media (min-width: 768px) {
  .price__reserve {
    width: 100%;
    max-width: 580px;
    margin: 44px auto 0;
    padding: 0;
  }
}

.price__reserve-item {
  padding-left: .8em;
  text-indent: -.8em;
  font-size: 25px;
  font-size: 3.33333vw;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.86;
  text-align: justify;
}

@media (min-width: 768px) {
  .price__reserve-item {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.price sup {
  top: 0;
}

.access {
  position: relative;
  margin-top: 23.6vw;
  padding: 13.07vw 8.67vw 14.67vw;
  background-color: #2b1f1f;
}

@media (min-width: 768px) {
  .access {
    margin-top: 95px;
    padding: 88px 3vw 112px;
  }
}

@media (min-width: 1200px) {
  .access {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 768px) {
  .access__inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    max-width: 870px;
    margin: 37px auto 0;
  }
}

@media (min-width: 768px) {
  .access__inner::before {
    content: '';
    position: absolute;
    top: -340px;
    left: -5%;
    width: 29%;
    max-width: 372px;
    height: 298px;
    background: url("../images/mvp_icon_pc.png") no-repeat center;
    background-size: 100%;
  }
}

@media (min-width: 992px) {
  .access__inner::before {
    top: -360px;
    left: -10%;
    width: 35%;
  }
}

@media (min-width: 1200px) {
  .access__inner::before {
    top: -360px;
    left: -210px;
    width: 42.7%;
  }
}

.access__title {
  font-size: 50px;
  font-size: 6.66667vw;
  letter-spacing: .07em;
  text-align: center;
}

@media (min-width: 768px) {
  .access__title {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

.access__img {
  margin-top: 11.2vw;
  padding: 0 8vw;
}

@media (min-width: 768px) {
  .access__img {
    width: 31%;
    max-width: 308px;
    margin-top: 0;
    padding: 0;
  }
}

@media (min-width: 1200px) {
  .access__img {
    width: 35%;
  }
}

.access__about {
  margin-top: 8.27vw;
  font-size: 28px;
  font-size: 3.73333vw;
  line-height: 1.7;
  text-align: justify;
}

@media (min-width: 768px) {
  .access__about {
    width: 66%;
    margin-top: 0;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.9;
  }
}

@media (min-width: 1200px) {
  .access__about {
    width: 61%;
  }
}

.access__about-way li {
  padding-left: 1em;
  text-indent: -1em;
}

.access__about-map a {
  position: relative;
  display: block;
  height: 17.33vw;
  margin-top: 7.33vw;
  border: 1px solid #969696;
  font-size: 36px;
  font-size: 4.8vw;
  line-height: calc(17.33vw - 2px);
  letter-spacing: .02em;
  text-align: center;
}

@media (min-width: 768px) {
  .access__about-map a {
    width: 280px;
    height: 61px;
    margin-top: 29px;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 59px;
  }
}

.access__about-map a::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 6.4vw;
  width: 3.6vw;
  height: 3.07vw;
  margin: auto;
  background: url("../images/icon_arrow_double.svg") no-repeat center;
  background-size: 100%;
}

@media (min-width: 768px) {
  .access__about-map a::before {
    right: 24px;
    width: 13px;
    height: 11px;
  }
}

.access__about-text {
  margin-top: 6.8vw;
  letter-spacing: .02em;
}

@media (min-width: 768px) {
  .access__about-text {
    margin-top: 23px;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.8;
  }
}

.access__contact {
  margin-top: 9.33vw;
  text-align: center;
}

@media (min-width: 768px) {
  .access__contact {
    margin-top: .9em;
    text-align: left;
  }
}

.access__contact-title {
  position: relative;
  letter-spacing: .05em;
}

@media (min-width: 768px) {
  .access__contact-title {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.access__contact-title::before, .access__contact-title::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 13.87vw;
  height: 1px;
  margin: auto;
  background-color: #969696;
}

@media (min-width: 768px) {
  .access__contact-title::before, .access__contact-title::after {
    width: 220px;
  }
}

.access__contact-title::before {
  left: 0;
}

@media (min-width: 768px) {
  .access__contact-title::before {
    content: none;
  }
}

.access__contact-title::after {
  right: 0;
}

@media (min-width: 768px) {
  .access__contact-title::after {
    right: auto;
    margin-left: 1.4em;
  }
}

.access__contact-tel {
  margin-top: .1em;
  font-size: 76px;
  font-size: 10.13333vw;
  color: #cecece;
  letter-spacing: .04em;
  text-align: center;
}

@media (min-width: 768px) {
  .access__contact-tel {
    margin-top: .15em;
    font-size: 29px;
    font-size: 1.8125rem;
    text-align: left;
  }
}

.access__contact-text {
  font-size: 30px;
  font-size: 4vw;
  letter-spacing: .08em;
}

@media (min-width: 768px) {
  .access__contact-text {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.access__contact-text span {
  display: block;
}

@media (min-width: 768px) {
  .access__contact-text span {
    display: inline-block;
    margin-right: 1.2em;
  }
}

.faq {
  position: relative;
  padding: 15.2vw 8.54vw 16.53vw;
}

@media (min-width: 768px) {
  .faq {
    width: 100%;
    max-width: 568px;
    margin: 0 auto;
    padding: 159px 0 148px;
  }
}

.faq__title {
  font-size: 50px;
  font-size: 6.66667vw;
  letter-spacing: .07em;
  text-align: center;
}

@media (min-width: 768px) {
  .faq__title {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

.faq__list {
  margin-top: 12.53vw;
}

@media (min-width: 768px) {
  .faq__list {
    margin-top: 72px;
  }
}

.faq__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.faq__item-num {
  font-size: 50px;
  font-size: 6.66667vw;
}

@media (min-width: 768px) {
  .faq__item-num {
    font-size: 29px;
    font-size: 1.8125rem;
  }
}

.faq__item-inner {
  width: 71.6vw;
  font-size: 28px;
  font-size: 3.73333vw;
  line-height: 1.5;
}

@media (min-width: 768px) {
  .faq__item-inner {
    width: 89%;
    max-width: 507px;
    font-size: 16px;
    font-size: 1rem;
  }
}

.faq__item-q {
  margin-bottom: .5em;
  padding: 0 0 .5em .2em;
  border-bottom: 1px solid #707070;
  font-weight: 600;
}

@media (min-width: 768px) {
  .faq__item-q {
    line-height: 1.8;
  }
}

.faq__item-a {
  padding-left: .2em;
}

@media (min-width: 768px) {
  .faq__item-a {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.8;
  }
}

.faq__item + .faq__item {
  margin-top: 2.7em;
}

.link {
  position: relative;
  padding: 15.73vw 0 14.4vw;
  background-color: #f0f0f0;
  color: #333;
}

@media (min-width: 768px) {
  .link {
    padding: 109px 3vw 82px;
  }
}

@media (min-width: 1200px) {
  .link {
    padding-right: 0;
    padding-left: 0;
  }
}

.link__title {
  font-size: 45px;
  font-size: 6vw;
  letter-spacing: .07em;
  text-align: center;
}

@media (min-width: 768px) {
  .link__title {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

.link__list {
  margin-top: 12.4vw;
  padding: 0 8.67vw;
}

@media (min-width: 768px) {
  .link__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;
    width: 100%;
    max-width: 866px;
    margin: 60px auto 0;
    padding: 0;
  }
}

@media (min-width: 768px) {
  .link__item:first-of-type {
    width: 45.8%;
    margin-right: 13%;
  }
}

@media (min-width: 768px) {
  .link__item:nth-of-type(2) {
    width: 40.8%;
  }
}

@media (min-width: 768px) {
  .link__item:nth-of-type(3) {
    width: 294px;
    margin-left: 50px;
    margin-right: 120px;
  }
}

@media (min-width: 768px) {
  .link__item:last-of-type {
    width: 294px;
  }
}

.link__item-title {
  margin-top: 2.93vw;
  font-size: 36px;
  font-size: 4.8vw;
  line-height: 1.5;
  text-align: center;
}

@media (min-width: 768px) {
  .link__item-title {
    margin-top: 25px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.7;
  }
}

.link__item-title span {
  display: block;
  font-size: 46px;
  font-size: 6.13333vw;
}

@media (min-width: 768px) {
  .link__item-title span {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.link__item-text {
  margin-top: .9em;
  font-size: 28px;
  font-size: 3.73333vw;
  line-height: 1.5;
  text-align: justify;
}

@media (min-width: 768px) {
  .link__item-text {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.86;
  }
}

.link__item + .link__item {
  margin-top: 17.33vw;
}

@media (min-width: 768px) {
  .link__item + .link__item {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .link__item + .link__item:nth-of-type(3), .link__item:last-of-type {
    margin-top: 70px;
  }
}

.footer {
  position: relative;
  padding: 11.07vw 8.67vw 28.67vw;
  text-align: center;
}

@media (min-width: 768px) {
  .footer {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    padding: 73px 3vw 50px;
    text-align: left;
  }
}

@media (min-width: 1200px) {
  .footer {
    padding-right: 0;
    padding-left: 0;
  }
}

.footer__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (min-width: 768px) {
  .footer__sns {
    position: absolute;
    top: 62px;
    right: 4%;
  }
}

@media (min-width: 1200px) {
  .footer__sns {
    right: 15px;
  }
}

.footer__sns-item {
  margin: 0 3.73333vw;
}

@media (min-width: 768px) {
  .footer__sns-item {
    margin: 0 16px;
  }
}

.footer__sns-item a {
  display: block;
}

.footer__sns-item.item-note {
  width: 11.33333vw;
  height: 12.66667vw;
  margin-top: .7vw;
}

@media (min-width: 768px) {
  .footer__sns-item.item-note {
    width: 41px;
    height: 47px;
    margin-top: 3px;
  }
}

.footer__title {
  margin-top: 8vw;
  font-size: 36px;
  font-size: 4.8vw;
}

@media (min-width: 768px) {
  .footer__title {
    margin-top: 0;
    font-size: 23px;
    font-size: 1.4375rem;
  }
}

.footer__text {
  margin-top: 1.7em;
  font-size: 26px;
  font-size: 3.46667vw;
  line-height: 1.8;
}

@media (min-width: 768px) {
  .footer__text {
    margin-top: .9em;
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.footer__text span {
  display: block;
}

@media (min-width: 768px) {
  .footer__text span {
    display: inline;
    margin-right: 1em;
  }
}

@media (min-width: 768px) {
  .footer__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

.footer__policy {
  margin-top: 3.2em;
}

@media (min-width: 768px) {
  .footer__policy {
    margin-top: 2.5em;
  }
}

.footer__policy a {
  position: relative;
  left: .5em;
  display: inline-block;
  font-size: 26px;
  font-size: 3.46667vw;
}

@media (min-width: 768px) {
  .footer__policy a {
    left: .7em;
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.footer__policy a::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -1em;
  width: 1.6vw;
  height: 2.53vw;
  background: url("../images/footer_icon.png") no-repeat center;
  background-size: 100%;
}

@media (min-width: 768px) {
  .footer__policy a::before {
    left: -.7em;
    width: 6px;
    height: 9px;
  }
}

.footer__copyright {
  margin-top: 1.1em;
  font-size: 24px;
  font-size: 3.2vw;
  font-family: 'Noto Sans JP', sans-serif;
  color: #bdbdbd;
}

@media (min-width: 768px) {
  .footer__copyright {
    margin-top: 0;
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.footer__btn {
  position: fixed;
  bottom: -24vw;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: auto;
  padding: 4vw 4vw 3vw 4vw;
  -webkit-transition: .2s ease;
  transition: .2s ease;
  z-index: 2;
}

@media (min-width: 768px) {
  .footer__btn {
    bottom: -100px;
    left: auto;
    right: 3%;
    padding: 0;
    background-color: transparent;
  }
}

@media (min-width: 992px) {
  .footer__btn {
    right: 40px;
  }
}

.footer__btn.is-active {
  bottom: 0;
}

@media (min-width: 768px) {
  .footer__btn.is-active {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    bottom: 70px;
  }
}

@media (min-width: 768px) {
  .footer__btn.is-bottom {
    bottom: 221px;
  }
}

.footer__btn-reserve a {
  position: relative;
  display: block;
  width: 73.2vw;
  padding: 4.26667vw 8vw 4.8vw 8vw;
  background-color: #9b2544;
  font-size: 3.86667vw;
  text-align: left;
}

.footer__btn-reserve a::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 8.93vw;
  width: 3.6vw;
  height: 3.2vw;
  margin: auto;
  background: url("../images/reserve_icon.png") no-repeat 0 center;
  background-size: 100%;
}

.footer__btn-pagetop {
  width: 13.33vw;
}

@media (min-width: 768px) {
  .footer__btn-pagetop {
    width: 58px;
  }
}

/*--------------------------------------------------
  news-page
--------------------------------------------------*/
.news {
  position: relative;
  max-width: 650px;
  margin: 0 auto;
  padding: 22.13333vw 0 0;
}

@media (min-width: 768px) {
  .news {
    padding-top: 94px;
  }
}

.news__inner {
  margin: 5.33333vw auto 0;
}

@media (min-width: 768px) {
  .news__inner {
    margin: 25px auto 0;
  }
}

.news__content {
  display: block;
  padding: 6vw 8.66667vw;
  border-bottom: 1px solid #707070;
}

@media (min-width: 768px) {
  .news__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 30px 35px;
  }
}

.news__content:hover * {
  text-decoration: underline;
}

.news__date {
  font-size: 3.2vw;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #cecece;
}

@media (min-width: 768px) {
  .news__date {
    font-size: 14px;
    margin-right: 35px;
  }
}

.news__txt {
  font-size: 3.73333vw;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #cecece;
}

@media (min-width: 768px) {
  .news__txt {
    font-size: 14px;
  }
}

.news__archive {
  margin: 20px 0 0 auto;
  text-align: right;
}

.news__archive a {
  position: relative;
  font-size: 14px;
  padding-right: 1em;
}

.news__archive a::after {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  background: url(../images/icon_arrow.svg) no-repeat center;
  background-size: contain;
  width: 12px;
  height: 10px;
}

/*--------------------------------------------------
  news-page-detail
--------------------------------------------------*/
.news__heading {
  max-width: 82.66667vw;
  margin: 0 auto;
  padding: 13.33333vw 0 6.66667vw;
  border-bottom: 1px solid #707070;
}

@media (min-width: 768px) {
  .news__heading {
    max-width: 560px;
    padding: 55px 0 34px;
  }
}

.news__heading .news__date {
  font-size: 3.86667vw;
}

@media (min-width: 768px) {
  .news__heading .news__date {
    font-size: 16px;
  }
}

.news__heading .news__txt {
  font-size: 5.06667vw;
}

@media (min-width: 768px) {
  .news__heading .news__txt {
    font-size: 20px;
  }
}

.news__post {
  max-width: 82.66667vw;
  margin: 0 auto 13.33333vw;
  padding: 35px 0;
}

@media (min-width: 768px) {
  .news__post {
    max-width: 560px;
    margin: 0 auto 150px;
  }
}

.news__post * {
  font-size: 4.26667vw;
  line-height: 1.8;
  color: #cecece;
}

@media (min-width: 768px) {
  .news__post * {
    font-size: 16px;
  }
}

.news__post p, .news__post span, .news__post pre {
  color: inherit !important;
  font-family: inherit !important;
  font-size: inherit !important;
}

.news__pageback {
  position: relative;
  margin: 13.33333vw auto 16vw;
}

@media (min-width: 768px) {
  .news__pageback {
    margin: 60px auto;
  }
  .news__pageback.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.btn__large {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  width: 84vw;
  height: 16vw;
  margin: 0 auto;
  color: #CECECE;
  border: 1px solid #707070;
  -webkit-transition: .5s;
  transition: .5s;
}

@media (min-width: 768px) {
  .btn__large {
    width: 280px;
    height: 60px;
  }
}

.btn__large + .btn__large {
  margin-top: 6.4vw;
}

@media (min-width: 768px) {
  .btn__large + .btn__large {
    margin-top: 0;
  }
}

.btn__large:hover {
  color: #333333;
  background: #fff;
}

.btn__large::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 24px;
  width: 12px;
  height: 12px;
  background: url(../images/arrow_right.svg) 0 0 no-repeat;
  background-size: contain;
}

/*--------------------------------------------------
  method-page
--------------------------------------------------*/
.method-sub__nav {
  width: 82.66667vw;
  margin: 12.93333vw auto 0;
}

@media (min-width: 768px) {
  .method-sub__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    max-width: 847px;
    margin-top: 124px;
  }
}

@media (min-width: 768px) {
  .method-sub__nav-item {
    width: 30.8%;
  }
}

.method-sub__nav-item a {
  position: relative;
  display: block;
  padding: 5.46667vw 0 5.73333vw;
  background-color: #9B2544;
  text-align: center;
}

@media (min-width: 768px) {
  .method-sub__nav-item a {
    padding: 16px 0 20px;
  }
}

.method-sub__nav-item a::after {
  content: '';
  position: absolute;
  top: 50%;
  bottom: 50%;
  right: 5.06667vw;
  width: 2vw;
  height: 3.2vw;
  margin: auto;
  background: url("../images/icon_arrow.svg") no-repeat 0 0;
  background-size: 100%;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

@media (min-width: 768px) {
  .method-sub__nav-item a::after {
    right: 8%;
    width: 7px;
    height: 11px;
  }
}

.method-sub__nav-item + .method-sub__nav-item {
  margin-top: 9.2vw;
}

@media (min-width: 768px) {
  .method-sub__nav-item + .method-sub__nav-item {
    margin-top: 0;
  }
}

.method-sub__about {
  position: relative;
  width: 82.66667vw;
  margin: 0 auto;
  padding-top: 20.4vw;
}

@media (min-width: 768px) {
  .method-sub__about {
    width: 100%;
    max-width: 680px;
    padding-top: 110px;
  }
}

.method-sub__about-title {
  font-size: 5.33333vw;
  text-align: center;
}

@media (min-width: 768px) {
  .method-sub__about-title {
    margin-bottom: 47px;
    font-size: 23px;
    font-size: 1.4375rem;
  }
}

@media (min-width: 768px) {
  .method-sub__about-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 63px;
  }
}

.method-sub__about-img {
  width: 65.73333vw;
  margin: 12vw auto 0;
}

@media (min-width: 768px) {
  .method-sub__about-img {
    width: 100%;
    margin: 0;
  }
}

.method-sub__about-note + .method-sub__about-img {
  margin-top: 1.86667vw;
}

@media (min-width: 768px) {
  .method-sub__about-note + .method-sub__about-img {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .method-sub__about-img.img01 {
    float: right;
    width: 29.1%;
    margin: 0 0 3.9% 5.4%;
  }
}

@media (min-width: 768px) {
  .method-sub__about-img.img03 {
    width: 48.2%;
  }
}

@media (min-width: 768px) {
  .method-sub__about-img.img02 {
    width: 44.2%;
  }
}

@media (min-width: 768px) {
  .method-sub__about-img.img04 {
    float: left;
    width: 28.9%;
    margin: 0 6.6% 4% 0;
  }
}

@media (min-width: 768px) {
  .method-sub__about-img.img05 {
    float: right;
    width: 36.3%;
    margin: 30px 0 0 4.7%;
  }
}

@media (min-width: 768px) {
  .method-sub__about-img.img06 {
    float: right;
    width: 29.1%;
    margin: 0 0 3.9% 5.4%;
  }
}

@media (min-width: 768px) {
  .method-sub__about-img.img07 {
    width: 28.3%;
  }
}

@media (min-width: 768px) {
  .method-sub__about-img.img08 {
    width: 38.0%;
  }
}

.method-sub__about-img.img09 {
  position: relative;
  margin-top: 14.4vw;
}

@media (min-width: 768px) {
  .method-sub__about-img.img09 {
    width: 23.5%;
    margin-top: 0;
  }
}

.method-sub__about-text {
  margin-top: 12vw;
  line-height: 1.66;
}

@media (min-width: 768px) {
  .method-sub__about-text {
    margin-top: 0;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.71;
  }
}

.method-sub__about-img:first-of-type + .method-sub__about-text {
  margin-top: 9.33333vw;
}

@media (min-width: 768px) {
  .method-sub__about-img:first-of-type + .method-sub__about-text {
    margin-top: 0;
  }
}

.method-sub__about-text + .method-sub__about-text {
  margin-top: 6.93333vw;
}

@media (min-width: 768px) {
  .method-sub__about-text + .method-sub__about-text {
    margin-top: 30px;
  }
}

@media (min-width: 768px) {
  .img02 + .method-sub__about-text, .img03 + .method-sub__about-text {
    margin-top: 30px;
  }
}

@media (min-width: 768px) {
  .about02 .method-sub__about-text {
    max-width: 401px;
  }
}

@media (min-width: 768px) {
  .about02 .img04 + .method-sub__about-text {
    max-width: none;
  }
}

.about02 .img05.for-pc + .method-sub__about-text {
  margin-top: 0;
}

@media (min-width: 768px) {
  .about02 .img05.for-pc + .method-sub__about-text {
    margin-top: 30px;
  }
}

@media (min-width: 768px) {
  .about02 .img05.for-sp + .method-sub__about-text {
    margin-top: 30px;
  }
}

@media (min-width: 768px) {
  .about03 .img07.for-sp + .method-sub__about-text {
    margin-top: 30px;
  }
}

.method-sub__about-note {
  margin-top: 8vw;
  font-size: 3.46667vw;
  line-height: 1.61;
}

@media (min-width: 768px) {
  .method-sub__about-note {
    margin-top: 25px;
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

.method-sub__about-img:first-of-type + .method-sub__about-note {
  margin-top: 6.26667vw;
}

@media (min-width: 768px) {
  .method-sub__about-img:first-of-type + .method-sub__about-note {
    margin-top: 0;
  }
}

.method-sub__about-img .method-sub__about-note {
  position: absolute;
  top: -2em;
  left: 0;
  display: block;
  margin-top: 0;
}

.method-sub__about + .method-sub__about {
  margin-top: 30.66667vw;
}

@media (min-width: 768px) {
  .method-sub__about + .method-sub__about {
    margin-top: 144px;
  }
}

.method-sub .reserve:last-of-type {
  padding-bottom: 38.26667vw;
}

@media (min-width: 768px) {
  .method-sub .reserve:last-of-type {
    padding-bottom: 136px;
  }
}

/*--------------------------------------------------
  modal
--------------------------------------------------*/
.modal {
  display: inline-block;
  position: relative;
  width: 90vw;
  max-width: none;
  padding: 0;
  vertical-align: middle;
  -webkit-animation-name: scalefadeout;
  animation-name: scalefadeout;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  opacity: 0;
}

@media (min-width: 768px) {
  .modal {
    width: 80%;
    max-width: 880px;
  }
}

@media (min-width: 1200px) {
  .modal {
    width: 74%;
  }
}

.is-opend .modal {
  -webkit-animation-name: scalefadein;
  animation-name: scalefadein;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  opacity: 1;
}

.modal__wrapper {
  display: none;
  position: fixed;
  z-index: 10;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
  padding: 6vw 0 15vw;
}

@media (min-width: 768px) {
  .modal__wrapper {
    padding: 60px 15px;
  }
}

.modal__wrapper:after {
  display: inline-block;
  content: '';
  height: 100%;
  margin-left: -.05em;
  vertical-align: middle;
}

.modal__overlay {
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  -webkit-animation-name: fadeout;
  animation-name: fadeout;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  opacity: 0;
}

.is-opend .modal__overlay {
  -webkit-animation-name: fadein;
  animation-name: fadein;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  opacity: 1;
}

.modal__close {
  position: absolute;
  top: -4vw;
  right: -4vw;
  width: 12vw;
  height: 12vw;
  background: url("../images/modal_close.png") no-repeat center;
  background-size: contain;
  z-index: 11;
}

@media (min-width: 768px) {
  .modal__close {
    top: -20px;
    right: -17px;
    width: 52px;
    height: 52px;
    cursor: pointer;
  }
}

.modal__inner {
  padding: 16.53vw 6.93vw 12.4vw;
  background-color: #fff;
  color: #000;
}

@media (min-width: 768px) {
  .modal__inner {
    padding: 60px 12%;
  }
}

.modal__title {
  font-size: 38px;
  font-size: 5.06667vw;
}

@media (min-width: 768px) {
  .modal__title {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

.modal__text {
  margin-top: 3.3em;
  font-size: 28px;
  font-size: 3.73333vw;
  line-height: 1.8;
  text-align: left;
}

@media (min-width: 768px) {
  .modal__text {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.modal__list {
  margin-top: 1.6em;
}

@media (min-width: 768px) {
  .modal__list {
    margin-top: 0;
  }
}

.modal__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.7em;
  font-size: 28px;
  font-size: 3.73333vw;
  line-height: 1.8;
  text-align: left;
}

@media (min-width: 768px) {
  .modal__item {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.modal__item span {
  margin-right: .5em;
}

/*--------------------------------------------------
  animation
--------------------------------------------------*/
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes scalefadein {
  0% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes scalefadein {
  0% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes scalefadeout {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0;
  }
}

@keyframes scalefadeout {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0;
  }
}

/*--------------------------------------------------
  module
--------------------------------------------------*/
.sub__page {
  padding-top: 16vw;
  background: url(../images/hero_sub.png) no-repeat 0 0;
  background-size: 100%;
}

@media (min-width: 768px) {
  .sub__page {
    padding-top: 70px;
    background: url(../images/hero_sub_pc.png) no-repeat 0 0;
    background-size: 100%;
  }
}

.hero-sub {
  height: 48.66667vw;
  padding-top: 21.2vw;
  background: url(../images/hero_sub02.png) no-repeat center top;
  background-size: 100%;
  text-align: center;
}

@media (min-width: 768px) {
  .hero-sub {
    height: 240px;
    margin-top: 60px;
    padding-top: 94px;
    background: url(../images/hero_sub02_pc.png) no-repeat center top;
    background-size: cover;
  }
}

.hero-sub__title {
  font-size: 5.33333vw;
  letter-spacing: .07em;
}

@media (min-width: 768px) {
  .hero-sub__title {
    font-size: 30px;
    letter-spacing: .05em;
  }
}

.content-sub {
  background: url(../images/sub_bg.png) no-repeat right bottom;
  background-size: 69.6vw;
}

@media (min-width: 768px) {
  .content-sub {
    background: url(../images/sub_bg_pc.png) no-repeat right bottom;
    background-size: 521px;
  }
}

.breadcrumb {
  display: none;
}

@media (min-width: 768px) {
  .breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 1000px;
    margin: 15px auto 0;
  }
}

.breadcrumb-item {
  font-size: 14px;
  font-size: 0.875rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: '>';
  margin: 0 5px 0 8px;
}

.pager {
  display: block;
  margin: 14.66667vw auto 19.33333vw;
  text-align: center;
}

@media (min-width: 768px) {
  .pager {
    margin: 65px auto 105px;
  }
}

.pager a {
  display: inline-block;
  margin: .5em;
  padding: .5em .7em;
  color: #CECECE;
  border: 1px solid #707070;
  -webkit-transition: .5s;
  transition: .5s;
}

.pager a:hover {
  color: #333333;
  background: #fff;
}

.pager a img {
  display: inline-block;
  width: 8px;
  margin: 2px 4px 0;
}
