@charset "UTF-8";

/* ==

　基本コンテンツ

=================================================================================== */
body {
	min-width: 980px;
}
.movie {
	padding-bottom: 0;
  /* font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", Arial, Helvetica, sans-serif; */
}
.movie .contentWrap {
	width: 100%;
}
.movie .inner  {
	max-width: 800px;
	padding: 0;
	margin: 0 auto;
}

a img:hover {
  opacity: 1;
}

@media only screen and (max-width: 1280px) {
	.movie .contentWrap {
    max-width: 100%;
	}
}
@media screen and (min-width: 1025px) {
  body main {
    padding-top: 133px;
  }
}
@media only screen and (max-width: 980px) {
	body { min-width: 1px; }
	.movie section, .movie .inner  {
		max-width: 100%;
	}
	main.movie .pageContentsInner {
    padding: 0 32px;
	}
}
@media only screen and (max-width: 630px) {
	img {
		width: 100%;
		height: auto;
	}
}

/* ==

　メインビジュアル

=================================================================================== */
main .pageContentsDeviceWith .titmainArea {
	height: auto;
}
main .pageContentsDeviceWith .titmainArea h1 img {
	width: 100%;
	height: auto;
}
main .pageContentsDeviceWith .titmainArea .inner { padding:80px 0; }
@media only screen and (max-width: 980px) {
	main .titmainArea {
		background-position: right top;
	}
	main .pageContentsInner {
	  padding: 0 32px;
	}
}
@media only screen and (max-width: 800px) {
	main.movie .pageContentsInner {
	  padding: 0 15px;
	}
}
@media only screen and (max-width: 630px) {
	main .pageContentsDeviceWith .titmainArea .inner {
		padding: 30px 0;
	}
	main .pageContentsDeviceWith .titmainArea .inner {
		padding: 40px 0;
	}
	h1 {
		width: 100%;
		margin: 0;
	}
}


/* ==

　3カラムナビ

=================================================================================== */
.movieNavArea {
	/* background-color: #e8edee; */
	padding: 50px 20px;
}
.movieNavArea ul li {
	list-style: none;
}
/*.movieNavArea_h01 {
	margin: 40px 0 20px;
	padding: 12px 10px 11px 45px;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	background: url(/stock/column/img/common/column_bg06.png) no-repeat 10px center;
	background-color: #28405a;
}
.movieNavArea_h01:first-child {
	margin-top: 0;
}
.movieNavArea_clm {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 20px;
}
    
.movieNavArea_clm:after {
	content: "";
	display: block;
	width: 302px;
	height: 0;
}
.movieNavArea_col {
	padding: 10px;*/
	/* width: 302px; */
	/*width: 282px;
	margin: 0 0 20px;
	background-color: #fff;
  position: relative;
}
.movieNavArea_col_img {
	display: block;
	position: relative;
	margin-bottom: 13px;
}
.movieNavArea_col_img:hover img,
.movieNavArea_col_img:hover:after  {
	opacity: 0.7;
}
.movieNavArea_col_img:after {
	content: "";
	width: 73px;
	height: 73px;
	position: absolute;
	top: 50%;
	left: 50%;
	background: url(../img/icon_play01.png) no-repeat 0 0;
	margin: -37px 0 0 -37px;
}
.movieNavArea_col_txt {
	margin-bottom: 10px;
	color: #666;
	text-decoration: none !important;
	font-size: 18px;
	font-weight: bold;
}
.movieNavArea_col_link {
	text-align: right;
  text-align: center;
  margin: 0 auto;
	font-size: 16px;
}
.movieNavArea_col_link a {
	position: relative;
	display: block;
  border-radius: 5px;
  padding: 5px 28px 3px;
  background-color: #e8edee;
  border: 1px solid #ccc;
	text-decoration: underline;
}
.movieNavArea_col_link a span {
	position: relative;
	padding-left: 15px;
}
.movieNavArea_col_link a span::before {
	content: "";
	background: url(/stock/column/img/icon_arrow02.gif) no-repeat 0 center;
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
  width: 5px;
  height: 6px;
  margin-top: -3px;
}
.movieNavArea_col_link a:hover {
	text-decoration: none;
	color: #333;
}
.new_col::after {
content: '新着';
width: 50px;
height: 24px;
line-height: 24px;
font-size: 14px;
text-align: center;
color: #fff;
background-color: #ea5504;
display: block;
position: absolute;
top: 0;
left: 0;
}
.movieNavArea_more {
	width: 100%;
	text-align: center;
}
.movieNavArea_more_btn {
	background-color: #fff;
	font-size: 16px;
	font-weight: bold;
	border-radius: 30px;
	border: 1px solid #cccccc;
	display: inline-block;
	padding: 18px 50px 15px;
	cursor: pointer;
	line-height: 1;
}
.movieNavArea_more_btn:hover {
	opacity: 0.8;
}
.movieNavArea_more_btn span {
	background: url(/stock/column/img/icon_more01.png) no-repeat left center;
	background-size: 15px;
	padding-left: 25px;
	display: block;
}
.movieNavArea_more_btn.isOpen span {
	background: url(/stock/column/img/icon_more02.png) no-repeat left center;
	background-size: 15px;
}



@media only screen and (max-width: 980px) {
	.movieNavArea {
		padding-left: 10px;
		padding-right: 10px;
	}
  .movieNavArea_clm {
		-webkit-box-pack: center;
		-ms-flex-pack: center;*/
		/* justify-content: center; */
  /*}
  .movieNavArea_clm:after {
	  width: 31%;
	  margin: 1%;
	}
	.movieNavArea_col {
	  width: 31%;
	  margin: 1%;
	}
	.movieNavArea_col img {
		width: 100%;
		height: auto;
	}
}
@media only screen and (max-width: 620px) {
	.movieNavArea {
		padding: 20px 10px 30px;
	}
	.movieNavArea_col {
		width: 100%;
	  margin: 0 auto 10px !important;
	  padding-bottom: 10px;
	  max-width: 300px;
	  float: none;
	}
	.movieNavArea_clm {
		margin-bottom: 0;
	}
  .movieNavArea_clm:after {
		width: 100%;
	  margin: 0 auto 10px !important;
	  max-width: 300px;
	}
}
*/


