@charset "UTF-8";
.clearfix:after {
	content: "";
	clear: both;
	display: block;
}
a {
	color: #000;
	text-decoration: underline;
	outline: none;
	opacity: 1;
}
a:hover {
	opacity: 0.8;
}
*:hover {
	transition: all .3s ease-out;
}
body {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	font-family: "Noto Sans Japanese";
	font-weight: 300;
	-webkit-text-size-adjust: 100%;
	background-color: #e1e1e1;
}
#main {
	width: 1000px;
	margin: 50px auto;
	text-align: justify;
	text-justify: inter-ideograph;
}
.txt {
	font-size: 18px;
	text-align: center;
	margin-bottom: 50px;
	font-weight: bold;
}
.txt h2 {
	font-size: 30px;
}
.txt p span {
	display: block;
}
figure {
	margin: 0;
}
figure img {
	width: 100%;
}
figure figcaption {
	font-size: 13px;
	text-align: center;
}
.spec_box {
	border: solid 1px #000;
	padding: 20px 3%;
}
.spec_box h5 {
	font-size: 16px;
	margin: 0 auto 10px;
}
.spec_box ul {
	padding: 0 0 0 20px;
	margin: 0;
}
section .strap_box {
	background-color: #fff;
	margin-bottom: 50px;
	padding: 40px 5%;
}
.strap_box section {
	margin-bottom: 30px;
}
.strap_box .top {
	position: relative;
}
.strap_box .top picture img {
	width: 100%;
}
.strap_box .top h3 {
	font-size: 24px;
	text-align: left;
}
.strap_box .top .p {
	width: 43%;
	height: 300px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 5%;
	margin: auto;
}
.strap_box .figure img {
	width: 80%;
	margin: 0 auto;
	display: block;
}
.strap_box .figure_box {
	margin-bottom: -5px;
}
.strap_box .figure_box img {
	width: 49%;
	margin: 0 0.5%;
	float: left;
}
.strap_box video {
	width: 100%;
}
.strap_box .caption {
	font-size: 13px;
	text-align: right;
}
section .collection_box {
	background-color: #fff;
	margin-bottom: 50px;
	padding: 20px 5% 50px;
}
.collection_box h3 {
	font-size: 24px;
	text-align: center;
	background-color: #eee;
	padding: 10px 0;
}
.collection_box section {
	margin-bottom: 50px;
}
.collection_box section:last-child {
	margin-bottom: 0;
}
.collection_box h4 {
	font-size: 18px;
	margin: 0;
}
.collection_box .figure_box figure {
	width: 49%;
	margin: 0 0.5%;
	float: left;
	display: block;
}
.collection_box .figure_box figure a {
	position: relative;
}
.collection_box .figure_box figure i {
	position: absolute;
	bottom: 20px;
	right: 20px;
}
.collection_box .caption {
	font-size: 13px;
	text-align: right;
	margin-bottom: 30px;
}

