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

@charset "UTF-8";

/* 共通レイアウト */

.lawer.main-btn {
  text-align: center;
}

.post-type-archive .pages {
  display: none;
}

.pagination_area {
  display: flex;
  flex-direction: row;
  width: fit-content;
  margin: 70px auto;
  gap: 30px;
  align-items: center;
}

.pagination_area .arrow-btn.deactive {
  background: #e6e1d4;
  transform: rotate(180deg);
}

.pagination_area .pagenavi-left.deactive {
  margin-right: 5px;
}

.pagination_area .pagenavi-right.deactive {
  margin-left: 5px;
}

.pagination_area .arrow-btn.pagenavi-right img {
  transform: rotate(180deg);
}

.pagination_area .wp-pagenavi {
  display: flex;
  flex-direction: row;
  gap: 4px;
  align-items: center;
}

.pagination_area .wp-pagenavi span.pages {
  display: none;
}

.pagination_area .wp-pagenavi a {
  width: 40px;
  height: 40px;
  line-height: 32px;
  font-size: 18px;
  font-weight: 600;
  display: grid;
  place-content: center;
  border: none;
  margin: 0;
  padding: 0;
}

.pagination_area .wp-pagenavi span {
  border: none;
  width: 40px;
  height: 40px;
  line-height: 32px;
  font-size: 18px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
}

.pagination_area .wp-pagenavi span.current {
  background: var(--main-color-gradient);
  color: #fff;
  border-radius: 50%;
}

.pagination_area .wp-pagenavi :is(.previouspostslink, .nextpostslink) {
  color: transparent;
  position: relative;
  min-width: 50px;
  min-height: 50px;
  max-width: 50px;
  max-height: 50px;
  display: grid;
  place-content: center;
  background: var(--main-color-gradient);
  border-radius: 50%;
}

.pagination_area .wp-pagenavi .previouspostslink {
  margin-right: 30px;
}

.pagination_area .wp-pagenavi .nextpostslink {
  margin-left: 30px;
}

/*
.pagination_area .wp-pagenavi .previouspostslink {
  color: #fff;
  font-size: 25px;
  position: relative;
  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%;
  margin-right: 30px;
}

.pagination_area .wp-pagenavi .nextpostslink {
  color: #fff;
  font-size: 25px;
  position: relative;
  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%;
  margin-left: 30px;
}
  */

.select_page_area {
  margin-top: 70px;
  border-top: 1px solid var(--blue-color);
}

.select_page_menu {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.select_page_block a {
  display: flex;
  gap: 15px;
  align-items: center;
  line-height: 32px;
  font-size: var(--font-body-size);
  font-weight: 600;
}

.select_page_block a:hover {
  text-decoration: underline;
}

.select_page_block a .arrow-btn_2 {
  display: block;
}

.select_page_prev .arrow-btn_2 {
  transform: rotate(180deg);
}

figcaption {
  margin-top: 10px;
  font-size: var(--font-sub-size);
  color: #888;
}

.hr_1,
.wp-block-separator.hr_1 {
  margin: 70px 0;
  border: none;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.2);
  position: relative;
  border-top: none;
}

.hr_2,
.wp-block-separator.hr_2 {
  margin: 70px auto;
  border: none;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.2);
  position: relative;
  border-top: none;
  width: 30%;
}

.bold {
  font-weight: 600;
}

.lawer_section_title {
  font-family: "Montserrat", sans-serif;
  flex-direction: column;
  text-align: center;
  font-size: 45px;
  letter-spacing: 0.1em;
  font-weight: 600;
  margin-bottom: 70px;
}
.lawer_section_title span {
  font-family: "Hiragino Kaku Gothic ProN";
  font-size: var(--font-article-size);
  display: block;
}
.lawer_section_title .blue {
  color: var(--blue-color);
  font-family: inherit;
  font-size: inherit;
  display: inline;
}

.lawer_category_list h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  letter-spacing: 0.2em;
  text-align: center;
  font-weight: 600;
}

.lawer_category_list ul {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  background-color: #f7eee1;
  border-radius: 30px;
  height: 60px;
}

.lawer_category_list ul li {
  flex-grow: 1;
}

.lawer_category_list ul a {
  display: block;
  height: 100%;
  line-height: 60px;
  font-size: var(--font-bosy-size);
  font-weight: 600;
  border-radius: 60px;
  color: rgba(0, 0, 0, 0.5);
  text-align: center;
  /*transition: 0.2s;*/
}

.lawer_category_list ul a.active {
  color: #fff;
  background: var(--main-color-gradient);
  /*font-size: var(--font-body-size);*/
  border-radius: 60px;
}

.lawer_category_list ul a:hover {
  color: var(--blue-color);
}

.lawer_category_list ul a.active:hover {
  color: #fff;
}

.main-btn.amazon a {
  background: #f8981d;
}

.white_wrapper {
  padding: 100px 120px;
  border-radius: 120px;
  background-color: #fff;
}

.white_wrapper h2 {
  font-size: 24px;
  margin-bottom: 30px;
  font-weight: 600;
  letter-spacing: 0.1em;
}

.white_wrapper h3 {
  font-size: var(--font-article-size);
  margin-bottom: 30px;
  font-weight: 600;
  letter-spacing: 0.1em;
}

.white_wrapper h4 {
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 16px;
}

.white_wrapper p {
  margin-bottom: 30px;
  letter-spacing: 0.1em;
  line-height: 30px;
}

.white_wrapper p a {
  color: var(--blue-color);
  text-decoration: underline;
}

.white_wrapper .sub_text {
  margin-top: -20px;
  color: rgba(0, 0, 0, 0.5);
  font-size: var(--font-sub-size);
}

.white_wrapper_image {
  margin-bottom: 70px;
}

.white_wrapper img {
  border-radius: 20px;
}

.contents-block_2 .white_wrapper_image {
  margin-bottom: 30px;
}

.white_wrapper_image.flex {
  gap: 40px;
}

.white_wrapper :is(ul, ol) {
  list-style-type: inherit;
  margin-bottom: 30px;
  margin-left: 20px;
}

