@charset "UTF-8";
/* CSS Document */
html, body {
  font-size: 14px;
  line-height: 2;
  color: #000000;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 400;
  font-style: normal;
}
/*----------------------------
    共通
----------------------------*/

section{
    margin-bottom: 74px;
	text-align: center;
}
a:hover{
    opacity: 0.7;
}
h1 {
  font-size: 1.2857142857143rem;
  line-height: 1.68;
  margin-bottom: 60px;
  text-align: center;
  font-weight: 600;
  margin-top: -30px;
}
h2 {
  text-align: center;
}
h1 span{
    font-size: 2.1428571428571rem;
    display: block;
}
.note {
  font-size: 0.8em;
}
.contBox {
  font-size: 0;
}
.contLeft, .contRight {
  display: inline-block;
  vertical-align: top;
}
.yellow {
  background: #C1A81F;
}
.blue{
    background: #009AEB;
}
.pink{
    background: #E03A65;
}
.green{
    background: #5CCB71;
}
.gray{
    background: #F5F5F5;
}
/***ボタン共通***/
.cvBtn {
  margin: -120px 0 60px;
}
.cvBtn a {
  background: #EB0000;
  font-size: 0.92857142857143rem;
  color: #fff;
  display: block;
  width: 94%;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-weight: 400;
  margin: auto;
  border-radius: 30px;
}
/***タイトルエリア共通***/
.titleInner h1{
    padding-top: 40px;
}
.titleInner img{
    width: 100%;
}
/*** コメントエリア共通***/
.commentArea{
    overflow: hidden;
    margin: 40px 0 5px;
}
.commentArea .illust{
    display: inline-block;
    width: 16vw;
    vertical-align: bottom;
    margin: 0 2vw 0 0;
}
.commentArea .illust img{
    width: 100%;
}
.commentArea .comment{
    display: inline-block;
    width: 68vw;
    height: 20vw;
    background: url(../img/fukidashi.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top left;
}
.commentArea .comment p {
    font-size: 2.8vw;
    font-weight: 600;
    padding: 4vw 5vw;
    line-height: 1.5;
}
.commentArea .comment p span{
    font-size: 3.6vw;
    display: block;
}
/*** アイテムエリア共通***/
.itemArea {
  background: #EDF1F2;
  font-size: 0;
  padding: 10px 8px;
  display: block;
  width: 100%;
  margin-bottom: 13px;
}
.gray .itemArea {
  border: 1px solid #707070;
}
.itemArea .itemImg {
  display: inline-block;
  width: 30%;
  vertical-align: top;
  margin-right: 2%;
}
.itemArea .detailArea {
  display: inline-block;
  vertical-align: top;
  width: 68%;
  font-size: 0.92857142857143rem;
}
.itemArea .itemName {
  font-size: 1.1428571428571rem;
  line-height: 1.5;
  height: 40px;
}
#suzupan .itemArea:nth-child(2) .itemName {
   line-height: 1;
}
#furapita .itemArea .itemName{
    font-size: 0.92857142857143rem;
}
.itemArea .itemSize {
  font-weight: bold;
}
.itemArea .itemColor {
  font-weight: bold;
  line-height: 2;
}
.itemArea .itemColor span {
  width: 18px;
  height: 18px;
  background: black;
  display: inline-block;
  margin-right: 5px;
  border-radius: 9px;
  vertical-align: middle;
  margin-top: -5px;
}
.itemArea .itemColor span.beige {
  background: #D9BD9C;
}
.itemArea .itemColor span.black {
  background: #000000;
}
.itemArea .itemColor span.lightblue {
  background: #BBC8CF;
}
.itemArea .itemColor span.pink {
  background: #D25470;
}
.itemArea .itemColor span.darkGray{
    background: #434343;
}
.itemArea .itemColor span.darkGreen{
    background: #005754;
}
.itemArea .itemColor span.lightGray{
    background: #9C9D9D;
}
.itemArea .itemColor span.darkBlue{
    background: #36538A;
}
.itemArea .itemColor span.red{
    background: #DA002C;
}
.itemArea .itemColor span.sax {
  background: #C4D9F5;
}
.itemArea .itemColor span.grayishpurple {
  background: #9270BA;
}
.itemArea .itemColor span.lightpurple {
  background: #ACAEE5;
}
#cottonfeel .itemArea .itemColor span.beige {
    background: linear-gradient(180deg,#D7C1AB 0%,#D7C1AB 70%,#000000 30%,#000000 100%);
}
#cottonfeel .itemArea .itemColor span.gray {
    background: linear-gradient(180deg,#AAAAAA 0%,#AAAAAA 70%,#000000 30%,#000000 100%);
}
#cottonfeel .itemArea .itemColor span.navy {
    background: linear-gradient(180deg,#47638B 0%,#47638B 70%,#000000 30%,#000000 100%);
}
#cottonfeel .itemArea .itemColor span.pink {
    background: linear-gradient(180deg,#FF8B90 0%,#FF8B90 70%,#000000 30%,#000000 100%);
}
#cottonfeel .itemArea .itemColor span.beigeGray {
    background: linear-gradient(180deg,#D9C7AF 0%,#D9C7AF 70%,#CCCCCC 30%,#CCCCCC 100%);
}
#cottonfeel .itemArea .itemColor span.blueGray {
    background: linear-gradient(180deg,#8BBEE8 0%,#8BBEE8 70%,#CCCCCC 30%,#CCCCCC 100%);
}
#suzupan .itemArea .itemColor span.beige {
  background: #FCE2CB;
}
#suzupan .itemArea .itemColor span.lightGray {
  background: #B4B4B4;
}
#suzupan .itemArea .itemColor span.darkGray{
    background: #838383;
}
#suzupan .itemArea .itemColor span.pinkbeige{
    background: #dab89c;
}
#suzupan .itemArea .itemColor span.grayishGreen{
    background: #adcac6;
}
#rakubi .itemArea .itemColor span.pink{
    background: #DF807A;
}
.itemArea .cvBtn{
    margin: 10px 0 0;
}
.itemArea .cvBtn a{
  width: 100%;
}
/***header***/
header {
  position: fixed;
  z-index: 99999;
  width: 100%;
}
header .logo {
  position: absolute;
  top: 7px;
  left: 9px;
  width: 52px;
  height: auto;
}
header .headBtn {
  position: absolute;
  top: 10px;
  right: 11px;
}
header .headBtn a {
  background: #EB0000;
  font-size: 0.93333333333333rem;
  color: #fff;
  display: block;
  /*width: 130px;*/
  width: 150px;
  height: 26px;
  line-height: 26px;
  border-radius: 13px;
  text-align: center;
  border: 1px solid #fff;
}
/***mv***/
#mv {
  width: 100%;
  position: relative;
  text-align: center;
  margin-bottom: 0;
}

