@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Jost:wght@300;400;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@400;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap");
/* ブレイクポイント参考

PC:インナーコンテンツサイズ以上
Laptop-HiDPI:1440
Laptop-MDPI :1280
iPad Pro(10.5inch):834
iPad Pro(12.9inch):1024
iPad:601
SP:600

*/
/* レスポンシブサイト非表示 */
/* PCのみ */
@media screen and (max-width: 1025px) {
  .pc {
    display: none !important;
  }
}
/* 1500以上 */
@media screen and (max-width: 1500px) {
  .only1500 {
    display: none !important;
  }
}
/* 1400以上 */
@media screen and (max-width: 1400px) {
  .only1400 {
    display: none !important;
  }
}
/* タブレット・PC */
@media screen and (max-width: 599px) {
  .tbpc {
    display: none !important;
  }
}
/* タブレット・SP */
@media screen and (min-width: 1025px) {
  .tbsp {
    display: none !important;
  }
}
/* タブレットのみ */
@media screen and (max-width: 599px), (min-width: 1025px) {
  .tb {
    display: none !important;
  }
}
/* SPのみ */
@media screen and (min-width: 1400px) {
  .w1400 {
    display: none !important;
  }
}
/* SPのみ */
@media screen and (min-width: 600px) {
  .sp {
    display: none !important;
  }
}
@media screen and (min-width: 1025px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: auto;
  }
}
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
  width: auto;
  max-width: 100%;
  image-rendering: -webkit-optimize-contrast;
}

li {
  list-style: none;
}

a,
area,
button,
[role=button],
input:not([type=range]),
label,
select,
summary,
textarea {
  touch-action: manipulation;
}

/*--------------------------------------------------------

	body設定

----------------------------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", Verdana, Meiryo, sans-serif;
  color: #222;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #fff;
  line-height: 1.6;
  font-size: 1.4rem;
  overflow-x: hidden;
  font-weight: 500;
  /*font-feature-settings: "palt" 1;*/
}
@media screen and (max-width: 599px) {
  body {
    font-size: 1.3rem;
  }
}
body.modal-scrooll-stop {
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  body {
    font-weight: 400;
  }
}

a {
  text-decoration: none;
}

* {
  max-height: 999999px;
  font-feature-settings: "palt";
  letter-spacing: 0.06em;
}

/*クリアフィックス*/
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  visibility: hidden;
}

a {
  text-decoration: none;
  transition: 0.2s;
}

button {
  transition: 0.2s;
  cursor: pointer;
}

