@charset "UTF-8";
/*
Theme Name: アワセそば越境EC
Description: テーマの説明
Theme URI: テーマのURL
Author: テーマの作者
Author URI: 作者のサイト
Version: バージョン
*/
/*************************************************
common-style
*************************************************/
* {
  box-sizing: border-box;
}

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

body {
  font-family: "Zen Old Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  position: relative;
}
body::before {
  position: fixed;
  content: "";
  width: 100vw;
  height: 100vh;
  background: url(images/main_bg.png) no-repeat center/cover;
  z-index: -1;
}

.img-box img {
  width: 100%;
}

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

.h-scale .img-box {
  overflow: hidden;
}
.h-scale img {
  transition: all 0.3s;
}
.h-scale:hover img {
  transform: scale(1.1);
}

.flex {
  display: flex;
}

.content-flex {
  display: flex;
}
@media screen and (max-width: 768px) {
  .content-flex {
    display: block;
  }
}

.inner {
  position: relative;
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
}
@media screen and (max-width: 1240px) {
  .inner {
    padding: 0 4rem;
  }
}
@media screen and (max-width: 1100px) {
  .inner {
    width: 95%;
    max-width: 1000px;
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .inner {
    width: 90%;
    max-width: 600px;
  }
}

h2 {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 2px;
  color: #3E1900;
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 1.8rem;
  }
}

h3,
p,
li,
a {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 1px;
  color: #3E1900;
}
@media screen and (max-width: 768px) {
  h3,
  p,
  li,
  a {
    font-size: 1.4rem;
  }
}

.head-ttl {
  width: 100%;
  position: relative;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .head-ttl {
    margin-bottom: 2.6rem;
  }
}
.head-ttl::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  content: "";
  width: 37.4rem;
  aspect-ratio: 1/0.1;
  background: url(images/ashirai02-1.svg) no-repeat center/contain;
}
@media screen and (max-width: 1100px) {
  .head-ttl::before {
    top: max(-14.1025641026vw, -8rem);
    transform: none;
    width: 89.7435897436vw;
    max-width: 72rem;
  }
}
@media screen and (max-width: 768px) {
  .head-ttl::before {
    max-width: 60rem;
  }
}
.head-ttl::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  content: "";
  width: 37.4rem;
  aspect-ratio: 1/0.1;
  background: url(images/ashirai02-2.svg) no-repeat center/contain;
}
@media screen and (max-width: 1100px) {
  .head-ttl::after {
    display: none;
  }
}
.head-ttl h2 {
  text-align: center;
}

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

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;
}

.wrap-hidden {
  overflow: hidden;
}

.btn01 {
  position: relative;
  width: 19.8rem;
  aspect-ratio: 1/0.25;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  background: rgb(245, 137, 10);
  background: linear-gradient(180deg, rgb(245, 137, 10) 0%, rgb(216, 82, 25) 100%);
  -o-border-image: linear-gradient(to bottom, rgb(255, 241, 177), rgba(255, 241, 177, 0.1)) 1;
     border-image: linear-gradient(to bottom, rgb(255, 241, 177), rgba(255, 241, 177, 0.1)) 1;
  border-radius: 7px;
  transition: all 0.3s;
}
.btn01:hover::after {
  transform: translate(0.5rem, -50%);
}
.btn01::before {
  content: "";
  width: 20rem;
  aspect-ratio: 1/0.26;
  position: absolute;
  top: -0.1rem;
  left: -0.1rem;
  background: rgb(235, 124, 28);
  background: linear-gradient(180deg, rgb(235, 124, 28) 0%, rgb(191, 64, 11) 100%);
  border-radius: 8px;
  z-index: -1;
  transition: all 0.3s;
}
.btn01::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 3rem;
  content: "";
  width: 7px;
  aspect-ratio: 1/1.43;
  background: url(images/arrow01.svg) no-repeat center/contain;
  transition: all 0.3s;
}

.btn02 {
  position: relative;
  width: 19.6rem;
  aspect-ratio: 1/0.24;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  color: #fff;
  background: rgb(71, 71, 71);
  background: linear-gradient(180deg, rgb(71, 71, 71) 0%, rgb(48, 48, 48) 100%);
  -o-border-image: linear-gradient(to bottom, rgb(100, 100, 100), rgba(100, 100, 100, 0.1)) 1;
     border-image: linear-gradient(to bottom, rgb(100, 100, 100), rgba(100, 100, 100, 0.1)) 1;
  border-radius: 7px;
  transition: all 0.3s;
}
.btn02:hover::after {
  transform: translate(0.5rem, -50%);
}
.btn02::before {
  content: "";
  width: 20rem;
  aspect-ratio: 1/0.26;
  position: absolute;
  top: -0.2rem;
  left: -0.2rem;
  background: rgb(48, 48, 48);
  background: linear-gradient(180deg, rgb(48, 48, 48) 0%, rgb(10, 10, 10) 100%);
  border-radius: 8px;
  z-index: -1;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .btn02::before {
    background: rgb(48, 48, 48);
    background: linear-gradient(180deg, rgb(48, 48, 48) 0%, rgb(10, 10, 10) 300%);
  }
}
.btn02::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 3rem;
  content: "";
  width: 7px;
  aspect-ratio: 1/1.43;
  background: url(images/arrow01.svg) no-repeat center/contain;
  transition: all 0.3s;
}

.content-wrap {
  position: relative;
  padding-bottom: 12.4rem;
}
.content-wrap .main-asshirai {
  width: 85rem;
  aspect-ratio: 1/0.71;
  position: absolute;
  bottom: -10rem;
  left: -8.5rem;
  opacity: 0.25;
}
@media screen and (max-width: 768px) {
  .content-wrap .main-asshirai {
    width: 104.6153846154vw;
    bottom: -1rem;
    left: -23.0769230769vw;
  }
}
.content-wrap .page-common-asshirai {
  width: 31.3rem;
  position: absolute;
  top: 110rem;
  left: -3.6rem;
}
@media screen and (max-width: 768px) {
  .content-wrap .page-common-asshirai {
    display: none;
  }
}
.content-wrap .inner {
  gap: 4rem;
}
.content-wrap aside {
  max-width: 20rem;
}
@media screen and (max-width: 768px) {
  .content-wrap aside {
    display: none;
  }
}
.content-wrap aside .submit {
  position: relative;
}
.content-wrap aside .submit::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 3rem;
  content: "";
  width: 7px;
  aspect-ratio: 1/1.43;
  background: url(images/arrow01.svg) no-repeat center/contain;
  transition: all 0.3s;
}
.content-wrap aside .submit .btn01 {
  position: static;
  text-align: center;
}
.content-wrap aside .submit .btn01::after {
  display: none;
}
.content-wrap aside .btn-wrap {
  margin-bottom: 2rem;
}
.content-wrap aside .btn-wrap .btn02 {
  font-size: 1.4rem;
  letter-spacing: 0;
}
.content-wrap aside .btn-wrap .btn02::after {
  left: 1.5rem;
}
@media screen and (max-width: 1100px) {
  .content-wrap .contents {
    max-width: 72rem;
  }
}
@media screen and (max-width: 768px) {
  .content-wrap .contents {
    max-width: none;
  }
}

.side-login {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.5);
  margin-bottom: 3rem;
}
.side-login .ttl {
  font-size: 1.6rem;
  text-align: center;
  color: #fff;
  background-color: #392110;
  padding: 1rem 0;
}
.side-login .now-login {
  text-align: center;
  padding: 2.2rem 1.2rem 1.4rem;
}
.side-login .now-login p {
  margin-bottom: 1.5rem;
}
.side-login .now-login a {
  position: relative;
  display: block;
  font-size: 1.4rem;
  letter-spacing: 0;
  text-align: center;
}
.side-login .now-login a::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 3rem;
  content: "";
  width: 7px;
  aspect-ratio: 1/1.43;
  background: url(images/arrow02.svg) no-repeat center/contain;
  transition: all 0.3s;
}
.side-login form {
  padding: 2.2rem 1.2rem 1.4rem;
}
.side-login form p {
  margin-bottom: 1.2rem;
}
.side-login form p a {
  position: relative;
  display: block;
  font-size: 1.2rem;
  letter-spacing: 0;
  text-align: center;
}
.side-login form p a::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0.5rem;
  content: "";
  width: 7px;
  aspect-ratio: 1/1.43;
  background: url(images/arrow02.svg) no-repeat center/contain;
  transition: all 0.3s;
}
.side-login form .pass {
  margin-bottom: 3rem;
}
.side-login form input[type=text], .side-login form input[type=password] {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.5);
  padding: 0.5rem;
  margin-top: 0.5rem;
}
.side-login form .btn01 {
  width: calc(100% - 2px);
  -o-border-image: linear-gradient(to bottom, rgb(255, 241, 177), rgba(255, 241, 177, 0.1)) 1;
     border-image: linear-gradient(to bottom, rgb(255, 241, 177), rgba(255, 241, 177, 0.1)) 1;
  border-radius: 7px;
}

