
@charset "UTF-8";

.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;
  }

  20% {
    opacity: 0.4;
  }

  80% {
    opacity: 0.6;
  }

  100% {
    opacity: 1;
  }
}

@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: 43%;
  }

  50% {
    top: 44.5%;
  }

  100% {
    top: 43%;
  }
}

@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);
}

.fade,
.fade::before {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
  transition-delay: 0.2s;
}

img.fade.show {
  transform: translate(-50%, -60%);
}

.fade.show,
.fade.show::before {
  opacity: 1;
  transform: translateY(0);
}

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%;
}

html body {
  height: 100%;
  margin: 0;
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", "Noto Sans JP",
    "Yu Gothic UI", "Yu Gothic", "Meiryo", system-ui, sans-serif;
  color: #222222;
  position: relative;
  overflow: hidden;
}

body.load_complete {
  overflow: auto;
}

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-family: "Jost", "Zen Maru Gothic", "Hiragino Kaku Gothic ProN",
    "Noto Sans JP", "Yu Gothic UI", "Yu Gothic", "Meiryo", system-ui, sans-serif;
  font-size: 13px;
  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: 22px;
  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: 14px;
  font-weight: 700;
  line-height: 19px;
  letter-spacing: 0.03em;
  margin: 0 auto;
}

html body .point-nav.sp {
  display: none;
}

@media screen and (max-width: 750px) {
  html body .point-nav.sp {
    display: block;
  }
}

html body .center-scroll .top {
  position: relative;
}

html body .center-scroll .top .title {
  margin: 0;
  display: flex;
}

@media screen and (max-width: 750px) {
  html body .center-scroll .top .title {
    justify-content: center;
  }
}

html body .center-scroll .top .title .img-left,
html body .center-scroll .top .title .img-right,
html body .center-scroll .top .title .img-center {
  height: calc(100dvh - 96px);
}
html body .center-scroll .top .title .img-left,
html body .center-scroll .top .title .img-right {
  width: calc((100% - 460px) / 2);
  position: fixed;
  top: 96px;
  left: 0;
  background-color: #ffffb0;
}
html body .center-scroll .top .title .img-right{
  left: auto;
  right: 0;
}
@media screen and (max-width: 980px) {
  html body .center-scroll .top .title .img-left {
    width: calc(100% - 460px);
  }
}

@media screen and (max-width: 750px) {
  html body .center-scroll .top .title .img-left {
    display: none;
  }
}
html body .center-scroll .top .title .img-left img,
html body .center-scroll .top .title .img-right img{
  max-width: none;
  position: absolute;
}
html body .center-scroll .top .title .img-left img.img_dog1{width: 20.1%; top: 4.1%; left: 6.1%;}
html body .center-scroll .top .title .img-left img.img_dogfoods{width: 14.3%; top: 10.9%; right: 20.6%;}
html body .center-scroll .top .title .img-left img.img_cloud{width: 39.3%; bottom: 41.2%; left: -8.4%;}
html body .center-scroll .top .title .img-left img.img_dog2{width: 20.3%; bottom: 40.7%; right: 7.6%;}
html body .center-scroll .top .title .img-left img.img_footsteps{width: 51.8%; bottom: 5.1%; right: 1.3%;}
html body .center-scroll .top .title .img-left img.img_dog3{width: 21.8%; bottom: 14.7%; left: 7.9%;}
html body .center-scroll .top .title .img-left img.img_dog4{width: 19.7%; bottom: 2.7%; right: 16.6%;}
html body .center-scroll .top .title .img-left img.img_bush{width: 105.7%; bottom: -3%; left: -2.5%; z-index: -1;}

html body .center-scroll .top .title .img-left .text{
  width: 67.5%;
  position: absolute;
  top: 15%;
  left: 50%;
  transform: translate(-50%, 0%);
  object-fit: contain;
}
html body .center-scroll .top .title .img-left .text img{
  width: 100%;
  position: relative;
  background-color: transparent;
}

