html {}

body {
    color      : #222;
    font-family: 'Noto Sans JP', "Yu Gothic Medium", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    line-height: 160%;
    padding    : 0;
    width      : 100%;
}

a {
    text-decoration   : none;
    -webkit-transition: all 0.3s ease;
    -moz-transition   : all 0.3s ease;
    -o-transition     : all 0.3s ease;
    transition        : all 0.3s ease;
    color             : #1a73e8;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:active,
a:hover {
    text-decoration: none;
}

@media (min-width: 751px) {
    a[href*="tel:"] {
        pointer-events : none;
        cursor         : default;
        text-decoration: none;
    }
}

.img-responsive {
    width : 100%;
    height: auto;
}

.embed-responsive {
    position: relative;
    display : block;
    height  : 0;
    padding : 0;
    overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top     : 0;
    bottom  : 0;
    left    : 0;
    width   : 100%;
    height  : 100%;
    border  : 0;
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

#wrapper {
    overflow: hidden;
}

ul,
ol {
    list-style: none;
    margin    : 0;
    padding   : 0;
}

/************************************************************
  header
*************************************************************/
header {
    width   : 90%;
    height  : auto;
    position: relative;
    margin  : 1em auto .7em auto;
}

header ul {
    display    : flex;
    font-size  : 14px;
    line-height: 130%;
    align-items: center;
}

header ul img {
    max-width: 186px;
    height   : auto;
    margin   : 0 15px 0 0;
}

header ul li span {
    display: block;
}

header figure {
    margin  : 0;
    padding : 0;
    position: absolute;
    content : "";
    right   : -4%;
    top     : 0;
    z-index : 999;
}

/************************************************************
  stage
*************************************************************/
#stage {
    width     : 100%;
    height    : auto;
    position  : relative;
    margin    : 0;
    background: #fff9e5;
    padding   : 35px 0 14% 0;
}

#stage .inner {
    margin   : 0 auto;
    max-width: 960px;
    width    : 90%;
    height   : auto;
    z-index  : 2;
    position : relative;
}

#stage .inner:before {
    position           : absolute;
    content            : "";
    top                : 50%;
    left               : 50%;
    width              : 80%;
    padding-top        : 45%;
    transform          : translateY(-50%) translateX(-50%);
    margin             : auto;
    background         : url(../images/eggs.svg) no-repeat;
    background-size    : cover;
    background-position: center center;
}

#stage .inner:after {
    position           : absolute;
    content            : "";
    left               : -5%;
    top                : 30px;
    width              : 32%;
    padding-top        : 14%;
    background         : url(../images/label.svg) no-repeat;
    background-size    : cover;
    background-position: center center;
}

#stage .inner ul {
    display        : flex;
    justify-content: space-between;
    position       : relative;
    z-index        : 3;
}

#stage .inner ul li img {
    width : 100%;
    height: auto;
}

#stage .inner ul li:nth-of-type(1) {
    width                    : 54%;
    opacity                  : 0;
    animation                : st-1 1s;
    animation-timing-function: ease-in;
    animation-fill-mode      : forwards;
}

@keyframes st-1 {
    100% {
        opacity: 1;
    }
}

#stage .inner ul li:nth-of-type(2) {
    width                    : 43%;
    opacity                  : 0;
    animation                : st-2 1s;
    animation-timing-function: ease-in;
    animation-fill-mode      : forwards;
}

@keyframes st-2 {
    100% {
        opacity: 1;
    }
}

#stage .stage-illust {
    position           : absolute;
    bottom             : 0;
    right              : 5%;
    width              : 33%;
    padding-top        : 29%;
    background         : url(../images/illust-1.png) no-repeat;
    background-size    : contain;
    background-position: center center;
    z-index            : 3;
}

@media screen and (min-width: 1600px) {
    #stage .stage-illust {
        right      : 15%;
        bottom     : 5%;
        width      : 454px;
        height     : 406px;
        padding-top: 0;
    }
}

