@charset "UTF-8";
/* カート数量バッジ共通 */
.cart-count {
  position: absolute;
  top: -6px;
  right: -6px;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  background: #e60033;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  border-radius: 9999px;
  line-height: 18px;
  text-align: center;
  box-sizing: border-box;
  pointer-events: none;
}

/* 親要素（リンク） */
.cart-link {
  position: relative;
  display: inline-block;
}

/* Welcart お客様情報（購入）ページの住所欄を非表示 */
.usces_customer_zipcode,
.usces_customer_address1,
.usces_customer_address2,
.usces_customer_address3,
#zipcode_row,
#states_row,
#address1_row,
#address2_row,
#address3_row,
#fax_row,
#delivery_flag,
#time tr:not(:nth-child(4)),
#notes_table {
  display: none !important;
}

/* 配送先入力欄も非表示（不要なら） */
.usces_delivery_zipcode,
.usces_delivery_address1,
.usces_delivery_address2,
.usces_delivery_address3,
#confirm_table tr:nth-child(n+9) {
  display: none !important;
}

#customer-info h2 {
  font-size: 30px !important;
  font-weight: bold !important;
  color: #333 !important;
  background-color: transparent !important;
  border: none !important;
}
#customer-info table {
  margin: 40px auto 0 !important;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #customer-info table {
    width: auto;
  }
}
#customer-info tbody tr {
  display: block;
}
@media screen and (min-width: 768px) {
  #customer-info tbody tr {
    display: table-row-group;
  }
}
#customer-info tbody th {
  font-size: 12px;
  line-height: 150%;
  font-weight: bold;
  color: #4c4d25;
  text-align: left;
  display: block;
  padding-right: 40px !important;
  border: none !important;
  background-color: transparent !important;
  padding: 0 !important;
  width: 100%;
}
#customer-info tbody th em {
  font-style: normal;
  color: #ff0000;
}
@media screen and (min-width: 768px) {
  #customer-info tbody th {
    display: revert-layer;
    width: 35%;
  }
}
#customer-info tbody td {
  padding: 15px 5px 25px 0 !important;
  border: none !important;
  text-align: left;
}
@media screen and (min-width: 768px) {
  #customer-info tbody td {
    padding: 15px 5px 15px 0 !important;
  }
}
@media screen and (min-width: 768px) {
  #customer-info tbody tr:first-child td {
    padding: 0 5px 0 0 !important;
  }
}
#customer-info tbody #tel_row td,
#customer-info tbody #mail td,
#customer-info tbody #mail2 td {
  display: block;
}
@media screen and (min-width: 768px) {
  #customer-info tbody #tel_row td,
  #customer-info tbody #mail td,
  #customer-info tbody #mail2 td {
    display: revert-layer;
  }
}
#customer-info tbody input {
  width: 100% !important;
  padding: 10px;
  border: 1px solid #e7e3e0 !important;
}
#customer-info tbody .customer_form tr.inp1 input {
  width: 95% !important;
}
#customer-info .send {
  border: none !important;
  text-align: center;
  width: auto;
  margin-top: 15px;
  padding-top: 15px;
}
#customer-info .send input {
  border: none;
  background-color: transparent;
  margin: 0 auto;
}
#customer-info .send .to_deliveryinfo_button {
  border: none;
  background-color: #c9a961;
  border: none;
  color: #fff;
  padding: 2.5%;
  width: 50%;
  border-radius: 10px;
  font-size: 16px;
  font-weight: bold;
  border: 2px solid;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  #customer-info .send .to_deliveryinfo_button {
    max-width: 210px;
    padding: 0.75%;
    width: 29%;
    transition: 0.3s;
    border: 3px solid transparent;
  }
}
#customer-info .send .to_deliveryinfo_button:hover {
  background-color: #fff;
  color: #c9a961;
  transition: 0.3s;
  border: 2px solid #c9a961;
}
#customer-info .error_message {
  font-size: 13px;
  line-height: 20px;
  font-weight: bold;
  color: #ff0000;
}