/* ==

　カテゴリナビ

=================================================================================== */
.categoryNav_clm {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 20px;
}
.categoryNav {
	padding-top: 20px;
	background-color: #4f4c4c;
}
.categoryNav-bottom {
	padding-top: 0;
	padding-bottom: 20px;
}
.categoryNav_clm {
	max-width: 950px;
	padding: 0;
	margin: 0 auto;
}
.categoryNav_col {
	width: 222px;
	background-color: #fff;
  position: relative;
  text-align: center;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}
.categoryNav-bottom .categoryNav_col {
  border-radius: 0 0 5px 5px;
}
.categoryNav_col a {
	display: block;
	padding: 20px 0;
	font-size: 18px;
	color: #fff;
	background-color: #ea5404;
	font-weight: bold;
}
.categoryNav_col.categoryNav_col-current a {
	background-color: #fff;
	color: #000;
}
@media only screen and (max-width: 980px) {
	.categoryNav_clm {
		padding: 0 10px;
	}
	.categoryNav_col {
		width: 23%;
	}
	.categoryNav_col a {
		font-size: 14px;
	}
}
@media only screen and (max-width: 630px) {
	.categoryNav_col a {
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		font-size: 12px;
    height: 100%;
    justify-content: center;
    align-items: center;
    line-height: 1.4;
    padding: 10px 0;
	}
}


/* ==

　お問い合わせ

=================================================================================== */
.inquiryBgArea {
	text-align: center;
	margin-top: 50px;
}
.inquiryBgArea img {
	vertical-align: bottom;
}
.inquiryArea {
	background-color: #e8edee;
	padding: 40px 0;
	text-align: center;
}
.inquiryArea h3 {
  max-width: 513px;
  margin: 0 auto 15px;
}
.inquiryArea p {
	max-width: 622px;
	margin: 0 auto 15px;
}
@media only screen and (max-width: 980px) {
	.inquiryBgArea,
	.inquiryArea {
		padding-left: 10px;
		padding-right: 10px;
	}
	
}
@media only screen and (max-width: 800px) {
	.inquiryBgArea img {
		width: 100%;
		height: auto;
	}
	
}
@media only screen and (max-width: 630px) {
	.inquiryBgArea {
		margin-top: 20px;		
	}
	.inquiryArea {
		padding: 20px 10px;
	}
	.inquiryArea h3 {
		max-width: 260px;
	}
}

