@charset "UTF-8";
/*! destyle.css v1.0.15 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model */
/* ============================================ */
* {
  box-sizing: border-box;
}

::before,
::after {
  box-sizing: inherit;
}

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border: 0;
  border-top: 1px solid;
  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] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

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

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

html {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

body {
  color: #1b1b1b;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

a:hover {
  text-decoration: underline;
}
a:hover img {
  opacity: 0.8;
}
a img {
  transition-property: opacity;
  transition-duration: 0.2s;
  backface-visibility: hidden;
}

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

button:focus,
input:focus,
optgroup:focus,
select:focus,
textarea:focus {
  outline: -webkit-focus-ring-color auto 1px;
  outline-color: -webkit-focus-ring-color;
  outline-style: auto;
  outline-width: 1px;
}

small {
  font-size: inherit;
}

.m-wrapper {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1000px) {
  .m-wrapper {
    max-width: 91.25%;
  }
}

.m-tellink {
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .m-tellink {
    pointer-events: auto;
    text-decoration: underline;
  }
}

.tCenter {
  text-align: center !important;
}

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

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

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

h2 {
  width: auto;
  line-height: inherit;
  padding: 0;
}

.p-category_nav li a:hover {
  text-decoration: none;
}

.mT0 {
  margin-top: 0px !important;
}

.mT5 {
  margin-top: 5px !important;
}

.mT10 {
  margin-top: 10px !important;
}

.mT15 {
  margin-top: 15px !important;
}

.mT20 {
  margin-top: 20px !important;
}

.mT25 {
  margin-top: 25px !important;
}

.mT30 {
  margin-top: 30px !important;
}

.mT35 {
  margin-top: 35px !important;
}

.mT40 {
  margin-top: 40px !important;
}

.mT45 {
  margin-top: 45px !important;
}

.mT50 {
  margin-top: 50px !important;
}

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

.mB5 {
  margin-bottom: 5px !important;
}

.mB10 {
  margin-bottom: 10px !important;
}

.mB15 {
  margin-bottom: 15px !important;
}

.mB20 {
  margin-bottom: 20px !important;
}

.mB25 {
  margin-bottom: 25px !important;
}

.mB30 {
  margin-bottom: 30px !important;
}

.mB35 {
  margin-bottom: 35px !important;
}

.mB40 {
  margin-bottom: 40px !important;
}

.mB45 {
  margin-bottom: 45px !important;
}

.mB50 {
  margin-bottom: 50px !important;
}

.mL0 {
  margin-left: 0px !important;
}

.mL10 {
  margin-left: 10px !important;
}

.mL20 {
  margin-left: 20px !important;
}

.mL30 {
  margin-left: 30px !important;
}

.mR0 {
  margin-right: 0px !important;
}

.mR10 {
  margin-right: 10px !important;
}

.mR20 {
  margin-right: 20px !important;
}

.mR30 {
  margin-right: 30px !important;
}

.pT0 {
  padding-top: 0px !important;
}

.pT5 {
  padding-top: 5px !important;
}

.pT10 {
  padding-top: 10px !important;
}

.pT15 {
  padding-top: 15px !important;
}

.pT20 {
  padding-top: 20px !important;
}

.pT25 {
  padding-top: 25px !important;
}

.pT30 {
  padding-top: 30px !important;
}

.pT35 {
  padding-top: 35px !important;
}

.pT40 {
  padding-top: 40px !important;
}

.pT45 {
  padding-top: 45px !important;
}

.pT50 {
  padding-top: 50px !important;
}

.pB0 {
  padding-bottom: 0px !important;
}

.pB5 {
  padding-bottom: 5px !important;
}

.pB10 {
  padding-bottom: 10px !important;
}

.pB15 {
  padding-bottom: 15px !important;
}

.pB20 {
  padding-bottom: 20px !important;
}

.pB25 {
  padding-bottom: 25px !important;
}

.pB30 {
  padding-bottom: 30px !important;
}

.pB35 {
  padding-bottom: 35px !important;
}

.pB40 {
  padding-bottom: 40px !important;
}

.pB45 {
  padding-bottom: 45px !important;
}

.pB50 {
  padding-bottom: 50px !important;
}

.pL0 {
  padding-left: 0px !important;
}

.pL10 {
  padding-left: 10px !important;
}

.pL20 {
  padding-left: 20px !important;
}

.pL30 {
  padding-left: 30px !important;
}

.pR0 {
  padding-right: 0px !important;
}

.pR10 {
  padding-right: 10px !important;
}

.pR20 {
  padding-right: 20px !important;
}

.pR30 {
  padding-right: 30px !important;
}

.hansel {
  width: 100%;
  background-color: #e4e4e4;
  font-size: 12px;
  padding: 8px 0;
}
@media screen and (max-width: 768px) {
  .hansel {
    display: none;
  }
}
.hansel__item {
  display: inline;
  line-height: 120%;
  margin-left: 5px;
}
.hansel__item a {
  padding-right: 15px;
  background: url(../img/arrow_02.png) no-repeat center right;
  color: #0075c2;
  outline: none;
}
.hansel__item a:hover {
  color: #007bd0;
  text-decoration: underline;
}

.inside_box {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 960px;
}

.fadeIn {
  opacity: 0;
  transition-duration: 500ms;
  transition-property: opacity, transform;
}
.fadeIn.scrollIn {
  opacity: 1;
  transform: translate(0, 0);
}

.fadeIn-up {
  transform: translate(0, 20px);
}

.m-ttl1 {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;
  letter-spacing: 1px;
  max-width: 200px;
  width: 100%;
  text-align: center;
  padding: 5px 10px;
  margin: 0 auto;
  border-radius: 20px;
}
@media screen and (max-width: 640px) {
  .m-ttl1 {
    font-size: 14px;
    font-size: 0.875rem;
    max-width: 50%;
  }
}
@media screen and (max-width: 425px) {
  .m-ttl1 {
    font-size: 2vw;
    max-width: 40%;
  }
}

.m-ttl2,
.m-ttl3 {
  letter-spacing: 0.08em;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: bold;
  background-color: #222222;
  color: #fff;
  border-radius: 30px;
  padding: 10px 10px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .m-ttl2,
  .m-ttl3 {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media screen and (max-width: 425px) {
  .m-ttl3 {
    font-size: 3vw;
  }
}

.m-point {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;
  letter-spacing: 1px;
  max-width: 200px;
  width: 100%;
  text-align: center;
  padding: 2px 10px;
  border-radius: 20px;
  background: rgb(38, 149, 167);
  background: linear-gradient(90deg, rgb(38, 149, 167) 3%, rgb(0, 118, 192) 54%, rgb(79, 119, 188) 100%);
}

.m-btn1 {
  background-color: #d65223;
  color: #fff;
  padding: 10px 20px 10px 45px;
  width: 300px;
  display: block;
  text-align: center;
  font-size: 19px;
  font-size: 1.1875rem;
  letter-spacing: 1px;
  border-radius: 5px;
  position: relative;
}
.m-btn1::before {
  content: "";
  position: absolute;
}

.slick-box {
  position: relative;
  overflow: hidden;
  padding-top: 80px;
}
@media screen and (max-width: 979px) {
  .slick-box {
    padding-top: 63px;
  }
}
.slick-box .mainv-bottom {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.slick-box .shop-link {
  position: absolute;
  bottom: 4.5%;
  right: 3vw;
}
@media screen and (max-width: 640px) {
  .slick-box .shop-link {
    width: 23%;
    bottom: 15%;
    right: 7%;
  }
}

.scene {
  overflow: hidden;
}

.slick01 {
  width: calc(100% + 10px);
  margin-left: -5px;
  margin-top: 30px;
}
.slick01 li {
  padding: 0 5px;
}
.slick01__slide {
  position: relative;
}
.slick01__slide--size {
  position: absolute;
  bottom: 30px;
  right: 30px;
  line-height: 2;
  color: #fff;
  font-size: 13px;
  font-size: 0.8125rem;
  text-align: right;
}
@media screen and (max-width: 1000px) {
  .slick01__slide--size {
    font-size: 1.3vw;
    bottom: 15px;
    right: 15px;
  }
}
@media screen and (max-width: 425px) {
  .slick01__slide--size {
    font-size: 2.3vw;
  }
}

.content {
  margin: 0 auto;
  padding: 40px;
}

.modal {
  display: none;
  height: 108vh;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99998;
  overscroll-behavior: contain;
}
.modal__bg {
  background: rgba(0, 0, 0, 0.8);
  height: 108vh;
  position: absolute;
  width: 100%;
}
.modal__content {
  left: 50%;
  padding: 0px 30px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-height: 90%;
  max-width: 1000px;
  overflow-y: auto;
  z-index: 99999;
}
@media screen and (max-width: 640px) {
  .modal__content {
    width: 90%;
  }
}
.modal__content video {
  width: 100%;
}
.modal .close {
  position: fixed;
  top: 100px;
  right: 30%;
  opacity: 0.65;
  cursor: pointer;
  width: 17px;
  height: 23px;
  display: inline-block;
  z-index: 10;
}
@media screen and (max-width: 640px) {
  .modal .close {
    right: 20px;
  }
}
.modal .close span {
  background-color: #fff;
  width: 17px;
  height: 3px;
  position: absolute;
  display: inline-block;
}
.modal .close span:nth-of-type(1) {
  top: 0;
  transform: translateY(10px) rotate(-45deg);
}
.modal .close span:nth-of-type(2) {
  top: 20px;
  transform: translateY(-10px) rotate(45deg);
}

.modal-mov .close {
  right: calc(50% - 260px);
}

.video_wrapper {
  position: relative;
  text-align: center;
}

.video_wrapper:not(.js_active)::before {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.5);
  content: "";
}

.video_wrapper:not(.js_active)::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 60px;
  height: 60px;
  background-image: url(../img/icon_loading.gif);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
}

.video_wrapper > video {
  height: 100%;
  margin: auto;
}

.fadeIn {
  opacity: 0;
  transition: 1s;
}
.fadeIn.is-show {
  opacity: 1;
}

.fadeInUp {
  opacity: 0;
  transition: 1s;
  transform: translate(0, 50%);
}
.fadeInUp.is-show {
  opacity: 1;
  transform: translate(0, 0);
}

.zoomIn {
  opacity: 0;
  transition: 1s;
  transform: scale(0);
}
.zoomIn.is-show {
  opacity: 1;
  transform: scale(1);
}

.m-pc-hidden {
  display: none;
}
@media screen and (max-width: 640px) {
  .m-pc-hidden {
    display: inline-block;
  }
}

.m-sp-hidden {
  display: inline-block;
}
@media screen and (max-width: 640px) {
  .m-sp-hidden {
    display: none;
  }
}

.visually-hidden {
  /**
   * a11y-css-resetから引用
   * https://github.com/mike-engel/a11y-css-reset
  **/
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

/*******************************
Style
*******************************/
.l-main {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  margin-top: 0;
  position: relative;
}
@media screen and (max-width: 980px) {
  .l-main {
    margin-top: 0;
  }
}
.l-main #sdha_gnav {
  z-index: 10;
  width: 100%;
  color: #fff;
  background: #1A1A1A;
}
@media screen and (min-width: 980px) {
  .l-main #sdha_gnav {
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media screen and (max-width: 979px) {
  .l-main #sdha_gnav {
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media screen and (min-width: 1050px) {
  .l-main #sdha_gnav {
    padding: 0px 40px 0 30px;
  }
}
.l-main #sdha_gnav .nav_wrap {
  position: relative;
  max-width: none;
  margin: 0 auto;
}
.l-main #sdha_gnav #sdha_gnav_btn {
  display: block;
}
@media screen and (min-width: 980px) {
  .l-main #sdha_gnav #sdha_gnav_btn {
    display: none;
  }
}
@media screen and (max-width: 979px) {
  .l-main #sdha_gnav #sdha_gnav_btn {
    position: relative;
    display: block;
    height: 65px;
    line-height: 65px;
    font-size: 17px;
    color: white;
    padding-left: 1em;
  }
}
@media screen and (max-width: 979px) {
  .l-main #sdha_gnav #sdha_gnav_btn::before {
    content: "";
    width: 19.5px;
    height: 1px;
    background: #fff;
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
}
@media screen and (max-width: 979px) {
  .l-main #sdha_gnav #sdha_gnav_btn::after {
    content: "";
    width: 1px;
    height: 19.5px;
    background: #fff;
    position: absolute;
    right: 24px;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: all 0.3s ease;
  }
}
.l-main #sdha_gnav #sdha_gnav_btn.is-active::after {
  height: 0;
}
.l-main #sdha_gnav #sdha_gnav_btn img {
  vertical-align: middle;
}
.l-main #sdha_gnav ul {
  display: none;
}
@media screen and (min-width: 980px) {
  .l-main #sdha_gnav ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
    line-height: 1.1;
    width: 920px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    height: 80px;
    padding-left: 142px;
    float: right;
  }
}
@media screen and (min-width: 980px) {
  .l-main #sdha_gnav ul li {
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 16px;
  }
}
@media screen and (max-width: 979px) {
  .l-main #sdha_gnav ul li {
    border-bottom: solid 1px #404040;
    background: #303030;
  }
  .l-main #sdha_gnav ul li:first-child {
    border-top: solid 0px #404040;
  }
}
@media screen and (min-width: 980px) {
  .l-main #sdha_gnav ul li span {
    letter-spacing: 0.05em;
    position: relative;
    padding: 13px 30px 13px 15px;
    font-size: 15px;
    display: block;
  }
}
.l-main #sdha_gnav ul li span.is-active {
  opacity: 0.6;
}
@media screen and (min-width: 980px) {
  .l-main #sdha_gnav ul li span.is-active {
    display: none;
  }
}
@media screen and (min-width: 980px) {
  .l-main #sdha_gnav ul li #gnav_top {
    padding-right: 30px;
    font-size: 20px;
  }
}
@media screen and (min-width: 980px) {
  .l-main #sdha_gnav ul #gnav_top {
    position: absolute;
    top: 0;
    left: 0;
  }
}
.l-main #sdha_gnav ul #gnav_top a {
  display: none;
}
@media screen and (min-width: 980px) {
  .l-main #sdha_gnav ul #gnav_top a {
    background-image: url(../img/logo_sp.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 205px;
    height: 50px;
    display: inline-block;
    position: relative;
  }
  .l-main #sdha_gnav ul #gnav_top a::before {
    content: "";
    width: 2px;
    height: 50px;
    background-color: #3f3f3f;
    position: absolute;
    top: 50%;
    right: -20px;
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 768px) {
  .l-main #sdha_gnav a {
    display: block;
    text-decoration: none;
    transition: 0.2s;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.08em;
  }
}
@media screen and (max-width: 979px) {
  .l-main #sdha_gnav a {
    letter-spacing: 0.05em;
    position: relative;
    padding: 13px 30px 13px 15px;
    font-size: 14px;
    display: block;
  }
}
.l-main #sdha_gnav a:hover {
  opacity: 0.65;
  color: #fff;
}
@media screen and (min-width: 980px) {
  .l-main #sdha_gnav.is-fix {
    position: fixed;
    z-index: 100;
  }
}
@media screen and (max-width: 979px) {
  .l-main #sdha_gnav.is-fix {
    position: fixed;
    top: 0px;
    z-index: 19;
  }
}
@media screen and (max-width: 787px) {
  .l-main #sdha_gnav.is-fix {
    position: fixed;
    top: 65px;
    z-index: 19;
  }
}
.l-main .top_visual img {
  width: 100%;
}
.l-main .about {
  padding: 95px 0;
  position: relative;
}
@media screen and (max-width: 640px) {
  .l-main .about {
    padding: 60px 0 30px;
  }
}
.l-main .about::before {
  content: "";
  position: absolute;
  background-image: url(../img/about_bg1.png);
  width: 480px;
  height: 250px;
  top: 0;
  left: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
  transform: translateX(-50%);
}
@media screen and (max-width: 640px) {
  .l-main .about::before {
    width: 100%;
  }
}
.l-main .about::after {
  content: "";
  position: absolute;
  background-image: url(../img/about_bg2.png);
  width: 455px;
  height: 235px;
  bottom: 0;
  left: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
  transform: translateX(-50%);
}
@media screen and (max-width: 640px) {
  .l-main .about::after {
    width: 100%;
    background-position: bottom;
  }
}
.l-main .about .m-ttl1 {
  margin: 0 auto;
  background: rgb(38, 149, 167);
  background: linear-gradient(90deg, rgb(38, 149, 167) 3%, rgb(0, 118, 192) 54%, rgb(79, 119, 188) 100%);
}
.l-main .about--wrap {
  max-width: 890px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 890px) {
  .l-main .about--wrap {
    max-width: 100%;
  }
}
.l-main .about--ttl {
  font-size: 24px;
  font-size: 1.5rem;
  text-align: center;
  margin-top: 30px;
}
@media screen and (max-width: 640px) {
  .l-main .about--ttl {
    width: 55%;
    margin: 30px auto 0;
  }
}
@media screen and (max-width: 640px) {
  .l-main .about--ttl img {
    width: 100%;
    height: auto;
  }
}
.l-main .about--ttl span {
  font-size: 46px;
  font-size: 2.875rem;
  font-weight: bold;
}
.l-main .about__images {
  display: flex;
  justify-content: space-between;
  margin: 45px 0 35px;
}
@media screen and (max-width: 640px) {
  .l-main .about__images {
    flex-direction: column;
    align-items: center;
  }
}
.l-main .about__images--item {
  position: relative;
  width: 32.4%;
}
@media screen and (max-width: 640px) {
  .l-main .about__images--item {
    width: 70%;
  }
}
.l-main .about__images--item img {
  width: 100%;
}
@media screen and (max-width: 640px) {
  .l-main .about__images--item:nth-of-type(2) {
    margin: 10px 0;
  }
}
.l-main .about__images--item--txt {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  width: 100%;
  font-weight: 900;
  padding: 10px;
  letter-spacing: 1px;
  color: #fff;
  font-size: 19px;
  font-size: 1.1875rem;
  background-color: rgba(61, 62, 62, 0.8);
  background-image: url(../img/dots.png);
  background-repeat: repeat;
  background-size: 278px;
}
.l-main .protect {
  background-image: url(../img/08_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
}
@media screen and (max-width: 640px) {
  .l-main .protect {
    background-size: cover;
    background-image: url(../img/08_sp.jpg);
  }
}
.l-main .protect--inner {
  color: #fff;
  max-width: 640px;
  width: 100%;
  margin-left: 60px;
  padding: 70px 0;
}
@media screen and (max-width: 640px) {
  .l-main .protect--inner {
    margin-left: 0;
    width: 91.25%;
    margin: 0 auto;
    padding: 50px 0 0;
  }
}
.l-main .protect--right {
  width: 32%;
  max-width: 420px;
}
@media screen and (max-width: 640px) {
  .l-main .protect--right {
    display: none;
  }
}
.l-main .protect--ttlh2 {
  font-size: 20px;
  font-size: 1.25rem;
  width: 100%;
  margin: 10px 0 30px;
}
.l-main .protect--ttlh3 {
  font-size: 23px;
  font-size: 1.4375rem;
  font-weight: bold;
  border-radius: 35px;
  letter-spacing: 1px;
  line-height: 1;
  max-width: 619px;
  width: 100%;
  margin: 0 0 42px;
  text-align: center;
  padding: 12px 10px 14px;
  background: rgb(38, 149, 167);
  background: linear-gradient(90deg, rgb(38, 149, 167) 3%, rgb(0, 118, 192) 54%, rgb(79, 119, 188) 100%);
}
@media screen and (max-width: 640px) {
  .l-main .protect--ttlh3 {
    font-size: 16px;
    font-size: 1rem;
    margin: 0 0 32px;
  }
}
.l-main .protect__flex {
  display: flex;
  justify-content: space-between;
  gap: 3px 0px;
}
@media screen and (max-width: 640px) {
  .l-main .protect__flex {
    flex-wrap: wrap;
  }
}
.l-main .protect__flex--image {
  width: 205px;
  margin: auto;
}
@media screen and (max-width: 640px) {
  .l-main .protect__flex--image {
    width: 46%;
  }
}
.l-main .protect__flex--image img {
  width: 100%;
}
.l-main .voice {
  padding: 65px 0 90px;
  position: relative;
  background-color: #F1F1F1;
  background-image: url(../img/dots02.png);
  background-repeat: repeat;
  background-size: 1000px;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .l-main .voice {
    padding: 30px 0 50px;
  }
}
.l-main .voice .m-ttl1 {
  margin: 0 auto;
  z-index: 2;
}
.l-main .voice--wrap {
  position: relative;
  max-width: 1100px;
  padding: 0 50px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 890px) {
  .l-main .voice--wrap {
    max-width: 100%;
    padding: 0 20px;
  }
}
.l-main .voice--ttl {
  position: unset;
  font-size: 24px;
  font-size: 1.5rem;
  text-align: center;
  margin-top: 30px;
}
@media screen and (max-width: 640px) {
  .l-main .voice--ttl {
    width: 100%;
    margin: 30px 0 0 4px;
  }
}
.l-main .voice--ttl--mom {
  position: absolute;
  content: "";
  top: 10px;
  left: calc(50% - 315px);
  width: 145px;
  height: 170px;
  z-index: 2;
}
@media screen and (max-width: 640px) {
  .l-main .voice--ttl--mom {
    top: -10px;
    left: 3.5%;
    width: 90px;
    height: 100px;
  }
}
.l-main .voice__images {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  z-index: 1;
  gap: 16px 8px;
}
@media screen and (max-width: 640px) {
  .l-main .voice__images {
    flex-direction: column;
    justify-content: center;
  }
}
.l-main .voice__images--item {
  position: relative;
  width: auto;
  height: auto;
  background-color: #fff;
  padding: 17px 26px 17px 70px;
  border-radius: 100px;
  z-index: 1;
}
@media screen and (max-width: 640px) {
  .l-main .voice__images--item {
    width: 100%;
    max-width: 300px;
    padding: 9px 10px 11px 70px;
    margin: auto;
  }
}
.l-main .voice__images--item--num {
  position: absolute;
  content: "";
  top: 50%;
  left: 24px;
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
  border-radius: 100px;
  z-index: -2;
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;
  font-family: "Montserrat";
  line-height: 34px;
}
@media screen and (max-width: 640px) {
  .l-main .voice__images--item--num {
    left: 18px;
  }
}
.l-main .voice__images--item--num.num-1 {
  background-color: #2594A8;
}
.l-main .voice__images--item--num.num-2 {
  background-color: #0277BF;
}
.l-main .voice__images--item--num.num-3 {
  background-color: #4B77BC;
}
.l-main .voice__images--item--txt {
  text-align: left;
  width: 100%;
  height: auto;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.8;
  color: #111;
  font-size: 15px;
  font-size: 0.9375rem;
}
.l-main .voice__images--item--txt span {
  font-size: 21px;
  font-size: 1.3125rem;
}
.l-main .review {
  padding: 50px 0 90px;
  position: relative;
  background-size: 1500px;
  background-color: #fff;
  background-image: linear-gradient(#f9f9f9 1px, transparent 1px), linear-gradient(to right, #f9f9f9 1px, #fff 1px);
  background-size: 20px 20px;
}
@media screen and (max-width: 640px) {
  .l-main .review {
    padding: 50px 0 100px;
  }
}
.l-main .review .m-ttl1 {
  margin: 0 auto;
}
.l-main .review--wrap {
  max-width: 1400px;
  padding: 0 60px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 890px) {
  .l-main .review--wrap {
    max-width: 100%;
  }
}
.l-main .review--ttl {
  font-size: 24px;
  font-size: 1.5rem;
  text-align: center;
  margin-top: 30px;
}
@media screen and (max-width: 640px) {
  .l-main .review--ttl {
    width: 100%;
    margin: auto;
  }
}
@media screen and (max-width: 640px) {
  .l-main .review--ttl img {
    width: 100%;
    max-width: 280px;
    height: auto;
  }
}
.l-main .review--ttl span {
  font-size: 46px;
  font-size: 2.875rem;
  font-weight: bold;
}
.l-main .review__images {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 35px 0;
  gap: 90px 4px;
}
@media screen and (max-width: 1259px) {
  .l-main .review__images {
    gap: 90px 8px;
  }
}
@media screen and (max-width: 640px) {
  .l-main .review__images {
    flex-direction: column;
    justify-content: center;
    margin: 10px auto;
  }
}
.l-main .review__images--item {
  position: relative;
  width: 24%;
  height: auto;
  background-color: #fff;
  padding: 45px 30px 65px 40px;
  z-index: 1;
}
@media screen and (max-width: 1259px) {
  .l-main .review__images--item {
    width: 48.5%;
  }
}
@media screen and (max-width: 640px) {
  .l-main .review__images--item {
    width: 100%;
    max-width: 330px;
    padding: 30px 20px 65px 30px;
    margin: auto;
  }
}
.l-main .review__images--item:after {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border: 3px solid #111;
  z-index: -1;
}
@media screen and (max-width: 640px) {
  .l-main .review__images--item:after {
    border: 2px solid #111;
  }
}
.l-main .review__images--item:before {
  position: absolute;
  content: "";
  top: 7px;
  left: 7px;
  width: 100%;
  height: 100%;
  background-color: #fff;
  background-image: radial-gradient(#222 20%, rgba(0, 0, 0, 0) 2%), radial-gradient(#222 0%, rgba(0, 0, 0, 0) 2%);
  background-size: 3px 3px;
  background-position: 0 0, 3px 3px;
  z-index: -2;
}
.l-main .review__images--item img {
  position: absolute;
  bottom: -76px;
  left: calc(50% - 55px);
  width: 110px;
  height: 145px;
}
.l-main .review__images--item--txt {
  text-align: left;
  width: 100%;
  height: auto;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.8;
  color: #111;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width: 1259px) {
  .l-main .review__images--item--txt {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
@media screen and (max-width: 640px) {
  .l-main .review__images--item--txt {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.l-main .review__images--item--txt span {
  color: #106BAf;
}
.l-main .armor img {
  width: 100%;
}
.l-main .movie {
  background-color: #F5F0D0;
  padding: 80px 0 100px;
  background-image: url("../img/movie_bg.jpg");
  background-size: 100%;
  background-position: top;
  background-attachment: fixed;
}
@media screen and (max-width: 640px) {
  .l-main .movie {
    padding: 50px 0;
  }
}
.l-main .movie .m-ttl1 {
  width: 100%;
  max-width: 610px;
  height: 180px;
  margin: 0 auto 30px;
  background: url("../img/movie-ttl.png") no-repeat center;
  background-size: cover;
  white-space: nowrap;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .l-main .movie .m-ttl1 {
    width: 100%;
    max-width: 410px;
    height: 100px;
  }
}
.l-main .movie--ttlh3 {
  font-size: 44px;
  font-size: 2.75rem;
  font-weight: 900;
  text-align: center;
  padding: 15px 0 30px;
}
@media screen and (max-width: 640px) {
  .l-main .movie--ttlh3 {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}
.l-main .movie--box {
  border: 4px solid #222;
  padding: 10px;
  background: #fff;
  width: 960px;
  height: 551px;
  font-size: 0;
}
@media screen and (max-width: 640px) {
  .l-main .movie--box {
    border: 2px solid #222;
    padding: 6px;
    width: 100%;
    height: 53.15vw;
  }
}
.l-main .movie--box img {
  width: 100%;
}
.l-main .movie--box iframe {
  width: 100%;
}
.l-main .movie .player {
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 1;
  width: calc(100% - 16px) !important;
  height: 527px;
  transition: 0.1s;
  background-color: #111;
}
@media screen and (max-width: 640px) {
  .l-main .movie .player {
    height: calc(52.2vw - 16px);
  }
}
.l-main .movie .thumb {
  cursor: pointer;
  width: calc(100% - 16px) !important;
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 2;
  transition: 0.1s;
}
.l-main .movie .thumb:hover {
  opacity: 0.85;
}
.l-main .movie #modal-cg-movie .modal__content {
  width: 100%;
}
.l-main .movie #modal-cg-movie .modal__content iframe {
  width: 100%;
}
.l-main .movie #modal-cg-movie .close {
  top: calc(50% - 265px);
  right: calc(50% - 465px);
}
@media screen and (max-width: 1000px) {
  .l-main .movie #modal-cg-movie .close {
    right: 30px;
  }
}
.l-main .cleaning {
  background-image: url(../img/dots02.png);
  background-repeat: repeat;
  background-size: 1500px;
  padding: 100px 0 47px;
}
@media screen and (max-width: 640px) {
  .l-main .cleaning {
    padding: 50px 0;
  }
}
.l-main .cleaning .m-ttl1 {
  background-color: #222222;
}
.l-main .cleaning--ttl {
  width: 100%;
  max-width: 351px;
  margin: 20px auto 0;
}
@media screen and (max-width: 640px) {
  .l-main .cleaning--ttl {
    width: 60%;
  }
}
.l-main .cleaning--ttl img {
  width: 100%;
}
.l-main .cleaning--point {
  margin: 15px 0;
  text-align: center;
  z-index: 1;
}
.l-main .cleaning--point:nth-of-type(2) {
  position: relative;
  z-index: 2;
}
.l-main .cleaning--point--item {
  position: absolute;
  top: 10px;
  left: -90px;
  width: 32%;
  z-index: 5;
}
@media screen and (max-width: 640px) {
  .l-main .cleaning--point--item {
    left: -21px;
    top: 40px;
  }
}
.l-main .hold {
  background-image: url(../img/dots02.png);
  background-repeat: repeat;
  padding: 30px 0 100px;
  background-size: 1500px;
}
@media screen and (max-width: 640px) {
  .l-main .hold {
    padding: 0px 0 50px;
  }
}
.l-main .hold .m-ttl1 {
  background-color: #222222;
}
.l-main .hold--ttl {
  max-width: 463px;
  width: 100%;
  margin: 20px auto 50px;
}
@media screen and (max-width: 640px) {
  .l-main .hold--ttl {
    width: 80%;
    margin: 20px auto 30px;
  }
}
.l-main .hold--ttl img {
  width: 100%;
}
.l-main .hold--txt {
  line-height: 1.75;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: bold;
  color: #3d3e3e;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .l-main .hold--txt {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
.l-main .hold--image {
  margin: 30px 0;
}
.l-main .hold__flex {
  display: flex;
  justify-content: space-between;
}
.l-main .hold__flex--left, .l-main .hold__flex--right {
  position: relative;
}
.l-main .hold__flex--text {
  padding: 10px;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: bold;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  background-color: rgba(61, 62, 62, 0.9);
  background-image: url(../img/dots.png);
  background-repeat: repeat;
}
.l-main .overview {
  padding: 100px 0;
}
@media screen and (max-width: 640px) {
  .l-main .overview {
    padding: 50px 0;
  }
}
.l-main .overview__block--flex, .l-main .overview__block--flex02 {
  max-width: 880px;
  width: 100%;
  margin: 70px auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .l-main .overview__block--flex, .l-main .overview__block--flex02 {
    flex-direction: column;
    margin: 30px auto;
  }
}
.l-main .overview__block--flex--left01, .l-main .overview__block--flex--left02, .l-main .overview__block--flex--left03, .l-main .overview__block--flex02--left01, .l-main .overview__block--flex02--left02, .l-main .overview__block--flex02--left03 {
  width: 50%;
}
@media screen and (max-width: 640px) {
  .l-main .overview__block--flex--left01, .l-main .overview__block--flex--left02, .l-main .overview__block--flex--left03, .l-main .overview__block--flex02--left01, .l-main .overview__block--flex02--left02, .l-main .overview__block--flex02--left03 {
    width: 100%;
    text-align: center;
  }
}
.l-main .overview__block--flex--left01, .l-main .overview__block--flex02--left01 {
  margin-right: 1%;
}
@media screen and (max-width: 640px) {
  .l-main .overview__block--flex--left01, .l-main .overview__block--flex02--left01 {
    text-align: left;
    margin-right: 0;
  }
}
.l-main .overview__block--flex--right01, .l-main .overview__block--flex02--right01 {
  width: 50%;
  text-align: right;
}
@media screen and (max-width: 640px) {
  .l-main .overview__block--flex--right01, .l-main .overview__block--flex02--right01 {
    width: 100%;
    margin-top: 30px;
    text-align: center;
  }
}
.l-main .overview__block--flex--right02, .l-main .overview__block--flex02--right02 {
  width: 50%;
}
@media screen and (max-width: 640px) {
  .l-main .overview__block--flex--right02, .l-main .overview__block--flex02--right02 {
    width: 100%;
    margin-top: 30px;
  }
}
.l-main .overview__block--flex--right02--inner, .l-main .overview__block--flex02--right02--inner {
  display: flex;
  margin-bottom: 20px;
}
.l-main .overview__block--flex--right02--image, .l-main .overview__block--flex02--right02--image {
  width: 100%;
  margin-right: 15px;
  margin-left: 5px;
}
@media screen and (max-width: 640px) {
  .l-main .overview__block--flex--right02--image, .l-main .overview__block--flex02--right02--image {
    width: 30%;
  }
}
.l-main .overview__block--flex--right02--image img, .l-main .overview__block--flex02--right02--image img {
  width: 100%;
}
.l-main .overview__block--flex--right02--txt, .l-main .overview__block--flex02--right02--txt {
  line-height: 1.75;
  font-size: 17px;
  font-size: 1.0625rem;
  max-width: 280px;
}
@media screen and (max-width: 640px) {
  .l-main .overview__block--flex--right02--txt, .l-main .overview__block--flex02--right02--txt {
    font-size: 13px;
    font-size: 0.8125rem;
    width: 70%;
  }
}
.l-main .overview__block--flex--left03, .l-main .overview__block--flex--left04, .l-main .overview__block--flex02--left03, .l-main .overview__block--flex02--left04 {
  width: 50%;
  text-align: center;
  margin-right: 2%;
}
@media screen and (max-width: 640px) {
  .l-main .overview__block--flex--left03, .l-main .overview__block--flex--left04, .l-main .overview__block--flex02--left03, .l-main .overview__block--flex02--left04 {
    margin-right: 0;
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .l-main .overview__block--flex--left04, .l-main .overview__block--flex02--left04 {
    margin: 30px 0;
  }
}
.l-main .overview__block--flex--right03, .l-main .overview__block--flex--right04, .l-main .overview__block--flex02--right03, .l-main .overview__block--flex02--right04 {
  width: 50%;
  text-align: center;
  margin-left: 2%;
}
@media screen and (max-width: 640px) {
  .l-main .overview__block--flex--right03, .l-main .overview__block--flex--right04, .l-main .overview__block--flex02--right03, .l-main .overview__block--flex02--right04 {
    width: 100%;
    margin-left: 0;
  }
}
.l-main .overview__block--flex02 {
  max-width: 925px;
  position: relative;
}
@media screen and (max-width: 640px) {
  .l-main .overview__block--flex02:nth-of-type(1) {
    margin-top: 0;
  }
}
.l-main .overview__block--flex02:nth-of-type(2) {
  margin: 0 auto 25px;
}
.l-main .overview__block--flex02:nth-of-type(2)::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 17.5px 0 17.5px 15px;
  border-color: transparent transparent transparent #2b2b2b;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 640px) {
  .l-main .overview__block--flex02:nth-of-type(2)::before {
    border-width: 15px 17.5px 0 17.5px;
    border-color: #2b2b2b transparent transparent transparent;
    transform: translate(-50%, 50%);
  }
}
.l-main .overview__block--txt {
  line-height: 1.75;
  font-size: 17px;
  font-size: 1.0625rem;
}
@media screen and (max-width: 640px) {
  .l-main .overview__block--txt {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
.l-main .overview__block--txt:nth-of-type(1) {
  margin-bottom: 40px;
}
.l-main .overview__block--txt02 {
  margin-bottom: 20px;
  font-size: 12px;
  font-size: 0.75rem;
}
.l-main .overview__block--txt02--notes {
  font-size: 12px;
  font-size: 0.75rem;
}
.l-main .overview__block--txt03 {
  line-height: 1.75;
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 1000px) {
  .l-main .overview__block--txt03 {
    font-size: 2.1vw;
  }
}
@media screen and (max-width: 640px) {
  .l-main .overview__block--txt03 {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 10px;
    margin-top: 15px;
  }
}
@media screen and (max-width: 640px) {
  .l-main .overview__block--txt03:nth-child(3) {
    margin-bottom: -20px;
  }
}
.l-main .overview--info {
  font-size: 16px;
  font-size: 1rem;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .l-main .overview--info {
    font-size: 13px;
    font-size: 0.8125rem;
    text-align: left;
  }
}
.l-main .scene {
  background-image: url(../img/dots02.png);
  background-repeat: repeat;
  padding: 100px 0;
}
@media screen and (max-width: 640px) {
  .l-main .scene {
    padding: 50px 0;
  }
}
.l-main .scene .m-ttl1 {
  background-color: #222222;
  font-weight: bold;
}
.l-main .scene--ttl {
  font-size: 50px;
  font-size: 3.125rem;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .l-main .scene--ttl {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
.l-main .color {
  background-color: #1a1a1a;
  color: #fff;
  padding: 100px 0;
  overflow: hidden;
  position: relative;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 640px) {
  .l-main .color {
    padding: 50px 0;
  }
}
.l-main .color--ttlh2 {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  border: 2px solid #fff;
  border-radius: 20px;
  text-align: center;
  padding: 5px;
}
@media screen and (max-width: 640px) {
  .l-main .color--ttlh2 {
    font-size: 13px;
    font-size: 0.8125rem;
    max-width: 215px;
    width: 100%;
    margin: 0 auto;
  }
}
.l-main .color--ttlh3 {
  font-size: 48px;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: -2px;
  padding: 25px 0 15px;
}
@media screen and (max-width: 640px) {
  .l-main .color--ttlh3 {
    font-size: 26px;
    font-size: 1.625rem;
    text-align: center;
  }
}
.l-main .color--txt {
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .l-main .color--txt {
    font-size: 14px;
    font-size: 0.875rem;
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
  }
}
.l-main .color--box {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 640px) {
  .l-main .color--box {
    flex-direction: column;
    width: 90%;
    margin: 0 auto;
  }
}
.l-main .color--lineup {
  max-width: 440px;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .l-main .color--lineup {
    padding-top: 0px;
  }
}
.l-main .color--inner {
  margin: 0 4%;
  max-width: 195px;
  width: 100%;
  position: relative;
  z-index: 20;
}
@media screen and (max-width: 640px) {
  .l-main .color--inner {
    margin: 10% 4% 0;
    max-width: 80%;
    text-align: center;
  }
}
.l-main .color--movie {
  display: none;
  padding-top: 50px;
}
.l-main .color--movie.show {
  cursor: pointer;
  display: block;
}
.l-main .color--movie.show:hover {
  opacity: 0.8;
}
.l-main .color__list {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .l-main .color__list {
    margin: 0 auto;
    width: 75%;
  }
}
.l-main .color__list--name {
  color: #bcbcbc;
  font-size: 12px;
  font-size: 0.75rem;
  display: block;
  line-height: 1.3;
}
.l-main .color__list--tab {
  text-align: center;
}
.l-main .color__list--tab .link {
  display: block;
  margin: 0 auto;
  cursor: pointer;
  margin-bottom: 10px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  position: relative;
  transition: all 0.5s;
}
.l-main .color__list--tab .link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 23px;
  height: 23px;
  background-color: #000;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.l-main .color__list--tab .link:hover::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  width: 58px;
  height: 58px;
  transition: all 0.5s;
}
.l-main .color__list--tab:nth-of-type(1) .link {
  background: rgb(36, 121, 180);
  background: linear-gradient(180deg, rgb(36, 121, 180) 3%, rgb(31, 104, 155) 50%, rgb(31, 104, 155) 100%);
}
.l-main .color__list--tab:nth-of-type(1) .link:hover::after {
  border: 2px solid #206ca0;
}
.l-main .color__list--tab:nth-of-type(2) .link {
  background: rgb(148, 179, 18);
  background: linear-gradient(180deg, rgb(148, 179, 18) 3%, rgb(128, 155, 15) 50%, rgb(111, 134, 13) 100%);
}
.l-main .color__list--tab:nth-of-type(2) .link:hover::after {
  border: 2px solid #748d0e;
}
.l-main .color__list--tab:nth-of-type(3) .link {
  background: rgb(202, 40, 51);
  background: linear-gradient(180deg, rgb(202, 40, 51) 3%, rgb(176, 35, 44) 50%, rgb(150, 29, 38) 100%);
}
.l-main .color__list--tab:nth-of-type(3) .link:hover::after {
  border: 2px solid #c72732;
}
.l-main .color__list--tab .tab_btn.active::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  width: 58px;
  height: 58px;
}
.l-main .color__list--tab .tab_btn.active.blue::after {
  border: 2px solid #206ca0;
}
.l-main .color__list--tab .tab_btn.active.green::after {
  border: 2px solid #748d0e;
}
.l-main .color__list--tab .tab_btn.active.red::after {
  border: 2px solid #c72732;
}
.l-main .color__image {
  display: none;
}
.l-main .color__image.show {
  display: block;
}
.l-main .color__image--list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 40px;
}
.l-main .color__image--list li {
  width: 47%;
  margin-top: 6%;
  cursor: pointer;
}
.l-main .color__image--list li:hover {
  opacity: 0.8;
}
.l-main .color__image--list li img {
  width: 100%;
}
.l-main .color__bottle-pc {
  display: none;
  position: relative;
}
.l-main .color__bottle-pc::before {
  content: "";
  position: absolute;
  width: 526px;
  height: 717px;
  background-image: url(../img/bottle_bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  top: -150px;
  left: -95px;
  z-index: -1;
}
.l-main .color__bottle-pc.show {
  display: block;
}
.l-main .color__bottle-sp {
  display: none;
  position: relative;
}
@media screen and (max-width: 640px) {
  .l-main .color__bottle-sp {
    padding-top: 30px;
    width: 40%;
    margin: 0px auto;
  }
}
.l-main .color__bottle-sp::before {
  content: "";
  position: absolute;
  width: 526px;
  height: 503px;
  background-image: url(../img/bottle_bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  top: 0;
  left: -95px;
}
@media screen and (max-width: 640px) {
  .l-main .color__bottle-sp::before {
    width: 400px;
    height: 430px;
    z-index: -1;
    left: -80px;
  }
}
.l-main .color__bottle-sp.show {
  display: block;
}
@media screen and (max-width: 640px) {
  .l-main .color__bottle-sp img {
    width: 100%;
  }
}
.l-main .detail {
  padding: 100px 0 0;
}
@media screen and (max-width: 640px) {
  .l-main .detail {
    padding: 50px 0;
  }
}
.l-main .detail--wrap {
  max-width: 720px;
  margin: 0 auto;
}
@media screen and (max-width: 720px) {
  .l-main .detail--wrap {
    max-width: 91.25%;
  }
}
.l-main .detail--ttl {
  font-size: 35px;
  font-size: 2.1875rem;
  font-weight: bold;
  text-align: center;
}
.l-main .detail--h3 {
  text-align: center;
  padding: 50px 0;
}
.l-main .detail--table {
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  .l-main .detail--table {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
}
.l-main .detail--table tr {
  border-top: 1px solid #222222;
}
.l-main .detail--table tr:nth-of-type(1) {
  border-top: 2px solid #222222;
}
.l-main .detail--table tr:nth-last-of-type(1) {
  border-bottom: 2px solid #222222;
}
.l-main .detail--table th {
  background-color: #e9edf2;
  width: 30%;
  font-size: 15px;
  font-size: 0.9375rem;
  padding: 15px 10px;
  text-align: center;
}
.l-main .detail--table td {
  width: 35%;
  font-size: 16px;
  font-size: 1rem;
  padding: 10px;
  text-align: center;
  font-weight: 400;
  padding: 15px 10px;
}
.l-main .detail--table td:nth-of-type(1) {
  border-right: 1px solid;
}
.l-main .detail--link {
  display: block;
  margin: 40px 0;
  text-align: center;
}
.l-main .detail--text {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 12px;
  font-size: 0.75rem;
}
.l-main .bnr {
  padding: 0 0 100px;
}
@media screen and (max-width: 640px) {
  .l-main .bnr {
    padding: 0 0 50px;
  }
}
.l-main .bnr--wrap {
  max-width: 720px;
  margin: 0 auto;
}
@media screen and (max-width: 720px) {
  .l-main .bnr--wrap {
    max-width: 91.25%;
  }
}
.l-main .bnr--large {
  text-align: center;
  margin: 100px 0 60px;
}
@media screen and (max-width: 640px) {
  .l-main .bnr--large {
    margin: 0 0 30px;
  }
}
.l-main .bnr__flex {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 640px) {
  .l-main .bnr__flex {
    flex-direction: column;
  }
}
.l-main .bnr__flex--link {
  width: 32%;
  margin: 0 1%;
}
@media screen and (max-width: 640px) {
  .l-main .bnr__flex--link {
    width: 100%;
    margin: 0;
  }
}
@media screen and (max-width: 640px) {
  .l-main .bnr__flex--link:nth-of-type(2) {
    margin: 10px 0;
  }
}
.l-main .bnr__flex--link img {
  width: 100%;
}
.l-main .sns {
  padding-bottom: 70px;
}
.l-main .sns--inner {
  display: flex;
  justify-content: space-between;
  max-width: 185px;
}
.l-main .sns--link {
  transition: opacity 0.3s ease;
}
.l-main .sns--link:hover {
  color: inherit;
}
.l-main .sns--link i {
  font-size: 38px;
  font-size: 2.375rem;
}
@media screen and (max-width: 640px) {
  .l-main .sns--link i {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
.l-main .sns--link i:hover {
  opacity: 0.8;
}
.l-main .sns--link i.fa-x {
  position: relative;
  width: 1em;
  height: 1em;
}
.l-main .sns--link i.fa-x::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../img/icon_x.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

/*---------------------------------
  モーダル共通
---------------------------------*/
.modal-img .modal__content,
.modal-mov .modal__content {
  width: 560px;
  display: flex;
  flex-wrap: wrap;
  overflow: visible;
}
@media screen and (max-width: 640px) {
  .modal-img .modal__content,
  .modal-mov .modal__content {
    width: 360px;
  }
}
.modal-img .modal__content img,
.modal-img .modal__content .slick-box,
.modal-mov .modal__content img,
.modal-mov .modal__content .slick-box {
  width: 100%;
  overflow: visible;
}
.modal-img .modal__content img .slick03,
.modal-img .modal__content .slick-box .slick03,
.modal-mov .modal__content img .slick03,
.modal-mov .modal__content .slick-box .slick03 {
  margin-bottom: 0;
}
.modal-img .modal__content img .slick03 .slick-dots,
.modal-img .modal__content .slick-box .slick03 .slick-dots,
.modal-mov .modal__content img .slick03 .slick-dots,
.modal-mov .modal__content .slick-box .slick03 .slick-dots {
  bottom: 0;
}
.modal-img .modal__content img .slick03 .slick-dots li,
.modal-img .modal__content .slick-box .slick03 .slick-dots li,
.modal-mov .modal__content img .slick03 .slick-dots li,
.modal-mov .modal__content .slick-box .slick03 .slick-dots li {
  width: 10px;
}
.modal-img .modal__content--txt,
.modal-mov .modal__content--txt {
  display: block;
  width: 100%;
  height: 20vh;
  padding: 20px 30px;
  background: #eee;
  color: rgb(28, 28, 28);
  font-weight: 200;
  line-height: 1.8;
  overflow-y: scroll;
  font-size: 14px;
  font-size: 0.875rem;
}
.modal-img .modal__content--txt strong,
.modal-mov .modal__content--txt strong {
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  .modal-img .modal__content--txt,
  .modal-mov .modal__content--txt {
    height: 30vh;
    padding: 14px 16px;
  }
}
.modal-img .close,
.modal-mov .close {
  top: calc(50% - 260px);
  right: calc(50% - 290px);
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 640px) {
  .modal-img .close,
  .modal-mov .close {
    top: calc(50% - 180px);
    right: calc(50% - 180px);
  }
}
.modal-img .close--gallery,
.modal-mov .close--gallery {
  top: calc(50% - 370px);
  right: calc(50% - 280px);
}
@media screen and (max-width: 640px) {
  .modal-img .close--gallery,
  .modal-mov .close--gallery {
    top: calc(50% - 180px - 15vh);
    right: calc(50% - 180px);
  }
}

.modal-mov .modal__content {
  text-align: center;
}

/*---------------------------------
  ss_gallery
---------------------------------*/
#ss_gallery {
  position: relative;
}
#ss_gallery .gallery_title::before {
  content: "";
  display: block;
  background: url("../img/gallery_illust.png") no-repeat center;
  background-size: contain;
  position: absolute;
  left: 50%;
  z-index: -1;
}

#ss_gallery .gallery_title h3 {
  margin: 0 auto 5px;
  background: url("../img/gallery_title.png") no-repeat center;
  background-size: contain;
  text-indent: -100%;
  white-space: nowrap;
  overflow: hidden;
}

#ss_gallery .gallery_title h2 {
  font-weight: 900;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.03em;
}

#ss_gallery .gallery_wrap {
  overflow: hidden;
  transition: all 0.3s;
}

#ss_gallery .gallery_wrap .gallery_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#ss_gallery .gallery_wrap .gallery_list li {
  position: relative;
  margin-bottom: 10px;
  border: 1px solid #eee;
  cursor: pointer;
  transition: 0.1s;
}

#ss_gallery .gallery_wrap .gallery_list li::after {
  position: absolute;
  content: "";
  background: url("../img/gallery_tap.png") no-repeat center;
  background-size: 100%;
  width: 36px;
  height: 36px;
  bottom: 8px;
  right: 8px;
  opacity: 0.9;
}

#ss_gallery .gallery_wrap .gallery_list li:hover::after {
  opacity: 1 !important;
}

#ss_gallery .gallery_wrap .gallery_list li img {
  transition: 0.2s all;
}

#ss_gallery .gallery_wrap .gallery_list li:hover img {
  opacity: 0.75;
}

#ss_gallery .gallery_btn span {
  display: block;
  margin: 0 auto;
  background-color: #222;
  position: relative;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: center;
  color: #fff;
  transition: background 0.3s;
  cursor: pointer;
}

