@charset "UTF-8";

/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 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 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 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: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  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: inherit;
  /* 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 */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background-color: #fff;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

/**
 * 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"] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
  cursor: default;
}

/**
 * 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;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 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 {
  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;
}

/**
 * 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 outline style in Safari.
 */
[type="search"] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * 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 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* 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;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

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

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

/* ==========================================================================
   function
========================================================================== */
/* ==========================================================================
    variables
   ========================================================================== */
/* ==========================================================================
  mixin
  ========================================================================== */
/* --------------------------------------------------------------------------
  media query (SP（小）→ PC（大）の順に適用)
  -------------------------------------------------------------------------- */
/* ==========================================================================
    base
========================================================================== */
html {
  font-size: 62.5%;
}

@media screen and (min-width: 1000px) {
  .wrap::before {
    content: "";
    position: fixed;
    inset: 0;
    background-image: url("../img/cmn/pc-bg01.png");
    background-size: cover;
    background-repeat: no-repeat;
  }
}
@media screen and (min-width: 1000px) {
  .wrap .wrap-content {
    display: flex;
    align-items: flex-start;
    max-width: 1336px;
    margin: 0 auto;
    padding-top: 0;
  }
}
.pc-section {
  display: none;
}
@media screen and (min-width: 1000px) {
  .pc-section {
    position: sticky;
    display: grid;
    place-items: center;
    place-content: center;
    top: 110px;
    left: 0;
    height: 100vh;
    padding-inline: 16px;
    padding-bottom: 90px;
    flex: 0 1 100%;
  }
}
.pc-section__mv {
  width: min(50vh, 450px);
  text-align: center;
  line-height: 0;
}
.pc-section__mv .product {
  width: 424px;
  margin-top: 14px;
}
.pc-section .video {
  width: min(100%, 424px);
  margin-bottom: 30px;
  cursor: pointer;
}

.pc-section .pc-button {
  max-width: 400px;
  margin: 20px auto;
}

.sp-section {
  position: relative;
  padding-bottom: 16vw;
}
@media screen and (min-width: 1000px) {
  .sp-section {
    flex: 0 0 570px;
    padding-bottom: 0;
    margin-top: 110px;
  }
}
@media screen and (min-width: 1000px) {
  .sp-section__content {
    position: relative;
    z-index: 1;
    width: 390px;
    background-color: #fff;
    overflow: hidden;
  }
}

body {
  width: 100%;
  min-width: 320px;
  margin: 0 auto;
  color: #666666;
  background-color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt";
}
@media screen and (min-width: 1000px) {
  body {
    font-size: 1.6rem;
  }
}

a,
button {
  color: inherit;
  cursor: pointer;
}

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

em {
  font-style: normal;
}

button {
  outline: none;
  border: 0;
  background-color: transparent;
}
.txt-notes {
  line-height: 1.5;
  font-size: calc(20 / 750 * 100vw);
  + & {
    margin-top: 1em;
  }
}
@media screen and (min-width: 1000px) {
  .txt-notes {
    font-size: calc(20 * 780 / 750 * 0.5px);
  }
}
/*==============================================================
# 共通
==============================================================*/
.cmn-title {
  line-height: 1.59;
  font-weight: bold;
  text-align: center;
  color: #004cbb;
}
@media screen and (max-width: 999px) {
  .cmn-title {
    font-size: 6.1333333333vw;
  }
}
@media screen and (min-width: 1000px) {
  .cmn-title {
    font-size: 23.92px;
  }
}

.cmn-txt {
  line-height: 1.63;
  text-align: center;
}
@media screen and (max-width: 999px) {
  .cmn-txt {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 1000px) {
  .cmn-txt {
    font-size: 16.64px;
  }
}
.cmn-txt .pink {
  color: #e71973;
}
.cmn-txt .small {
  line-height: 1.58;
}
@media screen and (max-width: 999px) {
  .cmn-txt .small {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 1000px) {
  .cmn-txt .small {
    font-size: 12.48px;
  }
}
.cmn-button {
  position: relative;
  width: 100%;
  height: 14.6666666667vw;
  font-weight: bold;
  font-size: 4.2666666667vw;
  color: #fff;
}
.cmn-button .link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 1.718em;
  transition: opacity 0.3s, transform 0.3s;
  background-color: #e71973;
}
.cmn-button.blue .link {
  background-color: #009ce4;
}
.cmn-button.red .link {
  background-color: #f43435;
}
.cmn-button .link:hover {
  opacity: 0.7;
}
.cmn-button .link::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 30px;
  background-image: url("../img/cmn/arrow01.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 12px;
  height: 20px;
}

@media screen and (max-width: 999px) {
  .cmn-button .link::before {
    left: 4vw;
    width: 1.6vw;
    height: 2.6666666667vw;
  }
}
@media screen and (min-width: 1000px) {
  .cmn-button {
    height: 55px;
    font-size: 16px;
  }
  .cmn-button .link::before {
    left: 15.6px;
    width: 6.24px;
    height: 10.4px;
  }
}
.button-buy::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0.75em;
  background-image: url("../img/cmn/icon-cart.svg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 1.2em;
  height: 1.2em;
}
.button-store .link::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0.75em;
  background-image: url("../img/cmn/icon-store.svg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 1.2em;
  height: 1.2em;
}

.cmn-button02 {
  position: relative;
  width: 100%;
  height: 110px;
  font-weight: bold;
  border-radius: 10px;
  color: #fff;
  background-color: #004cbb;
  box-shadow: 3px 3px 3px rgba(0, 76, 187, 0.3);
  transition: opacity 0.3s, box-shadow 0.3s;
}
@media screen and (max-width: 999px) {
  .cmn-button02 {
    height: 14.6666666667vw;
    border-radius: 1.3333333333vw;
    box-shadow: 0.4vw 0.4vw 0.4vw rgba(0, 76, 187, 0.3);
  }
}
@media screen and (min-width: 1000px) {
  .cmn-button02 {
    height: 57.2px;
    border-radius: 5.2px;
    box-shadow: 1.56px 1.56px 1.56px rgba(0, 76, 187, 0.3);
  }
}
@media screen and (min-width: 1000px) {
  .cmn-button02:hover {
    opacity: 0.7;
  }
}
.cmn-button02 .link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 32px;
  border-radius: 10px;
}
@media screen and (max-width: 999px) {
  .cmn-button02 .link {
    font-size: 4.2666666667vw;
    border-radius: 1.3333333333vw;
  }
}
@media screen and (min-width: 1000px) {
  .cmn-button02 .link {
    font-size: 16.64px;
    border-radius: 5.2px;
  }
}
.cmn-button02::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 30px;
  background-image: url("../img/cmn/arrow01.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 12px;
  height: 20px;
}
@media screen and (max-width: 999px) {
  .cmn-button02::before {
    left: 4vw;
    width: 1.6vw;
    height: 2.6666666667vw;
  }
}
@media screen and (min-width: 1000px) {
  .cmn-button02::before {
    left: 15.6px;
    width: 6.24px;
    height: 10.4px;
  }
}

/*# 下層
/*===========================================*/
.under-mv {
  background-image: url("../img/cmn/mv01.png");
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 32vw;
  padding: 0 4vw;
  color: #fff;
}
.under-h1 {
  font-weight: bold;
  line-height: 1.6;
  font-size: 6.1333333333vw;
}
.under-h2 {
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
  color: #004cbb;
  font-size: 6.1333333333vw;
}
.under-mv__subt {
  font-size: calc(24 / 750 * 100vw);
  font-weight: 600;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 1000px) {
  .under-mv {
    height: 124.8px;
    padding: 0 15.6px;
  }
  .under-h1 {
    font-size: 23.92px;
  }
  .under-h2 {
    font-size: 23.92px;
  }
  .under-mv__subt {
    font-size: calc(24 * 780 / 750 * 0.5px);
  }
}

