@charset "UTF-8";

* {
	word-break: break-all;
	word-wrap: break-word;
}
figure {
	margin: 0;
}

.mgb-fem{
	margin-bottom: 4em !important;
}
figcaption {
	color: #888;
	font-size: 13px;
	font-size: 1.3rem;
	text-align: left;
}
.special-link: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;
    content: "\e904" !important;
    font-size: 1.3rem;
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
}
.icon--window:after{
	display: none !important;
}
.world-add{
	color: #888;
	font-size: 14px;
	font-size: 1.4rem;
	text-align: left;
	margin-top:10px;
}
img {
	max-width: 100%;
	height: auto;
}

.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 25px 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: 70%;
}

.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: #f1ece9;
}

@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: #785448;
}

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

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

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

.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: #785448;
	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: 0 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: 0 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: 45px;
}

@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.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: 25px;
	}
}

.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;
	text-align: center;
}

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

.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: 18px 46px;
    width: 15.5em;
    font-size: 1em;
    line-height: 1em;
    text-decoration: none;
    color: #fff;
    background: #4B4B4B;
    border-radius: 90px;
    border: 2px solid #4B4B4B;
    -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{
	font-size: 1.2em;
	top: 0.9em;
	content: '›';
	position: absolute;
	right: 28px;
	-webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; 
}
#news-more:after{
	display: none;
}
/*#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;
}
.pdb-clear{
	padding-bottom: 0 !important;
}
@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;
	}
}
.article-detail__information-table{
	border-bottom: 2px solid #775348;
}
.article-detail__information-heading{
	background:#775348;
}
.article-detail__information-table td, .article-detail__information-table th{
	border-bottom: 1px solid #775348;
}
.article-detail--goods .article-detail__category, .article-detail--goods .article-detail__information-heading {
    background: #775348;
    color: #fff;
}