@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul, li {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a,
button {
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease, color 0.3s ease, background-color 0.3s ease, background-image 0.3s ease, background 0.3s ease;
  transition: opacity 0.3s ease, color 0.3s ease, background-color 0.3s ease, background-image 0.3s ease, background 0.3s ease;
  color: #3e3a39;
}
@media (any-hover: hover) {
  a:hover,
  button:hover {
    opacity: 0.6;
  }
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
@media screen and (max-width: 920px) {
  img {
    width: 100%;
  }
}

table {
  width: 100%;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=submit],
textarea {
  -webkit-appearance: none;
  border: none;
  font-family: inherit;
  border-radius: 0;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus {
  outline: 0;
}

textarea {
  resize: vertical;
}
textarea:focus {
  outline: none;
}

::-webkit-input-placeholder {
  color: #767676;
}

::-moz-placeholder {
  color: #767676;
}

:-ms-input-placeholder {
  color: #767676;
}

::-ms-input-placeholder {
  color: #767676;
}

::placeholder {
  color: #767676;
}

/* ---------------------------------------
  html , body
-----------------------------------------*/
html {
  font-size: 53.572%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 1600px) {
  html {
    font-size: 0.625vw;
  }
}
@media screen and (max-width: 920px) {
  html {
    font-size: 1.4285714286vw;
  }
}

body {
  -webkit-text-size-adjust: 100%;
  overflow: auto;
  position: relative;
  color: #3e3a39;
}
body.active {
  overflow: hidden;
}

/* ---------------------------------------
  .pc_content
-----------------------------------------*/
.pc_content {
  width: 100svw;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  background: url(../img/bg_pc.png) no-repeat center/cover;
  overflow: hidden;
}
.pc_content .pc_left {
  width: calc(100% - 70rem - 16.4583333333vw);
}
.pc_content .pc_left .pc_menu {
  width: 50.6rem;
  margin: 9.7rem auto 0;
  position: relative;
  z-index: 1;
}
.pc_content .pc_left .pc_menu .ttl {
  width: 100%;
  position: relative;
  z-index: 1;
}
.pc_content .pc_left .pc_menu .menu_box {
  width: 35rem;
  background: -webkit-gradient(linear, left top, right top, from(rgb(34, 78, 41)), to(rgb(0, 114, 78)));
  background: linear-gradient(90deg, rgb(34, 78, 41) 0%, rgb(0, 114, 78) 100%);
  position: relative;
  margin: -2.4rem auto 0;
  padding: 4.9rem 0 4.3rem;
}
.pc_content .pc_left .pc_menu .menu_box::before {
  content: "";
  width: calc(100% - 2rem);
  height: calc(100% - 2rem);
  background: url(../img/pc_menu_bg.png) no-repeat top/cover;
  position: absolute;
  left: 1rem;
  top: 1rem;
}
.pc_content .pc_left .pc_menu .menu_box .list,
.pc_content .pc_left .pc_menu .menu_box .sns_box {
  position: relative;
  z-index: 1;
}
.pc_content .pc_left .pc_menu .menu_box .list li {
  margin-left: auto;
  margin-right: auto;
}
.pc_content .pc_left .pc_menu .menu_box .list li.movie {
  width: 19.7rem;
}
.pc_content .pc_left .pc_menu .menu_box .list li.present {
  width: 24.5rem;
  margin-top: 2.6rem;
}
.pc_content .pc_left .pc_menu .menu_box .list li.stamp {
  width: 23.3rem;
  margin-top: 2.1rem;
}
.pc_content .pc_left .pc_menu .menu_box .list li.howto {
  width: 18.1rem;
  margin-top: 0.5rem;
}
.pc_content .pc_left .pc_menu .menu_box .list li.shop {
  width: 10.4rem;
  margin-top: 1rem;
}
.pc_content .pc_left .pc_menu .menu_box .list li.collabo {
  width: 13rem;
  margin-top: 3.7rem;
}
.pc_content .pc_left .pc_menu .menu_box .list li.faq {
  width: 19.9rem;
  margin-top: 2.3em;
}
.pc_content .pc_left .pc_menu .menu_box .sns_box {
  margin-top: 4.2rem;
}
.pc_content .pc_left .pc_menu .menu_box .sns_box .sns_ttl {
  font-size: 1.4rem;
  font-weight: 500;
  color: #5031a8;
  text-align: center;
}
.pc_content .pc_left .pc_menu .menu_box .sns_box .sns_list {
  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;
  gap: 0 0.8205rem;
  margin-top: 1.8rem;
}
.pc_content .pc_left .pc_menu .menu_box .sns_box .sns_list li {
  width: 5rem;
}
.pc_content .pc_left .pc_menu .menu_point_01 {
  position: absolute;
  left: -14.3rem;
  top: 5.7rem;
  width: 29.6rem;
  z-index: 1;
}
.pc_content .pc_left .pc_menu .menu_point_02 {
  position: absolute;
  left: -5.1rem;
  top: 48.4rem;
  width: 20.4rem;
  z-index: 1;
}
.pc_content .pc_left .pc_menu .menu_point_03 {
  position: absolute;
  right: -7.8rem;
  bottom: -15.2rem;
  width: 34.1rem;
  z-index: 1;
}
.pc_content .point_01 {
  position: absolute;
  width: 22.7rem;
  top: 3.2rem;
  left: -1.5rem;
}
.pc_content .point_02 {
  position: absolute;
  width: 40.5rem;
  top: 27.9rem;
  left: 63.2rem;
}
.pc_content .point_03 {
  position: absolute;
  width: 38.4rem;
  bottom: 5.8rem;
  left: -6.5rem;
}
.pc_content .point_04 {
  position: absolute;
  width: 16.2rem;
  top: 50.7rem;
  right: -1.8rem;
}
.pc_content .point_05 {
  position: absolute;
  width: 47.9rem;
  top: 75.3rem;
  right: -21.7rem;
}

/* ---------------------------------------
  css animation
-----------------------------------------*/
.fadeUp {
  opacity: 0;
  -webkit-transform: translateY(60px);
          transform: translateY(60px);
  -webkit-transition: 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  transition: 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
}
.fadeUp.active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.fadeIn {
  opacity: 0;
  -webkit-transition: 1s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  transition: 1s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
}
.fadeIn.active {
  opacity: 1;
}

.zoomIn {
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
  transition: 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
}
.zoomIn.active {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

/* ---------------------------------------
  .contents
-----------------------------------------*/
.contents {
  width: 70rem;
  background-color: #fff;
  margin-left: auto;
  margin-right: 16.4583333333vw;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 7px 7px 20px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 7px 7px 20px 0px rgba(0, 0, 0, 0.3);
  overflow: hidden;
}
@media screen and (max-width: 920px) {
  .contents {
    width: 100%;
  }
}
.contents img {
  width: 100%;
}

/* ---------------------------------------
  menu
-----------------------------------------*/
.menu {
  position: absolute;
  top: 1.6rem;
  right: 2rem;
  z-index: 999;
}

.btn_hamburger {
  width: 7rem;
  height: 7rem;
  border-radius: 3.5rem;
  z-index: 999;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  position: relative;
  background: #fff;
  cursor: pointer;
  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;
}
.btn_hamburger .inner {
  width: 2.8rem;
  height: 2.2rem;
  position: relative;
}
.btn_hamburger span {
  width: 100%;
  height: 3px;
  background-color: #5031a8;
  border-radius: 999px;
  display: block;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  position: absolute;
}
.btn_hamburger span:nth-of-type(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.btn_hamburger span:nth-of-type(3) {
  bottom: 0;
}
@media (any-hover: hover) {
  .btn_hamburger:hover {
    opacity: 0.6;
  }
}
.btn_hamburger.active span {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  top: 0.8rem;
}
@media screen and (max-width: 920px) {
  .btn_hamburger.active span {
    top: 1rem;
  }
}
.btn_hamburger.active span:nth-of-type(1) {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  left: 0;
}
.btn_hamburger.active span:nth-of-type(2) {
  display: none;
}
.btn_hamburger.active span:nth-of-type(3) {
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}

.hamburger {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: opacity 0.4s ease 0s, -webkit-transform 0.4s cubic-bezier(0.45, 0.05, 0.3, 0.93) 0s;
  transition: opacity 0.4s ease 0s, -webkit-transform 0.4s cubic-bezier(0.45, 0.05, 0.3, 0.93) 0s;
  transition: opacity 0.4s ease 0s, transform 0.4s cubic-bezier(0.45, 0.05, 0.3, 0.93) 0s;
  transition: opacity 0.4s ease 0s, transform 0.4s cubic-bezier(0.45, 0.05, 0.3, 0.93) 0s, -webkit-transform 0.4s cubic-bezier(0.45, 0.05, 0.3, 0.93) 0s;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 998;
  opacity: 0;
  width: 100%;
  height: 100svh;
}
.hamburger .inner {
  height: 100%;
  overflow-y: auto;
}
.hamburger .menu_box {
  background: -webkit-gradient(linear, left top, right top, from(rgb(34, 78, 41)), to(rgb(0, 114, 78)));
  background: linear-gradient(90deg, rgb(34, 78, 41) 0%, rgb(0, 114, 78) 100%);
  position: relative;
  margin: 0 auto;
  padding: 9.4rem 0 7.3rem;
}
.hamburger .menu_box::before {
  content: "";
  width: calc(100% - 4rem);
  height: calc(100% - 4rem);
  background: url(../img/menu_bg.png) no-repeat top/cover;
  position: absolute;
  left: 2rem;
  top: 2rem;
}
.hamburger .menu_box .list,
.hamburger .menu_box .sns_box {
  position: relative;
  z-index: 1;
}
.hamburger .menu_box .list li {
  margin-left: auto;
  margin-right: auto;
}
.hamburger .menu_box .list li.movie {
  width: 41.3rem;
}
.hamburger .menu_box .list li.present {
  width: 49rem;
  margin-top: 5.2rem;
}
.hamburger .menu_box .list li.stamp {
  width: 46.4rem;
  margin-top: 4.2rem;
}
.hamburger .menu_box .list li.howto {
  width: 36rem;
  margin-top: 1.7rem;
}
.hamburger .menu_box .list li.shop {
  width: 20.8rem;
  margin-top: 2.5rem;
}
.hamburger .menu_box .list li.collabo {
  width: 21.6rem;
  margin-top: 7.4rem;
}
.hamburger .menu_box .list li.faq {
  width: 33.6rem;
  margin-top: 5.6rem;
}
.hamburger .menu_box .sns_box {
  margin-top: 13.3rem;
}
.hamburger .menu_box .sns_box .sns_ttl {
  font-size: 2.4rem;
  font-weight: 500;
  color: #5031a8;
  text-align: center;
}
.hamburger .menu_box .sns_box .sns_list {
  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;
  gap: 0 1.6rem;
  margin-top: 1.8rem;
}
.hamburger .menu_box .sns_box .sns_list li {
  width: 10.5rem;
}
.hamburger.active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

/* ---------------------------------------
  #movie
-----------------------------------------*/
#movie {
  margin-top: -11.1rem;
  background: url(../img/bg_movie.png) no-repeat top/cover;
  padding: 4.6rem 0 8.2rem;
  position: relative;
}
#movie .ttl {
  width: 39.65rem;
  margin: 0 auto;
}
#movie .movie_box {
  width: 65.8rem;
  aspect-ratio: 560/315;
  margin: 2rem auto 0;
}
#movie .movie_box iframe {
  width: 100%;
  height: 100%;
  border-radius: 2rem;
}

/* ---------------------------------------
  #about
-----------------------------------------*/
#about {
  background: url(../img/bg_about.png) no-repeat top/cover;
  padding: 9.1rem 0 7rem;
  position: relative;
}
#about::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/point_about.png) no-repeat top/100% auto;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
#about .wrap01 {
  width: 65.1rem;
  margin-left: 2.8rem;
  background: url(../img/bg_about_inner.png) no-repeat top/contain;
  padding: 6.9rem 0 11.6rem;
  position: relative;
  z-index: 1;
}
#about .txt01,
#about .txt02,
#about .txt03,
#about .txt04,
#about .img01 {
  margin-left: auto;
  margin-right: auto;
}
#about .txt01 {
  width: 35.3rem;
}
#about .txt02 {
  width: 35.3rem;
  margin-top: 2.4rem;
}
#about .img01 {
  width: 55.8rem;
  margin-top: 1.4rem;
  position: relative;
}
#about .img01 .point_01 {
  width: 5.6rem;
  bottom: -1rem;
  right: -0.2rem;
  position: absolute;
}
#about .txt03 {
  width: 58.7rem;
  margin-top: -1.1rem;
}
#about .txt04 {
  width: 48.4rem;
  margin-top: 5rem;
}
#about .point_02 {
  position: absolute;
  width: 17rem;
  top: 79.1rem;
  left: -2.5rem;
}
#about .point_03 {
  position: absolute;
  width: 12.1rem;
  bottom: -2.2rem;
  right: 3.7rem;
  z-index: 3;
}
#about .wrap02 .inner {
  width: 64.4rem;
  margin: 4.5rem auto 0;
  border-radius: 3rem;
  background: url(../img/bg_stamp_inner.png) no-repeat top/cover #fff;
  padding: 5rem 0;
  position: relative;
}
#about .wrap02 .ttl {
  width: 55.7rem;
  margin: 0 auto;
}
#about .wrap02 .list {
  margin: 3.1rem auto 0;
  width: 59.7rem;
}
#about .wrap02 .list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#about .wrap02 .list li .img {
  width: 24.4rem;
}
#about .wrap02 .list li .txt {
  width: 33.1rem;
}
#about .wrap02 .list li .txt .list_txt {
  margin-top: 1rem;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.6666666667;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
