@charset "UTF-8";
.mt0 {
  margin-top: 0px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt55 {
  margin-top: 55px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.pt65 {
  padding-top: 65px !important;
}

.pb65 {
  padding-bottom: 65px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.pt75 {
  padding-top: 75px !important;
}

.pb75 {
  padding-bottom: 75px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.mt85 {
  margin-top: 85px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.pt85 {
  padding-top: 85px !important;
}

.pb85 {
  padding-bottom: 85px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.mt95 {
  margin-top: 95px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.pt95 {
  padding-top: 95px !important;
}

.pb95 {
  padding-bottom: 95px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

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

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

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

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * 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] {
  -webkit-appearance: button;
}

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  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;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 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 odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

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

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

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

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

picture {
  display: block;
  line-height: 0;
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
}

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

input,
textarea {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

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

html {
  -webkit-text-size-adjust: 100%;
}

body {
  color: #fff;
  font-family: "Shippori Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.8;
  letter-spacing: 0.06em;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  position: relative;
  background-color: #221815;
}

ol,
ul {
  list-style-type: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}

body * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-break: break-word;
}

a {
  cursor: pointer;
  outline: none;
  text-decoration: none;
  color: #cfb8f6;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover {
  opacity: 0.5;
}

::-moz-selection {
  background: #ff7a0d;
  color: #cfb8f6;
}

::selection,
::-moz-selection {
  background: #ff7a0d;
  color: #cfb8f6;
}

h1,
h2,
h3,
h4,
h5,
h6,
li {
  font-size: 100%;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

.js-scroll {
  height: 100px;
  width: 100%;
  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;
  text-align: center;
  background-color: #fff;
  border: 1px solid #ccc;
  margin-bottom: 50px;
}
.js-scroll.is-scroll {
  background-color: #cfb8f6;
}

@-webkit-keyframes menu-bar-1 {
  0% {
    -webkit-transform: translateY(10px) rotate(45deg);
    transform: translateY(10px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(10px) rotate(0);
    transform: translateY(10px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
}
@keyframes menu-bar-1 {
  0% {
    -webkit-transform: translateY(10px) rotate(45deg);
    transform: translateY(10px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(10px) rotate(0);
    transform: translateY(10px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
}
@-webkit-keyframes menu-bar-2 {
  0% {
    -webkit-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-10px) rotate(0);
    transform: translateY(-10px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
}
@keyframes menu-bar-2 {
  0% {
    -webkit-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-10px) rotate(0);
    transform: translateY(-10px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
}
@-webkit-keyframes active-menu-bar-1 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(10px) rotate(0);
    transform: translateY(10px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(10px) rotate(45deg);
    transform: translateY(10px) rotate(45deg);
  }
}
@keyframes active-menu-bar-1 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(10px) rotate(0);
    transform: translateY(10px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(10px) rotate(45deg);
    transform: translateY(10px) rotate(45deg);
  }
}
@-webkit-keyframes active-menu-bar-2 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-10px) rotate(0);
    -webkit-transform: translateY(-10px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-10px) rotate(-45deg);
    -webkit-transform: translateY(-10px) rotate(-45deg);
  }
}
@keyframes active-menu-bar-2 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-10px) rotate(0);
    -webkit-transform: translateY(-10px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-10px) rotate(-45deg);
    -webkit-transform: translateY(-10px) rotate(-45deg);
  }
}
@-webkit-keyframes checkbox-check {
  0% {
    width: 0;
    height: 0;
    border-color: #FFF;
    -webkit-transform: translate3d(0, 0, 0) rotate(45deg);
            transform: translate3d(0, 0, 0) rotate(45deg);
  }
  33% {
    width: 0.4em;
    height: 0;
    -webkit-transform: translate3d(0, 0, 0) rotate(45deg);
            transform: translate3d(0, 0, 0) rotate(45deg);
  }
  100% {
    width: 0.4em;
    height: 0.7em;
    border-color: #FFF;
    -webkit-transform: translate3d(0, -0.7em, 0) rotate(45deg);
            transform: translate3d(0, -0.7em, 0) rotate(45deg);
  }
}
@keyframes checkbox-check {
  0% {
    width: 0;
    height: 0;
    border-color: #FFF;
    -webkit-transform: translate3d(0, 0, 0) rotate(45deg);
            transform: translate3d(0, 0, 0) rotate(45deg);
  }
  33% {
    width: 0.4em;
    height: 0;
    -webkit-transform: translate3d(0, 0, 0) rotate(45deg);
            transform: translate3d(0, 0, 0) rotate(45deg);
  }
  100% {
    width: 0.4em;
    height: 0.7em;
    border-color: #FFF;
    -webkit-transform: translate3d(0, -0.7em, 0) rotate(45deg);
            transform: translate3d(0, -0.7em, 0) rotate(45deg);
  }
}
html,
body {
  width: 100%;
}

.body--fixed {
  position: fixed;
}

.l-wrap {
  width: 100%;
}
.l-contents {
  width: 100%;
  padding: 100px 0;
}
@media (max-width: 768px) {
  .l-contents {
    padding: 80px 0;
  }
}
.l-section {
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  .l-section {
    margin-bottom: 80px;
  }
}
.l-section:last-of-type {
  margin-bottom: 0;
}
.l-center {
  display: table;
  width: auto;
  margin-left: auto !important;
  margin-right: auto !important;
}

.bgcolor, .bgcolor3, .bgcolor2, .bgcolor1 {
  padding: 100px 0;
}
@media (max-width: 768px) {
  .bgcolor, .bgcolor3, .bgcolor2, .bgcolor1 {
    padding: 80px 0;
  }
}
.bgcolor1 {
  background: #cfb8f6;
}
.bgcolor2 {
  background: #ff7a0d;
}
.bgcolor3 {
  background: #e2e2e2;
}

.scInr, .scInr--w, .scInr--s {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 20px;
}
.scInr--s {
  max-width: 750px;
}
.scInr--w {
  max-width: 1500px;
}
.scInr--box {
  margin: 0 0 60px;
}
.scInr--box:last-of-type {
  margin-bottom: 0;
}
.scInr--block {
  margin: 0 0 30px;
}
.scInr--block:last-of-type {
  margin-bottom: 0;
}

.header {
  width: 100%;
  padding: 1em 2em 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  gap: 3em;
  top: 0;
  left: 0;
  z-index: 500;
  background-color: #fff;
  height: 100px;
}
@media (max-width: 768px) {
  .header {
    padding: 0 20px;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 301;
  }
}
.header__logo {
  height: 100%;
  line-height: 0;
}
@media (max-width: 768px) {
  .header__logo {
    position: relative;
    z-index: 303;
  }
}
.header__logo a {
  display: block;
  height: 100%;
}
.header__logo img {
  height: 100%;
}
.header__wrap {
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 768px) {
  .header__wrap {
    width: 100%;
  }
}

.hamb__btn {
  display: none;
}
@media (max-width: 768px) {
  .hamb__btn {
    width: 60px;
    height: 60px;
    cursor: pointer;
    display: block;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 303;
  }
  .hamb__btnInr {
    height: 100%;
    padding: 15px 12px;
    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-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .hamb__btn .hamb__bar, .hamb__btn .hamb__bar:before, .hamb__btn .hamb__bar:after {
    width: 100%;
    height: 2px;
    margin: auto;
    background: #cfb8f6;
    border-radius: 5px;
    display: block;
    position: relative;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .hamb__btn .hamb__bar:before, .hamb__btn .hamb__bar:after {
    content: "";
    background: #cfb8f6 !important;
    position: absolute;
  }
  .hamb__btn .hamb__bar:before {
    bottom: 8px;
    -webkit-animation: menu-bar-1 0.75s forwards;
    animation: menu-bar-1 0.75s forwards;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  .hamb__btn .hamb__bar:after {
    top: 8px;
    -webkit-animation: menu-bar-2 0.75s forwards;
    animation: menu-bar-2 0.75s forwards;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
}

.hamb__menu {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 768px) {
  .hamb__menu {
    width: 100%;
    height: 100%;
    padding: 80px 20px 40px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    pointer-events: none;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 302;
    overflow-y: scroll;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%);
  }
  .hamb__menu .gheader {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media (max-width: 768px) {
  .js-hamb__menu--active .hamb__menu {
    pointer-events: all;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .js-hamb__menu--active .hamb__btn .hamb__bar, .js-hamb__menu--active .hamb__btn .hamb__bar:before, .js-hamb__menu--active .hamb__btn .hamb__bar:after {
    background: transparent;
  }
  .js-hamb__menu--active .hamb__btn .hamb__bar:before {
    bottom: 11px;
    -webkit-animation: active-menu-bar-1 0.75s forwards;
    animation: active-menu-bar-1 0.75s forwards;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  .js-hamb__menu--active .hamb__btn .hamb__bar:after {
    -webkit-animation: active-menu-bar-2 0.75s forwards;
    animation: active-menu-bar-2 0.75s forwards;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
}

.gnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2em;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 768px) {
  .gnav {
    width: 100%;
  }
}

.gnav__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 768px) {
  .gnav__main {
    display: block;
    width: 100%;
  }
}
.gnav__main > li {
  margin-right: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .gnav__main > li {
    width: 100%;
    height: auto;
    margin-right: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 1em;
  }
}
.gnav__main > li:last-of-type {
  margin-right: 0;
}
.gnav__main > li a,
.gnav__main > li span {
  color: #221815;
  font-size: 0.9375rem;
  position: relative;
  font-weight: 700;
}
@media (max-width: 768px) {
  .gnav__main > li a,
  .gnav__main > li span {
    border-bottom: 2px solid #cfb8f6;
    display: block;
    width: 100%;
  }
}
.gnav__main > li a:hover,
.gnav__main > li span:hover {
  color: #cfb8f6;
  text-decoration: none;
}

.gnav__cv a {
  padding: 0.8em 1.5em;
  font-size: 0.75rem;
  font-weight: 700;
  position: relative;
  background-color: #cfb8f6;
  color: #fff;
  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;
  text-align: center;
  border: 1px solid #cfb8f6;
}
.gnav__cv a:hover {
  background-color: #fff;
  text-decoration: none;
  color: #cfb8f6;
}

.slide__menu {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  padding: 4% 0;
  border-top: 1px solid #221815;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  display: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .slide__menu {
    position: relative;
    display: block;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: none;
    padding: 15px 0 0;
  }
}
.slide__menu .slide__nav {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 20px;
  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;
  gap: 1em 3em;
}
@media (max-width: 768px) {
  .slide__menu .slide__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.slide__menu .slide__nav > li {
  margin-bottom: 0.5em;
}
.slide__menu .slide__nav > li a {
  font-weight: 400;
  padding-bottom: 3px;
}
.slide__menu .slide__nav > li a:after {
  height: 2px;
}
@media (max-width: 768px) {
  .slide__menu .slide__nav > li a {
    border: none;
  }
}

.gnav__main > li:hover .slide-menu {
  display: block;
  top: 80px;
}
@media (max-width: 768px) {
  .gnav__main > li:hover .slide-menu {
    top: 0;
  }
}

.copyright {
  text-align: center;
  width: 100%;
  margin: 10px auto 20px;
  display: block;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.5);
}

.footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer__links a {
  color: #fff;
  font-size: 0.8125rem;
  text-decoration: underline;
}

#loading {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 700;
  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;
  background-color: #221815;
}
#loading .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-mask-image: url(../images/loading_mask.svg);
          mask-image: url(../images/loading_mask.svg);
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-position: top right;
          mask-position: top right;
  -webkit-animation: bg 3s ease-in-out forwards;
          animation: bg 3s ease-in-out forwards;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
@media (max-width: 768px) {
  #loading .bg {
    -webkit-mask-image: url(../images/loading_mask_sp.svg);
            mask-image: url(../images/loading_mask_sp.svg);
    -webkit-mask-position: center center;
            mask-position: center center;
  }
}
@-webkit-keyframes bg {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-filter: blur(10px);
            filter: blur(10px);
  }
  20% {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
  70% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-filter: blur(0);
            filter: blur(0);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-filter: blur(10px);
            filter: blur(10px);
    opacity: 0;
  }
}
@keyframes bg {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-filter: blur(10px);
            filter: blur(10px);
  }
  20% {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
  70% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-filter: blur(0);
            filter: blur(0);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-filter: blur(10px);
            filter: blur(10px);
    opacity: 0;
  }
}
#loading .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-animation: loading 3s ease-out forwards;
          animation: loading 3s ease-out forwards;
}
@-webkit-keyframes loading {
  0% {
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
  }
  100% {
    -webkit-transform: scale(1.5) translateY(-10%);
            transform: scale(1.5) translateY(-10%);
  }
}
@keyframes loading {
  0% {
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
  }
  100% {
    -webkit-transform: scale(1.5) translateY(-10%);
            transform: scale(1.5) translateY(-10%);
  }
}
#loading .copy {
  position: relative;
  z-index: 705;
  max-width: 90%;
  -webkit-animation: copy 2.8s ease-out forwards;
          animation: copy 2.8s ease-out forwards;
}
@-webkit-keyframes copy {
  0% {
    opacity: 0;
    -webkit-filter: blur(10px);
            filter: blur(10px);
  }
  20% {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
  80% {
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-filter: blur(10px);
            filter: blur(10px);
  }
}
@keyframes copy {
  0% {
    opacity: 0;
    -webkit-filter: blur(10px);
            filter: blur(10px);
  }
  20% {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
  80% {
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-filter: blur(10px);
            filter: blur(10px);
  }
}

.breadcrumb {
  margin: 0 !important;
  padding: 20px 0;
}
@media (max-width: 768px) {
  .breadcrumb {
    padding: 10px 0;
  }
}
.breadcrumb ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.breadcrumb ol li {
  font-size: 0.75rem;
  position: relative;
}
@media (max-width: 768px) {
  .breadcrumb ol li {
    font-size: 0.5625rem;
  }
}
.breadcrumb ol li::after {
  margin: 0 5px 0 2px;
  content: ">";
}
.breadcrumb ol li:first-child a {
  color: #cfb8f6;
}
.breadcrumb ol li:last-child {
  margin: 0;
}
.breadcrumb ol li:last-child:after {
  display: none;
}
.breadcrumb ol li a {
  color: #221815;
}
@media (max-width: 768px) {
  .breadcrumb ol li:last-of-type span {
    width: 120px;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
.breadcrumb ol li span {
  white-space: normal;
}

.box2, .box1 {
  width: 100%;
  padding: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 768px) {
  .box2, .box1 {
    padding: 25px 20px;
  }
}

.box1 {
  background: #cfb8f6;
  border: 1px solid #cfb8f6;
}
.box2 {
  background: #fff;
  border: 1px solid #ff7a0d;
}
.box__head {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 1.125rem;
}
@media (max-width: 768px) {
  .box__head {
    font-size: 1rem;
  }
}

.head2, .head1 {
  margin-bottom: 30px;
  font-weight: bold;
  position: relative;
}

.head1 {
  font-size: 2.625rem;
  line-height: lh(40);
}
.head1:before {
  content: attr(data-text);
  color: #ff7a0d;
  font-size: max(12px, 60%);
  display: block;
}
.head2 {
  font-size: 1.75rem;
  line-height: lh(32);
  border-left: 4px solid #cfb8f6;
  background-color: rgba(207, 184, 246, 0.3);
  padding: 5px 1em;
}

.txt.--center {
  text-align: center !important;
}
.txt.--left {
  text-align: left !important;
}
.txt.--right {
  text-align: right !important;
}
.txt.--bold {
  font-weight: bold !important;
}
.txt.--ss {
  font-size: 0.6875rem;
}
.txt.--sm {
  font-size: 0.75rem;
}
.txt.--md {
  font-size: 1rem;
}
.txt.--lg {
  font-size: 1.125rem;
}

p.lead {
  font-size: 1rem;
  line-height: 2;
}
@media (max-width: 768px) {
  p.lead {
    font-size: 0.875rem;
  }
}

p.note {
  font-size: 0.75rem;
}

.listNum--2, .listNum, .listInd, .listInd--s {
  margin-bottom: 20px;
}
.listNum--2 > li, .listNum > li, .listInd > li, .listInd--s > li {
  padding-left: 15px;
  position: relative;
  margin-bottom: 5px;
}
.listNum--2 > li:last-of-type, .listNum > li:last-of-type, .listInd > li:last-of-type, .listInd--s > li:last-of-type {
  margin-bottom: 0;
}

.listInd > li:before, .listInd--s > li:before {
  width: 15px;
  content: "・";
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 0;
}
.listInd--s > li {
  font-size: 0.75rem;
  line-height: lh(12);
}
.listNum {
  list-style-type: decimal;
  margin-left: 2em;
}
.listNum > li {
  padding-left: 0;
}
.listNum--2 {
  counter-reset: number;
}
.listNum--2 > li {
  margin-bottom: 5px;
  position: relative;
  padding-left: 30px;
}
.listNum--2 > li:before {
  width: 30px;
  counter-increment: number;
  content: "(" counter(number) ")";
  text-align: right;
  position: absolute;
  left: -4px;
  top: 0;
}
.listNum--2 > li:last-child {
  margin-bottom: 0;
}

.tbl2, .tbl1 {
  width: 100%;
  border-collapse: collapse;
}
.tbl2 th, .tbl1 th,
.tbl2 td,
.tbl1 td {
  padding: 15px 20px;
  background: #fff;
  border-bottom: 1px solid #e2e2e2;
  line-height: 1.4;
  text-align: left;
}
.tbl2 thead th, .tbl1 thead th {
  text-align: center;
}

.tbl1 {
  border-left: 1px solid #e2e2e2;
  border-top: 1px solid #e2e2e2;
}
.tbl1 thead th {
  background: #cfb8f6;
}
.tbl1 th,
.tbl1 td {
  border-right: 1px solid #e2e2e2;
  line-height: 1.4;
  text-align: left;
}
.tbl2 th {
  color: #ff7a0d;
  font-size: 120%;
}

@media (max-width: 768px) {
  .sp-scroll {
    width: calc(100% + 20px);
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    position: relative;
  }
  .sp-scroll:before {
    margin-bottom: 5px;
    content: "→横スクロールできます";
    position: sticky;
    left: 0;
    top: 0;
  }
  .sp-scroll > table {
    width: 200vw !important;
    margin-top: 10px;
  }
  .tbl-sp th,
  .tbl-sp td {
    width: 100% !important;
    display: block;
  }
}
.btn2, .btn1 {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #000;
  color: #fff;
  position: relative;
  padding: 1.2em 1.2em 1.1em;
}
.btn2 span, .btn1 span {
  width: 100%;
  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;
}
.btn2:hover, .btn1:hover {
  background: #fff;
}

.btn__wrap, .btn__wrap--right, .btn__wrap--left {
  margin: 30px auto;
  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;
  text-align: center;
  gap: 1em;
}
.btn__wrap--left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.btn__wrap--right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.btn1 {
  background: #cfb8f6;
  border-color: #cfb8f6;
}
.btn1:hover {
  color: #cfb8f6;
}
.btn1:hover span::before {
  border-color: #cfb8f6;
}
.btn2 {
  background: #ff7a0d;
  border-color: #ff7a0d;
}
.btn2:hover {
  color: #ff7a0d;
}

.arr--next, .arr--prev {
  position: relative;
}

.arr--next:after, .arr--prev:before {
  content: "";
  width: 6px;
  height: 6px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.arr--prev:before {
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  margin-right: 0.5em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.arr--next:after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  margin-left: 0.5em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.maskLink {
  position: relative;
}
.maskLink > .imgbox {
  overflow: hidden;
}
.maskLink > .imgbox img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.maskLink a {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
}
.maskLink:hover .imgbox img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.icon__link a:after {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  background: url(../images/ico-link.svg) no-repeat center center;
  background-size: contain;
  vertical-align: middle;
}

.l-gridwrap, .l-gridwrap--g5, .l-gridwrap--g4, .l-gridwrap--g3, .l-gridwrap--g2, .l-gridwrap--g1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -20px;
}
@media (max-width: 768px) {
  .l-gridwrap, .l-gridwrap--g5, .l-gridwrap--g4, .l-gridwrap--g3, .l-gridwrap--g2, .l-gridwrap--g1 {
    margin: 0 -6px;
  }
}
.l-gridwrap > li, .l-gridwrap--g5 > li, .l-gridwrap--g4 > li, .l-gridwrap--g3 > li, .l-gridwrap--g2 > li, .l-gridwrap--g1 > li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 20px;
}
@media (max-width: 768px) {
  .l-gridwrap > li, .l-gridwrap--g5 > li, .l-gridwrap--g4 > li, .l-gridwrap--g3 > li, .l-gridwrap--g2 > li, .l-gridwrap--g1 > li {
    padding: 6px;
  }
}
.l-gridwrap--g1 {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.l-gridwrap--g1 > li {
  max-width: 100%;
  min-width: 100%;
}
.l-gridwrap--g2 {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.l-gridwrap--g2 > li {
  max-width: 50%;
  min-width: 50%;
}
.l-gridwrap--g3 {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.l-gridwrap--g3 > li {
  max-width: 33.3333333333%;
  min-width: 33.3333333333%;
}
.l-gridwrap--g4 {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.l-gridwrap--g4 > li {
  max-width: 25%;
  min-width: 25%;
}
.l-gridwrap--g5 {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.l-gridwrap--g5 > li {
  max-width: 20%;
  min-width: 20%;
}
@media (max-width: 768px) {
  .l-gridwrap.sp1 > li, .sp1.l-gridwrap--g1 > li, .sp1.l-gridwrap--g2 > li, .sp1.l-gridwrap--g3 > li, .sp1.l-gridwrap--g4 > li, .sp1.l-gridwrap--g5 > li {
    max-width: 100%;
    min-width: 100%;
  }
}
@media (max-width: 1024px) {
  .l-gridwrap.sp2 > li, .sp2.l-gridwrap--g1 > li, .sp2.l-gridwrap--g2 > li, .sp2.l-gridwrap--g3 > li, .sp2.l-gridwrap--g4 > li, .sp2.l-gridwrap--g5 > li {
    max-width: 25%;
    min-width: 25%;
  }
}
@media (max-width: 768px) {
  .l-gridwrap.sp2 > li, .sp2.l-gridwrap--g1 > li, .sp2.l-gridwrap--g2 > li, .sp2.l-gridwrap--g3 > li, .sp2.l-gridwrap--g4 > li, .sp2.l-gridwrap--g5 > li {
    max-width: 50%;
    min-width: 50%;
  }
}

.mediabox--r, .mediabox {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (max-width: 768px) {
  .mediabox--r, .mediabox {
    display: block;
  }
}
.mediabox--r:last-child, .mediabox:last-child {
  margin-bottom: 0;
}

.mediabox--r {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.mediabox__img {
  width: 60%;
  line-height: 0;
}
@media (max-width: 768px) {
  .mediabox__img {
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px !important;
  }
}
.mediabox__img span {
  margin-top: 10px;
  display: block;
  font-size: 0.875rem;
  line-height: lh(14);
  text-align: center;
}
@media (max-width: 768px) {
  .mediabox__img span {
    font-size: 0.75rem;
    line-height: lh(12);
  }
}
.mediabox__copy {
  width: 38%;
}
@media (max-width: 768px) {
  .mediabox__copy {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .sp-wfull {
    width: calc(100% + 20px * 2);
    max-width: inherit;
    margin: 0 -20px;
    display: block;
  }
}
.forPC {
  display: block;
}
@media (max-width: 768px) {
  .forPC {
    display: none;
  }
}

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

.input-select select, .input-textarea, .input-text {
  width: 100%;
  padding: 20px;
  outline: none;
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid #e2e2e2;
  display: block;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .input-select select, .input-textarea, .input-text {
    padding: 15px 10px;
  }
}
.input-select select:focus, .input-textarea:focus, .input-text:focus {
  border-color: #cfb8f6;
}

::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
}

::-moz-placeholder {
  color: rgba(255, 255, 255, 0.3);
}

:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
}

::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
}

::placeholder {
  color: rgba(255, 255, 255, 0.3);
}

.input-check, .input-radio {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 0 !important;
}
@media (max-width: 768px) {
  .input-check, .input-radio {
    -webkit-tap-highlight-color: transparent;
  }
}
.input-check input + span, .input-radio input + span {
  padding: 5px 0;
  margin-bottom: 3px;
  line-height: 1.4;
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.input-check input + span:before, .input-radio input + span:before, .input-check input + span:after, .input-radio input + span:after {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.input-check input + span label, .input-radio input + span label {
  cursor: pointer;
}

.input-check label {
  cursor: pointer;
}
.input-check span {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.input-check span:before, .input-check span:after {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.input-check span:after {
  width: 20px;
  height: 20px;
  content: "";
  display: block;
  background: #fff;
  border: 2px solid #e2e2e2;
  border-radius: 5px;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 0px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  left: 0;
  pointer-events: none;
}
.input-check span:hover:after {
  background: #cfb8f6;
  border: 2px solid #cfb8f6;
}
@media (max-width: 768px) {
  .input-check span:hover:after {
    background: transparent;
    border-color: #e2e2e2;
  }
}
.input-check input:checked + span:before {
  content: "";
  margin-top: -3px;
  border-right: 2px solid transparent;
  border-bottom: 2px solid transparent;
  -webkit-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
  -webkit-transform-origin: 0% 100%;
          transform-origin: 0% 100%;
  position: absolute;
  top: 50%;
  left: 5px;
  z-index: 10;
  -webkit-animation: checkbox-check 250ms 50ms ease-in-out forwards;
  animation: checkbox-check 250ms 50ms ease-in-out forwards;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.input-check input:checked + span:after {
  background: #cfb8f6;
  border: 2px solid #cfb8f6;
}

.form-area {
  width: 100%;
}

.form-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1em;
}
.form-field:not(:last-child) {
  margin-bottom: 40px;
}
.form-field .form-label {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5em;
}
.form-field .form-control {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.form-field .form-control.clm {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.form-field label {
  display: inline-block;
  line-height: 1;
  font-weight: bold;
}
.form-field .form-control-inr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
}
.form-field.form-agree {
  -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;
}
.form-field.form-agree .input-check {
  text-align: center;
}

.input-textarea {
  height: 15em;
}

.input-radio input + span {
  position: relative;
  margin-left: 0;
}
.input-radio input + span:before, .input-radio input + span:after {
  content: "";
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transition-property: border-color, -webkit-transform;
  transition-property: border-color, -webkit-transform;
  transition-property: transform, border-color;
  transition-property: transform, border-color, -webkit-transform;
}
.input-radio input + span:before {
  width: 20px;
  height: 20px;
  border: 1px solid #e2e2e2;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 0px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.input-radio input + span:after {
  width: 14px;
  height: 14px;
  background: #fff;
  -webkit-transform: translate(0, -50%) scale(0);
          transform: translate(0, -50%) scale(0);
  left: 4px;
}
.input-radio input + span:hover:after {
  -webkit-transform: translate(0, -50%) scale(0.5);
          transform: translate(0, -50%) scale(0.5);
}
.input-radio input:checked + span:before {
  border-color: #fff;
}
.input-radio input:checked + span:after {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 4px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%) scale(1);
          transform: translate(0, -50%) scale(1);
}

.input-check > span::after {
  display: none;
}

.input-select {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.input-select:before {
  width: 5px;
  height: 5px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  content: "";
  display: block;
  pointer-events: none;
  -webkit-transform: translate(0, -50%) rotate(135deg);
          transform: translate(0, -50%) rotate(135deg);
  position: absolute;
  top: 50%;
  right: 20px;
}
.input-select select {
  padding-right: 3em;
  width: 100%;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-color: #e2e2e2;
}
.input-select select option {
  background: #fff;
  color: #333;
}
.input-select select::-ms-expand {
  display: none;
}
.input-select select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #828c9a;
}

.input-date {
  width: 100%;
  padding: 1em;
  border: 1px solid #fff;
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
}

.item-req, .item-any {
  padding: 5px 9px 5px;
  background: #8d0023;
  color: #fff;
  display: inline-block;
  font-size: 0.6875rem;
  font-weight: bold;
  line-height: 1;
}

.item-any {
  background: #353233;
  color: #fff;
}

.form-page {
  max-width: 750px;
  margin: 0 auto;
  padding: 100px 0;
}
.form-page .logo {
  width: 100%;
  max-width: 140px;
  margin: 0 auto 60px;
}
.form-page .form-ttl {
  text-align: center;
  font-size: 1.5rem;
  letter-spacing: 0.08em;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .form-page .form-ttl {
    font-size: 1.125rem;
  }
}
.form-page .form-ttl span {
  display: block;
  font-family: "Allura", "Shippori Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.125rem;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 400;
}
.form-page .lead-area {
  margin-bottom: 50px;
}
.form-page .lead-area .note {
  color: rgba(255, 255, 255, 0.8);
  margin-top: 10px;
}
.form-page .confirm-btn {
  font-size: 1.125rem;
  padding: 0.7em 1em;
  margin: 0 auto;
}
.form-page .btn__wrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.form-page .submit-btn {
  font-size: 1.125rem;
  padding: 0.7em 1em;
  margin: 0;
}
.form-page .back-btn {
  font-size: 1.125rem;
  padding: 0.7em 1em;
  margin: 0;
  color: #e2e2e2;
  background-color: #606060;
}

.wpcf7-response-output,
.wpcf7-spinner {
  display: none !important;
}

.wpcf7-form-control-wrap {
  width: 100%;
}

#modal__overlay {
  width: 100%;
  height: 130%;
  background: rgba(0, 0, 0, 0.75);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 400;
  opacity: 0;
}

.modal__open {
  cursor: pointer;
}

.modal__close {
  width: 35px;
  height: 35px;
  cursor: pointer;
  position: absolute;
  right: 40px;
  top: -40px;
  z-index: 0;
}
@media (max-width: 768px) {
  .modal__close {
    width: 30px;
    height: 30px;
    right: 20px;
  }
}
.modal__close:before, .modal__close:after {
  width: 100%;
  height: 1px;
  content: "";
  display: block;
  background: #fff;
  position: absolute;
  top: 14px;
  left: 0;
}
.modal__close:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.modal__close:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.modal__area {
  width: 100%;
  max-width: 1300px;
  padding: 0 40px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 401;
  display: none;
}
@media (max-width: 768px) {
  .modal__area {
    padding: 0 20px;
  }
}

.modal__contents {
  padding: 50px;
  max-height: 80vh;
  overflow-y: scroll;
  background: #fff;
  opacity: 0;
  display: none;
  -webkit-transition: 1s;
  transition: 1s;
}
@media (max-width: 768px) {
  .modal__contents {
    padding: 20px;
    max-height: 70vh;
    -webkit-overflow-scrolling: touch;
  }
}

.acd__item {
  background-color: #e2e2e2;
  margin-bottom: 1em;
}
.acd__item.active .acd__btn::before {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.acd__btn {
  position: relative;
  cursor: pointer;
}
.acd__btn::before {
  content: "";
  width: 0.7em;
  height: 0.7em;
  border-bottom: 1px solid #221815;
  border-right: 1px solid #221815;
  position: absolute;
  top: 0.5em;
  right: 1em;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.acd__cnt {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
}

.tab__btn-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tab__btn-area .tab-btn {
  text-align: center;
}
.tab__btn-area .tab-btn.active {
  background-color: #ccc;
}
.tab__panel-area .tab-panel {
  display: none;
}
.tab__panel-area .tab-panel.active {
  display: block;
}

.swiper-main *:focus {
  outline: none;
}

.swiper {
  position: relative;
}

.paging {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.paging .page-numbers {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  height: 44px;
  width: 44px;
  padding: 0 5px;
  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;
  color: #cfb8f6;
  border: 1px solid #cfb8f6;
}
.paging .page-numbers:hover {
  color: #fff;
  background-color: #cfb8f6;
  text-decoration: none;
}
.paging .page-numbers.current {
  color: #fff;
  background-color: #cfb8f6;
  text-decoration: none;
  pointer-events: none;
}
.paging .page-numbers.prev, .paging .page-numbers.next {
  position: relative;
}
.paging .page-numbers.prev::before, .paging .page-numbers.next::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 8px;
  height: 8px;
  margin: auto;
  border-top: solid 2px #cfb8f6;
  border-left: solid 2px #cfb8f6;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.paging .page-numbers.prev:hover::before, .paging .page-numbers.next:hover::before {
  border-color: #fff;
}
.paging .page-numbers.next::before {
  -webkit-transform: rotate(135deg) translate(1px, 1px);
          transform: rotate(135deg) translate(1px, 1px);
}
.paging .page-numbers.prev::before {
  -webkit-transform: rotate(-45deg) translate(1px, 1px);
          transform: rotate(-45deg) translate(1px, 1px);
}

.categoryList {
  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;
  gap: 0.7em;
  margin-bottom: 5px;
}
.categoryList .category {
  background-color: #cfb8f6;
  border-radius: 30px;
  padding: 3px 0.8em;
  color: #fff;
  border: 1px solid #cfb8f6;
  display: inline-block;
  font-size: 0.75rem;
}
.categoryList .category:hover {
  background-color: #fff;
  color: #cfb8f6;
  text-decoration: none;
}

.newsList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.newsList li {
  width: 33.3333333333%;
  padding: 0 20px;
  margin-bottom: 30px;
}
.newsList li a {
  color: #221815;
}
.newsList li a:hover {
  text-decoration: none;
}
.newsList li .categoryList {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.newsList .newsList__img {
  aspect-ratio: 4/3;
}
.newsList .newsList__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.news {
  padding: 1.5em 0;
}
.news .date {
  color: #e2e2e2;
  font-size: 0.875rem;
}
.news__ttl {
  font-size: 1.3125rem;
  line-height: lh(23);
  margin-bottom: 0.5em;
}

.p-news-single .categoryList {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.p-news-single .news__meta {
  margin-bottom: 50px;
}