html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: normal;
  line-height: inherit;
  text-decoration: none;
  vertical-align: baseline; }

article, aside, details, figcaption, figure, picture,
footer, header, menu, nav, section, main, canvas, picture {
  display: block; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

input, textarea {
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  padding: 0; }

select, option, button {
  font-family: inherit;
  font-size: inherit; }

input.styleReset, button.styleReset, textarea.styleReset, select.styleReset {
  color: inherit;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box; }

.list {
  list-style: none;
  margin: 0;
  padding: 0; }

a {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  text-decoration: none;
  vertical-align: baseline; }

html {
  font-size: calc(10vw / 7.5);
  -webkit-font-smoothing: antialiased; }

body {
  overflow-x: hidden;
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.8rem;
  line-height: 1;
  background-color: #ffffff;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

body.lock,
body.loading {
  overflow: hidden;
  width: 100vw;
  height: 100vh; }

@media screen and (min-width: 769px) {
  html {
    font-size: calc(10px * 5 / 7.5); }

  body {
    font-size: 1.6rem;
    line-height: 1; } }
* {
  -webkit-tap-highlight-color: transparent; }

a {
  cursor: pointer;
  color: inherit;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  text-decoration: none; }

p, dt, dd, li {
  word-break: break-word;
  word-wrap: normal; }

img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: top; }

button {
  cursor: pointer;
  font-family: inherit;
  touch-action: manipulation; }

.ib {
  display: inline-block;
  line-height: inherit;
  font-weight: inherit; }

.accordionTrigger {
  cursor: pointer;
  display: block; }

.accordionContent {
  display: none; }

.en {
  font-family: "Outfit", sans-serif; }

.slide .photo {
  opacity: 0;
  position: absolute;
  top: 0; }
  .slide .photo:first-child {
    opacity: 1;
    position: relative; }
.slide.slick-initialized .photo {
  opacity: 1;
  position: relative; }
.slide .slick-dots {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: absolute;
  top: calc(100% + 1.3rem);
  left: 0;
  right: 0; }
  .slide .slick-dots li {
    overflow: hidden;
    flex-basis: 4rem;
    margin: 0 0 0 0.8rem; }
    .slide .slick-dots li:first-child:last-child {
      display: none; }
    .slide .slick-dots li button {
      margin: 0;
      padding: 0;
      background: none;
      border: none;
      border-radius: 0;
      outline: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      box-sizing: border-box;
      display: block;
      cursor: pointer;
      width: 100%;
      height: 2px;
      text-indent: -9999em;
      background-color: #cccccc;
      transition: background-color 0.2s ease-out; }
    .slide .slick-dots li button:hover, .slide .slick-dots li.slick-active button {
      background-color: #29abe2; }
.slide .slick-arrow {
  cursor: pointer;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 10;
  width: 2rem;
  height: 3rem;
  text-indent: -9999em;
  margin: auto;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  background: url(../images/icon_arrow.svg) center center no-repeat;
  background-size: contain; }
  .slide .slick-arrow.slick-prev {
    left: 1.1rem; }
  .slide .slick-arrow.slick-next {
    right: 1.1rem;
    transform: rotate(180deg); }

.moverLine .line {
  position: relative;
  background-image: linear-gradient(90deg, #000000, #000000);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 100% 1px;
  transition: lineMove 0.2s ease-out; }

@media screen and (min-width: 769px) {
  .slide .slick-dots {
    top: calc(100% + 16px); }
    .slide .slick-dots li {
      flex-basis: 20px;
      margin: 0 3px 0 0; }
      .slide .slick-dots li button {
        width: 20px;
        height: 3px; }
  .slide .slick-arrow {
    width: 4rem;
    height: 4rem; }
    .slide .slick-arrow.slick-prev {
      left: 0.6rem; }
    .slide .slick-arrow.slick-next {
      right: 0.6rem; }

  /* mover */
  .mover {
    transition: opacity 0.2s ease-out;
    backface-visibility: hidden;
    zoom: 1; }
    .mover:hover {
      opacity: 0.7; }

  .moverContent > * {
    transition: opacity 0.2s ease-out;
    backface-visibility: hidden;
    zoom: 1; }
  .moverContent:hover > * {
    opacity: 0.7; } }
.modePC,
.modePCib {
  display: none; }
  .modePC.important,
  .modePCib.important {
    display: none !important; }

.modeSP {
  display: block; }
  .modeSP.important {
    display: block !important; }

.modeSPib {
  display: inline-block; }
  .modeSPib.important {
    display: inline-block !important; }

@media screen and (min-width: 769px) {
  .modePC {
    display: block; }
    .modePC.important {
      display: block !important; }

  .modePCib {
    display: inline-block; }
    .modePCib.important {
      display: inline-block !important; }

  .modeSP,
  .modeSPib {
    display: none; }
    .modeSP.important,
    .modeSPib.important {
      display: none !important; } }
@keyframes bgloop {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 195px 0; } }
@keyframes move {
  0% {
    transform: translateY(0); }
  50% {
    transform: translateY(-30px); }
  100% {
    transform: translateY(0); } }
@keyframes elasticus {
  0% {
    transform-origin: 0% 0%;
    transform: scale(1, 0); }
  50% {
    transform-origin: 0% 0%;
    transform: scale(1, 1); }
  50.1% {
    transform-origin: 0% 100%;
    transform: scale(1, 1); }
  100% {
    transform-origin: 0% 100%;
    transform: scale(1, 0); } }
@keyframes lineMove {
  0% {
    background-size: 0 2px; }
  50% {
    background-size: 0 2px; }
  100% {
    background-size: 100% 2px; } }
@keyframes wave {
  0% {
    transform: scale(0.95);
    opacity: 1; }
  90% {
    opacity: .1; }
  100% {
    transform: scale(1.2, 1.4);
    opacity: 0; } }
@keyframes blink {
  0% {
    opacity: 1; }
  15% {
    opacity: 1; }
  48% {
    opacity: 0; }
  52% {
    opacity: 0; }
  85% {
    opacity: 1; }
  100% {
    opacity: 1; } }
@keyframes mvTitleAnimation {
  0% {
    clip-path: inset(100% 0 0 0);
    transform: translateY(2rem); }
  60% {
    clip-path: inset(-5% 0 0 0); }
  100% {
    clip-path: inset(0 0 0 0);
    transform: translateY(0); } }
@keyframes scrolldown {
  0% {
    background-position: 0 100%; }
  50% {
    background-position: 0 0%; }
  100% {
    background-position: 0 -100%; } }
.wrapper {
  transition: opacity 0.3s; }
  .load_complete .wrapper {
    opacity: 1; }

.content {
  position: relative; }

.contentInner {
  width: calc(670 / 750 * 100%);
  margin: auto; }

.scrollPosition {
  margin-top: 0 !important;
  padding-top: 0 !important; }

.fadeContent {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.4s ease;
  will-change: transform, opacity; }

.fadeContent.current {
  opacity: 1;
  transform: translateY(0); }

@media screen and (min-width: 769px) {
  .scrollPosition {
    margin-top: 0 !important;
    padding-top: 0 !important; } }
#stage #scene1,
#stage #scene2 {
  display: none; }

@media screen and (min-width: 769px) {
  #stage {
    display: grid;
    grid-template-areas: "scene1 mainContents";
    grid-template-columns: 1fr 500px;
    position: relative;
    background: url(../images/common/bg_string.png) center center repeat-y;
    background-size: 1002px auto;
    background-attachment: fixed;
    background-color: #ffeb3b; }
    #stage #scene1 {
      display: block;
      grid-area: scene1;
      position: sticky;
      top: 0;
      z-index: 2;
      height: 100vh; }
    #stage #scene2 {
      display: none;
      grid-area: scene2;
      position: sticky;
      top: 0;
      z-index: 2;
      height: 100vh; }
      #stage #scene2 .menuWrap {
        width: 70%;
        max-width: 240px;
        background-color: #ffeb3b;
        margin: 5vw auto 10vw auto; }
        #stage #scene2 .menuWrap .menu {
          width: calc(200 / 240 * 100%);
          margin: auto;
          padding: calc(20 / 240 * 100%) 0; }
          #stage #scene2 .menuWrap .menu .logo {
            margin: 0 0 calc(40 / 200 * 100%) 0; }
            #stage #scene2 .menuWrap .menu .logo .en {
              color: #29abe2;
              font-size: 4.5rem;
              line-height: 1;
              font-weight: 700;
              margin: 0 0 calc(28 / 200 * 100%) 0; }
          #stage #scene2 .menuWrap .menu .list {
            border-top: 2px solid #29abe2; }
            #stage #scene2 .menuWrap .menu .list .item {
              border-bottom: 2px solid #29abe2; }
              #stage #scene2 .menuWrap .menu .list .item a {
                display: block;
                padding: calc(10 / 200 * 100%) 0; }
                #stage #scene2 .menuWrap .menu .list .item a .en {
                  color: #29abe2;
                  font-size: 2.4rem;
                  line-height: 1;
                  font-weight: 700; } }
