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

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

#contentsarea .swiper-slide-active .slide-img,
#contentsarea .swiper-slide-duplicate-active .slide-img,
#contentsarea .swiper-slide-prev .slide-img { 
-webkit-animation: zoomUp 10s linear 0s;
animation: zoomUp 10s linear 0s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}

#contentsarea .slide-img {
background-size: cover; 
background-position: center center;
height: 400px;
position: relative;
}

#contentsarea .slide-img::after {
content: '';
background-color: rgba(0,0,0,.3);
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
}

#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;
font-size: 30px;
line-height: 1em;
color: #fff;
width: auto;
max-width: 35%;
top: 50%;
right: 8%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
text-align: center;
margin: 0; 
}

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

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

#contentsarea .slide_link i{
padding: 0 0 0 15px ;
font-size: 16px;
line-height: 1em;
vertical-align: 1px;
}

#contentsarea .slide_link a{
display: inline-block;
text-align: center;
margin: 0 auto;
padding: 10px 30px;
transition: 0.5s ;
border-radius: 40px;
color: #000;
background-color: rgba(255,255,255,0.8);
}

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

#contentsarea .slide-bottom{
opacity: 0;
transform: translate(0, 30px);
transition: all 1.5s ease-out;
}

#contentsarea .slide-left{
opacity: 0;
transform: translate(-30px, 0);
transition: all 1.5s ease-out;
}

#maincontents{
width: 100%;
margin: 0 auto;
color: #555;
border-bottom: 1px solid #bbb;
}

.title_area{
width: 95%;
margin: 50px auto 0;
padding: 20px;
background: #5c4e36;
}

.title{
width: 100%;
border: 1px solid #fff;
margin: 0 auto;
padding: 20px;
color: #fff;
}

.title h4{
font-size: 30px;
line-height: 1em;
margin: 0 0 0.5em;
}

.title p{
font-size: 18px;
line-height: 1.8em;
text-align: justify;
word-break: break-all;
}

.products_head{
width: 100% ;
margin: 75px auto 50px;
background: #ede9e6;
}

.products_head h5{
width: 100%;
margin: 0 auto;
padding: 14px 0 10px 30px;
font-size: 30px;
line-height: 1em;
text-align: left;
}

.products_head h5 img{
display: inline-block;
width: auto;
height: 28px;
max-height: 28px;
margin: 0 10px 0 0;
vertical-align: -2px;
}

.products_head h5 span{
width: auto;
margin: 0 0 0 10px;
font-size: 20px;
}

.products_guitar{
width: 95%;
display: grid;
grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
grid-auto-rows: 1fr;
grid-gap: 20px;
padding: 0;
margin: 0 auto;
}

.products_guitar > div{
overflow: auto;
min-width: 0;
padding: 0 0 20px;
text-align: center;
background: #ede9e6;
}

.products_guitar > div img{
width:  100%;
}

.products_guitar > div p{
width: 100% ;
padding: 20px 10px 0 ; 
font-size: 12px;
line-height: 1.8em;
}

.products_guitar > div span{
width:100%;
display: block;
font-size: 20px;
line-height: 1em;
margin: 0 0 10px;
}

.products_link,
.spec_window,
.Close_btn{
display: block;
width: auto;
margin: 0;
font-size: 18px;
line-height: 1em;
}

.products_link{
margin: 15px auto 0;
}

.spec_window{
margin: 15px auto 0;
}

.Close_btn{
margin: 30px auto 0;
}

.products_link i,
.spec_window i{
padding: 0 0 0 0.7em;
font-size: 14px;
line-height: 1em;
vertical-align: 2px;
}

.products_link a{
width: 70%;
display: inline-block !important;
text-align: center;
transition: 0.5s ;
border: 1px solid #777;
border-radius: 2px;
color: #ede9e6;
background: #777;
padding: 10px 0;
}

.Close_btn a{
width: auto;
display: inline-block !important;
text-align: center;
transition: 0.5s ;
border: 1px solid #777;
border-radius: 2px;
color: #ede9e6;;
background: #777;
padding: 10px 20px;
}

.products_link a:hover,
.Close_btn a:hover{
color: #777;
background: none;
}

.spec_window a{
width: 70%;
display: inline-block !important;
text-align: center;
transition: 0.5s ;
border: 1px solid #777;
border-radius: 2px;
color: #777;
background: none;
padding: 10px 0;
}

