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

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

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

/* page common
--------------------------------------------------*/
#top_sp img {
    width: 100%;
}



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

#top_sp #mainVisual .information {
    padding: 13px 20px 15px 15px;
    background-color: rgba(25, 143, 208, 0.9);
}

#top_sp #mainVisual .information * {
    color: #ffff;
    text-decoration: none;
}

#top_sp #mainVisual .information .left {
    float: left;
    width: 82px;
    text-align: center;
}

#top_sp #mainVisual .information .left .ttl {
    margin-bottom: 7px;
    font-size: 13px;
    font-weight: bold;
    line-height: 1;
}

#top_sp #mainVisual .information .left .btn a {
    display: block;
    padding: 2px 0;
    font-size: 10px;
    font-weight: bold;
    text-decoration: none;
    border: #fff solid 1px;
}

#top_sp #mainVisual .information .right {
    overflow: hidden;
    margin-left: 90px;
    padding: 8px 20px 8px 0;
}

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

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

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

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

#top_sp #mainVisual .information .right .box p {
    overflow: hidden;
    width: 100%;
    height: 1.5em;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.5;
}





/* pageSection
--------------------------------------------------*/
#top_sp .pageSection {
    overflow: hidden;
    position: relative;
    margin-top: 15px;
    padding: 45px 0;
}

#top_sp .pageSection * {
    color: #fff;
    font-weight: bold;
}

/* enTxt */
#top_sp .pageSection .enTxt {
    position: absolute;
    width: 35px;
    z-index: 1;
}

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

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

/* sttl */
#top_sp .pageSection .sttl {
    position: relative;
    margin: 0 auto 20px;
    padding: 22px 0;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.3;
    text-align: center;
}

#top_sp .pageSection .sttl:before,
#top_sp .pageSection .sttl:after {
    position: absolute;
    left: 50%;
    display: block;
    content: '';
    width: 100%;
    max-width: 265px;
    margin-left: -133px;
    height: 9px;
    background: url(../../images/top_sp/border.png) no-repeat center center;
    background-size: 100% auto;
}

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

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

#top_sp .pageSection .sttl small {
    display: block;
    margin-bottom: 5px;
    font-size: 9px;
    font-weight: bold;
}


/* col3SlideList */
#top_sp .pageSection .col3SlideList li a {
    display: block;
    margin: 0 18px;
    color: #fff;
    text-decoration: none;
}

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

#top_sp .pageSection .col3SlideList li .img {
    margin-bottom: 12px;
}

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

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

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

#top_sp .pageSection .col3SlideList li .texts {
    margin-top: 12px;
    font-size: 13px;
    line-height: 1.6;
}

/* pageBtn */
#top_sp .pageSection .pageBtn {
    max-width: 255px;
    margin: 0 auto;
}

#top_sp .pageSection .pageBtn a {
    position: relative;
    display: block;
    padding-right: 36px;
    text-align: center;
    text-decoration: none;
}

#top_sp .pageSection .pageBtn a:before {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    content: '';
    width: 33px;
    height: 100%;
    background: url(../../images/top_sp/arw01.png) no-repeat center center;
    background-size: contain;
}

#top_sp .pageSection .pageBtn a span {
    display: block;
    padding: 8px 0;
    color: #000;
    font-size: 13px;
    background-color: #ffff;
}



/* section01
--------------------------------------------------*/
#top_sp #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_sp #section01 .lead {
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 1.64;
}

#top_sp #section01 .pageBtn {
    margin-top: 25px;
}

#top_sp #section01 .pageBtn a span {
    color: #ea5a24;
}


/* section02
--------------------------------------------------*/
#top_sp #section02 {
    padding-bottom: 0;
    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_sp #section02 .sttl {
    z-index: 3;
}

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

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

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

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

#top_sp #section02 ul {
    position: relative;
    z-index: 2;
}

#top_sp #section02 li {
    position: relative;
}

#top_sp #section02 li:before {
    position: absolute;
    display: block;
    content: '';
    background-size: 100% auto;
    z-index: 1;
}

#top_sp #section02 li+li {
    margin-top: 15px;
}

#top_sp #section02 .box {
    position: relative;
    max-width: 220px;
    margin: 0 auto;
    z-index: 2;
}

#top_sp #section02 .box p {
    position: absolute;
    bottom: 20%;
    left: 0;
    width: 100%;
    height: 40%;
}

#top_sp #section02 .box p>span {
    display: table;
    width: 100%;
    height: 100%;
}

#top_sp #section02 .box p>span>span {
    display: table-cell;
    color: #000;
    font-size: 18px;
    text-align: center;
    vertical-align: middle;
}

#top_sp #section02 li:nth-child(1):before {
    top: -87px;
    left: 0;
    width: 170px;
    height: 400px;
    background-image: url(../../images/top_sp/sec02_chara01.png);
}

#top_sp #section02 li:nth-child(2):before {
    top: -74px;
    right: 0;
    width: 198px;
    height: 548px;
    background-image: url(../../images/top_sp/sec02_chara02.png);
}

