@charset "UTF-8";
/*************************************************
common-style
*************************************************/
* {
  box-sizing: border-box;
}

.ie_ObjectFit {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

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

body {
  scroll-behavior: smooth;
  font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  min-height: 100dvh;
  letter-spacing: 0.1em;
  background-color: #F7F6EE;
  color: #4A4132;
  line-height: 170%;
}

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

.obj-fit img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.inner_s {
  max-width: 974px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .inner_s {
    width: 90%;
  }
}

.inner {
  max-width: 1080px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .inner {
    width: 94%;
  }
}

.title_wrap .sub_ttl {
  font-size: 1.6rem;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  position: relative;
  padding-left: 3rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .title_wrap .sub_ttl {
    font-size: 1.2rem;
    padding-left: 2rem;
  }
}
.title_wrap .sub_ttl::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: 0;
  width: 2rem;
  height: 2rem;
  border-radius: 1rem;
  background-color: #5C6D5C;
}
@media screen and (max-width: 768px) {
  .title_wrap .sub_ttl::before {
    width: 1.6rem;
    height: 1.6rem;
  }
}
.title_wrap .title {
  font-size: 2.8rem;
  font-weight: 500;
  color: #4A4132;
  padding-top: 2.4rem;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .title_wrap .title {
    font-size: 2.2rem;
    padding-top: 1.2rem;
  }
}

.btn {
  width: 28rem;
  height: 6rem;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .btn {
    width: 24rem;
    height: 5.2rem;
  }
}
.btn a {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  transition: all 0.3s;
  color: #fff;
  background-color: #4A4132;
  border-radius: 100vh;
  padding: 2rem 5rem;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .btn a {
    padding: 1.8rem 4.5rem;
    font-size: 1.4rem;
  }
}
.btn a::after {
  position: absolute;
  content: "";
  background: url(../images/arrow_b.svg) no-repeat center/cover;
  width: 2.6rem;
  height: 2.6rem;
  top: 50%;
  right: 0.8rem;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .btn a::after {
    width: 2rem;
    height: 2rem;
    right: 0.8rem;
  }
}
.btn a:hover {
  background-color: #5C6D5C;
}
.btn a:hover::after {
  background-image: url(../images/arrow_g.svg);
}

.link_btn {
  width: 28rem;
  height: 6rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .link_btn {
    width: 24rem;
    height: 5.2rem;
  }
}
.link_btn a {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  transition: all 0.3s;
  color: #fff;
  background-color: #4A4132;
  border-radius: 100vh;
  padding: 2rem 4rem 2rem 2rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .link_btn a {
    padding: 1.8rem 3rem 1.8rem 2rem;
    font-size: 1.4rem;
  }
}
.link_btn a::after {
  position: absolute;
  content: "";
  background: url(../images/o_arrow_b.svg) no-repeat center/contain;
  width: 2.6rem;
  height: 2.6rem;
  top: 50%;
  right: 10px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .link_btn a::after {
    width: 2rem;
    height: 2rem;
  }
}
.link_btn a:hover {
  background-color: #5C6D5C;
}
.link_btn a:hover::after {
  background-image: url(../images/o_arrow_g.svg);
}

.back_btn {
  margin: 0 auto;
}
.back_btn a {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  transition: all 0.3s;
  color: #fff;
  background-color: #4A4132;
  border-radius: 100vh;
  padding: 2rem 5rem;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .back_btn a {
    padding: 1.6rem 4.5rem;
    font-size: 1.4rem;
  }
}
.back_btn a::after {
  position: absolute;
  content: "";
  background: url(../images/arrow_b.svg) no-repeat center/cover;
  width: 2.6rem;
  height: 2.6rem;
  top: 50%;
  left: 3rem;
  right: 0;
  transform: translate(-50%, -50%) rotate(180deg);
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
  -ms-transform: translate(-50%, -50%) rotate(180deg);
}

.fade_in {
  opacity: 0;
}

.active {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]:focus,
input[type=button]:focus {
  outline-offset: -2px;
}

