@charset "utf-8";

/*****************************************************************************
 common
 *****************************************************************************/

.lv0 {
margin-bottom: 0!important;
padding-bottom: 0!important;
}

.white {
color: #FFFFFF;
}
.bg-black {
background: #252525;
}

/*****************************************************************************
 product
 *****************************************************************************/

.product__page-nav {
position: absolute;
top: 50%;
left: 60px;
transform: translate(0,-50%);
z-index: 99;
}
@media screen and (max-width: 1280px) {
.product__page-nav {
left: 30px;
}
}
@media screen and (max-width: 1024px) {
.product__page-nav {
display: none;
}
}
.product__page-nav li {
margin: 50px 0;
font-weight: 600;
letter-spacing: 2px;
font-size: 1.6rem;
}
.product__page-nav li a {
color: #8b8c8c;
position: relative;
transition: 0.3s;
}
.product__page-nav li a:after {
position: absolute;
right: 0;
bottom: -5px;
content: '';
width: 0;
height: 1px;
background: #8b8c8c;
transition: 0.3s;
z-index: -1;
}
@media screen and (max-width: 1024px) {
.product__page-nav li a:after {
display: none;
}
}
.product__page-nav li a:hover:after {
width: 100%;
left: 0;
}
@media screen and (max-width: 1024px) {
.product__page-nav li a:hover:after {
display: none;
}
}


.product__page-link {
position: absolute;
top: 50%;
right: 0;
transform: translate(0,-50%);
z-index: 99;
}
@media screen and (max-width: 1024px) {
.product__page-link {
width: 100%;
position: fixed;
top: auto;
bottom: 0;
transform: none;
}
.product__page-link ul {
display: flex;
}
}
.product__page-link li {
width: 235px;
margin: 20px 0;
}
@media screen and (max-width: 1024px) {
.product__page-link li {
width: 28%;
box-sizing: border-box;
margin: 0;
padding: 0 1px;
}
}
.product__page-link li a {
background: #1c5676;
box-sizing: border-box;
padding: 20px 0;
text-align: center;
font-weight: 500;
letter-spacing: 2px;
font-size: 1.6rem;
color: #ffffff;
display: flex;
justify-content: center;
align-items: center;
position: relative;
}
@media screen and (max-width: 1024px) {
.product__page-link li a {
height: 100%;
padding: 10px 0;
}
}
@media screen and (max-width: 670px) {
.product__page-link li a {
padding: 5px 0;
letter-spacing: normal;
font-size: 1.4rem;
}
}
.product__page-link li a:after {
position: absolute;
right: 0;
bottom: 0;
content: '';
width: 0;
height: 2px;
background: rgba(255,255,255,0.3);
transition: 0.4s;
z-index: 1;
}
@media screen and (max-width: 1024px) {
.product__page-link li a:after {
display: none;
}
}
.product__page-link li a:hover:after {
width: 100%;
left: 0;
}
@media screen and (max-width: 1024px) {
.product__page-link li a:hover:after {
display: none;
}
}
.product__page-link li.extra {
}
.product__page-link li.extra a {
background: #655325;
font-size: 2.2rem;
display: block;
}
@media screen and (max-width: 670px) {
.product__page-link li.extra a {
font-size: 1.8rem;
}
}
.product__page-link li.extra small {
font-size: 1.6rem;
display: block;
}
@media screen and (max-width: 670px) {
.product__page-link li.extra small {
font-size: 1.4rem;
}
}

.product05__page-link {
position: fixed;
top: 65%;
right: 0;
transform: translate(0,50%);
z-index: 99;
}
@media screen and (max-width: 1024px) {
.product05__page-link {
width: 100%;
position: fixed;
top: auto;
bottom: 0;
transform: none;
}
.product05__page-link ul {
display: flex;
float:right;
}
}
.product05__page-link li {
width: 235px;
margin: 20px 0;
}
@media screen and (max-width: 1024px) {
.product05__page-link li {
box-sizing: border-box;
margin: 0;
padding: 0 1px;
}
}
.product05__page-link li a {
background: #1c5676;
box-sizing: border-box;
padding: 20px 0;
text-align: center;
font-weight: 500;
letter-spacing: 2px;
font-size: 1.6rem;
color: #ffffff;
display: flex;
justify-content: center;
align-items: center;
position: relative;
}
@media screen and (max-width: 1024px) {
.product05__page-link li a {
height: 100%;
padding: 10px 0;
}
}
@media screen and (max-width: 670px) {
.product05__page-link li a {
padding: 5px 0;
letter-spacing: normal;
font-size: 1.4rem;
}
}
.product05__page-link li a:after {
position: absolute;
right: 0;
bottom: 0;
content: '';
width: 0;
height: 2px;
background: rgba(255,255,255,0.3);
transition: 0.4s;
z-index: 1;
}
@media screen and (max-width: 1024px) {
.product05__page-link li a:after {
display: none;
}
}
.product05__page-link li a:hover:after {
width: 100%;
left: 0;
}
@media screen and (max-width: 1024px) {
.product05__page-link li a:hover:after {
display: none;
}
}
.product05__page-link li.extra {
}
.product05__page-link li.extra a {
background: #655325;
font-size: 2.2rem;
display: block;
}
@media screen and (max-width: 670px) {
.product05__page-link li.extra a {
font-size: 1.8rem;
}
}
.product05__page-link li.extra small {
font-size: 1.6rem;
display: block;
}
@media screen and (max-width: 670px) {
.product05__page-link li.extra small {
font-size: 1.4rem;
}
}


.product__page-headline {
margin-bottom: 40px;
text-align: center;
font-weight: 600;
line-height: 1;
letter-spacing: 16px;
font-size: 16.0rem;
}
@media screen and (max-width: 1280px) {
.product__page-headline {
font-size: 14.0rem;
}
}
@media screen and (max-width: 900px) {
.product__page-headline {
letter-spacing: 10px;
font-size: 10.0rem;
}
}
@media screen and (max-width: 670px) {
.product__page-headline {
letter-spacing: 4px;
font-size: 6.0rem;
}
}
@media screen and (max-width: 320px) {
.product__page-headline {
font-size: 5.0rem;
}
}


.product05__page-headline {
margin-bottom: 40px;
text-align: center;
font-weight: 600;
line-height: 1;
letter-spacing: 16px;
font-size: 16.0rem;
}

@media screen and (max-width: 1280px) {
.product05__page-headline {
font-size: 14.0rem;
}
}
@media screen and (max-width: 900px) {
.product05__page-headline {
letter-spacing: 10px;
font-size: 10.0rem;
}
}
@media screen and (max-width: 670px) {
.product05__page-headline {
letter-spacing: 4px;
font-size: 6.0rem;
}
}
@media screen and (max-width: 320px) {
.product05__page-headline {
font-size: 5.0rem;
}
}


.product__page-description {
margin-bottom: 60px;
text-align: center;
font-weight: 500;
line-height: 2.3;
letter-spacing: 4px;
}
@media screen and (max-width: 900px) {
.product__page-description {
margin-bottom: 30px;
line-height: 2;
letter-spacing: 2px;
font-size: 1.6rem;
}
.product__page-description br {
display: none;
}
}


.product__visual {
height: 100vh;
background: #000000;
position: relative;
overflow: hidden;
}
.product__visual-wrapper {
width: 100%;
box-sizing: border-box;
padding: 0 15px;
position: absolute;
top: 15.27777%;
left: 0;
z-index: 99;
}
@media screen and (max-width: 670px) {
.product__visual-wrapper {
top: 12.27777%;
}
}
.product05__visual-wrapper {
width: 100%;
box-sizing: border-box;
padding: 0 15px;
position: absolute;
top: 20%;
left: 0;
z-index: 99;
}
@media screen and (max-width: 670px) {
.product05__visual-wrapper {
top: 30%;
}
}
.product__visual-title {
text-align: center;
font-weight: 600;
letter-spacing: 6px;
font-size: 4.8rem;
color: #FFFFFF;
text-shadow: 0px 0px 10px #252525;
}
@media screen and (max-width: 900px) {
.product__visual-title {
letter-spacing: 3px;
font-size: 4.2rem;
}
}
@media screen and (max-width: 670px) {
.product__visual-title {
letter-spacing: 2px;
font-size: 3.2rem;
}
}
@media screen and (max-width: 320px) {
.product__visual-title {
font-size: 2.8rem;
}
}
.product__visual-title small {
margin-bottom: 35px;
font-weight: 500;
letter-spacing: 4px;
font-size: 1.8rem;
display: block;
}
@media screen and (max-width: 670px) {
.product__visual-title small {
margin-bottom: 17px;
}
}
.product__visual-hero {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%,-50%);
min-width: 100%;
width: 1920px;
}
@media screen and (max-width: 1024px) {
.product__visual-hero {
width: 1280px;
}
}
@media screen and (max-width: 670px) {
.product__visual-hero {
width: 900px;
}
}
@media screen and (max-width: 320px) {
.product__visual-hero {
width: 736px;
}
}
.product__visual-hero:before {
content: '';
display: block;
padding-top: 56.25%;
}
.product__visual-hero-bg,
.product__visual-hero-img01,
.product__visual-hero-img02,
.product__visual-hero-img03{
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
}
.product__visual-hero-bg {
transform: translateY(40px);
opacity: 0;
transition: 5s ease;
transition-delay: 1.2s;
}
.effect-fadeIn .product__visual-hero-bg {
transform: translateY(0);
opacity: 1;
}
.product__visual-hero-img02 {
transform: translateY(-20px);
opacity: 0;
transition: 1s ease;
transition-delay: .4s;
}
.effect-fadeIn .product__visual-hero-img02 {
transform: translateY(0);
opacity: 1;
}
.product__visual-hero-img03 {
transform: translateY(-20px);
opacity: 0;
transition: 2s ease;
transition-delay: 7s;
}
.effect-fadeIn .product__visual-hero-img03 {
transform: translateY(0);
opacity: 1;
}




