@charset "UTF-8";
/*
min-font-size ($font_size, $min_font_size)

$font_size (vw):     可変フォントサイズ
$min_font_size (px): 最小フォントサイズ
*/
/*
max-font-size ($font_size, $max_font_size)

$font_size (vw):     可変フォントサイズ
$max_font_size (px): 最大フォントサイズ
*/
/*
@mixin clamp-font-size ($min_font_size, $font_size, $max_font_size)

$min_font_size (px): 最小フォントサイズ
$font_size (vw):     可変フォントサイズ
$max_font_size (px): 最大フォントサイズ
*/
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@500&family=Noto+Sans+JP:wght@400;500&family=Noto+Serif+JP:wght@400;500&display=swap");
/* fonts */
/* ==========================================================================
 #Foundation
========================================================================== */
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          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 {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

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

address {
  font-style: inherit;
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
       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;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

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

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

/* #Typography
----------------------------------------------------------------- */
body,
html {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 2;
  color: #000000;
  font-size: 0.6666666667vw;
}
@media screen and (min-width: 1500px) {
  body,
html {
    font-size: 10px;
  }
}
@media (max-width: 767px) {
  body,
html {
    font-size: 2.3255813953vw;
  }
}

*::-moz-selection {
  background-color: #000000;
  color: #ffffff;
}

*::selection {
  background-color: #000000;
  color: #ffffff;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: 400;
}

b,
strong,
.bold {
  font-weight: 700;
}

a {
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  text-decoration: none;
  opacity: 1;
  outline: none;
}
a:hover, a:active, a.hover {
  text-decoration: none;
  opacity: 0.8;
}

/* #base
----------------------------------------------------------------- */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

img, svg {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  vertical-align: text-bottom;
}

/* ==========================================================================
 #Layout
========================================================================== */
/* #wrapper
----------------------------------------------------------------- */
.l-wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}
/* #header
----------------------------------------------------------------- */
.l-header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 100;
}
.l-header__container {
  width: 110rem;
  margin-left: auto;
  margin-right: auto;
  width: 61.1111111111vw;
}
@media screen and (max-width: 767px ) {
  .l-header__container {
    width: 43rem;
  }
}
@media screen and (max-width: 767px ) {
  .l-header__container {
    width: 100%;
  }
}
.l-header__logo {
  width: 7.7777777778vw;
  margin: 2vw 2.7777777778vw;
}
.l-header__logo svg path {
  fill: #ffffff;
}
@media screen and (max-width: 767px ) {
  .l-header__logo {
    margin: 2rem 2rem;
    width: 16.6rem;
  }
}

/* #mv
----------------------------------------------------------------- */
.l-mv {
  width: 100%;
}
/* #nav
----------------------------------------------------------------- */
.l-nav {
  width: 100%;
  padding: 9.5rem 0 11rem;
}
@media screen and (max-width: 767px ) {
  .l-nav {
    padding: 0;
  }
}

/* #main
----------------------------------------------------------------- */
/* #mainFoot
----------------------------------------------------------------- */
.l-mainFoot {
  width: 100%;
  background-color: #efefef;
  padding: 9.6rem 0 8.6rem;
}
@media screen and (max-width: 767px ) {
  .l-mainFoot {
    padding: 3.6rem 0 3.6rem;
  }
}

/* #sec1
----------------------------------------------------------------- */
.l-sec1 {
  width: 100%;
  padding: 6rem 0 0;
  border-top: 1px solid #707070;
}
@media screen and (max-width: 767px ) {
  .l-sec1 {
    padding: 3.6rem 0 5.7rem;
  }
}

/* #sec1
----------------------------------------------------------------- */
.l-sec1Type {
  width: 100%;
  padding: 13rem 0;
}
@media screen and (max-width: 767px ) {
  .l-sec1Type {
    padding: 10.2rem 0 7.7rem 0;
  }
}

/* #sec2
----------------------------------------------------------------- */
.l-sec2 {
  width: 100%;
  padding: 6rem 0 0;
  border-top: 1px solid #707070;
}
@media screen and (max-width: 767px ) {
  .l-sec2 {
    padding: 4rem 0 0;
  }
}

/* #sec2
----------------------------------------------------------------- */
.l-sec2Style {
  width: 100%;
  padding: 13rem 0 12rem;
}
@media screen and (max-width: 767px ) {
  .l-sec2Style {
    padding: 4rem 0 7.8rem;
  }
}

/* #footer
----------------------------------------------------------------- */
.l-footer {
  width: 100%;
  padding: 13.2rem 0 9rem;
}
@media screen and (max-width: 767px ) {
  .l-footer {
    padding: 4.5rem 0 14rem;
  }
}
.l-footer__banner {
  display: block;
  width: 51.7rem;
  margin: 2.4rem auto 0;
}
@media screen and (max-width: 767px ) {
  .l-footer__banner {
    width: 35rem;
  }
}
.l-footer__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 51.7rem;
  height: 6rem;
  border: 1px solid #707070;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2.4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 8rem;
  position: relative;
}
@media screen and (max-width: 767px ) {
  .l-footer__button {
    width: 35rem;
    height: 6rem;
    padding-left: 4.5rem;
  }
}
.l-footer__button:first-of-type {
  margin-top: 0;
}
.l-footer__buttonText {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 2.0454545455;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px ) {
  .l-footer__buttonText {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2.8125;
    letter-spacing: 0.12em;
  }
}
.l-footer__buttonArrow {
  width: 8.473rem;
  height: auto;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 2.7rem;
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
}
@media screen and (max-width: 767px ) {
  .l-footer__buttonArrow {
    width: 6.302rem;
    right: 2.3rem;
  }
}
.l-footer__button:hover .l-footer__buttonArrow {
  right: 1.8rem;
}
@media screen and (max-width: 767px ) {
  .l-footer__button:hover .l-footer__buttonArrow {
    right: 1.4rem;
  }
}
.l-footer__buttonInstagram {
  width: 13.1rem;
  margin-right: 1rem;
  margin-left: -1.8rem;
}
@media screen and (max-width: 767px ) {
  .l-footer__buttonInstagram {
    width: 10.48rem;
    margin-right: 0.5rem;
    margin-left: -3rem;
  }
}
.l-footer__buttonAccount {
  font-size: 20px;
  font-size: 2rem;
  line-height: 2.25;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px ) {
  .l-footer__buttonAccount {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2.8125;
    letter-spacing: 0.03em;
  }
}
.l-footer__logo {
  width: 17.115rem;
  height: 2.656rem;
  margin-top: 7rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px ) {
  .l-footer__logo {
    margin-top: 6rem;
  }
}
.l-footer__copy {
  text-align: center;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.12em;
  margin-top: 4rem;
}
@media screen and (max-width: 767px ) {
  .l-footer__copy {
    margin-top: 3.5rem;
  }
}

