@charset "utf-8";

/*==========================================
 General
===========================================*/

::-webkit-scrollbar{
	width: 10px;
}
::-webkit-scrollbar-track{
	background: #f9f9f9;
	border: none;
}
::-webkit-scrollbar-thumb{
	background: #3EAFFF;
	box-shadow: none;
}

html {
	font-size: 62.5%;
	-webkit-overflow-scrolling: touch;
	background-image: url(../images/bg.jpg);
}

body {
	font-family: "Noto Sans JP", sans-serif;
	width: 100%;
	height: 100%;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	-webkit-overflow-scrolling: touch;
	font-size: 1.6rem;
	letter-spacing: 0.1em;
	overflow-x: hidden;
}

body {
  overscroll-behavior-y: none;
}

/* モーダル表示時に背景固定 */
body.fixed {
	position: fixed;
}

.sp {
	display: none;
}
@media only screen and (max-width: 768px) {
	body {
	min-width:auto;
	}
	.sp {
		display: block;
	}

}

span.inline-block {
	display: inline-block;
}

a {
	color: #000000;
	text-decoration: none;
}
a:link {
	color: #3eafff;
}
a:visited {
	color: #3eafff;
}
a:hover {
	color: #3eafff;
	opacity: 0.7;
	text-decoration: underline;
	cursor: pointer;
}
a:active {
	color: #3eafff;
}



a.hash {
    color: #3eafff;
	white-space: nowrap;
}
a.hash:hover {
    color: #3eafff;
    opacity: 1.0;
    text-decoration: none;
    cursor: auto;
}







a.btn{
	padding: 10px 30px;
font-size: 1.8rem;
font-weight: normal;
background-color: #d0102c;
color: #d0102c;
text-align:center;
cursor: pointer;
width:100%;
max-width: 300px;
display: block;
margin: 0 auto;
border-radius: 10px 10px 10px 10px;
-moz-border-radius: 10px 10px 10px 10px;
-webkit-border-radius: 10px 10px 10px 10px;
transition: all 0.2s linear;
box-sizing:border-box;
}
a.btn:hover{
	text-decoration:none;
	opacity:0.8;
}
a.outer-link{
	background: url(images/listmark.png)  no-repeat;
  background-size:16px 16px;
  padding-left:20px;
  padding-top:1px;
line-height:140%;	
}

p {
/*	font-size: 1.6rem;*/
	text-align: left;
	color: #000000;
	line-height: 180%;
}
.x-large {
	font-size: 2.3em !important;
	font-weight: 600;
}
.large {
	font-size: 1.6em !important;
	font-weight: 500;
}
.middle {
	font-size: 1.2em !important;
}
.small {
	font-size: 1rem !important;
	line-height: 2em !important;
}
.x-small {
	font-size: 0.8rem !important;
	line-height: 1.8em !important;
}
@media only screen and (max-width: 768px) {
	.x-large {
		font-size: 2.2em !important;
		line-height: 1.5em !important;
	}
	.large{
		font-size:1.5em !important;
	}
	.small {
		line-height: 1.8em !important;
	}
	.x-small {
		line-height: 1.6em !important;
	}
}
@media only screen and (max-width: 480px) {
	.x-large {
		font-size: 2em !important;
		line-height: 1.5em !important;
	}
}

p.note {
	padding-left: 1em;
	text-indent: -1em;
	width: calc(100% - 1em)!important;
}

p.center {
	text-align: center;
}
p.underline {
	text-decoration:underline;
}
p.blue {
	color: #414f6c;
}
.align-left{
	text-align:left!important;
}
.align-right{
	text-align:right!important;
}
.mgn00 {
	margin: 0px!important;
}

.mgn10 {
	margin-bottom: 10px!important;
}

