@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Noto+Sans+JP:wght@100..900&display=swap');

*:focus {
outline: none;
}

body{
    margin: 0 auto;
    padding: 0;
}

#st_wrap{
    max-width: 1000px;
	width: 100%;
	background: #fff;
    display: block;
    text-align: center;
    margin: 0 auto;
    padding: 0 0 15%;
    position: relative;
    font-weight: 400;
    color: #525252;
    letter-spacing: 1px;
    line-height: 1.7em;
    overflow: hidden;
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "Noto Sans", sans-serif;
}

#st_wrap img{
    width: 100%;
    border: 0;
	vertical-align: bottom;
}
#st_wrap ul,#st_wrap li{
	padding: 0;
	margin: 0;
}
#st_wrap a,#st_wrap a:hover{
	text-decoration: none;
}
#st_wrap a:link{
    text-decoration: none;
    opacity: 1;
}



/************************************************************
ヘッダー
************************************************************/
#st_head{
    width: 100%;
	position:relative;
    display: block;
}
#st_head .visual{
    width: 100%;
}
#st_head h1{
    font-size: 20px;
    margin: 10% auto 5%;
    line-height: 2em;
}
#st_head h1 span{
    font-size: 70%;
}
#st_head .lead{
    width: 100%;
    font-size: 14px;
    margin: 0 auto;
    line-height: 2em;
    
}
/************************************************************
contents
************************************************************/
#st_contents{
    max-width: 850px;
    width: 100%;
	position:relative;
    display: block;
    margin: 5% auto;
}
#st_contents .section{
    width: 100%;
    position: relative;
    margin: 5% auto;
    display: inline-block;
}
#st_contents .section .img_box{
    position: relative;
}
#st_contents .section .item_box{
    position: relative;
    margin: 3% auto;
}
#st_contents .section .credit{
    font-size: 13px;
    text-align: left;
    margin: 0% auto;
    position: relative;
    font-weight: 700;
}
#st_contents .section .credit a{
    color: #525252;
}

#st_contents .section .credit .light{
    font-weight: normal;
}
#st_contents .section:nth-of-type(1) .img_box{
    width: 55%;
    text-align: center;
    margin: 0 auto;
}
#st_contents .section:nth-of-type(1) .item_box{
    width: 55%;
}
#st_contents .section:nth-of-type(2) .img_box:nth-of-type(1){
    width: 55%;
    float: right;
}
#st_contents .section:nth-of-type(2) .img_box:nth-of-type(2){
    width: 40%;
    margin-top: 40%;
    float: left;
}
#st_contents .section:nth-of-type(2) .item_box{
    width: 100%;
    display: inline-block;
}
#st_contents .section:nth-of-type(3) .img_box{
    width: 70%;
}
#st_contents .section:nth-of-type(3) .item_box{
    float: left;
}
#st_contents .section:nth-of-type(4) .img_box{
    width: 55%;
    margin-left: 45%;
}
#st_contents .section:nth-of-type(4) .item_box{
    width: 55%;
    margin-left: 45%;
}
#st_contents .section:nth-of-type(5){
    width: 100%;
    display: flex;
    flex-wrap:wrap;
    justify-content: space-between;
}
#st_contents .section:nth-of-type(5) .img_box{
    width: 48%;
    margin: 1% auto;
}
#st_contents .section:nth-of-type(5) .item_box{
    width: 98%;
    float: left;
}
#st_contents .section:nth-of-type(6) .img_box{
    width: 48%;
}
#st_contents .section:nth-of-type(7) .img_box{
    width: 70%;
    margin-left: 30%;
}
#st_contents .section:nth-of-type(7) .item_box{
    width: 70%;
    margin-left: 30%;
}
#st_contents .section:nth-of-type(8) .img_box{
    width: 60%;
}
#st_contents .section:nth-of-type(9) .img_box{
    width: 55%;
    margin-left: 30%;
}
#st_contents .section:nth-of-type(9) .item_box{
    width: 55%;
    margin-left: 30%;
}
#st_contents .section:nth-of-type(10) .img_box:nth-of-type(1){
    width: 55%;
    float: right;
}
#st_contents .section:nth-of-type(10) .img_box:nth-of-type(2){
    width: 35%;
    float: left;
    margin-top: 15%;
}
#st_contents .section:nth-of-type(10) .item_box{
    width: 100%;
    display: inline-block;
}
#st_contents .section:nth-of-type(11) .img_box:nth-of-type(1){
    width: 60%;
    float: left;
}
#st_contents .section:nth-of-type(11) .img_box:nth-of-type(2){
    width: 35%;
    float: right;
    margin-top: 45%;
}
#st_contents .section:nth-of-type(11) .item_box{
    width: 60%;
    float: left;
    display: inline-block;
    margin: 3% auto;
}
#st_contents .section:nth-of-type(12) .img_box:nth-of-type(1){
    width: 35%;
    float: left;
}
#st_contents .section:nth-of-type(12) .img_box:nth-of-type(2){
    width: 60%;
    float: right;
    margin-top: 25%;
}
#st_contents .section:nth-of-type(12) .item_box{
    width: 60%;
    display: inline-block;
    margin-left: 40%;
}

