#contentsarea{
width: 100%;
font-family: 'Hiragino Mincho ProN', 'Yu Mincho', 'YuMincho', MS P明朝;
margin: 0 auto ;
color: #fff;
}

#contentsarea .swiper-slide {
overflow: hidden;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}

#contentsarea .swiper-wrapper{
height: 450px;
width: auto;
}

#contentsarea .swiper-wrapper2{
height: auto !important;
width: 100%;
}

#contentsarea .swiper-wrapper3{
height: auto !important;
width: 75%;
}

#contentsarea .slide-img {
background-size: cover; 
background-position: center center;
background-repeat:  no-repeat; 
width: auto;
height: 100%;
position: relative;
}

#contentsarea .swiper-pagination-bullet {
background: #ccc;
opacity: 0.5;
}

#contentsarea .swiper-pagination-bullet-active {
background: #fff; 
opacity: 1;
}

#contentsarea .slide-text{
display: inline-block;
position: absolute;
z-index: 10;
color: #fff;
width: 40%;
min-width: 430px;
top: 40%;
right: 5%;
left: auto;
transform: none;
-webkit-transform: none;
-ms-transform: none;
text-align: center;
margin: 0; 
}

#contentsarea .slide-text img{
display: block;
width: 100%;
margin: 0 auto 20px;
}

#contentsarea .slide-name_solo{
position: absolute;
z-index: 10;
width: 80%;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
text-align: center;
margin: 0; 
}

#contentsarea .slide-name_solo img{
display: block;
width: 100%;
}

#contentsarea .slide_link {
width: auto;
text-align: center;
margin: 0;
font-size: 20px;
line-height: 1em;
}

#contentsarea .slide_link i{
padding: 0 0 0 0.8em;
font-size: 16px;
vertical-align: 2px;
}

#contentsarea .slide_link a {
display: inline-block;
text-align: center;
margin: 0 auto;
padding: 0.5em 1em;
transition: 0.5s ;
color: #000;
background: #edc47a;
border: 2px solid #edc47a;
}

#contentsarea .slide_link a:hover{
background-color: rgba(0,0,0,0);
color: #edc47a;
}

#contentsarea #maincontents{
width: 100%;
margin: 0 auto;
background: #202020;
}

#contentsarea #maincontents2{
width: 100%;
margin: 0 auto;
background: #f0f0f0;
overflow: hidden;
}

#contentsarea #maincontents h4, 
#contentsarea #maincontents2 h4{
width: 100%;
margin: 0 auto 60px;
font-size: 28px;
line-height: 1.5em;
text-align: center;
position: relative;
}

#contentsarea #maincontents h5, 
#contentsarea #maincontents2 h5{
width: 100%;
margin: 0 auto 50px;
font-size: 36px;
line-height: 1em;
text-align: center;
position: relative;
}

#contentsarea #maincontents h4:before, 
#contentsarea #maincontents h5:before, 
#contentsarea #maincontents2 h4:before, 
#contentsarea #maincontents2 h5:before, 
.bottom_contents h6:before{
content: '';
position: absolute;
left: 50%;
bottom: -15px;
display: inline-block;
width: 80px;
height: 1px;
-moz-transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translate(-50%);
background: #edc47a;
}

#contentsarea .top_contents{
width: 75%;
margin: 0 auto;
font-size: 18px;
line-height: 2em;
padding: 100px 0 ;
background-color: #202020;
text-align: justify;
word-break: break-all;
}

#contentsarea .products_contents{
width: 100%;
margin: -25px auto;
font-size: 18px;
line-height: 2em;
padding: 100px 0;
-webkit-clip-path: polygon(0 calc(0% + 2vw), 100% 0, 100% calc(100% - 2vw), 0 100%);
clip-path: polygon(0 calc(0% + 2vw), 100% 0, 100% calc(100% - 2vw), 0 100%);
background-color:#f0f0f0;
color:#666;
}

