/*
 Theme Name:     東洋図書出版
 Description:    東洋図書出版の専用テーマ
 Version:        1.0.0
 */

@charset "UTF-8";

html {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3",
    "Hiragino Sans", "ヒラギノ角ゴシック", "Noto Sans", "Source Sans Pro",
    "sans-serif";
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}
@media screen and (max-width: 782px) {
  html {
    margin-top: 0 !important;
  }
}
body {
  height: 100%;
  line-height: 1.5;
  background-color: #fcf8ed;
  font-size: var(--font-body-size);
  letter-spacing: 1px;
  overflow-x: hidden;
}

/* 共通レイアウト */
.flex {
  display: flex;
}

.grid {
  display: grid;
}

.col-2-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
}

.col-3-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}

.section_title {
  font-family: "Montserrat", sans-serif;
  font-size: 55px;
  letter-spacing: 0.1em;
  line-height: 70px;
  font-weight: 600;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.section_title span {
  font-family: "Hiragino Kaku Gothic ProN";
  margin-left: 40px;
  font-size: 24px;
  line-height: 40px;
  font-weight: 600;
}

.category_list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0, 155px));
  gap: 15px;
}

.category_list a {
  display: grid;
  place-content: center;
  background-color: #f2e8da;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 600;
  transition: 0.2s;
  position: relative;
  z-index: 0;
}

.category_list a::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--main-color-gradient);
  opacity: 0;
  transition: 0.2s;
  z-index: -1;
}

:is(#items, #information) .category_list a:hover {
  opacity: 0.7;
}

.category_list .select {
  background: var(--main-color-gradient);
  color: #fff;
  letter-spacing: 0.1em;
}

:is(#items, #information) .category_list .select:hover {
  opacity: 0.8;
}
/*
.arrow-btn::before {
  font-family: "Material Icons";
  content: "\e5c8";
  color: #fff;
  background: var(--main-color-gradient);
  padding: 10px;
  border-radius: 50px;
  margin-right: 20px;
}
*/

.arrow-btn {
  min-width: 50px;
  min-height: 50px;
  max-width: 50px;
  max-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--main-color-gradient);
  border-radius: 50%;
}

.arrow-btn_2 {
  background: var(--main-color-gradient);
  font-size: var(--font-body-size);
  border-radius: 50px;
  max-width: 24px;
  max-height: 24px;
  min-width: 24px;
  min-height: 24px;
  position: relative;
}

.arrow-btn_2::before {
  position: absolute;
  font-family: "Material Icons";
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  content: "\e5c8";
  color: #fff;
}

.black_out {
  transition: 0.3s;
}

/* ボタン（グラデーション） */
.main-btn {
  margin-top: 40px;
  text-align: right;
  padding: var(--side-padding);
}

.main-btn a {
  height: 50px;
  min-width: 300px;
  background: var(--main-color-gradient);
  color: #fff;
  border-radius: 50px;
  text-align: center;
  text-decoration: none;
  display: inline-grid;
  align-items: center;
  position: relative;
  font-weight: 600;
  z-index: 0;
  /*transition: 0.3s;*/
}

.main-btn a::after {
  font-family: "Material Icons";
  content: "\e5c8";
  position: absolute;
  right: 6%;
  transition: 0.3s;
}

.main-btn a:hover::after {
  right: 3%;
}

/* 上に戻るボタン */
#back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: block;
  background-color: #000;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  text-decoration: none;
  z-index: 10;
  transition: 0.1s opacity ease-in;
  opacity: 0;
  visibility: hidden;
}

/* ヘッダー */
header {
  position: fixed;
  top: 50px;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: 2000;
  width: 95%;
  max-width: 1400px;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
  padding: 0 30px;
  transition: 0.2s;
}

header.on {
  box-shadow: none;
}

header.up {
  transform: translateY(-200%);
}

header .logo {
  display: inline-block;
  font-size: 20px;
}

.header-menu {
  display: flex;
  align-items: center;
  height: 100%;
}

.header-menu ul {
  display: flex;
  align-items: center;
  height: 100%;
  transition: 0.2s;
  opacity: 1;
  visibility: visible;
}

header.on .header-menu ul {
  opacity: 0;
  visibility: hidden;
}

.header-menu ul li {
  margin-right: 30px;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}

.header_list a {
  height: 100%;
  line-height: 80px;
  transition: 0.1s;
}

.header_list a:hover {
  color: var(--blue-color);
  border-bottom: 2px solid var(--blue-color);
}

.header_list.hover::after {
  position: absolute;
  content: "";
}

.header_list a:hover .header_list {
  border-bottom: 1px solid var(--blue-color);
}

.header_list.select {
  border-bottom: 1px solid var(--blue-color);
}

.header_list.select a {
  color: var(--blue-color);
  border-bottom: 2px solid var(--blue-color);
}

.header-menu ul li:last-child {
  margin-right: 0;
}

.header-menu ul li:last-child:hover {
  text-decoration: none;
}

.header-menu ul li a {
  font-weight: 600;
  text-decoration: none;
  text-wrap: nowrap;
  font-size: 14px;
}

.header-menu ul li.store-list {
  margin-right: 10px;
}
.store-btn {
  background: var(--main-color-gradient);
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  color: #fff;
  font-weight: bold;
  transition: 0.3s;
}
.amazon-btn {
  background: #f8981d;
}