#top_sp #section02 li:nth-child(3) {
    padding-bottom: 40px;
}

#top_sp #section02 li:nth-child(3):before {
    bottom: 0;
    left: 0;
    width: 275px;
    height: 328px;
    background-image: url(../../images/top_sp/sec02_chara03.png);
}

/* animetion */
#top_sp #section02 li {
    transform: translateY(20px);
    transition-duration: 0.6s;
    transition-delay: 0.3s;
    opacity: 0;
}

#top_sp #section02 .anime01 {
    transition-delay: 0.3s;
}

#top_sp #section02 .anime02 {
    transition-delay: 1s;
}

#top_sp #section02 .anime03 {
    transition-delay: 1.7s;
}

#top_sp #section02.anime_start li {
    transform: translateY(0);
    opacity: 1;
}



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

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

#top_sp #section03 .lists+.lists {
    margin-top: 25px;
}

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

#top_sp #section03 .lists li+li {
    margin-left: 30px;
}

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

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

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

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

#top_sp #section03 .lists li .num span {
    font-size: 48px;
    margin-right: 2px;
}

#top_sp #section03 .lists li .num small {
    font-size: 14px;
}

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

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

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

/* animetion */
#top_sp #section03 .lists li>div {
    transform: translateX(-100%);
    transition-duration: 0.4s;
    transition-delay: 0.3s;
}

#top_sp #section03 .lists.anime01 li>div {
    transition-delay: 0.2s;
}

#top_sp #section03 .lists.anime02 li>div {
    transition-delay: 0.3s;
}

#top_sp #section03 .lists.anime03 li>div {
    transition-delay: 0.4s;
}

#top_sp #section03.anime_start .lists li>div {
    transform: translateX(0);
}



/* section04
--------------------------------------------------*/
#top_sp #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_sp #section04 .lists {
    max-width: 320px;
    margin: 0 auto;
    padding: 0 20px;
}

#top_sp #section04 .lists li+li {
    margin-top: 30px;
}

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

#top_sp #section04 .lists a span {
    position: relative;
    display: block;
}

#top_sp #section04 .lists .img span {
    position: absolute;
    top: 12px;
    left: 0;
    width: 100%;
    font-size: 18px;
    text-align: center;
}

#top_sp #section04 .btn {
    margin-top: 5px;
}

#top_sp #section04 .btn>span {
    position: relative;
    display: block;
    padding-right: 36px;
    text-align: center;
    text-decoration: none;
}

#top_sp #section04 .btn>span:before {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    content: '';
    width: 33px;
    height: 100%;
    background: url(../../images/top_sp/arw01.png) no-repeat center center;
    background-size: 100% 100%;
}

#top_sp #section04 .btn>span span {
    display: block;
    padding: 8px 0;
    color: #229f36;
    font-size: 13px;
    background-color: #ffff;
}

/* section05
--------------------------------------------------*/
#top_sp #section05 {
    padding: 0;
}

#top_sp #section05 .bg {
    margin-bottom: 0;
    padding: 40px 0 25px;
    background-color: #16b1e1;
}

#top_sp #section05 .bg .sttl {
    margin-bottom: 0;
}

#top_sp #section05 .box a {
    position: relative;
    display: block;
    text-decoration: none;
}

#top_sp #section05 .box a span {
    display: block;
}

#top_sp #section05 .box .inTexts {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 12px 20px;
    background-color: rgba(0, 0, 0, 0.2);
}

#top_sp #section05 .box .inTexts .cat {
    margin-bottom: 3px;
}

#top_sp #section05 .box .inTexts .cat span {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    min-width: 100px;
    padding: 0 17px;
    font-size: 10px;
    text-align: center;
    line-height: 1.7;
}

#top_sp #section05 .box .inTexts .name {
    margin-bottom: 3px;
    font-size: 14px;
}

#top_sp #section05 .box .inTexts .ttl {
    font-size: 13px;
}

#top_sp #section05 .box .inTexts .info {
    position: relative;
    padding-right: 35px;
    font-size: 13px;
    font-weight: normal;
}

#top_sp #section05 .box .inTexts .info:before {
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    content: '';
    width: 30px;
    height: 30px;
    background: url(../../images/top_sp/arw01.png) no-repeat;
    background-size: 100% 100%;
}


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

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

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

#top_sp #section05 .box .texts.aqua .cat span,
#top_sp #section05 .box .texts.aqua .info:before {
    background-color: #27a2db;
}

#top_sp #section05 .box .texts.purple .cat span,
#top_sp #section05 .box .texts.purple .info:before {
    background-color: #711d81;
}

#top_sp #section05 .box .texts.blue .cat span,
#top_sp #section05 .box .texts.blue .info:before {
    background-color: #1c1f86;
}


/* section06
--------------------------------------------------*/
#top_sp #section06 {
    padding-bottom: 0;
    background-color: #000;
}

#top_sp #section06 .sttl small {
    color: #f9e901;
}

#top_sp #section06 .lead {
    position: relative;
    margin-bottom: 15px;
    text-align: center;
    font-size: 13px;
    line-height: 1.6;
    z-index: 2;
}

