#contentsarea{
width: 100%;
margin: 0 auto;
color: #555;
font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
}

#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: 36px;
line-height: 1em;
color: #fff;
width: 30%;
top: 40%;
right: 5%;
left: auto;
transform: none;
-webkit-transform: none;
-ms-transform: none;
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: 2px solid #bf9462;
border-radius: 4px;
color: #fff;
background-color: #bf9462;
}

#contentsarea .slide_link a:hover{
border: 2px solid #392413;
background-color:#392413;
}

#maincontent{
width: 100%;
margin: 80px auto 0;
padding: 0 60px 80px;
box-sizing: border-box;
letter-spacing: 0.05em;
border-bottom: 1px solid #bbb;
}

.notes{
width: 100%;
padding: 30px;
margin: 0 auto;
background-color: #efeee4;
}

.notes h4, 
.model_header_right h4{
display: block;
width: 100%;
margin: 0 auto;
color: #392413;
font-size: 26px;
line-height: 1em;
padding: 0 15px 15px;
border-bottom: 1px solid #bf9462;
}

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

.aboutarea {
width: 100%;
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
padding: 0;
margin: 80px auto 0;
-webkit-align-items: center;
align-items: center;
}

.aboutarea > div {
width: 48%;
}

.aboutarea > div img{
width: 100%;
max-width: inherit !important;
}

.aboutarea > div p{
width: 100%;
margin: 20px auto 0;
padding: 0 15px;
font-size: 16px;
line-height: 1.8em;
text-align: justify;
word-break: break-all;
}

.aboutarea > div.pc_first {
order: 1;
}

.aboutarea > div.sp_first {
order: 2;
}

.aboutarea h5{
width: 100%;
margin: 0 auto;
color: #392413;
font-size: 24px;
line-height: 1em;
padding: 0 15px 15px;
border-bottom: 1px solid #bf9462;
}

.products_head{
width: 100%; 
margin: 80px auto 40px;
}

.products_head h6{
width: 100%;
margin: 0 auto;
padding: 14px 0 10px 30px;
font-size: 30px;
line-height: 1em;
text-align: left;
color: #392413;
font-weight: bold;
background: #efeee4;
}

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

.model_header {
width: 100%;
margin: 0 auto 40px ;
display: -webkit-flex;
display: flex;
-webkit-justify-content: center;
justify-content: center ;
padding:0;
list-style: none ;
}

.model_header_left {
width: 40%;
padding: 0 20px 0 0;
}

.model_header_left img{
display: block;
width :  100%;
max-width: inherit !important;
}

.model_header_right {
width : 60%;
padding: 0;
display: -webkit-flex;
display: flex;
-webkit-align-items: center;
align-items: center;
}

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

.lineup_head{
width: 100%; 
margin: 60px auto 40px;
}

.lineup_head h7{
width: 100%;
display: block;
margin: 0;
font-size: 30px;
line-height: 1em;
font-weight:bold;
border-bottom:3px solid #efeee4;
border-left:10px solid #efeee4;
padding:3px 10px 1px 10px;
color: #392413;
}

.products_guitar {
width: 100%;
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 {
background: #ddd;
overflow: auto;
min-width: 0;
padding: 0 0 8%;
text-align: center;
background: #fff;
box-shadow: 0 0 6px 0 rgba(0, 0, 0, .2);
}

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

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

.products_guitar_container{
position: relative;
width: 100%;
overflow: hidden;
}

.products_guitar_container img{
width: 100%;
max-width: inherit !important;
}

img:nth-child(2) {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
transition: 0.5s;
}

.products_guitar_container:hover img:nth-child(2){
opacity: 0;
transition: 0.5s;
}

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

.products_link,
.spec_window,
.no_stock {
margin: 15px auto 0;
}

.Close_btn {
margin: 30px auto 0;
}

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

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

.no_stock {
width: 70%;
display: inline-block !important;
border: 1px solid #aaa;
border-radius: 2px;
color: #aaa;
background: #fff;
padding: 10px 0;
}

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

.products_link a:hover,
.Close_btn a:hover {
background: #392413;
border: 1px solid #392413;
opacity: 1;
}

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

.spec_window a:hover{
color: #fff;
background: #bf9462;
}

#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;
}

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

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

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

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

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

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

#modalarea .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 #efeee4;
}

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

#modalarea .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: 100%;
margin: -40px 0 80px;
}

.news_contents img{
width: 100%;
max-width: inherit !important;
display: block;
margin: 0 ;
}

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


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

#contentsarea .slide-text{
font-size: 34px;
line-height: 1em;
width: 100%;
top: 50%;
left: 50%;
right: auto;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
}

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

#contentsarea .slide_link {
font-size: 22px;
line-height: 1em;
}

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

#maincontent{
width: 100%;
margin: 60px auto 0;
padding: 0 5% 60px;
}

.notes {
width: 100%;
padding: 20px;
margin: 0 auto;
}

.notes h4, 
.model_header_right h4{
font-size: 24px;
line-height: 1.4em;
padding: 0 15px 10px;
}

.notes p{
margin: 20px auto 0;
font-size: 16px;
line-height: 1.8em;
}

.aboutarea{
width: 100%;
margin: 60px auto 0;
}

.aboutarea h5{
margin: 30px auto 0;
padding: 0 15px 10px;
}

.products_head{
width: 100%;
margin: 60px auto 30px;
}

.products_head h6{
width: 100%;
margin: 0 auto;
padding: 14px 15px 10px;
font-size: 24px;
line-height: 1em;
}

.products_head h6 img{
height: 23px;
}

.model_header {
width : 100%;
margin: 0 0 40px ;
display: -webkit-block;
display: block;
-webkit-justify-content: start;
justify-content: start ;
}

.model_header_left {
width: 100%;
padding: 0 0;
}

.model_header_right {
width : 100%;
padding: 0;
display: -webkit-block;
display: block;
-webkit-justify-content: start;
justify-content: start ;
}

.model_header_right p {
margin: 30px auto 0;
padding: 0 15px;
}

.lineup_head{
width : 100%; 
margin: 50px auto 30px;
padding: 10px 0;
}

.lineup_head h7{
font-size: 24px;
line-height: 1em;
}

.products_guitar {
width : 95% ;
margin: 0 auto 30px ;
grid-gap: 15px;
}

#modalarea .modal-content{
width: 70%;
height: 70%;
padding: 20px 10px;
}

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

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

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

.news_contents{
margin: -10px 0 55px;
}
}


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

.aboutarea > div {
width: 100%;
}

.aboutarea > div.pc_first {
order: 2;
}

.aboutarea > div.sp_first {
order: 1;
}
}