@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Caveat:wght@400;500&family=Montserrat:wght@400;500;600;700&display=swap");
.is_red {
  color: #e30000;
}

@media screen and (max-width: 767px) {
  .isSp {
    display: block;
  }
  .isPc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .isSp {
    display: none;
  }
  .isPc {
    display: block;
  }
}
.container_ {
  padding-top: 40px;
}

.category_name_ {
  display: none;
}

.genkan * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.genkan_main {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 960px;
  background-image: url("../../new_img/usr/event/genkan/genkan_bg.png");
  background-size: cover;
}

.genkan_head_sub {
  margin-bottom: 40px;
  font-size: 24px;
  line-height: 26px;
}

.genkan_main_ttl {
  position: relative;
  top: -34px;
  width: 347px;
  height: auto;
  margin: auto;
}
.genkan_main_ttl img {
  width: 100%;
}

.genkan_head_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 88px;
  margin-bottom: 68px;
}

.genkan_head_h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 213px;
  height: 100%;
  padding-right: 28px;
  margin-right: 28px;
  border-right: 1px solid #000;
}
.genkan_head_h2 img {
  width: 100%;
}

.genkan_head_txt {
  font-size: 14px;
}

.genkan_main_ttl_txt {
  display: inline-block;
  padding: 0 30px;
  font-size: 38px;
  font-weight: bold;
  line-height: 46px;
  text-align: center;
  border-bottom: 5px solid;
}

.genkan_main_content {
  text-align: center;
}

.genkan_main_txt {
  margin-top: 30px;
  margin-bottom: 32px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.8;
  color: #000;
  text-align: center;
}

.genkan_main_list {
  padding: 0 45px 24px;
}

