@charset="UTF-8";

/*全体の構成*/
a{
    text-decoration:none;
    color: #fff;
}
li {
    list-style: none;
}
ul{
    padding: 0;
}
body{
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 28px;
    color: #252525;
    padding: 0;
    margin: 0;
}
body p{
    margin: 0;
    padding: 0 5px;
}
/*スタイルの設定*/
.mb__40{/*mergin-bottom40px*/
    margin-bottom: 40px;
}
.mb__60{
    margin-bottom: 60px;
}
.pb__60{
    padding-bottom: 60px;
}
.bg__pk{/*背景ピンク*/
    background: #e84b7b;
}
.bg__yl{/*背景黄色黄色*/
    background: #fea90b;
}
.bg__gr{/*背景黄色グレー*/
    background: #aaa2a4;
}
.bg__br{/*背景黄色ブラウン*/
    background: #1d0a10;
}
.boder__y{/*黄色い下線*/
    position:relative;
}
.font__w{
    color: #fff;
}
.f__small {
    font-size: 8%;
}
.boder__y:after {/*黄色い下線*/
    content: "";
    position: absolute;
    width: auto;
    height: 8px;
    background: #fea90b;
    opacity: 0.5;
    top: 28px;
    bottom: 2px;
    right: 0;
    left: 0px;
    z-index: -1;
}