.mgn20 {
	margin-bottom: 20px!important;
}
.mgn30 {
	margin-bottom: 30px!important;
}
.mgn40 {
	margin-bottom: 40px!important;
}
.mgn50 {
	margin-bottom: 50px!important;
}
.mgn60 {
	margin-bottom: 60px!important;
}
.mgn70 {
	margin-bottom: 70px!important;
}
.mgn80 {
	margin-bottom: 80px!important;
}
.mgn90 {
	margin-bottom: 90px!important;
}
.mgn100 {
	margin-bottom: 100px!important;
}
.mgn120{
	margin-bottom: 120px!important;
}

.center{
	text-align:center;
}

.wFull {
}

.main-color {
	background: #174197;
}

.base-color {
	background: #06223B;
}

.accent-color {
	background: #AD1F24;
}


.w100 {
	width: 100%;
}
.w80 {
	width: 80%;
}
.w60 {
	width: 60%;
}
.w45 {
	width: 45%;
}
.w30 {
	width: 30%;
}

.w800 {
max-width:800px;
}

.w980 {
max-width:980px;
}


h1 {
	font-size:1.4rem;
	margin: 60px 0;
	font-weight: normal;
}
h2 {
	font-size: 3rem;
	letter-spacing: 0.05em;
	font-weight: bold;
	color: #ffffff;
	filter: drop-shadow(3px 3px 4px #e16a00) drop-shadow(-3px -3px 4px #e16a00);
	text-align:center!important;
	margin-bottom: 30px;
	display:inline-block;
	padding-bottom:10px;
	line-height: 1.5;
	width: 100%;
}

h3 {
	font-size: 2rem;
	letter-spacing: 0.05em;
	font-weight: normal;
	color:#ec6c00;
	text-align:left;
	margin: 0 auto 20px;
	line-height: 1.5;
	display:block;
}

h4 {
	font-size: 1.8rem;
	letter-spacing: 0.05em;
	font-weight: 700;
	text-align: left;
	margin: 1em auto 1em;
	display:block;
	color: #8a5832;
}

h5 {
	font-size: 1.3rem;
	letter-spacing: 0.05em;
	font-weight: normal;
	text-align:left;
	margin: 10px auto 15px;
	display:block;
}
@media only screen and (max-width: 768px) {
	h1 {
		margin: 30px 0;
	}
	h2 {
		font-size: 2.5rem;
		width: 100%;
		margin-bottom: 15px;
	}
	h3 {
		font-size: 1.8rem;
		line-height: 1.3;
	}
	h4 {
		font-size: 1.5rem;
		margin: 0.5em 0 1em;
	}
}



/*==========================================
 header
===========================================*/
header {
	width: 100%;
	top:0;
	left:0;
	z-index:700;
	position: relative;
	background:#00000f;
	opacity:1;
	
}
#head-inner{
	margin:0 auto;
}

#head-inner #socialArea{
	float:right;
	margin-top:-7px;

}

#head-inner ul#socialArea li{
	float:left;
	margin-right:20px;
    height: 35px;
    width: 35px;
}

ul#socialArea li:hover img{
opacity: 0.5;
}

ul#socialArea li g {
	fill: #000;
}
ul#socialAreal li:hover{
	background: #D0102C;
}
ul#socialArea li:hover{
	fill: #D0102C;
}

header.fixed {
	top: 0;
	position:fixed;
	float:none;
	display: block;
	min-width: 1024px;
}

	header.fixed #head-inner{
	}


@media only screen and (max-width: 784px) {
	#header {
		padding-top:0;
		padding-bottom:0px;
		
		position:fixed;
	}
	#head-inner{
		min-width:auto;
	}
	#comment_wrap .comment_ta {
		width: 50% !important;
	}
	.comment_pic {
		margin: auto !important;
	}
}

@media only screen and (max-width: 480px) {
	#comment_wrap .comment_ta {
		width: 80% !important;
	}
}

/*==========================================
 ナビゲーション
===========================================*/
#menu_btn {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
	margin: 0 auto !important;
	opacity: 0;
	filter: blur(20px);
	-webkit-animation: top 1s linear 6s 1 forwards;
	animation: top 1s linear 6s 1 forwards;
}