.spec_window a:hover{
color: #ede9e6;;
background: #777;
}

.contents_space{
width: 100%;
margin: 75px auto;
}

.contents_space img{
width: 100%;
}

.about_area{
width: 95%;
margin: 0 auto 40px;
padding: 40px;
background: #ede9e6;
}

.about_area h6{
margin: 0 auto 1em;
font-size: 30px;
line-height: 1em;
}

.about_comments{
width: 100%;
margin: 0 auto;
font-size: 18px;
line-height: 1.8em;
text-align: justify;
word-break: break-all;
}

.about_comments p{
margin: 1em auto 0;
}


*{
margin: 0;
padding: 0;
}

#modalarea{
font-family: 'Hiragino Mincho ProN', 'Yu Mincho', 'YuMincho', MS P明朝;
color: #555;
}

.modal{
z-index: 9999;
display: none;
position: fixed;
top: 0;
height:100%;
width: 100%;
}

.modal-bg{
position: absolute;
height:100%;
width: 100%;
background: rgba(0, 0, 0, 0.8);
}

.modal-content{
text-align:center;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
overflow-y: scroll;
height: 80%;
width: 70%;
background: #ede9e6;;
padding: 40px;
-ms-overflow-style: none !important;
scrollbar-width: none !important;
}

.modal-content::-webkit-scrollbar {
display: none !important;
}

.modal-content h7{
display:inline-block;
width : 70%;
font-size: 38px;
line-height: 1em;
padding: 0 0 10px;
margin: 0 auto 40px;
border-bottom: 3px solid #ccc;
}

.modal-content h8{
width : 100%;
display: inline-block;
color: #d7a84b;
font-size: 20px;
line-height: 1em;
margin: 0 0 20px;
}

.modal-content h9{
width : 100%;
display:inline-block;
color: #d7a84b;
font-size: 20px;
line-height: 1em;
margin: 30px 0 20px;
}

.modal-content p{
color: #555;
font-size: 16px;
line-height: 1.8em;
}

body.fixed{
position: fixed !important;
width: 100%;
height: 100%;
left: 0;
}

.news_contents{
display: block;
width : calc(100% - 60px) ;
width : -webkit-calc(100% - 60px) ;
margin: 0 30px 30px;
}

.news_contents img{
width: 100%;
display: block;
margin: 0 ;
}

.news_contents p{
width: 100% ;
text-align: left;
margin: 5px auto 0;
font-size: 14px;
line-height: 1.8em;
}


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

#contentsarea .slide-text{
font-size: 28px;
width: 85%;
max-width: none;
top: 50%;
left: 50%;
right: auto;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
}

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

#contentsarea .slide_link i{
padding: 0 0 0 15px;
font-size: 16px;
vertical-align: 3px;
}

.title_area{
width: 90%;
margin: 40px auto 0;
}

.title h4{
font-size: 24px;
}

.title p{
font-size: 16px;
}

.products_head {
margin: 60px auto 40px;
}

.products_head h5{
margin: 0 auto;
padding: 0.5em 15px;
font-size: 24px;
text-align: center;
}

.products_head h5 img{
display: none;
}

.products_head h5 span{
width: 100%;
font-size: 18px;
}

.products_guitar{
width: 90%;
grid-gap: 15px;
}

.products_link,
.spec_window,
.Close_btn {
display: block;
width: auto;
margin: 0;
font-size: 18px;
}

.products_link{
margin: 15px auto 0;
}

.spec_window{
margin: 15px auto 0;
}

.products_link i,
.spec_window i{
vertical-align: 1px;
}

.contents_space{
margin: 60px auto;
}

.about_area{
width: 90%;
padding: 40px;
}

.about_area h6{
font-size: 26px;
line-height: 1.2em;
}

.about_comments{
font-size: 15px;
}

.Close_btn{
margin: 30px auto 0;
}

.modal-content{
width: 80%;
height: 90%;
padding: 20px;
}

.modal-content h7{
width: 90%;
font-size: 24px;
line-height: 1em;
margin: 0 auto 30px;
}

.modal-content h8{
font-size: 20px;
line-height: 1em;
margin: 0 0 15px;
}

.modal-content h9{
font-size: 20px;
line-height: 1em;
margin: 30px 0 15px;
}

.modal-content p{
font-size: 16px;
line-height: 1.8em;
}

}