p,
h1,
h2,
h3,
h4,
h5,
dt,
dd,
a {
  font-display: swap;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.reset {
  display: block;
}

.mb10 {
  margin-bottom: 10px;
}
@media screen and (max-width: 599px) {
  .mb10 {
    margin-bottom: 5px;
  }
}

.mb20 {
  margin-bottom: 20px;
}
@media screen and (max-width: 599px) {
  .mb20 {
    margin-bottom: 10px;
  }
}

.mb30 {
  margin-bottom: 30px;
}
@media screen and (max-width: 900px) {
  .mb30 {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 599px) {
  .mb30 {
    margin-bottom: 20px;
  }
}

.mb40 {
  margin-bottom: 40px;
}
@media screen and (max-width: 900px) {
  .mb40 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 599px) {
  .mb40 {
    margin-bottom: 20px;
  }
}

.mb50 {
  margin-bottom: 50px;
}
@media screen and (max-width: 900px) {
  .mb50 {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 599px) {
  .mb50 {
    margin-bottom: 30px;
  }
}

.mb60 {
  margin-bottom: 60px;
}
@media screen and (max-width: 900px) {
  .mb60 {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 599px) {
  .mb60 {
    margin-bottom: 40px;
  }
}

.mb70 {
  margin-bottom: 70px;
}
@media screen and (max-width: 900px) {
  .mb70 {
    margin-bottom: 55px;
  }
}
@media screen and (max-width: 599px) {
  .mb70 {
    margin-bottom: 40px;
  }
}

.mb80 {
  margin-bottom: 80px;
}
@media screen and (max-width: 900px) {
  .mb80 {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 599px) {
  .mb80 {
    margin-bottom: 40px;
  }
}

.mb100 {
  margin-bottom: 100px !important;
}
@media screen and (max-width: 1024px) {
  .mb100 {
    margin-bottom: 80px !important;
  }
}
@media screen and (max-width: 900px) {
  .mb100 {
    margin-bottom: 70px !important;
  }
}
@media screen and (max-width: 599px) {
  .mb100 {
    margin-bottom: 50px !important;
  }
}

.mt10 {
  margin-top: 10px;
}
@media screen and (max-width: 599px) {
  .mt10 {
    margin-top: 5px;
  }
}

.mt20 {
  margin-top: 20px;
}
@media screen and (max-width: 599px) {
  .mt20 {
    margin-top: 10px;
  }
}

.mt30 {
  margin-top: 30px;
}
@media screen and (max-width: 900px) {
  .mt30 {
    margin-top: 25px;
  }
}
@media screen and (max-width: 599px) {
  .mt30 {
    margin-top: 20px;
  }
}

.mt40 {
  margin-top: 40px;
}
@media screen and (max-width: 900px) {
  .mt40 {
    margin-top: 30px;
  }
}
@media screen and (max-width: 599px) {
  .mt40 {
    margin-top: 20px;
  }
}

.mt50 {
  margin-top: 50px;
}
@media screen and (max-width: 900px) {
  .mt50 {
    margin-top: 40px;
  }
}
@media screen and (max-width: 599px) {
  .mt50 {
    margin-top: 30px;
  }
}

.mt60 {
  margin-top: 60px;
}
@media screen and (max-width: 900px) {
  .mt60 {
    margin-top: 50px;
  }
}
@media screen and (max-width: 599px) {
  .mt60 {
    margin-top: 40px;
  }
}

.mt70 {
  margin-top: 70px;
}
@media screen and (max-width: 900px) {
  .mt70 {
    margin-top: 55px;
  }
}
@media screen and (max-width: 599px) {
  .mt70 {
    margin-top: 40px;
  }
}

.mt80 {
  margin-top: 80px;
}
@media screen and (max-width: 900px) {
  .mt80 {
    margin-top: 60px;
  }
}
@media screen and (max-width: 599px) {
  .mt80 {
    margin-top: 40px;
  }
}

.mt100 {
  margin-top: 100px !important;
}
@media screen and (max-width: 1024px) {
  .mt100 {
    margin-top: 80px !important;
  }
}
@media screen and (max-width: 900px) {
  .mt100 {
    margin-top: 70px !important;
  }
}
@media screen and (max-width: 599px) {
  .mt100 {
    margin-top: 50px !important;
  }
}

.anchor {
  margin-top: -100px;
  padding-top: 100px;
}
@media screen and (max-width: 599px) {
  .anchor {
    margin-top: -70px;
    padding-top: 70px;
  }
}

.scroll-hint-icon::before {
  background-image: url(../img/common/icon_scroll.svg) !important;
  background-size: 100% auto;
}
.scroll-hint-icon::after {
  display: none !important;
}

.tel-link {
  color: #000 !important;
  text-decoration: none !important;
  cursor: auto !important;
}

@media print {
  .sp {
    display: none !important;
  }
  body {
    width: 1140px;
    -webkit-print-color-adjust: exact;
  }
  /*　------- ↓その他参考例　---------
  .header {
      position: relative !important; //ヘッダー固定fixedを解除
  }
  .header .header-inner {
      width: 100% !important; //サイト幅を解除
  }
  .page-title {
      margin-top: 0px !important; //固定ヘッダー時のマージンTOP分を解除
      width: 100% !important; //サイト幅を解除
  }
  .breadcrumbs-list {
      width: 100% !important; //サイト幅を解除
  }
  .global-nav {
      width: 100%; //サイト幅を解除
  }
  ------- ↑その他参考　---------*/
}
@page {
  size: A4;
  margin: 12.7mm 9.7mm;
}
.header {
  width: 100%;
  height: 100px;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  background-color: #fff;
}
@media screen and (max-width: 599px) {
  .header {
    height: 70px;
    background-color: #fff;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
}
.header__logo {
  width: 135px;
  position: fixed;
  top: 20px;
  left: 25px;
  z-index: 9;
}
@media screen and (max-width: 599px) {
  .header__logo {
    width: 120px;
    top: 7px;
    left: 10px;
  }
}
.header__logo__link {
  line-height: 0.1;
  display: block;
}
@media screen and (min-width: 1025px) {
  .header__logo__link:hover {
    transform: translateY(5px);
  }
}
.header__menu-btn {
  width: 40px;
  height: 40px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  transition: 0.5s;
  position: fixed;
  top: 25px;
  right: 25px;
  z-index: 12;
}
.header__menu-btn::before {
  content: "";
  width: 0;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  background-color: rgba(102, 153, 170, 0.6);
  transition: 0.3s;
}
.header__menu-btn::after {
  content: "MENU";
  margin: 0 auto;
  width: 100%;
  font-size: 14px;
  line-height: 1;
  color: #000;
  font-family: "Roboto", sans-serif !important;
  font-weight: 700;
  letter-spacing: normal;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -16px;
}
@media screen and (max-width: 1024px) {
  .header__menu-btn::after {
    margin: auto 0;
    font-size: 16px;
    left: -60px;
    right: auto;
    bottom: 11px;
  }
}
@media screen and (max-width: 599px) {
  .header__menu-btn::after {
    margin: auto 0;
    font-size: 14px;
    left: -48px;
    bottom: 8px;
  }
}
@media screen and (max-width: 599px) {
  .header__menu-btn {
    width: 30px;
    height: 30px;
    top: 18px;
    right: 15px;
  }
}
.header__menu-btn .line {
  width: 100%;
  height: 3px;
  background-color: #000;
  position: absolute;
  left: 0;
  top: calc(50% - 1px);
  transition: 0.2s;
  display: block;
}
.header__menu-btn .line::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000;
  position: absolute;
  right: 0;
  top: -9px;
  transition: 0.2s;
}
.header__menu-btn .line::after {
  content: "";
  width: 60%;
  height: 100%;
  background-color: #000;
  position: absolute;
  left: 0;
  bottom: -9px;
  transition: 0.2s;
}
@media screen and (max-width: 599px) {
  .header__menu-btn .line::before {
    top: -7px;
  }
  .header__menu-btn .line::after {
    bottom: -7px;
  }
}
@media screen and (min-width: 1025px) {
  .header__menu-btn:hover .line {
    background-color: #6699b3;
  }
  .header__menu-btn:hover .line::before {
    background-color: #6699b3;
  }
  .header__menu-btn:hover .line::after {
    background-color: #6699b3;
  }
}
.header__menu-btn.on::after {
  display: none;
}
.header__menu-btn.on .line {
  background-color: #fff;
}
.header__menu-btn.on .line::before {
  width: 0;
}
.header__menu-btn.on .line::after {
  width: 0;
}
.header__menu-btn.on::before {
  width: calc(100% - 400px);
  right: 400px;
}
@media screen and (max-width: 599px) {
  .header__menu-btn.on::before {
    display: none;
  }
}
.header__floating {
  position: fixed;
  z-index: 8;
  bottom: 25px;
  right: 25px;
}
@media screen and (max-width: 900px) {
  .header__floating {
    width: 100%;
    bottom: 0;
    right: 0;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: space-between;
    align-items: stretch;
  }
}
@media screen and (max-width: 599px) {
  .header__floating {
    padding: 5px;
  }
}
.header__floating__item {
  margin-top: 10px;
  width: 270px;
}
@media screen and (max-width: 1200px) {
  .header__floating__item {
    width: 220px;
  }
}
@media screen and (max-width: 1200px) {
  .header__floating__item {
    width: 220px;
  }
}
@media screen and (max-width: 900px) {
  .header__floating__item {
    margin-top: 0;
    width: calc((100% - 12px) / 3);
  }
}
@media screen and (max-width: 599px) {
  .header__floating__item {
    width: calc((100% - 4px) / 3);
  }
}
.header__floating__item:first-child {
  margin-top: 0;
}
@media screen and (max-width: 900px) {
  .header__floating__item.item02 {
    width: calc((100% - 6px) / 2);
  }
}
@media screen and (max-width: 599px) {
  .header__floating__item.item02 {
    width: calc((100% - 4px) / 2);
  }
}
.header__floating__item__link {
  padding-left: 48px;
  width: 100%;
  height: 50px;
  font-size: 16px;
  line-height: 51px;
  color: #000;
  font-weight: 700;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  display: block;
  border-radius: 5px;
  background-repeat: no-repeat, no-repeat;
  background-size: 22px auto, 10px auto;
  background-position: left 15px top 50%, right 17px top 50%;
}
@media screen and (min-width: 1025px) {
  .header__floating__item__link:hover {
    color: #fff;
    background-position: left 15px top 50%, right 12px top 50%;
    transform: translateX(5px);
  }
}
@media screen and (max-width: 599px) {
  .header__floating__item__link {
    padding-top: 36px;
    padding-left: 0;
    height: 60px;
    font-size: 14px;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    border-radius: 3px;
    background-size: 20px auto;
    background-position: left 50% top 11px;
  }
}
@media screen and (max-width: 350px) {
  .header__floating__item__link {
    font-size: 12px;
  }
}
.header__floating__item__link.catalog {
  background-image: url(../img/common/icon_catalog_black.svg), url(../img/common/arrow_green.svg);
}
@media screen and (max-width: 599px) {
  .header__floating__item__link.catalog {
    background-image: url(../img/common/icon_catalog_black.svg);
  }
}
@media screen and (min-width: 1025px) {
  .header__floating__item__link.catalog:hover {
    background-color: #67755c;
    background-image: url(../img/common/icon_catalog_white.svg), url(../img/common/arrow_white.svg);
  }
}
.header__floating__item__link.contact {
  background-image: url(../img/common/icon_contact_black.svg), url(../img/common/arrow_orange.svg);
}
@media screen and (max-width: 599px) {
  .header__floating__item__link.contact {
    background-image: url(../img/common/icon_contact_black.svg);
    background-position: left 50% top 9px;
  }
}
@media screen and (min-width: 1025px) {
  .header__floating__item__link.contact:hover {
    background-color: #c78c4f;
    background-image: url(../img/common/icon_contact_white.svg), url(../img/common/arrow_white.svg);
  }
}
.header__floating__item__link.modelhouse {
  background-size: 24px auto, 8px auto;
  background-position: left 13px top 50%, right 12px top 50%;
  background-image: url(../img/common/icon_model_black.svg), url(../img/common/arrow_blue.svg);
}
@media screen and (max-width: 599px) {
  .header__floating__item__link.modelhouse {
    background-image: url(../img/common/icon_model_black.svg);
    background-size: 22px auto;
    background-position: left 50% top 8px;
  }
}
@media screen and (min-width: 1025px) {
  .header__floating__item__link.modelhouse:hover {
    background-color: #6699b3;
    background-image: url(../img/common/icon_model_white.svg), url(../img/common/arrow_white.svg);
  }
}
.header .menu {
  width: 0;
  height: 100vh;
  background-color: #c78c4f;
  transition: 0.3s;
  position: fixed;
  z-index: 10;
  top: 0;
  right: 0;
}
.header .menu.on {
  width: 400px;
}
@media screen and (max-width: 599px) {
  .header .menu.on {
    width: 100%;
  }
}
.header .menu__inner {
  padding: 100px 30px 100px;
  width: 400px;
  height: 100vh;
  overflow-y: auto;
}
@media screen and (max-width: 599px) {
  .header .menu__inner {
    padding: 70px 30px 100px;
    width: 100vw;
  }
}
@media screen and (max-width: 350px) {
  .header .menu__inner {
    padding: 70px 20px 100px;
  }
}
.header .menu__inner::-webkit-scrollbar {
  width: 12px;
}
@media screen and (max-width: 1024px) {
  .header .menu__inner::-webkit-scrollbar {
    width: 0;
  }
}
.header .menu__inner::-webkit-scrollbar-track {
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.header .menu__inner::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.6);
  border-radius: 3px;
  box-shadow: none;
}
.header .menu__inner__list__item {
  border-bottom: 1px dotted #fff;
}
.header .menu__inner__list__item:first-child {
  border-top: 1px dotted #fff;
}
.header .menu__inner__list__item__link {
  padding: 25px 50px;
  font-size: 18px;
  line-height: 1;
  color: #fff;
  display: block;
  background-repeat: no-repeat;
}
@media screen and (min-width: 1025px) {
  .header .menu__inner__list__item__link:hover {
    transform: translateX(5px);
  }
}
.header .menu__inner__list__item__link.home {
  background-image: url(../img/common/icon_home_white.svg), url(../img/common/arrow_white.svg);
  background-size: 26px auto, 11px auto;
  background-position: 10px 46%, right 15px top 50%;
}
.header .menu__inner__list__item__link.point {
  background-image: url(../img/common/icon_point_white.svg), url(../img/common/arrow_white.svg);
  background-size: 24px auto, 11px auto;
  background-position: 11px 50%, right 15px top 50%;
}
.header .menu__inner__list__item__link.model {
  background-image: url(../img/common/icon_model_white.svg), url(../img/common/arrow_white.svg);
  background-size: 26px auto, 11px auto;
  background-position: 10px 50%, right 15px top 50%;
}
.header .menu__inner__list__item__link.store {
  background-image: url(../img/common/icon_store.svg), url(../img/common/arrow_white.svg);
  background-size: 20px auto, 11px auto;
  background-position: 13px 50%, right 15px top 48%;
}
.header .menu__inner__title {
  margin-top: 40px;
  margin-bottom: 15px;
  padding-left: 1em;
  font-size: 18px;
  line-height: 1;
  color: #fff;
  font-weight: 500;
  position: relative;
}
.header .menu__inner__title::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #487;
  border-radius: 50%;
  position: absolute;
  top: 4px;
  left: 0;
}
.header .menu__inner__btns {
  width: 100%;
}
.header .menu__inner__btns__item {
  margin-top: 5px;
}
.header .menu__inner__btns__item:first-child {
  margin-top: 0;
}
.header .menu__inner__btns__item__link {
  padding-left: 48px;
  width: 100%;
  height: 50px;
  font-size: 16px;
  line-height: 51px;
  color: #000;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  display: block;
  border-radius: 5px;
  background-repeat: no-repeat, no-repeat;
  background-size: 22px auto, 10px auto;
  background-position: left 15px top 50%, right 17px top 50%;
}
.header .menu__inner__btns__item__link.catalog {
  background-image: url(../img/common/icon_catalog.svg), url(../img/common/arrow_green.svg);
}
@media screen and (min-width: 1025px) {
  .header .menu__inner__btns__item__link.catalog:hover {
    background-image: url(../img/common/icon_catalog_white.svg), url(../img/common/arrow_white.svg);
  }
}
.header .menu__inner__btns__item__link.contact {
  background-image: url(../img/common/icon_contact.svg), url(../img/common/arrow_orange.svg);
}
@media screen and (min-width: 1025px) {
  .header .menu__inner__btns__item__link.contact:hover {
    background-image: url(../img/common/icon_contact_white.svg), url(../img/common/arrow_white.svg);
  }
}
.header .menu__inner__btns__item__link.partner {
  background-image: url(../img/common/icon_partner.svg), url(../img/common/arrow_blue.svg);
}
@media screen and (min-width: 1025px) {
  .header .menu__inner__btns__item__link.partner:hover {
    background-image: url(../img/common/icon_partner_white.svg), url(../img/common/arrow_white.svg);
  }
}
@media screen and (min-width: 1025px) {
  .header .menu__inner__btns__item__link:hover {
    color: #fff;
    background-color: #000;
    transform: translateX(5px);
  }
}

.footer {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  position: relative;
  z-index: 9;
}
.footer__btns {
  width: 60%;
  padding: 80px 40px;
  background-color: #c78c4f;
  position: relative;
}
@media screen and (max-width: 1400px) {
  .footer__btns {
    padding: 60px 40px;
    width: 70%;
  }
}
@media screen and (max-width: 1200px) {
  .footer__btns {
    padding: 60px 40px;
    width: 100%;
    background-color: #ede6dd;
  }
}
@media screen and (max-width: 900px) {
  .footer__btns {
    padding: 40px;
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .footer__btns {
    padding: 30px;
  }
}
.footer__btns__inner {
  margin: 0 auto;
  width: 100%;
  max-width: 940px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}
.footer__btns__inner.inner02 {
  max-width: 640px;
}
.footer__btns__inner__item {
  width: calc((100% - 40px) / 3);
}
@media screen and (max-width: 1400px) {
  .footer__btns__inner__item {
    width: calc((100% - 20px) / 3);
  }
}
@media screen and (max-width: 599px) {
  .footer__btns__inner__item {
    margin-top: 7px;
    width: 100%;
  }
  .footer__btns__inner__item:first-child {
    margin-top: 0;
  }
}
.footer__btns__inner__item.item02 {
  width: calc((100% - 20px) / 2);
}
@media screen and (max-width: 599px) {
  .footer__btns__inner__item.item02 {
    width: 100%;
  }
}
.footer__btns__inner__item__link {
  padding: 70px 10px 30px;
  font-size: 20px;
  line-height: 1;
  color: #000;
  letter-spacing: normal;
  text-align: center;
  background-color: #fff;
  background-repeat: no-repeat;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  display: block;
}
@media screen and (min-width: 1025px) {
  .footer__btns__inner__item__link:hover {
    color: #fff;
    background-color: #000;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    transform: translateY(5px);
  }
}
@media screen and (max-width: 900px) {
  .footer__btns__inner__item__link {
    font-size: 18px;
  }
}
@media screen and (max-width: 599px) {
  .footer__btns__inner__item__link {
    padding: 20px 0 20px 15px;
    font-size: 16px;
    border-radius: 5px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  }
}
.footer__btns__inner__item__link.catalog {
  background-image: url(../img/common/icon_catalog.svg);
  background-size: 30px auto;
  background-position: 50% 28px;
}
@media screen and (min-width: 1025px) {
  .footer__btns__inner__item__link.catalog:hover {
    background-image: url(../img/common/icon_catalog_white.svg);
  }
}
@media screen and (max-width: 599px) {
  .footer__btns__inner__item__link.catalog {
    background-size: 24px auto;
    background-position: 20px 50%;
  }
}
.footer__btns__inner__item__link.contact {
  background-image: url(../img/common/icon_contact.svg);
  background-size: 30px auto;
  background-position: 50% 27px;
}
@media screen and (min-width: 1025px) {
  .footer__btns__inner__item__link.contact:hover {
    background-image: url(../img/common/icon_contact_white.svg);
  }
}
@media screen and (max-width: 599px) {
  .footer__btns__inner__item__link.contact {
    background-size: 24px auto;
    background-position: 20px 50%;
  }
}
.footer__btns__inner__item__link.partner {
  background-image: url(../img/common/icon_partner.svg);
  background-size: 26px auto;
  background-position: 50% 26px;
}
@media screen and (min-width: 1025px) {
  .footer__btns__inner__item__link.partner:hover {
    background-image: url(../img/common/icon_partner_white.svg);
  }
}
@media screen and (max-width: 599px) {
  .footer__btns__inner__item__link.partner {
    background-size: 22px auto;
    background-position: 21px 50%;
  }
}
.footer__copyright {
  padding: 50px 60px;
  width: 40%;
  background-color: #000;
}
@media screen and (max-width: 1400px) {
  .footer__copyright {
    padding: 40px 40px;
    width: 30%;
  }
}
@media screen and (max-width: 1200px) {
  .footer__copyright {
    padding: 30px;
    width: 100%;
  }
}
@media screen and (max-width: 900px) {
  .footer__copyright {
    padding: 25px 25px 100px;
  }
}
@media screen and (max-width: 599px) {
  .footer__copyright {
    padding: 30px 10px 90px;
  }
}
.footer__copyright__logo {
  width: 140px;
}
@media screen and (max-width: 599px) {
  .footer__copyright__logo {
    margin: 0 auto 15px;
    width: 100px;
  }
}
.footer__copyright__logo__link {
  line-height: 0.1;
  display: block;
}
@media screen and (min-width: 1025px) {
  .footer__copyright__logo__link:hover {
    transform: translateY(5px);
  }
}
.footer__copyright__text {
  font-size: 16px;
  line-height: 1;
  color: #fff;
  position: absolute;
  right: 40px;
  bottom: 40px;
}
@media screen and (max-width: 1400px) {
  .footer__copyright__text {
    font-size: 15px;
    right: 30px;
    bottom: 30px;
  }
}
@media screen and (max-width: 1200px) {
  .footer__copyright__text {
    margin-top: 20px;
    position: relative;
    right: auto;
    bottom: auto;
  }
}
@media screen and (max-width: 900px) {
  .footer__copyright__text {
    font-size: 15px;
    position: absolute;
    bottom: 105px;
    right: 25px;
  }
}
@media screen and (max-width: 599px) {
  .footer__copyright__text {
    letter-spacing: normal;
    text-align: center;
    position: relative;
    right: auto;
    bottom: auto;
  }
}

.contents {
  padding: 140px 80px 200px;
  background-color: #f8f6f2;
}
@media screen and (max-width: 1024px) {
  .contents {
    padding: 90px 60px 150px;
  }
}
@media screen and (max-width: 900px) {
  .contents {
    padding: 80px 40px 120px;
  }
}
@media screen and (max-width: 599px) {
  .contents {
    padding: 50px 30px 70px;
  }
}
@media screen and (max-width: 599px) {
  .contents.model {
    padding: 50px 20px 70px;
  }
}
.contents .w1100 {
  margin: 0 auto;
  width: 100%;
  max-width: 1100px;
}
.contents .w1600 {
  margin: 0 auto;
  width: 100%;
  max-width: 1600px;
}
.contents .block {
  margin-bottom: 100px;
}
@media screen and (max-width: 1024px) {
  .contents .block {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 900px) {
  .contents .block {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 599px) {
  .contents .block {
    margin-bottom: 50px;
  }
}
.contents .block02 {
  margin-bottom: 100px;
}
@media screen and (max-width: 1024px) {
  .contents .block02 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 900px) {
  .contents .block02 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 599px) {
  .contents .block02 {
    margin-bottom: 10px;
  }
}

.pagetitle {
  margin-top: 100px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
@media screen and (max-width: 599px) {
  .pagetitle {
    margin-top: 70px;
  }
}
.pagetitle__title {
  padding: 60px;
  width: 50%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-color: #ede6dd;
}
@media screen and (max-width: 1400px) {
  .pagetitle__title {
    padding: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .pagetitle__title {
    padding: 40px;
  }
}
@media screen and (max-width: 900px) {
  .pagetitle__title {
    padding: 35px;
    width: 60%;
  }
}
@media screen and (max-width: 599px) {
  .pagetitle__title {
    padding: 30px 30px;
    width: 100%;
    height: 110px;
  }
}
.pagetitle__title__text {
  font-size: 44px;
  line-height: 1;
  color: #000;
  font-weight: 500;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1600px) {
  .pagetitle__title__text {
    font-size: 40px;
  }
}
@media screen and (max-width: 1400px) {
  .pagetitle__title__text {
    font-size: 36px;
  }
}
@media screen and (max-width: 1200px) {
  .pagetitle__title__text {
    font-size: 32px;
  }
}
@media screen and (max-width: 1024px) {
  .pagetitle__title__text {
    font-size: 30px;
  }
}
@media screen and (max-width: 900px) {
  .pagetitle__title__text {
    font-size: 28px;
  }
}
@media screen and (max-width: 599px) {
  .pagetitle__title__text {
    font-size: 24px;
  }
}
.pagetitle__title__text.partner {
  padding-left: 44px;
  background-image: url(../img/common/icon_partner_orange.svg);
  background-size: 30px auto;
  background-position: 0 0;
}
@media screen and (max-width: 1400px) {
  .pagetitle__title__text.partner {
    padding-left: 39.6px;
    background-size: 27px auto;
  }
}
@media screen and (max-width: 1024px) {
  .pagetitle__title__text.partner {
    padding-left: 35.2px;
    background-size: 24px auto;
  }
}
@media screen and (max-width: 900px) {
  .pagetitle__title__text.partner {
    padding-left: 30.8px;
    background-size: 21px auto;
  }
}
.pagetitle__title__text.store {
  padding-top: 2px;
  padding-left: 44px;
  background-image: url(../img/common/icon_store_orange.svg);
  background-size: 25px auto;
  background-position: 0 0;
}
@media screen and (max-width: 1400px) {
  .pagetitle__title__text.store {
    padding-left: 39.6px;
    background-size: 22.5px auto;
  }
}
@media screen and (max-width: 1024px) {
  .pagetitle__title__text.store {
    padding-left: 35.2px;
    background-size: 20px auto;
  }
}
@media screen and (max-width: 900px) {
  .pagetitle__title__text.store {
    padding-left: 30.8px;
    background-size: 17.5px auto;
  }
}
.pagetitle__title__text.modelhouse {
  padding-left: 51px;
  background-image: url(../img/common/icon_model_orange.svg);
  background-size: 39px auto;
  background-position: 0 0;
}
@media screen and (max-width: 1400px) {
  .pagetitle__title__text.modelhouse {
    padding-left: 45.9px;
    background-size: 35.1px auto;
  }
}
@media screen and (max-width: 1024px) {
  .pagetitle__title__text.modelhouse {
    padding-left: 40.8px;
    background-size: 31.2px auto;
  }
}
@media screen and (max-width: 900px) {
  .pagetitle__title__text.modelhouse {
    padding-left: 35.7px;
    background-size: 27.3px auto;
  }
}
.pagetitle__title__text.points {
  padding-left: 50px;
  background-image: url(../img/common/icon_point_orange.svg);
  background-size: 36px auto;
  background-position: 0 0;
}
@media screen and (max-width: 1400px) {
  .pagetitle__title__text.points {
    padding-left: 45px;
    background-size: 32.4px auto;
  }
}
@media screen and (max-width: 1024px) {
  .pagetitle__title__text.points {
    padding-left: 40px;
    background-size: 28.8px auto;
  }
}
@media screen and (max-width: 900px) {
  .pagetitle__title__text.points {
    padding-left: 35px;
    background-size: 25.2px auto;
  }
}
.pagetitle__title__text__en {
  margin-top: 10px;
  padding-left: 0.5em;
  font-size: 16px;
  line-height: 1;
  color: #000;
  font-family: "Roboto", sans-serif !important;
  font-weight: 500;
  letter-spacing: 0.04em;
  display: block;
}
@media screen and (max-width: 1600px) {
  .pagetitle__title__text__en {
    font-size: 15px;
  }
}
@media screen and (max-width: 1400px) {
  .pagetitle__title__text__en {
    font-size: 13px;
  }
}
@media screen and (max-width: 1200px) {
  .pagetitle__title__text__en {
    margin-top: 5px;
    font-size: 12px;
  }
}
.pagetitle__photo {
  width: 50%;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .pagetitle__photo {
    height: 26vw;
  }
}
@media screen and (max-width: 900px) {
  .pagetitle__photo {
    width: 40%;
  }
}
@media screen and (max-width: 599px) {
  .pagetitle__photo {
    width: 100%;
    height: 35vw;
    display: none;
  }
}
.pagetitle__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.title-center {
  margin-bottom: 40px;
  padding-bottom: 35px;
  padding-left: 0.06em;
  font-size: 36px;
  line-height: 1;
  color: #000;
  font-weight: 700;
  text-align: center;
  position: relative;
}
.title-center::before {
  content: "";
  margin: 0 auto;
  width: 50px;
  height: 4px;
  background-color: #c78c4f;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.title-center::after {
  content: "";
  width: 25px;
  height: 4px;
  background-color: #67755c;
  position: absolute;
  left: 50%;
  bottom: 0;
}
@media screen and (max-width: 1024px) {
  .title-center {
    margin-bottom: 35px;
    padding-bottom: 30px;
    font-size: 30px;
  }
  .title-center::before {
    width: 40px;
    height: 3px;
  }
  .title-center::after {
    width: 20px;
    height: 3px;
  }
}
@media screen and (max-width: 900px) {
  .title-center {
    margin-bottom: 30px;
    padding-bottom: 25px;
    font-size: 26px;
  }
  .title-center::before {
    width: 30px;
    height: 3px;
  }
  .title-center::after {
    width: 15px;
    height: 3px;
  }
}
@media screen and (max-width: 599px) {
  .title-center {
    margin-bottom: 23px;
    padding-bottom: 18px;
    font-size: 5.6vw;
    letter-spacing: normal;
  }
  .title-center::before {
    width: 30px;
    height: 3px;
  }
  .title-center::after {
    width: 15px;
    height: 3px;
  }
}
.title-center__en {
  margin-bottom: 20px;
  font-size: 17px;
  line-height: 1;
  color: #67755c;
  font-family: "Roboto", sans-serif !important;
  font-weight: 500;
  letter-spacing: normal;
  text-align: center;
  display: block;
}
@media screen and (max-width: 900px) {
  .title-center__en {
    margin-bottom: 15px;
    font-size: 16px;
  }
}
@media screen and (max-width: 599px) {
  .title-center__en {
    margin-bottom: 10px;
    font-size: 15px;
  }
}

.title-obi {
  margin-bottom: 35px;
  padding: 16px 40px;
  font-size: 24px;
  line-height: 1.3;
  color: #fff;
  font-weight: 700;
  background-color: #000;
  position: relative;
}
.title-obi::before {
  content: "";
  width: 4px;
  height: calc(100% - 30px);
  background-color: #67755c;
  position: absolute;
  top: 15px;
  left: 20px;
}
.title-obi::after {
  content: "";
  width: 4px;
  height: calc((100% - 30px) / 2);
  background-color: #c78c4f;
  position: absolute;
  top: 15px;
  left: 20px;
}
@media screen and (max-width: 900px) {
  .title-obi {
    margin-bottom: 30px;
    padding: 12px 35px 10px;
    font-size: 22px;
  }
  .title-obi::before {
    width: 4px;
    height: calc(100% - 24px);
    top: 12px;
    left: 15px;
  }
  .title-obi::after {
    width: 4px;
    height: calc((100% - 24px) / 2);
    top: 12px;
    left: 15px;
  }
}
@media screen and (max-width: 599px) {
  .title-obi {
    margin-bottom: 20px;
    padding: 9px 26px 9px;
    font-size: 18px;
    letter-spacing: normal;
  }
  .title-obi::before {
    width: 3px;
    height: calc(100% - 20px);
    top: 10px;
    left: 13px;
  }
  .title-obi::after {
    width: 3px;
    height: calc((100% - 20px) / 2);
    top: 10px;
    left: 13px;
  }
}

.title-icon {
  margin-bottom: 25px;
  font-size: 24px;
  line-height: 1;
  color: #000;
  font-weight: 700;
  position: relative;
  /*
  &::before{
      content: "";
      width: 24px;
      height: 6px;
      background-color: $cl-orange;
      border-radius: 3px;
      position: absolute;
      top: 7px;
      left: 0;
  }
  &::after{
      content: "";
      width: 12px;
      height: 6px;
      background-color: $cl-green;
      border-radius: 3px 0 0 3px;
      position: absolute;
      top: 7px;
      left: 0;
  }
  */
}
@media screen and (max-width: 900px) {
  .title-icon {
    margin-bottom: 20px;
    font-size: 21px;
    /*
    &::before{
        width: 22px;
        top: 6px;
    }
    &::after{
        width: 11px;
        top: 6px;
    }
    */
  }
}
@media screen and (max-width: 599px) {
  .title-icon {
    margin-bottom: 15px;
    font-size: 18px;
    /*
    &::before{
        width: 18px;
        height: 4px;
        border-radius: 2px;
        top: 6px;
    }
    &::after{
        width: 9px;
        height: 4px;
        border-radius: 2px 0 0 2px;
        top: 6px;
    }
    */
  }
}
.title-icon.large {
  margin-bottom: 32px;
  font-size: 32px;
  /*
  &::before{
      width: 30px;
      height: 8px;
      border-radius: 4px;
      top: 9px;
  }
  &::after{
      width: 15px;
      height: 8px;
      border-radius: 4px 0 0 4px;
      top: 9px;
  }
  */
}
@media screen and (max-width: 900px) {
  .title-icon.large {
    margin-bottom: 25px;
    font-size: 26px;
    /*
    &::before{
        width: 28px;
        top: 7px;
    }
    &::after{
        width: 14px;
        top: 7px;
    }
    */
  }
}
@media screen and (max-width: 599px) {
  .title-icon.large {
    margin-bottom: 18px;
    font-size: 22px;
    /*
    &::before{
        width: 22px;
        height: 6px;
        border-radius: 3px;
        top: 6px;
    }
    &::after{
        width: 11px;
        height: 6px;
        border-radius: 3px 0 0 3px;
        top: 6px;
    }
    */
  }
}

.title-area {
  padding: 23px 60px;
  font-size: 24px;
  line-height: 1;
  color: #000;
  font-weight: 700;
  background-color: #ede6dd;
  position: relative;
}
.title-area::before {
  content: "";
  width: 20px;
  height: 20px;
  border: 7px solid #789;
  border-radius: 50%;
  position: absolute;
  top: 25px;
  left: 25px;
}
@media screen and (max-width: 1024px) {
  .title-area {
    background-color: #fff;
  }
}
@media screen and (max-width: 900px) {
  .title-area {
    padding: 20px 50px;
    font-size: 22px;
  }
  .title-area::before {
    width: 18px;
    height: 18px;
    border: 6px solid #789;
    top: 22px;
    left: 20px;
  }
}
@media screen and (max-width: 599px) {
  .title-area {
    padding: 16px 40px 16px;
    font-size: 18px;
    letter-spacing: normal;
  }
  .title-area::before {
    width: 15px;
    height: 15px;
    border: 5px solid #789;
    top: 16px;
    left: 15px;
  }
}
.title-area__open {
  margin: auto 0;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  display: none;
}
.title-area__open::before {
  content: "";
  margin: auto 0;
  width: 100%;
  height: 2px;
  background-color: #c7b399;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}
.title-area__open::after {
  content: "";
  margin: auto 0;
  width: 100%;
  height: 2px;
  background-color: #c7b399;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  transition: 0.2s;
}
@media screen and (max-width: 1024px) {
  .title-area__open {
    display: block;
  }
}
@media screen and (max-width: 599px) {
  .title-area__open {
    width: 20px;
    height: 20px;
    right: 15px;
  }
}
.title-area.close .title-area__open::after {
  transform: rotate(90deg);
}

.text-base {
  font-size: 18px;
  line-height: 2;
  color: #000;
  text-align: justify;
}
@media screen and (max-width: 900px) {
  .text-base {
    font-size: 17px;
  }
}
@media screen and (max-width: 599px) {
  .text-base {
    font-size: 16px;
    line-height: 1.9;
  }
}

.table-base {
  width: 100%;
  background-color: #fff;
  border: 1px solid #c5c7c4;
  border-collapse: collapse;
  vertical-align: baseline;
  letter-spacing: normal;
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 900px) {
  .table-base {
    font-size: 14px;
  }
}
.table-base thead th {
  padding: 15px 15px;
  line-height: 1.3;
  color: #fff;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  background-color: #6699aa;
  border: 1px solid #c5c7c4;
}
@media screen and (max-width: 900px) {
  .table-base thead th {
    padding: 10px 5px;
  }
}
.table-base tbody th {
  padding: 20px 5px;
  color: #000;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
  background-color: #f3f5f7;
  border: 1px solid #c5c7c4;
}
.table-base tbody td {
  padding: 20px;
  text-align: left;
  vertical-align: top;
  border: 1px solid #bcd;
}
@media screen and (max-width: 900px) {
  .table-base tbody td {
    padding: 15px;
  }
}
.table-base tbody td .table-list__item {
  margin-top: 5px;
  padding-left: 0.9em;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  position: relative;
}
.table-base tbody td .table-list__item::before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #cc7799;
  border-radius: 50%;
  position: absolute;
  top: 7px;
  left: 0;
}
@media screen and (max-width: 900px) {
  .table-base tbody td .table-list__item {
    font-size: 14px;
  }
  .table-base tbody td .table-list__item::before {
    content: "";
    width: 7px;
    height: 7px;
    top: 5px;
  }
}
.table-base tbody td .table-list__item:first-child {
  margin-top: 0;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff;
}

/* Icons */
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

/*
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
*/
.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.slick-dots {
  position: absolute;
  bottom: -75px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .slick-dots {
    bottom: -50px;
  }
}
@media screen and (max-width: 900px) {
  .slick-dots {
    bottom: -40px;
  }
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 0 0 10px;
  padding: 0;
}
.slick-dots li:first-child {
  margin-left: 0;
}
.slick-dots li.slick-active button {
  background-color: transparent;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 16px;
  height: 16px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: #000;
  border: 2px solid #000;
  border-radius: 50%;
  transition: 0.5s;
}
@media screen and (min-width: 1025px) {
  .slick-dots li button:hover {
    transform: scale(1.4);
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.inview-b.fadein {
  opacity: 0;
  transition-duration: 1s;
  transform: translateY(50px);
  filter: blur(6px);
}
.inview-b.fadein--on {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

.inview-a.fadein {
  opacity: 0;
  transition-duration: 1s;
  filter: blur(6px);
}
.inview-a.fadein--on {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

.inview-point.fadein {
  opacity: 0;
  transition-duration: 1s;
  filter: blur(6px);
  transform: scale(1.3);
}
.inview-point.fadein--on {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
  transform: scale(1);
}

.inview-modelhouse.fadein {
  transition-delay: 0.5s;
  transition-duration: 1s;
  transform: translateX(-20%);
  opacity: 0;
}
@media screen and (max-width: 900px) {
  .inview-modelhouse.fadein {
    transform: translateY(20%);
  }
}
.inview-modelhouse.fadein--on {
  transform: translateX(0);
  opacity: 1;
}
@media screen and (max-width: 900px) {
  .inview-modelhouse.fadein--on {
    transform: translateY(0);
  }
}

.delay01 {
  transition-delay: 0.2s;
}

.delay02 {
  transition-delay: 0.4s;
}

.delay03 {
  transition-delay: 0.6s;
}

.delay04 {
  transition-delay: 0.8s;
}

.delay05 {
  transition-delay: 1s;
}

.delay06 {
  transition-delay: 1.2s;
}

.delay07 {
  transition-delay: 1.4s;
}

.delay08 {
  transition-delay: 1.6s;
}

.delay09 {
  transition-delay: 1.8s;
}

.delay10 {
  transition-delay: 2s;
}

.delay11 {
  transition-delay: 2.2s;
}

.delay12 {
  transition-delay: 2.4s;
}

.delay13 {
  transition-delay: 2.6s;
}

.delay14 {
  transition-delay: 2.8s;
}

.delay15 {
  transition-delay: 3s;
}

.delay16 {
  transition-delay: 3.2s;
}

.delay17 {
  transition-delay: 3.4s;
}

.delay18 {
  transition-delay: 3.6s;
}

.delay19 {
  transition-delay: 3.8s;
}

.delay20 {
  transition-delay: 4s;
}

@keyframes scroll-hint-appear {
  0% {
    transform: translateX(40px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50%, 100% {
    transform: translateX(-40px);
    opacity: 0;
  }
}
.scroll-hint {
  /* min-height: 110px; */
  overflow-y: hidden !important;
}

.scroll-hint.is-right-scrollable {
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint.is-right-scrollable.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0)), linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint-icon {
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 38px);
  box-sizing: border-box;
  width: 76px;
  height: 70px;
  border-radius: 5px;
  transition: opacity 0.3s;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  padding: 25px 10px 5px 10px;
}

.scroll-hint-icon-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  pointer-events: none;
}

.scroll-hint-text {
  font-size: 0px;
  color: #FFF;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon {
  opacity: 0.8;
}

.scroll-hint-icon:before {
  display: inline-block;
  width: 34px;
  height: 34px;
  color: #FFF;
  vertical-align: middle;
  text-align: center;
  content: "";
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../assets/img/common/icon_scroll_hint_white_hand.svg);
}

.scroll-hint-icon:after {
  content: "";
  width: 34px;
  height: 14px;
  display: block;
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -20px;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDE8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIgZmlsbD0iI2ZmZiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiIGZpbGw9IiNmZmYiLz48L2c+PC9nPjwvc3ZnPg==);
  opacity: 0;
  transition-delay: 2.4s;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:after {
  opacity: 1;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:before {
  animation: scroll-hint-appear 1.2s linear;
  animation-iteration-count: 2;
}

.scroll-hint-icon-white {
  background-color: #FFF;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.4);
}

.scroll-hint-icon-white:before {
  background-image: url(../assets/img/common/icon_scroll_hint_white_hand.svg);
}

.scroll-hint-icon-white:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDI8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiLz48L2c+PC9nPjwvc3ZnPg==);
}

.scroll-hint-icon-white .scroll-hint-text {
  color: #000;
}

#loading {
  width: 100%;
  height: 100vh;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  transition: 0.75s;
}
#loading.loaded {
  opacity: 0;
  pointer-events: none;
}
#loading .loading-inner {
  margin: 0 auto;
  width: 300px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-55%);
}
#loading .loading-box {
  margin: 0 auto;
  width: 550px;
  aspect-ratio: 154/42;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-55%);
}
@media screen and (max-width: 1024px) {
  #loading .loading-box {
    width: 400px;
  }
}
@media screen and (max-width: 599px) {
  #loading .loading-box {
    width: 65vw;
  }
}
#loading .loading-box__01 {
  width: 100%;
  line-height: 0.1;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
#loading .loading-box__01 img {
  animation: 1.4s ease-out 1 logo-anim01;
}
@keyframes logo-anim01 {
  0% {
    transform: translateY(120%);
  }
  25% {
    transform: translateY(120%);
  }
  65% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
#loading .loading-box__02 {
  width: 100%;
  line-height: 0.1;
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
#loading .loading-box__02 img {
  animation: 1.4s ease-out 1 logo-anim02;
}
@keyframes logo-anim02 {
  0% {
    transform: translateY(120%);
  }
  30% {
    transform: translateY(120%);
  }
  70% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
#loading .loading-logo {
  margin: 0 auto;
  width: 300px;
  line-height: 0.1;
  position: relative;
  animation: 1.5s linear 1 logo-anim;
}
@media screen and (max-width: 599px) {
  #loading .loading-logo {
    width: 230px;
  }
}
@keyframes logo-anim {
  0% {
    opacity: 0;
    transform: translateY(40%);
  }
  30% {
    opacity: 0;
    transform: translateY(40%);
  }
  65% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
#loading .loader {
  margin: 6em auto 0;
  font-size: 10px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  animation: load5 1.1s infinite ease;
  transform: translateZ(0);
}
@keyframes load5 {
  0%, 100% {
    box-shadow: 0em -2.6em 0em 0em #000000, 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.5), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.7), 1.8em -1.8em 0 0em #000000, 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.5), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.7), 2.5em 0em 0 0em #000000, 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.5), 2.5em 0em 0 0em rgba(0, 0, 0, 0.7), 1.75em 1.75em 0 0em #000000, 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.5), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.7), 0em 2.5em 0 0em #000000, -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.5), 0em 2.5em 0 0em rgba(0, 0, 0, 0.7), -1.8em 1.8em 0 0em #000000, -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.5), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.7), -2.6em 0em 0 0em #000000, -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.5), -2.6em 0em 0 0em rgba(0, 0, 0, 0.7), -1.8em -1.8em 0 0em #000000;
  }
}

