@charset "UTF-8";
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* style */
/* 目次 */
/* __00: 初期設定 */
/* __10: 共通設定 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* __00: 初期設定 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
:root {
  --font-color: #000000;
  --main-color: #019261;
  --accent-color-01: #f7ea72;
  --accent-color-02: #00a4bf;
  --design-color-pink: #ffbbbb;
  --design-color-green: #f0f3c1;
  --design-color-light-green: #f2fff8;
  --design-color-blue: #66d0d4;
  --design-color-yellow: #ffea52;
  --design-color-light-yellow: #fcfab1;
  --design-color-gray: #e5e5e5;
}

/* __10: 共通設定 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* module */
/* 目次 */
/* __00: mixin */
/* __10: 共通ファイル読み込み */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* __00: mixin */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
}

/* __10: 共通ファイル読み込み */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* settings-media */
/* 目次 */
/* __00: 共通設定 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* __00: 共通設定 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* settings-vw */
/* 目次 */
/* __00: 共通設定 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* __00: 共通設定 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* settings-vh */
/* 目次 */
/* __00: 共通設定 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/* __00: 共通設定 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
@media screen and (max-width: 767px) {
  .nosp {
    display: none !important;
  }
}

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

img {
  max-width: 100%;
  width: auto;
  height: auto;
  vertical-align: middle;
  pointer-events: none;
}

.--js_fadeUp__item {
  will-change: transform;
}

.l-main {
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  .l-main {
    padding-top: 48px;
  }
}

#particles-js {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  pointer-events: none;
}

.c-section__inner {
  padding-block: 88px;
}
@media screen and (max-width: 767px) {
  .c-section__inner {
    padding-block: 44px;
  }
}
.c-section .c-contents {
  width: calc(100% - 40px);
  max-width: 880px;
  margin: 0 auto;
}
.c-section .c-contents.--mw-full {
  width: 100%;
  max-width: inherit;
}
.c-section .c-contents.--mw-full .--mw-base {
  width: calc(100% - 40px);
  max-width: 880px;
  margin: 0 auto;
}
.c-section .c-contents.--mw-sm {
  max-width: 740px;
}
.c-section .c-contents + .c-contents {
  padding-top: 88px;
}
@media screen and (max-width: 767px) {
  .c-section .c-contents + .c-contents {
    padding-top: 44px;
  }
}
.c-section .bnr {
  display: block;
  transition: opacity 0.4s;
}
@media (hover: hover) and (pointer: fine) {
  .c-section .bnr:hover {
    opacity: 0.7;
  }
}
.c-section .bnr + .bnr {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .c-section .bnr + .bnr {
    margin-top: 30px;
  }
}

.--has-bg-pink {
  background-color: var(--design-color-pink);
}
.--has-bg-green {
  background-color: var(--design-color-green);
}
.--has-bg-light-green {
  background-color: var(--design-color-light-green);
}
.--has-bg-blue {
  background-color: var(--design-color-blue);
}
.--has-bg-yellow {
  background-color: var(--design-color-yellow);
}
.--has-bg-light-yellow {
  background-color: var(--design-color-light-yellow);
}
.--has-bg-gray {
  background-color: var(--design-color-gray);
}

.headline.design01 .bubble {
  display: block;
  width: 75px;
  width: 5.4904831625vw;
  max-width: 75px;
  min-width: 63px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .headline.design01 .bubble {
    width: 63px;
  }
}
.headline.design01 h1 .bg,
.headline.design01 h2 .bg {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0.5em auto 0;
  position: relative;
  z-index: 1;
}
.headline.design01 h1 .bg::before,
.headline.design01 h2 .bg::before {
  content: "";
  width: 100%;
  height: 100%;
  background-size: auto auto;
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 2px, rgb(0, 0, 0) 4px, rgb(0, 0, 0) 4px);
  position: absolute;
  right: -5px;
  bottom: -5px;
  z-index: -1;
}
.headline.design01 h1 .label,
.headline.design01 h2 .label {
  display: block;
  padding: 0 0.5em;
  color: var(--main-color);
  background-color: #FFFFFF;
  border: 1px solid var(--font-color);
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .headline.design01 h1 .label,
  .headline.design01 h2 .label {
    font-size: 22px;
  }
}
.headline.design01 h1 .text_img,
.headline.design01 h2 .text_img {
  width: 200px;
}
@media screen and (max-width: 767px) {
  .headline.design01 h1 .text_img,
  .headline.design01 h2 .text_img {
    width: 140px;
  }
}
.headline.design02 h2 {
  color: var(--main-color);
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .headline.design02 h2 {
    font-size: 24px;
  }
}
.headline.design02 h2 span {
  display: inline-block;
  font-weight: 700;
}

.button {
  display: block;
  width: 410px;
  max-width: 100%;
  height: 72px;
  margin: 0 auto;
  border-radius: calc(infinity * 1px);
  position: relative;
  z-index: 1;
}
.button-wrapper {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .button-wrapper {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .button {
    width: 335px;
    height: 60px;
  }
}
.button::before {
  content: "";
  width: 100%;
  height: 100%;
  background-size: auto auto;
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 2px, rgb(0, 0, 0) 4px, rgb(0, 0, 0) 4px);
  position: absolute;
  right: -5px;
  bottom: -5px;
  z-index: -1;
  border-radius: calc(infinity * 1px);
  transition: transform 0.4s;
}
.button .bg {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  background-color: var(--main-color);
  border: 1px solid var(--font-color);
  border-radius: calc(infinity * 1px);
  padding: 0 15px;
  will-change: transform;
  transition: transform 0.4s;
}
@media screen and (max-width: 767px) {
  .button .bg {
    padding: 0 10px;
  }
}
.button .label {
  font-size: 20px;
  font-weight: 700;
  color: #FFFFFF;
  margin: 0 auto;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .button .label {
    font-size: 16px;
  }
}
.button .arrow {
  width: 30px;
  height: 30px;
  background-color: #FFFFFF;
  border-radius: 50%;
  margin: auto 0;
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  right: 30px;
}
@media screen and (max-width: 767px) {
  .button .arrow {
    width: 24px;
    height: 24px;
    right: 15px;
  }
}
.button .arrow::before {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border-top: 1px solid var(--main-color);
  border-right: 1px solid var(--main-color);
}
@media (hover: hover) and (pointer: fine) {
  .button:hover::before {
    transform: translate(-2.5px, -2.5px);
  }
  .button:hover .bg {
    transform: translate(2.5px, 2.5px);
  }
}
.button .arrow {
  right: 15px;
}
.button .arrow::before {
  right: 4px;
  transform: rotateZ(45deg);
}

.acdn-button {
  display: block;
  width: 410px;
  max-width: 100%;
  height: 72px;
  margin: 0 auto;
  border-radius: calc(infinity * 1px);
  position: relative;
  z-index: 1;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .acdn-button {
    width: 335px;
    height: 60px;
  }
}
.acdn-button::before {
  content: "";
  width: 100%;
  height: 100%;
  background-size: auto auto;
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 2px, rgb(0, 0, 0) 4px, rgb(0, 0, 0) 4px);
  position: absolute;
  right: -5px;
  bottom: -5px;
  z-index: -1;
  border-radius: calc(infinity * 1px);
  transition: transform 0.4s;
}
.acdn-button .bg {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  background-color: var(--main-color);
  border: 1px solid var(--font-color);
  border-radius: calc(infinity * 1px);
  padding: 0 15px;
  will-change: transform;
  transition: transform 0.4s;
}
@media screen and (max-width: 767px) {
  .acdn-button .bg {
    padding: 0 10px;
  }
}
.acdn-button .label {
  font-size: 20px;
  font-weight: 700;
  color: #FFFFFF;
  margin: 0 auto;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .acdn-button .label {
    font-size: 16px;
  }
}
.acdn-button .arrow {
  width: 30px;
  height: 30px;
  background-color: #FFFFFF;
  border-radius: 50%;
  margin: auto 0;
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  right: 30px;
}
@media screen and (max-width: 767px) {
  .acdn-button .arrow {
    width: 24px;
    height: 24px;
    right: 15px;
  }
}
.acdn-button .arrow::before {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border-top: 1px solid var(--main-color);
  border-right: 1px solid var(--main-color);
}
@media (hover: hover) and (pointer: fine) {
  .acdn-button:hover::before {
    transform: translate(-2.5px, -2.5px);
  }
  .acdn-button:hover .bg {
    transform: translate(2.5px, 2.5px);
  }
}
.acdn-button .icon {
  margin: auto 0;
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 30px;
  fill: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .acdn-button .icon {
    width: 27px;
    left: 15px;
  }
}
.acdn-button .arrow {
  transition: transform 0.4s;
}
.acdn-button .arrow::before {
  transform: rotateZ(135deg);
}
.acdn-button[aria-expanded=true]::before {
  transform: translate(-2.5px, -2.5px);
}
.acdn-button[aria-expanded=true] .bg {
  transform: translate(2.5px, 2.5px);
}
.acdn-button[aria-expanded=true] .arrow {
  transform: rotateZ(180deg);
}

.shop-box {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.2s ease-out;
}
.shop-box[aria-hidden=false] {
  grid-template-rows: 1fr;
}
.shop-box__inner {
  overflow: hidden;
}
.shop-list {
  margin: 0;
  margin-top: 50px;
  padding-block: 50px;
  background-color: #FFFFFF;
  border-radius: 20px;
  border: 1px solid var(--font-color);
  padding: 40px;
  gap: 20px;
  gap: 1.4641288433vw;
}
@media screen and (max-width: 767px) {
  .shop-list {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .shop-list {
    padding-block: 32px;
  }
}
.shop-list__inner {
  width: calc(100% - 20px);
  margin: 0 auto;
}
@media screen and (min-width: 1366px) {
  .shop-list {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .shop-list {
    gap: 12px;
    padding: 24px 12px;
  }
}
.shop-list:not(.nopc) {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}
@media screen and (max-width: 767px) {
  .shop-list.nopc {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
.shop-list-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 42px;
  font-size: 16px;
  font-weight: 700;
  background-color: var(--accent-color-01);
  border: 1px solid var(--accent-color-01);
  border-radius: calc(infinity * 1px);
  position: relative;
  z-index: 1;
  transition: background-color 0.4s;
}
.shop-list-item a::before {
  content: "";
  width: 4px;
  height: 4px;
  border-top: 1px solid var(--font-color);
  border-right: 1px solid var(--font-color);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1em;
  margin: auto 0;
  transform: rotateZ(45deg);
}
@media (hover: hover) and (pointer: fine) {
  .shop-list-item a:hover {
    background-color: #FFFFFF;
  }
}

/* __20: lead */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
#lead {
  background-image: url("../images/sec01_bg.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 767px) {
  #lead {
    background-image: url("../images/sec01_bg_mb.webp");
    background-position: center top;
  }
}
#lead .c-contents > * + * {
  margin: 0 auto;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  #lead .c-contents > * + * {
    margin-top: 30px;
  }
}
#lead .message {
  padding-block: 50px;
  background-color: #FFFFFF;
  border-radius: 20px;
  border: 1px solid var(--font-color);
  padding: 35px 16px;
}
@media screen and (max-width: 767px) {
  #lead .message {
    padding-block: 32px;
  }
}
#lead .message__inner {
  width: calc(100% - 20px);
  margin: 0 auto;
}
#lead .message:last-child {
  max-width: 740px;
}
#lead .message p {
  font-weight: 500;
  text-align: center;
  word-break: auto-phrase;
}
#lead .message p.lg {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  #lead .message p.lg {
    font-size: 14px;
  }
}
#lead .message p.sm {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  #lead .message p.sm {
    font-size: 14px;
  }
}
#lead .message p span {
  font-weight: 700;
  color: var(--main-color);
  word-break: auto-phrase;
}
#lead .image {
  max-width: 420px;
}

