@charset "UTF-8";
body {
  min-height: 100%;
  color: #000;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-weight: 400;
  overflow-x: hidden;
  background: #fff;
  line-height: 160%;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

img[usemap] {
  border: none;
  height: auto;
  width: 100%;
  max-width: 100%;
}

.lh_0 {
  line-height: 0;
}

.font_robot {
  font-family: "Roboto", sans-serif;
}

.font_nsjp {
  font-family: "Noto Sans JP", sans-serif;
}

.font_mon {
  font-family: "Montserrat", sans-serif;
}

/* リンク設定 -------------------------------------------------*/
a {
  color: #000;
  text-decoration: none;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  outline: none;
}

a:hover {
  color: #000;
  text-decoration: none;
}

.txt_underline a {
  text-decoration: underline;
}

.txt_underline a:hover {
  text-decoration: none;
}

.wrapper {
  width: 100%;
  background: #F4F2ED;
  position: absolute;
  top: 0;
  overflow: hidden;
}

input[type=button],
input[type=text],
input[type=submit],
input[type=email],
input[type=tel],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0 !important;
  background: #fff;
  border: solid 1px #707070;
}
input[type=button]::placeholder,
input[type=text]::placeholder,
input[type=submit]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
textarea::placeholder {
  color: #ccc;
}

select {
  border: solid 1px #707070;
}

input[type=text]:focus,
input[type=email]:focus,
textarea:focus {
  background: #fff;
}

input.btn_gray_norm {
  display: inline-block;
  width: 100%;
  color: #FFF;
  height: 48px;
  background-color: #000;
  line-height: 48px;
  text-align: center;
  cursor: pointer;
  font-size: 1.4rem;
}

.underline {
  text-decoration: underline;
}

.gmap {
  position: relative;
  padding-bottom: 70%;
  height: 0;
  overflow: hidden;
}

.gmap iframe,
.gmap object,
.gmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.list_disc {
  list-style-type: disc;
  margin-left: 1.2em;
}

/* font size ------------------ */
.font_s50 {
  font-size: 50%;
}

.font_s60 {
  font-size: 60%;
}

.font_s70 {
  font-size: 70%;
}

.font_s80 {
  font-size: 80%;
}

.font_s90 {
  font-size: 90%;
}

.font_s110 {
  font-size: 110%;
}

.font_s120 {
  font-size: 120%;
}

.font_s130 {
  font-size: 130%;
}

.font_s140 {
  font-size: 140%;
}

.font_s150 {
  font-size: 150%;
}

.font_s160 {
  font-size: 160%;
}

.font_s170 {
  font-size: 170%;
}

.font_s180 {
  font-size: 180%;
}

.font_s190 {
  font-size: 19%;
}

.font_s200 {
  font-size: 200%;
}

/* inview ------------------ */
.inview {
  -webkit-transition: 0.8s;
  transition: 0.8s;
  opacity: 0;
  -webkit-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
}

.inviewL {
  -webkit-transition: 0.8s;
  transition: 0.8s;
  opacity: 0;
  -webkit-transform: translate(-100px, 0px);
  transform: translate(-100px, 0px);
}

.inviewR {
  -webkit-transition: 0.8s;
  transition: 0.8s;
  opacity: 0;
  -webkit-transform: translate(100px, 0px);
  transform: translate(100px, 0px);
}

.inview_on {
  opacity: 1;
  -webkit-transform: translate(0, 0) !important;
  transform: translate(0, 0) !important;
}

/* site ------------------------- */
.red {
  color: #bb0026;
}

