@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400&display=swap');

/*----------------------------------------------------
 commons style
----------------------------------------------------*/

* {
    font-family: 'Noto Sans JP', sans-serif;
	color: #717576;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
}

img {
	display: block;
	border-style: none;
}

em,strong,h1,h2,h3,dt {
	font-weight: normal;
}

ul li,ol li {
	list-style: none;
}

a {
	color: #717576;
	text-decoration: underline;
}

.sp_none {
	display: none;
}
.pc_none {
	display: block;
}

.en {
	font-family: 'Montserrat', sans-serif;
}


@media only screen and (min-width: 1001px) {

* {
	font-size: 14px;
}

input[type="submit"]:hover,
button:hover,
a:hover,
a:hover img {
	cursor: pointer;
	transition-duration: 0.2s;
	text-decoration: none;
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
}

.sp_none {
	display: block;
}
.pc_none {
	display: none;
}

.tel {
	pointer-events: none;
	text-decoration: none;
}

.acc {
	cursor: pointer;
}

}


.ttl {
	width: 80%;
	margin: 0 auto 20px auto;
}
.ttl span {
	display: block;
	font-size: 20px;
	font-weight: bold;
	margin: 0 auto 5px auto;
}
.ttl strong {
	display: block;
	font-size: 12px;
}

@media only screen and (min-width: 1001px) {

.ttl {
	width: 960px;
	margin: 0 auto 40px auto;
}
.ttl span {
	font-size: 24px;
	margin: 0 auto 5px auto;
}
.ttl strong {
	font-size: 14px;
}


}

/*----------------------------------------------------
 content style 
----------------------------------------------------*/

header {
	height: 75px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 109;
	background-color: #fff;
}

header h1 {
	width: 160px;
	position: fixed;
	z-index: 10;
	left: 0;
	right: 0;
	margin: 30px auto 0 auto;
}


header h1 a {
	height: 15px;
	display: block;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background-image: url(../images/header_logo.png);
	background-position: center;
	background-size: auto 12px;
	background-repeat: no-repeat;
}


header ul.lang {
	width: 50px;
	position: absolute;
	top: 50px;
	right: 30px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;	
}
header ul.lang li a {
	font-size: 12px;
}
header ul.lang li strong {
	font-size: 12px;
	font-weight: bold;
}


header nav ul {
	width: 80%;
	margin: 20px auto 10px auto;
}
header nav ul li {
	border-bottom: 1px solid #dfdfdf;
}
header nav ul li a {
	text-align: left;
	display: block;
	line-height: 50px;
	font-size: 14px;
	text-decoration: none;
}
header nav ul li a span {
	font-size: 14px;
}

header ol {
	width: 60px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;	
	margin: 29px 20px 0 auto;
}
header ol li a img {
	width: 18px;
	height: auto;
}


@media only screen and (min-width: 1001px) {

header {
	height: 120px !important;
	border-bottom: none !important;
}
header h1 {
	width: 290px;
	margin: 50px auto 0 auto;
}
header h1 a {
	height: 20px;
	background-size: auto 20px;
}
	
header ul.lang {
	width: 70px;
	top: 50px;
	right: 150px;
}
header ul.lang li a {
	font-size: 14px;
}
header ul.lang li strong {
	font-size: 14px;
}
	
	
header nav ul {
	width: auto;
	position: absolute;
	top: 35px;
	left: 30px;
	margin: 0;
}
header nav ul li {
	border-bottom: none;
	display: inline-block;
	margin: 0 30px 0 0;
}
header nav ul li a {
	font-size: 16px;
}
header nav ul li a span {
	display: none;
}

header ol {
	width: 80px;
	margin: 45px 30px 0px auto;
}
header ol li a img {
	width: 24px;
}

}

@media only screen and (min-width: 1281px) {

header nav ul li a span {
	display: inline;
	font-size: 16px;
}


}

div.top_main {
	margin: 65px 0 0 0;
}

div.top_main ul li img {
	width: 100%;
	height: auto;
	object-fit: cover;
	box-sizing: border-box;
	border: 10px solid #fff;
}

@media only screen and (min-width: 1001px) {

div.top_main {
	margin: 100px 0 0 0;
}

div.top_main ul li img {
    height: calc(100vh - 100px);
	border: 20px solid #fff;
}

}


div.top_about {
	background-color: #fafafa;
	padding: 60px 0;
}

div.top_about ul {
	width: 240px;
	margin: 0 auto 30px auto;
}
div.top_about ul li img {
	width: 100%;
	height: auto;
}

