@charset "UTF-8";
/*====================================================================
*    common all
/*==================================================================*/
@font-face {
  font-family: "SF-Compact-Display-Light";
  src: url("../fonts/SF-Compact-Display-Light.woff") format("woff"), url("../fonts/SF-Compact-Display-Light.otf") format("opentype");
  font-display: swap;
}

@font-face {
  font-family: "SF-Compact-Display-Medium";
  src: url("../fonts/SF-Compact-Display-Medium.woff") format("woff"), url("../fonts/SF-Compact-Display-Medium.otf") format("opentype");
  font-display: swap;
}

@font-face {
  font-family: "SF-Compact-Display-Regular";
  src: url("../fonts/SF-Compact-Display-Regular.woff") format("woff"), url("../fonts/SF-Compact-Display-Regular.otf") format("opentype");
  font-display: swap;
}

@font-face {
  font-family: "SF-Compact-Display-Ultralight";
  src: url("../fonts/SF-Compact-Display-Ultralight.woff") format("woff"), url("../fonts/SF-Compact-Display-Ultralight.otf") format("opentype");
  font-display: swap;
}

@font-face {
  font-family: "SF-Compact-Display-Thin";
  src: url("../fonts/SF-Compact-Display-Thin.woff") format("woff"), url("../fonts/SF-Compact-Display-Thin.otf") format("opentype");
  font-display: swap;
}

@font-face {
  font-family: "SF-Compact-Display-Semibold";
  src: url("../fonts/SF-Compact-Display-Semibold.woff") format("woff"), url("../fonts/SF-Compact-Display-Semibold.otf") format("opentype");
  font-display: swap;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  font-weight: normal;
}

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

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

blockquote,
q {
  quotes: none;
}

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

p {
  margin: 0;
  padding: 0;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

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

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

del {
  text-decoration: line-through;
}

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

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

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

input,
select {
  vertical-align: middle;
}

* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* form clear */
  -webkit-appearance: none !important;
  min-height: 0;
  min-width: 0;
}

/* ----- Clearfix ----- */
.clearfix:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  clear: both;
}

.clearfix {
  zoom: 1;
}

/*====================================================================
*    mixin
/*==================================================================*/
/*====================================================================
*    Responsive
/*==================================================================*/
.pc_contents {
  display: block !important;
}

@media (max-width: 768px) {
  .pc_contents {
    display: none !important;
  }
}

.sp_contents {
  display: none !important;
}

@media (max-width: 768px) {
  .sp_contents {
    display: block !important;
  }
}

.pc_ib {
  display: inline-block !important;
}

@media (max-width: 768px) {
  .pc_ib {
    display: none !important;
  }
}

.sp_ib {
  display: none !important;
}

@media (max-width: 768px) {
  .sp_ib {
    display: inline-block !important;
  }
}

.pc_inline {
  display: inline !important;
}

@media (max-width: 768px) {
  .pc_inline {
    display: none !important;
  }
}

.sp_inline {
  display: none !important;
}

@media (max-width: 768px) {
  .sp_inline {
    display: inline !important;
  }
}

.pc_flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

@media (max-width: 768px) {
  .pc_flex {
    display: none !important;
  }
}

.sp_flex {
  display: none !important;
}

@media (max-width: 768px) {
  .sp_flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

/* ----- Clearfix ----- */
.clearfix:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  clear: both;
}

.clearfix {
  zoom: 1;
}

/*====================================================================
*    All
/*==================================================================*/
::-moz-selection {
  background: #d2b071;
}
::selection {
  background: #d2b071;
}

::-moz-selection {
  background: #d2b071;
}

html {
  font-size: calc(100vw / 12.8);
}

@media (max-width: 768px) {
  html {
    font-size: calc(100vw / 3.75);
  }
}

body {
  width: 100%;
  margin: 0 auto;
  font-family: "SF-Compact-Display-Medium", 'Noto Sans JP', "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
  color: #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-x: hidden;
  overflow-y: hidden;
}

body.bgChange {
  background-color: #c2e4de;
}

body#aboutPage {
  background-color: #c2e4de;
}

body#aboutPage header {
  display: block !important;
}

body a {
  color: #222;
  display: block;
  text-decoration: none;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

body a:hover {
  opacity: 0.8;
}

body img, body svg {
  width: 100%;
  height: auto;
  display: block;
}

body .slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  width: 100%;
  padding: 0;
}

body .slick-list:focus {
  outline: none;
}

body .slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

body .slick-slide {
  outline: none;
}

body .slick-initialized .slick-slide {
  display: block;
}

body .slick-vertical .slick-slide {
  display: block;
  height: auto;
}

body .slick-slide > .slick-slider-img {
  position: relative;
  display: block;
  width: 100%;
}

body .slick-slide .image {
  width: 100%;
  margin: 0 auto;
}

body .slick-slide img.slick-loading {
  display: none;
}

/*====================================================================
*    HEADER
/*==================================================================*/
header {
  display: none;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  opacity: 1;
  -webkit-transition: opacity 0.7s cubic-bezier(0.24, 0.06, 0.45, 0.95);
  transition: opacity 0.7s cubic-bezier(0.24, 0.06, 0.45, 0.95);
}

header.load {
  opacity: 0;
}

header h1 {
  width: 220px;
  position: absolute;
  top: 30px;
  left: 2.34%;
}

@media (max-width: 768px) {
  header h1 {
    width: 180px;
    left: 5.33%;
  }
}

header h1 .scroll {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.7s cubic-bezier(0.24, 0.06, 0.45, 0.95);
  transition: opacity 0.7s cubic-bezier(0.24, 0.06, 0.45, 0.95);
  z-index: 2;
}

header h1 .scroll.on {
  opacity: 1;
}

/*====================================================================
*    COMMON
/*==================================================================*/
.main {
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  /* will-change: transform; */
}

.main.open {
  overflow-y: hidden;
  overflow-x: hidden;
}

/*====================================================================
*    TOP
/*==================================================================*/
#top {
  position: relative;
  /*====================================================================
  *    fixedArea
  /*==================================================================*/
  /*====================================================================
  *    loadArea
  /*==================================================================*/
  /*====================================================================
  *    introArea
  /*==================================================================*/
  /*====================================================================
  *    ctsArea
  /*==================================================================*/
  /*====================================================================
  *    happyArea
  /*==================================================================*/
  /*====================================================================
  *    leadArea
  /*==================================================================*/
  /*====================================================================
  *    videoArea
  /*==================================================================*/
  /*====================================================================
  *    modelArea
  /*==================================================================*/
  /*====================================================================
  *    filterArea
  /*==================================================================*/
  /*====================================================================
  *    itemArea
  /*==================================================================*/
  /*====================================================================
  *    popupArea
  /*==================================================================*/
  /*====================================================================
  *    totopArea
  /*==================================================================*/
}

