@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Anton&family=Noto+Sans+JP:wght@100..900&display=swap");
/*------------------------------------------
  Base Layout
------------------------------------------*/
.lp-main {
  position: relative;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 4.2666666667vw;
  font-weight: 700;
  color: #003E8D;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  background: #D1EAF8;
}
.lp-main__contents {
  position: relative;
  overflow: hidden;
}
.lp-main section {
  position: relative;
}
.lp-main img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.lp-main a {
  color: #003E8D;
}

@media only screen and (min-width: 768px) {
  .lp-main {
    position: relative;
    font-size: 23.296px;
  }
  .lp-main__in {
    display: flex;
    flex-wrap: wrap;
  }
  .lp-main__contents {
    width: 546px;
    z-index: 10;
  }
  .lp-main .hover-opacity {
    transition: opacity 0.3s;
  }
  .lp-main .hover-opacity:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
.is--pc {
  display: none;
}

@media only screen and (min-width: 768px) {
  .is--sp {
    display: none;
  }
  .is--pc {
    display: block;
  }
}
body > .wrapper {
  overflow: visible;
}

/*------------------------------------------
  layout
------------------------------------------*/
.l-inner {
  padding: 0 1.25em;
  position: relative;
}

.l-pcLeft {
  display: none;
}

@media only screen and (min-width: 768px) {
  .l-pcLeft {
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 70px;
    position: sticky;
    top: 0;
    left: 0;
    height: 100vh;
    width: calc(50% - 273px);
    z-index: 1;
    border-right: 4px solid #fff;
    background: url(../images/pc-bg.png) no-repeat center;
    background-size: cover;
  }
  .l-pcLeft__inner {
    display: none;
    padding: 0 15px;
    width: 365px;
    max-width: 100%;
  }
  .l-pcLeft .pc-title {
    padding-right: 3px;
    margin-bottom: 40px;
  }
  .l-pcLeft .pc-all .c-button01 {
    height: clamp(44px, 6.6869300912vw, 88px);
    padding: 0 clamp(6px, 0.9118541033vw, 12px);
  }
  .l-pcLeft .pc-all .c-button01 a {
    height: clamp(33px, 5.0151975684vw, 66px);
  }
  .l-pcLeft .pc-all .c-button01 a:after {
    right: clamp(10px, 1.5197568389vw, 20px);
    border-top: clamp(2.5px, 0.3799392097vw, 5px) solid transparent;
    border-bottom: clamp(2.5px, 0.3799392097vw, 5px) solid transparent;
    border-left: clamp(3px, 0.4559270517vw, 6px) solid #fff;
    border-right: 0;
  }
  .l-pcLeft .pc-all .c-button01 .button-text--allitems {
    width: clamp(46px, 7.0668693009vw, 93px);
  }
}
@media only screen and (min-width: 1025px) {
  .l-pcLeft__inner {
    display: block;
  }
}
.l-pcRight {
  display: none;
}

@media only screen and (min-width: 768px) {
  .l-pcRight {
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 70px;
    position: sticky;
    top: 0;
    height: 100vh;
    width: calc(50% - 273px);
    border-left: 4px solid #fff;
    background: url(../images/pc-bg.png) no-repeat center;
    background-size: cover;
  }
  .l-pcRight__inner {
    display: none;
    width: 330px;
    max-width: 100%;
    padding: 0 15px;
    margin: auto;
  }
  .l-pcRight .pc-nav li {
    border-bottom: 1px solid #003E8D;
  }
  .l-pcRight .pc-nav a {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: clamp(35px, 5.3191489362vw, 70px);
  }
  .l-pcRight .pc-nav a:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-right: clamp(2.5px, 0.3799392097vw, 5px) solid transparent;
    border-left: clamp(2.5px, 0.3799392097vw, 5px) solid transparent;
    border-top: clamp(3px, 0.4559270517vw, 6px) solid #003E8D;
    border-bottom: 0;
  }
  .l-pcRight .pc-nav a img {
    width: auto;
    height: clamp(10px, 1.5197568389vw, 20px);
  }
}
@media only screen and (min-width: 1025px) {
  .l-pcRight__inner {
    display: block;
  }
}
/*------------------------------------------
  Component
------------------------------------------*/
.c-button01 {
  position: relative;
  background: url(../images/button01-bg.png) no-repeat center;
  background-size: cover;
  padding: 0 0.6875em;
  display: flex;
  align-items: center;
  height: 23.4666666667vw;
}
.c-button01 a {
  position: relative;
  overflow: hidden;
  background: #003E8D;
  color: #fff;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 17.6vw;
  width: 100%;
  z-index: 1;
}
.c-button01 a:before {
  background-color: #fff;
  content: "";
  display: block;
  position: absolute;
  top: -100px;
  left: 0;
  width: 30px;
  height: 100%;
  opacity: 0;
  transition: cubic-bezier(0.32, 0, 0.67, 0);
}
.c-button01 a:hover:before {
  animation: kiran 0.8s ease-in;
}
.c-button01 a:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 0.3125em solid transparent;
  border-left: 0.3125em solid transparent;
  border-top: 0.375em solid #fff;
  border-bottom: 0;
  position: absolute;
  right: 1.125em;
  top: 50%;
  transform: translateY(-50%);
}
.c-button01.--arrow-right a:after {
  border-top: 0.3125em solid transparent;
  border-bottom: 0.3125em solid transparent;
  border-left: 0.375em solid #fff;
  border-right: 0;
  right: 1.25em;
}
.c-button01 .button-text--allitems {
  width: 5.8125em;
}