header.on .store-btn {
  opacity: 0;
  visibility: hidden;
}

.store-btn:hover {
  opacity: 0.8;
}

.store-btn img {
  margin-right: 8px;
}

.store-btns {
  display: flex;
  align-items: center;
  gap: 10px;
}

.hamburger-menu {
  position: relative;
  margin-left: 30px;
  height: 100%;
  transition: 0.3s;
}
.hamburger-menu:hover {
  scale: 1.06;
}

.header-menu .close_area {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  width: 70px;
  height: 50px;
  right: 90%;
  top: 50%;
  translate: 0 -50%;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

header.on .header-menu .close_area {
  opacity: 1;
  visibility: visible;
  z-index: 100;
  cursor: pointer;
}

.header-menu .close_area p {
  position: relative;
  top: 0;
  translate: 0 0;
  color: #555;
  margin: 0;
  pointer-events: none;
  font-weight: bold;
}

/* ハンバーガーメニュー */
.global-menu {
  cursor: pointer;
  width: 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.global-menu span {
  display: block;
  height: 3px;
  border-radius: 5px;
  background-color: var(--blue-color);
  transition: 0.2s;
}

.global-menu span:nth-child(2) {
  margin-top: 8px;
}

header.on .global-menu span:nth-child(1) {
  transform: rotate(45deg);
}

header.on .global-menu span:nth-child(2) {
  margin-top: -3px;
  transform: rotate(-45deg);
}

/* NOTES-FOR-LIFE */
#notes-for-life {
  margin: 200px auto 0;
  position: relative;
  max-width: 1400px;
}

#notes-for-life h2 {
  position: absolute;
  right: 0;
  top: 30px;
  z-index: 10;
}

#notes-for-life .latest {
  position: relative;
}

#notes-for-life .latest img {
  width: calc(100% - 582px);
  max-width: 820px;
  max-height: 411px;
  object-fit: cover;
  border-radius: 30px;
  padding-left: 10px;
}

.main_article {
  position: absolute;
  bottom: -100px;
  padding: var(--side-padding);
  right: 0;
}

#notes-for-life .latest .arrow_box {
  display: block;
  background-color: #fcf8ede5;
  width: 660px;
  padding: 50px;
  border-radius: 20px;
  box-shadow: 5px 5px 15px #ccc;
  transition: background-color 0.3s;
}

#notes-for-life .latest h3 {
  font-size: 20px;
  font-weight: bold;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  transition: color 0.3s;
}

#notes-for-life .latest .arrow_box:hover {
  background-color: #fcf8ed;
}

.latest a:hover .main_article_title {
  color: #295da6;
}

#notes-for-life .arrow-btn {
  margin-right: 20px;
}

#notes-for-life .arrow-btn img {
  width: auto;
  padding-left: 0;
}

.arrow-btn img.active {
  animation: 0.3s widemove ease-in-out forwards;
}

@keyframes widemove {
  0% {
    opacity: 1;
    transform: translateX(0);
  }

  40% {
    transform: translateX(10px);
  }

  45% {
    opacity: 0;
  }

  70% {
    opacity: 0;
    transform: translateX(-10px);
  }
}

#notes-for-life .article-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 150px;
  padding: var(--side-padding);
  justify-content: space-between;
}

#notes-for-life .article-list li {
  border-radius: 20px;
  box-shadow: 5px 5px 10px #ddd;
  max-width: 433px;
  height: 217px;
  display: flex;
  align-items: flex-end;
}

#notes-for-life .article-list li a {
  color: #fff;
  font-size: var(--font-article-size);
  font-weight: 600;
  display: block;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: flex-end;
  position: relative;
  z-index: 0;
  border-radius: 20px;
}

@media screen and (max-width: 1261px) {
  #notes-for-life .article-list li a {
    font-size: 15px;
  }
}

#notes-for-life .article-list li a .article_back_image {
  position: relative;
  z-index: -2;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#notes-for-life .article-list li a .article_title_block {
  position: absolute;
  z-index: 5;
  bottom: 20px;
  left: 50%;
  translate: -50% 0;
  width: 95%;
  display: flex;
  align-items: center;
}

.article-list li a::before {
  position: absolute;
  content: "";
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.2) 50%,
    rgba(0, 0, 0, 0.6) 100%
  );
  transition: 0.3s opacity ease-in-out;
  opacity: 0;
}

.article-list li a:after {
  position: absolute;
  content: "";
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0.3) 100%
  );
  transition: 0.2s opacity ease-in-out;
  opacity: 1;
}

#notes-for-life .article-list li a:hover::before {
  opacity: 1;
}

#notes-for-life .article-list li a:hover::after {
  opacity: 0;
}

/* グローバルメニュー */
#global_navigation {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  padding: 50px 0;
  visibility: hidden;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1500;
  transition: all 0.2s ease-in-out;
}

#global_navigation.active {
  visibility: visible;
  opacity: 1;
  overflow: auto;
}

