@charset "UTF-8";

html, body{
	height:100%;
}

html{
	font-size:62.5%;
}

#wrapper{
	width:100%;
}

.pc{
	display: block;
}

.sp{
	display:none;
}

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

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: #142a4a;
	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:20%;
	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: #4870ab;
  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-icon{
	z-index:10;
	position:sticky;
	top:0;
	left:calc(100vw - 7em);
	width:15%;
}

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

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

.navy{
	background-color:#142a4a;
}

.navy .logo-img{
	width:20%;
	margin:auto;
	padding:80px 0;
}

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

.navy p, .navy ul li, .navy a{
	color:#fff;
}

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

.main-contents{
	width:90%;
	box-sizing: border-box;
	padding:30px;
	margin:auto;
}

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

.modalArea section{
	width:calc((100% - 60px * 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);
}

.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:45px;
	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;
}

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

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

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

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

.other-button{
	width:40%;
	margin:30px auto 110px;
}

.other-button a{
	display: block;
	width:100%;
	box-sizing: border-box;
	padding:10px;
	color:#fff;
	font-size:1.3rem;
	text-align: center;
	font-weight:400;
	background-color:#142a4a;
	border-radius:15px;
}

.other-button a: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;
}

.ruby{
	display: block;
	font-size:1.1rem;
	font-family: 'Noto Sans JP', sans-serif;
	margin-top:10px;
}

.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:#efefef;
	-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 {
		width:50%;
	}
	
	.top-icon{
		left:calc(100vw - 7em);
		width:20%;
	}
	
	.modalArea{
		gap:40px 20px;
	}

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

	.m-box .detail-mark{
		width:16%;
		height:16%;
		bottom:33px;
	}
	
	.other-button{
		width:60%;
		margin:0 auto 80px;
	}
	
	.navy .logo-img{
		width:40%;
		padding-top:60px;
	}

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

}

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

	.pc{
		display:none;
	}

	.sp{
		display:block;
	}
	
	.top-icon{
		left:calc(100vw - 7em);
		width:30%;
	}

	.main-contents{
		width:90%;
		padding:30px 0;
	}

	.modalArea{
		width:100%;
		box-sizing: border-box;
		padding:40px 0;
		display:flex;
		align-items: flex-start;
		flex-wrap: wrap;
		gap:5px 10px;
	}
	
	.m-box .detail-mark{
		width:16%;
		height:16%;
		bottom:17px;
	}

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

	.modal-inner{
		display:block;
	}

	.modal-style-img{
		width:100%;
		margin:auto;
	}
	
	.modal-item-link{
		width:90%;
		margin-top:20px;
		padding:0;
	}
	
	.other-button{
		width:80%;
		margin:0 auto 80px;
	}
	
	.footer{
		width:90%;
		text-align: center;
	}
	
	.footer-link li a{
		font-size:1.2rem;
	}
	
	.navy .logo-img{
		width:60%;
		padding-top:60px;
	}

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

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

}


/* CSS Document */

