@charset "UTF-8";
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
*, ::before, ::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

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

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg, img, embed, object, iframe {
  vertical-align: bottom;
}

button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  -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;
}

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

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

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

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

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

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

[type=number] {
  -moz-appearance: textfield;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

body {
  font-family: A1ゴシック M, sans-serif;
  font-size: 16px;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  line-height: 2;
  letter-spacing: 0.075em;
}
.l-wrapper {
  width: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

img {
  max-width: 100%;
}

.c-en {
  font-family: "Roboto", sans-serif;
}

.c-inner {
  width: 90%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .c-inner {
    width: 88.54%;
  }
}

.c-grid {
  display: -ms-grid;
  display: grid;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .c-grid {
    gap: 5px;
  }
}
.c-grid a {
  display: block;
  width: 100%;
  position: relative;
}
.c-grid img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.c-grid .c-grid__overlay {
  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: #fff;
  font-size: 43px;
  font-weight: bold;
  letter-spacing: 0.075em;
  background-color: rgba(87, 87, 87, 0.5);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.c-grid .c-grid__overlay p {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 0.3s ease 0.1s;
  transition: all 0.3s ease 0.1s;
}
@media screen and (min-width: 768px) {
  .c-grid a:hover .c-grid__overlay {
    opacity: 1;
  }
  .c-grid a:hover .c-grid__overlay p {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.c-grid + .c-button {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .c-grid + .c-button {
    margin-top: 42px;
  }
}

.c-wbr {
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .c-sp {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .c-pc {
    display: none !important;
  }
}

.js-fade {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  will-change: transform, opacity;
}

.js-fade-heading .js-line {
  overflow: hidden;
}

.js-fade-parent > * {
  opacity: 0;
}

.js-fv {
  position: relative;
  height: 100vh;
  min-height: auto !important;
  overflow: hidden;
}
.js-fv .js-fv-fixed {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
}

.js-en span, .js-ja span {
  display: inline-block !important;
}

.c-bg-wrapper {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .c-bg-wrapper {
    opacity: 0;
  }
}
.c-bg-wrapper .c-bg {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
}

[data-pos=half] .c-bg-wrapper {
  width: 62.5%;
  left: 75%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.c-link {
  position: relative;
}
.c-link span:not([class]) {
  color: transparent;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #f93a33), color-stop(50%, #000));
  background: linear-gradient(to right, #f93a33 50%, #000 50%);
  -webkit-background-clip: text;
          background-clip: text;
  background-size: 200% 100%;
  background-position: right center;
  -webkit-transition: background-position 0.3s ease;
  transition: background-position 0.3s ease;
}
@media screen and (min-width: 768px) {
  .c-link:hover span {
    background-position: left center;
  }
}

.c-button {
  width: 325px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .c-button {
    width: 295px;
  }
}
.c-button a {
  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;
  height: 84px;
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.075em;
  border: 2px solid #f93a33;
  border-radius: 42px;
  background-color: #f93a33;
}
@media screen and (min-width: 768px) {
  .c-button a {
    -webkit-transition: background-color 0.4s ease, color 0.4s ease;
    transition: background-color 0.4s ease, color 0.4s ease;
  }
  .c-button a:hover {
    color: #f93a33;
    background-color: #f5f1e9;
  }
}
@media screen and (max-width: 767px) {
  .c-button a {
    font-size: 23px;
    height: 76px;
    border-radius: 38px;
  }
}

/* :::::::::::::::::::::::::::::::::::::::::::: */
/* ヘッダー
/* :::::::::::::::::::::::::::::::::::::::::::: */
.l-header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 1000;
  opacity: 0;
}
.is-header-fadeIn .l-header {
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  opacity: 1 !important;
}
.l-header {
  /* :::::::::::::::::::::::::::::::::::::::::::: */
  /* ナビボタン
  /* :::::::::::::::::::::::::::::::::::::::::::: */
}
.l-header .l-header-button {
  width: 95px;
  height: 95px;
  border-radius: 50%;
  background-color: #f93a33;
  position: fixed;
  top: 36px;
  right: 36px;
  z-index: 101;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}
@media screen and (max-width: 767px) {
  .l-header .l-header-button {
    width: 51px;
    height: 51px;
    top: 13px;
    right: 13px;
  }
}
.is-menu-open .l-header .l-header-button {
  background-color: #f5f1e9;
}
.l-header .l-header-button .l-header-button__inner {
  width: 53px;
  height: 27px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .l-header .l-header-button .l-header-button__inner {
    width: 28px;
    height: 14px;
  }
}
.l-header .l-header-button .l-header-button__inner div, .l-header .l-header-button .l-header-button__inner::before, .l-header .l-header-button .l-header-button__inner::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.is-menu-open .l-header .l-header-button .l-header-button__inner div, .is-menu-open .l-header .l-header-button .l-header-button__inner::before, .is-menu-open .l-header .l-header-button .l-header-button__inner::after {
  background-color: #f93a33;
}
.l-header .l-header-button .l-header-button__inner div {
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.is-menu-open .l-header .l-header-button .l-header-button__inner div {
  opacity: 0;
}
.l-header .l-header-button .l-header-button__inner::before {
  top: 0;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.is-menu-open .l-header .l-header-button .l-header-button__inner::before {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.l-header .l-header-button .l-header-button__inner::after {
  top: 100%;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
}
.is-menu-open .l-header .l-header-button .l-header-button__inner::after {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.l-header {
  /* :::::::::::::::::::::::::::::::::::::::::::: */
  /* メニュー・ボタンの背景
  /* :::::::::::::::::::::::::::::::::::::::::::: */
}
.l-header .l-header-bg {
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: #f5f1e9;
  position: fixed;
  top: 0;
  right: 0;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  pointer-events: none;
}
.is-menu-open .l-header .l-header-bg {
  background-color: #f93a33;
  width: max(300vw, 300vh) !important;
  height: max(300vw, 300vh) !important;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.is-menu-bg-set .l-header .l-header-bg {
  width: 415px;
  height: 415px;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
@media screen and (max-width: 767px) {
  .is-menu-bg-set .l-header .l-header-bg {
    width: 204px;
    height: 204px;
  }
}
.l-header {
  /* :::::::::::::::::::::::::::::::::::::::::::: */
  /* メニュー
  /* :::::::::::::::::::::::::::::::::::::::::::: */
}
.l-header .l-header-nav {
  width: 100%;
  height: 100vh;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .l-header .l-header-nav {
    overflow-y: scroll;
    overflow-x: hidden;
  }
}
.is-menu-open .l-header .l-header-nav {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.4s ease 0.4s;
  transition: all 0.4s ease 0.4s;
  pointer-events: auto;
}
.l-header .l-header-nav .l-header-nav__inner {
  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;
  width: 96%;
  max-width: 1130px;
  gap: 5%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .l-header .l-header-nav .l-header-nav__inner {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    min-height: 550px;
    padding: 22vh 20px 13.5vh;
    position: static;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
.l-header .l-header-nav .l-header-nav__logo {
  width: min(319px, 30%);
  margin-top: -135px;
}
@media screen and (max-width: 767px) {
  .l-header .l-header-nav .l-header-nav__logo {
    display: none;
  }
}
.l-header .l-header-nav .l-header-nav__logo a {
  display: block;
}
.l-header .l-header-nav .l-header-nav__main {
  width: min(610px, 65%);
}
@media screen and (max-width: 767px) {
  .l-header .l-header-nav .l-header-nav__main {
    width: 100%;
  }
}
.l-header .l-header-nav .l-header-nav__main a {
  display: inline-block;
  color: #fff !important;
  font-weight: bold;
  padding-left: 37px;
  position: relative;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .l-header .l-header-nav .l-header-nav__main a {
    padding-left: 20px;
  }
}
.l-header .l-header-nav .l-header-nav__main a span:not([class]) {
  color: #fff;
  background-clip: initial;
  background: none;
}
.l-header .l-header-nav .l-header-nav__main a::before {
  content: "";
  display: block;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.l-header .l-header-nav .l-header-nav__main .__group {
  width: 47%;
}
@media screen and (max-width: 767px) {
  .l-header .l-header-nav .l-header-nav__main .__group {
    width: 50%;
  }
}
.l-header .l-header-nav .l-header-nav__main .__parents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-header .l-header-nav .l-header-nav__main .__parent {
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .l-header .l-header-nav .l-header-nav__main .__parent {
    margin-bottom: 23px;
  }
}
.l-header .l-header-nav .l-header-nav__main .__parent > a {
  font-size: min(32px, 3.125vw);
  letter-spacing: 0.075em;
  padding-right: 50px;
}
@media screen and (max-width: 767px) {
  .l-header .l-header-nav .l-header-nav__main .__parent > a {
    font-size: min(20px, 4.5vw);
    white-space: nowrap;
    padding-right: 30px;
  }
}
.l-header .l-header-nav .l-header-nav__main .__parent > a::before {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .l-header .l-header-nav .l-header-nav__main .__parent > a::before {
    width: 7px;
    height: 7px;
  }
}
@media screen and (min-width: 768px) {
  .l-header .l-header-nav .l-header-nav__main .__parent > a:hover::before {
    -webkit-transform: translateY(-50%) scale(1.6);
            transform: translateY(-50%) scale(1.6);
  }
}
.l-header .l-header-nav .l-header-nav__main .__parent > a[target=_blank]::after {
  content: "";
  display: block;
  width: 35px;
  height: 24px;
  background: url("../images/common/ico_link_white.svg") center center/contain no-repeat;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .l-header .l-header-nav .l-header-nav__main .__parent > a[target=_blank]::after {
    width: 22px;
    height: 15px;
  }
}
.l-header .l-header-nav .l-header-nav__main .__children {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .l-header .l-header-nav .l-header-nav__main .__children {
    margin-top: 10px;
  }
}
.l-header .l-header-nav .l-header-nav__main .__child {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .l-header .l-header-nav .l-header-nav__main .__child {
    margin-bottom: 9px;
  }
}
.l-header .l-header-nav .l-header-nav__main .__child > a {
  display: inline-block;
  font-size: min(24px, 2.34375vw);
}
@media screen and (max-width: 767px) {
  .l-header .l-header-nav .l-header-nav__main .__child > a {
    font-size: 12px;
  }
}
.l-header .l-header-nav .l-header-nav__main .__child > a::before {
  width: 20px;
  height: 3.5px;
}
@media screen and (max-width: 767px) {
  .l-header .l-header-nav .l-header-nav__main .__child > a::before {
    width: 13px;
    height: 2px;
  }
}
@media screen and (min-width: 768px) {
  .l-header .l-header-nav .l-header-nav__main .__child > a:hover::before {
    -webkit-transform: translateY(-50%) scale(1, 2);
            transform: translateY(-50%) scale(1, 2);
  }
}
.l-header {
  /* :::::::::::::::::::::::::::::::::::::::::::: */
  /* ロゴ
  /* :::::::::::::::::::::::::::::::::::::::::::: */
}
.l-header .l-header-logo {
  display: block;
  width: min(235px, 30%);
  margin-top: 58px;
  position: fixed;
  top: 0;
  left: 36px;
  z-index: 999;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 767px) {
  .l-header .l-header-logo {
    width: 124px;
    margin-top: 22px;
    left: 13px;
  }
}
.is-menu-open .l-header .l-header-logo {
  opacity: 0 !important;
  pointer-events: none;
}
.l-header .l-header-logo .l-header-logo__bg {
  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;
  height: 50px;
  border-radius: 25px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .l-header .l-header-logo .l-header-logo__bg {
    height: 26px;
    border-radius: 13px;
  }
}
.l-header .l-header-logo #logo {
  display: block;
  width: 90%;
  max-width: 176px;
  fill: #000;
}
@media screen and (max-width: 767px) {
  .l-header .l-header-logo #logo {
    width: 93px;
  }
}
.l-header .l-header-logo #logo .cls {
  fill: #000;
  stroke: #000;
  stroke-width: 0;
  -webkit-transition: fill 0.3s ease 0.4s;
  transition: fill 0.3s ease 0.4s;
}
.is-menu-open .l-header .l-header-logo #logo .cls {
  fill: #fff;
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
.top .l-header .l-header-logo {
  opacity: 0;
}
.l-header {
  /* :::::::::::::::::::::::::::::::::::::::::::: */
  /* SNS
  /* :::::::::::::::::::::::::::::::::::::::::::: */
}
.l-header .__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  bottom: 38px;
  left: 35px;
  z-index: 9;
}
@media screen and (max-width: 767px) {
  .l-header .__sns {
    padding: 0 20px;
    position: static;
  }
}
.l-header .__sns li + li {
  margin-left: 14px;
}
.l-header .__sns a {
  display: block;
  width: 37px;
  height: 37px;
  padding: 0;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media screen and (min-width: 768px) {
  .l-header .__sns a:hover {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
.l-header .__sns img {
  display: block;
  width: 100%;
}
.l-header {
  /* :::::::::::::::::::::::::::::::::::::::::::: */
  /* トップページ調整
  /* :::::::::::::::::::::::::::::::::::::::::::: */
}
.is-header-fadeIn .p-top .l-header .__nav_button {
  opacity: 0;
}

.l-footer {
  padding: 425px 0 35px;
  position: relative;
  -webkit-transition: all 4s ease 0s;
  transition: all 4s ease 0s;
}
@media screen and (max-width: 767px) {
  .l-footer {
    margin-top: 0;
    padding: 95px 0 0;
    z-index: 11;
  }
}
.l-footer .l-footer__wave {
  width: 100%;
  margin-bottom: -1px;
}
@media screen and (max-width: 767px) {
  .l-footer .l-footer__bg {
    padding: 60px 0 25px;
    background-color: #fff;
  }
}
.l-footer .c-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  opacity: 0;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
@media screen and (max-width: 767px) {
  .l-footer .c-inner {
    display: block;
    opacity: 1;
  }
}
.is-footer-show .l-footer .c-inner {
  opacity: 1;
  -webkit-transition: all 0.8s ease 0.3s;
  transition: all 0.8s ease 0.3s;
}
.l-footer .l-footer__info {
  max-width: 30%;
}
@media screen and (max-width: 767px) {
  .l-footer .l-footer__info {
    max-width: none;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 218px 1fr;
    grid-template-columns: 218px 1fr;
    -ms-grid-rows: 90px 1fr;
    grid-template-rows: 90px 1fr;
  }
  .l-footer .l-footer__info > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .l-footer .l-footer__info > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .l-footer .l-footer__info > *:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .l-footer .l-footer__info > *:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
}
.l-footer .l-footer__logo {
  width: 218px;
}
@media screen and (max-width: 767px) {
  .l-footer .l-footer__logo {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
  }
}
.l-footer .__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .l-footer .__sns {
    display: block;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    margin-top: 17px;
  }
}
.l-footer .__sns li + li {
  margin-left: 14px;
}
@media screen and (max-width: 767px) {
  .l-footer .__sns li + li {
    margin: 14px 0 0 0;
  }
}
.l-footer .__sns a {
  display: block;
  width: 36px;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media screen and (max-width: 767px) {
  .l-footer .__sns a {
    margin: 0 0 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .l-footer .__sns a:hover {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
.l-footer .__sns img {
  display: block;
  width: 100%;
}
.l-footer .l-footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px 30px;
  margin-top: 110px;
}
@media screen and (max-width: 767px) {
  .l-footer .l-footer__links {
    margin-top: 0;
  }
}
.l-footer .l-footer__official {
  font-size: 19px;
}
@media screen and (max-width: 767px) {
  .l-footer .l-footer__official {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
  }
}
.l-footer .l-footer__official a {
  display: inline-block;
  padding: 0 30px 0 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-footer .l-footer__official a {
    padding: 0 25px 0 20px;
  }
}
.l-footer .l-footer__official a::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #f93a33;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.l-footer .l-footer__official a::after {
  content: "";
  display: block;
  width: 20px;
  height: 14px;
  background: url("../images/common/ico_link.svg") center center/contain no-repeat;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.l-footer .l-footer__official .c-en {
  font-weight: bold;
}
.l-footer .l-footer__menu {
  width: 536px;
  max-width: 65%;
}
@media screen and (max-width: 767px) {
  .l-footer .l-footer__menu {
    width: 100%;
    max-width: none;
    margin-top: 20px;
  }
}
.l-footer .l-footer__menu a {
  display: inline-block;
  font-weight: bold;
  padding: 0 0 0 20px;
  position: relative;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .l-footer .l-footer__menu a {
    white-space: nowrap;
  }
}
.l-footer .l-footer__menu a::before {
  content: "";
  display: block;
  background-color: #f93a33;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.l-footer .l-footer__menu a[target=_blank] {
  padding-right: 30px;
}
@media screen and (max-width: 767px) {
  .l-footer .l-footer__menu a[target=_blank] {
    padding-right: 25px;
  }
}
.l-footer .l-footer__menu a[target=_blank]::after {
  content: "";
  display: block;
  width: 20px;
  height: 14px;
  background: url("../images/common/ico_link.svg") center center/contain no-repeat;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.l-footer .l-footer__menu .__parents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .l-footer .l-footer__menu .__group {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .l-footer .l-footer__menu .__group:first-child {
    width: 100%;
    margin-bottom: 20px;
  }
}
.l-footer .l-footer__menu .__parent {
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .l-footer .l-footer__menu .__parent {
    margin-bottom: 17px;
  }
}
.l-footer .l-footer__menu .__parent:last-child {
  margin-bottom: 0;
}
.l-footer .l-footer__menu .__parent > a {
  font-size: min(19px, 5vw);
  letter-spacing: 0.075em;
}
.l-footer .l-footer__menu .__parent > a::before {
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
.l-footer .l-footer__menu .__children {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .l-footer .l-footer__menu .__children {
    margin-top: 8px;
  }
}
.l-footer .l-footer__menu .__child {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .l-footer .l-footer__menu .__child {
    margin-top: 5px;
  }
}
.l-footer .l-footer__menu .__child > a {
  font-size: 14px;
}
.l-footer .l-footer__menu .__child > a::before {
  width: 12px;
  height: 2px;
}
.l-footer .l-footer__copyright {
  font-size: 11px;
  letter-spacing: 0.175em;
  width: 100%;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .l-footer .l-footer__copyright {
    line-height: 1.63;
    margin-top: 37px;
  }
}

.js-size {
  width: 100vw;
  height: 100lvh;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  z-index: -1;
}

.l-background-canvas,
.l-image-canvas,
.l-footer-canvas {
  position: fixed;
  width: 100%;
  height: 100lvh;
  top: 0;
  left: 0;
  pointer-events: none;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.l-image-canvas {
  display: none;
}
@media screen and (max-width: 767px) {
  .l-image-canvas {
    display: block;
    z-index: 10;
  }
}

@media screen and (max-width: 767px) {
  .l-footer-canvas {
    display: none;
  }
}

.l-page-index .c-inner {
  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;
  max-width: 1200px;
  height: 100lvh;
}
@media screen and (max-width: 767px) {
  .l-page-index .c-inner {
    display: block;
    width: 80%;
    height: auto;
    min-height: 100lvh;
  }
}
@media screen and (max-width: 767px) {
  .l-page-index .l-page-index__name {
    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;
    height: 45vh;
    font-size: 48px;
  }
}
.l-page-index .l-page-index__menu {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.075em;
  width: min(400px, 40%);
}
@media screen and (max-width: 767px) {
  .l-page-index .l-page-index__menu {
    font-size: 20px;
    width: 100%;
    margin-top: 70px;
  }
}
.l-page-index .l-page-index__menu li {
  opacity: 0;
}
.l-page-index .l-page-index__menu li + li {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .l-page-index .l-page-index__menu li + li {
    margin-top: 10px;
  }
}
.l-page-index .l-page-index__menu a {
  display: inline-block;
  padding-left: 37px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-page-index .l-page-index__menu a {
    padding-left: 20px;
  }
}
.l-page-index .l-page-index__menu a::before {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: #f93a33;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .l-page-index .l-page-index__menu a::before {
    width: 10px;
    height: 10px;
  }
}

.l-page-bg {
  height: 100lvh;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .l-page-bg {
    overflow: visible;
    z-index: 11;
  }
}
.l-page-bg .c-inner {
  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;
  height: 100lvh;
  mix-blend-mode: exclusion;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .l-page-bg .c-inner {
    height: 100lvh;
  }
}
.l-page-bg .l-page-bg__name,
.l-page-bg .l-page-bg__clone {
  color: #000;
  font-size: min(100px, 6.25vw);
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-page-bg .l-page-bg__name,
  .l-page-bg .l-page-bg__clone {
    font-size: 40px;
    line-height: 1.2;
    word-break: break-all;
  }
}
.l-page-bg .l-page-bg__name span,
.l-page-bg .l-page-bg__clone span {
  display: block;
}
.is-theme-white .l-page-bg .l-page-bg__name,
.is-theme-white .l-page-bg .l-page-bg__clone {
  color: #fff;
}
.is-theme-gray .l-page-bg .l-page-bg__name,
.is-theme-gray .l-page-bg .l-page-bg__clone {
  color: #A0A0A0;
}
.l-page-bg .l-page-bg__s {
  font-size: 0.6em;
}
.l-page-bg .l-page-bg__name {
  position: fixed;
  top: 45lvh;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  opacity: 1;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.l-page-bg .l-page-bg__name.is-hide {
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .l-page-bg .l-page-bg__clone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 25px;
    height: 27vh;
    position: fixed;
    top: 0;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .l-page-bg .l-page-bg__clone.is-fixed {
    opacity: 1;
  }
  .is-fadein-pattern-name .l-page-bg .l-page-bg__clone {
    opacity: 0;
  }
}
.l-page-bg .l-page-bg__bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .l-page-bg .l-page-bg__bg {
    display: none;
  }
}
.l-page-bg .l-page-bg__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.is-background-rb .l-page-bg .l-page-bg__bg img {
  -o-object-position: right bottom;
     object-position: right bottom;
}

.l-post-password {
  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;
  height: 100vh;
}
.l-post-password .__form {
  text-align: center;
}
.l-post-password .__form input[type=password] {
  padding: 5px 20px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  background-color: #fff;
  outline: none !important;
}
.l-post-password .__form input[type=submit] {
  color: #fff;
  margin-left: 10px;
  background-color: #f93a33;
  border-radius: 5px;
  padding: 5px 20px;
}

#sb_instagram {
  margin-bottom: 80px;
  padding-bottom: 0px !important;
}
@media screen and (max-width: 767px) {
  #sb_instagram {
    margin-bottom: 42px;
  }
}
#sb_instagram #sbi_images {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr 10px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
  padding-bottom: 0px !important;
}
@media screen and (max-width: 767px) {
  #sb_instagram #sbi_images {
    -ms-grid-columns: 1fr 5px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 5px;
  }
}
#sb_instagram #sbi_images .svg-inline--fa {
  display: none;
}
#sb_instagram #sbi_images .sbi_photo {
  display: block;
  aspect-ratio: 1/1;
  height: auto !important;
  padding-bottom: 0 !important;
  position: relative;
  overflow: hidden;
}
#sb_instagram #sbi_images .sbi_photo img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
#sb_instagram #sbi_images .sbi_photo:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
#sb_instagram #sbi_images .sbi-screenreader {
  display: none;
}

/* :::::::::::::::::::::::::::::::::::::::::::: */
/* トップページ
/* :::::::::::::::::::::::::::::::::::::::::::: */
.is-menu-close .p-top .l-header-button {
  opacity: 1;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.p-top .l-header-logo {
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .p-top .l-image-canvas {
    opacity: 0;
  }
}
.p-top {
  /* :::::::::::::::::::::::::::::::::::::::::::: */
  /* トップページ内のヘッダー
  /* :::::::::::::::::::::::::::::::::::::::::::: */
}
.p-top .p-top-common__heading {
  line-height: 1.4;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .p-top .p-top-common__heading {
    margin-bottom: 35px;
  }
}
.p-top .p-top-common__heading span {
  display: block;
}
.p-top .p-top-common__heading .c-en {
  font-size: min(100px, 9.765625vw);
  font-weight: bold;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 767px) {
  .p-top .p-top-common__heading .c-en {
    font-size: 52px;
  }
}
.p-top .p-top-common__heading .js-ja {
  font-size: 25px;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 767px) {
  .p-top .p-top-common__heading .js-ja {
    font-size: 18px;
  }
}
.p-top {
  /* :::::::::::::::::::::::::::::::::::::::::::: */
  /* メインビジュアル
  /* :::::::::::::::::::::::::::::::::::::::::::: */
}
.p-top .p-top-mv {
  width: 100%;
  height: 100vh;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top .p-top-mv {
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 768px) {
  .is-session .p-top .p-top-mv .c-bg:nth-child(1) {
    -webkit-transition: opacity 1s ease;
    transition: opacity 1s ease;
    opacity: 1 !important;
  }
}
.p-top .p-top-mv {
  /* :::::::::::::::::::::::::::::::::::::::::::: */
  /* ローディング（SVG）
  /* :::::::::::::::::::::::::::::::::::::::::::: */
}
.p-top .p-top-mv .p-top-mv__loading {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-top .p-top-mv .p-top-mv__loading {
    width: 80%;
    top: 50%;
  }
  .p-top .p-top-mv .p-top-mv__loading svg {
    display: block;
    width: 100%;
  }
}
.p-top .p-top-mv svg .svg-elem-1 {
  stroke-dashoffset: 715.6928100586px;
  stroke-dasharray: 715.6928100586px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 0.6s cubic-bezier(0.47, 0, 0.745, 0.715) 0s, fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
  transition: stroke-dashoffset 0.6s cubic-bezier(0.47, 0, 0.745, 0.715) 0s, fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
}
.p-top .p-top-mv svg.active .svg-elem-1 {
  stroke-dashoffset: 0;
  fill: rgb(35, 24, 21);
}
.p-top .p-top-mv svg .svg-elem-2 {
  stroke-dashoffset: 474.7465820313px;
  stroke-dasharray: 474.7465820313px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.05s, fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
  transition: stroke-dashoffset 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.05s, fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
}
.p-top .p-top-mv svg.active .svg-elem-2 {
  stroke-dashoffset: 0;
  fill: rgb(35, 24, 21);
}
.p-top .p-top-mv svg .svg-elem-3 {
  stroke-dashoffset: 322.0498046875px;
  stroke-dasharray: 322.0498046875px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.1s, fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
  transition: stroke-dashoffset 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.1s, fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
}
.p-top .p-top-mv svg.active .svg-elem-3 {
  stroke-dashoffset: 0;
  fill: rgb(35, 24, 21);
}
.p-top .p-top-mv svg .svg-elem-4 {
  stroke-dashoffset: 70.620010376px;
  stroke-dasharray: 70.620010376px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.15s, fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
  transition: stroke-dashoffset 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.15s, fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
}
.p-top .p-top-mv svg.active .svg-elem-4 {
  stroke-dashoffset: 0;
  fill: rgb(35, 24, 21);
}
.p-top .p-top-mv svg .svg-elem-5 {
  stroke-dashoffset: 289.5073242188px;
  stroke-dasharray: 289.5073242188px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.2s, fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
  transition: stroke-dashoffset 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.2s, fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
}
.p-top .p-top-mv svg.active .svg-elem-5 {
  stroke-dashoffset: 0;
  fill: rgb(35, 24, 21);
}
.p-top .p-top-mv svg .svg-elem-6 {
  stroke-dashoffset: 280.8640441895px;
  stroke-dasharray: 280.8640441895px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.25s, fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
  transition: stroke-dashoffset 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.25s, fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
}
.p-top .p-top-mv svg.active .svg-elem-6 {
  stroke-dashoffset: 0;
  fill: rgb(35, 24, 21);
}
.p-top .p-top-mv svg .svg-elem-7 {
  stroke-dashoffset: 193.5809783936px;
  stroke-dasharray: 193.5809783936px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.3s, fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
  transition: stroke-dashoffset 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.3s, fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
}
.p-top .p-top-mv svg.active .svg-elem-7 {
  stroke-dashoffset: 0;
  fill: rgb(35, 24, 21);
}
.p-top .p-top-mv svg .svg-elem-8 {
  stroke-dashoffset: 193.5810546875px;
  stroke-dasharray: 193.5810546875px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.3s, fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
  transition: stroke-dashoffset 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.3s, fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
}
.p-top .p-top-mv svg.active .svg-elem-8 {
  stroke-dashoffset: 0;
  fill: rgb(35, 24, 21);
}
.p-top .p-top-mv svg .svg-elem-9 {
  stroke-dashoffset: 278.1373901367px;
  stroke-dasharray: 278.1373901367px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.4s, fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
  transition: stroke-dashoffset 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.4s, fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
}
.p-top .p-top-mv svg.active .svg-elem-9 {
  stroke-dashoffset: 0;
  fill: rgb(35, 24, 21);
}
.p-top .p-top-mv svg .svg-elem-10 {
  stroke-dashoffset: 158.2761535645px;
  stroke-dasharray: 158.2761535645px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.45s, fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
  transition: stroke-dashoffset 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.45s, fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
}
.p-top .p-top-mv svg.active .svg-elem-10 {
  stroke-dashoffset: 0;
  fill: rgb(35, 24, 21);
}
.p-top .p-top-mv svg .svg-elem-11 {
  stroke-dashoffset: 247.3666992188px;
  stroke-dasharray: 247.3666992188px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.5s, fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
  transition: stroke-dashoffset 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.5s, fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
}
.p-top .p-top-mv svg.active .svg-elem-11 {
  stroke-dashoffset: 0;
  fill: rgb(35, 24, 21);
}
.p-top .p-top-mv svg .svg-elem-12 {
  stroke-dashoffset: 224.4219360352px;
  stroke-dasharray: 224.4219360352px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.55s, fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
  transition: stroke-dashoffset 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0.55s, fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
}
.p-top .p-top-mv svg.active .svg-elem-12 {
  stroke-dashoffset: 0;
  fill: rgb(35, 24, 21);
}
.p-top .p-top-mv svg .svg-elem-13 {
  stroke-dashoffset: 85.9596405029px;
  stroke-dasharray: 85.9596405029px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0s, fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
  transition: stroke-dashoffset 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0s, fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
}
.p-top .p-top-mv svg.active .svg-elem-13 {
  stroke-dashoffset: 0;
  fill: rgb(35, 24, 21);
}
.p-top .p-top-mv svg .svg-elem-14 {
  stroke-dashoffset: 182.5940704346px;
  stroke-dasharray: 182.5940704346px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0s, fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
  transition: stroke-dashoffset 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0s, fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
}
.p-top .p-top-mv svg.active .svg-elem-14 {
  stroke-dashoffset: 0;
  fill: rgb(35, 24, 21);
}
.p-top .p-top-mv .c-bg {
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .p-top .p-top-mv .c-bg {
    height: 60%;
  }
}
.p-top .p-top-mv .p-top-mv__content {
  width: 85%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media (max-width: 1280px) {
  .p-top .p-top-mv .p-top-mv__content {
    width: 92%;
  }
}
@media screen and (max-width: 767px) {
  .p-top .p-top-mv .p-top-mv__content {
    width: 87.2vw;
  }
}
.p-top .p-top-mv .p-top-mv__logo {
  width: 318px;
  max-width: 20vw;
  padding-top: 25vh;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .p-top .p-top-mv .p-top-mv__logo {
    width: 215px;
    max-width: none;
    padding-top: 56.6666666667vh;
  }
}
.p-top .p-top-mv .p-top-mv__menu {
  font-size: 19px;
  font-weight: bold;
  letter-spacing: 0.075em;
  margin-top: 33vh;
}
@media screen and (max-width: 767px) {
  .p-top .p-top-mv .p-top-mv__menu {
    font-size: 15px;
    margin-top: 50px;
  }
}
.p-top .p-top-mv .p-top-mv__menu li {
  opacity: 0;
}
.p-top .p-top-mv .p-top-mv__menu li + li {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .p-top .p-top-mv .p-top-mv__menu li + li {
    margin-top: 8px;
  }
}
.p-top .p-top-mv .p-top-mv__menu a {
  display: inline-block;
  padding-left: 21px;
  position: relative;
}
.p-top .p-top-mv .p-top-mv__menu a::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #f93a33;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-top .p-top-mv {
  /* :::::::::::::::::::::::::::::::::::::::::::: */
  /* 初回アニメーション
  /* :::::::::::::::::::::::::::::::::::::::::::: */
}
.p-top .p-top-mv.is-animated .p-top-mv__loading {
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .p-top .p-top-mv.is-animated .c-bg:nth-child(1) {
    -webkit-transition: none;
    transition: none;
  }
}
.p-top .p-top-mv.is-animated .p-top-mv__logo {
  opacity: 1;
  -webkit-transition: opacity 0.4s ease 0.1s;
  transition: opacity 0.4s ease 0.1s;
}
.p-top .p-top-mv.is-animated .p-top-mv__menu li {
  opacity: 1;
}
.p-top .p-top-mv.is-animated .p-top-mv__menu li:nth-child(1) {
  -webkit-transition: opacity 0.4s ease 0.1s;
  transition: opacity 0.4s ease 0.1s;
}
.p-top .p-top-mv.is-animated .p-top-mv__menu li:nth-child(2) {
  -webkit-transition: opacity 0.4s ease 0.2s;
  transition: opacity 0.4s ease 0.2s;
}
.p-top .p-top-mv.is-animated .p-top-mv__menu li:nth-child(3) {
  -webkit-transition: opacity 0.4s ease 0.3s;
  transition: opacity 0.4s ease 0.3s;
}
.p-top .p-top-mv.is-animated .p-top-mv__menu li:nth-child(4) {
  -webkit-transition: opacity 0.4s ease 0.4s;
  transition: opacity 0.4s ease 0.4s;
}
.p-top .p-top-mv .p-top-mv__scroll {
  text-align: center;
  width: 145px;
  position: fixed;
  right: -30px;
  bottom: 0;
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  -webkit-transform: translate(0, -145px) rotate(90deg);
          transform: translate(0, -145px) rotate(90deg);
}
.p-top .p-top-mv .p-top-mv__scroll p {
  display: inline-block;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.075em;
  padding-bottom: 25px;
  position: relative;
}
.p-top .p-top-mv .p-top-mv__scroll::before, .p-top .p-top-mv .p-top-mv__scroll::after {
  content: "";
  display: block;
  background-color: #fff;
  position: absolute;
}
.p-top .p-top-mv .p-top-mv__scroll::before {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-animation: scrollCircle ease 2s infinite;
          animation: scrollCircle ease 2s infinite;
  will-change: right;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@-webkit-keyframes scrollCircle {
  0% {
    opacity: 0;
    right: 0;
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    right: calc(100% - 7px);
  }
}
@keyframes scrollCircle {
  0% {
    opacity: 0;
    right: 0;
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    right: calc(100% - 7px);
  }
}
.p-top .p-top-mv .p-top-mv__scroll::after {
  height: 1px;
  bottom: 6px;
  right: 0;
  left: 0;
}
.p-top {
  /* :::::::::::::::::::::::::::::::::::::::::::: */
  /* Concept
  /* :::::::::::::::::::::::::::::::::::::::::::: */
}
.p-top .p-top-concept {
  padding-top: 40vh;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top .p-top-concept {
    padding-top: 0;
  }
}
.p-top .p-top-concept .c-inner {
  max-width: 1200px;
}
@media screen and (min-width: 768px) {
  .p-top .p-top-concept .c-bg-wrapper .c-bg {
    width: 77.5625%;
  }
}
.p-top .p-top-concept .p-top-concept__heading {
  font-size: min(40px, 3.90625vw);
  font-weight: 500;
  letter-spacing: 0.2em;
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .p-top .p-top-concept .p-top-concept__heading {
    font-size: 29px;
    line-height: 1.8;
    margin-bottom: 30px;
  }
}
.p-top .p-top-concept .p-top-concept__content p {
  font-size: 20px;
  font-weight: 500;
  line-height: 3;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .p-top .p-top-concept .p-top-concept__content p {
    font-size: 15px;
    line-height: 2.7333;
  }
}
.p-top .p-top-concept .p-top-concept__content p + p {
  margin-top: 2em;
}
@media screen and (max-width: 767px) {
  .p-top .p-top-concept .p-top-concept__content p + p {
    margin-top: 1.4em;
  }
}
.p-top {
  /* :::::::::::::::::::::::::::::::::::::::::::: */
  /* パッターンズ・インスタグラム共通
  /* :::::::::::::::::::::::::::::::::::::::::::: */
}
@media screen and (max-width: 767px) {
  .p-top .p-top-patterns,
  .p-top .p-top-instagram {
    padding: 100px 0;
  }
}
.p-top .p-top-patterns .c-inner,
.p-top .p-top-instagram .c-inner {
  max-width: 1586px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-top .p-top-patterns .c-inner,
  .p-top .p-top-instagram .c-inner {
    width: 100%;
  }
}
.p-top .p-top-patterns .c-grid,
.p-top .p-top-instagram .c-grid {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}
@media screen and (max-width: 767px) {
  .p-top .p-top-patterns .c-grid,
  .p-top .p-top-instagram .c-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
.p-top {
  /* :::::::::::::::::::::::::::::::::::::::::::: */
  /* パターンズ
  /* :::::::::::::::::::::::::::::::::::::::::::: */
}
.p-top .p-top-patterns {
  padding: 370px 0 0;
}
@media screen and (max-width: 767px) {
  .p-top .p-top-patterns {
    margin-top: 0;
    padding: 100px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .p-top .p-top-patterns li {
    width: 100%;
    aspect-ratio: 185/170;
  }
}
.p-top .p-top-patterns li a {
  aspect-ratio: 522/512;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-top .p-top-patterns li a {
    height: 100%;
  }
}
.p-top .p-top-patterns li img {
  width: 400%;
  height: 400%;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .p-top .p-top-patterns li img {
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.p-top {
  /* :::::::::::::::::::::::::::::::::::::::::::: */
  /* Items
  /* :::::::::::::::::::::::::::::::::::::::::::: */
}
.p-top .p-top-items {
  padding-top: 240px;
  padding-bottom: 50vh;
}
@media screen and (max-width: 767px) {
  .p-top .p-top-items {
    padding-top: 100px;
  }
}
.p-top .p-top-items .c-inner {
  width: 100%;
  max-width: 1586px;
}
.p-top .p-top-items .c-grid {
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 767px) {
  .p-top .p-top-items .c-grid li {
    width: 100%;
    aspect-ratio: 185/170;
  }
  .p-top .p-top-items .c-grid li a {
    height: 100%;
  }
  .p-top .p-top-items .c-grid li img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.p-top {
  /* :::::::::::::::::::::::::::::::::::::::::::: */
  /* Concept
  /* :::::::::::::::::::::::::::::::::::::::::::: */
}
.p-top .p-top-about {
  position: relative;
  padding-top: 250px;
}
@media screen and (max-width: 767px) {
  .p-top .p-top-about {
    padding-top: 100px;
    margin-top: 0;
  }
}
.p-top .p-top-about .c-inner {
  max-width: 1200px;
  height: 100%;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .p-top .p-top-about .c-inner {
    width: 87.2vw;
    -webkit-transform: none;
            transform: none;
  }
}
@media screen and (max-width: 767px) {
  .p-top .p-top-about .p-top-about__content {
    position: static;
  }
}
.p-top .p-top-about .p-top-about__heading {
  margin-bottom: 75px;
}
@media screen and (max-width: 767px) {
  .p-top .p-top-about .p-top-about__heading {
    margin-bottom: 25px;
  }
}
.p-top .p-top-about .p-top-about__heading span {
  display: block;
}
.p-top .p-top-about .p-top-about__heading .c-en {
  font-size: min(35px, 3.41796875vw);
  font-weight: bold;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-top .p-top-about .p-top-about__heading .c-en {
    font-size: 30px;
    line-height: 1.84;
    margin-bottom: 25px;
  }
}
.p-top .p-top-about .p-top-about__heading .js-ja {
  font-size: min(45px, 4.39453125vw);
  font-weight: 500;
  line-height: 1.83;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .p-top .p-top-about .p-top-about__heading .js-ja {
    font-size: 25px;
  }
}
.p-top .p-top-about .p-top-about__text {
  font-size: 20px;
  line-height: 2.05;
  letter-spacing: 0.2em;
  width: 60%;
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .p-top .p-top-about .p-top-about__text {
    font-size: 15px;
    line-height: 2.7333;
    width: 80%;
    min-width: 300px;
    margin-bottom: 45px;
  }
}
.p-top .p-top-about .c-button {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-top .p-top-about .c-button {
    margin: 0 auto;
  }
}
.p-top .p-top-about .p-top-about__img {
  width: calc(50vw + 355px);
  margin: 0 0 0 auto;
  position: relative;
  z-index: 1;
}
.p-top .p-top-about .p-top-about__img img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-top .p-top-about .c-bg-wrapper .c-bg {
    width: 72.1875%;
    background-position: right center;
  }
}
.p-top .p-top-news {
  padding-top: 500px;
}
@media screen and (max-width: 767px) {
  .p-top .p-top-news {
    padding-top: 100px;
  }
}
.p-top .p-top-news .c-inner {
  max-width: 1200px;
}
.p-top .p-top-news .p-top-news__heading {
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .p-top .p-top-news .p-top-news__heading {
    margin-bottom: 40px;
  }
}
.p-top .p-top-news .p-top-news__heading span {
  display: block;
}
.p-top .p-top-news .p-top-news__heading .c-en {
  font-size: 35px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-top .p-top-news .p-top-news__heading .c-en {
    font-size: 30px;
    margin-bottom: 10px;
  }
}
.p-top .p-top-news .p-top-news__heading .js-ja {
  font-size: 45px;
  font-weight: 500;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .p-top .p-top-news .p-top-news__heading .js-ja {
    font-size: 25px;
  }
}
.p-top .p-top-news .p-top-news__achives {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  will-change: transform;
}
.p-top .p-top-news .p-top-news__achives li {
  width: 365px;
  min-width: 365px;
  will-change: transform;
}
@media screen and (max-width: 767px) {
  .p-top .p-top-news .p-top-news__achives li {
    width: 227px;
    min-width: 227px;
  }
}
.p-top .p-top-news .p-top-news__achives li + li {
  margin-left: 68px;
}
@media screen and (max-width: 767px) {
  .p-top .p-top-news .p-top-news__achives li + li {
    margin-left: 42px;
  }
}
.p-top .p-top-news .p-top-news__achives li:nth-child(odd) {
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
}
@media screen and (max-width: 767px) {
  .p-top .p-top-news .p-top-news__achives li:nth-child(odd) {
    -webkit-transform: translateY(27px);
            transform: translateY(27px);
  }
}
.p-top .p-top-news .p-top-news__achives a {
  display: block;
}
.p-top .p-top-news .p-top-news__achives .__thumb {
  aspect-ratio: 365/365;
  margin-bottom: 28px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-top .p-top-news .p-top-news__achives .__thumb {
    margin-bottom: 14px;
  }
}
.p-top .p-top-news .p-top-news__achives img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
@media screen and (min-width: 768px) {
  .p-top .p-top-news .p-top-news__achives a:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.p-top .p-top-news .p-top-news__achives time {
  display: block;
  color: #f93a33;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-top .p-top-news .p-top-news__achives time {
    font-size: 12px;
  }
}
.p-top .p-top-news .p-top-news__achives h3 {
  font-size: 15px;
  line-height: 1.666;
}
@media screen and (max-width: 767px) {
  .p-top .p-top-news .p-top-news__achives h3 {
    line-height: 1.455;
    margin-top: 0.7em;
  }
}
.p-top .p-top-news .c-button {
  margin: 115px 0 0;
}
@media screen and (max-width: 767px) {
  .p-top .p-top-news .c-button {
    margin: 60px auto 0;
  }
}
.p-top .p-top-instagram {
  padding-top: 370px;
}
@media screen and (max-width: 767px) {
  .p-top .p-top-instagram {
    padding-top: 100px;
  }
}

/* MVスライダー */
.p-top-mv__slider .c-bg.no-trigger {
  opacity: 0;
}

/* :::::::::::::::::::::::::::::::::::::::::::: */
/* Patterns
/* :::::::::::::::::::::::::::::::::::::::::::: */
.p-patterns svg {
  display: block;
  width: min(426px, 33.28125vw);
}
@media screen and (max-width: 767px) {
  .p-patterns svg {
    width: 203px;
  }
}
.p-patterns svg .svg-elem-1 {
  stroke-dashoffset: 318.7541809082px;
  stroke-dasharray: 318.7541809082px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0s, fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.3s;
  transition: stroke-dashoffset 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0s, fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.3s;
}
.p-patterns svg.active .svg-elem-1 {
  stroke-dashoffset: 0;
  fill: rgb(0, 0, 0);
}
.p-patterns svg .svg-elem-2 {
  stroke-dashoffset: 295.2037658691px;
  stroke-dasharray: 295.2037658691px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.1s, fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.35s;
  transition: stroke-dashoffset 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.1s, fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.35s;
}
.p-patterns svg.active .svg-elem-2 {
  stroke-dashoffset: 0;
  fill: rgb(0, 0, 0);
}
.p-patterns svg .svg-elem-3 {
  stroke-dashoffset: 208.0270996094px;
  stroke-dasharray: 208.0270996094px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.2s, fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.4s;
  transition: stroke-dashoffset 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.2s, fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.4s;
}
.p-patterns svg.active .svg-elem-3 {
  stroke-dashoffset: 0;
  fill: rgb(0, 0, 0);
}
.p-patterns svg .svg-elem-4 {
  stroke-dashoffset: 208.0271148682px;
  stroke-dasharray: 208.0271148682px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.3s, fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.45s;
  transition: stroke-dashoffset 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.3s, fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.45s;
}
.p-patterns svg.active .svg-elem-4 {
  stroke-dashoffset: 0;
  fill: rgb(0, 0, 0);
}
.p-patterns svg .svg-elem-5 {
  stroke-dashoffset: 286.0213317871px;
  stroke-dasharray: 286.0213317871px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.4s, fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.5s;
  transition: stroke-dashoffset 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.4s, fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.5s;
}
.p-patterns svg.active .svg-elem-5 {
  stroke-dashoffset: 0;
  fill: rgb(0, 0, 0);
}
.p-patterns svg .svg-elem-6 {
  stroke-dashoffset: 173.4023284912px;
  stroke-dasharray: 173.4023284912px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.5s, fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.55s;
  transition: stroke-dashoffset 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.5s, fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.55s;
}
.p-patterns svg.active .svg-elem-6 {
  stroke-dashoffset: 0;
  fill: rgb(0, 0, 0);
}
.p-patterns svg .svg-elem-7 {
  stroke-dashoffset: 279.3240661621px;
  stroke-dasharray: 279.3240661621px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s, fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s;
  transition: stroke-dashoffset 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s, fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s;
}
.p-patterns svg.active .svg-elem-7 {
  stroke-dashoffset: 0;
  fill: rgb(0, 0, 0);
}
.p-patterns svg .svg-elem-8 {
  stroke-dashoffset: 283.2164001465px;
  stroke-dasharray: 283.2164001465px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.7s, fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
  transition: stroke-dashoffset 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.7s, fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 1s;
}
.p-patterns svg.active .svg-elem-8 {
  stroke-dashoffset: 0;
  fill: rgb(0, 0, 0);
}
.p-patterns .p-patterns-archives {
  padding-top: 25vh;
}
@media screen and (max-width: 767px) {
  .p-patterns .p-patterns-archives {
    padding-top: 0;
  }
}
.p-patterns .p-patterns-archives .p-patterns-archives__block {
  margin-bottom: 220px;
}
@media screen and (max-width: 767px) {
  .p-patterns .p-patterns-archives .p-patterns-archives__block {
    margin-bottom: 60px;
  }
}
.p-patterns .p-patterns-archives .p-patterns-archives__block:last-child {
  margin-bottom: 0;
}
.p-patterns .p-patterns-archives .p-patterns-archives__year {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .p-patterns .p-patterns-archives .p-patterns-archives__year {
    font-size: 15px;
    margin-bottom: 15px;
  }
}
.p-patterns .p-patterns-archives .p-patterns-archives__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 5.2932761087vw 1fr 5.2932761087vw 1fr 5.2932761087vw 1fr 5.2932761087vw 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 3.6vw 5.2932761087vw;
}
@media screen and (max-width: 767px) {
  .p-patterns .p-patterns-archives .p-patterns-archives__list {
    -ms-grid-columns: 1fr 3.5vw 1fr 3.5vw 1fr 3.5vw 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 4.7vw 3.5vw;
  }
}
.p-patterns .p-patterns-archives .p-patterns-archives__list li {
  width: 100%;
}
.p-patterns .p-patterns-archives .p-patterns-archives__list a {
  display: block;
}
.p-patterns .p-patterns-archives .p-patterns-archives__list figure {
  display: block;
}
.p-patterns .p-patterns-archives .p-patterns-archives__list figure__thumbnail {
  aspect-ratio: 22/20;
  width: 100%;
  overflow: hidden;
}
.p-patterns .p-patterns-archives .p-patterns-archives__list img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media screen and (min-width: 768px) {
  .p-patterns .p-patterns-archives .p-patterns-archives__list a:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.p-patterns .p-patterns-archives .p-patterns-archives__list figcaption {
  display: block;
  font-size: min(16px, 1.5625vw);
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.075em;
  text-align: center;
  word-break: break-word;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-patterns .p-patterns-archives .p-patterns-archives__list figcaption {
    font-size: 9px;
    margin-top: 3px;
  }
}

/* :::::::::::::::::::::::::::::::::::::::::::: */
/* パターン詳細
/* :::::::::::::::::::::::::::::::::::::::::::: */
.p-pattern .l-page-bg .c-inner {
  mix-blend-mode: initial;
}
.p-pattern .l-page-bg .l-page-bg__name {
  color: #000;
}
.is-theme-white .p-pattern .l-page-bg .l-page-bg__name {
  color: #FFF;
}
.is-theme-gray .p-pattern .l-page-bg .l-page-bg__name {
  color: #A0A0A0;
}
.p-pattern .p-pattern-main {
  padding-top: 35vh;
}
@media screen and (max-width: 767px) {
  .p-pattern .p-pattern-main {
    padding-top: 0;
  }
}
.p-pattern .p-pattern-main .p-pattern-main__name {
  font-size: min(80px, 7.8125vw);
  font-weight: bold;
  width: 65.5714285714%;
  line-height: 1.1;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p-pattern .p-pattern-main .p-pattern-main__name {
    font-size: 30px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-pattern .p-pattern-main .p-pattern-main__name span {
    display: inline-block;
  }
}
.p-pattern .p-pattern-main .p-pattern-main__l {
  margin-right: 0.25em;
}
@media screen and (max-width: 767px) {
  .p-pattern .p-pattern-main .p-pattern-main__l {
    margin-right: 0;
  }
}
.p-pattern .p-pattern-main .p-pattern-main__s {
  font-size: 0.75em;
}
.p-pattern .p-pattern-main .p-pattern-main__content {
  width: 65.5714285714%;
}
@media screen and (max-width: 767px) {
  .p-pattern .p-pattern-main .p-pattern-main__content {
    width: 100%;
  }
}
.p-pattern .p-pattern-main .p-pattern-main__content p {
  font-size: 20px;
  line-height: 3;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .p-pattern .p-pattern-main .p-pattern-main__content p {
    font-size: 15px;
    line-height: 2.7333;
  }
}
.p-pattern .p-pattern-main .p-pattern-main__list {
  display: -ms-grid;
  display: grid;
  width: 65.5714285714%;
  -ms-grid-columns: 30% 3vw 30% 3vw 30%;
  grid-template-columns: 30% 30% 30%;
  gap: 11vw 3vw;
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .p-pattern .p-pattern-main .p-pattern-main__list {
    -ms-grid-columns: 47.5% 47.5%;
    grid-template-columns: 47.5% 47.5%;
    width: 100%;
    margin-top: 40px;
  }
}
.p-pattern .p-pattern-main .p-pattern-main__list figure {
  width: 100%;
}
.p-pattern .p-pattern-main .p-pattern-main__list figure img {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
  width: 96%;
  height: 96%;
  margin: 2% auto 0;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.p-pattern .p-pattern-main .p-pattern-main__list figcaption {
  display: block;
  font-size: 15px;
  line-height: 1.4;
  text-align: center;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .p-pattern .p-pattern-main .p-pattern-main__list figcaption {
    font-size: 12px;
    margin-top: 8px;
  }
}
.p-pattern .p-pattern-main .p-pattern-main__link {
  display: block;
}
.p-pattern .p-pattern-main .p-pattern-main__link:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.p-pattern .p-pattern-main .p-pattern-main__thumb {
  width: 100%;
  aspect-ratio: 274/250;
  overflow: hidden;
  position: relative;
  background-color: #fff;
}
.p-pattern .p-pattern-main .c-button {
  margin: 100px 0 0;
}
@media screen and (max-width: 767px) {
  .p-pattern .p-pattern-main .c-button {
    margin: 100px auto 0;
  }
}
@media screen and (min-width: 768px) {
  .p-pattern .p-pattern-main .c-button a {
    font-size: 24px;
  }
}

/* :::::::::::::::::::::::::::::::::::::::::::: */
/* Items
/* :::::::::::::::::::::::::::::::::::::::::::: */
.p-items svg {
  display: block;
  width: min(275px, 21.484375vw);
}
@media screen and (max-width: 767px) {
  .p-items svg {
    width: 131px;
  }
}
.p-items svg .svg-elem-1 {
  stroke-dashoffset: 173.4799957275px;
  stroke-dasharray: 173.4799957275px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0s, fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.3s;
  transition: stroke-dashoffset 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0s, fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.3s;
}
.p-items svg.active .svg-elem-1 {
  stroke-dashoffset: 0;
  fill: rgb(0, 0, 0);
}
.p-items svg .svg-elem-2 {
  stroke-dashoffset: 208.0270996094px;
  stroke-dasharray: 208.0270996094px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.1s, fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.3s;
  transition: stroke-dashoffset 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.1s, fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.3s;
}
.p-items svg.active .svg-elem-2 {
  stroke-dashoffset: 0;
  fill: rgb(0, 0, 0);
}
.p-items svg .svg-elem-3 {
  stroke-dashoffset: 286.0211181641px;
  stroke-dasharray: 286.0211181641px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.2s, fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.4s;
  transition: stroke-dashoffset 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.2s, fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.4s;
}
.p-items svg.active .svg-elem-3 {
  stroke-dashoffset: 0;
  fill: rgb(0, 0, 0);
}
.p-items svg .svg-elem-4 {
  stroke-dashoffset: 423.6500854492px;
  stroke-dasharray: 423.6500854492px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.3s, fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.5s;
  transition: stroke-dashoffset 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.3s, fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.5s;
}
.p-items svg.active .svg-elem-4 {
  stroke-dashoffset: 0;
  fill: rgb(0, 0, 0);
}
.p-items svg .svg-elem-5 {
  stroke-dashoffset: 283.2168884277px;
  stroke-dasharray: 283.2168884277px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.4s, fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s;
  transition: stroke-dashoffset 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.4s, fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s;
}
.p-items svg.active .svg-elem-5 {
  stroke-dashoffset: 0;
  fill: rgb(0, 0, 0);
}
.p-items .p-items-list {
  padding: 25vh 0 0;
}
@media screen and (max-width: 767px) {
  .p-items .p-items-list {
    padding: 0;
    position: relative;
  }
}
.p-items .p-items-list .c-inner {
  position: static;
}
.p-items .p-items-list .p-items-list__item {
  padding: 150px 0;
}
@media screen and (max-width: 767px) {
  .p-items .p-items-list .p-items-list__item {
    padding: 0 0 100px;
  }
}
.p-items .p-items-list .p-items-list__item:last-child {
  padding-bottom: 0;
}
.p-items .p-items-list .p-items-list__content {
  position: relative;
  z-index: 1;
}
.p-items .p-items-list .p-items-list__name,
.p-items .p-items-list .p-items-list__clone {
  font-size: min(80px, 6.0422960725vw);
  font-weight: bold;
  line-height: 1.1;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .p-items .p-items-list .p-items-list__name,
  .p-items .p-items-list .p-items-list__clone {
    font-size: 30px;
    line-height: 1.1;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-items .p-items-list .p-items-list__name span,
  .p-items .p-items-list .p-items-list__clone span {
    display: block;
  }
}
.p-items .p-items-list .p-items-list__clone {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-items .p-items-list .p-items-list__clone {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 25px;
    height: 27vh;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 1;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    z-index: 5;
    margin-bottom: 0;
  }
  .p-items .p-items-list .p-items-list__clone.is-fixed {
    opacity: 1;
  }
  .is-fadein-pattern-name .p-items .p-items-list .p-items-list__clone {
    opacity: 0;
  }
}
.p-items .p-items-list .p-items-list__desc {
  width: 42.5%;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .p-items .p-items-list .p-items-list__desc {
    width: 100%;
    margin-bottom: 30px;
  }
}
.p-items .p-items-list .p-items-list__desc p {
  font-size: 20px;
  line-height: 3;
  letter-spacing: 0.2em;
}
@media (max-width: 960px) {
  .p-items .p-items-list .p-items-list__desc p {
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 767px) {
  .p-items .p-items-list .p-items-list__desc p {
    font-size: 15px;
    line-height: 2.7333;
  }
}
.p-items .p-items-list .p-items-list__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 42.5%;
  gap: 8%;
}
@media screen and (max-width: 767px) {
  .p-items .p-items-list .p-items-list__list {
    gap: 5%;
    width: 100%;
  }
}
.p-items .p-items-list .p-items-list__list li {
  width: 46%;
  margin-bottom: 10%;
}
@media screen and (max-width: 767px) {
  .p-items .p-items-list .p-items-list__list li {
    width: 47.5%;
    margin-bottom: 5%;
  }
}
.p-items .p-items-list .p-items-list__list a {
  display: block;
}
.p-items .p-items-list .p-items-list__list figure {
  width: 100%;
}
.p-items .p-items-list .p-items-list__list figure img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.p-items .p-items-list .p-items-list__list a:hover img {
  -webkit-transform: scale(1.05, 1.05);
          transform: scale(1.05, 1.05);
}
.p-items .p-items-list .p-items-list__list figcaption {
  display: block;
  font-size: 15px;
  line-height: 1.4;
  text-align: center;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .p-items .p-items-list .p-items-list__list figcaption {
    font-size: 12px;
    margin-top: 10px;
  }
}
.p-items .p-items-list .p-items-list__thumb {
  aspect-ratio: 1;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-items .l-image-canvas {
    opacity: 1;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
  }
  .is-footer-show .p-items .l-image-canvas {
    opacity: 0;
  }
}
.p-items .c-bg-wrapper {
  opacity: 0;
}
.p-items .p-items-cats {
  display: none;
  color: #fff;
  mix-blend-mode: exclusion;
  width: 100%;
  font-size: 25px;
  height: 27vh;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  z-index: 11;
}
@media screen and (max-width: 767px) {
  .p-items .p-items-cats {
    display: block;
  }
}
.p-items .p-items-cats .p-items-cats__clone {
  font-size: min(80px, 6.0422960725vw);
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-items .p-items-cats .p-items-cats__clone {
    font-size: 25px;
    line-height: 1.1;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 767px) {
  .p-items .p-items-cats .p-items-cats__clone span {
    display: block;
  }
}
.p-items .p-items-cats .p-items-cats__clone {
  opacity: 0;
}

/* :::::::::::::::::::::::::::::::::::::::::::: */
/* ショップリスト
/* :::::::::::::::::::::::::::::::::::::::::::: */
.p-store .p-store-main {
  padding-top: 260px;
}
@media screen and (max-width: 767px) {
  .p-store .p-store-main {
    padding-top: 165px;
  }
}
.p-store .p-store-main .p-store-main__heading {
  font-size: min(80px, 7.8125vw);
  font-weight: bold;
  line-height: 1;
  margin-bottom: 30px;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .p-store .p-store-main .p-store-main__heading {
    font-size: min(47px, 12.5333333333vw);
    letter-spacing: 0.075em;
    text-align: center;
    margin-bottom: 40px;
    margin-top: 0;
  }
}
.p-store .p-store-main .p-store-main__heading .js-ja {
  font-size: 20px;
  font-weight: 400;
  line-height: 3;
  letter-spacing: 0.2em;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-store .p-store-main .p-store-main__heading .js-ja {
    font-size: 15px;
    line-height: 1.7;
    margin-top: 50px;
    text-align: center;
  }
  .p-store .p-store-main .p-store-main__heading .js-ja br {
    display: none;
  }
}
.p-store .p-store-main .p-store-main__list {
  display: -ms-grid;
  display: grid;
  gap: 4vw 3.125%;
  -ms-grid-columns: 31.25% 3.125% 31.25% 3.125% 31.25%;
  grid-template-columns: 31.25% 31.25% 31.25%;
  width: 65%;
  margin-top: 110px;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .p-store .p-store-main .p-store-main__list {
    width: 100%;
    -ms-grid-columns: 46% 8% 46%;
    grid-template-columns: 46% 46%;
    gap: 7vw 8%;
    margin-top: 45px;
  }
}
.p-store .p-store-main .p-store-main__item a {
  display: block;
  width: 100%;
  overflow: hidden;
  aspect-ratio: 274/250;
}
@media screen and (max-width: 767px) {
  .p-store .p-store-main .p-store-main__item a {
    aspect-ratio: 274/240;
  }
}
.p-store .p-store-main .p-store-main__item img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.p-store .p-store-main .p-store-main__item a:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.p-store .p-store-main .c-bg-wrapper {
  opacity: 0;
}
.p-store .p-store-main .c-bg {
  width: 34.6875vw;
}

/* :::::::::::::::::::::::::::::::::::::::::::: */
/* About
/* :::::::::::::::::::::::::::::::::::::::::::: */
.p-about .l-page-index .c-bg-wrapper {
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .p-about .l-image-canvas {
    opacity: 0;
  }
}
.p-about svg {
  display: block;
  width: min(450px, 35.15625vw);
}
@media screen and (max-width: 767px) {
  .p-about svg {
    width: 221px;
  }
}
.p-about svg .svg-elem-1 {
  stroke-dashoffset: 328.971862793px;
  stroke-dasharray: 328.971862793px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0s, fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.3s;
  transition: stroke-dashoffset 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0s, fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.3s;
}
.p-about svg.active .svg-elem-1 {
  stroke-dashoffset: 0;
  fill: rgb(0, 0, 0);
}
.p-about svg .svg-elem-2 {
  stroke-dashoffset: 331.2108154297px;
  stroke-dasharray: 331.2108154297px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.1s, fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.35s;
  transition: stroke-dashoffset 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.1s, fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.35s;
}
.p-about svg.active .svg-elem-2 {
  stroke-dashoffset: 0;
  fill: rgb(0, 0, 0);
}
.p-about svg .svg-elem-3 {
  stroke-dashoffset: 257.4560852051px;
  stroke-dasharray: 257.4560852051px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.2s, fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.4s;
  transition: stroke-dashoffset 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.2s, fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.4s;
}
.p-about svg.active .svg-elem-3 {
  stroke-dashoffset: 0;
  fill: rgb(0, 0, 0);
}
.p-about svg .svg-elem-4 {
  stroke-dashoffset: 278.478302002px;
  stroke-dasharray: 278.478302002px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.3s, fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.45s;
  transition: stroke-dashoffset 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.3s, fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.45s;
}
.p-about svg.active .svg-elem-4 {
  stroke-dashoffset: 0;
  fill: rgb(0, 0, 0);
}
.p-about svg .svg-elem-5 {
  stroke-dashoffset: 208.0271759033px;
  stroke-dasharray: 208.0271759033px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.4s, fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.5s;
  transition: stroke-dashoffset 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.4s, fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.5s;
}
.p-about svg.active .svg-elem-5 {
  stroke-dashoffset: 0;
  fill: rgb(0, 0, 0);
}
.p-about svg .svg-elem-6 {
  stroke-dashoffset: 278.4783935547px;
  stroke-dasharray: 278.4783935547px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.5s, fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.55s;
  transition: stroke-dashoffset 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.5s, fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.55s;
}
.p-about svg.active .svg-elem-6 {
  stroke-dashoffset: 0;
  fill: rgb(0, 0, 0);
}
.p-about svg .svg-elem-7 {
  stroke-dashoffset: 283.2171325684px;
  stroke-dasharray: 283.2171325684px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s, fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s;
  transition: stroke-dashoffset 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s, fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s;
}
.p-about svg.active .svg-elem-7 {
  stroke-dashoffset: 0;
  fill: rgb(0, 0, 0);
}
.p-about .c-bg-wrapper {
  width: 100%;
  right: 0;
  left: auto;
  -webkit-transform: translate(0);
          transform: translate(0);
}
.p-about .c-bg-wrapper .c-bg {
  background-position: right center;
}
.p-about .l-page-index {
  height: auto;
}
.p-about .p-about-fv {
  padding-top: 100lvh;
}
.p-about .p-about-fv .c-inner {
  height: auto;
  max-width: none;
}
@media screen and (max-width: 767px) {
  .p-about .p-about-fv .c-inner {
    width: 88.54%;
  }
}
.p-about .p-about-main .c-inner {
  position: static;
}
.p-about .p-about-main .c-bg-wrapper .c-bg {
  background-color: #fff;
  background-size: 100% auto;
}
.p-about .p-about-main .c-button {
  margin: 60px 0 0;
}
@media screen and (max-width: 767px) {
  .p-about .p-about-main .c-button {
    margin: 40px auto 0;
  }
}
.p-about .p-about-main__block {
  width: 100%;
  padding: 40vh 0 0;
}
@media screen and (max-width: 767px) {
  .p-about .p-about-main__block {
    padding: 30vw 0 0;
  }
  .p-about .p-about-main__block:first-child {
    padding: 10vw 0 0;
  }
}
.p-about .p-about-main__block.--first .c-bg {
  background-size: cover;
}
.p-about .p-about-main__content {
  width: 42%;
  position: relative;
  z-index: 1;
  margin-bottom: 200px;
}
@media screen and (max-width: 767px) {
  .p-about .p-about-main__content {
    width: 100%;
    margin-bottom: 100px;
  }
}
.p-about .p-about-main__content:last-child {
  margin-bottom: 0;
}
.p-about .p-about-main__title {
  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-size: min(100px, 6.25vw);
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.075em;
  text-align: center;
  width: 37.8vw;
  height: 100lvh;
  position: fixed;
  top: 0;
}
.p-about .p-about-main__heading {
  font-size: min(60px, 3.75vw);
  font-weight: bold;
  line-height: 1.15;
  letter-spacing: 0.075em;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .p-about .p-about-main__heading {
    font-size: 30px;
    margin-bottom: 40px;
  }
}
.p-about .p-about-main__heading.--logo {
  max-width: 477px;
}
@media screen and (max-width: 767px) {
  .p-about .p-about-main__heading.--logo {
    max-width: 90%;
  }
}
.p-about .p-about-main__heading.--logo img {
  display: block;
}
.p-about .p-about-main__text {
  font-size: 18px;
  line-height: 3;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1025px) {
  .p-about .p-about-main__text {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-about .p-about-main__text {
    font-size: 15px;
    line-height: 2.7;
    letter-spacing: 0.2em;
  }
}
.p-about .p-about-main__copy {
  margin-bottom: 70px;
}
.p-about .p-about-main__lead {
  font-size: 24px;
  line-height: 1.75;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1025px) {
  .p-about .p-about-main__lead {
    font-size: 37px;
  }
}
@media screen and (max-width: 767px) {
  .p-about .p-about-main__lead {
    font-size: 20px;
  }
}
.p-about .p-about-main__catch {
  color: #808080;
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.075em;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-about .p-about-main__catch {
    font-size: 16px;
    margin-top: 15px;
  }
}
.p-about .p-about-main__ol, .p-about .p-about-main__ul {
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-about .p-about-main__ol, .p-about .p-about-main__ul {
    font-size: 14px;
    letter-spacing: 0.2em;
  }
}
.p-about .p-about-main__ol > li + li, .p-about .p-about-main__ul > li + li {
  margin-top: 65px;
}
@media screen and (max-width: 767px) {
  .p-about .p-about-main__ol > li + li, .p-about .p-about-main__ul > li + li {
    margin-top: 30px;
  }
}
.p-about .p-about-main__ol > li > p, .p-about .p-about-main__ul > li > p {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p-about .p-about-main__ol > li > p, .p-about .p-about-main__ul > li > p {
    margin-top: 20px;
  }
}
.p-about .p-about-main__ul > li + li {
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  .p-about .p-about-main__ul > li + li {
    margin-top: 20px;
  }
}
.p-about .p-about-main__ul ul {
  margin-top: 0;
}
.p-about .p-about-main__ul ul > li + li {
  margin-top: 0;
}
.p-about .p-about-main__rowtext {
  margin-bottom: 0 !important;
}
.p-about .p-about-main__rowtext + .p-about-main__rowtext {
  margin-top: 0;
}
.p-about .p-about-main__sublist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-about .p-about-main__sublist {
    font-size: 14px;
    letter-spacing: 0.2em;
  }
}
.p-about .p-about-main__sublist dt, .p-about .p-about-main__sublist dd {
  margin-bottom: 0;
}
.p-about .p-about-main__sublist dt:last-of-type, .p-about .p-about-main__sublist dd:last-of-type {
  margin-bottom: 0;
}
.p-about .p-about-main__sublist dt {
  width: 7em;
}
.p-about .p-about-main__sublist dd {
  width: calc(100% - 7em);
}
.p-about .p-about-main__sublist + p {
  margin-top: 30px;
}

/* :::::::::::::::::::::::::::::::::::::::::::: */
/* News
/* :::::::::::::::::::::::::::::::::::::::::::: */
.p-news .p-news-main {
  padding: 260px 0 0;
}
@media screen and (max-width: 767px) {
  .p-news .p-news-main {
    padding: 0;
  }
}
.p-news .p-news-main .c-bg {
  width: 68%;
  -webkit-transform: translateX(30%);
          transform: translateX(30%);
}
@media screen and (max-width: 767px) {
  .p-news .p-news-main .p-news-main__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 61vh;
    padding-bottom: 100px;
  }
}
.p-news .p-news-main .p-news-main__heading {
  font-size: min(80px, 7.8125vw);
  font-weight: bold;
  line-height: 1;
  margin-bottom: 70px;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .p-news .p-news-main .p-news-main__heading {
    font-size: min(40px, 10.6666666667vw);
    text-align: center;
    margin-bottom: 60px;
    margin-top: 0;
  }
}
.p-news .p-news-main .p-news-main__lead {
  font-size: 20px;
  line-height: 3;
}
@media screen and (max-width: 767px) {
  .p-news .p-news-main .p-news-main__lead {
    font-size: 15px;
    line-height: 1.7;
  }
  .p-news .p-news-main .p-news-main__lead br {
    display: none;
  }
}
.p-news .p-news-main .p-news-main__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5%;
  width: 65%;
  margin-top: 60px;
}
@media screen and (max-width: 1024px) {
  .p-news .p-news-main .p-news-main__list {
    gap: 4%;
  }
}
@media screen and (max-width: 767px) {
  .p-news .p-news-main .p-news-main__list {
    display: block;
    width: 100%;
    margin-top: 0;
  }
}
.p-news .p-news-main .p-news-main__list li {
  width: 30%;
  margin-bottom: 5%;
}
@media screen and (max-width: 1024px) {
  .p-news .p-news-main .p-news-main__list li {
    width: 48%;
  }
}
@media screen and (max-width: 767px) {
  .p-news .p-news-main .p-news-main__list li {
    width: 100%;
    margin-bottom: 12%;
  }
}
.p-news .p-news-main .p-news-main__list li:last-child {
  margin-bottom: 0;
}
.p-news .p-news-main .p-news-main__list a {
  display: block;
  overflow: hidden;
}
.p-news .p-news-main .p-news-main__list a img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media screen and (min-width: 768px) {
  .p-news .p-news-main .p-news-main__list a:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.p-news .p-news-main .p-news-main__list--col4 {
  width: 100%;
}
.p-news .p-news-main .p-news-main__list--col4 li {
  width: 21%;
  margin-bottom: 5%;
}
@media screen and (max-width: 1024px) {
  .p-news .p-news-main .p-news-main__list--col4 li {
    width: 48%;
  }
}
@media screen and (max-width: 767px) {
  .p-news .p-news-main .p-news-main__list--col4 li {
    width: 100%;
    margin-bottom: 12%;
  }
}
.p-news .p-news-main .p-news-main__list--col4 li:last-child {
  margin-bottom: 0;
}
.p-news .p-news-main .__thumb {
  width: 100%;
  margin-bottom: 8px;
  aspect-ratio: 1;
  overflow: hidden;
}
.p-news .p-news-main .__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.p-news .p-news-main .__date {
  color: #f93a33;
  font-size: 14px;
  font-weight: bold;
}
.p-news .p-news-main .__title {
  font-size: 15px;
  line-height: 1.666;
}
.p-news .p-news-main .p-news-main__pagination {
  margin-top: 50px;
}
.p-news .p-news-main .p-news-main__pagination .page-numbers {
  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: 10px;
  width: 65%;
}
@media screen and (max-width: 767px) {
  .p-news .p-news-main .p-news-main__pagination .page-numbers {
    gap: 6px;
    width: 100%;
    margin-top: 50px;
  }
}
.p-news .p-news-main .p-news-main__pagination .page-numbers a, .p-news .p-news-main .p-news-main__pagination .page-numbers span {
  font-size: 18px;
  font-weight: bold;
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 767px) {
  .p-news .p-news-main .p-news-main__pagination .page-numbers a, .p-news .p-news-main .p-news-main__pagination .page-numbers span {
    font-size: 14px;
    width: 30px;
    height: 30px;
  }
}
.p-news .p-news-main .p-news-main__pagination .page-numbers a {
  color: #000;
  border: 1px solid #000;
  -webkit-transition: color 0.4s ease, border-color 0.4s ease;
  transition: color 0.4s ease, border-color 0.4s ease;
}
@media screen and (min-width: 768px) {
  .p-news .p-news-main .p-news-main__pagination .page-numbers a:hover {
    color: #f93a33;
    border-color: #f93a33;
  }
}
.p-news .p-news-main .p-news-main__pagination .page-numbers span.current {
  color: #fff;
  border: none;
  background-color: #f93a33;
}
.p-news .p-news-main .p-news-main__pagination .page-numbers span.dots {
  color: #000;
  line-height: 1;
  padding-bottom: 10px;
  width: 1em;
}
.p-news .l-image-canvas {
  display: none;
}

/* :::::::::::::::::::::::::::::::::::::::::::: */
/* News詳細
/* :::::::::::::::::::::::::::::::::::::::::::: */
.p-single .p-single-main {
  padding: 260px 0 0;
}
@media screen and (max-width: 767px) {
  .p-single .p-single-main {
    min-height: 52vh;
    padding: 100px 0 0;
  }
}
.p-single .p-single-main .p-single-main__content {
  width: 65%;
}
@media screen and (max-width: 767px) {
  .p-single .p-single-main .p-single-main__content {
    width: 100%;
  }
}
.p-single .p-single-main .p-single-main__heading {
  font-size: min(40px, 3.90625vw);
  line-height: 2;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .p-single .p-single-main .p-single-main__heading {
    line-height: 1.8;
  }
}
@media screen and (max-width: 767px) {
  .p-single .p-single-main .p-single-main__heading {
    font-size: 25px;
    letter-spacing: 0.05em;
  }
}
.p-single .p-single-main .p-single-main__date {
  display: block;
  color: #f93a33;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 50px;
}
.p-single .p-single-main .p-single-main__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-single .p-single-main .p-single-main__row {
    display: block;
  }
}
.p-single .p-single-main .p-single-main__side {
  width: 20%;
}
@media screen and (max-width: 767px) {
  .p-single .p-single-main .p-single-main__side {
    width: 100%;
    display: none;
  }
}
.p-single .p-single-main .p-single-main__side li + li {
  margin-top: 70px;
}
.p-single .p-single-main .p-single-main__side a {
  display: block;
}
.p-single .p-single-main .p-single-main__side .__thumb {
  width: 100%;
  aspect-ratio: 1;
  margin-bottom: 10px;
  overflow: hidden;
}
.p-single .p-single-main .p-single-main__side .__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.p-single .p-single-main .p-single-main__side .__thumb .no-image {
  border: 1px solid #ddd;
}
.p-single .p-single-main .p-single-main__side a:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.p-single .p-single-main .p-single-main__side .__date {
  display: block;
  color: #f93a33;
  font-size: 14px;
  font-weight: bold;
}
.p-single .p-single-main .p-single-main__side .__title {
  font-size: 15px;
  line-height: 1.666;
}
.p-single .p-single-main .is-style-vk-group-solid {
  display: inline-block;
}
.p-single .p-single-main .is-style-vk-group-solid .wp-block-group__inner-container *:first-child {
  margin-top: 0;
  padding-top: 0;
}
.p-single .p-single-main .is-style-vk-group-solid .wp-block-group__inner-container *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

/* :::::::::::::::::::::::::::::::::::::::::::: */
/* 詳細・投稿画面
/* :::::::::::::::::::::::::::::::::::::::::::: */
.p-single .p-single-main .p-single-main__body > *:first-child {
  margin-top: 0;
}
.p-single .p-single-main .p-single-main__body figure {
  margin-top: 2.25em;
  margin-bottom: 2.25em;
}
.p-single .p-single-main .p-single-main__body figure img {
  width: auto;
  max-width: 100%;
}
.p-single .p-single-main .p-single-main__body h2, .p-single .p-single-main .p-single-main__body h3, .p-single .p-single-main .p-single-main__body h4, .p-single .p-single-main .p-single-main__body h5, .p-single .p-single-main .p-single-main__body h6 {
  line-height: 1.4;
  font-weight: 500;
}
.p-single .p-single-main .p-single-main__body h2 + p, .p-single .p-single-main .p-single-main__body h3 + p, .p-single .p-single-main .p-single-main__body h4 + p, .p-single .p-single-main .p-single-main__body h5 + p, .p-single .p-single-main .p-single-main__body h6 + p {
  margin: 1em 0 2.25em;
}
@media screen and (max-width: 767px) {
  .p-single .p-single-main .p-single-main__body h2 + p, .p-single .p-single-main .p-single-main__body h3 + p, .p-single .p-single-main .p-single-main__body h4 + p, .p-single .p-single-main .p-single-main__body h5 + p, .p-single .p-single-main .p-single-main__body h6 + p {
    margin: 1em 0 1.125em;
  }
}
.p-single .p-single-main .p-single-main__body h2 {
  font-size: 2.8em;
}
@media screen and (max-width: 1024px) {
  .p-single .p-single-main .p-single-main__body h2 {
    font-size: 2.4em;
  }
}
.p-single .p-single-main .p-single-main__body h3 {
  font-size: 2.4em;
}
@media screen and (max-width: 1024px) {
  .p-single .p-single-main .p-single-main__body h3 {
    font-size: 2em;
  }
}
.p-single .p-single-main .p-single-main__body h4 {
  font-size: 2em;
}
@media screen and (max-width: 1024px) {
  .p-single .p-single-main .p-single-main__body h4 {
    font-size: 1.8em;
  }
}
.p-single .p-single-main .p-single-main__body h5 {
  font-size: 1.8em;
}
@media screen and (max-width: 1024px) {
  .p-single .p-single-main .p-single-main__body h5 {
    font-size: 1.6em;
  }
}
.p-single .p-single-main .p-single-main__body h6 {
  font-size: 1.6em;
}
@media screen and (max-width: 1024px) {
  .p-single .p-single-main .p-single-main__body h6 {
    font-size: 1.4em;
  }
}
.p-single .p-single-main .p-single-main__body b, .p-single .p-single-main .p-single-main__body strong {
  font-family: A1ゴシック B, sans-serif;
}
.p-single .p-single-main .p-single-main__body a {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .p-single .p-single-main .p-single-main__body a {
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
  }
  .p-single .p-single-main .p-single-main__body a:hover {
    color: #f93a33;
  }
}
.p-single .p-single-main .p-single-main__body p {
  font-size: 16px;
  line-height: 2.25;
  letter-spacing: 0.075em;
  margin: 2.25em 0;
}
@media screen and (max-width: 767px) {
  .p-single .p-single-main .p-single-main__body p {
    font-size: 15px;
    line-height: 2;
    margin: 1.125em 0;
  }
}
.p-single .p-single-main .p-single-main__body ul, .p-single .p-single-main .p-single-main__body ol {
  font-size: 16px;
  margin: 2.25em 0;
}
@media screen and (max-width: 767px) {
  .p-single .p-single-main .p-single-main__body ul, .p-single .p-single-main .p-single-main__body ol {
    font-size: 15px;
    margin: 1.125em 0;
  }
}
.p-single .p-single-main .p-single-main__body ul {
  list-style: initial;
  padding-left: 1em;
}
.p-single .p-single-main .p-single-main__body ol {
  list-style: decimal;
  padding-left: 1.2em;
}
.p-single .p-single-main .p-single-main__body blockquote {
  margin: 2.25em auto;
  padding: 20px;
  border-radius: 5px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-single .p-single-main .p-single-main__body blockquote {
    margin: 1.125em 0;
  }
}
.p-single .p-single-main .p-single-main__body blockquote > *:first-child {
  margin-top: 0;
}
.p-single .p-single-main .p-single-main__body blockquote > *:nth-last-child(1),
.p-single .p-single-main .p-single-main__body blockquote > *:nth-last-child(2) {
  margin-bottom: 0;
}
.p-single .p-single-main .p-single-main__body blockquote cite {
  display: block;
  color: #666;
  font-size: 0.9em;
  font-style: normal;
  margin-top: 1em;
  text-align: right;
}
.p-single .p-single-main .p-single-main__body mark {
  padding: 2px 0;
}
.p-single .p-single-main .p-single-main__body .is-provider-youtube iframe {
  display: block;
  width: 100%;
  max-width: 800px;
  aspect-ratio: 16/9;
  height: auto;
  margin: 0 auto;
}
.p-single .p-single-main .p-single-main__body .wp-block-image {
  overflow: hidden;
  margin: 2.25em auto;
}
@media screen and (max-width: 767px) {
  .p-single .p-single-main .p-single-main__body .wp-block-image {
    margin: 1.125em 0;
  }
}
.p-single .p-single-main .p-single-main__body .wp-block-image figure {
  margin: 0 auto;
}
.p-single .p-single-main .p-single-main__body .wp-block-columns {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 2.25em auto;
}
@media screen and (max-width: 767px) {
  .p-single .p-single-main .p-single-main__body .wp-block-columns {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 1.125em 0;
  }
}
.p-single .p-single-main .p-single-main__body .wp-block-column {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  min-width: 0;
  max-width: 50%;
}
@media screen and (max-width: 767px) {
  .p-single .p-single-main .p-single-main__body .wp-block-column {
    max-width: none;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.p-single .p-single-main .p-single-main__body .wp-block-column > *:first-child {
  margin-top: 0;
}
.p-single .p-single-main .p-single-main__body .wp-block-column > *:last-child {
  margin-bottom: 0;
}

.p-license-main .c-bg-wrapper,
.p-license-main .c-bg {
  background: #f5f1e9 !important;
}
.p-license-main .l-background-canvas {
  display: none;
}