#about .wrap02 .list li + li {
  margin-top: 3.5rem;
}
#about .wrap02 .list li.list_01 .txt .list_ttl {
  width: 13.5rem;
}
#about .wrap02 .list li.list_02 .txt .list_ttl {
  width: 10rem;
}
#about .wrap02 .list li.list_03 .txt .list_ttl {
  width: 9.6rem;
}
#about .wrap02 .tofu_txt {
  width: 55.7rem;
  margin: 4rem auto 0;
}

/* ---------------------------------------
  #present
-----------------------------------------*/
#present {
  padding: 6.4rem 0 16.9rem;
  background: url(../img/bg_present.png) no-repeat top/cover;
  position: relative;
}
#present .inner {
  position: relative;
  z-index: 1;
}
#present .ttl {
  width: 62.3rem;
  margin: 0 auto;
}
#present .schecule_box {
  margin-top: -2.2rem;
}
#present .schecule_box .ttl {
  width: 14rem;
  margin: 0 auto;
}
#present .schecule_box .txt {
  width: 49.6rem;
  margin: 1rem auto 0;
}
#present .place_box {
  margin-top: 2rem;
}
#present .place_box .ttl {
  width: 14rem;
  margin: 0 auto;
}
#present .place_box .txt {
  width: 35rem;
  margin: 1rem auto 0;
}
#present .img_main {
  margin-top: 1rem;
}
#present .img_main .img {
  width: 65.1rem;
  margin: 0 auto;
}
#present .img_main .txt {
  margin: 2.6rem auto 0;
  width: 42.6rem;
}
#present .event_box {
  margin-top: 4.8rem;
}
#present .event_box .ttl {
  width: 43.6rem;
  margin: 0 auto;
}
#present .event_box .txt {
  margin-top: 3.1rem;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.625;
  text-align: center;
  color: #fff;
}
#present .event_box .detail_box {
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(rgb(80, 49, 168)), to(rgb(47, 49, 107)));
  background: linear-gradient(90deg, rgb(80, 49, 168) 0%, rgb(47, 49, 107) 100%);
  width: 59.7rem;
  margin: 5rem auto 0;
}
#present .event_box .detail_box::before {
  content: "";
  width: calc(100% - 1.4rem);
  height: calc(100% - 1.4rem);
  position: absolute;
  left: 0.7rem;
  top: 0.7rem;
  background: -webkit-gradient(linear, left top, right top, from(rgb(255, 250, 202)), color-stop(52%, rgb(255, 255, 255)), to(rgb(255, 250, 202)));
  background: linear-gradient(90deg, rgb(255, 250, 202) 0%, rgb(255, 255, 255) 52%, rgb(255, 250, 202) 100%);
}
#present .event_box .detail_box .point_limited {
  width: 21.1rem;
  position: absolute;
  right: -5rem;
  top: -4.5rem;
}
#present .event_box .detail_box .inner {
  position: relative;
  padding: 2.5rem 2.5rem 4rem;
}
#present .event_box .detail_box .inner .detail_clm.detail_clm {
  margin-top: 2.5rem;
}
#present .event_box .detail_box .inner .detail_clm.schedule {
  width: 51.7rem;
}
#present .event_box .detail_box .inner .detail_clm.time {
  width: 37.8rem;
}
#present .event_box .detail_box .inner .detail_clm.price {
  width: 20.2rem;
}
#present .event_box .detail_box .inner .detail_clm.conditions {
  width: 53.9rem;
}
#present .event_box .detail_box .inner .detail_sns {
  margin-top: 4.8rem;
}
#present .event_box .detail_box .inner .detail_sns .ttl {
  width: 46.4rem;
  margin: 0 auto;
}
#present .event_box .detail_box .inner .detail_sns .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 1.7rem;
  margin-top: 2.4rem;
}
#present .event_box .detail_box .inner .detail_sns .list li {
  width: 10.5rem;
}
#present .event_box .detail_box .point_detail_01,
#present .event_box .detail_box .point_detail_02 {
  width: 6.7rem;
  position: absolute;
}
#present .event_box .detail_box .point_detail_01 {
  left: -1.1rem;
  top: -1.8rem;
}
#present .event_box .detail_box .point_detail_02 {
  right: -3.5rem;
  bottom: -0.9rem;
}
#present .point_01 {
  width: 47.6rem;
  margin: -4.2rem auto 0;
}
#present .point_02 {
  width: 39.2rem;
  position: absolute;
  left: -8.3rem;
  top: 27.5rem;
}
#present .point_03 {
  width: 39.8rem;
  position: absolute;
  right: -13.5rem;
  top: 139.1rem;
}