.top-main {
  margin-top: 100px;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 599px) {
  .top-main {
    margin-top: 70px;
  }
}
.top-main__slider {
  margin: 0;
  line-height: 0.1;
  max-height: calc(100vh - 100px);
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .top-main__slider {
    aspect-ratio: 100/70;
    max-height: 300vh;
  }
}
@media screen and (max-width: 599px) {
  .top-main__slider {
    aspect-ratio: 100/80;
    overflow: visible;
  }
}
.top-main__slider div {
  height: 100%;
  line-height: 0.1;
  overflow: hidden !important;
}
.top-main__slider div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-main__slider .slick-dots {
  position: absolute;
  bottom: 25px;
  left: 25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: left;
}
@media screen and (max-width: 599px) {
  .top-main__slider .slick-dots {
    bottom: -25px;
    right: 0;
    left: 0;
    text-align: center;
  }
}
.top-main__slider .slick-dots li {
  position: relative;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 0 0 10px;
  padding: 0;
}
@media screen and (max-width: 599px) {
  .top-main__slider .slick-dots li {
    margin: 0 0 0 7px;
    width: 10px;
    height: 10px;
  }
}
.top-main__slider .slick-dots li:first-child {
  margin-left: 0;
}
.top-main__slider .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: #abc;
  border: none;
  border-radius: 50%;
  transition: 0.2s;
  position: relative;
  overflow: hidden !important;
}
@media screen and (min-width: 1025px) {
  .top-main__slider .slick-dots li button:hover {
    background-color: #000;
  }
}
.top-main__slider .slick-dots li.slick-active button {
  background-color: #000;
}

