@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");
:root {
  --badge-size: 2em;
  --badge-color: #FF9999;
}
/* Reset CSS - 2021.09
---------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, ruby, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, form, fieldset, legend, label, header, footer, hgroup, menu, nav, main, article, section, aside, details, figure, figcaption, canvas, embed, output, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: bottom;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

hr {
  display: none;
}

address, em {
  font-style: normal;
}

table {
  border-collapse: collapse;
}

img {
  vertical-align: bottom;
}

/* Fonts
---------------------------------------------------*/
body {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

/* clearfix
---------------------------------------------------*/
.clearfix::after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}

* {
  box-sizing: border-box;
}

html {
  overflow-y: scroll;
}

body {
  font-family: "Zen Maru Gothic", sans-serif;
  color: #333333;
  letter-spacing: 0.05rem;
  position: relative;
  line-height: 180%;
  letter-spacing: 0.15em;
  font-size: clamp(0.875rem, 0.823rem + 0.22vw, 1rem); /*14-16px min375-max1280*/
  font-feature-settings: "palt";
  background-image: url(../../img/common/bg/bg-main.png);
}

.bg-fixed {
  background-image: url(../../img/common/bg/bg-fixed.png);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  z-index: -1;
}

a {
  transition: all 0.3s;
  position: relative;
  color: #333333;
}

a:hover {
  opacity: 0.75;
}

img {
  height: auto;
  width: 100%;
}

/*モーダルカスタマイズ*/
.lity-wrap {
  background: rgba(255, 255, 255, 0.3);
}

.lity-container {
  width: 92% !important;
}

.badge {
  display: block;
  width: var(--badge-size);
  height: var(--badge-size);
  line-height: 1.8em;
  background: var(--badge-color);
  -webkit-transform: rotate(-70deg);
  -moz-transform: rotate(-45deg);
  rotation: -45deg;
  position: relative;
  text-align: center;
  text-decoration: none;
  color: #FFF;
  font-weight: bold;
  text-shadow: 0 0 3em var(--badge-color), 0 0 4px var(--badge-color);
  -moz-transition: -moz-transform 0.3s ease;
  -webkit-transition: -webkit-transform 0.3s ease;
  }
  .badge span {
  display: block;
  width: var(--badge-size);
  height: var(--badge-size);
  background: var(--badge-color);
  -webkit-transform: rotate(22.5deg);
  -moz-transform: rotate(22.5deg);
  rotation: 22.5deg;
  }
  .badge p {
    font-size: 1em;
  }

/* =================================================

コンテンツ幅768以下の表示はここからです

==================================================*/
@media screen and (max-width: 768px) {
  .bg-fixed {
    background: #fff;
  }
  .bg-wrap {
    background: none;
  }
}
section {
  padding: 50px 0 80px;
  position: relative;
}

.container {
  width: min(100%, 375px);
  margin: 60px auto;
  position: relative;
  border-radius: 10px;
  background-color: #FFFFFF;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
}

.wrapper {
  padding: 0 30px;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}

/* =================================================

コンテンツ幅768以下の表示はここからです

==================================================*/
@media screen and (max-width: 768px) {
  .container {
    width: 100%;
    margin: 0 auto;
    border-radius: 0;
    box-shadow: none;
    padding-top: 60px;
  }
}
.container-2nd section {
  padding-bottom: 80px;
}

.fv-2nd {
  background-color: #FAFF00;
  position: relative;
  padding: 30px 0;
  border-radius: 10px 10px 0 0;
  z-index: 1;
}
.fv-2nd .page-ttl {
  width: 65%;
  max-width: 300px;
  margin: 0 auto;
}
.fv-2nd::after {
  content: "";
  width: 100%;
  height: 10px;
  background-image: url(../../img/common/bg/bg-object-zigzag-yellow.svg);
  background-repeat: repeat-x;
  background-size: contain;
  background-position: top;
  position: absolute;
  bottom: -10px;
}

.bg-side-list {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 750px;
  z-index: -1;
}
.bg-side-list.sub {
  top: 200px;
}

