@charset "utf-8";
/*
Author: あそびラボ
Version: 1.5
*/
/*=======================================================
　基本設定
=======================================================*/
@font-face {
  font-family: "noto-sans-jp";
  src: url(./fonts/Noto_Sans_JP/NotoSansJP-Regular.woff) format("woff");
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: "noto-sans-jp";
  src: url(./fonts/Noto_Sans_JP/NotoSansJP-Bold.woff) format("woff");
  font-weight: bold;
  font-display: swap;
}
* {
  margin: 0;
  padding: 0;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-style: normal;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  line-break: strict;
  word-break: break-word;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
*,
*:focus,
a:focus {
  outline: none;
}
body,
.ly_head,
.ly_main,
.ly_foot {
  min-width: min(calc(1024 / 1280 * 100vw), 1024px);
}
body {
  background: #fff;
  font-family: "noto-sans-jp", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: min(calc(15 / 1280 * 100vw), 15px);
  line-height: calc(28 / 15);
  letter-spacing: 0.04em;
  -webkit-text-size-adjust: 100%;
  color: #222;
}
article,
aside,
figcaption,
figure,
picture,
footer,
main,
header,
nav,
section {
  display: block;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
ul,
ol {
  list-style: none;
}
p,
li,
dt,
dd,
th,
td {
  -ms-line-break: strict;
  line-break: strict;
  word-break: break-word;
}
figure {
  display: flex;
}
a {
  text-decoration: none;
  color: inherit;
}
img {
  width: 100%;
  height: auto;
  vertical-align: middle;
  image-rendering: -webkit-optimize-contrast;
}
picture {
  line-height: 0;
}
input,
button,
select,
textarea {
  -webkit-appearance: none;
  border-radius: 0;
  appearance: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  font-size: min(calc(16 / 1280 * 100vw), 16px);
  outline: none;
}
input:-webkit-autofill {
  box-shadow: 0 0 0px 1000px #fff inset;
}
input[type="checkbox"] {
  display: none;
}
input[type="radio"] {
  display: none;
}
input {
  font-family: "noto-sans-jp", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
button,
textarea {
  font-family: inherit;
  font-size: 100%;
}
/* PC SP */
.pc {
  display: initial;
}
.sp {
  display: none;
}
@media only screen and (min-device-width: 1025px) {
  a,
  .hp_hover,
  .bl_searchForm_submit {
    transition: all 0.3s ease;
  }
  /* PCのみホバー効果 */
  a:hover,
  .hp_hover:hover,
  .bl_searchForm_submit:hover {
    opacity: 0.7;
  }
  label:hover {
    cursor: pointer;
  }
}
@media screen and (max-width: 750px) {
  body,
  .ly_head,
  .ly_main,
  .ly_foot {
    min-width: 750px;
    max-width: 750px;
    width: 100%;
  }
  body {
    font-size: 24px;
    line-height: 1.5;
  }
  .sp {
    display: initial;
  }
  .pc {
    display: none;
  }
  input,
  button,
  select,
  textarea {
    font-size: 24px;
  }
}

/*=============================
　共通レイアウト
==============================*/
/* 全体のWrapper */
.ly_allWrapper {
  margin: 0 auto;
}

/* inner */
.ly_foot_inner,
.ly_cont,
.ly_cont_inner {
  width: min(calc(1280 / 1280 * 100vw), 1280px);
  padding-inline: min(calc(40 / 1280 * 100vw), 40px);
  height: 100%;
  margin-inline: auto;
  position: relative;
}
.ly_head_inner {
  max-width: min(calc(1580 / 1280 * 100vw), 1580px);
  padding-inline: min(calc(40 / 1280 * 100vw), 40px);
  width: 100%;
  height: 100%;
  margin-inline: auto;
  position: relative;
}
.ly_cont_inner::before {
  content: "";
  position: absolute;
}
/* 2カラム */
.ly_cont__col {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ly_cont_main {
  width: min(calc(768 / 1280 * 100vw), 768px);
}
.ly_cont_side {
  width: min(calc(300 / 1280 * 100vw), 300px);
}

@media screen and (max-width: 750px) {
  /* inner */
  .ly_cont,
  .ly_cont_inner {
    width: 690px;
    padding-inline: 0;
  }
  /* 2カラム */
  .ly_cont__col {
    gap: 80px;
  }
  .ly_cont_main,
  .ly_cont_side {
    width: 100%;
  }
}
/*=============================
　下層MV - パンくず
==============================*/
/* パンくず */
.bl_breadcrumbs_inner {
  width: min(calc(1280 / 1280 * 100vw), 1280px);
  margin: 0 auto;
  padding: min(calc(16 / 1280 * 100vw), 16px) min(calc(40 / 1280 * 100vw), 40px) 0;
  display: flex;
  align-items: center;
}
.bl_breadcrumbs_inner > li {
  font-size: min(calc(13 / 1280 * 100vw), 13px);
}
.bl_breadcrumbs_inner > li:not(:first-of-type) {
  flex: 1;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.bl_breadcrumbs_inner > li:not(:last-of-type) {
  flex: 0 1 auto;
}
.bl_breadcrumbs_inner > li:first-of-type ~ li::before {
  content: ">";
  margin: 0 min(calc(7 / 1280 * 100vw), 7px);
}
.bl_breadcrumbs_inner .home {
  display: block;
  width: min(calc(16 / 1280 * 100vw), 16px);
  padding-bottom: min(calc(3 / 1280 * 100vw), 3px);
}
@media screen and (max-width: 750px) {
  /* パンくず */
  .bl_breadcrumbs_inner {
    width: 690px;
    padding: 24px 0 0;
  }
  .bl_breadcrumbs_inner > li {
    font-size: 22px;
  }
  .bl_breadcrumbs_inner > li:first-of-type ~ li::before {
    margin: 0 10px;
  }
  .bl_breadcrumbs_inner .home {
    width: 28px;
  }
}
/*=============================
　ヘルプタグ
==============================*/
/* opacity1 */
.hp_opacity1 {
  opacity: 1 !important;
}
/*=============================
　header
==============================*/
.ly_main {
  padding-top: min(calc(68 / 1280 * 100vw), 68px);
}
.bl_header {
  width: 100%;
  height: min(calc(68 / 1280 * 100vw), 68px);
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  z-index: 9999;
}
.ly_head_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bl_header_other_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.bl_header_other02 .bl_header_other_box,
.bl_header_other03 .bl_header_other_box {
  display: none;
}
.bl_header_box01 {
  display: flex;
  gap: min(calc(56 / 1280 * 100vw), 56px);
  align-items: center;
}
.bl_header_bar_wrapper {
  display: grid;
  cursor: pointer;
  position: relative;
  width: min(calc(32 / 1280 * 100vw), 32px);
  height: min(calc(30 / 1280 * 100vw), 30px);
}
.bl_header_bar {
  height: min(calc(2 / 1280 * 100vw), 2px);
  background: #222222;
  display: block;
  transition: all 0.5s ease;
  position: absolute;
}
#header_bar_01 {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min(calc(32 / 1280 * 100vw), 32px);
}
#header_bar_02 {
  width: min(calc(24 / 1280 * 100vw), 24px);
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#header_bar_03 {
  top: 100%;
  left: 50%;
  width: min(calc(32 / 1280 * 100vw), 32px);
  transform: translateX(-50%);
}
.bl_header_other .bl_header_logo a {
  width: min(calc(230 / 1280 * 100vw), 230px);
}
.bl_header_logo a {
  display: flex;
  width: min(calc(258 / 1280 * 100vw), 258px);
}
.bl_header_box02 {
  display: flex;
  align-items: center;
  gap: min(calc(40 / 1280 * 100vw), 40px);
}
.bl_header_nav_list {
  display: flex;
  flex-wrap: wrap;
  gap: min(calc(40 / 1280 * 100vw), 40px);
}
.bl_header_nav_item {
  display: flex;
}
.bl_header_nav_item_btn {
  display: none;
}
.bl_header_nav_item a {
  font-size: min(calc(16 / 1280 * 100vw), 16px);
}
.bl_header_conts_list {
  display: flex;
  flex-wrap: wrap;
  gap: min(calc(12 / 1280 * 100vw), 12px);
}
.bl_header_other .bl_header_mypage,
.bl_header_conts_item .bl_item_link {
  font-size: min(calc(8 / 1280 * 100vw), 8px);
  padding-top: min(calc(37 / 1280 * 100vw), 37px);
  position: relative;
  display: block;
}
.bl_header_other .bl_header_mypage::before,
.bl_header_conts_item .bl_item_link.mypage::before {
  background: url(./images/common/icon_mypage.svg) top center / contain no-repeat;
}
.bl_header_conts_item .bl_item_link.cart::before {
  background: url(./images/common/icon_cart.svg) top center / contain no-repeat;
}
.bl_header_other .bl_header_mypage::before,
.bl_header_conts_item .bl_item_link::before {
  position: absolute;
  content: "";
  width: min(calc(36 / 1280 * 100vw), 36px);
  height: min(calc(36 / 1280 * 100vw), 36px);
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.bl_header_menu {
  height: 0;
  overflow-y: scroll;
  margin-inline: auto;
  max-width: min(calc(1280 / 1280 * 100vw), 1280px);
  padding-inline: min(calc(40 / 1280 * 100vw), 40px);
  transition: all 0.5s ease;
  /*スクロールバー非表示（IE・Edge）*/
  -ms-overflow-style: none;
  /*スクロールバー非表示（Firefox）*/
  scrollbar-width: none;
}
/*スクロールバー非表示（Chrome・Safari）*/
.bl_header_menu::-webkit-scrollbar {
  display: none;
}
.bl_header_menu_wrapper {
  position: fixed;
  top: min(calc(68 / 1280 * 100vw), 68px);
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 0;
  background: #f3f3f3;
  transition: all 0.5s ease;
}
.bl_header_other .bl_header_menu .bl_menu_list {
  grid-template:
    "about products"
    "contents products"
    "news products"
    "guide products"
    "faq products"
    "contact products";
  grid-template-rows: repeat(5, auto) 1fr;
  grid-template-columns: repeat(2, 1fr);
  padding: min(calc(80 / 1280 * 100vw), 80px) 0;
}
.bl_header_other02 .bl_header_menu .bl_menu_list {
  grid-template: none;
  grid-template-columns: repeat(2, 1fr);
}
.bl_header_other .bl_header_menu .bl_menu_item {
  align-self: start;
  width: 100%;
}
#header_other_about {
  grid-area: about;
}
#header_other_guide {
  grid-area: guide;
}
#header_other_faq {
  grid-area: faq;
}
#header_other_contact {
  grid-area: contact;
}
#header_other_products {
  grid-area: products;
}
#header_other_contents {
  grid-area: contents;
}
#header_other_news {
  grid-area: news;
}
.bl_header_menu .bl_menu_list {
  display: grid;
  gap: min(calc(32 / 1280 * 100vw), 32px);
  padding: min(calc(80 / 1280 * 100vw), 80px) 0 min(calc(160 / 1280 * 100vw), 160px);
}
.bl_header_menu .bl_menu_item {
  width: calc((100% - min(calc(64 / 1280 * 100vw), 64px)) / 2);
}
.bl_header_menu .bl_menu_item .bl_item_boxs {
  display: grid;
  grid-template:
    "about"
    "contents"
    "news"
    "guide"
    "faq"
    "contact";
  gap: min(calc(40 / 1280 * 100vw), 40px);
}
.bl_header_menu .bl_menu_item .bl_item_link {
  font-size: min(calc(14 / 1280 * 100vw), 14px);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 min(calc(16 / 1280 * 100vw), 16px);
  line-height: 1.2;
}
.bl_header_menu .bl_menu_item .bl_item_link:hover {
  opacity: 1;
  color: #d8b787;
}
.bl_header_menu .bl_menu_item .bl_item_deco {
  font-size: min(calc(30 / 1280 * 100vw), 30px);
  font-weight: 700;
  margin-bottom: min(calc(8 / 1280 * 100vw), 8px);
  line-height: 1.2;
}
.bl_header_menu .bl_menu_item .bl_item_childs {
  margin-top: min(calc(48 / 1280 * 100vw), 48px);
  display: grid;
  gap: min(calc(32 / 1280 * 100vw), 32px);
}
.bl_header_menu .bl_menu_item .bl_item_child .bl_item_link {
  padding-left: min(calc(40 / 1280 * 100vw), 40px);
  position: relative;
}
.bl_header_menu .bl_menu_item .bl_item_child .bl_item_link::before {
  position: absolute;
  content: "";
  width: min(calc(24 / 1280 * 100vw), 24px);
  height: min(calc(1 / 1280 * 100vw), 1px);
  top: min(calc(20 / 1280 * 100vw), 20px);
  left: min(calc(8 / 1280 * 100vw), 8px);
  background: #222;
}
.bl_header_menu .bl_menu_item .bl_item_child .bl_item_deco {
  font-weight: 400;
}
#header_other_contents .bl_item_childs {
  margin-top: min(calc(32 / 1280 * 100vw), 32px);
}
.bl_header.is_active {
  background: #f3f3f3;
}
.bl_header.is_active .bl_header_bar_wrapper #header_bar_01 {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.bl_header.is_active .bl_header_bar_wrapper #header_bar_02 {
  opacity: 0;
}
.bl_header.is_active .bl_header_bar_wrapper #header_bar_03 {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.bl_header.is_active .bl_header_menu {
  height: 100vh;
}
.bl_header.is_active .bl_header_menu_wrapper {
  height: 100vh;
}