#top .fixedArea {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 400px;
  z-index: 4;
  -webkit-transition: opacity 0.7s cubic-bezier(0.24, 0.06, 0.45, 0.95);
  transition: opacity 0.7s cubic-bezier(0.24, 0.06, 0.45, 0.95);
  opacity: 0;
}

@media (max-width: 768px) {
  #top .fixedArea {
    width: 100%;
  }
}

#top .fixedArea a:hover {
  opacity: .95;
}

#top .fixedArea.on {
  opacity: 1;
}

#top .loadArea {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #c2e4de;
  opacity: 0;
  -webkit-transition: opacity 0.7s cubic-bezier(0.24, 0.06, 0.45, 0.95);
  transition: opacity 0.7s cubic-bezier(0.24, 0.06, 0.45, 0.95);
}

@media (max-width: 768px) {
  #top .loadArea {
    height: 100vh;
    /* 変数をサポートしていないブラウザのフォールバック */
    height: calc(var(--vh, 1vh) * 100);
  }
}

#top .loadArea_inner {
  width: 290px;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (max-width: 768px) {
  #top .loadArea_inner {
    width: 217px;
  }
}

#top .loadArea_inner p {
  font-family: "SF-Compact-Display-Ultralight";
  font-size: .14rem;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-top: 16px;
  text-align: center;
  color: #222;
}

@media (min-width: 1281px) {
  #top .loadArea_inner p {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  #top .loadArea_inner p {
    font-size: .12rem;
  }
}

#top .loadArea.on {
  opacity: 1;
}

#top .loadArea.active {
  display: none;
}

#top .introArea {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.7s cubic-bezier(0.24, 0.06, 0.45, 0.95);
  transition: opacity 0.7s cubic-bezier(0.24, 0.06, 0.45, 0.95);
}

#top .introArea.bgChange {
  background-color: #c2e4de;
}

@media (max-width: 768px) {
  #top .introArea {
    height: 87vh;
    padding-bottom: 13vh;
  }
}

#top .introArea.active {
  opacity: 1;
}

#top .introArea_happy {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  left: 0;
  right: 0;
  margin: auto;
  background: url(../images/title.svg?0127002) no-repeat 50% 50%;
  background-size: 60%;
  z-index: 3;
  -webkit-transition: background-size 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), background-position 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: background-size 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), background-position 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.7s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
}

@media (max-width: 768px) {
  #top .introArea_happy {
    background: url(../images/title-sp.svg?0127002) no-repeat 50% 45%;
    background-size: 90%;
  }
}

#top .introArea_happy.on {
  opacity: 1;
}

#top .introArea_pic {
  width: 71.875%;
  height: 100%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 768px) {
  #top .introArea_pic {
    width: 200%;
    height: auto;
    margin: 29.2vw 0 15px -50%;
    display: block;
  }
}

#top .introArea_pic--inner {
  /* display: flex;
        justify-content: space-between; */
  width: 100%;
  position: relative;
}

#top .introArea_pic .slide {
  width: 100%;
}

#top .introArea_lead {
  position: absolute;
  top: -90px;
  right: -6.52%;
  z-index: 2;
}

@media (max-width: 768px) {
  #top .introArea_lead {
    width: 89.33vw;
    top: unset;
    left: 0;
    right: 0;
    bottom: -88px;
    margin: auto;
    z-index: 2;
  }
}

#top .introArea_lead--ttl {
  font-family: "SF-Compact-Display-Semibold";
  font-size: .18rem;
  letter-spacing: 0.08em;
  line-height: 1;
  margin-bottom: 15px;
  color: #222;
}

@media (min-width: 1281px) {
  #top .introArea_lead--ttl {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  #top .introArea_lead--ttl {
    font-size: .15rem;
    margin-bottom: 10px;
  }
}

#top .introArea_lead--ttl span {
  font-family: "SF-Compact-Display-Semibold";
  font-size: .18rem;
  letter-spacing: 0.08em;
  line-height: 1;
  margin-bottom: 15px;
  position: relative;
  white-space: nowrap;
  color: #222;
}

@media (min-width: 1281px) {
  #top .introArea_lead--ttl span {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  #top .introArea_lead--ttl span {
    font-size: .15rem;
    margin-bottom: 10px;
  }
}

#top .introArea_lead--ttl span::after {
  content: attr(data-text);
  position: absolute;
  left: 2px;
  text-shadow: -1px 0 red;
  top: 0;
  color: #222;
  background: #262523;
  overflow: hidden;
  clip: rect(0, 900px, 0, 0);
  animation: noise-anim 2s infinite linear alternate-reverse;
}

#top .introArea_lead--txt {
  font-size: .12rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.67;
  white-space: nowrap;
  color: #222;
}

@media (min-width: 1281px) {
  #top .introArea_lead--txt {
    font-size: 12px;
  }
}

@media (max-width: 768px) {
  #top .introArea_lead--txt {
    line-height: 1.5;
    text-align: center;
  }
}

@-webkit-keyframes noise-anim {
  0% {
    clip: rect(77px, 9999px, 6px, 0);
  }
  5% {
    clip: rect(65px, 9999px, 70px, 0);
  }
  10% {
    clip: rect(82px, 9999px, 82px, 0);
  }
  15% {
    clip: rect(32px, 9999px, 35px, 0);
  }
  20% {
    clip: rect(31px, 9999px, 49px, 0);
  }
  25% {
    clip: rect(18px, 9999px, 46px, 0);
  }
  30% {
    clip: rect(94px, 9999px, 64px, 0);
  }
  35% {
    clip: rect(69px, 9999px, 31px, 0);
  }
  40% {
    clip: rect(6px, 9999px, 72px, 0);
  }
  45% {
    clip: rect(25px, 9999px, 35px, 0);
  }
  50% {
    clip: rect(82px, 9999px, 26px, 0);
  }
  55% {
    clip: rect(7px, 9999px, 92px, 0);
  }
  60% {
    clip: rect(54px, 9999px, 30px, 0);
  }
  65% {
    clip: rect(86px, 9999px, 90px, 0);
  }
  70% {
    clip: rect(38px, 9999px, 65px, 0);
  }
  75% {
    clip: rect(41px, 9999px, 66px, 0);
  }
  80% {
    clip: rect(31px, 9999px, 37px, 0);
  }
  85% {
    clip: rect(8px, 9999px, 12px, 0);
  }
  90% {
    clip: rect(50px, 9999px, 69px, 0);
  }
  95% {
    clip: rect(7px, 9999px, 42px, 0);
  }
  100% {
    clip: rect(14px, 9999px, 57px, 0);
  }
}

