html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

main, article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul,
nav ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background: transparent;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th {
  font-weight: normal;
  text-align: left;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #CCC;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

img {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: bottom;
  background: transparent;
}

address, cite, code, dfn, em, var {
  font-style: normal;
}

figure {
  margin-bottom: 0;
}

:root {
  --mainCl: #25347b;
  --drawerBkg: #25347b;
  --accentCl: #ff9933;
  --fontCl: #fff;
  --headerHight: 100px;
  --contentW: 80%;
  --gradeBkg: linear-gradient(145deg, rgba(129, 142, 193, 0.3) 0%, rgba(37, 52, 123, 0.3) 40%, rgba(255, 153, 51, 0.3) 80%, rgba(255, 236, 244, 0.3) 100%);
}

html {
  font-size: 62.5%;
}

@media screen and (max-width: 768px) {
  html {
    font-size: 3.2vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) {
  html {
    font-size: 1vw;
  }
}

@media screen and (min-width: 1024px) {
  html {
    font-size: 1vw;
  }
}

@media screen and (min-width: 1440px) {
  html {
    font-size: 14px;
  }
}

body {
  position: relative;
  text-align: revert;
  color: var(--fontCl);
  font-family: "M PLUS 1";
  font-weight: 500;
  line-height: 2;
  letter-spacing: .05em;
  background: #000 url("../../assets/img/body_bkg.svg") repeat-y center center/100%;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
  }
}

@media screen and (min-width: 768px) {
  body {
    font-size: 1.42857rem;
  }
}

body *, body ::after, body ::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

main {
  position: relative;
  z-index: 1;
}

*, ::after, ::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  width: 100%;
  height: auto;
  border-style: none;
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

@media screen and (min-width: 1024px) {
  a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none !important;
  }
}

a:link {
  color: inherit;
  text-decoration: none;
}

a:visited {
  color: inherit;
  text-decoration: none;
}

a:hover {
  color: inherit;
  text-decoration: none;
}

a:active {
  color: inherit;
  text-decoration: none;
}

nav a {
  text-decoration: none;
}

ul, ol {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  max-height: 100px;
  height: 7.14286rem;
  background-color: var(--mainCl);
  -webkit-box-shadow: 0 0 20px rgba(51, 153, 204, 0.75);
          box-shadow: 0 0 20px rgba(51, 153, 204, 0.75);
  line-height: 1;
}

@media screen and (max-width: 768px) {
  header {
    height: 4.28571rem;
  }
}

header #headerIn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  padding-inline: 3vw;
}

@media screen and (max-width: 768px) {
  header #headerIn {
    padding-inline: 5vw;
  }
}

header a {
  display: block;
}

header h1 {
  position: absolute;
  width: 16.42857rem;
}

@media screen and (max-width: 768px) {
  header h1 {
    position: relative;
    z-index: 1000;
    width: 11.42857rem;
  }
}

@media (hover: hover) {
  header h1 a {
    -webkit-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  }
  header h1 a:hover {
    -webkit-filter: opacity(0.7);
            filter: opacity(0.7);
  }
}

@media screen and (min-width: 768px) {
  header #gNavi {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
  }
}

header #gNavi .gNav {
  width: 100%;
}

@media screen and (min-width: 768px) {
  header #gNavi .gNav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5.71429rem;
    -webkit-column-rule: 1px solid var(--fontCl);
            column-rule: 1px solid var(--fontCl);
  }
}

header #gNavi .gNav ul {
  display: grid;
  grid-template-columns: repeat(4, auto);
  gap: 2.85714rem;
}

header #gNavi .gNav ul li {
  position: relative;
}

header #gNavi .gNav ul li a {
  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;
  padding-block: .2em;
}

@media screen and (min-width: 768px) {
  header #gNavi .gNav ul li a span {
    height: 100%;
    overflow: hidden;
    color: transparent;
    text-shadow: 0 1.5em 0 #fff, 0 0 0 #fff;
    -webkit-transition: text-shadow 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    transition: text-shadow 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  }
}

@media screen and (min-width: 768px) and (hover: hover) {
  header #gNavi .gNav ul li a {
    -webkit-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  }
  header #gNavi .gNav ul li a:hover {
    color: #fff;
  }
  header #gNavi .gNav ul li a:hover span {
    text-shadow: 0 0 0 #fff, 0 -1.5em 0 #fff;
  }
}

header #gNavi .gNav .gnav-x {
  display: block;
  width: 1.42857rem;
}

@media (hover: hover) {
  header #gNavi .gNav .gnav-x {
    -webkit-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  }
  header #gNavi .gNav .gnav-x:hover {
    -webkit-filter: opacity(0.7);
            filter: opacity(0.7);
  }
}

