
@charset "utf-8";

/***************************************

base

***************************************/


html {
	font-size: 62.5%!important;
	height: 100%;
	position: relative;
	-webkit-overflow-scrolling: touch;/*スマホのスクロールをスムーズにする*/
}
body {
	width: 100%;
	height: 100%;
	position: relative;
	color: #333;	
	margin: 0 auto;
	font-family:游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;	
	
	background: #fff;
	
	word-break: break-word;/*自動改行*/
	
	
}

a {
	text-decoration: none;
	color: #333;
	outline: none;
}

a:hover {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	opacity: 0.5;
	filter: alpha(opacity=50);
	webkit-transition: 0.6s;
	transition: 0.6s;
}


.clearfix:after {/*親要素に display: flow-root Chrome と Firefox */
  content: "";
  clear: both;
  display: block;
}





/***************************************

header

***************************************/





header{
	width: 100%;
	
	}


div.logo {
    position: fixed;
	top: 0%;
 	left: 0%;
	background-color: rgb(255,255,255);
	/*opacity: 0.8;
	filter: alpha(opacity=80);
	-webkit-transition: 0.8s;
	transition: 0.8s;*/
	width: 100%;
	text-align: center;
	
	z-index: 9999999;
}

div.logo img{/*logo*/
    width: 7%;
	padding: 10px 0 5px 0;
	
}


	




@media screen  and (max-width:1024px){/**480px〜：SP横 *600px〜タブレット　768px〜sp縦*/
	

	

	
	
div.logo {
    position: fixed;
	top: 0%;
 	left: 0%;
	background-color: rgb(255,255,255);
	/*opacity: 0.8;
	filter: alpha(opacity=80);
	-webkit-transition: 0.8s;
	transition: 0.8s;*/
	width: 100%;
	text-align: center;
	
	z-index: 9999999;
}

div.logo img{/*logo*/
    width: 19%;
	padding: 5px 5px;
	
}

	
	
	
 
}


/***************************************

ぱんくず

***************************************/


.panList {}


.panList_item {
  display: inline;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.4;
  font-family: "gilroy", Helvetica, Arial, "YuGothic", "Yu Gothic", "游ゴシック体", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding-right: 6px;
}

.panList_item2 {
  display: inline;
  font-size: 1.8rem;
  line-height: 1.4;
  font-family: "gilroy", Helvetica, Arial, "YuGothic", "Yu Gothic", "游ゴシック体", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0.05em;
  padding-right: 6px;
 padding-left: 10px;	
}

.panList_item a {
  color: #999;
}

.panList_item a:hover {
  color: #2B292B;
  text-decoration: none;
}

@media (max-width:1024px) {
  .panList_item {
    font-size: 1rem;
    padding-right: 3px;
  }
}

.panList_item:before {
  font-size: 12px;
  font-weight: normal;
  color: #2B292B;
  content: "/";
  display: inline-block;
  width: 1em;
  margin-right: 10px;
  line-height: 1em;
  vertical-align: middle;
}

@media (max-width:1024px) {
  .panList_item:before {
    margin-right: 5px;
  }
}

.panList_item:first-child {
  padding-left: 0px;
}

.panList_item:first-child:before {
  display: none;
}







/***************************************

top

***************************************/


.box{
	background: url("https://www.piudi.jp/tokusyu/190422/feature/image/190422-trip-0.jpg") no-repeat center;
	background-size: cover;
	margin-bottom: 120px;
	xoverflow: hidden;
	position: relative;
}

/*.box__centered{
	left: 50%;
	position: absolute;
	top: 50%;
}
*/

.box__lefted{
	position: absolute;
	bottom:-20%; 
	left:30%;
}


.box__contents{
	text-align: center;
	transform: translate(-50%,-50%);
}

.box__title{
	color: #fff;
	font-size: 5rem;
	font-weight: 900;
}

.box__title img.topimg{
	width: 90%;
}

.box__text{
	margin-top: 3%;
	color: #fff;
	font-size: 1.9rem;
	font-weight: 100;
	line-height: 2.5rem;
}