@media only screen and (min-width: 768px) {
  .c-button01 {
    height: 128.128px;
  }
  .c-button01 a {
    height: 96.096px;
  }
}
.c-button02 {
  position: relative;
  overflow: hidden;
  background: #003E8D;
  color: #fff;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 17.6vw;
  width: 100%;
  z-index: 1;
}
.c-button02:before {
  background-color: #fff;
  content: "";
  display: block;
  position: absolute;
  top: -100px;
  left: 0;
  width: 30px;
  height: 100%;
  opacity: 0;
  transition: cubic-bezier(0.32, 0, 0.67, 0);
}
.c-button02:hover:before {
  animation: kiran 0.8s ease-in;
}
.c-button02:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 0.3125em solid transparent;
  border-bottom: 0.3125em solid transparent;
  border-left: 0.375em solid #fff;
  border-right: 0;
  position: absolute;
  right: 1.25em;
  top: 50%;
  transform: translateY(-50%);
}
.c-button02 .button-text--check {
  width: 4.6875em;
}
.c-button02 .button-text--comingsoon {
  width: 9.5625em;
}
.c-button02.--cs {
  pointer-events: none;
  background: #D1D1D1;
}
.c-button02.--cs:after {
  content: none;
}

@media only screen and (min-width: 768px) {
  .c-button02 {
    height: 96.096px;
  }
}
.c-button03 {
  position: relative;
  overflow: hidden;
  border-radius: 1.75em;
}
.c-button03:before {
  background-color: #fff;
  content: "";
  display: block;
  position: absolute;
  top: -100px;
  left: 0;
  width: 30px;
  height: 100%;
  opacity: 0;
  transition: cubic-bezier(0.32, 0, 0.67, 0);
}
.c-button03:hover:before {
  animation: kiran 0.8s ease-in;
}

.c-lead {
  text-align: center;
  margin-bottom: 1.5em;
}

.c-list__item {
  position: relative;
  display: block;
  overflow: hidden;
}
.c-list__item:last-child {
  margin-bottom: 0 !important;
}
.c-list__item:before {
  background-color: #fff;
  content: "";
  display: block;
  position: absolute;
  top: -100px;
  left: 0;
  width: 30px;
  height: 100%;
  opacity: 0;
  transition: cubic-bezier(0.32, 0, 0.67, 0);
}
.c-list__item:hover:before {
  animation: kiran 0.8s ease-in;
}

.c-slide {
  width: 17.1875em;
  margin: auto;
}
.c-slide .swiper {
  overflow: visible;
}