@media screen and (max-width: 999px) {
  .under-content {
    padding: 12vw 4vw 8vw;
  }
}
@media screen and (min-width: 1000px) {
  .under-content {
    padding: 46.8px 15.6px 31.2px;
  }
}
.under-content .under-txt {
  text-align: left;
}
@media screen and (max-width: 999px) {
  .under-content .under-txt {
    margin-top: 5.7333333333vw;
    padding: 0 4vw;
  }
}
@media screen and (min-width: 1000px) {
  .under-content .under-txt {
    margin-top: 22.36px;
    padding: 0 15.6px;
  }
}
.under-content .under-txt .small {
  display: block;
  line-height: 1.6;
}
@media screen and (max-width: 999px) {
  .under-content .under-txt .small {
    margin-top: 3.2vw;
    font-size: 3.7333333333vw;
  }
}
@media screen and (min-width: 1000px) {
  .under-content .under-txt .small {
    margin-top: 12.48px;
    font-size: 14.56px;
  }
}
.under-content .under-txt.center {
  text-align: center;
}
.under-content .under-si {
  line-height: 1.6;
  text-align: left;
}
@media screen and (max-width: 999px) {
  .under-content .under-si {
    font-size: 2.6666666667vw;
    padding: 0 4vw;
    margin-top: 4vw;
  }
}
@media screen and (min-width: 1000px) {
  .under-content .under-si {
    font-size: 10.4px;
    padding: 0 15.6px;
    margin-top: 15.6px;
  }
}
.under-content .under-si a {
  color: #004cbb;
}
.under-content .under-si.right {
  text-align: right;
}
@media screen and (max-width: 999px) {
  .under-content .under-img {
    margin-top: 2.6666666667vw;
  }
}
@media screen and (min-width: 1000px) {
  .under-content .under-img {
    margin-top: 10.4px;
  }
}
.under-content .under-table {
  width: 100%;
}
@media screen and (max-width: 999px) {
  .under-content .under-table {
    margin-top: 6.6666666667vw;
  }
}
@media screen and (min-width: 1000px) {
  .under-content .under-table {
    margin-top: 26px;
  }
}
.under-content .under-table thead th {
  font-weight: bold;
  text-align: center;
  color: #fff;
  background-color: #004cbb;
  border-right: 2px solid #fff;
}
@media screen and (max-width: 999px) {
  .under-content .under-table thead th {
    font-size: 4.2666666667vw;
    padding: 4.5333333333vw 0;
  }
}
@media screen and (min-width: 1000px) {
  .under-content .under-table thead th {
    font-size: 16.64px;
    padding: 17.68px 0;
  }
}
.under-content .under-table thead th:last-child {
  border-right: none;
}
.under-content .under-table tbody td {
  font-weight: bold;
  text-align: center;
  color: #fff;
  background-color: #fff;
  color: #666666;
  border-right: 2px solid #e0e0e0;
  border-bottom: 2px solid #e0e0e0;
  vertical-align: middle;
}
@media screen and (max-width: 999px) {
  .under-content .under-table tbody td {
    font-size: 4.2666666667vw;
    padding: 3.3333333333vw 0;
  }
}
@media screen and (min-width: 1000px) {
  .under-content .under-table tbody td {
    font-size: 16.64px;
    padding: 13px 0;
  }
}
.under-content .under-table tbody td:last-child {
  border-right: none;
}
@media screen and (max-width: 999px) {
  .under-content .under-table tbody td span {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 1000px) {
  .under-content .under-table tbody td span {
    font-size: 12.48px;
  }
}
@media screen and (max-width: 999px) {
  .under-content .under-box {
    margin-top: 9.6vw;
  }
}
@media screen and (min-width: 1000px) {
  .under-content .under-box {
    margin-top: 37.44px;
  }
}
@media screen and (max-width: 999px) {
  .under-content .under-box .item {
    margin-top: 8vw;
  }
}
@media screen and (min-width: 1000px) {
  .under-content .under-box .item {
    margin-top: 31.2px;
  }
}
.under-content .under-box .item .head {
  display: flex;
  align-items: center;
  justify-content: center;
  background: -ms-linear-gradient(0deg, #5cc7ff 0%, #43a6ed 18.02%, #2680d8 42.47%, #1165c9 65.09%, #0454c0 84.98%, #004ebd 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#5CC7FF', endColorstr='#004EBD' ,GradientType=0)";
  background: linear-gradient(90deg, #5cc7ff 0%, #43a6ed 18.02%, #2680d8 42.47%, #1165c9 65.09%, #0454c0 84.98%, #004ebd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5CC7FF",endColorstr="#004EBD" , GradientType=1);
}
@media screen and (max-width: 999px) {
  .under-content .under-box .item .head {
    padding: 3.7333333333vw 0;
  }
}
@media screen and (min-width: 1000px) {
  .under-content .under-box .item .head {
    padding: 14.56px 0;
  }
}
.under-content .under-box .item .head .title {
  font-weight: bold;
  text-align: center;
  color: #fff;
  line-height: 1.4;
}
@media screen and (max-width: 999px) {
  .under-content .under-box .item .head .title {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 1000px) {
  .under-content .under-box .item .head .title {
    font-size: 16.64px;
  }
}
.under-content .under-box .item .body {
  background-color: #fff;
}
@media screen and (max-width: 999px) {
  .under-content .under-box .item .body {
    padding: 5.0666666667vw 4vw 6.5333333333vw;
  }
}
@media screen and (min-width: 1000px) {
  .under-content .under-box .item .body {
    padding: 19.76px 15.6px 25.48px;
  }
}
.under-content .under-box .item .body .txt {
  text-align: left;
}
@media screen and (max-width: 999px) {
  .under-content .under-box .item .body .txt {
    padding: 0 4vw;
  }
}
@media screen and (min-width: 1000px) {
  .under-content .under-box .item .body .txt {
    padding: 0 15.6px;
  }
}
@media screen and (max-width: 999px) {
  .under-content .under-box .item .body .img {
    margin-top: 7.6vw;
  }
}
@media screen and (min-width: 1000px) {
  .under-content .under-box .item .body .img {
    margin-top: 29.64px;
  }
}
.under-content .under-box .item .body .si {
  line-height: 1.6;
}
@media screen and (max-width: 999px) {
  .under-content .under-box .item .body .si {
    margin-top: 4.5333333333vw;
    padding: 0 4vw;
    font-size: 2.6666666667vw;
  }
}
@media screen and (min-width: 1000px) {
  .under-content .under-box .item .body .si {
    margin-top: 17.68px;
    padding: 0 15.6px;
    font-size: 10.4px;
  }
}
@media screen and (max-width: 999px) {
  .under-content .under-box .item .body .si + .si {
    margin-top: 2.2666666667vw;
  }
}
@media screen and (min-width: 1000px) {
  .under-content .under-box .item .body .si + .si {
    margin-top: 8.84px;
  }
}
.under-content .under-box .item .body .si.right {
  text-align: right;
}
@media screen and (max-width: 999px) {
  .under-content .under-box .item .body dl {
    margin-top: 4vw;
  }
}
@media screen and (min-width: 1000px) {
  .under-content .under-box .item .body dl {
    margin-top: 15.6px;
  }
}
.under-content .under-box .item .body dl dt {
  line-height: 1.5;
  font-weight: bold;
  color: #004cbb;
}
@media screen and (max-width: 999px) {
  .under-content .under-box .item .body dl dt {
    font-size: 4.5333333333vw;
  }
}
@media screen and (min-width: 1000px) {
  .under-content .under-box .item .body dl dt {
    font-size: 17.68px;
  }
}
.under-content .under-box .item .body dl dd {
  line-height: 1.6;
}
@media screen and (max-width: 999px) {
  .under-content .under-box .item .body dl dd {
    font-size: 4.2666666667vw;
    margin-top: 1.3333333333vw;
  }
}
@media screen and (min-width: 1000px) {
  .under-content .under-box .item .body dl dd {
    font-size: 16.64px;
    margin-top: 5.2px;
  }
}
.under-content .under-box .item .body table {
  width: 100%;
}
@media screen and (max-width: 999px) {
  .under-content .under-box .item .body table {
    margin-top: 6.6666666667vw;
  }
}
@media screen and (min-width: 1000px) {
  .under-content .under-box .item .body table {
    margin-top: 26px;
  }
}
.under-content .under-box .item .body table thead th {
  font-weight: bold;
  text-align: center;
  color: #fff;
  background-color: #004cbb;
  border-right: 2px solid #fff;
  font-size: 28px;
  padding: 11px 0;
}
@media screen and (max-width: 999px) {
  .under-content .under-box .item .body table thead th {
    font-size: 3.7333333333vw;
    padding: 1.4666666667vw 0;
  }
}
@media screen and (min-width: 1000px) {
  .under-content .under-box .item .body table thead th {
    font-size: 14.56px;
    padding: 5.72px 0;
  }
}
.under-content .under-box .item .body table thead th:last-child {
  border-right: none;
}
.under-content .under-box .item .body table tbody th,
.under-content .under-box .item .body table tbody td {
  font-weight: bold;
  color: #fff;
  background-color: #fff;
  color: #666666;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  vertical-align: middle;
  font-weight: 500;
  background-color: #e0e0e0;
  font-size: 28px;
  padding: 25px 13px;
}
@media screen and (max-width: 999px) {
  .under-content .under-box .item .body table tbody th,
  .under-content .under-box .item .body table tbody td {
    font-size: 3.7333333333vw;
    padding: 3.3333333333vw 6.76px;
  }
}
@media screen and (min-width: 1000px) {
  .under-content .under-box .item .body table tbody th,
  .under-content .under-box .item .body table tbody td {
    font-size: 14.56px;
    padding: 13px 6.76px;
  }
}
.under-content .under-box .item .body table tbody th:last-child,
.under-content .under-box .item .body table tbody td:last-child {
  border-right: none;
}
@media screen and (max-width: 999px) {
  .under-content .under-box .item .body table tbody th span,
  .under-content .under-box .item .body table tbody td span {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 1000px) {
  .under-content .under-box .item .body table tbody th span,
  .under-content .under-box .item .body table tbody td span {
    font-size: 12.48px;
  }
}
.under-content .under-box .item .body table tbody th {
  text-align: center;
}
.under-content .under-box .item .table-txt {
  font-weight: 500;
  background-color: #e0e0e0;
  font-size: 28px;
  padding: 25px 30px;
  margin-top: 30px;
}
@media screen and (max-width: 999px) {
  .under-content .under-box .item .table-txt {
    font-size: 3.7333333333vw;
    padding: 3.3333333333vw 4vw;
    margin-top: 4vw;
  }
}
@media screen and (min-width: 1000px) {
  .under-content .under-box .item .table-txt {
    font-size: 14.56px;
    padding: 13px 15.6px;
    margin-top: 15.6px;
  }
}
.under-content .under-box .item:first-child {
  margin-top: 0;
}
.under-content.under-content02 {
  background-color: #004cbb;
}
.under-content.under-content02 .under-h2 {
  color: #fff;
}
.under-content.under-content02 .head {
  background: #6bd8ef !important;
}

/*==============================================================
# fadeIn
==============================================================*/
.fadeIn_up {
  opacity: 0;
  transform: translate(0, 50px);
  transition: 1s;
}

.fadeIn_up.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

.fadeIn_up_repeat {
  opacity: 0;
  transform: translate(0, 50px);
  transition: 1s;
}

.fadeIn_up_repeat.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

/* ==========================================================================
  header
========================================================================== */
header {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  z-index: 20;
  padding: 2.1333333333vw 4vw;
}
@media screen and (min-width: 1000px) {
  header {
    position: fixed;
    top: 0;
    left: 0;
    height: 50px;
    padding: 0 20px;
  }
}
header .box a {
  display: flex;
  gap: calc(4 / 375 * 100vw);
  align-items: center;
}
.company-logo {
  width: calc(130 / 375 * 100vw);
}
@media screen and (min-width: 1000px) {
  header .box a {
    gap: 5px;
  }
  .company-logo {
    width: 150px;
  }
}
@media screen and (max-width: 999px) {
  header .box .txt {
    font-size: 3.7333333333vw;
  }
}
@media screen and (min-width: 1000px) {
  header .box .txt {
    font-size: 18px;
  }
}
header .breadcrumb {
  position: relative;
  font-size: 3.2vw;
  display: inline-flex;
  align-items: center;
}
@media screen and (min-width: 1000px) {
  header .breadcrumb {
    font-size: 14px;
  }
}
header .breadcrumb::before {
  content: "";
  display: block;
  margin-right: 0.5em;
  background-image: url("../img/cmn/arrow03.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 1.6vw;
  height: 2.6666666667vw;
}
@media screen and (min-width: 1000px) {
  header .breadcrumb::before {
    width: 6.24px;
    height: 10.4px;
  }
}
.lp-header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #f5f5f5;
  z-index: 999;
  padding: 4vw;
}
.lp-header__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.lp-header .header-logo .box {
  margin-top: 1.3333333333vw;
}

.lp-header .header-logo .box a {
  display: grid;
  align-items: end;
  grid-template-columns: 34.5333333333vw auto calc(106 / 750 * 100vw);
  grid-template-rows: 1fr;
  gap: calc(12 / 750 * 100vw);
}

.lp-header .header-logo .box .logo p {
  font-size: 2.1333333333vw;
  line-height: 1;
  margin-bottom: 0.5em;
}

.lp-header .header-logo .box .cat {
  text-align: center;
  background-color: #fff;
  border: 1px solid #666666;
  color: #666666;
  font-size: 2.1333333333vw;
  padding: 0.3em;
}

.lp-header .humberger-icon {
  position: relative;
  flex: 0 0 7.3333333333vw;
  width: 7.3333333333vw;
  aspect-ratio: 55/ 46;
}

.lp-header .humberger-icon .icon {
  position: relative;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.lp-header .humberger-icon .icon span {
  position: absolute;
  width: 100%;
  background-color: #6bd8ef;
  transition: transform 0.3s, opacity 0.3s;
  height: 0.8vw;
}

.lp-header .humberger-icon .icon span.top {
  top: 0;
}

.lp-header .humberger-icon .icon span.mid {
  top: 50%;
  transform: translateY(-50%);
}

.lp-header .humberger-icon .icon span.bottom {
  width: 65%;
  bottom: 0;
}

.lp-header .humberger-icon.open .icon span {
  width: 9.0666666667vw;
  transform-origin: 50% 50%;
}

.lp-header .humberger-icon.open .icon span.top {
  transform: rotate(35deg);
  left: calc(-7 / 750 * 100vw);
  top: calc(20 / 750 * 100vw);
}

.lp-header .humberger-icon.open .icon span.mid {
  transform: rotate(-35deg);
  left: calc(-7 / 750 * 100vw);
  bottom: calc(20 / 750 * 100vw);
}

.lp-header .humberger-icon.open .icon span.bottom {
  opacity: 0;
}

.lp-header .humberger-icon .menu-txt {
  white-space: nowrap;
  text-align: center;
  font-size: 2.1333333333vw;
  margin-top: 0.75em;
}

.lp-header .humberger-menu .list .item label.link::after {
  content: "";
  display: block;
  width: 0.5em;
  height: 0.5em;
  border-right: 2px solid #004cbb;
  border-bottom: 2px solid #004cbb;
  rotate: 45deg;
  margin-left: 1em;
}
.lp-header .humberger-menu .list .item .link.current,
.lp-header .humberger-menu .list .item .list-child a.current {
  color: #e71973;
}
.lp-header .humberger-menu .list .item .link.current::before {
  background-color: #e71973;
}
#humberger-memu-child {
  display: none;
}
#humberger-memu-child ~ .list-child {
  display: none;
}
#humberger-memu-child:checked ~ .list-child {
  display: block;
}
#humberger-memu-child:checked + .link::after {
  rotate: 225deg;
  margin-top: 0.2em;
}
@media (max-width: 999px) {
  .lp-header .humberger-menu {
    font-size: 2.1333333333vw;
    position: absolute;
    top: 17.2vw;
    left: 0;
    z-index: 30;
    background-color: #fff;
    border-bottom: 2px solid #004cbb;
  }

  .lp-header .humberger-menu .list {
    width: 100%;
  }

  .lp-header .humberger-menu .list .item {
    width: 100%;
    border-top: 1px solid #666666;
  }

  .lp-header .humberger-menu .list .item .link {
    position: relative;
    display: flex;
    align-items: center;
    color: #004cbb;
    width: 100vw;
    padding: 4.8vw 14.5333333333vw;
    font-size: 3.7333333333vw;
  }

  .lp-header .humberger-menu .list .item .link::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #004cbb;
    border-radius: 50%;
    left: 9.4666666667vw;
    width: 2.2666666667vw;
    height: 2.2666666667vw;
  }

  .lp-header .humberger-menu .list .item:first-child {
    border-top: none;
  }

  .lp-header .humberger-menu .list .item .list-child {
    margin-inline: 14.5333333333vw;
    padding-bottom: calc(40 / 750 * 100vw);
  }
  .lp-header .humberger-menu .list .item .list-child li {
    font-size: calc(26 / 750 * 100vw);
    line-height: 1.4;
  }
  .lp-header .humberger-menu .list .item .list-child a {
    color: #004cbb;
    display: block;
    padding: 0.5em 0;
    position: relative;
  }
  .lp-header .humberger-menu .list .item .list-child a::before {
    content: "";
    position: absolute;
    left: -1.5em;
    top: 1.25em;
    width: 0.75em;
    border-top: 1px solid #004cbb;
  }
  .humberger-menu {
    visibility: hidden;
    opacity: 0;
    translate: 0 -20px;
    transition: visibility 0.3s, opacity 0.3s, translate 0.3s;
  }
  .humberger-menu.open {
    visibility: visible;
    opacity: 1;
    translate: 0 0;
  }
}
@media screen and (min-width: 1000px) {
  .lp-header {
    position: fixed;
    top: 50px;
    padding: 0;
    height: 60px;
  }
  .lp-header__container {
    width: 960px;
    height: 100%;
    margin-inline: auto;
    gap: 40px;
  }
  .lp-header .header-logo .box {
    margin-top: 0;
  }
  .lp-header .header-logo .box a {
    grid-template-areas:
      "logo otc"
      "logo cat";
    grid-template-columns: 137px auto auto;
    gap: 4px 10px;
  }
  .lp-header .header-logo {
    flex: 0 0 auto;
  }
  .lp-header .header-logo .box .logo {
    grid-area: logo;
  }
  .lp-header .header-logo .box .logo p {
    font-size: 10px;
  }
  .lp-header .header-logo .box .cat {
    grid-area: cat;
    font-size: 7px;
  }
  .lp-header .header-logo .box .otc {
    grid-area: otc;
    width: 38px;
  }
  .lp-header .humberger-icon {
    display: none;
  }
  .humberger-menu .list {
    display: flex;
    gap: 0 24px;
  }
  .lp-header .humberger-menu .list .item {
    white-space: nowrap;
    font-size: 14px;
    padding-left: 12px;
    position: relative;
  }
  .lp-header .humberger-menu .list .item .link {
    color: #004cbb;
    position: relative;
    transition: color 0.3s;
    cursor: pointer;
    display: flex;
    align-items: center;
  }
  .lp-header .humberger-menu .list .item .link:hover {
    color: #e71973;
  }
  .lp-header .humberger-menu .list .item .link::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background-color: #004cbb;
    display: block;
    position: absolute;
    left: -12px;
    top: 0.35em;
    transition: background-color 0.3s;
  }
  .lp-header .humberger-menu .list .item .link:hover::before {
    background-color: #e71973;
  }
  .lp-header .humberger-menu .list .item .list-child {
    display: none;
  }
  .list-child {
    position: absolute;
    top: calc(100% + 10px);
    left: -30px;
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
  }
  .list-child li {
    font-size: 14px;
    margin-left: 1em;
    position: relative;
  }
  .list-child li::before {
    content: "";
    width: 0.57em;
    height: 0;
    border-top: 2px solid #004cbb;
    position: absolute;
    top: 0.5em;
    left: -1em;
  }
  .list-child :not(:last-child) {
    margin-bottom: 1.25em;
  }
  .list-child li a {
    color: #666;
    transition: color 0.3s;
  }
  .list-child li a:hover {
    color: #004cbb;
  }
}

