@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 0 10%;
    margin: 0 auto ;
    overflow: hidden;
	color: #000000;
    display: block;
    font-weight: 400;
    position: relative;
    letter-spacing: 1px;
    font-family: "Noto Sans JP", sans-serif;

}

.Oswald{
    font-family: "oswald", sans-serif;
}
.DINCondensed{
    font-family: "din-condensed", sans-serif;
}
.URWForm{
    font-family: "urw-form", sans-serif;
}
.Poppins{
    font-family: "Poppins", 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%;
    line-height: 0;
    position: relative;
}

#f21_head{
    width: 100%;
    display: block;
    position: relative;
    margin: 0 auto;
    background: #e9e9dd;
    padding: 5% 0;
}
#f21_head .head{
    width: 60%;
    position: relative;
    text-align: center;
    margin: 0% auto;
}
#f21_head .visual{
    width: 100%;
    position: relative;
}
#f21_head .head .title{
    position: absolute;
    width: 80%;
    left: 10%;
    top: 42%;
}
#f21_head .lead{
    width: 60%;
    text-align: center;
    display: inline-block;
    margin: 5% auto;
    position: relative;
}
#f21_head .lead h1{
    font-family: "Poppins", sans-serif;
    font-size: 30px;
    text-align: center;
    font-weight: 300;
    letter-spacing: 0px;
    line-height: 1em;
    margin: 0 auto;
    
}
#f21_head .lead .txt{
    font-size: 15px;
    text-align: center;
    margin: 2.5% auto;
    line-height: 2em;
    letter-spacing: 3px;
}
#f21_contents{
    width: 100%;
    text-align: center;

}
#f21_contents .f21_wrapper{
    overflow: hidden;
}
#f21_contents .f21_wrapper .sub_box{
    width: 100%;
    margin: 10% auto;
}

:root {
  --color_txbase: #000;
  --designwidth:1440;
}

@media screen and (max-width: 767px) {
    :root {
        --designwidth:375; } 
}
.p-hero {
  position: relative;
  overflow: hidden; 
}

.p-hero-label {
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  display: flex;
  font-size: calc((48 / var(--designwidth) ) * 100vw);
  font-weight: 300;
  font-family: "Poppins", sans-serif;
  line-height: 1; 
    
}
@media screen and (max-width: 767px) {
    .p-hero-label {
        font-size: calc((25 / var(--designwidth) ) * 100vw); } 
}
.p-hero-label > span {
    padding-right: calc((90 / var(--designwidth) ) * 100vw);
    white-space: nowrap;
    animation: marquee 6s linear infinite; }
@media screen and (max-width: 767px) {
    .p-hero-label > span {
        padding-right: calc((50 / var(--designwidth) ) * 100vw); } 
}
.p-hero-label > span > span {
    opacity: 0; 
}
.p-hero-label > span > span.is-show {
    opacity: 1; 
}
.p-hero-label--wide > span {
    animation: marquee 10s linear infinite; 
}
@keyframes marquee {
  0% {
    transform: translateX(0%); }
  100% {
    transform: translateX(-100%); } 
}
.p-hero__bg {
  margin: 0 auto;
  width: calc((400 / 1440) * 100%); }
@media screen and (max-width: 767px) {
    .p-hero__bg {
        width: calc((195 / var(--designwidth) ) * 100vw); 
    } 
}

