@charset "UTF-8";
/****************************************

Theme Name: torayauiro
Theme URI: https://www.torayauiro.co.jp/
Description: 虎屋ういろ様専用オリジナルテーマ
Author: Riginal
Author URI: https://riginal.jp/

*****************************************/
/****************************************

目次
1.ベース
2.ヘッダー
3.フッター
4.トップページ
5.サブページ

*****************************************/
/*レスポンシブ*/
/*フォントサイズ（PC→SP線形補間 1200px→1024px基準）*/
/*Webフォント*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
/****************************************


1.ベース


*****************************************/
body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, figure {
  border: 0 none;
  font-style: normal;
  margin: 0;
  outline: 0 none;
  padding: 0;
  vertical-align: top;
  font-family: "Noto Sans JP", "Noto Sans", "Yu Gothic", YuGothic, "游ゴシック体", "メイリオ", Meiryo, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: auto;
  font-size: 16px;
  color: #1A282E;
  -webkit-text-size-adjust: none;
}

a, input[type=submit], botton {
  -webkit-transition: 0.8s ease-in-out;
  -moz-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
}

.inner {
  width: 88%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
@media all and (max-width: 1280px) {
  .inner {
    width: 90%;
  }
}
@media all and (max-width: 1024px) {
  .inner {
    width: 100%;
    padding-left: clamp(20px, 6vw, 32px);
    padding-right: clamp(20px, 6vw, 32px);
  }
}

.innerS {
  width: 70%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
@media all and (max-width: 1280px) {
  .innerS {
    width: 90%;
    max-width: 90%;
  }
}
@media all and (max-width: 1024px) {
  .innerS {
    width: 100%;
    max-width: 100%;
    padding-left: clamp(20px, 6vw, 32px);
    padding-right: clamp(20px, 6vw, 32px);
  }
}

.innerL {
  width: 100%;
  padding-left: 80px;
  padding-right: 80px;
  box-sizing: border-box;
}
@media all and (max-width: 1280px) {
  .innerL {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media all and (max-width: 1024px) {
  .innerL {
    padding-left: clamp(20px, 6vw, 32px);
    padding-right: clamp(20px, 6vw, 32px);
  }
}

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

.sp {
  display: none !important;
}
@media all and (max-width: 1024px) {
  .sp {
    display: block !important;
  }
}

/*インビュー関連*/
.inview {
  opacity: 0;
  transition: transform 3000ms cubic-bezier(0.165, 0.84, 0.44, 1), opacity 3000ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.inview.left {
  transform: translateX(-30px);
}
.inview.right {
  transform: translateX(30px);
}
.inview.bottom {
  transform: translateY(30px);
}
.inview.action {
  opacity: 1;
  transform: translate(0, 0);
}

/*テキスト関連*/
.center {
  text-align: center;
}

.under {
  text-decoration: underline;
}

b, stlong, .bold {
  font-weight: bold;
}

.postCn {
  font-size: clamp(16px, 1.6vw, 16px);
  line-height: 2;
}
.postCn * {
  font-size: clamp(16px, 1.6vw, 16px);
  line-height: 2;
}
.postCn h1 {
  font-size: 2em;
  line-height: 1.2;
  font-weight: bold;
  margin: 0 0 0.75rem;
}
.postCn h2 {
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.6;
  margin: 0 0 0.66rem 0;
}
.postCn h3 {
  font-size: 1.17em;
  line-height: 1.8;
  font-weight: bold;
  margin: 0 0 0.66rem 0;
}
.postCn h4 {
  font-size: 0.83em;
  line-height: 2;
  font-weight: bold;
  margin: 0 0 0.66rem 0;
}
.postCn h5 {
  font-size: 0.83em;
  line-height: 2;
  font-weight: bold;
  margin: 0 0 0.66rem 0;
}
.postCn h6 {
  font-size: 0.67em;
  line-height: 2;
  font-weight: bold;
  margin: 0 0 0.66rem 0;
}
.postCn p {
  margin-bottom: 20px;
}
.postCn p img {
  max-width: 100%;
  height: auto;
}
.postCn strong {
  font-weight: bold;
}
.postCn strong * {
  font-weight: bold;
}
.postCn em {
  font-style: italic;
}
.postCn em * {
  font-style: italic;
}
.postCn a {
  color: #e94b4b;
  display: inline;
  transition: 0.5s;
}
.postCn a * {
  color: #e94b4b;
}
.postCn a:hover {
  color: #e94b4b;
  text-decoration: underline;
}
.postCn img {
  margin-bottom: 20px;
}
.postCn iframe {
  margin-bottom: 20px;
}
.postCn ul {
  margin-bottom: 20px;
}
.postCn ul li {
  list-style: circle;
  list-style-position: inside;
}
.postCn ol {
  margin-bottom: 20px;
}
.postCn ol li {
  list-style-type: decimal;
  list-style-position: inside;
}
.postCn table {
  margin-bottom: 20px;
}
.postCn .post_row {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}
.postCn .post_row img {
  margin-bottom: 0;
}
.postCn .post_col {
  flex: 1;
}
.postCn .post_col img {
  width: 100%;
  height: auto;
  display: block;
}

/*フォーム関連*/
.mailform input[type=password],
.mailform input[type=text],
.mailform input[type=date],
.mailform input[type=email],
.mailform input[type=number],
.mailform input[type=url],
.mailform input[type=tel],
.mailform textarea,
.mailform select {
  border: 0;
  background: #F7F8F9;
  border-radius: 5px;
  color: #3F484C;
  padding: 18px 18px 18px;
  width: 100%;
  box-sizing: border-box;
  -webkit-appearance: none;
}
.mailform textarea {
  min-height: 250px;
}
.mailform input, .mailform select, .mailform textarea {
  outline: none;
}
.mailform input:disabled {
  background: none;
  font-weight: bold;
}
.mailform input[type=checkbox] {
  width: 26px;
  height: 26px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  transition: all 0.15s ease-out 0s;
  color: #46ADDF;
  cursor: pointer;
  display: inline-block;
  outline: none;
  border-radius: 0;
  vertical-align: -0.5rem;
  margin: 0;
}
.mailform input[type=checkbox]:before,
.mailform input[type=checkbox]:after {
  position: absolute;
  content: "";
  background: #fff;
  transition: all 0.2s ease-in-out;
}
.mailform input[type=checkbox]:before {
  left: 2px;
  top: 6px;
  width: 0;
  height: 2px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.mailform input[type=checkbox]:after {
  right: 9px;
  bottom: 3px;
  width: 2px;
  height: 0;
  transform: rotate(40deg);
  -webkit-transform: rotate(40deg);
  -moz-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  -o-transform: rotate(40deg);
  transition-delay: 0.2s;
}
.mailform input[type=checkbox]:checked:before {
  left: 1px;
  top: 12px;
  width: 11px;
  height: 3px;
}
.mailform input[type=checkbox]:checked:after {
  right: 6px;
  bottom: 2px;
  width: 3px;
  height: 17px;
}
.mailform input[type=checkbox]:indeterminate:before,
.mailform input[type=checkbox]:indeterminate:after {
  width: 10px;
  height: 2px;
  transform: rotate(0);
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
}
.mailform input[type=checkbox]:indeterminate:before {
  left: 1px;
  top: 7px;
}
.mailform input[type=checkbox]:indeterminate:after {
  right: 1px;
  bottom: 7px;
}
.mailform input[type=checkbox] {
  border: 2px solid #ABABAB;
}
.mailform input[type=checkbox]:checked,
.mailform input[type=checkbox]:checked {
  border: 2px solid #006AB6;
}
.mailform input[type=checkbox]:checked:after,
.mailform input[type=checkbox]:checked:before,
.mailform input[type=checkbox]:indeterminate:after,
.mailform input[type=checkbox]:indeterminate:before {
  background: #006AB6;
}
.mailform label {
  margin-left: 10px;
}
.mailform dl {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media all and (max-width: 1024px) {
  .mailform dl {
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.mailform dl dt {
  width: 200px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media all and (max-width: 1024px) {
  .mailform dl dt {
    width: 100%;
    display: block;
  }
}
.mailform dl dt .title,
.mailform .selectWrap .title {
  font-weight: bold;
  color: #0D2740;
}
.mailform dl dd {
  width: calc(100% - 200px);
  padding-left: 50px;
  box-sizing: border-box;
}
@media all and (max-width: 1024px) {
  .mailform dl dd {
    width: 100%;
    padding-left: 0;
  }
}
.mailform dl dd .input {
  width: 100%;
  display: inline-block;
}
.mailform .selectWrap {
  margin-top: 50px;
  margin-bottom: 50px;
}
.mailform .select {
  display: flex;
  flex-wrap: wrap;
}
@media all and (max-width: 1024px) {
  .mailform .select {
    display: block;
  }
}
.mailform .selectWrap .title {
  margin-bottom: 40px;
}
.mailform .select li {
  width: 25%;
  margin-bottom: 15px;
}
@media all and (max-width: 1024px) {
  .mailform .select li {
    width: 100%;
  }
}
.mailform .select.doble li {
  width: 100%;
}
.mailform .select li .input input {
  margin-top: 10px;
  background: #FFF;
  border: solid 1px #DCDCDC;
}
.mailform .submit {
  margin-top: 100px;
  width: 30%;
  margin-left: auto;
  margin-right: auto;
  -webkit-appearance: none;
}
@media all and (max-width: 1024px) {
  .mailform .submit {
    width: 80%;
    margin-top: 40px;
  }
}
.mailform .hissu {
  color: #FFF;
  width: 40px;
  height: 20px;
  display: flex;
  align-items: center;
  text-align: center;
  background-color: #E91C24;
  font-size: 80%;
  display: inline-block;
  line-height: 20px;
}
@media all and (max-width: 1024px) {
  .mailform .hissu {
    margin-left: 20px;
  }
}
.mailform .nini {
  color: #FFF;
  width: 40px;
  height: 20px;
  text-align: center;
  background-color: #6E6E6E;
  font-size: 80%;
  display: inline-block;
  line-height: 20px;
}
@media all and (max-width: 1024px) {
  .mailform .nini {
    margin-left: 20px;
  }
}
.mailform .error {
  margin-top: 10px;
}
.mailform .error span {
  color: #E91C24;
  font-size: 14px;
  display: block;
}
.mailform .acceptance {
  text-align: center;
}
.mailform .acceptance input[type=checkbox] {
  margin-right: 10px;
}
.mailform .acceptance a {
  text-decoration: underline;
}
.mailform .textarea dt {
  align-items: flex-start;
  margin-top: 10px;
}

/* 画像　四角 */
.crossFadeImg {
  position: relative;
  overflow: hidden;
}
.crossFadeImg .frameImg {
  position: relative;
  z-index: 1;
  border: 1px solid rgb(26, 26, 26);
  box-sizing: border-box;
}
.crossFadeImg .frameImg img {
  opacity: 0;
  z-index: 0;
}
.crossFadeImg .frameImg::after {
  z-index: 1;
  content: "";
  width: 150%;
  height: 1px;
  background: rgb(26, 26, 26);
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: left top;
  transform: rotate(var(--line-angle));
}
.crossFadeImg .overlayImg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.framePhoto_img {
  position: relative;
  overflow: hidden;
}

.framePhoto_base {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 0;
}

.framePhoto_border {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  border: 1px solid rgb(26, 26, 26);
  box-sizing: border-box;
}

.framePhoto_border img {
  display: block;
  width: 100%;
  height: auto;
}

.framePhoto_main {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: var(--main-img) center center/cover no-repeat;
  opacity: 0;
  transform: scale(1.05);
}

.scroll_on0 {
  animation: scroll_on0 1s ease-in-out forwards;
}

@keyframes scroll_on0 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.scroll_on1 {
  animation: scroll_on1 1s ease-in-out forwards;
}

@keyframes scroll_on1 {
  0% {
    opacity: 0;
    transform: translate(0, 50px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
.scroll_off0 {
  animation: scroll_off0 1s ease-in-out forwards;
}

@keyframes scroll_off0 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.scroll_off1 {
  animation: scroll_off1 1s ease-in-out forwards;
}

@keyframes scroll_off1 {
  0% {
    opacity: 1;
    transform: translate(0, 0);
  }
  100% {
    opacity: 0;
    transform: translate(0, 50px);
  }
}
.scroll_on0 .framePhoto_main,
.scroll_on1 .framePhoto_main {
  animation: framePhoto_on 0.5s ease-in-out 0.5s forwards;
}

@keyframes framePhoto_on {
  0% {
    opacity: 0;
    transform: scale(1.05);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
/****************************************


2.ヘッダー


*****************************************/
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  padding: 0 30px;
  box-sizing: border-box;
  transition: 0.5s ease;
  height: 90px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  header {
    height: 60px;
  }
}
header.scrolled {
  background: #390808;
  padding: 0 20px;
  height: 70px;
}
header.scrolled .gnav li.has-dropdown .dropdown {
  background: #390808;
}
header.scrolled .gnav li.has-dropdown .dropdown a {
  color: #fff;
}
header.scrolled .gnav li.has-dropdown .dropdown a:hover {
  background: rgba(255, 255, 255, 0.15);
}
@media screen and (max-width: 1024px) {
  header {
    padding: 15px;
  }
}
header .headerInner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .logo {
  width: 240px;
}
@media screen and (max-width: 1024px) {
  header .logo {
    width: 170px;
    z-index: 10001;
  }
}
header .logo a {
  display: block;
}
header .logo img {
  width: 100%;
  height: auto;
  display: block;
}
header .navBtn {
  display: none;
}
@media screen and (max-width: 1024px) {
  header .navBtn {
    width: 40px;
    height: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    background: none;
    border: none;
    padding: 0;
    position: relative;
    z-index: 10001;
  }
  header .navBtn span {
    width: 100%;
    height: 2px;
    background: #FFF;
    display: block;
    transition: 0.8s;
    transform-origin: center;
  }
  header .navBtn.open span:nth-child(1) {
    transform: translateY(12px) rotate(45deg);
  }
  header .navBtn.open span:nth-child(2) {
    opacity: 0;
  }
  header .navBtn.open span:nth-child(3) {
    transform: translateY(-12px) rotate(-45deg);
  }
}
header .gnav {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media all and (max-width: 1280px) {
  header .gnav {
    gap: 20px;
  }
}
header .gnav ul {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media all and (max-width: 1280px) {
  header .gnav ul {
    gap: 0;
  }
}
header .gnav li {
  list-style: none;
}
header .gnav a {
  font-size: clamp(14px, 1vw, 16px);
  text-decoration: none;
  color: #FFF;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.1em;
  font-weight: 600;
  padding: 6px 10px;
  border-radius: 4px;
  transition: background 0.4s ease, color 0.4s ease;
}
header .gnav a:hover {
  background: rgba(255, 255, 255, 0.2);
}
header .gnav .gnavBtn a {
  height: 30px;
  padding: 0 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #FFF;
  background: #FFF;
  border-radius: 100px;
  color: #000;
  line-height: 1;
  box-sizing: border-box;
}
header .gnav .gnavBtn a:hover {
  border: 1px solid #F9EC00;
  background: #F9EC00;
  color: #000;
}
header .gnav .gnavBtn_online {
  display: none !important;
}
@media screen and (max-width: 1024px) {
  header .gnav .gnavBtn_online {
    display: flex !important;
    border: 1px solid #F9EC00 !important;
    background: #F9EC00 !important;
    color: #000 !important;
    gap: 8px;
  }
  header .gnav .gnavBtn_online img {
    width: 18px;
    height: 18px;
  }
}
header .gnav li.has-dropdown {
  position: relative;
}
header .gnav li.has-dropdown .dropdown {
  position: absolute;
  top: calc(100% + 6px);
  left: 50%;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  padding: 8px 0;
  min-width: 160px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  display: flex;
  flex-direction: column;
  gap: 0;
}
header .gnav li.has-dropdown .dropdown li {
  width: 100%;
}
header .gnav li.has-dropdown .dropdown a {
  display: block;
  padding: 10px 16px;
  white-space: nowrap;
  font-size: 14px;
  border-radius: 0;
  text-align: left;
  color: #fff;
}
header .gnav li.has-dropdown .dropdown a:hover {
  background: rgba(255, 255, 255, 0.15);
}
header .gnav li.has-dropdown:hover .dropdown {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 1024px) {
  header .gnav {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #390808;
    padding: 90px 20px 30px;
    opacity: 0;
    visibility: hidden;
    transition: 0.8s;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    box-sizing: border-box;
  }
  header .gnav ul {
    width: 100%;
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }
  header .gnav li.has-dropdown {
    margin-bottom: 8px;
  }
  header .gnav a {
    font-size: clamp(16px, 1.14vw + 4px, 18px);
  }
  header .gnav li.has-dropdown {
    width: 100%;
    text-align: center;
  }
  header .gnav li.has-dropdown .dropdown {
    position: static;
    transform: none;
    background: transparent;
    padding: 8px 0 0;
    min-width: auto;
    display: inline-flex;
    flex-direction: column;
    gap: 4px;
    opacity: 1;
    visibility: visible;
  }
  header .gnav li.has-dropdown .dropdown a {
    font-size: 14px;
    padding: 4px 10px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
  }
  header .gnav li.has-dropdown .dropdown a::before {
    content: "";
    display: block;
    width: 15px;
    height: 1px;
    background: rgba(255, 255, 255, 0.6);
    flex-shrink: 0;
  }
  header .gnav .gnavBtn {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  header .gnav .gnavBtn a {
    width: 100%;
    height: 50px;
  }
  header .gnav.open {
    opacity: 1;
    visibility: visible;
  }
}
@media screen and (max-width: 1024px) {
  header .gnav {
    pointer-events: none;
  }
  header .gnav.open {
    pointer-events: auto;
  }
  header .navBtn {
    width: 35px;
    height: 35px;
    transition: width 0.5s ease, height 0.5s ease;
  }
  header .navBtn span {
    height: 3px;
    border-radius: 3px;
  }
  header .navBtn.open span:nth-child(1) {
    transform: translateY(13px) rotate(45deg);
  }
  header .navBtn.open span:nth-child(3) {
    transform: translateY(-13px) rotate(-45deg);
  }
  header.scrolled {
    height: 40px;
    padding: 0 15px;
  }
  header.scrolled .logo {
    width: 120px;
    transition: width 0.5s ease;
  }
  header.scrolled .navBtn {
    width: 28px;
    height: 28px;
    gap: 6px;
  }
  header.scrolled .navBtn.open span:nth-child(1) {
    transform: translateY(9px) rotate(45deg);
  }
  header.scrolled .navBtn.open span:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
  }
}

/****************************************


3.フッター


*****************************************/
.footer {
  background: #390808;
  color: #fff;
  padding: 70px 0;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 1024px) {
  .footer {
    padding: 50px 0;
  }
}
.footer .footer_inner {
  width: min(1720px, 100% - 100px);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 50px;
}
@media screen and (max-width: 1024px) {
  .footer .footer_inner {
    width: calc(100% - 40px);
    display: block;
  }
}
.footer .footer_info {
  width: 340px;
}
@media screen and (max-width: 1024px) {
  .footer .footer_info {
    width: 100%;
    margin-bottom: 40px;
  }
}
.footer .footer_logo {
  margin-bottom: 30px;
}
.footer .footer_logo img {
  width: 320px;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .footer .footer_logo img {
    width: 240px;
  }
}
.footer .footer_address {
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.1em;
  margin-bottom: 35px;
  color: #FFF;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .footer .footer_address {
    font-size: 14px;
  }
}
.footer .footer_sns {
  display: flex;
  align-items: center;
  gap: 35px;
}
.footer .footer_sns a {
  color: #fff;
  font-size: 0;
  display: block;
  width: 42px;
  height: 42px;
  background: center/contain no-repeat;
}
@media all and (max-width: 1024px) {
  .footer .footer_sns a {
    width: 30px;
    height: 30px;
  }
}
.footer .footer_sns li:nth-child(1) a {
  background-image: url("img/iconInstagramWhite.svg");
}
.footer .footer_sns li:nth-child(2) a {
  background-image: url("img/iconXWhite.svg");
}
.footer .footer_sns li:nth-child(3) a {
  background-image: url("img/iconFacebookWhite.svg");
}
.footer .footer_nav {
  flex: 1;
  max-width: 1040px;
  padding-top: 5px;
}
.footer .footer_menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 20px 30px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 35px;
}
.footer .footer_menu a {
  color: #fff;
  font-family: "Noto Serif JP", serif;
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  .footer .footer_menu {
    display: block;
    margin-bottom: 25px;
    font-size: 14px;
  }
}
.footer .footer_menu_links {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 1024px) {
  .footer .footer_menu_links {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px 10px;
    margin-bottom: 15px;
  }
  .footer .footer_menu_links a:first-child {
    grid-column: 1/-1;
  }
}
.footer .footer_menu_btns {
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer .footer_menu_btns .footerBtn {
  min-width: 170px;
  height: 30px;
  border: 2px solid #fff;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  box-sizing: border-box;
  transition: background 0.3s, color 0.3s;
}
.footer .footer_menu_btns .footerBtn:hover {
  background: #fff;
  color: #390808;
}
@media screen and (max-width: 1024px) {
  .footer .footer_menu_btns {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .footer .footer_menu_btns .footerBtn {
    min-width: 100%;
    width: 100%;
    font-size: 14px;
  }
}
.footer .footer_recruit {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-left: auto;
  max-width: 500px;
  margin-bottom: 35px;
}
@media screen and (max-width: 1024px) {
  .footer .footer_recruit {
    max-width: none;
    margin-bottom: 25px;
  }
}
.footer .footer_recruit a {
  height: 55px;
  background: #fff;
  border-radius: 10px;
  color: #390808;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  letter-spacing: 0.1em;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  transition: opacity 0.3s;
}
@media screen and (max-width: 1024px) {
  .footer .footer_recruit a {
    font-size: 14px;
    height: 40px;
  }
}
.footer .footer_recruit a:hover {
  opacity: 0.7;
}
.footer .footer_sub {
  display: flex;
  justify-content: flex-end;
  gap: 35px;
  margin-bottom: 95px;
}
@media screen and (max-width: 1024px) {
  .footer .footer_sub {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin-bottom: 40px;
  }
}
.footer .footer_sub a {
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  font-size: 16px;
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  .footer .footer_sub a {
    font-size: 14px;
    white-space: normal;
  }
}
.footer .footer_copy {
  text-align: right;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #FFF;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 1024px) {
  .footer .footer_copy {
    text-align: left;
  }
}

.fixedBanner {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #F9EC00;
  color: #333;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 25px 15px;
  gap: 10px;
  z-index: 100;
  text-decoration: none;
  border-radius: 15px 0 0 15px;
  transition: background 0.8s ease-in-out;
}
.fixedBanner:hover {
  background: #e6d900;
}
.fixedBanner span {
  writing-mode: vertical-rl;
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1024px) {
  .fixedBanner {
    display: none;
  }
}

/****************************************


4.トップページ


*****************************************/
@keyframes logoAppear {
  0% {
    opacity: 0;
    transform: translateY(40px) scale(1.08);
  }
  50% {
    opacity: 1;
    transform: translateY(40px) scale(1);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@keyframes bandExpand {
  from {
    height: 380px;
  }
  to {
    height: 200vmax;
  }
}
@keyframes uiroPop {
  0% {
    opacity: 0;
    transform: scale(0.3) translateY(8px);
  }
  100% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}
@keyframes uiroWave {
  0% {
    transform: translateY(0);
    animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    transform: translateY(-10px);
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
  100% {
    transform: translateY(0);
  }
}
#loading {
  position: fixed;
  inset: 0;
  background: #fff;
  z-index: 9999;
  opacity: 1;
  transition: opacity 2s ease;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
#loading::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-14deg);
  width: 200vw;
  height: 380px;
  background: #F9EC00;
  z-index: 0;
  animation: bandExpand 0.8s cubic-bezier(0.65, 0, 0.35, 1) 0.8s forwards;
}
#loading.hidden {
  opacity: 0;
}
#loading .loading_inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
#loading .loading_logo img {
  width: 200px;
  height: auto;
  opacity: 0;
  animation: logoAppear 1.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}
@media screen and (max-width: 1024px) {
  #loading .loading_logo img {
    width: 130px;
  }
}
#loading .loading_uiro {
  display: flex;
  align-items: center;
  gap: 5px;
}
#loading .loading_uiro img {
  height: 50px;
  width: auto;
  opacity: 0;
  animation: uiroPop 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) forwards, uiroWave 1s ease-in-out infinite;
}
@media screen and (max-width: 1024px) {
  #loading .loading_uiro img {
    height: 32px;
  }
}
#loading .loading_uiro img:nth-child(1) {
  animation-delay: 1.6s, 2.1s;
}
#loading .loading_uiro img:nth-child(2) {
  animation-delay: 1.7s, 2.2s;
}
#loading .loading_uiro img:nth-child(3) {
  animation-delay: 1.8s, 2.3s;
}
#loading .loading_uiro img:nth-child(4) {
  animation-delay: 1.9s, 2.4s;
}
#loading .loading_uiro img:nth-child(5) {
  animation-delay: 2s, 2.5s;
}
#loading .loading_uiro img:nth-child(6) {
  animation-delay: 2.1s, 2.6s;
}
#loading .loading_uiro img:nth-child(7) {
  animation-delay: 2.2s, 2.7s;
}
#loading .loading_uiro img:nth-child(8) {
  animation-delay: 2.3s, 2.8s;
}
#loading .loading_uiro img:nth-child(9) {
  animation-delay: 2.4s, 2.9s;
}

@keyframes mainScrollLineSP {
  0% {
    height: 0;
    bottom: 20px;
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  50% {
    height: 60px;
    bottom: -40px;
    opacity: 1;
  }
  100% {
    height: 0;
    bottom: -40px;
    opacity: 0;
  }
}
.home .mainImgWrap {
  animation: fadeInUp 0.8s ease;
}
.home .mainImg {
  width: 100%;
  height: 100vh;
  overflow: visible;
  position: relative;
}
.home .mainImg .mainImgNews {
  position: absolute;
  right: 30px;
  bottom: 30px;
  width: 420px;
  z-index: 10;
  background: rgba(255, 255, 255, 0.95);
  padding: 40px;
}
@media all and (max-width: 1280px) {
  .home .mainImg .mainImgNews {
    padding: 20px;
  }
}
.home .mainImg .mainImgNews::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 60px 0 0 150px;
  border-color: transparent transparent transparent #F9EC00;
}
.home .mainImg .mainImgNews .swiper-slide a {
  display: flex;
  flex-direction: column;
  gap: 5px;
  text-decoration: none;
  color: #333;
}
.home .mainImg .mainImgNews .swiper-slide a span {
  font-size: 14px;
  white-space: nowrap;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  color: #888;
}
.home .mainImg .mainImgNews .swiper-slide a p {
  font-size: 16px;
  line-height: 1.5;
  font-family: "Noto Serif JP", serif;
}
.home .mainImg .mainImgNews .swiper-pagination {
  position: absolute;
  right: 15px;
  bottom: 10px;
  left: auto;
  width: auto;
  display: flex;
  align-items: center;
  gap: 5px;
}
.home .mainImg .mainImgNews .swiper-pagination .swiper-pagination-bullet {
  background: #ccc;
  opacity: 1;
  width: 40px;
  height: 5px;
  border-radius: 0;
}
.home .mainImg .mainImgNews .swiper-pagination .swiper-pagination-bullet-active {
  background: #F9EC00;
}
.home .mainImg::after {
  content: "";
  width: 2px;
  height: 400px;
  background: #F9EC00;
  position: absolute;
  left: 50%;
  bottom: -330px;
  z-index: 20;
  transform: translateX(-50%);
  animation: mainScrollLine 2.8s ease-in-out infinite;
  pointer-events: none;
}
.home .mainImg .mainImgSlide {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.home .mainImg .swiper-wrapper {
  height: 100%;
}
.home .mainImg .swiper-slide {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.home .mainImg .swiper-slide-active .mainImgScale {
  animation: mainZoomOut 7.5s linear forwards;
}
.home .mainImg .mainImgScale {
  width: 100%;
  height: 100%;
  transform: scale(1);
}
.home .mainImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media screen and (max-width: 1024px) {
  .home .mainImg {
    height: 100svh;
  }
  .home .mainImg::after {
    z-index: 5;
    animation: mainScrollLineSP 2.8s ease-in-out infinite;
  }
  .home .mainImg .mainImgNews {
    width: 80%;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
    padding: 15px 20px 20px;
  }
  .home .mainImg .mainImgNews .swiper-slide a {
    gap: 4px;
  }
  .home .mainImg .mainImgNews .swiper-slide a span {
    font-size: clamp(12px, 1.2vw, 12px);
  }
  .home .mainImg .mainImgNews .swiper-slide a p {
    font-size: 14px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .home .mainImg .mainImgNews .swiper-pagination {
    right: 10px;
    bottom: 8px;
  }
  .home .mainImg .mainImgNews .swiper-pagination .swiper-pagination-bullet {
    width: 24px;
    height: 3px;
  }
}
@keyframes mainZoomOut {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes mainScrollLine {
  0% {
    height: 0;
    bottom: 70px;
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  50% {
    height: 400px;
    bottom: -330px;
    opacity: 1;
  }
  100% {
    height: 0;
    bottom: -330px;
    opacity: 0;
  }
}
.home .cn1 {
  padding-top: 240px;
  padding-bottom: 150px;
  background: #FFFAF3;
}
@media all and (max-width: 1024px) {
  .home .cn1 {
    padding-top: 120px;
    padding-bottom: 80px;
  }
}
.home .cn1 .cn1-1 {
  display: flex;
  gap: 80px;
}
@media all and (max-width: 1024px) {
  .home .cn1 .cn1-1 {
    flex-direction: column;
    gap: 40px;
  }
}
.home .cn1 .cn1-1_mv video {
  width: 100%;
  display: block;
}
.home .cn1 .cn1-1 .img {
  width: 70%;
}
@media screen and (max-width: 1024px) {
  .home .cn1 .cn1-1 .img {
    width: 100%;
  }
}
.home .cn1 .cn1-1 .img img {
  width: 100%;
  height: auto;
}
.home .cn1 .cn1-1 .txt {
  display: flex;
}
@media screen and (max-width: 1024px) {
  .home .cn1 .cn1-1 .txt {
    width: 100%;
    margin-top: 40px;
    display: block;
  }
}
.home .cn1 .cn1-1 .txt .tit {
  writing-mode: vertical-rl;
  font-size: clamp(24px, 6.82vw - 46px, 36px);
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.15em;
  font-family: ten-mincho, serif;
}
@media screen and (max-width: 1024px) {
  .home .cn1 .cn1-1 .txt .tit {
    line-height: 1.5;
    writing-mode: initial;
  }
}
.home .cn1 .cn1-1 .txt .sub {
  writing-mode: vertical-rl;
  font-size: clamp(16px, 1.14vw + 4px, 18px);
  line-height: 2.2;
  letter-spacing: 0.15em;
  font-family: ten-mincho, serif;
}
@media screen and (max-width: 1024px) {
  .home .cn1 .cn1-1 .txt .sub {
    line-height: 2;
    writing-mode: initial;
  }
}
.home .cn1 .cn1-1 .img {
  width: 70%;
}
@media screen and (max-width: 1024px) {
  .home .cn1 .cn1-1 .img {
    width: 100%;
  }
}
.home .cn1 .cn1-2 {
  display: flex;
  justify-content: center;
  gap: 80px;
  padding-top: 70px;
}
@media all and (max-width: 1024px) {
  .home .cn1 .cn1-2 {
    flex-direction: column;
    gap: 40px;
  }
}
.home .cn1 .cn1-2 .txt {
  writing-mode: vertical-rl;
  font-size: clamp(16px, 1.14vw + 4px, 18px);
  line-height: 2.2;
  letter-spacing: 0.15em;
  font-family: ten-mincho, serif;
}
@media screen and (max-width: 1024px) {
  .home .cn1 .cn1-2 .txt {
    writing-mode: initial;
  }
}
.home .cn1 .cn1-2 .txt .catch {
  display: inline-block;
  font-size: clamp(18px, 2.27vw - 5px, 22px);
  font-family: ten-mincho, serif;
  line-height: 1.8;
  margin-left: 0.7em;
}
.home .cn1 .cn1-2 .img {
  width: 40%;
}
@media screen and (max-width: 1024px) {
  .home .cn1 .cn1-2 .img {
    width: 100%;
  }
}
.home .cn1 .cn1-3 {
  padding-top: 100px;
}
@media all and (max-width: 1024px) {
  .home .cn1 .cn1-3 {
    padding-top: 60px;
  }
}
.home .cn1 .cn1-3 .wrap {
  display: flex;
  justify-content: flex-end;
  gap: 80px;
}
@media all and (max-width: 1024px) {
  .home .cn1 .cn1-3 .wrap {
    flex-direction: column;
    gap: 40px;
  }
}
.home .cn1 .cn1-3 .txt {
  font-family: ten-mincho, serif;
  font-size: clamp(16px, 9.09vw - 77px, 32px);
  font-weight: 500;
  line-height: 2;
  writing-mode: vertical-rl;
  letter-spacing: 0.1em;
  flex-shrink: 0;
}
@media all and (max-width: 1024px) {
  .home .cn1 .cn1-3 .txt {
    writing-mode: initial;
  }
}
.home .cn1 .cn1-3 .img {
  flex: 1;
  max-width: 54%;
}
@media all and (max-width: 1024px) {
  .home .cn1 .cn1-3 .img {
    width: 100%;
    max-width: 100%;
  }
}
.home .cn1 .cn1-3 .azukiWrap {
  margin-top: 80px;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
  transform: translateY(-40%);
}
@media all and (max-width: 1024px) {
  .home .cn1 .cn1-3 .azukiWrap {
    margin-top: 50px;
    padding-bottom: 70px;
  }
}
.home .cn1 .cn1-3 .azukiWrap .img {
  padding-left: 6%;
  width: 36%;
  max-width: 100%;
  flex: none;
  position: relative;
}
.home .cn1 .cn1-3 .azukiWrap .azuki {
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translate(40%, 40%);
  width: 75%;
}
@media all and (max-width: 1024px) {
  .home .cn1 .cn1-3 .azukiWrap .azuki {
    width: 160px;
    transform: translate(55%, 50%);
  }
}
.home .cn1 .cn1-3 .azukiWrap .azuki img {
  width: 100%;
  height: auto;
  display: block;
}
.home .cn1 .cn1-4 {
  padding-top: 70px;
}
@media all and (max-width: 1024px) {
  .home .cn1 .cn1-4 {
    padding-top: 80px;
  }
}
.home .cn1 .cn1-5 {
  padding-top: 150px;
}
@media all and (max-width: 1024px) {
  .home .cn1 .cn1-5 {
    padding-top: 60px;
  }
}
.home .cn1 .cn1-5 .wrap {
  width: 65%;
  margin: 0 auto;
}
.home .cn1 .cn1-6 {
  padding-top: 100px;
}
@media all and (max-width: 1024px) {
  .home .cn1 .cn1-6 {
    padding-top: 60px;
  }
}
.home .cn1 .cn1-6 .wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 80px;
}
@media all and (max-width: 1024px) {
  .home .cn1 .cn1-6 .wrap {
    flex-direction: column;
    gap: 40px;
  }
}
.home .cn1 .cn1-6 .wrap .img {
  flex: none;
  width: 50%;
}
@media all and (max-width: 1024px) {
  .home .cn1 .cn1-6 .wrap .img {
    width: 100%;
  }
}
.home .cn1 .cn1-6 .wrap .txt .tit {
  font-size: clamp(24px, 4.55vw - 23px, 32px);
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-family: ten-mincho, serif;
}
.home .cn1 .cn1-6 .wrap .txt .sub {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.1em;
  font-family: ten-mincho, serif;
  margin-top: 15px;
}
@media screen and (max-width: 1024px) {
  .home .cn1 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .home .cn1 .cn1-1 {
    gap: 20px;
  }
  .home .cn1 .cn1-1 .txt,
  .home .cn1 .cn1-2 .txt,
  .home .cn1 .cn1-3 .txt {
    width: 100%;
    box-sizing: border-box;
    padding-left: clamp(20px, 6vw, 32px);
    padding-right: clamp(20px, 6vw, 32px);
  }
  .home .cn1 .cn1-1 .txt {
    order: -1;
    text-align: center;
    align-items: center;
  }
  .home .cn1 .cn1-2 {
    padding-top: 50px;
    gap: 20px;
    align-items: center;
  }
  .home .cn1 .cn1-2 .txt {
    order: -1;
    text-align: left;
    writing-mode: vertical-rl;
    width: auto;
  }
  .home .cn1 .cn1-3 {
    padding-top: 50px;
  }
  .home .cn1 .cn1-3 .wrap {
    flex-direction: row;
    align-items: flex-start;
    gap: 0;
    justify-content: flex-end;
  }
  .home .cn1 .cn1-3 .txt {
    writing-mode: vertical-rl;
    width: auto;
    flex-shrink: 0;
    padding-left: 10px;
  }
  .home .cn1 .cn1-3 .img {
    width: 75%;
    max-width: 75%;
  }
  .home .cn1 .cn1-3 .azukiWrap {
    justify-content: flex-start;
    padding-left: 15%;
    padding-bottom: 40px;
    transform: none;
    margin-top: -50px;
  }
  .home .cn1 .cn1-3 .azukiWrap .img {
    width: 35%;
  }
  .home .cn1 .cn1-3 .azukiWrap .azuki {
    right: 0;
    bottom: 0;
    transform: translate(55%, 50%);
    width: 160px;
  }
}
.home .cn1 .cn1-4 {
  padding-top: 20px;
}
.home .cn1 .cn1-5 img {
  width: 80%;
  margin: 0 auto;
  display: block;
}
.home .cn2 .txt {
  width: 560px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-bottom: 80px;
}
@media all and (max-width: 1024px) {
  .home .cn2 .txt {
    width: 100%;
    padding-bottom: 50px;
  }
}
.home .cn2 .txt .tit {
  font-size: clamp(24px, 6.82vw - 46px, 36px);
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.15em;
  line-height: 1;
  font-family: ten-mincho, serif;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  width: 100%;
  text-align: center;
  border-bottom: solid 1px #828282;
}
.home .cn2 .txt p {
  text-align: center;
  line-height: 2;
  font-family: "Noto Serif JP", serif;
}
.home .cn2 .cn2-1 {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 1024px) {
  .home .cn2 .cn2-1 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.home .cn2 .cn2-1 .wrap {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .home .cn2 .cn2-1 .wrap {
    overflow-x: auto;
  }
}
.home .cn2 .cn2-1 .wrap .topCn2_list {
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 1024px) {
  .home .cn2 .cn2-1 .wrap .topCn2_list {
    gap: 10px;
    padding: 0 20px;
  }
}
.home .cn2 .cn2-1 .wrap .topCn2_list .bg {
  flex: 1;
  background: url("img/topCn2-1Bg.webp") center/cover;
}
@media screen and (max-width: 1024px) {
  .home .cn2 .cn2-1 .wrap .topCn2_list .bg {
    display: none;
  }
}
.home .cn2 .cn2-1 .wrap .topCn2_list li {
  opacity: 0;
  transition: opacity 1000ms ease, transform 1000ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.home .cn2 .cn2-1 .wrap .topCn2_list li:nth-child(1) {
  transition-delay: 0ms;
}
.home .cn2 .cn2-1 .wrap .topCn2_list li:nth-child(2) {
  transition-delay: 120ms;
}
.home .cn2 .cn2-1 .wrap .topCn2_list li:nth-child(3) {
  transition-delay: 240ms;
}
.home .cn2 .cn2-1 .wrap .topCn2_list li:nth-child(4) {
  transition-delay: 360ms;
}
.home .cn2 .cn2-1 .wrap .topCn2_list li:nth-child(5) {
  transition-delay: 480ms;
}
.home .cn2 .cn2-1 .wrap .topCn2_list li:nth-child(6) {
  transition-delay: 600ms;
}
.home .cn2 .cn2-1 .wrap .topCn2_list li a {
  position: relative;
}
.home .cn2 .cn2-1 .wrap .topCn2_list li h3 {
  position: absolute;
  left: 50%;
  top: 50px;
  transform: translateX(-50%);
  z-index: 5;
  font-size: clamp(18px, 3.41vw - 17px, 24px);
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.2em;
  writing-mode: vertical-rl;
  font-family: ten-mincho, serif;
}
.home .cn2 .cn2-1 .wrap .topCn2_list li .img {
  width: 100%;
  height: 580px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .home .cn2 .cn2-1 .wrap .topCn2_list li .img {
    height: 300px;
  }
}
.home .cn2 .cn2-1 .wrap .topCn2_list li .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s ease;
}
.home .cn2 .cn2-1 .wrap .topCn2_list li:hover .img img {
  transform: scale(1.05);
}
@media screen and (max-width: 1024px) {
  .home .cn2 .cn2-1 .wrap .topCn2_list li {
    flex-shrink: 0;
    width: 180px;
  }
}
.home .cn2 .cn2-1 .wrap .topCn2_list-top {
  padding-left: 15%;
}
@media screen and (max-width: 1024px) {
  .home .cn2 .cn2-1 .wrap .topCn2_list-top {
    padding-left: 0;
  }
}
.home .cn2 .cn2-1 .wrap .topCn2_list-top li {
  transform: translateX(60px);
}
.home .cn2 .cn2-1 .wrap .topCn2_list-top.action li {
  opacity: 1;
  transform: translateX(0);
}
.home .cn2 .cn2-1 .wrap .topCn2_list-bottom {
  margin-top: 30px;
  justify-content: flex-end;
  padding-right: 15%;
}
@media screen and (max-width: 1024px) {
  .home .cn2 .cn2-1 .wrap .topCn2_list-bottom {
    justify-content: flex-start;
    padding-right: 0;
    margin-top: 10px;
  }
}
.home .cn2 .cn2-1 .wrap .topCn2_list-bottom li {
  transform: translateX(-60px);
}
.home .cn2 .cn2-1 .wrap .topCn2_list-bottom.action li {
  opacity: 1;
  transform: translateX(0);
}
@media screen and (max-width: 1024px) {
  .home .cn2 .cn2-1 .cn2-1-sp {
    padding: 0 clamp(20px, 6vw, 32px);
  }
  .home .cn2 .cn2-1 .cn2-1-sp .spProductList {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    list-style: none;
  }
  .home .cn2 .cn2-1 .cn2-1-sp .spProductList li:nth-child(odd) {
    transition-delay: 0ms;
  }
  .home .cn2 .cn2-1 .cn2-1-sp .spProductList li:nth-child(even) {
    transition-delay: 400ms;
  }
  .home .cn2 .cn2-1 .cn2-1-sp .spProductList li a {
    display: block;
    text-decoration: none;
    color: #333;
  }
  .home .cn2 .cn2-1 .cn2-1-sp .spProductList li .img {
    aspect-ratio: 4/3;
    overflow: hidden;
    margin-bottom: 8px;
  }
  .home .cn2 .cn2-1 .cn2-1-sp .spProductList li .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .home .cn2 .cn2-1 .cn2-1-sp .spProductList li .name {
    font-size: 16px;
    text-align: center;
    font-family: ten-mincho, serif;
    line-height: 1.4;
  }
}
.home .cn2 .cn2-2 {
  padding-top: 150px;
  padding-bottom: 150px;
  background: url("img/topCn2-2Bg.webp") center center no-repeat, #F8EDEA;
  background-size: 45%;
}
@media screen and (max-width: 1024px) {
  .home .cn2 .cn2-2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.home .cn2 .cn2-2 .productList {
  padding-top: 0;
}
.home .cn2 .cn2-2 .productList .tit {
  display: none;
}
.home .cn2 .cn2-2 .productList ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 60px 30px;
}
.home .cn2 .cn2-2 .productList ul.justify-center {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px 16px;
}
.home .cn2 .cn2-2 .productList ul.justify-center > li {
  width: calc(25% - 12px);
}
@media screen and (max-width: 1024px) {
  .home .cn2 .cn2-2 .productList ul.justify-center {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px 15px;
  }
  .home .cn2 .cn2-2 .productList ul.justify-center > li {
    width: auto;
  }
}
.home .cn2 .cn2-2 .productList li {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 800ms ease, transform 800ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.home .cn2 .cn2-2 .productList li:nth-child(1) {
  transition-delay: 0ms;
}
.home .cn2 .cn2-2 .productList li:nth-child(2) {
  transition-delay: 200ms;
}
.home .cn2 .cn2-2 .productList li:nth-child(3) {
  transition-delay: 400ms;
}
.home .cn2 .cn2-2 .productList li:nth-child(4) {
  transition-delay: 600ms;
}
.home .cn2 .cn2-2 .productList li:nth-child(5) {
  transition-delay: 800ms;
}
.home .cn2 .cn2-2 .productList li:nth-child(6) {
  transition-delay: 1000ms;
}
.home .cn2 .cn2-2 .productList li:nth-child(7) {
  transition-delay: 1200ms;
}
.home .cn2 .cn2-2 .productList li:nth-child(8) {
  transition-delay: 1400ms;
}
.home .cn2 .cn2-2 .productList li:nth-child(9) {
  transition-delay: 1600ms;
}
.home .cn2 .cn2-2 .productList li:nth-child(10) {
  transition-delay: 1800ms;
}
.home .cn2 .cn2-2 .productList.action li {
  opacity: 1;
  transform: translateY(0);
}
.home .cn2 .moreBtn {
  text-align: center;
  margin-top: 60px;
}
.home .cn2 .moreBtn a {
  display: inline-block;
}
.home .cn2 .moreBtn span {
  display: flex;
  align-items: center;
  border: 1px solid #390808;
  border-radius: 999px;
  padding: 16px 52px 16px 32px;
  font-size: clamp(16px, 1.14vw + 4px, 18px);
  font-weight: 500;
  line-height: 1;
  position: relative;
  font-family: "Noto Serif JP", serif;
  color: #390808;
  transition: background 0.5s ease, color 0.5s ease, border-color 0.5s ease;
}
.home .cn2 .moreBtn span::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 5px solid #390808;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: border-left-color 0.5s ease;
}
.home .cn2 .moreBtn a:hover span {
  background: #390808;
  color: #fff;
  border-color: #390808;
}
.home .cn2 .moreBtn a:hover span::before {
  border-left-color: #fff;
}
@media screen and (max-width: 1024px) {
  .home .cn2 .txt {
    padding-bottom: 20px;
  }
  .home .cn2 .txt .tit {
    font-size: clamp(18px, 3.41vw - 17px, 24px);
  }
  .home .cn2 .txt p {
    font-size: 16px;
    text-align: left;
  }
  .home .cn2 .cn2-1 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .home .cn2 .cn2-2 {
    padding-top: 50px;
    padding-bottom: 50px;
    background-size: 90%;
  }
  .home .cn2 .cn2-2 .productList ul {
    gap: 20px 16px;
  }
  .home .cn2 .cn2-2 .productList li {
    transition: transform 3000ms cubic-bezier(0.165, 0.84, 0.44, 1), opacity 3000ms cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .home .cn2 .cn2-2 .productList li:nth-child(odd) {
    transition-delay: 0ms;
  }
  .home .cn2 .cn2-2 .productList li:nth-child(even) {
    transition-delay: 400ms;
  }
}
.home .cn3 .linkGrid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}
@media screen and (max-width: 1024px) {
  .home .cn3 .linkGrid {
    grid-template-columns: 1fr;
  }
}
.home .cn3 .linkGrid_item {
  min-height: 340px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .home .cn3 .linkGrid_item {
    min-height: 180px;
  }
}
.home .cn3 .linkGrid_item .bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
}
.home .cn3 .linkGrid_item span {
  position: relative;
  z-index: 1;
  min-width: 300px;
  box-sizing: border-box;
  border: 1px solid #FFF;
  color: #fff;
  font-size: clamp(16px, 1.14vw + 4px, 18px);
  letter-spacing: 0.05em;
  padding: 20px 80px 20px 30px;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 1024px) {
  .home .cn3 .linkGrid_item span {
    min-width: 0;
    width: 80%;
    height: auto;
    min-height: 56px;
    font-size: 16px;
    padding: 14px 52px 14px 20px;
  }
}
.home .cn3 .linkGrid_item span::after {
  content: "";
  width: 35px;
  height: 35px;
  border: 1px solid #fff;
  border-radius: 50%;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1024px) {
  .home .cn3 .linkGrid_item span::after {
    width: 34px;
    height: 34px;
    right: 10px;
  }
}
.home .cn3 .linkGrid_item span::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 6px solid #fff;
  position: absolute;
  right: 29px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .home .cn3 .linkGrid_item span::before {
    right: 24px;
  }
}
.home .cn3 .linkGrid_item01 {
  grid-column: 1/4;
}
@media screen and (max-width: 1024px) {
  .home .cn3 .linkGrid_item01 {
    grid-column: auto;
  }
}
.home .cn3 .linkGrid_item01 .bg {
  background-image: url("img/topCn3-1.webp");
}
.home .cn3 .linkGrid_item02 {
  grid-column: 4/7;
}
@media screen and (max-width: 1024px) {
  .home .cn3 .linkGrid_item02 {
    grid-column: auto;
  }
}
.home .cn3 .linkGrid_item02 .bg {
  background-image: url("img/topCn3-2.webp");
}
.home .cn3 .linkGrid_item02 span {
  color: #390808;
  border-color: #390808;
}
.home .cn3 .linkGrid_item02 span::after {
  border-color: #390808;
}
.home .cn3 .linkGrid_item02 span::before {
  border-left-color: #390808;
}
.home .cn3 .linkGrid_item03 {
  grid-column: 1/3;
}
@media screen and (max-width: 1024px) {
  .home .cn3 .linkGrid_item03 {
    grid-column: auto;
  }
}
.home .cn3 .linkGrid_item03 .bg {
  background-image: url("img/topCn3-3.webp");
}
.home .cn3 .linkGrid_item04 {
  grid-column: 3/5;
}
@media screen and (max-width: 1024px) {
  .home .cn3 .linkGrid_item04 {
    grid-column: auto;
  }
}
.home .cn3 .linkGrid_item04 .bg {
  background-image: url("img/topCn3-4.webp");
}
.home .cn3 .linkGrid_item05 {
  grid-column: 5/7;
}
@media screen and (max-width: 1024px) {
  .home .cn3 .linkGrid_item05 {
    grid-column: auto;
  }
}
.home .cn3 .linkGrid_item05 .bg {
  background-image: url("img/topCn3-5.webp");
}
@media screen and (max-width: 1024px) {
  .home .cn3 .linkGrid {
    grid-template-columns: 1fr;
  }
  .home .cn3 .linkGrid_item {
    min-height: 100px;
  }
  .home .cn3 .linkGrid_item span {
    position: relative;
    width: 85%;
    min-width: 0;
    min-height: auto;
    border: none;
    color: #fff;
    background: transparent;
    padding: 14px 52px 14px 20px;
    font-size: 16px;
    box-sizing: border-box;
  }
  .home .cn3 .linkGrid_item span::after {
    border-color: #fff;
  }
  .home .cn3 .linkGrid_item span::before {
    border-left-color: #fff;
  }
  .home .cn3 .linkGrid_item02 span {
    border: none;
    color: #390808;
  }
  .home .cn3 .linkGrid_item02 span::after {
    border-color: #390808;
  }
  .home .cn3 .linkGrid_item02 span::before {
    border-left-color: #390808;
  }
}
.home .cn4 {
  padding-top: 150px;
  padding-bottom: 150px;
  background: #F7F4ED;
}
@media screen and (max-width: 1024px) {
  .home .cn4 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.home .cn4 .inner {
  width: 75%;
}
@media screen and (max-width: 1024px) {
  .home .cn4 .inner {
    width: 100%;
  }
}
.home .cn4 .wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 20px;
  margin-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  .home .cn4 .wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}
.home .cn4 .wrap .tit {
  display: flex;
  flex-direction: column;
  line-height: 1;
}
.home .cn4 .wrap .tit .jp {
  font-size: clamp(24px, 6.82vw - 46px, 36px);
  font-weight: 400;
  margin-bottom: 10px;
  font-family: ten-mincho, serif;
}
.home .cn4 .wrap .tit .en {
  font-size: clamp(12px, 1.2vw, 12px);
  letter-spacing: 0.2em;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
}
.home .cn4 .wrap .moreBtn a {
  display: inline-block;
}
.home .cn4 .wrap .moreBtn span {
  display: flex;
  align-items: center;
  border: 1px solid #390808;
  border-radius: 999px;
  padding: 10px 35px 10px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  position: relative;
  font-family: "Noto Serif JP", serif;
  color: #390808;
  transition: background 0.5s ease, color 0.5s ease, border-color 0.5s ease;
}
.home .cn4 .wrap .moreBtn span::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 5px solid #390808;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  transition: border-left-color 0.5s ease;
}
.home .cn4 .wrap .moreBtn a:hover span {
  background: #390808;
  color: #fff;
  border-color: #390808;
}
.home .cn4 .wrap .moreBtn a:hover span::before {
  border-left-color: #fff;
}
.home .cn4 .newsList .newsItem {
  background: #fff;
  margin-bottom: 10px;
}
.home .cn4 .newsList .newsItem:nth-child(2) {
  transition-delay: 100ms;
}
.home .cn4 .newsList .newsItem:nth-child(3) {
  transition-delay: 200ms;
}
.home .cn4 .newsList .newsItem:nth-child(4) {
  transition-delay: 300ms;
}
.home .cn4 .newsList .newsItem:nth-child(5) {
  transition-delay: 400ms;
}
.home .cn4 .newsList .newsItem a {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 22px 28px;
  text-decoration: none;
  transition: opacity 0.3s;
}
@media screen and (max-width: 1024px) {
  .home .cn4 .newsList .newsItem a {
    flex-wrap: wrap;
    gap: 10px;
    padding: 18px 20px;
  }
}
.home .cn4 .newsList .newsItem a:hover {
  opacity: 0.75;
}
.home .cn4 .newsList .newsItem .date {
  font-size: 16px;
  color: #636363;
  white-space: nowrap;
  flex-shrink: 0;
  letter-spacing: 0.05em;
}
.home .cn4 .newsList .newsItem .cat {
  display: inline-block;
  padding: 5px 20px;
  border-radius: 40px;
  font-size: 13px;
  line-height: 1;
  white-space: nowrap;
  flex-shrink: 0;
  border: 1px solid #390808;
  color: #390808;
  font-family: "Noto Serif JP", serif;
  min-width: 5em;
  text-align: center;
  box-sizing: content-box;
}
.home .cn4 .newsList .newsItem .tit {
  font-size: 16px;
  color: #1A282E;
  letter-spacing: 0.02em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  .home .cn4 .newsList .newsItem .tit {
    white-space: normal;
  }
}
@media screen and (max-width: 1024px) {
  .home .cn4 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .home .cn4 .wrap {
    flex-direction: row;
    align-items: center;
    margin-bottom: 20px;
  }
  .home .cn4 .wrap .tit .jp {
    font-size: clamp(18px, 3.41vw - 17px, 24px);
  }
  .home .cn4 .wrap .moreBtn span {
    font-size: 14px;
  }
  .home .cn4 .newsList .newsItem a {
    padding: 16px 20px;
    gap: 8px;
  }
  .home .cn4 .newsList .newsItem .cat {
    padding: 3px 10px;
  }
  .home .cn4 .newsList .newsItem .date {
    font-size: 14px;
  }
  .home .cn4 .newsList .newsItem .tit {
    font-size: 16px;
  }
}
.home .cn5 {
  padding-top: 150px;
  padding-bottom: 150px;
}
@media screen and (max-width: 1024px) {
  .home .cn5 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.home .cn5 .tit {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.home .cn5 .tit .en {
  font-family: ten-mincho, serif;
  font-size: clamp(24px, 6.82vw - 46px, 36px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.03em;
  margin-bottom: 20px;
}
.home .cn5 .tit a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  line-height: 1.4;
  color: #333;
  font-family: "Noto Serif JP", serif;
}
.home .cn5 .tit a::before {
  content: "";
  width: 18px;
  height: 18px;
  background: url("img/iconInstagram.svg") center/contain no-repeat;
  flex-shrink: 0;
}
@media screen and (max-width: 1024px) {
  .home .cn5 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .home .cn5 .tit .en {
    font-size: clamp(18px, 3.41vw - 17px, 24px);
  }
}

/****************************************


5.サブページ


*****************************************/
body:not(.home):not(.front-page) header {
  background-color: #390808;
}
body:not(.home):not(.front-page) header li.has-dropdown .dropdown {
  background: #390808;
}
body:not(.home):not(.front-page) header li.has-dropdown .dropdown a {
  color: #fff;
}
body:not(.home):not(.front-page) header li.has-dropdown .dropdown a:hover {
  background: rgba(255, 255, 255, 0.15);
}
body:not(.home):not(.front-page) main {
  margin-top: 90px;
  padding-bottom: 150px;
  animation: fadeInUp 0.8s ease;
}
@media screen and (max-width: 1024px) {
  body:not(.home):not(.front-page) main {
    margin-top: 60px;
    padding-bottom: 80px;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
body:not(.home):not(.front-page) .pageMainImg {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
}
body:not(.home):not(.front-page) .pageMainImg.large {
  height: 700px;
}
@media screen and (max-width: 1024px) {
  body:not(.home):not(.front-page) .pageMainImg.large {
    height: 250px;
  }
}
body:not(.home):not(.front-page) .pageMainImg.medium {
  height: 400px;
}
@media screen and (max-width: 1024px) {
  body:not(.home):not(.front-page) .pageMainImg.medium {
    height: 180px;
  }
}
body:not(.home):not(.front-page) .pageMainImg.small {
  height: 170px;
}
@media screen and (max-width: 1024px) {
  body:not(.home):not(.front-page) .pageMainImg.small {
    height: 120px;
  }
}
body:not(.home):not(.front-page) .pageTit {
  font-size: clamp(24px, 6.82vw - 46px, 36px);
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.1em;
  font-family: ten-mincho, serif;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  body:not(.home):not(.front-page) .pageTit {
    font-size: 20px;
  }
}

/****************************************


商品カード（全ページ共通）


*****************************************/
.productList ul li a,
.relatedProducts ul li a {
  display: block;
  position: relative;
}
.productList ul li a:hover .img img,
.relatedProducts ul li a:hover .img img {
  transform: scale(1.05);
}
.productList ul li .imgWrap,
.relatedProducts ul li .imgWrap {
  position: relative;
  margin-bottom: 15px;
  background: #f5f3ef;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.productList ul li .seasonBadge,
.relatedProducts ul li .seasonBadge {
  position: absolute;
  bottom: 16px;
  right: 16px;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0px;
  background: #FEFEFE;
  border: 1px solid #D4C9B0;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .productList ul li .seasonBadge,
  .relatedProducts ul li .seasonBadge {
    width: 54px;
    height: 54px;
    bottom: 10px;
    right: 10px;
  }
}
.productList ul li .seasonBadge .seasonBadge_icon,
.relatedProducts ul li .seasonBadge .seasonBadge_icon {
  width: 36px;
  height: 36px;
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  .productList ul li .seasonBadge .seasonBadge_icon,
  .relatedProducts ul li .seasonBadge .seasonBadge_icon {
    width: 28px;
    height: 28px;
  }
}
.productList ul li .seasonBadge .seasonBadge_label,
.relatedProducts ul li .seasonBadge .seasonBadge_label {
  font-family: ten-mincho, serif;
  font-size: 16px;
  color: #6B5C45;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .productList ul li .seasonBadge .seasonBadge_label,
  .relatedProducts ul li .seasonBadge .seasonBadge_label {
    font-size: 13px;
  }
}
.productList ul li .img,
.relatedProducts ul li .img {
  aspect-ratio: 1/1;
  overflow: hidden;
}
.productList ul li .img img,
.relatedProducts ul li .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.8s ease-in-out;
}
.productList ul li .month,
.relatedProducts ul li .month {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 70px;
  height: 70px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.productList ul li .month span,
.relatedProducts ul li .month span {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  color: #390808;
  font-weight: 500;
  line-height: 1;
}
.productList ul li .month span:first-child::after,
.relatedProducts ul li .month span:first-child::after {
  content: "～";
  display: block;
  text-align: center;
  line-height: 1;
  writing-mode: vertical-rl;
  margin: 2px auto;
}
.productList ul li .name,
.relatedProducts ul li .name {
  font-size: clamp(16px, 2.27vw - 7px, 20px);
  font-weight: 700;
  line-height: 1.4;
  text-align: left;
  margin-bottom: 10px;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.05em;
}
.productList ul li .price,
.relatedProducts ul li .price {
  font-size: 16px;
  line-height: 1;
  text-align: left;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.tag {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
  display: inline-block;
  font-size: 16px;
  color: #3a0707;
  border: 1px solid rgba(58, 7, 7, 0.4);
  background: rgba(58, 7, 7, 0.05);
  line-height: 1;
  padding: 5px 14px;
  border-radius: 999px;
  font-family: "Noto Serif JP", serif;
}
.tag br {
  display: none;
}
@media (max-width: 768px) {
  .tag {
    position: static;
    display: block;
    font-size: 14px;
    text-align: center;
    margin: 12px 15px 10px;
  }
  .tag br {
    display: block;
  }
}

/****************************************


商品一覧


*****************************************/
.post-type-archive-product .pageMainImg,
.tax-product_cat .pageMainImg {
  background-image: url("img/productMainImg.webp");
}
.post-type-archive-product .productWrap,
.tax-product_cat .productWrap {
  background-color: #FFFAF3;
  padding-top: 150px;
  padding-bottom: 150px;
  scroll-margin-top: 80px;
}
@media screen and (max-width: 1024px) {
  .post-type-archive-product .productWrap,
  .tax-product_cat .productWrap {
    padding-top: 40px;
    padding-bottom: 80px;
    scroll-margin-top: 70px;
  }
}
.post-type-archive-product .productWrap .tab-nav,
.tax-product_cat .productWrap .tab-nav {
  display: flex;
  gap: 5px;
}
@media screen and (max-width: 1024px) {
  .post-type-archive-product .productWrap .tab-nav,
  .tax-product_cat .productWrap .tab-nav {
    flex-wrap: wrap;
  }
}
.post-type-archive-product .productWrap .tab-nav a,
.tax-product_cat .productWrap .tab-nav a {
  width: calc((100% - 15px) / 4);
  letter-spacing: 0.2em;
  background: #D8D1CA;
  color: #FFF;
  font-family: "Noto Serif JP", serif;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .post-type-archive-product .productWrap .tab-nav a,
  .tax-product_cat .productWrap .tab-nav a {
    width: calc((100% - 5px) / 2);
    height: 55px;
    letter-spacing: 0.1em;
  }
}
.post-type-archive-product .productWrap .tab-nav a.current, .post-type-archive-product .productWrap .tab-nav a:hover,
.tax-product_cat .productWrap .tab-nav a.current,
.tax-product_cat .productWrap .tab-nav a:hover {
  background: #390808;
  color: #fff;
}
.post-type-archive-product .productWrap .tab-nav .tab-season,
.tax-product_cat .productWrap .tab-nav .tab-season {
  width: calc((100% - 15px) / 4);
}
@media screen and (max-width: 1024px) {
  .post-type-archive-product .productWrap .tab-nav .tab-season,
  .tax-product_cat .productWrap .tab-nav .tab-season {
    width: calc((100% - 5px) / 2);
  }
}
.post-type-archive-product .productWrap .tab-nav .tab-season .tab-season-trigger,
.tax-product_cat .productWrap .tab-nav .tab-season .tab-season-trigger {
  position: relative;
  width: 100%;
  letter-spacing: 0.2em;
  background: #D8D1CA;
  color: #FFF;
  font-family: "Noto Serif JP", serif;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .post-type-archive-product .productWrap .tab-nav .tab-season .tab-season-trigger,
  .tax-product_cat .productWrap .tab-nav .tab-season .tab-season-trigger {
    height: 55px;
    letter-spacing: 0.1em;
  }
}
.post-type-archive-product .productWrap .tab-nav .tab-season .tab-season-trigger.current, .post-type-archive-product .productWrap .tab-nav .tab-season .tab-season-trigger:hover,
.tax-product_cat .productWrap .tab-nav .tab-season .tab-season-trigger.current,
.tax-product_cat .productWrap .tab-nav .tab-season .tab-season-trigger:hover {
  background: #390808;
  color: #fff;
}
.post-type-archive-product .productWrap .tab-nav .tab-season .tab-season-trigger.current .tab-season-arrow, .post-type-archive-product .productWrap .tab-nav .tab-season .tab-season-trigger:hover .tab-season-arrow,
.tax-product_cat .productWrap .tab-nav .tab-season .tab-season-trigger.current .tab-season-arrow,
.tax-product_cat .productWrap .tab-nav .tab-season .tab-season-trigger:hover .tab-season-arrow {
  border-top-color: #fff;
}
.post-type-archive-product .productWrap .tab-nav .tab-season .tab-season-trigger .tab-season-arrow,
.tax-product_cat .productWrap .tab-nav .tab-season .tab-season-trigger .tab-season-arrow {
  position: absolute;
  bottom: 7px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 7px solid #9D7031;
  display: block;
  transition: border-top-color 0.3s;
}
.post-type-archive-product .productWrap .tab-nav .tab-season.open .tab-season-trigger,
.tax-product_cat .productWrap .tab-nav .tab-season.open .tab-season-trigger {
  background: #390808;
  color: #fff;
}
.post-type-archive-product .productWrap .tab-nav .tab-season.open .tab-season-arrow,
.tax-product_cat .productWrap .tab-nav .tab-season.open .tab-season-arrow {
  border-top-color: #fff;
}
@media screen and (max-width: 1024px) {
  .post-type-archive-product .productWrap .tab-nav .tab-season.open .tab-season-arrow,
  .tax-product_cat .productWrap .tab-nav .tab-season.open .tab-season-arrow {
    transform: translateX(-50%) rotate(180deg);
  }
}
.post-type-archive-product .productWrap .tab-nav-wrap,
.tax-product_cat .productWrap .tab-nav-wrap {
  position: relative;
}
.post-type-archive-product .productWrap .tab-season-panel,
.tax-product_cat .productWrap .tab-season-panel {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
  position: absolute;
  top: 83px;
  left: 50%;
  transform: translateX(-50%) translateY(-6px);
  width: 70%;
  max-width: 1000px;
  background: #fff;
  border: 1px solid #E8E0D8;
  border-radius: 5px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  z-index: 100;
  box-sizing: border-box;
}
.post-type-archive-product .productWrap .tab-season-panel.open,
.tax-product_cat .productWrap .tab-season-panel.open {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}
.post-type-archive-product .productWrap .tab-season-panel::before,
.tax-product_cat .productWrap .tab-season-panel::before {
  content: "";
  position: absolute;
  top: -13px;
  left: 37.5%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 13px solid #E8E0D8;
}
.post-type-archive-product .productWrap .tab-season-panel::after,
.tax-product_cat .productWrap .tab-season-panel::after {
  content: "";
  position: absolute;
  top: -11px;
  left: 37.5%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 11px solid #fff;
}
@media all and (max-width: 1280px) {
  .post-type-archive-product .productWrap .tab-season-panel,
  .tax-product_cat .productWrap .tab-season-panel {
    width: 90%;
    max-width: 90%;
  }
}
@media screen and (max-width: 1024px) {
  .post-type-archive-product .productWrap .tab-season-panel,
  .tax-product_cat .productWrap .tab-season-panel {
    top: 65px;
    width: 92%;
  }
  .post-type-archive-product .productWrap .tab-season-panel::before,
  .tax-product_cat .productWrap .tab-season-panel::before {
    left: 75%;
  }
  .post-type-archive-product .productWrap .tab-season-panel::after,
  .tax-product_cat .productWrap .tab-season-panel::after {
    left: 75%;
  }
}
.post-type-archive-product .productWrap .tab-season-panel .tab-season-allLink,
.tax-product_cat .productWrap .tab-season-panel .tab-season-allLink {
  display: block;
  text-align: center;
  padding: 10px 16px;
  font-size: 14px;
  color: #5a3a2a;
  border-bottom: 1px solid #e8ddd5;
  letter-spacing: 0.05em;
}
.post-type-archive-product .productWrap .tab-season-panel .tab-season-allLink:hover,
.tax-product_cat .productWrap .tab-season-panel .tab-season-allLink:hover {
  text-decoration: underline;
}
.post-type-archive-product .productWrap .tab-season-panel .tab-season-grid,
.tax-product_cat .productWrap .tab-season-panel .tab-season-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 1024px) {
  .post-type-archive-product .productWrap .tab-season-panel .tab-season-grid,
  .tax-product_cat .productWrap .tab-season-panel .tab-season-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.post-type-archive-product .productWrap .tab-season-panel .tab-season-item,
.tax-product_cat .productWrap .tab-season-panel .tab-season-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 30px 20px 30px;
  color: #333;
  transition: background 0.2s;
}
.post-type-archive-product .productWrap .tab-season-panel .tab-season-item:not(:last-child),
.tax-product_cat .productWrap .tab-season-panel .tab-season-item:not(:last-child) {
  border-right: 1px solid #E8E0D8;
}
.post-type-archive-product .productWrap .tab-season-panel .tab-season-item:hover,
.tax-product_cat .productWrap .tab-season-panel .tab-season-item:hover {
  background: #faf7f4;
}
@media screen and (max-width: 1024px) {
  .post-type-archive-product .productWrap .tab-season-panel .tab-season-item,
  .tax-product_cat .productWrap .tab-season-panel .tab-season-item {
    display: grid;
    grid-template-columns: 52px 1fr;
    grid-template-rows: auto auto;
    align-items: center;
    text-align: left;
    padding: 16px 12px;
    gap: 0 10px;
  }
  .post-type-archive-product .productWrap .tab-season-panel .tab-season-item:not(:last-child),
  .tax-product_cat .productWrap .tab-season-panel .tab-season-item:not(:last-child) {
    border-right: none;
  }
  .post-type-archive-product .productWrap .tab-season-panel .tab-season-item:nth-child(-n+2),
  .tax-product_cat .productWrap .tab-season-panel .tab-season-item:nth-child(-n+2) {
    border-bottom: 1px solid #E8E0D8;
  }
  .post-type-archive-product .productWrap .tab-season-panel .tab-season-item:nth-child(odd),
  .tax-product_cat .productWrap .tab-season-panel .tab-season-item:nth-child(odd) {
    border-right: 1px solid #E8E0D8;
  }
}
.post-type-archive-product .productWrap .tab-season-panel .tab-season-item img,
.tax-product_cat .productWrap .tab-season-panel .tab-season-item img {
  width: 72px;
  height: 72px;
  object-fit: contain;
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .post-type-archive-product .productWrap .tab-season-panel .tab-season-item img,
  .tax-product_cat .productWrap .tab-season-panel .tab-season-item img {
    width: 36px;
    height: 36px;
    margin-bottom: 0;
    grid-column: 1;
    grid-row: 1;
    justify-self: center;
  }
}
.post-type-archive-product .productWrap .tab-season-panel .tab-season-item .tab-season-name,
.tax-product_cat .productWrap .tab-season-panel .tab-season-item .tab-season-name {
  font-family: "ten-mincho", serif;
  font-size: 32px;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .post-type-archive-product .productWrap .tab-season-panel .tab-season-item .tab-season-name,
  .tax-product_cat .productWrap .tab-season-panel .tab-season-item .tab-season-name {
    font-size: 18px;
    margin-bottom: 0;
    grid-column: 1;
    grid-row: 2;
    text-align: center;
  }
}
.post-type-archive-product .productWrap .tab-season-panel .tab-season-item .tab-season-desc,
.tax-product_cat .productWrap .tab-season-panel .tab-season-item .tab-season-desc {
  font-family: "ten-mincho", serif;
  font-size: 14px;
  color: #777;
  line-height: 1.7;
  padding-bottom: 14px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .post-type-archive-product .productWrap .tab-season-panel .tab-season-item .tab-season-desc,
  .tax-product_cat .productWrap .tab-season-panel .tab-season-item .tab-season-desc {
    font-size: 11px;
    line-height: 1.5;
    padding-bottom: 0;
    grid-column: 2;
    grid-row: 1/3;
    align-self: center;
  }
  .post-type-archive-product .productWrap .tab-season-panel .tab-season-item .tab-season-desc::after,
  .tax-product_cat .productWrap .tab-season-panel .tab-season-item .tab-season-desc::after {
    display: none;
  }
  .post-type-archive-product .productWrap .tab-season-panel .tab-season-item .tab-season-desc br,
  .tax-product_cat .productWrap .tab-season-panel .tab-season-item .tab-season-desc br {
    display: none;
  }
}
.post-type-archive-product .productWrap .tab-season-panel .tab-season-item .tab-season-desc::after,
.tax-product_cat .productWrap .tab-season-panel .tab-season-item .tab-season-desc::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 28px;
  height: 1px;
  background: #C9A96E;
}
.post-type-archive-product .productWrap .tab-season-panel .tab-season-item .tab-season-chevron,
.tax-product_cat .productWrap .tab-season-panel .tab-season-item .tab-season-chevron {
  display: none;
}
.post-type-archive-product .productWrap .productCatTit,
.tax-product_cat .productWrap .productCatTit {
  font-size: clamp(22px, 5.68vw - 36px, 32px);
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.1em;
  font-family: ten-mincho, serif;
  text-align: left;
  padding: 60px 5% 0;
}
@media screen and (max-width: 1024px) {
  .post-type-archive-product .productWrap .productCatTit,
  .tax-product_cat .productWrap .productCatTit {
    padding: 40px 5% 0;
  }
}
.post-type-archive-product .productWrap .productCatTit .tit-ruby,
.tax-product_cat .productWrap .productCatTit .tit-ruby {
  display: block;
  font-size: clamp(12px, 1.2vw, 12px);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-top: -5px;
}
.post-type-archive-product .productWrap .productList,
.tax-product_cat .productWrap .productList {
  padding-top: 40px;
}
@media screen and (max-width: 1024px) {
  .post-type-archive-product .productWrap .productList,
  .tax-product_cat .productWrap .productList {
    padding-top: 30px;
  }
}
.post-type-archive-product .productWrap .productList .tit,
.tax-product_cat .productWrap .productList .tit {
  font-size: clamp(22px, 5.68vw - 36px, 32px);
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.1em;
  font-family: ten-mincho, serif;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .post-type-archive-product .productWrap .productList .tit,
  .tax-product_cat .productWrap .productList .tit {
    margin-bottom: 25px;
  }
}
.post-type-archive-product .productWrap .productList .tit .tit-ruby,
.tax-product_cat .productWrap .productList .tit .tit-ruby {
  display: block;
  font-size: clamp(12px, 1.2vw, 12px);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-top: -5px;
}
.post-type-archive-product .productWrap .productList ul,
.tax-product_cat .productWrap .productList ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px 30px;
}
@media screen and (max-width: 1024px) {
  .post-type-archive-product .productWrap .productList ul,
  .tax-product_cat .productWrap .productList ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px 15px;
  }
}
.post-type-archive-product .productWrap .stockNotice,
.tax-product_cat .productWrap .stockNotice {
  width: 70%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #FF0000;
  padding: 40px 20px;
  text-align: center;
  margin-top: 100px;
}
@media screen and (max-width: 1024px) {
  .post-type-archive-product .productWrap .stockNotice,
  .tax-product_cat .productWrap .stockNotice {
    width: 90%;
    margin-top: 60px;
    padding: 20px 15px;
    text-align: left;
  }
}
.post-type-archive-product .productWrap .stockNotice span,
.tax-product_cat .productWrap .stockNotice span {
  color: #FF0000;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  font-family: "Noto Serif JP", serif;
}

/****************************************


商品詳細


*****************************************/
.single-product main {
  padding-bottom: 0 !important;
}
.single-product .relatedProducts {
  background: #FFFAF3;
  padding: 100px 0 150px;
}
@media screen and (max-width: 1024px) {
  .single-product .relatedProducts {
    padding: 40px 0 80px;
  }
}
.single-product .relatedProducts .relatedProducts_tit {
  font-size: clamp(22px, 5.68vw - 36px, 32px);
  font-weight: 400;
  text-align: center;
  font-family: ten-mincho, serif;
  letter-spacing: 0.2em;
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .single-product .relatedProducts .relatedProducts_tit {
    margin-bottom: 40px;
  }
}
.single-product .relatedProducts ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 50px 30px;
}
@media screen and (max-width: 1024px) {
  .single-product .relatedProducts ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 20px;
  }
}
.single-product .singleProduct {
  padding-top: 60px;
  padding-bottom: 150px;
  background: #FFFAF3;
}
@media screen and (max-width: 1024px) {
  .single-product .singleProduct {
    padding-top: 50px;
    padding-bottom: 40px;
  }
}
.single-product .singleProduct .singleProduct_main {
  width: 70%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1280px) {
  .single-product .singleProduct .singleProduct_main {
    width: 90%;
  }
}
@media screen and (max-width: 1024px) {
  .single-product .singleProduct .singleProduct_main {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.single-product .singleProduct .singleProduct_main .singleProduct_imgWrap {
  position: relative;
}
.single-product .singleProduct .singleProduct_main .singleProduct_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.single-product .singleProduct .singleProduct_main .singleProduct_label {
  position: absolute;
  top: 0;
  left: 0;
  background: #3a0707;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  padding: 10px 20px;
  border-radius: 0 0 10px 0;
  font-family: "Noto Serif JP", serif;
  z-index: 1;
}
.single-product .singleProduct .singleProduct_main .singleProduct_month {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 70px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 15px 0;
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  color: #390808;
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
}
.single-product .singleProduct .singleProduct_body {
  background: #fff;
  padding: 60px;
}
@media screen and (max-width: 1280px) {
  .single-product .singleProduct .singleProduct_body {
    padding: 80px 5% 100px;
  }
}
@media screen and (max-width: 1024px) {
  .single-product .singleProduct .singleProduct_body {
    padding: 50px clamp(20px, 6vw, 32px) 80px;
  }
}
.single-product .singleProduct .singleProduct_body .singleProduct_cat {
  font-size: 14px;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  color: #828282;
  margin-bottom: 10px;
  letter-spacing: 0.1em;
}
.single-product .singleProduct .singleProduct_body .singleProduct_tit {
  font-size: clamp(22px, 5.68vw - 36px, 32px);
  font-weight: 400;
  text-align: center;
  font-family: ten-mincho, serif;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .single-product .singleProduct .singleProduct_body .singleProduct_tit {
    margin-bottom: 40px;
  }
}
.single-product .singleProduct .singleProduct_body .singleProduct_content {
  font-size: 15px;
  line-height: 1.9;
  font-family: "Noto Sans JP", sans-serif;
}
.single-product .singleProduct .singleProduct_body .singleProduct_content h4 {
  font-size: clamp(16px, 1.14vw + 4px, 18px);
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 12px;
}
.single-product .singleProduct .singleProduct_body .singleProduct_content p {
  margin-bottom: 16px;
}
.single-product .singleProduct .singleProduct_body .singleProduct_content img {
  max-width: 280px;
  width: 100%;
  height: auto;
  display: block;
  margin: 24px auto;
}
.single-product .singleProduct .singleProduct_body .singleProduct_content table {
  width: 100%;
  border-collapse: collapse;
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
}
.single-product .singleProduct .singleProduct_body .singleProduct_content table caption {
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 6px;
}
.single-product .singleProduct .singleProduct_body .singleProduct_content table th, .single-product .singleProduct .singleProduct_body .singleProduct_content table td {
  border: 1px solid #ddd;
  padding: 6px 12px;
  text-align: left;
}
.single-product .singleProduct .singleProduct_body .singleProduct_content table th {
  background: #f7f3ee;
  width: 45%;
  font-weight: normal;
}
.single-product .singleProduct .singleProduct_body .singleProduct_content > table {
  margin-top: 24px;
}
.single-product .singleProduct .singleProduct_body .singleProduct_btn {
  text-align: center;
  margin-top: 60px;
}
.single-product .singleProduct .singleProduct_body .singleProduct_btn a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #F9EC00;
  color: #333;
  font-size: clamp(16px, 1.14vw + 4px, 18px);
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
  padding: 20px 60px;
  border-radius: 15px;
  text-decoration: none;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1024px) {
  .single-product .singleProduct .singleProduct_body .singleProduct_btn a {
    padding: 16px 40px;
  }
}
.single-product .singleProduct .singleProduct_body .singleProduct_btn a::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url("img/iconCart.svg") center/contain no-repeat;
  flex-shrink: 0;
}
.single-product .singleProduct .singleProduct_body .singleProduct_btn a:hover {
  background: #e6d900;
}
.single-product .singleProduct .singleProduct_body .singleProduct_btn a span {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
}

/****************************************


会社ページ共通


*****************************************/
.companyNav {
  padding-top: 120px;
}
@media screen and (max-width: 1024px) {
  .companyNav {
    padding-top: 60px;
  }
}
.companyNav ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}
@media screen and (max-width: 1024px) {
  .companyNav ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
.companyNav li {
  position: relative;
  background: #390808;
  transition: all 0.8s;
  overflow: hidden;
}
.companyNav li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background: #FCDD4A;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  z-index: 2;
  transition: all 0.8s;
}
.companyNav li:hover, .companyNav li.current {
  background: #FCDD4A;
}
.companyNav li:hover::before, .companyNav li.current::before {
  background: #452E20;
}
.companyNav li:hover a, .companyNav li.current a {
  color: #452E20;
}
.companyNav a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 84px;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.12em;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
}
@media screen and (max-width: 1024px) {
  .companyNav a {
    height: 60px;
    letter-spacing: 0.05em;
  }
}

/****************************************


会社概要


*****************************************/
.page-company .pageMainImg.small {
  background-image: url("img/pageMainImg-company.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.page-company .pageMainImg.small .pageTit {
  color: #000;
}
.page-company .companyOverview {
  padding-top: 120px;
}
@media screen and (max-width: 1024px) {
  .page-company .companyOverview {
    padding-top: 60px;
  }
}
.page-company .companyOverview_catch {
  font-family: ten-mincho, serif;
  font-size: clamp(20px, 4.55vw - 27px, 28px);
  text-align: center;
  letter-spacing: 0.07em;
  line-height: 1.3;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .page-company .companyOverview_catch {
    text-align: left;
    margin-bottom: 16px;
    line-height: 1.8;
  }
}
.page-company .companyOverview_lead {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(16px, 1.14vw + 4px, 18px);
  letter-spacing: 0.04em;
  line-height: 2;
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .page-company .companyOverview_lead {
    text-align: left;
    margin-bottom: 40px;
  }
}
.page-company .companyOverview_table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.page-company .companyOverview_table tr {
  border-bottom: 1px solid #DFDFDF;
}
.page-company .companyOverview_table tr:first-child {
  border-top: 1px solid #DFDFDF;
}
.page-company .companyOverview_table th, .page-company .companyOverview_table td {
  padding: 25px 40px;
}
@media screen and (max-width: 1024px) {
  .page-company .companyOverview_table th, .page-company .companyOverview_table td {
    padding: 16px 12px;
  }
}
.page-company .companyOverview_table th {
  width: 30%;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .page-company .companyOverview_table th {
    width: 32%;
  }
}
.page-company .companyOverview_table td {
  width: calc(70% - 40px);
  letter-spacing: 0.05em;
  line-height: 2;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .page-company .companyOverview_table tr {
    display: block;
    padding: 14px 0;
  }
  .page-company .companyOverview_table th, .page-company .companyOverview_table td {
    display: block;
    width: 100%;
    padding: 0;
    line-height: 1.6;
  }
  .page-company .companyOverview_table th {
    font-size: 13px;
    color: #828282;
    margin-bottom: 4px;
  }
  .page-company .companyOverview_table td {
    font-size: 15px;
  }
}

/****************************************


企業理念


*****************************************/
.page-philosophy .pageMainImg.small {
  background-image: url("img/pageMainImg-company.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.page-philosophy .pageMainImg.small .pageTit {
  color: #000;
}
.page-philosophy .philosophy {
  padding-top: 120px;
}
@media screen and (max-width: 1024px) {
  .page-philosophy .philosophy {
    padding-top: 60px;
  }
}
.page-philosophy .philosophy_header {
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .page-philosophy .philosophy_header {
    margin-bottom: 50px;
    text-align: left;
  }
}
.page-philosophy .philosophy_catch {
  font-family: ten-mincho, serif;
  font-size: clamp(22px, 5.68vw - 36px, 32px);
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.6;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .page-philosophy .philosophy_catch {
    font-size: clamp(18px, 3.41vw - 17px, 24px);
  }
}
.page-philosophy .philosophy_lead {
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.05em;
}
.page-philosophy .philosophy_list {
  display: flex;
  flex-direction: column;
  gap: 60px;
  padding-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .page-philosophy .philosophy_list {
    gap: 40px;
    padding-bottom: 50px;
  }
}
.page-philosophy .philosophy_item {
  text-align: center;
}
.page-philosophy .philosophy_tit {
  font-family: ten-mincho, serif;
  font-size: clamp(18px, 2.27vw - 5px, 22px);
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-bottom: 24px;
}
@media screen and (max-width: 1024px) {
  .page-philosophy .philosophy_tit {
    text-align: left;
  }
}
.page-philosophy .philosophy_txt {
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1024px) {
  .page-philosophy .philosophy_txt {
    text-align: left;
  }
}
.page-philosophy .philosophy_imgWrap {
  text-align: center;
}
.page-philosophy .philosophy_imgWrap img {
  max-width: 1000px;
  width: 84%;
  height: auto;
  display: block;
  margin: 0 auto;
}

/****************************************


社長あいさつ


*****************************************/
.page-greeting .pageMainImg.small {
  background-image: url("img/pageMainImg-company.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.page-greeting .pageMainImg.small .pageTit {
  color: #000;
}
.page-greeting .greeting {
  padding-top: 100px;
}
@media screen and (max-width: 1024px) {
  .page-greeting .greeting {
    padding-top: 60px;
  }
}
.page-greeting .greeting_img {
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .page-greeting .greeting_img {
    margin-bottom: 30px;
  }
}
.page-greeting .greeting_img img {
  width: 100%;
  height: auto;
  display: block;
}
.page-greeting .greeting_body p {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-bottom: 32px;
  font-family: "Noto Serif JP", serif;
}
.page-greeting .greeting_body p:last-of-type {
  margin-bottom: 0;
}
.page-greeting .greeting_body .greeting_lead {
  font-size: clamp(18px, 2.27vw - 5px, 22px);
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.05em;
  margin-bottom: 48px;
}
@media screen and (max-width: 1024px) {
  .page-greeting .greeting_body .greeting_lead {
    margin-bottom: 30px;
  }
}
.page-greeting .greeting_body .greeting_sign {
  text-align: right;
  font-size: clamp(16px, 1.14vw + 4px, 18px);
  font-weight: 500;
  line-height: 2;
  margin-top: 60px;
}
@media screen and (max-width: 1024px) {
  .page-greeting .greeting_body .greeting_sign {
    margin-top: 40px;
  }
}

/****************************************


虎屋ういろについて


*****************************************/
.page-about .innerS {
  width: 80%;
  max-width: 1300px;
}
@media screen and (max-width: 1024px) {
  .page-about .innerS {
    width: 100%;
    max-width: 100%;
  }
}
.page-about .pageMainImg.medium {
  background-image: url("img/pageMainImg-about.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.page-about .aboutCn1 {
  padding: 120px 0;
}
@media screen and (max-width: 1024px) {
  .page-about .aboutCn1 {
    padding: 60px 0;
  }
}
.page-about .aboutCn1 .wrap {
  width: 80%;
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 80px;
}
@media screen and (max-width: 1024px) {
  .page-about .aboutCn1 .wrap {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}
.page-about .aboutCn1 .txt {
  font-family: ten-mincho, serif;
  font-size: clamp(22px, 5.68vw - 36px, 32px);
  font-weight: 400;
  writing-mode: vertical-rl;
  letter-spacing: 0.2em;
  line-height: 2;
  flex-shrink: 0;
}
@media screen and (max-width: 1024px) {
  .page-about .aboutCn1 .txt {
    writing-mode: horizontal-tb;
    text-align: left;
    font-size: 20px;
    line-height: 1.8;
  }
  .page-about .aboutCn1 .txt br {
    display: none;
  }
}
.page-about .aboutCn1 .img {
  flex: 1;
}
.page-about .aboutCn1 .img img {
  width: 100%;
  height: auto;
  display: block;
}
.page-about .aboutCn2 {
  padding: 120px 0;
  background: #FFFAF3;
}
@media screen and (max-width: 1024px) {
  .page-about .aboutCn2 {
    padding: 60px 0;
  }
}
.page-about .aboutCn2 .aboutCn2_inner {
  max-width: 900px;
  width: 90%;
  margin: 0 auto;
}
.page-about .aboutCn2 .head {
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .page-about .aboutCn2 .head {
    margin-bottom: 40px;
  }
}
.page-about .aboutCn2 .head .tit {
  font-family: ten-mincho, serif;
  font-size: clamp(20px, 4.55vw - 27px, 28px);
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .page-about .aboutCn2 .head .tit {
    margin-bottom: 20px;
    text-align: left;
  }
}
.page-about .aboutCn2 .head p {
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  line-height: 2.4;
  letter-spacing: 0.05em;
  margin-bottom: 24px;
}
@media screen and (max-width: 1024px) {
  .page-about .aboutCn2 .head p {
    margin-bottom: 16px;
  }
}
.page-about .aboutCn2 .body {
  display: flex;
  align-items: flex-start;
  gap: 60px;
}
@media screen and (max-width: 1024px) {
  .page-about .aboutCn2 .body {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
  }
}
.page-about .aboutCn2 .body .img {
  flex: 1;
}
@media screen and (max-width: 1024px) {
  .page-about .aboutCn2 .body .img {
    width: 100%;
    flex: none;
  }
}
.page-about .aboutCn2 .body .img img {
  width: 100%;
  height: auto;
  display: block;
}
.page-about .aboutCn2 .body .txt {
  font-family: ten-mincho, serif;
  font-size: clamp(22px, 5.68vw - 36px, 32px);
  writing-mode: vertical-rl;
  letter-spacing: 0.2em;
  line-height: 2;
  flex: none;
  width: 120px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .page-about .aboutCn2 .body .txt {
    writing-mode: horizontal-tb;
    font-size: 20px;
    width: auto;
    display: block;
    text-align: left;
  }
}
.page-about .aboutCn3 {
  padding: 120px 0;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .page-about .aboutCn3 {
    padding: 60px 0;
    text-align: left;
  }
}
.page-about .aboutCn3 .tit {
  font-family: ten-mincho, serif;
  font-size: clamp(22px, 5.68vw - 36px, 32px);
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .page-about .aboutCn3 .tit {
    margin-bottom: 20px;
  }
}
.page-about .aboutCn3 .aboutCn3_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px 80px;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .page-about .aboutCn3 .aboutCn3_list {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px 0;
  }
}
.page-about .aboutCn3 .aboutCn3_list li {
  list-style: none;
}
.page-about .aboutCn3 .aboutCn3_list .img {
  margin-bottom: 20px;
}
.page-about .aboutCn3 .aboutCn3_list .img img {
  width: 100%;
  height: auto;
  display: block;
}
.page-about .aboutCn3 .aboutCn3_list .name {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(16px, 2.27vw - 7px, 20px);
  font-weight: 700;
  margin-bottom: 10px;
}
.page-about .aboutCn3 .aboutCn3_list .txt {
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.05em;
}
.page-about .aboutCn4 {
  padding: 120px 0;
  background: #FFFAF3;
}
@media screen and (max-width: 1024px) {
  .page-about .aboutCn4 {
    padding: 60px 0;
  }
}
.page-about .aboutCn4 .wrap {
  display: flex;
  align-items: flex-start;
  gap: 60px;
  margin-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  .page-about .aboutCn4 .wrap {
    flex-direction: column;
    gap: 40px;
    margin-bottom: 30px;
  }
}
.page-about .aboutCn4 .txt {
  flex: 1;
}
.page-about .aboutCn4 .txt .tit {
  font-family: ten-mincho, serif;
  font-size: clamp(20px, 4.55vw - 27px, 28px);
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .page-about .aboutCn4 .txt .tit {
    margin-bottom: 24px;
  }
}
.page-about .aboutCn4 .txt p {
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-bottom: 24px;
}
@media screen and (max-width: 1024px) {
  .page-about .aboutCn4 .txt p {
    margin-bottom: 16px;
  }
}
.page-about .aboutCn4 .img {
  flex-shrink: 0;
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .page-about .aboutCn4 .img {
    width: 100%;
  }
}
.page-about .aboutCn4 .img img {
  width: 100%;
  height: auto;
  display: block;
}
.page-about .aboutCn4 .imgWide {
  margin-bottom: 30px;
}
.page-about .aboutCn4 .imgWide img {
  width: 100%;
  height: auto;
  display: block;
}
.page-about .aboutCn4 .imgWide:last-child {
  margin-bottom: 0;
}

/****************************************


お知らせ一覧


*****************************************/
.archive main {
  padding-bottom: 0 !important;
}
.archive .newsMainImg {
  background: #FFEC87;
  background-image: none !important;
}
.archive .newsMainImg .pageTit {
  color: #000000 !important;
}
.archive .newsWrap .newsCatArea {
  background: #fff;
  padding: 40px 0 40px;
}
@media screen and (max-width: 1024px) {
  .archive .newsWrap .newsCatArea {
    padding: 30px 0 30px;
  }
}
.archive .newsWrap .newsBody {
  background: #F7F4ED;
  padding-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .archive .newsWrap .newsBody {
    padding-bottom: 40px;
  }
}
.archive .newsWrap .newsBody .newsList {
  padding-top: 30px;
}
.archive .newsWrap .newsCatFilter {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .archive .newsWrap .newsCatFilter {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
}
.archive .newsWrap .newsCatFilter .filterLabel {
  font-size: 16px;
  letter-spacing: 0.05em;
  white-space: nowrap;
  flex-shrink: 0;
  color: #390808;
  font-family: "Noto Serif JP", serif;
}
.archive .newsWrap .newsCatFilter .filterBtns {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.archive .newsWrap .newsCatFilter .filterBtns a {
  display: inline-block;
  padding: 8px 22px;
  border-radius: 40px;
  border: 1px solid #390808;
  font-size: 14px;
  letter-spacing: 0.05em;
  color: #390808;
  text-decoration: none;
  transition: 0.3s;
  font-family: "Noto Serif JP", serif;
}
.archive .newsWrap .newsCatFilter .filterBtns a.active, .archive .newsWrap .newsCatFilter .filterBtns a:hover {
  background: #390808;
  color: #fff;
}
.archive .newsWrap .newsList {
  padding: 60px 0 0;
}
.archive .newsWrap .newsList .noPost {
  background: #fff;
  padding: 40px 0;
  text-align: center;
  color: #888;
}
.archive .newsWrap .newsList .newsItem {
  background: #fff;
  margin-bottom: 10px;
}
.archive .newsWrap .newsList .newsItem:last-child {
  margin-bottom: 0;
}
.archive .newsWrap .newsList .newsItem a {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 22px 28px;
  text-decoration: none;
  transition: opacity 0.3s;
}
@media screen and (max-width: 1024px) {
  .archive .newsWrap .newsList .newsItem a {
    flex-wrap: wrap;
    gap: 5px;
    padding: 18px 20px;
  }
}
.archive .newsWrap .newsList .newsItem a:hover {
  opacity: 0.75;
}
.archive .newsWrap .newsList .newsItem .date {
  font-size: 16px;
  color: #636363;
  white-space: nowrap;
  flex-shrink: 0;
  letter-spacing: 0.05em;
}
.archive .newsWrap .newsList .newsItem .cat {
  display: inline-block;
  padding: 5px 20px;
  border-radius: 40px;
  font-size: 13px;
  line-height: 1;
  white-space: nowrap;
  flex-shrink: 0;
  border: 1px solid #390808;
  color: #390808;
  font-family: "Noto Serif JP", serif;
  min-width: 5em;
  text-align: center;
  box-sizing: content-box;
}
.archive .newsWrap .newsList .newsItem .tit {
  font-size: 16px;
  color: #1A282E;
  letter-spacing: 0.02em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  .archive .newsWrap .newsList .newsItem .tit {
    white-space: normal;
  }
}
.archive .newsWrap .newsPager {
  margin-top: 60px;
  text-align: center;
}
.archive .newsWrap .newsPager ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  list-style: none;
}
.archive .newsWrap .newsPager li {
  list-style: none;
}
.archive .newsWrap .newsPager li:has(.prev) {
  margin-right: 30px;
}
.archive .newsWrap .newsPager li:has(.next) {
  margin-left: 30px;
}
.archive .newsWrap .newsPager .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  font-size: 15px;
  line-height: 1;
  color: #390808;
  text-decoration: none;
  transition: 0.3s;
}
.archive .newsWrap .newsPager .page-numbers.current {
  background: #390808;
  color: #fff;
  border-radius: 2px;
}
.archive .newsWrap .newsPager .page-numbers:not(.current):not(.prev):not(.next):not(.dots) {
  background: #fff;
}
.archive .newsWrap .newsPager .page-numbers.prev, .archive .newsWrap .newsPager .page-numbers.next {
  border-radius: 50%;
  border: 1px solid #390808;
  font-size: 0;
}
.archive .newsWrap .newsPager .page-numbers.prev:hover, .archive .newsWrap .newsPager .page-numbers.next:hover {
  background: #390808;
}
.archive .newsWrap .newsPager .page-numbers.prev:hover::before, .archive .newsWrap .newsPager .page-numbers.next:hover::before {
  border-color: #fff;
}
.archive .newsWrap .newsPager .page-numbers.prev::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #390808;
  border-left: 2px solid #390808;
  transform: rotate(-45deg);
  margin-right: -3px;
  transition: border-color 0.3s;
}
.archive .newsWrap .newsPager .page-numbers.next::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #390808;
  border-right: 2px solid #390808;
  transform: rotate(45deg);
  margin-left: -3px;
  transition: border-color 0.3s;
}
.archive .newsWrap .newsPager .page-numbers:not(.current):not(.prev):not(.next):not(.dots):hover {
  background: #390808;
  color: #fff;
}
.archive .newsWrap .newsPager .page-numbers.dots {
  width: auto;
  border: none;
  letter-spacing: 0;
}

/****************************************


お知らせ詳細


*****************************************/
.single .newsSingle {
  padding: 80px 0 0;
}
@media screen and (max-width: 1024px) {
  .single .newsSingle {
    padding: 40px 0 0;
  }
}
.single .newsSingle_head {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 28px;
}
.single .newsSingle_head .date {
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  color: #000000;
  letter-spacing: 0.05em;
}
.single .newsSingle_head .cat {
  display: inline-block;
  padding: 5px 20px;
  border-radius: 40px;
  font-family: "Noto Serif JP", serif;
  font-size: 13px;
  border: 1px solid #390808;
  color: #390808;
  text-decoration: none;
  transition: 0.3s;
  letter-spacing: 0.1em;
}
.single .newsSingle_head .cat:hover {
  background: #390808;
  color: #fff;
}
.single .newsSingle_tit {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(22px, 5.68vw - 36px, 32px);
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .single .newsSingle_tit {
    margin-bottom: 24px;
  }
}
.single .newsSingle_body {
  margin-bottom: 120px;
}
@media screen and (max-width: 1024px) {
  .single .newsSingle_body {
    margin-bottom: 60px;
  }
}
.single .newsSingle_back {
  text-align: center;
}
.single .newsSingle_back a {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 20px 70px;
  border: 1px solid #390808;
  font-size: 15px;
  color: #390808;
  text-decoration: none;
  letter-spacing: 0.05em;
  transition: 0.3s;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .single .newsSingle_back a {
    padding: 16px 40px;
  }
}
.single .newsSingle_back a::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-top: 1.5px solid #390808;
  border-left: 1.5px solid #390808;
  transform: rotate(-45deg);
  flex-shrink: 0;
  transition: border-color 0.3s;
}
.single .newsSingle_back a:hover {
  background: #390808;
  color: #fff;
}
.single .newsSingle_back a:hover::before {
  border-color: #fff;
}

/****************************************


プライバシーポリシー


*****************************************/
.page-privacypolicy .privacyMainImg {
  background: #FFEC87;
  background-image: none !important;
}
.page-privacypolicy .privacyMainImg .pageTit {
  color: #000000 !important;
}
.page-privacypolicy .privacyCn {
  padding: 80px 0 120px;
  background: #fff;
}
@media screen and (max-width: 1024px) {
  .page-privacypolicy .privacyCn {
    padding: 40px 0 60px;
  }
}
.page-privacypolicy .privacyLead {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .page-privacypolicy .privacyLead {
    margin-bottom: 30px;
  }
}
.page-privacypolicy .privacySection {
  padding: 40px 0;
}
@media screen and (max-width: 1024px) {
  .page-privacypolicy .privacySection {
    padding: 24px 0;
  }
}
.page-privacypolicy .privacySection_tit {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-bottom: 16px;
  color: #1A282E;
}
.page-privacypolicy .privacySection p {
  font-size: 16px;
  line-height: 2;
}
.page-privacypolicy .privacyList {
  margin-top: 12px;
}
.page-privacypolicy .privacyList li {
  font-size: 16px;
  line-height: 2;
  padding-left: 1em;
  text-indent: -1em;
}
.page-privacypolicy .privacyList li::before {
  content: "・";
}
.page-privacypolicy .privacyDate {
  font-size: 14px;
  color: #888;
  text-align: right;
  margin-top: 50px;
  letter-spacing: 0.05em;
}

/****************************************


利用規約


*****************************************/
.page-terms .termsMainImg {
  background: #FFEC87;
  background-image: none !important;
}
.page-terms .termsMainImg .pageTit {
  color: #000000 !important;
}
.page-terms .termsCn {
  padding: 80px 0 120px;
  background: #fff;
}
@media screen and (max-width: 1024px) {
  .page-terms .termsCn {
    padding: 40px 0 60px;
  }
}
.page-terms .termsBlock_tit {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(22px, 5.68vw - 36px, 32px);
  font-weight: 700;
  margin-bottom: 24px;
}
@media screen and (max-width: 1024px) {
  .page-terms .termsBlock_tit {
    font-size: clamp(18px, 3.41vw - 17px, 24px);
  }
}
.page-terms .termsBlock_lead {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .page-terms .termsBlock_lead {
    margin-bottom: 24px;
  }
}
.page-terms .termsDivider {
  border-top: 1px solid #D9D0C3;
  margin: 80px 0;
}
@media screen and (max-width: 1024px) {
  .page-terms .termsDivider {
    margin: 40px 0;
  }
}
.page-terms .termsSection {
  margin-bottom: 30px;
}
.page-terms .termsSection_tit {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}
.page-terms .termsSection p {
  font-size: 16px;
  line-height: 2;
}
.page-terms .termsList {
  margin-top: 12px;
  padding-left: 0;
}
.page-terms .termsList li {
  font-size: 16px;
  line-height: 2;
  list-style: none;
  counter-increment: terms-counter;
  padding-left: 1.8em;
  text-indent: -1.8em;
}
.page-terms .termsList li::before {
  content: counter(terms-counter) ".";
  margin-right: 0.4em;
}

/****************************************


店舗案内


*****************************************/
.page-shop .pageMainImg {
  background-image: url("img/shopPageMainImg.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.page-shop .shopCn {
  padding: 80px 0 120px;
}
@media screen and (max-width: 1024px) {
  .page-shop .shopCn {
    padding: 40px 0 60px;
  }
}
@media screen and (max-width: 1280px) {
  .page-shop .shopCard_inner {
    flex-direction: column;
  }
}
@media screen and (max-width: 1280px) {
  .page-shop .shopCard_map {
    min-height: 250px;
  }
}
.page-shop .shopArea {
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .page-shop .shopArea {
    margin-bottom: 50px;
  }
}
.page-shop .shopArea:last-child {
  margin-bottom: 0;
}
.page-shop .shopArea_tit {
  font-size: clamp(20px, 4.55vw - 27px, 28px);
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  gap: 20px;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 1024px) {
  .page-shop .shopArea_tit {
    font-size: clamp(18px, 2.27vw - 5px, 22px);
    margin-bottom: 24px;
  }
}
.page-shop .shopArea_tit::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #D9D0C3;
}
.page-shop .shopArea_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 40px;
}
@media screen and (max-width: 1024px) {
  .page-shop .shopArea_list {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.page-shop .shopCard_name {
  font-size: clamp(16px, 2.27vw - 7px, 20px);
  font-weight: bold;
  color: #390808;
  margin-bottom: 14px;
  padding-bottom: 14px;
  border-bottom: 1px solid #D9D0C3;
  letter-spacing: 0.05em;
}
.page-shop .shopCard_inner {
  display: flex;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .page-shop .shopCard_inner {
    flex-direction: column;
  }
}
.page-shop .shopCard_info {
  flex: 1;
  background: #F7F4ED;
  padding: 60px 40px;
}
@media screen and (max-width: 1024px) {
  .page-shop .shopCard_info {
    padding: 24px 20px;
  }
}
.page-shop .shopCard_map {
  flex: 1;
}
.page-shop .shopCard_map iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.page-shop .shopCard_address {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 10px;
}
.page-shop .shopCard_addressTxt {
  display: inline-block;
  margin-right: 15px;
}
.page-shop .shopCard_mapBtn {
  display: inline-block;
  background: #390808;
  color: #fff;
  font-size: 14px;
  padding: 3px 12px;
  border-radius: 3px;
  text-decoration: none;
  margin-left: 0;
  vertical-align: middle;
  transition: 0.3s;
  letter-spacing: 0.05em;
}
.page-shop .shopCard_mapBtn:hover {
  opacity: 0.7;
}
.page-shop .shopCard_dl {
  font-size: 14px;
  line-height: 1.8;
  display: grid;
  grid-template-columns: auto auto 1fr;
  column-gap: 20px;
}
.page-shop .shopCard_dl dt {
  white-space: nowrap;
}

/****************************************


よくある質問


*****************************************/
.post-type-archive-qa .pageMainImg {
  background: #FFEC87;
  background-image: none !important;
}
.post-type-archive-qa .pageMainImg .pageTit {
  color: #000000 !important;
}
.post-type-archive-qa .qaCn {
  padding: 80px 0 120px;
}
@media screen and (max-width: 1024px) {
  .post-type-archive-qa .qaCn {
    padding: 40px 0 60px;
  }
}
.post-type-archive-qa .qaCatFilter {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .post-type-archive-qa .qaCatFilter {
    gap: 8px;
    margin-bottom: 30px;
  }
}
.post-type-archive-qa .qaCatFilter a {
  display: inline-block;
  padding: 10px 24px;
  border-radius: 40px;
  border: 1px solid #390808;
  font-size: 14px;
  color: #390808;
  text-decoration: none;
  transition: 0.3s;
}
@media screen and (max-width: 1024px) {
  .post-type-archive-qa .qaCatFilter a {
    padding: 8px 14px;
    font-size: clamp(12px, 1.2vw, 12px);
  }
}
.post-type-archive-qa .qaCatFilter a:hover {
  background: #390808;
  color: #fff;
}
.post-type-archive-qa .qaSection {
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .post-type-archive-qa .qaSection {
    margin-bottom: 50px;
  }
}
.post-type-archive-qa .qaSection:last-child {
  margin-bottom: 0;
}
.post-type-archive-qa .qaSection_tit {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(20px, 4.55vw - 27px, 28px);
  font-weight: 500;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .post-type-archive-qa .qaSection_tit {
    font-size: clamp(18px, 2.27vw - 5px, 22px);
    margin-bottom: 20px;
  }
}
.post-type-archive-qa .qaItem {
  margin-bottom: 4px;
}
.post-type-archive-qa .qaItem_q {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px 24px;
  background: #F7F4ED;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .post-type-archive-qa .qaItem_q {
    padding: 16px 16px;
    gap: 12px;
  }
}
.post-type-archive-qa .qaItem_q::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-right: 2px solid #390808;
  border-bottom: 2px solid #390808;
  transform: rotate(45deg);
  margin-left: auto;
  flex-shrink: 0;
  transition: transform 0.3s;
}
.post-type-archive-qa .qaItem.open .qaItem_q::after {
  transform: rotate(-135deg);
}
.post-type-archive-qa .qaItem_a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.8s ease;
  background: #FBFBFB;
}
.post-type-archive-qa .qaItem.open .qaItem_a {
  max-height: 500px;
}
.post-type-archive-qa .qaItem_aInner {
  display: flex;
  gap: 16px;
  padding: 20px 24px;
}
@media screen and (max-width: 1024px) {
  .post-type-archive-qa .qaItem_aInner {
    padding: 16px 16px;
    gap: 12px;
  }
}
.post-type-archive-qa .qaItem_label {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(16px, 2.27vw - 7px, 20px);
  font-weight: 400;
  flex-shrink: 0;
  line-height: 1.8;
  padding-top: 2px;
}
.post-type-archive-qa .qaItem_txt {
  padding-top: 4px;
  font-size: 16px;
  line-height: 1.8;
}
.post-type-archive-qa .qaItem_txt a {
  color: #8B4513;
  text-decoration: underline;
}

/****************************************


お問い合わせ


*****************************************/
.page-contact main,
.page-thanks main {
  padding-bottom: 0 !important;
}
.page-contact .pageMainImg,
.page-thanks .pageMainImg {
  background-image: url("img/contactPageMainImg.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.page-contact .contactCn,
.page-thanks .contactCn {
  padding: 60px 0 80px;
  background: #F7F4ED;
}
.page-contact .contactLead,
.page-thanks .contactLead {
  text-align: center;
  margin-bottom: 60px;
  padding-bottom: 60px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .page-contact .contactLead,
  .page-thanks .contactLead {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
}
.page-contact .contactLead::after,
.page-thanks .contactLead::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 1px;
  background: #D9D0C3;
}
.page-contact .contactLead p,
.page-thanks .contactLead p {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 30px;
  font-family: "Noto Serif JP", serif;
}
.page-contact .contactLead_btns,
.page-thanks .contactLead_btns {
  display: flex;
  justify-content: center;
  gap: 16px;
}
@media screen and (max-width: 1024px) {
  .page-contact .contactLead_btns,
  .page-thanks .contactLead_btns {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
}
.page-contact .contactLead_btns a,
.page-thanks .contactLead_btns a {
  display: inline-block;
  padding: 12px 30px;
  border-radius: 40px;
  border: 1px solid #390808;
  font-size: 16px;
  color: #390808;
  text-decoration: none;
  transition: 0.3s;
  font-family: "Noto Serif JP", serif;
}
.page-contact .contactLead_btns a:hover,
.page-thanks .contactLead_btns a:hover {
  background: #390808;
  color: #fff;
}
.page-contact .contactPhone,
.page-thanks .contactPhone {
  margin-bottom: 0;
  padding-bottom: 60px;
  position: relative;
}
.page-contact .contactPhone::after,
.page-thanks .contactPhone::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 1px;
  background: #D9D0C3;
}
.page-contact .contactPhone_box,
.page-thanks .contactPhone_box {
  text-align: center;
  padding: 40px;
}
@media screen and (max-width: 1024px) {
  .page-contact .contactPhone_box,
  .page-thanks .contactPhone_box {
    padding: 24px 16px;
  }
}
.page-contact .contactPhone_label,
.page-thanks .contactPhone_label {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(16px, 2.27vw - 7px, 20px);
  font-weight: 500;
  letter-spacing: 0.1em;
}
.page-contact .contactPhone_number,
.page-thanks .contactPhone_number {
  margin-bottom: 5px;
}
.page-contact .contactPhone_number a,
.page-thanks .contactPhone_number a {
  text-decoration: none;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(28px, 4.69vw - 20px, 40px);
  font-weight: 500;
  letter-spacing: 0.1em;
}
.page-contact .contactPhone_info,
.page-thanks .contactPhone_info {
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
}
.page-contact .contactPhone_shop,
.page-thanks .contactPhone_shop {
  text-align: center;
}
.page-contact .contactPhone_shop a,
.page-thanks .contactPhone_shop a {
  display: inline-block;
  padding: 24px 100px;
  border: 1px solid #390808;
  font-size: clamp(16px, 1.14vw + 4px, 18px);
  font-family: "Noto Serif JP", serif;
  color: #390808;
  text-decoration: none;
  transition: 0.3s;
}
@media screen and (max-width: 1024px) {
  .page-contact .contactPhone_shop a,
  .page-thanks .contactPhone_shop a {
    padding: 16px 40px;
    font-size: 16px;
  }
}
.page-contact .contactPhone_shop a:hover,
.page-thanks .contactPhone_shop a:hover {
  background: #390808;
  color: #fff;
}
.page-contact .contactMail,
.page-thanks .contactMail {
  padding: 0 0 120px;
  background: #F7F4ED;
}
@media screen and (max-width: 1024px) {
  .page-contact .contactMail,
  .page-thanks .contactMail {
    padding: 0 0 60px;
  }
}
.page-contact .contactMail_tit,
.page-thanks .contactMail_tit {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(18px, 3.41vw - 17px, 24px);
  font-weight: 400;
  text-align: center;
  margin-bottom: 20px;
}
.page-contact .contactMail_lead,
.page-thanks .contactMail_lead {
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  line-height: 2;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  .page-contact .contactMail_lead,
  .page-thanks .contactMail_lead {
    margin-bottom: 30px;
  }
}
.page-contact .contactForm .formLabel,
.page-thanks .contactForm .formLabel {
  font-size: 16px;
  margin-bottom: 8px;
}
.page-contact .contactForm .required,
.page-thanks .contactForm .required {
  display: inline-block;
  background: #FFEC87;
  font-size: 14px;
  padding: 3px 10px;
  border-radius: 3px;
  margin-right: 8px;
}
.page-contact .contactForm .optional,
.page-thanks .contactForm .optional {
  display: inline-block;
  background: #E8E2D8;
  font-size: 14px;
  padding: 3px 10px;
  border-radius: 3px;
  margin-right: 8px;
}
.page-contact .contactForm input[type=text],
.page-contact .contactForm input[type=email],
.page-contact .contactForm textarea,
.page-thanks .contactForm input[type=text],
.page-thanks .contactForm input[type=email],
.page-thanks .contactForm textarea {
  width: 100%;
  padding: 14px 16px;
  border: none;
  border-radius: 0;
  font-size: 16px;
  background: #fff;
  box-sizing: border-box;
  -webkit-appearance: none;
  outline: none;
}
.page-contact .contactForm textarea,
.page-thanks .contactForm textarea {
  min-height: 200px;
}
.page-contact .contactForm .formGroup,
.page-thanks .contactForm .formGroup {
  margin-bottom: 30px;
}
.page-contact .contactForm .formPrivacy,
.page-thanks .contactForm .formPrivacy {
  margin: 50px 0 40px;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 12px;
}
@media screen and (max-width: 1024px) {
  .page-contact .contactForm .formPrivacy,
  .page-thanks .contactForm .formPrivacy {
    margin: 30px 0;
  }
}
.page-contact .contactForm .formPrivacy .wpcf7-list-item,
.page-thanks .contactForm .formPrivacy .wpcf7-list-item {
  margin: 0;
}
.page-contact .contactForm .formPrivacy .wpcf7-list-item-label,
.page-thanks .contactForm .formPrivacy .wpcf7-list-item-label {
  line-height: 24px;
}
.page-contact .contactForm .formPrivacy input[type=checkbox],
.page-thanks .contactForm .formPrivacy input[type=checkbox] {
  width: 24px;
  height: 24px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 2px solid #D9D0C3;
  border-radius: 4px;
  background: #fff;
  cursor: pointer;
  position: relative;
  flex-shrink: 0;
  transition: 0.2s;
  vertical-align: middle;
  margin: 0 10px 0 0;
}
.page-contact .contactForm .formPrivacy input[type=checkbox]:checked,
.page-thanks .contactForm .formPrivacy input[type=checkbox]:checked {
  background: #390808;
  border-color: #390808;
}
.page-contact .contactForm .formPrivacy input[type=checkbox]:checked::after,
.page-thanks .contactForm .formPrivacy input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 6px;
  width: 6px;
  height: 12px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
}
.page-contact .contactForm .formPrivacy a,
.page-thanks .contactForm .formPrivacy a {
  color: #390808;
  text-decoration: underline;
  line-height: 24px;
}
.page-contact .contactForm .formSubmit,
.page-thanks .contactForm .formSubmit {
  text-align: center;
}
.page-contact .contactForm .formSubmit input[type=submit],
.page-thanks .contactForm .formSubmit input[type=submit] {
  display: inline-block;
  background: #F9EC00;
  color: #1A282E;
  font-size: 16px;
  font-weight: bold;
  padding: 18px 120px;
  border: none;
  border-radius: 40px;
  cursor: pointer;
  transition: background 0.5s ease, opacity 0.3s ease;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1024px) {
  .page-contact .contactForm .formSubmit input[type=submit],
  .page-thanks .contactForm .formSubmit input[type=submit] {
    padding: 16px 50px;
  }
}
.page-contact .contactForm .formSubmit input[type=submit]:hover,
.page-thanks .contactForm .formSubmit input[type=submit]:hover {
  opacity: 0.7;
}
.page-contact .contactForm .formSubmit input[type=submit]:disabled,
.page-thanks .contactForm .formSubmit input[type=submit]:disabled {
  background: #ccc;
  cursor: not-allowed;
  opacity: 1;
}
.page-contact .contactForm .formSubmit input[type=submit]:disabled:hover,
.page-thanks .contactForm .formSubmit input[type=submit]:disabled:hover {
  opacity: 1;
}

/****************************************


お問い合わせ（サンクス）


*****************************************/
.page-thanks .pageMainImg {
  background-image: url("img/contactPageMainImg.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.page-thanks .thanksCn {
  padding: 80px 0 120px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .page-thanks .thanksCn {
    padding: 40px 0 60px;
  }
}
.page-thanks .thanksCn_tit {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(18px, 3.41vw - 17px, 24px);
  font-weight: 400;
  margin-bottom: 30px;
}
.page-thanks .thanksCn_txt {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 60px;
}
.page-thanks .thanksCn_border {
  margin-bottom: 40px;
}
.page-thanks .thanksCn_back a {
  display: inline-block;
  padding: 14px 40px;
  border: 1px solid #390808;
  border-radius: 40px;
  font-size: 14px;
  color: #390808;
  text-decoration: none;
  transition: 0.3s;
}
.page-thanks .thanksCn_back a:hover {
  background: #390808;
  color: #fff;
}

/****************************************


催事情報


*****************************************/
.page-event .pageMainImg {
  background: #FFEC87;
  background-image: none !important;
}
.page-event .pageMainImg .pageTit {
  color: #000000 !important;
}
.page-event .eventCn {
  padding: 80px 0 120px;
}
@media screen and (max-width: 1024px) {
  .page-event .eventCn {
    padding: 40px 0 60px;
  }
}
.page-event .eventSection {
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .page-event .eventSection {
    margin-bottom: 40px;
    overflow-x: auto;
  }
}
.page-event .eventSection_tit {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(20px, 4.55vw - 27px, 28px);
  font-weight: 400;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .page-event .eventSection_tit {
    font-size: clamp(18px, 2.27vw - 5px, 22px);
    margin-bottom: 16px;
  }
}
.page-event .eventTable {
  width: 100%;
  border-collapse: collapse;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1024px) {
  .page-event .eventTable {
    min-width: 500px;
  }
}
.page-event .eventTable thead th {
  background: #390808;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  padding: 16px 24px;
  text-align: left;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1024px) {
  .page-event .eventTable thead th {
    padding: 10px 14px;
  }
}
.page-event .eventTable tbody tr {
  border-bottom: 1px solid #E8E2D8;
}
.page-event .eventTable tbody tr:nth-child(even) {
  background: #F7F4ED;
}
.page-event .eventTable tbody td {
  font-size: 16px;
  padding: 18px 24px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1024px) {
  .page-event .eventTable tbody td {
    padding: 12px 14px;
  }
}
.page-event .eventTable.productTable thead th:last-child {
  text-align: right;
}
.page-event .eventTable.productTable tbody td:last-child {
  text-align: right;
}
.page-event .eventNote {
  font-size: 14px;
  color: #888;
  line-height: 2;
  margin: 40px 0 60px;
}

.page-season .pageMainImg {
  background: #FFEC87;
  background-image: none !important;
}
.page-season .pageMainImg .pageTit {
  color: #000000 !important;
}

@media screen and (max-width: 1024px) {
  .page-contact .contactMail_lead,
  .page-thanks .contactMail_lead {
    text-align: left;
  }
  .page-contact .contactLead p,
  .page-thanks .contactLead p {
    text-align: left;
  }
}
.page-contact .formSubmit,
.page-thanks .formSubmit {
  display: block;
}
.page-contact .formSubmit p,
.page-thanks .formSubmit p {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.nutritionWrap {
  display: flex;
  gap: 40px;
  align-items: flex-start;
  margin-top: 24px;
}
.nutritionWrap__img {
  flex-shrink: 0;
}
.nutritionWrap__img img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  display: block;
  margin: 0 !important;
}
.nutritionWrap__table {
  flex: 1;
  min-width: 0;
}
.nutritionWrap__table table {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .nutritionWrap {
    flex-direction: column;
  }
  .nutritionWrap__img img {
    width: 160px;
    height: 160px;
  }
  .nutritionWrap__table {
    width: 100%;
  }
}

/*# sourceMappingURL=style.css.map */