/************************************************************
               button
************************************************************/
.btn_all a {
    background: #222;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 10% auto;
    width: 50%;
    padding: 2% 2%;
    color: #FFFFFF;
    transition: 0.3s ease-in-out;
    font-weight: 400;
    font-size: 15px;
    border-radius: 0px;
    line-height: 1em;
    border: #222 1px solid;
    
}
.btn_all a:hover {
    background: #fff;
    color: #000000;
}
.btn_all a:after {
    content: '';
    width: 7px;
    height: 7px;
    border-top: 2px solid #FFFFFF;
    border-right: 2px solid #FFFFFF;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.btn_all a:hover:after {
    border-color: #000000;
}


.Right{
    float: right;
}
.Left{
    float: left;
}
.small{
	font-size:80%;
}
.clear {
	clear: both;
}
.pc{
	display: block;
}
.sp{
	display: none;
}

@media only screen and (max-width:768px){
	#st_wrap {
        width:100%;
        letter-spacing: 0.5px;
	}
    #st_head h1{
        line-height: 1.6em;
        font-size: 17px;
    }
    #st_head .lead{
        width: 86%;
        text-align: left;
        font-size: 13px;
    }
    #st_contents{
        width: 92%;
        text-align: center;
        margin: 13% auto;
    }
    #st_contents .section{
        margin: 7% auto;
    }
    #st_contents .section .item_box{
        margin: 4% auto;
    }
    #st_contents .section:nth-of-type(1) .img_box{
        width: 80%;
    }
    #st_contents .section:nth-of-type(1) .item_box{
        width: 80%;
    }
    #st_contents .section .credit{
        font-size: 11px;
        line-height: 1.6em;
        font-weight: 600;
    }
    #st_contents .section:nth-of-type(2) .img_box:nth-of-type(1){
        width: 57%;
    }
    #st_contents .section:nth-of-type(2) .img_box:nth-of-type(2){
        margin-top: 50%;
    }
    #st_contents .section:nth-of-type(3) .img_box{
        width: 85%;
    }
    #st_contents .section:nth-of-type(4) .img_box{
        width: 75%;
        margin-left: 25%;
    }
    #st_contents .section:nth-of-type(4) .item_box{
        width: 70%;
        margin-left: 25%;
    }
    #st_contents .section:nth-of-type(6) .img_box{
        width: 60%;
    }
    #st_contents .section:nth-of-type(7) .img_box{
        width: 85%;
        margin-left: 15%;
    }
    #st_contents .section:nth-of-type(7) .item_box{
        width: 85%;
        margin-left: 15%;
        
    }
    #st_contents .section:nth-of-type(8) .img_box{
        width: 70%;
    }
    #st_contents .section:nth-of-type(9) .img_box{
        width: 70%;
        margin-left: 25%;
    }
    #st_contents .section:nth-of-type(9) .item_box{
        width: 70%;
        margin-left: 25%;
    }
    #st_contents .section:nth-of-type(10) .img_box:nth-of-type(1){
        width: 62%;
    }
    #st_contents .section:nth-of-type(11) .img_box:nth-of-type(1){
        width: 62%;
    }
    #st_contents .section:nth-of-type(11) .img_box:nth-of-type(2){
        margin-top: 65%;
    }
    #st_contents .section:nth-of-type(11) .item_box{
        margin: 5% auto;
    }
    #st_contents .section:nth-of-type(12) .img_box:nth-of-type(1){
        width: 42%;
    }
    #st_contents .section:nth-of-type(12) .img_box:nth-of-type(2){
        width: 55%;
        margin-top:35%; 
    }
    #st_contents .section:nth-of-type(12) .item_box{
        width: 100%;
        margin-left: 0;
    }
    .btn_all a{
        width: 85%;
        margin: 10% auto;
        font-size: 13px;
        padding: 4% 0;
        line-height: 1.6em;
    }
    
    
    .pc {
		display:none;
	}
	.sp {
		display:block;
    }
    
    
    .Left{
        float: none;
    }
    .Right{
        float: none;
    }
}


/************************************************************
動き
************************************************************/

#st_head .visual{
    opacity: 0;
	transition: 2s all 0.2s ease;
}
#st_head.ac .visual{
  	opacity: 1;
}

.fade {
	opacity: 0;
	transition: 1.5s all 0.2s ease;
}
.fade.ac {
	opacity: 1;
    transform: translate(0);
}

.anim {
	opacity:0 ;
	transform: translate(0,50px);
	transition: 1.5s all 0.2s ease;
}
.anim01 {
	opacity:0 ;
	transform: translate(0,50px);
	transition: 1.5s all 0.2s ease;
}
.anim02 {
	opacity:0 ;
	transform: translate(0,50px);
	transition: 1.5s all 0.4s ease;
}
.anim.ac, .anim01.ac, .anim02.ac{
	opacity:1 ;
	transform: translate(0);
}