.genkan_main_item {
  position: relative;
  width: 876px;
  height: 400px;
  padding: 70px 48px;
  margin: 0 auto 40px;
  overflow: hidden;
  background-image: none;
  background-repeat: no-repeat;
  background-size: 100%;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.genkan_main_item_link_wrap {
  color: #222;
  text-decoration: none;
}
.genkan_main_item_link_wrap:hover {
  text-decoration: none;
}

.genkan_main_item_profile_bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background-size: contain;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.genkan_main_item_profile_bg:hover {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.genkan_main_item01 .genkan_main_item_profile_bg {
  background-image: url("../../new_img/usr/event/genkan/profile_bg_1.png");
}

.genkan_main_item02 .genkan_main_item_profile_bg {
  background-image: url("../../new_img/usr/event/genkan/profile_bg_2.png");
}
.genkan_main_item02 .genkan_main_item_profile_wrap {
  margin-left: auto;
}

.genkan_main_item03 .genkan_main_item_profile_bg {
  background-image: url("../../new_img/usr/event/genkan/profile_bg_3.png");
}

.genkan_main_item_profile_wrap {
  position: relative;
  z-index: 3;
  width: 405px;
  padding: 20px 30px 30px;
  background-color: #fff;
}

.genkan_main_item_profile_icon_wrap {
  margin-top: 20px;
}

.genkan_main_item_profile_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
}

.genkan_main_item_profile_job {
  display: block;
  width: 80px;
}
.genkan_main_item_profile_job img {
  width: 100%;
}

.genkan_main_item_profile_img {
  width: 92px;
}
.genkan_main_item_profile_img img {
  width: 100%;
}

.genkan_main_item_profile_icon {
  display: inline-block;
  width: 34.5px;
  margin-right: 10px;
}
.genkan_main_item_profile_icon img {
  width: 100%;
}

.genkan_main_item_profile_name {
  font-size: 24px;
  font-weight: bold;
}

.genkan_main_item_profile_name_wrap {
  padding-left: 10px;
}

.genkan_main_item_profile_txt {
  font-size: 14px;
}

.genkan_item_ttl {
  margin-top: 70px;
  font-family: "Montserrat", "貂ｸ繧ｴ繧ｷ繝�け Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro W6", "繝｡繧､繝ｪ繧ｪ", Meiryo, sans-serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 24px;
  color: #222;
  text-align: center;
}

.genkan_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.genkan_items::after {
  display: block;
  width: 306px;
  height: 0;
  content: "";
}
.genkan_items .genkan_item_brand {
  display: none;
}
.genkan_items .genkan_item_name {
  margin: 5px 0;
  font-weight: bold;
}

.genkan_item {
  display: block;
  width: 306px;
  margin-top: 30px;
}

.genkan_item_img {
  position: relative;
  width: 306px;
  height: 306px;
  border: 1px solid #e8e7e7;
}
.genkan_item_img.isNew::before {
  position: absolute;
  top: 25px;
  left: 27px;
  z-index: 1;
  display: inline-block;
  width: 54px;
  height: 19px;
  vertical-align: middle;
  content: "";
  background-image: url("../../new_img/usr/event/genkan/icon_new.svg");
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: none;
  transition: none;
}
.genkan_item_img img {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.genkan_item_desc {
  font-size: 13px;
}

.genkan_item_misc {
  margin-top: 12px;
  color: #222;
}
.genkan_item_misc a {
  display: block;
  color: #222;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.genkan_item_misc a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.genkan_item_misc .goods_price_off_container {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.genkan_item_brand {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.1;
  color: #222;
}

.genkan_item_name {
  margin-top: 5px;
  font-size: 16px;
  font-weight: 400;
  color: #222;
}

.genkan_item_color {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 5px;
}
.genkan_item_color a {
  display: block;
  width: 60px;
  height: auto;
  margin-right: 7px;
  margin-left: 5px;
}
.genkan_item_color a.isWhite {
  background: #fff;
  border: 1px solid #c7c7c7;
}
.genkan_item_color a.isBlack {
  background: #000;
}
.genkan_item_color a.isGreen {
  background: #4d690f;
}
.genkan_item_color a:first-child {
  margin-left: 0;
}
.genkan_item_color a:nth-child(5) {
  margin-right: 0;
  margin-left: 0;
}
.genkan_item_color a:hover {
  opacity: 0.7;
}

.genkan_item_color_img {
  width: 60px;
  height: 60px;
}

.genkan_item_pricewrap {
  margin-top: 15px;
}

.genkan_item_price {
  text-align: right;
}
.genkan_item_price span {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 500;
}

.genkan_item_color_txt {
  display: block;
  font-size: 10px;
  text-align: center;
}

.genkan_bottom {
  padding-top: 200px;
}

.genkan_insta {
  padding: 5px 4vw 0;
  margin-top: 92px;
}

.genkan_insta_head {
  text-align: center;
}

.genkan_insta_ttl {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: bold;
  line-height: 24px;
  color: #222;
}
.genkan_insta_ttl::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -40px;
  display: block;
  width: 30px;
  height: 30px;
  margin: auto;
  content: "";
  background-image: url("../../new_img/usr/event/genkan/instagram.png");
  background-repeat: no-repeat;
  background-size: 100%;
}

.genkan_insta_tags {
  display: none;
  margin-top: 15px;
  margin-bottom: 10px;
}

.genkan_insta_tag {
  padding: 7px 15px;
  margin-right: 30px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 17.5px;
}

.genkan_insta_txt {
  font-size: 15px;
}

.ecbn-selection-to-nextpage, .ecbn-selection-image-loading-more {
  display: none;
}

.genkan_insta_more {
  position: relative;
  display: block;
  width: 225px;
  height: auto;
  padding: 12px 0;
  margin: 0 auto 20px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #333;
  text-align: center;
  text-decoration: none;
  background: #fff;
  border: 1px solid #333;
  border-radius: 4px;
}
.genkan_insta_more::after {
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  display: block;
  width: 6px;
  height: 6px;
  margin: auto;
  content: "";
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.genkan_mainarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 960px;
}

.genkan_category {
  margin: 90px 0;
  color: #000;
}
.genkan_category h3 {
  padding-bottom: 30px;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}

.genkan_category_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  font-size: 16px;
}

.genkan_category_item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 220px;
  height: 220px;
  padding: 20px;
  margin: 0 15px;
  color: #222;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
}
.genkan_category_item:hover {
  text-decoration: none;
}
.genkan_category_item:hover .genkan_category_txt {
  opacity: 0.7;
}
.genkan_category_item:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  content: "";
  border-top: 20px solid #009dff;
  border-right: 20px solid #fff;
  border-bottom: 20px solid #fff;
  border-left: 20px solid #009dff;
  border-radius: 8px 0 0 0;
}

