@charset "UTF-8";
@-webkit-keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@-webkit-keyframes fade-out {
  0% {
    display: block;
    opacity: 1;
  }
  99% {
    display: block;
    opacity: 0;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
@keyframes fade-out {
  0% {
    display: block;
    opacity: 1;
  }
  99% {
    display: block;
    opacity: 0;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
@-webkit-keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
}
@keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
}
@-webkit-keyframes arrow-back-and-forth {
  0% {
    right: 11px;
  }
  50% {
    right: 8px;
  }
  100% {
    right: 11px;
  }
}
@keyframes arrow-back-and-forth {
  0% {
    right: 11px;
  }
  50% {
    right: 8px;
  }
  100% {
    right: 11px;
  }
}
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

::-webkit-input-placeholder {
  color: #d4d4d4;
}

::-webkit-input-placeholder,
::placeholder,
:-ms-input-placeholder,
::-ms-input-placeholder {
  color: #d4d4d4;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

textarea,
select,
input[type=text],
input[type=search],
input[type=email],
input[type=tel],
input[type=number],
input[type=password],
input[type=date] {
  display: block;
  padding: 12px 8px;
  width: 100%;
  height: 42px;
  max-width: 470px;
  letter-spacing: 0.04em;
  border: 1px solid #333;
  background-color: transparent;
  -webkit-appearance: none;
}
textarea.has-error,
select.has-error,
input[type=text].has-error,
input[type=search].has-error,
input[type=email].has-error,
input[type=tel].has-error,
input[type=number].has-error,
input[type=password].has-error,
input[type=date].has-error {
  color: #f7f7f7;
  background-color: #006cff;
}

em {
  font-style: italic;
}

textarea {
  height: 120px;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
  -webkit-transition: background-color 5000s;
  transition: background-color 5000s;
}

textarea {
  max-width: none;
  -webkit-appearance: none;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

select {
  padding-top: 12px;
  padding-bottom: 12px;
  width: 100%;
  border-radius: 8px;
  -webkit-appearance: none;
}

/**
*
*	common properties
*
**/
html {
  font-size: 62.5%;
}

body {
  color: #000;
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
  font-size: 15px;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: none;
  line-height: 1;
  min-height: 100vh;
  background-color: #addef8;
}

img, a {
  border: none;
  outline: none;
}

label {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  line-height: 1.4em;
}

p {
  line-height: 1.8em;
}

main {
  display: block;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

ol, ul {
  list-style: none;
}

a:link, a:visited {
  opacity: 1;
  color: #333;
  text-decoration: none;
  -webkit-transition: all 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-duration: 2s;
          transition-duration: 2s;
}
a:hover, a:active {
  opacity: 0.7;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

button {
  padding: 0;
  color: #000;
  font-weight: 400;
  border: none;
  background-color: transparent;
  cursor: pointer;
}
button:focus {
  outline: none;
}

.no-animation * {
  -webkit-transition: none !important;
  transition: none !important;
  -webkit-transition-delay: none !important;
          transition-delay: none !important;
}

.clear {
  clear: both;
}

ins {
  display: inline-block;
  vertical-align: bottom;
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}

.no-scroll {
  overflow-y: hidden;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mt70 {
  margin-top: 70px;
}

.mt80 {
  margin-top: 80px;
}

.mt90 {
  margin-top: 90px;
}

.mt100 {
  margin-top: 100px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb100 {
  margin-bottom: 100px;
}

.list--inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.hidden,
.hide {
  display: none;
}

@media (max-width: 600px) {
  .sp-hidden {
    display: none;
  }
}

.text--left {
  text-align: left;
}

.text--center {
  text-align: center;
}

.text--right {
  text-align: right;
}

.text--purple {
  color: #9b00be;
}

.text--lime-green {
  color: #64b900;
}

.md-visible {
  display: none;
}
@media (max-width: 900px) {
  .md-visible {
    display: block;
  }
}

.md-visible--inline {
  display: none;
}
@media (max-width: 900px) {
  .md-visible--inline {
    display: inline-block;
  }
}

@media (max-width: 900px) {
  .md-hidden {
    display: none;
  }
}

.sm-visible {
  display: none;
}
@media (max-width: 600px) {
  .sm-visible {
    display: block;
  }
}

.sm-visible--inline {
  display: none;
}
@media (max-width: 600px) {
  .sm-visible--inline {
    display: inline;
  }
}

@media (max-width: 600px) {
  .sm-hidden {
    display: none;
  }
}

.custom-input {
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: 4px;
  margin-right: 6px;
  width: 14px;
  height: 14px;
  background-color: #ecf3f6;
}
.custom-input.checked {
  background-color: #31a6c4;
}
.custom-input.custom-input--radio {
  border-radius: 50px;
}
.custom-input input {
  margin: 0;
  vertical-align: top;
  opacity: 0;
}

.custom-select {
  position: relative;
}
.custom-select .custom-select__inner {
  display: inline-block;
  position: relative;
  width: 100%;
  max-width: 470px;
}
.custom-select .custom-select__arrow {
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 4px 0 4px;
  border-color: #000000 transparent transparent transparent;
  content: "";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.uppercase {
  text-transform: uppercase;
}

.line, .line--black {
  margin: 0 0 40px 0;
}

.line--black {
  border-top: 1px solid #000;
}
@media (max-width: 900px) {
  .line--black {
    margin-right: calc(100vw * -0.053);
    margin-left: calc(100vw * -0.053);
  }
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
@media (max-width: 600px) {
  .row {
    margin-right: -7px;
    margin-left: -7px;
  }
}
.row.row--center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.row.row--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.col {
  padding: 0 15px;
}
@media (max-width: 600px) {
  .col {
    padding-right: 7px;
    padding-left: 7px;
  }
}

.col--auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col--right {
  margin-left: auto;
}

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@media (max-width: 600px) {
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
}

@media (max-width: 600px) {
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
}

@media (max-width: 600px) {
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (max-width: 600px) {
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}

@media (max-width: 600px) {
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
}

@media (max-width: 600px) {
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 600px) {
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
}

@media (max-width: 600px) {
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
}

@media (max-width: 600px) {
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
}

@media (max-width: 600px) {
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
}

@media (max-width: 600px) {
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
}

@media (max-width: 600px) {
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (max-width: 900px) {
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
}

@media (max-width: 900px) {
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
}

@media (max-width: 900px) {
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (max-width: 900px) {
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}

@media (max-width: 900px) {
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
}

@media (max-width: 900px) {
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 900px) {
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
}

@media (max-width: 900px) {
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
}

@media (max-width: 900px) {
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
}

@media (max-width: 900px) {
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
}

@media (max-width: 900px) {
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
}

@media (max-width: 900px) {
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.span-xl-12 {
  width: auto;
}

.span-xl-11 {
  width: calc(100vw / 12 * 11);
}

.span-xl-10 {
  width: calc(100vw / 12 * 10);
}

.span-xl-9 {
  width: calc(100vw / 12 * 9);
}

.span-xl-8 {
  width: calc(100vw / 12 * 8);
}

.span-xl-7 {
  width: calc(100vw / 12 * 7);
}

.span-xl-6 {
  width: calc(100vw / 12 * 6);
}

.span-xl-5 {
  width: calc(100vw / 12 * 5);
}

.span-xl-4 {
  width: calc(100vw / 12 * 4);
}

.span-xl-3 {
  width: calc(100vw / 12 * 3);
}

.span-xl-2 {
  width: calc(100vw / 12 * 2);
}

.button {
  color: #31a6c4;
}
.button:link, .button:visited {
  color: #31a6c4;
}
.button.button--primary {
  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;
  padding: 10px 40px 12px 40px;
  width: 100%;
  color: #fff;
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1em;
  text-align: center;
  background-color: #f00064;
  border-radius: 4px;
  -webkit-transition: all 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (max-width: 600px) {
  .button.button--primary {
    font-size: 19px;
  }
}
.button.button--primary::after {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  width: 30px;
  height: 30px;
  background: url(../img/icon_arrow_01.svg) no-repeat left top;
  background-size: contain;
  -webkit-transition: all 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  content: "";
}
@media (max-width: 600px) {
  .button.button--primary::after {
    width: 20px;
    height: 20px;
  }
}
.button.button--primary:hover, .button.button--primary:active {
  opacity: 1;
  background-color: #e0005d;
}
.button.button--secondary {
  display: block;
  position: relative;
  padding: 10px 20px 12px 20px;
  width: 100%;
  color: #f00064;
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1em;
  text-align: center;
  background-color: #fff;
  border: 2px solid #f00064;
  border-radius: 4px;
}
.button.button--secondary::after {
  display: inline-block;
  position: absolute;
  right: 12px;
  top: 50%;
  width: 8px;
  height: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/icon_arrow_03.svg) no-repeat left top;
  background-size: contain;
  -webkit-transition: all 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  content: "";
}
.button.button--link {
  border: none;
  border-bottom: 1px solid #737373;
}

.hamburger-button {
  display: none;
  position: absolute;
  top: 50%;
  right: 6.25%;
  z-index: 10001;
  margin-right: -6px;
  width: 32px;
  height: 32px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
}
@media (max-width: 900px) {
  .hamburger-button {
    display: block;
  }
}
.hamburger-button .bar {
  display: block;
  position: absolute;
  top: 50%;
  left: 4px;
  margin-top: -1px;
  width: 20px;
  height: 2px;
  border-radius: 8px;
  background-color: #333;
  -webkit-transition: all 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger-button .bar::before, .hamburger-button .bar::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 2px;
  background: #333;
  border-radius: 8px;
  -webkit-transition: all 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger-button .bar::before {
  margin-top: -8px;
}
.hamburger-button .bar::after {
  margin-top: 6px;
}
.hamburger-button.opened .bar {
  background-color: transparent;
}
.hamburger-button.opened .bar::before, .hamburger-button.opened .bar::after {
  margin-top: 0;
}
.hamburger-button.opened .bar::before {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.hamburger-button.opened .bar::after {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding: 60px 40px 60px 40px;
  max-width: 1140px;
}
@media (max-width: 900px) {
  .container {
    padding-right: 6.25%;
    padding-left: 6.25%;
  }
}
@media (max-width: 600px) {
  .container {
    padding: 0;
  }
}

.container--full {
  padding-right: 0;
  padding-left: 0;
  max-width: none;
}

.container--fluid {
  max-width: none;
}

.container--narrow {
  max-width: 920px;
}

.section__title {
  margin-bottom: 20px;
}
@media (max-width: 600px) {
  .section__title {
    margin-bottom: 0;
  }
}

.button-wrapper {
  text-align: center;
}

.note {
  margin-top: 10px;
  padding: 0 2.8%;
  font-size: 18px;
  font-weight: 700;
}
@media (max-width: 600px) {
  .note {
    padding: 0 6.4%;
    font-size: 12px;
  }
}
.note.note--sm {
  margin-top: 0;
  margin-bottom: 56px;
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 600px) {
  .note.note--sm {
    margin-bottom: 8%;
    font-size: 11px;
  }
}
.note.note--sm strong {
  font-weight: 700;
}

.hero-section .container {
  padding: 0;
  text-align: center;
}

.special-section .banner {
  position: relative;
}
.special-section .detail-button {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 87.69%;
  width: 30.56%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 600px) {
  .special-section .detail-button {
    top: 86%;
    width: 30%;
  }
}

.tour-section {
  overflow: hidden;
  position: relative;
  background: url(../img/bg_texture_01.png) repeat;
}
.tour-section .bg {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: -200px;
  width: 120%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-box-shadow: inset 0px 10px 14px 11px rgba(0, 0, 0, 0.22);
  box-shadow: inset 0px 10px 14px 11px rgba(0, 0, 0, 0.22);
}
@media (max-width: 600px) {
  .tour-section .bg {
    display: none;
  }
}
.tour-section .container {
  position: relative;
  padding-bottom: 100px;
}
@media (max-width: 600px) {
  .tour-section .container {
    padding-bottom: 16%;
  }
}
.tour-section .note {
  padding: 0 6.4%;
  font-weight: 400;
  font-size: 16px;
}
@media (max-width: 600px) {
  .tour-section .note {
    font-size: 11px;
  }
}

.model-homes-section {
  background: url(../img/bg_texture_02.png) repeat;
}
.model-homes-section .container {
  padding-top: 0;
}
.model-homes-section .section__title {
  margin-bottom: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.model-homes-section .model-homes-wrapper {
  padding: 0 2.8%;
}
.model-homes-section .model-homes {
  margin-right: -5px;
  margin-left: -5px;
}
.model-homes-section .model-homes .col {
  margin-bottom: 16px;
  padding-right: 5px;
  padding-left: 5px;
}
.model-homes-section .model-homes .col a {
  display: block;
  background-color: #fff;
}
.model-homes-section .model-homes .col a img {
  width: 100%;
  max-width: none;
  -webkit-transition: all 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  cursor: pointer;
}
.model-homes-section .model-homes .col a:hover, .model-homes-section .model-homes .col a:active {
  opacity: 1;
}
.model-homes-section .model-homes .col a:hover img, .model-homes-section .model-homes .col a:active img {
  opacity: 0.7;
}

.site-footer {
  padding-top: 30px;
  padding-bottom: 80px;
  text-align: center;
  background-color: #fff;
}
@media (max-width: 600px) {
  .site-footer {
    padding-top: 24px;
    padding-bottom: 40px;
    font-size: 10px;
  }
}
