@charset "UTF-8";
/* DEFAULT_VARIABLE */
/*
 * 機能：clamp関数の文字列を返す
 * 引数：$size-at-min-width サイズ(フォントサイズなど)の最小値(pxやremなどの単位は必須)
 * 　　　$size-at-max-width サイズ(フォントサイズなど)の最大値(pxやremなどの単位は必須)
 * 　　　$min-width [省略可]サイズが最小値に到達する画面幅
 * 　　　$max-width [省略可]サイズが最大値に到達する画面幅
 * 使用方法：
 *　　デフォルトの最小画面幅$min-width-defaultと最大画面幅$max-width-defaultを事前に指定しておく
 *　　最小幅と最大幅をデフォルト以外にしたい場合は、引数にそれぞれ単位付きの画面幅を入れる
 */
.c-topMainvisualSet01 {
  position: relative;
  min-height: 760px;
  max-height: 900px;
  height: calc(100svh - 40px);
  background-color: #F00;
  z-index: 1;
  padding: 0 clamp(27.4285714286px, 0px + 3.571vw, 50px);
}
@media screen and (max-width: 900px) and (orientation: portrait) {
  .c-topMainvisualSet01 {
    max-height: 100%;
    min-height: 60svw;
    height: auto;
    padding: 12.5vw 3.125vw 3.125vw;
  }
}
.c-topMainvisualSet01 > .componentWrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.c-topMainvisualSet01 > .componentWrapper > .block.is-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  background-image: url(../../images/common/texture_japanese03_mv.webp);
  background-position: center;
  background-size: 50px;
  z-index: 0;
  overflow: hidden;
}
.c-topMainvisualSet01 > .componentWrapper > .block.is-bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  height: 100%;
  background-image: url(../../images/top/top_mainvisual_bg.webp);
  background-size: 2800px;
  background-position: 0 center;
  background-repeat: repeat-x;
  will-change: transform;
  animation: bgLoop 600s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
  .c-topMainvisualSet01 > .componentWrapper > .block.is-bg::after {
    animation: none;
  }
}
@media screen and (max-width: 900px) and (orientation: portrait) {
  .c-topMainvisualSet01 > .componentWrapper > .block.is-bg::after {
    background-size: 1800px;
    animation: bgLoop 2000s linear infinite;
  }
}
@media screen and (max-width: 900px) and (orientation: portrait) and (prefers-reduced-motion: reduce) {
  .c-topMainvisualSet01 > .componentWrapper > .block.is-bg::after {
    animation: none;
  }
}
@keyframes bgLoop {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-2800px);
  }
}
@media screen and (max-width: 900px) and (orientation: portrait) {
  .c-topMainvisualSet01 > .componentWrapper > .block.is-bg {
    background-size: 36px;
  }
}
.c-topMainvisualSet01 > .componentWrapper > .block.is-contents {
  position: relative;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  z-index: 10;
}
@media screen and (max-width: 900px) and (orientation: portrait) {
  .c-topMainvisualSet01 > .componentWrapper > .block.is-contents {
    width: 90%;
  }
}

.c-topMainvisualSet__slider {
  width: 100%;
}
@media screen and (max-width: 900px) and (orientation: portrait) {
  .c-topMainvisualSet__slider {
    overflow: visible;
  }
}
.c-topMainvisualSet__slider > .componentWrapper {
  width: 100%;
}
.c-topMainvisualSet__slider > .componentWrapper a {
  display: block;
}
.c-topMainvisualSet__slider > .componentWrapper a:hover .area.is-image::before {
  opacity: 0.4;
}
.c-topMainvisualSet__slider > .componentWrapper .area.is-image {
  overflow: hidden;
  position: relative;
  padding-top: 56.667%;
  width: 100%;
  background-color: #fff;
  border-radius: clamp(27.4285714286px, 0px + 3.571vw, 50px);
}
@media screen and (max-width: 900px) and (orientation: portrait) {
  .c-topMainvisualSet__slider > .componentWrapper .area.is-image {
    padding-top: 100%;
    border-radius: 9.375vw;
  }
}
.c-topMainvisualSet__slider > .componentWrapper .area.is-image:before, .c-topMainvisualSet__slider > .componentWrapper .area.is-image:after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-radius: clamp(27.4285714286px, 0px + 3.571vw, 50px);
  z-index: 10;
}
@media screen and (max-width: 900px) and (orientation: portrait) {
  .c-topMainvisualSet__slider > .componentWrapper .area.is-image:before, .c-topMainvisualSet__slider > .componentWrapper .area.is-image:after {
    border-radius: 9.375vw;
  }
}
.c-topMainvisualSet__slider > .componentWrapper .area.is-image:before {
  height: 100%;
  border: clamp(3.2914285714px, 0px + 0.429vw, 6px) solid #fff;
  box-sizing: border-box;
  opacity: 0.2;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 900px) and (orientation: portrait) {
  .c-topMainvisualSet__slider > .componentWrapper .area.is-image:before {
    border-width: 1.875vw;
  }
}
.c-topMainvisualSet__slider > .componentWrapper .area.is-image:after {
  height: clamp(112.4571428571px, 0px + 14.643vw, 205px);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  opacity: 0.4;
}
@media screen and (max-width: 900px) and (orientation: portrait) {
  .c-topMainvisualSet__slider > .componentWrapper .area.is-image:after {
    height: 64.0625vw;
  }
}
.c-topMainvisualSet__slider > .componentWrapper .area.is-copy {
  display: inline-block;
  width: 9.65%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  z-index: 10;
}
@media screen and (max-width: 900px) and (orientation: portrait) {
  .c-topMainvisualSet__slider > .componentWrapper .area.is-copy {
    top: 10%;
    width: 20%;
    transform: translate3d(-50%, 0%, 0);
  }
}
.c-topMainvisualSet__slider > .componentWrapper .area.is-copy .copy {
  filter: drop-shadow(0 0 clamp(4.8493714286px, 0px + 0.631vw, 8.84px) rgba(0, 0, 0, 0.5));
}
@media screen and (max-width: 900px) and (orientation: portrait) {
  .c-topMainvisualSet__slider > .componentWrapper .area.is-copy .copy {
    filter: drop-shadow(0 0 1.79375vw rgba(0, 0, 0, 0.5));
  }
}
.c-topMainvisualSet__slider > .componentWrapper .area.is-copy .copy img {
  width: 100%;
}

@keyframes zoomIn {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.1);
  }
}
@keyframes zoomOut {
  from {
    transform: scale(1.1);
  }
  to {
    transform: scale(1);
  }
}
.c-topMainvisual_childSlider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}
.c-topMainvisual_childSlider > .componentWrapper .block.is-image:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../../images/common/texture_dot01.webp);
  background-size: clamp(3.2914285714px, 0px + 0.429vw, 6px);
  opacity: 0.1;
}
@media screen and (max-width: 900px) and (orientation: portrait) {
  .c-topMainvisual_childSlider > .componentWrapper .block.is-image:after {
    background-size: 0.9375vw;
  }
}
.c-topMainvisual_childSlider > .componentWrapper .block.is-image img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 2s 2s ease;
}
.c-topMainvisual_childSlider .swiper-slide {
  width: 100%;
  height: 100%;
}
.swiper-slide-active.swiper-slide-active .c-topMainvisual_childSlider .swiper-slide.swiper-slide-prev img, .swiper-slide-active.swiper-slide-active .c-topMainvisual_childSlider .swiper-slide.swiper-slide-active img {
  animation-name: zoomIn;
  animation-duration: 20s;
  animation-delay: 0s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}
.c-topMainvisual_childSlider .swiper-slide.swiper-slide-next {
  transform: scale(1);
}

@keyframes progress {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}
.c-topMainvisualSet__progress > .componentWrapper .block.is-contents {
  display: flex;
  align-items: center;
  gap: clamp(9.3257142857px, 0px + 1.214vw, 17px);
  position: absolute;
  left: clamp(21.9428571429px, 0px + 2.857vw, 40px);
  bottom: clamp(21.9428571429px, 0px + 2.857vw, 40px);
  z-index: 10;
}
@media screen and (max-width: 900px) and (orientation: portrait) {
  .c-topMainvisualSet__progress > .componentWrapper .block.is-contents {
    gap: 1.875vw;
    left: -4.6875vw;
    bottom: 1.5625vw;
  }
}
.c-topMainvisualSet__progress > .componentWrapper .block.is-contents .area.is-left {
  width: clamp(43.8857142857px, 0px + 5.714vw, 80px);
  height: clamp(43.8857142857px, 0px + 5.714vw, 80px);
}
@media screen and (max-width: 900px) and (orientation: portrait) {
  .c-topMainvisualSet__progress > .componentWrapper .block.is-contents .area.is-left {
    width: 18.75vw;
    height: 18.75vw;
  }
}
.c-topMainvisualSet__progress > .componentWrapper .block.is-contents .area.is-left .logoBlock {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 50%;
}
.c-topMainvisualSet__progress > .componentWrapper .block.is-contents .area.is-left .logoBlock .logo {
  display: inline-block;
  position: relative;
  width: clamp(34.0114285714px, 0px + 4.429vw, 62px);
  height: clamp(34.0114285714px, 0px + 4.429vw, 62px);
}
@media screen and (max-width: 900px) and (orientation: portrait) {
  .c-topMainvisualSet__progress > .componentWrapper .block.is-contents .area.is-left .logoBlock .logo {
    width: 12.5vw;
    height: 12.5vw;
  }
}
.c-topMainvisualSet__progress > .componentWrapper .block.is-contents .area.is-left .logoBlock .logo img {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: all 0.3s ease;
}
.c-topMainvisualSet__progress > .componentWrapper .block.is-contents .area.is-left .logoBlock .logo img.is-active {
  opacity: 1;
}
.c-topMainvisualSet__progress > .componentWrapper .block.is-contents .area.is-right {
  position: relative;
  width: clamp(186.5142857143px, 0px + 24.286vw, 340px);
}
@media screen and (max-width: 900px) and (orientation: portrait) {
  .c-topMainvisualSet__progress > .componentWrapper .block.is-contents .area.is-right {
    width: 62.5vw;
  }
}
.c-topMainvisualSet__progress > .componentWrapper .block.is-contents .area.is-right .box.is-name {
  position: relative;
  margin-bottom: clamp(10.9714285714px, 0px + 1.429vw, 20px);
  width: 100%;
  height: clamp(13.1657142857px, 0px + 1.714vw, 24px);
}
@media screen and (max-width: 900px) and (orientation: portrait) {
  .c-topMainvisualSet__progress > .componentWrapper .block.is-contents .area.is-right .box.is-name {
    margin-bottom: 4.6875vw;
    height: 4.375vw;
  }
}
.c-topMainvisualSet__progress > .componentWrapper .block.is-contents .area.is-right .box.is-name .name {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  font-size: 22px;
  font-size: clamp(12.0685714286px, 0px + 1.571vw, 22px);
  font-family: "Shippori Mincho", "ヒラギノ明朝 Pro W3", "HiraMinProN-W3", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: bold;
  line-height: 1.1;
  opacity: 0;
  transition: all 0.3s ease;
}
@media screen and (max-width: 900px) and (orientation: portrait) {
  .c-topMainvisualSet__progress > .componentWrapper .block.is-contents .area.is-right .box.is-name .name {
    font-size: 11px;
    font-size: 3.4375vw;
  }
}
.c-topMainvisualSet__progress > .componentWrapper .block.is-contents .area.is-right .box.is-name .name.is-active {
  opacity: 1;
}
.c-topMainvisualSet__progress > .componentWrapper .block.is-contents .area.is-right .box.is-progress {
  position: relative;
  width: 100%;
}
.c-topMainvisualSet__progress > .componentWrapper .block.is-contents .area.is-right .box.is-progress::after {
  content: "";
  display: block;
  position: relative;
  width: 100%;
  height: clamp(2.1942857143px, 0px + 0.286vw, 4px);
  background-color: #D9D9D9;
  border-radius: 100px;
  z-index: 0;
}
@media screen and (max-width: 900px) and (orientation: portrait) {
  .c-topMainvisualSet__progress > .componentWrapper .block.is-contents .area.is-right .box.is-progress::after {
    height: 0.9375vw;
  }
}
.c-topMainvisualSet__progress > .componentWrapper .block.is-contents .area.is-right .box.is-progress .bar {
  pointer-events: none;
  opacity: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}