/* ---------------------------------------
  #stamp
-----------------------------------------*/
#stamp {
  margin-top: -12.4rem;
  background: url(../img/bg_stamp.png) no-repeat top/100% auto;
  padding-top: 8.4rem;
  position: relative;
}
#stamp::before {
  content: "";
  width: 100%;
  height: calc(100% - 7.2rem);
  position: absolute;
  left: 0;
  top: 7.2rem;
  background-color: #00b6ed;
  z-index: -1;
}
#stamp .ttl {
  width: 56rem;
  margin-left: 6.9rem;
}
#stamp .inner {
  width: 64.4rem;
  margin: 2.8rem auto 0;
  border-top-left-radius: 3rem;
  border-top-right-radius: 3rem;
  background: url(../img/bg_stamp_inner.png) no-repeat top/cover #fff;
  padding: 10rem 0;
  position: relative;
}
#stamp .inner .lead {
  font-size: 2.8rem;
  font-weight: 800;
  line-height: 1.5714285714;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: center;
}
#stamp .inner .ttl_this {
  width: 51.1rem;
  margin: 2.6rem auto 0;
}
#stamp .inner .present_box {
  padding-top: 6.3rem;
  margin: 0 auto 0;
  width: 55.7rem;
}
#stamp .inner .present_box .present_txt {
  margin-top: 3.1rem;
  font-size: 2.8rem;
  font-weight: 800;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: center;
  line-height: 1.5714285714;
}
#stamp .inner .present_box .present_txt .pink {
  color: #fb7bd3;
}
#stamp .inner .present_shop3 .ttl_shop,
#stamp .inner .present_shop5 .ttl_shop {
  width: 19.7rem;
  margin: 0 auto;
}
#stamp .inner .present_shop3 .name_shop,
#stamp .inner .present_shop5 .name_shop {
  margin: 1.7rem auto 0;
}
#stamp .inner .present_shop3 .img_shop,
#stamp .inner .present_shop5 .img_shop {
  width: 53.5rem;
  margin: 3.2rem auto 0;
  position: relative;
}
#stamp .inner .present_shop3 .img_shop .point_shop,
#stamp .inner .present_shop5 .img_shop .point_shop {
  width: 21.1rem;
  position: absolute;
  right: -4.3rem;
  bottom: -3.6rem;
}
#stamp .inner .present_shop3 {
  margin-top: 5rem;
}
#stamp .inner .present_shop3 .name_shop {
  width: 45.3rem;
}
#stamp .inner .present_shop5 {
  margin-top: 6.4rem;
}
#stamp .inner .present_shop5 .name_shop {
  width: 60.3rem;
}
#stamp .inner .point_01 {
  width: 4rem;
  position: absolute;
  left: 1.2rem;
  top: 1.4rem;
}
#stamp .inner .point_02 {
  width: 4rem;
  position: absolute;
  right: 1.2rem;
  top: 1.4rem;
}

