@charset "utf-8";

/* 公式 common.css 相当のリセット・ベース */
abbr,address,article,aside,audio,b,blockquote,body,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}
body{line-height:1}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
nav ul{list-style:none}
blockquote,q{quotes:none}
blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}
a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}
a:link,a:visited{text-decoration:none}
a:active,a:hover{text-decoration:none}
img{border:0;line-height:0;vertical-align:bottom}
svg{vertical-align:bottom}
h1,h2,h3,h4,h5{font-weight:normal}
li{list-style-type:none}
dl,dt,dd{margin:0;padding:0}
p{margin:0;padding:0}
em{font-weight:bold;font-style:normal}
*:focus{outline:none}

html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-size: 62.5%;
}

/* sub pages layout variations */
.page_shell {
  max-width: 1200px;
  margin: 36px auto 0;
  padding: 0 24px 90px;
  box-sizing: border-box;
}
.split_section {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  align-items: stretch;
}
.split_section > * {
  min-width: 0;
}
.split_section--pottery {
  grid-template-columns: minmax(300px, 0.95fr) minmax(520px, 1.05fr);
}
.split_section--guide {
  grid-template-columns: minmax(340px, 1fr) minmax(520px, 1.2fr);
}
.panel_card {
  background: #f3f4f6;
  border-radius: 14px;
  padding: 28px;
  box-sizing: border-box;
}
.panel_card h3 {
  font-size: 2rem;
  margin-bottom: 10px;
  font-weight: bold;
}
.feature_grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin-top: 22px;
}
.feature_grid--pottery {
  grid-template-columns: 1fr;
  gap: 12px;
}
.feature_item {
  background: #eef0f4;
  border-radius: 10px;
  padding: 18px;
}
.feature_item h4 {
  font-size: 1.6rem;
  margin-bottom: 8px;
  font-weight: bold;
}
.price_table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 22px;
  background: #fff;
}
.price_table th,
.price_table td {
  border-bottom: 1px solid #dfe2e9;
  padding: 14px 10px;
  font-size: 1.4rem;
  text-align: left;
}
.price_table th {
  font-weight: bold;
  background: #f3f4f6;
}
.faq_list {
  margin-top: 18px;
  display: grid;
  gap: 12px;
}
.faq_item {
  background: #f7f8fb;
  border-radius: 8px;
  padding: 14px 16px;
}
.faq_item strong {
  display: block;
  margin-bottom: 6px;
}
.timeline_list {
  margin-top: 20px;
  border-left: 2px solid #d4d9e3;
  padding-left: 18px;
}
.timeline_item + .timeline_item {
  margin-top: 16px;
}
.timeline_item .date {
  font-size: 1.3rem;
  color: #6f7b93;
}
.contact_grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-top: 22px;
}
.page_hero_visual {
  margin: 14px 0 18px;
  border-radius: 12px;
  overflow: hidden;
}
.mock_form {
  display: grid;
  gap: 10px;
  margin-top: 12px;
}
.mock_form input,
.mock_form textarea {
  border: 1px solid #ccd4e0;
  border-radius: 8px;
  padding: 10px 12px;
  font-size: 1.4rem;
  font-family: inherit;
}
.mock_form textarea {
  min-height: 120px;
  resize: vertical;
}
.booking-calendar {
  background: #fff;
  border: 1px solid #d8deea;
  border-radius: 10px;
  padding: 12px;
}
.booking-calendar__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.booking-calendar__head strong {
  font-size: 1.6rem;
}
.booking-calendar__head button {
  border: none;
  background: #eef2f7;
  border-radius: 8px;
  width: 34px;
  height: 34px;
  cursor: default;
}
.booking-calendar__grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 6px;
}
.booking-calendar__grid--dow {
  margin-bottom: 6px;
}
.booking-calendar__grid--dow span {
  font-size: 1.2rem;
  text-align: center;
  color: #6d7789;
}
.booking-calendar__grid button {
  border: 1px solid #d6deeb;
  background: #fff;
  border-radius: 8px;
  min-height: 34px;
  font-size: 1.2rem;
}
.booking-calendar__grid button.is-disabled {
  color: #b1bac8;
  background: #f6f8fb;
}
.booking-calendar__grid button.is-busy {
  background: #eceff5;
  color: #7b8393;
  text-decoration: line-through;
}
.booking-calendar__grid button.is-selected {
  background: #24395b;
  color: #fff;
  border-color: #24395b;
}
.booking-slots {
  margin-top: 14px;
}
.booking-slots strong {
  display: block;
  margin-bottom: 8px;
  font-size: 1.3rem;
}
.booking-slots__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}
.booking-slots__list button {
  border: 1px solid #cfd8e7;
  background: #fff;
  border-radius: 8px;
  padding: 8px;
  font-size: 1.2rem;
}
.booking-slots__list .is-busy {
  background: #eceff5;
  color: #7b8393;
  text-decoration: line-through;
}

