@charset "UTF-8";

html, body{
	height:100%;
}

body{
	background-color:#fff;
}

img{
	height:auto;
	max-width:100%;
}

.top-img img{
	width:100%;
}

.sp{
	display:none;
}

.pc{
	display:block;
}

/* 全体の文字とリンク */
h3, h4, p, ul li, a, dt, dd{
	line-height:2.5;
	letter-spacing:3px;	
	overflow-wrap: break-word;
	text-align: justify;
	text-decoration: none;
}

ul li{
	list-style-type: none;	
}

h1, h2, h3, h4, p, ul li, a, dt, dd, .small{
	font-family: 'Noto Sans JP', sans-serif;
}

p{
	font-size:1.4rem;
}

.caption p{
	margin-bottom:20px;
}

.caption p:last-of-type{
	margin-bottom:0;
}

.bold{
	font-weight:900;
	font-size:1.5rem;
}

/* アイテムリスト */
.new-item-list{
	width:100%;
	box-sizing: border-box;
	margin-top:10px;
}

.new-item-list li{
	font-size:1rem;
	margin:7px 0;
}

.notbuy{
	color:#808080;
}

.text-buy{
	text-decoration: underline;
}

.text-buy:link, .text-buy:visited{
	color:#000;
}

.text-buy:hover{
	color:#666;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.buy_button {
  display: inline-block;
  width: 50px;
  font-size:10px;
  font-weight:bold;
  text-align: center;
  text-decoration: none;
  outline: none;
  background-color: #333;
  color: #fff;
}
.buy_button::before,
.buy_button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.buy_button,
.buy_button::before,
.buy_button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.buy_button:hover {
  background-color: #364f72;
}

.link-button a {
    background: #007F76;
    border-radius: 5px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 30px auto;
    max-width: 200px;
    padding: 5px 15px;
    color: #fff!important;
	font-size:1.5rem;
    transition: 0.3s ease-in-out;
    font-weight: 700;
}

.link-button a:hover {
    background: #FBB03B;
    color: #FFF!important;
}

.link-button a:after {
    content: '';
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}

.link-button a:hover:after {
    border-color: #FFF;
}

/*inview*/
.fadeIn {
  opacity: 0;
  transition: 2s;
}
.fadeIn.is-show {
  opacity: 1;
}

/*戻るボタンの設定*/

.big_button a{
	height:100%;
	display: block;
	width:500px;
	margin:70px auto 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

.back{
	color:#fff;
	font-weight:900;
	font-size:14px;
	text-align: center!important;
}

.back_button{
	width:240px;
	padding:10px 5px;
	text-align: center;
}

.back_button{
	background-color:#364f72;
}


.back_button:hover{
	background-color:#4E709F;
}

/*フッター*/
footer{
	width:100%;
}

#footer{
	box-sizing: border-box;
	padding:40px 30px 30px;
	margin-top:50px;
	text-align: center;
}

#footer a img{
	width:60px;
	margin-bottom:20px;
}

#footer a{
	font-size:1.2rem;
}

.credit{
	font-size:1rem;
	text-align: center;
	color:#000;
}

.footer a:link, .footer a:visited{
	text-decoration:none;
}

/*戻るボタン*/
#p-top{
	display:block;
    position: fixed;
	background-color:#fff;
    bottom: 5%;
    right: 3%;
	z-index:1000;
	padding:0.7% 1%;
	filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}
#p-top::after{
	content:'\f077';
	font-family:'FontAwesome';
	color:#604c3f;
	font-size:2.5rem;
}
#p-top:hover {
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-ms-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}

.top-caption{
	width:50%;
	margin:40px auto;
	box-sizing: border-box;
	padding:30px 0;
	color:#000;
}

.bg-wrapper{
	width:100%;
	background-color:#7ad3ab;
	box-sizing: border-box;
	padding:60px 50px;
}

.big-container{
	width:100%;
	box-sizing: border-box;
	padding:60px 0;
	margin:0 auto 60px;
	background-color:#fff;
}

.big-container:last-of-type{
	margin-bottom:0!important;
}

.big-container h1, h2{
	text-align: center;
	box-sizing: border-box;
}
.big-container h1{
	padding:15px 0 15px;
}

.big-container h1 img{
	height:70px;
}

.big-container h2{
	font-size:18px;
	letter-spacing:4px;
	color:#464646;
	font-weight:900;
}

.middle-conteiner{
	width:70%;
	margin:30px auto;
}

.flex-wrapper, .flex-img, .comment-flex, .flex-img-box, .item-flex-conteiner, .flex-insta{
	display: flex;
	margin:60px auto;
}

.comment-flex, .flex-wrapper, .item-flex-conteiner, .flex-insta{
	justify-content: space-between;
	align-items: center;
}

.logo-img{
	width:40%;
}

.flex-caption{
	width:55%;
}

.flex-caption h3{
	font-size:1.7rem;
	text-align: center;
	color:#000;
}

.caption{
	width:80%;
	margin:auto;
}

.flex-img, .flex-img-box{
	width:70%;
	margin:0 auto;
	box-sizing: border-box;
	padding:40px 0;
	flex-wrap: wrap;
}

.flex-img img, .flex-img-box img{
	width:50%;
}

.comment-box{
	background-color:#cfefe1;
	width:80%;
	margin:20px auto;
	border-radius:30px;
	box-sizing:border-box;
	padding:10px 40px;
}

