@charset "utf-8";
/* CSS Document */

.arcade_history_title {
	width: 100%;
	background: url("../img/title_bg.jpg") #006da2 top center no-repeat;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}
.arcade_history_title img {
	max-width: 95%;
	height: auto;
}

.wrap_title_list {
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	padding-top: 30px;
}

.atten_box {
	display: block;
    width: 70%;
	margin-left: auto;
	margin-right: auto;
	background: #FFF;
	border: #00b4ff 5px solid;
	padding: 20px 5%;
	line-height: 1.6;
	margin-bottom: 30px;
}
.atten_box ul.atten_li li {
	margin-left: 1em;
	text-indent: -1em;
	font-size: 12px;
}
.atten_box ul.atten_li a {
	font-weight: bold;
	color: #0090ff;
	text-decoration: underline;
	transition: 0.4s;
}
.atten_box ul.atten_li a:hover {
	text-decoration: none;
	background: #cde9ff;
}

#select_year {
	width: 500px;
	margin-left: auto;
	margin-right: auto;
}
#select_year select {
	width: 100%;
	padding: 10px;
	font-size: 14px;
	border: 2px solid #00b4ff;
}

.year_title {
	color: #00b4ff;
	font-weight: bold;
	font-size: 24px;
	margin-top: 30px;
	margin-bottom: 10px;
}
.title_list {
	width: 100%;
	xdisplay: flex;
	xjustify-content: space-between;
	xflex-wrap: wrap;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
.title_list::after{
  content: "";
  clear: both;
  display: block;
}

.title_list .title_content {
	float: left;
	width: 16%;
	text-align: center;
	margin-bottom: 20px;
	margin-right: 0.8%;
}
.title_list .title_content:nth-child(6n) {
	margin-right: 0%;
}

.title_list .title_content a {
	display: block;
	transform: scale(1.0);
	transition: 0.4s;
	text-decoration: none;
}

.title_list .title_content a:hover {
		transform: scale(1.1);
}
.title_list .title_content a .title_img {
	margin-bottom: 5px;
	position: relative;
}
.title_list .title_content a .title_img img {
	width: 100%;
	height: auto;
}
.title_list .title_content a .title_img .icon-arrow {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 25%;
	height: 0;
	padding-bottom: 25%;
	background: url("../img/arrow_product.png");
	background-size: 100%;
}
.title_list .title_content a .title_date {
	color: #00b4ff;
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 3px;
}
.title_list .title_content a .title_name {
	color: #2F2F2F;
	font-weight: bold;
	font-size: 14px;
	line-height: 1.4;
}


/* product */
#js-transition--blue {
	display: none;
}
#js-breadcrumb {
	display: none;
}
img.kv_title {
	display: none;
}

#sic-wrapper {
	padding-bottom: 70px;
}
.p-product-entry {
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 80px;
	overflow: hidden;
}

.t-outline {
	display: block;
	width: 45%;
	float: left;
	margin-bottom: 40px;
}
.t-details li:nth-child(1) {
	display: block;
	color: #00b4ff;
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 10px;
	line-height: 1.6;
}
.t-details li:nth-child(2) {
	display: inline-block;
	background: #2DDD2B;
	font-weight: bold;
	font-size: 12px;
	padding: 8px 10px 5px;
	margin-bottom: 40px;
}
.t-details li:nth-child(3) {
	font-weight: bold;
	font-size: 18px;
	padding-bottom: 20px;
	border-bottom: 1px solid;
	line-height: 1.6;
}
.t-details li:nth-child(4) {
	font-weight: bold;
	font-size: 14px;
	margin-top: 20px;
	margin-bottom: 30px;
	line-height: 1.6;
}
.t-details li:nth-child(5) {
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 10px;
}
.t-details li:nth-child(6) {
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 30px;
}
.t-details span.blue {
	color: #00b4ff;
}
.slider-pro {
	display: block;
	float: right;
	width: 50%;
	background: url("../img/category_ring.png") no-repeat;
	background-size: 100%;
}
.sp-slide {
display: flex;
align-items: center;
	width: 100%;
}
.sp-slide img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	margin-left: auto;
	margin-right: auto;
	vertical-align: middle;
}
.sp-slide .movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.sp-slide .movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.button-block {
	text-align: center;
	margin-top: 20px;
}
.button-block a {
	display: inline-block;
	border: #00b4ff 5px solid;
	padding: 20px 5%;
	color: #00b4ff;
	font-weight: bold;
	font-size: 20px;
	text-decoration: none;
	transform: scale(1.0);
	transition: 0.4s;
}
.button-block a:hover {
	transform: scale(1.1);
}

/*-----------------------------------------------------	*/
/*	for - 1200px以下の記述　*/
/*-----------------------------------------------------	*/

@media only screen and (max-width:1200px) {
.wrap_title_list {
	width: 96%;
}
.atten_box {
    width: 80%;
}
	
.title_list .title_content {
	width: 19%;
	margin-right: 1%;
}
.title_list .title_content:nth-child(6n) {
	margin-right: 1%;
}
.title_list .title_content:nth-child(5n) {
	margin-right: 0%;
}
	
/* product */	
.p-product-entry {
	width: 96%;
}
.t-outline {
	width: 100%;
	float: none;
}
.slider-pro {
	float: none;
	width: 100%;
}
}


/*-----------------------------------------------------	*/
/*	for - 669px以下の記述　*/
/*-----------------------------------------------------	*/

@media only screen and (max-width:669px) {
.atten_box {
    width: 90%;
}
#select_year {
	width: 80%;
}
	
.title_list .title_content {
	width: 32%;
	margin-right: 1.3%;
}

.title_list .title_content:nth-child(6n),
.title_list .title_content:nth-child(5n) {
	margin-right: 1.3%;
}
.title_list .title_content:nth-child(3n) {
	margin-right: 0%;
}
	
/* product */
#product1 {
	width: 100%;	
}
}