@charset "UTF-8";
/* variable ------------------------- */
/* mixin ------------------------- */
/* base ------------------------- */
html {
  -webkit-text-size-adjust: 100%;
  height: 100%;
}

body {
  height: 100%;
}

* html body {
  font-size: 3.33vw;
}

*:first-child + html body {
  font-size: 3.33vw;
}

img {
  width: 100%;
}

select {
  border-radius: 0 !important;
  color: #000 !important;
  height: 11.11vw;
}

.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: 1.38vw 2.77vw;
}

.btn_gray_norm {
  display: inline-block;
  width: 100%;
  color: #FFF;
  height: 45px;
  background-color: #000;
  line-height: 45px;
  text-align: center;
  cursor: pointer;
}

.pc_only {
  display: none;
}

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

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

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

.post_nav_mg {
  height: 60px;
}

p,
div,
li,
dl,
select {
  line-height: 160%;
  font-size: 3.33vw;
}

input[type=radio] {
  width: 5vw;
  height: 5vw;
  border-radius: 50%;
}

/* SP nav btn ---------------- */
.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 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 7.77vw;
  height: 4.722vw;
  top: 2.77vw;
  left: 4.166vw;
  z-index: 15000;
  cursor: pointer;
}

.menu-trigger span {
  position: absolute;
  height: 0.55vw;
  width: 100%;
  background: #000;
}

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

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

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

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

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

.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-2.1vw) rotate(45deg);
  transform: translateY(-2.1vw) rotate(45deg);
  opacity: 1;
}

/* site ------------------------- */
.pagetop {
  width: 8.33vw;
  height: 8.33vw;
  right: -13.88vw;
  bottom: 2.77vw;
  line-height: 8.33vw;
  font-size: 4.166vw;
}

.pagetop_on {
  right: 2.77vw;
}

.ttl_c {
  font-size: 5.55vw;
}

.ttl_c_sub {
  font-size: 4.722vw;
}

.ttl_page {
  margin-top: 22.22vw;
}

input {
  font-size: 16px;
}

.bread {
  padding: 1.38vw 2.77vw;
  margin-top: 5.55vw;
  line-height: 160%;
  font-size: 3.33vw;
}
.bread a {
  padding-left: 1.38vw;
  padding-right: 1.38vw;
}
.bread a:first-child {
  margin-left: 0;
}
.bread span {
  padding-left: 1.38vw;
  padding-right: 1.38vw;
}

.ttl_bd,
.tit_default {
  font-size: 5vw;
  padding-bottom: 2.77vw;
}

.ttl_bd_s,
.tit_default_s {
  font-size: 4.166vw;
  padding-bottom: 2.77vw;
  margin-bottom: 5.55vw;
}

.ttl_bg {
  font-size: 4.166vw;
  padding: 1.38vw 2.77vw;
  margin-top: 11.11vw;
  margin-bottom: 5.55vw;
}

.ttl_bg_gray {
  padding: 2.77vw 4.166vw;
  margin-top: 11.11vw;
}

.contents,
.undercolumn_small,
#mypagecolumn {
  margin-top: 11.11vw;
  margin-left: 4.166vw;
  margin-right: 4.166vw;
}

.btn {
  width: 61.11vw;
  margin-top: 8.33vw;
}
.btn a,
.btn input {
  height: 12.5vw;
  line-height: 12.5vw;
  font-size: 3.88vw;
}

.btn_more {
  width: 33.33vw;
}

.btn_more {
  width: 33.33vw;
}
.btn_more a,
.btn_more input {
  height: 9.722vw;
  line-height: 9.722vw;
  font-size: 3.88vw;
}

.btn_more .icon {
  margin-left: 1.38vw;
  font-size: 140%;
  font-weight: 300;
  margin-top: -2px;
}

.btn_l .arrow,
.btn_r .arrow {
  font-size: 200%;
  top: 4.166vw;
}

.btn_l .arrow {
  left: 5.55vw;
}

.btn_r .arrow {
  right: 5.55vw;
}

.btn a,
.btn input,
.btn_wine a,
.btn_wine input,
.btn_bd_win a,
.btn_bd_win input {
  border-width: 3px;
}

.icon_tgl {
  position: relative;
}
.icon_tgl::after {
  margin-left: 2.77vw;
}

.icon_tgl {
  position: relative;
}
.icon_tgl::after {
  margin-left: 4.166vw;
}

.icon_close {
  display: block;
  color: #000;
  width: 5.55vw;
  height: 5.55vw;
  position: relative;
}

.icon_close:before,
.icon_close:after {
  content: "";
  position: absolute;
  top: 2.77vw;
  width: 5.55vw;
  height: 0.55vw;
  background-color: #000;
}

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

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

.attention {
  color: #CA0003 !important;
}

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

.swiper-pagination {
  position: relative;
  margin-top: 8.33vw;
}

.swiper-pagination-bullet {
  width: 2.77vw;
  height: 2.77vw;
  display: inline-block;
  border-radius: 100%;
  margin: 0 2.77vw !important;
}

.swiper-slide img {
  width: 100%;
  vertical-align: bottom;
  object-fit: contain;
  height: 100%;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 5.55vw;
  height: 5.55vw;
  margin-top: -2.77vw;
  z-index: 10;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.5);
}

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

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

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

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 3.33vw;
}

.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: 0.55vw;
}

