@charset "UTF-8";
/*
---------------------------------------------
フォント読み込み
---------------------------------------------
*/
/* noto-serif-jp-500 - japanese */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/noto-serif-jp-v33-japanese-500.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-serif-jp-700 - japanese */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/noto-serif-jp-v33-japanese-700.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/*
---------------------------------------------
エビスマートデフォルト
---------------------------------------------
*/
html,
body,
div,
span,
object,
iframe,
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,
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 {
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
  outline: 0;
  background: transparent;
}

html {
  scroll-behavior: unset;
}

body {
  font-family: axisstd_r;
  line-height: 1;
}

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

nav ul,
ul li {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

img {
  max-width: 100%;
}

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

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

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

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

del {
  text-decoration: line-through;
}

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

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

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

input,
select {
  vertical-align: middle;
}

/* common */
.contentContainer {
  margin-top: 70px;
}

.contentContainer img {
  vertical-align: top;
}

@media screen and (max-width: 1024px) {
  .contentContainer {
    margin-top: 66px;
  }
}
.fontNotoSansJp,
.contentContainer {
  font-family: "Noto Sans Japanese";
}

.fontJinsNextLight {
  font-family: jins_next_ttlight;
}

.fontJinsNextRegular {
  font-family: jins_next_ttregular;
}

.fontJinsNextMedium {
  font-family: jins_next_ttmedium;
}

.fontJinsNextBold {
  font-family: jins_next_ttbold;
}

.fontNotoSerifJP {
  font-family: "Noto Serif JP";
}

.commonImportFooter {
  position: relative;
  z-index: 2;
}

.footer-navigation {
  padding: 60px 0 160px !important;
}

/*
---------------------------------------------
背景など
---------------------------------------------
*/
/*
---------------------------------------------
文字色
---------------------------------------------
*/
/*
---------------------------------------------
色設定
---------------------------------------------
*/
/*
---------------------------------------------
事前に読み込むscssファイル
---------------------------------------------
*/
/*
---------------------------------------------
flexの設定
---------------------------------------------
*/
/*
---------------------------------------------
ブレイクポイントを指定
---------------------------------------------
*/
/*
---------------------------------------------
hoverするときのみ設定するメディアクエリ
---------------------------------------------
*/
/*
---------------------------------------------
アニメーションの設定
---------------------------------------------
*/
/*
---------------------------------------------
レイアウト設定
---------------------------------------------
*/
.main {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow-x: clip;
}

section {
  width: 100%;
}

.section__inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 24px 0;
  padding: 24px 4%;
}
@media screen and (min-width: 768px) {
  .section__inner {
    margin: 120px 0;
    padding: 120px 5%;
  }
}

