@charset "UTF-8";
/* CSS Document */

* {
	box-sizing:border-box;
}

html, body {
	font-family: 'Century Gothic', sans-serif;
    font-size: 14px;
	color: #000000;
	font-weight: 400;
    line-height: 1.7;
	font-style: normal;
}

.pcv {
	display: none !important;
}
.spv {
	margin-left:auto;
	margin-right:auto;
}

.contInner {
	margin: 0 10px;
}
/*.fwN {
    font-family: a-otf-gothic-bbb-pr6n, sans-serif;
    font-size: 1rem;
}
*/
.animated {
	opacity: 0;
	animation-delay: 0.2s;
    margin-bottom: 0;
}
.inview {
	animation-delay: 0.4s !important;
}
.fadeIn{
	opacity: 1;
}
.fadeInUp{
	opacity: 1;
}


/*----------------------------
    共通
----------------------------*/
h2{
    
}
h3 {
    margin: 0 0 5px 0;
    padding: 5px 5px 5px;
    font-size: 1.2857142857143rem;
    font-weight: normal;
}

.titleArea {
    padding: 40px 0 10px;
    text-align: center;
}
.titleArea h2{
    font-size: 1rem;
    letter-spacing: 8px;
    line-height: 1.6;
    font-weight:bold;
}
.titleArea h2 span {
    font-size: 1.57rem;
    font-weight: bold;
    display: block;
}


.titleArea p {
    margin: 0 0 10px;
    font-size: 1.11rem;
}


p.hosoku {
    margin: 5px 0;
    font-size: 0.85rem;
    color: #555;
    text-align: right;
}




/***ボタン共通***/

.redBtn {
  margin: 0 auto;
	width: 85%;
}
.redBtn a,
.redBtn span {
	display: block;
	width:100%;
	height: 40px;
	font-size: 1.0714285714286rem;
	color: #fff;
	font-weight: 400;
	line-height: 40px;
	text-align: center;
	background: #CE0000;
	border-radius: 3rem;
}




/***header***/

header {
	position: fixed;
	width: 100%;
	height:38px;
	/*background:rgba(255,255,255,0.95);*/
    background: none;
	z-index: 99999;
}
header .logo {
	display:inline-block;
	position: absolute;
	top: 0;
	left: 0;
}
header .logo img {
	width: auto;
	height: 38px;
}
header .text {
	display:none;
}
header .headBtn {
	position: absolute;
	top:5px;
	right: 4px;
	display:inline-block;
	margin: 0 0;
}
header .headBtn a {
	display: block;
	width: 120px;
	height: 27px;
	font-size: 0.93333333333333rem;
	color: #fff;
	font-weight: 400;
	line-height: 28px;
	text-align: center;
	background: #CE0000;
	border-radius: 13.5px;
}




/***mv***/

#mv {
    position: relative;
}
#mv .contInner {
	margin: 0;
}

#mv .contInner {
    position: absolute;
    bottom:3%;
    width: 100%;
    text-align: center;

}
#mv .contInner img.mvText{
    width: 75%;
    margin-bottom: 2%;
}
#mv .contInner h1 img{
    width: 80%;
    margin-bottom: 3%;
}
#mv .contInner img.standard{
    width: 60%;
    margin-bottom: 0;
}

/***#firstView***/
/***
#firstView {
    background: url("../img/topline_bk.png") no-repeat center top;
    background-size: contain;
}
***/
.topline {
	position: relative;
	padding:18px 0 40px;
    text-align: center;
    margin-top: 30px;
}
.topline h2 {
    font-size: 1rem;
    margin-bottom: 14px;
    font-weight: normal;
}
.topline h2 span{
	width:100%;
    font-size: 1.61rem;
    line-height: 1.2;
    display: block;
}
.topline p{
    margin: 0 auto;
    font-size: 0.93rem;
    line-height: 2.17;
    padding-bottom: 40px;
}

/***#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: '　';
}

/***.material***/
.material{margin-bottom: 80px;}
.material img{margin-bottom: 20px !important;}
.material p{width: 90%;text-align: left;margin: 0 auto;line-height: 1.3;}


/***#feature***/