#menu_btn .btn {
	margin: 1%;
	width: 20%;
	list-style-type: none;
}

#menu_btn .btn a img {
	transition: 0.25s all linear;
}

#menu_btn .btn a:hover img {
	filter: saturate(300%);
	background: rgba(255,255,0,.05);
}

@media only screen and (max-width: 768px) {
	#menu_btn .btn {
		width: 50%;
	}
}

@media only screen and (max-width: 400px) {
	#menu_btn .btn {
		width: 70%;
	}
}

/*footer
================================================== */

footer{
	background: #00000f !important;
}



/*==========================================
 Contents
===========================================*/


/*Layout
================================================== */

/*#contentsArea {
	background-image: url(../images/bg.jpg);
}*/
#contentsArea .w1080{
	max-width:1080px;
	padding:0 15px;
	margin:0 auto;
	padding-bottom:40px;
}
#contentsArea .w980{
/*	width:980px;*/
	padding: 0 10%;
	margin: 0 auto;
}

#contentsArea section p.w800{
	padding:0;
}

#contentsArea section img{
	width: 100%;
	height: 100%;
}
#contentsArea {
	width:100%;
	color:#00000f;
	line-break: strict;
}

#comment, #news, #goods {
	padding: 45px 0 !important;
}

#news_wrap {
	position: relative;
	width: 100%;
}
#news_wrap .news_title {
/*	position: absolute;*/
	height: 80px;
	width: auto;
}

#contentsArea .w1080.none-title {
	padding-top: 80px;
}
@media screen and (max-width: 768px) {
	#contentsArea .w1080.none-title {
		padding-top: 65px;
	}
}

.title_left {
    background-image: url(../images/title/title_bk_left.svg);
    background-repeat: no-repeat;
    background-size: 60%;
    /* height: 400px; */
    height: 500px;
    margin-top: 40px;
    margin-bottom: -430px;
    background-position-x: left;
    text-align: left;
    padding: 40px 10%;
}

@media screen and (max-width: 768px) {
	.title_left {
		background-size: 80%;
		padding: 25px 10%;
	}
}


#comment_wrap .comment_title {
	height: 70px;
	width: auto;
	padding: 0 5%;
}

#goods_wrap .goods_title {
	height: 70px;
	width: auto;
}

#goods_wrap .title_layout {
	max-width: 90%;
}

@media screen and (max-width: 480px) {
	#news_wrap .news_title,
	#comment_wrap .comment_title,
	#goods_wrap .goods_title {
		height: 55px;
	}
}

#news_wrap .outline_box {
	background-color: #F9F9F9;
    border: 3px solid #B5BDC9;
    outline: 1px solid #B5BDC9;
    outline-offset: -6px;
    box-shadow: 0px 0px 5px #F9F9F9;
	padding: 5%;
	margin: 0 3%;
}
#comment_wrap .comment_t {
	text-align: center;
	margin: 30px;
}
#comment_wrap .comment_ta {
	width: 30%;
}
#comment_wrap .bk_area {
	display: block;
	width: 60%;
	margin: 5% 0;
	padding: 5% 20%;
	background-color: rgba(0,0,0,0.7);
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;
}

#goods_wrap .wh_area {
	display: block;
	width: 80%;
	margin: 3% 0 5%;
	padding: 3% 10%;
	background-color: rgba(255,255,255,0.7);
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;
}

@media screen and (max-width: 784px) {
	#comment_wrap .bk_area {
		width: 100%;
		padding: 5% 0;
	}
	#goods_wrap .wh_area {
		margin: 5% 0 5%;
		padding: 5% 5%;
		width: 90%;
	}
}
.bk_area .scroll {
	max-width: fit-content;
	overflow: scroll;
}
.bk_area table td{
	border-bottom: 0;
}
.comment_flex {
	display: flex;
}
.comment_pic {
	width: 30%;
	display: block;
	padding: 20px;
}
.comment_pic > img {
	width: 100% !important;
	height: auto !important;
}
.comment_txt {
	width: 70%;
	color: #fff;
}
.question {
	color: #998546;
}
.answer {
	margin-left: -40px;
}
.comment_txt ol li {
	list-style-image: url(../images/title/comment_crown.png);
	margin-left: 40px;
	font-size: 2.5rem;
}
.cast_name_r {
	text-align: right;
}
.cast_name_l {
	text-align: left;
}
.cast_name_r .red,
.cast_name_l .red {
	margin-right: 20px;
}