div.top_about ul .slider_arw {
	width: 20px;
	height: 20px;
	border: none;
	position: absolute;
	top: calc(50% - 10px);
	cursor: pointer;
	background: none;
	display: inline-block;
	transform: rotate(45deg);
}
div.top_about ul .slider_arw.prev {
	border-left: 1px solid #717576;
	border-bottom: 1px solid #717576;
	left: -30px !important;
}
div.top_about ul .slider_arw.next {
	border-top: 1px solid #717576;
	border-right: 1px solid #717576;
    right: -30px !important;
}
div.top_about ul .slider_arw.slick-disabled {
	display: none !important;
}

div.top_about dl dt {
	font-weight: bold;
	line-height: 1.8em;
	font-size: 14px;
	margin: 0 0 10px 0;
}
div.top_about dl dd {
	line-height: 1.8em;
}


@media only screen and (min-width: 1001px) {

div.top_about {
	padding: 90px 0 90px 0;
}

div.top_about div.inner {
	width: 960px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 auto;
}

div.top_about ul {
	width: 450px;
	height: 450px;
	margin: 0;
}

div.top_about ul .slider_arw {
	width: 25px;
	height: 25px;
	top: calc(50% - 12px);
}
div.top_about ul .slider_arw.prev {
	left: -35px !important;
}
div.top_about ul .slider_arw.next {
    right: -35px !important;
}

div.top_about dl {
	width: 420px;
	margin: -10px 0 0 0;
}
div.top_about dl dt {
	line-height: 2.0em;
	font-size: 16px;
}
div.top_about dl dd {
	line-height: 2.0em;
}

}


div.top_category {
	padding: 60px 0 0 0;
}

div.top_category p {
	width: 80%;
	text-align: left;
	line-height: 1.8em;
	margin: 0 auto 20px auto;
}

div.top_category ul.tab {
	width: 80%;
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto -1px auto;
}
div.top_category ul.tab li {
	width: 33%;
}
div.top_category ul.tab li a {
	display: block;
	background-color: #fff;
	text-decoration: none;
	border-radius: 3px 3px 0 0;
	margin: 1px;
	padding: 15px 0;
}
div.top_category ul.tab li.active a {
	background-color: #fafafa;
}
div.top_category ul.tab li a img {
	width: 18px;
	height: auto;
	margin: 0 auto 8px auto;
}

div.top_category div.area {
	display: none;
	opacity: 0;
	background-color: #fafafa;
	padding: 30px 30px 10px 30px;
}
div.top_category div.area.is-active {
    display: block;
    animation-name: displayAnime;
    animation-duration: 2s;
    animation-fill-mode: forwards;
}

