@charset "UTF-8";
* {
	word-break: break-all;
	word-wrap: break-word;
}

body {
	background: #fff;
}

figure {
	margin: 0;
}

figcaption {
	color: #888;
	font-size: 13px;
	font-size: 1.3rem;
	text-align: left;
}

figcaption.spec {
	font-size: 16px;
	color: #000;
}

img {
	max-width: 100%;
	height: auto;
}

.min-h125 {
	min-height: 125px;
}

.row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -10px;
	margin-left: -10px;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 10px;
	padding-left: 10px;
}

.col-md {
	-webkit-flex-basis: 0;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}

.col-md-auto {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
}

.col-md-1 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 8.333333%;
	-ms-flex: 0 0 8.333333%;
	flex: 0 0 8.333333%;
	max-width: 8.333333%;
}

.col-md-2 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 16.666667%;
	-ms-flex: 0 0 16.666667%;
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
}

.col-md-3 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 25%;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}

.col-md-4 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 33.333333%;
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}

.col-md-5 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 41.666667%;
	-ms-flex: 0 0 41.666667%;
	flex: 0 0 41.666667%;
	max-width: 41.666667%;
}

.col-md-6 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 50%;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

.col-md-7 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 58.333333%;
	-ms-flex: 0 0 58.333333%;
	flex: 0 0 58.333333%;
	max-width: 58.333333%;
}

.col-md-8 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 66.666667%;
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
}

.col-md-9 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 75%;
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
}

.col-md-10 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 83.333333%;
	-ms-flex: 0 0 83.333333%;
	flex: 0 0 83.333333%;
	max-width: 83.333333%;
}

.col-md-11 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 91.666667%;
	-ms-flex: 0 0 91.666667%;
	flex: 0 0 91.666667%;
	max-width: 91.666667%;
}

.col-md-12 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

@media screen and (max-width: 768px) {
	.col {
		-webkit-flex-basis: 0;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	.col-auto {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
	}
	.col-1 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 8.333333%;
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}
	.col-2 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 16.666667%;
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}
	.col-3 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 25%;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-4 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 33.333333%;
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.col-5 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 41.666667%;
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	.col-6 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-7 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 58.333333%;
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	.col-8 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 66.666667%;
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	.col-9 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 75%;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-10 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 83.333333%;
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}
	.col-11 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 91.666667%;
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}
	.col-12 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}

.pb-50 {
	padding-bottom: 50px;
}

@media screen and (max-width: 767px) {
	.s-pb-25 {
		padding-bottom: 25px;
	}
}

.border-bottom__gray {
	border-bottom: 1px solid #818181;
}

.line-block__mov-inner {
	display: block;
}

.about-content.special-content {
	padding: 80px 50px 40px;
}

@media screen and (max-width: 767px) {
	.about-content.special-content {
		padding: 40px 15px 20px;
	}
}

.heading-others {
	margin-top: 0;
}

.about-content__title {
	margin: 0 0 25px;
}

.about-content__ph,
.heading-others--margin,
.about-content .about-content__special {
	margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
	.about-content__ph,
	.heading-others--margin,
	.about-content .about-content__special {
		margin-bottom: 25px;
	}
}

.about-content__ph img {
	max-width: 100%;
}

.about-content__special-sm {
	margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
	.about-content__special-sm {
		margin-bottom: 20px;
	}
}

.special-anchor {
	padding: 30px;
}

.special-anchor {
	background: #feeceb;
}

@media screen and (max-width: 767px) {
	.special-anchor {
		padding: 15px;
	}
}

.special-anchor li a,
.special-latest__news li a {
	display: block;
	margin-top: 10px;
}

.special-anchor li a {
	color: #f44336;
}

.special-latest__news li a {
	color: #000;
}

.special-anchor li:first-child a,
.special-latest__news li:first-child a {
	margin-top: 0;
}

.article-detail__category-element {
	display: block;
	line-height: 1.5em !important;
	position: relative;
}

.special-anchor .article-detail__category-element,
.special-latest__news .article-detail__category-element {
	padding-left: 30px !important;
}

.special-anchor .article-detail__category-element:before,
.line-block__content--special .special-latest__news .article-detail__category-element:before {
	font-size: 20px;
	font-size: 2.0rem;
	position: absolute;
	top: 5px;
	left: 0;
}

.line-block__content--special .special-latest__news .article-detail__category-element:before {
	color: #818181;
}