/* __30: product */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
#product {
  background-image: url("../images/sec02_bg.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}
@media screen and (max-width: 767px) {
  #product {
    background-image: url("../images/sec02_bg_mb.webp");
  }
}
#product .c-contents > * + * {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  #product .c-contents > * + * {
    margin-top: 30px;
  }
}
#product h3 span {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0.5em auto 0;
  padding: 0.25em 1em;
  background-color: #FFFFFF;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  #product h3 span {
    font-size: 14px;
  }
}
#product .product {
  padding-block: 50px;
  background-color: #FFFFFF;
  border-radius: 20px;
  border: 1px solid var(--font-color);
}
@media screen and (max-width: 767px) {
  #product .product {
    padding-block: 32px;
  }
}
#product .product__inner {
  width: calc(100% - 20px);
  margin: 0 auto;
}
#product .product .box {
  width: calc(100% - 40px);
  margin: 0 auto;
}
#product .product .box:not(.single) {
  max-width: 800px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #product .product .box:not(.single) {
    display: block;
  }
}
#product .product .box:not(.single).reverse {
  flex-direction: row-reverse;
}
#product .product .box:not(.single) .img-box {
  width: 52%;
}
@media screen and (max-width: 767px) {
  #product .product .box:not(.single) .img-box {
    width: 100%;
  }
}
#product .product .box:not(.single) .text-box {
  width: 46%;
}
@media screen and (max-width: 767px) {
  #product .product .box:not(.single) .text-box {
    width: 100%;
    margin-top: 20px;
  }
}
#product .product .box:not(.single) .text-box p {
  font-size: 16px;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  #product .product .box:not(.single) .text-box p {
    font-size: 14px;
  }
}
#product .product .box:not(.single) .text-box p span {
  color: var(--main-color);
  font-weight: 700;
}
#product .product .box.single {
  display: block;
  max-width: 420px;
}
@media screen and (max-width: 767px) {
  #product .product .box.single {
    max-width: inherit;
  }
}
#product .product .box + .box {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  #product .product .box + .box {
    margin-top: 30px;
  }
}
#product .product .box figcaption {
  font-size: 12px;
  letter-spacing: 0;
  padding-top: 0.5em;
}