.product__useful {
background: #FFFFFF;
padding: 132px 7.291666% 200px;
}
@media screen and (max-width: 1024px) {
.product__useful {
padding: 132px 15px 200px;
}
}
@media screen and (max-width: 670px) {
.product__useful {
padding: 100px 15px;
}
}
.product__useful-change {
padding-top: 41.463414%;
margin-bottom: 60px;
position: relative;
}
@media screen and (max-width: 900px) {
.product__useful-change {
padding-top: 75%;
}
}
@media screen and (max-width: 768px) {
.product__useful-change {
padding-top: 85%;
}
}
@media screen and (max-width: 500px) {
.product__useful-change {
height: 370px;
padding-top: 0;
}
}
.product__useful-change:last-child {
margin-bottom: 0;
}
.product__useful-change.checked .change01 {
opacity: 0;
z-index: -1;
}
.product__useful-change.checked .change02 {
opacity: 1;
}
.product__useful-change.check .product__useful-box-wrapper02 {
opacity: 0;
transform: translateY(-40%);
}
@media screen and (max-width: 900px) {
.product__useful-change.check .product__useful-box-wrapper02 {
transform: translateY(-10%);
}
}
.product__useful-change.checked .product__useful-box-wrapper02 {
opacity: 1;
transition: 1s ease;
transition-delay: 0.2s;
transform: translateY(-50%);
}
@media screen and (max-width: 900px) {
.product__useful-change.checked .product__useful-box-wrapper02 {
transform: translateY(0);
}
}
.product__useful-change.check .change01 {
opacity: 1;
}
.product__useful-change.check .change02 {
opacity: 0;
z-index: -1;
}
.product__useful-change.checked .product__useful-box-wrapper01 {
opacity: 0;
transform: translateY(-40%);
}
@media screen and (max-width: 900px) {
.product__useful-change.checked .product__useful-box-wrapper01 {
transform: translateY(-10%);
}
}
.product__useful-change.check .product__useful-box-wrapper01 {
opacity: 1;
transition: 1s ease;
transition-delay: 0.2s;
transform: translateY(-50%);
}
@media screen and (max-width: 900px) {
.product__useful-change.check .product__useful-box-wrapper01 {
transform: translateY(0);
}
}
.product__useful-box {
width: 100%;
position: absolute;
top: 0;
left: 0;
cursor: pointer;
}
.product__useful-box-wrapper01 {
position: absolute;
top: 50%;
left: 19.634146%;
transform: translate(0,-50%);
z-index: 99;
}
@media screen and (max-width: 1440px) {
.product__useful-box-wrapper01 {
left: 150px;
}
}
@media screen and (max-width: 900px) {
.product__useful-box-wrapper01 {
width: 100%;
box-sizing: border-box;
padding: 25px 25px;
color: #252525;
position: relative;
top: auto;
left: auto;
transform: none;
}
}
@media screen and (max-width: 670px) {
.product__useful-box-wrapper01 {
padding: 25px 0;
}
}
.product__useful-box-wrapper02 {
margin-left: 6.09756%;
position: absolute;
top: 50%;
left: 50%;
transform: translate(0,-50%);
z-index: 99;
}
@media screen and (max-width: 900px) {
.product__useful-box-wrapper02 {
width: 100%;
box-sizing: border-box;
padding: 25px 25px;
color: #252525;
margin-left: 0;
position: relative;
top: auto;
left: auto;
transform: none;
}
}
@media screen and (max-width: 670px) {
.product__useful-box-wrapper02 {
padding: 25px 0;
}
}
.product__useful-box-wrapper-number {
margin-bottom: 23px;
font-weight: 600;
line-height: 1;
font-size: 8.2rem;
}
@media screen and (max-width: 1440px) {
.product__useful-box-wrapper-number {
margin-bottom: 11px;
font-size: 7.2rem;
}
}
@media screen and (max-width: 670px) {
.product__useful-box-wrapper-number {
font-size: 5.2rem;
}
}
.product__useful-box-wrapper-number small {
margin-left: 10px;
font-weight: 400;
font-size: 1.6rem;
}
.product__useful-box-wrapper-title {
margin-bottom: 50px;
font-weight: 600;
letter-spacing: 4px;
font-size: 3.6rem;
}
@media screen and (max-width: 1440px) {
.product__useful-box-wrapper-title {
margin-bottom: 25px;
letter-spacing: 2px;
font-size: 3.2rem;
}
}
@media screen and (max-width: 1024px) {
.product__useful-box-wrapper-title {
font-size: 2.8rem;
}
}
@media screen and (max-width: 900px) {
.product__useful-box-wrapper-title {
font-size: 2.6rem;
}
.product__useful-box-wrapper-title br {
display: none;
}
}
@media screen and (max-width: 670px) {
.product__useful-box-wrapper-title {
margin-bottom: 12px;
letter-spacing: 1px;
font-size: 2.2rem;
}
}
.product__useful-box-wrapper-text {
max-width: 380px;
margin-bottom: 50px;
font-weight: 500;
line-height: 2.2;
letter-spacing: 2px;
}
@media screen and (max-width: 1440px) {
.product__useful-box-wrapper-text {
margin-bottom: 25px;
letter-spacing: 1px;
font-size: 1.6rem;
}
}
@media screen and (max-width: 670px) {
.product__useful-box-wrapper-text {
margin-bottom: 12px;
line-height: 1.8;
font-size: 1.5rem;
}
}
@media screen and (max-width: 900px) {
.product__useful-box-wrapper-text {
max-width: inherit;
}
.product__useful-box-wrapper-text br {
display: none;
}
}
.product__useful-box-wrapper-btn {
width: 100%;
max-width: 280px;
border: 1px solid rgba(130,130,130,0.46);
padding: 13px 0;
text-align: center;
color: rgba(37,37,37,1);
overflow: hidden;
position: relative;
}
.white .product__useful-box-wrapper-btn {
border: 1px solid rgba(255,255,255,0.71);
color: rgba(255,255,255,1);
}
@media screen and (max-width: 900px) {
.white .product__useful-box-wrapper-btn {
border: 1px solid rgba(130,130,130,0.46);
color: rgba(37,37,37,1);
}
}
.product__useful-box-img {
overflow: hidden;
}
.product__useful-box-img img {
transition: 0.3s ease-out;
}
.product__useful-change:hover .product__useful-box-img img {
transform: scale(1.05);
}
/*
.product__useful-change:hover {
animation: btn 1s ease;
}
@keyframes btn {
0%{ opacity: 0.5; }
100%{ opacity: 1; }
}
*/


.product__wireless {
background: #222222;
padding: 190px 12.5% 200px;
}
@media screen and (max-width: 1024px) {
.product__wireless {
padding: 190px 8.5% 200px;
}
}
@media screen and (max-width: 900px) {
.product__wireless {
padding: 190px 15px 200px;
}
}
@media screen and (max-width: 670px) {
.product__wireless {
padding: 100px 15px;
}
}
.product__wireless-movie {
position: relative;
}
.product__wireless-movie a {
color: #FFFFFF;
display: block;
}
.product__wireless-movie-icon {
padding: 0 15px;
text-align: center;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
z-index: 9;
}
.product__wireless-movie-arrow {
width: 60px;
margin: 0 auto 15px;
}
.product__wireless-movie-text {
font-weight: 500;
letter-spacing: 2px;
display: block;
}
.product__wireless-movie-img {
overflow: hidden;
}
.product__wireless-movie-img img {
transition: 0.3s ease-out;
}
a:hover .product__wireless-movie-img img {
transform: scale(1.05);
}