@keyframes noise-anim {
  0% {
    clip: rect(77px, 9999px, 6px, 0);
  }
  5% {
    clip: rect(65px, 9999px, 70px, 0);
  }
  10% {
    clip: rect(82px, 9999px, 82px, 0);
  }
  15% {
    clip: rect(32px, 9999px, 35px, 0);
  }
  20% {
    clip: rect(31px, 9999px, 49px, 0);
  }
  25% {
    clip: rect(18px, 9999px, 46px, 0);
  }
  30% {
    clip: rect(94px, 9999px, 64px, 0);
  }
  35% {
    clip: rect(69px, 9999px, 31px, 0);
  }
  40% {
    clip: rect(6px, 9999px, 72px, 0);
  }
  45% {
    clip: rect(25px, 9999px, 35px, 0);
  }
  50% {
    clip: rect(82px, 9999px, 26px, 0);
  }
  55% {
    clip: rect(7px, 9999px, 92px, 0);
  }
  60% {
    clip: rect(54px, 9999px, 30px, 0);
  }
  65% {
    clip: rect(86px, 9999px, 90px, 0);
  }
  70% {
    clip: rect(38px, 9999px, 65px, 0);
  }
  75% {
    clip: rect(41px, 9999px, 66px, 0);
  }
  80% {
    clip: rect(31px, 9999px, 37px, 0);
  }
  85% {
    clip: rect(8px, 9999px, 12px, 0);
  }
  90% {
    clip: rect(50px, 9999px, 69px, 0);
  }
  95% {
    clip: rect(7px, 9999px, 42px, 0);
  }
  100% {
    clip: rect(14px, 9999px, 57px, 0);
  }
}

#top .introArea_collection {
  position: absolute;
  bottom: 3.83vw;
  left: 2.34%;
}

@media (max-width: 768px) {
  #top .introArea_collection {
    bottom: 5.33vw;
    left: 5.33%;
  }
}

#top .introArea_collection p {
  font-family: "SF-Compact-Display-Regular";
  font-size: .12rem;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #222;
}

@media (min-width: 1281px) {
  #top .introArea_collection p {
    font-size: 12px;
  }
}

@media (max-width: 768px) {
  #top .introArea_collection p {
    font-size: .11rem;
  }
}

#top .introArea_discover {
  position: absolute;
  bottom: 3.83vw;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 768px) {
  #top .introArea_discover {
    bottom: 5.33vw;
    left: inherit;
    right: 5.33%;
    display: block;
  }
}

#top .introArea_discover p {
  font-family: "SF-Compact-Display-Ultralight";
  font-size: .12rem;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #222;
}

@media (min-width: 1281px) {
  #top .introArea_discover p {
    font-size: 12px;
  }
}

@media (max-width: 768px) {
  #top .introArea_discover p {
    font-size: .11rem;
    text-align: right;
  }
}

#top .introArea.tab {
  height: 100vh;
}

#top .introArea.tab .introArea_pic {
  width: 180%;
  margin: 16.2vw 0 15px -40%;
}

#top .introArea.tab .introArea_lead {
  bottom: -110px;
}

#top .ctsArea {
  -webkit-transition: opacity 0.7s cubic-bezier(0.24, 0.06, 0.45, 0.95);
  transition: opacity 0.7s cubic-bezier(0.24, 0.06, 0.45, 0.95);
  opacity: 0;
  position: relative;
  margin-top: 2600px;
}

@media (max-width: 768px) {
  #top .ctsArea {
    margin-top: 2100px;
    overflow-x: hidden;
  }
}

#top .ctsArea::after {
  content: "";
  background-color: #c2e4de;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

#top .ctsArea.on {
  opacity: 1;
}

#top .happyArea {
  width: 100%;
  position: relative;
  z-index: 2;
}

#top .happyArea_inner {
  width: 81.25%;
  margin: 0 auto;
  overflow: hidden;
}

@media (max-width: 768px) {
  #top .happyArea_inner {
    width: 90%;
  }
}

#top .happyArea_inner img {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
  transition: -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s, -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
}

#top .happyArea_inner.on {
  opacity: 1;
}

#top .happyArea_inner.on img {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

#top .leadArea {
  width: 81.25%;
  margin: 140px auto 160px;
  position: relative;
  z-index: 2;
  -webkit-transition: opacity 0.7s cubic-bezier(0.24, 0.06, 0.45, 0.95) 0.2s;
  transition: opacity 0.7s cubic-bezier(0.24, 0.06, 0.45, 0.95) 0.2s;
  opacity: 0;
}

#top .leadArea p {
  color: #222;
}

@media (max-width: 768px) {
  #top .leadArea {
    width: 100%;
    margin: 60px auto;
  }
}

#top .leadArea_lead {
  display: none;
}

@media (max-width: 768px) {
  #top .leadArea_lead {
    display: block;
    width: 89.33%;
    margin: 0 auto 40px;
  }
}

#top .leadArea_lead p {
  font-weight: 700;
  font-size: .14rem;
  letter-spacing: 0.05em;
  line-height: 1.71;
  color: #222;
  /* span{
          font-family: "SF-Compact-Display-Semibold";
          font-size: .18rem;
          letter-spacing: 0.08em;
          line-height: 1;
          display: block;
          margin-bottom: 15px;
  
          @include bp1281 {
              font-size: 18px;
          };

          @include bp768 {
            font-size: .15rem;
            margin-bottom: 10px;
          }
        } */
}

#top .leadArea_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 768px) {
  #top .leadArea_box {
    display: block;
  }
}

#top .leadArea_pic {
  width: 36.54%;
}

@media (max-width: 768px) {
  #top .leadArea_pic {
    width: 89.33%;
    margin: 0 auto;
  }
}

#top .leadArea_cts {
  width: 55%;
}

@media (max-width: 768px) {
  #top .leadArea_cts {
    width: 89.33%;
    margin: 30px auto 0;
  }
}

#top .leadArea_cts p {
  font-size: .14rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.86;
  margin-top: 10px;
  /* text-shadow: 2px 2px 4px rgba(34,34,34,.7); */
}

@media (min-width: 1281px) {
  #top .leadArea_cts p {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  #top .leadArea_cts p {
    line-height: 1.71;
  }
}

#top .leadArea_cts p span {
  font-weight: 700;
  font-size: .24rem;
  letter-spacing: 0.05em;
  line-height: 1.42;
  display: block;
  margin-bottom: 30px;
}