/* __40: novelty */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
#novelty {
  background-image: url("../images/sec03_bg.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 767px) {
  #novelty {
    background-image: url("../images/sec03_bg_mb.webp");
    background-size: contain;
    background-position: center bottom;
  }
}
#novelty .c-section__inner {
  background-image: url("../images/accent_star.svg");
  background-size: 661px;
  background-repeat: no-repeat;
  background-position: center top;
}
@media screen and (max-width: 767px) {
  #novelty .c-section__inner {
    background-image: url("../images/accent_star_mb.svg");
    background-size: 358px;
    background-position: center top 16px;
  }
}
#novelty .c-contents > * + * {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  #novelty .c-contents > * + * {
    margin-top: 30px;
  }
}
#novelty .novelty {
  padding-block: 50px;
  background-color: #FFFFFF;
  border-radius: 20px;
  border: 1px solid var(--font-color);
}
@media screen and (max-width: 767px) {
  #novelty .novelty {
    padding-block: 32px;
  }
}
#novelty .novelty__inner {
  width: calc(100% - 20px);
  margin: 0 auto;
}
#novelty .novelty .box {
  width: calc(100% - 40px);
  margin: 0 auto;
}
#novelty .novelty .box:not(.single) {
  max-width: 800px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #novelty .novelty .box:not(.single) {
    display: block;
  }
}
#novelty .novelty .box:not(.single).reverse {
  flex-direction: row-reverse;
}
#novelty .novelty .box:not(.single) .img-box {
  width: 52%;
}
@media screen and (max-width: 767px) {
  #novelty .novelty .box:not(.single) .img-box {
    width: 100%;
  }
}
#novelty .novelty .box:not(.single) .text-box {
  width: 46%;
}
@media screen and (max-width: 767px) {
  #novelty .novelty .box:not(.single) .text-box {
    width: 100%;
    margin-top: 20px;
  }
}
#novelty .novelty .box:not(.single) .text-box p {
  font-size: 16px;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  #novelty .novelty .box:not(.single) .text-box p {
    font-size: 14px;
  }
}
#novelty .novelty .box:not(.single) .text-box p span {
  color: var(--main-color);
  font-weight: 700;
}
#novelty .novelty .box.single {
  display: block;
  max-width: 420px;
}
@media screen and (max-width: 767px) {
  #novelty .novelty .box.single {
    max-width: inherit;
  }
}
#novelty .novelty .box + .box {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  #novelty .novelty .box + .box {
    margin-top: 30px;
  }
}
#novelty .novelty .box figcaption {
  font-size: 12px;
  letter-spacing: 0;
  padding-top: 0.5em;
}
#novelty .novelty figcaption {
  text-align: right;
}
@media screen and (max-width: 767px) {
  #novelty .novelty figcaption {
    text-align: left;
  }
}

