/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/*add reset styles*/
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
}

/*Break Point
------------------------------*/
/*font
---------------------------------*/
/*color
---------------------------------*/
body {
  color: #786a3e;
  font-family: "Zen Old Mincho", serif;
  font-weight: normal;
  line-height: 1.5;
  overflow: visible;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

header {
  opacity: 1;
}

.contents-wrap {
  max-width: 1020px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 4%;
  padding-left: 4%;
}
@media print, screen and (min-width:1280px) {
  .contents-wrap {
    padding-right: 0;
    padding-left: 0;
  }
}

.child-mv {
  width: 100%;
  height: 400px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media print, screen and (max-width: 1023.9px) {
  .child-mv {
    height: 200px;
  }
}

.child-mv__img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.child-mv__img figcaption {
  font-size: 10px;
  position: absolute;
  bottom: 4px;
  right: 4px;
  color: #FFF;
}

.child-mv__heading {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  color: #FFF;
  font-size: 20px;
  letter-spacing: 2px;
  width: 100%;
}
@media print, screen and (max-width: 1023.9px) {
  .child-mv__heading {
    font-size: 13px;
  }
}
.child-mv__heading span {
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 40px;
}
@media print, screen and (max-width: 1023.9px) {
  .child-mv__heading span {
    line-height: 1.1;
    display: block;
    margin-bottom: -12px;
  }
}

.sp-header.-normal {
  display: none !important;
}

@media print, screen and (max-width: 1023.9px) {
  .sp-header.-limited {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 2fr 1fr 1fr;
    grid-template-columns: 2fr 1fr 1fr;
  }
}

.limited-contents {
  color: #000;
}
.limited-contents.bgs {
  padding: 40px 0;
}
@media print, screen and (min-width: 768px) {
  .limited-contents.bgs {
    padding: 80px 0;
  }
}

.limited-heading {
  width: 60%;
  max-width: 200px;
  margin-right: auto;
  margin-left: auto;
}
@media print, screen and (min-width: 768px) {
  .limited-heading {
    max-width: 400px;
  }
}

.limited-heading-text {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
.limited-heading-text span {
  line-height: 1;
  display: block;
  font-size: 50px;
  font-family: "Roboto", sans-serif;
  color: #d7bcc8;
  display: block;
}
@media only screen and (max-width: 767.9px) {
  .limited-heading-text span {
    font-size: 30px;
  }
}
.limited-heading-text.-cont {
  color: #9c1955;
  padding-top: 70px;
  margin-top: -70px;
}
@media print, screen and (min-width: 768px) {
  .limited-heading-text {
    font-size: 30px;
  }
}

.limited-text {
  text-align: center;
  margin-top: 20px;
  font-size: 14px;
}

.login {
  color: #000;
  text-align: center;
  padding: 50px 3px 40px;
  background-size: cover;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .login {
    background-size: contain;
    padding: 70px 30px 100px;
  }
}
.login .cap {
  color: #000;
  font-size: 11px;
  position: absolute;
  bottom: 5px;
  left: 6px;
}
@media print, screen and (min-width: 768px) {
  .login .cap {
    font-size: 12px;
    bottom: 6px;
    left: 12px;
  }
}

.login__text {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 2;
  font-size: 15px;
}
@media print, screen and (min-width: 768px) {
  .login__text {
    font-size: 18px;
  }
}
.login__text.-mt {
  padding-top: 50px;
}

.login__input {
  width: 300px;
  margin-top: 20px;
  margin-bottom: 20px;
  border: 1px solid #aaa;
  padding: 3px 12px;
  border-radius: 0px;
  font-weight: bold;
  line-height: 1;
}
.login__input::-webkit-input-placeholder {
  font-size: 11px;
}
.login__input::-moz-placeholder {
  font-size: 11px;
}
.login__input:-ms-input-placeholder {
  font-size: 11px;
}
.login__input::-ms-input-placeholder {
  font-size: 11px;
}
.login__input::placeholder {
  font-size: 11px;
}
@media print, screen and (min-width: 768px) {
  .login__input {
    margin-top: 30px;
  }
}
.login__input::-webkit-input-placeholder {
  vertical-align: middle;
}
.login__input::-moz-placeholder {
  vertical-align: middle;
}
.login__input:-ms-input-placeholder {
  vertical-align: middle;
}
.login__input::-ms-input-placeholder {
  vertical-align: middle;
}
.login__input::placeholder {
  vertical-align: middle;
}

.login__button {
  text-align: center;
  color: #fff;
  font-size: 18px;
  border: none;
  padding: 4px 0;
  font-weight: bold;
  width: 140px;
  background: #000;
  cursor: pointer;
}

.entBt {
  width: 300px;
  margin: 20px auto 0;
}
.entBt a {
  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;
  background: #786a3e;
  color: #FFF;
  width: 100%;
  height: 60px;
  font-size: 20px;
  letter-spacing: 2px;
  border: 1px solid #786a3e;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
.entBt a:hover {
  background: #FFF;
  color: #786a3e;
}
@media only screen and (max-width: 767.9px) {
  .entBt a {
    height: 50px;
    font-size: 15px;
  }
}

.-limited {
  background: #f0eee8;
  padding-block: 90px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 767.9px) {
  .-limited {
    padding: 40px 20px 60px;
    margin-bottom: 30px;
  }
}
.-limited h2 {
  text-align: center;
  font-size: 43px;
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-style: normal;
  border-bottom: 1px solid #333;
  padding-bottom: 12px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767.9px) {
  .-limited h2 {
    font-size: 30px;
    padding-bottom: 7px;
    margin-bottom: 13px;
  }
}

.limited-lead {
  font-size: 26px;
  text-align: center;
  line-height: 1.7;
  margin-bottom: 60px;
}
@media only screen and (max-width: 767.9px) {
  .limited-lead {
    font-size: 18px;
    margin-bottom: 30px;
  }
}

.limited-row {
  max-width: 450px;
}

.limited-row2 {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 50px;
}
@media only screen and (max-width: 767.9px) {
  .limited-row2 {
    margin-top: 0%;
  }
}
.limited-row2 a {
  display: block;
  width: 48%;
}
@media only screen and (max-width: 767.9px) {
  .limited-row2 a {
    width: 100%;
    margin-top: 7%;
  }
}

.plan-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.plan-row li {
  width: 48%;
}

.fade img {
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.fade img:hover {
  opacity: 0.7;
}