.goods_flex {
	display: flex;
}
.goods_pic {
	width: 50%;
	display: block;
	padding: 0 3%;
}
.goods_pic > img {
	width: 100% !important;
	height: auto !important;
}
.goods_txt {
	width: 50%;
}

.sale_am, .sale_ec {
	font-size: 1.3rem !important;
	border-radius: 1.3rem;
	color: #ffffff !important;
	padding: 0 5% 0.3%;
	opacity: 0.6 !important;
	width: 18rem;
	text-align: center;
}

.sale_am {
	background-color: #806716;
}

.sale_ec {
	background-color: #019FCC;
}

@media screen and (max-width: 784px) {
	.bk_area table td {
		display: block;
		width: 100%;
		text-align: center;
	}
	.comment_txt {
		width: 90%;
	}
	.comment_flex {
		flex-direction: column;
		text-align: center;
		align-items: center;
	}
	.comment_pic {
		width: 50%;
	}
	.comment_flex.rev {
		flex-direction: column-reverse;
	}
	.cast_name_r,
	.cast_name_l {
		text-align: center;
	}
	.cast_name_r .red,
	.cast_name_l .red {
		margin-right: 0;
	}
	.goods_flex {
		flex-direction: column;
		text-align: center;
		align-items: center;
	}
	.goods_pic {
		width: 100%;
		margin-bottom: 3%;
	}
	.goods_txt {
		width: 100%;
	}
	.goods_txt .large,
	.goods_txt .middle {
		text-align: center;
	}
	.goods_txt .sale_am,
	.goods_txt .sale_ec {
		margin: 0 auto;
	}
}

@media screen and (max-width: 480px) {
	.comment_pic {
	}
}

#newsTitle, #storyTitle, #introTitle, #castTitle, #staffTitle, #theaterTitle{
    margin: 0 auto !important;
    padding-top: 60px;
    padding-bottom: 50px;
    height: 75px;
}

@media screen and (max-width: 784px) {
	#newsTitle, #storyTitle, #introTitle, #castTitle, #staffTitle, #theaterTitle {
	padding-bottom: 20px;
	height: 55px;
}
}

#story p {
 font-size: 2.3rem !important;
 text-align: center !important;
}

@media screen and (max-width: 784px) {
#story p {
 font-size: 1.6rem!important;;
}
}

/*==========================================
 上映情報
===========================================*/
#theater h2{
	text-align:center;
	margin-bottom:40px;
	font-size:1.6rem;
	padding:0;
}
table {
    border-collapse: collapse;
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
}

@media screen and (max-width: 580px){
table {
    border: none;
    margin-bottom: 0;
}
}

table thead tr{
background: #666667;
}

table th,
table td {
  border-bottom: 1px solid #666667;
  padding: 10px;
  font-size:1.6rem;
  line-height: 150%;
  color:#000;
  text-align:left;
}
table th {
color:#fff;
  font-weight:normal;
 }

table td  a{
color: #806000!important;
}


@media screen and (max-width: 580px) {
  table {
	  width:96%;
    border: none;
	margin-bottom:50px;
  }
  table thead {
    display: none;
  }
  table tr {
    
    display: block;
    margin-bottom: 20px;
  }
  table td {

    
    display: block;
    padding: 10px;
    text-align: right;
  }
  table td::before {
    content: attr(data-label);
    float: left;
  }
   
 table td:first-child{
 
 }
 table td:last-child{
  margin-bottom:40px;
 }

table th,
table td {
  font-size:1.4rem;

}

}