header #hdMenu,
header #hdClose {
  display: none;
}

@media screen and (max-width: 768px) {
  header #hdMenu,
  header #hdClose {
    display: block;
    position: absolute;
    right: 0.85714rem;
    top: 0.85714rem;
  }
  header #hdMenu a img,
  header #hdClose a img {
    width: 2.85714rem;
    display: block;
  }
  header #hdMenu {
    z-index: 1;
  }
  header #hdClose {
    z-index: 10;
  }
  header #gNavi {
    max-width: 100vw;
    width: 100%;
    background-color: var(--drawerBkg);
    left: 0;
    top: 0;
    z-index: 2;
    position: absolute;
    -webkit-transform: translateX(9999px);
            transform: translateX(9999px);
    opacity: 0;
    -webkit-transition: opacity 0.1s 0s, -webkit-transform 0s 0.2s;
    transition: opacity 0.1s 0s, -webkit-transform 0s 0.2s;
    transition: transform 0s 0.2s, opacity 0.1s 0s;
    transition: transform 0s 0.2s, opacity 0.1s 0s, -webkit-transform 0s 0.2s;
  }
  header #gNavi .gNav {
    padding: 5.71429rem 5vw;
  }
  header #gNavi .gNav ul {
    grid-template-columns: repeat(1, auto);
    gap: 0;
    border-top: solid 1px rgba(255, 255, 255, 0.2);
  }
  header #gNavi .gNav ul li {
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);
    opacity: 0;
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
    -webkit-transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), transform 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), transform 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  }
  header #gNavi .gNav ul li a {
    padding-block: 1.3em;
    font-size: 1.28571rem;
  }
  header #gNavi .gnav-x {
    width: 1.42857rem;
    margin: 2.14286rem auto 0 auto;
    opacity: 0;
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
    -webkit-transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), transform 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), transform 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  }
  header.open #gNavi {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
    -webkit-transition: opacity 0.3s, -webkit-transform 0s;
    transition: opacity 0.3s, -webkit-transform 0s;
    transition: transform 0s, opacity 0.3s;
    transition: transform 0s, opacity 0.3s, -webkit-transform 0s;
  }
  header.open #gNavi .gNav ul li {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  header.open #gNavi .gNav ul li:nth-child(1) {
    -webkit-transition-delay: .3s;
            transition-delay: .3s;
  }
  header.open #gNavi .gNav ul li:nth-child(2) {
    -webkit-transition-delay: .3s;
            transition-delay: .3s;
  }
  header.open #gNavi .gNav ul li:nth-child(3) {
    -webkit-transition-delay: .35s;
            transition-delay: .35s;
  }
  header.open #gNavi .gNav ul li:nth-child(4) {
    -webkit-transition-delay: .4s;
            transition-delay: .4s;
  }
  header.open #gNavi .gNav .gnav-x {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition-delay: .45s;
            transition-delay: .45s;
  }
}

footer {
  padding-block: 14.28571rem 7.14286rem;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  footer {
    padding-block: 7.14286rem 3.57143rem;
  }
}

footer .footer-logo {
  width: 10.71429rem;
  margin-inline: auto;
  -webkit-margin-after: 2rem;
          margin-block-end: 2rem;
}

@media screen and (max-width: 768px) {
  footer .footer-logo {
    width: 19.52381%;
  }
}

footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2.85714rem;
  -webkit-column-rule: 1px solid var(--fontCl);
          column-rule: 1px solid var(--fontCl);
  margin-top: 2.85714rem;
}

@media screen and (max-width: 768px) {
  footer ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    margin-top: 1.42857rem;
    text-align: center;
  }
}

footer ul li a {
  display: block;
  color: var(--fontCl);
  font-size: 1.28571rem;
}

@media screen and (max-width: 768px) {
  footer ul li a {
    padding-block: .5em;
    font-size: 13px;
  }
}

@media (hover: hover) {
  footer ul li a {
    -webkit-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  }
  footer ul li a:hover {
    -webkit-filter: opacity(0.7);
            filter: opacity(0.7);
  }
}

footer .credit {
  margin-top: 2.14286rem;
  text-align: center;
  color: var(--fontCl);
  font-size: 1.28571rem;
}

@media screen and (max-width: 768px) {
  footer .credit {
    margin-top: 1.42857rem;
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
    visibility: hidden !important;
  }
}

@media screen and (max-width: 768px) {
  .tb {
    display: none !important;
    visibility: hidden !important;
  }
}

@media screen and (min-width: 1024px) {
  .tb {
    display: none !important;
    visibility: hidden !important;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
    visibility: hidden !important;
  }
}