.navigation_area {
  width: 95%;
  max-width: 1400px;
  margin: auto;
  height: 100%;
  background-color: #fff;
  border-radius: 30px;
  position: relative;
  z-index: 2000;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.navigation_area::-webkit-scrollbar {
  display: none;
}

.navigation_header {
  padding: 20px 31px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  width: 90%;
  max-width: 1400px;
  z-index: 2500;
  background-color: #fff;
  border-radius: 30px 30px 0 0;
  transition: 0.1s;
}

.close_menu {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  cursor: pointer;
  margin-right: 8px;
}

.close_menu p {
  font-weight: 600;
  transition: 0.3s;
}

.close_menu:hover p {
  color: var(--blue-color);
}

.close_btn {
  position: relative;
  width: 20px;
  height: 20px;
}

.close_btn span {
  background-color: var(--blue-color);
  display: block;
  border-radius: 30px;
  height: 3px;
  width: 30.63px;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  translate: 0 -50%;
}

.close_btn span:nth-child(1) {
  transform: rotate(45deg);
}

.close_btn span:nth-child(2) {
  transform: rotate(-45deg);
}

.navigation_contents {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 50px;
  padding: 62.5px 0 50px;
}

.navigation_menu {
  margin-top: 86px;
  width: 100%;
  max-width: 610px;
}

.navigation_list {
  margin-top: 5px;
  display: flex;
  flex-direction: column;
}

.navigation_list.sp {
  display: none;
}

.navigation_list li {
  width: 100%;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}

.navigation_list a {
  transition: 0.2s;
}

.navigation_main_list {
  display: flex;
  flex-direction: row;
  align-items: center;
  min-width: 135px;
  padding: 25px 0;
}

.navigation_main_list p {
  letter-spacing: 0.05em;
  margin-left: 16px;
  font-weight: 600;
}

/*
#global_navigation .arrow-btn::before {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  width: 24px;
  height: 24px;
  margin-right: 15px;
}
*/

.navigation_list .navigation_list_other {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 133px;
  padding: 30px 0 35px;
}

.navigation_list_other .navigation_main_list {
  padding: 0;
}

.navigation_sub_list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 22px;
}

.navigation_sub_list li {
  padding: 0;
  width: 100px;
  border-bottom: none;
}

.navigation_sub_list a {
  display: block;
  font-size: 13px;
  letter-spacing: 0.05em;
  height: fit-content;
}

.navigation_footer {
  margin-top: 30px;
  display: flex;
  flex-direction: row;
  gap: 40px;
}

.navigation_footer a {
  display: block;
  font-size: 13px;
  letter-spacing: 0.05em;
  transition: 0.2s;
}

.navigation_list a:hover,
.navigation_footer a:hover {
  color: var(--blue-color);
}

.navigation_picture {
  margin-top: 42px;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 6px;
  width: 280px;
}

.navigation_picture:hover .black_out {
  filter: brightness(0.7);
  -webkit-filter: brightness(70%);
}

.navigation_picture a {
  display: block;
  width: 100%;
}

.navigation_picture img {
  width: 100%;
  border-radius: 5px;
}

/* ITEMS */

#items {
  margin-top: 30px;
  position: relative;
  padding-top: 105px;
  padding-bottom: 130px;
  overflow-x: hidden;
}

.white_box {
  position: absolute;
  content: "";
  background-color: #fff;
  display: block;
  top: 0;
  bottom: 0;
  right: 0;
  width: 70%;
  border-radius: 100px 0 0 100px;
  height: 100%;
  z-index: 1;
}

.items_wrapper {
  position: relative;
  z-index: 2;
}

.items_area {
  width: 100%;
  max-width: 1300px;
  margin-inline: auto;
  padding: var(--side-padding);
}

.items_title {
  display: flex;
  flex-direction: row;
  gap: 80px;
  align-items: center;
}

.items_title p {
  padding-left: 80px;
  position: relative;
  line-height: 32px;
  letter-spacing: 0.2em;
  font-size: 18px;
  font-weight: 600;
}

.items_title p::before {
  position: absolute;
  content: "";
  background-color: #000;
  width: 1px;
  height: 80px;
  top: -8px;
  left: 0;
}

#items .item_set_list {
  display: flex;
  margin-top: 87px;
  justify-content: space-between;
}

#items .category_list {
  display: flex;
  flex-wrap: wrap;
}

#items .category_list a {
  width: 140px;
  height: 60px;
  border-radius: 30px;
  letter-spacing: 0.08em;
  position: relative;
}

#items .category_list a::before {
  border-radius: 30px;
}

#items .category_list .select {
  letter-spacing: 0.1em;
}

.item_navigation {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-right: var(--side-padding);
}

#items .item_navigation :is(.swiper-button-next, .swiper-button-prev) {
  position: static;
  margin: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: var(--main-color-gradient);
}

#items
  .item_navigation
  :is(
    .swiper-button-next.swiper-button-disabled,
    .swiper-button-prev.swiper-button-disabled
  ) {
  background: #f2e8da;
  opacity: 1;
  color: rgba(0, 0, 0, 0.3);
}

#items .swiper-button-next:after,
#items .swiper-rtl,
#items .swiper-button-prev:after {
  font-family: "Material Icons";
  content: "\e5c8";
  font-weight: bold;
  font-size: 15px;
  color: #fff;
}

#items .swiper-button-next.swiper-button-disabled:after,
#items .swiper-button-prev.swiper-button-disabled:after {
  color: rgba(0, 0, 0, 0.3);
}

#items .swiper-button-prev:after {
  transform: rotate(180deg);
}

.items-container {
  margin-top: 30px;
  display: flex;
  flex-direction: row;
  overflow-x: visible;
  -ms-overflow-style: none;
  cursor: grab;
  position: relative;
  z-index: 0;
}