@media screen and (max-width: 767px) {
	.special-anchor .article-detail__category-element:before,
	.line-block__content--special .special-latest__news .article-detail__category-element:before {
		font-size: 18px;
		font-size: 1.8rem;
		top: 3px;
	}
}

.line-block {
	padding: 45px 0 60px;
}

.line-block__inner {
	padding: 0 30px;
}

@media screen and (max-width: 767px) {
	.line-block__inner {
		padding: 0 15px;
	}
}

.line-block__content.line-block__content--special {
	background: transparent;
	border-bottom: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
}

.line-block__content--special .line-block__title {
	background: #f44336;
	padding: 10px 30px;
}

@media screen and (max-width: 767px) {
	.line-block__content--special .line-block__title {
		padding: 12px;
	}
}

.line-block__content--special .line-block__body {
	display: block;
	border-bottom: 0;
	padding: 40px 30px 60px;
}

@media screen and (max-width: 767px) {
	.line-block__content--special .line-block__body {
		padding: 25px 0 30px;
	}
}

.line-block__content--special .line-block__body--special {
	padding: 40px 0 60px;
}

@media screen and (max-width: 767px) {
	.line-block__content--special .line-block__body--special {
		padding: 25px 0 30px;
	}
}

.line-block__content--special .article-detail__category-element {
	padding-left: 55px;
}

@media screen and (max-width: 767px) {
	.line-block__content--special .article-detail__category-element {
		padding-left: 30px;
	}
}

.line-block__content--special .article-detail__category-element:before {
	font-size: 26px;
	font-size: 2.6rem;
	position: absolute;
	top: 7px;
	left: 0;
}

@media screen and (max-width: 767px) {
	.line-block__content--special .article-detail__category-element:before {
		font-size: 18px;
		font-size: 1.8rem;
		top: 4px;
	}
}

table td {
	background: #fff;
}

.article-detail__footer .article-sns {
	margin: 20px 0 0 0;
}

.mod-list.-horizontal {
	margin: 0px 0 0px -1em;
	line-height: 1em;
	text-align: center;
}

.mod-list.-horizontal.-langswitch>li.sub-li {
	border-left: 1px solid white;
	display: inline-block;
	padding: 0 25px;
	margin: 0 0 15px 0;
	vertical-align: middle;
	line-height: 1em;
}

.mod-list>.sub-li>.sub-div {
	overflow: hidden;
}

.mod-list.-horizontal.-langswitch>li.sub-li a {
	color: #b8b8b8 !important;
}

.mod-list.-horizontal.-langswitch>li.sub-li a.current {
	color: #f44336 !important;
}

.article-detail__point-caption {
	margin-top: 10px;
}
.article-detail__point-caption.addworld span{
	display: block;
	 text-indent: -1.3em;
}
.article-detail__point-caption.article-detail__point-notes {
	text-align: right;
}

.icon--window {
	text-decoration: none;
}

.icon--window:hover {
	text-decoration: underline;
}

.icon--window:after,
.icon--window span:after {
	font-family: icomoon!important;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 1.3rem;
	display: inline-block;
	vertical-align: middle;
	margin-left: 8px;
}

.icon--window:after {
	content: "\e903";
}

.icon--window span:after {
	content: "\e904";
}

.special-description {
	background: #f5f5f5;
	padding: 30px;
}

.special-description__inner {
	letter-spacing: -.4em;
}

@media screen and (max-width: 767px) {
	.special-description {
		padding: 15px;
	}
}

.special-description__inner figcaption {
	letter-spacing: normal;
}

.special-description h2 {
	margin: 0 0 30px;
}

@media screen and (max-width: 767px) {
	.special-description h2 {
		margin: 0 0 25px;
	}
}

.special-description__img,
.special-description__txt {
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
}

@media screen and (max-width: 767px) {
	.special-description__img,
	.special-description__txt {
		display: block;
	}
}

.special-description__img {
	text-align: center;
	width: 30%;
}

@media screen and (max-width: 767px) {
	.special-description__img {
		width: 100%;
	}
}

.special-description__txt {
	padding-left: 50px;
	width: 70%;
}

@media screen and (max-width: 767px) {
	.special-description__txt {
		padding-top: 25px;
		padding-left: 0;
		width: 100%;
	}
}

.special-description__txt p {
	margin-bottom: 50px;
}

.special-description__txt small,
.special-description__product small {
	color: #888;
}

.special-description__product,
.special-description__product small {
	display: block;
	margin-top: 50px;
}

