@charset "UTF-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap");
body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #333;
  margin: 0;
  padding: 0;
  height: 100%;
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: 0.06rem;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.en {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
}

.f18 {
  font-size: 1.8rem !important;
}

.f16 {
  font-size: 1.6rem !important;
}

.f14 {
  font-size: 1.4rem !important;
}

.f13 {
  font-size: 1.3rem !important;
}

small {
  font-size: 1.2rem !important;
  line-height: 1.2 !important;
}

@media screen and (min-width: 541px) {
  .sp {
    display: none;
  }
}
@media screen and (max-width: 540px) {
  body {
    font-size: 1.4rem !important;
  }
  .f18 {
    font-size: 1.7rem !important;
  }
  .f16 {
    font-size: 1.5rem !important;
  }
  .f14 {
    font-size: 1.3rem !important;
  }
  .f13 {
    font-size: 1.2rem !important;
  }
  small {
    font-size: 1.1rem !important;
  }
  .sp-hide {
    display: none;
  }
}
/*----------------------------------
基本設定
----------------------------------*/
a,
a img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a:hover,
a img:hover {
  opacity: 0.8;
  text-decoration: none;
}

a.txt-link {
  text-decoration: underline;
}

a.txt-link:hover {
  text-decoration: none;
}

hr {
  background-color: #cdcabf;
  display: block;
  border: 0;
  height: 1px;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}

a[href^="tel:"] {
  cursor: default;
}

.txt-center {
  text-align: center;
}

.cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.anchor {
  display: block;
  padding-top: 120px;
  margin-top: -120px;
}
@media (max-width: 840px) {
  .anchor {
    padding-top: 70px;
    margin-top: -70px;
  }
}
@media (max-width: 540px) {
  .anchor {
    padding-top: 58px;
    margin-top: -58px;
  }
}

.danraku p {
  line-height: 2.2;
}
.danraku p:not(:last-of-type) {
  margin-bottom: 2rem;
}

.is-hidden {
  visibility: hidden;
  opacity: 0;
}

.relative {
  position: relative;
  display: block;
}

.separate {
  overflow: hidden;
  width: 100%;
  height: 50vw;
}
@media (max-width: 840px) {
  .separate {
    margin-top: -50px;
    height: 450px;
  }
}
@media (max-width: 540px) {
  .separate {
    height: 300px;
    margin-bottom: 0;
  }
}
.separate img {
  width: 100%;
  height: auto;
}

.bold {
  font-weight: 700;
}

.line-height {
  line-height: 2;
}

.maxwidth {
  max-width: 100%;
}

.bg-white {
  background-color: #fff;
}

.bg-grey {
  background-color: #f6f6f6;
}

.bg-beige {
  background-color: #ecece7;
}

.c-red {
  color: #bf1818;
}

.c-orange {
  color: #f47552;
}

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

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

.mt0 {
  margin-top: 0 !important;
}

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

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

@media (max-width: 540px) {
  .line-height {
    line-height: 1.8;
  }
  .sp-left {
    text-align: left;
  }
}
/*--------------------------------
レイアウト関係
---------------------------------*/
main {
  width: 100%;
  display: block;
  position: relative;
}

main#low-page {
  padding-top: 145px;
}
@media (max-width: 840px) {
  main#low-page {
    padding-top: 90px;
  }
}
@media (max-width: 540px) {
  main#low-page {
    padding-top: 70px;
  }
}

section {
  margin-left: auto;
  margin-right: auto;
  clear: both;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 150px 0;
  position: relative;
}

.first-sec {
  padding-top: 120px;
}

@media (max-width: 540px) {
  #top-page section {
    padding: 80px 0;
  }
  #low-page section {
    padding: 65px 0;
  }
  .pb-last {
    padding-bottom: 90px !important;
  }
}
.inner {
  width: 84%;
  margin: 0 auto;
  height: auto;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 1920px;
}

@media screen and (max-width: 1220px) {
  .inner {
    width: 90%;
  }
}
.inner:after {
  clear: both;
  content: "";
  display: table;
}

.inner1000 {
  width: 88%;
  max-width: 1200px;
}
@media (max-width: 1024px) {
  .inner1000 {
    width: 90%;
  }
}

.inner_slim {
  max-width: 900px;
}