/* ---------------------------------------
  #howto
-----------------------------------------*/
#howto {
  padding: 2.6rem 0 9.2rem;
  background: url(../img/bg_howto.png) no-repeat top/cover;
}
#howto .ttl {
  width: 60.7rem;
  margin: 0 auto;
}
#howto .howto_clm {
  background-image: linear-gradient(332deg, rgb(237, 212, 150), rgb(248, 227, 168) 50%, rgb(183, 134, 42));
  width: 65rem;
  border-radius: 3rem;
  margin-right: auto;
  margin-left: auto;
  padding: 0.7rem;
}
#howto .howto_clm .inner {
  width: 100%;
  margin: 0 auto;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(247, 250, 250)), to(rgb(255, 231, 239)));
  background-image: linear-gradient(0deg, rgb(247, 250, 250), rgb(255, 231, 239));
  border-radius: 2rem;
  position: relative;
  padding: 7.7rem 0 5rem;
}
#howto .howto_clm .number {
  width: 14.1rem;
  position: absolute;
  top: -3.4rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#howto .howto_clm .clm_ttl {
  margin: 0 auto;
}
#howto .howto_clm .clm_img {
  margin: 3rem auto 0;
}
#howto .howto_clm .clm_txt {
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.5714285714;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
#howto .howto_clm .clm_btn {
  margin-top: 3.6rem;
}
#howto .howto_clm .clm_btn a {
  width: 42.1rem;
  height: 7.8rem;
  border-radius: 3.9rem;
  background-color: #8962c4;
  color: #fff;
  display: -ms-grid;
  display: grid;
  place-content: center;
  font-size: 2.8rem;
  font-weight: 500;
  margin: 0 auto;
}
#howto .howto_clm.clm_01 {
  margin-top: 2.3rem;
}
#howto .howto_clm.clm_01 .clm_ttl {
  width: 54.4rem;
}
#howto .howto_clm.clm_01 .clm_img {
  width: 55.8rem;
  position: relative;
}
#howto .howto_clm.clm_01 .clm_img .point {
  width: 17.3rem;
  position: absolute;
  left: -9.6rem;
  bottom: -5.6rem;
}
#howto .howto_clm.clm_01 .clm_txt {
  margin-top: 4.3rem;
}
#howto .howto_clm.clm_02 {
  margin-top: 5rem;
}
#howto .howto_clm.clm_02 .clm_ttl {
  width: 46rem;
}
#howto .howto_clm.clm_02 .clm_img {
  width: 16.6rem;
  position: relative;
}
#howto .howto_clm.clm_02 .clm_img .point {
  width: 17.3rem;
  position: absolute;
  right: -18.4rem;
  bottom: -0.6rem;
}
#howto .howto_clm.clm_02 .clm_txt {
  margin-top: 3.3rem;
}
#howto .howto_clm.clm_02 .clm_txt_att {
  margin-top: 3.8rem;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.3333333333;
}
#howto .howto_clm.clm_03 {
  margin-top: 5rem;
  position: relative;
}
#howto .howto_clm.clm_03 .clm_ttl {
  width: 35.9rem;
}
#howto .howto_clm.clm_03 .clm_txt {
  margin-top: 4.9rem;
}
#howto .howto_clm.clm_03 .clm_txt .small {
  font-size: 80%;
}
#howto .howto_clm.clm_03 .clm_txt_att {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.3333333333;
  text-align: center;
  margin-top: 4.2rem;
}
#howto .howto_clm.clm_03 .clm_list_ttl {
  width: 21.9rem;
  margin: 6.8rem auto 0;
}
#howto .howto_clm.clm_03 .clm_list {
  width: 56rem;
  margin: 2.2rem auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.05rem;
}
#howto .howto_clm.clm_03 .clm_list li {
  padding: 2.4rem 0 4.3rem;
  border-radius: 2rem;
  background-color: #d9edfb;
  width: 27.4rem;
}
#howto .howto_clm.clm_03 .clm_list li .clm_list_ttl {
  margin: 0 auto;
  width: 86.3%;
  height: 3.6rem;
  border-radius: 1.8rem;
  background-color: #dcd6ee;
  font-size: 2.4rem;
  font-weight: 600;
  color: #5031a8;
  text-align: center;
  line-height: 3.6rem;
  position: relative;
}
#howto .howto_clm.clm_03 .clm_list li .clm_list_ttl::before {
  content: "";
  width: 2.6rem;
  height: 2.6rem;
  background: url(../img/icon_howto_list.png) no-repeat top/contain;
  position: absolute;
  left: 0.8rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#howto .howto_clm.clm_03 .clm_list li .clm_list_ttl_sub {
  margin-left: auto;
  margin-right: auto;
}
#howto .howto_clm.clm_03 .clm_list li .clm_list_address {
  font-size: 2.1rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.5454545455;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin-top: 2rem;
}
#howto .howto_clm.clm_03 .clm_list li.clm_list_01 {
  width: 100%;
}
#howto .howto_clm.clm_03 .clm_list li.clm_list_01 .clm_list_ttl {
  width: 38.6rem;
}
#howto .howto_clm.clm_03 .clm_list li.clm_list_01 .clm_list_ttl::before {
  content: none;
}
#howto .howto_clm.clm_03 .clm_list li.clm_list_01 .clm_list_ttl_sub {
  margin-top: 1.5rem;
  width: 17.6rem;
}
#howto .howto_clm.clm_03 .clm_list li.clm_list_02 .clm_list_ttl_sub {
  margin-top: 1.3rem;
  width: 16.7rem;
}
#howto .howto_clm.clm_03 .clm_list li.clm_list_03 .clm_list_ttl_sub {
  margin-top: 1.4rem;
  width: 16.2rem;
}
#howto .howto_clm.clm_03 .clm_list li.clm_list_04 .clm_list_ttl_sub {
  margin-top: 1.4rem;
  width: 17.1rem;
}
#howto .howto_clm.clm_03 .clm_list li.clm_list_04 .clm_list_address {
  margin-top: 3.3rem;
}
#howto .howto_clm.clm_03 .clm_list li.clm_list_05 .clm_list_ttl_sub {
  margin-top: 1.3rem;
  width: 16.3rem;
}
#howto .howto_clm.clm_03 .point_01 {
  position: absolute;
  top: -6.5rem;
  right: -1rem;
  width: 17.3rem;
}
#howto .howto_clm.clm_03 .point_02 {
  position: absolute;
  top: 5.2rem;
  left: -3.1rem;
  width: 17.3rem;
}

