@charset "utf-8";

/* * * Reset * * */
body, div, section, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ul, ol, li, blockquote, pre, table, th, td, form, figure, fieldset, input, textarea {
    margin: 0;
    padding: 0;
}
img {
    vertical-align: baseline;
}
a img {
    border: none;
}
ol, ul {
    list-style: none;
    list-style-type: none;
}
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
button{
        background-color: transparent;
        border: none;
        cursor: pointer;
        outline: none;
        padding: 0;
        appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
 }



/* * * Setting * * */

body {
    background:#FFF;
      font-family: "Zen Maru Gothic", sans-serif;
      /*font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;*/
  font-weight: 500;
  font-style: normal;
    font-size: 100%;/*3.5vw*/
    color: #333;
    text-align: center;
　　text-size-adjust: 100%;
　　-webkit-text-size-adjust: 100%;/*Chrome,Safari*/
　　-ms-text-size-adjust: 100%;/*EgdeMobile*/
　　-moz-text-size-adjust: 100%;/*firefox*/
}
.PC, .PC2{
    display: none;
}

.zen-maru-gothic-black {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 900;
  font-style: normal;
}


/* * * general * * */
body {

}
#container, .mokumoku{

}

#container, .inner{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 1em;
    text-align: left;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}



/*** header***/
#header{
    background-color: #f9be00;
}
#header .inner{
    display: flex;
    flex-direction: column;
    padding: 1em 0;
}

h1{
    position: relative;
    order:3;
}
h1 img:last-of-type{
    position: absolute;
    top:0;
    left:0;
    z-index: 2;
    
}

/*header_top*/
#header_top{
    order:1;
    
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 1em;
}
/*g_logo*/
#g_logo img{
    height: 1.6em;
}

/*sns*/
.sns{
    order:2;
    display: flex;
    background-color: #FFF;
    border-radius: 0.5em;
    padding: 0.5em;
    gap: 0.5em;
}
.sns img{
    height: 1.6rem;
}



/*nav_bar*/
#nav_bar{
    order:3;
    background: #FFF;
}
#nav_bar ul{
    display: flex;
    justify-content: space-around;
    margin:0 0.3em;
}
#nav_bar li{
    width:33%;
}
#nav_bar li a{
    display: inline-block;
    padding: 0 0.3em;
}


/*** blocks ***/
.blocks {

}
.blocks .mokumoku{
    max-width: 1400px;
    margin: 0 auto;
    background: url("../img/b_mokumoku.png") repeat-y center top;
    background-size: 98%;
}
.blocks .inner{
    position: relative;
    max-width: 980px;
    padding: 0 2rem 2rem 2rem;

}


.blocks .inner .block_title{ /*h2*/

    margin-bottom: 0.6em;

    /*スマホでは大きく*/    
    width: calc(100% + 3rem); 
    margin-left: -1.5rem;
}

.blocks p {
    line-height: 2em;
}









/** series **/
#series{
    background-color: #fefbc6;
    border-top:1em solid #fefbc6;
    border-bottom:1em solid #fefbc6;
}
#series h3{
        text-align: center;
        color: #EA609E;
        margin-bottom: 1em;
        font-size: 120%;
        line-height: 1.8em;


}
#series h3 .marker{
  border-bottom: 3px solid #FFE000;
}









/** lineup **/
#lineup{
    background-color: #eaf4d1;
    border-top:1em solid #eaf4d1;
    border-bottom:1em solid #eaf4d1;
}

#lineup ul{
    display: flex;
    justify-content: space-around;
}
#lineup li{
    width: 45%;
}

#lineup li figcaption{
    padding: 1em 0 0.5em 0;
}




/** lineup_item **/
.lineup_item .inner{
    padding-top: 1em;
}
.lineup_item h2{
    width: 30vw;
    margin-bottom: 0.5em;

}

.item_head{
    display: flex;
    justify-content: space-between;
    margin-bottom: 1em;
}
.item_head figure{
    width:48%;
}
.item_head > div{
    width:48%;
    font-size: 92%;
}
.item_head h3{
    margin-bottom: 0.5em;
    font-weight: 900 !important;
}
.item_head h3 span{
    display: block;
    font-size: 90%;
}

.item_head > div p{
    line-height: 1.5em;
    font-size: 90%;
}
.lineup_item_txt{
    font-size: 98%;
    line-height: 1.6em;
}