/* __50: voice */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
#voice .c-section__inner {
  background-image: url("../images/accent_chat-board.svg");
  background-size: 770px;
  background-repeat: no-repeat;
  background-position: center top 26px;
}
@media screen and (max-width: 767px) {
  #voice .c-section__inner {
    background-image: url("../images/accent_chat-board_mb.svg");
    background-size: 358px;
    background-position: center top 16px;
  }
}
#voice .c-contents > * + * {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  #voice .c-contents > * + * {
    margin-top: 30px;
  }
}
#voice .voice {
  padding-block: 50px;
  background-color: #FFFFFF;
  border-radius: 20px;
  border: 1px solid var(--font-color);
}
@media screen and (max-width: 767px) {
  #voice .voice {
    padding-block: 32px;
  }
}
#voice .voice__inner {
  width: calc(100% - 20px);
  margin: 0 auto;
}
#voice .voice .box {
  width: calc(100% - 40px);
  margin: 0 auto;
}
#voice .voice .box:not(.single) {
  max-width: 800px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #voice .voice .box:not(.single) {
    display: block;
  }
}
#voice .voice .box:not(.single).reverse {
  flex-direction: row-reverse;
}
#voice .voice .box:not(.single) .img-box {
  width: 52%;
}
@media screen and (max-width: 767px) {
  #voice .voice .box:not(.single) .img-box {
    width: 100%;
  }
}
#voice .voice .box:not(.single) .text-box {
  width: 46%;
}
@media screen and (max-width: 767px) {
  #voice .voice .box:not(.single) .text-box {
    width: 100%;
    margin-top: 20px;
  }
}
#voice .voice .box:not(.single) .text-box p {
  font-size: 16px;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  #voice .voice .box:not(.single) .text-box p {
    font-size: 14px;
  }
}
#voice .voice .box:not(.single) .text-box p span {
  color: var(--main-color);
  font-weight: 700;
}
#voice .voice .box.single {
  display: block;
  max-width: 420px;
}
@media screen and (max-width: 767px) {
  #voice .voice .box.single {
    max-width: inherit;
  }
}
#voice .voice .box + .box {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  #voice .voice .box + .box {
    margin-top: 30px;
  }
}
#voice .voice .box figcaption {
  font-size: 12px;
  letter-spacing: 0;
  padding-top: 0.5em;
}
#voice .voice .text-box {
  width: calc(100% - 40px);
  margin: 0 auto;
}
#voice .voice .text-box p {
  font-size: 16px;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #voice .voice .text-box p {
    font-size: 14px;
    text-align: left;
  }
}
#voice .voice .box:not(.single) {
  margin-top: 50px;
  justify-content: center;
  gap: 32px;
  gap: 2.3426061493vw;
}
@media screen and (max-width: 767px) {
  #voice .voice .box:not(.single) {
    margin-top: 30px;
  }
}
@media screen and (min-width: 1366px) {
  #voice .voice .box:not(.single) {
    gap: 32px;
  }
}
#voice .voice .box:not(.single) .img-box:last-child {
  width: 32%;
}
@media screen and (max-width: 767px) {
  #voice .voice .box:not(.single) .img-box:last-child {
    width: 100%;
    margin-top: 30px;
  }
}

/* __60: design */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
#design {
  background-image: url("../images/sec05_bg.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 767px) {
  #design {
    background-image: url("../images/sec05_bg_mb.webp");
    background-position: center top;
  }
}
#design .c-contents > * + * {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  #design .c-contents > * + * {
    margin-top: 30px;
  }
}
#design .design {
  padding-block: 50px;
  background-color: #FFFFFF;
  border-radius: 20px;
  border: 1px solid var(--font-color);
}
@media screen and (max-width: 767px) {
  #design .design {
    padding-block: 32px;
  }
}
#design .design__inner {
  width: calc(100% - 20px);
  margin: 0 auto;
}
#design .design__inner {
  max-width: 500px;
}
#design .design .box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  gap: 1.756954612vw;
}
@media screen and (min-width: 1366px) {
  #design .design .box {
    gap: 24px;
  }
}
#design .design .box .key {
  text-align: center;
}
#design .design .box .key h3 {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0;
  border-radius: calc(infinity * 1px);
  color: #FFFFFF;
  background-color: var(--main-color);
  padding: 0.5em 0;
  margin-bottom: 1em;
}
#design .design .box .key img {
  max-width: 145px;
}
#design .design .price {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0;
  color: var(--main-color);
  background-color: var(--design-color-light-yellow);
  margin: 1em auto;
  padding: 0.5em 0;
}
@media screen and (max-width: 767px) {
  #design .design .price {
    margin: 0.5em auto;
  }
}
#design .design .price span {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  #design .design .price span {
    display: block;
  }
}
#design .design .text {
  letter-spacing: 0;
}

