@charset "utf-8";

html {
    margin: 0;
    padding: 0;
}

body {
    color: #231815;
    font-family: 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    text-shadow: 0 0 0.1px rgba(0,0,0,0.5);
    font-weight: normal;
    font-size: 17px;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    margin: 0;
    padding: 0;
}
@media all and (max-width: 767px) {
    body {
        font-size: 15px;
    }
}

#container {
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative;
    min-width: 1024px;
}
@media all and (max-width: 767px) {
    #container {
        min-width: auto;
    }
}


/*
 * Module
 */
 .hdr-inner,
 .sec-inner {
    width: 100%;
    padding: 0 40px;
    box-sizing: border-box;
    position: relative;
}
.pc {
    display: block !important;
}
.sp {
    display: none !important;
}
@media all and (max-width: 767px) {
    .hdr-inner,
    .sec-inner {
        padding: 0 20px;
    }
    .pc {
        display: none !important;
    }
    .sp {
        display: block !important;
    }
}




/* コンテンツ幅 */
.hdr-contents,
.sec-contents {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

/* インデント */
.indent {
    text-indent: 1em;
    text-align:justify;
    text-justify:inter-ideograph;
}

/* Flexbox */
.fbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}


/*
 * Header
 */
 #header {
    width: 100%;
    height: 84px;
    box-sizing: border-box;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
}
@media all and (max-width: 767px) {
    #header {
        height: 60px;
    }
}

#header .hdr-inner {
    height: 100%;
}

#header .hdr-contents {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 100%;
    padding-top: 2px;
    box-sizing: border-box;
}


/* Logo */
#header #logo {
    width: 172px;
    margin-top: -3px;
}
@media all and (max-width: 767px) {
    #header #logo {
        width: 120px;
        margin-top: -1px;
    }
}

#header #logo a {
    display: block;
    width: 100%;
}
@media all and (min-width: 768px) {
    #header #logo a {
        --webkit-transition: all .3s ease;
        transition: all .3s ease;
    }
    #header #logo a:hover {
        opacity: .6;
    }
}

#header #logo a img {
    display: block;
    width: 100%;
}


/* Global Navigation */
#header #glnav {
    width: 272px;
}
@media all and (max-width: 767px) {
    #header #glnav {
        width: calc(100% - 160px);
        max-width: 214px;
    }
}
#header #glnav ul {
    width: 100%;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content:space-between;
}

#header #glnav ul li {
    width: 124px;
}
@media all and (max-width: 767px) {
    #header #glnav ul li {
        width: 100px;
        max-width: calc(50% - 2px);
    }
}

#header #glnav ul li a {
    display: block;
    width: 100%;
    height: 36px;
    border-radius: 18px;
}
@media all and (max-width: 767px) {
    #header #glnav ul li a {
        height: auto;
    }
}

#header #glnav ul li a img {
    display: block;
    width: 100%;
}

@media all and (min-width: 768px) {
    #header #glnav ul li a  {
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
    }
    #header #glnav ul li a:hover {
        opacity: .6;
    }
}



/*
 * Footer
 */
 #footer {
    padding: 91px 0 0;
    background: #e8f5fd;
}
@media all and (max-width: 767px) {
    #footer {
        padding: 55px 0 0;
    }
}


/* Pagetop */
#footer #pagetop {
    width: 302px;
    margin: 0 auto 94px;
    position: relative;
    padding-left: 23px;
    cursor: pointer;
}
#footer #pagetop img {
    display: block;
    width: 100%;
}
@media all and (max-width: 767px) {
    #footer #pagetop {
        width: 220px;
        margin: 0 auto 60px;
    }
}

#footer #pagetop #pagetop-btn {
    text-align: center;
    margin: 0 auto;
    box-shadow: 4px 5px 0 #0646b7;
    border-radius: 64px;
}
@media all and (min-width: 768px) {
    #footer #pagetop #pagetop-btn {
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
    }
    #footer #pagetop #pagetop-btn:hover {
        box-shadow: 1px 2px 0 #0646b7;
    }
}