@media screen and (min-width: 900px) {
  #stage {
    grid-template-areas: "scene1 mainContents scene2";
    grid-template-columns: 1fr 500px 1fr; }
    #stage #scene2 {
      display: block; } }
/* maincCntents */
#maincCntents {
  overflow: hidden;
  background-color: #ffffff; }

@media screen and (min-width: 769px) {
  #maincCntents {
    overflow: visible;
    position: relative;
    max-width: 500px;
    margin: auto; }
    #maincCntents:before, #maincCntents:after {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      right: 100%;
      z-index: 10;
      width: 15px;
      filter: drop-shadow(0 0 15px rgba(0, 0, 0, 0.35));
      background: linear-gradient(to left, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
      will-change: filter; }
    #maincCntents:after {
      left: 100%;
      right: auto;
      background: linear-gradient(to right, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0)); }
    #maincCntents .bgCategory {
      display: none;
      position: fixed;
      top: 100px;
      bottom: 0;
      left: -100vw;
      right: -100vw;
      width: 100vw;
      margin: auto; }
      #maincCntents .bgCategory.current {
        display: block; }
        #maincCntents .bgCategory.current .wrap .str {
          opacity: 1; }
          #maincCntents .bgCategory.current .wrap .str:nth-child(1) {
            transition-delay: 0.2s; }
          #maincCntents .bgCategory.current .wrap .str:nth-child(2) {
            transition-delay: 0.4s; }
          #maincCntents .bgCategory.current .wrap .str:nth-child(3) {
            transition-delay: 0.6s; }
          #maincCntents .bgCategory.current .wrap .str:nth-child(4) {
            transition-delay: 0.8s; }
          #maincCntents .bgCategory.current .wrap .str:nth-child(5) {
            transition-delay: 1s; }
          #maincCntents .bgCategory.current .wrap .str:nth-child(6) {
            transition-delay: 1.2s; }
          #maincCntents .bgCategory.current .wrap .str:nth-child(7) {
            transition-delay: 1.4s; }
          #maincCntents .bgCategory.current .wrap .str:nth-child(8) {
            transition-delay: 1.6s; }
          #maincCntents .bgCategory.current .wrap .str:nth-child(9) {
            transition-delay: 1.8s; }
          #maincCntents .bgCategory.current .wrap .str:nth-child(10) {
            transition-delay: 2s; }
      #maincCntents .bgCategory .wrap {
        position: absolute;
        top: 0;
        right: 0;
        width: 74.5px;
        margin: 0 calc(10 / 200 * 100%) 0 auto; }
        #maincCntents .bgCategory .wrap .str {
          opacity: 0;
          margin: 0 0 6px 0;
          transition: opacity 0.3s ease-out; }
          #maincCntents .bgCategory .wrap .str.and {
            margin: 48px 0 41px 0; } }