/*
	表示切替
*/
.devPc { display: block; }
.devPcTbl { display: block; }
.devTbl { display: none; }
.devTblSmp { display: none; }
.devSmp { display: none; }
img.devPc,img.devPcTbl { display: inline; }
img.devTbl,img.devTblSmp,img.devSmp { display: none; }
@media only screen and (max-width: 630px) {
	img {
		width: 100%;
		height: auto;
	}
	.devPc { display: none; }
	.devPcTbl { display: none; }
	.devTbl {	display: none; }
	.devTblSmp { display: block; }
	.devSmp { display: block; }
	img.devTblSmp,img.devSmp { display: inline; }
	img.devPc,img.devPcTbl,img.devTbl { display: none; }
}




/* Magnific Popup CSS */
.mfp-wrap .mfp-iframe-holder .mfp-content{max-width:99%;width:7in;height:390px;border:1px solid #959593;padding:0}.mfp-wrap .mfp-iframe-scaler iframe{box-shadow:none;background:#000}.mfp-bg{z-index:1;overflow:hidden;background:#0b0b0b;opacity:.8;filter:alpha(opacity=80)}.mfp-bg,.mfp-wrap{top:0;left:0;width:100%;height:100%;position:fixed}.mfp-wrap{z-index:2;outline:0!important;-webkit-backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;width:100%;height:100%;left:0;top:0;padding:0 8px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mfp-container:before{content:'';display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:4}.mfp-ajax-holder .mfp-content,.mfp-inline-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-moz-zoom-out;cursor:-webkit-zoom-out;cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-arrow,.mfp-close,.mfp-counter,.mfp-preloader{-webkit-user-select:none;-moz-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none!important}.mfp-preloader{color:#ccc;position:absolute;top:50%;width:auto;text-align:center;margin-top:-.8em;left:8px;right:8px;z-index:3}.mfp-preloader a{color:#ccc}.mfp-preloader a:hover{color:#fff}.mfp-s-error .mfp-content,.mfp-s-ready .mfp-preloader{display:none}button.mfp-arrow,button.mfp-close{overflow:visible;cursor:pointer;background:transparent;border:0;-webkit-appearance:none;display:block;outline:0;padding:0;z-index:5;-webkit-box-shadow:none;box-shadow:none}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:.65;filter:alpha(opacity=65);padding:0 0 18px 10px;color:#fff;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace}.mfp-close:focus,.mfp-close:hover{opacity:1;filter:alpha(opacity=100)}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-iframe-holder .mfp-close,.mfp-image-holder .mfp-close{color:#fff;right:-6px;text-align:right;padding-right:6px;width:100%}.mfp-counter{position:absolute;top:0;right:0;color:#ccc;font-size:9pt;line-height:18px;white-space:nowrap}.mfp-arrow{position:absolute;opacity:.65;filter:alpha(opacity=65);margin:0;top:50%;margin-top:-55px;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:rgba(0,0,0,0)}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:focus,.mfp-arrow:hover{opacity:1;filter:alpha(opacity=100)}.mfp-arrow .mfp-a,.mfp-arrow .mfp-b,.mfp-arrow:after,.mfp-arrow:before{content:'';display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:medium inset transparent}.mfp-arrow .mfp-a,.mfp-arrow:after{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow .mfp-b,.mfp-arrow:before{border-top-width:21px;border-bottom-width:21px;opacity:.7}.mfp-arrow-left{left:0}.mfp-arrow-left .mfp-a,.mfp-arrow-left:after{border-right:17px solid #fff;margin-left:31px}.mfp-arrow-left .mfp-b,.mfp-arrow-left:before{margin-left:25px;border-right:27px solid #3f3f3f}.mfp-arrow-right{right:0}.mfp-arrow-right .mfp-a,.mfp-arrow-right:after{border-left:17px solid #fff;margin-left:39px}.mfp-arrow-right .mfp-b,.mfp-arrow-right:before{border-left:27px solid #3f3f3f}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px rgba(0,0,0,.6);background:#000}img.mfp-img{width:auto;max-width:100%;height:auto;display:block;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:40px 0;margin:0 auto}.mfp-figure,img.mfp-img{line-height:0}.mfp-figure:after{content:'';position:absolute;left:0;top:40px;bottom:40px;display:block;right:0;width:auto;height:auto;z-index:-1;box-shadow:0 0 8px rgba(0,0,0,.6);background:#444}.mfp-figure small{color:#bdbdbd;display:block;font-size:9pt;line-height:14px}.mfp-figure figure{margin:0}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}.mfp-title{text-align:left;line-height:18px;color:#f3f3f3;word-wrap:break-word;padding-right:36px}.mfp-image-holder .mfp-content{max-width:100%}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-height:300px),screen and (max-width:800px) and (orientation:landscape){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,.6);position:fixed;text-align:center;padding:0}}@media all and (max-width:900px){.mfp-arrow{-webkit-transform:scale(0.75);transform:scale(0.75)}.mfp-arrow-left{-webkit-transform-origin:0 0;transform-origin:0 0}.mfp-arrow-right{-webkit-transform-origin:100%;transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}.mfp-ie7 .mfp-img{padding:0}.mfp-ie7 .mfp-bottom-bar{width:600px;left:50%;margin-left:-300px;margin-top:5px;padding-bottom:5px}.mfp-ie7 .mfp-container{padding:0}.mfp-ie7 .mfp-content{padding-top:44px}.mfp-ie7 .mfp-close{top:0;right:0;padding-top:0}.mfp-bg,.mfp-wrap{z-index:10002!important}.mfp-content{margin:5px 0 0;padding:50px 0 0}button.mfp-close{right:0;background:url(/jutaku/common/images/rn03/btn01.png)right top no-repeat;opacity:1;filter:alpha(opacity=100);padding:0;font-size:0;text-indent:-9999px;overflow:hidden}.mfp-iframe-holder .mfp-close{top:-54px;right:0;padding-right:0}.mfp-iframe-holder .mfp-close:active{top:-53px}
.slider-pro-init .sp-bottom-thumbnails .sp-thumbnail-container:last-child {
	margin-right: -30px;
}



/* フォトギャラリー＋動画
------------------------------------------------------------------------------- */
.dMovie.mfp-bg {
	opacity: 0.9;
}
.dMovie .mfp-close {
	position: absolute;
  top: 50%;
  right: 50%;
  margin: -235px -320px 0 0;
	padding: 0;
	width: 55px;
	height: 55px;
	background-image: url(../img/ico_close01.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	opacity: 1;
	transition: opacity .3s;
	cursor: pointer;
}

.dMovie .mfp-container {
	padding: 0;
}
.dMovie .mfp-iframe-holder .mfp-content {
	max-width: 100%;
	width: 640px;
  height: 360px;
	border: none;
	padding: 0;
	margin: 0;
}
.dMovie.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.dMovie.mfp-bg.mfp-ready {
	opacity: 0.9;
}
.dMovie.mfp-bg.mfp-removing {
	opacity: 0;
}
.dMovie.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.dMovie.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}
.dMovie.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}

