@charset "utf-8";

/**
 * parts_test.css
 * description
 *
 * Created by Qbist on 2016/03/18.
 * Copyright (c) 2016 Qbist. All rights reserved.
 */

#wrapper {
    height: 0;
    margin-top: calc(-100% * 0.5625 * 0.226);
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 25px;
    position: relative;
    z-index: 1;
}

#wrapper iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}
#wrapper div#movie {
    height: 100%;
    left: 0;
    position: relative;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
    z-index: 2;
}
#visual-movie-front {
    background: url("../img/dot_pattern.png");
    height: auto;
    left: 0;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    text-align: center;
    top: 0;
    width: auto;
    z-index: 3;
}
.catchImg {
    padding-top: 18%;
    position: relative;
    text-align: center;
    z-index: 100;
}
.catchImg img {
    width: 80.333%;
    /*max-width: 964px;*/
}
main#top {
    background-color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    margin-top: calc(-100% * 0.5625 * 0.226);
    padding: 0;
    position: relative;
    width: 100%;
}
main .sec01-wrap {
    background: url("../img/arch.svg") no-repeat center top;
    background-size: 106%;
    margin: 220px 0 0;
    padding-top: 6%;
    position: relative;
    text-align: center;
    z-index: 10;
}
main .sec02-wrap {
    background: url("../img/bg_semicircle_green.png") no-repeat center top #fff;
    background-size: contain;
    padding-top: 6.3%;
    position: relative;
    text-align: center;
    z-index: 11;
}
main .sec03-wrap {
    background: url("../img/bg_semicircle_bottom.png") no-repeat center top
        #46c8c3;
    background-size: contain;
    padding-top: 6.4%;
    position: relative;
    text-align: center;
    z-index: 12;
}

.sec01 {
    background-color: #fff;
}
.sec02 {
    background-color: #46c8c3;
    padding-bottom: 6.3%;
}
.sec03 {
    background-color: #fff;
    padding: 40px 0 0;
}

.sec01_bannerli {
    margin-bottom: 50px;
}
.sec01_bannerli a {
    display: block;
    transition: all 0.2s;
}
.sec01_bannerli a:hover {
    opacity: 0.8;
}
.sec01-wrap .leadContainer p.catchTxt {
    font-size: min(3.2vw, 26px);
    line-height: 1.4;
    margin: 0 0 35px 0;
}
.sec01-wrap .leadContainer .logo_hike {
    display: table;
    margin: 0 auto 160px;
    transition: opacity 0.4s;
    width: calc(100% - 40px);
    max-width: min(70vw, 400px);
}
.sec01-wrap .leadContainer .logo_hike:hover {
    opacity: 0.8;
}
.sec01-wrap .leadContainer p.lead {
    color: #777;
    font-size: 20px;
    font-size: 2rem;
    letter-spacing: 3px;
    line-height: 1.8;
    padding-bottom: 100px;
}

.customer {
    margin: 60px auto 120px auto;
    width: calc(100% - 40px);
}
.customer h2 {
    font-size: 3.2rem;
    margin: 0 0 80px 0;
}
.customer ul {
    align-items: center;
    display: flex;
    gap: 40px;
    margin: auto;
    max-width: fit-content;
    flex-wrap: wrap;
    justify-content: center;
}
.customer li {
    width: 20%;
}
.customer img {
    width: 100%;
}
.customer .kgl img {
    max-width: 250px;
    width: 22vw;
}
.customer .capcom img {
    max-width: 280px;
}
.customer .sqex img {
    max-width: 320px;
}
.customer .dena img {
    max-width: 150px;
    width: 15vw;
}
.customer .drecom img {
    max-width: 220px;
}
.customer .bandai img {
    max-width: 320px;
}
.customer .pokemon img {
    max-width: 340px;
    width: 30vw;
}
@media (max-width: 750px) {
    .customer ul {
        gap: 40px 20px;
    }
    .customer li {
        width: 28%;
    }
    .customer li:nth-of-type(7) {
        width: 50%;
    }
    .customer .pokemon img {
        width: 40vw;
    }
}