#footer #pagetop #pagetop-charactor {
    width: 77px;
    position: absolute;
    top: -18px;
    left: -1px;
}
@media all and (max-width: 767px) {
    #footer #pagetop #pagetop-charactor  {
        width: 60px;
        left: 5px;
    }
}


/* Copyright */
#footer .copyright {
    color: #fff;
    text-align: center;
    padding: 26px 10px;
    background: #0062b2;
}

#footer .copyright img {
    display: block;
    width: 392px;
    margin: 0 auto;
}
@media all and (max-width: 767px) {
    #footer .copyright {
        padding: 15px 10px;
    }
    #footer .copyright img {
        width: 240px;
    }
}



/*
 * Main Contents
 */

 /* Intro */
 #intro {
    padding: 129px 0 192px;
    background: #00b8e5 url(../images/contents/intro_bg.png) center bottom / 1851px no-repeat;
}
@media all and (max-width: 767px) {
    #intro {
        padding: 90px 0 20px;
        background: #00b8e5 url(../images/contents/intro_bg.png) center top calc(90px + 17vw) / 1000px no-repeat;
        position: relative;
        z-index: 2;
    }
    #intro:after {
        display: block;
        content: "";
        width: 100%;
        position: absolute;
        top: calc(90px + 40vw);
        bottom: 0;
        background: #ffffc8;

    }
    #intro .sec-contents {
        position: relative;
        z-index: 1;
    }
}
@media all and (max-width: 640px) {
    #intro {
        background: #53B6E1 url(../images/contents/intro_bg.png) center top calc(90px + 17vw) / 767px no-repeat;
    }
}

#intro .intro-head {
    margin: 0 0 -7px;
}
@media all and (max-width: 767px) {
    #intro .intro-head {
        margin: 0;
    }
}

#intro .page-ttl {
    width: calc(100% + 4px);
    margin: 0 auto;
}
#intro .page-ttl img {
    display: block;
    width: 100%;
}
@media all and (max-width: 767px) {
    #intro .page-ttl{
        width: calc(100% + 26px);
        transform: translateX(-10px);
        margin: 0 0 10px;
    }
}

#intro .intro-lead-txt {
    font-weight: bold;
    line-height: 30px;
    text-align: center;
    margin-bottom: 65px;
    white-space: nowrap;
}
@media all and (max-width: 767px) {
    #intro .intro-lead-txt {
        line-height: 24px;
        white-space: normal;
    }
}
@media all and (max-width: 640px) {
    #intro .intro-lead-txt {
        text-align: left;
        margin: 0 0 50px;
    }
}

#intro .composer {
    width: 100%;
    padding: 56px 55px 31px 55px;
    border-radius: 20px;
    box-shadow: 6px 8px 0 rgba(255,133,0,.7);
    box-sizing: border-box;
    background: #fff;
    position: relative;
}
@media all and (max-width: 767px) {
    #intro .composer {
        padding: 55px 30px 30px;
    }
}

#intro .composer .composer-ttl {
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    letter-spacing: -.5px;
    width: 546px;
    height: 50px;
    padding: 7px 10px 0 77px;
    box-sizing: border-box;
    border-radius: 25px;
    position: absolute;
    background: #ff8415;
    top: 5px;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    white-space: nowrap;
}
@media all and (max-width: 767px) {
    #intro .composer .composer-ttl {
        font-size: 20px;
        line-height: 1.3;
        width: 270px;
        height: auto;
        padding: 8px 15px 8px 30px;
        border-radius: 15px;
        white-space: normal;
    }
}

#intro .composer .composer-ttl:before {
    display: block;
    content: "";
    width: 53px;
    height: 63px;
    background: url(../images/contents/note_orange.png) center top / contain no-repeat;
    position: absolute;
    bottom: 2px;
    left: 18px;
}
@media all and (max-width: 767px) {
    #intro .composer .composer-ttl:before  {
        width: 40px;
        height: 50px;
        top: 50%;
        bottom: auto;
        left: -15px;
        transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

#intro .composer .composer-ttl .small {
    font-size: 20px;
}
#intro .composer .composer-ttl .mar {
    display: inline-block;
    margin: 0 -6px;
}
#intro .composer .composer-ttl .mar2 {
    display: inline-block;
    margin: 0 -3px;
}
@media all and (max-width: 767px) {
    #intro .composer .composer-ttl .small {
        font-size: 16px;
    }
    #intro .composer .composer-ttl .mar {
        display: inline-block;
        margin: 0 -4px;
    }
    #intro .composer .composer-ttl .mar2 {
        display: inline-block;
        margin: 0 -3px;
    }
}