.product__feature {
background: #FFFFFF;
padding-top: 50px;
}
@media screen and (max-width: 670px) {
.product__feature {
padding-top: 100px;
}
}
.product__feature-visual-panel {
position: relative;
}
.product__feature-visual-panel:before {
content: '';
display: block;
padding-top: 56.25%;
}
@media screen and (max-width: 900px) {
.product__feature-visual-panel:before {
display: none;
}
}
.product__feature-visual-wrapper01 {
margin-left: 4.583333%;
position: absolute;
top: 50%;
left: 50%;
transform: translate(0,-50%);
z-index: 99;
}
@media screen and (max-width: 900px) {
.product__feature-visual-wrapper01 {
width: 100%;
box-sizing: border-box;
padding: 50px 50px 100px;
color: #FFFFFF;
margin-left: 0;
position: relative;
top: auto;
left: auto;
transform: none;
}
}
@media screen and (max-width: 500px) {
.product__feature-visual-wrapper01 {
padding: 50px 20px 100px;
}
}
.product__feature-visual-wrapper02 {
margin-left: -25%;
position: absolute;
top: 50%;
left: 50%;
transform: translate(0,-50%);
z-index: 99;
}
@media screen and (max-width: 900px) {
.product__feature-visual-wrapper02 {
width: 100%;
box-sizing: border-box;
padding: 50px 50px 100px;
color: #FFFFFF;
margin-left: 0;
position: relative;
top: auto;
left: auto;
transform: none;
}
}
@media screen and (max-width: 500px) {
.product__feature-visual-wrapper02 {
padding: 50px 20px 100px;
}
}
.product__feature-visual-wrapper03 {
margin-left: -37.5%;
position: absolute;
top: 10%;
left: 50%;
z-index: 99;
}
@media screen and (max-width: 900px) {
.product__feature-visual-wrapper03 {
width: 100%;
box-sizing: border-box;
padding: 50px 50px 100px;
color: #FFFFFF;
margin-left: 0;
position: relative;
top: auto;
left: auto;
transform: none;
}
}
@media screen and (max-width: 500px) {
.product__feature-visual-wrapper03 {
padding: 50px 20px 100px;
}
}
.product__feature-visual-wrapper04 {
position: absolute;
top: 50%;
left: 50%;
transform: translate(0,-50%);
z-index: 99;
}
@media screen and (max-width: 900px) {
.product__feature-visual-wrapper04 {
width: 100%;
box-sizing: border-box;
padding: 50px 50px 100px;
color: #FFFFFF;
position: relative;
top: auto;
left: auto;
transform: none;
}
}
@media screen and (max-width: 500px) {
.product__feature-visual-wrapper04 {
padding: 50px 20px 100px;
}
}
.product__feature-visual-wrapper05 {
margin-left: -25%;
position: absolute;
top: 50%;
left: 50%;
transform: translate(0,-50%);
z-index: 99;
}
@media screen and (max-width: 900px) {
.product__feature-visual-wrapper05 {
width: 100%;
box-sizing: border-box;
padding: 50px 50px 100px;
color: #FFFFFF;
margin-left: 0;
position: relative;
top: auto;
left: auto;
transform: none;
}
}
@media screen and (max-width: 500px) {
.product__feature-visual-wrapper05 {
padding: 50px 20px 100px;
}
}
.product__feature-visual-wrapper06 {
margin-left: -25%;
position: absolute;
top: 50%;
left: 50%;
transform: translate(0,-50%);
z-index: 99;
}
@media screen and (max-width: 900px) {
.product__feature-visual-wrapper06 {
width: 100%;
box-sizing: border-box;
padding: 50px 50px 100px;
color: #FFFFFF;
margin-left: 0;
position: relative;
top: auto;
left: auto;
transform: none;
}
}
@media screen and (max-width: 500px) {
.product__feature-visual-wrapper06 {
padding: 50px 20px 100px;
}
}
.product__feature-visual-title {
margin-bottom: 53px;
font-weight: 600;
letter-spacing: 12px;
font-size: 4.8rem;
}
@media screen and (max-width: 1024px) {
.product__feature-visual-title {
margin-bottom: 26px;
letter-spacing: 8px;
font-size: 3.8rem;
}
}
@media screen and (max-width: 900px) {
.product__feature-visual-title {
margin-bottom: 16px;
font-size: 3.4rem;
}
.product__feature-visual-title br {
display: none;
}
}
@media screen and (max-width: 670px) {
.product__feature-visual-title {
letter-spacing: 2px;
font-size: 2.8rem;
}
}
.product__feature-visual-list {
}
.product__feature-visual-list li {
padding-left: 32px;
font-weight: 600;
line-height: 2;
letter-spacing: 24px;
font-size: 2.4rem;
position: relative;
margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
.product__feature-visual-list li {
padding-left: 22px;
line-height: 2;
letter-spacing: 10px;
font-size: 1.8rem;
}
}
@media screen and (max-width: 900px) {
.product__feature-visual-list li br {
display: none;
}
}
@media screen and (max-width: 670px) {
.product__feature-visual-list li {
margin-bottom: 10px;
font-size: 1.6rem;
}
}
.product__feature-visual-list li:after {
position: absolute;
top: 0.9em;
left: 0;
content: '';
width: 8px;
height: 8px;
background: #252525;
}
@media screen and (max-width: 1024px) {
.product__feature-visual-list li:after {
top: 0.8em;
}
}
@media screen and (max-width: 900px) {
.product__feature-visual-list li:after {
background: #FFFFFF;
}
}
.white .product__feature-visual-list li:after {
background: #FFFFFF;
}
.product__feature-visual-img {
width: 100%;
position: absolute;
top: 0;
left: 0;
}
@media screen and (max-width: 900px) {
.product__feature-visual-img {
position: relative;
top: auto;
left: auto;
}
}


.product__feature .bx-wrapper {
position: relative;
}
@media screen and (max-width: 900px) {
.product__feature .bx-wrapper {
background: #252525;
}
}
.product__feature .bx-prev {
padding-left: 80px;
font-weight: 600;
letter-spacing: 2px;
color: #a4a4a4;
position: absolute;
top: 50%;
left: 40px;
transform: translate(0,-50%);
z-index: 99;
}
@media screen and (max-width: 1680px) {
.product__feature .bx-prev {
left: 0;
}
}
@media screen and (max-width: 900px) {
.product__feature .bx-prev {
padding-left: 30px;
font-size: 1.6rem;
top: auto;
bottom: 30px;
transform: none;
}
}
.product__feature .bx-prev:after {
position: absolute;
top: 50%;
left: 0;
transform: translate(0,-50%);
content: '';
width: 60px;
height: 1px;
background: #a4a4a4;
}
@media screen and (max-width: 900px) {
.product__feature .bx-prev:after {
display: none;
}
}
.product__feature .bx-next {
padding-right: 80px;
font-weight: 600;
letter-spacing: 2px;
color: #a4a4a4;
position: absolute;
top: 50%;
right: 40px;
transform: translate(0,-50%);
z-index: 99;
}
@media screen and (max-width: 1680px) {
.product__feature .bx-next {
right: 0;
}
}
@media screen and (max-width: 900px) {
.product__feature .bx-next {
padding-right: 30px;
font-size: 1.6rem;
top: auto;
bottom: 30px;
transform: none;
}
}
.product__feature .bx-next:after {
position: absolute;
top: 50%;
right: 0;
transform: translate(0,-50%);
content: '';
width: 60px;
height: 1px;
background: #a4a4a4;
}
@media screen and (max-width: 900px) {
.product__feature .bx-next:after {
display: none;
}
}
.product__feature .bx-pager {
width: 100%;
display: flex;
justify-content: center;
position: absolute;
left: 0;
bottom: 50px;
z-index: 99;
}
@media screen and (max-width: 900px) {
.product__feature .bx-pager {
display: none;
}
}
.product__feature .bx-default-pager a {
background: #686868;
box-sizing: border-box;
border-radius: 50px;
display: block;
line-height: 100;
margin: 0 5px;
outline: 0 none;
width: 10px;
height: 10px;
overflow: hidden;
}
.product__feature .bx-default-pager a:hover,
.product__feature .bx-default-pager a.active {
background: #FFFFFF;
}


