@charset "UTF-8";
html {
  font-size: 100%;
}
@media (max-width: 1050px) {
  html {
    font-size: 1.5238095238vw;
  }
}
@media screen and (max-width: 575px) {
  html {
    font-size: 100%;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

body {
  color: #000000;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro",
    "メイリオ", "游ゴシック体", "YuGothic", "ＭＳ Ｐゴシック", "MS PGothic",
    sans-serif;
  overflow-x: clip;
}

a,
button {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover,
button:hover {
  cursor: pointer;
  opacity: 0.7;
}
@media screen and (max-width: 575px) {
  a:hover,
  button:hover {
    opacity: 1;
  }
}

/*****************************
* A Modern CSS Reset (https://github.com/hankchizljaw/modern-css-reset)
* 上記に、ul要素,ol要素,a要素への記述追加
*****************************/
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
ul,
li {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
  padding: 0;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  line-height: 1.5;
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

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

/* Make images easier to work with */
img,
picture {
  display: block;
  max-width: 100%;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

button {
  background-color: transparent;
  background-color: initial;
  border: none;
  padding: 0;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

/* モーダルを開いた時bodyをスクロールさせない・背景の要素をクリックできないように */
body:has([popover]:popover-open) {
  overflow: hidden;
}

body:has([popover]:popover-open) .p-follow-btn,
body:has([popover]:popover-open) .link {
  pointer-events: none;
}
@media screen and (max-width: 575px) {
  body:has([popover]:popover-open) .p-follow-btn,
  body:has([popover]:popover-open) .link {
    display: none;
  }
}

body:not(:has([popover]:popover-open)) {
  overflow: initial;
}

body:not(:has([popover]:popover-open)) .p-follow-btn,
body:not(:has([popover]:popover-open)) .link {
  pointer-events: auto;
}
@media screen and (max-width: 575px) {
  body:not(:has([popover]:popover-open)) .p-follow-btn,
  body:not(:has([popover]:popover-open)) .link {
    display: block;
  }
}

/* 空の要素を追加してスペースを確保 */
details[open]::after {
  content: "";
  flex-grow: 1;
  order: 3;
}

/* デフォルトの三角アイコン削除 */
summary {
  list-style: none;
}
/* デフォルトの三角アイコン削除（Safari） */
summary::-webkit-details-marker {
  display: none;
}

.l-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 900px;
  padding-left: 25px;
  padding-left: 1.5625rem;
  padding-right: 25px;
  padding-right: 1.5625rem;
  width: 100%;
}
@media screen and (max-width: 575px) {
  .l-inner {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

@media screen and (max-width: 575px) {
  .p-header {
    overflow-x: hidden;
    width: 100%;
  }
}

.p-header__bg-container {
  position: relative;
}

.p-header__bg-ttl {
  position: absolute;
  top: calc(221 / 865 * 100%);
  right: calc(220 / 1536 * 100%);
  width: calc(617 / 1536 * 100%);
}
@media screen and (max-width: 575px) {
  .p-header__bg-ttl {
    top: 0;
    right: 0;
    width: initial;
  }
}

.p-header__bg-ttl-item {
  width: 100%;
  height: auto;
}

.p-header__bg {
  margin-left: -2px;
  margin-left: -0.125rem;
  margin-top: -2px;
  margin-top: -0.125rem;
}

.p-header__bg-item {
  width: 100%;
  height: auto;
}

.p-header__bg-txt {
  position: absolute;
  right: calc(153 / 1536 * 100%);
  bottom: calc(62 / 865 * 100%);
  width: calc(702 / 1536 * 100%);
  max-width: 702px;
  animation: poyoyon2 1s ease-in-out forwards;
}
@media screen and (max-width: 575px) {
  .p-header__bg-txt {
    left: 50%;
    right: initial;
    translate: -50%;
    bottom: 22px;
    width: calc(340 / 375 * 100%);
  }
}

@keyframes poyoyon2 {
  0% {
    transform: scale(1, 1) translate(0, 0);
  }
  15% {
    transform: scale(0.98, 0.9) translate(0, 5px);
  }
  30% {
    transform: scale(1.02, 1) translate(0, 8px);
  }
  50% {
    transform: scale(0.98, 1.05) translate(0, -8px);
  }
  70% {
    transform: scale(1, 0.9) translate(0, 5px);
  }
  100% {
    transform: scale(1, 1) translate(0, 0);
  }
  0%,
  100% {
    opacity: 1;
  }
}

.p-header__bg-txt-item {
  width: 100%;
  height: auto;
}

.p-header__date {
  background-color: #e73d80;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 73px;
  height: 4.5625rem;
  line-height: 1;
  margin-top: -6px;
  margin-top: -0.375rem;
  padding: 18.5px 0;
  padding: 1.15625rem 0;
  position: relative;
  text-align: center;
  /* z-index: 1; */
  font-weight: bold;
  font-size: 2.0625rem;
  line-height: 2.6859375rem;
  letter-spacing: 0.2475rem;
  color: #ffffff;
  word-break: auto-phrase;
}
@media screen and (max-width: 575px) {
  .p-header__date {
    height: 3.125rem;
    margin-top: -0.1875rem;
    padding: 0.90625rem 0;
    font-size: 1.1875rem;
    line-height: 1.5546875rem;
    letter-spacing: 0.02375rem;
  }
}

.p-header__link {
  color: #ffff00;
  display: inline-block;
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: bold;
  letter-spacing: 0.12em;
  margin-left: -47px;
  margin-left: -2.9375rem;
  padding: 0 100px;
  position: relative;
}
@media screen and (max-width: 575px) {
  .p-header__link {
    font-size: 1.3125rem;
    margin-left: 0;
    padding: 0 65px;
  }
}

.p-header__link::after {
  display: inline-block;
  position: absolute;
  right: 9%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  background-image: url(../img/icon_01.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 30px;
  height: 1.875rem;
  transform: translate(-50%, -50%);
  width: 30px;
  width: 1.875rem;
}
@media screen and (max-width: 575px) {
  .p-header__link::after {
    height: 1.25rem;
    right: -16.1%;
    width: 1.25rem;
  }
}

.l-frame {
  position: relative;
  z-index: 0;
  /* clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0); */
  background-color: #f19dae;
}

.l-frame::before {
  content: "";
  z-index: -1;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: block;
  background: url(../img/bg_01.webp) no-repeat top left / 100vw;
  background-color: rgba(241, 157, 174, 0.2);
  opacity: 0.9;
  /* background-color:rgba(255,255,255,0.8);
  background-blend-mode:lighten; */
  /* background-blend-mode: multiply; */
  background-blend-mode: color-burn;
}
@media screen and (max-width: 575px) {
  .l-frame::before {
    content: initial;
  }
}

.l-frame__inner {
  background-color: #fff2e9;
  padding-inline: initial;
}

.l-menu {
  margin-top: -100vh;
}
@media screen and (max-width: 575px) {
  .l-menu {
    margin-top: initial;
    overflow: hidden;
  }
}

.p-menu__inner {
  padding-top: 1.1875rem;
  padding-bottom: 1.0625rem;
}
@media screen and (max-width: 575px) {
  .p-menu__inner {
    padding-top: 12px;
    padding-bottom: 8px;
  }
}

.c-btn {
  animation: fuwafuwa 1s ease 0s infinite alternate;
  max-width: 488px;
}

@keyframes fuwafuwa {
  from {
    transform: scale(0.9, 0.9);
  }
  to {
    transform: scale(1, 1);
  }
}

.c-btn__link {
  display: inline-block;
}

.c-btn__item {
  width: 100%;
  height: auto;
}

.c-btn2 {
  font-size: 15px;
  line-height: calc(28 / 15);
  border-radius: 100vh;
  border: 1px solid #000000;
  padding-block: 0.25em;
  padding-inline: 0.5em;
  min-height: 35px;
  display: inline-flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #000000;
  background-color: #ffffff;
}

.c-btn2.c-btn2--lg {
  font-weight: bold;
  font-size: 16px;
  line-height: calc(20 / 16);
  letter-spacing: 0.06em;
  font-feature-settings: "palt";
  min-height: 49px;
  border-width: 2px;
}

.c-btn2.c-btn2--arrow {
  text-align: left;
}

.c-btn2.c-btn2--arrow::after {
  content: "▼";
  margin-left: 1em;
}

.c-btn3 {
  font-size: 14px;
  line-height: calc(27 / 14);
  letter-spacing: 0.02em;
  color: #333333;
  position: relative;
}
@media (any-hover: hover) {
  .c-btn3:hover {
    opacity: 1;
  }
}

.c-btn3::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #333333;
  position: absolute;
  bottom: 0.45em;
  left: 0;
}
@media (any-hover: hover) {
  .c-btn3:hover::before {
    opacity: 0;
  }
}

.c-btn3::after {
  content: "＋";
  margin-left: 0.5em;
}

.p-menu__btn {
  margin-inline: auto;
}

#trend.p-recommend {
  margin-top: -80px;
  margin-top: -5rem;
}
@media screen and (max-width: 575px) {
  #trend.p-recommend {
    margin-top: 0;
  }
}

.p-recommend__wrap {
  background: url(../img/bg_02.webp) no-repeat top left / contain;
  position: relative;
  z-index: 0;
  padding-top: 150px;
  /* padding-bottom: 39px; */
}
@media screen and (max-width: 575px) {
  .p-recommend__wrap {
    background-image: url(../img/bg_02_sp.webp);
    padding-top: 66px;
    /* padding-bottom: 17px; */
  }
}

.p-recommend__wrap::before {
  content: "";
  display: inline-block;
  height: calc(100% - 60px);
  width: 100%;
  background-color: #ffb7c5;
  position: absolute;
  top: 60px;
  left: 0;
  z-index: -1;
  mix-blend-mode: darken;
}
@media screen and (max-width: 575px) {
  .p-recommend__wrap::before {
    height: calc(100% - 40px);
    top: 40px;
  }
}

.p-recommend__inner {
  position: relative;
  padding-bottom: 95px;
}
@media screen and (max-width: 575px) {
  .p-recommend__inner {
    padding-bottom: 63px;
  }
}

.p-recommend__inner::before {
  content: "";
  display: inline-block;
  height: 330px;
  width: 100%;
  background: url(../img/bg_03.webp) no-repeat bottom center / 100%;
  position: absolute;
  left: 0;
  bottom: 39px;
  z-index: -1;
}
@media screen and (max-width: 575px) {
  .p-recommend__inner::before {
    height: 160px;
    bottom: 17px;
    background-image: url(../img/bg_03_sp.webp);
  }
}

.p-recommend__ttl-container {
  text-align: center;
}

.p-recommend__ttl-sub {
  width: calc(519 / 850 * 100%);
  margin-inline: auto;
}
@media screen and (max-width: 575px) {
  .p-recommend__ttl-sub {
    width: calc(345 / 375 * 100%);
    max-width: 345px;
  }
}

.p-recommend__ttl-sub-item {
  width: 100%;
  height: auto;
  border-radius: 24px;
  box-shadow: 0 0 6px #ff6c8c;
}
@media screen and (max-width: 575px) {
  .p-recommend__ttl-sub-item {
    border-radius: 16px;
    box-shadow: 0 0 4px #ff6c8c;
  }
}

.p-recommend__ttl {
  /* margin-inline: auto; */
  font-weight: bold;
  font-size: 2rem;
  line-height: calc(40 / 32);
  letter-spacing: 0.1em;
  text-align: center;
  color: #d12f55;
  padding-bottom: 5px;
  border-bottom: 3px solid #d12f55;
  display: inline-block;
  margin-top: 1.375rem;
  word-break: auto-phrase;
}
@media screen and (max-width: 575px) {
  .p-recommend__ttl {
    font-size: 1.1875rem;
    line-height: calc(31 / 19);
    letter-spacing: 0.06em;
    padding-bottom: 10px;
    margin-top: 10px;
  }
}

.p-recommend__img {
  margin-top: 1.6875rem;
  max-width: 600px;
  margin-inline: auto;
}
@media screen and (max-width: 575px) {
  .p-recommend__img {
    margin-top: 1.125rem;
  }
}

.p-recommend__img-item {
  width: 100%;
  height: auto;
  border-radius: 14px;
}
@media screen and (max-width: 575px) {
  .p-recommend__img-item {
    border-radius: 8px;
  }
}

/* .p-recommend__bg {
  background-color: #fff;
  background-image: url(../img/bg_03.webp);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  height: auto;
  padding-bottom: 60px;
  padding-bottom: 3.75rem;
  padding-top: 78px;
  padding-top: 4.875rem;
  width: 100%;
}
@media screen and (max-width: 575px) {
  .p-recommend__bg {
    background-image: url(../img/bg_03_sp.webp);
    margin: 0.125rem calc(50% - 50vw) 0;
    padding-bottom: 3.3125rem;
    padding-top: 1.875rem;
    width: 100vw;
  }
} */

.p-recommend__bg.p-recommend__bg--purple {
  background-color: #fff;
  background-image: url(../img/bg_04.webp);
  margin-top: 3px;
  margin-top: 0.1875rem;
  padding-bottom: 131px;
  padding-bottom: 8.1875rem;
  position: relative;
}
@media screen and (max-width: 575px) {
  .p-recommend__bg.p-recommend__bg--purple {
    background-image: url(../img/bg_04_sp.webp);
    margin-top: 0;
    padding-bottom: 2.6875rem;
    padding-top: 2.75rem;
  }
}

#trend.p-menu__list {
  background-color: #fff;
}

.p-recommend__info {
  margin-inline: auto;
  max-width: 430px;
  max-width: 26.875rem;
  width: 100%;
}
@media screen and (max-width: 575px) {
  .p-recommend__info {
    max-width: 20.0625rem;
  }
}

.p-recommend__after-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 0.9375rem;
  -moz-column-gap: 0.9375rem;
  column-gap: 0.9375rem;
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (max-width: 575px) {
  .p-recommend__after-list {
    -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;
    margin-top: 1.25rem;
    row-gap: 0.625rem;
  }
}

.p-recommend__after-img {
  max-width: 345px;
  max-width: 21.5625rem;
  width: 100%;
}

.p-recommend__info-new {
  margin-inline: auto;
  margin-top: 62px;
  margin-top: 3.875rem;
  max-width: 370px;
  max-width: 23.125rem;
  width: 100%;
}
@media screen and (max-width: 575px) {
  .p-recommend__info-new {
    margin-top: 2.5rem;
    max-width: 18.4375rem;
  }
}

.p-recommend__box {
  background-color: #ffffef;
  border: #f19dae solid 2px;
  border: #f19dae solid 0.125rem;
  margin: 77px auto 0;
  margin: 4.8125rem auto 0;
  max-width: 512px;
  padding-bottom: 43px;
  padding-bottom: 2.6875rem;
  padding-left: 45px;
  padding-left: 2.8125rem;
  padding-right: 35px;
  padding-right: 2.1875rem;
  padding-top: 59px;
  padding-top: 3.6875rem;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 575px) {
  .p-recommend__box {
    margin-top: 3.9375rem;
    max-width: 66.6666666667vw;
    padding-bottom: 1.875rem;
    padding-left: 1.625rem;
    padding-right: 1.5625rem;
    padding-top: 2.5rem;
  }
}

.p-recommend__icon {
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  top: -8%;
  transform: translateX(-50%);
  width: 50px;
  width: 3.125rem;
}
@media screen and (max-width: 575px) {
  .p-recommend__icon {
    top: -7%;
  }
}

.p-recommend__box-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 575px) {
  .p-recommend__box-wrapper {
    -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;
  }
}

.p-recommend__box-img {
  max-width: 189px;
  width: 100%;
}

.p-recommend__body {
  margin-left: 30px;
  margin-left: 1.875rem;
}
@media screen and (max-width: 575px) {
  .p-recommend__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0;
    -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;
  }
}

.p-recommend__body-ttl {
  max-width: 209px;
  width: 100%;
}
@media screen and (max-width: 575px) {
  .p-recommend__body-ttl {
    margin-left: 0;
    margin-top: 1.375rem;
    max-width: 9.875rem;
  }
}

.p-recommend__body-ttl::after {
  background-color: #f19dae;
  content: "";
  display: block;
  height: 2px;
  height: 0.125rem;
  margin-top: 20px;
  margin-top: 1.25rem;
  width: 100%;
}
@media screen and (max-width: 575px) {
  .p-recommend__body-ttl::after {
    margin-inline: auto;
    margin-top: 0.625rem;
    width: 1.875rem;
  }
}

.p-recommend__body-txt {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.53125;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (max-width: 575px) {
  .p-recommend__body-txt {
    margin-top: 0.875rem;
    text-align: center;
    white-space: nowrap;
  }
}

.p-recommend__body-txt span {
  color: #ca3f6a;
}

.p-recommend__txt {
  font-weight: bold;
  font-size: 1.25rem;
  line-height: calc(34 / 20);
  letter-spacing: 0.14em;
  color: #d54164;
  text-align: center;
  margin-top: 1.4375rem;
  word-break: auto-phrase;
}
@media screen and (max-width: 575px) {
  .p-recommend__txt {
    font-size: 1rem;
    line-height: calc(24 / 16);
    letter-spacing: 0.1em;
    margin-top: 12px;
  }
}

.p-recommend__table-container {
  margin-top: 55px;
}
@media screen and (max-width: 575px) {
  .p-recommend__table-container {
    margin-top: 25px;
  }
}

.p-recommend__table {
  max-width: 600px;
  margin-inline: auto;
  position: relative;
}
@media screen and (max-width: 575px) {
  .p-recommend__table {
    margin-right: calc(50% - 50vw);
  }
}

.p-recommend__table::before {
  content: "";
  display: block;
  width: 60px;
  height: 54px;
  position: absolute;
  top: -36px;
  left: -20px;
  background: url(../img/bg_petal.webp) no-repeat center center / contain;
}
@media screen and (max-width: 575px) {
  .p-recommend__table::before {
    width: calc(35 / 375 * 100%);
    height: calc(32 / 592 * 100%);
    top: -6px;
    left: 0;
  }
}

.p-recommend__table-item {
  width: 100%;
  height: auto;
  border-radius: 29px;
  box-shadow: 0 0 10px 0 #ff6c8c;
}
@media screen and (max-width: 575px) {
  .p-recommend__table-item {
    border-radius: 21px 0 0 21px;
    box-shadow: 0 0 8px 0 #ff6c8c;
  }
}

.p-recommend__table-img {
  margin-top: 21px;
  max-width: 574px;
  margin-inline: auto;
}
@media screen and (max-width: 575px) {
  .p-recommend__table-img {
    margin-top: -8px;
  }
}

.p-recommend__table-img-item {
  width: 100%;
  height: auto;
}

.p-recommend__desc {
  margin-top: 63px;
  margin-top: 3.9375rem;
}
@media screen and (max-width: 575px) {
  .p-recommend__desc {
    margin-top: 2.6875rem;
  }
}

.p-recommend__shop-list {
  margin-top: 15px;
  margin-top: 0.9375rem;
}
@media screen and (max-width: 575px) {
  .p-recommend__shop-list {
    margin-top: 0.625rem;
  }
}

.p-recommend__shop-list {
  width: 100%;
}

.p-recommend__coupon {
  display: block;
  margin: 30px auto 0;
  margin: 1.875rem auto 0;
  max-width: 400px;
  width: 100%;
}
@media screen and (max-width: 575px) {
  .p-recommend__coupon {
    margin: 1.9375rem auto 0;
    max-width: 22.625rem;
  }
}

.p-recommend__center-bg {
  position: relative;
}

.p-recommend__center-bg-img {
  width: 100%;
}
@media screen and (max-width: 575px) {
  .p-recommend__center-bg-img {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
}

.p-recommend__component {
  background-color: #ca3f6a;
  border-radius: 0.8125rem;
  color: #fff;
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1;
  margin: 65px auto 0;
  margin: 4.0625rem auto 0;
  padding: 14.5px 5px;
  padding: 0.90625rem 0.3125rem;
  text-align: center;
  width: 497px;
  width: 31.0625rem;
}
@media screen and (max-width: 575px) {
  .p-recommend__component {
    font-size: 21px;
    line-height: 1.2857142857;
    margin: 2.1875rem auto 0;
    max-width: 25rem;
    padding: 0.78125rem 0.3125rem;
    width: 73.6vw;
  }
}

.p-recommend__component-img {
  margin: 20px auto 0;
  margin: 1.25rem auto 0;
  max-width: 616px;
  max-width: 38.5rem;
  width: 100%;
}
@media screen and (max-width: 575px) {
  .p-recommend__component-img {
    margin-top: 0.5625rem;
  }
}

.p-recommend__componen-txt {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  margin-top: 14px;
  margin-top: 0.875rem;
  text-align: center;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 0.06em;
  line-height: 1.725;
}
@media screen and (max-width: 575px) {
  .p-recommend__componen-txt {
    font-size: 16px;
    line-height: 1.78125;
    margin-top: 0.625rem;
  }
}

.p-recommend__componen-txt > span {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(70%, transparent),
    color-stop(50%, #fffb9f)
  );
  background: linear-gradient(transparent 70%, #fffb9f 50%);
  display: inline;
}

.p-present {
  margin-top: -3.9375rem;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 575px) {
  .p-present {
    margin-top: -25px;
  }
}

.p-present__body {
  background: linear-gradient(
    to top,
    transparent 6%,
    #d81e5e 20%,
    #d81e5e calc(100% - 3.9375rem),
    transparent calc(100% - 3.9375rem)
  );
  padding-bottom: 128px;
}
@media screen and (max-width: 575px) {
  .p-present__body {
    background: linear-gradient(
      to top,
      transparent 6%,
      #d81e5e 20%,
      #d81e5e calc(100% - 25px),
      transparent calc(100% - 25px)
    );
    padding-bottom: 55px;
  }
}

.p-present__ttl {
  width: calc(487 / 850 * 100%);
  margin-inline: auto;
}
@media screen and (max-width: 575px) {
  .p-present__ttl {
    width: calc(340 / 360 * 100%);
  }
}

.p-present__ttl-item {
  width: 100%;
  height: auto;
}

.p-present__txt {
  max-width: 800px;
  margin-inline: auto;
  margin-top: 1.3125rem;
}
@media screen and (max-width: 575px) {
  .p-present__txt {
    margin-top: 0.625rem;
    padding-bottom: 42px;
  }
}

.p-present__txt-item {
  width: 100%;
  height: auto;
}

.p-present__btn {
  margin-top: -13px;
  margin-inline: auto;
}
@media screen and (max-width: 575px) {
  .p-present__btn {
    margin-top: -63px;
  }
}

.p-recommend__bottom-bg {
  margin-top: 110px;
  margin-top: 6.875rem;
  background-color: #ffecdb;
}
@media screen and (max-width: 575px) {
  .p-recommend__bottom-bg {
    margin: 2.5rem calc(50% - 50vw) 0;
    width: 100vw;
  }
}

#trend .p-recommend__bottom-bg {
  margin-top: 85px;
  margin-top: 5.3125rem;
}
@media screen and (max-width: 575px) {
  #trend .p-recommend__bottom-bg {
    margin-top: 2.875rem;
  }
}

.p-recommend__bottom-bg {
  margin-top: 1.75rem;
}
@media screen and (max-width: 575px) {
  .p-recommend__bottom-bg {
    margin-top: 1.125rem;
  }
}

.p-recommend__bottom-bg-item {
  width: 100%;
  height: auto;
}

.p-recommend__present.p-present--bg-solid-color .p-present__body {
  background: linear-gradient(
    to top,
    #d81e5e,
    #d81e5e calc(100% - 3.9375rem),
    transparent calc(100% - 3.9375rem)
  );
}
@media screen and (max-width: 575px) {
  .p-recommend__present.p-present--bg-solid-color .p-present__body {
    background: linear-gradient(
      to top,
      #d81e5e,
      #d81e5e calc(100% - 25px),
      transparent calc(100% - 25px)
    );
  }
}

@media screen and (max-width: 575px) {
  .p-recommend__info-new.p-recommend__info-new--02 {
    max-width: 20.8125rem;
  }
}

.p-recommend__info-img {
  margin: 85px auto 0;
  margin: 5.3125rem auto 0;
  max-width: 584px;
  max-width: 36.5rem;
  padding: 0 15px;
  padding: 0 0.9375rem;
  width: 100%;
}
@media screen and (max-width: 575px) {
  .p-recommend__info-img {
    margin-top: 3.5625rem;
  }
}

.p-recommend__info-desc {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.2045454545;
  margin-top: 25px;
  margin-top: 1.5625rem;
  text-align: center;
}
@media screen and (max-width: 575px) {
  .p-recommend__info-desc {
    font-size: 18px;
    letter-spacing: 0.08em;
    line-height: 1.4722222222;
    margin-top: 0.9375rem;
  }
}

.p-recommend__info-desc > span {
  color: #997ddf;
}

.p-recommend__info-desc02 {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.325;
  margin-top: 12px;
  margin-top: 0.75rem;
  text-align: center;
}
@media screen and (max-width: 575px) {
  .p-recommend__info-desc02 {
    font-size: 16px;
    line-height: 1.65625;
    margin-top: 0;
  }
}

.l-shop {
  max-width: 900px;
  margin-inline: auto;
  overflow: hidden;
  margin-top: -90px;
  padding-top: 10px;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 575px) {
  .l-shop {
    margin-top: -30px;
  }
}

.p-shop__body {
  margin-top: 34px;
}
@media screen and (max-width: 575px) {
  .p-shop__body {
    margin-top: 24px;
  }
}

.p-shop__ttl-item {
  width: 100%;
  height: auto;
}

.p-shop__inner {
  border-radius: 60px 60px 0 0;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(50, 100, 75, 0.5);
  padding-block: 86px 50px;
  border-bottom: 1px solid #e3e3e3;
  overflow: hidden;
}
@media screen and (max-width: 575px) {
  .p-shop__inner {
    border-radius: 25px 25px 0 0;
    padding-block: 53px 55px;
  }
}

.p-tab-area {
  margin-right: auto;
  margin-left: auto;
}

.p-tab-area__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 6px;
}
@media screen and (max-width: 575px) {
  .p-tab-area__list {
    gap: 4px;
    justify-content: start;
    max-width: 345px;
    margin-inline: auto;
  }
}

.p-tab-area__btn {
  cursor: pointer;
  width: 83px;
}
@media screen and (max-width: 575px) {
  .p-tab-area__btn:first-child {
    width: 100%;
  }
}

.p-tab-area__btn.is-active {
  background-color: #000000;
  color: #ffffff;
  border-color: #000000;
}

.p-tab-area__panel {
  display: none;
  line-height: 1.75;
}

.p-tab-area__panel.is-active {
  display: block;
}

.p-tab-area__panel-item {
  -webkit-margin-before: 5px;
  margin-block-start: 5px;
}
@media only screen and (max-width: 992px) {
  .p-tab-area__panel-item {
    -webkit-margin-before: 20px;
    margin-block-start: 20px;
  }
}

.p-tab-area__panel-ttl {
  font-weight: 500;
  font-size: 26px;
  letter-spacing: 0.05em;
  text-align: center;
  color: #3b9357;
}

.p-card {
  display: grid;
  grid-template-columns: minmax(320px, 1fr) minmax(auto, 268px);
  gap: 0.5em;
  align-items: center;
}
@media screen and (max-width: 575px) {
  .p-card {
    grid-template-columns: 1fr;
    gap: initial;
  }
}

@media screen and (max-width: 575px) {
  .p-card__body {
    display: contents;
  }
}

.p-card__logo {
  text-align: center;
}
@media screen and (max-width: 575px) {
  .p-card__logo {
    order: 1;
  }
}

.p-card__logo-img {
  width: 100%;
  height: 44px;
  object-fit: contain;
}

.p-card__ttl {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-feature-settings: "palt";
  color: #333333;
  text-align: center;
  margin-top: 11px;
}
@media screen and (max-width: 575px) {
  .p-card__ttl {
    order: 3;
    margin-top: 8px;
  }
}

.p-card__txt {
  font-size: 17px;
  line-height: calc(27 / 17);
  letter-spacing: 0.34px;
  color: #333333;
  text-align: center;
  margin-top: 13px;
}
@media screen and (max-width: 575px) {
  .p-card__txt {
    order: 4;
    margin-top: 7px;
    text-align: initial;
  }
}

.p-card__btn {
  text-align: center;
  margin-top: 5px;
}
@media screen and (max-width: 575px) {
  .p-card__btn {
    order: 5;
    text-align: right;
    margin-top: 10px;
  }
}

@media screen and (max-width: 575px) {
  .p-card__img {
    order: 2;
    margin-top: 15px;
    max-width: 268px;
    margin-inline: auto;
  }
}

.p-card__img-item {
  width: 100%;
  height: 100%;
  aspect-ratio: 268 / 179;
  object-fit: cover;
}

.p-accordion[open] {
  position: relative;
}

.p-accordion[open] .p-accordion__q {
  /* order: 2; */
  position: absolute;
  left: 50%;
  bottom: 0;
  translate: -50% -41px;
  /* transform: translateX(-50%); */
  width: 100%;
}

.p-accordion[open] .p-accordion__q::after {
  content: "▲";
}

/* .p-accordion[open] .p-accordion__a {
  order: 1;
} */

.p-accordion {
  display: flex;
  flex-direction: column;
}

.p-accordion__q {
  padding-block: 1em;
  cursor: pointer;
  transition: opacity 0.3s;
  max-width: 300px;
  margin-inline: auto;
  /* position: absolute;
  left: 50%;
  bottom: 0;
  translate: -50% 49px; */
  /* order: 1; */
}

.p-accordion__a {
  /* カクつき防止に大事 */
  box-sizing: content-box;
  overflow: hidden;
  /* padding-top: 0; */
  padding-bottom: 0;
  /* height: 100%; */
  /* margin-top: 0; */
  opacity: 0;
  translate: 0 -17px;
  transition: padding-bottom 0.2s, max-height 0.3s, opacity 0.7s, translate 0.2s,
    background-color 0.1s;
  /* クつき防止に大事ここまで */
  /* order: 2; */
}

/* カクつき防止に大事 */
.p-accordion.is-open > .p-accordion__a {
  /* padding-top: 29px; */
  /* padding-bottom: 29px; */
  padding-bottom: 2px;
  opacity: 1;
}
.p-accordion.is-open > .p-accordion__a::before {
  opacity: 1;
}
/* カクつき防止に大事ここまで */

.p-modal {
  padding: initial;
  border: initial;
  /* padding-inline: 1em; */
  /* position: relative; */
}
/* 
@media screen and (max-width: 575px) {
  .p-modal {
    border: 2px solid #fff;
  }
} */

/* .p-modal::before {
  content: "";
  width: 100%;
  height: 100%;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
} */

/* @media screen and (max-width: 575px) {
  .p-modal::before {
    border-width: 24px;
  }
} */

.p-modal::backdrop {
  background-color: rgba(0, 0, 0, 0.5);
}

.p-modal__inner {
  width: 100%;
  height: 100dvh;
  max-height: calc(100vh - 100px);
  overflow: auto;
  /* border-radius: 35px; */
  max-width: inherit;
  /* padding-inline: 32px; */
  padding-block: 44px;
}
@media screen and (max-width: 575px) {
  .p-modal__inner {
    max-height: calc(100vh - 90px);
    height: 90dvh;
    border-width: 24px;
    margin-inline: auto;
    padding-inline: 15px;
  }
}

.p-modal__body {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1em;
}
@media screen and (max-width: 575px) {
  .p-modal__body {
    grid-template-columns: 1fr;
    gap: initial;
  }
}

.p-modal__body > *:nth-child(2) {
  max-width: 295px;
  margin-left: auto;
}
@media screen and (max-width: 575px) {
  .p-modal__body > *:nth-child(2) {
    max-width: initial;
    margin-left: initial;
  }
}

.p-modal__info-item {
  padding-block: 10px;
  padding-inline: 5px;
}

.p-modal__info-item:not(:last-child) {
  border-bottom: 1px solid #e3e3e3;
}

.p-modal__btn-close-container {
  text-align: center;
  margin-top: 35px;
}

.p-modal__btn-close {
  pointer-events: auto;
  width: initial;
  min-width: 102px;
}
@media screen and (max-width: 575px) {
  .p-modal__btn-close {
    margin-top: 28px;
  }
}

.p-modal__btn-close-icon-container {
  position: fixed;
  top: 0;
  /* bottom: calc(100vh - 65px); */
  width: 90%;
  max-width: inherit;
  margin-inline: auto;
  transform: translate(-16px, 35px);
  pointer-events: none;
}
@media screen and (max-width: 575px) {
  .p-modal__btn-close-icon-container {
    /* bottom: calc(100vh - 55px); */
    transform: translate(-6px, 30px);
  }
}

.p-modal__btn-close-icon {
  color: #fff;
  /* position: fixed;
  top: 10px;
  right: 18px; */
  pointer-events: auto;
  cursor: pointer;
  width: 29px;
  height: 29px;
  /* margin-top: initial; */
  position: initial;
  display: block;
  margin-left: auto;
}

.p-card2__logo {
  text-align: center;
}

.p-card2__logo-img {
  width: 100%;
  height: 44px;
  object-fit: contain;
}

.p-card2__ttl {
  text-align: center;
  margin-top: 10px;
  font-weight: bold;
  font-size: 17px;
  line-height: calc(20 / 17);
  letter-spacing: 0.06em;
  font-feature-settings: "palt";
  color: #333333;
}

.p-card2__txt {
  font-size: 16px;
  line-height: calc(23 / 16);
  letter-spacing: 0.02em;
  color: #333333;
  margin-top: 11px;
}

.p-card2__slider {
  margin-top: 12px;
}

.p-card2__slider .slick-dots li button::before {
  color: #dcdcdc;
}

.p-card2__slider .slick-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 268 / 179;
}

.p-coupons {
  display: flex;
  flex-direction: column;
  gap: 11px;
}
@media screen and (max-width: 575px) {
  .p-coupons {
    gap: 13px;
  }
}

.p-coupon {
  background-color: #fff;
  counter-increment: number;
  border: 2px solid;
}

.p-coupon__ttl {
  font-weight: 500;
  font-size: 16px;
  line-height: calc(27 / 16);
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  border-bottom: 2px solid;
  display: flex;
}
@media screen and (max-width: 575px) {
  .p-coupon__ttl {
    font-size: 15px;
    line-height: calc(25 / 15);
  }
}

.p-coupon__ttl-sub {
  background-color: #000000;
  color: #ffffff;
  padding-block: 3px;
  padding-inline: 20px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-transform: uppercase;
}
@media screen and (max-width: 575px) {
  .p-coupon__ttl-sub {
    padding-inline: 8px;
    gap: 10px;
  }
}

.p-coupon .p-coupon__ttl-sub::after {
  content: counter(number);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 100vh;
  color: #000000;
  min-width: 23px;
  min-height: 23px;
  text-align: center;
  font-size: 17px;
  line-height: 1.2;
  letter-spacing: 0.08em;
}

.p-coupon__ttl-main {
  padding-inline: 22px;
  display: inline-flex;
  align-items: center;
  text-transform: uppercase;
}
@media screen and (max-width: 575px) {
  .p-coupon__ttl-main {
    padding-inline: 7px;
  }
}

.p-coupon__body {
  padding-block: 16px;
  padding-inline: 34px;
}
@media screen and (max-width: 575px) {
  .p-coupon__body {
    padding-block: 13px;
    padding-inline: 16px;
  }
}

.p-coupon__list {
  display: flex;
  flex-wrap: wrap;
  list-style-type: "";
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 7px;
}

.p-coupon__item {
  font-size: 24px;
  line-height: calc(30 / 24);
  letter-spacing: 0.02em;
  font-feature-settings: "palt";
}
@media screen and (max-width: 575px) {
  .p-coupon__item {
    font-size: 23px;
    line-height: calc(30 / 23);
    letter-spacing: 0;
  }
}

.p-coupon__item:not(:first-child)::before {
  content: "";
  background: url(../img/icon_plus.svg) no-repeat center center / contain;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-inline: 7px;
}

.p-coupon__price-container {
  display: grid;
  grid-template-columns: calc(450 / 685 * 100%) 1fr;
}
@media screen and (max-width: 575px) {
  .p-coupon__price-container {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    /* grid-template-rows: 1fr 1fr 1fr; */
    gap: 0px 0px;
    grid-template-areas:
      "txt txt txt txt"
      "txt2 txt2 price price"
      "discount discount price price";
  }
}

.p-coupon__price-txt-container {
  margin-top: 7px;
}
@media screen and (max-width: 575px) {
  .p-coupon__price-txt-container {
    display: contents;
  }
}

@media screen and (max-width: 575px) {
  .p-coupon__price-txt {
    margin-top: 6px;
    grid-area: txt;
  }
}

@media screen and (max-width: 575px) {
  .p-coupon__price-txt2 {
    grid-area: txt2;
  }
}

.p-coupon__price-txt,
.p-coupon__price-txt2 {
  font-size: 12px;
  line-height: calc(17 / 12);
  letter-spacing: 0.04em;
  font-feature-settings: "palt";
}

.p-coupon__price-discount {
  font-weight: bold;
  font-size: 17px;
  line-height: 1.5;
  letter-spacing: 0.08em;
  background-color: #d1255e;
  color: #ffffff;
  padding-block: 0.1em;
  padding-inline: 0.75em;
  display: inline-block;
  margin-top: 9px;
}
@media screen and (max-width: 575px) {
  .p-coupon__price-discount {
    grid-area: discount;
    align-self: start;
    justify-self: start;
    margin-top: -0.25em;
  }
}

.p-coupon__price {
  font-weight: bold;
  font-size: 35px;
  line-height: 1.5;
  letter-spacing: -0.02em;
  font-feature-settings: "palt";
  color: #d1255e;
  display: flex;
  flex-direction: column;
  text-align: right;
}
@media screen and (max-width: 575px) {
  .p-coupon__price {
    font-size: 29px;
    letter-spacing: -0.02em;
    grid-area: price;
    margin-top: -0.25em;
    overflow-wrap: anywhere;
  }
}

.p-coupon__price-main {
  zoom: 1.4;
}

.p-coupon__price-sub {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #000000;
}

.p-coupon__btn {
  text-align: center;
  max-width: calc(100% - 8px);
  margin-inline: auto;
}
@media screen and (max-width: 575px) {
  .p-coupon__btn {
    text-align: initial;
  }
}

.p-select {
  /* background-image: url(../img/bg_02.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 39.6875rem;
  height: auto; */
  margin-top: -1%;
  padding-bottom: 155px;
  padding-bottom: 9.6875rem;
  padding-top: 133px;
  padding-top: 8.3125rem;
  width: 100%;
}
@media screen and (max-width: 575px) {
  .p-select {
    /* background-image: url(../img/bg_02_sp.webp);
    background-position: top;
    background-size: contain; */
    padding-bottom: 1.9375rem;
    padding-top: 3.75rem;
  }
}

.p-select__inner {
  max-width: 1097px;
  max-width: 68.5625rem;
}

.p-select__ttl {
  margin-inline: auto;
  max-width: 440px;
  max-width: 27.5rem;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 575px) {
  .p-select__ttl {
    max-width: 54.6666666667vw;
  }
}

.p-select__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-inline: auto;
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (max-width: 575px) {
  .p-select__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 0.1875rem;
  }
}

