@font-face {
  font-family: yugothic;
  src: url("/assets/font/yugothic.woff2");
}
/* SI custom */
*:not(tspan,text) {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 10px;
}

:root {
  --default: #143a60;
  --active: #2b7ccd;
  --cyan: #f0feff;
  --grey: #dddddd;
  --white: #ffffff;
}

html {
  scroll-behavior: smooth;
  /* visibility: hidden; SI custom */
}

.c-background__dim {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(102, 102, 102, 0.8509803922);
  z-index: 9998;
}

/* .stop-scrolling {
  height: 100%;
  overflow: hidden;
} */
.is-below-menu {
  position: relative;
  transition: all, 0.5s;
}
.is-below-menu img {
  position: relative;
  left: 0;
  transition: all, 0.5s;
}
.is-below-menu:hover img {
  left: 5px;
}
.is-below-menu:hover p {
  text-decoration: underline;
}

.is-img-hover .c-img-zoom {
  overflow: hidden !important;
}
.is-img-hover .c-img-zoom img {
  transition: all, 0.5s;
}

.is-img-hover-black .c-img-zoom {
  overflow: hidden !important;
}
.is-img-hover-black .c-img-zoom img {
  transition: all, 0.5s;
}

.is-img-hover:hover .c-img-zoom img {
  transform: scale(1.05);
}
.is-img-hover:hover p {
  color: #2b7ccd !important;
}

.is-img-hover-black:hover .c-img-zoom img {
  transform: scale(1.05);
}

.c-list-info-group .c-list-info .is-link-info:hover {
  text-decoration: underline !important;
}
.c-list-info-group .c-list-info .child-is-link-info:hover {
  text-decoration: underline !important;
}

.c-hover__underline:hover {
  text-decoration: underline !important;
}

.l-flex-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.c-img-bg-pc {
  width: 100%;
  max-width: 1920px;
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
}

.c-img-bg-right-pc {
  width: 100%;
  max-width: 1920px;
  -o-object-fit: cover;
  object-fit: cover;
  /* -o-object-position: right center;
  object-position: right center; */
  background-repeat: no-repeat;
}

.c-img-bg-sp {
  width: 100%;
  display: none;
  -o-object-fit: cover;
  object-fit: cover;
  background-repeat: no-repeat;
}

.c-img-bg-right-sp {
  width: 100%;
  display: none;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: right center;
  object-position: right center;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 768px) {
  .c-img-bg-pc {
    display: none;
  }
  .c-img-bg-right-pc {
    display: none;
  }
  .c-img-bg-sp {
    display: block;
    height: 200px;
  }
  .c-img-bg-right-sp {
    display: block;
  }
}
.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.side-padding {
  padding: 0 15px;
}

.swiper-slide .c-img-zoom img {
  width: 100%;
  height: auto;
}

.c-swiper-mv {
  z-index: 0;
  padding-top: 75px;
  overflow: hidden;
  width: 100%;
  position: relative;
}
.c-swiper-mv .js-mv-swiper {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  overflow: unset;
  position: relative;
}
@media only screen and (max-width: 950px) {
  .c-swiper-mv .js-mv-swiper .swiper-wrapper {
    height: auto;
  }
}
@media only screen and (max-width: 570px) {
  .c-swiper-mv .js-mv-swiper .swiper-wrapper {
    height: 180px;
  }
}
.c-swiper-mv .js-mv-swiper .swiper-wrapper .swiper-slide {
  width: 100%;
  position: relative;
  padding-bottom: 31.25%;
  overflow: hidden;
}
.c-swiper-mv .js-mv-swiper .swiper-wrapper .swiper-slide img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.c-swiper-mv .js-mv-swiper .swiper-pagination {
  display: flex;
  justify-content: center;
  padding: 30px 0;
  position: unset;
}
.c-swiper-mv .swiper-button-next:after,
.c-swiper-mv .swiper-rtl .swiper-button-prev:after,
.c-swiper-mv .swiper-button-prev:after,
.c-swiper-mv .swiper-rtl .swiper-button-next:after {
  content: "";
}
.c-swiper-mv .my-custom-pagination-item {
  width: 23px;
  height: 11px;
  background-image: url(/assets/img/icon_fish-pagination-active.svg);
  background-size: 100% 100%;
  display: inline-block;
  cursor: pointer;
  margin-right: 13px;
}
.c-swiper-mv .my-custom-pagination-item:last-child {
  margin-right: 0;
}
.c-swiper-mv .my-custom-pagination-item.swiper-pagination-bullet-active {
  background-image: url(/assets/img/icon_fish-pagination.svg);
  background-color: unset;
}

