@charset "utf-8";

body {
  color: #000;
  font-family: "Zen Old Mincho", "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.8;
  letter-spacing: 0.1em;
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
  transition: 0.2s;
}

img {
  border: none;
  max-width: 100% !important;
  height: auto;
}

a img {
  transition: 0.2s;
}

.only_sp {
  display: none !important;
}

a:hover {
  /* opacity: 0.6; */
}

/* ページ送り */
.pagination {
  text-align: center;
  margin-top: 120px;
  font-size: clamp(20px, 1.4vw, 24px);
  font-weight: bold;
  color: #818181;
  align-items: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1200px) {
  .pagination {
    margin-top: 10vw;
  }
}

.pagination .page-num {
  display: inline-block;
  width: 2ch;
  text-align: center;
}

.pagination .page-num::before {
  content: "0";
}

.pagination .current {
  color: #9e1630;
}

.pagination .page-numbers {
  display: inline-block;
  margin: 0 0.4em;
}

.pagination .next,
.pagination .prev {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #9e1630;
  color: #fff;
  font-size: 20px;
  margin: 0 15px;
  line-height: 1;
}
.pagination .next span,
.pagination .prev span {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  position: relative;
  width: 5px;
  height: 5px;
  transform: translateX(-25%) rotate(45deg);
}
.pagination .next span::before,
.pagination .next span::after,
.pagination .prev span::before,
.pagination .prev span::after {
  content: "";
  position: absolute;
  background: #ffffff;
  /* border-radius: 0.1em; */
  transition: 0.5s;
}
.pagination .next span::before,
.pagination .prev span::before {
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
}

.pagination .next span::after,
.pagination .prev span::after {
  top: 0;
  right: 0;
  bottom: 0;
  width: 1px;
}
.pagination .prev {
  transform: scale(-1, 1);
}

.pagination .page-numbers:not(.prev):not(.next) {
  display: inline-block;
  width: 2ch;
  text-align: center;
}

/*
  header
---------------------------------------------- */
header {
  position: relative;
  width: 100%;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 40px;
  position: fixed;
  z-index: 999;
  background-color: #fff;
}
header .bar {
  background: #9e1630;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  left: 0;
  transition: 1s;
}
#home header .bar {
  opacity: 0;
}
#home header .bar.on {
  opacity: 1;
}
header H1.head_logo,
header a.head_logo {
  display: block;
  width: 170px;
  height: 30.72px;
  /* background: url(./images/logo.svg) center center; */
}

header H1.head_logo span,
header a.head_logo span {
  display: none;
}
header nav {
  height: 100%;
  display: block;
}
.header-container {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1190px) {
  .header-container {
    /* margin-right: 11vw; */
  }
}

header nav ul.head_menu {
  display: flex;
  gap: 30px;
  font-size: 12px;
  /* font-weight: bold; */
}

header ul.head_sns {
  text-align: center;
  line-height: 1;
  letter-spacing: 0;
  font-size: 0;
  display: flex;
  align-items: center;
  margin-left: 20px;
}

header nav ul.head_menu a {
  transition: 0.5s;
}
header nav ul.head_menu a:hover {
  color: #9e1630;
}
@media screen and (max-width: 960px) {
  header ul.head_sns.only_pc {
    display: none !important;
  }
}

header ul.head_sns li {
  display: inline-block;
  /* margin: 0 10px; */
  padding: 0 10px;
}

header ul.head_sns li a {
  display: block;
  text-decoration: none;
  transition: 0.5s;
}
header ul.head_sns li a:hover {
  opacity: 0.3;
}
header ul.head_sns li a::before {
  font-family: FontAwesome;
  font-weight: normal;
}

header ul.head_sns li.fb a::before {
  content: "\f230";
  font-size: 20px;
}

header ul.head_sns li.in a::before {
  content: "\f16d";
  font-size: 20px;
}

header ul.head_sns li.tw a::before {
  content: "\e61b";
  font-size: 20px;
}

header ul.head_sns li a span {
  display: none;
}

.drawer--top .drawer-hamburger,
.drawer--top.drawer-open .drawer-hamburger {
  right: 0;
}

button.drawer-hamburger {
  width: 50px;
  padding: 25px 40px 35px;
  top: 20px;
  z-index: 950;
  transition: 0.2s;
}

.drawer-hamburger {
  position: fixed;
  z-index: 4;
  top: 0;
  display: block;
  box-sizing: content-box;
  width: 2rem;
  padding: 0;
  padding: 18px 9px 30px;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  border: 0;
  outline: 0;
  background-color: transparent;
}

.sr-only {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.drawer-hamburger-icon {
  margin-top: 6px !important;
}

.drawer-hamburger-icon,
.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before {
  top: -9px !important;
  height: 2px !important;
  background-color: #000 !important;
}

.drawer-hamburger-icon:after {
  top: 9px !important;
}

.drawer-open .drawer-hamburger-icon {
  background-color: transparent !important;
}

.drawer-open .drawer-hamburger-icon:after,
.drawer-open .drawer-hamburger-icon:before {
  top: 0 !important;
}

header #humb {
  width: 40px;
  position: relative;
  height: 40px;
  margin-left: 20px;
  cursor: pointer;
}
header #humb span {
}
header #humb:hover span {
  background: #9e1630;
}
header #humb span {
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #000000;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  left: 0;
  transition: 0.5s;
}
header.menu-open #humb span {
  background-color: #f8f8f5;
}
header.fv_area .humb span {
  background-color: #f8f8f5;
  transition: 0.3s;
}
header #humb span:nth-child(1) {
  top: -10px;
}
header #humb span:nth-child(3) {
  top: 10px;
}
header #humb.active span:nth-child(1) {
  transform: rotate(45deg) translate(4px, 3px);
}
header #humb.active span {
  background: #9e1630;
}
header #humb.active span:nth-child(2) {
  opacity: 0;
}
header #humb.active span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -3px);
}

#full_menu {
  display: none;
  position: fixed;
  z-index: 998;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  /* background-image: url(../img/bg.jpg); */
  /* background-size: cover; */
  /* background-position: center; */
  /* backdrop-filter: blur(12px); */
}
#full_menu #gradient-canvas {
  opacity: 1;
  z-index: 1;
}

#full_menu .wrap {
  height: 100%;
  width: 100%;
  max-width: 1200px;
  margin: auto;
}

#full_menu .inner {
  width: 100%;
  height: 100%;
  padding: 40px;
  padding-top: 140px;
  /* align-items: center; */
  /* position: relative; */
  /* z-index: 2; */
  display: flex;
}
#full_menu .nav_area {
  width: 50%;
}
#full_menu .main_nav {
  display: flex;
  /* margin-bottom: 20px; */
}
#full_menu .nav_area .main_nav ul {
  /* width: 50%; */
}
#full_menu .nav_area .main_nav ul:nth-child(1) {
  padding-right: 100px;
}
#full_menu .nav_area .main_nav ul li {
  margin-bottom: 10px;
}
#full_menu .sub_nav {
  padding-bottom: 60px;
}
#full_menu .sub_nav ul {
  /* display: flex; */
}
#full_menu .sub_nav ul li {
  margin-bottom: 15px;
  line-height: 1;
}
#full_menu .sub_nav ul li a {
  font-size: 14px;
}
#full_menu .header_link {
  /* display: flex; */
  /* justify-content: space-between; */
  padding-right: 40px;
}
#full_menu .header_link .text h4 {
  line-height: 1;
  font-size: 22px;
  font-weight: normal;
  margin-bottom: 10px;
}
#full_menu .header_link .text p {
  line-height: 1;
  font-size: 12px;
  font-weight: normal;
  margin-bottom: 20px;
}
#full_menu .header_link .bar {
  width: 60px;
  height: 1px;
  display: block;
  background-color: #a0122c;
}
#full_menu .header_link .text {
}
#full_menu .header_link .common_viewmore {
  display: inline-flex;
  align-items: center;
}

#full_menu .magazine_area {
  width: 50%;
  padding-left: 40px;
}
#full_menu .magazine_area .serch_area {
  margin-bottom: 40px;
}
#full_menu .magazine_area .serch_area .serch_content {
  margin-bottom: 20px;
}
#full_menu .magazine_area .serch_area .serch_content h2 {
  font-size: 20px;
  position: relative;
  padding-left: 18px;
  font-size: 20px;
}
#full_menu .magazine_area .serch_area .serch_content h2::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #a0122c;
  position: absolute;
  left: 0;
  top: 2px;
  bottom: 0;
  margin: auto;
}
#full_menu .magazine_area .serch_area .serch_content .search_box_word {
  display: flex;
  flex-wrap: wrap;
}
#full_menu .magazine_area .serch_area .serch_content .search_box_word li {
  margin-right: 10px;
}
#full_menu .magazine_area .serch_area .serch_content .search_box_word a {
  font-size: 14px;
}
#full_menu .magazine_area .serch_area .serch_content .search_box_word a::before {
  content: "#";
}

#full_menu .magazine_area .serch_area .serch_content form {
  position: relative;
  width: 300px;
}

#full_menu .magazine_area .serch_area .serch_content form input {
  width: 100%;
  height: 48px;
  box-sizing: border-box;
  /* background: #a0122c; */
  border: none;
  border-radius: 40px;
  font-size: 13px;
  font-weight: 500;
  line-height: 40px;
  padding: 0 30px;
  outline: none;
  border: solid 1px #d3d3d3;
}
#full_menu .magazine_area .serch_area .serch_content form input {
  background-color: #fff;
  border: solid 1px #d3d3d3;
  color: #d3d3d3;
}
#full_menu .magazine_area .serch_area .serch_content form {
  width: 400px;
  position: relative;
}

#full_menu .magazine_area .serch_area .serch_content form input::placeholder {
  color: D3D3D3;
  opacity: 1;
}

#full_menu .magazine_area .serch_area .serch_content form button {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  right: 30px;
  top: 0;
  bottom: 0;
}
#full_menu .magazine_area .serch_area .serch_content form button::before {
  font-family: FontAwesome;
  content: "\f002";
  font-size: 17px;
  color: #d3d3d3;
  transition: 0.2s;
}
@media screen and (max-width: 960px) {
  header nav ul.head_menu {
    display: none;
  }
}
/*
  footer
---------------------------------------------- */
footer {
  margin-top: 100px;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  border-bottom: solid 2px #a0122c;
}
footer .bar {
  height: 1px;
  width: 100%;
  background-color: #a0122c;
}
body#home footer {
  margin-top: 0;
}
body.single footer {
  margin-top: 0;
}
@media screen and (max-width: 1200px) {
  footer {
    margin-top: 15vw;
  }
}