/* ---------------------------------------
  #shop
-----------------------------------------*/
#shop {
  background: url(../img/bg_shop.png) repeat-y top/100% auto;
  padding: 4.5rem 0 10rem;
}
#shop .ttl {
  width: 60.9rem;
  margin: 0 auto;
}
#shop .clm_area {
  position: relative;
  margin-top: 5rem;
}
#shop .clm_area .ttl {
  margin: 0 auto;
  width: 28.7rem;
}
#shop .clm_area .acordion_list {
  width: 64.4rem;
  margin: -4.5rem auto 0;
  border-radius: 2rem;
  background-color: #fff;
  padding: 0 3rem;
}
#shop .clm_area .acordion_list li .acordion_ttl {
  padding-left: 2.8rem;
  padding-right: 4.8rem;
  position: relative;
  cursor: pointer;
}
#shop .clm_area .acordion_list li .acordion_ttl .name {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.2857142857;
}
#shop .clm_area .acordion_list li .acordion_ttl .info {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
}
#shop .clm_area .acordion_list li .acordion_ttl .link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.6rem;
  text-decoration: underline;
  font-size: 2.4rem;
  line-height: 1.5;
}
#shop .clm_area .acordion_list li .acordion_ttl .link a::after {
  content: "";
  width: 2.2rem;
  height: 2.2rem;
  display: block;
  margin-top: 0.5rem;
}
#shop .clm_area .acordion_list li .acordion_ttl::before {
  content: "●";
  font-size: 2.4rem;
  font-weight: 500;
  position: absolute;
  left: 0;
  top: 0.5rem;
}
#shop .clm_area .acordion_list li .acordion_ttl .acordion_icon {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 3.8rem;
  height: 3.8rem;
  border-radius: 1.9rem;
}
#shop .clm_area .acordion_list li .acordion_ttl .acordion_icon::before, #shop .clm_area .acordion_list li .acordion_ttl .acordion_icon::after {
  content: "";
  width: 2.1rem;
  height: 2px;
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#shop .clm_area .acordion_list li .acordion_ttl .acordion_icon::before {
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
          transform: translate(-50%, -50%) rotate(-90deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#shop .clm_area .acordion_list li .acordion_ttl.active .acordion_icon::before {
  -webkit-transform: translate(-50%, -50%) rotate(0);
          transform: translate(-50%, -50%) rotate(0);
}
#shop .clm_area .acordion_list li .acordion_ttl.active + .acordion_content {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  height: auto;
  display: block;
}
#shop .clm_area .acordion_list li .acordion_content {
  padding-top: 4rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top center;
          transform-origin: top center;
  display: none;
}
#shop .clm_area .acordion_list li .acordion_content .img {
  width: 50.4rem;
  margin: 0 auto;
}
#shop .clm_area .acordion_list li .acordion_content .img img {
  border-radius: 2rem;
}
#shop .clm_area .acordion_list li .acordion_content .txt {
  margin-top: 3.95rem;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.75;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