/* scale_img ------------------------- */
.scale_img, .item_list .scale_img, .staff_snap_list .scale_img, .blog_list .scale_img {
  overflow: hidden;
}
.scale_img img, .item_list .scale_img img, .staff_snap_list .scale_img img, .blog_list .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 {
  transform: scale(1);
  opacity: 1;
}

/* header ------------------------- */
.header_news {
  padding: 0 2.77vw;
}
.header_news li {
  height: 6.94vw;
  line-height: 6.94vw;
  font-size: 2.77vw;
}

.gheader {
  height: 11.11vw;
  top: 6.94vw;
}
.gheader .gheader_loog {
  width: 33.33vw;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2.77vw;
}
.gheader .header_icon_search img, .gheader .header_icon img {
  width: auto;
  height: 4.722vw;
}
.gheader .header_icon_search {
  position: absolute;
  left: 16.66vw;
  top: 2.77vw;
}

.header_icon {
  position: absolute;
  right: 4.166vw;
  top: 2.77vw;
  display: flex;
}
.header_icon li {
  margin-left: 2.77vw;
}

/* gnav ------------------------- */
.gnav_area {
  width: 100%;
  padding-top: 18.55vw;
  padding-left: 22.22vw;
  left: -100%;
}
.gnav_area .gnav_area_inner {
  height: calc(100vh - 18.55vw);
}
.gnav_area .gnav {
  margin-top: 11.11vw;
}
.gnav_area .gnav > li {
  margin-top: 1.94vw;
}
.gnav_area .gnav li {
  font-size: 3.88vw;
}
.gnav_area .gnav01 {
  margin-top: 0;
}
.gnav_area .open {
  margin-left: 2.77vw;
  padding-bottom: 5.55vw;
}
.gnav_area .open li {
  margin-top: 4.166vw;
}
.gnav_area .icon_tgl {
  font-weight: 700;
}
.gnav_area .sns_list {
  padding-bottom: 5.55vw;
  margin-top: 8.33vw;
}
.gnav_area .sns_list li {
  font-size: 8.33vw;
  margin-right: 5.55vw;
}
.gnav_area .sns_list li.line {
  font-size: 7.22vw;
}

.gnav_area_fix {
  left: 0;
}

/* header_search_area ------------------------- */
.header_search_area {
  padding-top: 8.33vw;
  top: -80vh;
}

.header_search_box {
  padding-bottom: 8.33vw;
}
.header_search_box .header_search_loog {
  display: none;
}
.header_search_box .header_search_form {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  width: 70.731vw;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 0 2.77vw;
}
.header_search_box .header_search_form .icon {
  width: 4.166vw;
}
.header_search_box .header_search_form form {
  width: calc(100% - 6.94vw);
}
.header_search_box .icon_close {
  right: 4.166vw;
  top: 2.77vw;
  cursor: pointer;
}

.header_search_area_fix {
  top: 0;
}

.header_search_cat_box {
  width: 70.731vw;
  margin-left: auto;
  margin-right: auto;
  padding-top: 8.33vw;
  padding-bottom: 11.11vw;
}
.header_search_cat_box .ttl {
  font-size: 5vw;
}
.header_search_cat_box .header_search_cat {
  padding-top: 2.77vw;
}
.header_search_cat_box .header_search_cat li {
  font-size: 4.166vw;
  margin-top: 2.77vw;
}

/* gfooter ------------------------- */
.gfooter {
  margin-top: 16.66vw;
  padding-left: 5.55vw;
  padding-right: 5.55vw;
  padding-top: 13.88vw;
  padding-bottom: 2.77vw;
}
.gfooter .footer_site_name {
  font-size: 6.11vw;
  margin-bottom: 8.33vw;
}
.gfooter .gfooter_flex {
  padding-bottom: 8.33vw;
  margin-bottom: 2.77vw;
}
.gfooter .gfooter_nav_area {
  display: flex;
}
.gfooter .gfooter_nav_area .footer_nav_area01, .gfooter .gfooter_nav_area .footer_nav_area02 {
  width: 50%;
}
.gfooter .footer_nav li {
  font-size: 3.33vw;
  margin-top: 1.38vw;
}
.gfooter .sns_list {
  margin-top: 5.55vw;
}
.gfooter .sns_list li {
  margin-right: 4.166vw;
  font-size: 6.94vw;
}
.gfooter .sns_list li.line {
  font-size: 6.11vw;
}
.gfooter copy {
  font-size: 2.5vw;
}

/* index_slide ------------------------- */
.index_slide_area {
  height: calc(100vh - 6.94vw);
}
.index_slide_area .index_main_img {
  height: calc(100vh - 6.94vw);
}
.index_slide_area li.swiper-slide {
  height: calc(100vh - 6.94vw);
}
.index_slide_area .index_slide-pagination {
  right: 4.166vw;
  bottom: 5.55vw;
}
.index_slide_area .swiper-pagination-bullet, .index_slide_area .swiper-pagination-bullet-active {
  width: 8.33vw;
  height: 0.83vw;
}

/* top ------------------------- */
.index_new_arrivals_area {
  margin-top: 20.83vw;
}

.index_new_arrivals {
  padding-top: 12.5vw;
}

.index_collection {
  margin-top: 22.22vw;
}
.index_collection > li {
  margin-top: 0.55vw;
}
.index_collection .name {
  bottom: 6.94vw;
  font-size: 3.88vw;
}

.index_staff_snap_area {
  margin-top: 22.22vw;
}
.index_staff_snap_area .index_staff_snap {
  margin-top: 12.5vw;
}