#wc_ordercompletion .back_to_top_button {
  background-color: #c9a961;
  color: #fff;
  padding: 2.5%;
  width: 60%;
  border-radius: 10px;
  font-size: 16px;
  font-weight: bold;
  border: 2px solid;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  #wc_ordercompletion .back_to_top_button {
    max-width: 210px;
    padding: 0.75%;
    width: 29%;
    transition: 0.3s;
    border: 3px solid transparent;
  }
}
#wc_ordercompletion .send {
  margin-top: 8%;
}
@media screen and (min-width: 768px) {
  #wc_ordercompletion .send {
    margin-top: 5%;
  }
}

.no_cart {
  font-size: 16px;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 12%;
  font-size: 62.5% !important;
}

body {
  letter-spacing: 0.06em;
  font-family: Noto Serif JP, serif;
  color: #333333;
  line-height: 1.5;
}

main {
  padding-top: 100px;
}

img {
  width: -webkit-fill-available;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
  /* Safari, Chrome */
  image-rendering: optimizeQuality;
  width: -moz-available;
  pointer-events: none;
  width: 100%;
}

a {
  display: block;
  text-decoration: none;
  color: #333333;
  transition: 0.3s;
}

a:hover,
.contactpage__inBtn:hover {
  opacity: 0.6;
  transition: 0.3s;
}

h2 {
  font-size: 30px;
  font-weight: bold;
}

h3 {
  font-size: 20px;
  font-weight: bold;
}

p {
  font-size: 16px;
  margin-top: 3%;
}

.inner {
  width: 85%;
  max-width: 500px;
  margin: 0 auto;
  padding: 15% 0;
  text-align: center;
}

main .inner {
  padding: 10% 0;
}

.bg-gray {
  background-color: #f9fafb;
}

.fv__ttl,
.fv__icon {
  opacity: 0;
  transform: translateX(-50px);
  transition: opacity 1.35s ease, transform 1.35s ease;
}

.fv__scroll {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1.35s ease, transform 1.35s ease;
}

.fv__ttl.active {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.75s;
}

.fv__icon.active {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1.75s;
}

.fv__scroll.active {
  opacity: 1;
  transition: all 2s;
  transition-delay: 2.75s;
}

.fade-start {
  opacity: 0;
  transform: translateY(20px);
}

.fade {
  opacity: 0;
}

.fade-in {
  opacity: 1;
  transition: all 2s;
}

.subTtl {
  font-size: clamp(0.1rem, 3.79562044vw, 2.6rem);
  color: #3C3C3C;
  font-weight: bold;
  text-align: center;
  margin-top: 3%;
  letter-spacing: 0.2em;
}

.btn {
  font-weight: bold;
  text-align: center;
  margin-top: 7%;
  font-size: clamp(0.1rem, 3.79562044vw, 2.6rem);
}
.btn a {
  background-color: #FFC96C;
  border-radius: 38px;
  padding: 4% 0;
  display: flex;
  align-items: anchor-center;
  justify-content: center;
  gap: 1.5%;
}
.btn a span {
  width: 4%;
}

.jost {
  font-family: "Jost", sans-serif;
}

.line-wrapper {
  text-align: center;
}

.line {
  font-size: clamp(0.1rem, 5.10948905vw, 3.5rem);
  border-bottom: 0.75vw solid #A0DDD6;
  padding-bottom: 1%;
  font-weight: bold;
  display: inline;
}

.soon .soon-content {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 53vw;
}

.center {
  text-align: center;
}

.page-prev-arrow::before,
.page-prev-arrow::after {
  left: 0;
  transform-origin: 1px 50%;
}

.page-prev-arrow::before {
  transform: rotate(45deg);
}

.page-prev-arrow::after {
  transform: rotate(-45deg);
}

.page-next-arrow::before,
.page-next-arrow::after {
  right: 0;
  transform-origin: calc(100% - 1px) 50%;
}

