@charset "UTF-8";

body {
    font-family: "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    letter-spacing: 1px;
}

.lp-concept h2,.lp-charm h2, .lp-cost h2, .lp-cost h2, .lp-voice h2, .lp-flow h2, .lp-question h2, .lp-place h2, .h2-royalty{
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
    font-size: 30px;
    text-align: center;
    border-bottom: 2px solid #d2bc99;
    width: 40%;
    margin: 0 auto;
    position: relative;
}
@media screen and (max-width:600px) {
    .lp-concept h2,.lp-charm h2, .lp-cost h2, .lp-cost h2, .lp-voice h2, .lp-flow h2, .lp-question h2, .lp-place h2 {
        width: 90%!important;
        font-size: 18px;
    }
}

.lp-concept h3,.lp-charm h3, .lp-cost h3, .lp-cost h3, .lp-voice h3, .lp-flow h3, .lp-question h3, .lp-place h3 {
    font-size: 20px;
    border-bottom: 1px solid red;
    width: 50%;
    margin-top: 40px!important;
    margin-bottom: 40px!important;
    padding-bottom: 10px;
}

.lp-concept p,.lp-charm p, .lp-cost p, .lp-cost p, .lp-voice p, .lp-flow p, .lp-question p, .lp-place p {
    line-height: 1.65;
    letter-spacing: 1px;
    font-size: 15px;
    margin-bottom: 30px;
}
@media screen and (max-width:600px) {
.lp-concept span,.lp-charm span, .lp-cost span, .lp-cost span, .lp-voice span, .lp-flow span, .lp-question span, .lp-place span {
    font-size: 14px;
}
}

.text-red {
    color: red;
}

.margin-left20 {
    margin-left: 20px;
}

.margin-rigth10 {
    margin-right: 10px;
}

.container-lp{
    width: 100%;
    margin: 0 auto;
    margin-top: 100px;
    padding: 0!important;
    display: block!important;
    max-width: 1400px!important;
}
.container-lp.mt0 {
    margin-top: 0;
}

.top-img {
    /* width: 80%; */
    width: 100%;
    margin: 0 auto;
}
.top-img img {
    width: 100%;
}


/* * * * * * * * * * * * * * * * 
        lp-concept 
* * * * * * * * * * * * * * * * */