#mv h1 {
  position: absolute;
  top: 40%;
  width: 100%;
  height: auto;
  color: #fff;
  font-size: 1.9rem;
  line-height: 1.8;
  text-shadow: 2px 1px 1px #000;
}
#mv h1 span {
  display: block;
  font-size: 3.2142857142857rem;
}

/*パンツの日メインビジュアル変更用
#mv h1{
width: 70%;
left: 0;
right: 0;
margin: auto;
background: rgba(255,255,255,0.4);
padding: 20px;
border-radius: 20px;
}
*/
/***about***/
#about {
  margin: 50px auto;
}
#about h2 {
  font-size: 1.6428571428571rem;
  margin-bottom: 30px;
  text-align: center;
    font-weight: 600;
}
#about .contBox{
    margin-bottom: 16px;
}
#about .contBox a{
    color: #000;
}
#about .contLeft{
    width: 100%;
}
#about .contRight{
    width: 100%;
    padding-left: 5%;
	margin-top: 10px;
}
#about h3{
    font-size: 1.2857142857143rem;
}
#about p.tag{
    font-size: 1.5rem;
    color: #fff;
    width: 115px;
	height: 115px;
    border-radius: 50%;
    text-align: center;
    padding-top: 31px;
	position: absolute;
	margin-top: -296px;
	right: 30px;
	line-height: normal;
}
#about p.textDetail{
    font-size: 1rem;
    line-height: 1.64;
}
/***#selectTheLineup_PC***/
#selectTheLineup{
    margin-bottom: 120px;
}
#selectTheLineup h2 span{
    border-bottom:none;
    letter-spacing: 3px;
}
#selectTheLineup ul{
    display: flex;
    justify-content: space-between;
    width: 800px;
    margin: auto;    
}
#selectTheLineup li {
    display: block;
    width: 24%;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
/*#selectTheLineup li:after {
    position: absolute;
    right: 0;
    left:0;
    margin: auto;
    bottom: 5%;
    width: 16px;
    height: 16px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    content: '　';
}*/

/***#selectTheLineupスマホ***/
#selectTheLineup{
    margin-bottom: 80px;
}
#selectTheLineup h2{
    margin-bottom: 1rem;
    margin-bottom: 20px !important;
}
#selectTheLineup h2 span{
    border-bottom:none;
    letter-spacing: 3px;
}
#selectTheLineup ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    margin: auto;    
}
#selectTheLineup li {
    display: block;
    width: 48%;
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-bottom: 4%;
}
/*#selectTheLineup li:after {
    position: absolute;
    right: 0;
    left:0;
    margin: auto;
    bottom: 5%;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    content: '　';
}*/
.item_6 {
    width: 30%;
    display: inline-block;
    margin-bottom: 15px;
}
/***#rakubi***/
#rakubi{
    padding-bottom: 14px;
}