.side-cart {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.5);
  margin-bottom: 3rem;
}
.side-cart .ttl {
  font-size: 1.6rem;
  text-align: center;
  color: #fff;
  background-color: #392110;
  padding: 1rem 0;
  margin-bottom: 3rem;
}
.side-cart .box {
  max-width: 17.6rem;
  gap: 0.7rem;
  margin: 0 auto 2.3rem;
}
.side-cart .box .img-box {
  max-width: 6.7rem;
  aspect-ratio: 1/1;
  background-color: #fff;
}
.side-cart .box .img-box img {
  -o-object-fit: contain;
     object-fit: contain;
}
.side-cart .box p a {
  display: inline-block;
  font-size: 1.2rem;
  letter-spacing: 0;
}
.side-cart .no-cartitem {
  font-size: 1.2rem;
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 2.3rem;
}

.side-cate {
  margin-bottom: 3rem;
}
.side-cate p {
  font-size: 1.6rem;
  text-align: center;
  color: #fff;
  background-color: #392110;
  padding: 0.5rem;
}
.side-cate nav ul li {
  border-bottom: 1px solid #392110;
}
.side-cate nav ul li a {
  position: relative;
  display: block;
  font-size: 1.6rem;
  padding: 1rem;
}
.side-cate nav ul li a::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1rem;
  content: "";
  width: 7px;
  aspect-ratio: 1/1.43;
  background: url(images/arrow02.svg) no-repeat center/contain;
  transition: all 0.3s;
}

.flow-btn {
  position: fixed;
  right: 0.6944444444vw;
  bottom: 1.7361111111vw;
  width: 10.4rem;
  aspect-ratio: 1/1;
  background: url(images/flow-btn.svg) no-repeat center/contain;
  z-index: 997;
}
@media screen and (max-width: 768px) {
  .flow-btn {
    display: none;
  }
}
.flow-btn a {
  display: block;
  width: 100%;
  height: 100%;
}
.flow-btn.add-cart {
  background: url(images/flow-btn-cart.svg) no-repeat center/contain;
}
.flow-btn.add-cart a {
  position: relative;
}
.flow-btn.add-cart a p {
  position: absolute;
  top: -2rem;
  right: 0;
  width: 5rem;
  aspect-ratio: 1/1;
  font-size: 1.4rem;
  letter-spacing: 0;
  color: #fff;
  text-align: center;
  background-color: #E60012;
  border-radius: 100vmax;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*************************************************
アニメーション
*************************************************/
.fadeIn {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s, transform 0.5s;
}

.active {
  opacity: 1;
  transform: translateY(0);
}

.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;
}

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

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

/*************************************************
header
*************************************************/
.head-message {
  background: rgb(244, 183, 31);
  background: linear-gradient(90deg, rgb(244, 183, 31) 0%, rgb(184, 28, 34) 100%);
  padding: 0.5rem 0;
}
.head-message p {
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .head-message p {
    font-size: 1.1rem;
  }
}

.header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  background: url(images/main_bg.png) no-repeat top/cover;
  background-color: #fff;
  transition: all 0.5s;
}
.header.header--unpinned {
  transform: translateY(-150%);
  border-bottom: 2px solid #3E1900;
}
@media screen and (max-width: 768px) {
  .header.header--unpinned {
    border-bottom: 1px solid #3E1900;
  }
}
.header.header--fix {
  border-bottom: 2px solid #3E1900;
}
@media screen and (max-width: 768px) {
  .header.header--fix {
    border-bottom: 1px solid #3E1900;
  }
}
.header.border-b {
  border-bottom: 2px solid #3E1900;
}
@media screen and (max-width: 768px) {
  .header.border-b {
    border-bottom: 1px solid #3E1900;
  }
}
.header .header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3rem;
  padding-top: 1.3rem;
}
@media screen and (max-width: 768px) {
  .header .header-top {
    margin-bottom: 1.6rem;
  }
}
.header .header-top .logo {
  width: 42.5rem;
}
@media screen and (max-width: 1100px) {
  .header .header-top .logo {
    width: 25rem;
  }
}
@media screen and (max-width: 768px) {
  .header .header-top .logo {
    width: min(46.1538461538vw, 30rem);
  }
}
.header .header-top .search {
  height: 4rem;
  border-radius: 5px;
  border: 1px solid #3E0014;
  overflow: hidden;
}
.header .header-top .search input[type=text] {
  width: 31.2rem;
  height: 4rem;
  font-size: 1.5rem;
  font-weight: 500;
  padding: 0.8rem 1.8rem;
  background-color: rgba(255, 255, 255, 0.5);
}
.header .header-top .search input[type=image] {
  width: 4rem;
  aspect-ratio: 1/1;
  background-color: #3E1900;
}
.header .header-top .colum03 {
  display: flex;
  align-items: center;
  gap: 4rem;
}
@media screen and (max-width: 768px) {
  .header .header-top .colum03 {
    gap: 1.2rem;
  }
}
.header .header-top .colum03 ul {
  display: flex;
  gap: 1.6rem;
}
@media screen and (max-width: 768px) {
  .header .header-top .colum03 ul {
    gap: 1.2rem;
  }
}
.header .header-top .colum03 ul li a {
  display: flex;
  flex-direction: column;
  font-size: 1.1rem;
}
@media screen and (max-width: 768px) {
  .header .header-top .colum03 ul li a {
    align-items: center;
    font-size: 2.5641025641vw;
    font-size: min(2.5641025641vw, 1rem);
  }
}
.header .header-top .colum03 ul li a img {
  height: 2.7rem;
}
@media screen and (max-width: 768px) {
  .header .header-top .colum03 ul li a img {
    display: block;
    width: 5.1282051282vw;
  }
}
.header .header-top .colum03 .lang-btn .wpml-ls-display {
  display: none;
}
.header .header-top .colum03 .lang-btn ul {
  gap: 1rem;
}
.header .header-top .colum03 .lang-btn ul li {
  border-right: 1px solid #3E1900;
}
.header .header-top .colum03 .lang-btn ul li:last-of-type {
  border-right: none;
}
.header .header-top .colum03 .lang-btn a {
  font-size: 1.4rem;
}
.header .header-bottom {
  padding-bottom: 2.7rem;
}
@media screen and (max-width: 768px) {
  .header .header-bottom {
    padding-bottom: 2.2rem;
  }
}
.header .header-bottom nav ul {
  display: flex;
  justify-content: space-between;
}
.header .header-bottom nav ul li {
  width: 20%;
  border-right: 1px solid #3E1900;
}
.header .header-bottom nav ul li a {
  display: flex;
  justify-content: center;
  font-weight: 600;
  padding: 0.5rem 0;
  transition: all 0.3s;
}
.header .header-bottom nav ul li a:hover {
  color: #D85219;
}
@media screen and (max-width: 768px) {
  .header .header-bottom .search {
    width: 100%;
    max-width: 40rem;
    height: 4rem;
    border-radius: 5px;
    border: 1px solid #3E0014;
    overflow: hidden;
    margin: 0 auto;
  }
  .header .header-bottom .search input[type=text] {
    width: calc(100% - 4.28rem);
    height: 4rem;
    font-size: 1.4rem;
    font-weight: 500;
    padding: 0.8rem 1.8rem;
    background-color: rgba(255, 255, 255, 0.5);
  }
  .header .header-bottom .search input[type=image] {
    width: 4rem;
    aspect-ratio: 1/1;
    background-color: #3E1900;
  }
}

.hamberger-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.hamberger-wrap .ham-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hamberger-wrap p {
  font-size: 1rem;
}
.hamberger-wrap.is-ham-open .hambager .c-line:first-of-type {
  animation: line1-open var(--navTransition) forwards;
}
.hamberger-wrap.is-ham-open .hambager .c-line:nth-of-type(2) {
  animation: line2-open var(--navTransition) forwards;
}
.hamberger-wrap.is-ham-open .hambager .c-line:last-of-type {
  animation: line3-open var(--navTransition) forwards;
}