@keyframes displayAnime{
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

div.top_category div.area ol {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
div.top_category div.area ol li {
	margin: 0 10px 20px 10px;
}
div.top_category div.area ol li a {
    display: flex;
	box-sizing: border-box;
    justify-content: center;
    position: relative;
    margin-bottom: 6px;
    padding: .8em 1.0em;
    border-radius: 3px;
	text-decoration: none;
	font-size: 12px;
    background-color: #dfdfdf;
}
div.top_category div.area ol li a::before {
    position: absolute;
    bottom: -6px;
    width: 18px;
    height: 6px;
    background-color: #dfdfdf;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
}

div.top_category div.area strong {
	display: flex;
	align-items: center;
	margin: 0px auto 20px auto;
	padding: 20px 0 0 0;
}
div.top_category div.area strong:before,
div.top_category div.area strong:after {
	content: "";
	flex-grow: 1;
	border-top: 3px double #dfdfdf;
	display: block;
	margin: 0 0 -2px 0;
}
div.top_category div.area strong:before {
	margin-right: 1em;
}
div.top_category div.area strong:after {
	margin-left: 1em;
}

div.top_category div.area ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;	
}
div.top_category div.area ul:after {
	width: 46%;
	content:"";
	display: block;
}
div.top_category div.area ul li {
	width: 46%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 0 0 25px 0;
}
div.top_category div.area ul li img {
	width: 100%;
	height: auto;
}
div.top_category div.area ul li a {
	margin: 10px 6px 0 6px;
}
div.top_category div.area ul li a img {
	width: 24px;
	height: auto;
	border-radius: 2px;
}


@media only screen and (min-width: 1001px) {


div.top_category {
	padding: 90px 0 0 0;
}

div.top_category p {
	width: 960px;
	line-height: 2.0em;
	text-align: center;
	margin: 0 auto 40px auto;
}

div.top_category ul.tab {
	width: 960px;
}
div.top_category ul.tab li {
	width: 16.6%;
}
div.top_category ul.tab li a {
	margin: 0px;
	padding: 25px 0;
}
div.top_category ul.tab li a img {
	width: 32px;
	margin: 0 auto 10px auto;
}

div.top_category div.area {
	padding: 40px 0 0 0;
}

div.top_category div.area ol li {
	margin: 0 15px 20px 15px;
}
div.top_category div.area ol li a {
	font-size: 14px;
}


div.top_category div.area strong {
	width: 960px;
	margin: 0 auto 30px auto;
}
div.top_category div.area strong:before {
	margin-right: 1em;
}
div.top_category div.area strong:after {
	margin-left: 1em;
}

div.top_category div.area ul {
	justify-content: center;
}
div.top_category div.area ul:after {
	width: auto;
}
div.top_category div.area ul li {
	width: 200px;
	margin: 0 15px 40px 15px;
}
div.top_category div.area ul li a {
	margin: 15px 6px 0 6px;
}
div.top_category div.area ul li a img {
	width: 28px;
}

}


div.top_topics {
	padding: 60px 0 0 0;
}

div.top_topics ul {
	width: 80%;
	border-top: 1px solid #dfdfdf;
	margin: 30px auto 0 auto;
	padding: 20px 0 0 0;
}
div.top_topics ul li {
	box-sizing: border-box;
	border-bottom: 1px solid #dfdfdf;
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
}
div.top_topics ul li a {
	text-decoration: none;
	display: block;
	background-image: url("../images/products_icn.png");
	background-size: 10px;
	line-height: 1.8em;
	background-repeat: no-repeat;
	background-position: right top 6px;
}
div.top_topics ul li a span {
	display: block;
	text-align: left;
	color: #666;
	font-size: 10px;
	line-height: 1.8em;
	margin: 0 0 5px 0;
}
div.top_topics ul li a strong {
	width: auto;
	display: block;
	text-align: left;
	line-height: 1.8em;
	font-weight: normal;
}

div.top_topics .modal-content span {
	display: block;
	text-align: left;
	font-size: 12px;
	line-height: 1.8em;
	margin: 0 0 5px 0;
}

div.top_topics .modal-content strong {
	font-size: 14px;
	text-align: left;
	display: block;
	margin: 0 0 15px 0;
}

div.top_topics .modal-content ol li {
	border-bottom: none;
	margin: 0 auto 20px auto;
	padding: 0;
}
div.top_topics .modal-content ol li img {
	width: 100%;
	height: auto;
}

div.top_topics .modal-content p {
	text-align: left;
	line-height: 1.8em;
}
div.top_topics .modal-content p a {
	text-decoration: underline;
	background-image: none;
	display: inline;
}



@media only screen and (min-width: 1001px) {

div.top_topics {
	width: 960px;
	margin: 0 auto;
	padding: 90px 0 0 0;
}

div.top_topics ul {
	width: 720px;
	margin: 0 auto;
	padding: 30px 0 0 0;
}
div.top_topics ul li {
	text-align: left;
	margin: 0 0 30px 0;
	padding: 0 0 30px 0;
}
div.top_topics ul li a {
	background-size: 12px;
	background-position: right 12px center;
}
div.top_topics ul li a span {
	font-size: 12px;
	display: inline-block;
	margin: 0 20px 0 0;
}
div.top_topics ul li a strong {
	display: inline-block;
}

div.top_topics .modal-content strong {
	font-size: 16px;
	margin: 0 0 30px 0;

}
div.top_topics .modal-content ol {
	width: 100% !important;
	display: flex;
	justify-content:space-between;
	flex-wrap: wrap;
}
div.top_topics .modal-content ol::after{
  content:"";
  display: block;
  width: 31%;
}
div.top_topics .modal-content ol li {
 	width: 31%;
	margin: 0 0 30px 0;
}

}


div.top_wholesale {
	padding: 60px 0;
}

div.top_wholesale p {
	width: 80%;
	line-height: 1.8em;
	text-align: left;
	margin: 0 auto;
}


@media only screen and (min-width: 1001px) {

div.top_wholesale {
	width: 960px;
	margin: 0 auto;
	padding: 90px 0;
}

div.top_wholesale p {
	width: 100%;
	line-height: 2.0em;
	text-align: center;
}

}


div.top_contact {
	background-color: #fafafa;
	padding: 60px 0;
}

div.top_contact p {
	width: 80%;
	text-align: left;
	line-height: 1.8em;
	margin: 0 auto 20px auto;
}

div.top_contact form {
	width: 80%;
	margin: 0 auto;
}
div.top_contact dl {
	border-top: 1px solid #dfdfdf;
	margin: 20px 0 0 0;
	padding: 20px 0 0 0;
}
div.top_contact dl dt {
	text-align: left;
	vertical-align: middle;
	margin: 0 0 15px 0;
}
div.top_contact dl dt span {
	display: inline-block;
	color: #d03539;
	font-weight: normal;
	border-radius: 3px;
	margin: 0 10px 0 0;
}
div.top_contact dl dd {
	text-align: left;
}
div.top_contact dl dd input[type="text"],
div.top_contact dl dd input[type="email"],
div.top_contact dl dd input[type="tel"],
div.top_contact dl dd textarea {
	width: 100%;
	box-sizing: border-box;
	text-align: left;
	line-height: 1.8em;
	background-color: #fff;
	border: none;
	text-indent: 10px;
	border-radius: 5px;
	-webkit-appearance : none;
    -webkit-tap-highlight-color : rgba(0,0,0,0);
	padding: 10px 5px;
}
div.top_contact dl dd textarea {
	width: 100% !important;
	height: 160px !important;
	text-indent: inherit;
	line-height: 1.8em;
	padding : 5px 10px;
}

div.top_contact form dl dd ul li {
	margin: 0 0 10px 0;
}
div.top_contact form dl dd ul li:last-child {
	margin-bottom: 0;
}

div.top_contact form dl dd label.radio_text {
	cursor       : pointer;
	position     : relative;
	margin-right : 20px;
	overflow     : hidden;
	padding-left : 20px;
	display      : inline-block;
}
div.top_contact form dl dd label.radio_text:before {
	position      : absolute;
	width         : 12px;
	height        : 12px;
	border        : 1px solid #717576;
	border-radius : 50%;
	left          : 0;
	top           : 5px;
	content       : '';
	z-index       : 3;
	margin: -3px 0 0 0;
}
div.top_contact form dl dd label.radio_text:after {
	content          : '';
	position         : absolute;
	width            : 8px;
	height           : 8px;
	border-radius    : 100%;
	left             : 3px;
	top              : 8px;
	background-color : #717576;
	z-index          : 1;
	margin: -3px 0 0 0;
}
div.top_contact form dl dd label.radio_text input[type="radio"] {
	-moz-appearance: none;
	-webkit-appearance: none;
	position   : absolute;
	z-index    : 2;
	width      : 20px;
	height     : 20px;
	left       : -20px;
	top        : 2px;
	margin     : 0;
	box-shadow : 20px -1px #fafafa;
}
div.top_contact form dl dd label.radio_text input[type="radio"]:checked {
	box-shadow : none;
}
div.top_contact form dl dd label.radio_text input[type="radio"]:focus {
	opacity    : 0.2;
	box-shadow : 20px -1px #fafafa;
}

div.top_contact button {
	width: 80%;
	display: block;
	border: 1px solid #717576;
	font-size: 14px;
	background-color: #fafafa;
	border-radius: 3px;
	font-weight: normal;
	margin: 25px auto 0 auto;
	padding: 12px 0;
}

div.top_contact div.mfp_err {
	font-size: 12px;
	color: #d03539;
	text-decoration: none;	
	margin-top: 5px;
	line-height: 1.8em;
}


@media only screen and (min-width: 1001px) {

div.top_contact {
	width: 960px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;	
	box-sizing: border-box;
	margin: 0 auto 90px auto;
	padding: 50px;
}
div.top_contact h2.ttl {
	width: 220px;
	text-align: left;
	margin: 0;
}
div.top_contact p {
	width: 640px;
	line-height: 2.0em;
	margin: 0;
}
div.top_contact p a {
	cursor: pointer;
}
div.top_contact form {
	width: 100%;
}
div.top_contact dl {
	display: flex;
	align-items: center;
	margin: 30px 0 0 0;
	padding: 30px 0 0 0;
}
div.top_contact dl dt {
	width: 220px;
	margin: 0;
}
div.top_contact dl dd {
	width: 640px;
	vertical-align: middle;
}

div.top_contact form dl dd ul li {
	display: inline-block;
	margin: 0 10px 0 0;
}

div.top_contact form dl dd label.radio_text:before {
	margin: -1px 0 0 0;
}
div.top_contact form dl dd label.radio_text:after {
	margin: -1px 0 0 0;
}

div.top_contact button {
	width: 280px;
	font-size: 16px;
	margin: 0 auto;
}


}


div#m_pp .modal-content dl dt {
	font-weight:  bold;
	line-height: 1.8em;
	margin: 0 0 5px 0;
}
div#m_pp .modal-content dl dd {
	line-height: 1.8em;
}

