@charset "UTF-8";
/*!
  Reset Stylesheet
  Author: yama-dev - https://github.com/yama-dev
  */
html, body, div, span, object, iframe, embed, main,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, u, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, source {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: middle;
  background: transparent;
  box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

ol, ul {
  list-style: none;
}

button, input, select, textarea, datalist {
  vertical-align: middle;
  min-height: 1.5em;
  background-color: transparent;
}

input[type=submit], input[type=reset] {
  cursor: pointer;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
}

a[href^=tel] {
  display: inline-block;
  color: inherit;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.swiper-container {
  position: relative;
  padding: 0;
  overflow: hidden;
}
.swiper-container.swiper-container-autoheight {
  height: auto;
}

.swiper-wrapper {
  position: relative;
  padding: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-container-vertical .swiper-wrapper {
  flex-direction: column;
}
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-slide {
  position: relative;
  width: 100%;
  height: 100%;
  flex-shrink: 0;
}
.swiper-slide.swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-duplicate-active {
  pointer-events: auto;
}

.swiper-lazy-preloader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #d9d9d9;
  overflow: hidden;
}
.swiper-lazy-preloader::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background: linear-gradient(90deg, rgba(217, 217, 217, 0) 0, rgba(255, 255, 255, 0.35) 50%, rgba(217, 217, 217, 0) 100%);
  background-size: 100% 100%;
  animation: loading_skeleton 1s linear infinite;
}

.swiper-pagination {
  text-align: center;
}
.swiper-pagination-bullet {
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
}
@media screen and (max-width: 900px) {
  .swiper-pagination-bullet {
    width: 22px;
    height: 22px;
  }
}
.swiper-pagination-bullet::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  background: #eB002d;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  transition: opacity 0.4s cubic-bezier(0.23, 0.93, 0.5, 1);
}
@media screen and (max-width: 900px) {
  .swiper-pagination-bullet::after {
    width: 7px;
    height: 7px;
  }
}
.swiper-pagination-bullet:hover::after {
  opacity: 0.6;
}
.swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-top: 2px;
}
.swiper-pagination-bullet .is-circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.swiper-pagination-bullet .is-circle svg {
  transform: rotate(-90deg);
}
.swiper-pagination-bullet .is-circle circle {
  fill: transparent;
  stroke: #eB002d;
  stroke-width: 8;
}
@keyframes circle {
  0% {
    stroke-dasharray: 0 366;
  }
  99.9%, to {
    stroke-dasharray: 366 366;
  }
}
.swiper-pagination-bullet .is-num {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #eB002d;
  font-family: YakuHanRP, "Fredoka", "M PLUS Rounded 1c", "Noto Sans SC", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  opacity: 0;
  font-size: 15px;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 900px) {
  .swiper-pagination-bullet .is-num {
    font-size: 12px;
  }
}
.swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  opacity: 0;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active .is-num {
  opacity: 1;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active .is-circle {
  opacity: 1;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active .is-circle circle {
  animation: circle 6.5s linear infinite 0s;
}

body .m-modal__content {
  z-index: 100;
}
body .m-modal .m-modal__close-btn {
  position: fixed;
}
@media screen and (max-width: 900px) {
  body .m-modal .m-modal__close-btn {
    width: 42px;
    height: 34px;
    top: 21px;
    right: 15px;
  }
}
@media not all and (max-width: 900px) {
  body .m-modal .m-modal__close-btn {
    top: 73px;
    right: 70px;
    top: 40px;
    right: 50px;
  }
  body .m-modal .m-modal__close-btn:hover::after, body .m-modal .m-modal__close-btn:hover::before {
    transform: rotate(90deg);
  }
}
body .m-modal .m-modal__close-btn::before, body .m-modal .m-modal__close-btn::after {
  top: 5px;
  width: 2px;
  height: 25px;
  background-color: #333;
  transform: rotate(60deg);
}
@media not all and (max-width: 900px) {
  body .m-modal .m-modal__close-btn::before, body .m-modal .m-modal__close-btn::after {
    width: 4px;
    margin-left: -2px;
    height: 50px;
  }
}
body .m-modal .m-modal__close-btn::after {
  transform: rotate(-60deg);
}
body .m-modal .m-modal__bg {
  background-color: rgba(235, 0, 45, 0.8);
  background: url(../img/bg_intro.jpg) center center repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  body .m-modal .m-modal__content {
    width: 100%;
  }
}
@media not all and (max-width: 900px) {
  body .m-modal .m-modal__content {
    max-width: 150vh;
  }
}
body.is-modal-afteropen .m-modal .m-modal__bg-layer::before {
  transform-origin: left center;
  transform: scaleX(1);
  animation: dot_bg_loop_sp 1s linear infinite;
}

body.m-news-open {
  overflow: hidden;
}

.m-comment {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  transition-property: opacity, visibility;
  overflow-y: auto;
}
.m-comment.is-open {
  opacity: 1;
  visibility: visible;
}
.m-comment__bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  cursor: pointer;
}
.m-comment__bg::before, .m-comment__bg::after {
  position: absolute;
  content: "";
  width: 47%;
  padding-top: 47%;
  background: url(../img/common/bg/bg_gear.svg) no-repeat 0 0;
  background-size: contain;
  opacity: 0;
  transition: opacity 0.3s;
}
@media not all and (max-width: 900px) {
  .m-comment__bg::before, .m-comment__bg::after {
    width: 400px;
    padding-top: 0;
    height: 400px;
    margin-top: -150px;
  }
}
.is-open .m-comment__bg::before, .is-open .m-comment__bg::after {
  opacity: 1;
  animation: rotate 25s infinite linear;
}
@media not all and (max-width: 900px) {
  .is-open .m-comment__bg::before, .is-open .m-comment__bg::after {
    animation-duration: 40s;
  }
}
.m-comment__bg::before {
  top: 0;
  margin-top: -10%;
  left: -20%;
}
@media not all and (max-width: 900px) {
  .m-comment__bg::before {
    margin-top: -160px;
    left: -110px;
  }
}
.m-comment__bg::after {
  bottom: 0;
  margin-bottom: -18%;
  right: -20%;
}
@media not all and (max-width: 900px) {
  .m-comment__bg::after {
    right: -110px;
  }
}

.m-comment__body {
  display: table;
  table-layout: fixed;
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  padding: 90px 0 50px;
}

.m-comment__inner {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  min-height: 100%;
  box-sizing: border-box;
  position: relative;
}

.m-comment__deco {
  position: absolute;
  bottom: 100%;
  left: -2px;
  width: 100%;
  margin-bottom: 8px;
  color: #333;
  font-size: 61px;
  pointer-events: none;
  line-height: 1;
}
@media not all and (max-width: 900px) {
  .m-comment__deco {
    font-size: 85px;
    margin-bottom: 0px;
  }
}

.m-comment__item {
  position: relative;
  width: 98%;
  padding: 25px 6.5% 40px;
  margin: 0 auto;
  position: relative;
  background: url(../img/common/frame_top.svg) no-repeat 0 0, url(../img/common/frame_btm.svg) no-repeat bottom left;
  background-size: 100% auto;
  background-color: #ffffff;
}
@media not all and (max-width: 900px) {
  .m-comment__item {
    padding: 22px 6.5% 40px;
  }
}
.m-comment__item::before {
  position: absolute;
  content: "";
  pointer-events: none;
  top: 0;
  margin: 2% 0 2%;
  bottom: 0;
  left: 0;
  width: 100%;
  background: url(../img/common/frame_side.svg) repeat-y 0 0;
  background-size: 100% auto;
}

.m-newsModal__head {
  padding: 28px 5.6% 22px;
}
@media not all and (max-width: 900px) {
  .m-newsModal__head {
    padding: 35px 5.6% 27px;
  }
}

.m-newsModal__ttl {
  font-size: 15px;
  line-height: 1.5;
}
@media not all and (max-width: 900px) {
  .m-newsModal__ttl {
    font-size: 17px;
  }
}

.m-newsModal__date {
  margin-top: 7px;
  font-size: 11px;
  letter-spacing: 0.03em;
}
@media not all and (max-width: 900px) {
  .m-newsModal__date {
    font-size: 13px;
  }
}

.m-newsModal__scrollbar {
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 2px;
}

.m-newsModal__article {
  position: relative;
  padding: 18px 5.6%;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  line-height: 1.8;
  overflow: hidden;
  letter-spacing: -0.01em;
}
@media not all and (max-width: 900px) {
  .m-newsModal__article {
    padding: 25px 5.6% 40px;
  }
}
.m-newsModal__article img {
  max-width: 100%;
  height: auto !important;
}
.m-newsModal__article iframe {
  max-width: 100%;
}
.m-newsModal__article a {
  color: #333;
}
.m-newsModal__article-box {
  position: relative;
}

.m-newsModal__btm {
  text-align: center;
  position: relative;
}

.m-newsModal__btn {
  position: absolute;
  cursor: pointer;
  top: 0;
  height: 100%;
  width: 20px;
  pointer-events: none;
  opacity: 0.3;
}
.m-newsModal__btn.is-show {
  pointer-events: auto;
  opacity: 1;
  position: absolute;
}
.m-newsModal__btn::before {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -4px;
  content: "";
  width: 8px;
  height: 8px;
  box-sizing: border-box;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.m-newsModal__btn.-prev {
  left: 6%;
}
.m-newsModal__btn.-prev::before {
  transform: rotate(-135deg);
}
@media not all and (max-width: 900px) {
  .m-newsModal__btn.-prev:hover:before {
    transform: translateX(-5px) rotate(-135deg);
  }
}
.m-newsModal__btn.-next {
  right: 2.5%;
}
.m-newsModal__btn.-next::before {
  transform: rotate(45deg);
}
@media not all and (max-width: 900px) {
  .m-newsModal__btn.-next:hover:before {
    transform: translateX(5px) rotate(45deg);
  }
}

.m-newsModal__back {
  cursor: pointer;
  font-size: 12px;
  padding: 16px 4px;
  display: inline-block;
}
@media not all and (max-width: 900px) {
  .m-newsModal__back {
    transition: color 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .m-newsModal__back:hover {
    color: #333;
  }
}

.m-newsModal__scrollbar {
  position: absolute;
  right: -10px;
  right: 1%;
  top: 1%;
  z-index: 50;
  width: 3px;
  height: 98%;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.3);
}
@media not all and (max-width: 900px) {
  .m-newsModal__scrollbar {
    right: 1.5%;
    width: 4px;
  }
}
.m-newsModal__scrollbar .swiper-scrollbar-drag {
  width: 100%;
  position: relative;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.m-comment .l-modal__body {
  overflow: hidden;
  padding-bottom: 25px;
}
@media not all and (max-width: 900px) {
  .m-comment .l-modal__body {
    padding-bottom: 40px;
  }
}
.m-comment__cont {
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .m-comment__cont {
    max-width: 520px;
  }
}
@media not all and (max-width: 900px) {
  .m-comment__cont {
    max-width: 800px;
  }
}

.m-comment__img {
  max-width: 400px;
  margin: 0 auto;
}
@media not all and (max-width: 900px) {
  .m-comment__img {
    margin-top: 25px;
    max-width: 590px;
  }
}

.m-comment__head {
  padding: 25px 0 15px;
  margin: 0 auto;
  text-align: center;
}

.m-comment__pos {
  font-size: 14px;
  padding: 0 4px;
}
@media not all and (max-width: 900px) {
  .m-comment__pos {
    font-size: 16px;
  }
}

.m-comment__name {
  margin-top: 4px;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.3;
}
@media not all and (max-width: 900px) {
  .m-comment__name {
    font-size: 25px;
  }
}

.m-comment__article {
  margin-top: 8px;
  line-height: 1.75;
  position: relative;
}

.m-comment__scrollbar {
  position: absolute;
  right: 1%;
  top: 1%;
  z-index: 50;
  width: 3px;
  height: 98%;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.3);
}
@media not all and (max-width: 900px) {
  .m-comment__scrollbar {
    right: 1.5%;
    width: 4px;
  }
}
.m-comment__scrollbar .swiper-scrollbar-drag {
  width: 100%;
  position: relative;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.modal-enter-active {
  transition: opacity 0.3s cubic-bezier(0.33, 1, 0.68, 1);
}

.modal-leave-active {
  transition: opacity 0.2s cubic-bezier(0.33, 1, 0.68, 1);
}

.modal-enter,
.modal-leave-to {
  opacity: 0;
}

.modal-enter .l-modal__cont,
.modal-leave-to .l-modal__cont {
  transform: scale(1.1);
}

.modal-enter .l-modal__close {
  transform: rotate(360deg);
}

.modal-leave-to .l-modal__cont {
  transition-duration: 0.4s;
}

.c-audio {
  width: 91%;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .c-audio {
    width: 88%;
  }
}

.c-audio__loading {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -20px 0 0 -20px;
  width: 40px;
  height: 40px;
  pointer-events: none;
}
.c-audio__loading span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  animation: audioLoading 1s linear infinite;
  border-radius: 50%;
  background-color: #ffffff;
  width: 100%;
  height: 100%;
}
.c-audio__loading span:nth-of-type(2) {
  animation-delay: 0.4s;
}
.c-audio__loading span:nth-of-type(3) {
  animation-delay: 0.2s;
}
.is-init .c-audio__loading span {
  animation-play-state: paused;
}
.is-init .c-audio__loading {
  opacity: 0;
  transition: opacity 0.5s;
}

@keyframes audioLoading {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
.c-audio__player .ui-time,
.c-audio__player .ui-time-total,
.c-audio__player .ui-time-par,
.c-audio__player .ui-btn-pause,
.c-audio__player .ui-btn-stop,
.c-audio__player .ui-btn-mute,
.c-audio__player .ui-seekbar-vol,
.c-audio__player .ui-btn-volon,
.c-audio__player .ui-btn-voloff,
.c-audio__player .ui-poster,
.c-audio__player .ui-poster-background,
.c-audio__player .ui-name {
  display: none;
}
.c-audio__player > div + div {
  display: flex;
  align-items: center;
}
.c-audio__player .ui-time-now {
  position: absolute;
  left: 124px;
  top: calc(50% + 8px);
  color: #01b3d6;
  font-size: 12px;
  letter-spacing: 0.05rem;
}
@media screen and (max-width: 900px) {
  .c-audio__player .ui-time-now {
    top: 51%;
    left: 75px;
    left: 25%;
    font-size: 10px;
  }
}
.c-audio__player .ui-time-down {
  position: absolute;
  right: 37px;
  top: calc(50% + 8px);
  color: #ffffff;
  font-size: 12px;
  letter-spacing: 0.05rem;
}
@media screen and (max-width: 900px) {
  .c-audio__player .ui-time-down {
    top: 51%;
    right: 18px;
    right: 6%;
    font-size: 10px;
  }
}
.c-audio__player .btn {
  cursor: pointer;
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  outline: 0;
  font-size: 0;
  box-shadow: none;
  border: none;
  color: transparent;
}
.c-audio__player .btn:focus {
  outline: none !important;
}
.c-audio__player .ui-btn-play {
  position: relative;
  display: inline-block;
  width: 73px;
  height: 73px;
  margin-right: 30px;
  padding: 0;
  background: #ffffff;
  border-radius: 50%;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  box-shadow: 3px 3px 0 #01b3d6;
}
@media screen and (max-width: 900px) {
  .c-audio__player .ui-btn-play {
    width: 14.22%;
    padding-top: 14.22%;
    height: 0;
    margin-right: 7.5%;
    box-shadow: 1.5px 1.5px 0 #01b3d6;
  }
}
@media not all and (max-width: 900px) {
  .c-audio__player .ui-btn-play:hover {
    transform: translate(3px, 3px);
    box-shadow: 0 0 0 #01b3d6;
  }
}
.c-audio__player .ui-btn-play::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 27px;
  height: 28px;
  background: url(../img/icon_play.png) center center no-repeat;
  background-size: contain;
  transform: translate(-40%, -50%);
}
@media screen and (max-width: 900px) {
  .c-audio__player .ui-btn-play::after {
    width: 50%;
    height: 40%;
  }
}
.c-audio__player .ui-btn-play.active::after {
  background-image: url(../img/icon_stop.png);
  transform: translate(-50%, -50%);
}
.c-audio__player .ui-btn-pause {
  display: none;
}
.c-audio__player .ui-seekbar-time {
  position: relative;
  flex: 1 1 0;
  cursor: pointer;
  margin: 0 auto;
  margin-right: 15px;
  width: 100%;
  transform: translateY(5px);
}
@media screen and (max-width: 900px) {
  .c-audio__player .ui-seekbar-time {
    margin-right: 0;
    transform: translateY(0);
  }
}
.c-audio__player .ui-seekbar-time-bg {
  position: absolute;
  top: 50%;
  left: 0;
  background: #ffffff;
  width: 100%;
  height: 2px;
  transform: translateY(-50%);
}
@media screen and (max-width: 900px) {
  .c-audio__player .ui-seekbar-time-bg {
    height: 1px;
  }
}
.c-audio__player .ui-seekbar-time span {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  background: #01b3d6;
  height: 2px;
  transform: translateY(-50%);
}
@media screen and (max-width: 900px) {
  .c-audio__player .ui-seekbar-time span {
    height: 1px;
  }
}

@media not all and (max-width: 900px) {
  .is-pc {
    display: block;
  }
  .is-sp {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .is-pc {
    display: none;
  }
  .is-sp {
    display: block;
  }
}
.is-tab {
  display: block;
}
@media screen and (min-width: 1000px) {
  .is-tab {
    display: none;
  }
}

html {
  touch-action: manipulation;
}

body,
button,
input,
select,
textarea,
datalist {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-wrap: break-word;
  font-size: 13px;
  line-height: 1.3;
  letter-spacing: normal;
}
@media not all and (max-width: 900px) {
  body,
  button,
  input,
  select,
  textarea,
  datalist {
    font-size: 16px;
  }
}

h2 {
  font-weight: 400;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  vertical-align: baseline;
}

* {
  -webkit-tap-highlight-color: transparent;
}

main {
  display: block;
}

a {
  color: currentColor;
  text-decoration: none;
}

svg {
  fill-rule: evenodd;
  width: 100%;
  height: 100%;
}

[data-modal] {
  cursor: pointer;
}

[tabindex] {
  cursor: pointer;
}
[tabindex].focus-visible {
  outline: 1px solid;
}

.js-focus-visible :focus:not(:focus-visible) {
  outline: 0;
}

.visually-hidden {
  font-size: 0;
  opacity: 0;
}

.l-wrapper {
  color: #333;
  font-family: YakuHanRP, "M PLUS Rounded 1c", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
}
[data-lang=ja] .l-wrapper {
  font-family: YakuHanRP, "M PLUS Rounded 1c", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
}
[data-lang=en] .l-wrapper {
  font-family: "Noto Sans", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
}
[data-lang=ch] .l-wrapper {
  font-family: "Noto Sans SC", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
}

button {
  font-family: YakuHanRP, "M PLUS Rounded 1c", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 800;
}
[data-lang=ja] button {
  font-family: YakuHanRP, "M PLUS Rounded 1c", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 800;
}
[data-lang=en] button {
  font-family: "Noto Sans", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 800;
}
[data-lang=ch] button {
  font-family: "Noto Sans SC", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
}

.l-container {
  max-width: 1200px;
  width: 85.7142857143%;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .l-container {
    width: 89.3333333333%;
    max-width: 670px;
  }
}

/*============================
  .l-header
============================*/
.l-header {
  position: relative;
  padding: 30px 0;
  color: #eB002d;
}
@media screen and (max-width: 900px) {
  .l-header {
    padding: 16px 0;
  }
}
.l-header.--color-red {
  background: #eB002d;
  color: #ffffff;
}
.l-header.--color-red svg {
  fill: #ffffff;
}
@media screen and (max-width: 900px) {
  [data-page=product_detail] .l-header {
    background: #ffffff;
  }
  [data-page=product_detail] .l-header svg {
    fill: #eB002d;
  }
}
.l-header__container {
  position: relative;
  z-index: 2;
  width: 94.2857142857%;
  margin: 0 auto;
  font-family: YakuHanRP, "Fredoka", "M PLUS Rounded 1c", "Noto Sans SC", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
}
@media not all and (max-width: 900px) {
  .l-header__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    transform: translateY(-50px);
    opacity: 0;
    transition: transform 1s cubic-bezier(0.23, 0.93, 0.5, 1);
  }
  @keyframes show_header {
    0% {
      opacity: 0;
      transform: translateY(-50px);
    }
    80% {
      opacity: 1;
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
  .is-load .l-header__container {
    animation: show_header 1s cubic-bezier(0.23, 0.93, 0.5, 1) forwards;
  }
  .is-load [data-page=top] .l-header__container {
    animation: none;
  }
  .is-op-end [data-page=top] .l-header__container {
    animation: show_header 1s cubic-bezier(0.23, 0.93, 0.5, 1) forwards;
  }
  .is-skip [data-page=top] .l-header__container {
    animation: show_header 1s cubic-bezier(0.23, 0.93, 0.5, 1) forwards;
  }
}
@media screen and (max-width: 900px) {
  .l-header__container {
    width: 89.3333333333%;
  }
}
.is-promodal-show .l-header__container {
  z-index: 0;
}
.l-header__ttl {
  position: relative;
  z-index: 1;
  width: 15.7575757576%;
  max-width: 208px;
}
@media screen and (max-width: 900px) {
  .l-header__ttl {
    width: 130px;
  }
}
.l-header__ttl svg {
  fill: #eB002d;
  fill-rule: evenodd;
}
.l-header__inner {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 900px) {
  .l-header__inner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding-bottom: 8%;
    color: #ffffff;
    pointer-events: none;
    transform: translateX(calc(100% + 40px));
    transition: transform 0.6s cubic-bezier(0.23, 0.93, 0.5, 1);
  }
  .is-menu-open .l-header__inner {
    pointer-events: auto;
    transform: translateX(0);
  }
  .l-header__inner::before {
    content: "";
    position: absolute;
    top: 0;
    left: -40px;
    width: calc(100% + 40px);
    height: 100vh;
    background: #eB002d;
    border-radius: 40px 0 0 40px;
  }
}
@media not all and (max-width: 900px) {
  .l-header__inner-wrap {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 900px) {
  .l-header__inner-wrap {
    position: relative;
    width: 89.3333333333%;
    height: 100%;
    margin: 0 auto;
    padding: 16px 0 29px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
.l-header__inner-ttl {
  width: 130px;
}
.l-header__inner-ttl svg {
  fill: #ffffff !important;
}
@media not all and (max-width: 900px) {
  .l-header__nav {
    margin-right: 36px;
  }
  @media screen and (max-width: 1000px) {
    .l-header__nav {
      margin-right: 10px;
    }
  }
}
@media screen and (max-width: 900px) {
  .l-header__nav {
    width: 94.0298507463%;
    margin: 0 auto;
  }
}
@media not all and (max-width: 900px) {
  .l-header__lang {
    margin-right: 15px;
  }
}
@media screen and (max-width: 900px) {
  .l-header__lang {
    position: absolute;
    top: 26px;
    right: 50px;
  }
}
.l-header__link {
  width: 191px;
}
@media screen and (max-width: 900px) {
  .l-header__link {
    width: 94.0298507463%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 900px) {
  .l-header__link .c-btn.--cart {
    padding: 16px 0;
    padding-left: 12px;
    background: #ffffff;
    color: #eB002d;
    font-size: 21px;
    font-weight: 800;
  }
  .l-header__link .c-btn.--cart::before {
    left: 24px;
    width: 26px;
    height: 26px;
  }
  .l-header__link .c-btn.--cart span {
    padding-left: 0;
    letter-spacing: 0.05rem;
  }
}
.l-header__hamburger {
  position: absolute;
  top: 26px;
  right: 25px;
  width: 21px;
  height: 16px;
  min-height: auto;
  padding: 0;
  outline: none;
  border: none;
  background-color: transparent;
  cursor: pointer;
  z-index: 4;
}
.l-header__hamburger-bar {
  position: absolute;
  top: calc(50% - 1.5px);
  left: 0;
  z-index: 1;
  width: 100%;
  height: 3px;
  background: #eB002d;
  border-radius: 9999px;
  transition: transform 0.5s cubic-bezier(0.23, 0.93, 0.5, 1), opacity 0.5s cubic-bezier(0.23, 0.93, 0.5, 1);
}
.--color-red .l-header__hamburger-bar {
  background: #ffffff;
}
[data-page=product_detail] .l-header__hamburger-bar {
  background: #eB002d;
}
.is-menu-open .l-header__hamburger-bar {
  background: #ffffff !important;
}
.l-header__hamburger-bar:first-child {
  transform: translateY(-6px);
}
.is-menu-open .l-header__hamburger-bar:first-child {
  transform: rotate(45deg);
}
.is-menu-open .l-header__hamburger-bar:nth-child(2) {
  opacity: 0;
}
.l-header__hamburger-bar:last-child {
  transform: translateY(6px);
}
.is-menu-open .l-header__hamburger-bar:last-child {
  transform: rotate(-45deg);
}

.l-lang__list {
  display: flex;
}
.l-lang__list-item {
  position: relative;
}
.l-lang__list-item:not(:last-child)::after {
  content: "/";
  position: absolute;
  top: 50%;
  right: 0;
  font-size: 18px;
  font-weight: 600;
  transform: translateY(-50%);
}
@media screen and (max-width: 900px) {
  .l-lang__list-item:not(:last-child)::after {
    font-size: 13px;
  }
}
.l-lang__list-txt {
  position: relative;
  display: block;
  padding: 0 15px 0 6px;
  font-weight: 600;
  font-size: 18px;
  opacity: 0.5;
}
@media screen and (max-width: 900px) {
  .l-lang__list-txt {
    padding-right: 13px;
    font-size: 13px;
    font-weight: 500;
  }
}
@media not all and (max-width: 900px) {
  @media screen and (max-width: 1000px) {
    .l-lang__list-txt {
      font-size: 16px;
    }
  }
  .l-lang__list-txt:hover::after {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: transform 0.5s cubic-bezier(0.23, 0.93, 0.5, 1), opacity 0.5s cubic-bezier(0.23, 0.93, 0.5, 1);
  }
  .l-lang__list-txt:hover span {
    opacity: 0;
    transform: translate3d(0, -75%, 0);
  }
}
.l-lang__list-txt::after {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 6px;
  width: 100%;
  height: 100%;
  opacity: 0;
  color: #eB002d;
  transform: translate3d(0, 75%, 0);
  transition: transform 0.3s cubic-bezier(0.23, 0.93, 0.5, 1), opacity 0.3s cubic-bezier(0.23, 0.93, 0.5, 1);
}
.--color-red .l-lang__list-txt::after {
  color: #ffffff;
}
.l-lang__list-txt span {
  display: block;
  transition: transform 0.2s cubic-bezier(0.23, 0.93, 0.5, 1), opacity 0.3s cubic-bezier(0.23, 0.93, 0.5, 1);
}
.l-lang__list-txt.is-current {
  opacity: 1;
}

@media not all and (max-width: 900px) {
  .l-nav__list {
    display: flex;
  }
}
@media not all and (max-width: 900px) {
  .l-nav__list-item + .l-nav__list-item {
    margin-left: 41px;
  }
  @media screen and (max-width: 1000px) {
    .l-nav__list-item + .l-nav__list-item {
      margin-left: 20px;
    }
  }
}
@media screen and (max-width: 900px) {
  .l-nav__list-item + .l-nav__list-item {
    margin-top: 18px;
  }
}
.l-nav__list-txt {
  display: block;
  padding: 0 5px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.02rem;
}
@media screen and (max-width: 900px) {
  .l-nav__list-txt {
    font-size: 32px;
  }
}
@media not all and (max-width: 900px) {
  @media screen and (max-width: 1000px) {
    .l-nav__list-txt {
      font-size: 16px;
    }
  }
  .l-nav__list-txt:hover span {
    opacity: 0;
    transform: translate3d(0, -75%, 0);
  }
  .l-nav__list-txt:hover div::after {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: transform 0.5s cubic-bezier(0.23, 0.93, 0.5, 1), opacity 0.5s cubic-bezier(0.23, 0.93, 0.5, 1);
  }
}
.l-nav__list-txt div {
  position: relative;
  overflow: hidden;
}
.l-nav__list-txt div::after {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  color: #eB002d;
  transform: translate3d(0, 75%, 0);
  transition: transform 0.3s cubic-bezier(0.23, 0.93, 0.5, 1), opacity 0.3s cubic-bezier(0.23, 0.93, 0.5, 1);
}
.--color-red .l-nav__list-txt div::after {
  color: #ffffff;
}
.l-nav__list-txt span {
  display: block;
  transition: transform 0.2s cubic-bezier(0.23, 0.93, 0.5, 1), opacity 0.3s cubic-bezier(0.23, 0.93, 0.5, 1);
}

.l-footer {
  position: relative;
  color: #ffffff;
}
.l-footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #eB002d;
}
.l-footer.--round::before {
  border-radius: 120px 120px 0 0;
}
@media screen and (max-width: 900px) {
  .l-footer.--round::before {
    border-radius: 60px 60px 0 0;
  }
}
.l-footer__container {
  position: relative;
  display: flex;
}
@media not all and (max-width: 900px) {
  .l-footer__container {
    justify-content: space-between;
    padding: 7% 0 5.5%;
    max-width: none;
  }
  @media screen and (max-width: 1080px) {
    .l-footer__container {
      flex-direction: column-reverse;
    }
  }
}
@media screen and (max-width: 900px) {
  .l-footer__container {
    flex-direction: column-reverse;
    padding: 17.3% 0 10%;
  }
}
@media not all and (max-width: 900px) {
  .l-footer__head {
    flex-grow: 1;
  }
  @media screen and (min-width: 1081px) {
    .l-footer__head {
      display: grid;
      grid-template-columns: 208px auto;
      grid-template-rows: repeat(2, 1fr);
      align-items: center;
      grid-row-gap: 2px;
      flex-shrink: 0;
      width: 42%;
      margin-right: 3%;
    }
  }
}
@media not all and (max-width: 900px) {
  .l-footer__logo {
    width: 166px;
    grid-area: 1/1/2/2;
  }
  @media screen and (max-width: 1081px) {
    .l-footer__logo {
      width: 38%;
      max-width: 200px;
      min-width: 120px;
      margin: 0 auto 24px;
    }
  }
}
@media screen and (max-width: 900px) {
  .l-footer__logo {
    width: 38%;
    max-width: 200px;
    min-width: 120px;
    margin: 0 auto 24px;
  }
}
.l-footer__logo svg {
  fill: #ffffff;
}
.l-footer__img {
  display: block;
}
.l-footer__img img {
  transition: transform 0.5s cubic-bezier(0.23, 0.93, 0.5, 1);
}
.l-footer__img:hover img {
  transform: scale(1.1);
}
.l-footer__copy {
  grid-area: 2/1/3/2;
  font-size: 11px;
}
@media not all and (max-width: 900px) {
  @media screen and (max-width: 1081px) {
    .l-footer__copy {
      text-align: center;
    }
  }
}
@media screen and (max-width: 900px) {
  .l-footer__copy {
    text-align: center;
    font-size: 10px;
  }
}
@media not all and (max-width: 900px) {
  @media screen and (max-width: 1081px) {
    .l-footer__inner {
      margin-bottom: 39px;
    }
  }
}
@media screen and (max-width: 900px) {
  .l-footer__inner {
    margin-bottom: 39px;
  }
}
.l-footer__pagetop {
  position: absolute;
  top: 0;
  right: 120px;
  width: 83px;
  transform: translateY(calc(-100% + 1px));
}
@media screen and (max-width: 900px) {
  .l-footer__pagetop {
    right: 14.2%;
    width: 66px;
  }
}
.l-footer__pagetop::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 19%;
  padding-top: 19%;
  transform: translate(-50%, 0%) rotate(-90deg);
  background: url(../img/common/arrow.svg) center center no-repeat;
  background-size: contain;
  pointer-events: none;
}
@media screen and (max-width: 900px) {
  .l-footer__pagetop::after {
    width: 16%;
    padding-top: 16%;
  }
}
.l-footer__pagetop-link {
  display: block;
  transition: transform 0.6s cubic-bezier(0.23, 0.93, 0.5, 1);
}
@media not all and (max-width: 900px) {
  .l-footer__pagetop-link:hover {
    transform: scale(0.9, 1.1);
  }
}

@media not all and (max-width: 900px) {
  .l-footer_link {
    padding-top: 7px;
    grid-area: 1/2/2/3;
  }
}
@media not all and (max-width: 900px) {
  @media screen and (max-width: 1081px) {
    .l-footer_link {
      padding-top: 0;
      margin-bottom: 20px;
    }
  }
}
@media screen and (max-width: 900px) {
  .l-footer_link {
    width: 85%;
    max-width: 280px;
    margin: 0 auto;
    margin-bottom: 14px;
  }
}
.l-footer_link__list {
  display: flex;
  flex-wrap: wrap;
}
@media not all and (max-width: 900px) {
  .l-footer_link__list {
    justify-content: flex-start;
  }
  @media screen and (max-width: 1081px) {
    .l-footer_link__list {
      justify-content: center;
    }
  }
}
@media screen and (max-width: 900px) {
  .l-footer_link__list {
    justify-content: center;
  }
}
@media not all and (max-width: 900px) {
  .l-footer_link__list-item {
    margin-bottom: 5px;
    padding: 0 5px;
  }
}
@media screen and (max-width: 900px) {
  .l-footer_link__list-item:nth-child(n+3) {
    margin-top: 6px;
  }
}
@media screen and (max-width: 900px) {
  .l-footer_link__list-item:nth-child(even) {
    margin-left: 14px;
  }
}
.l-footer_link__txt {
  position: relative;
  display: block;
  padding-right: 21px;
  font-size: 14px;
  letter-spacing: 0.02rem;
  font-weight: 800;
  transform: rotate(0.03deg);
}
@media not all and (max-width: 900px) {
  .l-footer_link__txt {
    transition: opacity 0.4s cubic-bezier(0.23, 0.93, 0.5, 1);
  }
  .l-footer_link__txt:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 900px) {
  .l-footer_link__txt {
    padding-right: 18px;
    font-size: 12px;
  }
}
.l-footer_link__txt::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 15px;
  height: 18px;
  background: url(../img/common/icon/icon_link.svg) center center no-repeat;
  background-size: contain;
  transform: translateY(-50%);
}
@media screen and (max-width: 900px) {
  .l-footer_link__txt::after {
    width: 14px;
    height: 16px;
  }
}

.l-footer_banner__list {
  display: flex;
  flex-wrap: wrap;
}
@media not all and (max-width: 900px) {
  @media screen and (max-width: 1081px) {
    .l-footer_banner__list {
      justify-content: center;
    }
  }
}
@media screen and (max-width: 900px) {
  .l-footer_banner__list {
    justify-content: center;
  }
}
.l-footer_banner__list-item {
  position: relative;
  max-width: 270px;
  border-radius: 10px;
  overflow: hidden;
  z-index: 1;
  width: 48%;
}
@media screen and (max-width: 900px) {
  .l-footer_banner__list-item {
    border-radius: 5px;
  }
}
.l-footer_banner__list-item + .l-footer_banner__list-item {
  margin-left: 4%;
}

[data-page=top] .l-main {
  overflow: hidden;
}

.l-section__ttl {
  font-family: YakuHanRP, "Fredoka", "M PLUS Rounded 1c", "Noto Sans SC", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 600;
}
[data-lang=ja] .l-section__ttl {
  font-family: YakuHanRP, "Fredoka", "M PLUS Rounded 1c", "Noto Sans SC", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 600;
}
[data-lang=en] .l-section__ttl {
  font-family: "Fredoka", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 600;
}
[data-lang=ch] .l-section__ttl {
  font-family: "Fredoka", "Noto Sans SC", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 600;
}

.l-in {
  position: relative;
  background: #eB002d;
}
.l-in__deco {
  position: absolute;
  top: -160px;
  left: -2.8%;
  width: 46%;
  max-width: 644px;
  transform: translate(-50%, 0%) rotate(-90deg);
  transition: transform 1s cubic-bezier(0.23, 0.93, 0.5, 1);
}
.is-load .l-in__deco {
  transform: translate(0px, 0px) rotate(0deg);
}
@media screen and (max-width: 900px) {
  [data-page=product_detail] .l-in__deco {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .l-in__deco {
    top: -14px;
    left: -5%;
    width: 87%;
    max-width: 500px;
  }
}
.l-in__container {
  position: relative;
  overflow: hidden;
}
[data-page=product_detail] .l-in__container {
  overflow: visible;
}
.l-in__header {
  padding-top: 2.3%;
  padding-bottom: 6.7%;
}
@media screen and (max-width: 900px) {
  .l-in__header {
    padding-top: 8.1%;
    padding-bottom: 16.7%;
    padding-bottom: min(16.7%, 100px);
  }
}
@media screen and (max-width: 900px) {
  [data-page=product_detail] .l-in__header {
    height: 0;
    padding: 0;
  }
}
.l-in__ttl {
  color: #ffffff;
  text-align: center;
  font-family: YakuHanRP, "Fredoka", "M PLUS Rounded 1c", "Noto Sans SC", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 600;
  font-size: 72px;
  letter-spacing: 0.02rem;
  line-height: 1;
  overflow: hidden;
}
[data-lang=ja] .l-in__ttl {
  font-family: YakuHanRP, "Fredoka", "M PLUS Rounded 1c", "Noto Sans SC", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 600;
}
[data-lang=en] .l-in__ttl {
  font-family: "Fredoka", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 600;
}
[data-lang=ch] .l-in__ttl {
  font-family: "Fredoka", "Noto Sans SC", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 600;
}
@media screen and (max-width: 900px) {
  .l-in__ttl {
    font-size: 42px;
  }
}
.l-in__ttl span {
  display: inline-block;
  transform: rotate(30deg) translateY(30px);
  opacity: 0;
  transition: transform 0.6s cubic-bezier(0.23, 0.93, 0.5, 1), opacity 0.4s cubic-bezier(0.23, 0.93, 0.5, 1);
}
.l-in__ttl span:nth-child(1) {
  transition-delay: 0s;
}
.l-in__ttl span:nth-child(2) {
  transition-delay: 0.06s;
}
.l-in__ttl span:nth-child(3) {
  transition-delay: 0.12s;
}
.l-in__ttl span:nth-child(4) {
  transition-delay: 0.18s;
}
.l-in__ttl span:nth-child(5) {
  transition-delay: 0.24s;
}
.l-in__ttl span:nth-child(6) {
  transition-delay: 0.3s;
}
.l-in__ttl span:nth-child(7) {
  transition-delay: 0.36s;
}
.l-in__ttl span:nth-child(8) {
  transition-delay: 0.42s;
}
.l-in__ttl span:nth-child(9) {
  transition-delay: 0.48s;
}
.l-in__ttl span:nth-child(10) {
  transition-delay: 0.54s;
}
.l-in__ttl span:nth-child(11) {
  transition-delay: 0.6s;
}
.l-in__ttl span:nth-child(12) {
  transition-delay: 0.66s;
}
.l-in__ttl span:nth-child(13) {
  transition-delay: 0.72s;
}
.l-in__ttl span:nth-child(14) {
  transition-delay: 0.78s;
}
.l-in__ttl span:nth-child(15) {
  transition-delay: 0.84s;
}
.l-in__ttl span:nth-child(16) {
  transition-delay: 0.9s;
}
.l-in__ttl span:nth-child(17) {
  transition-delay: 0.96s;
}
.l-in__ttl span:nth-child(18) {
  transition-delay: 1.02s;
}
.l-in__ttl span:nth-child(19) {
  transition-delay: 1.08s;
}
.l-in__ttl span:nth-child(20) {
  transition-delay: 1.14s;
}
.l-in__ttl span:nth-child(21) {
  transition-delay: 1.2s;
}
.l-in__ttl span:nth-child(22) {
  transition-delay: 1.26s;
}
.l-in__ttl span:nth-child(23) {
  transition-delay: 1.32s;
}
.l-in__ttl span:nth-child(24) {
  transition-delay: 1.38s;
}
.l-in__ttl span:nth-child(25) {
  transition-delay: 1.44s;
}
.is-load .l-in__ttl span {
  transform: rotate(0) translateY(0);
  opacity: 1;
}
.l-in__inner {
  position: relative;
  min-height: 70vh;
  padding-top: 8.6%;
  padding-bottom: 10.5%;
  transform: translateY(100px);
  transition: transform 1s cubic-bezier(0.23, 0.93, 0.5, 1);
}
@media screen and (max-width: 900px) {
  .l-in__inner {
    padding-top: 17.2%;
    padding-bottom: 137px;
  }
}
[data-page=product_detail] .l-in__inner {
  padding-top: 4.3%;
  padding-bottom: 8.6%;
}
@media screen and (max-width: 900px) {
  [data-page=product_detail] .l-in__inner {
    padding-top: 0;
    padding-bottom: 100px;
    transform: translateY(0);
  }
  [data-page=product_detail] .l-in__inner::before {
    border-radius: 0;
  }
}
.is-load .l-in__inner {
  transform: translateY(0);
}
.l-in__inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 1px);
  background: #ffffff;
  border-radius: 120px 120px 0 0;
}
@media screen and (max-width: 900px) {
  .l-in__inner::before {
    border-radius: 60px 60px 0 0;
  }
}
.l-in__footer {
  position: relative;
  background: #ffffff;
}
.l-in__footer-container {
  padding-top: 8.2%;
  padding-bottom: 11.8%;
  transform: translateY(50px);
  opacity: 0;
  transition: transform 0.6s cubic-bezier(0.23, 0.93, 0.5, 1), opacity 0.4s cubic-bezier(0.23, 0.93, 0.5, 1);
}
@media screen and (max-width: 900px) {
  .l-in__footer-container {
    padding-top: 15.4%;
    padding-bottom: 22.3%;
  }
}
@media screen and (max-width: 900px) {
  [data-page=product_detail] .l-in__footer-container {
    margin-top: -40px;
  }
}
.is-active .l-in__footer-container {
  transform: translateY(0);
  opacity: 1;
}
.l-in__footer-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 1px);
  background: #f2efed;
  border-radius: 120px 120px 0 0;
}
@media screen and (max-width: 900px) {
  .l-in__footer-container::before {
    border-radius: 60px 60px 0 0;
  }
}
.l-in__footer-container::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 120px;
  transform: translateY(100%);
  background: #f2efed;
}

