@charset "utf-8";

body{
    margin: 0;
    padding: 0;
}

#f21_wrap{
    max-width: 1000px;
    width: 100%;
	text-align: center;
    padding: 0;
    margin: 0 auto ;
    overflow: hidden;
	color: #000000;
    display: block;
    font-weight: 400;
    position: relative;
    letter-spacing: 1px;
    font-family: "Noto Sans JP", system-ui;
}

*:focus {
outline: none;
}
#f21_wrap ul,#f21_wrap li{
    margin: 0;
    padding: 0;
}
#f21_wrap a {
    text-decoration: none;
}
#f21_wrap a:hover{
    text-decoration: none;
}
#f21_wrap img {
    width: 100%;
    vertical-align: bottom;
    line-height: 0;
}
#f21_head{
    width: 100%;
    display: block;
    position: relative;
    margin: 0 auto;
}
#f21_head .head{
    width: 100%;
    display: inline-block;
    text-align: center;
    margin: 0 auto;
}
#f21_head .head h1{
    background: #000000;
    color: #FFFFFF;
    padding: 1% 0;
    font-size: 30px;
    font-family: "din-2014", sans-serif;
    font-weight: 600;
    margin: 0 auto 5%;
    line-height: 1em;
}
#f21_head .title_s{
    font-size: 40px;
    font-family: "din-2014-narrow", sans-serif;
    font-weight: 400;
    text-align: center;
    margin: 5% auto 1%;
    line-height: 1em;
    letter-spacing: 0px;
}
#f21_head .title{
    font-size: 60px;
    font-family: "din-2014-narrow", sans-serif;
    font-weight: 600;
    text-align: center;
    margin: 0% auto;
    line-height: 1em;
    letter-spacing: 0px;
}
#f21_head .lead{
    width: 100%;
    font-size: 17px;
    text-align: center;
    margin: 5% auto;
    display: inline-block;
    position: relative;
    line-height: 2.2em;
}
#f21_head .title_s{
    opacity: 0;
    transform: translate(0,30px);
	transition: 1.5s all 0.3s ease;
}
#f21_head .title{
    opacity: 0;
    transform: translate(0,30px);
	transition: 1.5s all 0.5s ease;
}
#f21_head .lead{
    opacity: 0;
    transform: translate(0,30px);
	transition: 1.5s all 0.7s ease;
}
#f21_head.ac .title,#f21_head.ac .title_s,#f21_head.ac .lead{
	opacity: 1;
    transform: translate(0);
}





#f21_contents{
    width: 100%;
    text-align: center;
    margin: 5% auto 0;
    display: block;
    position: relative;
}
#f21_contents .section{
    width: 100%;
    display: inline-block;
    margin: 5% auto;
    text-align: center;
    position: relative;
}
#f21_contents .item_box{
    width: 100%;
    background: #d1cac4;
    display: inline-block;
    position: relative;

}
#f21_contents .item_box .inner{
    width: 90%;
    display: flex;
    text-align: center;
    margin: 5% auto;
    justify-content: space-between;
}
#f21_contents .item_box .inner .img{
    width: 46%;
    position: relative;
}
#f21_contents .item_box .inner .detail{
    width: 48%;
    position: relative;
    display: inline-block;
}
#f21_contents .item_box .inner .detail .credit{
    font-size: 20px;
    font-weight: 500;
    line-height: 2em;
    text-align: left;
}
#f21_contents .item_box .inner .detail .credit span{
    font-size: 150%;
    letter-spacing: 0px;
    font-family: "din-2014-narrow", sans-serif;
    font-weight: 600;
}
#f21_contents .item_box .inner .detail h2{
    width: 100%;
    font-size: 20px;
    font-weight: 600;
    text-align: left;
    border-bottom: #000000 1px solid;
    font-family: "din-2014-narrow", sans-serif;
    letter-spacing: 0px;
    display: inline-block;
    margin: 30% auto 3%;
}
#f21_contents .item_box .inner .detail .point li{
    width: 100%;
    display: inline-block;
    position: relative;
    margin: 3% auto;
}
#f21_contents .item_box .inner .detail .point img{
    width: 5%;
    float: left;
    margin-right: 2%;
}
#f21_contents .item_box .inner .detail .point p{
    width: 90%;
    font-size: 14px;
    text-align: left;
    float: left;
    margin: 0 auto;
    line-height: 1.5em;
}
#f21_contents .style_box{
    width: 100%;
    display: flex;
    position: relative;
    margin: 5% auto;
    text-align: center;
    justify-content: space-between;
}
#f21_contents .style_box .style{
    width: 30%;
    position: relative;
    box-sizing: border-box;
}
.hr{
    border-top: 1px #4B4B4B dotted;
    margin: 0 auto 5%;
}



