
@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap");

.wrapper {
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 980px) {
  .wrapper {
    width: auto;
    margin: 0;
  }
}

.col1 {
  margin-bottom: 0;
  margin-right: 0;
}

.col1:nth-child(1) {
  margin-right: 0;
}

@media screen and (max-width: 750px) {
  .col1 {
    width: 100%;
    margin-right: 0;
  }
}

.col1 img {
  width: 100%;
}

.col2 {
  margin-bottom: 0;
  margin-right: 0;
}

.col2:nth-child(2) {
  margin-right: 0;
}

@media screen and (max-width: 750px) {
  .col2 {
    width: 100%;
    margin-right: 0;
  }
}

.col2 img {
  width: 100%;
}

.col3 {
  margin-bottom: 0;
  margin-right: 0;
}

.col3:nth-child(3) {
  margin-right: 0;
}

@media screen and (max-width: 750px) {
  .col3 {
    width: 100%;
    margin-right: 0;
  }
}

.col3 img {
  width: 100%;
}

.col4 {
  margin-bottom: 0;
  margin-right: 0;
}

.col4:nth-child(4) {
  margin-right: 0;
}

@media screen and (max-width: 750px) {
  .col4 {
    width: 100%;
    margin-right: 0;
  }
}

.col4 img {
  width: 100%;
}

.col5 {
  margin-bottom: 0;
  margin-right: 0;
}

.col5:nth-child(5) {
  margin-right: 0;
}

@media screen and (max-width: 750px) {
  .col5 {
    width: 100%;
    margin-right: 0;
  }
}

.col5 img {
  width: 100%;
}

.col6 {
  margin-bottom: 0;
  margin-right: 0;
}

.col6:nth-child(6) {
  margin-right: 0;
}

@media screen and (max-width: 750px) {
  .col6 {
    width: 100%;
    margin-right: 0;
  }
}

.col6 img {
  width: 100%;
}

@keyframes humb {
  100% {
    background: rgba(0, 0, 0, 0);
  }
}

@keyframes scaleOut {
  100% {
    transform: scale(0);
    opacity: 0;
  }
}

@keyframes pageTransition {
  100% {
    transform: translateX(0);
  }
}

@keyframes pageFadeout {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes scaleIn {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translate(0, 20px);
  }

  100% {
    opacity: 1;
    transform: translate(0, 0%);
  }
}

@keyframes slideIn {
  0% {
    transform: translate(0, 100%);
  }

  100% {
    transform: translate(0, 0);
  }
}

@keyframes slideOut {
  0% {
    transform: translate(0, 0);
  }

  2% {
    transform: translate(1%, 1%);
  }

  10% {
    transform: translate(1%, 1%);
  }

  50% {
    transform: translate(50%, 50%);
  }

  100% {
    transform: translate(100%, 70%);
    opacity: 0;
  }
}

@keyframes neon {
  40% {
    opacity: 0.85;
  }

  42% {
    opacity: 0.4;
  }

  43% {
    opacity: 0.85;
  }

  45% {
    opacity: 0.4;
  }

  46% {
    opacity: 0.85;
  }
}

@keyframes PageAnime {
  0% {
    transform-origin: right;
    transform: scaleX(0);
  }

  50% {
    transform-origin: right;
    transform: scaleX(1);
  }

  50.001% {
    transform-origin: left;
  }

  100% {
    transform-origin: left;
    transform: scaleX(0);
  }
}

@keyframes PageAnimeAppear {
  0% {
    opacity: 0;
  }

  20% {
    opacity: 0.4;
  }

  80% {
    opacity: 0.6;
  }

  100% {
    opacity: 1;
  }
}

@keyframes right-move {
  0% {
    transform: scaleX(1);
  }

  100% {
    transform: scaleX(0);
    visibility: hidden;
  }
}

