@charset "UTF-8";
/*!
Theme Name: KYOSHO
Tags:
Version: 1.0
*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background-repeat: no-repeat;
}
*::before, *::after {
  background-repeat: no-repeat;
}

:root {
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  color: #000;
  scroll-behavior: smooth;
}
@media only screen and (max-width: 1280px) {
  :root {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1024px) {
  :root {
    font-size: 13px;
  }
}

body {
  min-height: 100vh;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: white;
  padding: 0;
  margin: 0;
}

main {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex: 1;
}
main > section {
  width: 100%;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Noto Serif JP", serif;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.1rem;
}

h1 {
  margin: 0;
}

h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  padding: 2px 4px 4px;
  background-color: #5B4E47;
  margin: 0 auto;
}

ol,
ul {
  list-style: none;
  margin: 0;
  display: flex;
  gap: 1rem;
}
ol li,
ul li {
  margin: 0;
  font-weight: 400;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}

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

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

address {
  font-style: normal;
}

label {
  cursor: pointer;
}

p {
  line-height: 2;
  font-weight: 400;
  margin-bottom: 2rem;
}
p:last-of-type {
  margin-bottom: 0;
}

/*!
Theme Name: KYOSHO
Tags:
Version: 1.0
*/
.br-pc {
  display: inherit;
}

.br-sp {
  display: none;
}

.br-m {
  display: none;
}

.btn {
  display: inline-block;
  background-color: #746361;
  color: #fff;
  text-decoration: none;
  text-align: center;
  transition: opacity 0.3s ease;
}
.btn:hover {
  opacity: 0.8;
  text-decoration: none;
}
.btn--buy {
  padding: 15px 40px;
  font-size: 14px;
}
.btn--buy-large {
  padding: 6px 16px;
  font-size: 18px;
  letter-spacing: 0.1em;
}

@media only screen and (max-width: 1024px) {
  .br-m {
    display: inherit;
  }
}
@media only screen and (max-width: 768px) {
  .br-pc {
    display: none;
  }
  .br-sp {
    display: inherit;
  }
}
.hide {
  display: none;
}

.hide-l {
  display: none;
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal[aria-hidden=true] {
  display: none;
}
.modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
}
.modal__content {
  position: relative;
  background: #fff;
  padding: 48px 40px 40px;
  width: min(480px, 90vw);
  text-align: center;
  z-index: 1;
}
.modal__close {
  position: absolute;
  top: 12px;
  right: 16px;
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: #333333;
  line-height: 1;
  padding: 4px;
}
.modal__close:hover {
  color: #7F4617;
}
.modal__product-name {
  font-size: 16px;
  font-weight: bold;
  color: #5B4E47;
  margin: 0 0 4px;
}
.modal__sub {
  font-size: 13px;
  color: #333333;
  margin: 0 0 24px;
}
.modal__links {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}
.modal__link {
  display: inline-block;
  padding: 12px 32px;
  font-size: 14px;
  text-decoration: none;
  border-radius: 2px;
  transition: opacity 0.3s ease;
}
.modal__link:hover {
  opacity: 0.8;
  text-decoration: none;
}
.modal__link--amazon {
  background: #FF9900;
  color: #000;
}
.modal__link--rakuten {
  background: #BF0000;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .modal__content {
    padding: 40px 24px 32px;
  }
  .modal__links {
    flex-direction: column;
  }
  .modal__link {
    padding: 14px 20px;
  }
}

/*!
Theme Name: KYOSHO
Tags:
Version: 1.0
*/
.header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
}
.header__inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 15px 65px 19px;
  border-bottom: 1px solid #fff;
}
.header__inner .header__logo {
  width: 276px;
  margin: 0;
}
.header__inner .header__logo a {
  display: block;
}
.header__inner .header__nav ul {
  display: flex;
  gap: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.header__inner .header__nav ul li a {
  font-family: "Josefin Sans", sans-serif;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  letter-spacing: 0.1em;
}
.header__inner .header__nav ul li a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 1480px) {
  .header__inner {
    padding: 1.5vw 4.4vw;
  }
  .header__inner .header__logo {
    width: clamp(180px, 18.6vw, 276px);
  }
  .header__inner .header__nav ul {
    gap: clamp(15px, 2vw, 30px);
  }
  .header__inner .header__nav ul li a {
    font-size: clamp(14px, 1.2vw, 18px);
  }
}
.nav-toggle {
  display: none;
}

.sp-nav {
  display: none;
}