.hambager-content {
  position: relative;
  width: 2.4rem;
  height: 2.7rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

:root {
  --navTransition: 0.4s;
}

.hambager {
  width: 2.4rem;
  height: 1.3rem;
  position: relative;
  display: block;
  margin-top: 0.2rem;
  cursor: pointer;
}
.hambager .c-line {
  height: 2px;
  background-color: #3E1900;
  position: absolute;
  left: 0;
  right: 0;
}
.hambager .c-line:first-of-type {
  top: 0;
  animation: line1 var(--navTransition) forwards;
}
.hambager .c-line:nth-of-type(2) {
  top: 50%;
  animation: line2 var(--navTransition) forwards;
}
.hambager .c-line:last-of-type {
  top: 100%;
  animation: line3 var(--navTransition) forwards;
}

@keyframes line1 {
  0% {
    top: 50%;
    transform: rotate(45deg);
  }
  50% {
    transform: rotate(0);
    top: 50%;
  }
  100% {
    transform: rotate(0);
    top: 0;
  }
}
@keyframes line1-open {
  0% {
    transform: rotate(0);
    top: 0;
  }
  50% {
    transform: rotate(0);
    top: 50%;
  }
  100% {
    top: 50%;
    transform: rotate(45deg);
  }
}
@keyframes line2 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes line2-open {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes line3 {
  0% {
    top: 50%;
    transform: rotate(-45deg);
  }
  50% {
    transform: rotate(0);
    top: 50%;
  }
  100% {
    transform: rotate(0);
    top: 100%;
  }
}
@keyframes line3-open {
  0% {
    transform: rotate(0);
    top: 100%;
  }
  50% {
    transform: rotate(0);
    top: 50%;
  }
  100% {
    top: 50%;
    transform: rotate(-45deg);
  }
}
.mega-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100svh;
  padding-top: min(51.2820512821vw, 30rem);
  background-color: #fff;
  transform: translateX(100%);
  overflow: scroll;
  z-index: 998;
  transition: all 0.3s;
}
.mega-menu.is-megamenu-open {
  transform: translateX(0);
}
.mega-menu .mega-menu_inner {
  width: 90%;
  max-width: 50rem;
  margin: 0 auto;
}
.mega-menu .column01 {
  display: flex;
  gap: 3rem;
  margin-bottom: 4rem;
}
.mega-menu .column01 nav ul li {
  font-size: 1.4rem;
  margin-bottom: 1.5rem;
}
.mega-menu .column01 nav ul li a {
  font-size: 1.4rem;
}
.mega-menu .column01 nav .nav02 li {
  margin-bottom: 0.7rem;
}
.mega-menu .column01 nav .nav02 li a {
  font-size: 1.2rem;
}
.mega-menu .column02 .btn-wrap {
  margin-bottom: 2.6rem;
}
.mega-menu .column02 .btn-wrap .btn01 {
  gap: 1.5rem;
  width: 21.7rem;
  aspect-ratio: 1/0.25;
  font-size: 1.8rem;
}
.mega-menu .column02 .btn-wrap .btn01::before {
  width: 22rem;
}
.mega-menu .column02 .btn-wrap .btn01::after {
  display: none;
}
.mega-menu .lang-btn .wpml-ls-display {
  display: none;
}
.mega-menu .lang-btn ul {
  gap: 1rem;
}
.mega-menu .lang-btn ul li {
  border-right: 1px solid #3E1900;
}
.mega-menu .lang-btn ul li:last-of-type {
  border-right: none;
}
.mega-menu .lang-btn a {
  font-size: 1.4rem;
  padding: 0 1rem;
}

/*************************************************
footer
*************************************************/
footer {
  position: relative;
}
footer .fotter-top {
  background-color: #fff;
  border-top: 5px solid #392110;
  padding: 4rem 0 5rem;
}
footer .fotter-top .inner {
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  footer .fotter-top .inner {
    flex-direction: column;
  }
}
footer .fotter-top .column01 .img-box {
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  footer .fotter-top .column01 .img-box {
    width: min(80vw, 40rem);
  }
}
footer .fotter-top .column01 a {
  display: flex;
  align-items: center;
  gap: 0.3rem;
  font-size: 1.3rem;
  margin-bottom: 3rem;
}
footer .fotter-top .column02 {
  padding-top: 2.7rem;
  display: flex;
  gap: 6.3rem;
}
@media screen and (max-width: 768px) {
  footer .fotter-top .column02 {
    padding: 0 1.5rem;
  }
}
footer .fotter-top .column02 nav ul li {
  font-size: 1.4rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  footer .fotter-top .column02 nav ul li {
    margin-bottom: 1.5rem;
  }
}
footer .fotter-top .column02 nav ul li a {
  font-size: 1.4rem;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  footer .fotter-top .column02 nav ul li a {
    font-size: 1.2rem;
    font-size: min(3.0769230769vw, 1.6rem);
  }
}
footer .fotter-top .column02 nav ul li a:hover {
  color: #D85219;
}
@media screen and (max-width: 768px) {
  footer .fotter-top .column02 nav ul li a img {
    width: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  footer .fotter-top .column02 nav ul li a:has(img) {
    display: flex;
    gap: 0.5rem;
    align-items: center;
  }
}
footer .fotter-top .column02 nav ul .child {
  margin-bottom: 0.5rem;
}
footer .fotter-top .column03 {
  padding-top: 2.7rem;
}
footer .fotter-top .column03 .btn-wrap {
  margin-bottom: 2.6rem;
}
footer .fotter-top .column03 .btn-wrap .btn01 {
  gap: 1.5rem;
  width: 21.7rem;
  aspect-ratio: 1/0.25;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  footer .fotter-top .column03 .btn-wrap .btn01 {
    margin: 0 auto;
  }
}
footer .fotter-top .column03 .btn-wrap .btn01::before {
  width: 22rem;
}
footer .fotter-top .column03 .btn-wrap .btn01::after {
  display: none;
}
@media screen and (max-width: 768px) {
  footer .fotter-top .column03 nav {
    width: 24rem;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  footer .fotter-top .column03 nav ul {
    display: flex;
    flex-wrap: wrap;
    gap: 2.9rem;
    row-gap: 0.4rem;
  }
}
footer .fotter-top .column03 nav ul li {
  margin-bottom: 1.2rem;
}
@media screen and (max-width: 768px) {
  footer .fotter-top .column03 nav ul li {
    margin-bottom: 0;
  }
}
footer .fotter-top .column03 nav ul li a {
  font-size: 1.3rem;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  footer .fotter-top .column03 nav ul li a {
    font-size: min(2.8205128205vw, 1.4rem);
  }
}
footer .fotter-top .column03 nav ul li a:hover {
  color: #D85219;
}
footer .fotter-bottom {
  background-color: #392110;
  padding: 1rem 0;
}
footer .fotter-bottom p {
  text-align: center;
  color: #fff;
}
footer .fotter-bottom p small {
  font-size: 1rem;
}

/*************************************************
top
*************************************************/
.mv {
  position: relative;
  width: 100vw;
  aspect-ratio: 1/0.37;
  margin-bottom: 5.4rem;
  margin-top: 22.4rem;
}
@media screen and (max-width: 768px) {
  .mv {
    margin-bottom: 4.4rem;
    margin-top: 17rem;
  }
}
@media screen and (max-width: 768px) {
  .mv .swiper-slide {
    position: relative;
    aspect-ratio: 1/0.48;
  }
}
@media screen and (max-width: 768px) {
  .mv .swiper-slide::after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(62, 0, 20, 0.3);
    position: absolute;
    top: 0;
    left: 0;
  }
}
.mv .swiper-pagination {
  width: 20rem !important;
  bottom: 5rem !important;
  left: auto !important;
  right: 6.9444444444vw;
}
@media screen and (max-width: 768px) {
  .mv .swiper-pagination {
    width: 30.7692307692vw !important;
    bottom: 1.5rem !important;
    right: auto !important;
    left: 50% !important;
    transform: translateX(-50%);
  }
}
.mv .swiper-pagination .swiper-pagination-bullet {
  width: 3rem;
  height: 2px;
  border: none;
  border-radius: 100vmax;
  background-color: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 768px) {
  .mv .swiper-pagination .swiper-pagination-bullet {
    width: 1.5rem;
  }
}
.mv .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
}
.mv h1 {
  position: absolute;
  top: 15.9027777778vw;
  left: 6.875vw;
  font-size: 2.6rem;
  letter-spacing: 4px;
  line-height: 1.5;
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .mv h1 {
    left: 5.1282051282vw;
    font-size: min(4.6153846154vw, 3rem);
  }
}
.mv .ahirai01, .mv .ahirai02 {
  position: absolute;
  z-index: 1;
}
.mv .ahirai01 {
  top: 2.7777777778vw;
  left: 2.7777777778vw;
  width: 27.2rem;
}
@media screen and (max-width: 768px) {
  .mv .ahirai01 {
    top: 7.6923076923vw;
    left: -0.5128205128vw;
    width: 34.358974359vw;
  }
}
.mv .ahirai02 {
  bottom: 5.8333333333vw;
  right: 3.4722222222vw;
  width: 27.2rem;
}
@media screen and (max-width: 768px) {
  .mv .ahirai02 {
    bottom: 5.641025641vw;
    right: -11.0256410256vw;
    width: 34.358974359vw;
  }
}

.p-top .top-message {
  position: relative;
  max-width: 78.7rem;
  background-color: #fff;
  border-radius: 1rem;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  padding: 4rem 0 3rem;
  margin: 3rem auto 15rem;
}
@media screen and (max-width: 768px) {
  .p-top .top-message {
    max-width: 40rem;
    margin: 6rem auto 14rem;
  }
}
.p-top .top-message .ashirai01, .p-top .top-message .ashirai02, .p-top .top-message .ashirai03, .p-top .top-message .ashirai04 {
  position: absolute;
  z-index: 1;
}
.p-top .top-message .ashirai01 {
  top: 4.3rem;
  left: -3.6rem;
  width: 14rem;
}
@media screen and (max-width: 768px) {
  .p-top .top-message .ashirai01 {
    top: 9rem;
    left: -1.6rem;
    width: 10.3rem;
  }
}
.p-top .top-message .ashirai02 {
  top: -3.1rem;
  right: -5.1rem;
  width: 14.4rem;
}
@media screen and (max-width: 768px) {
  .p-top .top-message .ashirai02 {
    top: -4rem;
    right: -2rem;
    width: 10.6rem;
  }
}
.p-top .top-message .ashirai03 {
  top: 2.1rem;
  left: 11.3rem;
  width: 5.1rem;
}
@media screen and (max-width: 768px) {
  .p-top .top-message .ashirai03 {
    top: 1.3rem;
    left: 1.2rem;
    width: 4.6rem;
  }
}
.p-top .top-message .ashirai04 {
  top: 7rem;
  right: 9.1rem;
  width: 2.6rem;
}
@media screen and (max-width: 768px) {
  .p-top .top-message .ashirai04 {
    top: 9.8rem;
    right: 1.9rem;
    width: 2.7rem;
  }
}
.p-top .top-message p {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-top .top-message p {
    font-size: 1.8rem;
    line-height: 1.5;
  }
}
.p-top .top-message p span {
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .p-top .top-message p span {
    display: block;
    font-size: 1.3rem;
    margin-top: 2rem;
  }
}
.p-top .top-cate .cate-list {
  gap: 1.3rem;
  margin-bottom: 8rem;
}
@media screen and (max-width: 768px) {
  .p-top .top-cate .cate-list {
    flex-wrap: wrap;
    gap: 1rem;
    row-gap: 1.3rem;
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .p-top .top-cate .cate-list .box {
    width: calc(50% - 0.5rem);
  }
}
.p-top .top-cate .cate-list .box .img-box {
  margin-bottom: 0.7rem;
  aspect-ratio: 1/0.79;
}
@media screen and (max-width: 768px) {
  .p-top .top-cate .cate-list .box .img-box {
    aspect-ratio: 1/0.41;
  }
}
.p-top .top-cate .cate-list .box p {
  font-size: 1.8rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-top .top-cate .cate-list .box p {
    font-size: 1.6rem;
  }
}
.p-top .top-search {
  background-color: #fff;
  border-radius: 1rem;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  padding: 3.7rem 11rem;
  margin-bottom: 6rem;
}
@media screen and (max-width: 768px) {
  .p-top .top-search {
    padding: 1.8rem 1.3rem;
    margin-bottom: 2rem;
  }
}
.p-top .top-search .flex {
  align-items: center;
  gap: 5.9rem;
}
@media screen and (max-width: 768px) {
  .p-top .top-search .flex {
    flex-direction: column;
    gap: 2.2rem;
  }
}
.p-top .top-search h3 {
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  .p-top .top-search h3 {
    font-size: 1.5rem;
  }
}
.p-top .top-search .search {
  height: 5rem;
  border-radius: 5px;
  border: 1px solid #3E0014;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-top .top-search .search {
    height: 4rem;
  }
}
.p-top .top-search .search input[type=text] {
  width: 46.8rem;
  height: 5rem;
  font-size: 1.5rem;
  font-weight: 500;
  padding: 0.8rem 1.8rem;
  background-color: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 768px) {
  .p-top .top-search .search input[type=text] {
    width: 26.5rem;
    height: 4rem;
    font-size: 1.4rem;
    padding: 1rem 1.6rem;
  }
}
.p-top .top-search .search input[type=image] {
  width: 5rem;
  aspect-ratio: 1/1;
  background-color: #3E1900;
}
@media screen and (max-width: 768px) {
  .p-top .top-search .search input[type=image] {
    width: 4rem;
  }
}
.p-top .btn-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 12rem;
}

