@charset "utf-8";

body{
    margin: 0;
    padding: 0;
}

#f21_wrap{
    max-width: 1000px;
    width: 100%;
	text-align: center;
    padding: 5% 0;
    margin: 0 auto ;
    overflow: hidden;
	color: #000000;
    display: block;
    font-weight: 400;
    position: relative;
    letter-spacing: 1px;
    font-family: "Noto Sans JP", sans-serif;
}

.Inter{
    font-family: "Inter", sans-serif;
}
.Oswald{
    font-family: "oswald", sans-serif;
}
.DIN{
    font-family: "din-2014", sans-serif;
}
.URW{
    font-family: "urw-form", sans-serif;
}
.Aglet{
    font-family: "aglet-sans", sans-serif;
}


#f21_wrap ul,#f21_wrap li{
    margin: 0;
    padding: 0;
    list-style: none;
    
}
#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;
    position: relative;
}
#f21_head .title{
    font-size: 65px;
    text-align: center;
    margin: 3% auto;
    font-weight: 700;
    font-family: "Inter", sans-serif;
}
#f21_head .lead{
    font-size:20px;
    text-align: center;
    margin: 0% auto;
    position: relative;
    line-height: 1em;
    font-weight: 500;
}
#f21_head .donut{
    width: 80px;
    position: absolute;
    left: 13%;
    top: 0%;
}
#f21_head .cheese{
    width: 70px;
    position: absolute;
    right: 8%;
    top: 50%;
}

#f21_head .head{
    opacity: 0;
	transition: 1.5s all 0.2s ease;
}
#f21_head .lead{
    opacity: 0;
    transform: translate(0,20px);
	transition: 1.5s all 0.4s ease;
}
#f21_head .title{
    opacity: 0;
    transform: translate(0,20px);
	transition: 1.5s all 0.6s ease;
}
#f21_head.ac .head,#f21_head.ac .lead,#f21_head.ac .title{
	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%;
    position: relative;
    display: inline-block;
    margin: 10% auto 0;
}
#f21_contents section .no{
    width: 120px;
    text-align: center;
    margin: 0 auto;
    display: block;
}
#f21_contents section .box{
    display: inline-block;
    margin: 5% auto;
    position: relative;
}
#f21_contents section .box ul{
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 2%;
}
#f21_contents section .box ul li{
    position: relative;
    display: inline-block;
}


#f21_contents section .box .item_box{
    width: 100%;
    display: inline-block;
    margin: 5% auto 0;
    position: relative;
    text-align: center;
}
#f21_contents section .box .item_box .item{
    font-size: 18px;
    text-align: center;
    margin: 0 auto;
    line-height: 1.8em;
    letter-spacing: .5px;
    
}




/**********************************************  
　　　　　　　　　　　　ボタン
**********************************************/

.btn_01 a {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
    width: 25%;
    margin: 2% auto 0;
    padding: 1.5% 0;
    background: #766157;
    color: #FFFFFF;
	transition: 0.5s;
    font-size: 16px;
    font-weight: 500;
    line-height: 1em;
    float:none;
    border-radius: 100vh;
    font-family: "Inter", sans-serif;
}
.btn_01 a:hover {
    background: #000000;
    color: #FFFFFF;
}


#f21_contents section:nth-of-type(4) .btn_01 a{
    width: 50%;
    line-height: 2em;
}

.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%;
}
.strong{
    font-weight: 500;
    font-size: 110%;
}

.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%;
        padding: 10% 0;
	}
    #f21_head .title{
        font-size: 40px;
    }
    #f21_head .lead{
        font-size: 15px;
    }
    #f21_head .donut{
        width: 60px;
        left: 5%;
        top: 35%;
    }
    #f21_head .cheese{
        width: 50px;
        right:5%;
        top:70%;
    }   
    #f21_contents section .no{
        width: 20%;
    }
    #f21_contents section .box{
        width: 94%;
    }
    #f21_contents section .box .item_box .item{
        font-size: 13px;
        letter-spacing: 0px;
    }
    .btn_01 a{
        width: 60%;
        font-size: 13px;
        padding: 2% 0;
        float: none;
        line-height: 2em;
        text-align: center;
    }
    #f21_contents section:nth-of-type(4) .btn_01 a{
        width: 90%;
        margin: 5% auto 0;
    }
    .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;
    }



}


/************************************************************
               動き
************************************************************/

.fade{
	opacity: 0;
	transition: 1.5s all 0.2s ease;
}
.fade01{
	opacity: 0;
	transition: 1.5s all 0.4s ease;
}
.fade02{
	opacity: 0;
	transition: 1.5s all 0.6s ease;
}
.fade03{
	opacity: 0;
	transition: 1.5s all 0.8s ease;
}
.fade04{
	opacity: 0;
	transition: 1.5s all 1.2s ease;
}
.fade.ac,.fade01.ac,.fade02.ac,.fade03.ac,.fade04.ac{
	opacity: 1;
    transform: translate(0);
}

.anim {
	opacity:0 ;
	transform: translate(0,40px);
	transition: 1.5s all 0s ease;
}
.anim01 {
	opacity:0 ;
	transform: translate(0,40px);
	transition: 1.5s all 0.3s ease;
}
.anim.ac,.anim01.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%);
  }
}