#feature {
}
#feature > div{
    position: relative;
}
#feature h2 {
    margin-bottom: 0;
    font-size: 1rem;
    letter-spacing: 0;
    font-weight: normal;
}
#feature .titleArea p{
    font-size: 1.3rem;
}

#feature .twoBox > div{
    display: inline-block;
    font-size: 0;
}
#feature .twoBox > div{
    position: relative;
}

#feature h3{
    font-size: 7vw;
    font-weight: bold;
    color: #49453e;
    line-height: 1.2;
}
/*
#feature .whBox{
    background: rgba(255,255,255,0.5);
    border-radius: 10px;
    padding: 3%;
}
#feature  h3.whBox{
    padding: 3% 4%;
    font-size: 2.4rem;
}
#feature .redLine{
    border: 3px solid #db0401;
}
*/
#feature .featureCont{
    color: #49453e;
}
#feature .featureCont p{
    font-size: 4.5vw;
    margin-bottom: 0;
    padding-bottom: 0;
}
#feature .featureCont p span{
    font-weight: bold;
}

#feature .feature01 > div{
    position: absolute;
    background: rgba(255,255,255,0.5);
    border-radius: 10px;
    padding: 6% 4%;
    bottom:0;
    left: 0;
    width: 100%;
    text-align: left;
}
#feature .feature01 img.feature01_net{
    position: absolute;
    top: 49%;
    width: 45%;
    right: 5%;
    z-index: 999;
}
#feature .feature02 h3{
    position: absolute;
    background: rgba(255,255,255,0.5);
    border-radius: 10px;
    padding: 4% 6%;    
    box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
    top: 10.5%;
    left: 22%;
}
#feature .feature02 .featureCont{
    position: absolute;
    background: rgba(255,255,255,0.5);
    padding: 4% 6%; 
    bottom: 0;
    left: 0;
    width: 100%;
    border-radius: 0;
    text-align: center;
}
#feature .feature03 h3{
    position: absolute;
    background: rgba(255,255,255,0.5);
    border-radius: 10px;
    padding: 4% 6%;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
    top: 10.5%;
    right: 2%;
}
#feature .feature03 .featureCont{
    position: absolute;
    top: 48%;
    right: 2%;
}
#feature .feature03 .featureCont p{
    margin-bottom: 30px;
    /*font-size: 4vw;*/
    text-shadow: 0px 0px 20px rgba(255,255,255,0.9);
}
#feature .feature04 h3{
    position: absolute;
    background: rgba(255,255,255,0.5);
    border-radius: 10px;
    padding: 4% 6%;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
    top: 10.5%;
    right: 5%;
}
#feature .feature04 .featureCont{
    position: absolute;
    background: rgba(255,255,255,0.5);
    padding: 4% 6%;   
    border-radius: 10px;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
    bottom: 10%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 85%;
    text-align: left;
}


/***.athlete***/

.athlete {
    margin: 0 auto 60px auto;
	width:95%;
	text-align:left;
}
.athlete h2{
    letter-spacing: 0;
}
.athlete .athleteDetail{
	margin:0 auto 30px;
	width:90%;    
    text-align:left;
}
.athlete h3{
    font-weight: bold;
    margin-bottom: 20px;
}
.athlete h4{
    font-size: 1.1rem;
    margin-bottom: 5px;
}
.athlete img {
	margin-bottom:20px;
	width:160px;
	height:auto;
}

.athlete p {
	margin:0 auto 30px;
    font-size: 1rem;
    line-height: 1.5;    
}





/***.comparison***/

.comparison {
	margin:0 auto 40px auto;
}

.comparison .contInner {
	margin: 0 0;
}


/***.sizeChart***/

.sizeChart {
  margin-bottom: 3.53rem;
}
.sizeChart > div{
    width: 90%;
}
.sizeChart table {
    text-align: center;
    background: #E6E6E6;
}
.sizeChart table th {
    padding: 10px 0;
    font-size: 0.85rem;
    line-height: 1;
    vertical-align: middle;
    border: 2px solid #bbb;
}
.sizeChart table td {
    padding: 10px 0;
    vertical-align: middle;
    background: #fff;
    border: 2px solid #bbb;
}
.sizeChart .text {
    padding-top: 30px;
	margin:0 auto;
	width:100%;
    font-size: 0.78rem;
	text-align:left;
}





/***sizeImage***/

