@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap");

/*------------------------------------------------------------
p-top
------------------------------------------------------------*/
.page-top .l-footer__top {
    background-color: #F8F8F8;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.page-top .l-footer__social {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}

.p-top {
    margin-top: 0;
    padding-bottom: 0;
}

@media screen and (max-width: 767px) {
    .p-top {
        margin-top: 60px;
    }
}

.p-top__loading {
    background: #ffffff;
    z-index: 99999;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: 1s;
}

.p-top__loading.hide {
    opacity: 0;
    transform: scale(1.2);
    pointer-events: none !important;
}

.p-top__loading #lottie {
    background-color: #ffffff;
    width: 16%;
    height: 16%;
    display: block;
    overflow: hidden;
    transform: translate3d(0, 0, 0);
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    opacity: 1;
}

.p-top__comment {
    width: 90%;
    max-width: 750px;
    margin: 30px auto;
    padding: 15px 40px;
    font-size: 14px;
    text-align: center;
    border: #ccc 1px solid;
    background: #f6f6f6;
}

@media screen and (max-width: 767px) {
    .p-top__comment {
        margin: 10px auto 30px;
        padding: 20px;
        font-size: 12px;
    }
}

.p-top__banner {
    width: 98%;
    max-width: 1320px;
    margin: 60px auto 45px;
    padding: 0;
}

.p-top__banner .c-title1 {
    text-align: center;
}

.p-top__banner .c-title1__jap {
    line-height: 1.6;
    margin: 0 auto 3px;
    font-size: 3.2rem;
}

.p-top__banner .c-title1__eng {
    margin: 0 auto 20px;
    font-size: 1.3rem;
    letter-spacing: .1rem;
}

.p-top__banner__box {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    padding: 0;
}

.p-top__banner__img {
    width: calc(100% / 4.105);
    max-width: 320px;
    margin: 0 .32% 10px;
    padding: 0;
}
@media screen and (min-width: 768px) {
    .p-top__banner__box {
        justify-content: flex-start;
        max-width: 856px;
    }

    .p-top__banner__img {
        width: calc(100% / 3.105);
    }
}

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

    .p-top__banner {
        width: 100%;
        margin: 10px auto 30px;
        padding: 0;
    }

    .p-top__banner .c-title1__jap {
        margin: 0 auto 3px;
        font-size: 2.5rem;
    }

    .p-top__banner .c-title1__eng {
        margin: 0 auto 15px;
        font-size: .9rem;
    }

    .p-top__banner__wrapper {
        min-width: 540px;
        height: 168.75px;
        overflow: hidden;
        position: relative;
    }

    .p-top__banner .bx-wrapper {
        margin: 0 auto;
    }

    .p-top__banner .bx-viewport {
        width: 100%;
        overflow: visible !important;
        height: 168.75px !important;
    }

    .p-top__banner__box {
        display: block;
        text-align: center;
        margin: 0 auto;
    }

    .p-top__banner__img {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        box-sizing: border-box;
        padding: 0 10px;
    }

    .p-top__banner__img a{
        display: block;
        width: 100%;
        height: 100%;
        position: relative;
        z-index: 100;
    }

    .p-top__banner__img a img{
        width: 100%;
    }

    .p-top__banner .bx-controls {
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 10;
        transform: translate(-50%,-50%);
    }

    .p-top__banner .bx-controls-direction {
        max-width: 540px;
        position: relative;
        margin: 0 auto;
    }

    .p-top__banner .bx-wrapper .bx-prev,.p-top__banner .bx-wrapper .bx-next {
        width: 60px;
        height: 60px;
        background: #FFFFFF;
        position: absolute;
        top: 50%;
        z-index: 10;
        transform: translateY(-50%);
    }
    .p-top__banner .bx-wrapper .bx-prev::after,.p-top__banner .bx-wrapper .bx-next::after {
        content: '';
        display: block;
        width: 12.01px;
        height: 20.8px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }

    .p-top__banner .bx-wrapper .bx-prev {
        left: -320px;
    }
    .p-top__banner .bx-wrapper .bx-prev::after {
        background: url(/images/top/slider_arrow.svg) center/100% auto no-repeat;
        transform: translate(-50%,-50%) rotate(180deg);
    }
    .p-top__banner .bx-wrapper .bx-next {
        right: -320px;
    }
    .p-top__banner .bx-wrapper .bx-next::after {
        background: url(/images/top/slider_arrow.svg) center/100% auto no-repeat;
    }
}

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

    .p-top__banner__wrapper {
        min-width: 270px;
        height: 84.375px;
    }

    .p-top__banner .bx-wrapper {
        width: 270px !important;
    }

    .p-top__banner .bx-viewport {
        height: 84.375px !important;
    }

    .p-top__banner__img {
        padding: 0 5px;
    }

    .p-top__banner .bx-controls-direction {
        max-width: 270px;
    }

    .p-top__banner .bx-wrapper .bx-prev,.p-top__banner .bx-wrapper .bx-next {
        width: 30px;
        height: 30px;
    }

    .p-top__banner .bx-wrapper .bx-prev::after,.p-top__banner .bx-wrapper .bx-next::after {
        width: 6.005px;
        height: 10.4px;
    }
    .p-top__banner .bx-wrapper .bx-prev {
        left: -160px;
    }
    .p-top__banner .bx-wrapper .bx-next {
        right: -160px;
    }
}

.p-top__topics {
    width: 96%;
    max-width: 1280px;
    margin: 80px auto;
    padding: 0;
}

.p-top__topics .c-title1 {
    margin-bottom: 30px;
}

.p-top__topics .c-title1__jap {
    line-height: 1.6;
    margin-bottom: 3px;
    font-size: 3.2rem;
}

.p-top__topics .c-title1__eng {
    font-size: 1.3rem;
    padding-left: 0.1875vw;
    letter-spacing: 0.1rem;
}