/* ==========================================================================
  .footer
========================================================================== */
.product-info + .footer {
  margin-top: 0;
}
.footer {
  margin-top: calc(160 / 750 * 100vw);
}
@media screen and (min-width: 1000px) {
  .footer {
    margin-top: calc(390 / 375 * 80px);
  }
}
.footer .head {
  position: relative;
  background-image: url("../img/cmn/footer-bg01.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: center;
}
@media screen and (max-width: 999px) {
  .footer .head {
    padding: 3.3333333333vw 0 10.6666666667vw;
    margin-top: -10vw;
  }
}
@media screen and (min-width: 1000px) {
  .footer .content .head {
    padding: 13px 0 41.6px;
    margin-top: -39px;
  }
}
.footer .content .head .pagetop {
  text-align: right;
  cursor: pointer;
}
.footer .content .head .pagetop .pagetop-txt {
  position: relative;
  display: inline-block;
  width: 50%;
  text-align: center;
}
@media screen and (max-width: 999px) {
  .footer .content .head .pagetop .pagetop-txt {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 1000px) {
  .footer .content .head .pagetop .pagetop-txt {
    font-size: 12.48px;
  }
}
.footer .content .head .pagetop .pagetop-txt::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("../img/cmn/arrow04.png");
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 999px) {
  .footer .content .head .pagetop .pagetop-txt::before {
    left: 4vw;
    width: 2.6666666667vw;
    height: 1.6vw;
  }
}
@media screen and (min-width: 1000px) {
  .footer .content .head .pagetop .pagetop-txt::before {
    left: 15.6px;
    width: 10.4px;
    height: 6.24px;
  }
}
@media screen and (max-width: 999px) {
  .footer .content .head .list {
    margin-top: 14.4vw;
    padding: 0 10.6666666667vw;
  }
}
@media screen and (min-width: 1000px) {
  .footer .content .head .list {
    margin-top: 56.16px;
    padding: 0 41.6px;
  }
}
@media screen and (max-width: 999px) {
  .footer .content .head .list .item {
    margin-top: 6.2666666667vw;
  }
}
@media screen and (min-width: 1000px) {
  .footer .content .head .list .item {
    margin-top: 24.44px;
  }
}
.footer .content .head .list .item .link {
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 999px) {
  .footer .content .head .list .item .link {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 1000px) {
  .footer .content .head .list .item .link {
    font-size: 16.64px;
  }
}
.footer .content .head .list .item .link::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("../img/cmn/arrow03.png");
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 999px) {
  .footer .content .head .list .item .link::before {
    left: -3.3333333333vw;
    width: 1.6vw;
    height: 2.6666666667vw;
  }
}
@media screen and (min-width: 1000px) {
  .footer .content .head .list .item .link::before {
    left: -13px;
    width: 6.24px;
    height: 10.4px;
  }
}
.footer .content .head .list .item:first-child {
  margin-top: 0;
}
.footer .content .recommend {
  background-color: #fff;
}
@media screen and (max-width: 999px) {
  .footer .content .recommend {
    padding: 8.5333333333vw 8vw 10.2666666667vw;
  }
}
@media screen and (min-width: 1000px) {
  .footer .content .recommend {
    padding: 33.28px 31.2px 40.04px;
  }
}
@media screen and (max-width: 999px) {
  .footer .content .recommend .img {
    margin-top: 6.1333333333vw;
  }
}
@media screen and (min-width: 1000px) {
  .footer .content .recommend .img {
    margin-top: 23.92px;
  }
}
@media screen and (max-width: 999px) {
  .footer .content .recommend .img .txt {
    font-size: 4.2666666667vw;
    margin-top: 1.8666666667vw;
  }
}
@media screen and (min-width: 1000px) {
  .footer .content .recommend .img .txt {
    font-size: 16.64px;
    margin-top: 7.28px;
  }
}
.footer .content .body {
  border-top: 1px solid #666666;
  background-color: #fff;
}
@media screen and (max-width: 999px) {
  .footer .content .body {
    padding: 10.1333333333vw 8.2666666667vw;
  }
}
@media screen and (min-width: 1000px) {
  .footer .content .body {
    padding: 39.52px 32.24px;
  }
}
@media screen and (max-width: 999px) {
  .footer .content .body .list .item {
    margin-top: 6.4vw;
  }
}
@media screen and (min-width: 1000px) {
  .footer .content .body .list .item {
    margin-top: 24.96px;
  }
}
.footer .content .body .list .item .link {
  display: inline-flex;
  align-items: center;
  position: relative;
  font-size: 4.2666666667vw;
}
@media screen and (min-width: 1000px) {
  .footer .content .body .list .item .link {
    font-size: 16.64px;
  }
}
.footer .content .body .list .item .link::after {
  content: "";
  display: block;
  margin-left: 0.5em;
  background-image: url("../img/cmn/tab01.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 3.4666666667vw;
  height: 3.4666666667vw;
}
@media screen and (min-width: 1000px) {
  .footer .content .body .list .item .link::after {
    width: 13.52px;
    height: 13.52px;
  }
}
.footer .content .body .list .item:first-child {
  margin-top: 0;
}
.footer .content .copyright {
  background-color: #f5f5f5;
}
@media screen and (max-width: 999px) {
  .footer .content .copyright {
    padding: 10vw 0;
  }
}
@media screen and (min-width: 1000px) {
  .footer .content .copyright {
    padding: 39px 0;
  }
}
.footer .content .copyright .txt {
  text-align: center;
  line-height: 1.6;
}
@media screen and (max-width: 999px) {
  .footer .content .copyright .txt {
    font-size: 2.6666666667vw;
  }
}
@media screen and (min-width: 1000px) {
  .footer .content .copyright .txt {
    font-size: 10.4px;
  }
}
.modal-content {
  display: none;
  position: fixed;
  z-index: 30;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}
.modal-content .close-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 800;
  cursor: pointer;
}
.modal-content .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  aspect-ratio: 16/9;
  z-index: 900;
}

/* ==========================================================================
main
========================================================================== */
main {
  position: relative;
  background-image: url("../img/cmn/bg01.png");
  background-size: cover;
  background-repeat: no-repeat;
}
main .mv {
  background-image: url("../img/top/mv01.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  aspect-ratio: 750/790;
  overflow: hidden;
}
main .mv .title {
  margin: 0 auto;
  width: calc(612 / 750 * 100vw);
  margin-top: calc(30 / 750 * 100vw);
}
@media screen and (min-width: 1000px) {
  main .mv .title {
    width: calc(612 * (780 / 750) * 0.5px);
    margin-top: calc(30 * (780 / 750) * 0.5px);
  }
}
.nav-content {
  background-color: #004cbb;
  display: grid;
  width: 100%;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: calc(30 / 750 * 100vw);
  padding: calc(30 / 750 * 100vw);
}
.nav-content li {
  font-size: calc(28 / 750 * 100vw);
  font-weight: 600;
  text-align: center;
  line-height: 1.375;
}
.nav-content .nav01 {
  background-image: url(../img/top/nav-bg01.png);
}
.nav-content .nav02 {
  background-image: url(../img/top/nav-bg02.png);
}
.nav-content .nav03 {
  font-size: calc(26 / 750 * 100vw);
  background-image: url(../img/top/nav-bg03.png);
}
.nav-content .nav04 {
  background-image: url(../img/top/nav-bg04.png);
}
.nav-content a {
  display: grid;
  place-content: center;
  color: #004cbb;
  height: 100%;
  padding-block: 0.5em 1.15em;
  padding-inline: 0.5em calc(80 / 750 * 100vw);
  position: relative;
  background-size: auto 100%;
  background-position: right top;
  background-repeat: no-repeat;
  background-color: #fff;
  border: solid calc(6 * 780 / 750 * 0.5px) #00bcfa;
  border-radius: calc(10 / 750 * 100vw);
  transition: border-color 0.3s;
}
.nav-content a:hover {
  border-color: #000d84;
}
.nav-content a::after {
  content: "";
  position: absolute;
  bottom: 0.25em;
  left: calc(50% - 1em);
  width: 0.65em;
  height: 0.65em;
  border-right: 2px solid #00bcfa;
  border-bottom: 2px solid #00bcfa;
  transform: rotate(45deg) translateX(-50%);
  transition: border-color 0.3s;
}
.nav-content a:hover::after {
  border-color: #000d84;
}
.nav-content span {
  font-size: 0.7em;
  display: block;
  margin-bottom: 0.15em;
}
@media screen and (min-width: 1000px) {
  .nav-content {
    gap: calc(30 * 780 / 750 * 0.5px);
    padding: calc(30 * 780 / 750 * 0.5px);
  }
  .nav-content li {
    font-size: calc(28 * 780 / 750 * 0.5px);
  }
  .nav-content .nav03 {
    font-size: calc(26 * 780 / 750 * 0.5px);
  }
  .nav-content a {
    padding-right: calc(80 * 780 / 750 * 0.5px);
    border-width: calc(6 * 780 / 750 * 0.5px);
    border-radius: calc(10 * 780 / 750 * 0.5px);
  }
}
main .about {
  background-image: url("../img/top/about-bg01.png");
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 999px) {
  main .about {
    padding: 6.1333333333vw 4vw 8.4vw;
  }
}
@media screen and (min-width: 1000px) {
  main .about {
    padding: 23.92px 15.6px 32.76px;
  }
}
.about-title span {
  text-align: center;
  color: #004cbb;
  display: block;
  font-size: 3.73vw;
  font-weight: bold;
  letter-spacing: 0.075em;
  line-height: 1;
  padding-bottom: 0.75em;
  margin-bottom: 0.75em;
  border-bottom: 1px solid #004cbb;
}
@media screen and (min-width: 1000px) {
  .about-title span {
    font-size: 14px;
    letter-spacing: 0.1em;
  }
}
main .about .about-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 999px) {
  main .about .about-box {
    margin-top: 5.7333333333vw;
  }
}
@media screen and (min-width: 1000px) {
  main .about .about-box {
    margin-top: 22.36px;
  }
}
@media screen and (max-width: 999px) {
  main .about .about-box .img {
    flex: 0 0 56.8vw;
    margin-right: 2vw;
  }
}
@media screen and (min-width: 1000px) {
  main .about .about-box .img {
    flex: 0 0 221.52px;
    margin-right: 7.8px;
  }
}