html body .center-scroll .top .title .img-right img.img_ball{width: 6.5%; top: 7.2%; left: 11.4%;}
html body .center-scroll .top .title .img-right img.img_dog1{width: 42.9%; top: 6.7%; right: 5.3%;}
html body .center-scroll .top .title .img-right img.img_cloud{width: 39.5%; top: 15.6%; left: 0.9%;}
html body .center-scroll .top .title .img-right img.img_dog2{width: 21.9%; top: 25.2%; right: 4.3%;}
html body .center-scroll .top .title .img-right img.img_dog_walking{width: 31.9%; bottom: 40.8%; left: 9.5%;}
html body .center-scroll .top .title .img-right img.img_footsteps{width: 51.8%; top: 33.7%; right: 3.6%;}
html body .center-scroll .top .title .img-right img.img_rope{width: 14.3%; bottom: 30.7%; right: 9.7%;}
html body .center-scroll .top .title .img-right img.img_dog3{width: 19.7%; bottom: 19.9%; left: 21.1%;}
html body .center-scroll .top .title .img-right img.img_dog4{width: 32.1%; bottom: 5.3%; right: 20.2%;}
html body .center-scroll .top .title .img-right img.img_bush{width: 105.7%; bottom: -3%; right: -2.5%; z-index: -1;}

@media screen and (max-width: 980px) {
  html body .center-scroll .top .title .img-right {
    display: none;
  }
}

html body .center-scroll .top .title .img-right .scroll-img {
  width: 17px;
  height: 110px;
  margin: 0 0 0 10px;
  position: fixed;
  top: 43%;
  animation: arrowMove 2s ease-in-out infinite;
}

html body .center-scroll .top .title .img-right .scroll-img img {
  display: block;
  width: 100%;
  height: 100%;
  background-color: transparent;
}

html body .center-scroll .top .title .img-center img.text {
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -40%);
  opacity: 0;
}

html body.load_complete .center-scroll .top .title .img-center img.text {
  transform: translate(-50%, -50%);
  opacity: 1;
}

html body .center-scroll .top .title .img-center {
  position: relative;
  width: 460px;
  max-width: 460px;
  max-height: fit-content;
  padding-bottom: 90px;
  margin: 0 auto;
  z-index: 5;
  background-color: white;
}

@media screen and (max-width: 980px) {
  html body .center-scroll .top .title .img-center {
    margin: 0 0 0 auto;
  }
}

@media screen and (max-width: 750px) {
  html body .center-scroll .top .title .img-center {
    margin: 0;
  }
}

html body .center-scroll .top .title .img-center .img-center-inner {
  margin-top: 32px;
  position: relative;
}
@media screen and (max-width: 980px) {
  html body .center-scroll .top .title .img-center .img-center-inner {
    margin-top: 100px;
  }
}
@media screen and (max-width: 750px) {
  html body .center-scroll .top .title .img-center .img-center-inner{
    margin-top: 18.5vw;
  }
}

html body .center-scroll .top .title .img-center .point-nav__toggle {
  display: none;
}

@media screen and (max-width: 750px) {
  html body .center-scroll .top .title .img-center .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;
  }

  html body .center-scroll .top .title .img-center .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;
  }

  html body .center-scroll .top .title .img-center .point-nav__toggle[aria-expanded="true"] .point-nav__bar:nth-child(1) {
    transform: translateY(13px) rotate(45deg);
  }

  html body .center-scroll .top .title .img-center .point-nav__toggle[aria-expanded="true"] .point-nav__bar:nth-child(2) {
    opacity: 0;
  }

  html body .center-scroll .top .title .img-center .point-nav__toggle[aria-expanded="true"] .point-nav__bar:nth-child(3) {
    transform: translateY(-13px) rotate(-45deg);
  }
}

html body .center-scroll .top .title .img-center .point-nav {
  position: relative;
}

