
/* CSS Document */

/*====================================

    main

====================================*/

.main {
    width: 100%;
    height: 100vh;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
    max-width: 1400px;
    margin: 0 auto 100px;
}
.main .cell {
    height: 100%;
    width: 100%;
    padding: 20px;
    position: relative;
}
/*.main .cell .frame_top,
.main .cell .frame_bottom {
    width: 40px;
    height: 40px;
    position: absolute;
    background: url(/common/images/logo_circle.svg) center center no-repeat;
    background-size: cover;
    z-index: 10;
}
.main .cell .frame_top {
    top: 20px;
    left: 200px;
}
.main .cell .frame_bottom {
    top: 129px;
    left: 20px;
}*/

/*====================================

    slider

====================================*/

.slider {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
}
.slider:after {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    z-index: -1;
    border-radius: 80px;
    -webkit-border-radius: 80px;
    -moz-border-radius: 80px;
    position: absolute;
    right: -10px;
    bottom: -10px;
    background-image: linear-gradient(120deg, #e0c3fc 0%, #8ec5fc 100%);
}
.slider ul {
    margin: 0;
    padding: 0;
    height: 100%;
    position: relative;
    border-radius: 80px;
    -webkit-border-radius: 80px;
    -moz-border-radius: 80px;
    overflow: hidden;
}
.slider ul li {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    animation-iteration-count: infinite;
    animation-duration: 15s;
    overflow: hidden;
    border-radius: 80px;
    -webkit-border-radius: 80px;
    -moz-border-radius: 80px;
}
.slider ul li:nth-child(1) {
    animation-name: slider;
    animation-delay: -1s;
    background: url(../images/sl_001.jpg) no-repeat center center;
    background-size: cover;
}
.slider ul li:nth-child(2) {
    animation-name: slider;
    animation-delay: 4s;
    opacity: 0;
    background: url(../images/sl_002.jpg) no-repeat center center;
    background-size: cover;
}
.slider ul li:nth-child(3) {
    animation-name: slider;
    animation-delay: 8s;
    opacity: 0;
    background: url(../images/sl_003.jpg) no-repeat center center;
    background-size: cover;
}
.slider ul li:nth-child(4) {
    animation-name: slider;
    animation-delay: 12s;
    opacity: 0;
    background: url(../images/sl_004.jpg) no-repeat center center;
    background-size: cover;
}
@keyframes slider {
    0%{
        opacity:0;
    }
    4.76%{
        opacity:1;
    }
    33.33%{
        opacity:1;
    }
    42.85%{
        opacity:0;
    }
    100%{
        opacity:0;
    }
}

/*====================================

    #fv

====================================*/

#fv {
    width: 100%;
    padding: 80px 40px 40px 40px;
}
#fv .main_slider {
    position: relative;
}
#fv .main_slider:after {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    z-index: -1;
    border-radius: 80px;
    -webkit-border-radius: 80px;
    -moz-border-radius: 80px;
    position: absolute;
    right: -10px;
    bottom: -10px;
    background-image: linear-gradient(120deg, #e0c3fc 0%, #8ec5fc 100%);
}
#fv .main_slider {
}
#fv .main_slider li {
    border-radius: 80px;
    overflow: hidden;
    pointer-events: none;
}
#fv .slick-prev,
#fv .slick-next {
    width: 40px;
    height: 60px;
}


/*====================================

    wp_info

====================================*/