.mb {
  display: none;
}
@media screen and (max-width: 1024px) {
  .mb {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .br_pc {
    display: none;
  }
}

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

.u-pc-inlineblock {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .u-pc-inlineblock {
    display: none;
  }
}

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

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

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

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

/*************************************************
header
*************************************************/
.header {
  width: 100%;
  height: 120px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
.header .header_inner {
  width: auto; /* 左右50pxずつで合計100px引く */
  margin: 0 50px;
  padding: 3rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1300px) {
  .header .header_inner {
    margin: 0 3%;
  }
}
@media screen and (max-width: 768px) {
  .header .header_inner {
    padding: 2rem 0;
  }
}
.header .header_inner .logo {
  width: 180px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .header .header_inner .logo {
    width: 140px;
    height: auto;
  }
}
.header .header_inner .logo a {
  transition: all 0.3s;
}
.header .header_inner .logo a:hover {
  opacity: 0.7;
}
.header .header_inner .header_menu .menu_inner {
  display: flex;
  align-items: center;
}
.header .header_inner .header_menu .menu_inner p {
  font-size: 1.6rem;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #4A4132;
}
@media screen and (max-width: 768px) {
  .header .header_inner .header_menu .menu_inner p {
    font-size: 1.4rem;
  }
}
.header .header_inner .header_menu .menu_inner .hamburger {
  width: 6rem;
  margin-left: 2rem;
  z-index: 999;
}
@media screen and (max-width: 768px) {
  .header .header_inner .header_menu .menu_inner .hamburger {
    width: 4rem;
    margin-left: 1.2rem;
  }
}

/******************************
ハンバーガーメニュー
*******************************/
.header_menu .menu_inner .ham-trigger {
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  cursor: pointer;
  background-color: #5C6D5C;
  transform: all 0.3s;
  animation: whiteChange 3s;
}
@media screen and (max-width: 768px) {
  .header_menu .menu_inner .ham-trigger {
    width: 40px;
    height: 40px;
  }
}
.header_menu .menu_inner .ham-trigger::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  content: "";
  width: 32px;
  height: 32px;
  margin: -16px 0 0 -16px;
  border-radius: 50%;
  transition: all 0.1s;
  opacity: 0;
}
.header_menu .menu_inner .ham-trigger.ham_active span {
  background-color: #fff;
  color: #fff;
}
.header_menu .menu_inner .ham-trigger.ham_active span:nth-of-type(1) {
  animation: ham_active-bar01 0.4s 0.2s forwards;
  background-color: #fff;
  top: 24px;
}
@media screen and (max-width: 768px) {
  .header_menu .menu_inner .ham-trigger.ham_active span:nth-of-type(1) {
    top: 13px;
  }
}
.header_menu .menu_inner .ham-trigger.ham_active span:nth-of-type(2) {
  animation: ham_active-bar02 0.4s 0.2s forwards;
}
.header_menu .menu_inner .ham-trigger.ham_active span:nth-of-type(3) {
  animation: ham_active-bar03 0.4s 0.2s forwards;
  background-color: #fff;
  bottom: 25px;
}
@media screen and (max-width: 768px) {
  .header_menu .menu_inner .ham-trigger.ham_active span:nth-of-type(3) {
    bottom: 17px;
  }
}
.header_menu .menu_inner .ham-trigger span {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 2.4rem;
  height: 2px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .header_menu .menu_inner .ham-trigger span {
    width: 2rem;
    height: 1px;
  }
}
.header_menu .menu_inner .ham-trigger span:nth-of-type(1) {
  top: 20px;
  animation: move-bar01 0.3s forwards;
}
@media screen and (max-width: 768px) {
  .header_menu .menu_inner .ham-trigger span:nth-of-type(1) {
    top: 13px;
  }
}
.header_menu .menu_inner .ham-trigger span:nth-of-type(2) {
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  animation: move-bar02 0.3s forwards;
}
.header_menu .menu_inner .ham-trigger span:nth-of-type(3) {
  bottom: 18px;
  animation: move-bar03 0.3s forwards;
}
@media screen and (max-width: 768px) {
  .header_menu .menu_inner .ham-trigger span:nth-of-type(3) {
    bottom: 12px;
  }
}
.header_menu .menu_inner .ham-trigger,
.header_menu .menu_inner .ham-trigger span {
  display: inline-block;
  transition: all 0.3s;
  box-sizing: border-box;
}
@keyframes move-bar01 {
  0% {
    transform: translateX(-50%) translateY(5px) rotate(-45deg);
  }
  100% {
    transform: translateX(-50%) translateY(0) rotate(0);
  }
}
@keyframes move-bar02 {
  0% {
    opacity: 0;
    transform: translateX(-50%);
  }
  100% {
    opacity: 1;
    transform: translateX(-50%);
  }
}
@keyframes move-bar03 {
  0% {
    transform: translateX(-50%) translateY(-4px) rotate(45deg);
  }
  100% {
    transform: translateX(-50%) translateY(0) rotate(0);
  }
}
@keyframes ham_active-bar01 {
  0% {
    transform: translateX(-50%) translateY(0) rotate(0);
  }
  100% {
    transform: translateX(-50%) translateY(4.5px) rotate(-45deg);
  }
}
@keyframes ham_active-bar02 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes ham_active-bar03 {
  0% {
    transform: translateX(-50%) translateY(0) rotate(0);
  }
  100% {
    transform: translateX(-50%) translateY(-4px) rotate(45deg);
  }
}
.header.open_active .header_inner {
  display: block;
}

/******************************
spメニューレイアウト
*******************************/
.openarea {
  opacity: 0;
  display: none;
}

.open_active {
  background-color: #5C6D5C;
  height: 100%;
  overflow-y: scroll;
}
.open_active .logo {
  display: none;
}
.open_active .ham_active {
  background-color: #fff;
}
.open_active .ham_active.ham-trigger {
  -webkit-backdrop-filter: none;
          backdrop-filter: none;
  position: fixed;
  right: 4rem;
  top: 4rem;
}
@media screen and (max-width: 400px) {
  .open_active .ham_active.ham-trigger {
    right: 2rem;
  }
}
.open_active .header_menu .menu_inner p {
  display: none;
}
.open_active .header_menu .openarea {
  pointer-events: auto;
  opacity: 1;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  padding: 7.5rem 13% 4rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  overflow-x: hidden;
}
@media screen and (max-width: 768px) {
  .open_active .header_menu .openarea {
    flex-direction: column-reverse;
    padding: 7.2rem 20px;
  }
}
.open_active .header_menu a {
  color: #fff;
  transition: all 0.3s;
}
.open_active .header_menu a:hover {
  opacity: 0.7;
}
.open_active .header_menu a.tab {
  position: relative;
}
.open_active .header_menu a.tab::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -1.8rem;
  transform: translateY(-50%);
  width: 1.3rem;
  height: 1.2rem;
  background: url(../images/icon-links.svg) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .open_active .header_menu .left {
    width: 14rem;
    margin: 3.6rem auto 0 auto;
  }
}
.open_active .header_menu .left .logo_open a {
  display: inline-block;
  transition: all 0.3s;
}
.open_active .header_menu .left .logo_open a:hover {
  opacity: 0.7;
}
.open_active .header_menu .left .logo_open .img-box {
  width: 190px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .open_active .header_menu .left .logo_open .img-box {
    width: 14rem;
    height: auto;
  }
}
.open_active .header_menu .left .sns {
  display: flex;
  margin-top: 8rem;
  gap: 3rem;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .open_active .header_menu .left .sns {
    margin-top: 3.6rem;
  }
}
.open_active .header_menu .left .sns .insta a, .open_active .header_menu .left .sns .x a, .open_active .header_menu .left .sns .fb a {
  width: 4rem;
  height: 4rem;
  background-color: #fff;
  border-radius: 2rem;
  display: inline-block;
  position: relative;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .open_active .header_menu .left .sns .insta a, .open_active .header_menu .left .sns .x a, .open_active .header_menu .left .sns .fb a {
    width: 3rem;
    height: 3rem;
  }
}
.open_active .header_menu .left .sns .insta a:hover, .open_active .header_menu .left .sns .x a:hover, .open_active .header_menu .left .sns .fb a:hover {
  opacity: 0.7;
}
.open_active .header_menu .left .sns .insta a .img-box, .open_active .header_menu .left .sns .x a .img-box, .open_active .header_menu .left .sns .fb a .img-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
}
@media screen and (max-width: 768px) {
  .open_active .header_menu .left .sns .insta a .img-box, .open_active .header_menu .left .sns .x a .img-box, .open_active .header_menu .left .sns .fb a .img-box {
    width: 20px;
    height: 20px;
  }
}
.open_active .header_menu .left .sns .insta a .fb-img, .open_active .header_menu .left .sns .x a .fb-img, .open_active .header_menu .left .sns .fb a .fb-img {
  width: 28px;
  height: 28px;
}
@media screen and (max-width: 768px) {
  .open_active .header_menu .left .sns .insta a .fb-img, .open_active .header_menu .left .sns .x a .fb-img, .open_active .header_menu .left .sns .fb a .fb-img {
    width: 22px;
    height: 22px;
  }
}
.open_active .header_menu .menu-list li a {
  display: flex;
  align-items: center;
  font-size: 3.2rem;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  padding: 2rem 0;
  margin: 1rem 0;
  transition: all 0.3s ease 0s;
}
@media screen and (max-width: 768px) {
  .open_active .header_menu .menu-list li a {
    font-size: 2.4rem;
    margin: 1rem 0;
  }
}
@media screen and (max-width: 400px) {
  .open_active .header_menu .menu-list li a {
    font-size: 2rem;
  }
}
.open_active .header_menu .menu-list li a:hover {
  cursor: pointer;
  transition: 0.5s;
  transform: rotateX(360deg);
}
.open_active .header_menu .menu-list li a span {
  font-size: 1.2rem;
  margin-left: 4rem;
}
@media screen and (max-width: 768px) {
  .open_active .header_menu .menu-list li a span {
    font-size: 1rem;
    margin-left: 1.2rem;
  }
}
.open_active .header_menu .menu-list .sub_menu a {
  font-size: 1.5rem;
  padding: 0.8rem 0;
  transition: all 0.3s ease 0s;
}
@media screen and (max-width: 768px) {
  .open_active .header_menu .menu-list .sub_menu a {
    font-size: 1.3rem;
  }
}
.open_active .header_menu .menu-list .sub_menu a:hover {
  cursor: pointer;
  transition: 0.5s;
  transform: rotateX(360deg);
}

