@charset "utf-8";

/*---------------
  common
---------------*/
body {
	font-size: 16px;
	font-family: "Noto Sans Japanese", sans-serif;
	color: #333;
}
a,
a:link,
a:visited,
a:active {

}
a img,
input[type=image],
#mobile-nav-btn img {
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
a:hover img,
input[type=image]:hover,
#mobile-nav-btn img:hover {
	-webkit-filter: brightness(0.8);
	-moz-filter: brightness(0.8);
	-o-filter: brightness(0.8);
	filter: brightness(0.8);
}
p {
	line-height: 1.5em;
}
pre {
	font-size: 14px;
	color: #000;
	border: none;
	background: none;
	padding: 0;
	margin: 0;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	white-space: pre-wrap;
	word-wrap: break-word;
	overflow: visible;
	text-align: left;
}
.required,
.error {
	color: #E00;
}
label.has-error {
	color: #a94442;
}

form {
	margin: 30px 0;
}
form .submit {
	margin-top: 50px;
}
.wpcf7 .wpcf7-response-output {
	margin: 10px 0 30px;
	padding: 8px 35px 8px 14px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-align: center;
}
.wpcf7 .wpcf7-validation-errors {
	color: #B94A48;
	background-color: #F2DEDE;
	border: 1px solid #EED3D7;
}
.wpcf7 .wpcf7-mail-sent-ok {
	color: #3A87AD;
	background-color: #D9EDF7;
	border: 1px solid #BCE8F1;
}
.wpcf7 .wpcf7-radio {
	display: block;
	padding: 7px 0;
}
.wpcf7 .wpcf7-radio label {
	font-weight: normal;
}
h1.org {
	margin: 0;
	font-size: 20px;
	line-height: 70px;
}
h2.org {
	border-bottom: 1px solid #CCC;
	padding-bottom: 15px;
	margin-bottom: 50px;
}
h3.org {
	text-align: center;
	margin-bottom: 50px;
}
h4.org {

}
section {
	padding: 50px 0;
	position: relative;
}
ul.list-inline {
	margin: 0;
}
.img-wrap {
	overflow: hidden;
}
.img-wrap a img {
	transition-duration: 0.3s;
}
.img-wrap a img:hover {
	transform: scale(1.1);
}
.youtube-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
.youtube-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
p.lead {
	margin: 20px 0 40px;
	font-size: 22px;
	font-weight: bold;
	color: #3c51a8;
	text-align: center;
}
.btn-theme {
	background: #5f7791;
	color: #FFF !important;
}
.btn-theme:hover {
	background: #849cb6;
}
.btn-contact {
	font-size: 24px;
	padding: 25px;
}
.wp-pagenavi a, .wp-pagenavi span {
	padding: 5px 10px !important;
	border-radius: 5px;
}
.wp-pagenavi span.current {
	background: #307fa4;
	color: #FFF;
	border-color: transparent !important;
}
.btn-default .badge {
	background-color: #d14444;
}

/*---------------
  header
---------------*/
#header {
	background: #F7F7F7;
	position: fixed;
	width: 100%;
	height: 70px;
	z-index: 10;
}
#header > .container {
	position: relative;
}
#header .login {
	position: absolute;
	top: 20px;
	right: 15px;
}
#header h1 a {
	color: #FFF;
}

/*---------------
  g-nav
---------------*/
#g-nav {

}
#g-nav ul.list {
	list-style: none;
	padding: 0;
	letter-spacing: -.4em;
	margin-bottom: 0;
}
#g-nav ul.list > li {
	display: inline-block;
	letter-spacing: normal;
	width: calc(100% / 6);
}
#g-nav ul.list > li > a {
	display: block;
	text-align: center;
	padding: 15px 5px;
	font-size: 18px;
}
#g-nav ul.list > li > a span {
	display: block;
	font-size: 12px;
}