html body .center-scroll .top .title .img-center .point-nav__backdrop {
  position: fixed;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  z-index: 1000;
  transition: opacity 0.2s;
}

html body .center-scroll .top .title .img-center .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 .center-scroll .top .title .img-center .point-nav.is-open .point-nav__backdrop {
  opacity: 1;
  pointer-events: auto;
}

html body .center-scroll .top .title .img-center .point-nav.is-open .point-nav__list {
  bottom: 0;
}

html body .center-scroll .top .title .img-left .nav-cont {
  margin: 0 auto;
}

html body .center-scroll .top .title .img-left .nav-cont .nav.pc {
  width: 33%;
  min-width: 150px;
  margin: 24px auto 0;
}

html body .center-scroll .top .title .img-left .nav-cont .nav.pc .nav__list,
#globalNav .menu .menuInner .nav__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

#globalNav .menu .menuInner .nav__list {
  width: 100%;
  padding-top: 20%;
}

html body .center-scroll .top .title .img-left .nav-cont .nav.pc .nav__list .nav__item,
#globalNav .menu .menuInner .nav__list .nav__item {
  border-top: 1px solid #222222;
}

html body .center-scroll .top .title .img-left .nav-cont .nav.pc .nav__list .nav__item:last-child,
#globalNav .menu .menuInner .nav__list .nav__item:last-child {
  border-bottom: 1px solid #222222;
}

html body .center-scroll .top .title .img-left .nav-cont .nav.pc .nav__list .nav__item .nav__link,
#globalNav .menu .menuInner .nav__list .nav__item .nav__link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 6px 0 6px;
  color: #222222;
}

#globalNav .menu .menuInner .nav__list .nav__item .nav__link {
  padding: 12px 0;
}

html body .center-scroll .top .title .img-left .nav-cont .nav.pc .nav__list .nav__item .nav__link:hover,
#globalNav .menu .menuInner .nav__list .nav__item .nav__link:hover {
  background-color: rgba(0, 0, 0, 0.04);
  filter: saturate(1.1);
}

html body .center-scroll .top .title .img-left .nav-cont .nav.pc .nav__list .nav__item .nav__link .nav__kicker,
#globalNav .menu .menuInner .nav__list .nav__item .nav__link .nav__kicker {
  font-family: "Jost", "Zen Maru Gothic", "Hiragino Kaku Gothic ProN",
    "Noto Sans JP", "NotoSansJP", "Yu Gothic UI", "Yu Gothic", "Meiryo", system-ui, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 19px;
  letter-spacing: 0.05em;
  margin: 0 auto 2px;
}

html body .center-scroll .top .title .img-left .nav-cont .nav.pc .nav__list .nav__item .nav__link .nav__kicker .nav__num,
#globalNav .menu .menuInner .nav__list .nav__item .nav__link .nav__kicker .nav__num {
  font-size: 22px;
  font-weight: 700;
  line-height: 19px;
  letter-spacing: 0.05em;
  margin: 0 0 0 8px;
}

html body .center-scroll .top .title .img-left .nav-cont .nav.pc .nav__list .nav__item .nav__link .nav__label,
#globalNav .menu .menuInner .nav__list .nav__item .nav__link .nav__label {
  font-size: 14px;
  font-weight: 700;
  line-height: 19px;
  letter-spacing: 0.03em;
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  html body .center-scroll .top .title .img-left .nav-cont .nav.pc {
    display: none;
  }
}

html body .center-scroll .top .title .lead {
  margin: 0 auto;
  width: 350px;
  height: 70px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.8;
  text-align: center;
}

html body .center-scroll #point01,
html body .center-scroll #point02,
html body .center-scroll #point03,
html body .center-scroll #point04,
html body .center-scroll .sheet {
  width: 460px;
  margin: 0 auto;
  padding: 0 0 90px;
  max-width: 460px;
  background-color: white;
  z-index: 5;
}