.top-ranking {
  margin-bottom: 12rem;
}
.top-ranking .head-ttl {
  margin-bottom: 9rem;
}
.top-ranking .ranking-list {
  gap: 1.6rem;
}
@media screen and (max-width: 1100px) {
  .top-ranking .ranking-list {
    row-gap: normal;
    -moz-column-gap: normal;
         column-gap: normal;
  }
}
.top-ranking .ranking-list .box {
  width: calc(20% - 1.28rem);
  position: relative;
}
@media screen and (max-width: 1100px) {
  .top-ranking .ranking-list .box {
    width: auto;
  }
}
.top-ranking .ranking-list .box .img-box {
  margin-bottom: 0.8rem;
  aspect-ratio: 1/0.79;
  background-color: #fff;
}
.top-ranking .ranking-list .box .img-box img {
  -o-object-fit: contain;
     object-fit: contain;
}
.top-ranking .ranking-list .box::before {
  position: absolute;
  top: -4.8rem;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 4.5rem;
  aspect-ratio: 1/0.78;
}
.top-ranking .ranking-list .box:first-of-type:before {
  background: url(images/rank01.svg) no-repeat center/contain;
}
.top-ranking .ranking-list .box:nth-of-type(2):before {
  background: url(images/rank02.svg) no-repeat center/contain;
}
.top-ranking .ranking-list .box:nth-of-type(3):before {
  background: url(images/rank03.svg) no-repeat center/contain;
}
.top-ranking .ranking-list .box:nth-of-type(4):before {
  background: url(images/rank04.svg) no-repeat center/contain;
}
.top-ranking .ranking-list .box:nth-of-type(5):before {
  background: url(images/rank05.svg) no-repeat center/contain;
}

.top-faq {
  margin-bottom: 12.4rem;
}
@media screen and (max-width: 768px) {
  .top-faq {
    margin-bottom: 4rem;
  }
}
.top-faq .head-ttl {
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .top-faq .head-ttl {
    margin-bottom: 2rem;
  }
}
.top-faq .flex {
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .top-faq .flex {
    flex-direction: column;
    gap: 2rem;
  }
}
.top-faq .btn02 {
  width: 29.4rem;
  aspect-ratio: 1/0.31;
  flex-direction: column;
  gap: 0.4em;
  font-weight: 700;
  padding-top: 1rem;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .top-faq .btn02 {
    margin: 0 auto;
  }
}
.top-faq .btn02::before {
  width: 30rem;
  aspect-ratio: 1/0.33;
  position: absolute;
  top: -0.3rem;
  left: -0.3rem;
}
.top-faq .btn02::after {
  display: none;
}

.top-about .img-box {
  margin-bottom: 2rem;
}
.top-about .btn-wrap {
  margin-bottom: 0;
}
.top-about .btn02 {
  width: 20.4rem;
  aspect-ratio: 1/0.2;
  flex-direction: column;
  gap: 0.4em;
  font-weight: 700;
  padding-left: 1rem;
  transition: all 0.3s;
}
.top-about .btn02::before {
  width: 20.8rem;
  aspect-ratio: 1/0.23;
  position: absolute;
}
.top-about .btn02::after {
  left: 1.5rem;
}

/*************************************************
　下層共通
*************************************************/
.content-wrap.p-under {
  padding-top: 26.7rem;
  border-top: 1.5px solid #3E1900;
}
@media screen and (max-width: 768px) {
  .content-wrap.p-under {
    padding-top: 0;
    border-top: none;
  }
}

.under-mv {
  position: relative;
  margin-bottom: 8rem;
}
@media screen and (max-width: 768px) {
  .under-mv {
    width: 100vw;
    margin-top: 17rem;
    transform: translateX(-5.1282051282vw);
  }
}
.under-mv .img-box {
  aspect-ratio: 1/0.07;
}
@media screen and (max-width: 768px) {
  .under-mv .img-box {
    aspect-ratio: 1/0.39;
  }
}
@media screen and (max-width: 768px) {
  .under-mv .img-box::after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(62, 0, 20, 0.2);
    position: absolute;
    top: 0;
    left: 0;
  }
}
.under-mv .img-box img {
  -o-object-position: right -34.5rem;
     object-position: right -34.5rem;
}
@media screen and (max-width: 768px) {
  .under-mv .img-box img {
    -o-object-position: center;
       object-position: center;
  }
}
.under-mv h1 {
  font-size: 2.6rem;
  letter-spacing: 4px;
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 3.1944444444vw;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 768px) {
  .under-mv h1 {
    font-size: 1.8rem;
    left: 5.1282051282vw;
    z-index: 2;
  }
}

