@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Oswald:wght@200..700&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

#fo_wrap{
    width: 100%;
	text-align: center;
    padding: 5% 0;
    margin: 0 auto;
	color: #000000;
    display: block;
    letter-spacing: 1px;
    position: relative;
    overflow: hidden;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    -webkit-animation: fadein 1.2s forwards ease;
    animation: fadein 1.2s forwards ease;
}
@keyframes fadein {
		  0% {
			  opacity: 0;
		  }
		  100% {
			  opacity: 1;
			  transform: translate(0);
		  }
}
*:focus {
outline: none;
}
#fo_wrap ul{
    margin: 0;
    padding: 0;
}
#fo_wrap li{
    list-style: none;
}
#fo_wrap a {
    text-decoration: none;
}
#fo_wrap a:link{
    opacity: 1;
}
#fo_wrap a:hover{
    text-decoration: none;
}
#fo_wrap img {
    border: none;
    width: 100%;
    vertical-align: bottom;
    line-height: inherit;
}
#fo_wrap .title{
    width: 40%;
    text-align: center;
    display: inline-block;
    margin: 0 auto;
}
.Roboto{
    font-family: "Roboto", sans-serif;
}
.Oswald{
    font-family: "Oswald", sans-serif;
}
.NotoSans{
    font-family: "Noto Sans JP", sans-serif;
}
.RobotoCondensed{
    font-family: "Roboto Condensed", sans-serif;
}

/*====================================
　　　　　　　　look
====================================*/
#fo_contents{
    max-width: 1200px;
    width: 100%;
    position: relative;
    display: block;
    text-align: center;
    margin: 5% auto;
}
#fo_contents .fo_box{
    width: 100%;
    position: relative;
    display: inline-block;
    text-align: center;
    margin: 5% auto;
}
#fo_contents .fo_box .look ul{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto;
}
#fo_contents .fo_box .look ul li{
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    padding: 0 5%;
}
#fo_contents .fo_box .look .img{
    width: 100%;
    margin: 5% auto;
    text-align: center;
}
#fo_contents .fo_box .look .no{
    width: 20%;
    text-align: center;
    margin: 0 auto;
}
#fo_contents .fo_box .look h1{
    font-size: 18px;
    text-align: center;
    font-weight: 500;
    line-height: 1.3em;
    font-family: "Oswald", sans-serif;
    margin: 5% auto;
    letter-spacing: 0px;
    
}
#fo_contents .fo_box .look .credit_box{
    width: 80%;
    margin: 0 auto;
    display: inline-block;
    position: relative;
    text-align: center;
}

#fo_contents .fo_box .look .credit{
    width: 100%;
    display: inline-block;
    margin: 0% auto;
    text-align: center;
}
#fo_contents .fo_box .look .credit p{
    font-size: 13px;
    text-align: left;
    float: left;
    font-weight: 400;
    font-family: "Oswald", sans-serif;
    margin: 5px auto;
    line-height: 1em;
}

#fo_contents .fo_box .sub_box{
    width: 60%;
    display: block;
    margin: 10% auto;
    position: relative;
    box-sizing: border-box;
}
#fo_contents .fo_box .sub_box .sub:nth-of-type(1){
    width: 49%;
    float: left;
}
#fo_contents .fo_box .sub_box .sub:nth-of-type(2){
    width: 49%;
    float:right;
}
#fo_contents .fo_box .sub_box .credit_box{
    width: 50%;
    margin: 5% auto;
    display: inline-block;
    position: relative;
    text-align: center;
}

#fo_contents .fo_box .sub_box .credit{
    width: 100%;
    display: inline-block;
    margin: 0% auto;
    text-align: center;
}
#fo_contents .fo_box .sub_box .credit p{
    font-size: 13px;
    text-align: left;
    float: left;
    font-weight: 400;
    font-family: "Oswald", sans-serif;
    margin: 5px auto;
    line-height: 1em;
}

/* ============ credit ============ */
#fo_contents .item{
    width: 100%;
    text-align: left;
    display: inline-block;
    position: relative;
    margin: 0 auto;
}
#fo_contents .item h1{
    text-align: left;
    font-size: 18px;
    font-family: "Syncopate", sans-serif;
    line-height: 3em;
    font-weight: 700;
}
#fo_contents .item li{
    width: 100%;
    display: inline-block;
    margin: 2% auto;
}
#fo_contents .item .credit{
    font-size: 13px;
    text-align: left;
    line-height: 1em;
    float: left;
    margin: 3% auto 0;
    
}
/*====================================
　　　　　　　　footer
====================================*/