@keyframes flowing-anim {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

@keyframes bgLRextendAnime {
  0% {
    transform-origin: right;
  }

  50% {
    transform-origin: right;
  }

  50.001% {
    transform-origin: right;
  }

  100% {
    transform-origin: right;
    transform: scaleX(0);
  }
}

@keyframes bgRLextendAnime {
  0% {
    transform-origin: left;
  }

  50% {
    transform-origin: left;
  }

  50.001% {
    transform-origin: left;
  }

  100% {
    transform-origin: left;
    transform: scaleX(0);
  }
}

@keyframes arrowMove {
  0% {
    top: 36%;
  }

  50% {
    top: 37.5%;
  }

  100% {
    top: 36%;
  }
}

@keyframes popUp {
  0% {
    scale: 0;
    opacity: 0;
  }

  66% {
    scale: 1.3;
    opacity: 1;
  }

  100% {
    scale: 1;
    opacity: 1;
  }
}

.fx {
  opacity: 0;
  -webkit-transform: translate(0, 90px);
  transform: translate(0, 90px);
  backface-visibility: hidden;
  will-change: transform;
}

.fx .fxBox {
  opacity: 0;
  -webkit-transform: translate(0, 90px);
  transform: translate(0, 90px);
  backface-visibility: hidden;
  will-change: transform;
}

.fx .cols {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.fx .cols .fxInr {
  opacity: 0;
  -webkit-transform: translate(0, 90px);
  transform: translate(0, 90px);
  backface-visibility: hidden;
  will-change: transform;
}

.fx .left {
  opacity: 0;
  -webkit-transform: translate(-150px, -90px);
  transform: translate(-150px, -90px);
  backface-visibility: hidden;
  will-change: transform;
}

.fx .right {
  opacity: 0;
  -webkit-transform: translate(150px, -90px);
  transform: translate(150px, -90px);
  backface-visibility: hidden;
  will-change: transform;
}

.fx.on {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: ease 1s 0s;
  transition: ease 1s 0s;
  backface-visibility: hidden;
  overflow: hidden;
  will-change: transform;
}

.fx.on .fxBox {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: ease 2s 0s;
  transition: ease 2s 0s;
  backface-visibility: hidden;
  will-change: transform;
}

.fx.on .fxBox:nth-child(1) {
  -webkit-transition: ease-out 0.6s 0.1s;
  transition: ease-out 0.6s 0.1s;
}

.fx.on .fxBox:nth-child(2) {
  -webkit-transition: ease-out 0.6s 0.3s;
  transition: ease-out 0.6s 0.3s;
}

.fx.on .fxBox:nth-child(3) {
  -webkit-transition: ease-out 0.6s 0.5s;
  transition: ease-out 0.6s 0.5s;
}

.fx.on .fxBox:nth-child(4) {
  -webkit-transition: ease-out 0.6s 0.7s;
  transition: ease-out 0.6s 0.7s;
}

.fx.on .fxBox:nth-child(5) {
  -webkit-transition: ease-out 0.6s 0.9s;
  transition: ease-out 0.6s 0.9s;
}

.fx.on .fxBox:nth-child(6) {
  -webkit-transition: ease-out 0.6s 1.1s;
  transition: ease-out 0.6s 1.1s;
}

.fx.on .fxBox:nth-child(7) {
  -webkit-transition: ease-out 0.6s 1.3s;
  transition: ease-out 0.6s 1.3s;
}

.fx.on .fxBox:nth-child(8) {
  -webkit-transition: ease-out 0.6s 1.5s;
  transition: ease-out 0.6s 1.5s;
}

.fx.on .fxBox:nth-child(9) {
  -webkit-transition: ease-out 0.6s 1.7s;
  transition: ease-out 0.6s 1.7s;
}

.fx.on .fxBox:nth-child(10) {
  -webkit-transition: ease-out 0.6s 1.9s;
  transition: ease-out 0.6s 1.9s;
}

.fx.on .fxBox:nth-child(11) {
  -webkit-transition: ease-out 0.6s 2.1s;
  transition: ease-out 0.6s 2.1s;
}

.fx.on .fxBox:nth-child(12) {
  -webkit-transition: ease-out 0.6s 2.3s;
  transition: ease-out 0.6s 2.3s;
}

.fx.on .fxBox:nth-child(13) {
  -webkit-transition: ease-out 0.6s 2.5s;
  transition: ease-out 0.6s 2.5s;
}

.fx.on .fxBox:nth-child(14) {
  -webkit-transition: ease-out 0.6s 2.7s;
  transition: ease-out 0.6s 2.7s;
}

.fx.on .fxBox:nth-child(15) {
  -webkit-transition: ease-out 0.6s 2.9s;
  transition: ease-out 0.6s 2.9s;
}

.fx.on .fxBox:nth-child(16) {
  -webkit-transition: ease-out 0.6s 3.1s;
  transition: ease-out 0.6s 3.1s;
}

.fx.on .fxBox:nth-child(17) {
  -webkit-transition: ease-out 0.6s 3.3s;
  transition: ease-out 0.6s 3.3s;
}

.fx.on .fxBox:nth-child(18) {
  -webkit-transition: ease-out 0.6s 3.5s;
  transition: ease-out 0.6s 3.5s;
}

.fx.on .fxBox:nth-child(19) {
  -webkit-transition: ease-out 0.6s 3.7s;
  transition: ease-out 0.6s 3.7s;
}

.fx.on .fxBox:nth-child(20) {
  -webkit-transition: ease-out 0.6s 3.9s;
  transition: ease-out 0.6s 3.9s;
}

.fx.on .fxBox:nth-child(21) {
  -webkit-transition: ease-out 0.6s 4.1s;
  transition: ease-out 0.6s 4.1s;
}

.fx.on .fxBox:nth-child(22) {
  -webkit-transition: ease-out 0.6s 4.3s;
  transition: ease-out 0.6s 4.3s;
}

.fx.on .fxBox:nth-child(23) {
  -webkit-transition: ease-out 0.6s 4.5s;
  transition: ease-out 0.6s 4.5s;
}

.fx.on .fxBox:nth-child(24) {
  -webkit-transition: ease-out 0.6s 4.7s;
  transition: ease-out 0.6s 4.7s;
}

.fx.on .fxBox:nth-child(25) {
  -webkit-transition: ease-out 0.6s 4.9s;
  transition: ease-out 0.6s 4.9s;
}

.fx.on .fxBox:nth-child(26) {
  -webkit-transition: ease-out 0.6s 5.1s;
  transition: ease-out 0.6s 5.1s;
}

.fx.on .fxBox:nth-child(27) {
  -webkit-transition: ease-out 0.6s 5.3s;
  transition: ease-out 0.6s 5.3s;
}

.fx.on .fxBox:nth-child(28) {
  -webkit-transition: ease-out 0.6s 5.5s;
  transition: ease-out 0.6s 5.5s;
}

.fx.on .fxBox:nth-child(29) {
  -webkit-transition: ease-out 0.6s 5.7s;
  transition: ease-out 0.6s 5.7s;
}

.fx.on .fxBox:nth-child(30) {
  -webkit-transition: ease-out 0.6s 5.9s;
  transition: ease-out 0.6s 5.9s;
}

.fx.on .cols .fxInr {
  opacity: 1;
  backface-visibility: hidden;
  will-change: transform;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: ease 2s 0.6s;
  transition: ease 2s 0.6s;
}

.fx.on .cols .fxInr:nth-child(1) {
  -webkit-transition: ease-out 0.6s 0.1s;
  transition: ease-out 0.6s 0.1s;
}

.fx.on .cols .fxInr:nth-child(2) {
  -webkit-transition: ease-out 0.6s 0.3s;
  transition: ease-out 0.6s 0.3s;
}

.fx.on .cols .fxInr:nth-child(3) {
  -webkit-transition: ease-out 0.6s 0.5s;
  transition: ease-out 0.6s 0.5s;
}

.fx.on .cols .fxInr:nth-child(4) {
  -webkit-transition: ease-out 0.6s 0.7s;
  transition: ease-out 0.6s 0.7s;
}

.fx.on .cols .fxInr:nth-child(5) {
  -webkit-transition: ease-out 0.6s 0.9s;
  transition: ease-out 0.6s 0.9s;
}

.fx.on .cols .fxInr:nth-child(6) {
  -webkit-transition: ease-out 0.6s 1.1s;
  transition: ease-out 0.6s 1.1s;
}

.fx.on .cols .fxInr:nth-child(7) {
  -webkit-transition: ease-out 0.6s 1.3s;
  transition: ease-out 0.6s 1.3s;
}

.fx.on .cols .fxInr:nth-child(8) {
  -webkit-transition: ease-out 0.6s 1.5s;
  transition: ease-out 0.6s 1.5s;
}

.fx.on .cols .fxInr:nth-child(9) {
  -webkit-transition: ease-out 0.6s 1.7s;
  transition: ease-out 0.6s 1.7s;
}

.fx.on .cols .fxInr:nth-child(10) {
  -webkit-transition: ease-out 0.6s 1.9s;
  transition: ease-out 0.6s 1.9s;
}

.fx.on .cols .fxInr:nth-child(11) {
  -webkit-transition: ease-out 0.6s 2.1s;
  transition: ease-out 0.6s 2.1s;
}

.fx.on .cols .fxInr:nth-child(12) {
  -webkit-transition: ease-out 0.6s 2.3s;
  transition: ease-out 0.6s 2.3s;
}

.fx.on .cols .fxInr:nth-child(13) {
  -webkit-transition: ease-out 0.6s 2.5s;
  transition: ease-out 0.6s 2.5s;
}

.fx.on .cols .fxInr:nth-child(14) {
  -webkit-transition: ease-out 0.6s 2.7s;
  transition: ease-out 0.6s 2.7s;
}

.fx.on .cols .fxInr:nth-child(15) {
  -webkit-transition: ease-out 0.6s 2.9s;
  transition: ease-out 0.6s 2.9s;
}

.fx.on .cols .fxInr:nth-child(16) {
  -webkit-transition: ease-out 0.6s 3.1s;
  transition: ease-out 0.6s 3.1s;
}

.fx.on .cols .fxInr:nth-child(17) {
  -webkit-transition: ease-out 0.6s 3.3s;
  transition: ease-out 0.6s 3.3s;
}

.fx.on .cols .fxInr:nth-child(18) {
  -webkit-transition: ease-out 0.6s 3.5s;
  transition: ease-out 0.6s 3.5s;
}

.fx.on .cols .fxInr:nth-child(19) {
  -webkit-transition: ease-out 0.6s 3.7s;
  transition: ease-out 0.6s 3.7s;
}

.fx.on .cols .fxInr:nth-child(20) {
  -webkit-transition: ease-out 0.6s 3.9s;
  transition: ease-out 0.6s 3.9s;
}

.fx.on .cols .fxInr:nth-child(21) {
  -webkit-transition: ease-out 0.6s 4.1s;
  transition: ease-out 0.6s 4.1s;
}

.fx.on .cols .fxInr:nth-child(22) {
  -webkit-transition: ease-out 0.6s 4.3s;
  transition: ease-out 0.6s 4.3s;
}

.fx.on .cols .fxInr:nth-child(23) {
  -webkit-transition: ease-out 0.6s 4.5s;
  transition: ease-out 0.6s 4.5s;
}

.fx.on .cols .fxInr:nth-child(24) {
  -webkit-transition: ease-out 0.6s 4.7s;
  transition: ease-out 0.6s 4.7s;
}

.fx.on .cols .fxInr:nth-child(25) {
  -webkit-transition: ease-out 0.6s 4.9s;
  transition: ease-out 0.6s 4.9s;
}

.fx.on .cols .fxInr:nth-child(26) {
  -webkit-transition: ease-out 0.6s 5.1s;
  transition: ease-out 0.6s 5.1s;
}

.fx.on .cols .fxInr:nth-child(27) {
  -webkit-transition: ease-out 0.6s 5.3s;
  transition: ease-out 0.6s 5.3s;
}

.fx.on .cols .fxInr:nth-child(28) {
  -webkit-transition: ease-out 0.6s 5.5s;
  transition: ease-out 0.6s 5.5s;
}

.fx.on .cols .fxInr:nth-child(29) {
  -webkit-transition: ease-out 0.6s 5.7s;
  transition: ease-out 0.6s 5.7s;
}

.fx.on .cols .fxInr:nth-child(30) {
  -webkit-transition: ease-out 0.6s 5.9s;
  transition: ease-out 0.6s 5.9s;
}

.fx.on .left {
  backface-visibility: hidden;
  opacity: 1;
  will-change: transform;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: ease 1s 0s;
  transition: ease 1s 0s;
}

.fx.on .right {
  backface-visibility: hidden;
  opacity: 1;
  will-change: transform;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: ease 1s 0s;
  transition: ease 1s 0s;
}

.fxside .left {
  opacity: 0;
  -webkit-transform: translate(-150px, 0);
  transform: translate(-150px, 0);
  backface-visibility: hidden;
  will-change: transform;
}

.fxside .right {
  opacity: 0;
  -webkit-transform: translate(150px, 0);
  transform: translate(150px, 0);
  backface-visibility: hidden;
  will-change: transform;
}

.fxside .bgLRextend::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #fbb03b;
  z-index: 10;
  transform: scaleX(1);
}

.fxside .bgRLextend::before {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fbb03b;
  z-index: 10;
  transform: scaleX(1);
}

.fxside.on .left {
  backface-visibility: hidden;
  opacity: 1;
  will-change: transform;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: ease 1s 0s;
  transition: ease 1s 0s;
}

.fxside.on .right {
  backface-visibility: hidden;
  opacity: 1;
  will-change: transform;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: ease 1s 0s;
  transition: ease 1s 0s;
}

.fxside.on .bgLRextend::before {
  animation-name: bgLRextendAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #fbb03b;
  z-index: 10;
  transform: scaleX(1);
}

.fxside.on .bgRLextend::before {
  animation-name: bgRLextendAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fbb03b;
  z-index: 10;
  transform: scaleX(1);
}

body #splash {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: white;
  z-index: 0;
  text-align: center;
  color: white;
}