.c-topMainvisualSet__progress > .componentWrapper .block.is-contents .area.is-right .box.is-progress .bar.is-active {
  opacity: 1;
  pointer-events: all;
}
.c-topMainvisualSet__progress > .componentWrapper .block.is-contents .area.is-right .box.is-progress .bar button {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  height: clamp(2.1942857143px, 0px + 0.286vw, 4px);
}
@media screen and (max-width: 900px) and (orientation: portrait) {
  .c-topMainvisualSet__progress > .componentWrapper .block.is-contents .area.is-right .box.is-progress .bar button {
    height: 0.9375vw;
  }
}
.c-topMainvisualSet__progress > .componentWrapper .block.is-contents .area.is-right .box.is-progress .bar button.is-active span {
  transform: scaleX(1);
  transition: transform 3s linear;
}
.c-topMainvisualSet__progress > .componentWrapper .block.is-contents .area.is-right .box.is-progress .bar button.is-animated span {
  transform: scaleX(1);
  transition: none;
}
.c-topMainvisualSet__progress > .componentWrapper .block.is-contents .area.is-right .box.is-progress .bar button:first-child {
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
}
.c-topMainvisualSet__progress > .componentWrapper .block.is-contents .area.is-right .box.is-progress .bar button:last-child {
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
}
.c-topMainvisualSet__progress > .componentWrapper .block.is-contents .area.is-right .box.is-progress .bar button:last-child::after {
  display: none;
}
.c-topMainvisualSet__progress > .componentWrapper .block.is-contents .area.is-right .box.is-progress .bar button span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #9B0D0D;
  transform: scaleX(0);
  transform-origin: left;
}
.c-topMainvisualSet__progress > .componentWrapper .block.is-contents .area.is-right .box.is-progress .bar button::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: clamp(1.6457142857px, 0px + 0.214vw, 3px);
  height: clamp(5.4857142857px, 0px + 0.714vw, 10px);
  background-color: #FFF;
  transform: translateY(-50%);
}
.c-topMainvisualSet__progress > .componentWrapper .block.is-contents .area.is-right .box.is-arrow {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 0;
  right: 0;
  width: clamp(28.5257142857px, 0px + 3.714vw, 52px);
  height: 7.5vw;
}
@media screen and (max-width: 900px) and (orientation: portrait) {
  .c-topMainvisualSet__progress > .componentWrapper .block.is-contents .area.is-right .box.is-arrow {
    width: 11.875vw;
    height: 5.3125vw;
  }
}
.c-topMainvisualSet__progress > .componentWrapper .block.is-contents .area.is-right .box.is-arrow .arrow {
  display: inline-block;
  position: relative;
  width: clamp(13.1657142857px, 0px + 1.714vw, 24px);
  height: clamp(13.1657142857px, 0px + 1.714vw, 24px);
  background-color: #333;
  border-radius: 50%;
  cursor: pointer;
  transition: opacity 0.3s;
}
.c-topMainvisualSet__progress > .componentWrapper .block.is-contents .area.is-right .box.is-arrow .arrow:hover {
  opacity: 0.7;
}
@media screen and (max-width: 900px) and (orientation: portrait) {
  .c-topMainvisualSet__progress > .componentWrapper .block.is-contents .area.is-right .box.is-arrow .arrow {
    width: 5.3125vw;
    height: 5.3125vw;
  }
}
.c-topMainvisualSet__progress > .componentWrapper .block.is-contents .area.is-right .box.is-arrow .arrow:before, .c-topMainvisualSet__progress > .componentWrapper .block.is-contents .area.is-right .box.is-arrow .arrow:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: clamp(2.7428571429px, 0px + 0.357vw, 5px);
  height: clamp(4.3885714286px, 0px + 0.571vw, 8px);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  pointer-events: none;
}
@media screen and (max-width: 900px) and (orientation: portrait) {
  .c-topMainvisualSet__progress > .componentWrapper .block.is-contents .area.is-right .box.is-arrow .arrow:before, .c-topMainvisualSet__progress > .componentWrapper .block.is-contents .area.is-right .box.is-arrow .arrow:after {
    width: 1.25vw;
    height: 1.875vw;
  }
}
.c-topMainvisualSet__progress > .componentWrapper .block.is-contents .area.is-right .box.is-arrow .arrow.swiper-arrow-prev:after {
  background-image: url(../../images/common/btn_arrow03_left.webp);
}
.c-topMainvisualSet__progress > .componentWrapper .block.is-contents .area.is-right .box.is-arrow .arrow.swiper-arrow-next:after {
  background-image: url(../../images/common/btn_arrow03_right.webp);
}

.c-topMainvisualSet__scroll {
  position: absolute;
  bottom: clamp(-30px, 0px + -2.143vw, -16.4571428571px);
  left: 50%;
  transform: translateX(-50%);
  width: clamp(65.8285714286px, 0px + 8.571vw, 120px);
  z-index: 100;
}
@media screen and (max-width: 900px) and (orientation: portrait) {
  .c-topMainvisualSet__scroll {
    display: none;
  }
}
.c-topMainvisualSet__scroll .block.is-contents .btn {
  width: 100%;
  filter: drop-shadow(clamp(2.1942857143px, 0px + 0.286vw, 4px) clamp(2.1942857143px, 0px + 0.286vw, 4px) 0 rgba(0, 0, 0, 0.2));
}
.c-topMainvisualSet__scroll .block.is-contents .btn a {
  display: block;
}
.c-topMainvisualSet__scroll .block.is-contents .btn img {
  width: 100%;
}