@media screen and (max-width: 575px) {
  .p-select__item {
    margin: 0 auto;
  }
}

.p-select__item + .p-select__item {
  margin-left: 46px;
  margin-left: 2.875rem;
}
@media screen and (max-width: 575px) {
  .p-select__item + .p-select__item {
    margin-left: 0;
    margin-top: 0.375rem;
  }
}

.p-select__item > a {
  display: block;
  max-width: 501px;
  max-width: 31.3125rem;
  width: 100%;
}
@media screen and (max-width: 575px) {
  .p-select__item > a {
    margin-inline: auto;
    margin-left: 0.625rem;
    max-width: 31.25rem;
    width: 90.4vw;
  }
}

/* .p-selection__shop {
  overflow-x: hidden;
} */

.p-selection__bg {
  background-image: url(../img/bg_06.png);
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: contain;
  height: auto;
  margin-top: 31px;
  margin-top: 1.9375rem;
  padding-bottom: 110px;
  padding-bottom: 6.875rem;
  width: 100%;
}
@media screen and (max-width: 575px) {
  .p-selection__bg {
    margin-top: 1.375rem;
  }
}

.p-selection__menu {
  background-color: #282828;
  border-radius: 21px;
  color: #fff;
  font-size: 25px;
  font-weight: 500;
  line-height: 1;
  margin: 60px auto 0;
  max-width: 438px;
  padding: 11.5px;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 575px) {
  .p-selection__menu {
    font-size: 1.25rem;
    margin-top: 2.1875rem;
    max-width: 21.5625rem;
    padding: 7.5px;
  }
}