@media screen and (max-width: 980px) {

  html body .center-scroll #point01,
  html body .center-scroll #point02,
  html body .center-scroll #point03,
  html body .center-scroll #point04,
  html body .center-scroll .sheet {
    margin: 0 0 0 auto;
  }
}

@media screen and (max-width: 750px) {

  html body .center-scroll #point01,
  html body .center-scroll #point02,
  html body .center-scroll #point03,
  html body .center-scroll #point04,
  html body .center-scroll .sheet {
    width: 100%;
    margin: 0 auto;
  }
}

html body .center-scroll #point01 h2,
html body .center-scroll #point02 h2,
html body .center-scroll #point03 h2,
html body .center-scroll #point04 h2 {
  position: relative;
  display: block;
  line-height: 1;
  margin: 0;
  width: 460px;
  padding: 60px 0 0 0;
}

@media screen and (max-width: 750px) {

  html body .center-scroll #point01 h2,
  html body .center-scroll #point02 h2,
  html body .center-scroll #point03 h2,
  html body .center-scroll #point04 h2 {
    width: auto;
    max-width: 460px;
  }
}

html body .center-scroll #point01 h2::before,
html body .center-scroll #point02 h2::before,
html body .center-scroll #point03 h2::before,
html body .center-scroll #point04 h2::before {
  content: "";
  position: absolute;
  left: 40px;
  top: 27px;
  width: 120px;
  height: 50px;
  background-image: url("../image/point01.png");
  background-repeat: no-repeat;
  background-size: contain;
}

html body .center-scroll #point01 h2 img,
html body .center-scroll #point02 h2 img,
html body .center-scroll #point03 h2 img,
html body .center-scroll #point04 h2 img {
  display: block;
  width: 100%;
  height: 100%;
}

html body .center-scroll #point01 .col-inner,
html body .center-scroll #point02 .col-inner,
html body .center-scroll #point03 .col-inner,
html body .center-scroll #point04 .col-inner {
  margin: 30px 40px;
}

@media screen and (max-width: 750px) {

  html body .center-scroll #point01 .col-inner,
  html body .center-scroll #point02 .col-inner,
  html body .center-scroll #point03 .col-inner,
  html body .center-scroll #point04 .col-inner {
    margin: 30px 20px;
  }
}

@media screen and (max-width: 375px) {

  html body .center-scroll #point01 .col-inner,
  html body .center-scroll #point02 .col-inner,
  html body .center-scroll #point03 .col-inner,
  html body .center-scroll #point04 .col-inner {
    margin: 30px 20px;
  }
}

html body .center-scroll #point01 .col-inner .col-lead,
html body .center-scroll #point02 .col-inner .col-lead,
html body .center-scroll #point03 .col-inner .col-lead,
html body .center-scroll #point04 .col-inner .col-lead {
  font-size: 18px;
  font-weight: 500;
  color: #fbb03b;
  line-height: 30px;
  letter-spacing: 0.05em;
  margin: 0 0 30px;
}

html body .center-scroll #point01 .col-inner .col-txt,
html body .center-scroll #point02 .col-inner .col-txt,
html body .center-scroll #point03 .col-inner .col-txt,
html body .center-scroll #point04 .col-inner .col-txt {
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0.08em;
  margin: 0;
}

html body .center-scroll #point02 h2::before {
  background-image: url("../image/point02.png");
}

html body .center-scroll #point03 h2::before {
  background-image: url("../image/point03.png");
}

html body .center-scroll #point04 h2::before {
  background-image: url("../image/point04.png");
}

html body .center-scroll #point01 .data-inner {
  border: 2px solid #c39159;
  border-radius: 10px;
  padding: 10px 18px 40px;
  margin: 0 40px;
}

@media screen and (max-width: 750px) {
  html body .center-scroll #point01 .data-inner {
    margin: 0 20px;
  }
}

