/* 基本的な設定　------------------------------------------------ */

body.page-cheerfulring {
    line-height: 1.5;
}

body.page-cheerfulring p:not(.contact p) {
    color: #3f3f3f;
}

body.page-cheerfulring img:not(footer img) {
    width: 100%;
    height: 100%;
}


/* newボタンの設定 */
main a.new_btn {
    font-size: 1.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    height: 60px;
    margin: 0 auto;
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: .15em;
    text-decoration: none;
    z-index: 3;
    background-color: #afa790;
    border: 1px solid #afa790;
    color: #fff;
}

main a.new_btn:hover{
    background-color: #fff;
    color: #afa790;
}

.text_left {
    text-align: left !important;
}

.en_title.mb30 {
    margin-bottom: 30px;
}

.mb30 {
    margin-bottom: 30px;
}

.sp_padding,
.point_wrapper,
.movie_text,
.cheerfulring_fv_wrapper {
    padding-left: 5vw;
    padding-right: 5vw;
}

h2.text_title.title {
    font-size: 2.4rem;
    /* margin-bottom: 20px; */
    font-weight: 600;
    letter-spacing: normal;
    padding-left: 0;
    padding-top: 30px;
}

.text_3f {
    color: #3f3f3f;
}

.mt50 {
    margin-top: 50px;
}

.relative {
    position: relative;
}

.line_height15 {
    line-height: 1.5;
}

.fz16 {
    font-size: 1.6rem;
}

/* 1025pxover */
@media screen and (min-width: 769px) {
    main>section {
        padding-bottom: 80px;
    }

    main a.new_btn.pc_left_btn {
        max-width: 346px;
        margin: initial;
    }

    main a.new_btn {
        max-width: 346px;
    }

    h2.text_title.title {
        font-size: 3.6rem;
    }
}

/* FV　------------------------------------------------ */

.cheerfulring_fv_p {
    font-size: 2.0rem;
    font-weight: bold;
    line-height: normal;
    margin-bottom: 30px;
}