body.is-menu-open, body.is-promodal-show {
  overflow: hidden;
}
body .lang-en {
  display: none;
}
body .lang-ch {
  display: none;
}
body[data-lang=ja] .lang-ja {
  display: block;
}
body[data-lang=ja] .lang-en {
  display: none;
}
body[data-lang=ja] .lang-ch {
  display: none;
}
body[data-lang=en] .lang-ja {
  display: none;
}
body[data-lang=en] .lang-en {
  display: block;
}
body[data-lang=en] .lang-ch {
  display: none;
}
body[data-lang=ch] .lang-ja {
  display: none;
}
body[data-lang=ch] .lang-en {
  display: none;
}
body[data-lang=ch] .lang-ch {
  display: block;
}

.c-btn {
  position: relative;
  display: block;
  padding: 18px 0;
  color: #ffffff;
  text-align: center;
  border-radius: 9999px;
  background: #eB002d;
  border: 2px solid #eB002d;
  overflow: hidden;
  transition: border-color 0.8s cubic-bezier(0.23, 0.93, 0.5, 1), color 0.6s cubic-bezier(0.23, 0.93, 0.5, 1);
  font-family: YakuHanRP, "Fredoka", "M PLUS Rounded 1c", "Noto Sans SC", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 900px) {
  .c-btn {
    padding: 12px 0;
  }
}
[data-lang=ja] .c-btn {
  font-family: YakuHanRP, "Fredoka", "M PLUS Rounded 1c", "Noto Sans SC", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
}
[data-lang=en] .c-btn {
  font-family: "Fredoka", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
}
[data-lang=ch] .c-btn {
  font-family: "Fredoka", "Noto Sans SC", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
}
.c-btn span {
  position: relative;
  z-index: 1;
  display: block;
  transform: rotate(0.03deg);
}
.c-btn span svg {
  display: block;
  width: 100%;
  fill: #ffffff;
  transition: fill 0.6s cubic-bezier(0.23, 0.93, 0.5, 1) 0s;
}
@media not all and (max-width: 900px) {
  .c-btn::after {
    content: "";
    position: absolute;
    top: 50%;
    left: -5px;
    right: 5px;
    z-index: 0;
    width: calc(100% + 10px);
    height: 0;
    margin: auto;
    padding-top: 100%;
    background: #ffffff;
    border-radius: 50%;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-50%) scale(0.1);
    transition: opacity 0.4s cubic-bezier(0.23, 0.93, 0.5, 1), transform 0.3s cubic-bezier(0.23, 0.93, 0.5, 1);
    transition-delay: 0s, 0.4s;
  }
  .c-btn:hover {
    border-color: #f2efed;
    color: #eB002d;
    transition: border-color 0.3s cubic-bezier(0.23, 0.93, 0.5, 1);
  }
  .c-btn:hover span svg {
    fill: #eB002d;
  }
  .c-btn:hover::after {
    opacity: 1;
    transform: translateY(-50%) scale(1);
    transition: opacity 0.3s cubic-bezier(0.5, 1, 0.89, 1), transform 0.4s cubic-bezier(0.5, 1, 0.89, 1);
    transition-delay: 0s;
  }
}
.c-btn.--cart {
  position: relative;
}
.c-btn.--cart::before {
  content: "";
  position: absolute;
  top: 50%;
  right: auto;
  left: 20px;
  z-index: 1;
  width: 20px;
  height: 20px;
  -webkit-mask: url(../img/common/icon/icon_cart.svg) center center no-repeat;
  mask: url(../img/common/icon/icon_cart.svg) center center no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  transform: translateY(-50%);
  background: currentColor;
}
.c-btn.--cart span {
  padding-left: 22px;
}
.c-btn.--third {
  background: #ffffff;
  color: #eB002d;
  border: 2px solid #ffffff;
}
.c-btn.--third::after {
  background: #eB002d;
}
.c-btn.--third:hover {
  border-color: #ffffff;
  color: #ffffff;
}
.c-btn.--palverse span {
  width: 52%;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .c-btn.--palverse span {
    width: 50%;
  }
}
.c-btn.--palverse-white {
  border: 2px solid #f2efed;
}
.c-btn.--palverse-white::after {
  background: #eB002d;
}
@media not all and (max-width: 900px) {
  .c-btn.--palverse-white:hover {
    border-color: #eB002d;
  }
  .c-btn.--palverse-white:hover svg {
    fill: #ffffff;
  }
}
.c-btn.--palverse-white span {
  width: 52%;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .c-btn.--palverse-white span {
    width: 62%;
  }
}
.c-btn.--palverse-white span svg {
  fill: #eB002d;
}
.c-btn.--pale {
  background: #01b3d6;
  border-color: #01b3d6;
}
@media not all and (max-width: 900px) {
  .c-btn.--pale:hover {
    border-color: #f2efed;
  }
  .c-btn.--pale:hover svg {
    fill: #01b3d6;
  }
}
.c-btn.--pale span {
  width: 40%;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .c-btn.--pale span {
    width: 39%;
  }
}
.c-btn.--pale-white {
  border: 2px solid #f2efed;
}
.c-btn.--pale-white::after {
  background: #01b3d6;
}
@media not all and (max-width: 900px) {
  .c-btn.--pale-white:hover {
    border-color: #01b3d6;
  }
  .c-btn.--pale-white:hover svg {
    fill: #ffffff;
  }
}
.c-btn.--pale-white span {
  width: 40%;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .c-btn.--pale-white span {
    width: 39%;
  }
}
.c-btn.--pale-white span svg {
  fill: #01b3d6;
}
.c-btn.--line {
  border: 3px solid #eB002d;
  background: #ffffff;
  color: #eB002d;
}
@media screen and (max-width: 900px) {
  .c-btn.--line {
    border-width: 2px;
  }
}
.c-btn.--line::after {
  background: #eB002d;
}
.c-btn.--plus {
  background: linear-gradient(to right, rgb(169, 141, 231) 0%, rgb(109, 164, 223) 33%, rgb(80, 211, 209) 66%, rgb(110, 238, 191) 100%);
  border-color: #ffffff;
}
@media not all and (max-width: 900px) {
  .c-btn.--plus:hover {
    border-color: #f2efed;
  }
  .c-btn.--plus:hover svg {
    fill: #ffffff;
  }
  .c-btn.--plus:hover span::after {
    opacity: 1;
  }
}
.c-btn.--plus span {
  position: relative;
  width: 58%;
  margin: 0 auto;
  padding: 2px 0;
}
@media screen and (max-width: 900px) {
  .c-btn.--plus span {
    width: 57%;
  }
}
.c-btn.--plus span::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/common/logo_plus_color.svg) center center no-repeat;
  background-size: contain;
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.23, 0.93, 0.5, 1);
}
.c-btn.--plus-white {
  border: 2px solid #f2efed;
}
.c-btn.--plus-white::after {
  background: linear-gradient(to right, rgb(169, 141, 231) 0%, rgb(109, 164, 223) 33%, rgb(80, 211, 209) 66%, rgb(110, 238, 191) 100%);
}
@media not all and (max-width: 900px) {
  .c-btn.--plus-white:hover {
    border-color: #ffffff;
  }
  .c-btn.--plus-white:hover svg {
    fill: #ffffff;
  }
  .c-btn.--plus-white:hover span::after {
    opacity: 0;
  }
}
.c-btn.--plus-white span {
  position: relative;
  width: 58%;
  margin: 0 auto;
  padding: 2px 0;
}
@media screen and (max-width: 900px) {
  .c-btn.--plus-white span {
    width: 57%;
  }
}
.c-btn.--plus-white span::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/common/logo_plus_color.svg) center center no-repeat;
  background-size: contain;
  opacity: 1;
  transition: opacity 0.3s cubic-bezier(0.23, 0.93, 0.5, 1);
}