@media screen and (min-width: 1024px) {
  .sp-tb {
    display: none !important;
    visibility: hidden !important;
  }
}

#wrap {
  position: relative;
  overflow: hidden;
}

main {
  margin-top: 7.14286rem;
}

@media screen and (max-width: 768px) {
  main {
    margin-top: 4.28571rem;
  }
}

a[href^="tel:"] {
  color: #fff;
}

.ttl-type01 {
  width: 29.28571rem;
  margin-inline: auto;
}

@media screen and (max-width: 768px) {
  .ttl-type01 {
    width: 47.61905%;
  }
}

.ttl-type02 {
  position: relative;
  margin-bottom: .5em;
  padding-left: 1.7em;
  font-size: 3rem;
}

@media screen and (max-width: 768px) {
  .ttl-type02 {
    font-size: 18px;
  }
}

.ttl-type02::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  z-index: 1;
  width: 1.1em;
  aspect-ratio: 1;
  background-image: url("../../assets/img/subttl_bullet.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

.btn-wrap {
  display: block;
  width: 21.71429rem;
  margin-inline: auto;
}

@media screen and (max-width: 768px) {
  .btn-wrap {
    width: 44vw;
  }
}

@media (hover: hover) {
  .btn-wrap {
    -webkit-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  }
  .btn-wrap:hover {
    -webkit-filter: brightness(1.4);
            filter: brightness(1.4);
    opacity: 1;
  }
}

.contents-list {
  max-width: 1200px;
  width: var(--contentW);
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8.57143rem 5.71429rem;
  margin-top: 5.71429rem;
}

@media screen and (max-width: 768px) {
  .contents-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 5rem;
    margin-top: 3.57143rem;
  }
}

.contents-list .contents-item {
  position: relative;
  padding: 5rem;
  background: var(--gradeBkg);
}

@media screen and (max-width: 768px) {
  .contents-list .contents-item {
    padding: 2.85714rem 2.85714rem 4.28571rem 2.85714rem;
  }
}

.contents-list .contents-item figure {
  -webkit-box-shadow: 0.85714rem 0.85714rem 0 rgba(255, 153, 51, 0.5);
          box-shadow: 0.85714rem 0.85714rem 0 rgba(255, 153, 51, 0.5);
}

.contents-list .contents-item h2 {
  width: 17.14286rem;
  margin: 5.71429rem auto 2.85714rem auto;
}

@media screen and (max-width: 768px) {
  .contents-list .contents-item h2 {
    width: 63%;
    margin: 4.28571rem auto 2.14286rem auto;
  }
}

.contents-list .contents-item:is(#top *):last-child::before {
  content: "";
  position: absolute;
  top: 92%;
  left: 62%;
  z-index: 1;
  width: 38.57143rem;
  aspect-ratio: 552 / 575;
  background-image: url("../../assets/img/top_contents_more.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  .contents-list .contents-item:is(#top *):last-child::before {
    top: 94%;
    left: 47%;
    width: 61%;
  }
}

.contents-list .contents-item:is(#shop *) {
  padding-bottom: 7.14286rem;
}

@media screen and (max-width: 768px) {
  .contents-list .contents-item:is(#shop *) {
    padding-bottom: 5rem;
  }
}

.contents-list .contents-item:is(#shop *) .btn-wrap {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -3.07143rem;
}

@media screen and (max-width: 768px) {
  .contents-list .contents-item:is(#shop *) .btn-wrap {
    bottom: -1.92857rem;
  }
}

.news-list {
  max-width: 990px;
  width: var(--contentW);
  margin-inline: auto;
  margin-top: 4.28571rem;
}

@media screen and (max-width: 768px) {
  .news-list {
    margin-top: 1.42857rem;
  }
}

.news-list li {
  border-bottom: solid 1px rgba(255, 255, 255, 0.25);
}

.news-list li a {
  position: relative;
  display: block;
  padding: 1.5em 0 1.5em 2.5em;
  color: var(--fontCl);
  line-height: 1.7;
}

.news-list li a::before {
  content: "";
  position: absolute;
  top: 1.9em;
  left: .75em;
  z-index: 1;
  width: .8em;
  aspect-ratio: 1;
  background-image: url("../../assets/img/icon_arrow.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

@media (hover: hover) {
  .news-list li a {
    -webkit-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  }
  .news-list li a:hover {
    -webkit-filter: opacity(0.7);
            filter: opacity(0.7);
  }
}

#top .mv {
  position: relative;
  width: 100%;
}

#top .mv h1 {
  position: absolute;
  inset: 0;
  margin: auto auto auto auto;
  width: 39.58333%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

@media screen and (max-width: 768px) {
  #top .mv h1 {
    width: 64.28571%;
  }
}