@media screen and (max-width: 575px) {
  .p-selection__wrapper {
    /* overflow-x: hidden; */
    padding: 0 15px;
  }
}

.p-selection__coupon {
  margin-inline: auto;
  max-width: 857px;
  max-width: 53.5625rem;
}
@media screen and (max-width: 575px) {
  .p-selection__coupon {
    width: 92vw;
  }
}

.p-selection__coupon-txt {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.14em;
  line-height: 1;
  margin-bottom: 22px;
  margin-top: 20px;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (max-width: 575px) {
  .p-selection__coupon-txt {
    font-size: 13px;
  }
}

.p-selection__num {
  background: #f94a71;
  height: 46px;
  height: 2.875rem;
  position: relative;
}
@media screen and (max-width: 575px) {
  .p-selection__num {
    height: 1.875rem;
  }
}

.p-selection__num.p-selection__num--purple {
  background-color: #997ddf;
}

.p-selection__num span {
  color: #282828;
  font-size: 26px;
  font-weight: 500;
  height: 58px;
  position: absolute;
  top: -6px;
  width: 58px;
  -webkit-transform: translateX(-50%);
  background: #fff;
  border: 4px solid #f94a71;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 50%;
  text-align: center;
  transform: translateX(-50%);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 1;
}
@media screen and (max-width: 575px) {
  .p-selection__num span {
    font-size: 1.375rem;
    height: 3.125rem;
    top: -15px;
    width: 3.125rem;
  }
}

.p-selection__num.p-selection__num--purple span {
  border-color: #997ddf;
}

.p-selection__bottom {
  background: #fff;
  padding: 36px 28px 33px 28px;
}
@media screen and (max-width: 575px) {
  .p-selection__bottom {
    padding: 0.8125rem 0.9375rem 1rem 1.3125rem;
  }
}

.p-selection__center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: inherit;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
}