#intro .composer .column-l {
    width: calc(100% - 330px);
}
@media all and (max-width: 767px) {
    #intro .composer .column-l  {
        width: 100%;
    }
}

#intro .composer .column-l .composer-txt {
    line-height: 30px;
    padding: 0 30px 0 0;
    box-sizing: border-box;
}
@media all and (max-width: 767px) {
    #intro .composer .column-l .composer-txt {
        line-height: 24px;
        margin: 0 0 20px;
        padding:0;
    }
}

#intro .composer .column-r {
    width: 330px;
    padding: 0px 0 0;
}
@media all and (max-width: 767px) {
    #intro .composer .column-r {
        width: 100%;
    }
}

#intro .composer .column-r .fbox {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
@media all and (max-width: 767px) {
    #intro .composer .column-r .fbox {
        -ms-flex-pack: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
    }
}

#intro .composer .column-r .column-img {
    width: 159px;
}
#intro .composer .column-r .column-img img {
    display: block;
    width: 100%;
}
@media all and (max-width: 767px) {
    #intro .composer .column-r .column-img {
        width: 159px;
        max-width: calc(50% - 10px);
    }
    #intro .composer .column-r .column-img:first-of-type {
        margin: 0 20px 0 0;
    }
}



/* Story */
#story {
    position: relative;
    padding-top: 140px;
    margin-top: -121px;
}
@media all and (max-width: 767px) {
    #story {
        padding-top: 0;
        margin-top: 0;
    }
}

#story:before {
    display: block;
    content: "";
    width: 100%;
    height: 121px;
    background: url(../images/contents/story_bg_top.png) center top / 1366px repeat-x;
    position: absolute;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}
@media all and (max-width: 767px) {
    #story:before {
        height: calc( 15vw + 20px);
        background: url(../images/contents/story_bg_top_sp.png) center bottom / 100vw repeat-x;
        top: -20px;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        z-index: 1;
    }
}

#story .sec-inner {
    background: url(../images/contents/story_bg.png) center top / 12px;
    padding-bottom: 58px;
}
@media all and (max-width: 767px) {
    #story .sec-inner {
        padding-top: 15vw;
        padding-bottom: 40px;
    }
}

#story .sec-contents {
    position: relative;
    margin: 0 auto;
    padding: 77px 0 0;
    z-index: 2;
}
@media all and (max-width: 767px) {
    #story .sec-contents {
        padding: 0;
    }
}

#story .sec-contents-bg {
    margin: 0 0 56px;
    padding: 0 73px 22px;
    box-sizing: border-box;
    background: #fff;
    position: relative;
}
@media all and (max-width: 767px) {
    #story .sec-contents-bg {
        margin: 0 0 35px;
        padding: 0 30px;
    }
}

#story .sec-contents:before,
#story .sec-contents-bg:after {
    display: block;
    content: "";
    width: 100%;
}

#story .sec-contents:before {
    height: 109px;
    background: url(../images/contents/story_sec_before_bg.png) center top / auto 130px no-repeat;
    position: absolute;
    top: -45px;
    left: 0;
}
@media all and (max-width: 767px) {
    #story .sec-contents:before  {
        position: static;
        height: 21vw;
        max-height: 70px;
        background: url(../images/contents/story_sec_before_bg_sp.png) center top /100vw repeat-x;
        top: -30px;
    }
}

#story .sec-contents-bg:after {
    height: 119px;
    background: url(../images/contents/story_sec_after_bg.png) center top / contain no-repeat;
    position: absolute;
    bottom: 1px;
    left: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}