#contentsarea .bottom_contents{
width: 75%;
margin: 0 auto;
font-size: 18px;
line-height: 2em;
padding: 100px 0;
background-color: #202020;
}

#contentsarea .bottom_contents h6{
width: 100%;
margin: 75px auto 50px;
font-size: 28px;
line-height: 2em;
text-align: center;
position: relative;
}

#contentsarea .bottom_contents img{
display: block;
width: 100%;
margin: 50px 0 0;
}

#contentsarea .bottom_area {
width : 100%;
margin: 0 0 40px ;
display: -webkit-flex;
display: flex;
-webkit-justify-content: center;
justify-content: center ;
align-items: center;
padding:0;
list-style: none ;
}

#contentsarea .bottom_area_left {
width: 55%;
padding: 0 20px 0 0;
}

#contentsarea .bottom_area_left img{
display: block;
width: 100%;
}

#contentsarea .bottom_area_right {
width: 45%;
padding: 0;
text-align: justify;
word-break: break-all;
}

#contentsarea .products_top{
width: 100%;
margin: 0 auto;
font-size: 18px;
line-height: 2em;
padding: 100px 0;
background-color:#f0f0f0;
color:#666;
display: -webkit-flex;
display: flex;
-webkit-justify-content: center;
justify-content: center;
list-style: none;
position: relative;   
}

#contentsarea .products_top_bg, 
#contentsarea .products_bottom_bg {
width: 100%;
display: inline-block;
position: absolute;
white-space: nowrap;
font-size: 170px;
line-height: 1em;
font-weight: bold;
color: #f0f0f0;
text-shadow: 2px 0 0 #fff, 0 2px 0 #fff, -2px 0 0 #fff, 0 -2px 0 #fff;
left: 0;
bottom: 18px;
overflow:hidden;
z-index:10;
transform: scaleY(1.6);
-webkit-transform: scaleY(1.6);
}

#contentsarea .products_top_link{
width: auto;
text-align: center;
margin: 30px 0 0;
font-size: 20px;
line-height: 1em;
}

#contentsarea .products_top_link a{
display: inline-block;
text-align: center;
margin: 0 auto;
padding: 0.5em 1em;
transition: 0.5s ;
color: #000;
background-color: #edc47a;
border: 2px solid #edc47a;
}

#contentsarea .products_top_link i{
padding: 0 0 0 0.8em;
font-size: 16px;
vertical-align: 2px;
}

#contentsarea .products_top_link a:hover{
background-color: rgba(0,0,0,0);
color: #edc47a;
}

#contentsarea .products_top_left_spimage{
display: none;
}

#contentsarea .products_top_left{
width: 55%;
padding: 0;
z-index:20;
display: flex;
align-items: center;
}

#contentsarea .products_top_left p{
text-align: justify;
word-break: break-all;
}

#contentsarea .products_top_right{
width: 20%;
padding: 0 0 0 5%;
z-index:20;
}

#contentsarea .products_top_right img{
display: block;
width:  100%;
margin: 0 auto;
max-width: 230px;
position: sticky;
top: 170px;
}

#contentsarea .products_specs{
width: 100%;
margin: -25px auto;
font-size: 18px;
line-height: 2em;
padding: 100px 0;
-webkit-clip-path: polygon(0 calc(0% + 2vw), 100% 0, 100% calc(100% - 2vw), 0 100%);
clip-path: polygon(0 calc(0% + 2vw), 100% 0, 100% calc(100% - 2vw), 0 100%);
background-color:#fff;
color:#666;
position: relative;  
z-index:20;
display: -webkit-flex;
display: flex;
-webkit-justify-content: center;
justify-content: center;
list-style: none ;
}

#contentsarea .products_specs_bg{
display: inline-block;
position: absolute;
white-space: nowrap;
font-size: 170px;
line-height: 1em;
font-weight: bold;
color: #fff;
text-shadow: 2px 0 0 #f0f0f0, 0 2px 0 #f0f0f0, -2px 0 0 #f0f0f0, 0 -2px 0 #f0f0f0;
right: 0;
bottom: 18px;
overflow:hidden;
z-index:20;
transform: scaleY(1.6);
-webkit-transform: scaleY(1.6);
}