@media only screen and (max-width: 630px) {
	.dMovie .mfp-iframe-holder .mfp-content {
		width: 300px;
	  height: 169px;
	}
	.dMovie .mfp-close {
    margin: -140px -150px 0 0;
	}
}
@media (orientation: landscape){
	.isMobile .dMovie .mfp-iframe-holder .mfp-content {
		width: 300px;
	  height: 169px;
	}
	.isMobile .dMovie .mfp-close {
    margin: -140px -150px 0 0;
	}
}


/* ==

　メインビジュアル追加分_241016

=================================================================================== */
.br_sp{
	display: none;
}
.anchor-link_list{
	display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px 2%;
    width: 100%;
    padding: 0;
    margin: 0 auto 50px;
    position: relative;
    z-index: 3;
}
.anchor-link_list .anchor-link_list-item{
	list-style: none;
	/*width: 15.6%;*/
	width: 140px;
}
.anchor-link_list .anchor-link_list-item-L{
	/*width: 28.6%;*/
    width: 200px;
}
main .main_inner .anchor-link_btn{
	font-size: clamp(0.875rem, 0.784rem + 0.45vw, 1.125rem);
    line-height: 50px;
    letter-spacing: 0.05em;
	text-decoration: none;
    display: flex;
    min-height: 50px;
    /*padding: 0 0 0 25.8%;*/
    padding: 0 0 0 30px;
    background-color: #fff;
    border-radius: 30px;
    border: 1px solid #cccccc;
    position: relative;
	color: #333333;
}
main .main_inner .anchor-link_btn span{
    line-height: 50px;
}
.anchor-link_btn_L{
    padding: 0 0 0 15.7%;
}
.anchor-link_btn::after {
  content: "";
  display: block;
  width: 14px;
  height: 9px;
  position: absolute;
  bottom: 38%;
  left: 80%;
  z-index: 3;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  background: url("../img/btn_arrow.gif") center center / contain no-repeat;
}

