@charset "UTF-8";

/* ==========================================================================
    TOP style
============================================================================= */
:root {
  --font1: 'LINE Seed JP', sans-serif;
  --font2: "din-2014", sans-serif;
  --font3: "Luckiest Guy", cursive;
  --main-color: #eb4b55;
  --pale-color: #fff2e4;
  --text-color: #333;
}
.splide__track {
  -webkit-padding-before: 36px;
          padding-block-start: 36px;
}
.splide__slide {
  -webkit-margin-end: min(2.0833vw, 30px);
          margin-inline-end: min(2.0833vw, 30px);
  position: relative;
  /* -webkit-transition: margin 0.15s ease-in;
  transition: margin 0.15s ease-in; */
  -webkit-margin-before: min(4.8611vw, 70px);
  margin-block-start: min(4.8611vw, 70px);
}
.splide__slide a {
  display: block;
}
.splide__slide img {
  border-radius: 60px;
  object-fit: cover;
  width: 100%;
}
.splide__slide.is-active {
  -webkit-margin-before: 0;
          margin-block-start: 0;
}
.splide__slide.is-active img {
  -webkit-box-shadow: 0 0 40px rgba(222,0,15,0.2);
          box-shadow: 0 0 40px rgba(222,0,15,0.2);
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}
.splide__slide.is-active a::before {
  content: "";
}
.splide__slide:not(.is-active) a {
  position: relative;
  /* max-height: 700px;
  height: 100%; */
}
.splide__slide:not(.is-active) img {
  height: 100%;
}
.splide__slide:not(.is-active) a::before {
  background-color: rgba(0,0,0,0.3);
  border-radius: 60px;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -webkit-transition: background-color 0.1s ease-in;
  transition: background-color 0.1s ease-in;
}
.splide__arrow {
  position: absolute;
  top: 55%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 4.1666vw;
  height: 4.1666vw;
  z-index: 10;
}
.splide__arrow--prev {
  left: 8.333%;
  -webkit-transform: scale(-1, 1) translateY(-50%);
          transform: scale(-1, 1) translateY(-50%);
}
.splide__arrow--next {
  right: 8.333%;
}
.splide__arrow img {
  width: 100%;
}
.splide__pagination {
  gap: 20px;
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.splide__pagination__page {
  background: url("../images/common/ico_heart_white.svg") no-repeat center/contain;
  opacity: 0.3;
  height: 18px;
  width: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.splide__pagination__page.is-active,
.splide__pagination__page:hover {
  opacity: 1;
}
@media (min-width: 768px) {
  .splide__slide.is-active {
    padding-block-end: 60px;
  }
}
@media screen and (max-width: 767.98px) {
  .splide__slide img {
    border-radius: 20px;
  }
  .splide__slide:not(.is-active) {
    -webkit-margin-before: 20px;
            margin-block-start: 20px;
  }
  .splide__slide:not(.is-active)::before {
    border-radius: 20px;
  }
  .splide__arrow {
    display: none;
  }
  .splide__pagination {
    gap: 12px;
    bottom: -20px;
  }
  .splide__pagination__page {
    height: 12px;
    width: 12px;
  }
}
.l-main {
  overflow-x: hidden;
}
.p-mainvisual {
  background: -webkit-gradient(linear, left bottom, left top, from(#eb4b55), color-stop(48.9614%, #eb4b55), color-stop(48.9614%, rgba(255,255,255,0)), to(rgba(255,255,255,0)));
  background: -webkit-linear-gradient(bottom, #eb4b55 0%, #eb4b55 48.9614%, rgba(255,255,255,0) 48.9614%, rgba(255,255,255,0) 100%);
  background: linear-gradient(0deg, #eb4b55 0%, #eb4b55 48.9614%, rgba(255,255,255,0) 48.9614%, rgba(255,255,255,0) 100%);
  -webkit-padding-after: 34px;
          padding-block-end: 34px;
  position: relative;
}
.p-mainvisual::before {
  background: url("../images/top/bg_mv.svg") repeat-x left bottom/contain;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 48.9614%;
  height: 72px;
  width: 100%;
  z-index: -1;
}
@media screen and (max-width: 767.98px) {
  .p-mainvisual {
    background: -webkit-gradient(linear, left bottom, left top, from(#eb4b55), color-stop(50%, #eb4b55), color-stop(50%, rgba(255,255,255,0)), to(rgba(255,255,255,0)));
    background: -webkit-linear-gradient(bottom, #eb4b55 0%, #eb4b55 50%, rgba(255,255,255,0) 50%, rgba(255,255,255,0) 100%);
    background: linear-gradient(0deg, #eb4b55 0%, #eb4b55 50%, rgba(255,255,255,0) 50%, rgba(255,255,255,0) 100%);
    -webkit-padding-after: 50px;
            padding-block-end: 50px;
  }
  .p-mainvisual::before {
    height: 35px;
    bottom: clac(52%);
  }
}
.c-mainvisual__ill img {
  position: absolute;
}
.c-mainvisual__ill img.img01 {
  left: 62px;
  bottom: -68px;
  max-width: 226px;
  width: 15.6944vw;
}
.c-mainvisual__ill img.img02 {
  right: 40px;
  bottom: -71px;
  max-width: 277px;
  width: 19.2361vw;
}
/* .c-mainvisual__slide {
  padding-block-end: 60px;
} */
@media screen and (max-width: 767.98px) {
  .c-mainvisual__ill img.img01 {
    bottom: -32px;
    height: 110px;
    width: 115px;
    left: -16px;
  }
  .c-mainvisual__ill img.img02 {
    bottom: -32px;
    right: -42px;
    height: 116px;
    width: 130px;
  }
}
.p-news {
  padding-block: 150px;
}
@media screen and (max-width: 767.98px) {
  .p-news {
    padding-block: 77px 90px;
  }
}
.c-news__heading {
  max-width: 406px;
  width: 28.1944vw;
}
.c-news__heading img {
  width: 100%;
}
.c-news__inner {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-inline: auto;
}

@media screen and (min-width: 768px) {
  .c-news__cont {
    position: relative;
  }
  .c-news__heading {
    position: absolute;
    left: max(-50px, -3.4722vw);
    top: 25px;
  }
  .c-news__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 85px;
    max-width: 1248px;
  }
  .c-news__inner .c-button {
    -webkit-margin-after: 37px;
            margin-block-end: 37px;
  }
  .c-news__list {
    -ms-flex-preferred-size: 57.532%;
        flex-basis: 57.532%;
  }
}
@media screen and (min-width: 1200px) {
  .c-news__cont {
    max-width: 1200px;
    margin-inline: auto;
  }
}
@media screen and (max-width: 767.98px) {
  .c-news__heading {
    width: 57.179vw;
  }
  .c-news__cont {
    padding-inline: 30px;
  }
  .c-news__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-about {
  padding-block: 86px 194px;
  position: relative;
}
.p-about .l-container {
  position: relative;
  text-align: center;
  z-index: 10;
}
@media screen and (max-width: 767.98px) {
  .p-about {
    padding-block: 172px;
  }
}
.c-about__bg picture,
.c-about__bg div {
  position: absolute;
}
.c-about__bg picture img,
.c-about__bg div img {
  -o-object-fit: contain;
     object-fit: contain;
}
.c-about__bg .bg01 {
  top: 0;
  left: 0;
  max-width: 410px;
  width: 28.4722vw;
  z-index: -1;
}
.c-about__bg .bg02 {
  max-width: 424px;
  top: 0;
  text-align: right;
  right: 0;
  width: 29.4444vw;
  z-index: -1;
}
.c-about__bg .bg03 {
  bottom: 30px;
  left: 0;
  width: 80px;
}
.c-about__bg .bg04 {
  bottom: 15px;
  right: 0;
  width: 113px;
  z-index: 10;
}
.c-about__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-weight: bold;
  gap: 48px;
  letter-spacing: 0.1em;
  -webkit-margin-after: 60px;
          margin-block-end: 60px;
}
.c-about__heading .sub {
  font-size: clamp(1.4rem, 1.388vw, 2rem);
}
.c-about__heading .heading {
  font-size: clamp(3.2rem, 3.6111vw, 5.2rem);
  font-weight: 800;
}
.c-about__lead {
  font-weight: bold;
  letter-spacing: 0.1em;
}
.c-about__text .txt {
  line-height: 2.2;
}
.c-about__text .c-button {
  margin: 80px auto 0;
}
@media screen and (min-width: 768px) {
  .c-about__lead {
    background-color: var(--main-color);
    color: #fff;
    display: inline-block;
    font-size: 2.8rem;
    letter-spacing: 0.1em;
    line-height: 1;
    -webkit-margin-after: 60px;
            margin-block-end: 60px;
    padding: 10px 12px;
  }
}
@media screen and (max-width: 767.98px) {
  .c-about__heading {
    gap: 30px;
    -webkit-margin-after: 30px;
            margin-block-end: 30px;
  }
  .c-about__lead {
    -webkit-margin-after: 80px;
            margin-block-end: 80px;
  }
  .c-about__lead > span {
    background-color: var(--main-color);
    color: #fff;
    font-size: 1.4rem;
    line-height: 1.2;
    padding: 8px 10px;
    -webkit-margin-after: 5px;
            margin-block-end: 5px;
  }
  .c-about__lead > span:first-of-type {
    -webkit-padding-end: 0;
            padding-inline-end: 0;
  }
  .c-about__text .c-button {
    -webkit-margin-before: 60px;
            margin-block-start: 60px;
  }
}
.p-info {
  background-color: var(--pale-color);
  padding-block: 150px 200px;
  position: relative;
}
.p-info::before {
  background: url("../images/top/bg_beige_top.svg") no-repeat center bottom/100% auto;
  content: "";
  display: block;
  position: absolute;
  top: calc(-6.4583vw + 2px);
  height: 6.4583vw;
  width: 100%;
}
@media screen and (max-width: 767.98px) {
  .p-info {
    -webkit-padding-after: 137px;
            padding-block-end: 137px;
  }
}
.c-info__cont {
  position: relative;
}
.c-info__cont::before,
.c-info__cont::after {
  content: "";
  /* mix-blend-mode: multiply; */
  position: absolute;
}
.c-info__cont::before {
  background: url("../images/top/bg_info_01.svg") no-repeat center bottom/100% auto;
  height: 17.0138vw;
  max-height: 245px;
  max-width: 219px;
  width: 15.2083vw;
  left: min(17.0138vw, 245px);
  top: -308px;
}
.c-info__cont::after {
  background: url("../images/top/bg_info_02.svg") no-repeat center bottom/100% auto;
  height: 18.4027vw;
  max-height: 265px;
  max-width: 225px;
  width: 15.8333vw;
  right: min(15.4166vw, 222px);
  top: -314px;
}
.c-info__cont .txt {
  text-align: center;
}
.c-info__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  -webkit-margin-after: 60px;
          margin-block-end: 60px;
  text-align: center;
}
.c-info__heading .en {
  color: #ed5d16;
  font-family: var(--font3);
  font-size: clamp(4rem, 5.555vw, 8rem);
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.c-info__heading .heading {
  font-size: 2rem;
  font-weight: 800;
  letter-spacing: 0.1em;
}
.c-info__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: calc(50% - 2.4306vw) calc(50% - 2.4306vw);
  grid-template-columns: calc(50% - 2.4306vw) calc(50% - 2.4306vw);
  gap: min(4.8611vw, 70px);
  margin-inline: auto;
  -webkit-margin-before: 78px;
          margin-block-start: 78px;
  max-width: 995px;
}
.c-info__item {
  background-color: #fff;
  border-radius: 60px;
  -webkit-box-shadow: 0 0 30px 0 rgba(235,128,75,0.3);
          box-shadow: 0 0 30px 0 rgba(235,128,75,0.3);
  position: relative;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.c-info__item:hover {
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}
.c-info__item::before,
.c-info__item::after {
  content: "";
  position: absolute;
}
.c-info__item:nth-child(odd)::before {
  background: url("../images/top/bg_info_list01.svg") no-repeat center bottom/contain;
  right: max(-22px, -1.5277vw);
  top: -32px;
  -webkit-transform: rotate(-3.36deg);
          transform: rotate(-3.36deg);
  max-height: 89.73px;
  max-width: 163.65px;
  height: 6.23125vw;
  width: 11.3645vw;
}
.c-info__item:nth-child(odd)::after {
  background: url("../images/top/bg_info_list02.svg") no-repeat center bottom/100% auto;
  left: max(-30px, -2.0833vw);
  bottom: -30px;
  max-height: 163px;
  max-width: 170px;
  height: 11.319vw;
  width: 11.8055vw;
}
.c-info__item:nth-child(even)::before {
  background: url("../images/top/bg_info_list03.svg") no-repeat center bottom/contain;
  right: max(-50px, -3.4722vw);
  top: -53px;
  max-height: 176px;
  max-width: 150px;
  height: 12.222vw;
  width: 10.4167vw;
}
.c-info__item:nth-child(even)::after {
  background: url("../images/top/bg_info_list04.svg") no-repeat center bottom/100% auto;
  bottom: -33px;
  left: -20px;
  max-height: 206px;
  max-width: 120px;
  height: 14.305vw;
  width: 8.333vw;
}
.c-info__item .cont {
  display: -ms-grid;
  display: grid;
  height: 100%;
  place-content: center;
  text-align: center;
  width: 100%;
}
.c-info__item .cont .ttl {
  font-size: 3.2rem;
  font-weight: 800;
  letter-spacing: 0.1em;
}
.c-info__item .cont .en {
  color: #d04500;
  display: block;
  font-family: var(--font3);
  font-size: 2rem;
  letter-spacing: 0.1em;
  -webkit-margin-before: 40px;
          margin-block-start: 40px;
}
.c-info__liner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  overflow: hidden;
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 100%;
}
.c-info__liner .item {
  -webkit-animation: flowing 120s linear infinite;
          animation: flowing 120s linear infinite;
  background: url("../images/top/bg_info_liner.svg") repeat-x center bottom;
  height: 67px;
  width: 100%;
}
@media (prefers-reduced-motion: reduce) {
  .c-info__liner .item {
    -webkit-animation: none;
            animation: none;
  }
}
@media screen and (min-width: 768px) {
  .c-info__item .cont {
    min-height: 320px;
  }
}
@media screen and (max-width: 767.98px) {
  .c-info__cont {
    padding-inline: 30px;
  }
  .c-info__cont::before {
    height: 111px;
    top: -190px;
    left: 13.589vw;
    width: 100px;
  }
  .c-info__cont::after {
    height: 124px;
    top: -200px;
    right: min(13.8461vw, 54px);
    width: 106px;
  }
  .c-info__heading {
    gap: 20px;
    -webkit-margin-after: 30px;
            margin-block-end: 30px;
  }
  .c-info__heading .heading {
    font-size: 1.6rem;
  }
  .c-info__list {
    gap: 70px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -webkit-margin-before: 40px;
            margin-block-start: 40px;
  }
  .c-info__item {
    border-radius: 20px;
  }
  .c-info__item:nth-child(odd)::before {
    right: -26px;
    top: -26px;
    height: 58px;
    width: 105px;
  }
  .c-info__item:nth-child(odd)::after {
    bottom: -23px;
    left: -20px;
    height: 100px;
    width: 100px;
  }
  .c-info__item:nth-child(even)::before {
    top: -33px;
    right: -46px;
    height: 92px;
    width: 100px;
  }
  .c-info__item:nth-child(even)::after {
    bottom: -23px;
    left: -23px;
    height: 115px;
    width: 56px;
  }
  .c-info__item .cont {
    min-height: 203px;
  }
  .c-info__item .cont .ttl {
    font-size: 2.2rem;
  }
  .c-info__item .cont .en {
    font-size: 1.4rem;
    -webkit-margin-before: 30px;
            margin-block-start: 30px;
  }
  .c-info__liner {
    height: 63px;
  }
  .c-info__liner .item {
    background-position: left bottom -7px;
    background-size: auto 100%;
    height: 63px;
  }
}
.p-instagram {
  background-color: var(--pale-color);
  padding-block: 157px 0;
  position: relative;
}
.p-instagram::before,
.p-instagram::after {
  content: "";
  position: absolute;
}
.p-instagram::before {
  background: -webkit-gradient(linear, left bottom, left top, from(#fff2e4), to(#fff));
  background: -webkit-linear-gradient(bottom, #fff2e4 0%, #fff 100%);
  background: linear-gradient(0deg, #fff2e4 0%, #fff 100%);
  height: 36.1111vw;
  max-height: 520px;
  top: 0;
  width: 100%;
}
.p-instagram::after {
  background: url("../images/top/bg_instagram_bottom.svg") no-repeat center bottom/100% auto;
  height: 5.9722vw;
  width: 100%;
  bottom: calc(-5.9722vw + 2px);
}
.p-instagram .l-container {
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .p-instagram {
    -webkit-padding-before: 83px;
            padding-block-start: 83px;
  }
}
.c-instagram__head {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
  -webkit-margin-after: 80px;
          margin-block-end: 80px;
  position: relative;
}
.c-instagram__heading .en {
  color: #347db8;
  font-size: clamp(5rem, 4.8611vw, 7rem);
  font-weight: 800;
  -webkit-margin-after: 70px;
          margin-block-end: 70px;
}
.c-instagram__button {
  background-color: #347db8;
  border: solid 3px #347db8;
  -webkit-border-end: 0;
          border-inline-end: 0;
  border-radius: 50px 0 0 50px;
  color: #fff;
  display: inline-block;
  font-size: clamp(1.4rem, 1.388vw, 2rem);
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1;
  padding: 30px min(4.166vw, 60px) 30px min(2.777vw, 40px);
  position: relative;
  right: calc(50% + 0.55vw - 50vw);
  white-space: nowrap;
}
.c-instagram__button::before {
  content: "";
  background: url("../images/top/bg_instagram_heading.svg") no-repeat center/contain;
  height: 144px;
  mix-blend-mode: multiply;
  position: absolute;
  top: -143px;
  left: 66px;
  width: 76px;
}
.c-instagram__button:hover {
  background-color: #fff;
  color: #347db8;
}
.c-instagram__cont {
  -webkit-margin-after: 80px;
          margin-block-end: 80px;
}
.c-instagram__banner {
  -webkit-margin-before: max(-205px, -14.23611vw);
          margin-block-start: max(-205px, -14.23611vw);
  margin-inline: auto;
  max-width: 646px;
  position: relative;
  -webkit-transform: translateY(min(14.23611vw, 205px));
          transform: translateY(min(14.23611vw, 205px));
  z-index: 10;
}
@media screen and (max-width: 767.98px) {
  .c-instagram__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 70px;
    -webkit-margin-after: 30px;
            margin-block-end: 30px;
  }
  .c-instagram__head .en {
    -webkit-margin-after: 40px;
            margin-block-end: 40px;
  }
  .c-instagram__head .txt {
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .c-instagram__cont {
    -webkit-margin-after: 60px;
            margin-block-end: 60px;
  }
  .c-instagram__cont .dummy {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    padding-inline: 20px;
  }
  .c-instagram__cont .dummy img {
    margin-inline: auto;
  }
  .c-instagram__cont .dummy img:not(:first-of-type) {
    display: none;
  }
  .c-instagram__button {
    right: -20px;
    padding: 20px 30px;
  }
  .c-instagram__button::before {
    background: url("../images/top/bg_instagram_heading_sp.svg") no-repeat center/contain;
    height: 47px;
    width: 45px;
    top: -50px;
    left: inherit;
    right: 15px;
  }
}
.p-charms {
  padding-block: 380px 0;
}
.p-charms__check {
  background-color: var(--pale-color);
  padding-block: 150px;
  position: relative;
}
.p-charms__check::before {
  background: url("../images/top/bg_beige_top.svg") no-repeat center bottom/100% auto;
  content: "";
  display: block;
  position: absolute;
  top: calc(-6.4583vw + 2px);
  height: 6.4583vw;
  width: 100%;
  z-index: -1;
}
.p-charms__check::after {
  background: url("../images/top/bg_chams_bottom.svg") repeat-x center bottom/contain;
  content: "";
  position: absolute;
  bottom: -2px;
  height: 64px;
  width: 100%;
}
@media screen and (max-width: 767.98px) {
  .p-charms {
    padding-block: 152px 0;
  }
  .p-charms__check {
    padding-block: 100px 120px;
  }
}
.c-charms__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-margin-after: 60px;
          margin-block-end: 60px;
  gap: 50px;
}
.c-charms__heading {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-weight: 800;
  gap: 12px;
  -webkit-margin-after: 40px;
          margin-block-end: 40px;
  position: relative;
}
.c-charms__heading::before {
  background: url("../images/top/bg_charms_heading.svg") no-repeat center/contain;
  content: "";
  height: 9.0972vw;
  max-height: 131px;
  max-width: 275px;
  position: absolute;
  top: calc(max(-131px, -9.0972vw) + 13px);
  left: 9px;
  width: 19.097vw;
  z-index: 10;
}
.c-charms__heading > * {
  background-color: var(--main-color);
  color: #fff;
  display: inline-block;
  letter-spacing: 0.1em;
  line-height: 1;
}
.c-charms__heading .heading {
  font-size: clamp(3rem, 3.6111vw, 5.2rem);
  padding: 8px 10px 6px;
  position: relative;
  z-index: 20;
}
.c-charms__heading .lead {
  font-size: clamp(1.8rem, 1.9444vw, 2.8rem);
  padding: 18px 10px 16px;
}
.c-charms__detail {
  position: relative;
  z-index: 20;
}
.c-charms__detail .txt {
  line-height: 2.2;
  -webkit-margin-after: 50px;
          margin-block-end: 50px;
}
.c-charms__photo {
  border: solid 5px var(--main-color);
  -webkit-border-end: 0;
          border-inline-end: 0;
  border-radius: 60px 0 0 60px;
  /* -ms-flex-preferred-size: 41.8055%; */
      /* flex-basis: 41.8055%; */
  /* right: calc(50% + 0.55vw - 50vw); */
  overflow: hidden;
  position: relative;
}
.c-charms__photo img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.c-charms__anima {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: hidden;
}
.c-charms__anima .infinity {
  -webkit-animation: infinity-left 80s linear 0.5s infinite;
          animation: infinity-left 80s linear 0.5s infinite;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.c-charms__anima .infinity img {
  border: solid 5px var(--main-color);
  border-radius: 50%;
  height: 13.888vw;
  margin-inline: min(1.25vw, 18px);
  max-height: 200px;
  max-width: 200px;
  width: 13.888vw;
}
.c-charms__anima .infinity.is-paused {
  -webkit-animation-play-state: paused !important;
          animation-play-state: paused !important;
}
.c-charms__check--heading {
  -webkit-margin-after: 80px;
          margin-block-end: 80px;
  text-align: center;
}
.c-charms__check--heading .en {
  color: var(--main-color);
  font-family: var(--font3);
  font-size: clamp(4rem, 5.555vw, 8rem);
  letter-spacing: 0.05em;
  -webkit-margin-after: 30px;
          margin-block-end: 30px;
}
.c-charms__check--heading .heading {
  font-size: 2rem;
  font-weight: 800;
  letter-spacing: 0.1em;
}
.c-charms__check--list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr);
  gap: min(2.0833vw, 30px);
  -webkit-margin-after: 120px;
          margin-block-end: 120px;
}
.c-charms__check--list > li.watch .figure {
  background-color: #94363c;
}
.c-charms__check--list > li.move .figure {
  background-color: #eb1c24;
}
.c-charms__check--list > li.eat .figure {
  background-color: #ffe900;
}
.c-charms__check--list > li.know .figure {
  place-items: center end;
  place-content: end center;
}
.c-charms__check--list > li.know .figure img {
  max-height: inherit;
  height: auto;
}
.c-charms__check--list .cont {
  background-color: #fff;
  border: solid 2px #555;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  overflow: hidden;
}
.c-charms__check--list .cont:hover {
  opacity: 0.8;
}
.c-charms__check--list .cont:hover .figure img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.c-charms__check--list .figure {
  background-color: #fff;
  -webkit-border-after: solid 1px #555;
          border-block-end: solid 1px #555;
  display: -ms-grid;
  display: grid;
  max-height: 160px;
  min-height: 120px;
  height: 11.111vw;
  overflow: hidden;
  place-content: center;
}
.c-charms__check--list .figure img {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -o-object-fit: contain;
     object-fit: contain;
}
.c-charms__check--list .detail {
  padding: 0 min(1.388vw, 20px) 30px;
}
.c-charms__check--list .detail .ttl {
  -webkit-border-after: solid 2px #eb4b55;
          border-block-end: solid 2px #eb4b55;
  font-size: clamp(1.8rem, 1.5277vw, 2.2rem);
  font-weight: bold;
  line-height: 1.6;
  padding: 16px 0 8px;
  -webkit-margin-after: 16px;
          margin-block-end: 16px;
}
.c-charms__check--list .detail .ttl::before {
  content: "#"/"ハッシュタグ";
  color: #d73641;
  -webkit-margin-end: 5px;
          margin-inline-end: 5px;
}
.c-charms__check--list .detail .txt {
  font-size: clamp(1.4rem, 1.111vw, 1.6rem);
  line-height: 1.625;
}
.c-charms__check--banners {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: min(2.0833vw, 30px);
}
.c-charms__check--banners a {
  border-radius: 20px;
  border: solid 2px #333;
  overflow: hidden;
}
.c-charms__check--banners a img {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.c-charms__check--banners a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
@media screen and (min-width: 768px) {
  .c-charms__check--list > li:nth-child(even) {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  .c-charms__check--list > li .figure {
    place-content: center;
  }
  .c-charms__photo {
    right: calc(50% - 50vw);
  }
}
@media screen and (min-width: 1120px) {
  .c-charms__cont {
    position: relative;
    height: 39.0277vw;
  }
  .c-charms__photo {
    aspect-ratio: 1.158 / 1;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
    position: absolute;
    width: calc(41.8055vw + 50px);
  }
}
@media screen and (max-width: 1119.98px) {
  .c-charms__photo {
    border-width: 4px;
    -ms-flex-preferred-size: inherit;
        flex-basis: inherit;
    height: 61.538vw;
    /* right: 0; */
    width: calc(100vw + 20px);
  }
}
@media screen and (max-width: 767.98px) {
  .c-charms__cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 40px;
    -webkit-margin-after: 40px;
            margin-block-end: 40px;
    padding-inline: 30px;
  }
  .c-charms__heading {
    -webkit-margin-after: 30px;
            margin-block-end: 30px;
  }
  .c-charms__heading::before {
    height: 95px;
    width: 189px;
    top: -82px;
  }
  .c-charms__heading > * {
    padding: 10px;
  }
  .c-charms__anima .infinity img {
    border-width: 4px;
    margin-inline: 9px;
    height: 100px;
    width: 100px;
  }
  .c-charms__check--heading .en {
    display: inline-block;
    line-height: 1.1;
    -webkit-margin-after: 20px;
            margin-block-end: 20px;
  }
  .c-charms__check--heading .heading {
    font-size: 1.6rem;
  }
  .c-charms__check--list {
    gap: 20px;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    -webkit-margin-after: 80px;
            margin-block-end: 80px;
  }
  .c-charms__check--list .figure {
    height: 30.7692vw;
  }
  .c-charms__check--list .figure img {
    max-height: 120px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .c-charms__check--list .detail {
    padding: 0 15px 24px;
  }
  .c-charms__check--banners {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .c-charms__check--banners a {
    width: 100%;
  }
  .c-charms__check--banners a img {
    width: 100%;
  }
}
@media (max-width: 479.98px) {
  .c-charms__check--list > li.know .figure img {
    max-height: inherit;
  }
}
.p-about-logo {
  padding-block: 85px;
  text-align: center;
}
.p-about-logo .figure {
  -webkit-margin-after: 60px;
          margin-block-end: 60px;
  text-align: center;
}
.p-about-logo .txt {
  line-height: 2.2;
  -webkit-margin-after: 80px;
          margin-block-end: 80px;
}
.p-about-logo .c-button {
  margin-inline: auto;
}
@media screen and (max-width: 767.98px) {
  .p-about-logo {
    -webkit-padding-after: 0;
            padding-block-end: 0;
  }
  .p-about-logo .l-container {
    padding-inline: 30px;
  }
  .p-about-logo .figure {
    max-width: 270px;
    margin-inline: auto;
  }
  .p-about-logo .txt {
    -webkit-margin-after: 40px;
            margin-block-end: 40px;
  }
}
