@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@500;800&display=swap");
html {
    font-size: 62.5%;
}
body {
	overflow-x: clip;
}
#contents {
    padding: 0;
    width: 100%;


}
#header {
    -webkit-box-shadow: none;
    box-shadow: none;
}
#footerIn img {
    border: none;
}
#wrapper {
    min-width: inherit;
    background: none;
}
.wrap01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.wrap01.bC {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.wrap01.between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.wrap01.aC {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.wrap01.aEnd {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.wrap01.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}
@keyframes pulse {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}
@-webkit-keyframes rotateY-anim {
    0% {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
    100% {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg);
    }
}
@keyframes rotateY-anim {
    0% {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
    100% {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg);
    }
}
.onlySP {
    display: none;
}
.headTitleArea01 {
    text-align: center;
    background: -webkit-gradient(linear, left top, right top, from(#c5a3ef), color-stop(#81c2ed), color-stop(#a3e293), color-stop(#bdce31), color-stop(#fcde27), to(#fc62bc));
    background: linear-gradient(to right, #c5a3ef, #81c2ed, #a3e293, #bdce31, #fcde27, #fc62bc);
}
.headTitleArea01 > .inner01 {
    padding: 4px 10px 4px;
    position: relative;
}
.headTitleArea01 > .inner01 .text01 {
    color: #fff;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 800;
    font-size: 1.4rem;
    line-height: 1.5;
}
.headTitleArea01 > .inner01 .title {
    position: absolute;
    top: 1px;
    left: 50%;
    margin-left: -600px;
    width: 163.4px;
    z-index: 2;
}
.headTitleArea01 > .inner01 .menu {
    position: fixed;
    top: 79px;
    right: 50%;
    margin-right: -596px;
    width: 102px;
    z-index: 9999;
    -webkit-filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
    filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
}
.headTitleArea01 > .inner01 .menu > span {
    display: block;
    cursor: pointer;
}
.headTitleArea01 > .inner01 .menu > span > span {
    display: block;
}
#ct_bg {
    color: #000;
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif, "Helvetica Neue", Arial;
    font-size: 1.6rem;
    line-height: 2;
}
#ct_bg:before {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    display: block;
    width: 100%;
    height: 100vh;
    background: url("../img/bg_01_pc.jpg") no-repeat center center/cover;
    content: "";
}
#ct_bg a {
    color: #764E7C;
}
#ct_bg img {
    max-width: 100%;
    height: auto;
}
#ct_bg .center {
    text-align: center !important;
}
#ct_bg .right {
    text-align: right !important;
}
#ct_bg .btn01 {
    text-align: center;
    position: relative;
}
#ct_bg .btn01.type02 a {
    padding-left: 4.1em;
    padding-right: 4.1em;
}
#ct_bg .btn01.type03 a {
    padding-left: 6.25em;
    padding-right: 6.25em;
}
#ct_bg .btn01.type04 a {
    padding-left: 8.5em;
    padding-right: 8.5em;
}
#ct_bg .btn01.type05 a {
    padding-left: 7.5em;
    padding-right: 7.5em;
}
#ct_bg .btn01.type06 a {
    padding-left: 4.1em;
    padding-right: 4.1em;
}
#ct_bg .btn01 a {
    margin-left: auto;
    margin-right: auto;
    display: table;
    text-decoration: none;
    text-align: center;
    background: -webkit-gradient(linear, left top, right top, from(#c5a3ef), color-stop(#81c2ed), color-stop(#a3e293), color-stop(#bdce31), color-stop(#fcde27), to(#fc62bc));
    background: linear-gradient(to right, #c5a3ef, #81c2ed, #a3e293, #bdce31, #fcde27, #fc62bc);
    padding: 12px 1.25em;
    position: relative;
    border-radius: 50px;
    border: 4px solid #FFF;
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
#ct_bg .btn01 a span {
    color: #32318F;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 800;
    font-size: 2.4rem;
    text-shadow: white 3px 0px 0px, white 2.834871px 0.981584px 0px, white 2.357662px 1.855109px 0px, white 1.620907px 2.524413px 0px, white 0.705713px 2.915814px 0px, white -0.287171px 2.986224px 0px, white -1.248441px 2.727892px 0px, white -2.072274px 2.169258px 0px, white -2.66798px 1.371818px 0px, white -2.969977px 0.42336px 0px, white -2.945022px -0.571704px 0px, white -2.59586px -1.503831px 0px, white -1.960931px -2.270407px 0px, white -1.11013px -2.787044px 0px, white -0.137119px -2.996865px 0px, white 0.850987px -2.876773px 0px, white 1.74541px -2.439988px 0px, white 2.447689px -1.734595px 0px, white 2.880511px -0.838247px 0px;
    position: relative;
    z-index: 1;
}
#ct_bg .btn01 a::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 22px;
    width: 30px;
    height: 33px;
    background: url("../img/ic_13.png") no-repeat 0 0/100%;
    margin-top: -17px;
}
#ct_bg .btn02 {
    text-align: center;
    position: relative;
}
#ct_bg .btn02 a {
    margin-left: auto;
    margin-right: auto;
    display: table;
    line-height: 1;
    text-decoration: none;
    text-align: center;
    background: #e3d6f5;
    padding: 12px 10px;
    position: relative;
    border-radius: 50px;
    border: 4px solid #FFF;
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
#ct_bg .btn02 a span {
    color: #32318F;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 800;
    font-size: 2.0rem;
    position: relative;
    z-index: 1;
}
#ct_bg .btn02 a::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 13.5px;
    width: 33px;
    height: 26px;
    background: url("../img/ic_03.svg") no-repeat 0 0/cover;
    margin-top: -13px;
}
#ct_bg .btn03 {
    text-align: center;
    position: relative;
}
#ct_bg .btn03 a {
    margin-left: auto;
    margin-right: auto;
    display: table;
    text-decoration: none;
    text-align: center;
    padding: 8px 10px;
    position: relative;
    border-radius: 50px;
    border: 2px solid #32318F;
    line-height: 1;
}
#ct_bg .btn03 a span {
    color: #32318F;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 800;
    font-size: 1.8rem;
    position: relative;
    z-index: 1;
}
#ct_bg .btn03 a::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 15px;
    width: 11px;
    height: 17px;
    background: url("../img/ic_07.svg") no-repeat 0 0/cover;
    margin-top: -8.5px;
}
#ct_bg .btn03 a::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 10px;
    width: 11px;
    height: 17px;
    background: url("../img/ic_07.svg") no-repeat 0 0/cover;
    margin-top: -8.5px;
}
#ct_bg .btn04 {
    text-align: center;
    position: relative;
}
#ct_bg .btn04.typeLink a {
    padding-left: 4.5em;
    padding-right: 4.5em;
}
#ct_bg .btn04.typeLink.typeLink02 a {
    padding-left: 3.5em;
    padding-right: 3.5em;
}
#ct_bg .btn04.typeLink a::before {
    right: 13px;
    margin-top: -7.75px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
#ct_bg .btn04 a {
    margin-left: auto;
    margin-right: auto;
    display: table;
    text-decoration: none;
    text-align: center;
    padding: 8.1px 3.25em;
    position: relative;
    border-radius: 50px;
    border: 2px solid #32318F;
    background: #fff;
    line-height: 1;
}
#ct_bg .btn04 a span {
    color: #32318F;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 800;
    font-size: 1.8rem;
    line-height: 1.1;
    position: relative;
    z-index: 1;
}
#ct_bg .btn04 a::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 11.5px;
    width: 23px;
    height: 17px;
    background: url("../img/ic_16.svg") no-repeat 0 50%/100%;
    margin-top: -11.5px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
#ct_bg .mallLinkTxt a {
    display: inline-block;
    color: #32318F;
    text-shadow: white 2px 0px 0px, white 1.755165px 0.958851px 0px, white 1.080605px 1.682942px 0px, white 0.141474px 1.99499px 0px, white -0.832294px 1.818595px 0px, white -1.602287px 1.196944px 0px, white -1.979985px 0.28224px 0px, white -1.872913px -0.701566px 0px, white -1.307287px -1.513605px 0px, white -0.421592px -1.95506px 0px, white 0.567324px -1.917849px 0px, white 1.41734px -1.411081px 0px, white 1.920341px -0.558831px 0px;
    text-decoration: none;
    text-align: center;
    border-radius: 50px;
    background: -webkit-gradient(linear, left top, right top, from(#c5a3ef), color-stop(#81c2ed), color-stop(#a3e293), color-stop(#bdce31), color-stop(#fcde27), to(#fc62bc));
    background: linear-gradient(to right, #c5a3ef, #81c2ed, #a3e293, #bdce31, #fcde27, #fc62bc);
    -webkit-box-shadow: 4px 6px 10px 0px rgba(159, 105, 169, 0.4);
    box-shadow: 4px 6px 10px 0px rgba(159, 105, 169, 0.4);
    border: 4px solid #fff;
    padding: 11px 5px;
    line-height: 1;
    position: relative;
}
#ct_bg .mallLinkTxt a em {
    display: inline-block;
    padding: 4px 0 4px 38px;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 800;
    font-size: 1.8rem;
    background: url("../img/ic_05.png") no-repeat 0 50%/35.5px;
    position: relative;
    z-index: 3;
}
#ct_bg .mallLinkTxt a em.reserve {
    background-image: url("../img/ic_04.png");
}
#ct_bg .mallLinkTxt a em.waiting {
    background-image: url("../img/ic_06.png");
}
#ct_bg .slideArea01 {
    padding-top: 40px;
    padding-bottom: 40px;
    background: -webkit-gradient(linear, left top, right top, color-stop(0.21%, rgba(255, 141, 192, 0.7)), color-stop(99.77%, rgba(0, 209, 255, 0.7)));
    background: linear-gradient(90deg, rgba(255, 141, 192, 0.7) 0.21%, rgba(0, 209, 255, 0.7) 99.77%);
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden;
}
#ct_bg .slideArea01 .swiper-arrow {
    position: absolute;
    z-index: 2;
    top: 50%;
    width: 75px;
    height: 75px;
    margin-top: -40px;
    background: #ea609e;
    border-radius: 50%;
    -webkit-transition: background .3s;
    transition: background .3s;
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    cursor: pointer;
}
#ct_bg .slideArea01 .swiper-arrow:hover {
    background: #f08fbb;
}
#ct_bg .slideArea01 .swiper-arrow.swiper-button-prev1 {
    left: -30px;
}
#ct_bg .slideArea01 .swiper-arrow.swiper-button-next1 {
    right: -30px;
}
#ct_bg .slideArea01 .swiper-arrow.swiper-button-prev1::before, #ct_bg .slideArea01 .swiper-arrow.swiper-button-next1::before {
    position: absolute;
    z-index: 3;
    top: 50%;
    margin-top: -37.5px;
    width: 75px;
    height: 75px;
    background: url("../img/ic_01.svg") no-repeat 50% 50%;
    content: "";
    opacity: 1.0;
}
#ct_bg .slideArea01 .swiper-arrow.swiper-button-prev1::before {
    left: -6px;
    background: url("../img/ic_02.svg") no-repeat 50% 50%;
}
#ct_bg .slideArea01 .swiper-arrow.swiper-button-next1::before {
    right: -7px;
}
#ct_bg .slideArea01 .slide01 {
    max-width: 1000px;
    overflow: visible !important;
}
#ct_bg .slideArea01 .slide01 a {
    position: relative;
    display: block;
    overflow: hidden;
    -webkit-transition: .3s;
    transition: .3s;
}
#ct_bg .slideArea01 .slide01 a.noLink {
	pointer-events: none;
}
#ct_bg .slideArea01 .slide01 a::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    border: 4px solid #fff;
    border-radius: 40px;
    -webkit-transition: .3s;
    transition: .3s;
}
#ct_bg .slideArea01 .slide01 a img {
    border-radius: 40px;
    -webkit-transition: .3s;
    transition: .3s;
}
#ct_bg .slideArea02 {
    overflow: hidden;
    position: relative;
}
#ct_bg .slideArea02 .swiper-arrow {
    position: absolute;
    z-index: 2;
    top: 50%;
    width: 75px;
    height: 75px;
    margin-top: -37.5px;
    background: #ea609e;
    border-radius: 50%;
    -webkit-transition: background .3s;
    transition: background .3s;
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    cursor: pointer;
}
#ct_bg .slideArea02 .swiper-arrow:hover {
    background: #f08fbb;
}
#ct_bg .slideArea02 .swiper-arrow.swiper-button-prev2 {
    left: 0;
}
#ct_bg .slideArea02 .swiper-arrow.swiper-button-next2 {
    right: 0;
}
#ct_bg .slideArea02 .swiper-arrow.swiper-button-prev2::before, #ct_bg .slideArea02 .swiper-arrow.swiper-button-next2::before {
    position: absolute;
    z-index: 3;
    top: 50%;
    margin-top: -37.5px;
    width: 75px;
    height: 75px;
    background: url("../img/ic_01.svg") no-repeat 50% 50%;
    content: "";
    opacity: 1.0;
}
#ct_bg .slideArea02 .swiper-arrow.swiper-button-prev2::before {
    left: -6px;
    background: url("../img/ic_02.svg") no-repeat 50% 50%;
}
#ct_bg .slideArea02 .swiper-arrow.swiper-button-next2::before {
    right: -7px;
}
#ct_bg .slideArea02 .slide02 {
    max-width: 285px;
    overflow: visible !important;
}
#ct_bg .frameArea01 .image01 {
    background: #D2EBF0;
    padding: 5px;
}
#ct_bg .frameArea01 .image01 img {
    -webkit-transition: .3s;
    transition: .3s;
}
#ct_bg .frameArea01 .image01 .icon {
    position: absolute;
    top: 10px;
    left: 10px;
}
#ct_bg .frameArea01 .date01 {
    text-align: center;
    color: #fff;
    background: #32318F;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 500;
    font-size: 1.4rem;
}
#ct_bg .frameArea01 .date01 > a {
    text-decoration: none;
    color: #fff;
}
#ct_bg .frameArea01 .title01 {
    color: #32318F;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 800;
    font-size: 1.8rem;
    line-height: 1.5;
    min-height: 4.5em;
}
#ct_bg .frameArea01 .text01 {
    color: #32318F;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 1.5;
    margin-top: 6px;
}
#ct_bg .frameArea01 .text01 .price {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 800;
}
#ct_bg .frameArea01 .btn03 {
    margin-top: 13px;
}
#ct_bg .frameArea01 .btn03 a {
    display: block;
}
#ct_bg .frameArea01 .mallLinkTxt {
    margin-top: 10px;
}
#ct_bg .frameArea01 .mallLinkTxt a {
    display: block;
}
#ct_bg .frameArea01 > .inner01 {
    background: #D2EBF0;
    padding: 10px 15px 20px 15px;
}
#ct_bg .frameArea01 > .inner01 > a {
    text-decoration: none;
    color: #fff;
}
#ct_bg .frameArea02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 49.1525423729%;
}
#ct_bg .frameArea02:nth-child(n+3) {
	margin-top: 20px;
}
#ct_bg .frameArea02 .image01 {
    background: #D2EBF0;
    padding: 5px;
    width: 44.4646098004%;
    position: relative;
}
#ct_bg .frameArea02 .image01 .icon {
    position: absolute;
    top: 15px;
    left: 15px;
}
#ct_bg .frameArea02 .date01 {
    text-align: center;
    color: #fff;
    background: #32318F;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 500;
    font-size: 1.4rem;
    padding: 1px 0;
}
#ct_bg .frameArea02 > .inner01 {
    background: #D2EBF0;
    padding: 5px 5px 5px 0;
    width: 55.5353901996%;
}
#ct_bg .frameArea02 > .inner01 > .inner02 {
    padding: 10px;
}
#ct_bg .frameArea02 > .inner01 > .inner02 > .title01 {
    color: #32318F;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 800;
    font-size: 1.8rem;
    line-height: 1.5;
}
#ct_bg .frameArea02 > .inner01 > .inner02 > .text01 {
    color: #32318F;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 1.5;
    margin-top: 6px;
}
#ct_bg .frameArea02 > .inner01 > .inner02 > .text01 .price {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 800;
}
#ct_bg .frameArea02 > .inner01 > .inner02 > .mallLinkTxt {
    margin-top: 14px;
}
#ct_bg .frameArea02 > .inner01 > .inner02 > .mallLinkTxt a {
    width: 100%;
    min-width: 90%;
}
#ct_bg .frameArea03 {
    background: -webkit-gradient(linear, left top, right top, from(#ff8dc0), to(#00d1ff));
    background: linear-gradient(to right, #ff8dc0, #00d1ff);
    padding: 4px;
    border-radius: 40px;
}
#ct_bg .frameArea03 + .frameArea03 {
    margin-top: 60px;
}
#ct_bg .frameArea03.typeNews > .inner01 {
    border-radius: 0 0 36px 36px;
    padding: 36px 36px 76px 36px;
}
#ct_bg .frameArea03 > .newsHdg {
    padding: 35px 36px 31px;
}
#ct_bg .frameArea03 > .newsHdg02 {
    padding: 35px 36px 31px;
}
#ct_bg .frameArea03 > .newsHdg span {
    color: #32318F;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 800;
    font-size: 3.2rem;
    line-height: 1.5;
    text-shadow: white 3px 0px 0px, white 2.834871px 0.981584px 0px, white 2.357662px 1.855109px 0px, white 1.620907px 2.524413px 0px, white 0.705713px 2.915814px 0px, white -0.287171px 2.986224px 0px, white -1.248441px 2.727892px 0px, white -2.072274px 2.169258px 0px, white -2.66798px 1.371818px 0px, white -2.969977px 0.42336px 0px, white -2.945022px -0.571704px 0px, white -2.59586px -1.503831px 0px, white -1.960931px -2.270407px 0px, white -1.11013px -2.787044px 0px, white -0.137119px -2.996865px 0px, white 0.850987px -2.876773px 0px, white 1.74541px -2.439988px 0px, white 2.447689px -1.734595px 0px, white 2.880511px -0.838247px 0px;
}
#ct_bg .frameArea03 > .newsHdg02 span {
    color: #32318F;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 800;
    font-size: 3.2rem;
    line-height: 1.5;
    text-shadow: white 3px 0px 0px, white 2.834871px 0.981584px 0px, white 2.357662px 1.855109px 0px, white 1.620907px 2.524413px 0px, white 0.705713px 2.915814px 0px, white -0.287171px 2.986224px 0px, white -1.248441px 2.727892px 0px, white -2.072274px 2.169258px 0px, white -2.66798px 1.371818px 0px, white -2.969977px 0.42336px 0px, white -2.945022px -0.571704px 0px, white -2.59586px -1.503831px 0px, white -1.960931px -2.270407px 0px, white -1.11013px -2.787044px 0px, white -0.137119px -2.996865px 0px, white 0.850987px -2.876773px 0px, white 1.74541px -2.439988px 0px, white 2.447689px -1.734595px 0px, white 2.880511px -0.838247px 0px;
}

#ct_bg .frameArea03 > .newsHdg02 span.news02 {
    color: #FF307A;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 800;
	font-size: 3.9rem;
}

#ct_bg .frameArea03 > .inner01 {
    background: url("../img/bg_04.jpg") repeat 0 0/410px;
    border-radius: 36px;
    padding: 46px 32px 76px 36px;
}
#ct_bg .frameArea03 > .inner01.typeComingsoon01 {
    min-height: 492px;
    position: relative;
}
#ct_bg .frameArea03 > .inner01.typeComingsoon01 .Comingsoon01 {
    position: absolute;
    bottom: -22px;
    left: 50%;
    width: 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
#ct_bg .frameArea03 > .inner01.typeHowto01 {
    padding: 34px 36px 35px 22px;
    position: relative;
    overflow: hidden;
}
#ct_bg .frameArea03 > .inner01.typeHowto01.type02 {
    padding-bottom: 76px;
}
#ct_bg .frameArea03 > .inner01.typeHowto01.type02::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 9.4356261023%;
    width: 288px;
    height: 186px;
    background: url("../../img/img_index02.png") no-repeat 50% 0/100%;
}
#ct_bg .frameArea03 > .inner01.typeHowto01.type02::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 16.049382716%;
    width: 205px;
    height: 185px;
    background: url("../../img/img_index03.png") no-repeat 100% 0/112%;
}
#ct_bg .frameArea03 > .inner01.typeHowto01 .btn01 {
    position: relative;
    z-index: 1;
}
#ct_bg .frameArea03 > .inner01.typeHowto01 > .inner02 {
    padding-top: 37px;
    padding-bottom: 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
#ct_bg .frameArea03 > .inner01.typeHowto01 > .inner02 > .item01 {
    width: 48.8536155203%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}