@media screen and (min-width: 1350px) {
  #maincCntents .bgCategory .wrap {
    margin: 0 calc(25.3 / 200 * 100%) 0 auto; } }
#header {
  position: relative;
  top: 0;
  left: 0;
  right: 0; }
  #header #head {
    position: relative;
    z-index: 1000; }

#globalNav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1001; }
  #globalNav .button {
    cursor: pointer;
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1000;
    width: calc(80 / 750 * 100vw);
    height: 0;
    background-color: #29abe2;
    margin: calc(10 / 750 * 100vw) calc(20 / 750 * 100vw) 0 0;
    padding: calc(80 / 750 * 100vw) 0 0 0;
    border-radius: 50%;
    box-sizing: border-box; }
    #globalNav .button .wrap {
      display: flex;
      align-items: center;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      width: calc(45 / 100 * 100%);
      height: 0;
      padding: calc(20 / 100 * 100%) 0 0 0;
      margin: auto; }
      #globalNav .button .wrap span {
        position: absolute;
        left: 0;
        right: 0;
        height: 2px;
        background-color: #ffffff;
        margin: auto;
        transition: all 0.2s; }
        #globalNav .button .wrap span:nth-of-type(1) {
          top: 0; }
        #globalNav .button .wrap span:nth-of-type(2) {
          bottom: 0; }
  #globalNav .menu {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    height: 100vh;
    box-sizing: border-box; }
    #globalNav .menu .menuBg {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      height: 100vh; }
    #globalNav .menu .menuContent {
      height: 100%; }
    #globalNav .menu .menuInner {
      overflow: auto;
      height: 100%;
      color: #ffffff;
      background-color: #29abe2;
      padding: calc(100 / 750 * 100%) 0 0 0;
      -webkit-overflow-scrolling: touch;
      box-sizing: border-box; }
    #globalNav .menu .wrap {
      position: relative;
      min-height: 100vh;
      min-height: 100dvh; }
      #globalNav .menu .wrap:before, #globalNav .menu .wrap:after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        padding: calc(100 / 750 * 100vw) 0 0 0; }
      #globalNav .menu .wrap:after {
        top: auto;
        bottom: 0; }
    #globalNav .menu .textWrap {
      padding: calc(30 / 750 * 100%) 0 calc(73 / 750 * 100%) calc(40 / 750 * 100%); }
      #globalNav .menu .textWrap .sub {
        color: #ffffff;
        font-size: 2.8rem;
        line-height: 1;
        font-weight: 700;
        margin: 0 0 calc(7 / 705 * 100%) 0;
        transition: all 0.4s ease-out 0.2s; }
      #globalNav .menu .textWrap .title {
        color: #ffeb3b;
        font-size: 9.2rem;
        line-height: 1;
        font-weight: 700;
        margin: 0 0 calc(28 / 705 * 100%) 0; }
        #globalNav .menu .textWrap .title span {
          opacity: 1; }
    #globalNav .menu .list {
      position: relative;
      width: calc(670 / 750 * 100%);
      margin: auto;
      padding: 0 0 calc(30 / 750 * 100%) 0;
      border-top: 1px solid #ffeb3b; }
      #globalNav .menu .list .item {
        border-bottom: 1px solid #ffeb3b; }
        #globalNav .menu .list .item a {
          display: block;
          position: relative;
          color: #ffeb3b;
          padding: calc(40 / 670 * 100%) 0; }
          #globalNav .menu .list .item a .arrow {
            position: absolute;
            top: 0;
            bottom: 0;
            right: 1rem;
            width: calc(50 / 670 * 100%);
            height: 0;
            background-color: #ffffff;
            margin: auto;
            padding: calc(50 / 670 * 100%) 0 0 0;
            border-radius: 50%; }
            #globalNav .menu .list .item a .arrow:before {
              content: "";
              position: absolute;
              top: 0;
              bottom: 0;
              left: 0;
              right: 0.5rem;
              width: 1rem;
              height: 1rem;
              margin: auto;
              border-top: 2px solid #29abe2;
              border-right: 2px solid #29abe2;
              transform: rotate(45deg); }
        #globalNav .menu .list .item .en {
          font-size: 4.8rem;
          line-height: 1;
          font-weight: 700;
          margin: 0 0 calc(4 / 670 * 100%) 0; }
        #globalNav .menu .list .item .ja {
          font-size: 2rem;
          line-height: 1.2;
          font-weight: 500; }
  #globalNav.open .button .wrap span:nth-of-type(1) {
    bottom: 0;
    left: 0;
    transform: translateY(50%) translateY(-1px) rotate(-45deg); }
  #globalNav.open .button .wrap span:nth-of-type(2) {
    top: 0;
    left: 0;
    transform: translateY(-50%) translateY(1px) rotate(45deg); }