@media screen and (max-width: 900px) {
  .page_shell {
    margin-top: 24px;
    padding: 0 6.667vw 56px;
  }
  .split_section,
  .split_section--pottery,
  .split_section--guide,
  .feature_grid,
  .contact_grid {
    grid-template-columns: 1fr;
  }
  .feature_grid--pottery {
    grid-template-columns: 1fr;
  }
  .booking-slots__list {
    grid-template-columns: 1fr;
  }
}
body {
  font-family: "Noto Sans JP", 游ゴシック体, "Yu Gothic", YuGothic,
    "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo,
    sans-serif;
  margin: 0;
  padding: 0;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.05em;
  background: #fff;
  width: 100%;
  overflow-x: hidden;
}
*,
*:before,
*:after {
  color: #24395b;
}
p {
  line-height: 1.85;
  font-size: 1.4rem;
}
.font_en {
  font-family: "Marck Script", cursive;
  font-weight: 400;
  line-height: 1.5;
}
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

.pc-only {
  display: block !important;
}
.sp-only {
  display: none !important;
}

section {
  position: relative;
}

/* loading */
#loading {
  width: 100%;
  height: 100vh;
  position: fixed;
  background: #24395b;
  top: 0;
  left: 0;
  z-index: 10010;
  opacity: 1;
  transition: opacity 0.5s linear;
}