.comment-box h4{
	font-size:1.6rem;
	font-weight:900;
	color:#464646;
}

.icon{
	width:30%;
}

.comment-p{
	width:65%;
}

.slick-container{
	width:90%;
	margin:50px auto 90px;
}

.slick-container:last-of-type{
	margin-bottom:110px;
}

.slick-container h1, .caption h3{
	text-align: center;
	margin-bottom:20px;
}

.slick-container h1 img, .caption h3 img{
	height:20px;
}

.slick-container h1 span{
	background-color:#22b573;
	box-sizing: border-box;
	padding:10px 10px 10px;
}

.caption h3 span{
	background-color:#22b573;
	box-sizing: border-box;
	padding:20px 10px 10px;
}

.item-flex-conteiner{	
	width:100%;
	margin:50px auto;
	padding:20px 0;
	box-sizing: border-box;
	flex-flow: row-reverse;
}

.item-flex-conteiner:last-of-type{
	margin-bottom:0!important;
	padding-bottom:0!important;
}

.item-caption{
	width:48%;
	background-position:top right;
}

.item-caption h3{
	font-size:1.7rem;
	color:#22b573;
	margin-bottom:15px;
	font-weight:900;
}

.item-img{
	width:47%;
}

.t-shirt{
	background-image:url("img/t-shirt.svg");
	background-size:60%;
}

.bottle{
	background-image:url("img/bottle.svg");
	background-size:55%;
}

.minitowel{
	background-image:url("img/minitowel.svg");
	background-size:50%;
}

.facetowel{
	background-image:url("img/facetowel.svg");
	background-size:50%;
}

.sacoche{
	background-image:url("img/sacoche.svg");
	background-size:60%;
}

.gloves{
	background-image:url("img/gloves.svg");
	background-size:50%;
}

.sticker{
	background-image:url("img/sticker.svg");
	background-size:50%;
}

.flex-insta{
	width:80%;
	margin:50px auto 0;
}

.insta-caption{
	width:57%;
}

.insta-caption a{
	color:#000;
	display: block;
	font-weight:900;
	font-size:1.5rem;
	margin-top:15px;
	text-decoration: underline;
}

.insta-caption a:hover{
	color:#666;
	-webkit-transition: all .3s;
	transition: all .3s;
	text-decoration:none;
}

.insta-caption i{
	font-size:1.9rem!important;
	margin-right:6px;
}

.insta-img{
	width:40%;
}

/*タブレット用*/
@media screen and (max-width: 820px){

	.top-caption{
		width:80%;
	}
	
	.bg-wrapper{
		padding:30px;
	}
	
	.big-container{
		padding:40px 0;
		margin:0 auto 40px;
	}
	
	.big-container h1 img{
		height:50px;
	}
	
	.middle-conteiner{
		width:80%;
	}
	
	.flex-wrapper{
		display:block;
	}
	
	.logo-img{
		width:50%;
		margin:10px auto 30px;
	}

	.flex-caption, .caption{
		width:100%;
		margin:20px auto;
	}

	.flex-img, .flex-img-box{
		width:90%;
	}
	
	.comment-box{
		width:100%;
		padding:10px 20px;
	}
	
	.slick-container{
		width:100%;
	}
	
	.slick-container h1 img, .caption h3 img{
		height:25px;
	}
	
	.item-flex-conteiner{	
		margin:30px auto;
		padding:20px 0;
	}

	.item-caption h3{
		font-size:1.7rem;
		margin-bottom:8px;
	}

	.flex-insta{
		width:90%;
	}

}

/*スマホ用*/
@media screen and (max-width:640px){

	.pc{
		display:none;
	}
	
	.sp, .flex-wrapper, .comment-flex, .item-flex-conteiner, .flex-insta{
		display: block;
	}
	
	.top-caption, .middle-conteiner, .flex-insta{
		width:90%;
	}

	.bg-wrapper{
		padding:20px;
	}
	
	.big-container h1 img{
		height:40px;
	}
	
	.logo-img{
		width:80%;
	}
	
	.caption, .flex-caption, .item-caption{
		box-sizing: border-box;
		padding:10px 15px;
	}

	.flex-caption h3{
		font-size:1.5rem;
		font-weight:900;
		margin-bottom:10px;
	}
	
	.flex-img, .flex-img-box, .comment-box, .item-img, .item-caption, .insta-caption{
		width:100%;
	}
	
	.comment-flex{
		margin:30px auto;
	}
	
	.comment-box{
		margin:40px auto;
		padding:10px;
	}
	
	.comment-p{
		width:95%;
		margin:20px auto;
	}
	
	.comment-p h4{
		text-align: center;
	}

	.icon{
		width:60%;
		margin:auto;
	}
	
	.slick-container h1 img, .caption h3 img{
		height:23px;
	}

	.flex-img-box{
		padding:0;
	}
	
	.item-flex-conteiner{	
		margin:30px auto;
		padding:5px 0;
	}

	.item-caption{
		margin:30px auto 20px;
		background-size:80%;
	}
	
	.item-caption h3{
		font-size:1.9rem;
	}
	
	.insta-img{
		width:80%;
		margin:40px auto 0;
	}
	
	.insta-caption a{
		font-size:1.4rem;
	}

	.big_button a{
		width:100%;
		text-align: center;
	}

	#p-top{
		padding:4% 4% 3%;
	}

	#footer{
		width:100%;
		padding:20px 0;
	}

	.credit{
		font-size:8px;
	}
}
/* CSS Document */

