@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic&display=swap");
html {
  overflow-y: scroll;
}

body, div, dl, dt, dd {
  margin: 0;
  padding: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
}

ul li, ol li {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, section, nav, article, aside, hgroup, header, address, figure, figcaption {
  margin: 0;
  padding: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

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

caption, th {
  text-align: left;
}

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

object, embed {
  vertical-align: top;
}

legend {
  display: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

img, abbr, acronym, fieldset {
  border: 0;
}

img {
  vertical-align: top;
  -ms-interpolation-mode: bicubic;
}

ul li, ol li {
  list-style-type: none;
}

a, button, input, textarea {
  outline: none;
}

img {
  -webkit-box-shadow: #000 0 0 0;
  box-shadow: #000 0 0 0;
}

x:-moz-any-link, x:default {
  box-shadow: #000 0 0 0;
}

a {
  color: #000;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

@media screen and (min-width: 768px) {
  a:hover {
    text-decoration: none;
    opacity: 0.7;
  }
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font: 62.5%/1.231 "Zen Maru Gothic", serif;
}

body {
  font-size: 1rem;
  letter-spacing: -0.001em;
  -webkit-text-size-adjust: 100%;
}

select, input, button, textarea, table {
  font: 1rem "Zen Maru Gothic", serif;
}

pre, code, kbd, samp, tt {
  font-family: "Zen Maru Gothic", serif;
  line-height: 1;
}

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

/* style */
body {
  font-family: "Zen Maru Gothic", serif;
  font-size: 14px;
  font-weight: 400;
  color: #393939;
  line-height: 1.8;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  body {
    padding-bottom: 25.5%;
  }
}
@media screen and (min-width: 768px) {
  body {
    font-size: 16px;
  }
}

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

@media screen and (max-width: 767px) {
  .sp-none {
    display: none !important;
  }
}

.inner {
  max-width: 866px;
  padding: 0 20px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .inner {
    padding: 0 4%;
  }
}

.cmn-heading {
  font-size: 22px;
}
@media screen and (min-width: 768px) {
  .cmn-heading {
    font-size: 30px;
  }
}

.countermeasure * {
  margin: 0 auto;
}
.countermeasure-bg {
  background: url(../image/countermeasure_bg1_sp.webp) no-repeat center bottom/cover;
  padding: 50px 0 90px;
}
@media screen and (min-width: 768px) {
  .countermeasure-bg {
    background: url(../image/countermeasure_bg1_pc.webp) no-repeat center bottom/cover;
    padding: 95px 0;
  }
}
.countermeasure-heading {
  max-width: 423px;
}
@media screen and (max-width: 767px) {
  .countermeasure-heading {
    padding: 0 15%;
  }
}
.countermeasure-txt {
  max-width: 500px;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .countermeasure-txt {
    padding: 0 8%;
    margin-top: 8px;
  }
}
.countermeasure-btn {
  display: block;
  max-width: 500px;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .countermeasure-btn {
    padding: 0 5%;
  }
}
@media screen and (min-width: 768px) {
  .countermeasure-btn {
    margin-top: 27px;
  }
}
.countermeasure-checksheet {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .countermeasure-checksheet {
    margin-top: 35px;
  }
}
.countermeasure-img1 {
  max-width: 670px;
  margin-top: 35px;
}
@media screen and (min-width: 768px) {
  .countermeasure-img1 {
    margin-top: 45px;
  }
}
.countermeasure-img2 {
  margin-top: -140px;
  position: relative;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .countermeasure-img2 {
    padding: 0 10%;
    margin-top: -20%;
  }
}
.countermeasure-img2::before {
  content: "";
  display: block;
  width: 100vw;
  height: 150%;
  background: url(../image/countermeasure_bg2_pc.webp) no-repeat center center/cover;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.countermeasure-img2 img {
  display: block;
  padding: 32% 0 6.5%;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .countermeasure-img2 img {
    max-width: 712px;
    padding: 200px 0 65px;
  }
}

.anchor {
  background: #6A0000;
  padding: 1% 4% 22px;
  border-bottom: 2px solid #E0D185;
}
@media screen and (min-width: 768px) {
  .anchor {
    padding: 64px 0;
  }
}
.anchor-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -3.5%;
}
@media screen and (min-width: 768px) {
  .anchor-list {
    margin: 0 -1.7%;
  }
}
.anchor-list li {
  width: 50%;
  padding: 0 3.5%;
}
@media screen and (max-width: 767px) {
  .anchor-list li {
    margin-top: 1.4em;
  }
}
@media screen and (min-width: 768px) {
  .anchor-list li {
    width: 33.3333333333%;
    padding: 0 1.7%;
  }
}
.anchor-list a {
  display: block;
}

.reason * {
  margin: 0 auto;
}
.reason-bg {
  background: url(../image/reason_bg_sp.webp) no-repeat center 0/cover;
  padding: 35px 0 5em;
}
@media screen and (min-width: 768px) {
  .reason-bg {
    padding: 50px 0 6.3em;
    background-image: url(../image/reason_bg_pc.webp);
  }
}
.reason-child {
  padding-top: 3em;
  margin-top: 5em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .reason-child {
    padding: 2.5em 5% 0;
    margin-top: 3.5em;
  }
}
.reason-child:first-of-type {
  margin-top: 3.4em;
}
.reason-child::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../image/reason_shadow_sp.webp) no-repeat center 0/100% auto;
}
@media screen and (min-width: 768px) {
  .reason-child::before {
    width: 1920px;
    background-image: url(../image/reason_shadow_pc.webp);
  }
}
.reason-subheading {
  max-width: 264px;
}
@media screen and (min-width: 768px) {
  .reason-subheading {
    max-width: 359px;
  }
}
.reason-txt {
  max-width: 658px;
  margin-top: 1.4em;
}
@media screen and (min-width: 768px) {
  .reason-txt {
    margin-top: 1.7em;
  }
}
.reason-img1, .reason-img2 {
  margin-top: 1.7em;
}
@media screen and (min-width: 768px) {
  .reason-img1, .reason-img2 {
    margin-top: 2.1em;
  }
}
.reason-img1 {
  max-width: 400px;
}
.reason-img2 {
  max-width: 270px;
}
@media screen and (min-width: 768px) {
  .reason-img2 {
    max-width: 216px;
  }
}
.reason-repeat {
  background: url(../image/reason_repeat_bg_sp.webp) no-repeat center 0/cover;
  padding: 55px 0 40px;
}
@media screen and (min-width: 768px) {
  .reason-repeat {
    padding: 55px 0 65px;
    background-image: url(../image/reason_repeat_bg_pc.webp);
  }
}
.reason-repeat * {
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .reason-repeat-img1 {
    padding: 0 12%;
  }
}
@media screen and (min-width: 768px) {
  .reason-repeat-img1 {
    max-width: 514px;
  }
}
.reason-repeat-img2 {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .reason-repeat-img2 {
    max-width: 722px;
    margin-top: 55px;
  }
}
.reason-start {
  overflow: hidden;
  background: url(../image/reason_start_bg_sp.webp) no-repeat center 0/cover;
}
@media screen and (min-width: 768px) {
  .reason-start {
    background-image: url(../image/reason_start_bg_pc.webp);
  }
}
.reason-start-row {
  max-width: 717px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .reason-start-row {
    padding: 3em 10%;
  }
}
@media screen and (min-width: 768px) {
  .reason-start-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 2.8em 0 3em;
  }
}
@media screen and (max-width: 767px) {
  .reason-start-col:first-child {
    text-align: center;
    padding: 0 13%;
  }
}
@media screen and (min-width: 768px) {
  .reason-start-col:first-child {
    max-width: 320px;
    padding-right: 25px;
  }
}
@media screen and (max-width: 767px) {
  .reason-start-col:first-child img:last-child {
    margin-top: 25px;
  }
}
@media screen and (min-width: 768px) {
  .reason-start-col:last-child {
    max-width: 366px;
  }
}
.reason-start-btn {
  display: block;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .reason-start-btn {
    margin-top: 23px;
  }
}

.what * {
  margin: 0 auto;
}
.what-bg1 {
  background: url(../image/what_bg1_sp.webp) no-repeat center 0/cover;
  padding: 20px 0 22px;
}
@media screen and (min-width: 768px) {
  .what-bg1 {
    padding: 55px 0 65px;
    background-image: url(../image/what_bg1_pc.webp);
  }
}
.what-bg2 {
  background: url(../image/what_bg2_sp.webp) no-repeat center bottom/cover;
  padding: 20px 0 12%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .what-bg2 {
    padding: 72px 0 55px;
    background-image: url(../image/what_bg2_pc.webp);
  }
}
.what-bg3 {
  padding-bottom: 50px;
  margin-top: -140px;
  margin-top: -11.5%;
}
@media screen and (max-width: 767px) {
  .what-bg3 {
    background: url(../image/what_bg3_sp.webp) no-repeat center 0/cover;
    padding: 0 10% 30px;
    margin-top: -15%;
  }
}
@media screen and (min-width: 768px) {
  .what-bg3 {
    background: -webkit-gradient(linear, left top, right top, from(#ffd392), color-stop(30%, #fff9d6), color-stop(65%, rgba(255, 211, 146, 0.8509803922)));
    background: linear-gradient(90deg, #ffd392 0%, #fff9d6 30%, rgba(255, 211, 146, 0.8509803922) 65%);
  }
}
.what-img1 {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .what-img1 {
    margin-top: 60px;
  }
}
.what-img3 {
  margin-top: 45px;
}
@media screen and (max-width: 767px) {
  .what-img3 {
    padding: 0 22%;
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) {
  .what-img3 {
    max-width: 364px;
  }
}
.what-img4 {
  max-width: 652px;
  padding: 26% 4% 0;
}
@media screen and (min-width: 768px) {
  .what-img4 {
    padding: calc(11.5% + 50px) 0 0;
  }
}
.what-img5 {
  max-width: 440px;
  margin-top: 18px;
}
@media screen and (min-width: 768px) {
  .what-img5 {
    margin-top: 32px;
  }
}

.about {
  background: url(../image/about_bg_sp.webp) repeat-y center 0/100% auto;
  padding: 45px 0;
}
@media screen and (min-width: 768px) {
  .about {
    padding: 55px 0 80px;
    background: url(../image/about_bg_pc.webp) no-repeat center 0/cover;
  }
}
.about * {
  margin: 0 auto;
}
.about-img1 {
  margin: 20px -6%;
}
@media screen and (min-width: 768px) {
  .about-img1 {
    margin: 40px -5px 0 -10px;
  }
}
.about-img2 {
  margin: 20px -8px 20px 0;
}
@media screen and (min-width: 768px) {
  .about-img2 {
    margin: 48px -25px 48px -15px;
  }
}
.about-img3 {
  max-width: 722px;
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  .about-img3 {
    padding: 0 5%;
  }
}
@media screen and (min-width: 768px) {
  .about-img3 {
    margin-top: 50px;
  }
}
.about-btn {
  max-width: 500px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .about-btn {
    padding: 0 5%;
    margin-top: 20px;
  }
}

.shop {
  background: url(../image/shop_bg_pc.webp) no-repeat center 0/cover;
  padding: 0 0 32px;
}
@media screen and (min-width: 768px) {
  .shop {
    padding-bottom: 80px;
  }
}
.shop *:not(li) {
  margin-left: auto;
  margin-right: auto;
}
.shop-heading {
  color: #fff;
  text-align: center;
  background: #191d79;
  padding: 0.6em 0;
}
@media screen and (max-width: 767px) {
  .shop-heading {
    margin: 0 -4.5%;
  }
}
@media screen and (min-width: 768px) {
  .shop-heading {
    padding: 1.9em 0;
  }
}
.shop-heading img {
  max-width: 220px;
  display: block;
}
@media screen and (min-width: 768px) {
  .shop-heading img {
    max-width: 292px;
  }
}
.shop-accordion {
  border: 2px solid #000;
  margin-top: 2em;
}
@media screen and (min-width: 768px) {
  .shop-accordion {
    border-width: 3px;
    margin-top: 5em;
  }
}
.shop-accordion-trigger {
  width: 100%;
  padding: 1.3em 0;
  background: #fff;
  position: relative;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
}
.shop-accordion-trigger:hover {
  opacity: 0.7;
}
.shop-accordion-trigger::before, .shop-accordion-trigger::after {
  content: "";
  display: block;
  width: 2px;
  height: 1.5em;
  background: #000;
  position: absolute;
  top: 50%;
  right: 2em;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (min-width: 768px) {
  .shop-accordion-trigger::before, .shop-accordion-trigger::after {
    width: 4px;
    height: 2em;
  }
}
.shop-accordion-trigger::before {
  -webkit-transform: translateY(-50%) rotate(0);
          transform: translateY(-50%) rotate(0);
}
.is-open .shop-accordion-trigger::before {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
.shop-accordion-trigger img {
  display: block;
  max-width: 240px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .shop-accordion-trigger img {
    max-width: 396px;
  }
}
.shop-accordion-panel {
  display: grid;
  grid-template-rows: 0fr;
  background: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.is-open .shop-accordion-panel {
  grid-template-rows: 1fr;
  border-top: 2px #000 solid;
}
@media screen and (min-width: 768px) {
  .is-open .shop-accordion-panel {
    border-width: 3px;
  }
}
.shop-accordion-panel-inner {
  overflow: hidden;
}
.shop-accordion-panel-box {
  padding: 25px 3.5%;
}
@media screen and (min-width: 768px) {
  .shop-accordion-panel-box {
    padding: 42px 30px;
  }
}
.shop-img1 {
  max-width: 140px;
}
@media screen and (min-width: 768px) {
  .shop-img1 {
    max-width: 246px;
  }
}
.shop-btn {
  display: block;
  max-width: 72%;
  margin-top: 12px;
}
@media screen and (min-width: 768px) {
  .shop-btn {
    max-width: 410px;
    margin-top: 38px;
  }
}
.shop-img2 {
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .shop-img2 {
    margin-left: -5.5%;
    margin-right: -5.5%;
  }
}
@media screen and (min-width: 768px) {
  .shop-img2 {
    max-width: 629px;
    margin-top: 40px;
  }
}
.shop-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 10px -2% 0;
}
@media screen and (min-width: 768px) {
  .shop-list {
    margin: 42px -1% 0;
  }
}
.shop-list li {
  width: 50%;
  padding: 0 2%;
  margin-bottom: 4%;
}
@media screen and (min-width: 768px) {
  .shop-list li {
    width: 33.3333333333%;
    padding: 0 1%;
    margin-bottom: 2%;
  }
}
.shop-list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #D4D4D4;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  min-height: 3.5em;
  padding: 0.2em 0.5em 0;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .shop-list a {
    font-size: 19px;
    padding: 0 0.8em;
  }
}

.consultation {
  background: url(../image/consultation_bg_sp.webp) no-repeat center 0/cover;
  padding: 30px 4%;
}
@media screen and (min-width: 768px) {
  .consultation {
    background-image: url(../image/consultation_bg_pc.webp);
    padding: 64px 0;
  }
}
.consultation * {
  margin: 0 auto;
}
.consultation-box {
  background: rgba(255, 255, 255, 0.9);
  max-width: 826px;
  padding: 25px 6%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .consultation-box {
    padding: 50px 80px 30px;
  }
}
.consultation-img1 {
  max-width: 90%;
  margin-top: 11px;
}
@media screen and (min-width: 768px) {
  .consultation-img1 {
    max-width: 508px;
    margin-top: 20px;
  }
}
.consultation-img2 {
  max-width: 60%;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .consultation-img2 {
    max-width: 252px;
    margin-top: 28px;
    pointer-events: none;
  }
}
.consultation-img3 {
  max-width: 61%;
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .consultation-img3 {
    max-width: 346px;
    margin-top: 32px;
  }
}
.consultation-img4 {
  max-width: 90%;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .consultation-img4 {
    max-width: 652px;
    margin-top: 28px;
  }
}

.btn-sticky {
  position: fixed;
  right: 0;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .btn-sticky {
    width: clamp(250px, 23%, 460px);
  }
}/*# sourceMappingURL=style.css.map */