@media screen and (max-width: 750px) {
  .ly_main {
    padding-top: 108px;
  }
  .bl_header {
    height: 104px;
  }
  .bl_header.is_active {
    background: #f1f0ec;
  }
  .ly_head_inner {
    padding: 0 16px 0 24px;
  }
  .bl_header_other02 .bl_header_other_box,
  .bl_header_other03 .bl_header_other_box {
    display: flex;
  }
  .bl_header_box01 {
    justify-content: center;
    width: 100%;
  }
  .bl_header_other02 .bl_header_box01,
  .bl_header_other02 .bl_header_box02,
  .bl_header_other03 .bl_header_box01,
  .bl_header_other03 .bl_header_box02 {
    display: none;
  }
  .bl_header_other .bl_header_bar_wrapper {
    position: relative;
    transform: none;
  }
  .bl_header_bar_wrapper {
    position: absolute;
    top: 50%;
    left: 24px;
    transform: translateY(-50%);
    width: 46px;
    height: 36px;
  }
  #header_bar_01 {
    width: 46px;
  }
  #header_bar_02 {
    width: 30px;
  }
  #header_bar_03 {
    width: 46px;
  }
  .bl_header_other .bl_header_logo a {
    width: 288px;
  }
  .bl_header_logo a {
    width: 288px;
  }
  .bl_header_conts_list {
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    justify-content: end;
  }
  .bl_header_nav {
    display: grid;
    align-items: center;
    position: fixed;
    top: 104px;
    right: 0;
    transform: translateX(100%);
    background: #f1f0ec;
    width: 100%;
    height: 100vh;
    padding-bottom: 104px;
    transition: all 0.5s ease;
  }
  .bl_header.is_active .bl_header_nav {
    right: 0;
    transform: translateX(0);
  }
  .bl_header_nav_list {
    display: grid;
    align-items: center;
    justify-items: center;
    gap: 56px;
  }
  .bl_header_nav_item a {
    font-size: 32px;
  }
  .bl_header_nav_item_btn {
    display: block;
  }
  .bl_header_nav_item .bl_item_btn {
    background: #d8b787;
    border-radius: 4px;
    color: #fff;
    padding-bottom: 4px;
    width: 240px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    line-height: 1;
  }
  .bl_header_nav_item .bl_item_btn_inner {
    padding-left: 46px;
    position: relative;
  }
  .bl_header_nav_item .bl_item_btn_inner::before,
  .bl_header_nav_item .bl_item_btn_inner::after {
    position: absolute;
    content: "";
    width: 34px;
    height: 3px;
    margin-top: 3px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: #fff;
  }
  .bl_header_nav_item .bl_item_btn_inner::before {
    transform: translateY(-50%) rotate(45deg);
  }
  .bl_header_nav_item .bl_item_btn_inner::after {
    transform: translateY(-50%) rotate(-45deg);
  }
  .bl_header_menu_wrapper {
    display: block;
    top: 104px;
  }
  .bl_header_menu_wrapper.pc {
    display: none;
  }
  .bl_header_other .bl_header_menu .bl_menu_list {
    grid-template-columns: auto;
    grid-template-rows: auto;
    grid-template-areas:
      "about"
      "products"
      "contents"
      "news"
      "guide"
      "faq"
      "contact";
    gap: 40px;
    padding: 80px 0;
  }
  .bl_header_other02 .bl_header_menu .bl_menu_list {
    grid-template-columns: auto;
    grid-template-rows: auto;
    grid-template-areas:
      "about"
      "products"
      "contents"
      "news"
      "guide"
      "faq"
      "contact";
  }
  .bl_header_other .bl_header_menu .bl_menu_item {
    width: 100%;
  }
  .bl_header_other .bl_header_menu .bl_menu_item .bl_item_link {
    font-size: 24px;
    gap: 0 24px;
  }
  .bl_header_other .bl_header_menu .bl_menu_item .bl_item_deco {
    font-size: 36px;
    margin-bottom: 12px;
  }
  .bl_header_other .bl_header_menu .bl_menu_item .bl_item_childs {
    margin-top: 32px;
    gap: 16px;
  }
  .bl_header_other .bl_header_menu .bl_menu_item .bl_item_child .bl_item_link {
    padding-left: 60px;
  }
  .bl_header_other .bl_header_menu .bl_menu_item .bl_item_child .bl_item_link::before {
    width: 24px;
    height: 2px;
    top: 24px;
    left: 12px;
  }
  .bl_header_other .bl_header_mypage,
  .bl_header_conts_item .bl_item_link {
    font-size: 14px;
    padding-top: 48px;
  }
  .bl_header_other .bl_header_mypage::before,
  .bl_header_conts_item .bl_item_link::before {
    width: 48px;
    height: 48px;
  }
}
/*=============================
　footer
=============================*/
.bl_footer {
  background: #f1f0ec;
  padding: min(calc(120 / 1280 * 100vw), 120px) 0 min(calc(40 / 1280 * 100vw), 40px);
  position: relative;
}
.bl_footer_def {
  background: #ffffff;
  padding: min(calc(10 / 1280 * 100vw), 10px) min(calc(36 / 1280 * 100vw), 36px) min(calc(14 / 1280 * 100vw), 14px) min(calc(40 / 1280 * 100vw), 40px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: min(calc(552 / 1280 * 100vw), 552px);
  margin-bottom: max(calc(-16 / 1280 * 100vw), -16px);
}
.bl_footer_dttl {
  padding-right: min(calc(48 / 1280 * 100vw), 48px);
  position: relative;
  margin-top: min(calc(1 / 1280 * 100vw), 1px);
}
.bl_footer_dttl::after {
  position: absolute;
  content: "";
  width: min(calc(40 / 1280 * 100vw), 40px);
  height: min(calc(1 / 1280 * 100vw), 1px);
  background: #222222;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.bl_footer_ditem {
  display: flex;
  align-items: end;
}
.bl_footer_ditem .bl_ditem_tel {
  font-size: min(calc(28 / 1280 * 100vw), 28px);
  font-weight: 700;
  line-height: calc(40 / 28);
}
.bl_footer_ditem .bl_ditem_time {
  font-size: min(calc(13 / 1280 * 100vw), 13px);
  line-height: calc(19 / 13);
  margin-bottom: min(calc(7 / 1280 * 100vw), 7px);
}
.bl_footer_box {
  display: flex;
  justify-content: space-between;
  align-items: end;
  padding-bottom: min(calc(24 / 1280 * 100vw), 24px);
  border-bottom: 1px solid #222222;
  margin-bottom: min(calc(40 / 1280 * 100vw), 40px);
}
.bl_footer_box .bl_box_nav {
  /* margin-bottom: min(calc(32 / 1280 * 100vw), 32px); */
}
.bl_footer_box .bl_box_nav .bl_nav_list {
  display: flex;
  flex-wrap: wrap;
  gap: min(calc(56 / 1280 * 100vw), 56px);
}
.bl_footer_box .bl_box_sns .bl_sns_ttl {
  font-size: min(calc(16 / 1280 * 100vw), 16px);
  font-weight: 700;
  margin-bottom: min(calc(16 / 1280 * 100vw), 16px);
  text-align: right;
}
.bl_footer_box .bl_box_sns .bl_sns_list {
  display: flex;
  justify-content: end;
  flex-wrap: wrap;
  gap: min(calc(40 / 1280 * 100vw), 40px);
}
.bl_footer_box .bl_box_sns .bl_sns_item {
  width: min(calc(40 / 1280 * 100vw), 40px);
}
.bl_footer_copyright {
  text-align: center;
}
.bl_footer_pagetop {
  width: min(calc(120 / 1280 * 100vw), 120px);
  height: min(calc(120 / 1280 * 100vw), 120px);
  position: absolute;
  top: min(calc(-27 / 1280 * 100vw), -27px);
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
}
.bl_pagetop-circle_imgWrapper {
  animation: rotateAnimation 7.5s linear infinite;
}

@keyframes rotateAnimation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.bl_pagetop-arrow_imgWrapper {
  width: 49px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 750px) {
  .bl_footer {
    padding: 104px 0 24px;
  }
  .bl_footer_def {
    flex-wrap: wrap;
    padding: 33px 0 35px 30px;
    width: 560px;
    margin-bottom: 40px;
  }
  .bl_footer_dttl {
    padding-right: 0;
    margin: 0 0 4px;
  }
  .bl_footer_dttl::after {
    display: none;
  }
  .bl_footer_ditem {
    display: flex;
    align-items: end;
    padding-left: 64px;
    position: relative;
  }
  .bl_footer_ditem::after {
    position: absolute;
    content: "";
    width: 48px;
    height: 1px;
    background: #222222;
    top: 55%;
    left: 0;
    transform: translateY(-50%);
  }
  .bl_footer_ditem .bl_ditem_tel {
    font-size: 34px;
  }
  .bl_footer_ditem .bl_ditem_time {
    font-size: 20px;
    margin-bottom: 8px;
  }
  .bl_footer_box {
    padding-bottom: 24px;
    margin-bottom: 80px;
  }
  .bl_footer_box .bl_box_nav {
    /* margin-bottom: 120px; */
  }
  .bl_footer_box .bl_box_nav .bl_nav_list {
    display: grid;
    gap: 32px;
    font-size: 28px;
  }
  .bl_footer_box .bl_box_sns .bl_sns_ttl {
    font-size: 24px;
    margin-bottom: 24px;
  }
  .bl_footer_box .bl_box_sns .bl_sns_list {
    gap: 32px;
  }
  .bl_footer_box .bl_box_sns .bl_sns_item {
    width: 56px;
  }
  .bl_footer_pagetop {
    width: 120px;
    height: 120px;
    top: -38px;
  }
  .bl_pagetop-arrow_imgWrapper {
    width: 49px;
  }
}
/*=======================================================
footer_other
=======================================================*/
.bl_footer_other {
  background: #fff;
}
.bl_footer_other .ly_cont_inner {
  width: min(calc(1080 / 1080 * 100vw), 1080px);
  padding-inline: min(calc(40 / 1080 * 100vw), 40px);
}
.bl_footer_other .bl_footer_def {
  padding: 0;
  justify-content: start;
  gap: min(calc(8 / 1080 * 100vw), 8px);
  margin-bottom: min(calc(24 / 1080 * 100vw), 24px);
}
.bl_footer_other .bl_footer_dttl {
  padding-right: min(calc(48 / 1080 * 100vw), 48px);
  margin-top: min(calc(5 / 1080 * 100vw), 5px);
}
.bl_footer_other .bl_footer_dttl::after {
  width: min(calc(40 / 1080 * 100vw), 40px);
  height: min(calc(1 / 1080 * 100vw), 1px);
}
.bl_footer_other .bl_footer_ditem .bl_ditem_tel {
  font-size: min(calc(28 / 1080 * 100vw), 28px);
}
.bl_footer_other .bl_footer_ditem .bl_ditem_time {
  font-size: min(calc(13 / 1080 * 100vw), 13px);
  margin-bottom: min(calc(7 / 1080 * 100vw), 7px);
}
.bl_footer_other .bl_footer_box {
  padding-bottom: min(calc(16 / 1080 * 100vw), 16px);
  margin-bottom: min(calc(40 / 1080 * 100vw), 40px);
}
.bl_footer_other .bl_footer_box .bl_box_nav {
  margin-bottom: min(calc(24 / 1080 * 100vw), 24px);
}
.bl_footer_other .bl_footer_box .bl_box_nav .bl_nav_list {
  gap: min(calc(56 / 1080 * 100vw), 56px);
}
.bl_footer_other .bl_footer_box .bl_box_sns .bl_sns_ttl {
  font-size: min(calc(16 / 1080 * 100vw), 16px);
  margin-bottom: min(calc(16 / 1080 * 100vw), 16px);
}
.bl_footer_other .bl_footer_box .bl_box_sns .bl_sns_list {
  gap: min(calc(8 / 1080 * 100vw), 8px);
  justify-content: end;
}
.bl_footer_other .bl_footer_box .bl_box_sns .bl_sns_item {
  width: min(calc(32 / 1080 * 100vw), 32px);
}
.bl_footer_other .bl_footer_pagetop {
  width: min(calc(120 / 1080 * 100vw), 120px);
  height: min(calc(120 / 1080 * 100vw), 120px);
  position: absolute;
  top: min(calc(-27 / 1080 * 100vw), -27px);
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
}
@media screen and (max-width: 750px) {
  .bl_footer_other .ly_cont_inner {
    width: 690px;
    padding: 0;
  }
  .bl_footer_other .bl_footer_def {
    display: grid;
    width: 100%;
    gap: 8px;
    margin-bottom: 48px;
  }
  .bl_footer_other .bl_footer_dttl {
    padding-right: 0;
    margin-top: 0;
  }
  .bl_footer_other .bl_footer_dttl::after {
    display: none;
  }
  .bl_footer_other .bl_footer_ditem .bl_ditem_tel {
    font-size: 40px;
  }
  .bl_footer_other .bl_footer_ditem .bl_ditem_time {
    font-size: 24px;
    margin-bottom: 7px;
  }
  .bl_footer_other .bl_footer_box {
    display: grid;
    gap: 48px;
    padding-bottom: 16px;
    margin-bottom: 64px;
    grid-template-columns: 1fr;
  }
  .bl_footer_other .bl_footer_box .bl_box_nav_wrapper {
    font-size: 28px;
  }
  .bl_footer_other .bl_footer_box .bl_box_nav {
    margin-bottom: 32px;
  }
  .bl_footer_other .bl_footer_box .bl_box_nav .bl_nav_list {
    gap: 32px;
  }
  .bl_footer_other .bl_footer_box .bl_box_sns {
    display: flex;
    justify-content: space-between;
    align-items: end;
    width: 100%;
  }
  .bl_footer_other .bl_footer_box .bl_box_sns .bl_sns_ttl {
    font-size: 26px;
    margin-bottom: 0;
  }
  .bl_footer_other .bl_footer_box .bl_box_sns .bl_sns_list {
    gap: 12px;
  }
  .bl_footer_other .bl_footer_box .bl_box_sns .bl_sns_item {
    width: 64px;
  }
  .bl_footer_other .bl_footer_pagetop {
    width: 120px;
    height: 120px;
    top: -36px;
  }
}
/*=============================
ページナビ
==============================*/
/* wp-pagenavi */
.wp-pagenavi {
  margin-top: min(calc(64 / 1280 * 100vw), 64px);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min(calc(12 / 1280 * 100vw), 12px);
}
.wp-pagenavi > * {
  font-size: min(calc(15 / 1280 * 100vw), 15px);
  color: #222222;
  min-width: min(calc(32 / 1280 * 100vw), 32px);
  height: min(calc(40 / 1280 * 100vw), 40px);
  padding-bottom: min(calc(3 / 1280 * 100vw), 3px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.wp-pagenavi a {
  background: #eaeaea;
}
.wp-pagenavi .current {
  background: #a5a5a5;
  color: #fff;
}
.wp-pagenavi .previouspostslink {
  background: transparent;
  font-weight: 700;
  position: relative;
  padding-left: min(calc(44 / 1280 * 100vw), 44px);
}
.wp-pagenavi .previouspostslink::after {
  position: absolute;
  content: "";
  width: min(calc(32 / 1280 * 100vw), 32px);
  height: min(calc(6 / 1280 * 100vw), 6px);
  background: url("./images/common/pagination_arrow_next.svg") top center / contain no-repeat;
  top: calc((100% - 2px) / 2);
  left: 0;
  transform: translateY(-50%) scale(-1, 1);
}
.wp-pagenavi .nextpostslink {
  background: transparent;
  font-weight: 700;
  position: relative;
  padding-right: min(calc(44 / 1280 * 100vw), 44px);
}
.wp-pagenavi .nextpostslink::after {
  position: absolute;
  content: "";
  width: min(calc(32 / 1280 * 100vw), 32px);
  height: min(calc(6 / 1280 * 100vw), 6px);
  background: url("./images/common/pagination_arrow_next.svg") top center / contain no-repeat;
  top: calc((100% - 2px) / 2);
  right: 0;
  transform: translateY(-50%);
}
/* 詳細ページの前へ 次へ */
.bl_pager {
  position: relative;
  margin: min(calc(80 / 1280 * 100vw), 80px) auto 0;
}
.bl_pager_inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min(calc(40 / 1280 * 100vw), 40px);
}
.bl_pager_link {
  display: flex;
}
.bl_pager_link > a {
  font-size: min(calc(18 / 1280 * 100vw), 18px);
  font-weight: 700;
  position: relative;
}
.bl_pager_prev > a::before,
.bl_pager_next > a::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  background: url("./images/common/pagination_arrow_next.svg") top center / contain no-repeat;
  width: min(calc(32 / 1280 * 100vw), 32px);
  height: min(calc(6 / 1280 * 100vw), 6px);
}
.bl_pager_prev > a {
  padding-left: min(calc(44 / 1280 * 100vw), 44px);
}
.bl_pager_prev > a::before {
  left: 0;
  transform: translateY(-50%) scale(-1, 1);
}
.bl_pager_next > a {
  padding-right: min(calc(44 / 1280 * 100vw), 44px);
}
.bl_pager_next > a::after {
  right: 0;
}

@media screen and (max-width: 750px) {
  /* wp-pagenavi */
  .wp-pagenavi {
    margin-top: 96px;
    gap: 18px;
  }
  .wp-pagenavi > * {
    font-size: 25px;
    min-width: 48px;
    height: 48px;
    padding-bottom: 4.5px;
  }
  .wp-pagenavi .previouspostslink {
    padding-left: 66px;
    padding-bottom: 3px;
    font-size: 28px;
    display: none;
  }
  .wp-pagenavi .previouspostslink::after {
    width: 48px;
    height: 9px;
    top: calc((100% + 3px) / 2);
  }
  .wp-pagenavi .nextpostslink {
    padding-right: 66px;
    padding-bottom: 3px;
    font-size: 28px;
    display: none;
  }
  .wp-pagenavi .nextpostslink::after {
    width: 48px;
    height: 9px;
    top: calc((100% + 3px) / 2);
  }
  /* 詳細ページの前へ 次へ */
  .bl_pager {
    margin: 120px auto 144px;
  }
  .bl_pager_inner {
    gap: 60px;
  }
  .bl_pager_link > a {
    font-size: 30px;
  }
  .bl_pager_prev > a::before,
  .bl_pager_next > a::after {
    width: 48px;
    height: 9px;
  }
  .bl_pager_prev > a {
    padding-left: 66px;
  }
  .bl_pager_next > a {
    padding-right: 66px;
  }
}
/*=======================================================
searchForm
=======================================================*/
.bl_searchForm {
  display: flex;
  gap: min(calc(12 / 1280 * 100vw), 12px);
  margin-bottom: min(calc(44 / 1280 * 100vw), 44px);
}
.bl_searchForm_input {
  border-radius: min(calc(28 / 1280 * 100vw), 28px);
  width: min(calc(236 / 1280 * 100vw), 236px);
  border: 1px solid #d8b787;
  background: #fff;
  height: min(calc(44 / 1280 * 100vw), 44px);
  padding: min(calc(8 / 1280 * 100vw), 8px) min(calc(24 / 1280 * 100vw), 24px) min(calc(11 / 1280 * 100vw), 11px);
}
.bl_searchForm_submit {
  color: #acacac;
  border: 1px solid #d8b787;
  background: #fff;
  width: min(calc(52 / 1280 * 100vw), 52px);
  height: min(calc(44 / 1280 * 100vw), 44px);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: min(calc(2 / 1280 * 100vw), 2px);
  padding-bottom: min(calc(3 / 1280 * 100vw), 3px);
}

::placeholder {
  color: #acacac;
  font-family: "noto-sans-jp", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media screen and (max-width: 750px) {
  .bl_searchForm {
    gap: 18px;
    margin-bottom: 64px;
  }
  .bl_searchForm_input {
    border-radius: 42px;
    width: 354px;
    border-width: 2px;
    height: 66px;
    padding: 12px 36px 16px;
  }
  .bl_searchForm_submit {
    border-width: 2px;
    width: 78px;
    height: 66px;
    border-radius: 3px;
    padding-bottom: 4.5px;
  }
}
/*=======================================================
bnr-period
=======================================================*/
.bl_bnr-period {
  margin-bottom: min(calc(77 / 1280 * 100vw), 77px);
  display: block;
}

@media screen and (max-width: 750px) {
  .bl_bnr-period {
    margin-bottom: 120px;
  }
}
/*=======================================================
aside
=======================================================*/
.bl_aside {
  margin-bottom: min(calc(80 / 1280 * 100vw), 80px);
}
.bl_aside_ttl {
  background: #f1f0ec;
  padding: min(calc(12 / 1280 * 100vw), 12px) min(calc(12 / 1280 * 100vw), 12px) min(calc(15 / 1280 * 100vw), 15px) min(calc(16 / 1280 * 100vw), 16px);
  text-align: right;
  position: relative;
  font-size: min(calc(17 / 1280 * 100vw), 17px);
  line-height: calc(25 / 17);
  margin-bottom: min(calc(32 / 1280 * 100vw), 32px);
}
.bl_aside_ttl::before {
  position: absolute;
  content: "";
  top: 50%;
  left: min(calc(16 / 1280 * 100vw), 16px);
  transform: translateY(-50%);
}
.bl_aside_ttl_inner {
  padding-inline: 0.6em;
  position: relative;
}
.bl_aside_ttl_inner::before,
.bl_aside_ttl_inner::after {
  position: absolute;
  content: "-";
  top: 50%;
  transform: translateY(-50%);
}
.bl_aside_ttl_inner::before {
  left: 0;
}
.bl_aside_ttl_inner::after {
  right: 0;
}
@media screen and (min-width: 751px) {
  .bl_aside:last-of-type {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 750px) {
  .bl_aside {
    margin-bottom: 120px;
  }
  .bl_aside_ttl {
    padding: 18px 18px 22.5px 14px;
    font-size: 28px;
    margin-bottom: 48px;
  }
  .bl_aside_ttl::before {
    left: 24px;
  }
}
/*=======================================================
aside_popular
=======================================================*/
.bl_aside_popular .bl_aside_ttl {
  padding-left: min(calc(144 / 1280 * 100vw), 144px);
}
.bl_aside_popular .bl_aside_ttl::before {
  width: min(calc(108 / 1280 * 100vw), 108px);
  height: min(calc(26 / 1280 * 100vw), 26px);
  background: url("./images/common/ttl_deco_ranking.svg") top center / contain no-repeat;
}
.bl_aside_popular .bl_popular_list {
  display: flex;
  flex-wrap: wrap;
  gap: min(calc(32 / 1280 * 100vw), 32px);
}
.bl_aside_popular .bl_popular_item {
  width: 100%;
}
.bl_aside_popular .bl_popular_item .bl_item_link {
  display: flex;
  flex-wrap: wrap;
  gap: min(calc(28 / 1280 * 100vw), 28px);
}
.bl_aside_popular .bl_popular_item .bl_item_imgWrapper {
  flex: 0 1 min(calc(144 / 1280 * 100vw), 144px);
  height: min(calc(96 / 1280 * 100vw), 96px);
  position: relative;
}
.bl_aside_popular .bl_popular_item .bl_item_imgWrapper::before {
  position: absolute;
  content: "";
  width: min(calc(40 / 1280 * 100vw), 40px);
  height: min(calc(40 / 1280 * 100vw), 40px);
  top: 0;
  left: 0;
  background: url("./images/common/popular_triangle.svg") top center / contain no-repeat;
}
.bl_aside_popular .bl_popular_item .bl_item_imgWrapper::after {
  position: absolute;
  content: "";
  width: min(calc(12 / 1280 * 100vw), 12px);
  height: min(calc(26 / 1280 * 100vw), 26px);
  top: min(calc(1 / 1280 * 100vw), 1px);
  left: min(calc(6 / 1280 * 100vw), 6px);
}
.bl_aside_popular .bl_popular_item:first-of-type .bl_item_imgWrapper::after {
  background: url("./images/common/popular_1.svg") top center / contain no-repeat;
}
.bl_aside_popular .bl_popular_item:nth-of-type(2) .bl_item_imgWrapper::after {
  background: url("./images/common/popular_2.svg") top center / contain no-repeat;
}
.bl_aside_popular .bl_popular_item:nth-of-type(3) .bl_item_imgWrapper::after {
  background: url("./images/common/popular_3.svg") top center / contain no-repeat;
}
.bl_aside_popular .bl_popular_item .bl_item_ttl {
  font-weight: 700;
  font-size: min(calc(15 / 1280 * 100vw), 15px);
  flex: 1;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  line-height: calc(24 / 15);
}

@media screen and (max-width: 750px) {
  .bl_aside_popular .bl_aside_ttl {
    padding-left: 216px;
  }
  .bl_aside_popular .bl_aside_ttl::before {
    width: 162px;
    height: 39px;
  }
  .bl_aside_popular .bl_popular_list {
    gap: 48px;
  }
  .bl_aside_popular .bl_popular_item .bl_item_link {
    gap: 42px;
  }
  .bl_aside_popular .bl_popular_item .bl_item_imgWrapper {
    flex: 0 1 216px;
    height: 144px;
  }
  .bl_aside_popular .bl_popular_item .bl_item_imgWrapper::before {
    width: 60px;
    height: 60px;
  }
  .bl_aside_popular .bl_popular_item .bl_item_imgWrapper::after {
    width: 18px;
    height: 39px;
    top: 2px;
    left: 9px;
  }
  .bl_aside_popular .bl_popular_item .bl_item_ttl {
    font-size: 25px;
  }
}
/*=======================================================
aside_new
=======================================================*/
.bl_aside_new .bl_aside_ttl {
  padding-left: min(calc(181 / 1280 * 100vw), 181px);
}
.bl_aside_new .bl_aside_ttl::before {
  width: min(calc(165 / 1280 * 100vw), 165px);
  height: min(calc(31 / 1280 * 100vw), 31px);
  background: url("./images/common/ttl_deco_new_arrival.svg") top center / contain no-repeat;
}
.bl_aside_new .bl_new_list {
  display: flex;
  flex-wrap: wrap;
  gap: min(calc(32 / 1280 * 100vw), 32px);
}
.bl_aside_new .bl_new_item {
  width: 100%;
}
.bl_aside_new .bl_new_item .bl_item_link {
  display: flex;
  flex-wrap: wrap;
  gap: min(calc(28 / 1280 * 100vw), 28px);
}
.bl_aside_new .bl_new_item .bl_item_imgWrapper {
  flex: 0 1 min(calc(144 / 1280 * 100vw), 144px);
  height: min(calc(96 / 1280 * 100vw), 96px);
  position: relative;
}
.bl_aside_new .bl_new_item .bl_item_ttl {
  font-weight: 700;
  font-size: min(calc(15 / 1280 * 100vw), 15px);
  flex: 1;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  line-height: calc(24 / 15);
}

@media screen and (max-width: 750px) {
  .bl_aside_new .bl_aside_ttl {
    padding-left: 270px;
  }
  .bl_aside_new .bl_aside_ttl::before {
    width: 248px;
    height: 45px;
  }
  .bl_aside_new .bl_new_list {
    gap: 48px;
  }
  .bl_aside_new .bl_new_item .bl_item_link {
    gap: 42px;
  }
  .bl_aside_new .bl_new_item .bl_item_imgWrapper {
    flex: 0 1 216px;
    height: 144px;
  }
  .bl_aside_new .bl_new_item .bl_item_ttl {
    font-size: 25px;
  }
}
/*=======================================================
aside_category
=======================================================*/
.bl_aside_category .bl_aside_ttl {
  padding-left: min(calc(154 / 1280 * 100vw), 154px);
  margin-bottom: min(calc(32 / 1280 * 100vw), 32px);
}
.bl_aside_category .bl_aside_ttl::before {
  width: min(calc(122 / 1280 * 100vw), 122px);
  height: min(calc(24 / 1280 * 100vw), 24px);
  background: url("./images/common/ttl_deco_category.svg") top center / contain no-repeat;
}
.bl_aside_category .bl_category_list {
  display: grid;
  gap: min(calc(32 / 1280 * 100vw), 32px);
}
.bl_aside_category .bl_category_link {
  display: flex;
}

@media screen and (max-width: 750px) {
  .bl_aside_category .bl_aside_ttl {
    padding-left: 231px;
    margin-bottom: 48px;
  }
  .bl_aside_category .bl_aside_ttl::before {
    width: 183px;
    height: 36px;
  }
  .bl_aside_category .bl_category_list {
    gap: 48px;
  }
}
/*=======================================================
aside_keyword
=======================================================*/
.bl_aside_keyword .bl_aside_ttl {
  padding-left: min(calc(136 / 1280 * 100vw), 136px);
}
.bl_aside_keyword .bl_aside_ttl::before {
  width: min(calc(120 / 1280 * 100vw), 120px);
  height: min(calc(26 / 1280 * 100vw), 26px);
  background: url("./images/common/ttl_deco_keyword.svg") top center / contain no-repeat;
}
.bl_aside_keyword .bl_keyword_list {
  display: flex;
  flex-wrap: wrap;
  gap: min(calc(16 / 1280 * 100vw), 16px);
}
.bl_aside_keyword .bl_keyword_item .bl_item_link {
  padding: min(calc(2 / 1280 * 100vw), 2px) min(calc(14 / 1280 * 100vw), 14px) min(calc(3 / 1280 * 100vw), 3px);
  border: 1px solid #d8b787;
  background: #fff;
  border-radius: min(calc(17 / 1280 * 100vw), 17px);
}
.bl_aside_keyword .bl_keyword_item .bl_item_link_inner {
  padding-left: 0.6em;
  position: relative;
  line-height: calc(21 / 15);
}
.bl_aside_keyword .bl_keyword_item .bl_item_link_inner::before {
  position: absolute;
  content: "#";
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

@media screen and (max-width: 750px) {
  .bl_aside_keyword .bl_aside_ttl {
    padding-left: 204px;
  }
  .bl_aside_keyword .bl_aside_ttl::before {
    width: 180px;
    height: 39px;
  }
  .bl_aside_keyword .bl_keyword_list {
    gap: 24px;
  }
  .bl_aside_keyword .bl_keyword_item .bl_item_link {
    padding: 3px 21px 4.5px;
    border-width: 2px;
    border-radius: 25px;
  }
}
/*=======================================================
feedback
=======================================================*/
.bl_feedback_box {
  padding: min(80 / 1280 * 100vw, 80px) 0;
  border-top: 1px solid #707070;
}
.bl_feedback_ttl {
  font-size: min(17 / 1280 * 100vw, 17px);
  text-align: center;
  margin-bottom: min(24 / 1280 * 100vw, 24px);
}
.bl_feedback_list {
  display: flex;
  flex-wrap: wrap;
  gap: min(32 / 1280 * 100vw, 32px);
  justify-content: center;
  margin-bottom: min(16 / 1280 * 100vw, 16px);
}
.bl_feedback_item .bl_item_btn {
  border-radius: min(4 / 1280 * 100vw, 4px);
  border: 1px solid;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: min(3 / 1280 * 100vw, 3px);
  width: min(104 / 1280 * 100vw, 104px);
  height: min(32 / 1280 * 100vw, 32px);
}
.bl_feedback_item .bl_item_btn_inner {
  position: relative;
  display: flex;
  gap: min(6 / 1280 * 100vw, 6px);
  align-items: center;
}
.bl_feedback_item .bl_item_btn_inner::before {
  content: "";
  width: min(10 / 1280 * 100vw, 10px);
  height: min(10 / 1280 * 100vw, 10px);
  margin-top: min(3 / 1280 * 100vw, 3px);
}
.bl_feedback_item #yesButton .bl_item_btn_inner::before {
  background: url("./images/common/icon_check.svg") top center/contain no-repeat;
}
.bl_feedback_item #noButton .bl_item_btn_inner::before {
  background: url("./images/common/icon_cross.svg") top center/contain no-repeat;
}
.bl_feedback_txt {
  text-align: center;
}

@media screen and (max-width: 750px) {
  .bl_feedback_box {
    padding: 120px 0;
    border-width: 2px;
  }
  .bl_feedback_ttl {
    font-size: 28px;
    margin-bottom: 36px;
  }
  .bl_feedback_list {
    gap: 48px;
    margin-bottom: 24px;
  }
  .bl_feedback_item .bl_item_btn {
    border-radius: 6px;
    padding-bottom: 4.5px;
    width: 156px;
    height: 48px;
  }
  .bl_feedback_item .bl_item_btn_inner {
    gap: 9px;
  }
  .bl_feedback_item .bl_item_btn_inner::before {
    width: 15px;
    height: 15px;
    margin-top: 4.5px;
  }
}
/*=======================================================
articles-end
=======================================================*/
.bl_articles-end {
  width: calc((100% - min(140 / 1280 * 100vw, 140px)) / 2);
}
.bl_articles-end_wrapper {
  padding-bottom: min(140 / 1280 * 100vw, 140px);
}
.bl_articles-end_box {
  display: flex;
  flex-wrap: wrap;
  gap: min(140 / 1280 * 100vw, 140px);
  justify-content: space-between;
  border-top: 1px solid #dddddd;
  padding-top: min(40 / 1280 * 100vw, 40px);
}
.bl_articles-end_ttl {
  color: #d3b88d;
  font-size: min(24 / 1280 * 100vw, 24px);
  font-weight: 700;
  letter-spacing: 0.06em;
  margin-bottom: min(32 / 1280 * 100vw, 32px);
  line-height: calc(35 / 24);
}
.bl_articles-end_list {
  display: grid;
  gap: min(32 / 1280 * 100vw, 32px);
}
.bl_articles-end_item {
  display: flex;
}
.bl_articles-end_item .bl_item_link {
  font-size: min(17 / 1280 * 100vw, 17px);
  padding-left: min(14 / 1280 * 100vw, 14px);
  position: relative;
  line-height: calc(25 / 17);
}
.bl_articles-end_item .bl_item_link::before {
  position: absolute;
  content: "";
  background: url("./images/faq/icon_faq_arrow.svg") top center/contain no-repeat;
  width: min(7 / 1280 * 100vw, 7px);
  height: min(13 / 1280 * 100vw, 13px);
  top: calc((100% + min(2 / 1280 * 100vw, 2px)) / 2);
  left: 0;
  transform: translateY(-50%);
}

@media screen and (max-width: 750px) {
  .bl_articles-end {
    width: 100%;
  }
  .bl_articles-end_wrapper {
    padding-bottom: 120px;
  }
  .bl_articles-end_box {
    gap: 80px;
    border-width: 2px;
    padding-top: 80px;
  }
  .bl_articles-end_ttl {
    font-size: 36px;
    margin-bottom: 48px;
  }
  .bl_articles-end_list {
    gap: 48px;
  }
  .bl_articles-end_item .bl_item_link {
    font-size: 28px;
    padding-left: 21px;
  }
  .bl_articles-end_item .bl_item_link::before {
    width: 10.5px;
    height: 19.5px;
    top: calc((100% + 3px) / 2);
  }
}
/*=======================================================
cta
=======================================================*/
.bl_cta_imgWrapper img {
  height: min(570 / 1280 * 100vw, 570px);
  object-fit: cover;
}
@media screen and (max-width: 750px) {
  .bl_cta_imgWrapper img {
    height: auto;
  }
}
/*=======================================================
products
=======================================================*/
.bl_products {
  background: #f1f0ec;
  padding: min(140 / 1280 * 100vw, 140px) 0;
}
.bl_products_ttl {
  background: #ffffff;
  padding: min(9 / 1280 * 100vw, 9px) min(24 / 1280 * 100vw, 24px) min(12 / 1280 * 100vw, 12px);
  font-size: min(24 / 1280 * 100vw, 24px);
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: calc(35 / 24);
  text-align: center;
  position: relative;
  margin-bottom: min(48 / 1280 * 100vw, 48px);
}
.bl_products_ttl::before {
  position: absolute;
  content: "";
  width: min(146 / 1280 * 100vw, 146px);
  height: min(24 / 1280 * 100vw, 24px);
  background: url("./images/common/products_ttl_deco.svg") top center/contain no-repeat;
  top: 50%;
  left: min(24 / 1280 * 100vw, 24px);
  transform: translateY(-50%);
}
.bl_products_ttl_inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.4em;
}
.bl_products_ttl_inner::before,
.bl_products_ttl_inner::after {
  content: "-";
}
.bl_products_wrapper {
  overflow-x: hidden;
}
.bl_products_list {
  display: flex;
  gap: min(24 / 1280 * 100vw, 24px);
}
.bl_products_item {
  width: calc((100% - min(24 / 1280 * 100vw, 24px) * 3) / 4);
  background: #ffffff;
  margin-right: 0 !important;
}
.bl_products_item .bl_item_hgroup {
  padding: min(10 / 1280 * 100vw, 10px) min(16 / 1280 * 100vw, 16px) min(14 / 1280 * 100vw, 14px);
  text-align: center;
}
.bl_products_item .bl_item_txt {
  margin-bottom: min(8 / 1280 * 100vw, 8px);
  font-size: min(24 / 1280 * 100vw, 24px);
  font-weight: 700;
  line-height: calc(35 / 24);
}
.bl_products_item .bl_item_ttl {
  font-weight: 400;
  font-size: min(15 / 1280 * 100vw, 15px);
  line-height: calc(21 / 15);
}
.bl_products_prev,
.bl_products_next {
  width: min(48 / 1280 * 100vw, 48px);
  height: min(48 / 1280 * 100vw, 48px);
  background: url("./images/common/products_swiper_arrow.svg") top center/contain no-repeat;
  margin-top: 0;
}
.bl_products_prev::after,
.bl_products_next::after {
  content: "";
}
.bl_products_prev {
  left: min(16 / 1280 * 100vw, 16px);
  right: initial;
  transform: translateY(-50%);
}
.bl_products_next {
  right: min(16 / 1280 * 100vw, 16px);
  left: initial;
  transform: translateY(-50%) scale(-1, 1);
}

@media screen and (max-width: 750px) {
  .bl_products {
    padding: 80px 0;
  }
  .bl_products_ttl {
    padding: 21px 36px;
    font-size: 28px;
    margin-bottom: 64px;
    display: flex;
    justify-content: space-between;
  }
  .bl_products_ttl::before {
    position: relative;
    top: initial;
    left: initial;
    transform: none;
    width: 219px;
    height: 36px;
  }
  .bl_products_list {
    gap: 36px;
  }
  .bl_products_item {
    display: flex;
    flex-direction: column;
    width: calc((100% - 36px) / 2);
    height: auto;
  }
  .bl_products_item .bl_item_link {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
  }
  .bl_products_item .bl_item_hgroup {
    padding: 15px 24px 21px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .bl_products_item .bl_item_txt {
    margin-bottom: 12px;
    font-size: 34px;
  }
  .bl_products_item .bl_item_ttl {
    font-size: 25px;
  }
  .bl_products_prev,
  .bl_products_next {
    width: 64px;
    height: 64px;
  }
  .bl_products_prev {
    left: -16px;
  }
  .bl_products_next {
    right: -16px;
  }
}