@media screen  and (max-width:1024px){/**480px〜：SP横 *600px〜タブレット　768px〜sp縦*/
	
.box__centered{
	width: 90%;
	left: 50%;
	position: absolute;
	top: 50%;
}	
	
	
	
.box__title{
	color: #fff;
	font-size: 2.5rem;
	font-weight: 900;
}

.box__text{
	margin-top: 3%;
	color: #fff;
	font-size: 1.3rem;
	font-weight: 100;
	line-height: 2.5rem;
}
	
.box__text br{
	display: none;
}	

.box__title img.topimg{
	width: 95%;
}

	
	
}

/***************************************

contents

***************************************/





section .title__Sub{
	width: 100%;
	margin: 3% auto 15%;
	
	
}

p.title__Disp{
	
	width: 70%;
	margin: 0 auto;
	text-align: center;
	font-size: 1.5rem;
	line-height: 3rem;
}



section .item__Menu{

	width: 100%;
	margin: 3% auto 15%;}



ul.Menu__box{
	width: 70%;
	margin: 0 auto;
	font-size: 0;
	
	overflow:hidden;
	

	
	}

ul.Menu__box li{
	
	width: 13%;
	
	display: inline-block;
	border-left: 2px dotted #333;
	
	margin: 5% 0;
	
	text-align: center;
}

ul.Menu__box li:last-child{
	
	border-right: 2px dotted #333;	
	
}

.Menu__box li img{
	
	width: 45%;
	
}


.Menu__name{
	
	font-size: 1.2rem;
	margin: 1% 0;
	font-weight: 600;
	color: #2B2B2B;
	
}

section.Aruki{
	
	width: 100%;
	margin: 0 auto;
}



section.Wear,
section.Rain,
section.Uv,
section.Cold,
section.Compact{
	
	width: 100%;
	margin: 15% auto;
}


section.Sub{
	
	width: 100%;
	margin: 15% auto 5%;
}


ul.Sub_title__Box{
	
	width: 70%;
	margin: 5% auto;
	text-align: center;
}


ul.Sub_title__Box li.li50{
	width: 50%;
	float: left;
}





img.Img_NO{
	
	width: 40%;
	
	
}	

p.Sub_title__Disp{
	
	width: 70%;
	text-align: left;
	margin: 0 auto;
	font-size: 1.5rem;
	line-height: 3rem;
	font-weight: 600;
}

	
/* 吹き出し本体 */
.balloon{
	width: 50%;
	margin: 10% auto 3%;
  position: relative;
  padding: 30px 15px 30px 25px;
  background-color: #fff;
  border: 2px solid #333;
}
/* アイコンを右に表示 */
.balloon::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right: -15px;
  top: 30px;
  border-left: 15px solid #333;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
.balloon::after{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right: -12px;
  top: 30px;
  border-left: 15px solid #fff;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}



	
/* 吹き出し本体2 */
.balloon2{
	width: 40%;
	
  position: relative;
  padding: 5px 15px 5px 25px;
  background-color: #fff;
  border: 2px solid #333;
	text-align: left;
}
/* アイコンを右に表示 */
.balloon2::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 20px;
  bottom: -15px;
  border-top: 15px solid #000;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
}
.balloon2::after{
   content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 20px;
  bottom: -12px;
  border-top: 15px solid #fff;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
}



p.Item__Title{
	width: 90%;
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 3rem;
}

p.Item__Disp{
	width: 90%;
	font-size: 1.3rem;
	text-align: left;
	line-height: 2rem;
	letter-spacing: 0.1rem;
	
}

p.Item__Name{
	width: 90%;
	padding-top: 2%;
	font-size: 1.1rem;
	text-align: left;
	line-height: 2rem;
	letter-spacing: 0.1rem;
	
}


ul.Sub_Item__Box{
	
	width: 70%;
	margin: 5% auto;
	text-align: center;
	
	display:-webkit-box;
display:-moz-box;
display:-ms-box;
display:-webkit-flexbox;
display:-moz-flexbox;
display:-ms-flexbox;
display:-webkit-flex;
display:-moz-flex;
display:-ms-flex;
display:flex;
-webkit-box-lines:multiple;
-moz-box-lines:multiple;
-webkit-flex-wrap:wrap;
-moz-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
}

ul.Sub_Item__Box li.li25{
	width: 25%;
	float: left;
	margin-top: 6%;
}

ul.Sub_Item__Box li.li100{
	width: 100%;
	float: left;
	margin-top: 6%;
}