/*---------------
  mobile
---------------*/
#mobile-nav-btn {
	position: fixed;
	top: 15px;
	right: 15px;
	background: #999;
	padding: 10px 17px;
	border-radius: 5px;
	color: #FFF;
	font-size: 16px;
	z-index: 100;
}
#mobile-menu-dialog ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#mobile-menu-dialog .modal-header {
	text-align: center;
	background: #3c466b;
	color: #FFF;
	border-radius: 5px 5px 0 0;
}
#mobile-menu-dialog .modal-body {
	padding: 0;
}
#mobile-menu-dialog nav a {
	padding: 10px 0;
  display: block;
  text-align: center;
  border-bottom: 1px solid #DDD;
	color: #3c466b;
}
#mobile-menu-dialog nav a:hover {
	background: #EEE;
}
#mobile-menu-dialog nav a span.badge {
	background-color: #d14444;
}
#mobile-menu-dialog nav > ul > li:last-of-type a {
    border-bottom: none;
		background: #3c466b;
    color: #FFF;
    border-radius: 0 0 5px 5px;
}

/*---------------
  mask
---------------*/
#mask {
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(255, 255, 255, .4);
    z-index: 1;
    display: none;
}

/*---------------
  content
---------------*/
#content {
	padding-top: 70px;
}

/*---------------
  paging
---------------*/
#paging {

}

/*---------------
  home
---------------*/
#content.home {

}
#content.home section.products ul.list-inline {
	letter-spacing: -.4em;
}
#content.home section.products ul.list-inline li {
	letter-spacing: normal;
	width: calc(100% / 4);
}
#content.home section.products ul.list-inline li .square {
	position: relative;
}
#content.home section.products ul.list-inline li .square img {
	width: 100%;
	height: 200px;
	object-fit: cover;
}
#content.home section.products ul.list-inline li .name {
	text-align: center;
	margin-top: 10px;
}

/*---------------
  lower
---------------*/
#content.lower {

}

/*---------------
  product
---------------*/
#content.product {

}
#content.product .description .ql-align-center {
	text-align: center;
}
#content.product .description iframe {
	display: block;
}
#content.product .description iframe.ql-align-center {
	margin: 0 auto;
}
#content.product .files ul {
	text-align: center;
}
#content.product .files li {
	text-align: center;
	width: 150px;
}
#content.product .files li .square {
	position: relative;
}
#content.product .files li .square:before {
	content: "";
	display: block;
	padding-top: 100%;
}
#content.product .files li .square img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	object-fit: contain;
}
#content.product .model-list > li {
	border-bottom: 1px solid #CCC;
	padding-bottom: 20px;
	margin-bottom: 30px;
}
#content.product .model-list li:last-of-type {
	border-bottom: none;
	margin-bottom: 0;
}
#content.product .model-list li .name {
	font-size: 24px;
	font-weight: bold;
}
#content.product .spec {
	letter-spacing: -.4em;
	margin-bottom: 20px;
}
#content.product .spec li {
	letter-spacing: normal;
	width: 50%;
	margin-bottom: 10px;
	vertical-align: top;
}
#content.product .spec li span {
	display: inline-block;
	width: 100px;
	text-align: center;
	background: #CCC;
	margin-right: 10px;
	border-radius: 5px;
}
#content.product .order-wrap {
	text-align: right;
}
#content.product .order-wrap .value {
	font-size: 18px;
	line-height: 34px;
	font-weight: bold;
}
#content.product .order-wrap .value span {
	font-size: 14px;
	font-weight: normal;
}

/*---------------
  cart
---------------*/
#content.cart .table .product {
	font-size: 18px;
	font-weight: bold;
}
#content.cart .table tbody td {
	vertical-align: middle;
}
#content.cart .table .value {
	margin-bottom: 0;
}
#content.cart .table .quantity {
	font-size: 18px;
}
#content.cart .table .quantity a.disabled {
	color: #CCC;
	pointer-events: none;
}
#content.cart .table tfoot .total span {
	color: #de5d50;
	font-size: 18px;
	margin-right: 5px;
	width: 100px;
	display: inline-block;
}