.top-lead {
  padding: 100px 80px 150px;
}
@media screen and (max-width: 1024px) {
  .top-lead {
    padding: 80px 80px 120px;
  }
}
@media screen and (max-width: 900px) {
  .top-lead {
    padding: 70px 60px 100px;
  }
}
@media screen and (max-width: 599px) {
  .top-lead {
    padding: 70px 9vw 15vw;
  }
}
.top-lead__logo {
  margin: 0 auto 80px;
  width: 320px;
  line-height: 0.1;
}
@media screen and (max-width: 1300px) {
  .top-lead__logo {
    margin-bottom: 60px;
    width: 270px;
  }
}
@media screen and (max-width: 900px) {
  .top-lead__logo {
    margin-bottom: 55px;
    width: 230px;
  }
}
@media screen and (max-width: 599px) {
  .top-lead__logo {
    margin: 0 auto 40px;
    width: 52vw;
  }
}
.top-lead__inner {
  margin: 0 auto;
  width: 100%;
  max-width: 1360px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1300px) {
  .top-lead__inner {
    max-width: 800px;
    flex-wrap: wrap;
  }
}
.top-lead__inner__movie {
  width: 800px;
  line-height: 0.1;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 1500px) {
  .top-lead__inner__movie {
    width: 760px;
  }
}
@media screen and (max-width: 1400px) {
  .top-lead__inner__movie {
    width: 680px;
  }
}
@media screen and (max-width: 1300px) {
  .top-lead__inner__movie {
    margin-top: 0;
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .top-lead__inner__movie {
    border-radius: 20px;
  }
}
@media screen and (max-width: 599px) {
  .top-lead__inner__movie {
    border-radius: 10px;
  }
}
.top-lead__inner__movie video {
  width: 100%;
}
.top-lead__inner__movie iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.top-lead__inner__slider {
  width: 800px;
  position: relative;
}
@media screen and (max-width: 1500px) {
  .top-lead__inner__slider {
    width: 760px;
  }
}
@media screen and (max-width: 1400px) {
  .top-lead__inner__slider {
    width: 680px;
  }
}
@media screen and (max-width: 1300px) {
  .top-lead__inner__slider {
    width: 100%;
  }
}
.top-lead__inner__slider div {
  line-height: 0.1;
  border-radius: 30px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .top-lead__inner__slider div {
    border-radius: 20px;
  }
}
@media screen and (max-width: 599px) {
  .top-lead__inner__slider div {
    border-radius: 10px;
  }
}
.top-lead__inner__slider .slick-dots {
  position: absolute;
  bottom: -35px;
  right: 0;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: right;
}
@media screen and (max-width: 599px) {
  .top-lead__inner__slider .slick-dots {
    bottom: -25px;
    right: 0;
    left: 0;
    text-align: center;
  }
}
.top-lead__inner__slider .slick-dots li {
  position: relative;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 0 0 10px;
  padding: 0;
}
@media screen and (max-width: 599px) {
  .top-lead__inner__slider .slick-dots li {
    margin: 0 0 0 7px;
    width: 10px;
    height: 10px;
  }
}
.top-lead__inner__slider .slick-dots li:first-child {
  margin-left: 0;
}
.top-lead__inner__slider .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: #abc;
  border: none;
  border-radius: 50%;
  transition: 0.2s;
  position: relative;
  overflow: hidden !important;
}
@media screen and (min-width: 1025px) {
  .top-lead__inner__slider .slick-dots li button:hover {
    background-color: #000;
  }
}
.top-lead__inner__slider .slick-dots li.slick-active button {
  background-color: #000;
}
.top-lead__inner__text {
  margin-top: 10px;
  width: calc(100% - 800px - 40px);
}
@media screen and (max-width: 1500px) {
  .top-lead__inner__text {
    width: calc(100% - 760px - 30px);
  }
}
@media screen and (max-width: 1400px) {
  .top-lead__inner__text {
    width: calc(100% - 680px - 60px);
  }
}
@media screen and (max-width: 1300px) {
  .top-lead__inner__text {
    margin-top: 0;
    margin-bottom: 40px;
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .top-lead__inner__text {
    margin-bottom: 35px;
  }
}
.top-lead__inner__text__title {
  margin-bottom: 30px;
  font-size: 42px;
  line-height: 1;
  color: #000;
  font-weight: 700;
  display: block;
}
@media screen and (max-width: 1500px) {
  .top-lead__inner__text__title {
    font-size: 40px;
  }
}
@media screen and (max-width: 1300px) {
  .top-lead__inner__text__title {
    margin-bottom: 25px;
    text-align: center;
  }
}
@media screen and (max-width: 900px) {
  .top-lead__inner__text__title {
    margin-bottom: 20px;
    font-size: 37px;
  }
}
@media screen and (max-width: 599px) {
  .top-lead__inner__text__title {
    margin-bottom: 20px;
    padding-left: 0.06em;
    font-size: 6.5vw;
    text-align: center;
  }
}
.top-lead__inner__text__text {
  font-size: 20px;
  line-height: 2.1;
  color: #000;
  font-weight: 700;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 1500px) {
  .top-lead__inner__text__text {
    line-height: 2;
  }
}
@media screen and (max-width: 1400px) {
  .top-lead__inner__text__text {
    letter-spacing: 0.06em;
    text-align: justify;
  }
  .top-lead__inner__text__text br {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  .top-lead__inner__text__text {
    font-size: 4vw;
    font-weight: 400;
    line-height: 1.9;
    letter-spacing: 0.03em;
    text-align: center;
  }
  .top-lead__inner__text__text br {
    display: inline;
  }
}
.top-lead__inner__text__text .en {
  letter-spacing: normal;
}

.top-points {
  padding: 120px 40px 120px;
  background-color: #f8f6f2;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
@media screen and (max-width: 1700px) {
  .top-points {
    padding: 120px 30px 120px;
  }
}
@media screen and (max-width: 1300px) {
  .top-points {
    padding: 100px 20px 100px;
  }
}
@media screen and (max-width: 1024px) {
  .top-points {
    padding: 80px 30px 100px;
  }
}
@media screen and (max-width: 900px) {
  .top-points {
    padding: 60px 10px 80px;
  }
}
@media screen and (max-width: 599px) {
  .top-points {
    padding: 45px 20px 60px;
  }
}
.top-points__title {
  margin-bottom: 35px;
  padding-left: 0.06em;
  font-size: 56px;
  line-height: 1;
  color: #000;
  font-family: "Roboto", sans-serif !important;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .top-points__title {
    margin-bottom: 30px;
    font-size: 50px;
  }
}
@media screen and (max-width: 900px) {
  .top-points__title {
    margin-bottom: 25px;
    font-size: 46px;
  }
}
@media screen and (max-width: 599px) {
  .top-points__title {
    margin-bottom: 10px;
    font-size: 8.5vw;
  }
}
.top-points__title__number {
  font-size: 1.7857em;
  color: #67755c;
  font-family: "Jost", sans-serif !important;
  font-weight: 400;
  display: block;
}
@media screen and (max-width: 599px) {
  .top-points__title__number {
    margin-bottom: 0;
    margin-right: 0.2em;
    font-size: 1.15em;
    font-weight: 500;
    display: inline;
    vertical-align: -2%;
  }
}
.top-points__lead {
  margin-bottom: 55px;
  padding-left: 0.06em;
  font-size: 20px;
  line-height: 1.5;
  color: #000;
  font-weight: 700;
  text-align: center;
}
.top-points__lead br {
  display: none;
}
@media screen and (max-width: 1024px) {
  .top-points__lead {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 900px) {
  .top-points__lead {
    margin-bottom: 35px;
    font-size: 19px;
    line-height: 1.7;
  }
  .top-points__lead br {
    display: inline;
  }
}
@media screen and (max-width: 599px) {
  .top-points__lead {
    margin-bottom: 20px;
    padding-left: 0;
    font-size: 16px;
    line-height: 1.9;
    letter-spacing: normal;
  }
}
@media screen and (max-width: 350px) {
  .top-points__lead {
    margin-bottom: 10px;
    font-size: 13px;
  }
}
.top-points__list {
  display: flex;
  justify-content: space-between;
  align-self: stretch;
  flex-wrap: wrap;
}
@media screen and (max-width: 1300px) {
  .top-points__list {
    margin: -10px auto 0;
    width: 100%;
    max-width: 1000px;
  }
}
@media screen and (max-width: 900px) {
  .top-points__list {
    margin-top: 0;
  }
}
@media screen and (max-width: 599px) {
  .top-points__list {
    margin-top: -25px;
  }
}
.top-points__list__item {
  width: calc((100% - 100px) / 6);
  position: relative;
}
@media screen and (max-width: 1600px) {
  .top-points__list__item {
    width: calc((100% - 50px) / 6);
  }
}
@media screen and (max-width: 1300px) {
  .top-points__list__item {
    margin-top: 30px;
    width: calc((100% - 60px) / 3);
  }
}
@media screen and (max-width: 900px) {
  .top-points__list__item {
    margin-top: 10px;
    width: calc((100% - 10px) / 3);
  }
}
@media screen and (max-width: 599px) {
  .top-points__list__item {
    margin-top: 25px;
    width: calc((100% - 10px) / 2);
  }
}
.top-points__list__item:nth-child(1) {
  transition-delay: 0.6s;
  z-index: 1;
}
@media screen and (max-width: 599px) {
  .top-points__list__item:nth-child(1) {
    transition-delay: 0.2s;
  }
}
.top-points__list__item:nth-child(6) {
  transition-delay: 0.7s;
  z-index: 1;
}
@media screen and (max-width: 599px) {
  .top-points__list__item:nth-child(6) {
    transition-delay: 0.3s;
  }
}
.top-points__list__item:nth-child(2) {
  transition-delay: 0.9s;
  z-index: 2;
}
@media screen and (max-width: 1300px) {
  .top-points__list__item:nth-child(2) {
    transition-delay: 1.5s;
    z-index: 4;
  }
}
@media screen and (max-width: 599px) {
  .top-points__list__item:nth-child(2) {
    transition-delay: 0.5s;
  }
}
.top-points__list__item:nth-child(5) {
  transition-delay: 1s;
  z-index: 2;
}
@media screen and (max-width: 599px) {
  .top-points__list__item:nth-child(5) {
    transition-delay: 0.6s;
  }
}
.top-points__list__item:nth-child(3) {
  transition-delay: 1.2s;
  z-index: 3;
}
@media screen and (max-width: 599px) {
  .top-points__list__item:nth-child(3) {
    transition-delay: 0.8s;
  }
}
.top-points__list__item:nth-child(4) {
  transition-delay: 1.5s;
  z-index: 4;
}
@media screen and (max-width: 599px) {
  .top-points__list__item:nth-child(4) {
    transition-delay: 0.9s;
  }
}
.top-points__list__item__link {
  padding: 20px 20px 40px;
  background-color: #fff;
  border-radius: 10px;
  display: block;
  position: relative;
}
@media screen and (max-width: 1600px) {
  .top-points__list__item__link {
    padding: 10px 10px 40px;
  }
}
@media screen and (max-width: 1300px) {
  .top-points__list__item__link {
    padding: 20px 20px 50px;
  }
}
@media screen and (max-width: 900px) {
  .top-points__list__item__link {
    padding: 10px 10px 40px;
  }
}
@media screen and (max-width: 599px) {
  .top-points__list__item__link {
    padding: 10px 10px 30px;
  }
}
.top-points__list__item__link::before {
  content: "";
  border-width: 0 0 20px 20px;
  border-style: solid;
  border-color: transparent transparent #000 transparent;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
@media screen and (max-width: 599px) {
  .top-points__list__item__link::before {
    border-width: 0 0 15px 15px;
  }
}
.top-points__list__item__link.link-01::before {
  border-color: transparent transparent #fff462 transparent;
}
.top-points__list__item__link.link-01 .top-points__list__item__link__title::before {
  background-color: #fff462;
}
.top-points__list__item__link.link-02::before {
  border-color: transparent transparent #83ccd2 transparent;
}
.top-points__list__item__link.link-02 .top-points__list__item__link__title::before {
  background-color: #83ccd2;
}
.top-points__list__item__link.link-03::before {
  border-color: transparent transparent #f29c9f transparent;
}
.top-points__list__item__link.link-03 .top-points__list__item__link__title::before {
  background-color: #f29c9f;
}
.top-points__list__item__link.link-04::before {
  border-color: transparent transparent #a688bd transparent;
}
.top-points__list__item__link.link-04 .top-points__list__item__link__title::before {
  background-color: #a688bd;
}
.top-points__list__item__link.link-05::before {
  border-color: transparent transparent #c2da69 transparent;
}
.top-points__list__item__link.link-05 .top-points__list__item__link__title::before {
  background-color: #c2da69;
}
.top-points__list__item__link.link-06::before {
  border-color: transparent transparent #a6bbc7 transparent;
}
.top-points__list__item__link.link-06 .top-points__list__item__link__title::before {
  background-color: #a6bbc7;
}
@media screen and (min-width: 1025px) {
  .top-points__list__item__link:hover {
    transform: translateX(0) translateY(0) rotate(0) scale(1.05);
    z-index: 5;
  }
}
.top-points__list__item__link__photo {
  margin-bottom: 25px;
}
@media screen and (max-width: 599px) {
  .top-points__list__item__link__photo {
    margin-bottom: 20px;
  }
}
.top-points__list__item__link__title {
  margin-bottom: 17px;
  padding-bottom: 16px;
  padding-left: 0.06em;
  font-size: 28px;
  line-height: 1;
  color: #000;
  font-family: "Jost", sans-serif !important;
  font-weight: 400;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 1600px) {
  .top-points__list__item__link__title {
    font-size: 24px;
  }
}
@media screen and (max-width: 1300px) {
  .top-points__list__item__link__title {
    font-size: 28px;
  }
}
@media screen and (max-width: 900px) {
  .top-points__list__item__link__title {
    font-size: 24px;
  }
}
@media screen and (max-width: 599px) {
  .top-points__list__item__link__title {
    margin-bottom: 12px;
    font-size: 5vw;
    padding-bottom: 12px;
  }
}
.top-points__list__item__link__title::before {
  content: "";
  margin: 0 auto;
  width: 18px;
  height: 3px;
  background-color: #000;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
@media screen and (max-width: 599px) {
  .top-points__list__item__link__title::before {
    width: 16px;
    height: 2px;
  }
}
.top-points__list__item__link__text {
  padding-left: 0.06em;
  font-size: 16px;
  line-height: 1.3;
  color: #000;
  text-align: center;
}
@media screen and (max-width: 1700px) {
  .top-points__list__item__link__text {
    font-size: 15px;
  }
}
@media screen and (max-width: 1600px) {
  .top-points__list__item__link__text {
    padding-left: 0;
    font-size: 15px;
    letter-spacing: normal;
  }
}
@media screen and (max-width: 1400px) {
  .top-points__list__item__link__text {
    font-size: 14px;
  }
}
@media screen and (max-width: 1300px) {
  .top-points__list__item__link__text {
    font-size: 16px;
  }
}
@media screen and (max-width: 900px) {
  .top-points__list__item__link__text {
    font-size: 15px;
  }
}
@media screen and (max-width: 599px) {
  .top-points__list__item__link__text {
    font-size: 3.8vw;
    line-height: 1.5;
    letter-spacing: 0.08em;
  }
}
.top-points__btn-wrapper {
  margin-top: 50px;
}
@media screen and (max-width: 900px) {
  .top-points__btn-wrapper {
    margin-top: 40px;
  }
}
@media screen and (max-width: 599px) {
  .top-points__btn-wrapper {
    margin-top: 25px;
  }
}
.top-points__btn {
  margin: 0 auto;
  padding-left: 15px;
  width: 100%;
  max-width: 380px;
  height: 80px;
  font-size: 20px;
  line-height: 81px;
  color: #fff;
  letter-spacing: normal;
  background-color: #000;
  background-image: url(../img/common/icon_point_white.svg), url(../img/common/arrow_white.svg);
  background-repeat: no-repeat, no-repeat;
  background-size: 28px auto, 10px auto;
  background-position: 25px 50%, right 20px top 50%;
  text-align: center;
  border-radius: 5px;
  display: block;
}
@media screen and (max-width: 900px) {
  .top-points__btn {
    width: 270px;
    height: 60px;
    font-size: 17px;
    line-height: 61px;
    background-size: 24px auto, 9px auto;
    background-position: 20px 50%, right 20px top 50%;
  }
}
@media screen and (max-width: 599px) {
  .top-points__btn {
    width: 100%;
    max-width: 300px;
  }
}
@media screen and (min-width: 1025px) {
  .top-points__btn:hover {
    background-color: #6699aa;
    background-position: 25px 50%, right 15px top 50%;
    transform: translateY(5px);
  }
}

.top-news {
  padding: 0 80px 150px;
  background-color: #f8f6f2;
}
@media screen and (max-width: 1024px) {
  .top-news {
    padding: 0 80px 120px;
  }
}
@media screen and (max-width: 900px) {
  .top-news {
    padding: 0 40px 100px;
  }
}
@media screen and (max-width: 599px) {
  .top-news {
    padding: 0 30px 60px;
  }
}
.top-news__inner {
  margin: 0 auto;
  width: 100%;
  max-width: 1360px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 1100px) {
  .top-news__inner {
    max-width: 800px;
  }
}
.top-news__inner__title {
  margin-bottom: 30px;
  width: 100%;
  font-size: 46px;
  line-height: 1;
  color: #000;
  font-family: "Roboto", sans-serif !important;
  font-weight: 700;
}
@media screen and (max-width: 1300px) {
  .top-news__inner__title {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 900px) {
  .top-news__inner__title {
    margin-bottom: 20px;
    font-size: 40px;
  }
}
@media screen and (max-width: 599px) {
  .top-news__inner__title {
    margin-bottom: 15px;
    padding-left: 0.06em;
    font-size: 36px;
    text-align: center;
  }
}
.top-news__inner__title .jp {
  margin-left: 15px;
  font-size: 18px;
  line-height: 1;
  color: #000;
  font-weight: 700;
  vertical-align: 40%;
  display: inline-block;
}
@media screen and (max-width: 900px) {
  .top-news__inner__title .jp {
    font-size: 17px;
  }
}
@media screen and (max-width: 599px) {
  .top-news__inner__title .jp {
    margin-top: 7px;
    margin-left: 0;
    font-size: 16px;
    text-align: center;
    display: block;
  }
}
.top-news__inner__contents {
  width: calc(100% - 440px - 40px);
}
@media screen and (max-width: 1300px) {
  .top-news__inner__contents {
    width: calc(100% - 340px - 20px);
  }
}
@media screen and (max-width: 1100px) {
  .top-news__inner__contents {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .top-news__inner__contents {
    margin: 0 -20px;
    width: auto;
  }
}
.top-news__inner__list {
  padding: 14px 50px;
  width: 100%;
  background-color: #fff;
  border-radius: 15px;
  transition: 0.5s;
}
@media screen and (max-width: 1300px) {
  .top-news__inner__list {
    padding: 11px 40px;
    border-radius: 10px;
  }
}
@media screen and (max-width: 599px) {
  .top-news__inner__list {
    padding: 10px 25px;
  }
}
.top-news__inner__list__item {
  border-top: 1px dotted #bbb;
}
.top-news__inner__list__item:first-child {
  border-top: none;
}
.top-news__inner__list__item.is-hidden {
  display: none;
}
.top-news__inner__list__item__link {
  padding: 30px 30px 30px 0;
  font-size: 18px;
  line-height: 1.5;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  background-image: url(../img/common/arrow_orange.svg);
  background-repeat: no-repeat;
  background-size: 11px auto;
  background-position: right 10px top 50%;
}
@media screen and (max-width: 1300px) {
  .top-news__inner__list__item__link {
    padding: 21px 30px 21px 0;
    font-size: 16px;
  }
}
@media screen and (max-width: 599px) {
  .top-news__inner__list__item__link {
    padding: 20px 10px 20px 0;
    background-size: 8px auto;
    background-position: right 0 top 50%;
  }
}
.top-news__inner__list__item__link__date {
  width: 130px;
  color: #789;
  font-family: "Roboto", sans-serif !important;
  transition: 0.2s;
}
@media screen and (max-width: 1300px) {
  .top-news__inner__list__item__link__date {
    width: 110px;
  }
}
@media screen and (max-width: 599px) {
  .top-news__inner__list__item__link__date {
    width: 100%;
  }
}
.top-news__inner__list__item__link__text {
  width: calc(100% - 130px);
  color: #000;
  transition: 0.2s;
}
@media screen and (max-width: 1300px) {
  .top-news__inner__list__item__link__text {
    width: calc(100% - 110px);
  }
}
@media screen and (max-width: 599px) {
  .top-news__inner__list__item__link__text {
    width: 100%;
    letter-spacing: 0.02em;
  }
}
@media screen and (min-width: 1025px) {
  .top-news__inner__list__item__link:hover {
    background-position: right 0 top 50%;
  }
  .top-news__inner__list__item__link:hover .top-news__inner__list__item__link__date {
    color: #c78c4f;
  }
  .top-news__inner__list__item__link:hover .top-news__inner__list__item__link__text {
    color: #c78c4f;
  }
}
.top-news__inner__list__item__link.no-link {
  background-image: none;
}
@media screen and (min-width: 1025px) {
  .top-news__inner__list__item__link.no-link:hover .top-news__inner__list__item__link__date {
    color: #789;
  }
  .top-news__inner__list__item__link.no-link:hover .top-news__inner__list__item__link__text {
    color: #000;
  }
}
.top-news__inner__btn-wrapper {
  margin-top: 20px;
  text-align: right;
}
@media screen and (max-width: 1100px) {
  .top-news__inner__btn-wrapper {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .top-news__inner__btn-wrapper {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 599px) {
  .top-news__inner__btn-wrapper {
    margin-top: 15px;
  }
}
.top-news__inner__btn-wrapper__more {
  padding-bottom: 8px;
  font-size: 18px;
  line-height: 1;
  color: #000;
  font-family: "Roboto", sans-serif !important;
  font-weight: 700;
  background-color: transparent;
  border: none;
  position: relative;
  display: inline-block;
  transition: 0.2s;
}
.top-news__inner__btn-wrapper__more::before {
  content: "";
  width: calc(100% - 0.06em);
  height: 3px;
  background-color: #000;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.2s;
}
@media screen and (max-width: 599px) {
  .top-news__inner__btn-wrapper__more {
    padding-bottom: 8px;
    font-size: 16px;
  }
  .top-news__inner__btn-wrapper__more::before {
    bottom: 2px;
  }
}
@media screen and (min-width: 1025px) {
  .top-news__inner__btn-wrapper__more:hover {
    color: #789;
    transform: translateY(5px);
  }
  .top-news__inner__btn-wrapper__more:hover::before {
    background-color: #789;
  }
}
.top-news__inner__photo {
  width: 440px;
  line-height: 0.1;
  border-radius: 15px;
  overflow: hidden;
}
@media screen and (max-width: 1300px) {
  .top-news__inner__photo {
    width: 340px;
    border-radius: 10px;
  }
}
@media screen and (max-width: 1100px) {
  .top-news__inner__photo {
    margin-top: 30px;
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .top-news__inner__photo {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  .top-news__inner__photo {
    margin: 10px -20px 0;
    width: auto;
  }
}

.top-insta {
  padding: 150px 0 120px;
  background-color: #f8f6f2;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .top-insta {
    padding: 100px 0 100px;
  }
}
@media screen and (max-width: 900px) {
  .top-insta {
    padding: 100px 0 80px;
  }
}
@media screen and (max-width: 599px) {
  .top-insta {
    padding: 60px 0 50px;
  }
}
.top-insta__title {
  margin-bottom: 15px;
  font-size: 54px;
  line-height: 1;
  color: #000;
  font-family: "Roboto", sans-serif !important;
  font-weight: 700;
  letter-spacing: normal;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .top-insta__title {
    font-size: 46px;
  }
}
@media screen and (max-width: 599px) {
  .top-insta__title {
    margin-bottom: 12px;
    font-size: 32px;
  }
}
.top-insta__copy {
  margin-bottom: 60px;
  padding-left: 0.06em;
  font-size: 20px;
  line-height: 1;
  color: #000;
  font-weight: 700;
  text-align: center;
}
.top-insta__copy br {
  display: none;
}
@media screen and (max-width: 1024px) {
  .top-insta__copy {
    margin-bottom: 45px;
    font-size: 18px;
  }
}
@media screen and (max-width: 599px) {
  .top-insta__copy {
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 350px) {
  .top-insta__copy br {
    display: inline;
  }
}
.top-insta__list {
  position: relative;
  z-index: 2;
}
.top-insta__list div {
  line-height: 0.1;
}
.top-insta__list__item {
  padding: 0 30px 10px;
}
@media screen and (max-width: 1500px) {
  .top-insta__list__item {
    padding: 0 20px 10px;
  }
}
@media screen and (max-width: 599px) {
  .top-insta__list__item {
    padding: 0 10px 0;
  }
}
.top-insta__list__item__link {
  display: block;
}
@media screen and (min-width: 1025px) {
  .top-insta__list__item__link:hover {
    transform: translateY(10px);
  }
}
.top-insta__btn-wrap {
  margin: 25px 0 0 0;
  text-align: center;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 900px) {
  .top-insta__btn-wrap {
    margin: 20px 0 0 30px;
  }
}
@media screen and (max-width: 599px) {
  .top-insta__btn-wrap {
    margin: 30px 0 0 0;
    text-align: center;
  }
}
.top-insta__btn {
  padding-left: 45px;
  display: inline-block;
  background-image: url(../img/common/icon_insta.svg);
  background-repeat: no-repeat;
  background-size: 33px auto;
  background-position: 0 0;
}
@media screen and (max-width: 599px) {
  .top-insta__btn {
    padding-left: 40px;
    background-size: 30px auto;
  }
}
@media screen and (min-width: 1025px) {
  .top-insta__btn:hover {
    transform: translateY(5px);
    background-image: url(../img/common/icon_insta_gray.svg);
  }
  .top-insta__btn:hover .top-insta__btn__text {
    color: #789;
  }
  .top-insta__btn:hover .top-insta__btn__text::before {
    background-color: #789;
  }
}
.top-insta__btn__text {
  height: 34px;
  font-size: 18px;
  line-height: 28px;
  color: #000;
  font-weight: 700;
  position: relative;
  display: inline-block;
  transition: 0.2s;
}
.top-insta__btn__text::before {
  content: "";
  width: calc(100% - 0.06em);
  height: 3px;
  background-color: #000;
  position: absolute;
  left: 0;
  bottom: 2px;
  transition: 0.2s;
}
@media screen and (max-width: 599px) {
  .top-insta__btn__text {
    height: 31px;
    font-size: 16px;
    line-height: 24px;
  }
  .top-insta__btn__text::before {
    bottom: 2px;
  }
}

.top-model {
  padding: 120px 200px;
  width: 100%;
  min-height: 45.6vw;
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-color: #fff;
  overflow: hidden;
}
@media screen and (max-width: 1800px) {
  .top-model {
    padding: 6.67vw 11.12vw;
  }
}
@media screen and (max-width: 1400px) {
  .top-model {
    padding: 6vw;
  }
}
@media screen and (max-width: 900px) {
  .top-model {
    padding: 0;
    display: block;
  }
}
.top-model--bg {
  padding: 80px 200px;
  min-height: 10vw;
  background-image: url(../img/top/modelhouse_bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  justify-content: center;
}
@media screen and (max-width: 1800px) {
  .top-model--bg {
    padding: 5.8vw 11.12vw;
  }
}
@media screen and (max-width: 1400px) {
  .top-model--bg {
    padding: 6vw;
  }
}
@media screen and (max-width: 900px) {
  .top-model--bg {
    padding: 0;
    display: block;
  }
}
.top-model__photos {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 900px) {
  .top-model__photos {
    height: auto;
    position: relative;
    top: auto;
    left: auto;
    display: none;
  }
}
.top-model__photos div {
  line-height: 0.1;
  height: 100%;
  overflow: hidden;
}
.top-model__photos div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-model__inner {
  padding: 45px 50px 50px;
  width: 750px;
  background-color: #fff;
  border-radius: 15px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1300px) {
  .top-model__inner {
    margin: 0 auto;
  }
}
@media screen and (max-width: 900px) {
  .top-model__inner {
    padding: 60px;
    width: 100%;
    border-radius: 0;
  }
}
@media screen and (max-width: 599px) {
  .top-model__inner {
    padding: 12vw 10vw 12vw;
    width: 100%;
  }
}
.top-model__inner__title {
  margin-bottom: 25px;
  font-size: 30px;
  line-height: 1;
  color: #000;
  font-family: "Roboto", sans-serif !important;
  font-weight: 700;
  letter-spacing: 0;
  position: relative;
}
@media screen and (max-width: 599px) {
  .top-model__inner__title {
    margin-bottom: 25px;
    font-size: 32px;
    text-align: center;
  }
}
.top-model__inner__title .jp {
  margin-left: 5px;
  font-size: 18px;
  line-height: 1;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 700;
  letter-spacing: 0.06em;
  vertical-align: 17%;
  display: inline-block;
}
@media screen and (max-width: 599px) {
  .top-model__inner__title .jp {
    margin-top: 8px;
    margin-left: 0;
    padding-left: 0.06em;
    font-size: 16px;
    display: block;
  }
}
.top-model__inner__area {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 599px) {
  .top-model__inner__area {
    flex-wrap: wrap;
  }
}
.top-model__inner__area__list {
  width: 270px;
}
@media screen and (max-width: 599px) {
  .top-model__inner__area__list {
    width: 100%;
  }
}
.top-model__inner__area__list__item {
  border-bottom: 1px dotted #bbb;
}
.top-model__inner__area__list__item:first-child {
  border-top: 1px dotted #bbb;
}
.top-model__inner__area__list__item__link {
  padding: 18px 28px;
  font-size: 16px;
  line-height: 1;
  color: #000;
  background-repeat: no-repeat;
  background-size: 10px auto;
  background-position: right 15px top 50%;
  display: block;
}
.top-model__inner__area__list__item__link::before {
  content: "";
  margin: auto 0;
  width: 18px;
  height: 18px;
  border: 6px solid #abc;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}
@media screen and (min-width: 1025px) {
  .top-model__inner__area__list__item__link:hover {
    background-position: right 10px top 50%;
    transform: translateX(5px);
  }
}
.top-model__inner__area__list__item__link.link01 {
  background-image: url(../img/common/arrow_orange.svg);
}
.top-model__inner__area__list__item__link.link01::before {
  border: 6px solid #c78c4f;
}
.top-model__inner__area__list__item__link.link02 {
  background-image: url(../img/common/arrow_blue02.svg);
}
.top-model__inner__area__list__item__link.link02::before {
  border: 6px solid #47a;
}
.top-model__inner__area__list__item__link.link03 {
  background-image: url(../img/common/arrow_purple.svg);
}
.top-model__inner__area__list__item__link.link03::before {
  border: 6px solid #9977a3;
}
.top-model__inner__area__list__item__link.link04 {
  background-image: url(../img/common/arrow_green.svg);
}
.top-model__inner__area__list__item__link.link04::before {
  border: 6px solid #67755c;
}
.top-model__inner__area__list__item__link.link05 {
  background-image: url(../img/common/arrow_pink.svg);
}
.top-model__inner__area__list__item__link.link05::before {
  border: 6px solid #c79;
}
.top-model__inner__area__list__item__link.link06 {
  background-image: url(../img/common/arrow_beige.svg);
}
.top-model__inner__area__list__item__link.link06::before {
  border: 6px solid #a39966;
}
.top-model__inner__area__map {
  width: 345px;
  display: block;
  position: relative;
}
@media screen and (max-width: 599px) {
  .top-model__inner__area__map {
    display: none;
  }
}
.top-model__inner__area__map .area-map {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s;
}
.top-model__inner__area__map .area-map.map01 {
  opacity: 0;
}
@media screen and (max-width: 1024px) {
  .top-model__inner__area__map .area-map.map01 {
    opacity: 1;
  }
}
.top-model__inner__area__map .area-map.map01.on {
  opacity: 1;
}
.top-model__inner__area__map .area-map.map02 {
  opacity: 0;
}
@media screen and (max-width: 1024px) {
  .top-model__inner__area__map .area-map.map02 {
    opacity: 1;
  }
}
.top-model__inner__area__map .area-map.map02.on {
  opacity: 1;
}
.top-model__inner__area__map .area-map.map03 {
  opacity: 0;
}
@media screen and (max-width: 1024px) {
  .top-model__inner__area__map .area-map.map03 {
    opacity: 1;
  }
}
.top-model__inner__area__map .area-map.map03.on {
  opacity: 1;
}
.top-model__inner__area__map .area-map.map04 {
  opacity: 0;
}
@media screen and (max-width: 1024px) {
  .top-model__inner__area__map .area-map.map04 {
    opacity: 1;
  }
}
.top-model__inner__area__map .area-map.map04.on {
  opacity: 1;
}
.top-model__inner__area__map .area-map.map05 {
  opacity: 0;
}
@media screen and (max-width: 1024px) {
  .top-model__inner__area__map .area-map.map05 {
    opacity: 1;
  }
}
.top-model__inner__area__map .area-map.map05.on {
  opacity: 1;
}
.top-model__inner__area__map .area-map.map06 {
  opacity: 0;
}
@media screen and (max-width: 1024px) {
  .top-model__inner__area__map .area-map.map06 {
    opacity: 1;
  }
}
.top-model__inner__area__map .area-map.map06.on {
  opacity: 1;
}
.top-model__inner__btns {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
@media screen and (max-width: 599px) {
  .top-model__inner__btns {
    margin-top: 20px;
  }
}
.top-model__inner__btns__item {
  width: calc((100% - 10px) / 2);
}
@media screen and (max-width: 599px) {
  .top-model__inner__btns__item {
    margin-top: 5px;
    width: 100%;
  }
  .top-model__inner__btns__item:first-child {
    margin-top: 0;
  }
}
.top-model__inner__btns__item__link {
  padding-left: 10px;
  width: 100%;
  height: 60px;
  font-size: 18px;
  line-height: 57px;
  color: #fff;
  letter-spacing: 0.08em;
  text-align: center;
  display: block;
  border-radius: 5px;
  border: 2px solid #c78c4f;
}
@media screen and (max-width: 599px) {
  .top-model__inner__btns__item__link {
    font-size: 17px;
  }
}
.top-model__inner__btns__item__link.modelhouse {
  background-color: #c78c4f;
  background-image: url(../img/common/icon_model_white.svg), url(../img/common/arrow_white.svg);
  background-repeat: no-repeat, no-repeat;
  background-size: 28px auto, 10px auto;
  background-position: left 20px top 50%, right 15px top 50%;
}
@media screen and (min-width: 1025px) {
  .top-model__inner__btns__item__link.modelhouse:hover {
    background-color: #000;
    background-position: left 20px top 50%, right 10px top 50%;
    border: 2px solid #000;
    transform: translateX(5px);
  }
}
.top-model__inner__btns__item__link.store {
  color: #c78c4f;
  background-color: #fff;
  background-image: url(../img/common/icon_store_orange.svg), url(../img/common/arrow_orange.svg);
  background-repeat: no-repeat, no-repeat;
  background-size: 20px auto, 10px auto;
  background-position: left 24px top 50%, right 15px top 50%;
}
@media screen and (min-width: 1025px) {
  .top-model__inner__btns__item__link.store:hover {
    color: #fff;
    background-color: #000;
    background-image: url(../img/common/icon_store.svg), url(../img/common/arrow_white.svg);
    background-position: left 24px top 50%, right 10px top 50%;
    border: 2px solid #000;
    transform: translateX(5px);
  }
}

.top-vt {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
.top-vt__contents {
  padding: 100px 80px;
  width: 50%;
  display: flex;
  justify-self: center;
  align-items: center;
}
@media screen and (max-width: 1300px) {
  .top-vt__contents {
    width: 60%;
  }
}
@media screen and (max-width: 1024px) {
  .top-vt__contents {
    padding: 120px 60px 100px;
    width: 100%;
    position: relative;
    z-index: 2;
  }
  .top-vt__contents::before {
    content: "";
    margin: 0 auto;
    width: 0;
    border-width: 30px 30px 0 30px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
  }
}
@media screen and (max-width: 900px) {
  .top-vt__contents {
    padding: 80px 60px 80px;
  }
}
@media screen and (max-width: 599px) {
  .top-vt__contents {
    padding: 12vw 10vw 14vw;
  }
  .top-vt__contents::before {
    border-width: 15px 15px 0 15px;
    bottom: -15px;
  }
}
.top-vt__contents__inner {
  margin: 0 auto;
  width: 100%;
  max-width: 500px;
}
.top-vt__contents__inner__title {
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 1;
  color: #000;
  font-family: "Roboto", sans-serif !important;
  font-weight: 700;
  letter-spacing: normal;
}
@media screen and (max-width: 599px) {
  .top-vt__contents__inner__title {
    padding-left: 0.06em;
    margin-bottom: 15px;
    font-size: 20px;
    text-align: center;
  }
}
.top-vt__contents__inner__copy {
  margin-bottom: 16px;
  font-size: 44px;
  line-height: 1.5;
  color: #000;
  font-weight: 700;
}
@media screen and (max-width: 1400px) {
  .top-vt__contents__inner__copy {
    font-size: 40px;
  }
}
@media screen and (max-width: 599px) {
  .top-vt__contents__inner__copy {
    padding-left: 0.06em;
    margin-bottom: 12px;
    font-size: 7.5vw;
    line-height: 1.4;
    text-align: center;
  }
}
.top-vt__contents__inner__text {
  font-size: 18px;
  line-height: 2.1;
  color: #000;
  font-weight: 700;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 1400px) {
  .top-vt__contents__inner__text {
    font-size: 17px;
  }
}
@media screen and (max-width: 599px) {
  .top-vt__contents__inner__text {
    font-size: 16px;
    line-height: 1.9;
    text-align: justify;
  }
  .top-vt__contents__inner__text br {
    display: none;
  }
}
.top-vt__contents__inner__btn-wrap {
  margin-top: 30px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 599px) {
  .top-vt__contents__inner__btn-wrap {
    margin-top: 20px;
    text-align: center;
  }
}
.top-vt__contents__inner__btn {
  padding-left: 38px;
  display: inline-block;
  background-image: url(../img/common/icon_matterport.svg);
  background-repeat: no-repeat;
  background-size: 25px auto;
  background-position: 0 6px;
}
@media screen and (min-width: 1025px) {
  .top-vt__contents__inner__btn:hover {
    transform: translateY(5px);
    background-image: url(../img/common/icon_matterport_gray.svg);
  }
  .top-vt__contents__inner__btn:hover .top-vt__contents__inner__btn__text {
    color: #789;
  }
  .top-vt__contents__inner__btn:hover .top-vt__contents__inner__btn__text::before {
    background-color: #789;
  }
}
.top-vt__contents__inner__btn__text {
  height: 34px;
  font-size: 18px;
  line-height: 28px;
  color: #000;
  font-weight: 700;
  position: relative;
  display: inline-block;
  transition: 0.2s;
}
.top-vt__contents__inner__btn__text::before {
  content: "";
  width: calc(100% - 0.06em);
  height: 3px;
  background-color: #000;
  position: absolute;
  left: 0;
  bottom: 2px;
  transition: 0.2s;
}
@media screen and (max-width: 599px) {
  .top-vt__contents__inner__btn__text {
    height: 31px;
    font-size: 16px;
    line-height: 24px;
  }
  .top-vt__contents__inner__btn__text::before {
    bottom: 2px;
  }
}
.top-vt__img {
  width: 50%;
  min-height: 100vh;
  background-image: url(../img/top/vt_bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1300px) {
  .top-vt__img {
    width: 40%;
  }
}
@media screen and (max-width: 1024px) {
  .top-vt__img {
    padding: 80px 60px 60px;
    width: 100%;
    min-height: 10vh;
  }
}
@media screen and (max-width: 599px) {
  .top-vt__img {
    padding: 45px 40px 30px;
  }
}
.top-vt__img__photo {
  margin-right: 5%;
  width: 65%;
  max-width: 529px;
}
@media screen and (max-width: 1024px) {
  .top-vt__img__photo {
    max-width: 400px;
  }
}
@media screen and (max-width: 599px) {
  .top-vt__img__photo {
    width: 70%;
  }
}

.points-lead {
  margin: 0 0 70px;
  padding-left: 0.06em;
  font-size: 20px;
  line-height: 2.1;
  color: #000;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .points-lead {
    margin-bottom: 50px;
    padding-left: 0;
    line-height: 2;
    text-align: justify;
  }
  .points-lead br {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .points-lead {
    margin-bottom: 35px;
    font-size: 18px;
  }
}
@media screen and (max-width: 599px) {
  .points-lead {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.9;
  }
}

.points-block {
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
@media screen and (max-width: 1600px) {
  .points-block {
    margin: 0 -50px;
  }
}
@media screen and (max-width: 1400px) {
  .points-block {
    margin: 0 auto;
    max-width: 1000px;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 599px) {
  .points-block {
    margin: 0 -20px;
  }
}
.points-block.point01 {
  border-right: 10px solid #fff462;
}
@media screen and (max-width: 1400px) {
  .points-block.point01 {
    border-right: none;
    border-bottom: 10px solid #fff462;
  }
}
@media screen and (max-width: 599px) {
  .points-block.point01 {
    border-bottom: 5px solid #fff462;
  }
}
.points-block.point01 .number {
  color: #fff462;
}
.points-block.point02 {
  border-left: 10px solid #83ccd2;
  flex-direction: row-reverse;
}
@media screen and (max-width: 1400px) {
  .points-block.point02 {
    border-left: none;
    border-bottom: 10px solid #83ccd2;
  }
}
@media screen and (max-width: 599px) {
  .points-block.point02 {
    border-bottom: 5px solid #83ccd2;
  }
}
.points-block.point02 .en {
  left: auto;
  right: -0.5%;
}
@media screen and (max-width: 599px) {
  .points-block.point02 .en {
    right: -0.6%;
  }
}
.points-block.point02 .number {
  color: #83ccd2;
}
.points-block.point03 {
  border-right: 10px solid #f29c9f;
}
@media screen and (max-width: 1400px) {
  .points-block.point03 {
    border-right: none;
    border-bottom: 10px solid #f29c9f;
  }
}
@media screen and (max-width: 599px) {
  .points-block.point03 {
    border-bottom: 5px solid #f29c9f;
  }
}
.points-block.point03 .number {
  color: #f29c9f;
}
.points-block.point04 {
  border-left: 10px solid #a688bd;
  flex-direction: row-reverse;
}
@media screen and (max-width: 1400px) {
  .points-block.point04 {
    border-left: none;
    border-bottom: 10px solid #a688bd;
  }
}
@media screen and (max-width: 599px) {
  .points-block.point04 {
    border-bottom: 5px solid #a688bd;
  }
}
.points-block.point04 .en {
  left: auto;
  right: -0.5%;
}
@media screen and (max-width: 599px) {
  .points-block.point04 .en {
    right: -0.6%;
  }
}
.points-block.point04 .number {
  color: #a688bd;
}
.points-block.point05 {
  border-right: 10px solid #c2da69;
}
@media screen and (max-width: 1400px) {
  .points-block.point05 {
    border-right: none;
    border-bottom: 10px solid #c2da69;
  }
}
@media screen and (max-width: 599px) {
  .points-block.point05 {
    border-bottom: 5px solid #c2da69;
  }
}
.points-block.point05 .number {
  color: #c2da69;
}
.points-block.point06 {
  border-left: 10px solid #a6bbc7;
  flex-direction: row-reverse;
}
@media screen and (max-width: 1400px) {
  .points-block.point06 {
    border-left: none;
    border-bottom: 10px solid #a6bbc7;
  }
}
@media screen and (max-width: 599px) {
  .points-block.point06 {
    border-bottom: 5px solid #a6bbc7;
  }
}
.points-block.point06 .en {
  left: auto;
  right: -0.5%;
}
@media screen and (max-width: 599px) {
  .points-block.point06 .en {
    right: -0.6%;
  }
}
.points-block.point06 .number {
  color: #a6bbc7;
}
.points-block__photo {
  width: 50%;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1400px) {
  .points-block__photo {
    width: 100%;
    aspect-ratio: 100/50;
  }
}
@media screen and (max-width: 599px) {
  .points-block__photo {
    aspect-ratio: 100/55;
  }
}
.points-block__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.points-block__photo .en {
  font-size: 84px;
  line-height: 1;
  color: #fff;
  font-family: "Jost", sans-serif !important;
  font-weight: 500;
  letter-spacing: 0.02em;
  position: absolute;
  left: -0.9%;
  bottom: -2.9%;
}
@media screen and (max-width: 1600px) {
  .points-block__photo .en {
    font-size: 80px;
    bottom: -3%;
  }
}
@media screen and (max-width: 900px) {
  .points-block__photo .en {
    font-size: 70px;
    bottom: -3.5%;
  }
}
@media screen and (max-width: 599px) {
  .points-block__photo .en {
    font-size: 11vw;
    letter-spacing: normal;
    bottom: -4%;
    left: auto;
    right: -0.6%;
  }
}
.points-block__inner {
  padding: 60px 60px 60px 70px;
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1400px) {
  .points-block__inner {
    padding: 70px 80px 90px;
    width: 100%;
  }
}
@media screen and (max-width: 900px) {
  .points-block__inner {
    padding: 50px 60px 60px;
  }
}
@media screen and (max-width: 599px) {
  .points-block__inner {
    padding: 30px;
  }
}
.points-block__inner__box {
  margin: 0 auto;
  width: 100%;
  max-width: 615px;
}
@media screen and (max-width: 1400px) {
  .points-block__inner__box {
    max-width: 100%;
  }
}
.points-block__inner__box__title {
  margin-bottom: 25px;
  padding: 0 13px 0 15px;
  width: auto;
  height: 34px;
  font-size: 16px;
  line-height: 35px;
  color: #fff;
  font-weight: 700;
  background-color: #000;
  display: inline-block;
}
@media screen and (max-width: 900px) {
  .points-block__inner__box__title {
    margin-bottom: 20px;
    padding: 0 11px 0 12px;
    height: 32px;
    font-size: 15px;
    line-height: 33px;
  }
}
@media screen and (max-width: 599px) {
  .points-block__inner__box__title {
    margin-bottom: 18px;
    margin-left: -30px;
    padding: 0 9px 0 10px;
    height: 29px;
    font-size: 13px;
    line-height: 30px;
  }
}
.points-block__inner__box__title .number {
  padding-right: 7px;
  font-family: "Jost", sans-serif !important;
  font-weight: 500;
}
@media screen and (max-width: 900px) {
  .points-block__inner__box__title .number {
    padding-right: 4px;
  }
}
.points-block__inner__box__copy {
  margin-bottom: 20px;
  font-size: 27px;
  line-height: 1.4;
  color: #000;
  font-weight: 700;
}
@media screen and (max-width: 1600px) {
  .points-block__inner__box__copy {
    font-size: 1.85vw;
    letter-spacing: normal;
  }
}
@media screen and (max-width: 1400px) {
  .points-block__inner__box__copy {
    font-size: 30px;
  }
}
@media screen and (max-width: 900px) {
  .points-block__inner__box__copy {
    margin-bottom: 16px;
    font-size: 3.5vw;
  }
}
@media screen and (max-width: 599px) {
  .points-block__inner__box__copy {
    margin-bottom: 7px;
    font-size: 6.4vw;
  }
}
.points-block__inner__box__text {
  font-size: 16px;
  line-height: 1.9;
  color: #000;
  text-align: justify;
}
@media screen and (max-width: 1400px) {
  .points-block__inner__box__text {
    font-size: 18px;
    line-height: 2;
  }
}
@media screen and (max-width: 900px) {
  .points-block__inner__box__text {
    font-size: 17px;
  }
}
@media screen and (max-width: 599px) {
  .points-block__inner__box__text {
    font-size: 16px;
    line-height: 1.8;
  }
}

.store-search {
  padding: 60px;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}
@media screen and (max-width: 1024px) {
  .store-search {
    padding: 50px;
  }
}
@media screen and (max-width: 900px) {
  .store-search {
    padding: 40px;
  }
}
@media screen and (max-width: 599px) {
  .store-search {
    margin: 0 -20px;
    padding: 20px 30px 40px;
  }
}
@media screen and (max-width: 350px) {
  .store-search {
    padding: 15px 20px 40px;
  }
}
.store-search__list {
  width: 49%;
}
@media screen and (max-width: 599px) {
  .store-search__list {
    width: 100%;
  }
}
.store-search__list__item {
  border-bottom: 1px dotted #bbb;
}
.store-search__list__item:first-child {
  border-top: 1px dotted #bbb;
}
@media screen and (max-width: 599px) {
  .store-search__list__item:first-child {
    border-top: none;
  }
}
.store-search__list__item__link {
  padding: 25px 40px;
  font-size: 18px;
  line-height: 1;
  color: #000;
  background-repeat: no-repeat;
  background-size: 11px auto;
  background-position: right 20px top 50%;
  display: block;
}
.store-search__list__item__link::before {
  content: "";
  margin: auto 0;
  width: 18px;
  height: 18px;
  border: 6px solid #abc;
  border-radius: 50%;
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
}
@media screen and (max-width: 1024px) {
  .store-search__list__item__link {
    padding: 22px 35px;
    font-size: 17px;
  }
  .store-search__list__item__link::before {
    left: 10px;
    top: -1px;
    bottom: 0;
  }
}
@media screen and (max-width: 900px) {
  .store-search__list__item__link {
    padding: 20px 35px;
    font-size: 16px;
  }
  .store-search__list__item__link::before {
    left: 10px;
    top: -1px;
    bottom: 0;
  }
}
@media screen and (min-width: 1025px) {
  .store-search__list__item__link:hover {
    background-position: right 15px top 50%;
    transform: translateX(5px);
  }
}
.store-search__list__item__link.link01 {
  background-image: url(../img/common/arrow_orange.svg);
}
.store-search__list__item__link.link01::before {
  border: 6px solid #c78c4f;
}
.store-search__list__item__link.link02 {
  background-image: url(../img/common/arrow_blue02.svg);
}
.store-search__list__item__link.link02::before {
  border: 6px solid #47a;
}
.store-search__list__item__link.link03 {
  background-image: url(../img/common/arrow_purple.svg);
}
.store-search__list__item__link.link03::before {
  border: 6px solid #9977a3;
}
.store-search__list__item__link.link04 {
  background-image: url(../img/common/arrow_green.svg);
}
.store-search__list__item__link.link04::before {
  border: 6px solid #67755c;
}
.store-search__list__item__link.link05 {
  background-image: url(../img/common/arrow_pink.svg);
}
.store-search__list__item__link.link05::before {
  border: 6px solid #c79;
}
.store-search__list__item__link.link06 {
  background-image: url(../img/common/arrow_beige.svg);
}
.store-search__list__item__link.link06::before {
  border: 6px solid #a39966;
}
.store-search__map {
  width: 45.5%;
  display: block;
  position: relative;
}
@media screen and (max-width: 599px) {
  .store-search__map {
    margin: 25px auto 0;
    width: 80%;
  }
}
.store-search__map .area-map {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s;
}
.store-search__map .area-map.map01 {
  opacity: 0;
}
@media screen and (max-width: 1024px) {
  .store-search__map .area-map.map01 {
    opacity: 1;
  }
}
.store-search__map .area-map.map01.on {
  opacity: 1;
}
.store-search__map .area-map.map02 {
  opacity: 0;
}
@media screen and (max-width: 1024px) {
  .store-search__map .area-map.map02 {
    opacity: 1;
  }
}
.store-search__map .area-map.map02.on {
  opacity: 1;
}
.store-search__map .area-map.map03 {
  opacity: 0;
}
@media screen and (max-width: 1024px) {
  .store-search__map .area-map.map03 {
    opacity: 1;
  }
}
.store-search__map .area-map.map03.on {
  opacity: 1;
}
.store-search__map .area-map.map04 {
  opacity: 0;
}
@media screen and (max-width: 1024px) {
  .store-search__map .area-map.map04 {
    opacity: 1;
  }
}
.store-search__map .area-map.map04.on {
  opacity: 1;
}
.store-search__map .area-map.map05 {
  opacity: 0;
}
@media screen and (max-width: 1024px) {
  .store-search__map .area-map.map05 {
    opacity: 1;
  }
}
.store-search__map .area-map.map05.on {
  opacity: 1;
}
.store-search__map .area-map.map06 {
  opacity: 0;
}
@media screen and (max-width: 1024px) {
  .store-search__map .area-map.map06 {
    opacity: 1;
  }
}
.store-search__map .area-map.map06.on {
  opacity: 1;
}

.store-list {
  margin-top: -10px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
@media screen and (max-width: 1200px) {
  .store-list {
    margin-top: 0;
  }
}
@media screen and (max-width: 1024px) {
  .store-list {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 900px) {
  .store-list {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 599px) {
  .store-list {
    padding-bottom: 30px;
  }
}
.store-list__item {
  margin-top: 40px;
  padding: 35px 40px 90px;
  width: calc((100% - 40px) / 2);
  background-color: #fff;
}
@media screen and (max-width: 1200px) {
  .store-list__item {
    margin-top: 30px;
    padding: 30px 35px 90px;
    width: calc((100% - 30px) / 2);
  }
}
@media screen and (max-width: 1024px) {
  .store-list__item {
    margin-top: 20px;
    width: calc((100% - 20px) / 2);
  }
}
@media screen and (max-width: 900px) {
  .store-list__item {
    margin-top: 10px;
    padding: 25px 25px 75px;
    width: calc((100% - 10px) / 2);
  }
}
@media screen and (max-width: 599px) {
  .store-list__item {
    margin-top: 0;
    padding: 30px 0 70px;
    width: 100%;
    background-color: transparent;
    border-top: 1px dotted #bbb;
  }
  .store-list__item:first-child {
    padding-top: 25px;
    border-top: none;
  }
}
.store-list__item__logo {
  width: 100%;
  line-height: 0.1;
  border: 1px solid #c5c7c4;
}
.store-list__item__title {
  margin-top: 22px;
  padding-left: 0.06em;
  font-size: 20px;
  line-height: 1.3;
  color: #000;
  font-weight: 700;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .store-list__item__title {
    margin-top: 20px;
  }
}
@media screen and (max-width: 900px) {
  .store-list__item__title {
    margin-top: 17px;
    font-size: 18px;
  }
}
.store-list__item__list {
  margin: 18px auto 0;
  width: 100%;
  max-width: 410px;
}
@media screen and (max-width: 1200px) {
  .store-list__item__list {
    margin-top: 15px;
  }
}
@media screen and (max-width: 900px) {
  .store-list__item__list {
    margin-top: 12px;
  }
}
.store-list__item__list__item {
  margin-top: 10px;
  padding-left: 1em;
  font-size: 16px;
  line-height: 1.3;
  color: #000;
  position: relative;
}
.store-list__item__list__item::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #000;
  border-radius: 50%;
  position: absolute;
  top: 6px;
  left: 0;
}
@media screen and (max-width: 900px) {
  .store-list__item__list__item {
    margin-top: 8px;
    font-size: 15px;
  }
  .store-list__item__list__item::before {
    top: 5px;
    left: 0;
  }
}
.store-list__item__list__item .tel-link {
  color: #000;
  cursor: auto;
}
.store-list__item__btn {
  padding-bottom: 12px;
  padding-right: 24px;
  font-size: 16px;
  line-height: 1;
  color: #000;
  font-weight: 700;
  position: absolute;
  bottom: 40px;
  right: 40px;
}
.store-list__item__btn::before {
  content: "";
  width: 20px;
  height: 20px;
  background-color: #000;
  background-image: url(../img/common/arrow_white.svg);
  background-repeat: no-repeat;
  background-size: 7px auto;
  background-position: 54% 50%;
  border-radius: 50%;
  transition: 0.2s;
  position: absolute;
  right: 0;
  top: -3px;
}
.store-list__item__btn::after {
  content: "";
  width: 100%;
  height: 4px;
  background-color: #000;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.2s;
}
@media screen and (max-width: 900px) {
  .store-list__item__btn {
    padding-bottom: 10px;
    padding-right: 22px;
    font-size: 15px;
    bottom: 30px;
    right: 30px;
  }
  .store-list__item__btn::before {
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    background-size: 6px auto;
    background-position: 54% 50%;
    top: -2px;
  }
  .store-list__item__btn::after {
    height: 3px;
  }
}
@media screen and (max-width: 599px) {
  .store-list__item__btn {
    right: 0;
  }
}
@media screen and (min-width: 1025px) {
  .store-list__item__btn:hover {
    transform: translateX(5px);
  }
}

#area01 .title-area::before {
  border-color: #c78c4f;
}
@media screen and (min-width: 1025px) {
  #area01 .store-list__item__btn:hover {
    color: #c78c4f;
  }
  #area01 .store-list__item__btn:hover::before {
    background-color: #c78c4f;
  }
  #area01 .store-list__item__btn:hover::after {
    background-color: #c78c4f;
  }
}

#area02 .title-area::before {
  border-color: #47a;
}
@media screen and (min-width: 1025px) {
  #area02 .store-list__item__btn:hover {
    color: #47a;
  }
  #area02 .store-list__item__btn:hover::before {
    background-color: #47a;
  }
  #area02 .store-list__item__btn:hover::after {
    background-color: #47a;
  }
}

#area03 .title-area::before {
  border-color: #9977a3;
}
@media screen and (min-width: 1025px) {
  #area03 .store-list__item__btn:hover {
    color: #9977a3;
  }
  #area03 .store-list__item__btn:hover::before {
    background-color: #9977a3;
  }
  #area03 .store-list__item__btn:hover::after {
    background-color: #9977a3;
  }
}

#area04 .title-area::before {
  border-color: #67755c;
}
@media screen and (min-width: 1025px) {
  #area04 .store-list__item__btn:hover {
    color: #67755c;
  }
  #area04 .store-list__item__btn:hover::before {
    background-color: #67755c;
  }
  #area04 .store-list__item__btn:hover::after {
    background-color: #67755c;
  }
}

#area05 .title-area::before {
  border-color: #cc7799;
}
@media screen and (min-width: 1025px) {
  #area05 .store-list__item__btn:hover {
    color: #cc7799;
  }
  #area05 .store-list__item__btn:hover::before {
    background-color: #cc7799;
  }
  #area05 .store-list__item__btn:hover::after {
    background-color: #cc7799;
  }
}

#area06 .title-area::before {
  border-color: #a39966;
}
@media screen and (min-width: 1025px) {
  #area06 .store-list__item__btn:hover {
    color: #a39966;
  }
  #area06 .store-list__item__btn:hover::before {
    background-color: #a39966;
  }
  #area06 .store-list__item__btn:hover::after {
    background-color: #a39966;
  }
}