body #splash #splash-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation-name: fadeIn;
  animation-duration: 2s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}

body .splashbg {
  display: none;
}

body #container {
  opacity: 0;
}

body.appear #splash {
  animation-name: pageFadeout;
  animation-duration: 2.5s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

body.appear #splash #splash-logo {
  animation-name: pageFadeout;
  animation-duration: 1.5s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

body.appear .splashbg {
  display: block;
  /*content: "";
  position:fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  transform: scaleX(0);
  background-color: $keyColor;
  animation-name: PageAnime;
  animation-duration: 1.2s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 2.5s;*/
}

body.appear .splashbg::before,
body.appear .splashbg::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  transform-origin: right;
}

body.appear .splashbg::before {
  background-color: #fbb03b;
  z-index: -1;
  animation: right-move 0.8s forwards;
  animation-delay: 1.5s;
}

body.appear .splashbg::after {
  transform-origin: left;
  background-color: black;
  z-index: -2;
  animation: right-move 0.8s forwards;
  animation-delay: 1.5s;
}

body.appear #container {
  animation-name: PageAnimeAppear;
  animation-duration: 0.2s;
  animation-delay: 2.4s;
  animation-fill-mode: forwards;
  opacity: 0;
}

.flowing {
  overflow: hidden;
  white-space: nowrap;
  animation: flowing-anim 0.3s forwards linear;
  animation-delay: 3s;
  width: 0;
}

