﻿html, body, div, span, h1, h2, h3, h4, p, em, img, small, strong, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, button, input, select, textarea, article, aside, footer, header, menu, nav, section, mark {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-align: left
}

body {
    line-height: 1.0;
    -webkit-text-size-adjust: none
}

article, aside, footer, header, menu, nav, section {
    display: block
}

a:hover, a:active {
    outline: 0
}

ol, ul {
    list-style: none
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

button, input, select, textarea {
    vertical-align: baseline;
    *vertical-align: middle;
    font-family: sans-serif
}

button, input {
    line-height: normal;
    *overflow: visible
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button
}

input[type="checkbox"], input[type="radio"] {
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input::-webkit-input-placeholder {
    color: #ccc
}

input::-moz-placeholder {
    color: #ccc
}

input:-ms-input-placeholder {
    color: #ccc
}

input::placeholder {
    color: #ccc
}

input::-moz-placeholder {
    color: #ccc
}

input::-webkit-input-placeholder {
    color: #ccc
}

input, select {
    vertical-align: middle
}

textarea {
    overflow: auto;
    vertical-align: top
}

img {
    vertical-align: bottom;
    font-size: 0;
    line-height: 0;
    border: 0
}

.invisible {
    visibility: hidden
}

.displayNone {
    display: none;
    opacity: 0
}

html {
    font-size: 62.5%
}

body {
    min-width: 1280px;
    line-height: 1.4;
    font-size: 1.4rem;
    font-family: Helvetica, Arial, Verdana, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
    color: #fff;
    background: url(../img/bg.png) repeat
}

* {
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

a, a:link {
    color: inherit;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0)
}

a:visited, a:hover, a:active, a:focus {
    opacity: .75
}

section {
    width: 100%
}

.wrapSection {
    position: relative;
    width: 1000px;
    height: 100%;
    margin: 0 auto
}

#header {
    height: 815px;
    background-color: #fff;
    background-image: url(../img/header_bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    border-bottom: 15px solid #fff;
    box-shadow: 3.5px 6.062px 7px 0 rgba(0, 0, 0, 0.2)
}

#header h1 {
    z-index: 2;
    position: absolute;
    left: 0;
    bottom: 45px
}

#header .balloonModel {
    z-index: 3;
    position: absolute;
    left: 230px;
    bottom: 215px;
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

#header .balloonIllust {
    z-index: 3;
    position: absolute;
    left: 0;
    bottom: 215px;
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

#header #characterImg {
    position: relative;
    z-index: 1
}

#header .character2d {
    position: absolute;
    right: -80px;
    top: 5px
}

#header .character3d {
    position: absolute;
    right: -70px;
    top: 5px
}

#header .share {
    z-index: 5;
    position: absolute;
    top: 10px;
    right: 10px
}

#header .share li {
    display: inline-block;
    vertical-align: top
}

#header .share li iframe {
    margin: 0 !important
}

@-webkit-keyframes bounce {
    0%, 5%, 12%, 20%, 100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    10% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }
    15% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px)
    }
}

@keyframes bounce {
    0%, 5%, 12%, 20%, 100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    10% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }
    15% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px)
    }
}

#profile {
    height: 636px
}

#profile .wrapSection {
    background-image: url(../img/profile_character.png);
    background-position: 0 230px;
    background-repeat: no-repeat
}

#profile .text {
    position: absolute;
    left: 230px;
    bottom: 140px
}

#model {
    z-index: 2;
    position: relative;
    height: 1090px;
    background-color: #fffcfc;
    background-image: url(../img/model_bg.jpg);
    background-position: center center;
    background-repeat: no-repeat
}

#model .textColumn {
    position: absolute;
    left: 390px;
    top: 85px;
    width: 620px;
    z-index: 1;
}

#model .textColumn1 {
    top: 85px;
}

#model .textColumn2 {
    top: 530px;
}

#model .character {
    position: absolute;
    left: -100px;
    top: -25px
}

#model h1 {
    margin-bottom: 20px;
}

#model .text {
    color: #00aeeb;
    font-size: 14px;
    font-weight: bold;
    text-shadow: 0 2px 0 #fff, 0 -2px 0 #fff, 2px 0 0 #fff, -2px 0 0 #fff,
    -2px 2px 0 #fff, -2px -2px 0 #fff, 2px 2px 0 #fff, 2px -2px 0 #fff;
    line-height: 2;
    letter-spacing: -0.3px;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: bold;
}

#model .text p {
    margin-top: 1em;
}

#model .text p:first-child {
    margin-top: 0;
}

#model .text strong {
    font-size: 22px;
}

#model .text1 {
}

#model .text2 {
    margin-bottom: 25px;
}

#model .balloonModel {
    position: absolute;
    left: 480px;
    top: 280px
}

#model .balloonTerm1 {
    position: absolute;
    left: 570px;
    top: 370px
}

#model .balloonTerm2 {
    position: absolute;
    left: 620px;
    top: 450px
}

#model .download {
    display: flex;
    margin-bottom: 15px;
}

#model .download-button {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: calc(50% - 5px);
    height: 80px;
    background: #fecb35;
    color: #fff;
    border-radius: 10px;
    text-align: center;
    margin-left: 10px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .2);
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: bold;
}

#model .download-button:first-child {
    margin-left: 0;
}

#model .download-button span {
    display: block;
    text-align: center;
    font-size: 20px;
}

#model .download-button small {
    display: block;
    text-align: center;
    font-size: 16px;
}

#model .termLink {
    text-align: center
}

#model .modelList {
    margin-top: 5px;
    text-align: center
}

#model .termLink a, #model .modelList a {
    color: #00b7ee;
    background: rgba(255, 255, 255, 0.7);
    font-weight: bold;
    text-decoration: underline
}

footer {
    padding-bottom: 60px
}

footer p {
    height: 50px;
    line-height: 50px;
    text-align: center
}

/*# sourceMappingURL=index.css.map */