#top .movie {
  position: relative;
  padding-block: 2.85714rem 14.28571rem;
  background: url("../../assets/img/top_movie_bkg.webp") no-repeat center bottom/cover;
}

@media screen and (max-width: 768px) {
  #top .movie {
    padding-block: 2.14286rem 4.28571rem;
    background: url("../../assets/img/top_movie_bkg_sp.webp") no-repeat center top/cover;
  }
}

#top .movie::before {
  content: "";
  position: absolute;
  bottom: 10rem;
  left: 0;
  z-index: 0;
  width: 23.95833%;
  aspect-ratio: 460 / 366;
  background-image: url("../../assets/img/top_movie_bkg_l.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  #top .movie::before {
    bottom: 17.85714rem;
    width: 27.14286%;
  }
}

#top .movie::after {
  content: "";
  position: absolute;
  bottom: 7.14286rem;
  right: 0;
  z-index: 0;
  width: 19.79167%;
  aspect-ratio: 380 / 588;
  background-image: url("../../assets/img/top_movie_bkg_r.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  #top .movie::after {
    bottom: 13.92857rem;
    width: 20.95238%;
  }
}

#top .movie .swiper-wrapper {
  padding-block: 0.71429rem;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

#top .movie .swiper-wrapper .swiper-container {
  overflow: hidden;
}

#top .movie .swiper-wrapper .swiper-slide.-odd {
  padding-top: 5vw;
}

#top .movie .swiper-wrapper img {
  -webkit-filter: drop-shadow(0 0 5px rgba(0, 150, 255, 0.7));
          filter: drop-shadow(0 0 5px rgba(0, 150, 255, 0.7));
}

#top .movie .movie-video {
  position: relative;
  z-index: 1;
  max-width: 840px;
  width: var(--contentW);
  margin-inline: auto;
  margin-top: 7.85714rem;
  aspect-ratio: 16 / 9;
}

@media screen and (max-width: 768px) {
  #top .movie .movie-video {
    width: 80%;
    margin-top: 6.42857rem;
  }
}

#top .movie .movie-video .video-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
}

#top .movie .movie-video .video-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto auto auto auto;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(30deg, rgba(255, 153, 51, 0.7) 50%, rgba(74, 138, 153, 0.7) 50%);
  -webkit-filter: blur(20px);
          filter: blur(20px);
}

@media screen and (max-width: 768px) {
  #top .movie .movie-video .video-wrap::before {
    -webkit-filter: blur(13px);
            filter: blur(13px);
  }
}

#top .movie .movie-video video {
  width: 100%;
  aspect-ratio: 16 / 9;
}

#top .news {
  position: relative;
  margin-top: 5rem;
}

@media screen and (max-width: 768px) {
  #top .news {
    margin-top: 2.14286rem;
  }
}

#top .news::before {
  content: "";
  position: absolute;
  top: -3.57143rem;
  left: 0;
  z-index: -1;
  width: 20.20833%;
  aspect-ratio: 388 / 842;
  background-image: url("../../assets/img/top_news_bkg_l.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  #top .news::before {
    width: 17.14286%;
    aspect-ratio: 72 / 330;
    background-image: url("../../assets/img/top_news_bkg_l_sp.svg");
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
  }
}

#top .news::after {
  content: "";
  position: absolute;
  bottom: -5.71429rem;
  right: 0;
  z-index: -1;
  width: 16.66667%;
  aspect-ratio: 320 / 870;
  background-image: url("../../assets/img/top_news_bkg_r.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  #top .news::after {
    bottom: -8vw;
    width: 16.66667%;
    aspect-ratio: 70 / 374;
    background-image: url("../../assets/img/top_news_bkg_r_sp.svg");
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
  }
}

#top .news .btn-wrap {
  margin-top: 5.71429rem;
}

@media screen and (max-width: 768px) {
  #top .news .btn-wrap {
    margin-top: 3.57143rem;
  }
}

#top .contents {
  position: relative;
  margin-top: 17.14286rem;
}

@media screen and (max-width: 768px) {
  #top .contents {
    margin-top: 10rem;
  }
}

#top .contents::before {
  content: "";
  position: absolute;
  top: 7.85714rem;
  left: 0;
  z-index: -1;
  width: 16.04167%;
  aspect-ratio: 308 / 1068;
  background-image: url("../../assets/img/top_contents_bkg_l.webp");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  #top .contents::before {
    top: revert;
    bottom: -27vw;
    width: 22.38095%;
    aspect-ratio: 94 / 485;
    background-image: url("../../assets/img/top_contents_bkg_l_sp.webp");
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
  }
}

