@charset "utf-8";
/**
 * style.css
 */

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

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

.topPcPage {
    min-width: 1240px;
}

/* mainVisual
--------------------------------------------------*/
#top_pc #mainVisual {
    position: relative;
}

#top_pc #mainVisual img.bg {
    width: 100%;
}

#top_pc #mainVisual .information {
    overflow: hidden;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 131, 203, 0.9);
}

#top_pc #mainVisual .information .inner {
    max-width: 1020px;
    margin: 0 auto;
    padding: 20px 0;
    color: #fff;
}

#top_pc #mainVisual .information .ttl {
    float: left;
    font-size: 20px;
    font-weight: bold;
}

#top_pc #mainVisual .information .texts {
    position: relative;
    margin-left: 175px;
    padding: 3px 0 0 25px;
}

#top_pc #mainVisual .information .texts p {
    font-size: 16px;
    font-weight: bold;
}

#top_pc #mainVisual .information .inSlide {
    position: relative;
}

#top_pc #mainVisual .information .inSlide .slick-arrow {
    position: absolute;
    left: -25px;
    display: block;
    width: 10px;
    height: 10px;
    border: none;
    border-top: #fff solid 2px;
    border-left: #fff solid 2px;
    padding: 0;
    background-color: transparent;
    cursor: pointer;
    outline: none;
    appearance: none;
    text-indent: -9999px;
    transition: 0.2s;
    z-index: 2;
}

#top_pc #mainVisual .information .inSlide .slick-prev {
    top: 4px;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
}

#top_pc #mainVisual .information .inSlide .slick-next {
    bottom: 4px;
    transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
}

#top_pc #mainVisual .information .inSlide.prevoff .slick-prev,
#top_pc #mainVisual .information .inSlide.nextoff .slick-next {
    opacity: 0;
}

#top_pc #mainVisual .information .inSlide a {
    color: #fff;
    text-decoration: none;
}

#top_pc #mainVisual .information .texts .btn {
    position: absolute;
    top: 3px;
    right: 0;
}

#top_pc #mainVisual .information .texts .btn a {
    display: block;
    padding: 3px 14px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    border: #fff solid 1px;
    text-decoration: none;
}

#top_pc #mainVisual .information .texts .btn a:hover {
    background-color: #000;
    border-color: #000;
}

#top_pc #mainVisual .main .slick-arrow {
    position: absolute;
    top: 50%;
    display: block;
    width: 60px;
    height: 60px;
    border: none;
    margin-top: -30px;
    padding: 0;
    background-color: #000;
    background-position: center center;
    cursor: pointer;
    outline: none;
    appearance: none;
    text-indent: -9999px;
    z-index: 2;
}

#top_pc #mainVisual .main .slick-prev {
    left: 0;
    background-image: url(../../images/top_pc/arw01.png);
}

#top_pc #mainVisual .main .slick-next {
    right: 0;
    background-image: url(../../images/top_pc/arw02.png);
}




/* pageSection
--------------------------------------------------*/
#top_pc .pageSection {
    overflow: hidden;
    position: relative;
    margin-top: 30px;
}

#top_pc .pageSection:after {
    position: absolute;
    top: 0;
    right: 0;
    height: 0;
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 10;
}

#top_pc .pageSection .inner {
    position: relative;
    padding: 80px 0;
    color: #fff;
    z-index: 5;
}

#top_pc .pageSection .enTxt {
    position: absolute;
    z-index: 2;
}

#top_pc .pageSection .enTop {
    top: 0;
    left: 0;
}

#top_pc .pageSection .enBottom {
    bottom: 0;
    right: 0;
}

#top_pc .pageSection .sttl {
    position: relative;
    max-width: 1000px;
    margin: 0 auto 45px;
    padding: 26px 0;
    color: #fff;
    font-size: 42px;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
}

#top_pc .pageSection .sttl small {
    display: block;
    margin: 3px 0 5px;
    font-size: 18px;
}

#top_pc .pageSection .sttl:before,
#top_pc .pageSection .sttl:after {
    position: absolute;
    left: 0;
    display: block;
    content: '';
    width: 100%;
    height: 14px;
    background: url(../../images/top_pc/border.png) no-repeat center top;
}

#top_pc .pageSection .sttl:before {
    top: 0;
}

#top_pc .pageSection .sttl:after {
    bottom: 0;
}

#top_pc .pageSection .col3SlideList {
    position: relative;
}

#top_pc .pageSection .col3SlideList .slick-list {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 1018px;
    margin: 0 auto;
}

#top_pc .pageSection .col3SlideList li a {
    display: block;
    margin: 0 19px;
    color: #fff;
    text-decoration: none;
}

#top_pc .pageSection .col3SlideList .slick-arrow {
    position: absolute;
    top: 0;
    display: block;
    width: 60px;
    height: 60px;
    border: none;
    padding: 0;
    background-color: transparent;
    background-position: center center;
    cursor: pointer;
    outline: none;
    appearance: none;
    text-indent: -9999px;
    transition: 0.3s;
    z-index: 2;
}

