/* CSS Document */
:root{
    /* key colors */
    --red: #CC3333;
    --darkred: #AF2F2B;
    --winered: #993535;
    --incred: #751515;
    --seriesred: #800F0F;
    --faqred: #B9525E;
    --balloon_a: #A22F4F;
    --balloon_b: #A8437A;
    --kidneyred: #6A4548;
    --brown: #483B3C;
    --guide: #9A7A79;
    --gold: #AE9966;
    --lightgold: #D1CA91;
    --yellow: #FFF7BC;
    --cream: #F2EBD0;
    --snowwhite: #e2e2e2;
    --lightgray: #CFCFCF;
    --emerald: #52A0A4;

    /* font family */
    --font_jp: "游明朝体", Yu Mincho, serif;
    --font_sans_jp: "游ゴシック体", Yu Gothic, sans-serif;
    --font_en: serif;
    --font_sans_en: sans-serif;

    /* font size */
    --base_font_size: 16pt;

    /* device minimum size */
    --pc_inner: 1024px;
    --tab_inner: 769px;
    --sp_inner: 320px;
}

/*　 ---------------------------
　  for all devices
----------------------------- */
*{
    margin: 0;
    padding: 0;
    
    border-collapse: collapse;
    box-sizing: border-box;
}
html{
    font-size: var(--base_font_size);
    margin: 0;
    padding: 0;
}
body{
    box-sizing: border-box;
    font-family: var(--font_jp);
    font-size: .76em;
    line-height: 1.8em;
    margin: 0;
    padding: 0;
    width: 100vw;
    overflow-x: hidden;
}
#container{
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 100vw;
    position: relative;

}
section{
    margin: 0 auto;
    padding: 0;
    width: 100%;
}
section .inner{
    margin: 0 auto;
    width: 100%;
    max-width: var(--tab_inner);
}
/*
.for_sp{display:block;}
.for_tab, .for_pc{display:none;}
*/
/* - cta ----------------------- */
section.cta{
    margin: 0 auto;
    padding: 0 0 40px 0;
    width: 100%;
    max-width: 100vw;
}
section.cta > .inner{
    background: url(../img/bk_trialset.jpg) no-repeat center 60%;
    background-size: auto 150%;
    max-width: 100%;
    width: 100%;
    height: 100vw;
    padding-top: 10px;
}
section.cta > .inner h1{
    color: var(--red);
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    font-family: var(--font_jp);
    font-size: 1.2em;
    font-weight: normal;
    line-height: 1.6em;
    padding: 1em;
    text-align: center;
}
section.cta > .inner h1 i{
    background: var(--red);
    color: #fff;
    font-family: var(--font_sans_jp);
    font-size: .8em;
    font-style: normal;
    font-weight: normal;
    margin: 1em;
    padding: .2em 1em;
    text-align: center;
}
section.cta > .inner h1 span{
    border-top: 1px solid var(--red);
    font-size: .8em;
    margin-top: .5em;
    padding-top: .5em;
}
section.cta > .inner h2{
    background: var(--red);
    box-sizing: border-box;
    color: var(--lightgold);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1.4em;
    font-weight: normal;
    margin: 30vw auto auto auto;
    padding: 1em;
    text-align: center;
    width: 80%;
    max-width: 80vw;
}
section.cta > .inner h2 span{
    display: block;
    font-size: .6em;
    font-weight: normal;
    color: #fff;
}
section.cta .item_detail{
    display: block;
    margin: 0 auto;
    width: 100%;
}
section.cta .item_detail::before{
    background: url(../img/balloon_now.png) no-repeat bottom left;
    background-size: 100px;
    content: "";
    display: block;
    width: 100%;
    height: 40vw;
    z-index:101;
}
section.cta .item_detail .inner h4{
    color: var(--red);
    font-family: var(--font_sans_jp);
    font-size: .8em;
    font-weight: bold;
    line-height: 1.6em;
    text-align: center;
}
section.cta .item_detail .inner img.item_img{
    margin: 4vw auto 10vw auto;
    padding: 0;
    display: block;
    width: 90%;
    box-sizing: border-box;
}
section.cta .item_detail .inner img.proper_img{
    margin: 4vw auto 10vw auto;
    padding: 0;
    display: block;
    width: 80%;
    box-sizing: border-box;
}
section.cta .item_detail .inner h3{
    margin: 0 auto;
    padding: 0;
    line-height: 0;
    width: 100%;
}
section.cta .item_detail .inner h3 img{
    margin: 0 auto;
    padding: 0;
    display: block;
    width: 80%;
    box-sizing: border-box;  
}
section.cta .item_detail .inner p.price{
    color: var(--red);
    font-size: 3em;
    font-weight: bold;
    margin: 0 auto;
    padding: 30px 0 20px 0;
    text-align: center;
}
section.cta .item_detail .inner p.price span:first-child{
    background: var(--gold);
    border-radius: 10px;
    color: #fff;
    font-size: .4em;
    font-family: var(--font_sans_jp);
    font-weight: 100;
    padding: .5em;
}
section.cta .item_detail .inner p.price span:last-child{
    font-size: .8em;
    font-weight: 100;
}
section.cta .item_detail .inner dl{
    border: 2px solid var(--gold);
    color: var(--gold);
    padding: 1em;
    line-height: 1.4em;
}
section.cta .item_detail .inner dt{
    text-align: center;
    font-size: .8em;
    font-family: var(--font_sans_jp);
    font-weight: bold;
    border-bottom: 1px solid var(--gold);
    padding: 2px 0 8px 0;
}
section.cta .item_detail .inner dd{
    font-family: var(--font_sans_jp);
    padding-top: 8px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    font-size: .8em;
}
section.cta .item_detail .inner dd span{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
section.cta .item_detail .inner dd em{
    font-style: normal;
}
section.cta .item_detail .inner.cv
    margin: 0 auto;
    padding: 0;
}
section.cta .item_detail .inner.cv:first-child ul{
    display: flex;
    flex-direction: column;
    padding: 0 0 40px 0;
}
section.cta .item_detail li{
    color: var(--gold);
    font-family: var(--font_jp);
    font-size: 1.8em;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 1em 0 0 0;
    text-align: center;
    width: 100%;
}
section.cta .item_detail .inner.cv {
    margin: 0 auto;
    padding: 0;
    width: 90%;
}
section.cta .item_detail .inner.cv ul{
    margin: 0 auto;
    padding: 0;
}
section.cta .item_detail .inner.cv li{
    margin: 0;
    padding: 0;
}
section.cta .item_detail .inner.cv li.flex_row{
    display: flex;
    flex-direction: column;
    justify-content: space-between;    
    flex-wrap: nowrap;
}
section.cta .item_detail .inner.cv li img{
    width: 100%;
}
section.cta .item_detail .inner.cv li:last-child img,
section.cta .item_detail .inner.cv li:last-child p{
    width: 100%;
}
section.cta .item_detail .inner.cv li:last-child img{
    margin: .5em auto;
    display: block;
}
section.cta .item_detail li span{
    font-size: .5em;
}
section.cta .item_detail li p{
    color: #666;
    font-size: 10px;
    font-family: var(--font_sans_jp);
    font-weight: normal;
    line-height: 1.6em;
    padding: 1em 0 2em 0;
    text-align: left;
}
section.cta .item_detail p.att{
    font-family: var(--font_sans_jp);
    font-size: .8em;
    padding: 1em;
    line-height: 1.2em;
}
section.cta a img{
    width: 100%;
}
section.cta .inner.inner_02{
    margin: 0 auto;
    padding: 5vw 5vw 10vw 5vw;
}