.flowing:nth-child(2) {
  animation-delay: 3.5s;
}

.flowing:nth-child(3) {
  animation-delay: 4s;
}

a {
  cursor: pointer;
  transition: opacity ease-in-out 0.2s;
}

a:hover {
  opacity: 0.8;
}

br.sp {
  display: none;
}

@media screen and (max-width: 375px) {
  br.sp {
    display: block;
  }
}

@media screen and (max-width: 980px) {
  br.pc {
    display: none;
  }
}

html {
  height: 100%;
  /* scroll-behavior: smooth; */
}

html body {
  height: 100%;
  margin: 0;
  font-family: "Noto Sans JP", "NotoSansJP", "Hiragino Kaku Gothic ProN",
    "ヒラギノ角ゴ ProN W3", "Yu Gothic", "游ゴシック体", Meiryo, sans-serif;
  color: #222222;
  position: relative;
}

html body::after {
  display: none;
}

html body .point-nav.sp {
  position: fixed;
  margin: auto;
  top: 0;
  left: 0;
  z-index: 20;
  width: 130px;
}

html body .point-nav.sp .point-nav__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

html body .point-nav.sp .point-nav__list .point-nav__item {
  border-top: 1px solid #222222;
}

html body .point-nav.sp .point-nav__list .point-nav__item:last-child {
  border-bottom: 1px solid #222222;
}