.wp_info {
    width: 100%;
    padding: 0 80px;
    margin-bottom: 100px;
}
.wp_info .inner {
    width: 100%;
}
.wp_info .inner .news {
}
.wp_info .inner .news .cell {
    margin-bottom: 40px;
}
.wp_info .inner .news .cell h3 {
    font-family: 'Cinzel Decorative', cursive;
    font-size: 250%;
    line-height: 1em;
    width: 100%;
    margin-bottom: 20px;
}
.wp_info .inner .news .cell h3 span {
    font-family: 'Noto Sans Japanese', sans-serif;
    font-weight: 200;
    font-size: 40%;
    display: inline-block;
    line-height: 1em;
    padding-left: 1em;
}
.wp_info .inner .news .cell .list {
    height: 440px;
    overflow-y: scroll;
    background: #eee;
    padding: 30px;
    border-radius: 20px;
}
.wp_info .inner .news .cell dl {
    width: 100%;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    display: table;
    margin-bottom: -1px;
    padding: 6px 0;
}
.wp_info .inner .news .cell dl dt {
    display: table-cell;
    width: 120px;
    font-family: 'Cinzel Decorative', cursive;
    vertical-align: top;
}
.wp_info .inner .news .cell dl dd {
    display: table-cell;
    vertical-align: top;
}
.wp_info .inner .news .cell dl dd .name {
    padding-top: 4px;
    margin-bottom: 6px;
}
.wp_info .inner .news .cell dl dd .name li {
    background: #4788BC;
    color: #fff;
    float: left;
    line-height: 1em;
    padding: 4px 6px;
    font-size: 70%;
    margin-right: 10px;
    border-radius: 2px;
}
.wp_info .inner .news .cell dl dd p {
    line-height: 1.65em;
}
.wp_info .inner .news .cell dl dd a {
    font-size: 100%;
    text-decoration: underline;
    color: #000;
}
.wp_info .inner .news .cell dl dd a:hover {
    text-decoration: none;
}

/*====================================

    making_movie

====================================*/

.making_movie {
    width: 100%;
    padding: 0 80px;
    margin-bottom: 100px;
}
.making_movie .inner {
    border: 2px solid #4788BC;
    background: #e6eef5;
    border-radius: 20px;
    padding: 50px 50px 20px 50px;
}
.making_movie .inner h3 {
    width: 100%;
    text-align: center;
    font-family: 'Cinzel Decorative', cursive;
    line-height: 1em;
    font-size: 300%;
    margin-bottom: 40px;
}
.making_movie .inner h3 span {
    display: block;
    font-family: 'Noto Sans Japanese', sans-serif;
    font-weight: 200;
    font-size: 30%;
    line-height: 1em;
}
.making_movie .inner ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.making_movie .inner ul li {
    width: 48%;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px;
}
.making_movie .inner ul li video {
    width: 100%;
    display: block;
    line-height: 1em;
}

/*====================================

    wp_movie

====================================*/

