
/* CSS Document */

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

top-contents
=================================================*/

.top-image {
	width: 100%;
	position: relative;
    margin-top: 70px;
}

.top-image .photo {
	width: 100%;
	position: relative;
    z-index: 2;
}
.top-image .bg-photo {
	width: 100%;
	position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}
.top-image .top-title {
	width: 90%;
	position: absolute;
    top: 38%;
	left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	z-index: 3;
}
.top-image .top-title h1 {
    width: 100%;
    font-size: 5rem;
    letter-spacing: 0.05em;
    font-weight: 500;
    color: #FFF;
    line-height: 100%;
    text-align: right;
    margin-bottom: 20px;
}
.top-image .top-title-pict {
	width: 90%;
	position: absolute;
    top: 50%;
	left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	z-index: 3;
}
.top-image .top-title-pict h1 {
    width: 100%;
    max-width: 838px;
    text-align: center;
    margin: 0 auto;
}
.top-image .top-title p {
    width: 100%;
    position: absolute;
    font-size: 1.6rem;
    letter-spacing: .1em;
    line-height: 180%;
    color: #FFF;
    text-align: right;
}
.top-image img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

.page-message p {
    width: 90%;
    font-size: 2rem;
    letter-spacing: .1em;
    text-align: center;
    line-height: 240%;
    margin: 0 auto;
}
.page-message p span {
    display: inline-block;
}
.page-message p small {
    display: block;
    color: #666;
    line-height: 200%;
    margin-top: 1em;
}

.page-title {
    font-size: 8rem;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0;
    text-align: center;
    line-height: 100%;
    background-image: url("../../images/under_bar.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: auto;
    margin: 0 auto;
    padding-bottom: 40px;
}
.page-title strong {
    color: #0052ce;
}
.page-title span {
    display: inline-block;
}
.page-title.small {
    font-size: 5rem;
    line-height: 180%;
}

.movie-list {
    width: 100%;
    background-color: #e6f3fb;
    background-image: url("../../images/index2_04_2.png"),url("../../images/index2_04.png");
    background-position: left top,left bottom;
    background-repeat: no-repeat,no-repeat;
    background-size: contain,contain;
    margin-top: 80px;
    padding: 0 0 200px;
}
.movie-list .inner {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}
.movie-list .inner-f {
    width: 90%;
    max-width: 1200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
}
.movie-list .inner-f .item {
    width: 46%;
    margin-top: 80px;
}
.movie-list .inner-f .item .movie {
    width: 100%;
    height: 300px;
    position: relative;
    background-color: #000;
}
.movie-list .inner-f .item h2 {
    font-size: 2rem;
    text-align: center;
    color: #FFF;
    line-height: 180%;
    font-weight: 500;
    background-color: #0052ce;
    padding: 20px 1em;
}

.schedule-list {
    width: 100%;
    background-color: #e6f3fb;
    background-image: url("../../images/index2_04_2.png"),url("../../images/index2_04.png");
    background-position: left top,left bottom;
    background-repeat: no-repeat,no-repeat;
    background-size: contain,contain;
    margin-top: 80px;
    padding: 0 0 200px;
}
.schedule-list .inner {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}
.schedule-list .inner h1 {
    width: 100%;
    max-width: 985px;
    margin: 0 auto 60px;
}
.schedule-list .inner h1 img {
    width: 100%;
    max-width: 100%;
    height: auto;
}
.schedule-list .time-sc {
    width: 100%;
    position: relative;
    display: flex;
    flex-flow: row wrap;
}
.schedule-list .time-sc .line {
    width: 60px;
}
.schedule-list .time-sc .line img {
    width: 100%;
    max-width: 100%;
    height: auto;
}
.schedule-list .time-sc .item {
    flex: 1;
    position: relative;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
}
.schedule-list .time-sc .item::-webkit-scrollbar {
    height: 10px;
}
.schedule-list .time-sc .item::-webkit-scrollbar-track {
    border-radius: 0;
    background-color: #DDD;
}
.schedule-list .time-sc .item::-webkit-scrollbar-thumb {
    background-color: #0052ce;
    border-radius: 0;
}
.schedule-list .time-sc .item .sc-map {
    width: 1350px;
    position: relative;
}
.schedule-list .time-sc .item .in-link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
.schedule-list .time-sc .item .sk {
    position: absolute;
    width: 7.2%;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0);
    top: 0;
    left: 0;
    z-index: 1;
}
.schedule-list .time-sc .item .sk.no1 {
    height: 17%;
	transform: translate(190%, 395%);
}
.schedule-list .time-sc .item .sk.no2 {
    height: 48%;
	transform: translate(475%, 80%);
}
.schedule-list .time-sc .item .sk.no3 {
    height: 14%;
	transform: translate(710%, 510%);
}
.schedule-list .time-sc .item .sk.no4 {
    height: 25%;
	transform: translate(990%, 58%);
}
.schedule-list .time-sc .item .sk.no5 {
    height: 17%;
	transform: translate(1280%, 85%);
}

