@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 0;
}

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

.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;
	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: 0 0 20px;
}

.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: 20px 0 60px;
}

@media screen and (max-width: 767px) {
	.line-block__content--special .line-block__body--special {
		padding: 15px 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: 20px;
}
.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;
}
#pageMain01 .special-content__list--set li:last-child {
  margin-top: 103px;
}

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

@media screen and (max-width: 767px) {
	.special-content__list li img {
		width: auto;
	}
  #pageMain01 .special-content__list--set li:last-child {
    margin-top: 20px;
  }
}

.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;
  width: 100%;
  /* height: 432px; */
}

@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%;
}

#video-play-container {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.modalmovie .movwrap .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;
	}
}

@media screen and (max-width: 767px) {
	.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;
}

.buy-btn {
  width: 54%;
  height: 20%;
  padding-right: 5%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e30b21;
  border-radius: 2px;
  margin-top: 6.4%;
  position: relative;
  cursor: pointer;
  border: 2px solid transparent;
  transition: all .16s ease-out;
}
.buy-btn:before {
  content: "";
  width: 100%;
  height: 40px;
  position: absolute;
  top: -38px;
  left: 0;
  display: none;
}
.buy-btn:hover {
  background-color: #fff;
  border-color: #e30b21;
}
.buy-btn:hover .buy-btn-text {
  color: #e30b21;
}
.buy-btn:hover .buy-btn-row {
  background-color: #e30b21;
}
.buy-btn:hover:before {
  display: block;
}
.buy-btn:hover .buy-list {
  display: block;
}
.buy-btn-text {
  font-size: 130%;
  color: #fff;
  font-weight: 800;
  text-align: center;
  text-indent: -6%;
  cursor: default;
}
.buy-btn-row {
  width: 7.5%;
  height: 100%;
  mask-image: url("../img/buy-row.png");
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  -webkit-mask-image: url("../img/buy-row.png");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: contain;
  background-color: #fff; 
  margin-right: 6.5%;
  transition: all .18s ease-out;
}
.buy-btn-pic {
  display: block;
  width: 100%;
  margin: 0 auto 12%;
}
.buy-btn-pic:last-child {
  margin-bottom: 0;
}
.buy-list {
  position: absolute;
  bottom: calc(100% + 18px);
  left: 50%;
  width: 178px;
  transform: translate(-50%,0);
  padding: 20px;
  background-color: #fff;
  border-radius: 6px;
  display: none;
  box-shadow: 0 0 2px rgba(0,0,0,.2);
}
.buy-list:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -3px;
  border-color: #fff transparent transparent;
  border-style: solid;
  border-width: 5px 5px 0;
  width: 0;
  height: 0;
}
.buy-list-item {
  width: 100%;
  height: 37px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  appearance: none;
  padding: 0 10px;
  color: #fff;
  font-size: 13px;
  border: 2px solid #e60012;
  background-color: #e60012;
  transition: border-color .12s linear, background-color .12s linear, color .12s linear;
  margin-bottom: 20px;
  border-radius: 2px;
  text-align: center;
}
.line-block__mov--link a.buy-list-item {
  display: flex;
  text-decoration: none;
}
.buy-list-item:first-child {
  justify-content: center;
}
.buy-list a:link, .buy-list a:visited {
  color: #fff;
}
.buy-list .buy-list-item:hover {
  background-color: #fff;    
  color: #e60012;
}
.buy-list-item:hover .buy-list-row {
  background-color: #e60012;
}
.buy-list-item:last-child {
  margin-bottom: 0;
}
.buy-list-row {
  width: 14px;
  height: 14px;
  mask-image: url("../img/buy-row.png");
  mask-repeat: no-repeat;
  mask-position: center top;
  mask-size: contain;
  -webkit-mask-image: url("../img/buy-row.png");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center top;
  -webkit-mask-size: contain;
  background-color: #fff;
}
.buy-list a:hover,
.buy-list a:active {
  text-decoration: none;
}
.line-block__mov--link .buy-btn {
  width: 260px;
  height: 50px;
  border-radius: 4px;
  margin-top: 20px;
}
.line-block__mov--link .buy-btn-text {
  font-size: 15px;
}
.line-block__mov--link .buy-list:before {

}
.special-description__inner .special-description__txt {
  vertical-align: bottom;
  margin-bottom: 60px;
}
.page-home__main .line-block__content.line-block__content--special {
  overflow: visible;
}

