@charset "UTF-8";

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

#wrapper{
	width:100%;
}

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

.pc{
	display:block;
}

.sp{
	display:none;
}

.flex{
	display: flex;
	height:auto;
}

/* 全体の文字とリンク */
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;	
}

p, li, a, h3{
	font-family: 'Noto Sans JP', sans-serif;
}

p{
	font-size:1.5rem;
}

h1{
	font-family: 'Shrikhand', cursive;
	color:#fff;
	letter-spacing:2px;
}

li{
	color: #FFFFFF;
	font-size:1.3rem;
}

dt {
	width: 40%;
	font-family: "Poppins",  sans-serif;
	font-weight:700;
}

dd {
	width: 60%;
	font-family: "Noto Sans JP",  sans-serif;
}

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

.fadeIn_up {
  opacity: 0;
  transform: translate(0, 20%);
  transition: 1.5s;
}
.fadeIn_up.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

.fadeIn_left {
  opacity: 0;
  transform: translate(-50%, 0);
  transition: 2s;
}
.fadeIn_left.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

.fadeIn_right {
  opacity: 0;
  transform: translate(50%, 0);
  transition: 2s;
}
.fadeIn_right.is-show {
  transform: translate(0, 0);
  opacity: 1;
}
/*アイテムリスト*/
.new-item-list{
	width:100%;
	box-sizing: border-box;
	margin:10px 0;
	padding:10px 0;
}

.new-item-list li{
	font-size:1.1rem;
	margin:7px 0;
	text-align:initial;
	list-style-type: none;
	color:#fff;
}

.notbuy{
	color:#808080;
}

.text-buy{
	/*text-decoration: underline;*/
	text-decoration: none;
}

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

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

.buy_button {
  display: inline-block;
  width: 50px;
  font-size:0.9rem;
  line-height:1.3;
  padding:4px;
  font-weight:bold;
  text-align: center;
  text-decoration: none;
  outline: none;
  background-color: #fff;
  color: #333;
}

.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: #333;
  color:#fff;
}

/*戻るボタンの設定*/
.modoru_box{
	padding-top:70px;
}

.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:bold;
	font-size:1.4rem;
	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;
	-webkit-transition:0.3s ease-out;
	-moz-transition:0.3s ease-out;
	-ms-transition:0.3s ease-out;
	transition:0.3s ease-out;
}

/*フッター*/
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;
}

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

/*戻るボタン*/
#p-top{
	display:block;
    position: fixed;
	background-color:#604c3f;
    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:#fff;
	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;
}

.first-wrapper{
	box-sizing: border-box;
	padding:40px 30px 50px;
}

.first-wrapper .caption{
	width:700px;
	margin:30px auto;
	box-sizing: border-box;
	padding:40px 0;
	color:#253759;
}

.first-wrapper .caption p{
	font-size:1.4rem!important;
	color:#eea4a3;
}

.bg-wrapper{
	width:100%;
	box-sizing: border-box;
	padding:60px 0;
}

.bg-wrapper:nth-of-type(odd){
	background-color:#7ba4d1;
}

.bg-wrapper:nth-of-type(even){
	background-color:#eea4a3;
}

.main-container{
	width:70%;
	margin:30px auto;
}

.main-container p, .caption h3{
	color:#fff;
}

.main-container p{
	box-sizing: border-box;
	padding:0 15px;
}

.main-container .new-item-list{
	box-sizing: border-box;
	padding:15px;
}

.main-container h1, .recommend h2{
	font-size:5rem;
}

.recommend h2, .caption h3{
	text-align: center;
}

