@charset "UTF-8";
/* =====================================================================


  


===================================================================== */
/*/////---example---//////
    html:lang(en) {
      body {}
    }
*/
/* =====================================================================


===================================================================== */
.privateIndex .pageHeader {
    padding-top: 15px;
    margin-bottom: 35px;
    position: relative;
}

.privateIndex .pageHeader__title {
    max-width: 95%;
    width: 997px;
    margin: 0 auto;
    text-align: center;
}

.privateIndex .pageHeader__title img {
    width: 100%;
    height: auto;
}

.privateIndex .pageHeader__icon {
    position: absolute;
    top: 0;
    left: 0;
}

.privateIndex .private__imgLink {
    max-width: 100%;
    width: 1000px;
    margin: 0 auto;
    text-align: center;
}

.privateIndex .private__imgLink img {
    width: 100%;
    height: auto;
}

.privateIndex .private__imgLink a {
    display: block;
    position: relative;
}

.privateIndex .private__imgLink a:after {
    content: "";
    width: 39.4%;
    height: 0;
    padding-bottom: 32.7%;
    background: url(../../private/img/icon_click.gif) no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 31.8%;
    margin-top: 10.2%;
    transition-duration: .15s;
    transition-timing-function: cubic-bezier(0.17, 0.67, 0.94, 2.73);
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
}

.privateIndex .private__imgLink a:hover {
    opacity: .8;
}

.privateIndex .private__imgLink a:hover:after {
    -webkit-transform: scale(1.1, 1.1);
        -ms-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
}

.privateIndex .private__bnr {
    max-width: 100%;
    width: 1000px;
    margin: 80px auto 20px;
    box-sizing: border-box;
}

.privateIndex .private__bnr__item {
    margin: 0 4%;
}

.privateIndex .private__bnr__item img {
    width: 100%;
    height: auto;
}

.privateIndex .private__bnr__item a:hover {
    opacity: .8;
}

.privateIndex .marqueeBox {
    padding: 20px 0;
    overflow: hidden;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    z-index: 1;
}

.privateIndex .marqueeBox__txt {
    display: inline-block;
    font-size: 100px;
    font-weight: bold;
    white-space: nowrap;
}

.privateIndex .marqueeBox__txt strong {
    font-weight: normal;
    font-weight: bold;
    color: #e8458b;
}

.privateIndex .marqueeBox__txt > span {
    box-sizing: border-box;
    min-width: 33.333%;
    display: inline-block;
}

.privateIndex .marqueeBox__txt > span:before {
    content: "　";
}

.privateIndex .marqueeBox__txt.is-animate {
    -webkit-animation-name: marquee;
            animation-name: marquee;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-animation-duration: 5s;
            animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
}

.privateIndex .marqueeBox2 .marqueeBox__txt.is-animate {
    -webkit-animation-duration: 8.7s;
            animation-duration: 8.7s;
}

.privateIndex .marqueeBox3 .marqueeBox__txt.is-animate {
    -webkit-animation-duration: 10.24s;
            animation-duration: 10.24s;
}

.privateIndex .marqueeBox4 .marqueeBox__txt.is-animate {
    -webkit-animation-duration: 7.19s;
            animation-duration: 7.19s;
}

.privateIndex .diagramExp {
    background: url(../img/bg_stripe_pnk.png) repeat center top;
    padding: 40px 4.16667% 40px;
    margin: 0 20px 80px;
}

.privateIndex .diagramExp__inner {
    background-color: #fff;
    padding: 40px 60px;
    box-sizing: border-box;
    max-width: 760px;
    margin: 0 auto;
}

.privateIndex .diagramExp__pict {
    margin-bottom: 30px;
}

.privateIndex .diagramExp__pict img {
    width: 100%;
    height: auto;
}

.privateIndex .diagramExp__pict:last-child {
    margin-bottom: 0;
}

.privateIndex .aboutGroup {
    max-width: 760px;
    margin: 0 auto 20px;
    padding: 50px 0;
    background: url(../img/bdr_wave_red.png) repeat-x center top, url(../img/bdr_wave_red.png) repeat-x center bottom;
}

.privateIndex .aboutGroup__title {
    font-size: 28px;
    text-align: center;
    color: #e00000;
    margin-bottom: .8em;
}

