@charset "UTF-8";
/**
* Foundation
* ========================== */
@import url("https://cdn.jsdelivr.net/npm/destyle.css@4.0.0/destyle.min.css");
@import url("https://unpkg.com/tailwindcss@^2/dist/tailwind.min.css");
* {
  background-repeat: no-repeat;
}

@media (prefers-color-scheme: dark) {
  body::-webkit-scrollbar {
    background-color: #fff;
  }
  body::-webkit-scrollbar-thumb {
    background: #d6d6d6;
    border-radius: 6px;
    border-right: 3px solid transparent;
    border-left: 3px solid transparent;
    background-clip: padding-box;
  }
  ::-webkit-scrollbar-track {
    margin-top: 3px;
    margin-bottom: 3px;
  }
}
@media screen and (min-width: 600px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
html {
  height: 100%;
}

body {
  height: 100svh;
}

body, input, select, textarea {
  font-family: "ten-mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 1.9;
  letter-spacing: 3.2px;
  width: 100%;
  color: #383838;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  body, input, select, textarea {
    font-size: 16px;
  }
}

.body-wrap {
  overflow-x: hidden;
}

body.fixed {
  position: fixed;
  width: 100%;
}

a {
  color: #383838;
}
a:hover {
  color: #383838;
}

img {
  display: inline-block;
}

