@charset "UTF-8";
/* --------------------------------------
　　案件ごとに編集　▼ ここから ▼
-------------------------------------- */
img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

html {
  -webkit-tap-highlight-color: transparent;
  font-size: 10px;
}
@media screen and (max-width: 750px) {
  html {
    font-size: 2.5vw;
  }
}

body {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-style: normal;
  color: #191919;
  background-color: #fff;
}

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: none;
}

input[type=checkbox] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

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

input[type=radio] {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  margin: -1px;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

canvas {
  display: block;
}

.column {
  display: flex;
}

a {
  transition: all 0.3s;
}

.grecaptcha-badge {
  display: none;
}

.contents__inner {
  padding-left: 4rem;
  padding-right: 4rem;
  max-width: 110rem;
  height: 100%;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .contents__inner {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}

/*! destyle.css v3.0.0 | 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] {
  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 */
}

caption {
  text-align: left;
}

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

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

.footer {
  max-width: 43rem;
  margin: 0 auto;
  background-color: #fff;
  border: 0.8rem solid #fff;
  border-top: none;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
}
@media screen and (max-width: 750px) {
  .footer {
    border: none;
    border-radius: 0;
  }
}

.footer__list {
  flex-wrap: wrap;
  border-top: 0.1rem solid #F2F2F2;
}

.footer__item {
  width: 50%;
}
.footer__item:nth-child(even) {
  border-left: 0.1rem solid #F2F2F2;
}

.footer__content {
  position: relative;
}

.footer__bg {
  position: relative;
  z-index: 1;
  border-bottom-left-radius: 0.7rem;
  border-bottom-right-radius: 0.7rem;
  height: 64.2rem;
  overflow: hidden;
}
.footer__bg video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 750px) {
  .footer__bg {
    border-radius: 0;
  }
}

.footer__logo {
  position: absolute;
  z-index: 10;
  width: 7.8rem;
  transform: translateX(-50%);
  top: 7rem;
  left: 50%;
}

.footer__copyright {
  font-family: "Helvetica neue", Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  line-height: 1.6875;
  letter-spacing: 0;
  font-weight: 600;
  text-align: center;
  color: #ffffff;
  position: absolute;
  z-index: 10;
  width: 7.8rem;
  transform: translateX(-50%);
  bottom: 2.2rem;
  left: 50%;
}

.header {
  height: 6.5rem;
  background: transparent;
  pointer-events: none;
  width: 100%;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 1000;
}
@media screen and (max-width: 750px) {
  .header {
    height: 5.4rem;
    position: fixed;
  }
}
.header::before {
  content: "";
  display: block;
  width: calc(100% - 10rem);
  position: absolute;
  bottom: 0;
  left: 5rem;
  height: 0.1rem;
  background-color: #F2F2F2;
}
@media screen and (max-width: 750px) {
  .header::before {
    width: calc(100% - 5.4rem);
    left: 2.7rem;
  }
}
.frontpage .header {
  position: fixed;
  height: 10rem;
}
.frontpage .header::before {
  content: none;
}
@media screen and (max-width: 750px) {
  .frontpage .header {
    height: 5.4rem;
  }
}
.header a {
  pointer-events: all;
}

.header__inner {
  height: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 2rem 5rem;
}
@media screen and (max-width: 750px) {
  .header__inner {
    padding: 2.1rem 2.7rem;
  }
}

.header__logo {
  display: block;
  width: 15.5rem;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 750px) {
  .header__logo {
    width: 10.8rem;
  }
}
.header__logo svg {
  display: block;
  width: 100%;
  height: auto;
}