.bg-side-item {
  transition: all 1s;
  margin-bottom: 150px;
}
.bg-side-item:nth-child(odd).active {
  transform: translateX(-220px);
}
.bg-side-item:nth-child(even).active {
  transform: translateX(220px);
}

.buruburu {
  display: inline-block;
  animation: hurueru 0.8s infinite;
}

@keyframes hurueru {
  0% {
    transform: rotateZ(0deg);
  }
  25% {
    transform: rotateZ(5deg);
  }
  50% {
    transform: rotateZ(0deg);
  }
  75% {
    transform: rotateZ(-5deg);
  }
  100% {
    transform: rotateZ(0deg);
  }
}
.sec-ttl {
  width: 68%;
  max-width: 300px;
  margin: 0 auto 30px;
}

.btn a {
  background-color: #F88888;
  color: #FFFFFF;
  text-align: center;
  margin: 0 auto;
  display: block;
  text-decoration: none;
  font-weight: 600;
  padding: 0.75em;
  border-radius: 5px;
  box-shadow: 0px 4px 0px 0px #D75454;
  transition: none;
}
.btn a::after {
  content: "";
  background-image: url(../../img/common/icon/icon-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
}
.btn a:hover {
  opacity: 1;
  transition: none;
  bottom: -4px;
  box-shadow: none;
}

.zigzag::after {
  content: "";
  width: 100%;
  height: 30px;
  background-image: url(../../img/common/bg/bg-object-zigzag-green.svg);
  background-repeat: repeat-x;
  background-size: contain;
  background-position: bottom;
  position: absolute;
  bottom: 0;
  z-index: 1;
}

.maru::after {
  content: "";
  width: 100%;
  height: 10%;
  background-image: url(../../img/common/bg/bg-object-circle.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  position: absolute;
  bottom: -1px;
  z-index: 1;
}

/* ====================
下から表示
==================== */
.fadein {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 1s;
}

.fadein.active {
  opacity: 1;
  transform: translate(0, 0);
}

/* ====================
スライダーの矢印
==================== */
.slick-arrow {
  display: block;
  position: absolute;
  top: 30px;
  bottom: 0;
  margin: auto;
  padding: 0;
  width: 20px;
  height: 20px;
  color: transparent;
  z-index: 1;
  transition: opacity 0.5s;
  z-index: 1;
}

.slick-arrow:hover {
  opacity: 0.7;
}

/* 共通設定 */
.slick-next::before,
.slick-next::after,
.slick-prev::before,
.slick-prev::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.slick-next::after,
.slick-prev::after {
  width: 10px;
  height: 10px;
  border-top: 2px solid #A8A8A8;
  border-right: 2px solid #A8A8A8;
}

/* next */
.slick-next {
  right: 0;
}

.slick-next::after {
  right: -40px;
  transform: rotate(45deg);
}

/* prev */
.slick-prev {
  left: 0;
}

.slick-prev::after {
  left: -40px;
  transform: rotate(-135deg);
}

/* =================================================

コンテンツ幅768以下の表示はここからです

==================================================*/
@media screen and (max-width: 768px) {
  .fv-2nd {
    border-radius: 0;
  }
  .bg-side-list {
    display: none;
  }
}
/* Mixin */
/* Module */
.header {
  height: -moz-fit-content;
  height: fit-content;
  text-align: center;
  position: sticky;
  left: 3%;
  top: 60px;
  width: 200px;
  float: left;
}
.header .logo {
  width: 80%;
  margin: 0 auto 40px;
}
.header #toggle {
  display: none;
}

.g-nav .nav-item {
  margin-top: 0.75em;
}
.g-nav .nav-item a {
  color: #333333;
  text-decoration: none;
  font-weight: 700;
}
.g-nav .nav-btn {
  margin-top: 30px;
}
.g-nav .nav-btn:last-child {
  margin-top: 20px;
}
.g-nav .nav-btn a {
  background-color: #03B200;
  color: #FFFFFF;
  border-radius: 5px;
  padding: 0.45em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.g-nav .nav-btn a::before {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 10px;
  background-image: url(../../img/common/icon/icon-instagram.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.g-nav .nav-shop a {
  border: 1px solid #03B200;
  background-color: #FFFFFF;
  color: #03B200;
}
.g-nav .nav-shop a::before {
  background-image: url(../../img/common/icon/icon-cart.svg);
}

/* =================================================

コンテンツ幅768以下の表示はここからです

==================================================*/
@media screen and (max-width: 768px) {
  .sp-none {
    display: none;
  }
  body.fixed {
    width: 100%;
    height: 100%;
    position: fixed;
  }
  .header {
    width: 100%;
    height: 60px;
    top: 0;
    left: 0;
    background-color: #03B200;
    z-index: 2;
    /*ボタン内側*/
    /*activeクラスが付与されると線が回転して×に*/
  }
  .header .logo {
    width: 120px;
    position: absolute;
    left: 1em;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
  }
  .header-list {
    display: none;
  }
  .header #toggle {
    position: absolute;
    right: 1em;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 40px;
    height: 40px;
    background: transparent;
    border: none;
    z-index: 4;
  }
  .header #toggle span {
    display: block;
    transition: all 0.4s;
    position: absolute;
    left: 3px;
    height: 3px;
    background: #FFFFFF;
    width: 70%;
  }
  .header #toggle span:nth-of-type(1) {
    top: 10px;
  }
  .header #toggle span:nth-of-type(2) {
    top: 20px;
  }
  .header #toggle span:nth-of-type(3) {
    top: 30px;
  }
  .header #toggle.active span:nth-of-type(1) {
    top: 10px;
    left: 0;
    transform: translateY(6px) rotate(-45deg);
    width: 80%;
  }
  .header #toggle.active span:nth-of-type(2) {
    opacity: 0;
  }
  .header #toggle.active span:nth-of-type(3) {
    top: 22px;
    left: 0px;
    transform: translateY(-6px) rotate(45deg);
    width: 80%;
  }
  .g-nav {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    padding-top: 80px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.3s;
    z-index: 3;
    margin: 0;
    min-width: 100%;
    background-image: url(../../img/common/bg/bg-main.png);
  }
  .g-nav .nav-btn {
    width: 70%;
    margin: 30px auto 0;
  }
  .sp_open {
    visibility: inherit;
    opacity: 1;
    transition: all 0.3s;
  }
  .sp-fixed {
    display: block;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 9999;
  }
}
.footer-head p {
  background-image: url(../../img/common/footer-share.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin: 0 auto;
  padding: 10px 0;
  font-size: 0;
}
.footer-head .footer-sns-list {
  background-image: url(../../img/common/footer-sns.png);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2% 0;
  gap: 3%;
}
.footer-head .footer-sns-list .footer-sns-item {
  width: 40px;
}

.footer-content {
  background-image: url(../../img/common/bg/bg-footer.png);
  text-align: center;
  padding: 5% 0 1em;
}
.footer-content .footer-bnr-list {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 80px;
}
.footer-content .footer-bnr-list .footer-bnr-item {
  width: 20%;
}
.footer-content .footer-logo {
  width: 15%;
  margin: 0 auto 30px;
}
.footer-content .footer-copy {
  font-size: 0.625rem; /*10px*/
}

/* =================================================
コンテンツ幅500以下の表示はここからです
==================================================*/
@media screen and (max-width: 500px) {
  .footer-head p {
    background-image: url(../../img/common/footer-share_sp.svg);
  }
  .footer-content {
    padding: 50px 0 1em;
  }
  .footer-content .footer-bnr-list {
    flex-direction: column;
    align-items: center;
    margin-bottom: 50px;
  }
  .footer-content .footer-bnr-list .footer-bnr-item {
    width: 60%;
  }
  .footer-content .footer-logo {
    width: 40%;
  }
}
.loader-bg {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #03B200;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(../../img/common/bg/bg-anim.gif);
  background-repeat: no-repeat;
  background-size: 40%;
  background-position: center;
}

.loader {
  width: 20%;
  position: relative;
  animation: load3 2s infinite linear;
  transform: translateZ(0);
}

@keyframes load3 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* =================================================
コンテンツ幅500以下の表示はここからです
==================================================*/
@media screen and (max-width: 500px) {
  .loader-bg {
    background-size: 80%;
  }
  .loader {
    width: 50%;
  }
}/*# sourceMappingURL=style.css.map */