@charset "UTF-8";
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

html {
  scroll-behavior: smooth;
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  font-family: "KintoSans-Regular", "Roboto", sans-serif;
  letter-spacing: 0.34rem;
  line-height: 1.625;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
}
@media only screen and (max-width: 600px) {
  body {
    font-size: 1.4rem;
    letter-spacing: 0.14rem;
  }
}

main {
  min-height: 100vh;
}

a {
  text-decoration: none;
  color: #000;
  letter-spacing: 0.24rem;
}
a.btn {
  color: #B2B2B2;
}
a.btn:hover {
  color: #C7B576;
}
a.header__nav__lists__item__link {
  color: #C7B576;
}
a.header__nav__lists__item__link:hover {
  color: #575757;
}

img {
  max-width: 100%;
}

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

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

@font-face {
  font-family: "KintoSans-Bold";
  font-style: bold;
  font-weight: 700;
  src: url("font/KintoSans-Bold.eot") format("embedded-opentype"), url("font/KintoSans-Bold.woff") format("woff"), url("font/KintoSans-Bold.ttf") format("truetype"), url("font/KintoSans-Bold.svg#KintoSans-Bold") format("svg"), url("font/KintoSans-Bold.otf") format("opentype"), url("font/KintoSans-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "KintoSans-Medium";
  font-style: medium;
  font-weight: 500;
  src: url("font/KintoSans-Medium.eot") format("embedded-opentype"), url("font/KintoSans-Medium.woff") format("woff"), url("font/KintoSans-Medium.ttf") format("truetype"), url("font/KintoSans-Medium.svg#KintoSans-Medium") format("svg"), url("font/KintoSans-Medium.otf") format("opentype"), url("font/KintoSans-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "KintoSans-Regular";
  font-style: regular;
  font-weight: 400;
  src: url("font/KintoSans-Regular.eot") format("embedded-opentype"), url("font/KintoSans-Regular.woff") format("woff"), url("font/KintoSans-Regular.ttf") format("truetype"), url("font/KintoSans-Regular.svg#KintoSans-Regular") format("svg"), url("font/KintoSans-Regular.otf") format("opentype"), url("font/KintoSans-Regular.woff2") format("woff2");
}
h1, h2, h3, p, span, li, td {
  margin-block-start: 0;
  margin-block-end: 0;
}

h1, h2, h3 {
  font-family: "KintoSans-Bold";
}

h1 {
  font-size: 4.8rem;
}

h2 {
  font-size: 3.6rem;
}

h3 {
  font-family: "KintoSans-Medium";
  font-size: 2.4rem;
}

footer .nav__lists li {
  margin-bottom: 2.8rem;
}
footer .nav__lists li a {
  font-family: "KintoSans-Medium";
  font-size: 1.6rem;
  letter-spacing: 0.24rem;
}
footer .nav__lists li:last-child {
  margin-bottom: 0;
}
footer .nav__lists__sub li {
  margin-bottom: 2.2rem;
  text-align: right;
}
footer .nav__lists__sub li a {
  color: #707070;
  text-decoration: underline;
  letter-spacing: 0.24rem;
}
footer .nav__lists__sub li:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 600px) {
  footer .nav__lists li {
    margin-bottom: 1.2rem;
  }
  footer .nav__lists li a {
    font-size: 1.4rem;
  }
  footer .nav__lists__sub li {
    font-size: 1.4rem;
    margin-bottom: 1.2rem;
  }
}

.content {
  max-width: 62.5vw;
  margin: 0 auto;
  padding: 0 2rem;
}
@media only screen and (max-width: 600px) {
  .content {
    max-width: 100%;
    width: auto;
    margin: 0 2.5rem;
    padding: 0;
    box-sizing: border-box;
  }
}
.content__left {
  width: 50%;
}
.content__right {
  width: 50%;
}

@media only screen and (max-width: 600px) {
  #gt_float_wrapper {
    z-index: 10 !important;
  }
}

.flex { /* 高さを揃えて横並び */
  display: flex;
}