.p-about .under-mv .img-box img {
  -o-object-position: center;
     object-position: center;
}

/*************************************************
　アワセそばについて
*************************************************/
.p-about_wrap01 .head-ttl, .p-about_wrap02 .head-ttl {
  margin-bottom: 8rem;
}
@media screen and (max-width: 768px) {
  .p-about_wrap01 .head-ttl, .p-about_wrap02 .head-ttl {
    margin-bottom: 4rem;
  }
}
.p-about_wrap01 .block, .p-about_wrap02 .block {
  justify-content: space-between;
  margin-bottom: 8rem;
}
@media screen and (max-width: 768px) {
  .p-about_wrap01 .block, .p-about_wrap02 .block {
    flex-direction: column;
    gap: 1.7rem;
    margin-bottom: 4rem;
  }
}
.p-about_wrap01 .block.reverce, .p-about_wrap02 .block.reverce {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .p-about_wrap01 .block.reverce, .p-about_wrap02 .block.reverce {
    flex-direction: column;
  }
}
.p-about_wrap01 .block .left, .p-about_wrap02 .block .left {
  max-width: 47.3rem;
}
@media screen and (max-width: 1100px) {
  .p-about_wrap01 .block .left, .p-about_wrap02 .block .left {
    max-width: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .p-about_wrap01 .block .left, .p-about_wrap02 .block .left {
    max-width: none;
  }
}
@media screen and (max-width: 768px) {
  .p-about_wrap01 .block .left h3, .p-about_wrap02 .block .left h3 {
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0;
    margin-bottom: 1.7rem;
  }
}
@media screen and (max-width: 768px) {
  .p-about_wrap01 .block .left .img-box, .p-about_wrap02 .block .left .img-box {
    aspect-ratio: 1/0.67;
  }
}
.p-about_wrap01 .block .right, .p-about_wrap02 .block .right {
  width: 46.3rem;
}
@media screen and (max-width: 1100px) {
  .p-about_wrap01 .block .right, .p-about_wrap02 .block .right {
    max-width: 38rem;
  }
}
@media screen and (max-width: 768px) {
  .p-about_wrap01 .block .right, .p-about_wrap02 .block .right {
    width: 100%;
    max-width: none;
  }
}
.p-about_wrap01 .block .right h3, .p-about_wrap02 .block .right h3 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 2rem;
}
.p-about_wrap01 .block .right p, .p-about_wrap02 .block .right p {
  letter-spacing: 0;
}

.p-about_wrap01 {
  margin-bottom: 12rem;
}
@media screen and (max-width: 768px) {
  .p-about_wrap01 .block:first-of-type {
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .p-about_wrap01 .img-box {
    margin: 0 auto 4rem;
  }
}
@media screen and (max-width: 768px) {
  .p-about_wrap01 .img-box.ashirai {
    width: min(32.0512820513vw, 25rem);
  }
}

@media screen and (max-width: 768px) {
  .p-about_wrap02 {
    margin-bottom: 12rem;
  }
}
@media screen and (max-width: 768px) {
  .p-about_wrap02 .block .left .img-box {
    aspect-ratio: 1/0.43;
  }
}

@media screen and (max-width: 768px) {
  .p-about .top-ranking {
    margin-bottom: 0;
  }
}

/*************************************************
　商品一覧
*************************************************/
.p-produt-list_wrap .cate-list {
  border-bottom: 1px solid #3E1900;
  padding-bottom: 4rem;
  margin-bottom: 4rem;
}
.p-produt-list_wrap .cate-list ul {
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-produt-list_wrap .cate-list ul {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 1.5rem;
  }
}
.p-produt-list_wrap .cate-list ul li {
  width: 16rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #3E1900;
}
@media screen and (max-width: 768px) {
  .p-produt-list_wrap .cate-list ul li {
    width: calc(33.3333333333% - 1rem);
  }
}
.p-produt-list_wrap .cate-list ul li a {
  display: flex;
  gap: 1.4rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-produt-list_wrap .cate-list ul li a {
    font-size: 1.3rem;
    gap: 0.75rem;
  }
}
.p-produt-list_wrap .cate-list ul li a img {
  width: 4.7rem;
}
@media screen and (max-width: 768px) {
  .p-produt-list_wrap .cate-list ul li a img {
    width: 3.2rem;
  }
}
.p-produt-list_wrap .cate-list ul li a .arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top: 6px solid #ffffff;
  border-bottom: 0;
}
.p-produt-list_wrap .product-list {
  flex-wrap: wrap;
  -moz-column-gap: 1.6rem;
       column-gap: 1.6rem;
  row-gap: 4rem;
}
@media screen and (max-width: 768px) {
  .p-produt-list_wrap .product-list {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
    row-gap: 3rem;
  }
}
.p-produt-list_wrap .product-list .product {
  width: calc(20% - 1.28rem);
}
@media screen and (max-width: 768px) {
  .p-produt-list_wrap .product-list .product {
    width: calc(50% - 0.5rem);
  }
}
.p-produt-list_wrap .product-list .product .img-box {
  margin-bottom: 0.8rem;
  aspect-ratio: 1/0.79;
  background-color: #fff;
}
.p-produt-list_wrap .product-list .product .img-box img {
  -o-object-fit: contain;
     object-fit: contain;
}