footer div.foot_bn {
  /* background: #ece4e1; */
  padding: 60px 40px;
  padding-top: 120px;
  max-width: 1200px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  footer div.foot_bn {
    /* padding: 60px 40px; */
  }
}

footer div.foot_bn ul {
  width: 1080px;
  margin: 0 auto;
  font-size: 0;
  letter-spacing: 0;
  line-height: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
  gap: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  footer div.foot_bn ul {
    grid-template-columns: initial;
    grid-auto-flow: row;
  }
}

footer div.foot_bn ul li.bn2 {
  width: 520px;
  margin-right: 40px;
  margin-bottom: 40px;
}
footer div.foot_bn ul li {
  display: inline-block;
}

footer div.foot_bn ul li a img {
  display: block;
}

/* footer div.foot_bn ul:nth-of-type(1) li:nth-of-type(2) {
  margin-right: 0;
} */

footer div.foot_bn ul li.bn3 {
  width: 100%;
  margin-right: 30px;
}
footer div.foot_bn a {
  transition: 0.5s;
}
footer div.foot_bn a:hover {
  opacity: 0.5;
}

footer div.foot_bn ul li:nth-of-type(3) {
  margin-right: 0;
}

footer div.foot_link {
  /* background: #6a111b; */
}

footer div.foot_link ul {
  /* width: 1080px; */
  /* margin: 0 auto; */
  /* padding: 20px 40px; */
  /* text-align: right; */
}

footer div.foot_link ul li {
}
@media screen and (max-width: 767px) {
  footer div.foot_link ul li {
  }
}

footer div.foot_link ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  line-height: 30px;
  display: inline-block;
  /* padding: 20px 0; */
  line-height: 1;
}

footer div.foot_link ul li a::before {
  /* font-family: "FontAwesome"; */
  /* content: "\f105"; */
  /* margin-right: 5px; */
  /* transition: .2s; */
  /* color: #FFF; */
}

footer div.foot_guide {
  background: #1c1c1c;
  padding: 80px 40px 20px;
  color: #fff;
}

footer div.foot_guide div.area {
  /* width: 1080px; */
}

footer div.foot_guide div.area H2 {
  font-size: 16px;
  font-weight: normal;
  line-height: 40px;
  color: #fff;
  line-height: 1;
  margin-bottom: 10px;
}

footer div.foot_guide div.area ul.office {
  font-size: 10px;
  letter-spacing: 0;
  line-height: 20px;
  margin-bottom: 40px;
}

footer div.foot_guide div.area ul.office li {
  color: #fff;
  display: inline-block;
  margin-right: 10px;
}

footer div.foot_guide div.area ul.info li {
  display: inline-block;
  margin-right: 2em;
}

footer div.foot_guide div.area ul.info li a {
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  line-height: 30px;
  display: block;
}

footer div.foot_guide div.area ul.info li a::before {
  font-family: "FontAwesome";
  content: "\f105";
  margin-right: 5px;
  transition: 0.2s;
  color: #fff;
}

footer div.foot_guide div.area ul.guide {
  text-align: right;
  line-height: 25px;
  margin-top: -30px;
}
@media screen and (max-width: 900px) {
  footer div.foot_guide div.area ul.guide {
    text-align: initial;
    margin-top: 0;
  }
}

footer div.foot_guide div.area ul.guide li {
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  display: inline-block;
  margin-right: 2em;
}

footer div.foot_guide div.area ul.guide li::before {
  content: "●";
  margin-right: 3px;
}

footer div.foot_guide div.area ul.guide li a {
  color: #fff;
}

footer div.foot_guide div.area ul.copy {
  text-align: right;
  line-height: 25px;
}
@media screen and (max-width: 900px) {
  footer div.foot_guide div.area ul.copy {
    text-align: center;
  }
}

footer div.foot_guide div.area ul.copy li {
  font-size: 11px;
  line-height: 20px;
  letter-spacing: 0;
  color: #fff;
  display: inline-block;
  margin-left: 1em;
}

footer .foot_guide .flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
  align-items: flex-start;
}
footer .foot_guide .office {
}
footer .foot_link {
  /* display: flex; */
}
footer .foot_link ul {
  display: flex;
  margin-bottom: 20px;
}
footer .foot_link li {
  margin-right: 30px;
  line-height: 1;
}
footer .foot_link li a {
  font-size: 12px;
  padding-left: 10px;
  position: relative;
  line-height: 1;
}
footer .foot_link li a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 3px;
  height: 3px;
  background-color: #fff;
  border-radius: 100%;
  margin: auto;
}
footer .info {
  display: flex;
}
footer .info li {
}
footer .info li a {
  font-size: 10px;
}
footer .sns {
}
footer .sns ul {
  display: flex;
  align-items: center;
}
footer .sns ul li {
  /* width: 30px; */
  /* height: 30px; */
  line-height: 1;
  margin-left: 10px;
}
footer .sns ul li a::before {
  font-family: FontAwesome;
  font-weight: normal;
  font-size: 20px;
}
footer .sns ul li.fb a::before {
  content: "\f230";
}

footer .sns ul li.in a::before {
  content: "\f16d";
}

footer .sns ul li.tw a::before {
  content: "\e61b";
}
footer .sns ul li a {
  line-height: 1;
  padding: 10px;
}
footer .foot {
  display: flex;
  color: #bebebe;
}
footer .foot ul {
  display: flex;
}
footer .guide {
  display: flex;
}
footer .foot li {
}
footer .foot li {
  font-size: 10px;
  margin-right: 10px;
  letter-spacing: 0.05em;
}

footer .foot .guide {
  margin-right: 30px;
}
/*
  page-about 奈良の木とは
---------------------------------------------- */
/* Page lead */
#page-about .lead-container {
  max-width: 1280px;
  margin: auto;
  padding: 0 40px;
  padding-top: 200px;
  padding-bottom: 100px;
}
@media screen and (max-width: 1200px) {
  #page-about .lead-container {
  }
}

#page-about .lead-container-title {
  font-size: 40px;
}
#page-about .lead-container-title .sp {
  display: none;
}
#page-about .hero {
  position: relative;
  aspect-ratio: 3 / 2;
  margin-bottom: 120px;
  width: 100%;
  height: 540px;
}

#page-about .hero {
  background: url("./images/about/about-hero.jpg") center center/cover no-repeat;
  background-position-y: 0px;
}
#page-about .hero::before {
  content: none;
}
#page-about .lead-text {
  font-size: 16px;
  line-height: 2;
  /* max-width: 1080px; */
  /* margin: auto; */
  /* margin-bottom: 120px; */
  /* padding: 0 40px; */
}
#page-about .lead-text .group {
  /* width: 55%; */
  /* margin-left: auto; */
  display: flex;
  align-items: flex-start;
  max-width: 1080px;
  margin: auto;
  margin-bottom: 120px;
  padding: 0 40px;
}
#page-about .lead-text .text_group{
  width: 50%;
}
#page-about .lead-text h2 {
  font-size: 28px;
  margin-bottom: 20px;
  line-height: 2;
  width: 50%;
}
#page-about .lead-text p {
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 2;
}
/* page-about-container */
#page-about .page-about-container {
  /* padding: 0 40px; */
}
#page-about .page-about-container h2 {
  /* max-width: 1080px; */
  /* margin: auto; */
  /* display: flex; */
  /* justify-content: flex-start; */
  font-size: 32px;
  /* padding: 0 40px; */
}
#page-about .page-about-container h2 .sp {
  display: none;
}

#page-about .container-image {
  /* padding: 0 20px; */
  /* display: flex; */
  gap: 10px;
  width: 100%;
  margin-bottom: 120px;
  margin-top: 100px;
}
#page-about .container-image .gallery {
  /* padding: 0 40px; */
  position: relative;
  overflow: hidden;
}
#page-about .container-image .gallery img {
  width: 100%;
  transform: scale(1.05);
  transition-duration: 4s;
}
#page-about .container-image .gallery img.sp{
  display: none;
}
#page-about .container-image .gallery.js-scrollin img {
  transform: scale(1);
}
#page-about .container-image .gallery_img_wrap {
  width: auto;
}

#page-about .container-image .gallery_01 {
  width: 80%;
  margin-bottom: 60px;
  left: 0px;
}
#page-about .container-image .gallery_02 {
  width: 30%;
  margin-left: auto;
  right: 40px;
  /* margin-top: -300px; */
}
#page-about .container-image .gallery_03 {
  width: 50%;
  margin-top: -180px;
  margin-bottom: 120px;
  left: 120px;
}
#page-about .container-image .gallery_04 {
  width: 70%;
  margin-left: auto;
  margin-bottom: 120px;
}
#page-about .container-image .gallery_05 {
  width: 70%;
  padding: 0;
  margin: auto;
  margin-bottom: 120px;
}
#page-about .container-image .gallery_06 {
  width: 30%;
  padding: 0;
}
#page-about .container-image div {
  /* width: calc(100% / 3); */
}
#page-about .container-image .sp {
  display: none;
}
#page-about .page-about-container h2 {
}
@media screen and (max-width: 1200px) {
  #page-about .container-image {
    margin-top: 12vw;
  }
}

#page-about .container-image img {
  width: 100%;
  height: auto;
  display: block;
  /* object-fit: cover; */
}

#page-about .page-about-container h2:last-child {
  margin-top: 80px;
}

#page-about .container-text {
  /* max-width: 1080px; */
  /* padding: 0 40px; */
  /* margin: auto; */
  /* display: flex; */
  justify-content: flex-start;
  /* margin-top: 20px; */
  /* margin-bottom: 180px; */
  width: 50%;
}
#page-about .container-text p {
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 2;
}
@media screen and (max-width: 1200px) {
  #page-about .container-text {
    /* margin-top: 3.4vw; */
    /* padding-left: 10vw; */
  }
}

#page-about .container-new-arrival {
  max-width: 1280px;
  margin: auto;
  padding: 0 40px;
  padding-bottom: 100px;
}

#page-about .container-new-arrival .new-arrival-header {
}

#page-about .new-arrival-title {
  /* border-bottom: 1px solid #a0122c; */
  padding-bottom: 12px;
  display: flex;
  align-items: baseline;
  gap: 10px;
}

#page-about .new-arrival-header {
  /* padding-right: 30px; */
}

#page-about .new-arrival-header .jp {
  font-size: 12px;
  font-weight: 500;
}

#page-about .new-arrival-list {
  width: 100%;
}

#page-about .new-arrival-list .magazine_list {
  margin: 50px 0;
  padding: 0;
  border-top: none;
  display: flex !important;
  flex-wrap: nowrap !important;
  gap: initial;
}

#page-about .new-arrival-list .magazine_list li {
  min-width: initial;
}