@media screen and (max-width: 768px) {
  .header.is-open {
    background-color: #8C7168;
  }
  .header__inner {
    padding: 7px 15px;
    position: relative;
    z-index: 101;
  }
  .header__inner .header__logo {
    width: 106px;
  }
  .header__inner .header__nav {
    display: none;
  }
  .nav-toggle {
    display: flex;
    align-items: center;
    gap: 8px;
    background: none;
    border: none;
    color: #fff;
    font-family: inherit;
    cursor: pointer;
    position: relative;
    z-index: 102;
    padding: 5px;
  }
  .nav-toggle__icon {
    display: block;
    width: 18px;
    height: 1px;
    top: 4px;
    background: #fff;
    position: relative;
    margin-bottom: 8px;
    transition: 0.3s;
  }
  .nav-toggle__icon::before, .nav-toggle__icon::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    left: 0;
    transition: 0.3s;
  }
  .nav-toggle__icon::before {
    top: -6px;
  }
  .nav-toggle__icon::after {
    bottom: -6px;
  }
  .nav-toggle__text {
    position: relative;
    top: 1px;
    font-family: "Josefin Sans", sans-serif;
    font-size: 13px;
    line-height: 1;
    letter-spacing: 0.1em;
  }
  .header.is-open .nav-toggle__icon {
    background: transparent;
  }
  .header.is-open .nav-toggle__icon::before {
    top: 0;
    transform: rotate(45deg);
  }
  .header.is-open .nav-toggle__icon::after {
    top: 0;
    transform: rotate(-45deg);
  }
  .sp-nav {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100dvh;
    background-color: #8C7168;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    padding-top: 40px;
  }
  .sp-nav__inner {
    display: flex;
    padding: 28px 40px 40px;
    height: 100%;
    overflow-y: auto;
  }
  .sp-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 18px;
  }
  .sp-nav a {
    color: #fff;
    text-decoration: none;
    font-family: "Noto Serif JP", serif;
    font-size: 14px;
    letter-spacing: 0.1em;
    display: inline-block;
  }
  .sp-nav a::before {
    content: "— ";
  }
  .sp-nav a.s {
    font-size: 11px;
  }
  .sp-nav .has-child ul {
    margin-top: 6px;
    gap: 6px;
  }
  .sp-nav .has-child ul li a {
    font-size: 11px;
  }
  .sp-nav .has-child ul li a::before {
    content: "・";
  }
  .sp-nav__left {
    flex-grow: 1;
  }
  .sp-nav__right {
    flex-grow: 1.5;
  }
  .header.is-open .sp-nav {
    opacity: 1;
    visibility: visible;
  }
}
/*!
Theme Name: KYOSHO
Tags:
Version: 1.0
*/
.footer {
  background-color: #8C7168;
  color: #fff;
  width: 100%;
}
.footer__inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 60px 20px 30px;
}
.footer__inner .footer__content {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
.footer__inner .footer__content .footer__title {
  flex-grow: 0.2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
}
.footer__inner .footer__content .footer__title img {
  width: 265px;
  height: auto;
}
.footer__inner .footer__content .footer__title .instagram img {
  width: 24px;
  margin-bottom: 0;
}
.footer__inner .footer__content .footer__links {
  flex-grow: 1;
  display: flex;
  justify-content: flex-end;
  gap: 60px;
}
.footer__inner .footer__content .footer__links ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.footer__inner .footer__content .footer__links ul li {
  margin: 0;
}
.footer__inner .footer__content .footer__links ul li a {
  font-family: "Noto Serif JP", serif;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 0.05em;
  display: flex;
  gap: 0.5rem;
}
.footer__inner .footer__content .footer__links ul li a:hover {
  opacity: 0.8;
}
.footer__inner .footer__content .footer__links ul li a::before {
  content: "–";
}
.footer__inner .footer__content .footer__links ul li ul {
  margin-top: 15px;
}
.footer__inner .footer__content .footer__links ul li ul li a {
  padding-left: 0.2rem;
}
.footer__inner .footer__content .footer__links ul li ul li a::before {
  content: "•";
}
.footer__inner .footer__bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
.footer__inner .footer__bottom p {
  margin: 0;
  text-align: center;
}
.footer__inner .footer__bottom .copyright {
  font-size: 10px;
  opacity: 0.7;
}

.btn-pagetop {
  position: fixed;
  bottom: 40px;
  right: 40px;
  width: 50px;
  height: 50px;
  z-index: 100;
  transition: opacity 0.3s ease;
}
.btn-pagetop:hover {
  opacity: 0.8;
}
.btn-pagetop img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 1480px) {
  .footer__inner {
    padding: 4vw 20px 2vw;
  }
  .footer__inner .footer__content {
    gap: 3vw;
  }
  .footer__inner .footer__content .footer__title img {
    width: clamp(180px, 17.9vw, 265px);
  }
  .footer__inner .footer__content .footer__links {
    gap: clamp(20px, 4vw, 60px);
  }
  .footer__inner .footer__content .footer__links ul li a {
    font-size: clamp(12px, 0.94vw, 14px);
  }
}
@media screen and (max-width: 768px) {
  .footer__inner {
    padding: 50px 40px 30px;
  }
  .footer__inner .footer__content {
    flex-direction: column;
    gap: 40px;
  }
  .footer__inner .footer__content .footer__title {
    position: relative;
  }
  .footer__inner .footer__content .footer__title .logo img {
    width: 218px;
  }
  .footer__inner .footer__content .footer__title .instagram {
    position: absolute;
    top: 15rem;
    right: 5rem;
  }
  .footer__inner .footer__content .footer__title .instagram img {
    width: 18px;
  }
  .footer__inner .footer__content .footer__links {
    justify-content: space-between;
    gap: 1rem;
    max-height: 260px;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .footer__inner .footer__content .footer__links > ul {
    align-items: flex-start;
  }
  .footer__inner .footer__content .footer__links > ul:nth-child(1), .footer__inner .footer__content .footer__links > ul:nth-child(2) {
    width: 45%;
  }
  .footer__inner .footer__content .footer__links > ul:nth-child(3) {
    width: 55%;
  }
  .footer__inner .footer__content .footer__links > ul li a {
    font-size: 14px;
    white-space: nowrap;
  }
  .footer__inner .footer__content .footer__links > ul li a.s {
    font-size: 11px;
  }
  .footer__inner .footer__content .footer__links > ul li ul {
    align-items: flex-start;
    margin-top: 10px;
    gap: 0.7rem;
  }
  .footer__inner .footer__content .footer__links > ul li ul li {
    text-align: left;
  }
  .footer__inner .footer__content .footer__links > ul li ul li a {
    font-size: 11px;
  }
  .footer__inner .footer__bottom {
    align-items: flex-start;
  }
  .footer__inner .footer__bottom p {
    font-size: 10px;
    text-align: left;
  }
  .btn-pagetop {
    bottom: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
  }
}
/*!
Theme Name: KYOSHO
Tags:
Version: 1.0
*/
.page-plus {
  font-family: "Noto Sans JP", sans-serif;
  color: #333333;
  line-height: 1.8;
  letter-spacing: 0.05rem;
}

.highlight {
  color: #B08F65;
}

.asterisk {
  font-size: 0.8em;
  vertical-align: super;
}

.mv {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}
.mv picture img {
  width: 100%;
  height: auto;
  display: block;
}

.concept {
  background-image: url("../images/pc/intro-bg.webp");
  background-size: cover;
  background-position: center;
  padding: 120px 20px;
  text-align: center;
}
.concept__inner {
  max-width: 1080px;
  margin: 0 auto;
}
.concept__title {
  font-size: 32px;
  line-height: 1.8;
  margin-bottom: 50px;
  font-weight: 500;
  color: #7F4617;
}
.concept__title .highlight {
  font-size: 36px;
  letter-spacing: 0.1rem;
  margin-top: 20px;
}
.concept__desc {
  font-size: 20px;
  font-family: inherit;
  line-height: 2.2;
  letter-spacing: 0.1rem;
}

.points-wrapper {
  background-image: url("../images/pc/point-bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 120px;
  padding: 168px 20px;
}

.point {
  background-color: transparent;
  text-align: center;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}
.point--2 {
  background-color: transparent;
}
.point__inner {
  margin: 0 auto;
}
.point__title {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 20px;
  text-align: center;
  background-color: transparent !important;
  padding: 0 !important;
}
.point__title img {
  width: 209px;
  height: 90px;
}
.point__title span {
  font-size: 50px;
  line-height: 1.5;
  font-weight: 400;
  color: #7F4617;
  text-align: left;
}

.point--1 .point__content-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding-right: 22px;
  margin: 0 auto 80px;
}
.point--1 .point__content-header > div {
  flex-grow: 1;
}
.point--1 .point__content-header > div .point__title {
  flex-direction: column;
  align-items: flex-start;
}
.point--1 .point__content-header > div .point__desc {
  text-align: left;
  font-size: 16px;
  max-width: 440px;
}
.point--1 .point__content-header .point__kv {
  width: 299px;
  height: 441px;
}
.point--1 .point1-ingredients {
  flex-grow: 0.3;
  display: flex;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 40px;
}
.point--1 .point1-ingredients .item {
  flex: 1;
  width: calc((100% - 120px) / 4);
  padding: 49px 0 0 25px;
  position: relative;
}
.point--1 .point1-ingredients .item img {
  width: 100%;
  z-index: 1;
}
.point--1 .point1-ingredients .item .copy {
  width: 90px;
  height: 91px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  border-radius: 0;
  box-shadow: none;
}
.point--1 .point1-ingredients .item p {
  font-size: 20px;
  color: #fff;
  background-color: #8C6151;
  text-align: center;
  line-height: 1.3;
  padding: 8px;
}
.point--1 .point1-ingredients .item p span {
  font-size: 14px;
  font-weight: bold;
}
.point--1 .point1-ingredients .item p sup {
  font-size: 12px;
  font-weight: normal;
  top: -0.5rem;
}
.point--1 .point1-support {
  max-width: 844px;
  margin: 0 auto;
}
.point--1 .point1-support > div {
  background: #fff;
  border: 1px solid #8C6151;
  padding: 18px 60px;
  display: flex;
  align-items: center;
  gap: 54px;
  margin-bottom: 0.5rem;
}
.point--1 .point1-support > div h4 {
  width: 40%;
  font-size: 22px;
  color: #7F4617;
  font-family: "Noto Sans JP", sans-serif;
  white-space: nowrap;
}
.point--1 .point1-support > div .tags {
  flex-grow: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.point--1 .point1-support > div .tags span {
  background-color: #F0D5CC;
  color: #7F4617;
  padding: 0 14px;
  border-radius: 10rem;
  font-size: 20px;
}
.point--1 .point1-support > div .tags span sup {
  font-size: 10px;
  top: -0.5rem;
}
.point--1 .point1-support .notes {
  font-size: 11px;
  color: #7F4617;
  text-align: left;
  line-height: 1.5;
  margin: 0;
}

.point--2 .point__title {
  font-size: 40px;
  color: #7F4617;
  letter-spacing: 0.1em;
  justify-content: flex-start;
  margin: 0;
}
.point--2 .point__inner {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.point--2 .point__inner .point2-section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}
.point--2 .point__inner .point2-section > * {
  padding-left: 55px;
}
.point--2 .point__inner .point2-section h4 {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  font-size: 34px;
  font-weight: 500;
  padding-left: 0;
  line-height: 1.5;
  color: #7F4617;
  margin-bottom: 12px;
}
.point--2 .point__inner .point2-section h4 .check {
  width: 40px;
  height: 40px;
  margin-top: 8px;
}
.point--2 .point__inner .point2-section h4 sup {
  font-size: 12px;
  top: -1rem;
}
.point--2 .point__inner .point2-section p {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 0;
}
.point--2 .point__inner .point2-section .free-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
  margin: 34px auto 0;
}
.point--2 .point__inner .point2-section .free-list li {
  width: 94px;
  height: 94px;
  background-color: #F8BEC5;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  color: #fff;
  border: 1px solid #fff;
  outline: 5px solid #F8BEC5;
}
.point--2 .point__inner .point2-section .test-badges {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
}
.point--2 .point__inner .point2-section .test-badges span {
  padding: 6px 20px;
  font-size: 20px;
  line-height: 1;
  display: inline-block;
  color: #000;
  border: 1.5px solid #000;
}

.point--3 .point__title span {
  font-size: 46px;
}
.point--3 .point3-images {
  display: flex;
  justify-content: center;
  gap: 65px;
  margin-top: 50px;
}
.point--3 .point3-images img {
  width: 270px;
}

.lineup {
  padding: 150px 20px;
  background-color: #FBEFE7;
}
.lineup__title {
  text-align: center;
  background-color: transparent;
  margin-bottom: 150px;
}
.lineup__title img {
  height: 60px;
  width: auto;
  margin: 0 auto;
}
.lineup__cards {
  display: flex;
  justify-content: center;
  gap: 50px;
  align-items: stretch;
  margin: 0 auto 100px;
}
.lineup__cards .lineup__card {
  width: 300px;
  display: flex;
  flex-direction: column;
}
.lineup__cards .lineup__card__inner {
  flex: 1;
  border: 1px solid #7F4617;
  text-align: center;
  max-width: 300px;
  filter: drop-shadow(5px 5px 5px rgba(179, 165, 153, 0.5));
  background-color: #FBEFE7;
  margin-bottom: 10px;
  min-height: 500px;
}
.lineup__cards .lineup__card__inner picture {
  background-color: #fff;
  padding: 16px;
  width: 100%;
  height: 245px;
  border-bottom: 1px solid #7F4617;
}
.lineup__cards .lineup__card__inner picture img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.lineup__cards .lineup__card__inner .card-info {
  padding: 22px 24px 31px;
}
.lineup__cards .lineup__card__inner .card-info h4 {
  font-size: 22px;
  margin-bottom: 15px;
  font-weight: 500;
  color: #5B4E47;
}
.lineup__cards .lineup__card__inner .card-info h4 sup {
  font-size: 10px;
  top: -0.6rem;
}
.lineup__cards .lineup__card__inner .card-info .tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px;
  padding: 0 2rem;
  margin-bottom: 15px;
}
.lineup__cards .lineup__card__inner .card-info .tags li {
  background: #D12A61;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  padding: 6px 20px;
}
.lineup__cards .lineup__card__inner .card-info .tags li:nth-child(1), .lineup__cards .lineup__card__inner .card-info .tags li:nth-child(2), .lineup__cards .lineup__card__inner .card-info .tags li:nth-child(3) {
  padding: 6px 20px;
}
.lineup__cards .lineup__card__inner .card-info .tags li sup {
  font-size: 8px;
  top: -0.3rem;
}
.lineup__cards .lineup__card__inner .card-info .desc {
  font-size: 18px;
  margin-bottom: 20px;
}
.lineup__cards .lineup__card__inner .card-info .desc sup {
  font-size: 10px;
  top: -0.5rem;
}
.lineup__cards .lineup__card__inner .card-info .btn {
  padding: 6px 20px;
}
.lineup__cards .lineup__card .note {
  font-size: 10px;
  text-align: left;
  line-height: 1;
}
.lineup__details {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 100px;
}
.lineup__details .product-detail {
  background: #fff;
  padding: 70px 80px 60px 50px;
  max-width: 1080px;
  box-shadow: 8px 8px 8px rgba(179, 165, 153, 0.5);
  display: flex;
  align-items: center;
  gap: 40px;
}
.lineup__details .product-detail .pd-image {
  flex: 0 0 260px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px;
}
.lineup__details .product-detail .pd-image img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.lineup__details .product-detail .pd-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.lineup__details .product-detail .pd-info .brand {
  font-size: 20px;
  color: #5B4E47;
  margin-bottom: 10px;
  text-align: center;
}
.lineup__details .product-detail .pd-info .name {
  font-size: 34px;
  color: #5B4E47;
  font-weight: 500;
  line-height: 1;
  background-color: transparent;
  padding: 0;
  margin: 0 0 10px;
}
.lineup__details .product-detail .pd-info .name span {
  font-size: 20px;
}
.lineup__details .product-detail .pd-info .name sup {
  font-size: 14px;
  top: -1rem;
}
.lineup__details .product-detail .pd-info .price {
  font-size: 18px;
  color: #5B4E47;
  margin-bottom: 20px;
}
.lineup__details .product-detail .pd-info .price span {
  font-size: 14px;
}
.lineup__details .product-detail .pd-info .tags {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 20px;
}
.lineup__details .product-detail .pd-info .tags li {
  background: #D12A61;
  color: #fff;
  font-size: 18px;
  padding: 2px 24px;
}
.lineup__details .product-detail .pd-info .tags li sup {
  font-size: 10px;
  top: -0.5rem;
}
.lineup__details .product-detail .pd-info .catchphrase {
  font-size: 26px;
  line-height: 1.6;
  color: #7F4617;
  margin-bottom: 20px;
  font-weight: 500;
  font-feature-settings: "palt" 1;
}
.lineup__details .product-detail .pd-info .catchphrase sup {
  font-size: 14px;
  top: -0.8rem;
}
.lineup__details .product-detail .pd-info .desc {
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 20px;
}
.lineup__details .product-detail .pd-info .desc sup {
  font-size: 10px;
  top: -0.5rem;
}
.lineup__details .product-detail .pd-info .specs {
  display: flex;
  gap: 14px;
  margin-bottom: 0.7rem;
  align-items: stretch;
}
.lineup__details .product-detail .pd-info .specs .spec-box {
  padding: 14px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 1px solid #000;
}
.lineup__details .product-detail .pd-info .specs .spec-box.spec-test {
  flex-grow: 1;
}
.lineup__details .product-detail .pd-info .specs .spec-box.spec-test ul {
  display: flex;
  flex-direction: column;
  gap: 2px;
  list-style: none;
  padding: 0;
  margin-bottom: 6px;
}
.lineup__details .product-detail .pd-info .specs .spec-box.spec-test ul li {
  display: flex;
  align-items: center;
  gap: 4px;
}
.lineup__details .product-detail .pd-info .specs .spec-box.spec-test ul li::before {
  content: "";
  background-image: url("../images/spec-check.webp");
  background-size: contain;
  background-repeat: no-repeat;
  width: 16px;
  height: 14px;
}
.lineup__details .product-detail .pd-info .specs .spec-box.spec-test ul li span {
  font-size: 12px;
  white-space: nowrap;
}
.lineup__details .product-detail .pd-info .specs .spec-box.spec-test .note {
  font-size: 8px;
  line-height: 1.3;
}
.lineup__details .product-detail .pd-info .specs .spec-box.spec-weak {
  flex-grow: 0.4;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 12px;
  line-height: 1;
  white-space: nowrap;
  gap: 8px;
}
.lineup__details .product-detail .pd-info .specs .spec-box.spec-weak span {
  font-size: 24px;
  font-weight: bold;
}
.lineup__details .product-detail .pd-info .specs .spec-box.spec-free {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  background: rgba(255, 255, 255, 0.7);
}
.lineup__details .product-detail .pd-info .specs .spec-box.spec-free .free-title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  margin: 0;
  flex: 0 0 auto;
}
.lineup__details .product-detail .pd-info .specs .spec-box.spec-free .free-desc {
  font-size: 12px;
  line-height: 1.3;
  margin: 0;
}
.lineup__details .product-detail .pd-info > .note {
  font-size: 10px;
  line-height: 1.5;
  margin-bottom: 30px;
}