@media all and (max-width: 767px) {
    #story .sec-contents-bg:after {
        height: 12vw;
        background: url(../images/contents/story_sec_after_bg_sp.png) center bottom / 100vw repeat-x;
    }
}

@media all and (min-width: 768px) {
    #story .story-head {
        position: relative;
        top: -15px;
    }
}

#story .story-ttl {
    width: 430px;
    margin: -14px 0 52px -9px;
    position: relative;
}
#story .story-ttl img {
    display: block;
    width: 100%;
}
@media all and (max-width: 767px) {
    #story .story-ttl {
        width: 270px;
        max-width: 100%;
        margin: -14px auto 30px;
        padding: 30px 0 0;
    }
}

#story .story-charactor {
    width: 442px;
    position: absolute;
    top: -240px;
    right: 8px;
}
#story .story-charactor img {
    display: block;
    width: 100%;
}
@media all and (max-width: 767px) {
    #story .story-charactor {
        width: 220px;
        top: -100px;
        right: -10px;
    }
}
@media all and (min-width: 480px) and (max-width: 767px) {
    #story .story-charactor {
        left: 50%;
        right: auto;
    }
}

#story .story-row {
    margin: 0 0 67px;
    padding: 0 0 57px;
    position: relative;
}
#story .story-row:last-of-type {
    margin: 0;
}
@media all and (max-width: 767px) {
    #story .story-row {
        margin: 0 0 30px;
        padding: 0 0 40px;
    }
    #story .story-row:last-of-type {
    	padding: 0 0 20px;
    }
}

#story .story-row-ttl {
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    letter-spacing: -.5px;
    width: 748px;
    height: 51px;
    padding: 7px 10px 0 77px;
    box-sizing: border-box;
    margin: 0 0 31px;
    border-radius: 25px;
    background: #ff338d;
    position: relative;
}
@media all and (max-width: 767px) {
    #story .story-row-ttl {
        font-size: 20px;
        line-height: 1.3;
        width: 100%;
        height: auto;
        margin: 0 0 20px;
        padding: 8px 15px 8px 30px;
        border-radius: 15px;
    }
}

#story .story-row-ttl:before {
    display: block;
    content: "";
    width: 53px;
    height: 63px;
    background: url(../images/contents/note_pink.png) center center / contain no-repeat;
    position: absolute;
    bottom: 2px;
    left: 18px;
}
@media all and (max-width: 767px) {
    #story .story-row-ttl:before {
        width: 40px;
        height: 50px;
        top:50%;
        bottom: auto;
        left: -15px;
        transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

#story .story-row-ttl .small {
    font-size: 20px;
}

#story .story-row-ttl .mar {
    display: inline-block;
    margin: 0 -6px;
}

#story .story-row-ttl .mar2 {
    display: inline-block;
    margin: 0 -3px;
}

#story .story-row:after {
    display: block;
    content: "";
    width: 868px;
    height: 8px;
    background: url(../images/contents/dot_pink.png) center center / auto 8px no-repeat;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
#story .story-row:last-of-type:after {
    display: none;
    content: "";
}
@media all and (max-width: 767px) {
    #story .story-row:after {
        width: 100%;
    }
}

#story .story-box {
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}
@media all and (min-width: 768px) {
    #story .story-row:nth-of-type(2n) .story-box {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
}

#story .story-row-txt {
    width: calc(100% - 260px);
    margin: 0 auto;
    padding: 0 27px 0 0;
    box-sizing: border-box;
    line-height: 30px;
}
@media all and (max-width: 767px) {
    #story .story-row-txt {
        line-height: 24px;
        width: 100%;
        margin: 0 auto 20px;
        padding: 0;
    }
}
@media all and (min-width: 768px) {
    #story .story-row:nth-of-type(2n) .story-row-txt {
        padding: 0 0 0 27px;
    }
}

#story .story-row-img {
    width: 260px;
    border-radius: 50%;
    box-shadow: 4px 7px 0 rgba(255,146,182,.9);
    overflow: hidden;
}
#story .story-row-img img {
    display: block;
    width: 100%;
}
@media all and (max-width: 767px) {
    #story .story-row-img {
        margin: 0 auto;
    }
}