html body .center-scroll #point01 .data-inner .data {
  font-family: "Jost", "Zen Maru Gothic", "Hiragino Kaku Gothic ProN",
    "Noto Sans JP", "Yu Gothic UI", "Yu Gothic", "Meiryo", system-ui, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: 0.02em;
  margin: 0 0 10px;
}

html body .center-scroll #point01 .data-inner .data-col {
  margin: 0 0 20px;
}

html body .center-scroll #point01 .data-inner .data-col .subhd,
html body .center-scroll #point01 .data-inner .data-col .hd {
  font-size: 14px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0.05em;
  margin: 0 0 5px;
  color: #c39159;
}

html body .center-scroll #point01 .data-inner .data-col .subhd span,
html body .center-scroll #point01 .data-inner .data-col .hd span {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.05em;
  padding: 0 0 0 10px;
  color: #222222;
}

html body .center-scroll #point01 .data-inner .data-col .time {
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.05em;
  margin: 0;
}

html body .center-scroll #point01 .data-inner .data-col .pricebox {
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.02em;
  margin: 0 0 5px;
}

html body .center-scroll #point01 .data-inner .data-col .note {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.05em;
  margin: 0;
}

html body .center-scroll #point01 .data-inner .data-col .list {
  list-style: none;
}

html body .center-scroll #point01 .data-inner .data-col .list li {
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.01em;
  margin: 0;
}

html body .center-scroll #point01 .data-inner .data-col .rule {
  list-style: none;
}

html body .center-scroll #point01 .data-inner .data-col .rule li {
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.05em;
  margin: 0;
  padding-left: 1.2em;
  text-indent: -1.2em;
}

html body .center-scroll #point01 .data-inner .btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 20px;
  width: 200px;
  height: auto;
  padding: 11px 0;
  border-radius: 9999px;
  background: #c39159;
  color: white;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
}

html body .center-scroll #point01 .data-inner .btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-image: url("../image/arrow.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-clip: border-box;
}

html body .center-scroll #point01 .data-inner .btn:hover {
  opacity: 0.85;
}

html body .center-scroll #point01 .data-inner .operator {
  font-size: 14px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0.05em;
  color: #c39159;
  margin: 0 0 10px;
}

html body .center-scroll #point01 .data-inner .operator-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

html body .center-scroll #point01 .data-inner .operator-inner .operator-img {
  width: 100px;
  height: 70px;
  border: 1px solid #222222;
  display: flex;
  justify-content: center;
  align-items: center;
}

html body .center-scroll #point01 .data-inner .operator-inner .operator-img .img-inner {
  width: 90px;
  height: 60px;
}

html body .center-scroll #point01 .data-inner .operator-inner .operator-img .img-inner img {
  width: 100%;
  height: 100%;
}

html body .center-scroll #point01 .data-inner .operator-inner .operator-txt .txt01 {
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: 0.05em;
  margin: 0 0 6px;
  color: #222222;
}

html body .center-scroll #point01 .data-inner .operator-inner .operator-txt .txt02 {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.01em;
  margin: 0 0 10px;
}

html body .center-scroll #point01 .data-inner .operator-inner .operator-txt .txt03 {
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0.05em;
  margin: 0;
}

html body .center-scroll #point02 .check,
html body .center-scroll #point03 .check {
  background-color: #ffffb0;
  padding: 20px 40px;
  margin: 0 40px 30px;
}

@media screen and (max-width: 750px) {

  html body .center-scroll #point02 .check,
  html body .center-scroll #point03 .check {
    margin: 0 20px 30px;
  }
}

html body .center-scroll #point02 .check .sticker,
html body .center-scroll #point03 .check .sticker {
  font-size: 15px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0.01em;
  margin: 0 0 10px;
  text-align: center;
  color: #c39159;
}

html body .center-scroll #point02 .check .sticker-img,
html body .center-scroll #point03 .check .sticker-img {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 15px;
}

html body .center-scroll #point02 .check .sticker-img .img-col,
html body .center-scroll #point03 .check .sticker-img .img-col {
  width: 75px;
}