html body .point-nav.sp .point-nav__list .point-nav__item .point-nav__link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 8px 0 10px;
  color: #222222;
}

html body .point-nav.sp .point-nav__list .point-nav__item .point-nav__link:hover {
  background-color: rgba(0, 0, 0, 0.04);
  filter: saturate(1.1);
}

html body .point-nav.sp .point-nav__list .point-nav__item .point-nav__link .point-nav__kicker {
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 19px;
  letter-spacing: 0.05em;
  margin: 0 auto 2px;
}

html body .point-nav.sp .point-nav__list .point-nav__item .point-nav__link .point-nav__kicker .point-nav__num {
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 19px;
  letter-spacing: 0.05em;
  margin: 0 0 0 8px;
}

html body .point-nav.sp .point-nav__list .point-nav__item .point-nav__link .point-nav__label {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 19px;
  letter-spacing: 0.03em;
  margin: 0 auto;
}

html body .point-nav.sp .point-nav {
  position: relative;
}

html body .point-nav.sp .point-nav__backdrop {
  position: fixed;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  z-index: 1000;
  transition: opacity 0.2s;
}

html body .point-nav.sp .point-nav__list {
  position: fixed;
  left: 0;
  right: 0;
  bottom: -100%;
  height: 249px;
  background: white;
  padding: 16px;
  overflow: auto;
  z-index: 1001;
  transition: bottom 0.25s ease;
}

html body .point-nav.sp .point-nav__list .tag-list {
  margin: 0 34px 60px;
  text-align: center;
}

html body .point-nav.sp .point-nav__list .tag-list .gourmet_shop_click {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 30px;
  border: none;
  background-color: transparent;
  text-decoration: underline;
  margin: 0 15px 0 0;
  padding: 0;
  cursor: pointer;
  color: inherit;
}

html body .point-nav.sp .point-nav__list .tag-list .gourmet_shop_click.ma {
  margin: 0;
}

html body .point-nav.sp .point-nav.is-open .point-nav__backdrop {
  opacity: 1;
  pointer-events: auto;
}

html body .point-nav.sp .point-nav.is-open .point-nav__list {
  bottom: 0;
}

html body .point-nav.sp {
  display: none;
}

@media screen and (max-width: 750px) {
  html body .point-nav.sp {
    display: block;
  }
}

html body .top {
  position: relative;
}

html body .top .title {
  margin: 0;
  display: flex;
}

@media screen and (max-width: 750px) {
  html body .top .title {
    justify-content: center;
    padding: 0 0 0 0;
  }
}

html body .top .title .img-left,
html body .top .title .img-right,
html body .top .title .img-center {
  height: 100dvh;
}

html body .top .title .img-left img,
html body .top .title .img-right img,
html body .top .title .img-center img {
  display: block;
  width: 100%;
  height: 100vh;
  margin: 0;
  object-position: center;
  display: block;
}

html body .top .title .img-center {
  opacity: 0;
}

html body.load_complete .top .title .img-center {
  opacity: 1;
  animation: fadeIn 0.5s ease-in-out 1s forwards;
  transition: opacity 0.5s ease-in-out 1s;
}

html body .top .title .img-left,
html body .top .title .img-right {
  width: calc((100% - 460px) / 2);
}