@media (min-width: 1281px) {
  #top .leadArea_cts p span {
    font-size: 24px;
  }
}

@media (max-width: 768px) {
  #top .leadArea_cts p span {
    display: none;
  }
}

#top .leadArea.on {
  opacity: 1;
}

#top .videoArea {
  width: 81.25%;
  margin: 0 auto 40px;
  position: relative;
  z-index: 2;
}

@media (max-width: 768px) {
  #top .videoArea {
    width: 100%;
    margin: 0 auto 60px;
  }
}

#top .videoArea .videoWrap {
  height: 100%;
  position: relative;
  display: block;
}

#top .videoArea .videoWrap .videoHeight {
  padding-top: 56.25%;
}

#top .videoArea .videoWrap .videoHeight .video-js {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

#top .modelArea {
  width: 90.625%;
  margin: 0 0 80px auto;
  position: relative;
  z-index: 2;
}

@media (max-width: 768px) {
  #top .modelArea {
    width: 94.67%;
    margin: 0 0 60px auto;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    display: block;
    font-size: 0;
    white-space: nowrap;
    opacity: 0;
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
    -webkit-transition: opacity 0.7s cubic-bezier(0.24, 0.06, 0.45, 0.95) 0.2s, -webkit-transform 0.7s cubic-bezier(0.24, 0.06, 0.45, 0.95) 0.2s;
    transition: opacity 0.7s cubic-bezier(0.24, 0.06, 0.45, 0.95) 0.2s, -webkit-transform 0.7s cubic-bezier(0.24, 0.06, 0.45, 0.95) 0.2s;
    transition: opacity 0.7s cubic-bezier(0.24, 0.06, 0.45, 0.95) 0.2s, transform 0.7s cubic-bezier(0.24, 0.06, 0.45, 0.95) 0.2s;
    transition: opacity 0.7s cubic-bezier(0.24, 0.06, 0.45, 0.95) 0.2s, transform 0.7s cubic-bezier(0.24, 0.06, 0.45, 0.95) 0.2s, -webkit-transform 0.7s cubic-bezier(0.24, 0.06, 0.45, 0.95) 0.2s;
  }
}

@media (max-width: 768px) {
  #top .modelArea.on {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

#top .modelArea .slide-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  bottom: unset;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 40px;
  height: 40px;
  z-index: 2;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.7s cubic-bezier(0.24, 0.06, 0.45, 0.95) 0.2s, visibility 0.7s cubic-bezier(0.24, 0.06, 0.45, 0.95) 0.2s;
  transition: opacity 0.7s cubic-bezier(0.24, 0.06, 0.45, 0.95) 0.2s, visibility 0.7s cubic-bezier(0.24, 0.06, 0.45, 0.95) 0.2s;
}

@media (max-width: 768px) {
  #top .modelArea .slide-arrow {
    top: 23.38vw;
    right: 20px;
  }
}

#top .modelArea .slide-arrow.next-arrow {
  right: 40px;
}

#top .modelArea .slide-arrow.prev-arrow {
  left: 40px;
}

#top .modelArea .slide-arrow.slick-disabled {
  opacity: 0;
  visibility: hidden;
}

#top .modelArea_list {
  -webkit-transition: opacity 0.7s cubic-bezier(0.24, 0.06, 0.45, 0.95);
  transition: opacity 0.7s cubic-bezier(0.24, 0.06, 0.45, 0.95);
  opacity: 0;
  overflow: hidden;
}

@media (max-width: 768px) {
  #top .modelArea_list {
    display: inline-block;
    opacity: 1;
    width: 67.61%;
  }
}

#top .modelArea_list.on {
  opacity: 1;
}

#top .modelArea_list .inner {
  cursor: pointer;
  -webkit-transition: .3s all;
  transition: .3s all;
}

#top .modelArea_list .inner img {
  -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.24, 0.06, 0.45, 0.95);
  transition: -webkit-transform 0.7s cubic-bezier(0.24, 0.06, 0.45, 0.95);
  transition: transform 0.7s cubic-bezier(0.24, 0.06, 0.45, 0.95);
  transition: transform 0.7s cubic-bezier(0.24, 0.06, 0.45, 0.95), -webkit-transform 0.7s cubic-bezier(0.24, 0.06, 0.45, 0.95);
  -webkit-transform: scale(1);
          transform: scale(1);
}

#top .modelArea_list .inner:hover img {
  -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.24, 0.06, 0.45, 0.95);
  transition: -webkit-transform 0.7s cubic-bezier(0.24, 0.06, 0.45, 0.95);
  transition: transform 0.7s cubic-bezier(0.24, 0.06, 0.45, 0.95);
  transition: transform 0.7s cubic-bezier(0.24, 0.06, 0.45, 0.95), -webkit-transform 0.7s cubic-bezier(0.24, 0.06, 0.45, 0.95);
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

#top .filterArea {
  width: 81.25%;
  margin: 0 auto 40px;
  position: relative;
  z-index: 999;
}

@media (max-width: 768px) {
  #top .filterArea {
    width: 89.33%;
  }
}

#top .filterArea .filterAreaWrap {
  width: 218px;
  color: #222;
  /* width: 240px; */
}

@media (max-width: 768px) {
  #top .filterArea .filterAreaWrap {
    width: 100%;
  }
}

#top .filterArea_ttl {
  font-family: "SF-Compact-Display-Regular";
  font-size: .12rem;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-bottom: 10px;
}

@media (min-width: 1281px) {
  #top .filterArea_ttl {
    font-size: 12px;
  }
}

#top .filterArea_box {
  border: 1px solid #ccc;
  padding: 10px;
  position: relative;
  cursor: pointer;
}

@media (max-width: 768px) {
  #top .filterArea_box {
    padding: 12px 20px;
  }
}

#top .filterArea_box p {
  font-family: "SF-Compact-Display-Regular";
  font-size: .14rem;
  letter-spacing: 0.05em;
  line-height: 1;
}

@media (min-width: 1281px) {
  #top .filterArea_box p {
    font-size: 14px;
  }
}

#top .filterArea_box::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  width: 11px;
  height: 6px;
  background-image: url(../images/icn_filter.png);
  background-repeat: no-repeat;
  background-size: contain;
}

@media (max-width: 768px) {
  #top .filterArea_box::after {
    width: 10px;
    height: 5.5px;
  }
}

#top .filterArea_inner {
  display: none;
  position: absolute;
  top: 65px;
  left: 0;
  width: 218px;
  /* width: 240px; */
  background-color: #ededed;
  padding: 20px 0;
}