@media screen and (min-width: 769px) {
  #globalNav {
    max-width: 500px;
    margin: auto; }
    #globalNav .button {
      position: absolute;
      width: calc(80 / 750 * 100%);
      margin: calc(10 / 750 * 100%) calc(20 / 750 * 100%) 0 0;
      padding: calc(80 / 750 * 100%) 0 0 0; }
    #globalNav .menu .menuBg {
      max-width: 500px;
      margin: auto; }
    #globalNav .menu .menuContent {
      overflow: hidden;
      max-width: 500px;
      height: 100vh;
      margin: auto;
      filter: blur(0);
      will-change: filter; }
    #globalNav .menu .wrap:before, #globalNav .menu .wrap:after {
      padding: calc(100 / 750 * 100%) 0 0 0; } }
#footer .content {
  background-color: #eaf7fc;
  padding: 0 0 calc(35 / 375 * 100%) 0; }
#footer .list {
  text-align: center;
  margin: 0 0 calc(20 / 350 * 100%) 0;
  padding: calc(40 / 350 * 100%) 0 calc(20 / 350 * 100%) 0; }
  #footer .list .item {
    font-size: 2.4rem;
    line-height: 1.17; }
    #footer .list .item a {
      display: inline-block;
      padding: 0.45em 0; }