/*---------------
  order
---------------*/
#content.order h3.title {
	margin-top: 0;
	margin-bottom: 10px;
	border-left: 10px solid #428bca;
    font-size: 20px;
    padding: 10px;
    background: #EEE;
}
#content.order fieldset,
#content.order .payment {
	margin-bottom: 20px;
}
#content.order .place-name {
	display: inline-block;
	width: 150px;
}
#content.order select.form-control {
	margin-bottom: 10px;
}
#content.order .order-box .alert {
	margin: 10px 0 0;
	text-align: center;
	display: none;
}

/*---------------
  confirm
---------------*/
#content.confirm h3.title {
	margin-top: 0;
	margin-bottom: 10px;
	border-left: 10px solid #428bca;
    font-size: 20px;
    padding: 10px;
    background: #EEE;
}
#content.confirm dt span {
	background: #666;
    font-size: 14px;
    padding: 2px 5px;
    color: #FFF;
    border-radius: 5px;
}
#content.confirm dd {
	padding: 5px 0 15px;
}
#content.confirm .order-box {
	background: #EEE;
	padding: 20px;
}
#content.confirm .order-box table tr:first-of-type td {
	border-top: none;
}
#content.confirm .order-box .amount {
	text-align: right;
}
#content.confirm .order-box .amount.total span {
	font-size: 18px;
	font-weight: bold;
	color: #de5d50;
}
#content.confirm .order-box form {
	margin-bottom: 0;
}
#content.confirm .preview-btn {
	text-align: right;
	margin-bottom: 20px;
}

/*---------------
  complete
---------------*/
#content.complete .panel-body {
	padding: 30px;
}
#content.complete .order-no {
	margin: 50px 0;
    border: 1px solid #CCC;
}
#content.complete .order-no .title {
	display: inline-block;
    padding: 10px;
    width: 150px;
    background: #cfe0f0;
    border-right: 1px solid #CCC;
    text-align: center;
}
#content.complete .order-no .no {
	display: inline-block;
    padding: 10px;
}

/*---------------
  history
---------------*/
#content.history .paging {
	text-align: center;
	margin-bottom: 30px;
	font-size: 20px;
}

/*---------------
  mypage
---------------*/
#content.mypage .link {
	font-size: 12px;
  display: inline-block;
  margin-left: 20px;
  padding: 0 10px;
  border: 1px solid #999;
  border-radius: 5px;
	background: #999;
	color: #FFF;
}
#content.mypage .link:hover {
	text-decoration: none;
	background: #AAA;
}

/*---------------
  regist
---------------*/
#content.regist .terms {
	max-height: 300px;
	overflow-y: scroll;
	font-size: 12px;
}
#content.regist .terms + div {
	border: 1px solid #CCC;
  border-radius: 5px;
  margin-top: 15px;
  padding: 10px 10px 10px 30px;
  display: inline-block;
  background: #FFF;
}

/*---------------
  notifications
---------------*/
#content.notifications .item-list li.title {
  border-radius: 5px;
  background: #3c466b;
  color: #FFF;
  position: relative;
	cursor: pointer;
	padding: 5px 10px;
	margin-bottom: 5px;
}
#content.notifications .item-list li.title.unread:after {
	content: "\f0e0";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-left: 10px;
}
#content.notifications .item-list li.title.read {
	background: #838db0;
}
#content.notifications .item-list li.title.read:after {
	content: "\f2b6";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-left: 10px;
}
#content.notifications .item-list li.description {
	padding: 0 15px 25px;
	display: none;
	white-space: pre-line;
}

/*---------------
  logout
---------------*/
#content.logout .panel-body {
	padding: 30px;
}
#content.logout .mess {
	padding: 50px 0;
}

/*---------------
  footer
---------------*/
#footer {

}

/*---------------
  copyright
---------------*/
#copyright section {
	text-align: center;
	border-top: 1px solid #CCC;
	padding: 15px 0;
	font-size: 12px;
}