.page-next-arrow::before {
  transform: rotate(45deg);
}

.page-next-arrow::after {
  transform: rotate(-45deg);
}

.pagination {
  color: #6C6C6C;
  margin-top: 11.628%;
}
.pagination .page-numbers {
  display: flex;
  font-size: 3.26vw;
  gap: 20px;
  justify-content: center;
  align-items: center;
}
.pagination .current {
  color: #EACD5A;
}

/* Swiper矢印（次へ） */
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27,22 L27,22 L5,44 l-2.1,-2.1 L22.8,22 L2.9,2.1 L5,0 L27,22 Z' fill='%23C9A971'/%3E%3C/svg%3E") !important;
}

/* Swiper矢印（前へ） */
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0,22 L0,22 L22,0 l2.1,2.1 L4.2,22 l19.9,19.9 L22,44 L0,22 Z' fill='%23C9A971'/%3E%3C/svg%3E") !important;
}

.swiper-pagination-bullet-active {
  background: #C9A971 !important;
}

.header {
  position: fixed;
  z-index: 3;
  width: 100%;
  height: 100px;
  padding: 0 3.49%;
  display: flex;
  align-items: center;
  background-color: #FFF;
  border: 1px solid #e5e7eb;
}
.header__wrapper {
  width: 100%;
}
.header__ttl {
  text-align: center;
  font-size: 7rem;
  font-weight: bold;
  text-shadow: 1px 2px 3px #808080;
}
.header__logo {
  width: 37%;
  max-width: 180px;
}
.header__pcList {
  display: none;
}

.menu__cart {
  position: absolute;
  right: 75px;
  width: 35px;
}

.menu {
  position: absolute;
  right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 200;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  border-radius: 3px;
}
.menu span {
  position: relative;
  display: block;
  width: 100%;
  height: 3px;
  border-radius: 50px;
  background-color: #374151;
  float: left;
  transform-origin: center center;
  transition: transform 250ms;
  z-index: 200;
}
.menu span:nth-of-type(1) {
  top: -5px;
}
.menu span:nth-of-type(2) {
  top: 1px;
}
.menu span:nth-of-type(3) {
  top: 7px;
}

#menu {
  display: none;
}
#menu:checked ~ .menu {
  background-color: transparent;
  transform: rotate(360deg);
  transition: transform 250ms ease;
  top: 29%;
  right: 15px;
  border: none;
}
#menu:checked ~ .menu span {
  background-color: #374151;
  transition: transform 250ms ease;
}
#menu:checked ~ .menu span:nth-of-type(1) {
  top: 3px;
  transform: rotate(45deg);
}
#menu:checked ~ .menu span:nth-of-type(2) {
  display: none;
}
#menu:checked ~ .menu span:nth-of-type(3) {
  top: -1px;
  transform: rotate(135deg);
}
#menu:checked ~ .nav {
  right: 0;
  transition: right 0.5s ease;
}
#menu:checked ~ main {
  transform: translateX(250px);
  transition: transform 0.5s ease;
}