/**swiper_area**/
.swiper_area{
    /*スマホでは大きく*/    
    width: calc(100% + 5rem);
    margin-left: -2.5rem;; 
}

.swiper_area h4{
    padding: 1em auto;
}
.swiper_area h4 img{
    display: block;
    height: 3em;
    width:auto;
    margin: 1em auto 0.5em auto;
}




/*voice*/
.voice{
    margin-top: 3em;
    padding: 1em;
    border-radius: 1em;
    background-color: #FFF;
}

.voice h4{
    margin-top: -2em;
}
.voice ul{
    margin-top: 1em;;
}
.voice li{
    padding-bottom: 1em;
}
.voice small{
    display: block;
    text-align: right;
}

.voice h4 img{
    display: block;
    height: 2em;
    width: auto;
    margin: 0 auto;

}


/* lineup_item01 */
#lineup_item01{
    background-color: #FBDFEC;
    border-top:1em solid #FBDFEC;
    border-bottom:1em solid #FBDFEC;    
}
#lineup_item01 .item_head h3{
    color: #EA609E;
}
#lineup_item01 .voice{
    border: 3px dotted #EA609E;
}
#lineup_item01 .voice li::first-letter{
    color: #EA609E;
}





/* lineup_item02 */
#lineup_item02{
    background-color: #DDF3FC;
    border-top:1em solid #DDF3FC;
    border-bottom:1em solid #DDF3FC;    
}
#lineup_item02 .item_head h3{
    color: #54C3F1;
}
#lineup_item02 .voice{
    border: 3px dotted #54C3F1;
}
#lineup_item02 .voice li::first-letter{
    color: #54C3F1;
}


/*step3*/

.step3{
    margin: 0 auto;
    margin-top: 3em;
    width:80%;
}
.step3 h4{
    text-align: center;
}



.step3 ul {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 0 2em;
}
.step3 li{
    background-color: #54C3F1;
    padding: 1.5em;
    border-radius:1em;
    position: relative;
    margin: 2em 0;
    font-size: 80%;
}
.step3 li img{
    display: block;
    width:80%;
    margin: 0 auto;
    padding-bottom: 1em;
}


.step3 li:not(:last-child)::after {
    content: "▼";
    position: absolute;
    font-size: 2em;
    color: #54C3F1;
    margin-top: 1em;
    margin-left: -0.5em;;
    width: 100%;
    text-align: center;
}




/*buybtn*/
.buybtn{
    display: flex;
    margin: 2rem 0;
}
.buybtn div:last-child p {
  display: flex;
  align-items: center; /* 縦中央揃え */
  margin: 0;
}
.buybtn a{
    display: inline-block;
    padding: 0.2em;
}

.buybtn div:last-child p span {
  background-color: #FFF;
  padding-right: 10px;
  position: relative;
  z-index: 2;
}

.buybtn div:last-child p::after {
  content: "";
  flex: 1;              /* 残り幅いっぱいに伸びる */
  height: 1px;
  background: black;
}


.buybtn div:last-child ul{
    display: flex;
}

.buybtn a img{
  display: block;
  margin: 0 auto;
  width: 100%;
  transition: transform 0.2s ease; /* アニメーションを滑らかに */
}
.buybtn a img:hover{
      transform: scale(1.05); /* 5%拡大 */

}







/** advice **/
#advice{
  background-color: #fefbc6;  
  border-top:1em solid #fefbc6;
  border-bottom:1em solid #fefbc6;   
}
#advice .advice_box{
  position: relative;
  border-radius: 1em;
  margin-top: 2em;
}

#advice .advice_box dt{
  background: #fffde0;
  border-top-left-radius: 1em;
  border-top-right-radius: 1em;
  padding: 1em;
}

#advice .advice_box dt span{
  font-size: 120%;
}


#advice .advice_box .profile{
  float: left; 
  width:30%; 
  height: auto;
  margin-left: -2em;
  margin-top: -2em;
  padding-right: 10px;
}

#advice .advice_box dd{
  padding: 1em;
}



/*個別設定*/

#ad_01{
  border: 2px solid #EA609E;
}
#ad_01 dt{
  color: #EA609E;
  border-bottom: 2px dotted #EA609E;
}

#ad_02{
  border: 2px solid #54C3F1;
}
#ad_02 dt{
  color: #54C3F1;
  border-bottom: 2px dotted #54C3F1;
}