.white_wrapper ol ul {
  margin-bottom: 0;
}

.white_wrapper :is(ul, ol) li {
  margin-bottom: 10px;
}

.white_wrapper :is(ul, ol) li a {
  color: var(--blue-color);
  text-decoration: underline;
}

.white_wrapper :is(ul, ol) li a:hover {
  text-decoration: none;
}

.white_wrapper .white_wrapper p.main-btn {
  text-align: center;
}

.white_wrapper p.main-btn a {
  color: #fff;
  text-decoration: none;
}

.white_wrapper .caption-box {
  margin-top: 50px;
}

.white_wrapper .main-btn {
  text-align: center;
}

:is(
    .error404,
    .article_list_page,
    .article_single_page,
    .item_list_page,
    .single_page,
    .information_list_page,
    .information_single_page
  )
  .wrapper {
  width: 90%;
  max-width: var(--lawer-wrapper);
  margin-inline: auto;
}
.gray-bg {
  background: #eee;
  padding: 10px;
}
/* !共通レイアウト */

/* 商品リスト */
.catalog_area ul {
  margin: 0;
}

.catalog_area li {
  list-style-type: none;
  background: #fcf8ed;
  border-radius: 18px;
  margin-left: 0;
  gap: 30px;
  display: flex;
  align-items: center;
  padding: 24px 18px;
}

.wp-block-columns.catalog_block {
  align-items: center !important;
  justify-content: center;
  padding: 24px 18px;
  background: #fcf8ed;
  border-radius: 18px;
}

:is(.catalog_area li, .catalog_block) .main-btn {
  margin: 20px 0;
  padding: 0;
}

.catalog_area li .main-btn:nth-of-type(1) a,
.catalog_block .main-btn.amazon a {
  background: #f8981d;
}

.catalog_thumbnail {
  max-width: 350px;
}

:is(.catalog_area li, .catalog_block) .catalog_detail a {
  background: none;
  background-color: #fff;
  border: solid 1px #ddd;
  color: #333;
  position: relative;
}
.catalog_detail a::after {
  color: #333;
}

.catalog_block .main-btn a {
  max-width: 100%;
  min-width: auto;
  width: 300px;
}

/* !商品リスト */

/* 商品リスト（レスポンシブ） */
@media screen and (max-width: 864px) {
  .catalog_area li {
    flex-direction: column;
  }
  .catalog_caption {
    width: 100%;
  }
  .catalog_caption .main-btn {
    padding: 0;
  }

  .catalog_area .catalog_caption h3 {
    width: fit-content;
    margin: 0 auto 12px;
    /* 必要に応じてpaddingやfont-sizeも調整可 */
  }

  .catalog_thumbnail {
    max-width: 80%;
  }
}
/* !商品リスト（レスポンシブ） */

/* 商品ブロック（レスポンシブ） */
@media screen and (max-width: 781px) {
  .catalog_block h3 {
    width: fit-content;
    margin: auto;
  }
}

@media screen and (max-width: 599px) {
  .wp-block-columns.is-layout-flex.catalog_block {
    margin-bottom: 20px !important;
  }
}
/* !商品ブロック（レスポンシブ） */

/* article_list.html */
.article_list_page {
  margin: 205px 0 130px;
}

.article_list_page h1 {
  width: fit-content;
  margin: 0 auto 70px;
}

.article_list_area {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.article_list_block a {
  display: flex;
  flex-direction: row;
  background-color: #fff;
  padding: 20px 30px 20px 20px;
  border-radius: 50px;
  align-items: center;
  justify-content: space-between;
}

.article_list_image {
  min-width: 320px;
  max-width: 320px;
  height: 160px;
  margin-right: 40px;
}

.article_list_image img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  object-fit: cover;
}

.article_list_contents {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 40px;
}

.article_list_contents p {
  font-weight: 600;
  font-size: 20px;
  line-height: 36px;
  letter-spacing: 0.08em;
}

.article_list_block a:hover .article_list_contents {
  text-decoration: underline;
}
/* !article_list.html */

/* article_single.html */
.article_single_page {
  margin: 155px 0 130px;
}

.article_single_top {
  width: 100%;
  border-radius: 120px 120px 0 0;
}

.article_single_area {
  background-color: #fff;
  padding: 90px 120px 80px;
  border-radius: 0 0 120px 120px;
}

.article_single_title h1 {
  font-weight: 600;
  font-size: 32px;
  line-height: 52px;
  letter-spacing: 0.05em;
  margin: 30px 0 60px;
}

.article_single_title p {
  font-weight: bold;
  letter-spacing: 3px;
  font-size: 13px;
}
.article_single_title p .blue {
  color: var(--blue-color);
}

.article_single_title img {
  border-radius: 0 !important;
}

.article_single_contents {
  padding-top: 70px;
  position: relative;
}

.article_single_contents::before {
  position: absolute;
  content: "";
  width: 120px;
  height: 3px;
  background-color: var(--blue-color);
  top: 0;
  left: 0;
}

.article_single_block:nth-child(2) {
  margin-top: 100px;
}

.article_single_connection {
  margin: 70px auto 0;
}

.article_single_connection h2 {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}

.article_single_connection .article-list {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  row-gap: 20px;
  justify-content: center;
  margin-top: 40px;
  padding: var(--side-padding);
}

.article_single_connection .article-list li a {
  background-color: #000;
  border-radius: 20px;
  box-shadow: 5px 5px 20px #ccc;
  width: 433px;
  height: 217px;
  display: block;
  align-items: flex-end;
  position: relative;
}

.article_single_connection .arrow-btn {
  margin-right: 20px;
}

.article_single_connection .article-list li a {
  color: #fff;
  text-decoration: none;
  font-size: var(--font-article-size);
  font-weight: 600;
  display: block;
  height: 217px;
  display: flex;
  align-items: flex-end;
  border-radius: 20px;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0.3) 100%
  );
  transition: 0.3s;
}

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

.article_single_connection .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_single_connection .article-list li a:hover::before {
  opacity: 1;
}