#page-about .new-arrival-list .bx-wrapper {
  max-width: 1100px;
  margin: 0;
  box-shadow: none;
  border: none;
  background: none;
  max-width: 100%;
  overflow: visible;
  max-width: initial !important;
}

#page-about .new-arrival-list .bx-wrapper .bx-viewport {
  height: auto !important;
}

/* 見切れ調整 */
.new-arrival-list {
  max-width: 100%; /* 親幅は全体に広げる */
  overflow: hidden; /* bxSliderが大きくても見切れるように */
  padding-right: 80px; /* ← 見切れ量（右端がチラ見えする幅）を調整 */
}

.new-arrival-list .bx-wrapper {
  margin-right: -80px !important; /* ← bxSliderの右余白を相殺 */
}

/*
  マガジン 一覧ページ
---------------------------------------------- */
body.magazine main {
  max-width: 1280px;
  margin: auto;
  padding: 0 40px;
}
/* hero */
.magazine-header {
  padding: 140px 0;
  padding-bottom: 40px;
}

.magazine-header .hero-container h1 {
  margin-bottom: 28px;
}

.magazine-header .hero-container h1::before {
  content: attr(data-en);
  display: block;
  font-size: clamp(22px, 3vw, 32px);
}

.magazine-header .hero-container h1::after {
  content: "";
  display: block;
  width: 60px;
  height: 1px;
  margin-top: 12px;
  background-color: #a0122c;
}

.magazine-header .magazine_categories_list {
  /* padding-top: 12px; */
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}

.magazine-header .magazine_categories_list li {
  font-size: 18px;
  padding-left: 18px;
  position: relative;
  line-height: 1;
  /* margin-bottom: 10px; */
}

.magazine-header .magazine_categories_list li span {
  font-size: 12px;
  margin-left: 6px;
}

.magazine-header .magazine_categories_list li::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #e0e0e0;
  position: absolute;
  left: 0;
  top: 2px;
  bottom: 0;
  margin: auto;
}

.magazine-header .magazine_categories_list li.current::before {
  background-color: #a0122c;
}

body.magazine .search_btn {
  background-color: #a0122c;
  padding: 10px 20px;
  display: inline-block;
  width: 250px;
  border-radius: 4px;
  cursor: pointer;
}
body.magazine .search_btn .search_btn_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body.magazine .search_btn p {
  color: #fff;
  font-size: 12px;
}
body.magazine .search_btn .icon {
  padding-right: 5px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.magazine .search_btn .icon::before {
  font-family: FontAwesome;
  content: "\f002";
  font-size: 13px;
  color: #fff;
  line-height: 1;
}
/* #SEARCH -------------------------------------------------- */
body.searche_active {
  overflow: hidden;
}

body.magazine #search {
  margin-top: 40px;
  max-width: 260px;
}

body.magazine #search form#search_box {
  position: relative;
  width: 300px;
}

body.magazine #search form#search_box input {
  width: 100%;
  height: 48px;
  box-sizing: border-box;
  /* background: #a0122c; */
  border: none;
  border-radius: 40px;
  font-size: 13px;
  font-weight: 500;
  line-height: 40px;
  padding: 0 30px;
  outline: none;
  border: solid 1px #d3d3d3;
}
body.magazine #search .search_box form#search_box input {
  background-color: #fff;
  border: solid 1px #d3d3d3;
  color: #d3d3d3;
}
body.magazine #search .search_box form#search_box {
  width: 400px;
  position: relative;
}

body.magazine #search #search_box input::placeholder {
  color: D3D3D3;
  opacity: 1;
}

body.magazine #search form#search_box button {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  right: 30px;
  top: 0;
  bottom: 0;
}

body.magazine #search form#search_box button::before {
  font-family: FontAwesome;
  content: "\f002";
  font-size: 17px;
  color: #d3d3d3;
  transition: 0.2s;
}
body.magazine #search form#search_box button:hover::before {
  color: #333;
}
body.magazine #search form#search_box button span {
  display: none;
}

body.magazine #search div#search_content {
  display: none;
  position: fixed;
  top: 70px;
  left: 0;
  width: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
}
body.magazine #search div#search_content.active {
  display: block;
  z-index: 2;
}
body.magazine #search div#search_content div#search_content_bg {
  background: #000;
  opacity: 0.6;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  cursor: pointer;
}

body.magazine #search div#search_content .search_more_box {
  /* background-color: #fff; */
  z-index: 1;
  position: relative;
  padding: 40px;
  max-width: 880px;
  margin: auto;
  top: 100px;
}
body.magazine #search div#search_content .search_more_box .search_box_inner {
  background-color: #fff;
  padding: 60px;
  position: relative;
}
body.magazine #search div#search_content #search_box_close {
  width: 60px;
  height: 60px;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
body.magazine #search div#search_content #search_box_close span {
  background-color: #000;
  width: 40px;
  height: 1px;
  display: block;
}
body.magazine #search div#search_content #search_box_close span:nth-child(1) {
  transform: rotate(45deg) translate(20px, 20px);
}
body.magazine #search div#search_content #search_box_close span:nth-child(2) {
  transform: rotate(-45deg) translate(-20px, 19px);
}
body.magazine #search div#search_content .search_more_box H2 {
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
  /* color: #a0122c; */
  margin-bottom: 10px;
}
body.magazine #search div#search_content .search_more_box H2::before {
  /* content: "●"; */
}

body.magazine #search div#search_content .search_more_box ul.search_box_word {
  line-height: 30px;
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
}
body.magazine #search div#search_content .search_more_box ul.search_box_word li {
  margin-right: 1em;
  display: inline-block;
}
body.magazine #search div#search_content .search_more_box ul.search_box_word li a {
  font-size: 15px;
  letter-spacing: 0;
}
body.magazine #search div#search_content .search_more_box ul.search_box_word li a::before {
  content: "#";
}
body.magazine #search div#search_content .search_more_boxul.search_box_word li a::before {
  content: "#";
}

body.magazine #search div#search_content .search_more_box ul.search_box_category {
  font-size: 0;
  letter-spacing: 0;
  line-height: 0;
  margin-bottom: 40px;
}
body.magazine #search div#search_content .search_more_box ul.search_box_category li {
  display: inline-block;
  width: 110px;
  margin-right: 15px;
  margin-bottom: 10px;
}
body.magazine #search div#search_content .search_more_box ul.search_box_category li:nth-of-type(3n) {
  margin-right: 0;
}
body.magazine #search div#search_content .search_more_box ul.search_box_category li a {
  display: block;
  background: #333;
  color: #fff;
  font-size: 14px;
  line-height: 40px;
  letter-spacing: 0.1em;
  text-align: center;
  text-decoration: none;
}

body.magazine #search div#search_content .search_more_box ul.search_box_interest {
  font-size: 0;
  letter-spacing: 0;
  line-height: 0;
}
body.magazine #search div#search_content .search_more_box ul.search_box_interest li {
  display: inline-block;
  width: 170px;
  margin-right: 20px;
  margin-bottom: 10px;
}
body.magazine #search div#search_content .search_more_box ul.search_box_interest li:nth-of-type(2n) {
  margin-right: 0;
}
body.magazine #search div#search_content .search_more_box ul.search_box_interest li a {
  display: block;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 30px;
  color: #333;
  background: #ddd;
  border-radius: 6px;
  padding: 0 10px;
  text-decoration: none;
}
body.magazine #search div#search_content .search_more_box ul.search_box_interest li a:hover {
  background: #333;
  color: #fff;
}

.magazine_list {
  border-top: 1px solid #e0e0e0;
  padding: 40px 0 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 140px 60px;
}
@media screen and (max-width: 1200px) {
  .magazine_list {
    gap: 12vw 5vw;
  }
}
@media screen and (max-width: 1000px) {
  .magazine_list {
    grid-template-columns: repeat(2, auto);
    grid-auto-flow: row;
  }
}
@media screen and (max-width: 720px) {
  .magazine_list {
    grid-template-columns: initial;
  }
}

.magazine_list li {
  min-width: 0;
}
.magazine_list li a:hover .ttl {
  /* color: #9e1630; */
}
.magazine_list li a:hover .ph img {
  transform: scale(1.05);
}
.magazine_list li .ph {
  aspect-ratio: 3 / 2;
  overflow: hidden;
}
.magazine_list li .ph::before {
  /* content:""; */
  position: absolute;
  width: 100%;
  height: 100%;
}
.magazine_list li .ph img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1s;
}

.magazine_list .magazine_list_item_text_head {
  margin-top: 18px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 12px;
  margin-bottom: 10px;
}
.magazine_list .magazine_list_item_text_head .date {
  font-size: 10px;
  letter-spacing: 0.05em;
  line-height: 1;
}
.magazine_list .magazine_list_item_text_head .category {
  padding: 4px 8px;
  padding-bottom: 5px;
  border: 1px solid #e0e0e0;
  border-radius: 40px;
  letter-spacing: 0.02em;
  line-height: 1;
  margin-right: 10px;
  font-size: 10px;
  display: flex;
  align-items: center;
}
.magazine_list .magazine_list_item_text_head .category li {
  padding: 0 2px;
}
.magazine_list .ttl {
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  display: -webkit-box;
  -webkit-box-orient: vertical; /* 垂直方向に配置 */
  overflow: hidden; /* 溢れた部分を隠す */
  text-overflow: ellipsis; /* 溢れた部分に「...」を表示 */
  -webkit-line-clamp: 2; /* 最大行数を2行に設定 */
  transition: 0.5s;
  font-weight: normal;
}

.magazine_list .tagline {
  display: block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 1;
  margin-top: 20px;
}

.magazine_list .tagline .tag {
  display: inline;
  margin: 0;
  padding: 0;
  line-height: 1;
}

.magazine_list .tagline .tag li {
  display: inline;
  margin-right: 4px;
  line-height: 1;
}

.magazine_list .tagline .tag a {
  white-space: nowrap;
  text-decoration: none;
  color: #8a8a8a;
  font-size: 10px;
  transition: 0.5s;
}
.magazine_list .tagline .tag a:hover {
  color: #9e1630;
}

/*
  マガジン 個別ページ
---------------------------------------------- */
#magazine_page .magazine_header {
  /* max-width: 90%; */
  /* margin-top: 113px; */
  /* margin-left: auto; */
  padding-top: 160px;
  padding-left: calc((140 / 1280) * 100vw);
}

#magazine_page .magazine_header .tagline {
  max-width: 880px;
}
#magazine_page .magazine_header .catch {
  margin-bottom: 40px;
}

#magazine_page .magazine_header .tagline ul {
  display: inline;
  margin: 0;
  padding: 0;
  line-height: 1;
}

#magazine_page .magazine_header .tagline ul li {
  display: inline;
  margin-right: 4px;
  line-height: 1;
}