/*************************************************
footer
*************************************************/
footer {
  position: sticky;
  top: 100%;
}
footer .f_inner {
  padding-bottom: 13.6rem;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  footer .f_inner {
    display: block;
    text-align: center;
    padding-bottom: 4.8rem;
  }
}
@media screen and (max-width: 768px) {
  footer .f_inner .footer_left {
    width: 10rem;
    margin: 0 auto;
  }
}
footer .f_inner .footer_left .f_logo {
  width: 13.2rem;
  height: auto;
}
@media screen and (max-width: 768px) {
  footer .f_inner .footer_left .f_logo {
    width: 10rem;
    height: auto;
  }
}
footer .f_inner .footer_left .sns {
  display: flex;
  margin-top: 1.6rem;
  gap: 30px;
  justify-content: center;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  footer .f_inner .footer_left .sns .insta, footer .f_inner .footer_left .sns .fb {
    width: 2.8rem;
    height: 2.8rem;
  }
}
footer .f_inner .footer_left .sns .insta a, footer .f_inner .footer_left .sns .x a, footer .f_inner .footer_left .sns .fb a {
  width: 3rem;
  height: 3rem;
  background-color: #4A4132;
  border-radius: 2rem;
  display: inline-block;
  position: relative;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  footer .f_inner .footer_left .sns .insta a, footer .f_inner .footer_left .sns .x a, footer .f_inner .footer_left .sns .fb a {
    width: 2.8rem;
    height: 2.8rem;
  }
}
footer .f_inner .footer_left .sns .insta a:hover, footer .f_inner .footer_left .sns .x a:hover, footer .f_inner .footer_left .sns .fb a:hover {
  opacity: 0.7;
}
footer .f_inner .footer_left .sns .insta a .img-box, footer .f_inner .footer_left .sns .x a .img-box, footer .f_inner .footer_left .sns .fb a .img-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 18px;
  height: 18px;
}
footer .f_inner .footer_left .sns .insta a .f_fb-img, footer .f_inner .footer_left .sns .x a .f_fb-img, footer .f_inner .footer_left .sns .fb a .f_fb-img {
  width: 21px;
  height: 21px;
}
footer .f_inner .footer_left .sns .f_insta {
  padding: initial;
}
footer .f_inner .f_right {
  display: flex;
  gap: 8rem;
}
@media screen and (max-width: 1024px) {
  footer .f_inner .f_right {
    gap: 3rem;
  }
}
@media screen and (max-width: 768px) {
  footer .f_inner .f_right {
    padding-top: 4rem;
    display: block;
    margin: 0 auto;
    width: 48%;
  }
}
@media screen and (max-width: 400px) {
  footer .f_inner .f_right {
    width: 55%;
  }
}
@media screen and (max-width: 768px) {
  footer .f_inner .f_right .nav01, footer .f_inner .f_right .nav02, footer .f_inner .f_right .nav03 {
    text-align: left;
    white-space: nowrap;
  }
}
footer .f_inner .f_right .nav01 li, footer .f_inner .f_right .nav03 li {
  padding-bottom: 2.4rem;
}
footer .f_inner .f_right .nav01 li a, footer .f_inner .f_right .nav03 li a {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  transition: all 0.3s ease 0s;
}
@media screen and (max-width: 768px) {
  footer .f_inner .f_right .nav01 li a, footer .f_inner .f_right .nav03 li a {
    font-size: 1.4rem;
  }
}
footer .f_inner .f_right .nav01 li a:hover, footer .f_inner .f_right .nav03 li a:hover {
  cursor: pointer;
  transition: 0.5s;
  transform: rotateX(360deg);
}
footer .f_inner .f_right .nav02 li {
  padding-bottom: 2rem;
}
footer .f_inner .f_right .nav02 li a {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 400;
  transition: all 0.3s ease 0s;
}
@media screen and (max-width: 768px) {
  footer .f_inner .f_right .nav02 li a {
    font-size: 1.4rem;
  }
}
footer .f_inner .f_right .nav02 li a:hover {
  cursor: pointer;
  transition: 0.5s;
  transform: rotateX(360deg);
}
footer .f_inner .f_right .nav02 .f_sub_menu {
  display: grid;
  gap: 1.6rem;
}
@media screen and (max-width: 768px) {
  footer .f_inner .f_right .nav02 .f_sub_menu {
    gap: 2rem;
    padding-left: 1rem;
  }
}
footer .f_inner .f_right .nav03 .f_online a {
  position: relative;
}
footer .f_inner .f_right .nav03 .f_online a::after {
  position: absolute;
  bottom: 0;
  right: -2rem;
  content: "";
  background: url(../images/link_arrow.svg) no-repeat center;
  background-size: contain;
  width: 1.5rem;
  height: 1.5rem;
}
footer .copy {
  max-width: 974px;
  margin: 0 auto;
  padding-bottom: 10px;
  font-size: 10px;
  text-align: right;
  font-family: "Poppins", sans-serif;
}
@media screen and (max-width: 1024px) {
  footer .copy {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  footer .copy {
    text-align: center;
    padding-bottom: 8px;
  }
}
footer .footer_img {
  width: 100%;
  height: 54.4rem;
  background: url("../images/footer_img.jpg") center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  footer .footer_img {
    height: 40rem;
  }
}

/*************************************************
top
*************************************************/
.p-top_mv {
  width: 100%;
  height: 70vh;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-top_mv {
    height: 80vh;
  }
}
.p-top_mv .img-box {
  max-width: 1300px;
  height: 100%;
  margin: 18rem auto 0 auto;
  border-radius: 2rem;
  overflow: hidden;
}
@media screen and (max-width: 1300px) {
  .p-top_mv .img-box {
    margin: 18rem 3% 0 3%;
  }
}
@media screen and (max-width: 768px) {
  .p-top_mv .img-box {
    margin: 12rem 3% 0 3%;
  }
}
.p-top_mv .img-box img {
  border-radius: 2rem;
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.p-top_mv .c-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 1;
}
.p-top_mv .c-txt .catchcopy {
  width: 65rem;
  height: auto;
  opacity: 0.9;
}
@media screen and (max-width: 768px) {
  .p-top_mv .c-txt .catchcopy {
    display: none;
  }
}
.p-top_mv .c-txt .catchcopy_sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-top_mv .c-txt .catchcopy_sp {
    display: block;
    width: 30rem;
    height: auto;
    opacity: 0.9;
  }
}
.p-top_mv .c-txt .sub_catch {
  font-size: 1.6rem;
  font-weight: 500;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.2em;
  color: #fff;
  padding-top: 1.2rem;
}
@media screen and (max-width: 768px) {
  .p-top_mv .c-txt .sub_catch {
    font-size: 1.2rem;
    padding-top: 0.8rem;
  }
}

