@charset "UTF-8";
/* variable ------------------------- */
/* mixin ------------------------- */
/* base ------------------------- */
body {
  font-size: clamp(16px, 0.937vw, 20px);
}

.font_s_base {
  font-size: clamp(16px, 0.937vw, 20px);
}

img {
  width: auto;
}

.hover {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  filter: alpha(opacity=100);
  opacity: 1;
  outline: none;
}

.hover:hover {
  opacity: 0.5;
}

.img_hover a img {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  filter: alpha(opacity=100);
  opacity: 1;
  outline: none;
}

.img_hover a img:hover {
  opacity: 0.5;
}

.link_hover a {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  filter: alpha(opacity=100);
  opacity: 1;
  outline: none;
}

.link_hover a:hover {
  opacity: 0.5;
}

select {
  padding: clamp(9px, 0.52vw, 12px) clamp(13px, 0.78vw, 17px);
}

.form_input_cont input[type=password],
.form_input_cont input[type=text],
.form_input_cont input[type=email],
.form_input_cont input[type=tel],
.form_input_cont textarea {
  padding-top: 8px;
}

.sp_only {
  display: none;
}

.page_link {
  padding-top: 100px;
  margin-top: -100px;
}

.indent-1 {
  text-indent: -1em;
  margin-left: 1em;
}

.indent-15 {
  text-indent: -1.5em;
  margin-left: 1.5em;
}

.indent-2 {
  text-indent: -2em;
  margin-left: 2em;
}

.indent-25 {
  text-indent: -2.5em;
  margin-left: 2.5em;
}

.head_mg {
  height: 90px;
}

.mg_t1em {
  margin-top: 1em;
}

.mg_l1em {
  margin-left: 1em;
}

/* nav btn ------------------------- */
.menu-trigger,
.menu-trigger span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.menu-trigger {
  position: fixed;
  width: 35px;
  height: 26px;
  right: clamp(28px, 1.562vw, 32px);
  top: 42px;
  z-index: 15000;
  cursor: pointer;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.menu-trigger_fix {
  top: 17px;
}

.menu-trigger span {
  position: absolute;
  height: 4px;
  background-color: #000000;
  width: 100%;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.menu-trigger span:nth-of-type(1) {
  left: 0px;
  top: 0px;
}

.menu-trigger span:nth-of-type(2) {
  left: 0px;
  top: 11px;
}

.menu-trigger span:nth-of-type(3) {
  left: 0px;
  bottom: 0px;
}

.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(10.5px) rotate(-45deg);
  transform: translateY(10.5px) rotate(-45deg);
}

.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}

.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-10.5px) rotate(45deg);
  transform: translateY(-10.5px) rotate(45deg);
}

.menu-trigger.active span {
  background: #fff;
}

/* site ------------------------- */
.pagetop {
  right: -70px;
  bottom: clamp(18px, 1.041vw, 22px);
  width: clamp(45px, 2.6vw, 55px);
  height: clamp(45px, 2.6vw, 55px);
  line-height: clamp(45px, 2.6vw, 55px);
  font-size: clamp(22px, 1.3vw, 27px);
}

.pagetop_on {
  right: clamp(18px, 1.041vw, 22px);
}

.ttl_c {
  font-size: clamp(37px, 2.18vw, 44px);
}
.ttl_c .ja {
  font-size: clamp(18px, 1.041vw, 22px);
  margin-top: clamp(18px, 1.041vw, 22px);
}

.ttl_c_sub {
  font-size: clamp(33px, 1.82vw, 37px);
  line-height: 130%;
}

.ttl_page {
  margin-top: clamp(155px, 8.33vw, 165px);
}

.bread {
  padding-left: clamp(28px, 1.562vw, 32px);
  padding-right: clamp(28px, 1.562vw, 32px);
}
.bread a {
  padding-left: clamp(9px, 0.52vw, 12px);
  padding-right: clamp(9px, 0.52vw, 12px);
}
.bread a:first-child {
  margin-left: 0;
}
.bread span {
  padding-left: clamp(9px, 0.52vw, 12px);
  padding-right: clamp(9px, 0.52vw, 12px);
}

.contents,
.undercolumn_small,
#mypagecolumn {
  margin-top: clamp(35px, 2.08vw, 42px);
  font-size: clamp(15px, 0.88vw, 19px);
}