.flex-sb {
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

.flex-se {
  justify-content: space-evenly;
  -webkit-justify-content: space-evenly;
}

.flex-sa {
  justify-content: space-around;
  -webkit-justify-content: space-around;
}

.flex-end {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}

.flex-aie {
  align-items: flex-end;
  -webkit-align-items: flex-end;
}

.flex-ct {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.flex-center {
  display: flex;
  align-items: center;
}

.flex-dc {
  flex-direction: column;
}

.modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 101;
}

.modal__bg {
  background: rgba(0, 0, 0, 0.8);
  height: 100vh;
  position: absolute;
  width: 100%;
}

.modal__content {
  background: #fff;
  left: 50%;
  padding: 40px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  min-height: 50svh;
}
.modal__content p {
  font-size: 1.2rem;
  line-height: 1.8;
}
@media only screen and (max-width: 600px) {
  .modal__content {
    padding: 20px;
    width: 80%;
  }
}
.modal__content .modal__content_title {
  font-weight: 700;
  font-size: 1.6rem;
}
.modal__content .modal__content_date {
  margin-bottom: 3em;
  font-size: 1rem;
  font-weight: 700;
  color: #595959;
}
.modal__content .js-modal-close {
  position: absolute;
  bottom: 0;
  margin: 0;
  right: 0;
  border: 1px solid #000;
  padding: 0.3em 0.8em;
}
.modal__content .js-modal-close:hover {
  background-color: #000;
  color: #fff !important;
}

.circle-text {
  position: relative;
  width: 300px; /* 直径 */
  height: 300px; /* 直径 */
  text-align: center;
  margin: 0 auto;
  display: block;
  transform-origin: inherit !important;
}
.circle-text :hover {
  color: red;
}
@media only screen and (max-width: 600px) {
  .circle-text {
    width: 200px;
    height: 200px;
  }
}

.circle-text span {
  position: absolute;
  top: 0;
  left: calc(50% - 15px); /* 中心点、、文字サイズ分ずらす */
  display: inline-block;
  width: 30px; /* 文字サイズより小さくしない */
  height: 150px; /* 半径 */
  transform-origin: center bottom; /* 回転の基準点 */
  color: #fff;
}
@media only screen and (max-width: 600px) {
  .circle-text span {
    height: 100px;
  }
}

.circle-text span:nth-child(1) {
  transform: rotate(0deg);
}

.circle-text span:nth-child(2) {
  transform: rotate(25deg);
}

.circle-text span:nth-child(3) {
  transform: rotate(50deg);
}

.circle-text span:nth-child(4) {
  transform: rotate(75deg);
}

.circle-text span:nth-child(5) {
  transform: rotate(100deg);
}

.circle-text span:nth-child(6) {
  transform: rotate(125deg);
}

.circle-text span:nth-child(7) {
  transform: rotate(150deg);
}

.circle-text span:nth-child(8) {
  transform: rotate(175deg);
}

.circle-text span:nth-child(9) {
  transform: rotate(200deg);
}

.circle-text span:nth-child(10) {
  transform: rotate(225deg);
}

.circle-text span:nth-child(11) {
  transform: rotate(250deg);
}

.circle-text span:nth-child(12) {
  transform: rotate(275deg);
}

.circle-text span:nth-child(13) {
  transform: rotate(300deg);
}

.circle-text span:nth-child(14) {
  transform: rotate(325deg);
}

.header .header__logo__wrap {
  position: fixed;
  top: 5rem;
  left: 2rem;
  right: 2rem;
  z-index: 1000;
  margin: auto;
  max-width: 75vw;
}
.header .header__logo__wrap .header__logo {
  display: block;
  width: 12.5vw;
  min-width: 160px;
}
.header .header__logo__wrap .header__logo h1 img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 600px) {
  .header .header__logo__wrap {
    top: 0;
    left: 2rem;
    right: 2rem;
    margin: auto;
    max-width: 100%;
    justify-content: flex-start;
    height: 6rem;
  }
  .header .header__logo__wrap .header__logo {
    width: 100px;
    min-width: 100px;
    margin-right: auto;
  }
  .header .header__logo__wrap .header__logo h1 {
    font-size: 0;
  }
  .header .header__logo__wrap .header__logo h1 img {
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 768px) {
  .header .header__logo__wrap {
    z-index: 1000;
  }
}
.header__onlinelink {
  margin-left: auto;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  padding: 0.8rem 0;
  margin-right: 4.5rem;
  line-height: 1;
}
@media only screen and (max-width: 600px) {
  .header__onlinelink__sp {
    width: 2.4rem;
    margin-right: 0.5rem;
  }
}
.header__nav {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  visibility: hidden;
  transition-duration: 0.2s;
}
.header__nav__lists {
  opacity: 0;
}
.header__nav__lists__item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.header__nav__lists__item:last-of-type {
  margin-top: 3vh;
  margin-bottom: 0;
}
@media only screen and (max-width: 600px) {
  .header__nav__lists__item {
    height: auto;
  }
  .header__nav__lists__item:last-of-type {
    margin-top: 2rem;
  }
}
.header__nav__lists__item__link {
  padding: 2.4vh 0;
}
.header__nav__lists__item__link span {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.header__nav__lists__item__link span:first-of-type {
  font-family: "Roboto", sans-serif;
  font-size: 2.4rem;
}
.header__nav__lists__item__link span:first-of-type::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 2px;
  background-color: #C7B576;
}
@media only screen and (max-width: 600px) {
  .header__nav__lists__item__link {
    padding: 1rem 0;
    width: 100%;
    display: block;
  }
  .header__nav__lists__item__link span:first-of-type {
    font-size: 1.4rem;
  }
  .header__nav__lists__item__link span:last-of-type {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 380px) {
  .header__nav__lists__item__link {
    padding: 0.8rem 0;
  }
  .header__nav__lists__item__link span:first-of-type {
    font-size: 1.2rem;
  }
  .header__nav__lists__item__link span:last-of-type {
    font-size: 0.8rem;
  }
}
.header__nav__lists__item__link:hover span:first-of-type::after {
  background-color: #575757;
}
.header__nav .sns__wrap {
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  transition-duration: 0.2s;
  opacity: 0;
  position: absolute;
  bottom: 3em;
  left: 0;
  right: 0;
}
.header__nav .sns__wrap__line {
  height: 1px;
  width: 5rem;
  background-color: #C7B576;
}
.header__nav .sns__wrap li {
  margin-left: 1.8rem;
}
.header__nav .sns__wrap li:first-child {
  line-height: 1;
  margin-left: 0;
  color: #C7B576;
}
.header__nav .sns__wrap li a {
  display: inline-block;
  vertical-align: bottom;
}
.header__nav .sns__wrap li a img {
  display: block;
}
@media only screen and (max-width: 600px) {
  .header__nav .sns__wrap {
    justify-content: center;
    margin: auto;
    bottom: 1em;
  }
  .header__nav .sns__wrap__line {
    width: 3.4rem;
  }
}
@media only screen and (max-width: 380px) {
  .header__nav .sns__wrap li {
    margin-left: 1.5rem;
  }
  .header__nav .sns__wrap li a img {
    width: 30px;
  }
}
.header .nav__button {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 7px;
  border: none;
  background: rgba(0, 0, 0, 0);
  cursor: pointer;
  transition: all 1s ease;
}
.header .nav__button .nav__button__line {
  display: block;
  width: 21px;
  height: 1.5px;
  background: #A87F1E;
}
.header.active .header__nav {
  visibility: visible;
  transition-duration: 1s;
  background-color: #fff;
}
.header.active .header__nav__lists {
  transition-duration: 1s;
  opacity: 1;
  z-index: 1002;
}
.header.active .header__nav .sns__wrap {
  transition-duration: 1s;
  opacity: 1;
  z-index: 1002;
}
.header.active .nav__button__line:nth-child(1) {
  transform: rotate(-45deg) translate(-5px, 5px);
}
.header.active .nav__button__line:nth-child(2) {
  opacity: 0;
}
.header.active .nav__button__line:nth-child(3) {
  transform: rotate(45deg) translate(-7px, -7px);
}

.scrolldown1 {
  position: absolute;
  left: 6%;
  bottom: 10px;
  height: 50px;
  z-index: 99;
}
@media only screen and (max-width: 600px) {
  .scrolldown1 {
    display: none;
    visibility: hidden;
  }
}

.scrolldown1 span {
  position: absolute;
  left: -9px;
  top: -15px;
  color: #000;
  font-size: 0.7rem;
  letter-spacing: 0.05em;
  transform: rotate(90deg);
}

.scrolldown1::after {
  content: "";
  position: absolute;
  top: 0;
  width: 1px;
  height: 130px;
  background: #000;
  animation: pathmove 1.4s ease-in-out infinite;
  opacity: 0;
}

@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 40px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 50px;
    opacity: 0;
  }
}
.sec__page {
  padding: 28rem 0 22.6rem;
}
@media only screen and (max-width: 600px) {
  .sec__page {
    padding: 12.8rem 0 15rem;
  }
}
.sec__page .content {
  max-width: 1000px;
}
.sec__page .content__main > h3 {
  text-align: center;
  margin-bottom: 4.5rem;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.2em;
}
@media only screen and (max-width: 600px) {
  .sec__page .content__main > h3 {
    margin-bottom: 2rem;
    font-size: 2.8rem;
  }
}
.sec__page .content__main > h4 {
  text-align: center;
  margin-bottom: 3rem;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 38px;
  letter-spacing: 0.15em;
}
@media only screen and (max-width: 600px) {
  .sec__page .content__main > h4 {
    margin-bottom: 2rem;
    font-size: 1.8rem;
  }
}
.sec__page .content__main > p:first-of-type {
  text-align: center;
  margin-bottom: 5rem;
  line-height: 1.8;
}
@media only screen and (max-width: 600px) {
  .sec__page .content__main > p:first-of-type {
    font-size: 1.4rem;
  }
}
.sec__page .content__main table {
  width: 100%;
}
.sec__page .content__main table th {
  padding: 3rem 1rem;
  border-bottom: 1px solid #000;
  text-align: left;
  font-weight: 400;
  width: 80%;
}
.sec__page .content__main table th:first-of-type {
  font-weight: 700;
  width: 20%;
  padding: 3rem 0;
}
@media only screen and (max-width: 600px) {
  .sec__page .content__main table th:first-of-type br {
    display: none;
  }
}
.sec__page .content__main table th .flex {
  gap: 2rem;
}
.sec__page .content__main table th .flex:first-child {
  margin-bottom: 2rem;
}
@media only screen and (max-width: 600px) {
  .sec__page .content__main table th .flex {
    display: block;
  }
  .sec__page .content__main table th .flex p:first-child {
    margin-bottom: 0.5rem;
  }
  .sec__page .content__main table th .flex p:nth-child(2) {
    line-height: 1.3;
  }
}
@media only screen and (max-width: 600px) {
  .sec__page .content__main table {
    display: block;
  }
  .sec__page .content__main table th {
    display: block;
    width: 100%;
    padding: 0.2rem 0 3rem;
  }
  .sec__page .content__main table th:first-of-type {
    width: 100%;
    padding: 3rem 0 0.2rem;
    border-bottom: 0;
  }
}
.sec__page .content .title h2 {
  text-align: center;
}
@media only screen and (max-width: 600px) {
  .sec__page .content .title {
    margin-bottom: 11rem !important;
  }
}
.sec__page__news {
  background: #F9F9F9;
}
.sec__page__news .title {
  margin-bottom: 17rem;
}
.sec__page__news .content {
  max-width: 1000px;
  margin: 0 auto;
}
.sec__page__news .content__main__news {
  background: #fff;
  padding: 8rem;
  box-sizing: border-box;
}
.sec__page__news .content__main__news__date {
  margin-bottom: 4.6rem;
  font-size: 1.5rem;
}
.sec__page__news .content__main__news__title {
  padding-bottom: 3rem;
  font-size: 2.4rem;
  letter-spacing: 0.48rem;
  border-bottom: 1px solid #D2D2D2;
  margin-bottom: 3rem;
}
.sec__page__news .content__main__postnav ul {
  display: flex;
  justify-content: space-between;
  margin-top: 8rem;
}
.sec__page__news .content__main__postnav ul li {
  width: 48%;
  display: block;
}
.sec__page__news .content__main__postnav ul li.content__main__postnav__prev {
  margin: 0 auto 0 0;
}
.sec__page__news .content__main__postnav ul li.content__main__postnav__next {
  margin: 0 0 0 auto;
  text-align: right;
}
.sec__page__news .content__main__postnav ul li a {
  padding: 2.3rem 4rem;
  display: block;
  background-color: #fff;
  text-align: left;
}
.sec__page__news .content__main__postnav ul li a span {
  font-size: 1.5rem;
}
.sec__page__news .content__main__postnav ul li a span:first-child {
  margin-right: 2rem;
}
.sec__page__news .content__main__postnav__cap {
  margin-bottom: 1rem;
}
.sec__page__news .content__main__postnav__title {
  display: block;
  font-size: 2.4rem;
  line-height: 1.4;
  font-weight: 700;
  margin: 1rem 0 1.8rem;
}
.sec__page__news .content__main__postnav .btn {
  max-width: 240px;
  margin: 8.4rem auto 0;
}
.sec__page__news .content__main__postnav .btn a {
  display: block;
  text-align: center;
  padding: 1rem 0;
  border-radius: 5px;
  border: 1px solid #494949;
  color: #494949;
  width: 240px;
}
@media only screen and (max-width: 600px) {
  .sec__page__news .content {
    margin: 0 2.5rem;
  }
  .sec__page__news .content__main__news {
    padding: 1.7rem;
  }
  .sec__page__news .content__main__news__date {
    margin-bottom: 2.2rem;
    font-size: 1.3rem;
  }
  .sec__page__news .content__main__news__title {
    padding-bottom: 1.6rem;
    font-size: 1.8rem;
    border-bottom: 1px solid #D2D2D2;
    margin-bottom: 1.6rem;
  }
  .sec__page__news .content__main__news__content p {
    line-height: 1.8;
  }
  .sec__page__news .content__main__postnav ul {
    display: block;
    margin-top: 8rem;
  }
  .sec__page__news .content__main__postnav ul li {
    width: 100%;
  }
  .sec__page__news .content__main__postnav ul li.content__main__postnav__prev {
    margin-bottom: 3rem;
  }
  .sec__page__news .content__main__postnav ul li.content__main__postnav__next {
    margin: 0;
    text-align: left;
  }
  .sec__page__news .content__main__postnav ul li a {
    padding: 1.7rem;
  }
  .sec__page__news .content__main__postnav ul li a span {
    font-size: 1.3rem;
  }
  .sec__page__news .content__main__postnav ul li a span:first-child {
    margin-right: 1rem;
  }
  .sec__page__news .content__main__postnav__cap {
    margin-bottom: 1rem;
  }
  .sec__page__news .content__main__postnav__title {
    display: block;
    font-size: 2.4rem;
    line-height: 1.4;
    font-weight: 700;
    margin: 1rem 0 1.8rem;
  }
  .sec__page__news .content__main__postnav .btn {
    max-width: 240px;
    margin: 8.4rem auto 0;
  }
  .sec__page__news .content__main__postnav .btn a {
    display: block;
    text-align: center;
    padding: 1rem 0;
    border-radius: 5px;
    border: 1px solid #494949;
    color: #494949;
  }
}
@media only screen and (max-width: 600px) and (max-width: 600px) {
  .sec__page__news .content__main__postnav .btn a {
    padding: 0.5rem 0;
  }
}
.sec__page__company .title {
  margin-bottom: 9rem;
}
.sec__page__company .circle {
  display: inline-block;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #000;
}
.sec__page__company .circle__content {
  margin-bottom: 8rem;
}
@media only screen and (max-width: 600px) {
  .sec__page__company .circle {
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 0.8rem;
    letter-spacing: 0;
  }
  .sec__page__company .circle__content {
    margin-bottom: 5rem;
  }
}
.sec__page__terms .title {
  margin-bottom: 13rem;
}
.sec__page__privacy-policy .title {
  margin-bottom: 13rem;
}
.sec__page__contact .title {
  margin-bottom: 6rem;
}
.sec__page__privacy-policy .content__main__pp h3 {
  margin-top: 7.5rem;
}
.sec__page__privacy-policy .content__main__pp ol {
  margin-left: 3rem;
}
@media only screen and (max-width: 600px) {
  .sec__page__privacy-policy .content__main__pp h3 {
    margin-top: 2.5rem;
    font-size: 1.6rem;
  }
  .sec__page__privacy-policy .content__main__pp ol {
    margin-left: 2rem;
  }
}
.sec__page__products .content__main__products {
  -moz-column-gap: 5%;
       column-gap: 5%;
  justify-content: flex-start;
}
.sec__page__products .content__main__products__img {
  width: 50%;
  aspect-ratio: 1/1;
  height: -moz-fit-content;
  height: fit-content;
  background-color: #F4F4F4;
}
.sec__page__products .content__main__products__img #image-display {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.sec__page__products .content__main__products__img img {
  width: 80%;
  height: auto;
}
.sec__page__products .content__main__products__txt {
  width: 50%;
}
.sec__page__products .content__main__products__content {
  margin-bottom: 2rem;
}
.sec__page__products .content__main__products__color {
  justify-content: center;
  margin-bottom: 5.6rem;
}
.sec__page__products .content__main__products__color p {
  margin-bottom: 0.8rem;
}
.sec__page__products .content__main__products__color .color {
  width: 33px;
  height: 33px;
  margin-right: 2rem;
}
.sec__page__products .content__main__products__color .color:hover {
  cursor: pointer;
}
.sec__page__products .content__main__products__title {
  font-weight: 700;
}
.sec__page__products .content__main__products__price {
  margin: 1.4rem 0 3rem;
  font-weight: 700;
}
.sec__page__products .content__main__products .onlineshop_btn {
  padding: 1.5rem 0;
  background-color: #C7B576;
  color: #fff;
  text-align: center;
  border-radius: 5px;
}
@media only screen and (max-width: 600px) {
  .sec__page__products .content__main__products {
    display: block;
  }
  .sec__page__products .content__main__products__img {
    width: 100%;
    margin-bottom: 3rem;
  }
  .sec__page__products .content__main__products__txt {
    width: 100%;
  }
  .sec__page__products .content__main__products #color-gallery {
    flex-wrap: wrap;
  }
  .sec__page__products .content__main__products__color .color {
    margin-bottom: 2rem;
  }
}
.sec__page__story .content {
  width: 100%;
}
@media only screen and (max-width: 600px) {
  .sec__page__story .content {
    width: auto;
  }
}
.sec__page__story .content .title {
  margin-bottom: 16rem;
}
.sec__page__story .content__main > p {
  margin-bottom: 9rem !important;
}
.sec__page__story .content__main > h4 {
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: 0.22em;
  text-align: center;
  color: #C7B576;
  margin-bottom: 3.5rem;
}
@media only screen and (max-width: 600px) {
  .sec__page__story .content__main > h4 {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 2rem;
  }
}
.sec__page__story .content__main__story {
  position: relative;
  padding-bottom: 20rem;
}
@media only screen and (max-width: 600px) {
  .sec__page__story .content__main__story {
    padding-bottom: 7.3rem;
  }
}
.sec__page__story .content__main__story .flex {
  align-items: flex-start;
  justify-content: space-between;
}
@media only screen and (max-width: 600px) {
  .sec__page__story .content__main__story .flex {
    display: block !important;
  }
}
.sec__page__story .content__main__story .bg_g {
  background-color: #F9F9F9;
  width: 100vw;
  left: calc((100vw - 1000px) * -0.5);
  top: 0;
  background-size: cover;
  display: block;
  position: absolute;
  z-index: -1;
  height: 100%;
}
@media only screen and (max-width: 600px) {
  .sec__page__story .content__main__story .bg_g {
    left: -2.5rem;
  }
}
.sec__page__story .content__main__story__left {
  width: 50%;
  position: relative;
  height: 100vh;
}
.sec__page__story .content__main__story__left.images {
  display: flex;
  align-items: center;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
}
.sec__page__story .content__main__story__left.images p {
  height: 500px;
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
  visibility: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  /* フェード速度 */
  transition: 0.8s;
  opacity: 0;
}
.sec__page__story .content__main__story__left.images p:first-child {
  visibility: visible;
  opacity: 1;
}
.sec__page__story .content__main__story__left.images p.active {
  visibility: visible;
  opacity: 1;
}
@media only screen and (max-width: 600px) {
  .sec__page__story .content__main__story__left {
    display: none !important;
    visibility: hidden !important;
  }
}
.sec__page__story .content__main__story__right {
  width: 45%;
}
.sec__page__story .content__main__story__right.contents div {
  padding-top: 50vh;
}
.sec__page__story .content__main__story__right.contents div p {
  line-height: 2;
}
.sec__page__story .content__main__story__right.contents div:last-child {
  padding-bottom: 50vh;
}
@media only screen and (max-width: 600px) {
  .sec__page__story .content__main__story__right {
    width: 100%;
  }
  .sec__page__story .content__main__story__right.contents > div {
    padding: 1.25rem 0;
  }
  .sec__page__story .content__main__story__right.contents > div p {
    font-size: 1.4rem;
  }
  .sec__page__story .content__main__story__right.contents > div:last-child {
    padding-bottom: 10rem;
  }
  .sec__page__story .content__main__story__right.contents .sp {
    padding-top: 0;
    margin-bottom: 1.5rem;
  }
  .sec__page__story .content__main__story__right.contents .spimg {
    vertical-align: bottom;
  }
}
.sec__page__story .content__main__profile {
  padding-top: 23rem;
}
.sec__page__story .content__main__profile h2 {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.2em;
}
.sec__page__story .content__main__profile .flex {
  margin: 15rem 0 10rem;
}
.sec__page__story .content__main__profile .flex img {
  width: 40%;
  margin-right: 10%;
}
.sec__page__story .content__main__profile__txt {
  width: 50%;
}
.sec__page__story .content__main__profile__txt h3 {
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.2em;
  margin-bottom: 1.3rem;
}
.sec__page__story .content__main__profile__txt h4 {
  font-size: 24px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0.2em;
  margin-bottom: 3rem;
}
.sec__page__story .content__main__profile__txt > p {
  margin-bottom: 3rem;
}
.sec__page__story .content__main__profile__txt .license div {
  margin-bottom: 1.3rem;
}
.sec__page__story .content__main__profile__txt .license div p {
  padding: 1rem 1.2rem;
  background-color: #F9F9F9;
  display: inline-block;
}
.sec__page__story .content__main__profile .awards {
  position: relative;
  background-color: #F9F9F9;
  padding: 6rem 8rem;
}
.sec__page__story .content__main__profile .awards h3 {
  position: absolute;
  top: -2rem;
  left: 2rem;
}
.sec__page__story .content__main__profile .awards table th {
  border-bottom: 0;
  padding: 1.5rem 0;
}
@media only screen and (max-width: 600px) {
  .sec__page__story .content__main__profile {
    padding-top: 6rem;
  }
  .sec__page__story .content__main__profile h2 {
    text-align: center;
    font-size: 18px;
  }
  .sec__page__story .content__main__profile .flex {
    margin: 5rem 0;
    display: block;
  }
  .sec__page__story .content__main__profile .flex img {
    width: 100%;
    margin-right: 0;
    aspect-ratio: 1/1;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
    margin-bottom: 3rem;
  }
  .sec__page__story .content__main__profile__txt {
    width: 100%;
  }
  .sec__page__story .content__main__profile__txt h3 {
    font-size: 14px;
    margin-bottom: 0.2rem;
  }
  .sec__page__story .content__main__profile__txt h4 {
    font-size: 18px;
    margin-bottom: 2rem;
  }
  .sec__page__story .content__main__profile__txt > p {
    margin-bottom: 3rem;
    font-size: 1.4rem;
  }
  .sec__page__story .content__main__profile__txt .license div {
    margin-bottom: 1.3rem;
  }
  .sec__page__story .content__main__profile__txt .license div p {
    padding: 1rem 1.2rem;
    background-color: #F9F9F9;
    display: inline-block;
  }
  .sec__page__story .content__main__profile .awards {
    padding: 4rem 1.7rem 7rem;
    box-sizing: border-box;
  }
  .sec__page__story .content__main__profile .awards h3 {
    position: absolute;
    top: -2rem;
    left: 2rem;
  }
  .sec__page__story .content__main__profile .awards table {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
  .sec__page__story .content__main__profile .awards table th {
    display: block;
    width: 100%;
    padding: 3rem 0 0;
  }
  .sec__page__story .content__main__profile .awards table th:nth-of-type(2) {
    padding: 0;
  }
}
.sec__page__contact .content__main__step {
  width: 480px;
  margin: 0 auto 8rem;
}
.sec__page__contact .content__main__step .stepline {
  height: 1px;
  background-color: #B0B0B0;
  position: relative;
  margin-bottom: 1rem;
}
.sec__page__contact .content__main__step .stepline span {
  height: 12px;
  width: 12px;
  border-radius: 10px;
  background-color: #B0B0B0;
  position: absolute;
  top: -5.5px;
}
.sec__page__contact .content__main__step .stepline span:nth-child(1) {
  left: 0;
}
.sec__page__contact .content__main__step .stepline span:nth-child(2) {
  left: 0;
  right: 0;
  margin: auto;
}
.sec__page__contact .content__main__step .stepline span:nth-child(3) {
  right: 0;
}
@media only screen and (max-width: 600px) {
  .sec__page__contact .content__main__step {
    width: 80%;
  }
  .sec__page__contact .content__main__step span {
    width: 8px;
    height: 8px;
  }
  .sec__page__contact .content__main__step p {
    font-size: 1.2rem;
  }
}
.sec__page__contact .content__main__step.step1 p:nth-child(1) {
  margin-left: -1.5rem;
}
@media only screen and (max-width: 600px) {
  .sec__page__contact .content__main__step.step1 p:nth-child(1) {
    margin-left: -0.8rem;
  }
}
.sec__page__contact .content__main__step.step1 p:nth-child(2) {
  color: #B0B0B0;
}
.sec__page__contact .content__main__step.step1 p:nth-child(3) {
  margin-right: -1.5rem;
  color: #B0B0B0;
}
@media only screen and (max-width: 600px) {
  .sec__page__contact .content__main__step.step1 p:nth-child(3) {
    margin-right: -0.8rem;
  }
}
.sec__page__contact .content__main__step.step2 p:nth-child(1) {
  margin-left: -1.5rem;
  color: #B0B0B0;
}
@media only screen and (max-width: 600px) {
  .sec__page__contact .content__main__step.step2 p:nth-child(1) {
    margin-left: -0.8rem;
  }
}
.sec__page__contact .content__main__step.step2 p:nth-child(2) {
  color: #000;
}
.sec__page__contact .content__main__step.step2 p:nth-child(3) {
  margin-right: -1.5rem;
  color: #B0B0B0;
}
@media only screen and (max-width: 600px) {
  .sec__page__contact .content__main__step.step2 p:nth-child(3) {
    margin-right: -0.8rem;
  }
}
.sec__page__contact .content__main__step.step3 p:nth-child(1) {
  margin-left: -1.5rem;
  color: #B0B0B0;
}
@media only screen and (max-width: 600px) {
  .sec__page__contact .content__main__step.step3 p:nth-child(1) {
    margin-left: -0.8rem;
  }
}
.sec__page__contact .content__main__step.step3 p:nth-child(2) {
  color: #B0B0B0;
}
.sec__page__contact .content__main__step.step3 p:nth-child(3) {
  margin-right: -1.5rem;
  color: #000;
}
@media only screen and (max-width: 600px) {
  .sec__page__contact .content__main__step.step3 p:nth-child(3) {
    margin-right: -0.8rem;
  }
}
.sec__page__contact .content__main table {
  width: 80%;
  margin: 0 auto;
  table-layout: fixed;
}
.sec__page__contact .content__main table th {
  border-bottom: 0;
  padding: 1rem 0;
}
.sec__page__contact .content__main table th:nth-child(1) {
  width: 30%;
}
.sec__page__contact .content__main table th:nth-child(2) {
  width: 70%;
}
.sec__page__contact .content__main table th .wpcf7-form-control-wrap input[type=url],
.sec__page__contact .content__main table th .wpcf7-form-control-wrap input[type=email],
.sec__page__contact .content__main table th .wpcf7-form-control-wrap input[type=text],
.sec__page__contact .content__main table th .wpcf7-form-control-wrap input[type=tel],
.sec__page__contact .content__main table th .wpcf7-form-control-wrap textarea {
  padding: 1rem;
  border-radius: 3px;
  border: 1px solid #B0B0B0;
  width: 100%;
  box-sizing: border-box;
}
.sec__page__contact .content__main table th.name p {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sec__page__contact .content__main table th.name p span {
  margin-right: 1rem;
}
.sec__page__contact .content__main table th.name p span:nth-child(3) {
  margin-left: auto;
}
.sec__page__contact .content__main table th.name p span:nth-child(4) {
  margin-right: 0;
}
.sec__page__contact .content__main table th.name p span:nth-child(4) span {
  margin-right: 0;
}
@media only screen and (max-width: 600px) {
  .sec__page__contact .content__main table {
    width: 100%;
    display: block;
  }
  .sec__page__contact .content__main table th {
    padding: 0.5rem 0;
    display: block;
  }
  .sec__page__contact .content__main table th:nth-child(1) {
    width: 100%;
    padding-top: 2.2rem;
  }
  .sec__page__contact .content__main table th:nth-child(2) {
    width: 100%;
  }
  .sec__page__contact .content__main table th .wpcf7-not-valid-tip {
    font-size: 0.8rem;
  }
}
.sec__page__contact .content__main .contact_btn {
  text-align: center;
}
.sec__page__contact .content__main .contact_btn p .wpcf7-submit {
  display: block;
  padding: 1.5rem 5rem;
  background-color: #C7B576;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  transition: all 0.4s;
  border: 0;
  margin: 8rem auto 0;
}
.sec__page__contact .content__main .contact_btn p .wpcf7-submit:hover {
  background-color: #575757;
  transition: all 0.4s;
  cursor: pointer;
}
.sec__page__contact .content__main .contact_btn a {
  display: inline-block;
  padding: 1.5rem 5rem;
  background-color: none;
  color: #000;
  text-align: center;
  border-radius: 5px;
  transition: all 0.4s;
  border: 1px solid #575757;
  margin: 8rem auto 0;
}
.sec__page__contact .content__main .contact_btn a:hover {
  background-color: #575757;
  transition: all 0.4s;
  cursor: pointer;
  color: #F9F9F9;
}
.sec__archive.archive__news {
  background: #F9F9F9;
}
.sec__archive .content {
  max-width: 1200px;
}
.sec__archive .content .title {
  margin-bottom: 12.5rem;
}
.sec__archive .content__main {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sec__archive .content__main__item {
  width: 48%;
  background-color: #fff;
  padding: 3.6rem;
  box-sizing: border-box;
  transition: all 0.4s;
  margin-bottom: 4%;
}
.sec__archive .content__main__item .more {
  margin-top: 3rem;
  position: relative;
  text-align: right;
}
.sec__archive .content__main__item .more p {
  display: inline-block;
  padding-bottom: 0.1rem;
  padding-right: 1rem;
  border-bottom: 1px solid #000;
}
.sec__archive .content__main__item .more p::after {
  position: absolute;
  content: "";
  height: 8px;
  width: 8px;
  border-bottom: 1px solid #000;
  transform: rotate(-45deg);
  transform-origin: 100% 100%;
  right: 0;
  bottom: 0;
}
.sec__archive .content__main__item:hover {
  background-color: #C7B576;
  color: #F9F9F9;
  transition: all 0.4s;
}
.sec__archive .content__main__item:hover .more p {
  border-bottom: 1px solid #F9F9F9;
}
.sec__archive .content__main__item:hover .more p::after {
  border-bottom: 1px solid #F9F9F9;
}
.sec__archive .content__main__news__date {
  margin-bottom: 1rem;
  font-size: 1.5rem;
}
.sec__archive .content__main__news__date span:first-of-type {
  margin-right: 1rem;
}
.sec__archive .content__main__news__title {
  font-size: 2.4rem;
  padding-bottom: 1.6rem;
  margin-bottom: 1.6rem;
}
.sec__archive .content__main__products__img {
  margin-bottom: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #F4F4F4;
  aspect-ratio: 1/1;
}
.sec__archive .content__main__products__img img {
  height: auto;
  width: 80%;
}
.sec__archive .content__main__products__color {
  justify-content: center;
}
.sec__archive .content__main__products__color .color {
  width: 9px;
  height: 9px;
  border-radius: 10px;
  margin: 0 1rem;
}
.sec__archive .content__main__products__title {
  font-weight: 700;
  margin: 1.5rem 0;
}
.sec__archive .content__main__products__price {
  font-weight: 700;
}
@media only screen and (max-width: 600px) {
  .sec__archive .content__main__item {
    padding: 1.7rem;
    width: 100%;
  }
  .sec__archive .content__main__item .more {
    margin-top: 1.5rem;
  }
  .sec__archive .content__main__item .more p {
    font-size: 1.3rem;
  }
  .sec__archive .content__main__item .more p::after {
    height: 6px;
    width: 6px;
  }
  .sec__archive .content__main__news__date {
    font-size: 1.3rem;
    margin-bottom: 0.6rem;
  }
  .sec__archive .content__main__news__date span:first-of-type {
    margin-right: 1rem;
  }
  .sec__archive .content__main__news__title {
    font-size: 1.8rem;
    padding-bottom: 1.6rem;
    border-bottom: 1px solid #E1E1E1;
    margin-bottom: 1.6rem;
    font-weight: 500;
  }
  .sec__archive .content__main__products__img {
    margin-bottom: 1.5rem;
  }
  .sec__archive .content__main__products__color .color {
    width: 7px;
    height: 7px;
    margin: 0 0.6rem;
  }
  .sec__archive .content__main__products__title {
    margin: 1rem 0;
  }
  .sec__archive .content__main__products__price {
    font-weight: 700;
  }
}
.sec__archive.archive__products .content__main__item {
  width: 33.3333%;
  -moz-column-gap: 5%;
       column-gap: 5%;
  justify-content: flex-start;
}
@media only screen and (max-width: 600px) {
  .sec__archive.archive__products .content__main__item {
    text-align: center;
    padding: 0;
    width: 48%;
    -moz-column-gap: 2%;
         column-gap: 2%;
  }
}

.footer {
  width: 100%;
  padding-bottom: 10rem;
}
.footer__link a {
  width: 50%;
  padding: 5.5rem;
  text-align: center;
  color: #fff;
}
.footer__link a:first-child {
  background-color: #C7B576;
}
.footer__link a:last-child {
  background-color: #575757;
}
.footer .content {
  padding: 11rem 0 4.5rem;
}
.footer .content .nav__lists {
  padding: 0 6rem;
}
.footer .content__left .logo {
  max-width: 240px;
  height: auto;
  margin-bottom: 2rem;
}
.footer .content__left .sns__wrap {
  display: flex !important;
}
.footer .content__left .sns__wrap li {
  margin: 0 1rem;
}
.footer small {
  display: block;
  margin-right: 17.8571428571vw;
  text-align: right;
}
@media only screen and (max-width: 600px) {
  .footer__link {
    display: block;
  }
  .footer__link a {
    display: block;
    width: 100%;
    padding: 2.4rem 0;
  }
  .footer .content {
    padding: 8.4rem 0 4.5rem;
    align-items: normal !important;
  }
  .footer .content .nav__lists {
    padding: 0;
  }
  .footer .content__left {
    width: 40%;
    display: block;
  }
  .footer .content__left .flex-dc {
    display: block;
    width: 100%;
  }
  .footer .content__left .logo {
    max-width: 130px;
    margin-bottom: 2.4rem;
  }
  .footer .content__left .sns__wrap li {
    margin: 0 1rem;
  }
  .footer .content__left .sns__wrap.pc {
    display: none !important;
  }
  .footer .content__right {
    flex-direction: column;
    align-items: flex-end;
    width: 60%;
    justify-content: space-between;
    text-align: right;
  }
  .footer .content__right .sns__wrap {
    display: flex !important;
    margin-bottom: auto;
    margin-top: 7rem;
  }
  .footer .content__right .sns__wrap li:last-child {
    margin-left: 2rem;
  }
  .footer .content__right .sns__wrap img {
    width: 3.3rem;
  }
  .footer small {
    margin-right: 2rem;
  }
}

.woocommerce-input-wrapper input {
  padding: 0.25em;
  font-size: 1.6rem;
}

.btn a {
  border-top: 1px solid #B2B2B2;
  border-bottom: 1px solid #B2B2B2;
  font-size: 1.5rem;
  color: #B2B2B2;
  letter-spacing: 0.3rem;
  display: inline-block;
  position: relative;
  line-height: 3rem;
  text-decoration: none;
  overflow: hidden;
  cursor: pointer;
  width: 100px;
  height: 3rem;
  transition: all 0.3s;
}
.btn a span {
  position: absolute;
  left: 0;
  display: block;
  height: 2.5rem;
  width: 100%;
  transition: all 0.3s;
}
.btn a span:nth-child(1) {
  top: 100%;
}
.btn a span:nth-child(2) {
  top: 0;
}
.btn a svg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.btn a svg path {
  transition: all 0.3s;
  fill: #B2B2B2;
}
.btn a:hover {
  border-top: 1px solid #C7B576;
  border-bottom: 1px solid #C7B576;
  color: #C7B576 !important;
}
.btn a:hover span:nth-child(1) {
  top: 0;
}
.btn a:hover span:nth-child(2) {
  top: -100%;
}
.btn a:hover svg path {
  fill: #C7B576;
}

.onlineshop_btn {
  background-color: #C7B576;
  border-radius: 20px;
  padding: 0.5rem 2rem;
  transition: all 0.4s;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.onlineshop_btn::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 45%;
  margin: auto;
  width: 160px;
  height: 160px;
  background: #BAA661;
  transform: scale(0);
  transition: 0.6s ease all;
}
.onlineshop_btn span {
  z-index: 98;
  transition: 0.6s ease all;
  color: #F9F9F9;
  font-size: 1.5rem;
}
.onlineshop_btn span img {
  transition: 0.6s ease all;
  vertical-align: middle;
  margin-left: 0.3rem;
}
@media only screen and (max-width: 380px) {
  .onlineshop_btn span {
    font-size: 1rem;
  }
}
.onlineshop_btn:hover span {
  transition: 0.6s ease all;
}
.onlineshop_btn:hover::before {
  transform: scale(4.2);
}

.snsLink__lists {
  margin-top: 1em;
  display: flex;
  justify-content: flex-start;
  -moz-column-gap: 20px;
       column-gap: 20px;
  list-style: none;
}
@media only screen and (max-width: 768px) {
  .snsLink__lists {
    margin-top: 0.75em;
  }
}

.info__table {
  width: 505px;
}
@media only screen and (max-width: 768px) {
  .info__table {
    width: 100%;
    margin-top: 5vw;
  }
}
.info__table th,
.info__table td {
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  border-bottom: solid 1px rgba(0, 0, 0, 0.3);
  font-weight: normal;
  text-align: left;
  background-clip: padding-box;
}
@media only screen and (max-width: 768px) {
  .info__table th,
  .info__table td {
    border-top: 1px solid rgba(0, 0, 0, 0.3);
    padding-top: 1.2em;
    padding-bottom: 1.2em;
  }
}
.info__table th {
  width: 27%;
}
@media only screen and (max-width: 768px) {
  .info__table th {
    width: 35%;
  }
}
.info__table td {
  width: 73%;
}
@media only screen and (max-width: 768px) {
  .info__table td {
    width: 65%;
  }
}
.info__table tr:last-child th,
.info__table tr:last-child td {
  border-bottom: none;
}
@media only screen and (max-width: 768px) {
  .info__table tr:last-child th,
  .info__table tr:last-child td {
    border-bottom: solid 1px rgba(0, 0, 0, 0.3);
  }
}

.wp-block-table.is-style-stripes {
  border-bottom: none;
}
.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background-color: inherit;
}
.wp-block-table.is-style-stripes tbody th {
  padding-right: 2em;
  text-align: left;
}

.shop_table {
  background: #fff;
}

.title h2 {
  font-size: 4.8rem;
  font-weight: 600;
  line-height: 42px;
  letter-spacing: 0.56rem;
  text-align: left;
  margin-bottom: 1.8rem;
}
@media only screen and (max-width: 768px) {
  .title h2 {
    font-size: 2.8rem;
  }
}
@media only screen and (max-width: 600px) {
  .title h2 {
    font-size: 2rem;
    margin-bottom: 0;
    letter-spacing: 0.2rem;
  }
}
.title__underbar {
  height: 10px;
  width: 38px;
  background: linear-gradient(to left, #F8E5C8, #C7B576);
  margin-bottom: 2.3rem;
}
@media only screen and (max-width: 600px) {
  .title__underbar {
    height: 5px;
    width: 19px;
  }
}

.page-top #sb_instagram {
  margin-top: 4vw;
  padding-bottom: 0;
}
.page-top #sb_instagram #sbi_images {
  float: none;
  display: flex;
  justify-content: space-between;
  padding: 0 !important;
}
@media only screen and (max-width: 768px) {
  .page-top #sb_instagram #sbi_images {
    flex-wrap: wrap;
    row-gap: 7vw;
    padding: 0 !important;
  }
}
.page-top #sb_instagram #sbi_images .sbi_item {
  width: 31%;
  padding: 15px !important;
  border-radius: 14px;
  box-shadow: 0 3px 14px rgba(69, 69, 69, 0.26);
  background: #fff;
}
@media only screen and (max-width: 768px) {
  .page-top #sb_instagram #sbi_images .sbi_item {
    width: 45%;
    padding: 10px !important;
    border-radius: 10px;
  }
}
.page-top #sb_instagram #sbi_images .sbi_item:hover {
  transform: scale(1.05);
  box-shadow: 3px 3px 24px rgba(0, 0, 0, 0.11);
}