#stage .stage-btm {
    position           : absolute;
    content            : "";
    left               : 0;
    right              : 0;
    bottom             : 0;
    margin             : auto;
    width              : 100%;
    height             : 100%;
    background         : url(../images/circle.svg) no-repeat;
    background-position: bottom center;
    background-size    : 100% auto;
}

/************************************************************
  solution
*************************************************************/
#solution {
    background: #ffd900;
    margin    : 0;
    padding   : 0 0 2em 0
}

#solution .inner {
    max-width: 960px;
    width    : 90%;
    margin   : 0 auto;
}

#solution .inner h2 {
    margin   : 0 auto;
    max-width: 620px;
}

#solution .inner h2 img {
    width : 100%;
    height: auto;
}

#solution .inner ul {
    display        : flex;
    justify-content: space-between;
    margin         : 2em 0 0 0;
}

#solution .inner ul li {
    width: 31%;
}

#solution .inner ul li img {
    width : 100%;
    height: auto;
}

/************************************************************
  movie
*************************************************************/
#movie {
    background: #ffd900;
    margin    : 0;
    padding   : 0 0 50px 0;
    position  : relative;
}

#movie:before {
    position       : absolute;
    content        : "";
    right          : 20px;
    top            : 0;
    width          : 50%;
    padding-top    : 50%;
    background     : url(../images/step.svg) no-repeat;
    background-size: cover;
}

#movie .inner {
    max-width: 1200px;
    width    : 90%;
    margin   : 0 auto;
}

#movie .inner ul {
    display        : flex;
    justify-content: space-between;
    margin         : 0;
    padding        : 50px 0;
}

#movie .inner ul li h2 {
    margin: 0;
}

#movie .inner ul li:first-child {
    width: 28%;
}

#movie .inner ul li:first-child img {
    width : 100%;
    height: auto;
}

#movie .inner ul li:last-child {
    width: 68%;
}

#movie .inner figure {
    margin    : 0;
    padding   : 0;
    text-align: right;
    position  : relative;
    z-index   : 2;
}

#movie .inner figure img {
    width    : 100%;
    height   : auto;
    max-width: 600px;
}

/************************************************************
  point
*************************************************************/
#point {
    background: #ffd900;
    margin    : 0;
    padding   : 20px 0;
    position  : relative;
}

#point .inner {
    max-width: 1200px;
    width    : 90%;
    margin   : 0 auto;
    position : relative;
}

#point .inner:before {
    position           : absolute;
    content            : "";
    right              : 0;
    top                : 0;
    background         : url(../images/illust-2.png) no-repeat;
    background-size    : cover;
    background-position: bottom center;
    width              : 32%;
    padding-top        : 21%;
    z-index            : 99;
}

#point .inner h2 {
    width      : 62%;
    max-width  : 728px;
    padding-top: 5%;
}

#point .inner h2 img {
    width : 100%;
    height: auto;
}

#point .inner ul {
    display        : flex;
    justify-content: space-between;
    flex-wrap      : wrap;
}

#point .inner ul h3 {
    margin : 0;
    padding: 0;
}

#point .inner ul li:nth-of-type(1),
#point .inner ul li:nth-of-type(2),
#point .inner ul li:nth-of-type(3) {
    width        : calc(32% - 60px);
    padding      : 30px;
    background   : #fff;
    margin-bottom: 30px;
}

#point .inner ul li:nth-of-type(1) h3 img {
    width : 97%;
    height: auto;
}

#point .inner ul li:nth-of-type(2) h3 img {
    width : 97%;
    height: auto;
}

#point .inner ul li:nth-of-type(1) img,
#point .inner ul li:nth-of-type(2) img,
#point .inner ul li:nth-of-type(3) img {
    width : 100%;
    height: auto;
}

#point .inner ul li:nth-of-type(4),
#point .inner ul li:nth-of-type(5) {
    width     : calc(49% - 60px);
    padding   : 30px 30px 20px 30px;
    background: #fff;
}

#point .inner ul li:nth-of-type(4) h3 img {
    max-width: 410px;
    width    : 100%;
    height   : auto;
}