/*--------------------------------
title
---------------------------------*/
.jp-large {
  font-size: 2.6rem;
  letter-spacing: 0.1rem;
  line-height: 1.7;
  font-weight: 700;
}
@media (max-width: 540px) {
  .jp-large {
    font-size: 2.3rem;
  }
}

.jp-mid {
  font-size: 2rem;
  letter-spacing: 0.1rem;
  line-height: 1.7;
  font-weight: 700;
}
@media (max-width: 540px) {
  .jp-mid {
    font-size: 1.8rem;
    line-height: 1.6;
  }
}

/*--------------------------------
button
---------------------------------*/
/* LINE BTN */
.line-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 1rem 1rem 1rem 1rem;
  max-width: 100%;
  border-bottom: 1px solid #808080;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.line-button span {
  line-height: 1;
}
.line-button span.jp {
  font-size: 13px;
}
.line-button span.en {
  font-size: 17px;
  font-weight: 400;
}
.line-button:after {
  position: absolute;
  content: "\f105";
  font-family: "Font Awesome 6 Pro";
  -webkit-transition: all 0.25s ease 0.05s;
  transition: all 0.25s ease 0.05s;
  right: 5px;
  top: 52%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  color: #333;
  font-weight: 400;
  font-size: 12px;
}
.line-button:hover:after {
  right: 10px;
  color: #fff;
}
.line-button:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #838f8f;
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform ease 0.3s;
  transition: -webkit-transform ease 0.3s;
  transition: transform ease 0.3s;
  transition: transform ease 0.3s, -webkit-transform ease 0.3s;
}
.line-button:hover::before {
  -webkit-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.line-button:hover {
  opacity: 1;
  color: #fff;
}

.line-s-btn {
  width: 160px;
}

.line-m-btn {
  width: 280px;
}

.line-l-btn {
  width: 400px;
}

/* NORMAL BTN */
.button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #838f8f;
  width: 260px;
  max-width: 100%;
  height: 56px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  border-radius: 28px;
  padding: 0 25px 2px;
  margin: 30px auto 0 auto;
  color: #fff !important;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
}
@media (max-width: 540px) {
  .button {
    width: 240px;
    height: 48px;
    border-radius: 24px;
  }
}
.button:hover {
  background-color: #333;
  opacity: 1;
}

/* FAQ */
.button2 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #838f8f;
  max-width: 400px;
  width: 100%;
  height: 60px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  border-radius: 30px;
  padding: 0 25px;
  margin: 30px auto 0 auto;
  color: #fff !important;
  font-weight: 500;
}
.button2 i {
  margin-right: 5px;
  font-size: 16x;
}
.button2:hover {
  background-color: #333;
  opacity: 1;
}

.wide-button a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 5vw;
  border: none;
  font-size: 1.6rem;
  font-weight: 400;
  background-color: #838f8f;
  color: #fff !important;
  letter-spacing: 0.15rem;
}
@media (max-width: 1024px) {
  .wide-button a {
    height: 60px;
  }
}
@media (max-width: 540px) {
  .wide-button a {
    height: 50px;
    font-size: 1.5rem;
  }
}
.wide-button a:hover {
  opacity: 1;
  background-color: #a7a7a7;
  color: #fff;
}
.wide-button a i {
  margin-right: 5px;
}

/*-------- 矢印ボタン ---------*/
.btn-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin: 0 auto;
  padding: 1em 2em;
  width: 300px;
  color: #333;
  font-size: 1.4rem;
  font-weight: 400;
  border: 1px solid #838f8f;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 540px) {
  .btn-arrow {
    max-width: 80%;
    font-size: 1.3rem;
  }
}
.btn-arrow:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -18px;
  -webkit-transform: translateY(calc(-50% - 2px)) rotate(30deg);
          transform: translateY(calc(-50% - 2px)) rotate(30deg);
  width: 8px;
  height: 1px;
  background-color: #838f8f;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn-arrow:after {
  position: absolute;
  content: "";
  display: block;
  background-color: #838f8f;
  top: 50%;
  right: -18px;
  width: 35px;
  height: 1px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn-arrow:hover {
  text-decoration: none;
  opacity: 1;
  background-color: #ecece7;
}
.btn-arrow:hover::before, .btn-arrow:hover::after {
  right: -12px;
}