.product__line-up {
background: #FFFFFF;
padding: 200px 16.66666% 150px;
}
@media screen and (max-width: 1680px) {
.product__line-up {
padding: 200px 14.66666% 150px;
}
}
@media screen and (max-width: 1440px) {
.product__line-up {
padding: 200px 6.66666% 150px;
}
}
@media screen and (max-width: 1024px) {
.product__line-up {
padding: 200px 15px 150px;
}
}
@media screen and (max-width: 670px) {
.product__line-up {
padding: 100px 15px 50px;
}
}
.product__line-up-wrapper {
/*margin-top: -12%;*/
display: flex;
flex-wrap: wrap;
}
@media screen and (max-width: 900px) {
.product__line-up-wrapper {
display: block;
}
}
.product__line-up-wrapper-box {
width: 33.3333%;
box-sizing: border-box;
margin-bottom: 50px;
padding: 0 25px;
display: flex;
flex-direction: column;
text-align:center;
}
@media screen and (max-width: 900px) {
.product__line-up-wrapper-box {
width: 100%;
padding: 0 50px;
}
}
@media screen and (max-width: 670px) {
.product__line-up-wrapper-box {
padding: 0;
}
}
.product__line-up-wrapper-title {
border-bottom: 1px solid #cbcbcb;
margin-bottom: 25px;
padding-bottom: 13px;
font-size: 1.9rem;
}
.product__line-up-wrapper-title small {
margin-bottom: 6px;
display: block;
}
.product__line-up-wrapper-title small span {
background: #ca0101;
padding: 3px 10px 4px;
line-height: 1;
font-size: 1.6rem;
color: #FFFFFF;
display: inline-block;
}
.product__line-up-wrapper-title .coming-soon span {
background: #222222;
}
.product__line-up-wrapper-list {
margin-bottom: 60px;
}
.product__line-up-wrapper-list li {
line-height: 2;
font-size: 1.6rem;
}
.product__line-up-wrapper-attention {
padding-left: 1em!important;
text-indent: -1em!important;
font-size: 1.4rem!important;
}
.product__line-up-wrapper-btn {
width: 100%;
box-sizing: border-box;
padding: 20px 35px 0;
margin-top: auto;
text-align: center;
}
@media screen and (max-width: 670px) {
.product__line-up-wrapper-btn {
max-width: inherit;
}
}
.product__line-up-wrapper-btn a {
border: 1px solid rgba(136,136,136,0.46);
padding: 13px 0;
color: rgba(37,37,37,0.9);
display: block;
}
.product__line-up-wrapper-btn a:hover {
color: #FFFFFF;
}
@media screen and (max-width: 1024px) {
.product__line-up-wrapper-btn a {
color: rgba(37,37,37,0.9);
}
.product__line-up-wrapper-btn a:hover {
color: rgba(37,37,37,0.9);
}
}
.product__line-up-wrapper-btn span {
padding-right: 35px;
position: relative;
}
.product__line-up-wrapper-btn span:after {
position: absolute;
top: 50%;
right: 0;
transform: translate(0,-50%);
content: 'PDF';
background: #ff0000;
padding: 2px 5px 1px;
line-height: 1;
font-size: 1.0rem;
color: #FFFFFF;
}


.product__specs {
background: #f1f1f1;
padding: 140px 15px 200px;
}
@media screen and (max-width: 670px) {
.product__specs {
padding: 100px 15px;
}
}
.product__specs-box {
width: 100%;
max-width: 960px;
box-sizing: border-box;
margin: 0 auto 40px;
}
@media screen and (max-width: 670px) {
.product__specs-box {
margin: 0 auto 20px;
}
}
.product__specs-box:last-child {
margin-bottom: 0;
}
.product__specs-box a {
background: #FFFFFF;
padding: 39px 42px 37px;
font-weight: 500;
letter-spacing: 2px;
font-size: 1.6rem;
color: #252525;
position: relative;
display: block;
transition: 0.3s;
}
@media screen and (max-width: 670px) {
.product__specs-box a {
padding: 19px 40px 18px 15px;
}
}
@media screen and (max-width: 320px) {
.product__specs-box a {
font-size: 1.5rem;
}
}
.product__specs-box a:after {
position: absolute;
right: 0;
bottom: 0;
content: '';
width: 0;
height: 2px;
background: rgba(75,75,75,1);
transition: 0.4s;
z-index: 1;
}
@media screen and (max-width: 1024px) {
.product__specs-box a:after {
display: none;
}
}
.product__specs-box a:hover:after {
width: 100%;
left: 0;
}
@media screen and (max-width: 1024px) {
.product__specs-box a:hover:after {
display: none;
}
}
.product__specs-box a:before {
background: url(../img/product/product-icon01.png) no-repeat left top;
background-size: 20px auto;
position: absolute;
top: 50%;
right: 42px;
content: '';
width: 20px;
height: 18px;
transform: translate(0,-50%);
}
@media screen and (max-width: 670px) {
.product__specs-box a:before {
background-size: 10px auto;
right: 15px;
width: 10px;
height: 9px;
}
}
.product__specs-box small {
margin-left: 20px;
font-weight: 300;
font-size: 1.5rem;
}
@media screen and (max-width: 670px) {
.product__specs-box small {
margin-left: 0;
display: block;
}
}


.product__specs-name {
margin-bottom: 70px;
text-align: center;
font-weight: 600;
font-size: 2.4rem;
}
@media screen and (max-width: 670px) {
.product__specs-name {
margin-bottom: 30px;
font-size: 2.0rem;
}
}
.product__specs-wrapper {
max-width: 1230px;
margin: 0 auto 50px;
display: flex;
flex-wrap: wrap;
}
@media screen and (max-width: 900px) {
.product__specs-wrapper {
display: block;
}
}
.product__specs-block {
width: 50%;
box-sizing: border-box;
border-bottom: 1px solid #cccccc;
margin-bottom: 46px;
padding: 0 35px 42px;
}
@media screen and (max-width: 900px) {
.product__specs-block {
width: 100%;
}
}
@media screen and (max-width: 670px) {
.product__specs-block {
margin-bottom: 23px;
padding: 0 0 21px;
}
}
.product__specs-title {
margin-bottom: 24px;
font-weight: 600;
font-size: 1.9rem;
}
@media screen and (max-width: 670px) {
.product__specs-title {
margin-bottom: 12px;
font-size: 1.8rem;
}
}
.product__specs-list {
font-size: 1.5rem;
}
.product__specs-list dt {
float: left;
padding: 6px 0;
}
@media screen and (max-width: 670px) {
.product__specs-list dt {
float: none;
padding: 6px 0 0;
font-size: 1.3rem;
font-weight: 600;
}
}
.product__specs-list dd {
padding: 6px 0 6px 16em;
}
@media screen and (max-width: 670px) {
.product__specs-list dd {
padding: 0 0 6px 0;
}
}

/*****************************************************************************
 product02
 *****************************************************************************/

.product02__visual {
background: #000000 url(../img/product02/product02-visual.jpg) no-repeat center top;
background-size: cover;
position: relative;
}
@media screen and (max-width: 1280px) {
.product02__visual {
height: 100vh;
background-size: auto 100%;
}
}
.product02__visual:after {
content: '';
padding-top: 56.25%;
display: block;
}
@media screen and (max-width: 1280px) {
.product02__visual:after {
display: none;
}
}
.product02__visual-wrapper {
width: 100%;
box-sizing: border-box;
padding: 0 15px;
position: absolute;
top: 50%;
left: 0;
transform: translate(0,-50%);
z-index: 99;
}
.product02__visual-title {
text-align: center;
font-weight: 600;
letter-spacing: 6px;
font-size: 4.8rem;
color: #FFFFFF;
}
@media screen and (max-width: 900px) {
.product02__visual-title {
letter-spacing: 3px;
font-size: 4.2rem;
}
}
@media screen and (max-width: 670px) {
.product02__visual-title {
letter-spacing: 2px;
font-size: 2.8rem;
}
}
@media screen and (max-width: 320px) {
.product02__visual-title {
font-size: 2.4rem;
}
}
.product02__visual-title small {
margin-bottom: 35px;
font-weight: 500;
letter-spacing: 4px;
font-size: 1.8rem;
display: block;
}
@media screen and (max-width: 1024px) {
.product02__visual-title small {
margin-bottom: 10px;
}
}


