@charset "UTF-8";

body{
    font-size: 17px;
    font-family:'Hiragino Sans','ヒラギノ角ゴシック','sans-serif';
    color: #3a3a3a;
    letter-spacing: 0.05em;
}
img{
    width: 100%;
}
section{
    margin: 0 20px;
}
section p{
    color: #292929;
    line-height: 2em;
    margin: 30px 0 30px;
}
.bold{
    font-weight: 700;
}
.pink{
    color: #ea0e9f;
}
.gray{
    color: #7c7c7c;
}
.yellow{
    color: #fff958;
}
.underline_yellow{
    background: linear-gradient(transparent 65%, #fff958 65%);
    margin-bottom: -5px;
}
h1 .underline_yellow{
    text-decoration: #fff958 underline 40%;
    text-underline-offset: -35%;
    background:none;
}
.small{
    font-size: 72%;
}
.big{
    font-size: 115%;
}
.flex{
    display: flex;
}
.body_inner{
    max-width: 620px;
    margin: 0 auto;
    box-shadow: 0 0 5px #ddd;
    padding-bottom: 60px;
    text-align: center;
}
.sp{
    display: none;
}
.pc{
    display: block;
}
.pc_flex{
    display: flex;
}
sup {
    top: -2em;
    font-size: 40%;
}
p.annotation{
    font-size: 70%;
    text-align: end;
    margin:0 0 15px;
}

/* header */
header{
    background: #e9bbd9;
    padding: 20px 0;
}
header p {
    text-align: center;
    font-family: 'Noto Serif JP';
    font-size: 25px;
    color: #fff;
    font-weight: bold;
}
/* main_visual */
.main_visual{
    margin: 0 20px;
}
.title{
    width: auto;
    margin: 0 auto 15px;
}
.main_visual h1 {
    font-size: 35px;
    padding: 35px 0 2px;
    text-align: center;
    border-bottom: 3px solid #e9bbd9;
    line-height: 1.4em;
    margin-bottom: 5px;
}
.pr {
    text-align: right;
    margin: 10px auto 15px;
    max-width: 800px;
    font-size: 15px;
}

.section_title{
    background: #ef4eb7;
    padding: 15px 0;
    margin: 25px 0;
}
h2{
    padding: 13px 15px;
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    line-height: 1em;
}
.background{
    background-image: url(../images/bk_pc.png);
    background-repeat: no-repeat;
    background-position: center;
}
.background p{
    padding: 70px 50px 70px 0;
    color: #fff
}
p.bfaf_triangle{
    position: relative;  
    margin: 0 0 10px;  
}
.bfaf_triangle::before,.bfaf_triangle::after{
    content: "";
    position: absolute;
    top: 14px;
    border: 7px solid transparent;
    border-top: 10px solid #ea0e9f; 
}
.bfaf_triangle::before{
    left: 10px;
}
.bfaf_triangle::after{
    right: 10px;
}
.images_continuous img{
    margin-top: 10px;
}
/* 吹き出し */
.comment {
    padding: 20px 0;
    justify-content: center;
}
.pp_comment{
    padding: 0;
    justify-content: center;
}
.p_comment{
    padding: 0 0 10px;
    justify-content: center;
}
.woman {
    width: 100%;
    max-width: 80px;
    bottom: 50px;
    left: 15px;
}
.icon{
    position: relative;
    margin: auto 0;
}
.icon::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 45%;
    left: 85px;
    border: 7px solid transparent;
    border-right: 7px solid #fffdcc;
}
.says {
    display: inline-block;
    margin: 0 0 0 20px;
    padding: 0 30px;
    border-radius: 12px;
    background: #fffdcc;
    
}
.says p {
    font-size: 16px;
    text-align: start;
}
.instagram{
    justify-content: space-between;
}
.instagram img{
    margin: auto 5px;
    max-width: fit-content;
    box-shadow: 1px 1px 3px 0px #ddd;
}
h3 {
    font-size: 20px;
    font-weight: 700;
    color: #ef4eb7;
    padding: 10px 20px;
    margin-bottom: 45px;
    border-bottom: 2px solid #ef4eb7;
    margin: 25px auto 15px;
    text-align: start;
}
.annotations p{
    margin: 0;
}
.section2 p.slash{
    left: 22%;
    margin-top: 10px;
}
p.slash{
    margin: 0 0 10px;
    font-size: 20px;
    font-weight: 700;
    color: #1ea200;
    position: relative;
    display: inline-block;
    padding: 0 45px;
    top: 0;
    left: 43%;
    transform: translateX(-50%);
}
p.slash::before, p.slash::after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 44px;
    height: 2px;
    background-color: #1ea200;
}
p.slash::before {
    transform: rotate(60deg);
    left:0;
}
p.slash::after {
    transform: rotate(-60deg);
    right: 0;
}
.section2 .button img{
    max-width: 70%;
    padding: 0 0 20px;
}
.button img{
    max-width: 90%;
    filter: drop-shadow( 2px 2px 2px #ddd);
    padding: 0 0 10px;
}
/* CVボタンキラッとさせる */
@keyframes shine {
    0% {
        left: -160%;
        opacity: 0;
    }
    70% {
        left: -160%;
        opacity: 0.5;
    }
    71% {
        left: -160%;
        opacity: 1;
    }
    100% {
        left: -20%;
        opacity: 0;
    }
}
.button {
    width: 100%;
    text-align: center;
}
.btn{
    display: block;
}
.shine {
    border: 2px solid transparent;
    position: relative;
    overflow: hidden;
    display: block;
}
.shine::before {
    content: "";
    animation: shine 4s cubic-bezier(0.25, 0, 0.25, 0.5) infinite;
    background-color: #fff;
    width: 140%;
    height: 100%;
    transform: skewX(-45deg);
    top: 0;
    left: -160%;
    opacity: 0.5;
    position: absolute;
    z-index: 50;
}
/* fotter */
.footer_container_fluid {
    width: 100%;
    background: #f5f5f5;
    margin: auto;
}
.footer_container {
    width: 90%;
    margin: 0 auto;
    text-align: center;
    font-size: 12px;
}
.footer_container ul {
    padding: 5px 0;
}
.footer_container ul li {
    padding: 0;
    display: inline-block;
    margin: 15px 10px 0 0;
}
.footer_container ul li a {
    color: #9A9A9A;
}
.copyright {
    width: 100%;
    margin: auto;
    color: #9A9A9A;
    font-size: 10px;
    text-align: center;
    padding: 0 0 15px 0;
}
/* arrow */
.arrow{
    position: relative;
    margin-bottom: 80px;
}
.arrow::after{
    content: "";
    position: absolute;
    bottom: -130px;
    border: 80px solid transparent;
    border-top: 30px solid #ef4eb7;
    left: 36%;
}
@media screen and (max-width:620px) {
    /*　画面サイズが620px以下はここを読み込む　*/
    body{
        font-size: 4vw;
        font-family:'Hiragino Sans','ヒラギノ角ゴシック','sans-serif';
        color: #3a3a3a;
        letter-spacing:normal;
        line-height: 1.2em;
    }
    .sp{
        display: block;
    }
    .pc{
        display: none;
    }
    .pc_flex{
        display: block;
    }
    body{
        margin: 0 auto;
    }
    header {
        padding: 20px 0;
    }
    header p {
        font-size: 20px;
    }
    section{
        margin: 0 10px;
    }
    .body_inner{
        box-shadow: none;
        padding-bottom: 25px;
        text-align: start;
    }
    .main_visual {
        margin: 0 10px;
    }
    .main_visual h1 {
        font-size: 7vw;
        padding: 25px 0 2px;
        text-align: center;
        border-bottom: 3px solid #e9bbd9;
        line-height: 1.3em;
        margin-bottom: 5px;
    }
    .small{
        font-size: 85%;
    }
    .big{
        font-size: 110%;
    }
    section p{
        font-size: 4.3vw;
    }
    p.annotation {
        font-size: 67%;
        text-align: start;
        margin: 0;
    }
    .pr {
        text-align: right;
        margin: 10px auto;
        max-width: 800px;
        font-size: 3.3vw;
    }
    .section_title {
        margin: 20px 0;
    }
    h2 {
        font-size: 5.5vw;
        line-height: 1.3em;
    }
    .background{
        background-image: url(../images/bk_sp.png);
        background-size: contain;
    }
    .background p {
        padding: 12% 14% 7%;
        margin: auto;
        text-align: center;
        font-weight: 600;
    }
    .bfaf_triangle::before,.bfaf_triangle::after {
        content: none;
    }
    p.bfaf_triangle {
        font-size: 5.5vw;
        text-align: center;
    }
    .comment {
        padding: 25px 0;
        justify-content: center;
    }
    .icon{
        min-width: 15%;
    }
    .icon::after {
        left: 115%;
    }
    .says p {
        font-size: 4.3vw;
    }
    .instagram img {
        margin: auto 5px;
        min-width: 0;
    }
    h3 {
        font-size: 4.5vw;;
        padding: 10px 20px 10px 10px;
    }
    .arrow::after {
        left: 28%;
    }
    p.slash {
        left: 50%;
        font-size: 5vw;
        text-align: center;
    }
    .button img {
        max-width: 98%;
    }
    .section6 .arrow {
        text-align: center;
    }
    .section2 p.slash {
        left: 33%;
    }
    .section2 .button img {
        max-width: 88%;
        padding: 0 0 20px;
    }
}

/* フッター飛び先 */
.info-wrapper body, ul, li, table, tr, th, td, .info-wrapper h1, .info-wrapper h2, 
.info-wrapper p, .info-wrapper a{
    font-family: inherit;
    font-style: inherit;
    text-decoration: inherit;
    margin: 0;
    padding: 0;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: 1.7em;
}

ul, ol, li {
    list-style: none;
}

.info-wrapper{
    margin:0 auto;
    width: 100%;
    max-width: 600px;
}

.info-wrapper h1 {
    color: #c6ab5f;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    padding: 10% 0;
}

/* 当サイトについて、特定商取引法に基づく表記 */
.info-table {
    padding-right: 40px;
    padding-left: 40px;
}

tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}