h2.title.cheerfulring {
    font-size: 3.6rem;
    letter-spacing: normal;
    padding-left: 0;
    padding-right: 10px;
    font-weight: 500;
    line-height: 1;
    background: linear-gradient(transparent 60%, #a88c634d 60%);
    display: inline-block;
}

p.cheerfulring_sub_text.c_theme.ff_en {
    margin-bottom: 4px;
}

.cheerfulring_fv_wrapper {
    margin-top: -50px;
}


/* 1025pxover */
@media screen and (min-width: 769px) {
    .cheerfulring_fv_img {
        width: 80%;
        height: 65vh;
        max-height: 500px;
        margin-left: auto;
        margin-top: 20px;
    }

    .cheerfulring_fv_wrapper {
        position: absolute;
        top: 50%;
        left: 8%;
        transform: translateY(-50%);
       /*  transform: translateX(-50%); */
    }

    .cheerfulring_fv_p {
        font-size: 2.4rem;
    }

    h2.title.cheerfulring {
        font-size: 4.8rem;
    }

    .cheerfulring_fv{
        max-width: 1440px;
        margin: 0 auto;
    }

}

/* movie　------------------------------------------------ */

.movie_text {
    position: relative;
}

.decoration_en.movie {
    position: absolute;
    top: -40px;
    right: 0;
}

@media screen and (min-width: 769px) {
    .movie_box {
        width: 80%;
    }

    .movie_text {
        display: flex;
        align-items: center;
    }

    .movie_text>header.en_title.cheerfulring.text_left.mb30 {
        width: 60%;
    }
}

/* 1025pxover */
@media screen and (min-width: 1025px) {
    .movie_wrapper {
        display: flex;
        align-items: flex-start;
        max-width: 1440px;
        margin: 0 auto;
    }

    .movie_box {
        width: 56%;
    }

    .movie_text {
        padding: 0 !important;
        margin-left: 20px;
        margin-top: 160px;
        display: block;
    }

    .movie_text>header.en_title.cheerfulring.text_left.mb30 {
        width: 100%;
    }

}




/* point　------------------------------------------------ */

.point_bg {
    position: absolute;
    top: -120px;
    right: 0;
    width: 70%;
    z-index: -1;
}

.point_text_title {
    font-size: 2.0rem;
    line-height: 1.5;
    margin: 10px 0;
}

p.point_text_sub {
    color: #a88c63 !important;
    font-size: 1.4rem;
    line-height: 1;
    margin-top: 10px;
}

.point_box:not(:last-of-type) {
    margin-bottom: 50px;
}

/* 1025pxover */
@media screen and (min-width: 769px) {
    .point_wrapper {
        width: 100%;
    }

    .flex_point {
        max-width: 1000px;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-start;
    }

    .point_box {
        width: 46%;
    }

    .point_box:nth-child(2) {
        margin-top: 100px;
    }

    .point_box:nth-child(3) {
        margin-top: -100px;
    }

    .point_bg {
        max-width: 30%;
        top: -80px;
        left: 0;
    }
}

@media screen and (min-width: 1025px) {}

/* other　------------------------------------------------ */

.other_box {
    background-color: #afa7901a;
    padding-bottom: 50px;
}

.other_flex {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.flexbox_50 {
    width: 48%;
    text-align: center;
}

.flexitem_icon {
    margin-bottom: 10px;
}

.flexitem_icon img {
    max-width: 120px;
}

.flexitem_title {
    font-size: 1.6rem;
    color: #a88c63;
}

.decoration_en.other {
    position: absolute;
    top: -30px;
    right: 0;
}

.flexitem_text {
    font-size: 1.2rem;
}

@media screen and (max-width: 374px) {
    .other_flex {
        width: 100%;
        display: block;
    }

    .flexbox_50 {
        width: 100%;
        text-align: center;
    }

    .flexbox_50:nth-of-type(5) {
        margin-bottom: 30px;
    }

    .flexitem_text {
        font-size: 1.3rem;
    }
}

@media screen and (min-width: 769px) {
    .other_box_title {
        max-width: 620px;
        margin: 0 auto;
    }

    .other_flex {
        max-width: 620px;
        margin: 0 auto;
    }

    .flexbox_50 {
        width: 30%;
    }
}


/* lineup  ------------------------------------------------ */

section.lineup {
    margin-bottom: 60px;
}

h2.title.text_title.line_height15.lineup {
    padding-top: 0;
}

.decoration_en.lineup {
    position: absolute;
    top: -30px;
    right: 0;
    z-index: -1;
}

/* .slider { */
/* width: 768px; */
/* margin: 30px auto 0; */
/* } */

.slider .slick-list {
    padding: 0 10% 0 0 !important;
}

.slider li {
    margin: 0 0.5%;
}

.slider li figcaption {
    margin: 10px 0 0;
}

.slider {
    width: 100%;
}


.lineup_text {
    padding: 10px 10px 30px;
    background: #f8f9fa;
}

.slide_arrow {
    width: 46px;
    height: 46px;
    position: absolute;
    bottom: -60px;
}

.prev_arrow {
    background-image: url(/cheerfulring/images/slider/parts/arrow_left@2x.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    right: 56px;
}

.next_arrow {
    background-image: url(/cheerfulring/images/slider/parts/arrow_right@2x.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    right: 0;
}

.slick-slide img {
    width: 100%;
}

@media screen and (min-width: 769px) {

    section.lineup{
        padding-left:0;
        padding-right: 0;
    }

    .lineup_container {
        display: flex;
        padding: 0;
        justify-content: flex-end;
        /* max-width: 1440px; */
        /* margin: 0 auto; */
    }

    .lineup_wrapper,
    .slider {
        width: 50%;
    }

    .lineup_wrapper {
        margin-left: 15%;
    }

    .lineup_wrapper p {
        padding-right: 40px;
    }

    .slider .slick-list {
        padding: 0 30% 0 0 !important;
    }

    .lineup_text {
        min-height: 170px
    }

    .slide_arrow {
        top: 50%;
    }

    .prev_arrow {
        left: 15%;

    }

    .next_arrow {
        left: 20%;
    }

    .slick-slider {
        position: initial;
    }

}

@media screen and (min-width: 1441px) {
    .slide_arrow {
        top: 43%;
    }
}


/* propose ------------------------------------------------ */

.decoration_en.propose {
    position: absolute;
    top: -30px;
    left: 0;
}

.propose_img {
    width: 100%;
}


/* 1025pxover  */
@media screen and (min-width: 769px) {
    section.propose {
        display: flex;
        width: 100%;
        align-items: center;
        max-width: 1440px;
        margin: 0 auto;
    }

    .propose_text,
    .propose_img {
        width: 50%;
    }

}