.product02__simple-connect {
padding: 140px 50px 0;
position: relative;
}
@media screen and (max-width: 1024px) {
.product02__simple-connect {
padding: 140px 50px;
}
}
@media screen and (max-width: 670px) {
.product02__simple-connect {
padding: 100px 15px 3px;
}
}
.product02__simple-connect-wrapper {
max-width: 1590px;
margin: 80px auto 0;
display: flex;
}
@media screen and (max-width: 1024px) {
.product02__simple-connect-wrapper {
display: block;
}
}
@media screen and (max-width: 670px) {
.product02__simple-connect-wrapper {
margin: 0;
}
}
.product02__simple-connect-block {
width: 43.396226%;
margin-top: 100px;
}
@media screen and (max-width: 1440px) {
.product02__simple-connect-block {
margin-top: 50px;
}
}
@media screen and (max-width: 1280px) {
.product02__simple-connect-block {
margin-top: 0;
}
}
@media screen and (max-width: 1024px) {
.product02__simple-connect-block {
width: 80%;
margin: 0 auto;
}
}
@media screen and (max-width: 670px) {
.product02__simple-connect-block {
width: 100%;
}
}
.product02__simple-connect-title {
margin-bottom: 40px;
font-weight: 600;
line-height: 1.8;
letter-spacing: 4px;
font-size: 4.2rem;
}
@media screen and (max-width: 1440px) {
.product02__simple-connect-title br {
display: none;
}
}
@media screen and (max-width: 670px) {
.product02__simple-connect-title {
margin-bottom: 20px;
letter-spacing: 2px;
font-size: 2.6rem;
}
}
.product02__simple-connect-text {
margin-bottom: 20px;
font-weight: 600;
line-height: 2;
letter-spacing: 4px;
}
@media screen and (max-width: 1024px) {
.product02__simple-connect-text br {
display: none;
}
}
@media screen and (max-width: 670px) {
.product02__simple-connect-text {
letter-spacing: 2px;
font-size: 1.6rem;
}
}
.product02__simple-connect-attention {
font-weight: 600;
letter-spacing: 4px;
font-size: 1.2rem;
}
.product02__simple-connect-img {
width: 56.6037735%;
}
@media screen and (max-width: 1024px) {
.product02__simple-connect-img {
width: 80%;
margin: 0 auto;
}
.product02__simple-connect-img img {
margin-left: 5%;
}
}
@media screen and (max-width: 670px) {
.product02__simple-connect-img {
width: 90%;
}
}
.product02__simple-connect-bg {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
z-index: -1;
}
.product02__simple-connect-bg .bx-wrapper {
height: 100%!important;
}
.product02__simple-connect-bg .bx-viewport {
height: 100%!important;
}
.product02__simple-connect-slider {
height: 100%;
}
.product02__simple-connect-slider01,
.product02__simple-connect-slider02,
.product02__simple-connect-slider03,
.product02__simple-connect-slider04 {
height: 100%;
}
.product02__simple-connect-slider01 {
background: url(../img/product02/product02-simple-connect-bg01.jpg) no-repeat center center;
background-size: cover;
}
@media screen and (max-width: 900px) {
.product02__simple-connect-slider01 {
background: url(../img/product02/product02-simple-connect-bg01_sp.jpg) no-repeat center center;
background-size: cover;
}
}
.product02__simple-connect-slider02 {
background: url(../img/product02/product02-simple-connect-bg02.jpg) no-repeat center center;
background-size: cover;
}
@media screen and (max-width: 900px) {
.product02__simple-connect-slider02 {
background: url(../img/product02/product02-simple-connect-bg02_sp.jpg) no-repeat center center;
background-size: cover;
}
}
.product02__simple-connect-slider03 {
background: url(../img/product02/product02-simple-connect-bg03.jpg) no-repeat center center;
background-size: cover;
}
@media screen and (max-width: 900px) {
.product02__simple-connect-slider03 {
background: url(../img/product02/product02-simple-connect-bg03_sp.jpg) no-repeat center center;
background-size: cover;
}
}
.product02__simple-connect-slider04 {
background: url(../img/product02/product02-simple-connect-bg04.jpg) no-repeat center center;
background-size: cover;
}
@media screen and (max-width: 900px) {
.product02__simple-connect-slider04 {
background: url(../img/product02/product02-simple-connect-bg04_sp.jpg) no-repeat center center;
background-size: cover;
}
}


.product02__too-easy {
background: #f1f1f1;
padding: 140px 50px 170px;
}
@media screen and (max-width: 670px) {
.product02__too-easy {
padding: 100px 15px;
}
}
.product02__too-easy-panel {
max-width: 1400px;
margin: 100px auto 0;
}
@media screen and (max-width: 670px) {
.product02__too-easy-panel {
margin: 0;
}
}
.product02__too-easy-wrapper {
display: flex;
align-items: center;
}
@media screen and (max-width: 900px) {
.product02__too-easy-wrapper {
display: block;
}
}
.product02__too-easy-img {
width: 50%;
}
@media screen and (max-width: 900px) {
.product02__too-easy-img {
width: 100%;
margin-bottom: 30px;
}
}
@media screen and (max-width: 670px) {
.product02__too-easy-img {
margin-bottom: 15px;
}
}
.product02__too-easy-block {
width: 50%;
box-sizing: border-box;
padding-left: 100px;
}
@media screen and (max-width: 1440px) {
.product02__too-easy-block {
padding-left: 50px;
}
}
@media screen and (max-width: 900px) {
.product02__too-easy-block {
width: 100%;
padding-left: 0;
}
}
.product02__too-easy-title {
font-weight: 600;
font-size: 4.2rem;
display: flex;
align-items: center;
}
@media screen and (max-width: 1280px) {
.product02__too-easy-title {
font-size: 3.6rem;
}
}
@media screen and (max-width: 1024px) {
.product02__too-easy-title {
font-size: 3.0rem;
}
}
@media screen and (max-width: 900px) {
.product02__too-easy-title {
justify-content: center;
}
}
@media screen and (max-width: 670px) {
.product02__too-easy-title {
font-size: 2.0rem;
}
}
.product02__too-easy-title span {
margin-right: 60px;
font-size: 10.0rem;
}
@media screen and (max-width: 1280px) {
.product02__too-easy-title span {
margin-right: 30px;
font-size: 8.0rem;
}
}
@media screen and (max-width: 1024px) {
.product02__too-easy-title span {
font-size: 6.0rem;
}
}
@media screen and (max-width: 670px) {
.product02__too-easy-title span {
margin-right: 15px;
font-size: 4.0rem;
}
}
.product02__too-easy .bx-pager {
width: 100%;
display: flex;
justify-content: center;
position: absolute;
left: 0;
bottom: -90px;
z-index: 99;
}
@media screen and (max-width: 670px) {
.product02__too-easy .bx-pager {
bottom: -40px;
}
}
.product02__too-easy .bx-default-pager a {
background: #d8d8d8;
box-sizing: border-box;
border-radius: 50px;
display: block;
line-height: 100;
margin: 0 5px;
outline: 0 none;
width: 10px;
height: 10px;
overflow: hidden;
}
.product02__too-easy .bx-default-pager a:hover,
.product02__too-easy .bx-default-pager a.active {
background: #FFFFFF;
}


.product02__design {
background: url(../img/product02/product02-visual.jpg) no-repeat center top;
background-size: cover;
padding: 140px 15px 0;
color: #ffffff;
position: relative;
}
@media screen and (max-width: 900px) {
.product02__design {
padding: 70px 15px 0;
}
}
@media screen and (max-width: 670px) {
.product02__design {
padding: 60px 15px 0;
}
}
.product02__design:after {
content: '';
padding-top: 56.25%;
display: block;
}
@media screen and (max-width: 1024px) {
.product02__design:after {
padding-top: 75%;
}
}
@media screen and (max-width: 670px) {
.product02__design:after {
padding-top: 120%;
}
}
.product02__design-wrapper {
width: 100%;
box-sizing: border-box;
padding: 0 15px;
position: absolute;
top: 50%;
left: 0;
transform: translate(0,-50%);
z-index: 99;
}
.product02__design-title {
margin-bottom: 50px;
text-align: center;
font-weight: 600;
letter-spacing: 4px;
font-size: 4.2rem;
}
@media screen and (max-width: 900px) {
.product02__design-title {
font-size: 3.6rem;
}
}
@media screen and (max-width: 670px) {
.product02__design-title {
margin-bottom: 30px;
letter-spacing: 2px;
font-size: 2.6rem;
}
}
.product02__design-text {
text-align: center;
font-weight: 600;
letter-spacing: 4px;
font-size: 2.4rem;
}
@media screen and (max-width: 670px) {
.product02__design-text {
letter-spacing: 2px;
font-size: 1.8rem;
}
}


.product02__creativity-ready {
background: #ffffff;
padding: 140px 50px 0;
}
@media screen and (max-width: 670px) {
.product02__creativity-ready {
padding: 100px 15px 0;
}
}
.product02__creativity-ready-wrapper {
max-width: 1600px;
margin: 80px auto 0;
display: flex;
}
@media screen and (max-width: 1024px) {
.product02__creativity-ready-wrapper {
display: block;
}
}
@media screen and (max-width: 670px) {
.product02__creativity-ready-wrapper {
margin: 0;
}
}
.product02__creativity-ready-block {
width: 50%;
box-sizing: border-box;
margin-top: 70px;
padding-left: 80px;
}
@media screen and (max-width: 1440px) {
.product02__creativity-ready-block {
margin-top: 0;
}
}
@media screen and (max-width: 1280px) {
.product02__creativity-ready-block {
padding-left: 0;
}
}
@media screen and (max-width: 1024px) {
.product02__creativity-ready-block {
width: 80%;
margin: 0 auto 100px;
}
}
@media screen and (max-width: 670px) {
.product02__creativity-ready-block {
width: 100%;
margin-bottom: 50px;
}
}
.product02__creativity-ready-title {
margin-bottom: 40px;
font-weight: 600;
line-height: 1.8;
letter-spacing: 4px;
font-size: 3.6rem;
}
@media screen and (max-width: 1440px) {
.product02__creativity-ready-title br {
display: none;
}
}
@media screen and (max-width: 670px) {
.product02__creativity-ready-title {
margin-bottom: 20px;
letter-spacing: 2px;
font-size: 2.4rem;
}
}
.product02__creativity-ready-text {
max-width: 480px;
margin-bottom: 50px;
font-weight: 600;
line-height: 2;
letter-spacing: 4px;
}
@media screen and (max-width: 1024px) {
.product02__creativity-ready-text {
max-width: inherit;
}
}
@media screen and (max-width: 670px) {
.product02__creativity-ready-text {
margin-bottom: 30px;
letter-spacing: 2px;
font-size: 1.6rem;
}
}
.product02__creativity-ready-list {
display: flex;
}
.product02__creativity-ready-list li {
margin-left: 90px;
text-align: center;
font-weight: 600;
letter-spacing: 4px;
font-size: 3.0rem;
}
@media screen and (max-width: 670px) {
.product02__creativity-ready-list li {
width: 33.3333%;
margin-left: 0;
letter-spacing: 2px;
font-size: 2.4rem;
}
}
.product02__creativity-ready-list li:first-child {
margin-left: 0;
}
.product02__creativity-ready-list li small {
font-weight: 500;
font-size: 2.0rem;
display: block;
}
@media screen and (max-width: 670px) {
.product02__creativity-ready-list li small {
font-size: 1.6rem;
}
}
.product02__creativity-ready-img {
width: 50%;
box-sizing: border-box;
padding: 0 50px;
}
@media screen and (max-width: 1024px) {
.product02__creativity-ready-img {
width: 60%;
margin: 0 auto;
padding: 0;
}
}
@media screen and (max-width: 670px) {
.product02__creativity-ready-img {
width: 100%;
}
}