.c-slide-item {
  background: #fff;
  position: relative;
  border-top: 0.3125em solid #EAF7FF;
  border-bottom: 0.3125em solid #003E8D;
  border-right: 0.3125em solid #1957A7;
  border-left: 0.3125em solid #D1EAF8;
  padding: 1.5em;
  height: auto;
  line-height: 1.5;
}
.c-slide-item__badge {
  position: absolute;
  top: -1.25em;
  left: -0.625em;
  width: 6.1875em;
}
.c-slide-item__image {
  margin-bottom: 1em;
}
.c-slide-item__label {
  margin-bottom: 0.25em;
}
.c-slide-item__label p {
  font-family: "Jost", "Zen Kaku Gothic New", sans-serif;
  display: inline-block;
  font-size: 0.875em;
  padding: 0.3em 0.71em 0.2em;
  background: #D1EAF8;
  letter-spacing: 0;
}
.c-slide-item__lead {
  margin-bottom: 0.5em;
}
.c-slide-item__lead p {
  font-size: 0.875em;
  font-family: "Jost", "Zen Kaku Gothic New", sans-serif;
}
.c-slide-item__brand {
  margin-bottom: 0.5em;
}
.c-slide-item__brand p {
  font-weight: 500;
  font-size: 0.875em;
}
.c-slide-item__title {
  margin-bottom: 0.5em;
}
.c-slide-item__text {
  margin-bottom: 0.5em;
}
.c-slide-item__text p {
  font-size: 0.875em;
  line-height: 1.3;
  font-weight: 500;
}
.c-slide-item__price {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.625em;
  border-bottom: 4px solid #FFF251;
  line-height: 1.35;
}
.c-slide-item__price.--right {
  justify-content: flex-end;
}
.c-slide-item__price.--no-flex {
  display: inline-block;
}
.c-slide-item__price-text {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.3125em;
}
.c-slide-item__price .num {
  font-family: "Jost", sans-serif;
  font-size: 1.125em;
  display: flex;
  align-items: center;
  gap: 0.22em;
}
.c-slide-item__price .num span {
  padding-top: 0.3em;
}
.c-slide-item__price .num strong {
  font-size: 169%;
}
.c-slide-item__price .tax {
  font-size: 0.8125em;
  padding-top: 0.2em;
}
.c-slide-item__price + .c-slide-item__title {
  margin-top: 1em;
}
.c-slide-item__price-wrap.--right {
  text-align: right;
}
.c-slide-item__price-wrap + .c-slide-item__title {
  margin-top: 1em;
}
.c-slide-item__note {
  margin-top: 0.5em;
}
.c-slide-item__note p {
  font-size: 0.75em;
}
.c-slide-item.--cs:before {
  content: "";
  width: 5em;
  height: 5em;
  position: absolute;
  top: -1em;
  left: -0.375em;
  background: url(../images/badge-cs.png) no-repeat center;
  background-size: 100%;
}
.c-slide-item.--cs .c-slide-item__badge {
  display: none;
}
.c-slide-item__button {
  margin-top: 1em;
}
.c-slide-item__button a {
  height: 3.375em;
}

.c-slide-arrow {
  position: absolute;
  top: 50%;
  width: 2.5em;
  z-index: 100;
}
.c-slide-arrow.--prev {
  left: 0;
  transform: translate(-60%, -50%);
}
.c-slide-arrow.--next {
  right: 0;
  transform: translate(60%, -50%);
}

/*------------------------------------------
  Main Visual
------------------------------------------*/
.mv-image {
  position: relative;
}
.mv-illust {
  position: absolute;
  width: 2.8125em;
}
.mv-illust.is--active img {
  transform-style: preserve-3d;
  animation: spin3DY 1s linear forwards;
  backface-visibility: visible;
}
.mv-illust01 {
  top: 10.25em;
  right: 6.0625em;
}
.mv-illust02 {
  top: 10.25em;
  right: 1.8125em;
}
.mv-illust03 {
  top: 14.625em;
  left: 1.78125em;
}
.mv-illust04 {
  top: 14.625em;
  left: 6.03125em;
}
.mv-illust05 {
  top: 14.625em;
  left: 10.28125em;
}
.mv-illust06 {
  top: 14.625em;
  right: 6.125em;
}
.mv-illust07 {
  top: 14.625em;
  right: 1.78125em;
}
.mv-illust08 {
  top: 18.875em;
  left: 6em;
}
.mv-illust09 {
  top: 18.875em;
  left: 10.34375em;
}
.mv-illust10 {
  top: 18.875em;
  right: 6.03125em;
}
.mv-illust11 {
  top: 18.875em;
  right: 1.78125em;
}

