@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

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

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

html {
  position: relative;
}

html {
  color: #331801;
  font-size: calc(100vw / 375 * 100);
  scroll-behavior: smooth;
  scroll-padding-top: 1rem;
}
@media screen and (min-width: 768px) {
  html {
    font-size: calc(100vw / 976 * 100);
    scroll-padding-top: 1.5rem;
    /* スクロールバー全体 
    ::-webkit-scrollbar {
        width: 12px;
    }

    ::-webkit-scrollbar-track {
        background-color: transparent;
    }

    ::-webkit-scrollbar-thumb {
        background: #3a3a3a;
        border-radius: 12px;
        width: 6px;
        border: 2px solid transparent;
        box-sizing: border-box;
    }*/
  }
}

picture {
  display: block;
}
picture img {
  display: block;
  width: 100%;
  height: 100%;
}

strong {
  font-weight: 700;
}

a {
  transition: 0.3s;
  text-decoration: none;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a:hover {
  opacity: 0.6;
}

img {
  display: inline-block;
}

ul {
  list-style: none;
}

body {
  font-weight: 400;
  font-family: "Zen Kaku Gothic New", sans;
  font-size: 0.14rem;
  line-height: 150%;
  letter-spacing: 0;
  position: relative;
  will-change: top;
  -webkit-text-size-adjust: none;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 0.16rem;
  }
}
body * {
  box-sizing: border-box;
  -o-object-fit: cover;
     object-fit: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  max-width: 100%;
  font-weight: inherit;
  color: inherit;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

section {
  position: relative;
}

::-moz-selection {
  background: #D60012;
  color: white;
}

::selection {
  background: #D60012;
  color: white;
}

::-moz-selection {
  background: #D60012;
  color: white;
}

#fv {
  width: 100%;
  height: 7.8rem;
  background-image: url("../img/fv/bg.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  position: relative;
}
#fv h1 {
  display: none;
}
#fv::after {
  content: "";
  position: absolute;
  width: 4.78rem;
  height: 1.46rem;
  bottom: -0.78rem;
  left: 50%;
  transform: translateX(-50%);
  background-image: url("../img/fv/cloud.png");
  background-size: contain;
  background-repeat: no-repeat;
}

#intro {
  padding-bottom: 0.98rem;
}
#intro .l-catch {
  width: 2.86rem;
  height: 1.38rem;
  margin: 0 auto 0.27rem;
  background-image: url("../img/intro/catch.png");
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
}
#intro .l-catch span {
  display: none;
}
#intro .l-items {
  width: 2.48rem;
  height: 2.88rem;
  margin: 0 auto 0.19rem;
}
#intro .l-desc {
  text-align: center;
  font-family: "Zen Maru Gothic", "Zen Kaku Gothic New", sans;
  font-size: 0.15rem;
  line-height: 0.3rem;
  letter-spacing: 0em;
  font-weight: 500;
}
#intro .l-desc strong {
  color: #D60012;
  font-size: 0.18rem;
}

#flow {
  padding-bottom: 3.52rem;
}
#flow .c-heading {
  margin-bottom: 0.2rem;
}
#flow .l-desc {
  font-family: "Zen Maru Gothic", "Zen Kaku Gothic New", sans;
  font-size: 0.15rem;
  line-height: 0.3rem;
  letter-spacing: 0em;
  font-weight: 500;
  text-align: center;
  margin-bottom: 0.4rem;
}
#flow .l-desc a {
  color: #F04C03;
  text-decoration: underline;
}
#flow .l-video {
  width: 100%;
  height: 1.84rem;
  margin-bottom: 0.4rem;
}
#flow .l-video iframe {
  display: block;
  width: 100%;
  height: 100%;
}
#flow .c-heading--orange {
  margin-bottom: 0.3rem;
}
#flow .l-slider {
  position: relative;
}
#flow .l-slider .swiper-button-disabled {
  opacity: 0.2;
}
#flow .l-slider__prev {
  width: 0.16rem;
  height: 0.26rem;
  position: absolute;
  background-color: #FEE762;
  top: 2.44rem;
  left: 0.15rem;
  clip-path: polygon(0% 50%, 100% 0%, 100% 100%);
  z-index: 2;
  cursor: pointer;
}
#flow .l-slider__next {
  width: 0.16rem;
  height: 0.26rem;
  position: absolute;
  background-color: #FEE762;
  top: 2.44rem;
  right: 0.15rem;
  clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
  z-index: 2;
  cursor: pointer;
}
#flow .l-slider__pagination {
  display: flex;
  justify-content: center;
  gap: 0.16rem;
  margin-top: 0.12rem;
}
#flow .l-slider__pagination .swiper-pagination-bullet {
  margin: 0;
  background-color: #EBDFDF;
  opacity: 1;
}
#flow .l-slider__pagination .swiper-pagination-bullet-active {
  background-color: #F04C03 !important;
}
#flow .l-space {
  height: 0.85rem;
  display: block;
}
#flow #kuchi3-head {
  position: relative;
}
#flow #kuchi3-head::before {
  content: "";
  width: 1.17rem;
  height: 1.17rem;
  background-image: url("../img/flow/catch.webp");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -0.42rem;
  left: -0.08rem;
}
#flow .c-desc {
  margin-bottom: 0.37rem;
}