/*************************************************
　商品詳細
*************************************************/
@media screen and (max-width: 768px) {
  .p-itemdetail {
    padding-top: 22rem;
  }
}
.p-itemdetail .item-content {
  display: flex;
  gap: 4.4rem;
  margin-bottom: 10rem;
}
@media screen and (max-width: 768px) {
  .p-itemdetail .item-content {
    flex-direction: column;
    margin-bottom: 6rem;
  }
}
.p-itemdetail .img-content {
  width: 47.3rem;
  flex-shrink: 0;
}
@media screen and (max-width: 1240px) {
  .p-itemdetail .img-content {
    max-width: 35rem;
  }
}
@media screen and (max-width: 1100px) {
  .p-itemdetail .img-content {
    width: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .p-itemdetail .img-content {
    width: 100%;
    flex-basis: 100%;
    margin-right: initial;
  }
}
.p-itemdetail .img-wrapper .swiper-item {
  overflow: hidden;
}
.p-itemdetail .img-wrapper .swiper-slide .img-wrap {
  aspect-ratio: 1/0.97;
  background-color: #fff;
}
.p-itemdetail .img-wrapper .swiper-slide .img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}
.p-itemdetail .thumb-list {
  display: flex;
  margin-top: 1.3rem;
  flex-wrap: wrap;
  gap: 2.2rem;
}
@media screen and (max-width: 768px) {
  .p-itemdetail .thumb-list {
    gap: 1rem;
    margin-top: 1.5rem;
  }
}
.p-itemdetail .thumb-list .thumb-item {
  width: calc(25% - 1.65rem);
  aspect-ratio: 1/0.97;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .p-itemdetail .thumb-list .thumb-item {
    width: calc(25% - 0.75rem);
  }
}
.p-itemdetail .thumb-list .thumb-link {
  display: block;
  width: 100%;
  height: 100%;
}
.p-itemdetail .thumb-list .thumb-link img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}
.p-itemdetail .detail-content {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-itemdetail .detail-content {
    width: 100%;
    flex-basis: 100%;
  }
}
.p-itemdetail .detail-content .name {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  .p-itemdetail .detail-content .name {
    font-size: 1.8rem;
  }
}
.p-itemdetail .detail-content .price {
  font-size: 2.2rem;
  font-weight: 500;
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .p-itemdetail .detail-content .price {
    margin-bottom: 2rem;
  }
}
.p-itemdetail .detail-content .price span {
  font-size: 1.6rem;
  margin-left: 1.1rem;
}
.p-itemdetail .detail-content .item-count {
  padding-top: 3.7rem;
  border-top: 1px solid #3E1900;
  margin-bottom: 3.5rem;
}
.p-itemdetail .detail-content .item-count form {
  display: block;
}
.p-itemdetail .detail-content .item-count .product-quantity {
  width: 17.5rem;
  height: 6rem;
  display: flex;
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 3rem;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid #B2B2B2;
}
.p-itemdetail .detail-content .item-count .product-quantity button {
  width: 6rem;
  font-weight: 500;
  background-color: #fff;
}
.p-itemdetail .detail-content .item-count .product-quantity input {
  width: initial;
  padding: initial;
  border-radius: initial;
  width: 6.5rem;
  font-size: 2rem;
  font-weight: 500;
  color: #000;
  background-color: #fff;
}
.p-itemdetail .detail-content input[type=number]::-webkit-outer-spin-button,
.p-itemdetail .detail-content input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.p-itemdetail .detail-content .txt {
  margin-bottom: 5.1rem;
}
@media screen and (max-width: 768px) {
  .p-itemdetail .detail-content .txt {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .p-itemdetail .detail-content .item-infomation {
    margin-bottom: 6rem;
  }
}
.p-itemdetail .detail-content .item-infomation table {
  table-layout: fixed;
  width: 100%;
}
.p-itemdetail .detail-content .item-infomation table tr {
  border-bottom: 1px solid #3E1900;
}
@media screen and (max-width: 768px) {
  .p-itemdetail .detail-content .item-infomation table tr {
    border-bottom: none;
  }
}
.p-itemdetail .detail-content .item-infomation table tr:first-of-type {
  border-top: 1px solid #3E1900;
}
.p-itemdetail .detail-content .item-infomation table th, .p-itemdetail .detail-content .item-infomation table td {
  font-size: 1.4rem;
  line-height: 2;
  padding: 1.5rem 0;
  color: #221505;
}
.p-itemdetail .detail-content .item-infomation table th {
  width: 30%;
  letter-spacing: 1px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-itemdetail .detail-content .item-infomation table th {
    display: block;
    width: 100%;
    padding-bottom: 0;
  }
}
.p-itemdetail .detail-content .item-infomation table td {
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-itemdetail .detail-content .item-infomation table td {
    display: block;
    width: 100%;
    font-size: 1.4rem;
    padding-top: 0.5rem;
    border-bottom: 1px solid #3E1900;
  }
}

.p-single-product .head-ttl {
  margin-bottom: 3rem;
}
.p-single-product .recommend_swiper {
  width: 100%;
}
.p-single-product .recommend_swiper .swiper-wrapper {
  display: flex;
  gap: 1.6rem;
}
@media screen and (max-width: 768px) {
  .p-single-product .recommend_swiper .swiper-wrapper {
    gap: 0;
  }
}
.p-single-product .recommend_swiper .product-box {
  width: 18.7rem;
}
@media screen and (max-width: 768px) {
  .p-single-product .recommend_swiper .product-box {
    width: auto;
  }
}
.p-single-product .recommend_swiper .product-box .img-box {
  aspect-ratio: 1/0.79;
  margin-bottom: 0.8rem;
  background-color: #fff;
}
.p-single-product .recommend_swiper .product-box .img-box img {
  -o-object-fit: contain;
     object-fit: contain;
}
.p-single-product .recommend_swiper .product-box p {
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-single-product .swiper-scrollbar {
    position: absolute;
    bottom: -8rem !important;
    background-color: #fff;
    height: 6px !important;
    margin-bottom: 5rem;
    overflow: hidden;
  }
}
@media screen and (max-width: 768px) {
  .p-single-product .swiper-scrollbar .swiper-scrollbar-drag {
    background-color: #3F3B3A;
    border-radius: 0;
  }
}

/*************************************************
　ご利用案内
*************************************************/
.p-guide_wrap01 .top-message {
  position: relative;
  max-width: 78.7rem;
  background-color: #fff;
  border-radius: 1rem;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  padding: 4rem 0 3rem;
  margin: 3rem auto 15rem;
}
@media screen and (max-width: 768px) {
  .p-guide_wrap01 .top-message {
    max-width: 40rem;
    margin-bottom: 14rem;
  }
}
.p-guide_wrap01 .top-message .ashirai01, .p-guide_wrap01 .top-message .ashirai02, .p-guide_wrap01 .top-message .ashirai03, .p-guide_wrap01 .top-message .ashirai04 {
  position: absolute;
  z-index: 1;
}
.p-guide_wrap01 .top-message .ashirai01 {
  top: 4.3rem;
  left: -3.6rem;
  width: 14rem;
}
@media screen and (max-width: 768px) {
  .p-guide_wrap01 .top-message .ashirai01 {
    top: 11rem;
    left: -1.6rem;
    width: 10.3rem;
  }
}
.p-guide_wrap01 .top-message .ashirai02 {
  top: -3.1rem;
  right: -5.1rem;
  width: 14.4rem;
}
@media screen and (max-width: 768px) {
  .p-guide_wrap01 .top-message .ashirai02 {
    top: -4rem;
    right: -2rem;
    width: 10.6rem;
  }
}
.p-guide_wrap01 .top-message .ashirai03 {
  top: 2.1rem;
  left: 11.3rem;
  width: 5.1rem;
}
@media screen and (max-width: 768px) {
  .p-guide_wrap01 .top-message .ashirai03 {
    top: 1.3rem;
    left: 1.2rem;
    width: 4.6rem;
  }
}
.p-guide_wrap01 .top-message .ashirai04 {
  top: 7rem;
  right: 9.1rem;
  width: 2.6rem;
}
@media screen and (max-width: 768px) {
  .p-guide_wrap01 .top-message .ashirai04 {
    top: 9.8rem;
    right: 1.9rem;
    width: 2.7rem;
  }
}
.p-guide_wrap01 .top-message p {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-guide_wrap01 .top-message p {
    font-size: 1.8rem;
    line-height: 1.5;
  }
}
.p-guide_wrap01 .top-message p span {
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .p-guide_wrap01 .top-message p span {
    display: block;
    font-size: 1.3rem;
    margin-top: 2rem;
  }
}
.p-guide_wrap01 .head-ttl {
  margin-bottom: 4rem;
}
.p-guide_wrap01 .block {
  margin-bottom: 8rem;
}
@media screen and (max-width: 768px) {
  .p-guide_wrap01 .block {
    margin-bottom: 12rem;
  }
}
@media screen and (max-width: 768px) {
  .p-guide_wrap01 .block:last-of-type {
    margin-bottom: 0;
  }
}
.p-guide_wrap01 .block .box {
  max-width: 78.7rem;
  margin: 0 auto 1.2rem;
  padding: 1.3rem 0;
  font-size: 1.6rem;
  line-height: 1.7;
  color: #3E1900;
  text-align: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  background-color: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .p-guide_wrap01 .block .box {
    font-size: 1.4rem;
  }
}
.p-guide_wrap01 .block .arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top: 6px solid #3E1900;
  border-bottom: 0;
  margin: 0 auto 1.2rem;
}
.p-guide_wrap01 .block p {
  font-size: 1.8rem;
  font-weight: 700;
  padding: 1.3rem 0;
  border-bottom: 1px solid #3E0014;
}
@media screen and (max-width: 768px) {
  .p-guide_wrap01 .block p {
    font-size: 1.4rem;
  }
}

/*************************************************
　よくあるご質問
*************************************************/
.p-faq_wrap01 .anker_wrap {
  justify-content: space-between;
  margin-bottom: 8rem;
}
@media screen and (max-width: 768px) {
  .p-faq_wrap01 .anker_wrap {
    flex-direction: column;
    gap: 2rem;
  }
}
.p-faq_wrap01 .anker_wrap .btn02 {
  width: 29.4rem;
  aspect-ratio: 1/0.31;
  flex-direction: column;
  gap: 0.4em;
  font-weight: 700;
  padding-top: 1rem;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .p-faq_wrap01 .anker_wrap .btn02 {
    margin: 0 auto;
  }
}
.p-faq_wrap01 .anker_wrap .btn02::before {
  width: 30rem;
  aspect-ratio: 1/0.33;
  position: absolute;
  top: -0.3rem;
  left: -0.3rem;
}
.p-faq_wrap01 .anker_wrap .btn02::after {
  display: none;
}
.p-faq_wrap01 .anker-point {
  margin-top: -6rem;
  padding-top: 6rem;
}
@media screen and (max-width: 768px) {
  .p-faq_wrap01 .anker-point {
    margin-top: -6rem;
    padding-top: 6rem;
  }
}
.p-faq_wrap01 .block {
  margin-bottom: 8rem;
  overflow: hidden;
  background-color: #fff;
  border-radius: 1rem;
  padding: 4rem;
}
@media screen and (max-width: 768px) {
  .p-faq_wrap01 .block {
    margin-bottom: 5rem;
    padding: 4rem 2.5641025641vw;
  }
}
.p-faq_wrap01 .block h2 {
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 2px;
  color: #1a1a1a;
  text-align: center;
  padding-bottom: 6rem;
  border-bottom: 1px solid #1a1a1a;
}
@media screen and (max-width: 768px) {
  .p-faq_wrap01 .block h2 {
    font-size: 1.6rem;
    padding-bottom: 2rem;
    margin-bottom: 0;
  }
}
.p-faq_wrap01 .qa-list .qa {
  position: relative;
  padding: 3rem 0;
  border-bottom: 1px solid #1a1a1a;
}
@media screen and (max-width: 768px) {
  .p-faq_wrap01 .qa-list .qa {
    padding: 2rem 0;
  }
}
.p-faq_wrap01 .qa-list .qa::before {
  position: absolute;
  top: 4rem;
  right: 2rem;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top: 6px solid #3E1900;
  border-bottom: 0;
  margin: 0 auto 1.2rem;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .p-faq_wrap01 .qa-list .qa::before {
    top: 2.8rem;
  }
}
.p-faq_wrap01 .qa-list .qa dt {
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 4px;
  color: #392110;
  display: flex;
  gap: 3rem;
  align-items: center;
  padding-left: 2rem;
}
@media screen and (max-width: 768px) {
  .p-faq_wrap01 .qa-list .qa dt {
    max-width: 28rem;
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: 2px;
    align-items: flex-start;
    gap: 1rem;
  }
}
.p-faq_wrap01 .qa-list .qa dt img {
  width: 2.5rem;
}
.p-faq_wrap01 .qa-list .qa dd {
  margin-top: 3rem;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .p-faq_wrap01 .qa-list .qa dd {
    padding: 0 1.5rem;
    margin-top: 2rem;
  }
}
.p-faq_wrap01 .qa-list .qa dd p {
  max-width: 85rem;
  font-size: 1.5rem;
  line-height: 1.7;
  letter-spacing: 2px;
  color: #392110;
  padding-left: 2rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .p-faq_wrap01 .qa-list .qa dd p {
    font-size: 1.3rem;
    line-height: 1.5;
    padding: 0;
  }
}
.p-faq_wrap01 .qa-list .qa dd p:last-of-type {
  margin-bottom: 0;
}
.p-faq_wrap01 .qa-list .qa dd p a {
  color: #392110;
}
.p-faq_wrap01 .qa-list .qa dd p span {
  color: #f00;
}
.p-faq_wrap01 .qa-list .open::before {
  transform: rotate(180deg);
}

