/* common　*/
body {
    font-family: "poppins",
        sans-serif;
    font-style: normal;
    color: #545454;
}

/* english　*/

h2 {
    font-size: 3.3rem;
    font-weight: 600;
    line-height: 4.5rem;
}

p {
    line-height: 2rem;
    font-size: 1.2rem;
    overflow-wrap: break-word;
}

a:hover {
    text-underline-offset: 5px;
}

.f-view,
.about,
.youtube,
.together,
.guide,
.action,
.movies {
    padding-bottom: 6rem;
}

.header,
.f-view,
.about,
.slick-track {
    background-color: #F5F5EF;
}

.nav .nav-item a {
    color: #545454;
}

.nav .nav-item a:hover {
    text-decoration: underline;
}

.f-view {
    padding-right: 5%;
}

.f-view .container-fluid {
    padding: 0;
    margin: 0;
}

.slick-outer {
    position: relative;
}

.slick-content {
    position: absolute;
    top: 50%;
    left: 70%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 150;
    color: #fff;

}

.slick-content img {
    max-width: 90%;
}

.slick-content p {
    text-align: center;
}

.f-view img {
    width: 100%;
    max-height: 800px;
    object-fit: cover;
}



.f-view img.slide02 {
    object-position: 50% 100%;
}

.about {
    position: relative;
}

.about .bg_color {
    position: absolute;
    background-color: #fff;
    right: 0;
    width: 60%;
    height: 720px;
    z-index: 10;
}

.about .container {
    position: relative;
    z-index: 11;
    ;
}

.about h2 {
    margin: 4rem 0;
}

.about p {
    padding-right: 3rem;
}

.about img {
    max-width: 80%;
    margin: 4rem 0;
}

.youtube {
    position: relative;
}

.youtube .bg_color {
    position: absolute;
    right: 0;
    width: 40%;
    height: 500px;
    z-index: 10;
    background: repeat-x url(../images/bg_youtube.png);
}

.youtube .container {
    position: relative;
    z-index: 11;
    ;
}

.youtube iframe {
    margin-top: 6rem;
    max-width: 100%;
}

.together img {
    max-width: 100%;
    margin-bottom: 2rem;
}

.together h2 {
    text-align: center;
    margin-bottom: 5rem;
}

.together h3 {
    text-align: center;
    font-size: 1.4rem;
    margin-bottom: 5rem;
}

.together p {
    margin-left: 1rem;
}

.together a {
    color: #545454;
    text-decoration: none;
}

.together a:hover {
    text-decoration: underline;
}

.together a:hover {
    opacity: 0.8;
    transition: all 0.3s;
}

.guide {
    background-color: #f5f5ef;
}

.guide .container-fluid {
    background: no-repeat url(../images/bg_guide.jpg);
    background-size: cover;
    height: 800px;
    background-position: center;
    display: grid;
    place-items: center;
    color: #fff;
    text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
    margin-bottom: 6rem;
}

.guide table {
    border-collapse: separate;
    border-spacing: 0 20px;
    border-top: 4px solid #547171;
    height: 100%;
}

.guide table th {
    border-right: 4px solid #547171;
}

.guide table th.leftbx {
    border-left: 4px solid #547171;
}

.guide table.btmbx {
    border-bottom: 4px solid #547171;
}

.guide .col-lg-4 {
    padding: 0;
}

.guide .col-lg-4 h3 {
    text-align: center;
    font-weight: 600;
    font-size: 1.7rem;
}

.guide .col-lg-4 img {
    display: block;
    margin: 0 auto;
    width: 40%;
}

.guide .col-lg-4 p {
    margin: 0 2rem 3rem;
    font-size: 1rem;
    line-height: 1.6rem;
}

.cp_arrows {
    text-align: center;
}

.cp_arrows span {
    display: inline-block;
    background: #fff;
    border-radius: 100%;
    margin-bottom: 10px;
    width: 30px;
    height: 30px;
}

.cp_arrows [class*='cp_arrow'] {
    position: relative;
    display: inline-block;
}

.cp_arrows [class*='cp_arrow']:after,
.cp_arrows [class*='cp_arrow']:before {
    content: '';
}

.cp_arrows [class*='cp_arrow'] {
    /*三角形の設定*/
    top: 1px;
    left: 0;
    border-width: 0 12px 12px 0;
    border-style: solid;
    border-color: transparent #545454 transparent transparent;
}

.cp_arrows [class*='cp_arrow']:before {
    /*矢印の棒の設定*/
    position: absolute;
    top: 6px;
    left: -2px;
    width: 12px;
    height: 4px;
    background: #545454;
    transform: rotate(-45deg);
}

/*それぞれの角度*/
.cp_arrows .cp_arrow_right {
    transform: rotate(45deg);
}

.guide a {
    display: block;
    text-decoration: none;
    color: #545454;
}

.guide a:hover {
    opacity: 0.8;
    transition: all 0.3s;

}

.guide a:hover .cp_arrows {
    text-decoration: underline;
}


.action .bg_color {
    position: absolute;
    left: 0;
    width: 75%;
    height: 900px;
    z-index: 10;
    background: repeat-x url(../images/bg_action.png);
}

.action .container {
    position: relative;
    z-index: 11;
    ;
}

.action iframe {
    margin-top: 6rem;
    max-width: 100%;
}

.action h2 {
    text-align: center;
    margin-bottom: 2rem;
    padding-top: 8rem;
}

