@charset "UTF-8";
/* CSS Document */

#catch article:last-child {
padding-bottom: 0;
}
#catch h3 {
color: #CB000B;
font-weight: bold;
}
#catch h4 {
text-align: center;
}
#catch h4 strong {
color: #CB000B;
}
#catch h3, #catch h4, #catch p {
display: table;
margin: 0 auto;
}

#list ul, #list2 ul {
list-style-type: none;
}
#list h3 {
background: #00267F;
color: #fff;
}
#list h3 span {
display: table;
max-width: 90%;
margin: 0 auto;
}
#list .flex table {
width: 100%;
border-collapse:collapse;
background: #eee;
}
#list .flex table td {
border: 1px solid #fff;
}
#list .flex table tr td:last-child {
white-space: nowrap;
}
#list .price span {
font-weight: bold;
}
#list .price a {
display: inline-block;
background: #CB000B;
color: #fff;
}

ul#productNav {
list-style-type: none;
}
ul#productNav li a {
display: block;
position: relative;
}
ul#productNav li a:before {
position: absolute;
top: 50%;
right: 0;
transform: translateY(-50%);
content: '\f078';
font-family: "Font Awesome 5 Pro";
}

#list2 ul li {
border-bottom: 1px solid #707070;
}
h2.sub-category {
text-align: center;
}
#list2 .flex h3 span {
display: block;
border-bottom: 2px solid #CB000A;
font-size: 1.2em;
}
#list2 .flex a {
display: table;
background: #CB000B;
color: #fff;
transition: .6s;
}
img.item-features {
display: block;
width: 100%;
max-width: 400px;
margin: 0 auto;
}
#list2 .flex strong {
display: block;
color: #CB000B;
}
.banner {
display: block;
margin-top: 20px;
}

#rangeDetail {
max-width: 800px;
margin: 0 auto;
}
#rangeDetail h4 {
background: #3064A1;
color: #fff;
display: table;
}
#list2 #rangeDetail ul li {
border-bottom: none;
margin-bottom: 0;
}

.contentBx .label{
position: relative;
background: #768098;
color: #fff;
cursor: pointer;
}
.contentBx .label::before{
content: '\f0da';
font-family: "Font Awesome 5 Pro";
position: absolute;
font-weight: 700;
top: 50%;
right: 20px;
transform: translateY(-50%);
font-size: 1.5em;
}
.contentBx.active .label::before{
content: '\f0dd';
transform: translateY(-80%);
font-size: 2em;
}
.contentBx .features{
position: relative;
background: #F0F3F5;
height: 0;
overflow: hidden;
transition: 0.5s;
}
.contentBx.active .features{
height: 100%;
}
.features ul li h4 {
display: table;
margin: 0 auto;
}

#maker {
border-bottom: 1px solid #303030;
border-top: 1px solid #303030;
}
#maker h2, #maker h3 {
text-align: center;
}
#maker p {
display: table;
margin: 0 auto;
}

#outdoor article {
border: 1px solid #707070;
}
#outdoor article:last-child {
margin-bottom: 0;
}
#outdoor article h3 {
background: #00267F;
color: #fff;
text-align: center;
}
#outdoor article dt {
border-left: 8px solid #CB000B;
padding-left: 16px;
}
#outdoor article dd:last-child {
padding-bottom: 0;
}
#outdoor article dd span {
display: block;
text-align: center;
font-weight: bold;
padding-bottom: 8px;
}
#outdoor article img.outdoor-img {
display: block;
max-width: 800px;
margin: 0 auto;
}

#business ul, #works ul {
list-style-type: none;
padding-left: 0;
}

#business p {
text-align: center;
font-weight: bold;
}
#business h3 {
text-align: center;
}
#business h3 span {
display: block;
color: #CB000B;
}
#business ul {
width: 100%;
max-width: 1280px;
margin: 0 auto;
}
#business ul li a {
display: block;
position: relative;
background: #000;
}
#business ul li a span {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
z-index: 1;
color: #fff;
font-weight: bold;
white-space: nowrap;
}
#business ul li a img {
opacity: .5;
}

#works ul li {
background: #CDD6DD;
}
#works ul li h3 {
display: table;
margin: 0 auto;
}
#works ul li span {
display: table;
background: #00267F;
color: #fff;
margin: 0 auto;
line-height: 100%;
}

#main > section#access {
padding-bottom: 0;
}

@media (max-width: 560px){
#catch article {
padding-bottom: 40px;
}
#catch h3 {
font-size: 5vw;
padding-bottom: 10px;
}
#catch h4 {
font-size: 6.6vw;
}
#catch p {
padding-bottom: 30px;
}
#area {
padding-bottom: 40px;
}

