@charset "utf-8";

/* CSS INFORMATION -====================================================
File name : intro.css
Description :
===================================================================== */


/* ********************************************************************
        イントロダクション
******************************************************************** */
.intro h2 {
    width: calc(220 / 630 * 100%);
}

.intro .bebel_box {
    background: linear-gradient(45deg, transparent 15px, #f2efeb 15px), linear-gradient(135deg, transparent 15px, #f2efeb 15px), linear-gradient(225deg, transparent 15px, #f2efeb 15px), linear-gradient(315deg, transparent 15px, #f2efeb 15px);
    background-position: bottom left, top left, top right, bottom right;
    background-size: 50.1% 50.1%;
    background-repeat: no-repeat;
}

.intro .bebel_box::before {
    content: '';
    position: absolute;
    background: url(../images/common/bg_stripe_blue.jpg) repeat center;
    width: 100%;
    height: calc(350 / 750 * 100%);
    z-index: 0;
    bottom: 0;
    left: 0;
}

.intro_box::before,
.intro_box::after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    bottom: 0;
    right: 0;
    border-style: solid;
    border-width: 20px 20px 0 30px;
    border-color: transparent #fff transparent transparent;
    z-index: 2;
}

.intro_box::after {
    left: 0;
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.intro .intro_box img {
    position: relative;
}

.intro .intro_box .img {
    margin: calc(20 / 630 * 100%) 0 calc(10 / 630 * 100%);
}

.intro .txt_wrap {
    margin: calc(80 / 630 * 100%) 0 calc(150 / 630 * 100%);
    text-align: center;
}

.intro .txt_wrap p {
    letter-spacing: -0.01rem;
    line-height: 1.8;
    margin-bottom: calc(50 / 630 * 100%);
}

.intro .txt_wrap .purple {
    color: #aa63a6;
}

.intro .txt_wrap .img1 {
    width: calc(195 / 630 * 100%);
}

.intro .txt_wrap .img2 {
    width: calc(170 / 630 * 100%);
}

.intro .txt_wrap strong,
.intro .txt_wrap span {
    font-weight: 600;
    font-size: 1.6rem;
}

.intro .txt_wrap .orange {
    color: #ff6347;
}

.intro .txt_wrap p:nth-of-type(3) {
    margin-bottom: calc(20 / 630 * 100%);
}

.intro .txt_wrap p:nth-of-type(4) {
    margin-bottom: calc(5 / 630 * 100%);
}

.intro .txt_wrap p:nth-of-type(6) {
    margin-bottom: calc(20 / 630 * 100%);
}

.intro .txt_wrap .eft1 {
    font-size: 2rem;
    font-weight: 600;
    display: inline;
    padding: calc(8 / 630 * 100%) 0;
    background-color: #fff45c;
}

.intro .txt_wrap .eft4 {
    position: relative;
}

.intro .txt_wrap .eft4::before,
.intro .txt_wrap .eft4::after {
    content: '';
    position: absolute;
    background: url(../images/common/img_ttl_pink.png) no-repeat center;
    background-size: contain;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: calc(35 / 630 * 100%);
    height: auto;
    padding-top: calc(120 / 630 * 100%);
}

.intro .txt_wrap .eft4::after {
    left: auto;
    right: 0;
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.intro .txt_wrap .eft2 {
    background-color: #47ccc5;
    padding: 0 calc(5 / 630 * 100%);
    color: #fff45c;
}

.intro .txt_wrap .eft3 {
    color: #fff45c;
    background-color: #ff5c82;
    padding: 0 calc(5 / 630 * 100%);
}

.intro .txt_wrap .eft4,
.intro .txt_wrap .eft4 span {
    font-size: 1.8rem;
    font-weight: 600;
}


/*iPhone5対応*/
@media screen and (max-width: 320px) {

    .intro .txt_wrap p {
        font-size: 1.2rem;
    }

    .intro .txt_wrap strong,
    .intro .txt_wrap span {
        font-size: 1.4rem;
    }

    .intro .txt_wrap .eft1 {
        font-size: 1.8rem;
    }
}

@media screen and (min-width: 768px) {
    .intro .inner {
        max-width: 800px !important;
    }

    .intro h2 {
        width: calc(160 / 800 * 100%);
    }

    .intro .bebel_box {
        max-width: 800px;
        width: 100%;
        margin: 0 auto;
        position: relative;
        z-index: 1;
        background: linear-gradient(135deg, transparent 30px, #f2efeb 30px), linear-gradient(225deg, transparent 30px, #f2efeb 30px);
        background-position: top left, top right;
        background-size: 50% 100%;
        background-repeat: no-repeat;
    }

    .intro .bebel_box::before {
        height: 45%;
    }

    .intro_box::before,
    .intro_box::after {
        border-width: 40px 40px 0 50px;
    }

    .intro_box::after {}

    .intro .intro_box img {
        width: calc(420 / 800 * 100%);
        margin: 0 auto;
    }

    .intro .intro_box .txt1 {}

    .intro .intro_box .img {
        margin: calc(20 / 800 * 100%) auto calc(10 / 800 * 100%);
    }

    .intro .txt_wrap {
        margin: calc(80 / 800 * 100%) 0 calc(100 / 800 * 100%);
        text-align: center;
    }

    .intro .txt_wrap p {
        font-size: 1.8rem;
        margin-bottom: calc(40 / 800 * 100%);
    }

    .intro .txt_wrap .purple {}

    .intro .txt_wrap .img1 {
        width: calc(135 / 800 * 100%);
    }

    .intro .txt_wrap .img2 {
        width: calc(120 / 800 * 100%);
    }

    .intro .txt_wrap strong,
    .intro .txt_wrap span {
        font-size: 2.3rem;
    }

    .intro .txt_wrap .orange {}

    .intro .txt_wrap p:nth-of-type(3) {
        margin-bottom: calc(20 / 800 * 100%);
    }

    .intro .txt_wrap p:nth-of-type(4) {
        margin-bottom: calc(5 / 800 * 100%);
    }

    .intro .txt_wrap p:nth-of-type(6) {
        margin-bottom: calc(5 / 800 * 100%);
    }

    .intro .txt_wrap .eft1 {
        font-size: 3rem;
        display: block;
        line-height: 1.5;
        margin: auto;
        width: calc(700 / 800 * 100%);
        padding: 0;
    }

    .intro .txt_wrap .eft2 {
        background-color: #47ccc5;
        padding: 0 calc(5 / 800 * 100%) calc(2 / 800 * 100%);
        color: #fff45c;
    }

    .intro .txt_wrap .eft3 {
        color: #fff45c;
        background-color: #ff5c82;
        padding: 0 calc(5 / 800 * 100%) calc(2 / 800 * 100%);
    }

    .intro .txt_wrap .eft4::before,
    .intro .txt_wrap .eft4::after {
        content: '';
        position: absolute;
        background: url(../images/common/img_ttl_pink.png) no-repeat center;
        background-size: contain;
        left: calc(30 / 800 * 100%);
        width: calc(35 / 800 * 100%);
        height: auto;
        padding-top: calc(50 / 800 * 100%);
    }

    .intro .txt_wrap .eft4::after {
        left: auto;
        right: calc(30 / 800 * 100%);
        -webkit-transform: scale(-1, 1);
        transform: scale(-1, 1);
    }

    .intro .txt_wrap .eft4,
    .intro .txt_wrap .eft4 span {
        font-size: 3rem;
    }

}