/* #side
----------------------------------------------------------------- */
.l-side {
  display: none;
}
.l-side__nav {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1000;
}
@media screen and (max-width: 767px ) {
  .l-side__nav {
    right: 0.7rem;
  }
}
.l-side__list {
  position: relative;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-side__item {
  margin-top: 1.7rem;
}
.l-side__link {
  display: block;
  width: 9.7rem;
  height: 22.2rem;
  cursor: pointer;
}
.l-side__gotop {
  display: block;
  margin-top: 2.6rem;
  width: 4.1rem;
  height: 4.1rem;
  background-color: #ffffff;
  border-radius: 100%;
}

/* ==========================================================================
 #component
========================================================================== */
/* #c-credit
----------------------------------------------------------------- */
.c-credit {
  position: relative;
  width: 30rem;
}
.c-credit__list {
  margin-top: -0.8rem;
}
.c-credit__item {
  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;
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 0.8rem;
}
.c-credit__item--left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.c-credit__size {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 2rem;
  height: 2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #3a3a3a;
  -webkit-box-decoration-break: #3a3a3a;
          box-decoration-break: #3a3a3a;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0em;
}
.c-credit__size--noBorder {
  border: 1px solid transparent;
}
.c-credit__name {
  width: 12rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.25;
  letter-spacing: 0em;
  color: #3a3a3a;
}
.c-credit__name span {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 0em;
}
.c-credit__price {
  width: 13rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #3a3a3a;
  padding: 0 2rem;
  white-space: nowrap;
}
.c-credit__tax {
  color: #3a3a3a;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 2;
  letter-spacing: 0em;
}
.c-credit__link {
  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;
  width: 8rem;
  height: 2rem;
  color: #bebebe;
  background-color: #ffffff;
  border: 1px solid #bebebe;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.08em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-credit__link:hover {
  background-color: #bebebe;
  color: #ffffff;
  opacity: 1;
}
.c-credit__link--first {
  color: #ffffff;
  background-color: #983d3d;
  border: 1px solid #983d3d;
}
.c-credit__link--first:hover {
  background-color: transparent;
  color: #983d3d;
  opacity: 1;
}
.c-credit__button {
  width: 8.6rem;
  height: 8.6rem;
  position: absolute;
  right: -11rem;
  bottom: 0rem;
  background-color: #000000;
  border-radius: 100%;
  -webkit-transition: background-color 0.2s cubic-bezier(0.86, 0, 0.07, 1);
  transition: background-color 0.2s cubic-bezier(0.86, 0, 0.07, 1);
}
.c-credit__button:hover {
  opacity: 1;
  background-color: rgba(214, 8, 108, 0.4);
}
@media screen and (max-width: 767px ) {
  .c-credit__button {
    width: 6rem;
    height: 6rem;
    right: -7.5rem;
    bottom: 0.2rem;
  }
}

/* #c-secHead
----------------------------------------------------------------- */
.c-secHead__title {
  text-align: center;
  font-size: 42px;
  font-size: 4.2rem;
  line-height: 0.9523809524;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
}
.c-secHead__title::before, .c-secHead__title::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.c-secHead__title::before {
  margin-top: calc((1 - 0.9523809524) * 0.5em);
}
.c-secHead__title::after {
  margin-bottom: calc((1 - 0.9523809524) * 0.5em);
}
@media screen and (max-width: 767px ) {
  .c-secHead__title {
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 1.6;
    letter-spacing: 0.05em;
    text-indent: 0.05em;
  }
  .c-secHead__title::before, .c-secHead__title::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
  }
  .c-secHead__title::before {
    margin-top: calc((1 - 1.6) * 0.5em);
  }
  .c-secHead__title::after {
    margin-bottom: calc((1 - 1.6) * 0.5em);
  }
}
.c-secHead__title span {
  display: inline-block;
}
.c-secHead__lead {
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  line-height: 2;
  letter-spacing: 0.2em;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  margin-top: 4rem;
}
.c-secHead__lead::before, .c-secHead__lead::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.c-secHead__lead::before {
  margin-top: calc((1 - 2) * 0.5em);
}
.c-secHead__lead::after {
  margin-bottom: calc((1 - 2) * 0.5em);
}
@media screen and (max-width: 767px ) {
  .c-secHead__lead {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.625;
    letter-spacing: 0.12em;
    margin-top: 2.5rem;
    width: 34rem;
    margin-left: auto;
    margin-right: auto;
  }
  .c-secHead__lead::before, .c-secHead__lead::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
  }
  .c-secHead__lead::before {
    margin-top: calc((1 - 1.625) * 0.5em);
  }
  .c-secHead__lead::after {
    margin-bottom: calc((1 - 1.625) * 0.5em);
  }
}

/* #c-linkBlock
----------------------------------------------------------------- */
.c-linkBlock {
  display: block;
  width: 100%;
  height: 100%;
}