/*------------------------------------------
  リード
------------------------------------------*/
.p-lead {
  position: relative;
  padding: 2.5em 0 4.375em;
  background-color: #E8F5FC;
  background-image: url(../images/lead-bg.png), url(../images/lead-bg.png);
  background-repeat: no-repeat, no-repeat;
  background-position: center top, center bottom;
  background-size: 100%;
}
.p-lead:before {
  content: "";
  width: 100%;
  height: calc(100% - 11.25em);
  position: absolute;
  left: 0;
  top: 5em;
  background: url(../images/lead-patt.png) repeat-y center top;
  background-size: 100%;
}
.p-lead__inner {
  position: relative;
}
.p-lead .lead-message {
  border-radius: 0.0625em;
  border: 0.25em solid #003E8D;
  background: #D1EAF8;
  padding: 0.625em;
  text-align: center;
  margin-bottom: 1.5em;
}
.p-lead .lead-message p {
  border-radius: 0.0625em;
  background: #fff;
  padding: 1.25em 0;
}
.p-lead .lead-message .marker {
  color: #1D96D4;
  background: linear-gradient(transparent 50%, #FFF251 50%);
}
.p-lead .lead-nav__item {
  margin-bottom: 0.625em;
}
.p-lead .lead-nav__item:last-child {
  margin-bottom: 0;
}
.p-lead .lead-nav__item img {
  width: auto;
  height: 12vw;
}

@media only screen and (min-width: 768px) {
  .p-lead .lead-nav__item img {
    height: 65.52px;
  }
}
/*------------------------------------------
  注目キャラクターとのコラボ
------------------------------------------*/
.p-collabo {
  position: relative;
  background: #FFFBC7;
  z-index: 1;
}
.p-collabo:before, .p-collabo:after {
  content: "";
  width: 100%;
  height: 3.515625em;
  position: absolute;
  left: 0;
  background-image: url(../images/collabo-bg.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100%;
}
.p-collabo:before {
  bottom: 100%;
  margin-bottom: -1.625em;
}
.p-collabo:after {
  top: 100%;
  margin-top: -1.625em;
  transform: rotate(180deg);
}
.p-collabo__inner {
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding: 1.375em 0 0;
}
.p-collabo .collabo-title {
  padding: 0 1.25em;
  margin-bottom: 1em;
}
.p-collabo .collabo-message {
  text-align: center;
  margin-bottom: 1.5em;
}
.p-collabo .collabo-message__title {
  margin-bottom: 1.625em;
}
.p-collabo .collabo-message__title img {
  width: 11em;
}
.p-collabo .collabo-message__text {
  height: 18em;
  background: url(../images/collabo-message-bg.png) no-repeat center;
  background-size: auto 100%;
}
.p-collabo .collabo-message__text p {
  color: #fff;
  padding: 3.75em 0 0;
}
.p-collabo .collabo-visual {
  padding: 0 1.25em;
  margin-bottom: 1.5em;
}
.p-collabo .collabo-about {
  width: 18.625em;
  margin: auto;
  position: relative;
}
.p-collabo .collabo-about a {
  position: relative;
  display: block;
}
.p-collabo .collabo-about .illust {
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.p-collabo .collabo-about .illust01 {
  left: -1.875em;
  bottom: 0;
  width: 2.6875em;
  height: 2.125em;
  transform: rotate(-18deg);
  background-image: url(../images/illust01.png);
}
.p-collabo .collabo-about .illust02 {
  left: 0.375em;
  bottom: -1.25em;
  width: 2.8125em;
  height: 2.4375em;
  background-image: url(../images/illust02.png);
}
.p-collabo .collabo-about .illust03 {
  right: -0.75em;
  bottom: -1em;
  width: 2.1875em;
  height: 3.0625em;
  transform: rotate(24deg);
  background-image: url(../images/illust03.png);
}
.p-collabo .collabo-loop {
  width: 100%;
  height: 8.125em;
  margin: 1.875em 0;
  overflow: hidden;
  background-repeat: repeat-x;
  background-size: auto 100%;
  animation: loopCollabo 20s linear infinite;
}
.p-collabo .collabo-loop01 {
  background-image: url(../images/collabo-loop01.png);
}
.p-collabo .collabo-loop02 {
  margin-bottom: 0;
  animation-direction: reverse;
  background-image: url(../images/collabo-loop02.png);
}
.p-collabo .collabo-banner {
  padding: 1.875em 1.25em 2.8125em;
  background: url(../images/patt01.png) repeat center top;
  background-size: 3.75em;
}
.p-collabo .collabo-banner__list {
  margin-bottom: 2.1875em;
}
.p-collabo .collabo-banner__list li {
  margin-bottom: 1.5em;
}
.p-collabo .collabo-banner__list li:last-child {
  margin-bottom: 0;
}
.p-collabo .collabo-banner__more {
  position: relative;
}
.p-collabo .collabo-banner__more a {
  display: block;
  position: relative;
}
.p-collabo .collabo-banner__more .illust {
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.p-collabo .collabo-banner__more .illust01 {
  left: 1.5em;
  bottom: -1em;
  width: 3.375em;
  height: 5.125em;
  background-image: url(../images/illust04.png);
}
.p-collabo .flower-wrapper {
  position: absolute;
  top: -3.125em;
  pointer-events: none;
}
.p-collabo .flower-img {
  width: 100%;
  height: auto;
  display: block;
  transform-origin: center;
}

/*------------------------------------------
  秋の新作コスメ発売情報
------------------------------------------*/
.p-new {
  padding: 3.125em 0 2.5em;
  background: linear-gradient(180deg, #b7e6ff 0%, #f0faff 100%);
}
.p-new .new-nav {
  border-bottom: 2px solid #003E8D;
  display: flex;
  justify-content: center;
  padding: 0 1.25em;
}
.p-new .new-nav li {
  cursor: pointer;
  width: 33.3333%;
  display: flex;
  height: 3.75em;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-top: 2px solid #003E8D;
  border-left: 2px solid #003E8D;
  font-family: "Jost", sans-serif;
}
.p-new .new-nav li:last-child {
  border-right: 2px solid #003E8D;
}
.p-new .new-nav li.is--current {
  background: #003E8D;
  color: #FFF251;
}
.p-new .new-items {
  padding: 2.8125em 0 2.5em;
  border-bottom: 2px solid #003E8D;
  background-image: url(../images/patt02.png);
  background-repeat: repeat;
  background-position: center top;
  background-size: 3.78125em;
  background-color: #fff;
}
.p-new .new-items__more {
  padding: 1.25em 1.25em 0;
}
.p-new .new-items__more-item {
  display: none;
}
.p-new .new-items__more-item.--cs {
  display: none !important;
}
.p-new .new-items__more-item.is--active {
  display: block;
}
.p-new .new-items .c-slide-item__brand p {
  font-size: 100%;
}
.p-new .new-items .c-slide-item__title {
  font-size: 0.875em;
}
.p-new .new-items .c-slide-item__price {
  gap: 0 0.25em;
}
.p-new .new-items .c-slide-item__price .tax {
  font-size: 0.8125em;
  padding-top: 0;
}
.p-new .new-items .c-slide-item__price .num {
  font-size: 100%;
}
.p-new .new-items .c-slide-item__price .num span {
  padding-top: 0.1em;
}
.p-new .new-items .c-slide-item__price .num strong {
  font-size: 112%;
}

/*------------------------------------------
  PLAZA オンラインストア限定
------------------------------------------*/
.p-store {
  padding: 0 0 2.5em;
  background: linear-gradient(180deg, #f0faff 0%, #ace1ff 100%);
}
.p-store .store-banner {
  padding: 0 1.25em;
  margin-bottom: 1.5em;
}
.p-store .store-items__more {
  padding: 1.5em 1.25em 0;
  margin-bottom: 2.5em;
}
.p-store .store-items__more:last-child {
  margin-bottom: 0;
}

/*------------------------------------------
  PLAZA オリジナル開発秘話
------------------------------------------*/
.p-column {
  padding: 0 0 2.5em;
  background: linear-gradient(180deg, #ace1ff 0%, #f0faff 100%);
}
.p-column .column-list__item {
  margin-bottom: 1.25em;
}

/*------------------------------------------
  おすすめ特集
------------------------------------------*/
.p-feature {
  padding: 0 0 2.5em;
  background: linear-gradient(180deg, #f0faff 0%, #b7e6ff 100%);
}
.p-feature .feature-list__item {
  margin-bottom: 1em;
}

/*------------------------------------------
  お得なキャンペーン開催
------------------------------------------*/
.p-campaign {
  background: #FFFCD9;
  overflow: hidden;
  padding: 0 0 2.5em;
}
.p-campaign:before, .p-campaign:after {
  content: "";
  position: absolute;
}
.p-campaign:before {
  width: 100%;
  height: 10em;
  top: 0;
  left: 0;
  background: #B7E6FF;
}
.p-campaign:after {
  width: 40.5em;
  height: 18.25em;
  background: #FFFCD9;
  top: 6.125em;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
}
.p-campaign__inner {
  position: relative;
  z-index: 1;
}
.p-campaign .campaign-banner {
  margin-bottom: 1.5em;
}
.p-campaign .campaign-banner__item {
  margin-bottom: 1em;
}
.p-campaign .campaign-banner__item:last-child {
  margin-bottom: 0;
}
.p-campaign .campaign-banner__more {
  cursor: pointer;
  text-align: center;
  margin-top: 1.5em;
  height: 2.5em;
  background-image: url(../images/campaign-more.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
}
.p-campaign .campaign-banner__more.is--active {
  background-image: url(../images/campaign-close.png);
}

/*------------------------------------------
  PLAZAのコスメをもっと見る
------------------------------------------*/
.p-more {
  padding: 0.625em 0 0;
  border-top: 2px solid #1D96D4;
  background-color: #fff;
  background-image: url(../images/patt02.png);
  background-repeat: repeat;
  background-position: center top;
  background-size: 3.78125em;
}
.p-more .more-title {
  margin-bottom: 1.5em;
}
.p-more .more-ranking-title {
  margin-bottom: 1.5em;
  text-align: center;
}
.p-more .more-ranking-title img {
  width: 18.125em;
}
.p-more .more-lead {
  margin-bottom: 2.625em;
}
.p-more .more-ranking {
  margin-bottom: 2.5em;
}
.p-more .more-ranking__button {
  position: relative;
  margin-bottom: 0.625em;
}
.p-more .more-ranking__button a {
  padding: 1em 0;
  display: block;
  position: relative;
  background: #fff;
  text-align: center;
  border-top: 0.3125em solid #EAF7FF;
  border-bottom: 0.3125em solid #003E8D;
  border-right: 0.3125em solid #1957A7;
  border-left: 0.3125em solid #D1EAF8;
}
.p-more .more-ranking__button a:hover {
  text-decoration: none;
}
.p-more .more-ranking__button a:hover .button-check:before {
  animation: kiran 0.8s ease-in;
}
.p-more .more-ranking__button .button-text {
  font-size: 1.375em;
  display: block;
  margin-bottom: 0.3125em;
}
.p-more .more-ranking__button .button-check {
  display: inline-block;
  width: 6.25em;
  height: 1.375em;
  background-color: #003E8D;
  background-image: url(../images/button-text-check.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 2.75em;
  border-radius: 1em;
  position: relative;
  overflow: hidden;
}
.p-more .more-ranking__button .button-check:before {
  background-color: #fff;
  content: "";
  display: block;
  position: absolute;
  top: -100px;
  left: 0;
  width: 30px;
  height: 100%;
  opacity: 0;
  transition: cubic-bezier(0.32, 0, 0.67, 0);
}
.p-more .more-ranking__button .button-check:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 0.1875em solid transparent;
  border-bottom: 0.1875em solid transparent;
  border-left: 0.25em solid #fff;
  border-right: 0;
  position: absolute;
  right: 0.75em;
  top: 50%;
  transform: translateY(-50%);
}
.p-more .more-ranking__button .illust {
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.p-more .more-ranking__button .illust01 {
  left: 0.75em;
  top: -1.625em;
  width: 5.125em;
  height: 4.3125em;
  background-image: url(../images/illust05.png);
}
.p-more .more-ranking__button .illust02 {
  right: 2.3375em;
  bottom: -0.5em;
  width: 2.125em;
  height: 3.625em;
  background-image: url(../images/illust06.png);
  transform: rotate(18deg);
}
.p-more .more-ranking__button .illust03 {
  left: 1.875em;
  bottom: 0.75em;
  width: 4.125em;
  height: 3.875em;
  background-image: url(../images/illust07.png);
}
.p-more .more-ranking__button .illust04 {
  right: 2.25em;
  top: 1em;
  width: 2.25em;
  height: 2.9378em;
  background-image: url(../images/illust08.png);
  transform: rotate(10deg);
}
.p-more .more-ranking__loop {
  width: 100%;
  height: 9.375em;
  overflow: hidden;
  background-repeat: repeat-x;
  background-size: auto 100%;
}
.p-more .more-ranking__loop.ranking-loop01 {
  animation: loopRanking01 15s linear infinite;
  animation-direction: reverse;
  background-image: url(../images/ranking-loop01.png);
}
.p-more .more-ranking__loop.ranking-loop02 {
  animation: loopRanking02 15s linear infinite;
  background-image: url(../images/ranking-loop02.png);
}
.p-more .more-ranking__loop.ranking-loop03 {
  animation: loopRanking03 15s linear infinite;
  animation-direction: reverse;
  background-image: url(../images/ranking-loop03.png);
}
.p-more .more-ranking__loop.ranking-loop04 {
  animation: loopRanking04 15s linear infinite;
  background-image: url(../images/ranking-loop04.png);
}
.p-more .more-brand {
  background: #D1EAF8;
  position: relative;
  border-top: 2px solid #003E8D;
  margin-top: 4.5em;
}
.p-more .more-brand__title {
  margin: -2em 1.25em 1.875em;
  border-top: 2px solid #003E8D;
  position: relative;
  letter-spacing: 0;
}
.p-more .more-brand__title:before {
  content: "";
  width: 100%;
  height: calc(2em - 2px);
  position: absolute;
  top: 0;
  left: 0;
  border-left: 2px solid #003E8D;
  border-right: 2px solid #003E8D;
  z-index: 1;
}
.p-more .more-brand__title a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
  font-size: 1.2em;
  background: #D1EAF8;
  text-align: center;
  position: relative;
  padding: 0.6em 0 0 0.5em;
}
.p-more .more-brand__title a img {
  width: 2em;
}
.p-more .more-brand__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5625em 2%;
}
.p-more .more-brand__list li {
  width: 32%;
  background: #fff;
}

/*------------------------------------------
  animation
------------------------------------------*/
@keyframes spin3DY {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}
@keyframes kiran {
  0% {
    transform: scale(2) rotate(45deg);
    opacity: 0;
  }
  20% {
    transform: scale(20) rotate(45deg);
    opacity: 0.6;
  }
  40% {
    transform: scale(30) rotate(45deg);
    opacity: 0.4;
  }
  80% {
    transform: scale(45) rotate(45deg);
    opacity: 0.2;
  }
  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
@keyframes fall {
  10% {
    top: -3.125em;
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    top: 105%;
    opacity: 0;
  }
}
@keyframes sway {
  0% {
    transform: translateX(-1em) rotate(0deg);
  }
  100% {
    transform: translateX(1em) rotate(45deg);
  }
}
@keyframes loopCollabo {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -47.5em 0;
  }
}
@keyframes loopRanking01 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -23.75em 0;
  }
}
@keyframes loopRanking02 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -29.625em 0;
  }
}
@keyframes loopRanking03 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -26.375em 0;
  }
}
@keyframes loopRanking04 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -26em 0;
  }
}
.fadeInUp {
  transform: translateY(1em);
  opacity: 0;
}
.fadeInUp.js-scr-active {
  transition: 1s;
  transform: translateY(0);
  opacity: 1;
}