.p-selection__center-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: inherit;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
}
@media screen and (max-width: 575px) {
  .p-selection__center-bottom {
    margin-top: -15px;
  }
}

.p-selection__coupon-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 32px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  letter-spacing: -0.03em;
  -webkit-font-feature-settings: "palt";
  border-bottom: 1px solid #e3e3e3;
  font-feature-settings: "palt";
  letter-spacing: 0.04em;
  line-height: 44px;
  margin-bottom: 20px;
  margin-right: 15px;
  margin-right: 0.9375rem;
  padding-bottom: 17px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 575px) {
  .p-selection__coupon-ttl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 1.5625rem;
    font-size: 25px;
    letter-spacing: -0.01em;
    margin-bottom: 9px;
    padding-bottom: 0px;
    white-space: nowrap;
  }
}

/*3列*/
.p-selection__coupon-ttl.p-selection__coupon-ttl--block {
  display: block;
}

.p-selection__icon {
  aspect-ratio: 1/1;
  margin: 7px 15px 0;
  margin: 0.4375rem 0.9375rem 0;
  width: 13px;
}
@media screen and (max-width: 575px) {
  .p-selection__icon {
    margin: -0.1875rem 0.3125rem 0;
  }
}

@media screen and (max-width: 575px) {
  .p-selection__coupon-ttl .p-selection__icon:first-of-type {
    margin-left: 0;
  }
}

