@charset "utf-8";

/* page loading */
.loading_top_container {
  z-index: 10010;
  position: fixed;
  width: 100%;
  height: 100%;
  background-image: url("../img/logo.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 150px;
  background-color: #fff;
  top: 0;
  left: 0;
}

/* 帯バナー */
.header .top_obi-banner {
  display: none ;
}

.global_menu_body{
  margin-top: 0!important;
  margin-bottom: 0 !important;
  opacity: 1; 
  pointer-events: initial;
  display: block;
}

@media only screen and (min-width: 1024px) {
  .global_menu_body .global_menu_body_list.has-banner {
    top: 96px !important;
  }

  .drawer-content.has-banner {
    margin-top: 96px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .global_menu_body .global_menu_body_list.has-banner {
    top: 86px !important;
  }

  .drawer-content.has-banner {
    margin-top: 87px;
  }

  .drawer-content.has-banner .drawer-search-tab-content-block {
    top: 87px;
  }
}

/* global nav SP */
.top_grobalnav_sp {
  width: 100%;
}

.global_menu_body .global_menu_body_list {
  display: flex !important;
}

.top_grobalnav_sp-list {
  display: flex;
}

.top_grobalnav_sp-list li a {
  font-family: "adobe-garamond-pro", "ヒラギノ明朝 W3 JIS2004",
    "Hiragino Mincho W3 JIS2004", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial,
    Verdana, sans-serif;
}

.top_grobalnav_sp-list-left {
  width: 50%;
  text-align: center;
  font-size: 12px;
  border: 1px solid #c5c5c5;
  border-right: none;
  border-bottom: none;
  padding: 10px 0 10px 0;
}

.top_grobalnav_sp-list-right {
  width: 50%;
  text-align: center;
  font-size: 12px;
  border: 1px solid #c5c5c5;
  border-bottom: none;
  padding: 10px 0 10px 0;
}

#top_grobalnav_sp-list-bottom {
  width: 100%;
  text-align: center;
  font-size: 12px;
  border: 1px solid #c5c5c5;
  padding: 10px 0 10px 0;
}

/* top page */
.maincontents {
  width: 100%;
}

@media only screen and (min-width: 1024px) {
  .maincontents_brand_container {
    margin-top: 108px;
  }

  .maincontents_brand_container.has-banner {
    margin-top: 140px;
  }
}

@media only screen and (max-width: 1023px) {
  .maincontents_brand_container {
    padding-top: 88px;
  }

  .maincontents_brand_container.has-banner {
    padding-top: 128px;
  }
}

/* main visual */
.maincontents .brand_top_mainvisual .slick-dots li button::before {
  font-size: 8px;
}

.my-index__box {
  position: relative;
  display: block;
  -webkit-transition: opacity .75s ease, -webkit-transform .75s ease;
  transition: opacity .75s ease, -webkit-transform .75s ease;
  -o-transition: opacity .75s ease, transform .75s ease;
  transition: opacity .75s ease, transform .75s ease;
  transition: opacity .75s ease, transform .75s ease, -webkit-transform .75s ease;
}

.my-index__box-cover {
  width: 100%;
  height: auto;
  position: relative;
  pointer-events: none;
}

.my-index__box-cover-video {
  position: relative;
}

.my-index__box-links {
  position: absolute;
  left: 0;
  right: 0;
  margin-right: auto;
  margin-left: auto;
  bottom: 65px;
}

.my-index__box-title h2 {
  font-family: "HelveticaNeueLTPro-Bd", "FP-ヒラギノ角ゴ ProN W6", sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 37px;
  text-align: center;
  color: #fff;
}

.my-index__box-link {
  font-family: "HelveticaNeueLTPro-Md", "FP-ヒラギノ角ゴ ProN W4", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #fff;
  margin-top: 19px;
  min-height: 19px;
}

.my-index__box-link * {
  position: relative;
  padding-bottom: 2px;
  display: inline-block;
}

.my-index__box-link p {
  font-size: 16px;
  line-height: 19px;
  min-height: 19px;
  font-weight: 600;
}

.my-index__box-link p::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  background-color: #fff;
  bottom: 0;
  left: 0;
  transform-origin: left top;
}

@-webkit-keyframes Underline {
  0% {
      -webkit-transform: scaleX(0);
      transform: scaleX(0)
  }

  100% {
      -webkit-transform: scaleX(1);
      transform: scaleX(1)
  }
}

@keyframes Underline {
  0% {
      -webkit-transform: scaleX(0);
      transform: scaleX(0)
  }

  100% {
      -webkit-transform: scaleX(1);
      transform: scaleX(1)
  }
}