.Rround{
width: 75%;	
  border-radius: 50%;
}

.Circle_1 {
  
  border-radius: 50% 50% 50% 70%/50% 50% 70% 60%;
}
.Circle_2 {
 
  border-radius: 80% 30% 50% 50%/50%;
}
.Circle_3 {
  
  border-radius: 40% 40% 50% 40%/30% 50% 50% 50%;
}


p.Item__Title2{
	width: 75%;
	margin: 4% auto 0;
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 3rem;
}


p.Item__Disp2{
	width: 75%;
	margin: 0 auto;
	font-size: 1.2rem;
	text-align: left;
	line-height: 1.8rem;
	letter-spacing: 0.05rem;
	
}

p.Item__Name2{
	width: 75%;
	padding-top: 2%;
	margin: 0 auto;
	font-size: 1.1rem;
	text-align: left;
	line-height: 1.5rem;
	letter-spacing: 0.05rem;
	
}



span.new{
	width: 10%;
	padding: 1% 2%;
	margin: 0 1%;
	background: #74ACDB;
	color: #fff;
	font-size: .7rem;
	text-align: center;
	line-height: 1.5rem;
	letter-spacing: 0.05rem;
	
}


@media screen  and (max-width:1024px){/**480px〜：SP横 *600px〜タブレット　768px〜sp縦*/
	
	
	

section .title__Sub{
	width: 100%;
	margin: 1% auto 15%;
	
	
}

p.title__Disp{
	
	width: 95%;
	margin: 0 auto;
	text-align: left;
	font-size: 1.5rem;
	line-height: 3rem;
}
	
	p.title__Disp br{
		
		display: none
	}



section .item__Menu{

	width: 100%;
	margin: 4% auto 15%;}



ul.Menu__box{
	width: 95%;
	margin: 0 auto;
	font-size: 0;
	
	overflow:hidden;
	

	
	}

ul.Menu__box li{
	
	width: 24%;
	
	display: inline-block;
	border-left: 2px dotted #333;
	
	margin: 2% 0;
	
	text-align: center;
}

	
ul.Menu__box li:nth-child(4),	
ul.Menu__box li:last-child{
	
	border-right: 2px dotted #333;	
	
}

.Menu__box li img{
	
	width: 45%;
	
}


.Menu__name{
	
	font-size: 1.2rem;
	margin: 1% 0;
	font-weight: 600;
	color: #2B2B2B;
	
}

section.Aruki{
	
	width: 100%;
	margin: 0 auto;
}



section.Wear,
section.Rain,
section.Uv,
section.Cold,
section.Compact{
	
	width: 100%;
	margin: 15% auto;
}


section.Sub{
	
	width: 100%;
	margin: 15% auto 5%;
}


ul.Sub_title__Box{
	
	width: 95%;
	margin: 5% auto;
	text-align: center;
}


ul.Sub_title__Box li.li50{
	width: 100%;
	float: left;
}





img.Img_NO{
	
	width: 60%;
	
	
}	

p.Sub_title__Disp{
	
	width: 90%;
	text-align: left;
	margin: 0 auto;
	font-size: 1.5rem;
	line-height: 3rem;
	font-weight: 600;
}
	
.Img_Big{
		
		width: 100%;
	}

	
/* 吹き出し本体 */
.balloon{
	width: 70%;
	margin: 10% auto 3%;
  position: relative;
  padding: 30px 15px 30px 25px;
  background-color: #fff;
  border: 2px solid #333;
}
/* アイコンを右に表示 */
.balloon::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right: -15px;
  top: 30px;
  border-left: 15px solid #333;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
.balloon::after{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right: -12px;
  top: 30px;
  border-left: 15px solid #fff;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}



	
/* 吹き出し本体2 */
.balloon2{
	width: 90%;
	
  position: relative;
  padding: 5px 10px 5px 25px;
  background-color: #fff;
  border: 2px solid #333;
	text-align: left;
}
/* アイコンを右に表示 */
.balloon2::before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 20px;
  bottom: -15px;
  border-top: 15px solid #000;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
}
.balloon2::after{
   content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 20px;
  bottom: -12px;
  border-top: 15px solid #fff;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
}



p.Item__Title{
	width: 90%;
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 3rem;
}

p.Item__Disp{
	width: 90%;
	font-size: 1.3rem;
	text-align: left;
	line-height: 2rem;
	letter-spacing: 0.1rem;
	
}

p.Item__Name{
	width: 90%;
	padding-top: 2%;
	font-size: 1.1rem;
	text-align: left;
	line-height: 2rem;
	letter-spacing: 0.1rem;
	
}


ul.Sub_Item__Box{
	
	width: 95%;
	margin: 5% auto;
	text-align: center;
	
	display:-webkit-box;
display:-moz-box;
display:-ms-box;
display:-webkit-flexbox;
display:-moz-flexbox;
display:-ms-flexbox;
display:-webkit-flex;
display:-moz-flex;
display:-ms-flex;
display:flex;
-webkit-box-lines:multiple;
-moz-box-lines:multiple;
-webkit-flex-wrap:wrap;
-moz-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
}

ul.Sub_Item__Box li.li25{
	width: 50%;
	float: left;
	margin-top: 6%;
}

ul.Sub_Item__Box li.li100{
	width: 100%;
	float: left;
	margin-top: 6%;
}


.Rround{
width: 85%;	
  border-radius: 50%;
}

.Circle_1 {
  
  border-radius: 50% 50% 50% 70%/50% 50% 70% 60%;
}
.Circle_2 {
 
  border-radius: 80% 30% 50% 50%/50%;
}
.Circle_3 {
  
  border-radius: 40% 40% 50% 40%/30% 50% 50% 50%;
}


p.Item__Title2{
	width: 95%;
	margin: 4% auto 0;
	font-size: 1.2rem;
	font-weight: 600;
	line-height: 3rem;
}


p.Item__Disp2{
	width: 90%;
	margin: 0 auto;
	font-size: 1.1rem;
	text-align: left;
	line-height: 1.8rem;
	letter-spacing: 0.05rem;
	
}

p.Item__Name2{
	width: 90%;
	padding-top: 2%;
	margin: 0 auto;
	font-size: .8rem;
	text-align: left;
	line-height: 1.5rem;
	letter-spacing: 0.05rem;
	
}
	
	
	
	}