.product-info {
  position: relative;
  background-image: url("../img/top/about-bg01.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 6.1333333333vw 4vw 15.0666666667vw;
}
main .product-info {
  padding-bottom: 6.1333333333vw;
}
.column-body .product-info {
  margin-inline: calc(50% - 50vw);
  margin-block: calc(80 / 750 * 100vw);
}
@media screen and (min-width: 1000px) {
  .product-info {
    padding: 23.92px 15.6px 58.76px;
  }
  main .product-info {
    padding-bottom: 23.92px;
  }
  .column-body .product-info {
    margin-inline: -16px;
    margin-block: calc(80 * 780 / 750 * 0.5px);
  }
}
.mv + .product-info {
  padding-bottom: 6.1333333333vw;
}
@media screen and (min-width: 1000px) {
  .mv + .product-info {
    padding-bottom: 23.92px;
  }
}
.column-body .product-info p:not(:last-child),
.column-product__container .product-info p:not(:last-child) {
  margin-bottom: 0;
}
.product-info__ttl span {
  text-align: center;
  color: #004cbb;
  display: block;
  font-size: 3.73vw;
  font-weight: bold;
  letter-spacing: 0.075em;
  line-height: 1;
  padding-bottom: 0.75em;
  margin-bottom: 0.75em;
  border-bottom: 1px solid #004cbb;
}
.product-info__box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 5.7333333333vw;
}
.product-info__det {
  margin-top: calc(20 / 750 * 100vw);
  color: #666;
  font-size: calc(20 / 750 * 100vw);
  line-height: 1.6;
}

.product-info__spec {
  flex: 0 1 100%;
}
.product-info__spec-ttl {
  border-top: 1px solid #004cbb;
  border-bottom: 1px solid #004cbb;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  color: #004cbb;
  font-size: calc(20 / 750 * 100vw);
  padding: 1.3333333333vw 0;
}
.product-info__spec-txt {
  line-height: 1.4;
  text-align: center;
  font-weight: bold;
  color: #666666;
  font-size: 2.6666666667vw;
  margin-top: 1.3333333333vw;
}
.product-info__spec-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 2vw;
  line-height: 1;
}
.product-info__spec-cat {
  flex: 0 0 8em;
  font-weight: 400;
  text-align: center;
  background-color: #fff;
  border: 1px solid #666666;
  color: #666666;
  font-size: 2.1333333333vw;
  line-height: 1;
  padding: 0.6666666667vw;
}
.product-info__img {
  flex: 0 0 56.8vw;
  margin-right: 2vw;
}
.product-info__spec-icon {
  flex: 0 0 15.0666666667vw;
  margin-left: 0.6666666667vw;
}
.product-info__recipe {
  font-size: calc(20 / 750 * 100vw);
  line-height: 1.4;
}
.product-info__recipe > div {
  margin-top: 0.5em;
}
.product-info__recipe dt {
  font-weight: normal;
  word-break: keep-all;
  flex: 0 0 5.5em;
  font-weight: bold;
}
.subfooter-button {
  margin-top: calc(40 / 750 * 100vw);
}
@media screen and (min-width: 1000px) {
  .product-info__ttl span {
    font-size: 14px;
    letter-spacing: 0.1em;
  }
  .product-info__box {
    margin-top: 22.36px;
  }
  .product-info__det {
    margin-top: calc(20 * (780 / 750) * 0.5px);
    font-size: calc(20 * (780 / 750) * 0.5px);
  }
  .product-info__img {
    flex: 0 0 221.52px;
    margin-right: 7.8px;
  }
  .product-info__spec-ttl {
    padding: 5.2px 0;
    font-size: calc(390 / 375 * 10px);
  }
  .product-info__spec-txt {
    font-size: 10.4px;
    margin-top: 5.2px;
  }
  .product-info__spec-box {
    margin-top: 7.8px;
  }
  .product-info__spec-icon {
    flex: 0 0 58.76px;
    margin-left: 2.6px;
  }
  .product-info__spec-cat {
    font-size: 8.32px;
    padding: 2.6px;
  }
  .product-info__recipe {
    font-size: calc(20 * (780 / 750) * 0.5px);
  }
  .subfooter-button {
    margin-top: calc(40 * (780 / 750) * 0.5px);
  }
}
.about-button {
  margin-top: 1.5em;
}
.about-button + .about-button {
  margin-top: 1em;
}
.about-txt {
  margin-top: 0.75em;
}
.news {
  margin-top: 10.2666666667vw;
  padding: 0 4vw;
}
.news__lst {
  background-color: #fff;
  margin-top: calc(30 / 750 * 100vw);
}
.news__lst li {
  font-weight: normal;
  font-size: calc(28 / 750 * 100vw);
  line-height: 1.5;
  padding: calc(30 / 750 * 100vw);
}
.news__lst li:not(:last-child) {
  border-bottom: calc(6 * 780 / 750 * 0.5px) solid #dff3ff;
}
@media screen and (min-width: 1000px) {
  .news {
    margin-top: calc(390 / 375 * 38px);
    padding: 0 calc(390 / 375 * 15px);
  }
  .news__lst {
    margin-top: calc(390 / 375 * 15px);
  }
  .news__lst li {
    padding: calc(390 / 375 * 15px);
    font-size: calc(390 / 375 * 14px);
  }
  .news__lst li:not(:last-child) {
    border-bottom-width: 3px;
  }
}
@media screen and (max-width: 999px) {
  main .movie {
    margin-top: 10.2666666667vw;
    padding: 0 4vw;
  }
}
@media screen and (min-width: 1000px) {
  main .movie {
    margin-top: 40.04px;
    padding: 0 15.6px;
  }
}
main .movie .video {
  cursor: pointer;
}
@media screen and (max-width: 999px) {
  main .movie .video {
    margin-top: 3.2vw;
  }
}
@media screen and (min-width: 1000px) {
  main .movie .video {
    margin-top: 12.48px;
  }
}
@media screen and (max-width: 999px) {
  main .movie .tab {
    margin-top: 40px;
  }
}
@media screen and (min-width: 1000px) {
  main .movie .tab {
    margin-top: 20.8px;
  }
}
main .movie .tab.modal-open {
  cursor: pointer;
}
main .ask {
  overflow: hidden;
  margin-top: 7.4666666667vw;
  padding-left: 4vw;
  padding-right: 4vw;
  padding-bottom: 10.66vw;
}
.ask .cmn-title:not(:first-child) {
  margin-top: 10.66vw;
}
@media screen and (min-width: 1000px) {
  .ask .cmn-title:not(:first-child) {
    margin-top: 40px;
  }
}
@media screen and (min-width: 1000px) {
  main .ask {
    margin-top: 29.12px;
    padding-left: 15.6px;
    padding-right: 15.6px;
    padding-bottom: 40px;
  }
}
main .ask .list .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 36vw;
  position: relative;
}

@media screen and (min-width: 1000px) {
  main .ask .list .item {
    height: 135px;
  }
}
.ask .list .img {
  flex: 0 0 25.33vw;
  width: 25.33vw;
  position: absolute;
  top: 50%;
  left: auto;
  transform: translateY(-50%);
}
@media screen and (min-width: 1000px) {
  .ask .list .img {
    flex: 0 0 95px;
    width: 95px;
  }
}
.ask__message {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 55.73vw;
  height: 17.86vw;
  background-color: #fff;
  border-radius: 0.35em;
  box-shadow: 0.2em 0.2em 0.2em rgba(0, 76, 187, 0.2);
  line-height: 1.6;
  font-size: 3.7333333333vw;
  font-weight: bold;
  text-align: center;
  color: #004cbb;
}

