@charset "UTF-8";
/* CSS Document */

/* 共通 */
html{font-size: 62.5%;}
body{
	font-size:1.6rem;/* 16px*/
	color: #fff;
	background: #000;
}
p{line-height: 1.75em;}
a{transition: 0.3s;}
.txt14{font-size: 1.4rem;}
h2, h3, h4 {text-align: center;}

.inner {
	max-width:980px;
	width:90%;
	margin:0 auto;
}

@media screen and (max-width:769px) {
	.pc { display: none;}
	.mb16{margin-bottom:8px;}
	.mb24{margin-bottom:12px;}
	.mb32{margin-bottom:16px;}
	.mb40{margin-bottom:20px;}
	.mb62{margin-bottom:31px;}
	.mb80{margin-bottom:40px;}
	.pb80{padding-bottom:40px;}
}
@media screen and (min-width:768px) {
	.sp { display: none;}
	.mb16{margin-bottom:16px;}
	.mb24{margin-bottom:24px;}
	.mb32{margin-bottom:32px;}
	.mb40{margin-bottom:40px;}
	.mb62{margin-bottom:62px;}
	.mb80{margin-bottom:80px;}
	.pb80{padding-bottom:80px;}
}

.column2{width:100%;display:flex; justify-content: space-between;}
.column2 p:nth-child(-n+2){width:49%;}


header{
	position: relative;
}
nav{
	width:100%;
	position: absolute;
	font-family: 'Shippori Mincho B1', serif;
	background-color: rgba(0,0,0,0.6);
	z-index: 120;
}
nav ul {
	display: flex;
	justify-content: flex-end;
	padding:32px 0;
}
nav ul li {margin-right:3em;}
nav ul li a:hover {color:#FFCD5D; }

/* ナビゲーション固定 */
.clone-nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  transition: .3s;
  transform: translateY(-100%);
}
.is-show {
  transform: translateY(0);
}

@media screen and (max-width:769px) {
	.clone-nav { display: none;}
}

header .movie{
	position: absolute;
	z-index: 99;
	bottom:64px;
	right:80px;
}
header .movie_list li{
	width:300px;
}
header .movie_list li:hover{
	opacity: 0.7;
}
header .movie_list li img{
	width:100%;
	border:1px solid #ccc;
}
@media screen and (max-width:769px) {
	header .movie{
	position: static;
	}
	header .movie_list li{
	width:90%;
	margin:0 auto;
	}
}
	
header .mv img{width:100%; height:auto;}

.swiper-slide img{width:100%}
.slider-thumbnail{
	position: absolute;
	width:500px;
	z-index: 99;
	bottom:64px;
	left:80px;
}
.slider-thumbnail .swiper-slide {
	opacity: .5;
	height:auto;
	overflow: hidden;
	margin-right:16px;
}
.slider-thumbnail .swiper-slide-thumb-active {
    opacity: 1;
}
.swiper-button-next,
.swiper-button-prev {
    --swiper-navigation-color: #fff;
}


@media screen and (max-width:769px) {
	h2 img, h3 img{width:100%; height:auto;}
}