.store-intro {
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}
@media screen and (max-width: 599px) {
  .store-intro {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 350px) {
  .store-intro {
    margin: 0 -20px 25px;
  }
}
.store-intro__photo {
  width: 470px;
  overflow: hidden;
}
@media screen and (max-width: 1300px) {
  .store-intro__photo {
    width: 420px;
  }
}
@media screen and (max-width: 1100px) {
  .store-intro__photo {
    width: 380px;
  }
}
@media screen and (max-width: 900px) {
  .store-intro__photo {
    margin-bottom: 30px;
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .store-intro__photo {
    margin-bottom: 15px;
  }
}
.store-intro__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.store-intro__table {
  width: calc(100% - 470px - 50px);
  background-color: #fff;
  border-collapse: collapse;
  vertical-align: baseline;
  letter-spacing: normal;
  font-size: 16px;
  line-height: 1.5;
  border-bottom: 1px solid #c5c7c4;
}
@media screen and (max-width: 1300px) {
  .store-intro__table {
    width: calc(100% - 420px - 30px);
  }
}
@media screen and (max-width: 1100px) {
  .store-intro__table {
    width: calc(100% - 380px - 20px);
    font-size: 15px;
  }
}
@media screen and (max-width: 900px) {
  .store-intro__table {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .store-intro__table {
    font-size: 13px;
  }
}
.store-intro__table tbody th {
  padding: 20px 5px;
  width: 150px;
  color: #fff;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  background-color: #c78c4f;
  border-top: 1px solid #c5c7c4;
}
@media screen and (max-width: 1100px) {
  .store-intro__table tbody th {
    width: 130px;
  }
}
@media screen and (max-width: 599px) {
  .store-intro__table tbody th {
    padding: 15px 5px;
    width: 90px;
  }
}
.store-intro__table tbody td {
  padding: 20px 30px;
  color: #000;
  text-align: left;
  vertical-align: top;
  background-color: #fff;
  border-top: 1px solid #c5c7c4;
}
@media screen and (max-width: 599px) {
  .store-intro__table tbody td {
    padding: 15px;
  }
}
.store-intro__table tbody td a {
  color: #000;
  cursor: auto;
}

.store-nav {
  margin-bottom: 35px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 900px) {
  .store-nav {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 599px) {
  .store-nav {
    margin-bottom: 25px;
    text-align: center;
    justify-content: center;
  }
}
.store-nav.sns-none {
  justify-content: flex-end;
}
@media screen and (max-width: 599px) {
  .store-nav.sns-none {
    justify-content: center;
  }
}
.store-nav__sns {
  width: calc(100% - 300px - 30px);
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 599px) {
  .store-nav__sns {
    width: 100%;
    justify-content: center;
  }
}
.store-nav__sns__item {
  margin-left: 15px;
}
@media screen and (max-width: 599px) {
  .store-nav__sns__item {
    margin-left: 10px;
  }
}
.store-nav__sns__item:first-child {
  margin-left: 0;
}
.store-nav__sns__item__link {
  width: 36px;
  line-height: 0.1;
  display: block;
}
@media screen and (max-width: 599px) {
  .store-nav__sns__item__link {
    width: 32px;
  }
}
@media screen and (min-width: 1025px) {
  .store-nav__sns__item__link:hover {
    transform: translateY(5px);
  }
}
.store-nav__btn {
  padding-left: 28px;
  font-size: 18px;
  line-height: 21px;
  color: #000;
  position: relative;
}
.store-nav__btn::before {
  content: "";
  width: 20px;
  height: 20px;
  background-color: #6699aa;
  background-image: url(../img/common/arrow_white.svg);
  background-repeat: no-repeat;
  background-size: 6px auto;
  background-position: 53% 50%;
  border-radius: 50%;
  transition: 0.2s;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 599px) {
  .store-nav__btn {
    margin-top: 20px;
    font-size: 16px;
    display: inline-block;
  }
}
@media screen and (min-width: 1025px) {
  .store-nav__btn:hover {
    color: #c78c4f;
    transform: translateX(5px);
  }
  .store-nav__btn:hover::before {
    background-color: #c78c4f;
  }
}

.store-detail {
  padding: 50px 60px;
  background-color: #fff;
}
@media screen and (max-width: 900px) {
  .store-detail {
    padding: 35px 40px;
  }
}
@media screen and (max-width: 599px) {
  .store-detail {
    padding: 0;
    background-color: transparent;
  }
}

.store-modelhouse {
  padding: 60px;
  background-color: #fff;
}
@media screen and (max-width: 1200px) {
  .store-modelhouse {
    padding: 50px;
  }
}
@media screen and (max-width: 599px) {
  .store-modelhouse {
    padding: 30px;
  }
}
@media screen and (max-width: 350px) {
  .store-modelhouse {
    padding: 20px;
  }
}
.store-modelhouse__list__item {
  padding: 40px 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  border-top: 1px dotted #bbb;
}
@media screen and (max-width: 1200px) {
  .store-modelhouse__list__item {
    padding: 30px 0;
  }
}
.store-modelhouse__list__item:first-child {
  padding-top: 0;
  border-top: none;
}
.store-modelhouse__list__item:last-child {
  padding-bottom: 0;
}
.store-modelhouse__list__item__inner {
  width: calc(100% - 360px - 40px);
}
@media screen and (max-width: 1200px) {
  .store-modelhouse__list__item__inner {
    width: calc(100% - 320px - 20px);
  }
}
@media screen and (max-width: 900px) {
  .store-modelhouse__list__item__inner {
    width: 100%;
  }
}
.store-modelhouse__list__item__inner__name {
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 1.3;
  color: #000;
  font-weight: 700;
}
@media screen and (max-width: 1200px) {
  .store-modelhouse__list__item__inner__name {
    margin-bottom: 15px;
    font-size: 26px;
  }
}
@media screen and (max-width: 599px) {
  .store-modelhouse__list__item__inner__name {
    margin-bottom: 12px;
    font-size: 22px;
  }
}
.store-modelhouse__list__item__inner__name .sub {
  margin-bottom: 2px;
  font-size: 17px;
  line-height: 1.3;
  color: #000;
  font-weight: 700;
  letter-spacing: normal;
  display: block;
}
@media screen and (max-width: 1200px) {
  .store-modelhouse__list__item__inner__name .sub {
    font-size: 15px;
  }
}
@media screen and (max-width: 599px) {
  .store-modelhouse__list__item__inner__name .sub {
    font-size: 13px;
  }
}
.store-modelhouse__list__item__inner__detail {
  margin-top: -10px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
.store-modelhouse__list__item__inner__detail__title {
  margin-top: 10px;
  padding-left: 0.06em;
  width: 80px;
  height: 26px;
  font-size: 16px;
  line-height: 27px;
  color: #fff;
  text-align: center;
  background-color: #c78c4f;
}
@media screen and (max-width: 1200px) {
  .store-modelhouse__list__item__inner__detail__title {
    width: 70px;
    height: 24px;
    font-size: 15px;
    line-height: 25px;
  }
}
@media screen and (max-width: 599px) {
  .store-modelhouse__list__item__inner__detail__title {
    padding-left: 1em;
    width: 100%;
    height: auto;
    color: #000;
    line-height: 1;
    text-align: left;
    background-color: transparent;
    position: relative;
  }
  .store-modelhouse__list__item__inner__detail__title::before {
    content: "";
    width: 8px;
    height: 8px;
    background-color: #c78c4f;
    position: absolute;
    top: 2px;
    left: 0;
  }
}
.store-modelhouse__list__item__inner__detail__text {
  margin-top: 10px;
  width: calc(100% - 80px - 20px);
  font-size: 18px;
  line-height: 1.6;
  color: #000;
}
@media screen and (max-width: 1200px) {
  .store-modelhouse__list__item__inner__detail__text {
    width: calc(100% - 70px - 15px);
    font-size: 17px;
  }
}
@media screen and (max-width: 599px) {
  .store-modelhouse__list__item__inner__detail__text {
    margin-top: 5px;
    width: 100%;
    font-size: 16px;
  }
}
.store-modelhouse__list__item__inner__detail__text a {
  color: #000;
  cursor: auto;
}
.store-modelhouse__list__item__photo {
  width: 360px;
}
@media screen and (max-width: 1200px) {
  .store-modelhouse__list__item__photo {
    width: 320px;
  }
}
@media screen and (max-width: 900px) {
  .store-modelhouse__list__item__photo {
    margin-top: 20px;
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .store-modelhouse__list__item__photo {
    margin-top: 15px;
  }
}
.store-modelhouse__box {
  margin-top: 30px;
  padding: 20px;
  width: 100%;
  background-color: #f3f5f7;
}
@media screen and (max-width: 900px) {
  .store-modelhouse__box {
    margin-top: 20px;
    padding: 20px;
  }
}
@media screen and (max-width: 599px) {
  .store-modelhouse__box {
    margin-top: 15px;
    padding: 0;
    background-color: transparent;
  }
}
@media screen and (max-width: 350px) {
  .store-modelhouse__box {
    margin-top: 15px;
    padding: 0;
  }
}
.store-modelhouse__box__list {
  margin: 0 auto;
  width: 100%;
  max-width: 610px;
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
}
.store-modelhouse__box__list__item {
  width: calc((100% - 10px) / 2);
}
.store-modelhouse__box__list__item:first-child {
  margin-right: 10px;
}
@media screen and (max-width: 599px) {
  .store-modelhouse__box__list__item {
    width: 100%;
  }
  .store-modelhouse__box__list__item:first-child {
    margin-bottom: 5px;
    margin-right: 0;
  }
}
.store-modelhouse__box__btn {
  margin: 0 auto;
  padding-left: 15px;
  width: 100%;
  max-width: 300px;
  height: 70px;
  font-size: 18px;
  line-height: 71px;
  color: #fff;
  letter-spacing: normal;
  background-color: #6699aa;
  background-image: url(../img/common/icon_web.svg), url(../img/common/arrow_white.svg);
  background-repeat: no-repeat, no-repeat;
  background-size: 27px auto, 10px auto;
  background-position: 20px 50%, right 20px top 50%;
  text-align: center;
  display: block;
}
@media screen and (max-width: 900px) {
  .store-modelhouse__box__btn {
    width: 270px;
    height: 60px;
    font-size: 17px;
    line-height: 61px;
    background-size: 27px auto, 9px auto;
    background-position: 18px 50%, right 20px top 50%;
  }
}
@media screen and (max-width: 599px) {
  .store-modelhouse__box__btn {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (min-width: 1025px) {
  .store-modelhouse__box__btn:hover {
    background-color: #000;
    background-position: 20px 50%, right 15px top 50%;
    transform: translateY(5px);
  }
}
.store-modelhouse__box__btn.reservation {
  background-color: #487;
  background-image: url(../img/common/icon_reservation.svg), url(../img/common/arrow_white.svg);
  background-repeat: no-repeat, no-repeat;
  background-size: 25px auto, 10px auto;
  background-position: 24px 53%, right 20px top 50%;
}
@media screen and (max-width: 900px) {
  .store-modelhouse__box__btn.reservation {
    background-size: 25px auto, 9px auto;
    background-position: 21px 50%, right 20px top 50%;
  }
}
@media screen and (min-width: 1025px) {
  .store-modelhouse__box__btn.reservation:hover {
    background-color: #000;
    background-position: 24px 50%, right 15px top 50%;
    transform: translateY(5px);
  }
}

.store-btn-wrapper {
  margin-top: 60px;
}
@media screen and (max-width: 900px) {
  .store-btn-wrapper {
    margin-top: 40px;
  }
}
@media screen and (max-width: 599px) {
  .store-btn-wrapper {
    margin-top: 30px;
  }
}
.store-btn-wrapper__btn {
  margin: 0 auto;
  padding-left: 15px;
  width: 100%;
  max-width: 300px;
  height: 70px;
  font-size: 18px;
  line-height: 71px;
  color: #fff;
  letter-spacing: normal;
  background-color: #c78c4f;
  background-image: url(../img/common/icon_store.svg), url(../img/common/arrow_white.svg);
  background-repeat: no-repeat, no-repeat;
  background-size: 19px auto, 10px auto;
  background-position: 24px 50%, right 20px top 50%;
  text-align: center;
  display: block;
}
@media screen and (max-width: 900px) {
  .store-btn-wrapper__btn {
    width: 270px;
    height: 60px;
    font-size: 17px;
    line-height: 61px;
    background-size: 19px auto, 9px auto;
    background-position: 20px 50%, right 20px top 50%;
  }
}
@media screen and (max-width: 599px) {
  .store-btn-wrapper__btn {
    width: 100%;
  }
}
@media screen and (min-width: 1025px) {
  .store-btn-wrapper__btn:hover {
    background-color: #000;
    background-position: 24px 50%, right 15px top 50%;
    transform: translateY(5px);
  }
}

.model-list {
  margin-top: 30px;
}
@media screen and (max-width: 1024px) {
  .model-list {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 900px) {
  .model-list {
    margin-top: 20px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 599px) {
  .model-list {
    margin-top: 0;
    padding-bottom: 30px;
  }
}
.model-list__item {
  margin-top: 30px;
}
@media screen and (max-width: 900px) {
  .model-list__item {
    margin-top: 20px;
  }
}
@media screen and (max-width: 599px) {
  .model-list__item {
    margin-top: 0;
    padding: 20px 0;
    border-bottom: 1px dotted #bbb;
  }
}
.model-list__item:first-child {
  margin-top: 0;
}
.model-list__item__link {
  padding: 30px 30px 30px 65px;
  width: 100%;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
}
@media screen and (max-width: 900px) {
  .model-list__item__link {
    padding: 20px 20px 20px 35px;
  }
}
.model-list__item__link::before {
  content: "";
  width: 5px;
  height: 100%;
  background-color: #abc;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.2s;
}
@media screen and (max-width: 599px) {
  .model-list__item__link {
    padding: 0;
    background-color: transparent;
    align-items: center;
    flex-direction: row-reverse;
  }
  .model-list__item__link::before {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .model-list__item__link:hover {
    transform: translateX(10px);
  }
}
.model-list__item__link__inner {
  padding-right: 40px;
  width: calc(100% - 240px - 40px);
  position: relative;
}
.model-list__item__link__inner::before {
  content: "";
  margin: auto 0;
  width: 24px;
  height: 24px;
  background-color: #abc;
  background-image: url(../img/common/arrow_white.svg);
  background-repeat: no-repeat;
  background-size: 9px auto;
  background-position: 50% 50%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  transition: 0.2s;
}
@media screen and (max-width: 900px) {
  .model-list__item__link__inner {
    width: calc(100% - 200px - 20px);
  }
  .model-list__item__link__inner::before {
    width: 20px;
    height: 20px;
    background-size: 7px auto;
  }
}
@media screen and (max-width: 599px) {
  .model-list__item__link__inner {
    padding: 0 0 0 15px;
    width: 60%;
    position: static;
  }
  .model-list__item__link__inner::before {
    margin: 0 0;
    width: 16px;
    height: 16px;
    background-size: 6px auto;
    background-position: 54% 50%;
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
  }
}
.model-list__item__link__inner__title {
  font-size: 26px;
  line-height: 1.3;
  color: #000;
  font-weight: 700;
}
@media screen and (max-width: 900px) {
  .model-list__item__link__inner__title {
    font-size: 22px;
  }
}
@media screen and (max-width: 599px) {
  .model-list__item__link__inner__title {
    margin-bottom: 3px;
    font-size: 15px;
    text-align: left;
    letter-spacing: normal;
  }
}
.model-list__item__link__inner__title .sub {
  margin-bottom: 2px;
  font-size: 15px;
  display: block;
}
@media screen and (max-width: 900px) {
  .model-list__item__link__inner__title .sub {
    font-size: 13px;
  }
}
@media screen and (max-width: 599px) {
  .model-list__item__link__inner__title .sub {
    margin-bottom: 2px;
    font-size: 10px;
  }
}
.model-list__item__link__inner__text {
  font-size: 16px;
  line-height: 1.875;
  color: #000;
}
@media screen and (max-width: 900px) {
  .model-list__item__link__inner__text {
    font-size: 15px;
    line-height: 1.6;
  }
}
@media screen and (max-width: 599px) {
  .model-list__item__link__inner__text {
    font-size: 12px;
    text-align: left;
    letter-spacing: normal;
  }
}
@media screen and (max-width: 350px) {
  .model-list__item__link__inner__text {
    font-size: 11px;
  }
}
.model-list__item__link__photo {
  width: 240px;
  border: 1px solid #ddd;
}
@media screen and (max-width: 900px) {
  .model-list__item__link__photo {
    width: 200px;
  }
}
@media screen and (max-width: 599px) {
  .model-list__item__link__photo {
    width: 40%;
    aspect-ratio: 100/80;
  }
  .model-list__item__link__photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

#area01 .model-list__item__link::before {
  background-color: #c78c4f;
}
@media screen and (min-width: 1025px) {
  #area01 .model-list__item__link:hover::before {
    background-color: #6699b3;
  }
  #area01 .model-list__item__link:hover .model-list__item__link__inner::before {
    background-color: #6699b3;
  }
}
#area01 .model-list__item__link__inner::before {
  background-color: #c78c4f;
}

#area02 .model-list__item__link::before {
  background-color: #47a;
}
@media screen and (min-width: 1025px) {
  #area02 .model-list__item__link:hover::before {
    background-color: #6699b3;
  }
  #area02 .model-list__item__link:hover .model-list__item__link__inner::before {
    background-color: #6699b3;
  }
}
#area02 .model-list__item__link__inner::before {
  background-color: #47a;
}

#area03 .model-list__item__link::before {
  background-color: #9977a3;
}
@media screen and (min-width: 1025px) {
  #area03 .model-list__item__link:hover::before {
    background-color: #6699b3;
  }
  #area03 .model-list__item__link:hover .model-list__item__link__inner::before {
    background-color: #6699b3;
  }
}
#area03 .model-list__item__link__inner::before {
  background-color: #9977a3;
}