@media screen and (max-width: 750px) {

  html body .top .title .img-left,
  html body .top .title .img-right {
    display: none;
  }
}

html body .top .title .img-left img,
html body .top .title .img-right img {
  object-fit: cover;
}

html body .top .title .img-center {
  position: relative;
  width: 460px;
  margin: 0 auto;
  z-index: 3;
  background-color: white;
}

@media screen and (max-width: 980px) {
  html body .top .title .img-center {
    margin: 0 0 0 auto;
  }
}

@media screen and (max-width: 750px) {
  html body .top .title .img-center {
    margin: 0;
  }
}

@media screen and (max-width: 980px) {
  html body .top .title .img-center .img-center-inner {
    width: 460px;
    margin-top: 100px;
  }
}

@media screen and (max-width: 750px) {
  html body .top .title .img-center .img-center-inner {
    width: 100%;
    margin-top: 18.5vw;
  }
}

html body .top .title .img-center .img-center-inner img {
  object-fit: contain;
}

html body .top .title .img-center .img-center-inner .title-logo img {
  width: 80%;
  margin: 0 auto;
}

html body .top .title .img-left {
  position: fixed;
  top: 0;
  left: 0;
}

@media screen and (max-width: 980px) {
  html body .top .title .img-left {
    width: calc(100% - 460px);
  }
}

@media screen and (max-width: 750px) {
  html body .top .title .img-left {
    display: none;
  }
}

html body .top .title .img-right {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 0;
}

@media screen and (max-width: 980px) {
  html body .top .title .img-right {
    display: none;
  }
}

html body .top .title .img-right::before {
  content: "";
  position: absolute;
  top: 10%;
  right: 5%;
  width: 180px;
  height: 180px;
  background-image: url("../image/top03-cover01.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 9;
}

html body .top .title .img-right::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -8%;
  width: 100%;
  height: 205px;
  background-image: url("../image/top03-cover02.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 5;
}

html body .top .title .img-right .tag-list-white {
  min-width: 150px;
  margin: 0;
  text-align: center;
  color: white;
  position: absolute;
  top: 50%;
  right: 40%;
  transform: translate(40%, -50%);
  border: 2px solid white;
  border-radius: 10px;
  padding: 10px;
  line-height: 0;
  z-index: 10;
}

html body .top .title .img-right .tag-list-white a {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 30px;
  border: none;
  background-color: transparent;
  text-decoration: underline;
  margin: 0 15px 0 0;
  padding: 0;
  cursor: pointer;
  color: white;
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
  color: inherit;
}

html body .top .title .img-right .tag-list-white a.ma {
  margin: 0;
}

html body .top .title .img-right .tag-list-white a[aria-pressed="true"] {
  font-size: 16px;
  font-weight: 600;
  color: #e06301;
}

html body .top .title .img-right .scroll-img {
  width: 22px;
  height: 110px;
  margin: 0 0 0 10px;
  position: fixed;
  top: 36%;
  animation: arrowMove 2s ease-in-out infinite;
}

html body .top .title .img-right .scroll-img img {
  display: block;
  width: 100%;
  height: 100%;
}

html body #shop-container {
  width: 460px;
  margin: 0 auto;
  position: relative;
  background-color: white;
  z-index: 3;
}

@media screen and (max-width: 980px) {
  html body #shop-container {
    margin: 0 0 0 auto;
  }
}

@media screen and (max-width: 750px) {
  html body #shop-container {
    width: 335px;
    margin: 0 auto;
  }
}

html body #shop-container .tag-list-black {
  position: relative;
  margin: 0 40px 60px;
  padding: 12px 0 16px;
  text-align: center;
  border-block: 1px solid;
}

@media screen and (max-width: 750px) {
  html body #shop-container .tag-list-black {
    margin: 0 auto 60px;
  }
}

html body #shop-container .tag-list-black.bottom {
  margin-bottom: 0;
}

html body #shop-container .tag-list-black .tag-title {
  width: fit-content;
  padding: 0 16px;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  background-color: #fff;
}

html body #shop-container .tag-list-black .gourmet_shop_click {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 30px;
  border: none;
  background-color: transparent;
  text-decoration: underline;
  margin: 0 15px 0 0;
  padding: 0;
  cursor: pointer;
  color: inherit;
}

html body #shop-container .tag-list-black .gourmet_shop_click[aria-pressed="true"] {
  font-size: 16px;
  font-weight: 600;
  color: #e06301;
}

html body #shop-container .tag-list-black .gourmet_shop_click.ma {
  margin: 0;
}

html body #shop-container .shop-list {
  margin: 0 40px 60px;
}

@media screen and (max-width: 750px) {
  html body #shop-container .shop-list {
    margin: 0 auto 60px;
  }
}

html body #shop-container .shop-list .shop-card {
  padding: 0 0 90px;
}