#magazine_page .magazine_header .tagline ul a {
  white-space: nowrap;
  text-decoration: none;
  color: #8a8a8a;
  font-size: 12px;
  transition: 0.5s;
}
#magazine_page .magazine_header .tagline ul a:hover {
  color: #9e1630;
}

#magazine_page .magazine_header .magazine_spec {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 12px;
  max-width: 880px;
  margin-bottom: 10px;
  margin: unset;
  justify-content: flex-start;
  padding: 0;
}

#magazine_page .magazine_header .category {
  padding: 4px 8px;
  padding-bottom: 5px;
  border: 1px solid #e0e0e0;
  border-radius: 40px;
  letter-spacing: 0.02em;
  line-height: 1;
  margin-right: 10px;
  font-size: 10px;
  display: flex;
  align-items: center;
}
#magazine_page .magazine_header p.date {
  font-size: 10px;
  font-family: inherit;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 0.01em;
}
#magazine_page .magazine_header .category li {
  padding: 0 2px;
}

#magazine_page .magazine_header h1 {
  font-size: 30px;
  max-width: 880px;
  line-height: 1.8;
  margin-bottom: 20px;
  font-weight: bold;
}

#magazine_page .magazine_header .catch {
  margin-top: 40px;
}

#magazine_page .magazine_block {
  max-width: 880px;
  margin: auto;
  padding: 0px 40px;
}
@media screen and (max-width: 1100px) {
  #magazine_page .magazine_block {
    /* max-width: 80%; */
  }
}

#magazine_page div.magazine_block div.area2 div.ph {
  margin: 50px auto 0;
}

#magazine_page div.magazine_block div.area2 div.ph img {
  display: block;
  /* margin: 50px auto 0; */
  margin: 20px 0;
}

div.magazine_block div.area2 div.txt p.txt_txt:nth-of-type(n + 1) {
  margin-top: 2em;
}

div.magazine_block div.headline:nth-of-type(n + 2) {
  margin-top: 10em;
  padding-left: 30px;
}
@media screen and (max-width: 1200px) {
  div.magazine_block div.headline:nth-of-type(n + 2) {
    margin-top: 6em;
  }
}

#magazine_page .magazine_block h2 {
  /* font-size: clamp(18px, 2vw, 24px); */
  /* position: relative; */
  font-weight: bold;
}

#magazine_page .magazine_block h2::before {
  /* position: absolute; */
  /* content: ""; */
  /* left: -30px; */
  /* top: 8px; */
  /* bottom: 8px; */
  /* width: 4px; */
  /* background: #a0122c; */
}

#magazine_page .magazine_block h3 {
  /* font-size: clamp(16px, 1.8vw, 20px); */
  /* margin-top: 3em; */
  font-weight: bold;
}

#magazine_page div.magazine_block div.area2 div.ph p.ph_note {
  text-align: center;
  font-size: 10px;
  margin: 1em auto 0;
}

div#magazine_page div.magazine_page.active {
  display: block;
}

div#magazine_page div.magazine_page:not(.active) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
  clip-path: inset(0px 0px 99.9% 99.9%);
  border: 0;
}

ul.magazine_tab {
  text-align: center;
  display: flex;
  align-items: center;
  /* justify-content: center; */
  max-width: 880px;
  margin: auto;
  padding: 0px 40px;
  margin-bottom: 40px;
}

ul.magazine_tab li {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px #9e1630 solid;
  line-height: 1;
  text-align: center;
  letter-spacing: 0;
  color: #9e1630;
  cursor: pointer;
  transition: 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  font-size: 12px;
}

ul.magazine_tab li.active {
}

.magazine_footer {
  /* text-align: left; */
  max-width: 880px;
  margin: auto;
  padding: 0px 40px;
  margin-bottom: 40px;
}

div.magazine_footer div.credit ul {
  display: inline-block;
  line-height: 1;
}

div.magazine_footer div.credit ul li {
  font-size: 12px;
  letter-spacing: 0;
  margin-bottom: 10px;
}

div.magazine_footer div.credit ul li span {
  margin-right: 5px;
}

div.magazine_footer div.credit ul li span::after {
  content: "：";
}

div.magazine_footer .magazine_spec {
  font-size: 12px;
}

div.magazine_footer .category {
  padding: 5px 17px;
  border: 1px solid #e0e0e0;
  border-radius: 40px;
}

body.single .sns_share {
  max-width: 880px;
  margin: auto;
  padding: 0px 40px;
  margin-bottom: 120px;
}
body.single .sns_share ul {
  display: flex;
  padding: 0;
  gap: 10px;
}
body.single .sns_share ul li {
  width: calc(100% / 3);
}
body.single .sns_share ul li a {
  font-size: 12px;
  background-color: #d7d7d7;
  color: #fff;
  width: 100%;
  display: block;
  text-align: center;
  padding: 10px;
  color: #ffffff;
  /* border: solid 1px #000; */
  transition: 0.5s;
}
body.single .sns_share ul li a::before {
  font-family: "FontAwesome";
  font-size: 16px;
  line-height: 1;
}

body.single .sns_share ul li a.tw::before {
  content: "\e61b";
}
body.single .sns_share ul li a.tw:hover {
  background: #000000;
}

body.single .sns_share ul li a.fb::before {
  content: "\f39e";
}
body.single .sns_share ul li a.fb:hover {
  background: #3b5998;
}
body.single .sns_share ul li a.ln::before {
  content: "\f3c0";
}
body.single .sns_share ul li a.ln:hover {
  background: #00c300;
}
body.single .sns_share ul li a span {
  display: none;
}
/*
  page-story 奈良の木のストーリー
---------------------------------------------- */

/* Page lead */
#page-story .lead-container {
  max-width: 1280px;
  margin: auto;
  padding: 0 40px;
  padding-top: 200px;
  padding-bottom: 40px;
}
#page-story .lead .lead-container {
  padding-top: 40px;
}
#page-story .story_content {
  max-width: 1280px;
  margin: auto;
  padding: 0 40px;
}
#page-story .story_content .hero {
  height: 500px;
  background-position: center;
  background-size: cover;
}
#page-story .story_content .hero-container {
  padding: 60px;
  height: 100%;
  display: flex;
  align-items: center;
}
#page-story .lead-container-title {
  font-size: 36px;
  letter-spacing: 0.05em;
}
#page-story .hero-container {
  position: relative;
  max-width: 1280px;
  margin: auto;
  padding: 60px;
  padding-top: 200px;
}
#page-story .lead-container-text {
  max-width: 1280px;
  margin: auto;
  padding: 0 40px;
  margin-top: 80px;
  margin-bottom: 0px;
  font-size: 16px;
}

#page-story .lead-container-anchor-nav {
  /* max-width: 1040px; */
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #page-story .lead-container-anchor-nav {
    /* flex-wrap: wrap; */
    /* gap: 50px; */
  }
}

#page-story .lead-container-anchor-nav a {
  position: relative;
  height: 80px;
  display: flex;
  align-items: center;
  width: calc(100% / 5);
  font-size: 14px;
  justify-content: center;
  font-weight: bold;
}

#page-story .lead-container-anchor-nav a::before,
#page-story .lead-container-anchor-nav a::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: calc(50% - 0.5px);
  width: 1px;
  height: 9px;
  background-color: #000000;
  transform-origin: 50% calc(100% - 0.5px);
}

#page-story .lead-container-anchor-nav a::before {
  transform: rotate(45deg);
}

#page-story .lead-container-anchor-nav a::after {
  transform: rotate(-45deg);
}

/* main container */
#page-story-02,
#page-story-03,
#page-story-04,
#page-story-05 {
  /* margin-top: 190px; */
}

#page-story .hero {
  /* position: relative; */
  /* height: auto; */
  /* background-size: cover; */
  /* background-position: center; */
}
#page-story #main {
  /* padding: 0 40px; */
}

/* main containerのhero画像を上から順に指定 */
#page-story #page-story-01 .hero {
  /* background: url("./images/story/page-story-hero-1.jpg") top center/cover no-repeat; */
}

#page-story #page-story-02 .hero {
  background: url("./images/story/page-story-hero-2.jpg") top center/cover no-repeat;
}

#page-story #page-story-03 .hero {
  background: url("") top center/cover no-repeat;
}

#page-story #page-story-04 .hero {
  background: url("") top center/cover no-repeat;
}

#page-story #page-story-05 .hero {
  background: url("") top center/cover no-repeat;
}

#page-story .hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35));
  background: #000;
  opacity: 0.5;
}
#page-story .head.hero::before {
  opacity: 0.3;
}
#page-story .head {
  background: url(./images/story/story-hero.jpg) top center / cover no-repeat;
}
#page-story .head .hero-container {
  max-width: 1280px;
  margin: auto;
  padding: 140px 60px;
  position: relative;
  max-width: 1280px;
  margin: auto;
  padding: 40px;
  padding-top: 200px;
}
#page-story .hero-container_inner {
  max-width: 737px;
}

#page-story .hero-container h2 {
  font-size: 28px;
  margin-bottom: 22px;
  font-weight: bold;
}
#page-story .hero-container h3 {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: bold;
}
#page-story .hero-container p:not(.hero-container p:last-child) {
  /* font-size: clamp(20px, 3vw, 24px); */
  margin-bottom: 20px;
}

#page-story .page-story-main-container {
  max-width: 1080px;
  margin: auto;
  padding: 0 40px;
  margin-bottom: 120px;
}

#page-story .main-container-block {
  position: relative;
  padding-top: 100px;
}

#page-story .main-container-block:nth-child(2) {
  margin-top: 100px;
  padding-top: 0;
}

#page-story .main-container-block::before {
  content: "";
  position: absolute;
  left: 3px;
  top: 0px;
  bottom: 0;
  width: 1px;
  background: #a0122c;
}

#page-story .main-container-block:nth-child(2)::before {
  top: 20px;
}

#page-story .main-container-head {
  position: relative;
  margin-left: auto;
  font-size: 20px;
  color: #a0122c;
  padding-left: 40px;
  margin-bottom: 40px;
  font-weight: bold;
}

#page-story .main-container-head::before {
  content: "";
  position: absolute;
  left: 0px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #a0122c;
  top: 0px;
  bottom: 0;
  margin: auto;
}

#page-story .main-container-box {
  padding-left: 80px;
}

#page-story .main-container-img {
  position: relative;
  /* aspect-ratio: 16 / 9; */
  background-position: center;
  background-size: cover;
  text-align: center;
}
#page-story #page-story-02 .main-container-img {
  padding: 40px;
  background-color: #f9f9f9;
}
#page-story .main-container-img img {
  width: 100%;
}
#page-story #page-story-05 .main-container-img img {
  width: 50%;
}
#page-story #page-story-05 .main-container-img.img_only img {
  width: 100%;
}
/* main containerの中の画像を上から順に指定 */
#page-story #page-story-01 .page-story-main-container > .main-container-block:nth-child(2) .main-container-img {
  /* background: url("./images/story/main-container-img-1.jpg") top center/cover no-repeat; */
}