#point .inner ul li:nth-of-type(5) h3 img {
    max-width: 345px;
    width    : 90%;
    height   : auto;
}

#point .inner ul li:nth-of-type(4) dl {
    display        : flex;
    justify-content: space-between;
    flex-wrap      : wrap;
}

#point .inner ul li:nth-of-type(4) dt {
    margin : 0;
    padding: 0;
    width  : 26%;
}

#point .inner ul li:nth-of-type(4) dt img {
    width : 100%;
    height: auto;
}

#point .inner ul li:nth-of-type(4) dd {
    margin : 0;
    padding: 0;
    width  : 71%;
}

#point .inner ul li:nth-of-type(4) dd img {
    width : 100%;
    height: auto;
}

#point .inner ul li:nth-of-type(5) .phone {
    display: none;
}

#point .inner ul li:nth-of-type(5) img {
    width : 100%;
    height: auto;
}

/************************************************************
  sample
*************************************************************/
#sample {
    background: #ffd900;
    margin    : 0;
    padding   : 20px 0 50px 0;
    text-align: center;
}

#sample .inner {
    max-width: 910px;
    width    : 90%;
    margin   : 0 auto;
}

#sample .inner ul {
    display        : flex;
    justify-content: space-between;
    flex-wrap      : wrap;
}

#sample .inner ul li {
    width: 48%;
}

#sample .inner ul li img {
    width : 100%;
    height: auto;
}

/************************************************************
  catalog
*************************************************************/
#catalog {
    background: #fff9e5;
    margin    : 0;
    padding   : 50px 0;
}

#catalog .inner {
    max-width: 760px;
    width    : 90%;
    margin   : 0 auto;
}

#catalog .inner h2 {
    text-align : center;
    font-size  : 44px;
    line-height: 160%;
}

#catalog .inner .entry {
    background: #ffd900;
    padding   : 50px 30px;
    position  : relative;
}

#catalog .inner .entry:before {
    position                 : absolute;
    content                  : "";
    bottom                   : -60px;
    right                    : -60px;
    background               : url(../images/illust-3.png) no-repeat;
    width                    : 210px;
    height                   : 129px;
    background-size          : cover;
    animation                : bird 4s;
    animation-timing-function: ease;
    animation-iteration-count: infinite;
}

@keyframes bird {

    0%,
    100% {
        bottom: -60px;
        transform:
    }

    15% {
        bottom: -50px;
        transform:
    }

    30% {
        bottom: -60px;
        transform:
    }

    45% {
        bottom: -50px;
        transform:
    }

    60% {
        bottom: -60px;
        transform:
    }

    80% {
        bottom: 10px;
        transform:
    }
}

#catalog .inner .entry ul {
    display        : flex;
    justify-content: space-between;
    flex-wrap      : wrap;
}

#catalog .inner .entry ul li:first-child {
    width    : 65%;
    font-size: 14px;
}

#catalog .inner .entry ul li:first-child h3 {
    margin : 0;
    padding: 0;
}

#catalog .inner .entry ul li:last-child {
    width: 30%;
}

#catalog .inner .entry ul li img {
    width : 100%;
    height: auto;
}

/************************************************************
  footer
*************************************************************/
#footer {
    background: #fff9e5;
    margin    : 0;
}

#footer .inner {
    max-width : 600px;
    padding   : 0 0 50px 0;
    width     : 90%;
    margin    : 0 auto;
    text-align: center;
}

#footer .inner h4 {
    font-size: 18px;
    margin   : 0;
    padding  : 0;
}

#footer .inner ul {
    margin: 2em 0;
}

#footer .inner ul span {
    background    : #ffd900;
    font-size     : 18px;
    font-weight   : normal;
    width         : 60px;
    margin        : 0 10px 0 0;
    text-align    : center;
    display       : inline-block;
    vertical-align: top;
}

#footer .inner ul li,
#footer .inner ul li a {
    font-size     : 44px;
    font-weight   : bold;
    margin-bottom : .7em;
    letter-spacing: 1px;
}

#footer .inner ul li a {
    color: #222;
}

