@charset "UTF-8";
/* top.scss • v0.0.1 */
/*--------------------------------------------------------------------------
   overwrite
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/*==========================================================================

   mixin

===========================================================================*/
/*==========================================================================

   keyframes

===========================================================================*/
/* section
-----------------------------------------------------------------*/
/*--------------------------------------------------------------------------
   common
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/* section
-----------------------------------------------------------------*/
/*--------------------------------------------------------------------------
   #sec-mv
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/* section
-----------------------------------------------------------------*/
.sec-mv {
  position: relative;
  z-index: 0;
}
.sec-mv__img {
  width: 100%;
  aspect-ratio: 1920/1460;
}
@media only screen and (max-width: 767px) {
  .sec-mv__img {
    aspect-ratio: 1125/1304;
  }
}
.sec-mv__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-mv__img figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
  padding: 5px 10px;
  background: #000;
  font-size: 14px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .sec-mv__img figcaption {
    padding: 4px 6px;
    font-size: 11px;
  }
}
.sec-mv__ttl {
  position: absolute;
  top: 3vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 40%;
}
@media only screen and (max-width: 767px) {
  .sec-mv__ttl {
    top: 7vw;
    width: 89.4%;
  }
}
.sec-mv__ttl img {
  width: 100%;
  height: auto;
}
.sec-mv__txt {
  position: absolute;
  top: 12vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 24%;
}
@media only screen and (max-width: 767px) {
  .sec-mv__txt {
    top: 29vw;
    width: 69.68%;
  }
}
.sec-mv__txt img {
  width: 100%;
  height: auto;
}
.sec-mv .swiper {
  padding-bottom: 10px;
}
.sec-mv .swiper-slide {
  position: relative;
}
.sec-mv .swiper-slide__catch {
  position: absolute;
  top: 20%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
  width: 100%;
  text-align: center;
}
.sec-mv .swiper-slide__catch img {
  max-width: 100%;
  height: auto;
}
.sec-mv .swiper-slide__img {
  position: relative;
  width: 100%;
  z-index: 1;
}
.sec-mv .swiper-slide__img img {
  width: 100%;
  height: auto;
}
.sec-mv .swiper-slide__caption {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 20;
}
.sec-mv .swiper-slide__caption img {
  width: auto;
  height: 25px;
}
@media only screen and (max-width: 767px) {
  .sec-mv .swiper-slide__caption img {
    height: 15px;
  }
}
.sec-mv .swiper-pagination {
  bottom: 2.5vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10;
}
@media screen and (max-width: 1300px) {
  .sec-mv .swiper-pagination {
    bottom: 2.5vw;
  }
}
@media screen and (max-width: 1100px) {
  .sec-mv .swiper-pagination {
    bottom: 2vw;
  }
}
@media only screen and (max-width: 767px) {
  .sec-mv .swiper-pagination {
    bottom: 1.5vw;
  }
}
.sec-mv .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  margin: 0 7px !important;
  background-color: #fff;
  border: 1px solid #323333;
  border-radius: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .sec-mv .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 5px !important;
  }
}
.sec-mv .swiper-pagination-bullet:hover {
  background-color: #323333;
}
.sec-mv .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #323333;
}

.safari-low-power-mode .sec-mv__img.mi-sp {
  display: none;
}