html body .center-scroll #point02 .check .sticker-img .img-col img,
html body .center-scroll #point03 .check .sticker-img .img-col img {
  width: 100%;
  height: 100%;
}

html body .center-scroll #point02 .check .note,
html body .center-scroll #point03 .check .note {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.05em;
  margin: 0;
}

html body .center-scroll #point02 .shop,
html body .center-scroll #point03 .shop {
  border: 2px solid #c39159;
  border-radius: 10px;
  padding: 30px 18px 40px;
  margin: 0 40px;
}

@media screen and (max-width: 750px) {

  html body .center-scroll #point02 .shop,
  html body .center-scroll #point03 .shop {
    margin: 0 20px;
  }
}

html body .center-scroll #point02 .shop .lead-shop,
html body .center-scroll #point03 .shop .lead-shop {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.05em;
  margin: 0 0 40px;
  padding: 10px 30px;
  color: white;
  background-color: #fbb03b;
  border-radius: 20px;
  text-align: center;
}

html body .center-scroll #point02 .shop .shop-col,
html body .center-scroll #point03 .shop .shop-col {
  width: 300px;
  margin: 0 15px;
}

@media screen and (max-width: 750px) {

  html body .center-scroll #point02 .shop .shop-col,
  html body .center-scroll #point03 .shop .shop-col {
    width: auto;
    margin: 0 auto;
  }
}

html body .center-scroll #point02 .shop .shop-col img,
html body .center-scroll #point03 .shop .shop-col img {
  width: 100%;
  height: 100%;
}

html body .center-scroll #point02 .shop .shop-col .shop-lead,
html body .center-scroll #point03 .shop .shop-col .shop-lead {
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0.06em;
  margin: 20px 0 30px;
}

html body .center-scroll #point02 .shop .shop-col .shop-lead .kome,
html body .center-scroll #point03 .shop .shop-col .shop-lead .kome {
  font-size: 12px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0.06em;
  margin: 0;
  padding: 0;
}

html body .center-scroll #point02 .shop .shop-col .info,
html body .center-scroll #point03 .shop .shop-col .info {
  display: flex;
  justify-content: flex-start;
  gap: 10px;
  margin: 0 0 50px;
}

html body .center-scroll #point02 .shop .shop-col .info .shop-img,
html body .center-scroll #point03 .shop .shop-col .info .shop-img {
  width: 100px;
  height: 70px;
  border: 1px solid #222222;
  display: flex;
  justify-content: center;
  align-items: center;
}

html body .center-scroll #point02 .shop .shop-col .info .shop-img .img-inner,
html body .center-scroll #point03 .shop .shop-col .info .shop-img .img-inner {
  width: 90px;
  height: 60px;
}

html body .center-scroll #point02 .shop .shop-col .info .shop-img .img-inner img,
html body .center-scroll #point03 .shop .shop-col .info .shop-img .img-inner img {
  width: 100%;
  height: 100%;
}

html body .center-scroll #point02 .shop .shop-col .info .shop-txt .txt01,
html body .center-scroll #point03 .shop .shop-col .info .shop-txt .txt01 {
  display: block;
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: 0.05em;
  margin: 0 0 5px;
  color: #222222;
}

html body .center-scroll #point02 .shop .shop-col .info .shop-txt .txt02,
html body .center-scroll #point03 .shop .shop-col .info .shop-txt .txt02 {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.05em;
  margin: 0 0 5px;
}

html body .center-scroll #point02 .shop .shop-col .info .shop-txt .txt03,
html body .center-scroll #point03 .shop .shop-col .info .shop-txt .txt03 {
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0.05em;
  margin: 0;
}