#f21_contents .style_box_01{
    width: 70%;
    text-align: center;
    margin: 5% auto;
}
#f21_contents .style_box_01 ul{
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 2%;
}
#f21_contents .img{
    width: 100%;
    position: relative;
}
#f21_contents .style_box_01 .credit_wrap{
    max-width: 250px;
    width: 100%;
    margin: 5% auto;
    position: relative;
    display: inline-block;
}
#f21_contents .credit_wrap .credit{
    width: 100%;
    display: flex;
    margin: 3% auto;
    align-items: center;
    justify-content: space-between;
}
#f21_contents .credit_wrap .credit .item{
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    color: #000;
    line-height: 1em;
    text-align: left;
    margin: 0;
}
#f21_contents .credit_wrap .credit a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 23px;
    background: #000000;
}
#f21_contents .credit_wrap .credit a .buy{
   font-family: "Oswald", sans-serif;
    font-size: 11px;
    color: #fff; 
}
#f21_contents .style_box_02{
    width: 100%;
    text-align: center;
    margin: 5% auto;
}
#f21_contents .style_box_02 ul{
    position: relative;
    
}
#f21_contents .style_box_02 ul li{
    width: 45%;
    float: right;
    position: relative;
}
#f21_contents .style_box_02 ul li:nth-of-type(2){
    width: 25%;
    float: left;
    position: relative;
    margin-top: 10%;
}
#f21_contents .style_box_02 ul li:nth-of-type(3){
    width: 25%;
    float: left;
    margin-left: 1%;
    position: relative;
    margin-top: 10%;
}
#f21_contents .style_box_02 .credit_wrap{
    width: 20%;
    margin: 5% 0% 0 0;
    position: relative;
    display: inline-block;
}
#f21_contents .style_box_03{
    width:100%;
    text-align: center;
    margin: 10% auto 5%;
    background: #e9e9dd;
    padding: 5% 0;
}
#f21_contents .style_box_03 ul{
    width:50%;
    text-align: center;
    margin: 0 auto;
}
#f21_contents .style_box_03 ul li{
    width: 100%;
}
#f21_contents .style_box_03 ul li:nth-of-type(2){
    width: 49%;
    float: left;
    margin-top: 2%;
}
#f21_contents .style_box_03 ul li:nth-of-type(3){
    width: 49%;
    float: right;
    margin-top: 2%;
}
#f21_contents .style_box_03 .credit_wrap{
    max-width: 250px;
    width: 100%;
    margin: 2.5% 0 0;
    position: relative;
    display: inline-block;
}
#f21_contents .style_box_04{
    width: 70%;
    float: left;
    margin: 5% auto;
}
#f21_contents .style_box_04 ul{
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 2%;
}
#f21_contents .style_box_04 .credit_wrap{
    width: 30%;
    float: right;
    margin: 5% auto;
    position: relative;
    display: inline-block;
}
#f21_contents .style_box_05{
    width: 100%;
    text-align: center;
    margin: 5% auto;
}
#f21_contents .style_box_05 ul{
    position: relative;
    
}
#f21_contents .style_box_05 ul li{
    width: 45%;
    float: left;
    position: relative;
    margin-top: 10%;
}
#f21_contents .style_box_05 ul li:nth-of-type(2){
    width: 25%;
    float: right;
    position: relative;
    margin-top: 0%;
}
#f21_contents .style_box_05 ul li:nth-of-type(3){
    width: 25%;
    float: right;
    position: relative;
    margin-top: 0%;
    margin-right: 1%;
}
#f21_contents .style_box_05 .credit_wrap{
    width: 20%;
    position: relative;
    display: inline-block;
    float: right;
    margin-top: 5%;
    margin-right: 16%;
    
}
#f21_contents .style_box_06{
    width: 100%;
    text-align: center;
    margin: 10% auto 0;
    background: #e9e9dd;
    position: relative;
    display: inline-block;
    padding: 5% 0 2%;
}
#f21_contents .style_box_06 ul{
    width: 80%;
    text-align: center;
    margin:auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 2%;
}

#f21_contents .style_box_06 .credit_wrap{
    max-width: 250px;
    width: 100%;
    margin: 5% auto;
    position: relative;
    display: inline-block;
}

/*スライダー============================*/

#f21_contents .item_box{
    width: 100%;
    margin: 0% auto;
    text-align: center;
    position: relative;
    background: #e9e9dd;
    padding: 5% 0 0;
}
#f21_contents .item_box h3{
    font-size: 32px;
    text-align: center;
    margin: 0 auto;
    line-height: 1em;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
}

#f21_contents .item_box ul.carousel {
    padding: 0 0 2%;
    margin: 5% auto 3%;
    width: 100%;
    overflow-x: hidden;
    white-space: nowrap;
    line-height: 1;
}
	
#f21_contents .item_box ul.carousel li {
    width: 50%;
    margin: 0 4px;
    padding: 0;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    position: relative;
}
	
#f21_contents .item_box .carousel li img {
	width: 100%;
    display: block;
}
#f21_contents .item_box .credit {
    width: 90%;
    margin: 5% auto 0;
    text-align: center;
    font-size: 14px;
    line-height: 1.6em;
    font-weight: 500;
}
#f21_contents .item_box .point_box{
    width: 98%;
    display: inline-block;
    background: #FFFFFF;
    position: relative;
    margin: 5% auto;
    border-radius: 5px;
}
#f21_contents .item_box .point_box .inner{
    width: 90%;
    display: inline-block;
    margin: 5% auto;
    position: relative;
}
#f21_contents .item_box .point_box .point {
    width: 100%;
    font-size: 12px;
    letter-spacing: 0px;
    position: relative;
    text-align: left;
    display: block;
    white-space: normal;
    word-wrap: break-word;
    line-height: 1.5em;
}

#f21_foot{
    width: 100%;
    position: relative;
    display: block;
    margin: 5% auto;
}
#f21_foot .btn_box{
    display: flex;
    justify-content: space-between;
    max-width: 53.5876vw;
    margin: 0 auto;
}
#f21_foot .btn_box .all_items_wrap, #f21_foot .btn_box .brand_top{
    max-width: 24.5977vw;
    width: 100%;
    margin: 0;
}
#f21_foot .btn_box .all_items_wrap .all_items {
    margin-bottom: 0.732066vw;
}
#f21_foot .btn_box .all_items_wrap a, #f21_foot .btn_box .brand_top a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 67px;
    background: #000;
}
#f21_foot .btn_box .all_items_wrap a span, #f21_foot .btn_box .brand_top a span {
    display: inline-block;
    font-family: "Oswald", sans-serif;
    font-size: 16px;
    line-height: 1.3125;
    letter-spacing: 0.2em;
    text-align: center;
    color: #fff;
}
#f21_foot .btn_box .all_items_wrap .annotation{
    font-size: 12px;
    text-align: center;
    color: #000;
    margin: 0;
}