#shichifukujin {
  padding-bottom: 2.91rem;
  position: relative;
}
#shichifukujin .c-heading {
  position: relative;
  z-index: 5;
}
#shichifukujin #bg1 {
  position: absolute;
  top: -3rem;
  left: 0;
  z-index: 2;
  width: 3.75rem;
  height: 5.81rem;
  background-image: url("../img/shichifukujin/bg1.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  pointer-events: none;
}
#shichifukujin #bg2 {
  position: absolute;
  bottom: -0.01rem;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background-image: url("../img/shichifukujin/bg2.webp");
  background-size: 3.75rem 52.15rem;
  background-repeat: no-repeat;
  background-position: bottom center;
  pointer-events: none;
}
#shichifukujin #bg3 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 3.75rem;
  height: 5.8rem;
  background-image: url("../img/shichifukujin/bg3.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  pointer-events: none;
}
#shichifukujin #bg4 {
  position: absolute;
  bottom: -0.01rem;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #FEE762 0%, #FEE762 90%, transparent 100%);
  pointer-events: none;
}
#shichifukujin .l-desc {
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans;
  font-size: 0.15rem;
  line-height: 0.21rem;
  letter-spacing: 0em;
  font-weight: 500;
  margin-top: 0.08rem;
  margin-bottom: 1.21rem;
  display: block;
  position: relative;
  z-index: 5;
}
#shichifukujin .p-items {
  position: relative;
  z-index: 15;
}
#shichifukujin .l-cloud {
  position: absolute;
  background-image: url("../img/common/cloud_y.webp");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
  pointer-events: none;
  max-width: unset;
}
#shichifukujin #cloud1 {
  background-image: url("../img/common/cloud_dy.webp");
  width: 4.35rem;
  height: 3.51rem;
  top: -0.53rem;
  left: 0.81rem;
}
#shichifukujin #cloud2 {
  width: 4.35rem;
  height: 3.51rem;
  top: -2.02rem;
  right: 0.79rem;
}
#shichifukujin #cloud3 {
  width: 4.35rem;
  height: 3.51rem;
  bottom: -1.83rem;
  left: 0.79rem;
}
#shichifukujin #cloud4 {
  width: 4.35rem;
  height: 3.51rem;
  bottom: -0.85rem;
  right: 0.79rem;
}
#shichifukujin #cloud5 {
  width: 4.35rem;
  height: 3.51rem;
  bottom: -0.1rem;
  left: 0.79rem;
}
#shichifukujin #cloud6 {
  width: 4.35rem;
  height: 3.51rem;
  bottom: 1.2rem;
  right: 0.79rem;
}
#shichifukujin #cloud7 {
  width: 4.35rem;
  height: 3.51rem;
  top: -0.19rem;
  left: 0.79rem;
}
#shichifukujin #item2 .p-items__god {
  width: 1.6rem;
  height: 2.63rem;
  top: -0.43rem;
  left: -0.87rem;
}
#shichifukujin #item3 .p-items__god {
  width: 1.6rem;
  height: 2.63rem;
  top: -0.43rem;
  left: -0.87rem;
}
#shichifukujin #item4 .p-items__god {
  width: 1.55rem;
  height: 2.55rem;
  top: -0.34rem;
  left: -0.9rem;
}
#shichifukujin #item5 .p-items__god {
  width: 1.6rem;
  height: 2.63rem;
  top: -0.43rem;
  left: -0.87rem;
}
#shichifukujin #item6 .p-items__cloud {
  padding-left: 0.5rem;
}
#shichifukujin #item6 .p-items__cloud--head {
  padding-right: 0.2rem;
}
#shichifukujin #item6 .p-items__god {
  width: 1.88rem;
  height: 2.71rem;
  top: -0.55rem;
  left: -0.87rem;
}
#shichifukujin #item7 .p-items__god {
  width: 1.6rem;
  height: 2.63rem;
  top: -0.39rem;
  left: -0.87rem;
}