#top_pc .pageSection .col3SlideList.prevoff .slick-prev,
#top_pc .pageSection .col3SlideList.nextoff .slick-next {
    opacity: 0;
}

#top_pc .pageSection .col3SlideList .slick-prev {
    left: 0;
    background-image: url(../../images/top_pc/arw01.png);
}

#top_pc .pageSection .col3SlideList .slick-next {
    right: 0;
    background-image: url(../../images/top_pc/arw02.png);
}

#top_pc .pageSection .col3SlideList li a span {
    display: block;
    font-weight: bold;
}

#top_pc .pageSection .col3SlideList li .img {
    position: relative;
    margin-bottom: 15px;
}

#top_pc .pageSection .col3SlideList li .img span {
    overflow: hidden;
    position: relative;
    display: block;
    text-align: center;
    width: 100%;
    height: 0;
    padding-bottom: 75%;
    /*background-color: #000;*/
}

#top_pc .pageSection .col3SlideList li .img span:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background-color: #000;
    transition: 0.2s;
    opacity: 0;
    z-index: 2;

}

#top_pc .pageSection .col3SlideList li .img img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-height: 100%;
    max-width: 100%;
    transform: translate(-50%, -50%);
}

#top_pc .pageSection .col3SlideList li .cat {
    transition: 0.2s;
}

#top_pc .pageSection .col3SlideList li .cat span {
    display: inline-block;
    padding: 3px 15px;
    font-size: 12px;
    border: #fff solid 1px;
    line-height: 1;
}

#top_pc .pageSection .col3SlideList li .texts {
    position: relative;
    padding: 12px 50px 0 0;
    font-size: 16px;
    line-height: 1.6;
    transition: 0.2s;
}

#top_pc .pageSection .col3SlideList li .texts:after {
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    content: '';
    width: 30px;
    height: 30px;
    background: url(../../images/top_pc/arw03.png) no-repeat center center;
    background-size: contain;
    transition: 0.2s;
}

#top_pc .pageSection .col3SlideList li a:hover .texts:after {
    opacity: 0.7;
}

#top_pc .pageSection .col3SlideList li a:hover .img span:before {
    opacity: 0.3;
}



/* animetion */
#top_pc .pageSection:after {
    transition-timing-function: cubic-bezier(.9, 0, .1, 1);
    transition-duration: 0.8s;
}

#top_pc .pageSection.anime_start:after {
    width: 0;
}

#top_pc .pageSection .fade_up {
    opacity: 0;
    transform: translateY(20px);
    transition: 0.5s;
}

#top_pc .pageSection .fade_up.fade_start {
    opacity: 1;
    transform: translateY(0);
}


/* section01
--------------------------------------------------*/
#top_pc #section01 {
    background: #ee017d;
    background: -moz-linear-gradient(left, #ee017d 0%, #ff5902 100%);
    background: -webkit-linear-gradient(left, #ee017d 0%, #ff5902 100%);
    background: linear-gradient(to right, #ee017d 0%, #ff5902 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee017d', endColorstr='#ff5902', GradientType=1);
}

#top_pc #section01 .lead01 {
    margin-bottom: 35px;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.8;
    text-align: center;
}


/* section02
--------------------------------------------------*/
#top_pc #section02 {
    background: #0184cb;
    background: -moz-linear-gradient(left, #0184cb 0%, #26d5b0 100%);
    background: -webkit-linear-gradient(left, #0184cb 0%, #26d5b0 100%);
    background: linear-gradient(to right, #0184cb 0%, #26d5b0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0184cb', endColorstr='#26d5b0', GradientType=1);
}

#top_pc #section02 .sttl {
    margin-bottom: 0;
    z-index: 3;
}

#top_pc #section02 .sttl:before,
#top_pc #section02 .sttl:after {
    opacity: 0;
}

#top_pc #section02 .abs {
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    z-index: 1;
}

#top_pc #section02 .abs .sttl>* {
    opacity: 0;
}

#top_pc #section02 .abs .sttl:before,
#top_pc #section02 .abs .sttl:after {
    opacity: 1;
}

#top_pc #section02 .btns {
    position: relative;
    padding: 115px 0 95px;
    text-align: center;
    line-height: 0;
    z-index: 3;
}

#top_pc #section02 .btns li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 39px;
}

#top_pc #section02 .btns li p {
    position: absolute;
    left: 0;
    /*bottom: 45px;*/
    bottom: 35px;
    width: 100%;
    color: #000;
    /*font-size: 22px;*/
    font-size: 20px;
    font-weight: bold;
    line-height: 1.68;
    text-align: center;
}

#top_pc #section02 .btns li p>span {
    display: table;
    width: 100%;
    height: 130px;
}

#top_pc #section02 .btns li p>span span {
    display: table-cell;
    vertical-align: middle;
}

#top_pc #section02 .charas {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2;
}

#top_pc #section02 .charas .charasInner {
    position: relative;
    max-width: 1306px;
    margin: 0 auto;
}

#top_pc #section02 .charas .charasInner>div {
    position: absolute;
    bottom: 0;
}