.sp {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
/**
* Layout
* ========================== */
.l-wrap {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .l-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.l-wrap.--max {
  max-width: 1400px;
}
@media screen and (max-width: 1480px) {
  .l-wrap.--max {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 767px) {
  .l-wrap.--max {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.l-wrap.--big {
  max-width: 1368px;
}
@media screen and (max-width: 1448px) {
  .l-wrap.--big {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 767px) {
  .l-wrap.--big {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.l-wrap.--large {
  max-width: 1200px;
}
@media screen and (max-width: 1280px) {
  .l-wrap.--large {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 767px) {
  .l-wrap.--large {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.l-wrap.--middle {
  max-width: 800px;
}
@media screen and (max-width: 880px) {
  .l-wrap.--middle {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 767px) {
  .l-wrap.--middle {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.l-wrap.--small {
  max-width: 600px;
}
@media screen and (max-width: 680px) {
  .l-wrap.--small {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 767px) {
  .l-wrap.--small {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.l-wrap.--left-none {
  margin-left: 0;
}
.l-wrap .l-wrap, .l-wrap .l-wrap .l-wrap {
  padding: 0;
}

.l-section {
  padding: 80px 0 0 0;
}
@media screen and (max-width: 767px) {
  .l-section {
    padding: 40px 0 0 0;
  }
}
.l-section > *:first-child {
  margin-top: 0;
}
.l-section > *:last-child {
  margin-bottom: 0;
}
.l-section.--big {
  padding: 150px 0 0 0;
}
@media screen and (max-width: 767px) {
  .l-section.--big {
    padding: 80px 0 0 0;
  }
}
.l-section.--large {
  padding: 120px 0 0 0;
}
@media screen and (max-width: 767px) {
  .l-section.--large {
    padding: 80px 0 0 0;
  }
}
.l-section.--middle {
  padding: 80px 0 0 0;
}
@media screen and (max-width: 767px) {
  .l-section.--middle {
    padding: 60px 0 0 0;
  }
}
.l-section.--small {
  padding: 60px 0 0 0;
}
@media screen and (max-width: 767px) {
  .l-section.--small {
    padding: 40px 0 0 0;
  }
}
.l-section.--pt-0 {
  padding-top: 0;
}
.l-section.--pb-0 {
  padding-bottom: 0;
}

.l-section-home-01 {
  padding: 80px 0 50px;
}
@media screen and (max-width: 767px) {
  .l-section-home-01 {
    padding: 40px 0 50px;
  }
}

.home .l-header {
  position: fixed;
  left: 0;
  top: -97px;
  width: 100%;
  z-index: 1000;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.home .l-header.is-show {
  top: 0;
}

/* Object
* ========================== */
/* Component ------------ */
.c-heading-01 {
  margin: 0 0 90px 0;
  line-height: 1.5;
}

.c-heading-01__ja {
  font-size: 36px;
  letter-spacing: 3.6px;
}

.c-heading-01__en {
  font-size: 20px;
  letter-spacing: 2px;
}

@media screen and (max-width: 767px) {
  .c-heading-01 {
    margin: 0 0 60px 0;
    line-height: 1.5;
  }
  .c-heading-01__ja {
    font-size: 30px;
    letter-spacing: 3.6px;
  }
  .c-heading-01__en {
    font-size: 16px;
    letter-spacing: 2px;
  }
}
.c-heading-02 {
  margin: 0 0 40px 0;
  line-height: 1.5;
}

.c-heading-02__ja {
  font-size: 32px;
  letter-spacing: 3.2px;
}

.c-heading-02__en {
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .c-heading-02 {
    margin: 0 0 20px 0;
  }
  .c-heading-02__ja {
    font-size: 28px;
  }
  .c-heading-02__en {
    font-size: 16px;
  }
}
.c-heading-03 {
  margin: 0 0 20px 0;
  font-size: 28px;
  letter-spacing: 5.4px;
}

.c-heading-03__text {
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  .c-heading-03 {
    margin: 0 0 10px 0;
    font-size: 24px;
    line-height: 1.5;
  }
}
.c-heading-04 {
  margin: 0 0 20px 0;
  font-size: 20px;
}

.c-heading-05 {
  display: inline-block;
  line-height: 1;
  padding: 10px;
  border-bottom: 1px solid #000000;
  margin: 0 0 15px 0;
}
@media screen and (max-width: 767px) {
  .c-heading-05 {
    line-height: 1.5;
  }
}

.c-heading-06 {
  text-align: center;
  margin: 0 0 60px 0;
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  .c-heading-06 {
    margin: 0 0 30px 0;
  }
}

.c-heading-vertical-01 {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 38px;
  letter-spacing: 1.2em;
}
@media screen and (max-width: 767px) {
  .c-heading-vertical-01 {
    letter-spacing: 0.6em;
  }
}

.c-img-fade {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-100px);
          transform: translateX(-100px);
  -webkit-transition: opacity 1s, visibility 1s, -webkit-transform 1s;
  transition: opacity 1s, visibility 1s, -webkit-transform 1s;
  transition: opacity 1s, visibility 1s, transform 1s;
  transition: opacity 1s, visibility 1s, transform 1s, -webkit-transform 1s;
}
.c-img-fade.inview {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.c-link-01 {
  text-align: right;
  margin: 50px 0 0 0;
  font-size: 20px;
}
.c-link-01 a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 8px;
}

.c-link-02 {
  display: inline-block;
  line-height: 1;
  padding: 0 0 20px;
  border-bottom: 1px solid #000000;
  margin: 50px 0 0 0;
  font-size: 22px;
  letter-spacing: 2.2px;
}
@media screen and (max-width: 767px) {
  .c-link-02 {
    padding: 0 0 15px;
    margin: 25px 0 0 0;
    font-size: 20px;
  }
}

.c-link-mail-01 {
  display: inline-block;
  margin: 20px 0 0 0;
}
.c-link-mail-01 a {
  background-color: #383838;
  color: #ffffff;
  font-size: 20px;
  line-height: 1;
  display: inline-block;
  padding: 15px 20px;
}
@media screen and (max-width: 767px) {
  .c-link-mail-01 {
    display: block;
  }
  .c-link-mail-01 a {
    display: block;
    font-size: 18px;
    padding: 10px 0;
    width: 100%;
    text-align: center;
  }
}

.c-text-01 > * + * {
  margin: 30px 0 0 0;
}
@media screen and (max-width: 767px) {
  .c-text-01 > * + * {
    margin: 20px 0 0 0;
  }
}

.c-text-02 {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .c-text-02 {
    font-size: 18px;
  }
}

.c-text-annotation {
  border: 1px solid #474040;
  padding: 24px 20px;
  margin: 80px 0 0 0;
}
.c-text-annotation > dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  line-height: 1.5;
}
.c-text-annotation > dl + dl {
  margin: 20px 0 0 0;
}
.c-text-annotation > dl > dt {
  width: 40px;
}
.c-text-annotation > dl > dd {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .c-text-annotation {
    padding: 20px 15px;
    margin: 40px 0 0 0;
  }
  .c-text-annotation > dl + dl {
    margin: 15px 0 0 0;
  }
}

.c-text-annotation-min {
  font-size: 16px;
  margin: 30px 0 0 0;
  line-height: 1.43;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  .c-text-annotation-min {
    font-size: 15px;
  }
}

.c-video-01 {
  margin: 30px 0 0 0;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.c-video-01 iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.c-iframe-01 {
  margin: 30px 0 0 0;
}
.c-iframe-01 iframe {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-iframe-01 {
    margin: 20px 0 0 0;
  }
  .c-iframe-01 iframe {
    height: 320px;
  }
}

/* Project ------------ */
.p-header {
  background-color: #ffffff;
}

.p-header__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 40px;
  height: 97px;
}
@media screen and (max-width: 1365px) {
  .p-header__inner {
    gap: 0 30px;
  }
}
@media screen and (max-width: 1279px) {
  .p-header__inner {
    gap: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-header__inner {
    height: 90px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 30px 0 20px;
  }
}

.p-header__inner__navi {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 32px;
  font-size: 16px;
}
.p-header__inner__navi.--left {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.p-header__inner__navi.--right {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 1365px) {
  .p-header__inner__navi {
    gap: 0 20px;
  }
}
@media screen and (max-width: 1279px) {
  .p-header__inner__navi {
    font-size: 14px;
  }
}
@media screen and (max-width: 1069px) {
  .p-header__inner__navi {
    gap: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  .p-header__inner__navi {
    display: none;
  }
}

.p-header__inner__navi__language a {
  display: block;
  font-size: 13px;
  line-height: 1;
  border: 1px solid #4c4c4c;
  padding: 8px 35px;
}

.p-header__inner__logo {
  width: 310px;
}
@media screen and (max-width: 1365px) {
  .p-header__inner__logo {
    width: 260px;
  }
}
@media screen and (max-width: 1279px) {
  .p-header__inner__logo {
    width: 210px;
  }
}
@media screen and (max-width: 1069px) {
  .p-header__inner__logo {
    width: 180px;
  }
}

.p-header__inner__menu {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-header__inner__menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 32px;
    height: 32px;
  }
  .p-header__inner__menu span {
    background-color: #000000;
    height: 1px;
    display: block;
  }
}

.p-footer {
  padding: 160px 0;
  background-image: url(../img/common/bg-footer_01.png);
  background-position: right bottom;
  background-size: 713px auto;
}
@media screen and (max-width: 1280px) {
  .p-footer {
    padding: 110px 0;
    background-size: 613px auto;
  }
}
@media screen and (max-width: 767px) {
  .p-footer {
    padding: 100px 0 350px;
    background-size: 100% auto;
    text-align: center;
  }
}

.p-footer__logo {
  width: 370px;
}
@media screen and (max-width: 767px) {
  .p-footer__logo {
    width: 212px;
    margin: 0 auto;
  }
}

.p-footer__text {
  margin: 60px 0 0 0;
}
.p-footer__text dt {
  font-size: 24px;
  font-weight: 500;
}
.p-footer__text dd {
  font-size: 18px;
  margin: 10px 0 0 0;
  letter-spacing: normal;
}
@media screen and (max-width: 767px) {
  .p-footer__text {
    margin: 20px 0 0 0;
  }
  .p-footer__text dt {
    font-size: 18px;
  }
  .p-footer__text dd {
    font-size: 12px;
  }
}

.p-footer__link {
  margin: 20px 0 0 0;
  letter-spacing: normal;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-footer__link {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-footer__link a {
  display: inline-block;
  line-height: 1;
  font-size: 20px;
  font-weight: 500;
}

.p-footer__sns {
  margin-left: 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
}

.p-footer__copy {
  margin: 20px 0 0 0;
  font-size: 14px;
  letter-spacing: normal;
}
@media screen and (max-width: 767px) {
  .p-footer__copy {
    font-size: 13px;
  }
}

.p-breadcrumb-list {
  margin: 20px 0;
  font-size: 16px;
}
.p-breadcrumb-list a {
  color: #0048B5;
}
@media screen and (max-width: 767px) {
  .p-breadcrumb-list {
    display: none;
  }
}

.p-kv-hoem {
  position: relative;
}
.p-kv-hoem .swiper-slide img {
  width: 100%;
  height: 800px;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-kv-hoem .p-kv-hoem__logo {
  width: 807px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .p-kv-hoem .swiper-slide img {
    height: 100vh;
  }
  .p-kv-hoem .p-kv-hoem__logo {
    width: 335px;
  }
}

.p-post-list {
  padding: 0 0 0 140px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 150px;
}
@media screen and (max-width: 767px) {
  .p-post-list {
    gap: 0 40px;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .p-post-list .p-post-list__heading {
    width: 70px;
  }
}

.p-post-list__list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 42px;
}
.p-post-list__list ul li {
  width: 180px;
  line-height: 1.7;
}
.p-post-list__list ul li img {
  width: 100%;
  height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-post-list__list ul li .e-date {
  margin: 15px 0 10px;
  font-size: 16px;
  line-height: 1;
}
.p-post-list__list ul li .e-title {
  font-size: 15px;
  letter-spacing: 1px;
}
.p-post-list__list.--wrap ul {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 50px 30px;
}
@media screen and (max-width: 767px) {
  .p-post-list__list {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 1px;
  }
  .p-post-list__list ul {
    gap: 0;
  }
  .p-post-list__list.--wrap {
    width: 100%;
  }
  .p-post-list__list.--wrap ul {
    display: block;
  }
  .p-post-list__list.--wrap ul li {
    width: 100%;
  }
  .p-post-list__list.--wrap ul li + li {
    margin: 40px 0 0 0;
  }
  .p-post-list__list.--wrap ul li a {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0 10px;
  }
  .p-post-list__list.--wrap ul li a img {
    width: 136px;
    height: 192px;
  }
  .p-post-list__list.--wrap ul li a > div {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .p-post-list__list.--wrap ul li a .e-date {
    margin: 0 0 10px;
  }
}

.swiper-navigation {
  display: none;
}
@media screen and (max-width: 767px) {
  .swiper-navigation {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 15px;
    margin: 20px 0 0 0;
  }
}

.p-post-header {
  margin: 0 0 64px 0;
}
@media screen and (max-width: 767px) {
  .p-post-header {
    margin: 0 0 32px 0;
  }
}

.p-post-header__heading {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .p-post-header__heading {
    font-size: 18px;
    line-height: 1.5;
  }
}

.p-post > * + * {
  margin: 60px 0 0 0;
}
.p-post > *:first-child {
  margin-top: 0;
}
.p-post > *:last-child {
  margin-bottom: 0;
}
.p-post .wp-block-image {
  text-align: center;
}
.p-post .wp-block-image img {
  max-width: 400px;
}
.p-post a {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .p-post > * + * {
    margin: 30px 0 0 0;
  }
  .p-post .wp-block-image img {
    width: 100%;
  }
}

.pagenation-block {
  margin: 100px 0 0 0;
}
.pagenation-block .pagenation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 20px;
}
.pagenation-block .pagenation .prev-box, .pagenation-block .pagenation .next-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 40px;
}
.pagenation-block .pagenation .prev-box .first a, .pagenation-block .pagenation .prev-box .last a, .pagenation-block .pagenation .next-box .first a, .pagenation-block .pagenation .next-box .last a {
  background-color: #F2F2F2;
  font-size: 15px;
  line-height: 1;
  padding: 10px 13px;
}
.pagenation-block .pagenation .prev-box .prev, .pagenation-block .pagenation .next-box .prev {
  background-image: url(../img/common/arrow-left_01.svg);
  background-size: 28px auto;
  background-position: left center;
  padding: 0 0 0 33px;
}
.pagenation-block .pagenation .prev-box .next, .pagenation-block .pagenation .next-box .next {
  background-image: url(../img/common/arrow-right_03.svg);
  background-size: 28px auto;
  background-position: right center;
  padding: 0 33px 0 0;
}
.pagenation-block .pagenation .number-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 15px;
}
.pagenation-block .pagenation .number-box .number.current {
  border-bottom: 1px solid #000000;
  padding: 5px;
}
.pagenation-block .pagenation .number-box .number a {
  display: inline-block;
  color: #BCBCBC;
  padding: 5px;
}
@media screen and (max-width: 767px) {
  .pagenation-block {
    margin: 50px 0 0 0;
  }
  .pagenation-block .pagenation .prev-box, .pagenation-block .pagenation .next-box {
    gap: 0 20px;
  }
  .pagenation-block .pagenation .prev-box .first, .pagenation-block .pagenation .prev-box .last, .pagenation-block .pagenation .next-box .first, .pagenation-block .pagenation .next-box .last {
    display: none;
  }
  .pagenation-block .pagenation .prev-box .prev, .pagenation-block .pagenation .next-box .prev {
    background-size: 20px auto;
    padding: 0 0 0 20px;
  }
  .pagenation-block .pagenation .prev-box .next, .pagenation-block .pagenation .next-box .next {
    background-size: 20px auto;
    padding: 0 20px 0 0;
  }
  .pagenation-block .pagenation .number-box .number.current {
    padding: 3px;
  }
  .pagenation-block .pagenation .number-box .number a {
    padding: 3px;
  }
}

.pagenation-block-single {
  margin: 100px 0 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 80px;
}

.pagenation-block-single__return {
  background-color: #F2F2F2;
  font-size: 15px;
  line-height: 1;
  padding: 10px 13px;
}

.pagenation-block-single__prev,
.pagenation-block-single__next {
  width: 45px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .pagenation-block-single {
    margin: 50px 0 0 0;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0;
  }
  .pagenation-block-single__return {
    font-size: 13px;
    padding: 8px 10px;
  }
}
.p-home-navi a {
  display: block;
  height: 400px;
  padding: 60px 0 0 0;
  background-size: cover;
  color: #ffffff;
}
.p-home-navi a.p-home-navi__01 {
  background-image: url(../img/home/link-bg_01.jpg);
}
.p-home-navi a.p-home-navi__02 {
  background-image: url(../img/home/link-bg_02.jpg);
}
.p-home-navi a.p-home-navi__03 {
  background-image: url(../img/home/link-bg_03.jpg);
}
.p-home-navi a.p-home-navi__04 {
  background-image: url(../img/home/link-bg_04.jpg);
}
@media screen and (max-width: 767px) {
  .p-home-navi a {
    height: 350px;
    padding: 20px 0 0 0;
  }
  .p-home-navi a > div {
    padding-right: 0 !important;
  }
  .p-home-navi a.p-home-navi__01 {
    background-image: url(../img/home/link-bg_01-sp.jpg);
  }
  .p-home-navi a.p-home-navi__02 {
    background-image: url(../img/home/link-bg_02-sp.jpg);
  }
  .p-home-navi a.p-home-navi__03 {
    background-image: url(../img/home/link-bg_03-sp.jpg);
  }
  .p-home-navi a.p-home-navi__04 {
    background-image: url(../img/home/link-bg_04-sp.jpg);
  }
}

.p-home-navi__text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0 24px;
}
.p-home-navi__text img {
  width: 76px;
  margin: 10px 0 0 0;
}
.p-home-navi__text > div h2 {
  font-size: 48px;
  letter-spacing: 4.8px;
}
.p-home-navi__text > div p {
  font-size: 24px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-home-navi__text {
    gap: 0 15px;
  }
  .p-home-navi__text img {
    width: 47px;
    margin: 24px 0 0 0;
  }
  .p-home-navi__text > div h2 span {
    font-size: 30px;
  }
  .p-home-navi__text > div p {
    font-size: 20px;
  }
}

.p-page-bg {
  background-position: right top;
  padding: 70px 0 0 0;
  min-height: 380px;
}
@media screen and (max-width: 767px) {
  .p-page-bg {
    padding: 60px 0 0 0;
    min-height: 260px;
  }
}
.p-page-bg.--about {
  background-image: url(../img/about/bg_01.png);
  background-size: 511px;
  background-position: right top -50px;
}
@media screen and (max-width: 767px) {
  .p-page-bg.--about {
    background-size: 289px auto;
    background-position: right -15px top -25px;
  }
}
.p-page-bg.--production {
  background-image: url(../img/production/bg_01.png);
  background-size: 488px;
}
@media screen and (max-width: 767px) {
  .p-page-bg.--production {
    background-size: 300px auto;
    background-position: right -60px top -5px;
  }
}
.p-page-bg.--design {
  background-image: url(../img/design/bg_01.png);
  background-size: 603px;
  background-position: right top -130px;
}
@media screen and (max-width: 767px) {
  .p-page-bg.--design {
    background-size: 300px auto;
    background-position: right -5px top -65px;
  }
}
.p-page-bg.--walking {
  background-image: url(../img/walking/bg_01.png);
  background-size: 471px;
  background-position: right top -80px;
}
@media screen and (max-width: 767px) {
  .p-page-bg.--walking {
    background-size: 307px auto;
    background-position: right -40px top -50px;
  }
}
.p-page-bg.--historic {
  background-image: url(../img/historic/bg_01.png);
  background-size: 620px;
  background-position: right top -110px;
}
@media screen and (max-width: 767px) {
  .p-page-bg.--historic {
    background-size: 372px auto;
    background-position: right -50px top -15px;
  }
}
.p-page-bg.--model-root {
  background-image: url(../img/model-root/bg_01.png);
  background-size: 471px;
  background-position: right top -50px;
}
@media screen and (max-width: 767px) {
  .p-page-bg.--model-root {
    background-size: 247px auto;
    background-position: right -15px top -5px;
  }
}
.p-page-bg.--news {
  background-image: url(../img/news/bg_01.png);
  background-size: 532px;
  background-position: right top -150px;
}
@media screen and (max-width: 767px) {
  .p-page-bg.--news {
    background-size: 221px auto;
    background-position: right -15px top -10px;
  }
}
.p-page-bg.--faq {
  background-image: url(../img/faq/bg_01.png);
  background-size: 523px;
  background-position: right top -160px;
}
@media screen and (max-width: 767px) {
  .p-page-bg.--faq {
    background-size: 240px auto;
    background-position: right -15px top -50px;
  }
}
.p-page-bg.--preservation {
  background-image: url(../img/preservation/bg_01.png);
  background-size: 471px;
  background-position: right top -120px;
}
@media screen and (max-width: 767px) {
  .p-page-bg.--preservation {
    background-size: 240px auto;
    background-position: right -50px top -50px;
  }
}

.p-quote {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  margin: 0 auto;
  letter-spacing: 0.5em;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-100px);
          transform: translateY(-100px);
  -webkit-transition: opacity 1s, visibility 1s, -webkit-transform 1s;
  transition: opacity 1s, visibility 1s, -webkit-transform 1s;
  transition: opacity 1s, visibility 1s, transform 1s;
  transition: opacity 1s, visibility 1s, transform 1s, -webkit-transform 1s;
}
.p-quote.inview {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.p-quote__text {
  font-size: 20px;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-quote__text {
    font-size: 18px;
    line-height: 1.6;
  }
}

.p-quote__info {
  text-align: right;
  font-size: 16px;
  margin: 100px 40px 0 0;
}
@media screen and (max-width: 767px) {
  .p-quote__info {
    margin: 0 20px 0 0;
  }
}

/* 芭蕉布とは
------------------------------ */
.p-about-content-01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 80px;
  padding: 100px 0 0 0;
}

.p-about-content-01__img {
  width: 320px;
}

.p-about-content-01__content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (max-width: 767px) {
  .p-about-content-01 {
    display: block;
    padding: 60px 0 0 0;
  }
  .p-about-content-01__img {
    width: 180px;
    margin-left: -20px;
  }
  .p-about-content-01__img.--v-sp-right {
    margin-left: auto;
    margin-right: -20px;
    margin-top: 40px;
  }
  .p-about-content-01__content {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
        -ms-flex: auto;
            flex: auto;
    margin: 40px 0 0 0;
  }
}
/* 芭蕉布を生む
------------------------------ */
.p-production-accordion-parent {
  border-top: 1px solid #DBDBDB;
  height: 125px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 30px;
  background-image: url(../img/common/arrow-bottom_01.svg);
  background-position: right 50px center;
  cursor: pointer;
}
.p-production-accordion-parent.--border-none {
  border-top: none;
}
.p-production-accordion-parent.--show {
  background-image: url(../img/common/arrow-up_01.svg);
}
.p-production-accordion-parent .p-production-accordion-parent__img {
  width: 100px;
}
.p-production-accordion-parent .p-production-accordion-parent__text {
  font-size: 26px;
}
.p-production-accordion-parent .p-production-accordion-parent__text span {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .p-production-accordion-parent {
    height: 120px;
    gap: 0 10px;
    background-position: right 20px center;
    background-size: 28px auto;
  }
  .p-production-accordion-parent .p-production-accordion-parent__img {
    width: 85px;
  }
  .p-production-accordion-parent .p-production-accordion-parent__text {
    line-height: 1.4;
  }
}

.p-production-accordion-child {
  background-image: url(../img/common/bg_01.png);
  background-repeat: repeat;
  border-top: 1px solid #DBDBDB;
  padding: 0 0 90px;
  display: none;
}
@media screen and (max-width: 767px) {
  .p-production-accordion-child {
    padding: 0 0 45px;
  }
}

.p-production-accordion-child__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.p-production-accordion-child__inner::before {
  content: "";
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-production-accordion-child__content {
  max-width: 1000px;
}

.p-production-accordion-child-dl > dt {
  display: inline-block;
  line-height: 1;
  padding: 10px;
  border-bottom: 1px solid #000000;
  margin: 0 0 20px 0;
}
.p-production-accordion-child-dl > dd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 80px;
}
.p-production-accordion-child-dl > dd img {
  width: 320px;
}
@media screen and (max-width: 767px) {
  .p-production-accordion-child-dl > dd {
    font-size: 18px;
    display: block;
  }
  .p-production-accordion-child-dl > dd img {
    width: 100%;
    margin: 20px 0 0 0;
  }
}

/* 図案
------------------------------ */
.p-design-pattern-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.p-design-pattern-list::before {
  content: "";
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-design-pattern-list.--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .p-design-pattern-list {
    display: block;
  }
  .p-design-pattern-list::before {
    display: none;
    -webkit-box-flex: 1;
    -webkit-flex: auto;
        -ms-flex: auto;
            flex: auto;
  }
}

.p-design-pattern-list__section {
  max-width: 1000px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 80px;
}
.p-design-pattern-list__section.--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.p-design-pattern-list__section > div {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-design-pattern-list__section img {
  width: 320px;
}
@media screen and (max-width: 767px) {
  .p-design-pattern-list__section {
    display: block;
  }
  .p-design-pattern-list__section > div {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
        -ms-flex: auto;
            flex: auto;
  }
  .p-design-pattern-list__section img {
    margin-left: -20px;
    margin-top: 20px;
  }
  .p-design-pattern-list__section.--reverse img {
    display: block;
    margin-left: auto;
    margin-right: -20px;
  }
}

/* 喜如嘉を歩く
------------------------------ */
.p-walking-img {
  margin: 100px 0 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.p-walking-img:first-child {
  margin-top: 0;
}
.p-walking-img::before {
  content: "";
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-walking-img.--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.p-walking-img.--top {
  margin: 180px 0 0 0;
}
.p-walking-img .p-walking-img__wrap {
  max-width: 1150px;
}
@media screen and (max-width: 767px) {
  .p-walking-img {
    margin: 50px 0 0 0;
  }
  .p-walking-img:first-child {
    margin-top: 0;
  }
  .p-walking-img.--top {
    margin: 90px 0 0 0;
  }
  .p-walking-img .p-walking-img__wrap img {
    width: 350px;
    height: 320px;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
    margin-left: auto;
    margin-right: -20px;
  }
  .p-walking-img.--reverse .p-walking-img__wrap img {
    margin-left: -20px;
    margin-right: auto;
  }
}

/* 大宜味村の歴史を知るスポット
------------------------------ */
.p-historic-point {
  margin: 30px 0 0 0;
  border: 1px solid #CACACA;
  padding: 40px 30px 25px;
}
.p-historic-point dl dt {
  font-size: 20px;
  margin: 0 0 10px 0;
}

.p-historic-point__link {
  margin: 30px 0 0 0;
}

/* モデルルート
------------------------------ */
.p-model-root-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.p-model-root-list::before {
  content: "";
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-model-root-list.--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .p-model-root-list {
    display: block;
  }
  .p-model-root-list::before {
    display: none;
    -webkit-box-flex: 1;
    -webkit-flex: auto;
        -ms-flex: auto;
            flex: auto;
  }
}

.p-model-root-list__section {
  max-width: 1000px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 0 40px;
}
.p-model-root-list__section.--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
.p-model-root-list__section > div {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-model-root-list__section img {
  width: 360px;
}
@media screen and (max-width: 767px) {
  .p-model-root-list__section {
    display: block;
  }
  .p-model-root-list__section > div {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
        -ms-flex: auto;
            flex: auto;
  }
  .p-model-root-list__section img {
    display: block;
    width: 100%;
    height: 320px;
    -o-object-fit: cover;
       object-fit: cover;
    margin-left: -20px;
    margin-top: 30px;
  }
  .p-model-root-list__section.--reverse img {
    margin-left: auto;
    margin-right: -20px;
  }
}

.p-model-root-list__table {
  border-top: 1px solid #D6D6D6;
}
.p-model-root-list__table > dl {
  border-bottom: 1px solid #D6D6D6;
  padding: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.p-model-root-list__table > dl > dt {
  width: 100px;
  font-size: 16px;
  padding: 3px 0 0 0;
}
.p-model-root-list__table > dl > dd {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 20px;
}
.p-model-root-list__table > dl > dd ul {
  font-size: 16px;
  line-height: 1.5;
  margin: 10px 0 0 0;
}
.p-model-root-list__table > dl > dd ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.p-model-root-list__table > dl > dd ul li::before {
  content: "・";
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-model-root-list__table > dl {
    padding: 15px 10px;
  }
  .p-model-root-list__table > dl > dd {
    font-size: 16px;
    line-height: 1.5;
  }
  .p-model-root-list__table > dl > dd ul {
    font-size: 14px;
  }
}

.swiper-model-root .swiper-slide {
  width: 480px;
}

.swiper-model-root__swiper-navi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 10px;
  width: 480px;
  margin: 20px auto 0;
}
.swiper-model-root__swiper-navi .swiper-pagination-num {
  width: auto;
}

@media screen and (max-width: 767px) {
  .swiper-model-root .swiper-slide {
    width: 100%;
  }
  .swiper-model-root__swiper-navi {
    width: 100%;
  }
}
/* 喜如嘉の芭蕉布保存会
------------------------------ */
.p-preservation-box-01 {
  padding: 80px 0 0 0;
}

.p-preservation-box-01__img {
  text-align: center;
  margin: 30px 0 0 0;
}

.p-link-next a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 16px;
}

.p-link-next__img {
  width: 160px;
}

.p-link-next__text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-link-next__text dt {
  font-size: 18px;
  letter-spacing: 1.8px;
}
.p-link-next__text dd {
  display: inline-block;
  font-size: 28px;
  letter-spacing: 2.8px;
  border-bottom: 1px solid #000000;
  line-height: 1.4;
  margin: 10px 0 0 0;
  padding: 0 0 10px 0;
}

@media screen and (max-width: 767px) {
  .p-link-next a {
    display: block;
  }
  .p-link-next__text {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
        -ms-flex: auto;
            flex: auto;
    margin: 20px 0 0 0;
  }
  .p-link-next__text dd {
    display: inline-block;
    font-size: 22px;
    letter-spacing: 2.8px;
    border-bottom: 1px solid #000000;
    line-height: 1.4;
    margin: 10px 0 0 0;
    padding: 0 0 10px 0;
  }
}
.p-faq-list {
  margin-top: -36px;
}
.p-faq-list dl {
  border-top: 1px solid #DBDBDB;
  padding: 36px 0 28px;
}
.p-faq-list dl:first-child {
  border-top: none;
}
.p-faq-list dl > dt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-image: url(../img/common/arrow-bottom_01.svg);
  background-size: 22px auto;
  background-position: right center;
  padding: 0 60px 0 0;
  cursor: pointer;
  line-height: 1.4;
}
.p-faq-list dl > dt::before {
  content: "Q";
  font-size: 24px;
  line-height: 1;
  width: 50px;
}
.p-faq-list dl > dt > div {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-faq-list dl > dd {
  display: none;
  margin: 24px 0 0 0;
  padding: 0 60px 0 0;
}
.p-faq-list dl > dd .p-faq-list__a__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.p-faq-list dl > dd .p-faq-list__a__inner::before {
  content: "A";
  font-size: 24px;
  color: #B70000;
  line-height: 1.4;
  width: 50px;
}
.p-faq-list dl > dd .p-faq-list__a__inner > div {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-faq-list dl > dd .p-faq-list__a__inner a {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .p-faq-list {
    margin-top: -20px;
  }
  .p-faq-list dl {
    padding: 20px 0 18px;
  }
  .p-faq-list dl > dt {
    background-size: 18px auto;
    padding: 0 30px 0 0;
  }
  .p-faq-list dl > dt::before {
    font-size: 20px;
    width: 40px;
  }
  .p-faq-list dl > dd {
    margin: 20px 0 0 0;
    padding: 0 30px 0 0;
  }
  .p-faq-list dl > dd .p-faq-list__a__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .p-faq-list dl > dd .p-faq-list__a__inner::before {
    font-size: 20px;
    width: 40px;
  }
}

.p-sp-menu {
  position: fixed;
  right: -120%;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: #313131;
  z-index: 10000;
  padding: 80px 0 0 0;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.p-sp-menu nav {
  padding: 0 0 0 30px;
}
.p-sp-menu nav > div + div {
  margin: 20px 0 0 0;
}
.p-sp-menu nav > div a {
  display: block;
  color: #ffffff;
  background-image: url(../img/common/arrow-right_02.svg);
  background-position: left top 5px;
  background-size: 21px auto;
  padding: 0 0 0 40px;
  font-size: 20px;
  line-height: 1.5;
}
.p-sp-menu nav > div.child {
  margin: 15px 0 0 0;
  opacity: 0.8;
}
.p-sp-menu nav > div.child a {
  font-size: 18px;
  background-size: 16px;
  padding: 0 0 0 28px;
  margin: 0 0 0 40px;
}
.p-sp-menu.--show {
  right: 0;
  opacity: 1;
}

.p-sp-menu__language {
  text-align: center;
  margin: 40px 0 0 0 !important;
}
.p-sp-menu__language a {
  display: inline-block !important;
  background: none !important;
  font-size: 13px !important;
  line-height: 1 !important;
  border: 1px solid #4c4c4c !important;
  padding: 8px 35px !important;
}

.p-sp-menu__close {
  position: absolute;
  right: 30px;
  top: 35px;
}

/* Utility ------------ */
.u-lite {
  font-weight: 300;
}

.u-regular {
  font-weight: 400;
}

.u-medium {
  font-weight: 500;
}

.u-semi-bold {
  font-weight: 600;
}

.u-bold {
  font-weight: 700;
}

.u-txt-center {
  text-align: center !important;
}

.u-txt-center-left {
  text-align: center !important;
}
@media screen and (max-width: 767px) {
  .u-txt-center-left {
    text-align: left !important;
  }
}

.u-txt-left-center {
  text-align: left !important;
}
@media screen and (max-width: 767px) {
  .u-txt-left-center {
    text-align: center !important;
  }
}

@media screen and (max-width: 1024px) {
  .u-sp-fs-20 {
    font-size: min(2.604vw, 20px);
  }
  .u-sp-fs-18 {
    font-size: min(2.344vw, 18px);
  }
  .u-sp-fs-16 {
    font-size: min(2.083vw, 16px);
  }
  .u-sp-fs-14 {
    font-size: min(1.823vw, 14px);
  }
}
@media screen and (max-width: 599px) {
  .u-sp-fs-20 {
    font-size: 5.128vw;
  }
  .u-sp-fs-18 {
    font-size: 4.615vw;
  }
  .u-sp-fs-16 {
    font-size: 4.103vw;
  }
  .u-sp-fs-14 {
    font-size: 3.59vw;
  }
}
.c-align-end {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

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

.u-clearfix:before {
  content: "";
  display: block;
  clear: both;
}

/* @import "_00_reset";
@import "_01_base";
@import "_02_component";
@import "_03_header";
@import "_04_footer";
@import "_05_side";
@import "_06_post";
@import "_07_page";
@import "_08_home"; *//*# sourceMappingURL=style.css.map */