/*----------------------------
head
---------------------------*/
.site-header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  height: 70px;
  padding: 0 10px 0 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: rgba(255, 255, 255, 0.3);
}

.site-header.transform {
  background: rgba(255, 255, 255, 0.9);
}

.site-logo {
  padding: 0;
  margin: 0;
  line-height: 1;
}
.site-logo img {
  width: 170px;
  height: auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-top: -5px;
}

@media screen and (max-width: 840px) {
  .site-header,
  .site-header.transform {
    padding: 0;
    display: inline;
    height: 64px;
  }
  .site-logo {
    position: absolute;
    left: 15px;
    top: 13px;
    padding: 0;
    margin: 0;
    line-height: 1;
  }
  .site-logo img {
    width: 150px;
    margin-top: 0;
  }
  .gnav {
    display: none;
  }
}
@media screen and (max-width: 540px) {
  .site-header,
  .site-header.transform {
    height: 56px;
  }
  .site-logo {
    left: 13px;
    top: 13px;
    padding: 0;
  }
  .site-logo img {
    width: 130px;
    margin-top: 0;
  }
}
/*----------------------------
PC NAV
---------------------------*/
#nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#nav ul li {
  position: relative;
}

#nav ul li a {
  display: block;
  white-space: nowrap;
  padding: 0 10px;
  line-height: 1;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
}

#nav > ul > li > a {
  height: 70px;
  padding-top: 28px;
}

#nav ul li a:hover {
  opacity: 1;
}

#nav ul li .sub-menu {
  visibility: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #657474;
  position: absolute;
  width: 180px;
  top: -9999;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
#nav ul li .sub-menu a:hover:after {
  content: none;
}

#nav ul li:last-child .sub-menu {
  left: inherit;
  right: 0;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

#nav ul li:hover > .sub-menu {
  top: 100%;
  opacity: 1;
  visibility: visible;
}

#nav li ul.sub-menu li {
  width: 100%;
}

#nav li ul.sub-menu li a {
  color: #fff;
  padding: 16px 10px;
  font-weight: 600;
}

#nav li ul.sub-menu li a:hover {
  background: #333;
  opacity: 1;
}

#nav ul li.menu-item-has-children a {
  padding-right: 23px;
}

#nav ul li.menu-item-has-children > a:after {
  font-family: "Font Awesome 6 Pro";
  content: "\f107";
  position: absolute;
  top: 29px;
  right: 8px;
  font-weight: 400;
}