.p-top__topics__item a {
    display: flex;
    flex-flow: nowrap;
    align-items: center;
    padding: 20px 0;
    border-bottom: #D8D8D8 1px solid;
    text-decoration: none;
}
.p-top__topics__item:nth-last-of-type(1) {
    border-bottom: none;
}
.p-top__topics__item__labe {
    width: 63px;
    padding: 0;
    display: block;
    font-size: 1.1rem;
    line-height: 1.6;
    font-weight: 700;
    color: #E83820;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid #E83820;
    position: relative;
    z-index: 2;
    vertical-align: middle;
}
.p-top__topics__item__date {
    margin: 0 15px;
    font-weight: 600;
    font-size: 1.4rem;
    color: #777;
    font-family: 'Lato', sans-serif;
    line-height: 1.6;
    position: relative;
    z-index: 2;
    box-sizing: border-box;
    display: inline-block;
}
.p-top__topics__item__text {
    position: relative;
    z-index: 2;
    font-size: 1.5rem;
    color: #444;
    line-height: 1.6;
    transition: 0.3s ease-in-out;
}
.p-top__topics__item a:hover .p-top__topics__item__text {
    color: #E83820;
}
.p-top__topics .c-btn1 {
    width: 234px;
    margin: 30px auto 0;
    line-height: 2.5rem;
    padding: 15px 10px;
    display: block;
    cursor: pointer;
    text-decoration: none;
    color: inherit;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    text-align: center;
    position: relative;
    background: #fff;
    border: 1px solid #D8D8D8;
    font-family: "Lato", "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    transition: 0.3s ease-in-out;
    box-sizing: border-box;
}
.p-top__topics .c-btn1:hover {
    color: #E83820;
    border: 1px solid #E83820;
}
.p-top__topics .c-btn1:after {
    display: none;
}

@media screen and (min-width: 768px) {
    .p-top__topics__flex {
        display: flex;
        justify-content: space-between;
    }
    .p-top__topics__txt {
        min-width: 165px;
        margin-right: 30px;
    }
    .p-top__topics__txt .c-btn1 {
        width: 136px;
        margin: 30px 0 0;
        font-size: 1.3rem;
    }
    .p-top__topics__list {
        max-width: 960px;
    }
}

@media screen and (max-width: 767px) {
    .p-top__topics {
        width: 96%;
        max-width: 960px;
        margin: 30px auto 60px;
        padding: 0;
    }

    .p-top__topics .c-title1 {
        margin-bottom: 15px;
    }

    .p-top__topics .c-title1__jap {
        line-height: 1.6;
        margin-bottom: 3px;
        font-size: 2.5rem;
    }

    .p-top__topics .c-title1__eng {
        font-size: 0.9rem;
        padding-left: 0;
    }

    .p-top__topics__item a{
        flex-flow: wrap;
        padding: 15px 0;
    }
    .p-top__topics__item:nth-last-of-type(1) {
        border-bottom: none;
    }
    .p-top__topics__item__labe {
        width: 50px;
        font-size: .9rem;
        line-height: 2;
    }
    .p-top__topics__item__date {
        margin: 0 10px;
        font-weight: 600;
        font-size: 1.2rem;
    }
    .p-top__topics__item__text {
        width: 100%;
        margin-top: 11px;
        font-size: 1.3rem;
    }
    .p-top__topics .c-btn1 {
        width: 100%;
        margin: 15px auto 0;
        padding: 12.5px;
    }
}

@media screen and (min-width: 768px) {
    .p-top__topics .c-block1__form {
        width: 100%;
        max-width: 856px;
        box-sizing: border-box;
    }

    .p-top__topics .c-block1__form .c-form1__form {
        width: 100%;
    }
}

.p-top__topics.p-top__search .c-title1__jap,
.p-top__topics.p-top__search .c-title1__eng{
    color: #444;
}

@media screen and (max-width: 767px) {
    .p-top__topics.p-top__search {
        margin: 30px auto 0;
    }
}

@media screen and (min-width: 768px) {
    .c-list {
        height: 100vh;
        max-height: 900px;
        min-height: 900px;
    }
}