.genkan_category_img {
  width: 130px;
  height: 130px;
}

.health-icon {
  padding: 10px;
}
.health-icon img {
  width: 100%;
}

.genkan_ranking {
  width: 100%;
  margin: 95px 0;
  color: #222;
}
.genkan_ranking h3 {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}
.genkan_ranking a:hover {
  text-decoration: none;
}

.genkan_ranking_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 30px;
  counter-reset: num;
}

.genkan_ranking_item {
  position: relative;
  width: 164px;
  margin-right: 35px;
  font-size: 16px;
}
.genkan_ranking_item:last-of-type {
  margin-right: 0;
}
.genkan_ranking_item img {
  width: 100%;
}
.genkan_ranking_item:after {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30px;
  height: 30px;
  color: #fff;
  content: counter(num);
  counter-increment: num;
  background: #c7a55a;
  border-radius: 15px;
}
.genkan_ranking_item:nth-of-type(2):after {
  background: #8a8a8a;
}
.genkan_ranking_item:nth-of-type(3):after {
  background: #7a5112;
}
.genkan_ranking_item:nth-of-type(4):after, .genkan_ranking_item:last-of-type:after {
  color: #000;
  background: #fff;
  border: solid 1px #ccc;
}

.genkan_ranking_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 164px;
  height: 164px;
}
.genkan_ranking_img img {
  flex-shrink: 0;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  text-align: center;
  -ms-flex-negative: 0;
}

.isCommingSoon .genkan_item_img {
  position: relative;
}
.isCommingSoon .genkan_item_img:after {
  position: absolute;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 16px;
  color: #fff;
  content: "";
}
.isCommingSoon .genkan_ranking_list .genkan_ranking_item:after {
  top: 5px;
  right: 5px;
}
.isCommingSoon .genkan_ranking_list .genkan_ranking_img {
  margin-bottom: 5px;
}

.genkan_room .genkan_head_sub, .genkan_shunou .genkan_head_sub {
  margin-bottom: 20px;
  font-weight: 600;
}

.genkan_howto {
  margin: 72px 0 50px;
  color: #222;
}
.genkan_howto h3 {
  margin-bottom: 25px;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}
.genkan_howto .swiper-button-next, .genkan_howto .swiper-button-prev {
  display: none;
}

.genkan_howto_headtxt {
  width: 700px;
  margin: 0 auto 30px;
  font-size: 14px;
  text-align: left;
}
.genkan_howto_headtxt.genkan_howto_shorttxt {
  text-align: center;
}

.genkan_howto_list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.genkan_howto_item {
  width: 224px;
  margin-right: 20px;
  margin-bottom: 20px;
}
.genkan_howto_item:hover .genkan_howto_txt {
  -webkit-text-decoration-color: #222;
          text-decoration-color: #222;
  opacity: 0.6;
}