.p-selection__price-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 575px) {
  .p-selection__price-details {
    display: block;
  }
}

.p-selection__coupon-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-selection__coupon-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 575px) {
  .p-selection__coupon-bottom {
    margin-top: -15px;
  }
}

.p-selection__price-before {
  color: #484544;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.08em;
  line-height: 1.3125;
}
@media screen and (max-width: 767px) {
  .p-selection__price-before {
    font-size: 14px;
    white-space: nowrap;
  }
}
@media screen and (max-width: 575px) {
  .p-selection__price-before {
    font-size: 12px;
    letter-spacing: -0.02em;
  }
}

.p-selection__price-left {
  color: #ed290f;
  font-size: 65px;
  font-size: 4.0625rem;
  font-size: 65px;
  font-weight: bold;
  letter-spacing: -0.02em;
  line-height: 1;
  position: relative;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-selection__price-left {
    margin-top: 3.125rem;
  }
}
@media screen and (max-width: 575px) {
  .p-selection__price-left {
    font-size: 10.4vw;
    margin-top: 0;
  }
}

.p-selection__price-left::before {
  border-bottom: 12px solid transparent;
  border-left: 8px solid #ed290f;
  border-top: 12px solid transparent;
  content: "";
  display: block;
  height: 0;
  left: -15%;
  position: absolute;
  top: 24px;
  width: 0;
}
@media screen and (max-width: 575px) {
  .p-selection__price-left::before {
    border-bottom: 2.1333333333vw solid transparent;
    border-left: 2.1333333333vw solid #ed290f;
    border-top: 2.1333333333vw solid transparent;
    left: unset;
    right: 50%;
    top: 26%;
  }
}