@media only screen and (min-width: 1001px) {

}


.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.6);
  transition: all 1s ease-in-out;
}

.modal-content {
	max-height: 80%;
    background: #FFF;
    overflow-y: auto;
    padding: 30px;
    width: 85%;
	text-align: left;
    position: absolute;
    top: 50%;
    left: 50%;
	box-sizing: border-box;
    transform: translate(-50%, -50%);
    animation: show 0.6s linear 0s;
    filter: drop-shadow(0 2px 6px #777);
	border-radius: 3px;
}

.modal-close {
    display: inline-block;
    position: absolute;
    right: 15px;
    top: 15px;
    color: #fff;
    text-decoration: none;
    font-size: 2rem;
    line-height: 1;
}
.modal-close:hover,
.modal-close:focus {
  text-decoration: none;
  cursor: pointer;
}

@keyframes show {
	from {opacity: 0; }
	to { opacity: 1; }
}

@media only screen and (min-width: 1001px) {


.modal-content {
    width: 960px;
	max-height: 90%;
    padding: 40px;
}

.modal-close {
    right: 30px;
    top: 30px;
    font-size: 2.5rem;
}

}



footer {
	background-color: #282929;
}

footer iframe {
	width: 100%;
	height: 240px;
	border: 0;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
}

footer div {
	padding: 40px 0;
}

footer strong {
	width: 80%;
	display: block;
	color: #fff;
	font-size: 10px;
	background-image: url("../images/footer_logo.png");
	background-size: auto 15px;
	background-position: center top;
	background-repeat: no-repeat;
	margin: 0 auto 15px auto;
	padding: 25px 0 0 0;
}
footer address {
	display: block;
	color: #fff;
	font-style: normal;
	margin: 0 auto 30px auto;
}

footer ul {
	width: 80%;
	margin: 0 auto 20px auto;
}
footer ul li {
	border-bottom: 1px solid #fff;
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
}
footer ul li:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

footer dl {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
footer dl dt {
	width: 100%;
	color: #fff;
	line-height: 1.8em;
	font-size: 14px;
}
footer dl dd {
	margin: 10px 10px 0 10px;
}
footer dl dd img {
	width: auto;
	height: 18px;
}

footer a.btn {
	width: 80%;
	display: block;
	color: #fff;
	line-height: 45px;
	border: 1px solid #fff;
	border-radius: 3px;
	text-decoration: none;
	margin: 0 auto 40px auto;
}
footer a.btn img {
	width: 10px;
	height: auto;
	display: inline-block;
	margin: 0 0 0 8px;
}

footer span {
	display: block;
	color:  #fff;
}

@media only screen and (min-width: 1001px) {

footer {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	flex-direction: row-reverse;
}

footer iframe {
	width: 50%;
	height: 400px;
}

footer div {
	width: 50%;
	padding: 60px 0 0 0;
}

footer strong {
	width: 370px;
	font-size: 12px;
	text-align: right;
	background-size: auto 20px;
	background-position: left center;
	margin: 0 auto 20px auto;
	padding: 0;
}

footer ul {
	width: 100%;
	margin: 0 auto 30px auto;
}
footer ul li {
	border-bottom: none;
	margin: 0 0 20px 0;
	padding: 0;
}
footer ul li:last-child {
	margin-bottom: 0;
}

footer dl dt {
	width: auto;
	margin: 0 15px 0 0;
}
footer dl dd {
	margin: 0 10px;
}

footer a.btn {
	width: 300px;
	line-height: 55px;
	margin: 0 auto 30px auto;
}
footer a.btn img {
	width: 12px;
	margin: 0 0 0 10px;
}


}


a#pagetop {
	width: 50px;
	height: 50px;
	display: block;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	position: fixed;
	bottom: 15px;
	right: 15px;
	background-image: url(../images/pagetop.png);
	background-size: 50px;
}


@media only screen and (min-width: 1001px) {

a#pagetop {
	width: 70px;
	height: 70px;
	bottom: 30px;
	right: 30px;
	background-size: 70px;
}

}


/*----------------------------------------------------
 style end
----------------------------------------------------*/