#footer .logo {
  width: calc(300 / 350 * 100%);
  text-align: center;
  margin: 0 auto;
  padding: calc(13 / 350 * 100%) 0 calc(21 / 350 * 100%) 0; }
#footer .copy {
  font-size: 2rem;
  line-height: 1.2;
  text-align: center; }

/* loading */
#loading {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000000;
  background-color: #fff133; }

.ball-pulse-sync > div {
  display: inline-block;
  width: 15px;
  height: 15px;
  background-color: #29abe2;
  margin: 10px;
  border-radius: 100%;
  animation-fill-mode: both; }

.ball-pulse-sync > div:nth-child(1) {
  animation: ball-pulse-sync 0.6s -0.14s infinite ease-in-out; }

.ball-pulse-sync > div:nth-child(2) {
  animation: ball-pulse-sync 0.6s -70ms infinite ease-in-out; }

.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); } }
/* animate */
.animate {
  opacity: 0;
  transform: scale(0.6);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.2s; }
  .animate.current {
    opacity: 1;
    transform: scale(1); }

/* splitText */
.splitText {
  overflow: hidden;
  letter-spacing: 0.01em; }
  .splitText span {
    opacity: 0;
    display: inline-block;
    min-width: 0.6rem;
    transition: opacity;
    transition-delay: calc(0.1s * var(--char-index)); }
  .splitText.current span {
    opacity: 1; }

@media screen and (min-width: 769px) {
  .splitText span {
    min-width: 1.5rem; } }
/* titleType01 */
/* buttonType01 */
.buttonType01 {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 5rem;
  font-size: 1.4rem;
  line-height: 1;
  background-color: #ffffff;
  border-radius: 2.5rem; }
  .buttonType01:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 2.5rem;
    width: 0.8rem;
    height: 0.8rem;
    margin: auto;
    border-top: 2px solid #000000;
    border-right: 2px solid #000000;
    transform: rotate(45deg); }

/* toTop */
#toTop {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 50; }
  #toTop a {
    display: block;
    position: absolute;
    bottom: 3rem;
    right: 3rem; }
  #toTop span {
    display: block;
    position: relative;
    width: 7.2rem;
    height: 7.2rem;
    text-indent: -9999em;
    background: url(../images/common/img_totop.png) center center no-repeat;
    background-size: contain;
    box-sizing: border-box; }

@media screen and (min-width: 769px) {
  #toTop {
    max-width: 550px;
    margin: auto; }
    #toTop a {
      right: -5rem; }
    #toTop span {
      width: 40px;
      height: 40px;
      line-height: 40px; } }
/* firstContent */
#firstContent .content {
  position: relative;
  background-color: #29abe2; }
