@charset "UTF-8";
.etypeTitle {
  line-height: 1.6;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .etypeTitle {
    font-size: 36px;
    padding: 90px 0;
  }
}

@media screen and (max-width: 768px) {
  .etypeTitle {
    font-size: calc(40 / 750 * 100vw);
    padding: calc(40/ 750 * 100vw) 0;
  }
}

.exclusivePointSect {
  margin: 0 auto;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .exclusivePointSect {
    margin-top: 50px;
  }
}

@media screen and (max-width: 768px) {
  .exclusivePointSect {
    margin-top: 25px;
  }
}

.exclusivePointSect__head {
  font-family: "Noto Sans JP", sans-serif;
}

@media print, screen and (min-width: 768px) {
  .exclusivePointSect__head {
    font-size: 36px;
  }
}

@media screen and (max-width: 768px) {
  .exclusivePointSect__head {
    font-size: 18px;
  }
}

.exclusivePointSect__ttl {
  color: #6f631e;
  font-weight: bold;
  line-height: 1.6;
}

@media print, screen and (min-width: 768px) {
  .exclusivePointSect__ttl {
    font-size: 26px;
  }
}

@media screen and (max-width: 768px) {
  .exclusivePointSect__ttl {
    font-size: calc(30 / 750 * 100vw);
  }
}