@media screen and (max-width: 900px) and (orientation: portrait) {
  .c-topMainvisualSet__pickup {
    width: 80%;
    margin: 0 auto;
    margin-top: 3.125vw;
  }
}
.c-topMainvisualSet__pickup > .componentWrapper {
  position: absolute;
  right: clamp(21.9428571429px, 0px + 2.857vw, 40px);
  bottom: clamp(21.9428571429px, 0px + 2.857vw, 40px);
  display: inline-block;
  width: clamp(186.5142857143px, 0px + 24.286vw, 340px);
  z-index: 1;
}
@media screen and (max-width: 900px) and (orientation: portrait) {
  .c-topMainvisualSet__pickup > .componentWrapper {
    position: static;
    width: calc(100% - 6.25vw);
    margin-top: 3.125vw;
    margin-left: 3.125vw;
  }
}
.c-topMainvisualSet__pickup > .componentWrapper .block.is-pickup {
  display: inline-block;
  width: 100%;
}
.c-topMainvisualSet__pickup > .componentWrapper .block.is-pickup .inner {
  display: block;
  position: relative;
  width: 100%;
  color: inherit;
  transition: opacity 0.3s;
}
.c-topMainvisualSet__pickup > .componentWrapper .block.is-pickup .inner:hover {
  opacity: 0.7;
}
.c-topMainvisualSet__pickup > .componentWrapper .block.is-pickup .pickupTitle {
  display: inline-block;
  position: absolute;
  top: clamp(-30px, 0px + -2.143vw, -16.4571428571px);
  left: clamp(-34px, 0px + -2.429vw, -18.6514285714px);
  width: clamp(54.8571428571px, 0px + 7.143vw, 100px);
  z-index: 10;
}
@media screen and (max-width: 900px) and (orientation: portrait) {
  .c-topMainvisualSet__pickup > .componentWrapper .block.is-pickup .pickupTitle {
    top: -5vw;
    left: -4.6875vw;
    width: 13.75vw;
  }
}
.c-topMainvisualSet__pickup > .componentWrapper .block.is-pickup .pickupTitle img {
  width: 100%;
}
.c-topMainvisualSet__pickup > .componentWrapper .block.is-pickup .link {
  display: inline-block;
  width: 100%;
  color: inherit;
}
.c-topMainvisualSet__pickup > .componentWrapper .block.is-pickup .image {
  display: inline-block;
  position: relative;
  padding-top: 58.824%;
  width: 100%;
  border-radius: clamp(5.4857142857px, 0px + 0.714vw, 10px);
  overflow: hidden;
}
@media screen and (max-width: 900px) and (orientation: portrait) {
  .c-topMainvisualSet__pickup > .componentWrapper .block.is-pickup .image {
    border-radius: 3.125vw;
  }
}
.c-topMainvisualSet__pickup > .componentWrapper .block.is-pickup .image:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: clamp(2.1942857143px, 0px + 0.286vw, 4px) solid #fff;
  box-sizing: border-box;
  border-radius: clamp(5.4857142857px, 0px + 0.714vw, 10px);
}
@media screen and (max-width: 900px) and (orientation: portrait) {
  .c-topMainvisualSet__pickup > .componentWrapper .block.is-pickup .image:after {
    border-width: 0.9375vw;
    border-radius: 3.125vw;
  }
}
.c-topMainvisualSet__pickup > .componentWrapper .block.is-pickup .image img {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-topMainvisualSet__pickup > .componentWrapper .block.is-pickup .title {
  display: inline-block;
  position: absolute;
  bottom: clamp(10.9714285714px, 0px + 1.429vw, 20px);
  left: clamp(-20px, 0px + -1.429vw, -10.9714285714px);
  padding: clamp(5.4857142857px, 0px + 0.714vw, 10px);
  max-width: 100%;
  background-color: #fff;
  border-radius: clamp(3.2914285714px, 0px + 0.429vw, 6px);
  box-sizing: border-box;
}
@media screen and (max-width: 900px) and (orientation: portrait) {
  .c-topMainvisualSet__pickup > .componentWrapper .block.is-pickup .title {
    padding: 2.5vw;
    left: -3.125vw;
    bottom: 3.125vw;
    border-radius: 1.875vw;
  }
}
.c-topMainvisualSet__pickup > .componentWrapper .block.is-pickup .title span {
  color: #102B3E;
  font-size: 14px;
  font-size: clamp(7.68px, 0px + 1vw, 14px);
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (max-width: 900px) and (orientation: portrait) {
  .c-topMainvisualSet__pickup > .componentWrapper .block.is-pickup .title span {
    font-size: 12px;
    font-size: 3.75vw;
  }
}

.c-topEventSet {
  position: relative;
  background-color: #413C33;
  z-index: 1;
}
.c-topEventSet:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../../images/common/texture_japanese01.webp);
  background-size: clamp(38.4px, 0px + 5vw, 70px);
  opacity: 0.02;
}
@media screen and (max-width: 768px) {
  .c-topEventSet:before {
    background-size: 21.875vw;
  }
}
.c-topEventSet .componentWrapper {
  padding: clamp(43.8857142857px, 0px + 5.714vw, 80px) 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-topEventSet .componentWrapper {
    padding: 12.5vw 0;
  }
}
.c-topEventSet .componentWrapper .group.is-parts {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.c-topEventSet .componentWrapper .group.is-parts .block.is-top {
  position: absolute;
  top: clamp(-50px, 0px + -3.571vw, -27.4285714286px);
  left: 0;
  width: 100%;
  height: clamp(82.8342857143px, 0px + 10.786vw, 151px);
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .c-topEventSet .componentWrapper .group.is-parts .block.is-top {
    top: -7.8125vw;
    height: 23.75vw;
  }
}
.c-topEventSet .componentWrapper .group.is-parts .block.is-top:before, .c-topEventSet .componentWrapper .group.is-parts .block.is-top:after {
  content: "";
  display: inline-block;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.c-topEventSet .componentWrapper .group.is-parts .block.is-top:before {
  top: 0;
  left: clamp(-15px, 0px + -1.071vw, -8.2285714286px);
  width: clamp(174.9942857143px, 0px + 22.786vw, 319px);
  height: clamp(75.1542857143px, 0px + 9.786vw, 137px);
  background-image: url(../../images/top/top_event_parts_top_left.webp);
}
@media screen and (max-width: 768px) {
  .c-topEventSet .componentWrapper .group.is-parts .block.is-top:before {
    top: 3.540625vw;
    left: -3.90625vw;
    width: 34.521875vw;
    height: 14.91875vw;
  }
}
.c-topEventSet .componentWrapper .group.is-parts .block.is-top:after {
  top: clamp(2.7428571429px, 0px + 0.357vw, 5px);
  right: clamp(-15px, 0px + -1.071vw, -8.2285714286px);
  width: clamp(178.2857142857px, 0px + 23.214vw, 325px);
  height: clamp(80.0914285714px, 0px + 10.429vw, 146px);
  background-image: url(../../images/top/top_event_parts_top_right.webp);
}
@media screen and (max-width: 768px) {
  .c-topEventSet .componentWrapper .group.is-parts .block.is-top:after {
    top: 4.0875vw;
    right: -4.0625vw;
    width: 35.16875vw;
    height: 15.96875vw;
  }
}
.c-topEventSet .componentWrapper .group.is-parts .block.is-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: clamp(81.1885714286px, 0px + 10.571vw, 148px);
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .c-topEventSet .componentWrapper .group.is-parts .block.is-bottom {
    height: 21.5625vw;
  }
}
.c-topEventSet .componentWrapper .group.is-parts .block.is-bottom:before, .c-topEventSet .componentWrapper .group.is-parts .block.is-bottom:after {
  content: "";
  display: inline-block;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.c-topEventSet .componentWrapper .group.is-parts .block.is-bottom:before {
  top: clamp(10.9714285714px, 0px + 1.429vw, 20px);
  left: clamp(-245px, 0px + -17.5vw, -134.4px);
  width: clamp(401.0057142857px, 0px + 52.214vw, 731px);
  height: clamp(152.5028571429px, 0px + 19.857vw, 278px);
  background-image: url(../../images/top/top_event_parts_bottom_left.webp);
}
@media screen and (max-width: 768px) {
  .c-topEventSet .componentWrapper .group.is-parts .block.is-bottom:before {
    top: 9.171875vw;
    left: -30.6vw;
    width: 79.953125vw;
    height: 30.40625vw;
  }
}
.c-topEventSet .componentWrapper .group.is-parts .block.is-bottom:after {
  top: 0;
  right: clamp(-247px, 0px + -17.643vw, -135.4971428571px);
  width: clamp(389.4857142857px, 0px + 50.714vw, 710px);
  height: clamp(154.1485714286px, 0px + 20.071vw, 281px);
  background-image: url(../../images/top/top_event_parts_bottom_right.webp);
}
@media screen and (max-width: 768px) {
  .c-topEventSet .componentWrapper .group.is-parts .block.is-bottom:after {
    top: 6.984375vw;
    right: -33.75vw;
    width: 77.65625vw;
    height: 30.734375vw;
  }
}
.c-topEventSet .componentWrapper .group.is-contents {
  position: relative;
  z-index: 1;
}
.c-topEventSet .componentWrapper .group .block.is-title {
  display: flex;
  justify-content: center;
  margin-bottom: clamp(16.4571428571px, 0px + 2.143vw, 30px);
}
@media screen and (max-width: 768px) {
  .c-topEventSet .componentWrapper .group .block.is-title {
    margin-bottom: 6.25vw;
  }
}
.c-topEventSet .componentWrapper .group .block.is-title .title {
  height: clamp(21.9428571429px, 0px + 2.857vw, 40px);
}
@media screen and (max-width: 768px) {
  .c-topEventSet .componentWrapper .group .block.is-title .title {
    height: 9.375vw;
  }
}
.c-topEventSet .componentWrapper .group .block.is-title .title img {
  height: clamp(21.9428571429px, 0px + 2.857vw, 40px);
}
@media screen and (max-width: 768px) {
  .c-topEventSet .componentWrapper .group .block.is-title .title img {
    height: 9.375vw;
  }
}
.c-topEventSet .componentWrapper .group .block.is-contents {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: clamp(16.4571428571px, 0px + 2.143vw, 30px);
  width: 100%;
}
@media screen and (max-width: 768px) {
  .c-topEventSet .componentWrapper .group .block.is-contents {
    margin-bottom: 6.25vw;
  }
}
.c-topEventSet .componentWrapper .group .block.is-contents .area.is-thumb {
  width: 100%;
}
.c-topEventSet .componentWrapper .group .block.is-contents .area.is-thumb .swiper-wrapper {
  padding-bottom: clamp(16.4571428571px, 0px + 2.143vw, 30px);
}
@media screen and (max-width: 768px) {
  .c-topEventSet .componentWrapper .group .block.is-contents .area.is-thumb .swiper-wrapper {
    padding-bottom: 6.25vw;
  }
}
.c-topEventSet .componentWrapper .group .block.is-contents .area.is-thumb .shop {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: clamp(76.8px, 0px + 10vw, 140px);
  height: clamp(76.8px, 0px + 10vw, 140px);
  background-color: #fff;
  border-radius: clamp(3.2914285714px, 0px + 0.429vw, 6px);
  cursor: pointer;
  filter: drop-shadow(0 0 clamp(5.4857142857px, 0px + 0.714vw, 10px) rgba(0, 0, 0, 0.1));
}
@media screen and (max-width: 768px) {
  .c-topEventSet .componentWrapper .group .block.is-contents .area.is-thumb .shop {
    width: 21.875vw;
    height: 21.875vw;
    border-radius: 0.9375vw;
  }
}
.c-topEventSet .componentWrapper .group .block.is-contents .area.is-thumb .shop:hover .inner {
  border-color: #9B0D0D;
}
.c-topEventSet .componentWrapper .group .block.is-contents .area.is-thumb .shop:after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: clamp(-11px, 0px + -0.786vw, -6.0342857143px);
  right: 0;
  left: 0;
  margin: 0 auto;
  width: clamp(9.8742857143px, 0px + 1.286vw, 18px);
  height: clamp(8.2285714286px, 0px + 1.071vw, 15px);
  background-image: url(../../images/top/top_event_thumb_parts01.webp);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .c-topEventSet .componentWrapper .group .block.is-contents .area.is-thumb .shop:after {
    bottom: -1.5625vw;
    width: 2.5vw;
    height: 2.5vw;
  }
}
.c-topEventSet .componentWrapper .group .block.is-contents .area.is-thumb .shop .inner {
  display: inline-block;
  padding: clamp(2.1942857143px, 0px + 0.286vw, 4px);
  width: clamp(71.3142857143px, 0px + 9.286vw, 130px);
  height: clamp(71.3142857143px, 0px + 9.286vw, 130px);
  border: clamp(2.1942857143px, 0px + 0.286vw, 4px) solid #fff;
  box-sizing: border-box;
  border-radius: clamp(3.2914285714px, 0px + 0.429vw, 6px);
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .c-topEventSet .componentWrapper .group .block.is-contents .area.is-thumb .shop .inner {
    width: 20.3125vw;
    height: 20.3125vw;
    border-width: 0.625vw;
  }
}
.c-topEventSet .componentWrapper .group .block.is-contents .area.is-thumb .shop .inner img {
  width: 100%;
}
.c-topEventSet .componentWrapper .group .block.is-contents .area.is-thumb .shop.swiper-slide-active:after {
  opacity: 1;
}
.c-topEventSet .componentWrapper .group .block.is-contents .area.is-thumb .shop.swiper-slide-active .inner {
  border-color: #9B0D0D;
}
.c-topEventSet .componentWrapper .group .block.is-contents .area.is-contents {
  padding: 0 clamp(10.9714285714px, 0px + 1.429vw, 20px);
  width: 100%;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .c-topEventSet .componentWrapper .group .block.is-contents .area.is-contents {
    padding: 0 3.125vw;
  }
}
.c-topEventSet .componentWrapper .group .block.is-contents .area.is-contents .content {
  display: none;
  margin: 0 auto;
  max-width: clamp(548.5714285714px, 0px + 71.429vw, 1000px);
  width: 100%;
}
@media screen and (max-width: 768px) {
  .c-topEventSet .componentWrapper .group .block.is-contents .area.is-contents .content {
    max-width: 100%;
  }
}
.c-topEventSet .componentWrapper .group .block.is-contents .area.is-contents .content.is-active {
  display: block;
}
.c-topEventSet .componentWrapper .group .block.is-contents .area.is-contents .content .eventBlock {
  display: block;
  width: 100%;
}
.c-topEventSet .componentWrapper .group .block.is-contents .area.is-contents .content .eventBlock .inner {
  display: flex;
  position: relative;
  padding: clamp(10.9714285714px, 0px + 1.429vw, 20px) 0;
  margin-bottom: clamp(16.4571428571px, 0px + 2.143vw, 30px);
  color: inherit;
  background-color: #fff;
  border-radius: clamp(10.9714285714px, 0px + 1.429vw, 20px);
  transition: opacity 0.3s;
}
.c-topEventSet .componentWrapper .group .block.is-contents .area.is-contents .content .eventBlock .inner:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .c-topEventSet .componentWrapper .group .block.is-contents .area.is-contents .content .eventBlock .inner {
    flex-direction: column;
    gap: 3.125vw;
    padding: 3.125vw 3.125vw;
    margin-bottom: 6.25vw;
    border-radius: 3.125vw;
  }
}
.c-topEventSet .componentWrapper .group .block.is-contents .area.is-contents .content .eventBlock .inner:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: clamp(5.4857142857px, 0px + 0.714vw, 10px);
  bottom: 0;
  margin: auto 0;
  width: clamp(6.0342857143px, 0px + 0.786vw, 11px);
  height: clamp(8.7771428571px, 0px + 1.143vw, 16px);
  background-image: url(../../images/top/top_event_arrow01.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .c-topEventSet .componentWrapper .group .block.is-contents .area.is-contents .content .eventBlock .inner:after {
    display: none;
  }
}
.c-topEventSet .componentWrapper .group .block.is-contents .area.is-contents .content .eventBlock .shopArea {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  gap: clamp(2.7428571429px, 0px + 0.357vw, 5px);
  width: clamp(109.7142857143px, 0px + 14.286vw, 200px);
  border-right: clamp(0.5485714286px, 0px + 0.071vw, 1px) solid #D9D9D9;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .c-topEventSet .componentWrapper .group .block.is-contents .area.is-contents .content .eventBlock .shopArea {
    flex-direction: row;
    padding: 0vw 7.5vw 3.125vw;
    gap: 0.9375vw;
    width: 100%;
    border-right: none;
    border-bottom: 0.3125vw solid #D9D9D9;
  }
  .c-topEventSet .componentWrapper .group .block.is-contents .area.is-contents .content .eventBlock .shopArea:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto 0;
    width: 2.40625vw;
    height: 3.5vw;
    background-image: url(../../images/top/top_event_arrow01.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none;
  }
}
.c-topEventSet .componentWrapper .group .block.is-contents .area.is-contents .content .eventBlock .shopArea .logo {
  width: clamp(54.8571428571px, 0px + 7.143vw, 100px);
}
@media screen and (max-width: 768px) {
  .c-topEventSet .componentWrapper .group .block.is-contents .area.is-contents .content .eventBlock .shopArea .logo {
    width: 18.75vw;
  }
}
.c-topEventSet .componentWrapper .group .block.is-contents .area.is-contents .content .eventBlock .shopArea .logo img {
  width: 100%;
}
.c-topEventSet .componentWrapper .group .block.is-contents .area.is-contents .content .eventBlock .shopArea .text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(2.7428571429px, 0px + 0.357vw, 5px);
  font-family: "Shippori Mincho", "ヒラギノ明朝 Pro W3", "HiraMinProN-W3", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .c-topEventSet .componentWrapper .group .block.is-contents .area.is-contents .content .eventBlock .shopArea .text {
    flex-direction: row;
    align-items: end;
  }
}
.c-topEventSet .componentWrapper .group .block.is-contents .area.is-contents .content .eventBlock .shopArea .text span {
  line-height: 1;
}
.c-topEventSet .componentWrapper .group .block.is-contents .area.is-contents .content .eventBlock .shopArea .text span.small {
  font-size: 16px;
  font-size: clamp(8.7771428571px, 0px + 1.143vw, 16px);
}
@media screen and (max-width: 768px) {
  .c-topEventSet .componentWrapper .group .block.is-contents .area.is-contents .content .eventBlock .shopArea .text span.small {
    font-size: 10px;
    font-size: 3.125vw;
  }
}
.c-topEventSet .componentWrapper .group .block.is-contents .area.is-contents .content .eventBlock .shopArea .text span.large {
  font-size: 24px;
  font-size: clamp(13.1657142857px, 0px + 1.714vw, 24px);
}
@media screen and (max-width: 768px) {
  .c-topEventSet .componentWrapper .group .block.is-contents .area.is-contents .content .eventBlock .shopArea .text span.large {
    font-size: 14px;
    font-size: 4.375vw;
  }
}
.c-topEventSet .componentWrapper .group .block.is-contents .area.is-contents .content .eventBlock .listArea {
  display: flex;
  flex-direction: column;
  gap: clamp(10.9714285714px, 0px + 1.429vw, 20px);
  padding: 0 0 0 clamp(10.9714285714px, 0px + 1.429vw, 20px);
  width: calc(100% - clamp(131.6571428571px, 0px + 17.143vw, 240px));
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .c-topEventSet .componentWrapper .group .block.is-contents .area.is-contents .content .eventBlock .listArea {
    gap: 3.125vw;
    padding: 0;
    width: 100%;
  }
}
.c-topEventSet .componentWrapper .group .block.is-contents .area.is-contents .content .eventBlock .listArea .list {
  display: flex;
  flex-direction: column;
  gap: clamp(2.7428571429px, 0px + 0.357vw, 5px);
  padding: clamp(10.9714285714px, 0px + 1.429vw, 20px);
  width: 100%;
  background-color: #f9f9f9;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .c-topEventSet .componentWrapper .group .block.is-contents .area.is-contents .content .eventBlock .listArea .list {
    gap: 1.5625vw;
    padding: 3.125vw;
  }
}
.c-topEventSet .componentWrapper .group .block.is-contents .area.is-contents .content .eventBlock .listArea .list .date {
  color: #737373;
  font-size: 16px;
  font-size: clamp(8.7771428571px, 0px + 1.143vw, 16px);
  font-weight: bolder;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .c-topEventSet .componentWrapper .group .block.is-contents .area.is-contents .content .eventBlock .listArea .list .date {
    font-size: 13px;
    font-size: 4.0625vw;
    font-weight: bolder;
    line-height: 1;
    letter-spacing: 0.05em;
  }
}
.c-topEventSet .componentWrapper .group .block.is-contents .area.is-contents .content .eventBlock .listArea .list .title {
  color: #9B0D0D;
  font-size: 20px;
  font-size: clamp(10.9714285714px, 0px + 1.429vw, 20px);
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .c-topEventSet .componentWrapper .group .block.is-contents .area.is-contents .content .eventBlock .listArea .list .title {
    font-size: 14px;
    font-size: 4.375vw;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: 0.05em;
  }
}
.c-topEventSet .componentWrapper .group .block.is-contents .area.is-btn {
  display: flex;
  justify-content: center;
  width: 100%;
}