@media (max-width: 768px) {
  #top .filterArea_inner {
    display: block;
    position: inherit;
    top: inherit;
    left: inherit;
    width: 100%;
    background-color: transparent;
    padding: 0;
  }
}

#top .filterArea_inner ul li {
  cursor: pointer;
  padding: 0 20px;
  -webkit-transition: .3s all;
  transition: .3s all;
}

#top .filterArea_inner ul li:hover {
  background-color: #eee;
}

#top .filterArea_inner ul li p {
  font-family: "SF-Compact-Display-Regular";
  font-size: .14rem;
  letter-spacing: 0.05em;
  line-height: 1.86;
  color: #111;
  white-space: nowrap;
}

@media (min-width: 1281px) {
  #top .filterArea_inner ul li p {
    font-size: 14px;
  }
}

#top .filterArea_inner select {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  background-color: transparent;
  background-image: url(../images/icn_filter.png);
  background-repeat: no-repeat;
  background-position: right 10px top 18px;
  background-size: 10px 5.5px;
  cursor: pointer;
  line-height: 1;
  box-sizing: border-box;
  font-size: .14rem;
  letter-spacing: 0.05em;
  color: #222;
  font-family: "SF-Compact-Display-Regular";
  padding: 12px 20px;
  border: 1px solid #ccc;
  width: 100%;
}

#top .filterArea_inner select option {
  font-size: .14rem;
  letter-spacing: 0.05em;
  color: #222;
  font-family: "SF-Compact-Display-Regular";
}

#top .itemArea {
  width: 83.59%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  /* padding-bottom: 40px; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 768px) {
  #top .itemArea {
    width: 89.33%;
    /* padding-bottom: 20px; */
    display: block;
  }
}

#top .itemArea_list {
  width: 30.47%;
  margin: 0 1.4% 40px;
  -webkit-transition: opacity 0.7s cubic-bezier(0.24, 0.06, 0.45, 0.95);
  transition: opacity 0.7s cubic-bezier(0.24, 0.06, 0.45, 0.95);
  opacity: 0;
  /* &:nth-child(3n + 1){
        transition-delay: .2s;
      }

      &:nth-child(3n + 2){
        transition-delay: .3s;

        @include bp768 {
          transition-delay: .2s;
        }
      }

      &:nth-child(3n){
        margin-right: 0;
        transition-delay: .4s;

        @include bp768 {
          transition-delay: .2s;
        }
      } */
}

@media (max-width: 768px) {
  #top .itemArea_list {
    width: 100%;
    margin: 0 0 20px;
  }
}

#top .itemArea_list.on {
  opacity: 1;
}

#top .itemArea_list--pic {
  width: 55.21%;
  overflow: hidden;
}

@media (max-width: 768px) {
  #top .itemArea_list--pic {
    width: 47.76%;
  }
}

#top .itemArea_list--pic img {
  -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.24, 0.06, 0.45, 0.95);
  transition: -webkit-transform 0.7s cubic-bezier(0.24, 0.06, 0.45, 0.95);
  transition: transform 0.7s cubic-bezier(0.24, 0.06, 0.45, 0.95);
  transition: transform 0.7s cubic-bezier(0.24, 0.06, 0.45, 0.95), -webkit-transform 0.7s cubic-bezier(0.24, 0.06, 0.45, 0.95);
  -webkit-transform: scale(1);
          transform: scale(1);
}

#top .itemArea_list .inner {
  cursor: pointer;
  -webkit-transition: .3s all;
  transition: .3s all;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#top .itemArea_list .inner:hover .itemArea_list--pic img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

#top .itemArea_list--txt {
  width: 38.65%;
}

@media (max-width: 768px) {
  #top .itemArea_list--txt {
    width: 46.27%;
  }
}

#top .itemArea_list--txt p {
  color: #222;
}

#top .itemArea_list--txt .num {
  font-size: .36rem;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 10px;
}

@media (min-width: 1281px) {
  #top .itemArea_list--txt .num {
    font-size: 36px;
  }
}

@media (max-width: 768px) {
  #top .itemArea_list--txt .num {
    font-size: .30rem;
    margin-bottom: 15px;
  }
}

#top .itemArea_list--txt .name {
  font-family: "SF-Compact-Display-Semibold";
  font-size: .16rem;
  letter-spacing: 0.05em;
  line-height: 1.23;
  margin-bottom: 15px;
}

@media (min-width: 1281px) {
  #top .itemArea_list--txt .name {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  #top .itemArea_list--txt .name {
    margin-bottom: 10px;
    line-height: 1.06;
  }
}

#top .itemArea_list--txt .name span {
  font-family: "SF-Compact-Display-Regular", 'Noto Sans JP', "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
  font-size: .10rem;
  letter-spacing: 0.05em;
  line-height: 1;
  display: block;
}

@media (min-width: 1281px) {
  #top .itemArea_list--txt .name span {
    font-size: 10px;
  }
}

#top .itemArea_list--txt .price {
  font-family: "SF-Compact-Display-Regular", 'Noto Sans JP', "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
  font-size: .13rem;
  letter-spacing: 0.05em;
  line-height: 1.46;
  margin-bottom: 10px;
}

@media (min-width: 1281px) {
  #top .itemArea_list--txt .price {
    font-size: 13px;
  }
}

@media (max-width: 768px) {
  #top .itemArea_list--txt .price {
    font-size: .12rem;
    margin-bottom: 10px;
    line-height: 1.79;
  }
}

#top .itemArea_list--txt .price span {
  font-family: "SF-Compact-Display-Regular", 'Noto Sans JP', "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
  font-size: .10rem;
  letter-spacing: 0.05em;
  line-height: 1;
  display: block;
}

@media (min-width: 1281px) {
  #top .itemArea_list--txt .price span {
    font-size: 10px;
  }
}

#top .itemArea_list--txt .txt {
  font-size: .1rem;
  letter-spacing: 0.05em;
  line-height: 1.33;
}

@media (min-width: 1281px) {
  #top .itemArea_list--txt .txt {
    font-size: 10px;
  }
}

@media (max-width: 768px) {
  #top .itemArea_list--txt .txt {
    font-size: .11rem;
    line-height: 1.64;
  }
}

#top .noteArea {
  width: 81.25%;
  margin: 0 auto 120px;
  position: relative;
  z-index: 2;
  /* padding-bottom: 40px; */
}

@media (max-width: 768px) {
  #top .noteArea {
    width: 89.33%;
    margin: 0 auto 40px;
    /* padding-bottom: 20px; */
  }
}

#top .noteArea p {
  font-size: .11rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.86;
  color: #222;
}

@media (min-width: 1281px) {
  #top .noteArea p {
    font-size: 11px;
  }
}