.p-top1 {
    padding-top: 70px;
    padding-bottom: 70px;
    min-height: 170px;
    max-height: 230px;
    background-color: #f6f6f6;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

@media (max-width: 1600px) and (min-width: 1025px) {
    .p-top1 {
        padding-top: 4.375vw;
        padding-bottom: 4.375vw;
    }
}

@media screen and (max-width: 767px) {
    .p-top1 {
        min-height: auto;
        max-height: unset;
        padding-top: 27px;
        padding-bottom: 30px;
    }
}

@media screen and (max-width: 767px) {
    .p-top1 .c-form1 {
        padding: 0 5px;
    }
}

@media screen and (max-width: 767px) {
    .p-top1 .c-block1__form {
        padding: 0 0;
    }
}

.p-top2 .c-list > .l-cont {
    top: -12px;
}

@media screen and (max-width: 1600px) {
    .p-top2 .c-list > .l-cont {
        top: -30px;
    }
}

@media screen and (max-width: 1024px) {
    .p-top2 .c-list > .l-cont {
        top: 0;
    }
}

@media screen and (max-width: 767px) {
    .p-top2 .c-list > .l-cont {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media screen and (min-width: 768px) {
    .p-top2 .c-list {
        height: 100vh;
        max-height: 600px;
        min-height: 600px;
    }
    .p-top2 .c-list1__item {
        height: 50%;
    }
}

/*
@media screen and (max-width: 1600px) {
    .p-top3 .c-list2 > .l-cont {
        top: -31px;
    }
}

@media screen and (max-width: 1024px) {
    .p-top3 .c-list2 > .l-cont {
        top: 0;
    }
}

.p-top3 .c-list2__item.is-empty {
    cursor: default;
    background-color: #f8f8f8;
}

@media screen and (max-width: 1024px) {
    .p-top3 .c-list2__item__inner {
        padding: 0 40px;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
}

@media screen and (max-width: 1024px) {
    .p-top3 .c-list2__item__inner img {
        transform: none;
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
        max-height: 50px;
    }
}

@media screen and (max-width: 1023px) {
    .p-top3 .c-list2__item:nth-child(1) .c-list2__item__inner {
        padding: 10px 30px;
    }
}

@media screen and (max-width: 1023px) {
    .p-top3 .c-list2__item:nth-child(2) .c-list2__item__inner {
        padding: 10px 50px;
    }
}

@media screen and (max-width: 1023px) {
    .p-top3 .c-list2__item:nth-child(3) .c-list2__item__inner {
        padding: 10px 55px;
    }
}

@media screen and (max-width: 1023px) {
    .p-top3 .c-list2__item:nth-child(4) .c-list2__item__inner {
        padding: 10px 50px;
    }
}

@media screen and (max-width: 1023px) {
    .p-top3 .c-list2__item:nth-child(5) .c-list2__item__inner {
        padding: 10px 30px;
    }
}
*/

/* プロテクトン削除 */
/*@media screen and (min-width: 768px) {
    .p-top3 .c-list {
        max-height: 600px;
        min-height: 600px;
    }
    .p-top3 .c-list1--style2 .c-list1__item {
        //height: 33.34%;
        height: 50%;
    }
} */

/* ダンジオーラ追加（7つ） */
@media screen and (min-width: 768px) {
    .p-top3 .c-list {
        max-height: 1200px;
        min-height: 1200px;
    }
    .p-top3 .c-list1--style2 .c-list1__item {
        /*height: 33.34*/
        height: 25%;
    }
}
.p-top3 .c-list1__item__inner--style3  {
    position: relative;
}

.p-top3 .c-list1__item__inner--style3 .c-list1__listbox {
    width: 60%;
    height: 70%;
    background: #fff;
    border: #fff 1px solid;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 10;
}
@media screen and (max-width: 767px) {
    .p-top3 .c-list1__item__inner--style3 .c-list1__listbox {
        width: 90%;
        max-width: 380px;
        height: 70%;
    }
}

.p-top3 .c-list1__item__inner--style3 .c-list1__listbox::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 10px solid #e83820;
    border-top: 0;
    transform: rotate(135deg);
    position: absolute;
    right: -7px;
    bottom: -2px;
}

.p-top3 .c-list1__item__inner--style3 .c-list1__listbox__box {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
@media screen and (max-width: 767px) {
    .p-top3 .c-list1__item__inner--style3 .c-list1__listbox__box {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0;
    }
}

.p-top3 .c-list1__item__inner--style3 .c-list1__listbox__img {
    margin: 0 auto 20px;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .p-top3 .c-list1__item__inner--style3 .c-list1__listbox__img {
        width: 28%;
        margin: 0 auto;
    }
}

.p-top3 .c-list1__item__inner--style3 .c-list1__listbox__text {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
}
@media screen and (max-width: 767px) {
    .p-top3 .c-list1__item__inner--style3 .c-list1__listbox__text {
        width: 53%;
        font-size: 10px;
        text-align: left;
    }
}

.p-top3 .c-list1__item:nth-child(1) .c-list1__item__inner:before {
    background: url(/images/top/c-list2_img8_bg.jpg) no-repeat center/cover;
}

.p-top3 .c-list1__item:nth-child(1) .c-list1__item__inner:after {
    background: url(/images/top/c-list2_img8_bg-hover.jpg) no-repeat center/cover;
}

.p-top3 .c-list1__item:nth-child(2) .c-list1__item__inner:before {
    background: url(/images/top/c-list2_img1_bg.jpg) no-repeat center/cover;
}

.p-top3 .c-list1__item:nth-child(2) .c-list1__item__inner:after {
    background: url(/images/top/c-list2_img1_bg-hover.jpg) no-repeat center/cover;
}

.p-top3 .c-list1__item:nth-child(3) .c-list1__item__inner:before {
    background: url(/images/top/c-list2_img3_bg.jpg) no-repeat center/cover;
}

.p-top3 .c-list1__item:nth-child(3) .c-list1__item__inner:after {
    background: url(/images/top/c-list2_img3_bg-hover.jpg) no-repeat center/cover;
}

.p-top3 .c-list1__item:nth-child(4) .c-list1__item__inner:before {
    background: url(/images/top/c-list2_img5_bg.jpg) no-repeat center/cover;
}

.p-top3 .c-list1__item:nth-child(4) .c-list1__item__inner:after {
    background: url(/images/top/c-list2_img5_bg-hover.jpg) no-repeat center/cover;
}

.p-top3 .c-list1__item:nth-child(5) .c-list1__item__inner:before {
    background: url(/images/top/c-list2_img4_bg.jpg) no-repeat center/cover;
}

.p-top3 .c-list1__item:nth-child(5) .c-list1__item__inner:after {
    background: url(/images/top/c-list2_img4_bg-hover.jpg) no-repeat center/cover;
}

.p-top3 .c-list1__item:nth-child(6) .c-list1__item__inner:before {
    background: url(/images/top/c-list2_img2_bg.jpg) no-repeat center/cover;
}

.p-top3 .c-list1__item:nth-child(6) .c-list1__item__inner:after {
    background: url(/images/top/c-list2_img2_bg-hover.jpg) no-repeat center/cover;
}

.p-top3 .c-list1__item:nth-child(7) .c-list1__item__inner:before {
    background: url(/images/top/c-list2_img9_bg.jpg) no-repeat center/cover;
}

.p-top3 .c-list1__item:nth-child(7) .c-list1__item__inner:after {
    background: url(/images/top/c-list2_img9_bg-hover.jpg) no-repeat center/cover;
}

.p-top3 .c-list1__item:nth-child(1) .c-list1__listbox__img{
    max-width: 107.36px;
}

.p-top3 .c-list1__item:nth-child(2) .c-list1__listbox__img{
    max-width: 107.36px;
}

.p-top3 .c-list1__item:nth-child(3) .c-list1__listbox__img{
    max-width: 142.43px;
}

.p-top3 .c-list1__item:nth-child(4) .c-list1__listbox__img{
    max-width: 105.1px;
}

.p-top3 .c-list1__item:nth-child(5) .c-list1__listbox__img{
    max-width: 74.17px;
}

.p-top3 .c-list1__item:nth-child(6) .c-list1__listbox__img{
    max-width: 103.75px;
}

.p-top3 .c-list1__item:nth-child(7) .c-list1__listbox__img{
    max-width: 142.43px;
}

.p-top4 .c-title1__jap {
    left: -8px;
}

@media screen and (max-width: 767px) {
    .p-top4 .c-title1__jap {
        left: 0;
    }
}

@media screen and (min-width: 768px) {
    .p-top4 .c-list {
        height: 100vh;
        /* max-height: 600px; */
        /* min-height: 600px; */
        max-height: 800px;
        min-height: 800px;
    }
}


.p-top4 .c-list .c-title1 + .c-list__text {
    margin-top: 65px;
}

@media screen and (max-width: 1024px) {
    .p-top4 .c-list .c-title1 + .c-list__text {
        margin-top: 19px;
    }
}

.p-top4 .c-list > .l-cont {
    top: -2px;
    left: 3px;
}

@media screen and (max-width: 1600px) {
    .p-top4 .c-list > .l-cont {
        top: -39px;
        left: 0;
    }
}

@media screen and (max-width: 1024px) {
    .p-top4 .c-list > .l-cont {
        top: 0;
    }
}

@media screen and (min-width: 768px) {
    .p-top4 .c-list1__listtext {
        font-size: 1.6rem;
    }
}

@media screen and (max-width: 767px) {
    .p-top4 .c-list1__listtext {
        font-size: 1.2rem;
    }
}

@media screen and (min-width: 768px) {
    .p-top4 .c-list1__item {
        /* height: 50%; */
        height: 33.34%;
    }
}

@media screen and (max-width: 767px) {
    .p-top4 .c-list1__item__inner:after {
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.4);
        opacity: 1;
        top: 0;
    }
}

.p-top4 .c-list1__item:nth-child(1) .c-list1__item__inner:before {
    background: url(/images/top/top4_img6_renew24.jpg) no-repeat center/cover;
}

.p-top4 .c-list1__item:nth-child(1) .c-list1__item__inner:after {
    background: url(/images/top/top4_img6_renew24-hover.jpg) no-repeat center/cover;
}

.p-top4 .c-list1__item:nth-child(2) .c-list1__item__inner:before {
    background: url(/images/top/top4_img1_renew24.jpg) no-repeat center/cover;
}

.p-top4 .c-list1__item:nth-child(2) .c-list1__item__inner:after {
    background: url(/images/top/top4_img1_renew24-hover.jpg) no-repeat center/cover;
}

.p-top4 .c-list1__item:nth-child(3) .c-list1__item__inner:before {
    background: url(/images/top/top4_img2_renew24.jpg) no-repeat center/cover;
}

.p-top4 .c-list1__item:nth-child(3) .c-list1__item__inner:after {
    background: url(/images/top/top4_img2_renew24-hover.jpg) no-repeat center/cover;
}

.p-top4 .c-list1__item:nth-child(4) .c-list1__item__inner:before {
    background: url(/images/top/top4_img3_renew24.jpg) no-repeat center/cover;
}

.p-top4 .c-list1__item:nth-child(4) .c-list1__item__inner:after {
    background: url(/images/top/top4_img3_renew24-hover.jpg) no-repeat center/cover;
}

.p-top4 .c-list1__item:nth-child(5) .c-list1__item__inner:before {
    background: url(/images/top/top4_img7_renew24.jpg) no-repeat center/cover;
}

.p-top4 .c-list1__item:nth-child(5) .c-list1__item__inner:after {
    background: url(/images/top/top4_img7_renew24-hover.jpg) no-repeat center/cover;
}

.p-top4 .c-list1__item:nth-child(6) .c-list1__item__inner:before {
    background: url(/images/top/top4_img8.jpg) no-repeat center/cover;
}

.p-top4 .c-list1__item:nth-child(6) .c-list1__item__inner:after {
    background: url(/images/top/top4_img8-hover.jpg) no-repeat center/cover;
}

@media screen and (max-width: 767px) {
    .p-top4 .c-list1__item:nth-child(1) .c-list1__item__inner:before {
        background: url(/images/top/top4_img6_sp.jpg) no-repeat center/cover;
    }

    .p-top4 .c-list1__item:nth-child(1) .c-list1__item__inner:after {
        background: url(/images/top/top4_img6_sp.jpg) no-repeat center/cover;
    }
}

.p-top5 .c-title1__jap {
    left: -22px;
}

@media screen and (max-width: 767px) {
    .p-top5 .c-title1__jap {
        left: 0;
    }
}

.p-top5 .c-list4 > .l-cont {
    top: -3px;
}

@media screen and (max-width: 1600px) {
    .p-top5 .c-list4 > .l-cont {
        top: -10px;
    }
}

@media screen and (max-width: 1024px) {
    .p-top5 .c-list4 > .l-cont {
        top: 0;
    }
}

.p-top6 .c-title1__jap {
    margin-bottom: 21px;
    left: -8px;
    top: -4px;
}

@media screen and (max-width: 767px) {
    .p-top6 .c-title1__jap {
        margin-bottom: 18px;
        left: 0;
        top: 0;
    }
}

.p-top6 .c-title1_eng {
    top: -7px;
}

@media screen and (max-width: 1600px) {
    .p-top6 .c-title1_eng {
        top: 0;
    }
}

.p-top6 .c-title1 + .c-btn1 {
    margin-top: 70px;
}

@media screen and (max-width: 1024px) {
    .p-top6 .c-title1 + .c-btn1 {
        margin-top: 30px;
    }
}

@media screen and (max-width: 767px) {
    .p-top6 .c-title1 + .c-btn1 {
        margin-top: 20px;
    }
}

@media screen and (max-width: 767px) {
    .p-top6 .c-list > .l-cont {
        padding-top: 85px;
        padding-bottom: 94px;
    }
}

.p-top6 .c-list .c-list__content {
    padding-left: 10.7vw;
    padding-right: 10.7vw;
}

@media screen and (max-width: 1600px) {
    .p-top6 .c-list .c-list__content {
        padding-left: 10vw;
        padding-right: 10vw;
    }
}

@media screen and (max-width: 1024px) {
    .p-top6 .c-list .c-list__content {
        padding-left: 4vw;
        padding-right: 4vw;
    }
}

@media screen and (max-width: 767px) {
    .p-top6 .c-list .c-list__content {
        padding-right: 0;
        padding-left: 0;
    }
}

.p-top6 .c-list1__item:before, .p-top6 .c-list1__item:after {
    display: none;
}

.p-top6 .c-list1__item__inner {
    position: relative;
}

.p-top6 .c-list1__item__inner:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: none !important;
    background-color: rgba(0, 0, 0, 0.4) !important;
    transition: 0.3s ease-in-out;
    z-index: 2;
    opacity: 1 !important;
}

@media screen and (max-width: 767px) {
    .p-top6 .c-list1__item__inner:after {
        display: none;
    }
}

.p-top6 .c-list1__item__inner img {
    position: relative;
    z-index: 1;
}

@media screen and (min-width: 1025px) {
    .p-top6 .c-list1__item a:hover .c-list1__item__inner:after, .p-top6 .c-list1__item a:focus .c-list1__item__inner:after {
        opacity: .4 !important;
    }
}

@media screen and (min-width: 1025px) {
    .p-top6 .c-list1__item:hover .c-list1__item__inner:before, .p-top6 .c-list1__item:focus .c-list1__item__inner:before {
        opacity: 1 !important;
    }
}

.p-top6 .c-list1__item:nth-child(1) .c-list1__item__inner:before {
    background: url(/images/top/top6_img1.jpg) no-repeat center/cover;
}

@media screen and (max-width: 767px) {
    .p-top6 .c-list1__item:nth-child(1) .c-list1__item__inner:before {
        background: url(/images/top/top6_img1_sp.jpg) no-repeat center/cover;
    }
}

.p-top6 .c-list1__item:nth-child(2) .c-list1__item__inner:before {
    background: url(/images/top/top6_img2.jpg) no-repeat center/cover;
}

@media screen and (max-width: 767px) {
    .p-top6 .c-list1__item:nth-child(2) .c-list1__item__inner:before {
        background: url(/images/top/top6_img2_sp.jpg) no-repeat center/cover;
    }
}

.p-top6 .c-list1__item:nth-child(3) .c-list1__item__inner:before {
    background: url(/images/top/top6_img3.jpg) no-repeat center/cover;
}

@media screen and (max-width: 767px) {
    .p-top6 .c-list1__item:nth-child(3) .c-list1__item__inner:before {
        background: url(/images/top/top6_img3_sp.jpg) no-repeat center/cover;
    }
}

.p-top6 .c-list1__item:nth-child(4) .c-list1__item__inner:before {
    background: url(/images/top/top6_img4.jpg) no-repeat center/cover;
}

@media screen and (max-width: 767px) {
    .p-top6 .c-list1__item:nth-child(4) .c-list1__item__inner:before {
        background: url(/images/top/top6_img4_sp.jpg) no-repeat center/cover;
    }
}

.p-top6 .c-list1__item:nth-child(5) .c-list1__item__inner:before {
    background: url(/images/top/top6_img5.jpg) no-repeat center/cover;
}

@media screen and (max-width: 767px) {
    .p-top6 .c-list1__item:nth-child(5) .c-list1__item__inner:before {
        background: url(/images/top/top6_img5_sp.jpg) no-repeat center/cover;
    }
}

.p-top6 .c-list1__listtext {
    z-index: 3;
}

@media screen and (min-width: 768px) {
    .p-top7 .c-list {
        max-height: 640px;
        min-height: 320px;
    }
}

.p-top7 .c-title1__jap {
    left: -8px;
}

@media screen and (max-width: 767px) {
    .p-top7 .c-title1__jap {
        left: 0;
    }
}

.p-top7 .c-list .c-title1 + .c-list__text {
    margin-top: 65px;
    position: relative;
    z-index: 1;
}

@media screen and (max-width: 1024px) {
    .p-top7 .c-list .c-title1 + .c-list__text {
        margin-top: 19px;
    }
}

.p-top7 .c-list > .l-cont {
    top: -2px;
    left: 3px;
}

@media screen and (max-width: 1024px) {
    .p-top7 .c-list > .l-cont {
        top: 0;
    }
}

@media screen and (min-width: 768px) {
    .p-top7 .c-list1__listtext {
        font-size: 1.6rem;
    }
}

@media screen and (max-width: 767px) {
    .p-top7 .c-list1__listtext {
        font-size: 1.2rem;
    }
}

@media screen and (min-width: 768px) {
    .p-top7 .c-list1__item {
        height: 100%;
    }
}

@media screen and (max-width: 767px) {
    .p-top7 .c-list1__item__inner:after {
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.4);
        opacity: 1;
        top: 0;
    }
    .p-top7 .c-list1__item {
        height: auto;
        padding-top: calc((600/750)*100%);
    }
}

