@charset "UTF-8";
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dd {
  margin-left: 0;
}

a {
  display: inline-block;
  background-color: transparent;
  text-decoration: none;
  color: inherit;
  word-wrap: break-word;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

textarea {
  overflow: auto;
  resize: none;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

picture {
  display: block;
  width: 100%;
  height: 100%;
}

img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

html {
  font-size: 10px;
}
@media screen and (max-width: 768px) {
  html {
    font-size: 2.667vw;
  }
}

body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #231815;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
body a {
  word-break: break-all;
}
body * > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* container */
.container {
  width: calc(100% - 3rem);
  margin-left: auto;
  margin-right: auto;
}

.footer {
  position: relative;
  font-family: "futura-pt", "こぶりなゴシック Std W3", "游ゴシック", "Hiragino Kaku Gothic ProN", sans-serif;
  color: #fff;
  min-height: 10rem;
  background-color: #231815;
}
.footer__container {
  position: relative;
  padding: 3rem 3rem;
}
.footer__logo {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 9.2rem;
  aspect-ratio: 1/1;
}
.footer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 2.5rem;
  margin: 0 0 2rem;
}
.btn-wrap {
  margin: 2rem 0 0;
}

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 1rem;
  font-family: "futura-pt", "こぶりなゴシック Std W3", "游ゴシック", "Hiragino Kaku Gothic ProN", sans-serif;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.2;
  background-color: #ff0000;
  padding: 1.2rem 2rem 1rem;
}
.btn::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.text a {
  text-decoration: underline;
}

.info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1rem 0.5rem;
  margin: 0 0 1rem;
}
.info__title {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: inline-block;
  width: 6rem;
  font-family: "DotGothic16", sans-serif;
  color: #fff;
  font-size: 1.1rem;
  text-align: center;
  background-color: #F19DAE;
  border-radius: 9999px;
  white-space: nowrap;
  padding: 1px 0 0.2rem;
}
.info__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.info__text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #e96087;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1;
  margin: -0.2rem 0 0;
}
.info__text .-md {
  font-size: 1.4rem;
}
.info__text .-sm {
  font-size: 1.1rem;
}
.info__desc {
  font-family: "futura-pt", "こぶりなゴシック Std W3", "游ゴシック", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 600;
  padding: 0.2rem 0 0;
}

.color--pk {
  color: #e96087;
  text-decoration: underline;
}

.color--bl {
  color: #0091d7;
  text-decoration: underline;
}

/* root container */
.wrapper {
  height: 100lvh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

/* bg area*/
.bg-area {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 740px;
}
.bg-area__box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .bg-area {
    display: none;
  }
}