#vote {
  background-color: white;
  padding-bottom: 0.8rem;
}
#vote .c-heading {
  margin-bottom: 0.2rem;
}
#vote .l-desc {
  font-family: "Zen Kaku Gothic New", sans;
  font-size: 0.15rem;
  line-height: 0.3rem;
  letter-spacing: 0em;
  font-weight: 500;
  margin-bottom: 0.39rem;
  text-align: center;
}
#vote .l-desc a {
  color: #F04C03;
  text-decoration: underline;
}
#vote #step1 {
  margin-top: 0.34rem;
  margin-bottom: 0.64rem;
}
#vote #step3 {
  margin-top: 0.4rem;
}
#vote .l-step {
  display: flex;
  flex-direction: column;
  gap: 0.64rem;
  align-items: center;
}
#vote .l-step .p-step {
  position: relative;
}
#vote .l-step .p-step::after {
  content: "";
  width: 0.26rem;
  height: 0.16rem;
  background-color: #FEE762;
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  position: absolute;
  left: 50%;
  bottom: -0.24rem;
  transform: translate(-50%, 100%);
}
#vote .l-step__example {
  padding: 0.1rem 0.2rem 0.13rem;
  border-radius: 0.16rem;
  background: rgba(255, 233, 144, 0.58);
  width: 2.94rem;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans;
  font-size: 0.15rem;
  line-height: 0.28rem;
  letter-spacing: 0em;
  font-weight: 500;
}
#vote .l-step__goal {
  color: #F04C03;
  font-family: "Zen Maru Gothic", "Zen Kaku Gothic New", sans;
  font-size: 0.24rem;
  line-height: 0.35rem;
  letter-spacing: 0.02em;
  font-weight: 700;
}
#vote #step3-head {
  position: relative;
}
#vote #step3-head::before {
  content: "";
  width: 1.17rem;
  height: 1.17rem;
  background-image: url("../img/flow/catch.webp");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -0.42rem;
  left: -0.12rem;
}
#vote .l-catch {
  font-family: "Zen Kaku Gothic New", sans;
  font-size: 0.18rem;
  line-height: 0.3rem;
  letter-spacing: 0em;
  font-weight: 500;
  text-align: center;
  margin-top: 0.3rem;
}

#instagram {
  padding-top: 1.58rem;
  padding-bottom: 1.77rem;
  background-color: #FEE762;
  position: relative;
  overflow: hidden;
}
#instagram::before {
  content: "";
  width: 3.16rem;
  height: 2.55rem;
  position: absolute;
  max-width: unset;
  top: -0.14rem;
  left: 1.3rem;
  background-image: url("../img/common/cloud_y.webp");
  background-size: contain;
  background-repeat: no-repeat;
  transform: scaleX(-1);
}
#instagram::after {
  content: "";
  width: 4.04rem;
  height: 3.26rem;
  position: absolute;
  max-width: unset;
  bottom: -0.61rem;
  right: 1.17rem;
  background-image: url("../img/common/cloud_y.webp");
  background-size: contain;
  background-repeat: no-repeat;
  transform: scaleX(-1);
}
#instagram .l-container {
  position: relative;
  z-index: 2;
}
#instagram .l-heading {
  font-family: "Zen Maru Gothic", "Zen Kaku Gothic New", sans;
  font-size: 0.38rem;
  line-height: 0.55rem;
  letter-spacing: 0.01em;
  font-weight: 700;
  margin-bottom: 0.26rem;
  text-align: center;
}
#instagram .l-desc {
  font-family: "Zen Kaku Gothic New", sans;
  font-size: 0.15rem;
  line-height: 0.27rem;
  letter-spacing: 0em;
  font-weight: 500;
  display: block;
  width: 3.09rem;
  margin: 0 auto 0.44rem;
}
#instagram .l-slider {
  margin-bottom: 0.57rem;
}
#instagram .l-slider .swiper-wrapper {
  transition-timing-function: linear !important;
}
#instagram .l-slider .swiper-slide img {
  display: block;
}
#instagram .c-btn--instagram {
  margin-top: 0.57rem;
}

