@charset "UTF-8";
 html {
height: 100%;
font-size: 62.5%;
}
body {
height: 100%;
margin: 0 auto;
padding-top: 100px;
font-family: 'Noto Sans JP', sans-serif;
font-size: 1.6rem;
font-weight: 400;
line-height: 1.75;
}
@media (max-width: 992px) {
body {
padding-top: 60px;
}
}
h1, h2, h3, h4, h5, h6 {
margin-bottom: 1.5rem;
font-weight: 900;
line-height: 1.2;
letter-spacing: 0.05em;
}
h1 {
font-size: 4.8rem;
}
h2 {
font-size: 4.0rem;
}
h3 {
font-size: 3.2rem;
}
h4 {
font-size: 2.4rem;
}
h5 {
font-size: 2.0rem;
}
h6 {
font-size: 1.6rem;
}
strong {
font-weight: 700;
}
img {
width: 100%;
height: auto;
}
a {
color: #888;
}
a:hover {
color: #000;
text-decoration: none;
}
hr {
margin-top: 3rem;
margin-bottom: 3rem;
border-top: 1px solid rgba(0, 0, 0, 0.5);
} .bg-diagram {
background-color: #eee;
background-image: url(http://pennyjapan.com/wp-content/themes/penny-theme/images/bg_diagram.png);
background-repeat: repeat;
}
.text-link {
color: #888;
text-decoration: none;
}
.text-link:hover {
color: #888;
text-decoration: none;
}
.text-link-small {
color: #999;
font-size: 1.4rem;
}
.text-link-small:hover {
color: #000;
text-decoration: underline;
}
.page-title-wrap {
background-color: #eee;
background-position: center center;
background-size: cover;
text-align: center;
}
.page-title {
display: flex;
justify-content: center;
align-items: center;
height: 600px;
padding: 20px;
font-weight: 900;
letter-spacing: 0.07em;
}
@media (max-width: 768px) {
.page-title {
height: 300px;
}
}
.hero-overlay .page-title {
color: #fff;
}
.page-title-small {
display: flex;
justify-content: center;
align-items: center;
height: 150px;
margin-bottom: 0;
padding: 20px;
font-weight: 900;
letter-spacing: 0.07em;
}
@media (max-width: 768px) {
.page-title-small {
height: 100px;
font-size: 3.0rem;
}
}
.content-wrap {
padding-right: 30px;
padding-top: 50px;
padding-bottom: 50px;
padding-left: 30px;
}
.content-inner {
max-width: 960px;
margin-right: auto;
margin-left: auto;
}
.content-inner-small {
max-width: 640px;
margin-right: auto;
margin-left: auto;
}
.content-inner-lg {
max-width: 1366px;
margin-right: auto;
margin-left: auto;
}
.square-box {
position: relative;
width: 100%;
margin: auto;
}
.square-box:before {
content: "";
display: block;
padding-top: 100%;
}
.square-box .square-box-inner {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
}
.btn-submit {
display: inline-block;
min-width: 250px;
margin-right: auto;
margin-left: auto;
padding: 15px 10px;
border: 0;
background-color: #000;
color: #fff;
text-align: center;
letter-spacing: 0.2em;
white-space: nowrap;
vertical-align: middle;
font-weight: 500;
}
.btn-submit:hover {
background-color: #888;
color: #fff;
text-decoration: none;
}
.btn-white {
display: inline-block;
width: 100%;
margin-right: auto;
margin-left: auto;
padding: 15px 10px;
border: 0;
background-color: #fff;
border: 1px solid #000;
color: #000;
text-align: center;
letter-spacing: 0.3em;
white-space: nowrap;
vertical-align: middle;
}
.btn-white:hover {
background-color: #888;
color: #fff;
text-decoration: none;
}
.btn-small {
display: inline-block;
margin-right: auto;
margin-left: auto;
padding: 9px 25px;
border: 0;
background-color: #000;
color: #fff;
text-align: center;
white-space: nowrap;
font-size: 1.4rem;
}
.btn-small:hover {
background-color: #888;
color: #fff;
text-decoration: none;
}
.btn-white-small {
display: inline-block;
margin-right: auto;
margin-left: auto;
padding: 7px;
border: 0;
background-color: #fff;
border: 1px solid #000;
color: #000;
text-align: center;
white-space: nowrap;
}
.btn-white-small:hover {
background-color: #888;
color: #fff;
text-decoration: none;
}
.list-dl {
margin-bottom: 0;
}
.list-dl dt {
margin-bottom: 1.5em;
font-size: 1.5rem;
}
.list-dl dd {
margin-bottom: 3em;
font-size: 1.3rem;
}
.headline-lg {
font-size: 4.8rem;
font-weight: 900;
letter-spacing: 0.05em;
}
.headline-sm {
font-size: 3.2rem;
letter-spacing: 0.05em;
} .navbar {
height: 100px;
padding: 0 50px;
}
@media (max-width: 992px) {
.navbar {
height: 60px;
padding: 0;
}
}
.navbar-sticky {
height: 60px;
}
@media (max-width: 992px) {
.navbar-sticky {
height: 60px;
}
}
.navbar-dark {
background-color: #000;
}
@media (max-width: 992px) {
.navbar-dark .navbar-nav {
padding-bottom: 20px;
}
}
.navbar-dark .navbar-nav .nav-link {
color: #fff;
}  ul#nav-menu li {
align-self: center;
font-weight: normal;
list-style: none;
}
ul#nav-menu li a {
display: inline-block;
padding-top: 15px;
padding-right: 1rem;
padding-bottom: 15px;
padding-left: 1rem;
color: #fff;
}
ul#nav-menu li a:hover {
color: #888;
text-decoration: none;
}
@media (max-width: 768px) {
ul#nav-menu li {
text-align: center;
}
}
.navbar-expand-md .navbar-nav .nav-link {
padding-left: 0;
padding-right: 0;
}
.navbar-nav {
font-size: 1.4rem;
}
.navbar-dark .navbar-toggler {
position: absolute;
right: 0;
margin-right: 10px;
border: none;
color: #fff;
}
.navbar-dark .navbar-toggler-icon {
background-image: url("data:image/svg+xml;charset=utf8,<svg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'><path stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/></svg>");
}
.logo {
display: block;
width: 30%;
max-width: 70px;
margin-right: auto;
margin-left: auto;
}
.nav-business {
justify-content: center;
margin-bottom: 50px;
font-weight: 700;
letter-spacing: 0.05em;
}
@media (max-width: 768px) {
.nav-business {
margin-bottom: 30px;
}
}
.nav-business li {
flex: 0 1 50%;
text-align: center;
list-style: none;
}
.nav-business .nav-link {
padding-top: 1rem;
padding-bottom: 1rem;
border: 1px solid #000;
border-radius: 0;
}
.nav-pills .nav-link.active {
background-color: #000;
}
.search-form {
margin-left: 20px;
}
@media (max-width: 992px) {
.search-form {
margin-left: 0;
padding-top: 15px;
}
}
.search-field {
width: 130px;
padding: 7px;
background-color: rgba(255, 255, 255, 0.1);
border: 0;
letter-spacing: 0.05em;
color: #fff;
}
.search-field:hover {
background-color: rgba(255, 255, 255, 0.2);
}
.search-field:focus {
outline: 0;
border-bottom: 2px solid #000;
} .business-title {
margin-bottom: 20px;
text-align: center;
}
.business-catch {
margin-bottom: 50px;
text-align: center;
font-size: 1.8rem;
letter-spacing: 0.03em;
}
@media (max-width: 768px) {
.business-catch {
margin-bottom: 30px;
}
}
.business-item {
display: flex;
flex-direction: row;
height: 100%;
padding: 30px;
border: 1px solid #eee;
}
@media (max-width: 520px) {
.business-item {
flex-direction: column-reverse;
padding: 20px;
}
}
.business-item-thumb {
width: 40%;
margin: 0;
}
@media (max-width: 520px) {
.business-item-thumb {
width: 100%;
}
}
.business-item-detail {
width: 60%;
padding-left: 20px;
}
@media (max-width: 520px) {
.business-item-detail {
width: 100%;
padding-left: 0;
}
}
.business-item-detail-title {
margin-bottom: 20px;
font-size: 1.6rem;
font-weight: 900;
text-align: center;
}
.business-item-detail-text {
line-height: 1.75;
}
@media (max-width: 520px) {
.business-item-detail-text {
margin-bottom: 20px;
}
}
.business-contact-wrap {
text-align: center;
}
.business-card .card {
border: none;
border-radius: 0;
}
.business-card .card-body {
padding: 30px;
}
@media (max-width: 520px) {
.business-card .card-body {
padding: 15px;
}
}
.business-card .card-title {
margin-bottom: 1em;
text-align: center;
}
.business-list {
padding: 0;
color: #000;
}
.business-list li {
list-style: none;
}
@media (max-width: 992px) {
.business-list li {
margin-bottom: 20px;
}
}
.business-list .card-body {
padding: 20px;
background-color: #fff;
height: 100%;
}
.business-list .card-text {
font-size: 1.4rem;
}
.business-list .card-title {
margin-bottom: 1em;
text-align: center;
}
.business-list .card-img {
margin-right: auto;
margin-left: auto;
overflow: hidden;
}
.business-list .card-img img {
position: absolute;
top: 50%;
left: 50%;
transform: translateY(-50%) translateX(-50%);
}
@media (max-width: 992px) {
.business-top .card-deck {
flex-flow: column wrap;
}
.business-top .card-deck .card {
margin-bottom: 20px;
}
}
.business-top .headline {
margin-bottom: 1.5em;
}
@media (max-width: 992px) {
.business-top .headline {
margin-bottom: 0.5em;
}
}
.business-top .btn-submit {
margin-top: 1em;
}
.business-section .headline {
margin-bottom: 2rem;
}
.business-section .business-text {
margin-bottom: 3rem;
}
.business-section .square-box {
max-width: 150px;
margin-bottom: 20px;
}
.headline {
text-align: center;
}
.hero-overlay .headline {
color: #fff;
} .hero {
position: relative;
background-color: #888;
background-size: cover;
background-position: center center;
}
.hero-overlay {
background-color: rgba(0, 0, 0, 0.3);
}
.fullh-other {
position: relative;
background-color: #888;
background-size: cover;
background-position: center center;
}
.overlay-gradeblack {
background: rgba(0, 0, 0, 0.9);
background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.9) 0%, transparent 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.9)), color-stop(100%, transparent));
background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.9) 0%, transparent 100%);
background: -o-linear-gradient(top, rgba(0, 0, 0, 0.9) 0%, transparent 100%);
background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.9) 0%, transparent 100%);
background: linear-gradient(to bottom, rgba(0, 0, 0, 0.9) 0%, transparent 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
color: #fff;
}
.overlay-gradewhite {
background: rgba(255, 255, 255, 0.9);
background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));
background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0) 100%);
background: -o-linear-gradient(top, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0) 100%);
background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0) 100%);
background: linear-gradient(to bottom, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
color: #000;
}
.fullh-inner {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%);
width: 100%;
padding: 40px;
}
@media (max-width: 992px) {
.fullh-inner {
position: static;
-webkit-transform: translate(0, 0); transform: translate(0, 0);
}
}
@media (max-width: 520px) {
.fullh-inner {
padding: 20px;
}
}
.hero-copy {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%);
width: 80%;
max-width: 1366px;
margin: auto;
padding: 30px;
z-index: 1;
text-align: center;
text-shadow: 2px 2px 4px black;
color: #fff;
}
@media (max-width: 520px) {
.hero-copy {
width: 100%;
padding: 20px;
}
}
.hero-copy-title {
margin-bottom: 3rem;
font-size: 7.2rem;
font-weight: 900;
line-height: 1.1;
}
@media (max-width: 520px) {
.hero-copy-title {
font-size: 5.2rem;
}
}
.hero-copy-text {
margin-bottom: 0;
line-height: 2.0;
text-align: left;
}
@media (max-width: 768px) {
.hero-copy-text {
font-size: 1.6rem;
}
} .top-news {
padding: 50px 20px;
text-align: center;
}
@media (max-width: 768px) {
.top-news {
flex-direction: column;
padding: 40px 30px;
}
}
.top-news-headline {
margin-bottom: 30px;
}
@media (max-width: 768px) {
.top-news-headline {
margin-bottom: 30px;
}
}
.top-news-list {
margin-left: 2em;
text-align: left;
}
@media (max-width: 768px) {
.top-news-list {
margin-left: 0;
}
}
.top-news-list li {
margin-bottom: 10px;
padding-bottom: 10px;
border-bottom: 1px dotted rgba(0, 0, 0, 0.25);
line-height: 1.5;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
list-style: none;
}
@media (max-width: 768px) {
.top-news-list li {
margin-bottom: 10px;
font-size: 1.4rem;
}
} .top-product {
height: 600px;
display: flex;
justify-content: flex-end;
align-content: center;
background-color: #888;
background-size: cover;
}
@media (max-width: 992px) {
.top-product {
height: auto;
flex-direction: column;
}
}
.top-product-detail {
display: flex;
align-content: center;
width: 40%;
height: 100%;
padding: 60px;
background-color: rgba(0, 0, 0, 0.6);
color: #fff;
}
@media (max-width: 992px) {
.top-product-detail {
width: 100%;
height: auto;
padding: 60px 30px;
text-align: center;
}
}
.top-product-detail-inner {
height: auto;
align-self: center;
}
.top-product-headline {
margin-bottom: 1em;
}
@media (max-width: 992px) {
.top-product-headline {
margin-bottom: 30px;
margin-left: auto;
}
}
.top-product-text {
margin-bottom: 55px;
line-height: 2.0;
text-align: left;
} .top-business {
padding: 100px 60px;
}
@media (max-width: 992px) {
.top-business {
padding: 50px 30px;
}
}
.top-business-headline {
margin-bottom: 70px;
background-position: center center;
text-align: center;
}
@media (max-width: 992px) {
.top-business-headline {
margin-bottom: 30px;
}
}
.top-business-list {
padding-left: 0;
}
.top-business-list li {
list-style: none;
}
@media (max-width: 992px) {
.top-business-list li {
margin-bottom: 30px;
}
}
@media (max-width: 992px) {
.top-business-list li:last-child {
margin-bottom: 0;
}
}
.top-business-item {
position: relative;
background-color: #888;
background-size: cover;
}
.top-business-item:before {
content: '';
display: block;
padding-top: 65%;
}
@media (max-width: 992px) {
.top-business-item:before {
content: none;
}
}
.top-business-item-inner {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
padding: 50px;
background-color: rgba(0, 0, 0, 0.6);
color: #fff;
}
@media (max-width: 992px) {
.top-business-item-inner {
position: static;
padding: 30px 15px;
}
}
.top-business-title {
margin-bottom: 30px;
text-align: center;
}
.top-business-btn-wrap {
padding-top: 70px;
text-align: center;
}
@media (max-width: 992px) {
.top-business-btn-wrap {
padding-top: 30px;
}
}
.top-business-text {
width: 100%;
} .top-insta {
padding: 100px 60px;
}
@media (max-width: 992px) {
.top-insta {
padding: 50px 30px;
}
}
.top-insta-headline {
margin-bottom: 70px;
text-align: center;
}
@media (max-width: 768px) {
.top-insta-headline {
margin-bottom: 50px;
}
}
.top-insta-list {
margin-right: -30px;
margin-left: -30px;
padding-left: 0;
}
@media (max-width: 992px) {
.top-insta-list {
margin-right: -15px;
margin-bottom: -60px;
margin-left: -15px;
}
}
.top-insta-list li {
margin-right: auto;
margin-left: auto;
padding-right: 30px;
padding-left: 30px;
list-style: none;
}
@media (max-width: 992px) {
.top-insta-list li {
padding-right: 15px;
margin-bottom: 60px;
padding-left: 15px;
text-align: center;
}
}
@media (max-width: 520px) {
.top-insta-list li {
margin-bottom: 40px;
}
}
.top-insta-image {
margin-right: auto;
margin-left: auto;
overflow: hidden;
}
.top-insta-image img {
position: absolute;
top: 50%;
left: 50%;
transform: translateY(-50%) translateX(-50%);
}
.top-insta-day {
font-size: 1.4rem;
}
.top-insta-title {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
font-size: 1.6rem;
font-weight: 700;
} .top-blog {
padding: 100px 60px;
}
@media (max-width: 992px) {
.top-blog {
padding: 50px 30px;
}
}
.top-blog-headline {
margin-bottom: 70px;
text-align: center;
}
@media (max-width: 768px) {
.top-blog-headline {
margin-bottom: 50px;
}
}
.top-blog-list {
margin-right: -30px;
margin-left: -30px;
padding-left: 0;
}
@media (max-width: 992px) {
.top-blog-list {
margin-right: -15px;
margin-bottom: -60px;
margin-left: -15px;
}
}
.top-blog-list li {
margin-right: auto;
margin-left: auto;
padding-right: 30px;
padding-left: 30px;
list-style: none;
}
@media (max-width: 992px) {
.top-blog-list li {
padding-right: 15px;
margin-bottom: 60px;
padding-left: 15px;
text-align: center;
}
}
@media (max-width: 520px) {
.top-blog-list li {
margin-bottom: 40px;
}
}
.top-blog-image {
margin-right: auto;
margin-left: auto;
overflow: hidden;
}
.top-blog-image img {
position: absolute;
top: 50%;
left: 50%;
transform: translateY(-50%) translateX(-50%);
}
.top-blog-day {
font-size: 1.4rem;
}
.top-blog-title {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
font-size: 1.6rem;
font-weight: 700;
} footer {
padding: 0 30px 50px;
text-align: center;
font-size: 1.2rem;
}
@media (max-width: 768px) {
footer {
padding: 0 30px 40px;
font-size: 1.1rem;
}
}
footer .footer-wrap {
border-top: 1px solid rgba(0, 0, 0, 0.08);
padding-top: 50px;
}
@media (max-width: 768px) {
footer .footer-wrap {
padding-top: 40px;
}
}
footer .copyright {
display: block;
font-size: 1.1rem;
}
footer .search-field {
background-color: rgba(0, 0, 0, 0.04);
color: #000;
}
footer .search-field:hover {
background-color: rgba(0, 0, 0, 0.08);
}
footer .search-field:focus {
outline: 0;
border-bottom: 2px solid #000;
}
.footer-nav {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
flex-direction: row;
justify-content: center;
margin-bottom: 25px;
margin-left: 0;
padding-left: 0;
font-size: 1.3rem;
}
@media (max-width: 768px) {
.footer-nav {
flex-direction: column;
}
}
.footer-nav li {
align-self: center;
padding: 0 7.5px;
list-style: none;
}
@media (max-width: 768px) {
.footer-nav li {
margin-bottom: 15px;
padding: 0 7.5px;
}
} .breadcrumb {
padding: 0 0 50px;
background-color: transparent;
font-size: 1.2rem;
}
.breadcrumb a {
color: #888;
}
.breadcrumb-item.active {
color: #000;
} .accordion_menu {
margin: 0;
padding: 0;
}
.accordion_menu li {
list-style: none;
}
.accordion_menu ul {
padding-left: 0;
}
@media (max-width: 768px) {
.products-list-wrap {
flex-direction: column;
}
}
.products-list-headline {
position: relative;
text-align: center;
margin-bottom: 30px;
}
.products-list-headline span:after {
content: '/';
display: inline-block;
margin-right: 0.5em;
margin-left: 0.5em;
}
.products-list-headline span:last-child:after {
content: none;
}
.products-list-headline .form-group {
position: absolute;
top: 0;
right: 0;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
font-size: 1.4rem;
}
@media (max-width: 992px) {
.products-list-headline .form-group {
position: static;
justify-content: center;
font-size: 1.3rem;
}
}
.products-list-headline .form-group .number-text {
padding-right: 15px;
}
.products-list-headline .form-group .number-wrap {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
justify-content: center;
}
.products-list-headline .form-group label {
padding-right: 0.5em;
}
.products-list-item-list {
margin-bottom: 10px;
padding: 0;
}
.products-list-item-list li {
margin-bottom: 30px;
list-style: none;
}
.products-list-item-thumb {
margin-bottom: 0;
overflow: hidden;
}
.products-list-item-thumb:before {
content: '';
position: absolute;
top: 0;
width: 100%;
padding-bottom: 100%;
background-color: rgba(0, 0, 0, 0.03);
z-index: 1000;
}
.products-list-item-thumb img {
position: absolute;
top: 50%;
left: 50%;
transform: translateY(-50%) translateX(-50%);
}
.products-list-item-brand {
margin-bottom: 0;
padding-top: 10px;
font-size: 1.4rem;
}
.products-list-item-no {
margin-bottom: 0;
padding-top: 2px;
font-size: 1.4rem;
}
.products-list-item-name {
padding-top: 5px;
}
.products-list-item-name-sm {
padding-top: 5px;
font-size: 1.4rem;
}
.page-navigation {
display: flex;
width: 100%;
justify-content: center;
}
@media (max-width: 768px) {
.page-navigation {
margin-bottom: 50px;
}
}
.page-navigation .older,
.page-navigation .newer,
.page-navigation .back-list {
padding: 7.5px;
}
.page-navigation .older a,
.page-navigation .newer a,
.page-navigation .back-list a {
display: inline-block;
margin-right: auto;
margin-left: auto;
padding: 7px 14px;
border: 0;
background-color: #000;
color: #fff;
text-align: center;
white-space: nowrap;
font-size: 1.4rem;
line-height: 1.4;
}
.page-navigation .older a:hover,
.page-navigation .newer a:hover,
.page-navigation .back-list a:hover {
background-color: #888;
color: #fff;
text-decoration: none;
}
.page-navigation .older a br,
.page-navigation .newer a br,
.page-navigation .back-list a br {
display: none;
}
@media (max-width: 520px) {
.page-navigation .older a br,
.page-navigation .newer a br,
.page-navigation .back-list a br {
display: block;
}
}
@media (max-width: 992px) {
.products-catalog {
padding-top: 0;
}
}
.products-catalog .headline {
margin-bottom: 30px;
}
.products-catalog-list {
margin-right: -7.5px;
margin-left: -7.5px;
padding-left: 0;
}
.products-catalog-list .slick-slide {
margin-bottom: 15px;
padding-right: 7.5px;
padding-left: 7.5px;
list-style: none;
text-align: center;
}
.products-catalog-list .slick-slide span {
font-size: 1.4rem;
} .products-list-side {
margin-bottom: 30px;
}
@media (min-width: 992px) {
.products-category-wrap:not(.show) {
display: block;
}
}
.products-category-btn {
display: none;
}
@media (max-width: 992px) {
.products-category-btn {
display: block;
}
}
.products-category-box {
padding-top: 25px;
padding-bottom: 25px;
border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.products-category-box:last-child {
border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.products-category-title {
margin-bottom: 20px;
font-size: 1.5rem;
font-weight: 700;
}
.products-category-list {
font-size: 1.2rem;
}
.products-category-list li {
margin-bottom: 8px;
padding-left: 1.2em;
list-style: none;
}
.products-category-list li:last-child {
margin-bottom: 0;
}
.products-category-list li a {
color: #888;
}
.products-category-list li.active {
position: relative;
}
.products-category-list li.active:after {
display: block;
content: '';
position: absolute;
top: .3em;
left: 0;
width: 10px;
height: 6px;
border-left: 2px solid #000;
border-bottom: 2px solid #000;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.products-category-list li.active a {
color: #000;
}
.products-category-list input + label {
padding-left: 5px;
color: #888;
}
.products-category-list input:checked + label {
color: #000;
}
.category-bar {
display: flex;
flex-direction: row;
justify-content: center;
}
@media (max-width: 992px) {
.category-bar {
flex-direction: column;
padding-top: 10px;
}
}
.category-bar > li {
padding-right: 15px;
padding-left: 15px;
font-size: 1.3rem;
list-style: none;
align-self: flex-end;
}
@media (max-width: 992px) {
.category-bar > li {
width: 100%;
padding-right: 0;
padding-left: 0;
align-self: flex-start;
}
}
.category-bar > li > a.no-arrow:after {
content: none;
}
.category-multi {
position: relative;
}
.category-multi > a {
display: block;
padding: 10px;
text-decoration: none;
}
@media (max-width: 992px) {
.category-multi > a {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
padding-right: 0;
padding-left: 0;
}
}
.category-multi > a > figure {
max-width: 50px;
margin-top: 0;
margin-right: auto;
margin-bottom: 7px;
margin-left: auto;
padding: 0;
}
@media (max-width: 992px) {
.category-multi > a > figure {
margin-right: 10px;
margin-bottom: 0;
margin-left: 0;
}
}
.category-multi > a > span {
position: relative;
}
.category-multi > a > span:after {
content: '';
position: absolute;
top: 5px;
width: 7px;
height: 7px;
margin: 0 0 0 10px;
border-right: 1px solid #000;
border-bottom: 1px solid #000;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
@media (max-width: 992px) {
.category-multi > a > span:after {
top: 10px;
}
}
@media (max-width: 992px) {
.category-multi > a > span {
display: block;
padding: 5px;
align-self: center;
}
}
.category-multi > ul,
.category-multi form > ul {
display: none;
z-index: 9999;
position: absolute;
width: 250px;
padding: 20px;
background: #fff;
}
@media (max-width: 992px) {
.category-multi > ul,
.category-multi form > ul {
width: 100%;
position: static;
padding: 0 15px 15px;
}
}
.category-multi > ul li,
.category-multi form > ul li {
margin-bottom: 5px;
list-style: none;
}
.category-multi > ul li:last-child,
.category-multi form > ul li:last-child {
margin-bottom: 0;
padding-bottom: 0;
}
@media (max-width: 992px) {
.category-multi > ul li:last-child,
.category-multi form > ul li:last-child {
padding-bottom: 15px;
}
}
.category-multi > ul li figure,
.category-multi form > ul li figure {
max-width: 40px;
margin-bottom: 0;
}
.category-multi > ul li a,
.category-multi form > ul li a {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
width: 100%;
color: #888;
}
.category-multi > ul li a:hover,
.category-multi form > ul li a:hover {
color: #000;
}
.category-multi > ul li a span,
.category-multi form > ul li a span {
display: block;
padding: 5px;
align-self: center;
} .product-content {
margin-right: -20px;
margin-bottom: 4rem;
margin-left: -20px;
}
.product-thumb,
.product-detail-wrap {
padding-right: 20px;
padding-left: 20px;
}
.product-thumb {
max-width: 500px;
margin-right: auto;
margin-left: auto;
text-align: center;
}
.product-thumb-other {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
flex-direction: row;
margin-right: -2.5px;
margin-bottom: 10px;
margin-left: -2.5px;
padding-left: 0;
}
.product-thumb-other li {
width: 25%;
padding-right: 2.5px;
padding-left: 2.5px;
list-style: none;
}
.product-thumb-other li a {
display: block;
border: 1px solid #ddd;
}
.product-name {
margin-bottom: 0.8em;
line-height: 1.4;
font-size: 3.0rem;
font-weight: 900;
}
@media (max-width: 768px) {
.product-name {
margin-top: 4rem;
}
}
.product-catch {
font-size: 2.0rem;
}
.product-caption,
.product-subtitle {
margin-bottom: 0.8em;
font-size: 2.0rem;
font-weight: 700;
}
@media (max-width: 768px) {
.product-caption,
.product-subtitle {
font-size: 1.6rem;
}
}
.product-detail {
line-height: 1.75;
}
.product-mt {
margin-top: 30px;
}
.product-copyright {
display: block;
font-size: 1.4rem;
}
.product-detail-spec {
margin-top: 4em;
}
.table-spec {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
flex-wrap: wrap;
margin-bottom: 0;
padding-bottom: 10px;
}
.table-spec dt {
width: 20%;
margin-bottom: 2px;
padding: 10px 15px;
background-color: rgba(0, 0, 0, 0.06);
border-right: 2px solid #fff;
font-weight: normal;
}
@media (max-width: 768px) {
.table-spec dt {
width: 40%;
}
}
.table-spec dd {
width: 30%;
margin-bottom: 2px;
padding: 10px 15px;
background-color: rgba(0, 0, 0, 0.03);
}
@media (max-width: 768px) {
.table-spec dd {
width: 60%;
}
}
.table-spec dt:nth-child(4n+2),
.table-spec dd:nth-child(4n+2) {
border-right: 20px solid #fff;
}
@media (max-width: 768px) {
.table-spec dt:nth-child(4n+2),
.table-spec dd:nth-child(4n+2) {
border-right: none;
}
}
.product-introduction div {
align-self: center;
}
.product-text {
word-break: break-all;
line-height: 1.8;
}
.row-reverse {
flex-direction: row-reverse;
}
.product-recommend {
padding-top: 50px;
} .sidebar-wrapper {
padding-bottom: 60px;
}
@media (max-width: 768px) {
.sidebar-wrapper {
padding-bottom: 30px;
}
}
.sidebar-wrapper ul {
padding: 0;
}
.sidebar-wrapper ul li {
margin-bottom: 8px;
list-style: none;
}
.sidebar-wrapper ul li:last-child {
margin-bottom: 0;
}
.sidebar-wrapper ul li a {
color: #888;
}
.sidebar-wrapper ul li a:hover {
color: #000;
}
.sidebar-title {
margin-bottom: 20px;
font-size: 1.5rem;
font-weight: 700;
}
.blog-list-wrap article {
margin-bottom: 30px;
line-height: 1.75;
}
@media (max-width: 768px) {
.blog-list-wrap article {
margin-bottom: 50px;
}
}
.blog-text {
overflow: hidden;
height: 3.6em;
font-size: 1.4rem;
line-height: 1.8;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
} .post-navigation {
padding-top: 30px;
}
.post-navigation a {
color: #888;
}
.post-navigation a:hover {
color: #000;
}
.post-content {
padding-top: 30px;
}
.post-content p {
margin-bottom: 0;
}
.post-content p img {
max-width: 600px;
margin-top: 2em;
margin-bottom: 2em;
width: auto !important;
} .about-spec {
display: flex;
flex-wrap: wrap;
flex-direction: row;
max-width: 720px;
margin-right: auto;
margin-bottom: 0;
margin-left: auto;
padding-bottom: 10px;
}
@media (max-width: 520px) {
.about-spec {
flex-direction: column;
}
}
.about-spec dt {
width: 30%;
margin-bottom: 2px;
padding-right: 2em;
padding-bottom: 1.5em;
font-weight: 700;
text-align: right;
}
@media (max-width: 520px) {
.about-spec dt {
width: 100%;
padding-bottom: 0.5em;
text-align: left;
}
}
.about-spec dd {
width: 70%;
margin-bottom: 2px;
padding-bottom: 1.5em;
}
@media (max-width: 520px) {
.about-spec dd {
width: 100%;
}
} .form-group {
margin-bottom: 2em;
}
.wpcf7-form-control-wrap {
display: block;
}
.wpcf7-text,
.wpcf7-textarea {
width: 100%;
padding: 10px;
background-color: rgba(0, 0, 0, 0.04);
border: 0;
letter-spacing: 0.05em;
}
.wpcf7-text:hover,
.wpcf7-textarea:hover {
background-color: rgba(0, 0, 0, 0.08);
}
.wpcf7-text:focus,
.wpcf7-textarea:focus {
outline: 0;
border-bottom: 2px solid #000;
}
.wpcf7-select {
width: 100%;
}
.check-privacy {
font-size: 1.7rem;
}
.privacy-title {
margin-bottom: 2em;
} .js-more-item {
display: none;
}
.js-more-item.active {
display: block;
transition: .5s ease;
}
.is_comp.ja-more-item:after {
display: none;
} .aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
.alignright {
float: right;
margin: 0.5em 0 0.5em 1em;
}
.alignleft {
float: left;
margin: 0.5em 1em 0.5em 0;
} .top-banner {
padding: 60px;
}
@media (max-width: 992px) {
.top-banner {
padding: 30px;
}
}
.top-banner a{
display: block;
} .pjc_nav_icon {
display: inline-block;
width: 48px;
}