#page-story .main-container-img-text {
  margin-top: 30px;
  max-width: 80%;
}

#page-story .main-container-img-text h4 {
  font-size: clamp(20px, 3vw, 24px);
  font-weight: bold;
}

#page-story .main-container-img-text p {
  font-size: 16px;
  margin-top: 10px;
}

#page-story #page-story-03 .note {
  margin-top: 30px;
}
#page-story #page-story-03 .note h5 {
  color: #a0122c;
  margin-bottom: 5px;
}
#page-story #page-story-03 .note p {
  font-size: 12px;
  margin-top: 0;
}
/*
  page-products プロダクト
---------------------------------------------- */

/* hero */

#page-products .hero {
  background: url("./images/products/products-hero.jpg?=1") top center/cover no-repeat;
}

body.page .hero {
  position: relative;
  height: 560px;
  color: #fff;
}

body.page .hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #000;
  opacity: 0.4;
}

body.page .hero-container {
  position: relative;
  max-width: 1280px;
  margin: auto;
  padding: 40px;
  padding-top: 200px;
}

body.page .hero-container h1 {
  margin-bottom: 30px;
}

body.page .hero-container h1::before {
  content: attr(data-en);
  display: block;
  font-size: 36px;
  line-height: 1;
  margin-bottom: 10px;
  font-weight: normal;
}

body.page .hero-container h1::after {
  content: "";
  display: block;
  width: 60px;
  height: 1px;
  margin-top: 12px;
  background-color: #fff;
}

body.page .hero-container p {
  font-size: 14px;
}

body.page .hero-container p.hero-container-note {
  font-size: 12px;
  margin-top: 10px;
}

/* products-container */
#page-products .products-container {
  padding: 0 40px;
  margin: auto;
  max-width: 1280px;
}

/* products-container */
#page-products .products-container {
}

#page-products .product_tab {
  display: flex;
  flex-wrap: nowrap;
  margin-top: 80px;
  gap: 16px;
  border-bottom: 1px #e0e0e0 solid;
}

#page-products .product_tab li {
  width: 100%;
  height: 47px;
  cursor: pointer;
  text-align: center;
  font-size: 14px;
  /* font-weight: bold; */
}
@media screen and (max-width: 1095px) {
  #page-products .product_tab li {
    /* height: auto; */
    /* padding-bottom: 20px; */
  }
}

#page-products .product_tab li.active {
  pointer-events: none;
  border-bottom: 1px #9e1630 solid;
}

#page-products #product_list > div {
  display: none;
}

#page-products #product_list > div.active {
  display: block;
}

#page-products .product_list {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  gap: 100px 60px;
  /* padding: 40px 0 0; */
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 140px 60px;
}
#page-products .product_list li {
  display: grid;
  /* grid-template-rows: subgrid; */
  /* grid-row: span 5; */
  /* gap: 0px; */
}

#page-products .product_list li .img-wrap {
  aspect-ratio: 3 / 2;
  overflow: hidden;
  margin-bottom: 10px;
}

#page-products .product_list li img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#page-products .product_list li .ttl {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 16px;
}

#page-products .product_list li .desc {
  font-weight: 500;
  font-size: 12px;
  margin-bottom: 10px;
}

#page-products .product_list li tbody {
  display: block;
  font-size: 12px;
  /* margin-top: 10px; */
}
#page-products .product_list li table {
  margin-bottom: 10px;
  font-size: 10px;
}
#page-products .product_list li tbody th {
  width: 9em;
  font-size: 10px;
}
#page-products .product_list li tbody td {
  font-size: 10px;
}
#page-products .product_list li .product_link {
  display: flex;
  justify-content: center;
  gap: 10px;
  /* margin-top: 20px; */
}

#page-products .product_list li .product_link li {
  display: inline-block;
  width: 50%;
  /* border-radius: 2px; */
  overflow: hidden;
}

#page-products .product_list li .product_link a {
  font-size: 12px;
  line-height: 30px;
  text-align: center;
  display: block;
  background: #9e1630;
  color: #fff;
  line-height: 1;
  padding: 10px;
}

/*
  page-archive アーカイブ
---------------------------------------------- */

/* hero */
#page-archive .hero {
  position: relative;
  min-height: clamp(460px, 42vw, 500px);
  background: url("./images/archive/archive-hero.jpg") top center/cover no-repeat;
  color: #fff;
}

/* archive-container */
#page-archive .archive-container {
  padding: 0 40px;
  margin: auto;
  max-width: 1280px;
  margin-top: 80px;
}
@media screen and (max-width: 1200px) {
  #page-archive .archive-container {
    /* margin-top: 80px; */
  }
}

#page-archive .gallery_list:not(#page-archive .gallery_list:first-child) {
  margin-top: 100px;
}

#page-archive .gallery_list h3 {
  font-size: clamp(20px, 3vw, 24px);
  border-bottom: 1px #a0122c solid;
  padding-bottom: 10px;
}

#page-archive .gallery_list_container {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  #page-archive .gallery_list_container {
    flex-direction: column;
    gap: 30px;
  }
}

#page-archive .gallery_list_ph {
  max-width: 50%;
  width: 100% !important;
}
@media screen and (max-width: 767px) {
  #page-archive .gallery_list_ph {
    max-width: 100%;
  }
}

#page-archive .gallery_list_ph01 img {
  width: 100% !important;
}

#page-archive .gallery_list_info {
  max-width: 40%;
  margin-right: 70px;
}
@media screen and (max-width: 1200px) {
  #page-archive .gallery_list_info {
    /* margin-right: 5.8vw; */
  }
}
@media screen and (max-width: 767px) {
  #page-archive .gallery_list_info {
    /* max-width: 100%; */
  }
}

#page-archive .gallery_list_info h4 {
  font-size: clamp(18px, 2.5vw, 20px);
  font-weight: 500;
}

#page-archive .gallery_list_info .desc {
  margin-top: 20px;
  font-size: 14px;
  font-weight: 500;
}

#page-archive .gallery_list_info .add {
  margin-top: 40px;
  font-size: 12px;
  font-weight: 500;
}

/*
  page-library ライブラリー
---------------------------------------------- */

/* hero */
#page-library .hero {
  background: url("./images/library/library-hero.jpg") top center/cover no-repeat;
}

#page-library .hero-container h1 {
  margin-bottom: 28px;
}

#page-library .hero-container h1::before {
  content: attr(data-en);
  display: block;
  font-size: clamp(22px, 3vw, 32px);
}

#page-library .hero-container h1::after {
  content: "";
  display: block;
  width: 60px;
  height: 1px;
  margin-top: 12px;
  background-color: #fff;
}

#page-library .hero-container p:not(.hero-container p:last-child) {
  margin-bottom: 10px;
}

#page-library .hero-container p:last-child {
  font-size: 14px;
}

/* library-container */
#page-library .library-container {
  max-width: 1280px;
  margin: auto;
  margin-top: 80px;
  padding: 0 40px;
}
@media screen and (max-width: 1200px) {
  #page-library .library-container {
    /* margin-top: 80px; */
  }
}

#page-library .library-container > div:not(#page-library .library-container > div:first-child) {
  margin-top: 100px;
}
@media screen and (max-width: 1200px) {
  #page-library .library-container > div:not(#page-library .library-container > div:first-child) {
    margin-top: 60px;
  }
}

#page-library .library_yt h3,
#page-library .library_pamphlet h3 {
  font-size: clamp(20px, 3vw, 24px);
  border-bottom: 1px #a0122c solid;
  padding-bottom: 10px;
}

#page-library ul.library_yt,
#page-library ul.library_pamphlet {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 100px 60px;
}
@media screen and (max-width: 1200px) {
  #page-library ul.library_yt,
  #page-library ul.library_pamphlet {
    gap: 8vw 5vw;
  }
}
@media screen and (max-width: 1000px) {
  #page-library ul.library_yt,
  #page-library ul.library_pamphlet {
    grid-template-columns: repeat(2, auto);
    grid-auto-flow: row;
  }
}
@media screen and (max-width: 767px) {
  #page-library ul.library_yt,
  #page-library ul.library_pamphlet {
    grid-template-columns: initial;
  }
}

#page-library ul.library_yt li .ph {
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

#page-library ul.library_yt li .ph img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* PR動画 */
#page-library ul.library_yt li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

#page-library ul.library_yt li a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4vw;
  height: 4vw;
  border: 2px solid #fff;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  z-index: 2;
}
@media screen and (max-width: 1000px) {
  #page-library ul.library_yt li a::before {
    width: 6vw;
    height: 6vw;
  }
}
@media screen and (max-width: 767px) {
  #page-library ul.library_yt li a::before {
    width: 11vw;
    height: 11vw;
  }
}

#page-library ul.library_yt li a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-35%, -50%); /* 少し右寄せに */
  width: 0;
  height: 0;
  border-left: 22px solid #fff;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  z-index: 3;
}

#page-library ul.library_yt li a:hover::before {
  background: rgba(0, 0, 0, 0.4);
  transform: translate(-50%, -50%) scale(1.05);
  transition: all 0.2s ease;
}

#page-library ul.library_yt .ttl,
#page-library ul.library_pamphlet .ttl {
  font-weight: bold;
  margin-top: 20px;
}

#page-library ul.library_yt .txt,
#page-library ul.library_pamphlet .txt {
  margin-top: 10px;
  font-size: 12px;
  font-weight: 500;
}

#page-library ul.library_yt .note,
#page-library ul.library_pamphlet .pub {
  margin-top: 20px;
  font-size: 10px;
  font-weight: 500;
}

/* パンフレット */
#page-library .library_pamphlet .desc {
  margin-top: 20px;
  font-size: 14px;
  font-weight: 500;
}

#page-library ul.library_pamphlet li a.ph {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background-color: #f6f6f6;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

#page-library ul.library_pamphlet li a.ph img {
  height: 80%;
  width: auto;
  object-fit: contain;
}

#page-library ul.library_pamphlet li a.pdf {
  display: block;
  font-size: 14px;
  line-height: 1;
  background: #9f122c;
  color: #fff;
  padding: 15px;
  margin-top: 46px;
  text-align: center;
}

/*
  木の魅力 page-miryoku
---------------------------------------------- */

/* hero */
#page-miryoku .hero {
  /* position: relative; */
  /* min-height: clamp(460px, 42vw, 500px); */
  background: url("./images/miryoku/miryoku-hero.jpg") top center/cover no-repeat;
  /* color: #fff; */
}

