@charset "UTF-8";
/* CSS Document */

/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */
.wrap_content ul[class], .wrap_content ol[class] {
  padding: 0;
}


/* Remove list styles on ul, ol elements with a class attribute */
.wrap_content ul[class], .wrap_content ol[class] {
	list-style: none;
}

img { width:100%; height:auto;vertical-align: bottom;}


body{
	margin: 0;
	padding: 0;
	color: #000;
}


.top_blc .logo {
	width: 50%;
}

.top_blc .subttl {
	font-size: 14px;
}

.logo {
	width: 25%;
	margin: 6% auto 3%;
}



.wrap_content {
	clear: both;
	width:100%;
    text-align: center;
	padding: 1% 0;
	margin:0 auto;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	color: #000000;	
}

.wrap_content a {
	text-decoration: none;
}

.wrap_content img {
	width: 100%;
}

.wrap_content h1 {
 	font-family: "Roboto", sans-serif;
	font-size: 45px;
	text-align: center;
	font-style: italic;
	font-weight: 700;
	line-height: 1.2em;
	margin: 3% auto 5%;
}

.wrap_content h2 {
 	font-family: "Roboto", sans-serif;
	font-size: 28px;
	font-weight: 800;
	text-align: center;
	font-style: italic;
	line-height: 1.2em;
	margin: 10% auto 3%;
}

.wrap_content h3 {
	font-size: 22px;
	text-align: center;
	font-weight: 400;
	line-height: 1.3em;
	margin: 2% auto 5%;
	color: #461011;
}

.wrap_content h4 {
    font-weight: 400;
    font-style: italic;
	font-size: 17px;
	line-height: 1.5em;
	text-align: left;
}


.catch {
  display: flex;
  align-items: center; /* 垂直中心 */
  justify-content: center; /* 水平中心 */
}
.catch:before, .catch:after {
  border-top: 2px solid #000;
  content: "";
  width: 2em; /* 線の長さ */
}
.catch:before {
  margin-right: 1em; /* 文字の右隣 */
}
.catch:after {
  margin-left: 1em; /* 文字の左隣 */
}


.wrap_content p {
	font-size: 15px;
	font-weight: 500;
	text-align: left;
	line-height: 1.3em;
	margin: 4% 3%;
}

.item_name {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.5em;
	margin: 3% auto 1%;
}

.txt {
 	font-family: "Roboto", sans-serif;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.5em;
	margin: 2% auto 1%;
}

.txt span {
	background-color: #E2E2E2;
	padding: 1px 3px;
}

.wrap_inner {
	width: 95%;
	margin: 0 auto;
}

.flx {
	width: 95%;
	margin: 5% auto 3%;
	display: flex;
}

.flx_logo {
	width: 80%;
	margin: 5% auto 3%;
	display: flex;
}

.flx_logo .logo {
	width: 27%;
}

.Main {
	width: 80%;
	margin: 5% auto;
}

.Sub {
	width: 46%;
	margin: 4% auto;
}

.Sub img {
	box-shadow: 2px 2px 6px #999;
	margin-bottom: 3%;
}

.ttl {
	width: 50%;
	margin: 10% auto 4%;
}

.Lead {
	font-size: 16px;
	line-height: 1.7em;
	font-weight: 600;
	margin: 2% auto 7%;
}

.cs {
	width: 70%;
	margin: 4% 0 5% 30%;
}


.cs_l {
	font-family: "Marcellus", serif;
	font-size: 35px;
	font-weight: 400px;
	margin: 3% auto;
	line-height: 1.2em;
	color: #79A0C5
}

.cs_retro {
	font-family: "Lilita One", sans-serif;
	font-size: 35px;
	margin: 3% auto;
	line-height: 1.15em;
	font-weight: 700px;
	font-style: italic;
	color: #F193E8;
}

.allitem {
	width: 65%;
	margin: 4% auto;
}

.Sml {
	font-size: 90%;
	text-align: center;
	line-height: 1.8em;
	margin: 1% auto;
	font-weight: normal;
}


.clear {
	clear:both;
}

.btn-1 {
    display: block;
    width: 30%;
	font-family: "Roboto", sans-serif;
    font-size: 18px;
	font-weight: 800;
	margin: 3% auto 4%;
    padding: 10px 0 8px;
	text-align: center;
	color: #000;
	background-color: #fff;
	border: solid 1px #000;
	box-sizing: border-box;
}




.btn-2 {
    display: block;
	width: 40%;
    font-size: 15px;
	line-height: 1.7em;
	text-align: center;
	font-weight: 800;
	margin: 5% auto;
	padding: 4px 0 3px;
	color: #000;
	background-color: #fff;
	border: solid 1px #000;
	box-sizing: border-box;
}



.btn-3 {
    display: block;
	width: 70%;
 	font-family: "Roboto", sans-serif;
    font-size: 18px;
	font-weight: 700;
    margin: 6% auto 15%;
	line-height: 3em;
	text-align: center;
    color: #fff;
	background-color: #000;
}





/*swiper*/

.swiper_content{
	width: 100%;
	max-width: 800px;
	margin: 6% auto 3%;
}


.swiper-container {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.swiper-container-horizontal li{ cursor: pointer; }
.swiper-slide-thumb-active{ opacity: .5; }


.swiper__thmbnail__wrap {
	margin: 3% auto 5%;
    align-items: center;	
}

.swiper-slide img{
	border: solid 3px #000;
}

.credit_wrap {
	width: 85%;
	margin: 2% auto;
}

@media only screen and (max-width: 750px) {
	.pc {
		display:none;
	}
	.sp {
		display:block;
	}
	.wrap_content {
		width: 97%;
		margin: 0 auto 1%;
	}

    .wrap_content p {
        font-size: 15px;
		line-height: 1.6em;
		margin: 3% 3% 10%;
    }
    
	.wrap_content h1 {
		font-size: 30px;
		margin: 6% auto 3%;
		font-style: italic;
		font-weight: 700;
	}	
    
    .wrap_content h2 {
        font-size: 23px;
		line-height: 1.2em;
    }
	
	.wrap_content h3 {
		font-size: 20px;
	}
	
    
	.Lead {
		font-size: 16px;
		margin: 2% auto 6%;
	}
	
	.Main {
		width: 95%;
	}
	

	
	.flx .logo {
		width: 28%;
	}
	
	.item_name {
		font-size: 13px;
	}
	
	.txt {
		font-size: 13px;
	}
	
    .btn-1 {
        font-size: 15px;
        margin: 3% auto 8%;
    }
	
	
    .btn-2 {
		width: 50%;
        font-size: 15px;
        margin: 6% auto 8%;
    }
	
	.btn-3 {
		font-size: 16px;
	}
		
	
}