/* スクロールフェード（元 style.css の fadeUp に準拠） */
.js-scroll-fade {
  opacity: 0;
}
.js-scroll-fade.isActive {
  animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  animation-duration: 0.9s;
  animation-name: fadeUp;
  animation-fill-mode: forwards;
}
@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(60px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

/* ハンバーガー */
.btn_humberger_box {
  opacity: 0;
  position: fixed;
  right: 64px;
  top: 44px;
  z-index: -1;
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  display: none;
}
.btn_humberger_box.active,
body.open .btn_humberger_box {
  opacity: 1;
  z-index: 10000;
}
.btn_humberger {
  width: 47px;
  height: 47px;
  cursor: pointer;
  position: relative;
  transition: all 0.9s cubic-bezier(0.165, 0.84, 0.44, 1);
  background: #24395b;
  border-radius: 50%;
}
.btn_humberger span {
  content: "";
  height: 1px;
  display: block;
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  background: #fff;
  position: absolute;
}
.btn_humberger span:nth-child(2) {
  width: 19px;
  left: 14px;
  top: 27px;
}
.btn_humberger span:nth-child(1) {
  width: 27px;
  left: 10px;
  top: 20px;
}
body.open .btn_humberger span:nth-child(1) {
  width: 27px;
  transform: rotate(-45deg);
  top: 50%;
  margin-top: -0.5px;
}
body.open .btn_humberger span:nth-child(2) {
  width: 27px;
  transform: rotate(45deg);
  top: 50%;
  margin-top: -0.5px;
}

.btn_ico_mypage,
.btn_ico_cart {
  display: none;
}

/* header */
header .inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
}
.header_logo {
  width: 195px;
  margin-top: 30px;
}
.header_logo img {
  width: 100%;
  height: auto;
}
.header-inner {
  flex: 1;
  min-width: 0;
}
.global_nav_pc .func_nav {
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.global_nav_pc .func_nav {
  display: none;
}
.global_nav_pc .func_nav li {
  position: relative;
  font-size: 1.2rem;
  margin-left: 30px;
}
.global_nav_pc .func_nav .btn_mypage a {
  display: block;
  background: #fff;
  color: #24395b;
  text-align: center;
  width: 135px;
  padding: 10px 0;
  line-height: 1.2;
  border-radius: 30px;
  border: 1px solid #24395b;
  box-sizing: border-box;
}
.global_nav_pc .func_nav .btn_mypage a span {
  display: inline-block;
  width: 16px;
  vertical-align: text-bottom;
  margin-right: 5px;
}
.global_nav_pc .func_nav .btn_cart {
  margin-left: 5px;
}
.global_nav_pc .func_nav .btn_cart a {
  display: block;
  background: #24395b;
  color: #fff;
  text-align: center;
  width: 140px;
  padding: 10px 0;
  line-height: 1.2;
  border-radius: 30px;
  border: 1px solid #24395b;
  box-sizing: border-box;
}
.global_nav_pc .func_nav .btn_cart a span {
  display: inline-block;
  width: 18px;
  vertical-align: text-bottom;
  margin-right: 5px;
}
.global_nav_pc .page_nav {
  margin: 30px 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.global_nav_pc .page_nav li {
  font-size: 1.6rem;
  margin-left: 25px;
  font-weight: bold;
}
.global_nav_pc .rolldown {
  position: relative;
  padding-right: 15px;
}
.global_nav_pc .arrow {
  display: block;
  position: absolute;
  right: 0;
  top: 10px;
  width: 6px;
  height: 6px;
  border-right: 1px solid #24395b;
  border-bottom: 1px solid #24395b;
  transform: rotate(45deg);
}
.global_nav_pc .nav01_cnt {
  position: absolute;
  top: 100%;
  left: 0;
  width: 180px;
  margin-top: 8px;
  padding-top: 12px;
  z-index: 10;
}
.global_nav_pc .nav01_cnt ul {
  display: none;
  background: #fff;
  border: 1px solid #24395b;
  border-radius: 3px;
  padding: 18px 0;
}
.global_nav_pc .nav01_cnt li {
  margin-left: 0 !important;
  padding: 0;
  font-size: 1.3rem;
  line-height: 1.2;
}
.global_nav_pc .nav01_cnt a {
  display: block;
  padding: 6px 30px !important;
}

.global_nav_fix {
  width: 388px;
  max-height: calc(100vh - 50px);
  position: fixed;
  right: 0;
  top: 25px;
  z-index: 9999;
  transition: background 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  overflow-y: auto;
  overflow-x: hidden;
  border-radius: 10px 0 0 10px;
  pointer-events: none;
}
.global_nav_fix .inner {
  padding: 90px 30px 60px;
  display: block;
  visibility: visible;
  background: #24395b;
  box-sizing: border-box;
  z-index: 9999;
  transform: translateX(100%);
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.global_nav_fix * {
  color: #fff;
}
body.open .global_nav_fix {
  pointer-events: auto;
}
body.open .global_nav_fix .inner {
  transform: translateX(0);
}
.global_nav_fix .func_nav {
  margin-top: 45px;
  display: flex;
  flex-flow: wrap;
}
.global_nav_fix .func_nav li {
  width: 50%;
  margin-left: 0;
  margin-bottom: 20px;
  font-size: 1rem;
  line-height: 1.2;
}
.global_nav_fix .page_nav .btn_cart a {
  display: inline-block;
  background: #fff;
  color: #24395b;
  border: 1px solid #fff;
  padding: 10px 25px;
  font-size: 1.3rem;
  line-height: 1.2;
  border-radius: 30px;
  box-sizing: border-box;
}
.global_nav_fix .page_nav li {
  font-size: 1.6rem;
  margin-left: 0;
  margin-bottom: 0;
  line-height: 1.2;
}
.global_nav_fix .page_nav .btn_cart {
  margin-top: 30px;
}
.global_nav_fix .page_nav li + li {
  margin-top: 20px;
}
.global_nav_fix .nav01_cnt {
  margin: 25px 0 0 30px;
  padding-bottom: 20px;
  display: none;
}
.global_nav_fix .nav01_cnt li {
  font-size: 1.3rem;
}
.global_nav_fix .nav01_cnt li + li {
  margin-top: 14px;
}
.global_nav_fix .rolldown {
  position: relative;
}
.global_nav_fix .arrow {
  display: inline-block;
  position: relative;
  margin-left: 8px;
  width: 8px;
  height: 8px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(45deg);
  vertical-align: middle;
  cursor: pointer;
}
.global_nav_fix .footer_sns_list {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
}
.global_nav_fix .footer_sns_list li {
  width: 24px;
  margin-right: 16px;
  margin-bottom: 8px;
}
.global_nav_fix .footer_sns_list img {
  width: 100%;
}

.header_news {
  max-width: 1200px;
  margin: 0 auto 8px;
  padding: 0 24px;
  font-size: 1.3rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  line-height: 1.5;
  box-sizing: border-box;
}
.header_news .ico_new {
  background: #df9d34;
  color: #24395b;
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
  border-radius: 50%;
  position: relative;
  margin-right: 5px;
}
.header_news .ico_new span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.home header + main {
  margin-top: 0;
}

/* MV（全幅・単一背景写真＋キャッチ・CTA をオーバーレイ） */
.top_mv {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 24px;
  box-sizing: border-box;
}
.top_mv--fullscreen {
  max-width: none;
  width: 100%;
  margin: 0;
  padding: 0;
}
.top_mv_hero-inner {
  --mv-h: min(88vh, 860px);
  position: relative;
  border-radius: 0;
  overflow: hidden;
  isolation: isolate;
}
.top_mv_phbox02 {
  height: var(--mv-h);
  left: 0;
  top: 0;
  width: 100%;
  overflow: hidden;
  border-radius: 0;
  z-index: 0;
}
.top_mv_phbox02--static {
  margin: 0;
  padding: 0;
}
.top_mv_hero-bg {
  display: block;
  width: 100%;
  height: var(--mv-h);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.top_mv_hero-shade {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(
    to bottom,
    rgba(10, 20, 36, 0.52) 0%,
    rgba(10, 20, 36, 0.32) 45%,
    rgba(10, 20, 36, 0.48) 100%
  );
  pointer-events: none;
}

.top_mv_intro.top_mv_intro--overlay {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 32px 28px;
  margin: 0;
  max-width: none;
  text-align: center;
  box-sizing: border-box;
  pointer-events: none;
}
.top_mv_intro--overlay .top_mv_cta_group,
.top_mv_intro--overlay .top_mv_cta {
  pointer-events: auto;
}
.top_mv_intro--overlay .top_mv_catch_line {
  color: #fff;
  text-shadow: 0 2px 28px rgba(0, 0, 0, 0.5);
}
.top_mv_cta--on-hero {
  border-color: rgba(255, 255, 255, 0.95) !important;
  color: #fff !important;
  background: rgba(255, 255, 255, 0.12);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
}
.top_mv_cta--on-hero:hover {
  background: #fff !important;
  color: #24395b !important;
  border-color: #fff !important;
}

/* コンテンツ差し替え用（レイアウト・トーンは既存デザインに準拠） */
.header_logo_word {
  display: block;
  font-family: "Marck Script", cursive;
  font-size: 4rem;
  line-height: 1;
  color: #24395b;
  letter-spacing: 0.02em;
}
.header_logo_word:hover {
  opacity: 0.85;
}
.top_mv_intro {
  max-width: 1120px;
  margin: 0 auto;
  padding: 48px 0 32px;
  text-align: center;
  box-sizing: border-box;
}
.top_mv_catch_line {
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.45;
  letter-spacing: 0.06em;
}
.top_mv_cta_group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  margin-top: 28px;
}
.top_mv_cta {
  display: inline-block;
  min-width: 200px;
  padding: 16px 28px;
  border: 1px solid #24395b;
  border-radius: 5px;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  box-sizing: border-box;
  color: #24395b;
}
.top_mv_cta:hover {
  background: #24395b;
  color: #fff;
}
.top_mv_cta:hover *,
.top_mv_cta:hover {
  color: #fff;
}
.top_mv_catch_text .font_en {
  display: block;
  font-size: 3.6rem;
  margin-bottom: 8px;
}
.top_mv_catch_text {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.06em;
}
.btn_ico_mypage .btn_ico_txt,
.btn_ico_cart .btn_ico_txt {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0;
  white-space: nowrap;
}
.btn_ico_mypage .btn_ico_txt {
  color: #24395b;
}
.btn_ico_cart .btn_ico_txt {
  color: #fff;
}
.price_plan_note {
  margin-top: 48px;
  padding-top: 36px;
  border-top: 1px solid #dee1e7;
}
.price_plan_note h3 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 12px;
}
.price_plan_note p {
  font-size: 1.4rem;
}
.price_member_box {
  margin-top: 20px;
  padding: 24px 28px;
  background: #dde0e6;
  border-radius: 10px;
  box-sizing: border-box;
}
.price_member_box h4 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.price_member_box ul {
  margin-top: 8px;
}
.price_member_box li {
  font-size: 1.4rem;
  list-style: disc;
  margin-left: 1.2em;
  margin-top: 6px;
}
.price_extra_note {
  margin-top: 16px;
  padding: 16px 20px;
  background: #fff;
  border: 1px solid #dee1e7;
  border-radius: 7px;
  font-size: 1.3rem;
  line-height: 1.75;
}
.vh-anchor {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.top_mv_txt {
  width: 100%;
  max-width: 1120px;
  margin: 86px auto 0;
  padding: 0;
  position: relative;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
}
.top_mv_catch02 {
  width: 30%;
  max-width: 402px;
}
.top_mv_catch02.top_mv_catch_text {
  width: 38%;
  max-width: 480px;
}
.top_mv_catch02 img {
  width: 100%;
  height: auto;
}
.top_mv_read02 {
  width: 65%;
  margin: 0;
}
.top_mv_read02 p {
  font-size: 1.8rem;
  text-align: right;
}
.top_mv_read02 p + p {
  margin-top: 30px;
}

/* 各セクション上部ヒーロー（陶芸関連・ローカル assets） */
.section-hero {
  margin: 0 0 28px;
}
.section-hero__bg {
  height: clamp(120px, 16vw, 220px);
  border-radius: 20px;
  background-size: cover;
  background-position: center;
  box-shadow: 0 4px 22px rgba(36, 57, 91, 0.1);
}
.section-hero__bg--experience {
  background-image: url("../img/card-rokuro.png");
}
.section-hero__bg--features {
  background-image: url("../img/hero-02.png");
}
.section-hero__bg--concept {
  background-image: url("../img/hero-01.png");
}
.section-hero__bg--price {
  background-image: url("../img/card-tebineri.png");
}
.section-hero__bg--gallery {
  background-image: url("../img/card-meoto.png");
}
.section-hero__bg--voices {
  background-image: url("../img/card-tebineri.png");
}
.section-hero__bg--access {
  background-image: url("../img/hero-01.png");
}
.section-hero__bg--reserve {
  background-image: url("../img/card-etsuke.png");
}

.top_interview--access .common_interview_item._store {
  width: 100%;
  margin-left: 0;
  margin-bottom: 0;
  padding: 20px 0 28px;
  border-bottom: 1px solid #e8eaee;
  box-sizing: border-box;
}
.top_interview--access .common_interview_item._store:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.top_interview--access .common_interview_txt .name {
  margin-top: 0;
}

/* セクション共通レイアウト（1200 / 24px） */
.top_ranking,
.top_store,
.top_catch,
.products_recommend,
.top_houjin,
.top_blog,
.top_interview {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  box-sizing: border-box;
}

.top_ranking {
  margin-top: 60px;
  margin-bottom: 120px;
}
.top_common_hd {
  margin: 0 0 0.75rem;
  padding: 0;
  font-size: inherit;
  font-weight: inherit;
  line-height: 1.2;
}
.top_common_hd.font_en {
  display: block;
  font-size: clamp(2.6rem, 6vw, 5rem);
  line-height: 1.05;
  margin-bottom: 0.35em;
}
.top_common_hd .font_en {
  display: block;
  padding-right: 0;
  font-size: clamp(2.6rem, 6vw, 5rem);
  line-height: 1.05;
  margin-bottom: 0.15em;
}
.top_common_hd .caption {
  display: block;
  margin-top: 0.35em;
  font-size: 1.4rem;
  line-height: 1.55;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
}
.top_common_hd_col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 0;
}
.top_common_hd_col .caption {
  margin-top: 0.25em;
}
.section-lead {
  font-size: 1.3rem;
  margin: 0.75rem 0 1.5rem;
  line-height: 1.75;
}
.section-lead--tight-bottom {
  margin-bottom: 1.25rem;
}
.section-lead--wide {
  line-height: 1.85;
}
.top_ranking .top_common_hd {
  margin-left: 0;
}

.top_ranking .slick-slide {
  height: auto !important;
  display: flex !important;
  flex-direction: column;
  margin: 0 0.825vw;
  padding: 1.3vw;
  box-sizing: border-box;
  background: #dde0e6;
  border-radius: 10px;
  position: relative;
}
.top_ranking .slick-list {
  margin: 0 -0.825vw;
}
.top_ranking .slick-track {
  display: flex !important;
}
.rank_badge {
  display: block;
  position: absolute;
  left: 1.3vw;
  top: 1.3vw;
  width: 31px;
  height: 31px;
  padding: 7px;
  text-align: center;
  box-sizing: border-box;
  z-index: 2;
  text-indent: -9999px;
  transform: translate(-35%, -35%);
}
.ranking_item_1 .rank_badge {
  background: url("https://yamatokawa.com/cms/wp-content/themes/yamatokawa/assets/img/ranking_num1.svg")
    no-repeat center / cover;
}
.ranking_item_2 .rank_badge {
  background: url("https://yamatokawa.com/cms/wp-content/themes/yamatokawa/assets/img/ranking_num2.svg")
    no-repeat center / cover;
}
.ranking_item_3 .rank_badge {
  background: url("https://yamatokawa.com/cms/wp-content/themes/yamatokawa/assets/img/ranking_num3.svg")
    no-repeat center / cover;
}
.ranking_item_4 .rank_badge {
  background: url("https://yamatokawa.com/cms/wp-content/themes/yamatokawa/assets/img/ranking_num4.svg")
    no-repeat center / cover;
}
.ranking_item_5 .rank_badge {
  background: url("https://yamatokawa.com/cms/wp-content/themes/yamatokawa/assets/img/ranking_num5.svg")
    no-repeat center / cover;
}
.ranking_item_6 .rank_badge {
  background: url("https://yamatokawa.com/cms/wp-content/themes/yamatokawa/assets/img/ranking_num6.svg")
    no-repeat center / cover;
}

.top_ranking .slick-prev,
.top_ranking .slick-next {
  width: 27px;
  height: 20px;
  z-index: 5;
}
.top_ranking .slick-prev {
  left: -40px;
}
.top_ranking .slick-next {
  right: -40px;
}
.top_ranking .slick-prev:before,
.top_ranking .slick-next:before {
  display: none;
}
.top_ranking .slick-prev:after,
.top_ranking .slick-next:after {
  content: "";
  display: block;
  width: 27px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  background: url("https://yamatokawa.com/cms/wp-content/themes/yamatokawa/assets/img/arrow_ranking.svg")
    no-repeat center / cover;
}
.top_ranking .slick-next:after {
  transform: scaleX(-1);
}

.products_list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}
.products_list_item {
  width: 22.847%;
  margin-left: 2.87%;
  margin-bottom: 60px;
  display: block;
  color: inherit;
}
.products_list_item:nth-child(4n + 1) {
  margin-left: 0;
}
.products_list_ph {
  padding-bottom: 66%;
  border-radius: 7px;
  overflow: hidden;
  position: relative;
}
.products_list_ph img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
.products_list_txt h3 {
  font-size: 1.6rem;
  line-height: 1.563;
}
.products_price {
  font-size: 1.6rem;
  line-height: 1.563;
  margin-top: 5px;
}
.products_tag {
  margin-top: 5px;
}
.products_tag span {
  font-size: 1.1rem;
  color: #999;
  padding-right: 15px;
}
.products_label {
  margin: 0 0 5px;
}
.products_list .products_label {
  margin-top: 15px;
}
.products_label span {
  color: #fff;
  display: inline-block;
  padding: 1px 10px;
  margin: 0 5px 5px 0;
}
.label_recommond {
  background: #998675;
}
.label_freeshipping {
  background: #ed1e79;
}

.top_store {
  margin-top: 60px;
  margin-bottom: 120px;
}
.top_store .top_common_hd {
  margin-left: 0;
}
.top_store_list {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  gap: 0;
}
.top_store_item {
  width: 31.428%;
  background: #dee1e7;
  border-radius: 10px;
  overflow: hidden;
  color: inherit;
}
.top_store_item img {
  width: 100%;
  vertical-align: bottom;
}
.top_store_txt {
  padding: 2.04vw;
}
.top_store_txt h3 {
  font-size: 2rem;
  line-height: 1.2;
  margin-bottom: 15px;
  font-weight: bold;
}

.top_catch {
  margin-bottom: 150px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  box-sizing: border-box;
}

.products_recommend {
  position: relative;
  margin-top: 150px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 120px;
}
.products_recommend .top_common_hd {
  margin-left: 0;
}

.top_houjin {
  width: 100%;
  max-width: 1200px;
  margin: 150px auto;
  padding: 0 24px;
  box-sizing: border-box;
}
.top_houjin_inner {
  margin-right: 0;
  position: relative;
}
.top_houjin_ttl {
  width: 66%;
  position: absolute;
}
.top_houjin_ttl > div {
  position: relative;
  padding-bottom: 60%;
  background: url("../img/hero-02.png") center / cover;
  border-radius: 24px;
}
.top_houjin_hd {
  position: absolute;
  top: 50%;
  left: 4.08vw;
  font-size: 3rem;
  color: #fff;
  font-weight: bold;
  transform: translateY(-50%);
  z-index: 2;
}
.top_houjin_list {
  margin-left: 58.87%;
  position: relative;
  z-index: 2;
  padding-top: 90px;
}
.top_houjin_item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top_houjin_item + .top_houjin_item {
  margin-top: 30px;
}
.top_houjin_ico {
  width: 40%;
  padding-bottom: 40%;
  min-width: 150px;
  min-height: 150px;
  position: relative;
  box-sizing: border-box;
}
.top_houjin_ico:after {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 100%;
  background: url("https://yamatokawa.com/cms/wp-content/themes/yamatokawa/assets/img/bg_circle.svg")
    no-repeat center / contain;
  position: absolute;
  top: 0;
  z-index: -1;
}
.top_houjin_ico > div {
  position: absolute;
  left: 50%;
  top: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
}
.top_houjin_ico * {
  color: #fff;
}
.top_houjin_ico .font_en {
  font-size: 3rem;
  display: block;
  line-height: 1.2;
}
.top_houjin_ico .caption {
  font-size: 1.2rem;
  display: block;
  font-weight: bold;
}
.top_houjin_txt {
  width: 53.8%;
  margin-left: 6.2%;
}
.top_houjin_txt h3 {
  font-size: 2rem;
  margin-bottom: 5px;
  font-weight: bold;
}
.top_houjin_txt p {
  font-size: 1.4rem;
}
.link_arrow {
  display: inline-block;
  font-size: 1.2rem;
  position: relative;
  padding-left: 10px;
  margin-top: 10px;
  color: inherit;
}
.link_arrow_ico {
  display: inline-block;
  width: 4px;
  height: 8px;
  line-height: 0;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  margin-top: 2px;
}
.link_arrow_img {
  fill: none;
  stroke: #24395b;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}
.link_arrow_ico02 {
  display: block;
  margin: 20px auto 0;
  width: 27px;
  height: 20px;
}
.link_arrow_img02 {
  fill: #ffffff;
}

.top_blog {
  margin-top: 150px;
  margin-bottom: 0;
}
.top_blog .top_common_hd {
  margin-left: 0;
}
.common_blog_list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}
.common_blog_item {
  width: 22.847%;
  margin-left: 2.87%;
  margin-bottom: 60px;
  color: inherit;
}
.common_blog_item:nth-child(4n + 1) {
  margin-left: 0;
}
.common_blog_ph {
  border-radius: 7px;
  padding-bottom: 66%;
  overflow: hidden;
  position: relative;
}
.common_blog_ph img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
.common_blog_date {
  font-size: 2rem;
  margin-top: 10px;
}
.common_blog_txt h2 {
  font-size: 1.6rem;
  line-height: 1.75;
}
.common_blog_tag {
  margin-top: 5px;
}
.common_blog_tag span {
  font-size: 1.1rem;
  color: #999;
  padding-right: 15px;
}

.btn_more {
  text-align: center;
  margin-top: 20px;
}
.btn_more a {
  width: 14.28vw;
  max-width: 200px;
  display: inline-block;
  border: 1px solid #24395b;
  padding: 15px 0;
  border-radius: 5px;
  font-size: 1.2rem;
  text-align: center;
  color: inherit;
}
.btn_more_inner {
  position: relative;
  padding: 0 10px;
  line-height: 1;
}

.top_interview {
  margin-top: 50px;
  margin-bottom: 80px;
}
.top_interview .top_common_hd {
  margin-left: 0;
}
.common_interview_list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}
.common_interview_item {
  width: 31.42%;
  margin-left: 2.85%;
  margin-bottom: 60px;
  color: inherit;
}
.common_interview_item:nth-child(3n + 1) {
  margin-left: 0;
}
.common_interview_phbox {
  position: relative;
}
.common_interview_ph {
  border-radius: 7px;
  padding-bottom: 66%;
  overflow: hidden;
  position: relative;
}
.common_interview_ph:before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 66%;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.common_interview_item._store .common_interview_ph:before {
  display: none;
}
.common_interview_ph img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
.common_interview_date {
  font-size: 2rem;
  margin: 20px 0 0;
}
.common_interview_txt h2 {
  font-size: 1.6rem;
  line-height: 1.75;
}
.common_interview_txt .name {
  font-size: 2rem;
  margin-top: 15px;
}
.common_interview_txt .address {
  font-size: 1.6rem;
  margin-top: 5px;
  line-height: 1.75;
}
.common_interview_num {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  font-size: 2rem;
  z-index: 3;
}
.common_interview_num span {
  display: block;
  font-size: 5rem;
  color: inherit;
  line-height: 0.7;
}
.common_interview_tag {
  margin-top: 5px;
}
.common_interview_tag span {
  font-size: 1.1rem;
  color: #999;
  padding-right: 15px;
}
.txt_link {
  text-decoration: underline;
}