.about {
  padding: 13.6rem 0;
}
@media screen and (max-width: 768px) {
  .about {
    padding: 7.2rem 0;
  }
}
.about .about_inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .about .about_inner {
    flex-direction: column-reverse;
  }
}
.about .about_inner .img-box {
  width: 46.4rem;
  height: 62rem;
  border-radius: 2rem;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .about .about_inner .img-box {
    width: 50%;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .about .about_inner .img-box {
    width: 100%;
    height: 30rem;
    border-radius: 1rem;
    margin-top: 4rem;
  }
}
.about .about_inner .text_wrap {
  max-width: 41rem;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .about .about_inner .text_wrap {
    margin-left: 2rem;
    flex: 1;
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .about .about_inner .text_wrap {
    width: 100%;
    margin-left: initial;
  }
}
.about .about_inner .text_wrap p {
  padding: 4.8rem 0;
  line-height: 170%;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  font-weight: 400;
  color: #646464;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .about .about_inner .text_wrap p {
    padding: 3.2rem 0;
    font-size: 1.4rem;
  }
}

.comitto {
  padding: 13.6rem 0;
  background-color: #EEECDC;
}
@media screen and (max-width: 768px) {
  .comitto {
    padding: 7.2rem 0;
  }
}
.comitto .comitto_inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .comitto .comitto_inner {
    flex-direction: column;
  }
}
.comitto .comitto_inner .text_wrap {
  max-width: 41rem;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .comitto .comitto_inner .text_wrap {
    margin-right: 2rem;
    flex: 1;
  }
}
@media screen and (max-width: 768px) {
  .comitto .comitto_inner .text_wrap {
    width: 100%;
    margin-left: initial;
  }
}
.comitto .comitto_inner .text_wrap p {
  padding-top: 4.8rem;
  line-height: 170%;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  font-weight: 400;
  color: #646464;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .comitto .comitto_inner .text_wrap p {
    padding-top: 3.2rem;
    font-size: 1.4rem;
  }
}
.comitto .comitto_inner .img-box {
  width: 46.4rem;
  height: 40.6rem;
  border-radius: 2rem;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .comitto .comitto_inner .img-box {
    width: 50%;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .comitto .comitto_inner .img-box {
    width: 100%;
    height: 25rem;
    border-radius: 1rem;
    margin-top: 3.6rem;
  }
}

.instagram {
  padding: 13.6rem 0 6.8rem 0;
}
@media screen and (max-width: 768px) {
  .instagram {
    padding: 7.2rem 0 3.6rem 0;
  }
}
.instagram .insta_wrap {
  padding-top: 4rem;
}
@media screen and (max-width: 768px) {
  .instagram .insta_wrap {
    padding-top: 2.4rem;
  }
}

.online {
  padding: 6.8rem 0;
}
@media screen and (max-width: 768px) {
  .online {
    padding: 3.6rem 0;
  }
}
.online .online_wrap {
  display: flex;
  padding: 4.8rem 0;
}
@media screen and (max-width: 768px) {
  .online .online_wrap {
    padding: 3.6rem 0;
  }
}
.online .online_wrap .myswiper_wrapper {
  overflow: hidden;
}
.online .online_wrap .myswiper_wrapper .swiper02 {
  overflow: visible !important;
}
.online .online_wrap .myswiper_wrapper .swiper02 .swiper-wrapper {
  margin-top: 4.8rem;
}
@media screen and (max-width: 768px) {
  .online .online_wrap .myswiper_wrapper .swiper02 .swiper-wrapper {
    margin-top: 3.2rem;
  }
}
.online .online_wrap .myswiper_wrapper .swiper02 .swiper-wrapper .swiper-slide a {
  transition: all 0.3s;
}
.online .online_wrap .myswiper_wrapper .swiper02 .swiper-wrapper .swiper-slide a:hover {
  opacity: 0.7;
}
.online .online_wrap .myswiper_wrapper .swiper02 .swiper-wrapper .swiper-slide a .thumn-box {
  border-radius: 2rem;
  overflow: hidden;
  width: 100%;
  height: 100%;
  aspect-ratio: 340/227;
}
@media screen and (max-width: 768px) {
  .online .online_wrap .myswiper_wrapper .swiper02 .swiper-wrapper .swiper-slide a .thumn-box {
    border-radius: 1rem;
    aspect-ratio: 10/11;
  }
}
.online .online_wrap .myswiper_wrapper .swiper02 .swiper-wrapper .swiper-slide a .cate {
  color: #646464;
  font-size: 1.8rem;
  font-weight: 500;
  padding-top: 1.6rem;
  line-height: 130%;
}
@media screen and (max-width: 768px) {
  .online .online_wrap .myswiper_wrapper .swiper02 .swiper-wrapper .swiper-slide a .cate {
    font-size: 1.6rem;
    padding-top: 1.2rem;
  }
}
.online .online_wrap .myswiper_wrapper .swiper02 .swiper-wrapper .swiper-slide a .price {
  color: #646464;
  font-size: 1.6rem;
  font-weight: 400;
  padding-top: 1.6rem;
}
@media screen and (max-width: 768px) {
  .online .online_wrap .myswiper_wrapper .swiper02 .swiper-wrapper .swiper-slide a .price {
    font-size: 1.4rem;
    padding-top: 1.2rem;
  }
}
.online .online_btn {
  margin: 0 0 0 auto;
}
.online .online_btn .cart {
  margin-right: 1.5rem;
}

.works {
  padding-top: 6.8rem;
}
@media screen and (max-width: 768px) {
  .works {
    padding: 3.6rem 0;
  }
}
.works .works_wrap {
  display: flex;
  padding-top: 4.8rem;
}
@media screen and (max-width: 768px) {
  .works .works_wrap {
    padding: initial;
  }
}
.works .works_wrap .myswiper_wrapper {
  overflow: hidden;
}
.works .works_wrap .myswiper_wrapper .swiper03 {
  overflow: visible !important;
}
.works .works_wrap .myswiper_wrapper .swiper03 .swiper-wrapper {
  margin-top: 4.8rem;
}
.works .works_wrap .myswiper_wrapper .swiper03 .swiper-wrapper .swiper-slide a {
  transition: all 0.3s;
}
.works .works_wrap .myswiper_wrapper .swiper03 .swiper-wrapper .swiper-slide a:hover {
  opacity: 0.7;
}
.works .works_wrap .myswiper_wrapper .swiper03 .swiper-wrapper .swiper-slide a .w-thumn-box {
  width: 100%;
  height: 100%;
  aspect-ratio: 109/120;
  position: relative;
  pointer-events: none;
}
.works .works_wrap .myswiper_wrapper .swiper03 .swiper-wrapper .swiper-slide a .w-thumn-box .w-text_wrap {
  position: absolute;
  right: 8%;
  bottom: 8%;
}
.works .works_wrap .myswiper_wrapper .swiper03 .swiper-wrapper .swiper-slide a .w-thumn-box .w-text_wrap h3 {
  font-size: 2rem;
  font-family: "Poppins", sans-serif;
  color: #fff;
  position: relative;
  padding-right: 10rem;
}
@media screen and (max-width: 768px) {
  .works .works_wrap .myswiper_wrapper .swiper03 .swiper-wrapper .swiper-slide a .w-thumn-box .w-text_wrap h3 {
    font-size: 1.3rem;
    padding-right: 6rem;
    line-height: 170%;
  }
}
.works .works_wrap .myswiper_wrapper .swiper03 .swiper-wrapper .swiper-slide a .w-thumn-box .w-text_wrap .one::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  background: url(../images/one.svg) no-repeat center/cover;
  width: 8.4rem;
  height: 6.3rem;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .works .works_wrap .myswiper_wrapper .swiper03 .swiper-wrapper .swiper-slide a .w-thumn-box .w-text_wrap .one::after {
    width: 4.2rem;
    height: 3.2rem;
  }
}
.works .works_wrap .myswiper_wrapper .swiper03 .swiper-wrapper .swiper-slide a .w-thumn-box .w-text_wrap .two::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  background: url(../images/two.svg) no-repeat center/cover;
  width: 9rem;
  height: 6.3rem;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .works .works_wrap .myswiper_wrapper .swiper03 .swiper-wrapper .swiper-slide a .w-thumn-box .w-text_wrap .two::after {
    width: 4.5rem;
    height: 3.2rem;
  }
}
.works .works_wrap .myswiper_wrapper .swiper03 .swiper-wrapper .swiper-slide a .w-thumn-box .w-text_wrap .three::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  background: url(../images/three.svg) no-repeat center/cover;
  width: 8.9rem;
  height: 6.3rem;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .works .works_wrap .myswiper_wrapper .swiper03 .swiper-wrapper .swiper-slide a .w-thumn-box .w-text_wrap .three::after {
    width: 4.5rem;
    height: 3.2rem;
  }
}
.works .works_wrap .myswiper_wrapper .swiper03 .swiper-wrapper .swiper-slide a .w-thumn-box .w-text_wrap .four::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  background: url(../images/four.svg) no-repeat center/cover;
  width: 9rem;
  height: 6.3rem;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .works .works_wrap .myswiper_wrapper .swiper03 .swiper-wrapper .swiper-slide a .w-thumn-box .w-text_wrap .four::after {
    width: 4.5rem;
    height: 3.2rem;
  }
}
.works .works_wrap .myswiper_wrapper .swiper03 .swiper-wrapper .swiper-slide a .w-thumn-box .w-text_wrap .five::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  background: url(../images/five.svg) no-repeat center/cover;
  width: 8.8rem;
  height: 6.3rem;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .works .works_wrap .myswiper_wrapper .swiper03 .swiper-wrapper .swiper-slide a .w-thumn-box .w-text_wrap .five::after {
    width: 4.4rem;
    height: 3.2rem;
  }
}
.works .works_wrap .myswiper_wrapper .swiper03 .swiper-wrapper .swiper-slide a .w-thumn-box .w-text_wrap {
  pointer-events: none;
}
.works .works_wrap .myswiper_wrapper .swiper03 .swiper-wrapper .swiper-slide a img {
  pointer-events: none;
}