.faq {
  padding: 80px 20px 110px;
  background-color: #fff;
}
.faq__title {
  text-align: center;
  margin-bottom: 60px;
}
.faq__title img {
  height: 50px;
  width: auto;
  margin: 0 auto;
}
.faq__list {
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.faq__list .faq__item {
  background: #F7EDE7;
  padding: 22px;
  font-size: 18px;
  line-height: 1.8;
  font-family: "Noto Serif JP", serif;
  font-feature-settings: "palt" 1;
}
.faq__list .faq__item p {
  padding: 0 14px;
}
.faq__list .faq__item .q {
  color: #7F4617;
  font-weight: 500;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #CBA64F;
}
.faq__list .faq__item .a {
  color: #7F4617;
  margin: 0;
}

/* ========== Modal ========== */
@keyframes modal-overlay-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes modal-slide-in {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.modal-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(116, 99, 97, 0.5);
  z-index: 9000;
  overflow-y: auto;
  padding: 40px 16px;
}
.modal-overlay.is-active {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  animation: modal-overlay-in 0.25s ease forwards;
}
.modal-overlay.is-active .modal {
  animation: modal-slide-in 0.35s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
}

.modal {
  position: relative;
  background: #fff;
  border-radius: 4px;
  width: 100%;
  max-width: 860px;
  padding: 48px 40px 40px;
  margin: auto;
}

.modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 36px;
  height: 36px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal__close::before, .modal__close::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 2px;
  background: #333;
}
.modal__close::before {
  transform: rotate(45deg);
}
.modal__close::after {
  transform: rotate(-45deg);
}
.modal__close:hover::before, .modal__close:hover::after {
  background: #666;
}