/* footer */
footer {
  background: #dee1e7;
  border-radius: 0 30px 0 0;
  margin-right: 6.12vw;
  margin-top: 150px;
  padding-left: 12.24vw;
}
footer .inner {
  display: flex;
  padding: 110px 24px 70px;
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
  flex-wrap: wrap;
}
.footer_logo {
  width: 12.24vw;
  min-width: 100px;
}
.footer_logo > div {
  max-width: 141px;
  width: 100%;
}
.footer_logo img {
  width: 100%;
}
.footer_info {
  width: 26.52vw;
  min-width: 160px;
  margin-left: 2.04vw;
}
.footer_sns_list {
  display: flex;
  margin: 0;
}
.footer_sns_list li {
  width: 15px;
  margin-right: 22px;
}
.footer_sns_list li.ico_line {
  width: 16px;
  margin-right: 0;
}
.footer_sns_list img {
  width: 100%;
}
.copylights {
  margin-top: 24px;
  font-size: 1rem;
}
footer .page_nav {
  width: 12.24vw;
  min-width: 120px;
  margin-left: 2.04vw;
}
footer .page_nav li {
  font-size: 1.4rem;
  margin-bottom: 25px;
  line-height: 1.5;
  font-weight: bold;
}
footer .func_nav {
  width: 16.32vw;
  min-width: 140px;
  margin-left: 2.04vw;
}
footer .func_nav li {
  font-size: 1rem;
  margin-bottom: 20px;
  line-height: 1.5;
}