/* __70: notes */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
#notes .c-contents > * + * {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  #notes .c-contents > * + * {
    margin-top: 30px;
  }
}
#notes .policy {
  padding-block: 50px;
  background-color: #FFFFFF;
  border-radius: 20px;
  border: 1px solid var(--font-color);
}
@media screen and (max-width: 767px) {
  #notes .policy {
    padding-block: 32px;
  }
}
#notes .policy__inner {
  width: calc(100% - 20px);
  margin: 0 auto;
}
#notes .policy p {
  letter-spacing: 0;
}
#notes .policy__inner {
  max-width: 500px;
}
#notes .policy .scroll-area {
  margin-top: 20px;
  background-color: #f2f2f2;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  #notes .policy .scroll-area {
    margin-top: 20px;
  }
}
#notes .policy .scroll-area__inner {
  height: 240px;
  padding-right: 20px;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
#notes .policy .scroll-area__inner::-webkit-scrollbar {
  display: none;
}
#notes .policy .scroll-area__inner .simplebar-track.simplebar-vertical {
  width: 10px;
  background: #FFF;
  border-radius: 10px;
}
#notes .policy .scroll-area__inner .simplebar-scrollbar {
  width: 10px;
  background: var(--design-color-gray);
  border-radius: 10px;
  top: 0;
}
#notes .policy .scroll-area__inner .simplebar-scrollbar::before {
  content: none;
}
#notes .policy .scroll-area__inner p {
  font-size: 14px;
  line-height: 2.2;
}
#notes .notes {
  padding-block: 50px;
  background-color: #FFFFFF;
  border-radius: 20px;
  border: 1px solid var(--font-color);
}
@media screen and (max-width: 767px) {
  #notes .notes {
    padding-block: 32px;
  }
}
#notes .notes__inner {
  width: calc(100% - 20px);
  margin: 0 auto;
}
#notes .notes p {
  letter-spacing: 0;
}
#notes .notes__inner {
  max-width: 624px;
}
#notes .notes .box {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  gap: 1.756954612vw;
}
@media screen and (max-width: 767px) {
  #notes .notes .box {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1366px) {
  #notes .notes .box {
    gap: 24px;
  }
}
@media screen and (max-width: 767px) {
  #notes .notes .box {
    display: block;
  }
}
#notes .notes .box .text-box {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #notes .notes .box .text-box + .text-box {
    margin-top: 20px;
  }
}
#notes .notes .box .text-box h3 {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0;
  border-radius: calc(infinity * 1px);
  color: #FFFFFF;
  background-color: var(--main-color);
  padding: 0.5em 0;
  margin-bottom: 1em;
}
#notes .notes .box .text-box .float {
  float: right;
  width: calc(100% - 116px);
}
#notes .notes .box .text-box figure {
  float: left;
  width: 100px;
}
#notes .notes .box .text-box figure figcaption {
  font-size: 13px;
  text-align: center;
  letter-spacing: 0;
  padding-top: 0.5em;
}