#top_pc #section02 .charas .chara01 {
    left: 77px;
}

#top_pc #section02 .charas .chara02 {
    left: 512px;
}

#top_pc #section02 .charas .chara03 {
    right: -55px;
}

/* animetion */
#top_pc #section02 .fade_up_orign {
    opacity: 0;
    transform: translateY(20px);
    transition-delay: 0.8s;
    transition-duration: 0.3s;
}

#top_pc #section02.anime_start .fade_up_orign {
    opacity: 1;
    transform: translateY(0);
}

#top_pc #section02 .charas .charasInner>div {
    opacity: 0;
    transition-delay: 1s;
    transition-duration: 0.6s;
}

#top_pc #section02 .charas .chara01 {
    transform: translateX(-20px);
}

#top_pc #section02 .charas .chara03 {
    transform: translateX(20px);
}

#top_pc #section02.anime_start .charas .charasInner>div {
    opacity: 1;
    transform: translateX(0) !important;
}

#top_pc #section02 .btns {
    opacity: 0;
    transition-delay: 1.5s;
    transition-duration: 0.5s;
    transform: translateY(20px);
}

#top_pc #section02.anime_start .btns {
    opacity: 1;
    transform: translateY(0);
}



/* section03
--------------------------------------------------*/
#top_pc #section03 {
    position: relative;
    background: url(../../images/top_pc/sec03_bg.png) no-repeat center center;
    background-size: cover;
}

#top_pc #section03 .bgBlur {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../../images/top_pc/sec03_bg02.png) no-repeat center center;
    background-size: cover;
}

#top_pc #section03 .lists {
    text-align: center;
    line-height: 1.2;
}

#top_pc #section03 .lists+.lists {
    margin-top: 70px;
}

#top_pc #section03 .lists li {
    display: inline-block;
    vertical-align: bottom;
    text-align: left;
}

#top_pc #section03 .lists li+li {
    margin-left: 100px;
}

#top_pc #section03 .lists li a {
    display: block;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}

#top_pc #section03 .lists li a span {
    display: block;
}

#top_pc #section03 .lists li .txt {
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 1.4;
}

#top_pc #section03 .lists li .num>* {
    display: inline-block;
}

#top_pc #section03 .lists li .num span {
    font-size: 80px;
    margin-right: 12px;
}

#top_pc #section03 .lists li .num small {
    font-size: 26px;
}

#top_pc #section03 .lists li .btn {
    position: relative;
    margin-top: 5px;
    padding-right: 34px;
    color: #93278f;
    font-size: 14px;
    font-weight: bold;
}

#top_pc #section03 .lists li .btn:before {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    content: '';
    width: 30px;
    height: 100%;
    background-color: #93278f;
    background-size: contain;
    background-image: url(../../images/top_pc/arw03.png);
}

#top_pc #section03 .lists li .btn span {
    padding: 7px 0;
    text-align: center;
    background-color: #fff;
}

/* animetion */
#top_pc #section03 .bgBlur {
    transition-delay: 1s;
    transition-duration: 0.5s;
}

#top_pc #section03 .sttl {
    opacity: 0;
    transform: translateY(20px);
    transition-delay: 1.5s;
    transition-duration: 0.5s;
}

#top_pc #section03.anime_start .sttl {
    opacity: 1;
    transform: translateY(0);
}

#top_pc #section03.anime_start .bgBlur {
    opacity: 0;
}

#top_pc #section03 .lists li>div {
    opacity: 0;
    transform: translateY(20px);
    transition-delay: 1.7s;
    transition-duration: 0.5s;
}

#top_pc #section03.anime_start .lists li>div {
    opacity: 1;
    transform: translateY(0);
}


/* hover */
#top_pc #section03.anime_start .lists li a .btn {
    transition: 0.2s;
}

#top_pc #section03.anime_start .lists li a:hover .btn {
    opacity: 0.7;
}


/* section04
--------------------------------------------------*/
#top_pc #section04 {
    background: #25a735;
    background: -moz-linear-gradient(left, #25a735 0%, #f7e902 100%);
    background: -webkit-linear-gradient(left, #25a735 0%, #f7e902 100%);
    background: linear-gradient(to right, #25a735 0%, #f7e902 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#25a735', endColorstr='#f7e902', GradientType=1);
}

#top_pc #section04 .sttl {
    margin-bottom: 70px;
}

#top_pc #section04 .lists {
    max-width: 1130px;
    margin: 0 auto;
}

#top_pc #section04 .lists ul {
    margin-left: -24px;
}

#top_pc #section04 .lists li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 33.3333%;
    padding-left: 24px;
}

#top_pc #section04 .lists li a {
    display: block;
    text-decoration: none;
}

#top_pc #section04 .lists li a>span {
    display: block;
}

#top_pc #section04 .lists li .img {
    position: relative;
    background-color: #000;
}

#top_pc #section04 .lists li .img img {
    width: 100%;
}

#top_pc #section04 .lists li .img .txt {
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
}

