@charset "UTF-8";
@font-face {
    font-family: 'MyFont';
    src: url(../font/A-OTF-A1MinchoStd-Bold.otf);
}

body {
    min-width: 100vw;
    color: #333;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, Osaka, sans-serif;
    font-size: 100%;
    position: static;
    font-family: MyFont;
    letter-spacing: 0.15em;
    overflow-x: hidden;
}

img {
    border: none;
    vertical-align: bottom;
    max-width: 100%;
    display: block;
}

.move_bg {
    position: relative;
}

.move_con {
    position: absolute;
    top: 0;
    left: 0;
}

.cv_btn {
    animation-name: cv_btn;
    animation-delay: 0s;
    animation-duration: 1.5s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}

@keyframes cv_btn {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-5px);
    }
    100% {
        transform: translateY(0);
    }
}

.main,
.footer {
    width: 640px;
    margin: 0 auto;
    text-align: center;
}
/* スクロールアニメ共通 */
/* スクロールアニメ共通 */
/* silica_3 */

.move_bubble {
    transform: scale(0);
    transform-origin: bottom;
}

.move_bubble.isShow {
    animation-name: an_bubble;
    animation-duration: 0.3s;
    transform: scale(1);
}

@keyframes an_bubble {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}

.model {
    top: 29.8%;
    width: 27.3%;
    right: 0;
    margin: auto;
    /* box-sizing: border-box; */
    padding-right: 6px;
}

.bubble_01 {
    top: 34%;
    width: 45%;
    left: 2%;
}

.bubble_02 {
    width: 43%;
    top: 45.5%;
    left: 56%;
}

.bubble_03 {
    width: 39%;
    top: 52.5%;
    left: 2%;
}

.bubble_04 {
    width: 38%;
    top: 62.2%;
    left: 61%;
}

.bubble_05 {
    width: 43%;
    top: 71.5%;
    left: 2.5%;
}
/* silica_3 */
/* cv */

.cv {
    top: 40%;
    left: 0;
    right: 0;
    width: 85%;
    margin: auto;
    animation-name: cv_btn;
    animation-delay: 0s;
    animation-duration: 1.5s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    transform: scale(0.85);
}
.cv2 {
    top: 73%;
    left: 0;
    right: 0;
    width: 85%;
    margin: auto;
    animation-name: cv_btn;
    animation-delay: 0s;
    animation-duration: 1.5s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    transform: scale(0.85);
}
.cv3 {
    top: 77%;
    left: 0;
    right: 0;
    width: 85%;
    margin: auto;
    animation-name: cv_btn;
    animation-delay: 0s;
    animation-duration: 1.5s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    transform: scale(0.85);
}

@keyframes cv_btn {
    0% {
        transform: scale(0.85);
    }
    50% {
        transform: scale(1.0);
    }
    100% {
        transform: scale(0.85);
    }
}
/* cv */
/* silica_22 */

.base_silica_22 {
    overflow: hidden;
}
/* silica_22 */
/* キャッチコピー */

.copy1 {
    width: 33%;
    top: 19%;
    left: 60%;
}

.copy2 {
    width: 34%;
    top: 33%;
    left: 60%;
}

.copy3 {
    width: 27%;
    top: 19%;
    left: 67%;
}

.copy4 {
    width: 45%;
    top: 26%;
    left: 53%;
}

.slide_p {
    width: 84%;
    top: 36.7%;
    left: 2%;
    z-index: 2;
}

.slide_back {
    width: 88%;
    top: 36%;
    left: 0%;
}

.movie_back {
    width: 80%;
    height: 360px;
    top: 45%;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
}

.video {
    width: 100%;
}
/* キャッチコピー */
/* メダル */

.medal_all {
    width: 95%;
    display: flex;
    justify-content: space-between;
    top: 77%;
    left: 0;
    right: 0;
    margin: auto;
}

.medal_box:nth-of-type(2) {
    margin: 0 1%;
}

.medal_01,
.medal_02,
.medal_03 {
    margin-top: -20%;
}

.medal_bubble_01,
.medal_bubble_02,
.medal_bubble_03 {
    width: 90%;
    left: 0;
    right: 0;
    margin: auto;
    position: relative;
    z-index: 2;
}

.reflection {
    display: inline-block;
    position: relative;
    overflow: hidden;
}

.reflection:after {
    content: "";
    height: 100%;
    width: 30px;
    position: absolute;
    top: -180px;
    left: 0;
    background-color: #fff;
    opacity: 0;
    box-sizing: border-box;
    padding-bottom: 1%;
    -webkit-transform: rotate(45deg);
    -webkit-animation: reflection 2s ease-in-out infinite;
}

@keyframes reflection {
    0% {
        -webkit-transform: scale(0) rotate(45deg);
        opacity: 0;
    }
    80% {
        -webkit-transform: scale(0) rotate(45deg);
        opacity: 0.5;
    }
    81% {
        -webkit-transform: scale(4) rotate(45deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(50) rotate(45deg);
        opacity: 0;
    }
}

@-webkit-keyframes shine {
    0% {
        left: -75%;
    }
    65% {
        left: -75%;
    }
    100% {
        left: 125%;
    }
}

@keyframes shine {
    0% {
        left: -75%;
    }
    65% {
        left: -75%;
    }
    100% {
        left: 125%;
    }
}
/* メダル */

@media screen and (max-width:640px) {
    .main {
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }
    .movie_back {
        width: 94%;
        background: #000;
        height: auto;
        top: 45%;
        left: 0;
        right: 0;
        margin: auto;
        position: absolute;
    }
}

@-webkit-keyframes shine {
    0% {
        left: -75%;
    }
    65% {
        left: -75%;
    }
    100% {
        left: 125%;
    }
}

@keyframes shine {
    0% {
        left: -75%;
    }
    65% {
        left: -75%;
    }
    100% {
        left: 125%;
    }
}

.supervision {
    top: 20%;
    left: auto;
    right: 0%;
    width: 33%;
}

@media screen and (max-width:640px) {
    .copy {
        display: block;
        font-size: 10px;
        padding: 15px;
    }
    									
    .model {
        top: 29.9%;
        width: 27.2%;
        right: -0.%;
        margin: auto;
        /* box-sizing: border-box; */
        padding-right: 6px;
    }
}

/* 下から */

.fadeUp{
    animation-name:fadeUpAnime;
    animation-duration:0.5s;
    animation-fill-mode:forwards;
    opacity:0;
}
    
@keyframes fadeUpAnime{
    from {
    opacity: 0;
    transform: translateY(100px);
    }

    to {
    opacity: 1;
    transform: translateY(0);
    }
}

.cv_nomal {
    width: 48%;
    top: 39%;
    left: auto;
    right: 6%;
    transition: 0.3s ease-in-out;
}

.cv_nomal:hover {
    transform: scale(1.03);
}