.c-linebtn {
  position: relative;
  display: block;
  color: #eB002d;
  font-family: YakuHanRP, "Fredoka", "M PLUS Rounded 1c", "Noto Sans SC", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
}
[data-lang=ja] .c-linebtn {
  font-family: YakuHanRP, "Fredoka", "M PLUS Rounded 1c", "Noto Sans SC", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
}
[data-lang=en] .c-linebtn {
  font-family: "Fredoka", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
}
[data-lang=ch] .c-linebtn {
  font-family: "Fredoka", "Noto Sans SC", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
}
@media not all and (max-width: 900px) {
  .c-linebtn:hover::before, .c-linebtn:hover::after {
    transform: scaleX(0);
    transition: transform 0.1s linear;
  }
  .c-linebtn:hover::after {
    transition: transform 0.1s linear 0.2s;
  }
}
.c-linebtn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 26%;
  width: 60%;
  height: 2px;
  background: #eB002d;
  transform-origin: right;
}
.c-linebtn::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 14%;
  width: 72%;
  height: 2px;
  background: #eB002d;
  transform-origin: left;
}
.c-linebtn.--big::before, .c-linebtn.--big::after {
  height: 3px;
}
.c-linebtn.--big::before {
  left: 11%;
  width: 83%;
}
@media not all and (max-width: 900px) {
  @media screen and (max-width: 1200px) {
    .c-linebtn.--big::before {
      width: 82%;
    }
  }
  @media screen and (max-width: 1000px) {
    .c-linebtn.--big::before {
      width: 81%;
    }
  }
}
@media screen and (max-width: 900px) {
  .c-linebtn.--big::before {
    left: 14%;
    width: 78%;
  }
}
@media screen and (max-width: 900px) and (min-width: 430px) {
  .c-linebtn.--big::before {
    width: 80%;
  }
}
@media screen and (max-width: 900px) and (min-width: 560px) {
  .c-linebtn.--big::before {
    width: 81%;
  }
}
@media screen and (max-width: 900px) and (min-width: 670px) {
  .c-linebtn.--big::before {
    width: 82%;
  }
}
.c-linebtn.--big::after {
  left: 6%;
  width: 88%;
}
@media not all and (max-width: 900px) {
  @media screen and (max-width: 1200px) {
    .c-linebtn.--big::after {
      left: 7%;
      width: 86%;
    }
  }
  @media screen and (max-width: 1000px) {
    .c-linebtn.--big::after {
      left: 8%;
      width: 84%;
    }
  }
}
@media screen and (max-width: 900px) {
  .c-linebtn.--big::after {
    bottom: 0;
    left: 8%;
    width: 84%;
  }
}
@media screen and (max-width: 900px) and (min-width: 430px) {
  .c-linebtn.--big::after {
    width: 88%;
    left: 6%;
  }
}
@media screen and (max-width: 900px) and (min-width: 560px) {
  .c-linebtn.--big::after {
    width: 90%;
    left: 5%;
  }
}
@media screen and (max-width: 900px) and (min-width: 670px) {
  .c-linebtn.--big::after {
    width: 92%;
    left: 4%;
  }
}
.c-linebtn-txt {
  position: relative;
  display: block;
  padding: 11px 0;
  font-weight: 800;
  font-size: 17px;
  text-align: center;
  transform: rotate(0.03deg);
  border-radius: 9999px;
  overflow: hidden;
}
@media not all and (max-width: 900px) {
  .c-linebtn-txt {
    z-index: 1;
    transition: color 0.4s cubic-bezier(0.23, 0.93, 0.5, 1) 0s;
  }
  .c-linebtn-txt::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: #eB002d;
    border-radius: 9999px;
    transform: translateX(-100%);
    transition: transform 0.6s cubic-bezier(0.23, 0.93, 0.5, 1) 0s;
  }
  .c-linebtn:hover .c-linebtn-txt {
    color: #ffffff;
    transition: color 0.4s cubic-bezier(0.23, 0.93, 0.5, 1) 0.4s;
  }
  .c-linebtn:hover .c-linebtn-txt::before {
    transform: translateX(0);
    transition: transform 0.5s cubic-bezier(0.23, 0.93, 0.5, 1) 0.4s;
  }
}
@media screen and (max-width: 900px) {
  .c-linebtn-txt {
    padding: 9px 0;
    font-size: 14px;
  }
}
.--big .c-linebtn-txt {
  padding: 23px 0;
  font-size: 18px;
}
@media screen and (max-width: 900px) {
  .--big .c-linebtn-txt {
    padding: 20px 0;
    font-size: 15px;
  }
}
.c-linebtn-circle {
  position: absolute;
  top: 0;
  height: 100%;
  aspect-ratio: 1/2;
  overflow: hidden;
}
.c-linebtn-circle img {
  width: auto;
  height: 100%;
}
.c-linebtn-circle.--left {
  left: 0;
}
.c-linebtn:hover .c-linebtn-circle.--left::after {
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 0, 0 0);
  clip-path: polygon(0 0, 100% 0%, 100% 0, 0 0);
  transition: -webkit-clip-path 0.1s linear 0.3s;
  transition: clip-path 0.1s linear 0.3s;
  transition: clip-path 0.1s linear 0.3s, -webkit-clip-path 0.1s linear 0.3s;
}
.c-linebtn-circle.--right {
  right: 0;
}
.c-linebtn-circle.--right::after {
  left: auto;
  right: 0;
}
.c-linebtn:hover .c-linebtn-circle.--right::after {
  -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
  clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
  transition: -webkit-clip-path 0.1s linear 0.1s;
  transition: clip-path 0.1s linear 0.1s;
  transition: clip-path 0.1s linear 0.1s, -webkit-clip-path 0.1s linear 0.1s;
}
.c-linebtn-circle::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(200% - 4px);
  height: calc(100% - 4px);
  border: 2px solid #eB002d;
  border-radius: 50%;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
}
.--big .c-linebtn-circle::after {
  width: calc(200% - 6px);
  height: calc(100% - 6px);
  border-width: 3px;
}

