@charset "UTF-8";
/* variable ------------------------- */
html {
  font-size: 62.5%;
}

body {
  min-height: 100%;
  color: #000;
  font-family: "Roboto", "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;
}

.wine {
  color: #601921;
}

.red_pink {
  color: #d1104b;
}

/* リンク設定 -------------------------------------------------*/
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],
input[type=password],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 5px !important;
  background: #fff;
}

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

.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;
}

/* 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 ------------------------- */
.pagetop {
  display: none;
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
  cursor: pointer;
}
.pagetop .triangle {
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 0;
}

.ttl_c {
  text-align: center;
  font-weight: bold;
}

.btn_more {
  margin-left: auto;
  margin-right: auto;
  border-radius: 5px;
  border: solid 2px #000;
  text-align: center;
}
.btn_more a {
  display: block;
  width: 100%;
}

.fade_in {
  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;
}

.fade_on {
  opacity: 1;
}

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

/* header_news ------------------------- */
.header_news {
  background: #000;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 10;
}
.header_news .swiper-slide {
  width: 100%;
  box-sizing: border-box;
}
.header_news .heder_news_txt {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}
.header_news a {
  color: #fff;
}
.header_news .swiper-slide {
  box-sizing: border-box;
  display: flex;
  align-items: center;
}

/* header ------------------------- */
/* index_slide ------------------------- */
.index_slide_area {
  position: absolute;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.index_slide_area .img {
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.index_slide_area .txt_area {
  position: absolute;
  color: #fff;
}
.index_slide_area .txt_area .index_slide_btn {
  background: #fff;
  text-align: center;
  color: #000;
}

.index_slide_area_on {
  opacity: 1;
}

/* gnav ------------------------- */
.gnav_area {
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 20;
  left: 100%;
  top: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.gnav_area .gnav_overlay {
  width: 100%;
  height: 100vh;
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  right: 0;
  top: 0;
  display: none;
}
.gnav_area .gnav_inner {
  background: #fff;
  height: 100vh;
  position: absolute;
  right: 0;
  top: 0;
}

.gnav_area_fix {
  left: 0;
}

/* top ------------------------- */
.index_categories_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.index_categories_list li {
  text-align: center;
}
.index_categories_list .txt {
  font-weight: bold;
}

.keyword .popular-tags-title {
  font-weight: bold;
}

.index_pickup .txt {
  text-align: center;
}

.ranking_nav {
  display: flex;
  justify-content: center;
  font-weight: bold;
}
.ranking_nav li {
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-bottom: solid 2px #fff;
}
.ranking_nav .active {
  border-bottom: solid 2px #000;
}

.index_ranking {
  overflow: hidden;
  width: 100%;
}
.index_ranking .swiper-slide {
  background: #fff;
}
.index_ranking .ranking_slide .num {
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  color: #fff;
  font-weight: bold;
  background: #e8e8e8;
}
.index_ranking .ranking_slide .num1 {
  background: #ffd43f !important;
}
.index_ranking .ranking_slide .num2 {
  background: #c8c8c8 !important;
}
.index_ranking .ranking_slide .num3 {
  background: #bf8d22 !important;
}

.top_shop, .top_info {
  background: #f5f5f5;
  box-sizing: border-box;
}

.top_shop_btn {
  display: flex;
  justify-content: space-between;
  gap: 1.4%;
}
.top_shop_btn li {
  width: 32.4%;
}
.top_shop_btn li a {
  display: block;
  background: #fff;
  text-align: center;
  font-weight: 500;
  position: relative;
}
.top_shop_btn li a::before {
  content: ">";
  position: absolute;
  transform: scale(0.5, 1);
  font-size: 170%;
}

.top_info_list li {
  border-bottom: solid 1px #c7c7c7;
}

.top_info_more {
  text-align: right;
  font-weight: bold;
}
.top_info_more a {
  position: relative;
  display: inline-block;
}
.top_info_more a::before {
  content: ">";
  display: inline-block;
  transform: scale(0.5, 1);
  font-size: 170%;
  position: absolute;
  left: 0;
}

.index_ranking_slide {
  position: relative;
}
.index_ranking_slide .index_ranking_inner_slide {
  width: 100%;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.index_ranking_slide .index_ranking_inner_slide02, .index_ranking_slide .index_ranking_inner_slide03 {
  position: absolute;
  left: 0;
  top: 0;
}
.index_ranking_slide .active {
  opacity: 1;
}

.over_img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
}

.over_img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.3;
}

.img_coming:before {
  content: "COMING SOON";
  display: block;
  color: #FFF;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 1;
}

.img_soldout:after {
  content: "SOLD OUT";
  display: block;
  color: #FFF;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 1;
}

/* footer ------------------------- */
.gfooter .gfooter_inner {
  background: #000;
  color: #fff;
  font-weight: bold;
}
.gfooter .gfooter_inner a {
  color: #fff;
}
.gfooter .gfooter_inner .gfooter_nav {
  display: flex;
}
.gfooter .footer_sns {
  display: flex;
  justify-content: center;
}
.gfooter .footer_logo {
  margin-left: auto;
  margin-right: auto;
}
.gfooter .copy {
  text-align: center;
}

#item_spec_status {
  align-items: center;
}
#item_spec_status li {
  white-space: nowrap;
}
#item_spec_status .status_icon_31, #item_spec_status .status_icon_32, #item_spec_status .bl_tag {
  border: none;
}
#item_spec_status .status_icon_31 a, #item_spec_status .status_icon_32 a, #item_spec_status .bl_tag a {
  padding: 0;
}

