.alignC {
    text-align: center;
}

.alignR {
    text-align: right;
}

.alignL {
    text-align: left;
}

/*==================================================================================================
    submain
==================================================================================================*/
.submain {
    width: 100%;
    max-width: 1280px;
    margin: 3.8571428571em auto 3.5714285714em;
}

/*==================================================================================================
    sec-cont
==================================================================================================*/
.sec-cont {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
    margin-top: 3.5714285714em;
}
@media screen and (min-width: 768px) {
    .sec-cont {
        margin-top: 5.7142857143em;
    }
}
.sec-cont__ttl {
    text-align: center;
    position: relative;
    line-height: 1.2;
    margin-bottom: 1.4285714286em;
}
@media screen and (min-width: 768px) {
    .sec-cont__ttl {
        font-size: 1.2857142857em;
        margin-bottom: 2.2222222222em;
    }
}
.sec-cont__ttl:before, .sec-cont__ttl:after {
    content: "";
    background: url(../img/common/sec_cont_ttl_blue.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    transform-origin: center center;
    width: 2.1428571429em;
    height: 100%;
    min-height: 2.1428571429em;
}
.sec-cont__ttl:before {
    left: 0;
}
.sec-cont__ttl:after {
    right: 0;
    transform: rotate(180deg) translate(0, 50%);
}
.sec-cont__ttl .ttl-sub {
    display: block;
    font-weight: 400;
    font-size: 0.8571428571em;
    margin-bottom: 0.25em;
}
.sec-cont__ttl .ttl-main {
    display: block;
    font-weight: 700;
    font-size: 1.4285714286em;
}
.sec-cont__ttl .ttl-main--s {
    font-size: 1.2857142857em;
}
.sec-cont__body > * {
    margin-top: 1.4285714286em;
}
.sec-cont__subttl {
    text-align: center;
    border-bottom: 2px dotted;
    font-size: 1.2142857143em;
    padding-bottom: 0.25em;
}
@media screen and (min-width: 768px) {
    .sec-cont__subttl {
        font-size: 1.4285714286em;
    }
}
.sec-cont__txt img.icon_check {
    width: 6.4285714286em;
}
.sec-cont__list li {
    text-indent: -1em;
    margin-left: 1em;
}
.sec-cont__list li + li {
    margin-top: 0.25em;
}
.sec-cont--blue .sec-cont__ttl:before, .sec-cont--blue .sec-cont__ttl:after {
    background-image: url(../img/common/sec_cont_ttl_blue.png);
}
.sec-cont--blue .sec-cont__subttl {
    color: #4DB5C5;
    border-color: #4DB5C5;
}
.sec-cont--blue .sec-cont__list li:first-letter {
    color: #4DB5C5;
}
.sec-cont--pink .sec-cont__ttl:before, .sec-cont--pink .sec-cont__ttl:after {
    background-image: url(../img/common/sec_cont_ttl_pink.png);
}
.sec-cont--red .sec-cont__ttl:before, .sec-cont--red .sec-cont__ttl:after {
    background-image: url(../img/common/sec_cont_ttl_red.png);
}

/*==================================================================================================
    grid-cont
==================================================================================================*/
@media screen and (max-width: 767px) {
    .grid-cont > * {
        margin-top: 1.4285714286em;
    }
}
@media screen and (min-width: 768px) {
    .grid-cont {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .grid-cont__thum {
        width: 54%;
        order: 2;
    }
    .grid-cont__txt {
        width: 42%;
        order: 1;
    }
}

/*==================================================================================================
    swiper
==================================================================================================*/
.swiper {
    position: relative;
    overflow: hidden;
}
.swiper .swiper-slide {
    text-align: center;
}
.swiper .swiper-slide figure img {
    width: 20em;
}
.swiper .swiper-button-next,
.swiper .swiper-button-prev {
    width: 1.1428571429em;
    height: 2.0714285714em;
    background-size: 100% auto;
}
.swiper .swiper-button-next {
    background-image: url(../js/plugin/swiper/swiper_next.svg);
    transition: opacity 0.3s;
    right: 0;
}
.swiper .swiper-button-next.swiper-button-disabled {
    opacity: 0;
}
.swiper .swiper-button-prev {
    background-image: url(../js/plugin/swiper/swiper_prev.svg);
    transition: opacity 0.3s;
    left: 0;
}
.swiper .swiper-button-prev.swiper-button-disabled {
    opacity: 0;
}

/*==================================================================================================
    ten-link
==================================================================================================*/
.ten-link {
    text-align: right;
    margin-top: 0.75em;
}
.ten-link a {
    font-size: 0.8571428571em;
    display: inline-block;
    background: #E8374A;
    color: #FFF;
    font-weight: 700;
    text-decoration: none;
    padding: 0.25em 1.5em 0.25em 0.5em;
    position: relative;
    letter-spacing: -0.05em;
}
@media screen and (min-width: 768px) {
    .ten-link a {
        font-size: 1em;
    }
}
.ten-link a:before {
    content: "";
    position: absolute;
    right: 100%;
    top: 0;
    margin-right: 0.25em;
    background: #F39BA4;
    width: 0.4166666667em;
    height: 100%;
}
.ten-link a:after {
    content: "";
    background: url(../img/top/arrow_link.svg) no-repeat;
    width: 0.5em;
    height: 0.9166666667em;
    position: absolute;
    right: 0.5em;
    top: 50%;
    transform: translate(0, -50%);
}
.ten-link a:hover {
    opacity: 0.8;
}
.ten-link--blue a {
    background: #4DB5C5;
}
.ten-link--blue a:before {
    background: #A6DAE2;
}
.ten-link--pink a {
    background: #DC6674;
}
.ten-link--pink a:before {
    background: #EEB3B9;
}

/*==================================================================================================
    data-cont
==================================================================================================*/
.data-cont {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.data-cont + .data-cont {
    margin-top: 1.4285714286em;
}
.data-cont__check {
    position: absolute;
    right: 0;
    width: 6.4285714286em;
}

/*==================================================================================================
    link-cont
==================================================================================================*/
.link-cont {
    text-align: center;
    margin: 0 auto;
    padding: 1em 20px;
    max-width: 1280px;
}
@media screen and (min-width: 768px) {
    .link-cont {
        margin-top: 2em;
    }
}
.link-cont__read {
    margin-bottom: 0.25em;
}
.link-cont__btn {
    display: block;
    color: #FFF;
    font-size: 1.5714285714em;
    line-height: 1.8181818182em;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    position: relative;
    background: #E8374A;
    cursor: pointer;
    transition: 0.3s;
}
.link-cont__btn:after {
    content: "";
    background: url(../img/common/icon_arrow.svg) no-repeat;
    background-size: 100% 100%;
    width: 0.4090909091em;
    height: 0.8181818182em;
    position: absolute;
    right: 0.75em;
    top: 50%;
    transform: translate(0, -50%);
}
.link-cont__btn:hover {
    opacity: 0.8;
}
.link-cont__btn img {
    width: 10em;
    vertical-align: text-bottom;
}
.link-cont__btn span {
    font-size: 70%;
}
.link-cont__btn.blue {
    background: #4DB5C5;
}
.link-cont__btn.pink {
    background: #DC6674;
}

/*==================================================================================================
    beige-cont
==================================================================================================*/
.beige-cont {
    background: #F4E9DB;
    margin-left: -20px;
    margin-right: -20px;
}
.beige-cont__ttl {
    background: #FFF;
    text-align: center;
    position: relative;
}
@media screen and (min-width: 768px) {
    .beige-cont__ttl {
        font-size: 1.2857142857em;
    }
}
.beige-cont__ttl img {
    width: 13.9285714286em;
}
.beige-cont__ttl--bank:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0);
    background: url(../img/common/bank_icon.svg) no-repeat;
    width: 1.9285714286em;
    height: 1.4285714286em;
    margin-bottom: -0.5714285714em;
}
.beige-cont__ttl--movie:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0);
    background: url(../img/common/movie_icon.svg) no-repeat;
    width: 1.9285714286em;
    height: 1.4285714286em;
    margin-bottom: -0.5714285714em;
}
.beige-cont .bank-list {
    padding-top: 1.4285714286em;
    padding-bottom: 1.4285714286em;
    overflow: hidden;
}
.beige-cont .bank-list .swiper {
    overflow: visible;
}
.beige-cont .bank-list .swiper .swiper-slide {
    padding: 0 0.7142857143em;
}
.beige-cont .bank-list .swiper .swiper-slide .bank-list__thum img {
    width: 100%;
    box-shadow: 0.2142857143em 0.2142857143em 0.4285714286em rgba(0, 0, 0, 0.5);
}
.beige-cont .movie-list {
    padding: 1.4285714286em 5.3333333333%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.beige-cont .movie-list figure {
    width: 44.776119403%;
}
.beige-cont .movie-list figure img {
    box-shadow: 0.2142857143em 0.2142857143em 0.4285714286em rgba(0, 0, 0, 0.5);
}
.beige-cont .movie-list figure figcaption {
    font-size: 0.8571428571em;
    line-height: 1.5;
    margin-top: 0.5em;
}

.more-btn {
    margin-top: 0.5em;
    text-align: center;
}
@media screen and (min-width: 768px) {
    .more-btn {
        font-size: 1.2857142857em;
    }
}
.more-btn a {
    display: inline-block;
}
.more-btn a img {
    width: 5.3571428571em;
}

.logo-orange {
    text-align: center;
    margin-top: 3.5714285714em;
}
.logo-orange img {
    width: 12.8571428571em;
}

.modaal-data {
    display: none;
}

.modaal-ttl {
    font-size: 1.2857142857em;
    line-height: 1.4444444444;
}
.modaal-ttl span {
    font-size: 0.8571428571em;
}

.modaal-img {
    margin-top: 1.4285714286em;
}

.modaal-txt {
    font-size: 0.8571428571em;
    line-height: 1.5;
    margin-top: 1.6666666667em;
}
.modaal-txt .red {
    color: #E8374A;
    font-weight: 700;
}

.modaal-content-container .ten-link {
    margin-right: -19px;
}

.dl-flow {
    text-align: center;
    position: relative;
}
.dl-flow + .dl-flow {
    margin-top: 3.2142857143em;
}
.dl-flow + .dl-flow:before {
    content: "";
    background: url(../img/common/arrow_pink.svg) no-repeat;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, 0);
    width: 2.2857142857em;
    height: 1.1428571429em;
    margin-top: -2.1428571429em;
}
.dl-flow dt {
    font-size: 1.2142857143em;
    font-weight: 700;
    padding: 0.25em;
    border-radius: 0.5882352941em;
    margin-bottom: 0.5em;
}
.dl-flow dd {
    font-size: 0.8571428571em;
    line-height: 1.5;
}
.dl-flow--pink dt {
    border: 3px solid #EEB3B9;
    color: #EC6D81;
}
.dl-flow--icon:after {
    content: "";
    background: url(../img/saitaiketsu/flow_icon01.svg) no-repeat;
    position: absolute;
    right: 50%;
    top: 0;
    transform: translate(-4.5em, 0);
    width: 5.1428571429em;
    height: 5.1428571429em;
    margin-top: -2.5em;
}
.dl-flow--end dt {
    background: #F5D1D5;
    color: #000;
    border-color: #DC6674;
}