#page-miryoku .hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35));
  background: #000;
  opacity: 0.3;
}

#page-miryoku .hero-container {
  /* position: absolute; */
  /* max-width: 70%; */
  /* padding-left: 100px; */
  /* top: 50%; */
  /* left: 0%; */
  /* transform: translateY(-50%); */
  /* -webkit-transform: translateY(-50%); */
  -ms-transform: translateY(-50%);
}
@media screen and (max-width: 1200px) {
  #page-miryoku .hero-container {
    /* padding-left: 8.4vw; */
  }
}

#page-miryoku .hero-container h1 {
  margin-bottom: 28px;
}

#page-miryoku .hero-container h1::before {
  content: attr(data-en);
  display: block;
  font-size: clamp(22px, 3vw, 32px);
}

#page-miryoku .hero-container h1::after {
  content: "";
  display: block;
  width: 60px;
  height: 1px;
  margin-top: 12px;
  background-color: #fff;
}

#page-miryoku .hero-container p:not(.hero-container p:last-child) {
  margin-bottom: 10px;
}

#page-miryoku .hero-container p:last-child {
  font-size: 14px;
}

/* charm-list */
#page-miryoku .charm-list {
  max-width: 1280px;
  margin: auto;
  padding: 0 40px;
  padding-top: 80px;
  display: grid;
  flex-wrap: wrap;
  gap: 80px 60px;
  grid-template-columns: repeat(2, 1fr);
}
#page-miryoku .charm-list li {
  /* width: 50%; */
}

#page-miryoku .charm-item h3:first-child {
  font-size: 12px;
  /* border-bottom: 1px solid #e0e0e0; */
  padding-bottom: 5px;
  /* color: #a0122c; */
  background-color: #a0122c;
  display: inline-block;
  color: #fff;
  line-height: 1;
  padding: 5px 8px;
  /* border-radius: 30px; */
}

#page-miryoku .charm-item h3:last-of-type {
  font-size: 22px;
  margin-bottom: 20px;
  color: #a0122c;
  font-weight: bold;
}

#page-miryoku .charm-item-img {
  /* margin-top: 30px; */
  /* display: flex; */
  /* gap: 10px; */
  margin-bottom: 10px;
}

#page-miryoku .charm-item-img div,
#page-miryoku .charm-item-img div img {
  display: block;
  width: 100%;
}

#page-miryoku .charm-item .charm-item-text {
}
#page-miryoku .charm-item .charm-item-text p {
  font-size: 16px;
}
/*
  木と健康 page-health
---------------------------------------------- */

#page-health {
}
#page-health .main-container-block {
  max-width: 1280px;
  margin: auto;
  padding: 0 40px;
  margin-bottom: 0px;
  padding-top: 80px;
}
#page-health .main-container-head {
  color: #9e1630;
  border-bottom: solid 1px #9e1630;
  font-size: 22px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-weight: bold;
}
#page-health .main-container-img-text {
  margin-bottom: 40px;
}
#page-health .main-container-img-text p {
  font-size: 16px;
  margin-bottom: 10px;
}
#page-health .main-container-img-text h4 {
  font-size: 26px;
  color: #9e1630;
  margin-bottom: 30px;
}
#page-health .main-container-img-text .group {
  display: flex;
  align-items: baseline;
  margin-bottom: 10px;
}
#page-health .main-container-img-text .group p {
  width: calc(100% - 80px);
  margin-left: 20px;
}
#page-health .main-container-img-text .group span {
  background-color: #9e1630;
  color: #fff;
  font-size: 12px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
}
#page-health .main-container-img {
  margin-bottom: 20px;
}
#page-health .main-container-box .btn {
}
#page-health .main-container-box .btn a {
  background-color: #9e1630;
  color: #fff;
  font-size: 12px;
  display: inline-block;
  padding: 15px 20px;
  line-height: 1;
}
/* hero */
#page-health .hero {
  background: url("./images/health/health-hero.jpg") top center/cover no-repeat;
}

#page-health .hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35));
  background: #000;
  opacity: 0.3;
}

#page-health .hero-container {
}
@media screen and (max-width: 1200px) {
  #page-health .hero-container {
    padding-left: 8.4vw;
  }
}

#page-health .hero-container h1 {
  margin-bottom: 28px;
}

#page-health .hero-container h1::before {
  content: attr(data-en);
  display: block;
  font-size: clamp(22px, 3vw, 32px);
}

#page-health .hero-container h1::after {
  content: "";
  display: block;
  width: 60px;
  height: 1px;
  margin-top: 12px;
  background-color: #fff;
}

#page-health .hero-container p:not(.hero-container p:last-child) {
  margin-bottom: 10px;
}

#page-health .hero-container p:last-child {
  font-size: 14px;
}

#page-health .lead-container-text {
  margin-top: 100px;
  padding-left: 100px;
  max-width: 1080px;
  margin: auto;
  padding: 0 40px;
  margin-top: 80px;
  margin-bottom: 60px;
}
#page-health .lead-container-text p {
  margin-bottom: 20px;
}
@media screen and (max-width: 1200px) {
  #page-health .lead-container-text {
    /* padding-left: 8.4vw; */
  }
}

#page-health .lead-container-anchor-nav {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1280px;
  margin: auto;
  padding: 0 40px;
  padding-bottom: 0px;
}

#page-health .lead-container-anchor-nav a {
  position: relative;
  text-align: center;
  height: 90px;
  display: flex;
  align-items: center;
  line-height: 1.5;
  font-weight: bold;
}

#page-health .lead-container-anchor-nav a::before,
#page-health .lead-container-anchor-nav a::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: calc(50% - 0.5px);
  width: 1px;
  height: 9px;
  background-color: #000000;
  transform-origin: 50% calc(100% - 0.5px);
}

#page-health .lead-container-anchor-nav a::before {
  transform: rotate(45deg);
}

#page-health .lead-container-anchor-nav a::after {
  transform: rotate(-45deg);
}

body.link {
}
body.link #main {
  max-width: 800px;
  margin: auto;
  padding: 40px;
  padding-top: 130px;
}
body.link #main .link {
}
body.link #main .link h2 {
  margin-bottom: 10px;
  font-size: 24px;
  /* border-bottom: solid 1px #d8d8d8; */
  color: #9e1630;
}
body.link #main .link ul.link_list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
body.link #main .link .link_list li {
  width: 50%;
  margin-bottom: 10px;
}
body.link #main .link .link_list li a {
  position: relative;
  font-size: 14px;
  padding-left: 10px;
  transition: 0.5s;
}
body.link #main .link .link_list li a:hover {
  color: #9e1630;
}
body.link #main .link .link_list li a::before {
  content: "";
  width: 3px;
  height: 3px;
  position: absolute;
  background-color: #9e1630;
  border-radius: 100%;
  top: 2px;
  left: 0;
  bottom: 0;
  margin: auto;
}
body.link #main .note {
  font-size: 14px;
}
body.link #main .note ul {
  /* margin-top: 10px; */
  /* border-top: solid 1px #999; */
  padding-top: 10px;
}
body.link #main .note ul li {
}
body.link #main .note ul li a {
}

body.business {
}
body.business #main {
  max-width: 800px;
  margin: auto;
  padding: 40px;
  padding-top: 130px;
}
body.business #main h2 {
}
body.business #main .content {
}
body.business #main .business {
}
body.business #main h2 {
  color: #9e1630;
  font-size: 24px;
  margin-bottom: 10px;
}
body.business #main .business_intro {
  margin-bottom: 10px;
}
body.business #main .business_intro p {
  font-size: 14px;
}
body.business #main .business_link {
  font-size: 14px;
  margin-bottom: 30px;
}
body.business #main .business_link a {
  /* color: #9e1630; */
  display: inline-block;
  text-decoration: underline;
  word-break: break-all;
}

body.business #main .business_guide {
  font-size: 14px;
  margin-bottom: 20px;
}
body.business #main .business_guide p {
  color: #9e1630;
  font-size: 18px;
  margin-bottom: 5px;
}
body.business #main .business_guide p .only_pc {
  display: none;
}
body.information {
}
body.information #main {
  max-width: 800px;
  margin: auto;
  padding: 40px;
  padding-top: 130px;
}
body.information #main .information_content h2 {
  color: #9e1630;
  font-size: 24px;
  margin-bottom: 10px;
}

body.information #main .information_content h2 .only_pc {
  display: none;
}
body.information #main .information_content .content {
  font-size: 14px;
}
body.information #main .information_content .content a {
  text-decoration: underline;
}
body.information #main .information_content .content ul {
}
body.information #main .information_content .content ul li {
  margin-bottom: 10px;
}
body.information #main .information_content {
  margin-bottom: 40px;
}
body.information #main .contact_link {
  margin-top: 10px;
}
body.information #main .contact_link a {
  display: inline-block;
  /* color: #9e1630; */
  /* border-bottom: solid 1px #9e1630; */
  font-size: 14px;
  text-decoration: underline;
  word-break: break-all;
}

body.sitemap {
}
body.sitemap #main {
  max-width: 1080px;
  margin: auto;
  padding: 40px;
  padding-top: 130px;
}

body.sitemap #main .sitemap {
  /* display: flex; */
  /* flex-wrap: wrap; */
}
body.sitemap #main .sitemap .sitemap01 {
  /* width: 50%; */
  /* width: calc(100% / 4); */
  margin-bottom: 40px;
}
body.sitemap #main .sitemap .sitemap01 ul {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  display: flex;
  flex-wrap: wrap;
}
body.sitemap #main .sitemap li {
  width: 100%;
  width: calc(100% / 3);
  margin-bottom: 10px;
}
body.sitemap #main .sitemap li a {
  font-size: 14px;
  position: relative;
  padding-left: 14px;
  transition: 0.5s;
}
body.sitemap #main .sitemap li a::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #9e1630;
  position: absolute;
  left: 0;
  top: 2px;
  bottom: 0;
  margin: auto;
}
body.sitemap #main .sitemap li a:hover {
  color: #9e1630;
}
body.privacy {
}
body.privacy #main {
  max-width: 800px;
  margin: auto;
  padding: 40px;
  padding-top: 130px;
}

body.privacy #main .privacy_content {
  margin-bottom: 20px;
}
body.privacy #main .privacy_content h2 {
  color: #9e1630;
  font-size: 24px;
  margin-bottom: 10px;
}
body.privacy #main .privacy_content h2 .only_pc {
  display: none;
}
body.privacy #main .privacy_content .content {
  font-size: 14px;
}
body.privacy #main .privacy_content .content a {
  text-decoration: underline;
}
body.privacy #main .privacy_content .content ul {
}
body.privacy #main .privacy_content .content ul li {
  margin-bottom: 10px;
}
body.privacy #main .privacy_content img {
  width: 100%;
}
.js-scroll {
  opacity: 0;
  filter: blur(10px);
  transition: 1s ease 0.5s;
  transition-property: opacity, filter;
}
.js-scroll.js-scrollin {
  opacity: 1;
  filter: blur(0px);
}