.index_recommend_area {
  margin-top: 22.22vw;
}
.index_recommend_area .index_recommend {
  margin-top: 12.5vw;
}

.index_blog_area {
  margin-top: 22.22vw;
}
.index_blog_area .index_blog {
  margin-top: 12.5vw;
}

.top_about_area {
  margin-top: 22.22vw;
  padding-top: 13.88vw;
  padding-bottom: 16.66vw;
  width: 100%;
  overflow: hidden;
}
.top_about_area .top_about_slide {
  margin-top: 12.5vw;
}
.top_about_area .ttl {
  font-size: 4.45vw;
  margin-top: 5.55vw;
}
.top_about_area .read_more {
  font-size: 2.77vw;
}

.top_serth {
  height: 158.53vw;
  margin-top: 22.22vw;
}
.top_serth .bg_area {
  height: 158.53vw;
}
.top_serth .bg_area .overlay {
  height: 158.53vw;
}
.top_serth .txt_area .top_serth_ttl_en {
  font-size: 3.88vw;
}
.top_serth .txt_area .top_serth_ttl {
  font-size: 5.55vw;
  margin-top: 4.166vw;
}
.top_serth .txt_area .top_serth_txt {
  font-size: 2.77vw;
  margin-top: 5.55vw;
}

.index_wet_area {
  margin-top: 13.88vw;
  overflow: hidden;
  margin-left: 4.166vw;
  margin-right: 4.166vw;
}
.index_wet_area .index_wet_outer_slide-button {
  top: 40vw;
}

.index_wet_nav {
  border: solid 0.55vw #000;
  padding: 1.38vw;
  gap: 1.38vw;
  margin-bottom: 8.33vw;
}
.index_wet_nav > li {
  width: calc((100% - 2.77vw) / 3);
  padding: 0.55vw 0 1.38vw;
}
.index_wet_nav > li span {
  display: block;
  line-height: 110%;
}

/* item_list ------------------------- */
.item_list {
  gap: 6.94vw 0.27vw; /* 縦 横 */
}
.item_list > li {
  width: calc((100% - 0.27vw) / 2); /* 1行4列、横1px×3 */
}
.item_list .img_area .over_img {
  font-size: 5.55vw;
}
.item_list .txt {
  padding: 4.166vw 5vw;
}
.item_list .color_chip li {
  width: 2.77vw;
  height: 2.77vw;
  margin-right: 1.38vw;
}
.item_list .sales_plan {
  font-size: 2.77vw;
}
.item_list .name {
  font-size: 3.33vw;
  line-height: 130%;
}
.item_list .price {
  font-size: 2.77vw;
}
.item_list .price .sale_pcice {
  margin-left: 1.38vw;
}
.item_list .status_list li {
  height: 5.55vw;
  line-height: 5vw;
  padding-left: 1.38vw;
  padding-right: 1.38vw;
  font-size: 2.77vw;
  margin-left: 1.38vw;
  padding-top: 0.55vw;
}

.wet_item_list .img_area .over_img {
  font-size: 5.55vw;
}
.wet_item_list .txt {
  padding: 2.77vw 2.77vw;
}
.wet_item_list .color_chip li {
  width: 2.77vw;
  height: 2.77vw;
  margin-right: 1.38vw;
}
.wet_item_list .sales_plan {
  font-size: 2.77vw;
}
.wet_item_list .name {
  font-size: 3.33vw;
  line-height: 130%;
}
.wet_item_list .price {
  font-size: 2.77vw;
}
.wet_item_list .price .sale_pcice {
  margin-left: 1.38vw;
}
.wet_item_list .status_list li {
  height: 5.55vw;
  line-height: 5vw;
  padding-left: 1.38vw;
  padding-right: 1.38vw;
  font-size: 2.77vw;
  margin-left: 1.38vw;
  padding-top: 0.55vw;
}

.nav_prev {
  margin-right: 6.94vw;
}

.nav_next {
  margin-left: 6.94vw;
}

.list_recent_area {
  margin-top: 25vw;
  width: 100%;
}
.list_recent_area .recent_area_scroll {
  width: 100%;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}
.list_recent_area .list_recent {
  margin-top: 11.11vw;
  flex-wrap: nowrap;
}
.list_recent_area .list_recent > li {
  width: 41.66vw;
  flex-shrink: 0;
}

/* filter ------------------------- */
.list_filter_area {
  margin-top: 2.77vw;
  margin-bottom: 6.94vw;
}
.list_filter_area .list_item_num {
  font-size: 2.77vw;
}
.list_filter_area .filter_tgl {
  font-size: 3.88vw;
  right: 4.166vw;
}
.list_filter_area .filter_tgl::before {
  margin-right: 1.38vw;
}

.filter_open_area {
  right: -100%;
  width: 100%;
}
.filter_open_area .filter_open_area_inner {
  padding: 20.83vw 0 2.77vw 4.166vw;
}
.filter_open_area .filter_scroll_area {
  padding-right: 4.166vw;
  height: calc(100vh - 40vw);
  padding-bottom: 22.22vw;
}
.filter_open_area .filter_btn {
  margin-right: 4.166vw;
  padding-bottom: 5.55vw;
}
.filter_open_area .filter_btn li input {
  height: 11.11vw;
  line-height: 11.11vw;
  font-size: 3.88vw;
  border-radius: 0 !important;
}
.filter_open_area .filterG {
  margin-top: 9.722vw;
}
.filter_open_area .filterG p, .filter_open_area .filterG li {
  font-size: 3.05vw;
}
.filter_open_area .filterG .ttl {
  margin-bottom: 2.77vw;
  font-size: 3.33vw;
}
.filter_open_area .filterG_cat {
  margin-top: 4.166vw;
}
.filter_open_area .filterG_cat select {
  height: 9.722vw;
  padding-left: 2.77vw;
}
.filter_open_area .filter_list01 {
  gap: 2.77vw 0;
}
.filter_open_area .filterG_price input {
  width: 40.3277vw;
  height: 9.722vw;
}
.filter_open_area .filter_open_close {
  right: 15px;
  top: 15px;
}