#ss_gallery .gallery_btn span:hover {
  background-color: #444;
}

#ss_gallery .gallery_btn span::before,
#ss_gallery .gallery_btn span::after {
  content: "";
  display: block;
  background-color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

#ss_gallery .gallery_btn span::before {
  width: 2px;
}

#ss_gallery .gallery_btn span::after {
  height: 2px;
}

#ss_gallery .gallery_btn span.is-close::before {
  display: none;
}

div[id^=modal-gallery] .close--gallery {
  top: calc(50% - 10vh - 250px);
}
@media screen and (max-width: 640px) {
  div[id^=modal-gallery] .close--gallery {
    top: calc(48% - 5vh - 260px);
  }
}

div[id^=modal-gallery] .modal__content {
  top: 48%;
  padding: 0;
  width: 500px;
}
@media screen and (max-width: 640px) {
  div[id^=modal-gallery] .modal__content {
    width: 360px;
  }
}
div[id^=modal-gallery] .modal__content .slick-box {
  width: 500px;
  height: 500px;
  background-color: #fff;
  padding-top: 0;
}
@media screen and (max-width: 640px) {
  div[id^=modal-gallery] .modal__content .slick-box {
    width: 360px;
    height: 360px;
  }
}
div[id^=modal-gallery] .modal__content .slick-box img,
div[id^=modal-gallery] .modal__content .slick-box video {
  width: auto;
  height: 500px;
  margin: auto;
}
@media screen and (max-width: 640px) {
  div[id^=modal-gallery] .modal__content .slick-box img,
  div[id^=modal-gallery] .modal__content .slick-box video {
    height: 360px;
  }
}
div[id^=modal-gallery] .modal__content .slick-slide {
  font-size: 0;
  text-align: center;
}
div[id^=modal-gallery] .modal__content .slick-prev {
  left: -35px;
}
@media screen and (max-width: 640px) {
  div[id^=modal-gallery] .modal__content .slick-prev {
    left: 5px;
  }
}
div[id^=modal-gallery] .modal__content .slick-prev:before {
  color: #ddd;
  z-index: 999999;
  font-size: 30px;
}
@media screen and (max-width: 640px) {
  div[id^=modal-gallery] .modal__content .slick-next {
    right: 15px;
  }
}
div[id^=modal-gallery] .modal__content .slick-next:before {
  color: #ddd;
  z-index: 999999;
  font-size: 30px;
}