@media screen and (min-width: 1000px) {
  .ask__message {
    flex: 0 0 209px;
    height: 67px;
    font-size: 14px;
  }
}
.ask .list.reverse .item:nth-child(even) {
  flex-direction: row;
}
.ask .list .item:nth-child(even),
.ask .list.reverse .item:nth-child(odd) {
  flex-direction: row-reverse;
}
.ask .list .item:nth-child(odd) .ask__message,
.ask .list.reverse .item:nth-child(even) .ask__message {
  margin-left: auto;
  margin-right: 1.07em;
}
.ask .list .item:nth-child(even) .ask__message,
.ask .list.reverse .item:nth-child(odd) .ask__message {
  margin-right: auto;
  margin-left: 1.07em;
}
.ask__message::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
}
main .ask .list .item:nth-child(even) .ask__message::after,
main .ask .list.reverse .item:nth-child(odd) .ask__message::after {
  left: auto;
  right: -1em;
  border-color: transparent transparent transparent #fff;
  border-width: 0.57em 0 0.57em 1.14em;
}
main .ask .list .item:nth-child(odd) .ask__message::after,
main .ask .list.reverse .item:nth-child(even) .ask__message::after {
  right: auto;
  left: -1em;
  border-color: transparent #fff transparent transparent;
  border-width: 0.57em 1.14em 0.57em 0;
}
main .attention {
  background-image: url("../img/top/attention-bg01.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding-block: calc(134 / 750 * 100vw);
  padding-inline: calc(30 / 750 * 100vw);
  overflow: hidden;
}
@media screen and (min-width: 1000px) {
  main .attention {
    padding-block: calc(134 * (780 / 750) * 0.5px);
    padding-inline: calc(30 * (780 / 750) * 0.5px);
  }
}
main .attention .attention-txt {
  line-height: 1.625;
  text-align: center;
  color: #fff;
  font-size: 4.2666666667vw;
  margin-top: calc(30 / 750 * 100vw);
}
@media screen and (min-width: 1000px) {
  main .attention .attention-txt {
    font-size: 16.64px;
    margin-top: calc(74 * (780 / 750) * 0.5px);
  }
}
main .attention .attention-txt span {
  display: block;
  line-height: 1.61;
  text-decoration: underline;
  font-weight: 600;
}
@media screen and (max-width: 999px) {
  main .attention .attention-txt span {
    font-size: 6.1333333333vw;
  }
}
@media screen and (min-width: 1000px) {
  main .attention .attention-txt span {
    font-size: 23.92px;
  }
}
main .attention .attention-box {
  background-color: #fff;
}
@media screen and (max-width: 999px) {
  main .attention .attention-box {
    padding: 5.8666666667vw 4vw 4.6666666667vw;
    margin-top: 4.8vw;
  }
}
@media screen and (min-width: 1000px) {
  main .attention .attention-box {
    padding: 22.88px 15.6px 18.2px;
    margin-top: 18.72px;
  }
}
main .attention .attention-box .title {
  line-height: 1.6;
  font-weight: 600;
  text-align: center;
  color: #004cbb;
}
@media screen and (max-width: 999px) {
  main .attention .attention-box .title {
    font-size: 5.6vw;
  }
}
@media screen and (min-width: 1000px) {
  main .attention .attention-box .title {
    font-size: 21.84px;
  }
}
main .attention .attention-box .title span {
  color: #fff;
  background: -ms-linear-gradient(0deg, #f391bc 0%, #f071a9 17.59%, #ec4b91 42.17%, #e93081 64.91%, #e81f77 84.9%, #e71973 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#F391BC', endColorstr='#E71973' ,GradientType=0)";
  background: linear-gradient(90deg, #f391bc 0%, #f071a9 17.59%, #ec4b91 42.17%, #e93081 64.91%, #e81f77 84.9%, #e71973 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#F391BC",endColorstr="#E71973" , GradientType=1);
}
@media screen and (max-width: 999px) {
  main .attention .attention-box .title span {
    padding: 0 1.3333333333vw;
  }
}
@media screen and (min-width: 1000px) {
  main .attention .attention-box .title span {
    padding: 0 5.2px;
  }
}
@media screen and (max-width: 999px) {
  main .attention .attention-box .img {
    margin-top: 7.2vw;
  }
}
@media screen and (min-width: 1000px) {
  main .attention .attention-box .img {
    margin-top: 28.08px;
  }
}
main .attention .attention-box .txt {
  line-height: 1.6;
  color: #7f7f7f;
}
@media screen and (max-width: 999px) {
  main .attention .attention-box .txt {
    font-size: 2.6666666667vw;
    padding: 0 4vw;
    margin-top: 2.8vw;
  }
}
@media screen and (min-width: 1000px) {
  main .attention .attention-box .txt {
    font-size: 10.4px;
    padding: 0 15.6px;
    margin-top: 10.92px;
  }
}
@media screen and (max-width: 999px) {
  main .reason {
    margin: 11.8666666667vw 0 9.7333333333vw;
    padding: 0 4vw;
  }
}
@media screen and (min-width: 1000px) {
  main .reason {
    margin: 46.28px 0 37.96px;
    padding: 0 15.6px;
  }
}
@media screen and (max-width: 999px) {
  main .reason .reason-list {
    margin-top: 6.2666666667vw;
  }
}
@media screen and (min-width: 1000px) {
  main .reason .reason-list {
    margin-top: 24.44px;
  }
}
@media screen and (max-width: 999px) {
  main .reason .reason-list .item {
    margin-top: 8.6666666667vw;
  }
}
@media screen and (min-width: 1000px) {
  main .reason .reason-list .item {
    margin-top: 33.8px;
  }
}
main .reason .reason-list .item .head {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: -ms-linear-gradient(0deg, #5cc7ff 0%, #43a6ed 18.02%, #2680d8 42.47%, #1165c9 65.09%, #0454c0 84.98%, #004ebd 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#5CC7FF', endColorstr='#004EBD' ,GradientType=0)";
  background: linear-gradient(90deg, #5cc7ff 0%, #43a6ed 18.02%, #2680d8 42.47%, #1165c9 65.09%, #0454c0 84.98%, #004ebd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5CC7FF",endColorstr="#004EBD" , GradientType=1);
}
@media screen and (max-width: 999px) {
  main .reason .reason-list .item .head {
    height: 19.3333333333vw;
  }
}
@media screen and (min-width: 1000px) {
  main .reason .reason-list .item .head {
    height: 75.4px;
  }
}
main .reason .reason-list .item .head .title {
  line-height: 1.4;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 999px) {
  main .reason .reason-list .item .head .title {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 1000px) {
  main .reason .reason-list .item .head .title {
    font-size: 16.64px;
  }
}
main .reason .reason-list .item .head .title span {
  color: #ffff00;
}
main .reason .reason-list .item .head .number {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-image: url("../img/top/reason-icon01.png");
  background-size: cover;
  background-repeat: no-repeat;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 999px) {
  main .reason .reason-list .item .head .number {
    top: -6vw;
    left: -2vw;
    width: 14.2666666667vw;
    height: 12.2666666667vw;
    font-size: 2.6666666667vw;
  }
}
@media screen and (min-width: 1000px) {
  main .reason .reason-list .item .head .number {
    top: -23.4px;
    left: -7.8px;
    width: 55.64px;
    height: 47.84px;
    font-size: 10.4px;
  }
}
@media screen and (max-width: 999px) {
  main .reason .reason-list .item .head .number span {
    font-size: 5.0666666667vw;
  }
}
@media screen and (min-width: 1000px) {
  main .reason .reason-list .item .head .number span {
    font-size: 19.76px;
  }
}
main .reason .reason-list .item .body {
  background-color: #fff;
}
@media screen and (max-width: 999px) {
  main .reason .reason-list .item .body {
    padding: 4vw 7.3333333333vw 7.6vw;
  }
}
@media screen and (min-width: 1000px) {
  main .reason .reason-list .item .body {
    padding: 15.6px 28.6px 29.64px;
  }
}
main .reason .reason-list .item .body .txt {
  line-height: 1.59;
  text-align: left;
}
@media screen and (max-width: 999px) {
  main .reason .reason-list .item .body .txt {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 1000px) {
  main .reason .reason-list .item .body .txt {
    font-size: 16.64px;
  }
}
main .reason .reason-list .item .body .txt.center {
  text-align: center;
}
main .reason .reason-list .item .body .img {
  margin-top: 64px;
}
@media screen and (max-width: 999px) {
  main .reason .reason-list .item .body .img {
    margin-top: 8.5333333333vw;
  }
}
@media screen and (min-width: 1000px) {
  main .reason .reason-list .item .body .img {
    margin-top: 33.28px;
  }
}
main .reason .reason-list .item .body .img .img-txt {
  text-align: center;
  line-height: 1.58;
}
@media screen and (max-width: 999px) {
  main .reason .reason-list .item .body .img .img-txt {
    margin-top: 1.3333333333vw;
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 1000px) {
  main .reason .reason-list .item .body .img .img-txt {
    margin-top: 5.2px;
    font-size: 12.48px;
  }
}
main .reason .reason-list .item .body .si {
  line-height: 1.6;
}
@media screen and (max-width: 999px) {
  main .reason .reason-list .item .body .si {
    margin-top: 3.0666666667vw;
    font-size: 2.6666666667vw;
  }
}
@media screen and (min-width: 1000px) {
  main .reason .reason-list .item .body .si {
    margin-top: 11.96px;
    font-size: 10.4px;
  }
}
main .reason .reason-list .item:first-child {
  margin-top: 0;
}
@media screen and (max-width: 999px) {
  main .reason .readon-button {
    margin-top: 6.6666666667vw;
  }
}
@media screen and (min-width: 1000px) {
  main .reason .readon-button {
    margin-top: 26px;
  }
}
main .seihin {
  background-color: #fff;
}
@media screen and (max-width: 999px) {
  main .seihin {
    padding: 9.3333333333vw 4vw 13.7333333333vw;
  }
}
@media screen and (min-width: 1000px) {
  main .seihin {
    padding: 36.4px 15.6px 53.56px;
  }
}
main .seihin .seihin-copy {
  text-align: center;
}
@media screen and (max-width: 999px) {
  main .seihin .seihin-copy {
    margin-top: 4vw;
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 1000px) {
  main .seihin .seihin-copy {
    margin-top: 15.6px;
    font-size: 16.64px;
  }
}
@media screen and (max-width: 999px) {
  main .seihin .seihin-img {
    padding: 0 2.9333333333vw;
  }
}
@media screen and (min-width: 1000px) {
  main .seihin .seihin-img {
    padding: 0 11.44px;
  }
}
.seihin-txt {
  line-height: 1.58;
  text-align: center;
  font-size: 3.2vw;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
}
@media screen and (min-width: 1000px) {
  .seihin-txt {
    font-size: 12.48px;
  }
}
.seihin-txt__class {
  border: 1px solid #666666;
  padding: 1px 0.2em;
  vertical-align: middle;
  margin-left: 0.5em;
  line-height: 1;
  display: inline-block;
  font-size: 2.1333333333vw;
  margin-left: 0.4vw;
}
@media screen and (min-width: 1000px) {
  .seihin-txt__class {
    font-size: 8.32px;
    margin-left: 1.56px;
  }
}
.seihin-txt__otc {
  display: block;
  width: calc(130 / 750 * 100vw);
}
@media screen and (min-width: 1000px) {
  .seihin-txt__otc {
    width: calc(130 * (780 / 750) * 0.5px);
  }
}
@media screen and (max-width: 999px) {
  main .seihin .list {
    margin-top: 5.6vw;
  }
}
@media screen and (min-width: 1000px) {
  main .seihin .list {
    margin-top: 21.84px;
  }
}
@media screen and (max-width: 999px) {
  main .seihin .list dl {
    padding: 0 8vw;
    margin-top: 3.2vw;
  }
}
@media screen and (min-width: 1000px) {
  main .seihin .list dl {
    padding: 0 31.2px;
    margin-top: 12.48px;
  }
}
main .seihin .list dl dt {
  color: #004cbb;
}
@media screen and (max-width: 999px) {
  main .seihin .list dl dt {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 1000px) {
  main .seihin .list dl dt {
    font-size: 12.48px;
  }
}
main .seihin .list dl dd {
  line-height: 1.58;
}
@media screen and (max-width: 999px) {
  main .seihin .list dl dd {
    font-size: 3.2vw;
    margin-top: 1.8666666667vw;
  }
}
@media screen and (min-width: 1000px) {
  main .seihin .list dl dd {
    font-size: 12.48px;
    margin-top: 7.28px;
  }
}
main .seihin .list dl:first-child {
  margin-top: 0;
}
@media screen and (max-width: 999px) {
  main .seihin .seihin-button {
    margin-top: 6.6666666667vw;
  }
}
@media screen and (min-width: 1000px) {
  main .seihin .seihin-button {
    margin-top: 26px;
  }
}
@media screen and (max-width: 999px) {
  main .faq {
    padding: 8.1333333333vw 4vw 10.8vw;
  }
}
@media screen and (min-width: 1000px) {
  main .faq {
    padding: 31.72px 15.6px 42.12px;
  }
}
@media screen and (max-width: 999px) {
  main .faq .content {
    margin-top: 6.6666666667vw;
  }
}
@media screen and (min-width: 1000px) {
  main .faq .content {
    margin-top: 26px;
  }
}
main .faq .content .box {
  position: relative;
  cursor: pointer;
  background-color: #fff;
}
@media screen and (max-width: 999px) {
  main .faq .content .box {
    padding: 6.6666666667vw 4vw;
    margin-top: 5.3333333333vw;
  }
}
@media screen and (min-width: 1000px) {
  main .faq .content .box {
    padding: 26px 15.6px;
    margin-top: 20.8px;
  }
}
main .faq .content .box .head {
  position: relative;
  display: flex;
}
main .faq .content .box .head::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  background-image: url("../img/cmn/arrow02.png");
  background-size: cover;
  background-repeat: no-repeat;
  transition: transform 0.3s;
  transform: rotate(-180deg);
}
@media screen and (max-width: 999px) {
  main .faq .content .box .head::after {
    width: 2.6666666667vw;
    height: 1.6vw;
  }
}
@media screen and (min-width: 1000px) {
  main .faq .content .box .head::after {
    width: 10.4px;
    height: 6.24px;
  }
}
main .faq .content .box .head.open::after {
  transform: rotate(0deg);
}
main .faq .content .box .head .icon {
  box-sizing: content-box;
}
@media screen and (max-width: 999px) {
  main .faq .content .box .head .icon {
    flex: 0 0 4.2666666667vw;
  }
}
@media screen and (min-width: 1000px) {
  main .faq .content .box .head .icon {
    flex: 0 0 16.64px;
  }
}
main .faq .content .box .head .title {
  position: relative;
  flex: 0 1 100%;
  line-height: 1.63;
  font-weight: bold;
  color: #004cbb;
}
@media screen and (max-width: 999px) {
  main .faq .content .box .head .title {
    font-size: 4.2666666667vw;
    margin-left: 7.3333333333vw;
  }
}
@media screen and (min-width: 1000px) {
  main .faq .content .box .head .title {
    font-size: 16.64px;
    margin-left: 28.6px;
  }
}
main .faq .content .box .head .title::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 78%;
  background-color: #666666;
}
@media screen and (max-width: 999px) {
  main .faq .content .box .head .title::before {
    top: 1.0666666667vw;
    left: -3.8666666667vw;
  }
}
@media screen and (min-width: 1000px) {
  main .faq .content .box .head .title::before {
    left: -15.08px;
    top: 4.16px;
  }
}
main .faq .content .box .body {
  display: none;
}
main .faq .content .box .body .content {
  display: flex;
}
@media screen and (max-width: 999px) {
  main .faq .content .box .body .content {
    margin-top: 4vw;
  }
}
@media screen and (min-width: 1000px) {
  main .faq .content .box .body .content {
    margin-top: 15.6px;
  }
}
main .faq .content .box .body .content .icon {
  box-sizing: content-box;
}
@media screen and (max-width: 999px) {
  main .faq .content .box .body .content .icon {
    flex: 0 0 4.2666666667vw;
  }
}
@media screen and (min-width: 1000px) {
  main .faq .content .box .body .content .icon {
    flex: 0 0 16.64px;
  }
}
main .faq .content .box .body .content .txt {
  position: relative;
  flex: 0 1 100%;
  line-height: 1.63;
  font-weight: bold;
}
@media screen and (max-width: 999px) {
  main .faq .content .box .body .content .txt {
    font-size: 4.2666666667vw;
    margin-left: 7.3333333333vw;
  }
}
@media screen and (min-width: 1000px) {
  main .faq .content .box .body .content .txt {
    font-size: 16.64px;
    margin-left: 28.6px;
  }
}
main .faq .content .box .body .content .txt::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 95%;
  background-color: #666666;
}
@media screen and (max-width: 999px) {
  main .faq .content .box .body .content .txt::before {
    top: 1.0666666667vw;
    left: -3.8666666667vw;
  }
}
@media screen and (min-width: 1000px) {
  main .faq .content .box .body .content .txt::before {
    left: -15.08px;
    top: 4.16px;
  }
}
main .faq .content .box:first-child {
  margin-top: 0;
}
@media screen and (max-width: 999px) {
  main .faq .faq-button {
    margin-top: 8vw;
  }
}
@media screen and (min-width: 1000px) {
  main .faq .faq-button {
    margin-top: 31.2px;
  }
}
main .buy {
  position: relative;
  background-color: #fff;
  border-bottom: 1px solid #666666;
}
@media screen and (max-width: 999px) {
  main .buy {
    padding: 8.5333333333vw 8vw 8vw;
  }
}
@media screen and (min-width: 1000px) {
  main .buy {
    padding: 33.28px 15.6px 15.6px;
  }
}
main .buy .buy-txt {
  text-align: left;
}
@media screen and (max-width: 999px) {
  main .buy .buy-txt {
    margin-top: 4.5333333333vw;
  }
}
@media screen and (min-width: 1000px) {
  main .buy .buy-txt {
    margin-top: 17.68px;
  }
}
@media screen and (max-width: 999px) {
  main .buy .box {
    margin-top: 8.5333333333vw;
  }
}
@media screen and (min-width: 1000px) {
  main .buy .box {
    margin-top: 33.28px;
  }
}
main .buy .box .img {
  position: absolute;
  width: 275px;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 999px) {
  main .buy .box .img {
    width: 36.6666666667vw;
  }
}
@media screen and (min-width: 1000px) {
  main .buy .box .img {
    width: 143px;
  }
}
main .check .content {
  background-color: #fff;
}
@media screen and (max-width: 999px) {
  main .check .content {
    padding: 8.2666666667vw 8vw;
  }
}
@media screen and (min-width: 1000px) {
  main .check .content {
    padding: 32.24px 31.2px;
  }
}
@media screen and (max-width: 999px) {
  main .check .content .check-list {
    margin-top: 4.5333333333vw;
  }
}
@media screen and (min-width: 1000px) {
  main .check .content .check-list {
    margin-top: 17.68px;
  }
}
main .check .content .check-list .item {
  border-top: 1px dashed #666666;
}
@media screen and (max-width: 999px) {
  main .check .content .check-list .item {
    padding: 7.3333333333vw 0;
  }
}
@media screen and (min-width: 1000px) {
  main .check .content .check-list .item {
    padding: 28.6px 0;
  }
}
main .check .content .check-list .item .txt {
  text-align: left;
}
main .check .content .check-list .item .button-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
}
@media screen and (max-width: 999px) {
  main .check .content .check-list .item .button-box {
    margin-top: 4vw;
  }
}
@media screen and (min-width: 1000px) {
  main .check .content .check-list .item .button-box {
    margin-top: 15.6px;
  }
}
main .check .content .check-list .item .button-box label {
  width: 48%;
  cursor: pointer;
}
main .check .content .check-list .item .button-box input[type="radio"] {
  display: none;
}
main .check .content .check-list .item .button-box input[type="radio"]:checked + .js-check-button {
  color: #fff;
  background-color: #004cbb;
}
main .check .content .check-list .item .button-box .js-check-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  color: #004cbb;
  border: 1px solid #004cbb;
}
@media screen and (max-width: 999px) {
  main .check .content .check-list .item .button-box .js-check-button {
    height: 11.2vw;
    border-radius: 6vw;
    font-size: 3.7333333333vw;
  }
}
@media screen and (min-width: 1000px) {
  main .check .content .check-list .item .button-box .js-check-button {
    height: 43.68px;
    border-radius: 23.4px;
    font-size: 14.56px;
  }
}
main .check .content .check-list .item .attention-txt {
  display: none;
  align-items: center;
  justify-content: center;
  line-height: 1.59;
  text-align: center;
  color: #fff;
  background-color: #e71973;
}
@media screen and (max-width: 999px) {
  main .check .content .check-list .item .attention-txt {
    height: 18.2666666667vw;
    margin-top: 5.3333333333vw;
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 1000px) {
  main .check .content .check-list .item .attention-txt {
    height: 71.24px;
    margin-top: 20.8px;
    font-size: 16.64px;
  }
}
main .check .content .check-list .item .attention-txt.show {
  display: flex;
}
main .check .content .check-list .item:first-child {
  border-top: none;
  padding-top: 0;
}
main .check .check-ok {
  position: relative;
  display: none;
  background-color: #004cbb;
}
@media screen and (max-width: 999px) {
  main .check .check-ok {
    padding: 7.3333333333vw 4vw 15.0666666667vw;
  }
}
@media screen and (min-width: 1000px) {
  main .check .check-ok {
    padding: 28.6px 15.6px 58.76px;
  }
}
main .check .check-ok .txt {
  line-height: 1.49;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 999px) {
  main .check .check-ok .txt {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 1000px) {
  main .check .check-ok .txt {
    font-size: 16.64px;
  }
}
main .check .check-ok .download {
  background-color: #e71973;
}
@media screen and (max-width: 999px) {
  main .check .check-ok .download {
    margin-top: 6.6666666667vw;
  }
}
@media screen and (min-width: 1000px) {
  main .check .check-ok .download {
    margin-top: 26px;
  }
}

/* ==========================================================================
  clinicaltrial
========================================================================== */
#clinicaltrial .clinicaltrial-wrap .content .trial.trial02 {
  background-color: #004cbb;
}
#clinicaltrial .clinicaltrial-wrap .content .trial.trial02 .under-h2 {
  color: #fff;
}
#clinicaltrial .clinicaltrial-wrap .content .trial.trial02 .head {
  background: #6bd8ef !important;
}

/* ==========================================================================
  point
========================================================================== */
#point .point-wrap .content .under-content .head {
  background: #fff !important;
  border-bottom: 1px solid #004cbb;
}
@media screen and (max-width: 999px) {
  #point .point-wrap .content .under-content .head .icon {
    width: 4.8vw;
    margin-right: 1.3333333333vw;
  }
}
@media screen and (min-width: 1000px) {
  #point .point-wrap .content .under-content .head .icon {
    width: 18.72px;
    margin-right: 5.2px;
  }
}
#point .point-wrap .content .under-content .head .title {
  color: #004cbb;
}
#point .point-wrap .content .point-button {
  background-color: #6bd8ef;
}
@media screen and (max-width: 999px) {
  #point .point-wrap .content .point-button {
    margin-top: 9.3333333333vw;
  }
}
@media screen and (min-width: 1000px) {
  #point .point-wrap .content .point-button {
    margin-top: 36.4px;
  }
}
@media screen and (max-width: 999px) {
  #point .point-wrap .content .point-button .icon {
    width: 5.3333333333vw;
    margin-right: 1.3333333333vw;
  }
}
@media screen and (min-width: 1000px) {
  #point .point-wrap .content .point-button .icon {
    width: 20.8px;
    margin-right: 5.2px;
  }
}
#point .point-wrap .content .point-txt {
  line-height: 1.6;
  color: #fff;
}
@media screen and (max-width: 999px) {
  #point .point-wrap .content .point-txt {
    font-size: 2.6666666667vw;
    margin-top: 5.3333333333vw;
  }
}
@media screen and (min-width: 1000px) {
  #point .point-wrap .content .point-txt {
    font-size: 10.4px;
    margin-top: 20.8px;
  }
}