#ct_bg .frameArea03 > .inner01.typeHowto01 > .inner02 > .item01::before {
    content: '';
    position: absolute;
    top: 44px;
    left: 51px;
    width: 150px;
    height: 150px;
    background: #FFDAEB;
    border-radius: 50%;
    z-index: 1;
}
#ct_bg .frameArea03 > .inner01.typeHowto01 > .inner02 > .item01.type02 {
    width: 49.3827160494%;
}
#ct_bg .frameArea03 > .inner01.typeHowto01 > .inner02 > .item01.type02::before {
    left: 50px;
    background: #C5F0FF;
}
#ct_bg .frameArea03 > .inner01.typeHowto01 > .inner02 > .item01 .img01 {
    position: relative;
    z-index: 2;
    width: 26.8411552347%;
}
#ct_bg .frameArea03 > .inner01.typeHowto01 > .inner02 > .item01 .img02 {
    position: relative;
    z-index: 2;
    width: 23.9107142857%;
}
#ct_bg .frameArea03 > .inner01.typeHowto01 > .inner02 > .item01 .textWrap01 {
    position: relative;
    z-index: 2;
    width: 70.7581227437%;
    padding-bottom: 12px;
}
#ct_bg .frameArea03 > .inner01.typeHowto01 > .inner02 > .item01 .textWrap02 {
    position: relative;
    z-index: 2;
    width: 76.0714285714%;
    padding-bottom: 12px;
}
#ct_bg .frameArea03 > .inner01.typeHowto02 {
    padding: 46px 36px 75px;
}
#ct_bg .frameArea03 > .inner01.typeHowto02 .textWrap01 {
    width: 50%;
}
#ct_bg .frameArea03 > .inner01.typeHowto02 .textWrap02 {
    width: 48.2142857143%;
}
#ct_bg .frameArea03 > .inner01.typeHowto02 .textWrap03 {
    width: 55.5555555556%;
}
#ct_bg .frameArea03 > .inner01.typeHowto02 .textWrap04 {
    width: 47.32%;
}
#ct_bg .frameArea03 > .inner01.typeHowto02 .textWrap03 .text08 {
    margin-top: 2px;
}
#ct_bg .frameArea03 > .inner01.typeHowto02 .img01 {
    width: 49%;
}
#ct_bg .frameArea03 > .inner01.typeHowto02 .img02 {
    width: 48.1481481481%;
}
#ct_bg .frameArea03 > .inner01.typeHowto02 .img03 {
    width: 100%;
    margin-top: 58px;
    margin-bottom: 60px;
}
#ct_bg .frameArea03 > .inner01.typeHowto02 .img04 {
    width: 40.7407407407%;
}
#ct_bg .frameArea03 > .inner01.typeHowto02 .img05 {
    width: 48.2%;
}
#ct_bg .frameArea03 > .inner01.typeHowto02 .img06 {
    width: 49.1%;
}
#ct_bg .frameArea03 > .inner01.typeHowto02 .text09 {
    width: 48.2%;
}
#ct_bg .frameArea03 > .inner01.typeHowto02 .text10 {
	margin-top: 10px;
    max-width: 390px;
}
#ct_bg .frameArea03 > .inner01.typeHowto02 .item01 {
    width: 48.2142857143%;
}
#ct_bg .frameArea03 > .inner01.typeHowto02 .col01 {
    margin-top: 30px;
}
#ct_bg .frameArea03 > .inner01.typeHowto02 .col02 {
    margin-right: 2%;
    width: 18.1%;
}
#ct_bg .frameArea03 > .inner01.typeHowto02 .col03 {
    width: 52.7%;
}
#ct_bg .frameArea03 > .inner01.typeHowto02 .col03 > .text001 {
    margin-top: 10px;
    font-family: 'M PLUS Rounded 1c', sans-serif;
}

#ct_bg .frameArea03 > .inner01.typeHowto02 .col04 {
    margin-top: 30px;
    width: 57.4%;
}
#ct_bg .frameArea03 > .inner01.typeHowto02 .col04 > .text001 {
    margin-top: 20px;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 800;
    font-size: 2.0rem;
    line-height: 1.5;
}
#ct_bg .frameArea03 > .inner01.typeHowto02 .col04 > .text001:first-child {
    margin-top: 0;
}
#ct_bg .frameArea03 > .inner01.typeHowto02 .col04 > .text002 {
    margin-top: 20px;
    font-family: 'M PLUS Rounded 1c', sans-serif;
}

#ct_bg .frameArea03 > .inner01.typeHowto02 .col05 {
    margin-top: 30px;
    width: 38.888%;
}

#ct_bg .frameArea03 > .inner01.typeHowto02 .col06 {
    width: 68.9%;
}
#ct_bg .frameArea03 > .inner01.typeHowto02 .col06 > .text001 {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 800;
    font-size: 2.0rem;
    line-height: 1.5;
}
#ct_bg .frameArea03 > .inner01.typeHowto02 .col06 > .text002 {
    margin-top: 10px;
    font-family: 'M PLUS Rounded 1c', sans-serif;
}

#ct_bg .frameArea03 > .inner01.typeHowto02 .col07 {
    width: 27.5%;
}
#ct_bg .frameArea03 > .inner01.typeHowto02 .col08 {
    width: 42%;
}
#ct_bg .frameArea03 > .inner01.typeHowto02 .col08 > .text001 {
    margin-top: 10px;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 800;
    font-size: 2.0rem;
    line-height: 1.5;
}
#ct_bg .frameArea03 > .inner01.typeHowto02 .col08 > .text002 {
    margin-top: 20px;
    font-family: 'M PLUS Rounded 1c', sans-serif;
}

#ct_bg .frameArea03 > .inner01 .categoryWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 20px;
    margin-top: -17px;
}
#ct_bg .frameArea03 > .inner01 .categoryWrap .category {
    background: #32318F;
    color: #fff;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 1.5;
    padding: 2px 6px;
    margin-right: 16px;
}
#ct_bg .frameArea03 > .inner01 .categoryWrap .date {
    color: #32318F;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 1.5;
}
#ct_bg .frameArea03 > .inner01 .text01 {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 2;
    margin-top: 20px;
}
#ct_bg .frameArea03 > .inner01 .text01.type02 {
    margin-top: 10px;
}
#ct_bg .frameArea03 > .inner01 .text02 {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 800;
    font-size: 2rem;
    line-height: 1.5;
    margin-top: 20px;
}
#ct_bg .frameArea03 > .inner01 .text03 {
    text-align: center;
    color: #32318F;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 800;
    font-size: 3.2rem;
    line-height: 1.5;
    text-shadow: white 3px 0px 0px, white 2.834871px 0.981584px 0px, white 2.357662px 1.855109px 0px, white 1.620907px 2.524413px 0px, white 0.705713px 2.915814px 0px, white -0.287171px 2.986224px 0px, white -1.248441px 2.727892px 0px, white -2.072274px 2.169258px 0px, white -2.66798px 1.371818px 0px, white -2.969977px 0.42336px 0px, white -2.945022px -0.571704px 0px, white -2.59586px -1.503831px 0px, white -1.960931px -2.270407px 0px, white -1.11013px -2.787044px 0px, white -0.137119px -2.996865px 0px, white 0.850987px -2.876773px 0px, white 1.74541px -2.439988px 0px, white 2.447689px -1.734595px 0px, white 2.880511px -0.838247px 0px;
}
#ct_bg .frameArea03 > .inner01 .text04 {
    color: #EA609E;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 800;
    font-size: 1.6rem;
    line-height: 1.5;
    text-shadow: white 3px 0px 0px, white 2.834871px 0.981584px 0px, white 2.357662px 1.855109px 0px, white 1.620907px 2.524413px 0px, white 0.705713px 2.915814px 0px, white -0.287171px 2.986224px 0px, white -1.248441px 2.727892px 0px, white -2.072274px 2.169258px 0px, white -2.66798px 1.371818px 0px, white -2.969977px 0.42336px 0px, white -2.945022px -0.571704px 0px, white -2.59586px -1.503831px 0px, white -1.960931px -2.270407px 0px, white -1.11013px -2.787044px 0px, white -0.137119px -2.996865px 0px, white 0.850987px -2.876773px 0px, white 1.74541px -2.439988px 0px, white 2.447689px -1.734595px 0px, white 2.880511px -0.838247px 0px;
}
#ct_bg .frameArea03 > .inner01 .text04.type02 {
    color: #19ADEA;
}
#ct_bg .frameArea03 > .inner01 .text05 {
    color: #EA609E;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 800;
    font-size: 3.2rem;
    line-height: 1.5;
    text-shadow: white 3px 0px 0px, white 2.834871px 0.981584px 0px, white 2.357662px 1.855109px 0px, white 1.620907px 2.524413px 0px, white 0.705713px 2.915814px 0px, white -0.287171px 2.986224px 0px, white -1.248441px 2.727892px 0px, white -2.072274px 2.169258px 0px, white -2.66798px 1.371818px 0px, white -2.969977px 0.42336px 0px, white -2.945022px -0.571704px 0px, white -2.59586px -1.503831px 0px, white -1.960931px -2.270407px 0px, white -1.11013px -2.787044px 0px, white -0.137119px -2.996865px 0px, white 0.850987px -2.876773px 0px, white 1.74541px -2.439988px 0px, white 2.447689px -1.734595px 0px, white 2.880511px -0.838247px 0px;
    margin-bottom: 10px;
}
#ct_bg .frameArea03 > .inner01 .text05.type02 {
    color: #19ADEA;
}
#ct_bg .frameArea03 > .inner01 .text06 {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 2;
}
#ct_bg .frameArea03 > .inner01 .text07 {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 800;
    font-size: 2rem;
    line-height: 1.5;
    margin-top: 20px;
}
#ct_bg .frameArea03 > .inner01 .text08 {
    color: #EA609E;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 800;
    font-size: 2rem;
    line-height: 1.5;
    margin-top: 20px;
}
#ct_bg .frameArea03 > .inner01 .text09 {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 1.5;
}
#ct_bg .frameArea03 > .inner01 > .btn04 {
    margin-top: 20px;
}
#ct_bg .frameArea03.typeNews > .inner01 .textWrap01 {
	display: flex;
	flex-wrap: wrap;
	margin-top: 20px;
}
#ct_bg .frameArea03.typeNews > .inner01 .textWrap01 > .text01 {
	width: calc(100% - 280px);
	margin-top: 0;
}
#ct_bg .frameArea03.typeNews > .inner01 .textWrap01 > .img01 {
	max-width: 260px;
	margin-left: 20px;
}
#ct_bg .frameArea03.typeNews > .inner01 .newsSection01 {
	margin-top: 20px;
    padding-top: 46px;
    background: url("../img/bg_05_pc.png") no-repeat 50% 0/100%;
}
#ct_bg .frameArea04 {
    background: #ac89e3;
    padding: 4px;
    border-radius: 40px;
}
#ct_bg .frameArea04 + .frameArea03 {
    margin-top: 60px;
}
#ct_bg .frameArea04 > .inner01 {
    background: #fff;
    border-radius: 36px;
    padding: 10px 40px;
}
#ct_bg .frameArea05 {
    background: #fff;
    border-radius: 40px;
    padding: 4px;
}

#ct_bg .frameArea05 img {
    border-radius: 36px;
}
#ct_bg .newsWrap01 {
	display: flex;
	justify-content: center;
}
#ct_bg .frameArea06 {
	margin-top: 70px;
	max-width: 386px;
	background: #fff;
}
#ct_bg .frameArea06 + .frameArea06 {
	margin-left: 20px;
}
#ct_bg .frameArea06 > a {
	display: block;
	padding: 10px;
	width: 100%;
	text-decoration: none;
}
#ct_bg .frameArea06 > a img {
	transition: .3s;
}
#ct_bg .frameArea06 > a:hover img {
	opacity: .7;
}
#ct_bg .frameArea06 > a > .textArea01 {
	padding: 10px;
}
#ct_bg .frameArea06 > a > .textArea01 > .textArea02 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#ct_bg .frameArea06 > a > .textArea01 > .textArea02 > .txt01 {
	background: #32318F;
	color: #fff;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 500;
	font-size: 1.4rem;
	line-height: 1.5;
	padding: 2px 6px;
	margin-right: 16px;
	display: table;
}
#ct_bg .frameArea06 > a > .textArea01 > .textArea02 > .txt02 {
	color: #32318F;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 500;
	font-size: 1.4rem;
	line-height: 1.5;
}
#ct_bg .frameArea06 > a > .textArea01 > .txt01 {
	margin-top: 10px;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 800;
	font-size: 1.6rem;
	line-height: 1.5;
	color: #000;
}

#ct_bg .frameArea06 > a > .textArea01 > .txt01 span{
	margin-top: 10px;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 800;
	font-size: 1.9rem;
	line-height: 1.5;
	color: #FF307A;
}

#ct_bg .frameArea07 {
	position: relative;
	margin-top: 80px;
    padding-bottom: 80px;
}
#ct_bg .frameArea07 + .item01 {
    margin-top: 60px;
}

#ct_bg .frameArea07 > .inner01 {
    position: relative;
    z-index: 2;
    margin: 0 auto;
    max-width: 816px;
}
#ct_bg .frameArea07 > .image01 {
    position: absolute;
    top: -40px;
    left: -217px;
}
#ct_bg .frameArea07 > .image02 {
    position: absolute;
    top: -70px;
    right: -236px;
}


#ct_bg .movieFrame02 {
    background: -webkit-gradient(linear, left top, right top, from(#ff8dc0), to(#00d1ff));
    background: linear-gradient(to right, #ff8dc0, #00d1ff);
    padding: 4px;
    position: relative;
}
#ct_bg .movieFrame02 .new {
    position: absolute;
    top: -32px;
    right: -10px;
    width: 61px;
    height: 59px;
    background: url("../img/ic_18.svg") no-repeat 0 0 / 100%;
    z-index: 1;
}
#ct_bg .movieFrame02 .new span {
    display: block;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
#ct_bg .movieWrap01 {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
#ct_bg .movieWrap01 iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#ct_bg .movieCaption01 {
    text-align: center;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 800;
    font-size: 1.6rem;
    margin-top: 15px;
}
#ct_bg .movieCaption01 .date {
    font-size: 1.4rem;
    margin-right: 1.5em
}
#ct_bg .movieList01 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#ct_bg .movieList01 li {
    width: 48.2%;
}
#ct_bg .movieList01 li:nth-child(n + 3) {
    margin-top: 37px;
}
#ct_bg .heading01 {
    text-align: center;
    position: relative;
}
#ct_bg .heading01 img {
    width: auto;
}
#ct_bg .heading01.typeAbout img {
    max-width: 876px;
    height: 104px;
}
#ct_bg .heading01.typeLineup img {
    height: 103px;
}
#ct_bg .heading01.typeQa img {
    height: 102.5px;
}
#ct_bg .heading01.typeCharacter img {
    max-width: 623px;
    height: 98px;
}
#ct_bg .heading01.typeNews img {
    max-width: 870px;
    height: 98px;
}
#ct_bg .heading01.typeHowto img {
    max-width: 591px;
    height: 100px;
}
#ct_bg .heading01.typeMovie img {
    max-width: 541px;
    height: 99px;
}
#ct_bg .heading02 {
    color: #32318F;
    text-align: center;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 800;
    font-size: 5rem;
    line-height: 1.5;
    text-shadow: white 3px 0px 0px, white 2.834871px 0.981584px 0px, white 2.357662px 1.855109px 0px, white 1.620907px 2.524413px 0px, white 0.705713px 2.915814px 0px, white -0.287171px 2.986224px 0px, white -1.248441px 2.727892px 0px, white -2.072274px 2.169258px 0px, white -2.66798px 1.371818px 0px, white -2.969977px 0.42336px 0px, white -2.945022px -0.571704px 0px, white -2.59586px -1.503831px 0px, white -1.960931px -2.270407px 0px, white -1.11013px -2.787044px 0px, white -0.137119px -2.996865px 0px, white 0.850987px -2.876773px 0px, white 1.74541px -2.439988px 0px, white 2.447689px -1.734595px 0px, white 2.880511px -0.838247px 0px;
    position: relative;
}
#ct_bg .heading02.type01 {
    margin-bottom: 59px;
}
#ct_bg .heading02.type01::before {
    content: '';
    position: absolute;
    bottom: -28px;
    left: 50%;
    width: 80px;
    height: 8px;
    background: -webkit-gradient(linear, left top, right top, from(#c5a3ef), color-stop(#81c2ed), color-stop(#a3e293), color-stop(#bdce31), color-stop(#fcde27), to(#fc62bc));
    background: linear-gradient(to right, #c5a3ef, #81c2ed, #a3e293, #bdce31, #fcde27, #fc62bc);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
#ct_bg .heading02.type02 {
    text-shadow: white 2px 0px 0px, white 1.755165px 0.958851px 0px, white 1.080605px 1.682942px 0px, white 0.141474px 1.99499px 0px, white -0.832294px 1.818595px 0px, white -1.602287px 1.196944px 0px, white -1.979985px 0.28224px 0px, white -1.872913px -0.701566px 0px, white -1.307287px -1.513605px 0px, white -0.421592px -1.95506px 0px, white 0.567324px -1.917849px 0px, white 1.41734px -1.411081px 0px, white 1.920341px -0.558831px 0px;
}
#ct_bg .heading03 {
    color: #32318F;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 800;
    font-size: 5rem;
    line-height: 1.2;
    text-shadow: white 3px 0px 0px, white 2.834871px 0.981584px 0px, white 2.357662px 1.855109px 0px, white 1.620907px 2.524413px 0px, white 0.705713px 2.915814px 0px, white -0.287171px 2.986224px 0px, white -1.248441px 2.727892px 0px, white -2.072274px 2.169258px 0px, white -2.66798px 1.371818px 0px, white -2.969977px 0.42336px 0px, white -2.945022px -0.571704px 0px, white -2.59586px -1.503831px 0px, white -1.960931px -2.270407px 0px, white -1.11013px -2.787044px 0px, white -0.137119px -2.996865px 0px, white 0.850987px -2.876773px 0px, white 1.74541px -2.439988px 0px, white 2.447689px -1.734595px 0px, white 2.880511px -0.838247px 0px;
    position: relative;
}
#ct_bg .heading03 .subTitle01 {
    font-size: 3.2rem;
}
#ct_bg .heading03 .subTitle02 {
    display: inline-block;
    font-size: 3.2rem;
    line-height: 1.5;
}
#ct_bg .heading03 .subTitle03 {
    display: inline-block;
    color: #EA609E;
    font-size: 2.0rem;
    line-height: 1.5;
}
#ct_bg .heading04 {
    text-align: center;
    display: block;
    color: #32318F;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 800;
    font-size: 4rem;
    line-height: 1.5;
    text-shadow: white 3px 0px 0px, white 2.834871px 0.981584px 0px, white 2.357662px 1.855109px 0px, white 1.620907px 2.524413px 0px, white 0.705713px 2.915814px 0px, white -0.287171px 2.986224px 0px, white -1.248441px 2.727892px 0px, white -2.072274px 2.169258px 0px, white -2.66798px 1.371818px 0px, white -2.969977px 0.42336px 0px, white -2.945022px -0.571704px 0px, white -2.59586px -1.503831px 0px, white -1.960931px -2.270407px 0px, white -1.11013px -2.787044px 0px, white -0.137119px -2.996865px 0px, white 0.850987px -2.876773px 0px, white 1.74541px -2.439988px 0px, white 2.447689px -1.734595px 0px, white 2.880511px -0.838247px 0px;
    text-decoration: none;
    margin-bottom: 30px;
}
#ct_bg .heading04 span {
    font-size: 5rem;
}
#ct_bg .heading04.type02 {
    position: relative;
    padding-bottom: 20px;
}
#ct_bg .heading04.type02::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    content: "";
    transform: translateX(-50%);
    width: 85px;
    height: 8px;
    background: linear-gradient(90deg, #C5A3EF 0%, #81C2ED 17.71%, #A3E293 36.46%, #BDCE31 57.29%, #FCDE27 78.13%, #FC62BC 100%);
}

#ct_bg .heading05 {
    color: #32318F;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 800;
    font-size: 3.2rem;
    line-height: 1.5;
    text-shadow: white 3px 0px 0px, white 2.834871px 0.981584px 0px, white 2.357662px 1.855109px 0px, white 1.620907px 2.524413px 0px, white 0.705713px 2.915814px 0px, white -0.287171px 2.986224px 0px, white -1.248441px 2.727892px 0px, white -2.072274px 2.169258px 0px, white -2.66798px 1.371818px 0px, white -2.969977px 0.42336px 0px, white -2.945022px -0.571704px 0px, white -2.59586px -1.503831px 0px, white -1.960931px -2.270407px 0px, white -1.11013px -2.787044px 0px, white -0.137119px -2.996865px 0px, white 0.850987px -2.876773px 0px, white 1.74541px -2.439988px 0px, white 2.447689px -1.734595px 0px, white 2.880511px -0.838247px 0px;
    margin-bottom: 30px;
}
#ct_bg .box01 {
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    max-width: 800px;
    height: 300px;
    margin: 60px auto 0;
    color: #32318F;
    font-size: 4rem;
    line-height: 1.4;
}
#ct_bg .box01.type02 {
    max-width: 1200px;
    height: 400px;
}
#ct_bg .box02 {
    border: 1px solid #32318F;
    padding: 19px 20px 20px;
    margin-right: 4px;
    margin-top: 20px;
}
#ct_bg .box02 > .hdg {
    display: inline-block;
    background: #32318F;
    color: #fff;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 800;
    font-size: 1.6rem;
    line-height: 1;
    padding: 0.5em 0.7em;
    border-radius: 16px;
    margin-bottom: 9px;
}
#ct_bg .box02 > .text02 {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 2;
}
#ct_bg .box02 + .btn04 {
    margin-top: 20px;
}
#ct_bg .box03 .textWrap {
    width: 77.7777777778%;
    padding-top: 18px;
    padding-bottom: 18px;
}
#ct_bg .box03 .img01 {
    width: 19.4444444444%;
}
#ct_bg .box03 .hdg {
    color: #32318F;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 800;
    font-size: 3.2rem;
    line-height: 1.5;
}
#ct_bg .box03 .text01 {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 1.5;
    margin-top: 20px;
}
#ct_bg .box03 .text01 strong {
    font-weight: 500;
    color: #EA609E;
}
#ct_bg .box04 {
    position: relative;
    margin-top: 30px;
    border-radius: 20px;
    border: 1px solid #AC89E3;
    background: #F5F0FB;
    padding: 20px 19px 30px;
}
#ct_bg .box04 > .image01 {
    position: absolute;
    right: 2.6%;
    top: 47px;
    width: 20.3%;
}
#ct_bg .box04 > .image02 {
    position: absolute;
    right: 1.7%;
    top: 30px;
    width: 34.4%;
}
#ct_bg .box05 {
    position: relative;
    margin-top: 20px;
    border-radius: 20px;
    border: 2px solid #19ADEA;
    background: #fff;
    padding: 20px;
}