/***#bottomLinkArea***/
#bottomLinkArea .cvBtn a{
    width: 184px;
}
/***footer***/
footer {
  background: #EFEFEF;
  padding: 30px 0;
}
footer .fLogo {
  width: 78px;
  height: auto;
  margin: 0 auto 23px;
}
footer .fLogo img {
  width: 100%;
}
footer .fText {
  color: #838383;
  text-align: center;
  font-size: 0.86666666666667rem;
  line-height: 1.77;
  margin: 0 40px;
}
.item-tex {
  color: #000;
  font-size: 14px;
  text-align: center;
}
/*----------------------------
    768px以下
----------------------------*/
@media screen and (max-width:768px) {
  .spv {
    display: block;
  }
  .pcv {
    display: none !important;
  }
  .contInner {
    margin: 0 20px;
	margin-top: -50px;
  }
  .textArea{
      margin: 0 20px;
  }
  /*** #mv ***/
  #mv .contInner {
    margin: 0;
  }
  /*** #about ***/
    #about .contBox {
        margin-bottom: 49px;
    }
    #about h3 {
        line-height: 1;
    }
    /*** #bottomLinkArea ***/
    #bottomLinkArea{margin-top: 200px;}
    #bottomLinkArea .cvBtn a {
        width: 100%;
        height: 50px;
        line-height: 50px;
        font-size: 1.2rem;
    }
    
#suzupan .commentArea .comment p span {
    font-size: 3vw;
}    
  /*** .footerBnrArea ***/
  .footerBnrArea {
    margin: 0 20px 20px;
  }
}
/*----------------------------
    769px以上
----------------------------*/
@media screen and (min-width:769px) {
  .pcv {
    display: block;
  }
  .spv {
    display: none !important;
  }
    section{
        margin-bottom: 100px;
        font-size: 13px;
		width: 830px;
		margin: 0 auto;
		margin-top: -60px;
    }
  .contInner {
    width: 800px;
    margin: 0 auto;
    position: relative;
  }
header .headBtn {
  right: -208px;
}
header .logo {
    left: -165px;
}		
.gray{
    background: #fff;
}
.gray .itemArea {
  border: none;
}
.item_6 {
    width: 24%;
    display: inline-block;
    margin-bottom: 30px;
    margin-right: 5px;
}
    /***タイトルエリア共通***/
    .titleInner{
        width: 100%;
    }
    .titleInner .imgArea{
        text-align: center;
    }
    .titleInner .imgArea img{
        width: 750px;
    }
    .titleInner .textArea{
        width: 630px;
        margin: 0 auto;
    }
    .titleInner .textArea .cvBtn a{
        width: 300px;
    }
 /***コメントエリア共通***/
    .commentArea{
        margin: 40px 0 10px;
    }
    .commentArea .illust{
        width: 120px;
        margin: 0 20px 0 0;
    }
    .commentArea .comment{
    width: 480px;
    height: 200px;
    }
    .commentArea .comment p{
        font-size: 1.2857142857143rem;
        padding: 40px 50px;
    }
    .commentArea .comment p span{
        font-size: 1.5rem;
    }
    #suzupan .commentArea .comment p span{
        font-size: 1.4rem;
    }
    
    .textBox{
        font-size: 1rem;
    }
    /***アイテムエリア共通***/
    .itemArea{
       display: inline-block;
        width: 48%;
        margin-right: 4%;
    }
    .itemArea:nth-child(2n){
        margin-right: 0;
    }
    .itemArea .itemColor {
        letter-spacing: -2px;
    }
    .itemArea .itemColor span {
    width: 16px;
        height: 16px;
    }
  /***header***/
  header .contInner {
    width: 750px;
  }
  /***mv***/
  #mv {
    height: auto;
  }
  #mv .contInner {
    width: 100%;
  }
#mv h1 {
    /*top: 50%;
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 4rem;
    line-height: 1.3;
    margin-top: -81.5px;*/
    top: 50%;
    width: 700px;
    height: auto;
    text-align: left;
    font-size: 2rem;
    line-height: 1.3;
    margin-top: -81.5px;
    left: 50%;
    margin-left: -350px;
}
    #mv h1 span{
        font-size: 2.5rem;
    }
    #mv .slick-slide img{
        width: 100%;
    }

    /*パンツの日メインビジュアル変更用
    #mv h1{
        top:40%;
        width:300px;
        background: none;
    }*/
/***#about***/
    #about .contInner > div{
        font-size: 0;
    }
    #about .contBox{
        display: inline-block;
        width: 48%;
        margin-right: 4%;
        margin-bottom: 49px;
        vertical-align: top;
    }
    #about .contBox:nth-child(2n){
        margin-right: 0;
    }
    #about .contLeft{
        width: 100%;
    }
    #about .contRight {
        width: 100%;
        padding-left: 5%;
        padding: 5px 10px;
        position: relative;
    }
    #about p.tag {
        margin: 0 0 -5px 0;
        position: absolute;
        right: 0;
        top: -285px;
        border-radius: 50%;
        width: 115px;
        height: 115px;
        font-size: 1.4666666666667rem;
        text-align: center;
        letter-spacing: -1px;
        color: #fff;
        padding-top: 30px;
		line-height: normal;
    }
    /*** #bottomLinkArea ***/
    #bottomLinkArea{margin-top: 200px;}
    #bottomLinkArea .cvBtn a {
        width: 350px;
        height: 50px;
        line-height: 50px;
        font-size: 1.2rem;
    }

  /*** .footerBnrArea ***/
  .footerBnrArea {
    width: 830px;
    margin: 20px auto;
  }

}
@media screen and (max-width:360px) {
}