#story .story-after-bg {
    position: relative;
}

#story .story-after-bg:after {
    display: block;
    content: "";
    position: absolute;
    top: 7px;
    right: -4px;
    bottom: -7px;
    left: 4px;
    background: url(../images/contents/story06_shadow.png) center bottom / contain no-repeat;
    z-index: 0
}

#story .story-after-bg img {
    display: block;
    width: 100%;
    position: relative;
    z-index: 1;
}

#story .story-after {
    position: relative;
}

#story .story-after-thanks {
    width: 265px;
    position: absolute;
    top: 9%;
    left: 8.3%;
    z-index: 2;
}
#story .story-after-thanks img {
    display: block;
    width: 100%;
}
@media all and (max-width: 767px) {
    #story .story-after-thanks {
        width: 28%;
    }
}

#story .story-after-cooperation {
    width: 141px;
    position: absolute;
    bottom: 5%;
    right: 4.5%;
    z-index: 2;
}
#story .story-after-cooperation img {
    display: block;
    width: 100%;
}
@media all and (max-width: 767px) {
    #story .story-after-cooperation {
        width: 30%;
    }
}



/* Message */
#message {
    padding: 16px 0 84px;
    background: #e8f5fd;
    position: relative;
}
@media all and (max-width: 767px) {
    #message {
        margin: -12vw 0 0;
        padding: 0;
        background: none;
    }
    #message .sec-inner {
        background: #e8f5fd;
        padding-bottom: 60px;
    }
}

#message:before {
    display: block;
    content: "";
    height: 104px;
    width: 100%;
    min-width: 1366px;
    background: url(../images/contents/message_bg.png) center top / contain repeat-x;
    position: absolute;
    top: -103px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
@media all and (max-width: 767px) {
    #message:before {
        min-width: auto;
        height: 12vw;
        background: url(../images/contents/message_bg_sp.png) center top / 100vw repeat-x;
        position: static;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

#message:after {
    display: block;
    content: "";
    width: 100%;
    height: 9px;
    background: url(../images/contents/dot_blue.png) center center / auto 9px no-repeat;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
}
@media all and (max-width: 767px) {
    #message:after {
        width: calc(100% - 44px);
    }
}

#message .message-ttl {
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    height: 61px;
    margin: 0 0 25px;
    padding: 7px 0 0 20px;
    box-sizing: border-box;
    background: url(../images/contents/message_ttl_bg.png) left top / contain no-repeat;
}
#message .message-ttl .small {
    font-size: 24px;
}
#message .message-ttl br {
    display: none;
}
@media all and (max-width: 767px) {
    #message .message-ttl {
        font-size: 22px;
        height: auto;
        line-height: 1.3;
        padding: 10px;
        box-sizing: border-box;
    }
    #message .message-ttl .small {
        font-size: 18px;
    }
}
@media all and (max-width: 435px) {
    #message .message-ttl {
        width: 275px;
        height: 82px;
        margin: 0 0 20px;
        padding: 14px 10px 0;
        background: url(../images/contents/message_ttl_bg_sp.png) right top / 523px no-repeat;

    }
    #message .message-ttl br {
        display: block;
    }
}

#message .message-box {
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

#message .column-l {
    width: calc(100% - 366px);
    padding: 0 33px 0 0;
    box-sizing: border-box;
}
@media all and (max-width: 767px) {
    #message .column-l {
        width: 100%;
        margin: 0 0 20px;
        padding: 0;
    }
}

#message .column-l .message-txt {
    line-height: 30px;
}
@media all and (max-width: 767px) {
    #message .column-l .message-txt {
        line-height: 24px;
    }
}

#message .column-r {
    width: 366px;
    margin: -21px 0 0;
}
@media all and (max-width: 767px) {
    #message .column-r {
        width: 100%;
        margin: 0;
    }
}

#message .column-r .message-img {
    border-radius: 6px;
    box-shadow: 5px 7px 0 #36b7ff;
}

#message .column-r .message-img img {
    display: block;
    width: 100%;
}