.schedule-list .time-sc .item .sk.no6 {
    height: 26%;
	transform: translate(190%, 55%);
}
.schedule-list .time-sc .item .sk.no7 {
    height: 30%;
	transform: translate(380%, 120%);
}
.schedule-list .time-sc .item .sk.no8 {
    height: 65%;
	transform: translate(710%, 48%);
}
.schedule-list .time-sc .item .sk.no9 {
    width: 20%;
    height: 18%;
	transform: translate(325%, 182%);
}
.schedule-list .time-sc .item .sk.no10 {
    height: 32%;
	transform: translate(1280%, 140%);
}

.schedule-list .time-sc .item .sk img {
    width: 100%;
	max-width: 100%;
	height: 100%;
}

.white-popup {
	width: 95%;
	max-width: 600px;
	position: relative;
	background: #FFF;
    border-radius: 20px;
    overflow: hidden;
	margin: 0 auto;
	padding: 50px 30px 0;
}
.white-popup img {
	width: 100%;
	max-width: 100%;
	height: auto;
}
.white-popup .mfp-close {
	color: #000!important;
	background: #FFF;
    opacity: 1;
}
.white-popup h2 {
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    color: #FFF;
    font-size: clamp(1.6rem, 2vw, 2.4rem);
    line-height: 160%;
    text-align: left;
    background-color: #0052ce;
}
.white-popup h2 span {
    width: 5em;
    font-size: 80%;
    color: #0052ce;
    text-align: center;
    line-height: 160%;
    background-color: #fff;
    border: 3px solid #0052ce;
    padding: 1em .5em;
}
.white-popup h2 strong {
    display: flex;
    align-items: center; 
    font-weight: 600;
    padding: 0 1em;
}
.white-popup p {
    color: #0052ce;
    margin: 5% 0 2%;
}
.white-popup .photo {
    width: 100%;
    max-width: 338px;
    margin: 0 auto;
}
.white-popup .photo img {
    width: 100%;
	max-width: 100%;
	height: auto;
}