/*header*/
.h-nav {
    padding: 10px 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.h-logo{
    width: 120px;
}
.h-logo a {
    width: 100%;
    height: 100%;
    display: flex;
    object-fit: cover;
}
.h-navlist {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin: 0;
    font-size: 18px;
}
.h-navlist-item {
    margin: 0 0 0 20px;
}
.h-navlist-item :hover{
    opacity :0.8;
}
.h-navlist-lastItem a{
    background: #fff;
    padding: 5px 15px;
    border-radius: 20px;
    color: #e84b7b;
    font-weight: bold;
}
@media screen and (max-width: 959px) {
    .h-nav {
        padding: 10px 10px;
    }
    .h-logo img {
        min-width: 100px;
    }
    .h-navlist {
        font-size: 14px;
    }
    .h-navlist-lastItem a{
        padding: 5px 5px;
    }
}
/*メインイメージ*/
.mainImg {
    background-image: url(img/main01.png);
    background-size: cover;
    background-position: center center;
    width: 100%;
    max-width: 100%;
    min-height: 632px;
}
.mainImgWrap {
    position: absolute;
    max-width: 450px;
    right: 55%;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    background: rgb(206,206,206,0.5);
}
.mainImgWrap-subtitle {
    font-weight: bold;
    color: #fff;
    font-size: 18px;
    padding: 3px 0 10px 0;
}
.mainImgWrap-title {
    max-width: 380px;
    margin: 0 0 20px 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.mainImgWrap-subscription {
    padding: 0 20px;
    margin: 20px 0 0 0;
    display: block;
    max-width: 192px;
    height: 33px;
    font-size: 24px;
    color: #fff;
}
.mainImgWrap-img {
    width: 100%;
}
.mainImgWrap-text {
    font-size: 16px;
    color: #f5f5f5;
    margin: 0 0 20px 0;
}
.mainImgWrap-info {
        display: block;
        max-width: 350px;
        width: 100%;
    }
.mainImgWrap-info img {
    width: 100%;
    box-sizing: border-box;
}
.mainImgWrap-info:hover{
    opacity: 0.7;
}
@media screen and (max-width: 959px){
    .mainImg {
        background: url(img/main01.png) center center no-repeat;
        background-size: cover;
        min-height: 400px;
    }
    .mainImgWrap {
        position: initial;
        max-width: 980px;
        min-height: 400px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        padding: 24px 16px;
        background-color: rgba(179,168,168,0.5);
    }
    .mainImgWrap-subtitle {
        font-size: 16px;
        padding: 10px 0;
    }
    .mainImgWrap-title {
        max-width: 380px;
        margin: 0 auto 20px;
    }
        .mainImgWrap-img {
        max-width: 300px;
        padding: 0 0 13px;
    }
    .mainImgWrap-subscription {
        margin: 20px auto 10px;
    }
    .mainImgWrap-text {
        color: #fff;
    }
    .mainImgWrap-info{
        margin: 0 auto 16px;
    }
    .mainImgWrap-info a{
        display: block;
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
}

/*動画王説明*/
.about-title {
    font-size: 36px;
    text-align: center;
    margin: 0;
    padding: 20px 16px;
    background: #e84b7b;
    color: #fff;
}
.about-wrap {
    margin: 0;
    background: #1d0a10;
    color: #fff;
    text-align: center;
}
.about-wrapTitle {
    margin: 0;
    padding: 40px;
    font-size: 26px;
}
.about-wrap {
    margin: 0;
    padding: 0 0 40px;
    background: #1d0a10;
    color: #fff;
    text-align: center;
}
.about-wrapList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    max-width: 900px;
    margin: 0 auto 40px;
}
.about-wrapListiItem {
    max-width: 173px;
}
.about-wrapListiItem-text {
    font-size: 16px;
}
.about-point {
    max-width: 600px;
    margin: 0 auto;
    padding: 20px 40px;
    font-size: 18px;
    background: #fea90b;
    color: #1d0a10;
    font-weight: bold;
}
@media screen and (max-width: 959px) {
    .about-title {
        font-size: 26px;
    }
    .about-wrapListiItem {
        max-width: 140px;
        margin: 0 0 10px 0;
    }
    .about-wrapListiItem img{
        width: 100%;
    }
}
/*サービス*/
.service {
    background: #aaa2a4;
    padding: 40px 16px;
}
.service-hd {
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: baseline;
}
.service-hdTitle {
    font-weight: bold;
    color: #1d0a10;
}
.service-hdSubtitle {
    font-size: 18px;
    color: #fff;
}
.service-titleText {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    margin: 0 0 30px 0;
}
.service-list {
    max-width: 900px;
    margin: 0 auto 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.service-listItem {
    max-width: 180px;
    background: #fff;
    padding: 0 5px;
    margin: 0 0 50px 0;
    text-align: center;
}
.service-listItem-wrapTitle {
    font-size: 18px;
    font-weight: bold;
    color: #1d0a10;
    padding: 20px 0;
}
.service-listItem-wrapReccomend-star {
    color: #f5c043;
    margin: 0 0 4px 0;
    background: #e8e8e8;
}

.service-listItem-wrapDescription {
    font-size: 0.89rem;
    height: 110px;
    padding: 10px 5px;
    background: #361f26;
    color: #fff;
}
.service-listItem-wrapReccomend-title {
    font-size: 16px;
    padding: 10px 0;
    background: #ee799d;
    color: #fff;
}
.service-listItem-wrapDescription-last{
    background: #1d0a10;
}
.service-listItem-wrapReccomend-title-last{
    background: #e84b7b;
}
.service-listItem-last{
    position: relative;
}
.service-listItem-last:before{
    position: absolute;
    content: "おすすめ";
    color: #fff;
    font-size: 12px;
    width: 55px;
    height: 55px;
    text-align: center;
    line-height: 55px;
    border-radius: 50%;
    background: #e84b7b;
    top: -40px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.service-point {
    max-width: 700px;
    margin: 0 auto;
    background: #fff;
    border-radius: 8px;
    padding: 15px;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    position:relative;
}
.service-point:before {
    position: absolute;
    content: "POINT";
    color: #fff;
    font-size: 12px;
    width: 55px;
    height: 55px;
    text-align: center;
    line-height: 55px;
    border-radius: 50%;
    background: #e84b7b;
    top: -27px;
    left: 35px;
}
@media screen and (max-width: 959px) {
    .service-titleText {
        font-size: 28px;
    }
    .service-point:before {
        top: -45px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
}
@media screen and (max-width: 640px){
    .service-listItem{
        
    }
}

/*VOICE*/
.voice {
    padding: 40px 16px;
}
.voice-hd {
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: baseline;
}
.voice-hdTitle {
    font-weight: bold;
    color: #1d0a10;
}
.voice-hdSubtitle {
    font-size: 18px;
    color:#aaa2a4;
}
.voice-titleText {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #aaa2a4;
    margin: 0 0 30px 0;
}
.voice-wrapList {
    max-width: 960px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: white;
}
.voice-wrapListItem {
    display: flex;
    max-width: 450px;
    padding: 20px 10px;
    margin: 0 5px 15px;
    background: #f5c043;
    border-radius: 12px;
}
.voice-wrapListItem-img {
    margin: 0 20px 0 0;
}
.voice-wrapListItem-img img{
    border-radius: 50%;
    width: 70px;
}
.voice-wrapListItem-wrap {
    font-size: 16px;
}
.voice-wrapListItem-erapPrf {
    display: flex;
    margin: 0 0 5px 0;
}
.voice-wrapListItem-erapPrfAdd {
    width: 50px;
    font-weight: bold;
    margin: 0 20px 0 0;
}
.voice-wrapListItem-erapPrfName {
    background: #fff;
    display: block;
    FONT-WEIGHT: 200;
    padding: 0 5px;
    border-radius: 25px;
}
@media screen and (max-width: 1100px){
    .voice-titleText {
        font-size: 18px;
    }
    .voice-wrapListItem {
        margin: 0 auto 15px;
    }
    .voice-wrapListItem-erapPrf {
        font-size: 14px;
    }
}
/*手順*/
.process {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
    font-size: 24px;
    padding: 0 16px;
}
.processe-title {
    font-weight: bold;
    color: #1d0a10;
    margin: 0 0 20px;
}
.process-titleText {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #aaa2a4;
    margin: 0 0 30px 0;
}
.process-wrap {
    max-width: 600px;
    margin: 0 auto;
    color: #fff;
}
.process-wrapStep {
    background: #e84b7b;
    font-size: 18px;
    margin: 0 0 50px;
    padding: 8px;
    height: 70px;
    position: relative;
}
.process-wrapStep-item{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    text-align: center;
    }
.process-wrapStep-last .process-wrapStep-item{
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        text-align: center;
    }
.process-wrapStep p {
    font-size: 14px;
}
.process-wrapStep-last {
    display: flex;
    justify-content: space-between;
}
.process-wrapStep-last>div {
    width: 48%;
    box-sizing: border-box;
}
.triangle__g:before {/*やじるし*/
    content: "";
    position: absolute;
    top: -62%;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: inline-block;
    width: 23px;
    height: 23px;
    border-bottom: 4px solid #ccc;
    border-right: 4px solid #ccc;
    transform: rotate(45deg);
}
.account {/*専用アカウント*/
    height: 160px;
    position:relative;
}
.account span{
    font-size:10px;
}
.account:before {
    content: "";
    position: absolute;
    top: -27%;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: inline-block;
    width: 23px;
    height: 23px;
    border-bottom: 4px solid #ccc;
    border-right: 4px solid #ccc;
    transform: rotate(45deg);
}
@media screen and (max-width: 650px){
    .process-wrpaStep-item{
        position: absolute;
        font-size: 90%;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        text-align: center;
    }
    .process-wrpaStep-last .process-wrpaStep-item{
        position: absolute;
        top: 50%;
        left: 50%;
        width: 150px;
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        text-align: center;
    }
    .process-wrpaStep-last {
    justify-content: space-around;
    }
}
/*Q&A*/
.faq-title {
    text-align: center;
    background: #1d0a10;
    padding: 5px 0;
    color: #fff;
    font-weight: bold;
}
.faq-wrap {
    max-width: 900px;
    margin: 0 auto;
}
.faq-wrapList {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 16px;
}
.faq-wrapListItem {
    max-width: 380px;
    padding: 20px 10px 0;
    margin: 0 0 20px 0;
}
.faq-wrapListItem-q {
    background: #f5c043;
    padding: 10px 10px 10px 30px;
    position:relative;
}
.faq-wrapListItem-q:before {
    position: absolute;
    content: "Q.";
    top: 8px;
    left: 10px;
    font-weight: bold;
    color: #fff;
}
.faq-wrapListItem-a{
    padding: 10px 10px 10px 30px;
    font-weight: bold;
    position:relative;
}
.faq-wrapListItem-a:before {
    position: absolute;
    content: "A.";
    top: 8px;
    left: 10px;
    font-weight: bold;
    color: #e84b7b;
}
@media screen and (max-width: 960px){
    .faq-wrapList {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
}
.entry {
    background: #1d0a10;
    padding: 40px 16px;
}
.entryWrap {
    max-width: 600px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.entry_main-btn{
    width: 100%;
    padding: 40px 16px;
    margin: 0 0 40px;
    font-size: 20px;
    text-align: center;
    display: block;
    background: #e84b7b;
    border-radius: 5px;
    border-bottom: 8px solid #ae385c;
}
.entry_sub-btn {
    width: 260px;
    font-size: 16px;
    text-align: center;
    display: block;
    background: #946674;
    border-radius: 5px;
    border-bottom: 8px solid #67424d;
}
.entry_main-btn:hover,
.entry_sub-btn:hover{
    opacity :0.8;
}
.entry_sub-btn a{
    width: 100%;
    height: 100%;
    padding: 10px;
    display: flex;
    box-sizing: border-box;
    justify-content: center;
}
.entry_main-btn_title {
    font-size: 24px;
    font-weight: bold;
}
.entry_main-btn_text {
    font-size: 16px;
}
.entryText{
    text-align: center;
    color: #fff;
    font-size: 23px;
    margin: 0 0 30px 0;
}
@media screen and (max-width: 600px){
    .entry_sub-btn {
        width: 100%;
        margin: 0 0 26px;
    }
}
.footer {
    background: #1d0a10;
    color: #fff;
    font-size: 14px;
    text-align: center;
    padding: 20px 0;
}