#ct_bg .mainArea01 {
/*    padding-bottom: 60px;*/
}

#ct_bg .mainArea01 .img01 {
    text-align: center;
    margin-bottom: 40px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
#ct_bg .mainArea01 > .globalNavigationArea {
    background: -webkit-gradient(linear, left top, right top, color-stop(0.21%, #FF8DC0), color-stop(99.77%, #00D1FF));
    background: linear-gradient(90deg, #FF8DC0 0.21%, #00D1FF 99.77%);
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
#ct_bg .mainArea01 > .globalNavigationArea > .globalNavigation {
    max-width: 1040px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#ct_bg .mainArea01 > .globalNavigationArea > .globalNavigation li .inner01, #ct_bg .mainArea01 > .globalNavigationArea > .globalNavigation li > a {
    display: block;
    text-decoration: none;
    padding: 10px 1.25em;
    position: relative;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-size: 2.0rem;
    font-weight: 800;
    color: #32318F;
    text-shadow: white 3px 0px 0px, white 2.834871px 0.981584px 0px, white 2.357662px 1.855109px 0px, white 1.620907px 2.524413px 0px, white 0.705713px 2.915814px 0px, white -0.287171px 2.986224px 0px, white -1.248441px 2.727892px 0px, white -2.072274px 2.169258px 0px, white -2.66798px 1.371818px 0px, white -2.969977px 0.42336px 0px, white -2.945022px -0.571704px 0px, white -2.59586px -1.503831px 0px, white -1.960931px -2.270407px 0px, white -1.11013px -2.787044px 0px, white -0.137119px -2.996865px 0px, white 0.850987px -2.876773px 0px, white 1.74541px -2.439988px 0px, white 2.447689px -1.734595px 0px, white 2.880511px -0.838247px 0px;
}
#ct_bg .mainArea01 > .globalNavigationArea > .globalNavigation li > a:hover {
    color: #EA609E;
}
#ct_bg .mainArea01 > .globalNavigationArea > .globalNavigation li .inner01:hover ul {
    visibility: visible;
    opacity: 1;
}
#ct_bg .mainArea01 > .globalNavigationArea > .globalNavigation li ul {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 55px;
    left: 44px;
    z-index: 1;
    background: #EA609E;
    border-radius: 5px;
    padding: 10px 0;
    -webkit-transition: .3s;
    transition: .3s;
}
#ct_bg .mainArea01 > .globalNavigationArea > .globalNavigation li ul::before {
    content: '';
    position: absolute;
    top: -6px;
    left: 15px;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-bottom: 10px solid #ea609e;
    border-top: 0;
}
#ct_bg .mainArea01 > .globalNavigationArea > .globalNavigation li ul li a {
    display: block;
    width: 10em;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-size: 1.6rem;
    line-height: 1.2;
    font-weight: 800;
    color: #32318F;
    text-shadow: white 3px 0px 0px, white 2.834871px 0.981584px 0px, white 2.357662px 1.855109px 0px, white 1.620907px 2.524413px 0px, white 0.705713px 2.915814px 0px, white -0.287171px 2.986224px 0px, white -1.248441px 2.727892px 0px, white -2.072274px 2.169258px 0px, white -2.66798px 1.371818px 0px, white -2.969977px 0.42336px 0px, white -2.945022px -0.571704px 0px, white -2.59586px -1.503831px 0px, white -1.960931px -2.270407px 0px, white -1.11013px -2.787044px 0px, white -0.137119px -2.996865px 0px, white 0.850987px -2.876773px 0px, white 1.74541px -2.439988px 0px, white 2.447689px -1.734595px 0px, white 2.880511px -0.838247px 0px;
}
#ct_bg .mainArea01 > .globalNavigationArea > .globalNavigation li ul li a:hover {
    color: #EA609E;
}
#ct_bg .mainArea01 > .inner01 {
    max-width: 1040px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
}
#ct_bg .mainArea01 > .inner01 .movieFrame01 {
    background: #fff;
    padding: 6px;
}
#ct_bg .mainArea01 > .inner01 .btn01 {
    margin-top: 40px;
}
#ct_bg .infoBox01 {
    max-width: 460px;
    margin: 40px auto 0;
}
#ct_bg .infoBox01 a {
    padding: 10px 17px;
    display: block;
    text-decoration: none;
    transition: .3s;
    border: 3px solid #FF307A;
    border-radius: 20px;
    background: #fff;
    text-align: center;
    box-shadow: 0px 4px 4px rgba(0,0,0,0.25);
}
#ct_bg .infoBox01 a:hover {
    opacity: 0.7;
}
#ct_bg .infoBox01 .hdg {
    color: #FF307A;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-size: 2rem;
    line-height: 1.2;
    font-weight: 800;
    border-bottom: 3px solid #FF307A;
    padding-bottom: 8px;
    margin-bottom: 8px;
    -webkit-transform: rotate(0.03deg);
    transform: rotate(0.03deg);
}
#ct_bg .infoBox01 ul li {
    color: #000;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: 800;
    -webkit-transform: rotate(0.03deg);
    transform: rotate(0.03deg);
}
.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0 40px;
    background: linear-gradient(90deg, rgba(255, 141, 192, 0.7) 0.21%, rgba(0, 209, 255, 0.7) 99.77%);
    justify-content: center;
    align-items: center;
    z-index: 11006;
}
.modal-content {
    border: 3px solid #FF307A;
    background-color: #fff;
    padding: 35px 40px;
    border-radius: 40px;
    max-width: 960px;
    margin: 0 auto;
    position: relative;
}
.modal-content p {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: 800;
    -webkit-transform: rotate(0.03deg);
    transform: rotate(0.03deg);
}
.close-btn {
    cursor: pointer;
    position: absolute;
    top: -37.5px;
    right: -37.5px;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    transition: .3s;
    background: #EA609E url("../img/ic_19.svg") no-repeat 0 0 / 100%;
    box-shadow: 0px 4px 4px rgba(0,0,0,0.25);
}
.close-btn:hover {
    background-color: #e498ba;
}
#ct_bg .localNav01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: -30px;
}
#ct_bg .localNav01 li {
    margin-top: 30px;
    width: 48.33%;
}
#ct_bg .localNav01 li:nth-child(-n + 4) a {
    -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
#ct_bg .localNav01 li:nth-child(5) {
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 470px;
}
#ct_bg .localNav01 li a {
    display: block;
}
#ct_bg .lineupArea01 {
    padding-top: 81px;
    padding-bottom: 80px;
    background: #EA609E url("../img/bg_03_pc.jpg") no-repeat 50% 0/100%;
}
#ct_bg .lineupArea01 > .inner01 {
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
    padding: 43px 20px 60px;
}
#ct_bg .lineupArea01 > .inner02 {
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
    padding: 60px 20px 0;
}
#ct_bg .aboutArea01 {
    padding-top: 81px;
    padding-bottom: 50px;
}
#ct_bg .aboutArea01 > .inner01 {
    max-width: 1040px;
    margin-left: auto;
    margin-right: auto;
    padding: 52px 20px 30px;
    position: relative;
}
#ct_bg .aboutArea01 > .inner01 .text01 {
    color: #32318F;
    position: relative;
    text-align: center;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 800;
    font-size: 2.0rem;
    line-height: 2;
    text-shadow: white 3px 0px 0px, white 2.834871px 0.981584px 0px, white 2.357662px 1.855109px 0px, white 1.620907px 2.524413px 0px, white 0.705713px 2.915814px 0px, white -0.287171px 2.986224px 0px, white -1.248441px 2.727892px 0px, white -2.072274px 2.169258px 0px, white -2.66798px 1.371818px 0px, white -2.969977px 0.42336px 0px, white -2.945022px -0.571704px 0px, white -2.59586px -1.503831px 0px, white -1.960931px -2.270407px 0px, white -1.11013px -2.787044px 0px, white -0.137119px -2.996865px 0px, white 0.850987px -2.876773px 0px, white 1.74541px -2.439988px 0px, white 2.447689px -1.734595px 0px, white 2.880511px -0.838247px 0px;
}
#ct_bg .aboutArea01 > .inner01 .text01 .himari01 {
    color: #EA609E;
    font-size: 2.4rem;
}
#ct_bg .aboutArea01 > .inner01 .text01 .mitsuki01 {
    color: #19ADEA;
    font-size: 2.4rem;
}
#ct_bg .aboutArea01 > .inner01 .text01 .himari02 {
    color: #EA609E;
    font-size: 3.2rem;
    line-height: 1.5;
}
#ct_bg .aboutArea01 > .inner01 .text01 .mitsuki02 {
    color: #19ADEA;
    font-size: 3.2rem;
    line-height: 1.5;
}
#ct_bg .aboutArea01 > .inner01 .text01 .himari03 {
    color: #EA609E;
    font-size: 3.2rem;
}
#ct_bg .aboutArea01 > .inner01 .text01 .mitsuki03 {
    color: #19ADEA;
    font-size: 3.2rem;
}
#ct_bg .aboutArea01 > .inner01 .text01.type02 {
    margin-top: 45px !important;
}
#ct_bg .aboutArea01 > .inner01 .text01.type03 {
    line-height: 1.5;
}
#ct_bg .aboutArea01 > .inner01 .text01 + .text01 {
    margin-top: 40px;
}
#ct_bg .aboutArea01 > .inner01 .img01 {
    position: absolute;
    bottom: 88px;
    left: 50%;
    width: 283px;
    margin-left: -590px;
    z-index: 100;
    opacity: 0;
}
#ct_bg .aboutArea01 > .inner01 .img02 {
    position: absolute;
    bottom: 88px;
    left: 50%;
    width: 287px;
    margin-left: 235px;
    z-index: 1;
    opacity: 0;
}
#ct_bg .aboutArea01 > .inner01 .img03 {
    opacity: 0;
    opacity: 1;
    margin-top: 66px;
    margin-bottom: 44px;
    text-align: center;
}
#ct_bg .aboutArea01 > .inner01 .img03.type01 {
	width: 372px;
	margin-left: 165px;
	margin-bottom: 80px;
	position: relative;
	z-index: 99;
}
#ct_bg .aboutArea01 > .inner01 .img03.type02 {
	width: 372px;
	margin-left: 405px;
	margin-top: -135px;
	margin-bottom: 65px;
}
#ct_bg .aboutArea01 > .inner01 .img03 img {
    width: 581px;
    -webkit-box-shadow: 0px 0px 10px 10px #FFF;
    box-shadow: 0px 0px 10px 10px #FFF;
}
#ct_bg .characterArea01 {
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}
#ct_bg .characterArea01 > .inner01 {
    background: -webkit-gradient(linear, left top, right top, color-stop(0.21%, #ff8dc0), color-stop(99.77%, #00d1ff));
    background: linear-gradient(90deg, #ff8dc0 0.21%, #00d1ff 99.77%);
    padding: 4px;
    border-radius: 40px;
}
#ct_bg .characterArea01 > .inner01 > .inner02 {
    background: url("../img/bg_04.jpg") repeat-x 0 0/428px;
    border-radius: 36px;
    padding: 60px 56px 50px;
}
#ct_bg .characterArea01 > .inner01 > .inner02 > .inner03 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 800px;
    margin-top: 31px;
}
#ct_bg .characterArea01 > .inner01 > .inner02 > .inner03 .character01 {
    width: 45.3703703704%;
    padding-top: 132px;
    opacity: 0;
    position: relative;
}
#ct_bg .characterArea01 > .inner01 > .inner02 > .inner03 .character01::before {
    content: '';
    position: absolute;
    top: 97px;
    left: -30px;
    width: 180px;
    height: 161px;
    background: url("../../img/ic_index01.svg") no-repeat 50% 50%/100%;
}
#ct_bg .characterArea01 > .inner01 > .inner02 > .inner03 .character01 .img01 {
    position: absolute;
    top: 15px;
    right: -41px;
    height: 671px;
    width: 411px;
    max-width: inherit;
    -webkit-filter: drop-shadow(10px 10px 0px #FFDAEB);
    filter: drop-shadow(10px 10px 0px #FFDAEB);
}
#ct_bg .characterArea01 > .inner01 > .inner02 > .inner03 .character01 .name, #ct_bg .characterArea01 > .inner01 > .inner02 > .inner03 .character01 .nameEn {
    color: #EA609E;
}
#ct_bg .characterArea01 > .inner01 > .inner02 > .inner03 .character02 {
    width: 45.3703703704%;
    padding-top: 132px;
    opacity: 0;
    position: relative;
}
#ct_bg .characterArea01 > .inner01 > .inner02 > .inner03 .character02::before {
    content: '';
    position: absolute;
    top: 70px;
    left: -30px;
    width: 190px;
    height: 183px;
    background: url("../../img/ic_index02.svg") no-repeat 50% 50%/100%;
}
#ct_bg .characterArea01 > .inner01 > .inner02 > .inner03 .character02 .img01 {
    position: absolute;
    top: 17px;
    right: 8px;
    height: 672px;
    width: 325px;
    max-width: inherit;
    -webkit-filter: drop-shadow(10px 10px 0px #C5F0FF);
    filter: drop-shadow(10px 10px 0px #C5F0FF);
}
#ct_bg .characterArea01 > .inner01 > .inner02 > .inner03 .character02 .name, #ct_bg .characterArea01 > .inner01 > .inner02 > .inner03 .character02 .nameEn {
    color: #19ADEA;
}
#ct_bg .characterArea01 > .inner01 > .inner02 > .inner03 .character02 .voice .icon {
    width: 40px;
    background: url("../../img/ic_index04.svg") no-repeat 50% 50%/40px;
    padding-top: 6px;
}
#ct_bg .characterArea01 > .inner01 > .inner02 > .inner03 .character02 .dlWrap dl dt {
    color: #19ADEA;
}
#ct_bg .characterArea01 > .inner01 > .inner02 > .inner03 .name {
    position: relative;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 800;
    font-size: 4.0rem;
    line-height: 1.25;
    margin-left: 11px;
    text-shadow: white 3px 0px 0px, white 2.834871px 0.981584px 0px, white 2.357662px 1.855109px 0px, white 1.620907px 2.524413px 0px, white 0.705713px 2.915814px 0px, white -0.287171px 2.986224px 0px, white -1.248441px 2.727892px 0px, white -2.072274px 2.169258px 0px, white -2.66798px 1.371818px 0px, white -2.969977px 0.42336px 0px, white -2.945022px -0.571704px 0px, white -2.59586px -1.503831px 0px, white -1.960931px -2.270407px 0px, white -1.11013px -2.787044px 0px, white -0.137119px -2.996865px 0px, white 0.850987px -2.876773px 0px, white 1.74541px -2.439988px 0px, white 2.447689px -1.734595px 0px, white 2.880511px -0.838247px 0px;
}
#ct_bg .characterArea01 > .inner01 > .inner02 > .inner03 .nameEn {
    position: relative;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 800;
    font-size: 2.0rem;
    line-height: 1.25;
    margin-bottom: 0.3em;
    margin-left: 14px;
    text-shadow: white 3px 0px 0px, white 2.834871px 0.981584px 0px, white 2.357662px 1.855109px 0px, white 1.620907px 2.524413px 0px, white 0.705713px 2.915814px 0px, white -0.287171px 2.986224px 0px, white -1.248441px 2.727892px 0px, white -2.072274px 2.169258px 0px, white -2.66798px 1.371818px 0px, white -2.969977px 0.42336px 0px, white -2.945022px -0.571704px 0px, white -2.59586px -1.503831px 0px, white -1.960931px -2.270407px 0px, white -1.11013px -2.787044px 0px, white -0.137119px -2.996865px 0px, white 0.850987px -2.876773px 0px, white 1.74541px -2.439988px 0px, white 2.447689px -1.734595px 0px, white 2.880511px -0.838247px 0px;
    margin-top: 2px;
}
#ct_bg .characterArea01 > .inner01 > .inner02 > .inner03 .voice {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 50px;
    margin-left: 14px;
    position: relative;
}
#ct_bg .characterArea01 > .inner01 > .inner02 > .inner03 .voice .icon {
    width: 40px;
    height: 38px;
    margin-right: 10px;
    color: #fff;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 800;
    font-size: 1.6rem;
    line-height: 1;
    background: url("../../img/ic_index03.svg") no-repeat 50% 50%/39px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#ct_bg .characterArea01 > .inner01 > .inner02 > .inner03 .voice > .vname {
    color: #32318F;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 800;
    font-size: 1.6rem;
    text-shadow: white 3px 0px 0px, white 2.834871px 0.981584px 0px, white 2.357662px 1.855109px 0px, white 1.620907px 2.524413px 0px, white 0.705713px 2.915814px 0px, white -0.287171px 2.986224px 0px, white -1.248441px 2.727892px 0px, white -2.072274px 2.169258px 0px, white -2.66798px 1.371818px 0px, white -2.969977px 0.42336px 0px, white -2.945022px -0.571704px 0px, white -2.59586px -1.503831px 0px, white -1.960931px -2.270407px 0px, white -1.11013px -2.787044px 0px, white -0.137119px -2.996865px 0px, white 0.850987px -2.876773px 0px, white 1.74541px -2.439988px 0px, white 2.447689px -1.734595px 0px, white 2.880511px -0.838247px 0px;
}
#ct_bg .characterArea01 > .inner01 > .inner02 > .inner03 .text01 {
    color: #32318F;
    position: relative;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 800;
    font-size: 1.6rem;
    line-height: 2;
    margin-top: 137px;
    text-shadow: white 3px 0px 0px, white 2.834871px 0.981584px 0px, white 2.357662px 1.855109px 0px, white 1.620907px 2.524413px 0px, white 0.705713px 2.915814px 0px, white -0.287171px 2.986224px 0px, white -1.248441px 2.727892px 0px, white -2.072274px 2.169258px 0px, white -2.66798px 1.371818px 0px, white -2.969977px 0.42336px 0px, white -2.945022px -0.571704px 0px, white -2.59586px -1.503831px 0px, white -1.960931px -2.270407px 0px, white -1.11013px -2.787044px 0px, white -0.137119px -2.996865px 0px, white 0.850987px -2.876773px 0px, white 1.74541px -2.439988px 0px, white 2.447689px -1.734595px 0px, white 2.880511px -0.838247px 0px;
}
#ct_bg .characterArea01 > .inner01 > .inner02 > .inner03 .dlWrap {
    margin-top: 29px;
}
#ct_bg .characterArea01 > .inner01 > .inner02 > .inner03 .dlWrap dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10.5px 0;
    position: relative;
}
#ct_bg .characterArea01 > .inner01 > .inner02 > .inner03 .dlWrap dl + dl::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: -webkit-gradient(linear, left top, right top, color-stop(0.21%, #FF8DC0), color-stop(99.77%, #00D1FF));
    background: linear-gradient(90deg, #FF8DC0 0.21%, #00D1FF 99.77%);
}
#ct_bg .characterArea01 > .inner01 > .inner02 > .inner03 .dlWrap dl dt {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 800;
    font-size: 1.6rem;
    color: #EA609E;
    min-width: 10.2em;
    text-shadow: white 2px 0px 0px, white 1.755165px 0.958851px 0px, white 1.080605px 1.682942px 0px, white 0.141474px 1.99499px 0px, white -0.832294px 1.818595px 0px, white -1.602287px 1.196944px 0px, white -1.979985px 0.28224px 0px, white -1.872913px -0.701566px 0px, white -1.307287px -1.513605px 0px, white -0.421592px -1.95506px 0px, white 0.567324px -1.917849px 0px, white 1.41734px -1.411081px 0px, white 1.920341px -0.558831px 0px;
}
#ct_bg .characterArea01 > .inner01 > .inner02 > .inner03 .dlWrap dl dd {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 800;
    font-size: 1.6rem;
    color: #32318F;
    text-shadow: white 2px 0px 0px, white 1.755165px 0.958851px 0px, white 1.080605px 1.682942px 0px, white 0.141474px 1.99499px 0px, white -0.832294px 1.818595px 0px, white -1.602287px 1.196944px 0px, white -1.979985px 0.28224px 0px, white -1.872913px -0.701566px 0px, white -1.307287px -1.513605px 0px, white -0.421592px -1.95506px 0px, white 0.567324px -1.917849px 0px, white 1.41734px -1.411081px 0px, white 1.920341px -0.558831px 0px;
}
#ct_bg .newsArea01 {
    display: none;
    padding-top: 81px;
    padding-bottom: 80px;
    background: -webkit-gradient(linear, left top, right top, color-stop(0.21%, rgba(255, 141, 192, 0.7)), color-stop(99.77%, rgba(0, 209, 255, 0.7)));
    background: linear-gradient(90deg, rgba(255, 141, 192, 0.7) 0.21%, rgba(0, 209, 255, 0.7) 99.77%);
}
#ct_bg .newsArea01 > .inner01 {
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
    padding: 70px 20px 0;
}
#ct_bg .newsArea01 > .inner01 .newsList02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#ct_bg .newsArea01 > .inner01 .newsList02 .newsWrap {
    width: 32.165%;
    background: #fff;
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
#ct_bg .newsArea01 > .inner01 .newsList02 .newsWrap a {
    display: block;
    text-decoration: none;
    padding: 10px 10px 20px;
}
#ct_bg .newsArea01 > .inner01 .newsList02 .newsWrap a > .inner01 {
    padding: 16px 10px 0;
}
#ct_bg .newsArea01 > .inner01 .newsList02 .newsWrap a > .inner01 > .inner02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 10px;
}
#ct_bg .newsArea01 > .inner01 .newsList02 .newsWrap a > .inner01 > .inner02 .category {
    background: #32318F;
    color: #fff;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 1.5;
    padding: 2px 6px;
}
#ct_bg .newsArea01 > .inner01 .newsList02 .newsWrap a > .inner01 > .inner02 .date {
    color: #32318F;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 1.5;
}
#ct_bg .newsArea01 > .inner01 .newsList02 .newsWrap a > .inner01 .text01 {
    color: #000;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 800;
    font-size: 1.6rem;
    line-height: 1.5;
}
#ct_bg .newsArea01 > .inner01 .btn01 {
    margin-top: 40px;
}
#ct_bg .newsArea02 {
    margin-top: -135px;
}
#ct_bg .newsArea02 .inner01 {
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}
#ct_bg .newsArea02 .inner01 > .frameArea03 + .frameArea03 {
    margin-top: 80px;
}
#ct_bg .newsArea03 {
    /*padding-top: 81px;*/
    padding-bottom: 80px;
    /*background: -webkit-gradient(linear, left top, right top, color-stop(0.21%, rgba(255, 141, 192, 0.7)), color-stop(99.77%, rgba(0, 209, 255, 0.7)));*/
    /*background: linear-gradient(90deg, rgba(255, 141, 192, 0.7) 0.21%, rgba(0, 209, 255, 0.7) 99.77%);*/
}
#ct_bg .newsArea03 > .inner01 {
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px 0;
}
#ct_bg .newsArea03 > .inner01 .frameArea05 {
    margin-top: 70px;
}
#ct_bg .newsArea03 > .inner01 .btn01 {
    margin-top: 40px;
}
#ct_bg .howtoArea01 {
    margin-top: -60px;
    padding-bottom: 80px;
}
#ct_bg .howtoArea01 > .inner01 {
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}
#ct_bg .howtoArea01 > .inner01 .inner02 + .inner02 {
    margin-top: 60px;
    padding-top: 106px;
    background: url("../img/bg_05_pc.png") no-repeat 50% 0/100%;
}
#ct_bg .howtoArea02 {
    padding-top: 81px;
    padding-bottom: 80px;
    background: -webkit-gradient(linear, left top, right top, color-stop(0.21%, rgba(255, 141, 192, 0.7)), color-stop(99.77%, rgba(0, 209, 255, 0.7)));
    background: linear-gradient(90deg, rgba(255, 141, 192, 0.7) 0.21%, rgba(0, 209, 255, 0.7) 99.77%);
}
#ct_bg .howtoArea02 > .inner01 {
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px 0;
}
#ct_bg .howtoArea02 > .inner01 section + section {
    margin-top: 60px;
}
#ct_bg .howtoArea02 > .inner01 .heading02 + .text01 {
    margin-top: 10px;
}
#ct_bg .howtoArea02 > .inner01 .text01 {
    text-align: center;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 2;
    text-shadow: white 2px 0px 0px, white 1.755165px 0.958851px 0px, white 1.080605px 1.682942px 0px, white 0.141474px 1.99499px 0px, white -0.832294px 1.818595px 0px, white -1.602287px 1.196944px 0px, white -1.979985px 0.28224px 0px, white -1.872913px -0.701566px 0px, white -1.307287px -1.513605px 0px, white -0.421592px -1.95506px 0px, white 0.567324px -1.917849px 0px, white 1.41734px -1.411081px 0px, white 1.920341px -0.558831px 0px;
}
#ct_bg .howtoArea02 > .inner01 .text01 + .btn01 {
    margin-top: 20px;
}
#ct_bg .howtoArea02 > .inner01 .localNav01 {
    margin-top: 20px;
}
#ct_bg .bannerArea {
    padding-top: 80px;
    padding-bottom: 40px;
}
#ct_bg .bannerArea > .inner01 {
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
}
#ct_bg .bannerArea > .inner01 .bannerList01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#ct_bg .bannerArea > .inner01 .bannerList01 li {
    width: 31.66%;
}
#ct_bg .bannerArea > .inner01 .bannerList01 li a {
    display: block;
    background: #fff;
    border-radius: 10px;
}
#ct_bg .bannerArea > .inner01 .bannerList01 li a img {
    -webkit-transition: .3s;
    transition: .3s;
    width: 100%;
    border-radius: 8px;
}
#ct_bg .bannerArea > .inner01 .copyright {
    color: #32318F;
    text-align: center;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 1.5;
    margin-top: 40px;
}
#ct_bg .titleArea01 {
    padding-top: 70px;
    background: #EA609E url("../img/bg_03_pc.jpg") no-repeat 50% 0/100%;
}
#ct_bg .titleArea01.typeQa {
    padding-top: 73px;
}
#ct_bg .titleArea01.typeQa > .inner01 {
    padding-bottom: 74px;
}
#ct_bg .titleArea01.typeNews {
    padding-top: 69px;
}
#ct_bg .titleArea01.typeNews > .inner01 {
    padding-bottom: 218px;
}
#ct_bg .titleArea01.typeHowto {
    padding-top: 72px;
}
#ct_bg .titleArea01.typeHowto > .inner01 {
    padding-bottom: 139px;
}
#ct_bg .titleArea01.typeMovie {
    padding-top: 72px;
}
#ct_bg .titleArea01.typeMovie > .inner01 {
    padding-bottom: 139px;
}
#ct_bg .titleArea01.typeNewsComingSoon {
    padding-top: 72px;
}
#ct_bg .titleArea01.typeNewsComingSoon > .inner01 {
    padding-bottom: 139.5px;
}
#ct_bg .titleArea01.typeQaComingSoon {
    padding-top: 70px;
}
#ct_bg .titleArea01.typeQaComingSoon > .inner01 {
    padding-bottom: 137px;
}
#ct_bg .titleArea01 > .inner01 {
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px 60px;
}
#ct_bg .titleArea01 .localNav02 {
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
}
#ct_bg .titleArea01 .localNav02 li {
    width: 24.3333333333%;
	max-width: 280px;
	margin-top: 10px;
    margin-left: 5px;
    margin-right: 5px;
}
#ct_bg .titleArea01 .localNav02 li a {
    width: 100%;
    padding: 12px 2.25em;
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
#ct_bg .titleArea01 .localNav02 li a span {
    font-size: 1.8rem;
}
#ct_bg .titleArea01 .localNav02 li a::before {
    right: 15px;
}
#ct_bg .titleArea01 .localNav02 li a::after {
    right: 22px;
}
#ct_bg .localNav03Wrap {
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
    padding: 2px 20px 25px;
}
#ct_bg .localNav03 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: 1px;
    margin-right: 1px;
}
#ct_bg .localNav03 li {
    width: 24.5%;
}
#ct_bg .localNav03 li > a {
    display: block;
    color: #32318F;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 800;
    font-size: 2.0rem;
    line-height: 1.5;
    text-shadow: white 3px 0px 0px, white 2.834871px 0.981584px 0px, white 2.357662px 1.855109px 0px, white 1.620907px 2.524413px 0px, white 0.705713px 2.915814px 0px, white -0.287171px 2.986224px 0px, white -1.248441px 2.727892px 0px, white -2.072274px 2.169258px 0px, white -2.66798px 1.371818px 0px, white -2.969977px 0.42336px 0px, white -2.945022px -0.571704px 0px, white -2.59586px -1.503831px 0px, white -1.960931px -2.270407px 0px, white -1.11013px -2.787044px 0px, white -0.137119px -2.996865px 0px, white 0.850987px -2.876773px 0px, white 1.74541px -2.439988px 0px, white 2.447689px -1.734595px 0px, white 2.880511px -0.838247px 0px;
    text-decoration: none;
    border: 4px solid #fff;
    background: #E3D6F5;
    border-radius: 20px;
    text-align: center;
    position: relative;
    padding: 67px 0 3px;
}
#ct_bg .localNav03 li > a > span > span {
    position: relative;
    font-size: 2.8rem;
}
#ct_bg .localNav03 li > a .thumb {
    position: absolute;
    top: -17px;
    left: 50%;
    width: 140.6px;
    -webkit-transform: translateX(-49.8%);
    transform: translateX(-49.8%);
}
#ct_bg .localNav03 li:nth-child(2) > a {
    background: #FECBE2;
}
#ct_bg .localNav03 li:nth-child(2) > a .thumb {
    width: 130.77px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