.sec__mission {
  padding-top: 17rem;
  position: relative;
  padding-bottom: 9em;
}
.sec__mission .top__slider {
  max-width: 75vw;
  margin: 0 auto 16rem;
}
.sec__mission .top__slider img {
  width: 100%;
  margin: 0 0 0 auto;
}
@media only screen and (max-width: 600px) {
  .sec__mission {
    padding: 6.3rem 0 0;
  }
  .sec__mission .top__slider {
    max-width: 100%;
    margin-bottom: 4.6rem;
  }
}
.sec__mission .content__main {
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 600px) {
  .sec__mission .content__main {
    display: block;
  }
}
.sec__mission .content__left {
  width: 48%;
}
.sec__mission .content__left .title__underbar {
  margin-bottom: 6rem;
}
.sec__mission .content__left p {
  margin-bottom: 4rem;
}
.sec__mission .content__left .btn {
  margin-left: auto;
}
@media only screen and (max-width: 600px) {
  .sec__mission .content__left {
    width: 100%;
  }
  .sec__mission .content__left .title__underbar {
    margin-bottom: 2.3rem;
  }
  .sec__mission .content__left p {
    margin-bottom: 3rem;
  }
  .sec__mission .content__left .btn {
    margin-bottom: 2.8rem;
  }
}
.sec__mission .content__right {
  width: 48%;
}
.sec__mission .content__right img {
  min-width: 400px;
}
@media only screen and (max-width: 600px) {
  .sec__mission .content__right {
    width: 100%;
  }
  .sec__mission .content__right img {
    min-width: 100%;
    width: 100%;
  }
}
.sec__mission .bg {
  position: absolute;
  background-color: #F9F9F9;
  height: 65%;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media only screen and (max-width: 600px) {
  .sec__mission .bg {
    top: 0;
    bottom: auto;
    height: 84%;
  }
}
.sec__products {
  padding-top: 13rem;
  padding-bottom: 8.8rem;
}
.sec__products .title {
  margin-bottom: 9rem;
}
@media only screen and (max-width: 600px) {
  .sec__products {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
  .sec__products .title {
    margin-bottom: 2.5rem;
  }
}
.sec__products .post {
  gap: 5%;
}
.sec__products .post .item {
  width: 100%;
  aspect-ratio: 1/1;
  background-color: #F4F4F4;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.sec__products .post .item img {
  width: 80%;
  height: auto;
}
.sec__products .btn {
  display: flex;
  justify-content: flex-end;
  margin-top: 5rem;
}
@media only screen and (max-width: 600px) {
  .sec__products .slide-arrow {
    transition: all 0.4s;
    width: 1rem;
    position: absolute;
    bottom: -5.6rem;
    z-index: 1;
  }
  .sec__products .slide-arrow.prev-arrow {
    left: 0.3rem;
  }
  .sec__products .slide-arrow.next-arrow {
    left: 5.4rem;
  }
  .sec__products .btn {
    margin-top: 3rem;
  }
}
.sec__particular {
  padding: 15em 0 12.5em;
  background-color: #F9F9F9;
}
@media only screen and (max-width: 600px) {
  .sec__particular {
    padding: 7.2rem 0 13rem;
  }
}
.sec__particular .content {
  margin: 0;
  margin-left: 18.6567164179vw;
  padding: 0;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
@media only screen and (max-width: 600px) {
  .sec__particular .content {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
    max-width: 100%;
  }
}
.sec__particular .content__particular {
  position: relative;
}
.sec__particular .content__particular__item {
  display: flex !important;
}
.sec__particular .content__particular__item img {
  width: 32%;
  margin-right: 7%;
}
.sec__particular .content__particular__item__txt {
  margin-right: 5%;
}
.sec__particular .content__particular__item__txt h3 {
  font-size: 1.4rem;
  margin-bottom: 1rem;
  color: #B2B2B2;
}
.sec__particular .content__particular__item__txt h4 {
  font-size: 3.6rem;
  margin-bottom: 3rem;
}
.sec__particular .content__particular__item__txt p {
  line-height: 24px;
}
@media only screen and (max-width: 600px) {
  .sec__particular .content__particular__item {
    display: block !important;
  }
  .sec__particular .content__particular__item img {
    width: 100%;
    margin-right: 0;
  }
  .sec__particular .content__particular__item__txt {
    margin-right: 0;
  }
  .sec__particular .content__particular__item__txt h3 {
    font-size: 1.2rem;
    margin-top: 2rem;
    margin-bottom: 0.6rem;
  }
  .sec__particular .content__particular__item__txt h4 {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
  .sec__particular .content__particular__item__txt p {
    line-height: 24px;
  }
}
.sec__particular .content__particular .slick-list {
  padding: 0 10% 0 0 !important;
}
@media only screen and (max-width: 600px) {
  .sec__particular .content__particular .slick-list {
    padding: 0 !important;
  }
}
.sec__particular .content__particular .slide-arrow {
  width: 5.3rem;
  transition: all 0.4s;
  position: absolute;
  bottom: -10rem;
  z-index: 1;
}
.sec__particular .content__particular .slide-arrow:hover {
  cursor: pointer;
  opacity: 0.8;
  transition: all 0.4s;
}
.sec__particular .content__particular .slide-arrow.prev-arrow {
  right: calc(18.6567164179vw + 7rem);
}
.sec__particular .content__particular .slide-arrow.next-arrow {
  right: 18.6567164179vw;
}
@media only screen and (max-width: 600px) {
  .sec__particular .content__particular .slide-arrow {
    width: 3.3rem;
    bottom: -6rem;
    z-index: 1;
  }
  .sec__particular .content__particular .slide-arrow.prev-arrow {
    right: 6.8rem;
  }
  .sec__particular .content__particular .slide-arrow.next-arrow {
    right: 2.5rem;
  }
}
.sec__news {
  padding: 22.3rem 0 11.5rem;
}
.sec__news .title {
  width: 30%;
}
.sec__news .post {
  width: 70%;
}
.sec__news .post .item {
  padding: 2rem 0;
  border-top: 1px solid #575757;
  transition: all 0.4s;
}
.sec__news .post .item:last-of-type {
  border-bottom: 1px solid #575757;
  margin-bottom: 5rem;
}
.sec__news .post .item li:first-child {
  font-size: 1.2rem;
  font-family: "Roboto";
}
.sec__news .post .item li:nth-child(2) {
  font-size: 1.2rem;
  margin: 0 8rem 0 2rem;
}
.sec__news .post .item li:last-child {
  font-size: 1.6rem;
}
.sec__news .post .item:hover {
  opacity: 0.4;
  transition: all 0.4s;
}
.sec__news .post .btn {
  display: inline-flex;
  justify-content: flex-end;
}
@media only screen and (max-width: 600px) {
  .sec__news {
    padding: 10rem 0;
  }
  .sec__news .content {
    display: block;
  }
  .sec__news .content .title {
    width: 100%;
  }
  .sec__news .content .post {
    width: 100%;
  }
  .sec__news .content .post ul {
    flex-wrap: wrap;
  }
  .sec__news .content .post ul li:last-child {
    width: 100%;
    font-size: 1.4rem;
  }
}
.sec__history {
  background-image: url(../images/top/history_bg.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
  min-height: 581px;
  background-position: center center;
}
.sec__history .content {
  width: 62.5vw;
}
.sec__history .content p {
  letter-spacing: 0.2rem;
}
.sec__history .content p, .sec__history .content h2, .sec__history .content a {
  color: #fff;
}
.sec__history .content .title {
  margin-bottom: 4.5rem;
}
.sec__history .content__left .btn {
  margin-top: 10rem;
  display: inline-flex;
  justify-content: flex-end;
}
@media only screen and (max-width: 600px) {
  .sec__history {
    background-image: url(../images/top/profile_sp.jpg);
    min-height: 390px;
    justify-content: flex-start;
  }
  .sec__history .content {
    width: 100%;
    margin-top: 5.5rem;
  }
  .sec__history .content .title {
    margin-bottom: 0;
  }
  .sec__history .content__left {
    width: 100%;
  }
  .sec__history .content__left .btn {
    margin-top: 1rem;
  }
}

@keyframes loop1 {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
@keyframes loop3 {
  0% {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(100%);
  }
}
@keyframes loop4 {
  0% {
    transform: translateX(-200%);
  }
  to {
    transform: translateX(0);
  }
}
.page-contact .mw_wp_form,
.page-check .mw_wp_form,
.page-done .mw_wp_form {
  margin-top: 2.2em;
}
.page-contact .txt--link,
.page-check .txt--link,
.page-done .txt--link {
  color: #484646;
  text-decoration: underline;
}

.page-privacy-policy .txt__wrap .head {
  font-size: 1.8rem;
  font-weight: bold;
}
.page-privacy-policy .txt__wrap .txt--normal {
  margin-top: 0.25em;
  margin-bottom: 1.5em;
  line-height: 1.5;
}/*# sourceMappingURL=style.css.map */