.fixed-bg {
	background-size:cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center top;
}

.white {
	background: #fff;
	color:#000;
}

.black {
	background: #000;
	color:#fff
}


#contentsArea ul {
	margin-left:20px;
}

#contentsArea ul li{
line-height:180%;
	text-align:left;
	color:#555;
	font-size:1.5rem;
	font-weight:normal;
	list-style-type:disc;

}

.border-box{
	width:100%;
	padding:20px;
	box-sizing:border-box;
	border:1px solid #d0102c;
}

@media only screen and (min-width: 1360px) {
	.fixed-bg {
		background-size: cover;
	}
}

@media only screen and (max-width: 768px) {
	.fixed-bg {
		background-attachment: scroll;
	}
}


	

@media screen and (max-width: 768px) {
/*
#contentsArea{
	padding-top:55px;
}
*/

#contentsArea .contentsBlock{

}
main{
	width:100%;
	float:none;
	margin-right:0;
}
aside{
	width:100%;
	float:none;
}
#contentsArea .w1080{
	width:auto;
}
#contentsArea .w980{
	width:auto;
}
#contentsArea .w900{
	width:auto;
}
#contentsArea .w800{
	width:auto;
}
.fl-box .fl-box-left{
	float:none;
	width:100%;
	margin-right:0;
}
.fl-box .fl-box-right{
	width:100%;
	text-align:center;

}
.fl-box-half{
	width:100%;
}
.fl-box-half-left{
	width:100%;
	float:none;
}
	
section {
	
}

}
@media screen and (max-width: 480px) {
	.fullImg{
		margin-bottom:80px;
	}
.fullImg div{
	width:100%;
	float:none;
	margin-bottom:30px;
	text-align:center;
}
.fullImg div img{
	width:96%;
	margin:0 auto;
}
#contentsArea .w1080{
	padding:0 15px;
}
#contentsArea .w980{
	padding:0 15px;
}
#contentsArea .w800{
	padding:0 15px 15px 15px;
}
#contentsArea section.grey{
	padding-bottom: 20px;
}
}


/*==========================================
news
===========================================*/

.news_release {
	background: rgba(255,255,255,0.8);
	border-radius: 7px;
	padding: 5%;
	margin: 0 0 5%;
}

.news_release p{
	text-align: left!important;
	margin-bottom: 0;
	font-size: 1.5rem;
	font-weight: 300;
	letter-spacing: 0.03em;
}

.news_release p.date {
	font-weight: 400;
}

.bg_gray {
	background: #b3b3b3;
	padding: 3%;
	margin-bottom: 3%;
}

.i30{
 width: 30%!important;
}

.i50{
 width: 50%!important;
}

.i70{
 width: 70%!important;
}

.castSec {
    display: flex;
    justify-content: space-between;
}