.p-body {
  position: relative;
}

.p-main {
  width: 100%;
  overflow-x: hidden;
}
@media screen and (min-width: 768px) {
  .p-main {
    display: flex;
    width: 100%;
    overflow: initial;
  }
}
@media screen and (min-width: 768px) {
  .p-main__left {
    flex-grow: 1;
    position: relative;
  }
  .p-main__left::before {
    content: "";
    display: block;
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-image: url("../img/fv/bg_pc.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
  }
}
.p-main__right {
  overflow-x: hidden;
}
@media screen and (min-width: 768px) {
  .p-main__right {
    width: 3.75rem;
  }
}

.p-footer {
  background-color: #D60012;
  padding: 0.51rem 0.26rem 0.37rem;
  width: 100%;
}
.p-footer__link {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  align-items: center;
  margin-bottom: 0.33rem;
}
.p-footer__name {
  font-family: "Zen Kaku Gothic New", sans;
  font-size: 0.16rem;
  line-height: 0.24rem;
  letter-spacing: 0.02em;
  font-weight: 700;
  color: white;
}
.p-footer__address {
  font-family: "Zen Kaku Gothic New", sans;
  font-size: 0.14rem;
  line-height: 0.2rem;
  letter-spacing: 0.02em;
  font-weight: 500;
  color: white;
}
.p-footer__tel {
  font-family: "Zen Maru Gothic", "Zen Kaku Gothic New", sans;
  font-size: 0.25rem;
  line-height: 0.36rem;
  letter-spacing: 0.02em;
  font-weight: 700;
  color: white;
}
.p-footer__copyright {
  margin-top: 0.24rem;
  font-family: "Zen Kaku Gothic New", sans;
  font-size: 0.13rem;
  line-height: 0.19rem;
  letter-spacing: 0.02em;
  font-weight: 500;
  display: block;
  text-align: center;
  color: white;
}

.p-step {
  display: flex;
  flex-direction: column;
  gap: 0.16rem;
  align-items: center;
}
.p-step__head {
  width: 0.86rem;
  height: 0.39rem;
  background-color: #FEE762;
  color: #893F00;
  border-radius: 1rem;
  font-family: "Zen Kaku Gothic New", sans;
  font-size: 0.15rem;
  line-height: 0.21rem;
  letter-spacing: 0.02em;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.p-step__desc {
  font-family: "Zen Kaku Gothic New", sans;
  font-size: 0.16rem;
  line-height: 0.28rem;
  letter-spacing: 0em;
  font-weight: 500;
  text-align: center;
  width: 2.8rem;
}
.p-step__desc strong {
  color: #F04C03;
}
.p-step__image {
  width: 2.8rem;
}
.p-step__image img {
  width: 100%;
}
.p-step__complete {
  width: 1.79rem;
  height: 1.79rem;
  border-radius: 100%;
  border: 0.01rem solid #F04C03;
  color: #F04C03;
  background-color: white;
  font-family: "Zen Maru Gothic", "Zen Kaku Gothic New", sans;
  font-size: 0.24rem;
  line-height: 0.34rem;
  letter-spacing: 0.02em;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.73rem;
}

.p-items {
  display: flex;
  flex-direction: column;
  gap: 1.28rem;
  align-items: center;
}
.p-items__wrapper {
  width: 100%;
  position: relative;
}
.p-items__cloud {
  position: relative;
  width: 2.69rem;
  height: 2.3rem;
  padding-top: 0.34rem;
  background-image: url("../img/common/cloud_w.svg");
  background-size: contain;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  gap: 0.16rem;
  align-items: center;
  margin-left: auto;
  margin-right: 0.2rem;
  filter: drop-shadow(0.2rem 0.2rem 0.2rem rgba(137, 63, 0, 0.1));
  padding-left: 0.2rem;
}
.p-items__cloud--head {
  text-align: center;
  color: #D60012;
  font-family: "Zen Maru Gothic", "Zen Kaku Gothic New", sans;
  font-size: 0.3rem;
  line-height: 0.44rem;
  letter-spacing: 0.06em;
  font-weight: 700;
}
.p-items__cloud--desc {
  color: #893F00;
  font-family: "Zen Maru Gothic", "Zen Kaku Gothic New", sans;
  font-size: 0.15rem;
  line-height: 0.24rem;
  letter-spacing: 0em;
  font-weight: 700;
  text-align: center;
}
.p-items__catch {
  position: absolute;
  width: 1.62rem;
  height: 0.46rem;
  top: -0.09rem;
  left: -0.38rem;
  transform: translateY(-100%);
}
.p-items__catch img {
  -o-object-fit: contain;
     object-fit: contain;
}
.p-items__mug {
  position: absolute;
  width: 1.15rem;
  height: 0.67rem;
  top: -0.47rem;
  right: 0.13rem;
}
.p-items__mug img {
  -o-object-fit: contain;
     object-fit: contain;
}
.p-items__god {
  width: 1.6rem;
  height: 2.63rem;
  position: absolute;
  top: -0.4rem;
  left: -0.8rem;
}
.p-items__god img {
  -o-object-fit: contain;
     object-fit: contain;
}
.p-items__desc {
  font-family: "Zen Kaku Gothic New", sans;
  font-size: 0.13rem;
  line-height: 0.22rem;
  letter-spacing: 0em;
  font-weight: 500;
  text-align: center;
  color: #893F00;
  margin-top: 0.16rem;
  margin-bottom: 0.31rem;
  display: none !important;
}
.p-items__bottom {
  position: relative;
  width: 1.91rem;
  margin-top: 0.2rem;
  margin-left: auto;
  margin-right: 0.28rem;
  margin-bottom: 0.44rem;
}
.p-items__bottom--sub {
  width: 0.9rem;
  height: 0.26rem;
  border-radius: 0.04rem;
  color: #D60012;
  border: 0.015rem solid #D60012;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Zen Maru Gothic", "Zen Kaku Gothic New", sans;
  font-size: 0.12rem;
  line-height: 0.17rem;
  letter-spacing: 0.06em;
  font-weight: 500;
  transform: rotate(-5deg);
  margin-bottom: 0.08rem;
}
.p-items__bottom--taste {
  display: flex;
  gap: 0.08rem;
  align-items: center;
  margin-bottom: 0.03rem;
}
.p-items__bottom--taste strong {
  font-family: "Zen Maru Gothic", "Zen Kaku Gothic New", sans;
  font-size: 0.2rem;
  line-height: 0.29rem;
  letter-spacing: 0.06em;
  font-weight: 700;
}
.p-items__bottom--taste span {
  font-family: "Zen Kaku Gothic New", sans;
  font-size: 0.12rem;
  line-height: 0.17rem;
  letter-spacing: 0.02em;
  font-weight: 700;
  color: #D60012;
}
.p-items__bottom--desc {
  font-family: "Zen Kaku Gothic New", sans;
  font-size: 0.14rem;
  line-height: 0.25rem;
  letter-spacing: 0em;
  font-weight: 500;
}
.p-items__senbei {
  width: 1.66rem;
  height: 2.06rem;
  position: absolute;
  top: -0.11rem;
  left: -1.32rem;
}
.p-items__senbei img {
  -o-object-fit: contain;
     object-fit: contain;
}
.p-items__char {
  width: 0.63rem;
  height: 0.63rem;
  position: absolute;
  top: -0.29rem;
  right: -0.05rem;
}
.p-items__char img {
  -o-object-fit: contain;
     object-fit: contain;
}

.c-btn, .c-btn--instagram--white, .c-btn--shop, .c-btn--instagram, .c-btn--tag {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: auto;
  position: relative;
}
.c-btn--tag {
  width: 2.09rem;
  height: 0.48rem;
  background-color: #D60012;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.09rem;
  border-radius: 1rem;
  border: 0.01rem solid #B99E43;
  font-family: "Zen Kaku Gothic New", sans;
  font-size: 0.15rem;
  line-height: 0.21rem;
  letter-spacing: 0.02em;
  font-weight: 500;
  cursor: pointer;
}
.c-btn--tag::after {
  content: "";
  width: 0.1rem;
  height: 0.12rem;
  background-image: url("../img/common/icon_tag.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.c-btn--tag--active span::before {
  opacity: 1 !important;
}
.c-btn--tag span {
  width: 1.4rem;
  height: 0.21rem;
  display: block;
  position: relative;
}
.c-btn--tag span::before {
  content: "コピーしました";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #D60012;
  transition: 0.3s;
  opacity: 0;
}
.c-btn--tag pre {
  display: none;
}
.c-btn--instagram {
  width: 2.86rem;
  height: 0.68rem;
  background-color: #F04C03;
  color: white;
  font-family: "Zen Kaku Gothic New", sans;
  font-size: 0.17rem;
  line-height: 0.25rem;
  letter-spacing: 0em;
  font-weight: 700;
  border-radius: 1rem;
}
.c-btn--instagram::after {
  content: "";
  width: 0.08rem;
  height: 0.1rem;
  position: absolute;
  top: 50%;
  right: 0.42rem;
  background-color: white;
  clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
  transform: translateY(-50%);
}
.c-btn--instagram span {
  display: flex;
  gap: 0.14rem;
  align-items: center;
}
.c-btn--instagram span::before {
  content: "";
  width: 0.2rem;
  height: 0.2rem;
  background-image: url("../img/common/icon_instagram.svg");
  background-size: contain;
  background-repeat: no-repeat;
  filter: brightness(0) invert(1);
}
.c-btn--shop {
  width: 3.22rem;
  height: 0.86rem;
  text-align: center;
  color: white;
  background-image: url("../img/common/shop_bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 0.1rem;
  padding-right: 0.15rem;
}
.c-btn--shop::after {
  content: "";
  width: 0.11rem;
  height: 0.13rem;
  position: absolute;
  top: 50%;
  right: 0.22rem;
  background-color: white;
  clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
  transform: translateY(-50%);
}
.c-btn--shop div {
  display: flex;
  flex-direction: column;
  gap: 0rem;
  align-items: center;
}
.c-btn--shop div span {
  font-family: "Zen Maru Gothic", "Zen Kaku Gothic New", sans;
  font-size: 0.15rem;
  line-height: 0.21rem;
  letter-spacing: 0.06em;
  font-weight: 700;
}
.c-btn--shop div strong {
  font-family: "Zen Maru Gothic", "Zen Kaku Gothic New", sans;
  font-size: 0.2rem;
  line-height: 0.29rem;
  letter-spacing: 0em;
  font-weight: 700;
}
.c-btn--instagram--white {
  width: 3.22rem;
  height: 0.86rem;
  text-align: center;
  color: #D60012;
  border-radius: 0.1rem;
  gap: 0.12rem;
  background-color: white;
  font-family: "Zen Kaku Gothic New", sans;
  font-size: 0.19rem;
  line-height: 0.27rem;
  letter-spacing: 0em;
  font-weight: 700;
}
.c-btn--instagram--white::before {
  content: "";
  width: 0.24rem;
  height: 0.24rem;
  background-image: url("../img/common/icon_instagram.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.c-heading {
  color: #D60012;
  font-family: "Zen Maru Gothic", "Zen Kaku Gothic New", sans;
  font-size: 0.32rem;
  line-height: 0.46rem;
  letter-spacing: 0.02em;
  font-weight: 700;
  text-align: center;
}
.c-heading--orange {
  color: white;
  width: 100%;
  height: 0.48rem;
  font-family: "Zen Maru Gothic", "Zen Kaku Gothic New", sans;
  font-size: 0.22rem;
  line-height: 0.32rem;
  letter-spacing: 0.02em;
  font-weight: 700;
  background-color: #F04C03;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.04rem;
}

.c-full {
  position: relative;
  max-width: unset;
  width: 3.75rem;
  left: 50%;
  transform: translateX(-50%);
}

.c-desc {
  font-family: "Zen Kaku Gothic New", sans;
  font-size: 0.18rem;
  line-height: 0.3rem;
  letter-spacing: 0em;
  font-weight: 500;
  text-align: center;
}
.c-desc strong {
  color: #F04C03;
}

.u-width {
  box-sizing: border-box;
  width: 100%;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}/*# sourceMappingURL=style.css.map */