#top .contents::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: 16.30208%;
  aspect-ratio: 313 / 995;
  background-image: url("../../assets/img/top_contents_bkg_r.webp");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  #top .contents::after {
    top: -11vw;
    width: 17.61905%;
    aspect-ratio: 74 / 395;
  }
}

@media screen and (max-width: 768px) {
  #top .contents .ttl-type01 {
    position: relative;
  }
  #top .contents .ttl-type01::before {
    content: "";
    position: absolute;
    top: -7vw;
    left: -28vw;
    z-index: 0;
    width: 23vw;
    aspect-ratio: 78 / 109;
    background-image: url("../../assets/img/top_contents_bkg_l2_sp.svg");
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
  }
}

#top .shop {
  margin-top: 24.28571rem;
}

@media screen and (max-width: 768px) {
  #top .shop {
    margin-top: 15.71429rem;
  }
}

#top .shop .shop-info {
  position: relative;
  display: block;
  max-width: 1200px;
  width: var(--contentW);
  margin-inline: auto;
  margin-top: 5.71429rem;
  padding: 4.28571rem 5.71429rem;
  background: var(--gradeBkg);
}

@media screen and (max-width: 768px) {
  #top .shop .shop-info {
    margin-top: 2.85714rem;
    padding: 2.14286rem;
  }
}

#top .shop .shop-info::before {
  content: "";
  position: absolute;
  right: 1.42857rem;
  bottom: 1.42857rem;
  z-index: -1;
  width: 3.57143rem;
  aspect-ratio: 1;
  border-radius: 0.28571rem;
  background-color: rgba(255, 255, 255, 0.56);
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
          clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}

@media screen and (max-width: 768px) {
  #top .shop .shop-info::before {
    right: 0.71429rem;
    bottom: 0.71429rem;
    width: 1.78571rem;
  }
}

@media (hover: hover) {
  #top .shop .shop-info {
    -webkit-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  }
  #top .shop .shop-info:hover {
    -webkit-filter: opacity(0.7);
            filter: opacity(0.7);
  }
}

#top .shop .shop-info h2, #top .shop .shop-info address {
  line-height: 1.7;
  color: var(--fontCl);
}

#top .shop .shop-info h2 {
  position: relative;
  margin-bottom: 1.42857rem;
  padding-left: 2.14286rem;
  font-size: 2.14286rem;
}

@media screen and (max-width: 768px) {
  #top .shop .shop-info h2 {
    font-size: 20px;
  }
}

#top .shop .shop-info h2::before {
  content: "";
  position: absolute;
  top: .7em;
  left: 0;
  z-index: 1;
  width: .6em;
  aspect-ratio: 1;
  background-image: url("../../assets/img/icon_arrow.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

#top .shop .shop-info address {
  font-weight: 500;
}

#shop.subpage button {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  outline: none;
  border: none;
  background: none;
}

#shop.subpage button:focus {
  outline: none;
}

#shop.subpage .shop-info {
  position: relative;
  margin-top: 5.71429rem;
}

@media screen and (max-width: 768px) {
  #shop.subpage .shop-info {
    margin-top: 2.85714rem;
  }
}

#shop.subpage .shop-info::before {
  content: "";
  position: absolute;
  top: 6.42857rem;
  left: 0;
  z-index: -1;
  width: 16.14583%;
  aspect-ratio: 310 / 622;
  background-image: url("../../assets/img/shop_bkg_l.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  #shop.subpage .shop-info::before {
    top: 2.85714rem;
    width: 15.71429%;
    aspect-ratio: 66 / 140;
  }
}

#shop.subpage .shop-info::after {
  content: "";
  position: absolute;
  top: -5.71429rem;
  right: 0;
  z-index: -1;
  width: 16.97917%;
  aspect-ratio: 326 / 562;
  background-image: url("../../assets/img/shop_bkg_r.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  #shop.subpage .shop-info::after {
    top: -2.14286rem;
    width: 17.14286%;
    aspect-ratio: 72 / 130;
  }
}

#shop.subpage .shop-info h1 {
  width: 61.42857rem;
  margin-inline: auto;
}

@media screen and (max-width: 768px) {
  #shop.subpage .shop-info h1 {
    width: 70%;
  }
}

#shop.subpage .shop-info dl {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0 2em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 2.14286rem auto 0 auto;
}

@media screen and (max-width: 768px) {
  #shop.subpage .shop-info dl {
    display: block;
    margin-top: 1.42857rem;
  }
}

#shop.subpage .shop-info dl dt {
  position: relative;
  padding-left: 1.5em;
}