.section__content {
  width: 100%;
  max-width: 1208px;
  gap: 48px;
  margin: 0 auto;
  position: relative;
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
@media screen and (min-width: 768px) {
  .section__content {
    gap: 80px;
  }
}

.kv .section__inner {
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  gap: 40px;
}
@media screen and (min-width: 768px) {
  .kv .section__inner {
    gap: 80px;
  }
}

.title__group {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .title__group {
    gap: 24px;
  }
}

.section__title {
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 42px */
  letter-spacing: 1.4px;
  color: #ffffff;
  text-shadow: 2px 4px 10px #A02328;
  text-align: center;
}
.section__title--red {
  color: #A02328;
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .section__title {
    font-size: 48px;
    letter-spacing: 3px;
  }
}
@media screen and (min-width: 862px) {
  .section__title {
    font-size: 64px;
    font-weight: 700;
    line-height: 100%;
    /* 64px */
    letter-spacing: 6.4px;
  }
}

.section__subTitle {
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 19.2px */
  letter-spacing: 1.6px;
  color: #ffffff;
  text-shadow: 2px 4px 10px #A02328;
}
@media screen and (min-width: 768px) {
  .section__subTitle {
    font-size: 24px;
    line-height: 180%;
    /* 43.2px */
    letter-spacing: 2.4px;
  }
}
.section__subTitle span {
  display: block;
}
@media screen and (min-width: 768px) {
  .section__subTitle span {
    display: inline-block;
  }
}

.sp__view {
  display: block;
}
@media screen and (min-width: 768px) {
  .sp__view {
    display: none;
  }
}

.pc__view {
  display: none;
}
@media screen and (min-width: 768px) {
  .pc__view {
    display: block;
  }
}

/*
---------------------------------------------
キービジュアル設定
---------------------------------------------
*/
.kv {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  padding: 0 0 80px;
  width: 100%;
  position: relative;
  overflow: hidden;
  background-image: url("../img/bg/bg_red_sp.webp");
  background-size: 400px 400px;
  background-position: center top;
  background-repeat: repeat;
}
@media screen and (min-width: 768px) {
  .kv {
    background-image: url("../img/bg/bg_red.webp");
  }
}
.kv {
  z-index: 1;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 24px), 0 100%);
  padding-bottom: -24px;
}
@media screen and (min-width: 768px) {
  .kv {
    padding: 0 0 120px;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 120px), 0 100%);
    padding-bottom: -120px;
  }
}
.kv__img {
  position: relative;
  max-width: 100%;
  width: 348px;
  height: 497px;
  top: 0;
}
@media screen and (min-width: 768px) {
  .kv__img {
    width: 552px;
    height: 769px;
  }
}
.kv__img img {
  position: absolute;
  left: 0;
  width: 100%;
  height: auto;
}
.kv__img .lantern-base {
  top: 87px;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .kv__img .lantern-base {
    top: 117px;
  }
}
.kv__img .lantern-filter {
  top: 112px;
  z-index: 1;
  animation: kv-glow 3s infinite alternate cubic-bezier(0.45, 0.05, 0.55, 0.95);
}
@media screen and (min-width: 768px) {
  .kv__img .lantern-filter {
    top: 159px;
  }
}
.kv__img .lanter-cover {
  top: 0;
  z-index: 2;
}
.kv__content {
  text-align: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
@media screen and (min-width: 768px) {
  .kv__content {
    gap: 50px;
  }
}
.kv__text {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.2em;
  white-space: normal;
  margin: 0;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .kv__text {
    font-size: 22px;
    line-height: 1.8;
    letter-spacing: 0.3em;
    white-space: nowrap;
  }
}
@media screen and (min-width: 1024px) {
  .kv__text {
    font-size: 28px;
    line-height: 1.8;
    letter-spacing: 0.4em;
    margin-bottom: 0;
    white-space: nowrap;
  }
}

@keyframes kv-glow {
  0% {
    filter: brightness(0) saturate(100%) invert(79%) sepia(87%) saturate(391%) hue-rotate(342deg) brightness(250%) contrast(101%) opacity(0) drop-shadow(0 0 0 rgba(255, 225, 72, 0)) drop-shadow(0 0 0 rgba(255, 225, 72, 0)) drop-shadow(0 0 0 rgba(255, 225, 72, 0));
  }
  100% {
    filter: brightness(0) saturate(100%) invert(79%) sepia(87%) saturate(180%) hue-rotate(342deg) brightness(150%) contrast(101%) opacity(0.47) drop-shadow(0 0 15px rgb(255, 225, 72)) drop-shadow(0 0 40px rgba(255, 225, 72, 0.8)) drop-shadow(0 0 100px rgba(255, 225, 72, 0.3));
  }
}
.br__sp {
  display: block;
}
@media screen and (min-width: 768px) {
  .br__sp {
    display: none;
  }
}

.campaign-schedule {
  position: relative;
  background-color: #ffffff;
  clip-path: polygon(100% 0, 0 24px, 0 100%, 100% calc(100% - 24px));
  margin-top: -24px;
}
@media screen and (min-width: 768px) {
  .campaign-schedule {
    clip-path: polygon(100% 0, 0 120px, 0 100%, 100% calc(100% - 120px));
    margin-top: -120px;
  }
}
.campaign-schedule .section__inner {
  position: relative;
}
.campaign-schedule .section__inner::before, .campaign-schedule .section__inner::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  pointer-events: none;
  /* 
       1. サイズのレスポンシブ計算
       375pxで191x232、1920pxで764x927になる
    */
  width: calc(37.087vw + 51.924px);
  height: calc(44.984vw + 63.31px);
  background-image: url("../img/bg/lantern_bg.webp");
  background-size: contain;
  background-repeat: no-repeat;
  filter: opacity(40%);
}
.campaign-schedule .section__inner::before {
  /* 375px: bottom -55 / left -55 | 1920px: bottom -327 / left -226 */
  bottom: calc(-17.605vw + 11.02px);
  left: calc(-11.068vw - 13.495px);
}
@media (min-width: 1920px) {
  .campaign-schedule .section__inner::before {
    width: 764px;
    height: 927px;
    bottom: -327px;
    left: -226px;
  }
}
.campaign-schedule .section__inner::after {
  /* 375px: top -99 / right -59 | 1920px: top -454 / right -245 */
  top: calc(-22.977vw - 12.835px);
  right: calc(-12.039vw - 13.854px);
}
@media (min-width: 1920px) {
  .campaign-schedule .section__inner::after {
    width: 764px;
    height: 927px;
    top: -454px;
    right: -245px;
  }
}