#shop .clm_area .acordion_list li:nth-of-type(1) {
  padding-top: 7.7rem;
}
#shop .clm_area .acordion_list li:nth-last-of-type(1) {
  padding-bottom: 5rem;
}
#shop .clm_area .acordion_list li + li {
  padding-top: 4rem;
  margin-top: 4rem;
}
#shop .clm_area .acordion_list.green li .acordion_ttl::before {
  color: #00815d;
}
#shop .clm_area .acordion_list.green li .acordion_ttl .link a {
  color: #00815d;
}
#shop .clm_area .acordion_list.green li .acordion_ttl .link a::after {
  background: url(../img/icon_link_green.svg) no-repeat center/cover;
}
#shop .clm_area .acordion_list.green li .acordion_ttl .acordion_icon {
  background-color: #4ca78e;
  border: solid 2px #00815d;
}
#shop .clm_area .acordion_list.green li + li {
  border-top: solid 2px #b2d9ce;
}
#shop .clm_area .acordion_list.purple li .acordion_ttl::before {
  color: #5031a8;
}
#shop .clm_area .acordion_list.purple li .acordion_ttl .link a {
  color: #5031a8;
}
#shop .clm_area .acordion_list.purple li .acordion_ttl .link a::after {
  background: url(../img/icon_link_purple.svg) no-repeat center/cover;
}
#shop .clm_area .acordion_list.purple li .acordion_ttl .acordion_icon {
  background-color: #846fc2;
  border: solid 2px #5031a8;
}
#shop .clm_area .acordion_list.purple li + li {
  border-top: solid 2px #cac1e5;
}
#shop .clm_area.area01 {
  margin-top: 1.8rem;
}
#shop .clm_area.area01 .ttl {
  width: 50rem;
}
#shop .att_box {
  margin-top: 6.8rem;
}
#shop .att_box .ttl {
  width: 50.4rem;
  margin: -2rem auto 0;
}
#shop .att_box .inner {
  width: 64.4rem;
  border-radius: 2rem;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(247, 250, 250)), to(rgb(255, 231, 239)));
  background-image: linear-gradient(0deg, rgb(247, 250, 250), rgb(255, 231, 239));
  height: 52.8rem;
  padding: 2.2rem 1.2rem 4.5rem 4.1rem;
  margin: -2.8rem auto 0;
}
#shop .att_box .scroll_box {
  overflow-y: scroll;
  width: 100%;
  height: 100%;
  padding-top: 4.8rem;
  padding-right: 4rem;
}
#shop .att_box .list li {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.625;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
#shop .att_box .list li + li {
  margin-top: 1em;
}