#area04 .model-list__item__link::before {
  background-color: #67755c;
}
@media screen and (min-width: 1025px) {
  #area04 .model-list__item__link:hover::before {
    background-color: #6699b3;
  }
  #area04 .model-list__item__link:hover .model-list__item__link__inner::before {
    background-color: #6699b3;
  }
}
#area04 .model-list__item__link__inner::before {
  background-color: #67755c;
}

#area05 .model-list__item__link::before {
  background-color: #cc7799;
}
@media screen and (min-width: 1025px) {
  #area05 .model-list__item__link:hover::before {
    background-color: #6699b3;
  }
  #area05 .model-list__item__link:hover .model-list__item__link__inner::before {
    background-color: #6699b3;
  }
}
#area05 .model-list__item__link__inner::before {
  background-color: #cc7799;
}

#area06 .model-list__item__link::before {
  background-color: #a39966;
}
@media screen and (min-width: 1025px) {
  #area06 .model-list__item__link:hover::before {
    background-color: #6699b3;
  }
  #area06 .model-list__item__link:hover .model-list__item__link__inner::before {
    background-color: #6699b3;
  }
}
#area06 .model-list__item__link__inner::before {
  background-color: #a39966;
}

.partner-intro {
  padding: 70px;
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  .partner-intro {
    padding: 60px;
  }
}
@media screen and (max-width: 900px) {
  .partner-intro {
    padding: 40px;
  }
}
@media screen and (max-width: 599px) {
  .partner-intro {
    margin: 0 -20px;
    padding: 30px;
  }
}
.partner-intro__copy {
  margin-bottom: 30px;
  padding-left: 0.06em;
  font-size: 30px;
  line-height: 1.7;
  color: #000;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .partner-intro__copy {
    margin-bottom: 25px;
    font-size: 25px;
  }
}
@media screen and (max-width: 900px) {
  .partner-intro__copy {
    margin-bottom: 20px;
    font-size: 22px;
  }
}
@media screen and (max-width: 599px) {
  .partner-intro__copy {
    padding: 0;
    margin-bottom: 12px;
    font-size: 4.5vw;
    line-height: 1.6;
    text-align: justify;
  }
  .partner-intro__copy br {
    display: none;
  }
}
.partner-intro__copy .green {
  color: #67755c;
}
.partner-intro__copy .orange {
  color: #c78c4f;
}
.partner-intro__text {
  margin-bottom: 50px;
  padding: 35px 40px;
  font-size: 18px;
  line-height: 2;
  color: #000;
  text-align: justify;
  background-color: #f8f6f2;
}
@media screen and (max-width: 900px) {
  .partner-intro__text {
    margin-bottom: 40px;
    padding: 30px 35px;
    font-size: 17px;
    line-height: 1.8;
  }
}
@media screen and (max-width: 599px) {
  .partner-intro__text {
    margin-bottom: 25px;
    padding: 20px 25px;
    font-size: 16px;
    line-height: 1.7;
  }
}
.partner-intro__figure {
  width: 100%;
  line-height: 0.1;
}

