@charset "UTF-8";
/*!
 * YUI 3.5.0 - reset.css (http://developer.yahoo.com/yui/3/cssreset/)
 * http://cssreset.com
 * Copyright 2012 Yahoo! Inc. All rights reserved.
 * http://yuilibrary.com/license/
 */
/*
	TODO will need to remove settings on HTML since we can't namespace it.
	TODO with the prefix, should I group by selector or property for weight savings?
*/
html {
  color: #000;
}

/*
	TODO remove settings on BODY since we can't namespace it.
*/
/*
	TODO test putting a class on HEAD.
		- Fails on FF. 
*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

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

fieldset,
img {
  border: 0;
}

/*
	TODO think about hanlding inheritence differently, maybe letting IE6 fail a bit...
*/
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

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

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

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

/* to preserve line-height and selector appearance */
sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

/*to enable resizing for IE*/
input,
textarea,
select {
  *font-size: 100%;
}

/*because legend doesn't inherit in IE */
legend {
  color: #000;
}

/* YUI CSS Detection Stamp */
#yui3-css-stamp.cssreset {
  display: none;
}

/* 
start _module.scss
*/
.wrapper {
  margin: auto auto;
}
.wrapper-640 {
  max-width: 640px;
  width: 100%;
}
.wrapper-780 {
  max-width: 780px;
  width: 100%;
}
.wrapper-840 {
  max-width: 840px;
  width: 100%;
}
.wrapper-960 {
  max-width: 960px;
  width: 100%;
}
.wrapper-1080 {
  max-width: 1080px;
  width: 100%;
}
.wrapper--mt {
  margin-top: 6vw;
}
.wrapper--mt3vw {
  margin-top: 3vw;
}

