@charset 'UTF-8';
/*============font============*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700&display=swap');
/*============body============*/
body {
  font-family: '游ゴシック','Yu Gothic',YuGothic,'Hiragino Kaku Gothic ProN','Hiragino Kaku Gothic Pro',メイリオ,Meiryo,sans-serif;
}

/*--clear--*/
.clear:after {
  clear: both;
  content: ' ';
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden;
}

/*============PC or SP============*/
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  img.pc {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .pc {
    display: block;
  }

  .sp {
    display: none;
  }

  img.pc {
    display: inline;
  }
}
/*============img============*/
img {
  height: auto;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  img .pc {
    display: none;
  }
  img .sp {
    display: inline;
  }
}
@media screen and (min-width: 769px) {
  img .pc {
    display: inline;
  }
  img .sp {
    display: none;
  }
}

/*--------a---------*/
a {
  color: #000;
  text-decoration: none;
  transition: ease .5s;
}
a img {
  transition: ease .5s;
}
a:hover {
  opacity: .7;
}
a:hover img {
  opacity: .7;
}

/*============header============*/
header {
  width: 100%;
}

nav {
  background-color: #fff;
  position: fixed;
  width: 100%;
  z-index: 9999;
}

.drawer {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .drawer {
    padding: 7px 10px;
    position: relative;
  }
}
@media screen and (min-width: 769px) and (max-width: 1299px) {
  .drawer {
    padding: 15px 0 0;
    width: auto;
  }
}
@media screen and (min-width: 1300px) {
  .drawer {
    padding: 15px 0 0;
    width: 1300px;
  }
}
.drawer h1 {
  float: left;
}
@media screen and (max-width: 768px) {
  .drawer h1 {
    width: 72px;
  }
}
@media screen and (min-width: 769px) {
  .drawer h1 {
    padding-right: 25px;
  }
}