.anchor-link_list .anchor-link_list-item-L .anchor-link_btn::after {
  left: 90%;
}

.wh-box{
	background-color: #fff;
	border-radius: 10px;
	padding: 30px;
	margin-bottom:20px; 
}
.movieNavArea_contText{
	vertical-align: top;
}
.movieNavArea_contText .h2_box{
	display: flex;
}
.movieNavArea_contText h2{
	display: unset;
	background-color: #ea5404;
	border-radius: 5px 0 0 5px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	padding: 8px 20px;
	text-align: center;
}
.movieNavArea_contText .h2_date{
	background-color: #f4f4f4;
	border-radius: 0 5px 5px 0;
	color: #666666;
	font-size: 16px;
	padding: 8px 20px;
}

.movieNavArea_contText h3 {
padding: 20px 0 10px;
font-size: 24px;
}
.movieNavArea_contText,.movieNavArea_contImg{
	display: inline-block;
	width: 49%;
}
.movieNavArea_contImg {
	text-align: right;
}
.movieNavArea_contImg img{
height: 180px;
}
@media only screen and (max-width: 630px) {
.movieNavArea_contImg img{
display: none;
}
}
.movieNavArea_list{
	margin: 20px 0 0 0;
	padding: 0;
}
.movieNavArea_list li{
width: 100%;
height: 60px;
	background-color: #f4f4f4;
	border-radius: 5px;
	margin-bottom: 10px;
}
.movieNavArea_list li:last-child{
	margin-bottom: 0;
}
.movieNavArea_list li img,.movieNavArea_list li a{
	text-decoration: none;
	vertical-align: middle;
}
.movieNavArea_list li a{
	color: #333333;
width: 100%;
height: 100%;
padding-left: 60px;
line-height: 60px;
font-size: 17px;
display: block;
background-image: url("../img/icon_play.png");
background-position: left center;
background-repeat: no-repeat;
}

@media only screen and (max-width: 630px) {
	.br_sp{
	display: block;
}
	.movieNavArea{
		padding:20px 10px 50px;
	}
	.anchor-link_list{
		gap:0;
		margin: 0 auto 20px;
	}
	.anchor-link_list .anchor-link_list-item{
		width: 50%;
	}
	.anchor-link_list .anchor-link_list-item-L{
		width: 50%;
	}
	.anchor-link_btn{
		border-top:1px solid #ea5404;
		border-left:1px solid #ea5404;
		border-radius: 0;
		padding: 0 0 0 20px;
	}
    /*
	.anchor-link_list li:nth-of-type(2) a,.anchor-link_list li:nth-of-type(4) a{
		border-right: 1px solid #ea5404;
	}
	.anchor-link_list li:nth-of-type(3) a,.anchor-link_list li:nth-of-type(4) a{
		border-bottom:  1px solid #ea5404;
	}
    */
	.anchor-link_btn::after {
		left: 90%;
	}
	.movieNavArea_contText {
		display: block;
		width: 100%;
	}
	.movieNavArea_contImg{
		display: block;
		margin: 20px auto;
		text-align: center;
	}
	.wh-box {
		padding: 20px;
	}
	.movieNavArea_contText h2{
		font-size: 14px;
		padding: 8px 15px 8px 20px;
	}
	.movieNavArea_contText .h2_box{
		font-size: 14px;
	}
	.movieNavArea_contText .h2_date{
		padding: 8px 20px 8px 15px;
	}
	.movieNavArea_list li{
		border-bottom: 1px solid #dddddd;
		border-radius: 0;
		margin-bottom: 0;
height: 45px;
		display: flex;
		align-items: center;
	}
	.movieNavArea_list li:first-child{
		border-radius: 5px 5px 0 0;
	}
	.movieNavArea_list li:last-child{
		border-radius: 0 0 5px 5px;
		border-bottom: none;
	}
	.movieNavArea_list li img{
		height: 7%;
		width: 7%;
	}
.movieNavArea_list li a{
padding-left: 45px;
line-height: 45px;
font-size: 14px;
background-size: 45px 45px;
}
.movieNavArea_contText h3 {
font-size: 20px;
}
}