@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&display=swap');

body{
    margin: 0;
    padding: 0;
}

#f21_wrap{
    width: 100%;
	text-align: center;
    padding: 0;
    margin: 0 auto ;
    overflow: hidden;
	color: #000000;
    display: block;
    font-weight: 400;
    position: relative;
    letter-spacing: 1px;
background: rgb(186,171,254);
background: linear-gradient(180deg, rgba(186,171,254,1) 0%, rgba(209,194,223,1) 100%);
    font-family: "Noto Sans JP", serif;

}

.Montserrat{
    font-family: "Montserrat", sans-serif;
}
.Inter{
    font-family: "Inter", 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{
    max-width: 1000px;
    width: 100%;
    display: block;
    position: relative;
    margin: 0 auto;
    background: #FFFFFF;
    padding-bottom: 5%;
}
#f21_head .head{
    width: 100%;
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    position: relative;
    
}
#f21_head .lead{
    font-size: 16px;
    text-align: center;
    margin: 8% auto;
    line-height: 1.9em;
    display: inline-block;
}
#f21_head .head{
    opacity: 0;
	transition: 1.5s all 0.2s ease;
}

#f21_head .lead{
    opacity: 0;
    transform: translate(0,30px);
	transition: 1.2s all 0.5s ease;
}

#f21_head.ac .head,#f21_head.ac .lead{
	opacity: 1;
    transform: translate(0);
}

#f21_contents{
    max-width: 1000px;
    width: 100%;
    text-align: center;
    margin: 0% auto;
    display: block;
    position: relative;
}
#f21_contents section{
    width: 100%;
    position: relative;
    display: inline-block;
    margin: 0% auto;
    padding: 0% 0;
}
#f21_contents section:nth-of-type(odd){
    background: #baabfe;
}
#f21_contents section:nth-of-type(even){
    background: #403c3d;
}
#f21_contents section .influencer_box{
    width: 100%;
    position: relative;
    display:inline-block;
    background: #e3ddff;
    padding: 2% 0;
    border-top: #674498 2px solid;
}
#f21_contents section .influencer_box .influencer{
    max-width: 670px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
}
#f21_contents section .influencer_box .influencer .ttl{
    width: 74%;
    font-size: 18px;
    float: right;
    font-weight: 500;
    margin: 5% auto 2.5%;
    text-align: left;
}
#f21_contents section .influencer_box .influencer .icon{
    width: 23%;
    float: left;
    display: block;
}
#f21_contents section .influencer_box .influencer .sns{
    width: 74%;
}
#f21_contents section .influencer_box .influencer .sns a{
    max-width: 120px;
    width: 100%;
    float: left;
    display: flex;
    color: #000000;
    position: relative;
    justify-content: space-between;
    margin-left: 5%;
}
#f21_contents section .influencer_box .influencer .sns img{
    width: 25px;
    float: left;
    margin-right: 10px;
}
#f21_contents section .influencer_box .influencer .sns p{
    font-size: 15px;
    text-align: left;
    float: right;
    margin: 3% auto;
    font-family: "Montserrat", sans-serif;
    line-height: 1em;
    font-weight: 500;
}
#f21_contents section .item_box{
    width: 90%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    position: relative;
    margin: 5% auto 8%;
}
#f21_contents section .item_box .item{
    width: 50%;
    
}
#f21_contents section .item_box .detail_box{
    width: 48%;
}
#f21_contents section .item_box .detail_box .cmt{
    background: #FFFFFF;
    border-radius: 10px;
    margin: 5% auto 0;
    padding: 2% 0;
}
#f21_contents section .item_box .detail_box .cmt .cmt_inner{
    width: 90%;
    text-align: center;
    margin: 5% auto;
}
#f21_contents section .item_box .detail_box .cmt .cmt_inner p{
    font-size: 14px;
    text-align: left;
    line-height: 1.8em;
}
#f21_contents section .item_box .detail_box .credit{
    font-size: 18px;
    font-weight: bold;
    margin: 5% auto 2%;
    text-align: left;
    font-family: "Montserrat", sans-serif;
    
}

#f21_contents section:nth-of-type(even) .credit{
    color: #FFFFFF;
}

#f21_footer{
    max-width: 1000px;
    width: 100%;
    background: #FFFFFF;
    display: block;
    text-align: center;
    margin: 0 auto;
    padding: 3% 0;
}




/**********************************************  
　　　　　　　　　　　　ボタン
**********************************************/