.filter_open_area_fix {
  right: 0;
}

/* staff_snap_list ------------------------- */
.staff_snap_list {
  gap: 6.94vw 0.27vw; /* 縦 横 */
}
.staff_snap_list > li {
  width: calc((100% - 0.27vw) / 2); /* 1行4列、横1px×3 */
}
.staff_snap_list .txt {
  padding: 4.166vw 5vw;
  font-size: 3.33vw;
}

/* blog_list ------------------------- */
.blog_list {
  gap: 6.94vw 0.27vw; /* 縦 横 */
}
.blog_list > li {
  width: calc((100% - 0.27vw) / 2); /* 1行4列、横1px×3 */
}
.blog_list .txt {
  padding: 4.166vw 5vw;
  font-size: 3.33vw;
}
.blog_list .txt .name {
  margin-top: 0.83vw;
  font-size: 3.33vw;
}
.blog_list .txt .day {
  font-size: 2.5vw;
}
.blog_list .txt .blog_txt {
  font-size: 2.77vw;
  margin-top: 1.38vw;
}
.blog_list .txt .read_more {
  font-size: 2.22vw;
  margin-top: 1.38vw;
}

/* item ------------------------- */
.item_wrapper {
  margin-top: 22.22vw;
}

.item_detail_block {
  margin-left: 4.166vw;
  margin-right: 4.166vw;
  margin-top: 6.94vw;
}

#item_img_slider .txt {
  bottom: 2.77vw;
  left: 2.77vw;
}

.item_img_thumb {
  margin-top: 2.77vw;
}
.item_img_thumb .active img {
  border: solid 0.55vw #000;
}

.item_img_thumb-pagination {
  margin-top: 2.77vw;
}

#color_block {
  width: 100%;
  gap: 4.166vw;
}
#color_block > li {
  width: calc((100% - 12.5vw) / 4);
}
#color_block .sku_selected img {
  border: solid 0.55vw #000;
}
#color_block .txt {
  margin-top: 1.38vw;
  font-size: 2.77vw;
}

.item_sales_plan {
  font-size: 3.05vw;
}

.item_name {
  margin-top: 1.38vw;
  font-size: 4.166vw;
}

.item_price {
  font-size: 3.33vw;
  margin-top: 1.38vw;
}

.ttl_item_color {
  font-size: 3.05vw;
  margin-top: 5.55vw;
  margin-bottom: 1.38vw;
}

#color_unselected, #size_unselected {
  margin-top: 2.77vw;
}

.item_size_area {
  margin-top: 8.33vw;
}
.item_size_area .ttl_item_size {
  font-size: 3.05vw;
}
.item_size_area .item_size_guide_link {
  font-size: 3.33vw;
  border-bottom: solid 0.27vw #000;
}

#size_block {
  margin-top: 4.166vw;
  gap: 2.22vw;
}
#size_block > li {
  aspect-ratio: 3/1;
  width: calc((100% - 6.66vw) / 4);
}

#cart_btn_block {
  margin-top: 8.33vw;
}
#cart_btn_block #cart_add, #cart_btn_block #cart_favorite {
  height: 11.11vw;
  line-height: 11.11vw;
}
#cart_btn_block #cart_add p, #cart_btn_block #cart_add a, #cart_btn_block #cart_favorite p, #cart_btn_block #cart_favorite a {
  line-height: 11.11vw;
}
#cart_btn_block #cart_add {
  width: calc(100% - 12.5vw);
  font-size: 3.33vw;
}
#cart_btn_block #cart_favorite {
  cursor: pointer;
  width: 12.5vw;
}
#cart_btn_block #cart_favorite p, #cart_btn_block #cart_favorite a {
  background-size: 3.33vw auto;
}
#cart_btn_block #cart_favorite .favorite_on {
  background-size: 3.33vw auto;
}

.item_detail_openG {
  border-bottom: solid 1px #000;
}
.item_detail_openG .item_detail_open_tgl {
  font-size: 3.61vw;
  padding-top: 5.55vw;
  padding-bottom: 5.55vw;
}

.item_detail_open {
  padding-top: 5.55vw;
  font-size: 3.33vw;
  padding-bottom: 5.55vw;
}

.item_detail_open_details_tbl {
  margin-bottom: 1.5em;
}
.item_detail_open_details_tbl dt {
  width: 13.88vw;
}
.item_detail_open_details_tbl dd {
  width: calc(100% - 13.88vw);
}
.item_detail_open_details_tbl dd::before {
  margin-right: 1.38vw;
}

.item_detail_size_tbl {
  margin-bottom: 5.55vw;
}
.item_detail_size_tbl thead th {
  width: 22.22vw;
}