.company {
  padding: 13.6rem 0;
  position: relative;
}
.company::after {
  position: absolute;
  content: "";
  background: url(../images/map_bg.png) no-repeat center/cover;
  height: 40.6295754026vw;
  width: 41.4348462665vw;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
@media screen and (max-width: 900px) {
  .company::after {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .company {
    padding: 3.6rem 0 7.2rem 0;
  }
}
.company .inner {
  position: relative;
  z-index: 1;
}
.company .inner .table_text_wrap {
  padding-top: 3.2rem;
}
.company .inner .table_text_wrap table {
  max-width: 40rem;
}
@media screen and (max-width: 900px) {
  .company .inner .table_text_wrap table {
    max-width: 100%;
    width: 100%;
  }
}
.company .inner .table_text_wrap table tr th {
  margin-right: 10px;
  border-bottom: 1px solid #646464;
  width: 10rem;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 170%;
  padding: 24px 0 16px 0;
}
@media screen and (max-width: 768px) {
  .company .inner .table_text_wrap table tr th {
    font-size: 1.3rem;
    width: 140px;
    padding: 10px 0 5px 0;
  }
}
.company .inner .table_text_wrap table tr td {
  font-weight: 400;
  border-bottom: 1px solid #646464;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: 0.1em;
  padding: 24px 0 16px 0;
}
@media screen and (max-width: 768px) {
  .company .inner .table_text_wrap table tr td {
    font-size: 1.3rem;
    padding: 10px 0;
  }
}
.company .inner .map {
  display: none;
}
@media screen and (max-width: 900px) {
  .company .inner .map {
    display: block;
    width: 80%;
    height: auto;
    margin: 0 auto;
  }
}
.company .inner .company_name {
  max-width: 28rem;
  margin: -8rem 8rem 0 auto;
}
@media screen and (max-width: 900px) {
  .company .inner .company_name {
    margin: initial;
  }
}
.company .inner .company_name h3 {
  font-size: 2.4rem;
  font-weight: 500;
}
.company .inner .company_name .add {
  padding: 4rem 0;
  font-size: 1.8rem;
  font-family: YakuHanJP, "Poppins", "Noto Sans JP", sans-serif;
  line-height: 170%;
}
@media screen and (max-width: 768px) {
  .company .inner .company_name .add {
    padding: 2rem 0;
    font-size: 1.6rem;
  }
}
.company .inner .company_name .google_btn {
  font-family: YakuHanJP, "Poppins", "Noto Sans JP", sans-serif;
}
.company .inner .company_name .google_btn a {
  background-color: #5C6D5C;
  padding: 2rem;
}
.company .inner .company_name .google_btn a::after {
  background-image: url(../images/o_arrow_g.svg);
}
.company .inner .company_name .google_btn a:hover {
  background-color: #4A4132;
}
.company .inner .company_name .google_btn a:hover::after {
  background-image: url(../images/o_arrow_b.svg);
}

.contact {
  max-width: 1080px;
  margin: 0 auto;
}
.contact .contact_inner {
  padding: 9.5rem 5.3rem;
  background-color: #4A4132;
  color: #fff;
  border-radius: 2rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1050px) {
  .contact .contact_inner {
    padding: 8rem 2rem;
    width: 94%;
  }
}
@media screen and (max-width: 768px) {
  .contact .contact_inner {
    display: block;
    padding: 4.8rem 2rem;
    border-radius: 1rem;
  }
}
.contact .contact_inner .c-title {
  font-size: 2.8rem;
  font-weight: 500;
  padding-right: 3.4rem;
  border-right: 1px solid #fff;
  margin-right: 3.4rem;
}
@media screen and (max-width: 768px) {
  .contact .contact_inner .c-title {
    border-right: none;
    font-size: 2rem;
    padding-bottom: 2.4rem;
  }
}
.contact .contact_inner .c-text {
  max-width: 38.2rem;
  font-size: 1.6rem;
  font-weight: 400;
  margin-right: 3.4rem;
  line-height: 170%;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .contact .contact_inner .c-text {
    font-size: 1.4rem;
    padding-bottom: 2.4rem;
    margin-right: 0;
  }
}
.contact .contact_inner .c-btn a {
  background-color: #fff;
  color: #4A4132;
  position: relative;
  white-space: nowrap;
}
.contact .contact_inner .c-btn a::after {
  position: absolute;
  content: "";
  background-image: url(../images/c-arrow_b.svg) !important;
  background-repeat: no-repeat;
  background-size: cover;
  width: 2.6rem;
  height: 2.6rem;
  top: 50%;
  right: 10px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .contact .contact_inner .c-btn a::after {
    right: 0;
  }
}
.contact .contact_inner .c-btn a:hover {
  background-color: #5C6D5C;
  color: #fff;
}
.contact .contact_inner .c-btn a:hover::after {
  background-image: url(../images/arrow_g.svg) !important;
}

.scroll {
  padding: 13.6rem 0 16rem 0;
}
@media screen and (max-width: 768px) {
  .scroll {
    padding: 7.2rem 0 8rem 0;
  }
}
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.scroll .scroll_wrap {
  display: flex;
  gap: 3.5rem;
  overflow: hidden;
}
.scroll .scroll_wrap .scroll_list {
  display: flex;
  gap: 3.5rem;
}
.scroll .scroll_wrap .scroll_list-left {
  animation: infinity-scroll-left 50s infinite linear 0.5s both;
  margin-right: 3.5rem;
}
.scroll .scroll_wrap .scroll_item .scroll_img {
  width: 31.8rem;
  height: 42.5rem;
  border-radius: 2rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .scroll .scroll_wrap .scroll_item .scroll_img {
    width: 23.3rem;
    height: 31.2rem;
    border-radius: 1rem;
  }
}
.scroll .scroll_wrap .down {
  margin-top: 7.2rem;
}

/*************************************************
about
*************************************************/
.under_mv {
  max-width: 130rem;
  margin: 0 auto;
  padding-top: 12.6rem;
}
.under_mv .img-box {
  max-width: 130rem;
  height: 46rem;
  border-radius: 2rem;
  overflow: hidden;
}
@media screen and (max-width: 1310px) {
  .under_mv .img-box {
    margin: 0 3%;
  }
}
@media screen and (max-width: 768px) {
  .under_mv .img-box {
    border-radius: 1rem;
    height: 30rem;
  }
}
.under_mv .page_title {
  margin: -7rem auto 0 11rem;
}
@media screen and (max-width: 1024px) {
  .under_mv .page_title {
    margin: -7rem auto 0 4rem;
  }
}
@media screen and (max-width: 768px) {
  .under_mv .page_title {
    margin: -3rem auto 0 2.4rem;
  }
}
.under_mv .page_title h1 {
  font-size: 13.6rem;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .under_mv .page_title h1 {
    font-size: 5.6rem;
    line-height: 1;
  }
}
.under_mv .page_title h2 {
  font-size: 2.8rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  padding-top: 2.4rem;
}
@media screen and (max-width: 1024px) {
  .under_mv .page_title h2 {
    font-size: 1.8rem;
    padding-top: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .under_mv .page_title h2 {
    font-size: 1.8rem;
  }
}

.about_content01 {
  padding: 13.6rem 0;
}
@media screen and (max-width: 768px) {
  .about_content01 {
    padding: 7.2rem 0;
  }
}
.about_content01 .about_content01_inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .about_content01 .about_content01_inner {
    flex-direction: column-reverse;
  }
}
.about_content01 .about_content01_inner .img-box {
  width: 46.5rem;
  height: 46.5rem;
  border-radius: 2rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .about_content01 .about_content01_inner .img-box {
    width: 100%;
    height: 20rem;
    border-radius: 1rem;
  }
}
.about_content01 .about_content01_inner .about_content01_textwrap {
  max-width: 51.5rem;
}
@media screen and (max-width: 1024px) {
  .about_content01 .about_content01_inner .about_content01_textwrap {
    margin-left: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .about_content01 .about_content01_inner .about_content01_textwrap {
    max-width: 100%;
    margin-left: initial;
    padding-bottom: 3.2rem;
  }
}
.about_content01 .about_content01_inner .about_content01_textwrap .heading {
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 170%;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .about_content01 .about_content01_inner .about_content01_textwrap .heading {
    font-size: 2rem;
  }
}
.about_content01 .about_content01_inner .about_content01_textwrap .text {
  padding-top: 4.8rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: 0.1em;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .about_content01 .about_content01_inner .about_content01_textwrap .text {
    padding-top: 3.2rem;
    font-size: 1.4rem;
  }
}

.about_content02 {
  margin: 13.6rem 0;
  padding: 13.6rem 0;
  background-color: #EEECDC;
}
@media screen and (max-width: 768px) {
  .about_content02 {
    margin: 0 0 7.2rem 0;
    padding: 7.2rem 0;
  }
}
.about_content02 .about_content02_inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .about_content02 .about_content02_inner {
    display: block;
  }
}
.about_content02 .about_content02_inner .about_content02_textwrap {
  max-width: 51.5rem;
}
@media screen and (max-width: 1024px) {
  .about_content02 .about_content02_inner .about_content02_textwrap {
    margin-right: 2rem;
  }
}
.about_content02 .about_content02_inner .about_content02_textwrap .heading {
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 170%;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .about_content02 .about_content02_inner .about_content02_textwrap .heading {
    font-size: 2rem;
  }
}
.about_content02 .about_content02_inner .about_content02_textwrap .text {
  padding-top: 4.8rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: 0.1em;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .about_content02 .about_content02_inner .about_content02_textwrap .text {
    padding-top: 3.2rem;
    font-size: 1.4rem;
  }
}
.about_content02 .about_content02_inner .img-box {
  width: 46.5rem;
  height: 62rem;
  margin-top: -26rem;
}
@media screen and (max-width: 768px) {
  .about_content02 .about_content02_inner .img-box {
    width: 20rem;
    height: auto;
    margin: 3.2rem auto 0 auto;
  }
}

/*************************************************
works_vege
*************************************************/
.works_content01 {
  padding: 13.6rem 0;
}
@media screen and (max-width: 768px) {
  .works_content01 {
    padding: 7.2rem 0;
  }
}
.works_content01 .works_content01_inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .works_content01 .works_content01_inner {
    flex-direction: column-reverse;
  }
}
.works_content01 .works_content01_inner .img-box {
  width: 46.5rem;
  height: 46.5rem;
  border-radius: 2rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .works_content01 .works_content01_inner .img-box {
    width: 100%;
    height: 20rem;
    border-radius: 1rem;
  }
}
.works_content01 .works_content01_inner .works_content01_textwrap {
  max-width: 51.5rem;
}
@media screen and (max-width: 1024px) {
  .works_content01 .works_content01_inner .works_content01_textwrap {
    margin-left: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .works_content01 .works_content01_inner .works_content01_textwrap {
    margin-left: initial;
    max-width: 100%;
    padding-bottom: 3.2rem;
  }
}
.works_content01 .works_content01_inner .works_content01_textwrap .heading {
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 170%;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .works_content01 .works_content01_inner .works_content01_textwrap .heading {
    font-size: 1.8rem;
  }
}
.works_content01 .works_content01_inner .works_content01_textwrap .text {
  padding-top: 4.8rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: 0.1em;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .works_content01 .works_content01_inner .works_content01_textwrap .text {
    padding-top: 3.2rem;
    font-size: 1.4rem;
  }
}

.lineup {
  background-color: #EEECDC;
  padding: 13.6rem 0;
  margin-bottom: 13.6rem;
}
@media screen and (max-width: 1024px) {
  .lineup {
    padding: 7.2rem 0;
    margin-bottom: 7.2rem;
  }
}
.lineup .p-products_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: baseline;
  gap: 4.8rem 2rem;
  padding: 4.8rem 0;
}
@media screen and (max-width: 1024px) {
  .lineup .p-products_list {
    gap: 6rem 3rem;
    margin-bottom: 6rem;
  }
}
@media screen and (max-width: 768px) {
  .lineup .p-products_list {
    gap: 3.2rem 2rem;
    margin-bottom: initial;
  }
}
.lineup .p-products_list .item-card02 {
  width: calc(25% - 1.5rem);
}
@media screen and (max-width: 1024px) {
  .lineup .p-products_list .item-card02 {
    width: calc(33.3333333333% - 2rem);
  }
}
@media screen and (max-width: 768px) {
  .lineup .p-products_list .item-card02 {
    width: calc(50% - 1rem);
  }
}
.lineup .p-products_list .item-card02 a:hover {
  opacity: 0.6;
  transition: all 0.3s;
}
.lineup .p-products_list .item-card02 div {
  margin-bottom: 0.5rem;
}
.lineup .p-products_list .item-card02 .img-box {
  width: 100%;
  aspect-ratio: 255/191;
  border-radius: 1.5rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .lineup .p-products_list .item-card02 .img-box {
    border-radius: 1rem;
  }
}
.lineup .p-products_list .item-card02 .img-box img {
  width: 100%;
}
.lineup .p-products_list .item-card02 .item-name {
  font-size: 1.8rem;
  padding-top: 1.6rem;
  font-weight: 500;
  color: #4A4132;
}
@media screen and (max-width: 768px) {
  .lineup .p-products_list .item-card02 .item-name {
    font-size: 1.4rem;
    padding-top: 0.8rem;
  }
}
.lineup .p-products_list .item-card02 .season {
  font-size: 1.4rem;
  padding-top: 1rem;
  font-weight: 400;
  color: #646464;
}
@media screen and (max-width: 768px) {
  .lineup .p-products_list .item-card02 .season {
    font-size: 1.4rem;
    padding-top: 0.8rem;
  }
}
.lineup .u_online_btn {
  margin: 0 auto;
}
.lineup .u_online_btn .cart {
  margin-right: 1.5rem;
}

/*************************************************
works_gibier
*************************************************/
.works_content02 {
  padding-bottom: 13.6rem;
}
@media screen and (max-width: 768px) {
  .works_content02 {
    padding-bottom: 7.2rem;
  }
}
.works_content02 .works_content02_inner {
  display: flex;
  justify-content: space-between;
  padding-top: 4.8rem;
}
@media screen and (max-width: 768px) {
  .works_content02 .works_content02_inner {
    display: block;
  }
}
.works_content02 .works_content02_inner .works_content02_textwrap {
  max-width: 51.5rem;
}
@media screen and (max-width: 1024px) {
  .works_content02 .works_content02_inner .works_content02_textwrap {
    margin-right: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .works_content02 .works_content02_inner .works_content02_textwrap {
    max-width: 100%;
    margin-right: initial;
  }
}
.works_content02 .works_content02_inner .works_content02_textwrap .heading {
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 170%;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .works_content02 .works_content02_inner .works_content02_textwrap .heading {
    font-size: 1.8rem;
  }
}
.works_content02 .works_content02_inner .works_content02_textwrap .text {
  padding-top: 4.8rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: 0.1em;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .works_content02 .works_content02_inner .works_content02_textwrap .text {
    padding-top: 3.2rem;
    font-size: 1.4rem;
    padding-bottom: 3.2rem;
  }
}
.works_content02 .works_content02_inner .img-box {
  width: 46.5rem;
  height: 46.5rem;
  border-radius: 2rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .works_content02 .works_content02_inner .img-box {
    width: 100%;
    height: 20rem;
    border-radius: 1rem;
  }
}

/*************************************************
works_craftbeer
*************************************************/
.lineup .item-card02 .item-sub-text {
  font-size: 1.4rem;
  padding-top: 1rem;
  font-weight: 500;
  color: #646464;
}
.lineup .item-card02 .item-text {
  font-size: 1.4rem;
  padding-top: 1rem;
  font-weight: 400;
  line-height: 170%;
  color: #646464;
}

/*************************************************
privacy-policy
*************************************************/
.pp {
  padding: 13.6rem 0;
}
.pp .pp_wrap {
  max-width: 90rem;
  margin: 0 auto;
}
.pp .pp_wrap p {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 170%;
  font-weight: 400;
}
.pp .pp_wrap .pp_text_wrap {
  padding-top: 3.2rem;
}
.pp .pp_wrap .pp_text_wrap h3 {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.pp .pp_wrap .pp_text_wrap p {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 170%;
  font-weight: 400;
  padding-top: 1.2rem;
}
.pp .pp_wrap .pp_text_wrap p a {
  text-decoration: underline;
  transition: all 0.3s;
}
.pp .pp_wrap .pp_text_wrap p a:hover {
  opacity: 0.7;
}
.pp .pp_wrap .pp_text_wrap ul {
  padding-top: 1.2rem;
}
.pp .pp_wrap .pp_text_wrap ul li {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  font-weight: 400;
  line-height: 170%;
  margin-left: 1rem;
  text-indent: -1rem;
}
.pp .pp_wrap .pp_text_wrap ul .space {
  text-indent: 1rem;
}

.pp_contact {
  margin-bottom: 13.6rem;
}

/*************************************************
contact
*************************************************/
.contactpage .contactpage_inner {
  max-width: 90rem;
  margin: 0 auto;
  /* reCAPCHA */
  /* //reCAPCHA */
}
@media screen and (max-width: 910px) {
  .contactpage .contactpage_inner {
    margin: 0 3%;
  }
}
.contactpage .contactpage_inner .contactpage_text {
  font-size: 1.6rem;
  line-height: 170%;
  letter-spacing: 0.1em;
  text-align: center;
  padding: 13.6rem 0 8rem 0;
}
@media screen and (max-width: 768px) {
  .contactpage .contactpage_inner .contactpage_text {
    font-size: 1.4rem;
    text-align: left;
    padding: 7.2rem 0 4rem 0;
  }
}
.contactpage .contactpage_inner .form_wrap {
  padding-bottom: 3.2rem;
}
@media screen and (max-width: 768px) {
  .contactpage .contactpage_inner .form_wrap:last-child {
    padding-bottom: 0;
  }
}
.contactpage .contactpage_inner .form_wrap .form_text {
  display: flex;
  color: #4A4132;
  align-items: center;
  padding-bottom: 1.2rem;
}
@media screen and (max-width: 768px) {
  .contactpage .contactpage_inner .form_wrap .form_text {
    padding-bottom: 0.8rem;
  }
}
.contactpage .contactpage_inner .form_wrap .form_text p {
  font-size: 1.6rem;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .contactpage .contactpage_inner .form_wrap .form_text p {
    font-size: 1.4rem;
  }
}
.contactpage .contactpage_inner .form_wrap .form_text .recuired_text {
  background-color: #5C6D5C;
  color: #fff;
  font-size: 1.4rem;
  padding: 0.3rem 1rem;
  border-radius: 999px;
  margin-left: 1.6rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .contactpage .contactpage_inner .form_wrap .form_text .recuired_text {
    font-size: 1.2rem;
    padding: 0.3rem 0.8rem;
    margin-left: 1.2rem;
  }
}
.contactpage .contactpage_inner .form_wrap input, .contactpage .contactpage_inner .form_wrap textarea {
  background-color: #fff;
  padding: 1rem;
  border-radius: 1rem;
  width: 100%;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .contactpage .contactpage_inner .form_wrap input, .contactpage .contactpage_inner .form_wrap textarea {
    font-size: 1.4rem;
    border-radius: 0.5rem;
  }
}
.contactpage .contactpage_inner .form_wrap textarea {
  height: 30rem;
}
@media screen and (max-width: 768px) {
  .contactpage .contactpage_inner .form_wrap textarea {
    height: 20rem;
  }
}
.contactpage .contactpage_inner .input_btn {
  width: 28rem;
  height: 6rem;
  margin: 0 auto;
  text-align: center;
  font-size: 1.6rem;
  background-color: #4A4132;
  color: #fff;
  font-weight: 500;
  border-radius: 99.9rem;
  position: relative;
  transition: all 0.3s;
  margin-top: 4.8rem;
}
@media screen and (max-width: 768px) {
  .contactpage .contactpage_inner .input_btn {
    margin-top: 0.8rem;
  }
}
.contactpage .contactpage_inner .input_btn::after {
  position: absolute;
  content: "";
  background-image: url(../images/arrow_b.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 2.6rem;
  height: 2.6rem;
  top: 50%;
  right: 10px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.contactpage .contactpage_inner .input_btn:hover {
  background-color: #5C6D5C;
}
.contactpage .contactpage_inner .input_btn:hover::after {
  background-image: url(../images/arrow_g.svg);
}
.contactpage .contactpage_inner .input_btn input[type=submit] {
  display: inline-block;
  padding: 2rem 10.5rem;
}
.contactpage .contactpage_inner .reC {
  margin-top: 38px;
  font-size: 10px;
  text-align: center;
}
.contactpage .contactpage_inner .reC a {
  text-decoration: underline;
}
.contactpage .contactpage_inner .reC a:hover {
  opacity: 0.5;
}

/*バリデーションメッセージの調整*/
.wpcf7-form .wpcf7-not-valid-tip {
  display: block;
  font-size: 13px;
  padding-top: 7px;
  color: #fc135d;
}

.wpcf7 form.sent .wpcf7-response-output {
  /* 送信できた時 */
  border-color: transparent;
  background-color: rgba(50, 59, 43, 0.1);
  color: #323b2b;
  padding: 1em;
}

.wpcf7 form.spam .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output {
  /* 送信できない時 */
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  background-color: rgba(225, 9, 9, 0.1);
  border-color: transparent;
  color: #fc135d;
  padding: 1em;
  font-size: 13px;
  margin-top: 38px;
}

/*************************************************
共通
*************************************************/
.works_content01 h3.coming {
  font-size: 4rem;
  font-weight: 500;
  text-align: center;
  font-family: "Poppins", sans-serif;
  padding: 8rem 0;
}
@media screen and (max-width: 768px) {
  .works_content01 h3.coming {
    font-size: 2.4rem;
    padding: 4rem 0;
  }
}

.grecaptcha-badge {
  visibility: hidden;
}

/*************************************************
thanksページ
*************************************************/
.thankspage_wrap {
  text-align: center;
}
.thankspage_wrap .thankspage_text {
  font-size: 1.6rem;
  padding-top: 8rem;
  padding-bottom: 8rem;
  line-height: 180%;
}
@media screen and (max-width: 768px) {
  .thankspage_wrap .thankspage_text {
    font-size: 1.4rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
    text-align: left;
  }
}

/**
 * Swiper 8.1.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: May 25, 2022
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #232215;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: transparent;
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 1);
  border: 1px solid #232215;
}

button.swiper-pagination-bullet {
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: 1px solid #232215;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next + .swiper-slide,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  backface-visibility: hidden;
  overflow: hidden;
}

/*
Theme Name: mishimafarm
Author:mishimafarm
Description:三島ファームの公式サイト
Version:1.0
*//*# sourceMappingURL=style.css.map */