@media not all and (max-width: 900px) {
  .c-news {
    display: flex;
    flex-wrap: wrap;
  }
}
.c-news__thumb {
  width: 100%;
  margin-bottom: 18px;
  border-radius: 20px;
  overflow: hidden;
  z-index: 1;
}
.c-news__thumb img {
  transition: transform 0.5s cubic-bezier(0.23, 0.93, 0.5, 1);
}
@media not all and (max-width: 900px) {
  .c-news:hover .c-news__thumb img {
    transform: scale(1.1);
  }
}
@media screen and (max-width: 900px) {
  .c-news__thumb {
    margin-bottom: 15px;
    border-radius: 10px;
  }
}
.c-news__category {
  display: inline-block;
  margin-right: 11px;
  color: #eB002d;
  font-family: YakuHanRP, "Fredoka", "M PLUS Rounded 1c", "Noto Sans SC", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 13px;
}
@media screen and (max-width: 900px) {
  .c-news__category {
    margin-right: 8px;
    font-size: 12px;
  }
}
.c-news__date {
  display: inline-block;
  color: #aba5a2;
  font-family: YakuHanRP, "Fredoka", "M PLUS Rounded 1c", "Noto Sans SC", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 13px;
}
@media screen and (max-width: 900px) {
  .c-news__date {
    font-size: 12px;
  }
}
.c-news__ttl {
  width: 100%;
  margin-top: 8px;
  line-height: 1.6;
  font-size: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  transform: rotate(0.03deg);
  transition: color cubic-bezier(0.23, 0.93, 0.5, 1) 0.4s;
}
@media not all and (max-width: 900px) {
  .c-news:hover .c-news__ttl {
    color: #eB002d;
  }
}
@media screen and (max-width: 900px) {
  .c-news__ttl {
    margin-top: 6px;
    font-size: 13px;
    -webkit-line-clamp: 3;
  }
}