.article_single_connection .article-list li a:hover .article_text {
  text-decoration: underline;
}
/* !article_single.html */

/* item_list.html */
.item_list_page {
  margin: 205px 0 130px;
}

.item_list_page .wrapper {
  max-width: 1200px;
}

.item_list_page h1 span {
  font-family: "Hiragino Kaku Gothic ProN";
  font-size: var(--font-article-size);
}

.item_list_category {
  margin: 70px 0 40px;
}

.item_list_category ul {
  justify-content: center;
}

.item_list_area {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 88px;
}

.item_list_area .item {
  position: relative;
  background-color: #fff;
  padding: 15px;
  border-radius: 15px;
}
.item_list_area .item .new {
  z-index: 2;
  pointer-events: none;
}

.item_list_area .item .new_back {
  position: absolute;
  z-index: 1;
  top: 1px;
  left: 0;
  width: 30px;
  height: 30px;
  border-top-left-radius: 15px;
  background-color: #59c2e1;
}

.item_list_area .item a {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
  z-index: 0;
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.item_list_area li a:hover .itembox::after {
  opacity: 1;
}

.item_list_area li a:hover .hover_container {
  visibility: visible;
  opacity: 1;
}

.item_list_page .hover_container p {
  font-size: 11.5px;
  top: 20%;
  translate: -50% 0;
}

.item_list_image {
  background-color: #f5e8d8;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  aspect-ratio: 1 / 1;
}
.item_list_image .new {
  width: 35%;
  height: 35%;
}

.item_list_contents {
  padding: 15px 0 30px;
  height: 100%;
}

.item_list_page .item_container .item_list_image img {
  transition: 0.3s;
}
.item_list_page .item_container:hover .item_list_image img:first-child {
  transform: scale(1.05);
}
.item_list_page .item_container:hover h3 {
  color: var(--blue-color);
}

.item .item_list_caption .item_meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.item .item_list_caption .item_meta span {
  display: none;
  background-color: #59c2e1;
  border-radius: 5px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 5px 10px;
  margin: 0;
  font-size: 11px;
}

.item .item_list_contents p.item_list_category_block {
  width: 60%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--main-color-gradient);
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 0.05em;
  border-radius: 14px;
  padding: 5px 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
}

.item_list_contents h3 {
  font-size: 18px;
  font-weight: 600;
  display: flex;
  align-items: center;
  line-height: 1.4;
  margin-bottom: 12px;
  color: #333;
  transition: color 0.3s ease;
}

.item .item_list_contents p {
  font-size: 13px;
  font-weight: 400;
  margin: 8px 0;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-clamp: 3;
  overflow: hidden;
}

.item .item_list_caption span {
  color: rgba(0, 0, 0, 0.5);
  font-size: var(--font-sub-size);
  display: block;
  margin-top: auto;
}

.item .item_list_caption .item_list_date {
  display: flex;
  position: absolute;
  bottom: 15px;
  width: calc(100% - 30px);
  justify-content: space-between;
}

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

.item_list_page .item .arrow-btn img {
  width: 17px;
}
/* !item_list.html */

/* item_single.html */
.item_single_page {
  margin: 210px 0 128px;
}

.item_single_page .wrapper {
  display: flex;
  flex-direction: row;
  gap: 80px;
  justify-content: center;
  position: relative;
  margin-bottom: 150px;
}

.item_single_display {
  width: 100%;
  max-width: 430px;
  position: relative;
  display: block;
}

.item_single_display_block {
  height: fit-content;
  position: fixed;
  width: fit-content;
  z-index: 10;
}

.res_item_single_display {
  display: none;
}

.item_single_display_block.absolute {
  position: absolute;
  bottom: 0;
  top: auto !important;
}

.item_single_slide {
  position: relative;
}

.item_single_display .swiper {
  width: 430px;
  height: 430px;
  overflow: hidden;
  background-color: #f5e8d8;
  border-radius: 30px;
}

.item_single_display .swiper-wrapper {
  width: 430px;
  height: 430px;
  align-items: center;
}

.item_single_slide .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.item_single_slide .swiper-slide img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  object-position: center;
}

.slide-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  display: none; /* 初期状態で非表示 */
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 50%;
  z-index: 15;
  cursor: pointer;
}

/* 複数画像がある場合に表示 */
.slide-btn.show {
  display: flex;
}

.slide_prev {
  left: -30px;
}

.slide_prev img {
  transform: rotate(180deg);
}

.slide_next {
  right: -30px;
}

.item_single_slide .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}

.item_single_slide
  .swiper-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 10px;
}

.purchase-btn {
  display: flex;
}
.purchase-btn.sp {
  display: none;
}

.purchase-btn a {
  background: #f8981d;
  width: 190px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: bold;
  margin: 20px auto 0;
  line-height: 20px;
  letter-spacing: 0.1em;
  border-radius: 25px;
  transition: 0.3s;
}

.purchase-btn a.omura_direct {
  margin-top: 20px;
  background: var(--main-color-gradient);
}

.purchase-btn p {
  background: gray;
  width: 190px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: bold;
  margin: 20px auto 0;
  line-height: 20px;
  letter-spacing: 0.1em;
  border-radius: 25px;
  transition: 0.3s;
}

.purchase-btn a:hover {
  opacity: 0.8;
}

.item_single_contents {
  width: 100%;
  max-width: 430px;
}

.item_single_contents h1 {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 0.1em;
}

.item_single_contents h1 span {
  font-weight: 600;
  line-height: 23px;
  font-size: var(--font-body-size);
}

.item_single_category a {
  width: 180px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--main-color-gradient);
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  line-height: 20px;
  letter-spacing: 0.1em;
  margin: 20px 0 26px;
  border-radius: 15px;
  transition: 0.3s;
}
.item_single_category a:hover {
  opacity: 0.8;
}

.item_single_caption {
  font-size: var(--font-body-size);
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 0.1em;
}

.item_single_caption span {
  font-size: var(--font-sub-size);
  color: rgba(0, 0, 0, 0.5);
  font-weight: 400;
  letter-spacing: 0;
  margin-top: 10px;
  line-height: 23px;
}