.lantern__bg {
  position: absolute;
  top: -38.216px;
  left: -292px;
  width: 641px;
  height: 795px;
}

.campaign-schedule__list {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
}

.campaign-schedule__item {
  display: flex;
  padding: 8px 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  background-color: #979797;
}
.campaign-schedule__item--bgRed {
  background-color: #A02328;
}
.campaign-schedule__item:first-child .campaign-schedule__dayText {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
}
@media screen and (min-width: 768px) {
  .campaign-schedule__item:first-child .campaign-schedule__dayText {
    gap: 8px;
  }
}
.campaign-schedule__item:not(:first-child) .campaign-schedule__dayText {
  color: #3E3A39;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  /* 22.4px */
}
@media screen and (min-width: 768px) {
  .campaign-schedule__item:not(:first-child) .campaign-schedule__dayText {
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 4px;
  }
}
@media screen and (min-width: 1300px) {
  .campaign-schedule__item {
    flex-direction: row;
    padding: 8px 64px;
    justify-content: space-between;
    align-items: center;
  }
}

.campaign-schedule__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
@media screen and (min-width: 1300px) {
  .campaign-schedule__title {
    flex-direction: row;
    gap: 40px;
  }
}

.campaign-schedule__phase {
  color: #ffffff;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 16px */
  letter-spacing: 1.6px;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .campaign-schedule__phase {
    font-size: 24px;
    letter-spacing: 2.4px;
  }
}

.campaign-schedule__name {
  color: #ffffff;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  /* 28.8px */
  letter-spacing: 3.2px;
  text-align: center;
}
@media screen and (min-width: 400px) {
  .campaign-schedule__name {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .campaign-schedule__name {
    font-size: 24px;
    line-height: 100%;
    /* 24px */
    letter-spacing: 4.8px;
    text-align: left;
  }
}

.campaign-schedule__day {
  background-color: #ffffff;
  display: flex;
  padding: 4px 16px;
  justify-content: center;
  align-items: center;
  width: 216px;
}
@media screen and (min-width: 768px) {
  .campaign-schedule__day {
    width: 260px;
  }
}

.campaign-schedule__period {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 4px;
}

.campaign-schedule__date {
  color: #3E3A39;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  /* 22.4px */
}
@media screen and (min-width: 768px) {
  .campaign-schedule__date {
    font-size: 20px;
    line-height: 130%;
    /* 26px */
  }
}

.campaign-schedule__weekday {
  color: #3E3A39;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  /* 21.6px */
}
@media screen and (min-width: 768px) {
  .campaign-schedule__weekday {
    font-size: 14px;
  }
}

.campaign-schedule__tilde {
  color: #3E3A39;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  /* 22.4px */
}
@media screen and (min-width: 768px) {
  .campaign-schedule__tilde {
    font-size: 20px;
    line-height: 130%;
    /* 26px */
  }
}

.campaign-product {
  background-image: url("../img/bg/bg_red_sp.webp");
  background-size: 400px 400px;
  background-position: center top;
  background-repeat: repeat;
  z-index: 2;
  margin-top: -24px;
  clip-path: polygon(100% 0, 0 24px, 0 100%, 100% calc(100% - 24px));
}
@media screen and (min-width: 768px) {
  .campaign-product {
    background-image: url("../img/bg/bg_red.webp");
    margin-top: -120px;
    clip-path: polygon(100% 0, 0 120px, 0 100%, 100% calc(100% - 120px));
  }
}
.campaign-product .section__inner {
  position: relative;
}
.campaign-product .section__inner::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 744px;
  height: 916px;
  left: calc(40.97vw - 897.6px);
  top: -18px;
  background-image: url("../img/bg/25_matsuri_bg.webp");
  background-size: contain;
  background-repeat: no-repeat;
  filter: opacity(40%);
  pointer-events: none;
}

/*
---------------------------------------------
WEEKエリアの設定
---------------------------------------------
*/
.week__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  gap: 16px;
  align-self: stretch;
}