/*--------------------------------------------------------------------------
   #sec-lead
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/* section
-----------------------------------------------------------------*/
.sec-lead {
  position: relative;
  z-index: 0;
  padding: 6.25vw 0 4.4vw;
  background: url("../img/index/bg_lead.jpg") no-repeat 50% 100%/100% auto;
}
@media only screen and (max-width: 767px) {
  .sec-lead {
    padding: 40px 0;
    background: url("../img/index/bg_lead_sp.jpg") no-repeat 50% 100%/100% auto;
  }
}
.sec-lead__txt {
  width: 40vw;
  margin-inline: auto;
}
@media only screen and (max-width: 767px) {
  .sec-lead__txt {
    width: 98.5%;
  }
}
.sec-lead__txt img {
  width: 100%;
  height: auto;
}
.sec-lead__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 5vw auto 0;
}
@media only screen and (max-width: 767px) {
  .sec-lead__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 30px auto 0;
  }
}
.sec-lead__item {
  max-width: 646px;
  width: 49.6%;
}
@media only screen and (max-width: 767px) {
  .sec-lead__item {
    width: 78.6%;
    margin-bottom: 5px;
  }
}
.sec-lead__item img {
  width: 100%;
  height: auto;
}
.sec-lead__item a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.mode-pc .sec-lead__item a:hover {
  opacity: 0.8;
}

/*--------------------------------------------------------------------------
   #sec-bnr
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/* section
-----------------------------------------------------------------*/
.sec-bnr {
  position: relative;
  z-index: 0;
  margin-top: 5.9vw;
}
@media only screen and (max-width: 767px) {
  .sec-bnr {
    margin-top: 20px;
  }
}
.sec-bnr__item {
  max-width: 800px;
  width: 100%;
  margin-inline: auto;
}
.sec-bnr__item img {
  width: 100%;
  height: auto;
}
.sec-bnr__item a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sec-bnr__item a:hover {
  opacity: 0.8;
}

/*--------------------------------------------------------------------------
   #sec-merit
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/* section
-----------------------------------------------------------------*/
.sec-merit {
  position: relative;
  z-index: 0;
  margin-top: 11.19vw;
}
@media only screen and (max-width: 767px) {
  .sec-merit {
    margin-top: 50px;
  }
}
.sec-merit__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-inline: 4.16vw;
}
@media only screen and (max-width: 767px) {
  .sec-merit__body {
    display: block;
    padding-inline: 0;
  }
}
.sec-merit__header {
  width: 19.73%;
  padding-top: 3vw;
}
@media only screen and (max-width: 767px) {
  .sec-merit__header {
    width: auto;
  }
}
.sec-merit__ttl {
  width: 98%;
  margin-inline: auto;
}
@media only screen and (max-width: 767px) {
  .sec-merit__ttl {
    width: 40%;
  }
}
.sec-merit__ttl img {
  width: 100%;
  height: auto;
}
.sec-merit__lead {
  margin-top: 3rem;
  font-size: 2rem;
  line-height: 1.4;
  letter-spacing: -0.05em;
}
@media only screen and (max-width: 767px) {
  .sec-merit__lead {
    margin-top: 2rem;
    font-size: 1.4rem;
  }
}
.sec-merit__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 77.25%;
}
@media only screen and (max-width: 767px) {
  .sec-merit__list {
    width: auto;
    margin-top: 20px;
  }
}
.sec-merit__item {
  width: 30%;
}
.sec-merit__item-img {
  position: relative;
}
.sec-merit__item-img img {
  max-width: 100%;
  height: auto;
}
.sec-merit__item-img figcaption {
  position: absolute;
  right: 10px;
  bottom: 5px;
  font-size: 12px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .sec-merit__item-img figcaption {
    font-size: 10px;
  }
}
.sec-merit__item-txt {
  margin-top: 10px;
  font-size: 2rem;
  line-height: 1.3;
  text-align: center;
  letter-spacing: -0.05em;
}
@media only screen and (max-width: 767px) {
  .sec-merit__item-txt {
    font-size: 1.3rem;
    text-align: left;
  }
}