/***************************************

liグリット

***************************************/

.li100{width: 100%}
.li50{width: 50%; float: left}
.li30{width: 33.333%; float: left}
.li25{width: 25%; float: left}

@media screen  and (max-width:1024px){/**480px〜：SP横 *600px〜タブレット　768px〜sp縦*/

	

.li50{width: 50%; float: left}
.li30{width: 50%; float: left}
.li25{width: 50%; float: left}	
	
}


/***************************************

marginグリット

***************************************/

.marginB5{
	margin-bottom: 5%
}


/***************************************

font

***************************************/



.fontCenter{text-align: center}
.fontLeft{text-align: left}

.font10{font-size: 1.0rem}
.font11{font-size: 1.1rem}
.font12{font-size: 1.2rem}
.font13{font-size: 1.3rem}
.font14{font-size: 1.4rem}
.font15{font-size: 1.5rem}
.font18{font-size: 1.8rem}

.font45{font-size: 4.5rem}
.font55{font-size: 5.5rem}

.fontW90{font-weight: 900;}


@media screen  and (max-width:1024px){/**480px〜：SP横 *600px〜タブレット　768px〜sp縦*/
.font11{font-size: .9rem}	
.font12{font-size: 1.1rem}
.font13{font-size: 1.0rem}	
	
}

/***************************************

pagetop

***************************************/



.pagetop {
    position: fixed;
    bottom: 20px;
    right: -5%;
}

.pagetop img{
    width: 30%
}


@media screen  and (max-width:1024px){
	
	
	
	.pagetop {
    position: fixed;
    bottom: 10px;
    right: -55%;
}

.pagetop img{
    width: 30%
}
	
}



/***************************************

fotter

***************************************/





footer{
	clear:both;
	width: 100%;
	text-align:center;
	margin:0 auto;;
}

footer > p{
	font-size: .7rem;
	

}


	
	
/********************************-*/
	
@media screen and (min-width:480px) and (max-width:600px){/**480px〜：SP横 */
	
 
}

@media screen and (min-width:600px) and (max-width:960px){/**600px〜タブレット　768px〜sp縦*/
	
 
}	