.c-pagination {
  position: relative;
  width: 34%;
  margin: 0 auto;
}
@media not all and (max-width: 900px) {
  .c-pagination {
    min-width: 500px;
  }
}
@media screen and (max-width: 900px) {
  .c-pagination {
    width: 80%;
  }
}
.c-pagination__list {
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-pagination__list-item {
  position: relative;
  width: 42px;
  height: 42px;
  font-family: YakuHanRP, "Fredoka", "M PLUS Rounded 1c", "Noto Sans SC", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 800;
}
@media screen and (max-width: 900px) {
  .c-pagination__list-item {
    width: 32px;
    height: 32px;
    font-size: 12px;
  }
}
.c-pagination__list-item + .c-pagination__list-item {
  margin-left: 10px;
}
@media screen and (max-width: 900px) {
  .c-pagination__list-item + .c-pagination__list-item {
    margin-left: 6px;
  }
}
.c-pagination__list-item span {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-pagination__list-item span.is-current {
  position: relative;
  z-index: 0;
  color: #ffffff;
}
.c-pagination__list-item span.is-current::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #eB002d;
  border-radius: 50%;
}
.c-pagination__list-item a {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: color 0.3s cubic-bezier(0.23, 0.93, 0.5, 1);
}
.c-pagination__list-item a:hover {
  color: #eB002d;
}

.c-breadcrumbs {
  position: absolute;
  bottom: 30px;
}
@media screen and (max-width: 900px) {
  .c-breadcrumbs {
    bottom: 15px;
  }
}
.c-breadcrumbs__list {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
.c-breadcrumbs__list-item {
  position: relative;
  font-size: 11px;
}
.c-breadcrumbs__list-item a {
  transition: color 0.3s cubic-bezier(0.23, 0.93, 0.5, 1);
  white-space: nowrap;
}
@media not all and (max-width: 900px) {
  .c-breadcrumbs__list-item a:hover {
    color: #eB002d;
  }
}
@media screen and (max-width: 900px) {
  .c-breadcrumbs__list-item {
    font-size: 10px;
  }
}
.c-breadcrumbs__list-item + .c-breadcrumbs__list-item {
  padding-left: 20px;
}
@media screen and (max-width: 900px) {
  .c-breadcrumbs__list-item + .c-breadcrumbs__list-item {
    padding-left: 13px;
  }
}
.c-breadcrumbs__list-item:not(:first-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 8px;
  width: 4px;
  height: 4px;
  background: #eB002d;
  border-radius: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 900px) {
  .c-breadcrumbs__list-item:not(:first-child)::after {
    left: 5px;
    width: 3px;
    height: 3px;
  }
}

.u-font-fredoka {
  vertical-align: baseline;
  font-family: YakuHanRP, "Fredoka", "M PLUS Rounded 1c", "Noto Sans SC", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
[data-lang=ja] .u-font-fredoka {
  font-family: YakuHanRP, "Fredoka", "M PLUS Rounded 1c", "Noto Sans SC", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
[data-lang=en] .u-font-fredoka {
  font-family: "Fredoka", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
[data-lang=ch] .u-font-fredoka {
  font-family: "Fredoka", "Noto Sans SC", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

.u-fw-200 {
  font-weight: 200;
}

.u-fw-300 {
  font-weight: 300;
}

.u-fw-400 {
  font-weight: 400;
}

.u-fw-500 {
  font-weight: 500;
}

.u-fw-600 {
  font-weight: 600;
}

.u-fw-700 {
  font-weight: 700;
}

.u-fw-800 {
  font-weight: 800;
}

.u-fw-900 {
  font-weight: 900;
}

.u-line-2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.u-line-3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

@keyframes line_scale {
  0% {
    transform: scaleX(1);
    transform-origin: right;
  }
  50% {
    transform: scaleX(0);
    transform-origin: right;
  }
  50.1% {
    transform-origin: left;
  }
  100% {
    transform: scaleX(1);
    transform-origin: left;
  }
}