.privateIndex .aboutGroup__title:after {
    content: "";
    width: 98px;
    padding-bottom: 40px;
    background: url(../img/icon_anchovies.png) no-repeat center top;
    background-size: contain;
    display: block;
    margin: .2em auto 0;
}

.privateIndex .aboutGroup__txt {
    font-size: 16px;
    color: #e00000;
    line-height: 2;
}

@media only screen and (max-width: 1200px) {
    .privateIndex .diagramExp {
        padding: 4.16667% 4.16667%;
    }
    .privateIndex .diagramExp__inner {
        padding: 4.16667% 6.25%;
        box-sizing: border-box;
    }
}

@media only screen and (max-width: 767px) {
    .privateIndex .pageHeader {
        padding-top: 1.5625%;
        margin-bottom: 4.6875%;
    }
    .privateIndex .pageHeader__title {
        max-width: 600px;
        width: 100%;
    }
    .privateIndex .pageHeader__icon {
        width: 16.5625%;
    }
    .privateIndex .pageHeader__icon img {
        width: 100%;
        height: auto;
    }
    .privateIndex .private__imgLink {
        max-width: 100%;
    }
    .privateIndex .private__imgLink a:after {
        width: 35.3125%;
        padding-bottom: 34.53125%;
        background: url(../../private/img/icon_tap.gif) no-repeat;
        background-size: contain;
        top: 0;
        left: 32.03125%;
        margin-top: 9.53125%;
    }
    .privateIndex .private__bnr {
        margin-top: 9.375%;
        margin-bottom: 1.5625%;
    }
    .privateIndex .private__bnr__item {
        margin: 0 3.125%;
    }
    .privateIndex .marqueeBox {
        padding: 3.125% 0;
    }
    .privateIndex .marqueeBox__txt {
        font-size: 12.5vw;
    }
    .privateIndex .diagramExp {
        padding: 6.25% 3.125% 6.25%;
        background-size: 30px auto;
        margin: 0 0 10.9375%;
    }
    .privateIndex .diagramExp__inner {
        background-color: #fff;
        padding: 6.66667% 6.66667%;
        box-sizing: border-box;
        max-width: 760px;
        margin: 0 auto;
    }
    .privateIndex .diagramExp__pict {
        margin-bottom: 5.76923%;
    }
    .privateIndex .diagramExp__pict:last-child {
        margin-bottom: 0;
    }
    .privateIndex .aboutGroup {
        max-width: 760px;
        margin: 0 auto 3.33333%;
        padding: 11.66667% 0;
        background-size: auto 8px, auto 8px;
    }
    .privateIndex .aboutGroup__title {
        font-size: 17px;
        font-size: calc(1.0625rem + 11 * (100vw - 320px) / 447);
    }
    .privateIndex .aboutGroup__title:after {
        width: 20%;
        padding-bottom: 8.33333%;
    }
    .privateIndex .aboutGroup__txt {
        font-size: 12px;
        font-size: calc(0.75rem + 6 * (100vw - 320px) / 447);
        line-height: 2;
    }
    .privateIndex .footerShare__title {
        font-size: 12px;
        font-size: calc(0.75rem + 6 * (100vw - 320px) / 448);
        line-height: 1.6;
    }
    .privateIndex .welcomeArea {
        margin: 0 9.375% 17.1875%;
    }
    .privateIndex .welcomeArea__img {
        max-width: 370px;
        margin: 0 auto 10.34483%;
    }
    .privateIndex .welcomeArea__link {
        font-size: 20px;
        font-size: 18px;
        font-size: calc(1.125rem + 2 * (100vw - 320px) / 447);
    }
    .privateIndex .welcomeArea__link a:after {
        width: 4.03846%;
        padding-bottom: 4.03846%;
        top: 50%;
        right: 0;
        margin-top: -1.92308%;
        margin-right: 5.76923%;
    }
}

@-webkit-keyframes marquee {
    from {
        -webkit-transform: translate(0%);
                transform: translate(0%);
    }
    to {
        -webkit-transform: translate(-33.33%);
                transform: translate(-33.33%);
    }
}

@keyframes marquee {
    from {
        -webkit-transform: translate(0%);
                transform: translate(0%);
    }
    to {
        -webkit-transform: translate(-33.33%);
                transform: translate(-33.33%);
    }
}