@media screen and (max-width: 840px) {
  #nav {
    display: none;
  }
}
/*--------------------------
SP-navi
---------------------------*/
@media screen and (min-width: 841px) {
  .zdo_drawer_menu {
    display: none;
  }
  .h-shop-btn {
    display: none;
  }
}
@media screen and (max-width: 840px) {
  /* h-SHOP BTN */
  .h-shop-btn {
    position: absolute;
    top: 19px;
    right: 66px;
  }
  .h-shop-btn a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 60px;
    height: 26px;
    font-size: 22px;
    font-weight: 400;
    line-height: 1;
    border-right: 1px solid #787878;
  }
  /* menu-bar */
  .menu_bg a {
    position: fixed;
    top: 0px;
    right: 0px;
    width: 64px;
    height: 64px;
    /*border-radius: 100vmax;*/
    z-index: 99;
    cursor: pointer;
  }
  .menu_bg a:hover {
    opacity: 1;
  }
  .menu__line {
    position: absolute;
    left: 16px;
    background: #333;
    display: block;
    height: 1px;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .menu__line.active {
    background: #fff;
  }
  .menu__line--top {
    top: 21px;
    width: 29px;
  }
  .menu__line--center {
    top: 31px;
    width: 20px;
  }
  .menu__line--bottom {
    top: 41px;
    width: 29px;
  }
  .menu__line--top.active {
    -webkit-transform: translate(0, 10px) rotate(-30deg);
            transform: translate(0, 10px) rotate(-30deg);
  }
  .menu__line--center.active {
    opacity: 0;
  }
  .menu__line--bottom.active {
    -webkit-transform: translate(0, -10px) rotate(30deg);
            transform: translate(0, -10px) rotate(30deg);
  }
  /* SP-NAVI */
  .sp_nav {
    background: rgba(0, 0, 0, 0.9);
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 98;
    overflow: auto;
  }
  /*
    .sp_nav_wrap {
      align-items: center;
      display: flex;
      justify-content: center;
      flex-direction: column;
      width: 100%;
      height: 100%;
    }
    */
  .sp_nav_wrap {
    width: 100%;
    height: 100%;
    padding: 20%;
  }
  .sp_nav_col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 50px;
  }
  .sp_nav_col .sp_nav__menu {
    width: 45%;
  }
  .sp_nav_col .sp_nav__menu li {
    line-height: 1;
    margin-bottom: 0;
    padding: 0;
    margin-bottom: 30px;
  }
  .sp_nav_col .sp_nav__menu li a {
    color: #fff;
    position: relative;
    font-size: 17px;
  }
  .sp_nav_col .sp_nav__menu .sub-menu {
    margin-top: 30px;
  }
  .sp_nav_col .sp_nav__menu .sub-menu li {
    position: relative;
    padding-left: 15px;
    margin-bottom: 30px;
  }
  .sp_nav_col .sp_nav__menu .sub-menu li:before {
    content: "";
    width: 6px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    left: 3px;
    top: 50%;
  }
  .sns-menu-sp {
    text-align: center;
    color: #fff;
    padding-bottom: 60px;
  }
  .sns-menu-sp li {
    display: inline-block;
  }
  .sns-menu-sp li a {
    color: #fff;
    font-size: 2.8rem;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 540px) {
  /* h-SHOP BTN */
  .h-shop-btn {
    top: 16px;
    right: 62px;
  }
  .h-shop-btn a {
    width: 58px;
  }
  /* menu-bar */
  .menu_bg a {
    width: 58px;
    height: 56px;
  }
  .menu__line {
    left: 11px;
  }
  .menu__line--top {
    top: 21px;
  }
  .menu__line--center {
    top: 29px;
  }
  .menu__line--bottom {
    top: 37px;
  }
  .menu__line--top.active {
    -webkit-transform: translate(0, 8px) rotate(-30deg);
            transform: translate(0, 8px) rotate(-30deg);
  }
  .menu__line--bottom.active {
    -webkit-transform: translate(0, -8px) rotate(30deg);
            transform: translate(0, -8px) rotate(30deg);
  }
  .sp_nav_wrap {
    padding: 15% 20%;
  }
  .sp_nav_col {
    display: block;
    margin-bottom: 30px;
  }
  .sp_nav_col .sp_nav__menu {
    width: 100%;
  }
  .sp_nav_col .sp_nav__menu li {
    margin-bottom: 24px;
  }
  .sp_nav_col .sp_nav__menu li a {
    font-size: 15px;
  }
  .sp_nav_col .sp_nav__menu .sub-menu {
    margin-top: 20px;
  }
  .sp_nav_col .sp_nav__menu .sub-menu li {
    margin-bottom: 24px;
  }
  .sns-menu-sp li a {
    font-size: 2.2rem;
  }
}
/*-----------------------
footer
------------------------*/
.footer {
  position: relative;
  padding: 100px 5%;
  background-color: #838f8f;
  text-align: center;
  color: #fff;
}
@media (max-width: 540px) {
  .footer {
    padding: 60px 6% 50px;
  }
}

.footer .copy {
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.1rem;
}
.footer .copy::before {
  content: "©";
}

/*トップへ戻るボタン */
.pagetop a {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 0;
  left: 0;
  padding: 10px;
  font-size: 20px;
}
.pagetop a:hover {
  opacity: 1;
}

.footer-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.footer-wrap .footer-lt {
  width: 70%;
  text-align: left;
}
.footer-wrap .footer-rt {
  width: 30%;
  text-align: right;
}

@media (max-width: 540px) {
  .footer-wrap {
    display: block;
  }
  .footer-wrap .footer-lt {
    width: 100%;
    margin-bottom: 30px;
  }
  .footer-wrap .footer-rt {
    width: 100%;
    text-align: left;
  }
}
.f-logo {
  margin-bottom: 30px;
}
.f-logo img {
  width: 150px;
  max-width: 100%;
  height: auto;
}
@media (max-width: 540px) {
  .f-logo img {
    width: 130px;
  }
}

/*-- footer left --*/
.footer .footer-lt-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer .footer-lt-wrap > div:first-child {
  margin-right: 50px;
}