/*--------------------------------------------------------------------------
   #sec-banners
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/* section
-----------------------------------------------------------------*/
.sec-banners {
  position: relative;
  z-index: 0;
  margin-top: 80px;
}
@media only screen and (max-width: 767px) {
  .sec-banners {
    margin-top: 40px;
  }
}
.sec-banners__ttl {
  position: relative;
  display: block;
  margin-bottom: 37px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .sec-banners__ttl {
    margin-bottom: 28px;
  }
}
.sec-banners__ttl::before {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 40px;
  height: 1px;
  background-color: #3b3b41;
}
.sec-banners__ttl-ja {
  font-size: 3rem;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .sec-banners__ttl-ja {
    font-size: 2rem;
  }
}
.sec-banners__ttl-en {
  display: block;
  width: 78px;
  margin: 10px auto 0;
}
@media only screen and (max-width: 767px) {
  .sec-banners__ttl-en {
    width: 60px;
  }
}
.sec-banners__ttl-en img {
  width: 100%;
  height: auto;
}
.sec-banners .swiper {
  max-width: 100%;
  width: 100%;
}
.sec-banners .swiper-wrapper {
  left: 20px;
}
@media screen and (min-width: 1460px) {
  .sec-banners .swiper-wrapper {
    left: calc((100vw - 1460px) / 2 + 20px);
  }
}
.sec-banners .swiper-slide {
  position: relative;
  width: calc((100vw - 50px) / 3);
  max-width: 470px;
}
@media only screen and (max-width: 767px) {
  .sec-banners .swiper-slide {
    width: calc(100vw - 40px);
  }
}
.sec-banners .swiper-slide__img {
  position: relative;
  z-index: 1;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.sec-banners .swiper-slide__img:hover {
  opacity: 0.7;
}
.sec-banners .swiper-slide__img img {
  width: 100%;
  height: auto;
}
.sec-banners__swiper-controls {
  position: relative;
  margin-top: 50px;
}
.sec-banners__scrollbar {
  width: 72px;
  height: 1px;
  margin: 0 auto;
}
.sec-banners .swiper-pagination {
  position: relative;
  top: 0 !important;
  left: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 72px !important;
  height: 1px;
  margin: 0 auto;
  background-color: #c1c1c4;
  -webkit-transform: translateX(0) !important;
          transform: translateX(0) !important;
  overflow: visible;
}
.sec-banners .swiper-pagination-bullet {
  position: relative;
  left: 0 !important;
  top: -1px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 3px;
  margin: 0 !important;
  border-radius: 0;
  -webkit-transform: scale(1) !important;
          transform: scale(1) !important;
  background-color: #3b3b41;
  opacity: 0 !important;
  -webkit-transition: 0.1s !important;
  transition: 0.1s !important;
}
.sec-banners .swiper-pagination-bullet-active {
  opacity: 1 !important;
}
.sec-banners .swiper-button-prev {
  left: calc(50% - 80px);
}
.sec-banners .swiper-button-prev::after {
  font-size: 16px;
  color: #3b3b41;
}
.sec-banners .swiper-button-next {
  right: calc(50% - 80px);
}
.sec-banners .swiper-button-next::after {
  font-size: 16px;
  color: #3b3b41;
}

/*--------------------------------------------------------------------------
   #sec-contents
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/* section
-----------------------------------------------------------------*/
.sec-contents {
  position: relative;
  z-index: 0;
  margin-top: 180px;
  padding: 8.85vw 0;
  background: #e6e6e6;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .sec-contents {
    margin-top: 100px;
    padding: 60px 0;
  }
}
.sec-contents__obj {
  position: absolute;
  overflow: hidden;
  mix-blend-mode: multiply;
}
@media only screen and (max-width: 767px) {
  .sec-contents__obj {
    z-index: 2;
  }
}
.sec-contents__obj--01 {
  top: 0;
  right: 0;
}
@media only screen and (max-width: 767px) {
  .sec-contents__obj--01 {
    width: 80%;
    opacity: 0.5;
    z-index: 0;
  }
}
.sec-contents__obj--02 {
  top: 40%;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .sec-contents__obj--02 {
    top: 37%;
    width: 30%;
    opacity: 0.6;
  }
}
.sec-contents__obj--03 {
  bottom: 0;
  right: 0;
}
@media only screen and (max-width: 767px) {
  .sec-contents__obj--03 {
    width: 59%;
    bottom: 12%;
    opacity: 0.6;
  }
}
.sec-contents__obj img {
  max-width: 100%;
  height: auto;
}
.sec-contents__catch {
  text-align: center;
}
.sec-contents__catch-ja {
  font-size: 4.5rem;
}
@media only screen and (max-width: 767px) {
  .sec-contents__catch-ja {
    font-size: 2rem;
  }
}
.sec-contents__catch-en {
  display: block;
  width: 240px;
  margin: 10px auto 0;
}
@media only screen and (max-width: 767px) {
  .sec-contents__catch-en {
    width: 168px;
  }
}
.sec-contents__catch-en img {
  width: 100%;
  height: auto;
}
.sec-contents .cieliagarden {
  max-width: 1240px;
  width: 100%;
  margin: 5vw auto 0;
  padding: 0 20px;
}
@media only screen and (max-width: 767px) {
  .sec-contents .cieliagarden {
    margin-top: 20px;
    padding: 0;
  }
}
.sec-contents .cieliagarden__img a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.mode-pc .sec-contents .cieliagarden__img a:hover, .mode-sp .sec-contents .cieliagarden__img a:active {
  opacity: 0.8;
}
.sec-contents .cieliagarden__img img {
  width: 100%;
  height: auto;
}
.sec-contents .cieliagarden__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .sec-contents .cieliagarden__contents {
    display: block;
    margin-top: 20px;
  }
}
.sec-contents .cieliagarden__body {
  width: 90%;
}
@media only screen and (max-width: 767px) {
  .sec-contents .cieliagarden__body {
    width: auto;
  }
}
.sec-contents .cieliagarden__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .sec-contents .cieliagarden__header {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: auto;
  }
}
.sec-contents .cieliagarden__tag {
  width: 14%;
}
@media only screen and (max-width: 767px) {
  .sec-contents .cieliagarden__tag {
    width: auto;
  }
}
.sec-contents .cieliagarden__tag img {
  height: auto;
}
@media only screen and (max-width: 767px) {
  .sec-contents .cieliagarden__tag img {
    width: auto;
    height: 16px;
  }
}
.sec-contents .cieliagarden__ttl {
  font-size: 2.8rem;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .sec-contents .cieliagarden__ttl {
    margin-left: 15px;
    font-size: 1.6rem;
    line-height: 1.4;
  }
}
.sec-contents .cieliagarden__txt {
  margin: 20px 0 0 14%;
  font-size: 1.8rem;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .sec-contents .cieliagarden__txt {
    margin: 10px 0 0;
    font-size: 1.3rem;
    line-height: 1.7;
  }
}
.sec-contents .cieliagarden__btn {
  width: 10%;
}
@media only screen and (max-width: 767px) {
  .sec-contents .cieliagarden__btn {
    display: none;
  }
}
.sec-contents__content {
  position: relative;
  max-width: 1240px;
  width: 100%;
  margin: 12.5vw auto 0;
  padding: 0 20px;
}
@media only screen and (max-width: 767px) {
  .sec-contents__content {
    margin-top: 80px;
  }
}
.sec-contents__content-inner {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .sec-contents__content-inner {
    display: block;
  }
}
.sec-contents__content-inner--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.sec-contents__content-inner--reverse .sec-contents__content-lead {
  margin-right: -10%;
}
@media only screen and (max-width: 767px) {
  .sec-contents__content-inner--reverse .sec-contents__content-lead {
    margin-right: 0;
  }
}
.sec-contents__content-img {
  position: relative;
  z-index: 5;
  width: 67%;
}
@media only screen and (max-width: 767px) {
  .sec-contents__content-img {
    width: auto;
  }
}
.sec-contents__content-img a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.mode-pc .sec-contents__content-img a:hover, .mode-sp .sec-contents__content-img a:active {
  opacity: 0.8;
}
.sec-contents__content-img figure {
  position: relative;
}
.sec-contents__content-img figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-contents__content-img figcaption {
  position: absolute;
  right: 20px;
  bottom: 15px;
  color: #fff;
  font-size: 1.1rem;
}
@media only screen and (max-width: 767px) {
  .sec-contents__content-img figcaption {
    right: 15px;
    bottom: 10px;
  }
}
.sec-contents__content-ttl {
  position: absolute;
  top: 50%;
  left: 40px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  font-size: 4.5rem;
  color: #fff;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .sec-contents__content-ttl {
    left: 20px;
    font-size: 3.2rem;
  }
}
.sec-contents__content-copy {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 30%;
}
@media only screen and (max-width: 767px) {
  .sec-contents__content-copy {
    width: auto;
    margin-top: 20px;
  }
}
.sec-contents__content-copy::before {
  display: block;
  position: absolute;
  top: 0px;
  left: 0;
  width: 68vw;
  max-width: 1306px;
  height: 100%;
  max-height: 742px;
  background: #F3F3F3;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .sec-contents__content-copy::before {
    content: none;
  }
}
@media only screen and (max-width: 767px) {
  .sec-contents__content-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.sec-contents__content-tag {
  padding-top: 10px;
}
@media only screen and (max-width: 767px) {
  .sec-contents__content-tag img {
    width: auto;
    height: 16px;
  }
}
.sec-contents__content-lead {
  margin-top: 3vw;
  font-size: 2.4rem;
  letter-spacing: -0.1rem;
}
@media only screen and (max-width: 767px) {
  .sec-contents__content-lead {
    margin: 0 0 0 15px;
    font-size: 1.6rem;
  }
}
.sec-contents__content-lead .narrow {
  letter-spacing: -0.4rem;
}
.sec-contents__content-txt {
  margin-top: 2vw;
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: -0.1rem;
}
@media only screen and (max-width: 767px) {
  .sec-contents__content-txt {
    margin-top: 15px;
    font-size: 1.3rem;
    line-height: 1.7;
  }
}
.sec-contents__content-btn {
  width: 4.48vw;
  max-width: 40px;
  aspect-ratio: 1/1;
  margin: 1vw 0 0 auto;
}
@media only screen and (max-width: 767px) {
  .sec-contents__content-btn {
    display: none;
    position: absolute;
    right: 10%;
    bottom: 35%;
    width: 30px;
    margin: 0;
  }
}
.sec-contents__content-btn a {
  /*position: relative;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #ccc;
  transition: .3s;*/
}
.sec-contents__content-btn a::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 12px;
  height: 14px;
  background: url(../img/common/ico_arrow_btn.svg);
}
@media only screen and (max-width: 767px) {
  .sec-contents__content-btn a::before {
    width: 6px;
    height: 7px;
  }
}
.sec-contents__content--bg::before {
  content: "";
  position: absolute;
  top: -6.25vw;
  left: -17.7vw;
  width: calc(100% + 17.7vw + 4.68vw);
  height: calc(100% + 12.5vw);
  background-color: #fff;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .sec-contents__content--bg::before {
    top: -30px;
    left: 0;
    width: 82vw;
    height: calc(100% + 80px);
  }
}
@media only screen and (max-width: 767px) {
  .sec-contents__content--bg .sec-contents__content-txt {
    width: 80%;
  }
}
.sec-contents__sp-btn {
  display: none;
}
@media only screen and (max-width: 767px) {
  .sec-contents__sp-btn {
    display: block;
    width: 160px;
    margin: 15px 0 0 auto;
  }
  .sec-contents__sp-btn a {
    position: relative;
    display: block;
    padding: 10px;
    border-radius: 4px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #908268), color-stop(37%, #908268), to(#625d4b));
    background: linear-gradient(to bottom, #908268 0, #908268 37%, #625d4b 100%);
    color: #fff;
  }
  .sec-contents__sp-btn a::before {
    position: absolute;
    top: 50%;
    right: 5%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 10px;
    height: 14px;
    background: url("../img/common/ico_arrow_white.svg") no-repeat 100% 50%/cover;
    content: "";
  }
}
.sec-contents__sp-btn--beige a {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #908268), color-stop(37%, #908268), to(#625d4b));
  background: linear-gradient(to bottom, #908268 0, #908268 37%, #625d4b 100%);
}
.sec-contents__sp-btn--blue a {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #60a1c1), color-stop(40%, #60a1c1), to(#237da9));
  background: linear-gradient(to bottom, #60a1c1 0, #60a1c1 40%, #237da9 100%);
}

/*--------------------------------------------------------------------------
   #sec-member
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/* section
-----------------------------------------------------------------*/
.sec-member {
  position: relative;
  z-index: 0;
  margin-top: 0px;
  padding: 80px 60px 120px;
  background-color: #ebf1f9;
  /* デジタルサロン */
  /* 資料請求者様特典 */
}
@media only screen and (max-width: 767px) {
  .sec-member {
    margin: 0 -20px;
    padding: 60px 20px;
  }
}
.sec-member__ttl {
  text-align: center;
}
.sec-member__ttl .en {
  display: block;
  width: 80%;
  line-height: 1;
  margin: 0 auto;
}
.sec-member__ttl .en img {
  width: auto;
  height: 18px;
}
@media only screen and (max-width: 767px) {
  .sec-member__ttl .en img {
    height: 12px;
  }
}
.sec-member__ttl .ja {
  display: block;
  margin-top: 60px;
  font-size: 3.6rem;
  line-height: 1;
  letter-spacing: 0.5rem;
}
@media only screen and (max-width: 767px) {
  .sec-member__ttl .ja {
    margin-top: 10px;
    font-size: 2.6rem;
    letter-spacing: 0;
  }
}
.sec-member__ttl__img img {
  width: 100%;
  height: auto;
}
.sec-member-salon {
  position: relative;
  text-align: center;
}
.sec-member-salon__lead {
  margin-top: 20px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .sec-member-salon__lead {
    margin-top: 12px;
    font-size: 1.4rem;
  }
}
.sec-member-salon__step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 760px;
  margin: 50px auto 0;
}
@media only screen and (max-width: 767px) {
  .sec-member-salon__step {
    margin: 20px -15px 0;
  }
}
.sec-member-salon__step-item {
  position: relative;
  padding: 0 20px;
  width: 24%;
}
@media only screen and (max-width: 767px) {
  .sec-member-salon__step-item {
    width: 25%;
    padding: 0 15px;
  }
}
.sec-member-salon__step-item:not(:last-of-type)::after {
  display: block;
  content: url(../img/index/digitalsalon_ico_arrow.svg);
  position: absolute;
  top: 50%;
  right: -4px;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
@media only screen and (max-width: 767px) {
  .sec-member-salon__step-item:not(:last-of-type)::after {
    -webkit-transform: translateY(-150%);
            transform: translateY(-150%);
  }
}
.sec-member-salon__step-item-img img {
  max-width: 100px;
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .sec-member-salon__step-item-img img {
    width: 100%;
  }
}
.sec-member-salon__step-item-txt {
  margin-top: 10px;
  font-size: 1.4rem;
}
@media only screen and (max-width: 767px) {
  .sec-member-salon__step-item-txt {
    font-size: 1rem;
  }
}
.sec-member-special {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .sec-member-special .sec-member__ttl .en {
    width: 96px;
  }
}
.sec-member-special__lead {
  margin-top: 10px;
  font-size: 2.6rem;
  color: #005fae;
}
@media only screen and (max-width: 767px) {
  .sec-member-special__lead {
    font-size: 1.4rem;
  }
}
.sec-member-special__img {
  margin-top: 70px;
}
@media only screen and (max-width: 767px) {
  .sec-member-special__img {
    margin-top: 40px;
  }
}
.sec-member-special__img img {
  max-width: 100%;
  height: auto;
}
.sec-member-special__benefits {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 80px;
}
@media only screen and (max-width: 767px) {
  .sec-member-special__benefits {
    display: block;
    margin-top: 60px;
  }
}
.sec-member-special__benefits-item {
  position: relative;
  max-width: 410px;
}
@media only screen and (max-width: 767px) {
  .sec-member-special__benefits-item {
    max-width: none;
  }
}
.sec-member-special__benefits-item:not(:first-of-type) {
  margin-left: 2%;
}
@media only screen and (max-width: 767px) {
  .sec-member-special__benefits-item:not(:first-of-type) {
    margin: 50px 0 0;
  }
}
.sec-member-special__benefits-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 5;
  height: 92px;
  width: 92px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media only screen and (max-width: 767px) {
  .sec-member-special__benefits-item::after {
    max-width: none;
  }
}
.sec-member-special__benefits-item--01::after {
  background: url(../img/index/special_ico01.webp) no-repeat 50% 50%/92px auto;
}
.sec-member-special__benefits-item--02::after {
  background: url(../img/index/special_ico02.webp) no-repeat 50% 50%/92px auto;
}
.sec-member-special__benefits-item--03::after {
  background: url(../img/index/special_ico03.webp) no-repeat 50% 50%/92px auto;
}
.sec-member-special__benefits-img {
  position: relative;
}
.sec-member-special__benefits-img img {
  max-width: 100%;
  height: auto;
}

/*--------------------------------------------------------------------------
   #sec-cmn-bnrs
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/* section
-----------------------------------------------------------------*/
.sec-cmn-bnrs {
  position: relative;
  margin-top: 80px;
}
@media only screen and (max-width: 767px) {
  .sec-cmn-bnrs {
    margin-top: 60px;
  }
}
.sec-cmn-bnrs img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

/*--------------------------------------------------------------------------
   custom animation
---------------------------------------------------------------------------*/
/* use
-----------------------------------------------------------------*/
/* section
-----------------------------------------------------------------*/
@-webkit-keyframes wave {
  0% {
    -webkit-transform: translateY(0px) translateX(0px) rotate(0deg);
            transform: translateY(0px) translateX(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(5px) translateX(-15px) rotate(1deg);
            transform: translateY(5px) translateX(-15px) rotate(1deg);
  }
  100% {
    -webkit-transform: translateY(0px) translateX(0px) rotate(0deg);
            transform: translateY(0px) translateX(0px) rotate(0deg);
  }
}
@keyframes wave {
  0% {
    -webkit-transform: translateY(0px) translateX(0px) rotate(0deg);
            transform: translateY(0px) translateX(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(5px) translateX(-15px) rotate(1deg);
            transform: translateY(5px) translateX(-15px) rotate(1deg);
  }
  100% {
    -webkit-transform: translateY(0px) translateX(0px) rotate(0deg);
            transform: translateY(0px) translateX(0px) rotate(0deg);
  }
}
#obj1-wave1,
#obj2-wave1 {
  -webkit-animation: wave 3.5s infinite ease-in-out;
          animation: wave 3.5s infinite ease-in-out;
}

#obj1-wave2,
#obj2-wave2 {
  -webkit-animation: wave 3s infinite ease-in-out 0.5s;
          animation: wave 3s infinite ease-in-out 0.5s;
}

#obj1-wave3,
#obj2-wave3 {
  -webkit-animation: wave 2.5s infinite ease-in-out 1s;
          animation: wave 2.5s infinite ease-in-out 1s;
}

#obj1-wave4,
#obj2-wave4 {
  -webkit-animation: wave 3.5s infinite ease-in-out 2s;
          animation: wave 3.5s infinite ease-in-out 2s;
}
/*# sourceMappingURL=top.css.map */