#top_pc #section04 .lists li .btn {
    position: relative;
    margin-top: 5px;
    padding-right: 55px;
}

#top_pc #section04 .lists li .btn:before {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    content: '';
    width: 50px;
    height: 100%;
    background: url(../../images/top_pc/arw02.png) no-repeat center center;
    background-size: contain;
}

#top_pc #section04 .lists li .btn span {
    display: block;
    padding: 10px 0;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    text-indent: -9999px;
    background: url(../../images/top_pc/sec04_btn.png) no-repeat center center;
}


/* hover */
#top_pc #section04 .lists li a .img *,
#top_pc #section04 .lists li a .btn {
    transition: 0.2s;
}

#top_pc #section04 .lists li a:hover .img *,
#top_pc #section04 .lists li a:hover .btn {
    opacity: 0.7;
}



/* section05
--------------------------------------------------*/
#top_pc #section05 .inner {
    padding: 0;
}

#top_pc #section05 .enTxt {
    z-index: 10;
}

#top_pc #section05 .absTtl {
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    z-index: 1;
}

#top_pc #section05 .seiyuSlide {
    position: relative;
}

#top_pc #section05 .seiyuSlide .box {
    position: relative;
    height: 718px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

#top_pc #section05 .seiyuSlide .box .texts {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0.2);
}

#top_pc #section05 .seiyuSlide .box .texts>span {
    max-width: 250px;
    margin: 0 auto;
    padding: 35px 0;
    color: #fff;
}

#top_pc #section05 .seiyuSlide .box .texts span {
    display: block;
    font-weight: bold;
}

#top_pc #section05 .seiyuSlide .box .texts .cat {
    margin-bottom: 5px;
}

#top_pc #section05 .seiyuSlide .box .texts .cat span {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    min-width: 95px;
    padding: 0 17px;
    font-size: 12px;
    text-align: center;
    line-height: 1.7;
}

#top_pc #section05 .seiyuSlide .box .texts .name {
    margin-bottom: 5px;
    font-size: 20px;
}

#top_pc #section05 .seiyuSlide .box .texts .ttl {
    font-size: 16px;
}

#top_pc #section05 .seiyuSlide .box .texts .info {
    position: relative;
    padding-right: 35px;
    font-size: 16px;
    font-weight: normal;
}

#top_pc #section05 .seiyuSlide .box .texts .info:before {
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    content: '';
    width: 30px;
    height: 30px;
    background: url(../../images/top_pc/arw03.png) no-repeat;
    background-size: contain;
}

/* slick-arrow */
#top_pc #section05 .seiyuSlide .slick-arrow {
    position: absolute;
    top: 50%;
    display: block;
    width: 60px;
    height: 60px;
    border: none;
    margin-top: -30px;
    padding: 0;
    background-color: #000;
    background-position: center center;
    cursor: pointer;
    outline: none;
    appearance: none;
    text-indent: -9999px;
    z-index: 2;
}

#top_pc #section05 .seiyuSlide .slick-prev {
    left: 0;
    background-image: url(../../images/top_pc/arw01.png);
}

#top_pc #section05 .seiyuSlide .slick-next {
    right: 0;
    background-image: url(../../images/top_pc/arw02.png);
}

/* each box bg */
#top_pc #section05 .seiyuSlide .box01 {
    background-image: url(../../images/top_pc/sec05_img01.png);
}

#top_pc #section05 .seiyuSlide .box02 {
    background-image: url(../../images/top_pc/sec05_img02.png);
}

#top_pc #section05 .seiyuSlide .box03 {
    background-image: url(../../images/top_pc/sec05_img03.png);
}

#top_pc #section05 .seiyuSlide .box04 {
    background-image: url(../../images/top_pc/sec05_img04.png);
}

#top_pc #section05 .seiyuSlide .box05 {
    background-image: url(../../images/top_pc/sec05_img05.png);
}

#top_pc #section05 .seiyuSlide .box06 {
    background-image: url(../../images/top_pc/sec05_img06.png);
}

#top_pc #section05 .seiyuSlide .box07 {
    background-image: url(../../images/top_pc/sec05_img07.png);
}

#top_pc #section05 .seiyuSlide .box08 {
    background-image: url(../../images/top_pc/sec05_img08.png);
}


/* color */
#top_pc #section05 .seiyuSlide .box .texts.pink .cat span,
#top_pc #section05 .seiyuSlide .box .texts.pink .info:before {
    background-color: #ee007f;
}

#top_pc #section05 .seiyuSlide .box .texts.orange .cat span,
#top_pc #section05 .seiyuSlide .box .texts.orange .info:before {
    background-color: #ff5a00;
}

#top_pc #section05 .seiyuSlide .box .texts.lime .cat span,
#top_pc #section05 .seiyuSlide .box .texts.lime .info:before {
    background-color: #92b61b;
}

/* hover */
#top_pc #section05 .seiyuSlide .box .texts:hover {
    background-color: rgba(0, 0, 0, 0.5);
}

#top_pc #section05 .seiyuSlide .box .texts .info:before {
    transition: 0.2s;
}