.items-container:active,
.item a:active {
  cursor: grabbing;
}

.items-container::-webkit-scrollbar {
  display: none;
}

.item_photo {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  background-color: #f5e8d8;
  position: relative;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 0;
  overflow: hidden;
  aspect-ratio: 1 / 1;
}

/* ホバー時のサムネイル効果 */
.swiper-slide.item:hover .itembox {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.15);
}

.swiper-slide.item:hover .item_photo {
  transform: scale(1.03);
}

.itembox {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}

/*
.itembox::before {
  position: absolute;
  content: "→";
  font-family: "Montserrat", sans-serif;
  bottom: 5%;
  right: 7%;
  color: #777;
  font-size: var(--font-body-size);
  font-weight: bold;
  z-index: 10;
  opacity: 0;
  transition: 0.2s opacity ease-in-out;
}

@keyframes yokofuwa {
  0% {
    opacity: 1;
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    transform: translateX(8px);
  }
}
  */

.home .itembox::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.7);
  z-index: 10;
  opacity: 0;
  transition: 0.3s opacity ease-in-out;
}

.swiper {
  overflow: visible;
}

.home .swiper {
  padding-bottom: 30px;
}

.swiper-slide.item {
  max-width: 360px;
}

.new {
  position: absolute;
  top: 0;
  left: 0;
  width: 45%;
  height: auto;
  max-width: 120px;
  max-height: 120px;
}

.item_3 .item_photo {
  background-color: #f7eee1;
}

.item_category {
  margin-top: 24px;
  margin-bottom: 10px;
  border-radius: 15px;
  width: 170px;
  height: 26px;
  font-size: 13px;
  color: #fff;
  font-weight: bold;
  background: var(--main-color-gradient);
  display: grid;
  place-content: center;
  /*
  display: flex;
  align-items: center;
  justify-content: center;
  */
  letter-spacing: 0.1em;
}

.item p {
  font-size: 18px;
  font-weight: 600;
  transition: 0.2s;
}

/* もっと見るカード */
.swiper-slide.more-items {
  max-width: 360px;
}

.more-items-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #f5e8d8;
  border-radius: 30px;
  aspect-ratio: 1 / 1;
  text-decoration: none;
  color: #333;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  border: 2px dashed rgba(0, 0, 0, 0.2);
}

.more-items-card:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.15);
  background-color: #f0ddc2;
}

.more-items-card .more-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: var(--main-color-gradient);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  transition: 0.3s;
}

.more-items-card:hover .more-icon {
  transform: scale(1.1);
}

.more-items-card .more-icon::after {
  content: "+";
  color: #fff;
  font-size: 24px;
  font-weight: bold;
}

.more-items-text {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  line-height: 1.4;
  color: #333;
  margin-bottom: 10px;
}

.more-items-subtext {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.6);
  text-align: center;
}

/*
.swiper-slide.item:hover p {
  color: var(--blue-color);
}
*/

.items_btn {
  width: 100%;
  max-width: 1260px;
  margin: auto;
}

.swiper-horizontal > .swiper-scrollbar {
  background: rgba(0, 0, 0, 0.15);
  bottom: 0;
  height: 2px;
  width: 100%;
  left: 0;
}

.swiper-scrollbar-drag {
  background: var(--main-color-gradient);
}

.usually_container {
  visibility: visible;
  opacity: 1;
  transition: 0.2s;
}

/*
.swiper-slide.item:hover img {
  filter: blur(5px);
}
  */

.hover_container {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 30;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to top,
    rgba(252, 236, 220, 0.95) 0%,
    rgba(250, 229, 211, 0.7) 40%,
    transparent 80%
  );
  opacity: 0;
  transform: translateY(100%);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  color: #2d3748;
  border-radius: 30px;
}

.hover_container p {
  font-size: var(--font-body-size);
  position: absolute;
  bottom: 30px;
  left: 50%;
  translate: -50% 0;
  width: 85%;
  margin: 0;
  line-height: 1.4;
  font-weight: 600;
  color: #8b4513;
  text-shadow: none;
}

.hover_item_data {
  position: absolute;
  bottom: 20px;
  left: 50%;
  translate: -50% 0;
  width: 90%;
  display: flex;
  justify-content: flex-end;
}

.hover_item_data span {
  font-weight: 600;
  color: #2d3748;
}

.hover_item_data span:nth-of-type(1) {
  padding: 5px 15px;
  border-radius: 20px;
  background: var(--main-color-gradient);
  color: #fff;
  position: relative;
  display: flex;
  align-items: center;
  padding-right: 30px;
  font-size: var(--font-sub-size);
}

.hover_item_data span:nth-of-type(1)::after {
  font-family: "Material Icons";
  content: "\e5c8";
  position: absolute;
  right: 5%;
}

.feature {
  width: 100%;
  max-width: 1500px;
  margin: auto;
  margin-top: 80px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.feature:hover .black_out {
  filter: brightness(0.7);
  -webkit-filter: brightness(70%);
}

.search {
  width: 100%;
  max-width: 1240px;
  margin: auto;
  margin-top: 100px;
  padding: var(--side-padding);
}

.search h3 {
  font-size: 24px;
  line-height: 40px;
  text-align: center;
  font-weight: 600;
}

.search_list {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 40px;
  row-gap: 30px;
}

.search_list a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 120px;
  background-color: #f7eee1;
  border-radius: 10px;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.05em;
  position: relative;
  transition: 0.3s;
  line-height: 40px;
  z-index: 0;
  padding: 0;
  gap: 12px;
  overflow: hidden;
}

