@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;
  }
}

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

コーディネート

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

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

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

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

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

.coordinate-mv {
  width: 100%;
  height: 269px;
  background: url(../img/coordinate/index_mv_pc.jpg) no-repeat center top;
  background-size: cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .coordinate-mv {
    height: 52vw;
    background: url(../img/coordinate/index_mv_sp.jpg) no-repeat center top;
    background-size: cover;
  }
}

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

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

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

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

.coordinate-mv-catch {
  padding-top: 1em;
  text-align: center;
  font-size: 13px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .coordinate-mv-catch {
    font-size: 3.2vw;
  }
}

.coordinate-bnr-list {
  width: 960px;
  margin: 0 auto;
  padding-top: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -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%;
    -webkit-flex-wrap: wrap;
        -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: 5vw;
  }
}

.coordinate-bnr-item a {
  width: 100%;
  height: 240px;
  border-radius: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: 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-item:nth-of-type(2) a .coordinate-bnr-text {
  text-align: left;
  padding-left: 60px;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .coordinate-bnr-item:nth-of-type(2) a .coordinate-bnr-text {
    text-align: left;
    padding-left: 12vw;
    line-height: 1.3;
  }
}
.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: -webkit-flex;
  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 {
    -webkit-flex-wrap: wrap;
        -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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -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;
  }
}