.schedule-list .inner ul {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.schedule-list .inner ul li {
    width: 48%;
    border-radius: 20px;
    background-color: #fff;
    margin-top: 60px;
    padding: 50px 4% 0;
}
.schedule-list .inner ul li h2 {
    color: #FFF;
    font-size: clamp(1.6rem, 2vw, 2.4rem);
    text-align: left;
    background-color: #0052ce;
    padding-right: 1em;
}
.schedule-list .inner ul li h2 span {
    display: inline-block;
    font-size: 80%;
    color: #0052ce;
    line-height: 180%;
    background-color: #fff;
    border: 3px solid #0052ce;
    margin-right: .8em;
    padding: .8em .6em;
}
.schedule-list .inner ul li p {
    color: #0052ce;
    margin: 5% 0 2%;
}
.schedule-list .inner ul li .photo {
    width: 100%;
    max-width: 338px;
    margin: 0 auto;
}
.schedule-list .inner ul li .photo img {
    width: 100%;
	max-width: 100%;
	height: auto;
}
.schedule-list .comment {
    width: 100%;
    position: relative;
    background-color: #0052ce;
    border-radius: 30px;
    margin-top: 7%;
    padding: 6% 8%;
}
.schedule-list .comment p {
    width: 50%;
    position: relative;
    color: #FFF;
    z-index: 2;
}
.schedule-list .comment p span {
    display: block;
    color: #FFF;
    line-height: 180%;
    font-size: clamp(1.6rem, 1.8vw, 1.8rem);
    border-top: 2px solid #FFF;
    margin-top: .8em;
    padding: .8em 0 0;
}
.schedule-list .comment .fin-photo {
    width: 45%;
    max-width: 450px;
    position: absolute;
    right: 4%;
    bottom: 0;
    z-index: 1;
}
.schedule-list .comment .fin-photo img {
    width: 100%;
	max-width: 100%;
	height: auto;
}

.schedule-list .att {
    width: 100%;
    max-width: 380px;
    color: #000;
    text-align: center;
    font-size: 1.4rem;
    background-color: #FFF;
    border-radius: 30px;
    margin: 15px auto 0;
    padding: .5em 1em;
}

.coming {
    font-size: 2rem;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    color: #acbcc6;
    margin-top: 80px;
}
.coming strong {
    font-size: 4rem;
    line-height: 100%;
    display: block;
    margin-bottom: 30px;
}

.job-information {
    width: 100%;
    background-color: #0052ce;
    background-image: url("../../images/index2_04_2.png");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 200px 0 100px;
}
.job-information img {
	width: 100%;
	max-width: 100%;
	height: auto;
}
.job-information h1 {
    width: 90%;
    color: #FFF;
    font-weight: 500;
    text-align: center;
    letter-spacing: .1em;
    margin: 0 auto;
}
.job-information .inner {
    width: 90%;
    max-width: 1200px;
    
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    
    margin: 0 auto;
}
.job-information .inner dl {
    width: 46%;
    margin-top: 80px;
}
.job-information .inner dl dt {
    width: 100%;
    max-width: 440px;
    margin: 0 auto;
}
.job-information .inner dl dd {
    color: #FFF;
}
.job-information .inner dl dd h2 {
    font-size: 2rem;
    text-align: center;
    padding: 1em 0;
}
.job-information .inner dl dd h2 span {
    width: 135px;
    display: inline-block;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 100%;
    text-align: center;
    color: #0052ce;
    background-color: #FFF;
    border-radius: 24px;
    margin: 0 15px;
    padding: 10px 0;
}

.recomended-contents {
    
}
.recomended-contents section {
    width: 90%;
    max-width: 1200px;
    position: relative;
    text-align: center;
    background-color: #e6f3fb;
    border-radius: 18px;
    margin: 30px auto 120px;
    padding: 50px 0 80px;
}
.recomended-contents section:nth-last-of-type(1) {
    margin-bottom: 0;
}
.recomended-contents section h1 {
    width: 227px;
    height: 69px;
    position: absolute;
    top: -40px;
    left: 50%;
    -webkit-transform: translate(-50%, 0); 
    transform: translate(-50%, 0);
    z-index: 1;
}
.recomended-contents section h2 {
    font-size: 3rem;
    text-align: center;
    line-height: 100%;
    color: #0052ce;
}
.recomended-contents section h2 span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.recomended-contents section .inner {
    text-align: center;
}
.recomended-contents section .inner li {
    width: 90%;
    max-width: 346px;
    display: inline-block;
    margin: 30px 10px 0;
}
.recomended-contents section .inner li img {
    width: 100%;
	max-width: 100%;
	height: auto;
}
.recomended-contents section .photo {
    width: 90%;
    max-width: 1100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    
    margin: 60px auto 0;
}
.recomended-contents section .photo img {
    width: 100%;
	max-width: 100%;
	height: auto;
}
.recomended-contents section .photo div {
    width: 50%;
}

.parent-contents {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}
.parent-contents dl {
    width: 100%;
    display: table;
    margin-top: 80px;
}
.parent-contents dl dt {
    width: 50%;
    display: table-cell;
    font-size: 2.8rem;
    line-height: 180%;
    color: #FFF;
    vertical-align: middle;
    background-color: #0052ce;
    
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: 25%;
    
    padding: 6% 3%;
}
.parent-contents dl dt span {
    display: inline-block;
}
.parent-contents dl:nth-of-type(1) dt {
    background-image: url("../../parent/images/toparents_03.png");
}
.parent-contents dl:nth-of-type(2) dt {
    background-image: url("../../parent/images/toparents_06.png");
}
.parent-contents dl:nth-of-type(3) dt {
    background-image: url("../../parent/images/toparents_08.png");
}
.parent-contents dl:nth-of-type(4) dt {
    background-image: url("../../parent/images/toparents_10.png");
}
.parent-contents dl:nth-of-type(5) dt {
    background-image: url("../../parent/images/toparents_12.png");
}
.parent-contents dl dd {
    width: 50%;
    display: table-cell;
    color: #0052ce;
    vertical-align: middle;
    background-color: #e6f3fb;
    padding: 6% 3%;
}

.factory-information {
    width: 100%;
    background-color: #0052ce;
    background-image: url("../../images/index2_04_2.png");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: 80px;
    padding: 200px 0 100px;
}
.factory-information img {
	width: 100%;
	max-width: 100%;
	height: auto;
}
.factory-information h1 {
    width: 90%;
    color: #FFF;
    font-weight: 500;
    line-height: 160%;
    text-align: center;
    margin: 0 auto;
}
.factory-information .inner {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}
.factory-information .inner ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.factory-information .inner ul li {
    width: 23%;
    max-width: 270px;
    margin-top: 60px;
}
.factory-information .inner ul li a {
    width: 100%;
    display: block;
    font-size: 1.8rem;
    text-align: center;
    color: #0052ce;
    text-decoration: none;
    border-radius: 32px;
    border: 2px solid #FFF;
    background-color: #FFF;
    background-image: url("../../common/images/arrow_u.png");
    background-position: right 15px center;
    background-repeat: no-repeat;
    background-size: auto;
    padding: 12px 1em;
}
.factory-information .inner ul li a:hover {
    opacity: 1;
    color: #FFF;
    background-color: #0052ce;
}
.factory-information .inner dl {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    
    padding-top: 120px;
}
.factory-information .inner dl:nth-of-type(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.factory-information .inner dl dt {
    width: 45.8%;
    max-width: 550px;
}
.factory-information .inner dl dd {
    width: 45.8%;
    color: #FFF;
}
.factory-information .inner dl dd h2 {
    font-size: 2.4rem;
    color: #0052ce;
    text-align: center;
    background-color: #FFF;
    padding: 10px 1em;
}
.factory-information .inner dl dd h3 {
    font-size: 2rem;
    line-height: 180%;
    margin: 1.5em 0;
}
.factory-information .inner dl dd h3 span {
    display: inline-block;
}

@media only screen and (min-width:1px) and (max-width: 920px) {
    
   
}

@media only screen and (min-width:1px) and (max-width: 768px) {
	
	.top-image {
		margin-top: 70px;
	}
    .top-image .top-title h1 {
        font-size: 3rem;
        margin-bottom: 3%;
    }
    .top-image .top-title p {
        font-size: 1.4rem;
    }
    .page-message p {
        width: 90%;
        max-width: 90%;
        font-size: 1.6rem;
        text-align: center;
        letter-spacing: .1em;
        line-height: 240%;
    }
    
    
    .page-title {
        font-size: 5rem;
        padding-bottom: 40px;
    }
    .page-title.small {
        font-size: 3rem;
        line-height: 160%;
    }

    .movie-list {
        width: 100%;
        margin-top: 8%;
        padding: 0 0 20%;
    }
    
    
    .movie-list .inner-f {
        display: block;
    }
    
    .movie-list .inner-f .item {
        width: 100%;
        margin-top: 8%;
    }
    .movie-list .inner-f .item h2 {
        font-size: 1.8rem;
        padding: 3% 1em;
    }
    
    .schedule-list {
        width: 100%;
        margin-top: 8%;
        padding: 0 0 20%;
    }
    .schedule-list .inner h1 {
        width: 100%;
        max-width: 985px;
        margin: 0 auto 6%;
    }
    .schedule-list .time-sc .line {
        width: 40px;
    }
    .schedule-list .time-sc .item img {
        width: 899px;
        height: auto;
    }
    .schedule-list .time-sc .item .sc-map {
        width: 899px;
        position: relative;
    }
    .schedule-list .comment {
        width: 100%;
        position: relative;
        background-color: #0052ce;
        border-radius: 20px;
        margin-top: 7%;
        padding: 6% 8% 0;
    }
    .schedule-list .comment p {
        width: 100%;
        margin-bottom: 5%;
    }
    .schedule-list .comment p span {
        display: block;
        color: #FFF;
        line-height: 180%;
        font-size: clamp(1.6rem, 1.8vw, 1.8rem);
        border-top: 2px solid #FFF;
        margin-top: .8em;
        padding: .8em 0 0;
    }
    .schedule-list .comment .fin-photo {
        width: 90%;
        position: relative;
        right: -5%;
        bottom: 0;
        z-index: 1;
        margin: 0 auto;
    }

    .coming {
        font-size: 1.6rem;
        margin-top: 8%;
    }
    .coming strong {
        font-size: 2.4rem;
        line-height: 100%;
        display: block;
        margin-bottom: 5%;
    }

    .job-information {
        width: 100%;
        padding: 15% 0 10%;
    }
    .job-information .inner {
        display: block;
        margin: 0 auto;
    }
    .job-information .inner dl {
        width: 100%;
        max-width: 550px;
        margin: 8% auto 0;
    }
    .job-information .inner dl dd {
        color: #FFF;
    }
    .job-information .inner dl dd h2 {
        font-size: 1.8rem;
        text-align: center;
        padding: .5em 0;
    }
    .job-information .inner dl dd h2 span {
        display: block;
        margin: 10px auto;
        padding: 10px 0;
    }

    .recomended-contents section {
        margin: 30px auto 18%;
        padding: 10% 0 8%;
    }
    .recomended-contents section h2 {
        font-size: 2.4rem;
    }
    .recomended-contents section .inner li {
        width: 90%;
        max-width: 346px;
        display: inline-block;
        margin: 5% 10px 0;
    }
    .recomended-contents section .inner li img {
        width: 100%;
        max-width: 100%;
        height: auto;
    }
    .recomended-contents section .photo {
        display: block;
        margin: 5% auto 0;
    }
    .recomended-contents section .photo div {
        width: 100%;
        max-width: 545px;
        margin: 0 auto;
    }
    
    .parent-contents dl {
        width: 100%;
        display: block;
        margin-top: 8%;
    }
    .parent-contents dl dt {
        width: 100%;
        display: block;
        font-size: 1.8rem;
        background-size: contain;
        padding: 5%;
    }
    .parent-contents dl dd {
        width: 100%;
        display: block;
        padding: 5%;
    }

    .factory-information {
        margin-top: 8%;
        padding: 15% 0 10%;
    }
    .factory-information img {
        width: 100%;
        max-width: 100%;
        height: auto;
    }
    .factory-information h1 {
        width: 90%;
        color: #FFF;
        font-weight: 500;
        line-height: 160%;
        text-align: center;
        margin: 0 auto;
    }
    .factory-information .inner {
        width: 90%;
        max-width: 1200px;
        margin: 0 auto;
    }
    .factory-information .inner ul {
        width: 100%;
        display: block;
    }
    .factory-information .inner ul li {
        width: 100%;
        margin: 4% auto 0;
    }
    .factory-information .inner ul li a {
        width: 100%;
        display: block;
        font-size: 1.8rem;
    }
    .factory-information .inner ul li a:hover {
        opacity: 1;
        color: #FFF;
        background-color: #0052ce;
    }
    .factory-information .inner dl {
        width: 100%;
        
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        
        padding-top: 15%;
    }
    .factory-information .inner dl:nth-of-type(odd) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .factory-information .inner dl dt {
        width: 100%;
        max-width: 550px;
        margin: 0 auto;
    }
    .factory-information .inner dl dd {
        width: 100%;
        margin-bottom: 5%;
    }
    .factory-information .inner dl dd h2 {
        font-size: 2rem;
        padding: 10px 1em;
    }
    .factory-information .inner dl dd h3 {
        font-size: 1.8rem;
        margin: 1.5em 0;
    }
    
}

@media only screen and (min-width:1px) and (max-width: 568px) {
	

}
	
@media only screen and (min-width:1px) and (max-width: 480px) {
	

}