.concepts {
    width: 100%;
    display: flex;
}
.concepts-left, .concepts-right{
    width: 50%;
}
.concepts-left {
    background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 80%),url(../../img/fc/member_store-concept.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    /* opacity: 0.5; */
}
@media screen and (max-width:600px) {
    .concepts-left {
    background: url(../../img/fc/member_store-concept.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    }
}
.concepts-left img {
    width: 100%;
    object-fit: cover;
}
.concepts-logo {
    width: 70%;
    text-align: left;
    margin: 40px 0;
}
.concepts-logo img {
    width: 100%;
}

.concepts-right {
    padding: 50px 50px 0 50px;
}
.concepts-right h2 {
    margin-bottom: 30px;
    padding: 0;
    font-size: 18px;
    text-align: left;
    line-height: 200%;
    border-bottom: 0px;
    width: 100%;
    letter-spacing: 3px;
}


@media screen and (max-width:1000px) {
    .concepts {
        flex-direction: column; /* モバイル時は縦並び */
    }
    .concepts-left {
        height: 300px;
    }
    .concepts-left, .concepts-right{
        width: 100%;
    }
    .concepts-right {
        padding: 0 20px;
        margin-top: 30px;
    }
    .concepts-logo {
        width: 100%;
        text-align: center;
    }
    .concepts-logo img {
        width: 40%;
    }
    .concepts-right h2 {
        font-size: 14px;
        text-align: center;
        width: 100%!important;
    }
}
@media screen and (max-width:600px) {
    .concepts-logo img {
        width: 75%;
    }
}


/* * * * * * * * * * * * * * * * 
        lp-concept 
* * * * * * * * * * * * * * * * */





/* * * * * * * * * * * * * * * * 
        lp-charm
* * * * * * * * * * * * * * * * */


.h2-sub {
    display: block;
    margin-top: 10px;
    font-size: 16px;
    margin-bottom: 15px;
}


.charm-list {
    width: 95%;
    margin: 0 auto;
    margin-bottom: 100px;
}
@media screen and (max-width:600px) {
    .charm-list {
        margin-bottom: 50px;
    }
}


.charm-list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.charm-list ul li {
    min-width: 23%;
    text-align: center;
    margin-top: 50px;
}
@media screen and (max-width:600px) {
    .charm-list ul li {
        margin-top: 25px;
    }
}

.back-red {
    display: inline-block;
    background-color: red;
    padding: 20px;
    min-width: 300px;
    color: #fff;
    font-weight: 700;
}
@media screen and (max-width:600px) {
    .back-red {
        padding: 10px;
    }
}



.charm-detail {
    width: 95%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
}
.charm-img, .charm-text {
    width: 50%;
}
.charm-img img {
    width: 100%;
    object-fit: cover;
}


@media screen and (max-width:600px) {
    .charm-detail {
        flex-direction: column; /* モバイル時は縦並び */
    }
    .charm-img, .charm-text {
        width: 100%;
    }
    .charm-text {
        order: 1!important;
        padding-bottom: 10px!important;
    }
    .charm-img {
        height: 200px;
        order: 2!important;
    }
}


/* 魅力の画像 */

.charm-img.charm-1 {
    background-image: url(../../img/fc/chram-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.charm-img.charm-2 {
    background-image: url(../../img/fc/chram-2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
}

.charm-img.charm-3 {
    background-image: url(../../img/fc/chram-3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.charm-img.charm-4 {
    background-image: url(../../img/fc/chram-4.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

/* 魅力の画像 */

.charm-text  {
    background-color: #fafafa;
    padding-bottom: 50px;
}
.charm-text h3, .charm-text p  {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 30px;

}

.number {
    color: red;
    font-size: 35px;
    margin-right: 10px;
}

.order1 {
    order: 1;
}
.orde2 {
    order: 2;
}


/* * * * * * * * * * * * * * * * 
        lp-charm
* * * * * * * * * * * * * * * * */





/* * * * * * * * * * * * * * * * 
        lp-cost
* * * * * * * * * * * * * * * * */


.h2-cost, .h2-charm {
    width: 50%;
    font-weight: 400!important;
    padding-bottom: 0!important;
}
.cost-list {
    width: 80%;
    margin: 50px auto;
}
.cost-lists {
    margin-bottom: 50px;
}
.cost-lists p {
    margin-bottom: 15px;
    font-size: 18px;
}
table, th, td {
    border:0.5px solid #333;
    padding: 20px 0;
    font-size: 15px;
    text-align: center;
    width: 100%;
}
th {
    width: 25%;
    font-weight: 500;
}
td {
    width: 75%;
}


.cost-lists ul {
    margin: 15px 0;
}
.cost-lists ul li {
    font-size: 12px;
    margin: 15px 0;
}
@media screen and (max-width:600px) {
    .cost-list {
        width: 90%;
    }
}
/* * * * * * * * * * * * * * * * 
        lp-cost
* * * * * * * * * * * * * * * * */





/* * * * * * * * * * * * * * * * 
        lp-royalty
* * * * * * * * * * * * * * * * */



.royalty-list {
    width: 80%;
    margin: 50px auto;
}

table img {
    width: 50%;
}

.royalty-lists th, .royalty-lists td {
    width: 50%;
    vertical-align: middle;
}

@media screen and (max-width:600px) {
    .royalty-list {
        width: 90%;
    }    
    table th,table td{
        width:100%;
        display:block;
    }
    .royalty-lists th, .royalty-lists td {
        width: 100%;
    }
}

/* * * * * * * * * * * * * * * * 
        lp-royalty
* * * * * * * * * * * * * * * * */





/* * * * * * * * * * * * * * * * 
        lp-voice
* * * * * * * * * * * * * * * * */


.h2-voice {
    width: 40%;
}
.voice-detail {
    width: 80%;
    margin: 0 auto;
    margin-top: 50px;
}
.voice-detail-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.voice-detail-list li {
    width: 80%;
    margin: 0 auto;
    display: flex;
    box-shadow: 0 0 8px gray;
    border-radius: 10px;
    margin-bottom: 50px;
}
.voice-img {
    width: 40%;
    padding: 3%;
    display: flex;
    align-items: center;
}
.voice-img img {
    width: 100%;
}
.voice-text {
    width: 60%;
    display: flex;
    align-items: center;
    padding: 3%;
}
.voice-text span {
    font-size: 18px;
    font-weight: 600;
    color: red;
    margin-bottom: 20px;
}
.voice-text p {
    margin-bottom: 0;
}

@media screen and (max-width:1000px) {
    .voice-detail-list li {
        flex-direction: column;
    }
    .voice-img,.voice-text {
        width: 100%;
    }
}
@media screen and (max-width:600px) {
    .voice-detail {
        width: 90%;
    }
    .voice-detail-list li {
        width: 100%;
    }
}



/* * * * * * * * * * * * * * * * 
        lp-voice
* * * * * * * * * * * * * * * * */





/* * * * * * * * * * * * * * * * 
        lp-flow
* * * * * * * * * * * * * * * * */

.flow-detail ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 100%;
    margin: 0 auto;
    margin-top: 50px;
}

.flow-detail ul li {
    border: 1px solid #989898;
    margin-bottom: 30px;
    width: 30%;
    min-width: 300px;
    padding: 15px;
    position: relative;
}
.none {
    border: 0px solid #989898!important;
}

.flow-detail ul li::after{
    position: absolute;
    bottom: 10px;
    right: -28px;
    left: inherit;
    content: "";
    width: 20px;
    height: 20px;
    background-size: contain;
    background-image: url(../../img/fc/arrow-right.png);
}
@media screen and (max-width:750px) {
.flow-detail ul li::after {
    position: absolute;
    bottom: -25px;
    left: 0;
    right: 0;
    margin: auto;
    content: "";
    width: 20px;
    height: 20px;
    background-size: contain;
    background-image: url(../../img/fc/arrow-bottom.png);
}
}
.aroow-none::after {
    background-image: none!important;
}


/* * * * * * * * * * * * * * * * 
        lp-flow
* * * * * * * * * * * * * * * * */





/* * * * * * * * * * * * * * * * 
        lp-question
* * * * * * * * * * * * * * * * */

.question-detail {
    width: 80%;
    margin: 0 auto;
    margin-top: 50px;
}
.question-detail div p {
    margin-bottom: 30px;
    font-size: 15px;
    position: relative;
    padding-left: 30px;
}
.question-detail div::before, .question-last::after {
    display: block;
    content: "";
    width: 100%;
    height: 7px;
    background-image: url(../../img/fc/diagona-line.png);
    background-size: 60px;
    margin-bottom: 30px;
}

.question-q::before,.question-q.answer::before {
    display: inline-block;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
}
.question-q::before {
    background-image: url(../../img/fc/question.png);
}
.question-q.answer::before {
    background-image: url(../../img/fc/answer.png);
}

@media screen and (max-width:600px) {
    .question-detail {
        width: 90%;
        margin: 0 auto;
    }
}


/* * * * * * * * * * * * * * * * 
        lp-question
* * * * * * * * * * * * * * * * */





/* * * * * * * * * * * * * * * * 
        lp-place
* * * * * * * * * * * * * * * * */

.lp-place {
    margin-bottom: 100px;
}
.place-detail {
    width: 80%;
    margin: 0 auto;
    margin-top: 50px;
}
.place-detail-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.place-detail-list li {
    width: 27%;
    min-width: 200px;
}
.place-img, .place-text {
    width: 100%;
}
.place-img{ 
    height: 200px;
}
.place-text {
    margin-top: 20px;
}
.place-img img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.font-bold { 
    font-weight: 600;
    margin-bottom: 20px;
}

@media screen and (max-width:600px) {
    .place-detail {
        width: 90%;
        margin: 0 auto;
    }
}

@media screen and (max-width:500px) {
    .place-detail-list li {
        width: 100%;
        min-width: 200px;
    }
}

/* * * * * * * * * * * * * * * * 
        lp-place
* * * * * * * * * * * * * * * * */




/* * * * * * * * * * * * * * * * 
        readmore
* * * * * * * * * * * * * * * * */
@media screen and (max-width:600px) {
    .readmore-inside01,.readmore-inside02,.readmore-inside03,.readmore-inside04,.readmore-inside05,.readmore-inside06,.readmore-inside07 {
        margin-top: 90px;
        display: none;
    }
    .readmore01:before,.readmore02:before,.readmore03:before,.readmore04:before,.readmore05:before,.readmore06:before,.readmore07:before {
        position: absolute;
        content: "";
        width: 20px;
        height: 20px;
        margin: auto;
        left: 0;
        right: 0;
        bottom: -60px;
        background-image: url(../../img/fc/open.png);
        background-size: contain;
        background-repeat: no-repeat;
        vertical-align: middle;
    }
    .readmore-click:before {
        position: absolute;
        content: "";
        width: 20px;
        height: 20px;
        margin: auto;
        left: 0;
        right: 0;
        bottom: -60px;
        background-image: url(../../img/fc/close.png);
        background-size: contain;
        background-repeat: no-repeat;
        vertical-align: middle;
    }
}
/* * * * * * * * * * * * * * * * 
        readmore
* * * * * * * * * * * * * * * * */

footer nav ul li + li {
    margin-left: 28px!important;
}