.search_list a img {
  height: 100%;
  width: auto;
  object-fit: cover;
  flex-shrink: 0;
  margin-right: 10px;
}

.search_list a span {
  flex: 1;
  text-align: left;
  line-height: 1.4;
  word-break: keep-all;
  overflow-wrap: break-word;
  padding: 20px 20px 20px 0;
  font-size: 18px;
}

.search_list a::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--main-color-gradient);
  opacity: 0;
  transition: 0.2s;
  z-index: -1;
  border-radius: 10px;
}

.search_list a:hover {
  opacity: 0.8;
}

.search_list a::after {
  position: absolute;
  font-family: "Material Icons";
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  translate: 0 -50%;
  right: 20px;
  content: "\e5c8";
  color: #fff;
  background: var(--main-color-gradient);
  font-size: var(--font-body-size);
  border-radius: 50px;
  width: 24px;
  height: 24px;
  transition: 0.3s;
}

/* お知らせ */
#information {
  width: 100%;
  max-width: 1240px;
  margin: auto;
  margin-top: 120px;
  margin-bottom: 100px;
  padding: var(--side-padding);
}

#information .category_list {
  margin-top: 50px;
}

#information .category_list a {
  width: 160px;
  height: 40px;
  border-radius: 20px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
  padding-top: 2px;
}

#information .category_list a::before {
  border-radius: 20px;
}

.information_list {
  margin-top: 30px;
  display: none;
}

.information_list.is-show {
  display: block;
}

.information_list a {
  padding-top: 23px;
  padding-bottom: 20px;
  padding-left: 10px;
  display: flex;
  flex-direction: row;
  gap: 50px;
  border-top: 1px solid #e3e0da;
  transition: 0.25s;
}

.information_list a:hover {
  background-color: #fffef9;
}

.information_list li:last-child {
  border-bottom: 1px solid #e3e0da;
}

.information_data {
  display: flex;
  flex-direction: row;
  gap: 30px;
  letter-spacing: 0.1em;
}

.information_category {
  display: inline-block;
  background: var(--main-color-gradient);
  color: #fff;
  font-weight: 600;
  padding: 4px 12px;
  border-radius: 12px;
  font-size: 12px;
  min-width: fit-content;
  text-align: center;
  transition: 0.2s;
  min-width: 120px;
}

.information_sentence {
  font-weight: 600;
  letter-spacing: 0;
}

#information .main-btn {
  padding: 0;
  display: none;
}

#information .main-btn.is-show {
  display: block;
}

.sp_more {
  display: none;
}

/* インスタ */
#instagram {
  width: 100%;
  max-width: 1240px;
  margin: auto;
  margin-bottom: 130px;
  padding: var(--side-padding);
}

#instagram .section_title {
  margin-bottom: 40px;
}

/* フッター */
footer {
  background-color: #fff;
}

.bnr_area {
  padding: 80px 10px;
  border-bottom: 1px #e9e6e0 solid;
}

.bnr_area ul {
  display: flex;
  gap: 40px;
  align-items: center;
  justify-content: center;
}

.bnr_area li {
  width: 275px;
}

.bnr_area a {
  display: block;
  width: 100%;
  transition: 0.3s;
}

.bnr_area a:hover {
  opacity: 0.8;
}

#footer_container {
  padding: 90px 10px;
  width: 100%;
  max-width: 1240px;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

#footer_container p span {
  display: block;
  text-align: center;
  margin-top: 5px;
  letter-spacing: 0.1em;
  font-size: 13px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px;
  margin-top: 40px;
}

.footer-links a {
  display: block;
  font-size: 13px;
  line-height: 15px;
  letter-spacing: 0.05em;
  transition: 0.2s;
}

/* デスクトップサイズでのみ会社情報を改行 */
@media screen and (min-width: 1120px) {
  .footer-links .company-info {
    flex-basis: 100%;
    margin-top: 10px;
    text-align: center;
  }
}

.footer-links a:hover {
  color: var(--blue-color);
}

.copyright {
  line-height: 15px;
  font-size: 10px;
  color: #a9a9a9;
  letter-spacing: 0.3em;
  text-align: center;
  padding-bottom: 11px;
}

@media screen and (max-width: 1470px) {
  #notes-for-life {
    padding: 0 2.5%;
  }
  #notes-for-life h2 img {
    width: 90%;
  }
  #notes-for-life .latest .arrow_box {
    width: 640px;
    padding: 30px;
  }
  .items_area {
    padding: 0 3.5%;
  }
  .items_btn {
    padding: 0 2.5%;
  }
  .search {
    padding: 0 2.5%;
  }
  #information {
    padding: 0 3.5%;
  }
  #instagram {
    padding: 0 3.5%;
  }
}