/* ---------------------------------------
  #collabo
-----------------------------------------*/
#collabo {
  background: url(../img/bg_collabo.png) no-repeat top/cover;
  padding: 5.2rem 0 8.3rem;
  position: relative;
}
#collabo .logo {
  width: 35.7rem;
  margin: 0 auto;
}
#collabo .ttl {
  width: 24.2rem;
  margin: 3.6rem auto 0;
}
#collabo .slide_box {
  margin: 6.2rem auto 0;
  width: 56rem;
  position: relative;
  /* slick */
}
#collabo .slide_box .txt_box {
  margin-top: 2.8rem;
  text-align: center;
}
#collabo .slide_box .txt_box .shop_name {
  font-size: 2.8rem;
  font-weight: 800;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
#collabo .slide_box .txt_box .menu_name {
  font-size: 3.6rem;
  font-weight: 800;
  margin-top: 1.8rem;
  line-height: 1.5;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
#collabo .slide_box .txt_box .menu_name .tax {
  font-size: 50%;
}
#collabo .slide_box .txt_box .menu_name + .menu_name {
  margin-top: 1em;
}
#collabo .slide_box .point_01 {
  width: 19.8rem;
  position: absolute;
  left: -8rem;
  top: -6.8rem;
}
#collabo .slide_box .point_02 {
  width: 9.2rem;
  position: absolute;
  right: -5.9rem;
  top: 23.8rem;
}
#collabo .slide_box .slick-prev,
#collabo .slide_box .slick-next {
  width: 6.4rem;
  height: 6.4rem;
  bottom: 10.8rem;
  top: auto;
  -webkit-transform: translate(0);
          transform: translate(0);
  z-index: 1;
}
#collabo .slide_box .slick-prev:before,
#collabo .slide_box .slick-next:before {
  content: none;
}
#collabo .slide_box .slick-prev {
  background: url(../img/ico_slide_prev.png) no-repeat center/cover;
  left: -4.6rem;
}
#collabo .slide_box .slick-next {
  background: url(../img/ico_slide_next.png) no-repeat center/cover;
  right: -4.6rem;
}
#collabo .list_att {
  font-size: 2.4rem;
  font-weight: 500;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1.3333333333;
  margin: 2.7rem 3.5rem 0;
}
#collabo .point {
  width: 9.5rem;
  position: absolute;
  right: 2.3rem;
  top: 3.6rem;
}
#collabo .kitchen_car_box {
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(rgb(80, 49, 168)), to(rgb(47, 49, 107)));
  background: linear-gradient(90deg, rgb(80, 49, 168) 0%, rgb(47, 49, 107) 100%);
  width: 59.7rem;
  margin: 5rem auto 0;
  border-radius: 1rem;
}
#collabo .kitchen_car_box::before {
  content: "";
  width: calc(100% - 1.4rem);
  height: calc(100% - 1.4rem);
  position: absolute;
  left: 0.7rem;
  top: 0.7rem;
  background: -webkit-gradient(linear, left top, right top, from(rgb(255, 250, 202)), color-stop(52%, rgb(255, 255, 255)), to(rgb(255, 250, 202)));
  background: linear-gradient(90deg, rgb(255, 250, 202) 0%, rgb(255, 255, 255) 52%, rgb(255, 250, 202) 100%);
  border-radius: 0.9rem;
}
#collabo .kitchen_car_box .inner {
  position: relative;
  padding: 2.5rem 2.5rem 4rem;
}
#collabo .kitchen_car_box .inner .kitchen_car_clm.kitchen_car_clm {
  margin-top: 2.5rem;
}
#collabo .kitchen_car_box .inner .kitchen_car_clm.schedule {
  width: 51.7rem;
}
#collabo .kitchen_car_box .inner .kitchen_car_clm.time {
  width: 46.9rem;
}
#collabo .kitchen_car_box .inner .kitchen_car_clm.place {
  width: 51.5rem;
}
#collabo .kitchen_car_box .inner .kitchen_car_clm.att {
  width: 52.9rem;
}
#collabo .kitchen_car_box .point_kitchen_car_01,
#collabo .kitchen_car_box .point_kitchen_car_02 {
  width: 6.7rem;
  position: absolute;
}
#collabo .kitchen_car_box .point_kitchen_car_01 {
  left: -1.1rem;
  top: -1.8rem;
}
#collabo .kitchen_car_box .point_kitchen_car_02 {
  right: -3.5rem;
  bottom: -0.9rem;
}