.partner-about__box {
  padding: 70px;
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  .partner-about__box {
    padding: 60px;
  }
}
@media screen and (max-width: 900px) {
  .partner-about__box {
    padding: 40px;
  }
}
@media screen and (max-width: 599px) {
  .partner-about__box {
    margin: 0 -20px;
    padding: 40px 30px 10px;
  }
}
.partner-about__copy {
  margin-bottom: 25px;
  font-size: 28px;
  line-height: 1;
  color: #000;
  font-weight: 700;
}
@media screen and (max-width: 900px) {
  .partner-about__copy {
    margin-bottom: 20px;
    font-size: 25px;
  }
}
@media screen and (max-width: 599px) {
  .partner-about__copy {
    margin-bottom: 15px;
    padding-left: 0.06em;
    font-size: 20px;
    text-align: center;
  }
}
.partner-about__lead {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.partner-about__lead__text {
  width: calc(70% - 70px);
}
@media screen and (max-width: 1024px) {
  .partner-about__lead__text {
    width: calc(70% - 60px);
  }
}
@media screen and (max-width: 900px) {
  .partner-about__lead__text {
    width: calc(70% - 40px);
  }
}
@media screen and (max-width: 599px) {
  .partner-about__lead__text {
    width: 100%;
  }
}
.partner-about__lead__logo {
  width: 30%;
}
.partner-about__lead__logo img {
  max-width: 100%;
}
@media screen and (max-width: 599px) {
  .partner-about__lead__logo {
    margin: 0 auto 0;
    padding: 30px 40px 40px;
    width: 100%;
    background-color: #fff;
    text-align: center;
  }
  .partner-about__lead__logo img {
    max-width: 60%;
  }
}
.partner-about__list {
  margin-top: 60px;
}
@media screen and (max-width: 1024px) {
  .partner-about__list {
    margin-top: 50px;
  }
}
@media screen and (max-width: 900px) {
  .partner-about__list {
    margin-top: 40px;
  }
}
.partner-about__list__item {
  padding: 50px 0;
  border-top: 1px solid #ccb;
}
@media screen and (max-width: 1024px) {
  .partner-about__list__item {
    padding: 40px 0;
  }
}
@media screen and (max-width: 599px) {
  .partner-about__list__item {
    padding: 30px 0;
  }
}
.partner-about__list__item:first-child {
  padding-top: 0;
  border-top: none;
}
.partner-about__list__item:last-child {
  padding-bottom: 0;
}
.partner-about__list__item__title {
  margin-bottom: 25px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .partner-about__list__item__title {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 900px) {
  .partner-about__list__item__title {
    margin-bottom: 15px;
  }
}
.partner-about__list__item__title__box {
  padding-left: 0.05em;
  width: 190px;
  height: 50px;
  font-size: 20px;
  line-height: 51px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  background-color: #487;
  border-left: 5px solid #c78c4f;
  display: block;
  position: relative;
}
.partner-about__list__item__title__box::before {
  content: "";
  margin: auto 0;
  width: 0;
  height: 0;
  border-width: 6px 0 6px 12px;
  border-style: solid;
  border-color: transparent transparent transparent #487;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -12px;
}
@media screen and (max-width: 1024px) {
  .partner-about__list__item__title__box {
    width: 160px;
    height: 40px;
    font-size: 18px;
    line-height: 41px;
    border-left: 4px solid #c78c4f;
  }
}
@media screen and (max-width: 599px) {
  .partner-about__list__item__title__box {
    margin: 0 auto 12px;
    width: 100%;
    height: auto;
    font-size: 15px;
    line-height: 1;
    color: #000;
    background-color: transparent;
    border-left: none;
    text-align: center;
  }
  .partner-about__list__item__title__box::before {
    display: none;
  }
}
.partner-about__list__item__title__box .number {
  margin-left: 5px;
  font-size: 30px;
  line-height: 50px;
  color: #fff;
  font-family: "Oswald", sans-serif !important;
  font-weight: 400;
  letter-spacing: normal;
  display: inline-block;
  vertical-align: -10%;
}
@media screen and (max-width: 1024px) {
  .partner-about__list__item__title__box .number {
    font-size: 25px;
    line-height: 40px;
    vertical-align: -8%;
  }
}
@media screen and (max-width: 599px) {
  .partner-about__list__item__title__box .number {
    margin-left: 1px;
    font-size: 15px;
    line-height: 1;
    color: #000;
    vertical-align: -8%;
  }
}
.partner-about__list__item__title__en {
  margin-left: 25px;
  font-size: 50px;
  line-height: 52px;
  color: #000;
  font-family: "Roboto", sans-serif !important;
  font-weight: 500;
  letter-spacing: normal;
}
@media screen and (max-width: 1024px) {
  .partner-about__list__item__title__en {
    margin-left: 20px;
    font-size: 45px;
    line-height: 47px;
  }
}
@media screen and (max-width: 599px) {
  .partner-about__list__item__title__en {
    padding-left: 0.06em;
    margin-left: 0;
    width: 100%;
    font-size: 9vw;
    line-height: 30px;
    text-align: center;
  }
}
.partner-about__list__item__photos {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .partner-about__list__item__photos {
    margin-top: 25px;
  }
}
@media screen and (max-width: 599px) {
  .partner-about__list__item__photos {
    margin-top: 15px;
  }
}
.partner-about__list__item__photos__item {
  width: calc((100% - 50px) / 3);
}
@media screen and (max-width: 1024px) {
  .partner-about__list__item__photos__item {
    width: calc((100% - 30px) / 3);
  }
}
@media screen and (max-width: 900px) {
  .partner-about__list__item__photos__item {
    width: calc((100% - 20px) / 3);
  }
}
@media screen and (max-width: 599px) {
  .partner-about__list__item__photos__item {
    width: calc((100% - 4px) / 3);
    aspect-ratio: 100/100;
  }
  .partner-about__list__item__photos__item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.partner-feature__table {
  margin-top: 40px;
}
@media screen and (max-width: 900px) {
  .partner-feature__table {
    margin-top: 30px;
  }
}
@media screen and (max-width: 599px) {
  .partner-feature__table {
    margin-top: 20px;
    overflow-x: scroll;
  }
  .partner-feature__table .table-base {
    width: 900px;
  }
}
.partner-feature__table tbody th {
  width: 100px;
}
@media screen and (max-width: 900px) {
  .partner-feature__table tbody th {
    width: 80px;
  }
}
.partner-feature__table br {
  display: none;
}
@media screen and (max-width: 1200px) {
  .partner-feature__table br {
    display: inline;
  }
}
.partner-feature__list {
  margin-top: 80px;
}
@media screen and (max-width: 1024px) {
  .partner-feature__list {
    margin-top: 60px;
  }
}
@media screen and (max-width: 900px) {
  .partner-feature__list {
    margin: 60px auto 0;
    width: 100%;
    max-width: 560px;
  }
}
@media screen and (max-width: 599px) {
  .partner-feature__list {
    margin: 40px auto 0;
    max-width: 100%;
  }
}
.partner-feature__list__item {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 599px) {
  .partner-feature__list__item {
    margin-top: 40px;
  }
}
.partner-feature__list__item:first-child {
  margin-top: 0;
}
.partner-feature__list__item:nth-child(2n) {
  flex-direction: row-reverse;
}
.partner-feature__list__item__inner {
  width: calc(50% - 60px);
}
@media screen and (max-width: 1200px) {
  .partner-feature__list__item__inner {
    width: calc(50% - 50px);
  }
}
@media screen and (max-width: 900px) {
  .partner-feature__list__item__inner {
    margin-bottom: 25px;
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .partner-feature__list__item__inner {
    margin-bottom: 15px;
  }
}
.partner-feature__list__item__inner__title {
  margin-bottom: 15px;
  padding-bottom: 5px;
  font-size: 17px;
  line-height: 1;
  color: #000;
  font-family: "Roboto", sans-serif !important;
  font-weight: 700;
  letter-spacing: normal;
  border-bottom: 3px solid #c78c4f;
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  .partner-feature__list__item__inner__title {
    margin-bottom: 10px;
    padding-bottom: 4px;
    font-size: 15px;
  }
}
@media screen and (max-width: 900px) {
  .partner-feature__list__item__inner__title {
    margin-bottom: 15px;
    padding-bottom: 5px;
    font-size: 17px;
  }
}
@media screen and (max-width: 599px) {
  .partner-feature__list__item__inner__title {
    margin-bottom: 12px;
    padding-bottom: 4px;
    font-size: 15px;
  }
}
.partner-feature__list__item__inner__copy {
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 1.5;
  color: #000;
  font-weight: 700;
  letter-spacing: normal;
}
@media screen and (max-width: 1200px) {
  .partner-feature__list__item__inner__copy {
    font-size: 27px;
  }
}
@media screen and (max-width: 1024px) {
  .partner-feature__list__item__inner__copy {
    font-size: 24px;
  }
}
@media screen and (max-width: 900px) {
  .partner-feature__list__item__inner__copy {
    font-size: 27px;
  }
}
@media screen and (max-width: 599px) {
  .partner-feature__list__item__inner__copy {
    margin-bottom: 5px;
    font-size: 24px;
  }
}
@media screen and (max-width: 350px) {
  .partner-feature__list__item__inner__copy {
    font-size: 21px;
  }
  .partner-feature__list__item__inner__copy br {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .partner-feature__list__item__inner .text-base {
    font-size: 17px;
    line-height: 1.9;
  }
}
@media screen and (max-width: 1024px) {
  .partner-feature__list__item__inner .text-base {
    font-size: 16px;
    line-height: 1.8;
  }
}
.partner-feature__list__item__photo {
  width: 50%;
}
@media screen and (max-width: 900px) {
  .partner-feature__list__item__photo {
    width: 100%;
  }
}

.partner-produce__box {
  margin-bottom: 80px;
  padding: 70px;
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  .partner-produce__box {
    margin-bottom: 60px;
    padding: 60px;
  }
}
@media screen and (max-width: 900px) {
  .partner-produce__box {
    margin-bottom: 50px;
    padding: 40px;
  }
}
@media screen and (max-width: 599px) {
  .partner-produce__box {
    margin: 0 -20px 40px;
    padding: 30px;
  }
}
.partner-produce__box__by {
  margin-bottom: 50px;
  padding: 45px 20px;
  font-size: 36px;
  line-height: 1;
  color: #000;
  font-family: "Roboto", sans-serif !important;
  font-weight: 500;
  letter-spacing: 0.03em;
  text-align: center;
  background-color: #f3f5f7;
}
@media screen and (max-width: 900px) {
  .partner-produce__box__by {
    margin-bottom: 40px;
    padding: 35px 20px;
    font-size: 30px;
  }
}
@media screen and (max-width: 599px) {
  .partner-produce__box__by {
    margin-bottom: 25px;
    padding: 30px 10px;
    font-size: 5.8vw;
  }
}
@media screen and (max-width: 599px) {
  .partner-produce__box__list {
    margin-top: 20px;
  }
}
.partner-produce__box__list__item {
  padding: 40px 0 30px;
  border-top: 1px solid #ccb;
}
@media screen and (max-width: 1024px) {
  .partner-produce__box__list__item {
    padding: 30px 0 25px;
  }
}
@media screen and (max-width: 599px) {
  .partner-produce__box__list__item {
    padding: 30px 0 20px;
  }
}
.partner-produce__box__list__item:last-child {
  padding-bottom: 0;
}
.partner-produce__box__list__item__title {
  margin-bottom: 15px;
  width: 360px;
  line-height: 0.1;
}
@media screen and (max-width: 900px) {
  .partner-produce__box__list__item__title {
    width: 324px;
  }
}
@media screen and (max-width: 599px) {
  .partner-produce__box__list__item__title {
    width: 252px;
  }
}
@media screen and (max-width: 350px) {
  .partner-produce__box__list__item__title {
    width: 216px;
  }
}
.partner-produce__box__list__item__title.logo02 {
  width: 260px;
}
@media screen and (max-width: 900px) {
  .partner-produce__box__list__item__title.logo02 {
    width: 234px;
  }
}
@media screen and (max-width: 599px) {
  .partner-produce__box__list__item__title.logo02 {
    width: 182px;
  }
}
@media screen and (max-width: 350px) {
  .partner-produce__box__list__item__title.logo02 {
    width: 156px;
  }
}
.partner-produce__media {
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .partner-produce__media {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 900px) {
  .partner-produce__media {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 599px) {
  .partner-produce__media {
    margin: 0 -20px 40px;
  }
}
.partner-produce__media__title {
  margin-bottom: 30px;
  width: 100%;
  font-size: 46px;
  line-height: 1;
  color: #000;
  font-family: "Roboto", sans-serif !important;
  font-weight: 700;
}
@media screen and (max-width: 1300px) {
  .partner-produce__media__title {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 900px) {
  .partner-produce__media__title {
    margin-bottom: 20px;
    font-size: 40px;
  }
}
@media screen and (max-width: 599px) {
  .partner-produce__media__title {
    margin-bottom: 20px;
    padding-left: 0.06em;
    font-size: 32px;
    text-align: center;
  }
}
@media screen and (max-width: 350px) {
  .partner-produce__media__title {
    font-size: 28px;
  }
}
.partner-produce__media__title .jp {
  margin-left: 15px;
  font-size: 18px;
  line-height: 1;
  color: #000;
  font-weight: 700;
  vertical-align: 40%;
  display: inline-block;
}
@media screen and (max-width: 900px) {
  .partner-produce__media__title .jp {
    font-size: 17px;
  }
}
@media screen and (max-width: 599px) {
  .partner-produce__media__title .jp {
    margin-top: 9px;
    margin-left: 0;
    font-size: 15px;
    text-align: center;
    display: block;
  }
}
.partner-produce__media__list {
  padding: 24px 60px;
  width: 100%;
  background-color: #fff;
  transition: 0.5s;
}
@media screen and (max-width: 900px) {
  .partner-produce__media__list {
    padding: 21px 50px;
  }
}
@media screen and (max-width: 599px) {
  .partner-produce__media__list {
    padding: 10px 25px;
  }
}
.partner-produce__media__list__item {
  border-top: 1px dotted #bbb;
}
.partner-produce__media__list__item:first-child {
  border-top: none;
}
.partner-produce__media__list__item.is-hidden {
  display: none;
}
.partner-produce__media__list__item__link {
  padding: 30px 30px 30px 0;
  font-size: 18px;
  line-height: 1.5;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  background-image: url(../img/common/arrow_orange.svg);
  background-repeat: no-repeat;
  background-size: 11px auto;
  background-position: right 10px top 50%;
}
@media screen and (max-width: 1300px) {
  .partner-produce__media__list__item__link {
    padding: 21px 30px 21px 0;
    font-size: 16px;
  }
}
@media screen and (max-width: 599px) {
  .partner-produce__media__list__item__link {
    padding: 20px 10px 20px 0;
    background-size: 8px auto;
    background-position: right 0 top 50%;
  }
}
.partner-produce__media__list__item__link__name {
  margin-right: 1em;
  color: #789;
  font-weight: 700;
  transition: 0.2s;
}
@media screen and (max-width: 599px) {
  .partner-produce__media__list__item__link__name {
    width: 100%;
  }
}
.partner-produce__media__list__item__link__text {
  color: #000;
  transition: 0.2s;
}
@media screen and (max-width: 599px) {
  .partner-produce__media__list__item__link__text {
    width: 100%;
    letter-spacing: 0.02em;
  }
}
@media screen and (min-width: 1025px) {
  .partner-produce__media__list__item__link:hover {
    background-position: right 0 top 50%;
  }
  .partner-produce__media__list__item__link:hover .partner-produce__media__list__item__link__name {
    color: #c78c4f;
  }
  .partner-produce__media__list__item__link:hover .partner-produce__media__list__item__link__text {
    color: #c78c4f;
  }
}
.partner-produce__media__list__item__link.link-none {
  background-image: none;
}
@media screen and (min-width: 1025px) {
  .partner-produce__media__list__item__link.link-none:hover .partner-produce__media__list__item__link__name {
    color: #789;
  }
  .partner-produce__media__list__item__link.link-none:hover .partner-produce__media__list__item__link__text {
    color: #000;
  }
}
.partner-produce__media__btn-wrapper {
  margin-top: 20px;
  text-align: right;
}
@media screen and (max-width: 1100px) {
  .partner-produce__media__btn-wrapper {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .partner-produce__media__btn-wrapper {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 599px) {
  .partner-produce__media__btn-wrapper {
    margin-top: 15px;
  }
}
.partner-produce__media__btn-wrapper__more {
  padding-bottom: 8px;
  font-size: 18px;
  line-height: 1;
  color: #000;
  font-family: "Roboto", sans-serif !important;
  font-weight: 700;
  background-color: transparent;
  border: none;
  position: relative;
  display: inline-block;
  transition: 0.2s;
}
.partner-produce__media__btn-wrapper__more::before {
  content: "";
  width: calc(100% - 0.06em);
  height: 3px;
  background-color: #000;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.2s;
}
@media screen and (max-width: 599px) {
  .partner-produce__media__btn-wrapper__more {
    padding-bottom: 8px;
    font-size: 16px;
  }
  .partner-produce__media__btn-wrapper__more::before {
    bottom: 2px;
  }
}
@media screen and (min-width: 1025px) {
  .partner-produce__media__btn-wrapper__more:hover {
    color: #789;
    transform: translateY(5px);
  }
  .partner-produce__media__btn-wrapper__more:hover::before {
    background-color: #789;
  }
}
.partner-produce__contact {
  padding: 60px 70px 70px;
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  .partner-produce__contact {
    padding: 50px 60px 60px;
  }
}
@media screen and (max-width: 900px) {
  .partner-produce__contact {
    padding: 35px 40px 40px;
  }
}
@media screen and (max-width: 599px) {
  .partner-produce__contact {
    margin: 0 -20px;
    padding: 30px;
  }
}
.partner-produce__contact__box {
  padding: 60px 40px 80px;
  background-color: #f8f6f2;
}
@media screen and (max-width: 1024px) {
  .partner-produce__contact__box {
    padding: 50px 40px 60px;
  }
}
@media screen and (max-width: 900px) {
  .partner-produce__contact__box {
    padding: 40px 30px 50px;
  }
}
@media screen and (max-width: 599px) {
  .partner-produce__contact__box {
    padding: 30px 20px 20px;
  }
}
@media screen and (max-width: 350px) {
  .partner-produce__contact__box {
    padding: 0;
    background-color: transparent;
  }
}
.partner-produce__contact__box__logo {
  margin: 0 auto 25px;
  width: 240px;
  line-height: 0.1;
}
@media screen and (max-width: 1024px) {
  .partner-produce__contact__box__logo {
    width: 200px;
  }
}
@media screen and (max-width: 900px) {
  .partner-produce__contact__box__logo {
    margin-bottom: 20px;
    width: 160px;
  }
}
@media screen and (max-width: 599px) {
  .partner-produce__contact__box__logo {
    margin-bottom: 15px;
    width: 120px;
  }
}
.partner-produce__contact__box__name {
  margin-bottom: 35px;
  padding-left: 0.06em;
  font-size: 24px;
  line-height: 1;
  color: #000;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .partner-produce__contact__box__name {
    font-size: 22px;
  }
}
@media screen and (max-width: 900px) {
  .partner-produce__contact__box__name {
    margin-bottom: 25px;
    font-size: 20px;
  }
}
@media screen and (max-width: 599px) {
  .partner-produce__contact__box__name {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 350px) {
  .partner-produce__contact__box__name {
    margin-bottom: 15px;
    font-size: 17px;
  }
}
.partner-produce__contact__box__btns {
  margin: 0 auto;
  width: 100%;
  max-width: 770px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
.partner-produce__contact__box__btns__item {
  width: calc((100% - 10px) / 2);
}
@media screen and (max-width: 599px) {
  .partner-produce__contact__box__btns__item {
    width: 100%;
  }
  .partner-produce__contact__box__btns__item:first-child {
    margin-bottom: 10px;
  }
}
.partner-produce__contact__box__btns__item__link {
  padding-left: 10px;
  width: 100%;
  height: 80px;
  font-size: 20px;
  line-height: 81px;
  color: #fff;
  text-align: center;
  display: block;
  background-size: 30px auto, 11px auto;
  background-position: 25px 50%, right 25px top 50%;
  background-repeat: no-repeat, no-repeat;
  border-radius: 5px;
}
@media screen and (max-width: 900px) {
  .partner-produce__contact__box__btns__item__link {
    height: 70px;
    font-size: 18px;
    line-height: 71px;
    background-size: 24px auto, 10px auto;
    background-position: 20px 50%, right 20px top 50%;
  }
}
@media screen and (max-width: 599px) {
  .partner-produce__contact__box__btns__item__link {
    height: 60px;
    font-size: 17px;
    line-height: 61px;
    background-size: 22px auto, 9px auto;
    background-position: 20px 50%, right 20px top 50%;
  }
}
.partner-produce__contact__box__btns__item__link.catalog {
  background-color: #c78c4f;
  background-image: url(../img/common/icon_catalog_white.svg), url(../img/common/arrow_white.svg);
}
.partner-produce__contact__box__btns__item__link.contact {
  background-color: #487;
  background-image: url(../img/common/icon_contact_white.svg), url(../img/common/arrow_white.svg);
}
@media screen and (min-width: 1025px) {
  .partner-produce__contact__box__btns__item__link:hover {
    background-color: #000;
    background-position: 25px 50%, right 20px top 50%;
    transform: translateY(5px);
  }
}/*# sourceMappingURL=style.css.map */