/*************************************************
　お問い合わせ
*************************************************/
.p-contact_wrap01 .form_wrap form table {
  width: 100%;
  table-layout: fixed;
}
.p-contact_wrap01 .form_wrap form table tr:last-of-type th {
  vertical-align: baseline;
  padding-top: 1rem;
}
.p-contact_wrap01 .form_wrap form table tr:last-of-type td {
  padding-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .p-contact_wrap01 .form_wrap form table tr:last-of-type td {
    padding-bottom: 2rem;
  }
}
.p-contact_wrap01 .form_wrap form table tr th {
  width: 22%;
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: 2px;
  vertical-align: middle;
  padding-bottom: 17px;
  color: #1a1a1a;
}
@media screen and (max-width: 768px) {
  .p-contact_wrap01 .form_wrap form table tr th {
    display: block;
    width: 100%;
    padding-bottom: 10px;
    font-size: 1.4rem;
  }
}
.p-contact_wrap01 .form_wrap form table tr td {
  width: 78%;
  padding-bottom: 17px;
  color: #1a1a1a;
}
@media screen and (max-width: 768px) {
  .p-contact_wrap01 .form_wrap form table tr td {
    display: block;
    width: 100%;
    padding-bottom: 20px;
    font-size: 1.4rem;
  }
}
.p-contact_wrap01 .form_wrap form table tr td input, .p-contact_wrap01 .form_wrap form table tr td textarea {
  width: 100%;
  background-color: #fff;
  padding: 15px 25px;
  font-size: 1.6rem;
  letter-spacing: 1px;
  border: 1px solid rgba(26, 26, 26, 0.4);
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .p-contact_wrap01 .form_wrap form table tr td input, .p-contact_wrap01 .form_wrap form table tr td textarea {
    padding: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .p-contact_wrap01 .form_wrap form table tr td textarea {
    height: 15rem;
  }
}
.p-contact_wrap01 .form_wrap form .policy {
  font-size: 1.6rem;
  color: #1a1a1a;
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .p-contact_wrap01 .form_wrap form .policy {
    font-size: 1.4rem;
    text-align: left;
    margin-bottom: 3rem;
  }
}
.p-contact_wrap01 .form_wrap form .policy a {
  font-weight: 600;
  color: #FF0000;
  text-decoration: underline;
}
.p-contact_wrap01 .form_wrap form .btn-wrap {
  display: flex;
  justify-content: center;
}
.p-contact_wrap01 .form_wrap form .btn-wrap .btn02 p span {
  display: none;
}
.p-contact_wrap01 .form_wrap form .btn-wrap .btn02 input {
  font-size: 1.5rem;
  color: #fff;
}

/*************************************************
　サンクスページ
*************************************************/
.p-thanks_wrap01 h2 {
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .p-thanks_wrap01 h2 {
    letter-spacing: 1px;
  }
}
.p-thanks_wrap01 p {
  font-size: 1.7rem;
  line-height: 2;
  margin-bottom: 6rem;
}
@media screen and (max-width: 768px) {
  .p-thanks_wrap01 p {
    font-size: 1.4rem;
  }
}
.p-thanks_wrap01 p a {
  color: #D85219;
}
.p-thanks_wrap01 .btn-wrap {
  display: flex;
  justify-content: center;
}

/*************************************************
　会社概要　特定商取引法に基づく表記
*************************************************/
.p-company_wrap01 table, .p-term_wrap01 table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 3rem 0;
}
@media screen and (max-width: 768px) {
  .p-company_wrap01 table, .p-term_wrap01 table {
    border-spacing: 0;
  }
}
.p-company_wrap01 table tr th, .p-company_wrap01 table tr td, .p-term_wrap01 table tr th, .p-term_wrap01 table tr td {
  font-size: 1.5rem;
  letter-spacing: 2px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .p-company_wrap01 table tr th, .p-company_wrap01 table tr td, .p-term_wrap01 table tr th, .p-term_wrap01 table tr td {
    line-height: 1.7;
  }
}
.p-company_wrap01 table tr th, .p-term_wrap01 table tr th {
  width: 18%;
  font-size: 1.7rem;
  font-weight: 700;
  color: #392110;
  padding: 1rem 0;
  border-bottom: 1px solid #EA5514;
}
@media screen and (max-width: 768px) {
  .p-company_wrap01 table tr th, .p-term_wrap01 table tr th {
    display: block;
    width: 100%;
    padding-bottom: 0;
    padding-left: 1rem;
    border-bottom: none;
    font-size: 1.4rem;
  }
}
.p-company_wrap01 table tr td, .p-term_wrap01 table tr td {
  color: #392110;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 1rem;
  border-bottom: 1px solid #1a1a1a;
}
@media screen and (max-width: 768px) {
  .p-company_wrap01 table tr td, .p-term_wrap01 table tr td {
    display: block;
    width: 100%;
    font-size: 1.3rem;
  }
}
.p-company_wrap01 table tr td span, .p-term_wrap01 table tr td span {
  color: #f00;
}

/*************************************************
　プライバシーポリシー
*************************************************/
.p-policy_wrap01 .block {
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .p-policy_wrap01 .block {
    margin-bottom: 3rem;
  }
}
.p-policy_wrap01 .block h3 {
  font-size: 1.8rem;
  color: #000;
  font-weight: 700;
  letter-spacing: 2px;
  padding-bottom: 2rem;
  border-bottom: 1px solid #000;
  margin-bottom: 2.2rem;
}
@media screen and (max-width: 768px) {
  .p-policy_wrap01 .block h3 {
    font-size: 1.5rem;
    letter-spacing: 1px;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
  }
}
.p-policy_wrap01 .block p, .p-policy_wrap01 .block a, .p-policy_wrap01 .block li {
  font-size: 1.5rem;
  line-height: 2;
  color: #000;
}
@media screen and (max-width: 768px) {
  .p-policy_wrap01 .block p, .p-policy_wrap01 .block a, .p-policy_wrap01 .block li {
    font-size: 1.2rem;
  }
}
.p-policy_wrap01 .block a {
  text-decoration: underline;
}