.jacketSec {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.jacketBox_l {
	width: 35%;
}

.jacketBox_r {
	width: 65%;
	padding-left: 3%;
}

article {
	background: #fff;
	padding: 3%;
	margin: 5% 0;
	filter: drop-shadow(3px 3px 4px rgba(225,106,0,0.5)) drop-shadow(-3px -3px 4px rgba(225,106,0,0.5));
}

article p.name {
	color: #8a5832;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px !important;
	line-height: 1.5;
}

article p.name span {
	font-size: 1.5rem;
	font-weight: normal;
	padding-left: 10px;
}


@media only screen and (max-width: 768px) {
	.jacketSec {
		padding-top: 3%;
	}
	article p.name {
		font-size: 1.7rem;
	}
}

@media only screen and (max-width: 605px) {
	.jacketSec {
		display: block;
		padding-top: 3%;
	}
	.jacketBox_l {
		width: 50%;
	}
	.jacketPhoto {
		padding-bottom: 2%;
	}
	.jacketBox_r {
		width: 100%;
		padding-left: 0;
	}
	article p.name {
		font-size: 1.7rem;
	}
}

@media only screen and (max-width: 480px) {
	.news_release p {
		font-size: 1.4rem;
	}
	.castSec {
		display: block;
	}
	article p.name {
		font-size: 16px;
		margin-bottom: 5px;
	}
	article p.name span {
		font-size: 1.4rem;
	}	
}

/*==========================================
 Profile&Keyword
===========================================*/
.culumn2{
	width:100%;
	margin-bottom:80px;
}

.culumn2 .left{
	width:240px;
	padding-right:30px;
	float:left;
	text-align:left;
	box-sizing:border-box;
}

.culumn2 .left img{
	width:100%;
	height:auto;
}

.culumn2 .right{
	width: calc(100% - 240px);
	text-align:left;
	float:left;
	box-sizing:border-box;
}

.culumn2 h3{
	line-height:100%!important;
	margin-bottom:5px!important;
	color: #555;
}

.culumn2 p{
	font-size:1.4rem!important;
	margin-bottom:5px!important;
	line-height:170%!important;
}

.culumn2 a{
	color: #009d95!important;
}

.culumn2 .name{
	font-size:1.4rem!important;
	letter-spacing:0!important;
}

.sub_prof {
	padding-top:40px;
}

@media only screen and (max-width: 768px) {
	.culumn2{
		margin-bottom:40px;
	}
	.culumn2 .left{
		width:30%;
	}
	.culumn2 .right{
		width:70%;
		
	}
	.culumn2 .right p{
		
	}

	.culumn2 img{
		margin-bottom:20px;
	}

	.sub_prof {
		padding-top:20px;
	}
}

@media only screen and (max-width: 480px) {
	.culumn2 .left{
		width:100%;
		float:none;
		text-align:center;
		padding:0;
	}
	.culumn2 .left img{
		max-width:210px;
	}
	.culumn2 .right{
		width:100%;
		float:none;
		padding-left:0;
	}
	.culumn2 .left-60{
		width:100%;
		float:none;
		padding-right:0;
	}
	.culumn2 .right-40{
		width:100%;
		float:none;
	}
}


/* ------------------------------------------------------------
	Clearfix
------------------------------------------------------------ */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE Mac */
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End Hack */

/*==========================================
	タイトルとYouTubeモーダル
===========================================*/

.noScroll {
	overflow: hidden;
}
#loader {
	width: 100%;
	height: 100%;
	min-height: 100%;
	background-color: #00000f;
	position: absolute;
	z-index: 1000;
}
#loader img {
	position: absolute;
	top: 35%;
	left: 50%;
	-webkit-transform: translateY(20%) translateX(-50%);
	transform: translateY(50%) translateX(-50%);
	width: 25%;
	animation: blinking 1s ease-out infinite alternate;
}
@keyframes blinking {
	0% {opacity: 0.5;}
	100% {opacity: 1;}
}


@media only screen and (max-width: 768px) {
	#loader img {
		width: 60%;
	}
}

.modalWrapper_y, .modalWrapper_n {
	width: 100%;
	height: 100%;
	background-color: #00000f;
	position: fixed;
	top: 0;
	z-index: 1000;
	overflow: hidden;
	display: none;
}

.youtube {
	position: fixed;
	width: 85%;
	height: 85%;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	overflow: hidden;
}

.iframeWrapper iframe {
	position: fixed;
	width: 70%;
	height: 85%;
	top: 50%;
	left: 50%;
	background: #ffffff;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	overflow: scroll;
}

@media screen and (orientation: portrait) {
	.youtube {
		width: 100%;
		height: 56.25%;
	}
}

/*.youtube .iframeWrapper {
	position: relative;
	padding-top: 56.25%;
	width: 100%;
}*/
/*.youtube iframe {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	width: 100%;
	height: 80%;
}*/

@media only screen and (max-width: 768px) {
	.youtube iframe {
		top: 55%;
	}
}

