@charset "UTF-8";

html {
  font-size: 62.5%;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  width: 100%;
  overflow-x: hidden;
  color: #313131;
  font-weight: 500;
  font-family: 'Noto Sans JP', 'arial', sans-serif;
  line-height: 1.7;
  letter-spacing: 0.05em;
  word-wrap: break-word;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-size: 14px;
  font-size: 1.4rem;
}

@media (min-width: 769px) {
  body {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  line-height: 1.4;
}

a {
  color: #313131;
  text-decoration: none;
  -webkit-transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
  -o-transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
  transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a img {
  overflow: hidden;
  outline: none;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

@media (min-width: 769px) {
  a:hover {
    color: #888;
  }
  a:hover img {
    opacity: 0.8;
  }
}

a:link,
a:visited,
a:active,
a:hover,
a:focus {
  outline: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-style: none;
  outline: none;
  -moz-user-select: none;
}

input[type='text'],
input[type='email'],
input[type='tel'],
input[type='password'],
textarea,
select {
  width: 100%;
  padding: 0;
  font-size: 16px;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button,
input[type='submit'] {
  padding: 0;
  background: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  -webkit-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input::-webkit-input-placeholder {
  color: #ccc;
}

input:-ms-input-placeholder {
  color: #ccc;
}

input::-ms-input-placeholder {
  color: #ccc;
}

input::placeholder {
  color: #ccc;
}

select {
  color: inherit;
  font-size: 16px;
  vertical-align: middle;
  cursor: pointer;
}

select option {
  color: #333;
  background-color: #fff;
}

select::-ms-expand {
  display: none;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #888;
}

:focus {
  outline: none;
}

@media (min-width: 769px) {
  input[type='text'],
  input[type='email'],
  input[type='tel'],
  input[type='password'],
  textarea,
  select {
    font-size: 14px;
  }
}

iframe {
  width: 100%;
}

.no-script {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.mt0 {
  margin-top: 0px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mr20 {
  margin-right: 20px !important;
}

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

.ml20 {
  margin-left: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.ml80 {
  margin-left: 80px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mr90 {
  margin-right: 90px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.ml90 {
  margin-left: 90px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mr100 {
  margin-right: 100px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.ml100 {
  margin-left: 100px !important;
}

/* clearfix
-------------------------- */
.clearfix::after {
  content: '';
  display: block;
  clear: both;
}

* html .clearfix {
  height: 1%;
}

/* font
-------------------------- */
.icon_font::before,
.icon_font::after {
  font-family: 'icomoon';
}

.rbt {
  font-family: 'Roboto', sans-serif;
}

/* WP
---------------------------------------------------------- */
.alignleft {
  display: inline;
  float: left;
}

.alignright {
  display: inline;
  float: right;
}

.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

img.centered {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

img.alignright {
  display: block;
  width: 48% !important;
}

img.alignleft {
  display: block;
  width: 48% !important;
}

.gallery {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.gallery.gallery-columns-1 .gallery-item {
  width: 100%;
}

.gallery.gallery-columns-2 .gallery-item {
  width: 48%;
}

.gallery.gallery-columns-3 .gallery-item {
  width: 31%;
}

.gallery.gallery-columns-4 .gallery-item {
  width: 23%;
}

.gallery.gallery-columns-5 .gallery-item {
  width: 18%;
}

.gallery.gallery-columns-6 .gallery-item {
  width: 14%;
}

.gallery.gallery-columns-7 .gallery-item {
  width: 13%;
}

.gallery.gallery-columns-8 .gallery-item {
  width: 12%;
}

.gallery.gallery-columns-9 .gallery-item {
  width: 11%;
}

/* common
-------------------------- */
.fs-preview-header {
  margin-bottom: 0;
}

.inner_width_01,
.inner_width_03,
.inner_width_05 {
  width: 90%;
  margin: 0 auto;
}

.pc {
  display: none;
}

@media (min-width: 769px) {
  .inner_width_01 {
    width: 100%;
    max-width: 1100px;
    padding: 0 20px;
  }
  .inner_width_02 {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .inner_width_03 {
    width: 100%;
    max-width: 1250px;
    padding: 0 20px;
  }
  .inner_width_04 {
    max-width: 1250px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .inner_width_05 {
    width: 100%;
    max-width: 840px;
    padding: 0 20px;
  }
  .inner_width_06 {
    max-width: 840px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
}

.center {
  text-align: center;
}

.bold {
  font-weight: bold;
}

.no_post {
  padding: 20px 0;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flex.fw_w {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex.jc_sb {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex.jc_sa {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.flex.jc_c {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex.ai_c {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex.ai_fs {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.map {
  position: relative;
  height: 0;
  overflow: hidden;
  background: #f1f1f1;
}

.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slick_slider {
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.slick_slider.slick-initialized {
  display: block;
  opacity: 1;
}

.js_sticky_box {
  position: -webkit-sticky;
  position: sticky;
}

.img_ratio_01,
.img_ratio_02,
.img_ratio_03 {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.img_ratio_01::before,
.img_ratio_02::before,
.img_ratio_03::before {
  display: block;
  content: '';
}

.img_ratio_01 .img_inner,
.img_ratio_02 .img_inner,
.img_ratio_03 .img_inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.img_ratio_01 .img_inner img,
.img_ratio_02 .img_inner img,
.img_ratio_03 .img_inner img {
  width: 100%;
  height: 100%;
  font-family: 'object-fit: cover;';
  -o-object-fit: cover;
  object-fit: cover;
}

.img_ratio_01::before {
  padding-top: 100%;
}

.img_ratio_02::before {
  padding-top: 75%;
}

.img_ratio_03::before {
  padding-top: 60%;
}

.button a,
.button button {
  display: block;
  width: 100%;
  padding: 13px 0;
  text-align: center;
}

.button.button_01 a,
.button.button_01 button {
  color: #fff;
  background: #181818;
  border: 1px solid #181818;
  margin-bottom: 100px;
}

/* 一覧へは白ボタン  2023.11 z-prj */
.button.button_02 a,
.button.button_02 button {
  color: #181818;
  background: transparent;
  border: 1px solid #181818;
  margin-bottom: 100px;
}

@media (min-width: 769px) {
  .no_post {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .button a,
  .button button {
    padding: 18px 0;
  }
  .button.button_01 a:hover,
  .button.button_01 button:hover {
    color: #181818;
    background: transparent;
    margin-bottom: 100px;
  }
}

/* header
-------------------------- */
.notice {
  padding: 5px 0;
  color: #fff;
  text-align: center;
  background: #181818;
  /*background: #003939;*/
}

/* >>>>> 黒帯切り替え add 2023.11 z-prj >>>>> */
.notice .notice_msg {
  display: none;
  text-align: center;
}
.notice .notice_msg.appear {
  display: block;
  animation: 5s fadeIn; /* ふわっと秒 */
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.notice .notice_msg a {
  color: white;
}
/* <<<<< 黒帯切り替え add 2023.11 z-prj <<<<< */

.notice .close_btn {
  position: absolute;
  top: 5px;
  right: 10px;
  width: 20px;
  height: 20px;
}

.notice .close_btn a {
  display: block;
  width: 100%;
  height: 100%;
}

.notice .close_btn::before,
.notice .close_btn::after {
  position: absolute;
  top: 50%;
  width: 20px;
  height: 1px;
  background: #fff;
  content: '';
  pointer-events: none;
}

.notice .close_btn::before {
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}

.notice .close_btn::after {
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(-45deg);
  -ms-transform: translateX(-50%) rotate(-45deg);
  transform: translateX(-50%) rotate(-45deg);
}

.header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 9999;
  width: 100%;
}

.header .header_inner {
  height: 50px;
  background: #fff;
  -webkit-transition: height 0.2s ease;
  -o-transition: height 0.2s ease;
  transition: height 0.2s ease;
}

.header .inner_width_04 {
  position: relative;
  height: 100%;
}

.header .logo {
  position: absolute;
  top: 9px;
  left: 50%;
  width: 160px;
  height: 34px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.header .sp_menu_btn {
  position: absolute;
  top: 15px;
  left: 20px;
  z-index: 9999;
  width: 24px;
  height: 20px;
}

.header .sp_menu_btn a {
  display: block;
  width: 100%;
  height: 100%;
}

.header .sp_menu_btn span {
  position: absolute;
  width: 24px;
  height: 1px;
  background: #313131;
}

.header .sp_menu_btn span:nth-of-type(1) {
  top: 0;
}

.header .sp_menu_btn span:nth-of-type(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.header .sp_menu_btn span:nth-of-type(3) {
  bottom: 0;
}

.header .btn_box {
  position: absolute;
  top: 17px;
  right: 20px;
}

.header .btn_box li {
  margin-left: 15px;
}

.header .btn_box li .icon_font {
  font-size: 18px;
  font-size: 1.8rem;
}

.header .btn_box li.bag.on {
  position: relative;
}

.header .btn_box li.bag.on::before {
  position: absolute;
  top: 2px;
  right: -1px;
  display: block;
  width: 5px;
  height: 5px;
  overflow: hidden;
  background: #e60012;
  border-radius: 100%;
  content: '';
}

.header .btn_box li .cart_num {
  display: none;
}

.sp_drawer_menu {
  position: fixed;
  top: 0;
  left: -86%;
  z-index: 99999;
  width: 86%;
  height: 100%;
  background: #fff;
  -webkit-transition: left 0.15s ease;
  -o-transition: left 0.15s ease;
  transition: left 0.15s ease;
}

.sp_drawer_menu_open_fixed .sp_drawer_menu {
  left: 0;
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.sp_drawer_menu .sp_drawer_menu_inner {
  position: relative;
  z-index: 1;
  height: 100%;
  padding: 0 0 40px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
}

.sp_drawer_menu .sp_drawer_menu_inner::-webkit-scrollbar {
  display: none;
}

.sp_drawer_menu .search {
  width: 100%;
  padding: 30px 4% 10px;
}

.sp_drawer_menu .search .form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 95%;
}

.sp_drawer_menu .search input[type='text'] {
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 5px 0;
  border-bottom: 1px solid #313131;
}

.sp_drawer_menu .search .btn {
  width: 33px;
  text-align: right;
}

.sp_drawer_menu .search .btn .icon_font {
  font-size: 22px;
  font-size: 2.2rem;
}

.sp_drawer_menu .all_item_btn {
  position: relative;
  display: block;
  padding: 20px 15px;
  border-bottom: 1px solid #eee;
  font-size: 16px;
  font-size: 1.6rem;
}

.sp_drawer_menu ul li {
  border-bottom: 1px solid #eee;
}

.sp_drawer_menu ul li a {
  position: relative;
  display: block;
  padding: 20px 15px;
  font-size: 13px;
  font-size: 1.3rem;
}

.sp_drawer_menu ul li ul {
  display: none;
  padding: 0 20px 10px 35px;
}

.sp_drawer_menu ul li ul li {
  border: none;
}

.sp_drawer_menu ul li ul li a {
  font-size: 12px;
  font-size: 1.2rem;
  padding: 0 0 20px;
}

.sp_drawer_menu ul .dropdown {
  -webkit-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  transition: background 0.2s ease;
}

.sp_drawer_menu ul .dropdown.open {
  background: #f8f8f8;
}

.sp_drawer_menu ul .dropdown.open a::before {
  -webkit-transform: translateY(-50%) rotate(135deg);
  -ms-transform: translateY(-50%) rotate(135deg);
  transform: translateY(-50%) rotate(135deg);
}

.sp_drawer_menu ul .dropdown a {
  position: relative;
}

.sp_drawer_menu ul .dropdown a::before {
  border-top: 1px solid #9fa2a4;
  border-right: 1px solid #9fa2a4;
  position: absolute;
  top: 50%;
  z-index: 10;
  display: block;
  width: 10px;
  height: 10px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  -webkit-transition: border-color 0.3s ease;
  -o-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
  content: '';
  pointer-events: none;
  right: 20px;
}

.sp_drawer_menu ul .dropdown a::before {
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.sp_drawer_menu ul .dropdown ul li a::before {
  display: none;
}

.sp_drawer_menu_bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99998;
  width: 100%;
  height: 100%;
  background: none;
  visibility: hidden;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.sp_drawer_menu_open_fixed .sp_drawer_menu_bg {
  background: rgba(0, 0, 0, 0.6);
  visibility: visible;
}

.sp_drawer_menu_bg .close_btn {
  position: absolute;
  top: 15px;
  right: 20px;
  width: 20px;
  height: 20px;
}

.sp_drawer_menu_bg .close_btn a {
  display: block;
  width: 100%;
  height: 100%;
}

.sp_drawer_menu_bg .close_btn::before,
.sp_drawer_menu_bg .close_btn::after {
  position: absolute;
  top: 50%;
  width: 20px;
  height: 1px;
  background: #fff;
  pointer-events: none;
  content: '';
}

.sp_drawer_menu_bg .close_btn::before {
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}

.sp_drawer_menu_bg .close_btn::after {
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(-45deg);
  -ms-transform: translateX(-50%) rotate(-45deg);
  transform: translateX(-50%) rotate(-45deg);
}

.sp_drawer_menu_open_fixed {
  position: fixed;
  width: 100%;
}

@media (min-width: 769px) {
  .notice {
    padding: 8px 0;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .notice .close_btn {
    top: 5px;
    right: 30px;
    width: 25px;
    height: 25px;
  }
  .notice .close_btn::before,
  .notice .close_btn::after {
    width: 25px;
  }
  .header .header_inner {
    height: 115px;
  }
  .header.size .header_inner {
    height: 85px;
  }
  .header.size .logo {
    top: 10px;
    width: 150px;
  }
  .header.size .btn_box {
    top: 15px;
  }
  .header.size .pc_search {
    top: 15px;
  }
  .header.size .pc_nav {
    height: 34px;
  }
  .header.size .pc_mo_menu {
    top: 34px;
  }
  .header .logo {
    top: 18px;
    width: 180px;
    height: 39px;
    -webkit-transition: width 0.2s ease, top 0.2s ease;
    -o-transition: width 0.2s ease, top 0.2s ease;
    transition: width 0.2s ease, top 0.2s ease;
  }
  .header .logo svg {
    -webkit-transition: fill 0.2s ease;
    -o-transition: fill 0.2s ease;
    transition: fill 0.2s ease;
  }
  .header .logo svg:hover {
    fill: #555;
  }
  .header .sp_menu_btn {
    display: none;
  }
  .header .btn_box {
    top: 25px;
    -webkit-transition: top 0.2s ease;
    -o-transition: top 0.2s ease;
    transition: top 0.2s ease;
  }
  .header .btn_box li {
    margin-left: 25px;
  }
  .header .btn_box li .icon_font {
    font-size: 19px;
    font-size: 1.9rem;
  }
  .header .pc_search {
    position: absolute;
    top: 25px;
    left: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 33px;
    -webkit-transition: width 0.4s ease, top 0.2s ease;
    -o-transition: width 0.4s ease, top 0.2s ease;
    transition: width 0.4s ease, top 0.2s ease;
  }
  .header .pc_search.open {
    width: 250px;
  }
  .header .pc_search.open .inner {
    opacity: 1;
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
  }
  .header .pc_search .inner {
    border-bottom: 1px solid #313131;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .header .pc_search .btn {
    width: 33px;
    padding-left: 10px;
  }
  .header .pc_search .btn .icon_font {
    font-size: 22px;
    font-size: 2.2rem;
  }
  .header .pc_nav {
    position: absolute;
    bottom: 0px;
    left: 50%;
    width: 100%;
    height: 44px;
    text-align: center;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: height 0.2s ease;
    -o-transition: height 0.2s ease;
    transition: height 0.2s ease;
  }
  .header .pc_nav > li {
    display: inline-block;
    height: 100%;
    margin: 0 3%;
  }
  .header .pc_nav > li:hover > a::after,
  .header .pc_nav > li.mo > a::after,
  .header .pc_nav > li.current > a::after {
    width: 100%;
  }
  .header .pc_nav > li > a {
    font-size: 13px;
    font-size: 1.3rem;
    position: relative;
    z-index: 1;
    display: block;
    height: 100%;
    overflow: hidden;
    color: #000;
  }
  .header .pc_nav > li > a::after {
    position: absolute;
    bottom: 0px;
    left: 50%;
    width: 0;
    height: 1px;
    background: #333;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    content: '';
  }
  .header .pc_mo_menu {
    position: absolute;
    top: 44px;
    left: 0;
    z-index: 0;
    display: none;
    width: 100%;
    height: auto;
    padding: 40px 0;
    text-align: left;
    background: #f8f8f8;
    -webkit-transition: top 0.2s ease;
    -o-transition: top 0.2s ease;
    transition: top 0.2s ease;
  }
  .header .pc_mo_menu .box {
    width: 30%;
    margin-bottom: 40px;
  }
  .header .pc_mo_menu .box .ttl {
    margin-bottom: 25px;
    color: #858585;
  }
  .header .pc_mo_menu .box .ttl a {
    color: #858585;
  }
  .header .pc_mo_menu .box ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .header .pc_mo_menu .box ul li {
    width: 50%;
    padding: 0 20px 20px 0;
  }
  .header .pc_mo_menu .box ul li a {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .header .pc_mo_menu .mo_close_btn {
    text-align: center;
  }
  .header .pc_mo_menu .mo_close_btn a {
    font-size: 15px;
    font-size: 1.5rem;
    position: relative;
    padding-left: 35px;
    text-decoration: underline;
  }
  .header .pc_mo_menu .mo_close_btn a::before,
  .header .pc_mo_menu .mo_close_btn a::after {
    position: absolute;
    top: 50%;
    left: 0;
    width: 20px;
    height: 1px;
    background: #181818;
    content: '';
  }
  .header .pc_mo_menu .mo_close_btn a::before {
    -webkit-transform: translate(0, -50%) rotate(-45deg);
    -ms-transform: translate(0, -50%) rotate(-45deg);
    transform: translate(0, -50%) rotate(-45deg);
  }
  .header .pc_mo_menu .mo_close_btn a::after {
    -webkit-transform: translate(0, -50%) rotate(45deg);
    -ms-transform: translate(0, -50%) rotate(45deg);
    transform: translate(0, -50%) rotate(45deg);
  }
  .sp_drawer_menu_bg,
  .sp_drawer_menu {
    display: none;
  }

  .fs-header-minimal .header_inner {
    height: 80px;
  }
  .fs-header-minimal.size .header_inner {
    height: 55px;
  }
}

/* footer
-------------------------- */
.page_top_btn_box {
  position: relative;
  z-index: 9998;
}

.page_top_btn_box .inner_width_02 {
  position: relative;
}

.page_top_btn_box .btn {
  position: absolute;
  top: -23px;
  right: 15px;
}

.page_top_btn_box .btn a {
  position: relative;
  display: block;
  width: 46px;
  height: 46px;
  background: #181818;
  border-radius: 100%;
}

.page_top_btn_box .btn a::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  display: block;
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: translate(-50%, -40%) rotate(45deg);
  -ms-transform: translate(-50%, -40%) rotate(45deg);
  transform: translate(-50%, -40%) rotate(45deg);
  pointer-events: none;
  content: '';
}

.page_top_btn_box .btn a:hover {
  background: #555;
}

.footer {
  color: #ccc;
  background: #181818;
}

.footer .footer_box .footer_box_inner {
  width: 90%;
  margin: 0 auto;
}

.footer .footer_box .list_01 li a {
  position: relative;
  display: block;
  padding: 20px 15px;
  color: #999;
}

.footer .footer_box .list_01 li a::before,
.footer .footer_box .list_01 li a::after {
  position: absolute;
  top: 50%;
  background: #999;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: '';
}

.footer .footer_box .list_01 li a::before {
  right: 10px;
  width: 15px;
  height: 1px;
}

.footer .footer_box .list_01 li a::after {
  right: 17px;
  width: 1px;
  height: 15px;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.footer .footer_box .list_01 li.open a::after {
  opacity: 0;
}

.footer .footer_box .list_01 li ul {
  padding: 0 20px 0 30px;
}

.footer .footer_box .list_01 li ul li {
  margin-bottom: 15px;
}

.footer .footer_box .list_01 li ul li a {
  font-size: 12px;
  font-size: 1.2rem;
  display: inline;
  padding: 0;
  color: #fff;
}

.footer .footer_box .list_01 li ul li a::before,
.footer .footer_box .list_01 li ul li a::after {
  display: none;
}

.footer .footer_box .list_01 li .js_dropdown_block {
  display: none;
  padding-bottom: 10px;
}

.footer .footer_box_01 {
  padding: 30px 0 0;
  background: #252527;
}

.footer .footer_box_01 ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer .footer_box_01 ul li {
  width: 48%;
  margin: 0 0 30px;
  text-align: center;
}

.footer .footer_box_01 ul li::before {
  display: block;
  margin-bottom: 10px;
  font-size: 45px;
  line-height: 1;
}

.footer .footer_box_01 ul li:nth-of-type(1)::before {
  content: '\e906';
}

.footer .footer_box_01 ul li:nth-of-type(2)::before {
  content: '\e907';
}

.footer .footer_box_01 ul li:nth-of-type(3)::before {
  content: '\e90d';
}

.footer .footer_box_01 ul li:nth-of-type(4)::before {
  content: '\e90c';
}

.footer .footer_box_01 ul li .ttl {
  font-size: 13px;
  font-size: 1.3rem;
  margin-bottom: 3px;
  color: #fff;
  font-weight: bold;
}

.footer .footer_box_01 ul li .text {
  font-size: 11px;
  font-size: 1.1rem;
}

.footer .footer_box_02 {
  text-align: center;
}

.footer .footer_box_02 .footer_box_inner {
  padding: 50px 0;
  border-bottom: 1px solid #2c2b28;
}

.footer .footer_box_02 .ttl {
  font-size: 13px;
  font-size: 1.3rem;
  margin-bottom: 20px;
  color: #fff;
  line-height: 1.5;
}

.footer .footer_box_02 .ttl span {
  font-size: 24px;
  font-size: 2.4rem;
  display: block;
  letter-spacing: 0.2em;
}

.footer .footer_box_02 .text {
  margin-bottom: 20px;
}

.footer .footer_box_02 .btn {
  width: 100%;
  margin: 0 auto;
}

.footer .footer_box_02 .btn a {
  display: block;
  padding: 15px 0;
  color: #fff;
  text-align: center;
  border: 1px solid #2c2b28;
}

.footer .footer_box_03 .footer_box_inner {
  border-bottom: 1px solid #2c2b28;
}

.footer .footer_box_04 .footer_box_inner {
  padding: 0 0 50px;
  border-bottom: 1px solid #2c2b28;
}

.footer .footer_box_04 .list_01 {
  border-bottom: 1px solid #2c2b28;
}

.footer .footer_box_04 .sns_btn {
  padding: 35px 0;
}

.footer .footer_box_04 .sns_btn .ttl {
  display: none;
}

.footer .footer_box_04 .sns_btn ul {
  text-align: center;
}

.footer .footer_box_04 .sns_btn ul li {
  display: inline-block;
  margin: 0 15px;
}

.footer .footer_box_04 .sns_btn ul li .icon_font {
/* sns繧｢繧､繧ｳ繝ｳ繧貞､ｧ縺阪￥縺吶ｋ  2023.11 z-prj */
  font-size: 3.5px;
  font-size: 3.5rem;
  color: #fff;
}

.footer .footer_box_05 .footer_box_inner {
  padding: 40px 0 30px;
}

.footer .footer_box_05 ul {
  margin-bottom: 30px;
  text-align: center;
}

.footer .footer_box_05 ul li {
  display: inline-block;
  padding: 0 5px;
  line-height: 1.2;
}

.footer .footer_box_05 ul li:nth-of-type(1) {
  border-right: 1px solid #999;
}

.footer .footer_box_05 ul li a {
  color: #ccc;
  font-size: 11px;
  font-size: 1.1rem;
}

.footer .footer_box_05 .copy {
  color: #999;
  font-size: 10px;
  font-size: 1rem;
  text-align: center;
}

@media (min-width: 769px) {
  .page_top_btn_box .btn {
    right: 10px;
  }
  .footer .footer_box .footer_box_inner {
    width: 100%;
  }
  .footer .footer_box .list_01 li a {
    padding: 0;
  }
  .footer .footer_box .list_01 li a::before,
  .footer .footer_box .list_01 li a::after {
    display: none;
  }
  .footer .footer_box .list_01 li .js_dropdown_trigger {
    pointer-events: none;
  }
  .footer .footer_box .list_01 li ul {
    padding: 0;
  }
  .footer .footer_box .list_01 li ul li {
    margin-bottom: 10px;
  }
  .footer .footer_box .list_01 li ul li a {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 0;
  }
  .footer .footer_box .list_01 li .js_dropdown_block {
    display: block;
    padding-bottom: 0;
  }
  .footer .footer_box_01 {
    padding: 70px 0;
  }
  .footer .footer_box_01 ul {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .footer .footer_box_01 ul li {
    width: 25%;
    margin: 0;
  }
  .footer .footer_box_01 ul li::before {
    margin-bottom: 20px;
    font-size: 40px;
  }
  .footer .footer_box_01 ul li .ttl {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 8px;
  }
  .footer .footer_box_01 ul li .text {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .footer .footer_box_02 .footer_box_inner {
    padding: 50px 0;
    border-bottom: 1px solid #2c2b28;
  }
  .footer .footer_box_02 .ttl {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
  .footer .footer_box_02 .ttl span {
    font-size: 26px;
    font-size: 2.6rem;
    margin-bottom: 5px;
  }
  .footer .footer_box_02 .text {
    margin-bottom: 25px;
  }
  .footer .footer_box_02 .btn {
    width: 330px;
  }
  .footer .footer_box_02 .btn a {
    padding: 18px 0;
    color: #313131;
    background: #fff;
    border: 1px solid #fff;
  }
  .footer .footer_box_02 .btn a:hover {
    color: #fff;
    background: #181818;
  }
  .footer .footer_box_03 .footer_box_inner {
    padding: 50px 0;
    border-bottom: 1px solid #2c2b28;
  }
  .footer .footer_box_03 .list_01 .ttl a {
    margin-bottom: 30px;
    text-align: center;
  }
  .footer .footer_box_03 .list_01 li .js_dropdown_block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .footer .footer_box_03 .list_01 li ul {
    width: 33%;
    margin: 0;
  }
  .footer .footer_box_04 .footer_box_inner {
    padding: 50px 0;
  }
  .footer .footer_box_04 .inner_width_02 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .footer .footer_box_04 .order_01 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .footer .footer_box_04 .order_02 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .footer .footer_box_04 .list_01 {
    width: 25%;
    border-bottom: none;
  }
  .footer .footer_box_04 .list_01 .ttl a {
    margin-bottom: 30px;
  }
  .footer .footer_box_04 .sns_btn {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    width: 25%;
    padding: 0;
  }
  .footer .footer_box_04 .sns_btn .ttl {
    display: block;
    margin-bottom: 30px;
    color: #999;
  }
  .footer .footer_box_04 .sns_btn ul {
    text-align: left;
  }
  .footer .footer_box_04 .sns_btn ul li {
    margin: 0 15px 0 0;
  }
  .footer .footer_box_04 .sns_btn ul li .icon_font {
    /* sns繧｢繧､繧ｳ繝ｳ繧貞､ｧ縺阪￥縺吶ｋ  2023.11 z-prj */
    font-size: 30px;
    font-size: 3.0rem;
  }
  .footer .footer_box_04 .bnr_box {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
    width: 25%;
  }
  .footer .footer_box_05 .footer_box_inner {
    padding: 35px 0 25px;
  }
  .footer .footer_box_05 .inner_width_02 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .footer .footer_box_05 ul {
    margin-bottom: 0;
    text-align: left;
  }
  .footer .footer_box_05 ul li {
    padding: 0 7px;
  }
  .footer .footer_box_05 ul li a {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .footer .footer_box_05 .copy {
    font-size: 12px;
    font-size: 1.2rem;
    text-align: right;
  }
}

/* container
-------------------------- */
.common_ttl_01 {
  line-height: 1.5;
  text-align: center;
  font-size: 13px;
  font-size: 1.3rem;
}

.common_ttl_01 span {
  font-size: 24px;
  font-size: 2.4rem;
  display: block;
  letter-spacing: 0.1em;
}

.breadcrumb ul {
  padding: 20px 0;
  line-height: 1.5;
}

.breadcrumb ul li {
  display: inline;
  font-size: 12px;
  font-size: 1.2rem;
}

.breadcrumb ul li::after {
  content: '>';
  margin: 0 2px 0 5px;
}

.breadcrumb ul li:last-child::after {
  display: none;
}

.breadcrumb ul li a {
  line-height: 1;
  text-decoration: underline;
}

.page_ttl_01 {
  margin-bottom: 30px;
  padding: 20px 0;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

.page_ttl_01 .ttl {
  font-size: 19px;
  font-size: 1.9rem;
}

.cat_sort {
  margin-bottom: 30px;
  padding: 13px 0;
  background: #f8f8f8;
}

.cat_sort ul {
  padding: 0 4%;
}

.cat_sort ul li {
  display: inline-block;
  margin-right: 25px;
}

.cat_sort ul li.current-cat a {
  font-weight: bold;
}

.cat_sort ul li a {
  font-size: 13px;
  font-size: 1.3rem;
}

.pager {
  text-align: center;
}

.pager a,
.pager span {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0 2px 10px;
  line-height: 28px;
  vertical-align: middle;
  font-size: 12px;
  font-size: 1.2rem;
}

.pager .page-numbers {
  border: 1px solid #e5e5e5;
}

.pager .current {
  color: #fff;
  background: #181818;
  border: 1px solid #181818;
}

.pager .dots {
  border: none;
}

.pager .prev,
.pager .next {
  position: relative;
  margin: 0 0 10px;
  border: none;
}

.pager .prev::before,
.pager .next::before {
  position: absolute;
  top: 50%;
  width: 10px;
  height: 10px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  content: '';
}

.pager .prev::before {
  left: 15px;
  border-bottom: 1px solid #313131;
  border-left: 1px solid #313131;
}

.pager .next::before {
  right: 15px;
  border-top: 1px solid #313131;
  border-right: 1px solid #313131;
}

.common_carousel_01 {
  padding: 20px 0 50px;
}

.common_carousel_01 .ttl {
  margin-bottom: 30px;
}

.common_carousel_01 .common_carousel {
  padding: 0 10%;
}

.common_carousel_01 .common_carousel .slick-prev,
.common_carousel_01 .common_carousel .slick-next {
  top: 50%;
  z-index: 10;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.8);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.common_carousel_01 .common_carousel .slick-prev::before,
.common_carousel_01 .common_carousel .slick-next::before {
  position: absolute;
  top: 50%;
  width: 12px;
  height: 12px;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  -ms-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
  opacity: 1;
  content: '';
}

.common_carousel_01 .common_carousel .slick-prev {
  left: 1%;
}

.common_carousel_01 .common_carousel .slick-prev::before {
  left: 17px;
  border-bottom: 1px solid #181818;
  border-left: 1px solid #181818;
}

.common_carousel_01 .common_carousel .slick-next {
  right: 1%;
}

.common_carousel_01 .common_carousel .slick-next::before {
  right: 17px;
  border-top: 1px solid #181818;
  border-right: 1px solid #181818;
}

.common_carousel_01 .item .img {
  width: 80%;
  margin: 0 auto 10px;
}

.common_carousel_01 .item .item_name {
  padding: 0 5px 5px;
  font-size: 12px;
  font-size: 1.2rem;
}

.common_carousel_01 .item .item_price {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 0 5px;
  font-weight: bold;
}

.content_01 {
  padding-bottom: 50px;
}

.content_02 {
  padding-bottom: 80px;
}

.content_box:last-child {
  padding-bottom: 0;
}

.content_box_01 {
  padding-bottom: 30px;
}

.content_box_02 {
  padding-bottom: 50px;
}

.content_ttl_01 {
  font-size: 17px;
  font-size: 1.7rem;
  margin-bottom: 20px;
  text-align: center;
}

.content_ttl_02 {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 20px;
}

.content_ttl_03 {
  font-size: 15px;
  font-size: 1.5rem;
  margin-bottom: 20px;
}

.content_note {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
}

.tdul {
  text-decoration: underline;
}

/* form */
.form_01 .required {
  font-size: 10px;
  font-size: 1rem;
  position: relative;
  top: -0.2em;
  color: #cc0000;
  vertical-align: top;
}

.form_01 dl {
  padding-bottom: 20px;
}

.form_01 dl dt {
  margin-bottom: 5px;
}

.form_01 dl dd .input_text_01,
.form_01 dl dd .input_text_02,
.form_01 dl dd .input_text_03,
.form_01 dl dd textarea {
  margin-bottom: 10px;
  padding: 15px 10px;
  border: 1px solid #e5e5e5;
}

.form_01 dl dd .input_text_02 {
  width: 25%;
}

.form_01 dl dd .input_text_03 {
  width: 35%;
}

.form_01 dl dd .select_01,
.form_01 dl dd .select_02 {
  margin-bottom: 10px;
  border: 1px solid #e5e5e5;
  position: relative;
}

.form_01 dl dd .select_01::before,
.form_01 dl dd .select_02::before {
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  position: absolute;
  top: 50%;
  z-index: 10;
  display: block;
  width: 8px;
  height: 8px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  -webkit-transition: border-color 0.3s ease;
  -o-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
  content: '';
  pointer-events: none;
  right: 18px;
}

.form_01 dl dd .select_01 select,
.form_01 dl dd .select_02 select {
  width: 100%;
  padding: 15px;
}

.form_01 dl dd .check_box {
  display: inline-block;
  margin: 0 15px 10px 0;
}

.form_01 dl dd .check_box input[type='checkbox'] {
  display: none;
}

.form_01 dl dd .check_box input[type='checkbox']:checked + span::before {
  background: #262626;
}

.form_01 dl dd .check_box input[type='checkbox']:checked + span::after {
  position: absolute;
  top: 2px;
  left: 6px;
  width: 7px;
  height: 12px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  content: '';
}

.form_01 dl dd .check_box span {
  position: relative;
  padding-left: 30px;
  line-height: 1.2;
}

.form_01 dl dd .check_box span::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid #ccc;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  content: '';
}

.form_01 dl dd .check_box span::after {
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}

.form_01 .btn {
  width: 70%;
  margin: 10px auto 0;
}

.form_thanks p,
.no_page p {
  margin-bottom: 30px;
}

.form_thanks .btn,
.no_page .btn {
  width: 70%;
  margin: 30px auto 0;
}

/* add 2023.12 z-prj */
.view_more {
  text-align: right;
}
.view_more_mr {
  text-align: right;
  margin-right: 20px;
}

@media (min-width: 769px) {
  .common_ttl_01 {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .common_ttl_01 span {
    font-size: 36px;
    font-size: 3.6rem;
  }
  .breadcrumb ul {
    padding: 40px 0 20px;
  }
  .breadcrumb ul li::after {
    margin: 0 2px 0 7px;
  }
  .page_ttl_01 {
    margin-bottom: 60px;
    padding: 30px 0;
  }
  .page_ttl_01 .ttl {
    font-size: 20px;
    font-size: 2rem;
  }
  .page_ttl_01 .ttl br {
    display: none;
  }
  .cat_sort {
    margin-bottom: 50px;
    padding: 10px 0;
  }
  .cat_sort ul {
    padding: 0 30px;
  }
  .cat_sort ul li {
    margin-right: 30px;
  }
  .cat_sort ul li a {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .pager a,
  .pager span {
    width: 35px;
    height: 35px;
    margin: 0 3px 10px;
    line-height: 33px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .pager a:hover {
    color: #fff;
    background: #181818;
    border: 1px solid #181818;
  }
  .pager .prev:hover,
  .pager .next:hover {
    background: none;
    border: none;
  }
  .pager .prev {
    margin: 0 20px 10px 0;
  }
  .pager .next {
    margin: 0 0 10px 20px;
  }
  .common_carousel_01 {
    padding: 50px 0 100px;
  }
  .common_carousel_01 .ttl {
    margin-bottom: 40px;
  }
  .common_carousel_01 .common_carousel {
    padding: 0 5%;
  }
  .common_carousel_01 .common_carousel .slick-prev {
    left: 0;
  }
  .common_carousel_01 .common_carousel .slick-next {
    right: 0;
  }
  .common_carousel_01 .item .img {
    width: 50%;
    margin: 0 auto 30px;
  }
  .common_carousel_01 .item .item_name {
    padding: 0 20px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .common_carousel_01 .item .item_price {
    font-size: 15px;
    font-size: 1.5rem;
    padding: 0 20px;
  }
  .content_01 {
    padding-bottom: 80px;
  }
  .content_02 {
    padding-bottom: 120px;
  }
  .content_box_01 {
    padding-bottom: 80px;
  }
  .content_ttl_01 {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 30px;
  }
  .content_ttl_02 {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .content_ttl_03 {
    font-size: 16px;
    font-size: 1.6rem;
  }
  /* form */
  .form_01 dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 20px;
  }
  .form_01 dl dt {
    width: 28%;
    margin-bottom: 0;
    padding-top: 10px;
  }
  .form_01 dl dd {
    width: 72%;
  }
  .form_01 dl dd .input_text_02 {
    width: 80px;
  }
  .form_01 dl dd .input_text_03 {
    width: 120px;
  }
  .form_01 dl dd .select_02 {
    width: 250px;
  }
  .form_01 .btn {
    width: 250px;
    margin: 20px auto 0;
  }
  .form_thanks p,
  .no_page p {
    margin-bottom: 40px;
    text-align: center;
  }
  .form_thanks .btn,
  .no_page .btn {
    width: 250px;
  }
  /* add 2023.11 z-prj */
  .view_more_mr {
    margin-right: 160px;
  }
}

/* 追従バナー */
.sticky-bnr {
  display: none;
  position: fixed;
  bottom: 20px;
  left: 0;
  z-index: 9999;
  width: 100%;
}

.sticky-bnr.close {
  display: none !important;
}

.sticky-bnr .bnr {
  max-width: 300px;
  margin: 0 auto;
  position: relative;
  background: #fff;
}

.sticky-bnr .close-btn {
  width: 24px;
  height: 24px;
  background: #000;
  position: absolute;
  top: -12px;
  right: -12px;
  z-index: 1;
}

.sticky-bnr .close-btn a {
  display: block;
  width: 100%;
  height: 100%;
}

.sticky-bnr .close-btn::before,
.sticky-bnr .close-btn::after {
  content: '';
  width: 22px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  pointer-events: none;
}

.sticky-bnr .close-btn::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.sticky-bnr .close-btn::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

@media (min-width: 769px) {
  .sticky-bnr {
    bottom: 0;
  }
  .sticky-bnr .inner {
    position: relative;
  }
  .sticky-bnr .bnr {
    max-width: 330px;
    margin: 0;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .sticky-bnr .close-btn {
    top: -15px;
    right: 0;
  }
}