html body .center-scroll #point02 .shop .btn-r,
html body .center-scroll #point03 .shop .btn-r {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0 auto 20px;
  width: 330px;
  padding: 11px 0;
  border: 2px solid #c39159;
  border-radius: 9999px;
  background: white;
  color: #c39159;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 750px) {

  html body .center-scroll #point02 .shop .btn-r,
  html body .center-scroll #point03 .shop .btn-r {
    width: 300px;
  }
}

html body .center-scroll #point02 .shop .btn-r::after,
html body .center-scroll #point03 .shop .btn-r::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-image: url("../image/arrow-r.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-clip: border-box;
}

@media screen and (max-width: 750px) {

  html body .center-scroll #point02 .shop .btn-r::after,
  html body .center-scroll #point03 .shop .btn-r::after {
    right: 10px;
  }
}

html body .center-scroll #point02 .shop .btn-r:hover,
html body .center-scroll #point03 .shop .btn-r:hover {
  opacity: 0.85;
}

html body .center-scroll #point03 .shop {
  padding: 30px 18px 60px;
}

html body .center-scroll #point03 .shop .shop-col.last .info {
  margin: 0;
}

html body .center-scroll #point04 {
  padding: 0 0 60px;
}

html body .center-scroll #point04 .guide {
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.01em;
  margin: 0 0 10px;
  text-align: center;
}

html body .center-scroll #point04 .btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 20px;
  width: 200px;
  height: auto;
  padding: 11px 0;
  border-radius: 9999px;
  background: #c39159;
  color: white;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
}

html body .center-scroll #point04 .btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-image: url("../image/arrow.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-clip: border-box;
}

html body .center-scroll #point04 .btn:hover {
  opacity: 0.85;
}

html body .center-scroll #point04 .eq {
  border: 2px solid #c39159;
  border-radius: 10px;
  padding: 30px 33px 60px;
  margin: 0 40px;
}

@media screen and (max-width: 750px) {
  html body .center-scroll #point04 .eq {
    margin: 0 20px;
  }
}

html body .center-scroll #point04 .eq .eq-col-last {
  margin: 0 0 35px;
}

html body .center-scroll #point04 .eq .eq-col-last:last-of-type {
  margin: 0;
}

html body .center-scroll #point04 .eq .eq-col-last .eq-img {
  width: 300px;
}

@media screen and (max-width: 750px) {
  html body .center-scroll #point04 .eq .eq-col-last .eq-img {
    width: auto;
    margin: 0 auto;
  }
}

@media screen and (max-width: 375px) {
  html body .center-scroll #point04 .eq .eq-col-last .eq-img {
    width: 265px;
  }
}

html body .center-scroll #point04 .eq .eq-col-last .eq-img img {
  width: 100%;
  height: 100%;
}

html body .center-scroll #point04 .eq .eq-col-last .eq-txt {
  margin: -20px 0 0 0;
}

html body .center-scroll #point04 .eq .eq-col-last .eq-txt .eq-inner {
  display: flex;
  align-items: flex-end;
  gap: 20px;
  margin: 0 0 10px;
}

html body .center-scroll #point04 .eq .eq-col-last .eq-txt .eq-inner .eq-img {
  width: 60px;
  height: 60px;
  border-top: 3px solid white;
  border-right: 3px solid white;
  border-radius: 3.6px;
}

@media screen and (max-width: 750px) {
  html body .center-scroll #point04 .eq .eq-col-last .eq-txt .eq-inner .eq-img {
    margin: 0;
  }
}

html body .center-scroll #point04 .eq .eq-col-last:last-of-type .eq-txt .eq-inner .eq-img {
  height: 120px;
  margin-top: -60px;
}

html body .center-scroll #point04 .eq .eq-col-last .eq-txt .eq-inner .eq-img img {
  width: 100%;
  height: 100%;
}

html body .center-scroll #point04 .eq .eq-col-last .eq-txt .eq-inner .eq-txt01 {
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: 0.05em;
  margin: 0;
  color: #c39159;
}

html body .center-scroll #point04 .eq .eq-col-last .eq-txt .eq-txt02 {
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0.08em;
  margin: 0;
}