#top_pc #section05 .seiyuSlide .box .texts:hover .info:before {
    opacity: 0.7;
}


/* section06
--------------------------------------------------*/
#top_pc #section06 {
    background: url(../../images/top_pc/sec06_bg.png) no-repeat center center;
    background-size: cover;
}

#top_pc #section06 .inner {
    position: relative;
    padding: 0;
    z-index: 1;
}

#top_pc #section06 .texts {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 50%;
    padding: 165px 90px 140px;
    background-color: rgba(0, 0, 0, 0.7);
}

#top_pc #section06 .textInner {
    max-width: 460px;
    margin-left: auto;
}

#top_pc #section06 .sttl {
    padding-left: 15px;
    text-align: left;
}

#top_pc #section06 .sttl small {
    color: #faea01;
}

#top_pc #section06 .sttl:before,
#top_pc #section06 .sttl:after {
    background-image: url(../../images/top_pc/border02.png);
}

#top_pc #section06 .lead {
    margin-bottom: 30px;
    padding: 0 15px;
    font-size: 17px;
    font-weight: bold;
    line-height: 2;
}

#top_pc #section06 .btn {
    margin: 0 15px;
}

#top_pc #section06 .btn a {
    position: relative;
    display: block;
    padding-right: 65px;
    text-decoration: none;
}

#top_pc #section06 .btn a:before {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    content: '';
    width: 60px;
    height: 100%;
    background: url(../../images/top_pc/arw02.png) no-repeat center center;
    background-size: contain;
}

#top_pc #section06 .btn a span {
    display: block;
    padding: 15px 0;
    color: #000;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    background-color: #fff;
}


/* section07
--------------------------------------------------*/
#top_pc #section07 {
    background: url(../../images/top_pc/sec07_bg.png) no-repeat center center;
    background-size: cover;
}

#top_pc #section07 .sttl {
    margin-bottom: 105px;
}

#top_pc #section07 .movies {
    overflow: hidden;
    max-width: 960px;
    margin: 0 auto;
}

#top_pc #section07 .movies ul {
    margin-left: -40px;
}

#top_pc #section07 .movies li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 50%;
    padding-left: 40px;
}

#top_pc #section07 .movies li>div {
    /*	overflow: hidden;
	position: relative;
	height: 0;
	padding-bottom: 56%;*/
    border: #fff solid 10px;
    background-color: #000;
}

/*#top_pc #section07 .movies li > div iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
}*/
#top_pc #section07 .movies li p {
    margin-top: 15px;
    font-size: 20px;
    font-weight: bold;
}

#top_pc #section07 .movies .oneBox {
    margin-left: 0;
}

#top_pc #section07 .movies .oneBox li {
    max-width: 460px;
    float: none;
    margin: 0 auto;
    padding-left: 0;
}


#top_pc #section07 .btn {
    max-width: 400px;
    margin: 55px auto 0;
}

#top_pc #section07 .btn a {
    position: relative;
    display: block;
    padding-right: 60px;
    text-decoration: none;
}

#top_pc #section07 .btn a:before {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    content: '';
    width: 55px;
    height: 100%;
    background: url(../../images/top_pc/arw02.png) no-repeat center center;
    background-size: contain;
}

#top_pc #section07 .btn a span {
    display: block;
    padding: 15px 0 15px;
    color: #000;
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    background-color: #fff;
}





/* section08
--------------------------------------------------*/
#top_pc #section08 {
    padding: 80px 0;
    background: #e30215;
    background: -moz-linear-gradient(left, #e30215 0%, #ff80a7 100%);
    background: -webkit-linear-gradient(left, #e30215 0%, #ff80a7 100%);
    background: linear-gradient(to right, #e30215 0%, #ff80a7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e30215', endColorstr='#ff80a7', GradientType=1);
}

#top_pc #section08 .chara {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
}

#top_pc #section08 .sttl {
    margin-bottom: 65px;
    z-index: 1;
}

#top_pc #section08 .lists {
    overflow: hidden;
    position: relative;
    max-width: 660px;
    margin: 0 auto;
    z-index: 3;
}

#top_pc #section08 .lists ul {
    margin-left: -65px;
}

#top_pc #section08 .lists li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 50%;
    padding-left: 65px;
}

#top_pc #section08 .lists li>* {
    display: block;
    color: #fff;
    text-decoration: none;
}

#top_pc #section08 .lists li>* span {
    display: block;
    font-weight: bold;
}

#top_pc #section08 .lists li .img {
    margin-bottom: 15px;
}

#top_pc #section08 .lists li .ttl {
    margin-bottom: 13px;
    font-size: 20px;
}

#top_pc #section08 .lists li .txt {
    position: relative;
    font-size: 15px;
    line-height: 1.63;
    padding: 0 40px 20px 0;
}

/*#top_pc #section08 .lists li .txt:before {
	position: absolute;
	bottom: 0;
	right: 0;
	display: block;
	content: '';
	width: 30px;
	height: 30px;
	background: url(../../images/top_pc/arw03.png) no-repeat center center;
	background-size: contain;
}*/