.c-topMovieSet {
  pointer-events: none;
  overflow: hidden;
}
.c-topMovieSet .componentWrapper {
  position: relative;
  height: 30svw;
  max-height: 540px;
  width: 100%;
}
.c-topMovieSet .componentWrapper:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../../images/common/texture_dot01.webp);
  background-size: clamp(3.2914285714px, 0px + 0.429vw, 6px);
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0.3;
}
@media screen and (max-width: 900px) and (orientation: portrait) {
  .c-topMovieSet .componentWrapper:after {
    background-size: 0.9375vw;
  }
}
@media screen and (max-width: 768px) {
  .c-topMovieSet .componentWrapper {
    height: 60svw;
  }
}
.c-topMovieSet .componentWrapper .block.is-movie {
  width: 100%;
  height: 100%;
}
.c-topMovieSet .componentWrapper .block.is-movie video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.c-topIntroductionSet {
  padding: clamp(164.5714285714px, 0px + 21.429vw, 300px) 0;
  position: relative;
  background: linear-gradient(180deg, rgb(235, 243, 246) 0%, rgb(247, 239, 174) 100%);
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .c-topIntroductionSet {
    padding: 31.25vw 0 31.25vw;
  }
}
.c-topIntroductionSet:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../../images/common/texture01_paper02.webp);
  background-size: clamp(262.4365714286px, 0px + 34.171vw, 478.4px);
  opacity: 0.2;
}
@media screen and (max-width: 768px) {
  .c-topIntroductionSet:before {
    background-size: 149.5vw;
  }
}
.c-topIntroductionSet .componentWrapper {
  display: flex;
  flex-direction: column;
  gap: clamp(32.9142857143px, 0px + 4.286vw, 60px);
  align-items: center;
}
@media screen and (max-width: 768px) {
  .c-topIntroductionSet .componentWrapper {
    gap: 6.25vw;
  }
}
.c-topIntroductionSet .componentWrapper .block.is-parts {
  display: block;
  max-width: clamp(768px, 0px + 100vw, 1400px);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
@media screen and (max-width: 768px) {
  .c-topIntroductionSet .componentWrapper .block.is-parts {
    max-width: 100%;
  }
}
.c-topIntroductionSet .componentWrapper .block.is-parts .item {
  display: inline-block;
  position: absolute;
  transform-origin: center;
}
.c-topIntroductionSet .componentWrapper .block.is-parts .item:nth-child(1) {
  top: clamp(-53px, 0px + -3.786vw, -29.0742857143px);
  left: clamp(281.4171428571px, 0px + 36.643vw, 513px);
  width: clamp(205.1657142857px, 0px + 26.714vw, 374px);
}
@media screen and (max-width: 768px) {
  .c-topIntroductionSet .componentWrapper .block.is-parts .item:nth-child(1) {
    top: 1.809375vw;
    left: 44.734375vw;
    width: 34.81875vw;
  }
}
.c-topIntroductionSet .componentWrapper .block.is-parts .item:nth-child(2) {
  top: clamp(9.8742857143px, 0px + 1.286vw, 18px);
  right: clamp(77.8971428571px, 0px + 10.143vw, 142px);
  width: clamp(153.0514285714px, 0px + 19.929vw, 279px);
}
@media screen and (max-width: 768px) {
  .c-topIntroductionSet .componentWrapper .block.is-parts .item:nth-child(2) {
    top: 20.33125vw;
    right: -1.5625vw;
    width: 25.96875vw;
  }
}
.c-topIntroductionSet .componentWrapper .block.is-parts .item:nth-child(3) {
  top: clamp(104.2285714286px, 0px + 13.571vw, 190px);
  right: clamp(-34px, 0px + -2.429vw, -18.6514285714px);
  width: clamp(179.9314285714px, 0px + 23.429vw, 328px);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .c-topIntroductionSet .componentWrapper .block.is-parts .item:nth-child(3) {
    top: 42.690625vw;
    right: -6.5625vw;
    width: 30.540625vw;
  }
}
.c-topIntroductionSet .componentWrapper .block.is-parts .item:nth-child(4) {
  top: clamp(206.8114285714px, 0px + 26.929vw, 377px);
  right: clamp(-39px, 0px + -2.786vw, -21.3942857143px);
  width: clamp(131.1085714286px, 0px + 17.071vw, 239px);
}
@media screen and (max-width: 768px) {
  .c-topIntroductionSet .componentWrapper .block.is-parts .item:nth-child(4) {
    top: 75.821875vw;
    right: -5.9375vw;
    width: 22.278125vw;
  }
}
.c-topIntroductionSet .componentWrapper .block.is-parts .item:nth-child(5) {
  top: clamp(420.2057142857px, 0px + 54.714vw, 766px);
  right: clamp(-170px, 0px + -12.143vw, -93.2571428571px);
  width: clamp(184.32px, 0px + 24vw, 336px);
}
@media screen and (max-width: 768px) {
  .c-topIntroductionSet .componentWrapper .block.is-parts .item:nth-child(5) {
    top: 121.321875vw;
    right: -15vw;
    width: 31.28125vw;
  }
}
.c-topIntroductionSet .componentWrapper .block.is-parts .item:nth-child(6) {
  bottom: clamp(163.4742857143px, 0px + 21.286vw, 298px);
  right: clamp(-66px, 0px + -4.714vw, -36.2057142857px);
  width: clamp(126.72px, 0px + 16.5vw, 231px);
}
@media screen and (max-width: 768px) {
  .c-topIntroductionSet .componentWrapper .block.is-parts .item:nth-child(6) {
    bottom: 45.3125vw;
    right: -5.3125vw;
    width: 21.509375vw;
  }
}
.c-topIntroductionSet .componentWrapper .block.is-parts .item:nth-child(7) {
  bottom: clamp(74.6057142857px, 0px + 9.714vw, 136px);
  right: clamp(-73px, 0px + -5.214vw, -40.0457142857px);
  width: clamp(194.1942857143px, 0px + 25.286vw, 354px);
}
@media screen and (max-width: 768px) {
  .c-topIntroductionSet .componentWrapper .block.is-parts .item:nth-child(7) {
    bottom: 18.125vw;
    right: -9.0625vw;
    width: 32.953125vw;
  }
}
.c-topIntroductionSet .componentWrapper .block.is-parts .item:nth-child(8) {
  bottom: clamp(-76px, 0px + -5.429vw, -41.6914285714px);
  right: clamp(139.8857142857px, 0px + 18.214vw, 255px);
  width: clamp(233.1428571429px, 0px + 30.357vw, 425px);
}
@media screen and (max-width: 768px) {
  .c-topIntroductionSet .componentWrapper .block.is-parts .item:nth-child(8) {
    bottom: 7.8125vw;
    right: 27.8125vw;
    width: 39.49375vw;
  }
}
.c-topIntroductionSet .componentWrapper .block.is-parts .item:nth-child(9) {
  bottom: clamp(-77px, 0px + -5.5vw, -42.24px);
  left: clamp(206.2628571429px, 0px + 26.857vw, 376px);
  width: clamp(126.72px, 0px + 16.5vw, 231px);
}
@media screen and (max-width: 768px) {
  .c-topIntroductionSet .componentWrapper .block.is-parts .item:nth-child(9) {
    bottom: 10.9375vw;
    left: -2.5vw;
    width: 21.509375vw;
  }
}
.c-topIntroductionSet .componentWrapper .block.is-parts .item:nth-child(10) {
  bottom: clamp(-43px, 0px + -3.071vw, -23.5885714286px);
  left: clamp(109.7142857143px, 0px + 14.286vw, 200px);
  width: clamp(145.92px, 0px + 19vw, 266px);
}
@media screen and (max-width: 768px) {
  .c-topIntroductionSet .componentWrapper .block.is-parts .item:nth-child(10) {
    bottom: 46.25vw;
    left: 0vw;
    width: 24.775vw;
  }
}
.c-topIntroductionSet .componentWrapper .block.is-parts .item:nth-child(11) {
  bottom: clamp(139.8857142857px, 0px + 18.214vw, 255px);
  left: clamp(-18px, 0px + -1.286vw, -9.8742857143px);
  width: clamp(170.0571428571px, 0px + 22.143vw, 310px);
}
@media screen and (max-width: 768px) {
  .c-topIntroductionSet .componentWrapper .block.is-parts .item:nth-child(11) {
    bottom: 79.375vw;
    left: -12.6125vw;
    width: 28.8625vw;
  }
}
.c-topIntroductionSet .componentWrapper .block.is-parts .item:nth-child(12) {
  bottom: clamp(222.1714285714px, 0px + 28.929vw, 405px);
  left: clamp(-170px, 0px + -12.143vw, -93.2571428571px);
  width: clamp(246.8571428571px, 0px + 32.143vw, 450px);
  transform: rotate(-2.56deg);
}
@media screen and (max-width: 768px) {
  .c-topIntroductionSet .componentWrapper .block.is-parts .item:nth-child(12) {
    bottom: 113.4375vw;
    left: -20.84375vw;
    width: 41.93125vw;
  }
}
.c-topIntroductionSet .componentWrapper .block.is-parts .item:nth-child(13) {
  top: clamp(320.3657142857px, 0px + 41.714vw, 584px);
  left: clamp(-69px, 0px + -4.929vw, -37.8514285714px);
  width: clamp(160.1828571429px, 0px + 20.857vw, 292px);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .c-topIntroductionSet .componentWrapper .block.is-parts .item:nth-child(13) {
    top: 65.625vw;
    left: -4.8625vw;
    width: 27.21875vw;
  }
}
.c-topIntroductionSet .componentWrapper .block.is-parts .item:nth-child(14) {
  top: clamp(229.3028571429px, 0px + 29.857vw, 418px);
  left: clamp(-69px, 0px + -4.929vw, -37.8514285714px);
  width: clamp(167.3142857143px, 0px + 21.786vw, 305px);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .c-topIntroductionSet .componentWrapper .block.is-parts .item:nth-child(14) {
    top: 42.04375vw;
    left: -12.675vw;
    width: 28.396875vw;
  }
}
.c-topIntroductionSet .componentWrapper .block.is-parts .item:nth-child(15) {
  top: clamp(9.3257142857px, 0px + 1.214vw, 17px);
  left: clamp(30.1714285714px, 0px + 3.929vw, 55px);
  width: clamp(197.4857142857px, 0px + 25.714vw, 360px);
}
@media screen and (max-width: 768px) {
  .c-topIntroductionSet .componentWrapper .block.is-parts .item:nth-child(15) {
    top: 6.26875vw;
    left: 3.315625vw;
    width: 33.475vw;
  }
}
.c-topIntroductionSet .componentWrapper .block.is-parts .item img {
  width: 100%;
}
.c-topIntroductionSet .componentWrapper .block.is-title {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.c-topIntroductionSet .componentWrapper .block.is-title .title {
  display: inline-block;
  width: clamp(473.9657142857px, 0px + 61.714vw, 864px);
}
@media screen and (max-width: 768px) {
  .c-topIntroductionSet .componentWrapper .block.is-title .title {
    width: 100%;
  }
}
.c-topIntroductionSet .componentWrapper .block.is-title .title span {
  display: block;
  width: 80%;
  margin: 0 auto;
}
.c-topIntroductionSet .componentWrapper .block.is-title .title span img {
  width: 100%;
}
.c-topIntroductionSet .componentWrapper .block.is-text {
  display: flex;
  flex-direction: column;
  gap: clamp(10.9714285714px, 0px + 1.429vw, 20px);
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .c-topIntroductionSet .componentWrapper .block.is-text {
    gap: 3.125vw;
  }
}
.c-topIntroductionSet .componentWrapper .block.is-text p.text {
  font-size: 32px;
  font-size: clamp(17.5542857143px, 0px + 2.286vw, 32px);
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-topIntroductionSet .componentWrapper .block.is-text p.text {
    font-size: 13px;
    font-size: 4.0625vw;
  }
}
.c-topIntroductionSet .componentWrapper .block.is-btn {
  display: flex;
  justify-content: center;
  width: 100%;
}

.c-topShopSet {
  position: relative;
  padding: clamp(54.8571428571px, 0px + 7.143vw, 100px) 0 clamp(87.7714285714px, 0px + 11.429vw, 160px);
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .c-topShopSet {
    padding: 12.5vw 0 12.5vw;
  }
}
.c-topShopSet:before {
  content: "";
  display: inline-block;
  width: 200vw;
  height: 200vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform-origin: center;
  transform: translate3d(-50%, -50%, 0) rotate(45deg);
  background-image: url(../../images/common/texture_nasu01.webp);
  background-size: clamp(148.1142857143px, 0px + 19.286vw, 270px);
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .c-topShopSet:before {
    width: 400vw;
    height: 400vw;
    background-size: 47.8125vw;
  }
}
.c-topShopSet .componentWrapper {
  display: flex;
  flex-direction: column;
  gap: clamp(16.4571428571px, 0px + 2.143vw, 30px);
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .c-topShopSet .componentWrapper {
    gap: 6.25vw;
  }
}
.c-topShopSet .componentWrapper .block.is-title {
  display: flex;
  justify-content: center;
}
.c-topShopSet .componentWrapper .block.is-title .title {
  display: inline-block;
  height: clamp(68.5714285714px, 0px + 8.929vw, 125px);
}
@media screen and (max-width: 768px) {
  .c-topShopSet .componentWrapper .block.is-title .title {
    height: 16.034375vw;
  }
}
.c-topShopSet .componentWrapper .block.is-title .title span {
  display: inline-block;
  height: 100%;
}
.c-topShopSet .componentWrapper .block.is-title .title span img {
  height: 100%;
}
.c-topShopSet .componentWrapper .block.is-slider {
  width: 100%;
  position: relative;
  overflow: visible;
}
.c-topShopSet .componentWrapper .block.is-slider:before, .c-topShopSet .componentWrapper .block.is-slider:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: clamp(27.4285714286px, 0px + 3.571vw, 50px);
  left: clamp(-40px, 0px + -2.857vw, -21.9428571429px);
  width: 200vw;
  height: clamp(384px, 0px + 50vw, 700px);
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .c-topShopSet .componentWrapper .block.is-slider:before, .c-topShopSet .componentWrapper .block.is-slider:after {
    top: 67.1875vw;
    left: -4.6875vw;
    width: 100vw;
    height: 60vw;
  }
}
.c-topShopSet .componentWrapper .block.is-slider:before {
  background-color: #E5CEA9;
}
.c-topShopSet .componentWrapper .block.is-slider:after {
  background-image: url(../../images/common/texture_japanese02.webp);
  background-size: clamp(28.5257142857px, 0px + 3.714vw, 52px);
  opacity: 0.1;
}
@media screen and (max-width: 768px) {
  .c-topShopSet .componentWrapper .block.is-slider:after {
    background-size: 16.25vw;
  }
}
.c-topShopSet .componentWrapper .block.is-slider .swiper-wrapper {
  padding-top: clamp(21.9428571429px, 0px + 2.857vw, 40px);
  width: 100%;
}
@media screen and (max-width: 768px) {
  .c-topShopSet .componentWrapper .block.is-slider .swiper-wrapper {
    padding-top: 1.875vw;
  }
}
.c-topShopSet .componentWrapper .block.is-slider .arrowArea {
  display: flex;
  justify-content: space-between;
  width: calc(clamp(658.2857142857px, 0px + 85.714vw, 1200px) + clamp(87.7714285714px, 0px + 11.429vw, 160px));
  height: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .c-topShopSet .componentWrapper .block.is-slider .arrowArea {
    width: 100%;
  }
}
.c-topShopSet .componentWrapper .block.is-slider .swiper-arrow-prev, .c-topShopSet .componentWrapper .block.is-slider .swiper-arrow-next {
  display: inline-block;
  width: clamp(65.8285714286px, 0px + 8.571vw, 120px);
  height: clamp(65.8285714286px, 0px + 8.571vw, 120px);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: all 0.3s;
  cursor: pointer;
  z-index: 1;
  transform: translate3d(0, -50%, 0);
}
@media screen and (max-width: 768px) {
  .c-topShopSet .componentWrapper .block.is-slider .swiper-arrow-prev, .c-topShopSet .componentWrapper .block.is-slider .swiper-arrow-next {
    width: 12.5vw;
    height: 12.5vw;
    transform: translate3d(0, -100%, 0);
  }
}
.c-topShopSet .componentWrapper .block.is-slider .swiper-arrow-prev {
  background-image: url(../../images/top/top_shop_btn_prev01.webp);
}
@media screen and (max-width: 768px) {
  .c-topShopSet .componentWrapper .block.is-slider .swiper-arrow-prev {
    opacity: 0;
    pointer-events: none;
  }
}
.c-topShopSet .componentWrapper .block.is-slider .swiper-arrow-next {
  background-image: url(../../images/top/top_shop_btn_next01.webp);
}
.c-topShopSet .componentWrapper .block.is-slider .swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
}
.c-topShopSet .componentWrapper .block.is-slider .shop {
  width: clamp(208.4571428571px, 0px + 27.143vw, 380px);
}
@media screen and (max-width: 768px) {
  .c-topShopSet .componentWrapper .block.is-slider .shop {
    width: auto;
  }
}
.c-topShopSet .componentWrapper .block.is-slider .shop.is-type01 {
  --shop-color: #02636A;
}
.c-topShopSet .componentWrapper .block.is-slider .shop.is-type02 {
  --shop-color: #9A2900;
}
.c-topShopSet .componentWrapper .block.is-slider .shop.is-type03 {
  --shop-color: #9B0B0D;
}
.c-topShopSet .componentWrapper .block.is-slider .shop.is-type04 {
  --shop-color: #16044E;
}
.c-topShopSet .componentWrapper .block.is-slider .shop.is-type05 {
  --shop-color: #7F5011;
}
.c-topShopSet .componentWrapper .block.is-slider .shop.is-type06 {
  --shop-color: #02466A;
}
.c-topShopSet .componentWrapper .block.is-slider .shop.is-type07 {
  --shop-color: #550049;
}
.c-topShopSet .componentWrapper .block.is-slider .shop.is-type08 {
  --shop-color: #AC430B;
}
.c-topShopSet .componentWrapper .block.is-slider .shop.is-type09 {
  --shop-color: #426F26;
}
.c-topShopSet .componentWrapper .block.is-slider .shop .copyBlock {
  background-color: var(--shop-color, #333);
}
.c-topShopSet .componentWrapper .block.is-slider .shop .inner {
  display: flex;
  flex-direction: column;
  gap: clamp(13.7142857143px, 0px + 1.786vw, 25px);
  width: 100%;
  position: relative;
  color: inherit;
  transition: opacity 0.3s;
}
.c-topShopSet .componentWrapper .block.is-slider .shop .inner:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .c-topShopSet .componentWrapper .block.is-slider .shop .inner {
    gap: 6.25vw;
  }
}
.c-topShopSet .componentWrapper .block.is-slider .shop .inner .imageBlock {
  width: 100%;
}
.c-topShopSet .componentWrapper .block.is-slider .shop .inner .imageBlock .image {
  width: 100%;
  border-radius: clamp(5.4857142857px, 0px + 0.714vw, 10px);
  overflow: hidden;
  filter: drop-shadow(clamp(4.3885714286px, 0px + 0.571vw, 8px) clamp(4.3885714286px, 0px + 0.571vw, 8px) 0 rgba(0, 0, 0, 0.2));
}
@media screen and (max-width: 768px) {
  .c-topShopSet .componentWrapper .block.is-slider .shop .inner .imageBlock .image {
    aspect-ratio: 1/1;
    border-radius: 3.125vw;
    filter: drop-shadow(1.25vw 1.25vw 0 rgba(0, 0, 0, 0.2));
  }
}
.c-topShopSet .componentWrapper .block.is-slider .shop .inner .imageBlock .image img {
  width: 100%;
  vertical-align: bottom;
}
@media screen and (max-width: 768px) {
  .c-topShopSet .componentWrapper .block.is-slider .shop .inner .imageBlock .image img {
    height: 100%;
    object-fit: cover;
  }
}
.c-topShopSet .componentWrapper .block.is-slider .shop .inner .logoBlock {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: clamp(-20px, 0px + -1.429vw, -10.9714285714px);
  right: clamp(-20px, 0px + -1.429vw, -10.9714285714px);
  width: clamp(76.8px, 0px + 10vw, 140px);
  height: clamp(76.8px, 0px + 10vw, 140px);
  background-color: #fff;
  border-radius: clamp(3.2914285714px, 0px + 0.429vw, 6px);
  filter: drop-shadow(0 0 clamp(8.2285714286px, 0px + 1.071vw, 15px) rgba(0, 0, 0, 0.05));
}
@media screen and (max-width: 768px) {
  .c-topShopSet .componentWrapper .block.is-slider .shop .inner .logoBlock {
    top: -1.875vw;
    right: -2.5vw;
    width: 32.8125vw;
    height: 32.8125vw;
    border-radius: 1.40625vw;
    filter: drop-shadow(0 0 3.515625vw rgba(0, 0, 0, 0.05));
  }
}
.c-topShopSet .componentWrapper .block.is-slider .shop .inner .logoBlock .logo {
  width: clamp(65.8285714286px, 0px + 8.571vw, 120px);
}
@media screen and (max-width: 768px) {
  .c-topShopSet .componentWrapper .block.is-slider .shop .inner .logoBlock .logo {
    width: 28.125vw;
  }
}
.c-topShopSet .componentWrapper .block.is-slider .shop .inner .logoBlock .logo img {
  width: 100%;
}
.c-topShopSet .componentWrapper .block.is-slider .shop .inner .copyBlock {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: clamp(10.9714285714px, 0px + 1.429vw, 20px) 0;
  position: absolute;
  top: clamp(-40px, 0px + -2.857vw, -21.9428571429px);
  left: clamp(5.4857142857px, 0px + 0.714vw, 10px);
  width: clamp(38.4px, 0px + 5vw, 70px);
  background-color: #333;
  box-sizing: border-box;
  border-radius: clamp(3.2914285714px, 0px + 0.429vw, 6px);
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .c-topShopSet .componentWrapper .block.is-slider .shop .inner .copyBlock {
    padding: 3.515625vw 0;
    top: -1.875vw;
    left: 3.221875vw;
    width: 12.30625vw;
    border-radius: 1.05625vw;
  }
}
.c-topShopSet .componentWrapper .block.is-slider .shop .inner .copyBlock:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../../images/common/texture_japanese03.webp);
  background-size: clamp(27.4285714286px, 0px + 3.571vw, 50px);
  background-position: center;
  opacity: 0.04;
}
@media screen and (max-width: 768px) {
  .c-topShopSet .componentWrapper .block.is-slider .shop .inner .copyBlock:before {
    background-size: 15.625vw;
  }
}
.c-topShopSet .componentWrapper .block.is-slider .shop .inner .copyBlock .copy {
  position: relative;
  max-width: clamp(22.4914285714px, 0px + 2.929vw, 41px);
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .c-topShopSet .componentWrapper .block.is-slider .shop .inner .copyBlock .copy {
    max-width: 6.25vw;
  }
}
.c-topShopSet .componentWrapper .block.is-slider .shop .inner .copyBlock .copy img {
  width: 100%;
}
.c-topShopSet .componentWrapper .block.is-slider .shop .inner .textBlock {
  display: flex;
  flex-direction: column;
  gap: clamp(2.7428571429px, 0px + 0.357vw, 5px);
}
@media screen and (max-width: 768px) {
  .c-topShopSet .componentWrapper .block.is-slider .shop .inner .textBlock {
    gap: 1.5625vw;
  }
}
.c-topShopSet .componentWrapper .block.is-slider .shop .inner .textBlock .title {
  font-size: 22px;
  font-size: clamp(12.0685714286px, 0px + 1.571vw, 22px);
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .c-topShopSet .componentWrapper .block.is-slider .shop .inner .textBlock .title {
    font-size: 16px;
    font-size: 5vw;
  }
}
.c-topShopSet .componentWrapper .block.is-slider .shop .inner .textBlock .text {
  font-size: 18px;
  font-size: clamp(9.8742857143px, 0px + 1.286vw, 18px);
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .c-topShopSet .componentWrapper .block.is-slider .shop .inner .textBlock .text {
    font-size: 14px;
    font-size: 4.375vw;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.05em;
  }
}
.c-topShopSet .componentWrapper .block.is-btn {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.c-topShopSet .componentWrapper .block.is-reviews {
  margin-top: clamp(27.4285714286px, 0px + 3.571vw, 50px);
  padding: clamp(10.9714285714px, 0px + 1.429vw, 20px);
  background-color: #fff;
  max-width: clamp(548.5714285714px, 0px + 71.429vw, 1000px);
  width: 100%;
  margin: 0 auto;
  min-height: clamp(153.6px, 0px + 20vw, 280px);
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .c-topShopSet .componentWrapper .block.is-reviews {
    margin-top: 6.25vw;
    padding: 3.125vw;
    max-width: 100%;
    min-height: 87.5vw;
  }
}

.c-topRecommendSet {
  position: relative;
  padding: clamp(54.8571428571px, 0px + 7.143vw, 100px) 0;
  background-image: url(../../images/top/top_recommend_bg01.webp);
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .c-topRecommendSet {
    padding: 9.375vw 0 12.5vw;
    background-image: url(../../images/top/top_recommend_bg01_sp.webp);
  }
}
.c-topRecommendSet .componentWrapper {
  display: flex;
  flex-direction: column;
  gap: clamp(16.4571428571px, 0px + 2.143vw, 30px);
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .c-topRecommendSet .componentWrapper {
    gap: 6.25vw;
  }
}
.c-topRecommendSet .componentWrapper .block.is-title {
  display: flex;
  justify-content: center;
}
.c-topRecommendSet .componentWrapper .block.is-title .title {
  display: inline-block;
  height: clamp(68.5714285714px, 0px + 8.929vw, 125px);
}
@media screen and (max-width: 768px) {
  .c-topRecommendSet .componentWrapper .block.is-title .title {
    height: 16.034375vw;
  }
}
.c-topRecommendSet .componentWrapper .block.is-title .title span {
  display: inline-block;
  height: 100%;
}
.c-topRecommendSet .componentWrapper .block.is-title .title span img {
  height: 100%;
}
.c-topRecommendSet .componentWrapper .block.is-contents .content {
  position: relative;
  width: calc(33.3% - clamp(10.9714285714px, 0px + 1.429vw, 20px));
}
@media screen and (max-width: 768px) {
  .c-topRecommendSet .componentWrapper .block.is-contents .content {
    width: 100%;
  }
}
.c-topRecommendSet .componentWrapper .block.is-contents .content .inner {
  display: block;
  color: inherit;
  position: relative;
  padding-top: clamp(21.9428571429px, 0px + 2.857vw, 40px);
  width: 100%;
  box-sizing: border-box;
  transition: opacity 0.3s;
}
.c-topRecommendSet .componentWrapper .block.is-contents .content .inner:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .c-topRecommendSet .componentWrapper .block.is-contents .content .inner {
    padding-top: 6.25vw;
  }
}
.c-topRecommendSet .componentWrapper .block.is-contents .content .itemSlider {
  position: relative;
  width: 100%;
}
.c-topRecommendSet .componentWrapper .block.is-contents .content .itemSlider .swiper-pagination {
  top: 0;
  right: auto;
  bottom: auto;
  left: clamp(5.4857142857px, 0px + 0.714vw, 10px);
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .c-topRecommendSet .componentWrapper .block.is-contents .content .itemSlider .swiper-pagination {
    left: 3.125vw;
  }
}
.c-topRecommendSet .componentWrapper .block.is-contents .content .itemSlider .swiper-pagination .swiper-pagination-bullet {
  width: clamp(5.4857142857px, 0px + 0.714vw, 10px);
  height: clamp(5.4857142857px, 0px + 0.714vw, 10px);
  margin: 0 clamp(5.4857142857px, 0px + 0.714vw, 10px) 0 0;
}
@media screen and (max-width: 768px) {
  .c-topRecommendSet .componentWrapper .block.is-contents .content .itemSlider .swiper-pagination .swiper-pagination-bullet {
    width: 1.875vw;
    height: 1.875vw;
    margin: 0 1.875vw 0 0;
  }
}
.c-topRecommendSet .componentWrapper .block.is-contents .content .itemSlider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #9B0D0D;
}
.c-topRecommendSet .componentWrapper .block.is-contents .content .itemSlider .menu a {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .c-topRecommendSet .componentWrapper .block.is-contents .content .itemSlider .menu a {
    align-items: center;
  }
}
.c-topRecommendSet .componentWrapper .block.is-contents .content .itemSlider .imageArea {
  position: relative;
  margin-right: clamp(10.9714285714px, 0px + 1.429vw, 20px);
  width: calc(100% - clamp(10.9714285714px, 0px + 1.429vw, 20px));
  aspect-ratio: 1/1;
}
@media screen and (max-width: 768px) {
  .c-topRecommendSet .componentWrapper .block.is-contents .content .itemSlider .imageArea {
    margin-right: 0;
    width: 100%;
  }
}
.c-topRecommendSet .componentWrapper .block.is-contents .content .itemSlider .imageArea .image {
  width: 100%;
  height: 100%;
  border-radius: clamp(10.9714285714px, 0px + 1.429vw, 20px);
  overflow: hidden;
  filter: drop-shadow(clamp(4.3885714286px, 0px + 0.571vw, 8px) clamp(4.3885714286px, 0px + 0.571vw, 8px) 0 rgba(0, 0, 0, 0.2));
}
@media screen and (max-width: 768px) {
  .c-topRecommendSet .componentWrapper .block.is-contents .content .itemSlider .imageArea .image {
    border-radius: 6.25vw;
    filter: drop-shadow(1.25vw 1.25vw 0 rgba(0, 0, 0, 0.2));
  }
}
.c-topRecommendSet .componentWrapper .block.is-contents .content .itemSlider .imageArea img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-topRecommendSet .componentWrapper .block.is-contents .content .itemSlider .textArea {
  display: inline-block;
  position: relative;
  padding: clamp(10.9714285714px, 0px + 1.429vw, 20px);
  margin-top: clamp(-75px, 0px + -5.357vw, -41.1428571429px);
  width: calc(100% - clamp(10.9714285714px, 0px + 1.429vw, 20px));
  min-height: clamp(69.6685714286px, 0px + 9.071vw, 127px);
  background-color: #fff;
  border-radius: clamp(5.4857142857px, 0px + 0.714vw, 10px);
  box-sizing: border-box;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .c-topRecommendSet .componentWrapper .block.is-contents .content .itemSlider .textArea {
    padding: 3.125vw;
    margin-top: -13.125vw;
    width: calc(100% - 6.25vw);
    min-height: 0;
    border-radius: 3.125vw;
  }
}
.c-topRecommendSet .componentWrapper .block.is-contents .content .itemSlider .textArea .text {
  font-size: 14px;
  font-size: clamp(7.68px, 0px + 1vw, 14px);
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .c-topRecommendSet .componentWrapper .block.is-contents .content .itemSlider .textArea .text {
    font-size: 10px;
    font-size: 3.125vw;
  }
}
.c-topRecommendSet .componentWrapper .block.is-contents .content .itemSlider img {
  width: 100%;
  vertical-align: bottom;
}
.c-topRecommendSet .componentWrapper .block.is-contents .content .logoBlock {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  width: clamp(76.8px, 0px + 10vw, 140px);
  height: clamp(76.8px, 0px + 10vw, 140px);
  background-color: #fff;
  border-radius: clamp(5.4857142857px, 0px + 0.714vw, 10px);
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .c-topRecommendSet .componentWrapper .block.is-contents .content .logoBlock {
    width: 31.25vw;
    height: 31.25vw;
    border-radius: 1.60625vw;
  }
}
.c-topRecommendSet .componentWrapper .block.is-contents .content .logoBlock .logo {
  display: inline-block;
  width: clamp(65.8285714286px, 0px + 8.571vw, 120px);
}
@media screen and (max-width: 768px) {
  .c-topRecommendSet .componentWrapper .block.is-contents .content .logoBlock .logo {
    width: 25vw;
  }
}
.c-topRecommendSet .componentWrapper .block.is-contents .content .logoBlock .logo img {
  width: 100%;
}
.c-topRecommendSet .componentWrapper .block.is-contents .arrowArea {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  width: calc(clamp(658.2857142857px, 0px + 85.714vw, 1200px) + clamp(87.7714285714px, 0px + 11.429vw, 160px));
  height: 0;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .c-topRecommendSet .componentWrapper .block.is-contents .arrowArea {
    width: 100%;
  }
}
.c-topRecommendSet .componentWrapper .block.is-contents .swiper-arrow-prev, .c-topRecommendSet .componentWrapper .block.is-contents .swiper-arrow-next {
  display: inline-block;
  width: clamp(65.8285714286px, 0px + 8.571vw, 120px);
  height: clamp(65.8285714286px, 0px + 8.571vw, 120px);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: all 0.3s;
  cursor: pointer;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .c-topRecommendSet .componentWrapper .block.is-contents .swiper-arrow-prev, .c-topRecommendSet .componentWrapper .block.is-contents .swiper-arrow-next {
    width: 12.5vw;
    height: 12.5vw;
  }
}
.c-topRecommendSet .componentWrapper .block.is-contents .swiper-arrow-prev {
  background-image: url(../../images/top/top_shop_btn_prev01.webp);
}
.c-topRecommendSet .componentWrapper .block.is-contents .swiper-arrow-next {
  background-image: url(../../images/top/top_shop_btn_next01.webp);
}
.c-topRecommendSet .componentWrapper .block.is-contents .swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
}