@-webkit-keyframes fadeup-motion {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes fadeup-motion {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
.objectfit,
.objectfit picture,
.objectfit img {
  width: 100%;
  height: 100%;
  min-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

.objectfit-contain,
.objectfit-contain picture,
.objectfit-contain img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit: contain;";
}

.abMax, .newsblock .image img, .blogblock .image img, .eventblock .image img, .lifestyleStories .lifestyleStory__image, .topModelhouse__cf em:before, .topModelhouse__text:after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.roboto, .reservationBenefit__point:before {
  font-family: "Roboto", sans-serif;
}

.bold {
  font-weight: 700;
}

.normal {
  font-weight: 400;
}

.tLeft {
  text-align: left;
}

.tCenter {
  text-align: center;
}

.tRight {
  text-align: right;
}

.size-base {
  font-size: 1rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .size-base {
    font-size: 1rem;
  }
}

.size-small {
  font-size: 0.86rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .size-small {
    font-size: 0.86rem;
  }
}

.size-xsmall {
  font-size: 0.71rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .size-xsmall {
    font-size: 0.71rem;
  }
}

.size-large {
  font-size: 1.14rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .size-large {
    font-size: 1.14rem;
  }
}

.size-caption {
  font-size: 1.2rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .size-caption {
    font-size: 1rem;
  }
}

.size-lead {
  font-size: 2.2rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .size-lead {
    font-size: 1.8rem;
    line-height: 1.6;
  }
}

.mt0rem {
  margin-top: 0rem !important;
}

.pr0rem {
  padding-right: 0rem;
}

.pl0rem {
  padding-left: 0rem;
}

.mb0rem {
  margin-bottom: 0rem;
}

.mr0rem {
  margin-right: 0rem;
}

.ml0rem {
  margin-left: 0rem;
}

.mt1rem {
  margin-top: 1rem !important;
}

.pr1rem {
  padding-right: 1rem;
}

.pl1rem {
  padding-left: 1rem;
}

.mb1rem {
  margin-bottom: 1rem;
}

.mr1rem {
  margin-right: 1rem;
}

.ml1rem {
  margin-left: 1rem;
}

.mt2rem {
  margin-top: 2rem !important;
}

.pr2rem {
  padding-right: 2rem;
}

.pl2rem {
  padding-left: 2rem;
}

.mb2rem {
  margin-bottom: 2rem;
}

.mr2rem {
  margin-right: 2rem;
}

.ml2rem {
  margin-left: 2rem;
}

.mt3rem {
  margin-top: 3rem !important;
}

.pr3rem {
  padding-right: 3rem;
}

.pl3rem {
  padding-left: 3rem;
}

.mb3rem {
  margin-bottom: 3rem;
}

.mr3rem {
  margin-right: 3rem;
}

.ml3rem {
  margin-left: 3rem;
}

.mt4rem {
  margin-top: 4rem !important;
}

.pr4rem {
  padding-right: 4rem;
}

.pl4rem {
  padding-left: 4rem;
}

.mb4rem {
  margin-bottom: 4rem;
}

.mr4rem {
  margin-right: 4rem;
}

.ml4rem {
  margin-left: 4rem;
}

.mt5rem {
  margin-top: 5rem !important;
}

.pr5rem {
  padding-right: 5rem;
}

.pl5rem {
  padding-left: 5rem;
}

.mb5rem {
  margin-bottom: 5rem;
}

.mr5rem {
  margin-right: 5rem;
}

.ml5rem {
  margin-left: 5rem;
}

.mt6rem {
  margin-top: 6rem !important;
}

.pr6rem {
  padding-right: 6rem;
}

.pl6rem {
  padding-left: 6rem;
}

.mb6rem {
  margin-bottom: 6rem;
}

.mr6rem {
  margin-right: 6rem;
}

.ml6rem {
  margin-left: 6rem;
}

.mt7rem {
  margin-top: 7rem !important;
}

.pr7rem {
  padding-right: 7rem;
}

.pl7rem {
  padding-left: 7rem;
}

.mb7rem {
  margin-bottom: 7rem;
}

.mr7rem {
  margin-right: 7rem;
}

.ml7rem {
  margin-left: 7rem;
}

.mt8rem {
  margin-top: 8rem !important;
}

.pr8rem {
  padding-right: 8rem;
}

.pl8rem {
  padding-left: 8rem;
}

.mb8rem {
  margin-bottom: 8rem;
}

.mr8rem {
  margin-right: 8rem;
}

.ml8rem {
  margin-left: 8rem;
}

.mt9rem {
  margin-top: 9rem !important;
}

.pr9rem {
  padding-right: 9rem;
}

.pl9rem {
  padding-left: 9rem;
}

.mb9rem {
  margin-bottom: 9rem;
}

.mr9rem {
  margin-right: 9rem;
}

.ml9rem {
  margin-left: 9rem;
}

.mt10rem {
  margin-top: 10rem !important;
}

.pr10rem {
  padding-right: 10rem;
}

.pl10rem {
  padding-left: 10rem;
}

.mb10rem {
  margin-bottom: 10rem;
}

.mr10rem {
  margin-right: 10rem;
}

.ml10rem {
  margin-left: 10rem;
}

.order0 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

@media screen and (max-width: 768px) {
  .order0-sp {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

.order0-pc {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
@media screen and (max-width: 768px) {
  .order0-pc {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

.order1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media screen and (max-width: 768px) {
  .order1-sp {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.order1-pc {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (max-width: 768px) {
  .order1-pc {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

.order2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

@media screen and (max-width: 768px) {
  .order2-sp {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.order2-pc {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (max-width: 768px) {
  .order2-pc {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

.order3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

@media screen and (max-width: 768px) {
  .order3-sp {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

.order3-pc {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
@media screen and (max-width: 768px) {
  .order3-pc {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

.order4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

@media screen and (max-width: 768px) {
  .order4-sp {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}

.order4-pc {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
@media screen and (max-width: 768px) {
  .order4-pc {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

.order5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

@media screen and (max-width: 768px) {
  .order5-sp {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
}

.order5-pc {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}
@media screen and (max-width: 768px) {
  .order5-pc {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

.order6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

@media screen and (max-width: 768px) {
  .order6-sp {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}

.order6-pc {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}
@media screen and (max-width: 768px) {
  .order6-pc {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

.order7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}

@media screen and (max-width: 768px) {
  .order7-sp {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
}

.order7-pc {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}
@media screen and (max-width: 768px) {
  .order7-pc {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

.order8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}

@media screen and (max-width: 768px) {
  .order8-sp {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
}

.order8-pc {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}
@media screen and (max-width: 768px) {
  .order8-pc {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

.order9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}

@media screen and (max-width: 768px) {
  .order9-sp {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
}

.order9-pc {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}
@media screen and (max-width: 768px) {
  .order9-pc {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

.ulSimple {
  margin-bottom: 2rem;
}
.ulSimple > li {
  text-indent: -1em;
  margin: 0 0 0.5em 1em;
  line-height: 1.5;
}
.ulSimple--style2 > li {
  text-indent: -3em;
  margin-left: 3em;
}

.anchor {
  display: block;
  margin-top: -50px;
  padding-top: 50px;
  border: none !important;
}

/* 
end _module.scss
*/
/* 
start _extend.scss
*/
/* 
end _extend.scss
*/
/* 
start _mixin.scss
*/
/* 
end _mixin.scss
*/
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/font-awesome/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/font-awesome/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/font-awesome/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/font-awesome/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/font-awesome/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/font-awesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.2857142857em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-envelope-o:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-o:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-gear:before,
.fa-cog:before {
  content: "";
}

.fa-trash-o:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-file-o:before {
  content: "";
}

.fa-clock-o:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-arrow-circle-o-down:before {
  content: "";
}

.fa-arrow-circle-o-up:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-play-circle-o:before {
  content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

.fa-refresh:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-video-camera:before {
  content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

.fa-share-square-o:before {
  content: "";
}

.fa-check-square-o:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-times-circle-o:before {
  content: "";
}

.fa-check-circle-o:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-arrows-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-gears:before,
.fa-cogs:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-thumbs-o-up:before {
  content: "";
}

.fa-thumbs-o-down:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-heart-o:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-linkedin-square:before {
  content: "";
}

.fa-thumb-tack:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-lemon-o:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-square-o:before {
  content: "";
}

.fa-bookmark-o:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-feed:before,
.fa-rss:before {
  content: "";
}

.fa-hdd-o:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-hand-o-right:before {
  content: "";
}

.fa-hand-o-left:before {
  content: "";
}

.fa-hand-o-up:before {
  content: "";
}

.fa-hand-o-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-group:before,
.fa-users:before {
  content: "";
}

.fa-chain:before,
.fa-link:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-cut:before,
.fa-scissors:before {
  content: "";
}

.fa-copy:before,
.fa-files-o:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-money:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

.fa-legal:before,
.fa-gavel:before {
  content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

.fa-comment-o:before {
  content: "";
}

.fa-comments-o:before {
  content: "";
}

.fa-flash:before,
.fa-bolt:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

.fa-lightbulb-o:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-bell-o:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

.fa-file-text-o:before {
  content: "";
}

.fa-building-o:before {
  content: "";
}

.fa-hospital-o:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

.fa-circle-o:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-folder-o:before {
  content: "";
}

.fa-folder-open-o:before {
  content: "";
}

.fa-smile-o:before {
  content: "";
}

.fa-frown-o:before {
  content: "";
}

.fa-meh-o:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-keyboard-o:before {
  content: "";
}

.fa-flag-o:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-code-fork:before {
  content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-calendar-o:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-minus-square-o:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-pencil-square:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

.fa-euro:before,
.fa-eur:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before,
.fa-usd:before {
  content: "";
}

.fa-rupee:before,
.fa-inr:before {
  content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

.fa-won:before,
.fa-krw:before {
  content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-text:before {
  content: "";
}

.fa-sort-alpha-asc:before {
  content: "";
}

.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-desc:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-arrow-circle-o-right:before {
  content: "";
}

.fa-arrow-circle-o-left:before {
  content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

.fa-plus-square-o:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-automobile:before,
.fa-car:before {
  content: "";
}

.fa-cab:before,
.fa-taxi:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-file-pdf-o:before {
  content: "";
}

.fa-file-word-o:before {
  content: "";
}

.fa-file-excel-o:before {
  content: "";
}

.fa-file-powerpoint-o:before {
  content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

.fa-file-code-o:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

.fa-circle-o-notch:before {
  content: "";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "";
}

.fa-ge:before,
.fa-empire:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-newspaper-o:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bell-slash-o:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-area-chart:before {
  content: "";
}

.fa-pie-chart:before {
  content: "";
}

.fa-line-chart:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-facebook-official:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-hotel:before,
.fa-bed:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-sticky-note-o:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-hourglass-o:before {
  content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

.fa-hand-scissors-o:before {
  content: "";
}

.fa-hand-lizard-o:before {
  content: "";
}

.fa-hand-spock-o:before {
  content: "";
}

.fa-hand-pointer-o:before {
  content: "";
}

.fa-hand-peace-o:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-tv:before,
.fa-television:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-calendar-plus-o:before {
  content: "";
}

.fa-calendar-minus-o:before {
  content: "";
}

.fa-calendar-times-o:before {
  content: "";
}

.fa-calendar-check-o:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-map-o:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-commenting:before {
  content: "";
}

.fa-commenting-o:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-credit-card-alt:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-pause-circle-o:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stop-circle-o:before {
  content: "";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-universal-access:before {
  content: "";
}

.fa-wheelchair-alt:before {
  content: "";
}

.fa-question-circle-o:before {
  content: "";
}

.fa-blind:before {
  content: "";
}

.fa-audio-description:before {
  content: "";
}

.fa-volume-control-phone:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

.fa-assistive-listening-systems:before {
  content: "";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "";
}

.fa-handshake-o:before {
  content: "";
}

.fa-envelope-open:before {
  content: "";
}

.fa-envelope-open-o:before {
  content: "";
}

.fa-linode:before {
  content: "";
}

.fa-address-book:before {
  content: "";
}

.fa-address-book-o:before {
  content: "";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "";
}

.fa-user-circle:before {
  content: "";
}

.fa-user-circle-o:before {
  content: "";
}

.fa-user-o:before {
  content: "";
}

.fa-id-badge:before {
  content: "";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "";
}

.fa-quora:before {
  content: "";
}

.fa-free-code-camp:before {
  content: "";
}

.fa-telegram:before {
  content: "";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "";
}

.fa-shower:before {
  content: "";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "";
}

.fa-podcast:before {
  content: "";
}

.fa-window-maximize:before {
  content: "";
}

.fa-window-minimize:before {
  content: "";
}

.fa-window-restore:before {
  content: "";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "";
}

.fa-bandcamp:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-eercast:before {
  content: "";
}

.fa-microchip:before {
  content: "";
}

.fa-snowflake-o:before {
  content: "";
}

.fa-superpowers:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/*@import "animate/_attention-seekers/attention-seekers";
@import "animate/_bouncing-entrances/bouncing-entrances";
@import "animate/_bouncing-exits/bouncing-exits";
@import "animate/_fading-entrances/fading-entrances";*/
/*@import "animate/_zooming-entrances/zooming-entrances";
@import "animate/_zooming-exits/zooming-exits";*/
/* 
start _setting.scss
*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  height: 100%;
  width: 100%;
  margin: 0 auto;
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  position: relative;
}
@media screen and (max-width: 428px) {
  html {
    min-width: auto;
  }
}

body {
  width: 100%;
  height: 100%;
  line-height: 1.6;
  color: #333;
  background: #F8FAFB;
  overflow-x: hidden;
  position: relative;
  font-weight: 400;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
body.fixed {
  position: fixed;
}
body.bgwhite {
  background: #fff;
}

img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  image-rendering: -webkit-optimize-contrast;
}

picture {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  line-height: 1em;
}
picture img {
  width: 100%;
  height: 100%;
}

em {
  font-weight: 700;
}

strong {
  font-weight: 700;
}

ul,
ol,
li {
  list-style: none;
}

img {
  -ms-interpolation-mode: bicubic;
}

/*リンク色*/
a:link {
  color: #000;
  text-decoration: none;
}

a:visited {
  color: #000;
  border-bottom: 1px solid #000;
}

.linkWhite a:link {
  color: #fff;
}
.linkWhite a:visited {
  color: #fff;
}

.bgWhite {
  background: #fff;
}

.pc-alt,
.pc-hide {
  display: none;
}
@media screen and (max-width: 428px) {
  .pc-alt,
.pc-hide {
    display: block;
  }
}

.sp-alt,
.sp-hide {
  display: block;
}
@media screen and (max-width: 428px) {
  .sp-alt,
.sp-hide {
    display: none;
  }
}

.alt {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  height: 0;
  line-height: 0;
}

/* 
end _setting.scss
*/
/* 
start _header.scss
*/
.header__title, .glbNav__title {
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 428px) {
  .header__title, .glbNav__title {
    height: 50px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.header__title span, .glbNav__title span {
  font-size: 2.4rem;
  line-height: 1;
  padding: 0.4rem 2rem 0.6rem;
  font-weight: bold;
  color: #fff;
  border: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 1rem;
}
@media screen and (max-width: 428px) {
  .header__title span, .glbNav__title span {
    font-size: 3.5vw;
    padding: 0.2rem 0.5rem 0.3rem;
    margin-left: 5px;
    white-space: nowrap;
  }
}
.header__title svg, .glbNav__title svg {
  display: block;
  position: relative;
  z-index: 1;
  height: 34px;
  width: 330px;
  fill: #6D8642;
}
@media screen and (max-width: 428px) {
  .header__title svg, .glbNav__title svg {
    height: 5vw;
    width: 44vw;
  }
}
.header__title--sbpartner {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 428px) {
  .header__title--sbpartner svg {
    height: 4.5vw;
    width: 39.6vw;
  }
}
.header__title--sbpartner span {
  color: #6D8642;
  border: 1px solid #6D8642;
  padding: 0.4rem 1rem 0.6rem;
}
@media screen and (max-width: 428px) {
  .header__title--sbpartner span {
    font-size: 2vw;
    padding: 0.8vw 1vw;
  }
}
.header__logo {
  height: 80px;
  width: 140px;
  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;
}
@media screen and (max-width: 428px) {
  .header__logo {
    height: 7.5vw;
    width: 15vw;
  }
}
.header__logo svg {
  fill: #6D8642;
}
@media screen and (max-width: 428px) {
  .header__logo svg {
    height: 7.5vw;
    width: 15vw;
  }
}
.header__logo--partner {
  height: 49px;
  width: 107px;
  position: relative;
}
@media screen and (max-width: 428px) {
  .header__logo--partner {
    height: 7.5vw;
    width: 15vw;
  }
}
.header__logo--partner svg {
  fill: #fff;
}
@media screen and (max-width: 428px) {
  .header__logo--partner svg {
    height: 24px;
    width: 42px;
    height: 32px;
    width: 56px;
    height: 7.5vw;
    width: 15vw;
  }
}
.header__inner {
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 15px 0 15px;
}
@media screen and (max-width: 428px) {
  .header__inner {
    height: 50px;
    padding: 0 10px 0 0px;
  }
}
.header__inner:before {
  content: "";
  display: block;
  width: 140px;
  height: 1px;
}
@media screen and (max-width: 428px) {
  .header__inner:before {
    height: 1px;
    -ms-flex-preferred-size: 62px;
        flex-basis: 62px;
    max-width: 62px;
  }
}
.header__inner--partner {
  background: #6D8642;
}
@media screen and (max-width: 428px) {
  .header__inner--partner {
    padding: 0 10px 0 0px;
  }
}
.header__inner--partner:before {
  width: 107px;
}
@media screen and (max-width: 428px) {
  .header__inner--partner:before {
    -ms-flex-preferred-size: 50px;
        flex-basis: 50px;
    max-width: 50px;
  }
}
.header__inner--partner svg {
  fill: #fff;
}
.headerSNS {
  position: fixed;
  padding: 10px 15px;
  top: 80px;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 428px) {
  .headerSNS {
    display: none;
  }
}
.headerSNS--partner {
  top: 120px;
}
.headerSNS > li {
  padding: 5px;
}
.headerSNS > li svg {
  fill: #cbcbcb;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.headerSNS > li a {
  display: block;
}
.headerSNS > li a:hover svg {
  fill: #6D8642;
}
.headerCommu {
  position: absolute;
  right: 0;
  top: 0px;
}
@media screen and (max-width: 428px) {
  .headerCommu {
    top: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    position: relative;
    background: #6D8642;
  }
}
.headerCommu__wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
  z-index: 101;
}
@media screen and (max-width: 428px) {
  .headerCommu__wrapper {
    width: 100%;
    position: fixed;
    top: auto;
    bottom: 0;
    left: 0;
  }
}
.headerCommu__list {
  padding: 0 0 25px 0;
}
@media screen and (max-width: 428px) {
  .headerCommu__list {
    padding: 0;
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
    max-width: 30%;
    border-left: 0.5px solid #fff;
    border-top: 0.5px solid #fff;
  }
}
.headerCommu__list a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  background: #6D8642;
  color: #fff;
  width: 70px;
  border-top-left-radius: 11px;
  border-bottom-left-radius: 11px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  margin: 0 0 0 auto;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  padding: 20px 10px 20px 0;
  -webkit-transform: translateX(10px);
      -ms-transform: translateX(10px);
          transform: translateX(10px);
  border: 1px solid #fff;
  border-right: none;
}
@media screen and (max-width: 428px) {
  .headerCommu__list a {
    padding: 10px 0px;
    width: auto;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-transform: translateX(0px);
        -ms-transform: translateX(0px);
            transform: translateX(0px);
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    border: none;
    height: 50px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    letter-spacing: 0;
    font-size: 3vw;
    width: 100%;
  }
}
.headerCommu__list a:before {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: 10px;
}
@media screen and (max-width: 428px) {
  .headerCommu__list a:before {
    margin: 2px 3px 0 0;
  }
}
.headerCommu__list a:hover {
  -webkit-transform: translateX(0px);
      -ms-transform: translateX(0px);
          transform: translateX(0px);
}
.headerCommu__list--search a {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #F0833F;
}
@media screen and (max-width: 428px) {
  .headerCommu__list--search a {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.headerCommu__list--search a:before {
  background-image: url(../img/common/icon_search.svg);
  width: 28px;
  height: 30px;
}
@media screen and (max-width: 428px) {
  .headerCommu__list--search a:before {
    width: 19px;
    height: 18px;
  }
}
@media screen and (max-width: 428px) {
  .headerCommu__list--inquiry-sbpartner {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
  }
}
.headerCommu__list--inquiry a {
  padding-top: 35px;
  padding-bottom: 35px;
}
@media screen and (max-width: 428px) {
  .headerCommu__list--inquiry a {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.headerCommu__list--inquiry a:before {
  background-image: url(../img/common/icon_inquiry.svg);
  width: 29px;
  height: 22px;
}
@media screen and (max-width: 428px) {
  .headerCommu__list--inquiry a:before {
    width: 17px;
    height: 14px;
  }
}
@media screen and (max-width: 428px) {
  .headerCommu__list--booking {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
    border-left: none;
  }
}
.headerCommu__list--booking a {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #F0833F;
}
@media screen and (max-width: 428px) {
  .headerCommu__list--booking a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.headerCommu__list--booking a:before {
  background-image: url(../img/common/icon_calendar.svg);
  width: 28px;
  height: 25px;
}
@media screen and (max-width: 428px) {
  .headerCommu__list--booking a:before {
    width: 18px;
    height: 16px;
  }
}
@media screen and (max-width: 428px) {
  .headerCommu__list--catalog {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
  }
}
.headerCommu__list--catalog a {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 428px) {
  .headerCommu__list--catalog a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.headerCommu__list--catalog a:before {
  background-image: url(../img/common/icon_catalog.svg);
  width: 27px;
  height: 29px;
}
@media screen and (max-width: 428px) {
  .headerCommu__list--catalog a:before {
    width: 17px;
    height: 18px;
  }
}
@media screen and (max-width: 428px) {
  .headerCommu__list--meeting {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
    border-left: none;
  }
}
.headerCommu__list--meeting a {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 428px) {
  .headerCommu__list--meeting a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.headerCommu__list--meeting a:before {
  background-image: url(../img/common/icon_mic.svg);
  width: 24px;
  height: 28px;
}
@media screen and (max-width: 428px) {
  .headerCommu__list--meeting a:before {
    width: 14px;
    height: 16px;
  }
}
@media screen and (max-width: 428px) {
  .headerCommu__list--maker {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
  }
}

.menuicon {
  width: 80px;
  height: 80px;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 105;
  cursor: pointer;
}
@media screen and (max-width: 428px) {
  .menuicon {
    width: 50px;
    height: 50px;
    background: #6D8642;
  }
}
.menuicon > span, .menuicon:before, .menuicon:after {
  width: 34px;
  height: 3px;
  background: #cbcbcb;
  position: absolute;
  top: 50%;
  left: 23px;
  margin-top: -1px;
  content: "";
  -webkit-transition: 0.5s 0.3s;
  -o-transition: 0.5s 0.3s;
  transition: 0.5s 0.3s;
}
@media screen and (max-width: 428px) {
  .menuicon > span, .menuicon:before, .menuicon:after {
    width: 20px;
    height: 2px;
    left: 15px;
    background: #fff;
  }
}
.menuicon:before {
  -webkit-transform: translateY(-400%);
      -ms-transform: translateY(-400%);
          transform: translateY(-400%);
}
.menuicon:after {
  -webkit-transform: translateY(400%);
      -ms-transform: translateY(400%);
          transform: translateY(400%);
}
.menuicon.active > span, .menuicon.active:before, .menuicon.active:after {
  background: #fff;
}
@-webkit-keyframes mi_1_on {
  0% {
    -webkit-transform: translateY(-400%) rotate(0deg);
            transform: translateY(-400%) rotate(0deg);
  }
  40% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
  60% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(45deg);
            transform: translateY(0) rotate(45deg);
  }
}
@keyframes mi_1_on {
  0% {
    -webkit-transform: translateY(-400%) rotate(0deg);
            transform: translateY(-400%) rotate(0deg);
  }
  40% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
  60% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(45deg);
            transform: translateY(0) rotate(45deg);
  }
}
@-webkit-keyframes mi_2_on {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes mi_2_on {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes mi_3_on {
  0% {
    -webkit-transform: translateY(400%) rotate(0deg);
            transform: translateY(400%) rotate(0deg);
  }
  40% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
  60% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(-45deg);
            transform: translateY(0) rotate(-45deg);
  }
}
@keyframes mi_3_on {
  0% {
    -webkit-transform: translateY(400%) rotate(0deg);
            transform: translateY(400%) rotate(0deg);
  }
  40% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
  60% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(-45deg);
            transform: translateY(0) rotate(-45deg);
  }
}
@-webkit-keyframes mi_1_close {
  0% {
    -webkit-transform: translateY(0) rotate(45deg);
            transform: translateY(0) rotate(45deg);
  }
  40% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
  60% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(-400%) rotate(0deg);
            transform: translateY(-400%) rotate(0deg);
  }
}
@keyframes mi_1_close {
  0% {
    -webkit-transform: translateY(0) rotate(45deg);
            transform: translateY(0) rotate(45deg);
  }
  40% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
  60% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(-400%) rotate(0deg);
            transform: translateY(-400%) rotate(0deg);
  }
}
@-webkit-keyframes mi_2_close {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes mi_2_close {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes mi_3_close {
  0% {
    -webkit-transform: translateY(0) rotate(-45deg);
            transform: translateY(0) rotate(-45deg);
  }
  40% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
  60% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(400%) rotate(0deg);
            transform: translateY(400%) rotate(0deg);
  }
}
@keyframes mi_3_close {
  0% {
    -webkit-transform: translateY(0) rotate(-45deg);
            transform: translateY(0) rotate(-45deg);
  }
  40% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
  60% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(400%) rotate(0deg);
            transform: translateY(400%) rotate(0deg);
  }
}
.menuicon.active:before {
  -webkit-animation: mi_1_on 0.5s 0s linear both;
          animation: mi_1_on 0.5s 0s linear both;
}
.menuicon.active span {
  -webkit-animation: mi_2_on 0.5s 0s linear both;
          animation: mi_2_on 0.5s 0s linear both;
}
.menuicon.active:after {
  -webkit-animation: mi_3_on 0.5s 0s linear both;
          animation: mi_3_on 0.5s 0s linear both;
}
.menuicon.close:before {
  -webkit-animation: mi_1_close 0.5s 0s linear both;
          animation: mi_1_close 0.5s 0s linear both;
}
.menuicon.close span {
  -webkit-animation: mi_2_close 0.5s 0s linear both;
          animation: mi_2_close 0.5s 0s linear both;
}
.menuicon.close:after {
  -webkit-animation: mi_3_close 0.5s 0s linear both;
          animation: mi_3_close 0.5s 0s linear both;
}

.glbNav {
  background: #6D8642;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 102;
  max-width: 100%;
  width: 100%;
  padding: 0px 50px 3vw 100px;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.5s 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-transform 0.5s 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: transform 0.5s 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.5s 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.5s 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.5s 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
@media screen and (max-width: 428px) {
  .glbNav {
    max-width: 100%;
    padding: 0px 40px 20px 40px;
    height: 100vh;
    border-bottom: none;
    overflow-y: auto;
  }
}
.glbNav.active {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.glbNav__title {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.glbNav__title svg {
  fill: #fff;
}
.glbNav__title--sbpartner {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 428px) {
  .glbNav__title--sbpartner svg {
    height: 4.05vw;
    width: 39.6vw;
  }
}
.glbNav__titlewrapper {
  text-align: center;
}
.glbNavLists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  color: #fff;
}
@media screen and (max-width: 428px) {
  .glbNavLists {
    display: block;
    margin-top: 15px;
  }
}
.glbNavLists:nth-of-type(2) {
  margin-top: 30px;
}
@media screen and (max-width: 428px) {
  .glbNavLists:nth-of-type(2) {
    margin-top: 0;
  }
}
.glbNavLists a {
  color: #fff;
}
.glbNavLists__list {
  padding-right: 2rem;
  -ms-flex-preferred-size: 23%;
      flex-basis: 23%;
  max-width: 23%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (max-width: 428px) {
  .glbNavLists__list {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    padding-bottom: 2rem;
    padding-right: 0;
    margin-right: -2rem;
  }
}
.glbNavLists__list > a,
.glbNavLists__list > span,
.glbNavLists__list > p {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.36;
  position: relative;
  display: inline;
}
.glbNavLists__list > a > span,
.glbNavLists__list > span > span,
.glbNavLists__list > p > span {
  display: inline-block;
}
@media screen and (max-width: 428px) {
  .glbNavLists__list > a,
.glbNavLists__list > span,
.glbNavLists__list > p {
    padding-left: 100px;
    font-size: 1.3rem;
    line-height: 1;
  }
}
.glbNavLists__list > a:before,
.glbNavLists__list > span:before,
.glbNavLists__list > p:before {
  display: block;
  content: "";
  margin-bottom: 5px;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 428px) {
  .glbNavLists__list > a:before,
.glbNavLists__list > span:before,
.glbNavLists__list > p:before {
    position: absolute;
    top: 0;
    right: 72%;
    background-position: right center;
  }
}
.glbNavLists__list > a:hover {
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}
.glbNavLists__list--home {
  -ms-flex-preferred-size: 8%;
      flex-basis: 8%;
  max-width: 8%;
}
@media screen and (max-width: 428px) {
  .glbNavLists__list--home {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
}
.glbNavLists__list--home a:before {
  width: 45px;
  height: 18px;
  background-image: url(../img/common/mt_0.svg);
}
@media screen and (max-width: 428px) {
  .glbNavLists__list--home a:before {
    width: 9vw;
    height: 3.8vw;
  }
}
.glbNavLists__list--concept > *:before {
  width: 72px;
  height: 18px;
  background-image: url(../img/common/mt_1.svg);
}
@media screen and (max-width: 428px) {
  .glbNavLists__list--concept > *:before {
    width: 15vw;
    height: 3.5vw;
  }
}
.glbNavLists__list--lineup > *::before {
  width: 58px;
  height: 18px;
  background-image: url(../img/common/mt_2.svg);
}
@media screen and (max-width: 428px) {
  .glbNavLists__list--lineup > *::before {
    width: 11.25vw;
    height: 3.5vw;
  }
}
.glbNavLists__list--lifestyle > *:before {
  width: 86px;
  height: 18px;
  background-image: url(../img/common/mt_3.svg);
}
@media screen and (max-width: 428px) {
  .glbNavLists__list--lifestyle > *:before {
    width: 17vw;
    height: 3.5vw;
  }
}
.glbNavLists__list--partner {
  padding-right: 0;
}
.glbNavLists__list--partner > *:before {
  width: 199px;
  height: 19px;
  background-image: url(../img/common/mt_4.svg);
}
@media screen and (max-width: 428px) {
  .glbNavLists__list--partner > *:before {
    width: 41.75vw;
    height: 3.5vw;
  }
}
.glbNavLists__list--event > *:before {
  width: 50px;
  height: 18px;
  background-image: url(../img/common/mt_5.svg);
}
@media screen and (max-width: 428px) {
  .glbNavLists__list--event > *:before {
    width: 10.75vw;
    height: 3.5vw;
  }
}
.glbNavLists__list--news > *:before {
  width: 47px;
  height: 18px;
  background-image: url(../img/common/mt_6.svg);
}
@media screen and (max-width: 428px) {
  .glbNavLists__list--news > *:before {
    width: 9.75vw;
    height: 3.5vw;
  }
}
.glbNavLists__list--modelhouse > *:before {
  width: 114px;
  height: 18px;
  background-image: url(../img/common/mt_7.svg);
}
@media screen and (max-width: 428px) {
  .glbNavLists__list--modelhouse > *:before {
    width: 23vw;
    height: 3.6vw;
  }
}
.glbNavLists__list--staffblog > *:before {
  width: 98px;
  height: 18px;
  background-image: url(../img/common/mt_8.svg);
}
@media screen and (max-width: 428px) {
  .glbNavLists__list--staffblog > *:before {
    width: 22vw;
    height: 3.6vw;
  }
}
.glbNavLists__list--system > *:before {
  width: 163px;
  height: 18px;
  background-image: url(../img/common/mt_9.svg);
}
@media screen and (max-width: 428px) {
  .glbNavLists__list--system > *:before {
    width: 32.6vw;
    height: 3.6vw;
  }
}
.glbNavLists__list--merit > *:before {
  width: 48px;
  height: 17px;
  background-image: url(../img/common/mt_10.svg);
}
@media screen and (max-width: 428px) {
  .glbNavLists__list--merit > *:before {
    width: 9.6vw;
    height: 3.6vw;
  }
}
.glbNavLists__list--flow > *:before {
  width: 71px;
  height: 18px;
  background-image: url(../img/common/mt_11.svg);
}
@media screen and (max-width: 428px) {
  .glbNavLists__list--flow > *:before {
    width: 14.2vw;
    height: 3.6vw;
  }
}
.glbNavLists__list--partners > *:before {
  width: 106px;
  height: 20px;
  margin-top: -2px;
  background-image: url(../img/common/mt_12.svg);
}
@media screen and (max-width: 428px) {
  .glbNavLists__list--partners > *:before {
    width: 21.2vw;
    height: 3.6vw;
  }
}
.glbNavLists__list--interview > *:before {
  width: 84.6px;
  height: 20px;
  margin-top: -2px;
  background-image: url(../img/common/mt_13.svg);
}
@media screen and (max-width: 428px) {
  .glbNavLists__list--interview > *:before {
    width: 21.2vw;
    height: 3.6vw;
  }
}
.glbNavLists__list--type > *:before {
  width: 151.2px;
  height: 20px;
  margin-top: -2px;
  background-image: url(../img/common/mt_14.svg);
}
@media screen and (max-width: 428px) {
  .glbNavLists__list--type > *:before {
    width: 21.2vw;
    height: 3.6vw;
  }
}
.glbNavLists__list--entry > *:before {
  width: 97.2px;
  height: 20px;
  margin-top: -2px;
  background-image: url(../img/common/mt_15.svg);
}
@media screen and (max-width: 428px) {
  .glbNavLists__list--entry > *:before {
    width: 21.2vw;
    height: 3.6vw;
  }
}
.glbNavLists--partner .glbNavLists__list {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  max-width: 25%;
}
@media screen and (max-width: 428px) {
  .glbNavLists--partner .glbNavLists__list {
    padding-left: 30vw;
  }
}
@media screen and (max-width: 428px) {
  .glbNavLists--partner .glbNavLists__list > a,
.glbNavLists--partner .glbNavLists__list > p,
.glbNavLists--partner .glbNavLists__list > span {
    font-size: 1.3rem;
    line-height: 1;
    padding-left: 0;
    width: 100%;
    display: block;
  }
}
@media screen and (max-width: 428px) {
  .glbNavLists--partner .glbNavLists__list > a:before,
.glbNavLists--partner .glbNavLists__list > p:before,
.glbNavLists--partner .glbNavLists__list > span:before {
    right: 110%;
    margin-top: 2px;
    background-position: right center;
    left: auto;
  }
}
@media screen and (max-width: 428px) {
  .glbNavLists--partner .glbNavLists__list {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 428px) {
  .glbNavLists--partner .glbNavLists__list .glbNavSubLists {
    margin-left: 0;
    margin-right: -30px;
  }
}
@media screen and (max-width: 428px) {
  .glbNavLists--partner .glbNavLists__list .glbNavSubLists__list {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 428px) {
  .glbNavLists--sbpartner {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
}
.glbNavLists--sbpartner .glbNavLists__list {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  max-width: auto;
  max-width: none;
}
@media screen and (max-width: 428px) {
  .glbNavLists--sbpartner .glbNavLists__list {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    padding-left: 30vw;
  }
}
@media screen and (max-width: 428px) {
  .glbNavLists--sbpartner .glbNavLists__list > a,
.glbNavLists--sbpartner .glbNavLists__list > p,
.glbNavLists--sbpartner .glbNavLists__list > span {
    font-size: 1.3rem;
    line-height: 1;
    padding-left: 0;
    width: 100%;
    display: block;
  }
}
@media screen and (max-width: 428px) {
  .glbNavLists--sbpartner .glbNavLists__list > a:before,
.glbNavLists--sbpartner .glbNavLists__list > p:before,
.glbNavLists--sbpartner .glbNavLists__list > span:before {
    right: 110%;
    margin-top: 2px;
    background-position: right center;
    left: auto;
  }
}
@media screen and (max-width: 428px) {
  .glbNavLists--sbpartner .glbNavSubLists {
    margin-left: 0;
    margin-right: -30px;
  }
}
@media screen and (max-width: 428px) {
  .glbNavLists--sbpartner .glbNavSubLists__list {
    font-size: 1.1rem;
    display: block;
  }
}
@media screen and (max-width: 428px) {
  .glbNavLists--sbpartner .glbNavSubLists__list:after {
    content: "";
    margin: 0 0px;
  }
}
.glbNavLists--maker {
  padding-left: 30px;
}
@media screen and (max-width: 428px) {
  .glbNavLists--maker .glbNavLists__list > a,
.glbNavLists--maker .glbNavLists__list > span,
.glbNavLists--maker .glbNavLists__list > p {
    font-size: 1.3rem;
    line-height: 1;
    padding-left: 0;
  }
}
@media screen and (max-width: 428px) {
  .glbNavLists--maker .glbNavLists__list > a:before,
.glbNavLists--maker .glbNavLists__list > span:before,
.glbNavLists--maker .glbNavLists__list > p:before {
    position: static;
    background-position: right center;
  }
}
@media screen and (max-width: 428px) {
  .glbNavLists--maker .glbNavSubLists {
    margin-top: 5px;
    margin-left: 0px;
  }
}
.glbNavSubLists {
  font-weight: 400;
  margin: 10px 0 25px;
}
@media screen and (max-width: 428px) {
  .glbNavSubLists {
    margin-top: 5px;
    margin-left: 100px;
    margin-bottom: 0;
  }
}
.glbNavSubLists a:hover {
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}
.glbNavSubLists__list {
  font-size: 1.4rem;
  line-height: 1.2;
  letter-spacing: 0.06em;
  padding: 0.4em 0;
}
.glbNavSubLists__list span {
  display: inline-block;
  white-space: nowrap;
}
@media screen and (max-width: 428px) {
  .glbNavSubLists__list {
    font-size: 1.2rem;
    display: inline-block;
  }
}
@media screen and (max-width: 428px) {
  .glbNavSubLists__list:after {
    content: "/";
    margin: 0 10px;
  }
}
@media screen and (max-width: 428px) {
  .glbNavSubLists__list:last-child:after {
    content: "";
    margin: 0;
  }
}
.glbNavSubLists--inline li {
  display: inline-block;
  padding-right: 1em;
}
@media screen and (max-width: 428px) {
  .glbNavSubLists--inline li {
    padding-right: 0;
  }
}
.glbNavBtm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 3rem 0 0 auto;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 428px) {
  .glbNavBtm {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
    margin: 3rem 0px 0;
  }
}
@media screen and (max-width: 428px) {
  .glbNavBtm + .glbNavBtm {
    margin-top: 1rem;
  }
}
.glbNavBtm__list {
  font-size: 1.5rem;
  line-height: 2;
}
@media screen and (max-width: 428px) {
  .glbNavBtm__list {
    font-size: 1.2rem;
    padding: 0 1rem;
  }
}
.glbNavBtm__list--lg {
  font-size: 2rem;
}
@media screen and (max-width: 428px) {
  .glbNavBtm__list--lg {
    font-size: 1.2rem;
  }
}
.glbNavBtm__list a {
  color: #fff;
  margin-left: 2em;
}
@media screen and (max-width: 428px) {
  .glbNavBtm__list a {
    margin-left: 0;
  }
}
.glbNavBtm__list a:hover {
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}
.glbNavSNS {
  position: absolute;
  padding: 10px 15px;
  top: 80px;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 428px) {
  .glbNavSNS {
    padding: 0;
    top: 60px;
  }
}
.glbNavSNS > li {
  padding: 5px;
}
.glbNavSNS > li svg {
  fill: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.glbNavSNS > li.facebook svg {
  width: 35px;
  height: 35px;
}
@media screen and (max-width: 428px) {
  .glbNavSNS > li.facebook svg {
    width: 28px;
    height: 28px;
  }
}
.glbNavSNS > li.instagram svg {
  width: 35px;
  height: 35px;
}
@media screen and (max-width: 428px) {
  .glbNavSNS > li.instagram svg {
    width: 28px;
    height: 28px;
  }
}
.glbNavSNS > li.pinterest svg {
  width: 35px;
  height: 35px;
}
@media screen and (max-width: 428px) {
  .glbNavSNS > li.pinterest svg {
    width: 28px;
    height: 28px;
  }
}
.glbNavSNS > li a {
  display: block;
}
@media screen and (max-width: 428px) {
  .glbNavSNS > li a {
    width: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.glbNavSNS > li a:hover {
  border-bottom: none;
}
.glbNavSNS > li a:hover svg {
  fill: rgba(255, 255, 255, 0.3);
}

/* 
end _header.scss
*/
/* 
start _footer.scss
*/
.footer {
  display: block;
}
.footer--recruit {
  border-top: 12px solid #6D8642;
}
@media screen and (max-width: 428px) {
  .footer--recruit {
    margin-top: 20vw;
  }
}
@media screen and (max-width: 428px) {
  .footer .lead {
    font-size: 1.3rem;
    line-height: 2;
    margin-top: 1rem;
  }
}
.footerContact {
  background: #6D8642;
  color: #fff;
  padding: 50px 0;
}
@media screen and (max-width: 428px) {
  .footerContact {
    padding: 1vw 0 10vw;
  }
}
.footerContact__inner {
  max-width: 1080px;
  margin: 0 auto;
}
.footerContact .topCntTitle, .footerContact .cntTitle {
  margin-bottom: 2vw;
}
.footerContactBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 3vw -2vw 3vw;
}
@media screen and (max-width: 428px) {
  .footerContactBlock {
    margin: 5vw -5vw 5vw;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.footerContactBlock__list {
  -ms-flex-preferred-size: 33.3%;
      flex-basis: 33.3%;
  max-width: 33.3%;
  padding: 0 2vw;
}
@media screen and (max-width: 428px) {
  .footerContactBlock__list {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
    padding: 1vw 1vw;
  }
}
.footerContactBlock__list a {
  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;
  height: 70px;
  font-size: 1.8rem;
  border: 1px solid #fff;
  color: #fff;
  -webkit-transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media screen and (max-width: 428px) {
  .footerContactBlock__list a {
    font-size: 1.1rem;
    height: 50px;
  }
}
.footerContactBlock__list a svg {
  fill: #fff;
  margin-right: 10px;
}
.footerContactBlock__list a:hover {
  background: #fff;
  color: #6D8642;
}
.footerContactBlock__list a:hover svg {
  fill: #6D8642;
}
@media screen and (max-width: 428px) {
  .footerContactBlock__list a > div {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 428px) {
  .footerContactBlock__list--map svg {
    width: 20px;
    height: 17.6px;
  }
}
@media screen and (max-width: 428px) {
  .footerContactBlock__list--inquiry svg {
    width: 23px;
    height: 16px;
  }
}
.footerContactBlock__list--catalog svg {
  width: 28px;
  height: 31px;
}
@media screen and (max-width: 428px) {
  .footerContactBlock__list--catalog svg {
    width: 20px;
    height: 23px;
  }
}
.footerContact--partner {
  background: #E0E8DB;
  color: #000;
}
.footerContact--partner .footerContactBlock__list a {
  background: #000;
  border-color: #000;
}
.footerContact--partner .footerContactBlock__list a:hover {
  background: #fff;
  color: #000;
}
.footerContact--partner .footerContactBlock__list a:hover svg {
  fill: #000;
}
@media screen and (max-width: 428px) {
  .footerContact--partner .footerContactBlock__list--modelhouse {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
}
.footerContact--partner .footerContactBlock__list--modelhouse a {
  background-color: #F0833F;
  border-color: #F0833F;
}
@media screen and (max-width: 428px) {
  .footerContact--partner .footerContactBlock__list--modelhouse a {
    font-size: 1.8rem;
  }
}
.footerContact--partner .footerContactBlock__list--modelhouse a:hover {
  background: #fff;
  color: #F0833F;
}
.footerContact--partner .footerContactBlock__list--modelhouse a:hover svg {
  fill: #F0833F;
}
.footerContact--partner .footerContactBlock__list--catalog:after {
  content: "※メーカーサイトへ移動します。";
  display: block;
  text-align: center;
  font-size: 1.2rem;
}
.footerBannerSeminar {
  background: url(../img/common/banner_seminar_bg@2x.jpg) center center/cover no-repeat;
}
.footerBannerSeminar a {
  width: 100%;
  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;
}
.footerBannerSeminar a img {
  width: 822px;
  height: 135px;
  display: block;
}
@media screen and (max-width: 428px) {
  .footerBannerSeminar a img {
    height: auto;
  }
}
.footerBanners {
  margin-top: 60px;
}
.footerBanners > li {
  margin-bottom: 70px;
}
@media screen and (max-width: 428px) {
  .footerBanners > li:last-child {
    margin-bottom: 90px;
  }
}
.footerBanners__list a {
  display: block;
  width: 100%;
  padding-top: 20%;
  height: 0;
}
@media screen and (max-width: 428px) {
  .footerBanners__list a {
    padding-top: 30%;
  }
}
.footerBanners__list a span {
  display: block;
  width: 666px;
  height: 85px;
  margin: -40px auto 0;
}
@media screen and (max-width: 428px) {
  .footerBanners__list a span {
    width: 330px;
    height: 75px;
    margin-top: -20px;
  }
}
.footerBanners__list--recruit a {
  background: url(../img/common/footerbanner_recruit_bg@2x.jpg) center center/cover no-repeat;
}
@media screen and (max-width: 428px) {
  .footerBanners__list--recruit a {
    background: url(../img/common/footerbanner_recruit_bg_sp@2x.jpg) center center/cover no-repeat;
  }
}
.footerBanners__list--lp a {
  background: url(../img/common/footerbanner_lp_bg@2x.jpg) center center/cover no-repeat;
}
@media screen and (max-width: 428px) {
  .footerBanners__list--lp a {
    background: url(../img/common/footerbanner_lp_bg_sp@2x.jpg) center center/cover no-repeat;
  }
}
.footerSitemap {
  padding: 3vw 0 2vw;
}
.footerSitemap--recruit {
  padding-top: 2vw;
}
.footerSitemap .sitemap {
  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: 428px) {
  .footerSitemap .sitemap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.footerSitemap .sitemap__list {
  line-height: 2;
}
@media screen and (max-width: 428px) {
  .footerSitemap .sitemap__list {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
  }
}
.footerSitemap .sitemap__list > a,
.footerSitemap .sitemap__list > span {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.4;
  display: inline-block;
  margin-bottom: 0.5em;
  border-bottom: 1px solid transparent;
}
@media screen and (max-width: 428px) {
  .footerSitemap .sitemap__list > a,
.footerSitemap .sitemap__list > span {
    font-size: 1.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 1rem 0 0;
  }
}
@media screen and (max-width: 428px) {
  .footerSitemap .sitemap__list > a br,
.footerSitemap .sitemap__list > span br {
    display: block;
  }
}
.footerSitemap .sitemap__list a:hover {
  border-bottom: 1px solid #333;
}
.footerSitemap .sitemap__list .sitemap__list {
  padding: 0 0 1.5rem;
}
@media screen and (max-width: 428px) {
  .footerSitemap .sitemap__list .sitemap__list {
    padding: 0 0 0rem;
  }
}
.footerSitemap .sitemapSub {
  margin-top: 1rem;
}
@media screen and (max-width: 428px) {
  .footerSitemap .sitemapSub {
    margin-top: 0.5rem;
  }
}
.footerSitemap .sitemapSub__list {
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 428px) {
  .footerSitemap .sitemapSub__list {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
.footerSitemap .sitemapSub__list:before {
  content: "";
  background: #999;
  height: 1px;
  width: 8px;
  margin-right: 5px;
}
@media screen and (max-width: 428px) {
  .footerSitemap .sitemapSub__list:before {
    display: none;
  }
}
@media screen and (max-width: 428px) {
  .footerSitemap .sitemapSub__list:after {
    content: "/";
    margin: 0 5px;
  }
}
.footerSitemap .sitemapSub__list:last-child:after {
  display: none;
}
.footerSitemap .sitemapSub__list > a {
  font-size: 1.2rem;
  letter-spacing: 0.06em;
  border-bottom: 1px solid transparent;
  margin-bottom: 5px;
}
@media screen and (max-width: 428px) {
  .footerSitemap .sitemapSub__list > a {
    font-size: 1rem;
    margin-bottom: 0;
  }
}
.footerSitemap .sitemapSub__list > a:hover {
  border-bottom: 1px solid #333;
}
.footerSitemap .sitemapSub--partner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 300px;
}
.footerSitemap .sitemapSub--partner .sitemapSub__list {
  margin-right: 2em;
}
@media screen and (max-width: 428px) {
  .footerSitemap .sitemapSub--partner .sitemapSub__list {
    margin-right: 0;
  }
}
.footerMaker {
  position: relative;
}
@media screen and (max-width: 428px) {
  .footerMaker {
    border-bottom: 1px solid #6D8642;
    background: #fff;
  }
}
.footerMaker__image {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 20vw;
}
@media screen and (max-width: 428px) {
  .footerMaker__image {
    height: 30vw;
  }
}
.footerMaker__image img {
  width: 100%;
  height: 100%;
  display: block;
}
@media screen and (max-width: 428px) {
  .footerMaker__image img {
    -o-object-position: center left;
       object-position: center left;
  }
}
.footerMaker__inner {
  height: 20vw;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
@media screen and (max-width: 428px) {
  .footerMaker__inner {
    height: 55vw;
  }
}
.footerMaker__title {
  z-index: 1;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -43px;
}
@media screen and (max-width: 428px) {
  .footerMaker__title {
    margin-top: 0;
    top: auto;
    bottom: 25%;
    margin-right: -10px;
  }
}
.footerMaker__title svg {
  width: 422px;
  height: 43px;
  fill: #6D8642;
}
@media screen and (max-width: 428px) {
  .footerMaker__title svg {
    width: 59vw;
    height: 6vw;
  }
}
.footerMaker__logo {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 428px) {
  .footerMaker__logo {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    top: auto;
    bottom: 10%;
    margin-left: -5px;
  }
}
.footerMaker__logo svg {
  width: 152px;
  height: 70px;
  fill: #fff;
}
@media screen and (max-width: 428px) {
  .footerMaker__logo svg {
    width: 25.6vw;
    height: 11.82vw;
    fill: #6D8642;
  }
}
.footerMaker .buttonSquare {
  margin: 0 0 0 0;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(-100px, 0px);
      -ms-transform: translate(-100px, 0px);
          transform: translate(-100px, 0px);
}
@media screen and (max-width: 428px) {
  .footerMaker .buttonSquare {
    top: auto;
    bottom: 6%;
    -webkit-transform: translate(0, 0px);
        -ms-transform: translate(0, 0px);
            transform: translate(0, 0px);
    margin-right: -10px;
  }
}
.footerMaker .buttonSquare a span {
  font-size: 1.4rem;
}
@media screen and (max-width: 428px) {
  .footerMaker .buttonSquare a span {
    font-size: 1.2rem;
    width: 59vw;
  }
}
.footerMaker .buttonSquare a span svg {
  width: 26px;
  height: 10px;
}
@media screen and (max-width: 428px) {
  .footerMaker .buttonSquare a span svg {
    width: 6.5vw;
    height: 2.5vw;
  }
}
.footerCopyright {
  padding: 0 5vw 3vw;
  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: 428px) {
  .footerCopyright {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 8vw 20vw;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.footerCopyright__logo {
  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;
}
@media screen and (max-width: 428px) {
  .footerCopyright__logo {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 1rem;
  }
}
.footerCopyright__logo svg {
  width: 244px;
}
@media screen and (max-width: 428px) {
  .footerCopyright__logo svg {
    width: 51.56vw;
    height: 5.31vw;
  }
}
.footerCopyright__logo span {
  border: 1px solid #000;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  display: block;
  padding: 3px 8px 4px;
  margin-left: 10px;
}
@media screen and (max-width: 428px) {
  .footerCopyright__logo span {
    font-size: 4.38vw;
  }
}
.footerCopyright__logo--sbpartner svg {
  fill: #6D8642;
  width: 244px;
}
@media screen and (max-width: 428px) {
  .footerCopyright__logo--sbpartner svg {
    width: 46.4vw;
    height: 4.78vw;
  }
}
.footerCopyright__logo--sbpartner span {
  border: 1px solid #6D8642;
  color: #6D8642;
}
@media screen and (max-width: 428px) {
  .footerCopyright__logo--sbpartner span {
    font-size: 3.8vw;
  }
}
@media screen and (max-width: 428px) {
  .footerCopyright__link {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
}
.footerCopyright__link > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 0 -10px;
}
@media screen and (max-width: 428px) {
  .footerCopyright__link > ul {
    margin: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.footerCopyright__link > ul > li {
  padding: 0 10px;
}
@media screen and (max-width: 428px) {
  .footerCopyright__link > ul > li {
    padding: 0 10px 0 0;
  }
}
.footerCopyright__link > ul > li a {
  font-size: 1.4rem;
  letter-spacing: 0.06em;
  font-weight: 500;
}
@media screen and (max-width: 428px) {
  .footerCopyright__link > ul > li a {
    font-size: 1.2rem;
  }
}
.footerCopyright__link > ul > li a:hover {
  border-bottom: 1px solid #333;
}
@media screen and (max-width: 428px) {
  .footerCopyright__link p {
    font-size: 1.56vw;
  }
}
.footerCopyright p {
  letter-spacing: 0.06em;
}
.footerPartner {
  background: #6D8642;
  color: #fff;
}
.footerPartner__inner {
  padding: 35px 0;
}
@media screen and (max-width: 428px) {
  .footerPartner__inner {
    width: 100%;
    max-width: 100% !important;
    padding: 35px 0 40px;
  }
}
.footerPartner__title {
  margin-bottom: 30px;
}
.footerPartner__title .title {
  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;
}
.footerPartner__title .title span {
  font-size: 2rem;
  line-height: 1;
  padding: 0.4rem 2rem 0.6rem;
  font-weight: bold;
  color: #fff;
  border: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 1rem;
}
@media screen and (max-width: 428px) {
  .footerPartner__title .title span {
    font-size: 4.4vw;
    padding: 1.1vw 4vw 1.6vw;
  }
}
.footerPartner__title .title svg {
  height: 30px;
  width: 300px;
  fill: #fff;
}
@media screen and (max-width: 428px) {
  .footerPartner__title .title svg {
    height: 5.63vw;
    width: 56.25vw;
  }
}
.footerPartner__title p {
  font-size: 1.8rem;
  text-align: center;
  margin: 5px 0 20px;
}
@media screen and (max-width: 428px) {
  .footerPartner__title p {
    font-size: 4vw;
  }
}
.footerPartner__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-top: 1px solid #fff;
  padding: 30px 0;
}
@media screen and (max-width: 428px) {
  .footerPartner__detail {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 5vw 0;
  }
}
.footerPartner__detail a {
  color: #fff;
}
.footerPartner__detail > dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 50%;
}
@media screen and (max-width: 428px) {
  .footerPartner__detail > dl {
    -ms-flex-preferred-size: 84vw;
        flex-basis: 84vw;
    max-width: 84vw;
    margin: 0 auto;
  }
}
.footerPartner__detail > dl > dt {
  -ms-flex-preferred-size: 60px;
      flex-basis: 60px;
  max-width: 60px;
  font-size: 1.2rem;
  border: 1px solid #fff;
  text-align: center;
  margin-bottom: 1rem;
}
@media screen and (max-width: 428px) {
  .footerPartner__detail > dl > dt {
    font-size: 1rem;
    -ms-flex-preferred-size: 60px;
        flex-basis: 60px;
    max-width: 60px;
  }
}
.footerPartner__detail > dl > dd {
  -ms-flex-preferred-size: calc(100% - 60px);
      flex-basis: calc(100% - 60px);
  max-width: calc(100% - 60px);
  font-size: 1.4rem;
  padding-left: 10px;
  line-height: 1;
  margin-bottom: 1rem;
}
@media screen and (max-width: 428px) {
  .footerPartner__detail > dl > dd {
    -ms-flex-preferred-size: calc(100% - 60px);
        flex-basis: calc(100% - 60px);
    max-width: calc(100% - 60px);
    font-size: 1.2rem;
  }
}
.footerPartner__detail > dl .name {
  font-size: 1.8rem;
}
@media screen and (max-width: 428px) {
  .footerPartner__detail > dl .name {
    font-size: 1.2rem;
  }
}
.footerPartner__detail > dl .telfax {
  font-size: 2.8rem;
}
@media screen and (max-width: 428px) {
  .footerPartner__detail > dl .telfax {
    font-size: 2rem;
  }
}
.footerPartner__map {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 50%;
}
@media screen and (max-width: 428px) {
  .footerPartner__map {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    margin-top: 5vw;
  }
}
.footerPartner__map a {
  display: block;
  text-align: right;
  font-size: 1.6rem;
  margin-top: 1rem;
  color: #fff;
}
@media screen and (max-width: 428px) {
  .footerPartner__map a {
    font-size: 1.2rem;
    margin-right: 5vw;
  }
}
.footerPartner__map a svg {
  stroke: #fff;
  width: 37px;
  height: 14px;
}
@media screen and (max-width: 428px) {
  .footerPartner__map a svg {
    width: 22px;
    height: 8px;
  }
}
.footerPartner__map div {
  width: 100%;
  height: 0;
  padding-top: 37%;
  position: relative;
}
@media screen and (max-width: 428px) {
  .footerPartner__map div {
    padding-top: 80%;
  }
}
.footerPartner__map div > iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.footerPartner__copyright {
  text-align: right;
  margin-top: 3rem;
}
@media screen and (max-width: 428px) {
  .footerPartner__copyright {
    max-width: 84vw;
    margin: 0 auto;
    text-align: left;
  }
}
.footerPartner__copyright > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 428px) {
  .footerPartner__copyright > ul {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.footerPartner__copyright > ul > li {
  margin-left: 2rem;
  font-size: 1.4rem;
}
@media screen and (max-width: 428px) {
  .footerPartner__copyright > ul > li {
    font-size: 1.2rem;
    margin: 0 2rem 0 0;
  }
}
.footerPartner__copyright > ul > li a {
  color: #fff;
}

/* 
end _footer.scss
*/
.breadcrumb {
  background: #F0F0F0;
}

.breadcrumbs {
  max-width: 80vw;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  font-size: 1.4rem;
  min-height: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 428px) {
  .breadcrumbs {
    max-width: 96vw;
    font-size: 1rem;
    min-height: 2.6rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    line-height: 1.4;
    padding: 0.5rem 0;
  }
}
.breadcrumbs > * {
  float: left;
}
.breadcrumbs > * > a,
.breadcrumbs > * > span {
  padding: 0em 1em 0em 2em;
  float: left;
  text-decoration: none;
  color: #444;
  position: relative;
}
@media screen and (max-width: 428px) {
  .breadcrumbs > * > a,
.breadcrumbs > * > span {
    padding: 0em 0.5em 0em 1em;
  }
}
.breadcrumbs > * > a::after,
.breadcrumbs > * > span::after {
  content: "";
  font-family: "fontAwesome";
  position: absolute;
  top: 50%;
  margin-top: -0.5em;
  right: -1em;
  line-height: 1;
}
@media screen and (max-width: 428px) {
  .breadcrumbs > * > a::after,
.breadcrumbs > * > span::after {
    right: -0.5em;
  }
}
.breadcrumbs > * > a::after,
.breadcrumbs > * > span::after {
  z-index: 2;
}
.breadcrumbs > *:first-child > a,
.breadcrumbs > *:first-child > span {
  padding-left: 1em;
  border-radius: 5px 0 0 5px;
}
.breadcrumbs > *:last-child > a:after,
.breadcrumbs > *:last-child > span:after {
  content: "" !important;
}
.breadcrumbs .current-item {
  font-weight: bold;
  background: none;
  pointer-events: none;
}
.breadcrumbs .current-item:hover {
  font-weight: bold;
  background: none;
}
.breadcrumbs .current-item::after, .breadcrumbs .current-item::before {
  content: normal;
}

/* 
start _main.scss
*/
.svg_group {
  display: none;
}

.main {
  display: block;
}
.main--partner {
  padding-top: 40px;
}
@media screen and (max-width: 428px) {
  .main--partner {
    padding-top: 0;
  }
}
.mainCnt {
  margin: 5vw 0;
}
@media screen and (max-width: 428px) {
  .mainCnt {
    margin: 0 0 5vw;
  }
}

.lead {
  font-size: 1.8rem;
  line-height: 2;
}
@media screen and (max-width: 428px) {
  .lead {
    font-size: 4vw;
  }
}
.lead span {
  display: inline-block;
}
.lead--center {
  text-align: center;
}

.param {
  font-size: 1.6rem;
  line-height: 1.5;
  margin: 2em 0;
}
@media screen and (max-width: 428px) {
  .param {
    font-size: 3.5vw;
  }
}
.param span {
  display: inline-block;
}
.param--center {
  text-align: center;
}

@-webkit-keyframes anime_yaji {
  to {
    stroke-dashoffset: 200px;
  }
}

@keyframes anime_yaji {
  to {
    stroke-dashoffset: 200px;
  }
}
.anime_yaji, .flowLists__link a:hover span svg, .modelhouse a:hover .modelhouse__link span svg, .lifestyleStories__list > a:hover .lifestyleStory__link svg, .lifestyleNav a:hover .yaji svg, .topModelhouse > a:hover .topModelhouse__link svg, .topNewsTitle a:hover, .buttonSquare a:hover span svg, .buttonCircle a:hover span svg, .footerPartner__map a:hover svg {
  stroke-dasharray: 100px;
  stroke-dashoffset: 0px;
  -webkit-animation: anime_yaji 1.5s linear infinite;
          animation: anime_yaji 1.5s linear infinite;
}

.buttonCircle {
  width: 160px;
  height: 160px;
  position: relative;
  margin: 0 auto;
  padding-top: 2rem;
}
@media screen and (max-width: 428px) {
  .buttonCircle {
    width: 100px;
    height: 100px;
  }
}
.buttonCircle a {
  font-size: 2.2rem;
  font-weight: 500;
  color: #6D8642;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  display: block;
}
@media screen and (max-width: 428px) {
  .buttonCircle a {
    font-size: 1.3rem;
    letter-spacing: 0.06em;
  }
}
.buttonCircle a svg {
  display: block;
  margin-top: 10px;
  stroke: #6D8642;
  width: 37px;
  height: 14px;
}
@media screen and (max-width: 428px) {
  .buttonCircle a svg {
    stroke-width: 2px;
    width: 21px;
    height: 8px;
  }
}
.buttonCircle a span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1.5;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  border-radius: 50%;
  position: relative;
  z-index: 1;
}
.buttonCircle a:after {
  content: "";
  border: 1px solid #6D8642;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  -webkit-transition: 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.buttonCircle a:hover {
  color: #fff;
}
.buttonCircle a:hover span svg {
  stroke: #fff;
}
.buttonCircle a:hover:after {
  background: #6D8642;
}
.buttonCircle--wh a {
  color: #fff;
}
.buttonCircle--wh a:after {
  border-color: #fff;
}
.buttonCircle--wh a svg {
  stroke: #fff;
}
.buttonCircle--wh a:hover {
  color: #6D8642;
}
.buttonCircle--wh a:hover:after {
  background: #fff;
}
.buttonCircle--wh a:hover svg {
  stroke: #6D8642 !important;
}

.buttonSquare {
  position: relative;
  margin: 0 auto;
  padding-top: 2rem;
}
@media screen and (max-width: 428px) {
  .buttonSquare {
    padding-top: 1rem;
  }
}
.buttonSquare--center {
  text-align: center;
}
.buttonSquare--center p {
  text-align: center;
}
.buttonSquare a {
  font-size: 2.2rem;
  font-weight: 500;
  color: #6D8642;
}
@media screen and (max-width: 428px) {
  .buttonSquare a {
    font-size: 1.3rem;
  }
}
.buttonSquare a svg {
  margin-left: 10px;
  stroke: #6D8642;
  width: 37px;
  height: 14px;
}
@media screen and (max-width: 428px) {
  .buttonSquare a svg {
    stroke-width: 2px;
    width: 21px;
    height: 8px;
  }
}
.buttonSquare a span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1.5;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
  z-index: 1;
  border: 1px solid #6D8642;
  padding: 0.5rem 1rem 0.5rem 2rem;
}
.buttonSquare a:hover {
  color: #fff;
}
.buttonSquare a:hover span {
  background: #6D8642;
}
.buttonSquare a:hover span svg {
  stroke: #fff;
}
.buttonSquare--wh a:after {
  border-color: #fff;
}
.buttonSquare--wh a svg {
  stroke: #fff;
}
.buttonSquare--wh a span {
  color: #fff;
  border: 1px solid #Fff;
}
.buttonSquare--wh a:hover span {
  color: #6D8642;
  background: #fff;
}
.buttonSquare--wh a:hover svg {
  stroke: #6D8642 !important;
}
.buttonSquare--bk a:after {
  border-color: #fff;
}
.buttonSquare--bk a svg {
  stroke: #fff;
}
.buttonSquare--bk a span {
  color: #fff;
  border: 1px solid #Fff;
  background: #000;
}
.buttonSquare--yat a svg {
  stroke: #6D8642;
}
.buttonSquare--yat a span {
  color: #6D8642;
  border: 1px solid #6D8642;
  background: transparent;
}
.buttonSquare--yat a:hover span {
  color: #fff;
}
.buttonSquare--carre a svg {
  stroke: #F0B749;
}
.buttonSquare--carre a span {
  color: #F0B749;
  border: 1px solid #F0B749;
  background: transparent;
}
.buttonSquare--carre a:hover span {
  color: #fff;
  background: #F0B749;
}
.buttonSquare--riv a svg {
  stroke: #D07C5B;
}
.buttonSquare--riv a span {
  color: #D07C5B;
  border: 1px solid #D07C5B;
  background: transparent;
}
.buttonSquare--riv a:hover span {
  color: #fff;
  background: #D07C5B;
}
.buttonSquare--feele a svg {
  stroke: #7B887E;
}
.buttonSquare--feele a span {
  color: #7B887E;
  border: 1px solid #7B887E;
  background: transparent;
}
.buttonSquare--feele a:hover span {
  color: #fff;
  background: #7B887E;
}
.buttonSquare--costa a svg {
  stroke: #5097AD;
}
.buttonSquare--costa a span {
  color: #5097AD;
  border: 1px solid #5097AD;
  background: transparent;
}
.buttonSquare--costa a:hover span {
  color: #fff;
  background: #5097AD;
}
.buttonSquare--lowas a svg {
  stroke: #6D6460;
}
.buttonSquare--lowas a span {
  color: #6D6460;
  border: 1px solid #6D6460;
  background: transparent;
}
.buttonSquare--lowas a:hover span {
  color: #fff;
  background: #6D6460;
}

a.view {
  display: block;
  position: relative;
  overflow: hidden;
}
a.view img {
  display: block;
  -webkit-transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
a.view:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0);
  z-index: 1;
  -webkit-transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
a.view:after {
  content: "";
  font-family: "fontAwesome";
  font-size: 2.7rem;
  color: #fff;
  padding: 4px;
  line-height: 1;
  background: #707070;
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 2;
}
@media screen and (max-width: 428px) {
  a.view:after {
    font-size: 1.8rem;
  }
}
a.view:hover img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
a.view:hover:before {
  background-color: rgba(0, 0, 0, 0.2);
}

.tomaker {
  font-size: 1rem;
  margin-top: 1rem;
  text-align: center;
  color: #6D8642;
}
.tomaker--wh {
  color: #fff;
}

.cnt {
  margin: 15vw 0;
}
.cnt__inner {
  max-width: 80vw;
  margin: 0 auto;
}
@media screen and (max-width: 428px) {
  .cnt__inner {
    max-width: 84vw;
  }
}
.cntTitle {
  margin: 20px 30px;
}
@media screen and (max-width: 428px) {
  .cntTitle {
    margin: 5vw 0;
  }
}
.cntTitle .en {
  padding-bottom: 4px;
}
.cntTitle .en img {
  height: 23px;
}
.cntTitle .jp {
  font-size: 3rem !important;
  font-weight: bold;
}
@media screen and (max-width: 428px) {
  .cntTitle .jp {
    font-size: 6.5vw !important;
  }
}
.cntTitle .sub--sml {
  font-size: 1.8rem !important;
}
@media screen and (max-width: 428px) {
  .cntTitle .sub--sml {
    font-size: 3.6vw !important;
  }
}
.cntTitle--lg .en img {
  height: 36px;
}
.cntTitle--lg .jp {
  font-size: 5rem !important;
}
@media screen and (max-width: 428px) {
  .cntTitle--lg .jp {
    font-size: 6.5vw !important;
  }
}
.cntTitle.motion .en img {
  -webkit-transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  opacity: 0;
}
.cntTitle.motion .en:after {
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 1s 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-transform 1s 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: transform 1s 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 1s 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 1s 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 1s 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.cntTitle.motion .jp span {
  -webkit-transform: translateY(-105%);
      -ms-transform: translateY(-105%);
          transform: translateY(-105%);
  -webkit-transition: -webkit-transform 1s 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-transform 1s 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: transform 1s 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 1s 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 1s 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 1s 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.cntTitle.motion .sub {
  -webkit-transition: 1s 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: 1s 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 1s 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  opacity: 0;
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
}
.cntTitle.on .en img {
  opacity: 1;
}
.cntTitle.on .en:after {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}
.cntTitle.on .jp span {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.cntTitle.on .sub {
  opacity: 1;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
}

.postDetail a {
  text-decoration: underline;
}
.postDetail a:hover img {
  opacity: 0.6;
}
.postDetail__wrapper, .postLists__wrapper {
  max-width: 80vw;
  margin: 5vw auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 428px) {
  .postDetail__wrapper, .postLists__wrapper {
    max-width: 84vw;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.postDetail {
  -ms-flex-preferred-size: 66%;
      flex-basis: 66%;
  max-width: 66%;
}
@media screen and (max-width: 428px) {
  .postDetail {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
}
.postDetail__mainimage {
  height: 0;
  width: 100%;
  padding-top: 52%;
  position: relative;
}
@media screen and (max-width: 428px) {
  .postDetail__mainimage {
    margin: 0 0vw;
  }
}
.postDetail__mainimage img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.postDetail__category {
  margin-top: 6rem;
  display: inline-block;
  border: 1px solid #000;
  font-size: 1.6rem;
  padding: 0.2rem 1rem;
}
@media screen and (max-width: 428px) {
  .postDetail__category {
    margin-top: 3rem;
    font-size: 1.4rem;
  }
}
.postDetail__title {
  font-size: 2.6rem;
  font-weight: 700;
}
@media screen and (max-width: 428px) {
  .postDetail__title {
    font-size: 1.8rem;
    margin-top: 2em;
  }
}
.postDetail__category + .postDetail__title {
  margin-top: 1rem;
}
.postDetail__mainimage + .postDetail__title {
  margin-top: 6rem;
}
.postDetail__date {
  font-size: 2rem;
  margin: 1rem 0 5rem;
}
@media screen and (max-width: 428px) {
  .postDetail__date {
    font-size: 1.4rem;
    margin: 1rem 0 3rem;
  }
}
.postDetail__text {
  font-size: 1.6rem;
  line-height: 2.2;
  margin-bottom: 5vw;
}
@media screen and (max-width: 428px) {
  .postDetail__text {
    font-size: 1.4rem;
    line-height: 2;
  }
}
.postDetail__text p {
  margin-bottom: 3em;
}
.postDetail__text a {
  text-decoration: underline;
}
.postDetail__share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 5vw -5px 10vw;
}
.postDetail__share > li {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: 1;
          flex-flow: 1;
  padding: 0 5px;
}
.postDetail__share svg {
  fill: #cbcbcb;
}
.postCategory {
  -ms-flex-preferred-size: 34%;
      flex-basis: 34%;
  max-width: 34%;
  padding-left: 4vw;
  font-size: 1.6rem;
}
@media screen and (max-width: 428px) {
  .postCategory {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    padding-left: 0vw;
    margin-top: 10vw;
  }
}
.postCategory--archive {
  padding-top: 3vw;
}
.postCategory__blc {
  margin-bottom: 1vw;
}
.postCategory__blc a {
  display: block;
  padding: 1.5rem 1rem;
  border-bottom: none;
}
.postCategory__blc .category {
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.5);
  padding: 0.2rem 1rem;
}
.postCategory__blc .date {
  font-size: 1.4rem;
  margin: 0.5rem 0;
  padding: 0 0 0 1rem;
}
.postCategory__blc .date .new:before,
.postCategory__blc .date .pickup:before {
  font-style: normal;
  color: #fff;
  display: inline-block;
  line-height: 1;
  font-size: 0.8em;
  padding: 0.2em 0.5em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 0.3em;
  border-radius: 3px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.postCategory__blc .date .new:before {
  content: "NEW";
  background: #d00;
}
.postCategory__blc .date .pickup:before {
  content: "PICKUP";
  background: #6D8642;
}
.postCategory__blc .title {
  padding: 0 0 0 1rem;
}
.postCategory__blc > ul > li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
.postCategory__blc > ul > li:last-child {
  border-bottom: none;
}
.postCategory__blc--event a {
  padding: 0 0 2rem 0;
}
.postCategory__blc--event > ul > li {
  border-bottom: none;
}
.postCategory__blc--event .postCategory__title {
  margin-bottom: 1rem;
}
.postCategory__blc--event .category {
  font-size: 1.4rem;
}
.postCategory__title {
  color: #fff;
  background: #6D8642;
  font-weight: 500;
  padding: 0.5rem 1rem;
}
.post__event {
  margin-bottom: 50px;
}
@media screen and (max-width: 428px) {
  .post__event {
    margin-bottom: 5vw;
  }
}
.postEvent a {
  text-decoration: underline;
}
.postEvent > ul > li img {
  display: block;
  margin: 15px auto;
}
@media screen and (max-width: 428px) {
  .postEvent > ul > li img {
    margin: 3vw auto;
  }
}
.postEvent__title {
  font-size: 2rem;
  padding: 0.2em 0.5em;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin: 5rem 0 2rem;
}
.postEvent__list {
  text-indent: -1em;
  margin-left: 1em;
  line-height: 1.8;
  font-size: 1.6rem;
}
@media screen and (max-width: 428px) {
  .postEvent__list {
    font-size: 1.4rem;
  }
}
.postEvent__list:before {
  content: "■";
}
.postEvent__param {
  line-height: 1.8;
  font-size: 1.6rem;
}
@media screen and (max-width: 428px) {
  .postEvent__param {
    font-size: 1.4rem;
  }
}
.postEvent__param p {
  margin-bottom: 3em;
}
.postEvent__map, .postEvent__image {
  margin: 2rem 0;
}
.postEvent__caution {
  font-size: 1.2rem;
  line-height: 1.8;
  margin-top: 1em;
}
.postEvent .bookingLink {
  margin: 100px auto;
}
@media screen and (max-width: 428px) {
  .postEvent .bookingLink {
    margin: 5vw auto;
  }
}
.postPnnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
}
.postPnnav li {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.postPnnav li:nth-child(1) {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.postPnnav li:nth-child(2) {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.postPnnav li i {
  font-size: 1.8rem;
  line-height: 1;
  margin: 0 0.5em;
}
.postPnnav li a {
  line-height: 1;
}
.postBack {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.6rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 428px) {
  .postBack {
    margin-top: 5vw;
  }
}
.postBack a i {
  font-size: 1.8rem;
}
.googlemap {
  width: 100%;
}
@media screen and (max-width: 428px) {
  .googlemap {
    width: auto;
    margin: 0 -8vw;
  }
}
.googlemap > div {
  width: 100%;
  height: 0;
  padding-top: 40%;
  position: relative;
}
@media screen and (max-width: 428px) {
  .googlemap > div {
    padding-top: 60%;
  }
}
.googlemap > div > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 428px) {
  .googlemap p {
    padding-right: 8vw;
  }
}
.googlemap p a {
  display: block;
  text-align: right;
  font-size: 1.8rem;
  margin-top: 1rem;
  color: #000;
  border-bottom: none;
}
@media screen and (max-width: 428px) {
  .googlemap p a {
    font-size: 1.2rem;
  }
}
.googlemap p a svg {
  stroke: #000;
  width: 37px;
  height: 14px;
}
@media screen and (max-width: 428px) {
  .googlemap p a svg {
    width: 30px;
    height: 10px;
  }
}

.contactForm {
  margin: 100px auto 0;
  max-width: 1024px;
  overflow: hidden;
}
@media screen and (max-width: 428px) {
  .contactForm {
    margin: 10vw -5vw 0;
  }
}
.contactForm iframe {
  max-width: 1024px;
  width: 100%;
  height: 2100px;
  margin: 5vw auto 5vw;
}
@media screen and (max-width: 428px) {
  .contactForm iframe {
    max-width: auto;
    height: 2600px;
  }
}
.contactForm--reservation {
  height: 1600px;
  margin: 0px auto 0;
}
@media screen and (max-width: 428px) {
  .contactForm--reservation {
    margin: 10vw -5vw 0;
  }
}
.contactForm--meeting {
  margin-top: 50px;
}
.contactForm--meeting iframe {
  margin-top: 0;
  height: 1300px;
}
@media screen and (max-width: 428px) {
  .contactForm--meeting {
    margin-top: 20px;
  }
  .contactForm--meeting iframe {
    height: 1500px;
  }
}
.contactForm--catalog {
  margin-top: 0;
}
.contactForm--catalog iframe {
  height: 2300px;
}
@media screen and (max-width: 428px) {
  .contactForm--catalog iframe {
    height: 3300px;
  }
}

.reservation__benefit {
  margin: 100px auto;
  max-width: 900px;
}
@media screen and (max-width: 428px) {
  .reservation__benefit {
    margin: 10vw 0;
  }
}
.reservationBenefit {
  margin: 2vw -2vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.reservationBenefit__lead {
  font-size: 3rem;
  font-weight: 700;
}
@media screen and (max-width: 428px) {
  .reservationBenefit__lead {
    font-size: 2.4rem;
    line-height: 1.2;
  }
}
.reservationBenefit__lead span {
  font-size: 4.5rem;
}
@media screen and (max-width: 428px) {
  .reservationBenefit__lead span {
    font-size: 3.6rem;
  }
}
.reservationBenefit__point {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 50%;
  padding: 2vw;
  font-size: 1.8rem;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 428px) {
  .reservationBenefit__point {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    font-size: 1.5rem;
  }
}
.reservationBenefit__point:before {
  content: "";
  display: block;
  background: #6D8642;
  color: #fff;
  width: 30px;
  height: 34px;
  font-size: 2.4rem;
  line-height: 1;
  margin-right: 1rem;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: 1;
          flex-flow: 1;
}
@media screen and (max-width: 428px) {
  .reservationBenefit__point:before {
    font-size: 1.8rem;
    width: 24px;
    height: 30px;
  }
}
.reservationBenefit__point:nth-of-type(1):before {
  content: "1";
}
.reservationBenefit__point:nth-of-type(2):before {
  content: "2";
}
.reservationBenefit__point:nth-of-type(3):before {
  content: "3";
}
.reservationBenefit__point:nth-of-type(4):before {
  content: "4";
}

.commonPartners {
  background: #F0F0F0;
  padding: 5vw 0;
  margin-bottom: 0;
}
.commonPartnersLists {
  margin: 0 -1vw;
  -ms-flex-preferred-size: calc(100% - 160px);
      flex-basis: calc(100% - 160px);
  max-width: calc(100% - 160px);
  padding: 0 1vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 428px) {
  .commonPartnersLists {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    margin: 0 0 3vw;
  }
}
.commonPartnersLists__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 3vw -1vw 0;
}
@media screen and (max-width: 428px) {
  .commonPartnersLists__wrapper {
    margin: 5vw -1vw;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.commonPartnersLists > li {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  max-width: 25%;
  padding: 0.5vw;
}
.commonPartnersLists > li a {
  font-size: 1.8rem;
  background: #FFF;
  border: 1px solid #6D8642;
  display: block;
  width: 100%;
  text-align: center;
  padding: 1rem 0;
  -webkit-transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media screen and (max-width: 428px) {
  .commonPartnersLists > li a {
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    padding: 0.5rem 0;
  }
}
.commonPartnersLists > li a:hover {
  background: #6D8642;
  color: #fff;
}
.commonPartnersLists__button {
  padding: 1vw;
}

.wp-pagenavi {
  font-size: 1.6rem;
  margin-top: 5rem;
  line-height: 1;
  text-align: center;
}
.wp-pagenavi > a,
.wp-pagenavi > span {
  padding: 1rem;
  border: 1px solid #000;
  margin: 0.2rem;
  display: inline-block;
}
.wp-pagenavi > a {
  background: #000;
  color: #fff;
  font-weight: 700;
}
/*
    Lightcase.js スタイル
*/
a.lightcase-icon-close,
a.lightcase-icon-prev,
a.lightcase-icon-next {
  color: #ccc;
}

#lightcase-info {
  width: 100%;
  text-align: center;
}
#lightcase-info #lightcase-title {
  font-family: "roboto", "Noto Sans JP", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #fff;
  letter-spacing: 0.06em;
}

/* 
end _main.scss
*/
/* 
start _toppage.scss
*/
.mainVisual, .mainVisualSBPartner {
  padding: 20px 10vw 10vw 10vw;
  position: relative;
}
@media screen and (max-width: 428px) {
  .mainVisual, .mainVisualSBPartner {
    padding: 0px;
    margin-bottom: 80px;
  }
}
.mainVisual__image, .mainVisualSBPartner__image {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 428px) {
  .mainVisual__image, .mainVisualSBPartner__image {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 100%;
  }
}
@media screen and (max-width: 428px) {
  .mainVisual__image--slide {
    width: 100%;
    height: auto;
    padding-top: 0;
  }
}
.mainVisual__image video, .mainVisualSBPartner__image video {
  outline: none;
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 428px) {
  .mainVisual__image video, .mainVisualSBPartner__image video {
    position: absolute;
    height: 100%;
    width: 100%;
    min-height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
       object-fit: cover;
    font-family: "object-fit: cover;";
  }
}
.mainVisual__slider img {
  display: block;
}
.mainVisual__slider .slick-dots {
  bottom: 10px;
}
.mainVisual__slider .slick-dots li button:before {
  color: #fff;
  opacity: 1;
}
.mainVisual__slider .slick-dots li.slick-active button:before {
  color: #aaa;
  opacity: 1;
}
.mainVisual__scroll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100px;
  position: absolute;
  bottom: calc((10vw - 100px)/2);
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
}
@media screen and (max-width: 428px) {
  .mainVisual__scroll {
    height: 80px;
    bottom: -80px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.mainVisual__scroll p {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  position: relative;
  left: 50%;
  font-size: 1.2rem;
  letter-spacing: 0.06em;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 428px) {
  .mainVisual__scroll p {
    font-size: 1rem;
  }
}
.mainVisual__scroll p svg {
  height: 60px;
  width: 10px;
  display: block;
  stroke-dasharray: 100px;
  stroke-dashoffset: 0px;
  -webkit-animation: scrollyaji 2s linear infinite;
          animation: scrollyaji 2s linear infinite;
  margin-left: 5px;
}
@media screen and (max-width: 428px) {
  .mainVisual__scroll p svg {
    height: 40px;
    width: 8px;
    -webkit-animation: scrollyaji 2s linear infinite;
            animation: scrollyaji 2s linear infinite;
  }
}
@-webkit-keyframes scrollyaji {
  to {
    stroke-dashoffset: 200px;
  }
}
@keyframes scrollyaji {
  to {
    stroke-dashoffset: 200px;
  }
}
.mainVisual__banner {
  max-width: 1448px;
  margin: 0 auto 3vw;
  padding: 0 15px;
  /* 矢印用スタイル */
}
.mainVisual__banner .li {
  padding: 0 15px;
}
@media screen and (max-width: 428px) {
  .mainVisual__banner .li {
    padding: 0 3vw;
  }
}
.mainVisual__banner .li img {
  width: 100%;
  height: auto;
}
.mainVisual__banner .prev-arrow,
.mainVisual__banner .next-arrow {
  position: absolute;
  top: 50%;
  margin: 0;
  padding: 0;
  line-height: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  cursor: pointer;
}
.mainVisual__banner .prev-arrow:before,
.mainVisual__banner .next-arrow:before {
  font-size: 3rem;
  font-family: "fontAwesome";
}
.mainVisual__banner .prev-arrow {
  left: 0px;
}
.mainVisual__banner .prev-arrow:before {
  content: "";
}
.mainVisual__banner .next-arrow {
  right: 0px;
}
.mainVisual__banner .next-arrow:before {
  content: "";
}
@media screen and (max-width: 428px) {
  .mainVisual__banner {
    margin: 0 3vw 5vw;
  }
}

.mainVisualSBPartner {
  padding-top: 0;
}
.mainVisualSBPartner__image {
  position: relative;
}
@media screen and (max-width: 428px) {
  .mainVisualSBPartner__image img {
    position: absolute;
    height: 100%;
    width: 100%;
    min-height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
       object-fit: cover;
    font-family: "object-fit: cover;";
  }
}
.mainVisualSBPartner__text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  color: #fff;
  text-align: center;
  padding: 40px 0;
}
@media screen and (max-width: 428px) {
  .mainVisualSBPartner__text {
    padding: 8vw 0;
  }
}
.mainVisualSBPartner__lead {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 10px;
  letter-spacing: 0.1em;
  padding-left: 0.1em;
}
@media screen and (max-width: 428px) {
  .mainVisualSBPartner__lead {
    font-size: 3.8vw;
  }
}
.mainVisualSBPartner__title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mainVisualSBPartner__title svg {
  width: 470px;
  height: 48px;
  fill: #fff;
}
@media screen and (max-width: 428px) {
  .mainVisualSBPartner__title svg {
    width: 51.84vw;
    height: 5.29vw;
  }
}
.mainVisualSBPartner__title span {
  font-size: 3.4rem;
  display: inline-block;
  border: 1px solid #fff;
  line-height: 1;
  padding: 8px 10px 13px;
  margin-left: 20px;
}
@media screen and (max-width: 428px) {
  .mainVisualSBPartner__title span {
    font-size: 4.4vw;
    padding: 2vw;
    margin-left: 2vw;
  }
}

.topNews, .topEvent {
  background: #E0E8DB;
  padding: 35px 0px;
}
@media screen and (max-width: 428px) {
  .topNews, .topEvent {
    padding: 3vw 0 10vw;
  }
}
.topNews--partner {
  background: #F0F0F0;
}
.topNews--sbpartner {
  background: #6D8642;
}
.topNews--sbpartner .topCntTitle .en svg, .topNews--sbpartner .cntTitle .en svg {
  fill: #fff !important;
}
.topNews__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 428px) {
  .topNews__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
    padding-bottom: 3rem;
  }
}
.topNewsTitle {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: 250px;
      flex-basis: 250px;
  max-width: 250px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 10px 0;
}
@media screen and (max-width: 428px) {
  .topNewsTitle {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.topNewsTitle h2 {
  font-size: 2.6rem;
  letter-spacing: 0.1em;
  font-weight: 700;
}
@media screen and (max-width: 428px) {
  .topNewsTitle h2 {
    font-size: 2rem;
  }
}
.topNewsTitle a {
  font-size: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 428px) {
  .topNewsTitle a {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}
.topNewsTitle a svg {
  stroke: #000;
  width: 14px;
  height: 6px;
  stroke-width: 2px;
}
.topNewsLists {
  font-size: 1.4rem;
}
@media screen and (max-width: 428px) {
  .topNewsLists {
    font-size: 1.2rem;
  }
}
.topNewsLists__news {
  margin: 5px 0;
}
.topNewsLists__news dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.6;
}
.topNewsLists__news dl > dd {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-right: 2em;
}
@media screen and (max-width: 428px) {
  .topNewsLists__news dl > dd {
    font-size: 1rem;
  }
}
.topNewsLists__news dl > dt .new:before,
.topNewsLists__news dl > dt .pickup:before {
  font-style: normal;
  color: #fff;
  display: inline-block;
  line-height: 1;
  font-size: 0.8em;
  padding: 0.2em 0.5em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 0.3em;
  border-radius: 3px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.topNewsLists__news dl > dt .new:before {
  content: "NEW";
  background: #d00;
}
.topNewsLists__news dl > dt .pickup:before {
  content: "PICKUP";
  background: #6D8642;
}

.topCnt {
  margin: 10vw 0;
}
.topCntTitle, .cntTitle {
  text-align: center;
  margin-bottom: 70px;
}
@media screen and (max-width: 428px) {
  .topCntTitle, .cntTitle {
    margin-bottom: 5vw;
    margin-top: 10vw;
  }
}
.topCntTitle--mb2rem {
  margin-bottom: 2rem;
}
@media screen and (max-width: 428px) {
  .topCntTitle--mb2rem {
    margin-bottom: 5vw;
  }
}
.topCntTitle .en, .cntTitle .en {
  display: inline-block;
  position: relative;
}
.topCntTitle .en:after, .cntTitle .en:after {
  content: "";
  width: 100%;
  height: 3px;
  display: block;
  position: absolute;
  bottom: -5px;
  left: 0;
  background: #000;
}
@media screen and (max-width: 428px) {
  .topCntTitle .en:after, .cntTitle .en:after {
    height: 3px;
    bottom: -3px;
  }
}
.topCntTitle .en img, .cntTitle .en img {
  height: 25px;
  width: auto;
}
@media screen and (max-width: 428px) {
  .topCntTitle .en img, .cntTitle .en img {
    height: 14px;
  }
}
.topCntTitle .jp, .cntTitle .jp {
  overflow: hidden;
  font-size: 5rem;
  line-height: 1;
  font-weight: 700;
  margin-top: 20px;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 428px) {
  .topCntTitle .jp, .cntTitle .jp {
    font-size: 6.5vw;
    margin-top: 3vw;
    letter-spacing: 0;
  }
}
.topCntTitle .jp--sml, .cntTitle .jp--sml {
  font-size: 4rem;
}
@media screen and (max-width: 428px) {
  .topCntTitle .jp--sml, .cntTitle .jp--sml {
    font-size: 6.5vw;
  }
}
.topCntTitle .sub, .cntTitle .sub {
  font-size: 2.6rem;
  letter-spacing: 0.1em;
  margin-top: 20px;
  font-weight: 500;
}
.topCntTitle .sub span, .cntTitle .sub span {
  display: inline-block;
}
@media screen and (max-width: 428px) {
  .topCntTitle .sub, .cntTitle .sub {
    font-size: 3.5vw;
    margin-top: 3vw;
  }
}
.topCntTitle span, .cntTitle span {
  display: block;
}
.topCntTitle--sml {
  margin-bottom: 50px;
}
@media screen and (max-width: 428px) {
  .topCntTitle--sml {
    margin-bottom: 5vw;
  }
}
.topCntTitle--sml .jp {
  font-size: 3rem;
  font-weight: 500;
}
@media screen and (max-width: 428px) {
  .topCntTitle--sml .jp {
    font-size: 2rem;
  }
}
.topCntTitle--wh .en:after {
  background: #fff;
}
.topCntTitle--wh .jp {
  color: #fff;
}
.topCntTitle--wh .sub {
  color: #fff;
}
.topCntTitle.motion .en img, .motion.cntTitle .en img {
  -webkit-transition: 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  opacity: 0;
}
.topCntTitle.motion .en:after, .motion.cntTitle .en:after {
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: 1s 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: 1s 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 1s 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.topCntTitle.motion .jp span, .motion.cntTitle .jp span {
  -webkit-transform: translateY(-110%);
      -ms-transform: translateY(-110%);
          transform: translateY(-110%);
  -webkit-transition: 1s 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: 1s 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 1s 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.topCntTitle.motion .sub, .motion.cntTitle .sub {
  -webkit-transition: 1s 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: 1s 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 1s 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  opacity: 0;
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
}
.topCntTitle.on .en img, .on.cntTitle .en img {
  opacity: 1;
}
.topCntTitle.on .en:after, .on.cntTitle .en:after {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}
.topCntTitle.on .jp span, .on.cntTitle .jp span {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.topCntTitle.on .sub, .on.cntTitle .sub {
  opacity: 1;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
}

.topConcept__image {
  height: 30vw;
}
.topConcept__image.motion {
  opacity: 0;
}
.topConcept__image.motion.on {
  -webkit-animation: fadeup-motion 1s 0.5s both;
          animation: fadeup-motion 1s 0.5s both;
}

.topLineupLists__list {
  margin-bottom: 8vw;
  max-height: 520px;
}
@media screen and (max-width: 428px) {
  .topLineupLists__list {
    max-height: none;
  }
}
.topLineupLists__list:last-of-type {
  margin-bottom: 6vw;
}
.topLineupLists.motion .topLineupLists__list {
  opacity: 0;
}
.topLineupLists.motion.on .topLineupLists__list:nth-of-type(1) {
  -webkit-animation: fadeup-motion 1s 0.7s both;
          animation: fadeup-motion 1s 0.7s both;
}
.topLineupLists.motion.on .topLineupLists__list:nth-of-type(2) {
  -webkit-animation: fadeup-motion 1s 0.9s both;
          animation: fadeup-motion 1s 0.9s both;
}
.topLineupLists.motion.on .topLineupLists__list:nth-of-type(3) {
  -webkit-animation: fadeup-motion 1s 1.1s both;
          animation: fadeup-motion 1s 1.1s both;
}
.topLineupLists.motion.on .topLineupLists__list:nth-of-type(4) {
  -webkit-animation: fadeup-motion 1s 1.3s both;
          animation: fadeup-motion 1s 1.3s both;
}
.topLineupLists.motion.on .topLineupLists__list:nth-of-type(5) {
  -webkit-animation: fadeup-motion 1s 1.5s both;
          animation: fadeup-motion 1s 1.5s both;
}
.topLineupLists.motion.on .topLineupLists__list:nth-of-type(6) {
  -webkit-animation: fadeup-motion 1s 1.7s both;
          animation: fadeup-motion 1s 1.7s both;
}
.topLineupLists.motion.on .topLineupLists__list:nth-of-type(7) {
  -webkit-animation: fadeup-motion 1s 1.9s both;
          animation: fadeup-motion 1s 1.9s both;
}
.topLineupLists.motion.on .topLineupLists__list:nth-of-type(8) {
  -webkit-animation: fadeup-motion 1s 2.1s both;
          animation: fadeup-motion 1s 2.1s both;
}
.topLineupLists.motion.on .topLineupLists__list:nth-of-type(9) {
  -webkit-animation: fadeup-motion 1s 2.3s both;
          animation: fadeup-motion 1s 2.3s both;
}
.topLineupLists.motion.on .topLineupLists__list:nth-of-type(10) {
  -webkit-animation: fadeup-motion 1s 2.5s both;
          animation: fadeup-motion 1s 2.5s both;
}

.topModelhouse {
  position: relative;
}
.topModelhouse--yat svg {
  fill: #6D8642;
}
@media screen and (max-width: 428px) {
  .topModelhouse--yat svg {
    width: 63px;
    height: 28px;
  }
}
.topModelhouse--yat .topModelhouse__logo {
  color: #6D8642;
}
.topModelhouse--yat .topModelhouse__text:after {
  background: #6D8642;
}
.topModelhouse--yat .topModelhouse__link {
  background: #6D8642;
}
.topModelhouse--yat > a:hover .topModelhouse__link {
  color: #6D8642;
}
.topModelhouse--yat > a:hover .topModelhouse__link svg {
  stroke: #6D8642;
}
.topModelhouse--carre svg {
  fill: #F0B749;
}
@media screen and (max-width: 428px) {
  .topModelhouse--carre svg {
    width: 117px;
    height: 28px;
  }
}
.topModelhouse--carre .topModelhouse__logo {
  color: #F0B749;
}
.topModelhouse--carre .topModelhouse__text:after {
  background: #F0B749;
}
.topModelhouse--carre .topModelhouse__link {
  background: #F0B749;
}
.topModelhouse--carre > a:hover .topModelhouse__link {
  color: #F0B749;
}
.topModelhouse--carre > a:hover .topModelhouse__link svg {
  stroke: #F0B749;
}
.topModelhouse--riv svg {
  fill: #D07C5B;
}
@media screen and (max-width: 428px) {
  .topModelhouse--riv svg {
    width: 56px;
    height: 28px;
  }
}
.topModelhouse--riv .topModelhouse__logo {
  color: #D07C5B;
}
.topModelhouse--riv .topModelhouse__text:after {
  background: #D07C5B;
}
.topModelhouse--riv .topModelhouse__link {
  background: #D07C5B;
}
.topModelhouse--riv > a:hover .topModelhouse__link {
  color: #D07C5B;
}
.topModelhouse--riv > a:hover .topModelhouse__link svg {
  stroke: #D07C5B;
}
.topModelhouse--feele svg {
  fill: #7B887E;
}
@media screen and (max-width: 428px) {
  .topModelhouse--feele svg {
    width: 112px;
    height: 28px;
  }
}
.topModelhouse--feele .topModelhouse__logo {
  color: #7B887E;
}
.topModelhouse--feele .topModelhouse__text:after {
  background: #7B887E;
}
.topModelhouse--feele .topModelhouse__link {
  background: #7B887E;
}
.topModelhouse--feele > a:hover .topModelhouse__link {
  color: #7B887E;
}
.topModelhouse--feele > a:hover .topModelhouse__link svg {
  stroke: #7B887E;
}
.topModelhouse--costa svg {
  fill: #5097AD;
}
@media screen and (max-width: 428px) {
  .topModelhouse--costa svg {
    width: 112px;
    height: 28px;
  }
}
.topModelhouse--costa .topModelhouse__logo {
  color: #5097AD;
}
.topModelhouse--costa .topModelhouse__text:after {
  background: #5097AD;
}
.topModelhouse--costa .topModelhouse__link {
  background: #5097AD;
}
.topModelhouse--costa > a:hover .topModelhouse__link {
  color: #5097AD;
}
.topModelhouse--costa > a:hover .topModelhouse__link svg {
  stroke: #5097AD;
}
.topModelhouse--lowas svg {
  fill: #6D6460;
}
@media screen and (max-width: 428px) {
  .topModelhouse--lowas svg {
    width: 148px;
    height: 53px;
  }
}
.topModelhouse--lowas .topModelhouse__text:after {
  background: #6D6460;
}
.topModelhouse--lowas .topModelhouse__link {
  background: #6D6460;
}
.topModelhouse--lowas > a:hover .topModelhouse__link {
  color: #6D6460;
}
.topModelhouse--lowas > a:hover .topModelhouse__link svg {
  stroke: #6D6460;
}
.topModelhouse > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 428px) {
  .topModelhouse > a {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.topModelhouse > a:hover .topModelhouse__text:after {
  -webkit-animation: mh-after 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
          animation: mh-after 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
@-webkit-keyframes mh-after {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
@keyframes mh-after {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
@media screen and (max-width: 428px) {
  .topModelhouse > a:hover .topModelhouse__text:after {
    display: none;
  }
}
.topModelhouse > a:hover .topModelhouse__image img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
@media screen and (max-width: 428px) {
  .topModelhouse > a:hover .topModelhouse__image img {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
}
.topModelhouse > a:hover .topModelhouse__cf {
  color: #fff;
}
@-webkit-keyframes cf-motion {
  0% {
    -webkit-transform: translateX(-101%);
            transform: translateX(-101%);
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
@keyframes cf-motion {
  0% {
    -webkit-transform: translateX(-101%);
            transform: translateX(-101%);
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
@-webkit-keyframes cfbefore-motion {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  100% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}
@keyframes cfbefore-motion {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  100% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}
.topModelhouse > a:hover .topModelhouse__cf .cf1 {
  -webkit-animation: cf-motion 0.2s 0.2s both;
          animation: cf-motion 0.2s 0.2s both;
}
.topModelhouse > a:hover .topModelhouse__cf .cf1:before {
  display: block;
  -webkit-animation: cfbefore-motion 0.2s 0.6s both;
          animation: cfbefore-motion 0.2s 0.6s both;
}
.topModelhouse > a:hover .topModelhouse__logo {
  -webkit-animation: fadeup-motion 1s 0.9s both;
          animation: fadeup-motion 1s 0.9s both;
  color: #fff;
}
.topModelhouse > a:hover .topModelhouse__logo svg {
  fill: #fff;
}
.topModelhouse > a:hover .topModelhouse__link {
  -webkit-animation: fadeup-motion 1s 0.9s both;
          animation: fadeup-motion 1s 0.9s both;
  background: #fff;
}
.topModelhouse__text {
  -ms-flex-preferred-size: 37%;
      flex-basis: 37%;
  max-width: 37%;
  padding: 0 0 130px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (max-width: 428px) {
  .topModelhouse__text {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
    margin-right: -30%;
    padding-bottom: 0;
    background: #fff;
    position: relative;
    z-index: 1;
    padding: 1rem;
    position: static;
    margin-bottom: 15vw;
  }
}
.topModelhouse__text:after {
  content: "";
  z-index: 0;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
}
.topModelhouse__cf {
  margin-bottom: 3rem;
  position: relative;
  z-index: 1;
  overflow: hidden;
  color: #3C3937;
}
@media screen and (max-width: 428px) {
  .topModelhouse__cf {
    margin-bottom: 15px;
  }
}
.topModelhouse__cf em {
  display: block;
  line-height: 1.05;
  display: block;
  position: relative;
  z-index: 0;
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 428px) {
  .topModelhouse__cf em {
    font-size: 3vw;
  }
}
.topModelhouse__cf em:before {
  content: "";
  background: #fff;
  -webkit-transform-origin: right top;
      -ms-transform-origin: right top;
          transform-origin: right top;
  display: none;
}
.topModelhouse__logo {
  position: relative;
  z-index: 1;
}
.topModelhouse__logo span {
  display: block;
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 428px) {
  .topModelhouse__logo span {
    font-size: 1.2rem;
  }
}
.topModelhouse__link {
  font-size: 2.4rem;
  font-weight: 500;
  background: #000;
  color: #fff;
  line-height: 1;
  padding: 0.5em 1em;
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 428px) {
  .topModelhouse__link {
    font-size: 1.3rem;
    margin-top: 10px;
  }
}
.topModelhouse__link svg {
  stroke: #fff;
  margin-left: 1rem;
}
@media screen and (max-width: 428px) {
  .topModelhouse__link svg {
    width: 20px;
    height: 8px;
    stroke-width: 2px;
  }
}
.topModelhouse__image {
  -ms-flex-preferred-size: 63%;
      flex-basis: 63%;
  max-width: 63%;
  max-height: 520px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 428px) {
  .topModelhouse__image {
    max-height: none;
    -ms-flex-preferred-size: 80%;
        flex-basis: 80%;
    max-width: 80%;
  }
}
.topModelhouse__image img {
  -webkit-transition: -webkit-transform 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: transform 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 1.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media screen and (max-width: 428px) {
  .topModelhouse__image img {
    min-height: 60vw;
    display: block;
    -o-object-position: center left;
       object-position: center left;
  }
}
.topModelhouse__exterior {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 395px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}
@media screen and (max-width: 428px) {
  .topModelhouse__exterior {
    width: 50vw;
    left: 0;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
}
.topModelhouse__exterior img {
  display: block;
}

.topStaffblog {
  background: #6D8642;
  padding: 80px 0px;
}
@media screen and (max-width: 428px) {
  .topStaffblog {
    padding: 10vw 0;
  }
}

.topConceptPartner {
  text-align: center;
}
.topConceptPartner__image {
  height: 42vw;
}
@media screen and (max-width: 428px) {
  .topConceptPartner__image {
    height: 60vw;
  }
}
.topConceptPartner__image.motion {
  opacity: 0;
}
.topConceptPartner__image.motion.on {
  -webkit-animation: fadeup-motion 1s 0.5s both;
          animation: fadeup-motion 1s 0.5s both;
}
.topConceptPartner__cf {
  color: #6D8642;
  font-weight: 700;
}
.topConceptPartner__cf img {
  width: 363px;
  height: 72px;
  display: block;
  margin: 0 auto 2rem;
}
@media screen and (max-width: 428px) {
  .topConceptPartner__cf img {
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 428px) {
  .topConceptPartner__cf {
    font-size: 2rem;
  }
}
.topConceptPartner__text {
  display: inline-block;
  text-align: center;
  background: #F8FAFB;
  position: relative;
  z-index: 1;
  margin: -100px auto 0;
  padding: 3rem 5rem;
}
@media screen and (max-width: 428px) {
  .topConceptPartner__text {
    max-width: 80vw;
    padding: 2rem;
    margin: -40px auto 0;
  }
}
@media screen and (max-width: 428px) {
  .topConceptPartner__text img {
    width: 100%;
    height: auto;
  }
}
.topLineupPartner {
  position: relative;
  color: #fff;
}
.topLineupPartner__image {
  height: 62vw;
}
@media screen and (max-width: 428px) {
  .topLineupPartner__image {
    height: 90vw;
  }
}
.topLineupPartner__text {
  display: inline-block;
  background: #6D8642;
  width: 50vw;
  padding: 5rem 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 428px) {
  .topLineupPartner__text {
    width: 60vw;
    padding: 2rem;
  }
}
@media screen and (max-width: 428px) {
  .topLineupPartner__text .topCntTitle, .topLineupPartner__text .cntTitle {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 428px) {
  .topLineupPartner__text .topCntTitle .jp span, .topLineupPartner__text .cntTitle .jp span {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 428px) {
  .topLineupPartner__text .topCntTitle .sub, .topLineupPartner__text .cntTitle .sub {
    font-size: 1.2rem;
    margin-top: 1rem;
  }
}
@media screen and (max-width: 428px) {
  .topLineupPartner__text .topCntTitle .jp, .topLineupPartner__text .cntTitle .jp {
    font-size: 2rem;
  }
}

.topLifestylePartner {
  position: relative;
  color: #fff;
  background: url(../img/partner/pt_lifestylebg@2x.jpg) center center/cover no-repeat;
}
.topLifestylePartner__text {
  display: inline-block;
  padding: 5rem;
  width: 100%;
}
.topLifestylePartner__text span {
  display: inline-block;
}
@media screen and (max-width: 428px) {
  .topLifestylePartner__text {
    width: 100%;
    padding: 5rem 0;
  }
}
@media screen and (max-width: 428px) {
  .topLifestylePartner__text .topCntTitle, .topLifestylePartner__text .cntTitle {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 428px) {
  .topLifestylePartner__text .topCntTitle .jp span, .topLifestylePartner__text .cntTitle .jp span {
    font-size: 6vw;
  }
}
@media screen and (max-width: 428px) {
  .topLifestylePartner__text .topCntTitle .sub, .topLifestylePartner__text .cntTitle .sub {
    font-size: 1.2rem;
    margin-top: 1rem;
  }
}
.topLifestylePartner__lead {
  font-size: 1.8rem;
  margin-top: 2rem;
}
@media screen and (max-width: 428px) {
  .topLifestylePartner__lead {
    font-size: 1.4rem;
    margin-top: 1rem;
  }
}

/* 
end _toppage.scss
*/
/* 
start _company.scss
*/
.companyProfile {
  width: 100X;
  margin: 5vw auto 0;
  max-width: 640px;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 428px) {
  .companyProfile {
    font-size: 1.2rem;
    margin-top: 0;
  }
}
.companyProfile__title {
  font-size: 2.4rem;
  letter-spacing: 0.06em;
  font-weight: 500;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 428px) {
  .companyProfile__title {
    font-size: 1.8rem;
  }
}
.companyProfile__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 2;
  border-top: 0.5px solid #707070;
}
@media screen and (max-width: 428px) {
  .companyProfile__detail {
    line-height: 1.6;
  }
}
.companyProfile__detail dt {
  -ms-flex-preferred-size: 160px;
      flex-basis: 160px;
  max-width: 160px;
  border-bottom: 0.5px solid #707070;
  padding: 2rem 0;
}
@media screen and (max-width: 428px) {
  .companyProfile__detail dt {
    -ms-flex-preferred-size: 110px;
        flex-basis: 110px;
    max-width: 110px;
    padding: 1rem 0;
  }
}
.companyProfile__detail dd {
  -ms-flex-preferred-size: calc(100% - 160px);
      flex-basis: calc(100% - 160px);
  max-width: calc(100% - 160px);
  border-bottom: 0.5px solid #707070;
  padding: 2rem 0;
}
@media screen and (max-width: 428px) {
  .companyProfile__detail dd {
    -ms-flex-preferred-size: calc(100% - 110px);
        flex-basis: calc(100% - 110px);
    max-width: calc(100% - 110px);
    padding: 1rem 0;
  }
}

/* 
end _company.scss
*/
/* 
start _privacypolicy.scss
*/
.privacyPolicy {
  max-width: 1080px;
  margin: 0 auto;
  width: 100%;
}
.privacyPolicy__terms {
  font-size: 1.4rem;
  line-height: 2;
}
@media screen and (max-width: 428px) {
  .privacyPolicy__terms {
    font-size: 1.2rem;
  }
}
.privacyPolicy__terms > dt {
  font-size: 1.6rem;
  font-weight: 500;
  margin-top: 1em;
}
@media screen and (max-width: 428px) {
  .privacyPolicy__terms > dt {
    font-size: 1.4rem;
  }
}
.privacyPolicy__terms > dt:first-child {
  margin-top: 0;
}
.privacyPolicy__terms > dd {
  padding-left: 2em;
}
@media screen and (max-width: 428px) {
  .privacyPolicy__terms > dd {
    padding-left: 0em;
  }
}
.privacyPolicy__terms ol.listnumber > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.privacyPolicy__terms ul.listdecimal > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.privacyPolicy__terms ul.listdecimal > li:before {
  content: "・";
}
.privacyPolicy__lead {
  font-size: 1.6rem;
  margin-bottom: 5vw;
  line-height: 2;
}
@media screen and (max-width: 428px) {
  .privacyPolicy__lead {
    font-size: 1.4rem;
    padding: 10vw 0;
  }
}
.privacyPolicy__contact {
  max-width: 640px;
  margin: 5vw auto;
  border: 3px double #707070;
  padding: 3rem;
  font-size: 1.6rem;
}
@media screen and (max-width: 428px) {
  .privacyPolicy__contact {
    font-size: 1.3rem;
    padding: 4vw 5vw;
  }
}
.privacyPolicy__establishment {
  font-size: 1.6rem;
  text-align: right;
}
@media screen and (max-width: 428px) {
  .privacyPolicy__establishment {
    font-size: 1.2rem;
  }
}
.privacyPolicy__establishment dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.privacyPolicy__establishment dl dt {
  padding-right: 1rem;
}
.privacyPolicy__establishment p {
  margin-top: 1rem;
  font-weight: 500;
}

/* 
end _privacypolicy.scss
*/
/* 
start _concept.scss
*/
.conceptPage {
  margin: 0vw -10vw 0;
}
@media screen and (max-width: 428px) {
  .conceptPage {
    margin-top: 0;
    margin: 0 -8vw;
  }
}
.conceptPageBlc {
  margin-top: 5vw;
  position: relative;
  height: 0;
}
.conceptPageBlc__inner {
  padding: 7.5vw;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 428px) {
  .conceptPageBlc__inner {
    padding: 0;
  }
}
.conceptPageBlc--1 {
  padding-top: 78vw;
  background: url(../img/concept/concept_p1.jpg) center bottom/cover no-repeat;
  background-attachment: fixed;
}
@media screen and (max-width: 428px) {
  .conceptPageBlc--1 {
    padding-top: 170vw;
    background: url(../img/concept/concept_p1.jpg) left 10% bottom/cover no-repeat;
  }
}
.conceptPageBlc--1 .conceptPageBlc__inner {
  padding: 5.7vw 5.7vw 3vw;
}
@media screen and (max-width: 428px) {
  .conceptPageBlc--1 .conceptPageBlc__inner {
    padding: 0;
  }
}
.conceptPageBlc--1 .conceptPageBlc__text {
  top: 5.7vw;
}
@media screen and (max-width: 428px) {
  .conceptPageBlc--1 .conceptPageBlc__text {
    top: 10px;
  }
}
.conceptPageBlc--2 {
  padding-top: 62vw;
  background: url(../img/concept/concept_p2.jpg) center bottom/cover no-repeat;
  background-attachment: fixed;
}
@media screen and (max-width: 428px) {
  .conceptPageBlc--2 {
    padding-top: 100vw;
    background: url(../img/concept/concept_p2.jpg) left 10% bottom/cover no-repeat;
  }
}
.conceptPageBlc--2 .conceptPageBlc__inner {
  padding: 12vw 7.5vw 3vw;
}
.conceptPageBlc--2 .conceptPageBlc__text {
  top: 5vw;
}
@media screen and (max-width: 428px) {
  .conceptPageBlc--2 .conceptPageBlc__text {
    top: 10px;
  }
}
.conceptPageBlc--3 {
  padding-top: 62vw;
  background: url(../img/concept/concept_p3.jpg) center bottom/cover no-repeat;
  background-attachment: fixed;
}
@media screen and (max-width: 428px) {
  .conceptPageBlc--3 {
    padding-top: 100vw;
    background: url(../img/concept/concept_p3.jpg) center bottom/cover no-repeat;
  }
}
.conceptPageBlc--3 .conceptPageBlc__inner {
  padding: 9.5vw 7.5vw 3vw;
}
.conceptPageBlc--3 .conceptPageBlc__text {
  top: 5vw;
}
@media screen and (max-width: 428px) {
  .conceptPageBlc--3 .conceptPageBlc__text {
    top: 10px;
  }
}
.conceptPageBlc--4 {
  padding-top: 47vw;
  background: url(../img/concept/concept_p4.jpg) center bottom/cover no-repeat;
  background-attachment: fixed;
  margin-bottom: 10vw;
}
@media screen and (max-width: 428px) {
  .conceptPageBlc--4 {
    padding-top: 58vw;
    background: url(../img/concept/concept_p4.jpg) left center/cover no-repeat;
    margin-bottom: 30vw;
  }
}
.conceptPageBlc--4 .conceptPageBlc__text {
  position: absolute;
  top: auto;
  right: 7.5vw;
  left: auto;
  bottom: 0;
  -webkit-transform: translate(0, 80%);
      -ms-transform: translate(0, 80%);
          transform: translate(0, 80%);
}
@media screen and (max-width: 428px) {
  .conceptPageBlc--4 .conceptPageBlc__text {
    right: 10px;
  }
}
.conceptPageBlc__text {
  position: -webkit-sticky;
  position: sticky;
  top: 5.7vw;
  left: 100%;
  background: rgba(109, 134, 66, 0.85);
  padding: 3vw;
  color: #fff;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 2.2;
  display: inline-block;
}
@media screen and (max-width: 428px) {
  .conceptPageBlc__text {
    position: absolute;
    top: 10px;
    right: 10px;
    left: auto;
    font-size: 3vw;
    font-weight: 500;
    line-height: 2;
  }
}
.conceptPageBlc__text--lg {
  font-size: 2.5rem;
}
@media screen and (max-width: 428px) {
  .conceptPageBlc__text--lg {
    font-size: 4vw;
  }
}
.conceptPageBlc__text > p {
  margin-bottom: 4rem;
}
@media screen and (max-width: 428px) {
  .conceptPageBlc__text > p {
    margin-bottom: 2rem;
  }
}
.conceptPageBlc__text > p:last-child {
  margin-bottom: 0;
}
.conceptPageBlc__title .lead {
  font-size: 1.9rem;
}
@media screen and (max-width: 428px) {
  .conceptPageBlc__title .lead {
    font-size: 1.5rem;
  }
}
.conceptPageBlc__title .titlelogo svg {
  margin-top: 0.5rem;
  display: block;
  fill: #fff;
}
@media screen and (max-width: 428px) {
  .conceptPageBlc__title .titlelogo svg {
    width: 231px;
    height: 24px;
  }
}
.conceptPageBlc.motion {
  opacity: 0;
  -webkit-transition: opacity 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: opacity 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.conceptPageBlc.motion.on {
  opacity: 1;
}
.conceptPage__undertitle {
  font-size: 2.4rem;
  letter-spacing: 0.06em;
  font-weight: 700;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 428px) {
  .conceptPage__undertitle {
    font-size: 5vw;
    line-height: 2;
    margin-bottom: 2.5vw;
  }
}
.conceptPage__underterxt {
  font-size: 1.6rem;
  line-height: 2;
  padding: 0 10vw;
  margin-top: 2vw;
  margin-bottom: 4vw;
}
@media screen and (max-width: 428px) {
  .conceptPage__underterxt {
    font-size: 3.4vw;
    padding: 0 7vw;
    margin: 5vw 0;
  }
}
.conceptPage__underterxt.motion {
  opacity: 0;
  -webkit-transition: opacity 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: opacity 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.conceptPage__underterxt.motion.on {
  opacity: 1;
}
.conceptPage__youtube {
  width: 80vw;
  max-width: 1088px;
  margin: 0 auto;
}
@media screen and (max-width: 428px) {
  .conceptPage__youtube {
    width: 100%;
    margin: 10vw auto;
  }
}
.conceptPage__youtubeinner {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  position: relative;
}
.conceptPage__youtubeinner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* 
end _concept.scss
*/
/* 
start _lineup.scss
*/
.lineupMainvisual {
  margin-top: -30px;
  margin-bottom: 150px;
  position: relative;
}
@media screen and (max-width: 428px) {
  .lineupMainvisual {
    margin: 0 -8vw 15vw;
  }
}
.lineupMainvisual__image {
  width: 100%;
  height: 0;
  padding-top: 60%;
}
.lineupMainvisual__image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.lineupMainvisual__logo {
  position: absolute;
  left: 0;
  bottom: 50%;
  margin-left: -10vw;
  padding: 35px 35px 35px 10vw;
  -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
          transform: translateY(50%);
}
@media screen and (max-width: 428px) {
  .lineupMainvisual__logo {
    margin-left: 0;
    bottom: 0;
    padding: 3vw 6vw;
    -webkit-transform: translateY(40%);
        -ms-transform: translateY(40%);
            transform: translateY(40%);
  }
}
.lineupMainvisual__logo:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  -webkit-transition: -webkit-transform 0.8s 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 0.8s 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: transform 0.8s 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.8s 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.8s 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.8s 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.lineupMainvisual__logo h2 {
  position: relative;
  z-index: 1;
}
.lineupMainvisual__logo h2 span {
  font-size: 2.2rem;
  display: block;
  text-align: center;
  color: #fff;
  letter-spacing: 0.06em;
  font-weight: 700;
  -webkit-transition: opacity 1s 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: opacity 1s 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 1s 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media screen and (max-width: 428px) {
  .lineupMainvisual__logo h2 span {
    font-size: 1.6rem;
  }
}
.lineupMainvisual__logo svg {
  fill: #fff;
  -webkit-transition: opacity 1s 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: opacity 1s 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 1s 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.lineupMainvisual__logo--yat {
  padding-right: 60px;
}
@media screen and (max-width: 428px) {
  .lineupMainvisual__logo--yat {
    padding: 3vw 6vw;
  }
}
@media screen and (max-width: 428px) {
  .lineupMainvisual__logo--yat svg {
    width: 95px;
    height: 42px;
  }
}
.lineupMainvisual__logo--yat:after {
  background-color: #6D8642;
}
@media screen and (max-width: 428px) {
  .lineupMainvisual__logo--carre svg {
    width: 176px;
    height: 42px;
  }
}
.lineupMainvisual__logo--carre:after {
  background-color: #F0B749;
}
.lineupMainvisual__logo--riv {
  padding-right: 60px;
}
@media screen and (max-width: 428px) {
  .lineupMainvisual__logo--riv {
    padding: 3vw 6vw;
  }
}
@media screen and (max-width: 428px) {
  .lineupMainvisual__logo--riv svg {
    width: 84px;
    height: 42px;
  }
}
.lineupMainvisual__logo--riv:after {
  background-color: #D07C5B;
}
@media screen and (max-width: 428px) {
  .lineupMainvisual__logo--feele svg {
    width: 167px;
    height: 63px;
  }
}
.lineupMainvisual__logo--feele:after {
  background-color: #7B887E;
}
@media screen and (max-width: 428px) {
  .lineupMainvisual__logo--costa svg {
    width: 168px;
    height: 43px;
  }
}
.lineupMainvisual__logo--costa:after {
  background-color: #5097AD;
}
@media screen and (max-width: 428px) {
  .lineupMainvisual__logo--lowas svg {
    width: 178px;
    height: 63px;
  }
}
.lineupMainvisual__logo--lowas:after {
  background-color: #6D6460;
}
.lineupMainvisual.motion {
  opacity: 0;
  -webkit-transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.lineupMainvisual.motion .lineupMainvisual__logo:after {
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
}
.lineupMainvisual.motion .lineupMainvisual__logo svg {
  opacity: 0;
}
.lineupMainvisual.motion .lineupMainvisual__logo span {
  opacity: 0;
}
.lineupMainvisual.motion.on {
  opacity: 1;
}
.lineupMainvisual.motion.on .lineupMainvisual__logo:after {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}
.lineupMainvisual.motion.on .lineupMainvisual__logo svg {
  opacity: 1;
}
.lineupMainvisual.motion.on .lineupMainvisual__logo span {
  opacity: 1;
}
.lineup__title {
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  margin: 80px auto 50px;
}
@media screen and (max-width: 428px) {
  .lineup__title {
    font-size: 5.4vw;
    margin: 10vw auto 5vw;
  }
}
.lineup__detail {
  margin: 50px auto;
}
.lineupDetail__wrapper {
  margin: 0 -10vw;
  background: #fff;
}
@media screen and (max-width: 428px) {
  .lineupDetail__wrapper {
    margin: 0 -8vw;
  }
}
.lineupDetail {
  padding: 90px 0 80px;
}
@media screen and (max-width: 428px) {
  .lineupDetail {
    padding: 10vw 0;
  }
}
.lineupDetail__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.lineupDetail__left {
  -ms-flex-preferred-size: 37%;
      flex-basis: 37%;
  max-width: 37%;
  padding-right: 2vw;
}
@media screen and (max-width: 428px) {
  .lineupDetail__left {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
}
.lineupDetail__left h2 {
  margin-bottom: 6rem;
}
@media screen and (max-width: 428px) {
  .lineupDetail__left h2 {
    margin-bottom: 5vw;
  }
}
.lineupDetail__left h2.yat-base svg {
  height: 44px;
  width: 273px;
  fill: #6D8642;
}
@media screen and (max-width: 428px) {
  .lineupDetail__left h2.yat-base svg {
    width: 164px;
    height: 42px;
  }
}
.lineupDetail__left h2.yat svg {
  fill: #6D8642;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 428px) {
  .lineupDetail__left h2.yat svg {
    width: 95px;
    height: 42px;
  }
}
.lineupDetail__left h2.carre svg {
  fill: #F0B749;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 428px) {
  .lineupDetail__left h2.carre svg {
    width: 176px;
    height: 42px;
  }
}
.lineupDetail__left h2.riv svg {
  fill: #D07C5B;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 428px) {
  .lineupDetail__left h2.riv svg {
    width: 84px;
    height: 42px;
  }
}
.lineupDetail__left h2.feele svg {
  fill: #7B887E;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 428px) {
  .lineupDetail__left h2.feele svg {
    width: 168px;
    height: 42px;
  }
}
.lineupDetail__left h2.costa svg {
  fill: #5097AD;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 428px) {
  .lineupDetail__left h2.costa svg {
    width: 168px;
    height: 42px;
  }
}
.lineupDetail__left h2.lowas svg {
  fill: #6D6460;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 428px) {
  .lineupDetail__left h2.lowas svg {
    width: 177.6px;
    height: 63px;
  }
}
.lineupDetail__left p {
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 428px) {
  .lineupDetail__left p {
    font-size: 1.4rem;
  }
}
.lineupDetail__left ul.list {
  font-size: 1.4rem;
  line-height: 2;
  margin-top: 10rem;
}
@media screen and (max-width: 428px) {
  .lineupDetail__left ul.list {
    font-size: 1.4rem;
    margin-top: 10vw;
  }
}
.lineupDetail__left ul.list > li {
  border-top: 0.5px solid #707070;
  padding: 2rem 1rem;
}
@media screen and (max-width: 428px) {
  .lineupDetail__left ul.list > li {
    padding: 3vw 2vw;
  }
}
.lineupDetail__left dl.plan dt {
  display: inline-block;
  background: #707070;
  padding: 0.3rem 1rem;
  line-height: 1.2;
  margin-bottom: 0.4em;
  font-weight: 500;
  color: #fff;
}
.lineupDetail__left dl.price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 3rem;
}
.lineupDetail__left dl.price dt {
  display: inline-block;
  border: 1px solid #000;
  padding: 0.3rem 1rem;
  line-height: 1.2;
  font-weight: 500;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: 1;
          flex-flow: 1;
  margin-top: 6px;
}
.lineupDetail__left dl.price dd {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-left: 1rem;
  line-height: 1;
}
.lineupDetail__left dl.price dd .kara {
  font-size: 2.5rem;
  font-weight: 700;
  display: inline-block;
}
.lineupDetail__left dl.price dd .price {
  font-size: 4rem;
  font-weight: 700;
}
.lineupDetail__left dl.price dd .yen {
  font-size: 1.8rem;
  font-weight: 700;
  margin-left: 0.5rem;
  display: inline-block;
}
.lineupDetail__left dl.price dd .intax {
  margin-top: 1rem;
  display: block;
}
.lineupDetail__right {
  -ms-flex-preferred-size: 63%;
      flex-basis: 63%;
  max-width: 63%;
}
@media screen and (max-width: 428px) {
  .lineupDetail__right {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
}
.lineupDetail .caution {
  font-size: 1.2rem;
  line-height: 2;
}
.lineupDetail .exterior__image {
  position: relative;
  width: 100%;
  padding-top: 57%;
  height: 0;
  margin-top: -90px;
}
@media screen and (max-width: 428px) {
  .lineupDetail .exterior__image {
    margin-top: 0;
  }
}
.lineupDetail .exterior__image--yat {
  padding-top: 57%;
}
.lineupDetail .exterior__image--feele {
  padding-top: 52%;
}
.lineupDetail .exterior__image--costa {
  padding-top: 52%;
}
.lineupDetail .exterior__image--lowas {
  padding-top: 52%;
}
.lineupDetail .exterior__image > li {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.lineupDetail .exterior__image > li img {
  display: block;
}
.lineupDetail .exterior__image > li.active {
  opacity: 1;
  visibility: visible;
}
.lineupDetail .exterior__image > li p {
  font-size: 1.6rem;
  font-weight: 700;
  margin-top: 5px;
  text-align: center;
}
.lineupDetail .exterior__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 2rem -7px 0;
}
.lineupDetail .exterior__button > li {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  max-width: 25%;
  padding: 7px;
  position: relative;
  cursor: pointer;
}
.lineupDetail .exterior__button > li:before {
  content: "";
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  display: block;
  border: 1px solid transparent;
  position: absolute;
  top: 4px;
  left: 4px;
}
.lineupDetail .exterior__button > li img {
  display: block;
  width: 100%;
}
.lineupDetail .exterior__button > li:hover:before {
  border-color: #707070;
}
.lineupDetail .exterior__button > li.active:before {
  border-color: #707070;
}
.lineupDetail .floor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 60px -20px 30px;
}
.lineupDetail .floor > li {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 50%;
  padding: 0 20px;
  position: relative;
}
.lineupDetail .floor > li p {
  display: inline-block;
  font-size: 1.7rem;
  font-weight: 500;
  padding: 0.3rem 1rem;
  position: absolute;
  top: -30px;
  left: 20px;
  line-height: 1;
  border: 1px solid #000;
}
.lineupDetail .floor > li img {
  width: 100%;
  height: 100%;
  display: block;
}
.lineup__point > li {
  margin: 150px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 428px) {
  .lineup__point > li {
    margin: 5vw 0;
  }
}
.lineup__point > li.first {
  margin-top: 60px;
}
@media screen and (max-width: 428px) {
  .lineup__point > li.first {
    margin-top: 5vw;
  }
}
.lineup__point > li.last {
  margin: 100px 0 0;
}
@media screen and (max-width: 428px) {
  .lineup__point > li.last {
    margin: 5vw 0 0;
  }
}
.lineup__point > li > * {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 50%;
}
@media screen and (max-width: 428px) {
  .lineup__point > li > * {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 428px) {
  .lineup__point > li .text {
    position: relative;
    padding-left: 0%;
    margin: 5vw 0 10vw;
  }
}
.lineup__point > li .text:before {
  font-size: 8rem;
  font-family: "roboto", serif;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 428px) {
  .lineup__point > li .text:before {
    display: none;
  }
}
.lineup__point > li .text h4 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.25;
}
@media screen and (max-width: 428px) {
  .lineup__point > li .text h4 {
    font-size: 5vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 428px) {
  .lineup__point > li .text h4:before {
    font-family: "roboto", serif;
    line-height: 1;
    font-weight: 400;
    font-size: 20vw;
    width: 16vw;
    padding-right: 2vw;
    text-align: center;
  }
}
.lineup__point > li .text p {
  font-size: 1.8rem;
  line-height: 2.2;
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #000;
}
@media screen and (max-width: 428px) {
  .lineup__point > li .text p {
    font-size: 1.4rem;
    padding-top: 0;
    border-top: none;
    line-height: 2;
    margin-top: 3vw;
  }
}
.lineup__point > li:nth-child(2n-1) .text {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding-right: 6vw;
}
@media screen and (max-width: 428px) {
  .lineup__point > li:nth-child(2n-1) .text {
    padding-right: 0;
  }
}
@media screen and (max-width: 428px) {
  .lineup__point > li:nth-child(2n-1) .text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.lineup__point > li:nth-child(2n-1) .text p {
  padding-right: 6vw;
  margin-right: -6vw;
}
@media screen and (max-width: 428px) {
  .lineup__point > li:nth-child(2n-1) .text p {
    padding-right: 0;
    margin-right: 0;
  }
}
.lineup__point > li:nth-child(2n-1) .image {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (max-width: 428px) {
  .lineup__point > li:nth-child(2n-1) .image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.lineup__point > li:nth-child(2n) .text {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding-left: 6vw;
}
@media screen and (max-width: 428px) {
  .lineup__point > li:nth-child(2n) .text {
    padding-left: 0;
  }
}
.lineup__point > li:nth-child(2n) .text p {
  padding-left: 6vw;
  margin-left: -6vw;
}
@media screen and (max-width: 428px) {
  .lineup__point > li:nth-child(2n) .text p {
    padding-left: 0;
    margin-left: 0;
  }
}
.lineup__point > li:nth-child(2n) .image {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.lineup__point > li.num1 .text:before {
  content: "1";
}
@media screen and (max-width: 428px) {
  .lineup__point > li.num1 h4:before {
    content: "1";
  }
}
.lineup__point > li.num2 .text:before {
  content: "2";
}
@media screen and (max-width: 428px) {
  .lineup__point > li.num2 h4:before {
    content: "2";
  }
}
.lineup__point > li.num3 .text:before {
  content: "3";
}
@media screen and (max-width: 428px) {
  .lineup__point > li.num3 h4:before {
    content: "3";
  }
}
.lineup__point > li.num4 .text:before {
  content: "4";
}
@media screen and (max-width: 428px) {
  .lineup__point > li.num4 h4:before {
    content: "4";
  }
}
.lineup__point > li.num5 .text:before {
  content: "5";
}
@media screen and (max-width: 428px) {
  .lineup__point > li.num5 h4:before {
    content: "5";
  }
}
.lineup__point > li.num6 .text:before {
  content: "6";
}
@media screen and (max-width: 428px) {
  .lineup__point > li.num6 h4:before {
    content: "6";
  }
}
.lineup__point > li.num7 .text:before {
  content: "7";
}
@media screen and (max-width: 428px) {
  .lineup__point > li.num7 h4:before {
    content: "7";
  }
}
.lineup__lead {
  font-size: 1.8rem;
  line-height: 2.2;
  max-width: 64%;
  margin: 0 auto;
}
@media screen and (max-width: 428px) {
  .lineup__lead {
    max-width: 100%;
    font-size: 3.6vw;
  }
}
.lineup__detail {
  margin: 50px auto;
}
.lineupRoomtour__wrapper {
  margin: 0 -10vw;
  background: #fff;
  padding: 1px 0 80px;
}
@media screen and (max-width: 428px) {
  .lineupRoomtour__wrapper {
    margin: 0 -8vw;
    padding: 1px 0 10vw;
  }
}
.lineupRoomtour {
  padding: 0px;
}
@media screen and (max-width: 428px) {
  .lineupRoomtour {
    padding: 0vw 0;
  }
}
.lineupRoomtour .movie {
  margin-top: 40px;
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}
.lineupRoomtour .movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.lineupSupport .title {
  text-align: center;
  font-weight: 500;
  font-size: 2.2rem;
  margin: 6rem 0 2rem;
}
@media screen and (max-width: 428px) {
  .lineupSupport .title {
    font-size: 5vw;
    margin: 5vw 0;
  }
}
.lineupSupport .caution {
  font-size: 1.2rem;
  text-align: right;
}
@media screen and (max-width: 428px) {
  .lineupSupport .caution {
    font-size: 1rem;
    text-align: left;
    margin-top: 1rem;
  }
}
.lineupSupport__list {
  margin: 0 -2vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 428px) {
  .lineupSupport__list {
    margin: 0 auto;
    max-width: 60vw;
  }
}
.lineupSupport__list--yat > li img {
  background-color: #6D8642;
}
.lineupSupport__list--carre > li img {
  background-color: #F0B749;
}
.lineupSupport__list--riv > li img {
  background-color: #D07C5B;
}
.lineupSupport__list--feele > li img {
  background-color: #7B887E;
}
.lineupSupport__list--costa > li img {
  background-color: #5097AD;
}
.lineupSupport__list--lowas > li img {
  background-color: #6D6460;
}
.lineupSupport__list > li {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  max-width: 25%;
  padding: 2vw;
}
@media screen and (max-width: 428px) {
  .lineupSupport__list > li {
    padding: 1vw;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
  }
}
.lineupSupport__list > li img {
  display: block;
}
.lineupModelhouse {
  margin: 50px -10vw;
  border-bottom: 1px solid #6D8642;
}
@media screen and (max-width: 428px) {
  .lineupModelhouse {
    margin: 10vw -8vw;
  }
}
.lineupModelhouse__nav {
  margin: 0 8vw;
  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: 428px) {
  .lineupModelhouse__nav {
    margin: 0 1vw;
  }
}
.lineupModelhouse__nav > li {
  -ms-flex-preferred-size: 33.3%;
      flex-basis: 33.3%;
  max-width: 33.3%;
  padding: 0 2vw;
  height: 50px;
}
@media screen and (max-width: 428px) {
  .lineupModelhouse__nav > li {
    padding: 0 1vw;
  }
}
.lineupModelhouse__nav > li span {
  border: 1px solid #6D8642;
  width: 100%;
  height: 100%;
  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: #F0F0F0;
  border-bottom: none;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
@media screen and (max-width: 428px) {
  .lineupModelhouse__nav > li span {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
}
.lineupModelhouse__nav > li span svg {
  fill: #BEBABA;
  height: 30px;
}
.lineupModelhouse__nav > li span.yat-base svg {
  width: 149px;
  height: 24px;
}
@media screen and (max-width: 428px) {
  .lineupModelhouse__nav > li span.yat-base svg {
    width: 74.5px;
    height: 12px;
  }
}
.lineupModelhouse__nav > li span.yat-carre svg {
  width: 171px;
  height: 24px;
}
@media screen and (max-width: 428px) {
  .lineupModelhouse__nav > li span.yat-carre svg {
    width: 85.5px;
    height: 12px;
  }
}
.lineupModelhouse__nav > li span.yat-riv svg {
  width: 125px;
  height: 24px;
}
@media screen and (max-width: 428px) {
  .lineupModelhouse__nav > li span.yat-riv svg {
    width: 62.5px;
    height: 12px;
  }
}
.lineupModelhouse__nav > li.active span {
  background-color: #6D8642;
}
.lineupModelhouse__nav > li.active span svg {
  fill: #fff;
}
.lineupModelhouse__nav > li:hover span {
  background-color: #6D8642;
}
.lineupModelhouse__nav > li:hover span svg {
  fill: #fff;
}
.lineupModelhouse__list {
  margin: 0 -2vw;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: none;
}
@media screen and (max-width: 428px) {
  .lineupModelhouse__list {
    margin: 0 -1vw;
  }
}
.lineupModelhouse__list.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.lineupModelhouse__list--single {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 5vw;
}
.lineupModelhouse__list > li {
  -ms-flex-preferred-size: 33.3%;
      flex-basis: 33.3%;
  max-width: 33.3%;
  padding: 0 2vw 4vw;
}
@media screen and (max-width: 428px) {
  .lineupModelhouse__list > li {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
    padding: 0 1vw 4vw;
  }
}
.lineupModelhouse__list > li dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 428px) {
  .lineupModelhouse__list > li dl {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.lineupModelhouse__list > li dl > dt,
.lineupModelhouse__list > li dl > dd {
  padding: 0.2rem 0;
}
@media screen and (max-width: 428px) {
  .lineupModelhouse__list > li dl > dt,
.lineupModelhouse__list > li dl > dd {
    padding: 0;
  }
}
.lineupModelhouse__list > li dl .mh_name {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  font-size: 1.6rem;
}
@media screen and (max-width: 428px) {
  .lineupModelhouse__list > li dl .mh_name {
    font-size: 1.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.lineupModelhouse__list > li dl .mh_name .area {
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1;
  padding: 0.2rem 0.7rem;
  border: 1px solid #707070;
  margin-right: 0.5rem;
}
@media screen and (max-width: 428px) {
  .lineupModelhouse__list > li dl .mh_name .area {
    font-size: 1rem;
  }
}
.lineupModelhouse__list > li dl .cp_name {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  font-size: 1.4rem;
  font-weight: 700;
}
@media screen and (max-width: 428px) {
  .lineupModelhouse__list > li dl .cp_name {
    font-size: 1.3rem;
  }
}
.lineupModelhouse__list > li dl .image {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding-bottom: 1rem;
}
.lineupModelhouse__list > li > a[href=""] {
  pointer-events: none;
}
.lineupOther {
  background: #fff;
  padding: 1px 0 5vw;
  margin: 10vw -10vw 0;
}
@media screen and (max-width: 428px) {
  .lineupOther {
    margin: 10vw -8vw 0;
  }
}
.lineupOther__wrapper {
  background: #fff;
  padding: 0 10vw;
}
.lineupOther--common {
  margin-top: 0;
  padding-top: 5vw;
}
.lineupOther__list {
  margin: 0 -1vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.lineupOther__list > li {
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
  max-width: 20%;
  padding: 10px;
}
@media screen and (max-width: 428px) {
  .lineupOther__list > li {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
    padding: 5px;
  }
}
.lineupOther__list > li a {
  display: block;
  border: 3px solid transparent;
}
.lineupOther__list > li img {
  display: block;
  border: 1px solid #cccccc;
}
.lineupOther__list--yat li.yat a {
  border-color: #6D8642;
}
.lineupOther__list--yat li.yat a img {
  border-color: #6D8642;
}
.lineupOther__list li.yat a:hover {
  border-color: #6D8642;
}
.lineupOther__list li.yat a:hover img {
  border-color: #6D8642;
}
.lineupOther__list--carre li.carre a {
  border-color: #F0B749;
}
.lineupOther__list--carre li.carre a img {
  border-color: #F0B749;
}
.lineupOther__list li.carre a:hover {
  border-color: #F0B749;
}
.lineupOther__list li.carre a:hover img {
  border-color: #F0B749;
}
.lineupOther__list--riv li.riv a {
  border-color: #D07C5B;
}
.lineupOther__list--riv li.riv a img {
  border-color: #D07C5B;
}
.lineupOther__list li.riv a:hover {
  border-color: #D07C5B;
}
.lineupOther__list li.riv a:hover img {
  border-color: #F0B749;
}
.lineupOther__list--feele li.feele a {
  border-color: #7B887E;
}
.lineupOther__list--feele li.feele a img {
  border-color: #7B887E;
}
.lineupOther__list li.feele a:hover {
  border-color: #7B887E;
}
.lineupOther__list li.feele a:hover img {
  border-color: #7B887E;
}
.lineupOther__list--costa li.costa a {
  border-color: #5097AD;
}
.lineupOther__list--costa li.costa a img {
  border-color: #5097AD;
}
.lineupOther__list li.costa a:hover {
  border-color: #5097AD;
}
.lineupOther__list li.costa a:hover img {
  border-color: #5097AD;
}
.lineupOther__list--lowas li.lowas a {
  border-color: #6D6460;
}
.lineupOther__list--lowas li.lowas a img {
  border-color: #6D6460;
}
.lineupOther__list li.lowas a:hover {
  border-color: #6D6460;
}
.lineupOther__list li.lowas a:hover img {
  border-color: #6D6460;
}

.cnt + .lineupOther {
  margin-top: -10vw;
  padding: 1px 0 5vw;
}
@media screen and (max-width: 428px) {
  .cnt + .lineupOther {
    margin-top: 0;
  }
}

/* 
end _lineup.scss
*/
/* 
start _lifestyle.scss
*/
.lifestyle__mainvisual {
  margin-top: 40px;
  position: relative;
}
@media screen and (max-width: 428px) {
  .lifestyle__mainvisual {
    margin: 5vw -8vw;
  }
}
.lifestyle__mainvisual .image {
  padding-top: 62%;
  height: 0;
  width: 100%;
  position: relative;
}
.lifestyleNumber {
  background: #F8FAFB;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #6D8642;
  position: absolute;
  left: -1px;
  top: -1px;
  width: 90px;
  height: 90px;
}
@media screen and (max-width: 428px) {
  .lifestyleNumber {
    width: 15vw;
    height: 15vw;
  }
}
.lifestyleNumber > * {
  display: block;
  line-height: 1;
  font-weight: 400;
}
.lifestyleNumber .vol {
  font-size: 2.4rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 428px) {
  .lifestyleNumber .vol {
    font-size: 3.6vw;
  }
}
.lifestyleNumber .number {
  font-size: 5.7rem;
}
@media screen and (max-width: 428px) {
  .lifestyleNumber .number {
    font-size: 10vw;
  }
}
.lifestyleTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.lifestyleTitle__title {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  font-size: 2rem;
  margin-top: 1rem;
}
@media screen and (max-width: 428px) {
  .lifestyleTitle__title {
    font-size: 3.4vw;
  }
}
.lifestyleTitle__lead {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.7;
  margin-top: 0.4em;
}
@media screen and (max-width: 428px) {
  .lifestyleTitle__lead {
    font-size: 4.4vw;
  }
}
.lifestyleArc {
  margin-top: 10vw;
}
.lifestyle__blc {
  margin: 90px 0;
}
@media screen and (max-width: 428px) {
  .lifestyle__blc {
    margin: 10vw 0;
  }
}
.lifestyleLy .txt {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  margin-top: 1rem;
  line-height: 2;
}
@media screen and (max-width: 428px) {
  .lifestyleLy .txt {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
.lifestyleLy .image {
  position: relative;
  display: block;
}
.lifestyleLy .image img {
  display: block;
}
.lifestyleLy .title {
  font-weight: 700;
  font-size: 2.2rem;
  letter-spacing: 0.08em;
  line-height: 1.5;
  margin-top: 1em;
  margin-bottom: 0.8em;
}
@media screen and (max-width: 428px) {
  .lifestyleLy .title {
    font-size: 4.2vw;
    letter-spacing: 0.05em;
  }
}
.lifestyleLy .title:first-child:before {
  content: "";
  display: block;
  width: 1px;
  height: 1px;
  margin-top: -1.4em;
}
.lifestyleLy--column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -1.5vw;
  margin-right: -1.5vw;
}
@media screen and (max-width: 428px) {
  .lifestyleLy--column {
    margin-left: -7vw;
    margin-right: -7vw;
  }
}
.lifestyleLy--column > * {
  padding: 0 1.5vw;
}
@media screen and (max-width: 428px) {
  .lifestyleLy--column > * {
    padding: 0 0.5vw;
  }
}
@media screen and (max-width: 428px) {
  .lifestyleLy--1 {
    margin-left: -6.5vw;
    margin-right: -6.5vw;
  }
}
.lifestyleLy--1 .image {
  width: 100%;
  padding-top: 56%;
  height: 0;
}
@media screen and (max-width: 428px) {
  .lifestyleLy--1 .txt {
    padding: 0 4vw;
  }
}
.lifestyleLy--2 .image {
  width: 100%;
  padding-top: 73%;
  height: 0;
}
.lifestyleLy--2 .block {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 50%;
}
@media screen and (max-width: 428px) {
  .lifestyleLy--2 .txt {
    padding: 0 4vw;
    font-size: 1.2rem;
  }
}
.lifestyleLy--3 .image {
  width: 100%;
}
.lifestyleLy--3 .block {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 50%;
}
@media screen and (max-width: 428px) {
  .lifestyleLy--3 .block {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 428px) {
  .lifestyleLy--3 .block--text {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 0 4vw;
    margin-bottom: 5vw;
  }
}
@media screen and (max-width: 428px) {
  .lifestyleLy--3 .block--photo {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 0 2vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 428px) {
  .lifestyleLy--3 .block--photo .image {
    -ms-flex-preferred-size: 55%;
        flex-basis: 55%;
    max-width: 55%;
    display: block;
    padding-left: 2vw;
  }
}
@media screen and (max-width: 428px) {
  .lifestyleLy--3 .block--photo .txt {
    -ms-flex-preferred-size: 45%;
        flex-basis: 45%;
    max-width: 45%;
    margin-top: 0;
    padding: 0 0 0 2vw;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 428px) {
  .lifestyleLy--4 {
    margin: 0 -8vw;
  }
}
.lifestyleLy--4 .image {
  width: 100%;
  padding-top: 100%;
  height: 0;
}
@media screen and (max-width: 428px) {
  .lifestyleLy--4 .txt {
    padding: 0 2vw;
    font-size: 1.1rem;
    line-height: 1.6;
  }
}
.lifestyleLy--4 .block {
  -ms-flex-preferred-size: 33.3%;
      flex-basis: 33.3%;
  max-width: 33.3%;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 428px) {
  .lifestyleLy--4 .block {
    padding: 0 0.5px;
    margin-top: 3vw;
    margin-bottom: 3vw;
  }
}
.lifestyleLy--5 .image {
  width: 100%;
}
.lifestyleLy--5 .block--left {
  -ms-flex-preferred-size: 33.3%;
      flex-basis: 33.3%;
  max-width: 33.3%;
}
.lifestyleLy--5 .block--left .image {
  width: 100%;
  padding-top: 145%;
  height: 0;
}
@media screen and (max-width: 428px) {
  .lifestyleLy--5 .block--left .txt {
    padding: 0 2vw 0 2vw;
    font-size: 1.2rem;
  }
}
.lifestyleLy--5 .block--right {
  -ms-flex-preferred-size: 66.6%;
      flex-basis: 66.6%;
  max-width: 66.6%;
}
.lifestyleLy--5 .block--right .image {
  width: 100%;
  padding-top: 68%;
  height: 0;
}
@media screen and (max-width: 428px) {
  .lifestyleLy--5 .block--right .image {
    padding-top: 71.5%;
  }
}
@media screen and (max-width: 428px) {
  .lifestyleLy--5 .block--right .txt {
    padding: 0 4vw;
    font-size: 1.2rem;
  }
}
.lifestylePlan {
  margin: 0 -10vw;
  position: relative;
}
@media screen and (max-width: 428px) {
  .lifestylePlan {
    margin: 10vw -8vw 0;
  }
}
.lifestylePlan__inner {
  padding: 4vw 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1080px;
  margin: 0 auto;
}
.lifestylePlan__inner .image {
  -ms-flex-preferred-size: 65%;
      flex-basis: 65%;
  max-width: 65%;
  min-height: 370px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 428px) {
  .lifestylePlan__inner .image {
    min-height: 180px;
  }
}
.lifestylePlan__inner .txt {
  -ms-flex-preferred-size: 35%;
      flex-basis: 35%;
  max-width: 35%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 428px) {
  .lifestylePlan__inner .txt {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
    margin-left: -15%;
  }
}
.lifestylePlan__inner .title {
  display: inline-block;
  position: absolute;
  top: 4vw;
  left: 10vw;
  color: #fff;
  line-height: 1;
  font-size: 1.8rem;
  font-weight: 700;
  background: #707070;
  padding: 0.5rem 1.5rem 0.7rem;
}
@media screen and (max-width: 428px) {
  .lifestylePlan__inner .title {
    font-size: 1.2rem;
    font-weight: 500;
    padding: 0.5rem 1rem;
    left: 4vw;
  }
}
.lifestylePlan .lead {
  height: 28px;
  width: auto;
  margin-bottom: 30px;
  font-size: 2rem;
  font-weight: 700;
  color: #3C3937;
}
@media screen and (max-width: 428px) {
  .lifestylePlan .lead {
    height: 12px;
    margin-bottom: 5vw;
    font-size: 3vw;
  }
}
.lifestylePlan .prd span {
  display: block;
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  margin: 10px 0;
}
.lifestylePlan .prd--yat svg {
  max-width: 158px;
  fill: #6D8642;
}
@media screen and (max-width: 428px) {
  .lifestylePlan .prd--yat svg {
    width: 22.26vw;
    height: 9.8vw;
  }
}
.lifestylePlan .prd--yat span {
  color: #6D8642;
}
.lifestylePlan .prd--carre svg {
  max-width: 294px;
  fill: #F0B749;
}
@media screen and (max-width: 428px) {
  .lifestylePlan .prd--carre svg {
    width: 41.16vw;
    height: 9.8vw;
  }
}
.lifestylePlan .prd--carre span {
  color: #F0B749;
}
.lifestylePlan .prd--riv svg {
  max-width: 158px;
  fill: #D07C5B;
}
@media screen and (max-width: 428px) {
  .lifestylePlan .prd--riv svg {
    width: 19.6vw;
    height: 9.8vw;
  }
}
.lifestylePlan .prd--riv span {
  color: #D07C5B;
}
.lifestylePlan .prd--feele svg {
  max-width: 279px;
  fill: #7B887E;
}
@media screen and (max-width: 428px) {
  .lifestylePlan .prd--feele svg {
    width: 39.06vw;
    height: 9.8vw;
  }
}
.lifestylePlan .prd--feele span {
  color: #7B887E;
}
.lifestylePlan .prd--costa svg {
  max-width: 279px;
  fill: #5097AD;
}
@media screen and (max-width: 428px) {
  .lifestylePlan .prd--costa svg {
    width: 39.06vw;
    height: 9.8vw;
  }
}
.lifestylePlan .prd--costa span {
  color: #5097AD;
}
.lifestylePlan .prd--lowas svg {
  max-width: 270px;
  fill: #6D6460;
}
@media screen and (max-width: 428px) {
  .lifestylePlan .prd--lowas svg {
    width: 41.58vw;
    height: 14.84vw;
  }
}
.lifestylePlan--yat {
  background: rgba(109, 134, 66, 0.1);
}
.lifestylePlan--carre {
  background: rgba(240, 183, 73, 0.1);
}
.lifestylePlan--riv {
  background: rgba(208, 124, 91, 0.1);
}
.lifestylePlan--feele {
  background: rgba(123, 136, 126, 0.1);
}
.lifestylePlan--costa {
  background: rgba(80, 151, 173, 0.1);
}
.lifestylePlan--lowas {
  background: rgba(109, 100, 96, 0.1);
}
.lifestyleNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 428px) {
  .lifestyleNav {
    margin: 0 -8vw;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.lifestyleNav a {
  display: block;
  margin: 0 auto;
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (max-width: 428px) {
  .lifestyleNav a {
    font-size: 1.2rem;
    padding: 4vw;
  }
}
.lifestyleNav a:hover .yaji {
  -webkit-transform: translateX(0px);
      -ms-transform: translateX(0px);
          transform: translateX(0px);
}
.lifestyleNav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.lifestyleNav__list .volNum {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: 1;
          flex-flow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #6D8642;
}
.lifestyleNav__list .volNum > * {
  display: block;
  line-height: 1;
  font-weight: 500;
}
.lifestyleNav__list .volNum .vol {
  font-size: 1.6rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 428px) {
  .lifestyleNav__list .volNum .vol {
    font-size: 1.2rem;
  }
}
.lifestyleNav__list .volNum .number {
  font-size: 5.7rem;
}
@media screen and (max-width: 428px) {
  .lifestyleNav__list .volNum .number {
    font-size: 10vw;
  }
}
@media screen and (max-width: 428px) {
  .lifestyleNav__list .txt br {
    display: none;
  }
}
.lifestyleNav__list .yaji {
  width: 50px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateX(-5px);
      -ms-transform: translateX(-5px);
          transform: translateX(-5px);
}
.lifestyleNav__list .yaji svg {
  stroke: #000;
  stroke-width: 2px;
  width: 30px;
  height: 9px;
  display: block;
}
.lifestyleNav .left {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 50%;
}
.lifestyleNav .left a {
  margin: 0 auto 0 0;
}
.lifestyleNav .left .volNum {
  padding-right: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.lifestyleNav .left .txt {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.lifestyleNav .left .yaji {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-left: -50px;
  -webkit-transform: translateX(5px);
      -ms-transform: translateX(5px);
          transform: translateX(5px);
}
@media screen and (max-width: 428px) {
  .lifestyleNav .left .yaji {
    margin-left: 0;
  }
}
.lifestyleNav .left .yaji svg {
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
  margin: 0 auto 0 0;
}
.lifestyleNav .right {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 50%;
}
.lifestyleNav .right a {
  margin: 0 0 0 auto;
}
.lifestyleNav .right .lifestyleNav__list {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.lifestyleNav .right .volNum {
  padding-left: 2rem;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (max-width: 428px) {
  .lifestyleNav .right .volNum {
    padding-left: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.lifestyleNav .right .txt {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (max-width: 428px) {
  .lifestyleNav .right .txt {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.lifestyleNav .right .yaji {
  margin-right: -50px;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
@media screen and (max-width: 428px) {
  .lifestyleNav .right .yaji {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-right: 0;
  }
}
.lifestyleNav .right .yaji svg {
  margin: 0 0 0 auto;
}
.lifestyleNav .bottom {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
  text-align: center;
}
.lifestyleStories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1140px;
  margin: 0 auto;
}
@media screen and (max-width: 428px) {
  .lifestyleStories {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.lifestyleStories__wrapper {
  padding-bottom: 10vw;
  margin: 0 -10vw;
}
@media screen and (max-width: 428px) {
  .lifestyleStories__wrapper {
    margin: 0;
  }
}
.lifestyleStories__list {
  padding: 30px;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 50%;
}
@media screen and (max-width: 428px) {
  .lifestyleStories__list {
    padding: 0;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 10vw;
  }
}
.lifestyleStories__list > a:hover .lifestyleStory__image:before {
  background: rgba(0, 0, 0, 0.2);
}
.lifestyleStories__list > a:hover .lifestyleStory__image img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.lifestyleStories .lifestyleStory {
  position: relative;
  width: 100%;
  padding-top: 100%;
  height: 0;
}
@media screen and (max-width: 428px) {
  .lifestyleStories .lifestyleStory {
    padding-top: 65%;
  }
}
.lifestyleStories .lifestyleStory__title {
  position: absolute;
  bottom: 70px;
  left: 0;
  z-index: 2;
  line-height: 1.2;
  font-size: 1.8rem;
}
@media screen and (max-width: 428px) {
  .lifestyleStories .lifestyleStory__title {
    font-size: 3.2vw;
    bottom: 2vw;
  }
}
.lifestyleStories .lifestyleStory__title .title > span {
  font-weight: 700;
  padding: 0.4rem 1rem 0.4rem 1rem;
  background: #fff;
  margin: 0.6rem 0;
  display: inline-block;
}
@media screen and (max-width: 428px) {
  .lifestyleStories .lifestyleStory__title .title > span {
    margin: 0.3rem 0;
  }
}
.lifestyleStories .lifestyleStory__title .name {
  font-size: 1.4rem;
  display: inline-block;
  margin: 0.6rem auto 0 0;
  font-weight: 500;
  background: #fff;
  padding: 0.4rem 1rem;
}
@media screen and (max-width: 428px) {
  .lifestyleStories .lifestyleStory__title .name {
    margin: 0.3rem auto 0 0;
    font-size: 2.4vw;
  }
}
.lifestyleStories .lifestyleStory__title .name__1 {
  margin-right: 1rem;
}
@media screen and (max-width: 428px) {
  .lifestyleStories .lifestyleStory__title .name__1 {
    margin-right: 1vw;
  }
}
.lifestyleStories .lifestyleStory__number {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #6D8642;
  font-family: "Roboto";
  color: #fff;
  font-weight: 500;
  padding: 1rem 2rem;
}
@media screen and (max-width: 428px) {
  .lifestyleStories .lifestyleStory__number {
    padding: 1vw 2vw;
  }
}
.lifestyleStories .lifestyleStory__number > * {
  display: block;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.1em;
  padding-left: 0.1em;
}
.lifestyleStories .lifestyleStory__number .number-1 {
  font-size: 2rem;
}
@media screen and (max-width: 428px) {
  .lifestyleStories .lifestyleStory__number .number-1 {
    font-size: 3vw;
  }
}
.lifestyleStories .lifestyleStory__number .number-2 {
  font-size: 6.9rem;
}
@media screen and (max-width: 428px) {
  .lifestyleStories .lifestyleStory__number .number-2 {
    font-size: 8vw;
  }
}
.lifestyleStories .lifestyleStory__link {
  font-size: 2.4rem;
  font-weight: 700;
  background: #6D8642;
  color: #fff;
  line-height: 1;
  padding: 0.5em 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  bottom: 20px;
  right: 0;
  z-index: 2;
}
@media screen and (max-width: 428px) {
  .lifestyleStories .lifestyleStory__link {
    font-size: 3.4vw;
    font-weight: 500;
    bottom: 0;
    -webkit-transform: translateY(50%);
        -ms-transform: translateY(50%);
            transform: translateY(50%);
  }
}
.lifestyleStories .lifestyleStory__link svg {
  stroke: #fff;
  margin-left: 1rem;
  stroke-width: 2px;
}
@media screen and (max-width: 428px) {
  .lifestyleStories .lifestyleStory__link svg {
    width: 22px;
    height: 9px;
  }
}
.lifestyleStories .lifestyleStory__image {
  overflow: hidden;
}
.lifestyleStories .lifestyleStory__image:before {
  position: absolute;
  z-index: 1;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  -webkit-transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.lifestyleStories .lifestyleStory__image img {
  -webkit-transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  display: block;
}

/* 
end _lifestyle.scss
*/
/* 
start _catalog.scss
*/
.catalogLists__wrapper {
  max-width: 900px;
  margin: 80px auto;
}
@media screen and (max-width: 428px) {
  .catalogLists__wrapper {
    margin: 10vw auto;
  }
}
.catalogLists {
  margin: 0 -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 428px) {
  .catalogLists {
    margin: 0 -15px;
  }
}
.catalogLists > li {
  padding: 0 15px 30px;
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
  max-width: 20%;
}
@media screen and (max-width: 428px) {
  .catalogLists > li {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
    padding: 0 15px;
    margin-bottom: 10vw;
  }
}
.catalogLists .catalog-detail {
  text-align: center;
}
.catalogLists .catalog-detail .title {
  font-size: 1.6rem;
  line-height: 1.4;
  min-height: 5rem;
}
.catalogLists .catalog-detail .title span {
  font-size: 1.4rem;
}
@media screen and (max-width: 428px) {
  .catalogLists .catalog-detail .title {
    font-size: 1.4rem;
    min-height: 4.4rem;
  }
  .catalogLists .catalog-detail .title span {
    font-size: 1.2rem;
  }
}
.catalogLists .catalog-detail .volume {
  font-size: 1.2rem;
  color: #707070;
}
.catalogLists .catalog-detail .volume:before {
  content: "";
  font-family: "fontAwesome";
  margin-right: 3px;
}
.catalogLists .catalog-detail .download {
  font-size: 1.6rem;
  margin-top: 10px;
  border: 1px solid #707070;
  color: #707070;
  height: 33px;
  border-radius: 3px;
  background: #fff;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: background-color 0.3s, color 0.3s;
  -o-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
.catalogLists .catalog-detail .download:before {
  font-size: 1.9rem;
  width: 33px;
  height: 23px;
  content: "";
  font-family: "fontAwesome";
  line-height: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-right: 1px solid #C7C7C7;
  margin-right: 8px;
}
@media screen and (max-width: 428px) {
  .catalogLists .catalog-detail .download {
    font-size: 1.4rem;
  }
  .catalogLists .catalog-detail .download:before {
    font-size: 1.6rem;
  }
}
.catalogLists a {
  display: block;
}
.catalogLists a:hover .download {
  background: #707070;
  color: #fff;
}

/* 
end _catalog.scss
*/
/* 
start _partner.scss
*/
.partnerSelect__wrapper {
  width: 100%;
  margin: 3vw auto;
}
.partnerSelect {
  margin: 0 -2vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.partnerSelect > li {
  padding: 0 2vw;
}
.partnerSelect__box {
  border: 1px solid #6D8642;
  position: relative;
  display: inline-block;
}
.partnerSelect__box select {
  padding: 10px 65px 10px 15px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 1.6rem;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  border: none;
  outline: none;
}
@media screen and (max-width: 428px) {
  .partnerSelect__box select {
    font-size: 1.2rem;
    padding: 10px 35px 10px 10px;
  }
}
.partnerSelect__box:before {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 45px;
  height: 100%;
  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;
  color: #fff;
  font-size: 3rem;
  content: "";
  pointer-events: none;
  font-family: "fontAwesome";
  background: #6D8642;
}
@media screen and (max-width: 428px) {
  .partnerSelect__box:before {
    width: 25px;
    font-size: 2rem;
  }
}
.partnerArea {
  max-width: 54vw;
  min-width: 740px;
  width: 100%;
  margin: 5vw auto;
}
@media screen and (max-width: 428px) {
  .partnerArea {
    min-width: 100%;
    max-width: auto;
    margin: 0 auto;
  }
}
.partnerArea__areatitle {
  margin: 70px 0 10px;
  font-size: 2.5rem;
}
@media screen and (max-width: 428px) {
  .partnerArea__areatitle {
    font-size: 1.8rem;
    margin-left: -2vw;
    margin: 10vw 0 5px -2vw;
  }
}
.partnerArea__areatitle em,
.partnerArea__areatitle strong {
  font-weight: 400;
}
.partnerAreaLists {
  margin: 10px 0;
}
@media screen and (max-width: 428px) {
  .partnerAreaLists {
    margin: 5px -2vw;
  }
}
.partnerAreaLists > li {
  border-top: 1px solid #707070;
  padding-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 25px;
}
@media screen and (max-width: 428px) {
  .partnerAreaLists > li {
    border-top: 2px solid #707070;
  }
}
.partnerArea__prefname {
  -ms-flex-preferred-size: 80px;
      flex-basis: 80px;
  max-width: 80px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.4rem 0.5rem;
  white-space: nowrap;
  font-size: 1.4rem;
  border: 1px solid #707070;
  line-height: 1;
}
@media screen and (max-width: 428px) {
  .partnerArea__prefname {
    -ms-flex-preferred-size: 60px;
        flex-basis: 60px;
    max-width: 60px;
    margin-bottom: 10px;
    font-size: 1rem;
  }
}
.partnerArea__prefLists {
  -ms-flex-preferred-size: calc(100% - 80px);
      flex-basis: calc(100% - 80px);
  max-width: calc(100% - 80px);
  padding-left: 30px;
}
@media screen and (max-width: 428px) {
  .partnerArea__prefLists {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    padding-left: 0;
  }
}
.partnerArea__prefLists > li {
  border-top: 1px solid #707070;
  padding: 25px 0;
}
@media screen and (max-width: 428px) {
  .partnerArea__prefLists > li {
    border-color: #ccc;
  }
}
.partnerArea__prefLists > li:first-child {
  padding-top: 0px;
  border-top: none;
}

.standbyhomePartner {
  padding-right: 220px;
  position: relative;
}
@media screen and (max-width: 428px) {
  .standbyhomePartner {
    padding-right: 120px;
  }
}
.standbyhomePartner .name {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 10px;
}
@media screen and (max-width: 428px) {
  .standbyhomePartner .name {
    font-size: 1.6rem;
  }
}
.standbyhomePartner .name a:after {
  content: "";
  font-family: "fontAwesome";
  margin-left: 0.3em;
}
.standbyhomePartner .txt {
  font-size: 1.4rem;
  line-height: 1.6;
}
@media screen and (max-width: 428px) {
  .standbyhomePartner .txt {
    font-size: 1.2rem;
  }
}
.standbyhomePartner .link {
  position: absolute;
  top: 0;
  right: 0;
}
.standbyhomePartner .link a {
  display: block;
  background: #F0833F;
  color: #fff;
  font-size: 1.4rem;
  width: 220px;
  padding: 10px 40px 10px 15px;
  border-radius: 3px;
}
@media screen and (max-width: 428px) {
  .standbyhomePartner .link a {
    font-size: 1rem;
    width: 130px;
    padding: 5px 5px;
    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;
  }
}
.standbyhomePartner .link a:after {
  content: "";
  font-family: "fontAwesome";
  margin-left: 0.3em;
}
.standbyhomePartner .link a svg {
  width: 20px;
  height: 7px;
  stroke: #fff;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0%, -50%);
      -ms-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  stroke-width: 2px;
}
@media screen and (max-width: 428px) {
  .standbyhomePartner .link a svg {
    display: none;
  }
}
.standbyhomePartner .modelhouse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -220px;
  padding-top: 25px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 428px) {
  .standbyhomePartner .modelhouse {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: -120px;
    padding-left: 10px;
  }
}
.standbyhomePartner .modelhouse__title {
  -ms-flex-preferred-size: 80px;
      flex-basis: 80px;
  max-width: 80px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #707070;
  line-height: 1;
  padding: 0.4rem 1rem;
  white-space: nowrap;
}
@media screen and (max-width: 428px) {
  .standbyhomePartner .modelhouse__title {
    margin-bottom: 10px;
    padding: 0.4rem 0.5rem;
  }
}

.partnerModelhouse {
  position: relative;
  padding-right: 220px;
  padding-left: 20px;
  -ms-flex-preferred-size: calc(100% - 80px);
      flex-basis: calc(100% - 80px);
  max-width: calc(100% - 80px);
}
@media screen and (max-width: 428px) {
  .partnerModelhouse {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 120px;
  }
}
.partnerModelhouse > .name {
  font-size: 2rem;
}
@media screen and (max-width: 428px) {
  .partnerModelhouse > .name {
    font-size: 1.3rem;
  }
}
.partnerModelhouse .lineup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 5px -2px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 428px) {
  .partnerModelhouse .lineup {
    margin: 5px -1px;
  }
}
.partnerModelhouse .lineup > li {
  padding: 0 2px;
}
@media screen and (max-width: 428px) {
  .partnerModelhouse .lineup > li {
    padding: 1px;
  }
}
.partnerModelhouse .lineup img {
  height: 18px;
  display: block;
}
@media screen and (max-width: 428px) {
  .partnerModelhouse .lineup img {
    height: 14px;
  }
}

/* 
end _partner.scss
*/
/* 
start _news.scss
*/
.news {
  background: #E0E8DB;
  padding: 80px 0px;
}
.newsLists, .blogLists, .eventLists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 3vw -1.5vw 0.5vw;
}
@media screen and (max-width: 428px) {
  .newsLists, .blogLists, .eventLists {
    margin: 5vw 0 5vw;
  }
}
.newsLists__news, .blogLists__blog, .eventLists__event {
  -ms-flex-preferred-size: 33%;
      flex-basis: 33%;
  max-width: 33%;
  padding: 2vw 1.5vw 3vw;
}
@media screen and (max-width: 428px) {
  .newsLists__news, .blogLists__blog, .eventLists__event {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    padding: 2vw 0;
    margin-bottom: 1vw;
  }
}
.newsLists__news > a, .blogLists__blog > a, .eventLists__event > a {
  display: block;
}
.newsLists.motion .topNewsLists__news, .motion.blogLists .topNewsLists__news, .motion.eventLists .topNewsLists__news {
  opacity: 0;
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
}
.newsLists.motion .topNewsLists__news:nth-of-type(1), .motion.blogLists .topNewsLists__news:nth-of-type(1), .motion.eventLists .topNewsLists__news:nth-of-type(1) {
  -webkit-transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s;
  -o-transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s;
  transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s;
}
.newsLists.motion .topNewsLists__news:nth-of-type(2), .motion.blogLists .topNewsLists__news:nth-of-type(2), .motion.eventLists .topNewsLists__news:nth-of-type(2) {
  -webkit-transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s;
  -o-transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s;
  transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s;
}
.newsLists.motion .topNewsLists__news:nth-of-type(3), .motion.blogLists .topNewsLists__news:nth-of-type(3), .motion.eventLists .topNewsLists__news:nth-of-type(3) {
  -webkit-transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.6s;
  -o-transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.6s;
  transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.6s;
}
.newsLists.motion .topNewsLists__news:nth-of-type(4), .motion.blogLists .topNewsLists__news:nth-of-type(4), .motion.eventLists .topNewsLists__news:nth-of-type(4) {
  -webkit-transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.8s;
  -o-transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.8s;
  transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.8s;
}
.newsLists.motion .topNewsLists__news:nth-of-type(5), .motion.blogLists .topNewsLists__news:nth-of-type(5), .motion.eventLists .topNewsLists__news:nth-of-type(5) {
  -webkit-transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s;
  -o-transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s;
  transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s;
}
.newsLists.motion .topNewsLists__news:nth-of-type(6), .motion.blogLists .topNewsLists__news:nth-of-type(6), .motion.eventLists .topNewsLists__news:nth-of-type(6) {
  -webkit-transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.2s;
  -o-transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.2s;
  transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.2s;
}
.newsLists.motion .topNewsLists__news:nth-of-type(7), .motion.blogLists .topNewsLists__news:nth-of-type(7), .motion.eventLists .topNewsLists__news:nth-of-type(7) {
  -webkit-transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.4s;
  -o-transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.4s;
  transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.4s;
}
.newsLists.motion .topNewsLists__news:nth-of-type(8), .motion.blogLists .topNewsLists__news:nth-of-type(8), .motion.eventLists .topNewsLists__news:nth-of-type(8) {
  -webkit-transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.6s;
  -o-transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.6s;
  transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.6s;
}
.newsLists.motion .topNewsLists__news:nth-of-type(9), .motion.blogLists .topNewsLists__news:nth-of-type(9), .motion.eventLists .topNewsLists__news:nth-of-type(9) {
  -webkit-transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.8s;
  -o-transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.8s;
  transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.8s;
}
.newsLists.motion .topNewsLists__news:nth-of-type(10), .motion.blogLists .topNewsLists__news:nth-of-type(10), .motion.eventLists .topNewsLists__news:nth-of-type(10) {
  -webkit-transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 2s;
  -o-transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 2s;
  transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 2s;
}
.newsLists.motion .topNewsLists__news:nth-of-type(11), .motion.blogLists .topNewsLists__news:nth-of-type(11), .motion.eventLists .topNewsLists__news:nth-of-type(11) {
  -webkit-transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 2.2s;
  -o-transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 2.2s;
  transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 2.2s;
}
.newsLists.motion .topNewsLists__news:nth-of-type(12), .motion.blogLists .topNewsLists__news:nth-of-type(12), .motion.eventLists .topNewsLists__news:nth-of-type(12) {
  -webkit-transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 2.4s;
  -o-transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 2.4s;
  transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 2.4s;
}
.newsLists.motion .topNewsLists__news:nth-of-type(13), .motion.blogLists .topNewsLists__news:nth-of-type(13), .motion.eventLists .topNewsLists__news:nth-of-type(13) {
  -webkit-transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 2.6s;
  -o-transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 2.6s;
  transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 2.6s;
}
.newsLists.motion .topNewsLists__news:nth-of-type(14), .motion.blogLists .topNewsLists__news:nth-of-type(14), .motion.eventLists .topNewsLists__news:nth-of-type(14) {
  -webkit-transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 2.8s;
  -o-transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 2.8s;
  transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 2.8s;
}
.newsLists.motion .topNewsLists__news:nth-of-type(15), .motion.blogLists .topNewsLists__news:nth-of-type(15), .motion.eventLists .topNewsLists__news:nth-of-type(15) {
  -webkit-transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 3s;
  -o-transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 3s;
  transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 3s;
}
.newsLists.motion .topNewsLists__news:nth-of-type(16), .motion.blogLists .topNewsLists__news:nth-of-type(16), .motion.eventLists .topNewsLists__news:nth-of-type(16) {
  -webkit-transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 3.2s;
  -o-transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 3.2s;
  transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 3.2s;
}
.newsLists.motion .topNewsLists__news:nth-of-type(17), .motion.blogLists .topNewsLists__news:nth-of-type(17), .motion.eventLists .topNewsLists__news:nth-of-type(17) {
  -webkit-transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 3.4s;
  -o-transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 3.4s;
  transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 3.4s;
}
.newsLists.motion .topNewsLists__news:nth-of-type(18), .motion.blogLists .topNewsLists__news:nth-of-type(18), .motion.eventLists .topNewsLists__news:nth-of-type(18) {
  -webkit-transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 3.6s;
  -o-transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 3.6s;
  transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 3.6s;
}
.newsLists.motion .topNewsLists__news:nth-of-type(19), .motion.blogLists .topNewsLists__news:nth-of-type(19), .motion.eventLists .topNewsLists__news:nth-of-type(19) {
  -webkit-transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 3.8s;
  -o-transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 3.8s;
  transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 3.8s;
}
.newsLists.motion .topNewsLists__news:nth-of-type(20), .motion.blogLists .topNewsLists__news:nth-of-type(20), .motion.eventLists .topNewsLists__news:nth-of-type(20) {
  -webkit-transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 4s;
  -o-transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 4s;
  transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 4s;
}
.newsLists.on .topNewsLists__news, .on.blogLists .topNewsLists__news, .on.eventLists .topNewsLists__news {
  opacity: 1;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
}
.newsLists__wrapper, .blogLists__wrapper, .eventLists__wrapper {
  -ms-flex-preferred-size: 66%;
      flex-basis: 66%;
  max-width: 66%;
  margin-top: 0vw;
}
@media screen and (max-width: 428px) {
  .newsLists__wrapper, .blogLists__wrapper, .eventLists__wrapper {
    margin: 5vw;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
}
.newsLists__wrapper .newsLists, .blogLists__wrapper .newsLists, .newsLists__wrapper .blogLists, .blogLists__wrapper .blogLists, .eventLists__wrapper .newsLists, .eventLists__wrapper .blogLists, .newsLists__wrapper .eventLists, .blogLists__wrapper .eventLists, .eventLists__wrapper .eventLists {
  margin-top: 0;
}
.newsLists--wh {
  color: #fff;
}
.newsLists--wh a {
  color: #fff;
}
.newsLists--wh .category--toppage {
  border: 1px solid #fff;
  background: transparent !important;
}

.newsblock, .blogblock, .eventblock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  line-height: 1.5;
}
@media screen and (max-width: 428px) {
  .newsblock, .blogblock, .eventblock {
    position: relative;
    padding-left: 28vw;
    min-height: 25vw;
  }
}
.newsblock .title, .blogblock .title, .eventblock .title {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  font-size: 1.6rem;
  margin-top: 5px;
  max-width: 100%;
}
@media screen and (max-width: 428px) {
  .newsblock .title, .blogblock .title, .eventblock .title {
    font-size: 1.3rem;
    line-height: 1.2;
    margin-top: 2px;
  }
}
@media screen and (max-width: 428px) {
  .newsblock .title br, .blogblock .title br, .eventblock .title br {
    display: none;
  }
}
.newsblock .date, .blogblock .date, .eventblock .date {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  font-size: 1.6rem;
  margin-top: 12px;
}
@media screen and (max-width: 428px) {
  .newsblock .date, .blogblock .date, .eventblock .date {
    font-size: 1.2rem;
    margin-top: 0;
  }
}
.newsblock .date .new:before, .blogblock .date .new:before, .eventblock .date .new:before,
.newsblock .date .pickup:before,
.blogblock .date .pickup:before,
.eventblock .date .pickup:before {
  font-style: normal;
  color: #fff;
  display: inline-block;
  line-height: 1;
  font-size: 0.8em;
  padding: 0.2em 0.5em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 0.3em;
  border-radius: 3px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.newsblock .date .new:before, .blogblock .date .new:before, .eventblock .date .new:before {
  content: "NEW";
  background: #d00;
}
.newsblock .date .pickup:before, .blogblock .date .pickup:before, .eventblock .date .pickup:before {
  content: "PICKUP";
  background: #6D8642;
}
.newsblock .category, .blogblock .category, .eventblock .category {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  font-size: 1.6rem;
  background: #000;
  color: #fff;
  padding: 0.5rem 1rem;
  margin-top: 20px;
  line-height: 1;
}
@media screen and (max-width: 428px) {
  .newsblock .category, .blogblock .category, .eventblock .category {
    margin-top: 0;
    font-size: 1.2rem;
    padding: 0.2rem 0.5rem 0.3rem;
    margin-bottom: 0.2rem;
  }
}
.newsblock .category--product, .blogblock .category--product, .eventblock .category--product {
  background: #6D8642;
}
.newsblock .image, .blogblock .image, .eventblock .image {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  position: relative;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 428px) {
  .newsblock .image, .blogblock .image, .eventblock .image {
    position: absolute;
    top: 0;
    left: 0;
    width: 20vw;
    margin: 0 auto;
    width: 25vw;
  }
}
.newsblock .image span, .blogblock .image span, .eventblock .image span {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 58%;
}
@media screen and (max-width: 428px) {
  .newsblock .image span, .blogblock .image span, .eventblock .image span {
    padding-top: 100%;
  }
}
.newsblock .image img, .blogblock .image img, .eventblock .image img {
  display: block;
}
@-webkit-keyframes news-image {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes news-image {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.newsblock:hover .image img, .blogblock:hover .image img, .eventblock:hover .image img {
  -webkit-animation: news-image 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
          animation: news-image 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@-webkit-keyframes news-line-lt {
  0% {
    -webkit-transform: scaleX(11);
            transform: scaleX(11);
    left: 100%;
  }
  55% {
    -webkit-transform: scaleX(11);
            transform: scaleX(11);
    left: 5px;
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    left: 5px;
  }
}
@keyframes news-line-lt {
  0% {
    -webkit-transform: scaleX(11);
            transform: scaleX(11);
    left: 100%;
  }
  55% {
    -webkit-transform: scaleX(11);
            transform: scaleX(11);
    left: 5px;
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    left: 5px;
  }
}
@-webkit-keyframes news-line-l {
  0% {
    -webkit-transform: scaleY(11);
            transform: scaleY(11);
    top: 100%;
  }
  55% {
    -webkit-transform: scaleY(11);
            transform: scaleY(11);
    top: 5px;
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    top: 5px;
  }
}
@keyframes news-line-l {
  0% {
    -webkit-transform: scaleY(11);
            transform: scaleY(11);
    top: 100%;
  }
  55% {
    -webkit-transform: scaleY(11);
            transform: scaleY(11);
    top: 5px;
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    top: 5px;
  }
}
@-webkit-keyframes news-line-rb {
  0% {
    -webkit-transform: scaleX(11);
            transform: scaleX(11);
    right: 100%;
  }
  55% {
    -webkit-transform: scaleX(11);
            transform: scaleX(11);
    right: 5px;
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    right: 5px;
  }
}
@keyframes news-line-rb {
  0% {
    -webkit-transform: scaleX(11);
            transform: scaleX(11);
    right: 100%;
  }
  55% {
    -webkit-transform: scaleX(11);
            transform: scaleX(11);
    right: 5px;
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    right: 5px;
  }
}
@-webkit-keyframes news-line-r {
  0% {
    -webkit-transform: scaleY(11);
            transform: scaleY(11);
    bottom: 100%;
  }
  55% {
    -webkit-transform: scaleY(11);
            transform: scaleY(11);
    bottom: 5px;
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    bottom: 5px;
  }
}
@keyframes news-line-r {
  0% {
    -webkit-transform: scaleY(11);
            transform: scaleY(11);
    bottom: 100%;
  }
  55% {
    -webkit-transform: scaleY(11);
            transform: scaleY(11);
    bottom: 5px;
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    bottom: 5px;
  }
}
.newsblock:hover .image:before, .blogblock:hover .image:before, .eventblock:hover .image:before, .newsblock:hover .image:after, .blogblock:hover .image:after, .eventblock:hover .image:after,
.newsblock:hover span:before,
.blogblock:hover span:before,
.eventblock:hover span:before,
.newsblock:hover span:after,
.blogblock:hover span:after,
.eventblock:hover span:after {
  content: "";
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  z-index: 1;
}
.newsblock:hover .image:before, .blogblock:hover .image:before, .eventblock:hover .image:before,
.newsblock:hover span:before,
.blogblock:hover span:before,
.eventblock:hover span:before {
  width: 30px;
  height: 1px;
}
.newsblock:hover .image:after, .blogblock:hover .image:after, .eventblock:hover .image:after,
.newsblock:hover span:after,
.blogblock:hover span:after,
.eventblock:hover span:after {
  width: 1px;
  height: 30px;
}
.newsblock:hover .image:before, .blogblock:hover .image:before, .eventblock:hover .image:before, .newsblock:hover .image:after, .blogblock:hover .image:after, .eventblock:hover .image:after {
  top: 5px;
  left: 5px;
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
}
.newsblock:hover .image:before, .blogblock:hover .image:before, .eventblock:hover .image:before {
  -webkit-animation: news-line-lt 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
          animation: news-line-lt 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
.newsblock:hover .image:after, .blogblock:hover .image:after, .eventblock:hover .image:after {
  -webkit-animation: news-line-l 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
          animation: news-line-l 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
.newsblock:hover span:before, .blogblock:hover span:before, .eventblock:hover span:before, .newsblock:hover span:after, .blogblock:hover span:after, .eventblock:hover span:after {
  bottom: 5px;
  right: 5px;
  -webkit-transform-origin: right bottom;
      -ms-transform-origin: right bottom;
          transform-origin: right bottom;
}
.newsblock:hover span:before, .blogblock:hover span:before, .eventblock:hover span:before {
  -webkit-animation: news-line-rb 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
          animation: news-line-rb 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
.newsblock:hover span:after, .blogblock:hover span:after, .eventblock:hover span:after {
  -webkit-animation: news-line-r 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
          animation: news-line-r 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

/* 
end _news.scss
*/
/* 
start _event.scss
*/
.eventLists.motion .eventLists__event {
  opacity: 0;
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
}
.eventLists.motion .eventLists__event:nth-of-type(1) {
  -webkit-transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s;
  -o-transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s;
  transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s;
}
.eventLists.motion .eventLists__event:nth-of-type(2) {
  -webkit-transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s;
  -o-transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s;
  transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s;
}
.eventLists.motion .eventLists__event:nth-of-type(3) {
  -webkit-transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.6s;
  -o-transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.6s;
  transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.6s;
}
.eventLists.motion .eventLists__event:nth-of-type(4) {
  -webkit-transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.8s;
  -o-transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.8s;
  transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.8s;
}
.eventLists.motion .eventLists__event:nth-of-type(5) {
  -webkit-transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s;
  -o-transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s;
  transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s;
}
.eventLists.motion .eventLists__event:nth-of-type(6) {
  -webkit-transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.2s;
  -o-transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.2s;
  transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.2s;
}
.eventLists.motion .eventLists__event:nth-of-type(7) {
  -webkit-transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.4s;
  -o-transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.4s;
  transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.4s;
}
.eventLists.motion .eventLists__event:nth-of-type(8) {
  -webkit-transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.6s;
  -o-transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.6s;
  transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.6s;
}
.eventLists.motion .eventLists__event:nth-of-type(9) {
  -webkit-transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.8s;
  -o-transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.8s;
  transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.8s;
}
.eventLists.motion .eventLists__event:nth-of-type(10) {
  -webkit-transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 2s;
  -o-transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 2s;
  transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 2s;
}
.eventLists.motion .eventLists__event:nth-of-type(11) {
  -webkit-transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 2.2s;
  -o-transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 2.2s;
  transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 2.2s;
}
.eventLists.motion .eventLists__event:nth-of-type(12) {
  -webkit-transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 2.4s;
  -o-transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 2.4s;
  transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 2.4s;
}
.eventLists.motion .eventLists__event:nth-of-type(13) {
  -webkit-transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 2.6s;
  -o-transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 2.6s;
  transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 2.6s;
}
.eventLists.motion .eventLists__event:nth-of-type(14) {
  -webkit-transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 2.8s;
  -o-transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 2.8s;
  transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 2.8s;
}
.eventLists.motion .eventLists__event:nth-of-type(15) {
  -webkit-transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 3s;
  -o-transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 3s;
  transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 3s;
}
.eventLists.motion .eventLists__event:nth-of-type(16) {
  -webkit-transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 3.2s;
  -o-transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 3.2s;
  transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 3.2s;
}
.eventLists.motion .eventLists__event:nth-of-type(17) {
  -webkit-transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 3.4s;
  -o-transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 3.4s;
  transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 3.4s;
}
.eventLists.motion .eventLists__event:nth-of-type(18) {
  -webkit-transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 3.6s;
  -o-transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 3.6s;
  transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 3.6s;
}
.eventLists.motion .eventLists__event:nth-of-type(19) {
  -webkit-transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 3.8s;
  -o-transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 3.8s;
  transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 3.8s;
}
.eventLists.motion .eventLists__event:nth-of-type(20) {
  -webkit-transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 4s;
  -o-transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 4s;
  transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 4s;
}
.eventLists.on .eventLists__event {
  opacity: 1;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
}
.eventLists__wrapper .eventLists {
  margin-top: 0;
}

@media screen and (max-width: 428px) {
  .eventblock {
    padding-left: 0;
    margin: 0 auto 5vw;
  }
}
.eventblock .title {
  margin-top: 0px;
}
@media screen and (max-width: 428px) {
  .eventblock .title {
    font-size: 1.5rem;
    font-weight: 500;
    margin-top: 0.5rem;
  }
}
@media screen and (max-width: 428px) {
  .eventblock .date {
    margin-top: 3vw;
  }
}
@media screen and (max-width: 428px) {
  .eventblock .image {
    position: relative;
    width: 80%;
  }
}
@media screen and (max-width: 428px) {
  .eventblock .image span {
    padding-top: 58%;
  }
}
.eventblock .category--area {
  width: 100%;
  background: transparent;
  border: 1px solid #000;
  color: #000;
  padding: 1rem 0;
  text-align: center;
}
@media screen and (max-width: 428px) {
  .eventblock .category--area {
    font-size: 1rem;
    padding: 0.4rem 0.8rem;
    margin-top: 1rem;
  }
}
.eventblock .set {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
  border-top: 1px solid rgba(0, 0, 0, 0.5);
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  padding: 1.5rem 0;
  margin-top: 2rem;
  width: 100%;
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 428px) {
  .eventblock .set {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }
}
.eventblock .set--list {
  font-size: 1.4rem;
}
@media screen and (max-width: 428px) {
  .eventblock .set {
    font-size: 1.2rem;
    margin-top: 1rem;
    padding: 0.8rem 0.5rem;
    line-height: 1.8;
  }
}

/* 
end _event.scss
*/
/* 
start _blog.scss
*/
.blogLists.motion .blogLists__blog {
  opacity: 0;
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
}
.blogLists.motion .blogLists__blog:nth-of-type(1) {
  -webkit-transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s;
  -o-transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s;
  transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s;
}
.blogLists.motion .blogLists__blog:nth-of-type(2) {
  -webkit-transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s;
  -o-transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s;
  transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s;
}
.blogLists.motion .blogLists__blog:nth-of-type(3) {
  -webkit-transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.6s;
  -o-transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.6s;
  transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.6s;
}
.blogLists.motion .blogLists__blog:nth-of-type(4) {
  -webkit-transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.8s;
  -o-transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.8s;
  transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.8s;
}
.blogLists.motion .blogLists__blog:nth-of-type(5) {
  -webkit-transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s;
  -o-transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s;
  transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s;
}
.blogLists.motion .blogLists__blog:nth-of-type(6) {
  -webkit-transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.2s;
  -o-transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.2s;
  transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.2s;
}
.blogLists.motion .blogLists__blog:nth-of-type(7) {
  -webkit-transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.4s;
  -o-transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.4s;
  transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.4s;
}
.blogLists.motion .blogLists__blog:nth-of-type(8) {
  -webkit-transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.6s;
  -o-transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.6s;
  transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.6s;
}
.blogLists.motion .blogLists__blog:nth-of-type(9) {
  -webkit-transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.8s;
  -o-transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.8s;
  transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.8s;
}
.blogLists.motion .blogLists__blog:nth-of-type(10) {
  -webkit-transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 2s;
  -o-transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 2s;
  transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 2s;
}
.blogLists.motion .blogLists__blog:nth-of-type(11) {
  -webkit-transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 2.2s;
  -o-transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 2.2s;
  transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 2.2s;
}
.blogLists.motion .blogLists__blog:nth-of-type(12) {
  -webkit-transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 2.4s;
  -o-transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 2.4s;
  transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 2.4s;
}
.blogLists.motion .blogLists__blog:nth-of-type(13) {
  -webkit-transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 2.6s;
  -o-transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 2.6s;
  transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 2.6s;
}
.blogLists.motion .blogLists__blog:nth-of-type(14) {
  -webkit-transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 2.8s;
  -o-transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 2.8s;
  transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 2.8s;
}
.blogLists.motion .blogLists__blog:nth-of-type(15) {
  -webkit-transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 3s;
  -o-transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 3s;
  transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 3s;
}
.blogLists.motion .blogLists__blog:nth-of-type(16) {
  -webkit-transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 3.2s;
  -o-transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 3.2s;
  transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 3.2s;
}
.blogLists.motion .blogLists__blog:nth-of-type(17) {
  -webkit-transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 3.4s;
  -o-transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 3.4s;
  transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 3.4s;
}
.blogLists.motion .blogLists__blog:nth-of-type(18) {
  -webkit-transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 3.6s;
  -o-transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 3.6s;
  transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 3.6s;
}
.blogLists.motion .blogLists__blog:nth-of-type(19) {
  -webkit-transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 3.8s;
  -o-transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 3.8s;
  transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 3.8s;
}
.blogLists.motion .blogLists__blog:nth-of-type(20) {
  -webkit-transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 4s;
  -o-transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 4s;
  transition: 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 4s;
}
.blogLists.on .blogLists__blog {
  opacity: 1;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
}
.blogLists--wh .blogblock {
  color: #fff;
}
.blogLists__wrapper .blogLists {
  margin-top: 0;
}

.blogblock .title {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  font-size: 2.2rem;
  margin-top: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 428px) {
  .blogblock .title {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    font-size: 1.6rem;
    margin: 1rem 0;
  }
}
.blogblock .date {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  font-size: 1.8rem;
  margin-top: 0rem;
}
@media screen and (max-width: 428px) {
  .blogblock .date {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    font-size: 1.2rem;
  }
}
.blogblock .text {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  font-size: 1.6rem;
}
@media screen and (max-width: 428px) {
  .blogblock .text {
    font-size: 1.2rem;
  }
}

/* 
end _blog.scss
*/
/* 
start _news.scss
*/
.modelhouseLists__list {
  margin: 4vw 0;
}
.modelhouse a:hover .modelhouse__link {
  background: #6D8642;
  color: #fff;
}
.modelhouse a:hover .modelhouse__link span svg {
  stroke: #fff;
}
.modelhouse__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -2vw;
}
@media screen and (max-width: 428px) {
  .modelhouse__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0;
  }
}
.modelhouse__left, .modelhouse__right {
  padding: 0 2vw;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 50%;
}
@media screen and (max-width: 428px) {
  .modelhouse__left, .modelhouse__right {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    padding: 0;
  }
}
.modelhouse__left {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (max-width: 428px) {
  .modelhouse__left {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.modelhouse__right {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (max-width: 428px) {
  .modelhouse__right {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.modelhouse__title .title-lg {
  font-size: 3.4rem;
}
@media screen and (max-width: 428px) {
  .modelhouse__title .title-lg {
    margin-top: 5vw;
    font-size: 6vw;
    text-align: center;
  }
}
.modelhouse__title .title-sml {
  font-size: 2.2rem;
}
@media screen and (max-width: 428px) {
  .modelhouse__title .title-sml {
    font-size: 5vw;
    text-align: center;
  }
}
.modelhouse__text {
  font-size: 1.6rem;
  line-height: 2;
  margin-top: 1em;
}
@media screen and (max-width: 428px) {
  .modelhouse__text {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 428px) {
  .modelhouse__image {
    margin: 0 -8vw;
  }
}
.modelhouse__lineup {
  margin-top: 4rem;
  border-top: 1px solid #6D8642;
  position: relative;
  padding: 1rem 0;
}
@media screen and (max-width: 428px) {
  .modelhouse__lineup {
    margin-top: 10vw;
  }
}
.modelhouse__lineup .title {
  position: absolute;
  bottom: 100%;
  left: 0;
  border-bottom: 3px solid #6D8642;
  display: inline-block;
  -webkit-transform: translateY(1px);
      -ms-transform: translateY(1px);
          transform: translateY(1px);
  font-size: 1.6rem;
  font-weight: 500;
  color: #6D8642;
}
@media screen and (max-width: 428px) {
  .modelhouse__lineup .title {
    font-size: 1.6rem;
  }
}
.modelhouse__lineup > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 3px -3px;
}
@media screen and (max-width: 428px) {
  .modelhouse__lineup > ul {
    margin: 2px -2px;
  }
}
.modelhouse__lineup > ul > li {
  -ms-flex-preferred-size: 100px;
      flex-basis: 100px;
  max-width: 100px;
  padding: 2px 3px;
}
@media screen and (max-width: 428px) {
  .modelhouse__lineup > ul > li {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%;
    padding: 2px 2px;
  }
}
.modelhouse__lineup > ul > li img {
  display: block;
  width: 100%;
  height: auto;
}
.modelhouse__link {
  font-size: 1.9rem;
  border-radius: 10em;
  border: 1px solid #6D8642;
  text-align: center;
  padding: 5px;
  margin-top: 2rem;
  color: #6D8642;
  font-weight: 500;
}
@media screen and (max-width: 428px) {
  .modelhouse__link {
    margin-top: 5vw;
    font-size: 1.6rem;
    padding-left: 35px;
  }
}
.modelhouse__link svg {
  margin-left: 1rem;
  stroke: #6D8642;
  width: 37px;
  height: 14px;
}
@media screen and (max-width: 428px) {
  .modelhouse__link svg {
    margin-left: 5px;
    width: 30px;
    height: 12px;
  }
}
.modelhouseDetail__section {
  margin: 140px 0;
}
@media screen and (max-width: 428px) {
  .modelhouseDetail__section {
    margin: 10vw 0;
  }
}
.modelhouseDetail__image {
  width: 100%;
  height: 54vw;
}
@media screen and (max-width: 428px) {
  .modelhouseDetail__image {
    height: 70vw;
  }
}
.modelhouseDetail__title {
  font-size: 4rem;
  text-align: center;
  margin-top: 80px;
}
@media screen and (max-width: 428px) {
  .modelhouseDetail__title {
    font-size: 2.4rem;
    margin-top: 5vw;
  }
}
.modelhouseDetail__title2 {
  font-size: 2.6rem;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 428px) {
  .modelhouseDetail__title2 {
    font-size: 1.8rem;
    margin-bottom: 3vw;
  }
}
.modelhouseDetail__text {
  font-size: 2rem;
  line-height: 2;
  max-width: 840px;
  margin: 0 auto 140px;
}
@media screen and (max-width: 428px) {
  .modelhouseDetail__text {
    font-size: 1.6rem;
    line-height: 1.8;
    margin: 0 auto 10vw;
  }
}
.modelhouseDetail .inMhLists {
  margin-top: 90px;
}
@media screen and (max-width: 428px) {
  .modelhouseDetail .inMhLists {
    margin-top: 9vw;
  }
}
.modelhouseDetail .inMhLists__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 40px -2vw;
}
@media screen and (max-width: 428px) {
  .modelhouseDetail .inMhLists__list {
    margin: 4vw 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.modelhouseDetail .inMh {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 50%;
  padding: 0 2vw;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (max-width: 428px) {
  .modelhouseDetail .inMh {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    padding: 0;
  }
}
.modelhouseDetail .inMh__title {
  margin-bottom: 20px;
}
@media screen and (max-width: 428px) {
  .modelhouseDetail .inMh__title {
    margin-top: 8vw;
    margin-bottom: 2vw;
  }
}
.modelhouseDetail .inMh__title img {
  height: 39px;
  display: block;
}
@media screen and (max-width: 428px) {
  .modelhouseDetail .inMh__title img {
    height: 20px;
    margin: 0 auto;
  }
}
.modelhouseDetail .inMh__text {
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 428px) {
  .modelhouseDetail .inMh__text {
    font-size: 1.4rem;
  }
}
.modelhouseDetail .inMh__link {
  margin-top: 20px;
}
.modelhouseDetail .inMh__link > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -5px;
}
@media screen and (max-width: 428px) {
  .modelhouseDetail .inMh__link > ul {
    margin: 0 -2px;
  }
}
.modelhouseDetail .inMh__link > ul > li {
  padding: 5px 5px;
  -ms-flex-preferred-size: 33.3%;
      flex-basis: 33.3%;
  max-width: 33.3%;
}
@media screen and (max-width: 428px) {
  .modelhouseDetail .inMh__link > ul > li {
    padding: 2px;
  }
}
.modelhouseDetail .inMh__link > ul > li > a,
.modelhouseDetail .inMh__link > ul > li > span {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 0 10px;
  border: 1px solid #000;
  font-size: 1.6rem;
  cursor: pointer;
  /*&:before {
      content: "";
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center center;
      height: 28px;
      display: block;
      margin-bottom: 0px;
  }*/
}
@media screen and (max-width: 428px) {
  .modelhouseDetail .inMh__link > ul > li > a,
.modelhouseDetail .inMh__link > ul > li > span {
    font-size: 1.2rem;
  }
}
.modelhouseDetail .inMh__link > ul > li > a svg,
.modelhouseDetail .inMh__link > ul > li > span svg {
  height: 30px;
}
@media screen and (max-width: 428px) {
  .modelhouseDetail .inMh__link > ul > li > a svg,
.modelhouseDetail .inMh__link > ul > li > span svg {
    height: 25px;
    width: 38px;
  }
}
.modelhouseDetail .inMh__link > ul > li > a i,
.modelhouseDetail .inMh__link > ul > li > span i {
  margin-left: 1rem;
}
.modelhouseDetail .inMh__image {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 50%;
  padding: 0 30px;
}
@media screen and (max-width: 428px) {
  .modelhouseDetail .inMh__image {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    padding: 0;
  }
}
.modelhouseDetail .inMh__image div {
  width: 100%;
  height: 0;
  padding-top: 75%;
  position: relative;
}
.modelhouseDetail .inMh__image div img {
  min-height: auto !important;
}
.modelhouseDetail__address-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 30px -30px;
}
@media screen and (max-width: 428px) {
  .modelhouseDetail__address-wrapper {
    margin: 5vw 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.modelhouseDetail__address span {
  display: inline-block;
}
.modelhouseDetail__address {
  padding: 30px;
  -ms-flex-preferred-size: 45%;
      flex-basis: 45%;
  max-width: 45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.6rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 428px) {
  .modelhouseDetail__address {
    padding: 0px;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    font-size: 1.4rem;
  }
}
.modelhouseDetail__address > dt {
  -ms-flex-preferred-size: 80px;
      flex-basis: 80px;
  max-width: 80px;
  color: #fff;
  background: #6D8642;
  margin-bottom: 10px;
  text-align: center;
  padding: 2px 0;
}
@media screen and (max-width: 428px) {
  .modelhouseDetail__address > dt {
    -ms-flex-preferred-size: 60px;
        flex-basis: 60px;
    max-width: 60px;
    font-size: 1.2rem;
    margin-bottom: 5px;
  }
}
.modelhouseDetail__address > dd {
  -ms-flex-preferred-size: calc(100% - 80px);
      flex-basis: calc(100% - 80px);
  max-width: calc(100% - 80px);
  padding-left: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 428px) {
  .modelhouseDetail__address > dd {
    -ms-flex-preferred-size: calc(100% - 60px);
        flex-basis: calc(100% - 60px);
    max-width: calc(100% - 60px);
  }
}

.otherModelhouse {
  background: #F0F0F0;
  padding: 60px;
}

.bookingLink a {
  font-size: 3rem;
  height: 104px;
  border-radius: 2.2rem;
  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;
  width: 100%;
  background: #F0833F;
  font-weight: 700;
  color: #fff;
  text-decoration: none !important;
}
@media screen and (max-width: 428px) {
  .bookingLink a {
    margin-top: 10vw;
    font-size: 5vw;
    border-radius: 0.8rem;
    height: 64px;
  }
}
.bookingLink a svg {
  stroke: #fff;
  -webkit-transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  margin: 0 0 0.5rem 1rem;
  width: 37px;
  height: 14px;
}
@media screen and (max-width: 428px) {
  .bookingLink a svg {
    width: 7.5vw;
    height: 3vw;
    stroke-width: 2px;
    margin: 0 0 0.2rem 0.5rem;
  }
}
.bookingLink a:before {
  content: "";
  display: block;
  width: 31px;
  height: 28px;
  background: url(../img/common/icon_calendar.svg) center center/contain no-repeat;
  margin-right: 1rem;
}
@media screen and (max-width: 428px) {
  .bookingLink a:before {
    width: 7.75vw;
    height: 7vw;
  }
}
.bookingLink a:hover svg {
  stroke: #fff;
  -webkit-transform: translateX(10px);
      -ms-transform: translateX(10px);
          transform: translateX(10px);
}

.popup__wrapper {
  background: #6D8642;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1001;
  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;
  padding-bottom: 80px;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.popup__wrapper--yat {
  background: #6D8642;
}
.popup__wrapper--feele {
  background: #7B887E;
}
.popup__wrapper--costa {
  background: #5097AD;
}
.popup__wrapper--lowas {
  background: #6D6460;
}
.popup__wrapper.active {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
}
.popup__wrapper.active .popup {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
}
.popup {
  position: relative;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: 0.3s 0.3s;
  -o-transition: 0.3s 0.3s;
  transition: 0.3s 0.3s;
}
.popup--img {
  height: 70vh;
  width: 105vh;
}
@media screen and (max-width: 428px) {
  .popup--img {
    height: 80vw;
    width: 100%;
  }
}
.popup--img img {
  display: block;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit: contain;";
}
@media screen and (max-width: 428px) {
  .popup--img img {
    height: 80vw;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    font-family: "object-fit: cover;";
  }
}
.popupSlider {
  position: relative;
  height: 70vh;
}
@media screen and (max-width: 428px) {
  .popupSlider {
    height: 80vw;
  }
}
.popupSlider__prev, .popupSlider__next {
  width: 37px;
  height: 50px;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  cursor: pointer;
  z-index: 3;
}
.popupSlider__prev {
  left: -50px;
  background: url(../img/common/yaji_wh.svg) center center/contain no-repeat;
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
}
@media screen and (max-width: 428px) {
  .popupSlider__prev {
    left: 10px;
    height: 37px;
    background-color: rgba(0, 0, 0, 0.6);
    background-size: 80% auto;
  }
}
.popupSlider__next {
  right: -50px;
  background: url(../img/common/yaji_wh.svg) center center/contain no-repeat;
}
@media screen and (max-width: 428px) {
  .popupSlider__next {
    right: 10px;
    height: 37px;
    background-color: rgba(0, 0, 0, 0.6);
    background-size: 80% auto;
  }
}
.popupSlider__list {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.popupSlider .slick-track {
  height: 100%;
}
.popupSlider .slick-list {
  height: 70vh;
}
@media screen and (max-width: 428px) {
  .popupSlider .slick-list {
    width: 100%;
    height: 80vw;
  }
}
.popupTheta {
  width: 80vw;
  height: 40vw;
  position: relative;
}
@media screen and (max-width: 428px) {
  .popupTheta {
    width: 100%;
    height: 0;
    padding-top: 50%;
    background: #000;
  }
}
.popupTheta__area {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 428px) {
  .popupTheta__area {
    position: absolute;
    top: 0;
    left: 0;
  }
}
.popupTheta__area iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.popup__close {
  width: 50px;
  height: 50px;
  cursor: pointer;
  display: block;
  position: absolute;
  bottom: -80px;
  left: 50%;
  margin-left: -25px;
}
.popup__close:before, .popup__close:after {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  background: #fff;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
}
.popup__close:before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.popup__close:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.popup__close:hover:before, .popup__close:hover:after {
  height: 2px;
}

/* 
end _news.scss
*/
/* 
start _recruit.scss
*/
@media screen and (max-width: 428px) {
  .form {
    margin: 0 -4vw;
  }
}
.formDl {
  max-width: 980px;
  min-width: 880px;
  width: 100%;
  margin: 5vw auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.6rem;
  padding: 0 50px;
}
@media screen and (max-width: 428px) {
  .formDl {
    min-width: 0;
    max-width: none;
    width: 100%;
    padding: 0 0px;
  }
}
.formDl > * {
  margin: 20px 0;
}
@media screen and (max-width: 428px) {
  .formDl > * {
    margin: 3vw 0;
  }
}
.formDl > dt {
  font-size: 1.4rem;
  -ms-flex-preferred-size: 280px;
      flex-basis: 280px;
  max-width: 280px;
  padding: 7px 20px 7px 0;
}
@media screen and (max-width: 428px) {
  .formDl > dt {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 0;
    padding-right: 0;
  }
}
.formDl > dt span {
  font-weight: 700;
}
.formDl > dd {
  font-size: 1.6rem;
  -ms-flex-preferred-size: calc(100% - 280px);
      flex-basis: calc(100% - 280px);
  max-width: calc(100% - 280px);
}
@media screen and (max-width: 428px) {
  .formDl > dd {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    font-size: 1.4rem;
    margin-top: 0;
  }
}
.formDl > dd.tate label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0;
}
.formDl > dd.in {
  margin: 0;
}
.formDl > dd .kiboubi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.formDl > dd .kiboubi dt {
  -ms-flex-preferred-size: 5em;
      flex-basis: 5em;
  max-width: 5em;
  margin-top: 1rem;
}
.formDl > dd .kiboubi dd {
  -ms-flex-preferred-size: calc(100% - 5em);
      flex-basis: calc(100% - 5em);
  max-width: calc(100% - 5em);
  margin-top: 1rem;
}
.formDl > dd .catalog-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -1rem;
}
.formDl > dd .catalog-list > li {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  max-width: 25%;
  padding: 0 1rem 2rem;
}
.formDl > dd .catalog-list > li label {
  display: block;
  line-height: 2;
  margin: 0;
}
.formDl > dd .catalog-list > li label img {
  display: block;
}
@media screen and (max-width: 428px) {
  .formDl > dd .catalog-list {
    margin: -0.5rem;
  }
  .formDl > dd .catalog-list > li {
    -ms-flex-preferred-size: 33.3%;
        flex-basis: 33.3%;
    max-width: 33.3%;
    padding: 0 0.5rem 1rem;
  }
  .formDl > dd .catalog-list > li label {
    line-height: 2;
    margin: 0;
  }
}
.formDl label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 4rem;
  margin-right: 10px;
}
.formDl select,
.formDl textarea,
.formDl input[type=text],
.formDl input[type=email],
.formDl input[type=number] {
  background: #fff;
  border: 1px solid #ccc;
  font-size: 1.4rem;
  padding: 7px 1em;
  margin: 0 5px;
}
@media screen and (max-width: 428px) {
  .formDl select,
.formDl textarea,
.formDl input[type=text],
.formDl input[type=email],
.formDl input[type=number] {
    margin: 0;
  }
}
.formDl select.max,
.formDl textarea.max,
.formDl input[type=text].max,
.formDl input[type=email].max,
.formDl input[type=number].max {
  width: 100%;
}
.formDl select.name,
.formDl textarea.name,
.formDl input[type=text].name,
.formDl input[type=email].name,
.formDl input[type=number].name {
  width: 130px;
}
@media screen and (max-width: 428px) {
  .formDl select.name,
.formDl textarea.name,
.formDl input[type=text].name,
.formDl input[type=email].name,
.formDl input[type=number].name {
    width: 30vw;
  }
}
.formDl select.min,
.formDl textarea.min,
.formDl input[type=text].min,
.formDl input[type=email].min,
.formDl input[type=number].min {
  width: 120px;
}
@media screen and (max-width: 428px) {
  .formDl select.min,
.formDl textarea.min,
.formDl input[type=text].min,
.formDl input[type=email].min,
.formDl input[type=number].min {
    width: 22vw;
  }
}
.formDl input[type=radio],
.formDl input[type=checkbox] {
  min-width: 20px;
  min-height: 20px;
  margin-right: 5px;
  background: #f0f0f0;
  color: #f0f0f0;
}
.formDl textarea {
  height: 200px;
  width: 100%;
}
.formDl .required {
  background: #427486;
  color: #fff;
  border-radius: 3px;
  line-height: 1;
  display: inline-block;
  font-size: 1.2rem;
  padding: 0.3em 0.5em;
  margin-left: 0.6em;
}
.formDl .caution {
  font-size: 1.4rem;
  display: block;
  margin-top: 20px;
}
.formDl--in {
  margin-top: 10px;
  margin-bottom: 10px;
  min-width: 0;
  max-width: none;
  padding: 0;
}
@media screen and (max-width: 428px) {
  .formDl--in {
    margin: 0;
    padding-left: 5vw;
  }
}
.formDl--in > * {
  margin: 0px 0;
}
@media screen and (max-width: 428px) {
  .formDl--in > * {
    margin: 0;
  }
}
.formDl--in > dt {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
}
@media screen and (max-width: 428px) {
  .formDl--in > dt {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
}
.formDl--in > dd {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
}
@media screen and (max-width: 428px) {
  .formDl--in > dd {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
}
.formDl .error {
  padding-left: 5px;
}
.formDl--single {
  display: block;
}
.formDl--single > dt {
  margin-top: 4rem;
  margin-bottom: 0;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
}
.formDl--single > dd {
  margin-top: 1rem;
  margin-left: 1em !important;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
}
.formDl--single .formDL--in {
  margin-top: 10px;
  margin-bottom: 10px;
  min-width: 0;
  max-width: none;
  padding: 0;
}
@media screen and (max-width: 428px) {
  .formDl--single .formDL--in {
    margin: 0;
  }
}
.formDl--single .formDL--in > * {
  margin: 10px 0;
}
@media screen and (max-width: 428px) {
  .formDl--single .formDL--in > * {
    margin: 0;
  }
}
.formDl--single .formDL--in > dt {
  -ms-flex-preferred-size: 160px;
      flex-basis: 160px;
  max-width: 160px;
}
@media screen and (max-width: 428px) {
  .formDl--single .formDL--in > dt {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
}
.formDl--single .formDL--in > dd {
  -ms-flex-preferred-size: calc(100% - 160px);
      flex-basis: calc(100% - 160px);
  max-width: calc(100% - 160px);
}
@media screen and (max-width: 428px) {
  .formDl--single .formDL--in > dd {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
}
.formDl--single .formDl--in {
  margin-top: 0px;
  margin-bottom: 0px;
}

.mw_wp_form_preview .preview-hide {
  display: none;
}

.privacy__wrapper {
  font-size: 1.6rem;
}

.button__wrapper {
  margin-top: 8rem;
  padding-bottom: 10rem;
}

.button-form {
  cursor: pointer;
  border: 0;
  letter-spacing: 0.08em;
  display: inline-block;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.8rem;
  max-width: 300px;
  width: 100%;
  border-radius: 10em;
  padding: 1.5rem 2rem;
  background: #427486;
  color: #fff;
  margin: 0 10px;
}
@media screen and (max-width: 428px) {
  .button-form {
    font-size: 1.4rem;
    max-width: 40vw;
    margin: 0 2px;
    padding: 0.8em 0.5em;
  }
}

.catalog-list-image__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.catalog-list-image__wrapper label {
  display: inline;
  margin-right: 0;
}
.catalog-list-image__wrapper .horizontal-item {
  display: block;
  margin-bottom: 20px;
  margin-left: 0 !important;
  margin-right: 20px;
}
@media screen and (max-width: 428px) {
  .catalog-list-image__wrapper .horizontal-item {
    margin-bottom: 20px;
    margin-left: 0 !important;
    margin-right: 15px;
  }
}
.catalog-list-image + span.mwform-checkbox-field-text:after {
  display: block;
  width: 150px;
  aspect-ratio: 312/440;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
@media screen and (max-width: 428px) {
  .catalog-list-image + span.mwform-checkbox-field-text:after {
    width: 140px;
  }
}
.catalog-list-image[value=YAT] + span.mwform-checkbox-field-text:after {
  background-image: url(../img/catalog/dlthum_yat@2x.png);
}
.catalog-list-image[value=CARRE] + span.mwform-checkbox-field-text:after {
  background-image: url(../img/catalog/dlthum_carre@2x.png);
}
.catalog-list-image[value=RIV] + span.mwform-checkbox-field-text:after {
  background-image: url(../img/catalog/dlthum_riv@2x.png);
}
.catalog-list-image[value=FEELE] + span.mwform-checkbox-field-text:after {
  background-image: url(../img/catalog/dlthum_feele@2x.png);
}
.catalog-list-image[value=COSTA] + span.mwform-checkbox-field-text:after {
  background-image: url(../img/catalog/dlthum_costa@2x.png);
}
.catalog-list-image[value=ZUTTO] + span.mwform-checkbox-field-text:after {
  background-image: url(../img/catalog/dlthum_zutto@2x.jpg);
}

.mw_wp_form_confirm .confirm-none {
  display: none !important;
}

.confirm-visible {
  display: none;
}

.mw_wp_form_confirm .confirm-visible {
  display: block !important;
}

.input-icon {
  position: relative;
  display: inline-block;
}
.input-icon input[type=text] {
  margin-right: 0;
}
.input-icon:after {
  font-family: "fontAwesome";
  height: 100%;
  aspect-ratio: 1/1;
  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: absolute;
  top: 0;
  right: 0;
  font-size: 2.4rem;
  line-height: 1;
  pointer-events: none;
  opacity: 0.8;
}
.input-icon--calendar:after {
  content: "";
}
.input-icon--timetable:after {
  content: "";
}

.mw_wp_form_confirm .input-icon:after {
  display: none;
}

.addinfo {
  max-width: 65rem;
  margin: 5rem auto;
  border: 2px solid #000;
  padding: 2rem 4rem;
  font-size: 1.6rem;
}
.addinfo ul li {
  margin: 0.5em 0 0.5em 1em;
}
.addinfo ul li:before {
  content: "●";
  margin-right: 0.4em;
  font-size: 0.6em;
  margin-left: -1.4em;
}
@media screen and (max-width: 428px) {
  .addinfo {
    margin: 3rem auto;
    border: 2px solid #000;
    padding: 1rem 2rem;
    font-size: 1.4rem;
  }
}

/* 
end _recruit.scss
*/
/* 
start _sbpartner.scss
*/
.sbpartner__inner {
  max-width: 1080px;
  margin: 0 auto;
}
@media screen and (max-width: 428px) {
  .sbpartner__inner {
    max-width: 84vw;
  }
}
.sbpartner__title {
  font-size: 3.3rem;
  letter-spacing: 0.06em;
  font-weight: 700;
  margin-bottom: 2.4rem;
  text-align: center;
}
@media screen and (max-width: 428px) {
  .sbpartner__title {
    font-size: 5vw;
    margin: 15vw 0 5vw;
  }
}
@media screen and (max-width: 428px) {
  .sbpartner__title span {
    display: inline-block;
  }
}
.sbpartnerNav {
  max-width: 840px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 10vw auto;
}
@media screen and (max-width: 428px) {
  .sbpartnerNav {
    margin: 10vw -8vw;
  }
}
.sbpartnerNav > li {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 50%;
  padding: 20px;
}
@media screen and (max-width: 428px) {
  .sbpartnerNav > li {
    padding: 2vw;
  }
}
.sbpartnerNav a {
  display: block;
  position: relative;
}
.sbpartnerNav a:after {
  content: "";
  width: calc(100% + 14px);
  height: calc(100% + 14px);
  position: absolute;
  top: -7px;
  left: -7px;
  display: block;
  border: 2px solid #6D8642;
  opacity: 0;
  -webkit-transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media screen and (max-width: 428px) {
  .sbpartnerNav a:after {
    width: calc(100% + 2vw);
    height: calc(100% + 2vw);
    top: -1vw;
    left: -1vw;
    border: 1px solid #6D8642;
  }
}
.sbpartnerNav a:hover:after {
  opacity: 1;
}
.sbpartnerNav .image img {
  display: block;
}
.sbpartnerNav .title {
  background: #6D8642;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  padding: 2rem 0;
  text-align: center;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 428px) {
  .sbpartnerNav .title {
    font-size: 3vw;
    padding: 3vw 0;
    letter-spacing: 0em;
  }
}
.sbpartnerNav .title span:before {
  display: block;
  content: "";
  margin: 0 auto 2px;
  background-size: contain;
  background-repeat: no-repeat;
}
.sbpartnerNav .title--1 > *:before {
  width: 163px;
  height: 18px;
  background-image: url(../img/common/mt_9.svg);
}
@media screen and (max-width: 428px) {
  .sbpartnerNav .title--1 > *:before {
    width: 29.34vw;
    height: 3.24vw;
  }
}
.sbpartnerNav .title--2 > *:before {
  width: 48px;
  height: 17px;
  background-image: url(../img/common/mt_10.svg);
}
@media screen and (max-width: 428px) {
  .sbpartnerNav .title--2 > *:before {
    width: 8.64vw;
    height: 3.24vw;
  }
}
.sbpartnerNav .title--3 > *:before {
  width: 71px;
  height: 18px;
  background-image: url(../img/common/mt_11.svg);
}
@media screen and (max-width: 428px) {
  .sbpartnerNav .title--3 > *:before {
    width: 12.78vw;
    height: 3.24vw;
  }
}
.sbpartnerNav .title--4 > *:before {
  width: 106px;
  height: 20px;
  margin-top: -2px;
  background-image: url(../img/common/mt_12.svg);
}
@media screen and (max-width: 428px) {
  .sbpartnerNav .title--4 > *:before {
    width: 19.08vw;
    height: 3.6vw;
  }
}
.sbpartnerNav--1 > li:nth-child(1) a:after, .sbpartnerNav--2 > li:nth-child(2) a:after, .sbpartnerNav--3 > li:nth-child(3) a:after, .sbpartnerNav--4 > li:nth-child(4) a:after {
  opacity: 1;
}
.sbpartnerNav--toppage {
  max-width: none;
  margin: 10vw -15px;
}
@media screen and (max-width: 428px) {
  .sbpartnerNav--toppage {
    margin: 10vw 0;
  }
}
.sbpartnerNav--toppage > li {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 50%;
  padding: 15px;
}
@media screen and (max-width: 428px) {
  .sbpartnerNav--toppage > li {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
}
.sbpartnerNav--toppage a:after {
  background: rgba(109, 134, 66, 0.6);
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  opacity: 1;
}
.sbpartnerNav--toppage a:hover:after {
  top: 0;
  left: 0;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  width: 100%;
  height: 100%;
  opacity: 1;
  background: #6d8642;
}
.sbpartnerNav--toppage .image img {
  display: block;
}
.sbpartnerNav--toppage .title {
  position: relative;
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  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;
  -webkit-filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.5));
  font-size: 2.5rem;
  padding: 2rem 0;
}
@media screen and (max-width: 428px) {
  .sbpartnerNav--toppage .title {
    font-size: 5vw;
  }
}
.sbpartnerNav--toppage .title span:before {
  display: block;
  content: "";
  margin: 0 auto 2px;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 428px) {
  .sbpartnerNav--toppage .title span:before {
    position: static;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.sbpartnerNav--toppage .title--1 > *:before {
  width: 163px;
  height: 18px;
  background-image: url(../img/common/mt_9.svg);
}
@media screen and (max-width: 428px) {
  .sbpartnerNav--toppage .title--1 > *:before {
    width: 40.75vw;
    height: 4.5vw;
  }
}
.sbpartnerNav--toppage .title--2 > *:before {
  width: 48px;
  height: 17px;
  background-image: url(../img/common/mt_10.svg);
}
@media screen and (max-width: 428px) {
  .sbpartnerNav--toppage .title--2 > *:before {
    width: 12vw;
    height: 4.25vw;
  }
}
.sbpartnerNav--toppage .title--3 > *:before {
  width: 71px;
  height: 18px;
  background-image: url(../img/common/mt_11.svg);
}
@media screen and (max-width: 428px) {
  .sbpartnerNav--toppage .title--3 > *:before {
    width: 17.75vw;
    height: 4.5vw;
  }
}
.sbpartnerNav--toppage .title--4 > *:before {
  width: 106px;
  height: 20px;
  margin-top: -2px;
  background-image: url(../img/common/mt_12.svg);
}
@media screen and (max-width: 428px) {
  .sbpartnerNav--toppage .title--4 > *:before {
    width: 26.5vw;
    height: 5vw;
  }
}
.sbpartnerNav--toppage--1 > li:nth-child(1) a:after, .sbpartnerNav--toppage--2 > li:nth-child(2) a:after, .sbpartnerNav--toppage--3 > li:nth-child(3) a:after, .sbpartnerNav--toppage--4 > li:nth-child(4) a:after {
  opacity: 1;
  width: calc(100% + 14px);
  height: calc(100% + 14px);
  top: -7px;
  left: -7px;
}

.after-triangle {
  position: relative;
}
.after-triangle:after {
  display: block;
  content: "▼";
  font-size: 4rem;
  color: #6D8642;
  position: absolute;
  left: 50%;
  bottom: -10rem;
  margin: 0 0 0 -2rem;
}
@media screen and (max-width: 428px) {
  .after-triangle:after {
    font-size: 6vw;
    bottom: -13vw;
    margin: 0 0 0 -3vw;
  }
}

/**/
/* 
end _sbpartner.scss
*/
/* 
start _system.scss
*/
.sysmteAboutFigure {
  margin: 100px -30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
@media screen and (max-width: 428px) {
  .sysmteAboutFigure {
    margin: 5vw 0 14vw;
  }
}
.sysmteAboutFigure:after {
  bottom: -7rem;
}
@media screen and (max-width: 428px) {
  .sysmteAboutFigure:after {
    bottom: -10vw;
  }
}
.sysmteAboutFigure__list {
  padding: 0 30px;
  -ms-flex-preferred-size: 33.3%;
      flex-basis: 33.3%;
  max-width: 33.3%;
  position: relative;
}
@media screen and (max-width: 428px) {
  .sysmteAboutFigure__list {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    padding: 0;
    margin: 5vw 0;
  }
}
@media screen and (max-width: 428px) {
  .sysmteAboutFigure__list dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -2vw;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 428px) {
  .sysmteAboutFigure__list dt {
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
    padding: 0 2vw;
  }
}
.sysmteAboutFigure__list dt img {
  max-height: 180px;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 428px) {
  .sysmteAboutFigure__list dt img {
    max-height: 18vw;
  }
}
.sysmteAboutFigure__list dd {
  line-height: 2;
}
@media screen and (max-width: 428px) {
  .sysmteAboutFigure__list dd {
    -ms-flex-preferred-size: 70%;
        flex-basis: 70%;
    padding: 0 2vw;
    margin: 0;
  }
}
.sysmteAboutFigure__list:after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background: url(../img/sbpartners/system_about_plus@2x.png) center center/contain no-repeat;
  position: absolute;
  right: -20px;
  top: 60px;
}
@media screen and (max-width: 428px) {
  .sysmteAboutFigure__list:after {
    right: 0;
    left: 6vw;
    top: auto;
    bottom: -9vw;
    width: 8vw;
    height: 8vw;
  }
}
.sysmteAboutFigure__list:last-child:after {
  display: none;
}
.sysmteAboutResult {
  font-size: 3.6rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 428px) {
  .sysmteAboutResult {
    font-size: 4.6vw;
    margin: 0 -1vw;
  }
}
.sysmteAboutResult > li {
  -ms-flex-preferred-size: 8em;
      flex-basis: 8em;
  max-width: 8em;
  margin: 0 0.5rem;
  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;
  color: #fff;
  background: #6D8642;
  border-radius: 1rem;
  padding: 0.5rem 0 0.5rem 0.1em;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 428px) {
  .sysmteAboutResult > li {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
    padding: 3vw 0vw;
    line-height: 1;
    margin: 0 1vw;
  }
}
.sysmteMeritLists {
  margin: 0 -10px 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
@media screen and (max-width: 428px) {
  .sysmteMeritLists {
    margin: 0 -2vw 15vw;
  }
}
.sysmteMeritLists__list {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  position: relative;
}
@media screen and (max-width: 428px) {
  .sysmteMeritLists__list {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    padding: 2vw;
  }
}
.sysmteMeritLists__list > dl {
  background: #FFF;
  width: 100%;
  padding: 20px 20px 20px 200px;
}
@media screen and (max-width: 428px) {
  .sysmteMeritLists__list > dl {
    padding: 30vw 5vw 5vw;
  }
}
.sysmteMeritLists__list dt {
  color: #6D8642;
  line-height: 1.4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sysmteMeritLists__list dt .number {
  font-size: 6.9rem;
  -ms-flex-preferred-size: 55px;
      flex-basis: 55px;
  max-width: 55px;
  display: block;
}
@media screen and (max-width: 428px) {
  .sysmteMeritLists__list dt .number {
    font-size: 15vw;
    -ms-flex-preferred-size: 15vw;
        flex-basis: 15vw;
    max-width: 15vw;
  }
}
.sysmteMeritLists__list dt .title {
  font-size: 1.8rem;
  font-weight: 500;
  -ms-flex-preferred-size: calc(100% - 55px);
      flex-basis: calc(100% - 55px);
  max-width: calc(100% - 55px);
}
@media screen and (max-width: 428px) {
  .sysmteMeritLists__list dt .title {
    font-size: 4.5vw;
  }
}
.sysmteMeritLists__list dd {
  font-size: 1.4rem;
  line-height: 1.5;
  color: #333;
}
@media screen and (max-width: 428px) {
  .sysmteMeritLists__list dd {
    font-size: 3.5vw;
  }
}
.sysmteMeritLists__list dd li {
  margin: 1rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sysmteMeritLists__list dd li:before {
  content: "●";
  margin-right: 0.5rem;
  font-size: 0.8rem;
  padding-top: 0.5rem;
}
.sysmteMeritLists__list:before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  position: absolute;
  left: 20px;
  top: 50px;
  width: 180px;
}
@media screen and (max-width: 428px) {
  .sysmteMeritLists__list:before {
    top: 30vw;
    left: 50%;
    -webkit-transform: translate(-50%, -110%);
        -ms-transform: translate(-50%, -110%);
            transform: translate(-50%, -110%);
  }
}
.sysmteMeritLists__list--1:before {
  height: 127px;
  background-image: url(../img/sbpartners/system_merit_1@2x.png);
}
@media screen and (max-width: 428px) {
  .sysmteMeritLists__list--1:before {
    width: 21.28vw;
    height: 20.32vw;
  }
}
.sysmteMeritLists__list--2:before {
  height: 125px;
  background-image: url(../img/sbpartners/system_merit_2@2x.png);
}
@media screen and (max-width: 428px) {
  .sysmteMeritLists__list--2:before {
    width: 20.4vw;
    height: 20vw;
  }
}
.sysmteMeritLists__list--3:before {
  height: 111px;
  background-image: url(../img/sbpartners/system_merit_3@2x.png);
}
@media screen and (max-width: 428px) {
  .sysmteMeritLists__list--3:before {
    width: 17.76vw;
    height: 17.76vw;
  }
}
.sysmteMeritLists__list--4:before {
  height: 128px;
  background-image: url(../img/sbpartners/system_merit_4@2x.png);
}
@media screen and (max-width: 428px) {
  .sysmteMeritLists__list--4:before {
    width: 22.96vw;
    height: 20.4vw;
  }
}
.sysmteMeritLists__list--5:before {
  height: 95px;
  background-image: url(../img/sbpartners/system_merit_5@2x.png);
}
@media screen and (max-width: 428px) {
  .sysmteMeritLists__list--5:before {
    width: 21.28vw;
    height: 15.12vw;
  }
}
.sysmteMeritLists__list--6:before {
  height: 133px;
  background-image: url(../img/sbpartners/system_merit_6@2x.png);
}
@media screen and (max-width: 428px) {
  .sysmteMeritLists__list--6:before {
    width: 24vw;
    height: 21.2vw;
  }
}
.sysmteMeritResult {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 4rem;
  line-height: 1.4;
  font-weight: 700;
  color: #6D8642;
}
@media screen and (max-width: 428px) {
  .sysmteMeritResult {
    font-size: 5vw;
  }
}

/* 
end _system.scss
*/
/* 
start _merit.scss
*/
.merit__title {
  font-size: 3rem;
  font-weight: 700;
  color: #6D8642;
  text-align: center;
  margin: 3vw 0 2vw;
}
@media screen and (max-width: 428px) {
  .merit__title {
    font-size: 4.4vw;
  }
}
.merit__p {
  font-size: 2rem;
  line-height: 2;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 428px) {
  .merit__p {
    font-size: 4vw;
  }
}
.meritPartnership__image {
  margin: 0 auto 2vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  max-width: 860px;
  width: 100%;
}
@media screen and (max-width: 428px) {
  .meritPartnership__image {
    margin: 0 -6vw 5vw;
    width: auto;
  }
}
.meritPartnership__image:after {
  height: 20px;
  width: 90%;
  position: absolute;
  content: "";
  display: block;
  background: #ccc;
  top: 50%;
  left: 5%;
  margin-top: -10px;
}
@media screen and (max-width: 428px) {
  .meritPartnership__image:after {
    height: 5vw;
  }
}
.meritPartnership__image > li {
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
  max-width: 20%;
  padding: 10px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 428px) {
  .meritPartnership__image > li {
    padding: 2px;
  }
}
.meritBackbone__reason {
  max-width: 860px;
  margin: 0 auto 2vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 428px) {
  .meritBackbone__reason {
    width: auto;
    margin: 0 -6vw 5vw;
  }
}
.meritBackbone__reason > li {
  padding: 20px;
  -ms-flex-preferred-size: 33.3%;
      flex-basis: 33.3%;
  max-width: 33.3%;
}
@media screen and (max-width: 428px) {
  .meritBackbone__reason > li {
    padding: 1vw;
  }
}
.meritBackbone__personality {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 940px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: -1vw auto 2vw;
}
@media screen and (max-width: 428px) {
  .meritBackbone__personality {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: -1vw -6vw 5vw;
  }
}
.meritBackbone__personality > li {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  max-width: 25%;
  padding: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 428px) {
  .meritBackbone__personality > li {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
    padding: 1vw;
  }
}
.meritBackbone__personality > li > span {
  border-radius: 0.5rem;
  background: #6D8642;
  color: #fff;
  font-size: 2.1rem;
  width: 100%;
  height: 100%;
  text-align: center;
  display: block;
  padding: 1rem 0;
  letter-spacing: 0.06em;
  font-weight: 700;
}
@media screen and (max-width: 428px) {
  .meritBackbone__personality > li > span {
    font-size: 4vw;
  }
}
.meritStrategy__tactics {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -50px 120px;
}
@media screen and (max-width: 428px) {
  .meritStrategy__tactics {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 0 20vw;
  }
}
.meritStrategy__tactics > li {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 50%;
  padding: 0 50px;
}
@media screen and (max-width: 428px) {
  .meritStrategy__tactics > li {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    padding: 3vw 0;
  }
}
.meritStrategy__tactics > li > dl > dt {
  margin-bottom: 2rem;
}
@media screen and (max-width: 428px) {
  .meritStrategy__tactics > li > dl > dt {
    margin-bottom: 3vw;
  }
}
.meritStrategy__tactics > li > dl > dt:before {
  display: block;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
  height: 123px;
  margin: 0 auto 10px;
}
.meritStrategy__tactics > li > dl > dt.p1:before {
  width: 127px;
  background-image: url(../img/sbpartners/merit_strategy_1@2x.png);
}
@media screen and (max-width: 428px) {
  .meritStrategy__tactics > li > dl > dt.p1:before {
    width: 25.4vw;
    height: 24.6vw;
  }
}
.meritStrategy__tactics > li > dl > dt.p2:before {
  width: 239px;
  background-image: url(../img/sbpartners/merit_strategy_2@2x.png);
}
@media screen and (max-width: 428px) {
  .meritStrategy__tactics > li > dl > dt.p2:before {
    width: 47.8vw;
    height: 18.1vw;
  }
}
.meritStrategy__tactics > li > dl > dd {
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 428px) {
  .meritStrategy__tactics > li > dl > dd {
    font-size: 3.5vw;
  }
}
.meritStrategy__result span {
  color: #6D8642;
  font-size: 2.5rem;
  display: block;
  text-align: center;
}
@media screen and (max-width: 428px) {
  .meritStrategy__result span {
    font-size: 4.5vw;
  }
}
.meritStrategy__result .lg {
  font-size: 4rem;
  font-weight: 700;
}
@media screen and (max-width: 428px) {
  .meritStrategy__result .lg {
    font-size: 6vw;
  }
}
.meritEnergy__image {
  text-align: center;
  margin: 3vw 0;
}
@media screen and (max-width: 428px) {
  .meritEnergy__image {
    margin: 5vw -8vw;
  }
}
.meritEnergy__image .image {
  position: relative;
  display: inline-block;
}
.meritEnergy__image .image:before, .meritEnergy__image .image:after {
  display: inline-block;
  position: absolute;
  font-size: 2.5rem;
  font-weight: 500;
}
@media screen and (max-width: 428px) {
  .meritEnergy__image .image:before, .meritEnergy__image .image:after {
    font-size: 3vw;
  }
}
.meritEnergy__image .image:before {
  content: "スタンドバイホーム\a本部";
  white-space: pre;
  text-align: center;
  top: 50%;
  right: 105%;
  color: #6D8642;
  margin-top: -1.5em;
}
@media screen and (max-width: 428px) {
  .meritEnergy__image .image:before {
    content: "スタンド\aバイ\aホーム\a本部";
    margin-top: -3em;
  }
}
.meritEnergy__image .image:after {
  content: "加盟店";
  color: #777;
  top: 50%;
  left: 105%;
  white-space: nowrap;
  margin-top: -0.5em;
}
.meritEnergy__image .image img {
  display: block;
  width: 571px;
  height: 519px;
  margin: 0 auto;
}
@media screen and (max-width: 428px) {
  .meritEnergy__image .image img {
    max-width: 55vw;
    height: auto;
  }
}
.meritEnergyFigure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 920px;
  margin: 2vw auto;
}
@media screen and (max-width: 428px) {
  .meritEnergyFigure {
    margin: 5vw -8vw 20vw;
  }
}
.meritEnergyFigure > * {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 50%;
  padding: 60px;
  position: relative;
}
@media screen and (max-width: 428px) {
  .meritEnergyFigure > * {
    padding: 0 5vw;
  }
}
.meritEnergyFigure > * img {
  display: block;
}
.meritEnergyFigure > *:first-child:after {
  content: "▼";
  font-size: 4rem;
  color: #6D8642;
  position: absolute;
  left: 100%;
  top: 50%;
  line-height: 1;
  margin: -2rem 0 0 -2rem;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
@media screen and (max-width: 428px) {
  .meritEnergyFigure > *:first-child:after {
    font-size: 4vw;
    margin: -2vw 0 0 -2vw;
  }
}
.meritSupportLists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 2vw -5px;
}
@media screen and (max-width: 428px) {
  .meritSupportLists {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 5vw -6vw 20vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.meritSupportLists > li {
  padding: 5px;
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
  max-width: 20%;
}
@media screen and (max-width: 428px) {
  .meritSupportLists > li {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
    max-width: 40%;
    padding: 2px;
  }
}
.meritSupportLists > li p {
  background: #6D8642;
  text-align: center;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.5;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1rem 0;
  border-radius: 1rem;
}
@media screen and (max-width: 428px) {
  .meritSupportLists > li p {
    font-size: 3.5vw;
    padding: 2vw 0;
    width: 100%;
  }
}
.meritSupportLists > li p > span {
  display: inline-block;
}

/* 
end _merit.scss
*/
/* 
start _flow.scss
*/
.flowLists {
  margin: 5vw auto;
  max-width: 500px;
}
@media screen and (max-width: 428px) {
  .flowLists {
    margin: 10vw auto 20vw;
  }
}
.flowLists__list {
  margin-bottom: 100px;
  position: relative;
}
@media screen and (max-width: 428px) {
  .flowLists__list {
    margin-bottom: 20vw;
  }
}
.flowLists__list:after {
  content: "▼";
  font-size: 3rem;
  color: #6D8642;
  position: absolute;
  bottom: -70px;
  left: 50%;
  margin: 0 0 0 -1.5rem;
}
@media screen and (max-width: 428px) {
  .flowLists__list:after {
    font-size: 5vw;
    margin: 0 0 0 -2vw;
    bottom: -12vw;
  }
}
.flowLists__list:last-child {
  margin-bottom: 0;
}
.flowLists__list:last-child:after {
  content: "";
}
.flowLists__list .title {
  font-weight: 700;
  font-size: 3rem;
  letter-spacing: 0.06em;
  color: #6D8642;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 428px) {
  .flowLists__list .title {
    font-size: 5vw;
  }
}
.flowLists__list .title:before {
  color: #fff;
  border-radius: 10rem;
  background: #6D8642;
  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;
  text-align: center;
  width: 50px;
  height: 50px;
  line-height: 1;
  font-family: "roboto";
  letter-spacing: 0;
  margin-right: 1rem;
}
@media screen and (max-width: 428px) {
  .flowLists__list .title:before {
    width: 10vw;
    height: 10vw;
  }
}
.flowLists__list--1 .title:before {
  content: "1";
}
.flowLists__list--2 .title:before {
  content: "2";
}
.flowLists__list--3 .title:before {
  content: "3";
}
.flowLists__list--4 .title:before {
  content: "4";
}
.flowLists__list--5 .title:before {
  content: "5";
}
.flowLists__list--6 .title:before {
  content: "6";
}
.flowLists__list--7 .title:before {
  content: "7";
}
.flowLists__list .text {
  padding-left: 6rem;
}
@media screen and (max-width: 428px) {
  .flowLists__list .text {
    padding-left: 0;
  }
}
.flowLists__list .text > ul {
  font-size: 2rem;
  font-weight: 500;
  margin: 20px 0;
}
@media screen and (max-width: 428px) {
  .flowLists__list .text > ul {
    font-size: 4vw;
    margin: 4vw 0;
  }
}
.flowLists__list .text > ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flowLists__list .text > ul > li:before {
  content: "●";
  margin-right: 0.5rem;
  font-size: 1rem;
  margin-top: 1rem;
}
@media screen and (max-width: 428px) {
  .flowLists__list .text > ul > li:before {
    font-size: 3vw;
    margin-top: 0.5vw;
  }
}
.flowLists .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flowLists .price > dt {
  font-size: 2.6rem;
  font-weight: 500;
  color: #6D8642;
  margin-right: 1rem;
}
@media screen and (max-width: 428px) {
  .flowLists .price > dt {
    font-size: 4.4vw;
  }
}
.flowLists .price > dd {
  margin-right: 1rem;
  line-height: 1;
}
@media screen and (max-width: 428px) {
  .flowLists .price > dd {
    margin-right: 1vw;
  }
}
.flowLists .price > dd .lg {
  font-size: 4.6rem;
  font-weight: 500;
}
@media screen and (max-width: 428px) {
  .flowLists .price > dd .lg {
    font-size: 8vw;
  }
}
.flowLists .price > dd .md {
  font-size: 2.6rem;
  font-weight: 500;
}
@media screen and (max-width: 428px) {
  .flowLists .price > dd .md {
    font-size: 4.4vw;
  }
}
.flowLists .price > dd.ot {
  font-size: 1.6rem;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
  margin-bottom: 2rem;
}
@media screen and (max-width: 428px) {
  .flowLists .price > dd.ot {
    font-size: 3.5vw;
    margin-bottom: 8vw;
  }
}
.flowLists__link {
  position: relative;
  margin: 0 auto;
}
.flowLists__link a {
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
}
@media screen and (max-width: 428px) {
  .flowLists__link a {
    font-size: 1.4rem;
  }
}
.flowLists__link a svg {
  margin-left: 5px;
  stroke: #fff;
  width: 26px;
  height: 10px;
  stroke-width: 2px;
  -webkit-transition: 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.flowLists__link a span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1.5;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1;
  padding: 1rem 2rem 1rem 2rem;
  background: #6D8642;
}
.flowLists__link a:hover span svg {
  -webkit-transform: translateX(5px);
      -ms-transform: translateX(5px);
          transform: translateX(5px);
}

/* 
end _flow.scss
*/
/* 
start _meeting.scss
*/
.meeting {
  margin: 90px auto;
}
.meeting__link {
  text-align: center;
  margin-top: 2rem;
  font-size: 1.6rem;
}
@media screen and (max-width: 428px) {
  .meeting__link {
    font-size: 3.5vw;
  }
}
.meeting__link a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: #F0833F;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-weight: 500;
  padding: 1.5rem 3rem;
  border-radius: 0.5rem;
}
.meeting__link a svg {
  fill: #fff;
  margin-right: 0.5rem;
}
@media screen and (max-width: 428px) {
  .meeting__link a svg {
    width: 5.76vw;
    height: 4.36vw;
  }
}
.meeting__link--contact {
  font-size: 1.8rem;
}
@media screen and (max-width: 428px) {
  .meeting__link--contact {
    font-size: 4.4vw;
  }
}
.meetingTable {
  width: 100%;
  font-size: 1.4rem;
  line-height: 1.6;
}
@media screen and (max-width: 428px) {
  .meetingTable {
    font-size: 3.5vw;
  }
}
.meetingTable th,
.meetingTable td {
  padding: 1rem;
}
.meetingTable th {
  font-weight: 500;
}
@media screen and (max-width: 428px) {
  .meetingTable thead {
    display: none;
  }
}
.meetingTable thead th {
  background: #6D8642;
  color: #fff;
  font-size: 1.4rem;
  border-right: 1px solid #fff;
  text-align: center;
}
@media screen and (max-width: 428px) {
  .meetingTable thead th {
    font-size: 3.5vw;
  }
}
.meetingTable thead th:last-child {
  border-right: none;
}
.meetingTable tbody td {
  border-right: 1px solid #777;
}
@media screen and (max-width: 428px) {
  .meetingTable tbody td {
    border-right: none;
    border-bottom: 1px solid #777;
    padding: 2vw 0 2vw 20vw;
    position: relative;
  }
}
.meetingTable tbody td:last-child {
  border-right: none;
}
@media screen and (max-width: 428px) {
  .meetingTable tbody td:last-child {
    border-bottom: none;
  }
}
@media screen and (max-width: 428px) {
  .meetingTable tbody td:before {
    background: #6D8642;
    color: #fff;
    margin-right: 3vw;
    font-size: 3vw;
    position: absolute;
    top: 0;
    left: 0;
    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;
    width: 18vw;
    height: 100%;
  }
}
@media screen and (max-width: 428px) {
  .meetingTable tbody td:nth-child(1):before {
    content: "日時";
  }
}
@media screen and (max-width: 428px) {
  .meetingTable tbody td:nth-child(2):before {
    content: "会場";
  }
}
@media screen and (max-width: 428px) {
  .meetingTable tbody td:nth-child(3):before {
    content: "開催時間";
  }
}
@media screen and (max-width: 428px) {
  .meetingTable tbody td:nth-child(4):before {
    content: "チラシ";
  }
}
.meetingTable tbody tr {
  border-bottom: 1px solid #777;
}
@media screen and (max-width: 428px) {
  .meetingTable tbody tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 3vw;
    border-bottom: none;
  }
}
.meetingTable tbody tr:last-child {
  border-bottom: none;
}
.meetingTable .date {
  font-size: 1.8rem;
  line-height: 1.6;
}
@media screen and (max-width: 428px) {
  .meetingTable .date {
    font-size: 4.4vw;
  }
}
.meetingTable .lg {
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (max-width: 428px) {
  .meetingTable .lg {
    font-size: 4.8vw;
  }
}
.meetingTable .meeting__link {
  margin-top: 0;
}

/* 
end _meeting.scss
*/
/* 
start _seminar.scss
*/
a#form {
  margin-top: -100px;
  padding-top: 100px;
  display: block;
}

.bg-yellow {
  background: #FFFDEA;
}

.bg-white {
  background: #fff;
}

.seminarHeader {
  padding: 45px 0 0 0;
  background: url(../img/sbpartners/seminar/header_bg.jpg) center center/100% auto repeat-y;
}
@media screen and (max-width: 428px) {
  .seminarHeader {
    padding: 10vw 5vw 0 5vw;
    margin: 0 -8vw;
  }
}
.seminarHeader img {
  display: block;
}
.seminarHeader .title p {
  font-size: 2rem;
  text-align: center;
  color: #fff;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 428px) {
  .seminarHeader .title p {
    font-size: 1.4rem;
  }
}
.seminarHeader .title h1 {
  max-width: 718px;
  margin: 15px auto 25px;
}
@media screen and (max-width: 428px) {
  .seminarHeader .title h1 {
    margin: 3vw auto 5vw;
  }
}
.seminarHeader .name {
  max-width: 725px;
  margin: 0 auto 30px;
}
@media screen and (max-width: 428px) {
  .seminarHeader .name {
    margin: 5vw auto;
  }
}
.seminarHeader .name--2 {
  max-width: 460px;
  margin: 40px auto 10px;
}
.seminarHeader .text1 {
  max-width: 725px;
  margin: 0 auto;
  color: #fff;
  font-size: 1.6rem;
  border-top: 2px solid #fff;
  padding-top: 10px;
  line-height: 2;
}
.seminarHeader .kobetsu {
  max-width: 725px;
  border: 1px solid #fff;
  margin: 55px auto 30px;
  text-align: center;
  color: #fff;
  padding: 3rem 2rem;
}
.seminarHeader .kobetsu .title {
  font-size: 2rem;
  font-weight: 700;
}
.seminarHeader .kobetsu p {
  font-size: 1.4rem;
  margin-top: 1rem;
}
.seminarHeader .button {
  margin: 0 auto;
}
.seminarHeader .button a {
  background: #EB7E35;
  color: #fff;
  width: 100%;
  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;
  border-radius: 10em;
  font-weight: 700;
  line-height: 1;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.seminarHeader .button a:hover {
  opacity: 0.5;
}
.seminarHeader .button--1 {
  max-width: 725px;
  margin-top: 20px;
}
.seminarHeader .button--1 a {
  font-size: 3.1rem;
  height: 70px;
  padding-bottom: 7px;
}
@media screen and (max-width: 428px) {
  .seminarHeader .button--1 a {
    font-size: 2.4rem;
    height: 50px;
  }
}
.seminarHeader .button--2 {
  max-width: 450px;
}
.seminarHeader .button--2 a {
  font-size: 2.4rem;
  height: 55px;
}
@media screen and (max-width: 428px) {
  .seminarHeader .button--2 a {
    font-size: 1.8rem;
    height: 45px;
  }
}
.seminarHeader .date {
  color: #FFE036;
  font-weight: 700;
  margin: 50px auto 0;
  max-width: 718px;
  line-height: 1;
}
@media screen and (max-width: 428px) {
  .seminarHeader .date {
    margin: 5vw auto 0;
  }
}
.seminarHeader .date tr {
  border-bottom: 1px solid #FFE036;
}
.seminarHeader .date tr:first-child {
  border-top: 1px solid #FFE036;
}
.seminarHeader .date th {
  -ms-flex-preferred-size: 260px;
      flex-basis: 260px;
  max-width: 260px;
  font-size: 3rem;
  padding: 15px 15px 15px 0;
  font-weight: 700;
}
@media screen and (max-width: 428px) {
  .seminarHeader .date th {
    font-size: 1.4rem;
  }
}
.seminarHeader .date th span {
  font-size: 4rem;
}
@media screen and (max-width: 428px) {
  .seminarHeader .date th span {
    font-size: 2.4rem;
  }
}
.seminarHeader .date td {
  -ms-flex-preferred-size: calc(100% - 260px);
      flex-basis: calc(100% - 260px);
  max-width: calc(100% - 260px);
  font-size: 3.5rem;
  padding: 15px 0;
}
@media screen and (max-width: 428px) {
  .seminarHeader .date td {
    font-size: 1.8rem;
  }
}
.seminarHeader .caution {
  font-size: 1.2rem;
  text-align: center;
  color: #FFE036;
  margin-top: 10px;
}
@media screen and (max-width: 428px) {
  .seminarHeader .caution {
    font-size: 1rem;
  }
}
.seminarHeader__lead {
  max-width: 725px;
  font-size: 1.6rem;
  margin: 40px auto 10px;
  text-align: justify;
  color: #fff;
  line-height: 2;
}
@media screen and (max-width: 428px) {
  .seminarHeader__lead {
    margin: 5vw auto 5vw;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 428px) {
  .seminarHeader__mh {
    margin: 0 -5vw;
  }
}

.seminarMovie {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 8rem -2rem 12rem;
}
@media screen and (max-width: 428px) {
  .seminarMovie {
    margin: 10vw 0;
  }
}
.seminarMovie > * {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 50%;
  padding: 0 2rem;
}
@media screen and (max-width: 428px) {
  .seminarMovie > * {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    padding: 0;
  }
}
.seminarMovie .movie .inner {
  width: 100%;
  padding-top: 56%;
  height: 0;
  position: relative;
}
.seminarMovie .movie .inner iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.seminarMovie .text h3 {
  font-size: 2.5rem;
}
@media screen and (max-width: 428px) {
  .seminarMovie .text h3 {
    margin-top: 2rem;
    font-size: 2rem;
  }
}

.seminarMerit {
  padding: 100px 0;
  margin: 0 auto;
}
@media screen and (max-width: 428px) {
  .seminarMerit {
    padding: 10vw 0;
  }
}
.seminarMerit__title {
  max-width: 343px;
  display: block;
  margin: 0 auto 80px;
}
@media screen and (max-width: 428px) {
  .seminarMerit__title {
    margin-bottom: 10vw;
    max-width: 50vw;
  }
}
@media screen and (max-width: 428px) {
  .seminarMerit .title h3 {
    max-width: 60vw;
    margin: 0 auto 3vw;
  }
}
.seminarMerit .graph p {
  font-size: 1.4rem;
  text-align: right;
}
@media screen and (max-width: 428px) {
  .seminarMerit .graph p {
    font-size: 1.2rem;
  }
}

.clm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -20px;
}
@media screen and (max-width: 428px) {
  .clm {
    margin: 0 -8vw;
  }
}
@media screen and (max-width: 428px) {
  .clm .mt3rem {
    margin-top: 3vw !important;
  }
}
@media screen and (max-width: 428px) {
  .clm.mt9rem {
    margin-top: 10vw !important;
  }
}
@media screen and (max-width: 428px) {
  .clm .graph {
    padding: 0 3vw;
    width: 100%;
  }
}
.clm--1-1 > * {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 50%;
  padding: 0 20px;
}
@media screen and (max-width: 428px) {
  .clm--1-1 > * {
    padding: 0 8vw 5vw;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
}
.clm--1-2 > * {
  padding: 0 20px;
}
@media screen and (max-width: 428px) {
  .clm--1-2 > * {
    padding: 0 8vw;
  }
}
.clm--1-2 > *:first-child {
  -ms-flex-preferred-size: 33.3%;
      flex-basis: 33.3%;
  max-width: 33.3%;
}
@media screen and (max-width: 428px) {
  .clm--1-2 > *:first-child {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
}
.clm--1-2 > *:nth-child(2) {
  -ms-flex-preferred-size: 66.7%;
      flex-basis: 66.7%;
  max-width: 66.7%;
}
@media screen and (max-width: 428px) {
  .clm--1-2 > *:nth-child(2) {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
}
.clm--alcenter {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.clm--albottom {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.clm__fivemerit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -70px;
}
@media screen and (max-width: 428px) {
  .clm__fivemerit {
    margin: 0;
  }
}
@media screen and (max-width: 428px) {
  .clm__fivemerit .title {
    max-width: 60vw;
    margin: 5vw auto 0;
  }
}
.clm__fivemerit > * {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 50%;
  padding: 0 70px;
  margin-top: 70px;
}
@media screen and (max-width: 428px) {
  .clm__fivemerit > * {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    padding: 0px;
    margin-top: 10vw;
  }
}
.clm__fivemerit > * p {
  font-size: 1.6rem;
  line-height: 2;
  margin-top: 15px;
  text-align: justify;
}
@media screen and (max-width: 428px) {
  .clm__fivemerit > * p {
    font-size: 1.4rem;
    margin-top: 3vw;
  }
}
.clm p {
  text-align: justify;
  margin: 0;
  line-height: 2;
}

.seminarDesign {
  padding: 150px 0 100px;
  margin: 0 auto;
}
@media screen and (max-width: 428px) {
  .seminarDesign {
    padding: 10vw 0 10vw;
  }
}
.seminarDesign__title {
  max-width: 816px;
  display: block;
  margin: 0 0 20px;
}
@media screen and (max-width: 428px) {
  .seminarDesign__title {
    margin: 0 0 5vw;
  }
}
@media screen and (max-width: 428px) {
  .seminarDesign__image {
    margin: 0 -8vw;
  }
}
.seminarDesign__blc {
  margin-top: 40px;
  position: relative;
}
@media screen and (max-width: 428px) {
  .seminarDesign__blc {
    margin-top: 5vw;
  }
}
.seminarDesign__blc--textright .text {
  background: #fff;
  max-width: 310px;
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px 0px 30px 30px;
}
@media screen and (max-width: 428px) {
  .seminarDesign__blc--textright .text {
    position: static;
    max-width: 100%;
    padding: 0px;
  }
}
.seminarDesign__blc--textleft .text {
  background: #fff;
  max-width: 310px;
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px 30px 30px 0px;
}
@media screen and (max-width: 428px) {
  .seminarDesign__blc--textleft .text {
    position: static;
    max-width: 100%;
    padding: 0px;
  }
}
.seminarDesign__blc .image {
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 428px) {
  .seminarDesign__blc .image {
    margin: 0 -6vw;
  }
}
.seminarDesign__blc .image img {
  display: block;
}
.seminarDesign__blc .text h3 {
  font-size: 1.9rem;
  font-weight: 700;
  margin-bottom: 10px;
}
@media screen and (max-width: 428px) {
  .seminarDesign__blc .text h3 {
    font-size: 1.8rem;
    margin: 3vw 0 1vw;
  }
}
.seminarDesign__blc .text p {
  font-size: 1.6rem;
  line-height: 1.8;
  text-align: justify;
}
@media screen and (max-width: 428px) {
  .seminarDesign__blc .text p {
    font-size: 1.4rem;
    line-height: 2;
  }
}
.seminarDesign__blc2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -20px;
}
@media screen and (max-width: 428px) {
  .seminarDesign__blc2 {
    margin: 0;
  }
}
.seminarDesign__blc2 > * {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 50%;
  padding: 0 20px;
}
@media screen and (max-width: 428px) {
  .seminarDesign__blc2 > * {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    padding: 0;
  }
}
.seminarDesign__blc2 h3 {
  position: relative;
  z-index: 1;
  background: #fff;
  margin: -40px 0 0 0;
  padding: 10px 30px 0 0px;
  display: inline-block;
}
@media screen and (max-width: 428px) {
  .seminarDesign__blc .yat {
    display: block;
    margin: 0 -6vw;
  }
}

.seminarPartner {
  padding: 100px 0 100px;
  margin: 0 auto;
}
@media screen and (max-width: 428px) {
  .seminarPartner {
    padding: 10vw 0;
  }
  .seminarPartner .mt9rem {
    margin-top: 10vw !important;
  }
  .seminarPartner .text {
    padding-bottom: 3vw;
  }
  .seminarPartner .image {
    padding-top: 5vw;
    padding-bottom: 3vw;
  }
}
.seminarPartner__title {
  max-width: 587px;
  display: block;
  margin: 0 auto;
  margin-bottom: 80px;
}
@media screen and (max-width: 428px) {
  .seminarPartner__title {
    margin-bottom: 5vw;
  }
}
.seminarPartner .t1,
.seminarPartner .t2,
.seminarPartner .t3 {
  margin-bottom: 30px;
}
@media screen and (max-width: 428px) {
  .seminarPartner .t1,
.seminarPartner .t2,
.seminarPartner .t3 {
    margin-bottom: 3vw;
  }
}
.seminarPartner .t1 {
  max-width: 797px;
}
.seminarPartner .t2 {
  max-width: 795px;
}
.seminarPartner .t3 {
  max-width: 926px;
}
@media screen and (max-width: 428px) {
  .seminarPartner .t3 {
    margin-left: -3vw;
    margin-right: -5vw;
  }
}
.seminarPartner p.obi {
  margin-top: 20px;
  font-weight: 700;
  line-height: 1;
  font-size: 2.2rem;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 428px) {
  .seminarPartner p.obi {
    margin-top: 3vw;
    font-size: 1.6rem;
    margin: 3vw -5vw 0 -1vw;
  }
}
.seminarPartner p.obi span {
  padding: 5px 10px 8px;
  margin-bottom: 10px;
  display: inline-block;
  background: #EB7E35;
}
@media screen and (max-width: 428px) {
  .seminarPartner p.obi span {
    padding: 5px 3px;
  }
}
@media screen and (max-width: 428px) {
  .seminarPartner .spod1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .seminarPartner .spod2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.seminarEvent {
  padding: 100px 0;
  margin: 0 auto;
}
@media screen and (max-width: 428px) {
  .seminarEvent {
    padding: 10vw 0;
  }
}
.seminarEvent .event__clm {
  max-width: 915px;
  margin: 40px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 428px) {
  .seminarEvent .event__clm {
    margin: 5vw -3vw;
  }
}
.seminarEvent .event__clm--single {
  max-width: 645px;
}
.seminarEvent .event__clm > * {
  padding: 0 20px;
}
@media screen and (max-width: 428px) {
  .seminarEvent .event__clm > * {
    padding: 0;
  }
}
.seminarEvent .event .title {
  text-align: center;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 428px) {
  .seminarEvent .event .title {
    font-size: 2rem;
  }
}
.seminarEvent .event .title span {
  display: inline-block;
  border-bottom: 3px solid #333;
  padding-bottom: 5px;
}
.seminarEvent .event + .event {
  margin-top: 150px;
}
@media screen and (max-width: 428px) {
  .seminarEvent .event + .event {
    margin-top: 10vw;
  }
}
.seminarEvent .event .pamph {
  -ms-flex-preferred-size: 270px;
      flex-basis: 270px;
  max-width: 270px;
  padding: 0 20px;
  font-size: 1.4rem;
}
@media screen and (max-width: 428px) {
  .seminarEvent .event .pamph {
    padding: 0;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    text-align: center;
    margin-bottom: 5vw;
    font-size: 1rem;
  }
}
.seminarEvent .event .pamph img {
  width: 230px;
  height: 300px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
@media screen and (max-width: 428px) {
  .seminarEvent .event .pamph img {
    margin: 0 auto;
    width: 184px;
    height: 240px;
  }
}
.seminarEvent .event a.link {
  display: block;
  margin-top: 10px;
}
.seminarEvent .event a.link span {
  border-bottom: 1px solid #333;
}
.seminarEvent .event a.link i {
  margin-right: 5px;
}
.seminarEvent .event .detail {
  -ms-flex-preferred-size: 645px;
      flex-basis: 645px;
  max-width: 645px;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 428px) {
  .seminarEvent .event .detail {
    padding: 0;
  }
}
.seminarEvent .event .detail > * {
  padding: 15px 0;
  font-size: 1.4rem;
  line-height: 2;
  border-bottom: 1px solid #333;
}
@media screen and (max-width: 428px) {
  .seminarEvent .event .detail > * {
    font-size: 1.2rem;
    padding: 10px 0;
  }
}
.seminarEvent .event .detail > *:first-of-type {
  border-top: 1px solid #333;
}
.seminarEvent .event .detail > dt {
  -ms-flex-preferred-size: 60px;
      flex-basis: 60px;
  max-width: 60px;
}
@media screen and (max-width: 428px) {
  .seminarEvent .event .detail > dt {
    font-size: 1rem;
    -ms-flex-preferred-size: 40px;
        flex-basis: 40px;
    max-width: 40px;
  }
}
.seminarEvent .event .detail > dd {
  -ms-flex-preferred-size: calc(100% - 60px);
      flex-basis: calc(100% - 60px);
  max-width: calc(100% - 60px);
}
@media screen and (max-width: 428px) {
  .seminarEvent .event .detail > dd {
    -ms-flex-preferred-size: calc(100% - 40px);
        flex-basis: calc(100% - 40px);
    max-width: calc(100% - 40px);
  }
}
.seminarEvent .event .googlemap {
  width: 100%;
  height: 0;
  padding-top: 40%;
  position: relative;
  margin-top: 30px;
}
.seminarEvent .event .googlemap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 20px;
}

.seminarButton {
  margin-top: 120px;
}
@media screen and (max-width: 428px) {
  .seminarButton {
    margin-top: 10vw;
  }
}
.seminarButton a {
  border-radius: 10em;
  display: block;
  text-align: center;
  font-size: 3rem;
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
  color: #fff;
  background: #EB7E35;
  line-height: 1;
  padding: 25px 0;
  letter-spacing: 0.06em;
  font-weight: 700;
}
@media screen and (max-width: 428px) {
  .seminarButton a {
    font-size: 1.8rem;
    padding: 1em 0;
  }
}
.seminarButton a i {
  margin-right: 5px;
}
.seminarButton--top {
  margin: 50px auto 100px;
}
@media screen and (max-width: 428px) {
  .seminarButton--top {
    margin: 10vw auto 10vw;
  }
}

.changeTab {
  background: #EDEDED;
  padding: 0px 0 90px;
  border-top: 1px solid #ccc;
}
.changeTab__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
@media screen and (max-width: 428px) {
  .changeTab__title {
    margin: 0 -6vw;
  }
}
.changeTab__title > li {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 50%;
  margin-top: 0px;
  padding: 0 5px;
  position: relative;
  top: -70px;
  margin-bottom: -80px;
}
@media screen and (max-width: 428px) {
  .changeTab__title > li {
    top: -45px;
    margin-bottom: -50px;
  }
}
.changeTab__title > li span {
  color: #aaa;
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  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;
  height: 80px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  cursor: pointer;
}
@media screen and (max-width: 428px) {
  .changeTab__title > li span {
    font-size: 1.4rem;
    height: 50px;
  }
}
.changeTab__title > li:not(.active) span {
  -webkit-transition: color 0.5s, -webkit-transform 0.5s;
  transition: color 0.5s, -webkit-transform 0.5s;
  -o-transition: color 0.5s, transform 0.5s;
  transition: color 0.5s, transform 0.5s;
  transition: color 0.5s, transform 0.5s, -webkit-transform 0.5s;
}
.changeTab__title > li:not(.active) span:hover {
  color: #000;
  -webkit-transform: translateY(5px);
      -ms-transform: translateY(5px);
          transform: translateY(5px);
}
.changeTab__title > li.active {
  top: -80px;
}
@media screen and (max-width: 428px) {
  .changeTab__title > li.active {
    top: -50px;
  }
}
.changeTab__title > li.active > span {
  background: #EDEDED;
  border: 1px solid #ccc;
  border-bottom-width: 0;
  color: #000;
}
.changeTab__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 50px 0 100px;
}
@media screen and (max-width: 428px) {
  .changeTab__button {
    margin: 10vw -6vw 15vw;
  }
}
.changeTab__button > li {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 50%;
  padding: 10px;
}
@media screen and (max-width: 428px) {
  .changeTab__button > li {
    padding: 0 3px;
  }
}
.changeTab__button > li span {
  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;
  height: 70px;
  border-radius: 10em;
  font-size: 3rem;
  font-weight: 700;
  background: #EB7E35;
  color: #fff;
  cursor: pointer;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
@media screen and (max-width: 428px) {
  .changeTab__button > li span {
    font-size: 1.4rem;
    height: 50px;
  }
}
.changeTab__button > li span:hover {
  opacity: 0.5;
}
.changeTab__blc {
  display: none;
}
.changeTab__blc.active {
  display: block;
}

.seminarForm {
  background: #EDEDED;
  padding: 90px 0;
}
@media screen and (max-width: 428px) {
  .seminarForm {
    padding: 10vw 0;
  }
}
.seminarForm .cnt {
  margin-top: 0;
  margin-bottom: 0;
}
.seminarForm .required {
  background: #EB7E35;
}
.seminarForm--pt0 {
  padding-top: 0;
}

.seminarToiawase {
  border: 3px double #ccc;
  padding: 30px;
  margin: 0 auto 100px;
  max-width: 500px;
  width: 100%;
}
@media screen and (max-width: 428px) {
  .seminarToiawase {
    padding: 20px;
  }
}
.seminarToiawase a {
  text-decoration: underline;
}
.seminarToiawase .title {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 428px) {
  .seminarToiawase .title {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}
.seminarToiawase ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.6rem;
}
@media screen and (max-width: 428px) {
  .seminarToiawase ul {
    font-size: 1.4rem;
  }
}

/* 
end _seminar.scss
*/