.top-banner-ul li:hover p::after {
  -webkit-animation: Underline 1s forwards;
  animation: Underline 1s forwards;
}

.my-index__box-cover-video {
  padding: 56.25% 0 0 0;
}

@media screen and (max-width: 1023px) {
  .my-index__box {
    padding-top: 133.33%;
    overflow: hidden;
  }

  .my-index__box-cover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }

  .my-index__box-cover-video {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 238%;
    height: 100%;
  }

  .my-index__box-links {
    bottom: 40px;
  }

  .my-index__box-title {
    padding-left: 26px;
    padding-right: 26px;
  }

  .my-index__box-title h2 {
    font-size: 23px;
    line-height: 24px;
  }

  .p-index__box-link {
    font-size: 13px;
    line-height: 15px;
    min-height: 16px;
    margin-top: 17px;
  }

  .my-index__box-link {
    font-size: 13px;
    line-height: 15px;
    min-height: 16px;
    margin-top: 17px;
  }
}

.maincontents .brand_top_mainvisual .slick-dots {
  margin-bottom: 75px;
}

.brand_top_mainvisual_link {
  width: 650px;
  height: 650px;
  overflow: hidden;
}

@media only screen and (max-width: 869px) {
  .brand_top_mainvisual_link {
    width: 300px;
    height: 300px;
    overflow: hidden;
  }
}

.brand_top_mainvisual_img {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  object-fit: cover;
}

.maincontents .brand_top_mainvisual {
  margin: auto auto 75px;
  width: 100%;
}

@media only screen and (max-width: 869px) {
  .maincontents .brand_top_mainvisual {
    margin: 60px auto 45px;
  }
}

.maincontents .brand_top_globalmenu {
  margin: auto auto 80px;
}

/* banner contents */
.maincontents .goods_category_name {
  font-size: 21px;
  text-align: center;
}

.maincontents .goods_name {
  font-size: 16px;
  text-align: center;
}

@media only screen and (max-width: 869px) {
  .maincontents .goods_category_name {
    font-size: 2.413vw;
    text-align: center;
  }

  .maincontents .goods_name {
    font-size: 1.839vw;
    text-align: center;
  }
}

.maincontents .brand_top_banner1 {
  margin: 80px auto 120px;
}

.maincontents .brand_top_banner1 .goods_category_name {
  margin-top: 70px;
  margin-bottom: 25px;
}

.maincontents .brand_top_banner1 .banner.goods_right,
.maincontents .brand_top_banner1 .banner.goods_left {
  display: flex;
}

.maincontents .brand_top_banner1 .banner.goods_right .contents,
.maincontents .brand_top_banner1 .banner.goods_left .goods {
  order: 0;
}

.maincontents .brand_top_banner1 .banner.goods_right .goods,
.maincontents .brand_top_banner1 .banner.goods_left .contents {
  order: 1;
}

.maincontents .brand_top_banner1 .banner.goods_right .contents {
  text-align: left;
}

.maincontents .brand_top_banner1 .banner.goods_left .contents {
  text-align: right;
}

.maincontents .brand_top_banner1 .banner .contents img {
  max-width: calc(100% - 20px);
}

.maincontents .brand_top_banner1 .goods_right>div,
.maincontents .brand_top_banner1 .goods_left>div {
  display: inline-block;
  width: 50%;
  vertical-align: top;
  text-align: center;
}

@media only screen and (max-width: 1199px) {
  .maincontents .brand_top_banner1 {
    margin: 6.666vw auto 10vw;
  }

  .maincontents .brand_top_banner1 .goods_category_name {
    margin-top: 5.8333vw;
    margin-bottom: 2.083vw;
  }

  .maincontents .brand_top_banner1 .goods .goods_img {
    width: 36.75vw;
    margin: auto;
  }
}

@media only screen and (max-width: 869px) {
  .maincontents .brand_top_banner1 {
    margin: 5.333vw auto 5.333vw;
  }

  .maincontents .brand_top_banner1 .goods_category_name {
    margin-top: 5.747vw;
    margin-bottom: 1.436vw;
  }

  .maincontents .brand_top_banner1 ul>li {
    margin: 5.333vw auto 5.333vw;
  }

  .maincontents .brand_top_banner1 .banner .contents img {
    max-width: calc(100% - 2.298vw);
  }

  .maincontents .brand_top_banner1 .banner .goods .goods_img {
    width: 75%;
    margin: auto;
  }
}