#home {
}

#home .sec_tit {
  margin-bottom: 30px;
}

#home .sec_tit h2 {
  font-size: 32px;
  line-height: 1;
  font-weight: normal;
  margin-bottom: 10px;
}
#home .sec_tit p {
  font-size: 12px;
  margin-bottom: 20px;
}
#home .sec_tit .bar {
  width: 60px;
  height: 1px;
  display: block;
  background-color: #a0122c;
}
.common_viewmore {
  margin: 10px 0px;
}
.common_viewmore a {
  display: inline-flex;
  line-height: 1;
  align-items: center;
  padding: 10px 0px;
}
.common_viewmore a:hover .icon {
  background-color: #a0122c;
}
.common_viewmore p {
  font-size: 12px;
  line-height: 1;
  margin-right: 10px;
}
.common_viewmore .icon {
  border: solid 1px #a0122c;
  border-radius: 100%;
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: 0.5s;
}
.common_viewmore .arrow {
}

.common_viewmore .arrow {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  position: relative;
  width: 5px;
  height: 5px;
  transform: translateX(-25%) rotate(45deg);
}
.common_viewmore a:hover .arrow::before,
.common_viewmore a:hover .arrow::after {
  background: #fff;
}
.common_viewmore .arrow::before,
.common_viewmore .arrow::after {
  content: "";
  position: absolute;
  background: #a0122c;
  /* border-radius: 0.1em; */
  transition: 0.5s;
}
.common_viewmore .arrow::before {
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
}

.common_viewmore .arrow::after {
  top: 0;
  right: 0;
  bottom: 0;
  width: 1px;
}

#home #fv {
  height: 100vh;
}
#home #fv .wrap {
  /* padding-top: 200px; */
  margin-bottom: 100px;
  height: 100%;
}
#home #fv .inner {
  height: 100%;
}

#home #fv .text_area {
  /* padding-left: calc((60 / 1280) * 100vw); */
  /* margin-bottom: 120px; */
  position: absolute;
  z-index: 2;
  bottom: 40px;
  left: 0;
  /* background-color: #fff; */
  padding: 40px 40px;
  /* padding-left: calc((60 / 1280) * 100vw); */
  width: 680px;
  color: #fff;
  transition: opacity 0.3s;
}
#home #fv .magazine_list .ttl {
  font-size: 20px;
  margin-bottom: 10px;
}
#home #fv .bar {
  width: 60px;
  height: 1px;
  display: block;
  background-color: #a0122c;
  transform: scaleX(0);
  transform-origin: left;
}
#home #fv .text_area a {
}
#home #fv .text_area:hover {
  /* transform: scale(1); */
  opacity: 0.5;
}
#home #fv .magazine_list .tagline {
  margin-top: 10px;
}
#home #fv .magazine_list .magazine_list_item_text_head {
  margin-top: 0;
}
#home #fv .magazine_list .tagline .tag a {
  color: #fff;
}
#home #fv .text_area h1 {
  font-size: 44px;
  letter-spacing: 0.3em;
  line-height: 1.6;
}
#home #fv .thumb_area {
  padding-left: calc((140 / 1280) * 100vw);
}
#home #fv .thumb_inner {
  aspect-ratio: 16 / 9;
  position: relative;
  width: 100%;
  margin-left: auto;
}
#home #fv .swiper {
  width: 100%;
  height: 100%;
}
#home #fv .swiper-pagination {
  bottom: 40px;
  top: unset;
  display: flex;
  justify-content: space-between;
  padding: 0 40px;
  width: 680px;
}
#home #fv .swiper-pagination .swiper-pagination-bullet {
  width: 10%;
  height: 1px;
  margin: unset;
  opacity: 1;
  border-radius: 0;
  background-color: hsl(0deg 0% 100% / 20%);
  width: calc(100% / 4 - 5px);
  /* opacity: 0.3; */
  position: relative;
}
#home #fv .swiper-pagination .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #a0122c;
  background-color: #fff;
  left: 0;
  transform-origin: left;
  transform: scaleX(0);
  transition-duration: 4s;
  z-index: 1;
}

#home #fv .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  animation: pagenation 4s linear;
  animation-fill-mode: forwards;
}

@keyframes pagenation {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}

#home #fv .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  /* opacity: 1; */
  /* background-color: #a0122c; */
}
#home #fv .swiper-wrapper {
  padding-top: 0;
}
#home #fv .swiper-wrapper .swiper-slide {
  position: relative;
  overflow: hidden;
}
#home #fv .swiper-wrapper .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}
#home #fv .swiper-wrapper .swiper-slide.swiper-slide-active .bg,
#home #fv .swiper-wrapper .swiper-slide.swiper-slide-prev .bg {
  transform: scale(1.02);
}
#home #fv .swiper-wrapper .swiper-slide::before {
  content: "";
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 50%;
  z-index: 1;
  background: #000000;
  background: linear-gradient(0deg, rgb(0 0 0 / 40%) 0%, rgb(0 0 0 / 40%) 30%, rgba(0, 0, 0, 0) 100%);
}

#home #fv .swiper-button {
  width: 40px;
  height: 40px;
  margin: auto;
  top: unset;
  display: flex;
  position: absolute;
  left: auto;
  right: auto;
  align-items: center;
  justify-content: center;
  bottom: 30px;
  right: 40px;
}
#home #fv .swiper-button::after,
#home #fv .swiper-button::before {
  content: none;
}
#home #fv .swiper-button .icon {
  /* border: solid 1px #ffffff; */
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: 0.5s;
  background-color: hsl(0deg 0% 0% / 20%);
}
#home #fv .swiper-button .arrow {
}

#home #fv .swiper-button .arrow {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  position: relative;
  width: 9px;
  height: 9px;
  transform: translateX(-25%) rotate(45deg);
}

#home #fv .swiper-button .arrow::before,
#home #fv .swiper-button .arrow::after {
  content: "";
  position: absolute;
  background: #ffffff;
  /* border-radius: 0.1em; */
  transition: 0.5s;
}
#home #fv .swiper-button .arrow::before {
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
}

#home #fv .swiper-button .arrow::after {
  top: 0;
  right: 0;
  bottom: 0;
  width: 1px;
}
#home #fv .swiper-button-next {
}
#home #fv .swiper-button-prev {
  transform: scale(-1, 1);
  right: 85px;
}
#home #fv .swiper-button:hover .icon {
  background-color: #a0122c;
}

#home #fv .swiper .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background-position: center;
  background-size: cover;
  transform: scale(1);
  transform-origin: center;
  transition-duration: 4s;
}
#home #fv .thumb_area .thumb {
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  opacity: 0;
  filter: blur(10px);
  transition: 1s ease 0.5s;
  transition-property: opacity, filter;
}
#home #fv .thumb_area .thumb.lazyloaded {
  opacity: 1;
  filter: blur(0px);
}

#home #scrolldown {
  position: absolute;
  z-index: 3;
  right: 0;
}

#home #scrolldown p {
  /* color: #fff; */
  writing-mode: vertical-rl;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
}

#home #scrolldown {
  position: absolute;
  left: calc((40 / 1280) * 100vw);
  right: auto;
  top: 85vh;
  writing-mode: vertical-rl;
  font-size: 10px;
  display: none;
}

#home #scrolldown::before {
  animation: scroll 3s infinite;
  background-color: #000000;
  top: 50px;
  content: "";
  height: 80px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 6px;
  width: 0.5px;
}
@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}

#home #about {
}
#home #about .wrap {
  padding-top: 100px;
  margin-bottom: 100px;
}
#home #about .inner {
  padding-left: calc((60 / 1280) * 100vw);
}
#home #about .flex_area {
  display: flex;
  align-items: flex-start;
}
#home #about .text_area {
  width: 500px;
  padding-right: 40px;
}
#home #about .text_area h3 {
  font-size: 22px;
  margin-bottom: 20px;
}
#home #about .text_area h5 {
  font-size: 16px;
  line-height: 2;
}
#home #about .text_area h5 .sp {
  display: none;
}
#home #about .thumb_area {
  width: calc(100% - 500px);
  aspect-ratio: 3 / 2;
  position: relative;
  margin-top: -200px;
}
#home #about .thumb_area .thumb {
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}

#home #magazine {
  overflow: hidden;
}
#home #magazine .wrap {
}
#home #magazine .inner {
  padding-left: calc((60 / 1280) * 100vw);
  padding-bottom: 60px;
  padding-top: 80px;
}

#home #magazine .new-arrival-list .magazine_list {
  margin: 0px 0;
  padding: 0;
  border-top: none;
  display: flex !important;
  flex-wrap: nowrap !important;
  gap: initial;
}

#home #magazine .pickup_area {
}

#home #magazine .new-arrival-list .magazine_list::marker {
}
#home #magazine .pickup_area {
  list-style: none;
  margin-bottom: 100px;
}
#home #magazine .pickup_area .magazine_list {
  padding: 0;
  border: unset;
  margin: unset;
  display: block;
}
#home #magazine .pickup_area .ph {
  aspect-ratio: 2 / 1;
}
#home #magazine .pickup_area .magazine_list_item_text_head {
  max-width: 500px;
  justify-content: flex-start;
}
#home #magazine .pickup_area .date {
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1;
}
#home #magazine .slide_area {
  margin-bottom: 160px;
}
#home #magazine .container-slide {
  margin-bottom: 100px;
}
#home #magazine .magazine_list {
  margin: auto;
  border: unset;
  padding: 0;
  gap: 0;
}
#home #magazine .container-slide .new-arrival-header {
  padding-right: 60px;
  margin-bottom: 40px;
}
#home #magazine .container-slide .new-arrival-title {
  position: relative;
  line-height: 1;
  padding-bottom: 20px;
  border-bottom: solid 1px #a0122c;
}
#home #magazine .container-slide .new-arrival-title .en {
  font-size: 20px;
  letter-spacing: 0.05em;
}
#home #magazine .container-slide .new-arrival-title .jp {
  font-size: 12px;
  margin-left: 10px;
  letter-spacing: 0.1em;
}

#home #magazine .pickup_area .ttl {
  max-width: 500px;
  font-size: 18px;
}
#home #magazine .pickup_area .tagline {
  max-width: 500px;
}