#contentsarea .products_specs_left{
width: 20%;
padding: 0 5% 0 0 ;
z-index:20;
}

#contentsarea .products_specs_right{
display: -webkit-flex;
display: flex;
align-items: center;
width: 55%;
padding: 0;
z-index:20;
}

#contentsarea .products_specs_right p{
text-align: center;
}

#contentsarea .products_specs_left img{
display: block;
width: 100%;
margin: 0 auto;
max-width: 230px;
position: sticky;
top: 170px;
}

#contentsarea .products_bottom{
width: 100%;
margin: 0 auto;
font-size: 18px;
line-height: 2em;
padding: 100px 12.5%;
background-color:#f0f0f0;
color:#666;
display: -webkit-flex;
display: flex;
-webkit-justify-content: space-between;
justify-content: space-between;
align-items: center;
list-style: none ;
position: relative;   
}

#contentsarea .products_bottom_left {
width: 60%;
padding: 0;
z-index: 20;
}

#contentsarea .products_bottom_left p{
text-align: justify;
word-break: break-all;
}

#contentsarea .products_bottom_right {
width: 32%;
z-index:50;
margin: 0;
text-align: justify;
word-break: break-all;
}

#contentsarea .products_bottom_right p {
display: inline-block;
font-size: 13px;
line-height: 1.5em;
margin: 20px auto;
}

#contentsarea .products_bottom_right .swiper-container-horizontal>.swiper-pagination-bullets{
bottom: 0px;
}

#contentsarea .products_bottom_right .swiper-slide{
width: 100%;
}

#contentsarea .aged_sample{
width: 100%;
position: relative;
margin: 0 auto;
background: #f0f0f0;
}

#contentsarea .aged_sample img{
display: block;
width: 100%;
margin: 0 auto;
}

#contentsarea .aged_sample_comment {
display: block;
position: absolute;
width: 100%;
background-color: rgba(0,0,0,.8);
color: #f0f0f0;;
font-size: 13px;
line-height: 1.8em;
margin: 0 ;
padding: 10px 10px 25px;
bottom: 0;
left: 0;
}

#contentsarea .aged_sample_comment span{
font-weight: bold;
}

#contentsarea .guitar_lineup{
width: 75%;
margin: 0 auto;
position: relative;
}

#contentsarea .guitar_lineup .swiper-button-next{
background-image: none;
right: -5%;
}

#contentsarea .guitar_lineup .swiper-button-prev{
background-image: none;
left: -5%;
}

#contentsarea .guitar_lineup .swiper-button-next::after,
#contentsarea .guitar_lineup .swiper-button-prev::after {
font-family: "Font Awesome 5 Free";
font-weight: bold;
font-size: 30px;
line-height: 1em;
color: #666;
}

#contentsarea .guitar_lineup .swiper-button-next::after {
content: "\f138";
}

#contentsarea .guitar_lineup .swiper-button-prev::after {
content: "\f137";
}

#contentsarea .guitar_lineup .swiper-slide{
text-align: center;
}

#contentsarea .guitar_lineup .swiper-slide img{
width: auto;
max-height: 280px;
margin: 0 auto 20px;
padding: 0 0 20px;
border-bottom: 1px solid #edc47a;
}

#contentsarea .guitar_lineup .swiper-slide p{
color: #666;
font-size: 14px;
line-height: 1.2em;
}

#contentsarea .about_contents{
width: 100%;
margin: 0 auto;
font-size: 18px;
line-height: 2em;
padding: 100px 0;
list-style: none ;
position: relative;
}

#contentsarea .about_contents .about_top{
width: 75%;
margin: 0 auto;
}

#contentsarea .about_contents .about_bottom{
width: 75%;
margin: 100px auto 0;
}

#contentsarea .about_contents .about_top p, 
#contentsarea .about_contents .about_bottom p{
text-align: justify;
word-break: break-all;
margin: 1em auto 0;
}