/*---gnabv_pc---*/
@media screen and (max-width: 768px) {
  .gnabv_pc {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .gnabv_pc {
    display: flex;
    float: left;
    margin-top: 20px;
  }
  .gnabv_pc > li {
    padding-bottom: 40px;
  }
  .gnabv_pc > li > a {
    color: #000;
    cursor: pointer;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    letter-spacing: .05em;
    padding: 0 25px;
  }
  .gnabv_pc > li > a:hover {
    color: #df2d98;
  }
  .gnabv_pc > li:hover .megamenu {
    /*opacity: 1;*/
  }
}

.megamenu {
  /*transition: all .2s ease-in;*/
  background-color: rgba(255, 255, 255, .8);
  /*opacity: 0;*/
  display: none;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 83px;
  width: 100%;
}
.megamenu.op {
  display: block;
  opacity: 1;
}

.megamenu-inner {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 30px 0 20px;
  width: 870px;
}
.megamenu-inner li p {
  margin-top: 14px;
  text-align: center;
}
.megamenu-inner li a {
  opacity: 1;
  transition: unset;
}
.megamenu-inner li a:hover {
  color: #df2d98;
}
.megamenu-inner li a:hover img {
  outline: 2px solid #df2d98;
  outline-offset: -2px;
}
.megamenu-inner li a img {
  opacity: 1;
  transition: unset;
}

.sub_categry li {
  width: 260px;
}

.sub_brand li {
  width: 260px;
}

@media screen and (max-width: 768px) {
  .gnabv_sp {
    background-color: #4d4d4d;
    height: 100vh;
    left: 0;
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
    position: absolute;
    top: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: ease .5s;
    transition: ease .5s;
    width: 100%;
    z-index: 1000;
  }
  .gnabv_sp.open {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .gnabv_sp .gnav_inner {
    margin: 50px 20px 15px;
  }
  .gnabv_sp .navbar_close {
    position: absolute;
    right: 20px;
    top: 25px;
  }
  .gnabv_sp .navbar_close_icon {
    background: #fff;
    display: block;
    height: 2px;
    position: relative;
    width: 30px;
  }
  .gnabv_sp .navbar_close_icon:nth-child(1) {
    top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .gnabv_sp .navbar_close_icon:nth-child(2) {
    top: -2px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .gnabv_sp .accordion1 {
    color: #fff;
  }
  .gnabv_sp .accordion1 .inner {
    border-bottom: 1px solid #fff;
    display: none;
  }
  .gnabv_sp .accordion1 .inner li {
    border-bottom: 1px solid #fff;
    margin-left: 25px;
  }
  .gnabv_sp .accordion1 .inner li:last-child {
    border-bottom: none;
  }
  .gnabv_sp .accordion1 .inner li a {
    color: #fff;
    display: block;
    padding: 15px 0;
  }
  .gnabv_sp .accordion1 .no_ac {
    border-bottom: 1px solid #fff;
  }
  .gnabv_sp .accordion1 .no_ac a, .gnabv_sp .accordion1 .mypage a, .gnabv_sp .accordion1 .login a {
    background-image: url('https://sky0538.itembox.design/item/images/nav_link.png');
    background-position: right 50%;
    background-repeat: no-repeat;
    background-size: auto 40%;
    color: #fff;
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.56rem;
    font-weight: 600;
    letter-spacing: .05em;
    line-height: 1;
    padding: 15px 0;
  }
  .gnabv_sp .accordion1 .no_ac a span, .gnabv_sp .accordion1 .mypage a span, .gnabv_sp .accordion1 .login a span {
    font-family: '游ゴシック Medium',YuGothic,YuGothicM,'Hiragino Kaku Gothic ProN','Hiragino Kaku Gothic Pro',メイリオ,Meiryo,sans-serif;
    font-size: 1rem;
    font-weight: normal;
  }
  .gnabv_sp .accordion1 .mypage {
    display: none;
  }
  .gnabv_sp .accordion1 .mypage.true {
    display: block;
  }
  .gnabv_sp .accordion1 .login.true {
    display: none;
  }
  .gnabv_sp .accordion1 .mypage a, .gnabv_sp .accordion1 .login a {
    background: none;
    background-position: right 15px center;
    border: #fff 1px solid;
    border-radius: 10px;
    margin-top: 15px;
    padding: 15px;
    text-align: center;
  }
  .gnabv_sp .accordion1 .ac {
    background-image: url('https://sky0538.itembox.design/item/images/nav_open.png');
    background-position: right 50%;
    background-repeat: no-repeat;
    background-size: auto 40%;
    border-bottom: 1px solid #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.56rem;
    font-weight: 600;
    letter-spacing: .05em;
    line-height: 1;
    padding: 15px 0;
  }
  .gnabv_sp .accordion1 .ac.op {
    background-image: url('https://sky0538.itembox.design/item/images/nav_close.png');
  }
  .gnabv_sp .accordion1 .ac span {
    font-family: '游ゴシック Medium',YuGothic,YuGothicM,'Hiragino Kaku Gothic ProN','Hiragino Kaku Gothic Pro',メイリオ,Meiryo,sans-serif;
    font-size: 1rem;
    font-weight: normal;
  }
}
@media screen and (min-width: 769px) {
  .gnabv_sp {
    display: none;
  }
}

/*---snsnav_pc---*/
@media screen and (max-width: 768px) {
  .snsnav_pc {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .snsnav_pc {
    display: flex;
    float: right;
  }
  .snsnav_pc li {
    margin-left: 15px;
    margin-top: 10px;
  }
  .snsnav_pc li.sns_icon {
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .memnav_sp {
    display: flex !important;
    float: right;
  }
  .memnav_sp li {
    margin-right: 20px;
    margin-top: 8px;
    width: 30px;
  }
  .memnav_sp li.login.true {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .memnav_sp {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .snsnav_sp {
    display: flex;
    justify-content: space-between;
    margin: 45px auto 0;
    width: 65%;
  }
  .snsnav_sp img {
    height: auto;
    width: 25px;
  }
}

/*---userinfo---*/
.userinfo {
  align-items: flex-end;
  display: flex;
  float: right;
  line-height: 1;
}

.userinfo .u_profile .first_name.false {
  display: none;
}

.userinfo .u_profile {
  display: flex;
}

.userinfo .u_profile .p_rank {
  margin-left: 20px;
}

.userinfo .u_profile .p_rank.false .stage_name::before {
  content: 'メンバー';
}

.userinfo .u_point {
  margin-top: 4px;
}

.userinfo .u_point.false {
  display: none;
}

@media screen and (max-width: 768px) {
  .userinfo.for_pc {
    display: none;
  }
  .userinfo.for_sp {
    display: flex;
  }
  .userinfo {
    font-size: 11px;
    height: 37px;
  }
  .userinfo > .inner {
    padding-right: 20px;
  }
  .userinfo.for_sp > .inner.false {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .userinfo.for_pc {
    display: flex;
  }
  .userinfo.for_sp {
    display: none;
  }
  .userinfo {
    font-size: 13px;
    height: 40px;
  }
  .userinfo > .inner {
    padding-right: 45px;
  }
}

@media screen and (max-width: 768px) {
  .navbar_toggle {
    float: right;
    margin-right: 10px;
    margin-top: 10px;
    width: 28px;
  }
}
@media screen and (min-width: 769px) {
  .navbar_toggle {
    display: none;
  }
}

/*============footer============*/
.snsnav_footer {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .snsnav_footer {
    margin: 45px auto 50px;
    width: 186px;
  }
  .snsnav_footer img {
    height: auto;
    width: 25px;
  }
}
@media screen and (min-width: 769px) {
  .snsnav_footer {
    margin: 80px auto 0;
    width: 186px;
  }
  .snsnav_footer img {
    height: auto;
    width: 20px;
  }
}

.accordion2 .inner {
  background-color: #e1e4e1;
  display: none;
}
.accordion2 .inner li a {
  background-image: url('https://sky0538.itembox.design/item/images/icon_arrow.png');
  background-position: 95% center;
  background-repeat: no-repeat;
}
.accordion2 .ac {
  background-color: #fff;
  background-image: url('https://sky0538.itembox.design/item/images/nav_fotter_open.png');
  background-position: 95% center;
  background-repeat: no-repeat;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}
.accordion2 .ac.op {
  background-color: #e1e4e1;
  background-image: url('https://sky0538.itembox.design/item/images/nav_fotter_close.png');
}
@media screen and (max-width: 768px) {
  .accordion2 {
    border-top: 1px solid #999;
  }
  .accordion2 .ac {
    background-size: 16px auto;
    border-bottom: 1px solid #999;
    padding: 15px;
    text-align: center;
  }
  .accordion2 .inner li {
    border-bottom: 1px solid #999;
  }
  .accordion2 .inner li a {
    background-size: auto 14px;
    display: block;
    padding: 15px;
  }
}
@media screen and (min-width: 769px) {
  .accordion2 {
    display: flex;
    justify-content: space-between;
    margin: 45px auto 0;
    width: 720px;
  }
  .accordion2 > li {
    position: relative;
    width: 350px;
  }
  .accordion2 > li .ac {
    background-size: 16px auto;
    border: 1px solid #000;
    border-radius: 5px;
    font-size: 1.06rem;
    padding: 15px;
    text-align: center;
  }
  .accordion2 > li a {
    background-size: auto 14px;
  }
  .accordion2 > li > .inner {
    bottom: 50px;
    position: absolute;
    width: 100%;
  }
  .accordion2 > li > .inner li {
    border-bottom: 1px solid #999;
  }
  .accordion2 > li > .inner li:last-child {
    border-bottom: none;
  }
  .accordion2 > li > .inner li a {
    display: block;
    padding: 20px;
  }
}

.copylight {
  font-family: 'Open Sans', sans-serif;
  font-size: .875rem;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .copylight {
    padding: 27px 0;
  }
}
@media screen and (min-width: 769px) {
  .copylight {
    padding: 54px 0;
  }
}

.scrollTop {
  opacity: 0;
  position: fixed;
  transition: all .4s ease-in-out 0s;
}
.scrollTop a {
  background: #000;
  display: block;
}
@media screen and (max-width: 768px) {
  .scrollTop {
    bottom: 0;
    right: 0;
  }
  .scrollTop img {
    width: 16px;
  }
  .scrollTop a {
    padding: 12px;
  }
}
@media screen and (min-width: 769px) {
  .scrollTop {
    bottom: 30px;
    right: 20px;
  }
  .scrollTop img {
    width: 16px;
  }
  .scrollTop a {
    padding: 12px;
  }
}

/*============main============*/
@media screen and (max-width: 768px) {
  main {
    /*padding-top: 60px;*/
    padding-top: 138px;
  }
}
@media screen and (min-width: 769px) {
  main {
    /*padding-top: 95px;*/
    padding-top: 191px;
  }
}

/* Bnr
-----------------------------------------*/
.Bnr {
  display: none;
  margin: 0 auto;
  position: relative;
}
.Bnr .Bnr__img {
  bottom: 0;
  position: fixed;
  z-index: 88;
}
.Bnr .Bnr__img p.close {
  position: absolute;
  right: 0;
  top: -20px;
}
.Bnr .Bnr__img p.close a {
  display: block;
  height: 25px;
  text-align: center;
  width: 20px;
}
@media screen and (max-width: 768px) {
  .Bnr .Bnr__img {
    left: 10px;
    width: 50%;
  }
}
@media screen and (min-width: 769px) {
  .Bnr .Bnr__img {
    left: 10px;
  }
}
.Bnr .Bnr__img__inner a {
  display: block;
}
@media screen and (max-width: 768px) {
  .Bnr {
    width: 50%;
  }
}
@media screen and (min-width: 769px) {
  .Bnr {
    width: 320px;
  }
}

.Bnr__img__inner {
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .Bnr__img__inner {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .Bnr__img__inner {
    width: 359px;
  }
}
.Bnr__img__inner img {
  display: block;
}

/*----top_banner-----*/
.top_banner {
  /* background-image: url('https://sky0538.itembox.design/item/images/5point_1700_100_20231204.jpg'); */
  background-image: url('https://sky0538.itembox.design/item/images/msh_top.jpg');
  background-position: center;
  display: block;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .top_banner {
    background-repeat: repeat-x;
    background-size: cover;
    height: 80px;
  }
}
@media screen and (min-width: 769px) {
  .top_banner {
    background-repeat: repeat-x;
    cursor: pointer;
    height: 100px;
  }
}

.p_brand .megamenu-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 auto;
  padding: 30px 0 20px;
  width: 730px;
}

.p_brand .sub_brand li {
  margin-right: 50px;
  width: 210px;
}

.p_brand .sub_brand li:nth-child(3n) {
  margin-right: 0;
}

.p_brand .sub_brand li:nth-child(n + 4) {
  margin-top: 34px;
}

.fs-c-cartPayment .fs-c-button--primary, .fs-c-cartPayment .fs-c-button--secondary {
  padding: 10px;
  width: 100%;
}

.fs-c-cartPayment .fs-c-button__label {
  font-size: 14px;
}