#firstContent .textWrap {
  padding: calc(30 / 750 * 100%) 0 0 calc(40 / 750 * 100%); }
  #firstContent .textWrap .sub {
    opacity: 0;
    color: #ffffff;
    font-size: 2.8rem;
    line-height: 1;
    font-weight: 700;
    margin: 0 0 calc(7 / 705 * 100%) 0;
    transition: all 0.4s ease-out 2.0s; }
  #firstContent .textWrap .title {
    color: #ffeb3b;
    font-size: 9.2rem;
    line-height: 1;
    font-weight: 700;
    margin: 0 0 calc(28 / 705 * 100%) 0; }
    #firstContent .textWrap .title span {
      transition-delay: calc(0.1s * var(--char-index) + 2.8s); }
      #firstContent .textWrap .title span:nth-child(5):after {
        content: "\A"; }
#firstContent .block {
  display: flex;
  flex-wrap: wrap; }
  #firstContent .block .image {
    overflow: hidden;
    opacity: 0;
    flex-basis: calc(100% / 3); }
    #firstContent .block .image:nth-child(1) {
      transition-delay: 0.4s; }
    #firstContent .block .image:nth-child(2) {
      transition-delay: 1.6s; }
    #firstContent .block .image:nth-child(3) {
      transition-delay: 0.8s; }
    #firstContent .block .image:nth-child(4) {
      transition-delay: 1.2s; }
    #firstContent .block .image:nth-child(5) {
      transition-delay: 0.6s; }
    #firstContent .block .image:nth-child(6) {
      transition-delay: 1.8s; }
    #firstContent .block .image:nth-child(7) {
      transition-delay: 1.0s; }
    #firstContent .block .image:nth-child(8) {
      transition-delay: 1.4s; }
    #firstContent .block .image:nth-child(9) {
      transition-delay: 0.2s; }
    #firstContent .block .image img {
      transform: scale(2.5);
      transition: all 2s ease-out; }
#firstContent .scroll {
  opacity: 0;
  position: relative;
  color: #ffeb3b;
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 500;
  text-align: center;
  margin: calc(7 / 750 * 100%) 0 0 0;
  transition: all 0.6s ease-out 1.2s;
  aspect-ratio: 750 / 233; }
  #firstContent .scroll:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 1px;
    margin: calc(3 / 66 * 100%) auto 0 auto;
    padding: calc(138 / 66 * 100%) 0 0 0;
    background-image: linear-gradient(to bottom, #ffeb3b 0%, #ffeb3b 50%, transparent 50%, transparent 100%);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 1px 200%;
    animation: scrolldown 3.2s ease forwards infinite; }
.load_complete #firstContent .textWrap .sub {
  opacity: 1; }
.load_complete #firstContent .textWrap .title span {
  opacity: 1; }
.load_complete #firstContent .block .image {
  opacity: 1; }
  .load_complete #firstContent .block .image img {
    transform: scale(1); }
.load_complete #firstContent .scroll {
  opacity: 1; }

/* underLink */
#underLink .content {
  z-index: 10;
  background-color: #29abe2;
  padding: calc(8 / 750 * 100%) 0 calc(140 / 750 * 100%) 0; }
#underLink .intro {
  color: #ffffff;
  font-size: 2.8rem;
  line-height: 1.71;
  text-align: center;
  margin: 0 0 calc(150 / 750 * 100%) 0; }