#fo_footer{
    max-width: 1000px;
    width: 100%;
    position: relative;
    display: inline-block;
    text-align: center;
    margin: 5% auto;
}
#fo_footer .btn_box{
    width: 100%;
    position: relative;
    display: inline-block;
    text-align: center;
    margin: 0 auto;
}
#fo_footer .footer{
    width: 50%;
    text-align: center;
    position: relative;
    margin: 10% auto 0;
}
#fo_footer .title{
    width: 70%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 5;
}
#fo_footer .logo{
    position: absolute;
    width: 30%;
    left: 50%;
    bottom: 5%;
    transform: translateX(-50%);
    z-index: 5;
    
}
#fo_footer .copyright{
    width: 100%;
    background: #fff;
    margin: 0% auto;
}
#fo_footer .copyright p {
    font-family: "Oswald", sans-serif;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
}


/* ============ ボタン ============ */
.btn_01 a {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
    width: 35%;
    margin: 0% auto 0;
    padding: 3% 0;
    background: #7fbc04;
    color: #FFFFFF;
	transition: 0.5s;
    font-size: 12px;
    font-weight: 700;
    line-height: 1em;
    float: right;
    font-family: 'Roboto Condensed', sans-serif;
}
.btn_01 a:hover {
    background: #000000;
    color: #FFFFFF;
}
.btn_02 a {
    background: #7fbc04;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 5% auto 0;
    width: 35%;
    padding: 2% 2%;
    color: #FFFFFF;
    transition: 0.3s ease-in-out;
    font-weight: 700;
    font-size: 16px;
    float: none;
    line-height: 1em;
    border: #000000 1px solid;
    font-family: 'Roboto Condensed', sans-serif;
}
.btn_02 a:hover {
    background: #000000;
    color: #FFFFFF;
}
.btn_02 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_02 a:hover:after {
    border-color: #FFFFFF;
}
.btn_03 a {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
    width: 35%;
    margin: 3% auto 0;
    padding: 2%;
    background: #000000;
    color: #7fbc04;
    transition: 0.3s ease-in-out;
    font-weight: 700;
    font-size: 16px;
    float: none;
    line-height: 1em;
    font-family: 'Roboto Condensed', sans-serif;
}
.btn_03 a:hover {
    background: #000000;
    color: #FFFFFF;
}

.small{
    font-size: 70%;
}

.clear {
	clear: both;
}
.pc{
	display: block;
}
.sp{
	display: none;
}
.Left{
    float: left;
}
.Right{
    float: right;
}

.Inter{
     font-family: 'Inter', sans-serif;
}
.Bebas{
    font-family: "Bebas Neue", sans-serif;
}
.RobotoCon{
    font-family: "Roboto Condensed", sans-serif;
}
.Syncopate{
    font-family: "Syncopate", sans-serif;
}
.fuchidori {
  color: #FFFFFF;
  text-shadow:1px 1px 0 #000, -1px -1px 0 #000,
              -1px 1px 0 #000, 1px -1px 0 #000,
              0px 1px 0 #000,  0-1px 0 #000,
              -1px 0 0 #000, 1px 0 0 #000;
}
.hr{
    border-bottom: #000000 dotted 1px;
    text-align: center;
    margin: 0 auto;
}


/************************************************************
 sp
************************************************************/

@media only screen and (max-width:768px){
	#fo_wrap {
        width:100%;
        padding: 15% 0;
	}
    #fo_wrap .title{
        width: 90%;
    }
    #fo_head .logo{
        width: 35%;
    }
    #fo_contents{
        margin: 10% auto 5%;
    }
    #fo_contents .fo_box .look ul{
        grid-template-columns: 1fr 1fr;
    }
    #fo_contents .fo_box .look ul li{
        margin: 10% auto;
    }
    #fo_contents .fo_box .look h1{
        font-size: 14px;
    }
    #fo_contents .fo_box .look .no{
        width: 30%;
    }
    #fo_contents .fo_box .look .credit_box{
        width: 100%;
    }
    #fo_contents .fo_box .look .credit p{
        font-size: 10px;
    }
    #fo_contents .fo_box .sub_box{
        width: 90%;
    }
    #fo_contents .fo_box .sub_box .credit_box{
        width: 60%;
    }

    #fo_footer .footer{
        width: 100%;
        margin: 15% auto 0;
    }
    #fo_footer .logo{
        width: 35%;
    }

    .btn_01 a{
        width: 30%;
        padding: 2% 0;
    }
    .btn_02 a{
        width: 85%;
        line-height: 2em;
        font-size: 13px;
    }
    .btn_03 a{
        width: 85%;
        line-height: 2em;
        font-size: 13px;
    }
    
    
    .pc {
		display:none;
	}
	.sp {
		display:block;
		width: 100%;
	}
/*    .Left{
        float: none;
    }*/
/*    .Right{
        float: none;
    }*/



}