.caption h3 span{
	background:linear-gradient(transparent 70%, #f5d952 70%) !important;
}

.name{
	text-align: right;
}

.main-container h1{
	text-align: center;
	margin-bottom:15px;
}

.main-container h1 span, .recommend h2 span{
	font-size:3rem;
	display:block;
}

.main-container h2{
	display:block;
	position:relative;
	z-index:15;
}

.name{
	font-size:9rem;
	bottom:110px;
	right:20px;
	margin-bottom:-90px;
}

.recommend h2{
	font-size:5rem;
	display:block;
	position:relative;
	z-index:16;
	top:30px;
}

.item-big-img{
	position:relative;
	z-index:10;
	box-sizing: border-box;
	padding:20px;
	background-color:#f8cb8d;
}

.flex-img{
	width:90%;
	margin:auto;
	justify-content: space-between;
}

.flex img{
	width:49%;
}

.bg-wrapper .caption{
	box-sizing: border-box;
	padding:30px 50px;
}

.item-big-flex{
	width:100%;
	margin-bottom:40px;
	display:flex;
	align-items: center;
	justify-content: space-between;
	gap:60px;  
}

.item-link-button{
	display:block;
	width:80%;
	margin:10px auto;
	box-sizing: border-box;
	padding:5px 10px;
	text-align: center;
	color:#fff;
	font-family: "Poppins", serif;
	font-weight:700;
	background-color:#000;
	border-radius:15px;
	font-size:1.3rem;
}

.item-link-button:hover{
	background-color:#666;
 	-webkit-transition:0.3s ease-out;
	-moz-transition:0.3s ease-out;
	-ms-transition:0.3s ease-out;
	transition:0.3s ease-out;
}

.caption h3{
	font-size:1.9rem;
	padding:0 0 10px;
}

.recommend{
	width:90%;
	margin:20px auto;
}

.item-big-flex{
	display:flex;
	gap:80px;
	align-items:flex-start;
}

.style-img{
	flex:1;
}

.detail-wrapper{
	flex:1;
}

.detail-wrapper h1{
	font-size:4rem;
	text-align: center;
	letter-spacing:3px;
	line-height:1.8;
}

.detail-wrapper h2, .more-box h2{
	text-align: center;
	margin:20px 0;
}

.detail-wrapper h2 img, .more-box h2 img{
	height:50px;
}

.cate-b{
	display:block;
	width:30%;
	margin:30px auto;
	border:2px solid #fff;
	font-size:1.4rem;
	text-align: center;
	box-sizing: border-box;
	padding:20px;
	color:#fff;
	font-weight:700;
}

.more-item-box .item-link-button{
		font-size:1rem;
		border-radius:10px;
	}

.cate-b:hover{
	border:2px solid #fff;
	background-color:#fff;
  	-webkit-transition: all .3s;
  	transition: all .3s;
}

.bg-wrapper:nth-of-type(odd) .cate-b:hover{
	color:#7ba4d1;
}

.bg-wrapper:nth-of-type(even) .cate-b:hover{
	color:#eea4a3;
}

.category_button {
  display: block !important;
}

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

	.first-wrapper .caption{
		width:70%;
	}
	
	.recommend, .flex-img{
		width:100%;
	}
	
	.bg-wrapper .caption{
		padding:30px 20px;
	}
	
	.name{
		font-size:6rem;
		bottom:110px;
		right:20px;
		transform: rotate(-5deg);
		margin-bottom:-90px;
	}
	
	.cate-b{
		width:50%;
	}

}

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

	.pc{
		display:none;
	}

	.sp{
		display:block;
	}
	
	.first-wrapper{
		padding:20px;
	}

	.first-wrapper .caption{
		width:80%;
		padding:0;
	}

	.bg-wrapper{
		padding:40px 0;
	}

	.main-container{
		width:90%;
	}
	
	.item-big-img{
		padding:10px;
	}
	
	.sp, .item-big-flex{
		display: block;
	}
	
	.main-container h1 span, .recommend h2 span{
		font-size:2.5rem;
	}
	
	.main-container h1, .recommend h2{
		font-size:4rem;
	}
	
		.detail-wrapper h1{
		font-size:3rem;
	}
	
	.style-img, .detail-wrapper{
		width:100%;
	}
	
	.detail-wrapper{
		margin-top:40px;
	}
	
	.name{
		font-size:4rem;
		bottom:65px;
		right:20px;
		transform: rotate(-5deg);
		margin-bottom:-50px;
	}
	
	.recommend h2{
		top:25px;
	}
	
	.bg-wrapper .caption{
		padding:30px 10px;
	}
	
	.cate-b{
		width:70%;
	}
	
	.big_button a{
		width:90%;
		text-align: center;
		margin:40px auto 30px;
	}

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

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

	.credit{
		font-size:0.8rem;
	}

}
/* CSS Document */