/* ============ 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: 70%;
    margin: 2% auto 0;
    padding: 3% 0;
    background: #015794;
    color: #FFFFFF;
	transition: 0.5s;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5em;
/*    border-radius: 100vh;*/
    font-family: "Roboto Condensed", serif;
}
.btn_01 a:hover {
    background: #333;
    color: #fff;
}
/* ============ ボタン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:767px){
	#f21_wrap {
        width:100%;
        padding-bottom: 20%;
	}
    #f21_head{
        padding: 0 0 3%;
    }
    #f21_head .head{
        width: 100%;
    }
    #f21_head .lead{
        width: 90%;
    }
    #f21_head .lead h1{
        font-size: 20px;
        margin: 5% auto 0;
    }
    #f21_head .lead .txt{
        font-size: 14px;
        line-height: 2.3em;
        margin: 10% auto;
        letter-spacing: 1px;
    }
    #f21_contents .style_box_01{
        width: 100%;
    }
    #f21_contents .style_box_01 ul{
        grid-template-columns: 1fr;
    }
    #f21_contents .style_box_01 ul li:nth-of-type(2) .img{
        width: 85%;
        text-align: center;
        margin: 5% auto 0;
        padding-bottom: 107%;
    }
    #f21_contents .style_box_02{
        margin: 10% auto 5%;
    }
    #f21_contents .style_box_02 ul li{
        width: 100%;
    }
    #f21_contents .style_box_02 ul li:nth-of-type(2){
        width: 48.5%;
        margin-top: 30%;
    }
    #f21_contents .style_box_02 ul li:nth-of-type(3){
        width: 48.5%;
        margin-top: 5%;
        float: right;
        margin-left: 0%;
    }
    #f21_contents .style_box_02 .credit_wrap {
        max-width: 250px;
        width: 100%;
        margin: 5% auto;
        position: relative;
        display: inline-block;
    }
    #f21_contents .style_box_03 ul{
        width: 90%;
    }
    #f21_contents .style_box_04{
        margin-top: 10%;
    }
    #f21_contents .style_box_04{
        width: 100%;
        float: none;
    }
    #f21_contents .style_box_04 ul{
        grid-template-columns: 1fr;
    }
    #f21_contents .style_box_04 ul li{
        margin: 5% auto 0;
    }
    #f21_contents .style_box_04 .credit_wrap {
        max-width: 250px;
        width: 100%;
        margin: 5% auto;
        position: relative;
        display: inline-block;
        float: none;
        text-align: center;
    }
    #f21_contents .style_box_05 ul li{
        width: 100%;
        margin-top: 5%;
    }
    #f21_contents .style_box_05 ul li:nth-of-type(2){
        width: 48.5%;
        margin-top: 5%;
    }
    #f21_contents .style_box_05 ul li:nth-of-type(3){
        width: 48.5%;
        margin-right: 0;
        margin-top: 30%;
        float: left;
    }
    #f21_contents .style_box_05 .credit_wrap {
        max-width: 250px;
        width: 100%;
        margin: 5% auto;
        position: relative;
        display: inline-block;
        float: none;
        text-align: center;
    }
    #f21_contents .style_box_06{
        margin: 5% auto 0;
    }
    #f21_contents .style_box_06 ul{
        width: 90%;
        grid-template-columns: 1fr;
        column-gap: 0;
    }
    #f21_contents .style_box_06 ul li:nth-of-type(2){
        margin-top: 5%;
    }
    #f21_contents .credit_wrap .credit .item{
        font-size: 12px;
    }
    #f21_contents .item_box{
        padding: 10% 0;
    }
    #f21_contents .item_box h3{
        font-size: 20px;
    }
    #f21_contents .item_box .credit{
        font-size: 12px;
        letter-spacing: 0px;
    }
    
    #f21_contents .item_box .point_box .point{
        font-size: 11px;
    }
    #f21_foot{
        margin: 15% auto 0;
    }
    #f21_foot .btn_box{
        padding-bottom: 13.33333vw;
        flex-wrap: wrap;
        max-width: 86vw;
    }
    #f21_foot .btn_box .all_items_wrap{
        margin-bottom: 8vw;
    }
    #f21_foot .btn_box .all_items_wrap, #f21_foot .btn_box .brand_top {
        max-width: 89.6vw;
        width: 100%;
        margin: 0 auto;
    }
    #f21_foot .btn_box .all_items_wrap a, #f21_foot .btn_box .brand_top a{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 67px;
        background: #000;
    }
    #f21_foot .btn_box .all_items_wrap a span, #f21_foot .btn_box .brand_top a span{
        font-size: 16px;
        line-height: 1.3125;
        letter-spacing: 0.2em;
        text-align: center;
    }
    #f21_foot .btn_box .all_items_wrap .annotation {
        margin: 3.46666vw auto 0;
        font-size: 12px;
        text-align: center;
        color: #000;
    }
    #f21_foot .btn_box .brand_top{
        margin-bottom: 8vw;
        margin-top: 8vw;
    }
    


    .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;
    }



}