.action .col-lg-4 {
    margin-top: 4rem;
}

.action .col-lg-4 img {
    width: 100%;
}

.action .cp_arrows,
.movies .cp_arrows {
    text-align: center;
    font-size: 3rem;
    margin-top: 4rem;
}

.action .cp_arrows span {
    display: inline-block;
    background: #f5f5ef;
    border-radius: 100%;
    margin-bottom: 10px;
    width: 50px;
    height: 50px;
    vertical-align: middle;

}

.movies .cp_arrows span {
    display: inline-block;
    background: #ffffff;
    border-radius: 100%;
    margin-bottom: 10px;
    width: 50px;
    height: 50px;
    vertical-align: middle;

}

.action .cp_arrows [class*='cp_arrow'],
.movies .cp_arrows [class*='cp_arrow'] {
    position: relative;
    display: inline-block;
}

.action .cp_arrows [class*='cp_arrow']:after,
.movies .cp_arrows [class*='cp_arrow']:after,
.action .cp_arrows [class*='cp_arrow']:before,
.movies .cp_arrows [class*='cp_arrow']:before {
    content: '';
}

.action .cp_arrows [class*='cp_arrow'],
.movies .cp_arrows [class*='cp_arrow'] {
    /*三角形の設定*/
    top: -22px;
    left: 0;
    border-width: 0 12px 12px 0;
    border-style: solid;
    border-color: transparent #545454 transparent transparent;
}

.action .cp_arrows [class*='cp_arrow']:before,
.movies .cp_arrows [class*='cp_arrow']:before {
    /*矢印の棒の設定*/
    position: absolute;
    top: 6px;
    left: -2px;
    width: 12px;
    height: 4px;
    background: #545454;
    transform: rotate(-45deg);
}

.action a,
.movies a {
    display: block;
    text-decoration: none;
    color: #545454;
}

.action a:hover,
.movies a:hover {
    opacity: 0.8;
    transition: all 0.3s;
    text-decoration: underline;
}

.movies {
    background-color: #f5f5f5;
}

.movies h2 {
    text-align: center;
    margin-bottom: 2rem;
    padding-top: 8rem;
}

.movies h3 {
    text-align: center;
    font-size: 1.4rem;
    margin-bottom: 5rem;
}

.movies p {
    margin-left: 1rem;
}

.movies .movie_logo {
    text-align: center;
}

.movies .movie_logo img {
    max-height: 100%;
    width: auto;
}

.grid_1 {
    grid-row: span 6;
    background-color: #fff;
}

.grid_2 {
    grid-row: span 4;
    background-color: #fff;
}

.grid_3 {
    grid-row: span 4;
    background-color: #fff;
}

.grid_4 {
    grid-row: span 6;
    background-color: #fff;
}

.grid_5 {
    grid-row: span 4;
    background-color: #fff;
}

.youtube_list {
    width: 100%;
    aspect-ratio: 16 / 9;
}

.youtube_list iframe {
    width: 100%;
    height: 100%;
}

.footer {
    background-color: #547171;
    text-align: center;
    padding: 4rem 0;
    color: #fff;
}

/* japanese　*/
@media (min-width: 992px) {
    .sp_only {
        display: none;
    }
}

@media (max-width: 991.98px) {
    .pc_only {
        display: none;
    }

    .f-view,
    .about,
    .youtube,
    .together,
    .guide,
    .action,
    .movies {
        padding-bottom: 3rem;
    }

    .navbar-collapse {
        background-color: #e1e1e1;
    }

    .f-view {
        padding: 0;
    }

    .f-view .col {
        padding: 0;
    }

    .f-view .row {
        margin: 0;
    }

    .f-view .slick-next,
    .f-view .slick-prev {
        display: none !important;
    }

    .slick-content {
        left: 50%;
    }

    .slick-content p {
        text-wrap: nowrap;
    }

    .about_logo_sp {
        text-align: center;
        background-color: #fff;
    }

    .about_logo_sp img {
        max-width: 50%;
        margin: 1rem 0;
        width: auto;
    }

    .bg_color {
        display: none;
    }

    h2 {
        font-size: 2rem;
        font-weight: 600;
        line-height: 2.8rem;
    }

    .about h2 {
        margin: 3rem 0;
    }

    .about p {
        padding-right: 0;
    }

    .youtube iframe {
        margin-top: 3rem;
    }

    .guide .container-fluid {
        height: 400px;
    }

    .guide .col-lg-4 {
        padding: 0 1rem;
    }

    .guide table th {
        border-right: 4px solid #547171;
        border-left: 4px solid #547171;
        ;
    }

    .guide table.btmbx {
        border-top: 4px solid #547171;
        border-bottom: none;
    }

    .guide table.last_btmbx {
        border-bottom: 4px solid #547171;
    }

    .action h3 {
        margin-top: 1rem;
    }

    .grid_1 {
        grid-row: span 3;
        background-color: #fff;
    }

    .grid_2 {
        grid-row: span 3;
        background-color: #fff;
    }

    .grid_3 {
        grid-row: span 3;
        background-color: #fff;
    }

    .grid_4 {
        grid-row: span 3;
        background-color: #fff;
    }

    .grid_5 {
        grid-row: span 3;
        background-color: #fff;
    }
}

/* 固定ページ */

img.kotei_tpl {
    margin: 4rem 0;
    height: 500px;
    object-fit: cover;
}