/*****************************************************************************
 news
 *****************************************************************************/

.news__section {
background: #f7f7f7;
padding: 222px 100px 150px;
}
@media screen and (max-width: 1024px) {
.news__section {
padding: 222px 50px 150px;
}
}
@media screen and (max-width: 900px) {
.news__section {
padding: 111px 50px 75px;
}
}
@media screen and (max-width: 670px) {
.news__section {
padding: 111px 15px 75px;
}
}
.news__section-article {
background: #FFFFFF;
width: 100%;
max-width: 2000px;
box-sizing: border-box;
margin: 0 auto 100px;
padding: 115px 35px 100px;
position: relative;
}
@media screen and (max-width: 1024px) {
.news__section-article {
padding: 115px 35px 50px;
}
}
@media screen and (max-width: 900px) {
.news__section-article {
margin: 0 auto 50px;
}
}
@media screen and (max-width: 670px) {
.news__section-article {
padding: 57px 15px 25px;
}
}
.news__section-date {
letter-spacing: 1.5px;
font-weight: 500;
position: absolute;
top: 35px;
left: 40px;
}
@media screen and (max-width: 670px) {
.news__section-date {
font-size: 1.4rem;
top: 15px;
left: 15px;
}
}
.news__section-headline {
margin-bottom: 52px;
font-weight: 500;
line-height: 1.3;
letter-spacing: 1px;
font-size: 2.8rem;
}
@media screen and (max-width: 670px) {
.news__section-headline {
margin-bottom: 26px;
letter-spacing: normal;
font-size: 2.4rem;
}
}
.news__section-body {
font-weight: 500;
letter-spacing: 2px;
line-height: 2.2;
font-size: 1.6rem;
}
@media screen and (max-width: 670px) {
.news__section-body {
letter-spacing: 2px;
line-height: 2.0;
}
}
.news__section-body:after {
content: '';
display: block;
clear: both;
}
.news__section-body p {
margin-bottom: 2em;
}
.news__section-body ul,
.news__section-body ol {
margin-bottom: 2em;
padding-left: 1.5em;
}
.news__section-body ul li {
list-style: disc;
}
.news__section-body ol li {
list-style-type: decimal;
}
.news__section-body em {
font-style: italic;
}
.news__section-body strong {
font-weight: bold;
}
.news__section-body blockquote {
margin: 0 1.9em 1em;
}
.news__section-body pre {
margin-bottom: 2em;
padding: 5px 10px;
border: 3px solid #CCC;
background: #fff;
}
.news__section-back {
width: 100%;
max-width: 280px;
margin: 0 auto;
text-align: center;
}
@media screen and (max-width: 670px) {
.news__section-back {
max-width: inherit;
}
}
.news__section-back a {
border: 1px solid rgba(255,255,255,0.5);
padding: 13px 0;
color: rgba(255,255,255,0.7);
display: block;
}
.news__section-back a:hover {
color: #252525;
}
@media screen and (max-width: 1024px) {
.news__section-back a {
color: rgba(255,255,255,1);
}
.news__section-back a:hover {
color: rgba(255,255,255,1);
}
}



.news__section-back--02 {
width: 100%;
max-width: 280px;
margin: 0 auto;
text-align: center;
}
@media screen and (max-width: 670px) {
.news__section-back--02 {
max-width: inherit;
}
}
.news__section-back--02 a {
border: 1px solid rgba(0,0,0.5);
padding: 13px 0;
color: rgba(0,0,0,0.7);
display: block;
}
.news__section-back--02 a:hover {
color: #fff;
}
.news__section-back--02 a:hover:after {
  background: #252525;
}
@media screen and (max-width: 1024px) {
.news__section-back--02 a {
color: rgba(255,255,255,1);
}
.news__section-back--02 a:hover {
color: rgba(255,255,255,1);
}
}

/*****************************************************************************
 company
 *****************************************************************************/

.company__page-headline {
margin-bottom: 40px;
text-align: center;
font-weight: 600;
line-height: 1;
letter-spacing: 16px;
font-size: 16.0rem;
}
@media screen and (max-width: 1280px) {
.company__page-headline {
font-size: 14.0rem;
}
}
@media screen and (max-width: 900px) {
.company__page-headline {
letter-spacing: 10px;
font-size: 10.0rem;
}
}
@media screen and (max-width: 670px) {
.company__page-headline {
letter-spacing: 4px;
font-size: 6.0rem;
}
}
@media screen and (max-width: 320px) {
.company__page-headline {
font-size: 5.0rem;
}
}
.company__page-headline small {
margin-bottom: 26px;
font-weight: 500;
letter-spacing: 2px;
font-size: 1.8rem;
display: block;
}
@media screen and (max-width: 670px) {
.company__page-headline small {
margin-bottom: 13px;
font-size: 1.6rem;
}
}


.company__visual {
height: 100vh;
background: url(../img/company/company-visual-bg.jpg) no-repeat center bottom;
background-size: cover;
position: relative;
overflow: hidden;
}
@media screen and (max-width: 900px) {
.company__visual {
background: url(../img/company/company-visual-bg_sp.jpg) no-repeat center bottom;
background-size: cover;
}
}
.company__visual-inner {
width: 100%;
max-width: 1330px;
box-sizing: border-box;
margin: 0 auto;
padding: 0 50px;
position: relative;
top: 50%;
left: 0;
transform: translate(0,-50%);
z-index: 99;
}
@media screen and (max-width: 670px) {
.company__visual-inner {
padding: 0 15px;
}
}
.company__visual-wrapper {
width: 100%;
max-width: 574px;
margin-left: auto;
}
@media screen and (max-width: 1024px) {
.company__visual-wrapper {
max-width: 474px;
}
}
@media screen and (max-width: 900px) {
.company__visual-wrapper {
color: #FFFFFF;
}
}
.company__visual-text {
margin-bottom: 55px;
font-weight: 500;
letter-spacing: 2px;
}
@media screen and (max-width: 670px) {
.company__visual-text {
margin-bottom: 27px;
}
}
.company__visual-title {
margin-bottom: 59px;
}
.company__visual-title polygon,
.company__visual-title rect,
.company__visual-title path {
fill: #252525;
}
@media screen and (max-width: 900px) {
.company__visual-title polygon,
.company__visual-title rect,
.company__visual-title path {
fill: #FFFFFF;
}
}
@media screen and (max-width: 670px) {
.company__visual-title {
margin-bottom: 29px;
}
}
.company__visual-title small {
margin-top: 10px;
font-weight: 500;
letter-spacing: 2px;
font-size: 1.8rem;
display: block;
}
.company__visual-catch {
font-weight: 600;
font-size: 2.4rem;
}
@media screen and (max-width: 670px) {
.company__visual-catch {
font-size: 2.0rem;
}
}


.company__message {
background: url(../img/company/company-message.jpg) no-repeat center bottom;
background-size: cover;
padding: 234px 0;
}
@media screen and (max-width: 1440px) {
.company__message {
padding: 134px 0;
}
}
@media screen and (max-width: 1024px) {
.company__message {
background: none;
padding: 134px 0 0;
}
}
@media screen and (max-width: 670px) {
.company__message {
padding: 100px 0 0;
}
}
.company__message-wrapper {
width: 100%;
max-width: 754px;
box-sizing: border-box;
margin-left: 230px;
padding: 0 15px;
z-index: 99;
}
@media screen and (max-width: 1440px) {
.company__message-wrapper {
margin-left: 35px;
}
}
@media screen and (max-width: 1280px) {
.company__message-wrapper {
max-width: 704px;
}
}
@media screen and (max-width: 1024px) {
.company__message-wrapper {
max-width: inherit;
margin-left: 0;
padding: 0 50px;
}
}
@media screen and (max-width: 670px) {
.company__message-wrapper {
padding: 0 15px;
}
}
.company__message-title {
margin-bottom: 53px;
font-weight: 600;
line-height: 1;
letter-spacing: 14px;
font-size: 16.0rem;
}
@media screen and (max-width: 1280px) {
.company__message-title {
font-size: 14.0rem;
}
}
@media screen and (max-width: 900px) {
.company__message-title {
letter-spacing: 10px;
font-size: 10.0rem;
}
}
@media screen and (max-width: 670px) {
.company__message-title {
margin-bottom: 26px;
letter-spacing: 4px;
font-size: 6.0rem;
}
}
@media screen and (max-width: 320px) {
.company__message-title {
font-size: 5.0rem;
}
}
.company__message-title small {
margin-bottom: 26px;
font-weight: 500;
letter-spacing: 2px;
font-size: 1.8rem;
display: block;
}
.company__message-text {
}
.company__message-text p {
margin-bottom: 2em;
font-weight: 500;
line-height: 2.6;
letter-spacing: 2px;
font-size: 1.6rem;
}
@media screen and (max-width: 670px) {
.company__message-text p {
line-height: 2.0;
letter-spacing: 1px;
}
}
.company__message-name {
font-size: 2.0rem!important;
text-align: right!important;
}
.company__message-text p:last-child {
margin-bottom: 0;
}
.company__message-img {
display: none;
}
@media screen and (max-width: 1024px) {
.company__message-img {
display: block;
}
}


