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

html, body, header, nav, ul, li, p, a, div, img, dd, dt, dl, h1, h2, h3, h4, h5, h6 {
	padding: 0;
	margin: 0;
	list-style: none;
	text-decoration: none;
	box-sizing: border-box;
}

body{
	overflow-x: hidden;
}

.clearfix:before, .clearfix:after {
	content: ' ';
	display: table;
	clear: both;
}

#wetsuits {
	width: 100vw;
	margin:0 auto;
	padding:0;
	font-size:16px;
	font-weight:normal;
	font-family: 'Noto Sans JP', sans-serif;
	overflow: hidden;
	text-align: left;
	/*background: #000;
	color: #fff;*/
}

#wetsuits img {
	max-width:100%;
	height:auto;
	border: none;
	vertical-align: bottom;
}

#wetsuits h1,
#wetsuits h2,
#wetsuits h3,
#wetsuits h4,
#wetsuits h5{
	color: #000;
	text-align:center;
	font-weight:bold;
}

#wetsuits h1 img{
	width: 40%;
	max-width: 250px;
	margin: 30px auto;
}

#wetsuits h2{
	background: #0084c9;
	color: #FFF;
	padding: 5px 0;
	margin: 0 auto 30px;
	max-width: 1000px;
}

#wetsuits h3{
	color: #0084c9;
	font-weight: normal;
	text-align: left;
	margin-bottom: 15px;
	font-size: 1.1em;
}

#wetsuits p{
	font-size: 0.95em!important;
	margin: 0 auto!important;
}

#wetsuits .wetsuits_wrap,
#wetsuits .wetsuitsrider_wrap{
	width:100%;
	max-width:1000px;
	margin:0 auto;
	padding:0;
}

#wetsuits section{
	margin: 100px auto;
}

#wetsuits .flex{
 display: -webkit-flex; /* Safari */
 display: flex;
 -webkit-flex-wrap: wrap; /* Safari */
 flex-wrap: wrap;
 width: 100%;
}

/* header */

#wetsuits .header{
	width: 100%;
	margin: 0 auto;
}

#wetsuits .header ul{
	width: 100%;
	margin: 0 auto;
}

#wetsuits .header ul li div.slidelink{
	position: relative;
	width: 100%;
	max-width: 1500px;
	height: auto;
	color: #333;
}

#wetsuits .header ul li div.slidelink a{
	color: #fff;
}

#wetsuits .header ul li div.slidelink div{
	position: absolute;
	top:10%;
	left: 10%;
	text-align: left;
}

#wetsuits .header ul li div .button {
	position: relative;
	display: inline-block;
	padding: .5em 2em;
	border: 2px solid #333;
	color: #333;
	text-align: center;
	text-decoration: none;
	transition: .6s;
}

#wetsuits .header ul li div .button:hover {
	color: #fff;
	background: #333;
	transform-origin: left top;
	transform: scale(1, 1);
}

#wetsuits .header ul li div .button::before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	content: '';
	background: #333;
	transform-origin: right top;
	transform: scale(0, 1);
	transition: transform .3s;
}

#wetsuits .header ul li div .button:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}

#wetsuits .header p.news{
	display: block!important;
}

#wetsuits .header p.news_title{
	margin: 10px auto 30px!important;
	font-size: 1.6em!important;
}

/* style */

#wetsuits section.style .flex div{
	width: calc( 100% / 4 );
	margin: 25px 0 0;
	padding: 0 2%;
	text-align: center;
}

#wetsuits section.style p{
	line-height: 150%;
}

#wetsuits a.buy{
	display: block;
	width: 100%;
	max-width: 80px;
	margin: 10px auto;
	padding: 3px 0;
	text-align: center;
	border: 1px solid #000;
	background: #000;
	color: #FFF;
	/*-webkit-transition: 5s;
	-moz-transition: 5s;
	-o-transition: 5s;
	-ms-transition: 5s;*/
	transition: 0.6s;
	font-size: 0.8em;
}

#wetsuits a.buy:hover{
	background: #FFF;
	text-align: center;
	border: 1px solid #666;
	color: #666;
}

/* zipsystem */

#wetsuits section.zipsystem p{
	margin-bottom: 10px!important;
}

/* material */

#wetsuits section.material .pc_flex .pc_flex_box div p span{
	font-size: 1.5em;
	font-weight: bold;
}