/* - heroimage --------------------------- */
section.heroimage{
    background: #DBDBE7 url(../img/item_series_3x.png) no-repeat center 108%;
    background-size: 62%;
    height: 178vw;
    position: relative;
}
section.heroimage > h1{
    margin: 0 auto;
    padding: 20px 0 20px 20px;
    width: 100%;
    line-height: 0;
    height: 70px;
}
section.heroimage > h1 img{
    height: 80%;
}
section.heroimage .box{
    background: var(--red);
    color: #fff;
    text-align: center;
    width: 78%;
    margin: 0 auto;
    padding: 8vw 4vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
section.heroimage .box h4{
    font-size: 1em;
    font-weight: 100;
    letter-spacing: 1px;
    border-bottom: 1px solid var(--lightgold);
    padding-bottom: .4em;
}
section.heroimage .box h3{
    padding-top: .8em;
    font-size: 1.05em;
    font-weight: 100;
    line-height: 1.2em;
}
section.heroimage .box h1{
    font-size: 1.8em;
    padding: .4em 0 .2em 0;
}
section.heroimage .box h1 span{
    font-size: 1em;
    font-weight: normal;
    color: var(--lightgold);
}
section.heroimage .box p{
    font-size: 1.2em;
}
section.heroimage .box h2{
    font-size: 1em;
    font-weight: 100;
    color: var(--lightgold);
}
section.heroimage::after{
    content: "";
    display: block;
    margin: auto;
    padding: 0;
    width: 14vw;
    height: 16vw;
    background: url(../img/scroll.png) no-repeat top center;
    background-size: cover;
    position: absolute;
    bottom: -5vw;
    left: 0;
    right: 0;
    z-index: 110;
 }
/* - concept ----------------------------- */
section.reason .developer{
    background: var(--gold);
    padding: 3vw;
}
section.reason .developer .inner{
    border: 2px solid var(--yellow);
    padding: 3vw;
}
section.reason .developer .inner h2{
    color: var(--yellow);
    font-family: var(--font_jp);
    font-size: .88em;
    font-weight: normal;
    text-align: center;
    margin: 0 auto;
    padding: 0;
}
section.reason .developer .inner dl{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
section.reason .developer .inner dt{
    width: 46%;
}
section.reason .developer .inner dd{
    width: 54%;
    color: #fff;
    font-size: .8em;
    font-family: var(--font_sans_jp);
    line-height: 1.6em;
    display: flex;
    align-items:center;
}
section.reason .developer .inner dt img{
    display: block;
    margin: 0 auto;
    width: 90%;
}

/* - ranking ----------------------------- */
div.ranking{
    background: url(../img/bk_triangle.png) repeat;
    background-size: cover;
    padding: 10vw 5vw;
}
div.ranking h1{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-family: var(--font_jp);
    font-weight: normal;
    line-height: 1.24em;
}
div.ranking h1 span:first-child{
    color: var(--red);
    font-size: 1.2em;
    padding: 2px 0 12px 0;
}
div.ranking h1 span:nth-child(2){
    color: var(--red);
    font-size: 1em;
    padding: 2px 0;  
}
div.ranking h1 span:nth-child(3){
    font-size: .8em;
    padding: 2px 0;  
}
div.ranking h1 span:nth-child(3) strong{
    color: var(--emerald);
    font-size: 2em;
}
div.ranking h1 span:nth-child(3) strong sup{
    color: #000;
    font-size: 12px;
}
div.ranking ul{
    list-style-type: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
div.ranking li{
    margin: 0;
    padding: 10px;
    width: 50%;
}
div.ranking li img{
    width: 100%;
}
div.ranking p{
    font-size: .6em;
    line-height: 1.6em;
    font-family: var(--font_sans_jp);
}


/* - lineup ----------------------------- */
section.lineup{
    background: var(--winered) url(../img/bk_border.png) repeat;
    background-size: 5% auto;
    padding: 10vw 0;
}
section.lineup h2{
    background: url(../img/lineup_line.png) no-repeat bottom center;
    background-size: 88% auto;
    color: var(--gold);
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    font-weight: normal;
    margin-bottom: 30px;
    padding-bottom: 30px;
    text-align: center;
}
section.lineup h2 span{
    color: #fff;
    font-size: .8em;
}
section.lineup h2.basic{
    background: unset;
    color: #fff;
    font-weight: normal;
    margin: 0 auto;
    padding: 3vw 0 0 0;
}
section.lineup h2.basic span{
    background: var(--brown);
    color: #fff;
    display: flex;
    align-items: center;
    font-family: var(--font_jp);
    margin: 3vw auto;
    padding: 2vw 0;
    text-align: center;
    width: 80%;
}
section.lineup h2.basic span:before,
section.lineup h2.basic span:after{
    content: "";
    flex-grow: 1;
    height: 1px;
    background: #fff;
    display: block;
    margin: auto 1em;
}
section.lineup p.small{
    color: #fff;
    font-size: .6em;
    font-family: var(--font_sans_jp);
    text-align: center;
    padding: 1vw 3vw;
}
section.lineup .full{
    margin: 0 auto;
    padding: 0 0 5vw 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
section.lineup ul{
    margin: 0 auto;
    padding: 0;
    width: 100%;
}
section.lineup li{
    list-style-type: none;
    width: 100%;
}
section.lineup li dl{
    background: -moz-linear-gradient(top, transparent, transparent 10%, var(--gold) 10%, var(--gold) 90%, transparent 90%, transparent);
    background: -webkit-linear-gradient(top, transparent, transparent 10%, var(--gold) 10%, var(--gold) 90%, transparent  90%, transparent);
    background: linear-gradient(to bottom, transparent, transparent 10%, var(--gold) 10%, var(--gold) 90%, transparent 90%, transparent);
    display: flex;
    flex-direction: row;
    min-height: 130vw; 
    width: 92%;
}
section.lineup .full.basic li dl{
    background: -moz-linear-gradient(top, transparent, transparent 10%, var(--brown) 10%, var(--brown) 90%, transparent 90%, transparent);
    background: -webkit-linear-gradient(top, transparent, transparent 10%, var(--brown) 10%, var(--brown) 90%, transparent  90%, transparent);
    background: linear-gradient(to bottom, transparent, transparent 10%, var(--brown) 10%, var(--brown) 90%, transparent 90%, transparent);
}
section.lineup li dt{
    width: 35%;
}
section.lineup li.item04 dt img{
    width: 70%;
}
section.lineup li dd{
    width: 65%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px 10px 10px 1em;
}
section.lineup li dd h3{
    margin: 0;
    padding: 0;
    color: var(--winered);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 1.6em;
    font-weight: normal;
    line-height: 1em;
    width: 100%;
}
section.lineup .full.basic li dd h3{
    color: var(--gold);
    display: flex;
}
section.lineup li dd h3 span{
    color: #fff;
    font-size: .5em;
}

section.lineup .full.basic li dd h3 span{
    color: var(--cream);
}

section.lineup li dd p{
    font-size: .7em;
    line-height: 1.6em;
    width: 100%;
}
section.lineup .full.basic li dd p{
    color: #fff;
}
section.lineup li dd p.price{
    text-align: right;
    padding-bottom: 1em;
}
section.lineup li dd sup{
    color: var(--darkred);
    font-size: .8em;
    line-height: 0;
}
section.lineup li dd p.att{
    color: var(--darkred);
    font-size: .6em;
    text-align: right;
    width: 100%;
}
section.lineup li dt img{
    margin-top: 20vw;
    width: 90%;
}
section.lineup li.item04 dt img,
section.lineup li.item05 dt img{
    margin-left: 5vw;
    width: 55%;
}
section.lineup li.item05 dt img{
    width: 76%;
}
section.lineup li.item06 dt img{
    width: 80%;
}
section.lineup li:nth-child(2) dl,
section.lineup li:nth-child(4) dl{
    display: flex;
    flex-direction: row-reverse;
    float: right;
}

/* - suggest ----------------------------- */
section.suggest{
    margin: 0 auto;
    padding: 0;
    background: url(../img/bk_onayami.jpg) no-repeat top right;
    background-size: auto 120%;
    height: 130vw;
}
section.suggest h2{
    padding: 10vw 0 5vw 5vw;
    width: 100%;
}
section.suggest h2 img{
    width: 70%;
}
section.suggest h2 img.for_pc{
    display: none;
}
section.suggest ul{
    padding-left: 5vw;
    list-style-type: none;
    width: 70%;
}
section.suggest li{
    width: 100%;
}
section.suggest li img{
    width: 90%;
}
section.suggest li:nth-child(1){
    text-align: left;
}
section.suggest li:nth-child(2){
    text-align: center;
}
section.suggest li:nth-child(3){
    text-align: right;
}
section.suggest h3{
    padding: 40px 0 0 0;
    width: 100%;
}
section.suggest h3 img{
    margin: 0 auto;
    width: 100%;
}

/* - series ----------------------------- */
section.series{
    margin: 0 auto;
    padding: 0;
}
section.series .inner h2{
    margin: 0 auto;
    padding: 1em 0 0 0;
    width: 100%;
    text-align: center;
    font-size: 1.6em;
    font-weight: normal;
    color: var(--darkred);
}
section.series .inner h3{
    margin: 0 auto;
    width: 100%;
    text-align: center;
    font-size: 1.6em;
    font-weight: normal;
    color: var(--darkred);
}
section.series .inner h3 span{
    font-size: .8em;
}
section.series .inner h3 strong{
    color: var(--gold);
    font-weight: normal;
}
section.series .inner h3 strong span{
    font-size: 1em;
}
section.series .inner h3 strong small{
    font-size: .8em;
}
section.series .inner p{
    margin: 0 auto;
    padding: 1.5em 0;
    font-size: .8em;
    line-height: 1.8em;
    text-align: center;
}
section.series .full.image{
    margin: 0 auto;
    padding: 5vw 0 0 0;
    background: url(../img/bk_series_arrow.png) no-repeat top center;
    background-size: 110% auto;
    width: 100%;
    display: block;
}
section.series .full.image img{
    margin: 0 auto;
    display: block;
    width: 70%;
}
section.series ul{
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: 0 auto 40px auto;
    padding: 0 20px;
    list-style-type: none;
}
section.series li{
    background: var(--seriesred);
    border: 1px solid var(--gold);
    color: var(--gold);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1em;
    line-height: 1.6em;
    height: 68px;
    margin: 10px 0;
    padding: 10px;
    width: 100%;
}
section.series li span{
    font-size: .78em;
}

/* - about ----------------------------- */
section.about{
    padding: 0;
}
section.about .title{
    background: url(../img/bk_about.jpg) no-repeat center top;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 2em;
    width: 100%;
    height: 80vw;
}
section.about .title .wrap{
    background: var(--incred);
    border: 1px solid var(--gold);
    color: var(--gold);
    font-family: var(--font_jp);
    padding: 1em;
}

section.about .title .wrap h2{
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 1.2em; 
    font-weight: normal;
    line-height: 1.6em;
    margin: .5em;
    padding-bottom: .5em;
    text-align: center;
    border-bottom: 1px solid var(--gold);
}
section.about .title .wrap h2 span{
    color: #fff;
    font-size: .78em;
}
section.about .title .wrap p{
    line-height: 1.4em;
    color: var(--snowwhite);
    font-family: var(--font_sans_jp);
    font-size: .8em;
    line-height: 1.8em;
    padding: 1em;
}
section.about .inner{
    margin: 0 auto;
    padding: 40px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between; 
}
section.about .inner p{
    font-family: var(--font_sans_jp);
    font-size: .8em;
    padding-bottom: 1em;
}

/* - point ----------------------------- */
section.point{
    background: url(../img/bk_point.jpg) no-repeat;
    background-position: 50% 50%;
    background-size: auto 100%;
    padding: 10vw 0;
}
section.point .inner{
    margin: 5vw auto;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between; 
}
section.point .inner h2{
    color: var(--winered);
    font-weight: normal;
    line-height: 1.8em;
    text-align:center;
}
section.point .inner h2 sup{
    font-size: .6em;
}
section.point .inner h2 span{
    font-size: .68em;
    line-height: .6em;
    display: inline-block;
}
section.point .inner h2 strong{
    font-size: 2em;
    font-weight: normal;
}
section.point .inner h2 b{
    font-size: 1.24em;
    font-weight: normal;
}
section.point .inner ol{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    list-style-type: numeric;
    color: var(--gold);
}
section.point .inner ol li{
    background: var(--darkred);
    color: #fff;
    display: flex;
    justify-content: center;
    flex-direction: column;
    font-size: .94em;
    line-height: 1.8em;
    padding: 1em 1em 1em 4em;
    position: relative;
    height: 80px;
    margin: 20px;
}
section.point .inner ol li:before{
    color: var(--gold);
    font-family: var(--font_en);
    font-size: 3em;
    font-style: normal;
    font-weight: normal;
    position: absolute;
    top: .6em;
    left: .4em;
    bottom: .6em;
}
section.point .inner ol li:nth-child(1):before{
    content: "1";
}
section.point .inner ol li:nth-child(2):before{
    content: "2";
}
section.point .inner ol li:nth-child(3):before{
    content: "3";
}
section.point .inner ol li span:first-child{
    font-size: 3em;
    padding: 8px 16px;
    width: 1.4em;
}
section.point .inner ol li:nth-child(2) span:last-child{
    font-size: .8em;
    line-height: 1em;
}
section.point .inner dl,
section.closing .inner dl{
    background: #fff;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: auto;
    border: 3px solid var(--darkred);
}
section.point .inner dl{
    margin-top: 5vw;
    width: 90%;
}
section.point .inner dt,
section.closing .inner dt{
    padding: 3vw 2vw 0 2vw;
    color: var(--darkred);
    font-size: .78em;
    font-weight: bold;
    line-height: 1.6em;
    text-align: center;
    font-family: var(--font_sans_jp);
}
section.point .inner dd,
section.closing .inner dd{
    padding: 3vw 2vw;
    color: #000;
    font-size: .7em;
    font-family: var(--font_sans_jp);
    line-height: 1.6em;
    text-align: left;
}

/* - includes ----------------------------- */
section.includes{
    background: var(--winered);
    padding: 10vw 0;
}
section.includes h2{
    width: 100%;
}
section.includes h2 img{
    width: 100%;
}
section.includes .inner{
    margin: 2vw auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
section.includes .inner dl{
    margin: 4vw auto;
    padding: 1em;
    background: var(--incred);
    color: #fff;
    font-family: var(--font_jp);
    font-size: .8em;
    line-height: 1.8em;
    width: 90%;
    box-shadow: 0px 2px 5px rgba(0,0,0,0.4);
}
section.includes .inner dt{
    border-bottom: 1px solid var(--gold);
    font-size: 1.2em;
    padding: 10px;
}
section.includes .inner dd{
    padding: 10px;
    font-family: var(--font_sans_jp);
    font-weight: normal;
}

/* - message -------------------------- */
section.message{
    background: #fff url(../img/bk_triangle.png) repeat;
    background-size 100% 100%;
    padding: 10vw 0;
}
section.message dl{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin: 0 auto;
    width: 98%;
}
section.message dt{
    width: 50%;
}
section.message dt img{
    margin: 0 auto;
    width: 98%;
}
section.message dd{
    color: var(--brown);
    font-family: var(--font_jp);
    font-size: 1.24em;
    padding: 2em .5em;
    width: 50%;
    filter: drop-shadow(2px 2px 1px #ccc);
}
section.message dd p{
    display: inline-block;
    width: 100%;
    font-family: var(--font_sans_jp);
    font-size: .6em;
    text-align: right;
}
section.message .frame{
    background: var(--brown);
    border: 2px solid var(--gold);
    color: #fff;
    font-family: var(--font_sans_jp);
    font-size: .8em;
    line-height: 1.8em;
    margin: 0 auto;
    padding: 1em;
    width: 98%;
}

/* - flow ----------------------------- */
section.flow{
    margin: 0;
    padding: 0;
    position: relative;
}
section.flow h2{
    border-top: 1px solid var(--red);
    border-bottom: 1px solid var(--red);
    color: var(--red);
    font-family: var(--font_sans_jp);
    font-size: .9em;
    font-weight: normal;
    margin: 0 auto 1em auto;
    padding: .5em 0;
    text-align: center;
    width: 30%;
    z-index: 100;
    position: absolute;
    top: 1.5em;
    left: 0;
    right: 0;
    bottom: auto;
}
section.flow img{
    margin: 0 auto;
    padding: 0;
    width: 100%;
    display: block;
    z-index: 0;
}
/* - guide ----------------------------- */
section.guide{
    background: var(--guide);
    font-family: var(--font_sans_jp);
    padding: 10vw 0;
}
section.guide .inner h2{
    border-bottom: 1px solid #fff;
    color: #fff;
    font-size: .9em;
    font-weight: normal;
    margin: 0 auto 1em auto;
    padding: 0 0 .5em 0;
    text-align: center;
    width: 50%;
}
section.guide .inner dl{
    border: 0;
    font-family: var(--font_sans_jp);
    margin: 10vw auto 0 auto;
    padding: 0;
    width: 90%;
}
section.guide .inner dt{
    background: #fff url(../img/guide_arrow_down.png) no-repeat 96% center;
    background-size: 20px;
    color: var(--darkred);
    font-size: .78em;
    font-weight: bold;
    line-height: 1.64em;
    height: 4em;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding: 0 1.5em;
}
section.guide .inner dl dt.active{
    background: #483B3C url(../img/guide_arrow_up.png) no-repeat 96% center;
    background-size: 20px;
    color: #fff;
}
section.guide .inner dd{
    display: block;
    background: var(--cream);
    color: #000;
    font-size: .78em;
    font-family: var(--font_sans_jp);
    line-height: 1.68em;
    padding: 1em;
    display: none;
}
section.guide .inner dd h3{
    padding: 1em 0 .5em 0;
    color: var(--darkred);
    font-size: 1.2em;
    font-weight: bold;  
}
section.guide .inner dd p{
    padding: .5em 0 1em 0;
}
section.guide .inner dd span,
section.guide .inner dd strong{
    color: var(--darkred);
    font-weight: bold;
}
section.guide .inner dd img{
    margin: 10px auto;
    padding: 0;
    display: block;
    width: 98%;
}
/* - voice ----------------------------- */
section.voice{
    padding: 0 0 10vw 0;
}
section.voice .title{
    background: #fff url(../img/bk_uservoice_sp.jpg) no-repeat top right;
    background-size: 100% auto;
    height: 55vw;
    width: 100%;
}
section.voice .inner,
section.voice .title .inner{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
section.voice .title .inner{
    width: 100%;
}
section.voice .title .inner h2{
    margin: 1em 0 0 0;
    padding: .5em;
    background: var(--balloon_a);
    color: #fff;
    font-size: 1.36em;
    font-family: var(--font_jp);
    font-weight: normal;
    letter-spacing: 2px;
    width: 60%;
    text-align: center;
}
section.voice .title .inner p{
    margin: 0;
    padding: .5em 1em;
    color: #000;
    font-family: var(--font_sans_jp);
    font-size: .84em;
    font-weight: normal;
    line-height: 1.6em;
    width: 60%;
}
section.voice .title .inner p span{
    margin: 0;
    padding: 0;
    display: inline-block;
    font-size: .8em;
    text-align: right;
    width: 100%;
}

/* balloon */
section.voice dl{
    display: flex;
    flex-direction: column-reverse;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
section.voice dt{
    margin-top: -30px;
    padding-right: 20px;
    color: #000;
    font-family: var(--font_jp);
    font-size: .9em;
    text-align: right;
}
section.voice dd{
    margin: 40px 5px;
    position: relative;
    padding: 20px;
    background-color: var(--balloon_a);
    border-radius: 10px;
    color: #ffffff;
    font-size: .9em;
  }
  section.voice dl:nth-child(2n) dd{
    background-color: var(--balloon_b);
  }
  /* 色付きの半円 */
  section.voice dd::before{
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    transform: rotate(45deg);
    left: 20px;
    bottom: -24px;
    border-left: 20px solid var(--balloon_a);
    border-bottom: 20px solid var(--balloon_a);
    border-right: 20px solid transparent;
    border-top: 20px solid transparent;
  }
  section.voice dl:nth-child(2n) dd::before{
    border-left: 20px solid var(--balloon_b);
    border-bottom: 20px solid var(--balloon_b);
  }
  /* 白い半円 */
  section.voice dd::after{
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    transform: rotate(45deg);
    left: 37px;
    bottom: -27px;
    border-left: 1px solid #ffffff;
    border-bottom: 20px solid #ffffff;
    border-right: 20px solid transparent;
    border-top: 20px solid transparent;
  }

/* - faq ----------------------------- */
section.faq{
    background: var(--faqred);
    padding: 10vw 0 20vw 0;
}
section.faq .inner h2{
    border-bottom: 1px solid #fff;
    color: #fff;
    font-family: var(--font_jp);
    font-size: 1.24em;
    font-weight: normal;
    margin: 0 auto;
    padding: 0 0 .5em 0;
    text-align: center;
    width: 50%;
}
section.faq .inner dl{
    border: 0;
    font-family: var(--font_sans_jp);
    margin: 10vw auto 0 auto;
    padding: 0;
    width: 90%;
}
section.faq .inner dt{
    background: #483B3C url(../img/faq_arrow_down.png) no-repeat 96% center;
    background-size: 20px;
    border: 1px solid var(--gold);
    color: var(--yellow);
    font-size: .78em;
    line-height: 1.64em;
    height: 4em;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding: 0 2.5em 0 0;
}
section.faq .inner dt::before{
    content: "Q";
    font-family: var(--font_en);
    font-size: 2em;
    font-style: oblique;
    padding: .5em .5em .5em .3em;
}
section.faq .inner dt.active{
    background: #483B3C url(../img/faq_arrow_up.png) no-repeat 96% center;
    background-size: 20px;
}
section.faq .inner dd{
    display: block;
    background: #fff;
    border: 1px solid var(--gold);
    color: #000;
    font-size: .8em;
    font-family: var(--font_sans_jp);
    line-height: 1.8em;
    padding: 1em;
    display: none;
}

/* - closing ----------------------------- */
section.closing{
    min-height: 150vw;
}
section.closing .image{
    background: url(../img/closing_bk.jpg) no-repeat bottom center;
    background-size: 100% auto;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: 100vw;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
section.closing .image h2{
    background: -moz-linear-gradient(top ,#EA8A8A, rgba(255,255,255,0) 40%);
    background: -webkit-linear-gradient(top ,#EA8A8A, rgba(255,255,255,0) 40%);
    background: linear-gradient(to bottom,#EA8A8A, rgba(255,255,255,0) 40%);
    margin: 0 auto;
    padding: 2.5em 0 0 0;
    color: var(--darkred);
    font-size: .9em;
    line-height: 1.6em;
    font-weight: normal;
    text-align: center;
    width: 100%;
}
section.closing .inner{
    margin: 0 auto;
    padding: 2vw 2vw 4vw 2vw;
    width: 98%;
    max-width: 980px;
}
section.closing .inner dl{
    margin: 4vw auto 0 auto;
    padding: 0;
    width: 100%;
    height: auto;
    border: 3px solid var(--darkred);
}
section.closing .inner dt{
    padding: 2vw 2vw 0 2vw;
    color: var(--darkred);
    font-size: .74em;
    font-weight: bold;
    line-height: 1.6em;
    text-align: center;
    font-family: var(--font_sans_jp);
}
section.closing .inner dd{
    padding: 3vw 2vw;
    color: #000;
    font-size: .7em;
    font-family: var(--font_sans_jp);
    line-height: 1.6em;
    text-align: left;
}


/* - footer ----------------------------- */
footer{
    background: var(--brown);
    box-sizing: border-box;
    color: var(--snowwhite);
    font-family: var(--font_sans_jp);
    margin: 0 auto;
    padding: 1vw;
    width: 100%;
    position: relative;
    bottom: 0;
}
footer address{
    font-style: normal;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 0 auto;
    padding: 2vw 0;
    width: 100%;
}

footer address dl{
    margin: 0 auto;
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    font-size: .8em;
}

footer address dt{
    margin: 0;
    padding: 2px 1em;
    width: 30%;
    text-align: left;
}
footer address dd{
    margin: 0;
    padding: 2px 1em;
    width: 80%;
    text-align: left;
}
footer small{
    display: flex;
    font-family: var(--font_sans_en);
    font-size: .6em;
    font-weight: 300;
    letter-spacing: .1em;
    flex-direction: row;
    justify-content: center;
    margin: 0 auto;
    padding: 0;  
    text-align: center;
}

/* - floating cta ----------------------------- */
section#floating{
    margin: 0 auto;
    padding: 5px;
    background: var(--lightgray);
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}
section#floating ul{
    margin: 0 auto;
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    list-style-type: none;
}
section#floating li{
    margin: 0;
    padding: 0;
    line-height: 0;
    width: 48%;
}
section#floating li a{
    border: 0;
}
section#floating li a img{
    width: 100%;
}

/*　 ---------------------------
　  for old smartphone
----------------------------- */
@media screen and (max-width:320px){
    body{ font-size: .62em; }
}

/*　 ---------------------------
　  for desktop
----------------------------- */
@media screen and (min-width: 751px){
    body{
        background: #eee;
    }
    #container{
        max-width: 980px;
        background: #fff;
    }
    /* cta */
    section.cta{
        margin: 0 auto;
        padding: 0;
        max-width: 100%;
    }
    section.cta > .inner{
        height: 600px;
        background-size: auto 130%;
    }
    section.cta > .inner h1{
        font-size: 1.48em;
        height: 300px;
    }
    section.cta > .inner h2{
        margin: 30% auto auto auto;
    }
    section.cta .item_detail::before{
        height: 140px;
        background-size: 140px;
        background-position: bottom left;
    }
    section.cta .item_detail .inner h4{
        font-size: 18px;
        line-height: 1.6em;
    }
    section.cta .item_detail .inner img.item_img{
        width: 80%;
    }
    section.cta .item_detail .inner img.proper_img{
        margin: 0 auto;
        width: 50%;
    }
    section.cta .item_detail .wrap{
        margin: 0 auto;
        padding: 30px 0;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 90%;
    }
    section.cta .item_detail .inner .wrap h3,
    section.cta .item_detail .inner .wrap p.price{
        display: flex;
        align-items: center;
        font-size: 52px;
    }
    section.cta .item_detail .inner .wrap h3{
        width: 100%;
    }
    section.cta .item_detail .inner .wrap h3 img{
        width: 60%;
    }
    section.cta .item_detail .inner.cv ul{
        width: 80%;
    }
    section.cta .item_detail .inner.cv ul li a img{
        width: 80%;
    }
    section.cta .item_detail .inner.cv p{text-align: right;}

    /* sec01 */
    section.heroimage{
        background-position: 20% 115%;
        background-size: 36%;
        height: 480px;
        max-height: 480px;
    }
    section.heroimage .box{
        margin: 0 0 0 auto;
        padding: 30px 10px;
        width: 350px;
        height: 320px;
    }
    section.heroimage::after{
        width: 72px;
        height: 82px;
    }
    /* sec02 */
    section.reason .developer .inner.gold{
        width: 98%;
        max-width: 979px;
        padding: 40px 20px 20px 20px;
    }
    section.reason .developer .inner.gold h2{
        font-size: 21px;
        line-height: 1.8em;
    }
    section.reason .developer .inner.gold dt{
        width: 40%;
        padding: 20px;
    }
    section.reason .developer .inner.gold dd{
        font-size: 18px;
        line-height: 1.8em;
        width: 60%;
        padding: 32px;
    }
    section.reason .ranking{
        margin: 0 auto;
        padding: 100px 20px;
    }
    section.reason div.ranking ul{
        margin: 30px auto;
        width: 80%;
    }
    div.ranking h1{
        line-height: 2em;
    }
    div.ranking h1 span:first-child{
        font-size: 42px;
    }
    div.ranking h1 span:nth-child(2){
        font-size: 36px;
    }
    div.ranking h1 span:nth-child(3){
        font-size: 32px;
    }
    div.ranking h1 span:nth-child(3) strong sup{
        font-size: 10px;
        vertical-align: text-top;
    }
    /* sec04 */
    section.lineup{
        margin: 0 auto;
        padding: 100px 0;
        background-size: 3% auto;
    }
    section.lineup h2{
        margin: 0 auto;
        width: 50%;
        line-height: 1.2em;
        font-size: 42px;
    }
    section.lineup h2 span{
        font-size: 22px;
    }
    section.lineup li dl{
        width: 80%;
        min-height: 200px;
    }
    section.lineup li dt{
        width: 20%;
    }
    section.lineup li dt img,
    section.lineup li.item05 dt img{
        margin: 0 auto;
        width: 90%;
    }
    section.lineup li dd{
        padding: 42px;
        width: 80%;
    }
    section.lineup li dd p{
        font-size: .96em;
    }
    section.lineup h2.basic{
        padding: 0;
        font-size: 32px;
    }
    section.lineup h2.basic span{
        margin: 0 auto 10px auto;
        padding: 10px 0;
    }
    section.lineup p.small{
        font-size: 12px;
    }
    /* sec05 */
    section.suggest{
        background-size: auto 110%;
        padding: 0;
        height: 600px;
    }
    section.suggest .inner h2{padding: 50px 0 30px 30px;}
    section.suggest .inner h2 img.for_pc{display:block;}
    section.suggest .inner h2 img.for_tab.for_sp{display:none;}
    section.suggest .inner ul{width: 75%;}
    section.suggest .inner ul li img{width: 70%;}
    
    /* sec06 */
    section.series .inner h3{
        font-size: 36px;
        line-height: 1.4em;
    }
    section.series .full.image{
        background-size: 110% auto;
    }
    section.series .full.image img{
        width: 40%;
    }
    section.series .inner h2{
        font-size: 36px;
        line-height: 1.4em;
    }
    section.series .inner p{
        font-size: 21px;
    }
    section.series .inner ul{
        width: 60%;
    }
    /* sec07 */
    section.about .title{
        height: 400px;
    }
    section.about .title .wrap{
        padding: 50px 30px;
        width: 60%;
    }
    section.about .title .wrap h2{
        font-size: 24px;
    }
    section.about .title .wrap h2 span{
        font-size: 16px;
    }
    section.about .inner p{
        display: block;
        font-size: 14px;
        margin: 0 auto;
        width: 80%;
    }
    /* sec08 */
    section.point .inner h2 span{
        font-size: 18px;
    }
    section.point .inner{
        width: 80%;
        max-width: 80%;
    }
    section.point .inner ol li{
        font-size: 1.1em;
    }
    section.point .inner ol li::before{
        font-size: 42px;
    }
    section.point .inner ol li br{
        display: none;
    }
    section.point .inner dd{
        font-size: 14px;
    }
    /* sec09 */
    section.includes h2{
        margin: 0 auto;
        width: 60%;
    }
    section.includes .inner {
        margin: 2vw auto;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    section.includes .inner dl{
        width: 44%;
    }
    section.includes .inner dl:last-child{
        width: 94%;
    }
    /* sec10 */
    section.message dl{
        width: 80%;
    }
    section.message dt{
        width: 40%;
    }
    section.message dd{
        width: 60%;
        font-size: 32px;
        line-height: 2em;
        padding: 0 20px;
    }
    section.message .frame{
        width: 80%;
        padding: 20px;
        font-size: 18px;
        text-align: center;
    }
    /* sec12 */
    section.flow{
        background: #eee;
        padding: 50px 32px 100px 32px;
    }
    section.flow h2{
        position: relative;
        top: 0;
        margin-bottom: 50px;
    }
    section.flow img{
        margin: 0 auto;
        width: 80%;
        max-width: 600px;
    }
    /* sec13 */
    section.guide .inner h2{
        font-size: 24px;
    }
    section.guide .inner dl{
        width: 80%;
    }
    /* sec14 */
    section.voice .title{
        margin: 0 auto;
        padding: 0;
    }
    section.voice .title .inner{
        margin: 0 auto;
        padding: 30px;
        width: 90%;
        max-width: 90%;
    }
    section.voice .title .inner p{
        padding: 2em;
        font-size: 16px;
        line-height: 1.8em;
    }
    section.voice .inner{
        padding-top: 0;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: flex-start;
    }

    section.voice .inner dl{
        width: 44%;
    }
    section.voice dl:nth-child(1){
        order: 1;
    }
    section.voice dl:nth-child(2){
        order: 3;
        margin-top: -100px;
    }
    section.voice dl:nth-child(3){
        order: 5;
    }
    section.voice dl:nth-child(4){
        order: 2;
    }
    section.voice dl:nth-child(5){
        order: 4;
    }
    section.voice dl:nth-child(6){
        order: 6;
        display: block;
        width: 44%;
        height: 10px;
    }
    /* sec15 */
    section.faq{

    }
    /* sec16 */
    section.closing{
        height: unset;
        min-height: 800px;
    }
    section.closing .image{
        background: url(../img/closing_bk.jpg) no-repeat bottom center;
        background-size: 108% auto;
        height: 610px;
    }
    section.closing .image h2{
        padding: 10% 0% 5% 45%;
        font-size: 18px; 
        line-height: 1.8em;
        text-align: left;
    }
    section.closing .inner dl{
        width: 80%;
    }
    section.closing .inner dd{
        font-size: 14px;
    }
}
/*　 ---------------------------
　  for Large display desktop
----------------------------- */
@media screen and (min-width: 980px){
    #container{
        margin: 0 auto;
        max-width: 980px;
    }

    /* cta */
    section.cta{
        padding-bottom: 100px;
    }
    section.cta > .inner h2{
        margin: 24% auto auto auto;
    }
    section.cta .inner.inner_02{
        padding: 25px 50px 50px 50px;
    }
    section.cta .item_detail .inner img.item_img{
        margin: 50px auto;
    }
    section.point,
    section.message,
    section.guide,
    section.faq{
        padding: 50px 0;
    }
    section.point .inner h2{
        margin-bottom: 50px;
    }
    section.guide .inner dl{
        margin: 50px auto 0 auto;
    }
    section.guide .inner dl:last-child{
        margin-bottom: 100px;
    }
    section.voice{
        padding-bottom: 50px;
    }
    section.voice .title{
        height: 380px;
    }
    section.faq .inner dl{
        margin: 50px auto 0 auto;
    }
    section.closing .image{
        background-size: 90% auto;
    }
        
}