/*------------------------------------------
  modal
------------------------------------------*/
.js-modal {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.6s ease, visibility 0s 0.6s;
  position: fixed;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background: rgba(209, 234, 248, 0.9);
  z-index: 1000;
}
.js-modal.is--active {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.6s ease;
}
.js-modalOuter {
  display: table;
  width: 100%;
  height: 100vh;
  height: 100dvh;
}
.js-modalInner {
  display: table-cell;
  vertical-align: middle;
  padding: 1.25em;
}
.js-modalContent {
  position: relative;
  margin: auto;
  box-sizing: border-box;
}
.js-modalOpen {
  cursor: pointer;
}
.js-modalClose {
  position: absolute;
  bottom: 100%;
  right: 0;
  cursor: pointer;
  margin-bottom: 0.625em;
  text-align: right;
  width: 3.125em;
}

@media only screen and (min-width: 768px) {
  .js-modalContent {
    width: 456px;
    margin: auto;
  }
}
/*------------------------------------------
  page top
------------------------------------------*/
footer .block-page-top {
  display: none !important;
}

.btn-pagetop {
  width: 3.75em;
  position: sticky;
  right: 0;
  bottom: 60px;
  margin-left: auto;
  z-index: 100;
  opacity: 0;
  transition: opacity 1s;
}
.btn-pagetop.is--show {
  opacity: 1;
}

@media only screen and (min-width: 768px) {
  .btn-pagetop {
    position: sticky;
    right: calc(50% - 274px);
    bottom: 30px;
    margin-left: auto;
  }
}