.maincontents .brand_top_banner2 {
  margin: 80px auto 120px;
}

.maincontents .brand_top_banner2 ul {
  display: flex;
}

.maincontents .brand_top_banner2 ul>li {
  display: flex;
  width: 50%;
  vertical-align: top;
  text-align: center;
}

.maincontents .brand_top_banner2 .banner .contents,
.maincontents .brand_top_banner2 .banner .goods {
  display: inline-block;
  width: 50%;
  vertical-align: top;
  text-align: center;
}

.maincontents .brand_top_banner2 .goods_category_name {
  margin-top: 35px;
}

.maincontents .brand_top_banner2 .banner .goods .goods_img {
  max-width: 75%;
  margin: auto;
}

@media only screen and (max-width: 869px) {
  .maincontents .brand_top_banner2 {
    margin: 5.333vw auto 13.333vw;
  }

  .maincontents .brand_top_banner2 ul {
    display: block;
  }

  .maincontents .brand_top_banner2 ul>li {
    width: 100%;
    margin: 5.333vw auto 5.333vw;
  }

  .maincontents .brand_top_banner2 ul>li:nth-child(2n + 1)>div:nth-child(1) {
    order: 0;
    text-align: left;
  }

  .maincontents .brand_top_banner2 ul>li:nth-child(2n + 1)>div:nth-child(2) {
    order: 1;
  }

  .maincontents .brand_top_banner2 ul>li:nth-child(2n)>div:nth-child(1) {
    order: 1;
    text-align: right;
  }

  .maincontents .brand_top_banner2 ul>li:nth-child(2n)>div:nth-child(2) {
    order: 0;
  }

  .maincontents .brand_top_banner2 .banner .contents img {
    max-width: calc(100% - 2.298vw);
  }

  .maincontents .brand_top_banner2 .goods_category_name {
    margin-top: 5.747vw;
    margin-bottom: 1.436vw;
  }

  .maincontents .brand_top_banner2 .banner .goods .goods_img {
    width: 75%;
    margin: auto;
  }
}

.maincontents .brand_top_banner3 {
  margin: 80px auto 200px;
}

.maincontents .brand_top_banner3 ul>li {
  display: inline-block;
  width: 33%;
  vertical-align: top;
  text-align: center;
}

.maincontents .brand_top_banner3 .goods_category_name {
  margin-bottom: 30px;
}

@media only screen and (max-width: 1199px) {
  .maincontents .brand_top_banner3 .banner img {
    width: 25vw;
  }
}

@media only screen and (max-width: 869px) {
  .maincontents .brand_top_banner3 {
    margin: 13.333vw auto 30px;
  }

  .maincontents .brand_top_banner3 ul>li {
    padding-left: 10px;
    padding-right: 10px;
  }

  .maincontents .brand_top_banner3 .goods_category_name {
    margin-bottom: 3.448vw;
  }
}

/* RECENTLY VIEWED */
@media only screen and (max-width: 869px) {
  .maincontents .recently {
    border-top: none;
    padding-top: 10.344vw;
    padding-bottom: 10.344vw;
  }
}

/* topmenu_sp */
.new-navblock-sp {
  margin: 30px 0;
  display: none;
}

.new-navblock-sp .new-navigation {
  letter-spacing: -0.4em;
}

.new-navblock-sp .new-navigation li {
  text-align: center;
  font-size: 11px;
  margin-bottom: 30px;
  display: inline-block;
  letter-spacing: normal;
  width: 33%;
  text-align: center;
}

.new-navblock-sp .new-navigation li:nth-child(1),
.new-navblock-sp .new-navigation li:nth-child(6) {
  padding-left: 4rem;
}

.new-navblock-sp .new-navigation li:nth-child(2),
.new-navblock-sp .new-navigation li:nth-child(7) {
  padding-right: 4rem;
}

.new-navblock-sp .new-navigation li:nth-child(3n + 1) {
  width: 34%;
}

.new-navblock-sp .new-navigation li:nth-child(-n + 2),
.new-navblock-sp .new-navigation li:nth-child(6),
.new-navblock-sp .new-navigation li:nth-child(7) {
  width: 50%;
}

.new-navblock-sp .new-navigation li a {
  position: relative;
}

.new-navblock-sp .new-navigation li a.active:after {
  content: " ";
  display: block;
  width: 27px;
  height: 1px;
  background: #000;
  position: absolute;
  left: calc(50% - 13.5px);
  bottom: -2px;
}

@media only screen and (max-width: 869px) {
  .new-navblock-sp {
    display: block;
  }
}