/* ---------------------------------------
  .bg_other
-----------------------------------------*/
.bg_other {
  background: url(../img/bg_other.png) repeat-y top/100% auto;
  padding: 6.9rem 0 4rem;
}

/* ---------------------------------------
  #faq
-----------------------------------------*/
#faq .ttl {
  width: 43.6rem;
  margin-left: 15.5rem;
}
#faq .list {
  margin: 4rem auto 0;
  width: 56rem;
}
#faq .list li .acordion_ttl {
  background-color: #8962c4;
  border-radius: 2rem;
  padding: 3rem 7.5rem 3rem 9rem;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 800;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  position: relative;
  line-height: 1.2142857143;
  cursor: pointer;
}
#faq .list li .acordion_ttl::before {
  content: "";
  width: 3.7rem;
  height: 7.4rem;
  background: url(../img/txt_faq_q.png) no-repeat top/contain;
  position: absolute;
  left: 3.1rem;
  top: 2.9rem;
}
#faq .list li .acordion_ttl .acordion_icon::before, #faq .list li .acordion_ttl .acordion_icon::after {
  content: "";
  width: 2.8rem;
  height: 3px;
  border-radius: 1.5rem;
  position: absolute;
  top: 50%;
  right: 3rem;
  background-color: #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#faq .list li .acordion_ttl .acordion_icon::after {
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#faq .list li .acordion_ttl.active {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
}
#faq .list li .acordion_ttl.active .acordion_icon::after {
  -webkit-transform: translateY(-50%) rotate(0);
          transform: translateY(-50%) rotate(0);
}
#faq .list li .acordion_ttl.active + .acordion_content {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  height: auto;
  display: block;
}
#faq .list li .acordion_content {
  padding: 3rem 5rem 3.5rem 9rem;
  background-color: #fff;
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top center;
          transform-origin: top center;
  display: none;
}
#faq .list li .acordion_content::before {
  content: "";
  width: 3.1rem;
  height: 2.8rem;
  background: url(../img/txt_faq_a.png) no-repeat top/contain;
  position: absolute;
  left: 3.6rem;
  top: 3.4rem;
}
#faq .list li .acordion_content .faq_txt {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.4166666667;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
}
#faq .list li .acordion_content .link_blank:after {
  content: "";
  width: 1.8rem;
  height: 1.8rem;
  display: inline-block;
  margin-left: 0.6rem;
  background: url(../img/ico_blank.png) no-repeat center/contain;
}
#faq .list li + li {
  margin-top: 3rem;
}

/* ---------------------------------------
  #contact
-----------------------------------------*/
#contact {
  margin-top: 7rem;
}
#contact .ttl {
  width: 44.1rem;
  margin: 0 auto;
}
#contact .clm_box {
  margin-top: 4.5rem;
}
#contact .clm_box .clm_ttl {
  font-size: 2.4rem;
  font-weight: 700;
  color: #5031a8;
  text-align: center;
}
#contact .clm_box .clm_txt {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}
#contact .sns_list {
  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;
  gap: 0 1.6rem;
  margin-top: 3.5rem;
}
#contact .sns_list li {
  width: 10.5rem;
}
#contact .copyright {
  text-align: center;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.5454545455;
  margin-top: 8.7rem;
}

/* ---------------------------------------
  表示・非表示処理
-----------------------------------------*/
.sp {
  display: none;
}
@media screen and (max-width: 920px) {
  .sp {
    display: block;
  }
}

@media screen and (max-width: 920px) {
  .pc {
    display: none;
  }
}