.genkan_howto_img img {
  width: 224px;
  height: 170px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.genkan_howto_txt {
  display: inline-block;
  margin-top: 10px;
  color: #222;
}

.genkan_room_content {
  padding: 60px 0;
  background: #f7f7f7;
}

.genkan_room_txt {
  position: relative;
  font-family: "Montserrat";
  font-size: 26px;
  font-weight: 600;
  text-align: center;
}
.genkan_room_txt:before {
  position: absolute;
  margin-left: -22px;
  color: #009dff;
  content: "/";
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
}
.genkan_room_txt:after {
  position: absolute;
  margin-left: 16px;
  color: #009dff;
  content: "/";
}

.genkan_slide {
  width: 100%;
  color: #222;
}
.genkan_slide .genkan_item_ttl {
  margin-bottom: 30px;
}
.genkan_slide .swiper-container {
  padding-bottom: 20px;
}
.genkan_slide .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 8px;
}
.genkan_slide .swiper-slide a.genkan_slideItem {
  width: 100%;
}
.genkan_slide .swiper-slide a.genkan_slideItem p.genkan_slideImg img {
  width: 100%;
}
.genkan_slide .swiper-slide .genkan_slideTxt {
  opacity: 0;
}
.genkan_slide .swiper-slide-active .genkan_slideTxt {
  display: block;
  width: 850px;
  height: 90px;
  padding-top: 55px;
  margin: 0 -125px;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  opacity: 1;
  -webkit-transition: opacity 0.9s;
  transition: opacity 0.9s;
}
.genkan_slide .swiper-slide-active .genkan_slideTxt.fzS {
  padding-top: 56px;
  font-size: 20px;
}
.genkan_slide .swiper-slide-active .genkan_slideTxt.fzSs {
  padding-top: 58px;
  font-size: 18px;
}
.genkan_slide .swiper-slide-active .genkan_slideTxt.line2 {
  padding-top: 48px;
  font-size: 16px;
}
.genkan_slide .swiper-button-wrap {
  position: relative;
  bottom: 10px;
  left: 0;
  width: 100%;
  margin: 0 auto;
}
.genkan_slide .swiper-button-wrap .swiper-button-next, .genkan_slide .swiper-button-wrap .swiper-button-prev {
  top: -35px;
  width: 60px;
  height: 70px;
  background-size: 20px;
}
.genkan_slide .swiper-button-wrap .swiper-button-next.swiper-button-disabled, .genkan_slide .swiper-button-wrap .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}
.genkan_slide .swiper-button-wrap .swiper-button-next {
  right: 0;
  left: auto;
  background-image: url("../../new_img/usr/event/genkan/left-toggle.svg");
}
.genkan_slide .swiper-button-wrap .swiper-button-prev {
  left: 0;
  background-image: url("../../new_img/usr/event/genkan/right-toggle.svg");
}
.genkan_slide .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #666;
}
.genkan_slide .swiper-pagination-bullet-active {
  background: #009dff;
}
.genkan_slide .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 75px;
}
.genkan_slide .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 8px;
}

.genkan_slideItem {
  position: relative;
  display: block;
  color: #222;
}
.genkan_slideItem .genkan_slide_person_block {
  position: absolute;
  bottom: 20px;
  margin-left: 20px;
}
.genkan_slideItem .genkan_slide_person_block img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.genkan_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.genkan_link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 460px;
  height: 85px;
  font-size: 16px;
  line-height: 1;
  color: #222;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
}
.genkan_link:hover {
  text-decoration: none;
  opacity: 0.7;
}
.genkan_link:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  content: "";
  border-top: 20px solid #009dff;
  border-right: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #009dff;
  border-radius: 8px 0 0 0;
}

