@charset "UTF-8";
/*
Theme Name: 誠晃舎WPテンプレート
Author: 誠晃舎
Author URI: https://www.sks-net.co.jp/
Version: 1.0
*/
:root {
  --header-height:3.125rem;
  --scroll-header-height: calc(var(--header-height) + 1.25rem);
  --ratio:0.266;
  --unit:1vw;
  --color-main:#0E1D35;
  --color-sub: #EAEAEA;
  --gothic-normal: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
  --gothic-bold: "游ゴシック体","游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
  --mincho: "Noto Serif JP", "游明朝", YuMincho,"Yu Mincho Demibold","ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL","游明朝体",serif;
  --easeOut1: cubic-bezier(0.17, 0.84, 0.44, 1);
  --easeOut2: cubic-bezier(.23,1,.32,1);
  --easeInOut1:cubic-bezier(0.42, 0, 0.13, 1.02);
}

@media (min-width: 768px) {
  :root {
    --header-height:6.25rem;
    --ratio:0.52;
  }
}
/*! destyle.css v3.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;
  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] {
  -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;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

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

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

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

/**
 * 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. Fix font inheritance.
 */
::-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]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

/**
 * リセット追加
 */
html {
  touch-action: manipulation;
}

body {
  word-wrap: break-word;
  overflow-wrap: break-word;
}

a {
  color: inherit;
  -webkit-text-decoration-skip: none;
}

li > a {
  display: block;
  width: 100%;
}

table {
  width: 100%;
  border-spacing: 0;
}

dt {
  font-weight: normal;
}

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

video {
  vertical-align: bottom;
}

summary {
  display: block;
  list-style: none;
  cursor: pointer;
  transition: 0.2s;
}

details summary::-webkit-details-marker {
  display: none;
}

