@charset "UTF-8";
.js-bg {
  -webkit-transition: all 1s;
  transition: all 1s;
}

.js-fade {
  -webkit-transition-duration: 1.5s;
          transition-duration: 1.5s;
  opacity: 0;
}

.js-fade.active {
  opacity: 1;
}


.button-wrapper .link_btn a {
  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;
}

html {
  font-size: 62.5%;
}

@media screen and (min-width: 768px) and (max-width: 1400px) {
  html {
    font-size: calc(10* (100vw / 1400));
  }
}

.main_inner {
  overflow: hidden;
}

.main-container img,
.main-container video {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 768px) {
  .main-container .sp_only {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .main-container .pc_only {
    display: none;
  }
  .main-container .order_1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .main-container .order_2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

/*//////////////////////////////////////////////////

Content

    common

//////////////////////////////////////////////////*/
/* ==============================================================================================
                                            common
============================================================================================== */
.main-container {
  width: 100%;
  margin: 0 auto;
  padding-top: 8rem;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  color: #000;
  background-repeat: no-repeat;
  background-size: 173%;
  background-position: -55.5rem -20rem;
  font-family: adobe-garamond-pro, serif;
  font-weight: 400;
  font-style: normal;
}

.main-container a {
  display: block;
}

.main-container img {
  width: 100%;
}

.main-container picture {
  display: block;
}

#aw1st_210721 {
  margin: 7rem auto 38rem;
}

/* //////////////////////////////////////////////////////////////////////////////////////////////
                                        for smart phone
////////////////////////////////////////////////////////////////////////////////////////////// */
@media screen and (max-width: 767px) {
  #Contents {
    overflow: hidden;
  }
  .pc_only {
    display: none;
  }
  main {
    overflow: hidden;
  }
  .main-container {
    width: calc(750* (100vw / 750));
    padding-top: calc(80* (100vw / 750));
    background-size: 100%;
    background-position: center calc(110* (100vw / 750));
  }
  #aw1st_210721 {
    margin: calc(100* (100vw / 750)) auto calc(258* (100vw / 750));
  }
}

/*//////////////////////////////////////////////////

==========================================

/* ==============================================================================================
                                            text
============================================================================================== */
.section-block .code-block__credit {
  padding-top: 2.5rem;
  font-size: 3.2rem;
  letter-spacing: 0;
  line-height: 1.1;
}

.section-block .code-block__credit span {
  display: inline-block;
}

/* //////////////////////////////////////////////////////////////////////////////////////////////
                                        for smart phone
////////////////////////////////////////////////////////////////////////////////////////////// */
@media screen and (max-width: 767px) {
  .section-block .code-block__credit {
    padding-top: calc(25* (100vw / 750));
    font-size: calc(30* (100vw / 750));
    line-height: 1.5;
  }
}

/* //////////////////////////////////////////////////////////////////////////////////////////////
==========================================

Content

    button

//////////////////////////////////////////////////*/
/* ==============================================================================================
                                            button
============================================================================================== */
/*PC　TOPへ戻るボタン LP共通*/
#main-container .scrTop__btn {
  font-size: 1.2rem;
  width: 120rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-family: 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
}

#main-container .scrTop__btn a {
  display: inline-block;
}

/* VIEW ALL BUTTON*/
.button-wrapper .link_btn {
  margin: 0 auto;
}

.button-wrapper .link_btn a {
  width: 31.1rem;
  height: 8.5rem;
  margin: 0 auto;
  font-size: 3.2rem;
  font-family: adobe-garamond-pro, serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  line-height: 1.0666666667;
  border: #000 solid 1px;
}

/* //////////////////////////////////////////////////////////////////////////////////////////////
                                        for smart phone
////////////////////////////////////////////////////////////////////////////////////////////// */
@media screen and (max-width: 767px) {
  /*PC　TOPへ戻るボタン LP共通*/
  #main-container .scrTop__btn {
    width: 100%;
    font-size: calc(26* (100vw / 750));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  /* VIEW ALL BUTTON*/
  .button-wrapper .link_btn a {
    width: calc(311* (100vw / 750));
    height: calc(85* (100vw / 750));
    margin: 0 auto;
    font-size: calc(32* (100vw / 750));
  }
}

/*//////////////////////////////////////////////////

Title : _breadcrumb.css


==========================================

Content

    breadcrumb

//////////////////////////////////////////////////*/
/* ==============================================================================================
                                            button
============================================================================================== */
/*パンくず*/
#main-container #breadcrumb {
  margin: 0 auto 2rem;
  font-size: 1rem;
  line-height: 1;
  width: 120rem;
  color: #1C1C1C;
  font-family: 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
}

/* //////////////////////////////////////////////////////////////////////////////////////////////
                                        for smart phone
////////////////////////////////////////////////////////////////////////////////////////////// */
@media screen and (max-width: 767px) {
  /*パンくず*/
  #main-container #breadcrumb {
    margin-bottom: calc(30* (100vw / 750));
    font-size: calc(24* (100vw / 750));
    width: 100%;
    padding: 0 calc(26 * (100vw / 750));
    color: #1c1c1c;
  }
}