.week__wrapper {
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  cursor: grab;
  padding: 10px 0;
  margin-top: -10px;
}
.week__wrapper::-webkit-scrollbar {
  display: none;
}
.week__wrapper {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
}
@media screen and (min-width: 768px) {
  .week__wrapper {
    overflow-x: visible;
    cursor: auto;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
}

.week__list {
  display: flex;
  padding-left: 40px;
  align-items: flex-end;
  gap: 24px;
  align-self: stretch;
  width: max-content;
}
@media screen and (min-width: 768px) {
  .week__list {
    width: 100%;
    justify-content: center;
    padding: 0;
  }
}
@media screen and (min-width: 1024px) {
  .week__list {
    gap: 80px;
  }
}

.week__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.week__item--active {
  gap: 8px;
}

.week__lantern {
  position: relative;
}
.week__lantern__img {
  position: relative;
  max-width: 100%;
  width: 160px;
  height: 207px;
}
@media screen and (min-width: 1280px) {
  .week__lantern__img {
    width: 242px;
    height: 313px;
  }
}
.week__lantern img {
  position: absolute;
  left: 0;
  width: 100%;
  height: auto;
}
.week__lantern__base {
  top: 18px;
  z-index: 0;
}
@media screen and (min-width: 1280px) {
  .week__lantern__base {
    top: 27px;
    width: 242px;
    height: 286px;
  }
}
.week__lantern__filter {
  top: 30px;
  z-index: 1;
}
@media screen and (min-width: 1280px) {
  .week__lantern__filter {
    top: 45px;
    width: 241px;
    height: 249px;
  }
}
.week__lantern__cover {
  top: 0;
  z-index: 2;
}
@media screen and (min-width: 1280px) {
  .week__lantern__cover {
    width: 242px;
    height: 313px;
  }
}

.week__lantern--active .week__lantern__filter {
  animation: lantern-glow 3s infinite alternate cubic-bezier(0.45, 0.05, 0.55, 0.95);
}

@keyframes lantern-glow {
  0% {
    filter: brightness(0) saturate(100%) invert(79%) sepia(87%) saturate(391%) hue-rotate(342deg) brightness(250%) contrast(101%) opacity(0) drop-shadow(0 0 0 rgba(255, 225, 72, 0)) drop-shadow(0 0 0 rgba(255, 225, 72, 0)) drop-shadow(0 0 0 rgba(255, 225, 72, 0));
  }
  100% {
    filter: brightness(0) saturate(100%) invert(79%) sepia(87%) saturate(391%) hue-rotate(342deg) brightness(300%) contrast(101%) opacity(0.47) drop-shadow(0 0 15px rgba(255, 225, 72, 0.9)) drop-shadow(0 0 40px rgba(255, 225, 72, 0.6)) drop-shadow(0 0 100px rgba(255, 225, 72, 0.3));
  }
}
.week__label {
  color: #ffffff;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 16px */
}
@media screen and (min-width: 768px) {
  .week__label {
    font-size: 20px;
    font-weight: 400;
  }
}
@media screen and (min-width: 1024px) {
  .week__label {
    font-size: 24px;
  }
}

.week__text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 9px;
  position: absolute;
  top: 64px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  width: max-content;
}
@media screen and (min-width: 1280px) {
  .week__text {
    gap: 14px;
    top: 98px;
  }
}

.week__date {
  color: #000000;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  /* 15.221px */
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1280px) {
  .week__date {
    font-size: 24px;
  }
}

.week__product {
  color: #000000;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  /* 38.508px */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  height: 66px;
}
@media screen and (min-width: 1280px) {
  .week__product {
    font-size: 36px;
    height: 100px;
  }
}

.scroll__guide {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: flex-end;
}
@media screen and (min-width: 768px) {
  .scroll__guide {
    display: none;
  }
}

.scroll__text {
  color: #ffffff;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  /* 14px */
  letter-spacing: 1.4px;
}

/* 線のアニメーション部分 */
.scroll__guide::after {
  content: "";
  width: 179px;
  /* 線の長さ */
  height: 1px;
  /* 線の太さ */
  background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  position: relative;
  display: block;
  animation: scroll-bar 3s infinite;
}

/* 横方向のアニメーション */
@keyframes scroll-bar {
  0% {
    transform: scale(0, 1);
    /* 横幅0から開始 */
    transform-origin: left top;
    /* 左端を固定 */
  }
  45% {
    transform: scale(1, 1);
    /* 右端まで伸びる */
    transform-origin: left top;
    /* 左端を固定 */
  }
  50% {
    transform: scale(1, 1);
    /* 伸びた状態を維持 */
    transform-origin: right top;
    /* 右端を固定に切り替え */
  }
  100% {
    transform: scale(0, 1);
    /* 右端に向かって縮む */
    transform-origin: right top;
    /* 右端を固定 */
  }
}
/*
---------------------------------------------
JINS SCREENエリアの設定
---------------------------------------------
*/
.megane__container {
  width: 100%;
  margin: 0 auto;
  padding: 56px 16px;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 32px;
}
@media screen and (min-width: 768px) {
  .megane__container {
    padding: 40px;
    gap: 24px;
  }
}
@media screen and (min-width: 1280px) {
  .megane__container {
    max-width: 1208px;
  }
}

.megane__title {
  color: #000000;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  /* 32px */
  letter-spacing: 1.6px;
}
@media screen and (min-width: 768px) {
  .megane__title {
    font-size: 64px;
    letter-spacing: 3.2px;
  }
}

