@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700&family=Lato:wght@100;300;400;700&family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&family=Poppins:wght@100;200;300;400;500;600;700&display=swap');
*:focus {
  outline: none;
}

@keyframes fadein {
          0% {
              opacity: 0;
          }
          100% {
              opacity: 1;
              transform: translate(0);
          }
}

body {
    padding: 0;
    margin: 0;
}

#st_wrap{
    width: 100%;
	margin: 0 auto;
	text-align: center;
	color: #333333;
	/*background-image: linear-gradient(90deg, rgba(88, 1, 18, 1), rgba(109, 0, 29, 1) 10% 90%, rgba(88, 1, 18, 1));*/
	background: #012a2c;
    display: block;
    font-weight: 400;
    letter-spacing: 2px;
    overflow: hidden;
    font-family: 'Noto Sans JP', sans-serif;
    -webkit-animation: fadein 1.2s forwards ease;
    animation: fadein 1.2s forwards ease;
}

#st_wrap img{
    width: 100%;
    vertical-align: bottom;
}

#st_head {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	padding-bottom: 5%;
	background: #6d001d;
}

.st_top{
	position: relative;
}
.topTxt01{
	position: absolute;
	top: 40%;
    right: 0;
    left: 0;
    margin: 0 auto;
	width: 50%!important;
}
.topTxt02{
	position: absolute;
	top: 60%;
    right: 0;
    left: 0;
    margin: 0 auto;
	width: 40%!important;
}
.topTxt03{
	position: absolute;
	top: 70%;
    right: 0;
    left: 0;
    margin: 0 auto;
	/*width: 25%!important;*/
	width: 12%!important;
}

#st_head .title01{
	margin: 5% auto 0;
	width: 25%;
}
#st_head .title02{
	margin: 5% auto 10%;
	width: 40%;
}
#st_head .title03{
	margin: 0 auto;
	width: 32%;
}

#st_head .lead{
    font-size: 15px;
    text-align: center;
	padding: 0 5% 5%;
    line-height: 2;
    letter-spacing: 2px;
	color: #6d001d ;
}

#st_head .item_lead{
	font-size: 14px;
	color: #c39861;
	line-height: 1,6;
    letter-spacing: 1.4px;
	text-align: left;
}

.credit{
	font-size: 15px;
	color: #c39861;
	font-weight: 700;
	line-height: 1.6;
    letter-spacing: 2px;
	text-align: left;
	margin: 5% 0;
}
.credit span{
	font-size: 10px;
}

.sp_box{
	padding: 3% 0 0;
	position: relative;
	z-index: 1;
}

.spItemBox01{
	width: 90%;
	display: flex;
	justify-content: flex-end;
	margin: 0 auto 10%;
}
.spItemBox02{
	width: 100%;
	display: flex;
	margin: 0 auto 10%;
}
.spItem01{
	float: left;
	width: 50%;
	padding: 0 5% 0;
}
.spItem02{
	float: left;
	width: 50%;
}

.kira01{
	position: absolute;
    right: 0;
    top: 0;
	z-index: -1;
}
.kira02{
	position: absolute;
    bottom: 0;
    left: 0;
	z-index: -1;
}

@media only screen and (min-width: 768px) {
    .spItemBox02 {
        display: flex;
        flex-direction: row-reverse;
    }
}

#st_content{
    width: 100%;
    text-align: center;
    margin: 5% auto 0;
    position: relative;
    display: block;
}

.txt_box p{
    width: 100%;
    font-size: 13px;
    line-height: 1.8em;
    text-align: left;
    margin: 0 auto;
	font-feature-settings: "palt";
}

.reco_box{
    width: 95%;
	padding: 5% 5% 0 5%;
    text-align: center;
    display: inline-block;
    position: relative;
}

.reco_box ul{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto;
    grid-column-gap: 5%;
	padding: 0;
	margin: 0;
}

.reco_box ul li{
    display: inline-block;
    position: relative;
	margin-bottom: 20%;
}

.reco_box ul li img{
	width: 70%!important;
}

.reco_box .brandName{
    font-size: 12px;
	text-align: left;
    font-weight: 600;
    position: relative;
    margin: 5% auto 2%;
    line-height: 1.8em;
	color: #6d001d ;
}
.reco_credit{
    font-size: 13px;
	color: #6d001d ;
	text-align: left;
    margin: 2% auto;
    line-height: 1.8em;
}
.reco_credit span{
    font-size: 10px;
}

.reco_box p{
    width: 100%;
    display: inline-block;
    position: relative;
    text-align: left;
	font-size: 13px;
    line-height: 1.8em;
	margin: 0;
	font-feature-settings: "palt";
}