@media screen and (max-width: 575px) {
  .p-selection__price-left.p-selection__price-left--yen::before {
    right: 40%;
  }
}

/*en*/
.p-selection__price-left .p-selection__price-yen {
  display: inline;
  font-size: 50px;
  font-size: 3.125rem;
  font-weight: bold;
}
@media screen and (max-width: 575px) {
  .p-selection__price-left .p-selection__price-yen {
    font-size: 7.7333333333vw;
  }
}

.p-selection__price-yen span {
  display: block;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .p-selection__price-yen span {
    font-size: 14px;
  }
}
@media screen and (max-width: 575px) {
  .p-selection__price-yen span {
    font-size: 3.2vw;
  }
}

.p-selection__price-left span {
  display: block;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.02em;
  margin-top: 15px;
  margin-top: 0.9375rem;
}
@media screen and (max-width: 575px) {
  .p-selection__price-left span {
    font-size: 3.2vw;
    margin-top: 2.4vw;
  }
}

.p-selection__products {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  margin-top: 15px;
  margin-top: 0.9375rem;
  max-width: 580px;
  max-width: 36.25rem;
  width: 100%;
}
@media screen and (max-width: 575px) {
  .p-selection__products {
    max-width: 21.875rem;
    width: 69.6vw;
  }
}

@media screen and (max-width: 575px) {
  .p-selection__products.p-selection__products--mt {
    margin-top: 0;
  }
}

@media screen and (max-width: 575px) {
  .p-selection__products.p-selection__products--top {
    margin-top: -0.3125rem;
  }
}

.p-selection__add {
  margin: 60px auto 0;
  margin: 3.75rem auto 0;
  margin: 15px auto 0;
  margin: 0.9375rem auto 0;
  max-width: 600px;
  padding: 0 25px;
  padding: 0 1.5625rem;
  width: 100%;
}
@media screen and (max-width: 575px) {
  .p-selection__add {
    margin: 0;
    margin-inline: auto;
    margin-top: 0.9375rem;
    max-width: unset;
    padding: 0;
    width: 83.2vw;
  }
}