.item_single_area {
  margin-top: 59px;
}

.item_single_block {
  padding: 70px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.item_single_block h2 {
  font-size: var(--font-article-size);
  font-weight: bold;
  margin-bottom: 20px;
}

.item_single_block h3 {
  font-size: var(--font-body-size);
  font-weight: bold;
  margin-top: 40px;
  margin-bottom: 20px;
}

.item_single_block p {
  font-size: var(--font-body-size);
  line-height: 30px;
  margin: 20px 0 30px;
}

.item_single_block p a {
  color: var(--blue-color);
  text-decoration: underline;
}

.item_single_block p.main-btn {
  text-align: center;
}

.item_single_block p.main-btn a {
  color: #fff;
  text-decoration: none;
}
.item_single_block p.main-btn a:hover {
  opacity: 0.8;
}
.item_single_block p.main-btn a::after {
  content: none;
}

.item_single_block ul {
  margin: 20px 0 30px 20px;
  list-style-type: disc;
}

.item_single_block li {
  font-size: var(--font-body-size);
  margin-bottom: 10px;
}

.item_single_block figure {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.item_single_block .wp-block-image img {
  border-radius: 20px;
}

.item_single_block div.wp-block-image {
  margin-bottom: 1em;
}

.item_single_table {
  background-color: #fff;
  border-radius: 20px;
}

.item_single_table h2 {
  font-size: var(--font-article-size);
  font-weight: bold;
  padding: 23px 0 20px 30px;
  position: relative;
}

.item_single_table h2::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 160px;
  height: 1px;
  background-color: #005fa7;
}

.item_single_page .is-layout-flex {
  gap: 10px;
}

.item_single_main_table li {
  padding: 20px 30px;
  display: flex;
  flex-direction: row;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
}

.item_single_main_table h3 {
  font-size: var(--font-body-size);
  font-weight: bold;
  min-width: 100px;
  line-height: 30px;
}

.item_single_sub_table {
  align-items: start;
  display: flex;
  flex-direction: column;
}

.item_single_sub_table li {
  padding: 0;
  border-top: none;
  line-height: 30px;
}

.item_single_sub_table li:nth-child(1) {
  padding: 0;
}

.item_single_sub_table li:nth-child(1)::before {
  padding: 0;
}

.item_single_page .purchase_set .wp-block-group__inner-container {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin: 20px 0 30px;
}

.item_single_page .purchase_set p {
  margin: 0;
}

/* TB版では横並び状態 */
@media screen and (min-width: 599px) and (max-width: 1119px) {
  .item_single_page .purchase_set .wp-block-group__inner-container {
    flex-direction: row;
    justify-content: center;
  }

  .item_single_page .purchase_set .main-btn {
    padding: 0;
    flex-grow: 1;
    text-align: left;
  }

  .item_single_page .purchase_set .main-btn.amazon {
    text-align: right;
  }

  .item_single_page .purchase_set .main-btn a {
    max-width: 300px;
    min-width: auto;
    width: 100%;
  }
}

.item_single_page .omura_direct {
  max-width: 500px;
  margin: auto;
  margin-top: 50px;
}

.item_single_page .tashicamera_block {
  width: 90%;
  max-width: 940px;
  margin: 70px auto;
  padding: 40px;
  background-color: #f7eee1;
  border-radius: 30px;
}

.item_single_page .tashicamera_block h3 {
  font-weight: bold;
  text-align: center;
  font-size: 24px;
  margin-bottom: 22px;
}

.item_single_page .tashicamera_block img {
  border-radius: 20px;
  margin-bottom: 30px;
}
.item_single_page .hr_2.bottom {
  display: none;
}
/* !item_single.html */

/* single.html */
.single_page {
  margin: 215px 0 130px;
}

.single_page h1 {
  margin-bottom: 70px;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 52px;
}

.single_contents.special {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.single_contents p {
  letter-spacing: 0;
}

.single_title_main {
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 30px;
}

.single_page .is-layout-flex {
  gap: 40px;
}

.single_block.flex .single_image,
.single_block_contents {
  width: 50%;
}

.single_block_contents h3 {
  margin-top: 0;
}

.single_table {
  margin: 70px 0;
  background-color: #fcf8ed;
  border-radius: 20px;
  padding: 20px 0;
}

.single_table h2 {
  padding-left: 30px;
  padding-bottom: 20px;
  margin-bottom: 0;
  font-size: var(--font-article-size);
  font-weight: 600;
  position: relative;
}

.single_table h2::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 170px;
  height: 1px;
  background-color: #005fa7;
}

.single_table .single_table_list {
  padding: 20px 30px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center !important;
  gap: 30px;
  margin-bottom: 0;
}

.single_table .single_table_title {
  min-width: 120px;
  max-width: 120px;
  text-align: center;
}

.single_table .single_table_title h3 {
  margin-bottom: 0;
  font-size: var(--font-body-size);
  font-weight: bold;
}

.single_table p {
  font-size: var(--font-body-size);
  line-height: 25px;
  margin-bottom: 0;
  padding: 0;
}

.text_link {
  font-size: var(--font-body-size);
}

.text_link span a {
  color: var(--blue-color);
  text-decoration: underline;
}
/* single.html */

/* 特設ページ */
.white_back {
  position: relative;
}

.white_back::after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  width: 100%;
  height: 5%;
  background-color: #fff;
}
.headline-em {
  letter-spacing: 0.04em;
  margin-top: 30px;
}
.headline-em::after {
  content: "";
  display: block;
  margin: 10px 0;
  border: none;
  height: 1px;
  background: linear-gradient(
    to right,
    var(--blue-color) 80px,
    rgba(0, 0, 0, 0.2) 20px
  );
  position: relative;
  border-top: none;
}
/* !特設ページ */

/* information_list.html */
.information_list_page {
  margin: 205px 0 130px;
}

.information_list_category {
  margin: 60px 0 27px;
}

.information_list_category ul li {
  flex-grow: 1;
}

