@charset "UTF-8";

html, body{
	height:100%;
}

html{
	font-size:62.5%;
}

#wrapper{
	width:100%;
}

.pc{
	display: block;
}

.sp{
	display:none;
}

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

h2, h3, h4, p, ul li, a, dt, dd{
	letter-spacing:3px;	
	overflow-wrap: break-word;
	text-decoration: none;
}

h2, h3, h4, p, ul li{
	line-height:2.5;
	text-align: justify;
}

/* loading */
#loading {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
	background: #efead6;
	text-align: center;
}

#loading_logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#loading .kvArea {
	width: 100%;
}

#loading .kvArea .img_box {
	text-align: center;
	width:30%;
	margin:30px auto;
}

#loading .kvArea .img_box img {
	max-width: 100%;
	height: auto;
}

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

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

/*戻るボタン*/
#p-top{
	display:block;
    position: fixed;
    bottom: 5%;
    right: 3%;
	z-index:1000;
	padding:0.7% 1%;
}

.dli-chevron-up {
  display: inline-block;
  vertical-align: middle;
  color: #000;
  line-height: 1;
  width: 2em;
  height: 2em;
  border: 0.3em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(25%) rotate(-45deg);
}

#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-box{
	width:100%;
	position:relative;
	z-index:1;
	height:100vh;
}

.slide-box{
	filter: brightness(70%);
}

.slick-top{
	height:57vh;
}

.slick-top-reverse{
	height:42vh;
}

.top-logo{
	width:30%;
	position:absolute;
	z-index: 3;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
	text-align: center;
}

.modal-item-link h1, .modal-item-link h2, .modal-item-link p, .item-link-button, .other-button a{
	font-family: "Roboto", serif;
	letter-spacing:2px;
}

.modal-item-link h1, .modal-item-link p, .item-link-button, .other-button a{
	line-height:1.8;
}

.yellow p, .yellow ul li, .yellow a{
	color:#000!important;
}


p, .item-link-button{
	font-size:1.2rem;
}

p{
	letter-spacing:3px;
	line-height:2.5;
}

ul li, .yellow p, .modal-item-link p{
	font-family: "Roboto", sans-serif;
	font-style: normal;
	line-height:2.5;
}

.modalArea{
	width:100%;
	box-sizing: border-box;
	margin:auto;
	padding:40px 0;
	display:flex;
	align-items: flex-start;
	flex-wrap: wrap;
	gap:50px 20px;
}

.modalArea section{
	width:calc((100% - 40px * 2)/ 4);
}

.batsu {
  display: block;
  position:absolute;
  width: 30px;
  height: 30px;
  top:2%;
  right:2%;
}
 
.batsu::before, .batsu::after { /* 共通設定 */
  content: "";
  position: absolute;
  top:50%;
  left:50%;
  width: 5px; /* 棒の幅（太さ） */
  height: 30px; /* 棒の高さ */
  background: #333;
}
 
.batsu::before {
  transform: translate(-50%,-50%) rotate(45deg);
}
 
.batsu::after {
  transform: translate(-50%,-50%) rotate(-45deg);
}

.main-wrapper{
	width:80%;
	box-sizing: border-box;
	margin:190px auto 60px;
	padding:90px 0 40px;
}

.modal-inner{
	width:100%;
	margin:0 auto;
	display:flex;
	align-items: center;
	justify-content: space-between;
}

.m-box{
	position: relative;
}

.m-box .detail-mark{
	display:block;
	position:absolute;
	width:15%;
	height:15%;
	bottom:43px;
	right:0;
}

.modal-style-img{
	width:45%;
}

.modal-item-link{
	width:53%;
	box-sizing: border-box;
	padding-left:30px;
}

.modal-item-link h1, .modal-item-link h2, .modal-item-link p{
	color:#000;
	text-align: center;
}

.modal-item-link h1{
	font-size:2.5rem;
	font-weight:700;
	margin-bottom:20px;
}

.modal-item-link h2{
	margin-bottom:20px;
}

.modal-item-link .leftright{
	font-size:1.5rem;
}

.modal-item-link .shopname{
	display:block;
	font-size:1.3rem;
	font-weight:400;
}

.modal-item-link p{
	font-size:1.3rem;
	font-weight:400;
	margin-bottom:40px;
}

.price{
	margin-left:10px;
}

.item-link-button{
	display:inline-block;
	margin-left:10px;
	background-color:#2B2B2B;
	color:#fff;
	font-weight:700;
	text-align:center;
	box-sizing: border-box;
	padding:2px 10px;
	border-radius:3px;
}

.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;
}

.hover:hover, .banner-box a:hover{
	opacity: .5;
	-webkit-opacity: .5;
	-moz-opacity: .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;
}

.banner-box{
	width:60%;
	margin:60px auto 90px;
}

.yellow{
	background-color:#efead6;
	padding-top:50px;
}
.yellow .logo-img{
	width:12%;
	margin:auto;
	padding:50px 0;
}

.footer{
	width:80%;
	margin:0 auto;
	box-sizing:border-box;
	padding:40px 0;
}

.mark{
	width:5%;
	margin-bottom:25px;
}

.footer-link{
	margin-bottom:25px;
}

.footer-link li a{
	color:#fff;
	font-weight:500;
	font-size:1.3rem;
	text-decoration: none;
	letter-spacing:3px;
}

.footer-link li a:hover{
	color:#99cda9;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.footer p{
	font-size:1.1rem;
	color:#fff;
}

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

	#loading .kvArea .img_box, .top-logo{
		width:50%;
	}
	
	.top-box{
		height:auto!important;
	}

	.slick-top, .slick-top-reverse{
		height:50%;
	}
	
	.main-wrapper{
		margin:30px auto 20px;
		padding:50px 0 40px;
	}

	.modalArea{
		gap:20px;
	}

	.modalArea section{
		width:calc((100% - 20px * 2)/ 3);
	}

	.m-box .detail-mark{
		width:16%;
		height:16%;
		bottom:33px;
	}
		
	.banner-box{
		width:80%;
		margin:20px auto 90px;
	}	
		
	.yellow .logo-img{
		width:20%;
		padding-top:40px;
	}

	.mark{
		width:12%;
		margin-bottom:25px;
	}

}

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

	.pc{
		display:none;
	}

	.sp{
		display:block;
	}
	
	#loading .kvArea .img_box, .top-logo{
		width:70%;
	}

	.main-wrapper{
		margin:30px auto 20px;
		padding:20px 0;
	}

	.modalArea{
		padding:30px 0;
		gap:15px;
	}
	
	.m-box .detail-mark{
		width:18%;
		height:18%;
		bottom:26px;
	}

	.modalArea section{
		width:calc((100% - 8px * 2)/ 2);
	}

	.modal-inner{
		display:block;
	}

	.modal-style-img{
		width:100%;
		margin:auto;
	}
	
	.modal-item-link .leftright{
		display:block;
		font-size:1.5rem;
	}
	
	.modal-item-link{
		width:90%;
		margin:60px auto 0;
		padding:0;
	}
	
	.banner-box{
		width:100%;
		margin:0px auto 50px;
	}
	
	.yellow .logo-img{
		width:40%;
		padding:20px 0 40px;
	}

	.footer{
		width:90%;
		text-align: center;
	}
	
	.footer-link li a{
		font-size:1.2rem;
	}

	.mark{
		width:20%;
		margin:0 auto 25px;
	}

	.footer p{
		font-size:0.9rem;
		text-align: center;
	}

}


/* CSS Document */