/*************************************************
　マイページ
*************************************************/
.woocommerce h2 {
  text-align: center;
  margin-bottom: 2rem;
}
.woocommerce .woocommerce-message {
  font-size: 1.4rem;
}
.woocommerce form {
  background-color: #fff;
  border: none !important;
  padding: 4rem 10rem !important;
}
@media screen and (max-width: 768px) {
  .woocommerce form {
    padding: 2rem !important;
  }
}
.woocommerce form p {
  margin-bottom: 2rem;
}
.woocommerce form .woocommerce-form-row {
  margin-bottom: 1.5rem !important;
}
.woocommerce form .woocommerce-form-row label {
  margin-bottom: 1rem;
}
.woocommerce form .woocommerce-form-row input {
  padding: 1rem;
  background-color: #ededed;
}
@media screen and (max-width: 768px) {
  .woocommerce form .woocommerce-form-login__rememberme {
    display: flex !important;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .woocommerce form .woocommerce-form-login__submit {
    width: 100%;
    aspect-ratio: 1/0.15;
    text-align: center;
  }
}
.woocommerce .col2-set .col-1 {
  margin-bottom: 2rem;
}

.woocommerce-MyAccount-navigation {
  margin-bottom: 6rem;
}
@media screen and (max-width: 768px) {
  .woocommerce-MyAccount-navigation {
    margin-bottom: 4rem;
  }
}
.woocommerce-MyAccount-navigation ul {
  display: flex;
  gap: 1.5rem;
}
@media screen and (max-width: 768px) {
  .woocommerce-MyAccount-navigation ul {
    flex-wrap: wrap;
  }
}
.woocommerce-MyAccount-navigation ul li {
  width: calc(16.6666666667% - 1.5rem);
}
@media screen and (max-width: 768px) {
  .woocommerce-MyAccount-navigation ul li {
    width: auto;
  }
}
.woocommerce-MyAccount-navigation ul li a {
  display: block;
  width: 100%;
  padding: 0.5rem 0;
  font-size: 1.7rem;
  font-weight: 600;
  text-align: center;
  background-color: #3E1900;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .woocommerce-MyAccount-navigation ul li a {
    padding: 0.5rem 1.5rem;
  }
}
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--downloads {
  display: none;
}

.woocommerce-MyAccount-content p {
  margin-bottom: 2rem;
}
.woocommerce-MyAccount-content p a {
  color: #D85219;
  text-decoration: underline;
}
.woocommerce-MyAccount-content .woocommerce-info {
  font-size: 1.4rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.woocommerce-MyAccount-content .woocommerce-info::before {
  top: 2.2em;
}

.woocommerce-orders-table th, .woocommerce-orders-table td, .woocommerce-orders-table time {
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .woocommerce-orders-table td {
    padding: 1rem !important;
  }
}

.woocommerce-Addresses .woocommerce-Address-title {
  margin-bottom: 1rem;
}
.woocommerce-Addresses .woocommerce-Address-title a {
  color: #D85219;
  text-decoration: underline;
}
.woocommerce-Addresses address {
  font-size: 1.4rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .woocommerce-Addresses address {
    margin-bottom: 2rem;
  }
}

.woocommerce-address-fields .form-row {
  margin-bottom: 1.5rem !important;
}
.woocommerce-address-fields .form-row label {
  margin-bottom: 1rem;
}
.woocommerce-address-fields .form-row input {
  padding: 1rem;
  background-color: #ededed;
}
.woocommerce-address-fields .form-row .select2-selection--single {
  height: auto;
  border: none;
}
.woocommerce-address-fields .form-row .select2-selection--single .select2-selection__rendered {
  padding: 1rem;
  background-color: #ededed;
}
.woocommerce-address-fields .form-row .select2-selection--single .select2-selection__arrow {
  height: 4.2rem;
}

/*************************************************
　カート・チェックアウト
*************************************************/
.wp-block-woocommerce-filled-cart-block {
  flex-direction: column;
}
.wp-block-woocommerce-filled-cart-block .wc-block-cart__main {
  width: 100% !important;
  padding-right: 0 !important;
}
.wp-block-woocommerce-filled-cart-block .wc-block-cart__main table th, .wp-block-woocommerce-filled-cart-block .wc-block-cart__main table td, .wp-block-woocommerce-filled-cart-block .wc-block-cart__main table span {
  font-size: 14px;
}
.wp-block-woocommerce-filled-cart-block .wc-block-cart__main table .wc-block-cart-item__image {
  width: 15rem;
}
@media screen and (max-width: 768px) {
  .wp-block-woocommerce-filled-cart-block .wc-block-cart__main table .wc-block-cart-item__image {
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  .wp-block-woocommerce-filled-cart-block .wc-block-cart__main table .wc-block-cart-item__wrap {
    width: 80%;
  }
}
.wp-block-woocommerce-filled-cart-block .wc-block-cart__main table .wc-block-components-product-metadata {
  display: none;
}
.wp-block-woocommerce-filled-cart-block .wc-block-cart__sidebar {
  width: 40% !important;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 768px) {
  .wp-block-woocommerce-filled-cart-block .wc-block-cart__sidebar {
    width: 100% !important;
  }
}
.wp-block-woocommerce-filled-cart-block .wc-block-cart__sidebar .wc-block-cart__totals-title {
  font-size: 1.8rem !important;
}
.wp-block-woocommerce-filled-cart-block .wc-block-cart__sidebar .wp-block-woocommerce-cart-order-summary-totals-block div, .wp-block-woocommerce-filled-cart-block .wc-block-cart__sidebar .wp-block-woocommerce-cart-order-summary-totals-block span {
  font-size: 1.4rem;
}
.wp-block-woocommerce-filled-cart-block .wc-block-cart__sidebar .wp-block-woocommerce-cart-order-summary-totals-block a {
  color: #D85219;
}
.wp-block-woocommerce-filled-cart-block .wc-block-cart__sidebar .wc-block-components-totals-wrapper .wc-block-components-totals-footer-item {
  font-size: 14px;
}
.wp-block-woocommerce-filled-cart-block .wc-block-cart__sidebar .wc-block-cart__submit-container {
  aspect-ratio: 1/0.15;
}
.wp-block-woocommerce-filled-cart-block .wc-block-cart__sidebar .wc-block-cart__submit-container a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgb(245, 137, 10);
  background: linear-gradient(180deg, rgb(245, 137, 10) 0%, rgb(216, 82, 25) 100%);
  border-radius: 8px;
  color: #fff;
}

.wc-block-checkout .wc-block-checkout__form {
  background-color: #fff;
  padding: 3rem 2rem !important;
  border: 1px solid hsla(0, 0%, 7%, 0.11);
  border-radius: 5px;
}
.wc-block-checkout .wc-block-checkout__form h2 {
  font-size: 1.6rem;
}
.wc-block-checkout .wc-block-checkout__form p {
  font-size: 1.3rem;
  margin-bottom: 2rem;
}
.wc-block-checkout .wc-block-checkout__form input, .wc-block-checkout .wc-block-checkout__form span {
  font-size: 1.4rem !important;
}
.wc-block-checkout .wc-block-checkout__form .wc-block-checkout__contact-fields {
  margin-bottom: 3rem !important;
}
.wc-block-checkout .wc-block-checkout__form .wc-block-checkout__contact-fields label {
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
}
.wc-block-checkout .wc-block-checkout__form .wc-block-checkout__contact-fields .wc-block-components-text-input input {
  font-size: 1.5rem;
  padding: 1rem;
}
.wc-block-checkout .wc-block-checkout__form .wc-block-components-checkout-step__container label, .wc-block-checkout .wc-block-checkout__form .wc-block-components-country-input label {
  font-size: 1.3rem !important;
  margin-bottom: 0.5rem !important;
}
.wc-block-checkout .wc-block-checkout__form .wc-block-components-checkout-step__container .wc-block-components-text-input input, .wc-block-checkout .wc-block-checkout__form .wc-block-components-checkout-step__container .wc-block-components-text-input select, .wc-block-checkout .wc-block-checkout__form .wc-block-components-country-input .wc-block-components-text-input input, .wc-block-checkout .wc-block-checkout__form .wc-block-components-country-input .wc-block-components-text-input select {
  font-size: 1.5rem !important;
  padding: 1rem;
}
.wc-block-checkout .wc-block-components-radio-control-accordion-content div {
  font-size: 14px;
}
.wc-block-checkout .wc-block-checkout__actions_row button {
  display: flex;
  align-items: center;
  width: 30rem;
  aspect-ratio: 1/0.15;
  background: rgb(245, 137, 10);
  background: linear-gradient(180deg, rgb(245, 137, 10) 0%, rgb(216, 82, 25) 100%);
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}
.wc-block-checkout .wc-block-checkout__sidebar {
  margin-top: 0;
}
.wc-block-checkout .wp-block-woocommerce-checkout-totals-block {
  padding-bottom: 15px;
  padding-left: 0;
  background-color: #fff;
  border: none !important;
}

.woocommerce-thankyou-order-received {
  font-size: 1.8rem;
  margin-bottom: 2rem;
}

.woocommerce-thankyou-order-details li {
  font-size: 1.4rem !important;
}
.woocommerce-thankyou-order-details li strong {
  display: inline-block !important;
  font-size: 1em !important;
}

.woocommerce-order-details {
  margin-bottom: 4rem !important;
}
.woocommerce-order-details .woocommerce-order-details__title {
  text-align: left;
}
.woocommerce-order-details table {
  background-color: #fff;
}
.woocommerce-order-details table th, .woocommerce-order-details table td {
  font-size: 1.4rem;
}

.woocommerce-customer-details address {
  font-size: 1.4rem;
  line-height: 1.5;
  background-color: #fff;
  padding: 2rem !important;
}
.woocommerce-customer-details address p {
  margin-bottom: 0;
}

/**
 * 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;
}