/* タブレットのみ */
@media screen and (min-width: 600px) and (max-width: 1119px) {
  #notes-for-life .article-list {
    grid-template-columns: 1fr;
    margin-top: 130px;
    gap: 20px;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    padding: var(--side-padding);
  }

  #notes-for-life .article-list li {
    max-width: 100%;
    height: auto;
    min-height: 120px;
    display: flex;
    align-items: stretch;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
  }

  #notes-for-life .article-list li a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: stretch;
    padding: 0;
    gap: 0;
    position: static;
    background: none;
    color: #333;
    text-decoration: none;
    flex-direction: row-reverse;
  }

  #notes-for-life .article-list li a .article_back_image {
    width: 200px;
    min-width: 120px;
    object-fit: cover;
    border-radius: 0;
    position: static;
    z-index: auto;
    order: 2;
  }

  #notes-for-life .article-list li a .article_title_block {
    position: static;
    flex: 1;
    width: auto;
    translate: none;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 20px;
    bottom: auto;
    left: auto;
    order: 1;
  }

  #notes-for-life .article-list li a .article_title_block .article_text {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    line-height: 1.4;
    flex: 1;
    margin-right: 15px;
  }

  #notes-for-life .article-list li a .article_title_block .arrow-btn {
    background: var(--main-color-gradient);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    min-width: 30px;
    min-height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }

  #notes-for-life .article-list li a:hover .article_title_block .article_text {
    color: var(--blue-color);
  }

  /* タブレット版では疑似要素を無効化 */
  #notes-for-life .article-list li a::before,
  #notes-for-life .article-list li a::after {
    display: none;
  }
}

/* タブレット以下レイアウト */
@media screen and (max-width: 1119px) {
  /* 共通レイアウト */
  .section_title {
    font-size: 48px;
  }

  .section_title span {
    margin-left: 30px;
    font-size: 20px;
  }

  /* ヘッダー */
  header {
    top: 15px;
    max-width: 95%;
  }

  .header-menu ul li {
    display: none;
  }

  .header-menu ul li.store-list,
  .header-menu ul li:last-child {
    display: flex;
    align-items: center;
  }

  .header.on {
    border-radius: 30px 30px 0 0;
  }
  .navigation_sub_list {
    gap: 20px 40px;
  }
  .navigation_sub_list li {
    width: auto;
  }

  .home .swiper {
    position: relative;
    left: 50%;
    right: 50%;
    width: 100vw;
    margin-left: -50vw;
    margin-right: -50vw;
    padding-left: 20px;
  }
  /* NOTES-FOR-LIFE */
  #notes-for-life {
    margin: 120px auto 0;
  }

  #notes-for-life h2 {
    position: static;
    width: fit-content;
    margin: auto;
  }
  #notes-for-life h2 img {
    width: 100%;
  }

  #notes-for-life .latest img {
    width: 100%;
    padding: var(--side-padding);
  }

  #notes-for-life .arrow-btn img {
    width: auto;
    padding: 0;
  }

  #notes-for-life .latest .arrow_box {
    padding: 25px 30px;
    width: 100%;
    max-width: 650px;
  }

  .main_article {
    bottom: -70px;
  }

  /* グローバルメニュー */
  #global_navigation {
    padding: 15px 0;
  }

  .navigation_area {
    max-width: 95%;
    height: 97%;
  }

  .navigation_area::-webkit-scrollbar {
    display: none;
  }

  .navigation_contents {
    gap: 30px;
    padding: 40px 15px 10px 15px;
    flex-direction: column;
  }

  .navigation_header {
    width: 95%;
  }

  .navigation_menu {
    margin-top: 60px;
    max-width: 100%;
  }

  .navigation_list {
    margin-top: 20px;
    padding: 0 15px;
  }

  .navigation_list .navigation_list_other {
    gap: 80px;
  }

  .navigation_footer {
    margin-bottom: 30px;
    justify-content: center;
    gap: 20px;
  }

  .navigation_picture {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    margin-bottom: 20px;
    margin-top: 0;
  }
  .store-btns {
    padding-left: 15px;
  }

  /* ITEMS */
  #items {
    margin-top: 30px;
    padding: 70px 0;
  }
  #items .item_navigation {
    display: none;
  }

  .white_box {
    width: 85%;
  }

  .items_title {
    flex-direction: column;
    gap: 20px;
    align-items: start;
  }

  .items_title p {
    padding-left: 0;
    padding-top: 30px;
  }

  .items_title p::before {
    top: 0;
    left: 0;
    width: 60px;
    height: 1px;
  }

  .items_title br {
    display: none;
  }

  #items .item_set_list {
    margin-top: 60px;
  }

  #items .category_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    width: 100%;
  }

  #items .category_list a {
    width: 100%;
    height: 40px;
    font-size: 14px;
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .hover_container {
    display: none;
  }

  .swiper {
    overflow-x: hidden;
  }

  .search {
    margin-top: 70px;
  }

  .search_list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    place-content: center;
    gap: 15px;
    margin-top: 40px;
  }

  .search_list li {
    display: flex;
    justify-content: center;
  }

  .search_list a {
    width: 100%;
    height: 100px;
    padding: 0;
    justify-content: flex-start;
    max-width: 500px;
    font-size: var(--font-body-size);
    gap: 12px;
    overflow: hidden;
  }

  .search_list a img {
    height: 100%;
    width: auto;
    object-fit: cover;
    flex-shrink: 0;
  }

  .search_list a span {
    padding: 15px 15px 15px 0;
    font-size: 15px;
  }

  .search_list a::after {
    right: 14.5px;
  }

  /* お知らせ */
  #information {
    margin: 80px 0;
  }

  #information .category_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-top: 30px;
  }
  #information .category_list a {
    width: auto;
  }

  .information_list a {
    gap: 30px;
  }

  .information_category {
    font-size: 11px;
    padding: 3px 10px;
    height: 28px;
    line-height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
  }

  /* インスタグラム */
  #instagram {
    margin-bottom: 80px;
  }

  #instagram .section_title {
    margin-bottom: 20px;
  }

  /* フッター */
  .bnr_area {
    padding: 60px 15px;
  }
  .bnr_area ul {
    gap: 15px;
  }

  #footer_container {
    flex-direction: row;
    gap: 50px;
    padding: 70px 10px;
    justify-content: center;
  }

  .footer-links {
    display: flex;
    column-gap: 50px;
    padding: var(--side-padding);
    flex-wrap: wrap;
    width: 50%;
    justify-content: flex-start;
  }
}

