﻿/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  margin: 0;
}
main {
  display: block;
}
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}
pre {
  font-family: monospace, monospace;
  font-size: inherit;
}
address {
  font-style: inherit;
}
a {
  background-color: rgba(0, 0, 0, 0);
  text-decoration: none;
  color: inherit;
}
abbr[title] {
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}
button,
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="number"],
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}
button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
  cursor: default;
}
:-moz-focusring {
  outline: auto;
}
select:disabled {
  opacity: inherit;
}
option {
  padding: 0;
}
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}
legend {
  padding: 0;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
[type="number"] {
  -moz-appearance: textfield;
}
label[for] {
  cursor: pointer;
}
details {
  display: block;
}
summary {
  display: list-item;
}
[contenteditable]:focus {
  outline: auto;
}
table {
  border-color: inherit;
  border-collapse: collapse;
}
caption {
  text-align: left;
}
td,
th {
  vertical-align: top;
  padding: 0;
}
th {
  text-align: left;
  font-weight: bold;
}
img {
  max-width: 100%;
  width: auto;
  height: auto;
  object-fit: cover;
}
html {
  font-size: 62.5%;
}
img,
video,
iframe,
svg {
  display: inline-block;
  width: 100%;
  height: auto;
}
a {
  display: inline-block;
  transition: all 0.3s;
}
a:hover {
  opacity: 0.8;
  transition: all 0.3s;
}
span {
  display: inline-block;
}
img {
  vertical-align: bottom;
}
svg {
  overflow-x: hidden;
  overflow-y: hidden;
}
body {
  font-family: "Noto Sans JP", serif;
  color: #333;
  font-size: 1.6rem;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 4.2666666667vw;
  }
}
body.no-scroll {
  overflow: hidden;
}
#MainContent {
  padding-bottom: 40px;
}
.skip-to-content-link.button.visually-hidden {
  display: none;
}
.text {
  line-height: 1.75;
}
.text--center {
  text-align: center;
}
.text--medium {
  font-weight: 500;
}
.text--bold {
  font-weight: 700;
}
.text--serif {
  font-family: "Noto Serif JP", serif;
}
.text--cursive {
  font-family: "Pacifico", cursive;
}
.bg-gray {
  background-color: #fafafa;
}
.bg-white {
  background-color: #fff;
}
.py-0 {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}
.cart-toggle-button {
  cursor: pointer;
}
.title {
  padding-bottom: 2.6rem;
  color: #108492;
  position: relative;
}
@media screen and (max-width: 768px) {
  .title {
    padding-bottom: 6.1333333333vw;
  }
}
.title::before {
  content: "";
  width: 10rem;
  height: 0.4rem;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #108492;
}
@media screen and (max-width: 768px) {
  .title::before {
    width: 20vw;
    height: 1.0666666667vw;
  }
}
.title .ja {
  font-size: 3.2rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  margin-bottom: 1.6rem;
  display: block;
}
@media screen and (max-width: 768px) {
  .title .ja {
    font-size: 6.4vw;
    line-height: 1.6;
    letter-spacing: 0.03em;
    margin-bottom: 1.3333333333vw;
  }
}
.title .en {
  font-size: 1.4rem;
  font-weight: 400;
  display: block;
}
@media screen and (max-width: 768px) {
  .title .en {
    font-size: 3.2vw;
    line-height: 1;
  }
}
.title--center {
  text-align: center;
}
.title--center::before {
  left: 50%;
  transform: translateX(-50%);
}
.title--black {
  color: #333;
}
.title--black::before {
  background-color: #333;
}
.title--white {
  color: #fff;
}
.title--white::before {
  background-color: #fff;
}
.title--decoration-none {
  padding-bottom: 0;
}
.title--decoration-none::before {
  display: none;
}
.title--small {
  font-size: 2.4rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .title--small {
    font-size: 4.8vw;
    line-height: 1.5;
  }
}
.title--more-small {
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .title--more-small {
    font-size: 4.8vw;
    line-height: 1.5;
  }
}
.btn {
  width: 100%;
  max-width: 460px;
  height: 80px;
  background-color: #108492;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 500;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .btn {
    transition: all 0.3s;
  }
  .btn:hover {
    opacity: 1;
  }
  .btn:hover::before {
    transition: all 0.2s;
    transform: translate(0, -50%) rotateX(360deg);
  }
}
@media screen and (max-width: 768px) {
  .btn {
    max-width: 86.6666666667vw;
    height: 21.3333333333vw;
    padding-top: 4.2666666667vw;
    padding-bottom: 4.2666666667vw;
    padding-left: 6.4vw;
    padding-right: 6.4vw;
    line-height: 1.5;
  }
}
.btn::before {
  content: "";
  width: 2.2rem;
  height: 0.8rem;
  background-image: url(../img/cmn/link-arrow.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 2.2rem;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .btn::before {
    width: 5.6vw;
    height: 1.8666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .btn::before {
    right: 6.4vw;
  }
}
.btn--left {
  justify-content: flex-start;
  padding-left: 2.8rem;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .btn--left {
    padding-left: 6.4vw;
  }
}
.btn--bold {
  font-weight: bold;
}
.btn--red {
  background-color: #ab3939;
}
.btn--product {
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.75;
  font-weight: 400;
  max-width: 520px;
  height: 100px;
  padding-left: 13rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .btn--product {
    font-size: 3.2vw;
    padding-left: 25.0666666667vw;
    width: 86.6666666667vw;
    height: 21.3333333333vw;
    max-width: unset;
  }
}
.btn--product::after {
  content: "";
  width: 80px;
  height: 80px;
  background-image: url(../img/cmn/btn-product-image.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  left: 20px;
  top: 10px;
}
@media screen and (max-width: 768px) {
  .btn--product::after {
    width: 16vw;
    height: 16vw;
    top: 2.6666666667vw;
    left: 5.3333333333vw;
  }
}
.btn--product span {
  font-size: 2.2rem;
  line-height: 1.2727272727;
}
@media screen and (max-width: 768px) {
  .btn--product span {
    font-size: 4.2666666667vw;
  }
}
.btn--cart {
  background-color: #ab3939;
  justify-content: flex-start;
  padding-left: 8rem;
}
@media screen and (max-width: 768px) {
  .btn--cart {
    padding-left: 18.6666666667vw;
  }
}
.btn--cart::after {
  content: "";
  width: 26px;
  height: 28px;
  background-image: url(../img/cmn/icon-cart-white.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  left: 31px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .btn--cart::after {
    width: 5.8666666667vw;
    height: 6.4vw;
    left: 8.5333333333vw;
  }
}
.btn--regular {
  background-color: #106992;
  justify-content: flex-start;
  padding-left: 8rem;
}
@media screen and (max-width: 768px) {
  .btn--regular {
    padding-left: 18.6666666667vw;
  }
}
.btn--regular::after {
  content: "";
  width: 30px;
  height: 31px;
  background-image: url(../img/cmn/icon-calendar.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  left: 29px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .btn--regular::after {
    width: 6.1333333333vw;
    height: 6.4vw;
    left: 8.5333333333vw;
  }
}
.c-tags--no-link {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .c-tags--no-link {
    gap: 2.6666666667vw;
  }
}
.c-tags--no-link li {
  font-size: 1.2rem;
  padding: 0.9rem 2rem;
  background-color: #ececec;
  border-radius: 6px;
}
@media screen and (max-width: 768px) {
  .c-tags--no-link li {
    font-size: 3.7333333333vw;
    padding-top: 2.4vw;
    padding-bottom: 2.4vw;
    padding-right: 3.2vw;
    padding-left: 3.2vw;
    border-radius: 1.6vw;
  }
}
.c-tags--link {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .c-tags--link {
    gap: 2.6666666667vw;
  }
}
.c-tags--link li a {
  font-size: 1.2rem;
  padding: 0.9rem 2rem;
  background-color: #ececec;
  border-radius: 6px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .c-tags--link li a {
    font-size: 3.7333333333vw;
    padding-top: 2.4vw;
    padding-bottom: 2.4vw;
    padding-right: 3.2vw;
    padding-left: 3.2vw;
    border-radius: 1.6vw;
  }
}
.c-relation-card {
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .c-relation-card {
    margin-bottom: 6.4vw;
  }
}
.c-relation-card__text {
  font-size: 1.2rem;
  margin-bottom: 1.2rem !important;
  line-height: 1 !important;
}
@media screen and (max-width: 768px) {
  .c-relation-card__text {
    font-size: 3.2vw;
    margin-bottom: 1.333vw !important;
  }
}
.c-relation-card__link {
  padding: 2rem 2.4rem;
  background-color: #fafafa;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 2rem;
  position: relative;
}
@media screen and (min-width: 769px) {
  .c-relation-card__link {
    transition: all 0.3s;
  }
  .c-relation-card__link:hover {
    opacity: 1;
  }
  .c-relation-card__link:hover::before {
    transition: all 0.2s;
    transform: translate(0, -50%) rotateX(360deg);
  }
}
@media screen and (max-width: 768px) {
  .c-relation-card__link {
    padding: 4.2666666667vw;
    gap: 4.2666666667vw;
  }
}
.c-relation-card__link::before {
  content: "";
  width: 2.2rem;
  height: 0.8rem;
  background-image: url(../img/cmn/icon-arrow-blue.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 2.4rem;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .c-relation-card__link::before {
    width: 5.6vw;
    height: 1.8666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .c-relation-card__link::before {
    display: none;
  }
}
.c-relation-card__title {
  font-size: 1.6rem;
  color: #108492;
  font-weight: 500;
  letter-spacing: 0;
  margin-bottom: 0 !important;
  line-height: 1.5 !important;
}
@media screen and (max-width: 768px) {
  .c-relation-card__title {
    font-size: 4.2666666667vw;
  }
}
.c-relation-card__image {
  width: 80px;
  height: 60px;
}
@media screen and (max-width: 768px) {
  .c-relation-card__image {
    width: 21.3333333333vw;
    height: 16vw;
  }
}
.c-relation-card__textArea {
  width: 80%;
}
.c-simple-link a {
  font-size: 1.6rem;
  font-weight: 500;
  color: #108492;
  text-decoration: underline;
  position: relative;
  padding-left: 3rem;
}
@media screen and (max-width: 768px) {
  .c-simple-link a {
    font-size: 4.2666666667vw;
    padding-left: 5.3333333333vw;
    line-height: 1.75;
  }
}
.c-simple-link a::before {
  content: "";
  width: 2.2rem;
  height: 0.8rem;
  background-image: url(../img/cmn/icon-arrow-blue.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 17px;
  height: 7px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .c-simple-link a::before {
    width: 5.6vw;
    height: 1.8666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .c-simple-link a::before {
    width: 4vw;
    height: 1.3333333333vw;
    top: 4vw;
    transform: unset;
  }
}
.c-anchor-linksContainer {
  margin-bottom: 7rem;
  padding-bottom: 1rem;
}
.c-anchor-linksContainer::-webkit-scrollbar {
  display: none;
}
.c-anchor-linksContainer::-webkit-scrollbar-thumb {
  display: none;
}
.c-anchor-linksContainer::-webkit-scrollbar-track {
  display: none;
}
@media screen and (max-width: 768px) {
  .c-anchor-linksContainer {
    padding-bottom: 7.2vw;
    margin-bottom: 12.8vw;
  }
}
.c-anchor-linksContainer.simplebar-scrollable-x .c-anchor-links {
  padding: 0 10vw 0 0;
}
.c-anchor-linksContainer .simplebar-track.simplebar-vertical {
  display: none;
}
.c-anchor-linksContainer .simplebar-track.simplebar-horizontal {
  height: 3px;
  background-color: #fafafa;
}
@media screen and (max-width: 768px) {
  .c-anchor-linksContainer .simplebar-track.simplebar-horizontal {
    height: 0.8vw;
  }
}
.c-anchor-linksContainer
  .simplebar-track.simplebar-horizontal
  .simplebar-scrollbar::before {
  background-color: #ccc;
  height: 100%;
  top: 0;
  left: 0;
}
.c-anchor-links {
  display: flex;
  gap: 6.2rem 12.4rem;
  width: fit-content;
  justify-content: flex-start;
  align-items: center;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .c-anchor-links {
    gap: 5.3333333333vw;
    align-items: stretch;
  }
}
.c-anchor-links li {
  font-size: 1.4rem;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .c-anchor-links li {
    font-size: 3.7333333333vw;
    line-height: 1.5;
    min-width: 26.6666666667vw;
  }
}
.c-anchor-links li a {
  position: relative;
  padding-bottom: 1.6rem;
}
@media screen and (max-width: 768px) {
  .c-anchor-links li a {
    padding-bottom: 3.2vw;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
  }
}
.c-anchor-links li a::before {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 2px solid #333;
  border-top: 2px solid #333;
  position: absolute;
  bottom: 2px;
  left: 50%;
  transform: translateX(-50%) rotate(135deg);
}
@media screen and (max-width: 768px) {
  .c-anchor-links li a::before {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    border-right-width: 0.5333333333vw;
    border-top-width: 0.5333333333vw;
    bottom: 0.5333333333vw;
  }
}
.c-product-card {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.c-product-card--row4 {
  gap: 5.2rem 4.4%;
}
@media screen and (max-width: 768px) {
  .c-product-card--row4 {
    row-gap: 8.5333333333vw;
    column-gap: 4vw;
  }
}
.c-product-card--row4 .c-product-card__item {
  width: 21.67%;
}
@media screen and (max-width: 960px) {
  .c-product-card--row4 .c-product-card__item {
    width: 30.3%;
  }
}
@media screen and (max-width: 768px) {
  .c-product-card--row4 .c-product-card__item {
    width: 41.3333333333vw;
  }
}
.c-product-card__link:hover .c-product-card__image img {
  transform: scale(1.1);
  transition: transform 0.5s;
}
.c-product-card__image {
  border: 1px solid #eee;
  aspect-ratio: 1/1;
}
.c-product-card__image img {
  transition: transform 0.5s;
}
.c-product-card__category {
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .c-product-card__category {
    font-size: 3.7333333333vw;
    line-height: 1.5;
  }
}
.c-product-card__itemTitle {
  font-size: 1.6rem;
  color: #108492;
  line-height: 1.5;
  margin-bottom: 2.4rem;
  letter-spacing: 0;
  min-height: 4.8rem;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .c-product-card__itemTitle {
    min-height: 12.8vw;
    -webkit-line-clamp: 2;
    font-size: 4.2666666667vw;
    margin-bottom: 2.1333333333vw;
  }
}
.c-product-card__price {
  letter-spacing: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.c-product-card__price-tag {
  font-size: 1rem;
  padding: 0rem 1.6rem;
  border: 1px solid #ececec;
  background-color: #fff;
  margin-right: 0.8rem;
}
@media screen and (max-width: 768px) {
  .c-product-card__price-tag {
    padding-right: 2.1333333333vw;
    padding-left: 2.1333333333vw;
    font-size: 2.6666666667vw;
  }
}
.c-definition-lists {
  border-top: 1px solid #ddd;
}
.c-definition-lists dl {
  letter-spacing: 0;
  line-height: 2;
  border-bottom: 1px solid #ddd;
  display: flex;
  align-items: center;
  gap: 4rem;
}
@media screen and (max-width: 768px) {
  .c-definition-lists dl {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    padding-top: 4.2666666667vw;
    padding-bottom: 4.2666666667vw;
    padding-right: 2.6666666667vw;
    padding-left: 2.6666666667vw;
  }
}
.c-definition-lists dl dt {
  font-weight: 700;
  width: 220px;
  padding: 3.2rem 2rem;
}
@media screen and (max-width: 768px) {
  .c-definition-lists dl dt {
    width: 100%;
    padding: 0;
    margin-bottom: 2.1333333333vw;
  }
}
.c-definition-lists dl dd {
  width: calc(100% - 4rem - 220px);
  font-weight: 400;
  padding: 3.2rem 2rem;
}
@media screen and (max-width: 768px) {
  .c-definition-lists dl dd {
    padding: 0;
    width: 100%;
  }
}
.c-definition-lists dl dd .text--bold {
  margin: 1.6rem 0 0.4rem;
}
@media screen and (max-width: 768px) {
  .c-definition-lists dl dd .text--bold {
    margin-top: 4.2666666667vw;
    margin-bottom: 1.0666666667vw;
  }
}
.c-definition-lists dl dd .text--bold:first-of-type {
  margin-top: 0;
}
.c-definition-lists dl dd > ul {
  padding-left: 2.4rem;
  list-style: disc;
}
@media screen and (max-width: 768px) {
  .c-definition-lists dl dd > ul {
    padding-left: 4.2666666667vw;
  }
}
.c-information-card {
  width: 380px;
}
@media screen and (max-width: 768px) {
  .c-information-card {
    width: 100%;
  }
}
.c-information-card__link {
  padding-bottom: 3.6rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-information-card__link {
    padding-bottom: 8.5333333333vw;
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .c-information-card__link {
    transition: all 0.3s;
  }
  .c-information-card__link:hover {
    opacity: 1;
  }
  .c-information-card__link:hover::before {
    transition: all 0.2s;
    transform: translate(-50%, 0) rotateX(360deg);
  }
  .c-information-card__link:hover .c-information-card__image img {
    transform: scale(1.2);
    transition: transform 0.5s;
  }
}
.c-information-card__link::before {
  content: "";
  width: 2.2rem;
  height: 0.8rem;
  background-image: url(../img/cmn/icon-arrow-black.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .c-information-card__link::before {
    width: 5.6vw;
    height: 1.8666666667vw;
  }
}
.c-information-card__image {
  margin-bottom: 2.4rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .c-information-card__image {
    margin-bottom: 6.4vw;
  }
}
.c-information-card__image img {
  transition: transform 0.5s;
  aspect-ratio: 6/4;
  object-fit: cover;
  object-position: center;
}
.c-information-card__title {
  margin-bottom: 1.6rem;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .c-information-card__title {
    margin-bottom: 4.2666666667vw;
  }
}
.c-information-card__categories li {
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .c-information-card__categories li {
    font-size: 3.7333333333vw;
    padding-top: 1.6vw;
    padding-bottom: 1.6vw;
    padding-right: 4.2666666667vw;
    padding-left: 4.2666666667vw;
  }
}
.c-rating {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  color: #fa0;
}
@media screen and (max-width: 768px) {
  .c-rating {
    font-size: 5.3333333333vw;
  }
}
.c-rating .tag {
  color: #fff;
  background-color: #000;
  font-size: 1.2rem;
  padding: 0.4rem 0.6rem;
  margin-right: 1rem;
}
@media screen and (max-width: 768px) {
  .c-rating .tag {
    font-size: 3.2vw;
    margin-right: 2.6666666667vw;
    padding-top: 1.0666666667vw;
    padding-bottom: 1.0666666667vw;
    padding-right: 1.6vw;
    padding-left: 1.6vw;
  }
}
.c-rating .star {
  margin-right: 1rem;
}
@media screen and (max-width: 768px) {
  .c-rating .star {
    margin-right: 2.6666666667vw;
  }
}
.c-recommend-list {
  width: fit-content;
}
.c-recommend-list li {
  width: 480px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 6.4rem;
  background-color: #fff;
  margin-bottom: 1rem;
  position: relative;
  opacity: 1;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 768px) {
  .c-recommend-list li {
    line-height: 1.5;
    font-size: 4.8vw;
    height: auto;
    width: 100%;
    padding-top: 4.8vw;
    padding-bottom: 4.8vw;
    padding-right: 4.2666666667vw;
    padding-left: 11.7333333333vw;
    margin-bottom: 1.6vw;
  }
}
.c-recommend-list li::before {
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  background-image: url(../img/blue-green-argae/icon-checi.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  left: 26px;
  top: 31px;
}
@media screen and (max-width: 768px) {
  .c-recommend-list li::before {
    width: 4.2666666667vw;
    height: 4.2666666667vw;
    top: 6.4vw;
    left: 4.2666666667vw;
  }
}
.u-flex {
  display: flex;
}
.u-flex--column {
  flex-direction: column;
}
.u-flex--rowReverse {
  flex-direction: row-reverse;
}
.u-flex--al-center {
  align-items: center;
}
.u-flex--al-flexStart {
  align-items: flex-start;
}
.u-flex--al-flexEnd {
  align-items: flex-end;
}
.u-flex--al-baseline {
  align-items: baseline;
}
.u-flex--jc-sb {
  justify-content: space-between;
}
.u-flex--jc-center {
  justify-content: center;
}
.u-flex--jc-flexStart {
  justify-content: flex-start;
}
.u-flex--jc-flexEnd {
  justify-content: flex-end;
}
.u-flex--wrap {
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .u-sp-none {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .u-pc-none {
    display: none;
  }
}
.l-inner {
  padding: 0 2rem;
  max-width: 1240px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .l-inner {
    padding-left: 6.6666666667vw;
    padding-right: 6.6666666667vw;
  }
}
.l-singleProduct__inner {
  padding: 0 2rem;
  max-width: calc(800px + 4rem);
  margin: auto;
}
@media screen and (max-width: 768px) {
  .l-singleProduct__inner {
    padding-left: 6.6666666667vw;
    padding-right: 6.6666666667vw;
  }
}
.l-single-news__inner {
  padding: 0 2rem;
  max-width: 1040px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .l-single-news__inner {
    padding-left: 6.6666666667vw;
    padding-right: 6.6666666667vw;
  }
}
.l-relationInformation__inner {
  padding: 0 2rem;
  max-width: 1080px;
  margin: auto;
}
@media screen and (max-width: 1200px) {
  .l-relationInformation__inner {
    max-width: 710px;
  }
}
@media screen and (max-width: 768px) {
  .l-relationInformation__inner {
    padding-left: 12vw;
    padding-right: 12vw;
  }
}
.header {
  position: fixed;
  width: 100%;
  z-index: 999;
}
.header__container {
  display: flex;
  background-color: #fff;
  padding: 2rem 6rem;
}
@media screen and (max-width: 768px) {
  .header__container {
    padding-top: 4vw;
    padding-bottom: 4vw;
    padding-right: 6.4vw;
    padding-left: 6.4vw;
    position: relative;
    align-items: center;
  }
}
.header__logo {
  width: 14.4rem;
}
@media screen and (max-width: 768px) {
  .header__logo {
    width: 24vw;
    margin-right: auto;
  }
}
.header__nav {
  width: calc(100% - 14.4rem);
  font-weight: 500;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .header__nav {
    background-color: #fff;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    transform: translateY(-150%);
    transition: all 0.3s;
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-end;
    align-items: flex-start;
    padding-right: 6.6666666667vw;
    padding-left: 6.6666666667vw;
  }
}
.header__nav.active {
  transition: all 0.3s;
  transform: unset;
}
.header__nav--top {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 1.6rem 4.6rem;
  padding-top: 0.6rem;
  font-size: 1.2rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .header__nav--top {
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 3.2vw;
    gap: 4.5333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .header__nav--top .header__navItem {
    width: 41.0666666667vw;
  }
}
.header__nav--top .header__navItem::before,
.header__nav--top .header__navItem::after {
  display: none;
}
@media screen and (max-width: 768px) {
  .header__nav--top .header__navLink {
    padding-bottom: 4.2666666667vw;
    border-bottom: 1px solid #ddd;
  }
}
.header__nav--bottom {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .header__nav--bottom {
    justify-content: flex-start;
    padding-top: 10.6666666667vw;
    margin-bottom: 14.4vw;
    width: 100%;
  }
}
.header__nav--bottom-list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 1.6rem 5.8rem;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .header__nav--bottom-list {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    font-size: 3.7333333333vw;
    gap: 10.6666666667vw;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .header__nav--bottom-list li {
    position: relative;
    width: 100%;
  }
}
.header__navItem {
  position: relative;
}
.header__navItem::before {
  content: "";
  width: 100%;
  height: 4px;
  background-color: #118593;
  position: absolute;
  transform-origin: bottom center;
  transform: scale(0, 1);
  bottom: -1.5rem;
  left: 0;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .header__navItem::before {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .header__navItem::after {
    content: "";
    width: 2.2rem;
    height: 0.8rem;
    background-image: url(../img/cmn/icon-arrow-black.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 4vw !important;
    height: 1.333vw !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .header__navItem::after {
    width: 5.6vw;
    height: 1.8666666667vw;
  }
}
.header__navItem.current {
  pointer-events: none;
}
.header__navItem.current::before {
  transform: scale(1);
}
.header__navItem:hover::before {
  transform: scale(1);
}
.header__navItem-image.store {
  width: 1.7rem;
}
@media screen and (max-width: 768px) {
  .header__navItem-image.store {
    width: 4vw;
  }
}
.header__navItem-image.mail {
  width: 1.8rem;
}
@media screen and (max-width: 768px) {
  .header__navItem-image.mail {
    width: 4.2666666667vw;
  }
}
.header__navItem-image.beginner {
  width: 1.5rem;
}
@media screen and (max-width: 768px) {
  .header__navItem-image.beginner {
    width: 3.4666666667vw;
  }
}
.header__navItem-image.login {
  width: 1.3rem;
}
@media screen and (max-width: 768px) {
  .header__navItem-image.login {
    width: 2.9333333333vw;
  }
}
.header__navItem-image.cart {
  width: 1.8rem;
}
@media screen and (max-width: 768px) {
  .header__navItem-image.cart {
    width: 4.2666666667vw;
  }
}
.header__navItem.cart .swp-cart-icon-inline {
  padding: 0;
  top: 0;
  display: flex;
  gap: 1rem;
  align-items: center;
}
.header__navItem.cart .swp-cart-icon-inline::after {
  font-family: "Noto Sans JP", serif;
  content: "カート";
  font-size: 1.2rem;
  font-weight: 500;
  color: #333;
}
@media screen and (max-width: 768px) {
  .header__navItem.cart .swp-cart-icon-inline::after {
    font-size: 3.2vw;
  }
}
.header__navItem.cart .swp-cart-icon-inline .swp-icon-cart {
  width: 1.8rem;
  height: auto;
}
@media screen and (max-width: 768px) {
  .header__navItem.cart .swp-cart-icon-inline .swp-icon-cart {
    width: 4.2666666667vw;
  }
}
.header__navLink {
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 768px) {
  .header__navLink {
    gap: 2.1333333333vw;
  }
}
.header__navSearch {
  background-color: rgba(0, 0, 0, 0);
  padding: 0 0 0 2rem;
  margin: 0 0 0 2rem;
  border-left: 1px solid #ececec;
  width: 5rem;
}
.header__navSearch img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .header__navSearch {
    width: 13.3333333333vw;
    padding-left: 0;
    padding-right: 5.0666666667vw;
    margin-right: 6.4vw;
    border-left: none;
    border-right-width: 0.2666666667vw;
    border-color: #ddd;
  }
}
.header__nav-open {
  position: relative;
  width: 6.4vw;
  height: 6.4vw;
}
.header__nav-open span {
  transition: transform 0.3s;
  position: absolute;
  width: 6.4vw;
  height: 0.8vw;
  background-color: #333;
  left: 0;
}
.header__nav-open span:nth-of-type(1) {
  top: 0;
}
.header__nav-open span:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%);
}
.header__nav-open span:nth-of-type(3) {
  bottom: 0;
}
.header__nav-open.active {
  transition: transform 0.3s;
}
.header__nav-open.active span:nth-of-type(2) {
  opacity: 0;
}
.header__nav-open.active span:nth-of-type(1) {
  top: 2.6666666667vw;
  transform: rotate(45deg);
}
.header__nav-open.active span:nth-of-type(3) {
  top: 2.6666666667vw;
  transform: rotate(-45deg);
}
.header__search {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1000;
}
.header__search-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #000;
  opacity: 70%;
}
.header__search-container {
  padding: 4rem;
  position: relative;
  z-index: 1;
  width: 90%;
  max-width: 800px;
  margin: auto;
  margin-top: 14rem;
}
@media screen and (max-width: 768px) {
  .header__search-container {
    width: calc(100% - 13.3333vw);
    margin-top: 29.3333333333vw;
    max-width: unset;
    padding-top: 10.6666666667vw;
    padding-bottom: 10.6666666667vw;
    padding-right: 6.4vw;
    padding-left: 6.4vw;
  }
}
.header__search-title {
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0;
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 768px) {
  .header__search-title {
    font-size: 4.2666666667vw;
    margin-bottom: 4.2666666667vw;
  }
}
.header__search-form {
  display: flex;
  height: 64px;
}
@media screen and (max-width: 768px) {
  .header__search-form {
    height: 11.7333333333vw;
  }
}
.header__search-input {
  width: 80.2777777778%;
  font-size: 1.4rem;
  border-radius: 6px 0 0 6px;
  padding-left: 3.2rem;
}
@media screen and (max-width: 768px) {
  .header__search-input {
    width: 62.1333333333vw;
    border-top-left-radius: 1.6vw;
    border-bottom-left-radius: 1.6vw;
    padding-left: 4.2666666667vw;
    font-size: 3.7333333333vw;
  }
}
.header__search-submit {
  width: 19.7222222222%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .header__search-submit {
    width: 11.7333333333vw;
  }
}
.header__search-submit button {
  width: 100%;
  height: 100%;
  font-size: 1.8rem;
  color: #fff;
  background-color: #108492;
  border-radius: 0 6px 6px 0;
  padding: 0 0 0 24px;
}
@media screen and (max-width: 768px) {
  .header__search-submit button {
    font-size: 0;
    border-top-right-radius: 1.6vw;
    border-bottom-right-radius: 1.6vw;
    padding: 0;
  }
}
.header__search-submit .search-icon {
  width: 22px;
  position: absolute;
  top: 20px;
  left: 20px;
}
@media screen and (max-width: 768px) {
  .header__search-submit .search-icon {
    width: 5.8666666667vw;
    top: 2.9333333333vw;
    left: 2.9333333333vw;
  }
}
.header__search-close {
  position: absolute;
  top: 22px;
  right: 22px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .header__search-close {
    width: 3.7333333333vw;
    height: 3.7333333333vw;
    top: 4.5333333333vw;
    right: 4.5333333333vw;
  }
}
.header__keyword {
  padding: 0.8rem 6rem;
  background-color: #fafafa;
}
@media screen and (max-width: 768px) {
  .header__keyword {
    padding-top: 1.6vw;
    padding-bottom: 1.6vw;
    padding-right: 6.6666666667vw;
    padding-left: 6.6666666667vw;
    gap: 4.2666666667vw;
    overflow-x: scroll;
  }
}
@media screen and (min-width: 769px) {
  .header__keyword .simplebar-content-wrapper {
    overflow-x: auto !important;
  }
}
.header__keyword .simplebar-content {
  display: flex;
  align-items: center;
  gap: 2.2rem;
}
.header__keyword .simplebar-content::before {
  display: none;
}
.header__keyword .simplebar-track.simplebar-vertical {
  display: none;
}
.header__keyword .simplebar-track.simplebar-horizontal {
  height: 3px;
  background-color: #fafafa;
}
@media screen and (max-width: 768px) {
  .header__keyword .simplebar-track.simplebar-horizontal {
    height: 0.8vw;
  }
}
.header__keyword
  .simplebar-track.simplebar-horizontal
  .simplebar-scrollbar::before {
  background-color: #ccc;
  height: 100%;
  top: 0;
  left: 0;
}
.header__keyword::-webkit-scrollbar {
  display: none;
}
.header__keyword::-webkit-scrollbar-thumb {
  display: none;
}
.header__keyword::-webkit-scrollbar-track {
  display: none;
}
.header__keyword-title {
  font-size: 1.4rem;
  font-weight: 500;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .header__keyword-title {
    font-size: 3.2vw;
    font-weight: 400;
  }
}
.header__keyword-list {
  display: flex;
  flex-wrap: nowrap;
  position: relative;
}
@media screen and (max-width: 768px) {
  .header__keyword-list {
    min-width: 114.6666666667vw;
  }
}
.header__keyword-list li {
  white-space: nowrap;
}
.header__keyword-list li.hidden {
  display: none;
}
.header__keyword-list li a {
  font-size: 1.4rem;
  background-color: #fff;
  padding: 0.9rem 2.9rem;
}
@media screen and (max-width: 768px) {
  .header__keyword-list li a {
    font-size: 3.7333333333vw;
    padding-top: 2.4vw;
    padding-bottom: 2.4vw;
    padding-right: 4.2666666667vw;
    padding-left: 4.2666666667vw;
  }
}
.header__keyword .more {
  font-size: 1.4rem;
  color: #fff;
  background-color: #333;
  border-radius: 6px;
  padding: 0.9rem 4rem 0.9rem 2rem;
  position: relative;
  width: fit-content;
  right: 0;
  top: 0;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .header__keyword .more {
    font-size: 3.7333333333vw;
    padding-top: 2.4vw;
    padding-bottom: 2.4vw;
    padding-right: 8.5333333333vw;
    padding-left: 4.2666666667vw;
    border-radius: 1.6vw;
  }
}
.header__keyword .more.hidden {
  display: none;
}
.header__keyword .more::before,
.header__keyword .more::after {
  content: "";
  width: 12px;
  height: 2px;
  position: absolute;
  background-color: #fff;
  top: 16px;
  right: 10px;
}
@media screen and (max-width: 768px) {
  .header__keyword .more::before,
  .header__keyword .more::after {
    width: 3.2vw;
    height: 0.5333333333vw;
    top: 4.2666666667vw;
    right: 2.6666666667vw;
  }
}
.header__keyword .more::after {
  transform: rotate(90deg);
}
.footer {
  padding: 4rem 0 5rem;
}
@media screen and (max-width: 768px) {
  .footer {
    padding-top: 8.5333333333vw;
    padding-bottom: 11.2vw;
  }
}
.footer__container {
  position: relative;
}
.footer__list {
  display: flex;
  justify-content: flex-start;
  font-size: 1.4rem;
  font-weight: 400;
  gap: 4.9rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .footer__list {
    font-size: 3.2vw;
    flex-direction: column;
    gap: 0;
    margin-bottom: 8vw;
  }
}
.footer__listTitle {
  padding-bottom: 1.6rem;
  border-bottom: 1px solid #333;
  margin-bottom: 2.8rem;
}
@media screen and (max-width: 768px) {
  .footer__listTitle {
    padding-top: 5.8666666667vw;
    padding-bottom: 0;
    border-top: 1px solid #333;
    border-bottom: 0;
    margin-bottom: 6.4vw;
    position: relative;
  }
}
.footer__listItem {
  min-width: 255px;
}
@media screen and (max-width: 768px) {
  .footer__listItem {
    width: 100%;
    min-width: unset;
  }
}
.footer__listItem ul {
  gap: 1.6rem;
}
.footer__listItem ul li {
  margin-bottom: 2.8rem;
}
@media screen and (max-width: 768px) {
  .footer__listItem ul li {
    margin-bottom: 6.4vw;
  }
}
.footer__listItem ul.sns {
  display: flex;
}
@media screen and (max-width: 768px) {
  .footer__listItem ul.sns {
    gap: 4.2666666667vw;
  }
}
.footer__listItem ul.sns li {
  width: 6rem;
  height: 6rem;
}
@media screen and (max-width: 768px) {
  .footer__listItem ul.sns li {
    width: 9.3333333333vw;
    height: 9.3333333333vw;
  }
}
.footer__logoArea {
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 1200px) {
  .footer__logoArea {
    position: static;
    text-align: center;
  }
}
.footer__logo {
  width: 18rem;
  margin-left: auto;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 1200px) {
  .footer__logo {
    margin-right: auto;
  }
}
@media screen and (max-width: 768px) {
  .footer__logo {
    width: 37.3333333333vw;
    margin-bottom: 3.7333333333vw;
  }
}
.footer__copy {
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .footer__copy {
    font-size: 2.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .js-footer-accordion::before,
  .js-footer-accordion::after {
    content: "";
    width: 4.2666666667vw;
    height: 0.2666666667vw;
    background-color: #333;
    position: absolute;
    top: 7.4666666667vw;
    right: 2.6666666667vw;
  }
  .js-footer-accordion::after {
    transform: rotate(90deg);
    transition: all 0.3s;
  }
  .js-footer-accordion.open::after {
    transition: all 0.3s;
    transform: rotate(0);
  }
  .js-footer-accordion-area {
    display: none;
  }
}
.links-area {
  padding: 4rem 0;
}
@media screen and (max-width: 768px) {
  .links-area {
    padding-top: 8vw;
    padding-bottom: 8vw;
  }
}
.links-area__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2.6rem;
}
@media screen and (max-width: 768px) {
  .links-area__list {
    flex-direction: column;
    gap: 2.6666666667vw;
  }
}
.links-area__item {
  position: relative;
  font-weight: 400;
  letter-spacing: 0.03em;
  color: #fff;
  width: 28rem;
  height: 20rem;
  background-color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .links-area__item {
    width: 100%;
    height: 29.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .links-area__item {
    transition: all 0.3s;
  }
  .links-area__item:hover {
    opacity: 1;
  }
  .links-area__item:hover::before {
    transition: all 0.2s;
    transform: translate(-50%, 0) rotateX(360deg);
  }
}
.links-area__item::before {
  content: "";
  width: 2.2rem;
  height: 0.8rem;
  background-image: url(../img/cmn/link-arrow.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  bottom: 4rem;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .links-area__item::before {
    width: 5.6vw;
    height: 1.8666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .links-area__item::before {
    transform: translateY(-50%);
    top: 50%;
    left: auto;
    right: 4.2666666667vw;
  }
}
.links-area__item .ja {
  font-size: 1.8rem;
  margin-bottom: 1.2rem;
}
@media screen and (max-width: 768px) {
  .links-area__item .ja {
    font-size: 4.2666666667vw;
    margin-bottom: 1.6vw;
  }
}
.links-area__item .en {
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .links-area__item .en {
    font-size: 3.4666666667vw;
  }
}
.links-area__item--blue {
  background-color: #108492;
}
.links-area__item--red {
  background-color: #ab3939;
}
.breadcrumbs {
  font-size: 1.4rem;
  font-weight: 400;
  padding: 1.6rem 0;
  letter-spacing: 0.03em;
}
.breadcrumbs .home::before {
  content: "";
  background-image: url(../img/cmn/icon-store.webp);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 1.1rem;
  height: 1.2rem;
  display: inline-block;
  margin-right: 1.2rem;
}
.wp-pagenavi {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.4rem;
  line-height: 1;
  gap: 2.4rem;
}
@media screen and (max-width: 768px) {
  .wp-pagenavi {
    font-size: 6.4vw;
    gap: 6.4vw;
  }
}
.wp-pagenavi > span,
.wp-pagenavi > a {
  width: 6.4rem;
  height: 6.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .wp-pagenavi > span,
  .wp-pagenavi > a {
    width: 14.9333333333vw;
    height: 14.9333333333vw;
  }
}
.wp-pagenavi .current {
  background-color: #108492;
  color: #fff;
}
.wp-pagenavi a.page {
  background-color: #fafafa;
}
.wp-pagenavi a.nextpostslink,
.wp-pagenavi a.previouspostslink {
  width: auto;
  height: auto;
}
.wp-pagenavi a.nextpostslink span,
.wp-pagenavi a.previouspostslink span {
  width: 22px;
  height: 8px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .wp-pagenavi a.nextpostslink span,
  .wp-pagenavi a.previouspostslink span {
    width: 5.3333333333vw;
    height: 1.3333333333vw;
  }
}
.wp-pagenavi a.nextpostslink span::before,
.wp-pagenavi a.previouspostslink span::before {
  position: absolute;
  top: 0;
  left: 0;
}
.wp-pagenavi a.nextpostslink span::before {
  content: "";
  width: 2.2rem;
  height: 0.8rem;
  background-image: url(../img/cmn/icon-arrow-blue.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .wp-pagenavi a.nextpostslink span::before {
    width: 5.6vw;
    height: 1.8666666667vw;
  }
}
.wp-pagenavi a.previouspostslink span::before {
  content: "";
  width: 2.2rem;
  height: 0.8rem;
  background-image: url(../img/cmn/icon-arrow-blue-left.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .wp-pagenavi a.previouspostslink span::before {
    width: 5.6vw;
    height: 1.8666666667vw;
  }
}
.p-cart-btn {
  position: fixed;
  right: 0;
  top: 50%;
  z-index: 888;
  transform: translateY(-50%);
}
.p-cart-btn img {
  width: 42px;
}
.p-cart-btn__text {
  display: block;
  color: #fff;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.5;
}
.p-cart-btn.none {
  display: none;
}
.fixed-buy-btn {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #108492;
  padding: 1.8rem 1.2rem 1.8rem 1.8rem;
  font-weight: 500;
  letter-spacing: 0;
  width: 140px;
  color: #fff;
  z-index: 888;
}
.fixed-buy-btn__image {
  width: 110px;
  height: 110px;
  margin-bottom: 1rem;
}
.fixed-buy-btn__image img {
  object-fit: cover;
}
.fixed-buy-btn__title {
  font-size: 1.4rem;
  margin-bottom: 0.8rem;
}
.fixed-buy-btn__price {
  font-size: 1.6rem;
  margin-bottom: 1.6rem;
}
.fixed-buy-btn__price span {
  font-size: 1.2rem;
}
.fixed-buy-btn__link {
  background-color: #ab3939;
  font-size: 1.4rem;
  width: 100%;
  display: inline-block;
  padding: 12px 0 27px;
  text-align: center;
  position: relative;
}
.fixed-buy-btn__link::before {
  content: "";
  width: 2.2rem;
  height: 0.8rem;
  background-image: url(../img/cmn/link-arrow.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .fixed-buy-btn__link::before {
    width: 5.6vw;
    height: 1.8666666667vw;
  }
}
.p-topBannerArea {
  padding-top: 2rem;
}
@media screen and (max-width: 768px) {
  .p-topBannerArea {
    padding-top: 8vw;
    padding-right: 6.6666666667vw;
    padding-left: 6.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-topBannerArea__list {
    position: relative;
    padding-bottom: 8.5333333333vw;
    margin-bottom: 0 !important;
  }
  .p-topBannerArea__list .slick-prev,
  .p-topBannerArea__list .slick-next {
    width: 3.4666666667vw;
    height: 3.4666666667vw;
    transform: unset;
    position: absolute;
  }
  .p-topBannerArea__list .slick-prev {
    left: -4vw;
    top: 21.3333333333vw;
    transform: rotate(-135deg);
  }
  .p-topBannerArea__list .slick-next {
    right: -4vw;
    top: 21.3333333333vw;
    transform: rotate(45deg);
  }
  .p-topBannerArea__list .slick-prev:before,
  .p-topBannerArea__list .slick-next:before {
    content: "";
    width: 3.4666666667vw;
    height: 3.4666666667vw;
    border-top: 4px solid #108492;
    border-right: 4px solid #108492;
    position: absolute;
    opacity: 1;
    left: 0;
    top: 0;
  }
  .p-topBannerArea__list .slick-dots {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .p-topBannerArea__list .slick-dots li {
    width: 3.2vw;
    height: 3.2vw;
    margin-left: 2vw;
    margin-right: 2vw;
  }
  .p-topBannerArea__list .slick-dots li.slick-active button::before {
    background-color: #108492;
    opacity: 1;
  }
  .p-topBannerArea__list .slick-dots li button {
    width: 3.2vw;
    height: 3.2vw;
    padding: 0;
    position: relative;
  }
  .p-topBannerArea__list .slick-dots li button::before {
    content: "";
    width: 3.2vw;
    height: 3.2vw;
    border-radius: 50%;
    background-color: #ccc;
    opacity: 1;
  }
}
.p-topBannerArea__item {
  width: 48rem;
  margin: 0 1rem;
}
@media screen and (max-width: 768px) {
  .p-topBannerArea__item {
    width: auto;
    margin: 0;
  }
}
.p-topIntroduction {
  font-weight: 400;
  padding: 14.3rem 0 17.5rem;
}
@media screen and (max-width: 768px) {
  .p-topIntroduction {
    padding-top: 14.9333333333vw;
    padding-bottom: 19.2vw;
  }
}
.p-topIntroduction__container {
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .p-topIntroduction__container {
    flex-direction: column;
  }
}
.p-topIntroduction__title {
  font-size: 3.6rem;
  letter-spacing: 0.1em;
  line-height: 1.7777777778;
  width: 48%;
}
@media screen and (max-width: 768px) {
  .p-topIntroduction__title {
    width: 100%;
    font-size: 7.2vw;
    text-align: center;
    letter-spacing: 0.06em;
    line-height: 1.77;
    margin-bottom: 10.1333333333vw;
  }
}
.p-topIntroduction__text {
  line-height: 2.25;
  width: 48%;
}
@media screen and (max-width: 768px) {
  .p-topIntroduction__text {
    letter-spacing: 0.06em;
    width: 100%;
    line-height: 2;
  }
}
@media screen and (max-width: 768px) {
  .p-topAbout__container {
    flex-direction: column;
  }
}
.p-topAbout__image {
  width: 45%;
}
@media screen and (max-width: 768px) {
  .p-topAbout__image {
    width: 100%;
    height: 48vw;
  }
}
.p-topAbout__image img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.p-topAbout__textArea {
  width: 55%;
  padding: 9.3rem 10rem 9.8rem;
}
@media screen and (max-width: 768px) {
  .p-topAbout__textArea {
    width: 100%;
    padding-top: 8vw;
    padding-right: 6.6666666667vw;
    padding-left: 6.6666666667vw;
    padding-bottom: 12.8vw;
  }
}
.p-topAbout__title {
  margin-bottom: 3.4rem;
}
@media screen and (max-width: 768px) {
  .p-topAbout__title {
    margin-bottom: 6.1333333333vw;
  }
}
.p-topAbout__text {
  margin-bottom: 7.5rem;
}
@media screen and (max-width: 768px) {
  .p-topAbout__text {
    margin-bottom: 7.2vw;
    line-height: 1.6;
  }
}
.p-topAbout__links {
  border-top: 1px solid #ececec;
}
.p-topAbout__linkItem {
  border-bottom: 1px solid #ececec;
}
.p-topAbout__link {
  display: flex;
  align-items: center;
  gap: 3.6rem;
  padding: 2rem 0;
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-topAbout__link {
    transition: all 0.3s;
  }
  .p-topAbout__link:hover {
    opacity: 1;
  }
  .p-topAbout__link:hover::before {
    transition: all 0.2s;
    transform: translate(0, -50%) rotateX(360deg);
  }
}
@media screen and (max-width: 768px) {
  .p-topAbout__link {
    padding-top: 4.2666666667vw;
    padding-bottom: 4.2666666667vw;
    padding-right: 9.8666666667vw;
    gap: 4.8vw;
  }
}
.p-topAbout__link::before {
  content: "";
  width: 2.2rem;
  height: 0.8rem;
  background-image: url(../img/cmn/icon-arrow-black.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .p-topAbout__link::before {
    width: 5.6vw;
    height: 1.8666666667vw;
  }
}
.p-topAbout__linkImage {
  width: 14rem;
}
@media screen and (max-width: 768px) {
  .p-topAbout__linkImage {
    width: 28vw;
    min-width: 28vw;
  }
}
.p-topProducts {
  padding: 10rem 0 16rem;
}
@media screen and (max-width: 768px) {
  .p-topProducts {
    padding-top: 16vw;
    padding-bottom: 16vw;
  }
}
.p-topProducts__title {
  margin-bottom: 8rem;
}
@media screen and (max-width: 768px) {
  .p-topProducts__title {
    margin-bottom: 8.5333333333vw;
  }
}
.p-topProducts__item {
  margin-bottom: 12rem;
}
@media screen and (max-width: 768px) {
  .p-topProducts__item {
    margin-bottom: 16vw;
    gap: 8.5333333333vw;
    flex-direction: column;
  }
}
.p-topProducts__item .p-topProducts__absolute-text {
  left: -2rem;
}
@media screen and (max-width: 768px) {
  .p-topProducts__item .p-topProducts__absolute-text {
    display: none;
  }
}
.p-topProducts__item:last-of-type {
  margin-bottom: 0;
}
.p-topProducts__item:nth-of-type(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .p-topProducts__item:nth-of-type(even) {
    flex-direction: column;
  }
}
.p-topProducts__item:nth-of-type(even) .p-topProducts__absolute-text {
  right: -2rem;
}
@media screen and (max-width: 768px) {
  .p-topProducts__item:nth-of-type(even) .p-topProducts__absolute-text {
    display: none;
  }
}
.p-topProducts__itemTextArea {
  width: 38.5%;
  max-width: 460px;
}
@media screen and (max-width: 768px) {
  .p-topProducts__itemTextArea {
    width: 100%;
    max-width: unset;
  }
}
.p-topProducts__itemTitle {
  margin-bottom: 3.8rem;
}
@media screen and (max-width: 768px) {
  .p-topProducts__itemTitle {
    margin-bottom: 6.4vw;
  }
}
.p-topProducts__itemTitle .ja {
  margin-bottom: 1.2rem;
}
@media screen and (max-width: 768px) {
  .p-topProducts__itemTitle .ja {
    margin-bottom: 2.1333333333vw;
  }
}
.p-topProducts__itemTitle .en {
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .p-topProducts__itemTitle .en {
    font-size: 2.6666666667vw;
  }
}
.p-topProducts__itemTitle .catch {
  position: relative;
  padding-bottom: 1.2rem;
  margin-bottom: 2.1rem;
}
@media screen and (max-width: 768px) {
  .p-topProducts__itemTitle .catch {
    padding-bottom: 2.1333333333vw;
    margin-bottom: 3.2vw;
    font-size: 3.2vw;
  }
}
.p-topProducts__itemTitle .catch__line {
  width: 100%;
  height: 1px;
  background-color: #333;
  position: absolute;
  bottom: 0;
  left: 0;
}
.p-topProducts__itemTitle .catch__line::before {
  content: "";
  width: 10px;
  height: 3px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .p-topProducts__itemTitle .catch__line::before {
    width: 2.6666666667vw;
  }
}
.p-topProducts__itemTitle .catch__line::after {
  content: "";
  width: 15px;
  height: 1px;
  background-color: #333;
  position: absolute;
  top: 4px;
  left: 49%;
  transform: rotate(30deg);
}
.p-topProducts__itemImage {
  width: 54%;
  max-width: 650px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-topProducts__itemImage {
    width: 100%;
    max-width: unset;
  }
}
.p-topProducts__itemTypes {
  gap: 1rem;
  margin-bottom: 5.2rem;
}
@media screen and (max-width: 768px) {
  .p-topProducts__itemTypes {
    gap: 3.2vw;
    margin-bottom: 8.5333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-topProducts__itemTypes li {
    font-size: 2.6666666667vw;
    padding-top: 1.6vw;
    padding-bottom: 1.6vw;
    padding-right: 3.2vw;
    padding-left: 3.2vw;
    border-radius: 1.6vw;
  }
}
.p-topProducts__itemTypes::before {
  content: "TYPE：";
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .p-topProducts__itemTypes::before {
    font-size: 2.6666666667vw;
  }
}
.p-topProducts__itemText {
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 768px) {
  .p-topProducts__itemText {
    line-height: 1.6;
    margin-bottom: 4.2666666667vw;
  }
}
.p-topProducts__absolute-text {
  position: absolute;
  font-size: 1rem;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  top: 0;
}
.p-topNews {
  padding: 8.6rem 0 5.8rem;
}
@media screen and (max-width: 768px) {
  .p-topNews {
    padding-top: 16vw;
    padding-bottom: 16vw;
  }
}
.p-topNews__title {
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .p-topNews__title {
    margin-bottom: 8.5333333333vw;
  }
}
.p-topNews__list {
  gap: 5.3rem;
  margin-bottom: 5.3rem;
}
@media screen and (max-width: 768px) {
  .p-topNews__list {
    column-gap: 4.2666666667vw;
    row-gap: 8.5333333333vw;
    margin-bottom: 8.5333333333vw;
  }
}
.p-topNews__item {
  width: 260px;
}
@media screen and (max-width: 768px) {
  .p-topNews__item {
    width: 41.0666666667vw;
  }
}
.p-topNews__item-link {
  position: relative;
  padding-bottom: 3.8rem;
}
@media screen and (min-width: 769px) {
  .p-topNews__item-link {
    transition: all 0.3s;
  }
  .p-topNews__item-link:hover {
    opacity: 1;
  }
  .p-topNews__item-link:hover::before {
    transition: all 0.2s;
    transform: translate(-50%, 0) rotateX(360deg);
  }
  .p-topNews__item-link:hover .p-topNews__item-thumbnail img {
    transform: scale(1.2);
    transition: transform 0.5s;
  }
}
@media screen and (max-width: 768px) {
  .p-topNews__item-link {
    padding-bottom: 4vw;
  }
}
.p-topNews__item-link::before {
  content: "";
  width: 2.2rem;
  height: 0.8rem;
  background-image: url(../img/cmn/icon-arrow-black.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .p-topNews__item-link::before {
    width: 5.6vw;
    height: 1.8666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-topNews__item-link::before {
    width: 4.5333333333vw;
    height: 1.0666666667vw;
  }
}
.p-topNews__item-thumbnail {
  width: 100%;
  margin-bottom: 2.2rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-topNews__item-thumbnail {
    margin-bottom: 5.3333333333vw;
  }
}
.p-topNews__item-thumbnail img {
  transition: transform 0.5s;
}
.p-topNews__item-cat-date {
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-topNews__item-cat-date {
    margin-bottom: 2.1333333333vw;
  }
}
.p-topNews__item-category {
  font-size: 1.2rem;
  color: #fff;
  padding: 0.5rem 1.2rem;
  margin-right: 1rem;
}
@media screen and (max-width: 768px) {
  .p-topNews__item-category {
    font-size: 3.2vw;
    padding-top: 1.0666666667vw;
    padding-bottom: 1.0666666667vw;
    padding-right: 2.1333333333vw;
    padding-left: 2.1333333333vw;
    margin-right: 2.1333333333vw;
  }
}
.p-topNews__item-category.news {
  background-color: #108492;
}
.p-topNews__item-category.media {
  background-color: #333;
}
.p-topNews__item-time {
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .p-topNews__item-time {
    font-size: 3.7333333333vw;
  }
}
.p-topNews__item-title {
  line-height: 1.5;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-topNews__item-title {
    -webkit-line-clamp: 5;
  }
}
.p-topNews__btn {
  margin: auto;
}
.p-topInfo {
  padding: 10rem 0 14rem;
}
@media screen and (max-width: 768px) {
  .p-topInfo {
    padding-top: 16vw;
    padding-bottom: 16vw;
  }
}
@media screen and (max-width: 768px) {
  .p-topInfo__container {
    position: relative;
    flex-direction: column-reverse;
    padding-top: 27.2vw;
  }
}
@media screen and (max-width: 768px) {
  .p-topInfo__btn {
    text-align: center;
    justify-content: center;
  }
}
.p-topInfo__left {
  width: 460px;
}
@media screen and (max-width: 768px) {
  .p-topInfo__left {
    width: 100%;
  }
}
.p-topInfo__right {
  width: 660px;
}
@media screen and (max-width: 768px) {
  .p-topInfo__right {
    width: 100%;
  }
}
.p-topInfo__title {
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .p-topInfo__title {
    margin-bottom: 8.5333333333vw;
    text-align: center;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
  }
  .p-topInfo__title::before {
    left: 50%;
    transform: translateX(-50%);
  }
}
.p-topInfo__links {
  border-top: 1px solid #ececec;
  margin-bottom: 4.2rem;
}
@media screen and (max-width: 768px) {
  .p-topInfo__links {
    margin-bottom: 6.4vw;
  }
}
.p-topInfo__linkItem {
  border-bottom: 1px solid #ececec;
}
.p-topInfo__linkItem-link {
  position: relative;
  padding: 2rem 0;
  display: flex;
  align-items: center;
  gap: 2rem;
}
@media screen and (min-width: 769px) {
  .p-topInfo__linkItem-link {
    transition: all 0.3s;
  }
  .p-topInfo__linkItem-link:hover {
    opacity: 1;
  }
  .p-topInfo__linkItem-link:hover::before {
    transition: all 0.2s;
    transform: translate(0, -50%) rotateX(360deg);
  }
}
@media screen and (max-width: 768px) {
  .p-topInfo__linkItem-link {
    padding-top: 4.2666666667vw;
    padding-bottom: 4.2666666667vw;
    padding-right: 9.8666666667vw;
    gap: 4.8vw;
  }
}
.p-topInfo__linkItem-link::before {
  content: "";
  width: 2.2rem;
  height: 0.8rem;
  background-image: url(../img/cmn/icon-arrow-black.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2rem;
}
@media screen and (max-width: 768px) {
  .p-topInfo__linkItem-link::before {
    width: 5.6vw;
    height: 1.8666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-topInfo__linkItem-link::before {
    right: 0;
  }
}
.p-topInfo__linkItem-image {
  width: 8rem;
}
@media screen and (max-width: 768px) {
  .p-topInfo__linkItem-image {
    width: 16vw;
    min-width: 16vw;
  }
}
.p-topInfo__linkItem-title {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .p-topInfo__linkItem-title {
    font-size: 4.2666666667vw;
    line-height: 1.6;
  }
}
.p-topInfo__search {
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .p-topInfo__search {
    margin-bottom: 8.5333333333vw;
  }
}
.p-topInfo__search-title {
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .p-topInfo__search-title {
    margin-bottom: 4.2666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-topInfo__search-keywords li a {
    font-size: 3.7333333333vw;
    padding-top: 2.4vw;
    padding-bottom: 2.4vw;
    padding-right: 3.2vw;
    padding-left: 3.2vw;
  }
}
.p-topInfo .p-topInfo__posts {
  gap: 4rem 6rem;
}
@media screen and (max-width: 768px) {
  .p-topInfo .p-topInfo__posts {
    row-gap: 10.6666666667vw;
    column-gap: 16vw;
    margin-bottom: 12.8vw;
  }
}
.p-topInfo .p-topInfo__post {
  width: 300px;
}
@media screen and (max-width: 768px) {
  .p-topInfo .p-topInfo__post {
    width: 100%;
  }
}
.p-topInfo .p-topInfo__post-link {
  padding-bottom: 3.6rem;
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-topInfo .p-topInfo__post-link {
    transition: all 0.3s;
  }
  .p-topInfo .p-topInfo__post-link:hover {
    opacity: 1;
  }
  .p-topInfo .p-topInfo__post-link:hover::before {
    transition: all 0.2s;
    transform: translate(-50%, 0) rotateX(360deg);
  }
  .p-topInfo .p-topInfo__post-link:hover .p-topInfo__post-image img {
    transform: scale(1.2);
    transition: transform 0.5s;
  }
}
@media screen and (max-width: 768px) {
  .p-topInfo .p-topInfo__post-link {
    padding-bottom: 8.5333333333vw;
  }
}
.p-topInfo .p-topInfo__post-link::before {
  content: "";
  width: 2.2rem;
  height: 0.8rem;
  background-image: url(../img/cmn/icon-arrow-black.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .p-topInfo .p-topInfo__post-link::before {
    width: 5.6vw;
    height: 1.8666666667vw;
  }
}
.p-topInfo .p-topInfo__post-image {
  margin-bottom: 2rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-topInfo .p-topInfo__post-image {
    margin-bottom: 6.4vw;
  }
}
.p-topInfo .p-topInfo__post-image img {
  transition: transform 0.5s;
  aspect-ratio: 6/4;
  object-fit: cover;
  object-position: center;
}
.p-topInfo .p-topInfo__post-title {
  margin-bottom: 3rem;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-topInfo .p-topInfo__post-title {
    margin-bottom: 4.2666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-topInfo .p-topInfo__post-categories li {
    font-size: 3.7333333333vw;
    padding-top: 2.4vw;
    padding-bottom: 2.4vw;
    padding-right: 3.2vw;
    padding-left: 3.2vw;
  }
}
.p-checkedProduct {
  padding: 7.2rem 0 8rem;
  margin-bottom: 0.2rem;
}
@media screen and (max-width: 768px) {
  .p-checkedProduct {
    padding-top: 6.6666666667vw;
    padding-bottom: 6.6666666667vw;
    margin-bottom: 0.5333333333vw;
  }
}
.p-checkedProduct__title {
  text-align: center;
  font-size: 2.4rem;
  color: #108492;
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .p-checkedProduct__title {
    font-size: 4.2666666667vw;
    line-height: 1.5;
    margin-bottom: 5.3333333333vw;
  }
}
.p-checkedProduct__list {
  gap: 5rem;
}
@media screen and (max-width: 768px) {
  .p-checkedProduct__list {
    width: 76vw;
    margin: 0 auto;
    position: relative;
    padding-bottom: 8.5333333333vw;
    margin-bottom: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  .p-checkedProduct__list .slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4vw;
  }
  .p-checkedProduct__list .slick-dots li {
    width: 3.2vw;
    height: 3.2vw;
    position: relative;
    cursor: pointer;
    margin: 0;
    padding: 0;
    border-radius: 50%;
    background-color: #d9d9d9;
  }
  .p-checkedProduct__list .slick-dots li button {
    width: 100%;
    height: 100%;
    padding: 0;
    border: none;
    font-size: 0;
  }
  .p-checkedProduct__list .slick-dots li button::before {
    content: "";
    display: none;
  }
  .p-checkedProduct__list .slick-dots li.slick-active {
    background-color: #108492;
  }
}
@media screen and (max-width: 768px) {
  .p-checkedProduct__list .slick-prev,
  .p-checkedProduct__list .slick-next {
    width: 3.4666666667vw;
    height: 3.4666666667vw;
    transform: unset;
    position: absolute;
  }
  .p-checkedProduct__list .slick-prev {
    left: -4vw;
    top: 21.3333333333vw;
    transform: rotate(-135deg);
  }
  .p-checkedProduct__list .slick-next {
    right: -4vw;
    top: 21.3333333333vw;
    transform: rotate(45deg);
  }
  .p-checkedProduct__list .slick-prev:before,
  .p-checkedProduct__list .slick-next:before {
    content: "";
    width: 3.4666666667vw;
    height: 3.4666666667vw;
    border-top: 4px solid #108492;
    border-right: 4px solid #108492;
    position: absolute;
    opacity: 1;
    left: 0;
    top: 0;
  }
  .p-checkedProduct__list .slick-dots {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .p-checkedProduct__list .slick-dots li {
    width: 3.2vw;
    height: 3.2vw;
    margin-left: 2vw;
    margin-right: 2vw;
  }
  .p-checkedProduct__list .slick-dots li.slick-active button::before {
    background-color: #108492;
    opacity: 1;
  }
  .p-checkedProduct__list .slick-dots li button {
    width: 3.2vw;
    height: 3.2vw;
    padding: 0;
    position: relative;
  }
  .p-checkedProduct__list .slick-dots li button::before {
    content: "";
    width: 3.2vw;
    height: 3.2vw;
    border-radius: 50%;
    background-color: #ccc;
    opacity: 1;
  }
}
.p-checkedProduct__item {
  width: 200px;
}
@media screen and (max-width: 768px) {
  .p-checkedProduct__item {
    width: 76vw;
  }
}
@media screen and (max-width: 768px) {
  .p-checkedProduct__link {
    display: flex;
    background-color: #fff;
  }
}
@media screen and (max-width: 768px) {
  .p-checkedProduct__image {
    width: 37.3333333333vw;
    height: 42.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-checkedProduct__image > section {
    height: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p-checkedProduct__image > section * {
    height: inherit;
  }
}
.p-checkedProduct__image > section .swp-items-sorting-and-pagination-wrapper {
  height: auto;
}
.p-checkedProduct__image > section .swp-on-sale-label {
  height: auto;
}
@media screen and (max-width: 768px) {
  .p-checkedProduct__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media screen and (max-width: 768px) {
  .p-checkedProduct__itemTextArea {
    width: 38.6666666667vw;
    padding-top: 3.7333333333vw;
    padding-bottom: 4.2666666667vw;
    padding-right: 5.8666666667vw;
    padding-left: 1.6vw;
  }
}
.p-checkedProduct__itemTitle {
  font-size: 1.6rem;
  color: #108492;
  line-height: 1.5;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 768px) {
  .p-checkedProduct__itemTitle {
    font-size: 4.2666666667vw;
    margin-bottom: 3.2vw;
  }
}
.p-checkedProduct__price {
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .p-checkedProduct__price {
    line-height: 2;
  }
}
.p-checkedProduct__price-tag {
  font-size: 1rem;
  padding: 0.6rem 1.6rem;
  border: 1px solid #ececec;
  background-color: #fff;
  margin-right: 1rem;
}
@media screen and (max-width: 768px) {
  .p-checkedProduct__price-tag {
    line-height: 1;
    font-size: 3.2vw;
    padding-top: 1.0666666667vw;
    padding-bottom: 1.0666666667vw;
    padding-right: 3.4666666667vw;
    padding-left: 3.4666666667vw;
  }
}
.p-relationProduct {
  padding: 0 0 7.6rem;
}
@media screen and (max-width: 768px) {
  .p-relationProduct {
    padding-bottom: 0;
  }
}
.p-relationProduct__title {
  margin-bottom: 6rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-relationProduct__title {
    margin-bottom: 6.4vw;
  }
}
.p-relationProduct__title span {
  font-size: 2.4rem;
  color: #108492;
  background-color: #fff;
  width: fit-content;
  margin: auto;
  display: block;
  padding: 0 3.2rem;
}
@media screen and (max-width: 768px) {
  .p-relationProduct__title span {
    font-size: 4.8vw;
    padding-right: 4.2666666667vw;
    padding-left: 4.2666666667vw;
  }
}
.p-relationProduct__title::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #108492;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
}
.p-relationProduct__list {
  gap: 5rem;
}
@media screen and (max-width: 768px) {
  .p-relationProduct__list {
    gap: 4vw;
  }
}
.p-relationProduct__item {
  width: 200px;
}
@media screen and (max-width: 768px) {
  .p-relationProduct__item {
    width: 41.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-relationProduct__image {
    margin-bottom: 3.2vw;
    border: 0.5px solid #fafafa;
  }
}
@media screen and (max-width: 768px) {
  .p-relationProduct__inner {
    padding: 0;
  }
}
.p-relationProduct__itemTitle {
  font-size: 1.6rem;
  color: #108492;
  line-height: 1.5;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 768px) {
  .p-relationProduct__itemTitle {
    font-size: 4.2666666667vw;
    margin-bottom: 0.5333333333vw;
  }
}
.p-relationProduct__price {
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .p-relationProduct__price {
    line-height: 1.75;
  }
}
.p-relationProduct__price > section {
  display: inline-block;
}
.p-relationProduct__price .swp-product-price.swp-product-price {
  color: #333;
}
.p-relationProduct__price-tag {
  font-size: 1rem;
  padding: 0.6rem 1.6rem;
  border: 1px solid #ececec;
  background-color: #fff;
  margin-right: 1rem;
}
@media screen and (max-width: 768px) {
  .p-relationProduct__price-tag {
    line-height: 1.5;
    font-size: 2.6666666667vw;
    padding-right: 2.6666666667vw;
    padding-left: 2.6666666667vw;
    margin-right: 2.1333333333vw;
  }
}
.p-hero {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .p-hero {
    height: 70.4vw;
  }
}
.p-hero__title {
  letter-spacing: 0;
  text-align: center;
  color: #fff;
}
.p-hero__title .en {
  font-size: 6.4rem;
  font-weight: 300;
  margin-bottom: 2rem;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .p-hero__title .en {
    font-size: 9.6vw;
    margin-bottom: 4.2666666667vw;
  }
}
.p-hero__title .ja {
  font-size: 2.4rem;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .p-hero__title .ja {
    font-size: 4.2666666667vw;
  }
}
.p-faq {
  padding: 3.2rem 0 10rem;
}
@media screen and (max-width: 768px) {
  .p-faq {
    padding-top: 4.2666666667vw;
    padding-bottom: 13.3333333333vw;
  }
}
.p-faq__list {
  display: flex;
  gap: 15rem;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-faq__list {
    gap: 5.3333333333vw;
    align-items: stretch;
  }
}
.p-faq__list li {
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .p-faq__list li {
    font-size: 3.7333333333vw;
    line-height: 1.5;
    min-width: 26.6666666667vw;
  }
}
.p-faq__list li a {
  position: relative;
  padding-bottom: 1.6rem;
}
@media screen and (max-width: 768px) {
  .p-faq__list li a {
    padding-bottom: 3.2vw;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
  }
}
.p-faq__list li a::before {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 2px solid #333;
  border-top: 2px solid #333;
  position: absolute;
  bottom: 2px;
  left: 50%;
  transform: translateX(-50%) rotate(135deg);
}
@media screen and (max-width: 768px) {
  .p-faq__list li a::before {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    border-right-width: 0.5333333333vw;
    border-top-width: 0.5333333333vw;
    bottom: 0.5333333333vw;
  }
}
.p-faq__sectitle {
  position: relative;
  margin-bottom: 6.2rem;
}
@media screen and (max-width: 768px) {
  .p-faq__sectitle {
    margin-bottom: 6.4vw;
  }
}
.p-faq__sectitle h2 {
  font-size: 2.4rem;
  color: #108492;
  font-weight: 400;
  width: fit-content;
  margin: auto;
  background-color: #fff;
  padding: 0 3.2rem;
}
@media screen and (max-width: 768px) {
  .p-faq__sectitle h2 {
    text-align: center;
    font-size: 5.3333333333vw;
    line-height: 1.5;
    padding-right: 4.2666666667vw;
    padding-left: 4.2666666667vw;
  }
}
.p-faq__sectitle::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #108492;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
}
.p-faq__section {
  margin-bottom: 8rem;
}
@media screen and (max-width: 768px) {
  .p-faq__section {
    margin-bottom: 12.8vw;
  }
}
@media screen and (max-width: 768px) {
  .p-faq__section:last-of-type {
    margin-bottom: 10.6666666667vw;
  }
}
.p-faq__question {
  background-color: #fafafa;
  padding: 1.4rem 1.1rem;
  position: relative;
  margin-bottom: 1rem;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .p-faq__question {
    padding-top: 3.7333333333vw;
    padding-bottom: 3.7333333333vw;
    padding-right: 14.1333333333vw;
    padding-left: 2.9333333333vw;
    margin-bottom: 2.6666666667vw;
  }
}
.p-faq__question::before,
.p-faq__question::after {
  content: "";
  width: 20px;
  height: 4px;
  background-color: #108492;
  position: absolute;
  right: 30px;
  top: 50%;
}
@media screen and (max-width: 768px) {
  .p-faq__question::before,
  .p-faq__question::after {
    width: 4.5333333333vw;
    height: 0.8vw;
    right: 5.3333333333vw;
  }
}
.p-faq__question::before {
  transform: translateY(-50%);
}
.p-faq__question::after {
  transform: translateY(-50%) rotate(90deg);
  transition: transform 0.3s;
}
.p-faq__question.open {
  margin-bottom: 0;
}
.p-faq__question.open::after {
  transform: translateY(-50%);
  transition: transform 0.3s;
}
.p-faq__question h3 {
  position: relative;
  font-size: 1.8rem;
  color: #108492;
  display: flex;
  align-items: center;
  gap: 3.2rem;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .p-faq__question h3 {
    align-items: baseline;
    font-size: 4.8vw;
    gap: 4.2666666667vw;
  }
}
.p-faq__question h3::before {
  content: "Q";
  font-size: 2rem;
  background-color: #108492;
  font-weight: 500;
  width: 52px;
  height: 52px;
  min-width: 52px;
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-faq__question h3::before {
    width: 12.8vw;
    min-width: 12.8vw;
    height: 12.8vw;
    min-height: 12.8vw;
    font-size: 5.3333333333vw;
    padding-bottom: 1.0666666667vw;
  }
}
.p-faq__answer {
  display: none;
}
.p-faq__answer p {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 3.4rem;
  line-height: 2;
  padding: 3rem 9rem 1.5rem 1.1rem;
}
@media screen and (max-width: 768px) {
  .p-faq__answer p {
    gap: 4.2666666667vw;
    padding-top: 8.2666666667vw;
    padding-bottom: 8.2666666667vw;
    padding-right: 5.3333333333vw;
    padding-left: 2.9333333333vw;
  }
}
.p-faq__answer p::before {
  content: "A";
  line-height: 1;
  background-color: #ab3939;
  font-size: 2rem;
  font-size: 2rem;
  font-weight: 500;
  width: 52px;
  height: 52px;
  min-width: 52px;
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  position: relative;
  top: -0.5rem;
}
@media screen and (max-width: 768px) {
  .p-faq__answer p::before {
    width: 12.8vw;
    min-width: 12.8vw;
    height: 12.8vw;
    min-height: 12.8vw;
    font-size: 5.3333333333vw;
    padding-bottom: 1.0666666667vw;
    top: 0;
  }
}
.p-faq .btn {
  margin: auto;
}
.p-toc {
  margin-bottom: 9rem;
}
@media screen and (max-width: 768px) {
  .p-toc {
    margin-bottom: 24vw;
  }
}
.p-toc__title {
  font-size: 1.4rem;
  background-color: #333;
  color: #fff;
  padding: 1rem 2rem;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .p-toc__title {
    font-size: 2.6666666667vw;
    padding-top: 1.6vw;
    padding-bottom: 1.6vw;
    padding-right: 3.2vw;
    padding-left: 3.2vw;
  }
}
.p-toc ul {
  border-top: 1px solid #ccc;
}
.p-toc ul li {
  border-bottom: 1px solid #ccc;
}
.p-toc ul li a {
  padding: 2rem 3rem 2rem 1rem;
  position: relative;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-toc ul li a {
    padding-top: 3.2vw;
    padding-bottom: 3.2vw;
    padding-right: 2.6666666667vw;
    padding-left: 2.6666666667vw;
  }
}
.p-toc ul li a::before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  transform: translateY(-50%) rotate(135deg);
  top: 50%;
  right: 1rem;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .p-toc ul li a::before {
    display: none;
  }
}
.p-single--information {
  display: flex;
  gap: 6.8rem;
  padding: 8rem 0 12rem;
}
@media screen and (max-width: 768px) {
  .p-single--information {
    flex-direction: column;
    padding-top: 10.6666666667vw;
    padding-bottom: 13.3333333333vw;
    gap: 16vw;
  }
}
.p-single--information .article {
  width: calc(100% - 330px - 6.8rem);
}
@media screen and (max-width: 768px) {
  .p-single--information .article {
    width: 100%;
  }
}
.p-single--information .sidebar {
  width: 330px;
}
@media screen and (max-width: 768px) {
  .p-single--information .sidebar {
    width: 100%;
  }
}
.p-single--news {
  padding: 8rem 0;
}
@media screen and (max-width: 768px) {
  .p-single--news {
    padding-top: 10.6666666667vw;
    padding-bottom: 13.3333333333vw;
    background-color: #fff;
  }
}
.p-single--news .article {
  background-color: #fff;
  padding: 8rem 10rem;
}
@media screen and (max-width: 768px) {
  .p-single--news .article {
    padding: 0;
  }
}
.p-single--news .p-single__title {
  border-bottom: unset;
}
.p-single--news .p-single__thumbnail {
  border: 1px solid #ececec;
}
.p-single .btn {
  margin: auto;
  margin-top: 8rem;
}
@media screen and (max-width: 768px) {
  .p-single .btn {
    margin-top: 10.6666666667vw;
  }
}
.p-single__title {
  font-size: 3.2rem;
  color: #108492;
  line-height: 1.375;
  margin-bottom: 2.2rem;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .p-single__title {
    font-size: 6.9333333333vw;
    line-height: 1.38;
    margin-bottom: 4.2666666667vw;
    letter-spacing: 0.03em;
  }
}
.p-single .tags {
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 768px) {
  .p-single .tags {
    margin-bottom: 6.4vw;
  }
}
.p-single__thumbnail {
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .p-single__thumbnail {
    margin-bottom: 8.5333333333vw;
  }
}
.p-single__cat-date {
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 768px) {
  .p-single__cat-date {
    margin-bottom: 6.4vw;
  }
}
.p-single__category {
  font-size: 1.2rem;
  color: #fff;
  padding: 0.5rem 1.2rem;
  margin-right: 1rem;
}
@media screen and (max-width: 768px) {
  .p-single__category {
    font-size: 3.2vw;
    padding-top: 1.0666666667vw;
    padding-bottom: 1.0666666667vw;
    padding-right: 2.1333333333vw;
    padding-left: 2.1333333333vw;
    margin-right: 2.1333333333vw;
  }
}
.p-single__category.news {
  background-color: #108492;
}
.p-single__category.media {
  background-color: #333;
}
.p-single__time {
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .p-single__time {
    font-size: 3.7333333333vw;
  }
}
.p-single .content h2 {
  font-size: 2.8rem;
  color: #108492;
  position: relative;
  padding-bottom: 3.2rem;
  margin-bottom: 4rem;
  margin-top: 9rem;
}
@media screen and (max-width: 768px) {
  .p-single .content h2 {
    font-size: 6.4vw;
    padding-bottom: 6.4vw;
    margin-bottom: 8.5333333333vw;
    margin-top: 12.8vw;
    line-height: 1.5;
  }
}
.p-single .content h2::before {
  content: "";
  width: 10rem;
  height: 0.4rem;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #108492;
}
@media screen and (max-width: 768px) {
  .p-single .content h2::before {
    width: 20vw;
    height: 0.8vw;
  }
}
.p-single .content h3 {
  margin-top: 7.5rem;
  font-size: 2.4rem;
  line-height: 1.6666666667;
  position: relative;
  padding-bottom: 2.6rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .p-single .content h3 {
    font-size: 5.3333333333vw;
    padding-bottom: 5.0666666667vw;
    margin-bottom: 8.5333333333vw;
    margin-top: 16vw;
  }
}
.p-single .content h3::before {
  content: "";
  width: 10rem;
  height: 0.2rem;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #333;
}
@media screen and (max-width: 768px) {
  .p-single .content h3::before {
    width: 20vw;
    height: 0.8vw;
  }
}
.p-single .content h4 {
  font-weight: 700;
  margin-bottom: 2rem;
  margin-top: 4rem;
  font-size: 2rem;
  color: #108492;
}
@media screen and (max-width: 768px) {
  .p-single .content h4 {
    font-size: 4.8vw;
    margin-bottom: 4.2666666667vw;
    margin-top: 8.5333333333vw;
  }
}
.p-single .content .p-faq__question h3 {
  position: relative;
  font-size: 1.8rem;
  color: #108492;
  display: flex;
  align-items: center;
  gap: 3.2rem;
  line-height: 1.8;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .p-single .content .p-faq__question h3 {
    align-items: baseline;
    font-size: 4.8vw;
    gap: 4.2666666667vw;
  }
}
.p-single .content .p-faq__question h3::before {
  content: "Q";
  font-size: 2rem;
  background-color: #108492;
  font-weight: 500;
  width: 52px;
  height: 52px;
  min-width: 52px;
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  position: static;
}
@media screen and (max-width: 768px) {
  .p-single .content .p-faq__question h3::before {
    width: 12.8vw;
    min-width: 12.8vw;
    height: 12.8vw;
    min-height: 12.8vw;
    font-size: 5.3333333333vw;
    padding-bottom: 1.0666666667vw;
  }
}
.p-single .content p:not(.p-toc__title) {
  margin-bottom: 4rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .p-single .content p:not(.p-toc__title) {
    margin-bottom: 4.2666666667vw;
  }
}
.p-single .content ul:not(.p-toc__list) {
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .p-single .content ul:not(.p-toc__list) {
    margin-bottom: 6.4vw;
  }
}
.p-single .content ul:not(.p-toc__list) li {
  position: relative;
  padding-left: 3rem;
  margin-bottom: 2.2rem;
  line-height: 1.7777777778;
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-single .content ul:not(.p-toc__list) li {
    font-size: 4.8vw;
    padding-left: 6.4vw;
    margin-bottom: 4.2666666667vw;
  }
}
.p-single .content ul:not(.p-toc__list) li:last-of-type {
  margin-bottom: 0;
}
.p-single .content ul:not(.p-toc__list) li::before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #333;
  position: absolute;
  left: 0;
  top: 12px;
}
@media screen and (max-width: 768px) {
  .p-single .content ul:not(.p-toc__list) li::before {
    width: 3.2vw;
    height: 3.2vw;
    top: 3.2vw;
  }
}
.p-single .content a:not(.p-toc__list a) {
  color: #108492;
  text-decoration: underline;
}
.p-single .content img {
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .p-single .content img {
    margin-bottom: 6.4vw;
  }
}
.p-single .content table {
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .p-single .content table {
    margin-bottom: 4.2666666667vw;
  }
}
.p-single .content table th,
.p-single .content table td {
  border: 1px solid #ddd;
}
.p-single .content table th {
  background-color: #eee;
  text-align: center;
}
.p-sideBannerArea {
  padding-top: 2rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .p-sideBannerArea {
    padding-top: 0;
    margin-bottom: 5.3333333333vw;
  }
}
.p-sideBannerArea__list {
  padding: 1.5rem 1.5rem 6.6rem;
  margin-bottom: 0 !important;
}
@media screen and (max-width: 768px) {
  .p-sideBannerArea__list {
    padding-top: 4vw;
    padding-right: 4vw;
    padding-left: 4vw;
    padding-bottom: 17.6vw;
  }
}
.p-sideBannerArea__item {
  width: 30rem;
  height: 20rem;
}
@media screen and (max-width: 768px) {
  .p-sideBannerArea__item {
    width: 80vw;
    height: 53.3333333333vw;
  }
}
.p-sideBannerArea__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-sideBannerArea__link {
  width: 100%;
  height: 100%;
}
.p-sideBannerArea .slick-dots {
  bottom: 3.2rem;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .p-sideBannerArea .slick-dots {
    bottom: 8.5333333333vw;
  }
}
.p-sideBannerArea .slick-dots li {
  width: 14px;
  height: 14px;
  margin: 0 1.2rem;
}
@media screen and (max-width: 768px) {
  .p-sideBannerArea .slick-dots li {
    width: 3.7333333333vw;
    height: 3.7333333333vw;
    margin-right: 3.2vw;
    margin-left: 3.2vw;
  }
}
.p-sideBannerArea .slick-dots li.slick-active button::before {
  background-color: #108492;
}
.p-sideBannerArea .slick-dots li button {
  width: 14px;
  height: 14px;
  padding: 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-sideBannerArea .slick-dots li button {
    width: 3.7333333333vw;
    height: 3.7333333333vw;
  }
}
.p-sideBannerArea .slick-dots li button::before {
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #ccc;
}
@media screen and (max-width: 768px) {
  .p-sideBannerArea .slick-dots li button::before {
    width: 3.7333333333vw;
    height: 3.7333333333vw;
  }
}
.p-sidePopularPost {
  padding: 2.8rem 2.8rem 4rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .p-sidePopularPost {
    padding-top: 7.4666666667vw;
    padding-right: 7.4666666667vw;
    padding-left: 7.4666666667vw;
    padding-bottom: 10.6666666667vw;
    margin-bottom: 5.3333333333vw;
  }
}
.p-sidePopularPost__title {
  font-size: 1.8rem;
  letter-spacing: 0;
  position: relative;
  padding-bottom: 1.5rem;
  text-align: center;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .p-sidePopularPost__title {
    font-size: 4.8vw;
    padding-bottom: 4vw;
    margin-bottom: 8vw;
  }
}
.p-sidePopularPost__title::before {
  content: "";
  width: 40px;
  height: 2px;
  background-color: #333;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .p-sidePopularPost__title::before {
    width: 10.6666666667vw;
    height: 0.5333333333vw;
  }
}
.p-sidePopularPost__list {
  border-top: 1px solid #e4e4e4;
}
.p-sidePopularPost__item {
  padding: 2rem 0;
  border-bottom: 1px solid #e4e4e4;
}
@media screen and (max-width: 768px) {
  .p-sidePopularPost__item {
    padding-top: 5.3333333333vw;
    padding-bottom: 5.3333333333vw;
  }
}
.p-sidePopularPost__item:nth-of-type(1) .p-sidePopularPost__thumbnail::before {
  content: "1";
  background-color: #dac867;
}
.p-sidePopularPost__item:nth-of-type(2) .p-sidePopularPost__thumbnail::before {
  content: "2";
  background-color: #cad8e0;
}
.p-sidePopularPost__item:nth-of-type(3) .p-sidePopularPost__thumbnail::before {
  content: "3";
  background-color: #bca479;
}
.p-sidePopularPost__item:nth-of-type(4) .p-sidePopularPost__thumbnail::before {
  content: "4";
  background-color: #ccc;
}
.p-sidePopularPost__item:nth-of-type(5) .p-sidePopularPost__thumbnail::before {
  content: "5";
  background-color: #ccc;
}
.p-sidePopularPost__link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1.5rem;
}
@media screen and (max-width: 768px) {
  .p-sidePopularPost__link {
    gap: 4vw;
  }
}
.p-sidePopularPost__thumbnail {
  width: 80px;
  height: 80px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-sidePopularPost__thumbnail {
    width: 21.3333333333vw;
    height: 21.3333333333vw;
  }
}
.p-sidePopularPost__thumbnail::before {
  width: 100%;
  height: 20px;
  position: absolute;
  font-size: 1.2rem;
  color: #fff;
  font-weight: 700;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-sidePopularPost__thumbnail::before {
    height: 5.3333333333vw;
    font-size: 3.2vw;
  }
}
.p-sidePopularPost__thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom center;
}
.p-sidePopularPost__postTitle {
  font-size: 1.4rem;
  width: calc(100% - 80px - 15px);
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-sidePopularPost__postTitle {
    width: 65%;
    font-size: 3.7333333333vw;
  }
}
.p-sideRelationPost {
  padding: 2.8rem 2.8rem 4rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .p-sideRelationPost {
    padding-top: 7.4666666667vw;
    padding-right: 7.4666666667vw;
    padding-left: 7.4666666667vw;
    padding-bottom: 10.6666666667vw;
    margin-bottom: 5.3333333333vw;
  }
}
.p-sideRelationPost__title {
  font-size: 1.8rem;
  letter-spacing: 0;
  position: relative;
  padding-bottom: 1.5rem;
  text-align: center;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .p-sideRelationPost__title {
    font-size: 4.8vw;
    padding-bottom: 4vw;
    margin-bottom: 8vw;
  }
}
.p-sideRelationPost__title::before {
  content: "";
  width: 40px;
  height: 2px;
  background-color: #333;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .p-sideRelationPost__title::before {
    width: 10.6666666667vw;
    height: 0.5333333333vw;
  }
}
.p-sideRelationPost__list {
  border-top: 1px solid #e4e4e4;
}
.p-sideRelationPost__item {
  padding: 2rem 0;
  border-bottom: 1px solid #e4e4e4;
}
@media screen and (max-width: 768px) {
  .p-sideRelationPost__item {
    padding-top: 5.3333333333vw;
    padding-bottom: 5.3333333333vw;
  }
}
.p-sideRelationPost__link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1.5rem;
}
@media screen and (max-width: 768px) {
  .p-sideRelationPost__link {
    gap: 4vw;
  }
}
.p-sideRelationPost__thumbnail {
  width: 80px;
  height: 60px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-sideRelationPost__thumbnail {
    width: 21.3333333333vw;
    height: 21.3333333333vw;
  }
}
.p-sideRelationPost__thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom center;
}
.p-sideRelationPost__postTitle {
  font-size: 1.4rem;
  width: calc(100% - 80px - 15px);
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-sideRelationPost__postTitle {
    width: 65%;
    font-size: 3.7333333333vw;
  }
}
.p-sideCategory {
  padding: 2.8rem 2.8rem 4rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .p-sideCategory {
    padding-top: 7.4666666667vw;
    padding-right: 7.4666666667vw;
    padding-left: 7.4666666667vw;
    padding-bottom: 10.6666666667vw;
    margin-bottom: 0;
  }
}
.p-sideCategory__title {
  font-size: 1.8rem;
  letter-spacing: 0;
  position: relative;
  padding-bottom: 1.5rem;
  text-align: center;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .p-sideCategory__title {
    font-size: 4.8vw;
    padding-bottom: 4vw;
    margin-bottom: 8vw;
  }
}
.p-sideCategory__title::before {
  content: "";
  width: 40px;
  height: 2px;
  background-color: #333;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .p-sideCategory__title::before {
    width: 10.6666666667vw;
    height: 0.5333333333vw;
  }
}
.p-sideCategory__list {
  border-top: 1px solid #e4e4e4;
}
.p-sideCategory__item {
  padding: 2rem 0;
  border-bottom: 1px solid #e4e4e4;
}
@media screen and (max-width: 768px) {
  .p-sideCategory__item {
    padding-top: 5.3333333333vw;
    padding-bottom: 5.3333333333vw;
  }
}
.p-sideCategory__link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1.5rem;
}
@media screen and (max-width: 768px) {
  .p-sideCategory__link {
    gap: 4vw;
  }
}
.p-stickyRelationProduct {
  width: 300px;
  position: fixed;
  right: 0;
  bottom: 0;
  border: 1px solid #e4e4e4;
  background-color: #fff;
  z-index: 888;
  transform: translateX(100%);
  transition: transform 0.5s;
}
.p-stickyRelationProduct.is-visible {
  transform: translateX(0);
  transition: transform 0.5s;
}
.p-stickyRelationProduct__title {
  font-weight: 500;
  border-bottom: 1px solid #e4e4e4;
  text-align: center;
  padding: 1.8rem 0;
}
.p-stickyRelationProduct__link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 2rem;
  padding: 1.5rem 2rem;
}
.p-stickyRelationProduct__image {
  width: 80px;
  height: 80px;
}
.p-stickyRelationProduct__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-stickyRelationProduct__image > section {
  width: 100%;
  height: 100%;
}
.p-stickyRelationProduct__productTitle {
  font-size: 1.4rem;
  letter-spacing: 0;
  width: calc(100% - 80px - 20px);
}
.p-stickyRelationProduct .slick-prev,
.p-stickyRelationProduct .slick-next {
  width: 24px;
  height: 24px;
  transform: unset;
  position: absolute;
}
.p-stickyRelationProduct .slick-prev {
  left: 10px;
  top: -40px;
}
.p-stickyRelationProduct .slick-next {
  right: 10px;
  top: -40px;
}
.p-stickyRelationProduct .slick-prev:before,
.p-stickyRelationProduct .slick-next:before {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  background-color: #333;
  border-radius: 50%;
  opacity: 1;
  left: 0;
  top: 0;
}
.p-stickyRelationProduct .slick-prev:after,
.p-stickyRelationProduct .slick-next:after {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.p-stickyRelationProduct .slick-prev:after {
  transform: rotate(-135deg);
  top: 8px;
  left: 10px;
}
.p-stickyRelationProduct .slick-next:after {
  transform: rotate(45deg);
  top: 8px;
  left: 7px;
}
.p-about {
  padding: 12rem 0 12rem;
}
@media screen and (max-width: 768px) {
  .p-about {
    padding-top: 17.0666666667vw;
    padding-bottom: 13.3333333333vw;
  }
}
.p-about__introText {
  text-align: center;
  margin-bottom: 10rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .p-about__introText {
    margin-bottom: 13.3333333333vw;
    text-align: left;
  }
}
.p-about__section {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 9.4rem;
  margin-bottom: 12rem;
}
@media screen and (max-width: 768px) {
  .p-about__section {
    flex-direction: column;
    gap: 8.5333333333vw;
    margin-bottom: 16vw;
  }
}
.p-about__section:nth-of-type(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .p-about__section:nth-of-type(even) {
    flex-direction: column;
  }
}
.p-about__section:last-of-type {
  margin-bottom: 6rem;
}
@media screen and (max-width: 768px) {
  .p-about__section:last-of-type {
    margin-bottom: 10.6666666667vw;
  }
}
.p-about__image {
  width: 650px;
}
@media screen and (max-width: 768px) {
  .p-about__image {
    width: 100%;
  }
}
.p-about__textArea {
  width: 456px;
}
@media screen and (max-width: 768px) {
  .p-about__textArea {
    width: 100%;
  }
}
.p-about__sectionText {
  line-height: 2;
  margin-bottom: 4.8rem;
}
@media screen and (max-width: 768px) {
  .p-about__sectionText {
    margin-bottom: 8.5333333333vw;
  }
}
.p-about__sectionTitle {
  font-size: 3.2rem;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 768px) {
  .p-about__sectionTitle {
    font-size: 6.4vw;
    margin-bottom: 4.2666666667vw;
  }
}
.p-about__bottomBtn {
  margin: auto;
}
.p-what {
  padding: 3.2rem 0 10rem;
}
@media screen and (max-width: 768px) {
  .p-what {
    padding-top: 4.2666666667vw;
    padding-bottom: 13.3333333333vw;
  }
}
.p-what .text {
  line-height: 2;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .p-what .text {
    text-align: left;
  }
}
.p-what__section {
  padding: 10rem 0;
}
@media screen and (max-width: 768px) {
  .p-what__section {
    padding-top: 16vw;
    padding-bottom: 16vw;
  }
}
.p-what__section.sec01 .p-what__sectionText {
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .p-what__section.sec01 .p-what__sectionText {
    margin-bottom: 8.5333333333vw;
  }
}
.p-what__section.sec01 .p-what__sectionImage {
  margin-bottom: 6rem;
}
@media screen and (max-width: 768px) {
  .p-what__section.sec01 .p-what__sectionImage {
    margin-bottom: 10.6666666667vw;
  }
}
.p-what__section.sec02 .p-what__sectionContainer {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5rem;
}
@media screen and (max-width: 768px) {
  .p-what__section.sec02 .p-what__sectionContainer {
    gap: 8.5333333333vw;
  }
}
.p-what__section.sec02 .p-what__sectionItem {
  width: 50%;
  max-width: 575px;
  background-color: #fff;
  padding: 4rem;
}
@media screen and (max-width: 768px) {
  .p-what__section.sec02 .p-what__sectionItem {
    width: 100%;
    max-width: unset;
    padding: 6.4vw;
  }
}
.p-what__section.sec02 .p-what__sectionItem-image {
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 768px) {
  .p-what__section.sec02 .p-what__sectionItem-image {
    margin-bottom: 4.2666666667vw;
  }
}
.p-what__section.sec02 .p-what__sectionItem-title {
  font-size: 2rem;
  line-height: 2;
  text-align: center;
  margin-bottom: 1.2rem;
  color: #108492;
}
@media screen and (max-width: 768px) {
  .p-what__section.sec02 .p-what__sectionItem-title {
    font-size: 4.8vw;
    margin-bottom: 2.1333333333vw;
  }
}
.p-what__section.sec03 .p-what__sectionText {
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .p-what__section.sec03 .p-what__sectionText {
    margin-bottom: 6.4vw;
  }
}
.p-what__section.sec03 .p-what__sectionGrid {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2.4rem;
}
@media screen and (max-width: 768px) {
  .p-what__section.sec03 .p-what__sectionGrid {
    flex-direction: column;
    gap: 4.2666666667vw;
  }
}
.p-what__section.sec03 .p-what__sectionGrid-item {
  width: 30%;
  max-width: 384px;
  background-color: #fafafa;
  padding: 2.4rem 0 4rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-what__section.sec03 .p-what__sectionGrid-item {
    display: flex;
    align-items: center;
    gap: 8.5333333333vw;
    width: 100%;
    max-width: unset;
    padding-top: 4.2666666667vw;
    padding-bottom: 4.2666666667vw;
    padding-right: 6.4vw;
    padding-left: 6.4vw;
  }
}
.p-what__section.sec03 .p-what__sectionGrid-itemImage {
  width: 192px;
  margin: auto;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 768px) {
  .p-what__section.sec03 .p-what__sectionGrid-itemImage {
    width: 26.6666666667vw;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-what__section.sec03 .p-what__sectionGrid-itemTextArea {
    width: 38.6666666667vw;
  }
}
.p-what__section.sec03 .p-what__sectionGrid-itemTitle {
  font-size: 2rem;
  line-height: 2;
  color: #108492;
  letter-spacing: 0;
  margin-bottom: 1.2rem;
}
@media screen and (max-width: 768px) {
  .p-what__section.sec03 .p-what__sectionGrid-itemTitle {
    margin-bottom: 2.6666666667vw;
    font-size: 4.8vw;
    line-height: 1;
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .p-what__section.sec03 .p-what__sectionGrid-itemText {
    font-size: 3.7333333333vw;
    text-align: left;
  }
}
.p-what__section.sec03 .p-what__sectionGrid-itemText span.blue {
  font-size: 2rem;
  font-weight: 500;
  color: #108492;
}
@media screen and (max-width: 768px) {
  .p-what__section.sec03 .p-what__sectionGrid-itemText span.blue {
    font-size: 4.8vw;
  }
}
.p-what__section.sec03 .p-what__sectionGrid-itemText span.big {
  font-size: 3.2rem;
}
@media screen and (max-width: 768px) {
  .p-what__section.sec03 .p-what__sectionGrid-itemText span.big {
    font-size: 7.4666666667vw;
  }
}
.p-what__section.sec04 .p-what__sectionText {
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .p-what__section.sec04 .p-what__sectionText {
    margin-bottom: 6.4vw;
  }
}
.p-what__section.sec04 .p-what__sectionContainer {
  background-color: #fff;
  padding: 4rem 5rem;
}
@media screen and (max-width: 768px) {
  .p-what__section.sec04 .p-what__sectionContainer {
    padding-top: 6.4vw;
    padding-bottom: 6.4vw;
    padding-right: 8.5333333333vw;
    padding-left: 8.5333333333vw;
  }
}
.p-what__section.sec04 .p-what__sectionContainer .p-what__sectionText {
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .p-what__section.sec04 .p-what__sectionContainer .p-what__sectionText {
    margin-bottom: 5.3333333333vw;
  }
}
.p-what__section.sec04 .p-what__sectionLinks:first-of-type {
  margin-bottom: 2.6rem;
}
@media screen and (max-width: 768px) {
  .p-what__section.sec04 .p-what__sectionLinks:first-of-type {
    margin-bottom: 4.2666666667vw;
  }
}
.p-what__section.sec04 .p-what__sectionLink {
  line-height: 1.75;
}
.p-what__sectionTitle {
  margin-bottom: 6rem;
}
@media screen and (max-width: 768px) {
  .p-what__sectionTitle {
    margin-bottom: 8.5333333333vw;
  }
}
.p-what .point1 .p-what__pointContainer,
.p-what .point2 .p-what__pointContainer {
  gap: 6.4rem;
}
@media screen and (max-width: 768px) {
  .p-what .point1 .p-what__pointContainer,
  .p-what .point2 .p-what__pointContainer {
    gap: 6.4vw;
  }
}
.p-what .point1 .p-what__pointTextArea,
.p-what .point2 .p-what__pointTextArea {
  width: 536px;
}
@media screen and (max-width: 768px) {
  .p-what .point1 .p-what__pointTextArea,
  .p-what .point2 .p-what__pointTextArea {
    width: 100%;
  }
}
.p-what .point1 .p-what__pointImage,
.p-what .point2 .p-what__pointImage {
  width: 600px;
}
@media screen and (max-width: 768px) {
  .p-what .point1 .p-what__pointImage,
  .p-what .point2 .p-what__pointImage {
    width: 100%;
  }
}
.p-what .point3 .p-what__pointContainer {
  gap: 5rem;
}
@media screen and (max-width: 768px) {
  .p-what .point3 .p-what__pointContainer {
    gap: 8.5333333333vw;
  }
}
.p-what .point3 .p-what__pointItem {
  width: 47.8%;
}
@media screen and (max-width: 768px) {
  .p-what .point3 .p-what__pointItem {
    width: 100%;
  }
}
.p-what .point3 .p-what__pointItemImage {
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 768px) {
  .p-what .point3 .p-what__pointItemImage {
    margin-bottom: 4.2666666667vw;
  }
}
.p-what .point3 .p-what__pointItemImage picture {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 769px) {
  .p-what .point3 .p-what__pointItemImage picture {
    aspect-ratio: 1150/794;
  }
}
.p-what .point3 .p-what__pointItemImage picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
}
.p-what .point3 .p-what__pointItemTitle {
  text-align: center;
  color: #108492;
  font-size: 2rem;
  line-height: 2;
  margin-bottom: 1.2rem;
}
@media screen and (max-width: 768px) {
  .p-what .point3 .p-what__pointItemTitle {
    font-size: 5.3333333333vw;
    margin-bottom: 2.1333333333vw;
  }
}
.p-what__point {
  margin-bottom: 6rem;
}
@media screen and (max-width: 768px) {
  .p-what__point {
    margin-bottom: 10.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-what__point:last-of-type {
    margin-bottom: 12.8vw;
  }
}
.p-what__pointTitle {
  font-size: 2.4rem;
  color: #108492;
  background-color: #fafafa;
  height: 80px;
  display: flex;
  align-items: center;
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .p-what__pointTitle {
    font-size: 4.8vw;
    height: 21.3333333333vw;
    margin-bottom: 6.4vw;
  }
}
.p-what__pointCount {
  color: #fff;
  font-size: 2.8rem;
  background-color: #108492;
  height: 100%;
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-right: 2.4rem;
}
@media screen and (max-width: 768px) {
  .p-what__pointCount {
    font-size: 7.4666666667vw;
    width: 21.3333333333vw;
    min-width: 21.3333333333vw;
    margin-right: 3.2vw;
  }
}
.p-what__pointCount span {
  font-size: 1.4rem;
  margin-bottom: 0.4rem;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-what__pointCount span {
    font-size: 3.7333333333vw;
    margin-bottom: 1.0666666667vw;
    line-height: 1;
  }
}
.p-what__pointContainer {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .p-what__pointContainer {
    flex-direction: column;
  }
}
.p-what__pointText {
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 768px) {
  .p-what__pointText {
    margin-bottom: 4.2666666667vw;
  }
}
.p-what__pointList {
  padding: 3.2rem 4rem;
}
@media screen and (max-width: 768px) {
  .p-what__pointList {
    padding-top: 6.4vw;
    padding-bottom: 6.4vw;
    padding-right: 8.5333333333vw;
    padding-left: 8.5333333333vw;
  }
}
.p-what__pointList li {
  padding-left: 2rem;
  position: relative;
  line-height: 2;
  margin-bottom: 0.6rem;
}
@media screen and (max-width: 768px) {
  .p-what__pointList li {
    padding-left: 5.3333333333vw;
    margin-bottom: 1.6vw;
  }
}
.p-what__pointList li:last-of-type {
  margin-bottom: 0;
}
.p-what__pointList li::before {
  content: "";
  width: 1.6rem;
  height: 1.2rem;
  background-image: url(../img/cmn/icon-check-blue.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .p-what__pointList li::before {
    width: 3.7333333333vw;
    height: 2.6666666667vw;
  }
}
.p-what__btnProduct {
  margin: auto;
}
.p-what__bottomBtnArea {
  padding-top: 10rem;
}
@media screen and (max-width: 768px) {
  .p-what__bottomBtnArea {
    padding-top: 13.3333333333vw;
  }
}
.p-what__bottomBtnArea .btn {
  margin: auto;
}
.p-what__bottomBtnArea .btn--product {
  margin-bottom: 8rem;
}
@media screen and (max-width: 768px) {
  .p-what__bottomBtnArea .btn--product {
    margin-bottom: 10.6666666667vw;
  }
}
.p-commit {
  padding: 3.2rem 0 0;
}
@media screen and (max-width: 768px) {
  .p-commit {
    padding-top: 4.2666666667vw;
    padding-bottom: 13.3333333333vw;
  }
}
.p-commit .text {
  line-height: 2;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .p-commit .text {
    text-align: left;
  }
}
.p-commit .btn {
  margin: auto;
}
.p-commit .list li {
  padding-left: 2rem;
  position: relative;
  line-height: 2;
  letter-spacing: 0;
  margin-bottom: 0.6rem;
}
@media screen and (max-width: 768px) {
  .p-commit .list li {
    padding-left: 5.3333333333vw;
    margin-bottom: 1.6vw;
  }
}
.p-commit .list li:last-of-type {
  margin-bottom: 0;
}
.p-commit .list li::before {
  content: "";
  width: 1.6rem;
  height: 1.2rem;
  background-image: url(../img/cmn/icon-check-blue.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 1em;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .p-commit .list li::before {
    width: 3.7333333333vw;
    height: 2.6666666667vw;
  }
}
.p-commit__section {
  padding: 10rem 0;
}
@media screen and (max-width: 768px) {
  .p-commit__section {
    padding-top: 16vw;
    padding-bottom: 16vw;
  }
}
.p-commit__section.sec01 {
  padding-top: 0;
}
@media screen and (max-width: 768px) {
  .p-commit__section.sec01 .p-commit__sectionContainer {
    display: flex;
    flex-direction: column-reverse;
  }
}
.p-commit__section.sec01 .p-commit__sectionText {
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .p-commit__section.sec01 .p-commit__sectionText {
    margin-bottom: 10.6666666667vw;
  }
}
.p-commit__section.sec01 .p-commit__sectionImage {
  margin-bottom: 6rem;
}
@media screen and (max-width: 768px) {
  .p-commit__section.sec01 .p-commit__sectionImage {
    margin-bottom: 8.5333333333vw;
  }
}
.p-commit__section.sec01 .p-commit__sectionPoints {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  gap: 4rem;
  margin-bottom: 6rem;
}
@media screen and (max-width: 768px) {
  .p-commit__section.sec01 .p-commit__sectionPoints {
    gap: 8.5333333333vw;
    margin-bottom: 12.8vw;
  }
}
.p-commit__section.sec01 .p-commit__sectionPoint {
  width: 32%;
  max-width: 373px;
}
@media screen and (max-width: 768px) {
  .p-commit__section.sec01 .p-commit__sectionPoint {
    width: 100%;
    max-width: unset;
  }
}
.p-commit__section.sec01 .p-commit__sectionPoint-image {
  margin-bottom: 1.6rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-commit__section.sec01 .p-commit__sectionPoint-image {
    margin-bottom: 3.2vw;
  }
}
.p-commit__section.sec01 .p-commit__sectionPoint-title {
  margin-bottom: 1.2rem;
  font-size: 2rem;
  color: #108492;
  letter-spacing: 0;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-commit__section.sec01 .p-commit__sectionPoint-title {
    font-size: 4.8vw;
    margin-bottom: 2.1333333333vw;
  }
}
.p-commit__section.sec01 .p-commit__sectionPoint-count {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 1.2rem;
  color: #fff;
  background-color: #108492;
  width: 64px;
  height: 64px;
}
@media screen and (max-width: 768px) {
  .p-commit__section.sec01 .p-commit__sectionPoint-count {
    font-size: 3.2vw;
    width: 16vw;
    height: 16vw;
  }
}
.p-commit__section.sec01 .p-commit__sectionPoint-count span {
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .p-commit__section.sec01 .p-commit__sectionPoint-count span {
    margin-top: 1.3333333333vw;
    font-size: 6.4vw;
    line-height: 1;
  }
}
.p-commit__section.sec02 {
  background-image: url(../img/commit/commit_sec02_bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .p-commit__section.sec02 {
    background-image: url(../img/commit/commit_sec02_bg_sp.webp);
  }
}
.p-commit__section.sec02 .p-commit__sectionText {
  margin-bottom: 4rem;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-commit__section.sec02 .p-commit__sectionText {
    margin-bottom: 8.5333333333vw;
  }
}
.p-commit__section.sec02 .p-commit__sectionContainer {
  display: flex;
  justify-content: center;
  gap: 5rem;
}
@media screen and (max-width: 768px) {
  .p-commit__section.sec02 .p-commit__sectionContainer {
    gap: 6.4vw;
    flex-direction: column;
  }
}
.p-commit__section.sec02 .p-commit__sectionItem {
  width: 50%;
  max-width: 575px;
  background-color: #fff;
  padding: 4rem 4rem 4.8rem;
}
@media screen and (max-width: 768px) {
  .p-commit__section.sec02 .p-commit__sectionItem {
    width: 100%;
    max-width: unset;
    padding-top: 8.5333333333vw;
    padding-bottom: 8.5333333333vw;
    padding-right: 6.4vw;
    padding-left: 6.4vw;
  }
}
.p-commit__section.sec02 .p-commit__sectionItem-image {
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 768px) {
  .p-commit__section.sec02 .p-commit__sectionItem-image {
    margin-bottom: 4.2666666667vw;
  }
}
.p-commit__section.sec02 .p-commit__sectionItem-title {
  font-size: 2rem;
  line-height: 2;
  letter-spacing: 0;
  color: #108492;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-commit__section.sec02 .p-commit__sectionItem-title {
    margin-bottom: 2.1333333333vw;
    font-size: 4.8vw;
  }
}
.p-commit__section.sec03 .p-commit__sectionText {
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .p-commit__section.sec03 .p-commit__sectionText {
    margin-bottom: 4.2666666667vw;
  }
}
.p-commit__section.sec03 .p-commit__sectionWhiteArea {
  padding: 3.6rem 5rem;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 3rem;
  margin-bottom: 8rem;
}
@media screen and (max-width: 768px) {
  .p-commit__section.sec03 .p-commit__sectionWhiteArea {
    flex-direction: column;
    gap: 2.1333333333vw;
    padding: 6.4vw;
    margin-bottom: 16vw;
  }
}
.p-commit__section.sec03 .p-commit__sectionWhiteArea-logo {
  width: 90px;
}
@media screen and (max-width: 768px) {
  .p-commit__section.sec03 .p-commit__sectionWhiteArea-logo {
    width: 24vw;
  }
}
.p-commit__section.sec03 .p-commit__sectionWhiteArea-text {
  font-size: 2rem;
  letter-spacing: 0;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .p-commit__section.sec03 .p-commit__sectionWhiteArea-text {
    font-size: 5.3333333333vw;
  }
}
.p-commit__section.sec03 .p-commit__sectionContainer {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 6.4rem;
  margin-bottom: 6rem;
}
@media screen and (max-width: 768px) {
  .p-commit__section.sec03 .p-commit__sectionContainer {
    gap: 8.5333333333vw;
    flex-direction: column;
  }
}
.p-commit__section.sec03 .p-commit__sectionContainer-image {
  width: 50%;
  max-width: 540px;
}
@media screen and (max-width: 768px) {
  .p-commit__section.sec03 .p-commit__sectionContainer-image {
    width: 100%;
    max-width: 100%;
  }
}
.p-commit__section.sec03 .p-commit__sectionContainer-textArea {
  width: 50%;
  max-width: 596px;
}
@media screen and (max-width: 768px) {
  .p-commit__section.sec03 .p-commit__sectionContainer-textArea {
    width: 100%;
    max-width: 100%;
  }
}
.p-commit__section.sec03 .p-commit__sectionContainer-title {
  font-size: 2rem;
  color: #108492;
  line-height: 2;
  letter-spacing: 0;
  margin-bottom: 1.2rem;
}
@media screen and (max-width: 768px) {
  .p-commit__section.sec03 .p-commit__sectionContainer-title {
    font-size: 4.8vw;
    margin-bottom: 2.1333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-commit__section.sec04 {
    padding-bottom: 0;
  }
}
.p-commit__section.sec04 .p-commit__sectionText {
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .p-commit__section.sec04 .p-commit__sectionText {
    margin-bottom: 8.5333333333vw;
  }
}
.p-commit__section.sec04 .p-commit__sectionContainer {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 4rem;
  background-color: #fafafa;
}
@media screen and (max-width: 768px) {
  .p-commit__section.sec04 .p-commit__sectionContainer {
    flex-direction: column;
    margin-bottom: 6.4vw;
  }
}
.p-commit__section.sec04 .p-commit__sectionContainer:nth-of-type(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .p-commit__section.sec04 .p-commit__sectionContainer:nth-of-type(even) {
    flex-direction: column;
  }
}
.p-commit__section.sec04 .p-commit__sectionContainer:nth-of-type(3) {
  margin-bottom: 6rem;
}
@media screen and (max-width: 768px) {
  .p-commit__section.sec04 .p-commit__sectionContainer:nth-of-type(3) {
    margin-bottom: 13.3333333333vw;
  }
}
.p-commit__section.sec04 .p-commit__sectionContainer-image {
  width: 50%;
  max-width: 600px;
}
@media screen and (max-width: 768px) {
  .p-commit__section.sec04 .p-commit__sectionContainer-image {
    width: 100%;
    max-width: 100%;
  }
}
.p-commit__section.sec04 .p-commit__sectionContainer-textArea {
  width: 50%;
  max-width: 600px;
  padding: 0 7.6rem;
}
@media screen and (max-width: 768px) {
  .p-commit__section.sec04 .p-commit__sectionContainer-textArea {
    width: 100%;
    max-width: 100%;
    padding: 6.4vw;
  }
}
.p-commit__section.sec04 .p-commit__sectionContainer-title {
  font-size: 2rem;
  line-height: 2;
  color: #108492;
  letter-spacing: 0;
  margin-bottom: 1.2rem;
}
@media screen and (max-width: 768px) {
  .p-commit__section.sec04 .p-commit__sectionContainer-title {
    font-size: 4.8vw;
    margin-bottom: 2.1333333333vw;
  }
}
.p-commit__sectionTitle {
  margin-bottom: 6rem;
}
@media screen and (max-width: 768px) {
  .p-commit__sectionTitle {
    margin-bottom: 8.5333333333vw;
  }
}
.p-commit__btnArea .btn--product {
  margin-bottom: 8rem;
}
@media screen and (max-width: 768px) {
  .p-commit__btnArea .btn--product {
    margin-bottom: 10.6666666667vw;
  }
}
.p-award {
  padding: 3.2rem 0 0;
}
@media screen and (max-width: 768px) {
  .p-award {
    padding-top: 4.2666666667vw;
  }
}
.p-award .text {
  line-height: 2;
  letter-spacing: 0;
}
.p-award .btn {
  margin: auto;
}
.p-award__section {
  padding: 10rem 0;
}
@media screen and (max-width: 768px) {
  .p-award__section {
    padding-top: 16vw;
    padding-bottom: 16vw;
  }
}
.p-award__section.sec01 {
  padding-top: 0;
}
.p-award__section.sec01 .p-award__sectionContainer {
  display: flex;
  justify-content: center;
  gap: 4rem;
  flex-wrap: wrap;
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .p-award__section.sec01 .p-award__sectionContainer {
    flex-direction: column;
    gap: 6.4vw;
    margin-bottom: 6.4vw;
  }
}
.p-award__section.sec01 .p-award__sectionContainer-item {
  width: 32%;
  max-width: 373px;
  background-color: #fafafa;
  padding: 4rem 3.2rem;
}
@media screen and (max-width: 768px) {
  .p-award__section.sec01 .p-award__sectionContainer-item {
    width: 100%;
    max-width: 100%;
    padding-top: 8.5333333333vw;
    padding-bottom: 8.5333333333vw;
    padding-right: 6.4vw;
    padding-left: 6.4vw;
  }
}
.p-award__section.sec01 .p-award__sectionContainer-itemLogo {
  width: 140px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .p-award__section.sec01 .p-award__sectionContainer-itemLogo {
    width: 32vw;
    margin-bottom: 4.2666666667vw;
  }
}
.p-award__section.sec01 .p-award__sectionContainer-itemTitle {
  text-align: center;
  font-size: 2rem;
  line-height: 2;
  color: #108492;
  letter-spacing: 0;
  margin-bottom: 1.2rem;
}
@media screen and (max-width: 768px) {
  .p-award__section.sec01 .p-award__sectionContainer-itemTitle {
    font-size: 4.8vw;
    margin-bottom: 2.1333333333vw;
  }
}
.p-award__section.sec01 .p-award__sectionNote {
  font-size: 1.4rem;
  line-height: 1.8571428571;
  letter-spacing: 0;
  margin-bottom: 6rem;
}
@media screen and (max-width: 768px) {
  .p-award__section.sec01 .p-award__sectionNote {
    font-size: 3.7333333333vw;
    margin-bottom: 12.8vw;
  }
}
.p-award__section.sec02 .p-award__sectionContainer {
  display: flex;
  justify-content: center;
  gap: 5rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .p-award__section.sec02 .p-award__sectionContainer {
    flex-direction: column;
    gap: 6.4vw;
  }
}
.p-award__section.sec02 .p-award__sectionContainer-item {
  width: calc((100% - 5rem) / 2);
  background-color: #fff;
  padding: 4rem;
}
@media screen and (max-width: 768px) {
  .p-award__section.sec02 .p-award__sectionContainer-item {
    width: 100%;
    padding-top: 8.5333333333vw;
    padding-bottom: 10.6666666667vw;
    padding-right: 6.4vw;
    padding-left: 6.4vw;
  }
}
.p-award__section.sec02 .p-award__sectionContainer-itemTitle {
  margin-bottom: 2.4rem;
  font-size: 2rem;
  line-height: 2;
  color: #108492;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-award__section.sec02 .p-award__sectionContainer-itemTitle {
    font-size: 4.8vw;
    margin-bottom: 4.2666666667vw;
  }
}
.p-award__section.sec02 .p-award__sectionContainer-itemImage {
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 768px) {
  .p-award__section.sec02 .p-award__sectionContainer-itemImage {
    margin-bottom: 6.4vw;
  }
}
.p-award__section.sec02 .awards-box {
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 768px) {
  .p-award__section.sec02 .awards-box {
    margin-bottom: 4.2666666667vw;
  }
}
.p-award__section.sec02 .awards-box:last-of-type {
  margin-bottom: 0;
}
.p-award__section.sec02 .awards-box__title {
  font-size: 1.8rem;
  line-height: 1.5555555556;
  letter-spacing: 0;
  margin-bottom: 1.6rem;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-award__section.sec02 .awards-box__title {
    font-size: 4.8vw;
    margin-bottom: 3.2vw;
  }
}
.p-award__section.sec02 .awards-box__title::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #333;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 0;
}
.p-award__section.sec02 .awards-box__title span {
  background-color: #fff;
  padding: 0 1.2rem;
  margin: auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-award__section.sec02 .awards-box__title span {
    padding-right: 2.6666666667vw;
    padding-left: 2.6666666667vw;
  }
}
.p-award__section.sec02 .awards-box__list li {
  font-size: 1.4rem;
  line-height: 1.8571428571;
  display: flex;
  align-items: flex-start;
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 768px) {
  .p-award__section.sec02 .awards-box__list li {
    font-size: 4.2666666667vw;
    line-height: 1.75;
    margin-bottom: 4.2666666667vw;
    flex-direction: column;
  }
}
.p-award__section.sec02 .awards-box__list li:last-of-type {
  margin-bottom: 0;
}
.p-award__section.sec02 .awards-box__list li .tag {
  line-height: 1;
  min-width: 146px;
  text-align: center;
  padding: 0.9rem 0;
  margin-right: 1.6rem;
  background-color: #ececec;
  border-radius: 6px;
}
@media screen and (max-width: 768px) {
  .p-award__section.sec02 .awards-box__list li .tag {
    width: 100%;
    min-width: unset;
    margin-right: 0;
    display: block;
    font-size: 3.7333333333vw;
    padding-top: 1.8666666667vw;
    padding-bottom: 1.8666666667vw;
    border-radius: 1.6vw;
    margin-bottom: 1.0666666667vw;
  }
}
.p-award__section.sec03 .p-award__sectionContainer {
  display: flex;
  justify-content: center;
  gap: 5rem;
  margin-bottom: 6rem;
}
@media screen and (max-width: 768px) {
  .p-award__section.sec03 .p-award__sectionContainer {
    flex-direction: column;
    gap: 6.4vw;
    margin-bottom: 13.3333333333vw;
  }
}
.p-award__section.sec03 .p-award__sectionItem {
  width: calc(100% - 5rem);
  background-color: #fafafa;
  padding: 4.8rem 4rem;
}
@media screen and (max-width: 768px) {
  .p-award__section.sec03 .p-award__sectionItem {
    width: 100%;
    padding-top: 8.5333333333vw;
    padding-bottom: 8.5333333333vw;
    padding-right: 6.4vw;
    padding-left: 6.4vw;
  }
}
.p-award__section.sec03 .p-award__doctor {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 2.4rem;
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 768px) {
  .p-award__section.sec03 .p-award__doctor {
    gap: 4.2666666667vw;
    margin-bottom: 6.4vw;
  }
}
.p-award__section.sec03 .p-award__doctor-image {
  width: 150px;
}
@media screen and (max-width: 768px) {
  .p-award__section.sec03 .p-award__doctor-image {
    width: 21.3333333333vw;
  }
}
.p-award__section.sec03 .p-award__doctor-profile {
  width: calc(100% - 150px - 24px);
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .p-award__section.sec03 .p-award__doctor-profile {
    width: 48vw;
  }
}
.p-award__section.sec03 .p-award__doctor-name {
  font-size: 2rem;
  line-height: 2;
  color: #108492;
}
@media screen and (max-width: 768px) {
  .p-award__section.sec03 .p-award__doctor-name {
    font-size: 4.8vw;
  }
}
.p-award__section.sec03 .p-award__doctor-text {
  font-size: 1.2rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-award__section.sec03 .p-award__doctor-text {
    font-size: 3.2vw;
  }
}
.p-award__sectionTitle {
  margin-bottom: 6rem;
}
@media screen and (max-width: 768px) {
  .p-award__sectionTitle {
    margin-bottom: 8.5333333333vw;
  }
}
.p-award__btnArea .btn--product {
  margin-bottom: 8rem;
}
@media screen and (max-width: 768px) {
  .p-award__btnArea .btn--product {
    margin-bottom: 10.6666666667vw;
  }
}
.p-ambassador {
  padding: 3.2rem 0 10rem;
}
@media screen and (max-width: 768px) {
  .p-ambassador {
    padding-top: 4.2666666667vw;
    padding-bottom: 13.3333333333vw;
  }
}
.p-ambassador .text {
  line-height: 2;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .p-ambassador .text {
    text-align: left;
  }
}
.p-ambassador .btn {
  margin: auto;
}
.p-ambassador__section {
  padding: 10rem 0;
}
@media screen and (max-width: 768px) {
  .p-ambassador__section {
    padding-top: 16vw;
    padding-bottom: 16vw;
  }
}
.p-ambassador__section.sec01 {
  padding-top: 0;
}
.p-ambassador__section.sec01 .p-ambassador__sectionText {
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .p-ambassador__section.sec01 .p-ambassador__sectionText {
    margin-bottom: 6.4vw;
  }
}
.p-ambassador__section.sec01 .p-ambassador__sectionContainer {
  padding: 5.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 5rem;
}
@media screen and (max-width: 768px) {
  .p-ambassador__section.sec01 .p-ambassador__sectionContainer {
    flex-direction: column;
    padding-top: 8.5333333333vw;
    padding-bottom: 8.5333333333vw;
    padding-right: 6.4vw;
    padding-left: 6.4vw;
    gap: 4.2666666667vw;
  }
}
.p-ambassador__section.sec01 .p-ambassador__sectionContainer .image {
  max-width: 440px;
  width: calc((100% - 5rem) / 2);
}
@media screen and (max-width: 768px) {
  .p-ambassador__section.sec01 .p-ambassador__sectionContainer .image {
    width: 100%;
    max-width: 100%;
  }
}
.p-ambassador__section.sec01 .p-ambassador__sectionContainer .textArea {
  max-width: 598px;
}
@media screen and (max-width: 768px) {
  .p-ambassador__section.sec01 .p-ambassador__sectionContainer .textArea {
    width: 100%;
    max-width: 100%;
  }
}
.p-ambassador__section.sec01 .p-ambassador__sectionContainer .textArea__title {
  font-size: 2rem;
  line-height: 2;
  color: #108492;
  letter-spacing: 0;
  margin-bottom: 1.2rem;
}
@media screen and (max-width: 768px) {
  .p-ambassador__section.sec01
    .p-ambassador__sectionContainer
    .textArea__title {
    font-size: 4.8vw;
    margin-bottom: 2.1333333333vw;
  }
}
.p-ambassador__section.sec01 .p-ambassador__sectionContainer .textArea__text {
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 768px) {
  .p-ambassador__section.sec01 .p-ambassador__sectionContainer .textArea__text {
    margin-bottom: 4.2666666667vw;
  }
}
.p-ambassador__section.sec01 .p-ambassador__sectionContainer .textArea .btn {
  margin: 0 0 2.4rem;
}
@media screen and (max-width: 768px) {
  .p-ambassador__section.sec01 .p-ambassador__sectionContainer .textArea .btn {
    margin-bottom: 4.2666666667vw;
  }
}
.p-ambassador__section.sec02 .p-ambassador__sectionContainer {
  display: flex;
  justify-content: center;
  gap: 3.2rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .p-ambassador__section.sec02 .p-ambassador__sectionContainer {
    flex-direction: column;
    gap: 4.2666666667vw;
  }
}
.p-ambassador__section.sec02
  .p-ambassador__sectionContainer
  .p-ambassador__sectionItem {
  width: calc((100% - 3.2rem) / 2);
  margin-bottom: 0;
  flex-shrink: 1;
}
@media screen and (max-width: 768px) {
  .p-ambassador__section.sec02
    .p-ambassador__sectionContainer
    .p-ambassador__sectionItem {
    width: 100%;
  }
}
.p-ambassador__section.sec02 .p-ambassador__sectionItem {
  padding: 4rem;
  background-color: #fff;
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 768px) {
  .p-ambassador__section.sec02 .p-ambassador__sectionItem {
    padding: 4.2666666667vw;
    margin-bottom: 4.2666666667vw;
  }
}
.p-ambassador__section.sec02 .p-ambassador__sectionItem-title {
  font-size: 2rem;
  letter-spacing: 0;
  line-height: 2;
  color: #108492;
  margin-bottom: 1.2rem;
  padding-left: 3.4rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-ambassador__section.sec02 .p-ambassador__sectionItem-title {
    font-size: 4.8vw;
    margin-bottom: 2.1333333333vw;
    padding-left: 9.0666666667vw;
  }
}
.p-ambassador__section.sec02 .p-ambassador__sectionItem-title::before {
  content: "";
  width: 3rem;
  height: 3rem;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .p-ambassador__section.sec02 .p-ambassador__sectionItem-title::before {
    width: 6.9333333333vw;
    height: 6.9333333333vw;
  }
}
.p-ambassador__section.sec02
  .p-ambassador__sectionItem-title.icon-card::before {
  background-image: url(../img/ambassador/icon-business-card.svg);
}
.p-ambassador__section.sec02
  .p-ambassador__sectionItem-title.icon-dollarbag::before {
  background-image: url(../img/ambassador/icon-investment-dollar.svg);
}
.p-ambassador__section.sec02
  .p-ambassador__sectionItem-title.icon-award::before {
  background-image: url(../img/ambassador/icon-reward.svg);
}
.p-ambassador__section.sec02 .p-ambassador__sectionItem-text {
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 768px) {
  .p-ambassador__section.sec02 .p-ambassador__sectionItem-text {
    margin-bottom: 2.1333333333vw;
  }
}
.p-ambassador__section.sec02 .p-ambassador__sectionItem-text:last-child {
  margin-bottom: 0;
}
.p-ambassador__section.sec02 .p-ambassador__sectionItem-text span {
  font-weight: 700;
  display: inline;
}
.p-ambassador__section.sec02 .p-ambassador__sectionItem-list {
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 768px) {
  .p-ambassador__section.sec02 .p-ambassador__sectionItem-list {
    margin-bottom: 2.1333333333vw;
  }
}
.p-ambassador__section.sec02 .p-ambassador__sectionItem-list li {
  line-height: 2;
  letter-spacing: 0;
  list-style: disc;
  margin-left: 3rem;
}
@media screen and (max-width: 768px) {
  .p-ambassador__section.sec02 .p-ambassador__sectionItem-list li {
    margin-left: 6.4vw;
  }
}
.p-ambassador__section.sec02 .p-ambassador__sectionItem-list li span {
  font-weight: 700;
  display: inline;
}
.p-ambassador__section.sec03 {
  padding-bottom: 8rem;
}
@media screen and (max-width: 768px) {
  .p-ambassador__section.sec03 {
    padding-bottom: 14.9333333333vw;
  }
}
.p-ambassador__section.sec03 .p-ambassador__flow {
  counter-reset: number 0;
}
.p-ambassador__section.sec03 .p-ambassador__flow h4 {
  font-weight: 500;
  margin: 1.6rem 0 0.6rem;
  line-height: 2;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .p-ambassador__section.sec03 .p-ambassador__flow h4 {
    margin-bottom: 0;
    margin-top: 2.1333333333vw;
  }
}
.p-ambassador__section.sec03 .p-ambassador__flowItem {
  padding: 4.1rem 3.2rem 3.2rem 9.3rem;
  margin-bottom: 4.3rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-ambassador__section.sec03 .p-ambassador__flowItem {
    padding-top: 8.5333333333vw;
    padding-bottom: 4.2666666667vw;
    padding-right: 4.2666666667vw;
    padding-left: 4.2666666667vw;
    margin-bottom: 8.5333333333vw;
  }
}
.p-ambassador__section.sec03 .p-ambassador__flowItem::before {
  content: "";
  width: 0;
  height: 0;
  border-width: 2rem 1.7rem 0 1.7rem;
  border-color: #108492 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  position: absolute;
  bottom: -32px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .p-ambassador__section.sec03 .p-ambassador__flowItem::before {
    border-top-width: 3.7333333333vw;
    border-bottom-width: 3.7333333333vw;
    border-right-width: 4vw;
    border-left-width: 4vw;
    bottom: -9.8666666667vw;
  }
}
.p-ambassador__section.sec03 .p-ambassador__flowItem:last-child {
  margin-bottom: 0;
}
.p-ambassador__section.sec03 .p-ambassador__flowItem:last-child::before {
  display: none;
}
.p-ambassador__section.sec03 .p-ambassador__flowTitle {
  font-size: 1.8rem;
  line-height: 1;
  color: #108492;
  letter-spacing: 0;
  margin-bottom: 2.6rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-ambassador__section.sec03 .p-ambassador__flowTitle {
    font-size: 4.8vw;
    padding-left: 16vw;
    margin-bottom: 6.4vw;
  }
}
.p-ambassador__section.sec03 .p-ambassador__flowTitle::before {
  counter-increment: number 1;
  content: counter(number);
  font-size: 2.2rem;
  font-weight: 500;
  color: #fff;
  background-color: #108492;
  width: 5.3rem;
  height: 5.3rem;
  border-radius: 50%;
  position: absolute;
  left: -70px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  padding-bottom: 0.6rem;
}
@media screen and (max-width: 768px) {
  .p-ambassador__section.sec03 .p-ambassador__flowTitle::before {
    width: 12.8vw;
    height: 12.8vw;
    font-size: 4.8vw;
    padding-bottom: 0.5333333333vw;
    left: 0;
  }
}
.p-ambassador__section.sec03 .p-ambassador__flowText a {
  text-decoration: underline;
}
.p-ambassador__sectionTitle {
  margin-bottom: 6rem;
}
@media screen and (max-width: 768px) {
  .p-ambassador__sectionTitle {
    margin-bottom: 8.5333333333vw;
  }
}
.p-regular-flights {
  padding: 3.2rem 0 10rem;
}
@media screen and (max-width: 768px) {
  .p-regular-flights {
    padding-top: 4.2666666667vw;
    padding-bottom: 13.3333333333vw;
  }
}
.p-regular-flights .text {
  line-height: 2;
  letter-spacing: 0;
}
.p-regular-flights .btn {
  margin: auto;
}
.p-regular-flights__section {
  padding: 10rem 0;
}
@media screen and (max-width: 768px) {
  .p-regular-flights__section {
    padding-top: 16vw;
    padding-bottom: 16vw;
  }
}
.p-regular-flights__section.sec01 {
  padding-top: 0;
}
.p-regular-flights__section.sec01 .p-regular-flights__sectionContainer {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 2.6rem;
  counter-reset: number 0;
  margin-bottom: 6rem;
}
@media screen and (max-width: 768px) {
  .p-regular-flights__section.sec01 .p-regular-flights__sectionContainer {
    flex-direction: column;
    gap: 8.5333333333vw;
    margin-bottom: 8.5333333333vw;
  }
}
.p-regular-flights__section.sec01 .p-regular-flights__sectionItem {
  width: 280px;
}
@media screen and (max-width: 768px) {
  .p-regular-flights__section.sec01 .p-regular-flights__sectionItem {
    width: 100%;
    display: flex;
    gap: 4.2666666667vw;
    align-items: flex-start;
  }
}
@media screen and (max-width: 768px) {
  .p-regular-flights__section.sec01 .p-regular-flights__sectionItem-textArea {
    width: 50.4vw;
  }
}
.p-regular-flights__section.sec01 .p-regular-flights__sectionItem-image {
  width: 180px;
  position: relative;
  margin: 0 auto;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 768px) {
  .p-regular-flights__section.sec01 .p-regular-flights__sectionItem-image {
    width: 32vw;
    margin-bottom: 0;
  }
}
.p-regular-flights__section.sec01
  .p-regular-flights__sectionItem-image::before {
  counter-increment: number 1;
  content: counter(number);
  font-size: 2.2rem;
  font-weight: 500;
  color: #fff;
  background-color: #108492;
  width: 5.3rem;
  height: 5.3rem;
  padding-bottom: 0.6rem;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p-regular-flights__section.sec01
    .p-regular-flights__sectionItem-image::before {
    width: 9.3333333333vw;
    height: 9.3333333333vw;
    font-size: 3.4666666667vw;
    padding-bottom: 0.5333333333vw;
  }
}
.p-regular-flights__section.sec01 .p-regular-flights__sectionItem-title {
  text-align: center;
  font-size: 2rem;
  letter-spacing: 0;
  line-height: 2;
  color: #108492;
}
@media screen and (max-width: 768px) {
  .p-regular-flights__section.sec01 .p-regular-flights__sectionItem-title {
    font-size: 4.8vw;
    text-align: left;
  }
}
.p-regular-flights__section.sec02 .p-regular-flights__sectionImage {
  margin: auto;
  max-width: 1120px;
  margin-bottom: 6rem;
}
@media screen and (max-width: 768px) {
  .p-regular-flights__section.sec02 .p-regular-flights__sectionImage {
    width: 100vw;
    position: relative;
    left: -6.6666666667vw;
    margin-bottom: 8.5333333333vw;
  }
}
.p-regular-flights__section.sec02 .p-regular-flights__sectionList {
  background-color: #fff;
}
.p-regular-flights__section.sec04 {
  padding: 0 0 8rem;
}
@media screen and (max-width: 768px) {
  .p-regular-flights__section.sec04 {
    padding-bottom: 10.6666666667vw;
  }
}
.p-regular-flights__sectionList {
  padding: 4.8rem 4rem;
}
@media screen and (max-width: 768px) {
  .p-regular-flights__sectionList {
    padding-top: 8.5333333333vw;
    padding-bottom: 8.5333333333vw;
    padding-right: 6.4vw;
    padding-left: 6.4vw;
  }
}
.p-regular-flights__sectionList li {
  position: relative;
  padding-left: 1em;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .p-regular-flights__sectionList li {
    padding-left: 4.2666666667vw;
  }
}
.p-regular-flights__sectionList li::before {
  content: "◎";
  position: absolute;
  left: 0;
  top: 0;
}
.p-regular-flights__sectionTitle {
  margin-bottom: 6rem;
}
@media screen and (max-width: 768px) {
  .p-regular-flights__sectionTitle {
    margin-bottom: 8.5333333333vw;
  }
}
.p-regular-flights__faq .p-faq__item {
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .p-regular-flights__faq .p-faq__item {
    margin-bottom: 2.6666666667vw;
  }
}
.p-regular-flights__faq .p-faq__answer p {
  padding: 2.1rem 9rem 2rem 1.1rem;
}
@media screen and (max-width: 768px) {
  .p-regular-flights__faq .p-faq__answer p {
    padding-top: 8.2666666667vw;
    padding-bottom: 8.2666666667vw;
    padding-right: 5.3333333333vw;
    padding-left: 2.9333333333vw;
  }
}
.p-regular-flights__faq .p-faq__answer p::before {
  top: 0;
}
.p-transactions {
  padding: 13rem 0 10rem;
}
@media screen and (max-width: 768px) {
  .p-transactions {
    padding-top: 17.0666666667vw;
    padding-bottom: 13.3333333333vw;
  }
}
.p-transactions__title {
  margin-bottom: 6rem;
}
@media screen and (max-width: 768px) {
  .p-transactions__title {
    margin-bottom: 8.5333333333vw;
  }
}
.p-transactions__list {
  margin-bottom: 8rem;
}
@media screen and (max-width: 768px) {
  .p-transactions__list {
    margin-bottom: 10.6666666667vw;
  }
}
.p-transactions .btn {
  margin: auto;
}
.p-company {
  padding: 3.2rem 0 10rem;
}
@media screen and (max-width: 768px) {
  .p-company {
    padding-top: 4.2666666667vw;
    padding-bottom: 13.3333333333vw;
  }
}
.p-company .text {
  line-height: 2;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .p-company .text {
    text-align: left;
  }
}
.p-company .text strong {
  font-size: 2.4rem;
  font-weight: 700;
}
.p-company .btn {
  margin: auto;
}
.p-company__section {
  padding: 10rem 0;
}
@media screen and (max-width: 768px) {
  .p-company__section {
    padding-top: 16vw;
    padding-bottom: 16vw;
  }
}
.p-company__section.sec01 {
  padding-top: 0;
}
.p-company__section.sec01 .p-company__sectionContainer {
  padding: 5.6rem 5rem;
  gap: 3.4rem;
}
@media screen and (max-width: 768px) {
  .p-company__section.sec01 .p-company__sectionContainer {
    padding-top: 8.5333333333vw;
    padding-bottom: 8.5333333333vw;
    padding-right: 6.4vw;
    padding-left: 6.4vw;
    gap: 8.5333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-company__section.sec01
    .p-company__sectionContainer
    .p-company__sectionTitle-middle {
    text-align: center;
    margin-bottom: 3.2vw;
  }
}
.p-company__section.sec01 .p-company__memberContainer {
  display: flex;
  align-items: flex-start;
  gap: 3.2rem;
  width: 432px;
}
@media screen and (max-width: 768px) {
  .p-company__section.sec01 .p-company__memberContainer {
    gap: 5.6vw;
    width: 100%;
  }
}
.p-company__section.sec01 .p-company__memberImage {
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 768px) {
  .p-company__section.sec01 .p-company__memberImage {
    margin-bottom: 1.6vw;
  }
}
.p-company__section.sec01 .p-company__memberPosition {
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .p-company__section.sec01 .p-company__memberPosition {
    font-size: 2.6666666667vw;
  }
}
.p-company__section.sec01 .p-company__memberName {
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .p-company__section.sec01 .p-company__memberName {
    font-size: 4.2666666667vw;
  }
}
.p-company__section.sec02 .p-company__definition-list {
  margin-bottom: 6rem;
}
@media screen and (max-width: 768px) {
  .p-company__section.sec02 .p-company__definition-list {
    margin-bottom: 8.5333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-company__section.sec02 .p-company__definition-list dl dd > ul {
    padding-left: 8.5333333333vw;
  }
}
.p-company__section.sec02 .p-company__sectionContainer {
  padding: 4.8rem 4rem;
  gap: 5.6rem;
  margin-bottom: 8rem;
}
@media screen and (max-width: 768px) {
  .p-company__section.sec02 .p-company__sectionContainer {
    padding-top: 8.5333333333vw;
    padding-bottom: 8.5333333333vw;
    padding-right: 6.4vw;
    padding-left: 6.4vw;
    gap: 6.4vw;
    margin-bottom: 10.6666666667vw;
  }
}
.p-company__section.sec02 .p-company__sectionContainer-image {
  width: 380px;
}
@media screen and (max-width: 768px) {
  .p-company__section.sec02 .p-company__sectionContainer-image {
    width: 100%;
  }
}
.p-company__section.sec02 .p-company__sectionContainer-textArea {
  width: calc(100% - 380px - 5.6rem);
}
@media screen and (max-width: 768px) {
  .p-company__section.sec02 .p-company__sectionContainer-textArea {
    width: 100%;
  }
}
.p-company__section.sec02
  .p-company__representative
  .p-company__sectionTitle-middle {
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 768px) {
  .p-company__section.sec02
    .p-company__representative
    .p-company__sectionTitle-middle {
    margin-bottom: 3.2vw;
  }
}
.p-company__section.sec02 .p-company__representative-container {
  display: flex;
  align-items: center;
  gap: 5.6rem;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .p-company__section.sec02 .p-company__representative-container {
    flex-direction: column;
    gap: 4.2666666667vw;
    align-items: flex-start;
  }
}
.p-company__section.sec02 .p-company__representative-textArea {
  width: calc(100% - 220px - 5.6rem);
}
@media screen and (max-width: 768px) {
  .p-company__section.sec02 .p-company__representative-textArea {
    width: 100%;
  }
}
.p-company__section.sec02 .p-company__representative-image {
  width: 220px;
}
@media screen and (max-width: 768px) {
  .p-company__section.sec02 .p-company__representative-image {
    width: 100%;
    display: flex;
    gap: 4vw;
    flex-direction: column;
  }
}
.p-company__section.sec02 .p-company__representative-name {
  padding-bottom: 1.6rem;
  margin-bottom: 1.6rem;
  border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 768px) {
  .p-company__section.sec02 .p-company__representative-name {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
.p-company__section.sec02 .p-company__representative-name .name-ja {
  font-size: 2rem;
  line-height: 2;
  letter-spacing: 0;
  color: #108492;
  margin-right: 1.6rem;
}
@media screen and (max-width: 768px) {
  .p-company__section.sec02 .p-company__representative-name .name-ja {
    font-size: 4.8vw;
    margin-bottom: 2.1333333333vw;
  }
}
.p-company__section.sec02 .p-company__representative-name .name-en {
  font-size: 1.2rem;
  letter-spacing: 0;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-company__section.sec02 .p-company__representative-name .name-en {
    font-size: 2.6666666667vw;
    line-height: 2;
  }
}
.p-company__section.sec02 .p-company__representative-list {
  padding-left: 2.4rem;
  list-style: disc;
}
@media screen and (max-width: 768px) {
  .p-company__section.sec02 .p-company__representative-list {
    padding-left: 0;
  }
}
.p-company__section.sec03 {
  padding-bottom: 4.2rem;
}
@media screen and (max-width: 768px) {
  .p-company__section.sec03 {
    padding-bottom: 10.6666666667vw;
  }
}
.p-company__section.sec03 .p-company__sectionTitle-middle {
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 768px) {
  .p-company__section.sec03 .p-company__sectionTitle-middle {
    position: relative;
    font-size: 5.3333333333vw;
    margin-bottom: 0;
    padding-top: 4.2666666667vw;
    padding-bottom: 4.2666666667vw;
  }
  .p-company__section.sec03 .p-company__sectionTitle-middle::before,
  .p-company__section.sec03 .p-company__sectionTitle-middle::after {
    content: "";
    width: 4.5333333333vw;
    height: 0.8vw;
    background-color: #108492;
    position: absolute;
    top: 9.0666666667vw;
    right: 5.3333333333vw;
  }
  .p-company__section.sec03 .p-company__sectionTitle-middle::after {
    transform: rotate(90deg);
    transition: all 0.3s;
  }
  .p-company__section.sec03 .p-company__sectionTitle-middle.open::after {
    transform: rotate(0);
    transition: all 0.3s;
  }
}
.p-company__sectionTitle {
  margin-bottom: 6rem;
}
@media screen and (max-width: 768px) {
  .p-company__sectionTitle {
    margin-bottom: 8.5333333333vw;
  }
}
.p-company__sectionTitle-middle {
  font-size: 2rem;
  letter-spacing: 0;
  line-height: 2;
  color: #108492;
  margin-bottom: 1.2rem;
}
@media screen and (max-width: 768px) {
  .p-company__sectionTitle-middle {
    font-size: 4.8vw;
    margin-bottom: 2.1333333333vw;
  }
}
.p-company__sectionMessage {
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .p-company__sectionMessage {
    font-size: 4vw;
    letter-spacing: 0;
  }
}
.p-company__sectionMessage span {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .p-company__sectionMessage span {
    font-size: 5.3333333333vw;
  }
}
.p-company__sectionText {
  margin-bottom: 6rem;
}
@media screen and (max-width: 768px) {
  .p-company__sectionText {
    margin-bottom: 8.5333333333vw;
  }
}
.p-company__sectionContainer {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.p-company__shop {
  margin-bottom: 6rem;
}
@media screen and (max-width: 768px) {
  .p-company__shop {
    margin-bottom: 0;
    border-bottom: 1px solid #ddd;
  }
}
@media screen and (max-width: 768px) {
  .p-company__shop:first-of-type {
    border-top: 1px solid #ddd;
  }
}
.p-company__shop:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .p-company__shop:last-of-type .p-company__shop-table tbody td:nth-of-type(2) {
    display: none;
  }
}
.p-company__shop-table {
  line-height: 1.5;
  letter-spacing: 0;
  border-top: 1px solid #ddd;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-company__shop-table {
    display: none;
  }
}
.p-company__shop-table.open {
  display: block !important;
}
@media screen and (max-width: 768px) {
  .p-company__shop-table thead {
    display: none;
  }
}
.p-company__shop-table thead th {
  font-weight: 500;
  padding: 2rem 0 2rem 2rem;
  border-bottom: 1px solid #ddd;
}
.p-company__shop-table thead th:nth-of-type(1) {
  width: 360px;
}
.p-company__shop-table thead th:nth-of-type(2) {
  width: calc(100% - 360px - 162px);
}
.p-company__shop-table thead th:nth-of-type(3) {
  width: 162px;
}
@media screen and (max-width: 768px) {
  .p-company__shop-table tbody tr {
    display: flex;
    flex-direction: column;
    gap: 4.2666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-company__shop-table tbody tr:first-of-type td {
    border-top: none;
  }
}
.p-company__shop-table tbody td {
  border-bottom: 1px solid #ddd;
  padding: 2.4rem 0 2.4rem 2rem;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .p-company__shop-table tbody td {
    border-bottom: none;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 2.6666666667vw;
    padding-left: 2.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-company__shop-table tbody td::before {
    display: block;
    line-height: 1.5;
    font-weight: 500;
  }
}
@media screen and (max-width: 768px) {
  .p-company__shop-table tbody td:nth-of-type(1) {
    border-top: 1px solid #ddd;
    padding-top: 4.2666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-company__shop-table tbody td:nth-of-type(1)::before {
    content: "取扱店";
  }
}
@media screen and (max-width: 768px) {
  .p-company__shop-table tbody td:nth-of-type(2)::before {
    content: "住所";
  }
}
.p-company__shop-table tbody td:nth-of-type(3) {
  padding-right: 2rem;
}
@media screen and (max-width: 768px) {
  .p-company__shop-table tbody td:nth-of-type(3) {
    padding-left: 2.6666666667vw;
    padding-bottom: 4.2666666667vw;
  }
}
.p-company__shop-table tbody td a {
  background-color: #108492;
  padding: 0.8rem 4rem 0.8rem 1.6rem;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.7142857143;
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-company__shop-table tbody td a {
    transition: all 0.3s;
  }
  .p-company__shop-table tbody td a:hover {
    opacity: 1;
  }
  .p-company__shop-table tbody td a:hover::before {
    transition: all 0.2s;
    transform: translate(0, -50%) rotateX(360deg);
  }
}
@media screen and (max-width: 768px) {
  .p-company__shop-table tbody td a {
    padding-top: 2.1333333333vw;
    padding-bottom: 2.1333333333vw;
    padding-right: 10.6666666667vw;
    padding-left: 4.2666666667vw;
    font-size: 3.7333333333vw;
  }
}
.p-company__shop-table tbody td a::before {
  content: "";
  width: 2.2rem;
  height: 0.8rem;
  background-image: url(../img/cmn/link-arrow.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 1.6rem;
  transform: translateY(-50%);
  width: 14px;
  height: 6px;
}
@media screen and (max-width: 768px) {
  .p-company__shop-table tbody td a::before {
    width: 5.6vw;
    height: 1.8666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-company__shop-table tbody td a::before {
    width: 3.2vw;
    height: 1.0666666667vw;
    right: 4.2666666667vw;
  }
}
.p-privacy-policy {
  padding: 12.8rem 0 8rem;
}
@media screen and (max-width: 768px) {
  .p-privacy-policy {
    padding-top: 17.0666666667vw;
    padding-bottom: 13.3333333333vw;
  }
}
.p-privacy-policy .text {
  line-height: 2;
  letter-spacing: 0;
}
.p-privacy-policy .btn {
  margin: auto;
}
.p-privacy-policy__sectionTitle {
  margin-bottom: 6rem;
}
@media screen and (max-width: 768px) {
  .p-privacy-policy__sectionTitle {
    margin-bottom: 8.5333333333vw;
  }
}
.p-privacy-policy__sectionTitle-middle {
  margin: 8rem 0 1.2rem;
  font-size: 2rem;
  line-height: 2;
  color: #108492;
}
@media screen and (max-width: 768px) {
  .p-privacy-policy__sectionTitle-middle {
    font-size: 4.8vw;
    margin-top: 10.6666666667vw;
    margin-bottom: 2.1333333333vw;
  }
}
.p-privacy-policy__text {
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 768px) {
  .p-privacy-policy__text {
    margin-bottom: 4.2666666667vw;
  }
}
.p-privacy-policy__text:last-child {
  margin-bottom: 8rem;
}
@media screen and (max-width: 768px) {
  .p-privacy-policy__text:last-child {
    margin-bottom: 10.6666666667vw;
  }
}
.p-privacy-policy__list {
  list-style-type: disc;
  line-height: 2;
}
.p-privacy-policy__list > li {
  margin-left: 2.4rem;
}
@media screen and (max-width: 768px) {
  .p-privacy-policy__list > li {
    margin-left: 6.4vw;
  }
}
.p-privacy-policy__list > li > ul {
  list-style-type: disc;
  margin-left: 2.4rem;
}
@media screen and (max-width: 768px) {
  .p-privacy-policy__list > li > ul {
    margin-left: 6.4vw;
  }
}
.p-user-guide {
  padding: 3.2rem 0 10rem;
}
@media screen and (max-width: 768px) {
  .p-user-guide {
    padding-top: 4.2666666667vw;
    padding-bottom: 13.3333333333vw;
  }
}
.p-user-guide .text {
  line-height: 2;
  letter-spacing: 0;
}
.p-user-guide .btn {
  margin: auto;
}
.p-user-guide__section {
  padding: 10rem 0;
}
@media screen and (max-width: 768px) {
  .p-user-guide__section {
    padding-top: 16vw;
    padding-bottom: 16vw;
  }
}
.p-user-guide__section.sec01 {
  padding-top: 0;
}
.p-user-guide__section.sec02 .p-user-guide__sectionBox {
  padding: 4rem;
  position: relative;
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 768px) {
  .p-user-guide__section.sec02 .p-user-guide__sectionBox {
    padding: 6.4vw;
    margin-bottom: 4.2666666667vw;
  }
}
.p-user-guide__section.sec02 .p-user-guide__sectionBox:last-of-type {
  margin-bottom: 0;
}
.p-user-guide__section.sec02 .p-user-guide__sectionBox-image {
  position: absolute;
}
@media screen and (max-width: 768px) {
  .p-user-guide__section.sec02 .p-user-guide__sectionBox-image {
    position: static;
    margin-bottom: 4.2666666667vw;
  }
}
.p-user-guide__section.sec02 .p-user-guide__sectionBox-image.carrier {
  width: 280px;
  top: 180px;
  right: 5%;
}
@media screen and (max-width: 768px) {
  .p-user-guide__section.sec02 .p-user-guide__sectionBox-image.carrier {
    width: 100%;
  }
}
.p-user-guide__section.sec02 .p-user-guide__sectionBox-image.credit {
  width: 300px;
  top: 70px;
  right: 5%;
}
@media screen and (max-width: 768px) {
  .p-user-guide__section.sec02 .p-user-guide__sectionBox-image.credit {
    width: 100%;
  }
}
.p-user-guide__section.sec02 .p-user-guide__sectionBox-text:first-of-type {
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 768px) {
  .p-user-guide__section.sec02 .p-user-guide__sectionBox-text:first-of-type {
    margin-bottom: 8.5333333333vw;
  }
}
.p-user-guide__section.sec02 .p-user-guide__sectionBox-text:last-of-type {
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 768px) {
  .p-user-guide__section.sec02 .p-user-guide__sectionBox-text:last-of-type {
    margin-bottom: 4.2666666667vw;
  }
}
.p-user-guide__section.sec02 .p-user-guide__sectionBox-text:last-child {
  margin-bottom: 0;
}
.p-user-guide__section.sec02 .p-user-guide__sectionBox-list {
  margin-bottom: 3.2rem;
  padding-left: 2.4rem;
  list-style: disc;
}
@media screen and (max-width: 768px) {
  .p-user-guide__section.sec02 .p-user-guide__sectionBox-list {
    padding-left: 4.2666666667vw;
    margin-bottom: 8.5333333333vw;
  }
}
.p-user-guide__section.sec02 .p-user-guide__sectionBox .c-simple-link {
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .p-user-guide__section.sec02 .p-user-guide__sectionBox .c-simple-link {
    margin-bottom: 4.2666666667vw;
  }
}
.p-user-guide__section.sec02
  .p-user-guide__sectionBox
  .c-simple-link:last-child {
  margin-bottom: 0;
}
.p-user-guide__section.sec03 .p-user-guide__sectionBox {
  margin-bottom: 8rem;
}
@media screen and (max-width: 768px) {
  .p-user-guide__section.sec03 .p-user-guide__sectionBox {
    margin-bottom: 10.6666666667vw;
  }
}
.p-user-guide__section.sec03 .p-user-guide__sectionBox:last-child {
  margin-bottom: 0;
}
.p-user-guide__section.sec03 .p-user-guide__sectionBox-text {
  margin-bottom: 1.2rem;
}
@media screen and (max-width: 768px) {
  .p-user-guide__section.sec03 .p-user-guide__sectionBox-text {
    margin-bottom: 2.1333333333vw;
  }
}
.p-user-guide__section.sec03 .p-user-guide__sectionBox-grayArea {
  margin-top: 2.4rem;
  padding: 3.2rem 4rem;
}
@media screen and (max-width: 768px) {
  .p-user-guide__section.sec03 .p-user-guide__sectionBox-grayArea {
    padding: 6.4vw;
    margin-top: 4.2666666667vw;
  }
}
.p-user-guide__section.sec03 .p-user-guide__sectionBox .c-simple-link {
  margin-top: 1.6rem;
}
@media screen and (max-width: 768px) {
  .p-user-guide__section.sec03 .p-user-guide__sectionBox .c-simple-link {
    margin-top: 3.2vw;
  }
}
.p-user-guide__section.sec04 .p-user-guide__sectionText {
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 768px) {
  .p-user-guide__section.sec04 .p-user-guide__sectionText {
    margin-bottom: 4.2666666667vw;
  }
}
.p-user-guide__section.sec04 .p-user-guide__sectionText:last-child {
  margin-bottom: 0;
}
.p-user-guide__section.sec05 {
  padding-bottom: 8rem;
}
@media screen and (max-width: 768px) {
  .p-user-guide__section.sec05 {
    padding-bottom: 10.6666666667vw;
  }
}
.p-user-guide__sectionTitle {
  margin-bottom: 6rem;
}
@media screen and (max-width: 768px) {
  .p-user-guide__sectionTitle {
    margin-bottom: 8.5333333333vw;
  }
}
.p-user-guide__sectionTitle-middle {
  font-size: 2rem;
  line-height: 2;
  letter-spacing: 0;
  color: #108492;
  margin-bottom: 1.2rem;
}
@media screen and (max-width: 768px) {
  .p-user-guide__sectionTitle-middle {
    font-size: 4.8vw;
    margin-bottom: 2.1333333333vw;
  }
}
.p-user-guide__sectionText {
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .p-user-guide__sectionText {
    margin-bottom: 8.5333333333vw;
  }
}
.p-user-guide__sectionText:last-child {
  margin-bottom: 0;
}
.p-user-guide__sectionList {
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 768px) {
  .p-user-guide__sectionList {
    margin-bottom: 2.1333333333vw;
  }
}
.p-user-guide__sectionList:last-child {
  margin-bottom: 0;
}
.p-user-guide__sectionList li {
  list-style: disc;
  margin-left: 3rem;
  line-height: 2;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .p-user-guide__sectionList li {
    margin-left: 6.4vw;
  }
}
.p-user-guide__note {
  color: #535353;
}
.p-user-guide__tags {
  margin: 2.4rem 0;
}
@media screen and (max-width: 768px) {
  .p-user-guide__tags {
    margin-top: 4.2666666667vw;
    margin-bottom: 4.2666666667vw;
  }
}
.p-user-guide__tags li {
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .p-user-guide__tags li {
    font-size: 3.7333333333vw;
  }
}
.p-archive__btn {
  padding-bottom: 10rem;
}
@media screen and (max-width: 768px) {
  .p-archive__btn {
    padding-bottom: 13.3333333333vw;
  }
}
.p-archive__btn .btn {
  margin: auto;
}
.p-archive .btn {
  margin: auto;
}
.p-archive__title {
  margin-bottom: 6rem;
}
@media screen and (max-width: 768px) {
  .p-archive__title {
    margin-bottom: 8.5333333333vw;
  }
}
.p-archive--information {
  display: flex;
  gap: 6.8rem;
  padding: 12.8rem 0 8rem;
}
@media screen and (max-width: 768px) {
  .p-archive--information {
    flex-direction: column;
    padding-top: 17.0666666667vw;
    gap: 16vw;
  }
}
.p-archive--information .p-archive__main {
  width: calc(100% - 330px - 6.8rem);
}
@media screen and (max-width: 768px) {
  .p-archive--information .p-archive__main {
    width: 100%;
  }
}
.p-archive--information .sidebar {
  width: 330px;
}
@media screen and (max-width: 768px) {
  .p-archive--information .sidebar {
    width: 100%;
  }
}
.p-archive--information .p-archive__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 4.8rem 5%;
  margin-bottom: 8rem;
}
@media screen and (max-width: 768px) {
  .p-archive--information .p-archive__list {
    gap: 10.6666666667vw;
    margin-bottom: 12.8vw;
  }
}
.p-archive--information .p-archive__list .c-information-card {
  width: 47.5%;
}
@media screen and (max-width: 768px) {
  .p-archive--information .p-archive__list .c-information-card {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p-archive--information .p-archive__title {
    text-align: center;
  }
  .p-archive--information .p-archive__title::before {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 768px) {
  .p-archive--information .wp-pagenavi {
    margin-bottom: 10.6666666667vw;
  }
}
.p-archive--news {
  padding: 12.8rem 0 0;
}
@media screen and (max-width: 768px) {
  .p-archive--news {
    padding-top: 17.0666666667vw;
  }
}
.p-archive--news .p-archive__news-category {
  padding: 4rem 4.8rem;
  display: flex;
  align-items: center;
  margin-bottom: 6rem;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .p-archive--news .p-archive__news-category {
    margin-bottom: 8.5333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-archive--news .p-archive__news-category {
    flex-direction: column;
    margin-bottom: 8.5333333333vw;
    padding-top: 4.2666666667vw;
    padding-bottom: 4.2666666667vw;
    padding-right: 6.4vw;
    padding-left: 6.4vw;
  }
}
.p-archive--news .p-archive__news-category-title {
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0;
  min-width: 222px;
}
@media screen and (max-width: 768px) {
  .p-archive--news .p-archive__news-category-title {
    min-width: none;
    font-size: 4.2666666667vw;
    margin-bottom: 2.1333333333vw;
  }
}
.p-archive--news .p-archive__news-category-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
}
@media screen and (max-width: 768px) {
  .p-archive--news .p-archive__news-category-list {
    gap: 4.2666666667vw;
  }
}
.p-archive--news .p-archive__news-category-list li {
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .p-archive--news .p-archive__news-category-list li {
    font-size: 3.7333333333vw;
  }
}
.p-archive--news .p-archive__news-category-list li a {
  padding: 0.9rem 2.6rem;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .p-archive--news .p-archive__news-category-list li a {
    padding-top: 2.4vw;
    padding-bottom: 2.4vw;
    padding-right: 4.2666666667vw;
    padding-left: 4.2666666667vw;
  }
}
.p-archive--news .p-archive__item {
  width: 21.65%;
}
@media screen and (max-width: 960px) {
  .p-archive--news .p-archive__item {
    width: 30.3%;
  }
}
@media screen and (max-width: 768px) {
  .p-archive--news .p-archive__item {
    width: 41.0666666667vw;
  }
}
.p-archive--news .p-archive__item-link {
  position: relative;
  padding-bottom: 3.2rem;
}
@media screen and (max-width: 768px) {
  .p-archive--news .p-archive__item-link {
    padding-bottom: 4vw;
  }
}
@media screen and (min-width: 769px) {
  .p-archive--news .p-archive__item-link {
    transition: all 0.3s;
  }
  .p-archive--news .p-archive__item-link:hover {
    opacity: 1;
  }
  .p-archive--news .p-archive__item-link:hover::before {
    transition: all 0.2s;
    transform: translate(-50%, 0) rotateX(360deg);
  }
  .p-archive--news .p-archive__item-link:hover .p-archive__item-thumbnail img {
    transform: scale(1.2);
    transition: transform 0.5s;
  }
}
.p-archive--news .p-archive__item-link::before {
  content: "";
  width: 2.2rem;
  height: 0.8rem;
  background-image: url(../img/cmn/icon-arrow-black.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .p-archive--news .p-archive__item-link::before {
    width: 5.6vw;
    height: 1.8666666667vw;
  }
}
.p-archive--news .p-archive__item-thumbnail {
  width: 100%;
  margin-bottom: 2.4rem;
  border: 1px solid #ececec;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-archive--news .p-archive__item-thumbnail {
    margin-bottom: 5.3333333333vw;
  }
}
.p-archive--news .p-archive__item-thumbnail img {
  transition: transform 0.5s;
}
.p-archive--news .p-archive__item-cat-date {
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .p-archive--news .p-archive__item-cat-date {
    margin-bottom: 2.1333333333vw;
  }
}
.p-archive--news .p-archive__item-category {
  font-size: 1.2rem;
  color: #fff;
  padding: 0.5rem 1.2rem;
  margin-right: 1rem;
}
@media screen and (max-width: 768px) {
  .p-archive--news .p-archive__item-category {
    font-size: 3.2vw;
    padding-top: 1.0666666667vw;
    padding-bottom: 1.0666666667vw;
    padding-right: 2.1333333333vw;
    padding-left: 2.1333333333vw;
    margin-right: 2.1333333333vw;
  }
}
.p-archive--news .p-archive__item-category.news {
  background-color: #108492;
}
.p-archive--news .p-archive__item-category.media {
  background-color: #333;
}
.p-archive--news .p-archive__item-time {
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .p-archive--news .p-archive__item-time {
    font-size: 3.7333333333vw;
  }
}
.p-archive--news .p-archive__item-title {
  line-height: 1.5;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-archive--news .p-archive__item-title {
    -webkit-line-clamp: 5;
  }
}
.p-archive--news .p-archive__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 4.8rem 4.4%;
  margin-bottom: 8rem;
}
@media screen and (max-width: 768px) {
  .p-archive--news .p-archive__list {
    row-gap: 8.5333333333vw;
    column-gap: 4.2666666667vw;
    margin-bottom: 12.8vw;
  }
}
.p-archive--news .wp-pagenavi {
  margin-bottom: 8rem;
}
@media screen and (max-width: 768px) {
  .p-archive--news .wp-pagenavi {
    margin-bottom: 10.6666666667vw;
  }
}
.p-archive--products {
  padding: 12.8rem 0 10rem;
}
@media screen and (max-width: 768px) {
  .p-archive--products {
    padding-top: 17.0666666667vw;
    padding-bottom: 13.3333333333vw;
  }
}
.p-archive--products .p-archive__search {
  margin-bottom: 8rem;
  padding: 0 4.8rem;
}
@media screen and (max-width: 768px) {
  .p-archive--products .p-archive__search {
    padding-right: 6.4vw;
    padding-left: 6.4vw;
    margin-bottom: 16vw;
  }
}
.p-archive--products .p-archive__search-accordion {
  font-size: 2.4rem;
  cursor: pointer;
  line-height: 1.5;
  position: relative;
  padding: 4rem 0;
}
@media screen and (max-width: 768px) {
  .p-archive--products .p-archive__search-accordion {
    font-size: 5.3333333333vw;
    padding-top: 6.4vw;
    padding-bottom: 6.4vw;
  }
}
.p-archive--products .p-archive__search-accordion::before,
.p-archive--products .p-archive__search-accordion::after {
  content: "";
  width: 20px;
  height: 4px;
  background-color: #108492;
  position: absolute;
  right: 8px;
  top: 55px;
}
@media screen and (max-width: 768px) {
  .p-archive--products .p-archive__search-accordion::before,
  .p-archive--products .p-archive__search-accordion::after {
    width: 4.5333333333vw;
    height: 0.8vw;
    top: 10.6666666667vw;
    right: 0;
  }
}
.p-archive--products .p-archive__search-accordion::after {
  transform: rotate(90deg);
  transition: transform 0.3s;
}
.p-archive--products .p-archive__search-accordion.open {
  padding-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .p-archive--products .p-archive__search-accordion.open {
    padding-bottom: 6.4vw;
  }
}
.p-archive--products .p-archive__search-accordion.open::after {
  transform: rotate(0);
  transition: transform 0.3s;
}
.p-archive--products .p-archive__search-form {
  display: none;
  padding-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .p-archive--products .p-archive__search-form {
    padding-bottom: 6.4vw;
  }
}
.p-archive--products .p-archive__search-box {
  padding: 2.4rem 0 3.2rem;
  border-top: 1px solid #ececec;
}
@media screen and (max-width: 768px) {
  .p-archive--products .p-archive__search-box {
    padding-top: 4.2666666667vw;
    padding-bottom: 4.2666666667vw;
  }
}
.p-archive--products .p-archive__search-box:nth-of-type(2) {
  padding-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .p-archive--products .p-archive__search-box:nth-of-type(2) {
    padding-bottom: 6.4vw;
  }
}
.p-archive--products .p-archive__search-boxTitle {
  font-size: 1.8rem;
  letter-spacing: 0;
  line-height: 1.5;
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 768px) {
  .p-archive--products .p-archive__search-boxTitle {
    font-size: 4.8vw;
    margin-bottom: 4.2666666667vw;
  }
}
.p-archive--products .p-archive__search-list {
  display: flex;
  flex-wrap: wrap;
  gap: 2.4rem;
}
@media screen and (max-width: 768px) {
  .p-archive--products .p-archive__search-list {
    flex-direction: column;
    gap: 3.2vw;
  }
}
.p-archive--products .p-archive__search-list li {
  width: 192px;
}
@media screen and (max-width: 768px) {
  .p-archive--products .p-archive__search-list li {
    width: 100%;
  }
}
.p-archive--products .p-archive__search-label {
  letter-spacing: 0;
  font-size: 1.4rem;
  line-height: 1.3;
  position: relative;
  padding-left: 2.6rem;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .p-archive--products .p-archive__search-label {
    font-size: 3.7333333333vw;
    padding-left: 6.9333333333vw;
  }
}
.p-archive--products .p-archive__search-label::before {
  content: "";
  width: 18px;
  height: 18px;
  border: 1px solid #ddd;
  background-color: #fff;
  border-radius: 2px;
  position: absolute;
  left: 0;
}
@media screen and (max-width: 768px) {
  .p-archive--products .p-archive__search-label::before {
    width: 4.8vw;
    height: 4.8vw;
    border-radius: 0.5333333333vw;
  }
}
.p-archive--products .p-archive__search-checkbox {
  display: none;
}
.p-archive--products
  .p-archive__search-checkbox:checked
  + .p-archive__search-label::before {
  border-radius: 0;
  border: 0;
  background-image: url(../img/cmn/icon-checkbox.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.p-archive--products .p-archive__search-btnArea {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3.2rem;
}
@media screen and (max-width: 768px) {
  .p-archive--products .p-archive__search-btnArea {
    flex-direction: column;
    gap: 4.2666666667vw;
  }
}
.p-archive--products .p-archive__search-reset {
  width: 176px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border: 1px solid #ececec;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .p-archive--products .p-archive__search-reset {
    font-size: 3.2vw;
    line-height: 2;
    width: 37.8666666667vw;
    height: 12.8vw;
  }
}
.p-archive--products .p-archive__search-submit {
  position: relative;
}
.p-archive--products .p-archive__search-submit input {
  width: 193px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #108492;
  font-size: 1.4rem;
  padding-left: 2.7rem;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-archive--products .p-archive__search-submit input {
    width: 51.4666666667vw;
    height: 16vw;
    font-size: 3.7333333333vw;
    padding-left: 7.2vw;
  }
}
.p-archive--products .p-archive__search-submit::before {
  content: "";
  width: 19px;
  height: 19px;
  background-image: url("../img/cmn/icon-filter.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 19px;
  left: 54px;
}
@media screen and (max-width: 768px) {
  .p-archive--products .p-archive__search-submit::before {
    width: 5.0666666667vw;
    height: 5.0666666667vw;
    top: 5.0666666667vw;
    left: 14.4vw;
  }
}
.p-archive--products .p-archive__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 5.2rem 4.4%;
  margin-bottom: 8rem;
}
@media screen and (max-width: 768px) {
  .p-archive--products .p-archive__list {
    column-gap: 4vw;
    row-gap: 8.5333333333vw;
    margin-bottom: 12.8vw;
  }
}
.p-archive--products .p-archive__list .c-product-card__item {
  width: 21.67%;
}
@media screen and (max-width: 960px) {
  .p-archive--products .p-archive__list .c-product-card__item {
    width: 30.3%;
  }
}
@media screen and (max-width: 768px) {
  .p-archive--products .p-archive__list .c-product-card__item {
    width: 41.3333333333vw;
  }
}
.p-archive--products .p-archive__list .c-product-card__image {
  margin-bottom: 1.8rem;
}
@media screen and (max-width: 768px) {
  .p-archive--products .p-archive__list .c-product-card__image {
    margin-bottom: 3.2vw;
  }
}
.p-archive--products .p-archive__list .c-product-card__itemTitle {
  margin-bottom: 0.6rem;
}
@media screen and (max-width: 768px) {
  .p-archive--products .p-archive__list .c-product-card__itemTitle {
    margin-bottom: 0.5333333333vw;
  }
}
.p-archive--products .p-archive__list .c-product-card__price-tag {
  line-height: 2;
  padding: 0 1.6rem;
}
@media screen and (max-width: 768px) {
  .p-archive--products .p-archive__list .c-product-card__price-tag {
    padding-right: 2.1333333333vw;
    padding-left: 2.1333333333vw;
  }
}
.p-contact {
  padding: 12.8rem 0 10rem;
}
@media screen and (max-width: 768px) {
  .p-contact {
    padding-top: 13.3333333333vw;
    padding-bottom: 13.3333333333vw;
  }
}
.p-contact__title {
  margin-bottom: 6rem;
}
@media screen and (max-width: 768px) {
  .p-contact__title {
    margin-bottom: 8.5333333333vw;
  }
}
.p-contact__text {
  line-height: 2;
  letter-spacing: 0;
  margin-bottom: 6rem;
}
@media screen and (max-width: 768px) {
  .p-contact__text {
    margin-bottom: 8.5333333333vw;
    text-align: left;
  }
}
.p-contact__redArea {
  color: red;
  background-color: #fff4f4;
  padding: 4rem;
  margin-bottom: 6rem;
}
@media screen and (max-width: 768px) {
  .p-contact__redArea {
    padding: 6.4vw;
    margin-bottom: 8.5333333333vw;
  }
}
.p-contact__redArea-list li {
  line-height: 2;
  position: relative;
  padding-left: 1.8rem;
  margin-bottom: 0.2rem;
}
@media screen and (max-width: 768px) {
  .p-contact__redArea-list li {
    padding-left: 4.8vw;
    margin-bottom: 0.5333333333vw;
  }
}
.p-contact__redArea-list li::before {
  content: "";
  width: 1.6rem;
  height: 1.2rem;
  background-image: url(../img/cmn/icon-check-red.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .p-contact__redArea-list li::before {
    width: 3.7333333333vw;
    height: 2.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-contact__redArea-list li::before {
    top: 3.2vw;
    transform: unset;
  }
}
.p-contact__form {
  border-top: 1px solid #ececec;
  padding-top: 6rem;
}
@media screen and (max-width: 768px) {
  .p-contact__form {
    padding-top: 8.5333333333vw;
  }
}
.p-contact__form form {
  background-color: #fafafa;
  padding: 6.4rem 5.6rem;
  padding-top: 8.5333333333vw;
  padding-bottom: 8.5333333333vw;
  padding-right: 6.4vw;
  padding-left: 6.4vw;
}
.p-contact__form-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 768px) {
  .p-contact__form-item {
    flex-direction: column;
    margin-bottom: 6.4vw;
  }
}
.p-contact__form-itemWrap {
  display: flex;
}
.p-contact__form-label {
  display: flex;
  align-items: center;
  font-weight: 500;
  min-width: 216px;
  margin-right: 8rem;
  line-height: 2;
  padding: 0.9rem 0;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .p-contact__form-label {
    max-width: unset;
    margin-right: 0;
    padding: 0;
    margin-bottom: 2.1333333333vw;
  }
}
.p-contact__form-label .required {
  color: #fff;
  background-color: #d90000;
  border-radius: 6px;
  line-height: 1;
  padding: 0.7rem 1.2rem;
  margin-left: 1.6rem;
}
@media screen and (max-width: 768px) {
  .p-contact__form-label .required {
    border-radius: 1.6vw;
    padding-top: 1.8666666667vw;
    padding-bottom: 1.8666666667vw;
    padding-right: 3.2vw;
    padding-left: 3.2vw;
    margin-left: 4.2666666667vw;
  }
}
.p-contact__form .wpcf7-form-control-wrap {
  width: 100%;
}
.p-contact__form .wpcf7-form-control-wrap[data-name="zipcode1"] {
  width: fit-content;
}
.p-contact__form-input {
  width: 100%;
  max-width: 792px;
  height: 50px;
  padding: 0 2.4rem;
  border-radius: 6px;
  border: 1px solid #ececec;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .p-contact__form-input {
    max-width: unset;
    padding-right: 5.3333333333vw;
    padding-left: 5.3333333333vw;
    height: 13.3333333333vw;
    border-radius: 1.6vw;
    font-size: 4.2666666667vw;
  }
}
.p-contact__form-textArea {
  width: 100%;
  max-width: 792px;
  height: 180px;
  padding: 0.9rem 2.4rem 0;
  border-radius: 6px;
  border: 1px solid #ececec;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .p-contact__form-textArea {
    height: 47.4666666667vw;
    font-size: 4.2666666667vw;
    padding-top: 2.4vw;
    padding-right: 5.3333333333vw;
    padding-left: 5.3333333333vw;
    border-radius: 1.6vw;
  }
}
.p-contact__form-radio .wpcf7-list-item {
  display: block;
  margin: 0.6rem 0 2.2rem;
}
@media screen and (max-width: 768px) {
  .p-contact__form-radio .wpcf7-list-item {
    margin-top: 0;
    margin-bottom: 3.2vw;
  }
}
.p-contact__form-radio .wpcf7-list-item:last-of-type {
  margin-bottom: 0;
}
.p-contact__form-radio .wpcf7-list-item > label {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}
@media screen and (max-width: 768px) {
  .p-contact__form-radio .wpcf7-list-item > label {
    gap: 3.2vw;
  }
}
.p-contact__form-radio .wpcf7-list-item .wpcf7-list-item-label {
  line-height: 2;
}
.p-contact__form-radio input {
  width: 22px;
  height: 22px;
  border: 1px solid #ececec;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .p-contact__form-radio input {
    width: 5.8666666667vw;
    height: 5.8666666667vw;
  }
}
.p-contact__form-zip {
  width: 200px;
  height: 50px;
  padding: 0 2.4rem;
  border-radius: 6px;
  border: 1px solid #ececec;
  margin-right: 3.2rem;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .p-contact__form-zip {
    width: 41.6vw;
    height: 13.3333333333vw;
    border-radius: 1.6vw;
    margin-right: 4.2666666667vw;
    font-size: 4.2666666667vw;
  }
}
.p-contact__form #zip-button {
  width: 144px;
  height: 50px;
  background-color: #333;
  color: #fff;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .p-contact__form #zip-button {
    width: 28vw;
    height: 13.3333333333vw;
    border-radius: 1.6vw;
    font-size: 3.2vw;
  }
}
.p-contact__form-submit {
  margin-top: 8rem;
}
@media screen and (max-width: 768px) {
  .p-contact__form-submit {
    margin-top: 10.6666666667vw;
  }
}
.p-contact__form-submit input {
  font-size: 1.6rem;
  margin: auto;
  display: flex;
  background-color: #108492;
  max-width: 460px;
  width: 100%;
  height: 80px;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-contact__form-submit input {
    font-size: 4.2666666667vw;
    max-width: unset;
    width: 100%;
    height: 21.3333333333vw;
  }
}
.p-contact .wpcf7-not-valid-tip {
  margin-top: 1rem;
}
.p-search {
  padding: 8rem 0 10rem;
}
@media screen and (max-width: 768px) {
  .p-search {
    padding-top: 10.6666666667vw;
    padding-bottom: 13.3333333333vw;
  }
}
.p-search__title {
  margin-bottom: 6rem;
}
@media screen and (max-width: 768px) {
  .p-search__title {
    margin-bottom: 8.5333333333vw;
  }
}
.p-search__form {
  padding: 5.6rem 5rem;
  margin-bottom: 6rem;
}
@media screen and (max-width: 768px) {
  .p-search__form {
    padding-top: 8.5333333333vw;
    padding-bottom: 8.5333333333vw;
    padding-right: 6.4vw;
    padding-left: 6.4vw;
    margin-bottom: 8.5333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-search__form-title {
    font-size: 4.8vw;
  }
}
@media screen and (max-width: 768px) {
  .p-search__form-itemTitle {
    line-height: 1.5;
    position: relative;
    width: 100%;
    margin-top: 6.4vw;
  }
}
@media screen and (max-width: 768px) {
  .p-search__form-itemTitle::before,
  .p-search__form-itemTitle::after {
    content: "";
    width: 4.5333333333vw;
    height: 0.8vw;
    background-color: #108492;
    position: absolute;
    right: 0;
    top: 2.6666666667vw;
    transition: all 0.3s;
  }
}
@media screen and (max-width: 768px) {
  .p-search__form-itemTitle::after {
    transform: rotate(90deg);
    transition: all 0.3s;
  }
}
@media screen and (max-width: 768px) {
  .p-search__form-itemTitle.open::after {
    transform: rotate(0);
    transition: all 0.3s;
  }
}
.p-search__form-keyword {
  margin-bottom: 3.2rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-search__form-keyword {
    margin-bottom: 0;
    border-bottom: 1px solid #ececec;
  }
}
@media screen and (max-width: 768px) {
  .p-search__form-keyword .p-search__form-itemTitle {
    padding-bottom: 6.4vw;
  }
}
.p-search__form-keyword-list {
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .p-search__form-keyword-list {
    display: none;
    margin-bottom: 6.4vw;
  }
}
.p-search__form-keyword-list li {
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
}
.p-search__form-keyword-list li.hidden {
  display: none;
}
.p-search__form-keyword-list li label {
  font-size: 1.4rem;
  background-color: #fff;
  padding: 0.9rem 2.6rem;
  border-radius: 6px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .p-search__form-keyword-list li label {
    font-size: 3.7333333333vw;
    padding: 2.4vw;
  }
}
.p-search__form-keyword-list li input {
  display: none;
}
.p-search__form-keyword-list li input:checked + label {
  background-color: #108492;
  color: #fff;
}
.p-search__form-keyword .more {
  font-size: 1.4rem;
  color: #fff;
  background-color: #333;
  border-radius: 6px;
  padding: 0.9rem 4rem 0.9rem 2rem;
  position: relative;
  width: fit-content;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .p-search__form-keyword .more {
    font-size: 3.7333333333vw;
    padding-top: 2.4vw;
    padding-bottom: 2.4vw;
    padding-right: 10.1333333333vw;
    padding-left: 4.2666666667vw;
  }
}
.p-search__form-keyword .more::before,
.p-search__form-keyword .more::after {
  content: "";
  width: 12px;
  height: 2px;
  position: absolute;
  background-color: #fff;
  top: 16px;
  right: 10px;
}
@media screen and (max-width: 768px) {
  .p-search__form-keyword .more::before,
  .p-search__form-keyword .more::after {
    width: 3.2vw;
    height: 0.5333333333vw;
    top: 4.2666666667vw;
    right: 2.6666666667vw;
  }
}
.p-search__form-keyword .more::after {
  transform: rotate(90deg);
}
.p-search__form-freeword {
  display: flex;
  height: 64px;
}
@media screen and (max-width: 768px) {
  .p-search__form-freeword {
    margin-top: 3.2vw;
    height: 11.7333333333vw;
    display: none;
  }
}
.p-search__form-freeword-input {
  width: calc(100% - 142px);
  font-size: 1.4rem;
  border-radius: 6px 0 0 6px;
  padding-left: 3.2rem;
}
@media screen and (max-width: 768px) {
  .p-search__form-freeword-input {
    width: 100%;
    font-size: 3.7333333333vw;
  }
}
.p-search__form-freeword-submit {
  width: 142px;
  position: relative;
}
.p-search__form-freeword-submit input {
  width: 100%;
  height: 100%;
  font-size: 1.8rem;
  color: #fff;
  background-color: #108492;
  border-radius: 0 6px 6px 0;
  padding: 0 0 0 24px;
}
.p-search__form-freeword-submit::before {
  content: "";
  width: 22px;
  height: 22px;
  background-image: url(../img/cmn/icon-search-white.svg);
  position: absolute;
  top: 20px;
  left: 20px;
}
@media screen and (max-width: 768px) {
  .p-search__form-btnArea {
    margin-top: 8.5333333333vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6.4vw;
  }
}
@media screen and (max-width: 768px) {
  .p-search__form-reset {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border: 1px solid #ececec;
    font-size: 3.2vw;
    line-height: 2;
    width: 37.8666666667vw;
    height: 12.8vw;
  }
}
@media screen and (max-width: 768px) {
  .p-search__form-submit {
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .p-search__form-submit input {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #108492;
    color: #fff;
    width: 51.4666666667vw;
    height: 16vw;
    font-size: 3.7333333333vw;
    padding-left: 7.2vw;
  }
}
@media screen and (max-width: 768px) {
  .p-search__form-submit::before {
    content: "";
    background-image: url("../img/cmn/icon-search-white.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    width: 5.0666666667vw;
    height: 5.0666666667vw;
    top: 5.6vw;
    left: 14.9333333333vw;
  }
}
.p-search__list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 8rem 4rem;
}
@media screen and (max-width: 768px) {
  .p-search__list {
    flex-direction: column;
    gap: 10.6666666667vw;
  }
}
.p-search__list .c-information-card {
  width: 373px;
}
@media screen and (max-width: 768px) {
  .p-search__list .c-information-card {
    width: 100%;
  }
}
.p-search__list .c-information-card__image {
  height: 370px;
}
@media screen and (max-width: 768px) {
  .p-search__list .c-information-card__image {
    height: 86.6666666667vw;
  }
}
.p-search__list .c-information-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-search__list .c-information-card__link {
  padding-bottom: 0;
}
.p-search__list .c-information-card__link::before {
  display: none;
}
.p-search__list .c-product-card__item {
  width: 373px;
}
@media screen and (max-width: 768px) {
  .p-search__list .c-product-card__item {
    width: 100%;
  }
}
.p-search__list .c-product-card__category {
  display: none;
}
.p-search__list .c-product-card__itemTitle {
  color: #333;
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 768px) {
  .p-search__list .c-product-card__itemTitle {
    margin-bottom: 3.7333333333vw;
  }
}
.p-search__list .c-product-card__image {
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 768px) {
  .p-search__list .c-product-card__image {
    margin-bottom: 5.8666666667vw;
  }
}
.p-search__list .c-product-card__price {
  font-size: 2.1rem;
}
@media screen and (max-width: 768px) {
  .p-search__list .c-product-card__price {
    font-size: 6.4vw;
  }
}
.p-search__list .c-product-card__price-tag {
  font-size: 1.4rem;
  padding: 0.8rem 2.4rem;
}
@media screen and (max-width: 768px) {
  .p-search__list .c-product-card__price-tag {
    font-size: 3.2vw;
    padding-top: 1.8666666667vw;
    padding-bottom: 1.8666666667vw;
    padding-right: 5.6vw;
    padding-left: 5.6vw;
  }
}
.p-search .wp-pagenavi {
  margin-top: 8rem;
}
@media screen and (max-width: 768px) {
  .p-search .wp-pagenavi {
    margin-top: 12.8vw;
  }
}
.p-search .btn {
  margin: auto;
  margin-top: 8rem;
}
@media screen and (max-width: 768px) {
  .p-search .btn {
    margin-top: 10.6666666667vw;
  }
}
.p-category .text {
  line-height: 2;
  letter-spacing: 0;
}
.p-category .title {
  margin-bottom: 6rem;
}
@media screen and (max-width: 768px) {
  .p-category .title {
    margin-bottom: 8.5333333333vw;
  }
}
.p-category__navContainer {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .p-category__navContainer {
    margin-bottom: 12.8vw;
  }
}
.p-category__nav {
  padding: 3.2rem 0 2rem;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .p-category__nav {
    padding-bottom: 0;
    padding-top: 4.2666666667vw;
  }
}
.p-category .p-hero {
  height: 740px;
}
@media screen and (max-width: 768px) {
  .p-category .p-hero {
    height: 80vw;
  }
}
.p-category__section {
  padding: 10rem 0;
}
@media screen and (max-width: 768px) {
  .p-category__section {
    padding-top: 16vw;
    padding-bottom: 16vw;
  }
}
.p-category__section-title {
  margin-bottom: 8rem;
}
@media screen and (max-width: 768px) {
  .p-category__section-title {
    margin-bottom: 8.5333333333vw;
  }
}
.p-category__products-list {
  display: flex;
  gap: 5.2rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .p-category__products-list {
    flex-wrap: wrap;
    row-gap: 8.5333333333vw;
    column-gap: 4vw;
  }
}
.p-category__products .c-product-card__item {
  width: 260px;
}
@media screen and (max-width: 768px) {
  .p-category__products .c-product-card__item {
    width: 41.3333333333vw;
  }
}
.p-category__products .c-product-card__item--new {
  position: relative;
}
.p-category__products .c-product-card__item--new::before {
  content: "NEW";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background-color: #108492;
  border-radius: 50%;
  position: absolute;
  top: -20px;
  left: -20px;
  color: #fff;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-category__products .c-product-card__item--new::before {
    width: 12.8vw;
    height: 12.8vw;
    font-size: 2.6666666667vw;
    top: -4.2666666667vw;
    left: -4.2666666667vw;
  }
}
.p-category__products .c-product-card__item--popular {
  position: relative;
}
.p-category__products .c-product-card__item--popular .popular-mark {
  position: absolute;
  top: -10px;
  right: 0;
  color: #fff;
  background-color: #108492;
  padding: 0.6rem 0.8rem 0.6rem 2.5rem;
  border-radius: 4px 0 0 4px;
  z-index: 1;
  font-size: 1.2rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p-category__products .c-product-card__item--popular .popular-mark {
    font-size: 2.6666666667vw;
    line-height: 2;
    padding-top: 0vw;
    padding-bottom: 0vw;
    padding-right: 0vw;
    padding-left: 4.8vw;
    border-top-left-radius: 1.0666666667vw;
    border-bottom-left-radius: 1.0666666667vw;
  }
}
.p-category__products .c-product-card__item--popular .popular-mark::before {
  content: "";
  width: 12px;
  height: 10px;
  background-image: url(../img/cmn/icon-crown-white.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 6px;
  top: 7px;
}
@media screen and (max-width: 768px) {
  .p-category__products .c-product-card__item--popular .popular-mark::before {
    width: 2.9333333333vw;
    height: 2.6666666667vw;
    top: 1.3333333333vw;
    left: 1.3333333333vw;
  }
}
.p-category__products .c-product-card__itemTitle {
  margin-bottom: 0.8rem;
}
.p-category__products .c-product-card__image {
  border: none;
  position: relative;
  margin-bottom: 2.8rem;
}
@media screen and (max-width: 768px) {
  .p-category__products .c-product-card__image {
    margin-bottom: 3.2vw;
  }
}
.p-category__products .c-product-card__tags {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.p-category__products .c-product-card__tags li {
  background-color: #fafafa;
  line-height: 1;
  padding: 0.9rem 2rem;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .p-category__products .c-product-card__tags li {
    padding-top: 2.4vw;
    padding-bottom: 2.4vw;
    padding-right: 5.3333333333vw;
    padding-left: 5.3333333333vw;
  }
}
.p-category__products .c-product-card__price {
  margin-bottom: 2.7rem;
}
@media screen and (max-width: 768px) {
  .p-category__products .c-product-card__price {
    line-height: 1.75;
    margin-bottom: 4.2666666667vw;
  }
}
.p-category__products .c-product-card__price-tag {
  padding: 0.6rem 1.6rem;
}
@media screen and (max-width: 768px) {
  .p-category__products .c-product-card__price-tag {
    padding-top: 0.5333333333vw;
    padding-bottom: 0.5333333333vw;
    padding-right: 2.1333333333vw;
    padding-left: 2.1333333333vw;
  }
}
.p-category__products .btn {
  height: 60px;
}
@media screen and (max-width: 768px) {
  .p-category__products .btn {
    height: 14.4vw;
    font-size: 3.7333333333vw;
    padding-top: 4.2666666667vw;
    padding-bottom: 4.2666666667vw;
    padding-right: 10.6666666667vw;
    padding-left: 3.2vw;
  }
}
@media screen and (max-width: 768px) {
  .p-category__products .btn::before {
    width: 3.7333333333vw;
    height: 1.3333333333vw;
    right: 3.2vw;
  }
}
.p-category__reason {
  padding: 0;
}
.p-category__reason-container {
  padding: 10rem 0;
  background-image: url(../img/blue-green-argae/sec02_bg.webp);
  background-size: cover;
  background-position: right center;
  background-attachment: fixed;
}
@media screen and (max-width: 768px) {
  .p-category__reason-container {
    padding: 16vw 0;
    background-image: url(../img/blue-green-argae/sec02_bg_sp.webp);
    background-position: center bottom;
  }
}
.p-category__reason-title {
  font-size: 4rem;
  letter-spacing: 0.06em;
  line-height: 1.6;
  margin-bottom: 6rem;
  color: #108492;
}
@media screen and (max-width: 768px) {
  .p-category__reason-title {
    font-size: 7.4666666667vw;
    letter-spacing: 0.03em;
    margin-bottom: 6.4vw;
  }
}
.p-category__recommend {
  padding: 10rem 0 0;
  background-image: url(../img/blue-green-argae/sec02_bg.webp);
  background-size: cover;
  background-position: right center;
  background-attachment: fixed;
}
@media screen and (max-width: 768px) {
  .p-category__recommend {
    padding: 16vw 0;
    background-image: url(../img/blue-green-argae/sec02_bg_sp.webp);
  }
}
.p-category__recommend-title {
  margin-bottom: 4.6rem;
}
@media screen and (max-width: 768px) {
  .p-category__recommend-title {
    margin-bottom: 8.5333333333vw;
  }
}
.p-category__recommend-list {
  width: fit-content;
  overflow: scroll;
  padding-bottom: 10rem;
  padding-right: 0;
}
@media screen and (max-width: 768px) {
  .p-category__recommend-list {
    width: 100%;
  }
}
.p-category__recommend-list::-webkit-scrollbar {
  display: none;
  opacity: 0;
  visibility: hidden;
}
.p-category__recommend-list::-webkit-scrollbar-thumb {
  display: none;
  opacity: 0;
  visibility: hidden;
}
.p-category__features {
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-category__features {
    padding-bottom: 16vw;
  }
}
.p-category__features-container {
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-category__features-container {
    flex-direction: column;
  }
}
.p-category__features .spacer {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .p-category__features .spacer {
    display: none;
  }
}
.p-category__features-textArea {
  width: 50%;
  padding: 10rem 0 7rem 6.2rem;
}
@media screen and (max-width: 768px) {
  .p-category__features-textArea {
    width: 100%;
    padding: 0;
  }
}
.p-category__features-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 50vw;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .p-category__features-image {
    position: static;
    width: 100%;
    height: auto;
    margin-bottom: 10.6666666667vw;
  }
}
.p-category__features-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .p-category__features-image img {
    height: auto;
  }
}
.p-category__features-list {
  margin-bottom: 8rem;
}
@media screen and (max-width: 768px) {
  .p-category__features-list {
    margin-bottom: 12.8vw;
  }
}
.p-category__features-point {
  display: flex;
  align-items: center;
  gap: 4rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .p-category__features-point {
    margin-bottom: 6.4vw;
    gap: 0;
  }
}
.p-category__features-point:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .p-category__features-pointTitle-spWrap {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 4.2666666667vw;
    margin-bottom: 3.2vw;
  }
}
.p-category__features-pointCount {
  background-color: #108492;
  color: #fff;
  font-size: 2.4rem;
  text-align: center;
  padding: 3.1rem 2.4rem;
}
@media screen and (max-width: 768px) {
  .p-category__features-pointCount {
    padding-top: 4.8vw;
    padding-bottom: 4.8vw;
    padding-right: 3.2vw;
    padding-left: 3.2vw;
    font-size: 7.4666666667vw;
  }
}
.p-category__features-pointCount span {
  font-size: 1.2rem;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-category__features-pointCount span {
    font-size: 3.7333333333vw;
  }
}
.p-category__features-pointTitle {
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 2.2rem;
  color: #108492;
}
@media screen and (max-width: 768px) {
  .p-category__features-pointTitle {
    margin-bottom: 0;
    font-size: 4.8vw;
    line-height: 1.5;
  }
}
.p-category__what-item {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .p-category__what-item {
    flex-direction: column;
    margin-bottom: 6.4vw;
  }
}
.p-category__what-item:last-of-type {
  margin-bottom: 8rem;
}
.p-category__what-item:nth-of-type(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .p-category__what-item:nth-of-type(even) {
    flex-direction: column;
  }
}
.p-category__what-image {
  width: 50%;
  max-width: 600px;
}
@media screen and (max-width: 768px) {
  .p-category__what-image {
    width: 100%;
    max-width: unset;
  }
}
.p-category__what-textArea {
  width: 50%;
  max-width: 600px;
  padding: 0 7.5rem;
}
@media screen and (max-width: 768px) {
  .p-category__what-textArea {
    width: 100%;
    max-width: unset;
    padding: 6.4vw;
  }
}
.p-category__what-itemTitle {
  font-size: 2rem;
  line-height: 2;
  color: #108492;
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 768px) {
  .p-category__what-itemTitle {
    font-size: 4.8vw;
    margin-bottom: 2.1333333333vw;
  }
}
.p-category__what .btn--product {
  margin: auto;
}
.p-category__how-box {
  padding: 4rem 5rem;
  margin-bottom: 7rem;
}
@media screen and (max-width: 768px) {
  .p-category__how-box {
    padding-top: 8.5333333333vw;
    padding-bottom: 8.5333333333vw;
    padding-right: 6.4vw;
    padding-left: 6.4vw;
    margin-bottom: 8.5333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-category__how-box li {
    position: relative;
    padding-left: 4.2666666667vw;
  }
}
.p-category__how-box li::before {
  content: "◎";
}
@media screen and (max-width: 768px) {
  .p-category__how-box li::before {
    position: absolute;
    left: 0;
    top: 0;
  }
}
.p-category__how-container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-category__how-container {
    flex-direction: column;
    align-items: flex-start;
    gap: 8.5333333333vw;
  }
}
.p-category__how-item {
  width: 320px;
}
@media screen and (max-width: 768px) {
  .p-category__how-item {
    width: 100%;
  }
}
.p-category__how-image {
  margin-bottom: 2.8rem;
}
@media screen and (max-width: 768px) {
  .p-category__how-image {
    margin-bottom: 4.2666666667vw;
  }
}
.p-category__how-itemTitle {
  text-align: center;
  margin-bottom: 2.1rem;
  color: #108492;
  font-size: 2rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .p-category__how-itemTitle {
    font-size: 4.8vw;
    margin-bottom: 2.1333333333vw;
  }
}
.p-category__voice-item {
  padding: 4.5rem 10rem 4.5rem 8rem;
  background-color: #fff;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .p-category__voice-item {
    padding-top: 8.5333333333vw;
    padding-bottom: 8.5333333333vw;
    padding-right: 6.4vw;
    padding-left: 6.4vw;
    margin-bottom: 2.1333333333vw;
  }
}
.p-category__voice-item:last-of-type {
  margin-bottom: 0;
}
.p-category__voice-itemTitle {
  color: #000;
  margin-bottom: 1.2rem;
}
@media screen and (max-width: 768px) {
  .p-category__voice-itemTitle {
    margin-bottom: 2.1333333333vw;
  }
}
.p-category__voice-rating {
  margin-bottom: 1.2rem;
}
@media screen and (max-width: 768px) {
  .p-category__voice-rating {
    margin-bottom: 3.2vw;
  }
}
.p-category__voice-time {
  margin-bottom: 2rem;
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .p-category__voice-time {
    font-size: 3.2vw;
    margin-bottom: 4.2666666667vw;
  }
}
.p-category__voice .btn {
  margin: auto;
  font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-category__voice .btn {
    font-size: 4.2666666667vw;
  }
}
.p-category__faq .p-faq__item:last-of-type {
  margin-bottom: 6rem;
}
@media screen and (max-width: 768px) {
  .p-category__faq .p-faq__item:last-of-type {
    margin-bottom: 12.8vw;
  }
}
.p-category__faq .btn {
  margin: auto;
}
.p-relationInformation {
  border-top: 4px solid #108492;
  padding: 8rem 0;
  border-bottom: 12px solid #fff;
}
@media screen and (max-width: 768px) {
  .p-relationInformation {
    padding-top: 10.6666666667vw;
    padding-bottom: 10.6666666667vw;
  }
}
.p-relationInformation__title {
  margin-bottom: 6rem;
}
@media screen and (max-width: 768px) {
  .p-relationInformation__title {
    margin-bottom: 8.5333333333vw;
  }
}
.p-relationInformation__title .ja {
  font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
  .p-relationInformation__title .ja {
    font-size: 6.4vw;
  }
}
.p-relationInformation__list {
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .p-relationInformation__list {
    margin-bottom: 8.5333333333vw;
  }
}
.p-relationInformation__list .c-information-card {
  margin: 0 3.5rem;
  width: 300px;
}
@media screen and (max-width: 768px) {
  .p-relationInformation__list .c-information-card {
    width: 76vw;
    margin: auto;
  }
}
.p-relationInformation__list .c-information-card__categories li {
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .p-relationInformation__list .c-information-card__categories li {
    font-size: 3.7333333333vw;
  }
}
.p-relationInformation__list .c-information-card__title {
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .p-relationInformation__list .c-information-card__title {
    margin-bottom: 4.2666666667vw;
  }
}
.p-relationInformation__list .slick-prev,
.p-relationInformation__list .slick-next {
  width: 24px;
  height: 24px;
  transform: unset;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .p-relationInformation__list .slick-prev,
  .p-relationInformation__list .slick-next {
    width: 3.7333333333vw;
    height: 3.7333333333vw;
  }
}
.p-relationInformation__list .slick-prev {
  left: -5.625vw;
  top: 8rem;
  transform: rotate(-135deg);
}
@media screen and (max-width: 768px) {
  .p-relationInformation__list .slick-prev {
    top: 23.4666666667vw;
  }
}
.p-relationInformation__list .slick-next {
  right: -5.625vw;
  top: 8rem;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .p-relationInformation__list .slick-next {
    top: 23.4666666667vw;
  }
}
.p-relationInformation__list .slick-prev:before,
.p-relationInformation__list .slick-next:before {
  content: "";
  width: 20px;
  height: 20px;
  border-top: 4px solid #108492;
  border-right: 4px solid #108492;
  position: absolute;
  opacity: 1;
  left: 0;
  top: 0;
}
@media screen and (max-width: 768px) {
  .p-relationInformation__list .slick-prev:before,
  .p-relationInformation__list .slick-next:before {
    width: 3.7333333333vw;
    height: 3.7333333333vw;
    border-top-width: 1.0666666667vw;
    border-right-width: 1.0666666667vw;
  }
}
.p-relationInformation .btn {
  margin: auto;
}
.p-singleProduct .p-hero {
  height: 220px;
}
@media screen and (max-width: 768px) {
  .p-singleProduct .p-hero {
    height: 53.3333333333vw;
  }
}
.p-singleProduct .title {
  margin-bottom: 6rem;
}
@media screen and (max-width: 768px) {
  .p-singleProduct .title {
    margin-bottom: 8.5333333333vw;
  }
}
.p-singleProduct .text {
  line-height: 2;
}
.p-singleProduct__section {
  padding: 10rem 0;
}
@media screen and (max-width: 768px) {
  .p-singleProduct__section {
    padding-top: 16vw;
    padding-bottom: 16vw;
  }
}
.p-singleProduct__section.p-category__voice .btn {
  width: 380px;
  height: 60px;
  margin: auto;
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .p-singleProduct__section.p-category__voice .btn {
    width: 100%;
    height: 21.3333333333vw;
    margin-top: 10.6666666667vw;
  }
}
.p-singleProduct__detail {
  padding: 9rem 0 6rem;
}
@media screen and (max-width: 768px) {
  .p-singleProduct__detail {
    padding-top: 17.0666666667vw;
    padding-bottom: 16vw;
  }
}
.p-singleProduct__detail-container {
  display: flex;
  gap: 10%;
}
@media screen and (max-width: 768px) {
  .p-singleProduct__detail-container {
    flex-direction: column;
    gap: 0;
  }
}
.p-singleProduct__detail-imageArea {
  width: 50%;
  max-width: 600px;
}
@media screen and (max-width: 768px) {
  .p-singleProduct__detail-imageArea {
    width: 100%;
    max-width: unset;
    margin-bottom: 10.6666666667vw;
  }
}
.p-singleProduct__detail-imageArea.new {
  position: relative;
}
.p-singleProduct__detail-imageArea.new::before {
  content: "NEW";
  position: absolute;
  font-size: 1.2rem;
  width: 60px;
  height: 60px;
  background-color: #108492;
  border-radius: 50%;
  top: -20px;
  left: -20px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .p-singleProduct__detail-imageArea.new::before {
    width: 12.8vw;
    height: 12.8vw;
    top: -4.2666666667vw;
    left: -4.2666666667vw;
    font-size: 2.6666666667vw;
  }
}
.p-singleProduct__detail-images {
  margin-bottom: 2.2rem;
  overflow: hidden;
}
.p-singleProduct__detail-images .slick-prev,
.p-singleProduct__detail-images .slick-next {
  width: 60px;
  height: 60px;
  background-color: #108492;
  border-radius: 50%;
  transform: unset;
  position: absolute;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .p-singleProduct__detail-images .slick-prev,
  .p-singleProduct__detail-images .slick-next {
    width: 12.8vw;
    height: 12.8vw;
  }
}
.p-singleProduct__detail-images .slick-prev {
  left: 0;
  top: 50%;
  transform: translate(-50%, -50%);
}
.p-singleProduct__detail-images .slick-next {
  right: 0;
  top: 50%;
  transform: translate(50%, -50%);
}
.p-singleProduct__detail-images .slick-prev:before,
.p-singleProduct__detail-images .slick-next:before {
  content: "";
  width: 12px;
  height: 12px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  position: absolute;
  opacity: 1;
  top: 23px;
}
@media screen and (max-width: 768px) {
  .p-singleProduct__detail-images .slick-prev:before,
  .p-singleProduct__detail-images .slick-next:before {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    top: 5.0666666667vw;
    border-top-width: 0.6666666667vw;
    border-right-width: 0.6666666667vw;
  }
}
.p-singleProduct__detail-images .slick-prev:before {
  right: 9px;
  transform: rotate(-135deg);
}
@media screen and (max-width: 768px) {
  .p-singleProduct__detail-images .slick-prev:before {
    right: 1.8666666667vw;
  }
}
.p-singleProduct__detail-images .slick-next:before {
  left: 9px;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .p-singleProduct__detail-images .slick-next:before {
    left: 1.8666666667vw;
  }
}
.p-singleProduct__detail-image {
  aspect-ratio: 1/1;
}
.p-singleProduct__detail-image img {
  height: 100%;
  object-fit: contain;
  object-position: center;
}
@media screen and (max-width: 768px) {
  .p-singleProduct__detail-images--sub {
    padding-bottom: 5.0666666667vw;
  }
}
.p-singleProduct__detail-images--sub .slick-track {
  display: flex;
  gap: 2rem 1.2rem;
  max-width: 100%;
  flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
  .p-singleProduct__detail-images--sub .slick-track {
    transform: unset !important;
  }
}
@media screen and (max-width: 768px) {
  .p-singleProduct__detail-images--sub .slick-track {
    flex-wrap: nowrap;
    max-width: unset;
    gap: 2.6666666667vw;
    width: fit-content !important;
  }
}
.p-singleProduct__detail-images--sub .slick-track::before {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-singleProduct__detail-images--sub .slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f0f0f0;
    bottom: 0;
  }
  .p-singleProduct__detail-images--sub .slick-dots li {
    height: 0.8vw;
    flex: 1;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    margin: 0;
  }
  .p-singleProduct__detail-images--sub .slick-dots li button {
    width: 100%;
    height: 100%;
    padding: 0;
    border: none;
    background: rgba(0, 0, 0, 0);
    font-size: 0;
  }
  .p-singleProduct__detail-images--sub .slick-dots li button::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #ccc;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
  }
  .p-singleProduct__detail-images--sub .slick-dots li.slick-active {
    background-color: rgba(0, 0, 0, 0);
  }
  .p-singleProduct__detail-images--sub
    .slick-dots
    li.slick-active
    button::before {
    transform: scaleX(1);
  }
}
.p-singleProduct__detail-image-sub {
  width: 90px;
  cursor: pointer;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 768px) {
  .p-singleProduct__detail-image-sub {
    width: 28vw;
  }
}
.p-singleProduct__detail-image-sub img {
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.p-singleProduct__detail-textArea {
  width: 40%;
  max-width: 480px;
}
@media screen and (max-width: 768px) {
  .p-singleProduct__detail-textArea {
    width: 100%;
    max-width: 100%;
  }
}
.p-singleProduct__detail-textArea .c-tags--link {
  margin-bottom: 2.6rem;
}
@media screen and (max-width: 768px) {
  .p-singleProduct__detail-textArea .c-tags--link {
    margin-bottom: 3.2vw;
  }
}
.p-singleProduct__detail-textArea .c-tags--link li a {
  background-color: #fff;
}
.p-singleProduct__detail-textArea .product-title {
  font-size: 2.4rem;
  line-height: 1.6666666667;
  color: #108492;
  font-weight: 500;
  margin-bottom: 1.2rem;
}
@media screen and (max-width: 768px) {
  .p-singleProduct__detail-textArea .product-title {
    font-size: 4.8vw;
    line-height: 1.6;
    margin-bottom: 4.2666666667vw;
  }
}
.p-singleProduct__detail-rating {
  color: #d56114;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .p-singleProduct__detail-rating {
    margin-bottom: 4.2666666667vw;
  }
}
.p-singleProduct__detail-rating .star {
  color: #fa0;
}
.p-singleProduct__detail-rating .more {
  margin-left: 2.4rem;
  font-size: 1.4rem;
  color: #108492;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .p-singleProduct__detail-rating .more {
    margin-left: 6.4vw;
    font-size: 3.7333333333vw;
  }
}
.p-singleProduct__detail-text {
  font-size: 1.4rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .p-singleProduct__detail-text {
    font-size: 3.7333333333vw;
  }
}
.p-singleProduct__detail-text.mb {
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 768px) {
  .p-singleProduct__detail-text.mb {
    margin-bottom: 6.4vw;
  }
}
.p-singleProduct__detail-text a {
  text-decoration: underline;
}
.p-singleProduct__detail-countTitle {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 0.9rem;
}
@media screen and (max-width: 768px) {
  .p-singleProduct__detail-countTitle {
    font-size: 4.2666666667vw;
    line-height: 2;
    margin-bottom: 0;
  }
}
.p-singleProduct__detail-counter {
  display: flex;
  border: 1px solid #ececec;
  width: fit-content;
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 768px) {
  .p-singleProduct__detail-counter {
    margin-bottom: 6.4vw;
  }
}
.p-singleProduct__detail-counter > button,
.p-singleProduct__detail-counter > span {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .p-singleProduct__detail-counter > button,
  .p-singleProduct__detail-counter > span {
    width: 12.8vw;
    height: 12.8vw;
  }
}
.p-singleProduct__detail-counter > button {
  font-size: 2rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p-singleProduct__detail-counter > button {
    font-size: 4.8vw;
  }
}
.p-singleProduct__detail-counter span {
  border-left: 1px solid #ececec;
  border-right: 1px solid #ececec;
}
.p-singleProduct__detail-price {
  font-weight: 500;
  font-size: 2.4rem;
  letter-spacing: 0;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .p-singleProduct__detail-price {
    display: flex;
    align-items: center;
    font-size: 6.4vw;
    margin-bottom: 6.4vw;
  }
}
.p-singleProduct__detail-price > span:not(.tax, .off) {
  font-size: 1.4rem;
  padding: 0.8rem 2rem;
  border: 1px solid #ececec;
  background-color: #fff;
  margin-right: 1.5rem;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .p-singleProduct__detail-price > span:not(.tax, .off) {
    font-size: 2.6666666667vw;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 4.2666666667vw;
    padding-left: 4.2666666667vw;
    line-height: 2.8;
    margin-right: 2.1333333333vw;
  }
}
.p-singleProduct__detail-price .tax {
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .p-singleProduct__detail-price .tax {
    font-size: 3.2vw;
    padding-top: 2.6666666667vw;
  }
}
.p-singleProduct__detail-regular {
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .p-singleProduct__detail-regular {
    margin-top: 6.4vw;
  }
}
.p-singleProduct__detail-regular .p-singleProduct__detail-price {
  color: #ab3939;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .p-singleProduct__detail-regular .p-singleProduct__detail-price {
    margin-bottom: 2.1333333333vw;
  }
}
.p-singleProduct__detail-regular
  .p-singleProduct__detail-price
  > span:not(.tax, .off) {
  background-color: #ab3939;
  border: none;
  color: #fff;
}
.p-singleProduct__detail-regular .p-singleProduct__detail-price .tax {
  margin-right: 1.8rem;
}
@media screen and (max-width: 768px) {
  .p-singleProduct__detail-regular .p-singleProduct__detail-price .tax {
    margin-right: 1.3333333333vw;
  }
}
.p-singleProduct__detail-regular .p-singleProduct__detail-price .off {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .p-singleProduct__detail-regular .p-singleProduct__detail-price .off {
    font-size: 3.2vw;
  }
}
.p-singleProduct__detail-regular .p-singleProduct__detail-price .off span {
  font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
  .p-singleProduct__detail-regular .p-singleProduct__detail-price .off span {
    font-size: 6.4vw;
  }
}
.p-singleProduct__detail-regularTitle {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 768px) {
  .p-singleProduct__detail-regularTitle {
    font-size: 3.2vw;
    line-height: 2;
    margin-bottom: 4.2666666667vw;
  }
}
.p-singleProduct__detail-regularTitle span {
  z-index: 1;
  position: relative;
  background-color: #fafafa;
  padding-right: 1rem;
}
@media screen and (max-width: 768px) {
  .p-singleProduct__detail-regularTitle span {
    padding-right: 4.2666666667vw;
  }
}
.p-singleProduct__detail-regularTitle::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #333;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 0;
}
.p-singleProduct__detail-value {
  width: fit-content;
  margin-bottom: 1.6rem;
  background-color: #fff000;
  padding: 0.6rem 1rem 0.6rem 1rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-singleProduct__detail-value {
    line-height: 1.75;
    padding-right: 2.1333333333vw;
    padding-left: 2.1333333333vw;
    margin-bottom: 4.2666666667vw;
  }
}
.p-singleProduct__detail-regular-select {
  margin-bottom: 1.6rem;
  width: fit-content;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-singleProduct__detail-regular-select {
    margin-bottom: 4.2666666667vw;
  }
}
.p-singleProduct__detail-regular-select .subscription-options {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.p-singleProduct__detail .btn--regular {
  margin-bottom: 2.2rem;
}
@media screen and (max-width: 768px) {
  .p-singleProduct__detail .btn--regular {
    margin-bottom: 4.2666666667vw;
  }
}
.p-singleProduct__editor-area h3 {
  color: #108492;
  font-size: 2rem;
  line-height: 2;
  margin-top: 3.2rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .p-singleProduct__editor-area h3 {
    font-size: 4.8vw;
    margin-top: 6.4vw;
    margin-bottom: 2.1333333333vw;
  }
}
.p-singleProduct__editor-area p {
  margin-bottom: 3.2rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .p-singleProduct__editor-area p {
    margin-bottom: 6.4vw;
  }
}
.p-singleProduct__editor-area p:last-child {
  margin-bottom: 0;
}
.p-singleProduct__editor-area ul {
  line-height: 2;
  padding: 4rem 3.5rem;
  margin-bottom: 3.2rem;
  background-color: #fafafa;
}
@media screen and (max-width: 768px) {
  .p-singleProduct__editor-area ul {
    margin-bottom: 8.5333333333vw;
    padding-top: 8.5333333333vw;
    padding-bottom: 8.5333333333vw;
    padding-right: 6.4vw;
    padding-left: 6.4vw;
  }
}
.p-singleProduct__editor-area ul li {
  padding-left: 3.8rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-singleProduct__editor-area ul li {
    padding-left: 4.2666666667vw;
  }
}
.p-singleProduct__editor-area ul li::before {
  content: "◎";
  position: absolute;
  left: 0;
  top: 0;
}
.p-singleProduct__explain-image {
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 768px) {
  .p-singleProduct__explain-image {
    margin-bottom: 4.2666666667vw;
  }
}
.p-singleProduct__explain-title--medium {
  color: #108492;
  font-size: 2rem;
  line-height: 2;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .p-singleProduct__explain-title--medium {
    font-size: 4.8vw;
    margin-bottom: 2.1333333333vw;
  }
}
.p-singleProduct__explain-text {
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 768px) {
  .p-singleProduct__explain-text {
    margin-bottom: 6.4vw;
  }
}
.p-singleProduct__explain-text:last-child {
  margin-bottom: 0;
}
.p-singleProduct__recommend {
  background-image: url(../img/product/sec03_bg.webp);
  background-size: cover;
  background-position: right center;
}
@media screen and (max-width: 768px) {
  .p-singleProduct__recommend {
    background-image: url(../img/product/sec03_bg_sp.webp);
    background-position: bottom center;
    padding-bottom: 70.4vw;
  }
}
.p-singleProduct__recommend-list li {
  width: 640px;
}
@media screen and (max-width: 768px) {
  .p-singleProduct__recommend-list li {
    width: 100%;
  }
}
.p-singleProduct__how-list {
  padding: 4rem 3.5rem;
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 768px) {
  .p-singleProduct__how-list {
    margin-bottom: 8.5333333333vw;
    padding-top: 8.5333333333vw;
    padding-bottom: 8.5333333333vw;
    padding-right: 6.4vw;
    padding-left: 6.4vw;
  }
}
.p-singleProduct__how-list li {
  padding-left: 3.8rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-singleProduct__how-list li {
    padding-left: 4.2666666667vw;
  }
}
.p-singleProduct__how-list li::before {
  content: "◎";
  position: absolute;
  left: 0;
  top: 0;
}
.p-singleProduct__how-image {
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 768px) {
  .p-singleProduct__how-image {
    margin-bottom: 1.6vw;
  }
}
.p-singleProduct__how-title--medium {
  color: #108492;
  font-size: 2rem;
  line-height: 2;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .p-singleProduct__how-title--medium {
    font-size: 4.8vw;
    margin-bottom: 2.1333333333vw;
  }
}
.p-singleProduct__how-text {
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 768px) {
  .p-singleProduct__how-text {
    margin-bottom: 6.4vw;
  }
}
.p-singleProduct__how-text:last-child {
  margin-bottom: 0;
}
.p-singleProduct__faq .btn {
  margin: auto;
  margin-top: 8rem;
}
@media screen and (max-width: 768px) {
  .p-singleProduct__faq .btn {
    margin-top: 10.6666666667vw;
  }
}
.p-singleProduct__faq .p-faq__answer p {
  padding: 3rem 1.1rem 1.5rem;
}
@media screen and (max-width: 768px) {
  .p-singleProduct__faq .p-faq__answer p {
    padding-top: 8.2666666667vw;
    padding-bottom: 8.2666666667vw;
    padding-right: 5.3333333333vw;
    padding-left: 2.9333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-singleProduct__fixedBtn {
    position: fixed;
    width: 100%;
    display: flex;
    bottom: 0;
    left: 0;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
  }
  .p-singleProduct__fixedBtn.is-visible {
    opacity: 1;
    visibility: visible;
    transition: all 0.3s;
  }
  .p-singleProduct__fixedBtn .btn {
    margin-bottom: 0;
    height: 16vw;
  }
  .p-singleProduct__fixedBtn .btn::before {
    display: none;
  }
  .p-singleProduct__fixedBtn .btn--cart {
    padding-top: 4.8vw;
    padding-bottom: 4.8vw;
    padding-right: 5.8666666667vw;
    padding-left: 13.8666666667vw;
    letter-spacing: 0;
  }
  .p-singleProduct__fixedBtn .btn--cart::after {
    width: 4.5333333333vw;
    height: 5.0666666667vw;
    left: 5.8666666667vw;
  }
  .p-singleProduct__fixedBtn .btn--regular {
    padding-top: 4.8vw;
    padding-bottom: 4.8vw;
    padding-right: 5.8666666667vw;
    padding-left: 13.8666666667vw;
    letter-spacing: 0;
  }
  .p-singleProduct__fixedBtn .btn--regular::after {
    width: 5.0666666667vw;
    height: 5.0666666667vw;
    left: 5.8666666667vw;
  }
}
.review-form {
  display: none;
  margin-top: 3.2rem;
}
@media screen and (max-width: 768px) {
  .review-form {
    margin-top: 8.5333333333vw;
  }
}
.review-form > * {
  display: block;
  font-size: 1.6rem;
  max-width: 500px;
  width: 100%;
  margin-bottom: 3.2rem;
  height: 60px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .review-form > * {
    font-size: 4.2666666667vw;
    margin-bottom: 6.4vw;
    max-width: unset;
  }
}
.review-form__title {
  font-size: 2rem;
  font-weight: 500;
  height: auto;
  max-width: unset;
  position: relative;
  color: #108492;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .review-form__title {
    font-size: 4.2666666667vw;
  }
}
.review-form__title::before,
.review-form__title::after {
  content: "";
  width: 20px;
  height: 4px;
  background-color: #108492;
  position: absolute;
  right: 0;
  top: 50%;
}
@media screen and (max-width: 768px) {
  .review-form__title::before,
  .review-form__title::after {
    width: 4.5333333333vw;
    height: 0.8vw;
  }
}
.review-form__title::before {
  transform: translateY(-50%);
}
.review-form__title::after {
  transform: translateY(-50%) rotate(90deg);
  transition: transform 0.3s;
}
.review-form__title.open {
  margin-bottom: 0;
}
.review-form__title.open::after {
  transform: translateY(-50%);
  transition: transform 0.3s;
}
.review-form label {
  margin-bottom: 1.6rem;
  height: auto;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .review-form label {
    margin-bottom: 4.8vw;
  }
}
.review-form input[type="email"] {
  padding: 0 2rem;
}
@media screen and (max-width: 768px) {
  .review-form input[type="email"] {
    padding-right: 4.2666666667vw;
    padding-left: 4.2666666667vw;
  }
}
.review-form button[type="submit"].btn {
  font-weight: 700;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .review-form button[type="submit"].btn {
    font-size: 4.2666666667vw;
  }
}
.review-form textarea {
  padding: 2rem;
  height: 300px;
}
@media screen and (max-width: 768px) {
  .review-form textarea {
    padding: 4.2666666667vw;
    height: 53.3333333333vw;
  }
}
.review-form select {
  padding: 0 2rem;
}
@media screen and (max-width: 768px) {
  .review-form select {
    padding-right: 4.2666666667vw;
    padding-left: 4.2666666667vw;
  }
}
.review-form__wrapper {
  background-color: #fff;
  padding: 3.2rem 8rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .review-form__wrapper {
    margin-bottom: 2.1333333333vw;
    padding-top: 8.5333333333vw;
    padding-bottom: 8.5333333333vw;
    padding-right: 6.4vw;
    padding-left: 6.4vw;
  }
}
.swp-items-wrapper {
  max-width: unset;
  margin: 0;
  padding: 0 !important;
}
.swp-thumbnails-wrapper {
  display: none !important;
}
.swp-mb20 {
  margin-bottom: 0 !important;
}
.swp-mt15 {
  margin-top: 0 !important;
}
.swp-mb10 {
  margin-bottom: 0 !important;
}
.swp-product-image-feat-wrapper a img {
  object-fit: cover;
  object-position: center;
}
@media screen and (max-width: 768px) {
  .swp-product-image-feat-wrapper a img {
    width: 41.3333333333vw;
    height: 41.3333333333vw;
  }
}
.swp-price {
  font-weight: 400 !important;
  line-height: 1.75 !important;
}
.swp-btn-add-to-cart {
  background-color: rgba(0, 0, 0, 0) !important;
  padding: 0 !important;
  font-weight: 500 !important;
}
@media screen and (max-width: 768px) {
  .swp-btn-add-to-cart {
    font-size: 3.7333333333vw !important;
  }
}
.swp-mt10 {
  margin-top: 0 !important;
}
.swp-notice.false {
  display: none;
}
.swp-cart-icon-fixed {
  display: none !important;
}
.p-singleProduct .swp-thumbnails-wrapper {
  display: flex !important;
}
.p-singleProduct__detail .swp-item {
  width: 100%;
  max-width: unset;
}
.p-singleProduct__detail .swp-carousel {
  margin-bottom: 2.2rem;
  overflow: hidden;
}
.p-singleProduct__detail .swp-carousel .slick-prev,
.p-singleProduct__detail .swp-carousel .slick-next {
  width: 60px;
  height: 60px;
  background-color: #108492;
  border-radius: 50%;
  transform: unset;
  position: absolute;
  z-index: 2;
  background-image: unset !important;
}
@media screen and (max-width: 768px) {
  .p-singleProduct__detail .swp-carousel .slick-prev,
  .p-singleProduct__detail .swp-carousel .slick-next {
    width: 12.8vw;
    height: 12.8vw;
  }
}
.p-singleProduct__detail .swp-carousel .slick-prev {
  left: 0;
  top: 50%;
  transform: translate(-50%, -50%);
}
.p-singleProduct__detail .swp-carousel .slick-next {
  right: 0;
  top: 50%;
  transform: translate(50%, -50%);
}
.p-singleProduct__detail .swp-carousel .slick-prev:before,
.p-singleProduct__detail .swp-carousel .slick-next:before {
  content: "";
  width: 12px;
  height: 12px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  position: absolute;
  opacity: 1;
  top: 23px;
  display: inline-block !important;
}
@media screen and (max-width: 768px) {
  .p-singleProduct__detail .swp-carousel .slick-prev:before,
  .p-singleProduct__detail .swp-carousel .slick-next:before {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    top: 5.0666666667vw;
    border-top-width: 0.6666666667vw;
    border-right-width: 0.6666666667vw;
  }
}
.p-singleProduct__detail .swp-carousel .slick-prev:before {
  right: 9px;
  transform: rotate(-135deg);
}
@media screen and (max-width: 768px) {
  .p-singleProduct__detail .swp-carousel .slick-prev:before {
    right: 1.8666666667vw;
  }
}
.p-singleProduct__detail .swp-carousel .slick-next:before {
  left: 9px;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .p-singleProduct__detail .swp-carousel .slick-next:before {
    left: 1.8666666667vw;
  }
}
.p-singleProduct__detail-image {
  aspect-ratio: unset;
}
.p-singleProduct__detail .swp-product-image-feat-wrapper {
  aspect-ratio: 1/1;
}
.p-singleProduct__detail .swp-product-image-feat-wrapper img {
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.p-singleProduct__detail .wps-thumbnails-wrapper {
  gap: 2rem 1.2rem;
  max-width: 100%;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .p-singleProduct__detail .wps-thumbnails-wrapper {
    padding-bottom: 5.0666666667vw;
    flex-wrap: nowrap;
    max-width: unset;
    overflow-x: scroll;
  }
}
.p-singleProduct__detail .wps-thumbnails-wrapper .swp-product-thumbnail {
  width: 90px;
  cursor: pointer;
  aspect-ratio: 1/1;
  max-width: unset;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .p-singleProduct__detail .wps-thumbnails-wrapper .swp-product-thumbnail {
    width: 26.9333333333vw;
    min-width: 26.9333333333vw;
  }
}
.p-singleProduct__detail .wps-thumbnails-wrapper .swp-product-thumbnail img {
  outline: none;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.p-singleProduct__detail .wps-thumbnails-wrapper::-webkit-scrollbar {
  display: none;
}
.p-singleProduct__detail .wps-thumbnails-wrapper::-webkit-scrollbar-thumb {
  display: none;
}
.p-singleProduct__detail .wps-thumbnails-wrapper::-webkit-scrollbar-track {
  display: none;
}
.p-singleProduct__detail .wps-thumbnails-wrapper .simplebar-content {
  display: flex;
  align-items: flex-start;
  gap: 2rem 1.2rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .p-singleProduct__detail .wps-thumbnails-wrapper .simplebar-content {
    gap: 2.6666666667vw;
    flex-wrap: nowrap;
  }
}
.p-singleProduct__detail .wps-thumbnails-wrapper .simplebar-content::before,
.p-singleProduct__detail .wps-thumbnails-wrapper .simplebar-content::after {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-singleProduct__detail
    .wps-thumbnails-wrapper
    .simplebar-track.simplebar-vertical {
    display: none;
  }
  .p-singleProduct__detail
    .wps-thumbnails-wrapper
    .simplebar-track.simplebar-horizontal {
    height: 3px;
    background-color: #fff;
  }
  .p-singleProduct__detail
    .wps-thumbnails-wrapper
    .simplebar-track.simplebar-horizontal:nth-of-type(n + 4) {
    display: none;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .p-singleProduct__detail
    .wps-thumbnails-wrapper
    .simplebar-track.simplebar-horizontal {
    height: 0.8vw;
  }
}
@media screen and (max-width: 768px) {
  .p-singleProduct__detail
    .wps-thumbnails-wrapper
    .simplebar-track.simplebar-horizontal
    .simplebar-scrollbar {
    background-color: #ccc;
  }
  .p-singleProduct__detail
    .wps-thumbnails-wrapper
    .simplebar-track.simplebar-horizontal
    .simplebar-scrollbar::before {
    background-color: #ccc;
    height: 100%;
    top: 0;
    left: 0;
  }
}
.p-singleProduct__detail-counter {
  border: none;
  width: auto;
}
.p-singleProduct__detail-counter > section {
  width: 100%;
}
.p-singleProduct__detail-counter
  .swp-add-to-cart-wrapper
  .swp-quantity-container {
  border: 1px solid #ececec;
  width: fit-content;
  margin: 0 0 2rem 0;
}
@media screen and (max-width: 768px) {
  .p-singleProduct__detail-counter
    .swp-add-to-cart-wrapper
    .swp-quantity-container {
    margin-bottom: 6.4vw;
    min-width: unset;
  }
}
@media screen and (max-width: 768px) {
  .p-singleProduct__detail-counter
    .swp-add-to-cart-wrapper
    .swp-quantity-container
    .swp-inc-icon,
  .p-singleProduct__detail-counter
    .swp-add-to-cart-wrapper
    .swp-quantity-container
    .swp-dec-icon {
    background-color: rgba(0, 0, 0, 0);
    border: none;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    width: auto;
    height: auto;
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-singleProduct__detail-counter
    .swp-add-to-cart-wrapper
    .swp-quantity-container
    .swp-dec-icon::before {
    content: "-";
    display: block !important;
  }
}
@media screen and (max-width: 768px) {
  .p-singleProduct__detail-counter
    .swp-add-to-cart-wrapper
    .swp-quantity-container
    .swp-inc-icon::before {
    content: "+";
    display: block !important;
  }
}
@media screen and (max-width: 768px) {
  .p-singleProduct__detail-counter
    .swp-add-to-cart-wrapper
    .swp-quantity-container
    .swp-inc-icon::after {
    display: none;
  }
}
.p-singleProduct__detail-counter
  .swp-add-to-cart-wrapper
  .swp-quantity-container
  .swp-btn-quantity,
.p-singleProduct__detail-counter
  .swp-add-to-cart-wrapper
  .swp-quantity-container
  .swp-quantity-input {
  width: 56px;
  height: 56px;
  min-width: 56px;
  min-height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .p-singleProduct__detail-counter
    .swp-add-to-cart-wrapper
    .swp-quantity-container
    .swp-btn-quantity,
  .p-singleProduct__detail-counter
    .swp-add-to-cart-wrapper
    .swp-quantity-container
    .swp-quantity-input {
    width: 12.8vw;
    min-width: 12.8vw;
    height: 12.8vw;
    min-height: 12.8vw;
    font-size: 4.2666666667vw;
  }
}
.p-singleProduct__detail-counter
  .swp-add-to-cart-wrapper
  .swp-quantity-container
  .swp-btn-quantity {
  border: none;
}
.p-singleProduct__detail-counter
  .swp-add-to-cart-wrapper
  .swp-quantity-container
  .swp-quantity-input {
  border-left: 1px solid #ececec;
  border-right: 1px solid #ececec;
  box-shadow: unset;
}
.p-singleProduct__detail-counter .swp-btn-add-to-cart {
  min-width: unset;
  min-height: unset;
}
.p-singleProduct__detail-counter .swp-add-to-cart-text {
  border: none;
  width: 100%;
  max-width: 460px;
  height: 80px;
  display: flex;
  align-items: center;
  color: #fff;
  font-weight: 500;
  position: relative;
  text-align: center;
  background-color: #ab3939;
  justify-content: flex-start;
  padding-left: 8rem;
  opacity: 1 !important;
}
@media screen and (min-width: 769px) {
  .p-singleProduct__detail-counter .swp-add-to-cart-text {
    transition: all 0.3s;
  }
  .p-singleProduct__detail-counter .swp-add-to-cart-text:hover {
    opacity: 1;
  }
  .p-singleProduct__detail-counter .swp-add-to-cart-text:hover::before {
    transition: all 0.2s;
    transform: translate(0, -50%) rotateX(360deg);
  }
}
@media screen and (max-width: 768px) {
  .p-singleProduct__detail-counter .swp-add-to-cart-text {
    max-width: 86.6666666667vw;
    height: 21.3333333333vw;
    padding-top: 4.2666666667vw;
    padding-bottom: 4.2666666667vw;
    padding-left: 18.6666666667vw;
    padding-right: 6.4vw;
    line-height: 1.5;
  }
}
.p-singleProduct__detail-counter .swp-add-to-cart-text::before {
  content: "";
  width: 2.2rem;
  height: 0.8rem;
  background-image: url(../img/cmn/link-arrow.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 2.2rem;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .p-singleProduct__detail-counter .swp-add-to-cart-text::before {
    width: 5.6vw;
    height: 1.8666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-singleProduct__detail-counter .swp-add-to-cart-text::before {
    right: 6.4vw;
  }
}
.p-singleProduct__detail-counter .swp-add-to-cart-text::after {
  content: "";
  width: 26px;
  height: 28px;
  background-image: url(../img/cmn/icon-cart-white.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  left: 31px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .p-singleProduct__detail-counter .swp-add-to-cart-text::after {
    width: 5.8666666667vw;
    height: 6.4vw;
    left: 8.5333333333vw;
  }
}
.p-singleProduct__detail-counter .swp-l-row {
  display: block;
}
.p-singleProduct__detail-price > section {
  display: inline-block;
}
.p-singleProduct__detail-price > section .swp-price.swp-price {
  font-size: 2.4rem;
  letter-spacing: 0;
  color: #333;
  font-weight: 500 !important;
}
@media screen and (max-width: 768px) {
  .p-singleProduct__detail-price > section .swp-price.swp-price {
    font-size: 6.4vw;
  }
}
.p-singleProduct__detail-regular
  .p-singleProduct__detail-price
  .swp-component-buy-button {
  display: none;
}
.p-singleProduct__detail-regular
  .p-singleProduct__detail-price
  .swp-selling-group[data-is-selected="true"] {
  background-color: rgba(0, 0, 0, 0);
  border: none;
  margin: 0;
  padding: 0;
}
.p-singleProduct__detail-regular
  .p-singleProduct__detail-price
  .swp-selling-group[data-is-selected="true"]:hover {
  background-color: rgba(0, 0, 0, 0);
}
.p-singleProduct__detail-regular
  .p-singleProduct__detail-price
  .swp-selling-group-content
  .swp-price.swp-final-price {
  color: #ab3939;
}
.p-singleProduct__detail-regular
  .p-singleProduct__detail-price
  .swp-selling-group-content
  .swp-radio-label {
  display: none;
}
.p-singleProduct__detail-regular
  .p-singleProduct__detail-price
  .swp-selling-group-content
  .swp-save-inline {
  display: none;
}
.p-singleProduct__detail-regular
  .p-singleProduct__detail-price
  .swp-selling-group-content
  label {
  padding: 0;
}
.p-singleProduct__detail-regular
  .p-singleProduct__detail-price
  .swp-selling-group-content
  label
  input[type="radio"] {
  display: none;
}
.p-singleProduct__detail-regular
  .p-singleProduct__detail-price
  .swp-selling-group-content
  label
  .shopwp-radio-text {
  padding-left: 0;
}
.p-singleProduct__detail-regular
  .p-singleProduct__detail-price
  .swp-selling-group-content
  label
  .shopwp-radio-control {
  display: none;
}
.p-singleProduct__detail-regular
  .p-singleProduct__detail-price
  .swp-price.swp-price[data-is-compare-at="true"] {
  display: none;
}
.p-singleProduct__detail-regular .p-singleProduct__detail-price .swp-tooltip {
  display: none;
}
.p-singleProduct__detail-regular
  .p-singleProduct__detail-price
  .swp-quantity-container {
  display: none;
}
.p-singleProduct__detail-regular
  .p-singleProduct__detail-price
  .swp-dropdown-label {
  display: none;
}
.p-singleProduct__detail-regular-btnArea .swp-sub-wrapper,
.p-singleProduct__detail-regular-btnArea .swp-quantity-container {
  display: none;
}
.p-singleProduct__detail-regular-btnArea .swp-component-buy-button {
  margin-bottom: 2.2rem;
}
@media screen and (max-width: 768px) {
  .p-singleProduct__detail-regular-btnArea .swp-component-buy-button {
    margin-bottom: 4.2666666667vw;
  }
}
.p-singleProduct__detail-regular-btnArea
  .swp-component-buy-button
  .swp-btn-add-to-cart {
  min-width: unset;
  min-height: unset;
}
.p-singleProduct__detail-regular-btnArea
  .swp-component-buy-button
  .swp-add-to-cart-text {
  border: none;
  width: 100%;
  max-width: 460px;
  height: 80px;
  display: flex;
  align-items: center;
  color: #fff;
  font-weight: 500;
  position: relative;
  text-align: center;
  background-color: #106992;
  justify-content: flex-start;
  padding-left: 8rem;
  opacity: 1 !important;
}
@media screen and (min-width: 769px) {
  .p-singleProduct__detail-regular-btnArea
    .swp-component-buy-button
    .swp-add-to-cart-text {
    transition: all 0.3s;
  }
  .p-singleProduct__detail-regular-btnArea
    .swp-component-buy-button
    .swp-add-to-cart-text:hover {
    opacity: 1;
  }
  .p-singleProduct__detail-regular-btnArea
    .swp-component-buy-button
    .swp-add-to-cart-text:hover::before {
    transition: all 0.2s;
    transform: translate(0, -50%) rotateX(360deg);
  }
}
@media screen and (max-width: 768px) {
  .p-singleProduct__detail-regular-btnArea
    .swp-component-buy-button
    .swp-add-to-cart-text {
    max-width: 86.6666666667vw;
    height: 21.3333333333vw;
    padding-top: 4.2666666667vw;
    padding-bottom: 4.2666666667vw;
    padding-left: 18.6666666667vw;
    padding-right: 6.4vw;
    line-height: 1.5;
  }
}
.p-singleProduct__detail-regular-btnArea
  .swp-component-buy-button
  .swp-add-to-cart-text::before {
  content: "";
  width: 2.2rem;
  height: 0.8rem;
  background-image: url(../img/cmn/link-arrow.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 2.2rem;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .p-singleProduct__detail-regular-btnArea
    .swp-component-buy-button
    .swp-add-to-cart-text::before {
    width: 5.6vw;
    height: 1.8666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-singleProduct__detail-regular-btnArea
    .swp-component-buy-button
    .swp-add-to-cart-text::before {
    right: 6.4vw;
  }
}
.p-singleProduct__detail-regular-btnArea
  .swp-component-buy-button
  .swp-add-to-cart-text::after {
  content: "";
  width: 30px;
  height: 31px;
  background-image: url(../img/cmn/icon-calendar.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  left: 29px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .p-singleProduct__detail-regular-btnArea
    .swp-component-buy-button
    .swp-add-to-cart-text::after {
    width: 6.1333333333vw;
    height: 6.4vw;
    left: 8.5333333333vw;
  }
}
.p-singleProduct__fixedBtn .onetime {
  width: 50%;
}
.p-singleProduct__fixedBtn .onetime .swp-quantity-container {
  display: none;
}
.p-singleProduct__fixedBtn .onetime .swp-btn-add-to-cart {
  min-width: unset;
  min-height: unset;
}
.p-singleProduct__fixedBtn .onetime .swp-add-to-cart-text {
  border: none;
  width: 100%;
  max-width: 460px;
  height: 80px;
  display: flex;
  align-items: center;
  color: #fff;
  font-weight: 500;
  position: relative;
  text-align: center;
  background-color: #ab3939;
  justify-content: flex-start;
  padding-left: 8rem;
  opacity: 1 !important;
}
@media screen and (min-width: 769px) {
  .p-singleProduct__fixedBtn .onetime .swp-add-to-cart-text {
    transition: all 0.3s;
  }
  .p-singleProduct__fixedBtn .onetime .swp-add-to-cart-text:hover {
    opacity: 1;
  }
  .p-singleProduct__fixedBtn .onetime .swp-add-to-cart-text:hover::before {
    transition: all 0.2s;
    transform: translate(0, -50%) rotateX(360deg);
  }
}
@media screen and (max-width: 768px) {
  .p-singleProduct__fixedBtn .onetime .swp-add-to-cart-text {
    font-size: 4.2666666667vw;
    max-width: unset;
    width: 100%;
    max-width: 86.6666666667vw;
    height: 16vw;
    padding-top: 4.8vw;
    padding-bottom: 4.8vw;
    padding-right: 5.8666666667vw;
    padding-left: 13.8666666667vw;
    letter-spacing: 0;
    line-height: 1.5;
  }
}
.p-singleProduct__fixedBtn .onetime .swp-add-to-cart-text::after {
  content: "";
  width: 26px;
  height: 28px;
  background-image: url(../img/cmn/icon-cart-white.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  left: 31px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .p-singleProduct__fixedBtn .onetime .swp-add-to-cart-text::after {
    width: 4.5333333333vw;
    height: 5.0666666667vw;
    left: 5.8666666667vw;
  }
}
.p-singleProduct__fixedBtn .regular {
  width: 50%;
}
.p-singleProduct__fixedBtn .regular .swp-sub-wrapper,
.p-singleProduct__fixedBtn .regular .swp-quantity-container {
  display: none;
}
.p-singleProduct__fixedBtn
  .regular
  .swp-component-buy-button
  .swp-btn-add-to-cart {
  min-width: unset;
  min-height: unset;
}
.p-singleProduct__fixedBtn
  .regular
  .swp-component-buy-button
  .swp-add-to-cart-text {
  border: none;
  width: 100%;
  max-width: 460px;
  height: 80px;
  display: flex;
  align-items: center;
  color: #fff;
  font-weight: 500;
  position: relative;
  text-align: center;
  background-color: #106992;
  justify-content: flex-start;
  padding-left: 8rem;
  opacity: 1 !important;
}
@media screen and (min-width: 769px) {
  .p-singleProduct__fixedBtn
    .regular
    .swp-component-buy-button
    .swp-add-to-cart-text {
    transition: all 0.3s;
  }
  .p-singleProduct__fixedBtn
    .regular
    .swp-component-buy-button
    .swp-add-to-cart-text:hover {
    opacity: 1;
  }
  .p-singleProduct__fixedBtn
    .regular
    .swp-component-buy-button
    .swp-add-to-cart-text:hover::before {
    transition: all 0.2s;
    transform: translate(0, -50%) rotateX(360deg);
  }
}
@media screen and (max-width: 768px) {
  .p-singleProduct__fixedBtn
    .regular
    .swp-component-buy-button
    .swp-add-to-cart-text {
    font-size: 4.2666666667vw;
    max-width: unset;
    width: 100%;
    height: 16vw;
    padding-top: 4.8vw;
    padding-bottom: 4.8vw;
    padding-right: 5.8666666667vw;
    padding-left: 13.8666666667vw;
    letter-spacing: 0;
    line-height: 1.5;
  }
}
.p-singleProduct__fixedBtn
  .regular
  .swp-component-buy-button
  .swp-add-to-cart-text::after {
  content: "";
  width: 30px;
  height: 31px;
  background-image: url(../img/cmn/icon-calendar.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  left: 29px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .p-singleProduct__fixedBtn
    .regular
    .swp-component-buy-button
    .swp-add-to-cart-text::after {
    width: 5.0666666667vw;
    height: 5.0666666667vw;
    left: 5.8666666667vw;
  }
}
.fixed-buy-btn__price .swp-product-price.swp-product-price {
  font-size: 1.6rem;
  color: #fff;
  font-weight: 500 !important;
}
.fixed-buy-btn__price span {
  font-size: 1.2rem;
}
.fixed-buy-btn .fixed-buy-btn__link {
  padding: 0;
}
.fixed-buy-btn .fixed-buy-btn__link::before {
  display: none;
}
.fixed-buy-btn .fixed-buy-btn__link .swp-quantity-container {
  display: none;
}
.fixed-buy-btn .fixed-buy-btn__link .swp-add-to-cart-text {
  background-color: #ab3939;
  font-size: 1.4rem;
  width: 100%;
  display: inline-block;
  padding: 12px 0 27px;
  text-align: center;
  position: relative;
}
.fixed-buy-btn .fixed-buy-btn__link .swp-add-to-cart-text::before {
  content: "";
  width: 2.2rem;
  height: 0.8rem;
  background-image: url(../img/cmn/link-arrow.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .fixed-buy-btn .fixed-buy-btn__link .swp-add-to-cart-text::before {
    width: 5.6vw;
    height: 1.8666666667vw;
  }
}
.swp-cart .swp-lineitem-pricing {
  display: none;
}
.c-product-card__price .swp-product-price.swp-product-price {
  color: #333;
}
.p-checkedProduct__price > section {
  display: inline-block;
}
.p-checkedProduct__price .swp-product-price.swp-product-price {
  color: #333;
}
.p-cart-btn .swp-cart-icon-inline {
  width: 80px;
  height: 120px;
  background-color: #ab3939;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
}
.p-cart-btn .swp-cart-icon-inline:hover {
  background-color: #333;
}
.p-cart-btn .swp-cart-icon-inline::after {
  font-family: "Noto Sans JP", serif;
  content: "ご購入は\aこちら";
  white-space: pre-line;
  display: block;
  color: #fff;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.5;
}
.p-cart-btn .swp-cart-icon-inline img {
  height: auto;
}
.js-header-search {
  opacity: 0;
  visibility: hidden;
  z-index: 0;
  transition: opacity 0.3s;
}
.js-header-search.active {
  opacity: 1;
  visibility: visible;
  z-index: 1000;
  transition: opacity 0.3s;
}
.js-search-more.hidden {
  display: none;
}
.js-search-more-target {
  transition: height 0.3s;
}
.js-search-more-target.all-view {
  padding-right: 0;
  transition: max-height 0.3s;
  max-height: unset;
  overflow-y: auto;
}
.js-fade-in {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 1s ease, transform 1s ease;
}
.js-fade-in.is-inview {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease, transform 1s ease;
  transition-delay: 0.2s;
}