.sizeImage{
  margin: 0 5% 240px;
}

.sizeSlider{
  max-width: 700px;
  margin: 30px auto 5px;
  padding: 0 0 20px 0;
}
.sizeSlider .slick-slide {
  text-align: center
}
.sizeSlider .slick-slide img {
  max-width: 120px;
  width: 100%;
  margin: 0 auto;
}
.sizeSlider  img.arrow {
  position: absolute;
  top: calc(50% - 13.5px);
  cursor: pointer;
}
.sizeSlider  img.arrow.prev {
  left: -10px;
}
.sizeSlider  img.arrow.next {
  right: -10px;
}
.sizeSlider  p.num {
  font-size: 23px;
  font-weight: bold;
}
.sizeSlider  p.sizeType {
  font-size: 15px;
  font-weight: bold;
}
.sizeSlider .slick-dots li button {
    width: 10px;
    height: 10px;
    padding: 5px;
    background: #ADADAD;
    border-radius: 50%;
}
.sizeSlider .slick-dots li button:before{
    display: none;
}
.sizeSlider .slick-dots .slick-active button {
    background: red;
}

.thumbnail-list{
    max-width: 90vw;    
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	flex-wrap:wrap;
}
.thumbnail-item{
    width: 70px;
	margin-bottom: 10px;
	box-sizing: border-box;
	position:relative;
}
.thumbnail-list .thumbnail-item.thumbnail-current{
  opacity: 1;
  border: 2px solid #ADADAD;
  }
.thumbnail-list .thumbnail-item:nth-child(2) .panelCont{
    left: -230px;
}
.thumbnail-list .thumbnail-item:nth-child(3) .panelCont{
    left: -350px;
}
.thumbnail-list .thumbnail-item:nth-child(4) .panelCont{
    left: -470px;
}

.thumbnail-list .panelCont{
    
    display: none;
    position: absolute;
    width: 90vw;
    top: 50px;
    left: calc((90vw - 284px) / -2) !important;
}
.thumbnail-list .thumbnail-item:nth-child(2) .panelCont{
	width: 90vw;
	left: calc((90vw - 284px) / -2 - 70px) !important;
}
.thumbnail-list .thumbnail-item:nth-child(3) .panelCont{
	width: 90vw;
	left: calc((90vw - 284px) / -2 - 140px) !important;
}
.thumbnail-list .thumbnail-item:nth-child(4) .panelCont{
	width: 90vw;
	left: calc((90vw - 284px) / -2 - 210px) !important;
}
.thumbnail-list .thumbnail-current .panelCont{
    display: block;
}

.thumbnail-list label.panelLabel {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: block;
  width: 100%;
  color: #4D4D4D;
  cursor: pointer;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
  text-align: center;
}
.thumbnail-list table {
  width: 100%;
  border-top: 1px solid #707070;
}
.thumbnail-list table th {
  padding: 10px;
  border-left: 1px solid #707070;
  border-bottom: 1px solid #707070;
  width: 70%;
  text-align: center;
  font-weight: bold;
  background: #fff;
  font-size: 1rem;
}
.thumbnail-list table td {
  padding: 10px;
  border-left: 1px solid #707070;
  border-right: 1px solid #707070;
  border-bottom: 1px solid #707070;
  width: 30%;
  text-align: center;
  font-weight: bold;
  font-size: 1rem;
}


/***.towelArea***/
.towelArea{
    background: #F2F2F2;
    padding: 24px 0 80px;
    font-size: 0;
}
.towelArea .contInner{
    position: relative;
    padding-top: 96px;
}
.towelArea .lineupSlideArea{
    width: 100%;
    padding-bottom: 20px;
}
.towelArea .slide-item img{
    width: 100%;
}
.towelArea .thumbnail-list {
    max-width: 100%;
}
.towelArea .thumbnail-item{
    width: 18%;
    margin: 10px 2.5% 0 0;
    cursor: pointer;
}
.towelArea .thumbnail-item:last-child{
    margin-right: 0;
}
.towelArea h2{
    font-size: 1.2rem;
    position: absolute;
    top: 0;
    line-height: 1.4;
    text-align: center;
    width: 100%;
}
.towelArea h2 span{
    display: block;
    font-size: 1.5rem;
}
.towelArea p{
    font-size: 0.93333333333333rem;
    text-align: left;
    line-height: 1.7;
    padding-bottom: 24px;
}
.towelArea .redBtn{
    margin: 0 auto;
    width: 235px;
}
.towelArea .redBtn a{
    font-size: 1rem;
}