/* ==========================================================================
  hayfever
========================================================================== */
.content-sec:not(:first-child) {
  margin-top: calc(90 / 750 * 100vw);
}
@media screen and (min-width: 1000px) {
  .content-sec:not(:first-child) {
    margin-top: calc(390 / 375 * 45px);
  }
}
.anclink-list li {
  margin-bottom: calc(24 / 750 * 100vw);
}
@media screen and (min-width: 1000px) {
  .anclink-list li {
    margin-bottom: calc(390 / 375 * 12px);
  }
}

.anclink {
  font-size: calc(32 / 750 * 100vw);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: calc(110 / 750 * 100vw);
  font-weight: bold;
  border-radius: calc(10 / 750 * 100vw);
  color: #fff;
  background-color: #004cbb;
  box-shadow: 0.4vw 0.4vw 0.4vw rgba(0, 76, 187, 0.3);
  transition: opacity 0.3s, box-shadow 0.3s;
}
.anclink::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  left: calc(30 / 750 * 100vw);
  background-image: url("../img/cmn/arrow01.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: calc(12 / 750 * 100vw);
  height: calc(20 / 750 * 100vw);
}
@media screen and (min-width: 1000px) {
  .anclink {
    font-size: calc(390 / 375 * 16px);
    height: calc(390 / 375 * 55px);
    border-radius: calc(390 / 375 * 5px);
    box-shadow: 1.56px 1.56px 1.56px rgba(0, 76, 187, 0.3);
  }
  .anclink::before {
    left: calc(390 / 375 * 15px);
    width: calc(390 / 375 * 6px);
    height: calc(390 / 375 * 10px);
  }
}