/* animetion */
#top_pc #section08 .chara {
    opacity: 0;
    transition-delay: 1.4s;
    transition-duration: 0.8s;
}

#top_pc #section08.anime_start .chara {
    opacity: 1;
}



/* section09
--------------------------------------------------*/
#top_pc #section09 {
    background: url(../../images/top_pc/sec09_bg.png) no-repeat center center;
    background-size: cover;
}

#top_pc #section09 .tieupSlide {
    position: relative;
    margin-bottom: 35px;
}

#top_pc #section09 .tieupSlide * {
    outline: none;
}

#top_pc #section09 .tieupSlide .slick-list {
    max-width: 1064px;
    margin: 0 auto;
}

#top_pc #section09 .tieupSlide li>* {
    padding: 0 27px;
}

/* slick-arrow */
#top_pc #section09 .tieupSlide .slick-arrow {
    position: absolute;
    top: 50%;
    display: block;
    width: 60px;
    height: 60px;
    border: none;
    margin-top: -30px;
    padding: 0;
    background-color: #000;
    background-position: center center;
    cursor: pointer;
    outline: none;
    appearance: none;
    text-indent: -9999px;
    z-index: 2;
}

#top_pc #section09 .tieupSlide .slick-prev {
    left: 0;
    background-image: url(../../images/top_pc/arw01.png);
}

#top_pc #section09 .tieupSlide .slick-next {
    right: 0;
    background-image: url(../../images/top_pc/arw02.png);
}

#top_pc #section09 .btn {
    max-width: 300px;
    margin: 0 auto;
}

#top_pc #section09 .btn a {
    position: relative;
    display: block;
    padding-right: 60px;
    text-decoration: none;
}

#top_pc #section09 .btn a:before {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    content: '';
    width: 55px;
    height: 100%;
    background: url(../../images/top_pc/arw02.png) no-repeat center center;
    background-size: contain;
}

#top_pc #section09 .btn a span {
    display: block;
    padding: 15px 0 15px;
    color: #000;
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    background-color: #fff;
}


/* section10
--------------------------------------------------*/
#top_pc #section10 {
    background: #e95704;
    background: -moz-linear-gradient(left, #e95704 0%, #fccd00 100%);
    background: -webkit-linear-gradient(left, #e95704 0%, #fccd00 100%);
    background: linear-gradient(to right, #e95704 0%, #fccd00 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e95704', endColorstr='#fccd00', GradientType=1);
}

#top_pc #section10 .sttl {
    margin-bottom: 80px;
}

#top_pc #section10 .chara {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
}

#top_pc #section10 .btnList {
    overflow: hidden;
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    z-index: 3;
}

#top_pc #section10 .btnList ul {
    margin: -22px 0 0 -24px;
}

#top_pc #section10 .btnList li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 33.3333%;
    padding: 22px 0 0 24px;
}

#top_pc #section10 .btnList li a {
    position: relative;
    display: block;
    padding-right: 45px;
    text-decoration: none;
}

#top_pc #section10 .btnList li a:before {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    content: '';
    width: 40px;
    height: 100%;
    background: url(../../images/top_pc/arw03.png) no-repeat center center;
    background-size: contain;
}

#top_pc #section10 .btnList li a span {
    display: block;
    padding: 8px 0 8px 20px;
    color: #ff5a00;
    font-size: 16px;
    font-weight: bold;
    background-color: #fff;
}

/* animetion */
#top_pc #section10 .chara {
    opacity: 0;
    transition-delay: 1.3s;
    transition-duration: 0.5s;
    transform: translateX(-20px);
}

#top_pc #section10.anime_start .chara {
    opacity: 1;
    transform: translateX(0);
}


/* section11
--------------------------------------------------*/
#top_pc #section11 {
    background: #026e08;
    background: -moz-linear-gradient(left, #026e08 0%, #90b51b 100%);
    background: -webkit-linear-gradient(left, #026e08 0%, #90b51b 100%);
    background: linear-gradient(to right, #026e08 0%, #90b51b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#026e08', endColorstr='#90b51b', GradientType=1);
}

#top_pc #section11 .inner {
    padding-bottom: 120px;
}

#top_pc #section11 .sttl {
    margin-bottom: 80px;
}

#top_pc #section11 .chara {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
}

#top_pc #section11 .btnList {
    overflow: hidden;
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    z-index: 3;
}

#top_pc #section11 .btnList ul {
    margin: -22px 0 0 -24px;
}

#top_pc #section11 .btnList li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 33.3333%;
    padding: 22px 0 0 24px;
}

#top_pc #section11 .btnList li a {
    position: relative;
    display: block;
    padding-right: 75px;
    text-decoration: none;
}

#top_pc #section11 .btnList li a:before {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    content: '';
    width: 70px;
    height: 100%;
    background: #006d08 url(../../images/top_pc/arw04.png) no-repeat center center;
    background-size: contain;
}

#top_pc #section11 .btnList li a span {
    display: block;
    padding: 12px 0 12px 20px;
    color: #006d08;
    font-size: 16px;
    font-weight: bold;
    background-color: #fff;
}