/* 1024px（タブレット） */
@media screen and (max-width: 1024px) {
  .global_nav_pc .page_nav li {
    font-size: 1.2rem;
    margin-left: 15px;
  }
  .header_logo {
    width: 130px;
  }
}

/* 768px */
@media screen and (max-width: 768px) {
  .global_nav_pc .page_nav li {
    font-size: 1.1rem;
    margin-left: 10px;
  }
}

@media screen and (max-width: 900px) {
  p {
    line-height: 1.667;
    font-size: 1.2rem;
  }
  .pc-only {
    display: none !important;
  }
  .sp-only {
    display: block !important;
  }

  .btn_humberger_box {
    display: block !important;
    opacity: 1 !important;
    position: fixed;
    right: 6.6vw;
    top: 30px;
    z-index: 10000;
  }
  .btn_ico_mypage {
    display: none !important;
  }
  .btn_ico_mypage span {
    width: 22px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .btn_ico_mypage span img {
    width: 100%;
  }
  .btn_ico_cart {
    display: none !important;
  }
  .btn_ico_cart span {
    width: 22px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .btn_ico_cart span img {
    width: 100%;
  }

  .global_nav_pc {
    display: none;
  }
  .global_nav_fix {
    width: 93.333vw;
    min-height: calc(100vh - 50px);
    border-radius: 10px 0 0 10px;
  }
  .global_nav_fix .inner {
    padding: 60px 30px 40px;
    min-height: calc(100vh - 50px);
  }
  body.open .global_nav_fix {
    background: rgba(0, 0, 0, 0.3);
  }

  header .inner {
    padding: 0 6.667vw;
  }
  .header_logo {
    width: 84px;
    margin-top: 30px;
  }
  .header_news {
    padding: 0 6.667vw 0 12vw;
    margin: 30px 0 20px;
    font-size: 1.1rem;
    max-width: none;
  }

  .top_mv--fullscreen {
    padding: 0;
    max-width: none;
  }
  .top_mv_hero-inner {
    border-radius: 0;
    --mv-h: min(78vh, 620px);
  }
  .top_mv_hero-bg {
    height: var(--mv-h);
  }

  .section-hero {
    margin-bottom: 20px;
  }
  .section-hero__bg {
    height: clamp(100px, 28vw, 160px);
    border-radius: 12px;
  }

  .top_mv_txt {
    width: auto;
    margin: 39px 0 0;
    padding: 0 5.33vw 0 12vw;
    display: block;
  }
  .top_mv_catch02 {
    width: 217px;
    max-width: none;
    margin-bottom: 49px;
  }
  .top_mv_read02 {
    width: auto;
  }
  .top_mv_read02 p {
    font-size: 1.3rem;
    text-align: left;
  }
  .header_logo_word {
    font-size: 2.6rem;
  }
  .top_mv_catch_line {
    font-size: 1.8rem;
  }
  .top_mv_intro:not(.top_mv_intro--overlay) {
    padding: 32px 0 24px;
  }
  .top_mv_intro.top_mv_intro--overlay {
    padding: 24px 20px 64px;
  }
  .top_mv_cta {
    width: 100%;
    max-width: 320px;
  }
  .top_mv_catch_text .font_en {
    font-size: 2.8rem;
  }
  .top_mv_catch_text {
    font-size: 1.4rem;
  }

  .top_ranking,
  .top_store,
  .top_catch,
  .products_recommend,
  .top_blog,
  .top_interview {
    max-width: none;
    padding-left: 6.667vw;
    padding-right: 6.667vw;
  }
  .top_ranking {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .ranking_list {
    width: 66vw;
    margin-left: 0;
  }
  .top_ranking .slick-slide {
    margin: 0 2vw;
    padding: 4vw;
  }
  .top_ranking .slick-list {
    margin: 0 -2vw;
  }
  .top_ranking .slick-prev,
  .top_ranking .slick-next {
    display: none !important;
  }
  .top_common_hd .font_en,
  .top_common_hd.font_en {
    font-size: clamp(2.2rem, 9vw, 3.4rem);
  }
  .top_common_hd_col {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .top_store {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .top_store_list {
    display: block;
    margin-top: 30px;
  }
  .top_store_item {
    width: 100%;
    border-radius: 8px;
  }
  .top_store_item + .top_store_item {
    margin-top: 20px;
  }
  .top_store_txt {
    padding: 30px;
  }
  .top_store_txt h3 {
    font-size: 1.8rem;
  }

  .top_catch {
    margin-bottom: 50px;
  }

  .products_recommend {
    margin-top: 50px;
    padding-bottom: 50px;
  }
  .products_list {
    display: block;
    margin-top: 20px;
    border-top: 1px solid #dee1e7;
  }
  .products_list_item {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    margin-left: 0;
    margin-bottom: 0;
    padding: 15px 0;
    border-bottom: 1px solid #dee1e7;
  }
  .products_list_ph {
    width: 37%;
    padding-bottom: 24.444%;
    border-radius: 8px;
  }
  .products_list_txt {
    width: 58.642%;
  }
  .products_list_txt h3 {
    font-size: 1.2rem;
  }

  .top_houjin {
    margin: 90px 0 50px;
    padding: 0 6.667vw;
    max-width: none;
  }
  .top_houjin_ttl {
    position: relative;
    width: 100%;
    height: auto;
    padding-bottom: 51%;
    background: url("../img/hero-02.png") center / cover;
    border-radius: 10px;
  }
  .top_houjin_ttl > div {
    position: absolute;
    inset: 0;
    padding-bottom: 0;
    background: none !important;
    border-radius: 0;
    z-index: 2;
  }
  .top_houjin_hd {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 1.6rem;
    transform: translateY(-50%);
  }
  .top_houjin_list {
    margin-left: 0;
    padding-top: 30px;
  }
  .top_houjin_item {
    align-items: flex-start;
  }
  .top_houjin_ico {
    width: 100px;
    height: 100px;
    min-width: 100px;
    min-height: 100px;
    padding-bottom: 0;
  }
  .top_houjin_ico .font_en {
    font-size: 2.2rem;
  }
  .top_houjin_ico .caption {
    font-size: 1rem;
  }
  .top_houjin_txt {
    width: auto;
    margin-left: 4%;
    flex-grow: 2;
  }
  .top_houjin_txt h3 {
    font-size: 1.8rem;
  }
  .link_arrow_ico02 {
    margin: 5px auto 0;
    width: 18px;
    height: 13px;
  }

  .top_blog {
    margin-top: 50px;
  }
  .top_common_hd .caption {
    font-size: 1.2rem;
    display: block;
    margin-top: 0.3em;
  }
  .common_blog_list {
    margin-top: 30px;
  }
  .common_blog_item {
    width: 47.84%;
    margin-left: 4.32%;
    margin-bottom: 30px;
  }
  .common_blog_item:nth-child(2n + 1) {
    margin-left: 0;
  }
  .common_blog_ph {
    border-radius: 6px;
  }
  .common_blog_date {
    font-size: 1.4rem;
  }
  .common_blog_txt h2 {
    font-size: 1.2rem;
    line-height: 1.667;
  }
  .btn_more a {
    width: 100%;
    max-width: none;
    padding: 12px 0;
    border-radius: 6px;
  }

  .top_interview {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .common_interview_list {
    display: block;
    margin-top: 20px;
  }
  .common_interview_item {
    width: auto;
    margin-left: 0;
    margin-bottom: 50px;
  }
  .common_interview_date {
    font-size: 1.4rem;
  }
  .common_interview_txt h2 {
    font-size: 1.2rem;
    margin-top: 3px;
  }

  footer {
    border-radius: 0 8px 0 0;
    margin-right: 6.667vw;
    margin-top: 70px;
    padding-left: 12vw;
  }
  footer .inner {
    padding: 45px 24px 50px;
    flex-wrap: wrap;
  }
  .footer_logo {
    width: 100%;
  }
  .footer_logo > div {
    max-width: 95px;
  }
  .footer_info {
    width: 100%;
    margin-left: 0;
  }
  .footer_sns_list {
    margin: 30px 0 70px;
  }
  footer .func_nav {
    width: 50%;
    margin-left: 0;
  }
  footer .page_nav {
    width: 50%;
    margin-left: 0;
  }
  footer .page_nav li {
    font-size: 1rem;
  }
}