/* item サムネイル縦------------------------- */
/* Company History ------------------------- */
.history_main {
  height: 200vw;
}
.history_main .img {
  height: 200vw;
}
.history_main .ttl_history_main {
  bottom: 6.94vw;
  left: 4.166vw;
  font-size: 8.33vw;
}

.history_txt_area {
  margin-left: 4.166vw;
  margin-right: 4.166vw;
  margin-top: 13.88vw;
}
.history_txt_area p {
  margin-top: 5.55vw;
  font-size: 3.61vw;
}
.history_txt_area .sub_ttl_history {
  margin-top: 5.55vw;
  font-size: 4.166vw;
}
.history_txt_area .history_txt01 {
  font-size: 6.94vw;
  line-height: 110%;
}

.history_grid {
  display: grid;
  grid-template-rows: repeat(5, 50vw);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.83vw;
}
.history_grid img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.history_grid01 {
  margin-top: 20.83vw;
  grid-row: span 2/span 2;
  grid-column: span 2/span 2;
}

.history_grid02 {
  grid-row: span 1/span 1;
  grid-column: span 1/span 1;
}

.history_grid03 {
  grid-row: span 1/span 1;
  grid-column: span 1/span 1;
}

.history_grid04 {
  grid-row: span 2/span 2;
  grid-column: span 2/span 2;
}

/* all term ------------------------- */
.all_team_cont {
  margin-top: 8.33vw;
}
.all_team_cont .all_team_bg {
  background-size: 13.88vw auto;
}
.all_team_cont .ttl_all_team {
  font-size: 8.33vw;
}
.all_team_cont .all_team_txt {
  font-size: 3.33vw;
  margin-left: 4.166vw;
  margin-right: 4.166vw;
}
.all_team_cont .all_team_txt01 {
  margin-top: 8.33vw;
}
.all_team_cont .all_team_txt02 {
  margin-top: 5.55vw;
}
.all_team_cont .all_team_grid {
  margin-top: 13.88vw;
}
.all_team_cont .all_team_openG .all_team_tgl {
  font-size: 7.22vw;
  padding-top: 6.94vw;
  padding-bottom: 6.94vw;
  padding-left: 9.722vw;
}
.all_team_cont .all_team_openG .all_team_tgl::before {
  top: 6.94vw;
  left: 4.166vw;
}
.all_team_cont .all_team_openG .all_team_open {
  padding-left: 4.166vw;
  padding-right: 4.166vw;
  padding-bottom: 8.33vw;
}
.all_team_cont .all_team_openG .txt_area .all_team_open_txt01 {
  margin-top: 8.33vw;
  font-size: 4.45vw;
}
.all_team_cont .all_team_openG .txt_area .all_team_open_txt02 {
  font-size: 3.61vw;
  margin-top: 6.94vw;
}
.all_team_cont .all_team_openG .txt_area .learn_more {
  width: 41.66vw;
  font-size: 5vw;
  margin-top: 8.33vw;
}
.all_team_cont .all_team_openG .txt_area .learn_more a {
  height: 11.11vw;
  line-height: 11.11vw;
}

.team_blog_ttl_area {
  margin-left: 4.166vw;
  margin-right: 4.166vw;
}

.icon_live_search {
  font-size: 3.33vw;
  padding-left: 20px;
  background-size: 15px auto;
}

.ttl_team_blog {
  font-size: 6.94vw;
  margin-top: 2.77vw;
  line-height: 120%;
}

.team_blog_txt {
  font-size: 3.61vw;
  margin-top: 5.55vw;
}

.team_blog_list {
  gap: 0.83vw;
  margin-top: 11.11vw;
}
.team_blog_list li {
  width: calc((100% - 0.83vw) / 2);
  height: 75vw;
}
.team_blog_list .img {
  height: 75vw;
}
.team_blog_list li:first-child {
  width: 100%;
  height: 100vw;
}
.team_blog_list li:first-child .img {
  height: 100vw;
}
.team_blog_list .txt_area {
  bottom: 4.166vw;
  left: 4.166vw;
  padding-right: 4.166vw;
}
.team_blog_list .ttl {
  margin-top: 1.38vw;
  font-size: 5.55vw;
  line-height: 100%;
}
.team_blog_list .arrow {
  bottom: 1.38vw;
  right: 1.38vw;
  width: 5.55vw;
  height: 5.55vw;
  background-size: 4.166vw auto;
}

.ttl_para_area {
  height: 100vh;
}
.ttl_para_area .img {
  height: 100vh;
}
.ttl_para_area .ttl_para {
  font-size: 23.61vw;
  top: 33.33vw;
  text-align: left;
  line-height: 100%;
  padding-left: 4.166vw;
}
.ttl_para_area .ttl_para_on {
  top: auto;
  bottom: 20.83vw;
}
.ttl_para_area .js-text-anim span {
  margin: 0 -0.55vw;
}
.ttl_para_area .btn_watch {
  width: calc(100% - 8.33vw);
  bottom: 4.166vw;
  right: 4.166vw;
}
.ttl_para_area .btn_watch a {
  height: 12.5vw;
  line-height: 12.5vw;
}

.team_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(6, 1fr);
  gap: 0.83vw;
}
.team_grid img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.team_grid .team_grid01 {
  grid-column: 1/span 2;
  grid-row: 1/span 2;
}
.team_grid .team_grid02 {
  grid-column: 1/span 1;
  grid-row: 3/span 1;
}
.team_grid .team_grid03 {
  grid-column: 2/span 1;
  grid-row: 3/span 1;
}
.team_grid .team_grid04 {
  grid-column: 1/span 1;
  grid-row: 4/span 1;
}
.team_grid .team_grid05 {
  grid-column: 2/span 1;
  grid-row: 4/span 1;
}
.team_grid .team_grid06 {
  grid-column: 1/span 2;
  grid-row: 5/span 2;
}