.footer ul.f-nav li {
  line-height: 1.5;
}
.footer ul.f-nav li a {
  font-size: 12px;
}
.footer ul.f-nav > li > ul > li {
  position: relative;
  padding-left: 12px;
}
.footer ul.f-nav > li > ul > li:before {
  content: "";
  width: 6px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 3px;
  top: 50%;
}

/*-- footer right --*/
.footer .f-sns {
  margin-bottom: 30px;
}
.footer .f-sns span {
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 10px;
  display: block;
  letter-spacing: 0.12rem;
}

.footer ul.f-sns-list li {
  display: inline;
}
.footer ul.f-sns-list li i {
  font-size: 24px;
}
.footer ul.f-sns-list li:last-child {
  margin-left: 10px;
}

/*-----------------------
pc-shop-btn
------------------------*/
.pc-shop-btn {
  position: fixed;
  right: 15px;
  bottom: 20px;
  z-index: 5;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (max-width: 840px) {
  .pc-shop-btn {
    display: none;
  }
}
.pc-shop-btn a {
  width: 90px;
  height: 90px;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #838f8f;
  border-radius: 45px;
  color: #fff;
  line-height: 1;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.1rem;
}
.pc-shop-btn a i {
  margin-bottom: 7px;
  font-size: 15px;
}
.pc-shop-btn a .en {
  margin-bottom: 4px;
}

/*------------------------------------------
 下層共通パーツ
------------------------------------------*/
/*--------------------
page-title
--------------------*/
.low-page-title {
  font-size: 6rem;
  font-weight: 400;
  letter-spacing: 0.2rem;
  font-weight: 500;
  color: #ccc;
  margin-left: 7%;
  margin-bottom: 30px;
}
@media (max-width: 840px) {
  .low-page-title {
    margin-left: 5%;
  }
}
@media (max-width: 540px) {
  .low-page-title {
    font-size: 4rem;
    margin-bottom: 15px;
    margin-left: 3%;
  }
}

/*--------------
 low sec title
 --------------*/
.low-sec-title {
  margin-bottom: 50px;
}
.low-sec-title .en {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: 0.2rem;
  margin-left: -35px;
  margin-bottom: 6px;
}
.low-sec-title .en:before {
  display: inline-block;
  width: 25px;
  height: 2px;
  margin-top: 2px;
  margin-right: 10px;
  background-color: #333;
  content: "";
}
.low-sec-title .jp {
  font-size: 1.4rem;
  color: #838f8f;
  font-weight: 400;
}

@media screen and (max-width: 540px) {
  .low-sec-title {
    margin-bottom: 35px;
  }
  .low-sec-title .en {
    font-size: 2.8rem;
    margin-left: -6.5%;
    overflow: hidden;
  }
  .low-sec-title .en:before {
    width: 18px;
    margin-right: 7px;
  }
  .low-sec-title .jp {
    font-style: 1.3rem;
  }
}
/*--------------
border title(size)
----------------*/
.border-title {
  position: relative;
}
.border-title .en {
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: 0.2rem;
  line-height: 1;
}
@media (max-width: 540px) {
  .border-title .en {
    font-size: 2.8rem;
  }
}
.border-title:after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 30px;
  margin: 20px auto;
  background: #333;
}
@media (max-width: 840px) {
  .border-title:after {
    height: 20px;
    margin: 10px auto;
  }
}

/*----------------
low sec title JP
----------------*/
.low-sec-title-jp {
  margin-bottom: 50px;
}
@media (max-width: 540px) {
  .low-sec-title-jp {
    margin-bottom: 35px;
  }
}
.low-sec-title-jp .jp {
  margin-bottom: 10px;
}
.low-sec-title-jp .en {
  font-size: 1.6rem;
  color: #838f8f;
  font-weight: 500;
}

/*--------------------
head slider
-----------------------*/
.low-head-slider {
  overflow: hidden;
  width: 100%;
  height: 333px;
  position: relative;
}
@media (max-width: 840px) {
  .low-head-slider {
    height: 233px;
  }
}
@media (max-width: 540px) {
  .low-head-slider {
    height: 167px;
  }
}
.low-head-slider .loop_slide {
  display: none;
}
.low-head-slider .loop_slide.slick-initialized {
  display: block;
}
.low-head-slider .loop_slide div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.low-head-slider .loop_slide div img {
  width: 500px;
  height: auto;
}
@media (max-width: 840px) {
  .low-head-slider .loop_slide div img {
    width: 350px;
  }
}
@media (max-width: 540px) {
  .low-head-slider .loop_slide div img {
    width: 250px;
  }
}

/*------------------
 slide__swiper
------------------*/
.slide__swiper,
.slide__swiper2 {
  width: 100%;
  overflow: visible;
}
.slide__swiper .swiper-slide,
.slide__swiper2 .swiper-slide {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.slide__swiper .swiper-slide a:hover img,
.slide__swiper2 .swiper-slide a:hover img {
  opacity: 1;
}
.slide__swiper .slide,
.slide__swiper2 .slide {
  width: 350px;
  position: relative;
}
@media (max-width: 840px) {
  .slide__swiper .slide,
  .slide__swiper2 .slide {
    width: 300px;
  }
}
@media (max-width: 540px) {
  .slide__swiper .slide,
  .slide__swiper2 .slide {
    width: 180px;
  }
}
.slide__swiper .slide img,
.slide__swiper2 .slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  margin-bottom: 15px;
}
.slide__swiper .slide .slide-title,
.slide__swiper2 .slide .slide-title {
  line-height: 1.4;
  font-size: 14px;
}
@media (max-width: 540px) {
  .slide__swiper .slide .slide-title,
  .slide__swiper2 .slide .slide-title {
    font-size: 1.3rem;
  }
}
.slide__swiper .slide .slide-title .place,
.slide__swiper2 .slide .slide-title .place {
  background-color: #838f8f;
  color: #fff;
  display: inline-block;
  min-width: 62px;
  text-align: center;
  font-size: 13px;
  padding: 2px;
  margin-right: 7px;
}
@media (max-width: 540px) {
  .slide__swiper .slide .slide-title .place,
  .slide__swiper2 .slide .slide-title .place {
    font-size: 12px;
    min-width: 50px;
    padding: 1px 2px 2px 2px;
    margin-right: 5px;
  }
}
.slide__swiper .slide .slide-time,
.slide__swiper2 .slide .slide-time {
  color: #838f8f;
  font-size: 13px;
  font-weight: 400;
  margin-top: 5px;
}
@media (max-width: 540px) {
  .slide__swiper .slide .slide-time,
  .slide__swiper2 .slide .slide-time {
    font-size: 12px;
  }
}
.slide__swiper .slide .slide-cat,
.slide__swiper2 .slide .slide-cat {
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  min-width: 80px;
  padding: 5px 5px;
  text-align: center;
  font-size: 15px;
  line-height: 1;
  font-weight: 500;
  color: #838f8f;
}
@media (max-width: 540px) {
  .slide__swiper .slide .slide-cat,
  .slide__swiper2 .slide .slide-cat {
    font-size: 14px;
    min-width: 70px;
  }
}

/* NEWS */
.t-news .slide__swiper .slide img {
  aspect-ratio: 350/240;
}

/* interview */
.t-interview .slide__swiper2 .slide img {
  aspect-ratio: 1280/720;
}

.slide__swiper_control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 50px;
  padding-right: 7%;
}
@media (max-width: 840px) {
  .slide__swiper_control {
    padding-left: 0;
    padding-right: 0;
    margin-top: 45px;
  }
}

/* 前へ / 次へボタン */
.slide__swiper_control .swiper-controller {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.slide__swiper_control .swiper-button-prev,
.slide__swiper_control .swiper-button-next {
  position: relative;
  display: grid;
  place-content: center;
  cursor: pointer;
  left: initial;
  right: initial;
  top: initial;
  bottom: initial;
  margin-top: initial;
  background-color: #838f8f;
  width: 44px;
  height: 44px;
  border-radius: 22px;
}
@media (max-width: 540px) {
  .slide__swiper_control .swiper-button-prev,
  .slide__swiper_control .swiper-button-next {
    width: 38px;
    height: 38px;
    border-radius: 19px;
  }
}

.slide__swiper_control .swiper-button-prev::after,
.slide__swiper_control .swiper-button-next::after {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  color: #fff;
  font-size: 20px;
}

.slide__swiper_control .swiper-button-prev::after {
  content: "\f104";
}

.slide__swiper_control .swiper-button-next::after {
  content: "\f105";
}

.slide__swiper_control .swiper-button-disabled {
  pointer-events: none;
  opacity: 0.5;
}

/*------------------
Flex 3column
-------------------*/
.flex_3col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -6.6%;
}
.flex_3col li {
  width: 26.7333%;
  margin-left: 6.6%;
  margin-bottom: 5.5%;
}
.flex_3col .wp-error-message {
  margin-left: 6.6%;
}

@media (max-width: 840px) {
  .flex_3col {
    margin-left: -4%;
  }
  .flex_3col li {
    width: 29.3333%;
    margin-left: 4%;
  }
  .flex_3col .wp-error-message {
    margin-left: 4%;
  }
}
@media (max-width: 540px) {
  .flex_3col {
    margin-left: -6%;
  }
  .flex_3col li {
    width: 44%;
    margin-left: 6%;
    margin-bottom: 40px;
  }
  .flex_3col .wp-error-message {
    margin-left: 6%;
  }
}
/*-------------------
Flex 2column
--------------------*/
.flex_2col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -9%;
}
.flex_2col li {
  width: 41%;
  margin-left: 9%;
  margin-bottom: 5.5%;
}
.flex_2col .wp-error-message {
  margin-left: 9%;
}

@media (max-width: 840px) {
  .flex_2col {
    margin-left: -6%;
  }
  .flex_2col li {
    width: 44%;
    margin-left: 6%;
  }
  .flex_2col .wp-error-message {
    margin-left: 6%;
  }
}
@media (max-width: 540px) {
  .flex_2col {
    margin-left: 0;
    margin-bottom: 30px;
  }
  .flex_2col li {
    width: 100%;
    margin-left: 0;
    margin-bottom: 40px;
  }
  .flex_2col .wp-error-message {
    margin-left: 0;
  }
}
/*--- NOTEBOOK NAV(手帳関連ページ) ---*/
.notebook_nav {
  text-align: center;
  margin: 100px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.notebook_nav li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 6px 10px;
  font-size: 1.3rem;
}
.notebook_nav li a:hover {
  background-color: #ecece7;
}
.notebook_nav li.current a {
  background-color: #ecece7;
}

@media screen and (min-width: 541px) {
  .notebook_nav li {
    width: 20%;
    border-right: 1px solid #a7a7a7;
  }
  .notebook_nav li:first-child {
    border-left: 1px solid #a7a7a7;
  }
}
@media screen and (max-width: 540px) {
  .notebook_nav {
    margin: 50px auto 0;
  }
  .notebook_nav li {
    width: 50%;
    border-right: 1px solid #a7a7a7;
    border-bottom: 1px solid #a7a7a7;
  }
  .notebook_nav li:nth-of-type(1), .notebook_nav li:nth-of-type(2) {
    border-top: 1px solid #a7a7a7;
  }
  .notebook_nav li:nth-of-type(odd) {
    border-left: 1px solid #a7a7a7;
  }
}
/*--- NOTEBOOK NAV under(手帳関連ページ) ---*/
.notebook_under_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #a7a7a7;
}
.notebook_under_nav li {
  width: 25%;
  text-align: center;
  border-right: 1px solid #a7a7a7;
}
.notebook_under_nav li:last-child {
  border-right: none;
}
.notebook_under_nav li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 80px;
  background-color: #f6f6f6;
}
@media (max-width: 540px) {
  .notebook_under_nav li a {
    height: 60px;
  }
}
.notebook_under_nav li a:hover {
  background-color: #d3d3d3;
  opacity: 1;
}
.notebook_under_nav li span {
  display: block;
  line-height: 1;
}
.notebook_under_nav li span.jp {
  font-weight: 500;
  margin-bottom: 8px;
}
@media (max-width: 540px) {
  .notebook_under_nav li span.jp {
    font-size: 12px;
    margin-bottom: 5px;
    letter-spacing: 0;
  }
}
.notebook_under_nav li span.en {
  font-size: 1.2rem;
  color: #838f8f;
}
@media (max-width: 540px) {
  .notebook_under_nav li span.en {
    font-size: 10px;
  }
}

/*--- Digital Book---*/
@media (max-width: 540px) {
  .sec-digital {
    padding: 40px 0 !important;
  }
}
.sec-digital .inner {
  max-width: 860px;
}