.btn_01 a {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
    width: 40%;
    margin: 5% auto 0;
    padding: 3% 0;
    background: #f86db1;
    color: #FFFFFF;
	transition: 0.5s;
    font-size: 14px;
    font-weight: 600;
    line-height: 1em;
    float:left;
/*    border-radius: 100vh;*/
    font-family: "Montserrat", sans-serif;
}
.btn_01 a:hover {
    background: #000000;
    color: #f86db1;
}
/* ============ ボタン05 ============ */
.btn05 a {
    background: #781eaa;
    color: #FFFFFF;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0% auto;
    width: 50%;
    padding: 3% 2%;
    font-weight: 500;
    font-size: 16px;
    line-height: 1em;
    /*border: #000000 1px solid;*/
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
    text-decoration: none;
    text-align: center;
    border-radius: 10px;
}

/* 右端の▶アイコン */
.btn05 a:after {
    content: '▶';
    font-size: 16px;
    position: absolute;
    right: 20px;
    color: #FFFFFF;
    transition: color 0.3s ease-in-out;
}

/* ホバー時のスタイル */
/*.btn05 a:hover {
    background: #dddddd;
    color: #000000;
    border-color: #000000;
}

.btn05 a:hover:after {
    color: #000000;
}*/

.small{
    font-size: 80%;
}
.storong{
    font-size: 150%;
    font-weight: 700;
}
.pink{
    color: #f86db1;
}

.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{
        padding-bottom: 10%;
    }
    #f21_head .lead{
        font-size: 14px;

    }
    #f21_contents{
        width: 100%;
        margin: 0% auto;
    }
    #f21_contents section{
        padding-bottom: 10%
    }
    #f21_contents section .influencer_box{
        padding: 5% 0;
    }
    #f21_contents section .influencer_box .influencer{
        width: 90%;
    }
    #f21_contents section .influencer_box .influencer .ttl{
        width: 70%;
        font-size: 15px;
        margin: 3% auto 2%;
    }
    #f21_contents section .influencer_box .influencer .icon{
        width: 28%
    }
    #f21_contents section .influencer_box .influencer .sns{
        width: 70%;
    }
    #f21_contents section .influencer_box .influencer .sns a{
        margin-left: 3%;
    }
    #f21_contents section .influencer_box .influencer .sns p{
        font-size: 12px;
    }
    #f21_contents section .influencer_box .influencer .sns img{
        width: 15px;
        margin-right: 5px;
    }
    #f21_contents section .item_box{
        width: 85%;
        display: flex;
        flex-wrap: wrap;
        margin: 12% auto;
    }
    #f21_contents section .item_box .item{
        width: 100%;
    }
    #f21_contents section .item_box .detail_box{
        width: 100%;
    }
    #f21_contents section .item_box .detail_box .cmt .cmt_inner p{
        font-size: 12px;
    }
    #f21_contents section .item_box .detail_box .credit{
        font-size: 15px;
        text-align: center;
        font-weight: 500;
    }
    #f21_footer{
        padding: 8% 0;
    }
    .btn_01 a{
        width: 80%;
        float: none;
        line-height: 1.5em;
    }
    .btn05 a{
        width: 90%;
        font-size: 13px;
        border-radius: 5px;
        line-height: 2em;
        padding: 5% 0;
    }
    .storong{
        font-size: 120%;
    }
    .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.2s ease;
}
.fade02{
	opacity: 0;
	transition: 1.5s all 0.6s ease;
}
.fade03{
	opacity: 0;
	transition: 1.5s all 1s ease;
}
.fade.ac,.fade01.ac,.fade02.ac,.fade03.ac {
	opacity: 1;
    transform: translate(0);
}

.anim {
	opacity:0 ;
	transform: translate(0,30px);
	transition: 1.5s all 0s ease;
}
.anim01 {
	opacity:0 ;
	transform: translate(0,30px);
	transition: 1.5s all 0.3s ease;
}
.anim02 {
	opacity:0 ;
	transform: translate(0,30px);
	transition: 1.5s all 0.6s ease;
}
.anim03 {
	opacity:0 ;
	transform: translate(0,20px);
	transition: 1.5s all 1s ease;
}
.anim.ac,.anim01.ac,.anim02.ac,.anim03.ac {
	opacity:1 ;
	transform: translate(0);
}

.move-wrap {
    display: flex;
    align-items: center;
    overflow: hidden;
    margin: 5% 0;
    column-gap: 10px;
}
.slideshow {
    display: flex;
    column-gap: 10px;
    animation: loop-slide 15s linear infinite;
}

.content {
    width: 240px;
}
@media only screen and (max-width:768px){
    .content {
        width: 120px;
}
}

.content img {
    border-radius: 0px;
    box-sizing: border-box;
}

@keyframes loop-slide {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%); /* 全体の半分まで移動 */
    }
}