#ct_bg .localNav03 li:nth-child(3) > a {
    background: #F8F3B7;
}
#ct_bg .localNav03 li:nth-child(3) > a .thumb {
    width: 88px;
    -webkit-transform: translateX(-52%);
    transform: translateX(-52%);
}
#ct_bg .localNav03 li:nth-child(4) > a {
    background: #A5DFFA;
}
#ct_bg .localNav03 li:nth-child(4) > a .thumb {
    width: 158.3px;
    -webkit-transform: translateX(-52%);
    transform: translateX(-52%);
}
#ct_bg .lineupArea02 {
    background: #E3D6F5;
    padding-top: 26px;
    padding-bottom: 72px;
    border-top: 4px solid #fff;
    border-bottom: 4px solid #fff;
}
#ct_bg .lineupArea02.typeCard {
    background: #FECBE2;
}
#ct_bg .lineupArea02.typeToy {
    background: #A5DFFA;
}
#ct_bg .lineupArea02.typeMic {
    background: #F8F3B7;
}

#ct_bg .lineupArea02 .lineupItemList01 {
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}
#ct_bg .lineupArea02 .lineupItemList01 > .item01 {
    position: relative;
    background: -webkit-gradient(linear, left top, right top, from(#ff8dc0), to(#00d1ff));
    background: linear-gradient(to right, #ff8dc0, #00d1ff);
    padding: 4px;
    border-radius: 40px;
}
#ct_bg .lineupArea02 .lineupItemList01 > .item01 + .item01, #ct_bg .lineupArea02 .lineupItemList01 > .item01 + .frameArea03 {
    margin-top: 60px;
}
#ct_bg .lineupArea02 .lineupItemList01 > .item01 > .inner01 {
    background: url("../img/bg_04.jpg") repeat 0 0/410px;
    border-radius: 36px;
    padding: 44px 32px 75px 36px;
}
#ct_bg .lineupArea02 .lineupItemList01 > .item01 > .inner01 .name {
    color: #32318F;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 800;
    font-size: 4rem;
    line-height: 1.5;
    text-shadow: white 3px 0px 0px, white 2.834871px 0.981584px 0px, white 2.357662px 1.855109px 0px, white 1.620907px 2.524413px 0px, white 0.705713px 2.915814px 0px, white -0.287171px 2.986224px 0px, white -1.248441px 2.727892px 0px, white -2.072274px 2.169258px 0px, white -2.66798px 1.371818px 0px, white -2.969977px 0.42336px 0px, white -2.945022px -0.571704px 0px, white -2.59586px -1.503831px 0px, white -1.960931px -2.270407px 0px, white -1.11013px -2.787044px 0px, white -0.137119px -2.996865px 0px, white 0.850987px -2.876773px 0px, white 1.74541px -2.439988px 0px, white 2.447689px -1.734595px 0px, white 2.880511px -0.838247px 0px;
    padding-left: 70px;
    background: url("../img/ic_14.png") no-repeat 0 6px/50px;
    position: relative;
}
#ct_bg .lineupArea02 .lineupItemList01 > .item01 > .inner01 .name span {
    position: relative;
    z-index: 1;
}
#ct_bg .lineupArea02 .lineupItemList01 > .item01 > .inner01 .name::before {
    content: '';
    position: absolute;
    top: -37px;
    right: 23px;
    width: 85px;
    height: 71px;
    background: url("../img/ic_11.png") no-repeat 0 0/100%;
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
}
#ct_bg .lineupArea02 .lineupItemList01 > .item01 > .inner01 .name::after {
    content: '';
    position: absolute;
    top: 6px;
    right: -27px;
    width: 80px;
    height: 78px;
    background: url("../img/ic_12.png") no-repeat 0 0/100%;
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
}
#ct_bg .lineupArea02 .lineupItemList01 > .item01 > .inner01 > .inner02 {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 35px;
}
#ct_bg .lineupArea02 .lineupItemList01 > .item01 > .inner01 > .inner02 .mainImg {
    width: 65.8362989324%;
    background: #EBEBEB;
    padding: 1px;
}
#ct_bg .lineupArea02 .lineupItemList01 > .item01 > .inner01 > .inner02 .mainImg {
	position: relative;
}
#ct_bg .lineupArea02 .lineupItemList01 > .item01 > .inner01 > .inner02 .mainImg.new::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: url("../../common/img/ic_20.png") no-repeat;
	background-size: calc(100%/3);
}
#ct_bg .lineupArea02 .lineupItemList01 > .item01 > .inner01 > .inner02 .thumbList {
    width: 32.0284697509%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#ct_bg .lineupArea02 .lineupItemList01 > .item01 > .inner01 > .inner02 .thumbList li {
	position: relative;
    background: #EBEBEB;
    width: 47.22%;
    margin-right: 5.56%;
    padding: 4px;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
}
#ct_bg .lineupArea02 .lineupItemList01 > .item01 > .inner01 > .inner02 .thumbList li.current {
    background: -webkit-gradient(linear, left top, right top, from(#c5a3ef), color-stop(#81c2ed), color-stop(#a3e293), color-stop(#bdce31), color-stop(#fcde27), to(#fc62bc));
    background: linear-gradient(to right, #c5a3ef, #81c2ed, #a3e293, #bdce31, #fcde27, #fc62bc);
}
#ct_bg .lineupArea02 .lineupItemList01 > .item01 > .inner01 > .inner02 .thumbList li.new::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: url("../../common/img/ic_20.png") no-repeat;
	background-size: calc(100%/2);
}
#ct_bg .lineupArea02 .lineupItemList01 > .item01 > .inner01 > .inner03 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 40px;
    margin-right: 4px;
}
#ct_bg .lineupArea02 .lineupItemList01 > .item01 > .inner01 > .inner03 + .text01 {
    margin-top: 30px;
}
#ct_bg .lineupArea02 .lineupItemList01 > .item01 > .inner01 > .text01 {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 2;
}
#ct_bg .lineupArea02 .lineupItemList01 > .item01 > .inner01 > .text03 + .text01 {
    margin-top: 10px;
}

#ct_bg .lineupArea02 .lineupItemList01 > .item01 > .inner01 > .text02 {
    margin-top: 30px;
    color: #32318F;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 800;
    font-size: 2.4rem;
    text-shadow: white 3px 0px 0px, white 2.834871px 0.981584px 0px, white 2.357662px 1.855109px 0px, white 1.620907px 2.524413px 0px, white 0.705713px 2.915814px 0px, white -0.287171px 2.986224px 0px, white -1.248441px 2.727892px 0px, white -2.072274px 2.169258px 0px, white -2.66798px 1.371818px 0px, white -2.969977px 0.42336px 0px, white -2.945022px -0.571704px 0px, white -2.59586px -1.503831px 0px, white -1.960931px -2.270407px 0px, white -1.11013px -2.787044px 0px, white -0.137119px -2.996865px 0px, white 0.850987px -2.876773px 0px, white 1.74541px -2.439988px 0px, white 2.447689px -1.734595px 0px, white 2.880511px -0.838247px 0px;
    position: relative;
    z-index: 1;
    line-height: 1.5;
}
#ct_bg .lineupArea02 .lineupItemList01 > .item01 > .inner01 > .text03 {
    margin-top: 30px;
    color: #EA609E;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 800;
    font-size: 2.0rem;
    line-height: 1.5;
}

#ct_bg .lineupArea02 .lineupItemList01 > .item01 > .inner01 > .note01 {
	margin-top: 10px;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 500;
    font-size: 1.3rem;
    line-height: 2;
	color: #333;
	display: inline-block;
	-webkit-transform: rotate(0.03deg);
	transform: rotate(0.03deg);
}
#ct_bg .lineupArea02 .lineupItemList01 > .item01 > .inner01 > .note01 > li {
	padding-left: 1.3em;
	position: relative;
}
#ct_bg .lineupArea02 .lineupItemList01 > .item01 > .inner01 > .note01 > li::before {
	content: "";
	position: absolute;
	left: .5em;
	top: 1em;
	display: block;
	width: .17em;
	height: .17em;
	border-radius: 50%;
	background-color: #333;
}



#ct_bg .lineupArea02 .lineupItemList01 > .item01 > .inner01 > .open-box > .open > .note01 {
	margin-top: 10px;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 500;
    font-size: 1.3rem;
    line-height: 2;
	color: #333;
	display: inline-block;
	-webkit-transform: rotate(0.03deg);
	transform: rotate(0.03deg);
}
#ct_bg .lineupArea02 .lineupItemList01 > .item01 > .inner01 > .open-box > .open > .note01 > li {
	padding-left: 1.3em;
	position: relative;
}
#ct_bg .lineupArea02 .lineupItemList01 > .item01 > .inner01 > .open-box > .open > .note01 > li::before {
	content: "";
	position: absolute;
	left: .5em;
	top: 1em;
	display: block;
	width: .17em;
	height: .17em;
	border-radius: 50%;
	background-color: #333;
}

#ct_bg .lineupArea02 .lineupItemList01 > .item01 > .inner01 > .note02 {
	margin-top: 10px;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 2;
	color: #333;
	display: inline-block;
	-webkit-transform: rotate(0.03deg);
	transform: rotate(0.03deg);
}
#ct_bg .lineupArea02 .lineupItemList01 > .item01 > .inner01 > .note02 > li {
	padding-left: 1.3em;
	position: relative;
}
#ct_bg .lineupArea02 .lineupItemList01 > .item01 > .inner01 > .note02 > li::before {
	content: "";
	position: absolute;
	left: .5em;
	top: 1em;
	display: block;
	width: .17em;
	height: .17em;
	border-radius: 50%;
	background-color: #333;
}

