@charset "UTF-8";

/*--------------------------------------------
フォントサイズ・余白などのレスポンシブ対応
---------------------------------------------*/

/*--------------------------------------------
ホバー
---------------------------------------------*/

html,
body {
  width: 100%;
}

body.fixed {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  overflow-y: scroll;
}

body.no-scroll {
  overflow: hidden;
}

.link_hover:hover img {
  opacity: 0.7;
}

.annotation {
  text-align: left !important;
}

.fill a {
  display: block;
}

.top-cp-button {
  display: block;
  margin: 0 auto;
  width: 70%;
}

.top-cp-button:first-of-type {
  margin-bottom: 24px;
}

.top-cp-button img {
  display: block;
}

.section-ucc-black {
  position: relative;
  max-width: 800px;
  text-align: center;
  margin-inline: auto;
}

.section-ucc-black .section-ucc-black-inner {
  width: 100%;
  background-color: #000;
}

.section-ucc-black .badge {
  width: 100%;
}

.new-experience {
  max-width: 800px;
  text-align: center;
  margin-inline: auto;
}

.new-experience img {
  position: relative;
}

.new-experience .arrow {
  padding-left: 0;
}

.cp1 {
  width: 100%;
  position: relative;
  z-index: 1;
  text-align: center;
  background-image: url("../images/background_campaign_01.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.cp2 {
  width: 100%;
  position: relative;
  z-index: 1;
  text-align: center;
  background-image: url("../images/background_campaign_02.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.js-modal {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
}

.js-modal .overlay {
  width: 100%;
  height: 100vh;
  position: fixed;
  background: url("../images/modal-bg.png") repeat top left;
  top: 0;
  left: 0;
  opacity: 0.95;
}

.js-modal .modal-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  display: block;
  overflow-x: hidden;
  overflow-y: auto;
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
  touch-action: none;
}

.js-modal .modal-wrap .modal__inner {
  position: fixed;
  top: 50%;
  left: 50%;
  background: #fff;
  display: flex;
  justify-content: center;
  height: auto;
  overflow-y: auto;
  width: 92%;
  max-height: 85vh;
  max-height: 85dvh;
  text-align: center;
  border: 2px solid #000;
  transform: translate(-50%, -50%);
}

.js-modal .modal-wrap .modal__button-wrap {
  position: absolute;
  right: 2.6666666667vw;
  top: 2.6666666667vw;
  display: inline-flex;
}

.js-modal .modal-wrap .modal__button-wrap .close-button {
  position: relative;
  width: 45px;
  height: 45px;
  background: #000000;
  border-radius: 50%;
  padding: 0;
  border: transparent;
  cursor: pointer;
}

.js-modal .modal-wrap .modal__button-wrap .close-button span {
  width: 25px;
  height: 2px;
  background: #fff;
  display: inline-block;
  position: absolute;
  left: calc(50% - 12px);
  top: 50%;
  border-radius: 20px;
}

.js-modal .modal-wrap .modal__button-wrap .close-button span:nth-child(1) {
  transform: rotate(45deg) translate(-1px, -1px);
}

.js-modal .modal-wrap .modal__button-wrap .close-button span:nth-child(2) {
  transform: rotate(-45deg) translate(1px, -1px);
}

.js-modal.is-open {
  z-index: 999;
  opacity: 1;
  visibility: visible;
}

.js-modal.is-open .overlay {
  opacity: 0.95;
  visibility: visible;
}

.js-modal.is-open .modal-wrap {
  opacity: 1;
  visibility: visible;
}

.modal-trigger {
  margin-inline: auto;
  cursor: pointer;
}

@media (min-width: 751px) {
  /*--------------------------------------------
  フォントサイズ・余白などのレスポンシブ対応
  ---------------------------------------------*/

  /*--------------------------------------------
  ホバー
  ---------------------------------------------*/

  .inner800 {
    max-width: 800px;
    margin: 0 auto;
  }

  .fill {
    position: relative;
    padding-bottom: 100px;
  }

  h2 {
    font-size: 1rem;
    font-weight: 700;
    position: relative;
    padding: 0.25em 1em;
    border-top: solid 2px #fff;
    border-bottom: solid 2px #fff;
    width: 80%;
    color: #fff;
    text-align: center;
    margin: 0 auto 20px;
  }

  h2:before,
  h2:after {
    content: "";
    position: absolute;
    top: -7px;
    width: 2px;
    height: calc(100% + 14px);
    background-color: #fff;
  }

  h2:before {
    left: 7px;
  }

  h2:after {
    right: 7px;
  }

  .js-modal .modal-wrap .modal__inner {
    padding: 30px 15px 40px;
  }

  .js-modal .modal-wrap .modal__content {
    padding-bottom: 40px;
  }

  .modal-trigger {
    max-width: 399px;
  }

  .fv {
    position: relative;
  }

  .fv .main_v_pc {
    display: block;
    width: 100%;
  }

  .fv .main_v_sp {
    display: none;
  }

  .cp_title_top {
    height: 193px;
    width: 100%;
    padding: 0 50%;
    position: absolute;
  }

  .fill_cp_top {
    max-width: 800px;
    position: relative;
    margin: 0 auto;
    background-image: url("../images/background_sp.png");
    background-repeat: repeat;
  }

  .fill_cp_top .cp_title {
    display: flex;
    flex-flow: column wrap;
    background-image: url("../images/campaign_bg.png");
    background-size: 100%;
    background-position: bottom;
    padding-top: 405px;
    position: relative;
    min-height: 760px;
  }

  .fill_cp_top .cp_title .top-cp-button {
    width: 70%;
    max-width: 500px;
  }

  .fill_cp_top .cp_title .top-cp-button:first-of-type {
    margin-bottom: 56px;
  }

  .section-ucc-black {
    background-image: url("../images/background_sp.png");
    background-repeat: repeat;
  }

  .section-ucc-black .title-03 {
    padding-top: 50px;
  }

  .section-ucc-black .link a img {
    transition: 0.3s;
  }

  .section-ucc-black .link a:hover img {
    opacity: 0.7;
  }

  .new-experience {
    padding-top: 46px;
    padding-bottom: 84px;
    background: url("../images/background_sp.png");
    background-size: 500px 500px;
  }

  .new-experience .experience-box + .experience-box {
    margin-top: 54px;
  }

  .new-experience .experience-box .modal-trigger {
    margin-top: 28px;
  }

  .new-experience .experience-box.upper {
    margin-top: 86px;
  }

  .new-experience .experience-box.lower .img img {
    left: -2.7%;
  }

  .new-experience .annotation {
    padding: 0 11.4%;
    margin-top: 28px;
  }

  .new-experience .arrow {
    margin-top: 28px;
  }

  .campaign-area .cp1-wrapper,
  .campaign-area .cp2-wrapper {
    margin-top: 86px;
  }

  .campaign-area .cp1,
  .campaign-area .cp2 {
    text-align: center;
    border-radius: 20px;
    box-sizing: border-box;
    padding: 0 4% 68px;
  }

  .campaign-area .title-03 {
    position: relative;
    top: -45px;
  }

  .campaign-area .term {
    margin-top: 10px;
  }

  .campaign-area .catch-copy {
    margin-top: 74px;
  }

  .campaign-area .img {
    margin-top: 45px;
  }

  .campaign-area .text {
    margin-top: 58px;
  }

  .campaign-area .link-list {
    margin-top: 70px;
  }

  .campaign-area .link-list .detail-button {
    margin-top: 46px;
  }

  .campaign-area .annotation {
    margin-top: 46px;
  }

  .annotation {
    font-size: 0.9rem;
    color: #fff;
    font-weight: 500;
    line-height: 1.4rem;
  }

  .cp1-wrapper {
    padding-top: 45px;
  }

  .cp2-wrapper {
    padding-top: 45px;
  }
}

@media (max-width: 750px) {
  /*--------------------------------------------
  フォントサイズ・余白などのレスポンシブ対応
  ---------------------------------------------*/

  /*--------------------------------------------
  ホバー
  ---------------------------------------------*/

  .fill {
    background-image: url("../images/background_sp.png");
    background-repeat: repeat;
    background-size: 250px 250px;
    position: relative;
    width: 100%;
  }

  h1 {
    font-family: "Noto Serif JP", serif;
    letter-spacing: 0.2em;
    display: inline;
    font-size: 2rem;
    line-height: 2.7em;
    font-weight: 600;
    padding: 20px 6px;
    background-color: #fff;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    white-space: nowrap;
  }

  .js-modal .modal-wrap .modal__inner {
    padding: 6.5333333333vw 4.4vw 8vw;
  }

  .fv {
    position: relative;
  }

  .fv .main_v_pc {
    display: none;
  }

  .fv .main_v_sp {
    width: 100%;
    display: block;
  }

  .cp_title {
    background-image: url("../images/campaign_bg.png");
    background-position: bottom;
    background-size: 100%;
    position: relative;
    min-height: 95.3333333333vw;
    text-align: center;
    padding-top: 50%;
  }

  .cp_title .top-cp-button {
    width: 70.1333333333vw;
  }

  .section-ucc-black .section-ucc-black-inner {
    padding: 10.6666666667vw 8.5333333333vw 0.5vw;
  }

  .section-ucc-black .img {
    margin-top: 1.0666666667vw;
  }

  .section-ucc-black .img img {
    position: relative;
    max-width: initial;
    width: 85.0666666667vw;
    left: -2vw;
  }

  .new-experience {
    padding-bottom: 9.6vw;
    margin-top: 6.4vw;
  }

  .new-experience .title-03 img {
    width: 64.5333333333vw;
  }

  .new-experience .experience-box + .experience-box {
    margin-top: 6.4vw;
  }

  .new-experience .experience-box .modal-trigger {
    margin-top: 3.3333333333vw;
    width: 57.2vw;
  }

  .new-experience .experience-box.upper {
    margin-top: 10vw;
  }

  .new-experience .experience-box.upper .img img {
    width: 81.3333333333vw;
  }

  .new-experience .experience-box.upper .modal-trigger {
    position: relative;
    left: 1.5vw;
  }

  .new-experience .experience-box.lower .img img {
    width: 86.8vw;
    left: -3vw;
  }

  .new-experience .experience-box.lower .modal-trigger {
    position: relative;
    left: 1.5vw;
  }

  .new-experience .annotation {
    padding: 0 8.6666666667vw;
    margin-top: 3.4666666667vw;
  }

  .new-experience .arrow {
    width: 9.4666666667vw;
    margin-top: 3.7333333333vw;
  }

  .campaign-area {
    background: #fff;
    padding-top: 10.6666666667vw;
    padding-bottom: 16vw;
  }

  .campaign-area .cp1-wrapper,
  .campaign-area .cp2-wrapper {
    padding-right: 4vw;
    padding-left: 4vw;
  }

  .campaign-area .cp1,
  .campaign-area .cp2 {
    padding-right: 4.6666666667vw;
    padding-left: 4.6666666667vw;
    padding-bottom: 6.1333333333vw;
  }

  .campaign-area .title-03 {
    position: relative;
    text-align: center;
  }

  .campaign-area .img {
    width: 77.3333333333vw;
  }

  .cp-image {
    margin-bottom: 20px;
  }

  .cp-button {
    display: block;
  }

  .cp-button img {
    display: block;
    width: 100%;
  }

  .detail-button {
    margin: 5.0666666667vw auto 0;
  }

  .annotation {
    font-size: 0.7rem;
    color: #fff;
    font-weight: 500;
    line-height: 1.2rem;
  }

  .cp1-wrapper {
    padding-top: 6.1333333333vw;
  }

  .cp1 {
    border-radius: 10px;
    box-sizing: border-box;
  }

  .cp1 .title-03 {
    top: -6.1333333333vw;
  }

  .cp1 .title-03 img {
    width: 82.6666666667vw;
  }

  .cp1 .term {
    margin-top: 1.0666666667vw;
  }

  .cp1 .catch-copy {
    width: 44.9333333333vw;
    margin-top: 8vw;
  }

  .cp1 .img {
    margin-top: 5.2vw;
  }

  .cp1 .text {
    width: 77.4666666667vw;
    margin-top: 6.6666666667vw;
  }

  .cp1 .link-list {
    margin-top: 8vw;
  }

  .cp1 .annotation {
    margin-top: 4.2666666667vw;
  }

  .cp2-wrapper {
    margin-top: 10.6666666667vw;
    padding-top: 6.4vw;
  }

  .cp2 {
    border-radius: 10px;
    box-sizing: border-box;
  }

  .cp2 .title-03 {
    top: -6vw;
  }

  .cp2 .title-03 img {
    width: 73.3333333333vw;
  }

  .cp2 .term {
    position: relative;
    left: -1.5vw;
    width: 80vw;
  }

  .cp2 .catch-copy {
    width: 63.3333333333vw;
    margin-top: 8vw;
  }

  .cp2 .img {
    margin-top: 5.3333333333vw;
  }

  .cp2 .text {
    width: 77.6vw;
    margin-top: 4vw;
  }

  .cp2 .link-list {
    margin-top: 7.7333333333vw;
  }

  .cp2 .annotation {
    margin-top: 5.2vw;
  }
}

@media (max-width: 620px) {
  h1 {
    font-size: 0.9rem;
    white-space: nowrap;
  }
}

@media (max-width: 460px) {
  h1 {
    font-size: 0.9rem;
    white-space: nowrap;
  }
}
/*# sourceMappingURL=map/style.css.map */