#top_pc #section11 .btnList li a span small {
    display: block;
    margin-bottom: 4px;
    font-size: 12px;
}

/* animetion */
#top_pc #section11 .chara {
    opacity: 0;
    transition-delay: 1.3s;
    transition-duration: 0.5s;
    transform: translateX(20px);
}

#top_pc #section11.anime_start .chara {
    opacity: 1;
    transform: translateX(0);
}



/* section12
--------------------------------------------------*/
#top_pc #section12 {
/*
    background: #1c2087;
    background: -moz-linear-gradient(left, #1c2087 0%, #0082ca 100%);
    background: -webkit-linear-gradient(left, #1c2087 0%, #0082ca 100%);
    background: linear-gradient(to right, #1c2087 0%, #0082ca 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1c2087', endColorstr='#0082ca', GradientType=1);
*/
    background: #ee017d;
    background: -moz-linear-gradient(left, #ee017d 0%, #ff5902 100%);
    background: -webkit-linear-gradient(left, #ee017d 0%, #ff5902 100%);
    background: linear-gradient(to right, #ee017d 0%, #ff5902 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee017d', endColorstr='#ff5902', GradientType=1);
}

#top_pc #section12 .col3SlideList .slick-arrow {
    top: 50%;
    margin-top: -30px;
}

#top_pc #section12 .btn {
    max-width: 300px;
    margin: 35px auto 0;
}

#top_pc #section12 .btn a {
    position: relative;
    display: block;
    padding-right: 60px;
    text-decoration: none;
}

#top_pc #section12 .btn a:before {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    content: '';
    width: 55px;
    height: 100%;
    background: url(../../images/top_pc/arw02.png) no-repeat center center;
    background-size: contain;
}

#top_pc #section12 .btn a span {
    display: block;
    padding: 15px 0 15px;
/*
    color: #1c1f86;
*/
    color: #ea5a24;
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    background-color: #fff;
}

/* section13
--------------------------------------------------*/
#top_pc #section13 {
    background: #d30a76;
    background: -moz-linear-gradient(left, #d30a76 0%, #1c297e 100%);
    background: -webkit-linear-gradient(left, #d30a76 0%, #1c297e 100%);
    background: linear-gradient(to right, #d30a76 0%, #1c297e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d30a76', endColorstr='#1c297e', GradientType=1);
}

#top_pc #section13 .bgImage {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../../images/top_pc/sec13_bg.png) no-repeat center center;
    background-size: cover;
}

#top_pc #section13 .sttl {
    margin-bottom: 55px;
}

#top_pc #section13 .lead {
    text-align: center;
}

#top_pc #section13 .lead p {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 2.2;
}

#top_pc #section13 .lead p+p {
    margin-top: 1.7em;
}





/* modal
--------------------------------------------------*/
#modalArea.pcModal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 200;
    background-color: rgba(0, 0, 0, 0.7);
}

.pcModal #modalTable {
    display: table;
    width: 100%;
    height: 100%;
}

.pcModal #modalCell {
    display: table-cell;
    vertical-align: middle;
}

.pcModal #modalInner {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
    padding: 60px 0;
}

.pcModal #modalClose {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    cursor: pointer;
}

.pcModal #modalClose:before,
.pcModal #modalClose:after {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: '';
    width: 50px;
    height: 1px;
    margin-left: -25px;
    background-color: #fff;
}

.pcModal #modalClose:before {
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
}

.pcModal #modalClose:after {
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
}

.pcModal #modalCont {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    height: 0;
    width: 100%;
    padding-bottom: 56%;
    border: #fff solid 10px;
}

.pcModal #modalCont iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}


/*youtube追加
--------------------------------------------------*/
#top_pc #sectionyoutube {
    background: #1c2087;
    background: -moz-linear-gradient(left, #1c2087 0%, #0082ca 100%);
    background: -webkit-linear-gradient(left, #1c2087 0%, #0082ca 100%);
    background: linear-gradient(to right, #1c2087 0%, #0082ca 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1c2087', endColorstr='#0082ca', GradientType=1);
}

#top_pc #sectionyoutube .btn {
    max-width: 300px;
    margin: 35px auto;
}

#top_pc #sectionyoutube .btn a {
    position: relative;
    display: block;
    padding-right: 60px;
    text-decoration: none;
}

#top_pc #sectionyoutube .btn a:before {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    content: '';
    width: 55px;
    height: 100%;
    background: url(../../images/top_pc/arw02.png) no-repeat center center;
    background-size: contain;
}

#top_pc #sectionyoutube .btn a span {
    display: block;
    padding: 15px 0 15px;
    color: #1c1f86;
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    background-color: #fff;
}

#top_pc .slider-youtube {
    margin-bottom: 110px;
}

#top_pc .slider-youtube__item a {
    display: block;
    padding: 0 10px;
    cursor: pointer;
}

#top_pc .slider-youtube .slick-prev,
#top_pc .slider-youtube .slick-next {
    font-size: 20px;
    line-height: 40px;
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

