@charset "UTF-8";
/* CSS Document */

@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@800&display=swap");

  
#store .pagettl {
  margin: 20px 0 20px;
  font-size: 8vw;
  font-weight: bold;
  text-align: center;
  border: 0;
}
    
@media screen and (min-width: 769px) {
#store .pagettl {
  font-size: 70px;
  }
}


.store-container {
  list-style-type: none;
  padding: 0;
  margin: 0 auto;
  position: relative;
}
.store-container .tab-content {
width: 100%;
display: none;
  overflow: hidden;
  }
  
.store-container .tab-content.active {
  display: block;
}
.store-container .tab-toggle {
  display: none;
}
.store-container .tab-toggle:checked ~ .tab-content {
height: auto;
  opacity: 1;
  transition: opacity 0.1s ease-in;
}

.tabarea {
text-align: center;
margin: 0 auto 40px;
display: flex;
justify-content: center;
}

.tabarea li {
padding: 0 5px;
}

.tabarea p {
text-align: center;
color: #fff;
font-size: 15px;
font-weight: bold;
display: block;
width: 100%;
border-radius: 5px;
background-color: #333;
display: inline-block;
padding: 5px 0.5em;
cursor: pointer;
transition: all 0.2s ease;
}

.tabarea .active p,
.tabarea p:hover {
  background-color: red;
}
   
@media screen and (min-width: 769px) {
.tabarea li {
width: 23em;
}
.tabarea p {
font-size: 20px;
}
}


.headTypeA {
    background: #fff;
  }
  
  .brandStore .headTypeA__title {
    color: #333;
    font-weight: bold;
}

.brandStore .headTypeA__intro {
    position: relative;
    z-index: 1;
    margin: 0 auto;
    color: #868686;
  }

    .brandStore .content__subtitle {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    border: 0;
    outline: 0;
    background: transparent;
    display: block;
  }

  .brandStore .content__subtitle:after {
    display: none;
  } 
  
  
  .brandStore {
    padding-bottom: 70px;
    text-align: center;
    background-color: #e8ebee;
}
  
  
  
.brandStore .bodyInner {
    padding: 0 10px;
  margin:50px  auto 0;
}
  
  .brandStore .content {
    position: relative;
    max-width: 1090px;
    margin: 0 auto 80px;
padding: 20px 0 30px !important;
    background-color: #fff;
}
    
  .brandStore .content::before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    border-width: 0 50px 50px 0;
    border-style: solid;
}
 .brandStore .content__title {
    position: absolute;
    top: -2px;
    left: 0;
    width: 100%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    letter-spacing: 1px;
    font-family: 'M PLUS 1p', sans-serif;
    font-size: 28px;
    font-weight: bold;
} 
  
.brandStore .content__subtitle {
    margin-bottom: 12px;
    color: #333;
    font-size: 14px;
  font-weight: bold
}  
  
  .brandStore .content__title {
    color: #EE2737;
}
 .brandStore .content::before {
    border-color: transparent transparent #EE2737 transparent;
}
  
  
  
.brandStore .headTypeA::before {
    border-color: transparent transparent #EE2737 transparent;
}
.brandStore .headTypeA::after {
    border-color: transparent transparent #EE2737 transparent;
}
.brandStore .content__title {
    color: #EE2737;
}
.brandStore .content::before {
    border-color: transparent transparent #EE2737 transparent;
}
.brandStore .headTypeB {
    background-color: #EE2737;
}
#w {
    table-layout: fixed;
}

.brandStore .hyperCarousel {
    position: relative;
    box-sizing: border-box;
    width: 100%;
}

.brandStore .hyperCarousel__wrapper {
    position: relative;
    width: 90%;
    margin: 0 auto;
}

.brandStore .hyperCarousel__box {
    overflow: hidden;
    padding: 15px 0;
}

.hyperCarousel * {
    box-sizing: border-box;
}

.brandStore .hyperCarousel__list {
    display: -ms-flexbox;
    display: flex;
    width: 9999px;
    padding: 0;
    list-style: none;
    transition: .3s;
}
  
.brandStore .hyperCarousel__list > div {
      display: flex;
    flex-wrap: wrap;
  }

.brandStore .product_list {
    display: flex;
    flex-wrap: wrap;
    width: 90%;
    margin: 0 auto;
  }

.brandStore .hyperCarousel__item {
    position: relative;
      margin: 0px 1% 30px;
    width:48%; 
    min-width: 48%;  
    border-radius: 5px;
    background-color: #e8ebee;
}

.brandStore .hyperCarousel__item:hover {
    transition: .2s;
    -webkit-transform: scale(1.02, 1.02);
            transform: scale(1.02, 1.02);
    box-shadow: 0 3px 10px rgba(0, 0, 0, .3);
}

.brandStore .hyperCarousel__product {
    padding: 20px 6px;
}

