@charset "UTF-8";
/* =========================================================
 Base
========================================================= */
/* ==============================
  base配下のscssを読み込み
================================= */
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

*, :after, :before {
  background-repeat: no-repeat;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden], template {
  display: none;
}

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
}

b, strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

input {
  border-radius: 0;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
}

[type=search] {
  -webkit-appearance: textfield;
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button, select {
  text-transform: none;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

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

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
}

audio, canvas, progress, video {
  display: inline-block;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

/* ==============================
  変数を定義
================================= */
/* color */
/* btn */
/* media query */
/* ==============================
  base/mixin
================================= */
/* ==============================
  base/base
================================= */
html {
  font-size: 62.5%;
  color: #6E6868;
  -webkit-text-size-adjust: 100%;
}

body {
  position: static;
  word-break: break-all;
  font-size: 160%;
  font-family: "Noto Sans JP", "Noto Sans", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  background-color: #EBEBEB;
  overflow: clip;
}
@media (max-width: 768px) {
  body {
    font-size: 140%;
  }
}
body.no-scroll {
  height: 100vh;
  overflow: hidden;
}

canvas {
  vertical-align: top;
}

ul,
ol,
li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

a {
  text-decoration: none;
  color: #0D2535;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

img {
  height: auto;
  width: 100%;
  vertical-align: bottom;
}

i {
  font-style: normal;
}

button {
  border: none;
  border-color: none;
  background: none;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

div {
  line-height: 2;
  letter-spacing: 0em;
}
@media (max-width: 768px) {
  div {
    font-size: 14px;
    line-height: 1.7142857143;
  }
}

p {
  font-size: inherit;
  line-height: 2;
  letter-spacing: 0em;
}
@media (max-width: 768px) {
  p {
    font-size: 14px;
    line-height: 1.7142857143;
  }
}

label {
  font-size: inherit;
  line-height: 1.3;
  letter-spacing: 0.05em;
}

input::-webkit-input-placeholder {
  font-size: inherit;
}

input::-moz-placeholder {
  font-size: inherit;
}

input:-ms-input-placeholder {
  font-size: inherit;
}

input::-ms-input-placeholder {
  font-size: inherit;
}

input::placeholder {
  font-size: inherit;
}

table {
  width: 100%;
  border-collapse: collapse;
}

main {
  display: block;
}

/* ==============================
  base/ 調整
================================= */
.mt0 {
  margin-top: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

/* ==============================
  PC、SP出しわけ
================================= */
.is-pc {
  display: block;
}
@media (max-width: 768px) {
  .is-pc {
    display: none;
  }
}

.is-sp {
  display: none;
}
@media (max-width: 768px) {
  .is-sp {
    display: block;
  }
}

/* =========================================================
 Layout
========================================================= */
/* =========================================================
 Base
========================================================= */
/* ==============================
  layout/footer
================================= */
.l-footer2 {
  background-color: #707070;
  padding: 53px 15px 40px;
}

.footer-inner2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer-inner2 .to-top {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.footer-btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.footer-btn {
  max-width: 450px;
  width: 100%;
  background-color: #fff;
  color: #969497;
  text-align: center;
  font-size: 14px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.footer-btn:nth-child(2) {
  margin-left: 18px;
}

.footer-btn:hover {
  opacity: 0.7;
}

.footer-btn a {
  width: 100%;
  display: block;
  position: relative;
  color: #969497;
  padding: 29px 0px;
  font-weight: bold;
}

.footer-btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  width: 10px;
  height: 10px;
  border-bottom: 1px solid #969497;
  border-right: 1px solid #969497;
}

.copylight {
  margin-top: 90px;
}

.copylight p {
  color: #fff;
  font-size: 10px;
}

@media (max-width: 768px) {
  .footer-btn-wrap {
    display: block;
  }
  .footer-btn {
    max-width: 100%;
    text-align: left;
    font-size: 13px;
  }
  .footer-btn:nth-child(2) {
    margin-left: 0px;
    margin-top: 20px;
  }
  .footer-btn a {
    padding: 18px 26px;
  }
}
/* =========================================================
 Base
========================================================= */
/* ==============================
  layout/header
================================= */
.header {
  padding: 40px 0 30px;
  text-align: center;
  background-color: #fff;
}

.header-img {
  height: 48px;
  width: auto;
}

@media (max-width: 768px) {
  .header {
    padding: 22px 0 15px;
  }
  .header-img {
    height: 24px;
  }
}
/* =========================================================
 Base
========================================================= */
/* ==============================
  layout/layout
================================= */
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 80px;
}
@media (max-width: 1060px) {
  .l-header {
    height: 60px;
  }
}
.l-main {
  margin-top: 80px;
}
@media (max-width: 1060px) {
  .l-main {
    margin-top: 60px;
  }
}
.l-main-inner {
  padding-top: 68px;
}
@media (max-width: 768px) {
  .l-main-inner {
    padding-top: 50px;
  }
}

/* =========================================================
 Module 使い回しできるパーツのスタイル
========================================================= */
/* =========================================================
 Base
========================================================= */
/* ==============================
  module/btn
================================= */
.item-buy-btn {
  max-width: 369px;
  width: 100%;
  height: 53px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 999px;
  line-height: 1;
}
.item-buy-btn .icon-cart {
  width: 19.6px;
  height: 17.5px;
  background-image: url(../images/icon_cart.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 10.3px;
}
.item-buy-btn:hover {
  opacity: 0.5;
}

.btn-to-top {
  width: 60px;
  height: auto;
  aspect-ratio: 1/1;
  position: fixed;
  bottom: 35px;
  right: 25px;
  z-index: 5;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.btn-to-top:hover, .btn-to-top:active {
  opacity: 0.7;
}
@media (max-width: 768px) {
  .btn-to-top {
    width: 54px;
    right: 10px;
    bottom: 43px;
  }
}

/* =========================================================
 Base
========================================================= */
/* ==============================
  layout/footer
================================= */
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #656E84;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  z-index: 10;
}
.modal-overlay.is-open {
  visibility: visible;
  opacity: 0.3;
}
.modal-container {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 12;
  max-width: 1000px;
  width: 100%;
  max-height: 656px;
  height: 80%;
  background-color: #fff;
  border-radius: 20px;
  visibility: hidden;
  opacity: 0;
  padding: 50px 15px 65px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.modal-container.is-open {
  visibility: visible;
  opacity: 1;
}
.modal-inner {
  height: 100%;
  overflow-y: auto;
}
.modal-lead {
  margin-top: 40px;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1;
  text-align: center;
}
.modal-img {
  max-width: 208px;
  width: 100%;
  margin: 30px auto 0;
}
.modal-contents {
  margin-top: 30px;
  text-align: center;
}
.modal-contents + .modal-contents {
  position: relative;
  margin-top: 50px;
}
.modal-contents + .modal-contents::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 8.5px 0 8.5px;
  border-color: #6D6868 transparent transparent transparent;
}
.modal-ttl {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1;
  font-weight: 500;
}
.modal-txt {
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.5;
  margin-top: 11px;
}
.modal-close {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 26px;
  height: 26px;
  cursor: pointer;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.modal-close::before, .modal-close::after {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  background-color: #6E6868;
}
.modal-close::before {
  width: 100%;
  height: 2px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.modal-close::after {
  width: 2px;
  height: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.modal-how-top-content {
  margin: 40px auto 0;
  max-width: 472px;
  width: 100%;
}
@media (max-width: 375px) {
  .modal-how-top-content {
    margin-top: 30px;
  }
}

@media (max-width: 768px) {
  .modal-container {
    max-height: 608px;
    height: 90%;
    padding: 65px 13px;
    width: calc(100% - 30px);
  }
  .modal-close {
    width: 30px;
    height: 30px;
    top: 13px;
    right: 13px;
  }
  .modal-lead {
    font-size: 13px;
    line-height: 1.5;
  }
  .modal-img {
    max-width: 150px;
    margin: 15px auto 0;
  }
  .modal-contents {
    margin-top: 15px;
  }
  .modal-txt {
    font-size: 13px;
  }
}
/* =========================================================
 Base
========================================================= */
/* ==============================
  module/module
================================= */
/* ==============================
  kv section
================================= */
.kv-image-wrap {
  width: 100%;
  height: 36vw;
  overflow: hidden;
}
@media (max-width: 768px) {
  .kv-image-wrap {
    height: 96vw;
  }
}
.kv-image-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.kv-content {
  position: relative;
  padding-top: 61px;
}
.kv-content::before, .kv-content::after {
  content: "";
  display: block;
  background-size: contain;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .kv-content::before, .kv-content::after {
    opacity: 0.3;
  }
}
.kv-content::before {
  width: clamp(152px, 22vw, 304px);
  height: auto;
  aspect-ratio: 4/5;
  background-image: url("../images/top_bg_left.png");
  left: -77px;
}
@media (max-width: 768px) {
  .kv-content::before {
    width: clamp(100px, 40vw, 152px);
    left: -86px;
  }
}
.kv-content::after {
  width: clamp(200px, 29vw, 400px);
  height: auto;
  aspect-ratio: 200/179;
  background-image: url("../images/top_bg_right.png");
  right: -156px;
}
@media (max-width: 768px) {
  .kv-content::after {
    width: clamp(100px, 53vw, 200px);
    right: -100px;
  }
}
.kv-ttl {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 2.31;
}

@media (max-width: 768px) {
  .kv-content {
    padding-top: 30px;
  }
  .kv-ttl {
    margin: 0 15px;
    font-size: 13px;
    line-height: 2.15;
  }
}
/* ==============================
  about section
================================= */
.about-section {
  margin-top: 80px;
}
.about-inner {
  position: relative;
  max-width: 774px;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 30px 40px 40px;
  margin: 0 auto;
}
.about-inner .headline-1 {
  text-align: center;
}
.about-lead {
  display: block;
  text-align: center;
  margin-top: 8px;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 1;
}
.about-txt {
  font-size: 14px;
  letter-spacing: 1;
  line-height: 1.92;
  margin-top: 30px;
}
.about-deco {
  width: 113px;
  height: 80px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -65%);
          transform: translate(-50%, -65%);
}

@media (max-width: 768px) {
  .about-section {
    margin-top: 65px;
  }
  .about-inner {
    max-width: 100%;
    padding: 46px 15px 25px;
    margin: 0 auto;
    border-radius: 0;
  }
  .about-lead {
    font-size: 10px;
  }
  .about-txt {
    font-size: 12px;
    margin-top: 17px;
  }
  .about-deco {
    width: 98px;
    height: 70px;
  }
}
/* ==============================
  main container
================================= */
.main-container {
  position: relative;
}
.main-container > * {
  position: relative;
  z-index: 2;
}
.main-container::before, .main-container::after {
  content: "";
  display: block;
  height: calc(100% - 96px);
  background-size: contain;
  background-repeat: repeat-y;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .main-container::before, .main-container::after {
    height: 100%;
    opacity: 0.3;
  }
}
.main-container::before {
  width: 271px;
  background-image: url("../images/body_bg_left.png");
  left: -113px;
}
@media (max-width: 768px) {
  .main-container::before {
    width: clamp(100px, 34vw, 135px);
    left: -59px;
  }
}
.main-container::after {
  width: 256px;
  background-image: url("../images/body_bg_right.png");
  right: -123px;
}
@media (max-width: 768px) {
  .main-container::after {
    width: clamp(100px, 34vw, 135px);
    right: -62px;
  }
}

/* ==============================
  item section
================================= */
.item-section {
  padding-top: 120px;
}
.item-wrap {
  max-width: 1100px;
  margin: 51px auto 0;
}
.item-wrap-lead {
  display: block;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1;
  font-weight: 400;
  text-align: center;
}
.item-link-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 60px;
}
.item-link-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 196px;
  width: 100%;
  padding: 22px 0 14px;
  border-radius: 25px;
  cursor: pointer;
}
.item-link-inner:hover, .item-link-inner:active {
  opacity: 0.5;
}
.item-link-inner + .item-link-inner {
  margin-left: 20px;
}
.item-link-inner.regular {
  background-color: #D5979C;
}
.item-link-inner.center {
  background-color: #E58864;
}
.item-link-icon {
  max-width: 86px;
}
.item-link-ttl {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  margin-top: 9px;
  color: #fff;
  line-height: 1;
  letter-spacing: 0;
}
.item-link-lead {
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0;
  color: #fff;
  margin-top: 8px;
}
.item-link-arrow {
  margin-top: 15px;
  width: 14px;
  height: 8px;
}
.item-img {
  margin-top: 97px;
}

@media (max-width: 768px) {
  .item-section {
    padding-top: 50px;
  }
  .item-wrap {
    max-width: 100%;
    margin: 15px 36px 0;
  }
  .item-wrap-lead {
    display: block;
    font-size: 13px;
    line-height: 1.61;
  }
  .item-link-wrap {
    margin-top: 19px;
  }
  .item-link-inner {
    padding: 16px 0 10px;
  }
  .item-link-inner + .item-link-inner {
    margin-left: 19px;
  }
  .item-link-icon {
    max-width: 63px;
  }
  .item-link-ttl {
    font-size: 12.5px;
    margin-top: 9px;
  }
  .item-link-lead {
    font-size: 10px;
    margin-top: 8px;
  }
  .item-link-arrow {
    margin-top: 13px;
    width: 10px;
    height: 6px;
  }
  .item-img {
    display: none;
  }
}
/* ==============================
  itemDetail section
================================= */
.item-detail-section {
  margin-top: 120px;
  padding: 0 70px;
}
.item-detail-icon {
  max-width: 137px;
  margin: 0 auto 20px;
}
.item-detail-inner {
  max-width: 919px;
  margin: 0 auto;
}
.item-detail-inner.regular .headline-wrap {
  color: #D5979C;
}
.item-detail-inner.regular .item-buy-btn {
  background-color: #D5979C;
  color: #fff;
  margin: 20px auto 0;
}
.item-detail-inner.center .headline-wrap {
  color: #E58864;
}
.item-detail-inner.center .item-buy-btn {
  background-color: #E58864;
  color: #fff;
  margin: 20px auto 0;
}
.item-detail-inner.other {
  max-width: 836px;
}
.item-detail-inner.other .item-detail-contents {
  gap: 50px 75px;
}
.item-detail-inner.other .item-detail-block {
  width: calc((100% - 75px) / 2);
}
@media (max-width: 768px) {
  .item-detail-inner.other .item-detail-block {
    width: 100%;
  }
}
.item-detail-inner + .item-detail-inner {
  margin-top: 137.5px;
}
.item-detail-txt {
  text-align: center;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.62;
  margin-top: 50px;
}
.item-detail-txt-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 25px;
}
.item-detail-txt-area.hint .item-buy-btn {
  background-color: #6E6868;
  color: #fff;
  margin: 20px auto 0;
}
.item-detail-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-top: 61px;
  gap: 50px 40px;
}
.item-detail-block {
  width: calc((100% - 40px) / 2);
}
.item-detail-block.hint {
  min-height: 674px;
}
.item-detail-swiper {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.item-detail-ttl {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  line-height: 1;
  letter-spacing: 0;
}

.item-name {
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
}
.item-name span {
  font-size: 16px;
}
.item-name.mt24 {
  margin-top: 24px;
}
.item-price {
  display: inline-block;
  margin-top: 15px;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 1;
}
.item-price span {
  font-size: 12px;
}
.item-txt {
  text-align: left;
  font-size: 14px;
  line-height: 1.71;
  margin-top: 10px;
  margin-bottom: 25px;
}

@media (max-width: 768px) {
  .item-detail-section {
    margin-top: 83px;
    padding: 0 36px;
  }
  .item-detail-icon {
    max-width: 100px;
    margin: 0 auto 15px;
  }
  .item-detail-inner {
    max-width: 700px;
    margin: 0 auto;
  }
  .item-detail-inner.regular .item-buy-btn {
    margin: 16px auto 0;
  }
  .item-detail-inner.center .item-buy-btn {
    margin: 16px auto 0;
  }
  .item-detail-inner + .item-detail-inner {
    margin-top: 80px;
  }
  .item-detail-txt {
    font-size: 13px;
    margin-top: 15px;
  }
  .item-detail-txt-area {
    margin-top: 15px;
  }
  .item-detail-txt-area.hint .item-buy-btn {
    margin: 15px auto 0;
  }
  .item-detail-contents {
    margin-top: 30px;
  }
  .item-detail-block {
    width: 100%;
  }
  .item-detail-block.hint {
    min-height: auto;
  }
  .item-detail-ttl {
    font-size: 14px;
  }
  .item-name {
    font-size: 16px;
  }
  .item-name span {
    font-size: 12px;
  }
  .item-name.mt24 {
    margin-top: 0px;
  }
  .item-price {
    font-size: 16px;
    margin-top: 15px;
  }
  .item-price span {
    font-size: 10px;
  }
  .item-txt {
    font-size: 13px;
    margin-bottom: 17px;
  }
}
/* ==============================
  How to use section
================================= */
.how-to-section {
  margin: 135px 15px 0;
}
.how-to-contents {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 919px;
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  border: 2px solid #707070;
  border-radius: 20px;
  padding: 18px 15px;
}
.how-to-contents:hover, .how-to-contents:active {
  opacity: 0.5;
}
.how-to-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.how-to-ttl {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
.how-to-lead {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
}

.icon-link {
  position: absolute;
  top: 50%;
  right: 25px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  line-height: 1;
  width: 22px;
  height: 18px;
  background-image: url(../images/icon_modal.png);
  background-repeat: no-repeat;
  background-size: contain;
}

@media (max-width: 768px) {
  .how-to-section {
    margin: 70px 36px 0;
  }
  .how-to-contents {
    padding: 13px 15px;
  }
  .how-to-lead {
    margin-top: 0;
  }
  .how-to-ttl {
    font-size: 14px;
  }
}
/* ==============================
  banner section
================================= */
.banner-section {
  padding-top: 90px;
  padding-bottom: 90px;
}
.banner-img {
  max-width: 420px;
  width: 100%;
  margin: 0 auto;
}
.banner-img a:hover, .banner-img a:active {
  opacity: 0.5;
}

@media (max-width: 768px) {
  .banner-section {
    padding-top: 58px;
    padding-bottom: 60px;
    margin: 0 15px;
  }
  .banner-img {
    max-width: 100%;
  }
}
/* ==============================
  loading
================================= */
.loading-container {
  width: 100%;
  height: 100%;
  background: rgb(101, 110, 132);
  background: linear-gradient(160deg, rgb(101, 110, 132) 0%, rgb(49, 58, 87) 100%);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.loading-img {
  width: 146px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/* ==============================
  fade item
================================= */
.fade-item {
  opacity: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
  visibility: hidden;
}

/* =========================================================
 Base
========================================================= */
/* ==============================
  module/swiper 
================================= */
.item-detail-inner .swiper-container {
  max-width: 440px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
}
.item-detail-inner .swiper-slide {
  cursor: pointer;
}
.item-detail-inner .swiper-pagination {
  line-height: 1;
  position: relative;
  bottom: auto !important;
}
.item-detail-inner .swiper-horizontal > .swiper-pagination-bullets, .item-detail-inner .swiper-pagination-bullets.swiper-pagination-horizontal, .item-detail-inner .swiper-pagination-custom, .item-detail-inner .swiper-pagination-fraction {
  bottom: -2px;
}
.item-detail-inner.regular .swiper-pagination-bullet {
  background-color: #D5979C;
  opacity: 0.2;
}
.item-detail-inner.regular .swiper-pagination-bullet-active {
  opacity: 1;
}
.item-detail-inner.center .swiper-pagination-bullet {
  background-color: #E58864;
  opacity: 0.2;
}
.item-detail-inner.center .swiper-pagination-bullet-active {
  opacity: 1;
}

/* =========================================================
 Base
========================================================= */
/* ==============================
  module/txt 
================================= */
.headline-1 {
  font-family: "Montserrat", sans-serif;
  font-size: 26px;
  letter-spacing: 0;
  line-height: 1;
  font-weight: 400;
}
.headline-2 {
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
}
.headline-lead {
  font-family: "Montserrat", sans-serif;
  margin-top: 10px;
  text-align: center;
  font-size: 12px;
  line-height: 1;
}
.headline-wrap {
  margin: 0 auto;
  text-align: center;
}

@media (max-width: 768px) {
  .headline-1 {
    font-size: 17px;
  }
  .headline-2 {
    font-size: 18px;
  }
  .headline-lead {
    margin-top: 10px;
    font-size: 10px;
  }
  .headline-wrap {
    margin: 0 auto;
    text-align: center;
  }
}
.font-mont {
  font-family: "Montserrat", sans-serif;
}

.font-def {
  font-family: "Noto Sans JP", "Noto Sans", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

/* =========================================================
 Project ページ固有のスタイル
========================================================= */
/* =========================================================
 Base
========================================================= */
/* ==============================
  project/top
================================= */
/* =========================================================
 State
========================================================= */
/* =========================================================
 Base
========================================================= */
/* ==============================
  state/state
================================= */
body.is-fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: visible;
  z-index: 1;
  left: 0;
}

.loading-container.is-hidden {
  opacity: 0;
}

.btn-to-top.is-hidden {
  -webkit-transform: translateY(200%);
          transform: translateY(200%);
  opacity: 0;
}

.fade-item.is-started {
  opacity: 1;
  visibility: visible;
}
/*# sourceMappingURL=style.css.map */
