@charset "UTF-8";
html {
  font-size: 10px;
  scroll-behavior: smooth;
}

body {
  font-size: 1.4rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
  font-weight: 400;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-family: "Sawarabi Mincho", serif;
  font-style: normal;
  overflow-x: hidden;
  word-break: break-all;
  color: #333333;
  background-color: #f7f6f1;
  position: relative;
  margin-top: 150px;
}
@media screen and (max-width: 768px) {
  body {
    margin-top: 90px;
  }
}
body.page-id-363,.page-id-333,.page-id-13,.page-id-65 {
  margin-top: 0;
}
:is(html.wf-active, html.wfno-load, html.loading-delay) body {
  color: var(--black);
}

.js-inview {
  opacity: 0;
  -webkit-transition: 2s;
  transition: 2s;
}

.js-inview.js-inview--show {
  opacity: 1;
}

.u-font-en {
  font-family: "adobe-garamond-pro", serif;
  font-weight: 400;
  font-style: normal;
}

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

.u-font-uppercase {
  text-transform: uppercase;
}

.u-font-uppercase-first::first-letter {
  text-transform: capitalize;
}

.u-pc-only {
  display: block;
}
@media screen and (max-width: 1200px) {
  .u-pc-only {
    display: none !important;
  }
}

.u-sp-only {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .u-sp-only {
    display: block !important;
  }
}

.u-inner01 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 150px;
  padding-left: 150px;
  max-width: calc( 1600px + 300px );
  margin: 0 auto;
}
@media screen and (max-width: 1300px) {
  .u-inner01 {
    max-width: none;
    padding-right: 80px;
    padding-left: 80px;
  }
}
@media screen and (max-width: 768px) {
  .u-inner01 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .u-inner01.has-no-padd {
    padding-right: 0;
    padding-left: 0;
  }
}