.team_grid_02 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(5, 1fr);
  gap: 0.83vw;
}
.team_grid_02 img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.team_grid_02 .team_grid01 {
  grid-column: 1/span 2;
  grid-row: 1/span 2;
}
.team_grid_02 .team_grid02 {
  grid-column: 1/span 1;
  grid-row: 3/span 1;
}
.team_grid_02 .team_grid03 {
  grid-column: 2/span 1;
  grid-row: 3/span 1;
}
.team_grid_02 .team_grid04 {
  grid-column: 1/span 2;
  grid-row: 4/span 2;
}

.team_athlete_cont {
  margin-top: 1.38vw;
}

.athlete_movie {
  aspect-ratio: 1/1.49;
}
.athlete_movie video {
  width: 215vh;
}
.athlete_movie .img {
  aspect-ratio: 1/1.49;
}
.athlete_movie .movie_btn {
  top: 4.166vw;
  right: 4.166vw;
  width: 8.33vw;
  height: 8.33vw;
  line-height: 8.33vw;
}

.athlete_movie_name {
  font-size: 13.88vw;
  line-height: 100%;
}

.athlete_txt {
  font-size: 3.61vw;
  margin-top: 8.33vw;
  margin-left: 4.166vw;
  margin-right: 4.166vw;
}

.athlete_img {
  margin-top: 11.11vw;
  margin-left: 4.166vw;
  margin-right: 4.166vw;
}
.athlete_img .imgR {
  margin-top: 5.55vw;
}

.athlete_txt_s {
  font-size: 3.05vw;
  margin-top: 5.55vw;
  margin-left: 4.166vw;
  margin-right: 4.166vw;
}

.athlete_grid {
  margin-top: 11.11vw;
}

.athlete_img_txt_list li {
  margin-top: 5.55vw;
}
.athlete_img_txt_list li .txt_area {
  margin-top: 5.55vw;
}
.athlete_img_txt_list li .txt_area .txt {
  text-align: left;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.athlete_img_txt_list li .txt_area .ttl {
  font-size: 4.45vw;
}
.athlete_img_txt_list li .athlete_introduction, .athlete_img_txt_list li .athlete_achieve {
  font-size: 3.61vw;
  margin-top: 2.77vw;
}
.athlete_img_txt_list li .athlete_introduction dt, .athlete_img_txt_list li .athlete_achieve dt {
  width: 16.66vw;
}
.athlete_img_txt_list li .athlete_introduction dd, .athlete_img_txt_list li .athlete_achieve dd {
  width: calc(100% - 16.66vw);
  padding-left: 4.166vw;
}
.athlete_img_txt_list li .athlete_introduction li, .athlete_img_txt_list li .athlete_achieve li {
  margin-top: 0;
}

/* flashbomb ------------------------- */
.flashbomb_main {
  height: 200vw;
}

.flashbomb_main_txt {
  margin-top: 13.88vw;
}
.flashbomb_main_txt .ttl_team_blog {
  font-size: 8.888vw;
}
.flashbomb_main_txt .ttl_ja {
  font-size: 3.61vw;
  margin-top: 2.77vw;
}

.team_blog_txt {
  text-align: left;
}

.flashbomb_shop_area {
  margin-left: 4.166vw;
  margin-right: 4.166vw;
  margin-top: 13.88vw;
}

.flashbomb_movie_area {
  margin-top: 22.22vw;
}

.flashbomb_shop_slide {
  margin-top: 5.55vw;
}
.flashbomb_shop_slide .txt {
  padding: 2.77vw;
}
.flashbomb_shop_slide .img .sales_plan_list {
  height: 5.55vw;
  line-height: 5.55vw;
  padding-left: 1.38vw;
  padding-right: 1.38vw;
  left: 1.38vw;
  bottom: 1.38vw;
}
.flashbomb_shop_slide .flashbomb_shop-pagination {
  margin-top: 2.77vw;
}

.flashbomb_seams_area {
  margin-top: 13.88vw;
}
.flashbomb_seams_area .flashbomb_seams_txt_area {
  margin-top: 8.33vw;
  padding-left: 4.166vw;
  padding-right: 4.166vw;
}
.flashbomb_seams_area .flashbomb_seams_txt_area .flashbomb_seams_ttl {
  font-size: 6.94vw;
}
.flashbomb_seams_area .flashbomb_seams_txt_area .flashbomb_seams_txt {
  font-size: 3.61vw;
  margin-top: 5.55vw;
}
.flashbomb_seams_area .flashbomb_seams_img_area .flashbomb_seams_tgl {
  width: 8.33vw;
  height: 8.33vw;
  line-height: 8.33vw;
}
.flashbomb_seams_area .flashbomb_seams_img_area .flashbomb_seams_open_block {
  width: 50vw;
  padding: 2.77vw;
}
.flashbomb_seams_area .flashbomb_seams_img_area .flashbomb_seams_open01 .flashbomb_seams_open_block, .flashbomb_seams_area .flashbomb_seams_img_area .flashbomb_seams_open05 .flashbomb_seams_open_block {
  margin-left: 8.33vw;
}
.flashbomb_seams_area .flashbomb_seams_img_area .flashbomb_seams_open02 .flashbomb_seams_open_block, .flashbomb_seams_area .flashbomb_seams_img_area .flashbomb_seams_open03 .flashbomb_seams_open_block, .flashbomb_seams_area .flashbomb_seams_img_area .flashbomb_seams_open04 .flashbomb_seams_open_block {
  margin-left: -50vw;
}
.flashbomb_seams_area .flashbomb_seams_btn {
  margin-top: 5.55vw;
  gap: 2.77vw;
}
.flashbomb_seams_area 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;
  width: 33.33vw;
  height: 12.5vw;
  line-height: 12.5vw;
}