@media only screen and (max-width: 768px) {
  .c-swiper-mv {
    padding: 0;
    padding-top: 120px;
  }
  .c-swiper-mv .js-mv-swiper .swiper-pagination {
    padding: 20px 15px;
  }
  .c-swiper-mv .js-mv-swiper .swiper-wrapper .swiper-slide img {
    -o-object-position: center center center;
    object-position: center center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
  }
}
.c-fishing-banner {
  margin: 0 auto;
  width: 100%;
  max-width: 1920px;
  height: 270px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-fishing-banner .fishing-banner-wrapper {
  width: 100%;
  max-width: 1200px;
  height: auto;
}
.c-fishing-banner .fishing-banner-wrapper .fishing-contents {
  width: 100%;
  height: auto;
}
.c-fishing-banner .fishing-banner-wrapper .fishing-contents .fishing-title {
  margin-bottom: 30px;
}
.c-fishing-banner .fishing-banner-wrapper .fishing-contents .fishing-title h2 {
  /* font-family: rift, sans-serif; */
  font-family: 游ゴシック体, YuGothic, 游ゴシック, "Yu Gothic", sans-serif;
  letter-spacing: normal;
  font-size: 3.5rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.c-fishing-banner .fishing-banner-wrapper .fishing-contents .fishing-desc p {
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .c-fishing-banner {
    height: 200px;
  }
  .c-fishing-banner .fishing-banner-wrapper {
    display: flex;
    justify-content: center;
  }
  .c-fishing-banner .fishing-banner-wrapper .fishing-contents {
    width: 345px;
    height: auto;
  }
  .c-fishing-banner .fishing-banner-wrapper .fishing-contents .fishing-title {
    margin-bottom: 15px;
  }
  .c-fishing-banner
    .fishing-banner-wrapper
    .fishing-contents
    .fishing-title
    h2 {
    text-align: center;
    font-size: 1.6rem;
  }
  .c-fishing-banner .fishing-banner-wrapper .fishing-contents .fishing-desc p {
    font-size: 1.2rem;
  }
}
.c-fishing-space {
  width: 100%;
  display: flex;
  justify-content: center;
}
.c-fishing-space .fishing-space-wrap {
  width: 100%;
  max-width: 1200px;
  padding: 90px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.c-fishing-space .fishing-space-wrap .fishing-space-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 65px;
}
.c-fishing-space .fishing-space-wrap .fishing-space-title .title {
  font-size: 4rem;
  font-weight: bold;
  color: #0c2b4a;
}
.c-fishing-space .fishing-space-wrap .fishing-space-title .subtitle {
  font-size: 2rem;
  font-weight: 500;
}
.c-fishing-space .fishing-space-wrap .c-favourite-genre {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 90px;
}
.c-fishing-space .fishing-space-wrap .c-favourite-genre .title {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 20px;
}
.c-fishing-space .fishing-space-wrap .c-favourite-genre .title h3 {
  font-size: 2.8rem;
  font-weight: bold;
}
.c-fishing-space .fishing-space-wrap .c-favourite-genre .favourite-genre-list {
  width: 100%;
  display: flex;
  gap: 20px;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 60px;
}
.c-fishing-space
  .fishing-space-wrap
  .c-favourite-genre
  .favourite-genre-list
  .is-genre {
  text-decoration: none;
  width: 285px;
  height: auto;
}
.c-fishing-space
  .fishing-space-wrap
  .c-favourite-genre
  .favourite-genre-list
  .is-genre
  .c-img-zoom {
  width: 285px;
  height: 191px;
  margin-bottom: 20px;
}
.c-fishing-space
  .fishing-space-wrap
  .c-favourite-genre
  .favourite-genre-list
  .is-genre
  .c-img-zoom
  img {
  width: 285px;
  height: 191px;
  object-fit: contain;
}
.c-fishing-space
  .fishing-space-wrap
  .c-favourite-genre
  .favourite-genre-list
  .is-genre
  .info
  .desc {
  color: #000;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 25px;
  height: 4.8rem;
}
.c-fishing-space
  .fishing-space-wrap
  .c-favourite-genre
  .favourite-genre-list
  .is-genre
  .info
  .title {
  font-size: 1.6rem;
  font-weight: 500;
  color: #666666;
  margin-bottom: 8px;
}
.c-fishing-space
  .fishing-space-wrap
  .c-favourite-genre
  .favourite-genre-list
  .is-genre
  .info
  .title:before {
  content: "";
  background-image: url(/assets/img/icon_hook.svg);
  background-size: 100% 100%;
  width: 11px;
  height: 21px;
  margin-right: 10px;
  flex-shrink: 0;
}
.c-fishing-space
  .fishing-space-wrap
  .c-favourite-genre
  .favourite-genre-list
  .is-genre
  .info
  .date {
  color: #666666;
  font-family: rift, sans-serif;
  letter-spacing: normal;
  font-size: 1.6rem;
  font-weight: bold;
}
.c-fishing-space
  .fishing-space-wrap
  .c-favourite-genre
  .favourite-genre-list
  .is-genre
  .info
  .mark:after {
  content: "";
  background: url(/assets/img/icon_fishing-space-mark.svg);
  background-size: 100% 100%;
  width: 10.16px;
  height: 16.09px;
  vertical-align: middle;
  margin-left: 10px;
  display: inline-block;
  margin-bottom: 4px;
}
.c-fishing-space
  .fishing-space-wrap
  .c-favourite-genre
  .favourite-genre-list
  .is-genre:hover
  .info
  .desc {
  /* text-decoration: underline; */
}
.c-fishing-space .fishing-space-wrap .c-favourite-store {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 90px;
}
.c-fishing-space .fishing-space-wrap .c-favourite-store .title {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 20px;
}
.c-fishing-space .fishing-space-wrap .c-favourite-store .title h3 {
  font-size: 2.8rem;
  font-weight: bold;
}
.c-fishing-space .fishing-space-wrap .c-favourite-store .favourite-store-list {
  width: 100%;
  display: flex;
  gap: 20px;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 60px;
}
.c-fishing-space
  .fishing-space-wrap
  .c-favourite-store
  .favourite-store-list
  .is-store {
  text-decoration: none;
  width: 285px;
  height: auto;
}
.c-fishing-space
  .fishing-space-wrap
  .c-favourite-store
  .favourite-store-list
  .is-store
  .c-img-zoom {
  width: 285px;
  height: 191px;
  margin-bottom: 20px;
}
.c-fishing-space
  .fishing-space-wrap
  .c-favourite-store
  .favourite-store-list
  .is-store
  .c-img-zoom
  img {
  width: 285px;
  height: 191px;
  object-fit: contain;
}
/* .c-fishing-space .fishing-space-wrap .c-favourite-store .favourite-store-list .is-store .info {
  .mark:after {
    content: url(/assets/img/icon_fishing-space-mark.svg);
    width: 7.43px;
    height: 11.77px;
    vertical-align: middle;
    margin-left: 10px;
  }
} */
.c-fishing-space
  .fishing-space-wrap
  .c-favourite-store
  .favourite-store-list
  .is-store
  .info
  .desc {
  color: #000;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 25px;
  height: 4.8rem;
}
.c-fishing-space
  .fishing-space-wrap
  .c-favourite-store
  .favourite-store-list
  .is-store
  .info
  .title {
  font-size: 1.6rem;
  font-weight: 500;
  color: #666666;
  margin-bottom: 8px;
}
.c-fishing-space
  .fishing-space-wrap
  .c-favourite-store
  .favourite-store-list
  .is-store
  .info
  .title:before {
  content: "";
  background-size: 100% 100%;
  background-image: url(/assets/img/icon_market.svg);
  width: 20px;
  height: 20px;
  position: relative;
  top: 3px;
  margin-right: 10px;
  flex-shrink: 0;
}
.c-fishing-space
  .fishing-space-wrap
  .c-favourite-store
  .favourite-store-list
  .is-store
  .info
  .date {
  color: #666666;
  font-family: rift, sans-serif;
  letter-spacing: normal;
  font-size: 1.6rem;
  font-weight: bold;
}
.c-fishing-space
  .fishing-space-wrap
  .c-favourite-store
  .favourite-store-list
  .is-store:hover
  .info
  .desc {
  /* text-decoration: underline; */
}

@media only screen and (max-width: 1200px) {
  .c-fishing-space .fishing-space-wrap .c-favourite-genre h3 {
    font-size: 2.5rem;
  }
  .c-fishing-space
    .fishing-space-wrap
    .c-favourite-genre
    .favourite-genre-list {
    gap: 10px;
  }
  .c-fishing-space
    .fishing-space-wrap
    .c-favourite-genre
    .favourite-genre-list
    .is-genre {
    width: 180px;
    height: auto;
  }
  .c-fishing-space
    .fishing-space-wrap
    .c-favourite-genre
    .favourite-genre-list
    .is-genre
    .c-img-zoom {
    width: 180px;
    height: 120.63px;
    margin-bottom: 15px;
  }
  .c-fishing-space
    .fishing-space-wrap
    .c-favourite-genre
    .favourite-genre-list
    .is-genre
    .c-img-zoom
    img {
    width: 180px;
    height: 120.63px;
  }
  .c-fishing-space
    .fishing-space-wrap
    .c-favourite-genre
    .favourite-genre-list
    .is-genre
    .info
    .desc {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
  .c-fishing-space
    .fishing-space-wrap
    .c-favourite-genre
    .favourite-genre-list
    .is-genre
    .info
    .title {
    font-size: 1.4rem;
    min-height: 44.8px;
    display: flex;
    align-items: start;
  }
  .c-fishing-space
    .fishing-space-wrap
    .c-favourite-genre
    .favourite-genre-list
    .is-genre
    .info
    .date {
    font-weight: 500;
    font-size: 1.4rem;
  }
  .c-fishing-space .fishing-space-wrap .c-favourite-store h3 {
    font-size: 2.5rem;
  }
  .c-fishing-space
    .fishing-space-wrap
    .c-favourite-store
    .favourite-store-list {
    gap: 10px;
  }
  .c-fishing-space
    .fishing-space-wrap
    .c-favourite-store
    .favourite-store-list
    .is-store {
    width: 180px;
    height: auto;
  }
  .c-fishing-space
    .fishing-space-wrap
    .c-favourite-store
    .favourite-store-list
    .is-store
    .c-img-zoom {
    width: 180px;
    height: 120.63px;
    margin-bottom: 15px;
  }
  .c-fishing-space
    .fishing-space-wrap
    .c-favourite-store
    .favourite-store-list
    .is-store
    .c-img-zoom
    img {
    width: 180px;
    height: 120.63px;
  }
  .c-fishing-space
    .fishing-space-wrap
    .c-favourite-store
    .favourite-store-list
    .is-store
    .info
    .desc {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
  .c-fishing-space
    .fishing-space-wrap
    .c-favourite-store
    .favourite-store-list
    .is-store
    .info
    .title {
    font-size: 1.4rem;
    min-height: 44.8px;
  }
  .c-fishing-space
    .fishing-space-wrap
    .c-favourite-store
    .favourite-store-list
    .is-store
    .info
    .date {
    font-weight: 500;
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 768px) {
  .c-fishing-space .fishing-space-wrap {
    max-width: 375px;
    padding: 0 15px;
    padding-top: 50px;
    padding-bottom: 80px;
  }
  .c-fishing-space .fishing-space-wrap .fishing-space-title {
    width: 100%;
    margin-bottom: 38px;
  }
  .c-fishing-space .fishing-space-wrap .fishing-space-title .title {
    font-size: 3rem;
    font-weight: bold;
    color: #0c2b4a;
    margin-bottom: 23px;
  }
  .c-fishing-space .fishing-space-wrap .fishing-space-title .subtitle {
    font-size: 1.6rem;
    font-weight: 500;
    text-align: left;
    width: 100%;
  }
  .c-fishing-space .fishing-space-wrap .c-favourite-genre {
    margin-bottom: 50px;
    width: 100%;
  }
  .c-fishing-space .fishing-space-wrap .c-favourite-genre .title {
    margin-bottom: 17px;
  }
  .c-fishing-space .fishing-space-wrap .c-favourite-genre .title h3 {
    font-size: 2rem;
  }
  .c-fishing-space
    .fishing-space-wrap
    .c-favourite-genre
    .favourite-genre-list {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
    justify-content: center;
    margin-bottom: 60px;
  }
  .c-fishing-space
    .fishing-space-wrap
    .c-favourite-genre
    .favourite-genre-list
    .is-genre {
    width: 345px;
    height: auto;
    display: flex;
    gap: 10px;
  }
  .c-fishing-space
    .fishing-space-wrap
    .c-favourite-genre
    .favourite-genre-list
    .is-genre
    .c-img-zoom {
    width: 146px;
    height: 98px;
    margin-bottom: 0px;
  }
  .c-fishing-space
    .fishing-space-wrap
    .c-favourite-genre
    .favourite-genre-list
    .is-genre
    .c-img-zoom
    img {
    width: 146px;
    height: 98px;
  }
  .c-fishing-space
    .fishing-space-wrap
    .c-favourite-genre
    .favourite-genre-list
    .is-genre
    .info {
    width: 189px;
    height: auto;
  }
  .c-fishing-space
    .fishing-space-wrap
    .c-favourite-genre
    .favourite-genre-list
    .is-genre
    .info
    .desc {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
  .c-fishing-space
    .fishing-space-wrap
    .c-favourite-genre
    .favourite-genre-list
    .is-genre
    .info
    .title {
    min-height: unset;
    margin-bottom: 4px;
  }
  .c-fishing-space
    .fishing-space-wrap
    .c-favourite-genre
    .favourite-genre-list
    .is-genre
    .info
    .title::before {
    content: "";
    background-image: url(/assets/img/icon_hook.svg);
    background-size: 100% 100%;
    width: 11px;
    height: 21px;
    margin-right: 6px;
  }
  .c-fishing-space
    .fishing-space-wrap
    .c-favourite-genre
    .favourite-genre-list
    .is-genre
    .info
    .mark:after {
    width: 10.96px;
    height: 17.35px;
  }
  .c-fishing-space .fishing-space-wrap .c-favourite-store {
    margin-bottom: 35px;
    width: 100%;
  }
  .c-fishing-space .fishing-space-wrap .c-favourite-store .title {
    margin-bottom: 17px;
  }
  .c-fishing-space .fishing-space-wrap .c-favourite-store .title h3 {
    font-size: 2rem;
  }
  .c-fishing-space
    .fishing-space-wrap
    .c-favourite-store
    .favourite-store-list {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
    justify-content: center;
  }
  .c-fishing-space
    .fishing-space-wrap
    .c-favourite-store
    .favourite-store-list
    .is-store {
    width: 345px;
    height: auto;
    display: flex;
    gap: 10px;
  }
  .c-fishing-space
    .fishing-space-wrap
    .c-favourite-store
    .favourite-store-list
    .is-store
    .c-img-zoom {
    width: 146px;
    height: 98px;
    margin-bottom: 0px;
  }
  .c-fishing-space
    .fishing-space-wrap
    .c-favourite-store
    .favourite-store-list
    .is-store
    .c-img-zoom
    img {
    width: 146px;
    height: 98px;
  }
  .c-fishing-space
    .fishing-space-wrap
    .c-favourite-store
    .favourite-store-list
    .is-store
    .info {
    width: 189px;
    height: auto;
  }
  .c-fishing-space
    .fishing-space-wrap
    .c-favourite-store
    .favourite-store-list
    .is-store
    .info
    .desc {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
  .c-fishing-space
    .fishing-space-wrap
    .c-favourite-store
    .favourite-store-list
    .is-store
    .info
    .title {
    margin-bottom: 4px;
  }
  .c-fishing-space
    .fishing-space-wrap
    .c-favourite-store
    .favourite-store-list
    .is-store
    .info
    .title::before {
    content: "";
    background-size: 100% 100%;
    background-image: url(/assets/img/icon_market.svg);
    width: 20px;
    height: 20px;
    position: relative;
    top: 3px;
    margin-right: 10px;
  }
}
.c-enjoy-banner {
  margin: 0 auto;
  width: 100%;
  max-width: 1920px;
  height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-enjoy-banner .enjoy-banner-wrapper {
  width: 100%;
  max-width: 1200px;
  height: auto;
}
.c-enjoy-banner .enjoy-banner-wrapper .enjoy-contents {
  width: 600px;
  height: auto;
}
.c-enjoy-banner .enjoy-banner-wrapper .enjoy-contents .enjoy-title {
  margin-bottom: 8px;
}
.c-enjoy-banner .enjoy-banner-wrapper .enjoy-contents .enjoy-title p {
  font-size: 5.6rem;
}
.c-enjoy-banner .enjoy-banner-wrapper .enjoy-contents .enjoy-subtitle {
  margin-bottom: 32px;
}
.c-enjoy-banner .enjoy-banner-wrapper .enjoy-contents .enjoy-subtitle h1 {
  letter-spacing: -2px;
  font-size: 5rem;
  font-weight: bold;
  color: #fff;
}
.c-enjoy-banner .enjoy-banner-wrapper .enjoy-contents .enjoy-desc {
  margin-bottom: 28px;
}
.c-enjoy-banner .enjoy-banner-wrapper .enjoy-contents .enjoy-desc p {
  letter-spacing: 0.1rem;
  font-size: 2.2rem;
  font-weight: normal;
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .c-enjoy-banner {
    height: 334px;
  }
  .c-enjoy-banner .enjoy-banner-wrapper {
    display: flex;
    justify-content: center;
  }
  .c-enjoy-banner .enjoy-banner-wrapper .enjoy-contents {
    width: 345px;
    height: auto;
    flex-direction: column;
    display: flex;
    align-items: center;
  }
  .c-enjoy-banner .enjoy-banner-wrapper .enjoy-contents .enjoy-title p {
    text-align: center;
    font-size: 3.6rem;
  }
  .c-enjoy-banner .enjoy-banner-wrapper .enjoy-contents .enjoy-subtitle {
    margin-bottom: 25px;
  }
  .c-enjoy-banner .enjoy-banner-wrapper .enjoy-contents .enjoy-subtitle h1 {
    letter-spacing: -2px;
    text-align: center;
    font-size: 4rem;
  }
  .c-enjoy-banner .enjoy-banner-wrapper .enjoy-contents .enjoy-desc {
    margin-bottom: 25px;
  }
  .c-enjoy-banner .enjoy-banner-wrapper .enjoy-contents .enjoy-desc p {
    font-size: 1.4rem;
  }
  .c-button__arrow {
    font-size: 1.6rem !important;
  }
}
.c-popular-fish {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 90px 0 90px 0;
}
.c-popular-fish .popular-fish-wrapper {
  width: 100%;
  max-width: 1200px;
  height: auto;
}
.c-popular-fish .popular-fish-wrapper .popular-fish-title {
  text-align: center;
  margin-bottom: 55px;
}
.c-popular-fish .popular-fish-wrapper .popular-fish-title .title {
  color: #0c2b4a;
  font-size: 4rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.c-popular-fish .popular-fish-wrapper .popular-fish-title .tags {
  text-align: center;
  display: flex;
  gap: 10px 36px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.c-popular-fish .popular-fish-wrapper .popular-fish-title .tags .is-tag {
  color: #2b7ccd;
  font-size: 2rem;
  font-weight: bold;
  text-decoration: none;
}
.c-popular-fish .popular-fish-wrapper .popular-fish-title .tags .is-tag:hover {
  text-decoration: underline;
}
.c-popular-fish .popular-fish-wrapper .popular-fish-content {
  width: 100%;
  max-width: 1200px;
  display: flex;
  align-items: flex-start;
  gap: 38px;
  margin-bottom: 45px;
}
.c-popular-fish .popular-fish-wrapper .popular-fish-content .popular-fish {
  cursor: pointer;
  text-decoration: none;
  width: 374px;
  height: auto;
}
.c-popular-fish
  .popular-fish-wrapper
  .popular-fish-content
  .popular-fish
  .c-img-zoom {
  margin-bottom: 20px;
}
.c-popular-fish
  .popular-fish-wrapper
  .popular-fish-content
  .popular-fish
  .c-img-zoom
  img {
  width: 374px;
  height: 250px;
  object-fit: contain;
}
.c-popular-fish
  .popular-fish-wrapper
  .popular-fish-content
  .popular-fish
  .title {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 15px;
  height: 48px;
}
.c-popular-fish
  .popular-fish-wrapper
  .popular-fish-content
  .popular-fish
  .location {
  display: flex;
  align-items: flex-start;
  gap: 6px;
}
.c-popular-fish
  .popular-fish-wrapper
  .popular-fish-content
  .popular-fish
  .location
  p {
  color: #666666;
  font-size: 1.6rem;
  font-weight: 500;
}
.c-popular-fish
  .popular-fish-wrapper
  .popular-fish-content
  .popular-fish
  .bottom-part
  .date {
  color: #666666;
  font-family: rift, sans-serif;
  letter-spacing: normal;
  font-size: 1.6rem;
  font-weight: bold;
}
.c-popular-fish
  .popular-fish-wrapper
  .popular-fish-content
  .popular-fish
  .bottom-part
  .is-tag {
  color: #2b7ccd;
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  .c-popular-fish
    .popular-fish-wrapper
    .popular-fish-content
    .popular-fish
    .bottom-part
    .date {
    font-size: 1.4rem;
  }
  .c-popular-fish
    .popular-fish-wrapper
    .popular-fish-content
    .popular-fish
    .bottom-part
    .is-tag {
    font-size: 1.4rem;
  }
}
.c-popular-fish
  .popular-fish-wrapper
  .popular-fish-content
  .popular-fish
  .bottom-part
  .is-tag:hover {
  text-decoration: underline;
}
.c-popular-fish
  .popular-fish-wrapper
  .popular-fish-content
  .popular-fish:hover
  .title {
  /* text-decoration: underline; */
}
.c-popular-fish .popular-fish-wrapper .keywords-list {
  margin-top: 55px;
  display: flex;
  align-items: center;
  gap: 25px;
}
.c-popular-fish .popular-fish-wrapper .keywords-list .title {
  width: 146px;
  background: #edecea;
  color: #666666;
  font-size: 1.6rem;
  font-weight: 500;
  padding-left: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
}
.c-popular-fish .popular-fish-wrapper .keywords-list .keyword {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 25px;
}
.c-popular-fish .popular-fish-wrapper .keywords-list .keyword .is-tag {
  color: #2b7ccd;
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: none;
}
.c-popular-fish .popular-fish-wrapper .keywords-list .keyword .is-tag:hover {
  text-decoration: underline;
}
.c-popular-fish .popular-fish-wrapper .c-button__white {
  transition: all, 0.3s;
  display: none;
}

@media only screen and (max-width: 1200px) {
  .c-popular-fish .popular-fish-wrapper .popular-fish-content {
    margin: 0 auto;
    width: 100%;
    max-width: 768px;
    overflow-x: scroll;
    gap: 20px;
    -ms-overflow-style: none; /* Internet Explorer 10+ */
    scrollbar-width: none; /* Firefox */
  }
  .c-popular-fish
    .popular-fish-wrapper
    .popular-fish-content::-webkit-scrollbar {
    display: none;
  }
  .c-popular-fish .popular-fish-wrapper .keywords-list {
    max-width: 768px;
    align-items: flex-start;
    margin: 0 auto;
    margin-top: 55px;
  }
  .c-popular-fish .popular-fish-wrapper .keywords-list .title {
    width: auto;
    height: auto;
    padding-left: 10px;
  }
  .c-popular-fish .popular-fish-wrapper .keywords-list .keyword {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .c-popular-fish {
    padding: 60px 0 60px 0;
  }
  .c-popular-fish .popular-fish-wrapper {
    padding: 0 15px;
    max-width: 375px;
    width: 100%;
  }
  .c-popular-fish .popular-fish-wrapper .popular-fish-title {
    margin-bottom: 40px;
  }
  .c-popular-fish .popular-fish-wrapper .popular-fish-title .title {
    font-size: 3rem;
  }
  .c-popular-fish .popular-fish-wrapper .popular-fish-title .tags {
    gap: 10px 14px;
  }
  .c-popular-fish .popular-fish-wrapper .popular-fish-title .tags .is-tag {
    letter-spacing: -1px;
    -webkit-letter-spacing: -1px;
    font-size: 1.6rem;
  }
  .c-popular-fish
    .popular-fish-wrapper
    .popular-fish-title
    .tags
    .is-tag:hover {
    text-decoration: underline;
  }
  .c-popular-fish .popular-fish-wrapper .popular-fish-content {
    margin: 0 auto;
    width: 100%;
    max-width: 768px;
    overflow-x: scroll;
    -ms-overflow-style: none; /* Internet Explorer 10+ */
    scrollbar-width: none; /* Firefox */
    gap: 20px;
  }
  .c-popular-fish .popular-fish-wrapper .popular-fish-content .popular-fish {
    width: 224px;
    height: auto;
  }
  .c-popular-fish
    .popular-fish-wrapper
    .popular-fish-content
    .popular-fish
    .c-img-zoom {
    margin-bottom: 10px;
  }
  .c-popular-fish
    .popular-fish-wrapper
    .popular-fish-content
    .popular-fish
    .c-img-zoom
    img {
    width: 224px;
    height: 149.73px;
  }
  .c-popular-fish
    .popular-fish-wrapper
    .popular-fish-content
    .popular-fish
    .title {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
  .c-popular-fish
    .popular-fish-wrapper
    .popular-fish-content
    .popular-fish
    .location
    img {
    width: 10px;
    height: 18.28px;
  }
  .c-popular-fish
    .popular-fish-wrapper
    .popular-fish-content
    .popular-fish
    .location
    p {
    font-size: 1.4rem;
  }
  .c-popular-fish
    .popular-fish-wrapper
    .popular-fish-content::-webkit-scrollbar {
    display: none;
  }
  .c-popular-fish .popular-fish-wrapper .keywords-list {
    display: flex;
    flex-direction: column;
    align-items: unset;
    gap: 10px;
  }
  .c-popular-fish .popular-fish-wrapper .keywords-list .title {
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    background: none;
    color: #000;
    font-size: 1.6rem;
    font-weight: bold;
    display: block;
    padding-left: 0;
  }
  .c-popular-fish .popular-fish-wrapper .keywords-list .keyword {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
  }
  .c-popular-fish .popular-fish-wrapper .c-button__white {
    transition: all, 0.3s;
    margin: 0 auto;
    display: block;
    margin-top: 38px;
    width: 300px;
  }
}
.c-know-banner {
  margin: 0 auto;
  width: 100%;
  max-width: 1920px;
  height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-know-banner .know-banner-wrapper {
  width: 100%;
  max-width: 1200px;
  height: auto;
}
.c-know-banner .know-banner-wrapper .know-contents {
  width: 600px;
  height: auto;
}
.c-know-banner .know-banner-wrapper .know-contents .know-title {
  margin-bottom: 8px;
}
.c-know-banner .know-banner-wrapper .know-contents .know-title p {
  font-size: 5.6rem;
}
.c-know-banner .know-banner-wrapper .know-contents .know-subtitle {
  margin-bottom: 32px;
}
.c-know-banner .know-banner-wrapper .know-contents .know-subtitle h1 {
  letter-spacing: -2px;
  font-size: 5rem;
  font-weight: bold;
  color: #fff;
}
.c-know-banner .know-banner-wrapper .know-contents .know-desc {
  margin-bottom: 28px;
}
.c-know-banner .know-banner-wrapper .know-contents .know-desc p {
  letter-spacing: 0.1rem;
  font-size: 2.2rem;
  font-weight: normal;
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .c-know-banner {
    height: 334px;
  }
  .c-know-banner .know-banner-wrapper {
    display: flex;
    justify-content: center;
  }
  .c-know-banner .know-banner-wrapper .know-contents {
    max-width: 375px;
    padding: 0 15px;
    height: auto;
    flex-direction: column;
    display: flex;
    align-items: center;
  }
  .c-know-banner .know-banner-wrapper .know-contents .know-title p {
    text-align: center;
    font-size: 3.6rem;
  }
  .c-know-banner .know-banner-wrapper .know-contents .know-subtitle {
    margin-bottom: 25px;
  }
  .c-know-banner .know-banner-wrapper .know-contents .know-subtitle h1 {
    letter-spacing: -2px;
    text-align: center;
    font-size: 4rem;
  }
  .c-know-banner .know-banner-wrapper .know-contents .know-desc {
    margin-bottom: 25px;
  }
  .c-know-banner .know-banner-wrapper .know-contents .know-desc p {
    font-size: 1.4rem;
  }
  .c-button__arrow {
    font-size: 1.6rem !important;
  }
}
.c-fishing-guide {
  width: 100%;
  display: flex;
  justify-content: center;
  background: #f0feff;
  padding: 90px 0 100px 0;
}
.c-fishing-guide .fishing-guide-wrapper {
  width: 100%;
  max-width: 1200px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.c-fishing-guide .fishing-guide-wrapper .fishing-guide-title {
  text-align: center;
  margin-bottom: 50px;
}
.c-fishing-guide .fishing-guide-wrapper .fishing-guide-title .title {
  color: #0c2b4a;
  font-size: 4rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.c-fishing-guide .fishing-guide-wrapper .fishing-guide-title .subtitle {
  font-size: 2rem;
  font-weight: 500;
}
.c-fishing-guide .fishing-guide-wrapper .fishing-guide-content {
  display: flex;
  justify-content: center;
  gap: 28px;
}
.c-fishing-guide .fishing-guide-wrapper .fishing-guide-content .content {
  background: #fff;
  width: 279px;
  height: auto;
  text-decoration: none;
}
.c-fishing-guide .fishing-guide-wrapper .fishing-guide-content .content img {
  width: 279px;
  height: 186px;
  object-fit: contain;
}
.c-fishing-guide .fishing-guide-wrapper .fishing-guide-content .content p {
  padding: 15px 20px;
  margin: 0 auto;
  font-size: 1.8rem;
  font-weight: bold;
  color: #000;
}
.c-fishing-guide
  .fishing-guide-wrapper
  .fishing-guide-content
  .content:hover
  p {
  /* text-decoration: underline; */
}
.c-fishing-guide .fishing-guide-wrapper .keywords-list {
  width: 100%;
  margin-top: 28px;
  margin-bottom: 60px;
  display: flex;
  align-items: center;
  gap: 30px;
}
.c-fishing-guide .fishing-guide-wrapper .keywords-list .title {
  font-size: 1.6rem;
  font-weight: 500;
  font-weight: bold;
  flex-shrink: 0;
}
.c-fishing-guide .fishing-guide-wrapper .keywords-list .keyword {
  display: flex;
  align-items: center;
  gap: 10px 20px;
  flex-wrap: wrap;
}
.c-fishing-guide .fishing-guide-wrapper .keywords-list .keyword .is-tag {
  color: #2b7ccd;
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: none;
}
.c-fishing-guide .fishing-guide-wrapper .keywords-list .keyword .is-tag:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 1200px) {
  .c-fishing-guide .fishing-guide-wrapper .fishing-guide-content {
    gap: 15px;
  }
  .c-fishing-guide .fishing-guide-wrapper .fishing-guide-content .content {
    width: 170px;
    height: auto;
  }
  .c-fishing-guide .fishing-guide-wrapper .fishing-guide-content .content img {
    width: 170px;
    height: 113.33px;
  }
  .c-fishing-guide .fishing-guide-wrapper .keywords-list {
    width: 100%;
    max-width: 768px;
    margin: 0 auto;
    margin-top: 28px;
    margin-bottom: 60px;
    display: flex;
    align-items: center;
    gap: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .c-fishing-guide {
    padding: 55px 0 60px 0;
  }
  .c-fishing-guide .fishing-guide-wrapper {
    max-width: 375px;
    padding: 0 15px;
  }
  .c-fishing-guide .fishing-guide-wrapper .fishing-guide-title {
    padding: 0 0px;
    width: 100%;
    margin-bottom: 38px;
  }
  .c-fishing-guide .fishing-guide-wrapper .fishing-guide-title .title {
    margin-bottom: 23px;
    font-size: 3rem;
  }
  .c-fishing-guide .fishing-guide-wrapper .fishing-guide-title .subtitle {
    font-size: 1.6rem;
    text-align: left;
  }
  .c-fishing-guide .fishing-guide-wrapper .fishing-guide-content {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
    width: 345px;
  }
  .c-fishing-guide .fishing-guide-wrapper .fishing-guide-content .content {
    width: 165px;
    height: auto;
  }
  .c-fishing-guide .fishing-guide-wrapper .fishing-guide-content .content img {
    width: 165px;
    height: 110px;
  }
  .c-fishing-guide .fishing-guide-wrapper .fishing-guide-content .content p {
    padding: 15px 10px;
    font-size: 1.6rem;
  }
  .c-fishing-guide .fishing-guide-wrapper .keywords-list {
    margin: 38px auto;
    display: flex;
    flex-direction: column;
    align-items: unset;
    gap: 10px;
    padding: 0;
  }
  .c-fishing-guide .fishing-guide-wrapper .keywords-list .keyword {
    display: flex;
    align-items: unset;
    flex-wrap: wrap;
  }
  .c-fishing-guide .fishing-guide-wrapper .c-button__white {
    transition: all, 0.3s;
    margin: 0 auto;
    display: block;
    width: 100%;
  }
}
.c-recomend-content {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  padding: 95px 15px;
}
.c-recomend-content .recomend-content-wrapper {
  width: 100%;
  max-width: 1200px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.c-recomend-content .recomend-content-wrapper .recomend-content-title {
  text-align: center;
  margin-bottom: 50px;
}
.c-recomend-content .recomend-content-wrapper .recomend-content-title .title {
  color: #0c2b4a;
  font-size: 4rem;
  font-weight: bold;
  margin-bottom: 22px;
}
.c-recomend-content
  .recomend-content-wrapper
  .recomend-content-title
  .subtitle {
  font-size: 2rem;
  font-weight: 500;
}
.c-recomend-content .recomend-content-wrapper .recomend-content-list {
  display: flex;
  align-items: flex-start;
  gap: 70px;
}
.c-recomend-content .recomend-content-wrapper .recomend-content-list .content {
  text-decoration: none;
  width: 460px;
  height: auto;
}
.c-recomend-content
  .recomend-content-wrapper
  .recomend-content-list
  .content
  .c-img-zoom {
  width: 460px;
  height: 306px;
  margin-bottom: 15px;
}
.c-recomend-content
  .recomend-content-wrapper
  .recomend-content-list
  .content
  .c-img-zoom img{
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.c-recomend-content
  .recomend-content-wrapper
  .recomend-content-list
  .content
  .title {
  color: #000;
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 12px;
}
.c-recomend-content
  .recomend-content-wrapper
  .recomend-content-list
  .content
  .details {
  color: #000;
  font-size: 2rem;
  font-weight: 500;
}
.c-recomend-content
  .recomend-content-wrapper
  .recomend-content-list
  .content:hover
  .title {
  /* text-decoration: underline; */
}

@media only screen and (max-width: 1200px) {
  .c-recomend-content .recomend-content-wrapper .recomend-content-title {
    margin-bottom: 50px;
  }
  .c-recomend-content .recomend-content-wrapper .recomend-content-title .title {
    font-size: 4rem;
    margin-bottom: 25px;
  }
  .c-recomend-content
    .recomend-content-wrapper
    .recomend-content-title
    .subtitle {
    font-size: 2rem;
  }
  .c-recomend-content .recomend-content-wrapper .recomend-content-list {
    gap: 30px;
  }
  .c-recomend-content
    .recomend-content-wrapper
    .recomend-content-list
    .content {
    width: 360px;
  }
  .c-recomend-content
    .recomend-content-wrapper
    .recomend-content-list
    .content
    .c-img-zoom {
    width: 360px;
    height: 239.78px;
    margin-bottom: 15px;
  }
  .c-recomend-content
    .recomend-content-wrapper
    .recomend-content-list
    .content
    .c-img-zoom
    img {
    width: 360px;
    height: 239.78px;
  }
  .c-recomend-content
    .recomend-content-wrapper
    .recomend-content-list
    .content
    .title {
    font-size: 2rem;
    margin-bottom: 12px;
  }
  .c-recomend-content
    .recomend-content-wrapper
    .recomend-content-list
    .content
    .details {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 768px) {
  .c-recomend-content {
    padding: 60px 0px;
  }
  .c-recomend-content .recomend-content-wrapper {
    width: 100%;
    max-width: 375px;
    padding: 0 15px;
  }
  .c-recomend-content .recomend-content-wrapper .recomend-content-title {
    margin-bottom: 38px;
    width: 100%;
  }
  .c-recomend-content .recomend-content-wrapper .recomend-content-title .title {
    font-size: 3rem;
    margin-bottom: 23px;
  }
  .c-recomend-content
    .recomend-content-wrapper
    .recomend-content-title
    .subtitle {
    font-size: 1.6rem;
    text-align: left;
    width: 100%;
  }
  .c-recomend-content .recomend-content-wrapper .recomend-content-list {
    flex-direction: column;
    align-items: center;
    gap: 35px;
  }
  .c-recomend-content
    .recomend-content-wrapper
    .recomend-content-list
    .content {
    width: 345px;
  }
  .c-recomend-content
    .recomend-content-wrapper
    .recomend-content-list
    .content
    .c-img-zoom {
    width: 345px;
    height: 229.79px;
    margin-bottom: 20px;
  }
  .c-recomend-content
    .recomend-content-wrapper
    .recomend-content-list
    .content
    .c-img-zoom
    img {
    width: 345px;
    height: 229.79px;
  }
  .c-recomend-content
    .recomend-content-wrapper
    .recomend-content-list
    .content
    .title {
    font-size: 2rem;
    margin-bottom: 4px;
  }
  .c-recomend-content
    .recomend-content-wrapper
    .recomend-content-list
    .content
    .details {
    font-size: 1.6rem;
  }
}
.c-store-banner {
  margin: 0 auto;
  width: 100%;
  max-width: 1920px;
  height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-store-banner .store-banner-wrapper {
  width: 100%;
  max-width: 1200px;
  height: auto;
}
.c-store-banner .store-banner-wrapper .store-contents {
  width: 600px;
  height: auto;
}
.c-store-banner .store-banner-wrapper .store-contents .store-title {
  margin-bottom: 8px;
}
.c-store-banner .store-banner-wrapper .store-contents .store-title p {
  font-size: 5.6rem;
}
.c-store-banner .store-banner-wrapper .store-contents .store-subtitle {
  margin-bottom: 32px;
}
.c-store-banner .store-banner-wrapper .store-contents .store-subtitle h1 {
  letter-spacing: -2px;
  font-size: 5rem;
  font-weight: bold;
  color: #fff;
}
.c-store-banner .store-banner-wrapper .store-contents .store-desc {
  margin-bottom: 28px;
}
.c-store-banner .store-banner-wrapper .store-contents .store-desc p {
  letter-spacing: 0.1rem;
  font-size: 2.2rem;
  font-weight: normal;
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .c-store-banner {
    height: 334px;
  }
  .c-store-banner .store-banner-wrapper {
    display: flex;
    justify-content: center;
  }
  .c-store-banner .store-banner-wrapper .store-contents {
    max-width: 375px;
    padding: 0 15px;
    height: auto;
    flex-direction: column;
    display: flex;
    align-items: center;
  }
  .c-store-banner .store-banner-wrapper .store-contents .store-title p {
    text-align: center;
    font-size: 3.6rem;
  }
  .c-store-banner .store-banner-wrapper .store-contents .store-subtitle {
    margin-bottom: 25px;
  }
  .c-store-banner .store-banner-wrapper .store-contents .store-subtitle h1 {
    letter-spacing: -2px;
    text-align: center;
    font-size: 4rem;
  }
  .c-store-banner .store-banner-wrapper .store-contents .store-desc {
    margin-bottom: 25px;
  }
  .c-store-banner .store-banner-wrapper .store-contents .store-desc p {
    font-size: 1.4rem;
  }
  .c-store-banner .store-banner-wrapper .store-contents .c-button__white {
    transition: all, 0.3s;
    width: 230px !important;
    height: 40px !important;
    font-size: 1.6rem !important;
    border: none;
    margin-top: 20px;
  }
  .c-button__arrow {
    font-size: 1.6rem !important;
  }
}
.c-new-store-blog {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  padding: 90px 15px;
}
.c-new-store-blog .new-store-wrapper {
  width: 100%;
  max-width: 1200px;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.c-new-store-blog .new-store-wrapper .new-store-title {
  text-align: center;
}
.c-new-store-blog .new-store-wrapper .new-store-title .title {
  font-size: 4rem;
  color: #0c2b4a;
  font-weight: bold;
  margin-bottom: 23px;
}
.c-new-store-blog .new-store-wrapper .new-store-title .subtitle {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 38px;
}

@media only screen and (max-width: 768px) {
  .c-new-store-blog .new-store-wrapper .new-store-title {
    width: 100%;
  }

  .c-new-store-blog .new-store-wrapper .new-store-title .subtitle {
    text-align: left;
    width: 100%;
  }
}
.c-new-store-blog .new-store-wrapper .c-store__cardBox {
  margin-bottom: 60px;
}

.c-store__cardBox .c-store__card {
  display: inline-flex;
  gap: 28px;
}

.c-store__cardBox .c-store__card .c-store__cardLink {
  text-decoration: none;
  width: 279px;
}

.c-store__cardBox .c-store__card .c-store__cardLink:hover .c-store__cardTitle {
  /* text-decoration: underline; */
}

.c-store__cardBox .c-store__card .c-store__cardLink .c-img-zoom {
  width: 279px;
  height: 186px;
  margin-bottom: 20px;
}

.c-store__cardBox
  .c-store__card
  .c-store__cardLink
  .c-img-zoom
  .c-store__image {
  width: 279px;
  height: 186px;
  object-fit: contain;
}

.c-store__cardBox .c-store__card .c-store__cardLink .c-store__cardTitle {
  font-size: 1.8rem;
  font-weight: bold;
  color: #000000;
  text-align: left;
  margin-bottom: 17px;
  height: 4.8rem;
}

.c-store__cardBox .c-store__card .c-store__cardLink .c-store__cardLabel {
  font-size: 1.6rem;
  color: #666666;
  text-align: left;
  margin-bottom: 8px;
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.c-store__cardBox .c-store__card .c-store__cardLink .c-store__cardLabel:before {
  content: "";
  background-size: 100% 100%;
  background-image: url(/assets/img/icon_market.svg);
  width: 20px;
  height: 20px;
  position: relative;
  top: 3px;
  margin-right: 10px;
  flex-shrink: 0;
}

.c-store__cardBox .c-store__card .c-store__cardLink .c-store__cardDate {
  font-family: rift, sans-serif;
  letter-spacing: normal;
  font-size: 1.6rem;
  font-weight: bold;
  color: #666666;
  text-align: left;
}

@media only screen and (max-width: 1200px) {
  .c-store__card .c-store__cardLink {
    width: 180px !important;
  }
  .c-store__card .c-store__cardLink .c-img-zoom {
    width: 180px !important;
    height: 120px !important;
  }
  .c-store__card .c-store__cardLink .c-img-zoom img {
    width: 180px !important;
    height: 120px !important;
  }
  .c-store__cardBox .c-store__card {
    display: inline-flex;
    gap: 10px;
  }
  .c-store__cardBox .c-store__card .c-store__cardLink .c-store__cardTitle {
    font-size: 1.4rem;
  }
  .c-store__cardBox .c-store__card .c-store__cardLink .c-store__cardLabel {
    font-size: 1.2rem;
  }
  .c-store__cardBox .c-store__card .c-store__cardLink .c-store__cardDate {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 768px) {
  .c-new-store-blog .new-store-wrapper{
    width: 100%;
    max-width: 375px;
    padding: 0 15px;
  }
  /* .c-store__card .c-store__cardLink {
  } */
  .c-store__card .c-store__cardLink .c-img-zoom {
    height: 149.32px !important;
  }
  .c-store__card .c-store__cardLink .c-img-zoom img {
    height: 149.32px !important;
  }
  .c-store__cardBox {
    width: 345px;
    display: flex;
    margin-left: 15px;
  }
  .c-store__cardBox .c-store__card {
    overflow-x: scroll;
    -ms-overflow-style: none; /* Internet Explorer 10+ */
    scrollbar-width: none; /* Firefox */
  }
  .c-store__cardBox .c-store__card .c-store__cardLink .c-store__cardTitle {
    font-size: 1.6rem;
  }
  .c-store__cardBox .c-store__card .c-store__cardLink .c-store__cardLabel {
    font-size: 1.4rem;
  }
  .c-store__cardBox .c-store__card .c-store__cardLink .c-store__cardDate {
    font-size: 1.4rem;
  }
  .c-store__cardBox .c-store__card::-webkit-scrollbar {
    display: none;
  }
  .new-store-title .title {
    font-size: 3rem !important;
  }
  .new-store-title .subtitle {
    font-size: 1.6rem !important;
  }
}
.c-official-sns {
  width: 100%;
  display: flex;
  justify-content: center;
  background: #f0feff;
  padding: 95px 0;
}
.c-official-sns .official-sns-wrapper .official-sns-title {
  text-align: center;
  margin-bottom: 50px;
}
.c-official-sns .official-sns-wrapper .official-sns-title .title {
  color: #0c2b4a;
  font-size: 4rem;
  font-weight: bold;
  margin-bottom: 23px;
}
.c-official-sns .official-sns-wrapper .official-sns-title .subtitle {
  font-size: 2rem;
  font-weight: 500;
}
.c-official-sns .official-sns-wrapper .content {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 40px;
}
.c-official-sns .official-sns-wrapper .content .is-img-hover .c-img-zoom {
  width: 216px;
  height: 216px;
}
.c-official-sns .official-sns-wrapper .content .is-img-hover .c-img-zoom img {
  width: 216px;
  height: 216px;
  object-fit: contain;
}
.c-official-sns .official-sns-wrapper .social-media {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

@media only screen and (max-width: 1200px) {
  .c-official-sns .official-sns-wrapper .content {
    gap: 15px;
  }
  .c-official-sns .official-sns-wrapper .content .is-img-hover .c-img-zoom {
    width: 130px;
    height: 130px;
  }
  .c-official-sns .official-sns-wrapper .content .is-img-hover .c-img-zoom img {
    width: 130px;
    height: 130px;
  }
}
@media only screen and (max-width: 768px) {
  .c-official-sns {
    padding: 55px 0 60px 0;
  }

  .c-official-sns .official-sns-wrapper {
    width: 100%;
    max-width: 375px;
    padding: 0 15px;
  }
  .c-official-sns .official-sns-wrapper .official-sns-title {
    text-align: center;
    margin-bottom: 38px;
  }
  .c-official-sns .official-sns-wrapper .official-sns-title .title {
    font-size: 3rem;
  }
  .c-official-sns .official-sns-wrapper .official-sns-title .subtitle {
    font-size: 1.6rem;
    text-align: left;
  }
  .c-official-sns .official-sns-wrapper .content {
    width: 345px;
    gap: 15px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .c-official-sns .official-sns-wrapper .content .is-img-hover .c-img-zoom {
    width: 165px;
    height: 165px;
  }
  .c-official-sns .official-sns-wrapper .content .is-img-hover .c-img-zoom img {
    width: 165px;
    height: 165px;
  }
  .c-official-sns .official-sns-wrapper .content .is-img-hover:last-child {
    display: none;
  }
}
.c-app-section {
  width: 100%;
  height: 670px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(/assets/img/img_app-section.png) center
    no-repeat;
  padding-left: 15px;
  margin-bottom: 5px;
}
.c-app-section .app-section-wrapper {
  width: 100%;
  max-width: 1200px;
  display: flex;
  flex-direction: column;
}
.c-app-section .app-section-wrapper .app-section-title {
  width: 690px;
  height: auto;
  margin-bottom: 70px;
}
.c-app-section .app-section-wrapper .app-section-title .title {
  font-size: 5rem;
  font-weight: bold;
  color: #fff;
}
.c-app-section .app-section-wrapper .content .app-information {
  margin-bottom: 60px;
  display: flex;
  align-items: flex-start;
  gap: 74px;
}
.c-app-section
  .app-section-wrapper
  .content
  .app-information
  .info
  .store-list {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 16px;
}
.c-app-section .app-section-wrapper .content .app-information .info .desc {
  width: 420px;
  font-size: 1.2rem;
  font-weight: 500;
}
.c-app-section .app-section-wrapper .is-button__white {
  cursor: pointer;
  width: 360px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0c2b4a;
  font-size: 2.2rem;
  font-weight: bold;
  border-radius: 4px;
  border: none;
  background: #fff;
  transition: all, 0.3s;
}

.c-app-section .app-section-wrapper .is-button__white:hover {
  color: #fff;
  background: #0c2b4a;
}

@media only screen and (max-width: 1000px) {
  .barcode {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .c-app-section {
    margin-bottom: 60px;
    padding-right: 15px;
    width: 100%;
    height: 685px;
    display: flex;
    justify-content: center;
    align-items: unset;
    background: #6eb7ff
      url(/assets/img/img_app-section-sp.png) center
      no-repeat;
  }
  .c-app-section .app-section-wrapper {
    width: 100%;
    max-width: 345px;
    display: flex;
    flex-direction: column;
    padding: 0;
  }
  .c-app-section .app-section-wrapper .app-section-title {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    padding-top: 30px;
  }
  .c-app-section .app-section-wrapper .app-section-title .title {
    font-size: 3rem;
  }
  .c-app-section .app-section-wrapper .content .app-information {
    margin-bottom: 0;
    display: block;
  }
  .c-app-section
    .app-section-wrapper
    .content
    .app-information
    .info
    .store-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0;
    margin-bottom: 8px;
  }
  .c-app-section
    .app-section-wrapper
    .content
    .app-information
    .info
    .store-list
    .is-app-link
    .app-store {
    width: 144.22px;
    height: 53px;
  }
  .c-app-section
    .app-section-wrapper
    .content
    .app-information
    .info
    .store-list
    .is-app-link
    .google-play {
    width: 181.35px;
    height: 70.18px;
  }
  .c-app-section .app-section-wrapper .content .app-information .info .desc {
    width: 100%;
    font-size: 1.4rem;
    font-weight: 500;
  }
  .c-app-section .app-section-wrapper .content .app-information .barcode {
    display: none;
  }
  .c-app-section .app-section-wrapper .is-button__white {
    font-size: 1.4rem;
    width: 300px;
    display: none;
  }
}

.c-app-section-new {
  display: grid;
  height: 670px;
  margin-bottom: 5px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.c-app-section-image {
  width: auto;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.c-app-section-bg {
  font-size: 0;
}
.c-app-section-content {
  position: absolute;
  top: 71%;
  right: 18%;
}
.c-app-section-content .store-list {
  display: flex;
  align-items: center;
  gap: 24px;
}
.c-app-section-link {
  display: block;
  width: 100%;
  background-color: #fff;
  text-decoration: none;
  text-align: center;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: bold;
  color: #003E9A;
  border-radius: 10px;
}
@media only screen and (max-width: 1315px) {
  .c-app-section-image {
    left: calc(50% - clamp(0vw, (1315px - 10vw) * 0.1,12vw));
  }
}
@media only screen and (max-width: 1024px) {
  .c-app-section-image {
    left: calc(50% - clamp(0vw, (1315px - 10vw) * 0.2,33vw));
  }
}
@media only screen and (max-width: 768px) {
  .c-app-section-image {
    left: 50%;
  }
  .c-app-section-new {
    height: 685px;
    background: #6eb7ff;
    margin-bottom: 60px;
  }
  .c-app-section-content {
    position: absolute;
    top: 80%;
    right: 50%;
    transform: translateX(50%);
    width: 100%;
  }
  .c-app-section-content .store-list {
    transform: scale(0.5) translateY(43px);
    position: relative;
    left: -4%;
  }
  .c-app-section-link {
    width: 60%;
    margin: 0 auto;
    padding: 5px 10px;
    font-size: 12px;
  }
}
@media only screen and (max-width: 768px) {
  .c-img-bg-section-pc {
    display: none;
  }
}
@media only screen and (min-width: 769px) {
  .c-img-bg-section-sp {
    display: none;
  }
}
.c-campaign-banner {
  margin: 0 auto;
  width: 100%;
  max-width: 1920px;
  height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-campaign-banner .campaign-banner-wrapper {
  width: 100%;
  max-width: 1200px;
  height: auto;
}
.c-campaign-banner .campaign-banner-wrapper .campaign-contents {
  width: 600px;
  height: auto;
}
.c-campaign-banner .campaign-banner-wrapper .campaign-contents .campaign-title {
  margin-bottom: 8px;
}
.c-campaign-banner
  .campaign-banner-wrapper
  .campaign-contents
  .campaign-title
  p {
  font-size: 5.6rem;
}
.c-campaign-banner
  .campaign-banner-wrapper
  .campaign-contents
  .campaign-subtitle {
  width: 650px;
  margin-bottom: 32px;
}
.c-campaign-banner
  .campaign-banner-wrapper
  .campaign-contents
  .campaign-subtitle
  h1 {
  letter-spacing: -2px;
  font-size: 5rem;
  font-weight: bold;
  color: #fff;
}
.c-campaign-banner .campaign-banner-wrapper .campaign-contents .campaign-desc {
  margin-bottom: 28px;
}
.c-campaign-banner
  .campaign-banner-wrapper
  .campaign-contents
  .campaign-desc
  p {
  letter-spacing: 0.1rem;
  font-size: 2.2rem;
  font-weight: normal;
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .c-campaign-banner {
    height: auto;
  }
  .c-campaign-banner .campaign-banner-wrapper {
    display: flex;
    justify-content: center;
  }
  .c-campaign-banner .campaign-banner-wrapper .campaign-contents {
    width: 345px;
    height: auto;
    flex-direction: column;
    display: flex;
    align-items: center;
  }
  .c-campaign-banner
    .campaign-banner-wrapper
    .campaign-contents
    .campaign-title
    p {
    text-align: center;
    font-size: 3.6rem;
  }
  .c-campaign-banner
    .campaign-banner-wrapper
    .campaign-contents
    .campaign-subtitle {
    max-width: 345px;
    margin-bottom: 25px;
  }
  .c-campaign-banner
    .campaign-banner-wrapper
    .campaign-contents
    .campaign-subtitle
    h1 {
    letter-spacing: -2px;
    text-align: center;
    line-height: 1;
    font-size: 4rem;
  }
  .c-campaign-banner
    .campaign-banner-wrapper
    .campaign-contents
    .campaign-desc {
    margin-bottom: 25px;
  }
  .c-campaign-banner
    .campaign-banner-wrapper
    .campaign-contents
    .campaign-desc
    p {
    font-size: 1.4rem;
  }
  .c-button__arrow {
    font-size: 1.6rem !important;
  }
}

/* slider start */
.c-sale-info-slider {
  overflow: hidden;
  width: 100%;
  position: relative;
  padding: 90px 0;
  padding-top: 0;
  margin-top: 90px;
}
.c-sale-info-slider .sale-info-title {
  width: 100%;
  text-align: center;
  margin-bottom: 55px;
}
.c-sale-info-slider .sale-info-title .title {
  font-size: 4rem;
  font-weight: bold;
  color: #0c2b4a;
  margin-bottom: 25px;
}
.c-sale-info-slider .sale-info-title .subtitle {
  font-size: 2rem;
  font-weight: 500;
}
.c-sale-info-slider .slider-button-container {
  display: flex;
  width: 1340px;
  justify-content: space-between;
  position: absolute;
  top: 52%;
  left: 49%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
.c-sale-info-slider .slider-button-container .swiper-button-next:after,
.c-sale-info-slider
  .slider-button-container
  .swiper-rtl
  .swiper-button-prev:after,
.c-sale-info-slider .slider-button-container .swiper-button-prev:after,
.c-sale-info-slider
  .slider-button-container
  .swiper-rtl
  .swiper-button-next:after {
  content: "";
}
.c-sale-info-slider .slider-button-container .swiper-button-prev {
  position: unset;
  z-index: 3;
}
.c-sale-info-slider .slider-button-container .swiper-button-next {
  position: unset;
  z-index: 3;
}
.c-sale-info-slider .image-gradient-cover {
  position: absolute;
  width: auto;
  height: 100%;
  right: 0;
  z-index: 2;
  width: 250px;
}
.c-sale-info-slider .js-sale-info-swiper {
  width: 1224px;
  height: -moz-fit-content;
  height: fit-content;
  overflow: unset;
  position: relative;
  display: block;
  margin: auto;
}
.c-sale-info-slider .js-sale-info-swiper .swiper-slide .title-slider {
  text-decoration: none;
  font-size: 1.8rem;
  font-weight: bold;
  color: #000;
  margin-top: 15px;
}
.c-sale-info-slider .js-sale-info-swiper .swiper-slide {
  width: 374px;
  text-decoration: none;
  color: #000;
  margin-bottom: 20px;
}
.swiper-slide .c-img-zoom {
  position: relative;
}
.swiper-slide .c-img-zoom img {
  width: 374px;
  /* height: 250px; */
}
.swiper-slide .c-img-zoom img {
  position: absolute;
  object-fit: contain;
}
.c-sale-info-slider .js-sale-info-swiper .swiper-slide .c-img-zoom img {
  width: 374px;
  /* height: 250px; */
}

@media screen and (max-width: 1640px) {
  .c-sale-info-slider .slider-button-container {
    width: 1105px;
  }
  .c-sale-info-slider .js-sale-info-swiper {
    width: 990px;
  }
}
@media screen and (max-width: 1280px) {
  .c-sale-info-slider .slider-button-container {
    width: 980px;
  }
  .c-sale-info-slider .js-sale-info-swiper {
    width: 100%;
    max-width: 760px;
  }

  .swiper-slide .c-img-zoom img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 991px) {
  .c-sale-info-slider {
    padding: 0 10px;
    margin-top: 60px;
  }
  .c-sale-info-slider .slider-button-container {
    width: calc(100% - 60px);
    top: 60%;
  }
  .c-sale-info-slider .image-gradient-cover {
    display: none;
  }
  .c-sale-info-slider .slider-button-container .swiper-button-next {
    position: relative;
    right: 20px;
  }
  .c-sale-info-slider .js-sale-info-swiper .swiper-slide {
    width: 224px;
  }
  .swiper-slide .c-img-zoom img {
    width: 224px;
    /* height: 150px; */
  }
  .c-sale-info-slider .js-sale-info-swiper .swiper-slide .c-img-zoom img {
    width: 224px;
    /* height: 150px; */
  }
}
@media only screen and (max-width: 768px) {
  .c-sale-info-slider {
    width: 100%;
    margin-top: 60px;
    overflow: hidden;
    padding: 0;
  }

  .c-sale-info-slider .sale-info-title {
    max-width: 375px;
    padding: 0 15px;
    margin: auto;
    width: 100%;
    text-align: center;
    margin-bottom: 38px;
  }

  .c-sale-info-slider .js-sale-info-swiper {
    max-width: 375px;
    padding: 0 15px;
    margin: auto;
  }

  .c-sale-info-slider .slider-button-container {
    width: calc(375px - 60px);
    top: 60%;
  }

  .c-sale-info-slider .js-sale-info-swiper .swiper-slide:nth-child(1) {
    opacity: 0;
  } 

  .c-sale-info-slider .js-sale-info-swiper .swiper-slide:nth-child(1).swiper-slide-active {
    opacity: 1;
  }
  
  .c-sale-info-slider .sale-info-title .title {
    font-size: 3rem;
    margin-bottom: 23px;
  }
  .c-sale-info-slider .slider-button-container .swiper-button-next {
    position: unset;
  }
}
/* slider end */

/* slider start */
.c-event-info-slider {
  overflow: hidden;
  width: 100%;
  position: relative;
  padding: 90px 10px;
  padding-top: 0;
  margin-top: 90px;
}
.c-event-info-slider .event-info-title {
  width: 100%;
  text-align: center;
  margin-bottom: 55px;
}
.c-event-info-slider .event-info-title .title {
  font-size: 4rem;
  font-weight: bold;
  color: #0c2b4a;
  margin-bottom: 25px;
}
.c-event-info-slider .event-info-title .subtitle {
  font-size: 2rem;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .c-event-info-slider .event-info-title .subtitle {
    font-size: 1.6rem;
    text-align: start;
  }
}
.c-event-info-slider .slider-button-container {
  display: flex;
  width: 1350px;
  justify-content: space-between;
  position: absolute;
  top: 52%;
  left: 49%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
.c-event-info-slider .slider-button-container .swiper-button-next:after,
.c-event-info-slider
  .slider-button-container
  .swiper-rtl
  .swiper-button-prev:after,
.c-event-info-slider .slider-button-container .swiper-button-prev:after,
.c-event-info-slider
  .slider-button-container
  .swiper-rtl
  .swiper-button-next:after {
  content: "";
}
.c-event-info-slider .slider-button-container .swiper-button-prev {
  position: unset;
  z-index: 3;
}
.c-event-info-slider .slider-button-container .swiper-button-next {
  position: unset;
  z-index: 3;
}
.c-event-info-slider .image-gradient-cover {
  position: absolute;
  width: auto;
  height: 100%;
  right: 0;
  z-index: 2;
  width: 250px;
}
.c-event-info-slider .js-event-info-swiper {
  width: 1224px;
  height: -moz-fit-content;
  height: fit-content;
  overflow: unset;
  position: relative;
  display: block;
  margin: auto;
}
.c-event-info-slider .js-event-info-swiper .swiper-slide .title-slider {
  text-decoration: none;
  font-size: 1.8rem;
  font-weight: bold;
  color: #000;
  margin-top: 15px;
}
.c-event-info-slider .js-event-info-swiper .swiper-slide {
  height: auto;
  text-decoration: none;
  color: #000;
}
.c-event-info-slider .js-event-info-swiper .swiper-slide .c-img-zoom {
  margin-bottom: 20px;
}
.c-event-info-slider .js-event-info-swiper .swiper-slide .c-img-zoom img {
  width: 100%;
}
.c-event-info-slider .js-event-info-swiper .swiper-slide:hover {
  /* text-decoration: underline; */
}

@media screen and (max-width: 1640px) {
  .c-event-info-slider .slider-button-container {
    width: 1105px;
  }
  .c-event-info-slider .js-event-info-swiper {
    width: 990px;
  }
}
@media screen and (max-width: 1280px) {
  .c-event-info-slider .slider-button-container {
    width: 980px;
  }
  .c-event-info-slider .js-event-info-swiper {
    width: 100%;
    max-width: 760px;
  }
}
@media screen and (max-width: 991px) {
  .c-event-info-slider {
    padding: 0 10px;
    margin: 60px auto;
  }
  .c-event-info-slider .slider-button-container {
    width: calc(100% - 60px);
    top: 60%;
  }
  .c-event-info-slider .image-gradient-cover {
    display: none;
  }
  .c-event-info-slider .slider-button-container .swiper-button-next {
    position: relative;
    right: 20px;
  }
  .c-event-info-slider .js-event-info-swiper .swiper-slide {
    height: auto;
  }
  /* .c-event-info-slider .js-event-info-swiper .swiper-slide .c-img-zoom {
  }
  .c-event-info-slider .js-event-info-swiper .swiper-slide .c-img-zoom img {
  } */
}

.c-event-info-slider .js-event-info-swiper .swiper-slide {
  max-width: 297px;
}

@media only screen and (max-width: 768px) {
  .c-event-info-slider {
    width: 100%;
    margin-top: 60px;
    overflow: hidden;
    padding: 0;
  }

  .c-event-info-slider .event-info-title {
    max-width: 375px;
    padding: 0 15px;
    margin: auto;
    width: 100%;
    text-align: center;
    margin-bottom: 38px;
  }

  .c-event-info-slider .js-event-info-swiper {
    max-width: 375px;
    padding: 0 15px;
    margin: auto;
  }


  .c-event-info-slider .slider-button-container {
    width: calc(375px - 60px);
    top: 60%;
  }
  
  .c-event-info-slider .event-info-title {
    width: 100%;
    text-align: center;
    margin-bottom: 38px;
  }
  .c-event-info-slider .event-info-title .title {
    margin-bottom: 25px;
    font-size: 3rem;
  }
  .c-event-info-slider .slider-button-container .swiper-button-next {
    position: unset;
  }

  .swiper-slide .c-img-zoom {
    margin-bottom: 0 !important;
  }

  .c-event-info-slider .js-event-info-swiper .swiper-slide {
    max-width: 184px;
  }
}

.c-event-info-slider .l-ellipsis {
  -webkit-line-clamp: 3;
  line-height: 2.4rem;
  max-height: 7.2rem;
}
/* slider end */

.c-product-info {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  margin-bottom: 90px;
}
.c-product-info .product-info-wrap {
  width: 1200px;
  max-width: 1200px;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-top: 2px solid #e6e6e6;
  border-bottom: 2px solid #e6e6e6;
  padding: 90px 0;
}
.c-product-info .product-info-wrap .product-info-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
  margin-bottom: 55px;
}
.c-product-info .product-info-wrap .product-info-title .title {
  font-size: 4rem;
  font-weight: bold;
  color: #0c2b4a;
}
.c-product-info .product-info-wrap .product-info-title .subtext {
  font-size: 2rem;
  font-weight: 500;
  color: #000;
}
.c-product-info .product-info-wrap .product-list {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 39px;
}
.c-product-info .product-info-wrap .product-list .product {
  width: 374px;
  height: auto;
  text-decoration: none;
}
.c-product-info .product-info-wrap .product-list .product .c-img-zoom {
  width: 374px;
  height: 250px;
  margin-bottom: 20px;
}
.c-product-info .product-info-wrap .product-list .product .c-img-zoom img {
  width: 374px;
  height: 250px;
}
.c-product-info .product-info-wrap .product-list .product .title {
  color: #000;
  font-size: 3rem;
  font-weight: bold;
}
.c-product-info .product-info-wrap .product-list .product .subtext {
  color: #000;
  font-size: 1.8rem;
  font-weight: 500;
}
.c-product-info .product-info-wrap .product-list .product:hover .title {
  /* text-decoration: underline; */
}

@media only screen and (max-width: 1200px) {
  .c-product-info .product-info-wrap {
    padding: 90px 15px;
  }
  .c-product-info .product-info-wrap .product-list {
    gap: 20px;
  }
  .c-product-info .product-info-wrap .product-list .product {
    width: 235px;
    height: auto;
    gap: 25px;
  }
  .c-product-info .product-info-wrap .product-list .product .c-img-zoom {
    width: 235px;
    height: 157.07px;
  }
  .c-product-info .product-info-wrap .product-list .product .c-img-zoom img {
    width: 235px;
    height: 157.07px;
  }
}
@media only screen and (max-width: 768px) {
  .c-product-info {
    margin-bottom: 55px;
  }
  .c-product-info .product-info-wrap {
    padding: 60px 15px;
  }
  .c-product-info .product-info-wrap .product-info-title {
    margin-bottom: 38px;
    gap: 23px;
  }
  .c-product-info .product-info-wrap .product-info-title .title {
    font-size: 3rem;
  }
  .c-product-info .product-info-wrap .product-info-title .subtext {
    font-size: 1.6rem;
  }
  .c-product-info .product-info-wrap .product-list {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 39px;
  }
  .c-product-info .product-info-wrap .product-list .product {
    width: 345px;
    height: auto;
  }
  .c-product-info .product-info-wrap .product-list .product .c-img-zoom {
    width: 345px;
    height: 230.61px;
    margin-bottom: 20px;
  }
  .c-product-info .product-info-wrap .product-list .product .c-img-zoom img {
    width: 345px;
    height: 230.61px;
  }
  .c-product-info .product-info-wrap .product-list .product .title {
    font-size: 1.8rem;
  }
  .c-product-info .product-info-wrap .product-list .product .subtext {
    font-size: 1.6rem;
  }
  .c-sale-info-slider .sale-info-title .subtitle {
    font-size: 1.6rem !important;
    font-weight: 500;
    text-align: start;
  }
}
.c-notice-list {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  margin-top: 90px;
  margin-bottom: 160px;
}
.c-notice-list .notice-list-wrap {
  width: 1200px;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.c-notice-list .notice-list-wrap .notice-list-title {
  display: flex;
  justify-content: center;
}
.c-notice-list .notice-list-wrap .notice-list-title h2 {
  font-size: 4rem;
  font-weight: bold;
  color: #0c2b4a;
}
.c-notice-list .notice-list-wrap .notice-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 60px 0;
}
.c-notice-list .notice-list-wrap .notice-list .is-notice {
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  text-decoration: none;
  padding: 25px 15px;
  border-top: 1px solid #e9e9e9;
}
.c-notice-list .notice-list-wrap .notice-list .is-notice .notice-title {
  display: flex;
  align-items: center;
  gap: 14px;
}
.c-notice-list
  .notice-list-wrap
  .notice-list
  .is-notice
  .notice-title
  .notice-date {
  width: 67px;
  color: #666666;
}
.c-notice-list
  .notice-list-wrap
  .notice-list
  .is-notice
  .notice-title
  .notice-date
  p {
  font-family: rift, sans-serif;
  letter-spacing: normal;
  font-size: 1.8rem;
  font-weight: bold;
}
.c-notice-list
  .notice-list-wrap
  .notice-list
  .is-notice
  .notice-title
  .notice-info {
  width: 122px;
  height: 22px;
  background: #666666;
  border-radius: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-notice-list .notice-list-wrap .notice-list .is-notice .notice-title .notice-info.please {
  background: #ff5361;
}
.c-notice-list .notice-list-wrap .notice-list .is-notice .notice-title .storeInfo {
  background: #45c452;
}
.c-notice-list .notice-list-wrap .notice-list .is-notice .notice-title .envInit {
  background: #006699;
}
.c-notice-list
  .notice-list-wrap
  .notice-list
  .is-notice
  .notice-title
  .notice-info
  p {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
}
.c-notice-list .notice-list-wrap .notice-list .is-notice .notice-details {
  width: 100%;
  max-width: 920px;
  height: auto;
}
.c-notice-list .notice-list-wrap .notice-list .is-notice .notice-details p {
  font-size: 1.8rem;
  font-weight: 500;
  color: #000;
}
.c-notice-list .notice-list-wrap .notice-list .is-notice::after {
  content: url(/assets/img/icon_arrow-notice.svg);
  vertical-align: middle;
  width: 16px;
  height: 16px;
  position: relative;
  top: 8px;
}
.c-notice-list
  .notice-list-wrap
  .notice-list
  .is-notice:hover
  .notice-details
  p {
  text-decoration: underline;
}
.c-notice-list .notice-list-wrap .notice-list .is-notice:last-child {
  border-bottom: 1px solid #e9e9e9;
}

@media only screen and (max-width: 768px) {
  .c-notice-list {
    margin-top: 55px;
  }
  .c-notice-list .notice-list-wrap .notice-list-title h2 {
    font-size: 3rem;
  }
  .c-notice-list .notice-list-wrap .notice-list {
    margin-top: 20px;
    margin-bottom: 60px;
  }
  .c-notice-list .notice-list-wrap .notice-list .is-notice {
    flex-direction: column;
  }
  .c-notice-list .notice-list-wrap .notice-list .is-notice .notice-title {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .c-notice-list
    .notice-list-wrap
    .notice-list
    .is-notice
    .notice-title
    .notice-date {
    width: 50px;
  }
  .c-notice-list
    .notice-list-wrap
    .notice-list
    .is-notice
    .notice-title
    .notice-date
    p {
    font-size: 1.6rem;
  }
  .c-notice-list .notice-list-wrap .notice-list .is-notice .notice-details {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  .c-notice-list .notice-list-wrap .notice-list .is-notice .notice-details p {
    padding-right: 15px;
    font-size: 1.6rem;
  }
  .c-notice-list
    .notice-list-wrap
    .notice-list
    .is-notice
    .notice-details::after {
    content: url(/assets/img/icon_arrow-notice.svg);
    vertical-align: middle;
    width: 16px;
    height: 16px;
    position: relative;
    top: 8px;
  }
  .c-notice-list .notice-list-wrap .notice-list .is-notice::after {
    display: none;
  }
}

/* button component */
.c-button__white {
  transition: all, 0.3s;
  min-width: 360px;
  padding: 0 30px;
  max-width: 100%;
  box-sizing: border-box;
  height: 60px;
  border: 2px solid #0c2b4a;
  color: #0c2b4a;
  font-size: 2.2rem;
  font-weight: bold;
  border-radius: 4px;
  background-color: var(--white);
  cursor: pointer;
  position: relative;
}

.c-button__white::after {
  content: url(/assets/img/common/icon_arrow_button.svg);
  position: absolute;
  right: 20px;
  transition: 0.3s ease-in-out;
}

.c-button__white:hover {
  background-color: #0c2b4a;
  color: var(--white);
}

.c-button__white:hover::after {
  right: 10px;
  filter: brightness(0) invert(1);
}

/* button component */
.c-button__transparent {
  transition: all, 0.3s;
  width: 360px;
  height: 60px;
  border: 2px solid #0c2b4a;
  color: #0c2b4a;
  font-size: 2.2rem;
  font-weight: bold;
  border-radius: 4px;
  background-color: transparent;
  cursor: pointer;
  position: relative;
}

.c-button__transparent::after {
  content: url(/assets/img/common/icon_arrow_button.svg);
  position: absolute;
  right: 20px;
  transition: 0.3s ease-in-out;
}

.c-button__transparent:hover {
  background-color: #0c2b4a;
  color: var(--transparent);
}

.c-button__transparent:hover::after {
  right: 10px;
  filter: brightness(0) invert(1);
}

/* button component */
.c-button__blue {
  width: 380px;
  height: 50px;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  background: #2b7ccd;
  color: #fff;
  font-size: 2rem !important;
  font-weight: bold !important;
  text-decoration: none !important;
  border-radius: 4px !important;
  border: none;
  /* letter-spacing: -0.5px; */
  transition: all, 0.7s;
  cursor: pointer;
  position: relative;
}
.c-button__blue:hover {
  /* color: #2b7ccd;
  background: #fff; */
  opacity: 0.65;
}
.c-button__blue::after {
  content: url(/assets/img/common/icon_arrow_button.svg);
  position: absolute;
  right: 20px;
  transition: 0.3s ease-in-out;
  filter: brightness(0) invert(1);
}
.c-button__blue:hover::after {
  right: 10px;
  /* filter: brightness(2) invert(0); */
}
@media only screen and (max-width: 768px) {
  .c-button__blue {
    width: 280px;
    font-size: 1.4rem !important;
    height: 40px;
  }
}
/* button component */
.c-button__arrow {
  text-decoration: none;
  background: transparent;
  border: none;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  cursor: pointer;
  position: relative;
}

.c-button__arrow::before {
  content: url(/assets/img/common/icon_arrow_border.svg);
  position: relative;
  vertical-align: middle;
  transition: all, 0.5s;
  left: 0;
  margin-right: 5px;
  width: 20px;
  height: 20px;
}

.c-button__arrow:hover {
  text-decoration: underline;
}

.c-button__arrow:hover::before {
  left: 3px;
}

@media only screen and (max-width: 768px) {
  /* button component */
  .c-button__white,
  .c-button__transparent,
  .c-button__arrow {
    font-size: 1.8rem;
    width: 100%;
    max-width: 300px;
    min-width: auto;
  }
  .c-button__arrow {
    width: fit-content;
    font-size: 1.4rem;
  }
}

/* button component */
.l-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-height: 2.4rem; /* fallback */
  max-height: 4.8rem; /* fallback */
}

.c-no-new-info {
  display: none;
  font-size: 2.6rem !important;
  font-weight: bold;
  color: #2b7ccd;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1200px;
  height: 100px;
  background: url(/assets/img/img_no-update.png) no-repeat
    center;
}

@media only screen and (max-width: 1200px) {
  .c-no-new-info {
    display: none;
    font-size: 2.6rem !important;
    font-weight: bold;
    color: #2b7ccd;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 750px;
    height: 100px;
    background: url(/assets/img/img_no-update.png) no-repeat
      center;
  }
}

@media only screen and (max-width: 768px) {
  .c-no-new-info {
    display: none;
    font-size: 1.6rem !important;
    font-weight: bold;
    color: #2b7ccd;
    text-align: center;
    background: url(/assets/img/img_no-update-sp.png)
      no-repeat center;
    width: 360px;
    height: 60px;
  }
}

.banner-title-border {
  -webkit-text-stroke: 1px #fff;
  font-family: rift, sans-serif;
  letter-spacing: normal;
  font-weight: bold;
  color: transparent;
}

.show-pc {
  display: block !important;
}

.show-sp {
  display: none !important;
}

.show-pc-flex {
  display: flex !important;
}

.show-sp-flex {
  display: none !important;
}

@media only screen and (max-width: 768px) {
  .show-pc {
    display: none !important;
  }
  .show-sp {
    display: block !important;
  }
  .show-pc-flex {
    display: none !important;
  }
  .show-sp-flex {
    display: flex !important;
  }
}

.l-border-frame {
  border-radius: 4px;
  outline: 1px solid #e9e9e9;
}

.anchor-section__padding {
  padding-top: 5px;
  background-color: transparent;
}

@media only screen and (max-width: 768px) {
  .anchor-section__padding {
    padding-top: 5px;
  }
}

.next-page-button {
  cursor: pointer;
}

.banner-desc-p p {
  letter-spacing: 1px !important;
}

@media only screen and (max-width: 1024px) {
  .c-store-banner .c-img-bg-right-pc {
    -o-object-position: 45%;
    object-position: 45%;
  }
}

@media only screen and (max-width: 768px) {
  .c-enjoy-banner, .c-know-banner, .c-store-banner, .c-campaign-banner {
    display: flex;
    justify-content: start;
    align-items: start;
  }
  .c-enjoy-banner .enjoy-banner-wrapper .enjoy-contents .enjoy-title,
  .c-know-banner .know-banner-wrapper .know-contents .know-title,
  .c-store-banner .store-banner-wrapper .store-contents .store-title,
  .c-campaign-banner .campaign-banner-wrapper .campaign-contents .campaign-title
  {
    margin-top: 8px;
    margin-bottom: 0px;
  }
  .c-enjoy-banner .enjoy-banner-wrapper .enjoy-contents .enjoy-subtitle,
  .c-know-banner .know-banner-wrapper .know-contents .know-subtitle,
  .c-store-banner .store-banner-wrapper .store-contents .store-subtitle,
  .c-campaign-banner .campaign-banner-wrapper .campaign-contents .campaign-subtitle
  {
    margin-bottom: 8px;
  }
  .c-enjoy-banner .enjoy-banner-wrapper .enjoy-contents .enjoy-desc,
  .c-know-banner .know-banner-wrapper .know-contents .know-desc,
  .c-store-banner .store-banner-wrapper .store-contents .store-desc,
  .c-campaign-banner .campaign-banner-wrapper .campaign-contents .campaign-desc
  {
    margin-bottom: 16px;
  }
}
/*# sourceMappingURL=styles.css.map */