.sale_top li a, .index_bn li a, .index_bn_s_slide li a {
  display: block;
  overflow: hidden;
}

#top_slider_inner a {
  display: block;
  overflow: hidden;
}

.item_main_img_area {
  opacity: 0;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

.item_main_img_area_on {
  opacity: 1;
}

.item_img_slide_area .img {
  line-height: 0;
}
.item_img_slide_area .swiper-horizontal > .swiper-scrollbar, .item_img_slide_area .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: relative;
  left: 0;
  width: 100%;
  z-index: 8;
  background-color: #fff;
}
.item_img_slide_area .swiper-scrollbar-drag {
  background-color: #c7c7c7;
}
.item_img_slide_area ::-webkit-scrollbar-track {
  background-color: #c7c7c7;
}
.item_img_slide_area ::-webkit-scrollbar-thumb {
  background-color: #fff;
}

.item_status_icon {
  display: flex;
}
.item_status_icon li {
  border: solid 1px #000;
}

.brand_name {
  color: #969696;
}

.item_name {
  font-weight: normal;
}

.item_explanation dt {
  background: #f6f6f6;
  position: relative;
}
.item_explanation dt::after {
  content: ">";
  position: absolute;
  transform: rotate(90deg) scale(0.5, 1);
  font-size: 150%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.item_explanation dt.active::after {
  transform: rotate(-90deg) scale(0.5, 1);
}
.item_explanation dd {
  background: #f6f6f6;
  display: none;
}
.item_explanation .btn_to_size a {
  display: block;
  background: #d1104b;
  color: #fff;
  text-align: center;
  font-weight: bold;
}

.item_img_area {
  line-height: 0;
}

.tti_item_insta,
.tti_item_review {
  font-weight: normal;
}

.item_recommend_area {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.item_recommend_area .swiper-horizontal > .swiper-scrollbar, .item_recommend_area .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: relative;
  left: 0;
  width: 100%;
  z-index: 8;
  background-color: #fff;
}
.item_recommend_area .swiper-scrollbar-drag {
  background-color: #c7c7c7;
}
.item_recommend_area ::-webkit-scrollbar-track {
  background-color: #c7c7c7;
}
.item_recommend_area ::-webkit-scrollbar-thumb {
  background-color: #fff;
}

/*# sourceMappingURL=site.css.map */