.flashbomb_technical_area {
  margin-left: 4.166vw;
  margin-right: 4.166vw;
  margin-top: 20.83vw;
}
.flashbomb_technical_area .flashbomb_technical_list li {
  font-size: 3.61vw;
  margin-top: 8.33vw;
}
.flashbomb_technical_area .flashbomb_technical_list li .txt_area {
  margin-top: 5.55vw;
}
.flashbomb_technical_area .flashbomb_technical_list li .txt_area .txt {
  margin-top: 1.38vw;
}

.flashbomb_technical_last .img {
  width: 100%;
  height: 200vw;
}
.flashbomb_technical_last .img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.about_cont_slide {
  margin-top: 5.55vw;
  margin-left: 4.166vw;
  margin-right: 4.166vw;
}
.about_cont_slide .about_cont_slide-pagination {
  margin-top: 2.77vw;
}
.about_cont_slide .ttl {
  margin-top: 5.55vw;
  font-size: 5.55vw;
  line-height: 120%;
}
.about_cont_slide .txt {
  margin-top: 4.166vw;
  font-size: 3.61vw;
}

.flashbomb_history_area {
  margin-top: 27.77vw;
}
.flashbomb_history_area .about_cont_slide .about_cont_slide-button {
  top: 42vw;
}

/* live_search ------------------------- */
.live_search_movie_area {
  margin-top: 11.11vw;
}

.live_search_blog_area {
  margin-top: 13.88vw;
}
.live_search_blog_area .btn_read_all {
  width: calc(100% - 8.33vw);
  margin-left: 4.166vw;
  margin-top: 5.55vw;
}
.live_search_blog_area .btn_read_all a {
  height: 12.5vw;
  line-height: 12.5vw;
}

.live_search_history {
  margin-top: 20.83vw;
}
.live_search_history .img {
  height: 100vw;
}
.live_search_history .txt_area {
  padding-left: 4.166vw;
  padding-right: 4.166vw;
  margin-top: 13.88vw;
}
.live_search_history .txt_area .ttl {
  font-size: 6.94vw;
}
.live_search_history .txt_area .txt {
  font-size: 3.61vw;
  margin-top: 5.55vw;
}
.live_search_history .txt_area .learn_more {
  width: 33.33vw;
  margin-top: 5.55vw;
}
.live_search_history .txt_area .learn_more a {
  height: 12.5vw;
  line-height: 12.5vw;
}

.live_search_product_area {
  margin-top: 13.88vw;
}
.live_search_product_area .about_cont_slide .about_cont_slide-button {
  top: 39vw;
}

.btn_about_cont_slide li {
  margin-top: 5.55vw;
}
.btn_about_cont_slide li a {
  height: 12.5vw;
  line-height: 12.5vw;
  padding: 0 5.55vw;
}

.live_search_grid {
  margin-top: 20.83vw;
}

/* PLANET ------------------------- */
.ttl_planet {
  line-height: 130%;
}

.planet_intro .ttl_all_team {
  font-size: 4.722vw;
  line-height: 140%;
  margin-left: 4.166vw;
  margin-right: 4.166vw;
}

.planet_pillars_slide .ttl {
  font-size: 5.55vw;
}
.planet_pillars_slide .learn_more {
  margin-top: 2.77vw;
  font-size: 3.88vw;
}

.planet_b_corp_area {
  margin-top: 13.88vw;
  height: 200vw;
}
.planet_b_corp_area .img {
  height: 200vw;
}
.planet_b_corp_area .txt_area {
  margin-left: 8.33vw;
  margin-right: 8.33vw;
}
.planet_b_corp_area .ttl {
  font-size: 6.94vw;
}
.planet_b_corp_area .txt {
  font-size: 3.61vw;
  margin-top: 5.55vw;
}
.planet_b_corp_area .learn_more {
  width: 125px;
  margin-top: 8.33vw;
  font-size: 3.88vw;
}
.planet_b_corp_area .learn_more a {
  height: 12.5vw;
  line-height: 12.5vw;
}

.planet_memberships_area {
  margin-left: 4.166vw;
  margin-right: 4.166vw;
  margin-top: 13.88vw;
}
.planet_memberships_area .planet_memberships li {
  margin-top: 8.33vw;
}
.planet_memberships_area .planet_memberships .txt_area {
  margin-left: 5.55vw;
  margin-right: 5.55vw;
  margin-top: 5.55vw;
  font-size: 3.61vw;
}
.planet_memberships_area .planet_memberships .txt {
  margin-top: 2.77vw;
}

.planet_partners_area {
  margin-top: 20.83vw;
}
.planet_partners_area .ttl {
  font-size: 6.94vw;
}