.pagetop {
  position: fixed;
  background: #bb0026;
  color: #fff;
  text-align: center;
  z-index: 100;
  cursor: pointer;
  border-radius: 50%;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.pagetop span {
  display: block;
  transform: scale(1.6, 1) rotate(-90deg);
}

.btn_bd {
  border: solid 2px #000;
  text-align: center;
  position: relative;
  font-weight: bold;
}
.btn_bd a {
  display: block;
  font-size: 120%;
}

.ttl_c, .ttl_c_sub {
  text-align: center;
  font-weight: 700;
}
.ttl_c .ja, .ttl_c_sub .ja {
  display: block;
}

.bread a {
  text-decoration: underline;
}

.btn {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.btn a,
.btn input {
  display: block;
  background: #000;
  text-align: center;
  position: relative;
  width: 100%;
  font-weight: bold;
  color: #fff;
  font-weight: 700;
}

.fit_img {
  overflow: hidden;
}
.fit_img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.scale_area {
  overflow: hidden;
  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);
  transition-delay: 0.5s;
}

.scale_area_on {
  transform: scale(1);
  opacity: 1;
}

.red_btn {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.red_btn a {
  box-sizing: border-box;
  background: #bb0026;
  color: #fff;
  display: block;
}

.red_btn.active a {
  background: #fff;
  color: #bb0026;
}

.white_btn {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.white_btn a {
  box-sizing: border-box;
  background: #fff;
  color: #000;
  display: block;
}

.btn_l,
.btn_r {
  position: relative;
}
.btn_l .arrow,
.btn_r .arrow {
  position: absolute;
  transform: scale(0.7, 1);
}

.bd_b_none {
  border-bottom: none !important;
}

.lr_auto {
  margin-left: auto;
  margin-right: auto;
}

.icon_arrwo {
  display: inline-block;
  transform: scale(0.7, 1);
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.clearfix:before {
  content: "";
  display: block;
  clear: both;
}

.clearfix {
  display: block;
}

.icon_tgl {
  position: relative;
}
.icon_tgl::after {
  content: ">";
  display: inline-block;
  transform: scale(1.6, 1) rotate(90deg);
  font-size: 80%;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.sns_list {
  display: flex;
  align-items: center;
}

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

/* カラー設定 ------------------------- */
.color_1 {
  background: #fff;
}

.color_2 {
  background: #000;
}

.color_3 {
  background: #a2c2e6;
}

/* アニメーションテキスト ------------------------- */
.js-text-anim {
  --start-delay: 0s; /* 要素単位の始動ディレイ */
}
.js-text-anim span {
  display: inline-block;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.6s ease, transform 0.6s ease;
  transition-delay: calc(var(--start-delay) + var(--char-delay, 0ms));
}

.js-text-anim.is-active span {
  opacity: 1;
  transform: translateY(0);
}

/* 好きなだけ増やせる */
.delay-05 {
  --start-delay: .5s;
}

.delay-1 {
  --start-delay: 1s;
}

.delay-15 {
  --start-delay: 1.5s;
}

.delay-2 {
  --start-delay: 2s;
}

.delay-25 {
  --start-delay: 2.5s;
}

.scale {
  overflow: hidden;
}
.scale .scale_area {
  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);
  transition-delay: 0.8s;
}

.scale_on .scale_area {
  transform: scale(1);
  opacity: 1;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  pointer-events: auto;
}

.order_display li {
  opacity: 0;
  transform: translateY(100px);
  transition: 0.8s;
}

/* 表示時 */
.order_display.on li {
  opacity: 1;
  transform: translateY(0);
}

.icon_arrow {
  display: inline-block;
  transform: scale(1, 1.5);
}

.link_txt {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.link_txt:hover {
  color: #bb0026;
}

body.body_fix {
  height: 100%;
  overflow: hidden;
}

/* header ------------------------- */
.gheader {
  width: 100%;
  box-sizing: border-box;
  position: sticky;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 1000;
  background-color: #fff;
}
.gheader .header_nav_area {
  display: flex;
  align-items: center;
}
.gheader .header_icon {
  display: flex;
  align-items: center;
}
.gheader .header_icon li {
  text-align: center;
}
.gheader #search_form {
  display: flex;
  align-items: center;
}
.gheader #search_form .search_btn input {
  display: block;
  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;
}

/* gnav ------------------------- */
.gnav_area {
  position: fixed;
  z-index: 2000;
  background: #fff;
  height: 100vh;
  top: 0;
  box-sizing: border-box;
  text-align: left;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  background: #F2F2F2;
}
.gnav_area .gnav_usually {
  overflow-y: scroll;
}
.gnav_area .gnav_open03 {
  overflow-y: scroll;
}
.gnav_area .open {
  display: none;
}
.gnav_area .gnav_logo_area {
  position: sticky;
  left: 0;
  top: 0;
  background: #bb0026;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  z-index: 10;
}
.gnav_area .gnav_logo_area .gnav_logo {
  width: 40%;
}
.gnav_area .gnav_login {
  display: flex;
  flex-wrap: wrap;
}
.gnav_area .gnav_login li {
  width: 50%;
  box-sizing: border-box;
}
.gnav_area .gnav_login li a {
  display: block;
  text-align: center;
  font-weight: bold;
}
.gnav_area .gnav_login li:first-child {
  width: 100%;
}
.gnav_area .gnav li {
  position: relative;
}
.gnav_area .gnav li a, .gnav_area .gnav li span {
  display: block;
}
.gnav_area .gnav .gnav_tgl::after {
  content: ">";
  position: absolute;
  transform: scale(1, 1.5);
  display: block;
}
.gnav_area .gnav_sns {
  display: flex;
}
.gnav_area .gnav_sns span {
  font-weight: bold;
  display: block;
  text-align: center;
}
.gnav_area .gnav_open {
  position: absolute;
  right: -100%;
  width: 100%;
  background: #F2F2F2;
  box-sizing: border-box;
  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_open_on {
  right: 0;
}
.gnav_area .gnav_back {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
.gnav_area .gnav_back::before {
  content: "<";
  transform: scale(1, 1.5);
  position: absolute;
  display: block;
}
.gnav_area .gnav_opne_ttl {
  text-align: center;
}
.gnav_area .gnav_search_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.gnav_area .gnav_search_list .gnav_search_img {
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
}
.gnav_area .gnav_search_list li {
  text-align: center;
}
.gnav_area .gnav_product_list {
  display: flex;
  flex-wrap: wrap;
}
.gnav_area .gnav_product_list li {
  text-align: center;
}
.gnav_area .gnav_product_list li.gnav_porduct_open {
  display: none;
  width: 100% !important;
}
.gnav_area .gnav_product_list li.gnav_porduct_open .gnav_product_list {
  margin: 0 5%;
}
.gnav_area .gnav_product_list .gnav_product_tgl .gnav_product_img {
  position: relative;
}
.gnav_area .gnav_product_list .gnav_product_tgl .gnav_product_img .icon {
  position: absolute;
  border-radius: 50%;
  border: solid 1px #000;
  background: #fff;
}
.gnav_area .gnav_product_list .gnav_product_tgl .gnav_product_img .icon::after {
  content: ">";
  display: inline-block;
  transform: scale(1.6, 1) rotate(90deg);
  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;
  text-align: center;
}
.gnav_area .gnav_product_list .gnav_product_tgl.active .gnav_product_img .icon::after {
  transform: scale(1.6, 1) rotate(-90deg);
}
.gnav_area .gnav_product_list .all_link {
  width: 100%;
  border: solid 1px #000;
}
.gnav_area .gnav_product_list .all_link a {
  display: block;
  text-align: center;
  background: #fff;
  font-weight: bold;
}

/* footer ------------------------- */
.footer_info_area .footer_info {
  box-sizing: border-box;
  background: #bb0026;
  color: #fff;
}
.footer_info_area .footer_info a {
  color: #Fff;
  font-weight: 700;
}
.footer_info_area .footer_line_area {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer_info_area .footer_line_area .footer_line_txt_area {
  font-weight: 700;
}
.footer_info_area .footer_line_area .footer_line_msg {
  display: flex;
  line-height: 200%;
}
.footer_info_area .footer_line_area .footer_line_txt {
  text-align: center;
}
.footer_info_area .footer_line_area .footer_line_btn {
  width: 90%;
}
.footer_info_area .footer_info_sns {
  display: flex;
}

.footer_nav_area .ttl {
  font-weight: bold;
}
.footer_nav_area .footer_tel {
  font-weight: bold;
  font-size: 120%;
}

/* top ------------------------- */
.index_slide_area {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.index_slide_area .index_slide-pagination {
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0;
}
.index_slide_area .index_slide {
  opacity: 0;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transform: scale(1.2);
}
.index_slide_area .index_slide_on {
  transform: scale(1);
  opacity: 1;
}

.index_news_area .index_news li {
  border-bottom: solid 1px #666;
}
.index_news_area .index_news li a {
  position: relative;
}
.index_news_area .index_news li a::after {
  content: ">";
  position: absolute;
  transform: scale(1, 1.5);
  font-size: 120%;
  font-weight: 400;
}

.index_special_area {
  position: relative;
}
.index_special_area .special-button-prev, .index_special_area .special-button-next {
  border: solid 1px #000;
  border-radius: 50%;
}
.index_special_area .swiper-pagination-bullet {
  background: #E9E9E9;
}
.index_special_area .swiper-pagination-bullet-active {
  background: #bb0026;
}

.special_list .special_btn {
  font-weight: 600;
}
.special_list .special_img .fit_img {
  aspect-ratio: 1/1;
}

.index_search_list {
  display: flex;
  flex-wrap: wrap;
}
.index_search_list li {
  text-align: center;
}
.index_search_list .index_search_img {
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
}
.index_search_list .name {
  font-weight: normal;
}

.index_movie_area {
  position: relative;
}
.index_movie_area .index_movie_btn {
  font-weight: bold;
}
.index_movie_area .index_movie_btn span {
  position: relative;
}
.index_movie_area .index_movie_btn span::after {
  content: ">";
  margin-left: 1em;
  transform: scale(1, 1.5);
  display: inline-block;
}
.index_movie_area .index_movie_txt_area {
  color: #fff;
  font-weight: bold;
}
.index_movie_area .index_movie_ttl {
  font-weight: bold;
  color: #fff;
}
.index_movie_area .index_movie_contents {
  background: #bb0026;
}
.index_movie_area .index_movie_outer video {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center center;
  opacity: 1;
}
.index_movie_area .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 20, 0, 0.4);
}

.index_pickup-button-prev, .index_pickup-button-next {
  border: solid 1px #000;
  border-radius: 50%;
  background: #fff;
}

.index_pickup_name {
  font-weight: normal;
  overflow-wrap: anywhere;
}

.index_product_bn_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index_product_bn_list li {
  position: relative;
}
.index_product_bn_list .product_bn_btn {
  position: absolute;
}

.index_feature_btn {
  font-weight: bold;
}

.index_ranking_slide_area {
  position: relative;
}

.index_ranking-button-prev, .index_ranking-button-next {
  border: solid 1px #000;
  border-radius: 50%;
  background: #fff;
}

.ranking_list li {
  position: relative;
}
.ranking_list li::after {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  font-weight: bold;
  color: #fff;
  background: #e0dfdf;
}
.ranking_list li:first-child::after {
  content: "1";
  background: linear-gradient(45deg, #B67B03 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #B67B03 90% 100%);
}
.ranking_list li:nth-child(2)::after {
  content: "2";
  background: linear-gradient(45deg, #757575 0%, #9E9E9E 45%, #E8E8E8 70%, #9E9E9E 85%, #757575 90% 100%);
}
.ranking_list li:nth-child(3)::after {
  content: "3";
  background: linear-gradient(45deg, rgba(99, 49, 8, 0.5764705882) 0%, rgba(226, 119, 32, 0.5764705882) 45%, #FEE9A0 70%, rgba(226, 119, 32, 0.5764705882) 85%, rgba(99, 49, 8, 0.5764705882) 90% 100%);
}
.ranking_list li:nth-child(4)::after {
  content: "4";
}
.ranking_list li:nth-child(5)::after {
  content: "5";
}
.ranking_list li:nth-child(6)::after {
  content: "6";
}
.ranking_list li:nth-child(7)::after {
  content: "7";
}
.ranking_list li:nth-child(8)::after {
  content: "8";
}
.ranking_list li:nth-child(9)::after {
  content: "9";
}
.ranking_list li:nth-child(10)::after {
  content: "10";
}

.footer_howtoG .footer_howto_num_area {
  position: relative;
}
.footer_howtoG .footer_howto_num {
  color: #bb0026;
  font-weight: bold;
  text-align: center;
}
.footer_howtoG .footer_howto_num_img {
  position: absolute;
  left: 50%;
}
.footer_howtoG .footer_howto_ttl {
  text-align: center;
}

.index_popularity_nav {
  display: flex;
  justify-content: space-between;
}
.index_popularity_nav li {
  overflow: hidden;
  position: relative;
  aspect-ratio: 4/5;
}
.index_popularity_nav li .index_popularity_ttl {
  position: absolute;
  color: #fff;
}
.index_popularity_nav li .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 20, 0, 0.2);
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.index_popularity_nav li .icon {
  position: absolute;
  background: #fff;
  border: solid 1px #000;
  border-radius: 50%;
  text-align: center;
}
.index_popularity_nav li .icon::after {
  content: ">";
  transform: scale(1.5, 1) rotate(90deg);
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.index_popularity_nav .index_popularity_all {
  background: #bb0026;
}
.index_popularity_nav .index_popularity_all .icon::after {
  content: ">";
  transform: scale(1, 1.5) rotate(0deg);
}
.index_popularity_nav .index_popularity_all a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.index_popularity_nav li.active .overlay {
  opacity: 0;
}
.index_popularity_nav li.active .icon::after {
  transform: scale(1.5, 1) rotate(-90deg);
}

.index_popularity_open {
  display: none;
}

.index_popularity_slide_area {
  position: relative;
  overflow: hidden;
}

.index_popularity_item_img {
  aspect-ratio: 4/5;
  overflow: hidden;
  position: relative;
}
.index_popularity_item_img .item_list_cat {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #000;
  color: #fff;
  display: block;
}
.index_popularity_item_img .over_img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.index_popularity_item_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.index_popularity-button-prev, .index_popularity-button-next {
  border: solid 1px #000;
  border-radius: 50%;
  background: #fff;
}

/* contact ------------------------- */
.contact_nav {
  display: flex;
  justify-content: space-between;
}
.contact_nav li {
  border: solid 1px #000;
  border-bottom: none;
  text-align: center;
  font-weight: bold;
  box-sizing: border-box;
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact_nav li a {
  display: block;
  width: 100%;
}
.contact_nav li span {
  font-weight: normal;
  display: block;
}
.contact_nav li.active {
  border: solid 1px #bb0026;
  background-color: #bb0026;
  color: #fff;
}
.contact_nav li.active a {
  color: #fff;
}

.contact_faq_area {
  background: #F3F3F3;
}
.contact_faq_area .txt01 {
  font-weight: bold;
}
.contact_faq_area .contact_faq_link {
  font-weight: bold;
}
.contact_faq_area .contact_faq_link a {
  position: relative;
}
.contact_faq_area .contact_faq_link a::after {
  content: ">";
  transform: scale(1, 1.5);
  display: block;
  position: absolute;
}
.contact_faq_area .contact_faq_link_list {
  display: flex;
  flex-wrap: wrap;
}
.contact_faq_area .contact_faq_link_list a {
  font-weight: bold;
}

.ttl_contact_form {
  text-align: center;
}

.contact_form_area {
  background: #F3F3F3;
  border: solid 1px #000;
}

.contact_form dt {
  font-weight: bold;
}
.contact_form dt .must {
  border-radius: 9999px;
  background: #bb0026;
  color: #fff;
  text-align: center;
  display: inline-block;
}
.contact_form dt .any {
  display: inline-block;
}
.contact_form dd input[type=text], .contact_form dd input[type=email], .contact_form dd input[type=tel], .contact_form dd textarea {
  border: none;
  font-size: 120%;
}
.contact_form dd input[type=radio] {
  background: #fff;
}
.contact_form label {
  display: block;
}
.contact_form .radio {
  line-height: 200%;
}

.btn_input {
  margin-left: auto;
  margin-right: auto;
}
.btn_input input {
  display: block;
  border: none;
  width: 100%;
  border-radius: 9999px !important;
  color: #fff;
  font-weight: bold;
}

.btn_submit input {
  background: #bb0026;
}

.btn_back input {
  background: #000;
}

.contact_custmer_tel_bn {
  border: solid 1px #000;
  display: flex;
  align-items: center;
}
.contact_custmer_tel_bn .ttl_area {
  background: #bb0026;
  color: #fff;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  border-right: solid 1px #000;
  box-sizing: border-box;
}
.contact_custmer_tel_bn .tel_area_txt01 {
  font-weight: bold;
}
.contact_custmer_tel_bn .tel_num {
  font-weight: bold;
}
.contact_custmer_tel_bn .tel_area_txt02 {
  text-align: center;
}

.contact_custmer_line_bn {
  border: solid 1px #000;
  display: flex;
  align-items: center;
}
.contact_custmer_line_bn .ttl_area {
  background: #F3F3F3;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
}

.btn_to_contact {
  font-weight: bold;
}

.contact_comptxt01 {
  font-weight: bold;
}

.mw_wp_form .horizontal-item + .horizontal-item {
  display: block;
  margin-left: 0 !important;
}

/* item ------------------------- */
#item_img_slider {
  overflow: hidden;
  opacity: 0;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transform: scale(1.2);
}
#item_img_slider .txt {
  position: absolute;
}

#item_img_slider.item_img_slider_on {
  transform: scale(1);
  opacity: 1;
}

.item_img_thumb {
  width: 100%;
  overflow: hidden;
}
.item_img_thumb li {
  line-height: 0;
  box-sizing: border-box;
}

.item_detail_block #detail_point {
  font-weight: bold;
}
.item_detail_block #detail_point span {
  font-weight: normal;
  font-size: 70%;
}
.item_detail_block .item_detail_btn_btmtxt {
  color: #bb0026;
}
.item_detail_block .item_addition_list {
  display: flex;
  flex-wrap: wrap;
}

.item_detail_openG {
  border-bottom: solid 1px #000;
}
.item_detail_openG .item_detail_open_tgl {
  cursor: pointer;
  font-weight: normal;
  position: relative;
}
.item_detail_openG .item_detail_open_tgl::after {
  content: ">";
  display: inline-block;
  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.6, 1) rotate(90deg);
  position: absolute;
}
.item_detail_openG .item_detail_open_tgl.active::after {
  transform: scale(1.6, 1) rotate(-90deg);
}

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

.item_detail_open {
  display: none;
}
.item_detail_open .item_detail_open_details_tbl {
  display: flex;
  flex-wrap: wrap;
}
.item_detail_open .item_detail_open_details_tbl dt, .item_detail_open .item_detail_open_details_tbl dd {
  background: #f4f4f4;
  box-sizing: border-box;
}
.item_detail_open .item_detail_open_details_tbl dt.even, .item_detail_open .item_detail_open_details_tbl dd.even {
  background: #e8e8e8;
}
.item_detail_open .item_detail_open_details_tbl dd {
  position: relative;
}
.item_detail_open .item_detail_open_details_tbl:nth-child(even) dt, .item_detail_open .item_detail_open_details_tbl:nth-child(even) dd {
  background: #e8e8e8;
}

.item_detail_size_tbl_outer {
  width: 100%;
  margin: 0 auto;
  overflow-x: scroll;
}
.item_detail_size_tbl_outer table {
  width: auto;
  min-width: 100%;
  table-layout: fixed;
  border-spacing: 0;
  border-collapse: separate;
}
.item_detail_size_tbl_outer th,
.item_detail_size_tbl_outer td {
  padding: 0.5em 0.3em;
  text-align: center;
  white-space: nowrap;
  box-sizing: border-box;
}
.item_detail_size_tbl_outer th {
  background-color: #747474;
  font-weight: normal;
  color: #Fff;
}
.item_detail_size_tbl_outer td {
  background-color: #f4f4f4;
}

.item_favorite_txt {
  position: absolute;
}

.favorite_on .item_favorite_txt {
  display: none;
}

.item_recently_slide_area {
  position: relative;
}

.item_btn_to_contact {
  font-weight: bold;
}

/* item サムネイル縦------------------------- */
.item_img_block {
  position: relative;
  overflow: hidden;
}

.item_img_slider_area, .item_img_thumb_area {
  position: relative;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-color: #666;
}

/* list ------------------------- */
.item_list {
  display: flex;
  flex-wrap: wrap;
}

.paging {
  justify-content: center;
}
.paging .nav_next a {
  text-align: right;
}
.paging .nav_next span {
  display: none;
}
.paging .nav_next a::after {
  content: "▼";
  display: inline-block;
  transform: rotate(-90deg);
  color: #bb0026;
}
.paging .nav_prev a {
  text-align: left;
}
.paging .nav_prev span {
  display: none;
}
.paging .nav_prev a::after {
  content: "▼";
  display: inline-block;
  transform: rotate(90deg);
  color: #bb0026;
}

.list_pageer li a {
  width: 100%;
}
.list_pageer li strong {
  border-radius: 50%;
  color: #fff;
  background: #bb0026;
  border: none;
  display: block;
}

.item_list_order_sort_area {
  display: flex;
  width: 100%;
  flex-direction: row-reverse;
}
.item_list_order_sort_area .item_list_order_sort {
  border: solid 1px #000000;
  box-sizing: border-box;
}
.item_list_order_sort_area .item_list_order_sort_list li a {
  display: block;
}
.item_list_order_sort_area .item_list_order_sort_tgl {
  cursor: pointer;
  display: block;
  position: relative;
  width: 100%;
}
.item_list_order_sort_area .item_list_order_sort_tgl .arrow {
  position: absolute;
  transform: scale(1.6, 1) rotate(90deg);
  right: 10px;
}
.item_list_order_sort_area .item_list_order_sort_tgl.active .arrow {
  transform: scale(1.6, 1) rotate(-90deg);
}
.item_list_order_sort_area .item_list_order_sort_open {
  display: none;
}

.item_addition_img {
  position: relative;
}
.item_addition_img .item_list_cat {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  background: #000;
  color: #fff;
}

/* shoplist ------------------------- */
.shoplist_txt01, .shoplist_txt02 {
  text-align: center;
}

.shoplist_txt01 {
  font-weight: bold;
}

/* guide ------------------------- */
.btm_contact_area {
  text-align: center;
}
.btm_contact_area .ttl_btm_contact {
  background: #bb0026;
  color: #fff;
}
.btm_contact_area .btm_mail_list {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.btm_contact_area .btm_mail_list a {
  display: block;
  font-weight: bold;
  box-sizing: border-box;
}
.btm_contact_area .btm_mail_list .btm_mail a {
  border: solid 1px #000;
}
.btm_contact_area .btm_mail_list .btm_line a {
  color: #fff;
  background: #bb0026;
}
.btm_contact_area .btm_mail_list .red_btn, .btm_contact_area .btm_mail_list .white_btn {
  border-radius: 0 !important;
}
.btm_contact_area .btm_mail_list .red_btn a, .btm_contact_area .btm_mail_list .white_btn a {
  border-radius: 0 !important;
}
.btm_contact_area .btm_contact_tel {
  font-weight: bold;
}
.btm_contact_area .btm_contact_tel_txt {
  font-weight: bold;
}

.ttl_guide {
  text-align: center;
  border-bottom: solid 1px #000;
}

.guide_faq_area {
  background: #E8E8E8;
}

.btn_guide_order_status {
  margin-left: auto;
  margin-right: auto;
}
.btn_guide_order_status a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}
.btn_guide_order_status span {
  display: inline-block;
}
.btn_guide_order_status .icon {
  line-height: 0;
}
.btn_guide_order_status .icon img {
  vertical-align: middle;
}

.guide_list_tgl {
  display: flex;
  align-items: center;
  font-weight: bold;
}
.guide_list_tgl img {
  vertical-align: middle;
}

.guide_list li a {
  display: block;
}

/* faq ------------------------- */
.faq_search_area {
  background: #F3F3F3;
}
.faq_search_area .faq_search_inner form {
  display: flex;
  justify-content: center;
  align-items: center;
}
.faq_search_area .faq_search_inner .search_btn input {
  display: block;
  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;
}

.ttl_faq_flex {
  border-bottom: solid 1px #000;
}

.faq_flex_cont {
  background: #F3F3F3;
}

.guide_side_tgl02 {
  position: relative;
}
.guide_side_tgl02::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;
}

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

.guide_side_top_link a {
  display: block;
  position: relative;
  font-weight: bold;
}
.guide_side_top_link a::after {
  content: ">";
  position: absolute;
  right: 0;
  display: inline-block;
  transform: scale(1, 1.6);
}

.guide_side_open02 {
  display: none;
}

.guide_side .guide_side_advice {
  border-radius: 0;
  font-weight: bold;
}

.faq_top_catG {
  border: solid 1px #000;
}
.faq_top_catG .faq_list_tgl {
  position: relative;
}
.faq_top_catG .faq_list_tgl::after {
  content: "＋";
  position: absolute;
}
.faq_top_catG .faq_list_tgl.active::after {
  content: "－";
}
.faq_top_catG .faq_list li a {
  position: relative;
  display: block;
}
.faq_top_catG .faq_list li a::after {
  content: ">";
  position: absolute;
  right: 0;
  display: inline-block;
  transform: scale(1, 1.6);
}
.faq_top_catG .faq_list_open .faq_list {
  margin-left: 1em;
  margin-right: 1em;
}
.faq_top_catG .faq_list_open .faq_list li:last-child {
  border-bottom: none;
}
.faq_top_catG .faq_list_open {
  display: none;
}

.tax_faq_list li {
  border-bottom: solid 1px #000;
}
.tax_faq_list li a {
  position: relative;
  display: block;
}
.tax_faq_list li a::after {
  content: ">";
  position: absolute;
  right: 0;
  display: inline-block;
  transform: scale(1, 1.6);
}
.tax_faq_list li:last-child {
  border-bottom: none;
}

.search_non_txt {
  text-align: center;
}

/* news ------------------------- */
.news_cat_nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.news_cat_nav li {
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
}

.news_list .ttl {
  font-weight: bold;
}
.news_list .news_list_img .fit_img {
  aspect-ratio: 1/1;
}

.wp-pagenavi {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.wp-pagenavi a, .wp-pagenavi span {
  display: block;
  text-align: center;
}
.wp-pagenavi span.current {
  border-radius: 50%;
  color: #fff;
  background: #bb0026;
  border: none;
  display: block;
}
.wp-pagenavi .previouspostslink::before {
  content: "▼";
  color: #bb0026;
  display: inline-block;
  transform: rotate(90deg);
}
.wp-pagenavi .nextpostslink::after {
  content: "▼";
  color: #bb0026;
  display: inline-block;
  transform: rotate(-90deg);
}

.ttl_news {
  border-bottom: solid 1px #000;
}

.day_news {
  text-align: right;
}

.news_cont hr {
  border-top: solid 1px #000;
}
.news_cont a {
  text-decoration: underline;
}

.special_img {
  position: relative;
}
.special_img .over_img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.special_img .item_list_cat {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #000;
  color: #fff;
}

.shop_list .shop_name a {
  text-decoration: underline;
}
.shop_list .shop_list_item_cat {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}
.shop_list .shop_list_item_cat > li {
  color: #fff;
  background: #ccc;
}/*# sourceMappingURL=site.css.map */