.brandStore .hyperCarousel__product img {
    display: block;
    max-width: 147px;
    margin: 0 auto;
}

.brandStore .hyperCarousel__productTitle {
    overflow: hidden;
    height: 3.5em;
    margin: 10px 0 0;
    text-align: left;
    color: #000;
    font-size: 12px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.brandStore .hyperCarousel__productPrice,
.brandStore .hyperCarousel__productSalePrice {
    margin-top: 5px;
    text-align: right;
    color: #c00;
    font-weight: bold;
}

.brandStore .hyperCarousel__productSalePrice {
    color: #f40;
}

.brandStore .hyperCarousel__badge {
    position: absolute;
    display: inline-block;
    right: 0;
    top: -15px;
    width: 3em;
    height: 3em;
    transform: scale(0.8);
    background-size: contain;
    border-radius: 50%;
    padding-top: 0.7em;
    text-align:center;
}

.brandStore .hyperCarousel__badge:after {
    font-size: 10px;
    color: #fff;
    font-weight: bold;
}

.brandStore .hyperCarousel__badge:nth-child(2n) {
    margin-right: 37px;
}

.brandStore .hyperCarousel__badge--new {
    /* background-image: url('https://p.dmm.co.jp/p/ds/brandstore/ico_new.png'); */
    background: #26B8CB;
}
.brandStore .hyperCarousel__badge--new:after {
    content: "最新作";
}

.brandStore .hyperCarousel__badge--reserve {
    background-image: url('https://p.dmm.co.jp/p/ds/brandstore/ico_reserve.png');
}

.brandStore .hyperCarousel__badge--sale {
    /* background-image: url('https://p.dmm.co.jp/p/ds/brandstore/ico_sale.png');*/
    background: #FF4400;
}
.brandStore .hyperCarousel__badge--sale:after {
    content: "セール";
}


.brandStore .hyperCarousel__badge--presale {
    background-image: url('https://p.dmm.co.jp/p/ds/brandstore/ico_presale.png');
}

.brandStore .content__btnMore {
    margin-top: 30px;
}

.brandStore .hyperCarousel__twoRow > * {
    float: left;
}
  
  
  
  .brandStore .content__btnMore {
    width:  50%;
    min-width: 300px;
    margin: 0 auto;
    border-radius: 2em;
    background-color: #333;
    font-size: 20px;
}

.brandStore .content__btnMore a {
    display: inline-block;
    padding: 1em 0;
    color: #fff;
  font-weight: bold;
}
  
  
  
  
  
  
  
@media screen and (max-width: 769px) {
  .brandStore .headTypeA {
    border-top: solid 10px #EE2737;
    padding-top: 5px;
}
  
  .brandStore .headTypeA__inner {
    border-top: solid 7px #EE2737;
    padding: 20px 10px;
}
  
  .brandStore .headTypeA__logo {
    margin-bottom: 5px;
}
  
  .brandStore .headTypeA__title {
    margin-bottom: 5px;
    font-size: 17px;
}
  
  .brandStore .headTypeA__intro {
    max-width: 300px;
    font-size: 12px;
}
  }
  
    
@media screen and (min-width: 768px) {
  
.brandStore .headTypeA {
    position: relative;
    overflow: hidden;
    margin-bottom: 70px;
    padding: 30px 0;
    background-color: #fff;
}

.brandStore .headTypeA__inner::before {
    position: absolute;
    z-index: 1;
    top: -48px;
    left: 50px;
    width: 8px;
    height: 200px;
    content: '';
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    background-color: #fff;
}

.brandStore .headTypeA__inner::after {
    position: absolute;
    z-index: 1;
    right: 55px;
    bottom: -52px;
    width: 8px;
    height: 200px;
    content: '';
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    background-color: #fff;
}

.brandStore .headTypeA__logo {
    margin-bottom: 10px;
}

.brandStore .headTypeA__title {
    margin-bottom: 10px;
    font-size: 24px;
}

.brandStore .headTypeA__intro {
    width: 650px;
    font-size: 13px;
}

.brandStore .headTypeA::before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    border-width: 0 125px 125px 0;
    border-style: solid;
}

.brandStore .headTypeA::after {
    position: absolute;
    right: 0;
    bottom: 0;
    content: '';
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
    border-width: 0 125px 125px 0;
    border-style: solid;
}
  
  
  
  
  
  .brandStore .hyperCarousel__item {
    margin: 0px 1% 50px;
    width: 18%; 
    min-width: 18%;
  }
  
  .brandStore .hyperCarousel__box {
    padding: 25px 0;
  }
  
   .brandStore .content__title {
     font-size: 40px;
  }
  
  .brandStore .content__subtitle {
    margin-bottom: 30px;
    font-size: 18px;
  }
  
  .brandStore .hyperCarousel__badge {
    top: -22px;
    transform: scale(1);
}
}