.exclusivePointSect__txt {
  background: radial-gradient(circle, #6e621e 40%, transparent 40%) repeat-x;
  line-height: 1.6;
}

@media print, screen and (min-width: 768px) {
  .exclusivePointSect__txt {
    background-size: 6px 5px;
    font-size: 14px;
    margin-top: 10px;
    padding-top: 15px;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .exclusivePointSect__txt {
    background-size: 4px 3px;
    font-size: 12px;
    margin: 10px calc(10 / 750 * 100vw) 0;
    padding: 15px calc(25 / 750 * 100vw) 0;
    text-align: left;
  }
}

@media print, screen and (min-width: 768px) {
  .exclusivePointSect__cont {
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .exclusivePointSect__cont {
    margin-top: 20px;
  }
}

.exclusivePointSect__theme {
  background-color: #a79e69;
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
}

@media print, screen and (min-width: 768px) {
  .exclusivePointSect__theme {
    border-radius: 30px;
    font-size: 16px;
    padding: 10px 0;
  }
}

@media screen and (max-width: 768px) {
  .exclusivePointSect__theme {
    border-radius: calc(30 / 750 * 100vw);
    font-size: calc(24 / 750 * 100vw);
    letter-spacing: 0;
    padding: calc(12 / 750 * 100vw) 0;
  }
}

.exclusivePointSect__visual {
  margin: 0 auto;
}

@media print, screen and (min-width: 768px) {
  .exclusivePointSect__visual {
    margin-top: 30px;
    width: 680px;
  }
}

@media screen and (max-width: 768px) {
  .exclusivePointSect__visual {
    margin-top: 20px;
  }
}

.exclusivePointSect__visual .photo + .caption {
  letter-spacing: -.02em;
  margin-top: 10px;
  text-align: left;
}

@media print, screen and (min-width: 768px) {
  .exclusivePointSect + .exclusivePointSect {
    margin-top: 80px;
  }
}

@media screen and (max-width: 768px) {
  .exclusivePointSect + .exclusivePointSect {
    margin-top: 40px;
  }
}

@media print, screen and (min-width: 768px) {
  .exclusivePointSect:nth-child(2) .exclusivePointSect__visual {
    width: 610px;
  }
}

@media print, screen and (min-width: 768px) {
  .exclusivePointSect:nth-child(3) .exclusivePointSect__visual {
    width: 490px;
  }
}

@media print, screen and (min-width: 768px) {
  .exclusivePointSect:nth-child(3) .exclusivePointSect__visual .photo + .caption {
    text-align: center;
  }
}

.exclusiveSect {
  margin: 0 auto;
  text-align: center;
}

.exclusiveSect__head {
  text-decoration: underline;
  -webkit-text-decoration-color: #e1decb;
          text-decoration-color: #e1decb;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: 10px;
  text-underline-offset: -6px;
}

@media print, screen and (min-width: 768px) {
  .exclusiveSect__head {
    font-size: 36px;
    line-height: 1.4;
  }
}

@media screen and (max-width: 768px) {
  .exclusiveSect__head {
    font-size: 18px;
    letter-spacing: .05em;
    line-height: 1.6;
  }
}

.keyVisual {
  position: relative;
  z-index: 1;
}

.keyVisual__ttl {
  color: #ffffff;
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
}

.keyVisual__ttl .inner {
  position: relative;
  z-index: 1;
}

@media print, screen and (min-width: 768px) {
  .keyVisual__ttl .inner {
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 768px) {
  .keyVisual__ttl .inner {
    padding-bottom: 30px;
  }
}

.keyVisual__ttl .inner:after {
  content: none;
}

.keyVisual__ttl .en {
  display: block;
  font-family: 'A-OTF A1明朝 Std', 'A1 Mincho Std', serif;
  letter-spacing: .08em;
  line-height: 1;
  overflow: hidden;
  white-space: nowrap;
}

@media print, screen and (min-width: 768px) {
  .keyVisual__ttl .en {
    font-size: 70px;
  }
}

@media screen and (max-width: 768px) {
  .keyVisual__ttl .en {
    font-size: 45px;
  }
}

.keyVisual__ttl .en .line {
  display: inline-block;
  overflow: hidden;
}

.keyVisual__ttl .en .t {
  display: inline-block;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: transform 0.6s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: transform 0.6s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.6s cubic-bezier(0.39, 0.575, 0.565, 1);
}

@media print, screen and (min-width: 768px) {
  .keyVisual__ttl .en .t--blank {
    padding: 0 10.5px;
  }
}

@media print, screen and (min-width: 768px) {
  .keyVisual__ttl .en .t .small {
    font-size: 50px;
  }
}

@media screen and (max-width: 768px) {
  .keyVisual__ttl .en .t .small {
    font-size: 30px;
  }
}

@media print, screen and (min-width: 768px) {
  .keyVisual__ttl .en + .ja {
    margin-top: 12px;
  }
}

@media screen and (max-width: 768px) {
  .keyVisual__ttl .en + .ja {
    margin-top: 15px;
  }
}

.keyVisual__ttl .ja {
  display: block;
  -webkit-filter: blur(10px);
          filter: blur(10px);
  letter-spacing: .1em;
  opacity: 0;
  -webkit-transition: opacity 1s ease-in-out, -webkit-filter 1s ease-in-out;
  transition: opacity 1s ease-in-out, -webkit-filter 1s ease-in-out;
  transition: opacity 1s ease-in-out, filter 1s ease-in-out;
  transition: opacity 1s ease-in-out, filter 1s ease-in-out, -webkit-filter 1s ease-in-out;
  line-height: 1.6;
}

.keyVisual__ttl .ja:before {
  content: '';
  margin-top: calc((1 - 1.6) * .5em);
}

.keyVisual__ttl .ja:after {
  margin-bottom: calc((1 - 1.6) * .5em);
}

.keyVisual__ttl .ja:before, .keyVisual__ttl .ja:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
}

@media print, screen and (min-width: 768px) {
  .keyVisual__ttl .ja {
    font-size: 30px;
  }
}

@media screen and (max-width: 768px) {
  .keyVisual__ttl .ja {
    font-size: 20px;
  }
}

.keyVisual__bg {
  overflow: hidden;
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .keyVisual__bg {
    height: calc(400 / 1440 * 100vw);
  }
}

@media screen and (max-width: 768px) {
  .keyVisual__bg {
    height: calc(100vh - 160px);
  }
}

.keyVisual__bg .photo {
  height: 100%;
  width: 100%;
}

.keyVisual__bg .photo__pic, .keyVisual__bg .photo__image {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
}

.keyVisual__bg .photo__image {
  -webkit-filter: blur(10px);
          filter: blur(10px);
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
  -webkit-transition: -webkit-filter 1s ease-in-out, -webkit-transform 1s ease-in-out;
  transition: -webkit-filter 1s ease-in-out, -webkit-transform 1s ease-in-out;
  transition: filter 1s ease-in-out, transform 1s ease-in-out;
  transition: filter 1s ease-in-out, transform 1s ease-in-out, -webkit-filter 1s ease-in-out, -webkit-transform 1s ease-in-out;
}

@media print, screen and (min-width: 768px) {
  .keyVisual--noBg {
    height: 400px;
  }
}

@media screen and (max-width: 768px) {
  .keyVisual--noBg {
    height: 507px;
  }
}

.keyVisual--limited {
  background: url("../imgs/bg-texture-01@1.5x.jpg") no-repeat center top/cover;
}

.keyVisual.sai-animate .keyVisual__ttl .inner:after {
  -webkit-transform: translate(-50%, 0) scaleX(1);
          transform: translate(-50%, 0) scaleX(1);
}

.keyVisual.sai-animate .keyVisual__ttl .ja {
  -webkit-filter: blur(0);
          filter: blur(0);
  opacity: 1;
}

.keyVisual.sai-animate .keyVisual__ttl .en .t {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.keyVisual.sai-animate .keyVisual__bg .photo__image {
  -webkit-filter: blur(0);
          filter: blur(0);
  -webkit-transform: scale(1);
          transform: scale(1);
}

.madoriPoint {
  font-family: "Noto Sans JP", sans-serif;
}

@media print, screen and (min-width: 768px) {
  .madoriPoint {
    margin-top: 80px;
  }
}

@media screen and (max-width: 768px) {
  .madoriPoint {
    margin-top: 40px;
  }
}

.madoriPoint__head {
  color: #6c6229;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  letter-spacing: .1em;
  margin: 0 auto;
  position: relative;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media print, screen and (min-width: 768px) {
  .madoriPoint__head {
    font-size: 24px;
  }
}

@media screen and (max-width: 768px) {
  .madoriPoint__head {
    font-size: calc(32 / 750 * 100vw);
  }
}

.madoriPoint__head:before, .madoriPoint__head:after {
  background-color: #6c6229;
  content: '';
  height: 1px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media print, screen and (min-width: 768px) {
  .madoriPoint__head:before, .madoriPoint__head:after {
    width: 50px;
  }
}

@media screen and (max-width: 768px) {
  .madoriPoint__head:before, .madoriPoint__head:after {
    width: calc(35 / 390 * 100vw);
  }
}

.madoriPoint__head:before {
  -webkit-transform: rotate(70deg);
          transform: rotate(70deg);
}

@media print, screen and (min-width: 768px) {
  .madoriPoint__head:before {
    left: -40px;
  }
}

@media screen and (max-width: 768px) {
  .madoriPoint__head:before {
    left: calc(-30 / 390 * 100vw);
  }
}

.madoriPoint__head:after {
  -webkit-transform: rotate(-70deg);
          transform: rotate(-70deg);
}

@media print, screen and (min-width: 768px) {
  .madoriPoint__head:after {
    right: -40px;
  }
}

@media screen and (max-width: 768px) {
  .madoriPoint__head:after {
    right: calc(-30 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .madoriPoint__cont {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .madoriPoint__cont {
    margin-top: 50px;
  }
}

@media print, screen and (min-width: 768px) {
  .madoriPointCard {
    width: 320px;
  }
}

.madoriPointCard__point {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-gradient(linear, left top, right top, from(#4e4412), color-stop(#9f9141), to(#4e4412));
  background: linear-gradient(to right, #4e4412, #9f9141, #4e4412);
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Cinzel", serif;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0;
  line-height: 1;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .madoriPointCard__point {
    font-size: 12px;
    height: 26px;
    width: 75px;
  }
}

@media screen and (max-width: 768px) {
  .madoriPointCard__point {
    font-size: calc(12 / 390 * 100vw);
    height: calc(30 / 390 * 100vw);
    width: calc(70 / 390 * 100vw);
  }
}

.madoriPointCard__point .num {
  display: inline-block;
  font-style: italic;
}

@media print, screen and (min-width: 768px) {
  .madoriPointCard__point .num {
    font-size: 20px;
    padding-left: 3px;
  }
}

@media screen and (max-width: 768px) {
  .madoriPointCard__point .num {
    font-size: calc(22 / 390 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .madoriPointCard__ttl {
    font-size: 16px;
    letter-spacing: .05em;
    line-height: 1.6;
    margin-top: 10px;
  }
}

@media screen and (max-width: 768px) {
  .madoriPointCard__ttl {
    font-size: calc(15 / 390 * 100vw);
    font-weight: bold;
    letter-spacing: .02em;
    line-height: 1;
    margin-top: 10px;
  }
}

@media print, screen and (min-width: 768px) {
  .madoriPointCard__ttl .small {
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  .madoriPointCard__ttl .small {
    font-size: 10px;
  }
}

.madoriPointCard__txt {
  line-height: 1.8;
}

@media print, screen and (min-width: 768px) {
  .madoriPointCard__txt {
    font-size: 12px;
    margin-top: 10px;
  }
}

@media screen and (max-width: 768px) {
  .madoriPointCard__txt {
    font-size: 12px;
    margin-top: 15px;
  }
}

.madoriPointCard__visual {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .madoriPointCard + .madoriPointCard {
    margin-top: 60px;
  }
}

.meritBox {
  background-color: #882933;
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  margin: 0 auto;
  position: relative;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .meritBox {
    margin-top: 40px;
    padding: 35px 60px;
    width: 650px;
  }
}

@media screen and (max-width: 768px) {
  .meritBox {
    letter-spacing: 0;
    margin-top: calc(50 / 750 * 100vw);
    padding: calc(35 / 750 * 100vw) 0;
  }
}

.meritBox:after {
  border: 1px solid #ffffff;
  content: '';
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media print, screen and (min-width: 768px) {
  .meritBox:after {
    height: calc(100% - 12px);
    width: calc(100% - 12px);
  }
}

@media screen and (max-width: 768px) {
  .meritBox:after {
    height: calc(100% - calc(15 / 750 * 100vw));
    width: calc(100% - calc(15 / 750 * 100vw));
  }
}

.meritBox__head {
  line-height: 1.8;
}

@media print, screen and (min-width: 768px) {
  .meritBox__head {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .meritBox__head {
    font-size: calc(22 / 750 * 100vw);
  }
}

.meritBox__head .color {
  color: #fff200;
}

@media print, screen and (min-width: 768px) {
  .meritBox__head .color {
    font-size: 20px;
  }
}

@media screen and (max-width: 768px) {
  .meritBox__head .color {
    font-size: calc(30 / 750 * 100vw);
  }
}

.meritBox__cont {
  color: #fff200;
  font-weight: bold;
}

@media print, screen and (min-width: 768px) {
  .meritBox__cont {
    font-size: 26px;
    margin-top: 15px;
  }
}

@media screen and (max-width: 768px) {
  .meritBox__cont {
    margin-top: 6px;
  }
}

@media print, screen and (min-width: 768px) {
  .planeSect {
    margin-top: 60px;
  }
}

.planeSect__head {
  background-color: #a79e69;
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
  margin: 0 auto;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .planeSect__head {
    border-radius: 40px;
    font-size: 26px;
    padding: 5px 0;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .planeSect__head {
    border-radius: 20px;
    font-size: calc(30 / 750 * 100vw);
    margin-top: 35px;
    padding: calc(6 / 750 * 100vw) calc(60 / 750 * 100vw);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.planeSect__head .num {
  letter-spacing: 0;
}

@media print, screen and (min-width: 768px) {
  .planeSect__head .num {
    font-size: 40px;
  }
}

@media screen and (max-width: 768px) {
  .planeSect__head .num {
    font-size: calc(45 / 750 * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .planeSect__cont {
    margin-top: 60px;
  }
}

@media screen and (max-width: 768px) {
  .planeSect__cont {
    margin-top: 30px;
  }
}

.planeSect__cont .photo + .caption {
  letter-spacing: -.05em;
}

@media print, screen and (min-width: 768px) {
  .planeSect__cont .photo + .caption {
    margin: 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

@media screen and (max-width: 768px) {
  .planeSect__cont .photo + .caption {
    font-size: 10px;
    margin-top: 10px;
  }
}

.spaceSect {
  margin: 0 auto;
  text-align: center;
}

.spaceSect__head {
  text-decoration: underline;
  -webkit-text-decoration-color: #e1decb;
          text-decoration-color: #e1decb;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: 10px;
  text-underline-offset: -6px;
}

@media print, screen and (min-width: 768px) {
  .spaceSect__head {
    font-size: 36px;
    line-height: 1.4;
  }
}

@media screen and (max-width: 768px) {
  .spaceSect__head {
    font-size: 18px;
    letter-spacing: .05em;
    line-height: 1.6;
  }
}

.spaceSect__cont {
  font-family: "Noto Sans JP", sans-serif;
}

@media print, screen and (min-width: 768px) {
  .spaceSect__cont {
    margin-top: 50px;
  }
}

@media screen and (max-width: 768px) {
  .spaceSect__cont {
    margin-top: 25px;
  }
}

.spaceSect__ttl {
  color: #6f631e;
  font-weight: bold;
  line-height: 1.6;
}

@media print, screen and (min-width: 768px) {
  .spaceSect__ttl {
    font-size: 26px;
  }
}

@media screen and (max-width: 768px) {
  .spaceSect__ttl {
    font-size: 18px;
  }
}

.spaceSect__txt {
  background: radial-gradient(circle, #6e621e 40%, transparent 40%) repeat-x;
  line-height: 1.6;
}

@media print, screen and (min-width: 768px) {
  .spaceSect__txt {
    background-size: 6px 5px;
    font-size: 14px;
    margin-top: 10px;
    padding-top: 15px;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .spaceSect__txt {
    background-size: 4px 3px;
    font-size: 12px;
    margin: 10px calc(10 / 750 * 100vw) 0;
    padding: 15px calc(25 / 750 * 100vw) 0;
    text-align: left;
  }
}

@media print, screen and (min-width: 768px) {
  .special-space {
    padding: 100px 0 120px;
  }
}

@media screen and (max-width: 768px) {
  .special-space {
    padding: 50px 0;
  }
}

@media print, screen and (min-width: 768px) {
  .special-exclusive {
    padding: 100px 0;
  }
}

@media screen and (max-width: 768px) {
  .special-exclusive {
    padding: 50px 0;
  }
}

@media print, screen and (min-width: 768px) {
  .special-planPickUp {
    padding: 60px 0;
  }
}

@media screen and (max-width: 768px) {
  .special-planPickUp {
    padding: 30px 0;
  }
}