/* __80: faq */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
#faq {
  background-image: url("../images/sec07_bg.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 767px) {
  #faq {
    background-image: url("../images/sec07_bg_mb.webp");
    background-position: center top;
  }
}
#faq .c-contents > * + * {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  #faq .c-contents > * + * {
    margin-top: 30px;
  }
}
#faq .faq {
  padding-block: 50px;
  background-color: #FFFFFF;
  border-radius: 20px;
  border: 1px solid var(--font-color);
}
@media screen and (max-width: 767px) {
  #faq .faq {
    padding-block: 32px;
  }
}
#faq .faq__inner {
  width: calc(100% - 20px);
  margin: 0 auto;
}
#faq .faq__inner {
  max-width: 624px;
}
#faq .faq .faq-outline + .faq-outline {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  #faq .faq .faq-outline + .faq-outline {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  #faq .faq .faq-outline + .faq-outline {
    padding-top: 30px;
    border-top: 1px dashed var(--font-color);
  }
}
#faq .faq .faq-outline .unit {
  flex: none;
  width: 1.5em;
  height: 1.5em;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.05em;
  border-radius: 50%;
  margin-right: 0.5em;
}
#faq .faq .faq-outline .unit-q {
  color: var(--accent-color-02);
  background-color: #FFFFFF;
}
#faq .faq .faq-outline .unit-a {
  color: #FFFFFF;
  background-color: var(--accent-color-02);
}
#faq .faq .faq-outline h3 {
  display: flex;
  align-items: baseline;
  min-height: 50px;
  background-color: var(--accent-color-02);
  border-radius: 10px;
  padding: 16px;
}
@media screen and (max-width: 767px) {
  #faq .faq .faq-outline h3 {
    height: auto;
    padding: 10px;
  }
}
#faq .faq .faq-outline h3 .text {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
  color: #FFF;
}
#faq .faq .faq-outline .answer {
  display: flex;
  align-items: baseline;
  padding: 32px 16px 0;
}
@media screen and (max-width: 767px) {
  #faq .faq .faq-outline .answer {
    padding: 20px 10px 0;
  }
}
#faq .faq .faq-outline .answer .text {
  line-height: 1.4;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  #faq .faq .faq-outline .answer .text {
    font-size: 16px;
  }
}
#faq .faq .shop {
  margin-top: 32px;
  padding: 0 16px;
}
@media screen and (max-width: 767px) {
  #faq .faq .shop {
    margin-top: 20px;
    padding: 0 10px;
  }
}
#faq .faq .shop .acdn-button {
  margin: 0;
  width: 280px;
  max-width: 100%;
  height: 50px;
}
@media screen and (max-width: 767px) {
  #faq .faq .shop .acdn-button {
    width: 335px;
    height: 60px;
  }
}
#faq .faq .shop .acdn-button .icon {
  width: 27px;
  left: 15px;
}
#faq .faq .shop .acdn-button .label {
  font-size: 16px;
}
#faq .faq .shop .acdn-button .arrow {
  width: 24px;
  height: 24px;
  right: 15px;
}
#faq .faq .shop-list {
  padding: 20px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  #faq .faq .shop-list {
    padding: 20px 10px;
  }
}
#faq .faq .shop-list:not(.nopc) {
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 767px) {
  #faq .faq .shop-list.nopc {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* __90: service */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
#service .service {
  margin-top: 50px;
  padding-block: 50px;
  background-color: #FFFFFF;
  border-radius: 20px;
  border: 1px solid var(--font-color);
  border: none;
}
@media screen and (max-width: 767px) {
  #service .service {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  #service .service {
    padding-block: 32px;
  }
}
#service .service__inner {
  width: calc(100% - 20px);
  margin: 0 auto;
}
#service .service__inner {
  max-width: 600px;
}
#service .service__inner > * + * {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  #service .service__inner > * + * {
    margin-top: 20px;
  }
}
#service .service h3 {
  font-size: 25px;
  font-weight: 700;
  text-align: center;
  line-height: 1.28;
  color: var(--main-color);
  padding: 0.5em 0;
  border-top: 2px dashed var(--main-color);
  border-bottom: 2px dashed var(--main-color);
}
@media screen and (max-width: 767px) {
  #service .service h3 {
    font-size: 16px;
    border-width: 1px;
  }
}

/* __100: company */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
#company .c-section__inner {
  padding-block: 22px;
}
@media screen and (max-width: 767px) {
  #company .c-section__inner {
    padding-block: 22px;
  }
}
#company .company {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #company .company {
    font-size: 18px;
  }
}
#company .address {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #company .address {
    font-size: 13px;
  }
}
#company .links {
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto;
}
#company a {
  display: flex;
  align-items: center;
  width: 100%;
  font-size: 16px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #company a {
    font-size: 13px;
  }
}
#company a .tel,
#company a .mail {
  width: 22px;
  height: auto;
  margin-right: 0.25em;
}/*# sourceMappingURL=style.css.map */