#underLink .wrap .list {
  display: flex;
  justify-content: space-between;
  width: calc(688 / 750 * 100%);
  margin: 0 auto; }
  #underLink .wrap .list .item {
    flex-basis: calc(220 / 688 * 100%);
    color: #29abe2;
    text-align: center;
    transform: translateY(-50px); }
    #underLink .wrap .list .item:nth-child(2) {
      transition-delay: 0.2s; }
    #underLink .wrap .list .item:nth-child(3) {
      transition-delay: 0.4s; }
    #underLink .wrap .list .item.current {
      transform: translateY(0); }
    #underLink .wrap .list .item a {
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      background-color: #ffeb3b;
      aspect-ratio: 1 / 1; }
      #underLink .wrap .list .item a .arrow {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        width: calc(50 / 220 * 100%);
        background-color: #ffffff;
        margin: 0 auto calc(-40 / 220 * 100%) auto;
        border-radius: 50%;
        aspect-ratio: 1 / 1; }
        #underLink .wrap .list .item a .arrow:before {
          content: "";
          width: 1rem;
          height: 1rem;
          border-bottom: 2px solid #29abe2;
          border-right: 2px solid #29abe2;
          transform: rotate(45deg); }
    #underLink .wrap .list .item .en {
      font-size: 3.2rem;
      line-height: 1;
      font-weight: 700; }
    #underLink .wrap .list .item .ja {
      font-size: 2rem;
      line-height: 1.2;
      font-weight: 500; }

/* layoutType01 */
.layoutType01#outdoor .content {
  background-color: #ffffff; }
.layoutType01#accent .content {
  background-color: #ffffff; }
.layoutType01#accent .list .item:last-child {
  border-bottom: 0; }
.layoutType01 .content {
  background-color: #ffffff; }
.layoutType01 .titleWrap {
  position: relative;
  z-index: 2;
  padding: calc(96 / 750 * 100%) 0 calc(39 / 750 * 100%) calc(41 / 750 * 100%); }
  .layoutType01 .titleWrap .title {
    color: #29abe2;
    font-size: 9.2rem;
    line-height: 1;
    font-weight: 700;
    margin: 0 0 calc(13 / 750 * 100%) 0; }
  .layoutType01 .titleWrap .desc {
    color: #29abe2;
    font-size: 2.8rem;
    line-height: 1.71;
    font-weight: 500;
    transform: translateY(0); }
.layoutType01 .list {
  overflow: hidden;
  position: relative;
  z-index: 2; }
  .layoutType01 .list .item {
    margin: 0 0 calc(65 / 670 * 100%) 0;
    padding: calc(33 / 670 * 100%) 0 calc(58 / 670 * 100%) 0;
    border-bottom: 2px solid #cccccc; }
    .layoutType01 .list .item .slideWrap {
      position: relative;
      padding: 0 0 6.6rem 0; }
      .layoutType01 .list .item .slideWrap .category {
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 10;
        width: calc(160 / 670 * 100%);
        color: #ffffff;
        font-size: 3.2rem;
        line-height: 1;
        font-weight: 500;
        background-color: #29abe2;
        aspect-ratio: 160 / 64; }
        .layoutType01 .list .item .slideWrap .category.multi {
          margin: -0.3rem 0 0 0; }
          .layoutType01 .list .item .slideWrap .category.multi .small {
            display: block;
            font-size: 2.4rem;
            line-height: 1;
            text-align: center; }
    .layoutType01 .list .item .wrap {
      margin: 0 0 calc(10 / 670 * 100%) 0; }
      .layoutType01 .list .item .wrap .data .name {
        color: #29abe2;
        font-size: 2.8rem;
        line-height: 1.71;
        margin: 0 0 calc(2 / 670 * 100%) 0; }
      .layoutType01 .list .item .wrap .data .price {
        color: #29abe2;
        font-size: 2.8rem;
        line-height: 1.71;
        margin: 0 0 calc(20 / 670 * 100%) 0; }
        .layoutType01 .list .item .wrap .data .price .tax,
        .layoutType01 .list .item .wrap .data .price .unit {
          font-size: 2rem;
          line-height: 2.4; }
      .layoutType01 .list .item .wrap .data .desc {
        font-size: 2.8rem;
        line-height: 1.71;
        padding: calc(38 / 670 * 100%) 0 calc(38 / 670 * 100%) 0; }
      .layoutType01 .list .item .wrap .info a {
        display: block;
        padding: calc(31 / 670 * 100%) 0; }
      .layoutType01 .list .item .wrap .info .box {
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: relative; }
        .layoutType01 .list .item .wrap .info .box .shopLogo {
          flex-basis: calc(240 / 670 * 100%); }
        .layoutType01 .list .item .wrap .info .box .textWrap {
          flex-basis: calc(390 / 670 * 100%);
          font-size: 2.8rem;
          line-height: 1.71; }



