@charset "UTF-8";

.intro{
	margin: auto;
    padding: 40px 0;
    box-shadow: 0 1px 10px rgba(0,0,0,0.1);
}
h2 {
    font-size: 170%;
    text-align: center;
    font-weight: 500;
    color: #333;
}
h2::after {
    content: "";
    display: block;
    width: 40px;
    height: 1px;
    border-bottom: 2px solid #808080;
    margin: 0.25em auto 1em;
}
.products a {
    color: #333;
}
.products h2{
	border-left: 7px solid #3ca062;
    padding: 5px 0 0 0.5em;
    margin-block-start: 0;
    margin-block-end: 0.3em;
	text-align: left;
}
.products h2::after {
    content: "";
    display: block;
    width: 40px;
    height: 1px;
    border-bottom: none;
    margin: 0.25em auto 1em;
}
.product-description{
	display: flex;	
}
.evennumber{
	background: #f0f0f0;
}
.oddnumber{
	background: #fff;
}
#category-list .product-inner{
	display: flex;
}
.product-inner{
	max-width: 1000px;
    margin: 0 auto;
}
.product-inner.nxt{
	padding: 3em 0;
}
.product-description .desc-img, .product-description .arrow{
	margin: auto;
}
.product-description .desc-img{
	margin-right: 20px;
    transition: .3s;
}
.product-description .arrow{
    padding-left: 44px;
    transition: .3s;
}
.product-description .desc-img:hover {
    opacity: .7;
}
.product-description .arrow:hover {
	opacity: .5;
}
.arrow img{
	width:16px;
    height: 100%;
}
.product-description .desc-txt{
	margin-bottom: 30px;
}
.product-description .desc-supp{
	font-size: 80%;
	color: #999;
	margin-bottom: 30px;
}

.tab_content_description .tab-img25{
	width: 100%;
    max-width: 270px;
	margin: 0 auto;
}
.tab_content_description .tab-img50{
	width: 100%;
    max-width: 550px;
	margin: 0 auto;
}
.tab_content_description .tab-img100{
	width: 100%;
	margin: 0 auto;
}
.tab_content_description .tab-img25 img,
.tab_content_description .tab-img50 img,
.tab_content_description .tab-img100 img{
	width: 100%;
}
.tab_content_description p.caption{
	margin: 5px 0;
	font-size: 80%;
}
.tab_content_description img.w60{
	width: 60%;
    margin: 0 auto;
    display: block;
}

.tab_content_description table,
.tab_content_description td,
.tab_content_description th {
    border-collapse: collapse;
    border: 1px solid #ccc;
    padding: 2px 5px;
    margin: 5px auto;
    font-size: 90%;
	text-align: center;
	line-height: 1.4;
}
.tab_content_description table.border-none,
.tab_content_description table.border-none td,
.tab_content_description table.border-none th {
    border:none;
	padding: 0;
	margin: 5px auto;
}
.tab_content_description tr.tb_head td {
	background-color: #eee;
}
.tab_content_description table p {
	margin: 0;
}
.tab_content_description .scroll table {
	width: 100%;
	margin: 0 0 5px 0 !important;
}
.tab_content_description .scroll {
	overflow: auto;
	white-space: nowrap;
	margin-bottom: 20px;
}
.tab_content_description .scroll::-webkit-scrollbar {
 height: 5px;
}
.tab_content_description .scroll::-webkit-scrollbar-track {
 background: #F1F1F1;
}
.tab_content_description .scroll::-webkit-scrollbar-thumb {
 background: #BCBCBC;
}

.modal {
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
	left: 0;
    width: 100%;
	z-index: 20;
}
.modal__bg {
    background: rgba(0,0,0,0.8);
    height: 100vh;
    position: absolute;
    width: 100%;
}
.modal__content {
    background: #000;
    left: 50%;
    padding: 10px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 80%;
}
.modal__content video {
	width: 100%;
}
.modal__content .js-modal-close {
	width: 15%;
    display: block;
    margin: 10px auto;
    padding: 5px 10px;
    text-align: center;
    background-color: #ccc;
    border-radius: 5px;
    font-weight: bold;
}

@media screen and (max-width: 767px) {
	h1{
		font-size: 1.5em;
		position: relative;
	}
	.intro p{
		margin: 0 6%;
		text-align: left;
	}
	.product-description {
		position: relative;
}
	.product-description .arrow {
		margin: 0;
		position: absolute;
		right: 0;
        top: calc(270px / 2 + 78px - 16px);
	}
	.product-description .desc-img, .product-description .desc-movie {
		margin: auto;
		text-align: center;
	}
	.modal__content {
		width: 100%;
	}
	.modal__content .js-modal-close {
		width: 30%;
	}
}