@media (max-width: 768px) {
  #top .noteArea p {
    line-height: 1.71;
  }
}

#top .bnrArea {
  width: 81.25%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  padding-bottom: 80px;
}

@media (max-width: 768px) {
  #top .bnrArea {
    width: 89.33%;
    padding-bottom: 40px;
  }
}

#top .popupArea {
  width: 100%;
  height: 100vh;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0.7s cubic-bezier(0.24, 0.06, 0.45, 0.95), opacity 0.7s cubic-bezier(0.24, 0.06, 0.45, 0.95);
  transition: visibility 0.7s cubic-bezier(0.24, 0.06, 0.45, 0.95), opacity 0.7s cubic-bezier(0.24, 0.06, 0.45, 0.95);
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #ffffff;
}

@media (max-width: 768px) {
  #top .popupArea {
    height: 100vh;
    /* 変数をサポートしていないブラウザのフォールバック */
    height: calc(var(--vh, 1vh) * 100);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    display: block;
  }
}

#top .popupArea.on {
  opacity: 1;
  visibility: visible;
}

#top .popupArea_inner {
  width: 81.25%;
  height: 100%;
  position: relative;
}

@media (max-width: 768px) {
  #top .popupArea_inner {
    width: 94.67%;
    height: auto;
    margin: 85px auto 0;
  }
}

#top .popupArea_inner button {
  padding: 0;
  background: none;
  margin: 0;
  border: none;
  cursor: pointer;
  outline: none;
  position: absolute;
}

@media (max-width: 768px) {
  #top .popupArea_inner button {
    position: fixed;
  }
}

#top .popupArea_inner button.close {
  top: 45px;
  right: 0;
  width: 40px;
  z-index: 3;
}

@media (max-width: 768px) {
  #top .popupArea_inner button.close {
    top: 20px;
    right: 10px;
  }
}

#top .popupArea_inner button.prev {
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 31px;
  height: 22px;
  z-index: 2;
}

@media (max-width: 768px) {
  #top .popupArea_inner button.prev {
    width: 25px;
    height: 17.5px;
    left: 10px;
  }
}

#top .popupArea_inner button.next {
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 31px;
  height: 22px;
  z-index: 2;
}

@media (max-width: 768px) {
  #top .popupArea_inner button.next {
    width: 25px;
    height: 17.5px;
    right: 10px;
  }
}

#top .popupArea_list {
  width: 79.81%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0.7s cubic-bezier(0.24, 0.06, 0.45, 0.95), opacity 0.7s cubic-bezier(0.24, 0.06, 0.45, 0.95);
  transition: visibility 0.7s cubic-bezier(0.24, 0.06, 0.45, 0.95), opacity 0.7s cubic-bezier(0.24, 0.06, 0.45, 0.95);
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 45px;
  bottom: 45px;
}

@media (max-width: 768px) {
  #top .popupArea_list {
    width: 80.28%;
    display: block;
    top: 0;
    bottom: inherit;
    padding-bottom: 30px;
  }
}

#top .popupArea_list.on {
  opacity: 1;
  visibility: visible;
}

#top .popupArea_list--pic {
  width: 45.78%;
}

@media (max-width: 768px) {
  #top .popupArea_list--pic {
    width: 100%;
    margin-bottom: 15px;
  }
}

#top .popupArea_list--txt {
  width: 48.19%;
}

@media (max-width: 768px) {
  #top .popupArea_list--txt {
    width: 100%;
  }
}

#top .popupArea_list--txt .num {
  font-size: .50rem;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 20px;
}

@media (min-width: 1281px) {
  #top .popupArea_list--txt .num {
    font-size: 50px;
  }
}

@media (max-width: 768px) {
  #top .popupArea_list--txt .num {
    font-size: .40rem;
    margin-bottom: 10px;
  }
}

#top .popupArea_list--txt .name {
  font-family: "SF-Compact-Display-Semibold";
  font-size: .30rem;
  line-height: 1.23;
  margin-bottom: 20px;
}

@media (min-width: 1281px) {
  #top .popupArea_list--txt .name {
    font-size: 30px;
  }
}

@media (max-width: 768px) {
  #top .popupArea_list--txt .name {
    font-size: .25rem;
  }
}

#top .popupArea_list--txt .name span {
  font-family: "SF-Compact-Display-Regular", 'Noto Sans JP', "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
  font-size: .10rem;
  letter-spacing: 0.05em;
  line-height: 1;
  display: block;
  margin-top: 5px;
}

@media (min-width: 1281px) {
  #top .popupArea_list--txt .name span {
    font-size: 12px;
  }
}

#top .popupArea_list--txt .name.name02 {
  margin-top: 30px;
}

#top .popupArea_list--txt .price {
  font-family: "SF-Compact-Display-Regular", 'Noto Sans JP', "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
  font-size: .16rem;
  letter-spacing: 0.05em;
  line-height: 1.53;
  margin-bottom: 10px;
}

@media (min-width: 1281px) {
  #top .popupArea_list--txt .price {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  #top .popupArea_list--txt .price {
    margin-bottom: 20px;
  }
}

#top .popupArea_list--txt .price span {
  font-family: "SF-Compact-Display-Regular", 'Noto Sans JP', "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
  font-size: .10rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  display: block;
  margin-top: 5px;
}

@media (min-width: 1281px) {
  #top .popupArea_list--txt .price span {
    font-size: 10px;
  }
}

@media (max-width: 768px) {
  #top .popupArea_list--txt .price span {
    margin-top: 7px;
  }
}

#top .popupArea_list--txt .price.price02 {
  margin-top: 30px;
}

#top .popupArea_list--txt .floor {
  font-size: .13rem;
  letter-spacing: 0.05em;
  line-height: 1.33;
  margin-bottom: 30px;
}

@media (min-width: 1281px) {
  #top .popupArea_list--txt .floor {
    font-size: 12px;
  }
}

@media (max-width: 768px) {
  #top .popupArea_list--txt .floor {
    font-size: .12rem;
    margin-bottom: 20px;
  }
}

#top .popupArea_list--txt .txt {
  font-size: .12rem;
  letter-spacing: 0.05em;
  line-height: 1.71;
  margin-bottom: 30px;
}

@media (min-width: 1281px) {
  #top .popupArea_list--txt .txt {
    font-size: 12px;
  }
}

@media (max-width: 768px) {
  #top .popupArea_list--txt .txt {
    font-size: .13rem;
    line-height: 1.62;
    margin-bottom: 20px;
  }
}

#top .popupArea_list--txt .txt a {
  font-size: .12rem;
  letter-spacing: 0.05em;
  line-height: 1.71;
  text-decoration: underline;
  display: inline;
}