.megane__lead {
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
  /* 28.8px */
  color: #000000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 384px) {
  .megane__lead {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .megane__lead {
    font-size: 26px;
    letter-spacing: 2.6px;
  }
}
@media screen and (min-width: 900px) {
  .megane__lead {
    display: block;
  }
}

.megane__lead__screen {
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
  /* 28.8px */
  color: #000000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 384px) {
  .megane__lead__screen {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .megane__lead__screen {
    font-size: 26px;
    letter-spacing: 2.6px;
  }
}

.br__375 {
  display: none;
}
@media screen and (min-width: 375px) and (max-width: 939px) {
  .br__375 {
    display: block;
  }
}

.br__940 {
  display: none;
}
@media screen and (min-width: 940px) and (max-width: 1320px) {
  .br__940 {
    display: block;
  }
}

.ready__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  min-height: 160px;
}
@media screen and (min-width: 768px) {
  .ready__container {
    min-height: 300px;
  }
}

.ready__text {
  color: #979797;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .ready__text {
    font-size: 64px;
  }
}

.megane__period {
  color: #D41E1E;
  border: 2px solid #D41E1E;
  margin: 0;
  padding: 8px 0;
  width: 100%;
  max-width: 1128px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
@media screen and (min-width: 768px) {
  .megane__period {
    gap: 8px;
  }
}

.megane__period__title {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  /* 25.2px */
}
@media screen and (min-width: 768px) {
  .megane__period__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 180%;
    /* 43.2px */
  }
}

.megane__period__colon {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  /* 28.8px */
}
@media screen and (min-width: 768px) {
  .megane__period__colon {
    font-size: 24px;
    font-weight: 700;
    line-height: 180%;
    /* 43.2px */
  }
}

.megane__period__date {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
}
@media screen and (min-width: 768px) {
  .megane__period__date {
    gap: 8px;
  }
}

.megane__period__tilde {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  display: inline-flex;
  transform: translateY(-4px);
}
@media screen and (min-width: 768px) {
  .megane__period__tilde {
    font-size: 32px;
    line-height: 100%;
    /* 32px */
  }
}

.megane__period__dateItem {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
}

.megane__period__day {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 22.4px */
  transform: translateY(2px);
}
@media screen and (min-width: 768px) {
  .megane__period__day {
    font-size: 32px;
    font-weight: 400;
    line-height: 100%;
    /* 32px */
  }
}

.megane__period__weekday {
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  /* 21.6px */
}
@media screen and (min-width: 768px) {
  .megane__period__weekday {
    font-size: 20px;
  }
}

.screen__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  align-self: stretch;
}
@media screen and (min-width: 768px) {
  .screen__body {
    gap: 32px;
  }
}

.screen__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  align-self: stretch;
}
@media screen and (min-width: 768px) {
  .screen__inner {
    gap: 32px;
  }
}

.screen__list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
@media screen and (min-width: 768px) {
  .screen__list {
    flex-direction: row;
    justify-content: center;
    align-self: stretch;
  }
}
@media screen and (min-width: 1024px) {
  .screen__list {
    gap: 80px;
  }
}

.screen__item {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .screen__item {
    flex-direction: column-reverse;
  }
}

.screen__item__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  flex: 1 0 0;
}
@media screen and (min-width: 768px) {
  .screen__item__content {
    align-items: center;
    gap: 0;
  }
}

.screen__item__img {
  width: 120px;
  height: 120px;
}
@media screen and (min-width: 768px) {
  .screen__item__img {
    width: 200px;
    height: 200px;
  }
}

.screen__item__heading {
  display: flex;
  padding-bottom: 1px;
  align-items: flex-end;
  gap: 2px;
  border-bottom: 1px solid #272727;
  width: fit-content;
}

.screen__item__num {
  color: #000000;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  /* 24px */
  letter-spacing: 1.2px;
}

.screen__item__rate {
  color: #000000;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 20px */
  letter-spacing: 1px;
}

.screen__item__description {
  color: #000000;
  font-feature-settings: "palt" on;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 18px */
}
@media screen and (min-width: 768px) {
  .screen__item__description {
    font-size: 16px;
    font-weight: 400;
    line-height: 180%;
    /* 28.8px */
    letter-spacing: 0.8px;
  }
}

.screen__price__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  align-self: stretch;
}

.screen__price__regular {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  gap: 16px;
  padding: 16px 0;
}
@media screen and (min-width: 768px) {
  .screen__price__regular {
    padding: 24px 40px 0;
  }
}

.screen__price__text {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  gap: 4px;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .screen__price__text {
    gap: 16px;
  }
}