.content_s {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.content_ss {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

.list_disc li {
  margin-bottom: clamp(5px, 0.25vw, 5px);
}

.btn {
  width: clamp(225px, 11.45vw, 215px);
  margin-top: clamp(65px, 3.645vw, 75px);
}
.btn a,
.btn input {
  position: relative;
  border: solid 2px #000;
  height: 60px;
  line-height: 60px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn a span,
.btn input span {
  position: relative;
  z-index: 1;
}
.btn a::before,
.btn input::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: #fff;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.btn:hover a,
.btn:hover input {
  color: #000;
}
.btn:hover a::before,
.btn:hover input::before {
  width: 100%;
}

.red_btn {
  border: solid 3px #bb0026;
  border-radius: 9999px;
  overflow: hidden;
}
.red_btn a {
  height: clamp(40px, 2.343vw, 50px);
  line-height: clamp(40px, 2.343vw, 50px);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  position: relative;
}
.red_btn a span.txt {
  position: relative;
  z-index: 2;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  color: #fff;
}
.red_btn a::before {
  content: "";
  display: block;
  position: absolute;
  width: 0%;
  background: #fff;
  height: 100%;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.red_btn a:hover span.txt {
  color: #bb0026;
}
.red_btn a:hover::before {
  width: 100%;
}

.red_btn.active a span.txt {
  color: #bb0026;
}
.red_btn.active a::before {
  background: #bb0026;
}
.red_btn.active a:hover span.txt {
  color: #fff;
}

.white_btn {
  border-radius: 9999px;
  overflow: hidden;
}
.white_btn a {
  height: clamp(40px, 2.343vw, 50px);
  line-height: clamp(40px, 2.343vw, 50px);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  position: relative;
}
.white_btn a span.txt {
  position: relative;
  z-index: 2;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  color: #000;
}
.white_btn a::before {
  content: "";
  display: block;
  position: absolute;
  width: 0%;
  background: #000;
  height: 100%;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.white_btn a:hover span.txt {
  color: rgba(255, 255, 255, 0.8666666667);
}
.white_btn a:hover::before {
  width: 100%;
}

.btn_more {
  font-size: clamp(26px, 1.458vw, 30px);
}

.btn_more .icon {
  margin-left: clamp(13px, 0.78vw, 17px);
  font-size: 140%;
  font-weight: 300;
  margin-top: -2px;
}

.hover_under {
  position: relative;
}
.hover_under::before {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  height: 2px;
  width: 0%;
  background: #000;
}
.hover_under:hover::before {
  width: 100%;
}

.btn_l .arrow {
  left: 10px;
}

.btn_r .arrow {
  right: 10px;
}

.attention {
  color: #CA0003 !important;
}

.icon_tgl {
  position: relative;
}
.icon_tgl::after {
  margin-left: clamp(13px, 0.78vw, 17px);
}

.icon_close {
  display: block;
  color: #000;
  width: 24px;
  height: 24px;
  position: relative;
}

.icon_close:before,
.icon_close:after {
  content: "";
  position: absolute;
  top: 12px;
  width: 24px;
  height: 3px;
  background-color: #000;
}

.icon_close:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.icon_close:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*swiperテーマ上書き----------------------------------*/
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  width: 100%;
  text-align: center;
  margin-top: 40px;
}

.swiper-pagination {
  position: relative;
  margin-top: clamp(35px, 2.08vw, 42px);
}

.swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  display: inline-block;
  border-radius: 100%;
  background: #fff;
  border: none;
}

.swiper-pagination-bullet-active {
  background: #bb0026;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  z-index: 10;
  cursor: pointer;
  background-size: 13px 27px;
  background-position: center;
  background-repeat: no-repeat;
  border: solid 1px #000;
  border-radius: 50%;
  background: #fff;
}

.swiper-button-black {
  color: #000 !important;
}

.pagination-outside {
  position: relative;
  margin-top: 30px;
  top: 0;
  bottom: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 0px;
  left: auto;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 0px;
  right: auto;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  height: 2px;
}

/* scale_img ------------------------- */
.scale_img, .item_list .scale_img, .staff_snap_list .scale_img, .blog_list .scale_img, .top_about_area ul .scale_img {
  overflow: hidden;
}
.scale_img img, .item_list .scale_img img, .staff_snap_list .scale_img img, .blog_list .scale_img img, .top_about_area ul .scale_img img {
  opacity: 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transform: scale(1.2);
}

.scale_img_on img, .item_list .scale_img_on img, .staff_snap_list .scale_img_on img, .blog_list .scale_img_on img, .top_about_area ul .scale_img_on img {
  transform: scale(1);
  opacity: 1;
}

.hover_scale {
  overflow: hidden;
}
.hover_scale img {
  transform: scale(1);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.hover_scale:hover img {
  transform: scale(1.1);
}

.icon_arrow {
  margin-left: 10px;
}

/* header ------------------------- */
.gheader {
  height: 110px;
  padding-left: clamp(28px, 1.562vw, 32px);
  padding-right: clamp(28px, 1.562vw, 32px);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.gheader .header_logo {
  width: 190px;
}
@media screen and (max-width: 1250px) {
  .gheader .header_logo {
    width: 140px;
  }
}
.gheader .header_nav_area {
  margin-right: clamp(65px, 3.645vw, 75px);
}
.gheader .header_nav {
  display: flex;
  gap: clamp(45px, 2.6vw, 55px);
}
.gheader .header_nav li {
  text-align: center;
}
.gheader .header_nav span {
  display: block;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.gheader .header_nav .en {
  font-weight: bold;
  font-size: clamp(18px, 1.041vw, 22px);
}
@media screen and (max-width: 1200px) {
  .gheader .header_nav .en {
    font-size: clamp(14px, 0.83vw, 18px);
  }
}
.gheader .header_nav .ja {
  font-size: clamp(11px, 0.677vw, 15px);
}
@media screen and (max-width: 1200px) {
  .gheader .header_nav .ja {
    font-size: clamp(10px, 0.57vw, 13px);
  }
}
@media screen and (max-width: 1200px) {
  .gheader .header_nav {
    gap: clamp(28px, 1.562vw, 32px);
  }
}
@media screen and (min-width: 1200px) {
  .gheader .header_nav li:hover span {
    color: #bb0026;
  }
}
@media screen and (max-width: 1250px) {
  .gheader .header_nav {
    gap: 15px;
  }
}
.gheader .header_icon {
  margin-left: clamp(28px, 1.562vw, 32px);
  gap: clamp(9px, 0.52vw, 12px);
}
.gheader .header_icon li img {
  display: block;
  width: clamp(28px, 1.562vw, 32px);
  margin-left: auto;
  margin-right: auto;
}
.gheader .header_icon li span {
  display: block;
  font-size: 9px;
}
@media screen and (max-width: 1250px) {
  .gheader .header_icon {
    margin-left: clamp(18px, 1.041vw, 22px);
    gap: clamp(9px, 0.52vw, 12px);
  }
  .gheader .header_icon li img {
    display: block;
    width: clamp(18px, 1.041vw, 22px);
    margin-left: auto;
    margin-right: auto;
  }
  .gheader .header_icon li span {
    font-size: 7px;
  }
}
.gheader .header_search_area {
  margin-left: clamp(18px, 1.041vw, 22px);
  width: clamp(180px, 12vw, 250px);
}
.gheader .header_search_form .txt {
  width: clamp(195px, 10.41vw, 205px);
}
.gheader .header_search_form .txt input {
  height: clamp(28px, 1.562vw, 32px);
}
.gheader .header_search_form .search_btn {
  width: clamp(35px, 2.08vw, 42px);
}
.gheader .header_search_form .search_btn input {
  height: clamp(28px, 1.562vw, 32px);
}

.gheader_fix {
  height: 60px;
}

.header_nav_product {
  position: absolute;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  left: 0;
  top: 105px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  padding: 50px 5%;
  border-top: solid 5px #bb0026;
}

.header_nav_tgl:hover .header_nav_product {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.header_nav_tgl .en, .header_nav_tgl .ja {
  cursor: pointer;
}

.gheader_fix .header_nav_product {
  top: 60px;
}

.headeer_product_list {
  display: flex;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  flex-wrap: wrap;
  gap: 30px 1%;
}
.headeer_product_list li {
  width: 19.2%;
  display: flex;
  justify-content: space-between;
}
.headeer_product_list li .header_product_img {
  width: 40%;
}
.headeer_product_list li .header_product_txt_area {
  width: 55%;
}
.headeer_product_list .header_product_name {
  text-align: left;
  font-size: 130%;
}
.headeer_product_list .header_product_sub_list {
  width: 100%;
}
.headeer_product_list .header_product_sub_list li {
  width: 100%;
  margin-top: 10px;
  font-size: 110%;
}
@media screen and (max-width: 1350px) {
  .headeer_product_list .header_product_sub_list li {
    font-size: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .headeer_product_list .header_product_sub_list li {
    font-size: 80%;
  }
}
.headeer_product_list a:hover {
  color: #bb0026;
}

@media screen and (max-width: 1200px) {
  .header_nav_tgl_open {
    display: none;
  }
  .header_nav_tgl.active .header_nav_tgl_open {
    display: block;
  }
}
/* gnav ------------------------- */
.gnav_area {
  width: 450px;
  right: -450px;
}
.gnav_area p, .gnav_area li, .gnav_area a {
  font-size: clamp(11px, 0.677vw, 15px);
}
.gnav_area .gnav_usually {
  height: calc(100vh - 120px);
}
.gnav_area .gnav_logo_area {
  height: 100px;
}
.gnav_area .gnav_login li {
  border-bottom: solid 3px #bb0026;
}
.gnav_area .gnav_login li a {
  height: 50px;
  line-height: 50px;
  font-size: 130%;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.gnav_area .gnav_login li a:hover {
  color: #bb0026;
}
.gnav_area .gnav_login li:nth-child(2) {
  border-right: solid 3px #bb0026;
}
.gnav_area .gnav {
  margin: 30px 50px 0;
}
.gnav_area .gnav li a, .gnav_area .gnav li span {
  height: 45px;
  line-height: 45px;
  font-size: 130%;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  cursor: pointer;
}
.gnav_area .gnav li:hover a, .gnav_area .gnav li:hover span {
  color: #bb0026;
}
.gnav_area .gnav .gnav_tgl::after {
  right: 0px;
  height: 45px;
  line-height: 45px;
  top: 0;
  font-size: 120%;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.gnav_area .gnav .gnav_tgl:hover::after {
  right: -10px;
  color: #bb0026;
}
.gnav_area .gnav_line {
  border-top: solid 3px #bb0026;
  margin-top: 30px;
}
.gnav_area .gnav_sns {
  margin-left: 50px;
  margin-top: 20px;
}
.gnav_area .gnav_sns li {
  width: 50px;
  margin-right: 20px;
}
.gnav_area .gnav_sns li span {
  font-size: 12px;
}
.gnav_area .gnav_open {
  top: 100px;
  height: calc(100% - 100px);
}
.gnav_area .gnav_open03 {
  height: calc(100vh - 120px);
}
.gnav_area .gnav_back {
  cursor: pointer;
  height: 60px;
  line-height: 60px;
  font-size: 130%;
  padding-left: 80px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  border-bottom: solid 3px #bb0026;
}
.gnav_area .gnav_back::before {
  left: 50px;
  height: 60px;
  line-height: 60px;
  top: 0;
  font-size: 120%;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.gnav_area .gnav_back:hover {
  color: #bb0026;
}
.gnav_area .gnav_back:hover::before {
  left: 40px;
}
.gnav_area .gnav_opne_ttl {
  font-size: 150%;
  margin-top: 30px;
}
.gnav_area .gnav_search_list {
  gap: 20px 15px;
  margin: 30px 20px 0;
}
.gnav_area .gnav_search_list li {
  width: calc((100% - 30px) / 3);
}
.gnav_area .gnav_search_list li .name {
  margin-top: clamp(9px, 0.52vw, 12px);
}
.gnav_area .gnav_search_list a {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.gnav_area .gnav_search_list a:hover {
  color: #bb0026;
}
.gnav_area .gnav_product_list {
  gap: 20px 15px;
  margin: 30px 20px 0;
}
.gnav_area .gnav_product_list li {
  width: calc((100% - 30px) / 3);
}
.gnav_area .gnav_product_list li .name {
  margin-top: clamp(9px, 0.52vw, 12px);
}
.gnav_area .gnav_product_list .gnav_product_tgl {
  cursor: pointer;
}
.gnav_area .gnav_product_list .gnav_product_tgl .gnav_product_img .icon {
  bottom: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
}
.gnav_area .gnav_product_list .gnav_product_tgl .gnav_product_img .icon::after {
  content: ">";
  height: 20px;
  line-height: 20px;
}
.gnav_area .gnav_product_list .all_link a {
  height: 50px;
  line-height: 50px;
}
.gnav_area .gnav_product_list a {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.gnav_area .gnav_product_list a:hover {
  color: #bb0026;
}

.gnav_area_fix {
  right: 0;
}

/* footer ------------------------- */
.footer_info_area {
  display: flex;
  margin-top: clamp(255px, 12.75vw, 200px);
}
.footer_info_area .footer_info {
  width: 50%;
  padding-top: clamp(115px, 6.25vw, 125px);
  padding-bottom: clamp(115px, 6.25vw, 125px);
  padding-right: clamp(85px, 4.678vw, 95px);
  padding-left: clamp(85px, 4.678vw, 95px);
}
.footer_info_area .footer_info .txt_link {
  margin-top: clamp(40px, 2.343vw, 50px);
  font-size: clamp(35px, 2.08vw, 42px);
}
@media screen and (max-width: 1200px) {
  .footer_info_area .footer_info .txt_link {
    font-size: clamp(33px, 1.82vw, 37px);
  }
}
.footer_info_area .footer_info .txt_link01 {
  margin-top: 0;
}
.footer_info_area .footer_line_area {
  width: 50%;
}
.footer_info_area .footer_line_area .footer_line_txt_area {
  margin-left: 3.5%;
}
.footer_info_area .footer_line_area .footer_line_img {
  width: 48%;
  margin-right: 6%;
}
.footer_info_area .footer_line_area .footer_line_msg {
  font-size: clamp(33px, 1.82vw, 37px);
}
.footer_info_area .footer_line_area .footer_line_msg .footer_line_msg_l {
  margin-right: clamp(35px, 2.08vw, 42px);
}
@media screen and (max-width: 1380px) {
  .footer_info_area .footer_line_area .footer_line_msg {
    font-size: clamp(28px, 1.562vw, 32px);
  }
  .footer_info_area .footer_line_area .footer_line_msg .footer_line_msg_l {
    margin-right: clamp(28px, 1.562vw, 32px);
  }
}
@media screen and (max-width: 1100px) {
  .footer_info_area .footer_line_area .footer_line_msg {
    font-size: clamp(22px, 1.3vw, 27px);
  }
  .footer_info_area .footer_line_area .footer_line_msg .footer_line_msg_l {
    margin-right: clamp(22px, 1.3vw, 27px);
  }
}
.footer_info_area .footer_line_area .footer_line_btn {
  margin-top: clamp(35px, 2.08vw, 42px);
}
.footer_info_area .footer_line_area .footer_line_btn a {
  height: clamp(65px, 3.645vw, 75px);
  line-height: clamp(65px, 3.645vw, 75px);
  font-size: clamp(22px, 1.3vw, 27px);
}
@media screen and (max-width: 1110px) {
  .footer_info_area .footer_line_area .footer_line_btn a {
    font-size: clamp(18px, 1.041vw, 22px);
  }
}
.footer_info_area .footer_line_area .footer_line_txt {
  margin-top: clamp(75px, 4.166vw, 85px);
  font-size: clamp(16px, 0.937vw, 20px);
}
@media screen and (max-width: 1370px) {
  .footer_info_area .footer_line_area .footer_line_txt span {
    display: block;
  }
}
.footer_info_area .footer_info_sns {
  margin-top: clamp(40px, 2.343vw, 50px);
}
.footer_info_area .footer_info_sns li {
  width: clamp(45px, 2.6vw, 55px);
  margin-right: clamp(18px, 1.041vw, 22px);
}
@media screen and (max-width: 1250px) {
  .footer_info_area .footer_info {
    width: 45%;
  }
  .footer_info_area .footer_line_area {
    width: 55%;
  }
}

.gfooter {
  margin-top: clamp(75px, 4.166vw, 85px);
}
.gfooter p, .gfooter li, .gfooter a {
  font-size: clamp(16px, 0.937vw, 20px);
  line-height: 130%;
}

.footer_nav_area {
  width: 90%;
  max-width: 1200px;
  display: flex;
  margin-left: auto;
  margin-right: auto;
}
.footer_nav_area .footerG {
  width: 25%;
}
.footer_nav_area .ttl {
  font-size: 180%;
}
.footer_nav_area .footer_open_cont {
  font-size: 140%;
}
.footer_nav_area .footer_nav li {
  margin-top: clamp(18px, 1.041vw, 22px);
}
.footer_nav_area .footer_tel {
  margin-top: clamp(18px, 1.041vw, 22px);
  font-size: 100%;
}
.footer_nav_area .footer_tel_time {
  margin-top: clamp(9px, 0.52vw, 12px);
}
.footer_nav_area .footer_nav a {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.footer_nav_area .footer_nav a:hover {
  color: #bb0026;
}

.footer_logo {
  width: clamp(295px, 15.62vw, 305px);
  margin-left: auto;
  margin-right: auto;
  margin-top: clamp(105px, 5.2vw, 115px);
}

.copy {
  margin-top: clamp(45px, 2.6vw, 55px);
  text-align: center;
  font-size: clamp(13px, 0.78vw, 17px) !important;
}

/* top ------------------------- */
.index_slide_area .index_slide-pagination {
  bottom: clamp(28px, 1.562vw, 32px);
}

.index_news_area {
  margin-top: clamp(115px, 6.25vw, 125px);
  width: 80%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.index_news_area .index_news {
  margin-top: clamp(35px, 2.08vw, 42px);
}
.index_news_area .index_news li a {
  display: flex;
  padding: 20px 20px 20px 0;
  font-weight: 400;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.index_news_area .index_news li a .day {
  width: 120px;
}
.index_news_area .index_news li a .ttl {
  width: calc(100% - 120px);
}
.index_news_area .index_news li a::after {
  right: 10px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.index_news_area .index_news li a:hover {
  color: #bb0026;
  font-weight: 500;
}
.index_news_area .index_news li a:hover::after {
  right: 0px;
}

.index_special_area {
  margin-top: clamp(105px, 5.2vw, 115px);
  width: 85%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.index_special_area .special-button-prev {
  left: -60px;
}
.index_special_area .special-button-next {
  right: -60px;
}
.index_special_area .special_txt {
  line-height: 1.6;
  min-height: 3.2em; /* 常に2行分の高さを確保 */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
}
.index_special_area .special_ttl {
  line-height: 1.6;
  min-height: 1.6em; /* 常に2行分の高さを確保 */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  overflow: hidden;
}

.special_list .special_ttl {
  font-size: 130%;
  margin-top: 20px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.special_list .special_txt {
  margin-top: clamp(9px, 0.52vw, 12px);
}
.special_list .special_btn {
  margin-top: clamp(18px, 1.041vw, 22px);
  background: #bb0026;
}
.special_list a:hover .special_ttl {
  color: #bb0026;
}

.index_search_area {
  margin-top: clamp(105px, 5.2vw, 115px);
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.index_search_list {
  margin-top: clamp(45px, 2.6vw, 55px);
  gap: 3%;
  justify-content: space-between;
}
.index_search_list li {
  width: 17.6%;
}
.index_search_list .name {
  margin-top: 20px;
  font-size: 120%;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.index_search_list a:hover .name {
  color: #bb0026;
}

.index_movie_area {
  width: 100%;
  aspect-ratio: 4/2.5;
  background: #ccc;
  overflow: hidden;
  margin-top: clamp(115px, 6.25vw, 125px);
  display: flex;
  justify-content: space-between;
}
.index_movie_area .index_movie_outer {
  width: 40%;
  position: relative;
}
.index_movie_area .index_movie_contents {
  width: 60%;
  position: relative;
}
.index_movie_area .index_movie_btn {
  position: absolute;
  width: 400px;
  right: clamp(45px, 2.6vw, 55px);
  bottom: clamp(105px, 5.2vw, 115px);
  font-size: 200%;
}
.index_movie_area .index_movie_btn a {
  height: clamp(65px, 3.645vw, 75px);
  line-height: clamp(65px, 3.645vw, 75px);
}
.index_movie_area .index_movie_txt_area {
  font-size: 160%;
  line-height: 180%;
  position: absolute;
  top: clamp(75px, 4.166vw, 85px);
  right: 5%;
}
@media screen and (max-width: 1250px) {
  .index_movie_area .index_movie_txt_area {
    font-size: 120%;
  }
}
.index_movie_area .index_movie_ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.index_pickup_area {
  margin-top: clamp(105px, 5.2vw, 115px);
}

.index_pickup_cont {
  margin-top: clamp(75px, 4.166vw, 85px);
}
.index_pickup_cont .index_pickup_flex {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: clamp(28px, 1.562vw, 32px);
}
.index_pickup_cont .ttl_index_pickup {
  padding-left: clamp(45px, 2.6vw, 55px);
  font-size: clamp(33px, 1.82vw, 37px);
}
.index_pickup_cont .index_pickup_ttl_img {
  width: 28%;
  box-sizing: border-box;
  padding-left: clamp(45px, 2.6vw, 55px);
}
.index_pickup_cont .index_pickup_slide_area {
  width: calc(72% - clamp(45px, 2.6vw, 55px));
  position: relative;
}
.index_pickup_cont .index_pickup-button-prev {
  left: clamp(18px, 1.041vw, 22px);
}
.index_pickup_cont .index_pickup-button-next {
  right: clamp(18px, 1.041vw, 22px);
}

.index_pickup_list .index_pickup_name {
  margin-top: clamp(18px, 1.041vw, 22px);
  font-size: 140%;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.index_pickup_list .index_pickup_price {
  margin-top: clamp(9px, 0.52vw, 12px);
  font-size: 120%;
}
.index_pickup_list .index_pickup_price span.tax {
  font-size: 80%;
  margin-left: clamp(9px, 0.52vw, 12px);
}
.index_pickup_list a:hover .index_pickup_name {
  color: #bb0026;
}

.index_product_bn_list {
  margin-top: clamp(105px, 5.2vw, 115px);
  width: 90%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
.index_product_bn_list li {
  width: calc(50% - clamp(22px, 1.3vw, 27px));
  margin-top: clamp(45px, 2.6vw, 55px);
}
.index_product_bn_list li:first-child {
  width: 100%;
  margin-top: 0;
}
.index_product_bn_list .product_bn_btn {
  width: clamp(145px, 7.81vw, 155px);
  bottom: clamp(45px, 2.6vw, 55px);
  right: clamp(45px, 2.6vw, 55px);
}
.index_product_bn_list .product_bn_btn a {
  height: clamp(35px, 2.08vw, 42px);
  line-height: clamp(35px, 2.08vw, 42px);
}

.index_feature_area {
  margin-top: clamp(105px, 5.2vw, 115px);
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.feature_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.feature_list li {
  width: calc(50% - clamp(22px, 1.3vw, 27px));
  margin-top: clamp(45px, 2.6vw, 55px);
}
.feature_list .feature_list_txt_area {
  margin-top: clamp(18px, 1.041vw, 22px);
}
.feature_list .ttl_feature {
  font-size: 120%;
  margin-top: 25px;
}

.index_feature_btn {
  width: clamp(195px, 10.41vw, 205px);
  margin-top: clamp(45px, 2.6vw, 55px);
  font-size: 130%;
}

.index_ranking_area {
  margin-top: clamp(105px, 5.2vw, 115px);
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.index_ranking_area .index_ranking_slide_area {
  margin-top: clamp(45px, 2.6vw, 55px);
}
.index_ranking_area .index_ranking-button-prev {
  left: clamp(9px, 0.52vw, 12px);
}
.index_ranking_area .index_ranking-button-next {
  right: clamp(9px, 0.52vw, 12px);
}

.ranking_list li::after {
  width: clamp(35px, 2.08vw, 42px);
  height: clamp(35px, 2.08vw, 42px);
  line-height: clamp(35px, 2.08vw, 42px);
  font-size: 200%;
}

.footer_howto_area {
  width: calc(100% - clamp(55px, 3.125vw, 65px));
  margin-left: auto;
  margin-right: auto;
  margin-top: clamp(105px, 5.2vw, 115px);
  display: flex;
}
.footer_howto_area .footer_howtoG {
  width: 33.3333333333%;
  box-sizing: border-box;
  border-right: solid 1px #000;
  padding-left: clamp(28px, 1.562vw, 32px);
  padding-right: clamp(28px, 1.562vw, 32px);
}
.footer_howto_area .footer_howtoG .footer_howto_num {
  font-size: 500%;
  line-height: 100%;
}
.footer_howto_area .footer_howtoG .footer_howto_num_img {
  width: 60px;
  top: clamp(33px, 1.82vw, 37px);
  margin-left: -70px;
}
.footer_howto_area .footer_howtoG .footer_howto_ttl {
  font-size: 180%;
  margin-top: clamp(75px, 4.166vw, 85px);
}
.footer_howto_area .footer_howtoG .footer_howto_subttl {
  font-size: 130%;
  margin-top: clamp(35px, 2.08vw, 42px);
}
.footer_howto_area .footer_howtoG .footer_howto_txt {
  margin-top: clamp(18px, 1.041vw, 22px);
}
.footer_howto_area .footer_howtoG:last-child {
  border-right: none;
}

.index_popularity_area {
  margin-top: clamp(105px, 5.2vw, 115px);
}

.index_popularity_nav {
  margin-top: clamp(75px, 4.166vw, 85px);
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.index_popularity_nav li {
  width: 23%;
  border-radius: clamp(22px, 1.3vw, 27px);
  cursor: pointer;
}
.index_popularity_nav .index_popularity_ttl {
  font-size: 200%;
  left: clamp(18px, 1.041vw, 22px);
  top: clamp(28px, 1.562vw, 32px);
}
.index_popularity_nav .icon {
  width: clamp(35px, 2.08vw, 42px);
  height: clamp(35px, 2.08vw, 42px);
  line-height: clamp(35px, 2.08vw, 42px);
  right: clamp(18px, 1.041vw, 22px);
  bottom: clamp(18px, 1.041vw, 22px);
  font-size: 110%;
}
.index_popularity_nav .icon::after {
  padding-bottom: clamp(35px, 2.08vw, 42px);
}

.index_popularity_open {
  margin-top: clamp(45px, 2.6vw, 55px);
}

.index_popularity-button-prev {
  left: clamp(18px, 1.041vw, 22px);
}

.index_popularity-button-next {
  right: clamp(18px, 1.041vw, 22px);
}

.index_popularity_tgl:hover .hover_scale img {
  transform: scale(1.1);
}

/* contact ------------------------- */
.btm_contents {
  margin-top: clamp(105px, 5.2vw, 115px);
}

.btm_cont_w {
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.btm_cont_mg {
  margin-top: clamp(75px, 4.166vw, 85px);
}

.contact_nav {
  border-bottom: solid 8px #bb0026;
}
.contact_nav li {
  border-radius: 25px 10px 0px 0px;
  height: 80px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  font-size: 140%;
}
.contact_nav li a {
  padding-top: 10px;
  font-size: 120%;
}
.contact_nav li a span {
  font-size: 90%;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  margin-bottom: 10px;
}
.contact_nav li a:hover {
  color: #bb0026;
}
.contact_nav li.active a:hover {
  color: #fff;
}

.txt_center_left {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
  text-align: left;
}

.contact_faq_area {
  padding: clamp(105px, 5.2vw, 115px) 0;
  border: solid 1px #000;
  border-top: none;
}
.contact_faq_area .txt01 {
  font-size: 180%;
  text-align: center;
  line-height: 150%;
}
.contact_faq_area .txt02 {
  font-size: 120%;
  margin-top: clamp(18px, 1.041vw, 22px);
  margin-left: 1.3em;
}
.contact_faq_area .contact_faq_link {
  font-size: 200%;
  margin-top: clamp(45px, 2.6vw, 55px);
  width: 70%;
}
.contact_faq_area .contact_faq_link a {
  height: clamp(75px, 4.166vw, 85px);
  line-height: clamp(75px, 4.166vw, 85px);
}
.contact_faq_area .contact_faq_link a::after {
  right: 30px;
  top: 0;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.contact_faq_area .contact_faq_link a:hover::after {
  color: #Fff;
}
.contact_faq_area .contact_faq_link_list {
  width: 850px;
  margin-left: auto;
  margin-right: auto;
  gap: 3%;
  justify-content: center;
  padding-top: clamp(28px, 1.562vw, 32px);
}
.contact_faq_area .contact_faq_link_list li {
  width: 31.3333333333%;
  margin-top: clamp(28px, 1.562vw, 32px);
  font-size: 120%;
}

.ttl_contact_form {
  margin-top: clamp(75px, 4.166vw, 85px);
  font-size: 150%;
}

.contact_form_area {
  padding: clamp(105px, 5.2vw, 115px) clamp(75px, 4.166vw, 85px);
  margin-top: clamp(45px, 2.6vw, 55px);
}

.corporation_contact_form_area {
  margin-top: 0;
  padding-top: clamp(65px, 3.645vw, 75px);
}

.ttl_corporation_contact_form {
  margin-top: 0;
  margin-bottom: clamp(65px, 3.645vw, 75px);
}

.contact_form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contact_form dt {
  width: 30%;
  font-size: 120%;
}
@media screen and (max-width: 1110px) {
  .contact_form dt {
    font-size: 110%;
  }
}
.contact_form dt .must {
  font-size: 10px;
  height: clamp(18px, 1.041vw, 22px);
  line-height: clamp(18px, 1.041vw, 22px);
  width: clamp(48px, 2.864vw, 60px);
  margin-right: clamp(9px, 0.52vw, 12px);
}
.contact_form dt .any {
  width: clamp(60px, 3.38vw, 70px);
}
.contact_form dd {
  width: 70%;
}
.contact_form dd input[type=text], .contact_form dd input[type=email], .contact_form dd input[type=tel], .contact_form dd textarea {
  font-size: 120%;
}
.contact_form dt, .contact_form dd {
  padding: clamp(13px, 0.78vw, 17px) 0;
}
.contact_form .name {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contact_form .name .err_msg {
  width: 100%;
  margin-top: 10px;
}
.contact_form .name input {
  width: calc(50% - clamp(13px, 0.78vw, 17px));
}
.contact_form .error {
  margin-top: 10px;
}

.btn_input input {
  font-size: 120%;
}

.btn_submit {
  width: 300px;
}
.btn_submit input {
  height: clamp(45px, 2.6vw, 55px);
}

.btn_back {
  width: 200px;
}
.btn_back input {
  height: clamp(35px, 2.08vw, 42px);
}

.mw_wp_form_confirm .btn_area {
  display: flex;
  justify-content: space-between;
  width: 550px;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
}

.contact_custmer_tel_bn {
  margin-top: clamp(45px, 2.6vw, 55px);
}
.contact_custmer_tel_bn .ttl_area, .contact_custmer_tel_bn .tel_area {
  padding: clamp(28px, 1.562vw, 32px) 0;
}
.contact_custmer_tel_bn .ttl_area {
  width: 30%;
}
.contact_custmer_tel_bn .ttl_area .icon {
  width: 100%;
  text-align: center;
}
.contact_custmer_tel_bn .ttl_area .icon img {
  display: inline-block;
  width: clamp(105px, 5.2vw, 115px);
}
.contact_custmer_tel_bn .ttl_area .contact_custmer_txt {
  width: 100%;
  text-align: center;
  margin-top: clamp(18px, 1.041vw, 22px);
  font-size: 120%;
}
.contact_custmer_tel_bn .tel_area {
  width: 70%;
}
.contact_custmer_tel_bn .tel_area_flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact_custmer_tel_bn .tel_area_flex li {
  width: 50%;
  text-align: center;
}
.contact_custmer_tel_bn .tel_area_txt01 {
  font-size: 300%;
}
.contact_custmer_tel_bn .tel_num {
  font-size: 300%;
  margin-top: clamp(28px, 1.562vw, 32px);
}
.contact_custmer_tel_bn .tel_area_txt02 {
  margin-top: clamp(18px, 1.041vw, 22px);
  font-size: 110%;
}

.line_bn {
  width: 90%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  margin-top: clamp(75px, 4.166vw, 85px);
}

.contact_custmer_line_bn {
  margin-top: clamp(45px, 2.6vw, 55px);
  align-items: stretch;
}
.contact_custmer_line_bn .ttl_area, .contact_custmer_line_bn .qr_area {
  padding: clamp(28px, 1.562vw, 32px) 0;
}
.contact_custmer_line_bn .ttl_area {
  width: 30%;
  display: flex;
  align-items: center;
}
.contact_custmer_line_bn .ttl_area .icon {
  width: 100%;
  text-align: center;
}
.contact_custmer_line_bn .ttl_area .icon img {
  display: inline-block;
  width: clamp(105px, 5.2vw, 115px);
}
.contact_custmer_line_bn .qr_area {
  width: 70%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
  box-sizing: border-box;
  padding-left: 20px;
  border-left: solid 1px #000;
}
.contact_custmer_line_bn .qr_area_flex {
  text-align: center;
  width: 200px;
}
.contact_custmer_line_bn .qr_area_flex .qr_img {
  width: 140px;
  margin-left: auto;
  margin-right: auto;
}
.contact_custmer_line_bn .qr_area_txt01 {
  width: calc(100% - 220px);
  font-size: 120%;
}

.btn_to_contact {
  margin-top: clamp(45px, 2.6vw, 55px);
  width: 730px;
  margin-left: auto;
  margin-right: auto;
}
.btn_to_contact a {
  height: clamp(65px, 3.645vw, 75px);
  line-height: clamp(65px, 3.645vw, 75px);
  font-size: 150%;
}

.contact_comptxt {
  text-align: center;
}

.contact_comptxt01 {
  font-size: 150%;
}

.contact_comptxt02 {
  font-size: 120%;
  margin-top: 50px;
}

/* item ------------------------- */
.item_wrapper {
  margin-top: clamp(45px, 2.6vw, 55px);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 80%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1750px) {
  .item_wrapper {
    max-width: 1200px;
  }
}
@media screen and (max-width: 1500px) {
  .item_wrapper {
    max-width: 1000px;
  }
}
.item_wrapper .item_img_block {
  width: 59%;
  overflow: visible;
}
.item_wrapper .item_detail_block {
  width: 38%;
}

#item_img_slider .txt {
  bottom: clamp(13px, 0.78vw, 17px);
  left: clamp(13px, 0.78vw, 17px);
}

.item_img_thumb {
  margin-top: clamp(22px, 1.3vw, 27px);
}
.item_img_thumb .active img {
  border: solid clamp(2px, 0.1vw, 2px) #000;
}

.item_img_thumb-pagination {
  margin-top: clamp(18px, 1.041vw, 22px);
}

.item_detail_block {
  font-size: 110%;
}
.item_detail_block .item_detail_name_cat {
  font-size: 180%;
}
.item_detail_block .item_detail_name {
  font-size: 220%;
  line-height: 110%;
  margin-top: clamp(18px, 1.041vw, 22px);
}
.item_detail_block #detail_price {
  margin-top: clamp(28px, 1.562vw, 32px);
}
.item_detail_block #detail_price li {
  font-size: 200%;
}
@media screen and (max-width: 1250px) {
  .item_detail_block #detail_price li {
    font-size: 200%;
  }
}
.item_detail_block #detail_price li .tax {
  font-weight: normal;
  font-size: 50%;
  margin-left: clamp(9px, 0.52vw, 12px);
}
.item_detail_block #detail_price .font_through {
  font-size: 150%;
}
@media screen and (max-width: 1250px) {
  .item_detail_block #detail_price .font_through {
    font-size: 130%;
  }
}
.item_detail_block #detail_price .font_through {
  text-decoration: line-through;
}
.item_detail_block #detail_price .font_through span {
  text-decoration: none;
}
.item_detail_block #detail_price .discount {
  font-size: 180%;
}
@media screen and (max-width: 1250px) {
  .item_detail_block #detail_price .discount {
    font-size: 130%;
  }
}
.item_detail_block #detail_price .discount .per_off {
  font-weight: normal;
  font-size: 60%;
}
.item_detail_block #detail_point {
  margin-top: clamp(18px, 1.041vw, 22px);
  font-size: 150%;
  color: #bb0026;
}
.item_detail_block .item_detail_postage {
  margin-top: clamp(18px, 1.041vw, 22px);
  font-size: 130%;
}
.item_detail_block .item_detail_henpin_link {
  margin-top: clamp(18px, 1.041vw, 22px);
}
.item_detail_block .item_detail_btn_btmtxt {
  margin-top: clamp(18px, 1.041vw, 22px);
}
.item_detail_block .item_addition_area {
  margin-top: clamp(45px, 2.6vw, 55px);
}
.item_detail_block .item_addition_ttl {
  font-size: 130%;
}
.item_detail_block .item_addition_list {
  gap: 2%;
}
.item_detail_block .item_addition_list li {
  width: 23.5%;
  margin-top: clamp(28px, 1.562vw, 32px);
}
.item_detail_block .item_addition_list li a {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.item_detail_block .item_addition_list li a:hover {
  color: #bb0026;
}

.item_detail_openG {
  border-bottom: solid 1px #000;
}
.item_detail_openG .item_detail_open_tgl {
  font-size: 130%;
  padding-top: clamp(28px, 1.562vw, 32px);
  padding-bottom: clamp(28px, 1.562vw, 32px);
}
.item_detail_openG .item_detail_open_tgl::after {
  right: clamp(9px, 0.52vw, 12px);
}

.item_detail_open_description {
  margin-top: clamp(75px, 4.166vw, 85px);
}

.item_detail_open {
  font-size: 110%;
  line-height: 150%;
  padding-bottom: 50px;
}
.item_detail_open .item_detail_open_details_tbl dt, .item_detail_open .item_detail_open_details_tbl dd {
  padding: clamp(13px, 0.78vw, 17px) clamp(13px, 0.78vw, 17px);
}
.item_detail_open .item_detail_open_details_tbl dt {
  width: clamp(105px, 5.2vw, 115px);
}
.item_detail_open .item_detail_open_details_tbl dd {
  width: calc(100% - clamp(105px, 5.2vw, 115px));
}
.item_detail_open .item_detail_open_details_tbl dd::before {
  margin-right: clamp(9px, 0.52vw, 12px);
}

.item_detail_open_size .item_detail_open {
  padding-bottom: clamp(9px, 0.52vw, 12px);
}

.item_detail_size_tbl_outer {
  padding-bottom: 30px;
}
.item_detail_size_tbl_outer th,
.item_detail_size_tbl_outer td {
  border-left: solid 1px #fff;
  border-right: solid 1px #fff;
  font-size: 80%;
}
@media screen and (max-width: 1500px) {
  .item_detail_size_tbl_outer th, .item_detail_size_tbl_outer td {
    font-size: 70%;
  }
}
@media screen and (max-width: 1100px) {
  .item_detail_size_tbl_outer th, .item_detail_size_tbl_outer td {
    font-size: 60%;
  }
}

.item_favorite_txt {
  width: 250px;
  right: -37px;
  top: -65px;
}

.item_detail_guide_btn {
  margin-top: 40px;
}

.item_recently_check_area {
  width: 80%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  margin-top: clamp(105px, 5.2vw, 115px);
}

.ttl_item_recently_check {
  font-size: 180%;
}

.item_recently_slide_area {
  margin-top: clamp(45px, 2.6vw, 55px);
}

.item_lp_area {
  margin-top: clamp(65px, 3.645vw, 75px);
  width: 80%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.item_btn_to_contact {
  margin-top: 20px;
}
.item_btn_to_contact a {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.item_btn_to_contact a span {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.item_btn_to_contact a:hover {
  color: #bb0026;
}
.item_btn_to_contact a:hover span {
  margin-left: 15px;
}

/* item サムネイル縦------------------------- */
.item_img_block {
  display: flex;
  justify-content: space-between;
}
.item_img_block .item_img_slider_area {
  width: 82%;
  overflow: hidden;
}
.item_img_block .item_img_thumb_area {
  width: calc(12% + 15px);
  overflow: hidden;
  margin-top: 0;
  position: relative;
}
.item_img_block .item_img_thumb {
  height: 100%;
  margin-top: 0;
  padding-right: 15px;
}
.item_img_block .item_img_thumb-button-next-pc, .item_img_block .item_img_thumb-button-prev-pc {
  width: 30px;
  height: 30px;
  margin-top: 0;
}
.item_img_block .item_img_thumb-button-next-pc::after, .item_img_block .item_img_thumb-button-prev-pc::after {
  transform: scale(1, 1.3) rotate(90deg);
}
.item_img_block .item_img_thumb-button-next-pc {
  bottom: 5px;
  top: auto;
  left: auto;
  right: 8%;
}
.item_img_block .item_img_thumb-button-prev-pc {
  top: -15px;
  left: auto;
  right: 8%;
}
.item_img_block .item_img_thumb .swiper-slide {
  height: auto !important; /* Swiperの高さを解除 */
}
.item_img_block {
  /* .item_img_thumb .swiper-slide img{
    width: 100%;
    height: 104px;
    object-fit: cover;
  } */
}
.item_img_block .swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .item_img_block .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .item_img_block .swiper-pagination-progressbar.swiper-pagination-vertical, .item_img_block .swiper-vertical > .swiper-pagination-progressbar {
  background: #ccc;
  position: absolute;
  right: 0px;
  left: auto;
  top: -3%;
}

/* list ------------------------- */
.LC_Page_Products_List #container_inner {
  width: 90%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  margin-top: clamp(75px, 4.166vw, 85px);
}

.LC_Page_Products_List #leftcolumn {
  width: 180px;
  font-size: 120%;
}
.LC_Page_Products_List #leftcolumn a {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.LC_Page_Products_List #leftcolumn a:hover {
  color: #bb0026;
}

.LC_Page_Products_List #maincolumn {
  width: calc(100% - 230px);
  margin-left: 0;
  margin-right: 0;
}

.ttl_side {
  border-bottom: solid 1px #929292;
  padding-bottom: 10px;
  font-size: 110%;
  margin-top: 50px;
}

.ttl_side01 {
  margin-top: 0;
}

.side_cat_list li {
  margin-top: 15px;
}
.side_cat_list .side_cat_tgl {
  cursor: pointer;
  display: block;
  position: relative;
  width: 100%;
}
.side_cat_list .side_cat_tgl .arrow {
  position: absolute;
  transform: scale(1.6, 1) rotate(90deg);
  right: 10px;
}
.side_cat_list .side_cat_tgl.active {
  color: #bb0026;
}
.side_cat_list .side_cat_tgl.active .arrow {
  transform: scale(1.6, 1) rotate(-90deg);
}

.side_cat_open {
  margin-left: 1em;
  display: none;
}

.side_search_area {
  width: 100%;
  margin-top: 20px;
}

.side_search_form {
  position: relative;
}
.side_search_form .txt {
  width: 100%;
}
.side_search_form .txt input {
  height: clamp(28px, 1.562vw, 32px);
}
.side_search_form .search_btn {
  position: absolute;
  right: 0;
  top: 0;
  width: clamp(28px, 1.562vw, 32px);
}
.side_search_form .search_btn input {
  height: clamp(28px, 1.562vw, 32px);
  width: 100%;
  background-color: #000;
  background-image: url(../images/icon_search_w.png);
  background-position: center;
  background-size: auto 60%;
  background-repeat: no-repeat;
  text-indent: -9999px;
  border: none;
}

.item_list {
  gap: 40px 2%;
}
.item_list li {
  width: 23.5%;
}

.list_pageer li {
  font-size: 150%;
  width: 30px;
  height: 30px;
}
.list_pageer li a, .list_pageer li strong {
  height: 30px;
  line-height: 30px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.list_pageer li a:hover {
  color: #bb0026;
}

.item_list_order_sort_area {
  margin-bottom: 50px;
}
.item_list_order_sort_area .item_list_order_sort {
  padding: 7px 15px;
  font-size: 130%;
  width: 180px;
}
.item_list_order_sort_area .item_list_order_sort_list li {
  margin-top: 10px;
}
.item_list_order_sort_area .item_list_order_sort_list li a {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.item_list_order_sort_area .item_list_order_sort_list li a:hover {
  color: #bb0026;
}

.item_addition_img .item_list_cat {
  padding: 10px;
}

.search_non_txt {
  font-size: 120%;
  margin-top: 50px;
}

.ttl_faq_single {
  margin-top: 50px;
}

/* shoplist ------------------------- */
.shoplist_nav {
  display: flex;
}
.shoplist_nav li {
  width: 20%;
  text-align: center;
  height: 50px;
  line-height: 50px;
  box-sizing: border-box;
  border: solid 1px #000;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  border-radius: 30px 15px 0 0;
  font-size: 150%;
  font-weight: bold;
  cursor: pointer;
}
.shoplist_nav li.active {
  background: #bb0026;
  color: #fff;
  border-color: #bb0026;
}
.shoplist_nav li:hover {
  color: #bb0026;
  border-color: #bb0026;
}
.shoplist_nav li.active:hover {
  color: #fff;
}

.shoplist_tgl {
  display: none;
}

.shoplist_slide {
  border: solid 1px #000;
  border-top: none;
}

.shoplist_cont {
  box-sizing: border-box;
  padding: 50px 10%;
}

.shop_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 50px 5%;
  align-items: stretch;
}
.shop_list > li {
  width: 47.5%;
  font-size: 110%;
  position: relative;
  border-bottom: solid 1px #ccc;
  padding-bottom: 30px;
}
.shop_list > li:last-child,
.shop_list > li:nth-last-child(2):nth-child(odd) {
  border-bottom: 0;
  padding-bottom: 0;
}
.shop_list > li:last-child .map_btn,
.shop_list > li:nth-last-child(2):nth-child(odd) .map_btn {
  bottom: 0;
}
.shop_list .shop_name {
  font-size: 130%;
  margin-bottom: 10px;
}
.shop_list .shop_name a {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.shop_list .shop_name a:hover {
  color: #bb0026;
}
.shop_list .shop_tel {
  margin-top: 10px;
}
.shop_list .map_btn {
  position: absolute;
  bottom: 30px;
  right: 0;
  width: 100px;
  font-size: 80%;
}
.shop_list .map_btn a {
  height: 15px;
  line-height: 15px;
}
.shop_list .shop_list_item_cat {
  gap: 10px 10px;
  margin-bottom: 20px;
}
.shop_list .shop_list_item_cat li {
  padding: 0 10px;
}

.shoplist_txt01 {
  margin-top: 80px;
  font-size: 180%;
}

.shoplist_txt02 {
  margin-top: 30px;
  font-size: 140%;
  line-height: 150%;
}

/* guide ------------------------- */
.btm_contact_area {
  margin-top: clamp(105px, 5.2vw, 115px);
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.btm_contact_area .btm_contact {
  width: calc(50% - 20px);
  box-sizing: border-box;
  border: solid 5px #bb0026;
  padding-bottom: 30px;
}
.btm_contact_area .ttl_btm_contact {
  line-height: 70px;
  height: 70px;
  font-size: 180%;
}
.btm_contact_area .btm_mail_list {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.btm_contact_area .btm_mail_list li {
  margin-top: clamp(28px, 1.562vw, 32px);
}
.btm_contact_area .btm_mail_list a {
  height: 60px;
  line-height: 60px;
  font-size: 150%;
}
.btm_contact_area .btm_contact_mail_txt {
  margin-top: 10px;
  line-height: 150%;
}
.btm_contact_area .btm_contact_tel_num {
  font-size: 300%;
  margin-top: 15%;
}
.btm_contact_area .btm_contact_tel_txt {
  font-size: 150%;
  margin-top: 6%;
}
@media screen and (max-width: 1150px) {
  .btm_contact_area .btm_contact_tel_txt span {
    display: block;
    margin-top: 5px;
  }
}

.ttl_guide {
  margin-top: 100px;
  padding-bottom: 20px;
  font-size: 190%;
  margin-bottom: 50px;
}

.guide_faq_area {
  border: none;
  padding: 30px 0 60px;
  border-radius: 20px;
}

.txt_guide_order_status {
  font-size: 150%;
}

.btn_guide_order_status {
  margin-top: 40px;
  width: 420px;
}
.btn_guide_order_status a {
  height: 70px;
  line-height: 70px;
  border: solid 5px #bb0026;
  font-size: 180%;
  position: relative;
}
.btn_guide_order_status a::before {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #bb0026;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.btn_guide_order_status span {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  position: relative;
  z-index: 2;
}
.btn_guide_order_status .icon {
  width: 55px;
  margin-right: 10px;
}
.btn_guide_order_status .icon img {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.btn_guide_order_status a:hover span {
  color: #fff;
}
.btn_guide_order_status a:hover span img {
  filter: invert(100%);
}
.btn_guide_order_status a:hover::before {
  width: 100%;
}

.guide_list_area {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}
.guide_list_area .guide_list_cont {
  width: calc((100% - 100px) / 3);
}

.guide_list_tgl {
  font-size: 160%;
}
@media screen and (max-width: 1340px) {
  .guide_list_tgl {
    font-size: 150%;
  }
}
@media screen and (max-width: 1280px) {
  .guide_list_tgl {
    font-size: 140%;
  }
}
@media screen and (max-width: 1200px) {
  .guide_list_tgl {
    font-size: 110%;
  }
}
.guide_list_tgl .icon {
  margin-right: 20px;
  width: 50px;
}

.guide_list {
  margin-left: 70px;
}
.guide_list li {
  font-size: 140%;
}
@media screen and (max-width: 1280px) {
  .guide_list li {
    font-size: 130%;
  }
}
@media screen and (max-width: 1200px) {
  .guide_list li {
    font-size: 100%;
  }
}
.guide_list li {
  margin-top: clamp(18px, 1.041vw, 22px);
}
.guide_list li a {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.guide_list li a:hover {
  color: #bb0026;
}

/* faq ------------------------- */
.faq_search_area {
  padding: 50px 0;
  border-radius: 30px;
}
.faq_search_area .faq_search_inner {
  width: 590px;
  margin-left: auto;
  margin-right: auto;
}
.faq_search_area .faq_search_inner form {
  display: flex;
  justify-content: center;
}
.faq_search_area .faq_search_inner form .search_txt {
  width: 500px;
}
.faq_search_area .faq_search_inner form .search_txt input {
  height: clamp(45px, 2.6vw, 55px);
  font-size: 120%;
}
.faq_search_area .faq_search_inner form .search_btn {
  width: 90px;
}
.faq_search_area .faq_search_inner form .search_btn input {
  height: clamp(45px, 2.6vw, 55px);
}
.faq_search_area .faq_search_area_txt {
  text-align: center;
  font-size: 120%;
  margin-top: 20px;
}

.faq_flex_area {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
.faq_flex_area .faq_flex_cont {
  width: calc(50% - 20px);
  box-sizing: border-box;
  padding: 30px;
  border-radius: 20px;
}
.faq_flex_area .ttl_faq_flex {
  font-size: 130%;
  padding-bottom: 10px;
}
.faq_flex_area .faq_flex_list li {
  margin-top: 20px;
  font-size: 120%;
}
.faq_flex_area .faq_flex_list li a {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.faq_flex_area .faq_flex_list li a:hover {
  color: #bb0026;
}

.guide_flex {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}

.guide_side {
  width: 250px;
}

.guide_main {
  width: calc(100% - 300px);
}

.guide_side_list {
  margin-left: 1em;
}
.guide_side_list li {
  margin-top: 15px;
  font-size: 110%;
}
.guide_side_list li a {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.guide_side_list li a:hover {
  color: #bb0026;
}

.ttl_guide_side {
  border-bottom: solid 1px #000;
  padding-bottom: 8px;
  font-size: 120%;
  margin-top: 30px;
}

.ttl_guide_side_faq {
  position: relative;
  font-size: 120%;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  cursor: pointer;
}
.ttl_guide_side_faq::after {
  content: ">";
  position: absolute;
  right: 0;
  display: inline-block;
  transform: scale(1.6, 1) rotate(-90deg);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  cursor: pointer;
}
.ttl_guide_side_faq:hover {
  color: #bb0026;
}

.ttl_guide_side_faq.active::after {
  transform: scale(1.6, 1) rotate(90deg);
}

.guide_side_tgl02 {
  font-size: 120%;
  margin-top: 30px;
  cursor: pointer;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.guide_side_tgl02:hover {
  color: #bb0026;
}

.guide_side_top_link {
  font-size: 120%;
  margin-top: 30px;
}
.guide_side_top_link a {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.guide_side_top_link a:hover {
  color: #bb0026;
}

.guide_side .guide_side_advice {
  font-size: 120%;
  margin-bottom: 30px;
}

.faq_top_catG {
  padding: 15px 20px;
  margin-top: 20px;
}
.faq_top_catG .faq_list_tgl {
  font-size: 140%;
  cursor: pointer;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.faq_top_catG .faq_list_tgl::after {
  right: 0;
}
.faq_top_catG .faq_list_tgl:hover {
  color: #bb0026;
}

.faq_list li {
  font-size: 120%;
}
.faq_list li a {
  padding: 15px 0;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.faq_list li a:hover {
  color: #bb0026;
}

.faq_list_open .faq_list {
  padding-top: 20px;
}

.tax_faq_list li {
  font-size: 120%;
}
.tax_faq_list li a {
  padding: 15px 0;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.tax_faq_list li a:hover {
  color: #bb0026;
}

/* news ------------------------- */
.news_cat_nav {
  gap: 30px 150px;
}
.news_cat_nav li {
  width: 140px;
}

.news_list {
  margin-top: clamp(75px, 4.166vw, 85px);
  display: flex;
  flex-wrap: wrap;
  gap: 80px 50px;
}
.news_list li {
  width: calc((100% - 100px) / 3);
}
.news_list .news_list_txt_area {
  margin-top: 20px;
}
.news_list .ttl {
  font-size: 120%;
  margin-top: 10px;
}
.news_list a .news_list_txt_area {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.news_list a:hover .news_list_txt_area {
  color: #bb0026;
}

.wp-pagenavi {
  margin-top: 80px;
  gap: 20px 10px;
}
.wp-pagenavi a, .wp-pagenavi span {
  display: block;
  font-size: 150%;
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.wp-pagenavi .previouspostslink {
  width: 50px;
}
.wp-pagenavi .previouspostslink::before {
  display: inline-block;
}
.wp-pagenavi .nextpostslink {
  width: 50px;
}
.wp-pagenavi .nextpostslink::after {
  display: inline-block;
}

.ttl_news {
  font-size: 170%;
  padding-bottom: 10px;
  line-height: 150%;
}

.day_news {
  margin-top: 20px;
  font-size: 120%;
}

.news_cont {
  margin-top: 40px;
  font-size: 120%;
  line-height: 150%;
}

.news_area {
  max-width: 1100px;
}

.page_special_list {
  align-items: stretch !important;
}
.page_special_list li {
  padding-bottom: 80px;
  position: relative;
}
.page_special_list li .special_btn {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.index_popularity_item_img .item_list_cat {
  height: 25px;
  line-height: 25px;
  padding: 0 10px;
}

.index_popularity_open .index_pickup_txt_area {
  padding-left: 10px;
  padding-right: 10px;
}

.special_img .item_list_cat {
  height: 20px;
  line-height: 20px;
  padding: 0 10px;
}/*# sourceMappingURL=style.css.map */