@charset "UTF-8";
/* ===============================================
  ### Foundation ###
=============================================== */
/* reset CSS */

/* base style */
.main-area {
  color: #333;
  font-family: var(--hirakaku);
  font-style: normal;
  font-weight: normal;
}

.main-area .button--square--black{
  background-color: #333;
}

.main-area * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.main-area *::before, .main-area *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.main-area img,
.main-area svg {
  width: 100%;
  height: auto;
}

.breadcrumb__list {
  padding-bottom: calc(18 * (100vw / 750));
}

/* toggle visibility for responsive object */
/* ===============================================
  ### Object ###
=============================================== */
/* ===============================================
  ### Layout: Mobile first ###
=============================================== */
.main-area {
  /* margin-bottom: calc(196 * (100vw / 750)); */
  margin-bottom: 0;
}

#page-body{
  padding-bottom: calc(196 * (100vw / 750));
}

/* 背景 */
#page-body{
  background-color: #EFF9FC;
}

/* 
html {
  background-color: #EFF9FC;
} */

/* 共通 */
.title-txt {
  font-family: "Outfit", sans-serif;
}

.title-txt--emphasis {
  display: block;
}

.title-txt--en {
  font-family: "Outfit", sans-serif;
}

.title-txt--ja {
  font-family: var(--hirakaku);
}

.description-txt {
  font-size: calc(26 * (100vw / 750));
  letter-spacing: 0.1em;
  line-height: 1.5;
}

.button--square {
  width: calc(630 * (100vw / 750));
  height: calc(100 * (100vw / 750));
  margin-right: auto;
  margin-left: auto;
  font-size: calc(30 * (100vw / 750));
  letter-spacing: 0.075em;
}

.button--square--en {
  font-family: var(--arial);
  font-size: calc(30 * (100vw / 750));
  letter-spacing: 0.075em;
}

/* 見出し */
.sec--heading {
  margin-bottom: calc(95 * (100vw / 750));
  text-align: center;
}

.heading__img-wrapper {
  display: inline-block;
  margin-bottom: calc(52 * (100vw / 750));
}

.heading__title-txt {
  position: relative;
  margin-bottom: calc(24 * (100vw / 750));
  font-weight: 600;
  line-height: 1;
  color: #3A7EC1;
}

.heading__title-txt--emphasis {
  margin-bottom: calc(24 * (100vw / 750));
  font-size: calc(90 * (100vw / 750));
  letter-spacing: 0.1em;
}

.heading__title-txt--ja {
  font-size: calc(36 * (100vw / 750));
  letter-spacing: 0.1em;
}

.heading__shop-name-txt {
  margin-bottom: calc(23 * (100vw / 750));
  font-size: calc(36 * (100vw / 750));
  letter-spacing: 0.075em;
  color: #3A7EC1;
}

.heading__desc-txt {
  margin-bottom: calc(56 * (100vw / 750));
}

.heading__desc-txt span {
  display: inline-block;
  margin-top: calc(44 * (100vw / 750));
}

.heading__registration-container .registration-step__img-wrapper {
  width: calc(630 * (100vw / 750));
  margin-right: auto;
  margin-left: auto;
}

.heading__registration-container .button--square {
  margin-top: calc(80 * (100vw / 750));
}

/* メルマガ特典の紹介 */
.sec--introduction .title-txt {
  position: relative;
  width: calc(652* (100vw / 750));
  margin: 0 auto;
  margin-bottom: calc(30 * (100vw / 750));
  font-size: calc(60 * (100vw / 750));
  letter-spacing: 0.075em;
  line-height: 1.16;
  text-align: center;
}

.sec--introduction .title-txt::before {
  content: "";
  display: inline-block;
  width: calc(86* (100vw / 750));
  height: calc(109* (100vw / 750));
  margin-bottom: calc(8 * (100vw / 750));
  background: url(../imgs/season_img.svg) no-repeat center / 100%;
}

.sec--introduction .title-txt--emphasis, .sec--introduction .title-txt--ja {
  position: relative;
  left: calc(12 * (100vw / 750));
}

.sec--introduction .title-txt--emphasis {
  margin-bottom: calc(-10 * (100vw / 750));
}

.sec--introduction .title-txt--ja {
  font-size: calc(30 * (100vw / 750));
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1;
}

.sec--introduction .button--square {
  margin-bottom: calc(40 * (100vw / 750));
}

.introduction__merit-list {
  margin-bottom: calc(76 * (100vw / 750));
}