@media screen and (max-width: 768px) {
  #shop.subpage .shop-info dl dt {
    margin-top: 1em;
  }
}

#shop.subpage .shop-info dl dt::before {
  content: "";
  position: absolute;
  top: 0.65em;
  left: 0;
  z-index: 1;
  width: 0.8em;
  aspect-ratio: 1;
  background-image: url("../../assets/img/icon_arrow.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  #shop.subpage .shop-info dl dd {
    margin-left: 1.5em;
  }
}

#shop.subpage .shop-contents {
  position: relative;
  margin-top: 14.28571rem;
}

@media screen and (max-width: 768px) {
  #shop.subpage .shop-contents {
    margin-top: 10.71429rem;
  }
}

#shop.subpage .shop-contents::before {
  content: "";
  position: absolute;
  top: 32.85714rem;
  left: 0;
  z-index: -1;
  width: 12.29167%;
  aspect-ratio: 236 / 1074;
  background-image: url("../../assets/img/shop_contents_bkg_l.webp");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  #shop.subpage .shop-contents::before {
    top: revert;
    bottom: -3.57143rem;
    width: 19.04762%;
    aspect-ratio: 80 / 457;
    background-image: url("../../assets/img/shop_contents_bkg_l_sp.webp");
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
  }
}

#shop.subpage .shop-contents::after {
  content: "";
  position: absolute;
  top: -2.14286rem;
  right: 0;
  z-index: -1;
  width: 18.54167%;
  aspect-ratio: 356 / 1330;
  background-image: url("../../assets/img/shop_contents_bkg_r.webp");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  #shop.subpage .shop-contents::after {
    top: -6.42857rem;
    width: 16.66667%;
    aspect-ratio: 70 / 358;
    background-image: url("../../assets/img/shop_contents_bkg_r_sp.webp");
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
  }
}

#shop.subpage .shop-guide {
  position: relative;
  margin-top: 17.14286rem;
}

@media screen and (max-width: 768px) {
  #shop.subpage .shop-guide {
    margin-top: 10.71429rem;
  }
}

#shop.subpage .shop-guide::before {
  content: "";
  position: absolute;
  top: -7vw;
  left: 0;
  z-index: -1;
  width: 19.27083%;
  aspect-ratio: 370 / 270;
  background-image: url("../../assets/img/shop_guide_bkg.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  #shop.subpage .shop-guide::before {
    top: -1.14286rem;
    width: 26.66667%;
    aspect-ratio: 112 / 78;
  }
}

#shop.subpage .shop-guide .guide-inner {
  position: relative;
}

#shop.subpage .shop-guide .guide-inner.-price {
  margin-top: 2.14286rem;
}

#shop.subpage .shop-guide .guide-inner.-rule {
  margin-top: 7.14286rem;
}

@media screen and (max-width: 768px) {
  #shop.subpage .shop-guide .guide-inner.-rule {
    margin-top: 2.85714rem;
  }
}

#shop.subpage .shop-guide .guide-inner.-rule::before {
  content: "";
  position: absolute;
  top: -9.28571rem;
  left: 0;
  z-index: -1;
  width: 16.14583%;
  aspect-ratio: 310 / 622;
  background-image: url("../../assets/img/shop_bkg_l.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  #shop.subpage .shop-guide .guide-inner.-rule::before {
    content: revert;
  }
}

#shop.subpage .shop-guide .guide-inner.-rule::after {
  content: "";
  position: absolute;
  top: -22.14286rem;
  right: 0;
  z-index: -1;
  width: 16.97917%;
  aspect-ratio: 326 / 562;
  background-image: url("../../assets/img/shop_bkg_r.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  #shop.subpage .shop-guide .guide-inner.-rule::after {
    content: revert;
  }
}

#shop.subpage .shop-guide .guide-container {
  max-width: 1200px;
  width: var(--contentW);
  margin-inline: auto;
}

#shop.subpage .shop-guide .guide-tbl {
  width: 100%;
  border: solid 1px #231815;
}

#shop.subpage .shop-guide .guide-tbl th,
#shop.subpage .shop-guide .guide-tbl td {
  padding: 1em;
  border: solid 1px #231815;
  vertical-align: middle;
  text-align: center;
  color: #231815;
  font-weight: 700;
  font-size: 2rem;
}

@media screen and (max-width: 768px) {
  #shop.subpage .shop-guide .guide-tbl th,
  #shop.subpage .shop-guide .guide-tbl td {
    padding-inline: 0;
    line-height: 1.7;
    font-size: 13px;
  }
}

#shop.subpage .shop-guide .guide-tbl thead th {
  background-color: #dcdfea;
}