/* ------------------------------------------------------------
	コンテンツのフェードインアニメーション
------------------------------------------------------------ */
.fadeInAfterUp {
	-webkit-transform: translateY(0) !important;
	transform: translateY(0) !important;
	opacity: 1 !important;
}
.fadeInAfterLr {
	-webkit-transform: translateX(0) !important;
	transform: translateX(0) !important;
	opacity: 1 !important;
}

/* ------------------------------------------------------------
	ページトップに戻るボタン
------------------------------------------------------------ */
#backToTop {
	width: 40px;
	height: 40px;
	background-color: rgb(0,0,0,0.5);
	position: fixed;
	bottom: 20px;
	right: 20px;
	padding: 5px;
	display: none;
}
#backToTop a {
	width: 20px;
	height: 20px;
	border-top: solid 5px #ffffff;
	border-right: solid 5px #ffffff;
	border-radius: 3px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	display: block;
	margin: 35% auto 0 auto;
}

.news_contents_area {
	margin: 2em 0;
	border: 3px solid rgba(62,175,255,1);
	box-sizing: border-box;
    box-shadow: 5px 5px 2px 1px rgba(62,175,255,.3);
	padding: 2% 3%;
}

/*
.news_contents_area {
	margin: 4em 0 0 0;
	position: relative;
	padding: 20px 0 0 60px;
	border-top: solid 1px #898888;
}

.news_contents_area::before{
	content: '';
	position: absolute;
	top: -40px;
	left: 40px;
	width: 1px;
	height: 120px;
	background-color: #898888;
}
.news_contents_area::after{
	content: '';
	position: absolute;
	top: -10px;
	left: 30px;
	width: 10px;
	height: 10px;
	background-color: #3EAFFF;
}

.news_contents_title {
	position: absolute;
	top: -35px;
	left: 60px;
}

@media only screen and (max-width: 410px) {
	.news_contents_title.line2 {
		top: -70px;
	}
	#contentsArea section .news_contents_title.line2 p {
		line-height: 1.5em;
	}
}

@media only screen and (max-width: 480px) {
	.news_contents_title {
		left: 40px;
	}
	.news_contents_area {
		padding: 10px 0 0 40px;
	}
	.news_contents_area::before{
		left: 20px;
		height: 80px;
	}
	.news_contents_area::after{
		left: 10px;
	}
}
*/

.news_txt .button {
	text-align: center;
	background: linear-gradient(45deg, transparent 3%, rgba(62,175,255,1) 0%), linear-gradient(135deg, transparent 3%, rgba(62,175,255,1) 0%), linear-gradient(225deg, transparent 3%, rgba(62,175,255,1) 0%), linear-gradient(315deg, transparent 3%, rgba(62,175,255,1) 0%);
    background-position: bottom left, top left, top right, bottom right;
    background-size: 50% 50.5%;
    background-repeat: no-repeat;
    padding: 20px 5%;
    width: 60%;
    margin: 0 auto 3%;
}



.news_txt .indent {
	display: grid;
    grid-template-columns: fit-content(100%) fit-content(100%);
    margin: 0 auto;
    width: fit-content;
    gap: 15px 45px;
}
@media only screen and (max-width: 768px) {
	.news_txt .indent {
		grid-template-columns: repeat(1, auto);
		gap: 10px;
	}
}
.news_txt .indent p {
	width: fit-content;
}
.news_txt .indent span {
	display: inline-block;
}

a.goods_link {
    color: #fff;
    font-size: 2rem;
    line-height: 150%;
    font-weight: 600;
    position: relative;
    z-index: +1;
    cursor: pointer;
    transition-duration: 0.7s;
}
a.goods_link:hover {
	opacity: 0.7;
	text-decoration: none;
}

@media screen and (max-width: 500px) {
	.news_txt .button {
		width: 80%;
	}
	a.goods_link {
		font-size: 1.8rem;
	}
}


.copyright {
    font-size: 0.8em;
    text-align: center;
    margin: 40px 0 0 0;
}