#wetsuits section.material .pc_flex .pc_flex_box div p:first-child{
	margin-bottom: 10px!important;
}

/* factory */

#wetsuits section.factory p{
	margin-bottom: 10px!important;
}

#wetsuits section.factory .flex div{
	width: calc( 100% / 3 );
	padding: 2%;
}

#wetsuits section.factory .flex div p{
	margin-bottom: 0!important;
}

/* color */

#wetsuits section.color .flex div{
	width: calc( 100% / 4 );
	padding: 2% 7%;
	text-align: center;
}

/* size */

#wetsuits section.size .flex div{
	width: calc( 100% / 4 );
	padding: 2% 7%;
	text-align: center;
}

section.size table{
	width: 100%;
	margin: 10px auto;
	text-align: center;
	border-collapse: collapse;
}

section.size table th{
	border-collapse: collapse;
	border: 1px solid #CCC;
	padding: 5px;
	background-color: #0084c9;
	color: #FFF;
}

section.size table td{
	border-collapse: collapse;
	border: 1px solid #CCC;
	padding: 5px;
}

section.size table th:last-child,
section.size table td:last-child{
	border-right: none;
}

section.size table .listname{
	text-align: left;
	border-right: none;
	border-left: none;
}

section.size table .listnumber{
	border-left: none;
	color: #0084c9;
	font-weight: bold;
}

#wetsuits section.size .movie{
	width: 100%;
	margin: 60px auto 0;
}

#wetsuits section.size .movie h4{
	font-size: 1.3em;
	margin-bottom: 20px;
}

#wetsuits section.size .video{
  position:relative;
  width:100%;
	max-width: 800px;
  padding-top:56.25%;
	margin: 0 auto;
}

#wetsuits section.size .video iframe{
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}

/* riders */

#wetsuits section.riders p{
	margin-bottom: 10px!important;
}

#wetsuits section.riders p.photo{
	text-align: right;
	margin-top: 5px!important;
	font-size: 0.7em!important;
}

#wetsuits section.riders p.riderlink{
	text-align: right;
}

#wetsuits section.riders p.riderlink a{
	text-decoration: underline;
}


/*** ライダーページ ***/

#wetsuits .rider_header{
	width: 100%;
	max-width: 1500px;
	margin: 0 auto;
	position: relative;
}

#wetsuits .rider_header .header_sns{
	position: absolute;
	width: 30%;
	max-width: 120px;
}

#wetsuits .rider_header .header_sns div{
	flex-basis: calc( 100% / 3 );
	padding: 2%;
}

#wetsuits .rider_header .header_miura_sns{
	width: 40%;
	max-width: 169px;
}

#wetsuits .rider_header .header_miura_sns div{
	flex-basis: calc( 100% / 4 );
}

#wetsuits .rider_header h1{
	padding: 50px 0 20px;
	font-size: 2.3em;
}

#wetsuits .rider_header h1 span{
	display: block;
	font-size: 0.7em;
}

#wetsuits .rider_header p{
	margin: 0 auto 50px!important;
	text-align: center;
}

#wetsuits section.rider_image{
	width: 100%;
	margin: 100px auto;
}

#wetsuits section.rider_sns{
	width: 55%;
	max-width: 250px;
}

#wetsuits section.miura_sns{
	width: 76.8%;
	max-width: 350px;
}

#wetsuits section.rider_image,
#wetsuits section.rider_movie,
#wetsuits section.rider_sns,
#wetsuits section.rider_photo{
	margin: 80px auto!important;
}

#wetsuits section.rider_sns .flex div{
	flex-basis: calc( 100% / 3 );
	padding: 2%;
}

#wetsuits section.miura_sns .flex div{
	flex-basis: calc( 100% / 4 );
	padding: 2%;
}

#wetsuits .rider_photo p{
	margin: 0 auto 5px!important;
	font-size: 1.2em!important;
	text-align: center;
}

#wetsuits .rider_movie h3,
#wetsuits .rider_photo h3{
	text-align: center;
	color: #000;
	font-size: 1.8em;
	margin-bottom: 30px;
}

#wetsuits .rider_movie .video{
  position:relative;
  width:100%;
	max-width: 800px;
  padding-top:56.25%;
	margin: 0 auto;
}

#wetsuits .rider_movie .video iframe{
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}

#wetsuits .link{
	width: 100%;
	margin: 50px auto;
}

/*** POPUP ***/