#top_sp #section06 .pageBtn {
    position: relative;
    z-index: 2;
}

#top_sp #section06 .image {
    position: relative;
    z-index: 1;
    margin-top: -100px;
}


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

#top_sp #section07 .sttl {
    margin-bottom: 40px;
}

#top_sp #section07 .movies {
    max-width: 325px;
    margin: 0 auto;
    padding: 0 20px;
}

#top_sp #section07 .movies li+li {
    margin-top: 20px;
}

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

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


/* section08
--------------------------------------------------*/
#top_sp #section08 {
    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_sp #section08 .lists {
    max-width: 325px;
    margin: 0 auto;
    padding: 0 20px;
}

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

#top_sp #section08 .lists li+li {
    margin-top: 25px;
}

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

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

#top_sp #section08 .lists li .img {
    margin-bottom: 10px;
}

#top_sp #section08 .lists li .ttl {
    margin-bottom: 5px;
    font-size: 15px;
}

#top_sp #section08 .lists li .txt {
    position: relative;
    font-size: 13px;
    line-height: 1.63;
    /*padding-right: 45px;*/
}

/*#top_sp #section08 .lists li .txt:before {
	position: absolute;
	top: 50%;
	right: 0;
	display: block;
	content: '';
	width: 26px;
	height: 26px;
	margin-top: -13px;
	background: url(../../images/top_sp/arw01.png) no-repeat center center;
	background-size: 100% 100%;
}*/


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

#top_sp #section09 .sttl {
    margin-bottom: 45px;
}

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

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

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

#top_sp #section09 .tieupSlide li>* {
    padding: 0 20px;
}


/* section10
--------------------------------------------------*/
#top_sp #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_sp #section10 .btnList {
    max-width: 280px;
    margin: 0 auto;
    padding: 0 20px;
}

#top_sp #section10 .btnList li+li {
    margin-top: 20px;
}

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

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

#top_sp #section10 .btnList li a span {
    display: block;
    padding: 12px 0 12px 15px;
    color: #ff5a00;
    font-size: 14px;
    font-weight: bold;
    background-color: #fff;
}


/* section11
--------------------------------------------------*/
#top_sp #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_sp #section11 .btnList {
    max-width: 280px;
    margin: 0 auto;
    padding: 0 20px;
}

#top_sp #section11 .btnList li+li {
    margin-top: 18px;
}

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

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

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

#top_sp #section11 .btnList li a span small {
    display: block;
    margin-bottom: 3px;
    font-size: 11px;
    color: #006d08;
}


/* section12
--------------------------------------------------*/
#top_sp #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_sp #section12 .lead {
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 1.64;
}

#top_sp #section12 .pageBtn {
    margin-top: 25px;
}

#top_sp #section12 .pageBtn a span {
/*
    color: #1c1f86;
*/
    color: #ea5a24;
}


/* section13
--------------------------------------------------*/
#top_sp #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_sp #section13 .bgImage {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../../images/top_sp/sec13_bg.png) no-repeat center center;
    background-size: cover;
    z-index: 1;
}

#top_sp #section13 .inner {
    position: relative;
    z-index: 2;
}

#top_sp #section13 .lead {
    max-width: 310px;
    margin: 0 auto;
    padding: 0 20px;
}

#top_sp #section13 .lead p {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.9;
}

#top_sp #section13 .lead p+p {
    margin-top: 1.2em;
}



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

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

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

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

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

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

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

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

.spModal #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 5px;
}

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



/*youtube追加
--------------------------------------------------*/
#top_sp #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_sp #sectionyoutube .pageBtn {
    margin-bottom: 20px;
}

#top_sp .slider-youtube__item a {
    display: block;
    padding: 0 3%;
}

#top_sp .slider-youtube .slick-prev,
#top_sp .slider-youtube .slick-next {
    top: 105%;
    margin-top: 0;
    border: 1px solid #333;
}

#top_sp .slider-youtube .slick-prev {
    left: 74%;
}

#top_sp .slider-youtube .slick-prev:before,
#top_sp .slider-youtube .slick-next:before {
    font-size: 20px;
    font-family: inherit;
}

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

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



/* START OF UPDATE 230601 */
#top_sp .cv_btn_area {
    max-width: 600px;
    margin: 30px auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

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

/* END OF UPDATE 230601 */


.top-rate-sp {
    margin: 30px 20px 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    background: rgba(255,255,255, 0.8);
    padding: 30px;
    border: 3px solid #fff;
    border-radius: 30px;
}

.top-rate-sp__title {
    font-size: 22px;
    font-weight: bold;
    color: #333 !important;
}

.top-rate-sp__title span {
    font-size: 18px;
    color: #333 !important;
}

.top-rate-sp__note {
    margin-top: 5px;
    color: #333 !important;
}

.top-rate-sp__graph {
    width: 50%;
    margin: auto;
}

.top-rate-sp__graph img {
    width: 100%;
}

.top-rate-sp__text {
    margin-top: 16px;
    font-size: 16px;
    color: #333 !important;
}