/* nav area */
.nav-area {
  position: relative;
  z-index: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#f09dc1), color-stop(60%, #a4bbe1), to(#7dccf3));
  background: linear-gradient(to right, #f09dc1 0%, #a4bbe1 60%, #7dccf3 100%);
}
.nav-area::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: 100%;
  max-width: 270px;
  aspect-ratio: 270/690;
  background: url(../img/nav-area_bg.png) no-repeat top center/cover;
}
.nav-area__inner {
  max-width: 250px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3rem 0;
  margin: 0 auto;
}
.nav-area__logo {
  height: 8rem;
  aspect-ratio: 1/1;
}
.nav-area__btn-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem 0;
}
.nav-area__btn {
  position: relative;
  width: 100%;
  aspect-ratio: 247/82;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url(../img/btn_bg.png) no-repeat center center/100% 100%;
  padding: 3rem 0 1rem;
  -webkit-filter: drop-shadow(1.5px 1.5px 3px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(1.5px 1.5px 3px rgba(0, 0, 0, 0.3));
  overflow: hidden;
}
.nav-area__btn img {
  width: auto;
  height: 2rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.nav-area__btn.-bl {
  background: url(../img/btn_bg_bl.png) no-repeat center center/100% 100%;
}
.nav-area__btn:nth-of-type(1) img, .nav-area__btn:nth-of-type(2) img, .nav-area__btn:nth-of-type(6) img {
  height: 4.2rem;
}
.nav-area__sns .sns__heading {
  font-family: "DotGothic16", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #fff;
  margin: 0 0 1rem;
}
.nav-area__sns .sns__list {
  gap: 0 1rem;
}
.nav-area__sns .sns__list-item {
  width: 3rem;
}
@media screen and (max-width: 1024px) {
  .nav-area {
    max-width: initial;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media screen and (max-width: 768px) {
  .nav-area {
    display: none;
  }
}

/* content area */
.content-area {
  position: relative;
  z-index: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 375px;
  margin: 0 auto;
  overflow-y: auto;
  overflow-x: hidden;
  scroll-behavior: smooth;
  -webkit-filter: drop-shadow(1px 1px 8px rgba(0, 35, 85, 0.8));
          filter: drop-shadow(1px 1px 8px rgba(0, 35, 85, 0.8));
}
.content-area__inner {
  background: url(../img/content-area_bg.jpg) no-repeat top center/cover;
}
@media screen and (max-width: 768px) {
  .content-area {
    width: 100%;
  }
}

/* main visual */
.mv {
  padding: 1.2rem 0 0;
  margin: 0 0 5rem;
}
.mv__bg {
  position: relative;
  z-index: 1;
  width: 100%;
  aspect-ratio: 375/452;
  font-size: 0;
  background: url(../img/mv_bg.png?0117) no-repeat top center/cover;
  margin: 0 0 0.5rem;
}
.mv__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  margin: 0 auto;
}
.mv__btn-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.7rem 0;
}
.mv__btn {
  position: relative;
  width: 33.2rem;
  aspect-ratio: 332/46;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url(../img/btn_bg_wide.png) no-repeat center center/100% 100%;
  padding: 1.5rem 0 0.5rem;
  -webkit-filter: drop-shadow(1px 1px 1.5px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(1px 1px 1.5px rgba(0, 0, 0, 0.3));
  overflow: hidden;
}
.mv__btn img {
  width: auto;
  height: 2.2rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.mv__btn.-bl {
  background: url(../img/btn_bg_wide_bl.png) no-repeat center center/100% 100%;
}
.mv__btn:nth-of-type(1) img {
  height: 2.1rem;
}
.mv__btn:nth-of-type(2) img {
  height: 2.4rem;
}

.sec__container {
  position: relative;
  z-index: 0;
  padding: 4.2rem 2.5rem 4rem;
  border-radius: 0.6rem;
  background-color: #fceef4;
  border: 1px solid #F19DAE;
  -webkit-filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.3));
}
.sec__container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  aspect-ratio: 1381/62;
  background: url(../img/sec-header_bg.png) no-repeat top left/100% 100%;
}
.sec__container.-bl {
  background-color: #e9eff8;
  border: 1px solid #52A5DC;
}
.sec__container.-bl::before {
  background: url(../img/sec-header_bg_bl.png) no-repeat top left/100% 100%;
}
.sec__container.-bl .info__title {
  background-color: #52A5DC;
}
.sec__container.-bl .info__text {
  color: #0091d7;
}
.sec__container.-bl .sec__img-wrap {
  background-color: rgba(82, 165, 220, 0.35);
}
.sec__heading {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 6.8rem;
  margin: 0 auto 1.5rem;
}
.sec__heading img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.sec__desc {
  text-align: justify;
  font-size: 1.5rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin: 0 0 1.5rem;
}
.sec:not(:last-of-type) {
  margin-bottom: 2rem;
}

.novelty__object01, .novelty__object03, .novelty__object04, .novelty__object05 {
  position: absolute;
  z-index: 5;
  width: 2.1rem;
  aspect-ratio: 86/136;
  background: url(../img/cursor_object.png) no-repeat center center/contain;
}
.novelty__object01 {
  top: -0.5rem;
  left: 3.2rem;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.novelty__object02 {
  position: absolute;
  z-index: 5;
  top: 17.6rem;
  right: 1.1rem;
  width: 7.9rem;
  aspect-ratio: 79/66;
  background: url(../img/sec01_object01.png) no-repeat center center/contain;
}
.novelty__object03 {
  bottom: 12.5rem;
  right: 2.1rem;
}
.novelty__object04 {
  bottom: 11rem;
  right: 0.2rem;
}
.novelty__object05 {
  bottom: -0.1rem;
  right: 5.1rem;
}
.novelty__img {
  width: 100%;
  margin: -0.5rem 0 -1.5rem;
}

.insta__object01, .insta__object07, .insta__object08 {
  position: absolute;
  z-index: 5;
  width: 2.1rem;
  aspect-ratio: 86/136;
  background: url(../img/cursor_object.png) no-repeat center center/contain;
}
.insta__object02, .insta__object04, .insta__object06 {
  position: absolute;
  z-index: 5;
  width: 0.7rem;
  aspect-ratio: 1/1;
  background: url(../img/sparkle_object.png) no-repeat center center/contain;
}
.insta__object01 {
  top: -1rem;
  left: 9.7rem;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.insta__object02 {
  top: 2.5rem;
  left: 13.6rem;
}
.insta__object03 {
  position: absolute;
  z-index: 5;
  top: 7.9rem;
  left: 2.3rem;
  width: 4.1rem;
  aspect-ratio: 41/36;
  background: url(../img/whale_object.png) no-repeat center center/contain;
}
.insta__object04 {
  top: 17.6rem;
  right: 0.6rem;
}
.insta__object05 {
  position: absolute;
  z-index: 5;
  top: 22.1rem;
  right: 5.9rem;
  width: 0.8rem;
  aspect-ratio: 1/1;
  background: url(../img/heart_object.png) no-repeat center center/contain;
}
.insta__object06 {
  top: 23.7rem;
  right: 6.1rem;
}
.insta__object07 {
  top: 24.3rem;
  left: -0.7rem;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.insta__object08 {
  top: 48rem;
  right: 2.5rem;
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
}
.insta__object09 {
  position: absolute;
  z-index: 5;
  bottom: 1.2rem;
  left: 1.7rem;
  width: 1.1rem;
  aspect-ratio: 11/17;
  background: url(../img/sec02_object01.png) no-repeat center center/contain;
}
.insta__img {
  width: calc(100% + 1.5rem);
  margin: 0 0 1rem;
}

.ann__object01, .ann__object03 {
  position: absolute;
  z-index: 5;
  width: 0.7rem;
  aspect-ratio: 1/1;
  background: url(../img/sparkle_object.png) no-repeat center center/contain;
}
.ann__object01 {
  top: 3.7rem;
  left: 2.6rem;
}
.ann__object02 {
  position: absolute;
  z-index: 5;
  top: 5.6rem;
  right: 1.7rem;
  width: 0.8rem;
  aspect-ratio: 1/1;
  background: url(../img/heart_object.png) no-repeat center center/contain;
}
.ann__object03 {
  top: 6.4rem;
  right: 0.8rem;
}
.ann__object04 {
  position: absolute;
  z-index: 5;
  bottom: 2.5rem;
  right: 1.9rem;
  width: 4.8rem;
  aspect-ratio: 48/40;
  background: url(../img/sec03_object01.png) no-repeat center center/contain;
}
.ann__object05, .ann__object06 {
  position: absolute;
  z-index: 5;
  width: 2.1rem;
  aspect-ratio: 86/136;
  background: url(../img/cursor_object.png) no-repeat center center/contain;
}
.ann__object05 {
  bottom: 0.7rem;
  right: 6rem;
}
.ann__object06 {
  bottom: -0.5rem;
  right: 3.8rem;
}
.ann__heading {
  height: 3.5rem;
}

.camera__object01 {
  position: absolute;
  z-index: 5;
  top: 0.9rem;
  left: 4.1rem;
  width: 2.1rem;
  aspect-ratio: 86/136;
  background: url(../img/cursor_object.png) no-repeat center center/contain;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.camera__object02, .camera__object03, .camera__object04, .camera__object05, .camera__object06, .camera__object07 {
  position: absolute;
  z-index: 5;
  width: 0.7rem;
  aspect-ratio: 1/1;
  background: url(../img/sparkle_object.png) no-repeat center center/contain;
}
.camera__object02 {
  top: 2.2rem;
  right: 8.7rem;
}
.camera__object03 {
  top: 3.8rem;
  left: 1rem;
}
.camera__object04 {
  top: 5.6rem;
  left: 3.7rem;
}
.camera__object05 {
  top: 6.4rem;
  left: 2.4rem;
}
.camera__object06 {
  top: 4.6rem;
  right: 2.5rem;
}
.camera__object07 {
  top: 6.6rem;
  right: 4.5rem;
}
.camera__object08 {
  position: absolute;
  z-index: 5;
  bottom: 9.3rem;
  right: 1.4rem;
  width: 5.6rem;
  aspect-ratio: 56/79;
  background: url(../img/sec04_object01.png) no-repeat center center/contain;
}
.camera__heading {
  height: 3.5rem;
}

.photo__object01 {
  position: absolute;
  z-index: 5;
  top: 2.1rem;
  left: 0.8rem;
  width: 6.1rem;
  aspect-ratio: 61/40;
  background: url(../img/sec05_object01.png) no-repeat center center/contain;
}
.photo__object02, .photo__object04 {
  position: absolute;
  z-index: 5;
  width: 0.7rem;
  aspect-ratio: 1/1;
  background: url(../img/sparkle_object.png) no-repeat center center/contain;
}
.photo__object02 {
  top: 19.5rem;
  right: 2.8rem;
}
.photo__object03, .photo__object06, .photo__object07 {
  position: absolute;
  z-index: 5;
  width: 0.8rem;
  aspect-ratio: 1/1;
  background: url(../img/heart_object.png) no-repeat center center/contain;
}
.photo__object03 {
  top: 20.7rem;
  right: 1.8rem;
}
.photo__object04 {
  top: 27rem;
  right: 3.5rem;
}
.photo__object05 {
  position: absolute;
  z-index: 5;
  width: 2.1rem;
  aspect-ratio: 86/136;
  background: url(../img/cursor_object.png) no-repeat center center/contain;
}
.photo__object05 {
  top: 24.6rem;
  right: 1rem;
}
.photo__object06 {
  bottom: 4.7rem;
  left: 0.4rem;
}
.photo__object07 {
  bottom: 0.4rem;
  left: 5.9rem;
}
.photo__img {
  width: 100%;
  margin: 1.5rem 0 -2rem;
}

.coupon__object01 {
  position: absolute;
  z-index: 5;
  top: 18.5rem;
  right: 1.6rem;
  width: 4.8rem;
  aspect-ratio: 48/83;
  background: url(../img/sec06_object01.png?0119) no-repeat center center/contain;
}
.coupon__object02, .coupon__object04 {
  position: absolute;
  z-index: 5;
  width: 0.8rem;
  aspect-ratio: 1/1;
  background: url(../img/heart_object.png) no-repeat center center/contain;
}
.coupon__object02 {
  bottom: 4.7rem;
  left: 0.4rem;
}
.coupon__object03 {
  position: absolute;
  z-index: 5;
  bottom: -0.9rem;
  left: 2.8rem;
  width: 2.1rem;
  aspect-ratio: 86/136;
  background: url(../img/cursor_object.png) no-repeat center center/contain;
}
.coupon__object04 {
  left: 5.9rem;
  bottom: 0.4rem;
}

.coupon-info {
  background-color: #fff;
  border: 1px solid #231815;
  margin: 2rem 0 0.5rem;
}
.coupon-info__title {
  font-family: "futura-pt", "こぶりなゴシック Std W3", "游ゴシック", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 600;
  text-align: center;
  padding: 0.5rem 0;
  border-bottom: 1px solid #231815;
}
.coupon-info__content {
  padding: 1rem 1.5rem;
}
.coupon-info__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-family: "futura-pt", "こぶりなゴシック Std W3", "游ゴシック", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
}
.coupon-info__list li::before {
  content: "・";
}
.coupon-info__desc {
  font-family: "DotGothic16", sans-serif;
  padding: 0.2rem 0 0;
}

.hepfive {
  padding: 4rem 3rem;
}

.sns {
  background-color: #fff;
  padding: 4rem 0;
}
.sns__heading {
  font-family: "futura-pt", "こぶりなゴシック Std W3", "游ゴシック", "Hiragino Kaku Gothic ProN", sans-serif;
  color: #231815;
  font-size: 1.4rem;
  font-weight: 600;
  text-align: center;
  margin: 0 0 1.5rem;
}
.sns__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 2rem;
}
.sns__list-item {
  width: 3.8rem;
  aspect-ratio: 1/1;
}
.sns__list-item a {
  display: block;
}
.sns__list-item img {
  -o-object-fit: contain;
     object-fit: contain;
}