#sizepopup figure{
  margin: 0;
  display: none;
}
#sizepopup figure:target{
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}
#sizepopup figure:target #overlay{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  color: inherit;
}
#sizepopup figure:target img{
  animation: fadein .3s;
}
@keyframes fadein{
  0%{
    transform: scale(0.2);
    opacity: 0.2;
  }
  100%{
    transform: scale(1);
    opacity: 1;
  }
}

@media only screen and (min-width:749px){

.pc_none{
	display: none!important;
}

#wetsuits h2{
	position: relative;
  padding: 0.1em 1em;
  background: -webkit-linear-gradient(to right, rgb(0, 132, 201), transparent);
  background: linear-gradient(to right, rgb(0, 132, 201), transparent);
	text-align: left;
	font-weight: normal;
	font-size: 1.3em;
}

#wetsuits .pc_flex,
#wetsuits section.material .pc_flex .pc_flex_box{
 display: -webkit-flex; /* Safari */
 display: flex;
 -webkit-flex-wrap: wrap; /* Safari */
 flex-wrap: wrap;
 width: 100%;
}

/* zipsystem */

#wetsuits section.zipsystem p{
	padding: 0 2%;
}

#wetsuits section.zipsystem .pc_flex div{
	width: calc( 100% / 2 );
	padding: 2%;
}

/* material */

#wetsuits section.material .pc_flex .pc_flex_box{
	width: calc( 100% / 3 );
}

#wetsuits section.material .pc_flex .pc_flex_box div{
	width: calc( 100% / 2 );
	font-size: 0.75em;
}

#wetsuits section.material .pc_flex .pc_flex_box div:first-child{
	padding: 0 2%;
}

#wetsuits section.material .pc_flex .pc_flex_box div:last-child{
	padding-right: 2%;
}

/* factory */

#wetsuits section.factory p{
	padding: 0 2%;
}

/* color */

#wetsuits section.color .flex div p{
	font-size: 0.8em!important;
	margin-top: 5px!important;
}

#wetsuits section.color .flex div:first-child{
	padding: 2%;
}

/* size */

#wetsuits section.size .sizeimage{
	width: 85%;
	margin: 0 auto 50px;
}

section.size table{
	width: 85%;
}

/* riders */

#wetsuits section.riders .pc_flex div{
	flex-basis: calc( 100% / 3 );
	padding: 1.5%;
}

#wetsuits section.riders p{
	font-size: 0.8em!important;
}

/*** ライダーページ ***/

#wetsuits .rider_header .header_sns{
	right: 5%;
	top: 2%;
}

#wetsuits section.rider_image .flex div,
#wetsuits section.rider_movie .flex div{
	flex-basis: calc( 100% / 2 );
	padding: 1%;
}

#wetsuits .rider_movie .video{
	max-width: 480px;
	height: 300px;
	margin: 10px auto;
}

#wetsuits .rider_movie .kodamapv{
	max-width: 800px;
	height: auto;
	margin: 0 auto;
}

#wetsuits section.rider_photo .flex div:first-child{
	flex-basis: 45%;
}

#wetsuits section.rider_photo .flex div:last-child{
	flex-basis: 55%;
	padding-left: 3%;
	font-size: 0.8em!important;
}

/* ヘッダー・フッターの崩れを直す */

#news_detail .detail{
	width:100%!important;
}

#news_detail .detail .head{
	width: 1000px!important;
	margin: 0 auto 50px!important;
}

#news_detail .detail .content p:first-child{
	margin: 0 auto;
	max-width: 1000px!important;
}

#topicpath{
	width: 1168px;
	margin: 0 auto;
}

.paging{
	width: 1000px;
	margin: 0 auto;
}
.item_category_links{
	width: 1168px;
	margin: 100px auto 0;
}

}

@media screen and (max-width:748px) {

.sp_none {
	display:none;
}

#wetsuits,
#wetsuits p,
#wetsuits table{
	font-size: 3vw!important;
	line-height: 180%;
}

#wetsuits h2{
	font-size: 4.5vw;
	padding: 10px 0;
}

#wetsuits h3{
	font-size: 3.5vw;
	margin-bottom: 10px;
}

#wetsuits section{
	margin: 50px auto;
}

#wetsuits .wetsuits_wrap{
	width:90%;
}

#wetsuits .wetsuitsrider_wrap{
	width:100%;
}

/* header */