#footer .inner a.contact-bt {
    font-size    : 26px;
    background   : #dba312;
    padding      : 20px 30px;
    margin       : 1em 0;
    border-radius: 30px;
    color        : #fff;
    display      : inline-block;
}

#footer .inner a.contact-bt:hover {
    background: #1a73e8;
}

#footer .inner .footer-logo {
    width    : 225px;
    margin   : 1em auto;
    font-size: 14px;
}

#footer .inner .footer-logo img {
    width  : 225px;
    height : auto;
    display: block;
}

#footer .inner dl {
    font-size : 13px;
    text-align: left;
}

#footer .inner dt {
    float          : left;
    width          : 100px;
    text-align     : justify;
    text-align-last: justify;
    text-justify   : inter-character;
}

#footer .inner dd {
    margin-left: 120px;
}

#footer small {
    display   : block;
    background: #fff;
    text-align: center;
    font-size : 11px;
    padding   : 50px 0;
}

#pagetop {
    position       : fixed;
    right          : 20px;
    bottom         : 50px;
    width          : 47px;
    height         : 75px;
    background     : url(../images/up-bt.svg) no-repeat;
    background-size: cover;
    z-index        : 99;
}

.marker.active {
    background-position: -100% bottom;
}

.marker {
    background-image   : -webkit-linear-gradient(left, transparent 50%, rgb(255, 217, 0) 50%);
    background-image   : -moz-linear-gradient(left, transparent 50%, rgb(255, 217, 0) 50%);
    background-image   : -ms-linear-gradient(left, transparent 50%, rgb(255, 217, 0) 50%);
    background-image   : -o-linear-gradient(left, transparent 50%, rgb(255, 217, 0) 50%);
    background-image   : linear-gradient(left, transparent 50%, rgb(255, 217, 0) 50%);
    background-repeat  : repeat-x;
    background-size    : 200% .3em;
    background-position: 0 bottom;
    transition         : all 2s ease;
}

@media screen and (max-width: 1200px) {

    /************************************************************
  header
*************************************************************/
    header figure {
        right: -5%;
        top  : -.5em;
    }

    header figure img {
        max-width: 130px;
        width    : 100%;
        height   : auto;
    }
}

@media screen and (max-width: 960px) {

    /************************************************************
  point
*************************************************************/
    #point .inner ul li:nth-of-type(1),
    #point .inner ul li:nth-of-type(2),
    #point .inner ul li:nth-of-type(3) {
        width  : calc(49% - 40px);
        padding: 20px;
    }

    #point .inner ul li:nth-of-type(4),
    #point .inner ul li:nth-of-type(5) {
        width        : calc(49% - 40px);
        padding      : 20px;
        margin-bottom: 30px;
    }

    #point .inner ul li:nth-of-type(1) h3 img {
        width : 75%;
        height: auto;
    }

    #point .inner ul li:nth-of-type(2) h3 img {
        width : 75%;
        height: auto;
    }

    #point .inner ul li:nth-of-type(3) h3 img {
        width : 80%;
        height: auto;
    }

    #point .inner ul li:nth-of-type(5) h3 img {
        width : 85%;
        height: auto;
    }

    #point .inner ul li:nth-of-type(5) .pc {
        display: none;
    }

    #point .inner ul li:nth-of-type(5) .phone {
        display: block;
    }
}

@media screen and (max-width: 860px) {}

@media screen and (max-width: 768px) {

    /************************************************************
  movie
*************************************************************/
    #movie:before {
        left               : 0;
        bottom             : 0;
        width              : 100%;
        padding-top        : 100%;
        background-size    : 60% auto;
        background-position: bottom left;
    }

    #movie .inner ul {
        flex-wrap: wrap;
    }

    #movie .inner ul li:first-child {
        width    : 100%;
        margin   : 0 auto;
        max-width: 280px;
    }

    #movie .inner ul li:last-child {
        width     : 100%;
        margin-top: -10%;
    }

    #movie .inner figure {
        text-align: center;
    }

    /************************************************************
  catalog
*************************************************************/
    #catalog .inner h2 {
        text-align: left;
        font-size : 6.8vw;
    }

    #catalog .inner h2 span {
        display: inline;
    }
}