table{
    width: 100%;
    border-spacing: 0px;
    border-collapse: collapse;
    table-layout: fixed;
    margin: 0 0 10% 0;
}

.info-table tbody tr{
    border-top: #D8DDDF 1px solid;
}

.info-table tbody tr:last-child{
    border-bottom: #D8DDDF 1px solid;
}

.info-table tbody tr th {
    font-size: 14px;
    text-align: left;
    padding: 20px 5px;
    width: 115px;
    vertical-align:middle
}

.info-table tbody tr td {
    font-size: 14px;
    padding: 20px 5px;
    vertical-align:middle
}

.info-title {
    color: #c6ab5f;
    font-size: 13px;
}

.info-body {
    color: #9A9A9A;
    font-size: 13px;
}

/*プライバシーポリシー、利用規約 */
.privacy .info-title,.customer_term .info-title{
    font-size: 16px;
}

.info-wrapper ul{
    margin: 10% 0;
}

.info-number > ul > li {
    counter-increment: number;
}

ul li h2::before {
    content: counter(number)".";
    padding-right: 10px;
}

div.customer_term ul{
    margin: 0 0 10% 0;
}

@media screen and (max-width: 620px){
    .info-wrapper{
        line-height: 2em;
    }

    .info-table {
        display: block;
        padding-right: 15px;
        padding-left: 15px;
    }

    .info-table tbody {
        display: block;
    }

    .info-table tbody tr {
        display: block;
        padding: 15px;
    }

    .info-table tbody tr th {
        display: block;
        padding: 0;
        margin-bottom: 4px;
        width: 100%;
    }

    .info-table tbody tr td {
        display: block;
        padding: 0;
    }

    .info-number{
        padding-right: 15px;
        padding-left: 15px;
    }
    .footer_container ul li {
        display: block;
    }
}