#ct_bg .lineupArea02 .lineupItemList01 > .item01 > .inner01 > .text01 + .btn04 {
    margin-top: 30px;
}
#ct_bg .lineupArea02 .lineupItemList01 > .item01 > .inner01 > .box02 {
    border: 1px solid #32318F;
    padding: 19px 20px 20px;
    margin-right: 4px;
    margin-top: 20px;
}
#ct_bg .lineupArea02 .lineupItemList01 > .item01 > .inner01 > .box02 > .hdg {
    display: inline-block;
    background: #32318F;
    color: #fff;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 800;
    font-size: 1.6rem;
    line-height: 1;
    padding: 0.5em 0.7em;
    border-radius: 16px;
    margin-bottom: 9px;
}
#ct_bg .lineupArea02 .lineupItemList01 > .item01 > .inner01 > .box02 > .text02 {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 2;
}
#ct_bg .lineupArea02 .lineupItemList01 > .item01 > .inner01 > .box02 + .btn04 {
    margin-top: 20px;
}
#ct_bg .lineupArea02 .lineupItemList01 > .noteList01 {
    margin-top: 60px;
}
#ct_bg .lineupArea02 .lineupItemList01 > .noteList01 > li {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 2;
    -webkit-transform: rotate(0.03deg);
    transform: rotate(0.03deg);
}
#ct_bg .qaArea01 {
    margin-top: -60px;
}
#ct_bg .qaArea01 > .inner01 {
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}
#ct_bg .qaArea01 > .inner01 .qaSection01 .qaTitle01, #ct_bg .qaArea01 > .inner01 .qaSection02 .qaTitle01 {
    color: #32318F;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 800;
    font-size: 3.2rem;
    line-height: 1.5;
    text-shadow: white 3px 0px 0px, white 2.834871px 0.981584px 0px, white 2.357662px 1.855109px 0px, white 1.620907px 2.524413px 0px, white 0.705713px 2.915814px 0px, white -0.287171px 2.986224px 0px, white -1.248441px 2.727892px 0px, white -2.072274px 2.169258px 0px, white -2.66798px 1.371818px 0px, white -2.969977px 0.42336px 0px, white -2.945022px -0.571704px 0px, white -2.59586px -1.503831px 0px, white -1.960931px -2.270407px 0px, white -1.11013px -2.787044px 0px, white -0.137119px -2.996865px 0px, white 0.850987px -2.876773px 0px, white 1.74541px -2.439988px 0px, white 2.447689px -1.734595px 0px, white 2.880511px -0.838247px 0px;
    margin-bottom: 30px;
}
#ct_bg .qaArea01 > .inner01 .qaSection01 .text01 strong, #ct_bg .qaArea01 > .inner01 .qaSection02 .text01 strong {
    color: #EA609E;
}
#ct_bg .qaArea01 > .inner01 .qaSection01 .text01 + .qaTitle02, #ct_bg .qaArea01 > .inner01 .qaSection02 .text01 + .qaTitle02 {
    margin-top: 20px;
}
#ct_bg .qaArea01 > .inner01 .qaSection01 .qaTitle02, #ct_bg .qaArea01 > .inner01 .qaSection02 .qaTitle02 {
    color: #EA609E;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 800;
    font-size: 2.8rem;
    line-height: 1.5;
    padding-top: 14px;
    padding-left: 80px;
    min-height: 58px;
    margin-bottom: 20px;
    background: url("../img/ic_15.svg") no-repeat 0 0/60px;
}
#ct_bg .qaArea01 > .inner01 .qaSection01 .qaTitle02 > span {
	font-size: 2rem;
}
#ct_bg .qaArea01 > .inner01 .qaSection01 .qaList, #ct_bg .qaArea01 > .inner01 .qaSection02 .qaList {
    margin-top: 30px;
}
#ct_bg .qaArea01 > .inner01 .qaSection01 .qaList .qaWrap .icon, #ct_bg .qaArea01 > .inner01 .qaSection02 .qaList .qaWrap .icon {
    position: absolute;
    top: 0;
    left: 0;
    background: #32318f;
    color: #fff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 800;
    font-size: 3.2rem;
    line-height: 1;
}
#ct_bg .qaArea01 > .inner01 .qaSection01 .qaList .qaWrap .q, #ct_bg .qaArea01 > .inner01 .qaSection02 .qaList .qaWrap .q {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 800;
    font-size: 2rem;
    line-height: 1.5;
    padding-left: 80px;
    padding-top: 15px;
    min-height: 60px;
    margin-bottom: 20px;
    position: relative;
}
#ct_bg .qaArea01 > .inner01 .qaSection01 .qaList .qaWrap .a, #ct_bg .qaArea01 > .inner01 .qaSection02 .qaList .qaWrap .a {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 2;
    padding-left: 80px;
    padding-top: 11px;
    position: relative;
}
#ct_bg .qaArea01 > .inner01 .qaSection01 .qaList .qaWrap .a .icon, #ct_bg .qaArea01 > .inner01 .qaSection02 .qaList .qaWrap .a .icon {
    background: #ea609e;
}
#ct_bg .qaArea01 > .inner01 .qaSection01 .qaList .qaWrap .a strong, #ct_bg .qaArea01 > .inner01 .qaSection02 .qaList .qaWrap .a strong {
    color: #EA609E;
}
#ct_bg .qaArea01 > .inner01 .qaSection01 .textWrap01, #ct_bg .qaArea01 > .inner01 .qaSection02 .textWrap01 {
    width: 48.2142857143%;
}
#ct_bg .qaArea01 > .inner01 .qaSection01 .img01, #ct_bg .qaArea01 > .inner01 .qaSection02 .img01 {
    width: 48.2142857143%;
}
#ct_bg .qaArea01 > .inner01 .qaSection01 .img01.onlySP, #ct_bg .qaArea01 > .inner01 .qaSection02 .img01.onlySP {
    margin-top: 4.5vw;
}
#ct_bg .qaArea01 > .inner01 .qaSection01 .img01 + .qaTitle02, #ct_bg .qaArea01 > .inner01 .qaSection02 .img01 + .qaTitle02 {
    margin-top: 20px;
}
#ct_bg .qaArea01 > .inner01 .qaSection01 .col01, #ct_bg .qaArea01 > .inner01 .qaSection02 .col01 {
    margin-top: 30px;
}
#ct_bg .qaArea01 > .inner01 .qaSection01 + .qaSection01 {
    margin-top: 60px;
    padding-top: 106px;
    background: url("../img/bg_05_pc.png") no-repeat 50% 0/100%;
}
#ct_bg .movieArea01 {
    margin-top: -60px;
}
#ct_bg .movieArea01 > .inner01 {
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}
.menuArea {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: url("../img/bg_02_pc.jpg") repeat-y 0 0/100%;
    z-index: 11006;
    overflow-y: auto;
}
.menuArea img {
    max-width: 100%;
    height: auto;
}
.menuArea .menu {
    position: fixed;
    top: 79px;
    left: 50%;
    margin-left: 493px;
    width: 102px;
    -webkit-filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
    filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
    z-index: 1;
}
.menuArea .menu > span {
    display: block;
    cursor: pointer;
}
.menuArea .menu > span > span {
    display: block;
}
.menuArea > .inner01 {
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}
.menuArea > .inner01 > .inner02 > .inner03 {
    width: 56.0747663551%;
    min-height: 63.5514018692%;
    position: relative;
}
.menuArea > .inner01 > .inner02 > .inner03 .title {
    position: absolute;
    top: 3.3333333333%;
    left: 22.5%;
    width: 38.3333333333%;
}
.menuArea > .inner01 > .inner02 > .inner03 .img01 {
    position: absolute;
    top: 22.8%;
    left: 5%;
    width: 55.5%;
}
.menuArea > .inner01 > .inner02 > .inner03 .img02 {
    position: absolute;
    top: 14.8%;
    left: 42%;
    width: 56.8333333333%;
}
.menuArea > .inner01 > .inner02 > .inner03 .kirakira01 {
    position: absolute;
    top: 23.8333333333%;
    left: 36.485%;
    width: 26.875%;
}
.menuArea > .inner01 > .inner02 > .inner03 .kirakira02 {
    position: absolute;
    top: 11.1666666667%;
    left: 72.2216666667%;
    width: 26.875%;
}
.menuArea > .inner01 > .inner02 > .inner03 .kirakira03 {
    position: absolute;
    top: 41.1666666667%;
    left: 0%;
    width: 20.3266666667%;
}
.menuArea > .inner01 > .inner02 > .inner03 .kirakira04 {
    position: absolute;
    top: 34%;
    left: 78.4266666667%;
    width: 20.3266666667%;
}
.menuArea > .inner01 > .inner02 > .inner03 .bg01 {
    position: absolute;
    top: 24.3333333333%;
    left: 10%;
    width: 86.1783333333%;
}
.menuArea > .inner01 > .inner02 > .menuList {
    width: 42.0560747664%;
    padding-top: 1.4018691589%;
    padding-bottom: 6.7289719626%;
}
.menuArea > .inner01 > .inner02 > .menuList > li + li {
    position: relative;
}
.menuArea > .inner01 > .inner02 > .menuList > li + li:before {
    content: '';
    position: absolute;
    display: inline-block;
    left: -7px;
    height: 9px;
    width: calc(100% + 7px);
    background-size: 11.85px 11.85px;
    background-image: radial-gradient(#fff 30%, transparent 30%);
}
.menuArea > .inner01 > .inner02 > .menuList > li > a, .menuArea > .inner01 > .inner02 > .menuList > li > span {
    display: inline-block;
    color: #32318F;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 800;
    font-size: 3.6rem;
    line-height: 1.5;
    padding: 25px 0 15px;
    text-shadow: white 3px 0px 0px, white 2.834871px 0.981584px 0px, white 2.357662px 1.855109px 0px, white 1.620907px 2.524413px 0px, white 0.705713px 2.915814px 0px, white -0.287171px 2.986224px 0px, white -1.248441px 2.727892px 0px, white -2.072274px 2.169258px 0px, white -2.66798px 1.371818px 0px, white -2.969977px 0.42336px 0px, white -2.945022px -0.571704px 0px, white -2.59586px -1.503831px 0px, white -1.960931px -2.270407px 0px, white -1.11013px -2.787044px 0px, white -0.137119px -2.996865px 0px, white 0.850987px -2.876773px 0px, white 1.74541px -2.439988px 0px, white 2.447689px -1.734595px 0px, white 2.880511px -0.838247px 0px;
    text-decoration: none;
}
.menuArea > .inner01 > .inner02 > .menuList > li ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 0;
    margin-bottom: 3.3333333333%;
    margin-left: 1px;
    margin-right: 1px;
}
.menuArea > .inner01 > .inner02 > .menuList > li ul li {
    width: 48.9%;
}
.menuArea > .inner01 > .inner02 > .menuList > li ul li > a {
    display: block;
    color: #32318F;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 800;
    font-size: 2.0rem;
    line-height: 1.5;
    text-shadow: white 3px 0px 0px, white 2.834871px 0.981584px 0px, white 2.357662px 1.855109px 0px, white 1.620907px 2.524413px 0px, white 0.705713px 2.915814px 0px, white -0.287171px 2.986224px 0px, white -1.248441px 2.727892px 0px, white -2.072274px 2.169258px 0px, white -2.66798px 1.371818px 0px, white -2.969977px 0.42336px 0px, white -2.945022px -0.571704px 0px, white -2.59586px -1.503831px 0px, white -1.960931px -2.270407px 0px, white -1.11013px -2.787044px 0px, white -0.137119px -2.996865px 0px, white 0.850987px -2.876773px 0px, white 1.74541px -2.439988px 0px, white 2.447689px -1.734595px 0px, white 2.880511px -0.838247px 0px;
    text-decoration: none;
    border: 4px solid #fff;
    background: #E3D6F5;
    border-radius: 20px;
    text-align: center;
    position: relative;
    padding: 31.8181818182% 0 0;
}
.menuArea > .inner01 > .inner02 > .menuList > li ul li > a > span > span {
    position: relative;
    font-size: 2.8rem;
}
.menuArea > .inner01 > .inner02 > .menuList > li ul li > a .thumb {
    position: absolute;
    top: -15.364%;
    left: 50%;
    width: 65.1%;
    -webkit-transform: translateX(-49.8%);
    transform: translateX(-49.8%);
}
.menuArea > .inner01 > .inner02 > .menuList > li ul li:nth-child(2) > a {
    background: #FECBE2;
}
.menuArea > .inner01 > .inner02 > .menuList > li ul li:nth-child(2) > a .thumb {
    top: -16.273%;
    width: 60.4%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.menuArea > .inner01 > .inner02 > .menuList > li ul li:nth-child(3) {
    margin-top: 18px;
}
.menuArea > .inner01 > .inner02 > .menuList > li ul li:nth-child(3) > a {
    background: #F8F3B7;
}
.menuArea > .inner01 > .inner02 > .menuList > li ul li:nth-child(3) > a .thumb {
    top: -15.273%;
    width: 40%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.menuArea > .inner01 > .inner02 > .menuList > li ul li:nth-child(4) {
    margin-top: 18px;
}
.menuArea > .inner01 > .inner02 > .menuList > li ul li:nth-child(4) > a {
    background: #A5DFFA;
}
.menuArea > .inner01 > .inner02 > .menuList > li ul li:nth-child(4) > a .thumb {
    top: -15.273%;
    width: 73.4%;
    -webkit-transform: translateX(-52%);
    transform: translateX(-52%);
}
.sns_wrapper {
    padding: 25px 0 57px;
}
.sns_wrapper .snsBtn02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.sns_wrapper .snsBtn02 li {
    margin: 0 5px;
    line-height: 1;
}
.sFont01 {
	display: inline-block;
	-webkit-transform: rotate(0.03deg);
	transform: rotate(0.03deg);
    }
.sFont02 {
	color: #EA609E;
	font-weight: 800;
}
#ct_bg .color01 {
	color: #EA609E;
}
@media screen and (min-width: 640px) {
    .headTitleArea01 > .inner01 .menu > span:hover > span {
        -webkit-animation: rotateY-anim 1s linear;
        animation: rotateY-anim 1s linear;
    }
    #ct_bg .btn01 a:hover {
        -webkit-animation-duration: .5s;
        animation-duration: .5s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-name: pulse;
        animation-name: pulse;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    #ct_bg .btn02 a:hover {
        -webkit-animation-duration: .5s;
        animation-duration: .5s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-name: pulse;
        animation-name: pulse;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    #ct_bg .btn03 a:hover {
        -webkit-animation-duration: .5s;
        animation-duration: .5s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-name: pulse;
        animation-name: pulse;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        background: #fff;
    }
    #ct_bg .btn04 a:hover {
        -webkit-animation-duration: .5s;
        animation-duration: .5s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-name: pulse;
        animation-name: pulse;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    #ct_bg .mallLinkTxt a:hover {
        -webkit-animation-duration: .5s;
        animation-duration: .5s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-name: pulse;
        animation-name: pulse;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
/*        opacity: 0.7;*/
    }
    #ct_bg .slideArea01 .slide01 a:hover::after {
        border-color: #FAFF00;
    }
    #ct_bg .slideArea01 .slide01 a:hover img {
        opacity: 0.7;
    }
    #ct_bg .frameArea01 .image01:hover img {
        opacity: 0.7;
    }
    #ct_bg .localNav01 li a:hover {
        -webkit-animation-duration: .5s;
        animation-duration: .5s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-name: pulse;
        animation-name: pulse;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    #ct_bg .newsArea01 > .inner01 .newsList02 .newsWrap {
        margin-right: 1.7525%;
    }
    #ct_bg .newsArea01 > .inner01 .newsList02 .newsWrap:nth-child(3n + 3) {
        margin-right: 0;
    }
    #ct_bg .newsArea01 > .inner01 .newsList02 .newsWrap:nth-child(n + 4) {
        margin-top: 20px;
    }
    #ct_bg .newsArea01 > .inner01 .newsList02 .newsWrap a:hover {
        background: #FFF0F7;
    }
    #ct_bg .bannerArea > .inner01 .bannerList01 li {
        margin-right: 2.51%;
    }
    #ct_bg .bannerArea > .inner01 .bannerList01 li:nth-child(3n + 3),
    #ct_bg .bannerArea > .inner01 .bannerList01 li:last-child {
        margin-right: 0;
    }
    #ct_bg .bannerArea > .inner01 .bannerList01 li:nth-child(n + 4) {
        margin-top: 30px;
    }
    #ct_bg .bannerArea > .inner01 .bannerList01 li a:hover img {
        opacity: 0.7;
    }
    #ct_bg .lineupArea02 .lineupItemList01 > .item01 > .inner01 > .inner02 .thumbList li:not(.current):hover {
        opacity: 0.7;
    }
    #ct_bg .lineupArea02 .lineupItemList01 > .item01 > .inner01 > .inner02 .thumbList li:nth-child(2n + 2) {
        margin-right: 0;
    }
    #ct_bg .lineupArea02 .lineupItemList01 > .item01 > .inner01 > .inner02 .thumbList li:nth-child(n + 3) {
        margin-top: 20px;
    }
    .menuArea .menu > span:hover > span {
        -webkit-animation: rotateY-anim 1s linear;
        animation: rotateY-anim 1s linear;
    }
    .menuArea > .inner01 > .inner02 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 89.1666666667%;
    }
    .menuArea > .inner01 > .inner02 > .menuList > li > a:hover {
        -webkit-animation-duration: .5s;
        animation-duration: .5s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-name: pulse;
        animation-name: pulse;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        color: #EA609E;
    }
    .menuArea > .inner01 > .inner02 > .menuList > li ul li > a:hover {
        -webkit-animation-duration: .5s;
        animation-duration: .5s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-name: pulse;
        animation-name: pulse;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 0.7;
    }
    #ct_bg .localNav03 li > a:hover {
        -webkit-animation-duration: .5s;
        animation-duration: .5s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-name: pulse;
        animation-name: pulse;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    #ct_bg .newsArea03 > .inner01 > a {
        display: block;
    }
    #ct_bg .newsArea03 > .inner01 > a:hover {
        -webkit-animation-duration: .5s;
        animation-duration: .5s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-name: pulse;
        animation-name: pulse;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
}
@media only screen and (min-width: 640px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 640px) and (min-device-pixel-ratio: 2) {
    #ct_bg:before {
        background: url("../img/bg_01_pc@2x.jpg") no-repeat center center/cover;
    }
    #ct_bg .frameArea03 > .inner01.typeHowto01.type02::before {
        background: url("../../img/img_index02@2x.png") no-repeat 50% 0/100%;
    }
    #ct_bg .frameArea03 > .inner01.typeHowto01.type02::after {
        background: url("../../img/img_index03@2x.png") no-repeat 100% 0/112%;
    }
    .menuArea {
        background: url("../img/bg_02_pc@2x.jpg") repeat-y 0 0/100%;
    }
}
@media screen and (max-width: 1240px) {
    .headTitleArea01 > .inner01 .title {
        left: 20px;
        margin-left: 0;
    }
    .headTitleArea01 > .inner01 .menu {
        right: 24px;
        margin-right: 0;
    }
    #ct_bg .frameArea03 > .inner01.typeComingsoon01 {
        min-height: 39.6774193548vw;
    }
    #ct_bg .characterArea01 > .inner01 > .inner02 > .inner03 {
        min-height: 64.5161290323vw;
        margin-top: 2.7419354839vw;
    }
    #ct_bg .lineupArea02 .lineupItemList01 > .item01 > .inner01 {
        padding: 3.5483870968vw 2.5806451613vw 4.0322580645vw 2.9032258065vw;
    }
    #ct_bg .lineupArea02 .lineupItemList01 > .item01 > .inner01 > .inner02 .thumbList li {
        padding: 0.3225806452vw;
    }
    #ct_bg .lineupArea02 .lineupItemList01 > .item01 > .inner01 > .inner02 .thumbList li:nth-child(n + 3) {
        margin-top: 1.6129032258vw;
    }
    .menuArea .menu {
        left: initial;
        right: 24px;
        margin-left: 0;
    }
    .menuArea > .inner01 > .inner02 > .menuList > li > a, .menuArea > .inner01 > .inner02 > .menuList > li > span {
        font-size: 2.9032258065vw;
    }
    .menuArea > .inner01 > .inner02 > .menuList > li ul li > a {
        font-size: 1.6129032258vw;
    }
    .menuArea > .inner01 > .inner02 > .menuList > li ul li > a > span > span {
        font-size: 2.2580645161vw;
    }
}
@media screen and (max-width: 1135px) {
    #ct_bg .frameArea03 > .inner01.typeHowto01.type02::before {
        left: 0.8818342152%;
        width: 25.3744493392vw;
    }
    #ct_bg .frameArea03 > .inner01.typeHowto01.type02::after {
        right: 0.8818342152%;
        width: 18.0616740088vw;
    }
}
@media screen and (max-width: 1100px) {
    #ct_bg .titleArea01 .localNav02 {
        justify-content: center;
    }
    #ct_bg .titleArea01 .localNav02 li {
        width: 49.1666666667%;
    }
    #ct_bg .titleArea01 .localNav02 li:nth-child(n + 3) {
        margin-top: 10px;
    }
}
@media screen and (max-width: 1000px) {
    #ct_bg .characterArea01 > .inner01 > .inner02 > .inner03 .character01 .img01 {
        right: -4.1vw;
        height: 67.1vw;
        width: 41.1vw;
    }
    #ct_bg .characterArea01 > .inner01 > .inner02 > .inner03 .character02 .img01 {
        right: 0.8vw;
        height: 67.2vw;
        width: 32.5vw;
    }
	#ct_bg .aboutArea01 > .inner01 .img03.type01 {
		margin-left: calc(29vw - 160px);
	}
	#ct_bg .aboutArea01 > .inner01 .img03.type02 {
		margin-left: calc(54vw - 160px);
	}
	#ct_bg .aboutArea01 > .inner01 .img01 {
		margin-left: -530px;
	}
}
@media screen and (max-width: 900px) {
    #ct_bg .frameArea03 > .inner01 .text05 {
        font-size: 3.5555555556vw;
    }
}
@media screen and (max-width: 890px) {
    #ct_bg .characterArea01 > .inner01 > .inner02 > .inner03 .name {
        font-size: 4.4943820225vw;
    }
    #ct_bg .characterArea01 > .inner01 > .inner02 > .inner03 .nameEn {
        font-size: 2.2471910112vw;
    }
}
@media screen and (max-width: 876px) {
    #ct_bg .heading01.typeAbout img {
        max-width: 100%;
        height: auto;
    }
}
@media screen and (max-width: 870px) {
    #ct_bg .heading01.typeNews img {
        max-width: 100%;
        height: auto;
    }
}
@media screen and (max-width: 850px) {
    #ct_bg .characterArea01 > .inner01 > .inner02 > .inner03 .dlWrap dl dt {
        width: 100%;
    }
    #ct_bg .characterArea01 > .inner01 > .inner02 > .inner03 .dlWrap dl dd {
        width: 100%;
    }
}
@media screen and (max-width: 767px) {
    .menuArea {
        background: url("../img/bg_02_sp.jpg") repeat-y 0 0/100%;
    }
}
@media screen and (max-width: 707px) {
    #ct_bg .heading01.typeCharacter img {
        max-width: 98%;
        height: auto;
    }
}
@media screen and (max-width: 639px) {
	#ct_bg a {
		text-decoration: underline;
	}
    .onlyPC {
        display: none;
    }
    .onlySP {
        display: block;
    }
    img.onlySP {
        display: inline-block;
    }
    .headTitleArea01 > .inner01 {
        padding: 1.5vw 2.5vw;
    }
    .headTitleArea01 > .inner01 .text01 {
        font-size: 1.2rem;
        line-height: 1.3;
    }
    .headTitleArea01 > .inner01 .title {
        left: 0vw;
        width: 27.5vw;
    }
    .headTitleArea01 > .inner01 .menu {
        top: 15vw;
        width: 16.25vw;
        right: 0.5vw;
    }
    #ct_bg:before {
        background: url("../img/bg_01_sp.jpg") no-repeat center center/cover;
    }
    #ct_bg .btn01.type02 a {
        padding-left: 3.5em;
        padding-right: 3.5em;
    }
    #ct_bg .btn01.type03 a {
        padding-left: 0;
        padding-right: 0;
        width: 75vw;
    }
    #ct_bg .btn01.type04 a {
        padding-left: 2em;
        padding-right: 2em;
        width: 88%;
    }
    #ct_bg .btn01.type05 a {
        padding-left: 2em;
        padding-right: 2em;
        width: 88%;
    }
    #ct_bg .btn01.type06 a {
        padding-left: 0;
        padding-right: 0;
        width: 80vw;
    }
    #ct_bg .btn01.type06 a::before {
        right: 3.08vw;
    }
    #ct_bg .btn01 a {
        padding: 7px 10px;
        border-width: 2px;
    }
    #ct_bg .btn01 a span {
        font-size: 4vw;
        line-height: 1.2;
    }
    #ct_bg .btn01 a::before {
        right: 3.35vw;
        width: 4.7vw;
        height: 5.1vw;
        margin-top: -2.52vw;
    }
    #ct_bg .btn02 a {
        max-width: 76vw;
        border-width: 2px;
        padding: 10px 10px;
    }
    #ct_bg .btn02 a span {
        font-size: 4vw;
    }
    #ct_bg .btn02 a::before {
        right: 2.4375vw;
        width: 6.1875vw;
        height: 4.875vw;
        margin-top: -2.4375vw;
    }
    #ct_bg .btn03 a {
        padding: 8.5px 10px 10.5px;
    }
    #ct_bg .btn03 a span {
        font-size: 3.25vw;
        line-height: 1.1;
    }
    #ct_bg .btn03 a::before {
        right: 4vw;
        width: 2.75vw;
        height: 4.25vw;
        margin-top: -2.125vw;
    }
    #ct_bg .btn03 a::after {
        right: 2.5vw;
        width: 2.75vw;
        height: 4.25vw;
        margin-top: -2.125vw;
    }
    #ct_bg .btn04.typeLink a {
        width: 100%;
        border-width: 2px;
        padding: 8px 10px 11px;
    }
    #ct_bg .btn04.typeLink a::before {
        right: 2.8vw;
        width: 5.8vw;
        height: 4.5vw;
        margin-top: -2.25vw;
    }
    #ct_bg .btn04 a {
        border-width: 1.5px;
        padding: 8px 10px 11px;
        line-height: 1;
    }
    #ct_bg .btn04 a span {
        font-size: 3.25vw;
        line-height: 1.1;
    }

	.open-label {
	 font-size: 3.25vw;

	}

    #ct_bg .btn04 a::before {
        right: 2.37vw;
        width: 4.5vw;
        height: 3.3vw;
        margin-top: -2.0325vw;
    }
    #ct_bg .mallLinkTxt a {
        font-size: 6.5vw;
        padding: 2px 10px 9px;
        border: 2px solid #fff;
        -webkit-box-shadow: 0px 2.764px 2.764px 0px rgba(0, 0, 0, 0.25);
        box-shadow: 0px 2.764px 2.764px 0px rgba(0, 0, 0, 0.25);
    }
    #ct_bg .mallLinkTxt a em {
        padding: 4px 0 4px 26px;
        font-size: 3.25vw;
        background: url("../img/ic_05.png") no-repeat 0 50% / 6.125vw;
    }
    #ct_bg .slideArea01 {
        padding-top: 12.5vw;
        padding-bottom: 10vw;
    }
    #ct_bg .slideArea01 .swiper-arrow {
        width: 12.5vw;
        height: 12.5vw;
        margin-top: -6.25vw;
    }
    #ct_bg .slideArea01 .swiper-arrow.swiper-button-prev1 {
        left: -9vw;
    }
    #ct_bg .slideArea01 .swiper-arrow.swiper-button-next1 {
        right: -9vw;
    }
    #ct_bg .slideArea01 .swiper-arrow.swiper-button-prev1::before, #ct_bg .slideArea01 .swiper-arrow.swiper-button-next1::before {
        width: 7.375vw;
        height: 7.375vw;
        margin-top: -3.75vw;
        background-size: contain;
    }
    #ct_bg .slideArea01 .swiper-arrow.swiper-button-prev1::before {
        left: 1.5vw;
        background-size: contain;
    }
    #ct_bg .slideArea01 .swiper-arrow.swiper-button-next1::before {
        right: 1.75vw;
    }
    #ct_bg .slideArea01 .slide01 {
        max-width: 85vw;
    }
    #ct_bg .slideArea01 .slide01 a::after {
        border-width: 2px;
        border-radius: 22.3px;
        width: calc(100% - 4px);
        height: calc(100% - 4px);
    }
    #ct_bg .slideArea01 .slide01 a img {
        border-radius: 22.3px;
    }
    #ct_bg .slideArea02 .swiper-arrow {
        width: 12.5vw;
        height: 12.5vw;
        margin-top: -6.25vw;
    }
    #ct_bg .slideArea02 .swiper-arrow.swiper-button-prev2 {
        left: -1.25vw;
    }
    #ct_bg .slideArea02 .swiper-arrow.swiper-button-next2 {
        right: -1.25vw;
    }
    #ct_bg .slideArea02 .swiper-arrow.swiper-button-prev2::before, #ct_bg .slideArea02 .swiper-arrow.swiper-button-next2::before {
        width: 7.375vw;
        height: 7.375vw;
        margin-top: -3.75vw;
        background-size: contain;
    }
    #ct_bg .slideArea02 .swiper-arrow.swiper-button-prev2::before {
        left: 1.5vw;
        background-size: contain;
    }
    #ct_bg .slideArea02 .swiper-arrow.swiper-button-next2::before {
        right: 1.75vw;
    }
    #ct_bg .slideArea02 .slide02 {
        max-width: 185px;
    }
    #ct_bg .frameArea01 .image01 {
        padding: 1.25vw;
    }
    #ct_bg .frameArea01 .date01 {
        font-size: 2.5vw;
        padding: 0.25vw 0;
    }
    #ct_bg .frameArea01 .title01 {
        font-size: 3.25vw;
    }
    #ct_bg .frameArea01 .text01 {
        font-size: 2.5vw;
    }
    #ct_bg .frameArea01 .btn03 {
        margin-top: 3.75vw;
    }
    #ct_bg .frameArea01 > .inner01 {
        padding: 2.5vw 2.5vw 5vw 2.5vw;
    }
    #ct_bg .frameArea02 {
        width: 100%;
    }
    #ct_bg .frameArea02 + .frameArea02 {
        margin-top: 2.5vw;
    }
    #ct_bg .frameArea02 .image01 {
        padding: 1.25vw;
        width: 44.7%;
    }
    #ct_bg .frameArea02 .image01 .icon {
        top: 3vw;
        left: 3vw;
        width: 6.75vw;
    }
    #ct_bg .frameArea02 .date01 {
        font-size: 2.5vw;
        padding: 0.25vw 0;
    }
    #ct_bg .frameArea02 > .inner01 {
        padding: 1.25vw 1.25vw 3.75vw 0vw;
        width: 55.3%;
    }
    #ct_bg .frameArea02 > .inner01 > .inner02 {
        padding: 1.25vw 3.25vw 1.25vw 1.25vw;
    }
    #ct_bg .frameArea02 > .inner01 > .inner02 > .title01 {
        font-size: 3.25vw;
    }
    #ct_bg .frameArea02 > .inner01 > .inner02 > .text01 {
        font-size: 2.5vw;
    }
    #ct_bg .frameArea02 > .inner01 > .inner02 > .mallLinkTxt {
        margin-top: 2.5vw;
    }
    #ct_bg .frameArea03 + .frameArea03 {
        margin-top: 10vw;
    }
    #ct_bg .frameArea03.typeNews > .inner01 {
        padding: 9vw 4vw 19vw 4vw;
    }
    #ct_bg .frameArea03 > .newsHdg {
        padding: 6.75vw 5vw 4.25vw;
    }
	    #ct_bg .frameArea03 > .newsHdg02 {
        padding: 6.75vw 5vw 4.25vw;
    }
    #ct_bg .frameArea03 > .newsHdg span {
        font-size: 5vw;
    }
	#ct_bg .frameArea03 > .newsHdg02 span {
        font-size: 5vw;
    }
	#ct_bg .frameArea03 > .newsHdg02 span.news02 {
        font-size: 6vw;
    }
    #ct_bg .frameArea03 > .inner01 {
        padding: 9vw 4vw 19vw 4vw;
        background: url("../img/bg_04.jpg") repeat 0 0/55%;
    }
    #ct_bg .frameArea03 > .inner01.typeComingsoon01 {
        min-height: 103vw;
    }
    #ct_bg .frameArea03 > .inner01.typeComingsoon01 .Comingsoon01 {
        bottom: -4.7vw;
    }
    #ct_bg .frameArea03 > .inner01.typeHowto01 {
        padding: 8.75vw 4vw 8.75vw;
    }
    #ct_bg .frameArea03 > .inner01.typeHowto01.type02 {
        padding-bottom: 19vw;
    }
    #ct_bg .frameArea03 > .inner01.typeHowto01.type02::before {
        background: none;
    }
    #ct_bg .frameArea03 > .inner01.typeHowto01.type02::after {
        background: none;
    }
    #ct_bg .frameArea03 > .inner01.typeHowto01 > .inner02 {
        padding-top: 0;
        padding-bottom: 0;
        margin-bottom: 4vw;
    }
    #ct_bg .frameArea03 > .inner01.typeHowto01 > .inner02 > .item01 {
        width: calc(100% + 3.5vw);
    }
    #ct_bg .frameArea03 > .inner01.typeHowto01 > .inner02 > .item01::before {
        top: 10.625vw;
        left: 10.25vw;
        width: 37.5vw;
        height: 37.5vw;
    }
    #ct_bg .frameArea03 > .inner01.typeHowto01 > .inner02 > .item01.type02 {
        width: calc(100% + 5vw);
        margin-right: -5vw;
        margin-left: auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        padding-top: 8vw;
    }
    #ct_bg .frameArea03 > .inner01.typeHowto01 > .inner02 > .item01.type02::before {
        top: 12.25vw;
        left: 44vw;
    }
    #ct_bg .frameArea03 > .inner01.typeHowto01 > .inner02 > .item01 .img01 {
        width: 42.0056497175%;
        margin-top: 6vw;
    }
    #ct_bg .frameArea03 > .inner01.typeHowto01 > .inner02 > .item01 .img01 img {
        width: 100%;
    }
    #ct_bg .frameArea03 > .inner01.typeHowto01 > .inner02 > .item01 .img02 {
        width: 37.8248587571%;
    }
    #ct_bg .frameArea03 > .inner01.typeHowto01 > .inner02 > .item01 .img02 img {
        width: 100%;
    }
    #ct_bg .frameArea03 > .inner01.typeHowto01 > .inner02 > .item01 .textWrap01 {
        width: 53.6723163842%;
        padding-top: 6vw;
        padding-bottom: 0;
    }
    #ct_bg .frameArea03 > .inner01.typeHowto01 > .inner02 > .item01 .textWrap02 {
        width: 59.3220338983%;
        padding-top: 1.75vw;
        padding-bottom: 0;
    }
    #ct_bg .frameArea03 > .inner01.typeHowto02 {
        padding: 8.5vw 4vw 19.25vw;
    }
    #ct_bg .frameArea03 > .inner01.typeHowto02 .textWrap01 {
        width: 100%;
    }
    #ct_bg .frameArea03 > .inner01.typeHowto02 .textWrap01 .heading03 {
        text-align: center;
    }
    #ct_bg .frameArea03 > .inner01.typeHowto02 .textWrap01 + .img01 {
        margin-top: 4.75vw;
    }
    #ct_bg .frameArea03 > .inner01.typeHowto02 .textWrap02 {
        width: 100%;
    }
    #ct_bg .frameArea03 > .inner01.typeHowto02 .textWrap03 {
        width: 55.8823529412%;
    }
    #ct_bg .frameArea03 > .inner01.typeHowto02 .textWrap04 {
        width: 100%;
    }
    #ct_bg .frameArea03 > .inner01.typeHowto02 .textWrap04 .heading03 {
        text-align: center;
    }
    #ct_bg .frameArea03 > .inner01.typeHowto02 .textWrap03 .text08 {
        margin-top: 0;
    }
    #ct_bg .frameArea03 > .inner01.typeHowto02 .heading03 + .img01 {
        margin-top: 4.25vw;
    }
    #ct_bg .frameArea03 > .inner01.typeHowto02 .img01 {
        width: 100%;
    }
    #ct_bg .frameArea03 > .inner01.typeHowto02 .img02 {
        width: 100%;
    }
    #ct_bg .frameArea03 > .inner01.typeHowto02 .img03 {
        margin-top: 17.5vw;
        margin-bottom: 7.5vw;
    }
    #ct_bg .frameArea03 > .inner01.typeHowto02 .img04 {
        width: 41.1764705882%;
    }
    #ct_bg .frameArea03 > .inner01.typeHowto02 .img05 {
        width: 100%;
    }
    #ct_bg .frameArea03 > .inner01.typeHowto02 .img06 {
        margin-top: 5vw;
        width: 100%;
    }
    #ct_bg .frameArea03 > .inner01.typeHowto02 .text09 {
        margin-top: 2.6vw;
        width: 100%;
    }
	#ct_bg .frameArea03 > .inner01.typeHowto02 .text10 {
		margin-top: 0;
		max-width: 260px;
	}
    #ct_bg .frameArea03 > .inner01.typeHowto02 .item01 {
        width: 100%;
    }
    #ct_bg .frameArea03 > .inner01.typeHowto02 .item01 + .item01 {
        margin-top: 7.25vw;
    }
    #ct_bg .frameArea03 > .inner01.typeHowto02 .col01 {
        margin-top: 5vw;
    }
    #ct_bg .frameArea03 > .inner01.typeHowto02 .col02 {
        margin-right: 0;
        width: 100%;
    }
    #ct_bg .frameArea03 > .inner01.typeHowto02 .col03 {
        margin-top: 10px;
        width: 100%;
    }
    #ct_bg .frameArea03 > .inner01.typeHowto02 .col04 {
        margin-top: 20px;
        width: 100%;
    }
    #ct_bg .frameArea03 > .inner01.typeHowto02 .col04 > .text001 {
        font-size: 4.5vw;
    }
    #ct_bg .frameArea03 > .inner01.typeHowto02 .col04 > .text002 {
        font-size: 3.5vw;
    }
    #ct_bg .frameArea03 > .inner01.typeHowto02 .col04 > .image01 {
        margin-top: 20px;
    }
    #ct_bg .frameArea03 > .inner01.typeHowto02 .col04 > .image01 > img {
        width: 100%;
    }

    #ct_bg .frameArea03 > .inner01.typeHowto02 .col05 {
        margin-top: 20px;
        width: 100%;
    }
    #ct_bg .frameArea03 > .inner01.typeHowto02 .col05 > .image01 > img {
        width: 100%;
    }
    #ct_bg .frameArea03 > .inner01.typeHowto02 .col06 {
        width: 100%;
    }
    #ct_bg .frameArea03 > .inner01.typeHowto02 .col06 > .text001 {
        font-size: 4.5vw;
    }
    #ct_bg .frameArea03 > .inner01.typeHowto02 .col06 > .text002 {
        font-size: 3.5vw;
    }

    #ct_bg .frameArea03 > .inner01.typeHowto02 .col07 {
        margin-top: 20px;
        width: 100%;
    }
    #ct_bg .frameArea03 > .inner01.typeHowto02 .col07 > .image01 {
        margin: 0 auto;
        width: 40vw;
    }
    #ct_bg .frameArea03 > .inner01.typeHowto02 .col07 > .image01 > img {
        width: 100%;
    }
    #ct_bg .frameArea03 > .inner01.typeHowto02 .col08 {
        margin-top: 10px;
        width: 100%;
    }
    #ct_bg .frameArea03 > .inner01.typeHowto02 .col08 > .text001 {
        font-size: 4.5vw;
    }
    #ct_bg .frameArea03 > .inner01.typeHowto02 .col08 > .text002 {
        font-size: 3.5vw;
    }


    #ct_bg .frameArea03 > .inner01 .categoryWrap .category {
        font-size: 3.25vw;
        padding: 2px 6px;
    }
    #ct_bg .frameArea03 > .inner01 .categoryWrap .date {
        font-size: 3.5vw;
    }
    #ct_bg .frameArea03 > .inner01 .text01 {
        font-size: 3.5vw;
        margin-top: 5vw;
    }
    #ct_bg .frameArea03 > .inner01 .text02 {
        font-size: 4.5vw;
        margin-top: 5vw;
    }
    #ct_bg .frameArea03 > .inner01 .text03 {
        text-align: left;
        font-size: 5vw;
    }
    #ct_bg .frameArea03 > .inner01 .text04 {
        font-size: 3.5vw;
        margin-bottom: 0.25vw;
    }
    #ct_bg .frameArea03 > .inner01 .text05 {
        font-size: 5vw;
    }
    #ct_bg .frameArea03 > .inner01 .text06 {
        font-size: 3.5vw;
    }
    #ct_bg .frameArea03 > .inner01 .text07 {
        font-size: 4.5vw;
    }
    #ct_bg .frameArea03 > .inner01 .text08 {
        font-size: 4.5vw;
    }
    #ct_bg .frameArea03 > .inner01 .text09 {
        font-size: 3.5vw;
    }
    #ct_bg .frameArea03 > .inner01 > .btn04 {
        margin-top: 5vw;
    }
    #ct_bg .frameArea03 > .inner01 .box04 + .textWrap02 {
        margin-top: 5vw;
    }
	#ct_bg .frameArea03 > .inner01 .textWrap01 {
		margin-top: 20px;
	}
	#ct_bg .frameArea03 > .inner01 .textWrap01 > .text01 {
		width: 100%;
	}
	#ct_bg .frameArea03 > .inner01 .textWrap01 > .img01 {
		max-width: 200px;
		margin-top: 20px;
		margin-left: auto;
		margin-right: auto;
	}
	#ct_bg .frameArea03 > .inner01 .textWrap01 > .img02 {
		max-width: 260px;
		margin-left: auto;
		margin-right: auto;
	}
	#ct_bg .frameArea03 > .inner01 .newsSection01 {
		margin-top: 7.5vw;
        padding-top: 8.75vw;
        background: url("../img/bg_05_sp.png") no-repeat 50% 0/100%;
	}
    #ct_bg .frameArea04 + .frameArea03 {
        margin-top: 10vw;
    }
    #ct_bg .frameArea04 > .inner01 {
        padding: 9.25vw 4vw;
    }
    #ct_bg .frameArea05 {
        border-radius: 22px;
        padding: 2px;
    }
    #ct_bg .frameArea05 img {
        border-radius: 20px;
    }
	#ct_bg .newsWrap01 {
		display: block;
	}
	#ct_bg .frameArea06 {
		margin-top: 40px;
		max-width: 100%;
		box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	}
	#ct_bg .frameArea06 + .frameArea06 {
		margin-left: 0;
		margin-top: 10px;
	}
	#ct_bg .frameArea06 > a {
		display: flex;
	}
	#ct_bg .frameArea06 > a > .img01 {
		max-width: 150px;
	}
	#ct_bg .frameArea06 > a > .textArea01 {
		padding: 0;
		padding-left: 10px;
		width: calc(100% - 150px);
	}
	#ct_bg .frameArea06 > a > .textArea01 > .textArea02 > .txt01,
	#ct_bg .frameArea06 > a > .textArea01 > .textArea02 > .txt02 {
		font-size: 1.3rem;
	}
	#ct_bg .frameArea06 > a > .textArea01 > .txt01 {
		font-size: 1.4rem;
	}
    #ct_bg .frameArea07 {
        margin-top: 40px;
        padding-bottom: 0;
    }
    #ct_bg .frameArea07 + .item01 {
        margin-top: 40px;
    }

    #ct_bg .frameArea07 > .inner01 {
        margin-top: 60.75vw;
    }
    #ct_bg .frameArea07 > .image01 {
        top: 23.25vw;
        left: 0;
        margin-inline: calc(50% - 50vw);
        width: 100vw;
    }
    #ct_bg .frameArea07 > .image02 {
        position: inherit;
        top: 0;
        right: 0;
        margin: 5vw auto 0;
        width: 82.5vw;
    }
    #ct_bg .movieFrame02 {
        padding: 4px;
    }
    #ct_bg .movieFrame02 .new {
        top: -8vw;
        right: -2.5vw;
        width: 11.4375vw;
        height: 11.0625vw;
    }
    #ct_bg .movieCaption01 {
        font-size: 3.5vw;
        margin-top: 4vw;
    }
    #ct_bg .movieCaption01 .date {
        font-size: 3.0625vw;
    }
    #ct_bg .movieList01 li {
        width: 100%;
    }
    #ct_bg .movieList01 li:nth-child(n + 2) {
        margin-top: 9.25vw;
    }
    #ct_bg .heading01.typeAbout img {
        height: 11.1375vw;
    }
    #ct_bg .heading01.typeLineup img {
        height: 11vw;
    }
    #ct_bg .heading01.typeQa img {
        height: 11vw;
    }
    #ct_bg .heading01.typeCharacter img {
        height: 10.5vw;
    }
    #ct_bg .heading01.typeNews img {
        height: 10.5vw;
    }
    #ct_bg .heading02 {
        font-size: 7.5vw;
    }
    #ct_bg .heading02.type01 {
        margin-bottom: 13.5vw;
    }
    #ct_bg .heading02.type01::before {
        bottom: -7.5vw;
        width: 20vw;
        height: 2vw;
    }
    #ct_bg .heading03 {
        font-size: 7.5vw;
    }
    #ct_bg .heading03 .subTitle01 {
        font-size: 5vw;
    }
    #ct_bg .heading03 .subTitle02 {
        font-size: 5vw;
    }
    #ct_bg .heading03 .subTitle03 {
        font-size: 4vw;
    }
    #ct_bg .heading04 {
        font-size: 5vw;
        margin-bottom: 4.8vw;
    }
    #ct_bg .heading04 span {
        font-size: 7.5vw;
    }
    #ct_bg .heading04.type02::after {
        width: 80px;
    }
    #ct_bg .heading05 {
        font-size: 5vw;
        margin-bottom: 7.5vw;
    }
    #ct_bg .box01 {
        width: 95vw;
        height: 122.5vw;
        margin: 10vw auto 0;
        font-size: 7.5vw;
    }
    #ct_bg .box01.type02 {
        width: 95vw;
        height: 100vw;
    }
    #ct_bg .box02 + .btn04 {
        margin-top: 5vw;
    }
    #ct_bg .box03 .textWrap {
        width: 100%;
        padding-top: 0;
        padding-bottom: 4.75vw;
    }
    #ct_bg .box03 .img01 {
        width: 100%;
        text-align: center;
    }
    #ct_bg .box03 .img01 img {
        width: 52.5vw;
    }
    #ct_bg .box03 .hdg {
        font-size: 5vw;
    }
    #ct_bg .box03 .text01 {
        font-size: 3.5vw;
    }
    #ct_bg .box04 {
        padding: 4.75vw 4.75vw 7vw;
    }
    #ct_bg .box04 .wrap01 {
        margin-left: -2.5vw;
        margin-right: -2.5vw;
    }
    #ct_bg .box04 .wrap01 .img02 + .img02 {
        margin-top: 2.875vw;
    }
    #ct_bg .box04 > .image01 {
        position: inherit;
        right: 0;
        top: 0;
        margin: 2.5vw auto 0;
        width: 36.75vw;
    }
    #ct_bg .box04 > .image02 {
        position: inherit;
        right: 0;
        top: 0;
        margin: 2.5vw auto 0;
        width: 100%;
    }
    #ct_bg .box05 {
        padding: 5vw;
    }
    #ct_bg .box05 > .wrap01 {
        margin-left: 0;
        margin-right: 0;
    }
    #ct_bg .mainArea01 {