.screen__price__text01 {
  color: #3E3A39;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
  /* 28.8px */
  letter-spacing: 0.8px;
}
@media screen and (min-width: 768px) {
  .screen__price__text01 {
    font-size: 20px;
    letter-spacing: 1px;
  }
}

.screen__price__text02 {
  display: flex;
  align-items: center;
}

.screen__price__value {
  display: inline-flex;
  justify-content: center;
  align-items: flex-end;
  position: relative;
}
.screen__price__value::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 4px;
  transform-origin: top right;
  background-color: #D41E1E;
}

.regular__yen {
  color: #3E3A39;
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: 140%;
  /* 28px */
  letter-spacing: 1px;
}

.regular__num {
  color: #3E3A39;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  /* 32px */
  letter-spacing: 1.6px;
  transform: translateY(2px);
}

.regular__taxIn {
  color: #3E3A39;
  font-feature-settings: "palt" on;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 200%;
}
@media screen and (min-width: 768px) {
  .regular__taxIn {
    font-size: 16px;
    line-height: 180%;
  }
}

.screen__price__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  align-self: stretch;
}

.screen__price__discount {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  align-self: stretch;
}
@media screen and (min-width: 1024px) {
  .screen__price__discount {
    gap: 8px;
  }
}

.screen__discount__header {
  display: flex;
  align-items: center;
  gap: 8px;
}

.screen__discount__headerBadge {
  display: flex;
  justify-content: center;
  align-items: center;
}

.screen__discount__headerText {
  color: #ffffff;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 20px */
  letter-spacing: 2.2px;
}
@media screen and (min-width: 1024px) {
  .screen__discount__headerText {
    font-size: 24px;
    letter-spacing: 2.64px;
  }
}

.screen__discount__headerMark {
  color: #ffffff;
  text-align: center;
  font-feature-settings: "palt" on;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 24px */
}
@media screen and (min-width: 1024px) {
  .screen__discount__headerMark {
    font-size: 28px;
  }
}

.screen__discount__rate {
  color: #FFDF3F;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  /* 32px */
  letter-spacing: 1.6px;
}
@media screen and (min-width: 1024px) {
  .screen__discount__rate {
    font-size: 40px;
    letter-spacing: 2px;
  }
}

.screen__discount__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
@media screen and (min-width: 1024px) {
  .screen__discount__text {
    flex-direction: row;
    gap: 16px;
  }
}

.screen__discount__frame {
  color: #ffffff;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 24px */
  letter-spacing: 1.2px;
}
@media screen and (min-width: 1024px) {
  .screen__discount__frame {
    font-size: 32px;
    letter-spacing: 1.6px;
  }
}

.screen__discount__price {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .screen__discount__price {
    gap: 16px;
  }
}

.screen__discount__value {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .screen__discount__value {
    gap: 4px;
  }
}

.discount__plus {
  align-self: center;
  width: 24px;
  height: 24px;
}
@media screen and (min-width: 768px) {
  .discount__plus {
    width: 32px;
    height: 32px;
  }
}

.discount__valueInner {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.discount__yen {
  color: #D41E1E;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 40px */
  letter-spacing: 2px;
}

.discount__num {
  color: #D41E1E;
  font-size: 56px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 2.8px;
  transform: translateY(6px);
}
@media screen and (min-width: 768px) {
  .discount__num {
    font-size: 64px;
    letter-spacing: 3.2px;
  }
}

.discount__taxIn {
  color: #D41E1E;
  font-feature-settings: "palt" on;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 220%;
  /* 30px */
}
@media screen and (min-width: 768px) {
  .discount__taxIn {
    font-size: 24px;
    line-height: 180%;
    /* 43.2px */
  }
}

.screen__price__note {
  color: #3E3A39;
  text-align: right;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  /* 21.6px */
  letter-spacing: 0.6px;
}
@media screen and (min-width: 1024px) {
  .screen__price__note {
    font-size: 14px;
    letter-spacing: 0.7px;
  }
}

.screen__cta {
  display: inline-flex;
  padding: 8px 24px;
  align-items: center;
  gap: 8px;
  background-color: #BA1717;
  border-radius: 64px;
  box-shadow: 0 2px 0 0 #7E1A1E;
  text-decoration: none;
}
.screen__cta:hover {
  background-color: #D41E1E;
}
.screen__cta:active {
  box-shadow: none;
  transform: translateY(2px);
}
@media screen and (min-width: 768px) {
  .screen__cta {
    padding: 16px 32px;
  }
}

.screen__ctaText {
  color: #ffffff;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .screen__ctaText {
    font-size: 20px;
  }
}