.information_list_category ul a {
  /*padding: 0 30px;*/
  text-align: center;
}

.information_list_area ul {
  display: flex;
  flex-direction: column;
}

.information_list_area li a {
  display: flex;
  align-items: center;
  min-height: 80px;
  background-color: #fff;
  border-radius: 20px;
  padding: 20px 30px;
  gap: 40px;
  margin-bottom: 15px;
}

.information_list_data {
  display: flex;
  align-items: center;
  gap: 20px;
}

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

.information_list_sentence {
  font-weight: 600;
}

.information_list_area li a:hover .information_list_sentence {
  text-decoration: underline;
}
/* !information_list.html */

/* information_single.html */
.information_single_page {
  margin: 205px 0 130px;
}

.information_single_title {
  margin-bottom: -20px;
}

.information_single_data span {
  letter-spacing: 0.1em;
}

.information_single_data span:last-child a {
  font-weight: bold;
  font-size: 12px;
  color: #fff;
  background: var(--main-color-gradient);
  padding: 5px 20px;
  min-width: 120px;
  border-radius: 12px;
  margin-left: 10px;
  transition: 0.3s;
}
.information_single_data span:last-child a:hover {
  opacity: 0.8;
}

.information_single_title h2 {
  margin-top: 14px;
  font-size: 30px;
  letter-spacing: 0.1em;
  font-weight: bold;
}

.hr_1.beforeline::before {
  position: absolute;
  content: "";
  z-index: 1;
  top: -1px;
  left: 0;
  width: 80px;
  height: 2px;
  background-color: var(--blue-color);
}

.info .information_single_image.flex {
  margin-top: 70px;
}
/* !information_single.html */

/* sitemap page */
.page-id-665 h2,
.page-id-665 h3 {
  border-bottom: solid 1px #ddd;
  padding-bottom: 10px;
}
.page-id-665 h2 {
  padding-bottom: 30px;
}
.page-id-665 h2 a,
.page-id-665 h3 a {
  color: #005fa7;
  display: block;
}
.page-id-665 h2 a:hover,
.page-id-665 h3 a:hover {
  opacity: 0.7;
}
.page-id-665 .wp-block-list {
  margin-left: 30px;
}
.page-id-665 .wp-block-list li {
  border-bottom: dotted 1px #ccc;
  padding-bottom: 10px;
}
.page-id-665 .wp-block-list li a {
  text-decoration: none;
  display: block;
}
.page-id-665 .wp-block-list li a:hover {
  opacity: 0.7;
}

/* error404 */
#error {
  margin: 215px 0 130px;
}

#error p {
  text-align: center;
  margin: 0;
}
/* !error404 */

/* MW WP FORM スタイリング */
.dl-style02.form-style01 {
  margin: 0 auto;
}

.dl-style02.form-style01 dt {
  font-weight: 600;
  margin-bottom: 8px;
  margin-top: 30px;
  font-size: 16px;
  color: #333;
  display: flex;
  align-items: center;
  gap: 10px;
}

.dl-style02.form-style01 dt:first-child {
  margin-top: 0;
}

.dl-style02.form-style01 dd {
  margin-bottom: 20px;
  margin-left: 0;
}

/* 必須マーク */
.btn_gray {
  background: #666;
  color: #fff;
  font-size: 12px;
  padding: 3px 8px;
  border-radius: 4px;
  font-weight: 600;
  line-height: 1;
}

/* フォーム入力フィールド共通 */
.dl-style02.form-style01 input[type="text"],
.dl-style02.form-style01 input[type="email"],
.dl-style02.form-style01 input[type="tel"],
.dl-style02.form-style01 select,
.dl-style02.form-style01 textarea {
  width: 100%;
  padding: 12px 16px;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  font-size: 16px;
  line-height: 1.5;
  background-color: #fff;
  transition: all 0.3s ease;
  font-family: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.dl-style02.form-style01 input[type="text"]:focus,
.dl-style02.form-style01 input[type="email"]:focus,
.dl-style02.form-style01 input[type="tel"]:focus,
.dl-style02.form-style01 select:focus,
.dl-style02.form-style01 textarea:focus {
  outline: none;
  border-color: var(--blue-color);
  box-shadow: 0 0 0 3px rgba(0, 95, 167, 0.1);
}

/* セレクトボックス */
.dl-style02.form-style01 select {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 16px;
  padding-right: 40px;
  cursor: pointer;
}

/* テキストエリア */
.dl-style02.form-style01 textarea {
  resize: vertical;
  min-height: 120px;
}

/* 郵便番号の特別なスタイル */
.dl-style02.form-style01 dd input[name="contact_zip1"],
.dl-style02.form-style01 dd input[name="contact_zip2"] {
  width: auto;
  display: inline-block;
  max-width: 120px;
  margin: 0 5px;
}

/* 住所フィールドのレイアウト */
.dl-style02.form-style01 dd select[name="contact_address1"] {
  margin-bottom: 10px;
}

.dl-style02.form-style01 dd input[name="contact_address2"],
.dl-style02.form-style01 dd input[name="contact_address3"] {
  margin-bottom: 10px;
}
/* 電話番号のレイアウト */
.dl-style02.form-style01 dd .mwform-tel-field input {
  width: auto;
}

/* チェックボックス */
.dl-style02.form-style01 input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin-right: 8px;
  transform: scale(1.2);
  accent-color: var(--blue-color);
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
  border: 2px solid #ccc;
  border-radius: 3px;
  background-color: #fff;
  position: relative;
  cursor: pointer;
  flex-shrink: 0;
}

.dl-style02.form-style01 input[type="checkbox"]:checked {
  background-color: var(--blue-color);
  border-color: var(--blue-color);
}

.dl-style02.form-style01 input[type="checkbox"]:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 95, 167, 0.3);
}

.dl-style02.form-style01 label {
  display: flex;
  align-items: flex-start;
  cursor: pointer;
  font-size: 14px;
  line-height: 1.5;
  gap: 8px;
}

.dl-style02.form-style01 .mwform-checkbox-field-text {
  flex: 1;
  line-height: 1.6;
}