@media screen and (max-width: 999px) {
  #hayfever .hayfever-buton {
    margin-top: 8vw;
  }
}
@media screen and (min-width: 1000px) {
  #hayfever .hayfever-buton {
    margin-top: 31.2px;
  }
}
@media screen and (max-width: 999px) {
  #hayfever .hayfever-content {
    margin-top: 8vw;
  }
}
@media screen and (min-width: 1000px) {
  #hayfever .hayfever-content {
    margin-top: 31.2px;
  }
}
#hayfever .hayfever-content .box {
  background-image: url("../img/hayfever/bg01.png");
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 999px) {
  #hayfever .hayfever-content .box {
    padding: 5.3333333333vw 4vw 13.0666666667vw;
    margin-top: 4.1333333333vw;
  }
}
@media screen and (min-width: 1000px) {
  #hayfever .hayfever-content .box {
    padding: 20.8px 15.6px 50.96px;
    margin-top: 16.12px;
  }
}
@media screen and (max-width: 999px) {
  #hayfever .hayfever-content .box .img {
    transform: translateY(-2.6666666667vw);
  }
}
@media screen and (min-width: 1000px) {
  #hayfever .hayfever-content .box .img {
    transform: translateY(-10.4px);
  }
}
#hayfever .hayfever-content .box .title {
  font-weight: 500;
  line-height: 1.3;
  width: 82%;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  background: -ms-linear-gradient(0deg, #f391bc 0%, #f071a9 17.59%, #ec4b91 42.17%, #e93081 64.91%, #e81f77 84.9%, #e71973 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#F391BC', endColorstr='#E71973' ,GradientType=0)";
  background: linear-gradient(90deg, #f391bc 0%, #f071a9 17.59%, #ec4b91 42.17%, #e93081 64.91%, #e81f77 84.9%, #e71973 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#F391BC",endColorstr="#E71973" , GradientType=1);
}
@media screen and (max-width: 999px) {
  #hayfever .hayfever-content .box .title {
    padding: 0 1.3333333333vw;
    font-size: 5.6vw;
  }
}
@media screen and (min-width: 1000px) {
  #hayfever .hayfever-content .box .title {
    padding: 0 5.2px;
    font-size: 21.84px;
  }
}
#hayfever .hayfever-content .box .txt {
  line-height: 1.6;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 999px) {
  #hayfever .hayfever-content .box .txt {
    font-size: 4.2666666667vw;
    margin-top: 5.7333333333vw;
  }
}
@media screen and (min-width: 1000px) {
  #hayfever .hayfever-content .box .txt {
    font-size: 16.64px;
    margin-top: 22.36px;
  }
}
#hayfever .hayfever-content .box .button {
  background-color: #e71973;
}
@media screen and (max-width: 999px) {
  #hayfever .hayfever-content .box .button {
    height: 20vw;
    margin-top: 5.3333333333vw;
  }
}
@media screen and (min-width: 1000px) {
  #hayfever .hayfever-content .box .button {
    height: 78px;
    margin-top: 20.8px;
  }
}
#hayfever .hayfever-content .box .button .link {
  line-height: 1.35;
  text-align: center;
}
@media screen and (max-width: 999px) {
  #hayfever .calender-list {
    margin-top: 5.2vw;
  }
}
@media screen and (min-width: 1000px) {
  #hayfever .calender-list {
    margin-top: 20.28px;
  }
}
#hayfever .calender-list .item {
  background-color: #004cbb;
}
@media screen and (max-width: 999px) {
  #hayfever .calender-list .item {
    border-radius: 1.3333333333vw;
    margin-top: 4.8vw;
    box-shadow: 0.4vw 0.4vw 0.4vw rgba(0, 76, 187, 0.3);
  }
}
@media screen and (min-width: 1000px) {
  #hayfever .calender-list .item {
    border-radius: 5.2px;
    margin-top: 18.72px;
    box-shadow: 1.56px 1.56px 1.56px rgba(0, 76, 187, 0.3);
  }
}
#hayfever .calender-list .item .head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
@media screen and (max-width: 999px) {
  #hayfever .calender-list .item .head {
    padding: 0 5.3333333333vw;
    height: 13.3333333333vw;
  }
}
@media screen and (min-width: 1000px) {
  #hayfever .calender-list .item .head {
    padding: 0 20.8px;
    height: 52px;
  }
}
#hayfever .calender-list .item .head .txt {
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 999px) {
  #hayfever .calender-list .item .head .txt {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 1000px) {
  #hayfever .calender-list .item .head .txt {
    font-size: 16.64px;
  }
}
#hayfever .calender-list .item .head .icon {
  position: relative;
}
@media screen and (max-width: 999px) {
  #hayfever .calender-list .item .head .icon {
    width: 4vw;
    height: 4vw;
  }
}
@media screen and (min-width: 1000px) {
  #hayfever .calender-list .item .head .icon {
    width: 15.6px;
    height: 15.6px;
  }
}
#hayfever .calender-list .item .head .icon::before,
#hayfever .calender-list .item .head .icon::after {
  content: "";
  position: absolute;
  width: 100%;
  background-color: #fff;
  top: 50%;
  transition: transform 0.3s, opacity 0.3s;
  transform: translateY(-50%);
}
@media screen and (max-width: 999px) {
  #hayfever .calender-list .item .head .icon::before,
  #hayfever .calender-list .item .head .icon::after {
    height: 0.2666666667vw;
  }
}
@media screen and (min-width: 1000px) {
  #hayfever .calender-list .item .head .icon::before,
  #hayfever .calender-list .item .head .icon::after {
    height: 1.04px;
  }
}
#hayfever .calender-list .item .head .icon::after {
  transform: rotate(90deg);
}
#hayfever .calender-list .item .head.open .icon::after {
  transform: rotate(0deg);
}
#hayfever .calender-list .item .body {
  display: none;
  position: relative;
  background-color: #fff;
}
@media screen and (max-width: 999px) {
  #hayfever .calender-list .item .body {
    padding: 2.6666666667vw 0 4vw;
    margin-bottom: 1.3333333333vw;
    border-radius: 0 0 1.3333333333vw 1.3333333333vw;
  }
}
@media screen and (min-width: 1000px) {
  #hayfever .calender-list .item .body {
    padding: 10.4px 0 15.6px;
    margin-bottom: 5.2px;
    border-radius: 0 0 5.2px 5.2px;
  }
}
#hayfever .calender-list .item .body::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #004cbb;
}
@media screen and (max-width: 999px) {
  #hayfever .calender-list .item .body::after {
    height: 1.3333333333vw;
    border-radius: 0 0 1.3333333333vw 1.3333333333vw;
  }
}
@media screen and (min-width: 1000px) {
  #hayfever .calender-list .item .body::after {
    height: 5.2px;
    border-radius: 0 0 5.2px 5.2px;
  }
}
#hayfever .calender-list .item .body .img {
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 999px) {
  #hayfever .calender-list .item .body .img {
    max-width: 86.6666666667vw;
  }
}
@media screen and (min-width: 1000px) {
  #hayfever .calender-list .item .body .img {
    max-width: 338px;
  }
}
#hayfever .calender-list .item:first-child {
  margin-top: 0;
}

/* ==========================================================================
  faq
========================================================================== */
@media screen and (max-width: 999px) {
  #faq .faq-list {
    margin-top: 6.6666666667vw;
  }
}
@media screen and (min-width: 1000px) {
  #faq .faq-list {
    margin-top: 26px;
  }
}
#faq .faq-list .item {
  position: relative;
  cursor: pointer;
  background-color: #fff;
}
@media screen and (max-width: 999px) {
  #faq .faq-list .item {
    padding: 6.6666666667vw 4vw;
    margin-top: 5.3333333333vw;
  }
}
@media screen and (min-width: 1000px) {
  #faq .faq-list .item {
    padding: 26px 15.6px;
    margin-top: 20.8px;
  }
}
#faq .faq-list .item .head {
  position: relative;
  display: flex;
}
#faq .faq-list .item .head::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  background-image: url("../img/cmn/arrow02.png");
  background-size: cover;
  background-repeat: no-repeat;
  transition: transform 0.3s;
  transform: rotate(-180deg);
}
@media screen and (max-width: 999px) {
  #faq .faq-list .item .head::after {
    width: 2.6666666667vw;
    height: 1.6vw;
  }
}
@media screen and (min-width: 1000px) {
  #faq .faq-list .item .head::after {
    width: 10.4px;
    height: 6.24px;
  }
}
#faq .faq-list .item .head.open::after {
  transform: rotate(0deg);
}
#faq .faq-list .item .head .icon {
  box-sizing: content-box;
}
@media screen and (max-width: 999px) {
  #faq .faq-list .item .head .icon {
    flex: 0 0 4.2666666667vw;
  }
}
@media screen and (min-width: 1000px) {
  #faq .faq-list .item .head .icon {
    flex: 0 0 16.64px;
  }
}
#faq .faq-list .item .head .title {
  position: relative;
  flex: 0 1 100%;
  line-height: 1.63;
  font-weight: bold;
  color: #004cbb;
}
@media screen and (max-width: 999px) {
  #faq .faq-list .item .head .title {
    font-size: 4.2666666667vw;
    margin-left: 7.3333333333vw;
  }
}
@media screen and (min-width: 1000px) {
  #faq .faq-list .item .head .title {
    font-size: 16.64px;
    margin-left: 28.6px;
  }
}
#faq .faq-list .item .head .title::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 78%;
  background-color: #666666;
}
@media screen and (max-width: 999px) {
  #faq .faq-list .item .head .title::before {
    top: 1.0666666667vw;
    left: -3.8666666667vw;
  }
}
@media screen and (min-width: 1000px) {
  #faq .faq-list .item .head .title::before {
    left: -15.08px;
    top: 4.16px;
  }
}
#faq .faq-list .item .body {
  display: none;
}
#faq .faq-list .item .body .content {
  display: flex;
}
@media screen and (max-width: 999px) {
  #faq .faq-list .item .body .content {
    margin-top: 4vw;
  }
}
@media screen and (min-width: 1000px) {
  #faq .faq-list .item .body .content {
    margin-top: 15.6px;
  }
}
#faq .faq-list .item .body .content .icon {
  box-sizing: content-box;
}
@media screen and (max-width: 999px) {
  #faq .faq-list .item .body .content .icon {
    flex: 0 0 4.2666666667vw;
  }
}
@media screen and (min-width: 1000px) {
  #faq .faq-list .item .body .content .icon {
    flex: 0 0 16.64px;
  }
}
#faq .faq-list .item .body .content .txt {
  position: relative;
  flex: 0 1 100%;
  line-height: 1.63;
  font-weight: bold;
}
@media screen and (max-width: 999px) {
  #faq .faq-list .item .body .content .txt {
    font-size: 4.2666666667vw;
    margin-left: 7.3333333333vw;
  }
}
@media screen and (min-width: 1000px) {
  #faq .faq-list .item .body .content .txt {
    font-size: 16.64px;
    margin-left: 28.6px;
  }
}
#faq .faq-list .item .body .content .txt::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 95%;
  background-color: #666666;
}
@media screen and (max-width: 999px) {
  #faq .faq-list .item .body .content .txt::before {
    top: 1.0666666667vw;
    left: -3.8666666667vw;
  }
}
@media screen and (min-width: 1000px) {
  #faq .faq-list .item .body .content .txt::before {
    left: -15.08px;
    top: 4.16px;
  }
}
#faq .faq-list .item:first-child {
  margin-top: 0;
}

/* ==========================================================================
  utility
  ========================================================================== */
/* ---------------------------------------------------------------------------
  show/hide
  --------------------------------------------------------------------------- */
.sp {
  display: block;
}
@media screen and (min-width: 1000px) {
  .sp {
    display: none;
  }
}

.sp-flex {
  display: flex !important;
}
@media screen and (min-width: 1000px) {
  .sp-flex {
    display: none !important;
  }
}

.pc {
  display: none;
}
@media screen and (min-width: 1000px) {
  .pc {
    display: block;
  }
}

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

/* ---------------------------------------------------------------------------
  modal
  --------------------------------------------------------------------------- */
.modal-buy {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  display: grid;
  padding: 6vw;
  transform: translateY(5px);
  transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
}
.modal-buy__bg {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.modal-buy__cnt {
  position: relative;
  z-index: 1;
  width: 88vw;
  margin: auto;
}
.modal-buy__close {
  width: 4.8vw;
  height: 4.8vw;
  position: absolute;
  bottom: 100%;
  left: 100%;
}
.modal-buy__close::before,
.modal-buy__close::after {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #fff;
}
.modal-buy__close::before {
  transform: rotate(45deg);
}
.modal-buy__close::after {
  transform: rotate(-45deg);
}

#mdl_buy {
  display: none;
}
#mdl_buy:checked + .modal-buy {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
@media screen and (min-width: 1000px) {
  .modal-buy {
    padding: 7px;
  }
  .modal-buy__cnt {
    width: 660px;
  }
  .modal-buy__close {
    width: 36px;
    height: 36px;
  }
}

.buy-head {
  text-align: center;
  padding: 5.33vw;
  border-radius: 2.66vw 2.66vw 0 0;
  background-color: #fff;
}
.buy-head__h {
  color: #004cbb;
  font-weight: 700;
  font-size: 4.26vw;
  margin-bottom: 1em;
}
.buy-head img {
  width: 62.4vw;
  height: auto;
}
.buy-lst {
  background-color: #004cbb;
  padding: 8vw 10.66vw;
  border-radius: 0 0 2.66vw 2.66vw;
}
.buy-lst li {
  margin-bottom: 2.66vw;
}
.buy-lst a {
  display: block;
  transition: opacity 0.3s;
}
.buy-lst a:hover {
  opacity: 0.8;
}
@media screen and (min-width: 1000px) {
  .buy-head {
    padding: 40px;
    border-radius: 10px 10px 0 0;
  }
  .buy-head__h {
    font-size: 32px;
  }
  .buy-head img {
    width: 350px;
  }
  .buy-lst {
    display: flex;
    flex-wrap: wrap;
    padding: 30px 40px;
    border-radius: 0 0 10px 10px;
  }
  .buy-lst li {
    flex: 0 0 50%;
    padding: 10px;
    margin-bottom: 0;
  }
}
.fix-btn {
  position: fixed;
  z-index: 999;
  bottom: 0;
  left: 0;
  width: 100%;
}
.fix-btn label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 16vw;
  font-size: 4.8vw;
  color: #fff;
  background-color: #f43435;
  position: relative;
  padding: 0 4.8vw;
}
.fix-btn label::before,
.fix-btn label::after {
  content: "";
  display: inline-block;
}
.fix-btn label::before {
  width: 6.4vw;
  height: 6.4vw;
  background-image: url(../img/cmn/icon-cart.svg);
  background-size: cover;
}
.fix-btn label::after {
  width: 1.86vw;
  height: 1.86vw;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  transform: rotate(45deg);
}
@media screen and (min-width: 1000px) {
  .fix-btn {
    display: none;
  }
}
/* ==========================================================================
  column
========================================================================== */