#shop.subpage .shop-guide .guide-tbl tbody th {
  background-color: #fff3e7;
}

#shop.subpage .shop-guide .guide-tbl tbody td {
  background-color: #fff;
}

#shop.subpage .shop-guide .guide-list {
  line-height: 1.7;
}

@media screen and (max-width: 768px) {
  #shop.subpage .shop-guide .guide-list {
    font-size: 13px;
  }
}

#shop.subpage .shop-guide .guide-list li {
  margin-left: 1.5em;
  list-style-type: disc;
}

#shop.subpage .shop-guide .guide-list li:not(:first-child) {
  margin-top: 0.7em;
}

#shop.subpage .shop-access {
  position: relative;
  margin-top: 14.28571rem;
}

@media screen and (max-width: 768px) {
  #shop.subpage .shop-access {
    margin-top: 7.85714rem;
  }
}

#shop.subpage .shop-access::before {
  content: "";
  position: absolute;
  top: -18.57143rem;
  right: 0;
  z-index: -1;
  width: 16.35417%;
  aspect-ratio: 314 / 404;
  background-image: url("../../assets/img/shop_access_bkg.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  #shop.subpage .shop-access::before {
    top: -4.28571rem;
    width: 21.42857%;
    aspect-ratio: 90 / 120;
  }
}

#shop.subpage .shop-access .access-map {
  max-width: 1200px;
  width: var(--contentW);
  margin-inline: auto;
  aspect-ratio: 1200 / 570;
  margin-top: 4.28571rem;
}

@media screen and (max-width: 768px) {
  #shop.subpage .shop-access .access-map {
    aspect-ratio: 340 / 200;
    margin-top: 2.85714rem;
  }
}

#shop.subpage .shop-access .access-map iframe {
  width: 100%;
  height: 100%;
}

#shop.subpage .shop-access address {
  margin-top: 1em;
  line-height: 1.7;
  text-align: center;
  font-weight: 500;
}

@-webkit-keyframes fadeInScale {
  from {
    opacity: 0;
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes fadeInScale {
  from {
    opacity: 0;
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes fadeOutScale {
  from {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
}

@keyframes fadeOutScale {
  from {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
}

@-webkit-keyframes fadeInBackdrop {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeInBackdrop {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes fadeOutBackdrop {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes fadeOutBackdrop {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

#shop.subpage dialog {
  position: relative;
  width: min(70dvw, 600px);
  margin: auto;
  padding: 0 2.14286rem 2.14286rem 2.14286rem;
  background: linear-gradient(145deg, #818ec1 0%, #25347b 40%, #ff9933 80%, #ffecf4 100%);
  overflow: visible;
  border: none;
}

@media screen and (max-width: 768px) {
  #shop.subpage dialog {
    width: 90dvw;
    padding: 0 1.42857rem 1.42857rem 1.42857rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) {
  #shop.subpage dialog {
    width: 50dvw;
  }
}

#shop.subpage dialog:not([open]):not(.closing) {
  display: none;
}

#shop.subpage dialog[open] {
  -webkit-animation: fadeInScale 0.3s ease-out forwards;
          animation: fadeInScale 0.3s ease-out forwards;
}

#shop.subpage dialog.closing {
  display: block;
  pointer-events: none;
  -webkit-animation: fadeOutScale 0.3s ease-out forwards;
          animation: fadeOutScale 0.3s ease-out forwards;
}

#shop.subpage dialog::-webkit-backdrop {
  background: rgba(0, 0, 0, 0.75);
  -webkit-animation: fadeInBackdrop 0.3s ease-out forwards;
          animation: fadeInBackdrop 0.3s ease-out forwards;
}

#shop.subpage dialog::backdrop {
  background: rgba(0, 0, 0, 0.75);
  -webkit-animation: fadeInBackdrop 0.3s ease-out forwards;
          animation: fadeInBackdrop 0.3s ease-out forwards;
}

#shop.subpage dialog.closing::-webkit-backdrop {
  -webkit-animation: fadeOutBackdrop 0.3s ease-out forwards;
          animation: fadeOutBackdrop 0.3s ease-out forwards;
}

#shop.subpage dialog.closing::backdrop {
  -webkit-animation: fadeOutBackdrop 0.3s ease-out forwards;
          animation: fadeOutBackdrop 0.3s ease-out forwards;
}

#shop.subpage dialog .close-btn {
  position: absolute;
  top: -3.57143rem;
  right: 0;
  width: 2.85714rem;
  aspect-ratio: 1;
  z-index: 10;
}

#shop.subpage dialog .dialog-body {
  max-height: 65dvh;
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

#shop.subpage dialog .dialog-body::-webkit-scrollbar {
  display: none;
}

