@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* mixins
--------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .pc-br {
    display: none;
  }
}

.sp-br {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-br {
    display: block;
    line-height: 0;
  }
}

@media screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
}

.is-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .is-sp {
    display: block;
  }
}

/*----------------------------------------------------------------------------

コーディネート

----------------------------------------------------------------------------*/
.parents-index {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .parents-index {
    padding-top: 11.97vw;
    width: 100%;
  }
}

.parents-lead {
  width: 100%;
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  .parents-lead {
    width: 90%;
    margin: 0 auto;
    padding-top: 10vw;
  }
}

.parents-mv + .parents-lead {
  padding-top: 50px;
}
@media screen and (max-width: 767px) {
  .parents-mv + .parents-lead {
    padding-top: 8vw;
    width: 100%;
  }
}

.parents-lead p {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .parents-lead p {
    font-size: 3.2vw;
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .parents-mv + .parents-lead p {
    text-align: center;
  }
}

.parents-mv {
  width: 100%;
  height: 350px;
  background-color: #f4f4f2;
  background-image: url(../img/parents/mv_fig.jpg);
  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;
  background-repeat: no-repeat;
  background-position: center center;
}
.parents-mv-text {
  position: relative;
  top: -5px;
  left: -210px;
}
@media screen and (max-width: 767px) {
  .parents-mv {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    height: 93vw;
    background-image: url(../img/parents/mv_fig_sp.jpg);
    background-size: cover;
  }
  .parents-mv-text {
    position: relative;
    top: 6vw;
    left: 0;
  }
}
.parents-copy {
  background-clip: border-box;
  background-image: url(../img/parents/head_bg.jpg);
  background-repeat: no-repeat;
  background-position: top -5px center;
  margin-bottom: 90px;
}
.parents-copy-text {
  padding-top: 100px;
  padding-bottom: 95px;
  text-align: center;
}
.parents-copy-text-main {
  font-size: 22px;
  line-height: 45px;
  letter-spacing: 0.02em;
}
.parents-copy-text-main picture {
  width: 690px;
  margin: 10px auto 35px auto;
  display: block;
}
.parents-copy-text-sub {
  margin-top: 20px;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .parents-copy {
    background-image: url(../img/parents/head_bg_sp.jpg);
    background-size: contain;
    background-position: top -13vw center;
    margin-bottom: 15vw;
  }
  .parents-copy-text {
    padding-top: 23vw;
    padding-bottom: 20vw;
    margin-bottom: 10vw;
    text-align: center;
  }
  .parents-copy-text-main {
    font-size: 5vw;
    line-height: 8.6vw;
    letter-spacing: 0.02em;
  }
  .parents-copy-text-main picture {
    width: 82vw;
    margin: 0 auto;
    display: block;
  }
  .parents-copy-text-sub {
    margin-top: 7vw;
    font-size: 3.6vw;
    line-height: 6.3vw;
    letter-spacing: 0.02em;
  }
}
.parents-interview-list {
  width: 1150px;
  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;
  margin: 50px auto;
}
.parents-interview-list-item {
  width: 50%;
  text-align: center;
  background-color: #f8f1f2;
  margin: 0 5px;
  padding: 35px 50px;
  border-radius: 10px;
}
.parents-interview-list-item-content {
  padding: 30px 0;
}
.parents-interview-list-item-content-ttl {
  margin-bottom: 15px;
}
.parents-interview-list-item-content-shop {
  display: inline-block;
  color: #bba1cb;
  font-weight: bold;
}
.parents-interview-list-item-content-state {
  display: inline-block;
  position: relative;
  padding-right: 12px;
  margin-right: 10px;
}
.parents-interview-list-item-content-state:after {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  content: "";
  display: inline-block;
  width: 2px;
  height: 20px;
  background-color: #dedede;
}
.parents-interview-list-item-content .link-with-arrow {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .parents-interview-list-item:hover {
    opacity: 0.8;
  }
  .parents-interview-list-item:hover img {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .parents-interview-list {
    width: 100%;
    display: block;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 7vw 0;
    padding: 0 2vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .parents-interview-list-item {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    background-color: #f8f1f2;
    padding: 6vw 4vw;
    margin: 0;
    margin-bottom: 2vw;
    border-radius: 1vw;
  }
  .parents-interview-list-item-content {
    padding: 0 0;
  }
  .parents-interview-list-item-content-ttl {
    font-size: 4vw;
    line-height: 6vw;
    margin-top: 4.5vw;
    margin-bottom: 4.5vw;
  }
  .parents-interview-list-item-content-shop {
    color: #bba1cb;
    font-weight: bold;
  }
  .parents-interview-list-item-content-state {
    font-size: 3.2vw;
    margin-top: 0.5vw;
    display: inline-block;
    position: relative;
    padding-right: 3vw;
    margin-right: 2vw;
  }
  .parents-interview-list-item-content-state:after {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    content: "";
    display: inline-block;
    width: 2px;
    height: 3.5vw;
    background-color: #dedede;
  }
  .parents-interview-list-item-content .link-with-arrow {
    margin-top: 3vw;
    padding-right: 8vw;
    font-size: 2.8vmin;
    letter-spacing: 0.1em;
  }
  .parents-interview-list-item-content .link-with-arrow .ic-arrow {
    width: 5vmin;
    height: 5vmin;
    border: 1px solid rgba(0, 0, 0, 0.2);
    top: calc(50% - 3vw);
  }
  .parents-interview-list-item-content-shop {
    font-size: 3.2vw;
    margin-top: 0.5vw;
    display: inline-block;
  }
}
.parents-about {
  margin-bottom: 85px;
}
.parents-about-text {
  margin-top: 30px;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .parents-about {
    margin-bottom: 15vw;
  }
  .parents-about-text {
    margin-top: 4vw;
    font-size: 3.2vw;
    text-align: left;
    letter-spacing: 0.1em;
    padding: 0 8vw;
  }
  .parents-about-text br {
    display: none;
  }
  .parents-about .about-prize-wrap {
    padding: 0vw 0 4vw;
  }
}
.parents-index .btn {
  width: 400px;
  display: block;
  padding: 4px 0;
  margin: 18px auto 0;
}
.parents-index .btn .link-with-arrow {
  width: 100%;
}
.parents-index .btn .link-with-arrow .ic-arrow {
  right: 20px;
}
@media screen and (max-width: 767px) {
  .parents-index .btn {
    width: auto;
    display: block;
    padding: 1vw 0;
    margin: 0 6vw;
  }
  .parents-index .btn .link-with-arrow {
    width: 100%;
    letter-spacing: 0.4vw;
  }
  .parents-index .btn .link-with-arrow .ic-arrow {
    right: 3vw;
    top: calc(50% - 2.5vw);
  }
}
.parents-reserve-text {
  margin-top: 30px;
  text-align: center;
  letter-spacing: 0.1em;
}
.parents-reserve .btn {
  width: 560px;
  display: block;
  padding: 15px 0;
  margin: 13px auto 0;
  letter-spacing: 0.1rem;
}
.parents-reserve .h2_block {
  margin: 60px auto;
  width: 1150px;
}
.parents-reserve .h2_block .block-header {
  margin-left: 70px;
}
.parents-reserve .h2_block .head-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
  border-bottom: 1px solid #eee;
  padding-bottom: 1.6em;
}
.parents-reserve .h2_block .fbox {
  min-width: 50%;
}
.parents-reserve .h2_block .block_ttl {
  padding: 0 30px;
  letter-spacing: 0.02em;
}
.parents-reserve .h2_block .link-with-arrow {
  letter-spacing: 0.02em;
}
.parents-reserve-image {
  padding-left: 25px;
}
.parents-reserve-area {
  margin: 45px auto 15px auto;
}
.parents-reserve-area .btn-reserve {
  display: block !important;
  margin: 0 auto !important;
}
.parents-reserve .txt {
  text-align: center;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .parents-reserve-text {
    margin-top: 6vw;
    text-align: left;
    letter-spacing: 0.1em;
    padding: 0 8vw;
  }
  .parents-reserve .btn {
    width: auto;
    display: block;
    padding: 2vw 0;
    margin: 3vw 6vw 0;
    letter-spacing: 0.1rem;
    font-size: 3.2vmin;
    letter-spacing: 0.18em;
    line-height: 2;
  }
  .parents-reserve .h2_block {
    margin: 6vw auto;
    width: 100%;
  }
  .parents-reserve .h2_block .block-header {
    margin-left: 0;
  }
  .parents-reserve .h2_block .block_ttl {
    padding: 0;
  }
  .parents-reserve .h2_block .head-row {
    border-bottom: 1px solid #eee;
    padding-bottom: 3vw;
  }
  .parents-reserve-image {
    padding-left: 0;
  }
  .parents-reserve-area {
    margin: 10vw auto 5vw auto;
  }
  .parents-reserve-area .btn-reserve {
    width: 100% !important;
  }
  .parents-reserve .txt {
    text-align: center;
  }
}

.parents-mv-headline {
  font-weight: 300;
  font-size: 28px;
  letter-spacing: 0.07em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .parents-mv-headline {
    font-size: 5vw;
    letter-spacing: 0.4vw;
  }
}

.parents-mv-sub {
  display: inline-block;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.2em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .parents-mv-sub {
    font-size: 2.6vw;
    letter-spacing: 0.5vw;
  }
}

.parents-mv-sub:before {
  content: "×";
  display: inline-block;
  padding: 0 0.5em;
}
.parents-mv-sub:nth-of-type(1):before {
  display: none;
}

.parents-mv-headline .lt-en {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.15em;
  color: #c3af8a;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .parents-mv-headline .lt-en {
    font-size: 3vw;
  }
}

.parents-mv-catch {
  padding-top: 1.5em;
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  .parents-mv-catch {
    font-size: 3vw;
    padding-top: 1.8vw;
  }
}

.coordinate-bnr-list {
  width: 960px;
  margin: 0 auto;
  padding-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1040px) {
  .coordinate-bnr-list {
    width: 96%;
    padding-top: 8vw;
  }
}
@media screen and (max-width: 767px) {
  .coordinate-bnr-list {
    width: 86.66%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.coordinate-bnr-item {
  width: 47.91%;
}
@media screen and (max-width: 767px) {
  .coordinate-bnr-item {
    width: 100%;
    margin-bottom: 4vw;
  }
}

.coordinate-bnr-item a {
  width: 100%;
  height: 240px;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .coordinate-bnr-item a {
    height: 44vw;
  }
}

.coordinate-bnr-item a:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 99;
  top: -1px;
  left: -3px;
  width: 102%;
  height: 102%;
  background: rgba(255, 255, 255, 0);
  border-radius: 4px;
  -webkit-transition: background ease 0.4s;
  transition: background ease 0.4s;
}
@media screen and (max-width: 1040px) {
  .coordinate-bnr-item a:before {
    right: 3vw;
    top: calc(50% - 2vw);
    width: 4vw;
    height: 4vw;
  }
}
@media screen and (max-width: 767px) {
  .coordinate-bnr-item a:before {
    display: none;
  }
}

.coordinate-bnr-item a:hover:before {
  background: rgba(255, 255, 255, 0.4);
}

.coordinate-bnr-item:nth-of-type(1) a {
  background: url(../img/coordinate/index_brn01.jpg) no-repeat center center;
  background-size: cover;
}
.coordinate-bnr-item:nth-of-type(2) a {
  background: url(../img/coordinate/index_brn02.jpg) no-repeat center center;
  background-size: cover;
}
.coordinate-bnr-text {
  width: 60%;
  margin: 0 0 0 auto;
  text-align: center;
  font-size: 12px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .coordinate-bnr-text {
    font-size: 2.4vw;
  }
}

.coordinate-bnr-text span {
  display: block;
  font-size: 22px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .coordinate-bnr-text span {
    font-size: 4.2vw;
  }
}

.link-text {
  padding-top: 25px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .link-text {
    padding-top: 5vw;
  }
}

.link-text a {
  display: inline-block;
  padding: 1.5em 4em;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  font-size: 13px;
  letter-spacing: 0.25em;
  -webkit-transition: background ease 0.4s;
  transition: background ease 0.4s;
}
@media screen and (max-width: 767px) {
  .link-text a {
    padding: 1.5em 2em;
    font-size: 3vw;
    letter-spacing: 0.2em;
  }
}

.link-text a:hover {
  background: #eaeaea;
}
@media screen and (max-width: 767px) {
  .link-text a:hover {
    background: transparent;
  }
}

.plan-detail-headline {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .plan-detail-headline {
    font-size: 3.2vw;
    letter-spacing: 0.15em;
  }
}

.plan-detail-headline .lt-en {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 767px) {
  .plan-detail-headline .lt-en {
    font-size: 3.8vw;
  }
}

.plan-detail-headline .lt-en {
  font-size: 30px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .plan-detail-headline .lt-en {
    font-size: 6.6vw;
  }
}

.plan-detail-box {
  width: calc(100% - 40px);
  margin: 0 auto 20px;
  margin-top: 80px;
  background: #f7f7f7;
  padding: 40px 0 65px;
}
@media screen and (max-width: 767px) {
  .plan-detail-box {
    width: 94.66%;
    margin: 0 auto 5vw;
    margin-top: 10vw;
    padding: 8vw 0 10vw;
  }
}

.plan-detail-contents {
  width: 1200px;
  margin: 0 auto;
  padding: 60px 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1280px) {
  .plan-detail-contents {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .plan-detail-contents {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 94.66%;
    padding: 5vw 0 2vw;
  }
}

.plan-detail-image {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .plan-detail-image {
    padding-top: 4vw;
    width: 100%;
  }
}

.plan-detail-body {
  text-align: center;
}
@media screen and (max-width: 1280px) {
  .plan-detail-body {
    width: 96%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 900px) {
  .plan-detail-body {
    width: 92%;
  }
}
.plan-detail-items {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .plan-detail-items {
    width: 100%;
    padding-top: 10vw;
  }
}

.plan-items-headline {
  width: 91.66%;
  margin: 0 0 0 auto;
  padding-top: 40px;
}
@media screen and (max-width: 1280px) {
  .plan-items-headline {
    width: 89.66%;
    margin: 0 2% 0 auto;
  }
}
@media screen and (max-width: 900px) {
  .plan-items-headline {
    margin: 0 4% 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .plan-items-headline {
    width: 100%;
    margin: 0;
    font-size: 3.6vw;
  }
}

.plan-items-headline:nth-of-type(1) {
  padding-top: 0;
}
.plan-items-lead {
  width: 91.66%;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 1280px) {
  .plan-items-lead {
    width: 89.66%;
    margin: 0 2% 0 auto;
  }
}
@media screen and (max-width: 900px) {
  .plan-items-lead {
    margin: 0 4% 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .plan-items-lead {
    width: 100%;
    margin: 0;
    font-size: 3vw;
  }
}

.plan-items-list {
  width: 91.66%;
  margin: 0 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 15px;
}
@media screen and (max-width: 1280px) {
  .plan-items-list {
    width: 89.66%;
    margin: 0 2% 0 auto;
  }
}
@media screen and (max-width: 900px) {
  .plan-items-list {
    margin: 0 4% 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .plan-items-list {
    width: 100%;
    margin: 0;
  }
}

.plan-items-item {
  width: 23.5%;
  border-radius: 4px;
  background: #fff;
  margin-left: 2%;
  margin-bottom: 2%;
  padding: 5px 15px;
  font-size: 12px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .plan-items-item {
    width: 32%;
    padding: 1vw 3vw;
    font-size: 2.8vw;
  }
}

.plan-items-item:nth-of-type(4n+1) {
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .plan-items-item:nth-of-type(4n+1) {
    margin-left: 2%;
  }
}

@media screen and (max-width: 767px) {
  .plan-items-item:nth-of-type(3n+1) {
    margin-left: 0;
  }
}

.plan-items-item.image {
  width: 32%;
  border-radius: 0;
  background: none;
  padding: 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .plan-items-item.image {
    margin-bottom: 4%;
  }
}

.plan-items-item.image:nth-of-type(4n+1) {
  margin-left: inherit;
}
.plan-items-item.image:nth-of-type(3n+1) {
  margin-left: 0;
}
.plan-items-item.image img {
  display: inline-block;
  border-radius: 4px;
}

.plan-items-item span {
  display: inline-block;
  padding-right: 0.5em;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.15em;
  color: #a56dc0;
}
@media screen and (max-width: 767px) {
  .plan-items-item span {
    font-size: 3vw;
  }
}

.plan-items-image {
  width: 91.66%;
  margin: 0 0 0 auto;
  padding-top: 10px;
}
@media screen and (max-width: 1280px) {
  .plan-items-image {
    width: 89.66%;
    margin: 0 2% 0 auto;
  }
}
@media screen and (max-width: 900px) {
  .plan-items-image {
    margin: 0 4% 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .plan-items-image {
    width: 100%;
    margin: 0;
  }
}

.plan-items-image img {
  display: inline-block;
  border-radius: 5px;
}
.plan-items-annotation {
  width: 91.66%;
  margin: 0 0 0 auto;
  font-size: 10px;
}
@media screen and (max-width: 1280px) {
  .plan-items-annotation {
    width: 89.66%;
    margin: 0 2% 0 auto;
  }
}
@media screen and (max-width: 900px) {
  .plan-items-annotation {
    margin: 0 4% 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .plan-items-annotation {
    width: 100%;
    margin: 0;
    padding-top: 2vw;
    font-size: 2.6vw;
  }
}

.about-prize-wrap {
  width: 1000px;
  margin: 0 auto;
  padding: 15px 0 34px;
  background: #fff;
  border-radius: 8px;
}

@media screen and (max-width: 1040px) {
  .about-prize-wrap {
    width: 96%;
  }
}
@media screen and (max-width: 767px) {
  .about-prize-wrap {
    width: 90.4%;
    padding: 4vw 0 8vw;
  }
}
.about-prize-headline {
  font-size: 22px;
  text-align: center;
  letter-spacing: 0.15em;
}

@media screen and (max-width: 767px) {
  .about-prize-headline {
    font-size: 4vw;
    letter-spacing: 0.1em;
  }
}
.about-prize-headline b {
  font-size: 30px;
  color: #bd4545;
}

@media screen and (max-width: 767px) {
  .about-prize-headline b {
    font-size: 5.9vw;
  }
}
.about-prize-headline span {
  display: inline-block;
  position: relative;
  padding: 0 100px;
}

@media screen and (max-width: 767px) {
  .about-prize-headline span {
    padding: 0 2em;
  }
}
.about-prize-list {
  width: 88%;
  margin: 53px auto 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 1040px) {
  .about-prize-list {
    width: 96%;
    margin: 5vw auto 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .about-prize-list {
    display: block;
    width: 84.375%;
  }
}
.about-prize-item {
  width: 30%;
}

@media screen and (max-width: 1040px) {
  .about-prize-item {
    width: 33.33%;
  }
  .about-prize-item:not(:first-of-type) {
    padding-left: 10px;
  }
}
@media screen and (max-width: 767px) {
  .about-prize-item {
    width: 100%;
  }
  .about-prize-item:not(:first-of-type) {
    padding-top: 6.25%;
    padding-left: 0;
  }
}
.prize-item-headline {
  width: 150px;
  margin-left: 10px;
  text-align: center;
  font-size: 20px;
  line-height: 1.3;
}

.prize-item-headline b {
  display: inline-block;
  padding: 0 0.2em;
  font-size: 36px;
  color: #bd4545;
}

@media screen and (max-width: 1040px) {
  .prize-item-headline {
    width: 90%;
  }
}
@media screen and (max-width: 900px) {
  .prize-item-headline {
    font-size: 2.42vw;
  }
  .prize-item-headline b {
    font-size: 4.3vw;
  }
}
@media screen and (max-width: 767px) {
  .prize-item-headline {
    width: 100%;
    margin-left: 0;
    font-size: 5.5vw;
  }
  .prize-item-headline b {
    font-size: 7.2vw;
  }
}
.prize-type {
  display: inline-block;
  padding: 0 15px;
  position: relative;
  font-size: 18px;
  color: #bd4545;
}

@media screen and (max-width: 900px) {
  .prize-type {
    font-size: 2.1vw;
  }
}
@media screen and (max-width: 767px) {
  .prize-type {
    padding: 0 4vw;
    font-size: 4.4vw;
  }
}
.prize-type:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 1px;
  background: #bd4545;
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: rotate(70deg);
          transform: rotate(70deg);
}

@media screen and (max-width: 767px) {
  .prize-type:before {
    width: 4vw;
  }
}
.prize-type:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
  height: 1px;
  background: #bd4545;
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: rotate(-70deg);
          transform: rotate(-70deg);
}

@media screen and (max-width: 767px) {
  .prize-type:after {
    width: 4vw;
  }
}
.about-prize-annotation-wrap {
  width: 880px;
  margin: 0 auto;
  padding-top: 20px;
}
@media screen and (max-width: 1040px) {
  .about-prize-annotation-wrap {
    width: 96%;
  }
}
@media screen and (max-width: 767px) {
  .about-prize-annotation-wrap {
    width: 90.4%;
    padding-top: 4vw;
  }
}

.about-prize-annotation-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 10px;
  color: #757575;
}
@media screen and (max-width: 767px) {
  .about-prize-annotation-list {
    display: block;
    font-size: 2.5vw;
  }
}

.about-prize-annotation-item:not(:last-of-type) {
  padding-right: 1em;
}
.about-prize-annotation-item .text-link {
  text-decoration: underline;
  word-break: break-all;
}
@media only screen and (min-width: 768px) {
  .about-prize-annotation-item .text-link:hover {
    text-decoration: none;
  }
}
.about-prize-annotation-item.spacer {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .about-prize-annotation-item:not(:first-of-type) {
    padding-left: 0;
  }
}

.about-prize-annotation {
  font-size: 10px;
  color: #757575;
}
@media screen and (max-width: 767px) {
  .about-prize-annotation {
    font-size: 2.5vw;
  }
}

.parents-shop .btn-reserve {
  width: 430px;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.22em;
  line-height: 1.6;
  color: #fff;
  font-weight: normal;
  border-radius: 5px;
  padding: 1.4em 0;
  -webkit-box-shadow: 0 0px 10px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0px 10px 3px rgba(0, 0, 0, 0.1);
}
.parents-shop .shop-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -3px;
}
.parents-shop .shop-links li {
  width: calc(33.33333% - 6px);
  margin: 16px 3px 0;
}
.parents-shop .shop-links li a {
  display: block;
  border-bottom: 1px solid #eee;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.18em;
  line-height: 1.6;
  color: #000;
  text-align: center;
  padding: 1.6em 0;
  -webkit-transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
}
.parents-shop .shop-links li a:hover {
  color: #bba1cb;
  border-bottom: 1px solid #bba1cb;
}
@media screen and (max-width: 767px) {
  .parents-shop .shop-links li {
    width: 48%;
    margin: 2vw 1% 0;
  }
}

.parents-index {
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .parents-index {
    padding-bottom: 16vw;
  }
}

.parents-about {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .parents-about {
    margin-bottom: 3.7333333333vw;
  }
}

.l-cs-wrap {
  width: 100%;
  padding: 100px 20px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .l-cs-wrap {
    padding: 13.3333333333vw 6.4vw 0;
  }
}
.l-cs-wrap * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.parents-about > .l-cs-wrap {
  padding-top: 10px;
}
@media screen and (max-width: 767px) {
  .parents-about > .l-cs-wrap {
    padding-top: 4.2666666667vw;
  }
}

.p-cs-inner {
  max-width: 900px;
  margin: 0 auto;
}
.p-cs-headline {
  font-size: 22px;
  text-align: center;
  line-height: 1.6 !important;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-cs-headline {
    font-size: 5.6vw;
  }
}

.p-cs-image {
  padding-top: 48px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-cs-image {
    padding-top: 10.6666666667vw;
  }
}
.p-cs-image img {
  max-width: 100%;
}

.p-cs-annotation {
  padding: 40px 0 0;
}
@media screen and (max-width: 767px) {
  .p-cs-annotation {
    padding: 9.6vw 0 0;
  }
}
.p-cs-annotation .is-text {
  font-size: 11px;
  line-height: 1.6 !important;
}
@media screen and (max-width: 767px) {
  .p-cs-annotation .is-text {
    font-size: 2.6666666667vw;
  }
}
.p-cs-annotation .is-text + .is-text {
  margin-top: 0.5em;
}