@media screen and (max-width: 599px) {
  .event_name_ {
    display: none;
    padding: 5.33vw 2.67vw;
    font-size: 6.4vw;
  }
  .genkan_main {
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    background-image: url("../../new_img/usr/event/genkan/genkan_bg.png");
    background-size: cover;
  }
  .genkan_head_sub {
    padding: 0 15px;
    margin: 30px 0 0 0;
    font-size: 6.4vw;
    line-height: 26px;
    line-height: 1.3;
  }
  .genkan_main_ttl {
    position: relative;
    top: -34px;
    width: 70.1333333333vw;
    height: auto;
    margin: auto;
  }
  .genkan_main_ttl img {
    width: 100%;
  }
  .genkan_head_wrap {
    display: block;
    height: auto;
    padding: 0 15px;
    margin: 40px auto 33px;
  }
  .genkan_head_h2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 213px;
    height: 100%;
    padding-right: 0;
    padding-bottom: 30px;
    margin: auto;
    border-right: none;
  }
  .genkan_head_h2 img {
    width: 100%;
  }
  .genkan_head_txt {
    padding-top: 20px;
    font-size: 12px;
    line-height: 22px;
    border-top: 1px solid #000;
  }
  .genkan_main_ttl_txt {
    padding: 0 10px;
    font-size: 8vw;
    line-height: 46px;
  }
  .genkan_main_txt {
    margin-top: 20px;
    font-size: 12px;
    line-height: 22px;
  }
  .genkan_main_list {
    padding: 0;
    margin-left: 20px;
  }
  .genkan_main_item.slick-slide {
    position: relative;
    width: 86.6666666667vw;
    height: 125.3333333333vw !important;
    padding: 35px 24px;
    margin: 0 4.8vw 20px 0;
    background-size: 100%;
  }
  .genkan_main_item_link_wrap {
    z-index: -2;
    display: block;
    width: 100%;
    height: 100%;
  }
  .genkan_main_item01 {
    background-image: url("../../new_img/usr/event/genkan/profile_bg_1_sp.png");
  }
  .genkan_main_item02 {
    background-image: url("../../new_img/usr/event/genkan/profile_bg_2_sp.png");
  }
  .genkan_main_item03 {
    background-image: url("../../new_img/usr/event/genkan/profile_bg_3_sp.png");
  }
  .genkan_main_item_profile_wrap {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 93%;
    padding: 10px 4.8vw;
    margin: auto;
  }
  .genkan_main_item_profile_head {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .genkan_main_item_profile_name_wrap {
    padding-left: 0;
  }
  .genkan_main_item_profile_txt {
    font-size: 2.9333333333vw;
    text-align: center;
  }
  .genkan_main_item_profile_job {
    margin: auto;
  }
  .genkan_main_item_profile_img {
    position: absolute;
    top: -45px;
    left: 0;
  }
  .slick-prev, .slick-next {
    top: 40%;
    width: 10.4vw;
    height: 10.4vw;
    background-image: url("../../new_img/usr/event/genkan/slick-arrow.png");
    background-size: 10.4vw;
  }
  .slick-prev {
    left: -5.3333333333vw;
  }
  .slick-next {
    right: 2.6666666667vw;
  }
  .genkan_items {
    display: block;
    padding: 5px 4vw 0;
  }
  .genkan_item {
    width: 100%;
    margin-top: 25px;
  }
  .genkan_item * {
    -webkit-transition: none;
    transition: none;
  }
  .genkan_item:hover {
    text-decoration: none;
    opacity: 1;
  }
  .genkan_item_img {
    width: 92vw;
    height: 92vw;
  }
  .genkan_item_img.isNew::before {
    top: 6.6666666667vw;
    left: 5.0666666667vw;
    width: 14.4vw;
    height: 5.0666666667vw;
  }
  .genkan_item_misc, .genkan_item_name {
    font-size: 4.2666666667vw;
  }
  .genkan_item_color a {
    width: 15.4666666667vw;
    margin-right: 5px;
  }
  .genkan_item_color a:nth-child(5) {
    margin-left: 5px;
  }
  .genkan_item_color_img {
    width: 15.4666666667vw;
    height: 15.4666666667vw;
  }
  .genkan_item_price span {
    font-size: 6.4vw;
  }
  .genkan_item_desc {
    font-size: 3.4666666667vw;
  }
  .genkan_bottom {
    padding-top: 80px;
  }
  .genkan_insta {
    padding: 5px 4vw 0;
    margin-top: 60px;
  }
  .genkan_insta_head {
    text-align: center;
  }
  .genkan_insta_ttl {
    margin-bottom: 15px;
    font-size: 6.4vw;
    line-height: 24px;
  }
  .genkan_insta_tags {
    margin-top: 15px;
  }
  .genkan_insta_tag {
    padding: 7px 15px;
    margin-right: 5px;
  }
  .genkan_insta_txt {
    font-size: 3.7333333333vw;
  }
  .ecbn-selection-to-nextpage {
    display: none;
  }
  .genkan_insta_more {
    width: 85%;
    margin: 25px auto 20px;
  }
  .genkan_mainarea {
    width: 100%;
  }
  .genkan_category {
    color: #222;
  }
  .genkan_category_list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 15px;
  }
  .genkan_category_item {
    width: calc(50% - 10px);
    height: calc(46.5vw - 10px);
    margin: 0 0 20px;
  }
  .genkan_category_item:last-of-type {
    margin-bottom: 0;
  }
  .genkan_category_img {
    width: 100px;
    height: 100px;
  }
  .genkan_category_img img {
    width: 100%;
  }
  .isCommingSoon .genkan_ranking_list {
    padding: 0 4vw;
  }
  .genkan_ranking_list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 2.6666666667vw;
  }
  .genkan_ranking_list:after {
    display: block;
    width: calc(50% - 10px);
    height: 0;
    content: "";
  }
  .genkan_ranking_item {
    width: calc(50% - 10px);
    margin-right: 0;
    margin-bottom: 10px;
    font-size: 16px;
  }
  .genkan_ranking_img {
    width: 100%;
  }
  .genkan_howto {
    padding: 0;
    margin: 60px 0;
    color: #222;
  }
  .genkan_howto .swiper-button-next {
    top: 50%;
    right: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 30px;
    height: 30px;
    font-size: 14px;
    font-weight: bold;
    color: #000;
    background: #fff;
    background-image: none;
    border-radius: 15px;
    -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.184);
            box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.184);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .genkan_howto .swiper-button-prev {
    top: 50%;
    left: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 30px;
    height: 30px;
    font-size: 14px;
    font-weight: bold;
    color: #000;
    background: #fff;
    background-image: none;
    border-radius: 15px;
    -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.184);
            box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.184);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .genkan_howto_headtxt {
    width: 100%;
    padding: 0 15px;
  }
  .genkan_howto_headtxt.genkan_howto_shorttxt {
    text-align: left;
  }
  .genkan_howto_list {
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .genkan_howto_item {
    width: 100%;
    padding: 0 5px;
    margin-right: 0;
    margin-bottom: 0;
  }
  .genkan_howto_img {
    position: relative;
  }
  .genkan_howto_img img {
    width: 100%;
    height: 60vw;
    -o-object-position: top;
    object-position: top;
  }
  .genkan_room_content {
    width: calc(100% - 30px);
    margin: 0 15px;
  }
  .genkan_slide {
    color: #222;
  }
  .genkan_slide .swiper-container {
    padding-bottom: 0;
  }
  .genkan_slide .genkan_slideImg img {
    height: 100vw;
  }
  .genkan_slide .swiper-slide {
    padding-right: 0;
  }
  .genkan_slide .swiper-slide-active .genkan_slideTxt {
    width: 100%;
    height: 109px;
    padding-top: 48px;
    margin: 0 auto;
    font-size: 25px;
    line-height: 1.2;
  }
  .genkan_slide .swiper-slide-active .genkan_slideTxt.fzS {
    padding-top: 50px;
    font-size: 15px;
  }
  .genkan_slide .swiper-slide-active .genkan_slideTxt.fzSs {
    padding-top: 50px;
    font-size: 14px;
  }
  .genkan_slide .swiper-slide-active .genkan_slideTxt.line2 {
    font-size: 14px;
  }
  .genkan_slide .swiper-button-wrap {
    bottom: 20px;
    left: 0;
    width: 100%;
    padding-right: 0;
    margin: 0 auto;
  }
  .genkan_slide .swiper-button-wrap .swiper-button-prev, .genkan_slide .swiper-button-wrap .swiper-button-next {
    width: 20px;
    height: 76px;
  }
  .genkan_slide .swiper-button-wrap .swiper-button-prev {
    left: 15px;
    background-image: url("../../new_img/usr/event/genkan/right-toggle-sp.svg");
  }
  .genkan_slide .swiper-button-wrap .swiper-button-next {
    right: 15px;
    background-image: url("../../new_img/usr/event/genkan/left-toggle-sp.svg");
  }
  .genkan_room .genkan_shunou, .genkan_room .genkan_head_sub {
    padding: 0 15px;
    margin-top: 30px;
    margin-bottom: 0;
  }
  .genkan_room .genkan_head_wrap {
    margin: 0 auto 33px;
  }
  .genkan_room .genkan_head_txt {
    border-top: none;
  }
  .genkan_shunou .genkan_head_txt {
    padding-top: 0;
    border-top: none;
  }
  .genkan_links {
    display: block;
    padding: 5px 4vw 0;
  }
  .genkan_link {
    width: 100%;
    height: 80px;
    font-size: 3.7333333333vw;
  }
  .genkan_link + .genkan_link {
    margin-top: 15px;
  }
  .genkan_slideItem .genkan_slide_person_block img {
    width: 70%;
  }
}
/*# sourceMappingURL=genkan.css.map */