@media screen and (max-width: 640px) {

    /************************************************************
  stage
*************************************************************/
    #stage .inner:before {
        width      : 99%;
        padding-top: 56%;
    }

    #stage .inner:after {
        left       : -5%;
        top        : 0;
        width      : 70%;
        padding-top: 30%;
    }

    #stage .inner ul {
        flex-wrap    : wrap;
        margin-bottom: 55%;
    }

    #stage .inner ul li:nth-of-type(1) {
        width    : 100%;
        order    : 2;
        max-width: 460px;
        margin   : 0 auto;
    }

    #stage .inner ul li:nth-of-type(2) {
        width    : 90%;
        order    : 1;
        max-width: 350px;
        margin   : 0 auto;
    }

    #stage .stage-illust {
        bottom     : 0;
        right      : 0;
        left       : 0;
        margin     : auto;
        width      : 75%;
        padding-top: 70%;
    }

    /************************************************************
  point
*************************************************************/
    #point .inner h2 {
        width      : 100%;
        padding-top: 52%;
    }

    #point .inner:before {
        position           : absolute;
        content            : "";
        right              : 0;
        top                : 0;
        background         : url(../images/illust-2.png) no-repeat;
        background-size    : cover;
        background-position: top center;
        width              : 80%;
        padding-top        : 51%;
    }

    #point .inner ul li:nth-of-type(1),
    #point .inner ul li:nth-of-type(2),
    #point .inner ul li:nth-of-type(3) {
        width: calc(100% - 40px);
    }

    #point .inner ul li:nth-of-type(4),
    #point .inner ul li:nth-of-type(5) {
        width: calc(100% - 40px);
    }

    #point .inner ul li:nth-of-type(4) h3 img {
        width : 100%;
        height: auto;
    }

    #point .inner ul li:nth-of-type(4) dt {
        width    : 100%;
        max-width: 100px;
    }

    #point .inner ul li:nth-of-type(4) dd {
        width: 100%;
    }

    /************************************************************
  catalog
*************************************************************/
    #catalog {
        padding: 50px 0 70px 0;
    }

    #catalog .inner .entry {
        padding: 50px 20px;
    }

    #catalog .inner .entry:before {
        bottom: -70px;
    }

    #catalog .inner .entry ul li:first-child {
        width: 100%;
    }

    #catalog .inner .entry ul li:last-child {
        width    : 100%;
        margin   : 0 auto;
        max-width: 300px;
    }
}

@media screen and (max-width: 580px) {

    /************************************************************
  header
*************************************************************/
    header ul {
        flex-wrap: wrap;
    }

    header ul li:last-child {
        width    : 100%;
        font-size: 13px;
    }

    /************************************************************
  solution
*************************************************************/
    #solution .inner ul {
        flex-wrap: wrap;
    }

    #solution .inner ul li {
        width    : 100%;
        margin   : 0 auto;
        max-width: 240px;
    }
}

@media screen and (max-width: 480px) {

    /************************************************************
  sample
*************************************************************/
    #sample p {
        text-align: left;
    }

    #sample h2 {
        font-size: 6vw;
    }

    #sample .inner ul li {
        width: 100%;
    }

    /************************************************************
  footer
*************************************************************/
    #footer .inner {
        text-align: left;
    }

    #footer .inner ul span {
        font-size: 16px;
    }

    #footer .inner ul li,
    #footer .inner ul li a {
        font-size: 8vw;
    }

    #footer .inner a.contact-bt {
        font-size: 5vw;
        padding  : 15px 20px;
    }

    #footer .inner dt {
        float: none;
    }

    #footer .inner dd {
        margin-left  : 0;
        margin-bottom: .7em;
        line-height  : 140%;
    }
}

@media screen and (max-width: 400px) {}

@media screen and (max-width: 350px) {

    /************************************************************
  header
*************************************************************/
    header figure {
        display: none;
    }
}

@media screen and (max-width: 300px) {}