/***.lineup***/

.lineup {
	margin: 0 auto;
}
/*.lineup .titleArea{
    padding-bottom: 40px;
}*/
.lineupWrap{
    background: #f2f2f2;
}
.lineup .contInner {
	margin: -30px 0 0 0;
}
.lineup .itemSlide{
    font-size: 0;
}
.lineup .itemCont {
	position:relative;
	margin: 0 4% 20px 0;
    padding: 10px 10px 12vw 10px;
    background: #fff;
    height: auto;
    width: 48%;
    display: inline-block;
}
.lineup .itemCont:nth-child(2n){
    margin-right: 0;
}
.lineup img {
    width: 100%;
    height: auto;
}

.lineup .redBtn {
	position:absolute;
	left:10%;
	bottom:4vw;
	margin:0 0 0 0;
    width: 80%;
	
}
.lineup .redBtn span {
    font-size: 3.5vw;
    height: 8vw;
    line-height: 8vw;
}

  
.lineup .itemSlideArea {
	padding-bottom: 1.4rem;
    width: 90%;
    margin: auto;
    text-align: left;
}
.lineup .reviewSlide {
	margin-bottom: 10px;
}
.lineup .slick-arrow {
	position: absolute;
	top: 50%;
	margin-top: -12px;
	width: 24px;
	z-index: 99;
}
.lineup .prev-arrow {
	left: 5%;
}
.lineup .next-arrow {
	right: 5%;
}
.lineup .slick-counter {
	font-size: 20px;
	text-align: center;
}
.lineup .count-current {
	font-size: 30px;
}




/***.review***/

.review {
	margin: 0 auto;
	padding-bottom:2rem;
	background: #f2f2f2;
}
.review .contInner {
	margin: 0;
}
.review .titleArea{
    padding-top: 0;
}
.review h3 {
	margin-bottom: 1rem;
}
.review .reviewCont {
	position:relative;
	margin: 0 5px;
    padding: 10px;
    background: #fff;
    height: 280px;
    text-align: left;
}
.review .reviewIcon {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 20%;
    height: auto;
    max-width: 60px;
}
.review img {
}
.review .reviewStar {
	margin-bottom:5px;
	font-size: 1.06rem;
	color: #FFD300;
	letter-spacing: 3px;
}
.review .reviewName {
	margin-bottom:30px;
	font-size: 0.93rem;
	font-weight: bold;
}
.review h4 {
	font-size:100%;
	font-weight: bold;
	line-height: 1.2;
}
.review .reviewText {
	font-size: 0.9rem;
	line-height: 1.56;
	letter-spacing: 1px;
    font-family: a-otf-gothic-bbb-pr6n, sans-serif;
}

  
.review .reviewSlideArea {
	padding-bottom: 1.4rem;
}
.review .reviewSlide {
	margin-bottom: 10px;
}
.review .slick-arrow {
	position: absolute;
	top: 50%;
	margin-top: -12px;
	width: 24px;
	z-index: 99;
}
.review .prev-arrow {
	left: 5%;
}
.review .next-arrow {
	right: 5%;
}
.review .slick-counter {
	font-size: 20px;
	text-align: center;
}
.review .count-current {
	font-size: 30px;
}









/***footer***/

footer {
    margin-top: 80px;
    text-align: center;
}
footer p {
    width: 78%;
    margin: 60px auto 40px;
    font-size: 0.85rem;
    line-height: 1.8;
}
footer .fLogo img {
    width: 237px;
}
footer .fLogo p {
	display:none;
}




  
  
  

  
  
  



/*----------------------------
    みんなのレビュー高さ調整
----------------------------*/

@media screen and (min-width:320px) and (max-width:374px) {
  .review .reviewCont {
    height: 250px;
  }
}
@media screen and (min-width:375px) and (max-width:414px) {
  .review .reviewCont {
    height: 230px;
  }
}
@media screen and (min-width:415px) and (max-width:768px) {
  .review .reviewCont {
    height: 210px;
  }
}