.screen__notes {
  display: flex;
  padding: 16px 0;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  align-self: stretch;
}
@media screen and (min-width: 768px) {
  .screen__notes {
    padding: 16px 24px;
  }
}

.screen__notes__item {
  color: #3E3A39;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 21px */
  letter-spacing: 1.4px;
  position: relative;
  padding-left: 16px;
}
.screen__notes__item::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
  width: 14px;
  height: 14px;
}
@media screen and (min-width: 768px) {
  .screen__notes__item::before {
    width: 16px;
    height: 16px;
  }
}
@media screen and (min-width: 768px) {
  .screen__notes__item {
    font-size: 16px;
    letter-spacing: 1.6px;
    padding-left: 18px;
  }
}

.screen__notes__itemLink {
  color: #3E3A39;
  transition: opacity 0.2s;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .screen__notes__itemLink:hover {
    opacity: 0.6;
  }
}
.screen__notes__itemLink {
  position: relative;
}
.screen__notes__itemLink::after {
  content: "";
  position: absolute;
  background-image: url("../img/icon/pdf_icon.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 20px;
  height: 20px;
  top: 50%;
  transform: translateY(-50%);
}

/*
---------------------------------------------
商品表示エリアの設定
---------------------------------------------
*/
.megane__body {
  border: 10px solid #D41E1E;
}

.megane__inner {
  padding: 20px 20px 60px 20px;
}

/*
---------------------------------------------
ヒストリー設定
---------------------------------------------
*/
.history {
  background-image: linear-gradient(rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.4)), url("../img/bg/bg_red_sp.webp");
  background-size: 400px 400px;
  background-position: center top;
  background-repeat: repeat;
  margin-top: -24px;
  clip-path: polygon(0 24px, 100% 0, 100% 100%, 0 100%);
  position: relative;
}
@media screen and (min-width: 768px) {
  .history {
    margin-top: -120px;
    clip-path: polygon(0 120px, 100% 0, 100% 100%, 0 100%);
    background-image: linear-gradient(rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.4)), url("../img/bg/bg_red.webp");
  }
}

.history__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  align-self: stretch;
}
@media screen and (min-width: 1024px) {
  .history__container {
    flex-direction: row;
    justify-content: flex-end;
    width: 100%;
    position: relative;
  }
}

.history__lantern__area {
  display: none;
}
@media screen and (min-width: 1024px) {
  .history__lantern__area {
    display: block;
    position: absolute;
    top: 153px;
    bottom: 0;
    /* 
       【1920pxまでの挙動】
       画面の「本当の左端」を基準にして、常に一定の比率で見切れるようにします。
       widthの変化に合わせて left も動くので、1920pxまで見え方の比率が変わりません。
    */
    width: calc(49.06vw + 66px);
    aspect-ratio: 1008/1224;
    left: calc(-6.911vw - 9.3px);
  }
}
@media screen and (min-width: 1024px) and (min-width: 1920px) {
  .history__lantern__area {
    width: 1008px;
    /* 1920pxの時にちょうど -142px になり、それ以降は右へ動く計算 */
    left: calc(50% - 1102px);
  }
}

.history__lantern__sticky {
  /* 2. この要素を画面に張り付かせる */
  position: sticky;
  top: 0;
  width: 100%;
  height: calc((49.06vw + 66px) * 1.214);
  display: flex;
  align-items: center;
  justify-content: center;
  /* 3. 提灯の背景画像をここに配置 */
}
.history__lantern__sticky::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/bg/lantern_bg.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}

.history__year {
  position: relative;
  height: calc(27.59vw + 37px);
  overflow: hidden;
  pointer-events: auto;
}
@media screen and (min-width: 1920px) {
  .history__year {
    height: 566.75px;
  }
}

.history__year__inner {
  display: flex;
  flex-direction: column;
}

.history__year__number {
  color: rgba(62, 58, 57, 0.8);
  text-align: center;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  /* 157.377px */
  transition: all 0.2s ease;
  font-size: calc(4.23vw + 5.7px);
  height: calc(7.66vw + 10.3px);
  letter-spacing: calc(0.85vw + 1.1px);
}
.history__year__number.active {
  opacity: 1;
  color: #3E3A39;
  font-size: calc(6.81vw + 9.2px);
  height: calc(12.27vw + 16.5px);
  letter-spacing: calc(1.36vw + 1.8px);
}
@media screen and (min-width: 1920px) {
  .history__year__number {
    font-size: 87px;
    height: 157.377px;
    letter-spacing: 17.486px;
  }
  .history__year__number.active {
    font-size: 140px;
    height: 252px;
    letter-spacing: 28px;
  }
}