.planet_reports_area, .planet_policies_area {
  margin-top: 20.83vw;
}
.planet_reports_area .about_cont_slide .about_cont_slide-button, .planet_policies_area .about_cont_slide .about_cont_slide-button {
  top: 39vw;
}
.planet_reports_area .about_cont_slide .ttl, .planet_policies_area .about_cont_slide .ttl {
  font-size: 4.166vw;
}

/* EXPROLE ------------------------- */
.exprole_cont_list {
  margin-top: 11.11vw;
  gap: 5.55vw 0.27vw; /* 縦 横 */
}
.exprole_cont_list > li {
  width: calc((100% - 0.27vw) / 2);
}
.exprole_cont_list .ttl {
  font-size: 4.45vw;
  margin-top: 5.55vw;
  margin-left: 1.38vw;
  margin-right: 1.38vw;
}

/* サイズガイド------------------------- */
.sizeguid_area {
  margin-left: 4.166vw;
  margin-right: 4.166vw;
}

.sizeguide_nav {
  margin-top: 8.33vw;
  width: 100%;
  gap: 1.38vw;
}
.sizeguide_nav li {
  flex: 1;
  border: solid 0.55vw #000;
  padding: 1.38vw 0 1.38vw;
}

#size_guide_slide {
  margin-top: 8.33vw;
}

.size_guide_explanation_box {
  margin-top: 8.33vw;
}

.size_guide_explanation_ttl {
  font-size: 120%;
}

.size_guide_explanation_ttl02 {
  margin-top: 5.55vw;
}

.size_guide_explanation_list {
  margin-top: 5.55vw;
}

.size_guide_explanation_attention {
  margin-top: 2.77vw;
}

.ttl_size_guid_slide {
  font-size: 4.166vw;
  padding: 1.38vw 2.77vw;
  margin-top: 8.33vw;
}

.size_guid_tbl {
  margin-top: 8.33vw;
  margin-bottom: 5.55vw;
  margin-right: 0.83vw;
}
.size_guid_tbl th, .size_guid_tbl td {
  width: 22.22vw;
  padding: 2.77vw 0;
}
.size_guid_tbl th.sticky {
  padding: 2.77vw 0 2.5vw;
}

.size_guide_txt {
  margin-top: 5.55vw;
  font-size: 110%;
}

.item_detail_open ul {
  margin-top: 5.55vw;
}

/*コーディネート詳細------------------------------------*/
.LC_Page_Coordinate_Detail .undercolumn_middle {
  padding-top: 0;
  width: 100%;
  margin: 0;
}

#coordinate_block {
  display: flex;
  gap: 30px 0;
  flex-wrap: wrap;
}

#coordinate_items {
  width: 90%;
  margin: 0 auto;
  padding-top: 2.77vw;
}

#coordinate_photo {
  position: relative;
  overflow: hidden;
}

#coordinate_photo_outer {
  position: relative;
}

#coordinate_txt {
  position: relative;
}

#coordinate_tit1 {
  font-weight: 300;
  margin: 5.55vw 0;
}

.coordinate_tit2 {
  font-weight: 300;
}

#coordinate_icon {
  position: absolute;
  top: 0;
  right: 0;
}

#coordinate_item_block {
  margin-top: 8.33vw;
}

.coordinate_item_list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 10px;
}

.coordinate_item_list {
  margin-top: 4.166vw;
}

.list_pict_inner {
  position: relative;
}
.list_pict_inner .over_img {
  position: absolute;
  top: 0;
  left: 0;
}

.LC_Page_Coordinate_List .index_item_list {
  margin-top: 0 !important;
  padding-top: 20px;
}

.coordinate_item_list .list_info {
  margin-top: 2.77vw;
}
.coordinate_item_list .list_info .list_name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.coordinate_item_list .list_status {
  margin-top: 1.38vw;
}

.coordinate_item_list li {
  width: calc((100% - 20px) / 3);
}
.coordinate_item_list li .item_overlay {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  color: #FFF;
  font-weight: 400;
}
.coordinate_item_list li .item_overlay::before {
  content: "";
  display: block;
  background-color: #000;
  opacity: 0.25;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.coordinate_item_list li .item_overlay p {
  z-index: 10;
}

#coordinate_other_block {
  margin-top: 11.11vw;
}

.other_coordinate {
  margin-bottom: 4.166vw;
}

.shop_list_block {
  margin-top: 13.88vw;
}

.ttl_shop_list {
  margin-left: 4.166vw;
}

.shop_list_list dl {
  border-bottom: solid 0.27vw #000;
}

.shop_list_list .add {
  margin-top: 2.77vw;
}
.shop_list_list .map {
  margin-top: 2.77vw;
}

.shop_list_area {
  margin-left: 4.166vw;
  margin-right: 4.166vw;
}
.shop_list_area dl {
  border-bottom: solid 0.27vw #000;
  padding: 5.55vw 0;
}
.shop_list_area .add {
  margin-top: 2.77vw;
}
.shop_list_area .map {
  margin-top: 2.77vw;
}
.shop_list_area .shop_list_area_ttl {
  padding: 2.77vw 2.77vw;
  background: #F2F2F2;
  font-size: 120%;
  position: relative;
  margin-top: 2.77vw;
}
.shop_list_area .shop_list_area_ttl::after {
  content: "＋";
  position: absolute;
  right: 2.77vw;
}
.shop_list_area .shop_list_open {
  display: none;
  padding-bottom: 8.33vw;
}

.shop_list_area_ttl.active::after {
  content: "－";
}

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