@media screen and (max-width: 800px) {
  .header-menu ul li.store-list,
  .header-menu ul li:last-child {
    display: none;
  }
}

/* スマホ版レイアウト */
@media screen and (max-width: 599px) {
  /* 共通レイアウト */
  .section_title {
    flex-direction: column;
    font-size: 40px;
    letter-spacing: 0.08em;
    font-weight: 600;
    align-items: start;
    line-height: 1.5;
  }

  .section_title span {
    margin-left: 0;
    font-size: 18px;
    letter-spacing: 0.1em;
    line-height: 1.5;
  }

  .category_list {
    gap: 10px;
    grid-template-columns: repeat(2, 1fr);
  }

  /* ボタン */
  .main-btn {
    margin-top: 30px;
    text-align: center;
  }

  .main-btn a {
    height: 40px;
    min-width: 260px;
    font-size: 15px;
  }

  /* 上に戻るボタン */
  #back-to-top {
    width: 50px;
    height: 50px;
  }

  /* ヘッダー */
  header {
    max-width: 95%;
    padding: 0 21px;
    height: 50px;
    top: 10px;
  }

  .header-menu .close_area {
    display: none;
  }

  .hamburger-menu {
    margin-left: 15px;
  }

  /* NOTES-FOR-LIFE */
  #notes-for-life {
    margin: 90px auto 0;
  }

  #notes-for-life .latest img {
    width: 100%;
    border-radius: 30px 30px 0 0;
    padding: 0;
  }

  #notes-for-life .arrow-btn img {
    width: auto;
    padding: 0;
  }

  .main_article {
    position: inherit;
    bottom: 0;
  }

  #notes-for-life .latest .arrow_box {
    box-shadow: none;
    width: 100%;
    padding: 30.5px 0px 0px 0px;
    /*background-color: transparent;*/
    line-height: 26px;
  }

  #notes-for-life .latest h3 {
    font-size: 16px;
    margin-bottom: 8px;
  }

  #notes-for-life .latest p {
    font-size: 13px;
  }

  #notes-for-life .article-list {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 20px;
    padding: 0 20px;
    margin-top: 28px;
  }

  #notes-for-life .article-list li {
    box-shadow: none;
    width: 100%;
    max-width: 100%;
    height: 167.5px;
  }

  #notes-for-life .arrow-btn {
    margin-right: 10px;
  }

  /* グローバルメニュー */
  #global_navigation {
    padding: 10px 0;
  }

  .navigation_header {
    padding: 15px 22px;
  }

  .close_menu {
    gap: 5px;
  }

  .navigation_contents {
    flex-direction: column;
    padding-top: 10px;
    gap: 0;
  }

  .navigation_menu {
    margin-top: 50px;
    padding: 0;
  }

  .navigation_list.pc {
    display: none;
  }

  .navigation_list.sp {
    display: flex;
    flex-direction: column;
    margin-top: 0;
    padding: 0 5px;
  }

  .navigation_main_list {
    padding: 20px 0;
    flex-grow: 1;
  }

  .navigation_list_other .navigation_main_list {
    padding: 20px 0;
  }

  .navigation_list .navigation_list_other {
    padding: 0;
    flex-grow: 1;
    overflow: hidden;
    gap: 0;
    flex-direction: column;
    align-items: flex-start;
  }

  .navigation_list .navigation_list_other .parent-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }

  .navigation_list .navigation_list_other .accordion-btn {
    width: 40px;
    height: 64px;
    position: relative;
    background-color: transparent;
    border: none;
  }

  .navigation_list .navigation_list_other .accordion-btn:hover {
    background-color: rgba(0, 0, 0, 0.1);
    cursor: pointer;
  }

  .navigation_list .navigation_list_other .accordion-btn span {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    width: 20px;
    height: 2px;
    background-color: var(--blue-color);
    transition: all 0.2s ease-in-out;
    opacity: 1;
  }

  .navigation_list .navigation_list_other .accordion-btn span:nth-of-type(2) {
    transform: rotate(90deg);
  }

  .navigation_list_other.open .accordion-btn span:nth-of-type(1) {
    transform: rotate(90deg);
    opacity: 0;
  }

  .navigation_list_other.open .accordion-btn span:nth-of-type(2) {
    transform: rotate(180deg);
  }

  .navigation_sub_list {
    gap: 10px;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    gap: 0;
    height: 0;
    margin-left: 40px;
    transition: all 0.2s ease-in-out;
    width: 100%;
  }

  .navigation_list .navigation_list_other.open .navigation_sub_list {
    height: auto;
    margin-bottom: 5px;
  }

  .navigation_sub_list li {
    flex-grow: 1;
    width: 100%;
  }

  .navigation_sub_list a {
    padding: 10px 0;
    border-top: 2px solid rgba(0, 0, 0, 0.1);
  }

  .navigation_footer {
    flex-direction: column;
    gap: 15px;
    margin-top: 20px;
  }

  .navigation_footer a {
    width: fit-content;
  }

  .navigation_picture {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    margin-top: 0;
    margin-bottom: 10px;
    gap: 10px;
  }
  .store-btns {
    padding-left: 0;
  }
  .store-btn {
    width: 48%;
    padding: 10px 15px;
  }

  /* ITEMS */
  #items {
    padding-top: 20px;
    padding-bottom: 70px;
    margin-top: 70px;
  }

  .white_box {
    width: 100%;
    border-radius: 50px;
  }

  .items_area {
    max-width: 100%;
    padding: 0 20px;
  }

  .items_title p {
    padding-top: 20px;
    line-height: 25px;
    letter-spacing: 0.08em;
    font-size: var(--font-body-size);
  }

  #items .item_set_list {
    margin-top: 30px;
  }

  #items .category_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  #items .category_list a {
    width: 100%;
    height: 32px;
    font-size: 15px;
  }

  .items-container {
    margin-top: 20px;
  }

  .swiper-slide.item {
    max-width: 220px;
  }

  .swiper-slide.more-items {
    max-width: 220px;
  }

  .more-items-card .more-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
  }

  .more-items-card .more-icon::after {
    font-size: 20px;
  }

  .more-items-text {
    font-size: 14px;
    margin-bottom: 8px;
  }

  .more-items-subtext {
    font-size: 10px;
  }

  .feature {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 5px;
    margin-top: 70px;
  }
  .search {
    max-width: 100%;
    margin-top: 45px;
    padding: 0 3.5%;
  }

  .search h3 {
    font-size: 18px;
    text-align: left;
    letter-spacing: 0.1em;
  }

  .search_list {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    margin-top: 10px;
    gap: 15px;
  }

  .search_list a {
    padding: 0;
    height: 80px;
    gap: 12px;
    justify-content: flex-start;
    overflow: hidden;
  }

  .search_list a img {
    height: 100%;
    width: auto;
    object-fit: cover;
    flex-shrink: 0;
  }

  .search_list a span {
    padding: 15px 15px 15px 0;
    font-size: 15px;
    line-height: 1.3;
  }

  .search_list a::after {
    width: 18px;
    height: 18px;
  }
  .information_list a {
    padding-top: 18px;
    padding-bottom: 15px;
    flex-direction: column;
    gap: 2px;
    letter-spacing: 0;
  }

  .information_data {
    gap: 12px;
    letter-spacing: 0;
    margin-bottom: 10px;
  }

  .information_category {
    font-size: 10px;
    padding: 2px 8px;
    border-radius: 10px;
    height: 24px;
    line-height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  /* フッター */
  .bnr_area {
    padding: 40px 20px;
  }

  .bnr_area ul {
    gap: 12px;
    flex-direction: column;
  }

  #footer_container {
    flex-direction: column;
    padding: 50px 0 0;
    gap: 0;
  }

  #footer_container img {
    width: 200px;
  }

  .footer-links {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 50px;
    gap: 0;
  }
  .footer-links li {
    border-bottom: solid 1px #ddd;
  }
  .footer-links li:first-child {
    border-top: solid 1px #ddd;
  }
  .footer-links li a {
    padding: 20px 0;
  }

  .sp_footer-menu {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }

  .sp_footer-menu a {
    font-size: 13px;
    line-height: 15px;
    letter-spacing: 0.05em;
    transition: 0.2s;
  }

  /* アクセシビリティ配慮とモバイル対応 */
  @media (max-width: 768px) {
    .swiper-slide.item:hover .itembox {
      transform: translateY(-4px) scale(1.01);
      box-shadow: 0 8px 16px rgba(0, 0, 0, 0.12);
    }

    .swiper-slide.item:hover .item_photo {
      transform: scale(1.02);
    }

    .hover_container p {
      font-size: 14px;
      bottom: 20px;
      color: #2d3748;
      font-weight: 600;
    }
  }

  /* 動きを制限したいユーザーへの配慮 */
  @media (prefers-reduced-motion: reduce) {
    .itembox,
    .item_photo,
    .hover_container {
      transition: none;
    }

    .swiper-slide.item:hover .itembox {
      transform: none;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }

    .swiper-slide.item:hover .item_photo {
      transform: none;
    }

    /* ホバー時のhover_container表示を廃止
  .swiper-slide.item:hover .hover_container {
    transform: none;
  }
  */
  }

  /* タッチデバイスでの対応 */
  @media (hover: none) and (pointer: coarse) {
    .hover_container {
      opacity: 0.9;
      transform: translateY(0);
      background: linear-gradient(
        to top,
        rgba(255, 255, 255, 0.9) 0%,
        rgba(255, 255, 255, 0.6) 40%,
        transparent 80%
      );
    }
  }
}

/* 商品カテゴリ切り替え用スタイル */
.items_slider_container .item_slide {
  display: none;
}

.items_slider_container .item_slide.is-show {
  display: block;
}