#wetsuits .header ul li div.slidelink div{
	top:6vw;
	left: 6vw;
}

#wetsuits .header ul li div p.news_title{
	margin: 1vw auto 5vw!important;
	font-size: 4vw!important;
}

/* style */

#wetsuits section.style .flex div{
	width: calc( 100% / 2 );
	font-size: 3.2vw;
}

#wetsuits section.lineup .flex div{
	width: calc( 100% / 3 );
	font-size: 3.2vw;
}

/* zipsystem */

#wetsuits section.zipsystem .pc_flex div{
	margin: 20px auto 0;
}

/* material */

#wetsuits section.material .pc_flex .pc_flex_box div:last-child{
	margin: 10px auto 30px;
}

/* factory */

#wetsuits section.factory .flex div{
	width: calc( 100% / 2 );
	padding: 2%;
	text-align: center;
}

#wetsuits section.factory .flex div:nth-child(2n+1){
	padding-left: 0;
}

#wetsuits section.factory .flex div:nth-child(2n){
	padding-right: 0;
}

/* color */

#wetsuits section.color .flex div{
	padding: 2%;
}

#wetsuits section.color .flex div:first-child{
	width: 100%;
	padding: 0 10% 5%;
}

#wetsuits section.color .flex div p{
	font-size: 2.9vw!important;
	line-height: 150%!important;
	margin-top: 5px!important;
}

/* size */

#wetsuits section.size .sizeimage{
	width: 80%;
	margin: 0 auto 30px;
}

/*タブ切り替え全体のスタイル*/
#wetsuits section.size .tabs {
	margin-top: 50px;
	background-color: #fff;
	width: 100%;
	margin: 0 auto;
}

/*タブのスタイル*/
#wetsuits section.size .tab_item {
	width: calc(100%/2);
	height: 50px;
	background-color: #cccccc;
	line-height: 50px;
	font-size: 16px;
	text-align: center;
	color: #FFF;
	display: block;
	float: left;
	text-align: center;
	font-weight: bold;
	transition: all 0.2s ease;
}

/*#wetsuits section.size .tab_item:hover {
	opacity: 0.75;
}*/

#wetsuits section.size .movie{
	margin: 20px auto 0;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
	display: none;
}

/*タブ切り替えの中身のスタイル*/
#wetsuits section.size .tab_content {
	display: none;
	padding: 5% 0 0;
	clear: both;
	overflow: hidden;
}

/*選択されているタブのコンテンツのみを表示*/
#all:checked ~ #all_content,
#programming:checked ~ #programming_content,
#design:checked ~ #design_content {
	display: block;
}

/*選択されているタブのスタイルを変える*/
#wetsuits section.size .tabs input:checked + .tab_item {
	background-color: #0084c9;
	color: #FFF;
}

/* riders */

#wetsuits section.riders .pc_flex div{
	margin-bottom:30px;
}

#wetsuits section.riders p{
	margin-bottom: 5px!important;
	line-height: 160%;
}

#wetsuits section.riders p.photo{
	font-size: 2.5vw!important;
}

/* 100%表示用 */

#news_detail .detail{
	margin: 0 auto!important;
}

/* ヘッダー */

#news_detail .detail .content p:first-child img{
	display: none;
}

/*** ライダーページ ***/

#wetsuits .rider_header .header_sns{
	right: 2%;
	top: 0;
}

#wetsuits .rider_header h1{
	font-size: 7.125vw;
	line-height: 110%;
	padding: 50px 0 10px;
}

#wetsuits .rider_header h1 span{
	font-size: 4.25vw;
}

#wetsuits .rider_header p{
	margin: 0 auto 6.25vw!important;
}

#wetsuits section.rider_image,
#wetsuits section.rider_movie,
#wetsuits section.rider_sns,
#wetsuits section.rider_photo{
	margin: 14.0625vw auto!important;
}

#wetsuits section.rider_image .flex div{
	margin: 10px auto;
}

#wetsuits .rider_movie h3,
#wetsuits .rider_photo h3{
	font-size: 5.75vw;
	margin-bottom: 6.25vw;
}

#wetsuits section.rider_movie .flex div,
#wetsuits section.rider_movie .kodamapv{
	width: 80%;
	margin: 10px auto;
}

#wetsuits section.rider_photo .flex div:last-child{
	width: 90%;
	margin:15px auto 0;
}

#wetsuits .link{
	width: 90%;
	margin: 30px auto;
}

}