.sec02 .subH-Wrap h2 {
    font-size: 32px;
    font-size: 3.2rem;
    margin-bottom: 15px;
}
.sec02 .subH-Wrap h2 span {
    color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
}
.sec02 .lead {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.5;
    margin: 0 auto;
    max-width: 720px;
    padding-top: 30px;
    width: 96%;
}

.flexWrap {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: distribute;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 70px auto 45px;
    max-width: 1050px;
}

.btnArea {
    text-align: center;
}
.btn_ellipse.white {
    background-color: #fff;
}
.btn_ellipse {
    border-radius: 1.6em;
    display: inline-block;
    font-size: 24px;
    font-size: 2.4rem;
    letter-spacing: 0.2rem;
    margin-bottom: 30px;
    max-width: 720px;
    padding: 0.6em 6em 0.9em;
    width: 90%;
}
.btn_ellipse.pub::before,
.btn_ellipse.pub::after {
    color: #46c8c3;
    content: "\e92c";
    font-family: "icomoon" !important;
    font-size: 36px;
    font-size: 3.6rem;
    padding: 1.5rem 1rem;
    position: relative;
    top: 0.5rem;
}
.btn_ellipse.utest::before,
.btn_ellipse.utest::after {
    color: #46c8c3;
    content: "\e900";
    font-family: "icomoon" !important;
    font-size: 36px;
    font-size: 3.6rem;
    padding: 1.5rem 1rem;
    position: relative;
    top: 0.5rem;
}
.btn_ellipse:hover::before,
.btn_ellipse:hover::after {
    color: #ffe400;
}
.sec03 .news {
    margin: 0 auto 90px;
    max-width: 720px;
    text-align: left;
}
.sec03 .news h1 {
    border-bottom: 3px solid #786446;
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 10px;
    padding-bottom: 0.1em;
}
.sec03 .news ul li {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.8;
}
.sec03 .news ul li span.date {
    float: left;
}
.sec03 .news ul li a {
    display: block;
    padding-left: 100px;
}
.sec03 .news ul li p {
    display: block;
    padding-left: 100px;
}
.sec03 .news ul li .indentList li {
    line-height: 1.3;
    padding: 0 0 0 100px;
    text-indent: -10px;
}
.sec03 .news .more {
    color: #aaa;
    font-size: 14px;
    font-size: 1.4rem;
    text-align: right;
}
.btn-basic.w720 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1;
    margin: 0 auto;
    max-width: 720px;
    padding: 20px;
}
.sec03 .btnWrap span.icon-caret-down2 {
    font-size: 35px;
    font-size: 3.5rem;
}
.sec03 .btnWrap span:last-child {
    color: #000;
    font-size: 16px;
    font-size: 1.6rem;
}
.sec04 {
    align-items: flex-end;
    -webkit-box-align: end;
    -webkit-box-pack: justify;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: flex-end;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 165px auto 20px;
    max-width: 1050px;
}
.sec04 .bnrBox {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    width: 720px;
}
/* .sec04 .bnrBox>li:nth-child(1) {
    width: 146px;
    margin: 0 10px;
}
.sec04 .bnrBox>li:nth-child(2) {
    width: 174px;
    margin: 0 10px;
} */
.sec04 .bnrBox > li:nth-child(1) {
    margin: 0 20px;
    width: 266px;
}
.sec04 .bnrBox > li:nth-child(2) {
    margin: 0 20px;
    width: 220px;
}
.sec04 .bnrBox > li:nth-child(3) {
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-positive: 1;
    text-align: right;
}
.sec04 .btnSNS {
    -webkit-box-pack: end;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.sec04 .btnSNS li {
    margin-left: 40px;
}
.sec04 .btnSNS li a span.icon-twitter3 {
    color: #23aae1;
    font-size: 52px;
    font-size: 5.2rem;
}
.sec04 .btnSNS li a span.icon-facebook3 {
    color: #385b9b;
    font-size: 52px;
    font-size: 5.2rem;
}

.ih-item.circle {
    border-radius: 50%;
    height: 330px;
    position: relative;
    width: 330px;
}
.ih-item.circle a {
    height: 100%;
    left: 0;
    position: absolute;
    text-indent: -999px;
    top: 0;
    width: 100%;
    z-index: 4;
}
.ih-item.circle .circleImg {
    background-color: #fff;
    border-radius: 50%;
    height: 330px;
    position: relative;
    width: 330px;
    z-index: 2;
}
.ih-item.circle .circleImg::before {
    border-radius: 50%;
    -webkit-box-shadow: inset 0 0 0 16px rgba(255, 255, 255, 0.6),
        0 1px 2px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 0 16px rgba(255, 255, 255, 0.6),
        0 1px 2px rgba(0, 0, 0, 0.3);
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    -webkit-transition: opacity 0.6s ease-in-out,
        -webkit-transform 0.35s ease-in-out;
    transition: opacity 0.6s ease-in-out, -webkit-transform 0.35s ease-in-out;
    transition: opacity 0.6s ease-in-out, transform 0.35s ease-in-out;
    transition: opacity 0.6s ease-in-out, transform 0.35s ease-in-out,
        -webkit-transform 0.35s ease-in-out;
    width: 100%;
}
::before,
::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.ih-item.circle .circleImg img {
    display: block;
    margin: 0 auto 0;
    padding-top: 30px;
    position: relative;
    width: 52%;
}
.ih-item.circle .circleImg img.topIcon01 {
    left: 0;
}
.ih-item.circle .circleImg img.topIcon02 {
    left: 8px;
}
.ih-item.circle .circleImg img.topIcon03 {
    left: 8px;
    top: 0;
}

.ih-item.circle .circleImg p {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 36px;
    line-height: 3.6rem;
}
.ih-item.circle .circleImg span {
    color: #786446;
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    padding: 6px;
}
.ih-item.circle .circleImg::after {
    color: #e66464;
    content: "\f0d9";
    font-family: "icomoon";
}
.ih-item.circle.effect13 .info {
    background: #333333;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    -webkit-transition: opacity 0.6s ease-in-out,
        -webkit-transform 0.35s ease-in-out;
    transition: opacity 0.6s ease-in-out, -webkit-transform 0.35s ease-in-out;
    transition: opacity 0.6s ease-in-out, transform 0.35s ease-in-out;
    transition: opacity 0.6s ease-in-out, transform 0.35s ease-in-out,
        -webkit-transform 0.35s ease-in-out;
    z-index: 3;
}
.ih-item.circle .info {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 50%;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
}
.ih-item.circle.effect13 .info.mobile {
    display: none;
}
.ih-item.circle.effect13.top_to_bottom .info h3 {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.ih-item.circle.effect13.top_to_bottom .info p {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.ih-item.circle.effect13 .info h3 {
    color: #fff;
    font-size: 22px;
    height: 110px;
    letter-spacing: 2px;
    margin: 0 30px;
    padding: 55px 0 0 0;
    position: relative;
    text-shadow: 0 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.3);
    text-transform: uppercase;
    -webkit-transition: opacity 0.8s ease-in-out,
        -webkit-transform 0.35s ease-in-out;
    transition: opacity 0.8s ease-in-out, -webkit-transform 0.35s ease-in-out;
    transition: opacity 0.8s ease-in-out, transform 0.35s ease-in-out;
    transition: opacity 0.8s ease-in-out, transform 0.35s ease-in-out,
        -webkit-transform 0.35s ease-in-out;
    visibility: hidden;
}
.ih-item.circle.effect13 .info p {
    color: #000;
    display: table-cell;
    font-size: 26px;
    font-size: 2.6rem;
    height: 300px;
    line-height: 1.5;
    text-shadow: 2px 2px 3px #ffffff, -2px -2px 3px #ffffff,
        2px -2px 3px #ffffff, -2px 2px 3px #ffffff;
    -webkit-transition: opacity 0.8s ease-in-out,
        -webkit-transform 0.35s ease-in-out;
    transition: opacity 0.8s ease-in-out, -webkit-transform 0.35s ease-in-out;
    transition: opacity 0.8s ease-in-out, transform 0.35s ease-in-out;
    transition: opacity 0.8s ease-in-out, transform 0.35s ease-in-out,
        -webkit-transform 0.35s ease-in-out;
    vertical-align: middle;
    visibility: hidden;
    width: 300px;
}
.info-back span {
    font-size: 16px;
    font-size: 1.6rem;
    text-shadow: 2px 2px 3px #ffffff, -2px -2px 3px #ffffff,
        2px -2px 3px #ffffff, -2px 2px 3px #ffffff;
}
.ih-item:hover {
    text-decoration: none;
}
.ih-item:active,
.ih-item:hover {
    outline: 0;
}
.ih-item,
.ih-item * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.ih-item.circle.effect13:hover .info {
    opacity: 1;
}
.ih-item.circle.effect13:hover h3 {
    visibility: visible;
}
.ih-item.circle.effect13:hover p {
    visibility: visible;
}
.ih-item.circle.effect13.top_to_bottom:hover h3 {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.ih-item.circle.effect13.top_to_bottom:hover p {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.info-back {
    background-color: rgba(255, 255, 255, 0.75);
    background-image: url("../img/hover_pattern.png");
    border: 15px solid #fff;
    border-radius: 50%;
    height: 330px;
    width: 330px;
}
.info-back {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 40px;
    line-height: 4rem;
}

/* SNSボタン */
.sec04 .btnSNS li a span {
    display: inline-block;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.sec04 .btnSNS li a:hover span {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
}
/*
a,
a span {
  display: inline-block;
}*/

/* お知らせ */
.news_inner {
    height: 44.5rem;
    overflow-y: scroll;
    padding: 1.5rem 0;
}
.news ul li {
    padding: 0.2em;
}
.news ul li .date {
    margin-right: 2em;
}
.sec03 .news ul li a.txtLink.file {
    display: inline-block;
    position: relative;
}
.txtLink.file::before {
    background: url("../img/multi-tab_b.svg");
    background-size: contain;
    bottom: 0;
    content: "";
    height: 1em;
    margin: auto;
    position: absolute;
    right: -1.3em;
    top: 0;
    width: 1em;
}

@media only screen and (max-width: 1050px) {
    .btn_ellipse {
        letter-spacing: 0;
        padding: 0.6em 1em 0.9em;
    }
    .sec01.leadContainer {
        padding: 0 2%;
    }
    .sec03 {
        padding: 40px 2% 0;
    }
    .sec04 .bnrBox > li {
        margin: 0 0 20px 0 !important;
        text-align: center !important;
        width: 50% !important;
    }
    .sec04 .btnSNS {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

/* スマホ用 */

@media only screen and (max-width: 640px) {
    .catchImg {
        padding-top: 12%;
    }
    .ih-item.circle {
        margin-bottom: 20px;
    }
    .btn_ellipse {
        letter-spacing: -0.2rem;
        padding: 0.6em 1em 0.9em;
    }
    .sec03 {
        padding: 40px 20px 0;
    }
    .sec04 {
        margin: 80px 0 0;
        padding: 0 20px;
    }
    .sec01-wrap .leadContainer p.lead {
        letter-spacing: 0px;
    }
}

/* 20170619 追記 イベント告知 */
.noticeBox {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 100;
}
@media only screen and (max-width: 1050px) {
    .sec01-wrap .leadContainer p.lead {
        padding-bottom: 5%;
    }
    .noticeBox {
        margin: 0 auto;
        max-width: 700px;
        padding-bottom: 5%;
        position: static;
        width: 80%;
    }
    .noticeBox img {
        height: auto;
        width: 100%;
    }
}