@media screen and (min-width:700px) and ( max-width:1050px) {
#main {
	width: 90%;
	margin: 20px auto;
	text-align: justify;
	text-justify: inter-ideograph;
}
.txt {
	font-size: 16px;
	margin-bottom: 20px;
	font-weight: bold;
}
.txt h2 {
	font-size: 20px;
	text-align: center;
}
.txt p span {
	display: block;
}
figure {
	margin: 0;
}
figure img {
	width: 100%;
}
figure figcaption {
	font-size: 13px;
	text-align: left;
}
.spec_box {
	border: solid 1px #000;
	padding: 15px 3%;
	font-size: 14px;
}
.spec_box h5 {
	font-size: 14px;
	margin: 0 auto 10px;
}
.spec_box ul {
	padding: 0 0 0 20px;
	margin: 0;
}
section .strap_box {
	background-color: #fff;
	margin-bottom: 30px;
	padding: 20px 5% 30px;
}
.strap_box section {
	margin-bottom: 20px;
}
.strap_box .top {
	position: relative;
}
.strap_box .top picture img {
	width: 100%;
}
.strap_box .top h3 {
	font-size: 18px;
	text-align: center;
	margin: 5px auto -10px;
}
.strap_box .top .p {
	width: 100%;
	height: auto;
	position: static;
	margin: auto;
}
.strap_box .figure img {
	width: 100%;
	margin: 0 auto;
	display: block;
}
.strap_box .figure_box {
	margin-bottom: -10px;
}
.strap_box .figure_box img {
	width: 100%;
	margin: 0;
	float: none;
}
.strap_box video {
	width: 100%;
}
.strap_box .caption {
	font-size: 12px;
	text-align: right;
}
section .collection_box {
	background-color: #fff;
	margin-bottom: 30px;
	padding: 15px 5% 35px;
}
.collection_box h3 {
	font-size: 18px;
	text-align: center;
	background-color: #eee;
	padding: 5px 0;
}
.collection_box section {
	margin-bottom: 30px;
}
.collection_box section:last-child {
	margin-bottom: 0;
}
.collection_box h4 {
	font-size: 16px;
	margin: 0 auto -10px;
}
.collection_box .figure_box figure {
	width: 100%;
	margin: 0;
	float: none;
}
.collection_box .figure_box figure a {
	position: relative;
}
.collection_box .figure_box figure i {
	position: absolute;
	bottom: 20px;
	right: 20px;
}
.collection_box .caption {
	font-size: 12px;
	text-align: right;
	margin-bottom: 20px;
}
}

@media screen and (max-width:700px) {
#main {
	width: 90%;
	margin: 20px auto;
	text-align: justify;
	text-justify: inter-ideograph;
}
.txt {
	font-size: 16px;
	margin-bottom: 20px;
	font-weight: bold;
	text-align: justify;
	text-justify: inter-ideograph;
}
.txt h2 {
	font-size: 20px;
	text-align: center;
}
.txt p span {
	display: inline;
}
figure {
	margin: 0;
}
figure img {
	width: 100%;
}
figure figcaption {
	font-size: 13px;
	text-align: left;
}
.spec_box {
	border: solid 1px #000;
	padding: 15px 3%;
	font-size: 14px;
}
.spec_box h5 {
	font-size: 14px;
	margin: 0 auto 10px;
}
.spec_box ul {
	padding: 0 0 0 20px;
	margin: 0;
}
section .strap_box {
	background-color: #fff;
	margin-bottom: 30px;
	padding: 20px 5% 30px;
}
.strap_box section {
	margin-bottom: 20px;
}
.strap_box .top {
	position: relative;
}
.strap_box .top picture img {
	width: 100%;
}
.strap_box .top h3 {
	font-size: 18px;
	text-align: center;
	margin: 5px auto -10px;
}
.strap_box .top .p {
	width: 100%;
	height: auto;
	position: static;
	margin: auto;
}
.strap_box .figure img {
	width: 100%;
	margin: 0 auto;
	display: block;
}
.strap_box .figure_box {
	margin-bottom: -10px;
}
.strap_box .figure_box img {
	width: 100%;
	margin: 0;
	float: none;
}
.strap_box video {
	width: 100%;
}
.strap_box .caption {
	font-size: 12px;
	text-align: right;
}
section .collection_box {
	background-color: #fff;
	margin-bottom: 30px;
	padding: 15px 5% 35px;
}
.collection_box h3 {
	font-size: 18px;
	text-align: center;
	background-color: #eee;
	padding: 5px 0;
}
.collection_box section {
	margin-bottom: 30px;
}
.collection_box section:last-child {
	margin-bottom: 0;
}
.collection_box h4 {
	font-size: 16px;
	margin: 0 auto -10px;
}
.collection_box .figure_box figure {
	width: 100%;
	margin: 0;
	float: none;
}
.collection_box .figure_box figure a {
	position: relative;
}
.collection_box .figure_box figure i {
	position: absolute;
	bottom: 20px;
	right: 20px;
}
.collection_box .caption {
	font-size: 12px;
	text-align: right;
	margin-bottom: 20px;
}
}