.p-selecition__recommend {
  margin: 60px auto 0;
  margin: 3.75rem auto 0;
  max-width: 600px;
  padding: 0 25px;
  padding: 0 1.5625rem;
  width: 100%;
}
@media screen and (max-width: 575px) {
  .p-selecition__recommend {
    margin: 1.875rem auto 0;
    max-width: unset;
    padding: 0 0.9375rem;
    width: 92vw;
  }
}

.p-selection__shop-info-box {
  background-color: #fff;
}

.p-selection__price-option {
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.01em;
  line-height: 1.8125;
  margin-top: 30px;
  margin-top: 1.875rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-selection__price-option {
    font-size: 14px;
  }
}

/*.p-selection__coupon02*/
.p-selection__coupon02 .p-selection__coupon-bottom {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 575px) {
  .p-selection__coupon02 .p-selection__coupon-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 575px) {
  .p-selection__coupon02
    .p-selection__coupon-top
    .p-selection__icon:first-of-type {
    margin: 15px;
    margin: 2px;
  }
}

.p-selection__coupon02 .p-selection__center .p-selection__icon:nth-of-type(1) {
  margin-left: 0;
}

@media screen and (max-width: 697px) {
  .p-selection__coupon02
    .p-selection__center-bottom
    .p-selection__icon:nth-of-type(1) {
    margin-left: 0;
  }
}

.p-shop-info__modal {
  max-width: 700px;
  width: 90%;
}
@media screen and (max-width: 575px) {
  .p-shop-info__modal {
    max-width: 345px;
  }
}

.p-shop-info__card {
  padding-block: 57px 62px;
  max-width: 610px;
  margin-inline: auto;
}
@media screen and (max-width: 575px) {
  .p-shop-info__card {
    padding-block: 50px 46px;
  }
}

.p-shop-info:not(:has(.p-shop-info__accordion[open])) .p-shop-info__card {
  padding-bottom: 26px;
}

.p-shop-info__accordion {
  max-width: 685px;
  margin-inline: auto;
  position: relative;
  z-index: 0;
  height: 100%;
  /* transition: padding-bottom 0.025s; */
}
.p-shop-info__accordion[open] {
  /* margin-bottom: 107px; */
  padding-bottom: 118px;
}
.p-shop-info__accordion::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 100%;
  max-height: 0;
  background-color: #fff;
  opacity: 0;
  transform: translate(-50%, 0);
  transition: max-height 0.05s ease, opacity 0.025s ease, transform 0.05s ease,
    background-position 0.05s ease, background-color 0.1s ease;
  z-index: -1;
  background-position: top; /* 下から上に色が消える */
}
.p-shop-info__accordion[open]::before {
  max-height: 100%;
  opacity: 1;
  transform: translate(-50%, 0);
  background-color: #ffb9b9;
}

.p-shop-info .logo {
  height: 46px;
  height: 2.875rem;
}

.p-shop-info .name {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.08em;
  margin-bottom: 20px;
}

.p-shop-info .logo img {
  display: block;
  height: 100%;
  margin: 0 auto;
  width: auto;
}

.p-shop-info .add {
  font-size: 17px;
  margin-bottom: 20px;
  padding: 0 5%;
  text-align: center;
}
@media screen and (max-width: 575px) {
  .p-shop-info .add {
    text-align: left;
  }
}

.p-shop-info .slider {
  /* margin: 0 auto 50px; */
  /* width: 385px; */
  max-width: 317px;
}
@media screen and (max-width: 575px) {
  .p-shop-info .slider {
    margin-bottom: initial;
    max-width: 300px;
  }
}

/* .p-shop-info .slick-list {
  width: 100% !important;
  height: 100% !important;
  position: relative !important;
}
.p-shop-info .slick-list .slick-track{
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
} */

.p-shop-info .info {
  margin: 0 auto;
  margin-bottom: 12px;
  max-width: 463px;
  padding: 0;
  width: 100%;
}
@media screen and (max-width: 575px) {
  .p-shop-info .info {
    max-width: 25rem;
  }
}

.p-shop-info .info dl dt {
  font-size: 16px;
}

.p-shop-info .info dl dd {
  font-size: 12px;
  line-height: calc(19 / 12);
}

.p-shop-info .info dl:not(:last-child)::after {
  bottom: -15px;
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  width: 100%;
  -webkit-transform: translateX(-50%);
  background-color: #f0f0f0;
  transform: translateX(-50%);
}

.p-shop-info .info dl dt {
  letter-spacing: 0.02em;
}