html body #shop-container .shop-list .shop-card .shop-card-img {
  width: 370px;
  height: 370px;
}

@media screen and (max-width: 750px) {
  html body #shop-container .shop-list .shop-card .shop-card-img {
    width: auto;
    max-width: 335px;
    height: auto;
  }
}

html body #shop-container .shop-list .shop-card .shop-card-img img {
  width: 100%;
  height: 100%;
}

html body #shop-container .shop-list .shop-card .s-name {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 25px;
  margin: 30px 0 20px;
  padding: 10px 0;
  border-top: 1px solid #222222;
  border-bottom: 1px solid #222222;
  text-align: center;
}

html body #shop-container .shop-list .shop-card .s-name .gourmet_shop_click {
  color: #222222;
  text-decoration: none;
}

html body #shop-container .shop-list .shop-card .s-name span {
  display: block;
  padding-top: 8px;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 20px;
}

html body #shop-container .shop-list .shop-card .shop-tags {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 0 30px;
}

html body #shop-container .shop-list .shop-card .shop-tags a {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 30px;
  margin: 0 15px 0 0;
  text-decoration: underline;
}

html body #shop-container .shop-list .shop-card .shop-tags a.is-active {
  font-size: 16px;
  font-weight: 600;
  color: #e06301;
}

html body #shop-container .shop-list .shop-card .shop-tags.pink {
  color: #fd46e1;
}

html body #shop-container .shop-list .shop-card .shop-data {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
}

html body #shop-container .shop-list .shop-card .shop-data .s-txt {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 25px;
  margin: 0;
  padding: 0 20px 0 0;
  border-right: 1px solid #222222;
}

html body #shop-container .shop-list .shop-card .shop-data .s-img .shop-img .s-img-inner {
  width: 130px;
  height: 90px;
  border: 1px solid #222222;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 10px;
  padding: 4px;
}

html body #shop-container .shop-list .shop-card .shop-data .s-img .shop-img .s-img-inner img {
  width: 100%;
  height: 100%;
}

html body #shop-container .shop-list .shop-card .shop-data .s-img .shop-img .s-floor {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 17px;
  margin: 0;
  color: #222222;
}

html body .shop-card.is-hidden {
  display: none !important;
}

html body .pagetop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 10;
  transform: translateX(0);
}

html body .pagetop .for-top-img {
  width: 30px;
  height: 48px;
  margin: 0 0 0 10px;
}

html body .pagetop .for-top-img img {
  display: block;
  width: 100%;
  height: 100%;
}

#header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}

@media screen and (max-width: 980px) {
  #header{
    z-index: 1100;
  }
}

#header .point-nav__toggle {
  display: none;
}

@media screen and (max-width: 750px) {
  #header .point-nav__toggle {
    display: block;
    position: fixed;
    right: 50%;
    transform: translateX(540%);
    top: 16px;
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    padding: 0;
    border: none;
    background: transparent;
    z-index: 1100;
  }

  #header .point-nav__toggle .point-nav__bar {
    width: 30px;
    height: 2px;
    background: black;
    display: block;
    margin: 0;
    transition: transform 0.18s ease, opacity 0.18s ease;
    transform-origin: center;
  }

  #header .point-nav__toggle[aria-expanded="true"] .point-nav__bar:nth-child(1) {
    transform: translateY(13px) rotate(45deg);
  }

  #header .point-nav__toggle[aria-expanded="true"] .point-nav__bar:nth-child(2) {
    opacity: 0;
  }

  #header .point-nav__toggle[aria-expanded="true"] .point-nav__bar:nth-child(3) {
    transform: translateY(-13px) rotate(-45deg);
  }
}

#header .point-nav {
  position: relative;
}

#header .point-nav__backdrop {
  position: fixed;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  z-index: 1000;
  transition: opacity 0.2s;
}

#header .point-nav__list {
  position: fixed;
  left: 0;
  right: 0;
  bottom: -100%;
  height: 249px;
  background: white;
  padding: 16px;
  overflow: auto;
  z-index: 1001;
  transition: bottom 0.25s ease;
}

#header .point-nav.is-open .point-nav__backdrop {
  opacity: 1;
  pointer-events: auto;
}

#header .point-nav.is-open .point-nav__list {
  bottom: 0;
}

@media screen and (max-width: 750px) {
  #header {
    z-index: 1000;
    border-bottom: 1px solid #ddd;
  }
}

#head {
  background: #fff;
  padding: 25px 45px;
  box-sizing: border-box;
}

#head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 980px) {
  #head {
    justify-content: flex-start;
  }
}

@media screen and (max-width: 750px) {
  #head {
    justify-content: space-between;
  }
}

#head .txt_logo {
  max-width: 240px;
}

#head .lang {
  order: 2;
}

#head .lang ul {
  display: flex;
  justify-content: center;
  color: #000000;
}