/* ============ fade CSS ============ */
.img1 {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0%;
    background: center center no-repeat;
    animation: anime 4s 0s infinite;
    z-index: 0;
    opacity: 0;
}
.img1:nth-of-type(2) {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

@keyframes anime {
0% {
opacity: 1;
}
50% {
opacity: 1;
}
60% {
opacity: 0;
z-index: 10;
}
100% {
opacity: 0;
}
}


/**********************************************  
　　　　　　　　　　　　ボタン
**********************************************/

.btn_01 a {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
    width: 60%;
    margin: 5% auto 0;
    padding: 3% 0;
    background: #fff000;
    border: #000000 1px solid;
    color: #000000;
	transition: 0.5s;
    font-size: 18px;
    font-weight: 600;
    line-height: 1em;
    float:left;
/*    border-radius: 100vh;*/
    font-family: "din-2014-narrow", sans-serif;
}
.btn_01 a:hover {
    background: #000000;
    color: #FFFFFF;
}
.btn_02 a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 6% auto 0;
    padding: 3% 4%;
    width: 90%;
    color: #FFFFFF;
    font-size: 13px;
    line-height: 1.5em;
    font-weight: 700;
    background: #000000;
    text-align: center;
    transition: 0.5s;
    font-family: "din-2014-narrow", sans-serif;
    
}
.btn_02 a::after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
  transform: rotate(45deg);
}
.btn_02 a:hover {
    color: #FFFFFF;;
    text-decoration: none;
    background-color: #000000;
}

.btn_02 a:hover::after {
  border-top: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
}

.small{
    font-size: 80%;
}

.clear {
	clear: both;
}
.pc{
	display: block;
}
.sp{
	display: none;
}
.Left{
    float: left;
}
.Right{
    float: right;
}




/************************************************************
 sp
************************************************************/

@media only screen and (max-width:768px){
	#f21_wrap {
        width:100%;
	}
    #f21_head .head h1{
        font-size: 18px;
    }
    #f21_head .title_s{
        font-size: 30px;
        margin-bottom: 4%;
    }
    #f21_head .title{
        font-size: 40px;
    }
    #f21_head .lead{
        font-size: 14px;
        letter-spacing: 0px;
        margin: 10% auto;
    }
    #f21_contents{
        margin: 0 auto;
    }
    #f21_contents .item_box .inner{
        width: 80%;
        margin: 10% auto;
        display:block;
    }
    #f21_contents .item_box .inner .img{
        width: 100%;
    }
    #f21_contents .item_box .inner .detail{
        width: 94%;
        float: none;
        text-align: center;
        margin: 5% auto;
    }
    #f21_contents .item_box .inner .detail .credit{
        font-size: 17px;
    }
    #f21_contents .item_box .inner .detail h2{
        margin: 10% auto 5%;
        font-size: 13px;
    }
    #f21_contents .item_box .inner .detail .point li{
        margin: 2% auto;
    }
    #f21_contents .item_box .inner .detail .point p{
        font-size: 13px;
    }
    #f21_contents .style_box{
        width: 96%;
        text-align: center;
        margin: 5% auto;
    }
    #f21_contents .style_box .style{
        width: 32.5%;
    }
    .hr{
        margin: 5% auto 10%;
    }
    
    .btn_01 a{
        width: 98%;
        font-size: 14px;
        padding: 2% 0;
        float: none;
        line-height: 2em;
        text-align: center;
    }
    .btn_02 a{
        font-weight: normal;
        font-size: 9px;
        line-height: 2.5em;
    }

    .pc {
		display:none;
	}
	.sp {
		display:block;
		width: 100%;
	}
    .Left{
        float: none;
    }
    .Right{
        float: none;
    }



}


/************************************************************
               動き
************************************************************/

.fade01{
	opacity: 0;
	transition: 1.8s all 0.2s ease;
}
.fade02{
	opacity: 0;
	transition: 1.8s all 0.6s ease;
}
.fade03{
	opacity: 0;
	transition: 1.8s all 1s ease;
}
.fade01.ac,.fade02.ac,.fade03.ac {
	opacity: 1;
    transform: translate(0);
}



.anim {
	opacity:0 ;
	transform: translate(0,20px);
	transition: 1.5s all 0s ease;
}
.anim.ac {
	opacity:1 ;
	transform: translate(0);
}
.img-animation {
  animation: img-opacity 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  overflow: hidden;
  position: relative;
}

.img-animation::before {
  animation: img-animation 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  background: #fff;
  content: '';
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

@keyframes img-opacity {
  100% {
    opacity: 1;
  }
}

@keyframes img-animation {
  100% {
    transform: translateX(100%);
  }
}