.page-footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
  padding-bottom: 10px;
} 
.page-footer-copyright {
  font-size: 16px;
  color: #333;
}
.page-footer-link-list {
  display: flex;
  align-items: center;
}
.page-footer-link {
  font-size: 16px;
  color: #333;
  line-height: 1.8;
  display: flex;
  align-items: center;
  margin-right: 28px;
  text-decoration: none;
  transition: all .16s ease-out;
  &:hover {
    text-decoration: underline;
    transform: translate3d(0,2px,0);
  }
}
.page-footer-link:last-child {
  margin-right: 0;
}
.page-footer-link-row {
  width: 12px;
  height: 12px;
  mask-image: url("../img/icon-row.png");
  mask-repeat: no-repeat;
  mask-size: center top;
  mask-size: contain;
  -webkit-mask-image: url("../img/icon-row.png");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: center top;
  -webkit-mask-size: contain;
  margin-right: 10px;
  background-color: #333;
}
@media screen and (max-width: 767px) {
  .page-footer {
    display: block;
    padding-bottom: 0;
  }
  .page-footer-link-list {
    display: block;
    margin-top: 10px;
  }
  .page-footer-link {
    line-height: 2;
  }
}
.p-infos {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 40px;
}
.p-infos + figcaption {
  margin-top: 20px;
}
.p-infos-pic-box {
  width: 27%;
}
.p-infos-pic {
  display: block;
  width: 1000%;
}
.p-infos-content {
  padding-left: 40px;
  flex: 1;
}
.p-infos-title {
  font-size: 42px;
  color: #191919;
  font-weight: bold;
  line-height: 1.3;
  margin: -12px 0 0;
}
.p-infos-list {
  margin: 22px 0 42px;
}
.p-infos-item {
  margin-bottom: 2px;
  font-size: 24px;
  color: #e60013;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.p-infos-item:last-child {
  margin-bottom: 0;
}
.p-infos-row {
  flex-shrink: 0;
  margin-right: 18px;
  width: 18px;
  height: 26px;
  background: url("../img/p-info-horn.png") no-repeat center top;
  background-size: contain;
}
.p-infos-btn-box {
  width: 100%;
}
.p-infos-btn {
  display: block;
  width: 340px;
  padding: 10px 14px;
  display: flex;
  align-items: center;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 2px;
  color: #fff;
  background-color: #e60013;
  border: 3px solid transparent;
  box-sizing: border-box;
  text-decoration: none;
  transition: all .18s ease-out;
  margin-bottom: 12px;
  &:last-child {
    margin-bottom: 0;
  }
}
.p-infos-btn:hover {
  background-color: #fff;
  border-color:#e60013;
  color: #e60013;
}
.p-infos-btn:hover .p-infos-btn-row {
  background-color: #e60013;
}
.p-infos-btn-row {
  flex-shrink: 0;
  margin: 4px 6px 0 0;
  width: 36px;
  height: 22px;
  mask-image: url("../img/p-info-row.png");
  mask-repeat: no-repeat;
  mask-position: center top;
  mask-size: contain;
  -webkit-mask-image: url("../img/p-info-row.png");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 0% 50%;
  -webkit-mask-size: contain;
  background-color: #fff;
  transition: all .18s ease-out;
}
@media screen and (max-width: 1320px) {
  .p-infos-pic-box {
    width: 30%;
  }
  .p-infos-title {
    font-size: 3.6vw;
  }
  .p-infos-list {
    margin: 3% 0 5%;
  }
  .p-infos-item {
    font-size: 1.8vw;
  }
  .p-infos-btn {
    width: 60%;
    font-size: 1.7vw;
    padding: 8px 12px;
  }
  .p-infos-content {
    padding-left: 5%;
  }
}
@media screen and (max-width: 768px) {
  .p-infos {
    margin-top: 10px;
  }
  .p-infos-row {
    zoom: .4;
    margin-right: 12px;
  }
  .p-infos-title {
    font-size: 4.5vw;
  }
  .p-infos-content {
    margin-top: 3%;
  }
  .p-infos-list {
    margin: 3.5% 0 6%;
  }
  .p-infos-btn {
    width: 100%;
    padding: 5px 8px;
    font-size: 2.4vw;
    zoom: .8;
    margin-bottom: 6px;
  }
  .p-infos-pic-box {
    width: 42%;
  }
  .p-infos-btn-row {
    zoom: .6;
  }
  .p-infos-item {
    font-size: 2.4vw;
  }
  .p-infos-list {
    margin: 5% 0 7%;
  }
}