[tabindex="-1"]:focus {
  outline: none !important;
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
/**
 * フォーム要素をリセット
 */
input[type=text],
input[type=search],
input[type=tel],
input[type=email],
input[type=password],
input[type=url],
textarea,
select {
  width: 100%;
}

input[type=text],
input[type=search],
input[type=tel],
input[type=email],
input[type=password],
input[type=url] {
  line-height: normal; /*ios placeholderのズレ*/
}

label {
  position: relative;
}

input[type=checkbox],
input[type=radio] {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  opacity: 0;
}

textarea {
  resize: vertical;
}

label {
  display: block;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
label:focus {
  outline: none;
}

legend {
  display: block;
}

select::-ms-expand {
  display: none;
}

input:placeholder-shown, textarea:placeholder-shown {
  color: #ccc;
  font-size: 100%;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #ccc;
  font-size: 100%;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #ccc;
  font-size: 100%;
}

/**
 * スクロールバー
 */
/*
フェードイン
*/
[data-fadein] {
  opacity: var(--opacity-from, 0);
}

[data-fadein][data-scroll=onScreen],
[data-scroll=onScreen] [data-fadein] {
  opacity: 1;
  transition: opacity 1s ease-in-out;
  transition-delay: var(--delay, 0s);
}
@media (min-width: 768px) {
  [data-fadein][data-scroll=onScreen],
  [data-scroll=onScreen] [data-fadein] {
    transition-delay: var(--delay-pc, var(--delay, 0s));
  }
}

/*
マスク
*/
[data-mask] {
  -webkit-mask-image: linear-gradient(var(--direction), #000, #000 33.33%, transparent 66.66%, transparent 100%);
          mask-image: linear-gradient(var(--direction), #000, #000 33.33%, transparent 66.66%, transparent 100%);
  -webkit-mask-size: var(--size);
          mask-size: var(--size);
  -webkit-mask-position: var(--position);
          mask-position: var(--position);
  opacity: 0;
}

[data-mask][data-scroll=onScreen],
[data-scroll=onScreen] [data-mask] {
  opacity: 1;
  -webkit-mask-position: 0% 0%;
          mask-position: 0% 0%;
  transition: opacity 0.6s ease-in, -webkit-mask-position 1.5s ease;
  transition: mask-position 1.5s ease, opacity 0.6s ease-in;
  transition: mask-position 1.5s ease, opacity 0.6s ease-in, -webkit-mask-position 1.5s ease;
  transition-delay: var(--delay, 0s);
  --remove-mask-delay: calc(var(--delay, 0s) + 1.6s);
  animation: removeMask 0s var(--remove-mask-delay) forwards;
}
@media (min-width: 768px) {
  [data-mask][data-scroll=onScreen],
  [data-scroll=onScreen] [data-mask] {
    transition-delay: var(--delay-pc, var(--delay, 0s));
  }
}

[data-mask-to-bottom] {
  --direction: to bottom;
  --size: 100% 300%;
  --position: 0% 100%;
}

[data-mask-to-right] {
  --direction: to right;
  --size: 300% 100%;
  --position: 100% 0%;
}

@keyframes removeMask {
  100% {
    -webkit-mask-image: unset;
            mask-image: unset;
  }
}
/*
子要素まとめて遅延設定 2つ目から0.1刻み
*/
[data-delay-children-01] > *:nth-child(1) {
  --delay: calc(0s + var(--delay-base, 0s));
}
[data-delay-children-01] > *:nth-child(2) {
  --delay: calc(0.1s + var(--delay-base, 0s));
}
[data-delay-children-01] > *:nth-child(3) {
  --delay: calc(0.2s + var(--delay-base, 0s));
}
[data-delay-children-01] > *:nth-child(4) {
  --delay: calc(0.3s + var(--delay-base, 0s));
}
[data-delay-children-01] > *:nth-child(5) {
  --delay: calc(0.4s + var(--delay-base, 0s));
}
[data-delay-children-01] > *:nth-child(6) {
  --delay: calc(0.5s + var(--delay-base, 0s));
}
[data-delay-children-01] > *:nth-child(7) {
  --delay: calc(0.6s + var(--delay-base, 0s));
}
[data-delay-children-01] > *:nth-child(8) {
  --delay: calc(0.7s + var(--delay-base, 0s));
}
[data-delay-children-01] > *:nth-child(9) {
  --delay: calc(0.8s + var(--delay-base, 0s));
}
[data-delay-children-01] > *:nth-child(10) {
  --delay: calc(0.9s + var(--delay-base, 0s));
}
[data-delay-children-01] > *:nth-child(11) {
  --delay: calc(1s + var(--delay-base, 0s));
}
[data-delay-children-01] > *:nth-child(12) {
  --delay: calc(1.1s + var(--delay-base, 0s));
}
[data-delay-children-01] > *:nth-child(13) {
  --delay: calc(1.2s + var(--delay-base, 0s));
}
[data-delay-children-01] > *:nth-child(14) {
  --delay: calc(1.3s + var(--delay-base, 0s));
}
[data-delay-children-01] > *:nth-child(15) {
  --delay: calc(1.4s + var(--delay-base, 0s));
}
[data-delay-children-01] > *:nth-child(16) {
  --delay: calc(1.5s + var(--delay-base, 0s));
}
[data-delay-children-01] > *:nth-child(17) {
  --delay: calc(1.6s + var(--delay-base, 0s));
}
[data-delay-children-01] > *:nth-child(18) {
  --delay: calc(1.7s + var(--delay-base, 0s));
}
[data-delay-children-01] > *:nth-child(19) {
  --delay: calc(1.8s + var(--delay-base, 0s));
}
[data-delay-children-01] > *:nth-child(20) {
  --delay: calc(1.9s + var(--delay-base, 0s));
}

/*
マスク スケルトンスクリーンあり
*/
/*
カバー
*/
[data-cover] {
  position: relative;
  overflow: hidden;
}

[data-cover]::after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  right: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: #fff;
  transition: width 1s ease, height 1s ease;
}

[data-cover] img {
  transform: scale(1.1);
  transition: transform 2s ease;
}

[data-cover][data-scroll=onScreen]::after,
[data-scroll=onScreen] [data-cover]::after {
  height: 0;
}
[data-cover][data-scroll=onScreen] img,
[data-scroll=onScreen] [data-cover] img {
  transform: scale(1);
}

[data-cover-right][data-scroll=onScreen]::after,
[data-scroll=onScreen] [data-cover-right]::after {
  height: 100%;
  width: 0;
}
[data-cover-right][data-scroll=onScreen] img,
[data-scroll=onScreen] [data-cover-right] img {
  transform: scale(1);
}

/*
DOMロードで実行
*/
[data-fadein-domloaded] {
  transform: translateY(var(--transform-from, 40px)) rotate(0.0001deg);
  opacity: var(--opacity-from, 0);
}

body[data-dom-loaded] [data-fadein-domloaded] {
  opacity: 1;
  transform: none;
  transition: transform 1.5s ease, opacity 1s ease-in-out;
  transition-delay: var(--delay, 0s);
}

@media (min-width: 768px) {
  [data-fadein-domloaded] {
    transform: translateY(var(--transform-from, var(--transform-from-pc, 40px))) rotate(0.0001deg);
    opacity: var(--opacity-from-pc, var(--opacity-from, 0));
  }
  body[data-dom-loaded] [data-fadein-domloaded] {
    transition-delay: var(--delay-pc, var(--delay, 0s));
  }
}
/*
ホバーアニメーション
*/
[data-hover-shape] {
  position: relative;
  z-index: 2;
}
[data-hover-shape]::before {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  width: calc(100% + 0.9375rem);
  height: calc(100% + 0.9375rem);
  background-color: var(--color, rgba(255, 255, 255, 0.8));
  border-radius: 0.3125rem;
  transition: 0.2s;
  pointer-events: none;
  opacity: 0;
}
@media (min-width: 768px) {
  [data-hover-shape]:hover::before, [data-hover-shape]:focus-visible::before {
    opacity: 1;
  }
  [data-hover-shape]:active::before {
    width: calc(100% + 0.625rem);
    height: calc(100% + 0.625rem);
  }
}

/*
ホバーで薄くなる
*/
[data-hover-normal] {
  transition: 0.2s;
}
[data-hover-normal]:hover {
  opacity: 0.8;
}

/*
ボーダーアニメーション
*/
[data-hover-slideborder] {
  display: inline;
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.4s cubic-bezier(0.43, 0.05, 0.17, 1);
  background-image: linear-gradient(var(--color, #000), var(--color, #000));
}

[data-hover-slideborder-trigger]:hover [data-hover-slideborder] {
  background-position: 0 100%;
  background-size: 100% 1px;
}

/*
ホバーシャドウアニメーション
*/
[data-hover-shadow] {
  position: relative;
  z-index: 2;
}
[data-hover-shadow]::before {
  position: absolute;
  display: block;
  content: "";
  z-index: -1;
  top: -0.625rem;
  right: -0.625rem;
  bottom: -0.625rem;
  left: -0.625rem;
  background-color: var(--gray);
  border-radius: 4px;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.15);
  transition: 0.3s cubic-bezier(0.4, 0, 0, 1);
  pointer-events: none;
  opacity: 0;
}
@media (min-width: 768px) {
  [data-hover-shadow]:hover::before, [data-hover-shadow]:focus-visible::before {
    opacity: 1;
  }
}

/*
フェードイン
*/
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeTop {
  0% {
    transform: translateY(0.9375rem);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes fadeRight {
  0% {
    transform: translateX(-0.9375rem);
  }
  100% {
    transform: translateX(0);
  }
}
/**
 * Swiper
 */
.swiper-slide {
  display: grid;
  height: auto;
}

.swiper-button-prev,
.swiper-button-next {
  width: 2.8125rem;
  height: 2.8125rem;
  opacity: 0 !important;
  pointer-events: unset;
  transition: opacity 0.2s;
}
.swiper-button-prev:not(.swiper-button-disabled),
.swiper-button-next:not(.swiper-button-disabled) {
  opacity: 1 !important;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  width: 100%;
  color: transparent;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
  transition: 0.2s;
}

.swiper-button-disabled {
  pointer-events: auto !important;
}

.swiper-button-next {
  top: 50%;
  right: 0.9375rem;
}
.swiper-button-next::after {
  background: url(img/common/arrow_right_round.svg) no-repeat center/contain;
  transition: 0.2s;
}
.swiper-button-prev {
  top: 50%;
  left: 0.9375rem;
}
.swiper-button-prev::after {
  background: url(img/common/arrow_left_round.svg) no-repeat center/contain;
  transition: 0.2s;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("./font/NotoSansCJKjp-vf-subset.woff2") format("woff2"), url("./font/NotoSansCJKjp-vf-subset.woff") format("woff");
  font-weight: 100 900;
  font-display: swap;
}
* {
  letter-spacing: 0.05em;
}

*[id] {
  scroll-margin-top: var(--scroll-header-height);
}
@media (min-width: 768px) {
  *[id] {
    scroll-margin-top: var(--scroll-header-height-pc, var(--scroll-header-height));
  }
}

html {
  scroll-behavior: smooth;
}

body {
  position: relative;
  line-height: 1.8;
  font-size: 0.875rem;
  font-weight: 400;
  color: #000;
  background: #fff;
  font-family: var(--gothic-normal);
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.4;
  font-weight: normal;
  font-feature-settings: "palt";
}

img[style^="--width"],
svg[style^="--width"] {
  width: calc(var(--width) / 16 * 1rem);
}

@media (min-width: 768px) {
  img[style^="--width"],
  svg[style^="--width"] {
    width: calc(var(--width-pc, var(--width)) / 16 * 1rem);
  }
}
/**
 * コンポーネント
 */
/**
 * タイトル
 */
.c-title-primary {
  text-align: center;
}

.c-title-primary__ja {
  font-size: 1.25rem;
  letter-spacing: 0.2em;
}
@media (min-width: 768px) {
  .c-title-primary__ja {
    font-size: 1.875rem;
  }
}

.c-title-primary__en {
  display: block;
  margin: 0.3125rem 0 0;
  font-size: 0.75rem;
  letter-spacing: 0.15em;
  color: rgba(14, 29, 53, 0.5);
}
@media (min-width: 768px) {
  .c-title-primary__en {
    font-size: 1.25rem;
  }
}

/**
 * タイトル小
 */
.c-title-secondary {
  margin: 0 0 0.9375rem;
  padding: 0 0 0.625rem;
  font-size: 1rem;
  text-align: center;
  border-bottom: 1px solid var(--color-main);
}
@media (min-width: 768px) {
  .c-title-secondary {
    margin: 0 0 1.5625rem;
    padding: 0 0 0.9375rem;
    font-size: 1.375rem;
  }
}

/**
 * タイトル
 */
/**
 * ボタン
 */
.c-btn-readmore {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 0 1.5625rem 0 0;
  background: url(img/common/arrow_bottom.svg) no-repeat center right/0.9375rem auto;
}
@media (min-width: 768px) {
  .c-btn-readmore {
    padding: 0 1.875rem 0 0;
    font-size: 1rem;
    background-size: 1.125rem auto;
  }
}
.c-btn-readmore:hover {
  text-decoration: underline;
}

/**
 * リンク
 */
/**
 * テーブル
 */
@media (min-width: 768px) {
  .c-table-simple {
    font-size: 1rem;
  }
}
.c-table-simple tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
.c-table-simple th {
  padding: 0.9375rem 0.9375rem 0.9375rem 0;
  white-space: nowrap;
}
.c-table-simple td {
  padding: 0.9375rem 0;
}

/**
 * モーダル
 */
.c-modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 15px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.c-modal[aria-hidden=false] {
  opacity: 1;
  visibility: visible;
}
.c-modal[aria-hidden=false] .c-modal__body {
  animation: modalSlideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.c-modal__cover {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.c-modal__body {
  position: relative;
  max-height: 100%;
  width: 100%;
  max-width: 1000px;
  animation: modalSlideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.c-modal__close {
  position: absolute;
  top: -55px;
  right: 0;
  z-index: 2;
  width: 40px;
  height: 40px;
  background: url(img/common/close.svg) no-repeat center;
  background-size: contain;
}

.c-modal__inner {
  height: 100%;
  padding: 30px;
  overflow-y: scroll;
}

@keyframes modalSlideIn {
  from {
    transform: translateY(40px);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes modalSlideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-40px);
  }
}
@media only screen and (max-width: 767.98px) {
  .c-modal__close {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 2;
    width: 45px;
    height: 45px;
    background-color: #000;
    background-size: 20px 20px;
    border-radius: 50%;
  }
}
/**
 * プログレスバー
 */
.c-progress-circle {
  position: relative;
  width: 24px;
  height: 24px;
  margin: 0 5px;
  color: orange;
  transform: rotate(-90deg);
}
.c-progress-circle::before {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
}
.c-progress-circle circle {
  stroke: #fff;
  stroke-width: 2;
  stroke-dasharray: 62.8 62.8;
  stroke-dashoffset: 62, 8;
}
.c-progress-circle[data-progress=true] circle {
  animation: circle 5s linear forwards;
}

@keyframes circle {
  0% {
    stroke-dashoffset: 62.8;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
/**
 * ローダー
 */
.c-loader {
  --color:#0E1D35;
  position: relative;
  width: 1em;
  height: 1em;
  margin: 80px auto;
  font-size: 10px;
  border-radius: 50%;
  text-indent: -9999em;
  animation: mulShdSpin 1.1s infinite ease;
  transform: translateZ(0);
}

@keyframes mulShdSpin {
  0%, 100% {
    box-shadow: 0em -2.6em 0em 0em #000, 1.8em -1.8em 0 0em rgba(14, 29, 53, 0.2), 2.5em 0em 0 0em rgba(14, 29, 53, 0.2), 1.75em 1.75em 0 0em rgba(14, 29, 53, 0.2), 0em 2.5em 0 0em rgba(14, 29, 53, 0.2), -1.8em 1.8em 0 0em rgba(14, 29, 53, 0.2), -2.6em 0em 0 0em rgba(14, 29, 53, 0.5), -1.8em -1.8em 0 0em rgba(14, 29, 53, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(14, 29, 53, 0.7), 1.8em -1.8em 0 0em #000, 2.5em 0em 0 0em rgba(14, 29, 53, 0.2), 1.75em 1.75em 0 0em rgba(14, 29, 53, 0.2), 0em 2.5em 0 0em rgba(14, 29, 53, 0.2), -1.8em 1.8em 0 0em rgba(14, 29, 53, 0.2), -2.6em 0em 0 0em rgba(14, 29, 53, 0.2), -1.8em -1.8em 0 0em rgba(14, 29, 53, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(14, 29, 53, 0.5), 1.8em -1.8em 0 0em rgba(14, 29, 53, 0.7), 2.5em 0em 0 0em #000, 1.75em 1.75em 0 0em rgba(14, 29, 53, 0.2), 0em 2.5em 0 0em rgba(14, 29, 53, 0.2), -1.8em 1.8em 0 0em rgba(14, 29, 53, 0.2), -2.6em 0em 0 0em rgba(14, 29, 53, 0.2), -1.8em -1.8em 0 0em rgba(14, 29, 53, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(14, 29, 53, 0.2), 1.8em -1.8em 0 0em rgba(14, 29, 53, 0.5), 2.5em 0em 0 0em rgba(14, 29, 53, 0.7), 1.75em 1.75em 0 0em #000, 0em 2.5em 0 0em rgba(14, 29, 53, 0.2), -1.8em 1.8em 0 0em rgba(14, 29, 53, 0.2), -2.6em 0em 0 0em rgba(14, 29, 53, 0.2), -1.8em -1.8em 0 0em rgba(14, 29, 53, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(14, 29, 53, 0.2), 1.8em -1.8em 0 0em rgba(14, 29, 53, 0.2), 2.5em 0em 0 0em rgba(14, 29, 53, 0.5), 1.75em 1.75em 0 0em rgba(14, 29, 53, 0.7), 0em 2.5em 0 0em #000, -1.8em 1.8em 0 0em rgba(14, 29, 53, 0.2), -2.6em 0em 0 0em rgba(14, 29, 53, 0.2), -1.8em -1.8em 0 0em rgba(14, 29, 53, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(14, 29, 53, 0.2), 1.8em -1.8em 0 0em rgba(14, 29, 53, 0.2), 2.5em 0em 0 0em rgba(14, 29, 53, 0.2), 1.75em 1.75em 0 0em rgba(14, 29, 53, 0.5), 0em 2.5em 0 0em rgba(14, 29, 53, 0.7), -1.8em 1.8em 0 0em #000, -2.6em 0em 0 0em rgba(14, 29, 53, 0.2), -1.8em -1.8em 0 0em rgba(14, 29, 53, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(14, 29, 53, 0.2), 1.8em -1.8em 0 0em rgba(14, 29, 53, 0.2), 2.5em 0em 0 0em rgba(14, 29, 53, 0.2), 1.75em 1.75em 0 0em rgba(14, 29, 53, 0.2), 0em 2.5em 0 0em rgba(14, 29, 53, 0.5), -1.8em 1.8em 0 0em rgba(14, 29, 53, 0.7), -2.6em 0em 0 0em #000, -1.8em -1.8em 0 0em rgba(14, 29, 53, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(14, 29, 53, 0.2), 1.8em -1.8em 0 0em rgba(14, 29, 53, 0.2), 2.5em 0em 0 0em rgba(14, 29, 53, 0.2), 1.75em 1.75em 0 0em rgba(14, 29, 53, 0.2), 0em 2.5em 0 0em rgba(14, 29, 53, 0.2), -1.8em 1.8em 0 0em rgba(14, 29, 53, 0.5), -2.6em 0em 0 0em rgba(14, 29, 53, 0.7), -1.8em -1.8em 0 0em #000;
  }
}
/**
 * ページネーション
 */
.c-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-pagination a:not(.next):not(.prev),
.c-pagination span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  margin: 0 0.3125rem;
  font-size: 0.875rem;
  border: 1px solid #ddd;
  border-radius: 50%;
}
.c-pagination span.current {
  color: #000;
  font-weight: bold;
  background: #addbff;
  border: 1px solid #000;
}
.c-pagination .next {
  width: 0.5rem;
  height: 2.5rem;
  margin: 0 0 0 0.9375rem;
  color: transparent;
  background: url(img/common/pagination_arrow_right.svg) no-repeat center/contain;
}
.c-pagination .prev {
  width: 0.5rem;
  height: 2.5rem;
  margin: 0 0.9375rem 0 0;
  color: transparent;
  background: url(img/common/pagination_arrow_left.svg) no-repeat center/contain;
}

@media only screen and (max-width: 767.98px) {
  .c-pagination {
    margin-top: 2.8125rem;
  }
  .c-pagination a:not(.next):not(.prev),
  .c-pagination span {
    width: 2.1875rem;
    height: 2.1875rem;
    margin: 0 0.3125rem;
    font-size: 0.875rem;
  }
}
/**
 * 製品
 */
.c-products {
  line-height: 1.2;
  counter-reset: number 0;
}

.c-products__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.875rem 0.625rem;
}
@media (min-width: 768px) {
  .c-products__list {
    grid-template-columns: repeat(6, 1fr);
    gap: 1.875rem 0.9375rem;
  }
}

.c-products__item {
  position: relative;
}

.c-products__link:hover {
  text-decoration: underline;
}

.c-products__image {
  position: relative;
  overflow: hidden;
  width: 100%;
  border: 1px solid #ddd;
}
.c-products__image::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.c-products__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-products__image img {
  transition: transform 0.4s var(--easeOut1);
  transform: rotate(0.0001deg);
}

.c-products__link:hover .c-products__image img {
  transform: scale(1.05) rotate(0.001deg);
}

.c-products__title {
  margin: 0.625rem 0 0;
  text-align: center;
}

.c-products__price {
  text-align: center;
}

.c-products__price-tax {
  font-size: 0.85em;
}

.c-products__badge {
  position: absolute;
  top: -0.625rem;
  left: -0.625rem;
  width: 1.875rem;
  height: 1.875rem;
  font-size: 1rem;
  color: #fff;
  background: var(--badge-color, #949494);
  border-radius: 50%;
}
@media (min-width: 768px) {
  .c-products__badge {
    top: -0.625rem;
    left: -0.9375rem;
    width: 2.5rem;
    height: 2.5rem;
  }
}
.c-products__badge::before {
  position: absolute;
  display: block;
  content: "";
  counter-increment: number 1;
  content: counter(number);
  position: absolute;
  top: 0;
  left: 0;
  display: grid;
  place-content: center;
  width: 100%;
  height: 100%;
}

/**
 * よくある質問
*/
.c-faq-wrap-normal .c-faq {
  border-bottom: 1px solid #9E9E9E;
}
@media (min-width: 768px) {
  .c-faq-wrap-normal .c-faq {
    font-size: 1.125rem;
  }
}
.c-faq-wrap-normal .c-faq summary:hover .c-faq__title {
  text-decoration: underline;
}
.c-faq-wrap-normal .c-faq__item {
  border-top: 1px solid #9E9E9E;
}
.c-faq-wrap-normal .c-faq__head {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.625rem;
  align-items: center;
  padding: 0.9375rem 1.5625rem 0.9375rem 0;
}
@media (min-width: 768px) {
  .c-faq-wrap-normal .c-faq__head {
    gap: 0.9375rem;
    padding: 0.625rem 1.875rem 0.625rem 0;
  }
}
.c-faq-wrap-normal .c-faq__head::before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  width: 0.9375rem;
  height: 0.625rem;
  margin: auto;
  background: url(img/common/arrow_bottom.svg) no-repeat center/contain;
}
@media (min-width: 768px) {
  .c-faq-wrap-normal .c-faq__head::before {
    width: 1.125rem;
  }
}
.c-faq-wrap-normal .c-faq__icon {
  font-size: 1.125rem;
  font-family: "Helvetica Neue", Helvetica, Arial;
  color: var(--color-main);
}
@media (min-width: 768px) {
  .c-faq-wrap-normal .c-faq__icon {
    font-size: 2.1875rem;
  }
}
.c-faq-wrap-normal .c-faq__text {
  padding: 0 0 0.9375rem;
}

/**
 * よくある質問 背景グレー
*/
.c-faq-wrap-gray .c-faq {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0.3125rem;
}
@media (min-width: 768px) {
  .c-faq-wrap-gray .c-faq {
    gap: 0.625rem;
    font-size: 1.125rem;
  }
}
.c-faq-wrap-gray .c-faq summary:hover .c-faq__title {
  text-decoration: underline;
}
.c-faq-wrap-gray .c-faq__details {
  background: rgba(14, 29, 53, 0.15);
}
.c-faq-wrap-gray .c-faq__head {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.625rem;
  align-items: center;
  padding: 0.9375rem 2.1875rem 0.9375rem 0.9375rem;
}
@media (min-width: 768px) {
  .c-faq-wrap-gray .c-faq__head {
    gap: 0.9375rem;
    padding: 0.9375rem 3.125rem 0.9375rem 0.9375rem;
  }
}
.c-faq-wrap-gray .c-faq__head::before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  bottom: 0;
  right: 0.9375rem;
  width: 0.9375rem;
  height: 0.625rem;
  margin: auto;
  background: url(img/common/arrow_bottom.svg) no-repeat center/contain;
}
@media (min-width: 768px) {
  .c-faq-wrap-gray .c-faq__head::before {
    right: 1.5625rem;
  }
}
.c-faq-wrap-gray .c-faq__icon {
  display: grid;
  place-content: center;
  width: 2.1875rem;
  height: 2.1875rem;
  font-size: 1.125rem;
  line-height: 1;
  font-family: "Helvetica Neue", Helvetica, Arial;
  color: #fff;
  background: var(--color-main);
  border-radius: 50%;
}
@media (min-width: 768px) {
  .c-faq-wrap-gray .c-faq__icon {
    font-size: 1.375rem;
  }
}
.c-faq-wrap-gray .c-faq__text {
  padding: 0 0.9375rem 0.9375rem;
}
@media (min-width: 768px) {
  .c-faq-wrap-gray .c-faq__text {
    padding: 0 3.125rem 0.9375rem 4.0625rem;
  }
}

/**
 * ご購入の流れ
*/
.c-buy-flow {
  position: relative;
  display: grid;
  gap: 0.9375rem;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .c-buy-flow {
    grid-template-columns: repeat(5, 1fr);
    gap: 0;
  }
}

.c-buy-flow__item {
  display: grid;
  grid-template-areas: "icon step" "icon title" "icon text";
  grid-template-columns: 6.25rem 1fr;
  gap: 0 0.625rem;
  align-items: center;
}
@media (min-width: 768px) {
  .c-buy-flow__item {
    display: block;
    text-align: center;
  }
}

.c-buy-flow__step {
  grid-area: step;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.125rem 0.3125rem;
  font-size: 0.75rem;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  background: var(--color-main);
}
@media (min-width: 768px) {
  .c-buy-flow__step {
    width: auto;
    padding: 0 0 0.625rem;
    font-size: 1.25rem;
    font-weight: normal;
    color: #000;
    background: none;
    border-bottom: 1px solid #000;
  }
}

.c-buy-flow__icon {
  grid-area: icon;
  display: grid;
  place-content: center;
  height: 6.25rem;
  background: var(--color-sub);
}
@media (min-width: 768px) {
  .c-buy-flow__icon {
    background: none;
  }
}

.c-buy-flow__title {
  grid-area: title;
  font-weight: bold;
}
@media (min-width: 768px) {
  .c-buy-flow__title {
    margin: 0 0 0.625rem;
    font-size: 1rem;
  }
}

.c-buy-flow__text {
  grid-area: text;
}

/*
ナビゲーション
*/
.c-tab {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.625rem;
  align-items: flex-end;
  border-bottom: 1px solid #0E1D35;
}

.c-tab__btn {
  position: relative;
  display: grid;
  place-content: center;
  width: 100%;
  height: 3.125rem;
  padding: 0 0.625rem;
  font-size: 1rem;
  white-space: nowrap;
  background: rgba(14, 29, 53, 0.2);
  border-radius: 5px 5px 0 0;
  outline-offset: 4px;
  transition: 0.2s;
}
@media (min-width: 768px) {
  .c-tab__btn {
    width: 100%;
    height: 4.375rem;
    padding: 0 0.9375rem;
  }
}
.c-tab__btn:focus {
  position: relative;
}
.c-tab__btn:hover, .c-tab__btn:focus {
  background: rgba(14, 29, 53, 0.3);
}
.c-tab__btn.is-active, .c-tab__btn[aria-selected=true] {
  color: #fff;
  background: var(--color-main);
}

[role=tabpanel][aria-hidden=false] {
  animation: fadeTop 0.5s cubic-bezier(0.22, 0.78, 0.58, 1) forwards, fadeIn 0.5s ease-in-out forwards;
}

/*
ナビゲーション
*/
.c-tab-border {
  --col-width:100%;
  --gutter:15 / 16 * 1rem;
  position: relative;
  display: grid;
  gap: 0.3125rem;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  transition: border-color 0.2s;
}
@media (min-width: 768px) {
  .c-tab-border {
    gap: 0.9375rem;
    font-size: 1.125rem;
  }
}
.c-tab-border.-col2 {
  --col-width:calc((100% - var(--gutter)) / 2);
  grid-template-columns: 1fr 1fr;
}
.c-tab-border.-col3 {
  --col-width:calc((100% - var(--gutter) * 2) / 3);
  grid-template-columns: 1fr 1fr 1fr;
}
.c-tab-border.-col4 {
  --col-width:calc((100% - var(--gutter) * 3) / 4);
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.c-tab-border.-col5 {
  --col-width:calc((100% - var(--gutter) * 4) / 5);
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.c-tab-border__btn {
  display: grid;
  place-content: center;
  padding: 0.3125rem 0;
  white-space: nowrap;
}
.c-tab-border__btn[aria-selected=true]:nth-child(1) ~ .c-tab-border__bar {
  left: 0;
}
.c-tab-border__btn[aria-selected=true]:nth-child(2) ~ .c-tab-border__bar {
  left: calc(var(--col-width) + var(--gutter));
}
.c-tab-border__btn[aria-selected=true]:nth-child(3) ~ .c-tab-border__bar {
  left: calc(var(--col-width) * 2 + var(--gutter) * 2);
}
.c-tab-border__btn[aria-selected=true]:nth-child(4) ~ .c-tab-border__bar {
  left: calc(var(--col-width) * 3 + var(--gutter) * 3);
}
.c-tab-border__btn[aria-selected=true]:nth-child(5) ~ .c-tab-border__bar {
  left: calc(var(--col-width) * 4 + var(--gutter) * 4);
}

.c-tab-border__bar {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: var(--col-width);
  height: 1px;
  background: #333;
  transition: 0.4s;
}
.c-tab-border__bar::after {
  position: absolute;
  display: block;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 1px;
  background: #333;
  transition: 0.2s;
}

@media (min-width: 768px) {
  .c-tab-border:hover {
    border-color: rgba(255, 255, 255, 0.6);
  }
  .c-tab-border:hover .c-tab-border__bar::after {
    width: calc(100% + var(--gutter));
  }
}
/**
 * レイアウト
 */
/**
 * ページ
 */
/**
 * ヘッダー
 */
.l-header {
  line-height: 1.2;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .l-header {
    white-space: unset;
  }
}
.l-header .head {
  padding: 0.625rem 0;
  font-size: 0.75rem;
  text-align: center;
  background: var(--color-sub);
}
@media (min-width: 768px) {
  .l-header .head {
    text-align: left;
  }
}
.l-header .body {
  padding: 0.9375rem 0;
  overflow: hidden;
}
@media (min-width: 768px) {
  .l-header .body__container {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 0.9375rem;
    align-items: center;
  }
}
.l-header .body__block {
  display: grid;
  grid-template-columns: 1fr auto auto auto;
  align-items: flex-end;
  gap: 0.625rem;
  margin: 0.9375rem 0 0;
}
@media (min-width: 768px) {
  .l-header .body__block {
    gap: 0.9375rem;
    margin: 0;
  }
}
.l-header .foot {
  background: var(--color-main);
}
@media (min-width: 768px) {
  .l-header .foot {
    padding: 0;
  }
}
.l-header .logo {
  display: block;
  text-align: center;
}
@media (min-width: 768px) {
  .l-header .logo {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.l-header .search {
  position: relative;
  height: 3.125rem;
}
@media (min-width: 768px) {
  .l-header .search {
    width: 18.75rem;
  }
}
.l-header .search input[type=search] {
  height: 100%;
  padding: 0.625rem;
  font-size: 1rem;
}
.l-header .search button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  border-left: 1px solid var(--color-main);
}
.l-header .search__container {
  position: absolute;
  top: 0;
  left: 0;
  display: grid;
  grid-template-columns: 1fr 3.125rem;
  width: 100%;
  height: 100%;
  background: #fff;
  border: 1px solid var(--color-main);
  transition: 0.2s;
}
@media only screen and (max-width: 767.98px) {
  .l-header .search__container:has(input[type=search]:focus) {
    width: calc(100vw - 1.875rem);
  }
}
.l-header .link {
  text-align: center;
}
.l-header .link:hover {
  text-decoration: underline;
}
.l-header .link__text {
  margin: 0.3125rem 0 0;
  font-size: 0.625rem;
}
.l-header .categories__list {
  padding: 0.625rem 0.9375rem;
  overflow-x: scroll;
  text-align: center;
}
@media (min-width: 768px) {
  .l-header .categories__list {
    padding: 0.3125rem 1.875rem;
    overflow: unset;
  }
}
.l-header .categories__item {
  display: inline-block;
}
.l-header .categories__item + .categories__item {
  margin: 0 0 0 0.9375rem;
}
@media (min-width: 768px) {
  .l-header .categories__item + .categories__item {
    margin: 0 0 0 1.875rem;
  }
}
.l-header .categories__link {
  flex: none;
  display: grid;
  grid-template-columns: 2.1875rem 1fr;
  gap: 0.9375rem;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
}
.l-header .categories__link:hover {
  text-decoration: underline;
}
@media (min-width: 768px) {
  .l-header .categories__link {
    padding: 0.9375rem 0;
    font-size: 1rem;
  }
}
.l-header .categories__link img {
  border-radius: 50%;
}

/**
 * スマホ横
 */
/*orientation: landscape*/
/**
 * フッター
 */
.l-footer-payment {
  padding: 3.125rem 0;
  background: var(--color-sub);
}
.l-footer-payment .container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.875rem;
}
@media (min-width: 768px) {
  .l-footer-payment .container {
    grid-template-columns: 1fr 1fr;
    gap: 4.375rem;
  }
}
.l-footer-payment .title {
  margin: 0 0 0.625rem;
  padding: 0 0 0.3125rem;
  font-size: 1rem;
  border-bottom: 1px solid #000;
}
@media (min-width: 768px) {
  .l-footer-payment .title {
    margin: 0 0 0.9375rem;
    padding: 0 0 0.625rem;
  }
}

.l-footer {
  padding: 3.125rem 0 0.9375rem;
  color: #fff;
  background: var(--color-main);
}
@media (min-width: 768px) {
  .l-footer {
    padding: 3.125rem 0 1.875rem;
  }
}
@media (min-width: 768px) {
  .l-footer .container {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 1.875rem;
  }
}
.l-footer .nav a {
  text-decoration: underline;
}
.l-footer .nav a:hover {
  text-decoration: none;
}
.l-footer .nav__list {
  display: grid;
  gap: 0.625rem;
}
@media (min-width: 768px) {
  .l-footer .nav__list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.625rem 1.875rem;
  }
}
.l-footer .block {
  margin: 1.875rem 0 0;
}
.l-footer .copyright {
  margin: 0.9375rem 0 0;
  font-size: 0.625rem;
}

/**
 * タイトル
 */
/**
 * ハンバーガーメニュー
 */
.l-toggler-nav {
  display: grid;
  place-content: center;
  width: 2.5rem;
  line-height: 1;
  text-align: center;
  transition: 0.4s;
}
@media (min-width: 768px) {
  .l-toggler-nav {
    margin: 0;
    width: 3.125rem;
  }
}

.l-toggler-nav__border-group {
  position: relative;
  display: block;
  width: 1.875rem;
  height: 0.9375rem;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .l-toggler-nav__border-group {
    width: 2.5rem;
    height: 1.25rem;
  }
}

.l-toggler-nav__border {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: block;
  height: 1px;
  width: 100%;
  background-color: #000;
  transition: 0.2s ease;
}

.l-toggler-nav__border-one {
  transform: translateY(-0.5rem);
}
@media (min-width: 768px) {
  .l-toggler-nav__border-one {
    transform: translateY(-0.625rem);
  }
}

.l-toggler-nav__border-three {
  transform: translateY(0.5rem);
}
@media (min-width: 768px) {
  .l-toggler-nav__border-three {
    transform: translateY(0.625rem);
  }
}

.l-toggler-nav__text-group {
  margin: 0.625rem 0 0;
}
@media (min-width: 768px) {
  .l-toggler-nav__text-group {
    margin: 0.75rem 0 0;
  }
}

.l-toggler-nav__text {
  display: block;
  font-size: 0.625rem;
  letter-spacing: 0;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .l-toggler-nav__text {
    font-size: 0.75rem;
  }
}

.l-toggler-nav__text-close {
  display: none;
}

.l-toggler-nav[aria-expanded=true] .l-toggler-nav__border-one {
  transform: rotate(35deg);
}
.l-toggler-nav[aria-expanded=true] .l-toggler-nav__border-two {
  opacity: 0;
}
.l-toggler-nav[aria-expanded=true] .l-toggler-nav__border-three {
  transform: rotate(-35deg);
}
.l-toggler-nav[aria-expanded=true] .l-toggler-nav__text-open {
  display: none;
}
.l-toggler-nav[aria-expanded=true] .l-toggler-nav__text-close {
  display: inline;
}

/**
 * ページトップに戻る
 */
.l-backtotop {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 9;
  display: grid;
  place-content: center;
  width: 5rem;
  height: 5rem;
  transform: translate3d(0, 101%, 0);
  transition: transform 0.5s ease, background-color 0.25s ease;
  background: #141414;
}
.l-backtotop img {
  transition: transform 0.25s ease;
}

.l-backtotop:hover img {
  transform: translate3d(0, -0.3125rem, 0);
}

body[data-scrolled=true] .l-backtotop {
  transform: translate3d(0, 0, 0);
}

@media only screen and (max-width: 767.98px) {
  .l-backtotop {
    width: 3.75rem;
    height: 3.75rem;
  }
}
/**
 * WordPress記事
 */
.l-entrybody {
  word-break: break-all;
}
.l-entrybody p {
  margin: 1em 0 0;
}
.l-entrybody h1 + p, .l-entrybody h2 + p, .l-entrybody h3 + p, .l-entrybody h4 + p, .l-entrybody h5 + p, .l-entrybody h6 + p {
  margin: 0;
}
.l-entrybody *:first-child {
  margin-top: 0 !important;
}
.l-entrybody > p, .l-entrybody > ul, .l-entrybody > ol, .l-entrybody > div, .l-entrybody > table {
  margin: 2em 0 0;
}
.l-entrybody > figure {
  margin: 2em 0 0;
}
.l-entrybody ul, .l-entrybody ol {
  text-align: left;
}
.l-entrybody > ul {
  padding: 0 0 0 1em;
  list-style-type: disc;
}
.l-entrybody > ol {
  padding: 0 0 0 1.5em;
  list-style-type: decimal;
}
.l-entrybody > ul > li {
  margin: 0.25em 0;
  text-align: left;
}
.l-entrybody li > a {
  display: inline;
}
.l-entrybody a {
  color: #2EA0CB;
  text-decoration: underline;
}
.l-entrybody iframe {
  max-width: 100%;
}
.l-entrybody h1, .l-entrybody h2, .l-entrybody h3, .l-entrybody h4, .l-entrybody h5, .l-entrybody h6 {
  margin: 2.5em 0 0.75em;
}
.l-entrybody h1:first-child, .l-entrybody h2:first-child, .l-entrybody h3:first-child, .l-entrybody h4:first-child, .l-entrybody h5:first-child, .l-entrybody h6:first-child {
  margin-top: 0;
}
.l-entrybody h1 {
  font-size: 180%;
}
.l-entrybody h2 {
  font-size: 150%;
}
.l-entrybody h3 {
  font-size: 132%;
}
.l-entrybody h4 {
  font-size: 116%;
}
.l-entrybody h5 {
  font-size: 108%;
}
.l-entrybody h6 {
  font-size: 100%;
}
.l-entrybody h2 {
  position: relative;
  padding: 0.15em 0 0.15em 1em;
}
.l-entrybody h2::before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background: #2EA0CB;
  border-radius: 100px;
}
.l-entrybody table {
  width: 100%;
}
.l-entrybody td {
  padding: 0.5em 0.75em;
  border: 1px solid #ddd;
}
.l-entrybody th {
  padding: 0.5em 0.75em;
  border: 1px solid #ddd;
  background: #f7f7f7;
}
.l-entrybody .aligncenter {
  display: block;
  margin: 0 auto;
}
.l-entrybody .alignright {
  float: right;
}
.l-entrybody .alignleft {
  float: left;
}
.l-entrybody .wp-block-gallery ul {
  list-style: none;
  margin: 0 0 -1.6rem 0;
}
.l-entrybody .wp-block-image {
  overflow: hidden;
}
.l-entrybody .wp-block-button__link {
  text-decoration: none;
}
.l-entrybody .wp-block-button:not(.is-style-outline) .wp-block-button__link:not(.has-text-color) {
  color: #fff;
}

@media (max-width: 599px) {
  .l-entrybody .wp-block-column:not(:first-child) {
    margin-top: 2em;
    margin-left: 0;
  }
  .l-entrybody .wp-block-column {
    flex-basis: 100% !important;
  }
}
/**
 * wysiwyg
 */
.l-wysiwyg {
  word-break: break-all;
  /*テーブル*/
}
.l-wysiwyg a {
  color: #2EA0CB;
  text-decoration: underline;
}
.l-wysiwyg img {
  font-size: 100%;
}
.l-wysiwyg > p, .l-wysiwyg > ul, .l-wysiwyg > ol, .l-wysiwyg > div, .l-wysiwyg > table {
  margin: 0 0 2em;
  font-size: 100%;
}
.l-wysiwyg > ul, .l-wysiwyg > ol {
  margin-bottom: 1.5em;
  padding: 1em 1em 1em 2.5em;
  border: solid 2px #e8e8e8;
  border-radius: 3px;
  text-align: left;
}
.l-wysiwyg > ul {
  list-style-type: disc;
}
.l-wysiwyg > li {
  padding: 5px 0;
}
.l-wysiwyg > li ul li, .l-wysiwyg > li ol li {
  padding: 0;
}
.l-wysiwyg > ol {
  list-style-type: decimal;
}
.l-wysiwyg > ul li ul, .l-wysiwyg > ul li ol, .l-wysiwyg > ol li ul, .l-wysiwyg > ol li ol {
  margin: 0;
  padding: 0.5em 0 0.5em 1.3em;
  border: none;
}
.l-wysiwyg h1, .l-wysiwyg h2, .l-wysiwyg h3, .l-wysiwyg h4, .l-wysiwyg h5, .l-wysiwyg h6 {
  margin: 1.5em 0 0.75em;
  font-weight: bold;
}
.l-wysiwyg h1:first-child, .l-wysiwyg h2:first-child, .l-wysiwyg h3:first-child, .l-wysiwyg h4:first-child, .l-wysiwyg h5:first-child, .l-wysiwyg h6:first-child {
  margin-top: 0;
}
.l-wysiwyg h1:first-child, .l-wysiwyg h2:first-child, .l-wysiwyg h3:first-child, .l-wysiwyg h4:first-child, .l-wysiwyg h5:first-child, .l-wysiwyg h6:first-child {
  margin-top: 0;
}
.l-wysiwyg > h1 {
  font-size: 180%;
}
.l-wysiwyg > h2 {
  font-size: 150%;
}
.l-wysiwyg > h3 {
  font-size: 132%;
}
.l-wysiwyg > h4 {
  font-size: 116%;
}
.l-wysiwyg > h5 {
  font-size: 108%;
}
.l-wysiwyg > h6 {
  font-size: 100%;
}
.l-wysiwyg > :first-child {
  margin-top: 0;
}
.l-wysiwyg > :last-child {
  margin-bottom: 0;
}
.l-wysiwyg img.alignright {
  display: inline;
  float: right;
  margin: 1em 0 1em 1.5em;
}
.l-wysiwyg img.alignleft {
  display: inline;
  float: left;
  margin: 1em 1.5em 1em 0;
}
.l-wysiwyg img.aligncenter {
  display: block;
  clear: both;
  margin: 0 auto;
}
.l-wysiwyg table {
  width: 100%;
  margin-bottom: 1.5em;
  border: 1px solid #ddd;
}
.l-wysiwyg tr:not(:last-child) {
  border-bottom: 1px solid #ddd;
}
.l-wysiwyg td {
  padding: 10px;
  border-right: 1px solid #ddd;
  word-break: break-all;
}
.l-wysiwyg td:last-child,
.l-wysiwyg th:last-child {
  border-right: 0;
}
.l-wysiwyg th {
  padding: 10px;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background: #efefef;
}

@media only screen and (max-width: 767.98px) {
  .l-wysiwyg img.alignright {
    display: block;
    float: none;
    margin: 1em auto;
  }
  .l-wysiwyg img.alignleft {
    display: block;
    float: none;
    margin: 1em auto;
  }
}
/**
 * フォーム
 */
.l-form {
  line-height: 1.4;
}
.l-form input[type=text], .l-form input[type=email], .l-form input[type=tel], .l-form textarea, .l-form select {
  font-size: 1rem;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid #ddd2c4;
  border-radius: 2px;
}
@media (min-width: 768px) {
  .l-form input[type=text], .l-form input[type=email], .l-form input[type=tel], .l-form textarea, .l-form select {
    font-size: 1.125rem;
  }
}
.l-form input[type=text], .l-form input[type=email], .l-form input[type=tel], .l-form select {
  height: 3.125rem;
  padding: 0.625rem;
}
@media (min-width: 768px) {
  .l-form input[type=text], .l-form input[type=email], .l-form input[type=tel], .l-form select {
    height: 4.375rem;
    padding: 0.625rem 1.25rem;
  }
}
.l-form textarea {
  min-height: 15.625rem;
  padding: 0.625rem;
}
@media (min-width: 768px) {
  .l-form textarea {
    min-height: 20rem;
    padding: 0.625rem 1.25rem;
  }
}
.l-form input[type=submit] {
  display: grid;
  place-content: center;
  width: 100%;
  height: 3.125rem;
  margin: 1.25rem auto 0;
  color: #fff;
  text-align: center;
  background: #000;
  border-radius: 2px;
  transition: background-color 0.2s;
}
@media (min-width: 768px) {
  .l-form input[type=submit] {
    width: -moz-fit-content;
    width: fit-content;
    min-width: 23.75rem;
    height: 4.375rem;
  }
}
.l-form input[type=submit]:hover, .l-form input[type=submit]:focus {
  background: #333;
}
@media (min-width: 768px) {
  .l-form select {
    width: auto;
  }
}
.l-form .row-list {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1.875rem;
}
@media (min-width: 768px) {
  .l-form .row-list {
    gap: 2.5rem;
  }
}
.l-form .row {
  display: grid;
  gap: 0.625rem;
}
.l-form .label {
  display: inline;
}
@media (min-width: 768px) {
  .l-form .label {
    font-size: 1.25rem;
  }
}
.l-form .badge {
  display: inline;
  margin: 0 0 0 0.5em;
  font-size: 0.85em;
}
.l-form .badge.-req {
  color: #FF0000;
}
.l-form .acceptance {
  width: 100%;
  margin: 2.5rem auto 0;
  font-size: 0.75rem;
  text-align: center;
}
@media (min-width: 768px) {
  .l-form .acceptance {
    width: -moz-fit-content;
    width: fit-content;
    min-width: 23.75rem;
    font-size: 1rem;
  }
}
.l-form .acceptance .wpcf7-list-item {
  margin: 0;
}
.l-form .acceptance label {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 0.625rem;
  padding: 0.9375rem 0.625rem;
  line-height: 1;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 2px;
  border: 1px solid #ddd2c4;
  cursor: pointer;
  transition: 0.2s;
}
.l-form .acceptance label:hover {
  background: #efefef;
}
.l-form .acceptance a {
  text-decoration: underline;
}
.l-form .acceptance a:hover {
  text-decoration: none;
}
.l-form .zipcode {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0.625rem;
  font-size: 0.75rem;
}
@media (min-width: 768px) {
  .l-form .zipcode {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
    gap: 1.875rem;
    font-size: 1rem;
    white-space: nowrap;
  }
}
.l-form .temp {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0.625rem;
  font-size: 0.75rem;
}
@media (min-width: 768px) {
  .l-form .temp {
    gap: 0.9375rem;
    font-size: 1rem;
  }
}
.l-form .temp .codedropz-upload-handler {
  background: #fff;
}
.l-form .temp .cd-upload-btn {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.3125rem 0.625rem;
  margin: 0.625rem auto 0;
  border: 1px solid #333;
  border-radius: 4px;
}

/**
 * アラートメッセージ
 */
.wpcf7 .wpcf7-not-valid-tip {
  margin: 0.625rem 0 0;
  font-size: 1rem;
}

@media only screen and (max-width: 767.98px) {
  .wpcf7 .wpcf7-not-valid-tip {
    margin: 0.3125rem 0 0;
    font-size: 0.75rem;
  }
}
/**
 * ローディング
 */
.wpcf7 .wpcf7-spinner {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
  transition-delay: 0.4s;
}
.wpcf7 .wpcf7-spinner::before {
  content: "";
  position: static;
  display: inline-block;
  width: 35px;
  height: 35px;
  vertical-align: -0.125em;
  background-color: transparent;
  border: 5px solid orange;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border 0.75s linear infinite;
  transform-origin: center;
}
@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.wpcf7 div.wpcf7-response-output {
  margin: 20px 0 0 !important;
  font-size: 14px;
}
.wpcf7 form.submitting .wpcf7-spinner {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
}

/**
 * セット
 */
/**
 * 製品スライダー
*/
.s-products-slider {
  padding: 1.875rem 0;
  background: var(--bg-color);
  overflow: hidden;
}
@media (min-width: 768px) {
  .s-products-slider {
    padding: 3.125rem 0;
  }
}
.s-products-slider .c-products {
  margin: 0 -0.9375rem;
}
@media (min-width: 768px) {
  .s-products-slider .c-products {
    margin: 0;
  }
}
.s-products-slider .swiper {
  overflow: unset;
}
.s-products-slider .swiper-button-next {
  top: calc((100% - 2.5rem) / 2.3);
}
@media (min-width: 768px) {
  .s-products-slider .swiper-button-next {
    right: -1.5625rem;
  }
}
.s-products-slider .swiper-button-prev {
  top: calc((100% - 2.5rem) / 2.3);
}
@media (min-width: 768px) {
  .s-products-slider .swiper-button-prev {
    left: -1.5625rem;
  }
}

/**
 * 固有ページ
 */
/**
 * トップページ
 */
.p-home-kv {
  padding: 0.625rem 0 0;
  background: var(--color-sub);
}
.p-home-kv .space {
  position: relative;
  display: grid;
  place-content: center;
  --slide-ratio: 450 / 820;
  --slide-gap: 1.25rem;
  min-height: calc((100vw - var(--slide-gap)) / 1.2 * var(--slide-ratio));
}
@media (min-width: 768px) {
  .p-home-kv .space {
    min-height: calc((100vw - var(--slide-gap)) / 2.5 * var(--slide-ratio));
  }
}
.p-home-kv .slide {
  position: relative;
  overflow: hidden;
}
.p-home-kv .slide::before {
  content: "";
  display: block;
  padding-top: 54.8780487805%;
}
.p-home-kv .slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-home-kv .slide img {
  border-radius: 0.3125rem;
}

.p-home-news {
  min-height: 4.6875rem;
  padding: 0.9375rem 0;
  line-height: 1.4;
  background: var(--color-sub);
}
@media (min-width: 768px) {
  .p-home-news {
    min-height: 4.5rem;
  }
}
.p-home-news .news {
  display: grid;
  grid-template-columns: 5rem 1fr;
  gap: 0.3125rem 0.625rem;
  align-items: center;
}
@media (min-width: 768px) {
  .p-home-news .news {
    grid-template-columns: 9.375rem auto 1fr;
    gap: 1.25rem;
  }
}
.p-home-news .news:hover {
  text-decoration: underline;
}
.p-home-news .news__category {
  display: grid;
  place-content: center;
  padding: 0.125rem 0;
  font-size: 0.75rem;
  color: #fff;
  background: var(--color-main);
}
@media (min-width: 768px) {
  .p-home-news .news__category {
    padding: 0.625rem 0;
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  .p-home-news .news__date {
    font-size: 1rem;
  }
}
.p-home-news .news__title {
  grid-area: 2/1/3/3;
}
@media (min-width: 768px) {
  .p-home-news .news__title {
    grid-area: unset;
    font-size: 1rem;
  }
}

.p-home-category .categories {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 3.125rem;
}

.p-home-about {
  padding: 3.125rem 0;
  color: #fff;
  background: url(img/home/about.jpg) center/cover;
}
@media (min-width: 768px) {
  .p-home-about {
    padding: 5rem 0;
  }
}
.p-home-about .title {
  margin: 0 0 1.875rem;
  font-size: 1.125rem;
  text-align: center;
}
@media (min-width: 768px) {
  .p-home-about .title {
    margin: 0 0 2.8125rem;
    font-size: 1.875rem;
  }
}
@media (min-width: 768px) {
  .p-home-about .text {
    font-size: 1.125rem;
    line-height: 2;
    text-align: center;
  }
}

/**
 * お知らせ
 */
/**
* お問い合わせ
*/
.inquirySection h1 {
  margin: 0 0 0.9375rem;
  padding: 0 0 0.625rem;
  font-size: 1rem;
  line-height: 1.4;
  text-align: center;
  border-bottom: 1px solid var(--color-main);
}
@media (min-width: 768px) {
  .inquirySection h1 {
    margin: 0 0 1.5625rem;
    padding: 0 0 0.9375rem;
    font-size: 1.375rem;
  }
}
.inquirySection h1 + p {
  text-align: center;
}
.inquirySection input[type=text], .inquirySection input[type=email], .inquirySection input[type=tel], .inquirySection textarea, .inquirySection select {
  font-size: 1rem;
  border: 1px solid #707070;
  border-radius: 2px;
}
@media (min-width: 768px) {
  .inquirySection input[type=text], .inquirySection input[type=email], .inquirySection input[type=tel], .inquirySection textarea, .inquirySection select {
    font-size: 1.125rem;
  }
}
.inquirySection input[type=text], .inquirySection input[type=email], .inquirySection input[type=tel], .inquirySection select {
  height: 3.125rem;
  padding: 0.625rem;
}
@media (min-width: 768px) {
  .inquirySection input[type=text], .inquirySection input[type=email], .inquirySection input[type=tel], .inquirySection select {
    height: 3.75rem;
    padding: 0.625rem 1.25rem;
  }
}
.inquirySection textarea {
  min-height: 15.625rem;
  padding: 0.625rem;
}
@media (min-width: 768px) {
  .inquirySection textarea {
    min-height: 20rem;
    padding: 0.625rem 1.25rem;
  }
}
.inquirySection input[type=submit] {
  display: grid;
  place-content: center;
  width: 100%;
  min-height: 3.125rem;
  margin: 0.9375rem auto 0;
  padding: 0.625rem;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background: var(--color-main);
  border-radius: 5px;
  transition: 0.2s;
}
@media (min-width: 768px) {
  .inquirySection input[type=submit] {
    width: 18.75rem;
    min-height: 3.75rem;
    padding: 0.625rem 1.25rem;
    font-size: 1.25rem;
  }
}
.inquirySection input[type=submit]:hover {
  background: #0f2a56;
}
.inquirySection dt {
  margin: 0 0 0.3125rem;
}
.inquirySection dt:not(:first-child) {
  margin: 1.5625rem 0 0.3125rem;
}

/**
 * プライバシーポリシー
 */
/**
 * SDGs
 */
/*---------------------------------------------------------------------------
商品詳細
---------------------------------------------------------------------------*/
.p-product-detail__container {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1.875rem;
}
@media (min-width: 1000px) {
  .p-product-detail__container {
    grid-template-columns: minmax(0, 1fr) 28.75rem;
    align-items: flex-start;
    gap: 3.75rem 5%;
  }
}

.p-product-detail-kv {
  margin: 0 -0.9375rem;
  background: var(--color-sub);
}
@media (min-width: 768px) {
  .p-product-detail-kv {
    grid-area: 1/1/2/2;
    margin: 0 -1.875rem;
    background: none;
  }
}
@media (min-width: 1000px) {
  .p-product-detail-kv {
    margin: 0;
  }
}
.p-product-detail-kv .slide {
  position: relative;
  overflow: hidden;
}
.p-product-detail-kv .slide::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.p-product-detail-kv .slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-product-detail-kv .slide ::selection {
  background-color: transparent;
}
.p-product-detail-kv .thumbnails {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0.3125rem;
  padding: 0.3125rem;
}
@media (min-width: 768px) {
  .p-product-detail-kv .thumbnails {
    padding: 0.3125rem 0;
  }
}
.p-product-detail-kv .swiper-change-btn {
  position: relative;
  position: relative;
  overflow: hidden;
}
.p-product-detail-kv .swiper-change-btn::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.p-product-detail-kv .swiper-change-btn img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-product-detail-kv .swiper-change-btn::after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  border: 3px solid transparent;
}
.p-product-detail-kv .swiper-change-btn[data-selected=true]::after {
  border-color: orange;
}

@media (min-width: 1000px) {
  .p-product-detail-info {
    grid-area: 1/2/3/3;
    position: sticky;
    top: 1.875rem;
  }
}
.p-product-detail-info hr {
  margin: 0.9375rem 0;
  color: rgba(0, 0, 0, 0.5);
}
.p-product-detail-info .category {
  display: grid;
  place-content: center;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 7.8125rem;
  height: 1.875rem;
  margin: 0.625rem 0 0;
  font-size: 0.75rem;
  line-height: 1;
  border: 1px solid #707070;
  border-radius: 1.875rem;
}
.p-product-detail-info .order {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0.625rem 0 0;
}
.p-product-detail-info .order th {
  padding: 0.3125rem 0;
  vertical-align: middle;
}
.p-product-detail-info .order td {
  padding: 0.3125rem 0 0.3125rem 0.625rem;
  vertical-align: middle;
}
.p-product-detail-info .order select {
  height: 2.5rem !important;
  padding: 0.3125rem 1.875rem 0.3125rem 0.625rem;
  font-size: 1rem;
  background: url(img/common/arrow_bottom.svg) no-repeat center right 0.625rem/0.9375rem auto;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 5px;
}
.p-product-detail-info button[type=submit] {
  display: grid;
  place-content: center;
  width: 100%;
  min-height: 3.125rem;
  padding: 0.625rem;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background: var(--color-main);
  border-radius: 5px;
  transition: 0.2s;
}
@media (min-width: 768px) {
  .p-product-detail-info button[type=submit] {
    width: 18.75rem;
    min-height: 3.75rem;
    padding: 0.625rem 1.25rem;
    font-size: 1.25rem;
  }
}
.p-product-detail-info button[type=submit]:hover {
  background: #0f2a56;
}
.p-product-detail-info .illegal a {
  text-decoration: underline;
}
.p-product-detail-info .illegal a:hover {
  text-decoration: none;
}

@media (min-width: 1000px) {
  .p-product-detail-other {
    grid-area: 2/1/3/2;
  }
}

.p-product-detail-anchor {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 10;
  padding: 0.625rem 0 0;
  background: #fff;
}

/*
特定商取引法に基づく表記
*/
@media (min-width: 768px) {
  #law {
    font-size: 1rem;
  }
}
#law h2 {
  margin: 0 0 0.9375rem;
  padding: 0 0 0.625rem;
  font-size: 1rem;
  line-height: 1.4;
  text-align: center;
  border-bottom: 1px solid var(--color-main);
}
@media (min-width: 768px) {
  #law h2 {
    margin: 0 0 1.5625rem;
    padding: 0 0 0.9375rem;
    font-size: 1.375rem;
  }
}
#law p + h3 {
  margin: 1.5625rem 0 0.3125rem;
}

/**
 * ユーティリティ
 */
/**
 * 要素の表示非表示
 */
@media (min-width: 768px) {
  .u-sp-only {
    display: none !important;
  }
}
@media only screen and (max-width: 767.98px) {
  .u-pc-only {
    display: none !important;
  }
}
.u-visually-hidden {
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}

.u-focus-only:not(:focus):not(:focus-within) {
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}

.u-overflow-hidden {
  overflow: hidden;
}

/**
 * フレックスレイアウト
 */
.u-flex {
  display: flex !important;
}

.u-direction-row {
  flex-direction: row !important;
}

.u-direction-row-reverse {
  flex-direction: row-reverse !important;
}

.u-direction-column {
  flex-direction: column !important;
}

.u-direction-column-reverse {
  flex-direction: column-reverse !important;
}

.u-place-center {
  place-content: center !important;
}

.u-align-start {
  align-items: flex-start !important;
}

.u-align-center {
  align-items: center !important;
}

.u-align-end {
  align-items: flex-end !important;
}

.u-justify-start {
  justify-content: flex-start !important;
}

.u-justify-center {
  justify-content: center !important;
}

.u-justify-end {
  justify-content: flex-end !important;
}

@media (min-width: 768px) {
  .u-flex-pc {
    display: flex !important;
  }
  .u-block-pc {
    display: block !important;
  }
  .u-direction-row-pc {
    flex-direction: row !important;
  }
  .u-direction-row-reverse-pc {
    flex-direction: row-reverse !important;
  }
  .u-direction-column-pc {
    flex-direction: column !important;
  }
  .u-direction-column-reverse-pc {
    flex-direction: column-reverse !important;
  }
  .u-place-center-pc {
    place-content: center !important;
  }
  .u-align-start-pc {
    align-items: flex-start !important;
  }
  .u-align-center-pc {
    align-items: center !important;
  }
  .u-align-end-pc {
    align-items: flex-end !important;
  }
  .u-justify-start-pc {
    justify-content: flex-start !important;
  }
  .u-justify-center-pc {
    justify-content: center !important;
  }
  .u-justify-end-pc {
    justify-content: flex-end !important;
  }
}
/**
 * グリッド
 */
.u-grid {
  display: grid !important;
}
.u-grid[data-col="1"] {
  grid-template-columns: minmax(0, 1fr) !important;
}
.u-grid[data-col="1:1"] {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
.u-grid[data-col="1:1:1"] {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}
.u-grid[data-col="1:1:1:1"] {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}
.u-grid[data-col="1:1:1:1:1"] {
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
}
.u-grid[data-col="1:1:1:1:1:1"] {
  grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
}

@media (min-width: 768px) {
  .u-grid[data-col-pc="1"] {
    grid-template-columns: minmax(0, 1fr) !important;
  }
  .u-grid[data-col-pc="1:1"] {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .u-grid[data-col-pc="1:1:1"] {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
  .u-grid[data-col-pc="1:1:1:1"] {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
  .u-grid[data-col-pc="1:1:1:1:1"] {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }
  .u-grid[data-col-pc="1:1:1:1:1:1"] {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
  }
  .u-grid[data-col-pc="2:5"] {
    grid-template-columns: 1fr 2.5fr !important;
  }
}
/**
 * gap
 */
.u-gap-0 {
  gap: 0rem !important;
}

.u-gap-5 {
  gap: 0.3125rem !important;
}

.u-gap-10 {
  gap: 0.625rem !important;
}

.u-gap-15 {
  gap: 0.9375rem !important;
}

.u-gap-20 {
  gap: 1.25rem !important;
}

.u-gap-25 {
  gap: 1.5625rem !important;
}

.u-gap-30 {
  gap: 1.875rem !important;
}

.u-gap-35 {
  gap: 2.1875rem !important;
}

.u-gap-40 {
  gap: 2.5rem !important;
}

.u-gap-45 {
  gap: 2.8125rem !important;
}

.u-gap-50 {
  gap: 3.125rem !important;
}

.u-gap-55 {
  gap: 3.4375rem !important;
}

.u-gap-60 {
  gap: 3.75rem !important;
}

.u-gap-65 {
  gap: 4.0625rem !important;
}

.u-gap-70 {
  gap: 4.375rem !important;
}

.u-gap-75 {
  gap: 4.6875rem !important;
}

.u-gap-80 {
  gap: 5rem !important;
}

.u-gap-85 {
  gap: 5.3125rem !important;
}

.u-gap-90 {
  gap: 5.625rem !important;
}

.u-gap-95 {
  gap: 5.9375rem !important;
}

.u-gap-100 {
  gap: 6.25rem !important;
}

.u-gap-1 {
  gap: 1px;
}

.u-gap-2 {
  gap: 2px;
}

.u-row-gap-0 {
  row-gap: 0rem !important;
}

.u-row-gap-5 {
  row-gap: 0.3125rem !important;
}

.u-row-gap-10 {
  row-gap: 0.625rem !important;
}

.u-row-gap-15 {
  row-gap: 0.9375rem !important;
}

.u-row-gap-20 {
  row-gap: 1.25rem !important;
}

.u-row-gap-25 {
  row-gap: 1.5625rem !important;
}

.u-row-gap-30 {
  row-gap: 1.875rem !important;
}

.u-row-gap-35 {
  row-gap: 2.1875rem !important;
}

.u-row-gap-40 {
  row-gap: 2.5rem !important;
}

.u-row-gap-45 {
  row-gap: 2.8125rem !important;
}

.u-row-gap-50 {
  row-gap: 3.125rem !important;
}

.u-row-gap-55 {
  row-gap: 3.4375rem !important;
}

.u-row-gap-60 {
  row-gap: 3.75rem !important;
}

.u-row-gap-65 {
  row-gap: 4.0625rem !important;
}

.u-row-gap-70 {
  row-gap: 4.375rem !important;
}

.u-row-gap-75 {
  row-gap: 4.6875rem !important;
}

.u-row-gap-80 {
  row-gap: 5rem !important;
}

.u-row-gap-85 {
  row-gap: 5.3125rem !important;
}

.u-row-gap-90 {
  row-gap: 5.625rem !important;
}

.u-row-gap-95 {
  row-gap: 5.9375rem !important;
}

.u-row-gap-100 {
  row-gap: 6.25rem !important;
}

@media (min-width: 768px) {
  .u-gap-0-pc {
    gap: 0rem !important;
  }
  .u-gap-5-pc {
    gap: 0.3125rem !important;
  }
  .u-gap-10-pc {
    gap: 0.625rem !important;
  }
  .u-gap-15-pc {
    gap: 0.9375rem !important;
  }
  .u-gap-20-pc {
    gap: 1.25rem !important;
  }
  .u-gap-25-pc {
    gap: 1.5625rem !important;
  }
  .u-gap-30-pc {
    gap: 1.875rem !important;
  }
  .u-gap-35-pc {
    gap: 2.1875rem !important;
  }
  .u-gap-40-pc {
    gap: 2.5rem !important;
  }
  .u-gap-45-pc {
    gap: 2.8125rem !important;
  }
  .u-gap-50-pc {
    gap: 3.125rem !important;
  }
  .u-gap-55-pc {
    gap: 3.4375rem !important;
  }
  .u-gap-60-pc {
    gap: 3.75rem !important;
  }
  .u-gap-65-pc {
    gap: 4.0625rem !important;
  }
  .u-gap-70-pc {
    gap: 4.375rem !important;
  }
  .u-gap-75-pc {
    gap: 4.6875rem !important;
  }
  .u-gap-80-pc {
    gap: 5rem !important;
  }
  .u-gap-85-pc {
    gap: 5.3125rem !important;
  }
  .u-gap-90-pc {
    gap: 5.625rem !important;
  }
  .u-gap-95-pc {
    gap: 5.9375rem !important;
  }
  .u-gap-100-pc {
    gap: 6.25rem !important;
  }
  .u-row-gap-0-pc {
    row-gap: 0rem !important;
  }
  .u-row-gap-5-pc {
    row-gap: 0.3125rem !important;
  }
  .u-row-gap-10-pc {
    row-gap: 0.625rem !important;
  }
  .u-row-gap-15-pc {
    row-gap: 0.9375rem !important;
  }
  .u-row-gap-20-pc {
    row-gap: 1.25rem !important;
  }
  .u-row-gap-25-pc {
    row-gap: 1.5625rem !important;
  }
  .u-row-gap-30-pc {
    row-gap: 1.875rem !important;
  }
  .u-row-gap-35-pc {
    row-gap: 2.1875rem !important;
  }
  .u-row-gap-40-pc {
    row-gap: 2.5rem !important;
  }
  .u-row-gap-45-pc {
    row-gap: 2.8125rem !important;
  }
  .u-row-gap-50-pc {
    row-gap: 3.125rem !important;
  }
  .u-row-gap-55-pc {
    row-gap: 3.4375rem !important;
  }
  .u-row-gap-60-pc {
    row-gap: 3.75rem !important;
  }
  .u-row-gap-65-pc {
    row-gap: 4.0625rem !important;
  }
  .u-row-gap-70-pc {
    row-gap: 4.375rem !important;
  }
  .u-row-gap-75-pc {
    row-gap: 4.6875rem !important;
  }
  .u-row-gap-80-pc {
    row-gap: 5rem !important;
  }
  .u-row-gap-85-pc {
    row-gap: 5.3125rem !important;
  }
  .u-row-gap-90-pc {
    row-gap: 5.625rem !important;
  }
  .u-row-gap-95-pc {
    row-gap: 5.9375rem !important;
  }
  .u-row-gap-100-pc {
    row-gap: 6.25rem !important;
  }
}
/**
 * 余白
 */
.u-mt-0 {
  margin-top: 0rem !important;
}

.u-mt-5 {
  margin-top: 0.3125rem !important;
}

.u-mt-10 {
  margin-top: 0.625rem !important;
}

.u-mt-15 {
  margin-top: 0.9375rem !important;
}

.u-mt-20 {
  margin-top: 1.25rem !important;
}

.u-mt-25 {
  margin-top: 1.5625rem !important;
}

.u-mt-30 {
  margin-top: 1.875rem !important;
}

.u-mt-35 {
  margin-top: 2.1875rem !important;
}

.u-mt-40 {
  margin-top: 2.5rem !important;
}

.u-mt-45 {
  margin-top: 2.8125rem !important;
}

.u-mt-50 {
  margin-top: 3.125rem !important;
}

.u-mt-55 {
  margin-top: 3.4375rem !important;
}

.u-mt-60 {
  margin-top: 3.75rem !important;
}

.u-mt-65 {
  margin-top: 4.0625rem !important;
}

.u-mt-70 {
  margin-top: 4.375rem !important;
}

.u-mt-75 {
  margin-top: 4.6875rem !important;
}

.u-mt-80 {
  margin-top: 5rem !important;
}

.u-mt-85 {
  margin-top: 5.3125rem !important;
}

.u-mt-90 {
  margin-top: 5.625rem !important;
}

.u-mt-95 {
  margin-top: 5.9375rem !important;
}

.u-mt-100 {
  margin-top: 6.25rem !important;
}

.u-mb-0 {
  margin-bottom: 0rem !important;
}

.u-mb-5 {
  margin-bottom: 0.3125rem !important;
}

.u-mb-10 {
  margin-bottom: 0.625rem !important;
}

.u-mb-15 {
  margin-bottom: 0.9375rem !important;
}

.u-mb-20 {
  margin-bottom: 1.25rem !important;
}

.u-mb-25 {
  margin-bottom: 1.5625rem !important;
}

.u-mb-30 {
  margin-bottom: 1.875rem !important;
}

.u-mb-35 {
  margin-bottom: 2.1875rem !important;
}

.u-mb-40 {
  margin-bottom: 2.5rem !important;
}

.u-mb-45 {
  margin-bottom: 2.8125rem !important;
}

.u-mb-50 {
  margin-bottom: 3.125rem !important;
}

.u-mb-55 {
  margin-bottom: 3.4375rem !important;
}

.u-mb-60 {
  margin-bottom: 3.75rem !important;
}

.u-mb-65 {
  margin-bottom: 4.0625rem !important;
}

.u-mb-70 {
  margin-bottom: 4.375rem !important;
}

.u-mb-75 {
  margin-bottom: 4.6875rem !important;
}

.u-mb-80 {
  margin-bottom: 5rem !important;
}

.u-mb-85 {
  margin-bottom: 5.3125rem !important;
}

.u-mb-90 {
  margin-bottom: 5.625rem !important;
}

.u-mb-95 {
  margin-bottom: 5.9375rem !important;
}

.u-mb-100 {
  margin-bottom: 6.25rem !important;
}

.u-my-0 {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
}

.u-my-5 {
  margin-top: 0.3125rem !important;
  margin-bottom: 0.3125rem !important;
}

.u-my-10 {
  margin-top: 0.625rem !important;
  margin-bottom: 0.625rem !important;
}

.u-my-15 {
  margin-top: 0.9375rem !important;
  margin-bottom: 0.9375rem !important;
}

.u-my-20 {
  margin-top: 1.25rem !important;
  margin-bottom: 1.25rem !important;
}

.u-my-25 {
  margin-top: 1.5625rem !important;
  margin-bottom: 1.5625rem !important;
}

.u-my-30 {
  margin-top: 1.875rem !important;
  margin-bottom: 1.875rem !important;
}

.u-my-35 {
  margin-top: 2.1875rem !important;
  margin-bottom: 2.1875rem !important;
}

.u-my-40 {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}

.u-my-45 {
  margin-top: 2.8125rem !important;
  margin-bottom: 2.8125rem !important;
}

.u-my-50 {
  margin-top: 3.125rem !important;
  margin-bottom: 3.125rem !important;
}

.u-my-55 {
  margin-top: 3.4375rem !important;
  margin-bottom: 3.4375rem !important;
}

.u-my-60 {
  margin-top: 3.75rem !important;
  margin-bottom: 3.75rem !important;
}

.u-my-65 {
  margin-top: 4.0625rem !important;
  margin-bottom: 4.0625rem !important;
}

.u-my-70 {
  margin-top: 4.375rem !important;
  margin-bottom: 4.375rem !important;
}

.u-my-75 {
  margin-top: 4.6875rem !important;
  margin-bottom: 4.6875rem !important;
}

.u-my-80 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}

.u-my-85 {
  margin-top: 5.3125rem !important;
  margin-bottom: 5.3125rem !important;
}

.u-my-90 {
  margin-top: 5.625rem !important;
  margin-bottom: 5.625rem !important;
}

.u-my-95 {
  margin-top: 5.9375rem !important;
  margin-bottom: 5.9375rem !important;
}

.u-my-100 {
  margin-top: 6.25rem !important;
  margin-bottom: 6.25rem !important;
}

.u-px-0 {
  padding-left: 0rem !important;
  padding-right: 0rem !important;
}

.u-px-5 {
  padding-left: 0.3125rem !important;
  padding-right: 0.3125rem !important;
}

.u-px-10 {
  padding-left: 0.625rem !important;
  padding-right: 0.625rem !important;
}

.u-px-15 {
  padding-left: 0.9375rem !important;
  padding-right: 0.9375rem !important;
}

.u-px-20 {
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
}

.u-px-25 {
  padding-left: 1.5625rem !important;
  padding-right: 1.5625rem !important;
}

.u-px-30 {
  padding-left: 1.875rem !important;
  padding-right: 1.875rem !important;
}

.u-px-35 {
  padding-left: 2.1875rem !important;
  padding-right: 2.1875rem !important;
}

.u-px-40 {
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}

.u-px-45 {
  padding-left: 2.8125rem !important;
  padding-right: 2.8125rem !important;
}

.u-px-50 {
  padding-left: 3.125rem !important;
  padding-right: 3.125rem !important;
}

.u-px-55 {
  padding-left: 3.4375rem !important;
  padding-right: 3.4375rem !important;
}

.u-px-60 {
  padding-left: 3.75rem !important;
  padding-right: 3.75rem !important;
}

.u-px-65 {
  padding-left: 4.0625rem !important;
  padding-right: 4.0625rem !important;
}

.u-px-70 {
  padding-left: 4.375rem !important;
  padding-right: 4.375rem !important;
}

.u-px-75 {
  padding-left: 4.6875rem !important;
  padding-right: 4.6875rem !important;
}

.u-px-80 {
  padding-left: 5rem !important;
  padding-right: 5rem !important;
}

.u-px-85 {
  padding-left: 5.3125rem !important;
  padding-right: 5.3125rem !important;
}

.u-px-90 {
  padding-left: 5.625rem !important;
  padding-right: 5.625rem !important;
}

.u-px-95 {
  padding-left: 5.9375rem !important;
  padding-right: 5.9375rem !important;
}

.u-px-100 {
  padding-left: 6.25rem !important;
  padding-right: 6.25rem !important;
}

.u-py-0 {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
}

.u-py-5 {
  padding-top: 0.3125rem !important;
  padding-bottom: 0.3125rem !important;
}

.u-py-10 {
  padding-top: 0.625rem !important;
  padding-bottom: 0.625rem !important;
}

.u-py-15 {
  padding-top: 0.9375rem !important;
  padding-bottom: 0.9375rem !important;
}

.u-py-20 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}

.u-py-25 {
  padding-top: 1.5625rem !important;
  padding-bottom: 1.5625rem !important;
}

.u-py-30 {
  padding-top: 1.875rem !important;
  padding-bottom: 1.875rem !important;
}

.u-py-35 {
  padding-top: 2.1875rem !important;
  padding-bottom: 2.1875rem !important;
}

.u-py-40 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

.u-py-45 {
  padding-top: 2.8125rem !important;
  padding-bottom: 2.8125rem !important;
}

.u-py-50 {
  padding-top: 3.125rem !important;
  padding-bottom: 3.125rem !important;
}

.u-py-55 {
  padding-top: 3.4375rem !important;
  padding-bottom: 3.4375rem !important;
}

.u-py-60 {
  padding-top: 3.75rem !important;
  padding-bottom: 3.75rem !important;
}

.u-py-65 {
  padding-top: 4.0625rem !important;
  padding-bottom: 4.0625rem !important;
}

.u-py-70 {
  padding-top: 4.375rem !important;
  padding-bottom: 4.375rem !important;
}

.u-py-75 {
  padding-top: 4.6875rem !important;
  padding-bottom: 4.6875rem !important;
}

.u-py-80 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.u-py-85 {
  padding-top: 5.3125rem !important;
  padding-bottom: 5.3125rem !important;
}

.u-py-90 {
  padding-top: 5.625rem !important;
  padding-bottom: 5.625rem !important;
}

.u-py-95 {
  padding-top: 5.9375rem !important;
  padding-bottom: 5.9375rem !important;
}

.u-py-100 {
  padding-top: 6.25rem !important;
  padding-bottom: 6.25rem !important;
}

.u-mt-auto {
  margin-top: auto !important;
}

.u-mt-n-15 {
  margin-top: -0.9375rem !important;
}

.u-mt-n-30 {
  margin-top: -1.875rem;
}

@media (min-width: 768px) {
  .u-mt-0-pc {
    margin-top: 0rem !important;
  }
  .u-mt-5-pc {
    margin-top: 0.3125rem !important;
  }
  .u-mt-10-pc {
    margin-top: 0.625rem !important;
  }
  .u-mt-15-pc {
    margin-top: 0.9375rem !important;
  }
  .u-mt-20-pc {
    margin-top: 1.25rem !important;
  }
  .u-mt-25-pc {
    margin-top: 1.5625rem !important;
  }
  .u-mt-30-pc {
    margin-top: 1.875rem !important;
  }
  .u-mt-35-pc {
    margin-top: 2.1875rem !important;
  }
  .u-mt-40-pc {
    margin-top: 2.5rem !important;
  }
  .u-mt-45-pc {
    margin-top: 2.8125rem !important;
  }
  .u-mt-50-pc {
    margin-top: 3.125rem !important;
  }
  .u-mt-55-pc {
    margin-top: 3.4375rem !important;
  }
  .u-mt-60-pc {
    margin-top: 3.75rem !important;
  }
  .u-mt-65-pc {
    margin-top: 4.0625rem !important;
  }
  .u-mt-70-pc {
    margin-top: 4.375rem !important;
  }
  .u-mt-75-pc {
    margin-top: 4.6875rem !important;
  }
  .u-mt-80-pc {
    margin-top: 5rem !important;
  }
  .u-mt-85-pc {
    margin-top: 5.3125rem !important;
  }
  .u-mt-90-pc {
    margin-top: 5.625rem !important;
  }
  .u-mt-95-pc {
    margin-top: 5.9375rem !important;
  }
  .u-mt-100-pc {
    margin-top: 6.25rem !important;
  }
  .u-mb-0-pc {
    margin-bottom: 0rem !important;
  }
  .u-mb-5-pc {
    margin-bottom: 0.3125rem !important;
  }
  .u-mb-10-pc {
    margin-bottom: 0.625rem !important;
  }
  .u-mb-15-pc {
    margin-bottom: 0.9375rem !important;
  }
  .u-mb-20-pc {
    margin-bottom: 1.25rem !important;
  }
  .u-mb-25-pc {
    margin-bottom: 1.5625rem !important;
  }
  .u-mb-30-pc {
    margin-bottom: 1.875rem !important;
  }
  .u-mb-35-pc {
    margin-bottom: 2.1875rem !important;
  }
  .u-mb-40-pc {
    margin-bottom: 2.5rem !important;
  }
  .u-mb-45-pc {
    margin-bottom: 2.8125rem !important;
  }
  .u-mb-50-pc {
    margin-bottom: 3.125rem !important;
  }
  .u-mb-55-pc {
    margin-bottom: 3.4375rem !important;
  }
  .u-mb-60-pc {
    margin-bottom: 3.75rem !important;
  }
  .u-mb-65-pc {
    margin-bottom: 4.0625rem !important;
  }
  .u-mb-70-pc {
    margin-bottom: 4.375rem !important;
  }
  .u-mb-75-pc {
    margin-bottom: 4.6875rem !important;
  }
  .u-mb-80-pc {
    margin-bottom: 5rem !important;
  }
  .u-mb-85-pc {
    margin-bottom: 5.3125rem !important;
  }
  .u-mb-90-pc {
    margin-bottom: 5.625rem !important;
  }
  .u-mb-95-pc {
    margin-bottom: 5.9375rem !important;
  }
  .u-mb-100-pc {
    margin-bottom: 6.25rem !important;
  }
  .u-my-0-pc {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .u-my-5-pc {
    margin-top: 0.3125rem !important;
    margin-bottom: 0.3125rem !important;
  }
  .u-my-10-pc {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }
  .u-my-15-pc {
    margin-top: 0.9375rem !important;
    margin-bottom: 0.9375rem !important;
  }
  .u-my-20-pc {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .u-my-25-pc {
    margin-top: 1.5625rem !important;
    margin-bottom: 1.5625rem !important;
  }
  .u-my-30-pc {
    margin-top: 1.875rem !important;
    margin-bottom: 1.875rem !important;
  }
  .u-my-35-pc {
    margin-top: 2.1875rem !important;
    margin-bottom: 2.1875rem !important;
  }
  .u-my-40-pc {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .u-my-45-pc {
    margin-top: 2.8125rem !important;
    margin-bottom: 2.8125rem !important;
  }
  .u-my-50-pc {
    margin-top: 3.125rem !important;
    margin-bottom: 3.125rem !important;
  }
  .u-my-55-pc {
    margin-top: 3.4375rem !important;
    margin-bottom: 3.4375rem !important;
  }
  .u-my-60-pc {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }
  .u-my-65-pc {
    margin-top: 4.0625rem !important;
    margin-bottom: 4.0625rem !important;
  }
  .u-my-70-pc {
    margin-top: 4.375rem !important;
    margin-bottom: 4.375rem !important;
  }
  .u-my-75-pc {
    margin-top: 4.6875rem !important;
    margin-bottom: 4.6875rem !important;
  }
  .u-my-80-pc {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .u-my-85-pc {
    margin-top: 5.3125rem !important;
    margin-bottom: 5.3125rem !important;
  }
  .u-my-90-pc {
    margin-top: 5.625rem !important;
    margin-bottom: 5.625rem !important;
  }
  .u-my-95-pc {
    margin-top: 5.9375rem !important;
    margin-bottom: 5.9375rem !important;
  }
  .u-my-100-pc {
    margin-top: 6.25rem !important;
    margin-bottom: 6.25rem !important;
  }
  .u-px-0-pc {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
  .u-px-5-pc {
    padding-left: 0.3125rem !important;
    padding-right: 0.3125rem !important;
  }
  .u-px-10-pc {
    padding-left: 0.625rem !important;
    padding-right: 0.625rem !important;
  }
  .u-px-15-pc {
    padding-left: 0.9375rem !important;
    padding-right: 0.9375rem !important;
  }
  .u-px-20-pc {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }
  .u-px-25-pc {
    padding-left: 1.5625rem !important;
    padding-right: 1.5625rem !important;
  }
  .u-px-30-pc {
    padding-left: 1.875rem !important;
    padding-right: 1.875rem !important;
  }
  .u-px-35-pc {
    padding-left: 2.1875rem !important;
    padding-right: 2.1875rem !important;
  }
  .u-px-40-pc {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
  .u-px-45-pc {
    padding-left: 2.8125rem !important;
    padding-right: 2.8125rem !important;
  }
  .u-px-50-pc {
    padding-left: 3.125rem !important;
    padding-right: 3.125rem !important;
  }
  .u-px-55-pc {
    padding-left: 3.4375rem !important;
    padding-right: 3.4375rem !important;
  }
  .u-px-60-pc {
    padding-left: 3.75rem !important;
    padding-right: 3.75rem !important;
  }
  .u-px-65-pc {
    padding-left: 4.0625rem !important;
    padding-right: 4.0625rem !important;
  }
  .u-px-70-pc {
    padding-left: 4.375rem !important;
    padding-right: 4.375rem !important;
  }
  .u-px-75-pc {
    padding-left: 4.6875rem !important;
    padding-right: 4.6875rem !important;
  }
  .u-px-80-pc {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .u-px-85-pc {
    padding-left: 5.3125rem !important;
    padding-right: 5.3125rem !important;
  }
  .u-px-90-pc {
    padding-left: 5.625rem !important;
    padding-right: 5.625rem !important;
  }
  .u-px-95-pc {
    padding-left: 5.9375rem !important;
    padding-right: 5.9375rem !important;
  }
  .u-px-100-pc {
    padding-left: 6.25rem !important;
    padding-right: 6.25rem !important;
  }
  .u-py-0-pc {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .u-py-5-pc {
    padding-top: 0.3125rem !important;
    padding-bottom: 0.3125rem !important;
  }
  .u-py-10-pc {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }
  .u-py-15-pc {
    padding-top: 0.9375rem !important;
    padding-bottom: 0.9375rem !important;
  }
  .u-py-20-pc {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .u-py-25-pc {
    padding-top: 1.5625rem !important;
    padding-bottom: 1.5625rem !important;
  }
  .u-py-30-pc {
    padding-top: 1.875rem !important;
    padding-bottom: 1.875rem !important;
  }
  .u-py-35-pc {
    padding-top: 2.1875rem !important;
    padding-bottom: 2.1875rem !important;
  }
  .u-py-40-pc {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .u-py-45-pc {
    padding-top: 2.8125rem !important;
    padding-bottom: 2.8125rem !important;
  }
  .u-py-50-pc {
    padding-top: 3.125rem !important;
    padding-bottom: 3.125rem !important;
  }
  .u-py-55-pc {
    padding-top: 3.4375rem !important;
    padding-bottom: 3.4375rem !important;
  }
  .u-py-60-pc {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
  .u-py-65-pc {
    padding-top: 4.0625rem !important;
    padding-bottom: 4.0625rem !important;
  }
  .u-py-70-pc {
    padding-top: 4.375rem !important;
    padding-bottom: 4.375rem !important;
  }
  .u-py-75-pc {
    padding-top: 4.6875rem !important;
    padding-bottom: 4.6875rem !important;
  }
  .u-py-80-pc {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .u-py-85-pc {
    padding-top: 5.3125rem !important;
    padding-bottom: 5.3125rem !important;
  }
  .u-py-90-pc {
    padding-top: 5.625rem !important;
    padding-bottom: 5.625rem !important;
  }
  .u-py-95-pc {
    padding-top: 5.9375rem !important;
    padding-bottom: 5.9375rem !important;
  }
  .u-py-100-pc {
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important;
  }
  .u-mt-n-50-pc {
    margin-top: -3.125rem;
  }
}
/**
 * フォントサイズ
 */
.u-fs-10 {
  font-size: 0.625rem;
}

.u-fs-12 {
  font-size: 0.75rem;
}

.u-fs-14 {
  font-size: 0.875rem;
}

.u-fs-16 {
  font-size: 1rem;
}

.u-fs-18 {
  font-size: 1.125rem;
}

.u-fs-20 {
  font-size: 1.25rem;
}

.u-fs-22 {
  font-size: 1.375rem;
}

.u-fs-24 {
  font-size: 1.5rem;
}

.u-fs-26 {
  font-size: 1.625rem;
}

.u-fs-28 {
  font-size: 1.75rem;
}

.u-fs-30 {
  font-size: 1.875rem;
}

.u-fs-32 {
  font-size: 2rem;
}

.u-fs-34 {
  font-size: 2.125rem;
}

.u-fs-36 {
  font-size: 2.25rem;
}

.u-fs-38 {
  font-size: 2.375rem;
}

.u-fs-40 {
  font-size: 2.5rem;
}

@media (min-width: 768px) {
  .u-fs-10-pc {
    font-size: 0.625rem;
  }
  .u-fs-12-pc {
    font-size: 0.75rem;
  }
  .u-fs-14-pc {
    font-size: 0.875rem;
  }
  .u-fs-16-pc {
    font-size: 1rem;
  }
  .u-fs-18-pc {
    font-size: 1.125rem;
  }
  .u-fs-20-pc {
    font-size: 1.25rem;
  }
  .u-fs-22-pc {
    font-size: 1.375rem;
  }
  .u-fs-24-pc {
    font-size: 1.5rem;
  }
  .u-fs-26-pc {
    font-size: 1.625rem;
  }
  .u-fs-28-pc {
    font-size: 1.75rem;
  }
  .u-fs-30-pc {
    font-size: 1.875rem;
  }
  .u-fs-32-pc {
    font-size: 2rem;
  }
  .u-fs-34-pc {
    font-size: 2.125rem;
  }
  .u-fs-36-pc {
    font-size: 2.25rem;
  }
  .u-fs-38-pc {
    font-size: 2.375rem;
  }
  .u-fs-40-pc {
    font-size: 2.5rem;
  }
  .u-fs-42-pc {
    font-size: 2.625rem;
  }
  .u-fs-44-pc {
    font-size: 2.75rem;
  }
  .u-fs-46-pc {
    font-size: 2.875rem;
  }
  .u-fs-48-pc {
    font-size: 3rem;
  }
  .u-fs-50-pc {
    font-size: 3.125rem;
  }
  .u-fs-52-pc {
    font-size: 3.25rem;
  }
  .u-fs-54-pc {
    font-size: 3.375rem;
  }
  .u-fs-56-pc {
    font-size: 3.5rem;
  }
  .u-fs-58-pc {
    font-size: 3.625rem;
  }
  .u-fs-60-pc {
    font-size: 3.75rem;
  }
  .u-fs-62-pc {
    font-size: 3.875rem;
  }
  .u-fs-64-pc {
    font-size: 4rem;
  }
  .u-fs-66-pc {
    font-size: 4.125rem;
  }
  .u-fs-68-pc {
    font-size: 4.25rem;
  }
  .u-fs-70-pc {
    font-size: 4.375rem;
  }
  .u-fs-72-pc {
    font-size: 4.5rem;
  }
  .u-fs-74-pc {
    font-size: 4.625rem;
  }
  .u-fs-76-pc {
    font-size: 4.75rem;
  }
  .u-fs-78-pc {
    font-size: 4.875rem;
  }
  .u-fs-80-pc {
    font-size: 5rem;
  }
}
/**
 * 行間
 */
.u-lh-1 {
  line-height: 1;
}

.u-lh-1_2 {
  line-height: 1.2;
}

.u-lh-1_4 {
  line-height: 1.4;
}

.u-lh-1_8 {
  line-height: 1.8;
}

.u-lh-2 {
  line-height: 2;
}

.u-lh-2_2 {
  line-height: 2.2;
}

.u-lh-2_4 {
  line-height: 2.4;
}

/**
 * 文字間
 */
.u-ls-0 {
  letter-spacing: 0;
}

.u-ls-0_5 {
  letter-spacing: 0.05em;
}

.u-ls-1 {
  letter-spacing: 0.1em;
}

.u-ls-1_5 {
  letter-spacing: 0.15em;
}

.u-ls-2 {
  letter-spacing: 0.2em;
}

/**
 * センター揃え
 */
[class^=u-wrap] {
  margin-left: auto;
  margin-right: auto;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  box-sizing: content-box;
}

.u-wrap-800 {
  max-width: 50rem;
}

.u-wrap-920 {
  max-width: 57.5rem;
}

.u-wrap-1000 {
  max-width: 62.5rem;
}

.u-wrap-1080 {
  max-width: 67.5rem;
}

.u-wrap-1200 {
  max-width: 75rem;
}

@media (min-width: 768px) {
  [class^=u-wrap] {
    padding-right: 1.875rem;
    padding-left: 1.875rem;
  }
}
/**
 * センター揃えで左右寄席
 */
@media (min-width: 768px) {
  .u-sticky-right {
    margin: 0 min((var(--vw, 100vw) - var(--width) / 16 * 1rem) / -2, var(--gutter) * -1) 0 0;
  }
  .u-sticky-left {
    margin: 0 0 0 min((var(--vw, 100vw) - var(--width) / 16 * 1rem) / -2, var(--gutter) * -1);
  }
}
/**
 * 文字構え
 */
.u-center {
  text-align: center !important;
}

.u-right {
  text-align: right !important;
}

.u-left {
  text-align: left !important;
}

@media (min-width: 768px) {
  .u-center-pc {
    text-align: center !important;
  }
  .u-right-pc {
    text-align: right !important;
  }
  .u-left-pc {
    text-align: left !important;
  }
}
/**
 * 色
 */
.u-red {
  color: red;
}

/**
 * インデント
 */
ul.u-indent li,
ol.u-indent li {
  text-indent: -1em;
  margin-left: 1em;
}

.u-indent:not(ul):not(ol) {
  text-indent: -1em;
  margin-left: 1em;
}

.u-indent-witdhIcon {
  position: relative;
  padding-left: 1em;
}
.u-indent-witdhIcon::before {
  content: attr(data-icon);
  left: 0;
  position: absolute;
}

.u-indent_15-witdhIcon {
  position: relative;
  padding-left: 1.5em;
}
.u-indent_15-witdhIcon::before {
  content: attr(data-icon);
  left: 0;
  position: absolute;
}

.u-indent-list-witdhIcon > li {
  position: relative;
  padding-left: 1em;
}
.u-indent-list-witdhIcon > li::before {
  content: attr(data-icon);
  left: 0;
  position: absolute;
}

.u-indent-list_15-witdhIcon > li {
  position: relative;
  padding-left: 1.5em;
}
.u-indent-list_15-witdhIcon > li::before {
  content: attr(data-icon);
  left: 0;
  position: absolute;
}

/**
 * フォント
 */
.u-mincho {
  font-family: var(--mincho);
}

.u-gothic {
  font-family: var(--gothic-normal);
}

.u-italic {
  font-style: italic;
}

.u-bold {
  font-weight: bold !important;
}

.u-normal {
  font-weight: normal !important;
}

/**
 * リストスタイル
 */
.u-list-decimal {
  list-style-type: decimal;
  padding: 0 0 0 1em;
}

/**
 * リンク
 */
.u-link {
  color: blue;
  text-decoration: underline;
}
.u-link:hover {
  text-decoration: none;
}

/**
 * アンダーライン
 */
.u-underline {
  text-decoration: underline;
}
.u-underline:hover {
  text-decoration: none;
}

/**
 * グーグルマップ
 */
.u-googlemap iframe {
  width: 100%;
}

@media only screen and (max-width: 767.98px) {
  .u-googlemap iframe {
    height: 300px;
  }
}
/**
 * youtube
 */
.u-youtube-wrap {
  position: relative;
  width: 100%;
}
.u-youtube-wrap::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.u-youtube-wrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
  vertical-align: bottom;
}

/**
 * スケルトンスクリーン
 */
.u-skeleton {
  min-height: 1.5em;
  background: #d9d9d9;
  position: relative;
  overflow: hidden;
}
.u-skeleton::after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.5), transparent);
  position: absolute;
  top: 0;
  left: 0;
  animation: skeleton-animation 1.2s linear infinite;
}

.u-skeleton + .u-skeleton {
  margin: 0.625rem 0 0;
}

@keyframes skeleton-animation {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
/**
 * 印刷
 */
@media print {
  @page {
    margin: 10mm;
    size: 210mm 297mm; /* A4縦サイズの場合 */
  }
  body {
    -webkit-print-color-adjust: exact;
    background-color: #fff !important;
    zoom: 0.7;
  }
}
/*アニメーション無効*/