@media (min-width: 1281px) {
  #top .popupArea_list--txt .txt a {
    font-size: 12px;
  }
}

@media (max-width: 768px) {
  #top .popupArea_list--txt .txt a {
    font-size: .13rem;
    line-height: 1.62;
  }
}

#top .popupArea_list--txt .txt span {
  font-family: "SF-Compact-Display-Regular", 'Noto Sans JP', "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
  font-size: .10rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  display: block;
  margin-top: 5px;
}

@media (min-width: 1281px) {
  #top .popupArea_list--txt .txt span {
    font-size: 10px;
  }
}

@media (max-width: 768px) {
  #top .popupArea_list--txt .txt span {
    margin-top: 7px;
  }
}

#top .popupArea_list--txt .txt .fontS {
  font-size: .12rem;
  letter-spacing: 0.05em;
  line-height: 1.71;
}

@media (min-width: 1281px) {
  #top .popupArea_list--txt .txt .fontS {
    font-size: 12px;
  }
}

@media (max-width: 768px) {
  #top .popupArea_list--txt .txt .fontS {
    font-size: .11rem;
    line-height: 1.62;
  }
}

#top .popupArea_list--txt .txt .fontS a {
  font-size: .12rem;
}

@media (min-width: 1281px) {
  #top .popupArea_list--txt .txt .fontS a {
    font-size: 12px;
  }
}

@media (max-width: 768px) {
  #top .popupArea_list--txt .txt .fontS a {
    font-size: .11rem;
  }
}

#top .popupArea_list--txt .txt.txt02 {
  margin-top: 30px;
}

#top .popupArea_list--txt .btn {
  width: 161px;
  margin-top: 5px;
  margin-bottom: 20px;
  padding: 12px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #111;
  border-radius: 2px;
}

@media (max-width: 768px) {
  #top .popupArea_list--txt .btn {
    width: 100%;
    padding: 15px 0;
  }
}

#top .popupArea_list--txt .btn p {
  font-size: .14rem;
  letter-spacing: 0.02em;
  line-height: 1;
  margin-right: 10px;
  color: #fff;
}

@media (min-width: 1281px) {
  #top .popupArea_list--txt .btn p {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  #top .popupArea_list--txt .btn p {
    font-size: .16rem;
    margin-right: 15px;
  }
}

#top .popupArea_list--txt .btn img {
  width: 20px;
}

@media (max-width: 768px) {
  #top .popupArea_list--txt .btn img {
    width: 22.5px;
  }
}

#top .popupArea_list.model .price {
  font-size: .13rem;
  line-height: 1.86;
  margin-bottom: 15px;
}

@media (min-width: 1281px) {
  #top .popupArea_list.model .price {
    font-size: 13px;
  }
}

@media (max-width: 768px) {
  #top .popupArea_list.model .price {
    margin-bottom: 16px;
  }
}

#top .popupArea_list.model .floor {
  font-size: .12rem;
}

@media (min-width: 1281px) {
  #top .popupArea_list.model .floor {
    font-size: 12px;
  }
}

@media (max-width: 768px) {
  #top .popupArea_list.model .floor {
    font-size: .12rem;
  }
}

#top .popupArea_list.model .floor.mrgS {
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  #top .popupArea_list.model .floor.mrgS {
    margin-bottom: 20px;
  }
}

#top .popupArea_list.model .txt.mrgS {
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  #top .popupArea_list.model .txt.mrgS {
    margin-bottom: 20px;
  }
}

#top .popupArea_list.model .col {
  margin-top: 35px;
}

#top .popupArea_list.model .col.mrgM {
  margin-top: 20px;
}

@media (max-width: 768px) {
  #top .popupArea_list.model .col.mrgM {
    margin-top: 35px;
  }
}

#top .popupArea_list.model .col.mrgS {
  margin-top: -20px;
}

@media (max-width: 768px) {
  #top .popupArea_list.model .col.mrgS {
    margin-top: 35px;
  }
}

#top .popupArea_list#link00-07 {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

#top .popupArea_list#link00-07 .popupArea_list--txt {
  overflow-y: auto;
  height: 100%;
}

@media (max-width: 768px) {
  #top .popupArea_list#link00-07 .popupArea_list--txt {
    overflow-y: inherit;
    height: auto;
  }
}

#top .popupArea_list#link00-08 {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

#top .popupArea_list#link00-08 .popupArea_list--txt {
  overflow-y: auto;
  height: 100%;
}

@media (max-width: 768px) {
  #top .popupArea_list#link00-08 .popupArea_list--txt {
    overflow-y: inherit;
    height: auto;
  }
}

#top .totopArea {
  position: fixed;
  bottom: 20px;
  right: 2.34%;
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: opacity 0.7s cubic-bezier(0.24, 0.06, 0.45, 0.95);
  transition: opacity 0.7s cubic-bezier(0.24, 0.06, 0.45, 0.95);
  z-index: 3;
}

@media (max-width: 768px) {
  #top .totopArea {
    bottom: 15px;
    right: 4%;
    width: 50px;
    height: 50px;
  }
}

#top .totopArea_inner {
  width: 15px;
  height: 20px;
  overflow: hidden;
  position: relative;
}

@media (max-width: 768px) {
  #top .totopArea_inner {
    width: 13px;
    height: 17px;
  }
}

#top .totopArea_inner img {
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

#top .totopArea_inner img:last-child {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateY(150%);
          transform: translateY(150%);
}

#top .totopArea.active {
  opacity: 1;
}

#top .totopArea:hover .totopArea_inner img:first-child {
  -webkit-transform: translateY(-150%);
          transform: translateY(-150%);
}

#top .totopArea:hover .totopArea_inner img:last-child {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/*====================================================================
*    ABOUT
/*==================================================================*/
#about {
  background-color: #c2e4de;
}

#about .aboutArea {
  width: 76.56%;
  margin: 150px auto 80px;
}

@media (max-width: 768px) {
  #about .aboutArea {
    width: 89.33%;
    margin: 23.2vw auto 40px;
  }
}

#about .aboutArea h2 {
  font-size: .30rem;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-bottom: 40px;
  color: #111;
}

@media (min-width: 1281px) {
  #about .aboutArea h2 {
    font-size: 30px;
  }
}

@media (max-width: 768px) {
  #about .aboutArea h2 {
    font-size: .25rem;
    margin-bottom: 30px;
  }
}

#about .aboutArea h2 span {
  font-family: "SF-Compact-Display-Regular";
  font-size: .14rem;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-top: 15px;
  display: block;
  color: #111;
}