/*        padding-bottom: 10vw;*/
    }
    #ct_bg .mainArea01 .img01 {
        margin-bottom: 8%;
    }
    #ct_bg .mainArea01 > .globalNavigationArea {
        display: none;
    }
    #ct_bg .mainArea01 > .inner01 {
        margin-top: 10vw;
        padding-left: 2.5vw;
        padding-right: 2.5vw;
    }
    #ct_bg .mainArea01 > .inner01 .movieFrame01 {
        padding: 2px;
    }
    #ct_bg .mainArea01 > .inner01 .btn01 {
        margin-top: 5vw;
    }
    #ct_bg .infoBox01 {
        max-width: 100%;
        margin: 40px 2.5vw 0;
    }
    #ct_bg .infoBox01 a {
        padding: 10px 17px 13px;
    }
    #ct_bg .infoBox01 a:hover {
        opacity: 1;
    }
    #ct_bg .infoBox01 .hdg {
        font-size: 1.8rem;
        padding-bottom: 10px;
        margin-bottom: 8px;
    }
    #ct_bg .infoBox01 ul li {
        font-size: 1.3rem;
    }
    .modal {
        padding: 0 5vw;
    }
    .modal-content {
        padding: 9vw 4.3vw;
    }
    .modal-content p {
        font-size: 1.4rem;
    }
    .close-btn {
        top: -3.25vw;
        right: -3.25vw;
        width: 12.5vw;
        height: 12.5vw;
    }
    #ct_bg .localNav01 {
        margin-top: 0;
    }
    #ct_bg .localNav01 li {
        margin-top: 0;
        width: 48.68%;
    }
    #ct_bg .localNav01 li:nth-child(3),
    #ct_bg .localNav01 li:nth-child(4) {
        margin-top: 2.5vw;
    }
    #ct_bg .localNav01 li:nth-child(5) {
        margin-top: 5vw;
    }
    #ct_bg .lineupArea01 {
        padding-top: 15vw;
        padding-bottom: 20vw;
        background: #EA609E url("../img/bg_03_sp.jpg") no-repeat 50% 0/100%;
    }
    #ct_bg .lineupArea01 > .inner01 {
        padding: 10vw 2.5vw 10vw;
    }
    #ct_bg .lineupArea01 > .inner02 {
        padding: 10vw 2.5vw 0;
    }
    #ct_bg .aboutArea01 {
        padding-top: 15.2vw;
        padding-bottom: 12.5vw;
    }
    #ct_bg .aboutArea01 > .inner01 {
        padding: 9.75vw 2.5vw 7.6vw;
    }
    #ct_bg .aboutArea01 > .inner01 .text01 {
        font-size: 4.5vw;
    }
    #ct_bg .aboutArea01 > .inner01 .text01 .himari01 {
        font-size: 4.5vw;
    }
    #ct_bg .aboutArea01 > .inner01 .text01 .mitsuki01 {
        font-size: 4.5vw;
    }
    #ct_bg .aboutArea01 > .inner01 .text01 .himari02 {
        font-size: 5vw;
    }
    #ct_bg .aboutArea01 > .inner01 .text01 .mitsuki02 {
        font-size: 5vw;
    }
    #ct_bg .aboutArea01 > .inner01 .text01 .himari03 {
        font-size: 5vw;
    }
    #ct_bg .aboutArea01 > .inner01 .text01 .mitsuki03 {
        font-size: 5vw;
    }
    #ct_bg .aboutArea01 > .inner01 .text01.type02 {
        margin-top: 11.25vw !important;
    }
    #ct_bg .aboutArea01 > .inner01 .text01 + .text01 {
        margin-top: 7.5vw;
    }
    #ct_bg .aboutArea01 > .inner01 .img01 {
        bottom: 22.65vw;
        margin-left: -47.2vw;
        width: 48.25vw;
    }
    #ct_bg .aboutArea01 > .inner01 .img02 {
        bottom: 22.98vw;
        margin-left: -0.3vw;
        width: 48.6vw;
    }
    #ct_bg .aboutArea01 > .inner01 .img03 {
        margin-top: 10.875vw;
        margin-bottom: 73.3vw;
    }
    #ct_bg .aboutArea01 > .inner01 .img03 img {
        width: 84.665vw;
        -webkit-box-shadow: 0px 0px 5.3px 5.3px #FFF;
        box-shadow: 0px 0px 5.3px 5.3px #FFF;
    }
	#ct_bg .aboutArea01 > .inner01 .img03.type01 {
		width: 60%;
		margin-left: 0px;
		margin-bottom: 0;
	}
	#ct_bg .aboutArea01 > .inner01 .img03.type02 {
		width: 60%;
		margin-left: 40%;
		margin-top: -30px;
		margin-bottom: 81.3vw;
	}
    #ct_bg .aboutArea01 > .inner01 .btn04 {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
    #ct_bg .characterArea01 {
        padding-left: 2.5vw;
        padding-right: 2.5vw;
    }
    #ct_bg .characterArea01 > .inner01 {
        padding: 1vw;
    }
    #ct_bg .characterArea01 > .inner01 > .inner02 {
        background: url("../img/bg_04.jpg") repeat 0 0/55%;
        padding: 12vw 4vw 15vw;
    }
    #ct_bg .characterArea01 > .inner01 > .inner02 > .inner03 {
        min-height: inherit;
        margin-top: 10.5vw;
    }
    #ct_bg .characterArea01 > .inner01 > .inner02 > .inner03 .character01::before {
        top: 3vw;
        left: 1.9vw;
        width: 33vw;
        height: 29.5vw;
    }
    #ct_bg .characterArea01 > .inner01 > .inner02 > .inner03 .character01 {
        width: 100%;
        padding-top: 11vw;
        padding-left: 0;
    }
    #ct_bg .characterArea01 > .inner01 > .inner02 > .inner03 .character01 .img01 {
        top: -2.1vw;
        right: -6vw;
        height: auto;
        width: 73.5vw;
    }
    #ct_bg .characterArea01 > .inner01 > .inner02 > .inner03 .character02 {
        margin-top: 26.9vw;
    }
    #ct_bg .characterArea01 > .inner01 > .inner02 > .inner03 .character02::before {
        top: -12vw;
        left: 1.3vw;
        width: 34.75vw;
        height: 33.5vw;
    }
    #ct_bg .characterArea01 > .inner01 > .inner02 > .inner03 .character02 {
        width: 100%;
        padding-top: 0;
        padding-right: 0;
    }
    #ct_bg .characterArea01 > .inner01 > .inner02 > .inner03 .character02 .img01 {
        top: -15.5vw;
        right: -4.2vw;
        height: auto;
        width: 57.7vw;
    }
    #ct_bg .characterArea01 > .inner01 > .inner02 > .inner03 .character02 .name, #ct_bg .characterArea01 > .inner01 > .inner02 > .inner03 .character02 .nameEn {
        text-align: left;
    }
    #ct_bg .characterArea01 > .inner01 > .inner02 > .inner03 .name {
        font-size: 7vw;
        width: 37.5vw;
        margin-left: 0.25vw;
    }
    #ct_bg .characterArea01 > .inner01 > .inner02 > .inner03 .nameEn {
        font-size: 4vw;
        margin-left: 0;
    }
    #ct_bg .characterArea01 > .inner01 > .inner02 > .inner03 > .character01 .nameEn {
        margin-left: 4.5vw;
    }
    #ct_bg .characterArea01 > .inner01 > .inner02 > .inner03 .voice {
        margin-top: 2vw;
        margin-left: 3.75vw;
    }
    #ct_bg .characterArea01 > .inner01 > .inner02 > .inner03 .text01 {
        font-size: 3.5vw;
        width: 100%;
        margin-top: 21vw;
    }
    #ct_bg .characterArea01 > .inner01 > .inner02 > .inner03 .dlWrap {
        margin-top: 3.75vw;
    }
    #ct_bg .characterArea01 > .inner01 > .inner02 > .inner03 .dlWrap dl {
        padding: 1.35vw 0;
    }
    #ct_bg .characterArea01 > .inner01 > .inner02 > .inner03 .dlWrap dl dt {
        width: inherit;
        font-size: 3.5vw;
        min-width: 10.4em;
    }
    #ct_bg .characterArea01 > .inner01 > .inner02 > .inner03 .dlWrap dl dd {
        width: inherit;
        font-size: 3.5vw;
    }
    #ct_bg .newsArea01 {
        padding-top: 15vw;
        padding-bottom: 15vw;
    }
    #ct_bg .newsArea01 > .inner01 {
        padding: 11vw 2.5vw 0;
    }
    #ct_bg .newsArea01 > .inner01 .newsList02 .newsWrap {
        width: 100%;
    }
    #ct_bg .newsArea01 > .inner01 .newsList02 .newsWrap:nth-child(n + 2) {
        margin-top: 2.5vw;
    }
    #ct_bg .newsArea01 > .inner01 .newsList02 .newsWrap a {
        padding: 2.5vw 2.5vw 2.5vw;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    #ct_bg .newsArea01 > .inner01 .newsList02 .newsWrap a > .thumb {
        width: 41.6666666667%;
    }
    #ct_bg .newsArea01 > .inner01 .newsList02 .newsWrap a > .inner01 {
        padding: 0;
        width: 55.5555555556%;
    }
    #ct_bg .newsArea01 > .inner01 .newsList02 .newsWrap a > .inner01 > .inner02 .category {
        font-size: 3.25vw;
        padding: 2px 6px;
    }
    #ct_bg .newsArea01 > .inner01 .newsList02 .newsWrap a > .inner01 > .inner02 .date {
        font-size: 3.25vw;
    }
    #ct_bg .newsArea01 > .inner01 .newsList02 .newsWrap a > .inner01 .text01 {
        font-size: 3.5vw;
    }
    #ct_bg .newsArea01 > .inner01 .btn01 {
        margin-top: 10vw;
    }
    #ct_bg .newsArea02 {
        margin-top: -28.25vw;
    }
    #ct_bg .newsArea02 .inner01 {
        padding-left: 2.5vw;
        padding-right: 2.5vw;
    }
    #ct_bg .newsArea02 .inner01 > .frameArea03 + .frameArea03 {
        margin-top: 10vw;
    }
    #ct_bg .newsArea03 {
        padding-top: 15vw;
        padding-bottom: 20vw;
    }
    #ct_bg .newsArea03 > .inner01 {
        padding: 0 2.5vw 0;
    }
    #ct_bg .newsArea03 > .inner01 .frameArea05 {
        margin-top: 11vw;
    }
    #ct_bg .newsArea03 > .inner01 .btn01 {
        margin-top: 5vw;
    }
    #ct_bg .howtoArea01 {
        margin-top: -24.75vw;
    }
    #ct_bg .howtoArea01 > .inner01 {
        padding-left: 2.5vw;
        padding-right: 2.5vw;
    }
    #ct_bg .howtoArea01 > .inner01 .inner02 + .inner02 {
        margin-top: 7.5vw;
        padding-top: 14.75vw;
        background: url("../img/bg_05_sp.png") no-repeat 50% 0/100%;
    }
    #ct_bg .howtoArea02 {
        padding-top: 15vw;
        padding-bottom: 15vw;
    }
    #ct_bg .howtoArea02 > .inner01 {
        padding: 0vw 2.5vw 0;
    }
    #ct_bg .howtoArea02 > .inner01 section + section {
        margin-top: 10vw;
    }
    #ct_bg .howtoArea02 > .inner01 .heading02 + .text01 {
        margin-top: 2.5vw;
    }
    #ct_bg .howtoArea02 > .inner01 .text01 {
        font-size: 3.5vw;
    }
    #ct_bg .bannerArea {
        padding-top: 15vw;
        padding-bottom: 9.25vw;
    }
    #ct_bg .bannerArea > .inner01 {
        padding: 0;
    }
    #ct_bg .bannerArea > .inner01 .bannerList01 {
        padding: 0 12.5vw;
    }
    #ct_bg .bannerArea > .inner01 .bannerList01 li {
        width: 100%;
    }
    #ct_bg .bannerArea > .inner01 .bannerList01 li:nth-child(n + 2) {
        margin-top: 2.5vw;
    }
    #ct_bg .bannerArea > .inner01 .bannerList01 li a {
        border-radius: 2.5vw;
    }
    #ct_bg .bannerArea > .inner01 .bannerList01 li a img {
        border-radius: 2vw;
    }
    #ct_bg .bannerArea > .inner01 .copyright {
        font-size: 3vw;
        margin-top: 10.25vw;
    }
    #ct_bg .titleArea01 {
        padding-top: 10.15vw;
        background: #EA609E url("../img/bg_03_sp.jpg") no-repeat 50% 0/100%;
    }
    #ct_bg .titleArea01.typeQa {
        padding-top: 13.5vw;
    }
    #ct_bg .titleArea01.typeQa > .inner01 {
        padding-bottom: 5.75vw;
    }
    #ct_bg .titleArea01.typeNews {
        padding-top: 12.5vw;
    }
    #ct_bg .titleArea01.typeNews > .inner01 {
        padding-bottom: 36.75vw;
    }
    #ct_bg .titleArea01.typeHowto {
        padding-top: 10.15vw;
    }
    #ct_bg .titleArea01.typeHowto > .inner01 {
        padding-bottom: 36.75vw;
    }
    #ct_bg .titleArea01.typeMovie {
        padding-top: 10.4vw;
    }
    #ct_bg .titleArea01.typeMovie > .inner01 {
        padding-bottom: 36.4vw;
    }
    #ct_bg .titleArea01.typeNewsComingSoon {
        padding-top: 9.8vw;
    }
    #ct_bg .titleArea01.typeNewsComingSoon > .inner01 {
        padding-bottom: 37vw;
    }
    #ct_bg .titleArea01.typeQaComingSoon {
        padding-top: 10.3vw;
    }
    #ct_bg .titleArea01.typeQaComingSoon > .inner01 {
        padding-bottom: 36vw;
    }
    #ct_bg .titleArea01 > .inner01 {
        padding: 0 2.5vw 10vw;
    }
    #ct_bg .titleArea01 .localNav02 {
        padding-left: 2.5vw;
        padding-right: 2.5vw;
        padding-bottom: 7.5vw;
    }
    #ct_bg .titleArea01 .localNav02 li:nth-child(n + 3) {
        margin-top: 2.5vw;
    }
    #ct_bg .titleArea01 .localNav02 li a {
        padding: 7.5px 10px 12.5px;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    #ct_bg .titleArea01 .localNav02 li a span {
        font-size: 3.25vw;
    }
    #ct_bg .titleArea01 .localNav02 li a::before {
        width: 2.0625vw;
        height: 3.1875vw;
        right: 3.5vw;
        margin-top: -2vw;
    }
    #ct_bg .titleArea01 .localNav02 li a::after {
        width: 2.0625vw;
        height: 3.1875vw;
        right: 3.5vw;
        margin-top: -1vw;
    }
    #ct_bg .localNav03Wrap {
        padding: 0 7.25vw 5vw;
    }
    #ct_bg .localNav03 li {
        width: 48.7%;
    }
    #ct_bg .localNav03 li > a {
        font-size: 4vw;
        border: 3px solid #fff;
        border-radius: 16px;
        padding: 12.55vw 0 0.05vw;
    }
    #ct_bg .localNav03 li > a > span > span {
        font-size: 5.5vw;
    }
    #ct_bg .localNav03 li > a .thumb {
        top: -3vw;
        width: 26vw;
        -webkit-transform: translateX(-49.8%);
        transform: translateX(-49.8%);
    }
    #ct_bg .localNav03 li:nth-child(2) > a .thumb {
        top: -3vw;
        width: 24vw;
        -webkit-transform: translateX(-49%);
        transform: translateX(-49%);
    }
    #ct_bg .localNav03 li:nth-child(3) {
        margin-top: 2.75vw;
    }
    #ct_bg .localNav03 li:nth-child(3) > a .thumb {
        top: -2.25vw;
        width: 16.25vw;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    #ct_bg .localNav03 li:nth-child(4) {
        margin-top: 2.75vw;
    }
    #ct_bg .localNav03 li:nth-child(4) > a .thumb {
        top: -3vw;
        width: 28.25vw;
        -webkit-transform: translateX(-51.5%);
        transform: translateX(-51.5%);
    }
    #ct_bg .lineupArea02 {
        padding-top: 4.7vw;
        padding-bottom: 56.25vw;
        border-top: 2px solid #fff;
        border-bottom: 2px solid #fff;
    }
    #ct_bg .lineupArea02 .lineupItemList01 {
        padding-left: 2.5vw;
        padding-right: 2.5vw;
    }
    #ct_bg .lineupArea02 .lineupItemList01 > .item01 + .item01, #ct_bg .lineupArea02 .lineupItemList01 > .item01 + .frameArea03 {
        margin-top: 10vw;
    }
    #ct_bg .lineupArea02 .lineupItemList01 > .item01 > .inner01 {
        padding: 9.25vw 4vw 19vw;
        background: url("../img/bg_04.jpg") repeat 0 0/55%;
    }
    #ct_bg .lineupArea02 .lineupItemList01 > .item01 > .inner01 .name {
        font-size: 5vw;
        padding-left: 10vw;
        padding-right: 3.75vw;
        text-shadow: white 2px 0px 0px, white 1.755165px 0.958851px 0px, white 1.080605px 1.682942px 0px, white 0.141474px 1.99499px 0px, white -0.832294px 1.818595px 0px, white -1.602287px 1.196944px 0px, white -1.979985px 0.28224px 0px, white -1.872913px -0.701566px 0px, white -1.307287px -1.513605px 0px, white -0.421592px -1.95506px 0px, white 0.567324px -1.917849px 0px, white 1.41734px -1.411081px 0px, white 1.920341px -0.558831px 0px;
        background: url("../img/ic_14.png") no-repeat 0 0/7.5vw;
    }
    #ct_bg .lineupArea02 .lineupItemList01 > .item01 > .inner01 .name::before {
        top: -6vw;
        right: 4vw;
        width: 10.6205vw;
        height: 8.6295vw;
    }
    #ct_bg .lineupArea02 .lineupItemList01 > .item01 > .inner01 .name::after {
        top: -0.95vw;
        right: -2vw;
        width: 9.79825vw;
        height: 9.79825vw;
    }
    #ct_bg .lineupArea02 .lineupItemList01 > .item01 > .inner01 > .inner02 {
        margin-top: 4.75vw;
    }
    #ct_bg .lineupArea02 .lineupItemList01 > .item01 > .inner01 > .inner02 .mainImg {
        width: 100%;
    }
    #ct_bg .lineupArea02 .lineupItemList01 > .item01 > .inner01 > .inner02 .thumbList {
        width: 100%;
        margin-top: 2.5vw;
    }
    #ct_bg .lineupArea02 .lineupItemList01 > .item01 > .inner01 > .inner02 .thumbList li {
        padding: 2px;
        width: 22.64%;
        margin-right: 3.146%;
    }
    #ct_bg .lineupArea02 .lineupItemList01 > .item01 > .inner01 > .inner02 .thumbList li:nth-child(4n + 4) {
        margin-right: 0;
    }
    #ct_bg .lineupArea02 .lineupItemList01 > .item01 > .inner01 > .inner02 .thumbList li:nth-child(n + 3) {
        margin-top: 0;
    }
    #ct_bg .lineupArea02 .lineupItemList01 > .item01 > .inner01 > .inner02 .thumbList li:nth-child(n + 5) {
        margin-top: 2.5vw;
    }
    #ct_bg .lineupArea02 .lineupItemList01 > .item01 > .inner01 > .inner03 {
        margin-top: 10vw;
        margin-right: 0;
    }
    #ct_bg .lineupArea02 .lineupItemList01 > .item01 > .inner01 > .inner03 + .text01 {
        margin-top: 7.5vw;
    }
    #ct_bg .lineupArea02 .lineupItemList01 > .item01 > .inner01 > .text01 {
        font-size: 3.5vw;
    }
    #ct_bg .lineupArea02 .lineupItemList01 > .item01 > .inner01 > .text01 + .btn04 {
        margin-top: 7.5vw;
    }
    #ct_bg .lineupArea02 .lineupItemList01 > .item01 > .inner01 > .text02 {
        font-size: 2.0rem;
    }
    #ct_bg .lineupArea02 .lineupItemList01 > .item01 > .inner01 > .text03 {
        font-size: 1.8rem;
    }
    #ct_bg .lineupArea02 .lineupItemList01 > .item01 > .inner01 > .box02 {
        padding: 4vw 4.75vw 4.75vw;
        margin-right: 0;
    }
    #ct_bg .lineupArea02 .lineupItemList01 > .item01 > .inner01 > .box02 > .hdg {
        font-size: 3.5vw;
        margin-bottom: 2.5vw;
    }
    #ct_bg .lineupArea02 .lineupItemList01 > .item01 > .inner01 > .box02 > .text02 {
        font-size: 3.25vw;
    }
    #ct_bg .lineupArea02 .lineupItemList01 > .item01 > .inner01 > .box02 + .btn04 {
        margin-top: 5vw;
    }
    #ct_bg .lineupArea02 .lineupItemList01 > .item01 > .inner01 .btn04 a {
        width: 100%;
    }
    #ct_bg .lineupArea02 .lineupItemList01 > .noteList01 {
        margin-top: 10vw;
    }
    #ct_bg .lineupArea02 .lineupItemList01 > .noteList01 > li {
        font-size: 3.5vw;
    }
    #ct_bg .qaArea01 {
        margin-top: -2.5vw;
    }
    #ct_bg .qaArea01 > .inner01 {
        padding-left: 2.5vw;
        padding-right: 2.5vw;
    }
    #ct_bg .qaArea01 > .inner01 .qaSection01 .qaTitle01, #ct_bg .qaArea01 > .inner01 .qaSection02 .qaTitle01 {
        font-size: 2rem;
        margin-bottom: 7.5vw;
    }
    #ct_bg .qaArea01 > .inner01 .qaSection01 .text01 + .qaTitle02, #ct_bg .qaArea01 > .inner01 .qaSection02 .text01 + .qaTitle02 {
        margin-top: 5vw;
    }
    #ct_bg .qaArea01 > .inner01 .qaSection01 .qaTitle02, #ct_bg .qaArea01 > .inner01 .qaSection02 .qaTitle02 {
        font-size: 4.5vw;
        padding-top: 3.5vw;
        padding-left: 12.5vw;
        min-height: 9.75vw;
        margin-bottom: 5vw;
        background: url("../img/ic_15.svg") no-repeat 0 0 / 10vw;
    }
	#ct_bg .qaArea01 > .inner01 .qaSection01 .qaTitle02 > span {
		font-size: 1.6rem;
	}
    #ct_bg .qaArea01 > .inner01 .qaSection01 .qaList .qaWrap .icon, #ct_bg .qaArea01 > .inner01 .qaSection02 .qaList .qaWrap .icon {
        width: 10vw;
        height: 10vw;
        font-size: 5vw;
    }
    #ct_bg .qaArea01 > .inner01 .qaSection01 .qaList .qaWrap .q, #ct_bg .qaArea01 > .inner01 .qaSection02 .qaList .qaWrap .q {
        font-size: 5vw;
        padding-top: 1.75vw;
        padding-left: 12.5vw;
        min-height: 10vw;
        margin-bottom: 5vw;
    }
    #ct_bg .qaArea01 > .inner01 .qaSection01 .qaList .qaWrap .a, #ct_bg .qaArea01 > .inner01 .qaSection02 .qaList .qaWrap .a {
        font-size: 1.4rem;
        padding-top: 1vw;
        padding-left: 12.5vw;
    }
    #ct_bg .qaArea01 > .inner01 .qaSection01 .textWrap01, #ct_bg .qaArea01 > .inner01 .qaSection02 .textWrap01 {
        width: 100%;
    }
    #ct_bg .qaArea01 > .inner01 .qaSection01 .img01, #ct_bg .qaArea01 > .inner01 .qaSection02 .img01 {
        width: 100%;
        margin-top: 4.75vw;
    }
    #ct_bg .qaArea01 > .inner01 .qaSection01 .img01 + .qaTitle02, #ct_bg .qaArea01 > .inner01 .qaSection02 .img01 + .qaTitle02 {
        margin-top: 7.25vw;
    }
    #ct_bg .qaArea01 > .inner01 .qaSection01 .col01, #ct_bg .qaArea01 > .inner01 .qaSection02 .col01 {
        margin-top: 7.5vw;
    }
    #ct_bg .qaArea01 > .inner01 .qaSection01 + .qaSection01 {
        margin-top: 7.5vw;
        padding-top: 14.75vw;
        background: url("../img/bg_05_sp.png") no-repeat 50% 0/100%;
    }
    #ct_bg .movieArea01 {
        margin-top: -24.5vw;
        margin-bottom: 5vw;
    }
    #ct_bg .movieArea01 > .inner01 {
        padding-left: 2.5vw;
        padding-right: 2.5vw;
    }
    .menuArea .menu {
        top: 15vw;
        width: 16.25vw;
        right: 0.5vw;
    }
    .menuArea > .inner01 {
        padding-left: 7.5vw;
        padding-right: 7.5vw;
    }
    .menuArea > .inner01 > .inner02 > .inner03 {
        display: none;
    }
    .menuArea > .inner01 > .inner02 > .menuList {
        width: 100%;
        padding-top: 6.5vw;
        padding-bottom: 21.25vw;
    }
    .menuArea > .inner01 > .inner02 > .menuList > li + li:before {
        left: -5px;
        height: 7px;
        width: calc(100% + 5px);
        background-size: 9.45px 9.45px;
        background-image: radial-gradient(#fff 20%, transparent 30%);
    }
    .menuArea > .inner01 > .inner02 > .menuList > li > a, .menuArea > .inner01 > .inner02 > .menuList > li > span {
        font-size: 7vw;
        padding: 6.25vw 0 4vw;
        text-shadow: white 2px 0px 0px, white 1.755165px 0.958851px 0px, white 1.080605px 1.682942px 0px, white 0.141474px 1.99499px 0px, white -0.832294px 1.818595px 0px, white -1.602287px 1.196944px 0px, white -1.979985px 0.28224px 0px, white -1.872913px -0.701566px 0px, white -1.307287px -1.513605px 0px, white -0.421592px -1.95506px 0px, white 0.567324px -1.917849px 0px, white 1.41734px -1.411081px 0px, white 1.920341px -0.558831px 0px;
    }
    .menuArea > .inner01 > .inner02 > .menuList > li > a.title, .menuArea > .inner01 > .inner02 > .menuList > li > span.title {
        padding: 6vw 0 3.25vw;
    }
    .menuArea > .inner01 > .inner02 > .menuList > li ul {
        margin-top: 0;
        margin-bottom: 3.75vw;
        margin-left: 0;
        margin-right: 0;
    }
    .menuArea > .inner01 > .inner02 > .menuList > li ul li > a {
        border-width: 3px;
        border-radius: 16px;
        font-size: 4vw;
        padding-top: 12.5vw;
        padding-bottom: 0.5vw;
        text-shadow: white 2px 0px 0px, white 1.755165px 0.958851px 0px, white 1.080605px 1.682942px 0px, white 0.141474px 1.99499px 0px, white -0.832294px 1.818595px 0px, white -1.602287px 1.196944px 0px, white -1.979985px 0.28224px 0px, white -1.872913px -0.701566px 0px, white -1.307287px -1.513605px 0px, white -0.421592px -1.95506px 0px, white 0.567324px -1.917849px 0px, white 1.41734px -1.411081px 0px, white 1.920341px -0.558831px 0px;
    }
    .menuArea > .inner01 > .inner02 > .menuList > li ul li > a > span > span {
        font-size: 5.5vw;
    }
    .menuArea > .inner01 > .inner02 > .menuList > li ul li > a .thumb {
        top: -4.35vw;
        width: 26vw;
    }
    .menuArea > .inner01 > .inner02 > .menuList > li ul li:nth-child(2) > a .thumb {
        top: -3vw;
        width: 24vw;
    }
    .menuArea > .inner01 > .inner02 > .menuList > li ul li:nth-child(3) {
        margin-top: 11px;
    }
    .menuArea > .inner01 > .inner02 > .menuList > li ul li:nth-child(3) > a .thumb {
        top: -8.573%;
        width: 16.25vw;
    }
    .menuArea > .inner01 > .inner02 > .menuList > li ul li:nth-child(4) {
        margin-top: 11px;
    }
    .menuArea > .inner01 > .inner02 > .menuList > li ul li:nth-child(4) > a .thumb {
        width: 70.4%;
        -webkit-transform: translateX(-51.5%);
        transform: translateX(-51.5%);
    }
}
@media screen and (max-width: 591px) {
    #ct_bg .heading01.typeHowto img {
        max-width: 100%;
        height: auto;
    }
    #ct_bg .heading01.typeHowto img {
        height: 10.5vw;
    }
}
@media screen and (max-width: 541px) {
    #ct_bg .heading01.typeMovie img {
        max-width: 100%;
        height: auto;
    }
    #ct_bg .heading01.typeMovie img {
        height: 10.5vw;
    }
}