.company__about {
padding: 151px 7.291666% 311px;
}
@media screen and (max-width: 670px) {
.company__about {
padding: 100px 15px 150px;
}
}
.company__about-list {
width: 100%;
max-width: 960px;
margin: 0 auto 100px;
}
@media screen and (max-width: 670px) {
.company__about-list {
margin: 0 auto 50px;
}
}
.company__about-list dl {
border-top: 1px solid #d2d2d2;
}
.company__about-list dt {
float: left;
padding: 37px 0 37px 56px;
}
@media screen and (max-width: 900px) {
.company__about-list dt {
padding: 37px 0;
}
}
@media screen and (max-width: 670px) {
.company__about-list dt {
float: none;
padding: 18px 0 0 0;
}
}
.company__about-list dd {
border-bottom: 1px solid #d2d2d2;
padding: 37px 56px 37px 13em;
line-height: 2.0;
}
@media screen and (max-width: 900px) {
.company__about-list dd {
padding: 37px 0 37px 9em;
}
}
@media screen and (max-width: 670px) {
.company__about-list dd {
padding: 0 0 18px 0;
font-size: 1.5rem;
}
}
.company__about-list-disc {
}
.company__about-list-disc li {
padding-left: 14px;
position: relative;
}
.company__about-list-disc li:after {
position: absolute;
top: 0.95em;
left: 0;
content: '';
width: 5px;
height: 5px;
background: #252525;
border-radius: 50px;
}
.company__about-map {
}
.company__about-map-title {
margin-bottom: 20px;
text-align: center;
font-weight: 600;
line-height: 1;
letter-spacing: 2px;
font-size: 4.8rem;
}
@media screen and (max-width: 670px) {
.company__about-map-title {
margin-bottom: 10px;
font-size: 3.8rem;
}
}
.company__about-map-address {
margin-bottom: 36px;
text-align: center;
}
@media screen and (max-width: 670px) {
.company__about-map-address {
margin-bottom: 18px;
font-size: 1.5rem;
}
}
.company__about-map-maps {
width: 100%;
height: 0;
margin-bottom: 72px;
padding-top: 41.46341%;
position: relative;
}
@media screen and (max-width: 670px) {
.company__about-map-maps {
margin-bottom: 36px;
}
}
.company__about-map-maps iframe {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
}
.company__about-map-btn {
width: 100%;
max-width: 280px;
margin: 0 auto;
text-align: center;
}
@media screen and (max-width: 670px) {
.company__about-map-btn {
max-width: inherit;
}
}
.company__about-map-btn a {
border: 1px solid rgba(136,136,136,0.46);
padding: 13px 0;
color: rgba(37,37,37,0.9);
display: block;
}
.company__about-map-btn a:hover {
color: #FFFFFF;
}
@media screen and (max-width: 1024px) {
.company__about-map-btn a {
color: rgba(37,37,37,0.9);
}
.company__about-map-btn a:hover {
color: rgba(37,37,37,0.9);
}
}


.company__member {
background: #f8f8f8;
padding: 142px 15px 50px;
position: relative;
}
@media screen and (max-width: 670px) {
.company__member {
padding: 71px 15px 50px;
}
}
.company__member .company__page-headline {
width: 100%;
position: absolute;
top: -142px;
left: 0;
}
@media screen and (max-width: 1280px) {
.company__member .company__page-headline {
top: -122px;
}
}
@media screen and (max-width: 900px) {
.company__member .company__page-headline {
top: -92px;
}
}
@media screen and (max-width: 670px) {
.company__member .company__page-headline {
top: -72px;
}
}
.company__member-wrapper {
width: 100%;
max-width: 1490px;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
}
@media screen and (max-width: 670px) {
.company__member-wrapper {
display: block;
}
}
.company__member-wrapper-box {
width: 33.3333%;
box-sizing: border-box;
margin-bottom: 50px;
padding: 0 25px;
}
@media screen and (max-width: 1024px) {
.company__member-wrapper-box {
width: 50%;
}
}
@media screen and (max-width: 670px) {
.company__member-wrapper-box {
width: 100%;
padding: 0;
}
}
.company__member-wrapper-img {
margin-bottom: 36px;
}
@media screen and (max-width: 670px) {
.company__member-wrapper-img {
margin-bottom: 18px;
}
}
.company__member-wrapper-name {
border-bottom: 1px solid #d2d2d2;
margin-bottom: 22px;
padding-bottom: 13px;
font-size: 2.8rem;
}
@media screen and (max-width: 670px) {
.company__member-wrapper-name {
font-size: 2.2rem;
}
}
.company__member-wrapper-name small {
margin-bottom: 6px;
font-size: 1.4rem;
display: block;
}
@media screen and (max-width: 670px) {
.company__member-wrapper-name small {
margin-bottom: 3px;
}
}
.company__member-wrapper-list {
font-size: 1.3rem;
}
.company__member-wrapper-list dt {
float: left;
padding: 2px 0 2px 0;
}
.company__member-wrapper-list dd {
padding: 2px 0 2px 5em;
}


.company__our-client {
padding: 163px 15px 50px;
}
@media screen and (max-width: 670px) {
.company__our-client {
padding: 100px 15px 50px;
}
}
.company__our-client-wrapper {
width: 100%;
max-width: 1488px;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
}
.company__our-client-wrapper-box {
width: 25%;
box-sizing: border-box;
margin-bottom: 50px;
padding: 0 25px;
}
@media screen and (max-width: 1024px) {
.company__our-client-wrapper-box {
width: 50%;
}
}
@media screen and (max-width: 670px) {
.company__our-client-wrapper-box {
width: 100%;
padding: 0;
}
}
.company__our-client-wrapper-img {
margin-bottom: 30px;
}
@media screen and (max-width: 670px) {
.company__our-client-wrapper-img {
margin-bottom: 20px;
}
}
.company__our-client-wrapper-img img {
border: 1px solid #eeeeee;
}
.company__our-client-wrapper-title {
margin-bottom: 16px;
font-size: 2.4rem;
}
@media screen and (max-width: 670px) {
.company__our-client-wrapper-title {
font-size: 2.0rem;
}
}
.company__our-client-wrapper-text {
line-height: 2;
font-size: 1.4rem;
}


.company__quality {
background: #f8f8f8;
padding: 150px 50px;
}
@media screen and (max-width: 670px) {
.company__quality {
padding: 100px 15px;
}
}
.company__quality-wrapper-box {
width: 100%;
max-width: 1200px;
background: #FFFFFF;
box-sizing: border-box;
margin: 0 auto 60px;
padding: 4% 9.75%;
position: relative;
}
@media screen and (max-width: 670px) {
.company__quality-wrapper-box {
margin: 0 auto 30px;
padding: 40px 30px;
}
}
.company__quality-wrapper-box:last-child {
margin-bottom: 0;
}
.company__quality-wrapper-icon {
width: 44px;
position: absolute;
top: 0;
left: 0;
}
@media screen and (max-width: 900px) {
.company__quality-wrapper-icon {
width: 24px;
}
}
.company__quality-wrapper-text {
}
.company__quality-wrapper-text p {
margin-bottom: 2em;
font-weight: 500;
line-height: 2.4;
letter-spacing: 2px;
font-size: 1.6rem;
}
@media screen and (max-width: 670px) {
.company__quality-wrapper-text p {
line-height: 2;
letter-spacing: 1px;
font-size: 1.5rem;
}
}
.company__quality-wrapper-text p:last-child {
margin-bottom: 0;
}
.company__quality-wrapper-title {
margin-bottom: 12px;
text-align: center;
font-weight: 600;
letter-spacing: 2px;
font-size: 2.8rem;
}
@media screen and (max-width: 670px) {
.company__quality-wrapper-title {
font-size: 2.2rem;
}
}

/*****************************************************************************
 modaal
 *****************************************************************************/