.wp_movie {
    width: 100%;
    padding: 0 80px;
    margin-bottom: 100px;
}
.wp_movie .inner {
    background-image: linear-gradient(120deg, #e0c3fc 0%, #8ec5fc 100%);
    padding: 80px 80px 40px 80px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    overflow: hidden;
}
.wp_movie .inner .ttl {
    width: 100%;
    text-align: center;
    font-family: 'Cinzel Decorative', cursive;
    font-size: 400%;
    margin-bottom: 40px;
    line-height: 1em;
    color: #fff;
}
.wp_movie .inner ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.wp_movie .inner ul li {
    width: 47%;
    margin-bottom: 40px;
}
.wp_movie .inner ul li .youtube {
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    overflow: hidden;
}
.wp_movie .inner ul li .youtube iframe {
    width: 100%;
    height: 100%;
}
.wp_movie .inner .exclusive {
    border-top: 1px solid #fff;
    padding-top: 40px;
    margin-bottom: 20px;
}
.wp_movie .inner .exclusive .youtube {
    width: 400px;
    margin: 0 auto;
    aspect-ratio: 16 / 9;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    overflow: hidden;
}
.wp_movie .inner .exclusive .youtube iframe {
    width: 100%;
    height: 100%;
}

/*====================================

    banner

====================================*/

.banner {
    margin-bottom: 60px;
}
.banner a {
    display: block;
    border: 3px solid #d70000;
    margin: 0 auto;
    width: 100%;
    max-width: 800px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    overflow: hidden;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}
.banner a:hover {
    filter: alpha(opacity=80);
    -moz-opacity:0.8;
    opacity:0.8;
    -ms-filter: "alpha(opacity=80)";
    -moz-opacity:0.8;
    -khtml-opacity: 0.8;
    zoom:1;
}

/*====================================

    concept

====================================*/

.concept {
    padding: 0 10%;
    margin-bottom: 100px;
}
.concept .inner {
    position: relative;
    padding: 60px 80px;
}
.concept .inner .top_left,
.concept .inner .top_right,
.concept .inner .bottom_left,
.concept .inner .bottom_right {
    width: 80px;
    height: 80px;
    position: absolute;
}
.concept .inner .top_left {
    background: url(../images/concept_frame_01.svg) no-repeat;
    background-size: cover;
    top: 0;
    left: 0;
}
.concept .inner .top_right {
    background: url(../images/concept_frame_02.svg) no-repeat;
    background-size: cover;
    top: 0;
    right: 0;
}
.concept .inner .bottom_left {
    background: url(../images/concept_frame_03.svg) no-repeat;
    background-size: cover;
    bottom: 0;
    left: 0;
}
.concept .inner .bottom_right {
    background: url(../images/concept_frame_04.svg) no-repeat;
    background-size: cover;
    bottom: 0;
    right: 0;
}
.concept .inner p {
    font-size: 130%;
    line-height: 2em;
    text-align: center;
}

/*====================================

    snav_list

====================================*/

.snav_list {
    padding: 0 80px;
    margin-bottom: 40px;
}
.snav_list ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.snav_list ul li {
    width: 18%;
    position: relative;
}
.snav_list ul li a {
    display: block;
    text-decoration: none;
    color: #000;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}
.snav_list ul li a:hover {
    filter: alpha(opacity=80);
    -moz-opacity:0.8;
    opacity:0.8;
    -ms-filter: "alpha(opacity=80)";
    -moz-opacity:0.8;
    -khtml-opacity: 0.8;
    zoom:1;
}
.snav_list ul li a .ph {
    position: relative;
    margin-bottom: 20px;
}
.snav_list ul li a .ph img {
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    overflow: hidden;
}
.snav_list ul li a .ph:after {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    z-index: -1;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    position: absolute;
    right: -10px;
    bottom: -10px;
    background-image: linear-gradient(120deg, #e0c3fc 0%, #8ec5fc 100%);
}
.snav_list ul li a p {
    font-family: 'Cinzel Decorative', cursive;
    font-size: 120%;
    line-height: 1em;
}
.snav_list ul li a p span {
    font-family: 'Noto Sans Japanese', sans-serif;
    font-weight: 200;
    font-size: 70%;
    display: block;
    padding-top: 0.5em;
    line-height: 1em;
}

/*====================================

    profile

====================================*/

.profile {
    padding: 0 40px;
}
.profile .cell {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    margin-bottom: 50px;
    padding-top: 50px;
}
.profile .cell:nth-child(odd) {
    flex-direction: row;
}
.profile .cell:nth-child(even) {
    flex-direction: row-reverse;
}
.profile .cell:last-child {
}
.profile .cell .ph {
    width: 300px;
    position: relative;
}
.profile .cell .ph:after {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    z-index: -1;
    border-radius: 60px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    position: absolute;
    right: -10px;
    bottom: -10px;
    background-image: linear-gradient(120deg, #e0c3fc 0%, #8ec5fc 100%);
}
.profile .cell .ph img {
    border-radius: 60px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    overflow: hidden;
}
.profile .cell .text {
    width: 70%;
    padding: 0 0 0 5%;
}
.profile .cell .text .name {
    font-family: 'Cinzel Decorative', cursive;
    font-size: 250%;
    line-height: 1.25em;
}
.profile .cell .text .name span {
    font-family: 'Noto Sans Japanese', sans-serif;
    font-weight: 200;
    font-size: 30%;
    display: block;
    line-height: 1em;
    margin-bottom: 10px;
}
.profile .cell .text .shozoku {
    font-size: 90%;
    margin-bottom: 30px;
}
.profile .cell .text .box {
    margin-bottom: 20px;
}
.profile .cell .text .box:last-child {
    margin-bottom: 0px;
}
.profile .cell .text .box .box_ttl {
    font-family: 'Cinzel Decorative', cursive;
    font-size: 120%;
    display: flex;
    align-items: center;
    justify-content: left;
}
.profile .cell .text .box .box_ttl:before,
.profile .cell .text .box .box_ttl:after {
    border-top: 1px solid;
    content: "";
    width: 3em;
}
.profile .cell .text .box .box_ttl:before {
    margin-right: 1em;
}
.profile .cell .text .box .box_ttl:after {
    margin-left: 1em;
}
.profile .cell .text .box p {
}
.profile .cell .text .ex {
    margin-bottom: 20px;
}