#contentsarea .about_contents img{
margin: 60px auto 0;
}


@media only screen and (max-width: 750px) {

#contentsarea .swiper-wrapper{
height: 300px;
}

#contentsarea .slide-img::after {
background-color: rgba(0,0,0,.6);
}

#contentsarea .slide-text{
width: 90%;
min-width: auto;
top: 35%;
right: auto;
left: 50%;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);}

#contentsarea .slide-text p{
margin: 20px 0;
}

#contentsarea .slide-text span{
font-size: 16px;
line-height: 1.5em;
padding: 10px 20px;
border: 1px solid #fff;
transition: 0.5s ;
}

#contentsarea .slide-text span:hover{
background-color: rgba(0,0,0,0.4);
}

#contentsarea .slide-name_solo{
width: 95%;
}

#contentsarea .slide_link{
font-size: 16px;
}

#contentsarea .slide_link i{
font-size: 12px;
}

#contentsarea .top_contents, 
#contentsarea .bottom_contents{
width: 85%;
font-size: 16px;
line-height: 2em;
padding: 60px 0 ;
}

#contentsarea .products_contents{
padding: 60px 0;
}

#contentsarea .bottom_area {
display: block;
-webkit-justify-content: start;
justify-content: start ;
margin: 0 auto;
}

#contentsarea .bottom_area_left {
width: 100% ;
padding: 0 0 25px;
display: -webkit-flex;
display: flex;
-webkit-align-items: center;
align-items: center;
}

#contentsarea .bottom_area_right {
width: 100% ;
}

#contentsarea .bottom_contents img{
margin: 0 auto;
}

#contentsarea #maincontents h4, 
#contentsarea #maincontents2 h4{
font-size: 24px;
margin: 0 auto 50px;
}

#contentsarea #maincontents h5, 
#contentsarea #maincontents2 h5{
font-size: 30px;
line-height: 36px;
}

#contentsarea .bottom_contents h6{
font-size: 24px;
}

#contentsarea .products_top{
width: 100%;
padding: 60px 7.5%;
display: block;
-webkit-justify-content: start;
justify-content: start ;
font-size: 16px;
}

#contentsarea .products_top_left_spimage{
display: block;
width: 100%;
margin: 0 0 25px;
}

#contentsarea .products_top_left_spimage img{
display: block;
width: 100%;
}

#contentsarea .products_top_link {
margin: 40px 0 18px;
font-size: 16px;
}

#contentsarea .products_top_link i{
font-size: 12px;
}

#contentsarea .products_specs{
width: 100%;
padding: 60px 7.5%;
display: block;
-webkit-justify-content: start;
justify-content: start ;
font-size: 16px;
margin: -6px auto;
}

#contentsarea .products_top_left, 
#contentsarea .products_specs_right, 
#contentsarea .products_bottom_left {
width: 100%;
padding: 0;
display: block;
-webkit-align-items: start;
align-items: start;
}

#contentsarea .products_top_right {
display: none;
}

#contentsarea .products_specs_left {
display: none;
}

#contentsarea .products_top_bg, 
#contentsarea .products_bottom_bg, 
#contentsarea .products_specs_bg {
display: none;
}

#contentsarea .products_bottom{
width: 100%;
padding: 60px 7.5%;
display: block;
-webkit-justify-content: start;
justify-content: start ;
font-size: 16px;
}

#contentsarea .products_bottom_right {
width: 85%;
max-width: 300px;
padding: 0;
margin: 25px auto 0;
}

#contentsarea .products_bottom_right p {
margin: 20px auto 0;
}

#contentsarea .aged_sample img{
width: 100%;
max-height: none;
}

#contentsarea .about_contents{
width: 100%;
font-size: 16px;
line-height: 2em;
padding: 60px 7.5%;
}

#contentsarea .about_contents .about_top, 
#contentsarea .about_contents .about_bottom{
width: 100%;
}

#contentsarea .about_contents img{
margin: 25px auto 0;
}
}