.nav {
  position: fixed;
  bottom: 0;
  right: -100%;
  width: 100%;
  height: calc(100dvh - 100px);
  margin: 0;
  padding: 0;
  background: #fff;
  transition: right 0.5s ease;
  z-index: 99;
  overflow: auto;
  padding-bottom: 10%;
}
.nav__header {
  position: absolute;
  width: 42%;
  top: 7%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.nav__menu {
  position: relative;
  list-style-type: none;
  margin: 7% auto 0;
  padding: 0;
  width: 85%;
}
.nav__item {
  position: relative;
  display: block;
  margin: 8% 0 0;
  border-bottom: 1px solid #fff;
}
.nav__item a {
  position: relative;
  display: block;
  margin: 0;
  color: #374151;
  font-size: clamp(0.1rem, 3.59vw, 1.9rem);
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
}
.nav__item a img {
  width: 38%;
}
.nav__item a span {
  display: block;
  margin-top: 2%;
}
.nav__item:first-child {
  margin-top: 0;
}
.nav__contactMenu {
  margin: 8.03% auto 0;
  width: 85%;
}
.nav__contactItem {
  background-color: #c9a961;
  font-weight: bold;
  text-align: center;
  border-radius: 10px;
  font-size: clamp(0.1rem, 3.59vw, 1.9rem);
  box-shadow: 3px 6px 6px 0px rgba(0, 0, 0, 0.15);
}
.nav__contactItem a {
  color: #fff;
  padding: 5.5% 0;
}
.nav__contactItem:nth-child(2) {
  background-color: #72ACFF;
  margin-top: 5%;
}
.nav__copy {
  font-size: clamp(0.1rem, 2.18978102vw, 1.5rem);
  margin-top: 17%;
  text-align: center;
}

.footer {
  text-align: center;
  padding: 10% 2%;
}
.footer__content {
  padding-top: 10%;
  border-top: 1px solid #e5e7eb;
}
.footer__logo {
  margin: 0 auto;
  width: 43.8%;
}
.footer ul {
  display: flex;
  justify-content: center;
  gap: 3%;
  font-size: 14px;
  flex-wrap: wrap;
}
.footer__copy {
  color: #3C3C3C;
  padding: 7% 0 0;
  font-size: 14px;
}

.breadcrumb {
  font-size: 14px;
  display: flex;
  align-items: center;
}
.breadcrumb__item.arrow {
  margin-right: 28px;
}
.breadcrumb__item.arrow a {
  display: inline-block;
  position: relative;
  color: #c9a961;
}
.breadcrumb__item.arrow a::after {
  content: "＞";
  color: #333;
  font-size: 14px;
  font-weight: bold;
  pointer-events: none;
  position: absolute;
  right: -28px;
  top: 50%;
  transform: translate(-50%, -50%) scale(0.5, 1);
}

.breadcrumb + h2 {
  margin-top: 10%;
}

.items ul {
  margin-top: 10%;
}
.items ul li {
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.2);
  text-align: left;
}
.items ul li a {
  border-radius: 15px;
}
.items ul li img {
  border-radius: 15px 15px 0 0;
}
.items ul li .items__itemContent {
  padding: 7% 5%;
}
.items ul li .items__itemPrice {
  font-size: 20px;
  font-weight: bold;
  color: #c9a961;
}
.items ul li .items__itemLink {
  text-align: center;
  color: #c9a961;
  font-weight: bold;
  padding: 2% 0;
  border: 2px solid;
  border-radius: 5px;
  margin-top: 5%;
}
.items ul li + li {
  margin-top: 15%;
}
.items__link {
  margin: 15% auto 0;
  max-width: 350px;
}
.items__link a {
  background-color: #c9a961;
  padding: 5% 0;
  border-radius: 15px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}

.page-content {
  padding: 14.891% 0 13.5767%;
  width: 90%;
  max-width: 618px;
  margin: 0 auto;
}

.loading {
  /*ローディング画面の縦横幅を画面いっぱいになるように指定*/
  width: 100vw;
  height: 100vh;
  /*ローディング画面の表示位置を固定*/
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  /*ローディング画面を0.5秒かけて非表示にする*/
  transition: all 0.5s linear;
  z-index: 100000;
}

/*ローディング画面を非表示にする*/
.loading.loaded {
  /*0.5秒かけてopacityを0にする*/
  opacity: 0;
  visibility: hidden;
}

.loading-text {
  width: 40%;
  max-width: 200px;
  animation: bottomup 2s linear;
}

@keyframes bottomup {
  0% {
    transform: translateY(100%);
  }
  50% {
    transform: translateY(-5px);
  }
  55% {
    transform: translateY(0);
  }
  60% {
    transform: translateY(-2px);
  }
  65% {
    transform: translateY(0);
  }
}
.pcBr {
  display: none;
}