#list h3 {
padding: 8px 0;
margin-bottom: 20px;
font-size: 2.2rem;
}
#list > ul > li, #list2 ul li {
padding-bottom: 40px;
}
#list .flex {
display: flex;
flex-direction: column-reverse;
padding-bottom: 20px;
}
#list .flex img {
padding-bottom: 10px;
}
#list .flex table td {
font-size: 1.4rem;
padding: 5px;
}
#list .price {
padding-top: 20px;
}
#list .price span {
font-size: 2rem;
padding: 0 10px;
}
#list .price a {
display: block;
margin-top: 8px;
padding: 8px 0;
border-radius: 10px;
text-align: center;
}
.contentBx .label{
font-size: 1.8rem;
padding: 8px 16px;
}
.features ul {
padding: 20px;
}
.features ul li {
padding-bottom: 30px;
}
.features ul li:last-child {
padding-bottom: 0;
}
.features ul li img {
padding-bottom: 8px;
}

ul#productNav {
width: 100%;
max-width: 280px;
margin: 0 auto;
padding-bottom: 80px;
border-top: 1px solid #707070;
}
ul#productNav li {
border-bottom: 1px solid #707070;
padding: 8px 0;
}
ul#productNav li a {
font-size: 2rem;
line-height: 100%;
padding: 10px 0;
}
#list2 ul li {
margin-bottom: 40px;
}
h2.sub-category {
font-size: 2.8rem;
padding-bottom: 40px;
}
#list2 .flex > img {
padding-bottom: 30px;
}
#list2 .flex h3 {
font-size: 1.6rem;
padding-bottom: 20px;
}
#list2 .flex h3 span {
padding: 8px 0 4px;
}
img.item-features {
padding-bottom: 10px;
}
#list2 .flex a {
padding: 4px 10px;
width: 100%;
text-align: center;
}

#rangeDetail .flex {
padding-bottom: 40px;
}
#rangeDetail h4 {
padding: 4px 10px;
font-size: 1.8rem;
margin-bottom: 20px;
}
#rangeDetail .flex img, #rangeDetail ul li {
padding-bottom: 16px;
}
#rangeDetail ul {
flex-wrap: wrap;
}

#maker {
padding: 40px 0;
margin-bottom: 80px;
}
#maker h2 {
font-size: 2.2rem;
padding-bottom: 30px;
}
#maker h3 {
font-size: 2.8rem;
padding-bottom: 10px;
}

#outdoor article {
padding: 10px;
margin-bottom: 40px;
}
#outdoor article h3 {
padding: 8px 0;
margin-bottom: 20px;
font-size: 2.2rem;
}
#outdoor article h4 {
padding-bottom: 8px;
font-size: 2rem;
}
#outdoor article h5 {
padding-bottom: 12px;
font-size: 1.8rem;
}
#outdoor article dt {
margin-bottom: 10px;
}
#outdoor article dd {
padding-bottom: 24px;
}
#outdoor article dd.flex p {
padding-bottom: 10px;
}
#outdoor div.flex dl {
padding-bottom: 20px;
}

#business p {
font-size: 4vw;
padding-bottom: 30px;
}
#business h3 {
font-size: 5vw;
padding-bottom: 50px;
}
#business h3 span {
font-size: 6vw;
padding-bottom: 6px;
}
#business ul li a {
font-size: 2.4rem;
}

#works ul {
padding-bottom: 40px;
}
#works ul li {
padding-bottom: 10px;
margin-bottom: 40px;
}
#works ul li:last-child {
margin-bottom: 0;
}
#works ul li h3 {
padding: 20px 8px 16px;
font-size: 1.8rem;
}
#works ul li p {
padding: 0 8px 16px;
}
#works ul li span {
padding: 8px 20px 10px;
border-radius: 16px;
}

#access iframe {
height: 50vh;
}
}

@media (min-width: 561px){
#catch article {
padding-bottom: 60px;
}
#catch h3 {
font-size: 2.8rem;
padding-bottom: 20px;
}
#catch p {
font-size: 1.8rem;
padding-bottom: 40px;
}
#catch h4 {
font-size: 4rem;
}

#area {
padding-bottom: 80px;
}

#list h3 {
padding: 10px 0;
margin-bottom: 30px;
font-size: 3.6rem;
}
#list > ul > li, #list2 ul li {
padding-bottom: 60px;
}
#list .flex, #list2 .flex {
display: flex;
justify-content: space-between;
}
#list .flex {
padding-bottom: 30px;
}
#list .flex img, #list2 .flex > img {
height: 100%;
}
#list .flex table td {
font-size: 1.5rem;
padding: 8px;
}
#list .price {
padding-top: 30px;
font-size: 1.8rem;
}
#list .price span {
font-size: 2.5rem;
padding: 0 20px;
}
#list .price a {
padding: 10px 30px;
border-radius: 50px;
}
.contentBx .label{
font-size: 2rem;
padding: 10px 20px;
}
.features ul {
padding: 40px 30px;
display: flex;
justify-content: space-between;
}
.features ul li {
width: 32%;
}
.features ul li img {
padding-bottom: 10px;
}
.features ul li h4 {
padding-bottom: 6px;
}

