@import url('https://fonts.googleapis.com/css?family=Fredoka+One&display=swap');
/*-----------------------------------------
** news
-----------------------------------------*/
html,body{
	background:　#FFF208;
	background-size: 50% auto, 100% auto;
	background-attachment: fixed;
	min-height: 100vh;
}
body{
	background:#D7FF31 !important;
}
#news{
	color: #000;
}
#news > section{
	padding: 40px 10px;
	margin: 0 auto;
	background: none;
	/*max-width: 1000px;
	width: 90%;*/
}
#news h1{
	color: #1E165C;
	font-size: 30px;
    margin-bottom: 20px;
	margin: 30px 0 0 0;
	border-bottom: solid 2px #707070;
	padding-bottom:10px;
	font-family: YakuHanMP, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Noto Serif JP", serif;	letter-spacing: 0.05em;
	font-weight: 800;
	width: 100%;
}
#news h1 > img{
	width: 125px;
}
#news h1 span{
	/*font-family: YakuHanMP, 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, メイリオ, Meiryo, sans-serif;*/
	font-size: 13px;
	padding: 0 0 0 20px;
}
#news a {
	color: #C30000;
	transition: all .2s ease;
	text-decoration: underline;
    overflow-wrap:  break-word;
}
#news a:hover {
    opacity: .8;
}
#news dl {
	width: 100%;
	height:auto;
	margin: 0;
	padding: 30px 0;
	border-bottom: rgba(0,0,0,0.5) solid 1px;
}
#news dl:nth-last-of-type(1) {
	border-bottom: none;
}
#news dl dt {
	font-size: 24px;
	/*font-weight: normal;*/
	line-height: 1.5em;
	margin: 0;
	padding: 30px 0 20px 0;
    font-family: YakuHanMP, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Noto Serif JP", serif;
	color: #1E165C;
}
#news dl dt:first-child {
	padding: 0 0 20px 0;
}
#news dl dd {
	margin: 0;
	line-height: 1.75;
}
#news dl dd:last-child {
	border-bottom: none;
}
#news dl dt span {
	font-size: 13px;
	font-weight: 200;
	display: block;
	padding: 0 0 10px 0;
	float: right;
}
#news img {
	max-width:1000px;
	width: 100%;
	height:auto !important;
	vertical-align: top;
}
#news .size_m {
	width: 49%;
}
#news .size_s {
	width: 32%;
}
#news .size_ss {
	width: auto;
	max-width: 100%;
}
#news img.size_m:nth-child(n+2) {
	margin-left: 1%;
}
#news img.size_s:nth-child(n+2) {
	margin-left: 1%;
}
#news img.size_s:nth-child(3n+1) {
	margin-left: 0;
}
#news img.size_s:nth-child(n+4) {
	margin-top: 1%;
}
#news p img{
	display: inline-block;
	vertical-align: middle;
}
#news p img + img {
	margin-left: 1%;
}
#news p{
	margin-bottom: 1em;
	letter-spacing: .05em;
}
#news .button{
	display: none;
}
#news .to-theater-btn {
    display: inline-block;
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    color: #112C60;
    transition: .3s;
}
#news .txt-center {
    text-align: center;
}
.box-center {
    width: 80%;
    margin: auto;
    padding: 2%;
    border: 1px solid #000;
}

#news .img-list {
    width: 90%;
    margin: 0 auto;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#news .img-list-item {
    width: 24%;
    margin: 0 0 2%;
}

#news .mb-space {
    margin: 0 0 4%;
}

.note-txt {
    font-size: 14px;
}

@media screen and (max-width:640px) {
	#news > section{
		padding: 20px 10px;
	}
	#news h1{
		font-size: 30px;
	}
	#news dl {
		height:auto;
	}
	#news dl dt span {
		float: none;
		clear: both;
		padding: 0;
	}
	#news .size_s,
	#news .size_m{
		max-width:100%;
		width: 100%;
		margin: 0 auto 10px !important;
	}
	#news p * + * {
		margin-left: auto;
	}
	#news .button{
		display: block;
		margin: 30px auto 0;
		color: #E20CB9;
		background: #44007f;
		text-align: center;
		width: 250px;
		border-radius: 5px;
	}
	#news .button a{
		display: block;
		width: 100%;
		height: 100%;
		color: #FFF208;
		padding: 15px 0;
		text-decoration: none;
		font-family: 'Fredoka One', cursive;
		transition: all .5s;
	}
	#news .button a:hover{
		background: #FFF208;
		opacity: 1;
	}
    
    .box-center {
        width: 100%;
    }
}


.-product {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 3% 0 0 0;
  /* max-width: 600px; */
}

.-product-item {
  width: 30%;
  margin: 0 0 2% 0;
}

.-product-img {
  margin: 0 0 5% 0;
}

.-product-info {
}

.-product-info-name {
  font-weight: bold;
  font-size: 14px;
  margin: 0 !important;
}

.-product-info-price {
  font-weight: bold;
  font-size: 14px;
  margin: 0 !important;
}

.-product-info-spec {
  font-size: 12px;
  margin: 0 !important;
}

@media screen and (max-width:640px) {

  .-product {
    width: 90%;
    margin: 0 auto;
  }
  
  .-product-item {
    width: 100%;
    margin: 0 0 10% 0;
  }

  .-product-item:last-child {
    margin: 0;
  }

}


.-double {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 3% 0 0 0;
  max-width: 800px;
}

.-double-item {
  width: 47%;
  margin: 0 0 2% 0;
}

.-double-img {
	margin: 0 0 3% 0;
}

.-double-txt {
	text-align: center;
}

@media screen and (max-width:640px) {
	
	.-double {
		margin: 3% auto 0 auto;
		width: 90%;
	}
	
	.-double-item {
		width: 100%;
		margin: 0 0 4% 0;
	}

}