.introduction__merit-list-item {
  position: relative;
  width: calc(420 * (100vw / 750));
  margin-right: auto;
  margin-bottom: calc(51 * (100vw / 750));
  margin-left: auto;
}

.introduction__merit-list-item::before {
  z-index: 2;
  position: absolute;
  top: calc(2 * (100vw / 750));
  right: calc(-8 * (100vw / 750));
  color: rgba(121, 206, 237, 0.6);
  font-family: "Outfit", sans-serif;
  font-size: calc(90 * (100vw / 750));
  letter-spacing: .1em;
  line-height: 1.25;
}

.introduction__merit-list-item .img-wrapper {
  margin-bottom: calc(24 * (100vw / 750));
}

.introduction__merit-list-item .description-txt {
  letter-spacing: .075em;
}

.introduction__merit-list-item--1::before {
  content: '01';
}

.introduction__merit-list-item--2::before {
  content: '02';
  right: calc(-16 * (100vw / 750));
}

.introduction__merit-list-item--3::before {
  content: '03';
  right: calc(-14 * (100vw / 750));
}

.introduction__merit-list li:last-of-type {
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
  /* ===============================================
    * Upper 768px *
  =============================================== */
  #page-body{
    padding-bottom: 16.4rem;
  }
  
  .main-area {
    /* margin-bottom: 16.4rem; */
    margin-bottom: 0;
  }

  /* 共通 */
  .description-txt {
    font-size: 1.3rem;
    line-height: 2;
  }
  .button--square {
    width: 40rem;
    max-width: 400px;
    height: 5rem;
    max-height: 50px;
    font-size: 1.5rem;
    letter-spacing: 0.075em;
  }
  .button--square--en {
    font-size: 1.6rem;
    letter-spacing: 0.075em;
  }
  .button--square::after {
    right: 2rem;
  }
  /* 見出し */
  .sec--heading {
    margin-bottom: 8.5rem;
  }
  .heading__img-wrapper {
    display: block;
    width: 96rem;
    margin-right: auto;
    margin-bottom: 6.6rem;
    margin-left: auto;
  }
  .heading__title-txt {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            align-items: center;
            justify-content: center;
    margin-bottom: 0.9rem;
    line-height: 1;
  }
  .heading__title-txt--emphasis {
    display: inline;
    margin-right: 1rem;
    margin-bottom: 0;
    font-size: 4rem;
  }
  .heading__title-txt--ja {
    font-size: 2.4rem;
  }
  .heading__shop-name-txt {
    margin-bottom: 1.7rem;
    font-size: 2.4rem;
  }
  .heading__desc-txt {
    margin-bottom: 1.7rem;
  }
  .heading__desc-txt span {
    margin-top: 0;
  }
  .heading__registration-container .registration-step__img-wrapper {
    width: 28rem;
  }
  .heading__registration-container .button--square {
    margin-top: 6rem;
  }
  /* メルマガ特典の紹介 */
  .sec--introduction .title-txt {
    width: 82.6rem;
    margin-bottom: 4.2rem;
    font-size: 3.6rem;
    line-height: 1;
  }
  .sec--introduction .description-txt {
    line-height: 1.84;
  }
  .sec--introduction .title-txt::before {
    width: 4.1rem;
    height: 5.2rem;
    margin-bottom: 1.8rem;
  }
  .sec--introduction .title-txt--emphasis, .sec--introduction .title-txt--ja {
    left: initial;
  }
  .sec--introduction .title-txt--emphasis {
    margin-bottom: 0;
  }
  .sec--introduction .title-txt--ja {
    font-size: 2rem;
  }
  .sec--introduction .button--square {
    margin-bottom: 2rem;
  }
  .introduction__merit-list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
            justify-content: space-between;
    width: 96rem;
    margin-right: auto;
    margin-bottom: 5.6rem;
    margin-left: auto;
  }
  .introduction__merit-list-item {
    width: 28rem;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
  }
  .introduction__merit-list-item::before {
    top: .1rem;
    right: -.5rem;
    font-size: 6rem;
    line-height: 1.26;
  }
  .introduction__merit-list-item .img-wrapper {
    margin-bottom: 1.5rem;
  }
  .breadcrumb__list {
    padding-bottom: 1.6rem;
  }
  .introduction__merit-list-item--2::before {
    right: -0.5rem;
  }
  .introduction__merit-list-item--3::before {
    right: -0.5rem;
  }
}

@media only screen and (min-width: 1200px) {
  /* ===============================================
    * Upper 1200px *
  =============================================== */
}