.modal__body {
  display: flex;
  gap: 32px;
  align-items: flex-start;
}

.modal__brand {
  font-size: 15px;
  letter-spacing: 0.1em;
  color: #888;
  margin: 0 auto 20px auto;
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #CCC;
}

.modal__buy-options {
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.modal__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  text-decoration: none;
  transition: opacity 0.2s;
}
.modal__btn:hover {
  opacity: 0.8;
}
.modal__btn-icon {
  display: block;
  max-width: 100%;
  height: auto;
  border: 1px solid #CCC;
}
.modal__btn-label {
  font-size: 15px;
  display: block;
  opacity: 0.8;
  margin-bottom: 2px;
}

/* ========== Scroll fade-in ========== */
.js-fadein {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.js-fadein.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/*!
Theme Name: KYOSHO
Tags:
Version: 1.0
*/
@media screen and (max-width: 1480px) {
  .concept {
    padding: 8vw 20px;
  }
  .concept__title {
    font-size: clamp(20px, 2.1vw, 32px);
  }
  .concept__title .highlight {
    font-size: clamp(24px, 2.4vw, 36px);
  }
  .concept__desc {
    font-size: clamp(15px, 1.35vw, 20px);
  }
  .points-wrapper {
    gap: 8vw;
    padding: 11vw 40px;
  }
  .point__title {
    gap: 2vw;
  }
  .point__title img {
    width: clamp(140px, 14vw, 209px);
    height: auto;
  }
  .point__title span {
    font-size: clamp(30px, 3.3vw, 50px);
  }
  .point--1 .point__content-header {
    padding-right: 1.5vw;
    margin-bottom: 5.4vw;
  }
  .point--1 .point__content-header .point__kv {
    width: clamp(200px, 20vw, 299px);
    height: auto;
  }
  .point--1 .point1-ingredients {
    gap: 2.7vw;
  }
  .point--1 .point1-ingredients .item {
    width: calc(25% - 2vw);
    padding: clamp(20px, 3.3vw, 49px) 0 0 clamp(10px, 1.6vw, 25px);
  }
  .point--1 .point1-ingredients .item .copy {
    width: clamp(60px, 6vw, 90px);
    height: auto;
  }
  .point--1 .point1-ingredients .item p {
    font-size: clamp(14px, 1.35vw, 20px);
    padding: 0.7vw;
  }
  .point--1 .point1-ingredients .item p span {
    font-size: clamp(12px, 1.1vw, 16px);
  }
  .point--1 .point1-ingredients .item p sup {
    font-size: clamp(10px, 0.9vw, 14px);
  }
  .point--1 .point1-support > div {
    padding: clamp(14px, 1.2vw, 18px) clamp(20px, 4.7vw, 70px);
    gap: clamp(20px, 3.6vw, 54px);
  }
  .point--1 .point1-support > div h4 {
    font-size: clamp(16px, 1.48vw, 22px);
  }
  .point--1 .point1-support > div .tags span {
    font-size: clamp(14px, 1.35vw, 20px);
    padding: 0 1vw;
  }
  .point--2 .point__title {
    font-size: clamp(26px, 2.7vw, 40px);
  }
  .point--2 .point__inner {
    gap: 4vw;
  }
  .point--2 .point__inner .point2-section > * {
    padding-left: clamp(20px, 3.7vw, 55px);
  }
  .point--2 .point__inner .point2-section h4 {
    font-size: clamp(20px, 2.3vw, 34px);
  }
  .point--2 .point__inner .point2-section h4 .check {
    width: clamp(24px, 2.7vw, 40px);
    height: auto;
    margin-top: 0;
  }
  .point--2 .point__inner .point2-section p {
    font-size: clamp(14px, 1.2vw, 18px);
  }
  .point--2 .point__inner .point2-section .free-list {
    margin-top: 2.3vw;
  }
  .point--2 .point__inner .point2-section .free-list li {
    width: clamp(54px, 7.2vw, 94px);
    height: clamp(54px, 7.2vw, 94px);
    font-size: clamp(10px, 1.1vw, 14px);
  }
  .point--2 .point__inner .point2-section .test-badges span {
    font-size: clamp(14px, 1.35vw, 20px);
    padding: 0.5vw 1.5vw;
  }
  .point--3 .point__title span {
    font-size: clamp(28px, 3.1vw, 46px);
  }
  .point--3 .point3-images {
    gap: 4vw;
  }
  .point--3 .point3-images img {
    width: clamp(180px, 18vw, 270px);
  }
  .lineup {
    padding: 10vw 40px;
  }
  .lineup__title {
    margin-bottom: 10vw;
  }
  .lineup__title img {
    width: clamp(200px, 12vw, 360px);
    height: auto;
  }
  .lineup__cards {
    gap: 6vw;
    margin-bottom: 8vw;
  }
  .lineup__cards .lineup__card__inner {
    min-height: 400px;
  }
  .lineup__cards .lineup__card__inner picture {
    aspect-ratio: 297/245;
  }
  .lineup__cards .lineup__card__inner .card-info {
    padding: 1.5vw 1.5vw 2vw;
  }
  .lineup__cards .lineup__card__inner .card-info h4 {
    font-size: clamp(16px, 1.48vw, 22px);
  }
  .lineup__cards .lineup__card__inner .card-info .tags {
    margin: 0 auto 0.7rem;
  }
  .lineup__cards .lineup__card__inner .card-info .tags li {
    font-size: clamp(10px, 0.94vw, 14px);
  }
  .lineup__cards .lineup__card__inner .card-info .tags li sup {
    font-size: 6px;
  }
  .lineup__cards .lineup__card__inner .card-info .desc {
    font-size: clamp(14px, 1.2vw, 18px);
    margin-bottom: 1.5vw;
  }
  .lineup__details {
    gap: 6.7vw;
  }
  .lineup__details .product-detail {
    padding: clamp(30px, 4.7vw, 70px) clamp(30px, 5.4vw, 80px) clamp(30px, 4vw, 60px) clamp(20px, 3.3vw, 50px);
    gap: clamp(20px, 2.7vw, 40px);
  }
  .lineup__details .product-detail .pd-image {
    flex: 0 0 clamp(160px, 17.5vw, 260px);
    padding: clamp(20px, 4vw, 60px);
  }
  .lineup__details .product-detail .pd-info .brand {
    font-size: clamp(14px, 1.35vw, 20px);
  }
  .lineup__details .product-detail .pd-info .name {
    font-size: clamp(24px, 2.3vw, 34px);
  }
  .lineup__details .product-detail .pd-info .name span {
    font-size: clamp(16px, 1.35vw, 20px);
  }
  .lineup__details .product-detail .pd-info .price {
    font-size: clamp(14px, 1.2vw, 18px);
  }
  .lineup__details .product-detail .pd-info .tags {
    gap: clamp(10px, 1.1vw, 16px);
  }
  .lineup__details .product-detail .pd-info .tags li {
    font-size: clamp(12px, 1.2vw, 18px);
    padding: 2px 1vw;
  }
  .lineup__details .product-detail .pd-info .catchphrase {
    font-size: clamp(18px, 1.75vw, 26px);
    margin-bottom: 1.5vw;
  }
  .lineup__details .product-detail .pd-info .desc {
    font-size: clamp(14px, 1.08vw, 16px);
  }
  .lineup__details .product-detail .pd-info .specs .spec-box {
    padding: 1.2vw;
  }
  .lineup__details .product-detail .pd-info .specs .spec-box.spec-test ul li span {
    font-size: clamp(10px, 0.8vw, 12px);
  }
  .lineup__details .product-detail .pd-info .specs .spec-box.spec-free .free-title {
    font-size: clamp(12px, 1.2vw, 18px);
  }
  .lineup__details .product-detail .pd-info .specs .spec-box.spec-free .free-desc {
    font-size: clamp(10px, 0.8vw, 12px);
  }
  .lineup__details .product-detail .pd-info .specs .spec-box.spec-weak span {
    font-size: clamp(16px, 1.6vw, 24px);
  }
  .faq {
    padding: clamp(50px, 5.4vw, 80px) 20px clamp(70px, 7.4vw, 110px);
  }
  .faq__title {
    margin-bottom: 4vw;
  }
  .faq__title img {
    width: clamp(80px, 8vw, 120px);
    height: auto;
  }
  .faq__list {
    gap: 3.3vw;
  }
  .faq__list .faq__item {
    padding: 1.5vw;
    font-size: clamp(14px, 1.2vw, 18px);
  }
  .faq__list .faq__item p {
    padding: 0 1vw;
  }
}
/*!
Theme Name: KYOSHO
Tags:
Version: 1.0
*/
@media screen and (max-width: 768px) {
  .concept {
    background-image: url("../images/sp/intro-bg.webp");
    padding: 60px 14px;
  }
  .concept__title {
    font-size: 17px;
    margin-bottom: 30px;
  }
  .concept__title .highlight {
    font-size: 24px;
  }
  .concept__desc {
    font-size: 12px;
    text-align: center;
  }
  .points-wrapper {
    background-image: url("../images/sp/point-bg.webp");
    padding: 60px 20px;
    gap: 60px;
  }
  .point__inner {
    padding: 0 17px;
  }
  .point__inner .point__title {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }
  .point__inner .point__title img {
    width: 83px;
  }
  .point__inner .point__title span {
    font-size: 23px;
    text-align: center;
  }
  .point--1 .point__content-header {
    flex-direction: column;
    padding-right: 0;
    gap: 30px;
  }
  .point--1 .point__content-header > div {
    margin-bottom: 2rem;
  }
  .point--1 .point__content-header > div .point__title {
    flex-direction: column;
    align-items: center;
  }
  .point--1 .point__content-header > div .point__desc {
    font-size: 12px;
    text-align: center;
  }
  .point--1 .point__content-header .point__kv {
    display: none;
  }
  .point--1 .point1-ingredients {
    flex-wrap: wrap;
    gap: 22px;
  }
  .point--1 .point1-ingredients .item {
    width: calc((100% - 22px) / 2);
    padding: 29px 0 0 15px;
    flex: inherit;
  }
  .point--1 .point1-ingredients .item .copy {
    width: 53px;
    height: auto;
  }
  .point--1 .point1-ingredients .item p {
    font-size: 12px;
    line-height: 1.2;
    padding: 0.5rem 0;
  }
  .point--1 .point1-ingredients .item p sup {
    font-size: 7px;
    top: -0.4rem;
  }
  .point--1 .point1-ingredients .item p span {
    font-size: 10px;
  }
  .point--1 .point1-support > div {
    flex-direction: column;
    padding: 10px;
    gap: 10px;
  }
  .point--1 .point1-support > div h4 {
    width: auto;
  }
  .point--1 .point1-support > div .tags {
    justify-content: center;
    gap: 4px;
  }
  .point--1 .point1-support > div .tags span {
    font-size: 11px;
    padding: 2px 10px;
  }
  .point--1 .point1-support > div .tags span sup {
    font-size: 8px;
    top: -0.3rem;
  }
  .point--1 .point1-support .notes {
    font-size: 8px;
  }
  .point--2 .point__inner {
    gap: 40px;
  }
  .point--2 .point__inner .point2-section {
    align-items: flex-start;
  }
  .point--2 .point__inner .point2-section > * {
    padding-left: 0;
  }
  .point--2 .point__inner .point2-section h4 {
    font-size: 16px;
    align-items: flex-start;
    gap: 10px;
  }
  .point--2 .point__inner .point2-section h4 .check {
    width: 25px;
    margin-top: 0;
  }
  .point--2 .point__inner .point2-section h4 sup {
    font-size: 8px;
    top: -0.5rem;
  }
  .point--2 .point__inner .point2-section p {
    font-size: 12px;
    padding-left: 36px;
  }
  .point--2 .point__inner .point2-section .free-list {
    justify-content: center;
    gap: 16px;
    padding: 0 1rem;
    max-width: 300px;
    margin: 1.5rem auto 0;
  }
  .point--2 .point__inner .point2-section .free-list li {
    width: 60px;
    height: 60px;
    font-size: 8px;
    outline: 3px solid #F8BEC5;
  }
  .point--2 .point__inner .point2-section .note {
    font-size: 9px;
  }
  .point--2 .point__inner .point2-section .test-badges {
    flex-wrap: wrap;
    gap: 0.6rem 1rem;
    padding-left: 36px;
  }
  .point--2 .point__inner .point2-section .test-badges span {
    font-size: 12px;
    padding: 4px 10px;
    white-space: nowrap;
  }
  .point--3 .point3-images {
    margin-top: 25px;
    gap: 20px;
  }
  .point--3 .point3-images img {
    width: 100%;
    max-width: 300px;
  }
  .lineup {
    padding: 60px 20px;
  }
  .lineup__title {
    margin-bottom: 60px;
  }
  .lineup__title img {
    width: 136px;
    height: auto;
  }
  .lineup__cards {
    flex-direction: column;
    gap: 60px;
    align-items: center;
    margin-bottom: 80px;
  }
  .lineup__cards .lineup__card__inner picture {
    height: 200px;
  }
  .lineup__cards .lineup__card__inner .card-info {
    padding: 1.5rem;
  }
  .lineup__cards .lineup__card__inner .card-info .tags li {
    font-size: 11px;
    padding: 8px 10px;
  }
  .lineup__cards .lineup__card__inner .card-info .tags li sup {
    font-size: 8px;
    top: -0.3rem;
  }
  .lineup__cards .lineup__card__inner .card-info .desc {
    margin-bottom: 1rem;
  }
  .lineup__cards .lineup__card__inner .card-info .btn {
    font-size: 11px;
  }
  .lineup__details {
    gap: 40px;
  }
  .lineup__details .product-detail {
    flex-direction: column;
    padding: 20px 28px;
    gap: 20px;
    position: relative;
  }
  .lineup__details .product-detail .pd-image {
    padding: 0;
    flex: none;
    position: absolute;
    top: 30px;
    left: 30px;
    width: 60px;
  }
  .lineup__details .product-detail .pd-info {
    align-items: flex-start;
    text-align: left;
  }
  .lineup__details .product-detail .pd-info .brand,
  .lineup__details .product-detail .pd-info .name,
  .lineup__details .product-detail .pd-info .price,
  .lineup__details .product-detail .pd-info .tags,
  .lineup__details .product-detail .pd-info .catchphrase {
    padding-left: 72px;
  }
  .lineup__details .product-detail .pd-info .brand {
    font-size: 10px;
    top: -0.5rem;
    margin-bottom: 6px;
  }
  .lineup__details .product-detail .pd-info .name {
    font-size: 18px;
    margin-bottom: 6px;
  }
  .lineup__details .product-detail .pd-info .name sup {
    font-size: 8px;
  }
  .lineup__details .product-detail .pd-info .price {
    font-size: 11px;
    margin-bottom: 6px;
  }
  .lineup__details .product-detail .pd-info .price span {
    font-size: 9px;
  }
  .lineup__details .product-detail .pd-info .tags {
    gap: 4px 6px;
    margin-bottom: 6px;
    max-width: 250px;
    min-height: 52px;
  }
  .lineup__details .product-detail .pd-info .tags li {
    font-size: 11px;
    padding: 2px 6px;
  }
  .lineup__details .product-detail .pd-info .tags li sup {
    font-size: 8px;
  }
  .lineup__details .product-detail .pd-info .catchphrase {
    font-size: 12px;
    margin-bottom: 1.5rem;
    min-height: 77px;
  }
  .lineup__details .product-detail .pd-info .catchphrase sup {
    font-size: 8px;
    top: -0.5rem;
  }
  .lineup__details .product-detail .pd-info .desc {
    font-size: 10px;
  }
  .lineup__details .product-detail .pd-info .desc sup {
    font-size: 8px;
    top: -0.5rem;
  }
  .lineup__details .product-detail .pd-info .specs {
    flex-wrap: wrap;
    gap: 8px;
  }
  .lineup__details .product-detail .pd-info .specs .spec-box.spec-test {
    flex-grow: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 6px;
  }
  .lineup__details .product-detail .pd-info .specs .spec-box.spec-test ul li span {
    font-size: 8px;
  }
  .lineup__details .product-detail .pd-info .specs .spec-box.spec-test .note {
    font-size: 6px;
    margin: 0;
  }
  .lineup__details .product-detail .pd-info .specs .spec-box.spec-weak {
    flex-grow: 1;
    padding: 6px;
    font-size: 8px;
  }
  .lineup__details .product-detail .pd-info .specs .spec-box.spec-weak span {
    font-size: 16px;
  }
  .lineup__details .product-detail .pd-info .specs .spec-box.spec-free {
    flex-grow: 3;
    flex-direction: row;
    align-items: stretch;
    padding: 0;
    gap: 0;
    min-width: 160px;
  }
  .lineup__details .product-detail .pd-info .specs .spec-box.spec-free .free-title {
    padding: 6px;
    align-self: center;
    font-size: 10px;
    line-height: 1.5;
    text-align: center;
  }
  .lineup__details .product-detail .pd-info .specs .spec-box.spec-free .free-desc {
    font-size: 8px;
    border-left: 1px solid #000;
    padding: 6px;
  }
  .lineup__details .product-detail .pd-info .note {
    font-size: 8px;
    margin-bottom: 1.5rem;
  }
  .lineup__details .product-detail .pd-info .btn {
    font-size: 12px;
    padding: 5px 12px;
    margin: 0 auto;
  }
  .faq {
    padding: 25px 25px 70px;
  }
  .faq__title {
    margin-bottom: 25px;
  }
  .faq__title img {
    width: 60px;
  }
  .faq__list .faq__item {
    padding: 16px 7px;
  }
  .faq__list .faq__item p {
    padding: 0 6px;
  }
  .faq__list .faq__item .q {
    padding-bottom: 6px;
    margin-bottom: 6px;
  }
  .faq__list .faq__item .a {
    line-height: 1.5;
  }
  /* ========== Modal ========== */
  .modal {
    padding: 48px 20px 28px;
  }
  .modal__body {
    flex-direction: column;
    gap: 20px;
  }
  .modal__buy-options {
    flex-wrap: wrap;
    gap: 10px;
  }
  .modal__buy-options .modal__btn {
    width: calc(50% - 5px);
  }
  .modal__buy-options .modal__btn-icon {
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */