/* Header
------------------------------------------------------------*/
a[data-hs-anchor="true"] {
  display: block;
  position: relative;
  visibility: hidden;
  top: -100px;
}
.c-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 17px 26px 17px 55px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1400px;
  margin: 0 auto;
}
.logo-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 35px 20px 20px;
}
.logo-nav img {
  width: 90px;
}
@media only screen and (max-width: 1024px) {
  .c-header {
    padding: 18px 31px 0 34px;
  }
}
@media only screen and (max-width: 767px) {
  .c-header {
    padding: 15px;
  }
  header {
    position: relative;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
  }
  main {
    padding-top: 60px;
  }
  .p-top {
    padding-top: 0 !important;
  }
}
.c-header .c-header__logo {
  width: 222px;
}
.c-header .c-header__contact {
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0.2em;
  max-width: 220px;
  width: 100%;
  text-align: center;
  color: #a67c71;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  height: 44px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  padding: 8px 0;
  border: 1px solid #a67c71;
}
.c-header .c-header__contact:hover {
  background-color: #fff;
  opacity: 1;
}
.c-header .c-header__menu {
  width: 60px;
  height: 60px;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  position: relative;
  cursor: pointer;
}
.c-header .c-header__menu.fixed {
  right: 24px;
  top: 16px;
  position: fixed;
  z-index: 9999;
}
.c-header .c-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 190px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #a67c71;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 2px;
}
.c-header_recruit {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .c-header .c-header__nav {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .c-header .c-header__menu {
    position: fixed;
    right: 0px;
    top: 5px;
  }
  .c-menu_recruit {
    display: none;
  }
}
.c-header .menu {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  height: 0;
  width: 60px;
  top: 30px;
  background-color: #a67c71;
}
.c-header .menu::before {
  content: "";
  position: absolute;
  width: 35px;
  height: 2px;
  background-color: #a67c71;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  top: -6px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.c-header .menu::after {
  content: "";
  position: absolute;
  width: 35px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  height: 2px;
  background-color: #a67c71;
  top: 6px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.c-header nav {
  position: fixed;
  width: 61%;
  height: 100vh;
  overflow: auto;
  overflow-y: scroll;
  top: 0;
  right: 0;
  background: #42210b;
  z-index: 9999;
  max-width: 850px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 50px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;

  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
@media only screen and (max-width: 767px) {
  .c-header nav {
    width: 85%;
    padding-top: 40px;
  }
}
.c-header nav.active {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.c-header .c-header__link {
  font-size: 2rem;
  letter-spacing: 0.4em;
  margin-bottom: 20px;
  padding: 5px 0;
  color: #a67c71;
  display: block;
  width: 100%;
  text-align: center;
  transition: 0.4s;
  cursor: pointer;
}
.c-header .c-header__link:hover {
  color: #fff;
  opacity: 1;
}
.c-header .login-box {
  border-top: 2px solid #a67c71;

  margin-top: 60px;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 30px 10px 0px 10px;
  max-width: 450px;
  align-items: center;
  justify-content: center;
}
.c-header .login-box2 {
  margin-top: 35px;
}
.c-header .login-box .c-header__link {
  margin-bottom: 10px;
  color: #fff;
  font-size: 1.7rem;
}
.c-header .login-box .new-user {
  background-color: #a67c71;
  border: 1px solid #a67c71;
  padding: 5px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  width: 100%;
  max-width: 300px;
  text-decoration: none;
  margin-top: 10px;
  transition: 0.3s ease;
}
.c-header .login-box .new-user:focus,
.c-header .login-box .new-user:hover {
  color: #a67c71;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .c-header .c-header__link {
    font-size: 1.7rem;
    margin-bottom: 15px;
  }
  .c-header .login-box {
    max-width: 300px;
    padding: 30px 20px 10px;
  }
}
.c-header .c-header__intro {
  font-size: 1.9rem;
  font-weight: 300;
  color: #fff;
  border: 2px solid #a67c71;
  letter-spacing: 0.12em;
  display: block;
  width: 100%;
  text-align: center;
  max-width: 348px;
  padding: 12px 0;
  margin-top: 10px;
}
.c-header .c-header__intro:hover {
  background: #fff;
  opacity: 1;
  color: #a67c71;
}
@media only screen and (max-width: 767px) {
  .c-header .c-header__intro {
    max-width: 219px;
    padding: 7px 0;
    font-size: 1.5rem;
  }
}
.c-header .c-header__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  max-width: 250px;
  margin-top: 48px;
}
.c-header .c-header__sns a {
  color: #fff;
  font-size: 3.1rem;
  letter-spacing: 0.36em;
  background-color: transparent;
  display: block;
  width: 48%;
  max-width: 40px;
  text-align: center;
  max-width: 268px;
  padding: 5px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-header .c-header__sns a:hover {
  opacity: 1;
}
.c-header .c-header__sns a img {
  max-width: 30px;
}
@media only screen and (max-width: 1024px) {
  /*.c-header .c-header__sns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }*/
  .c-header .c-header__sns a {
    width: 100%;
    max-width: 352px;
    margin-bottom: 48px;
  }
}
@media only screen and (max-width: 767px) {
  .c-header .c-header__sns a {
    font-size: 2.4rem;
    max-width: 219px;
    margin-bottom: 45px;
  }
  .c-header .c-header__sns {
    max-width: 160px;
  }
}
.c-header .c-header__fixedmenu {
  width: 60px;
  height: 60px;
  right: 24px;
  position: fixed;
  top: 16px;
}
@media only screen and (max-width: 767px) {
  .c-header .c-header__fixedmenu {
    right: 1px;
    top: 0;
  }
}
.c-header .c-header__fixedmenu .menu::before {
  -webkit-transform: rotateZ(45deg) scaleX(1) translate(-10px, 18px);
  transform: rotateZ(45deg) scaleX(1) translate(-10px, 18px);
}
.c-header .c-header__fixedmenu .menu::after {
  -webkit-transform: rotateZ(-45deg) scaleX(1) translate(-10px, -18px);
  transform: rotateZ(-45deg) scaleX(1) translate(-10px, -18px);
}
/* FOOTER */
.c-footer {
  text-align: center;
  padding: 16px 0 100px;
}
.c-footer_linkwrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 20px;
  padding-bottom: 0px;
  max-width: 1100px;
  margin: 0 auto;
}
.c-footer__exlinks {
  text-align: left;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-footer_grid {
  justify-content: space-between;
}
.c-footer_mini {
  color: #a67c71;
  font-size: 12px;
  font-weight: 600;
  flex-wrap: wrap;
}
.c-footer_mini a {
  margin: 20px 5px 5px;
  text-align: center;
}
.c-footer_mini span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-footer__operate {
  margin: 0px;
}
.border-brown {
  border-bottom: 1px solid #a67c71;
  width: 100%;
  max-width: 1100px;
  margin: 0px;
}

@media only screen and (max-width: 767px) {
  .c-footer {
    padding-bottom: 50px;
  }

  .c-footer__operate {
    margin: 5px 0px;
  }
  .c-footer__exlinks {
    width: 100%;
    padding-top: 0px;
    align-items: flex-start;
  }
}
.c-footer .c-footer__logo {
  display: block;
  max-width: 90px;
  margin: 0 auto 51px;
}
.c-footer .c-footer__operate {
  display: block;
  margin: 20px;
  text-align: center;
}
.c-footer__copyright {
  margin-top: 40px;
  font-size: 12px;
}
.c-footer__recruit {
  font-size: 1.2rem;
  font-weight: 300;
  color: #a67c71;
  border: 1px solid #a67c71;
  letter-spacing: 0.12em;
  display: block;
  width: 100%;
  text-align: center;
  max-width: 150px;
  padding: 10px 0;
  margin-top: 10px;
  margin: 10px auto;
  transition: 0.3s ease;
}
.c-footer__recruit:hover {
  background-color: #fff;
  color: #a67c71;
}
@media only screen and (max-width: 767px) {
  .c-footer .c-footer__copyright,
  .c-footer .c-footer__operate {
    font-size: 1.3rem;
  }
  .c-footer .c-footer__operate {
    margin-top: 5px;
  }
}

@media only screen and (max-width: 790px) {
  .c-footer_linkwrap {
    width: 100%;
    padding: 20px;
    margin: 0 auto;
  }
  .c-footer__exlinks {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .c-footer_mini {
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }

  .c-footer .c-footer__operate {
    display: block;
    margin: 0px;
  }
  .c-footer_mini span {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px 7px;
  }
  .c-footer_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 26px;
    grid-row-gap: 0px;
    width: 100%;
  }
  .c-footer .c-footer__operate {
    text-align: center;
  }
  .border-brown {
    margin-top: 20px;
    max-width: 550px;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 450px) {
  .c-footer_mini {
    justify-content: flex-start;
  }
  .c-footer_grid {
    grid-template-columns: repeat(2, 1fr);
    max-width: 200px;
  }
  .c-footer .c-footer__operate {
    text-align: left;
  }
}
/* Breadcrumb
  ------------------------------------------------------------*/
/* layout
  ------------------------------------------------------------*/
body {
  font-family: "Shippori Mincho", serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  body {
    min-width: 320px;
    line-height: 1.8;
  }
}
.l-container {
  max-width: 1100px;
  width: 97%;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .l-container {
    width: 92%;
  }
}
.l-container--1000 {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
.l-container--1100 {
  max-width: 1100px;
  width: 92%;
  margin: 0 auto;
}
@media only screen and (max-width: 1024px) {
  .l-container--1000 {
    width: 97%;
  }
}
.l-container--1200 {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
  // Component
  ≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
.c-mainvisual {
  overflow: hidden;
}
.c-mainvisual .c-mainvisual__images {
  max-width: 1200px;
  margin: 0 auto;
  width: 92%;
  padding: 0 0 14px;
  position: relative;
}
.c-mainvisual .c-mainvisual__mainimage {
  position: relative;
}
.c-mainvisual .c-mainvisual__mainimage::after {
  content: "";
  position: absolute;
  width: 99%;
  height: 98.3%;
  border: 2px solid #fff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 767px) {
  .c-mainvisual .c-mainvisual__mainimage {
    height: 466px;
  }
  .c-mainvisual .c-mainvisual__mainimage picture,
  .c-mainvisual .c-mainvisual__mainimage img {
    display: block;
    width: 100%;
    height: 466px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
  }
  .c-mainvisual .c-mainvisual__mainimage::after {
    width: 97%;
    height: 97%;
  }
}
.c-mainvisual .c-mainvisual__image1 {
  position: absolute;
  left: -91px;
  top: 11px;
  z-index: 1;
  width: 26.8%;
  max-width: 321px;
}
@media only screen and (max-width: 1024px) {
  .c-mainvisual .c-mainvisual__image1 {
    left: -35px;
    top: -4px;
  }
}
@media only screen and (max-width: 767px) {
  .c-mainvisual .c-mainvisual__image1 {
    min-width: 105px;
  }
}
.c-mainvisual .c-mainvisual__image2 {
  position: absolute;
  right: -114px;
  bottom: -8px;
  z-index: 1;
  width: 27.3%;
  max-width: 336px;
}
@media only screen and (max-width: 1024px) {
  .c-mainvisual .c-mainvisual__image2 {
    right: -51px;
  }
}
@media only screen and (max-width: 767px) {
  .c-mainvisual .c-mainvisual__image2 {
    min-width: 105px;
  }
}
.c-mainvisual .c-mainvisual__textblock {
  position: absolute;
  left: 50%;
  top: 55%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  width: 100%;
  max-width: 265px;
}
@media only screen and (max-width: 1350px) {
  .c-mainvisual .c-mainvisual__textblock {
    top: 50.3%;
  }
}
.c-mainvisual .c-mainvisual__logotext {
  text-align: center;
  font-size: 1.7rem;
  font-weight: 500;
  padding-left: 6px;
  letter-spacing: 6.7px;
}
.c-mainvisual .c-mainvisual__logotext span {
  letter-spacing: 8.1px;
}
@media only screen and (max-width: 1024px) {
  .c-mainvisual .c-mainvisual__logotext {
    font-size: 1.5rem;
  }
}
.c-mainvisual .c-mainvisual__text {
  margin-top: 30px;
  padding: 19px 0 48px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 1.3px;
  font-size: 1rem;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
@media only screen and (max-width: 1024px) {
  .c-mainvisual .c-mainvisual__text {
    margin-top: 18px;
    padding: 19px 0 21px;
    font-size: 1rem;
  }
}
.c-mainvisual .c-mainvisual__logoimg {
  text-align: center;
  margin-bottom: 17px;
  padding-left: 10px;
  position: relative;
}
.c-mainvisual .c-mainvisual__logoimg img {
  width: 43px;
}
.c-mainvisual .c-mainvisual__logoimg::after {
  content: "";
  position: absolute;
  height: 1px;
  width: 96px;
  right: 0;
  top: 52%;
  background: #fff;
}
.c-mainvisual .c-mainvisual__logoimg::before {
  content: "";
  position: absolute;
  height: 1px;
  width: 96px;
  left: 0;
  top: 52%;
  background: #fff;
}
@media only screen and (max-width: 1024px) {
  .c-mainvisual .c-mainvisual__logoimg {
    margin-bottom: 11px;
  }
  .c-mainvisual .c-mainvisual__logoimg img {
    width: 37px;
  }
}
.c-mainvisual .c-mainvisual__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 30px;
}
@media only screen and (max-width: 1024px) {
  .c-mainvisual .c-mainvisual__info {
    padding-top: 10px;
  }
}
.c-mainvisual .c-mainvisual__address {
  width: 50%;
  padding-top: 7px;
  padding-bottom: 14px;
  border-right: 1px solid #fff;
}
.c-mainvisual .c-mainvisual__optime {
  width: 50%;
  padding-top: 7px;
  padding-left: 10px;
  padding-bottom: 14px;
}
.c-mainvisual .c-mainvisual__ilabel {
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.38em;
}
.c-mainvisual .c-mainvisual__itext {
  text-align: center;
  margin-top: 16px;
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 0.14em;
}
@media only screen and (max-width: 1024px) {
  .c-mainvisual .c-mainvisual__itext {
    margin-top: 8px;
  }
}
.c-mainvisual .c-mainvisual__intro {
  font-size: 1.6rem;
  color: #595757;
  letter-spacing: 0.12em;
  text-align: center;
  font-weight: 400;
  margin-top: 80px;
  line-height: 2.5;
  padding-bottom: 145px;
}
@media only screen and (max-width: 767px) {
  .c-mainvisual .c-mainvisual__intro {
    font-size: 1.3rem;
    padding-bottom: 75px;
    margin-top: 40px;
    padding-right: 18px;
    padding-left: 18px;
    text-align: left;
  }
}
.c-mainvisual .c-mainvisual__note {
  font-size: 1.4rem;
  line-height: 1.75;
}
@media only screen and (max-width: 767px) {
  .c-mainvisual .c-mainvisual__note {
    font-size: 1.2rem;
    text-align: center;
  }
}
.c-intro__link {
  font-weight: 700;
  font-size: 2rem;
  color: #a67c71;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  letter-spacing: 0;
  max-width: 350px;
  margin: 0 auto;
  font-family: inherit;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 56px;
  padding: 11px 0;
  margin-bottom: 15px;
  border-top: 1px solid #a67c71;
  border-bottom: 1px solid #a67c71;
  position: relative;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
button[type="submit"] {
  background: none;
  border-left: none;
  border-right: none;
  cursor: pointer;
}
.c-intro__link span {
  margin-right: 50px;
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
}
.c-intro__link:hover {
  opacity: 1;
  color: #42210b;
}
.c-intro__link:hover img {
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .c-intro__link {
    max-width: 250px;
    padding: 5px 0;
    margin-top: 30px;
    font-size: 1.6rem;
  }
}
.c-link__more {
  font-weight: 700;
  font-size: 1.6rem;
  color: #a67c71;
  letter-spacing: 0.2em;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.c-link__more:hover {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: #42210b;
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .c-link__more {
    font-size: 1.4rem;
  }
}
.c-arrow {
  width: 25px;
  height: 25px;
}
@media only screen and (max-width: 767px) {
  .c-arrow {
    width: 20px;
    height: 20px;
  }
}
.c-copyright {
  color: #a67c71;
  font-weight: 400;
  font-size: 1.2rem;
  letter-spacing: 0.28em;
  position: absolute;
  right: -14.5%;
  top: 37.1%;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media only screen and (max-width: 1350px) {
  .c-copyright {
    right: -14.2%;
  }
}
@media only screen and (max-width: 1024px) {
  .c-copyright {
    right: -135px;
  }
}
@media only screen and (max-width: 767px) {
  .c-copyright {
    right: unset;
    -webkit-transform: rotate(0) translateX(-50%);
    transform: rotate(0) translateX(-50%);
    bottom: -30px;
    top: unset;
    left: 50%;
    width: 100%;
    text-align: center;
  }
}
.c-title {
  font-size: 3rem;
  line-height: 2;
  letter-spacing: 0.36em;
  font-weight: 400;
  color: #a67c71;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c-title {
    font-size: 2.2rem;
    line-height: 1.5;
  }
}
.c-subtitle {
  font-size: 1.4rem;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 0.14em;
  font-weight: 400;
  color: #a67c71;
}
/*------------------------------------------------------------
  Pick Up
  ------------------------------------------------------------*/
.c-pickup {
  padding: 159px 0 96px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .c-pickup {
    padding: 75px 0 45px;
  }
}
.c-pickup .c-pickup__main {
  margin-top: 111px;
}
@media only screen and (max-width: 767px) {
  .c-pickup .c-pickup__main {
    margin-top: 80px;
  }
}
.c-pickup .c-pickup__ititle {
  font-weight: 400;
  font-size: 3rem;
  color: #a67c71;
  letter-spacing: 0.38em;
  margin: 18px 0 42px;
  position: relative;
}
.c-pickup .c-pickup__ititle span {
  position: relative;
  z-index: 1;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.c-pickup .c-pickup__ititle::after {
  content: "";
  position: absolute;
  width: 100%;
  z-index: -1;
  right: 0;
  top: 50%;
  height: 1px;
  display: block;
  background: #a67c71;
}
@media only screen and (max-width: 767px) {
  .c-pickup .c-pickup__ititle {
    font-size: 2.6rem;
    margin: 14px 0 20px;
    padding-right: 60px;
  }
}
@media only screen and (max-width: 568px) {
  .c-pickup .c-pickup__ititle {
    font-size: 2.3rem;
  }
}
.c-pickup .c-pickup__iimg {
  width: 57.1%;
}
@media only screen and (max-width: 1024px) {
  .c-pickup .c-pickup__iimg {
    width: 85.1%;
  }
}
@media only screen and (max-width: 767px) {
  .c-pickup .c-pickup__iimg {
    width: 94%;
  }
}
.c-pickup .c-pickup__itext {
  width: 41%;
  padding-left: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media only screen and (max-width: 1024px) {
  .c-pickup .c-pickup__itext {
    width: 100%;
    margin-top: 30px;
    padding-left: 16%;
  }
}
.c-pickup .c-pickup__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 130px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.c-pickup .c-pickup__item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: unset;
  -ms-flex-pack: unset;
  justify-content: unset;
}
.c-pickup .c-pickup__item:nth-child(even) .c-pickup__itext {
  padding-left: 75px;
}
.c-pickup .c-pickup__item .c-link__more {
  margin-left: auto;
  margin-top: auto;
  /*margin-right: 90px;*/
  -webkit-transform: translateY(15px);
  transform: translateY(15px);
  display: flex;
  align-items: center;
}
.c-pickup .c-pickup__item .c-link__more span {
  margin-right: 10px;
  line-height: 1;
  margin-top: -1px;
}
@media only screen and (max-width: 1024px) {
  .c-pickup .c-pickup__item .c-link__more {
    margin-top: 10px;
    margin-right: 10px;
  }
}
@media only screen and (max-width: 1024px) {
  .c-pickup .c-pickup__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .c-pickup .c-pickup__item:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .c-pickup .c-pickup__item:nth-child(even) .c-pickup__iimg {
    margin-left: auto;
  }
  .c-pickup .c-pickup__item:nth-child(even) .c-pickup__itext {
    text-align: left;
    padding-right: 0;
    padding-left: 0;
    width: 85%;
    margin-left: auto;
  }
  .c-pickup .c-pickup__item:nth-child(even) .c-pickup__des {
    text-align: left;
  }
  .c-pickup .c-pickup__item:nth-child(even) .c-link__more {
    margin-right: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .c-pickup .c-pickup__item {
    margin-bottom: 80px;
    margin: 13px 0 100px;
  }
  .c-pickup .c-pickup__item:nth-child(even) .c-pickup__itext {
    width: 85%;
  }
}
.c-pickup .c-pickup__ilabel {
  font-weight: 400;
  font-size: 1.5rem;
  letter-spacing: 0.24em;
  color: #a67c71;
}
.c-pickup .c-pickup__des {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.5px;
  width: 100%;
  max-width: 417px;
  color: #595757;
  padding-right: 30px;
}
@media only screen and (max-width: 1024px) {
  .c-pickup .c-pickup__des {
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .c-pickup .c-pickup__des {
    font-size: 1.4rem;
    max-width: 100%;
  }
  .c-pickup .c-pickup__itext {
    padding-left: 30px;
  }
}
/*------------------------------------------------------------
  Goods
  ------------------------------------------------------------*/
.c-goods {
  padding: 104px 0 100px;
}
@media only screen and (max-width: 767px) {
  .c-goods {
    padding: 86px 0 50px;
  }
}
.c-goods .c-goods__items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto;
  -webkit-column-gap: 7rem;
  -moz-column-gap: 7rem;
  column-gap: 7rem;
  row-gap: 3.1rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  list-style: none;
  padding: 0 0 50px;
  margin-top: 67px;
}
@media only screen and (max-width: 1350px) {
  .c-goods .c-goods__items {
    grid-template-rows: auto;
    width: 90%;
  }
}
@media only screen and (max-width: 1024px) {
  .c-goods .c-goods__items {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
    max-width: 772px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 767px) {
  .c-goods .c-goods__items {
    max-width: 425px;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    -webkit-column-gap: 2rem;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
    row-gap: 4rem;
    padding-bottom: 50px;
  }
}

.c-goods .c-goods__iimg {
  height: 200px;
  margin-bottom: 10px;
  background: transparent;
  object-fit: contain;
}
.c-goods .c-goods__iimg img {
  width: 100%;
  height: auto;
  max-height: 200px;
  object-fit: contain;
}
@media only screen and (max-width: 1350px) {
  .c-goods .c-goods__iimg img {
    width: 100%;
    height: auto;
    max-height: 193px;
  }
  .c-goods .c-goods__iimg {
    height: 193px;
    object-fit: contain;
  }
  .c-goods .c-goods__iimg img {
    width: 100%;
    height: auto;
    max-height: 190px;
  }
}
@media only screen and (max-width: 1024px) {
  .c-goods .c-goods__iimg img {
    width: 100%;
    height: auto;
    max-height: 190px;
  }
  .c-goods .c-goods__iimg {
    height: 193px;
    object-fit: contain;
  }
}
@media only screen and (max-width: 767px) {
  .c-goods .c-goods__iimg img {
    width: 100%;
    height: auto;
    max-height: 160px;
  }
  .c-goods .c-goods__iimg {
    height: 165px;
    text-align: center;
    object-fit: contain;
  }
}
.c-goods .c-goods__item {
  position: relative;
}
.c-goods .c-goods__item:first-child .c-goods__iimg {
  height: 100%;
}
.c-goods .c-goods__item:first-child .c-goods__iimg img {
  width: 100%;
  height: auto;
  max-height: 100%;
}
.c-goods .c-goods__item:not(:first-child) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.c-goods .c-goods__item:not(:first-child) .c-goods__iimg img {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
.c-goods .c-goods__item:first-child {
  height: 100%;
  grid-column: span 2;
  grid-row: span 2;
  background: transparent;
}
.c-goods .c-goods__item:first-child img {
  background: transparent;
  position: absolute;
  width: 120%;
  max-width: 120%;
  top: 46%;
  left: 45%;
  object-fit: contain;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 3;
}
@media only screen and (max-width: 1350px) {
  .c-goods .c-goods__item:first-child {
    height: 90.7%;
  }
  .c-goods .c-goods__item:first-child img {
    width: 585px;
    left: 44%;
    top: 49%;
  }
}
@media only screen and (max-width: 1024px) {
  .c-goods .c-goods__item:first-child img {
    top: 68%;
  }
}
@media only screen and (max-width: 1024px) {
  .c-goods .c-goods__item:first-child {
    grid-column: span 2;
    grid-row: span 2;
    height: 350px;
  }
}
@media only screen and (max-width: 767px) {
  .c-goods .c-goods__item:not(:first-child) img {
    width: 100%;
    max-width: 188px;
  }
  .c-goods .c-goods__item:first-child img {
    width: 100%;
    max-width: 458px;
    top: 45%;
    left: 50%;
  }
  .c-goods .c-goods__item:first-child .c-goods__iinfo {
    transform: translateY(10px);
  }
  .c-goods .c-goods__item:first-child .c-goods__iimg {
    height: 320px;
  }
}
.c-goods .c-goods__iinfo {
  color: #999;
  text-align: center;
  width: 100%;
  padding: 0 15px;
}
.c-goods .c-goods__iname {
  font-size: 1.8rem;
  font-weight: 400;
  margin-top: 10px;
  color: #a67c71;
}
@media only screen and (max-width: 767px) {
  .c-goods .c-goods__iname {
    font-size: 1.5rem;
  }
}
.c-goods .c-goods__iprice {
  font-size: 1.5rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .c-goods .c-goods__iprice {
    font-size: 1.3rem;
  }
}
.c-goods .c-goods__sale {
  margin-top: 70px;
}
.c-goods .c-goolds__saletitle {
  font-size: 3rem;
  color: #a67c71;
  font-weight: 400;
  letter-spacing: 0.36em;
}
.c-goods .c-goolds__saletitle span {
  font-size: 1.6rem;
  color: #595757;
  letter-spacing: 0;
}
@media only screen and (max-width: 767px) {
  .c-goods .c-goolds__saletitle {
    font-size: 2.6rem;
  }
  .c-goods .c-goolds__saletitle span {
    font-size: 1.4rem;
  }
  .c-goods .c-goods__sale {
    margin-top: 35px;
  }
}
.c-goods .c-goods__saleproduct {
  position: relative;
  margin-top: 47px;
  background: #fff;
  width: 88.4%;
  margin-left: auto;
  padding-top: 36px;
  padding-left: 23.6%;
  padding-right: 47px;
  padding-bottom: 45px;
  margin-bottom: 44px;
}
@media only screen and (max-width: 1024px) {
  .c-goods .c-goods__saleproduct {
    padding-left: 33.6%;
    margin-top: 17%;
  }
}
@media only screen and (max-width: 767px) {
  .c-goods .c-goods__saleproduct {
    width: 100%;
    padding: 36px 15px 0;
    margin-top: 5%;
  }
}
@media only screen and (max-width: 767px) {
  .c-goods .c-goods__sprinfo {
    margin-top: 35px;
    padding: 0 15px 30px;
  }
}
.c-goods .c-goods__sprimg {
  position: absolute;
  max-width: 335px;
  left: -13%;
  top: -8%;
}
@media only screen and (max-width: 1024px) {
  .c-goods .c-goods__sprimg {
    max-width: 300px;
  }
}
@media only screen and (max-width: 767px) {
  .c-goods .c-goods__sprimg {
    position: static;
    text-align: center;
    margin: 0 auto;
  }
}
.c-goods .c-goods__sprname {
  font-size: 3rem;
  font-weight: 400;
  color: #a67c71;
}
@media only screen and (max-width: 767px) {
  .c-goods .c-goods__sprname {
    font-size: 2.6rem;
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px);
  }
}
.c-goods .c-goods__sprprice {
  font-size: 2rem;
  letter-spacing: 0.1em;
  color: #666;
  margin-top: 14px;
}
.c-goods .c-goods__sprprice span {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  color: #b3b3b3;
  padding-left: 15px;
}
@media only screen and (max-width: 767px) {
  .c-goods .c-goods__sprprice {
    font-size: 1.6rem;
  }
  .c-goods .c-goods__sprprice span {
    font-size: 1.3rem;
  }
}
.c-goods .c-goods__sprdes {
  font-size: 1.6rem;
  color: #595757;
  margin-top: 23px;
  line-height: 1.7;
}
@media only screen and (max-width: 767px) {
  .c-goods .c-goods__sprdes {
    font-size: 1.4rem;
  }
}
.c-goods .c-goods__sprstock {
  color: #666;
  font-size: 1.6rem;
  letter-spacing: 0.46em;
  margin-top: 53px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 7px;
  border-bottom: 1px solid #ccc;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.c-goods .c-goods__sprstock span {
  margin-left: 45px;
}
@media only screen and (max-width: 767px) {
  .c-goods .c-goods__sprstock {
    font-size: 1.4rem;
  }
}
.c-goods .c-goods__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 1024px) {
  .c-goods .c-goods__actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.c-goods .c-link__more {
  margin: 0 auto;
}
.c-goods .c-goods__note {
  font-size: 1.6rem;
  line-height: 1.68;
  font-weight: 400;
  color: #595757;
  text-align: center;
  margin-top: 100px;
}
@media only screen and (max-width: 767px) {
  .c-goods .c-goods__note {
    font-size: 1.4rem;
    margin-top: 30px;
    padding: 0px 20px;
    text-align: left;
  }
}
.c-goods .c-intro__link {
  margin-top: 65px;
  padding: 19px 0;
}
@media only screen and (max-width: 767px) {
  .c-goods .c-intro__link {
    padding: 15px 0;
  }
  .c-goods__actions .c-link__buy {
    margin-right: auto;
  }
}
.c-link__buy {
  font-weight: 700;
  font-size: 2rem;
  color: #a67c71;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 278px;
  margin-left: auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 33px;
  padding: 11px 0;
  border: 1px solid #a67c71;
  position: relative;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.c-link__buy span {
  margin-right: 50px;
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
}
.c-link__buy:hover {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  opacity: 1;
  background: #a67c71;
  color: #fff;
}
.c-link__buy:hover img {
  opacity: 1;
}
.c-link__buy img {
  -webkit-transform: translateX(45px);
  transform: translateX(45px);
}
@media only screen and (max-width: 767px) {
  .c-link__buy {
    font-size: 1.6rem;
    padding: 8px 0;
    max-width: 178px;
  }
  .c-link__buy img {
    -webkit-transform: none;
    transform: none;
  }
}

.c-goods__links {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 130px;
}

.c-goods__links .c-intro__link {
  font-weight: 700;
  font-size: 2rem;
  color: #a67c71;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  letter-spacing: 0;
  max-width: 250px;
  margin: 0 20px;
  font-family: inherit;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 56px;
  padding: 11px 0;
  margin-bottom: 15px;
  border-top: 1px solid #a67c71;
  border-bottom: 1px solid #a67c71;
  position: relative;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media only screen and (max-width: 767px) {
  .c-goods__links {
    flex-direction: column;
  }
  .c-goods__links .c-intro__link {
    margin: 20px 0px;
  }
}
/*------------------------------------------------------------
  FC  Item
  ------------------------------------------------------------*/
.c-fcitem {
  padding: 166px 0 172px;
}
@media only screen and (max-width: 767px) {
  .c-fcitem {
    padding: 86px 0 100px;
  }
}
.c-fcitem .c-fcitem_slides {
  padding: 0 5.7%;
  position: relative;
  margin-top: 78px;
}
.c-fcitem .c-fcitem__slideimg {
  max-width: 300px;
}
@media only screen and (max-width: 767px) {
  .c-fcitem .c-fcitem__slideimg {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }
}
.c-fcitem .c-fcitem__slidetitle {
  text-align: center;
  font-size: 1.8rem;
  color: #a67c71;
  letter-spacing: 0.2em;
  padding: 0 10px;
  margin-top: 30px;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .c-fcitem .c-fcitem__slidetitle {
    font-size: 1.6rem;
  }
}
.slick-slide {
  padding: 0 20px;
  /* Adjust the padding value as needed */
}
@media only screen and (max-width: 767px) {
  .slick-slide {
    padding: 0 10px;
  }
}
.slick-arrow {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 45%;
  display: block;
  width: 40px;
  height: 100%;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
@media only screen and (max-width: 1024px) {
  .slick-arrow {
    top: 38%;
  }
}
.slick-prev {
  left: 42px;
}
.slick-prev::after {
  content: "";
  display: block;
  width: 21px;
  height: 21px;
  border-top: 1px solid #a67c71;
  border-left: 1px solid #a67c71;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.slick-next {
  right: 23px;
}
.slick-next::after {
  content: "";
  display: block;
  width: 21px;
  height: 21px;
  border-top: 1px solid #a67c71;
  border-left: 1px solid #a67c71;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 7px 0;
  padding: 3rem 0 0;
  list-style-type: none;
}
.slick-dots li {
  margin: 0 0.5rem;
}
.slick-dots button {
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: #fff;
  text-indent: -9999px;
  border: 1px solid #595757;
  cursor: pointer;
}
.slick-dots .slick-active button {
  background-color: #a67c71;
}
/*------------------------------------------------------------
  FAQ
  ------------------------------------------------------------*/
.c-faq {
  padding: 114px 0 100px;
}
@media only screen and (max-width: 767px) {
  .c-faq {
    padding: 60px 0 100px;
  }
}
.c-faq .c-faq__items {
  margin-top: 73px;
  margin-bottom: 57px;
}
.c-faq .c-faq__question {
  color: #595757;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.7;
  position: relative;
  padding-right: 10%;
  cursor: pointer;
  margin-bottom: 0px;
}
.c-faq .c-faq__question::after {
  content: "";
  width: 17px;
  height: 1px;
  background: #595757;
  position: absolute;
  right: 43px;
  top: 50%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.c-faq .c-faq__question::before {
  content: "";
  width: 17px;
  position: absolute;
  height: 1px;
  background: #595757;
  right: 43px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  top: 50%;
}
@media only screen and (max-width: 767px) {
  .c-faq .c-faq__question::after,
  .c-faq .c-faq__question::before {
    right: 10px;
  }
  .c-faq .c-faq__question {
    font-size: 1.4rem;
  }

  .c-faq .c-faq__question {
    margin-bottom: 0px;
  }
}
.c-faq .expanded::after {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.c-faq .expanded::before {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.c-faq .c-faq__answer {
  color: #a67c71;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.05em;
  display: none;
  padding-right: 9%;
  margin-top: 15px;
}
.c-faq .c-faq__answer a {
  text-decoration: underline;
}
.c-faq .c-faq__answer a:hover,
.c-faq .c-faq__answer a:focus {
  opacity: 70%;
}
.c-faq .c-faq__item {
  padding-left: 9px;
  padding-top: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #595757;
}
@media only screen and (max-width: 767px) {
  .c-faq .c-faq__item {
    padding: 20px 0 20px 9px;
  }
  .c-faq .c-faq__answer {
    font-size: 1.4rem;
    margin-top: 10px;
  }
}
.c-faq .c-link__more {
  margin: 0 auto;
}
.c-faq .c-faq__topic {
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #a67c71;
  margin-top: 62px;
  margin-bottom: 15px;
}
.c-faq .c-faq__block:not(:first-child) {
  padding-top: 16px;
}
/*------------------------------------------------------------
  Shop
  ------------------------------------------------------------*/
.c-shop {
  position: relative;
  padding: 126px 0 100px;
}
@media only screen and (max-width: 767px) {
  .c-shop {
    padding: 62px 0 0;
  }
  .c-faq .c-faq__topic {
    font-size: 2.2rem;
    margin-top: 10px;
    padding-left: 9px;
    margin-bottom: 0;
  }
}
.c-shop .c-shop__flower {
  width: 23.8%;
  position: absolute;
  left: 0;
  top: -32px;
  max-width: 333px;
}
@media only screen and (max-width: 1024px) {
  .c-shop .c-shop__flower {
    top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .c-shop .c-shop__flower {
    width: 40%;
    max-width: 200px;
  }
}
.c-shop .c-shop__iframe {
  margin-top: 54px;
  position: relative;
  width: 100%;
  padding-bottom: 44.15%;
}
.c-shop .c-shop__iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 400px;
}
@media only screen and (max-width: 767px) {
  .c-shop .c-shop__iframe {
    padding-bottom: 54.15%;
  }
}
.c-shop .c-shop__address {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.7;
  color: #595757;
}
@media only screen and (max-width: 1024px) {
  .c-shop .c-shop__address {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .c-shop .c-shop__address {
    font-size: 1.4rem;
  }
}
.c-shop .c-shop__time {
  margin-top: 19px;
  font-size: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .c-shop .c-shop__time {
    font-size: 1.4rem;
  }
}
.c-shop__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 48px;
  margin-top: 22px;
}
@media only screen and (max-width: 1024px) {
  .c-shop__links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0px 10px;
  }
}
.c-shop .c-intro__link {
  padding: 20px 0;
}
/*------------------------------------------------------------
  News
  ------------------------------------------------------------*/
.c-news {
  padding: 54px 0 100px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .c-news {
    padding-bottom: 50px;
  }
}
.c-news .c-news__flower {
  position: absolute;
  top: -53px;
  right: 0;
  width: 22.3%;
  max-width: 312px;
}
@media only screen and (max-width: 1024px) {
  .c-news .c-news__flower {
    top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .c-news .c-news__flower {
    width: 40%;
    max-width: 200px;
  }
}
.c-news .c-news__items {
  background: #fff;
  margin-top: 50px;
  margin-bottom: 48px;
  padding: 15px 50px 43px;
}
@media only screen and (max-width: 767px) {
  .c-news .c-news__items {
    padding: 30px 20px;
  }
}
.c-news .c-news__item {
  padding: 30px 0;
  display: block;
  border-bottom: 1px solid #595757;
  position: relative;
}
.c-news .c-news__item::after {
  position: absolute;
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  right: 21px;
  top: 45%;
  border-top: 1px solid #a67c71;
  border-left: 1px solid #a67c71;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
@media only screen and (max-width: 767px) {
  .c-news .c-news__item {
    padding: 25px 0 15px;
  }
  .c-news .c-news__item:first-child {
    padding-top: 0;
  }
  .c-news .c-news__item::after {
    width: 9px;
    height: 9px;
    right: 8px;
  }
}
.c-news .c-news__ititle {
  font-size: 1.6rem;
  line-height: 1.9;
  color: #595757;
  padding-right: 10%;
  font-weight: 400;
}
.c-news .c-news__ititle:hover {
  color: #a67c71;
  opacity: 1;
}
.c-news .c-news__ititle span {
  font-size: 1.4rem;
  letter-spacing: 0.16em;
  margin-right: 38px;
}
@media only screen and (max-width: 767px) {
  .c-news .c-news__ititle {
    font-size: 1.4rem;
    line-height: 1.4;
  }
  .c-news .c-news__ititle span {
    font-size: 1.3rem;
    display: block;
    margin-bottom: 5px;
  }
}
.c-news .c-link__more {
  margin: 0 auto;
}
/*------------------------------------------------------------
  Pages Products
  ------------------------------------------------------------*/

.p-page {
  background: #ffeded;
  padding-bottom: 117px;
  padding-top: 122px;
}

.p-products .c-products__title {
  font-size: 3rem;
  letter-spacing: 0.38em;
  color: #a67c71;
}
.p-products .c-products__description {
  color: #a67c71;
  font-weight: 600;
  line-height: 1.9;
  margin-top: 30px;
}
.p-products .c-products__banner {
  background: #fff;
  padding: 90px 0;
}
.p-products .c-products__bannerInner {
  display: flex;
  justify-content: space-between;
  min-height: 400px;
}
.p-products .c-products__info {
  width: 44%;
}
.p-products .c-products__bannerImage {
  width: 50%;
  position: relative;
}
.p-products .c-products__bannerImage img {
  position: absolute;
  max-width: 400px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-products .c-products__main {
  padding-top: 150px;
}
.c-mainTitle {
  font-size: 3rem;
  letter-spacing: 0.38em;
  color: #a67c71;
  font-weight: 700;
  position: relative;
  display: flex;
  align-items: center;
}
.c-mainTitle span {
  width: fit-content;
  max-width: 80%;
}
.c-mainTitle::after {
  content: "";
  height: 1px;
  background: #a67c71;
  display: block;
  flex-grow: 1;
}
.c-navLinks {
  display: flex;
  flex-wrap: wrap;
  color: #a67c71;
  margin-top: 40px;
}
.p-products .c-products__items {
  padding-top: 25px;
}
.c-navLinks .c-navLink {
  display: flex;
  align-items: center;
  padding: 17px 10px;
  justify-content: center;
  width: 31.9%;
  max-width: 350px;
  border: 1px solid #a67c71;
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0.2em;
  line-height: 1.75;
  text-align: center;
  margin-right: 25px;
  margin-bottom: 25px;
  box-sizing: border-box;
}
.c-navLinks .c-navLink:hover {
  background: #fff;
  opacity: 1;
}
.c-navLinks .c-navLink::after {
  content: "";
  display: block;
  margin-left: 20px;
  width: 25px;
  height: 25px;
  background: url("../../assets/img/common/arrow-down.svg") center no-repeat;
  background-size: contain;
  flex-shrink: 0;
}
.c-navLinks .c-navLink:nth-of-type(3n) {
  margin-right: 0;
}
.p-products .c-products__iinfo {
  color: #a67c71;
  display: flex;
  flex-direction: column;
  padding: 20px 0;
  margin-left: 50px;
}
.p-products .c-products__iinfo h5 {
  font-size: 18px;
  font-weight: 600;
}
.p-products .c-products__ititle {
  font-size: 2.8rem;
  font-weight: 700;
}
.p-products .c-products__ides {
  font-weight: 600;
  line-height: 1.9;
  margin-top: 25px;
}
.p-products .c-products__ides ul {
  list-style: disc;
  padding-left: 20px;
}
.p-products .c-products__ides a {
  color: #9770f4;
}
.p-products .c-products__ides > * {
  margin-bottom: 25px;
}
.p-products .c-product__ilink {
  letter-spacing: 0.2em;
  padding: 19px 0;
  margin-left: 0;
  margin-top: auto;
}
.p-products .c-products__iimgs {
  width: 47.4%;
  min-width: 47.4%;
  max-width: 47.4%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  height: 521px;
}
.p-products .c-products__iimgs .slick-list {
  max-width: 403px;
}
.p-products .c-products__iimgs .slick-slide {
  padding: 0;
}
.p-products .c-products__iimgs .slick-dots {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
}
.p-products .c-products__iimgs .slick-dots button {
  width: 6px;
  height: 6px;
  background: #cccccc;
  border: 0;
}
.p-products .c-products__iimgs .slick-dots .slick-active button {
  background: #a67c71;
}
.p-products .c-products__item {
  display: flex;
  position: relative;
  margin-bottom: 40px;
}
.p-products .c-faq {
  padding: 100px 0px;
}
@media only screen and (max-width: 1200px) {
  .c-navLinks .c-navLink {
    width: 31.55%;
  }
}
@media only screen and (max-width: 1024px) {
  .p-products .c-products__bannerImage img {
    position: static;
    transform: none;
    width: 100%;
    max-width: 400px;
  }
  .p-products .c-products__bannerInner {
    flex-direction: column;
  }
  .p-products .c-products__info {
    width: 100%;
    order: 2;
  }
  .p-products .c-products__bannerImage {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    order: 1;
    margin-bottom: 30px;
  }
  .c-navLinks .c-navLink {
    width: 48.15%;
    max-width: none;
  }
  .c-navLinks .c-navLink:nth-of-type(3n) {
    margin-right: 25px;
  }
  .c-navLinks .c-navLink:nth-of-type(2n) {
    margin-right: 0px;
  }
  .p-products .c-products__iimgs {
    width: 100%;
  }
  .p-products .c-products__iinfo {
    margin-left: 0;
  }
  .p-products .c-products__item {
    flex-direction: column;
  }
  .p-products .c-product__ilink {
    margin-top: 30px;
  }
  .p-products .c-products__iimgs {
    width: 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .p-page {
    padding: 70px 0;
  }
  .p-products .c-faq {
    padding: 50px 0px;
  }
  .p-products .c-products__main {
    padding-top: 70px;
  }
  .c-navLinks .c-navLink:nth-of-type(3n) {
    margin-right: unset;
  }
  .c-navLinks .c-navLink:nth-of-type(2n) {
    margin-right: unset;
  }
  .c-navLinks .c-navLink {
    margin-right: 12px !important;
    font-size: 1.3rem;
  }
  .c-navLinks .c-navLink:nth-child(2n) {
    margin-right: 0 !important;
  }
  .p-products .c-products__iimgs .slick-dots {
    bottom: 5px;
  }
  .p-products .c-products__iimgs {
    padding: 24px 24px 40px;
    height: auto;
    min-height: 310px;
  }
  .p-products .c-products__ititle {
    font-size: 2.2rem;
    margin-bottom: 15px;
  }
  .c-mainTitle {
    font-size: 2.6rem;
  }
  .p-products .c-products__title {
    font-size: 2.6rem;
  }
  .p-products .c-product__ilink {
    margin-left: auto;
    margin-right: auto;
  }
  .c-navLinks .c-navLink ::after {
    margin-left: 15px;
  }
  .c-navLinks .c-navLink {
    width: 47.95%;
  }
  .c-navLinks {
    justify-content: center;
  }
}
/*------------------------------------------------------------
  Pages Archive
  ------------------------------------------------------------*/
.page-archive {
  width: 100%;
  padding: 20px 0px;
  background-color: #fff;
}
.page-archive h3 {
  padding: 0px 20px;
}
.p-archive .c-goods2 {
  padding-top: 20px;
}
.archive-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin: 0px auto;
}
.archive-wrapper .article-post_wrap {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.archive-wrapper .article {
  width: 100%;
  max-width: 300px;
  margin: 10px 10px 80px 10px;
}
.archive-wrapper .article .img-area {
  width: 100%;
  max-width: 300px;
  height: 300px;
  object-fit: contain;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.archive-wrapper .article .img-area img {
  width: 100%;
  max-width: 245px;
  object-fit: contain;
}
.archive-wrapper .article .post-title {
  text-align: center;
  color: #a67c71;
  font-size: 18px;
}
.pagination {
  margin: 40px 0 0;
}
.nav-links {
  display: flex;
}
.pagination .page-numbers {
  display: inline-block;
  margin-right: 20px;
  padding: 20px 25px;
  color: #333;
  border-radius: 3px;
  box-shadow: 0 3px 3px #999;
  background: #fff;
}
.pagination .current {
  padding: 20px 25px;
  background: #69a4db;
  color: #fff;
}
.pagination .prev,
.pagination .next {
  background: transparent;
  box-shadow: none;
  color: #69a4db;
}
.pagination .dots {
  background: transparent;
  box-shadow: none;
}
@media only screen and (max-width: 768px) {
  .archive-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 0px auto;
  }
  .page-archive {
    padding: 100px 0px;
  }
  .archive-wrapper .article {
    margin: 10px 10px 100px 10px;
  }
}

@media only screen and (max-width: 568px) {
  .archive-wrapper .article .img-area,
  .archive-wrapper .article .img-area img,
  .archive-wrapper .article {
    max-width: 360px;
    height: 190px;
  }
  .archive-wrapper .article .img-area {
    margin-bottom: 0px;
  }
  .archive-wrapper .article .post-title {
    font-size: 14px;
    font-weight: 600;
  }
}
/*------------------------------------------------------------
  Pages Privacy Policy
  ------------------------------------------------------------*/

.p-privacy .c-privacy__main {
  background: #fff;
  color: #595757;
  font-size: 1.6rem;
  line-height: 1.75;
  padding-top: 80px;
  padding-bottom: 100px;
}

.p-privacy .c-privacy__dt {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 600;
  color: #a67c71;
  margin-bottom: 10px;
  margin-top: 60px;
}
.p-privacy .c-privacy__dd ul {
  padding-left: 35px;
}
.p-privacy .c-privacy__dd ul li {
  list-style: decimal !important;
  margin: 4px 0;
}
@media only screen and (max-width: 768px) {
  .p-privacy .c-privacy__dt {
    margin-top: 50px;
    font-size: 2.2rem;
  }
  .p-privacy .c-privacy__main {
    padding: 40px 20px 50px 20px;
    font-size: 1.4rem;
  }
}
/*------------------------------------------------------------
  Pages Contact
  ------------------------------------------------------------*/

.p-contact .c-contact__main {
  background: #fff;
  font-size: 1.6rem;
  line-height: 1.75;
  padding-top: 80px;
  padding-bottom: 100px;
}
.p-contact .c-contact__form {
  max-width: 700px;
  margin: auto;
}
.p-contact input[type="text"],
textarea,
select {
  font-family: inherit;
  border: 1px solid #a67c71;
  border-radius: 5px;
  box-sizing: border-box;
  font-size: 1.6rem;
}
.p-contact select {
  padding: 10px;
  appearance: none;
  width: 100%;
}
.p-contact .c-contact__select {
  position: relative;
  width: fit-content;
  width: calc(50% - 6px);
}
.p-contact .c-contact__select::after {
  content: "";
  position: absolute;
  right: 13px;
  top: 10px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 8px solid #a67c71;
}
.p-contact .c-contact__select::before {
  content: "";
  position: absolute;
  right: 13px;
  bottom: 10px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #a67c71;
}
.p-contact input[type="text"],
textarea {
  padding: 10px 10px;
  width: 100%;
}
.p-contact .c-contact__row {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}
.p-contact .c-contact__sec2 {
  margin-bottom: 20px;
}
.p-contact .c-contact__sec3 {
  margin-bottom: 100px;
}
#deleteButton {
  cursor: pointer;
  position: relative;
  z-index: 999;
}
.p-contact .c-contact__label,
.mwform-radio-field-text,
.mwform-checkbox-field-text {
  font-size: 1.8rem;
  font-weight: 700;
  color: #a67c71;
  margin-bottom: 5px;
  cursor: pointer;
}
.mwform-file-delete {
  display: none;
}
.p-contact .c-contact__label .required {
  font-size: 1.6rem;
  background-color: #a67c71;
  color: #fff;
  width: 40px;
  height: 23px;
  display: inline-flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  line-height: 1;
  margin-left: 5px;
  border-radius: 3px;
}
.p-contact .c-contact__row2 {
  display: flex;
  justify-content: space-between;
}
/* .p-contact .c-contact__row3 {
  display: flex;
  justify-content: space-between;
} */
.p-contact .c-contact__row2 input {
  width: calc(50% - 6px);
}
/*.p-contact .c-contact__row3 input {
  width: calc(33.33% - 7px);
}*/
.p-contact .c-contact__selection {
  display: flex;
  flex-direction: column;
}
/* Radio */
.p-contact .c-contact__radio {
  position: relative;
  padding-left: 27px;
  display: inline-block;
  cursor: pointer;
}
.p-contact .c-contact__radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.p-contact .c-contact__radio input:checked ~ span::before {
  background: #a67c71;
}
.p-contact .c-contact__radio span::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #a67c71;
}
.p-contact .c-contact__radio input:checked ~ span::after {
  display: block;
}
.p-contact .c-contact__radio span::after {
  content: "";
  position: absolute;
  display: none;
  top: 50%;
  left: 11px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  box-sizing: content-box;
  border: solid 5px white;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* Checkbox */
.p-contact .c-contact__checkbox {
  position: relative;
  padding-left: 27px;
  display: inline-block;
  cursor: pointer;
}
.p-contact .c-contact__checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.p-contact .c-contact__checkbox label::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid #a67c71;
}
.p-contact .c-contact__checkbox label.checked::after {
  display: block;
}
.p-contact .c-contact__checkbox label::after {
  content: "";
  position: absolute;
  display: none;
  top: 37%;
  left: 2px;
  width: 6px;
  height: 14px;
  border: solid #a67c71;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
}
.p-contact .c-contact__file::-webkit-file-upload-button {
  visibility: hidden;
}
.p-contact input[type="file"] {
  background: transparent;
}

.p-contact .c-contact__file {
  color: transparent;
  position: relative;
  padding: 0px;
  width: 20%;
}
.p-contact .c-contact__file::before {
  content: "ファイルを選択";
  display: inline-block;
  background: #fff;
  font-family: "Shippori Mincho", serif;
  border: 1px solid #a67c71;
  border-radius: 6px;
  color: #a67c71;
  padding: 3px 12px;
  outline: none;
  white-space: nowrap;
  cursor: pointer;
  font-weight: 400;
  font-size: 1.6rem;
}
.p-contact #file-name {
  font-size: 1.6rem;
  color: #595757;
  display: block;
  margin-top: 10px;
  padding-left: 3px;
}
.p-contact .c-contact__confirm {
  padding: 16px 0;
}
.p-contact .c-contact__agree {
  display: flex;
  justify-content: center;
  position: relative;
}
.p-contact .c-contact__file {
  white-space: nowrap;
}
.p-contact .c-contact__agree a {
  text-decoration: underline;
}
.mw_wp_form .error {
  color: #ff5858 !important;
  font-weight: 400 !important;
  font-size: 1.4rem !important;
}
.mw_wp_form_confirm .c-contact__radio {
  padding-left: 0;
}
.mw_wp_form_confirm .c-contact__agree {
  display: none;
}
.mw_wp_form_confirm #file-name {
  display: none;
}
.mw_wp_form_confirm .c-confirm__actions {
  display: flex;
  justify-content: space-between;
}
.mw_wp_form_confirm .c-contact__confirm {
  width: 40%;
}
.p-contact .c-contact__agree .error {
  position: absolute;
}
@media only screen and (max-width: 768px) {
  .mw_wp_form_confirm .c-confirm__actions {
    flex-direction: column;
    align-items: center;
  }
  .mw_wp_form_confirm .c-contact__confirm {
    width: 100%;
  }
  .p-contact .c-contact__form {
    width: 92%;
  }
  .p-contact .c-contact__row {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
  }
  .p-contact .c-contact__sec2 {
    margin-bottom: 10px;
  }
  .p-contact .c-contact__file::before {
    font-size: 1.4rem;
  }
  .p-contact .c-contact__main {
    font-size: 1.4rem;
  }

  textarea,
  .p-contact input[type="text"],
  select {
    font-size: 1.4rem;
  }
  .p-contact .c-contact__label .required {
    font-size: 1.4rem;
  }
  .p-contact .c-contact__label {
    font-size: 1.4rem;
  }
  .c-contact__fileWrapper {
    display: flex;
    flex-direction: column;
  }
  .p-contact .c-contact__file {
    width: 43%;
  }
  .p-contact #file-name {
    font-size: 1.4rem;
    margin-top: 10px;
  }
}
/*------------------------------------------------------------
  Pages Introduction
  ------------------------------------------------------------*/
.p-introduction .c-navLinks {
  margin-top: 150px;
  justify-content: center;
}
.p-introduction .c-introduction__head {
  padding: 83px 0;
  font-size: 1.4rem;
  line-height: 1.9;
  background: #fff;
}
.p-introduction .c-introduction__title {
  font-size: 2.5rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  color: #a67c71;
  display: flex;
  align-items: center;
}
.p-introduction .c-introduction__items {
  margin-top: 100px;
}
.p-introduction .c-introduction__title::before {
  content: "";
  width: 58px;
  height: 49px;
  background: url("../../assets/img/common/chat.svg") no-repeat center;
  background-size: contain;
  display: block;
  margin-right: 20px;
}
.p-introduction .c-introduction__title2::before {
  background: url("../../assets/img/common/coin.svg") no-repeat center;
}
.p-introduction .c-introduction__title3::before {
  background: url("../../assets/img/common/cart.svg") no-repeat center;
}
.p-introduction .c-introduction__title4::before {
  background: url("../../assets/img/common/design.svg") no-repeat center;
}
.p-introduction .c-introduction__title5::before {
  background: url("../../assets/img/common/computer.svg") no-repeat center;
}
.p-introduction .c-introduction__title6::before {
  background: url("../../assets/img/common/money.svg") no-repeat center;
}
.p-introduction .c-introduction__title7::before {
  background: url("../../assets/img/common/package.svg") no-repeat center;
}
.p-introduction .c-introduction__title8::before,
.p-introduction .c-introduction__title9::before,
.p-introduction .c-introduction__title10::before {
  display: none;
}
.p-introduction .c-introduction__title8,
.p-introduction .c-introduction__title9,
.p-introduction .c-introduction__title10 {
  margin-left: 35px;
}
#section2 .c-introduction__content {
  margin-left: 35px;
}
.p-introduction .c-mainTitle {
  margin-bottom: 50px;
}

.p-introduction .c-introduction__content {
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.05em;
  color: #595757;
  max-width: 740px;
  margin: 10px 0 0 77px;
}
.p-introduction .c-introduction__item {
  max-width: 900px;
  margin: auto;
  background: #fff;
  padding: 35px 0px 35px 31px;
}
.p-introduction .c-introduction__note {
  color: #a67c71;
  margin-top: 24px;
  font-size: 1.2rem;
}
.p-introduction .c-introduction__content a {
  color: #a67c71;
}
.p-introduction .c-introduction__content ul {
  margin-top: 20px;
}
.p-introduction .c-introduction__content li {
  display: flex;
  align-items: center;
}
.p-introduction .c-introduction__content li::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background: #a67c71;
  border-radius: 50%;
  margin-right: 10px;
  margin-top: 2px;
}
.p-introduction .c-introduction__arrow {
  width: 43px;
  height: 24px;
  background: url("../../assets/img/common/arrow-down2.svg") center no-repeat;
  background-size: contain;
  margin: 50px auto;
}
@media only screen and (max-width: 768px) {
  .p-introduction .c-introduction__arrow {
    width: 37px;
    height: 18px;
    margin: 20px auto;
  }
  .p-introduction .c-navLinks {
    margin-top: 70px;
  }
  .p-introduction .c-introduction__items {
    margin-top: 50px;
  }
  .p-introduction .c-introduction__item {
    padding: 35px 20px;
  }
  .p-introduction .c-introduction__title {
    font-size: 2.1rem;
  }
  .p-introduction .c-introduction__title::before {
    width: 50px;
    flex-shrink: 0;
    height: 37px;
  }
  .p-introduction .c-introduction__title8,
  .p-introduction .c-introduction__title9,
  .p-introduction .c-introduction__title10 {
    margin-left: 5px;
  }
  .p-introduction .c-introduction__content {
    margin: 20px 0 0 5px;
  }
  #section2 .c-introduction__content {
    margin-left: 5px;
  }
}

@media only screen and (max-width: 375px) {
  .p-introduction .c-navLinks .c-navLink::after {
    width: 20px;
    height: 20px;
    margin-left: 14px;
  }
  .p-introduction .c-navLinks .c-navLink {
    padding: 15px 5px;
  }
}
/*------------------------------------------------------------
  Single News
  ------------------------------------------------------------*/
.c-snews {
  background: #fff;
  padding: 35px 50px;
}
.c-snews .c-snews__title {
  font-size: 2rem;
  color: #595757;
  margin-top: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #595757;
}
.c-snews .c-snews__date {
  font-size: 1.4rem;
  color: #595757;
  letter-spacing: 0.16em;
  line-height: 1.9;
}
.c-snews .c-snews__content {
  font-size: 1.6rem;
  color: #595757;
  padding-top: 27px;
  line-height: 1.6;
}
.c-snews .c-snews__content img {
  margin: 30px 0;
  width: 100%;
}
.c-snews .c-snews__content p,
.c-snews .c-snews__content ul,
.c-snews .c-snews__content ol {
  margin-bottom: 20px;
}
.c-snews .c-snews__content ul,
.c-snews .c-snews__content ol {
  margin: 0 0 20px 40px;
}

.c-snews .c-snews__content h1 {
  font-size: 2.7em;
  margin-bottom: 10px;
}

.c-snews .c-snews__content h2 {
  font-size: 1.8rem;
  margin-bottom: 10px;
  margin-top: 50px;
}

.c-snews .c-snews__content h3 {
  margin-bottom: 10px;
  font-size: 1.5rem;
}
.c-snews .c-snews__content .point_box {
  margin-top: 10px;
  margin-bottom: 30px;
  background-color: #fafaf5;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 15px;
  color: #000;
}
/*#toc_container {
  padding: 10px 20px !important;
  margin-bottom: 80px !important;
  margin-top: 30px !important;
  width: 100% !important;
}
#toc_container a {
  font-weight: 400;
  font-size: 13px;
  color: #000;
  display: flex;
  align-items: center;
}
#toc_container .toc_list > li > a::before {
  margin-right: 5px;
  background-image: url("../../assets/img/common/circle-nav.png");
  background-size: 15px 15px;
  display: inline-block;
  width: 15px; 
  height: 15px;
  content:"";
}
#toc_container li ul li a::before {
  content: "\25B6";
  margin-right: 5px;
  font-size: 8px;
}
#toc_container p.toc_title {
  border-bottom: 1px solid #aaa;
  padding-bottom: 10px !important;
  padding-top: 5px !important;
}
#toc_container {
  width: 90%;
}*/
.c-breadcrumb {
  margin-top: 65px;
  margin-bottom: 33px;
  font-weight: 500;
  color: #a67c71;
}
/*------------------------------------------------------------
  Page-Default
  ------------------------------------------------------------*/

.c-pdefault {
  background: #fff;
  padding: 35px 50px;
}
.c-pdefault .c-pdefault__content {
  letter-spacing: 0.05em;
  font-size: 1.6rem;
  color: #595757;
}
.c-pdefault .c-pdefault__content h1 {
  font-weight: 700;
  letter-spacing: 0.1em;
  font-size: 2.8rem;
  color: #a67c71;
  margin-bottom: 10px;
}
.c-pdefault h3 {
  font-size: 2.3rem;
  line-height: 1.5;
  color: #a67c71;
  margin-bottom: 20px;
  margin-top: 60px;
}
.c-pdefault ul ul,
ul ol,
ol ul,
ol ol {
  margin: 5px 0px;
}
.c-pdefault ul,
ol {
  padding-left: 26px;
  margin: 15px 0px;
}

.c-pdefault li::marker {
  display: block;
  padding-left: 20px;
}
.c-pdefault ul li,
ol li {
  list-style-type: decimal !important;
  margin-bottom: 10px;
}
.single_page a {
  text-decoration: underline;
  color: #a67c71;
}
.single_page section {
  margin-bottom: 80px;
  padding-top: 20px;
}
.single_page h1 {
  font-weight: 700;
  letter-spacing: 0.1em;
  font-size: 2.8rem;
  color: #a67c71;
  margin-bottom: 10px;
  line-height: 1.5;
}
.single_page h2 {
  margin-top: 60px;
  margin-bottom: 10px;
  font-size: 2.6rem;
  color: #a67c71;
  line-height: 1.5;
}
.single_page h3 {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 600;
  color: #a67c71;
  margin-bottom: 10px;
  margin-top: 60px;
}
.single_page h4 {
  margin-bottom: 10px;
  margin-top: 60px;
  font-size: 16px;
  color: #a67c71;
  line-height: 1.5;
}
.single_page ul {
  list-style: dot;
  padding-left: 40px;
  margin: 15px 0px;
}
.single_page ul li {
  list-style-type: disc !important;
}
@media only screen and (max-width: 768px) {
  .c-pdefault .c-pdefault__content {
    font-size: 1.4rem;
  }
  .c-pdefault .c-pdefault__content h1 {
    font-size: 2.2rem;
  }
  .c-pdefault {
    padding: 25px 20px;
  }
  .single_page ul {
    padding-left: 25px;
  }
}
/*------------------------------------------------------------
  Pages Price
  ------------------------------------------------------------*/
.p-price .c-mainTitle {
  margin-top: 60px;
}
.c-price .c-price__catelink {
  width: 100%;
  max-width: 165px;
  line-height: 1;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  font-weight: 700;
  color: #a67c71;
  text-decoration: none;
  border: 1px solid #a67c71;
}
.c-price .c-price__title {
  margin-top: 10px;
  margin-bottom: 50px;
  padding-bottom: 15px;
  border-bottom: 1px solid #595757;
}
.c-price .c-unit {
  font-size: 1rem;
}
.c-price table {
  border-collapse: collapse;
  font-size: 1.6rem;
  line-height: 1;
  width: 100%;
  margin: 50px 0;
}
.c-price th {
  background: #f2f2f2;
}
.c-price th,
td {
  text-align: center;
  border: 1px solid #000;
  padding: 11px 0;
  font-weight: 700;
}
.c-price .c-navLinks .c-navLink::after {
  transform: rotate(-90deg);
}

@media only screen and (max-width: 767px) {
  .c-price table {
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 560px) {
  .c-price .c-navLinks {
    flex-direction: column;
  }
  .c-price .c-navLinks .c-navLink {
    width: 100%;
  }
  .c-price .c-mainTitle {
    font-size: 2rem;
  }
}
/*------------------------------------------------------------
  Others
  ------------------------------------------------------------*/
.separator {
  width: 11px;
  display: inline-block;
  height: 8px;
  background: url(../../assets/img/common/arrow-right.svg);
  background-size: 8px 8px;
  background-repeat: no-repeat;
  margin-left: 12px;
  margin-right: 10px;
}
.c-action {
  font-weight: 700;
  font-size: 1.4rem;
  color: #a67c71;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  letter-spacing: 0;
  max-width: 350px;
  margin: 0 auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 11px 0;
  position: relative;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  letter-spacing: 2px;
}
.c-action span {
  margin-right: 50px;
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
}
.c-action:hover {
  opacity: 1;
  color: #42210b;
}
.c-action:hover img {
  opacity: 1;
}
.c-prev {
  flex-direction: row-reverse;
}
.c-prev img {
  transform: scaleX(-1);
}
.c-snew__actions {
  display: flex;
  max-width: 950px;
  margin: 44px auto 0;
  align-items: center;
  width: 90%;
}
.c-top {
  width: 250px;
  text-align: center;
  border: 1px solid #a67c71;
  color: #a67c71;
  padding: 7px 0;
  transition: 0.4s;
}
.c-top:hover {
  background: #fff;
  opacity: 1;
}
.p-faq .c-faq {
  padding: 14px 20px 20px;
  background: #fff;
}
.p-faq .c-faq__items {
  margin-top: 0;
  margin-bottom: 51px;
}
.p-page .c-news {
  padding-top: 4px;
  padding-bottom: 0;
}
.p-page .c-news__items {
  margin-top: 0;
}
.img-area {
  text-align: center;
}
.static {
  position: static !important;
}
.transform-none {
  transform: none !important;
}
@media only screen and (max-width: 767px) {
  .c-action {
    max-width: 250px;
    padding: 5px 0;
    font-size: 1.4rem;
    flex-direction: column;
  }
  .c-prev {
    flex-direction: column;
  }
  .c-top {
    width: 115px;
  }
  .c-action span {
    margin-right: 0;
    transform: none;
  }
  .c-snews {
    padding: 25px 20px;
  }
  .c-snews .c-snews__content {
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .c-snews .c-snews__title {
    font-size: 1.7rem;
  }
  .p-page .c-faq__items {
    margin-bottom: 20px;
  }
  .c-mainTitle {
    font-size: 2.6rem;
  }
}
.nav-links {
  max-width: 300px;
  margin: 0 auto;
  font-size: 1.4rem;
  color: #a67c71;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-numbers {
  padding: 0 11px;
}
.next {
  width: 25px;
  height: 25px;
  background: url("../../assets/img/common/arrow-left.svg") center;
  background-repeat: no-repeat;
  background-size: 25px 25px;
  display: inline-block;
}
.prev {
  width: 25px;
  height: 25px;
  background: url("../../assets/img/common/arrow-left.svg") center;
  background-repeat: no-repeat;
  background-size: 25px 25px;
  display: inline-block;
  transform: scaleX(-1);
}

.hidden {
  visibility: hidden;
}

/* bottom-margin */
.mb0 {
  margin-bottom: 0 !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

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

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

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

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

/* right-margin */
.mr5 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

/* top-margin */
.mt30 {
  margin-top: 30px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt-s {
  margin-top: -10px !important;
}

.mt-m {
  margin-top: -20px !important;
}

/* margin-size */
.mbs {
  margin-bottom: 20px !important;
}

.mbm {
  margin-bottom: 40px !important;
}

.mbl {
  margin-bottom: 90px !important;
}

/*------------------------------------------------------------
  Pages login
  ------------------------------------------------------------*/
.p-login .c-login__main {
  background: #fff;
  font-size: 1.6rem;
  line-height: 1.75;
  padding-top: 80px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  .p-login .c-login__main {
    font-size: 1.4rem;
  }
}

.c-login__txt {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c-login__txt {
    text-align: left;
  }
}

.p-login .c-login__form {
  max-width: 1000px;
  margin: auto;
}
@media only screen and (max-width: 999px) {
  .p-login .c-login__form {
    width: 92%;
  }
}
.c-login__form {
  font-size: 1.8rem;
  font-weight: 700;
  color: #a67c71;
  margin-bottom: 5px;
}

.c-login__form td {
  border: none;
}

.frontend-user-admin-login .required {
  font-size: 1.6rem;
  background-color: #a67c71;
  color: #fff;
  width: 40px;
  height: 23px;
  display: inline-flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  line-height: 1;
  margin-left: 5px;
  border-radius: 3px;
}
@media only screen and (max-width: 767px) {
  .c-login__form,
  .frontend-user-admin-login .required {
    font-size: 1.4rem;
  }
}

.frontend-user-admin-login form#your-profile {
  max-width: 700px;
  margin: auto;
}

.frontend-user-admin-login .form-table {
  width: 100%;
}

.frontend-user-admin-login .form-table tr {
  display: block;
  padding-bottom: 35px;
}
@media only screen and (max-width: 767px) {
  .frontend-user-admin-login .form-table tr {
    padding-bottom: 15px;
  }
}
.frontend-user-admin-login .form-table th {
  text-align: left;
  display: block;
  padding-left: 5px;
}

.frontend-user-admin-login .form-table td {
  display: block;
  font-size: 1.4rem;
  text-align: left;
}

.frontend-user-admin-login .confirmation_form .form-table td {
  color: #42210b;
}

.frontend-user-admin-login .input {
  padding: 10px;
  width: 100%;
  border: 1px solid #a67c71;
  border-radius: 5px;
  box-sizing: border-box;
}

.frontend-user-admin-user-attribute-comment {
  color: #a67c71;
  font-size: 1.4rem;
}

.frontend-user-admin-login .input#pass1 {
  margin-bottom: 10px;
}

.frontend-user-admin-login .submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
@media only screen and (max-width: 767px) {
  .frontend-user-admin-login .submit {
    display: inherit;
  }
}

.frontend-user-admin-login .submit input {
  font-weight: 700;
  font-size: 2rem;
  text-align: center;
  color: #fff;
  width: 100%;
  letter-spacing: 0;
  max-width: 300px;
  margin: 0 auto;
  font-family: inherit;
  margin-top: 15px;
  padding: 14px 0;
  margin-bottom: 15px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background: #a67c71;
  border: 1px solid #a67c71;
  border-radius: 5px;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .frontend-user-admin-login .submit input {
    font-size: 1.6rem;
  }
}
.frontend-user-admin-login .submit input:hover {
  opacity: 1;
  color: #a67c71;
  background: #fff;
}

.frontend-user-admin-login input#wp-submit-back,
.frontend-user-admin-login input#wp-submit {
  width: 40%;
}
@media only screen and (max-width: 767px) {
  .frontend-user-admin-login input#wp-submit-back,
  .frontend-user-admin-login input#wp-submit {
    width: 100%;
  }
}

.frontend-user-admin-login .error {
  color: #ff5858;
  font-size: 1.4rem;
  margin-bottom: 20px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .frontend-user-admin-login .error {
    text-align: left;
  }
}

.c-login__form .message {
  color: #a67c71;
  margin-bottom: 60px;
  background: #f2f2f2;
  padding: 5px 15px;
  border: 1px solid #a67c71;
  border-radius: 5px;
}

.c-login__form .message p {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c-login__form .message {
    margin-bottom: 30px;
  }
  .c-login__form .message p {
    text-align: left;
  }
}

.frontend-user-admin-login form#loginform {
  font-size: 1.6rem;
}

.frontend-user-admin-login .forgetmenot {
  color: #595757;
  font-size: 1.2rem;
}

.c-login__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 30px;
}
@media only screen and (max-width: 767px) {
  .c-login__box {
    padding: 0;
  }
}

.c-login__box > div {
  width: calc(100% / 2);
  padding: 30px 0 0;
}
.c-login__box-left {
  border-right: 1px solid #a67c71;
}

@media only screen and (max-width: 767px) {
  .c-login__box > div {
    width: 100%;
    padding: 0 0 30px;
    margin-bottom: 30px;
  }
  .c-login__box-left {
    border-right: none;
    border-bottom: 1px solid #a67c71;
  }
}

.c-login__box-right {
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.c-login__box-inner {
  max-width: 400px;
  box-sizing: border-box;
}
.c-login__box-left .c-login__box-inner {
  padding-right: 20px;
}
.c-login__box-right .c-login__box-inner {
  padding-left: 20px;
}
@media only screen and (max-width: 767px) {
  .c-login__box-inner {
    max-width: none;
  }
  .c-login__box-left .c-login__box-inner,
  .c-login__box-right .c-login__box-inner {
    padding-right: 0;
    padding-left: 0;
  }
}

.u-lostpw {
  color: #9770f4;
  font-size: 1.2rem;
  text-align: center;
}

.c-login__box-ttl {
  font-size: 2.8rem;
  line-height: 2;
  font-weight: 400;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .c-login__box-ttl {
    font-size: 2.2rem;
    line-height: 1.5;
  }
}

.login-form__btn a {
  font-weight: 700;
  font-size: 2rem;
  text-align: center;
  color: #fff;
  width: 100%;
  letter-spacing: 0;
  margin: 0 auto;
  font-family: inherit;
  padding: 8px 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background: #a67c71;
  border: 1px solid #a67c71;
  border-radius: 5px;
  display: block;
}
@media only screen and (max-width: 767px) {
  .login-form__btn a {
    font-size: 1.6rem;
    max-width: 300px;
  }
}
.login-form__btn a:hover {
  opacity: 1;
  color: #a67c71;
  background: #fff;
}

.c-login__box-txt {
  font-size: 1.6rem;
  font-weight: 400;
  color: #595757;
}
@media only screen and (max-width: 767px) {
  .c-login__box-txt {
    font-size: 1.4rem;
  }
}

.c-register__box {
  max-width: 380px;
  margin: 0 auto 30px;
}

.t_center {
  text-align: center;
}

/*------------------------------------------------------------
  Pages member
  ------------------------------------------------------------*/

.c-member .c-navLinks .c-navLink::after {
  transform: rotate(-90deg);
}
@media only screen and (max-width: 767px) {
  .c-member .c-navLinks .c-navLink {
    width: 100%;
    margin-right: 0 !important;
  }
}
/*------------------------------------------------------------
  Pages commerce
  ------------------------------------------------------------*/
.repeat-block .repeat-wrap {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0px;
  padding: 30px 10px;
  border-bottom: 1px solid #a67c71;
}
.repeat-block .repeat-wrap:nth-last-child(1) {
  border-bottom: none;
}
.repeat-block .repeat-wrap .repeat-title {
  width: 100%;
  max-width: 200px;
  min-width: 200px;
  margin-right: 30px;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 0px;
}
.page-temp .repeat-block .repeat-wrap .repeat-detail {
  margin-bottom: 0px;
}
.page-temp .repeat-block .repeat-wrap .repeat-detail p {
  font-size: 14px;
  letter-spacing: 2px;
  line-height: 1.5rem;
  margin-bottom: 0px;
}
.repeat-detail a {
  color: #000;
  text-decoration: underline;
}

@media only screen and (max-width: 560px) {
  .repeat-block .repeat-wrap .repeat-title {
    max-width: 100%;
    margin-bottom: 10px;
  }
  .repeat-block .repeat-wrap {
    flex-direction: column;
  }
}

yohaku-desu {
  margin-bottom: 30px;
}

.c-404 {
  text-align: center;
}
.c-404__404 {
  font-size: 2rem;
  color: #a67c71;
  margin-bottom: 20px;
  text-align: center;
}
.c-404 a {
  color: #a67c71;
  text-decoration: underline;
}
.c-404__des {
  margin-bottom: 15px;
  line-height: 2;
}
@media only screen and (max-width: 560px) {
  .c-404 {
    text-align: left;
  }
}
.p-contact .postcode input[type="text"] {
  width: 250px;
}
.p-contact .w50 input[type="text"] {
  width: 100%;
  max-width: 380px;
}