ul#productNav {
display: flex;
justify-content: center;
padding-bottom: 120px;
}
ul#productNav li {
width: 30%;
max-width: 168px;
margin-right: 5%;
}
ul#productNav li:nth-child(3n) {
margin-right: 0;
}
ul#productNav li a {
font-size: 1.8rem;
}
#list2 ul li {
margin-bottom: 60px;
}
h2.sub-category {
font-size: 4rem;
padding-bottom: 50px;
}
#list2 .flex h3 {
padding-bottom: 40px;
}
#list2 .flex h3 span {
padding: 10px 0 8px;
}
img.item-features {
padding-bottom: 30px;
}
#list2 .flex a {
padding: 8px 16px;
font-size: 1.8rem;
}

#rangeDetail .flex, #rangeDetail ul {
display: flex;
justify-content: space-between;
}
#rangeDetail .flex {
padding-bottom: 60px;
}
#rangeDetail h4 {
padding: 8px 16px;
font-size: 2rem;
margin-bottom: 30px;
}
#rangeDetail .flex img, #rangeDetail ul li {
width: 48%;
}
#rangeDetail ul {
flex-wrap: wrap;
}

#maker {
padding: 60px 0;
margin-bottom: 120px;
}
#maker h2 {
font-size: 3rem;
padding-bottom: 50px;
}
#maker h3 {
font-size: 4rem;
padding-bottom: 20px;
}

#outdoor article {
padding: 20px;
margin-bottom: 60px;
}
#outdoor article h3 {
padding: 10px 0;
margin-bottom: 30px;
font-size: 3.6rem;
}
#outdoor article h4 {
padding-bottom: 10px;
font-size: 3rem;
}
#outdoor article h5 {
padding-bottom: 20px;
font-size: 2.6rem;
}
#outdoor article dt {
font-size: 2rem;
margin-bottom: 16px;
}
#outdoor article dd {
padding-bottom: 30px;
}
#outdoor article dd.flex, #outdoor div.flex {
display: flex;
justify-content: space-between;
}
#outdoor article dd.flex p, #outdoor article dd.flex div {
width: 48%;
}
#outdoor div.flex dl, #outdoor div.flex img {
width: 48%;
}
#outdoor div.flex img {
height: 100%;
}

#business p {
font-size: 2.8rem;
padding-bottom: 40px;
}
#business h3 {
font-size: 3.6rem;
padding-bottom: 80px;
}
#business h3 span {
font-size: 5rem;
padding-bottom: 10px;
}
#business ul {
display: flex;
}
#business ul li {
width: 25%;
}
#business ul li:nth-child(even) {
animation-duration:0.8s;
}

#works ul {
display: flex;
justify-content: space-between;
padding-bottom: 50px;
}
#works ul li {
width: 32%;
padding-bottom: 20px;
}
#works ul li h3 {
padding: 30px 10px 20px;
font-size: 2.2rem;
}
#works ul li p {
padding: 0 10px 20px;
}
#works ul li span {
padding: 8px 20px 10px;
border-radius: 32px;
}

#access iframe {
height: 500px;
}
}

@media (min-width: 561px) and (max-width: 960px){
#list .flex div, #list2 .flex div {
width: 58%;
}
#list .flex img, #list2 .flex > img {
width: 38%;
}

#business ul li a {
font-size: 1.8rem;
}
}

@media (min-width: 961px){
br.nobr {
display: none;
}

#list .flex div, #list .flex img, #list2 .flex > img, #list2 .flex div {
width: 48%;
}
#list .flex p {
font-size: 1.8rem;
line-height: 200%;
}

ul#productNav li a:hover:before {
animation:shake 0.4s ease;
}
@keyframes shake {
0%   { transform:translate(0, 0); }
16%  { transform:translate(0, 6px); }
32%  { transform:translate(0, -5px); }
48%  { transform:translate(0, 4px); }
64%  { transform:translate(0, -3px); }
80%  { transform:translate(0, 2px); }
96%  { transform:translate(0, -1px); }
100% { transform:translate(0, 0); }
}
#list2 .flex a:hover {
box-shadow: 0 0 10px #000;
}

#business ul li a {
font-size: 2rem;
overflow: hidden;
}
#business ul li a img {
transition: .6s;
}
#business ul li a:hover img {
filter: blur(15px);
transform: scale(1.1);
}

#works ul li a span {
transition: .6s;
}
#works ul li a:hover span {
color: #00267F;
background: #fff;
}
}