.kotsuzui {
    /*==================================================================================================
        data-cont
    ==================================================================================================*/
    /*==================================================================================================
        modaal
    ==================================================================================================*/
}
.kotsuzui .data-cont--01 .data-cont__check {
    position: absolute;
    bottom: -0.5em;
}
.kotsuzui .data-cont--02, .kotsuzui .data-cont--03 {
    padding-left: 11.9402985075%;
}
.kotsuzui .data-cont--02 .data-cont__img, .kotsuzui .data-cont--03 .data-cont__img {
    height: 4.6428571429em;
}
.kotsuzui .data-cont--02 .data-cont__img img, .kotsuzui .data-cont--03 .data-cont__img img {
    height: 100%;
    width: auto;
}
.kotsuzui .data-cont--02 .data-cont__check, .kotsuzui .data-cont--03 .data-cont__check {
    position: absolute;
    top: 0.75em;
}
.kotsuzui .data-cont--04 {
    text-align: center;
}
.kotsuzui .data-cont--04 .data-cont__img img {
    width: 19em;
}
.kotsuzui .data-cont--04 .data-cont__check {
    position: absolute;
    bottom: 0;
}
.kotsuzui .data-cont--05 {
    overflow: hidden;
}
.kotsuzui .data-cont--05 .data-cont__check {
    display: block;
    position: relative;
    text-align: right;
    margin-top: 0.75em;
    float: right;
}
.kotsuzui .modaal-content-container {
    border: 0.4285714286em solid #4DB5C5;
}

.saitaiketsu {
    /*==================================================================================================
        data-cont
    ==================================================================================================*/
    /*==================================================================================================
        modaal
    ==================================================================================================*/
}
.saitaiketsu .data-cont--01 .data-cont__check {
    position: absolute;
    bottom: 0em;
}
.saitaiketsu .data-cont--02 .data-cont__check {
    position: absolute;
    bottom: -0.5em;
}
.saitaiketsu .data-cont--03 .data-cont__check {
    position: absolute;
    bottom: 0em;
}
.saitaiketsu .modaal-content-container {
    border: 0.4285714286em solid #DC6674;
}