.u-hover {
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
.u-hover:hover {
  opacity: 0.3;
}

.u-link01 {
  position: relative;
  padding-right: 20px;
}
.u-link01::after {
  position: absolute;
  display: inline-block;
  content: "";
  background-image: url(../image/common/ico_link01.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  right: 0;
  top: 0;
}

.u-border-bottom {
  border-bottom: 1px solid;
}

.u-link-txt01 {
  text-decoration: underline !important;
}
.u-text-deco-none {
  text-decoration: none !important;
 }
.u-main-mb {
  margin-bottom: 200px;
}
@media screen and (max-width: 768px) {
  .u-main-mb {
    margin-bottom: 80px;
  }
}

.l-breadcrumb {
  margin-bottom: 50px;
}
.l-breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.l-breadcrumb__item {
  font-size: 1.2rem;
  word-break: keep-all;
}
.l-breadcrumb__item + .l-breadcrumb__item {
  margin-left: 10px;
}
.l-breadcrumb__item + .l-breadcrumb__item::before {
  display: inline;
  content: ">";
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
 .l-breadcrumb__list {
    flex-wrap: wrap;
  }
}

.l-2col {
  max-width: calc(1600px + 300px);
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 150px;
  padding-left: 150px;
  margin: 0 auto 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media screen and (max-width: 1300px) {
  .l-2col {
    padding-right: 80px;
    padding-left: 80px;
  }
}
.l-2col__inner {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: calc(100% - 350px);
}
@media screen and (max-width: 830px) {
  .l-2col {
    width: auto;
    padding-right: 20px;
    padding-left: 20px;
    margin: 0 auto 80px;
    display: block;
  }
  .l-2col__inner {
    width: 100%;
  }
  .l-2col.has-sp-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-2col.has-sp-column .l-sidebar {
    margin: 0 0 50px;
  }
}

.l-sidebar {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 100%;
  max-width: 350px;
  font-size: 1.5rem;
}
.l-sidebar__item + .l-sidebar__item {
  margin-top: 15px;
}
.l-sidebar.has-child .l-sidebar__item + .l-sidebar__item {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .l-sidebar {
    margin-top: 60px;
    width: 100%;
    font-size: 1.4rem;
  }
  .l-sidebar__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .l-sidebar__item {
    margin: 0 10px 10px;
  }
  .l-sidebar__item + .l-sidebar__item {
    margin: 0 10px 10px;
  }
  .l-sidebar.has-child {
    margin: 60px 0 0;
  }
  .l-sidebar.has-child .l-sidebar__list {
    display: block;
  }
  .l-sidebar.has-child .l-sidebar__in {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 40px 20px 10px;
    border-top: 1px solid;
    width: 100%;
    display: block;
  }
  .l-sidebar.has-child .l-sidebar__item + .l-sidebar__item {
    margin: 30px 0 0;
  }
}

.l-sidebar-child {
  margin-top: 20px;
}
.l-sidebar-child__item {
  font-size: 1.4rem;
}
.l-sidebar-child__item + .l-sidebar-child__item {
  margin-top: 12px;
}
.l-sidebar-child__in {
  position: relative;
  padding-left: 15px;
}
.l-sidebar-child__in::before {
  position: absolute;
  display: inline-block;
  content: "";
  top: 9px;
  left: 0;
  background-color: #333333;
  width: 8px;
  height: 1px;
}
@media screen and (max-width: 768px) {
  .l-sidebar-child {
    margin-top: 10px;
    padding-left: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .l-sidebar-child__item {
    font-size: 1.3rem;
    margin: 0 20px 10px 0;
  }
  .l-sidebar-child__item + .l-sidebar-child__item {
    margin-top: 0;
  }
}

.l-sidebar-child__item .l-sidebar-child {
  margin-left: 1em;
  margin-top: 10px;
  margin-bottom: 20px;
}
.l-sidebar-child__item .l-sidebar-child .l-sidebar-child__item {
  font-size: 1.3rem;
}
.l-ham {
  position: fixed;
  top: 30px;
  right: 45px;
  z-index: 100;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
@media screen and (max-width: 768px) {
  .l-ham {
    top: 30px;
    right: 25px;
  }
}
.l-ham__buns {
  height: 3px;
  width: 28px;
  background-color: #fff;
  transition-duration: 0.5s;
}
.l-ham.has-black .l-ham__buns {
  background-color: #333333;
}
.l-ham.is-open .l-ham__buns {
  background-color: #333333;
}
.l-ham.is-open .l-ham__buns:first-child {
  transform: translateY(9px) rotate(45deg);
}
.l-ham.is-open .l-ham__buns:nth-child(2) {
  opacity: 0;
}
.l-ham.is-open .l-ham__buns:last-child {
  transform: translateY(-9px) rotate(-45deg);
}

.l-ham-wrap {
  position: fixed;
  width: 40%;
  height: 100vh;
  background-color: #f7f6f1;
  top: 0;
  right: -40%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px 40px;
  color: #333333;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
.l-ham-wrap.is-wrap-open {
  right: 0;
  z-index: 10;
}
.l-ham-wrap .l-header__info-la {
  color: #333333;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  padding-right: 40px;
  /* padding-top: 10px; */
}
@media screen and (max-width: 768px) {
  .l-ham-wrap {
    width: 100%;
    right: -100%;
  }
  .l-ham-wrap .l-header__info-la {
      padding-right: 30px;
      padding-top: 0;
  }
}

.l-ham-nav__list {
  margin-top: 100px;
}
.l-ham-nav__item {
  border-bottom: 1px solid;
}
.l-ham-nav__in {
  display: block;
  font-size: 1.5rem;
  padding: 20px 5px;
}
@media screen and (max-width: 768px) {
  .l-ham-nav__list {
    margin-top: 60px;
  }
}

.l-ham-nav-other {
  margin-top: 60px;
}
.l-ham-nav-other__item + .l-ham-nav-other__item {
  margin-top: 20px;
}
.l-ham-nav-other__in {
  font-size: 1.2rem;
}
.l-ham-nav-other__in img, .l-ham-nav-other__in picture {
  width: 18px;
}
@media screen and (max-width: 768px) {
  .l-ham-nav-other {
    margin-top: 30px;
  }
}

.l-header {
  color: #FFF;
  position: fixed;
  left: 0;
  right: 0;
  top: 30px;
  z-index: 100;
}
.l-header__nav {
  transition-duration: 0.5s;
}
.l-header__nav.has-black {
  color: #333333;
}
.l-header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l-header__nav-item {
  margin: 0 30px;
  font-size: 1.5rem;
}
.l-header__info {
  position: absolute;
  top: 0;
  right: 90px;
  z-index: 100;
  transition-duration: 0.5s;
}
@media screen and (max-width: 768px) {
  .l-header__info {
    top: -2px;
    right: 60px;
  }
}
.l-header__info-la {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.l-header__info-la__item {
  position: relative;
  font-size: 1.5rem;
}
.l-header__info-la__item + .l-header__info-la__item::before {
  display: inline;
  content: "/";
}
.l-header__info-la__in {
  padding: 0 5px;
}
.l-header__info.has-black {
  color: #333333;
}

@-webkit-keyframes scroll {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-45deg) translate(0, 0);
            transform: rotate(-45deg) translate(0, 0);
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0;
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
            transform: rotate(-45deg) translate(-20px, 20px);
  }
  100% {
    opacity: 0;
  }
}

@keyframes scroll {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-45deg) translate(0, 0);
            transform: rotate(-45deg) translate(0, 0);
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0;
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
            transform: rotate(-45deg) translate(-20px, 20px);
  }
  100% {
    opacity: 0;
  }
}
.l-mv-top {
  position: relative;
  height: 100vh;
}
.l-mv-top__logo {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  max-width: 222px;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-mv-top__scroll {
  color: #fff;
  position: absolute;
  bottom: 80px;
  left: 0;
  right: 0;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.4rem;
}
.l-mv-top__scroll::before, .l-mv-top__scroll::after {
  -webkit-animation: scroll 2s infinite;
          animation: scroll 2s infinite;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  content: "";
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 20px;
  width: 20px;
}
.l-mv-top__slide {
  position: relative;
  z-index: -1;
}
.l-mv-top__slide-item img, .l-mv-top__slide-item picture {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}

.l-access01 {
  background-image: url(../image/common/bg_info01_pc.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 265px 40px 210px;
  color: #fff;
}
.l-access01__inner {
  margin: 0 auto;
  max-width: 1000px;
}
.l-access01__head {
  width: 200px;
  margin-bottom: 75px;
}
.l-access01__txt {
  font-size: 1.4rem;
}
.l-access01__txt + .l-access01__txt {
  margin-top: 10px;
}
.l-access01__map iframe {
  width: 100%;
  height: 730px;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}
@media screen and (max-width: 768px) {
  .l-access01 {
    background-image: url(../image/common/bg_info01_sp.jpg);
    padding: 160px 20px 130px;
  }
  .l-access01__inner {
    max-width: none;
  }
  .l-access01__head {
    width: 150px;
  }
  .l-access01__map iframe {
    height: 540px;
  }
}

.l-foot {
  border-top: 1px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 130px 130px 140px;
}
.l-foot__inner {
  max-width: 1600px;
  margin: 0 auto;
}
.l-foot__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-foot__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 70px;
}
.l-foot__logo {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 200px;
}
.l-foot__copy {
  font-size: 1.2rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .l-foot {
    padding: 70px 20px 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .l-foot__inner {
    max-width: none;
  }
  .l-foot__info {
    display: block;
  }
  .l-foot__logo {
    width: 140px;
    margin: 0 auto 60px;
  }
  .l-foot__copy {
    font-size: 1.1rem;
  }
}

.l-foot-language {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.l-foot-language__sns {
  width: 17px;
  height: 18px;
  margin-right: 25px;
}
.l-foot-language__item {
  font-size: 1.5rem;
  padding: 0 8px;
}
.l-foot-language__item + .l-foot-language__item::before {
  display: inline;
  content: "/";
}
@media screen and (max-width: 768px) {
  .l-foot-language {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 60px;
  }
}

.l-foot-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 600px;
  gap: 40px;
}
.l-foot-nav__item {
  font-size: 1.4rem;
}

.l-head-logo.has-small {
  width: 140px;
  transform: translate(0px, -10px);
}
.l-head-logo {
  width: 200px;
  margin: 10px auto 0;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .l-head-logo {
    width: 140px;
    margin: -10px 0 0 20px;
  }
  .l-head-logo.has-small {
    width: 140px;
    transform: translate(0, 0);
}
}

.l-page {
  margin-top: 215px;
}
@media screen and (max-width: 768px) {
  .l-page {
    margin-top: 120px;
  }
}

.l-notfound {
  padding: 180px 0 120px;
}

.c-head01 {
  font-size: 2.7rem;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .c-head01 {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}

.c-head02 {
  font-size: 2.2rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .c-head02 {
    font-size: 1.8rem;
  }
}

.c-head03 {
  font-size: 3rem;
  margin-bottom: 60px;
  padding-bottom: 25px;
  border-bottom: 1px solid;
}
@media screen and (max-width: 768px) {
  .c-head03 {
    font-size: 1.8rem;
    margin-bottom: 40px;
    padding-bottom: 15px;
  }
}

.c-btn01 {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .c-head01 {
    margin-top: 50px;
  }
}
.c-btn01__in {
  font-size: 1.6rem;
  display: block;
  border: 1px solid;
  border-radius: 28px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px 60px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-btn01__in::before, .c-btn01__in::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: 25px;
  width: 10px;
  height: 1px;
  border-radius: 9999px;
  background-color: #333333;
  -webkit-transform-origin: calc(100% - 0.5px) 50%;
          transform-origin: calc(100% - 0.5px) 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-btn01__in::before {
  -webkit-transform: rotate(55deg);
          transform: rotate(55deg);
}
.c-btn01__in::after {
  -webkit-transform: rotate(-55deg);
          transform: rotate(-55deg);
}
.c-btn01:hover .c-btn01__in {
  background-color: #333333;
  color: #fff;
}
.c-btn01:hover .c-btn01__in::before, .c-btn01:hover .c-btn01__in::after {
  right: 20px;
  background-color: #fff;
}
.c-btn01.has-back .c-btn01__in::before, .c-btn01.has-back .c-btn01__in::after {
  right: auto;
  left: 25px;
  -webkit-transform-origin: 0 50%;
          transform-origin: 0 50%;
}

.c-btn02 {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  font-size: 1.7rem;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
.c-btn02__in {
  position: relative;
  padding-right: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-btn02__in::before, .c-btn02__in::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: 0;
  width: 10px;
  height: 1px;
  border-radius: 9999px;
  background-color: #333333;
  -webkit-transform-origin: calc(100% - 0.5px) 50%;
          transform-origin: calc(100% - 0.5px) 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-btn02__in::before {
  -webkit-transform: rotate(55deg);
          transform: rotate(55deg);
}
.c-btn02__in::after {
  -webkit-transform: rotate(-55deg);
          transform: rotate(-55deg);
}
.c-btn02:hover {
  opacity: 0.3;
}
.c-btn02:hover .c-btn02__in::before, .c-btn02:hover .c-btn02__in::after {
  right: -5px;
}
.c-btn02.has-white .c-btn02__in::before, .c-btn02.has-white .c-btn02__in::after {
  background-color: #fff;
}
.c-btn02.has-right {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}
@media screen and (max-width: 768px) {
  .c-btn02 {
    margin-top: 40px;
    font-size: 1.5rem;
  }
  .c-btn02.has-right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    margin-right: 0;
    margin-left: auto;
  }
}

.c-archive-news01__img {
  width: 133px;
  margin-right: 30px;
}
.c-archive-news01__img :is(img, picture) {
  width: 133px;
  height: 91px;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-archive-news01__time {
  font-size: 1.4rem;
  margin-bottom: 5px;
  display: block;
}
.c-archive-news01__in {
  padding: 0 20px 35px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
.c-archive-news01__in::after {
  position: absolute;
  display: block;
  content: "";
  border: 3px solid;
  border-radius: 50%;
  width: 11px;
  height: 11px;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.c-archive-news01__in[target=_blank]::after {
  background-image: url(../image/common/ico_link01.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  border: none;
  border-radius: 0;
  width: 20px;
  height: 20px;
}
.c-archive-news01__item {
  border-bottom: 1px solid;
}
.c-archive-news01__item + .c-archive-news01__item {
  margin-top: 40px;
}
.c-archive-news01__txt {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .c-archive-news01__img {
    margin-right: 20px;
    margin-bottom: 10px;
  }
  .c-archive-news01.no-img .c-archive-news01__areatxt {
    width: 100%;
  }
  .c-archive-news01__time {
    font-size: 1.2rem;
    margin-bottom: 5px;
  }
  .c-archive-news01__in {
    padding: 0 20px 20px 0;
  }
  .c-archive-news01__in::after {
    width: 9px;
    height: 9px;
    right: 10px;
  }
  .c-archive-news01__in[target=_blank]::after {
    width: 15px;
    height: 15px;
  }
  .c-archive-news01__item + .c-archive-news01__item {
    margin-top: 30px;
  }
  .c-archive-news01__txt {
    font-size: 1.4rem;
  }
}

.c-archive-item01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -30px;
}
.c-archive-item01.has-4col {
  gap: 5%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.c-archive-item01.has-4col .c-archive-item01__img {
  max-width: none;
  max-height: none;
}
.c-archive-item01.has-4col .c-archive-item01__item {
  width: 25%;
}
.c-archive-item01.has-no-slide {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}
.c-archive-item01.has-no-slide .c-archive-item01__item {
  width: 19%;
  margin-bottom: 60px;
}
.c-archive-item01__img {
  max-width: 258px;
  max-height: 258px;
  height: 100%;
  overflow: hidden;
  margin-bottom: 10px;
}
.c-archive-item01__img :is(img, picture) {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-archive-item01__txt {
  font-size: 1.6rem;
  margin-bottom: 5px;
}
.c-archive-item01__price {
  font-size: 1.4rem;
}
.c-archive-item01__price::before {
  display: inline;
  content: "€";
}
.c-archive-item01__item {
  height: 100%;
  margin: 0 30px;
}
@media screen and (max-width: 1200px) {
  .c-archive-item01__img {
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .c-archive-item01.has-no-slide {
    margin: 0;
    gap: 5%;
  }
  .c-archive-item01.has-no-slide .c-archive-item01__item {
    width: 47%;
    margin: 0 0 30px;
  }
  .c-archive-item01__item {
    margin: 0 30px;
  }
  .c-archive-item01__img {
    max-width: none;
    max-height: none;
    margin-bottom: 10px;
  }
  .c-archive-item01__img :is(img, picture) {
    width: 100%;
  }
  .c-archive-item01__txt {
    font-size: 1.5rem;
    margin-bottom: 5px;
  }
  .c-archive-item01__price {
    font-size: 1.3rem;
  }
}

.c-cat-item01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3.3333%;
}
.c-cat-item01__item {
  width: 22.5%;
  margin-bottom: 65px;
}
.c-cat-item01__img {
  overflow: hidden;
  max-width: 323px;
  max-height: 323px;
  height: 100%;
  margin-bottom: 1%;
}
.c-cat-item01__img :is(img, picture) {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-cat-item01__txt {
  margin-top: 10px;
  font-size: 1.8rem;
}
@media screen and (max-width: 1200px) {
  .c-cat-item01__img {
    max-width: none;
    max-height: none;
    height: auto;
    width: 100%;
  }
  .c-cat-item01__img :is(img, picture) {
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media screen and (max-width: 768px) {
  .c-cat-item01 {
    gap: 40px;
  }
  .c-cat-item01__item {
    width: calc((100% - 40px) / 2);
    margin-bottom: 0;
  }
  .c-cat-item01__img {
    overflow: hidden;
    max-width: none;
    max-height: none;
    width: 100%;
  }
  .c-cat-item01__txt {
    font-size: 1.4rem;
  }
}

.c-archive-story01 {
  border-bottom: 1px solid;
}
.c-archive-story01__item {
  border-top: 1px solid;
  padding-right: 10%;
}
.c-archive-story01__item:nth-child(even) {
  padding-right: 0;
  padding-left: 10%;
}
.c-archive-story01__item:nth-child(even) .c-archive-story01__img {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.c-archive-story01__item:nth-child(even) .c-archive-story01__areatxt {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.c-archive-story01__in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 40px 0;
  gap: 10%;
}
.c-archive-story01__img {
  width: 50%;
}
.c-archive-story01__img :is(img, picture) {
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 400px;
  width: 100%;
  height: 100%;
}
.c-archive-story01__areatxt {
  width: 50%;
}
.c-archive-story01__date {
  font-size: 1.3rem;
  margin-bottom: 20px;
}
.c-archive-story01__head {
  font-size: 2.1rem;
  margin-bottom: 15px;
}
.c-archive-story01__txt {
  font-size: 1.4rem;
  line-height: 2.2;
}
@media screen and (max-width: 768px) {
  .c-archive-story01__item {
    padding-right: 0;
  }
  .c-archive-story01__item:nth-child(even) {
    padding-right: 0;
    padding-left: 0;
  }
  .c-archive-story01__item:nth-child(even) .c-archive-story01__img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .c-archive-story01__item:nth-child(even) .c-archive-story01__areatxt {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .c-archive-story01__in {
    display: block;
    padding: 40px 0;
    gap: 10%;
  }
  .c-archive-story01__img {
    width: 100%;
    margin: 0 auto 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .c-archive-story01__areatxt {
    width: 100%;
  }
  .c-archive-story01__date {
    font-size: 1.2rem;
    margin-bottom: 10px;
  }
  .c-archive-story01__head {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
  .c-archive-story01__txt {
    font-size: 1.3rem;
  }
}

.c-archive-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  margin-top: 30px;
}
.c-archive-tag__item {
  font-size: 1.5rem;
  word-break: keep-all;
}
.c-archive-tag__item + .c-archive-tag__item {
  margin: 0 0 0 20px;
}
@media screen and (max-width: 768px) {
  .c-archive-tag {
    flex-wrap: wrap;
    justify-content: start;
    margin-top: 30px;
  }
  .c-archive-tag__item {
    margin-right: 20px;
  }
  .c-archive-tag__item + .c-archive-tag__item {
    margin-left: 0;
  }
}

.c-archive-faq01 {
  scroll-margin-top: 120px;
}
.c-archive-faq01 + .c-archive-faq01 {
  margin-top: 120px;
}
.c-archive-faq01__head {
  font-size: 2.1rem;
  margin-bottom: 30px;
}
.c-archive-faq01__wrap {
  border-top: 1px solid;
}
.c-archive-faq01__wrap:last-child {
  border-bottom: 1px solid;
}
.c-archive-faq01__q {
  position: relative;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 30px 90px;
  cursor: pointer;
}
.c-archive-faq01__q::before {
  position: absolute;
  display: inline;
  content: "q.";
  font-family: "adobe-garamond-pro", serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  font-size: 2.9rem;
  top: 17px;
  left: 30px;
}
.c-archive-faq01__q::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 15px;
  height: 11px;
  background-color: #333333;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  top: 40px;
  right: 15px;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
.c-archive-faq01__q.open::after {
  background: #6b6a6a;
  clip-path: polygon(0 100%, 50% 0, 100% 100%);
}
.c-archive-faq01__a {
  display: none;
  position: relative;
  color: #6b6a6a;
  font-size: 1.5rem;
  padding: 15px 90px 40px;
}
.c-archive-faq01__a::before {
  position: absolute;
  display: inline;
  content: "a.";
  font-family: "adobe-garamond-pro", serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  font-size: 2.9rem;
  top: 0;
  left: 30px;
}
@media screen and (max-width: 768px) {
  .c-archive-faq01 + .c-archive-faq01 {
    margin-top: 80px;
  }
  .c-archive-faq01__head {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
  .c-archive-faq01__q {
    font-size: 1.4rem;
    padding: 30px 50px;
  }
  .c-archive-faq01__q::before {
    left: 10px;
  }
  .c-archive-faq01__a {
    font-size: 1.3rem;
    padding: 15px 50px 40px;
  }
  .c-archive-faq01__a::before {
    left: 10px;
  }
}

.c-single-item01__areahead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-bottom: 80px;
}
.c-single-item01__thumbnail {
  margin-top: 15px;
}
.c-single-item01__thumbnail-item :is(img, picture) {
  width: 75px;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-single-item01__thumbnail-item + .c-single-item01__thumbnail-item {
  margin-left: 5px;
}
.c-single-item01__thumbnail .slick-track {
  width: 100% !important;
}
.c-single-item01__areaimg {
  width: 50%;
  max-width: 590px;
}
.c-single-item01__areatxt {
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px;
  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;
}
.c-single-item01__areatxt-in {
  max-width: 420px;
  width: 100%;
}
.c-single-item01__head {
  font-size: 2.4rem;
  margin-bottom: 10px;
}
.c-single-item01__price {
  font-size: 2.0rem;
  margin-bottom: 5px;
}
.c-single-item01__price::before {
  display: inline;
  content: "€";
}
.c-single-item01__tax {
  font-size: 1.2rem;
  color: #999999;
}
.c-single-item01__tax::before {
  display: inline;
  content: "TTC €";
}
.c-single-item01__table {
  margin-top: 90px;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .c-single-item01__areahead {
    display: block;
    margin-bottom: 40px;
  }
  .c-single-item01__thumbnail {
    margin-top: 5px;
  }
  .c-single-item01__areaimg {
    width: 100%;
    max-width: none;
    margin-bottom: 30px;
  }
  .c-single-item01__areatxt {
    width: 100%;
    padding: 0;
    display: block;
  }
  .c-single-item01__areatxt-in {
    max-width: none;
  }
  .c-single-item01__head {
    font-size: 2rem;
    margin-bottom: 10px;
  }
  .c-single-item01__price {
    font-size: 1.6rem;
    margin-bottom: 5px;
  }
  .c-single-item01__tax {
    font-size: 1rem;
  }
  .c-single-item01__table {
    margin-top: 30px;
  }
}

.c-single-relation01 {
  margin-top: 160px;
}
@media screen and (max-width: 768px) {
  .c-single-relation01 {
    margin-top: 80px;
  }
  .c-single-relation01 .c-archive-item01 {
    margin: 0 -20px;
  }
}

.c-single-thum01 {
  max-width: 690px;
  margin: 0 auto 60px;
}
.c-single-thum01 :is(img, picture) {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .c-single-thum01 {
    max-width: none;
    margin-bottom: 30px;
  }
}
.c-single-con01 {
  line-height: 2.2;
}
.c-single-con01 p {
  font-size: 1.5rem;
  line-height: 2.2;
}
.c-single-con01 p + p {
  margin-top: 2em;
}
.c-single-con01 strong {
  font-weight: bold;
}
.c-single-con01 :is(img, picture) {
  margin: 2em 0;
}
.c-single-con01 .aligncenter {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
.c-single-con01 h2 {
  margin: 2em 0 1em;
  font-size: 2rem;
  font-weight: bold;
}
.c-single-con01 a {
  text-decoration: underline !important;
}
@media screen and (max-width: 768px) {
  .c-single-con01 p {
    font-size: 1.3rem;
  }
  .c-single-con01 p + p {
    margin-top: 1em;
  }
  .c-single-con01 h2 {
    font-size: 1.8rem;
  }
}

.c-single-news01 {
  margin-bottom: 95px;
}
.c-single-news01__areahead {
  margin-bottom: 55px;
}
.c-single-news01__date {
  font-size: 1.3rem;
  color: #333333;
  margin-bottom: 1%;
  display: block;
}
.c-single-news01__head {
  font-size: 2rem;
  border-bottom: 1px solid;
  padding-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .c-single-news01 {
    margin-bottom: 40px;
  }
  .c-single-news01__areahead {
    margin-bottom: 30px;
  }
  .c-single-news01__date {
    font-size: 1.2rem;
    margin-bottom: 5px;
  }
  .c-single-news01__head {
    font-size: 1.8rem;
    padding-bottom: 15px;
  }
}

.c-table01 tr {
  border-bottom: 1px solid;
}
.c-table01 th, .c-table01 td {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px 5px;
}
.c-table01 th {
  width: 30%;
}

.c-tag01::before {
  display: inline;
  content: "#";
}

.c-cat-tag01 {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.c-cat-tag01__item {
  font-size: 1.5rem;
  margin-bottom: 20px;
}
.c-cat-tag01__item + .c-cat-tag01__item {
  margin-left: 30px;
}
.c-cat-tag01.has-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .c-cat-tag01 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .c-cat-tag01__item {
    font-size: 1.3rem;
    margin-bottom: 10px;
  }
  .c-cat-tag01__item + .c-cat-tag01__item {
    margin-left: 15px;
  }
}

.c-cat-tab01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 50px;
}
.c-cat-tab01__item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px 35px;
  border: 1px solid;
  border-radius: 25px;
  font-size: 1.5rem;
  word-break: keep-all;
  text-align: center;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  cursor: pointer;
}
.c-cat-tab01__item + .c-cat-tab01__item {
  margin-left: 10px;
}
.c-cat-tab01__item.active {
  background-color: #333333;
  color: #fff;
}
.c-cat-tab01__con {
  display: none;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
.c-cat-tab01__con.active {
  display: block;
}
@media screen and (max-width: 768px) {
  .c-cat-tab01 {
    margin-bottom: 40px;
  }
  .c-cat-tab01__item {
    padding: 5px 15px;
    min-width: 105px;
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
}

.c-form01 {
  max-width: 900px;
  margin: 0 0 0 auto;
}
.c-form01__txt {
  font-size: 1.3rem;
  text-align: right;
}
.c-form01 tr {
  border-bottom: 1px solid;
}
.c-form01 th, .c-form01 td {
  font-size: 1.8rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 45px 0;
}
.c-form01 input {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.c-form01 input[type=text], .c-form01 input[type=email], .c-form01 input[type=tel] {
  width: 100%;
  height: 35px;
  background-color: #fff;
  border-radius: 3px;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px 10px;
}
.c-form01 textarea {
  width: 100%;
  border-radius: 3px;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px 10px;
}
.c-form01__policy {
  margin-top: 45px;
  text-align: right;
}
.c-form01__policy-in {
  text-decoration: underline !important;
}
.c-form01 .btn--confirm {
  max-width: 250px;
  width: 100%;
  margin: 50px auto 0;
  border-radius: 45px;
  background-color: #333333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px;
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
}
.c-form01 .btn--back {
  max-width: 250px;
  width: 100%;
  margin: 50px 0 0;
  border-radius: 45px;
  background-color: #6b6a6a;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px;
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
}
.c-form01 .btn--submit {
  max-width: 250px;
  width: 100%;
  margin: 50px 0 0;
  border-radius: 45px;
  background-color: #333333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px;
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .c-form01 th, .c-form01 td {
    font-size: 1.6rem;
    display: block;
  }
  .c-form01 th {
    padding: 30px 0;
  }
  .c-form01 td {
    padding: 0 0 30px;
  }
}

.c-layout01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.c-layout01.has-no-left .c-layout01__head {
  padding-left: 0;
  padding-right: 30px;
}
.c-layout01__head {
  width: 40%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 40px;
}
.c-layout01__areatxt {
  width: 60%;
}
@media screen and (max-width: 768px) {
  .c-layout01 {
    display: block;
  }
  .c-layout01__head {
    width: 100%;
    padding-left: 0;
  }
  .c-layout01__areatxt {
    width: 100%;
  }
}

.c-page-single01 {
  margin-top: 50px;
  padding-top: 30px;
  border-top: 1px solid;
  position: relative;
  height: 175px;
}
.c-page-single01__prev, .c-page-single01__next, .c-page-single01__all {
  position: absolute;
}
.c-page-single01__all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
  left: 0;
  right: 0;
  top: 55px;
  font-size: 1.6rem;
}
.c-page-single01__prev {
  top: 55px;
  left: 0;
  z-index: 5;
  font-size: 1.6rem;
}
.c-page-single01__next {
  top: 55px;
  right: 0;
  z-index: 5;
  font-size: 1.6rem;
}
.c-page-single01__next .c-page-single01__areaarrw {
  justify-content: end;
}
.c-page-single01__next .c-page-single01__txt {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.c-page-single01__next .c-page-single01__img {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.c-page-single01__next .c-page-single01__head {
  text-align: right;
}
.c-page-single01__areaarrw {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
.c-page-single01__img :is(img, picture) {
  width: 105px;
  height: 70px;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-page-single01__head {
  margin-top: 20px;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .c-page-single01 {
    margin-top: 25px;
    padding-top: 15px;
    height: 100px;
  }
  .c-page-single01__all {
    top: 40px;
    font-size: 1.2rem;
  }
  .c-page-single01__prev {
    top: 30px;
    font-size: 1.2rem;
  }
  .c-page-single01__next {
    top: 30px;
    font-size: 1.2rem;
  }
  .c-page-single01__areaarrw {
    gap: 10px;
  }
  .c-page-single01__img :is(img, picture) {
    width: 60px;
    height: 40px;
  }
  .c-page-single01__head {
    margin-top: 10px;
    font-size: 1.2rem;
    max-width: 110px;
  }
}

.c-page-single02 {
  max-width: 1730px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.c-page-single02__img img{
  width: 170px;
  height: 100px;
  object-fit: contain;
}
.c-page-single02__areaarrw {
  font-size: 1.6rem;
}
.c-page-single02__areatxt {
  position: relative;
  max-width: 240px;
}
.c-page-single02__head {
  font-size: 1.8rem;
}
.c-page-single02__all {
  font-size: 1.6rem;
  word-break: keep-all;
}
.c-page-single02__in {
  display: flex;
  align-items: center;
  gap: 30px;
}
.c-page-single02__arw {
  position: absolute;
  display: inline-block;
  width: 11.2px;
  height: 28.2px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.c-page-single02__arw.has-prev {
  left: -30px;
  transform:rotate(180deg);
}
.c-page-single02__arw.has-next {
  right: -30px;
}
.c-page-single02__arw::before,.c-page-single02__arw::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  width: 10px;
  height: 1.5px;
  border-radius: 9999px;
  background-color: #333333;
  transform-origin: calc(100% - 1px) 50%;
  
}
.c-page-single02__arw::before {
  transform: rotate(55deg);
}
.c-page-single02__arw::after {
  transform: rotate(-55deg);
}

@media screen and (max-width: 768px) {
  .c-page-single02 {
    padding: 0 20px;
  }
  .c-page-single02__img img{
    display: none;
  }
  .c-page-single02__areaarrw {
    font-size: 1.4rem;
  }
  .c-page-single02__head {
    font-size: 1.5rem;
  }
  .c-page-single02__all {
    font-size: 1.4rem;
  }
}

.nav-links {
  margin-top: 60px;
}
.nav-links ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.nav-links ul li {
  font-size: 1.6rem;
  margin-left: 30px;
}
.nav-links ul li a {
  color: #ccc;
}
.nav-links ul li .prev, .nav-links ul li .next {
  display: none;
}
/* .nav-links ul li:last-child {
  display: none;
} */

.c-note01 {
  color: #c01111;
}

.home-news {
  margin-top: 170px;
}
.home-news .c-layout01__head {
      width: 30%;
}
.home-news .c-layout01__areatxt {
  width: 70%;
}
@media screen and (max-width: 768px) {
  .home-news {
    margin-top: 85px;
  }
  .home-news .c-layout01__head {
        width: 100%;
  }
  .home-news .c-layout01__areatxt {
    width: 100%;
  }
}

.home-newItem {
  margin-top: 170px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .home-newItem {
    margin-top: 85px;
  }
  .home-newItem__head {
    margin-left: 20px;
  }
}

.home-catItem {
  margin-top: 170px;
}
@media screen and (max-width: 768px) {
  .home-catItem {
    margin-top: 85px;
  }
}

.home-about {
  background-image: url(../image/home/bg_about01.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 140px 0;
  margin: 80px 0;
  color: #fff;
}
.home-about__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
  padding-right: 160px;
  gap: 90px;
}
.home-about__img {
  width: 50%;
}
.home-about__areatxt {
  clear: both;
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.home-about__txt {
  line-height: 2.5;
}
.home-about__txt + .home-about__txt {
  margin-top: 3em;
}
.home-about .c-btn02 {
  font-size: 1.5rem;
}
@media screen and (min-width: 1500px) {
  .home-about__img {
    width: calc( 100% - 625px );
    max-width: none;
  }
  .home-about__areatxt {
    width: 100%;
    max-width: 625px;
  }
}
@media screen and (max-width: 1330px) {
  .home-about__wrap {
    display: block;
    padding: 0 40px;
  }
  .home-about__img {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
  }
  .home-about__areatxt {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .home-about {
    padding: 80px 0;
  }
}
.home-story {
  margin-bottom: 170px;
}
@media screen and (max-width: 768px) {
  .home-story {
    margin-top: 85px;
  }
}

.story-sec {
  margin-bottom: 180px;
}
.story-sec .c-cat-tag01 {
  margin-top: 90px;
}
@media screen and (max-width: 768px) {
  .story-sec {
    margin-top: 60px;
  }
  .story-sec .c-cat-tag01 {
    margin-top: 50px;
  }
}

.story-shingle {
  max-width: 980px;
  margin: 0 auto 140px;
  box-sizing: border-box;
  padding: 0 40px;
}
.story-shingle__head {
  max-width: 1680px;
  margin: 0 auto;
  box-sizing: border-box;
  padding-left: 40px;
}
.story-shingle__con {
  padding-bottom: 45px;
  margin-bottom: 85px;
  border-bottom: 1px solid;
}
.story-shingle__page {
  margin-bottom: 130px;
}
@media screen and (max-width: 768px) {
  .story-shingle {
    padding-right: 20px;
    padding-left: 20px;
    margin: 0 auto 80px;
  }
  .story-shingle__head {
    padding-left: 20px;
  }
  .story-shingle__con {
    padding-bottom: 45px;
    margin-bottom: 55px;
  }
  .story-shingle__page {
    margin-bottom: 80px;
  }
}

.policy-sec__list {
  margin-bottom: 100px;
}
.policy-sec__item + .policy-sec__item {
  border-top: 1px solid;
  padding-top: 100px;
  margin-top: 100px;
}
.policy-sec__areatxt + .policy-sec__areatxt {
  margin-top: 80px;
}
.policy-sec__txt {
  font-size: 1.6rem;
}
.policy-sec__txt + .policy-sec__txt {
  margin-top: 1em;
}
@media screen and (max-width: 768px) {
  .policy-sec__list {
    margin-bottom: 60px;
  }
  .policy-sec__item + .policy-sec__item {
    padding-top: 50px;
    margin-top: 50px;
  }
  .policy-sec__areatxt + .policy-sec__areatxt {
    margin-top: 40px;
  }
  .policy-sec__txt {
    font-size: 1.4rem;
  }
}

.policy-sec-child {
  margin-top: 40px;
  padding-left: 2em;
}
.policy-sec-child__item + .policy-sec-child__item {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .policy-sec-child {
    margin-top: 20px;
  }
  .policy-sec-child__item + .policy-sec-child__item {
    margin-top: 15px;
  }
}

.item-sec {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .item-sec {
    margin-bottom: 40px;
  }
}

.about-mv {
  background-image: url(../image/about/mv.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  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;
  margin-bottom: 50px;
}
.about-mv__wrap {
  max-width: 600px;
  color: #fff;
}
.about-mv__logo {
  width: 222px;
  margin: 0 auto 110px;
}
.about-mv__txt {
  font-size: 1.6rem;
  line-height: 2.8;
}
.about-mv__txt + .about-mv__txt {
  margin-top: 2em;
}
@media screen and (max-width: 768px) {
  .about-mv {
    margin-bottom: 50px;
  }
  .about-mv__wrap {
    max-width: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 20px;
  }
  .about-mv__logo {
    width: 100px;
    margin: 0 auto 60px;
  }
  .about-mv__txt {
    font-size: 1.4rem;
    line-height: 1.8!important;
  }
  .about-mv__txt + .about-mv__txt {
    margin-top: 1em;
  }
}

.about-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-bottom: 150px;
}
.about-info__img {
  width: 50%;
}
.about-info__areatxt {
  width: 42%;
  margin-left: 8%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 40px;
}
.about-info__sec + .about-info__sec {
  margin-top: 70px;
}
.about-info__head {
  font-size: 2rem;
  margin-bottom: 15px;
}
.about-info__txt {
  font-size: 1.6rem;
  line-height: 2;
}
.about-info__txt + .about-info__txt {
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .about-info {
    display: block;
    margin-bottom: 70px;
  }
  .about-info__img {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 20px 30px;
  }
  .about-info__areatxt {
    width: 100%;
    margin-left: auto;
    padding: 0 20px;
  }
  .about-info__sec + .about-info__sec {
    margin-top: 45px;
  }
  .about-info__head {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
  .about-info__txt {
    font-size: 1.4rem;
  }
}

.about-lead {
  margin-bottom: 120px;
}
.about-lead__txt {
  font-size: 2.5rem;
  line-height: 2.5;
}
@media screen and (max-width: 768px) {
  .about-lead {
    margin-bottom: 60px;
  }
  .about-lead__txt {
    font-size: 2rem;
  }
}

.about-sec {
  margin-bottom: 255px;
}
.about-sec .u-inner01 {
  max-width: 1440px;
  padding: 0;
}
@media screen and (max-width: 1440px) {
  .about-sec .u-inner01 {
    max-width: none;
    padding: 0 80px;
  }
}
.about-sec__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10%;
  justify-content: space-between;
}
.about-sec__item + .about-sec__item {
  margin-top: 75px;
}
.about-sec__item:nth-child(even) .about-sec__img {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.about-sec__item:nth-child(even) .about-sec__areatxt {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.about-sec__img {
  width: 48%;
  max-width: 640px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.about-sec__areatxt {
  width: 48%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.about-sec__head {
  font-size: 3rem;
  margin-bottom: 20px;
}
.about-sec__head-en {
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  margin-left: 35px;
  word-break: keep-all;
}
.about-sec__txt {
  font-size: 1.6rem;
  line-height: 2.4;
}
@media screen and (max-width: 768px) {
  .about-sec {
    margin-bottom: 100px;
  }
  .about-sec .u-inner01 {
    padding: 0 20px;
  }
  .about-sec__item {
    flex-direction: column-reverse;
  }
  .about-sec__item + .about-sec__item {
    margin-top: 60px;
  }
  .about-sec__item:nth-child(even) .about-sec__img {
  order: inherit;
}
.about-sec__item:nth-child(even) .about-sec__areatxt {
  order: inherit;
}
  .about-sec__img {
    width: 100%;
    max-width: none;
    margin-top: 30px;
    order: inherit;
  }
  .about-sec__areatxt {
    width: 100%;
  }
  .about-sec__head {
    font-size: 2.4rem;
    margin-bottom: 15px;
  }
  .about-sec__head-en {
    font-size: 2rem;
    margin-left: 20px;
  }
  .about-sec__txt {
    font-size: 1.4rem;
  }
}
.faq-sec {
  max-width: 1080px;
}
@media screen and (max-width: 768px) {
  .faq-sec {
    max-width: none;
  }
}
.contact-sec__inner {
  max-width: 1350px;
  width: 100%;
  margin-left: 160px;
}
@media screen and (max-width: 1570px) {
  .contact-sec__inner {
    max-width: none;
    margin-left: 0;
    box-sizing: border-box;
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media screen and (max-width: 768px) {
  .contact-sec__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.post-type-archive-menu .l-sidebar {
  max-width: 250px;
}
@media screen and (max-width: 768px) {
  .post-type-archive-menu .l-sidebar {
    max-width: none;
    margin-top: 0;
    margin-bottom: 60px;
  }
  .post-type-archive-menu .l-2col {
    display: flex;
    flex-direction: column;
  }
}

.slider {
  display: none;
}
.slider.slick-initialized {
  display: block;
}

.wpcf7-turnstile {
  margin: 0 auto;
  width: fit-content;
  margin-top: 60px;
}
.lang-fr .about-mv__wrap {
  max-width: 900px;
}
@media screen and (max-width: 768px) {
  .lang-fr .about-mv {
    height: 105vh;
  }
  .lang-fr .about-mv__logo {
    margin: 0 auto 25px;
  }
  .lang-fr .about-mv__wrap {
    padding-top: 50px;
  }
}

.lang-fr .about-mv__txt {
  line-height: 2.4;
}

.lang-fr .l-header__nav-item {
  margin: 0px 26px;
}

.lang-ja .c-archive-item01__price::before{
  content: "¥";
}
.lang-ja .c-single-item01__price::before {
  content: "¥";
}
.lang-ja .c-single-item01__tax::before {
  content: "税込 ¥";
}

.menu-sec + .menu-sec {
  margin-top: 130px;
}
.menu-sec__wrap + .menu-sec__wrap {
  margin-top: 200px;
}
.menu-sec-lead {
  margin-bottom: 130px;
}
.menu-sec-lead__inner {
  display: flex;
  flex-wrap: nowrap;
  gap: 50px;
}
.menu-sec-lead__head {
  width: 200px;
}
.menu-sec-lead__areatxt {
  width: calc( 100% - 200px );
}
.menu-sec-lead__txt {
  line-height: 2.3;
  font-size: 1.6rem;
}
.menu-sec-lead__txt + .menu-sec-lead__txt {
  margin-top: 1em;
}
.menu-sec-lead__note {
  margin-top: 20px;
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .menu-sec + .menu-sec {
    margin-top: 90px;
  }
  .menu-sec__wrap + .menu-sec__wrap {
    margin-top: 90px;
  }
  .menu-sec-lead {
    margin-bottom: 80px;
  }
  .menu-sec-lead__inner {
    display: block;
  }
  .menu-sec-lead__head {
    width: 100%;
  }
  .menu-sec-lead__areatxt {
    width: 100%;
  }
  .menu-sec-lead__txt {
    font-size: 1.4rem;
  }
}

.c-archive-menu01 {
  display: flex;
  flex-wrap: wrap;
  gap: 65px;
}
.c-archive-menu01__item {
  width: 550px;
}
.c-archive-menu01__wrap {
  display: flex;
  flex-wrap: nowrap;
  gap: 40px;
}
.c-archive-menu01__img {
  width: 240px;
}
.c-archive-menu01__areatx {
  width: 300px;
}
.c-archive-menu01__head {
  margin-bottom: 20px;
}
.c-archive-menu01__tit {
  font-size: 2.0rem;
}
.c-archive-menu01__price {
  margin-top: 10px;
  font-size: 1.8rem;
}
.c-archive-menu01__txt {
  font-size: 1.3rem;
}
.c-archive-menu01__note {
  margin-top: 20px;
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .c-archive-menu01 {
    display: block;
  }
  .c-archive-menu01__item {
    width: auto;
  }
  .c-archive-menu01__item + .c-archive-menu01__item {
    margin-top: 75px;
  }
  .c-archive-menu01__wrap {
    display: block;
  }
  .c-archive-menu01__img {
    width: 100%;
    margin-bottom: 15px;
  }
  .c-archive-menu01__areatx {
    width: 100%;
  }
  .c-archive-menu01__head {
    margin-bottom: 10px;
  }
  .c-archive-menu01__tit {
    font-size: 1.8rem;
  }
  .c-archive-menu01__price {
    margin-top: 5px;
    font-size: 1.6rem;
  }
}