.column-body {
  background-color: #fff;
  font-size: calc(32 / 750 * 100vw);
  line-height: 1.75;
  padding: calc(50 * 780 / 750 * 0.5px) calc(30 / 750 * 100vw);
}
.column-body p:not(:last-child),
.column-product__container p:not(:last-child) {
  margin-bottom: 1em;
}
.column-index {
  background-color: #e6f3fc;
  padding: 1.5em;
  margin-block: 1.5em;
}
.column-index li {
  font-size: calc(28 / 750 * 100vw);
  line-height: 1.5;
  position: relative;
  padding-left: 1.25em;
}
.column-index li:not(:last-child) {
  margin-bottom: 1em;
}
.column-index li::before {
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-right: 1px solid #004cbb;
  border-bottom: 1px solid #004cbb;
  position: absolute;
  top: 0.35em;
  left: 0;
  right: 0.5em;
  rotate: 45deg;
}
.column-index li a {
  color: #004cbb;
}
.column-index li a:hover {
  text-decoration: underline;
}
.column-supervisor {
  padding: 1em;
  font-size: 0.875em;
  border: 2px solid #cee8f9;
  margin-block: calc(80 / 750 * 100vw);
}
.column-supervisor dl {
  display: flex;
  line-height: 1.5;
  margin-bottom: 1em;
}
.column-supervisor dt {
  flex: 0 0 auto;
  font-weight: 400;
  margin-right: 1em;
}
.column-supervisor em {
  font-weight: 600;
  font-size: 1.25em;
}
.column-supervisor small {
  display: block;
  font-size: 0.85em;
}
.column-sec {
  margin-bottom: calc(80 / 750 * 100vw);
}
.column-sec__head {
  color: #fff;
  font-size: calc(34 / 750 * 100vw);
  font-weight: 600;
  line-height: 1.5;
  padding: 1em;
  margin-bottom: 1em;
  background-image: linear-gradient(90deg, #5cc7ff 0%, #43a6ed 18.02%, #2680d8 42.47%, #1165c9 65.09%, #0454c0 84.98%, #004ebd 100%);
}
.column-sec__fig {
  margin-block: 1em;
}
.column-sec__fig img {
  width: 100%;
}
.ttl-circle,
.ttl-tert {
  font-size: 1.0625em;
  line-height: 1.5;
  font-weight: 600;
  color: #004cbb;
}
.ttl-tert {
  margin-top: 2em;
  margin-bottom: 0.5em;
}
.ttl-circle {
  margin-top: 1.5em;
  margin-bottom: 0.25em;
  display: flex;
  gap: 0.25em;
}
.ttl-circle::before {
  content: "";
  display: block;
  width: 0.75em;
  height: 0.75em;
  margin-top: 0.45em;
  border-radius: 100%;
  background-color: #004cbb;
}
.column-product {
  background-image: url("../img/cmn/bg01.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: calc(40 / 750 * 100vw);
}
.column-product__container {
  padding-inline: calc(30 / 750 * 100vw);
  font-size: calc(32 / 750 * 100vw);
  line-height: 1.75;
  padding-block: calc(60 / 750 * 100vw);
}
.column-product__head {
  text-align: center;
  font-size: calc(46 / 750 * 100vw);
  line-height: 1.5;
  font-weight: 600;
  margin-bottom: 1em;
  color: #004cbb;
}
.column-hr {
  width: calc(720 / 750 * 100vw);
  height: 0;
  margin-inline: auto;
  border-top: 1px solid #004cbb;
  margin-block: calc(20 / 750 * 100vw);
}
.lst-decimal {
  list-style-position: outside;
  padding-left: 1.5em;
  margin-block: 1em;
  counter-reset: custom_decimal;
}
.lst-decimal li {
  line-height: 1.5;
  position: relative;
}
.lst-decimal li:not(:last-child) {
  margin-bottom: 0.5em;
}
.lst-decimal li::before {
  display: grid;
  place-content: center;
  border-radius: 100%;
  counter-increment: custom_decimal;
  content: counter(custom_decimal, decimal);
  padding: 0.2em;
  width: 1.75em;
  height: 1.75em;
  text-align: center;
  background-color: #004cbb;
  color: #fff;
  font-size: 0.65em;
  line-height: 1;
  font-weight: 600;
  position: absolute;
  left: -2.25em;
  top: 0.25em;
}
@media screen and (min-width: 1000px) {
  .column-body {
    font-size: calc(32 * 780 / 750 * 0.5px);
    padding: calc(50 * 780 / 750 * 0.5px) calc(30 * 780 / 750 * 0.5px);
  }
  .column-index li {
    font-size: calc(28 * 780 / 750 * 0.5px);
  }
  .column-supervisor {
    margin-block: calc(80 * 780 / 750 * 0.5px);
  }
  .column-sec {
    margin-bottom: calc(80 * 780 / 750 * 0.5px);
  }
  .column-sec__head {
    font-size: calc(34 * 780 / 750 * 0.5px);
  }
  .column-product {
    padding-top: calc(40 * 780 / 750 * 0.5px);
  }
  .column-product__container {
    padding-inline: calc(30 * 780 / 750 * 0.5px);
    font-size: calc(32 * 780 / 750 * 0.5px);
    padding-block: calc(60 * 780 / 750 * 0.5px);
  }
  .column-product__head {
    font-size: calc(46 * 780 / 750 * 0.5px);
  }
  .column-hr {
    width: calc(720 * 780 / 750 * 0.5px);
    margin-block: calc(20 * 780 / 750 * 0.5px);
  }
}

/* ==========================================================================
  diagnosis
========================================================================== */
.question-item {
  display: none;
  margin-block: calc(50 / 750 * 100vw) calc(90 / 750 * 100vw);
}
.question-item.active {
  display: block;
}
.question-item.completed {
  display: block;
}
.question-text {
  position: relative;
  height: calc(160 / 750 * 100vw);
  padding: calc(10 / 750 * 100vw);
  background-image: linear-gradient(to right, #5cc7ff, #004cbb);
  border-radius: calc(20 / 750 * 100vw);
}
.question-text::before,
.question-text::after {
  content: "";
  background-size: cover;
  position: absolute;
}
.question-text::before {
  aspect-ratio: 248/39;
  width: calc(163 / 750 * 100vw);
  top: 0;
  left: 50%;
  translate: -50% 0;
  background-image: url(../img/diagnosis/q-clip.png);
}
.question-text::after {
  aspect-ratio: 305/273;
  width: calc(203 / 750 * 100vw);
  bottom: 0;
  left: calc(17 / 750 * 100vw);
  background-image: url(../img/diagnosis/q-img.png);
}
.question-text > div {
  background-color: #fff;
  height: 100%;
  display: grid;
  place-content: center;
  text-align: center;
  color: #004cbb;
  font-size: calc(32 / 750 * 100vw);
  font-weight: 600;
  line-height: 1.5;
  border-radius: calc(10 / 750 * 100vw);
  padding-inline: calc(170 * 780 / 750 * 0.5px) calc(20 / 750 * 100vw);
}
.answer-buttons {
  display: flex;
  margin-top: calc(26 / 750 * 100vw);
  gap: calc(26 / 750 * 100vw);
}
.answer-btn {
  flex: 1 0 auto;
  color: #004cbb;
  font-size: calc(28 / 750 * 100vw);
  line-height: 1.5;
  font-weight: 600;
  height: calc(100 / 750 * 100vw);
  display: grid;
  place-content: center;
  background-color: #fff;
  border-radius: 0.357em;
  box-shadow: 0.1em 0.1em 0.3em rgba(10, 57, 112, 0.1);
}
.completed .answer-btn.selected {
  color: #fff;
  background-color: #004cbb;
}
.completed .answer-btn {
  color: #b7b7b7;
}
.result-item {
  display: none;
  margin-bottom: calc(60 / 750 * 100vw);
}
.result-item.show {
  display: block;
}
.result-title {
  font-size: 4.2666666667vw;
  font-weight: bold;
  text-align: center;
  color: #fff;
  line-height: 1.4;
  padding: 3.7333333333vw 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(90deg, #5cc7ff 0%, #43a6ed 18.02%, #2680d8 42.47%, #1165c9 65.09%, #0454c0 84.98%, #004ebd 100%);
}
.result-description {
  background-color: #fff;
  padding: calc(40 * 780 / 750 * 0.5px) calc(60 * 780 / 750 * 0.5px) calc(60 / 750 * 100vw);
  font-size: 4.2666666667vw;
  line-height: 1.63;
}
.result-description p:not(:last-child) {
  margin-bottom: 1em;
}
.result-description a {
  text-decoration: underline;
}
.result-header {
  position: relative;
  display: grid;
  place-content: center;
  text-align: center;
  height: calc(268 / 750 * 100vw);
  padding-left: calc(250 / 750 * 100vw);
  margin-bottom: calc(50 / 750 * 100vw);
  margin-inline: calc(-30 / 750 * 100vw);
}
.result-header::before {
  content: "";
  width: calc(262 / 750 * 100vw);
  aspect-ratio: 262/268;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  background-image: var(--degree-img);
}
.result1 {
  --degree-img: url(../img/diagnosis/result0.png);
}
.result2 {
  --degree-bg: #b2d66b;
  --degree-img: url(../img/diagnosis/result1.png);
}
.result3 {
  --degree-bg: #ffc053;
  --degree-img: url(../img/diagnosis/result2.png);
}
.result4 {
  --degree-bg: #fc9765;
  --degree-img: url(../img/diagnosis/result3.png);
}
.result5 {
  --degree-img: url(../img/diagnosis/result4.png);
  --degree-bg: #f96a67;
}
.result-txt {
  font-size: calc(38 / 750 * 100vw);
  line-height: 1;
  font-weight: 600;
  color: #004cbb;
  margin-bottom: 1em;
}
.result-degree {
  color: #fff;
  font-size: calc(42 / 750 * 100vw);
  line-height: 1;
  font-weight: 600;
  background-color: var(--degree-bg);
  padding: 0.25em 1em;
}
@media screen and (min-width: 1000px) {
  .question-item {
    margin-block: calc(50 * 780 / 750 * 0.5px) calc(90 * 780 / 750 * 0.5px);
  }
  .question-text {
    height: calc(160 * 780 / 750 * 0.5px);
    padding: calc(10 * 780 / 750 * 0.5px);
    border-radius: calc(20 * 780 / 750 * 0.5px);
  }
  .question-text::before {
    width: calc(163 * 780 / 750 * 0.5px);
  }
  .question-text::after {
    width: calc(203 * 780 / 750 * 0.5px);
    left: calc(17 * 780 / 750 * 0.5px);
  }
  .question-text > div {
    font-size: calc(32 * 780 / 750 * 0.5px);
    border-radius: calc(10 * 780 / 750 * 0.5px);
    padding-inline: calc(170 * 780 / 750 * 0.5px) calc(20 * 780 / 750 * 0.5px);
  }
  .answer-buttons {
    margin-top: calc(26 * 780 / 750 * 0.5px);
    gap: calc(26 * 780 / 750 * 0.5px);
  }
  .answer-btn {
    font-size: calc(28 * 780 / 750 * 0.5px);
    height: calc(100 * 780 / 750 * 0.5px);
  }
  .result-item {
    margin-bottom: calc(60 * 780 / 750 * 0.5px);
  }
  .result-title {
    font-size: 16.64px;
    padding: 14.56px 0;
  }
  .result-description {
    padding: calc(40 * 780 / 750 * 0.5px) calc(60 * 780 / 750 * 0.5px) calc(60 * 780 / 750 * 0.5px);
    font-size: 17px;
  }
  .result-header {
    height: calc(268 * 780 / 750 * 0.5px);
    padding-left: calc(250 * 780 / 750 * 0.5px);
    margin-bottom: calc(50 * 780 / 750 * 0.5px);
    margin-inline: calc(-30 * 780 / 750 * 0.5px);
  }
  .result-header::before {
    width: calc(262 * 780 / 750 * 0.5px);
  }
  .result-txt {
    font-size: calc(38 * 780 / 750 * 0.5px);
  }
  .result-degree {
    font-size: calc(42 * 780 / 750 * 0.5px);
  }
}