div[id^=modal-gallery] .slider img,
div[id^=modal-gallery] .slider video {
  -o-object-fit: cover;
     object-fit: cover;
}

div[id^=modal-gallery] .slick-dots li button:before {
  border: 1px solid #fff;
  color: #fff;
  background-color: #fff;
  opacity: 0.5;
}
div[id^=modal-gallery] .slick-dots li.slick-active button:before {
  background-color: #fff;
  opacity: 1;
}

@media print, screen and (min-width: 768px) {
  #ss_gallery {
    padding: 80px 0 65px;
  }
  #ss_gallery .gallery_title::before {
    width: 150px;
    height: 141px;
    margin-left: -330px;
    top: 100px;
  }
  #ss_gallery .gallery_title h3 {
    width: 200px;
    height: 38px;
    margin-bottom: 10px;
  }
  #ss_gallery .gallery_title h2 {
    margin-bottom: 65px;
    font-size: 45px;
  }
  #ss_gallery .gallery_wrap {
    height: 810px;
    margin-bottom: 35px;
  }
  #ss_gallery .gallery_wrap.is-close {
    height: 1080px;
  }
  #ss_gallery .gallery_wrap .gallery_list {
    width: 800px;
    margin: 0 auto;
  }
  #ss_gallery .gallery_wrap .gallery_list li {
    width: 260px;
  }
  #ss_gallery .gallery_btn span {
    width: 600px;
    height: 65px;
    font-size: 18px;
    line-height: 65px;
  }
  #ss_gallery .gallery_btn span::before {
    height: 20px;
    right: 29px;
  }
  #ss_gallery .gallery_btn span::after {
    width: 20px;
    right: 20px;
  }
}
@media screen and (max-width: 767px) {
  #ss_gallery {
    padding: 50px 15px;
  }
  #ss_gallery .gallery_title::before {
    width: 95px;
    height: 80px;
    margin-left: -192px;
    top: 45px;
  }
  #ss_gallery .gallery_title h3 {
    width: 180px;
    height: 20px;
    margin-bottom: 12px;
  }
  #ss_gallery .gallery_title h2 {
    margin-bottom: 30px;
    font-size: 27px;
  }
  #ss_gallery .gallery_wrap {
    margin-bottom: 20px;
    position: relative;
  }
  #ss_gallery .gallery_wrap .gallery_list {
    left: 0;
    top: 0;
    right: 0;
  }
  #ss_gallery .gallery_wrap .gallery_list li {
    width: calc(50% - 5px);
  }
  #ss_gallery .gallery_btn span {
    width: 240px;
    height: 50px;
    font-size: 16px;
    line-height: 50px;
  }
  #ss_gallery .gallery_btn span::before {
    height: 16px;
    right: 23px;
  }
  #ss_gallery .gallery_btn span::after {
    width: 16px;
    right: 16px;
  }
}/*# sourceMappingURL=style.css.map */