.p-shop-info .info dl dt {
  color: #ff3062;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

.p-shop-info .info dl dt {
  color: #3fcedb;
  font-weight: 500;
}

.p-shop-info .info dl:not(:last-child)::after {
  bottom: -15px;
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  width: 100%;
  -webkit-transform: translateX(-50%);
  background-color: #f0f0f0;
  transform: translateX(-50%);
}

.p-shop-info .info dl dd > span {
  color: #ff3062;
}

.p-shop-info .info dl dd .bold {
  font-weight: bold;
  margin-top: 13px;
}

/* .p-shop-info .map {
  margin: 0 auto;
  overflow: hidden;
  padding-top: 69%;
  position: relative;
  width: 100%;
} */

.p-shop-info .map {
  overflow: hidden;
}

/* .p-shop-info .map iframe {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
} */

.p-shop-info .map iframe {
  aspect-ratio: 288/215;
  width: 100%;
}

.p-shop-info .view-map a {
  border-bottom: 1px solid #d81e5e;
  color: #d81e5e;
  display: inline-block;
  margin-left: 1.5em;
}

.p-shop-info .view-map a {
  border-bottom: 1px solid #3fcedb;
  color: #3fcedb;
  line-height: 1;
}

.p-shop-info .view-map {
  /* margin: 0 auto 50px; */
  max-width: 740px;
  text-align: right;
}

.p-shop-info .view-map a span {
  position: relative;
}

.p-shop-info .view-map a span::before {
  background: url(../img/common/icon_scope.png) no-repeat center top/cover;
}

.p-shop-info .view-map a span::before {
  content: "";
  height: 14px;
  left: -1.5em;
  position: absolute;
  top: 50%;
  width: 14px;
  -webkit-transform: translateY(-50%);
  background: center/contain no-repeat url(../img/common/icon_scope.png);
  transform: translateY(-50%);
}

.p-shop-info .ttl-reserve img {
  display: block;
  height: 35px;
  margin: 0 auto;
  width: auto;
}

.p-shop-info .reserve .link-wrap .link-tel {
  background-color: #d81e5e;
  /* height: 82px; */
  margin-right: 9px;
  max-width: 340px;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  padding-inline: 0.25em;
  width: 100%;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 1.25em;
}
@media screen and (max-width: 841px) {
  .p-shop-info .reserve .link-wrap .link-tel {
    /* margin-bottom: 15px; */
    margin-right: 0;
    padding-top: 0.75em;
  }
}
/* @media screen and (max-width: 759px) {
  .p-shop-info .reserve .link-wrap .link-tel {
    height: 91px;
    margin-bottom: 15px;
  }
} */
@media screen and (max-width: 575px) {
  .p-shop-info .reserve .link-wrap .link-tel {
    line-height: 1.2;
  }
}

.p-shop-info .reserve .link-wrap .link-tel.link-tel--long .shop-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-shop-info .reserve .link-wrap .link-tel.link-tel--long {
  padding: 3px 0 5px;
}
@media screen and (max-width: 759px) {
  .p-shop-info .reserve .link-wrap .link-tel.link-tel--long {
    padding: 10px 0 5px;
  }
}

.p-shop-info .reserve .link-wrap .link-reserve {
  background-color: #2e81ff;
  color: #ffff5c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 17px;
  font-size: 21px;
  font-weight: bold;
  /* height: 82px; */
  letter-spacing: 0.04em;
  line-height: 1.3;
  margin: 0 auto;
  max-width: 340px;
  padding: 34px;
  padding: 2.125rem;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
/* @media screen and (max-width: 759px) {
  .p-shop-info .reserve .link-wrap .link-reserve {
    height: 91px;
  }
} */
@media screen and (max-width: 575px) {
  .p-shop-info .reserve .link-wrap .link-reserve {
    font-size: 17px;
    line-height: calc(24 / 17);
    padding: 0.75em;
  }
}

.p-shop-info .reserve .link-wrap .link-tel .link-text {
  color: #ffff5c;
  display: block;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 3px;
  text-align: center;
}
@media screen and (max-width: 575px) {
  .p-shop-info .reserve .link-wrap .link-tel .link-text {
    font-size: 17px;
    letter-spacing: 0.04em;
    margin-bottom: 6px;
  }
}

.p-shop-info .reserve .link-wrap .link-tel .num {
  color: #fff;
  font-weight: bold;
  font-size: 19px;
  line-height: calc(32 / 19);
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 575px) {
  .p-shop-info .reserve .link-wrap .link-tel .num {
    font-size: 17px;
  }
}

.p-shop-info .reserve .link-wrap .link-tel .shop-name {
  color: #fff;
  font-size: 13px;
  letter-spacing: 0.04em;
}

.p-shop-info .reserve .link-wrap .link {
  border-radius: 7px;
  -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
  text-align: center;
  word-break: auto-phrase;
}

.p-shop-info .reserve .link-wrap .link-coupon {
  border: 2px solid #f94f61;
  color: #f94f61;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 0.04em;
  margin-top: 10px;
  max-width: 345px;
  padding: 15px 0;
  position: relative;
  width: 100%;
}

.p-shop-info .reserve .link-wrap .link-coupon {
  border-width: 4px;
  font-size: 20px;
  margin-top: 20px;
  max-width: 420px;
  padding: 16px 0;
}
@media screen and (max-width: 575px) {
  .p-shop-info .reserve .link-wrap .link-coupon {
    font-size: 1.0625rem;
  }
}

.p-shop-info .reserve .link-wrap .link-coupon::before {
  content: "";
  height: 25px;
  left: -1px;
  position: absolute;
  top: 50%;
  width: 34px;
  -webkit-transform: translateY(-50%);
  background: center/contain no-repeat url(../img/common/icon_02.png);
  transform: translateY(-50%);
}

.p-shop-info .reserve .link-wrap .link {
  border-radius: 7px;
  -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
  min-height: 89px;
}
@media screen and (max-width: 575px) {
  .p-shop-info .reserve .link-wrap .link {
    min-height: 91px;
  }
}

.note {
  font-size: 14px;
  line-height: calc(25 / 14);
  letter-spacing: 0.02em;
}
@media screen and (max-width: 575px) {
  .note {
    line-height: calc(23 / 14);
  }
}

.note span {
  color: #d81e5e;
  font-weight: bold;
}

.p-shop-info .reserve .link-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto 20px;
  max-width: 695px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /* -ms-flex-wrap: wrap;
  flex-wrap: wrap; */
  gap: 18px;
  margin-top: 20px;
}
@media screen and (max-width: 575px) {
  .p-shop-info .reserve .link-wrap {
    gap: 7px;
  }
}
/* @media screen and (max-width: 575px) {
  .p-shop-info .reserve .link-wrap {
    max-width: 21.5625rem;
  }
} */

.note span {
  color: #d81e5e;
  font-weight: bold;
}

.p-shop-info .slider .slick-dots {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
  margin-top: -5px;
}

.p-shop-info .slider .slick-dots li button {
  color: transparent;
  font-size: 0;
}

.p-shop-info .slider .slick-dots li {
  display: inline-block;
  margin: 0 3px;
}

.p-shop-info .slider .slick-dots li button:before {
  content: "•";
  font-family: "slick";
  font-size: 30px;
}

.p-shop-info .slider .slick-dots li.slick-active button:before {
  color: #3fcedb;
  content: "•";
  font-family: "slick";
}

/* .reserve {
  padding-left: 15px;
  padding-left: 0.9375rem;
} */

.p-shop__bg {
  background-color: #f19dae;
  background-image: url(../img/bg_05.webp);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: contain;
  height: auto;
  padding-top: 145px;
  padding-top: 9.0625rem;
  width: 100%;
}
@media screen and (max-width: 575px) {
  .p-shop__bg {
    margin: 0 calc(50% - 50vw) 0;
    padding-top: 2.8125rem;
    width: 100vw;
  }
}

.p-shop__ttl {
  margin-inline: auto;
  max-width: 497px;
  width: 100%;
}
@media screen and (max-width: 575px) {
  .p-shop__ttl {
    max-width: 333px;
  }
}

.p-shop__date {
  margin: 60px auto 0;
  margin: 3.75rem auto 0;
  max-width: 493px;
  width: 100%;
}
@media screen and (max-width: 575px) {
  .p-shop__date {
    margin-top: 1.25rem;
    max-width: 17.25rem;
  }
}

.p-shop__list-info {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-top: 55px;
  margin-top: 3.4375rem;
  text-align: center;
}
@media screen and (max-width: 575px) {
  .p-shop__list-info {
    font-size: 19px;
    margin-top: 1rem;
  }
}

.p-shop__list-choice {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-top: 15px;
  margin-top: 0.9375rem;
  text-align: center;
}
@media screen and (max-width: 575px) {
  .p-shop__list-choice {
    font-size: 14px;
    margin-top: 0.1875rem;
  }
}

.p-shop__select-wrap {
  background-color: #fff;
  border: #de6483 solid 3px;
  margin: 30px auto 0;
  margin: 1.875rem auto 0;
  max-width: 600px;
  padding: 60px 20px 60px;
  padding: 3.75rem 1.25rem 3.75rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-shop__select-wrap {
    max-width: 500px;
  }
}
@media screen and (max-width: 575px) {
  .p-shop__select-wrap {
    margin: 1.1875rem auto 0;
    max-width: 73.6vw;
    padding: 1.875rem 0.9375rem 2.5rem;
  }
}

.p-shop__select-list {
  text-align: center;
}

.p-shop__city {
  background-color: #de6483;
  border-radius: 18px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.14em;
  line-height: 1;
  margin: 36px auto 18px;
  margin: 2.25rem auto 1.125rem;
  max-width: 303px;
  padding: 8.5px;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 575px) {
  .p-shop__city {
    font-size: 4.8vw;
    margin: 1.475rem auto 0.65rem;
    max-width: 50.9333333333vw;
    padding: 6px;
  }
}

.p-shop__city:first-child {
  margin-top: 0;
}
@media screen and (max-width: 575px) {
  .p-shop__city:first-child {
    margin-top: 0.9375rem;
  }
}

.p-shop__name {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-decoration: underline;
}
@media screen and (max-width: 575px) {
  .p-shop__name {
    font-size: 3.7333333333vw;
  }
}

.p-shop__name > a {
  display: inline-block;
  padding: 8px 20px;
  text-decoration: underline;
}
@media screen and (max-width: 575px) {
  .p-shop__name > a {
    padding: 5.5px 20px;
  }
}

.l-follow-btn {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  max-width: 82px;
  min-width: 50px;
  width: calc(82 / 1536 * 100%);
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}
@media screen and (max-width: 575px) {
  .l-follow-btn {
    top: initial;
    transform: initial;
    bottom: 0;
    max-width: initial;
    min-width: initial;
    width: 100%;
  }
}

.l-follow-btn.is-show {
  opacity: 1;
  visibility: visible;
}

.l-follow-btn.is-footer {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 575px) {
  .l-follow-btn.is-footer {
    opacity: 0;
    visibility: hidden;
  }
}

.p-follow-btn__img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 575px) {
  .u-desktop {
    display: none;
  }
}

.u-mobile {
  display: none;
}
@media screen and (max-width: 575px) {
  .u-mobile {
    display: block;
  }
}

.u-tablet {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-tablet {
    display: block;
  }
}

/*# sourceMappingURL=common.css.map */