.header__pcList {
  display: block;
}
@media screen and (max-width: 750px) {
  .header__pcList {
    display: none;
  }
}
.header__pcList .header__list {
  gap: 0 2rem;
  align-items: center;
}
.header__pcList .header__link {
  font-family: "Jost", sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  transition: all 0.3s;
}
.header__pcList .header__sns {
  gap: 1rem;
}
.header__pcList .header__snsLink:nth-child(1) {
  width: 1.6rem;
}
.header__pcList .header__snsLink:nth-child(2) {
  width: 1.4rem;
}
.header__pcList .header__snsLink:nth-child(3) {
  width: 2.2rem;
}
.header__pcList .header__button {
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin-left: -0.9rem;
  border-radius: 2rem;
  height: 3.4rem;
  min-width: 12rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1rem 2rem;
  background: #6E5748;
  color: #FFF;
  font-family: "Noto Serif JP";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1; /* 100% */
  letter-spacing: 0.08em;
}
.header__pcList .header__button--color01 {
  background: #D7CCB0;
}
.header__pcList .header__button + .header__button {
  margin-left: 1rem;
}
.header__pcList .header__button:hover {
  opacity: 0.7;
}
.header__pcList .header__button::after {
  content: "";
  display: block;
  position: absolute;
  background-image: url(../images/common/header_button_arrow01.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 1.1rem;
  height: 1.1rem;
  transform: translateY(-50%);
  right: 0.9rem;
  top: 50%;
}

.header__spList {
  display: none;
}
@media screen and (max-width: 750px) {
  .header__spList {
    display: block;
    transform: translateX(100%);
    transition: all 0.3s;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: #F7F7F7;
    width: 100vw;
    height: 100vh;
    overflow: scroll;
  }
}
.header__spList.is-active {
  transform: translateX(0);
}
.header__spList .header__list {
  padding: 10rem 2.6rem;
  position: relative;
  z-index: 10;
}
.header__spList .header__link {
  color: #000;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.8; /* 180% */
  letter-spacing: 0.016em;
  display: block;
  padding: 1rem 1rem;
}
.header__spList .header__button {
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin: 4rem auto 0;
  max-width: 22rem;
  border-radius: 2rem;
  height: 3.6rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 3.2rem;
  background: #E60012;
  color: #fff;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 900;
  line-height: 1.8; /* 180% */
  letter-spacing: 0.06em;
}
.header__spList .header__button:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  left: 0;
  transition: all 0.3s;
  background: linear-gradient(94deg, #E60012 0%, #FFD071 127.52%);
}
.header__spList .header__button:hover:before {
  opacity: 0;
}

.header__hb {
  display: none;
}
@media screen and (max-width: 750px) {
  .header__hb {
    width: 3.2rem;
    height: 3.2rem;
    flex-shrink: 0;
    border-radius: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 10;
    pointer-events: all;
  }
}

.header__hbBorder {
  display: block;
  background-color: #000;
  width: 1.4rem;
  height: 0.2rem;
  transition: all 0.3s;
}
.header__hbBorder:not(:first-child) {
  margin-top: 0.3rem;
}
.header__hbBorder:last-child {
  width: 0.8rem;
}

.header__hb.is-active .header__hbBorder:first-child {
  transform: rotate(-45deg) translate(-0.3rem, 0.3rem);
}
.header__hb.is-active .header__hbBorder:nth-child(2) {
  opacity: 0;
}
.header__hb.is-active .header__hbBorder:last-child {
  margin-top: 0;
  width: 1.4rem;
  transform: rotate(45deg) translate(-0.2rem, -0.2rem);
}

.linkViewMore01 {
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.1; /* 116.667% */
  letter-spacing: 0.08em;
  text-decoration-line: underline;
  padding-right: 2.4rem;
  position: relative;
}
.linkViewMore01::after {
  content: "";
  display: block;
  position: absolute;
  background-image: url(../images/common/viewmore_link_arrow01.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 1.1rem;
  height: 1.1rem;
  transform: translateY(-50%);
  right: 0;
  top: 50%;
}

.buttonMain {
  display: block;
  background-color: #1C1C1C;
  text-align: center;
  position: relative;
  padding: 0.8rem 2.5rem;
  min-width: 12rem;
  border-radius: 10rem;
  transition: all 0.6s;
}
.buttonMainContainer {
  width: fit-content;
}
@media screen and (max-width: 750px) {
  .buttonMain {
    padding: 1.2rem 2.5rem;
    min-width: 16rem;
  }
}
.buttonMain:hover {
  filter: brightness(0.6);
}
.buttonMain .buttonMain__inner {
  color: #FFF;
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.4; /* 140% */
  letter-spacing: 0.08em;
}
@media screen and (max-width: 750px) {
  .buttonMain .buttonMain__inner {
    font-size: 1.4rem;
  }
}
.buttonMain .buttonMain__arrow {
  position: absolute;
  transform: translateY(-50%);
  display: block;
  width: 0.8rem;
  top: 50%;
  right: 1.1rem;
}
.buttonMain .buttonMain__arrow svg {
  display: block;
}
.buttonMain.buttonMain--large {
  width: 100%;
}
.buttonMain.buttonMain--large .buttonMain__inner {
  color: #FFF;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4; /* 100% */
  letter-spacing: 0;
}

.titleTopBlogSec {
  color: #191919;
  font-family: "Jost", sans-serif;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2; /* 116.667% */
  text-transform: capitalize;
}
@media screen and (max-width: 750px) {
  .titleTopBlogSec {
    font-size: 2rem;
    line-height: 1.2; /* 120% */
  }
}

.titleSubTopBlogSec {
  color: #2D1F23;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 750px) {
  .titleSubTopBlogSec {
    font-size: 1.4rem;
  }
}

.titleTopLeadSec {
  font-size: 2.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5; /* 150% */
  letter-spacing: 0.2em;
}
.titleTopLeadSec--tac {
  text-align: center;
}
@media screen and (max-width: 750px) {
  .titleTopLeadSec {
    font-size: 2rem;
  }
}
@media screen and (max-width: 750px) {
  .titleTopLeadSec--spVertical {
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
  }
}
@media screen and (max-width: 750px) {
  .titleTopLeadSec--spLarge {
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1.75; /* 175% */
  }
}

.headTitle__inner {
  padding: 6rem 5rem;
}
@media screen and (max-width: 750px) {
  .headTitle__inner {
    padding: 6rem 3.5rem 4.5rem;
  }
}

.headTitle__title--en {
  font-family: "Jost", sans-serif;
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1; /* 75% */
  display: block;
  text-align: center;
}

.headTitle__title--jp {
  margin-top: 1rem;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: block;
  text-align: center;
}

.titlePrivacy {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2; /* 200% */
}

.titleMaterialsDetail {
  color: #2D1F23;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.75; /* 175% */
}
@media screen and (max-width: 750px) {
  .titleMaterialsDetail {
    font-size: 2rem;
  }
}

.textTopBlogSec {
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 750px) {
  .textTopBlogSec {
    font-size: 1rem;
  }
}
.textTopBlogSec--ls0 {
  letter-spacing: 0;
}

.textTopLeadSec {
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2; /* 200% */
  letter-spacing: 0.1em;
}
.textTopLeadSec--tac {
  text-align: center;
}
.textTopLeadSec--lhLarge {
  line-height: 2.8; /* 280% */
}
@media screen and (max-width: 750px) {
  .textTopLeadSec {
    letter-spacing: 0.02em;
    line-height: 2.1; /* 200% */
  }
  .textTopLeadSec--lhLarge {
    line-height: 2.3; /* 280% */
  }
}

.textTopLeadSec__blk {
  display: block;
}
.textTopLeadSec__blk + .textTopLeadSec__blk {
  margin-top: 1.8rem;
}
@media screen and (max-width: 750px) {
  .textTopLeadSec__blk + .textTopLeadSec__blk {
    margin-top: 2rem;
  }
}

.textRequestLeadSec {
  text-align: center;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.3; /* 228.571% */
}
.textRequestLeadSec--link {
  text-decoration: underline;
}
.textRequestLeadSec--link:hover {
  text-decoration: none;
}

.textPrivacy {
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.3; /* 228.571% */
}
.textPrivacy--bold {
  font-weight: 600;
}

.textMaterialsDetail {
  color: #2D1F23;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 600;
  line-height: 2; /* 200% */
}

.JsInview {
  transform: translateY(5rem);
  opacity: 0;
  transition: all 1s;
}
.JsInview.is-active {
  opacity: 1;
  transform: translateY(0);
}
.JsInviewBox__01, .JsInviewBox__02, .JsInviewBox__03, .JsInviewBox__04, .JsInviewBox__05, .JsInviewBox__06, .JsInviewBox__07, .JsInviewBox__08, .JsInviewBox__09, .JsInviewBox__10 {
  transform: translateY(5rem);
  opacity: 0;
}
.is-active .JsInviewBox__01, .is-active .JsInviewBox__02, .is-active .JsInviewBox__03, .is-active .JsInviewBox__04, .is-active .JsInviewBox__05, .is-active .JsInviewBox__06, .is-active .JsInviewBox__07, .is-active .JsInviewBox__08, .is-active .JsInviewBox__09, .is-active .JsInviewBox__10 {
  opacity: 1;
  transform: translateY(0);
}
.JsInviewBox__01 {
  transition-delay: 0;
}
.JsInviewBox__02 {
  transition-delay: 0.2s;
}
.JsInviewBox__03 {
  transition-delay: 0.4s;
}
.JsInviewBox__04 {
  transition-delay: 0.6s;
}
.JsInviewBox__05 {
  transition-delay: 0.8s;
}
.JsInviewBox__06 {
  transition-delay: 1s;
}
.JsInviewBox__07 {
  transition-delay: 1.2s;
}
.JsInviewBox__08 {
  transition-delay: 1.4s;
}
.JsInviewBox__09 {
  transition-delay: 1.6s;
}
.JsInviewBox__10 {
  transition-delay: 1.8s;
}

.JsParallax {
  transition: transform 0.3s ease-out;
  will-change: transform;
}

.JsBrightBox__01, .JsBrightBox__02, .JsBrightBox__03, .JsBrightBox__04, .JsBrightBox__05, .JsBrightBox__06, .JsBrightBox__07, .JsBrightBox__08, .JsBrightBox__09, .JsBrightBox__10 {
  filter: blur(0.8rem) brightness(0.1); /* 明るくする */
  transition: all 1.2s;
  opacity: 0;
}
.is-active .JsBrightBox__01, .is-active .JsBrightBox__02, .is-active .JsBrightBox__03, .is-active .JsBrightBox__04, .is-active .JsBrightBox__05, .is-active .JsBrightBox__06, .is-active .JsBrightBox__07, .is-active .JsBrightBox__08, .is-active .JsBrightBox__09, .is-active .JsBrightBox__10 {
  filter: blur(0) brightness(1); /* 明るくする */
  opacity: 1;
}
.JsBrightBox__01 {
  transition-delay: 0;
}
.JsBrightBox__02 {
  transition-delay: 0.8s;
}
.JsBrightBox__03 {
  transition-delay: 1.6s;
}
.JsBrightBox__04 {
  transition-delay: 2.4s;
}
.JsBrightBox__05 {
  transition-delay: 3.2s;
}
.JsBrightBox__06 {
  transition-delay: 4s;
}
.JsBrightBox__07 {
  transition-delay: 4.8s;
}
.JsBrightBox__08 {
  transition-delay: 5.6s;
}
.JsBrightBox__09 {
  transition-delay: 3.2s;
}
.JsBrightBox__10 {
  transition-delay: 3.6s;
}

.show-pc {
  display: block;
}
@media screen and (max-width: 750px) {
  .show-pc {
    display: none;
  }
}

.show-sp {
  display: none;
}
@media screen and (max-width: 750px) {
  .show-sp {
    display: block;
  }
}
/*# sourceMappingURL=style.css.map */