.history__slide__area {
  display: flex;
  padding-bottom: 40px;
  flex-direction: column;
  align-items: flex-end;
  gap: 40px;
  position: relative;
  width: 100%;
}
.history__slide__area::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  background-color: #ffffff;
  box-shadow: 2px 4px 10px 0 #A02328;
}
@media screen and (min-width: 1024px) {
  .history__slide__area {
    gap: 80px;
    padding-bottom: 120px;
    width: 500px;
  }
}
@media screen and (min-width: 1280px) {
  .history__slide__area {
    width: 600px;
  }
}

.history__slide__item {
  display: flex;
  padding-left: 32px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
  position: relative;
}
.history__slide__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: -12px;
  width: 24px;
  height: 24px;
  background-image: url("../img/history/point.svg");
}
@media screen and (min-width: 768px) {
  .history__slide__item {
    padding-left: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .history__slide__item {
    padding-left: 100px;
  }
}
@media screen and (min-width: 1440px) {
  .history__slide__item {
    padding-left: 120px;
  }
}

.history__slide__itemDate {
  display: inline-flex;
  padding: 6px 12px 3px;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  border-radius: 12px;
  color: #3E3A39;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 14px */
  letter-spacing: 1.4px;
}
@media screen and (min-width: 768px) {
  .history__slide__itemDate {
    font-size: 16px;
    letter-spacing: 1.6px;
  }
}

.history__slide__itemText {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
}

.history__slide__itemTitle {
  display: flex;
  padding-left: 10px;
  align-items: center;
  align-self: stretch;
  position: relative;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .history__slide__itemTitle {
    padding-left: 20px;
  }
}
.history__slide__itemTitle::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 2px;
  background-color: #ffffff;
  box-shadow: 1px 2px 10px 0 #A02328;
}
@media screen and (min-width: 768px) {
  .history__slide__itemTitle::before {
    width: 4px;
    box-shadow: 2px 4px 10px 0 #A02328;
  }
}
.history__slide__itemTitle span {
  color: #ffffff;
  text-shadow: 1px 2px 10px #A02328;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  /* 36px */
  font-feature-settings: "palt" on;
}
@media screen and (min-width: 768px) {
  .history__slide__itemTitle span {
    text-shadow: 2px 4px 10px #A02328;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 3.2px;
  }
}

.history__slide__itemSubTitle {
  color: #ffffff;
  text-shadow: 1px 2px 10px #A02328;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 24px */
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: 2px;
  text-underline-position: from-font;
}
@media screen and (min-width: 768px) {
  .history__slide__itemSubTitle {
    text-shadow: 2px 4px 10px #A02328;
    font-size: 24px;
    letter-spacing: 2.4px;
  }
}

.history__slide__itemExp {
  align-self: stretch;
  color: #ffffff;
  text-shadow: 1px 2px 10px #A02328;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  /* 28.8px */
}
@media screen and (min-width: 768px) {
  .history__slide__itemExp {
    text-shadow: 2px 4px 10px #A02328;
    font-size: 24px;
    letter-spacing: 2.4px;
  }
}

.history__slide__itemImg {
  width: 310px;
  height: 194px;
  box-shadow: 0 10.667px 13.333px -2.667px rgba(0, 0, 0, 0.1), 0 4.267px 5.333px -3.2px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 768px) {
  .history__slide__itemImg {
    width: 480px;
    height: 300px;
  }
}

/*
---------------------------------------------
SNSシェアボタン
---------------------------------------------
*/
.sns {
  padding-top: 120px;
}

.sns__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.snsList {
  display: flex;
  padding: 20px;
  align-items: flex-start;
  gap: 24px;
}
@media screen and (min-width: 768px) {
  .snsList {
    padding: 13px;
    gap: 26px;
  }
}

.snsListlink {
  display: flex;
  flex-direction: row-reverse;
  width: 150px;
  padding: 12px 24px 12px 20px;
  justify-content: center;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  border: 1px solid #272727;
  color: #000000;
  transition: all 0.3s ease;
}
.snsListlink:hover {
  opacity: 0.7;
}

.snsListLink__exp {
  color: #3E3A39;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  /* 100% */
  letter-spacing: 1px;
  padding-top: 3px;
}

.pageTop {
  display: flex;
  width: 48px;
  height: 48px;
  justify-content: center;
  align-items: center;
  background-color: #000000;
  border-radius: 1.2px;
  border: none;
  position: fixed;
  bottom: 25px;
  left: 24px;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}
.pageTop.is-show {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}
.pageTop {
  cursor: pointer;
  z-index: 33;
}
@media (hover: hover) {
  .pageTop:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 768px) {
  .pageTop {
    left: 48px;
  }
}/*# sourceMappingURL=style.css.map */