/* プライバシーポリシーリンク */
.dl-style02.form-style01 dd a {
  color: var(--blue-color);
  text-decoration: underline;
  font-weight: 600;
  margin-bottom: 10px;
  display: inline-block;
}

.dl-style02.form-style01 dd a:hover {
  text-decoration: none;
}

/* 送信ボタン */
.flex.confirm {
  margin-top: 40px;
  justify-content: center;
  align-items: center;
  gap: 15px;
}

.flex.confirm br {
  display: none;
}

.btn_blue.round {
  background: var(--main-color-gradient);
  color: #fff;
  padding: 16px 40px;
  border: none;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
  width: 300px;
  text-align: center;
}

.btn_blue.round:hover {
  opacity: 0.8;
}

.txt-c {
  text-align: center;
  margin-top: 40px;
}

.confirm_back {
  background: #666 !important;
}

/* エラーメッセージ */
.mw_wp_form_error {
  color: #e74c3c;
  font-size: 14px;
  margin-top: 5px;
  display: block;
}

.mw_wp_form input.error,
.mw_wp_form select.error,
.mw_wp_form textarea.error {
  border-color: #e74c3c;
  box-shadow: 0 0 0 3px rgba(231, 76, 60, 0.1);
}
.page-id-1013 .mw_wp_form .note {
  display: block;
  margin-top: 20px;
}
.mw_wp_form .note br {
  display: block;
}
@media screen and (max-width: 800px) {
  .mw_wp_form .note br {
    display: none;
  }
}

/* 確認画面用スタイル */
.mw_wp_form .confirm-value {
  background-color: #f8f9fa;
  padding: 12px 16px;
  border-radius: 8px;
  border: 1px solid #e0e0e0;
  min-height: 20px;
  word-break: break-all;
}

.page-id-1011 .lawer.main-btn,
.page-id-1013 .lawer.main-btn {
  display: none;
}
.mw_wp_form_confirm .dl-style02.form-style01 dt {
  border-bottom: solid 1px #eee;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

/* エラー画面時にトップに戻るボタンの非表示 */
.page-id-1016 .main-btn.lawer {
  display: none;
}

/* タブレット版レイアウト */
@media screen and (max-width: 1119px) {
  /* 共通レイアウト */
  .white_wrapper {
    padding: 80px 100px;
  }

  .white_wrapper {
    padding: 60px 80px;
  }
  .hr_2,
  .wp-block-separator.hr_2 {
    margin: 40px auto;
  }
  /* !共通レイアウト */

  /* article_list.html */
  .article_list_image {
    max-width: 250px;
    min-width: 250px;
  }

  .article_list_contents p {
    font-size: 18px;
  }
  /* !article_list.html */

  /* article_single.html */
  .article_single_connection .article-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .article_single_connection .article-list li {
    width: 100%;
    max-width: 433px;
  }
  /* !article_single.html */

  /* item_list.html */

  .item_list_area li a {
    max-width: 100%;
  }

  .information_list_category ul a {
    padding: 0 20px;
  }

  .item_list_page .hover_container p {
    font-size: var(--font-body-size);
    top: 10%;
  }
  /* !item_list.html */

  /* item_single.html */
  .item_single_page {
    margin: 150px 0 100px;
  }

  .item_single_page .wrapper {
    flex-direction: column;
    gap: 0;
    margin-bottom: 0;
  }

  .item_single_display {
    display: none;
  }

  .item_single_contents {
    max-width: 90%;
    margin: auto;
  }

  .res_item_single_display {
    display: block;
    width: 100%;
    max-width: 95%;
    margin: 30px auto 0;
  }

  .res_item_single_display .swiper {
    width: 100%;
    background-color: #f5e8d8;
    border-radius: 30px;
    overflow: hidden;
  }
  .res_item_single_display .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    width: 100%;
    height: auto;
  }

  .res_item_single_display .swiper-slide img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    object-position: center;
  }

  .purchase-btn a {
    width: 45%;
  }

  .item_single_page .omura_direct {
    margin-top: 30px;
  }
  .purchase-btn.sp {
    display: flex;
    justify-content: center;
    gap: 20px;
  }
  .purchase-btn.sp a {
    margin: 50px 0 30px;
  }
  .item_single_page .hr_2.bottom {
    display: block;
  }

  /* !item_single.html */

  /* information_list.html */
  .information_list_area li a {
    min-height: 65px;
    padding: 15px 20px;
  }

  .information_list_category_block {
    font-size: 11px;
    padding: 3px 10px;
    min-width: 100px;
    max-width: 100px;
  }

  .information_list_sentence {
    font-size: 14px;
  }
  /* !information_list.html */
}

/*item_list専用*/
/* タブレット表示 */
@media screen and (max-width: 1200px) {
  .item_list_area {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 20px;
    row-gap: 50px;
  }

  .item_list_area .item {
    padding: 10px;
  }

  .item_list_contents {
    padding-top: 10px;
  }

  .item_list_contents h3 {
    font-size: 16px;
    margin-bottom: 5px;
  }

  .item .item_list_contents p {
    margin: 5px 0 10px;
  }

  .item .item_list_caption .item_list_date {
    bottom: 10px;
    width: calc(100% - 20px);
  }
}