/************************************************************
                other
************************************************************/
.bg_burgundy{
	background: #6d001d;
}
.bg_light{
	background: #e5e2db;
}

.vertical-line01 {
    border-left: 1px solid #6d001d;
    height: 20px;
	margin: 3% 0 3% 50%;
}
.vertical-line02 {
    border-left: 1px solid #c39861;
    height: 20px;
	margin: 5% 0 5% 50%;
}

.sp {
	display:none;
}
.pc{
    display: block;
}

.left{
    float: left;
}
.right{
    float: right;
}

.clear {
	clear: both;
}

.small{
	font-size: 0.9em;
}

.ml_15{
	margin-left: 15%;
}

/************************************************************
                button
************************************************************/
.all a{
	font-size: 13px;
	display: inline-block;
	border: 1px solid #567e73;
	border-radius: 5px;
	color: #567e73;
	text-decoration: none;
	padding: 20px 80px;
	margin: 5%;
	font-weight: 400;
}

.all a:hover{
	background: #efefef;
}

.btn01{
	text-align: left;
}
.btn01 a{
	background: #c39861;
	color: #fff;
	text-decoration: none;
	padding: 3% 5%;
	font-size: 13px;
	display: inline-block;
}
.btn01 a:hover{
	background: #012a2c;
}
.btn02{
	text-align: left;
}
.btn02 a{
	background: #6d001d;
	color: #fff;
	text-decoration: none;
	padding: 4% 5%;
	font-size: 12px;
	display: inline-block;
	margin-top: 3%;
}
.btn02 a:hover{
	background: #c39861;
}

/************************************************************
                SP
************************************************************/
@media only screen and (max-width:768px){
	#st_wrap {
		width: 100%;
        margin: 0% auto;
		text-align: center;
        letter-spacing: 1px;
    }
	
	#st_head .title {
        font-size: 20px;
		margin: 10% 0;
	}
	
	.topTxt01{
        top: 31%;
        width: 80%!important;
    }
    .topTxt02{
        top: 43%;
        width: 40%!important;
    }
    .topTxt03{
        top: 54%;
		/*width: 50%!important;*/
		width: 28%!important;
    }

    #st_head .title01{
        margin: 10% auto 0;
        width: 60%;
    }
    #st_head .title02{
        margin: 10% auto 20%;
        width: 60%;
    }
    #st_head .title03{
        margin: 0 auto;
        width: 80%;
    }	

    #st_head .lead{
        font-size: 13px;
        letter-spacing: 0.5px;
		padding: 0 5% 10%;
		margin-top: 0;
    }
	
	#st_head .item_lead{
		font-size: 12px;
		width: 90%;
        margin: 4% auto;
	}
	
	.credit{
		font-size: 14px;
		width: 90%;
        margin: 4% auto 7%;
	}
	
	.vertical-line01{
		height: 15px;
		margin: 5% 0 3% 50%;
	}
	
    .spItemBox01{
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
		margin: 0 auto 10%;
		padding-bottom: 10%;
		width: 90%;
    }
	
    .spItemBox02{
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
		margin: 0 auto 10%;
		padding-bottom: 10%;
		width: 90%;
    }
	
    .spItem01, .spItem02 {
        width: 100%;
        margin: 0 auto;
		padding: 0;
    }
	
	.sp_box{
		padding: 0;
	}
	
    .kira01{
        position: absolute;
        right: 0;
        top: 0;
		z-index: -1;
    }
    .kira02{
        position: absolute;
        bottom: 0;
        left: 0;
		z-index: -1;
    }

	.reco_box{
		width: 85%;
		padding: 10% 5% 7%;
	}
	
	.reco_box ul{
        grid-template-columns: 1fr 1fr;
		grid-column-gap: 4%;
    }
	
    .reco_box ul li{
        margin: 10% auto;
    }
	
	.reco_box p{
        height: auto;
		width: 90%;
	}
	
	.reco_credit{
		font-size: 11px;
		height: 60px;
	}
	
	.btn01{
		text-align: center;
	}
	
	.btn01 a{
		font-size: 12px;
	}

	.btn02 a{
		font-size: 11px;
		padding: 7% 10%;
	}	
	
	
    .pc {
		display:none;
	}
	
	.sp {
		display:block;
		width: 100%;
	}
	
    .lead_p{
		display: none;
	}
   
    .left{
        float: none;
    }
	
    .right{
        float: none;
    }
	
    .small{
        font-size: 70%;
    }
	.ml_15{
        margin-left: 0;
    }
}