.modaal-content-container video {
width: 100%;
height: auto;
}
.modaal-close::before, .modaal-close::after {
width: 2px;
height: 26px;
border-radius: 0;
background: rgba(255,255,255,0.6);
}
.modaal-close:focus,
.modaal-close:hover {
background: none;
}
.modaal-close:focus:before,
.modaal-close:focus:after,
.modaal-close:hover:before,
.modaal-close:hover:after {
background: rgba(255,255,255,1);
}

.product03__visual {
    background: #000000 url(../img/product03/kv.png) no-repeat center top;
    background-size: cover;
    position: relative;
}

.product03__visual-wrapper {
    width: 100%;
    box-sizing: border-box;
    padding: 0 15px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0,-50%);
    z-index: 99;
}

.product03__visual-title {
    FONT-VARIANT: JIS83;
    text-align: center;
    font-weight: 600;
    letter-spacing: 6px;
    font-size: 4.8rem;
    color: #ffffff;
    text-shadow: #3a3a3a 1px 2px 10px;
}

.product03__visual-title small {
    margin-bottom: 35px;
    font-weight: 500;
    letter-spacing: 4px;
    font-size: 1.8rem;
    display: block;
}

@media screen and (max-width: 1024px){
.product02__visual-title small {
    margin-bottom: 10px;
}
.product03__page-nav {
    display: none;
}
}

@media screen and (max-width: 670px){
.product03__visual-title {
    letter-spacing: 2px;
    font-size: 2.8rem;
}
}

.product03__page-nav {
    position: absolute;
    top: 50%;
    left: 60px;
    transform: translate(0,-50%);
    z-index: 99;
}

.product03__page-nav li a {
    color: #ffffff;
    position: relative;
    transition: 0.3s;
}

.product03__page-nav li {
    margin: 50px 0;
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 1.6rem;
}

.product03__simple-connect-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.product03__simple-connect-bg .bx-wrapper {
    height: 100%!important;
}

.product03__simple-connect-slider {
    height: 100%;
}

.product03__simple-connect-slider01 {
    background: url(../img/product03/slider1.jpg) no-repeat center center;
    background-size: cover;
}

.product03__simple-connect-slider02 {
    background: url(../img/product03/slider2.jpg) no-repeat center center;
    background-size: cover;
}

.product03__simple-connect-slider03 {
    background: url(../img/product02/product02-simple-connect-bg02.jpg) no-repeat center center;
    background-size: cover;
}

.product03__simple-connect-slider04 {
    background: url(../img/product02/product02-simple-connect-bg02.jpg) no-repeat center center;
    background-size: cover;
}

.product03__design {
    background: url(../img/product03/back-1.png) no-repeat center top;
    background-size: cover;
    padding: 140px 15px 0;
    color: #ffffff;
    position: relative;
    text-shadow: #3a3a3a 1px 2px 10px;
}

.product05__design {
    background: url(../img/product_05/future.jpg) no-repeat center top;
    background-size: cover;
    padding: 140px 15px 0;
    color: #ffffff;
    position: relative;
    text-shadow: #3a3a3a 1px 2px 10px;
    height: 700px;	
}

@media screen and (max-width: 670px){
.product05__design {
    background: url(../img/product_05/future.jpg) no-repeat center top;
    background-size: cover;
    padding: 80px 15px 80px;
    color: #ffffff;
    position: relative;
    text-shadow: #3a3a3a 1px 2px 10px;
    height: 400px;
}
}

.viewer {
    margin: 0 auto;
    width: 400px;
    height: 300px;
    text-align: left;
    overflow: hidden;
}
 
.viewer ul {
    width: 400px;
    height: 300px;
    text-align: left;
    overflow: hidden;
    position: relative;
}
 
.viewer ul li {
    top: 0;
    left: 0;
    width: 400px;
    height: 300px;
    display: none;
    position: absolute;
}

.blog_midasi2{
  padding-bottom: 0.5em;
  border-bottom: 1px solid #ccc;
  font-size:1.5em;
  margin:15px 0;
}

.blog_midasi2:first-letter{
   margin-right: 0.1em;
   font-size: 2em;
}

.blog_midasi3{
	border-bottom: solid 3px black;
	font-size:1.3em;
	font-weight:bold;
	margin: 20px 0px;
}


.blog-2col{
	display: flex;
}

.blog-2col_img{
	padding:10px;
	width:50%;
}

.blog-2col_text{
	padding: 10px;
	width:50%;
}

@media screen and (max-width: 670px){
.blog-2col{
	display: block;
}
}


table {
	border-collapse: collapse;
	font-size: 30%;
    text-align: center;
}
th {
	border: solid 1px #666666;
	color: #000000;
	background-color: #C1C1C1;
}
td {
	border: solid 1px #666666;
	color: #000000;
	background-color: #FFFFFF;
	padding:10px;
}
thead th {
	background-color: #000000;
	color: #FFFFFF;
}

table {
	border-collapse: collapse;
	font-size: 30%;
    text-align: center;
}
th {
	border: solid 1px #666666;
	color: #000000;
	background-color: #C1C1C1;
}
td {
	border: solid 1px #666666;
	color: #000000;
	background-color: #FFFFFF;
}
thead th {
	background-color: #000000;
	color: #FFFFFF;
}

.blog-table{
	border-collapse: collapse;
    text-align: center;
	font-size: 1em;
}

.menu {
    width: 100%;
    display: flex;
}

.menu1 {
    width: 35%;
    font-size: 1.1 em;
    font-weight: 600;
    line-height: 2;
}

.price1 {
    width: 12%;
    font-size: 1.1em;
    font-weight: 600;
    line-height: 2;
}

.menu2 {
    width: 35%;
    padding-left: 20px;
    font-size: 1.1 em;
    font-weight: 600;
    line-height: 2;
}

.price2 {
    width: 15%;
    font-size: 1.1em;
    font-weight: 600;
    line-height: 2;
}


.product04__simple-connect {
    padding: 140px 50px 50px;
    position: relative;
}

@media screen and (max-width: 670px){
.product04__simple-connect {
    padding: 100px 15px 100px;
}
}

.product04__visual {
    background: #000000 url(../img/product04/kv.png) no-repeat top;
    background-size: cover;
    position: relative;
}

.product04__design {
    background: url(../img/product04/back-1.png) no-repeat center right;
    background-size: cover;
    padding: 140px 15px 0;
    color: #ffffff;
    position: relative;
    text-shadow: #3a3a3a 1px 2px 10px;
}

.product04__too-easy-panel {
    max-width: 1400px;
	margin:0 auto;
}


.product04__visual-wrapper {
    width: 100%;
    box-sizing: border-box;
    padding: 0 15px;
    position: absolute;
    top: 42%;
    left: 0;
    transform: translate(0,-50%);
    z-index: 99;
}

.product04__visual-title {
    FONT-VARIANT: JIS83;
    text-align: right;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 4.8rem;
    color: #ffffff;
    text-shadow: #3a3a3a 1px 2px 10px;
}

.product04__page-link {
position: absolute;
top: 95%;
right: 0;
transform: translate(0,-50%);
z-index: 99;
}
@media screen and (max-width: 1024px) {
.product04__page-link {
width: 100%;
position: fixed;
top: auto;
bottom: 0;
transform: none;
}
.product04__page-link ul {
display: flex;
}
}
.product04__page-link li {
width: 235px;
margin: 20px 0;
}
@media screen and (max-width: 1024px) {
.product04__page-link li {
width: 28%;
box-sizing: border-box;
margin: 0;
padding: 0 1px;
}
}
.product04__page-link li a {
background: #1c5676;
box-sizing: border-box;
padding: 20px 0;
text-align: center;
font-weight: 500;
letter-spacing: 2px;
font-size: 1.6rem;
color: #ffffff;
display: flex;
justify-content: center;
align-items: center;
position: relative;
}
@media screen and (max-width: 1024px) {
.product04__page-link li a {
height: 100%;
padding: 10px 0;
}
}
@media screen and (max-width: 670px) {
.product04__page-link li a {
padding: 5px 0;
letter-spacing: normal;
font-size: 1.4rem;
}
}
.product04__page-link li a:after {
position: absolute;
right: 0;
bottom: 0;
content: '';
width: 0;
height: 2px;
background: rgba(255,255,255,0.3);
transition: 0.4s;
z-index: 1;
}
@media screen and (max-width: 1024px) {
.product04__page-link li a:after {
display: none;
}
}
.product04__page-link li a:hover:after {
width: 100%;
left: 0;
}
@media screen and (max-width: 1024px) {
.product04__page-link li a:hover:after {
display: none;
}
}
.product04__page-link li.extra {
}
.product04__page-link li.extra a {
background: #655325;
font-size: 2.2rem;
display: block;
}
@media screen and (max-width: 670px) {
.product04__page-link li.extra a {
font-size: 1.8rem;
}
}
.product04__page-link li.extra small {
font-size: 1.6rem;
display: block;
}
@media screen and (max-width: 670px) {
.product04__page-link li.extra small {
font-size: 1.4rem;
}
}

.flexbox2{
	display:flex;
	padding: 20px;
}

@media screen and (max-width: 670px) {
.flexbox2{
	display:block;
}
}