@keyframes rotate-circle-right {
  0% {
    transform: rotate(0deg);
    background: #CAAEAE;
  }
  50% {
    transform: rotate(180deg);
    background: #CAAEAE;
  }
  50.01% {
    transform: rotate(360deg);
    background: #9B0D0D;
  }
  100% {
    transform: rotate(360deg);
    background: #9B0D0D;
  }
}
@keyframes rotate-circle-left {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(180deg);
  }
}
.c-topImageSet {
  position: relative;
  width: 100%;
  height: 50svw;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .c-topImageSet {
    height: 100svw;
  }
}
.c-topImageSet.is-show .componentWrapper .block.is-image {
  opacity: 1;
}
.c-topImageSet .componentWrapper {
  width: 100%;
}
.c-topImageSet .componentWrapper .block.is-image {
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.c-topImageSet .componentWrapper .block.is-image .image {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.c-topImageSet .componentWrapper .block.is-image img {
  display: inline-block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: bottom;
}
@media screen and (max-width: 768px) {
  .c-topImageSet .componentWrapper .block.is-image img.is-pc {
    display: none;
  }
}
.c-topImageSet .componentWrapper .block.is-image img.is-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .c-topImageSet .componentWrapper .block.is-image img.is-sp {
    display: inline-block;
  }
}

.c-topPickSet {
  position: relative;
  padding-top: clamp(27.4285714286px, 0px + 3.571vw, 50px);
}
@media screen and (max-width: 768px) {
  .c-topPickSet {
    padding-top: 11.25vw;
  }
}
.c-topPickSet .componentWrapper {
  position: relative;
  padding-top: clamp(60.3428571429px, 0px + 7.857vw, 110px);
}
@media screen and (max-width: 768px) {
  .c-topPickSet .componentWrapper {
    padding-top: 6.25vw;
  }
}
.c-topPickSet .componentWrapper .block.is-title {
  position: absolute;
  top: 0;
  left: clamp(-45px, 0px + -3.214vw, -24.6857142857px);
  width: clamp(134.4px, 0px + 17.5vw, 245px);
  z-index: 10;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .c-topPickSet .componentWrapper .block.is-title {
    left: -1.875vw;
    width: 23.4375vw;
  }
}
.c-topPickSet .componentWrapper .block.is-title .title {
  width: 100%;
}
.c-topPickSet .componentWrapper .block.is-title .title span {
  display: inline-block;
  width: 100%;
}
.c-topPickSet .componentWrapper .block.is-title .title span img {
  width: 100%;
}
.c-topPickSet .componentWrapper .block.is-slider {
  margin-bottom: clamp(27.4285714286px, 0px + 3.571vw, 50px);
  width: 100%;
  overflow: visible;
}
@media screen and (max-width: 768px) {
  .c-topPickSet .componentWrapper .block.is-slider {
    margin-bottom: 6.25vw;
  }
}
.c-topPickSet .componentWrapper .block.is-slider .arrowArea {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  width: calc(clamp(658.2857142857px, 0px + 85.714vw, 1200px) + clamp(87.7714285714px, 0px + 11.429vw, 160px));
  height: 0;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .c-topPickSet .componentWrapper .block.is-slider .arrowArea {
    width: 100%;
  }
}
.c-topPickSet .componentWrapper .block.is-slider .swiper-arrow-prev, .c-topPickSet .componentWrapper .block.is-slider .swiper-arrow-next {
  display: inline-block;
  width: clamp(65.8285714286px, 0px + 8.571vw, 120px);
  height: clamp(65.8285714286px, 0px + 8.571vw, 120px);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: all 0.3s;
  cursor: pointer;
  z-index: 1;
  transform: translate3d(0, -80%, 0);
}
@media screen and (max-width: 768px) {
  .c-topPickSet .componentWrapper .block.is-slider .swiper-arrow-prev, .c-topPickSet .componentWrapper .block.is-slider .swiper-arrow-next {
    width: 12.5vw;
    height: 12.5vw;
    transform: translate3d(0, -120%, 0);
  }
}
.c-topPickSet .componentWrapper .block.is-slider .swiper-arrow-prev {
  background-image: url(../../images/top/top_shop_btn_prev01.webp);
}
.c-topPickSet .componentWrapper .block.is-slider .swiper-arrow-next {
  background-image: url(../../images/top/top_shop_btn_next01.webp);
}
.c-topPickSet .componentWrapper .block.is-slider .swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
}
.c-topPickSet .componentWrapper .block.is-slider .item {
  width: clamp(252.3428571429px, 0px + 32.857vw, 460px);
}
@media screen and (max-width: 768px) {
  .c-topPickSet .componentWrapper .block.is-slider .item {
    width: 75vw;
  }
}
.c-topPickSet .componentWrapper .block.is-slider .item .inner {
  display: flex;
  flex-direction: column;
  gap: clamp(10.9714285714px, 0px + 1.429vw, 20px);
  color: inherit;
  transition: opacity 0.3s;
}
.c-topPickSet .componentWrapper .block.is-slider .item .inner:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .c-topPickSet .componentWrapper .block.is-slider .item .inner {
    gap: 3.125vw;
  }
}
.c-topPickSet .componentWrapper .block.is-slider .item .imageBlock {
  width: 100%;
}
.c-topPickSet .componentWrapper .block.is-slider .item .imageBlock .image {
  position: relative;
  padding-top: 63.045%;
  width: 100%;
  border-radius: clamp(5.4857142857px, 0px + 0.714vw, 10px);
  overflow: hidden;
  filter: drop-shadow(clamp(4.3885714286px, 0px + 0.571vw, 8px) clamp(4.3885714286px, 0px + 0.571vw, 8px) 0 rgba(0, 0, 0, 0.2));
}
@media screen and (max-width: 768px) {
  .c-topPickSet .componentWrapper .block.is-slider .item .imageBlock .image {
    border-radius: 1.63125vw;
    filter: drop-shadow(0.625vw 0.625vw 0 rgba(0, 0, 0, 0.2));
  }
}
.c-topPickSet .componentWrapper .block.is-slider .item .imageBlock .image img {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-topPickSet .componentWrapper .block.is-slider .item .textBlock {
  display: flex;
  flex-direction: column;
  gap: clamp(2.7428571429px, 0px + 0.357vw, 5px);
}
@media screen and (max-width: 768px) {
  .c-topPickSet .componentWrapper .block.is-slider .item .textBlock {
    gap: 1.5625vw;
  }
}
.c-topPickSet .componentWrapper .block.is-slider .item .textBlock .date {
  font-size: 16px;
  font-size: clamp(8.7771428571px, 0px + 1.143vw, 16px);
  font-weight: bolder;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .c-topPickSet .componentWrapper .block.is-slider .item .textBlock .date {
    font-size: 13px;
    font-size: 4.0625vw;
    font-weight: bolder;
    line-height: 1;
    letter-spacing: 0.05em;
  }
}
.c-topPickSet .componentWrapper .block.is-slider .item .textBlock .title {
  font-size: 18px;
  font-size: clamp(9.8742857143px, 0px + 1.286vw, 18px);
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .c-topPickSet .componentWrapper .block.is-slider .item .textBlock .title {
    font-size: 14px;
    font-size: 4.375vw;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.05em;
  }
}
.c-topPickSet .componentWrapper .block.is-btn {
  display: flex;
  justify-content: center;
}

.c-topNewsBannerSet {
  position: relative;
}
.c-topNewsBannerSet .componentWrapper {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .c-topNewsBannerSet .componentWrapper {
    flex-direction: column;
  }
}
.c-topNewsBannerSet .componentWrapper .group.is-news {
  display: flex;
  flex-direction: column;
  gap: clamp(21.9428571429px, 0px + 2.857vw, 40px);
  width: 54%;
}
@media screen and (max-width: 768px) {
  .c-topNewsBannerSet .componentWrapper .group.is-news {
    gap: 6.875vw;
    width: 100%;
  }
}
.c-topNewsBannerSet .componentWrapper .group.is-news .block.is-title {
  margin-top: clamp(-62px, 0px + -4.429vw, -34.0114285714px);
  margin-left: clamp(-60px, 0px + -4.286vw, -32.9142857143px);
}
@media screen and (max-width: 768px) {
  .c-topNewsBannerSet .componentWrapper .group.is-news .block.is-title {
    display: flex;
    justify-content: center;
    margin-top: 0;
    margin-left: 0;
  }
}
.c-topNewsBannerSet .componentWrapper .group.is-news .block.is-title .title {
  height: clamp(72.4114285714px, 0px + 9.429vw, 132px);
}
@media screen and (max-width: 768px) {
  .c-topNewsBannerSet .componentWrapper .group.is-news .block.is-title .title {
    height: 16.034375vw;
  }
}
.c-topNewsBannerSet .componentWrapper .group.is-news .block.is-title .title span {
  display: inline-block;
  height: 100%;
}
.c-topNewsBannerSet .componentWrapper .group.is-news .block.is-title .title span img {
  height: 100%;
}
.c-topNewsBannerSet .componentWrapper .group.is-news .block.is-list {
  display: flex;
  flex-direction: column;
  gap: clamp(2.7428571429px, 0px + 0.357vw, 5px);
}
@media screen and (max-width: 768px) {
  .c-topNewsBannerSet .componentWrapper .group.is-news .block.is-list {
    gap: 1.5625vw;
  }
}
.c-topNewsBannerSet .componentWrapper .group.is-news .block.is-list .item .inner {
  display: flex;
  flex-direction: column;
  gap: clamp(2.7428571429px, 0px + 0.357vw, 5px);
  position: relative;
  padding: clamp(8.2285714286px, 0px + 1.071vw, 15px) clamp(21.9428571429px, 0px + 2.857vw, 40px) clamp(8.2285714286px, 0px + 1.071vw, 15px) clamp(10.9714285714px, 0px + 1.429vw, 20px);
  background-color: #fff;
  transition: opacity 0.3s;
}
.c-topNewsBannerSet .componentWrapper .group.is-news .block.is-list .item .inner:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .c-topNewsBannerSet .componentWrapper .group.is-news .block.is-list .item .inner {
    gap: 1.5625vw;
    padding: 4.6875vw 10.9375vw 4.6875vw 4.6875vw;
  }
}
.c-topNewsBannerSet .componentWrapper .group.is-news .block.is-list .item .inner:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: clamp(10.9714285714px, 0px + 1.429vw, 20px);
  bottom: 0;
  margin: auto 0;
  width: clamp(5.4857142857px, 0px + 0.714vw, 10px);
  height: clamp(8.7771428571px, 0px + 1.143vw, 16px);
  background-image: url(../../images/common/btn_arrow01.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .c-topNewsBannerSet .componentWrapper .group.is-news .block.is-list .item .inner:after {
    right: 3.125vw;
    width: 2.159375vw;
    height: 3.75vw;
  }
}
.c-topNewsBannerSet .componentWrapper .group.is-news .block.is-list .item .inner .date {
  color: #737373;
  font-size: 16px;
  font-size: clamp(8.7771428571px, 0px + 1.143vw, 16px);
  font-weight: bolder;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .c-topNewsBannerSet .componentWrapper .group.is-news .block.is-list .item .inner .date {
    font-size: 13px;
    font-size: 4.0625vw;
    font-weight: bolder;
    line-height: 1;
    letter-spacing: 0.05em;
  }
}
.c-topNewsBannerSet .componentWrapper .group.is-news .block.is-list .item .inner .title {
  color: #9B0D0D;
  font-size: 20px;
  font-size: clamp(10.9714285714px, 0px + 1.429vw, 20px);
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .c-topNewsBannerSet .componentWrapper .group.is-news .block.is-list .item .inner .title {
    font-size: 14px;
    font-size: 4.375vw;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 768px) {
  .c-topNewsBannerSet .componentWrapper .group.is-news .block.is-btn {
    display: flex;
    justify-content: center;
  }
}
.c-topNewsBannerSet .componentWrapper .group.is-banner {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .c-topNewsBannerSet .componentWrapper .group.is-banner {
    display: none;
  }
}
.c-topNewsBannerSet .componentWrapper .group.is-banner .block.is-list {
  display: flex;
  flex-direction: column;
  gap: clamp(10.9714285714px, 0px + 1.429vw, 20px);
}
.c-topNewsBannerSet .componentWrapper .group.is-banner .block.is-list .item {
  width: 100%;
}
.c-topNewsBannerSet .componentWrapper .group.is-banner .block.is-list .item .inner {
  display: block;
  position: relative;
  color: inherit;
  width: 100%;
  border-radius: clamp(10.9714285714px, 0px + 1.429vw, 20px);
  overflow: hidden;
  transition: opacity 0.3s;
}
.c-topNewsBannerSet .componentWrapper .group.is-banner .block.is-list .item .inner:hover {
  opacity: 0.7;
}
.c-topNewsBannerSet .componentWrapper .group.is-banner .block.is-list .item .inner:before, .c-topNewsBannerSet .componentWrapper .group.is-banner .block.is-list .item .inner:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  pointer-events: none;
}
.c-topNewsBannerSet .componentWrapper .group.is-banner .block.is-list .item .inner:before {
  right: clamp(5.4857142857px, 0px + 0.714vw, 10px);
  width: clamp(16.4571428571px, 0px + 2.143vw, 30px);
  height: clamp(16.4571428571px, 0px + 2.143vw, 30px);
  background-color: #fff;
  border-radius: 50%;
}
.c-topNewsBannerSet .componentWrapper .group.is-banner .block.is-list .item .inner:after {
  right: clamp(10.4228571429px, 0px + 1.357vw, 19px);
  width: clamp(5.4857142857px, 0px + 0.714vw, 10px);
  height: clamp(8.7771428571px, 0px + 1.143vw, 16px);
  background-image: url(../../images/common/btn_arrow02.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.c-topNewsBannerSet .componentWrapper .group.is-banner .block.is-list .item .inner .image {
  width: 100%;
}
.c-topNewsBannerSet .componentWrapper .group.is-banner .block.is-list .item .inner .image img {
  width: 100%;
  vertical-align: bottom;
}
.c-topNewsBannerSet .componentWrapper .group.is-banner .block.is-list .item .inner .text {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  padding: clamp(8.2285714286px, 0px + 1.071vw, 15px) clamp(5.4857142857px, 0px + 0.714vw, 10px);
  min-width: clamp(82.2857142857px, 0px + 10.714vw, 150px);
  background-color: #700E75;
  box-sizing: border-box;
}
.c-topNewsBannerSet .componentWrapper .group.is-banner .block.is-list .item .inner .text span {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  font-size: clamp(7.68px, 0px + 1vw, 14px);
  font-weight: bold;
  line-height: 1;
}

.c-topInstagramSet {
  position: relative;
  padding-bottom: clamp(87.7714285714px, 0px + 11.429vw, 160px);
}
@media screen and (max-width: 768px) {
  .c-topInstagramSet {
    padding-bottom: 18.75vw;
  }
}
.c-topInstagramSet .componentWrapper .block.is-contents a {
  display: block;
  transition: all 0.3s ease;
}
.c-topInstagramSet .componentWrapper .block.is-contents a:hover {
  opacity: 0.8;
}
.c-topInstagramSet .componentWrapper .block.is-contents .image img {
  width: 100%;
  height: auto;
}

@keyframes move-left01 {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(0, -50%, 0);
  }
}
@keyframes move-right01 {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(0, 50%, 0);
  }
}
@keyframes move-top01 {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-50%, 0, 0);
  }
}
@keyframes move-bottom01 {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(50%, 0, 0);
  }
}
.c-topRecruitSet {
  overflow: hidden;
  position: relative;
  height: 70svw;
  max-height: 1000px;
  background: linear-gradient(180deg, #313A5F 0%, #101C4D 100%);
}
@media screen and (max-width: 768px) {
  .c-topRecruitSet {
    height: 150svw;
  }
}
.c-topRecruitSet::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-top: 20%;
  background-image: url(../../images/top/top_recruit_bg01.webp);
  background-repeat: repeat-x;
  background-size: 60%;
  background-position: bottom center;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .c-topRecruitSet::after {
    bottom: 18.75vw;
    padding-top: 60%;
    background-size: 160%;
  }
}
.c-topRecruitSet > .componentWrapper {
  position: relative;
  width: 100%;
  max-width: 1400px;
  height: 100%;
  margin: 0 auto;
}
.c-topRecruitSet > .componentWrapper .block.is-contents {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: clamp(16.4571428571px, 0px + 2.143vw, 30px);
  position: relative;
  height: 100%;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .c-topRecruitSet > .componentWrapper .block.is-contents {
    gap: 6.25vw;
  }
}
.c-topRecruitSet > .componentWrapper .block.is-contents .title {
  width: clamp(131.6571428571px, 0px + 17.143vw, 240px);
}
@media screen and (max-width: 768px) {
  .c-topRecruitSet > .componentWrapper .block.is-contents .title {
    width: 31.25vw;
  }
}
.c-topRecruitSet > .componentWrapper .block.is-contents .title img {
  width: 100%;
  height: auto;
}
.c-topRecruitSet > .componentWrapper .block.is-contents .text {
  color: #fff;
  font-size: 18px;
  font-size: clamp(9.8742857143px, 0px + 1.286vw, 18px);
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-topRecruitSet > .componentWrapper .block.is-contents .text {
    font-size: 14px;
    font-size: 4.375vw;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.05em;
  }
}
.c-topRecruitSet > .componentWrapper .block.is-right,
.c-topRecruitSet > .componentWrapper .block.is-left {
  position: absolute;
  z-index: 50;
  height: fit-content;
  width: clamp(197.4857142857px, 0px + 25.714vw, 360px);
  animation-duration: 500s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@media screen and (max-width: 768px) {
  .c-topRecruitSet > .componentWrapper .block.is-right,
  .c-topRecruitSet > .componentWrapper .block.is-left {
    display: flex;
    width: 800svw;
  }
}
.c-topRecruitSet > .componentWrapper .block.is-right ul,
.c-topRecruitSet > .componentWrapper .block.is-left ul {
  display: flex;
  flex-direction: column;
  gap: clamp(10.9714285714px, 0px + 1.429vw, 20px);
}
@media screen and (max-width: 768px) {
  .c-topRecruitSet > .componentWrapper .block.is-right ul,
  .c-topRecruitSet > .componentWrapper .block.is-left ul {
    width: 100%;
    flex-direction: row;
    gap: 3.125vw;
  }
}
.c-topRecruitSet > .componentWrapper .block.is-right ul li,
.c-topRecruitSet > .componentWrapper .block.is-left ul li {
  overflow: hidden;
  position: relative;
  padding-top: 63.045%;
  border-radius: clamp(10.9714285714px, 0px + 1.429vw, 20px);
}
@media screen and (max-width: 768px) {
  .c-topRecruitSet > .componentWrapper .block.is-right ul li,
  .c-topRecruitSet > .componentWrapper .block.is-left ul li {
    width: 10%;
    padding-top: 3.6%;
    border-radius: 3.125vw;
  }
}
.c-topRecruitSet > .componentWrapper .block.is-right img,
.c-topRecruitSet > .componentWrapper .block.is-left img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-topRecruitSet > .componentWrapper .block.is-right {
  bottom: 0;
  right: clamp(-40px, 0px + -2.857vw, -21.9428571429px);
  animation-name: move-right01;
}
@media screen and (max-width: 768px) {
  .c-topRecruitSet > .componentWrapper .block.is-right {
    top: auto;
    bottom: 3.125vw;
    right: 0;
    animation-name: move-bottom01;
  }
}
.c-topRecruitSet > .componentWrapper .block.is-left {
  top: 0;
  left: clamp(-40px, 0px + -2.857vw, -21.9428571429px);
  animation-name: move-left01;
}
@media screen and (max-width: 768px) {
  .c-topRecruitSet > .componentWrapper .block.is-left {
    top: 3.125vw;
    left: 0;
    animation-name: move-top01;
  }
}