#home #magazine .new-arrival-list {
  overflow: unset;
}
.magazine_list_swiper {
}
.magazine_list_swiper .swiper-slide {
  padding-right: 40px;
}
#home #magazine .serch_area {
}
#home #magazine .all_btn {
}
#home #magazine .all_btn a {
  /* background-color: #9e1630; */
  /* color: #fff; */
  /* width: 400px; */
  /* display: inline-block; */
  /* height: 50px; */
  /* display: inline-flex; */
  /* align-items: center; */
  /* justify-content: flex-start; */
  /* padding: 20px; */
  /* font-size: 12px; */
  /* border-radius: 4px; */
}
#home #magazine .all_btn a p {
  font-size: 14px;
}
#home #magazine .serch_area .flex {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
#home #magazine .serch_area .serch_content {
  width: 50%;
  margin-bottom: 30px;
}
#home #magazine .serch_area .serch_content h2 {
  position: relative;
  padding-left: 18px;
  font-size: 20px;
  margin-bottom: 10px;
}
#home #magazine .serch_area .serch_content h2::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #a0122c;
  position: absolute;
  left: 0;
  top: 2px;
  bottom: 0;
  margin: auto;
}
#home #magazine .serch_area .serch_content.cat {
}
#home #magazine .serch_area .serch_content.cat ul {
  display: flex;
}
#home #magazine .serch_area .serch_content.cat ul li {
  margin-right: 5px;
  /* padding: 10px 20px; */
  line-height: 1;
}
#home #magazine .serch_area .serch_content.cat ul li a {
  font-size: 14px;
  border: 1px solid #e0e0e0;
  border-radius: 40px;
  padding: 14px 24px;
  line-height: 1;
  letter-spacing: 0.01em;
  display: inline-block;
  transition: 0.5s;
}
#home #magazine .serch_area .serch_content.cat ul li a:hover {
  background-color: #a0122c;
  color: #fff;
}
#home #magazine .serch_area .serch_content.tag {
}
#home #magazine .serch_area .serch_content.tag ul {
  display: flex;
}
#home #magazine .serch_area .serch_content.tag ul li {
  margin-right: 10px;
}
#home #magazine .serch_area .serch_content.tag ul li a {
  font-size: 14px;
}
#home #magazine .serch_area .serch_content.tag ul li a::before {
  content: "#";
}

#home #magazine .serch_area .serch_content.tag ul li a:hover {
  color: #a0122c;
}
#home #magazine .serch_area .serch_content form input {
  width: 100%;
  height: 42px;
  box-sizing: border-box;
  /* background: #a0122c; */
  border: none;
  border-radius: 40px;
  font-size: 13px;
  font-weight: 500;
  line-height: 40px;
  padding: 0 30px;
  outline: none;
  border: solid 1px #d3d3d3;
  background-color: #fff;
  border: solid 1px #d3d3d3;
  color: #d3d3d3;
  width: 100%;
}
#home #magazine .serch_area .serch_content form {
  width: 400px;
  position: relative;
}

#home #magazine .serch_area .serch_content form input::placeholder {
  color: D3D3D3;
  opacity: 1;
}

#home #magazine .serch_area .serch_content form button {
  border: none;
  background: none;
  cursor: pointer;
  position: absolute;
  right: 30px;
  top: 0;
  bottom: 0;
}
#home #magazine .serch_area .serch_content form button::before {
  font-family: FontAwesome;
  content: "\f002";
  font-size: 17px;
  color: #d3d3d3;
  transition: 0.2s;
}

#home #scroll_content {
  /* height: 100svh; */ /* position: relative; */
}

#home #scroll_content .swiper {
  height: 100vh;
  position: relative;
}
#home #scroll_content .swiper .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
}
#home #scroll_content .swiper .bg::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.4;
}
#home #scroll_content .swiper .text {
  position: absolute;
  z-index: 1;
  bottom: 40px;
  left: 40px;
  color: #fff;
}
#home #scroll_content .wrap {
}
#home #scroll_content .inner {
  /* position: relative; */
  /* height: 100%; */
  /* display: block; */
}
#home #scroll_content .sticky {
  height: 100%;
  width: 100%;
}
#home #scroll_content .area {
  height: 100vh;
}

#home #scroll_content .text_area {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 2;
}
#home #scroll_content .text_area .text {
  position: absolute;
  bottom: 60px;
  left: 60px;
  opacity: 0;
  transition: 1s;
  color: #fff;
}
#home #scroll_content .text_area .text h3 {
  font-size: 16px;
  letter-spacing: 0.1em;
}
#home #scroll_content .text_area .sec_tit .bar {
  background-color: #fff;
}
#home #scroll_content .common_viewmore .icon {
  border-color: #fff;
}
#home #scroll_content .common_viewmore a:hover .icon {
  border-color: #a0122c;
}
#home #scroll_content .common_viewmore .arrow::before,
#home #scroll_content .common_viewmore .arrow::after {
  background-color: #fff;
}
#home #scroll_content .text_area .text01 {
  opacity: 1;
  z-index: 2;
}
#home #scroll_content.area01_in .text_area .text01,
#home #scroll_content.area02_in .text_area .text01,
#home #scroll_content.area03_in .text_area .text01,
#home #scroll_content.area04_in .text_area .text01 {
  opacity: 0;
  z-index: 1;
}

#home #scroll_content.area01_in .text_area .text02 {
  opacity: 1;
  z-index: 2;
}
#home #scroll_content.area02_in .text_area .text03 {
  opacity: 1;
  z-index: 2;
}
#home #scroll_content.area03_in .text_area .text04 {
  opacity: 1;
  z-index: 2;
}
#home #scroll_content.area04_in .text_area .text04 {
  opacity: 1;
  z-index: 2;
}
#home #scroll_content .progress {
  position: absolute;
  width: calc(100% - 120px);
  bottom: 30px;
  z-index: 10;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 60px;
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
#home #scroll_content .progress-bar {
  width: 100%;
  /* width: calc(100% - 120px); */
  height: 1px;
  background-color: rgb(255 255 255 / 40%);
  bottom: 30px;
  z-index: 10;
  left: 0;
  right: 0;
  /* border-radius: 61px; */
}
#home #scroll_content .progress span {
  height: 100%;
  position: relative;
  background-color: #ffffff;
  display: block;
  width: 100%;
  transform-origin: left;
  /* transition: .2s; */
  /* border-radius: 60px; */
  transform: scaleX(0);
  /* transition: .5s; */
}
#home #scroll_content .bg_area {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
#home #scroll_content .bg_area::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 1;
  opacity: 0.5;
}
#home #scroll_content .bg_area .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 1s;
  background-size: cover;
  background-position: center;
}
#home #scroll_content .bg_area .bg01 {
  opacity: 1;
}
#home #scroll_content.area01_in .bg_area .bg02 {
  opacity: 1;
}
#home #scroll_content.area02_in .bg_area .bg03 {
  opacity: 1;
}
#home #scroll_content.area03_in .bg_area .bg04 {
  opacity: 1;
}
#home #scroll_content.area04_in .bg_area .bg04 {
  opacity: 1;
}

#home #scroll_content .swiper-button {
  width: 40px;
  height: 40px;
  top: unset;
  display: flex;
  position: absolute;
  left: auto;
  right: 40px;
  align-items: center;
  justify-content: center;
  bottom: 40px;
}
#home #scroll_content .swiper-button::after,
#home #scroll_content .swiper-button::before {
  content: none;
}
#home #scroll_content .swiper-button .icon {
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: 0.5s;
  background-color: hsl(0deg 0% 0% / 20%);
}
#home #scroll_content .swiper-button .arrow {
}
#home #scroll_content .swiper-button:hover .icon {
  background-color: #a0122c;
}
#home #scroll_content .swiper-button .arrow {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  position: relative;
  width: 9px;
  height: 9px;
  transform: translateX(-25%) rotate(45deg);
}

#home #scroll_content .swiper-button .arrow::before,
#home #scroll_content .swiper-button .arrow::after {
  content: "";
  position: absolute;
  background: #ffffff;
  /* border-radius: 0.1em; */
  transition: 0.5s;
}
#home #scroll_content .swiper-button .arrow::before {
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
}

#home #scroll_content .swiper-button .arrow::after {
  top: 0;
  right: 0;
  bottom: 0;
  width: 1px;
}
#home #scroll_content .swiper-button-next {
  /* right: calc((60 / 1280) * 100vw); */
  right: 40px;
}
#home #scroll_content .swiper-button-prev {
  transform: scale(-1, 1);
  right: 85px;
}

#home #magazine .container-slide .swiper-button {
  width: 40px;
  height: 40px;
  margin: auto;
  top: unset;
  display: flex;
  position: absolute;
  left: auto;
  right: auto;
  align-items: center;
  justify-content: center;
  top: 30%;
}
#home #magazine .container-slide .swiper-button::after,
#home #magazine .container-slide .swiper-button::before {
  content: none;
}
#home #magazine .container-slide .swiper-button .icon {
  /* border: solid 1px #a0122c; */
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: 0.5s;
  background-color: #fff;
}
#home #magazine .container-slide .swiper-button .arrow {
}

#home #magazine .container-slide .swiper-button .arrow {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  position: relative;
  width: 9px;
  height: 9px;
  transform: translateX(-25%) rotate(45deg);
}

#home #magazine .container-slide .swiper-button .arrow::before,
#home #magazine .container-slide .swiper-button .arrow::after {
  content: "";
  position: absolute;
  background: #a0122c;
  /* border-radius: 0.1em; */
  transition: 0.5s;
}
#home #magazine .container-slide .swiper-button .arrow::before {
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
}

#home #magazine .container-slide .swiper-button .arrow::after {
  top: 0;
  right: 0;
  bottom: 0;
  width: 1px;
}
#home #magazine .container-slide .swiper-button-next {
  right: calc((60 / 1280) * 100vw);
  right: 60px;
}
#home #magazine .container-slide .swiper-button-prev {
  left: 20px;
  transform: scale(-1, 1);
  transition: 0.5s;
}
#home #magazine .container-slide .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}
#home #magazine .container-slide .swiper-slide {
  padding-right: calc((60 / 1280) * 100vw);
  padding-right: 40px;
}
#home #magazine .swiper {
  overflow: unset;
}
.over-wrap-menu::after,
.over-wrap-menu::before {
  content: "";
  width: 1px;
  height: calc(100vh + 1px);
}

.over-wrap-menu {
  height: 100%;
  display: flex;
  align-items: center;
  overscroll-behavior: contain;
  overflow-y: scroll;
  align-items: flex-start;
}

.over-wrap-menu {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.over-wrap-menu::-webkit-scrollbar {
  display: none;
}

.search_list {
  max-width: 1280px;
  margin: auto;
  padding: 140px 40px;
  padding-bottom: 40px;
}