/*---------------------------------
TOPスプラッシュ用css
---------------------------------*/
body.is_opening{
	overflow: hidden;
	height: 100vh;
}
#ct_bg .openingArea01 {
	background: url("../img/bg_02_pc.jpg") repeat-y 0 0/100%;
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	z-index: 11006;
}
#ct_bg .openingArea01 > .inner01 {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	height: 100%;
	width: 100%;
}
#ct_bg .openingArea01 .logo01 {
	position: relative;
	z-index: 10;
	width: max(480px,35.8125%);
}
#ct_bg .openingArea01 .image01 {
	position: absolute;
	left: -.5%;
	width: max(1145px,71.5625vw);
	z-index: 2;
}
#ct_bg .openingArea01 .image02 {
	right: 1%;
	width: max(1266px,79.125vw);
	margin-top: -1.5%;
}
#ct_bg .openingArea01 .image01,#ct_bg .openingArea01 .image02 {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
}
#ct_bg .openingArea01 .logo01 img,#ct_bg .openingArea01 .image01 img,#ct_bg .openingArea01 .image02 img {
	width: 100%;
	display: block;
	opacity: 0;
}
#ct_bg .openingArea01 .image01.is_started img {
	animation: slideDown .3s ease-out forwards;
	animation-delay: .2s;
}
#ct_bg .openingArea01 .image02.is_started img {
	animation: slideDown .3s ease-out forwards;
}
#ct_bg .openingArea01 .logo01.is_started img {
	animation: popUp 0.5s ease-out forwards;
	animation-delay: .45s;
}
#ct_bg .openingArea01 .icon01 {
	position: absolute;
	height: 100%;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	z-index: 0;
}
#ct_bg .openingArea01 .icon01 > span {
	position: absolute;
	transform: scale(0);
}
#ct_bg .openingArea01 .icon01.is_started > span {
	animation: zoomRotate .6s ease-out forwards, blink .7s .6s 1 forwards;
}
#ct_bg .openingArea01 .icon01 > span:nth-child(1) {
	right: 41%;
	bottom: -4%;
	animation-delay: .1s;
}
#ct_bg .openingArea01 .icon01 > span:nth-child(2) {
	right: 29%;
	top: -1.5%;
	animation-delay: .4s;
}
#ct_bg .openingArea01 .icon01 > span:nth-child(3) {
	left: 14%;
	top: -6%;
	animation-delay: .2s;
}
#ct_bg .openingArea01 .icon01 > span:nth-child(4) {
	left: 650px;
	top: 16%;
	animation-delay: .3s;
}
#ct_bg .openingArea01 .icon01 > span:nth-child(5) {
	left: 500px;
	bottom: 14%;
	animation-delay: .5s;
}
#ct_bg .openingArea01 .icon01 > span:nth-child(6) {
	right: 23%;
	bottom: 9%;
}
#ct_bg .openingArea01 .button01 {
	position: absolute;
	bottom: 30px;
	right: 30px;
	width: 200px;
	z-index: 10;
}
#ct_bg .openingArea01 .button01 > a {
	border-radius: 60px;
	height: 50px;
	width: 100%;
	border: solid 2px #fff;
	font-weight: 700;
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1.5;
	font-size: 2.4rem;
	color: #fff;
	transition: background .3s;
	font-family: 'M PLUS Rounded 1c', sans-serif;
}
#ct_bg .openingArea01 .button01 > a:hover {
	background-color: rgba(255,255,255,.2);
}
@media screen and (min-width: 1600px) {
	#ct_bg .openingArea01 .icon01 > span:nth-child(3) {
		left: 10%;
	}
	#ct_bg .openingArea01 .icon01 > span:nth-child(4) {
		left: 39%;
		top: 14%;
	}
	#ct_bg .openingArea01 .icon01 > span:nth-child(5) {
		left: 30%;
	}
}
@media screen and (max-width: 1200px) {
	#ct_bg .openingArea01 .logo01 {
		width: 420px;
	}
	#ct_bg .openingArea01 .image01 {
		left: -160px;
	}
	#ct_bg .openingArea01 .image02 {
		right: -160px;
	}
	#ct_bg .openingArea01 .icon01 > span:nth-child(2) {
		right: 25%;
	}
	#ct_bg .openingArea01 .icon01 > span:nth-child(4) {
		left: 43%;
	}
	#ct_bg .openingArea01 .icon01 > span:nth-child(5) {
		left: 30%;
	}
}
@media screen and (max-width: 900px) {
	#ct_bg .openingArea01 {
		overflow-y: auto;
		overflow-x: hidden;
		background: url("../img/bg_02_sp.jpg") repeat-y 0 0/100%;
		height: 100%;
	}
	#ct_bg .openingArea01 .inner01 {
		padding-bottom: 0;
		height: 100%;
		min-height: 170vw;
	}
	#ct_bg .openingArea01 .logo01 {
		width: 91.75vw;
		top: 84vw;
		position: absolute;
	}
	#ct_bg .openingArea01 .image01 {
		right: -38%;
		left: inherit;
		width: 170vw;
		top: 5vw;
		z-index: 2;
	}
	#ct_bg .openingArea01 .image02 {
		left: -50%;
		right: inherit;
		width: 185vw;
		top: 0;
	}
	#ct_bg .openingArea01 .image01,#ct_bg .openingArea01 .image02 {
		transform: translateY(0);
	}
	#ct_bg .openingArea01 .icon01 > span:nth-child(1) {
		right: -4vw;
		bottom: inherit;
		width: 24.25vw;
		top: 10vw;
	}
	#ct_bg .openingArea01 .icon01 > span:nth-child(2) {
		right: 30vw;
		width: 37.5vw;
		top: -9vw;
	}
	#ct_bg .openingArea01 .icon01 > span:nth-child(3) {
		left: -7vw;
		top: 8vw;
		width: 35vw;
	}
	#ct_bg .openingArea01 .icon01 > span:nth-child(4) {
		left: -2vw;
		width: 21.25vw;
		top: 148vw;
	}
	#ct_bg .openingArea01 .icon01 > span:nth-child(5) {
		left: 65vw;
		top: 151vw;
		width: 24.25vw;
		bottom: inherit;
	}
	#ct_bg .openingArea01 .icon01 > span:nth-child(6) {
		right: -8vw;
		top: 88vw;
		width: 35vw;
		bottom: inherit;
	}
	#ct_bg .openingArea01 .button01 {
		bottom: 10vw;
		right: 50%;
		width: 50vw;
		transform: translateX(50%)
	}
	#ct_bg .openingArea01 .button01 > a {
		border-radius: 60vw;
		height: 12.5vw;
		width: 100%;
		font-size: 6vw;
	}
	#ct_bg .openingArea01 .button01 > a:hover {
		background-color: rgba(255,255,255,0);
	}
}
@media only screen and (min-width: 640px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 640px) and (min-device-pixel-ratio: 2) {
	#ct_bg .openingArea01 {
		background: url("../img/bg_02_pc@2x.jpg") repeat-y 0 0/100%;
	}
}
@keyframes slideDown {
	0% {
		transform: translateY(-8%);
		opacity: 0;
	}
	100% {
		transform: translateY(0);
		opacity: 1;
	}
}
@keyframes popUp {
	0% {
		opacity: 0;
		transform: scale(0.5);
	}
	50% {
		opacity: 1;
		transform: scale(1.05);
	}
	70% {
		opacity: 1;
		transform: scale(.9);
	}
	100% {
		opacity: 1;
		transform: scale(1);
	}
}
@keyframes zoomRotate {
	0% {
		transform: scale(0.3);
		opacity: 0;
	}
	80% {
		transform: scale(0.7);
		opacity: .5;
	}
	100% {
		transform: scale(1);
		opacity: 1.0;
	}
}
@keyframes blink {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0;
	}
}