.p-top7 .c-list1__item:nth-child(1) .c-list1__item__inner:before {
    background: url(/images/top/top7_img1.jpg) no-repeat center/cover;
}

.p-top7 .c-list1__item:nth-child(1) .c-list1__item__inner:after {
    background: url(/images/top/top7_img1-hover.jpg) no-repeat center/cover;
}


@media screen and (max-width: 767px) {
    .p-top7 .c-list1__item:nth-child(1) .c-list1__item__inner:before {
        background: url(/images/top/top7_img1_sp.jpg) no-repeat center/cover;
    }

    .p-top7 .c-list1__item:nth-child(1) .c-list1__item__inner:after {
        background: url(/images/top/top7_img1_sp.jpg) no-repeat center/cover;
    }
}

.p-top__slide { /* 960x550 */
    overflow: hidden;
    min-width: 1280px;
    height: 733px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

@media screen and (max-width: 1600px) {
    .p-top__slide {
        min-width: 960px;
        height: 550px;
    }
}

@media screen and (max-width: 1280px) {
    .p-top__slide {
        min-width: 640px;
        height: 367px;
    }
}

/*@media screen and (max-width: 960px) {
    .p-top__slide {
        min-width: 320px;
        height: 183px;
    }
}*/

@media screen and (max-width: 767px) {
    .p-top__slide {
        min-width: 540px;
        height: 540px;
    }
}

@media screen and (max-width: 639px) {
    .p-top__slide {
        min-width: 270px;
        height: 270px;
    }
}

.p-top__maining {
    position: relative;
    z-index: 1;
    width: 100%;
    /*max-width: 960px;*/
    height: 100%;
    max-height: 733px;
    margin-top: 120px;
}

.p-top__maining .bx-wrapper {
    margin: 0 auto;
}

@media screen and (max-width: 1600px) {
    .p-top__maining .bx-wrapper {
        max-width: 960px !important;
    }
}
@media screen and (max-width: 1280px) {
    .p-top__maining .bx-wrapper {
        max-width: 640px !important;
    }
}
@media screen and (max-width: 1024px) {
    .p-top__maining {
        margin-top: 60px;
    }
}
/*@media screen and (max-width: 960px) {
    .p-top__maining .bx-wrapper {
        max-width: 320px !important;
    }
}*/

@media screen and (max-width: 767px) {
    .p-top__maining .bx-wrapper {
        max-width: 540px !important;
    }
}

@media screen and (max-width: 639px) {
    .p-top__maining .bx-wrapper {
        max-width: 270px !important;
    }
}

.p-top__maining .bx-controls {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    transform: translate(-50%,-50%);
}

.p-top__maining .bx-controls-direction {
    position: relative;
    margin: 0 auto;
}
@media screen and (max-width: 1600px) {
    .p-top__maining .bx-controls-direction {
        max-width: 960px;
    }
}
@media screen and (max-width: 1280px) {
    .p-top__maining .bx-controls-direction {
        max-width: 640px;
    }
}
/*@media screen and (max-width: 960px) {
    .p-top__maining .bx-controls-direction {
        max-width: 320px;
    }
}*/
@media screen and (max-width: 767px) {
    .p-top__maining .bx-controls-direction {
        max-width: 540px;
    }
}
@media screen and (max-width: 639px) {
    .p-top__maining .bx-controls-direction {
        max-width: 270px;
    }
}

.p-top__maining .bx-wrapper .bx-prev,.p-top__maining .bx-wrapper .bx-next {
    width: 80px;
    height: 80px;
    background: #FFFFFF;
    position: absolute;
    top: 50%;
    z-index: 10;
    transform: translateY(-50%);
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
    .p-top__maining .bx-wrapper .bx-prev,.p-top__maining .bx-wrapper .bx-next {
        width: 60px;
        height: 60px;
    }
}
/*@media screen and (min-width: 768px) and (max-width: 960px) {
    .p-top__maining .bx-wrapper .bx-prev,.p-top__maining .bx-wrapper .bx-next {
        width: 40px;
        height: 40px;
    }
}*/
@media screen and (max-width: 639px) {
    .p-top__maining .bx-wrapper .bx-prev,.p-top__maining .bx-wrapper .bx-next {
        width: 40px;
        height: 40px;
    }
}
.p-top__maining .bx-wrapper .bx-prev::after,.p-top__maining .bx-wrapper .bx-next::after {
    content: '';
    display: block;
    width: 12.01px;
    height: 20.8px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
@media screen and (max-width: 639px) {
    .p-top__maining .bx-wrapper .bx-prev::after,.p-top__maining .bx-wrapper .bx-next::after {
        width: 6.005px;
        height: 10.4px;
    }
}

.p-top__maining .bx-wrapper .bx-prev {
    left: -720px;
}
.p-top__maining .bx-wrapper .bx-prev::after {
    background: url(/images/top/slider_arrow.svg) center/100% auto no-repeat;
    transform: translate(-50%,-50%) rotate(180deg);
}
.p-top__maining .bx-wrapper .bx-next {
    right: -720px;
}
.p-top__maining .bx-wrapper .bx-next::after {
    background: url(/images/top/slider_arrow.svg) center/100% auto no-repeat;
}
@media screen and (min-width: 1281px) and (max-width: 1600px) {
    .p-top__maining .bx-wrapper .bx-prev {
        left: -560px;
    }
    .p-top__maining .bx-wrapper .bx-next {
        right: -560px;
    }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
    .p-top__maining .bx-wrapper .bx-prev {
        left: -380px;
    }
    .p-top__maining .bx-wrapper .bx-next {
        right: -380px;
    }
}
/*@media screen and (min-width: 768px) and (max-width: 960px) {
    .p-top__maining .bx-wrapper .bx-prev {
        left: -242px;
    }
    .p-top__maining .bx-wrapper .bx-next {
        right: -242px;
    }
}*/
@media screen and (min-width: 640px) and (max-width: 767px) {
    .p-top__maining .bx-wrapper .bx-prev {
        left: -350px;
    }
    .p-top__maining .bx-wrapper .bx-next {
        right: -350px;
    }
}
@media screen and (max-width: 639px) {
    .p-top__maining .bx-wrapper .bx-prev {
        left: -175px;
    }
    .p-top__maining .bx-wrapper .bx-next {
        right: -175px;
    }
}

.p-top__maining .bx-viewport {
    overflow: visible !important;
    height: 733px !important;
    margin: 0 auto;
}

@media screen and (max-width: 1600px) {
    .p-top__maining .bx-viewport {
        height: 550px !important;
    }
}
@media screen and (max-width: 1280px) {
    .p-top__maining .bx-viewport {
        height: 367px !important;
    }
}
/*@media screen and (max-width: 960px) {
    .p-top__maining .bx-viewport {
        height: 183px !important;
    }
}*/
@media screen and (max-width: 767px) {
    .p-top__maining .bx-viewport {
        height: 540px !important;
    }
}
@media screen and (max-width: 639px) {
    .p-top__maining .bx-viewport {
        height: 270px !important;
    }
}

.p-top__maining__anniversary {
    width: 200px;
    position: absolute;
    top: 140px;
    right: 91px;
    pointer-events: none;
    z-index: 2;
}

@media screen and (max-width: 1600px) {
    .p-top__maining__anniversary {
        width: 10vw;
        right: 5.6875vw;
    }
}

@media screen and (max-width: 1024px) {
    .p-top__maining__anniversary {
        width: 15vw;
    }
}

@media screen and (max-width: 767px) {
    .p-top__maining__anniversary {
        width: 15vw;
        top: 260px;
        right: auto;
        left: 15px;
    }
}

.p-top__maining__title {
    width: 100%;
    position: absolute;
    bottom: 76px;
    right: 91px;
    pointer-events: none;
    z-index: 2;
}

@media screen and (max-width: 1600px) {
    .p-top__maining__title {
        width: 34.375vw;
        right: 5.6875vw;
        bottom: 5.5vw;
    }
}

@media screen and (max-width: 1024px) {
    .p-top__maining__title {
        width: 33vw;
        right: 3vw;
        bottom: 3vw;
    }
}

@media screen and (max-width: 767px) {
    .p-top__maining__title {
        width: 277px;
        margin-right: 11px;
        padding-top: 52px;
        top: 0;
        position: relative;
        right: 0;
        bottom: 0;
        transform: none;
        display: block;
        margin-left: auto;
    }
}

.p-top__maining__title span {
    margin-top: 29px;
    font-size: 1.9rem;
    line-height: 4.2rem;
    font-weight: 600;
    letter-spacing: 0.256rem;
    color: #E83820;
    display: block;
    font-family: '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
}

@media screen and (max-width: 1600px) {
    .p-top__maining__title span {
        font-size: 1.25vw;
        line-height: 2.625vw;
        margin-top: 1.8125vw;
        letter-spacing: 0.16vw;
    }
}

@media screen and (max-width: 1024px) {
    .p-top__maining__title span {
        margin-top: 40px;
        font-size: 1.6rem;
        line-height: 2.8rem;
        padding-left: 6px;
    }
}

@media screen and (max-width: 767px) {
    .p-top__maining__title span {
        margin-top: 14px;
        padding-left: 0;
        letter-spacing: 0.16rem;
        font-size: 0.95rem;
        line-height: 2.4rem;
    }
}

@media screen and (max-width: 767px) {
    .p-top__maining__title img {
        width: 95%;
    }
}

.p-top__maining__img {
    width: 100%;
}

@media screen and (max-width: 1024px) {
    .p-top__maining__img {
        width: 100%;
    }
}

.p-top__maining__img img {
    width: 100%;
}

@media screen and (max-width: 767px) {
    .p-top__maining__img {
        display: none;
    }
}

.p-top__maining__slide {
    margin: 0 auto;
    height: 100%;
}

.p-top__maining__slideitem {
    height: 100%;
    width: 1280px !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    transition: 1s filter;
}
@media screen and (max-width: 1600px) {
    .p-top__maining__slideitem {
        width: 960px !important;
    }
}
@media screen and (max-width: 1280px) {
    .p-top__maining__slideitem {
        width: 640px !important;
    }
}
/*@media screen and (max-width: 960px) {
    .p-top__maining__slideitem {
        width: 320px !important;
    }
}*/
@media screen and (max-width: 767px) {
    .p-top__maining__slideitem {
        width: 540px !important;
    }
}
@media screen and (max-width: 639px) {
    .p-top__maining__slideitem {
        width: 270px !important;
    }
}

.p-top__maining__slideitem[aria-hidden="true"] {
    filter: brightness(30%);
}

.p-top__maining__slideitem a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 100;
}

.p-top__maining__slideitem__text {
    width: 100%;
    height: 156px;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    left: 0;
    bottom: 0;
}

.p-top__maining__slideitem__text__box {
    padding: 0 45px;
    position: absolute;
    top: 50%;
    left: 0;
    box-sizing: border-box;
    transform: translateY(-50%);
}

.p-top__maining__slideitem__text__ttl {
    display: block;
    font-size: 33px;
    color: #fff;
    font-weight: 900;
    line-height: 1.2;
}

.p-top__maining__slideitem__text__more {
    display: block;
    margin-top: 15px;
    padding-left: 27px;
    font-size: 27px;
    color: #fff;
    font-weight: 700;
    line-height: 1;
    position: relative;
}

.p-top__maining__slideitem__text__more:before {
    content: '';
    display: inline-block;
    width: 16.335px;
    height: 15px;
    margin-right: 5px;
    line-height: 1;
    background: url(/images/top/top_mainimg_arrow.svg) center/100% auto no-repeat;
    position: absolute;
    top: 53%;
    left: 0;
    transform: translateY(-50%);
}

.p-top__maining__slideitem__img {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
}

.p-top__maining__slideitem__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media screen and (max-width: 1600px) {
    .p-top__maining__slideitem__text {
        height: 104px;
    }
    .p-top__maining__slideitem__text__ttl {
        font-size: 22px;
    }
    .p-top__maining__slideitem__text__box {
        padding: 0 30px;
    }
    .p-top__maining__slideitem__text__more {
        margin-top: 10px;
        padding-left: 18px;
        font-size: 18px;
    }
    .p-top__maining__slideitem__text__more:before {
        width: 10.89px;
        height: 10px;
    }
}

@media screen and (max-width: 1280px) {
    .p-top__maining__slideitem__text {
        height: 70px;
    }
    .p-top__maining__slideitem__text__ttl {
        font-size: 15px;
    }
    .p-top__maining__slideitem__text__box {
        padding: 0 20px;
    }
    .p-top__maining__slideitem__text__more {
        margin-top: 6.67px;
        padding-left: 10px;
        font-size: 10px;
    }
    .p-top__maining__slideitem__text__more:before {
        width: 7.26px;
        height: 6.67px;
    }
}

/*@media screen and (max-width: 960px) {
    .p-top__maining__slideitem__text {
        height: 52px;
    }
    .p-top__maining__slideitem__text__ttl {
        font-size: 11px;
    }
    .p-top__maining__slideitem__text__box {
        padding: 0 15px;
    }
    .p-top__maining__slideitem__text__more {
        margin-top: 5px;
        padding-left: 9px;
        font-size: 9px;
    }
    .p-top__maining__slideitem__text__more:before {
        width: 5.445px;
        height: 5px;
    }
}*/

@media screen and (max-width: 767px) {
    .p-top__maining__slideitem__text {
        height: 159px;
    }
    .p-top__maining__slideitem__text__ttl {
        font-size: 28px;
    }
    .p-top__maining__slideitem__text__box {
        padding: 0 15px;
    }
    .p-top__maining__slideitem__text__more {
        font-size: 20px;
    }
    .p-top__maining__slideitem__text__more:before {
        width: 14.54px;
        height: 16.06px;
    }
}

@media screen and (max-width: 639px) {
    .p-top__maining__slideitem__text {
        height: 79.5px;
    }
    .p-top__maining__slideitem__text__ttl {
        font-size: 14px;
    }
    .p-top__maining__slideitem__text__more {
        font-size: 10px;
    }
    .p-top__maining__slideitem__text__more:before {
        width: 10.89px;
        height: 10px;
    }
}

/*.p-top__maining__slideitem:nth-child(1) {
    background-image: url(/images/top/top_mainimg_2310_1.jpg);
}

@media screen and (max-width: 767px) {
    .p-top__maining__slideitem:nth-child(1) {
        background-image: url(/images/top/top_mainimg_2310_1_sp.jpg);
    }
}

.p-top__maining__slideitem:nth-child(2) {
    background-image: url(/images/top/top_mainimg_2312_1.jpg);
}

@media screen and (max-width: 767px) {
    .p-top__maining__slideitem:nth-child(2) {
        background-image: url(/images/top/top_mainimg_2312_1_sp.jpg);
    }
}

.p-top__maining__slideitem:nth-child(3) {
    background-image: url(/images/top/top_mainimg_2308_1.jpg);
}

@media screen and (max-width: 767px) {
    .p-top__maining__slideitem:nth-child(3) {
        background-image: url(/images/top/top_mainimg_2308_1_sp.jpg);
    }
}

.p-top__maining__slideitem:nth-child(4) {
    background-image: url(/images/top/top_mainimg_2304_1.jpg);
}

@media screen and (max-width: 767px) {
    .p-top__maining__slideitem:nth-child(4) {
        background-image: url(/images/top/top_mainimg_2304_1_sp.jpg);
    }
}

.p-top__maining__slideitem:nth-child(5) {
    background-image: url(/images/top/top_mainimg_2209_7.jpg);
}

@media screen and (max-width: 767px) {
    .p-top__maining__slideitem:nth-child(5) {
        background-image: url(/images/top/top_mainimg_2209_7_sp.jpg);
    }
}

.p-top__maining__slideitem:nth-child(6) {
    background-image: url(/images/top/top_mainimg_2312_2.jpg);
}

@media screen and (max-width: 767px) {
    .p-top__maining__slideitem:nth-child(6) {
        background-image: url(/images/top/top_mainimg_2312_2_sp.jpg);
    }
}

.p-top__maining__slideitem:nth-child(7) {
    background-image: url(/images/top/top_mainimg_2209_3.jpg);
}

@media screen and (max-width: 767px) {
    .p-top__maining__slideitem:nth-child(7) {
        background-image: url(/images/top/top_mainimg_2209_3_sp.jpg);
    }
}

.p-top__maining__slideitem:nth-child(8) {
    background-image: url(/images/top/top_mainimg_2209_5.jpg);
}

@media screen and (max-width: 767px) {
    .p-top__maining__slideitem:nth-child(8) {
        background-image: url(/images/top/top_mainimg_2209_5_sp.jpg);
    }
}

.p-top__maining__slideitem:nth-child(9) {
    background-image: url(/images/top/top_mainimg_2209_6.jpg);
}

@media screen and (max-width: 767px) {
    .p-top__maining__slideitem:nth-child(9) {
        background-image: url(/images/top/top_mainimg_2209_6_sp.jpg);
    }
}*/

/*
------------------------------------------------------------*/