#shop.subpage dialog .dialog-body .dialog-content {
  padding: 2.85714rem;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  #shop.subpage dialog .dialog-body .dialog-content {
    padding: 2.14286rem;
  }
}

#shop.subpage dialog .dialog-body figure {
  width: 75%;
  margin-inline: auto;
  -webkit-box-shadow: 1.07143rem 1.07143rem 0 rgba(255, 153, 51, 0.5);
          box-shadow: 1.07143rem 1.07143rem 0 rgba(255, 153, 51, 0.5);
}

@media screen and (max-width: 768px) {
  #shop.subpage dialog .dialog-body figure {
    width: 100%;
    -webkit-box-shadow: 0.71429rem 0.71429rem 0 rgba(255, 153, 51, 0.5);
            box-shadow: 0.71429rem 0.71429rem 0 rgba(255, 153, 51, 0.5);
  }
}

#shop.subpage dialog .dialog-body .ttl-type02 {
  margin-block: 2.14286rem 0;
  font-size: 1.85714rem;
}

@media screen and (max-width: 768px) {
  #shop.subpage dialog .dialog-body .ttl-type02 {
    font-size: 18px;
  }
}

#shop.subpage dialog .dialog-body ol {
  padding-left: 0;
}

#shop.subpage dialog .dialog-body ol li {
  list-style-type: decimal;
  list-style-position: inside;
  padding-block: .4em;
  border-bottom: solid 1px var(--accentCl);
  line-height: 1.5;
  font-size: 1.28571rem;
}

#news.subpage main {
  position: relative;
  margin-top: 20rem;
}

@media screen and (max-width: 768px) {
  #news.subpage main {
    margin-top: 8.57143rem;
  }
}

#news.subpage main::before {
  content: "";
  position: absolute;
  top: 25rem;
  left: 0;
  z-index: -1;
  width: 16.14583%;
  aspect-ratio: 310 / 622;
  background-image: url("../../assets/img/shop_bkg_l.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  #news.subpage main::before {
    top: 23.57143rem;
    width: 15.71429%;
    aspect-ratio: 66 / 140;
  }
}

#news.subpage main::after {
  content: "";
  position: absolute;
  top: 11.42857rem;
  right: 0;
  z-index: -1;
  width: 16.97917%;
  aspect-ratio: 326 / 562;
  background-image: url("../../assets/img/shop_bkg_r.svg");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  #news.subpage main::after {
    top: 21.07143rem;
    width: 17.14286%;
    aspect-ratio: 72 / 130;
  }
}

#news.subpage .news-post .post-container {
  max-width: 1200px;
  width: var(--contentW);
  margin-inline: auto;
  margin-top: 5rem;
  padding: 5.71429rem 7.14286rem;
  background: var(--gradeBkg);
}

@media screen and (max-width: 768px) {
  #news.subpage .news-post .post-container {
    margin-top: 2.14286rem;
    padding: 1.42857rem 2.14286rem;
  }
}

#news.subpage .news-post .post-container .post-date {
  font-size: 2.14286rem;
  color: var(--accentCl);
}

@media screen and (max-width: 768px) {
  #news.subpage .news-post .post-container .post-date {
    font-size: 14px;
  }
}

#news.subpage .news-post .post-container .post-ttl {
  font-size: 2.71429rem;
  margin-block: 1.42857rem 2.85714rem;
  line-height: 1.7;
}

@media screen and (max-width: 768px) {
  #news.subpage .news-post .post-container .post-ttl {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  #news.subpage .news-post .post-container .post-ttl {
    margin-block: 1.07143rem 2.14286rem;
  }
}

#news.subpage .news-post .post-container .post-img {
  margin-block: 3.21429rem;
}

@media screen and (max-width: 768px) {
  #news.subpage .news-post .post-container .post-img {
    margin-block: 2.14286rem;
  }
}

#news.subpage .news-post .post-container .post-txt p {
  margin-block: 2.14286rem;
}

@media screen and (max-width: 768px) {
  #news.subpage .news-post .post-container .post-txt p {
    margin-block: 1.42857rem;
  }
}

@media (hover: hover) {
  #news.subpage .news-post .post-container a {
    -webkit-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  }
  #news.subpage .news-post .post-container a:hover {
    -webkit-filter: opacity(0.7);
            filter: opacity(0.7);
  }
}

#news.subpage .news-post .btn-wrap {
  margin-top: 5.71429rem;
}

@media screen and (max-width: 768px) {
  #news.subpage .news-post .btn-wrap {
    margin-top: 2.14286rem;
  }
}

/*# sourceMappingURL=style.css.map */