/**chara**/
.chara{
    position: absolute;

}
.chara img{
    width:80%;
}
.chara_left{
    left:-150px;
}
.chara_right{
    right:-150px;

}




#chara01_SP{
    width:32%;
    margin: 0.3em auto 0 1em;
}
#chara02_SP{
    width:32%;
    margin: 0.3em auto 0 1em;
}
#chara07_SP{
    width:45%;
    margin: 0.3em auto 0 1em;
}
#chara08_SP{
    width:30%;
    margin: 0.3em auto 0 1em;
}




#chara04{
    margin-top: 4em;
}
#chara05{
    margin-top: -3em;
}
#chara06{
    margin-top: 3em;
}
#chara11{
    margin-top: -10em;
}





/** page_top **/
#page_top {
    /*width: 18%;*/
    height: 60px;
    position: fixed;
    bottom: 0;
    right: 1%;
    /*border-radius: 50%;*/
}
#page_top a {
    position: relative;
    display: block;
    width: 60px;
    height: 60px;
    text-decoration: none;

    opacity: 0.6;
}
#page_top a:hover {
    opacity: 1;
}


@media screen and (max-width: 750px) and (orientation: landscape) { /*横向きの際に適用*/
    .page_top {
        width: 8%;
    }
}




/*** footer***/
#footer {
    background-color: #f9be00;
    padding: 1rem;
    font-size: 80%;
}

#footer .inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
}


#footer-nav{
    display: flex;
    gap: 1em;
}
#footer ul li a{
    text-decoration: none;
    color: #333;
}

#footer #copy {

}



/*** class ***/
.none {
    display: none;
}

.t1em {
    margin-top: 1em;
}
.t2em {
    margin-top: 2em;
}
.t3em {
    margin-top: 3em;
}
.b1em {
    margin-bottom: 1em;
}
.b2em {
    margin-bottom: 2em;
}
.b3em {
    margin-bottom: 3em;
}


.flex_wrap {
    display: flex;
}

a.hover80:hover img {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha( opacity=80 )";
}



/*** ul_type ***/
.ul_type01 li {
    text-indent: -1em;
    padding-left: 1em;
}

em{
    font-style: normal;
    color: #FF0000;
}


















/*------------------------------------------------------
	mediaQuery
*-------------------------------------------------------*/
@media screen and (min-width: 640px) {/*768px*/
    body{
    	font-size: 170%;
    }
    
    .SP {
        display: none;
    }
    .PC {
        display: block;
    }
    
    /** container **/
    #container {
    }
    

    .sns img{
        height: 3rem;
    }

    .blocks .inner{
        padding: 2rem 4rem 4rem 4rem;

    }


    /*buybtn*/
    .buybtn{
        margin: 4rem 2rem;
    }

    /*lineup_item*/
    .lineup_item h2{
        padding-top: 1em;
        max-width: 300px;
    }
    .item_head > div{
        font-size: 100%;
    }
    .item_head > div p{
        font-size: 86%;
    }



    /*step3*/
    .step3{
        width: 90vw;
        margin-left: calc(-45vw + 50%);      
    }
    .step3 ul {
        display: flex;
        flex-direction:row;
        justify-content: space-between;
        margin: 0;
    }
    .step3 li{
        position: relative;   /* 追加 */
        background-color: #54C3F1;
        padding: 1em;
        font-size: 80%;
        width:29%;
        margin: 2em 0;
    }
    .step3 li img{
        display: block;
        margin: 0 auto;
        width: 100%;
    }


    .step3 li:not(:last-child)::after {
        content: "▶";
        position: absolute;
        top: 48%;
        right: -62%;
        transform: translateY(-50%);
        font-size: 1.5em;
        color: #54C3F1;
        pointer-events: none;
    }


#advice .advice_box .profile{
  margin-top: -2.5em;
}









    /**footer**/
    #footer {
    font-size: 80%;
}
    
    /** page_top **/
    .page_top {
        width: 60px;
        right: 0;
    }
}






@media screen and (min-width: 1100px) {
    .SP2 {
        display: none;
    }
    .PC2 {
        display: block;
    }

    /*step3*/
    .step3{
        width: 70vw;
        margin-left: calc(-35vw + 50%);    
    }
}


@media screen and (min-width: 2000px) {
    .SP2 {
        display: none;
    }
    .PC2 {
        display: block;
    }

    /*step3*/
    .step3{
        width: 50vw;
        margin-left: calc(-25vw + 50%);    
    }
}