html body .center-scroll .sheet {
  background-color: #f4e4b0;
  padding: 60px 0;
}

@media screen and (max-width: 750px) {
  html body .center-scroll .sheet {
    width: auto;
    max-width: none;
    padding: 60px 20px;
  }
}

html body .center-scroll .sheet .sheet-inner {
  border: 2px solid #c39159;
  border-radius: 30px;
  margin: 0 40px;
  padding: 40px 16px 60px;
  position: relative;
  background-color: white;
}

@media screen and (max-width: 750px) {
  html body .center-scroll .sheet .sheet-inner {
    margin: 0 auto;
  }
}

html body .center-scroll .sheet .sheet-inner::after {
  content: "";
  position: absolute;
  bottom: -16px;
  right: 5px;
  width: 73px;
  height: 88px;
  background-image: url("../image/manner.png");
  background-repeat: no-repeat;
  background-size: contain;
}

html body .center-scroll .sheet .sheet-inner .manner {
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translate(-50%);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 30px;
  margin: 0 auto;
  color: white;
  background-color: #fbb03b;
  border: 3px solid white;
  border-radius: 25px;
  width: 330px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 375px) {
  html body .center-scroll .sheet .sheet-inner .manner {
    width: 280px;
  }
}

html body .center-scroll .sheet .sheet-inner .lead-top {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 26px;
  margin: 0 0 30px;
  text-align: center;
}

html body .center-scroll .sheet .sheet-inner .manner-list {
  list-style: none;
  margin: 0 17px;
}

html body .center-scroll .sheet .sheet-inner .manner-list li {
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0.05em;
  margin: 0;
  padding-left: 1.2em;
  text-indent: -1.2em;
}

html body .pagetop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 100;
}

html body .pagetop .for-top-img {
  width: 40px;
  height: 36px;
  margin: 0 0 0 10px;
}

html body .pagetop .for-top-img img {
  display: block;
  width: 100%;
  height: 100%;
}

html body.loading {
  overflow: hidden;
  width: 100vw;
  height: 100vh;
}

html #loading {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000000;
  background-color: #df6c12;
}

html .ball-pulse-sync>div {
  display: inline-block;
  width: 15px;
  height: 15px;
  background-color: #ffffff;
  margin: 10px;
  border-radius: 100%;
  animation-fill-mode: both;
}

html .ball-pulse-sync>div:nth-child(1) {
  animation: ball-pulse-sync 0.6s -0.14s infinite ease-in-out;
}

html .ball-pulse-sync>div:nth-child(2) {
  animation: ball-pulse-sync 0.6s -70ms infinite ease-in-out;
}

html .ball-pulse-sync>div:nth-child(3) {
  animation: ball-pulse-sync 0.6s 0s infinite ease-in-out;
}

@keyframes ball-pulse-sync {
  33% {
    transform: translateY(10px);
  }

  66% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(0);
  }
}

#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;
  }

  #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: 980px) {
  #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) {

  /* line 785, ../sass/_common.scss */
  #footer {
    margin: 0 0 0 auto;
  }
}

@media (max-width: 750px) {

  /* line 785, ../sass/_common.scss */
  #footer {
    width: 100%;
    margin: 0 auto;
  }
}

/* line 807, ../sass/_common.scss */
#footer .content {
  padding: 0 0 calc(35 / 375 * 100%) 0;
}

/* line 810, ../sass/_common.scss */
#footer nav {
  padding-top: calc(94 / 750 * 550 * 1px);
}

@media (max-width: 980px) {

  /* line 810, ../sass/_common.scss */
  #footer nav {
    padding-top: calc(94 / 750 * 45 * 1vw);
  }
}

@media (max-width: 750px) {

  /* line 810, ../sass/_common.scss */
  #footer nav {
    padding-top: calc(94 / 750 * 100 * 1vw);
    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: 1px solid #707070;
  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 {
  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%);
  }
}