/*inputを非表示 & 閉じた時の位置調整*/
.open-box{
  position: relative;
}
input[type="checkbox"].on-off{
  position: absolute;
  bottom: 0;
  display: block;
  opacity: 0;
}

/*ラベル（「開く」ボタン）*/
.open-label{
    width: 40%;
    margin:auto;
    display: block;
    font-weight: bold;
    text-align: center;
    background: #fff;
    color: #32318F;
    border: solid 2px #32318F;
    border-radius: 50px;
    position: relative;
}
/*ボタンっぽい効果*/
.open-label:active{
  box-shadow: 0 0 0 0;
}

/*ラベルに表示するテキスト*/
.open-label::after{
  content:'\3064\3065\304D\3092\898B\308B';
}
.on-off:checked ~ .open-label::after{
  content: '\9589\3058\308B';
}
/*開閉エリア*/
.open{
  border-radius: 8px;
  height: 195px;/*ちらっと見える部分の高さ*/
  overflow: hidden;
  transition: .5s;
  position: relative;
}
.on-off:checked ~ .open{

  height: auto;
}
/*開閉エリアにぼかしを乗せる*/
.open::before{
  content:'';
  background: linear-gradient(to bottom, transparent,rgba(255,255,255,1)200%);
  position: absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  z-index: 3;
}

/*開いたらぼかしを消す*/
.on-off:checked ~ .open::before{
  background: none;
  z-index: -1;
}