/* スマホ版レイアウト */
@media screen and (max-width: 599px) {
  /* 共通レイアウト */
  .lawer_section_title {
    margin-bottom: 50px;
    font-size: 35px;
  }

  .pc_br {
    display: none;
  }

  .hr_1 {
    margin: 30px 0;
  }
  .wp-block-separator.hr_1 {
    margin: 20px 0;
  }

  .hr_2,
  .wp-block-separator.hr_2 {
    margin: 30px auto;
  }

  .lawer_category_list ul {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(0, 155px));
    margin-top: 20px;
    height: 100%;
    border-radius: 10px;
    gap: 8px;
    background-color: transparent;
  }

  .lawer_category_list li {
    background-color: #f7eee1;
    /*
    max-width: 155px;
    min-width: 120px;
    */
    border-radius: 20px;
  }

  .lawer_category_list ul a {
    font-size: 12px;
    line-height: 40px;
  }

  .lawer_category_list ul :is(a, a:active, a:hover) {
    border-radius: 20px;
  }

  .lawer.main-btn {
    margin-top: 40px;
  }

  .pagination_area {
    margin: 40px auto;
    gap: 15px;
  }

  .pagination_area .arrow-btn {
    min-width: 40px;
    min-height: 40px;
    max-width: 40px;
    max-height: 40px;
  }

  .pagination_area img {
    width: 19px;
  }

  .pagination_area .wp-pagenavi :is(.previouspostslink, .nextpostslink) {
    margin-left: 15px;
    min-width: 40px;
    min-height: 40px;
    max-width: 40px;
    max-height: 40px;
    font-size: 13px;
  }

  .pagination_area .wp-pagenavi .previouspostslink {
    margin-right: 15px;
  }

  .pagination_area .wp-pagenavi .nextpostslink {
    margin-left: 15px;
  }

  .pagination_area .wp-pagenavi :is(span, a) {
    width: 30px;
    height: 32px;
    font-size: 15px;
  }

  .pagination_area_number
    :is(li:nth-child(2), li:nth-child(3), li:nth-child(4)) {
    display: none;
  }

  .select_page_menu {
    margin-top: 15px;
  }

  .white_wrapper {
    padding: 30px 20px 20px;
    border-radius: 30px;
  }

  .white_wrapper figure {
    margin-bottom: 20px !important;
  }

  .white_wrapper p {
    margin-bottom: 10px;
    line-height: 24px;
  }

  .white_wrapper img {
    border-radius: 10px;
  }

  .white_wrapper h2 {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .white_wrapper h3 {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .white_wrapper h4 {
    font-size: 14px;
    margin: 20px 0 10px;
  }

  .white_wrapper .sub_text {
    margin-top: -5px;
    font-size: 11px;
    margin-bottom: 5px;
  }

  .white_wrapper_block p {
    margin-bottom: 10px;
    line-height: 24px;
  }

  .white_wrapper_image {
    margin-bottom: 30px;
  }

  figcaption {
    font-size: 11px;
    margin-bottom: 0 !important;
  }

  .white_wrapper_image.flex {
    flex-direction: column;
    gap: 30px;
  }

  .select_page_area {
    margin-top: 30px;
  }

  .select_page_block a {
    font-size: 11px;
    gap: 10px;
  }

  .white_wrapper .arrow-btn_2 {
    max-width: 18px;
    max-height: 18px;
    min-width: 18px;
    min-height: 18px;
  }

  .white_wrapper ul {
    margin-bottom: 10px;
  }

  .white_wrapper ul li {
    margin-bottom: 5px;
  }

  .white_wrapper .caption-box {
    margin-top: 30px;
  }
  #error,
  .article_list_page,
  .article_single_page,
  .item_list_page,
  .item_single_page,
  .single_page,
  .information_list_page,
  .information_single_page {
    margin: 110px 0 50px;
  }
  /* !共通レイアウト */

  /*  商品リスト　*/
  .catalog_area li {
    gap: 20px;
    margin-bottom: 20px !important;
  }

  .catalog_area li .main-btn {
    margin: 10px 0;
  }

  .catalog_area li .main-btn a {
    min-width: 240px;
  }

  .catalog_area li .catalog_detail {
    margin-bottom: 20px;
  }
  /* !商品リスト */

  /* 商品ブロック */
  .catalog_block .main-btn a {
    width: 240px;
  }
  /* !商品ブロック */

  /* article_list.html */
  .article_list_area {
    gap: 20px;
  }

  .article_list_page h1 {
    width: 90%;
    margin-bottom: 50px;
  }

  .article_list_block a {
    flex-direction: column;
    padding: 15px;
    border-radius: 20px;
  }

  .article_list_image {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
    height: 100%;
  }

  .article_list_image img {
    border-radius: 10px;
  }

  .article_list_contents {
    gap: 20px;
  }

  .article_list_contents p {
    font-size: 16px;
    line-height: 25px;
  }
  /* !article_list.html */

  /* article_single.html */
  .article_single_top {
    border-radius: 30px 30px 0 0;
  }

  .article_single_area {
    border-radius: 0 0 30px 30px;
    padding: 40px 20px 45px;
  }

  .article_single_title h1 {
    font-size: 24px;
    line-height: 32px;
    margin: 20px 0 30px;
  }

  .article_single_contents {
    padding-top: 30px;
  }

  .article_single_block:nth-child(2) {
    margin-top: 80px;
  }

  .article_single_connection {
    margin-top: 50px;
  }

  .article_single_connection h2 {
    font-size: 20px;
  }

  .article_single_connection .article-list {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 20px;
    margin-top: 30px;
  }

  .article_single_connection .article-list li a {
    font-size: var(--font-body-size);
    width: 100%;
    height: auto;
  }

  .article_single_connection .article-list li a .article_title_block {
    bottom: 10px;
  }
  /* !article_single.html */

  /* item_list.html */
  .item_list_category {
    margin: 50px 0 40px;
  }

  .item_list_area {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 15px;
    row-gap: 30px;
    margin-bottom: 40px;
  }

  .item_list_image .new {
    width: 100%;
    max-width: 120px;
    height: 120px;
  }

  .item_list_contents {
    padding: 10px 0 20px;
  }

  .item .item_list_caption .item_meta {
    margin-bottom: 5px;
  }

  .item_list_contents h3 {
    font-size: 16px;
    display: block;
    line-height: 1.2;
  }

  .item .item_list_caption span {
    font-size: 12px;
  }

  .item .item_list_contents p.item_list_category_block {
    border-radius: 8px;
    width: 95px;
  }

  .item_list_contents .item_list_caption h3 span {
    font-size: 12px;
    line-height: 1.5em;
  }

  .item .item_list_contents p {
    margin: 5px 0 15px;
    font-size: 12px;
    line-height: 1.4;
  }

  .item_list_page .hover_container p {
    font-size: 15px;
    top: 50%;
    translate: -50% -50%;
  }

  .item_list_page .hover_item_data {
    flex-direction: row;
    justify-content: space-between;
  }

  .item_list_page
    .hover_item_data
    :is(span:nth-of-type(1), span:nth-of-type(2)) {
    font-size: 15px;
  }
  /* !item_list.html */

  /* item_single.html */
  .item_single_page {
    margin: 130px 0 70px;
  }

  .res_item_single_display {
    max-width: 100%;
    margin-bottom: -25px;
  }

  .slide-btn {
    background-color: transparent;
    display: none; /* スマホ版でも初期非表示 */
  }

  .slide-btn.show {
    display: flex; /* 複数画像がある場合に表示 */
  }

  .slide_prev {
    left: -15px;
  }

  .slide_next {
    right: -15px;
  }

  .purchase-btn {
    flex-direction: column;
  }
  .purchase-btn a {
    width: 90%;
    height: 50px;
    font-size: 12px;
  }

  .item_single_contents h1 {
    gap: 0;
    font-size: 18px;
  }

  .item_single_category {
    width: 150px;
    height: 20px;
    margin-bottom: 10px;
  }

  .item_single_contents p {
    letter-spacing: 0;
    line-height: 24px;
  }

  .item_single_block {
    padding: 40px 0;
  }

  .item_single_block :is(h2, h3) {
    margin-bottom: 10px;
  }

  .item_single_block p {
    margin: 10px 0;
  }

  .item_single_block ul {
    margin: 10px 0 10px 20px;
  }

  .item_single_block li {
    margin-bottom: 5px;
  }

  .item_single_table h2 {
    padding: 20px 0;
    padding-left: 20px;
  }

  .item_single_top::before {
    width: 90px;
  }

  .item_single_main_table li {
    padding: 20px;
  }

  .item_single_main_table h3 {
    min-width: 70px;
  }

  .item_single_page .purchase_set .wp-block-group__inner-container {
    gap: 10px;
    margin: 10px 0;
  }

  .item_single_page .tashicamera_block {
    margin: 40px auto;
    padding: 20px;
    border-radius: 10px;
  }

  .item_single_page .tashicamera_block h3 {
    font-size: 20px;
  }

  .item_single_page .tashicamera_block img {
    border-radius: 10px;
  }

  .item_single_page .tashicamera_block .lawer.main-btn {
    margin-top: 30px;
  }
  .purchase-btn.sp {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin: 50px 0;
  }
  .purchase-btn.sp a {
    margin: 0 auto;
  }
  /* !item_single.html */

  /* single.html */
  .single_page h1 {
    font-size: 24px;
    margin-bottom: 50px;
    line-height: 36px;
  }

  .single_title_main {
    line-height: 25px;
    margin-bottom: 10px;
  }

  .single_block.flex {
    flex-direction: column;
    gap: 10px;
  }

  .single_page .is-layout-flex {
    gap: 0;
    margin-bottom: 0 !important;
  }

  .single_block.flex .single_image,
  .single_block_contents {
    width: 100%;
  }

  .single_table {
    margin: 30px 0 20px;
    padding-bottom: 0;
  }

  .single_table h2 {
    padding-left: 16px;
    padding-bottom: 15px;
    margin-bottom: 0;
  }

  .single_table .single_table_list {
    padding: 15px 10px 15px 20px;
    gap: 5px;
    align-items: flex-start !important;
    flex-direction: column;
  }

  .single_table .single_table_list p {
    margin-bottom: 0;
  }

  .single_table .single_table_title {
    min-width: initial;
    max-width: 100%;
  }

  .single_table .single_table_title h3 {
    margin-bottom: 0;
    font-size: 13px;
  }
  /* !single.html */

  /* information_list.html */
  .information_list_category {
    margin-top: -10px;
  }

  .information_list_category ul {
    height: auto;
    justify-content: center;
  }

  .information_list_category ul a {
    padding: 0;
    text-align: center;
  }

  .information_list_area li a {
    flex-direction: column;
    height: 100%;
    padding: 15px 20px;
    border-radius: 10px;
    align-items: flex-start;
    gap: 5px;
    margin-bottom: 10px;
  }
  /* !information_list.html */

  /* information_single.html */
  .information_single_page .lawer_section_title {
    margin-bottom: 20px;
  }

  .information_single_title {
    margin-bottom: -10px;
  }

  .information_single_block .sub_text {
    line-height: 20px;
  }
  /* !information_single.html */

  /* MW WP FORM スマホ版 */
  .dl-style02.form-style01 {
    margin: 0 10px;
    border-radius: 15px;
  }

  .dl-style02.form-style01 dt {
    font-size: 14px;
    margin-bottom: 6px;
    margin-top: 25px;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }

  .dl-style02.form-style01 input[type="text"],
  .dl-style02.form-style01 input[type="email"],
  .dl-style02.form-style01 input[type="tel"],
  .dl-style02.form-style01 select,
  .dl-style02.form-style01 textarea {
    padding: 8px;
    font-size: 14px; /* iOSのズーム防止 */
    border-radius: 6px;
  }

  .dl-style02.form-style01 textarea {
    min-height: 100px;
  }

  /* 住所フィールドのモバイル対応 */
  .dl-style02.form-style01 dd select[name="contact_address1"],
  .dl-style02.form-style01 dd input[name="contact_address2"],
  .dl-style02.form-style01 dd input[name="contact_address3"] {
    margin-bottom: 8px;
  }

  .flex.confirm {
    margin-top: 30px;
    flex-direction: column;
  }

  .btn_blue.round {
    padding: 14px 30px;
    font-size: 14px;
    min-width: 160px;
    width: 100%;
    max-width: 300px;
  }

  .txt-c {
    margin-top: 30px;
  }

  .btn_gray {
    font-size: 11px;
    padding: 2px 6px;
  }
}

/* ページネーションの初期非表示設定 */
.item_single_slide .swiper-pagination {
  display: none; /* 初期状態で非表示 */
}

/* 複数画像がある場合に表示 */
.item_single_slide .swiper-pagination.show {
  display: block;
}
