@charset "UTF-8";

html, body{
	height:100%;
}

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

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

.pc{
	display:block;
}

.sp{
	display:none;
}

.flex{
	display:flex;
	align-content: stretch;
}

/* 全体の文字とリンク */
h2, 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{
	font-family: "Noto Sans JP", serif;
	font-size:1.3rem;
	color:#000;
}

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

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

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

.back{
	color:#FFFFFF;
	font-weight:bold;
	font-size:1.4rem;
	text-align: center!important;
}
.back1{
	color: #35B4E1;
	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;
	color:#000;
}

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

/*戻るボタン*/
#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;
}

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

.bg-wrapper{
	width:100%;
	box-sizing: border-box;
	padding:50px 0 30px;
	background-size:100%;
	background-position:top center;
	background-repeat: no-repeat;
}

.wht{
	background-color:#fff;
	background-image:url("img/about-top.svg");
}

.ble{
	background-color:#ADD3F0;
}

.grn{
	background-color:#7BC578;
}

.mt{
	background-image:url("img/mt-top.svg");
}

.mp{
	background-image: url("img/mp-top.svg");
}

.lt{
	background-image: url("img/lt-top.svg");
}

.lp{
	background-image: url("img/lp-top.svg");
}

.brand-about{
	width:50%;
	margin:30px auto;
	box-sizing: border-box;
	padding:40px 0;
}

.brand-about h1, .brand-about h2{
	text-align: center;
}

.brand-about h1 img{
	height:100px;
}

.brand-about h2{
	font-family: "Noto Sans JP", serif;
	color:#FFFFFF;
	font-size:1.5rem;
	font-weight:700;
}

.brand-about p{
	margin-top:10px;
}

.middle-container{
	width:70%;
	margin:50px auto;
}

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

.style-img{
	width:48%;
}

.detail-wrapper{
	width:45%;
}

.detail-wrapper h1{
	font-family: "Poppins", serif;
	font-size:4rem;
	text-align: center;
	letter-spacing:3px;
	line-height:1.8;
	color: #FAF9F7;
}

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

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

dl {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin-top:40px;
	box-sizing: border-box;
	padding:20px 10px 15px;
}

dt, dd{
	font-size:1.5rem;
	color:#FFFFFF;
}

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

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

.more-item-name{
	width:100%;
	box-sizing: border-box;
	padding:10px 5px;
}

.more-item-name h3, .more-item-name p{
	text-align: center;
}

.more-item-name h3{
	color:#FFFFFF;
	font-size:1.6rem;
	font-family: "Poppins", serif;
	font-weight:700;
}

.more-item-name p{
	color:#FFFFFF;
	font-family: "Noto Sans JP", serif;
}

.more-box h4{
	font-family: "Poppins", serif;
	font-size:4rem;
	color:#FFFFFF;
	text-align: center;
	margin-top:5px;
}

.item-link-button{
	display:block;
	width:80%;
	margin:10px auto;
	box-sizing: border-box;
	padding:5px 10px;
	text-align: center;
	color:#35B4E1;
	font-family: "Poppins", serif;
	font-weight:700;
	background-color:#FFFFFF;
	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;
}

.reverse{
	flex-flow: row-reverse;
}

.more-box{
	width:100%;
	box-sizing: border-box;
	padding-top:40px;
}

.more-flex{
	display: flex;
	 justify-content: center;
	align-items: flex-start;
	gap:50px;
}

.more-item-box{
	width:calc((100% - 25px * 2) / 3);
}

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

	.middle-container{
		width:80%;
		margin:50px auto;
	}

	.detail-wrapper h1{
		font-size:3rem;
	}
	
	dt, dd{
		font-size:1.4rem;
		width:50%;
	}

	.more-flex{
		gap:20px;
	}

	.more-item-box{
		width:calc((100% - 20px * 2)/ 4);
	}
	
	.more-item-box .item-link-button{
		font-size:1rem;
		border-radius:10px;
	}
	
	.more-item-name h3, .more-item-name p{
		line-height:1.8;
	}

}

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

	.pc{
		display:none;
	}
	
	.sp, .item-big-flex{
		display: block;
	}
	
	.bg-wrapper{
		padding:30px 0 10px;
	}

	.brand-about{
		width:70%;
		margin:30px auto;
		padding:20px 0;
	}
	
	.style-img, .detail-wrapper{
		width:100%;
	}
	
	.detail-wrapper{
		margin-top:30px;
	}
	
	.more-flex{
		gap:40px 20px;
		flex-wrap: wrap;
	}
	
	.more-item-box{
		width:calc((100% - 10px * 2)/ 2);
	}

	.modoru_box{
		padding-top:50px;
	}
	
	.big_button a{
		width:90%;
		text-align: center;
	}

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

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

}
/* CSS Document */