.special-content__list li {
	margin-top: 20px;
}

.special-content__list li img {
	width: 100%;
}

@media screen and (max-width: 767px) {
	.special-content__list li img {
		width: auto;
	}
}

.special-content__list .col-md-6 {
	padding-left: 5px;
}

.special-content__list .col-md-6:nth-child(2n+1) {
	padding-left: 10px;
	padding-right: 5px;
}

@media screen and (max-width: 767px) {
	.special-content__list .col-md-6 {
		padding-left: 10px;
	}
	.special-content__list .col-md-6:nth-child(2n+1) {
		padding-left: 10px;
		padding-right: 10px;
	}
}

.special-content__list figcaption,
.line-block__mov figcaption,
.about-content__special figcaption,
.special-description__inner figcaption {
	margin-top: 10px;
}

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

.special-product-information__table {
	margin-bottom: 0;
}

.special-product-information__table th,
.special-product-information__table td {
	border: 0;
	vertical-align: top;
}

.special-product-information__table tbody th,
.special-product-information__table tbody td {
	padding: 5px 0;
}

@media screen and (min-width: 768px) {
	.special-product-information__table tbody th,
	.special-product-information__table tbody td {
		padding: 10px 0;
	}
}

@media screen and (min-width: 768px) {
	.special-product-information__table tbody th {
		width: 30%;
	}
	.special-product-information__table tbody th.spec {
		width: 20%;
	}
	.special-content__list .col-md-6.spec:nth-child(odd) {
		padding-right: 15px;
	}
	.special-content__list .col-md-6.spec:nth-child(even) {
		padding-left: 15px;
	}
}

.special-product-information__table td a {
	text-decoration: none;
}

.sub-thumb {
	display: inline-block;
	border-radius: 5px;
	overflow: hidden;
	position: relative;
	z-index: 2;
}

@media screen and (min-width: 768px) {
	.sub-thumb {
		max-width: 640px;
	}
}

.mod-playicon {
	position: relative;
	display: inline-block;
	text-decoration: none;
}

.mod-playicon img {
	width: 100%;
}

.sub-title {
	background: white;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: bold;
	text-align: center;
	color: #000;
	margin-top: 10px;
}

.sub-title-gray {
	background: none;
}

.mod-playicon::before {
	content: "";
	display: block;
	width: 15.217%;
	height: 0;
	padding-top: 15.217%;
	border-radius: 1000px;
	background: #0f525e url(../img/playArrow.png) 55% 50% no-repeat;
	background-size: 30% auto;
	color: white;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	opacity: 1;
}

@media screen and (min-width: 768px) {
	.mod-playicon::before {
		width: 12.5%;
		height: 0;
		padding-top: 12.5%;
	}
}

.mod-playicon::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: white;
	opacity: 0;
	-webkit-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
	-webkit-transition-duration: 300ms;
	-o-transition-duration: 300ms;
	transition-duration: 300ms;
	-webkit-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	transition-timing-function: ease;
}

.mod-playicon:hover::after {
	opacity: .4;
}

.modalmovie {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
}

.modalmovie .movwrap {
	width: 100%;
	height: 0;
	max-width: 960px;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
}

.modalmovie .movwrap .inner {
	position: absolute;
	height: 100%;
	width: 100%;
}

.modalmovie .movwrap .inner iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.modalmovie .movwrap .inner .close {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -50px;
	margin: auto;
	border: 1px solid blue;
	color: black;
	display: inline-block;
	padding: 5px 10px;
	background: white;
	width: 10em;
	text-align: center;
	border-radius: 2px;
	font-size: 10px;
	font-size: 1rem;
	/*
---
name: fontsize
category: -mixin
---

font-size:引数px; font-size:引数/10rem;  
に設定
```scss
  @include fontsize(引数);
```
 */
}

.modalmovie .movwrap .inner .close:hover {
	cursor: pointer;
	opacity: .8;
}


/*openlist*/

#news-more {
	display: block;
	margin: 40px auto 0 auto;
	padding: 10px 38px;
	width: 12.5em;
	font-size: 1em;
	line-height: 1em;
	text-decoration: none;
	color: #fff;
	background: #000;
	border-radius: 20px;
	border: 2px solid #000;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	position: relative;
}

.special-latest__news {
	/*max-height: 12em;*/
	overflow: hidden;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.special-latest__news.openlist {
	max-height: none;
	overflow: inherit;
}

#news-more:before {
	content: '▲';
	position: absolute;
	right: 28px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

#news-more.open:before {
	transform: rotateZ(180deg);
}