#top_pc .slider-youtube .slick-prev:hover,
#top_pc .slider-youtube .slick-prev:focus,
#top_pc .slider-youtube .slick-next:hover,
#top_pc .slider-youtube .slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}

#top_pc .slider-youtube .slick-prev:hover:before,
#top_pc .slider-youtube .slick-prev:focus:before,
#top_pc .slider-youtube .slick-next:hover:before,
#top_pc .slider-youtube .slick-next:focus:before {
    opacity: 1;
}

#top_pc .slider-youtube .slick-prev.slick-disabled:before,
#top_pc .slider-youtube .slick-next.slick-disabled:before {
    opacity: .25;
}

#top_pc .slider-youtube .slick-prev:before,
#top_pc .slider-youtube .slick-next:before {
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 0 10px;
}

#top_pc .slider-youtube .slick-prev,
#top_pc .slider-youtube .slick-next {
    top: 106%;
    border: 1px solid #333;
}

#top_pc .slider-youtube .slick-prev {
    right: 8%;
}

#top_pc .slider-youtube .slick-next {
    right: 2%;
}

#top_pc .slider-youtube .slick-prev:before {
    content: '←';
    padding: 0 10px;
    color: #000;
}

#top_pc .slider-youtube .slick-next:before {
    content: '→';
    padding: 0 10px;
    color: #000;
}

#top_pc .lity {
    z-index: 10000;
}

#top_pc .iframe__wrap {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

#top_pc .iframe__wrap iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}


/* START OF UPDATE 230601 */
#top_pc .cv_btn_area {
    max-width: 1280px;
    margin: 50px auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

#top_pc .cv_btn_area div {
    transition: 0.3s;
}

#top_pc .cv_btn_area div:hover {
    opacity: 0.7;
}

#top_pc .cv_btn_area img {
    width: 100%;
}

/* END OF UPDATE 230601 */

.top-rate {
    max-width: 600px;
margin: 60px auto 0;
    display: grid;
    grid-template-columns: 360px 220px;
    gap: 20px;
    background: rgba(255,255,255, 0.8);
    color: #333;
    padding: 30px;
    border: 3px solid #fff;
    border-radius: 30px;
}

.top-rate__title {
    font-size: 28px;
    font-weight: bold;
}

.top-rate__title span {
    font-size: 24px;
}

.top-rate__graph img {
    width: 88%;
}

.top-rate__text {
    margin-top: 16px;
    font-size: 18px;
}

/* START OF UPDATE 230810 */
#top_pc .cv_btn_area02 {
    max-width: 1280px;
    margin: 50px auto;
    padding: 0 20px;
    gap: 20px;
}

#top_pc .cv_btn_area02 img{
    transition: 0.3s;
}
#top_pc .cv_btn_area02 img:hover {
    transition: 0.3s;
    opacity: 0.7;
}
/* END OF UPDATE 230810 */



.cv_btn_area03 {
  display: flex;
  justify-content: center;
  max-width: 1280px;
  margin: 50px auto;
  padding: 0 20px;
  gap: 40px 20px;
}

@media only screen and (max-width:767px) {
  .cv_btn_area03 {
    flex-direction: column;
  }
}

.cv_btn_area03__btn {
  box-sizing: border-box;
  width: calc(100% - 10px);
  font-size: 32px;
  font-weight: bold;
  position: relative;
  padding: 36px 12px 20px;
  transition: all 0.3s;
  text-align: center;
  color: #FFF;
  border-radius: 10px;
  line-height: 1.4;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.cv_btn_area03__btn:hover {
  text-decoration: none;
  opacity: 0.7;
  color: #FFF;
}

.cv_btn_area03__btn.-orange {
  background: #f2ac00;
  -webkit-box-shadow: 0 8px 0 #b77620;
  box-shadow: 0 8px 0 #b77620;
}

.cv_btn_area03__btn.-blue {
  background: #00b6d0;
  -webkit-box-shadow: 0 8px 0 #3081bc;
  box-shadow: 0 8px 0 #3081bc;
}

.cv_btn_area03__btn.-pink {
  background: #ff0054;
  -webkit-box-shadow: 0 8px 0 #901e44;
  box-shadow: 0 8px 0 #901e44;
  font-size: 24px;
}

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

  .cv_btn_area03__btn {
    width: 100%;
    font-size: 24px;
    padding: 24px 10px 16px;
  }

  .cv_btn_area03__btn.-pink {
    font-size: 20px;
  }
}

.cv_btn_area03__btn span {
  font-size: 18px;
  font-weight: bold;
  display: block;
  color: #333;
  background-color: #FFFFFF;
  border: 2px solid #333333;
  border-radius: 6px;
  position: absolute;
  top: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 5px 10px;
  width: max-content;
}

@media only screen and (max-width:767px) {
  .cv_btn_area03__btn span {
    font-size: 15px;
    top: -17px;
  }
}

.u-ta-c {
text-align: center;
}

.u-mt-m {
margin-top: 16px;
}