#head .lang ul li {
  padding: 0 15px;
  line-height: 1;
}

#head .lang ul li:not(:first-of-type) {
  border-left: 1px solid #000;
}

#head .lang ul li a {
  color: #666;
  line-height: 1;
  padding-bottom: 5px;
}

#head .lang ul li a.active,
#head .lang ul li a:hover {
  border-bottom: 1px solid #f4a003;
  text-decoration: none !important;
  color: #000;
}

#head .hlogo-mitsui {
  max-width: 200px;
  order: 3;
}

@media screen and (max-width: 1280px) {
  #head .hlogo-mitsui {
    margin-left: 24px;
  }
}

@media screen and (max-width: 750px) {
  #head .hlogo-mitsui {
    margin-left: 0;
  }
}

/* line 2373, ../sass/_content.scss */
#head .hlogo-lucury {
  width: calc(248 / 750 * 550 * 1px);
  min-width: 182px;
}

@media (max-width: 980px) {

  /* line 2373, ../sass/_content.scss */
  #head .hlogo-lucury {
    width: calc(248 / 750 * 45 * 1vw);
  }
}

@media (max-width: 750px) {

  /* line 2373, ../sass/_content.scss */
  #head .hlogo-lucury {
    width: calc(248 / 750 * 100 * 1vw);
  }
}

@media (max-width: 795px) {

  /* line 2373, ../sass/_content.scss */
  #head .hlogo-lucury {
    min-width: 163px;
  }
}

#head .hlogo-lucury-sp {
  display: none;
}

@media screen and (max-width: 1000px) {
  #head .lang {
    width: 100%;
    padding-top: 20px;
  }

  #head .hlogo-mitsui {
    order: 2;
  }
}

@media screen and (max-width: 750px) {
  #head {
    padding: calc(20 / 375 * 100vw);
  }

  #head .txt_logo {
    width: 30%;
  }

  #head .hlogo-mitsui {
    width: 30%;
    padding-right: calc(60 / 375 * 100vw);
  }

  #head .hlogo-lucury {
    display: none;
  }

  #head .hlogo-lucury-sp {
    display: block;
    max-width: 100%;
    vertical-align: top;
  }

  #head .lang ul li {
    padding: 0 8px;
    font-size: 1.3rem;
  }
}

/* line 785, ../sass/_common.scss */
#footer {
  width: 460px;
  margin: 0 auto;
  z-index: 2;
  position: relative;
  background: #fff;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック", "Yu Gothic", sans-serif;
  padding-bottom: 0;
}

@media (max-width: 980px) {
  #footer {
    margin: 0 0 0 auto;
    position: relative;
    z-index: 5;
  }
}

@media (max-width: 750px) {

  /* line 785, ../sass/_common.scss */
  #footer {
    width: auto;
    margin: 0 auto;
  }
}

@media screen and (max-width: 980px) {
  /* line 785, ../sass/_common.scss */
}

@media screen and (max-width: 750px) {

  /* line 785, ../sass/_common.scss */
  #footer {
    width: 100%;
  }
}

/* line 807, ../sass/_common.scss */
#footer .content {
  padding: 0 0 calc(35 / 375 * 100%) 0;
}

/* line 810, ../sass/_common.scss */
#footer nav {
  padding-top: 0;
  margin: 0 auto;
}

/* line 813, ../sass/_common.scss */
#footer .list {
  margin: 0 0 calc(20 / 350 * 100%) 0;
  padding: calc(20 / 350 * 100%) 0;
  border-top: none;
  border-bottom: 1px solid #707070;
}

/* line 819, ../sass/_common.scss */
#footer .list .item {
  color: #707070;
  font-size: 16px;
  line-height: 1.2;
}

/* line 824, ../sass/_common.scss */
#footer .list .item a {
  display: inline-block;
  padding: 0.45em 0;
  color: inherit;
  font-size: 14px;
}

/* line 828, ../sass/_common.scss */
#footer .logo {
  width: calc(300 / 350 * 100%);
  margin: 0 auto;
  padding: calc(13 / 350 * 100%) 0 calc(21 / 350 * 100%) 0;
}

/* line 833, ../sass/_common.scss */
#footer .copy {
  width: calc(300 / 350 * 100%);
  margin: 0 auto;
  color: #707070;
  font-size: 12px;
  line-height: 1.2;
  text-align: center;
}

@media screen and (min-width: 751px) {

  /* line 850, ../sass/_common.scss */
  #footer nav {
    padding-inline: calc(20 / 350 * 100%);
  }

  /* line 853, ../sass/_common.scss */
  #footer .list {
    padding-inline: 0;
  }

  /* line 856, ../sass/_common.scss */
  #footer .list .item {
    color: #707070;
    font-size: 16px;
    line-height: 1;
    margin: 0 calc(40 / 1400 * 100%);
  }
}