.d-book-inner {
  position: relative;
  height: 0;
  padding-bottom: 75%;
  /* 縦横比の指定 */
  overflow: hidden;
  margin-bottom: 30px;
}
@media (max-width: 540px) {
  .d-book-inner {
    padding-bottom: 85%;
    margin-bottom: 20px;
  }
}

.d-book-inner iframe,
.d-book-inner object,
.d-book-inner embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*
 YOUTUBE MOVIE
----------------------*/
.sec-youtube {
  /*margin: 0 auto;*/
}
@media (max-width: 540px) {
  .sec-youtube {
    padding: 35px 0 40px !important;
  }
}
.sec-youtube .inner {
  max-width: 860px;
}

.movie-wrap {
  position: relative;
  width: 100%;
  /*padding-top: 56.25%;*/
  padding-top: 73%;
}
.movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

/*--- テキストバナーBOX ---*/
.kokuti_box {
  text-align: center;
  margin: 0 auto 60px;
}
@media (max-width: 540px) {
  .kokuti_box {
    margin-bottom: 35px;
  }
}

.txt_box {
  padding: 10px;
  border: 1px solid #a7a7a7;
}
@media (max-width: 540px) {
  .txt_box {
    padding: 6px;
  }
}

/*
バナー
---------------------*/
.bnr_list {
  text-align: center;
  margin: 0 auto 70px;
}
@media (max-width: 540px) {
  .bnr_list {
    margin-bottom: 50px;
  }
}
.bnr_list li:not(:last-of-type) {
  margin-bottom: 30px;
}
.bnr_list li img {
  max-width: 100%;
  height: auto;
}

/*
特典
---------------------*/
.tokuten_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 40px;
  width: 100%;
  max-width: 840px;
  margin: 0 auto 80px;
  position: relative;
}
@media (max-width: 840px) {
  .tokuten_flex {
    padding: 30px;
  }
}
@media (max-width: 540px) {
  .tokuten_flex {
    padding: 20px;
    margin-bottom: 45px;
  }
}
.tokuten_flex .tokuten_img {
  width: 45%;
}
@media (max-width: 540px) {
  .tokuten_flex .tokuten_img {
    width: 100%;
    margin-bottom: 20px;
  }
}
.tokuten_flex .tokuten_img img {
  width: 100%;
  aspect-ratio: 550/400;
}
@media (max-width: 540px) {
  .tokuten_flex .tokuten_img img {
    aspect-ratio: 550/320;
  }
}
.tokuten_flex .tokuten_txt {
  width: 45%;
}
@media (max-width: 840px) {
  .tokuten_flex .tokuten_txt {
    width: 48%;
  }
}
@media (max-width: 540px) {
  .tokuten_flex .tokuten_txt {
    width: 100%;
  }
}
.tokuten_flex h3 {
  margin-bottom: 15px;
  line-height: 1.7;
  font-weight: 400;
}
@media (max-width: 540px) {
  .tokuten_flex h3 {
    margin-bottom: 10px;
  }
}
.tokuten_flex h3 .c-red {
  font-weight: 700;
}
.tokuten_flex h3 .f14 {
  font-weight: 400;
}
.tokuten_flex .icon {
  position: absolute;
  top: -12px;
  left: -8px;
  background-color: #838f8f;
  color: #fff;
  line-height: 1;
  font-weight: 500;
  padding: 6px;
  font-size: 16px;
  /*transform:rotate(-15deg);*/
}
@media (max-width: 540px) {
  .tokuten_flex .icon {
    font-size: 15px;
    left: -5px;
  }
}

/*
FSC・VEGETABLE ロゴ
---------------------*/
.logo_label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 45px auto 0;
}
.logo_label li {
  width: 180px;
  text-align: center;
}
.logo_label li:first-child {
  margin-right: 30px;
}
.logo_label li p {
  margin-top: 5px;
  font-size: 11px;
  line-height: 1.3;
  letter-spacing: 0;
}

@media (max-width: 540px) {
  .logo_label {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 35px;
  }
  .logo_label li {
    width: 48%;
  }
  .logo_label li:first-child {
    margin-right: initial;
  }
  .logo_label li p {
    font-size: 10px;
  }
}