@media (min-width: 1281px) {
  #about .aboutArea h2 span {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  #about .aboutArea h2 span {
    font-size: .12rem;
    margin-top: 8px;
  }
}

#about .aboutArea_txt {
  width: 40.82%;
  font-family: "SF-Compact-Display-Regular", 'Noto Sans JP', "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
  font-size: .14rem;
  letter-spacing: 0.05em;
  line-height: 1.71;
  color: #111;
}

@media (min-width: 1281px) {
  #about .aboutArea_txt {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  #about .aboutArea_txt {
    width: 100%;
  }
}

/*====================================================================
*    import
/*==================================================================*/
/* @import url("css/news.css"); */
/*====================================================================
*    FOOTER
/*==================================================================*/
footer {
  width: 100%;
  background-color: #c2e4de;
  padding: 30px 0 40px;
  position: relative;
  z-index: 5;
}

@media (max-width: 768px) {
  footer {
    padding: 60px 0 40px;
  }
}

footer .footerInner {
  width: 81.25%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 768px) {
  footer .footerInner {
    width: 89.33%;
    display: block;
  }
}

footer .footerInner_left {
  width: 50%;
}

@media (max-width: 768px) {
  footer .footerInner_left {
    width: 100%;
    margin-bottom: 60px;
  }
}

footer .footerInner_left--ttl {
  /* font-family: "SF-Compact-Display-Semibold";
        font-size: .40rem;
        letter-spacing: 0.05em;
        line-height: 1;
        color: #FFD8A5;
  
        @include bp1281 {
          font-size: 40px;
        };

        @include bp768 {
          font-size: .30rem;
          letter-spacing: 0.06em;
        } */
  width: 267.62px;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  footer .footerInner_left--ttl {
    width: 100%;
  }
}

footer .footerInner_left--cts {
  margin: 10px 0 20px;
}

@media (max-width: 768px) {
  footer .footerInner_left--cts {
    margin: 5px 0 30px;
  }
}

footer .footerInner_left--cts .ctsTtl {
  font-weight: 700;
  font-size: .20rem;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-bottom: 8px;
  color: #222;
}

@media (min-width: 1281px) {
  footer .footerInner_left--cts .ctsTtl {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  footer .footerInner_left--cts .ctsTtl {
    line-height: 1.25;
  }
}

footer .footerInner_left--cts .ctsBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

footer .footerInner_left--cts .ctsBox_txt {
  font-weight: 500;
  font-size: .13rem;
  letter-spacing: 0.05em;
  line-height: 1.54;
  margin-right: 20px;
  display: table;
  color: #222;
}

@media (min-width: 1281px) {
  footer .footerInner_left--cts .ctsBox_txt {
    font-size: 13px;
  }
}

@media (max-width: 768px) {
  footer .footerInner_left--cts .ctsBox_txt {
    font-size: .12rem;
    line-height: 1.5;
  }
}

footer .footerInner_left--cts .ctsBox_btn {
  width: 30px;
  height: 30px;
  border: 1px solid #222;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 768px) {
  footer .footerInner_left--cts .ctsBox_btn {
    width: 40px;
    height: 40px;
  }
}

footer .footerInner_left--cts .ctsBox_btn--inner {
  width: 5.88px;
  position: relative;
  overflow: hidden;
}

@media (max-width: 768px) {
  footer .footerInner_left--cts .ctsBox_btn--inner {
    width: 7.845px;
  }
}

footer .footerInner_left--cts .ctsBox_btn--inner img {
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

footer .footerInner_left--cts .ctsBox_btn--inner img:last-child {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateX(-150%);
          transform: translateX(-150%);
}

footer .footerInner_left--link:hover {
  opacity: .95;
}

footer .footerInner_left--link:hover .ctsBox .ctsBox_btn .ctsBox_btn--inner img:first-child {
  -webkit-transform: translateX(150%);
          transform: translateX(150%);
}

footer .footerInner_left--link:hover .ctsBox .ctsBox_btn .ctsBox_btn--inner img:last-child {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

footer .footerInner_left--btn {
  width: 23.08%;
  min-width: 120px;
  height: 28px;
  line-height: 28px;
  border: 1px solid #222;
  text-align: center;
  font-size: .12rem;
  letter-spacing: 0.05em;
  color: #111;
}

@media (min-width: 1281px) {
  footer .footerInner_left--btn {
    font-size: 12px;
  }
}

@media (max-width: 768px) {
  footer .footerInner_left--btn {
    width: 35.82%;
  }
}

footer .footerInner_right {
  width: 41%;
  margin-top: 100px;
  position: relative;
}

@media (max-width: 768px) {
  footer .footerInner_right {
    width: 100%;
    margin-top: 0;
  }
}

footer .footerInner_right--happy {
  width: 100%;
  margin: 0 0 20px auto;
}

@media (max-width: 768px) {
  footer .footerInner_right--happy {
    margin: 0 0 20px;
  }
}

footer .footerInner_right--ttl {
  font-family: "SF-Compact-Display-Semibold";
  font-size: .20rem;
  letter-spacing: 0.08em;
  line-height: 1;
  margin-bottom: 10px;
  text-align: right;
  color: #111;
}

@media (min-width: 1281px) {
  footer .footerInner_right--ttl {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  footer .footerInner_right--ttl {
    font-size: .15rem;
    text-align: left;
  }
}

footer .footerInner_right--txt {
  font-family: "SF-Compact-Display-Regular";
  /* font-weight: 500; */
  font-size: .12rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-align: right;
  color: #222;
}

@media (min-width: 1281px) {
  footer .footerInner_right--txt {
    font-size: 12px;
  }
}

@media (max-width: 768px) {
  footer .footerInner_right--txt {
    text-align: left;
    margin-bottom: 40px;
    font-size: .12rem;
    line-height: 1.5;
  }
}

footer .footerInner_right--logo {
  position: absolute;
  bottom: 30px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  width: 92.5%;
}

@media (max-width: 768px) {
  footer .footerInner_right--logo {
    position: inherit;
    bottom: inherit;
    right: inherit;
    width: 67.58%;
  }
}

footer .footerInner_right--logo .logoList:nth-child(1) {
  width: 59.46%;
}

@media (max-width: 768px) {
  footer .footerInner_right--logo .logoList:nth-child(1) {
    width: 62.5%;
  }
}

footer .footerInner_right--logo .logoList:nth-child(2) {
  width: 29.73%;
}

@media (max-width: 768px) {
  footer .footerInner_right--logo .logoList:nth-child(2) {
    width: 30.36%;
  }
}
/*# sourceMappingURL=style.css.map */