@media screen and (min-width: 768px) {
  p {
    margin-top: 1%;
  }
  .inner {
    padding: 6% 0;
    max-width: 1280px;
  }
  .nav__header {
    max-width: 100px;
  }
  .nav__menu {
    margin-top: 30%;
  }
  .nav__item {
    margin-top: 12%;
  }
  .nav__item a {
    font-size: 2.5rem;
  }
  .nav__snsItem {
    max-width: 50px;
    margin-right: 8%;
  }
  .nav__item:last-child {
    max-width: 300px;
  }
  .subTtl {
    margin-top: 1.5%;
    font-size: clamp(0.1rem, 1.35416667vw, 2.6rem);
  }
  .line {
    font-size: clamp(0.1rem, 2.76041667vw, 5.3rem);
    border-bottom: 0.42vw solid #A0DDD6;
  }
  .btn {
    width: 40%;
    margin: 3% auto 0;
    font-size: clamp(0.1rem, 1.35416667vw, 2.6rem);
  }
  a:hover + .arrow {
    right: -20%;
  }
  .pagination .page-numbers {
    font-size: 1.25vw;
  }
  .header {
    z-index: 10;
    height: auto;
    padding: 0 2%;
    height: 100px;
    justify-content: space-between;
    box-shadow: 3px 6px 6px 0px rgba(0, 0, 0, 0.15);
    border: none;
  }
  .header__logo {
    max-width: 200px;
    width: auto;
  }
  .header__pcList {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: clamp(0.1rem, 1.1458333vw, 2.2rem);
  }
  .header__pcItem {
    transition: padding 0.6s ease;
    height: 100%;
    display: flex;
    align-items: center;
    font-weight: bold;
  }
  .header__pcItem img {
    width: 30px;
  }
  .header__pcItem:nth-child(n+2) {
    margin-left: 30px;
  }
  .header__pcItem.insta {
    width: 4%;
  }
  .header__pcItem a {
    color: #374151;
  }
  .header__pcItem a:hover {
    opacity: 0.5;
  }
  .header__pcItem:last-child {
    box-shadow: 1px 2px 7px 0px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
  }
  .header__pcItem:last-child a {
    background-color: #c9a961;
    border-radius: 10px;
    color: #fff;
    padding: 13px 39px;
  }
  .swiper-container {
    padding-bottom: 60px !important;
  }
  .swiper-navigation {
    bottom: 20px;
  }
  .menu__cart {
    display: none;
  }
  .menu {
    display: none;
  }
  .footer {
    padding: 2% 2%;
  }
  .footer__inner {
    max-width: 1280px;
    margin: 0 auto;
  }
  .footer__logo {
    margin: 0;
    width: 18.5188%;
  }
  .footer__content {
    padding-top: 2%;
    display: flex;
    justify-content: space-between;
  }
  .footer ul {
    width: 40%;
    justify-content: start;
  }
  .footer__copy {
    padding: 0;
  }
  .breadcrumb + h2 {
    margin-top: 3%;
  }
  .items ul {
    display: flex;
    margin-top: 5%;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .items ul li {
    width: 23%;
    border-radius: 10px;
  }
  .items ul li a {
    border-radius: 10px;
  }
  .items ul li img {
    border-radius: 10px 10px 0 0;
  }
  .items ul li h3 {
    font-size: 16px;
  }
  .items ul li .items__content {
    padding: 9% 7%;
  }
  .items ul li .items__link {
    margin-top: 8%;
  }
  .items ul li + li {
    margin-top: 0;
  }
  .items ul li:nth-child(n+5) {
    margin-top: 3%;
  }
  .items__link {
    margin: 5% auto 0;
    width: 30%;
  }
  .page-content {
    padding: 8.8857% 0 12%;
  }
  .spBr {
    display: none;
  }
  .pcBr {
    display: block;
  }
}/*# sourceMappingURL=common.css.map */