/* #js-scrollEffect
----------------------------------------------------------------- */
.js-scrollEffect--fadeInUp {
  will-change: opacity, transform;
  opacity: 0;
  -webkit-transform: translateY(4rem);
          transform: translateY(4rem);
  -webkit-transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.js-scrollEffect--fadeInUp.action {
  opacity: 1 !important;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.js-scrollEffect--fadeIn {
  will-change: opacity;
  opacity: 0;
  -webkit-transition: opacity 0.5s cubic-bezier(0.76, 0.05, 0.86, 0.06);
  transition: opacity 0.5s cubic-bezier(0.76, 0.05, 0.86, 0.06);
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.js-scrollEffect--fadeIn.action {
  opacity: 1 !important;
}
.js-scrollEffect--slideIn {
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  will-change: clip-path;
  -webkit-transition: -webkit-clip-path 0.8s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: -webkit-clip-path 0.8s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: clip-path 0.8s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: clip-path 0.8s cubic-bezier(0.65, 0.05, 0.36, 1), -webkit-clip-path 0.8s cubic-bezier(0.65, 0.05, 0.36, 1);
}
.js-scrollEffect--slideIn.action {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}

/* #js-stickyMenu
----------------------------------------------------------------- */
@media screen and (max-width: 767px ) {
  .js-stickyMenu:before {
    content: "";
    display: block;
    width: 100vw;
    height: 100%;
    position: absolute;
    top: 0;
    left: -2.2rem;
    background-color: rgba(255, 255, 255, 0.9);
  }
  .js-stickyMenu.sticky {
    position: fixed;
    bottom: 0;
    z-index: 100;
  }
  .js-stickyMenu .p-nav__item {
    opacity: 1;
  }
}

/* #js-openning
----------------------------------------------------------------- */
.js-openning__image {
  will-change: opacity, transform;
  opacity: 0;
  -webkit-transition: opacity 3s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 3s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 3s cubic-bezier(0.215, 0.61, 0.355, 1), transform 3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 3s cubic-bezier(0.215, 0.61, 0.355, 1), transform 3s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
  -webkit-transform-origin: center;
          transform-origin: center;
}
.js-openning__attention {
  will-change: opacity, transform;
  opacity: 0;
  -webkit-transform: translateY(6rem);
          transform: translateY(6rem);
  -webkit-transition: opacity 1.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 1.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 1.5s cubic-bezier(0.215, 0.61, 0.355, 1), transform 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 1.5s cubic-bezier(0.215, 0.61, 0.355, 1), transform 1.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
.js-openning__title {
  will-change: opacity, transform;
  opacity: 0;
  -webkit-transform: translateY(6rem);
          transform: translateY(6rem);
  -webkit-transition: opacity 1.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 1.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 1.5s cubic-bezier(0.215, 0.61, 0.355, 1), transform 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 1.5s cubic-bezier(0.215, 0.61, 0.355, 1), transform 1.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
.js-openning__subTitle {
  will-change: opacity, transform;
  opacity: 0;
  -webkit-transform: translateY(6rem);
          transform: translateY(6rem);
  -webkit-transition: opacity 1.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 1.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 1.5s cubic-bezier(0.215, 0.61, 0.355, 1), transform 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 1.5s cubic-bezier(0.215, 0.61, 0.355, 1), transform 1.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
.js-openning__text {
  will-change: opacity, transform;
  opacity: 0;
  -webkit-transform: translateY(1rem);
          transform: translateY(1rem);
  -webkit-transition: opacity 2s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 2s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 2s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 2s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
.js-openning__bg {
  will-change: opacity, transform;
  opacity: 0;
  -webkit-transform: translateY(1rem);
          transform: translateY(1rem);
  -webkit-transition: opacity 2s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 2s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 2s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 2s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
.js-openning.loaded .js-openning__image {
  opacity: 1 !important;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.js-openning.loaded .js-openning__attention, .js-openning.loaded .js-openning__title, .js-openning.loaded .js-openning__subTitle, .js-openning.loaded .js-openning__text, .js-openning.loaded .js-openning__bg {
  opacity: 1 !important;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* ==========================================================================
 #project
========================================================================== */
/* #mv
----------------------------------------------------------------- */
.p-mv {
  position: relative;
}
.p-mv__imageArea {
  width: 100%;
  height: 33.3333333333vw;
  position: relative;
  background-image: url(../images/mv-image.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 767px ) {
  .p-mv__imageArea {
    height: 61rem;
    background-image: url(../images/mv-image-sp.jpg);
  }
}
.p-mv__container {
  width: 61.1111111111vw;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (max-width: 767px ) {
  .p-mv__container {
    width: 100%;
  }
}
.p-mv__subTitle {
  font-size: 1.4444444444vw;
  line-height: 1;
  letter-spacing: 0.16em;
  font-family: "Noto Serif JP", serif;
  color: #ffffff;
  position: absolute;
  left: 5.3333333333vw;
  top: 8.8888888889vw;
}
@media screen and (max-width: 767px ) {
  .p-mv__subTitle {
    font-size: 2rem;
    line-height: 1;
    letter-spacing: 0.25em;
    text-indent: 0.25em;
    left: 0;
    bottom: 25rem;
    top: auto;
    text-align: center;
    width: 100%;
  }
}
.p-mv__title {
  width: 22.1111111111vw;
  height: 9.1666666667vw;
  position: absolute;
  left: 7.2222222222vw;
  top: 12vw;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px ) {
  .p-mv__title {
    width: 32.2rem;
    height: 14rem;
    left: 50%;
    margin-left: -16.1rem;
    top: auto;
    bottom: 9.2rem;
  }
}
.p-mv__titleLine1 {
  display: block;
  width: 17.6666666667vw;
}
@media screen and (max-width: 767px ) {
  .p-mv__titleLine1 {
    width: 25.4rem;
  }
}
.p-mv__titleLine2 {
  display: block;
  width: 22.1111111111vw;
}
@media screen and (max-width: 767px ) {
  .p-mv__titleLine2 {
    width: 32.2rem;
  }
}
.p-mv__cursive {
  width: 18.8888888889vw;
  height: auto;
  position: absolute;
  left: 8.8888888889vw;
  top: 19.7777777778vw;
}
@media screen and (max-width: 767px ) {
  .p-mv__cursive {
    width: 29.2rem;
    left: 50%;
    margin-left: -14.6rem;
    top: auto;
    bottom: 8.1rem;
  }
}
.p-mv__textArea {
  width: 100%;
  padding: 4rem 0;
}
@media screen and (max-width: 767px ) {
  .p-mv__textArea {
    padding: 2.5rem;
  }
}
.p-mv__text {
  text-align: center;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.9090909091;
  letter-spacing: 0.2em;
  color: #404040;
  font-family: "Noto Serif JP", serif;
}
.p-mv__text::before, .p-mv__text::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.p-mv__text::before {
  margin-top: calc((1 - 1.9090909091) * 0.5em);
}
.p-mv__text::after {
  margin-bottom: calc((1 - 1.9090909091) * 0.5em);
}
@media screen and (max-width: 767px ) {
  .p-mv__text {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.6666666667;
    letter-spacing: 0.12em;
  }
  .p-mv__text::before, .p-mv__text::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
  }
  .p-mv__text::before {
    margin-top: calc((1 - 1.6666666667) * 0.5em);
  }
  .p-mv__text::after {
    margin-bottom: calc((1 - 1.6666666667) * 0.5em);
  }
}
.p-mv__titleLine1 {
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  will-change: clip-path;
  -webkit-transition: -webkit-clip-path 0.8s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: -webkit-clip-path 0.8s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: clip-path 0.8s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: clip-path 0.8s cubic-bezier(0.65, 0.05, 0.36, 1), -webkit-clip-path 0.8s cubic-bezier(0.65, 0.05, 0.36, 1);
}
.p-mv__titleLine2 {
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  will-change: clip-path;
  -webkit-transition: -webkit-clip-path 0.8s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: -webkit-clip-path 0.8s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: clip-path 0.8s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: clip-path 0.8s cubic-bezier(0.65, 0.05, 0.36, 1), -webkit-clip-path 0.8s cubic-bezier(0.65, 0.05, 0.36, 1);
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.p-mv__subTitle {
  will-change: opacity, transform;
  opacity: 0;
  -webkit-transform: translateY(2rem);
          transform: translateY(2rem);
  -webkit-transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}
.p-mv__cursive {
  will-change: opacity, transform;
  opacity: 0;
  -webkit-transform: translateY(2rem);
          transform: translateY(2rem);
  -webkit-transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}
.p-mv.loaded .p-mv__titleLine1 {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}
.p-mv.loaded .p-mv__titleLine2 {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}
.p-mv.loaded .p-mv__subTitle {
  opacity: 1 !important;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.p-mv.loaded .p-mv__cursive {
  opacity: 1 !important;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* #nav
----------------------------------------------------------------- */
@media screen and (max-width: 767px ) {
  .p-nav {
    height: 12.7rem;
    background-color: #ffffff;
    position: relative;
  }
}
.p-nav__list {
  width: 75.6rem;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px ) {
  .p-nav__list {
    width: 40rem;
    height: 12.7rem;
    padding: 2.2rem 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.p-nav__item {
  width: 32.5rem;
  height: 8rem;
}
@media screen and (max-width: 767px ) {
  .p-nav__item {
    width: 19.8rem;
    height: 6.5rem;
  }
}
.p-nav__link {
  width: 100%;
  height: 100%;
  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;
  position: relative;
  background-color: rgba(199, 190, 186, 0.6);
}
.p-nav__link:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -3rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 2rem;
  height: 1.4rem;
  background-image: url(../images/nav-arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (max-width: 767px ) {
  .p-nav__link:after {
    display: none;
  }
}
.p-nav__subTitle {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, -60%);
          transform: translate(-50%, -60%);
}
.p-nav__subTitle--subtitle1 {
  width: 17.1rem;
}
@media screen and (max-width: 767px ) {
  .p-nav__subTitle--subtitle1 {
    width: 10.6rem;
  }
}
.p-nav__subTitle--subtitle2 {
  width: 13.6rem;
}
@media screen and (max-width: 767px ) {
  .p-nav__subTitle--subtitle2 {
    width: 8.4rem;
  }
}
.p-nav__title {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.6666666667;
  letter-spacing: 0.1em;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 767px ) {
  .p-nav__title {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4285714286;
    letter-spacing: 0.1em;
  }
}
.p-nav__item {
  -webkit-transition: opacity 0.3s cubic-bezier(0.76, 0.05, 0.86, 0.06);
  transition: opacity 0.3s cubic-bezier(0.76, 0.05, 0.86, 0.06);
}
.p-nav__item:nth-of-type(1) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.p-nav__item:nth-of-type(2) {
  -webkit-transition-delay: 0.35s;
          transition-delay: 0.35s;
}

/* #colorNav
----------------------------------------------------------------- */
.p-colorNav {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.p-colorNav.active {
  opacity: 1;
  pointer-events: all;
}
.p-colorNav__list {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1.4rem;
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 1rem;
  z-index: 1000;
}
.p-colorNav__item {
  margin-top: 1.2rem;
}
.p-colorNav__link {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p-colorNav .p-colorNav__link--purple {
  background-color: #9aa0d5;
}
.p-colorNav.purple .p-colorNav__link--purple {
  width: 6px;
  height: 6px;
}
.p-colorNav .p-colorNav__link--beige {
  background-color: #b7ac93;
}
.p-colorNav.beige .p-colorNav__link--beige {
  width: 6px;
  height: 6px;
}
.p-colorNav .p-colorNav__link--pink {
  background-color: #e6aeae;
}
.p-colorNav.pink .p-colorNav__link--pink {
  width: 6px;
  height: 6px;
}
.p-colorNav .p-colorNav__link--charcoal {
  background-color: #707070;
}
.p-colorNav.charcoal .p-colorNav__link--charcoal {
  width: 6px;
  height: 6px;
}
.p-colorNav .p-colorNav__link--yellow {
  background-color: #ddca89;
}
.p-colorNav.yellow .p-colorNav__link--yellow {
  width: 6px;
  height: 6px;
}
.p-colorNav .p-colorNav__link--black {
  background-color: #000000;
}
.p-colorNav.black .p-colorNav__link--black {
  width: 6px;
  height: 6px;
}
.p-colorNav .p-colorNav__link--check {
  background-color: #a0a0a0;
}
.p-colorNav.check .p-colorNav__link--check {
  width: 6px;
  height: 6px;
}
.p-colorNav .p-colorNav__link--gray {
  background-color: #bebebe;
}
.p-colorNav.gray .p-colorNav__link--gray {
  width: 6px;
  height: 6px;
}

/* #sec1First
----------------------------------------------------------------- */
.p-sec1First {
  margin-top: 8.5rem;
  width: 100%;
  background-color: #efefef;
  padding: 5rem 0;
}
@media screen and (max-width: 767px ) {
  .p-sec1First {
    margin-top: 5rem;
    padding: 5rem 0;
  }
}
.p-sec1First__container {
  width: 110rem;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px ) {
  .p-sec1First__container {
    width: 43rem;
  }
}
@media screen and (max-width: 767px ) {
  .p-sec1First__container {
    width: 100%;
    -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;
    position: relative;
  }
}
.p-sec1First__image {
  width: 50%;
}
.p-sec1First__image img {
  width: 73rem;
  max-width: 73rem;
  margin-left: -9rem;
}
@media screen and (max-width: 767px ) {
  .p-sec1First__image {
    width: 95%;
    position: absolute;
    top: 11.5rem;
    left: 2.5%;
  }
  .p-sec1First__image img {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
  }
}
.p-sec1First__content {
  width: 50%;
  padding-left: 10.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px ) {
  .p-sec1First__content {
    width: 100%;
    padding-left: 0;
  }
}
.p-sec1First__title {
  color: #983d3d;
  font-size: 45px;
  font-size: 4.5rem;
  line-height: 0.8888888889;
  letter-spacing: 0.25em;
  text-align: center;
  text-indent: 0.25em;
  font-weight: 500;
  font-family: "Josefin Sans", sans-serif;
}
.p-sec1First__title::before, .p-sec1First__title::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.p-sec1First__title::before {
  margin-top: calc((1 - 0.8888888889) * 0.5em);
}
.p-sec1First__title::after {
  margin-bottom: calc((1 - 0.8888888889) * 0.5em);
}
@media screen and (max-width: 767px ) {
  .p-sec1First__title {
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 1.1111111111;
    letter-spacing: 0.3em;
    text-indent: 0.3em;
  }
  .p-sec1First__title::before, .p-sec1First__title::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
  }
  .p-sec1First__title::before {
    margin-top: calc((1 - 1.1111111111) * 0.5em);
  }
  .p-sec1First__title::after {
    margin-bottom: calc((1 - 1.1111111111) * 0.5em);
  }
}
.p-sec1First__subTitle {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2.5;
  letter-spacing: 0.08em;
  text-align: center;
  text-indent: 0.08em;
  font-weight: 500;
  margin-top: 2rem;
}
.p-sec1First__subTitle::before, .p-sec1First__subTitle::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.p-sec1First__subTitle::before {
  margin-top: calc((1 - 2.5) * 0.5em);
}
.p-sec1First__subTitle::after {
  margin-bottom: calc((1 - 2.5) * 0.5em);
}
@media screen and (max-width: 767px ) {
  .p-sec1First__subTitle {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2.8571428571;
    letter-spacing: 0.05em;
    text-indent: 0.05em;
  }
  .p-sec1First__subTitle::before, .p-sec1First__subTitle::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
  }
  .p-sec1First__subTitle::before {
    margin-top: calc((1 - 2.8571428571) * 0.5em);
  }
  .p-sec1First__subTitle::after {
    margin-bottom: calc((1 - 2.8571428571) * 0.5em);
  }
}
.p-sec1First__text {
  font-size: 23px;
  font-size: 2.3rem;
  line-height: 2.9565217391;
  letter-spacing: 0.06em;
  text-align: center;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  margin-top: 7.5rem;
}
.p-sec1First__text::before, .p-sec1First__text::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.p-sec1First__text::before {
  margin-top: calc((1 - 2.9565217391) * 0.5em);
}
.p-sec1First__text::after {
  margin-bottom: calc((1 - 2.9565217391) * 0.5em);
}
@media screen and (max-width: 767px ) {
  .p-sec1First__text {
    font-size: 20px;
    font-size: 2rem;
    line-height: 2.7;
    letter-spacing: 0.06em;
    margin-top: 42rem;
  }
  .p-sec1First__text::before, .p-sec1First__text::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
  }
  .p-sec1First__text::before {
    margin-top: calc((1 - 2.7) * 0.5em);
  }
  .p-sec1First__text::after {
    margin-bottom: calc((1 - 2.7) * 0.5em);
  }
}
.p-sec1First__textInline {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, #ffffff));
  background: linear-gradient(transparent 70%, #ffffff 0%);
}
.p-sec1First__credit {
  margin-top: 8.5rem;
  width: 25rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px ) {
  .p-sec1First__credit {
    margin-top: 6.6rem;
  }
}

/* #sec1Type
----------------------------------------------------------------- */
.p-sec1Type {
  background-color: #ffffff;
  margin-top: 13rem;
}
.p-sec1Type:first-of-type {
  margin-top: 0;
}
@media screen and (max-width: 767px ) {
  .p-sec1Type {
    margin-top: 10.5rem;
  }
}
.p-sec1Type__container {
  width: 102rem;
  margin-left: auto;
  margin-right: auto;
  background-color: #efefef;
}
.p-sec1Type__container:first-of-type {
  margin-top: 0;
}
@media screen and (max-width: 767px ) {
  .p-sec1Type__container {
    width: 33.6rem;
  }
}
.p-sec1Type__title {
  color: #983d3d;
  font-size: 45px;
  font-size: 4.5rem;
  line-height: 0.8888888889;
  letter-spacing: 0.3em;
  text-indent: 0.3em;
  text-align: center;
  font-weight: 500;
  font-family: "Josefin Sans", sans-serif;
  -webkit-transform: translateY(-45%);
          transform: translateY(-45%);
}
@media screen and (max-width: 767px ) {
  .p-sec1Type__title {
    font-size: 40px;
    font-size: 4rem;
    line-height: 1;
    letter-spacing: 0.4em;
    text-indent: 0.4em;
  }
}
.p-sec1Type__subTitle {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1;
  letter-spacing: 0.02em;
  text-indent: 0.02em;
  text-align: center;
  font-weight: 500;
}
@media screen and (max-width: 767px ) {
  .p-sec1Type__subTitle {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1;
    letter-spacing: 0.02em;
    text-indent: 0.02em;
  }
}
.p-sec1Type__main {
  width: 95rem;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 3rem;
}
.p-sec1Type__main--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px ) {
  .p-sec1Type__main {
    width: 100%;
    -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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p-sec1Type__mainLeft {
  width: 34.3137254902%;
}
@media screen and (max-width: 767px ) {
  .p-sec1Type__mainLeft {
    width: 100%;
  }
}
.p-sec1Type__image {
  width: 38rem;
}
@media screen and (max-width: 767px ) {
  .p-sec1Type__image {
    width: 26rem;
  }
}
.p-sec1Type__mainRight {
  width: 65.6862745098%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 3.8rem;
}
@media screen and (max-width: 767px ) {
  .p-sec1Type__mainRight {
    width: 100%;
    padding: 0;
  }
}
.p-sec1Type__list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -3.8rem;
}
@media screen and (max-width: 767px ) {
  .p-sec1Type__list {
    width: 35.5rem;
    margin-left: calc((33.6rem - 35.5rem) / 2);
    margin-top: 0;
  }
}
.p-sec1Type__item {
  width: 24rem;
  margin-left: 4.6rem;
  margin-top: 3.8rem;
}
.p-sec1Type__item:nth-of-type(odd) {
  margin-left: 0;
}
@media screen and (max-width: 767px ) {
  .p-sec1Type__item {
    width: 16.5rem;
    margin-left: 2.4rem;
    margin-top: 2.9rem;
  }
}
.p-sec1Type__itemImage {
  width: 100%;
}
.p-sec1Type__itemText {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6666666667;
  letter-spacing: 0.08em;
  margin-top: 1.5rem;
  text-align: justify;
}
.p-sec1Type__itemText::before, .p-sec1Type__itemText::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.p-sec1Type__itemText::before {
  margin-top: calc((1 - 1.6666666667) * 0.5em);
}
.p-sec1Type__itemText::after {
  margin-bottom: calc((1 - 1.6666666667) * 0.5em);
}
@media screen and (max-width: 767px ) {
  .p-sec1Type__itemText {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.7142857143;
    letter-spacing: 0.08em;
  }
  .p-sec1Type__itemText::before, .p-sec1Type__itemText::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
  }
  .p-sec1Type__itemText::before {
    margin-top: calc((1 - 1.7142857143) * 0.5em);
  }
  .p-sec1Type__itemText::after {
    margin-bottom: calc((1 - 1.7142857143) * 0.5em);
  }
}
.p-sec1Type__foot {
  margin-top: 2.4rem;
  padding-top: 3.3rem;
  padding-bottom: 3.6rem;
  width: 95rem;
  margin-left: auto;
  margin-right: auto;
  border-top: solid 1px #707070;
  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 screen and (max-width: 767px ) {
  .p-sec1Type__foot {
    margin-top: 5.1rem;
    padding-top: 4.3rem;
    padding-bottom: 3.9rem;
    width: 30.6rem;
  }
}
.p-sec1Type__item {
  will-change: opacity, transform;
  opacity: 0;
  -webkit-transform: translateY(4rem);
          transform: translateY(4rem);
  -webkit-transition: opacity 1.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 1.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 1.5s cubic-bezier(0.215, 0.61, 0.355, 1), transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 1.5s cubic-bezier(0.215, 0.61, 0.355, 1), transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.p-sec1Type__item:after {
  will-change: opacity;
  opacity: 0;
  -webkit-transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.p-sec1Type__list.action .p-sec1Type__item {
  opacity: 1 !important;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.p-sec1Type__list.action .p-sec1Type__item:nth-of-type(1) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.p-sec1Type__list.action .p-sec1Type__item:nth-of-type(2) {
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
.p-sec1Type__list.action .p-sec1Type__item:nth-of-type(3) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.p-sec1Type__list.action .p-sec1Type__item:nth-of-type(4) {
  -webkit-transition-delay: 0.55s;
          transition-delay: 0.55s;
}

/* #sec2Head
----------------------------------------------------------------- */
.p-sec2Head__image {
  width: 110rem;
  height: auto;
  margin: 2rem auto 0 auto;
}
@media screen and (max-width: 767px ) {
  .p-sec2Head__image {
    width: 96%;
    margin: 4rem auto 0 auto;
  }
}

/* #sec2Style
----------------------------------------------------------------- */
.p-sec2Style__container {
  width: 102rem;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px ) {
  .p-sec2Style__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    margin-top: 7.5rem;
  }
}
.p-sec2Style__container--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px ) {
  .p-sec2Style__container--reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-sec2Style__image {
  width: 50%;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px ) {
  .p-sec2Style__image {
    width: 100%;
  }
}
.p-sec2Style__bg {
  position: absolute;
  z-index: -1;
}
.p-sec2Style__cursive {
  position: absolute;
  z-index: 1;
}
.p-sec2Style__content {
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 4rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px ) {
  .p-sec2Style__content {
    width: 38rem;
    padding-left: 0;
    margin-top: 1.5rem;
  }
}
.p-sec2Style__color {
  font-size: 60px;
  font-size: 6rem;
  line-height: 0.6666666667;
  letter-spacing: 0.2em;
  font-weight: 500;
  font-family: "Josefin Sans", sans-serif;
}
.p-sec2Style__color::before, .p-sec2Style__color::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.p-sec2Style__color::before {
  margin-top: calc((1 - 0.6666666667) * 0.5em);
}
.p-sec2Style__color::after {
  margin-bottom: calc((1 - 0.6666666667) * 0.5em);
}
@media screen and (max-width: 767px ) {
  .p-sec2Style__color {
    font-size: 40px;
    font-size: 4rem;
    line-height: 1;
    letter-spacing: 0.3em;
  }
  .p-sec2Style__color::before, .p-sec2Style__color::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
  }
  .p-sec2Style__color::before {
    margin-top: calc((1 - 1) * 0.5em);
  }
  .p-sec2Style__color::after {
    margin-bottom: calc((1 - 1) * 0.5em);
  }
}
.p-sec2Style__badge {
  display: inline-block;
  width: 13.1rem;
  height: 4.7rem;
  margin-left: 2.4rem;
  background: center/contain no-repeat url(../images/sec2-title-badge1.png);
}
@media screen and (max-width: 767px ) {
  .p-sec2Style__badge {
    width: 12rem;
    height: 4.3rem;
    margin-left: 0.8rem;
    margin-bottom: 1.6rem;
    vertical-align: middle;
  }
}
.p-sec2Style__title {
  font-family: "Noto Serif JP", serif;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  margin-top: 4rem;
}
.p-sec2Style__title::before, .p-sec2Style__title::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.p-sec2Style__title::before {
  margin-top: calc((1 - 1.5) * 0.5em);
}
.p-sec2Style__title::after {
  margin-bottom: calc((1 - 1.5) * 0.5em);
}
@media screen and (max-width: 767px ) {
  .p-sec2Style__title {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.7;
    letter-spacing: 0.06em;
    margin-top: 1.5rem;
  }
}
.p-sec2Style__text {
  width: 38rem;
  font-family: "Noto Serif JP", serif;
  text-align: justify;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.04em;
  margin-top: 2rem;
}
.p-sec2Style__text::before, .p-sec2Style__text::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.p-sec2Style__text::before {
  margin-top: calc((1 - 2) * 0.5em);
}
.p-sec2Style__text::after {
  margin-bottom: calc((1 - 2) * 0.5em);
}
@media screen and (max-width: 767px ) {
  .p-sec2Style__text {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.8571428571;
    letter-spacing: 0.06em;
    margin-top: 1.5rem;
    width: 37.5rem;
  }
}
.p-sec2Style__credit {
  margin-top: 4rem;
}
@media screen and (max-width: 767px ) {
  .p-sec2Style__credit {
    margin-top: 3.5rem;
  }
}
.p-sec2Style--purple .p-sec2Style__color {
  color: #9aa0d5;
}
.p-sec2Style--purple .p-sec2Style__bg {
  background-color: #9aa0d5;
}
.p-sec2Style--purple .c-credit__link {
  color: #9aa0d5;
  border: 1px solid #9aa0d5;
  background-color: #ffffff;
}
.p-sec2Style--purple .c-credit__link:hover {
  color: #ffffff;
  background-color: #9aa0d5;
}
.p-sec2Style--purple .c-credit__link--first {
  color: #ffffff;
  border: 1px solid #9aa0d5;
  background-color: #9aa0d5;
}
.p-sec2Style--purple .c-credit__link--first:hover {
  color: #9aa0d5;
  background-color: #ffffff;
}
.p-sec2Style--purple .c-credit__button:hover {
  background-color: #9aa0d5;
}
.p-sec2Style--beige .p-sec2Style__color {
  color: #b7ac93;
}
.p-sec2Style--beige .p-sec2Style__bg {
  background-color: #b7ac93;
}
.p-sec2Style--beige .c-credit__link {
  color: #b7ac93;
  border: 1px solid #b7ac93;
  background-color: #ffffff;
}
.p-sec2Style--beige .c-credit__link:hover {
  color: #ffffff;
  background-color: #b7ac93;
}
.p-sec2Style--beige .c-credit__link--first {
  color: #ffffff;
  border: 1px solid #b7ac93;
  background-color: #b7ac93;
}
.p-sec2Style--beige .c-credit__link--first:hover {
  color: #b7ac93;
  background-color: #ffffff;
}
.p-sec2Style--beige .c-credit__button:hover {
  background-color: #b7ac93;
}
.p-sec2Style--pink .p-sec2Style__color {
  color: #e6aeae;
}
.p-sec2Style--pink .p-sec2Style__bg {
  background-color: #e6aeae;
}
.p-sec2Style--pink .c-credit__link {
  color: #e6aeae;
  border: 1px solid #e6aeae;
  background-color: #ffffff;
}
.p-sec2Style--pink .c-credit__link:hover {
  color: #ffffff;
  background-color: #e6aeae;
}
.p-sec2Style--pink .c-credit__link--first {
  color: #ffffff;
  border: 1px solid #e6aeae;
  background-color: #e6aeae;
}
.p-sec2Style--pink .c-credit__link--first:hover {
  color: #e6aeae;
  background-color: #ffffff;
}
.p-sec2Style--pink .c-credit__button:hover {
  background-color: #e6aeae;
}
.p-sec2Style--charcoal .p-sec2Style__color {
  color: #707070;
}
.p-sec2Style--charcoal .p-sec2Style__bg {
  background-color: #707070;
}
.p-sec2Style--charcoal .c-credit__link {
  color: #707070;
  border: 1px solid #707070;
  background-color: #ffffff;
}
.p-sec2Style--charcoal .c-credit__link:hover {
  color: #ffffff;
  background-color: #707070;
}
.p-sec2Style--charcoal .c-credit__link--first {
  color: #ffffff;
  border: 1px solid #707070;
  background-color: #707070;
}
.p-sec2Style--charcoal .c-credit__link--first:hover {
  color: #707070;
  background-color: #ffffff;
}
.p-sec2Style--charcoal .c-credit__button:hover {
  background-color: #707070;
}
.p-sec2Style--yellow .p-sec2Style__color {
  color: #ddca89;
}
.p-sec2Style--yellow .p-sec2Style__bg {
  background-color: #ddca89;
}
.p-sec2Style--yellow .c-credit__link {
  color: #ddca89;
  border: 1px solid #ddca89;
  background-color: #ffffff;
}
.p-sec2Style--yellow .c-credit__link:hover {
  color: #ffffff;
  background-color: #ddca89;
}
.p-sec2Style--yellow .c-credit__link--first {
  color: #ffffff;
  border: 1px solid #ddca89;
  background-color: #ddca89;
}
.p-sec2Style--yellow .c-credit__link--first:hover {
  color: #ddca89;
  background-color: #ffffff;
}
.p-sec2Style--yellow .c-credit__button:hover {
  background-color: #ddca89;
}
.p-sec2Style--black .p-sec2Style__color {
  color: #000000;
}
.p-sec2Style--black .p-sec2Style__bg {
  background-color: #000000;
}
.p-sec2Style--black .c-credit__link {
  color: #000000;
  border: 1px solid #000000;
  background-color: #ffffff;
}
.p-sec2Style--black .c-credit__link:hover {
  color: #ffffff;
  background-color: #000000;
}
.p-sec2Style--black .c-credit__link--first {
  color: #ffffff;
  border: 1px solid #000000;
  background-color: #000000;
}
.p-sec2Style--black .c-credit__link--first:hover {
  color: #000000;
  background-color: #ffffff;
}
.p-sec2Style--black .c-credit__button:hover {
  background-color: #000000;
}
.p-sec2Style--check .p-sec2Style__color {
  color: #a0a0a0;
}
.p-sec2Style--check .p-sec2Style__bg {
  background-color: #a0a0a0;
}
.p-sec2Style--check .c-credit__link {
  color: #a0a0a0;
  border: 1px solid #a0a0a0;
  background-color: #ffffff;
}
.p-sec2Style--check .c-credit__link:hover {
  color: #ffffff;
  background-color: #a0a0a0;
}
.p-sec2Style--check .c-credit__link--first {
  color: #ffffff;
  border: 1px solid #a0a0a0;
  background-color: #a0a0a0;
}
.p-sec2Style--check .c-credit__link--first:hover {
  color: #a0a0a0;
  background-color: #ffffff;
}
.p-sec2Style--check .c-credit__button:hover {
  background-color: #a0a0a0;
}
.p-sec2Style--gray .p-sec2Style__color {
  color: #bebebe;
}
.p-sec2Style--gray .p-sec2Style__bg {
  background-color: #bebebe;
}
.p-sec2Style--gray .c-credit__link {
  color: #bebebe;
  border: 1px solid #bebebe;
  background-color: #ffffff;
}
.p-sec2Style--gray .c-credit__link:hover {
  color: #ffffff;
  background-color: #bebebe;
}
.p-sec2Style--gray .c-credit__link--first {
  color: #ffffff;
  border: 1px solid #bebebe;
  background-color: #bebebe;
}
.p-sec2Style--gray .c-credit__link--first:hover {
  color: #bebebe;
  background-color: #ffffff;
}
.p-sec2Style--gray .c-credit__button:hover {
  background-color: #bebebe;
}
.p-sec2Style--purple .p-sec2Style__linkBlock {
  width: 42.9rem;
  margin-left: auto;
  margin-right: 2rem;
}
@media screen and (max-width: 767px ) {
  .p-sec2Style--purple .p-sec2Style__linkBlock {
    width: 27.9rem;
    margin-left: 6.4rem;
    margin-right: auto;
  }
}
.p-sec2Style--purple .p-sec2Style__bg {
  width: 40.5rem;
  height: 53rem;
  top: 18.36rem;
  right: 6.1rem;
}
@media screen and (max-width: 767px ) {
  .p-sec2Style--purple .p-sec2Style__bg {
    width: 26rem;
    height: 34rem;
    top: 12.4rem;
    right: 7.9rem;
  }
}
.p-sec2Style--purple .p-sec2Style__cursive {
  width: 12.6rem;
  height: 7rem;
  top: -2.3rem;
  right: 18rem;
}
@media screen and (max-width: 767px ) {
  .p-sec2Style--purple .p-sec2Style__cursive {
    width: 8.142rem;
    height: 4.006rem;
    top: -0.5rem;
    right: 18.5rem;
  }
}
.p-sec2Style--beige .p-sec2Style__linkBlock {
  width: 81.2rem;
  margin-left: -7rem;
  margin-right: auto;
}
@media screen and (max-width: 767px ) {
  .p-sec2Style--beige .p-sec2Style__linkBlock {
    width: 33.35rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-sec2Style--beige .p-sec2Style__cursive {
  width: 20.1rem;
  height: 5.3rem;
  top: -5rem;
  left: 32.3rem;
}
@media screen and (max-width: 767px ) {
  .p-sec2Style--beige .p-sec2Style__cursive {
    width: 12.679rem;
    height: 2.838rem;
    top: -0.5rem;
    left: 26.5rem;
  }
}
.p-sec2Style--pink .p-sec2Style__linkBlock {
  width: 35rem;
  margin-left: auto;
  margin-right: 3.7rem;
}
@media screen and (max-width: 767px ) {
  .p-sec2Style--pink .p-sec2Style__linkBlock {
    width: 22.6rem;
    margin-left: auto;
    margin-right: 9.4rem;
  }
}
.p-sec2Style--pink .p-sec2Style__bg {
  width: 75.7rem;
  height: 28.3rem;
  top: 46.5rem;
  right: 13.8rem;
}
@media screen and (max-width: 767px ) {
  .p-sec2Style--pink .p-sec2Style__bg {
    width: 100%;
    height: 12.8rem;
    top: 35.8rem;
    right: 0rem;
  }
}
.p-sec2Style--pink .p-sec2Style__cursive {
  width: 17.6rem;
  height: 8.9rem;
  top: 10.4rem;
  right: 31.3rem;
}
@media screen and (max-width: 767px ) {
  .p-sec2Style--pink .p-sec2Style__cursive {
    width: 8.8rem;
    height: 4rem;
    top: 8.48rem;
    right: 26.5rem;
  }
}
.p-sec2Style--charcoal .p-sec2Style__linkBlock {
  width: 47.6rem;
  margin-left: 7rem;
  margin-right: auto;
}
@media screen and (max-width: 767px ) {
  .p-sec2Style--charcoal .p-sec2Style__linkBlock {
    width: 30.9rem;
    margin-left: 8.9rem;
    margin-right: auto;
  }
}
.p-sec2Style--charcoal .p-sec2Style__bg {
  width: 50.2rem;
  height: 29.3rem;
  top: 33rem;
  left: 13.8rem;
}
@media screen and (max-width: 767px ) {
  .p-sec2Style--charcoal .p-sec2Style__bg {
    width: 32.1rem;
    height: 18.7rem;
    top: 22rem;
    left: 4.9rem;
  }
}
.p-sec2Style--charcoal .p-sec2Style__cursive {
  width: 14.4rem;
  height: 7.9rem;
  top: -3rem;
  left: 21.6rem;
}
@media screen and (max-width: 767px ) {
  .p-sec2Style--charcoal .p-sec2Style__cursive {
    width: 7rem;
    height: 3.9rem;
    top: -1.7rem;
    left: 19.6rem;
  }
}
.p-sec2Style--yellow .p-sec2Style__linkBlock {
  width: 45.8rem;
  margin-left: auto;
  margin-right: -3.8rem;
}
@media screen and (max-width: 767px ) {
  .p-sec2Style--yellow .p-sec2Style__linkBlock {
    width: 29.3rem;
    margin-left: auto;
    margin-right: 4.9rem;
  }
}
.p-sec2Style--yellow .p-sec2Style__bg {
  width: 36.4rem;
  height: 53rem;
  top: 28rem;
  right: 9.2rem;
}
@media screen and (max-width: 767px ) {
  .p-sec2Style--yellow .p-sec2Style__bg {
    width: 23.2rem;
    height: 33.9rem;
    top: 17.9rem;
    right: 13.3rem;
  }
}
.p-sec2Style--yellow .p-sec2Style__cursive {
  width: 16.9rem;
  height: 4.9rem;
  top: 12.5rem;
  right: 28.9rem;
}
@media screen and (max-width: 767px ) {
  .p-sec2Style--yellow .p-sec2Style__cursive {
    width: 11.6rem;
    height: 2.8rem;
    top: 8rem;
    right: 25.6rem;
  }
}
.p-sec2Style--black .p-sec2Style__linkBlock {
  width: 91.9rem;
  margin-left: -8.7rem;
  margin-right: auto;
}
@media screen and (max-width: 767px ) {
  .p-sec2Style--black .p-sec2Style__linkBlock {
    width: 33.5rem;
    margin-left: 4.725rem;
    margin-right: auto;
  }
}
.p-sec2Style--black .p-sec2Style__cursive {
  width: 15.3rem;
  height: 8.2rem;
  top: 0rem;
  left: 16.2rem;
}
@media screen and (max-width: 767px ) {
  .p-sec2Style--black .p-sec2Style__cursive {
    width: 8.8rem;
    height: 4rem;
    top: 7.9rem;
    left: 4.6rem;
  }
}
.p-sec2Style--check .p-sec2Style__linkBlock {
  width: 39.4rem;
  margin-left: auto;
  margin-right: 0;
}
@media screen and (max-width: 767px ) {
  .p-sec2Style--check .p-sec2Style__linkBlock {
    width: 25.1rem;
    margin-left: 8.7rem;
    margin-right: auto;
  }
}
.p-sec2Style--check .p-sec2Style__bg {
  width: 74.5rem;
  height: 26.5rem;
  top: 58.15rem;
  right: 15rem;
}
@media screen and (max-width: 767px ) {
  .p-sec2Style--check .p-sec2Style__bg {
    width: 100%;
    height: 17rem;
    top: 37.3rem;
    right: 0rem;
  }
}
.p-sec2Style--check .p-sec2Style__cursive {
  width: 10.2rem;
  height: 10.3rem;
  top: 13rem;
  right: 25.4rem;
}
@media screen and (max-width: 767px ) {
  .p-sec2Style--check .p-sec2Style__cursive {
    width: 5.1rem;
    height: 5.15rem;
    top: 8.3rem;
    right: 26.9rem;
  }
}
.p-sec2Style--gray .p-sec2Style__linkBlock {
  width: 40.2rem;
  margin-left: 8.2rem;
  margin-right: auto;
}
@media screen and (max-width: 767px ) {
  .p-sec2Style--gray .p-sec2Style__linkBlock {
    width: 25.8rem;
    margin-left: 9.6rem;
    margin-right: auto;
  }
}
.p-sec2Style--gray .p-sec2Style__bg {
  width: 48.6rem;
  height: 56.7rem;
  top: 24.56rem;
  left: 7.3rem;
}
@media screen and (max-width: 767px ) {
  .p-sec2Style--gray .p-sec2Style__bg {
    width: 31.145rem;
    height: 36.292rem;
    top: 15.75rem;
    left: 5.8rem;
  }
}
.p-sec2Style--gray .p-sec2Style__cursive {
  width: 16.1rem;
  height: 5.3rem;
  top: 11.44rem;
  left: 2.2rem;
}
@media screen and (max-width: 767px ) {
  .p-sec2Style--gray .p-sec2Style__cursive {
    width: 8.05rem;
    height: 2.65rem;
    top: 7.3rem;
    left: 4.2rem;
  }
}
.p-sec2Style__bg {
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  will-change: clip-path;
  -webkit-transition: -webkit-clip-path 1s cubic-bezier(0.86, 0, 0.07, 1);
  transition: -webkit-clip-path 1s cubic-bezier(0.86, 0, 0.07, 1);
  transition: clip-path 1s cubic-bezier(0.86, 0, 0.07, 1);
  transition: clip-path 1s cubic-bezier(0.86, 0, 0.07, 1), -webkit-clip-path 1s cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.p-sec2Style__linkBlock {
  will-change: opacity;
  opacity: 0;
  -webkit-transition: opacity 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.p-sec2Style__cursive {
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  will-change: clip-path;
  -webkit-transition: -webkit-clip-path 1s cubic-bezier(0.86, 0, 0.07, 1);
  transition: -webkit-clip-path 1s cubic-bezier(0.86, 0, 0.07, 1);
  transition: clip-path 1s cubic-bezier(0.86, 0, 0.07, 1);
  transition: clip-path 1s cubic-bezier(0.86, 0, 0.07, 1), -webkit-clip-path 1s cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.p-sec2Style__content {
  will-change: opacity, transform;
  opacity: 0;
  -webkit-transform: translateY(3rem);
          transform: translateY(3rem);
  -webkit-transition: opacity 1.2s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 1.2s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 1.2s cubic-bezier(0.215, 0.61, 0.355, 1), transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 1.2s cubic-bezier(0.215, 0.61, 0.355, 1), transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.p-sec2Style.action .p-sec2Style__bg {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}
.p-sec2Style.action .p-sec2Style__linkBlock {
  opacity: 1;
}
.p-sec2Style.action .p-sec2Style__cursive {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}
.p-sec2Style.action .p-sec2Style__content {
  opacity: 1;
  -webkit-transform: translateY(0rem);
          transform: translateY(0rem);
}

/* #sec2Nav
----------------------------------------------------------------- */
.p-sec2Nav {
  margin-top: 8.7rem;
  width: 110rem;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px ) {
  .p-sec2Nav {
    width: 43rem;
  }
}
@media screen and (max-width: 767px ) {
  .p-sec2Nav {
    margin-top: 5.2rem;
    -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;
  }
}
@media screen and (max-width: 767px ) {
  .p-sec2Nav__item {
    margin-top: 1.2rem;
  }
}
.p-sec2Nav__item:only-of-type {
  margin-inline: auto;
}
.p-sec2Nav__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50.3rem;
  height: 5.4rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(199, 190, 186, 0.6);
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  text-indent: 0.1em;
}
@media screen and (max-width: 767px ) {
  .p-sec2Nav__link {
    width: 37.5rem;
    height: 4.4rem;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1;
    letter-spacing: 0.1em;
  }
}
.p-sec2Nav__link:after {
  content: "";
  display: block;
  width: 2.1rem;
  height: 2rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 3.8rem;
  background-image: url(../images/sec2-nav-arrow.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px ) {
  .p-sec2Nav__link:after {
    right: 3rem;
  }
}
.p-sec2Nav__item {
  will-change: opacity, transform;
  opacity: 0;
  -webkit-transform: translateY(4rem);
          transform: translateY(4rem);
  -webkit-transition: opacity 1.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 1.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 1.5s cubic-bezier(0.215, 0.61, 0.355, 1), transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 1.5s cubic-bezier(0.215, 0.61, 0.355, 1), transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.p-sec2Nav__item:after {
  will-change: opacity;
  opacity: 0;
  -webkit-transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.p-sec2Nav.action .p-sec2Nav__item {
  opacity: 1 !important;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.p-sec2Nav.action .p-sec2Nav__item:nth-of-type(1) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.p-sec2Nav.action .p-sec2Nav__item:nth-of-type(2) {
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}

/* #mainFoot
----------------------------------------------------------------- */
.p-mainFoot {
  width: 100%;
}
.p-mainFoot__container {
  width: 110rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px ) {
  .p-mainFoot__container {
    width: 43rem;
  }
}
.p-mainFoot__image {
  width: 70rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px ) {
  .p-mainFoot__image {
    width: 36rem;
  }
}
.p-mainFoot__title {
  margin-top: 5rem;
  font-size: 35px;
  font-size: 3.5rem;
  line-height: 1.4285714286;
  letter-spacing: 0.06em;
  font-weight: 700;
  text-align: center;
}
.p-mainFoot__title span {
  display: inline-block;
}
@media screen and (max-width: 767px ) {
  .p-mainFoot__title {
    margin-top: 4rem;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.5454545455;
    letter-spacing: 0.04em;
  }
}
.p-mainFoot__text {
  margin-top: 3rem;
  font-size: 20px;
  font-size: 2rem;
  line-height: 2;
  letter-spacing: 0.12em;
  text-align: center;
}
@media screen and (max-width: 767px ) {
  .p-mainFoot__text {
    margin-top: 2.5rem;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.8666666667;
    letter-spacing: 0.08em;
  }
}

/* ==========================================================================
 #utility
========================================================================== */
/* #pcsp
----------------------------------------------------------------- */
@media screen and (min-width: 768px) {
  .u-pcNone {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .u-spNone {
    display: none !important;
  }
}