#news-more:hover {
	background: #fff;
	border: 2px solid #818181;
	color: #818181;
}

.txt-left {
	text-align: left !important;
}

.txt-center {
	text-align: center !important;
}

.mgbf-20 {
	margin-bottom: -20px !important;
}

.mgb-clear {
	margin-bottom: 0 !important;
}

.pdb-clear {
	padding-bottom: 0 !important;
}

.mgb-20 {
	margin-bottom: 20px !important;
}

.mgt-oem {
	margin-top: 1.5em !important;
}

.mgt-tem {
	margin-top: 2em !important;
}

img.res-pic {
	display: block;
	width: auto !important;
	max-width: 100% !important;
	margin: 0 auto;
}

@media screen and (min-width: 1200px) {
	.sl-col-md-3 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 30%;
		-ms-flex: 0 0 30%;
		flex: 0 0 30%;
		max-width: 30%;
	}
	.sl-col-md-9 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 70%;
		-ms-flex: 0 0 70%;
		flex: 0 0 70%;
		max-width: 70%;
		margin-top: 70px !important;
	}
}

.pokemon-info {
	overflow: hidden;
	font-size: 1em;
	line-height: 1.8em;
}

.pokemon-info dt {
	float: left;
	clear: both;
	padding: 0 20px;
	margin: 0 14px 10px 0;
	white-space: nowrap;
	color: #fff;
	font-weight: bold;
	border-radius: 1.2em;
	background: #ffa600;
}

.pokemon-info dd {
	margin: 0 0 10px 0;
	text-align: left;
	white-space: nowrap;
}

.point-arrowbox {
	display: flex;
	flex-direction:reverse;
}

.point-arrow {
	padding-left: 20px;
}

.point-arrow span {
	display: block;
	width: 0;
	height: 0;
	border-left: 18px solid #000;
	border-top: 14px solid transparent;
	border-bottom: 14px solid transparent;
	position: relative;
	top: 50%;
	margin-top: -40px;
}
.point-arrow.last{
	opacity: 0 !important;
}
@media screen and (min-width: 767px) {
	.row-reverse {
		flex-direction: row-reverse;
	}
	.about-content__ph_c {
		margin-bottom: 80px !important;
	}
	.hide-md {
		display: none !important;
	}
	.show-md {
		display: block !important;
	}
}
.mgt-tem img.add-img-w{
	width: 70%;
}
@media screen and (max-width: 767px) {
	.mgt-tem img.add-img-w{
		width: 100%;
	}
	.article-detail__information-tableadd{
		overflow: hidden;
	}
	.article-detail__information-tableadd tr{
		display: flex;
	}
	.article-detail__information-tableadd th,.article-detail__information-tableadd td{
	  word-break:break-word;
	  word-wrap:break-word;
	}
	.article-detail__information-tableadd th{
		border-bottom:1px solid #CCC;
		flex: 0 0 30% !important;
		white-space:normal; 
		padding-right: 5px !important;
		padding-bottom: 15px !important;
		display: flex;
		align-items: center;
	}
	.article-detail__information-tableadd td{
		flex: 0 0 70% !important;
		border-bottom:1px solid #CCC;
		margin-top: 0 !important;
	}
	.point-arrowbox{
		display: block;
	}
	.point-arrowbox div{
		width: 100%;
	}
	.point-arrow {
		padding:0 !important ;
	}
	.point-arrow span{
		position: relative;
		top:0;
		margin-top: 0;
		margin: 20px auto 0;
		transform: rotateZ(90deg);
	}
	.point-arrow.last{
		display: none;
	}
	.row-reverse {
		flex-direction: row-reverse;
	}
	.about-content__ph_c {
		margin-bottom: 80px !important;
	}
	.hide-sp {
		display: none !important;
	}
	.show-sp {
		display: block !important;
	}
}

.facrbook-special-btn {
	position: relative;
}

.facrbook-special-btn img:first-child {
	position: absolute;
	z-index: 1;
	transition: all 0.15s;
}

.facrbook-special-btn:hover img:first-child {
	opacity: 0;
}

.special-latest__news .article-detail__category-element-add {
	display: inline-block !important;
	text-decoration: underline;
}

.icon--window-add:after {
	display: none !important;
}
.article-detail__category-element-spe:before{
	top: 50% !important;
	margin-top: -0.7rem;
}