.intro {
	background: url("../images/bg_intro.png") center top no-repeat;
	background-size: contain;
	background-attachment: fixed;
}
.about_h4 {
	font-family: 'Shippori Mincho B1', serif;
	font-size: 2.4rem;
	color: #D8BE71;
}
.about_db table{
	width:90%;
	margin:0 auto;
}
.about_db th span:after{
	content: '';
	display: block;
	width:40px;
	height:3px;
	background: #D8BE71;
	margin:24px auto;
}
.about_db .youtube {text-align: center;position:relative;}
.about_db .youtube img{width:640px;border: 1px solid #FFF;}
.about_db .youtube .movie_btn_img{border: unset;}
.about_db .txt_right{text-align: right;}

@media screen and (max-width:769px) {
	.about_db .txt_right{font-size: 1.4rem;}
	.about_db .youtube iframe{width:100%;}
	.about_db .youtube img{width:100%;border: 1px solid #FFF;}
	.about_db .youtube .movie_btn_img{border: unset;}
}

.comparison{
	display: flex;
	flex-wrap:wrap;
	justify-content: space-between;
}
.comparison li{width:48%; margin-bottom:32px;}
.comparison img{width:100%; height:auto; border:1px solid #ccc;}

.period {
	border-top:1px solid #333;
	padding:80px 0;
}
.period .title {
	display: flex;
	justify-content:center;
}
.period .title li:first-child { /* margin-right:0px; */ text-align:center;}
.period .title li dd {text-align: center;}
.period .movie_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	
	/* 複数ある場合
	justify-content: space-between;
	*/
}
.period .movie_list li {
	width:32%;
}
.period .movie_list li a{
	display: block;
	background: #111;
	border: 1px solid #555;
	height:56px;
	line-height: 56px;
	padding-left:16px;
	margin-bottom:20px;
	position: relative;
}
@media screen and (max-width:769px) {
	.period .title{/*justify-content: space-between; */}
	.period .title li{width:46%;}
	.period .title li img{width:100%; height:auto;}
	.period .title li:first-child { margin-right:0; text-align:center;}
	.period .movie_list {
		display: inherit;
	}
	.period .movie_list li {
		width:100%;
	}	
}
.period .movie_list li a:hover{
	border: 1px solid #FFCD5D;
}
.period .movie_list li a:after{
	content: '';
	width:24px;
	height:24px;
	background: url("../images/othersite.png") center center no-repeat;
	background-size: contain;
	position: absolute;
	right:16px;
	top:calc(50% - 12px);
}


.goods_info {
	background: url("../images/bg_goods.png") center top;
	background-size: cover;
	padding:80px 0;
}

.goods_info_detail {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.goods_info_detail .left {width:60%;}
.goods_info h4 {
	text-align: left;
	font-family: 'Shippori Mincho B1', serif;
	font-size: 2.8rem;
}
.goods_info li {
	padding:24px 0;
	border-bottom:1px solid #748EA5;
	line-height: 1.75em;
}
.goods_info .btn {
	display: block;
	width:340px;
	height:60px;
	line-height: 60px;
	border:1px solid #fff;
	margin-top:32px;
	padding-left:16px;
	position: relative;
}
.goods_info .btn:hover {
	border: 1px solid #FFCD5D;
}
.goods_info .btn:after{
	content: '';
	width:24px;
	height:24px;
	background: url("../images/othersite.png") center center no-repeat;
	background-size: contain;
	position: absolute;
	right:16px;
	top:calc(50% - 12px);
}
.goods_info_detail .item {width:35%;}
@media screen and (max-width:769px) {
	.goods_info_detail {display: inherit;}
	.goods_info_detail .left {width:100%;}
	.goods_info .btn {width:100%;}
	.goods_info_detail .item {width:100%; margin-top:40px;}
}


.movie_info {
	padding:80px 0;
	background: url("../images/bg_movieinfo.png") center center no-repeat;
	background-size: cover;
}
.movie_info .img_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom:32px;
}
.movie_info h4 {text-align: left;}
.movie_info .staff {line-height: 1.75em;}
@media screen and (max-width:769px) {
	.movie_info .img_list {display: inherit;}
	.movie_info .img_list img{width:100%; height:auto;}
}

.detail h4{text-align: center;}

footer { padding:24px 0;}
footer p{font-size:1.4rem; text-align: center;}

.movie_btn img{width:100% !important;border:unset !important;}
.movie_btn {
position: absolute;
    top: 41%;
    margin: 0 auto;
    left: 0px;
    right: 0px;
    width: 8%;
}
@media screen and (max-width:769px) {
.movie_btn {
    position: absolute;
    top: 37%;
    margin: 0 auto;
    left: 0px;
    right: 0px;
    width: 18%;
}
}


header .movie_list{position:relative;}

header .movie_list .movie_btn img{width:100% !important;border:unset;}
header .movie_list .movie_btn  {
position: absolute;
    top: 41%;
    margin: 0 auto;
    left: 0px;
    right: 0px;
    width: 15%;
}

@media screen and (max-width:769px) {
header .movie_list .movie_btn {
    position: absolute;
    top: 37%;
    margin: 0 auto;
    left: 0px;
    right: 0px;
    width: 18%;
}
}


/* 2021-12-23 追記 */
.topics {
    border:1px solid #555;
    padding:40px;
	max-width:980px;
	width:90%;
	margin:0 auto 80px;
    max-height:160px;
    overflow-y: scroll;
}
.topics .icon_new{background: #D8BE71; color:#111; padding:2px 12px 1px; margin:0 0.5em 0 0; font-size:1.4rem;}
.topics time {margin-right:1em;}
.topics p{margin-bottom:32px;}
.topics p:last-of-type{margin-bottom:0;}
.topics p a::before{
    content: '';
    display: inline-block;
    width:8px;
    height:12px;
    margin-right:8px;
    background: url("../images/arrow_topics.png") center center no-repeat;
    background-size: cover;
    position: relative;
}
.topics p a:hover {text-decoration: underline;}
.topics_detail{
    border-top:1px solid #333;
    padding:80px 0;
}
.topics_detail article {
    margin-bottom:64px;
    padding-bottom:64px;
    border-bottom:1px solid #555;
}
.topics_detail article:last-of-type {
    margin-bottom:0;
    padding-bottom:0;
    border-bottom:none;
}

.topics_detail h3 {
	font-family: 'Shippori Mincho B1', serif;
	font-size: 2.4rem;
	color: #D8BE71;
    margin-bottom:40px;
}
.topics_detail p {margin-bottom:16px;}
.topics_detail p:last-of-type {margin-bottom:0;}
.topics_detail a{color: #D8BE71;}
.topics_detail a:hover{text-decoration: underline;}

@media screen and (max-width:769px) {
    .topics {padding:24px; margin:0 auto 40px;}
    .topics_detail{
        padding:40px 0;
    }
    .topics_detail h3 {text-align: left; margin-bottom:24px;}
    .topics_detail article {
    margin-bottom:32px;
    padding-bottom:32px;
    }
}