#head_content{
width: 100%;
margin: 0 auto;
}

#head_content .key_visual, 
#head_content .main_visual{
width: 100%;
height: calc(100vh - 60px);
position: relative;
}

#head_content .key_visual:before, 
#head_content .key_visual:after{
content: "";
position: absolute;
width: 1000px;
aspect-ratio: 1 / 1;
background-repeat: no-repeat;
background-size: contain;
}

#head_content .key_visual:before{
top: 0;
right: 0;
background-image: url(../../../features/allstores/naga/guitar_image_1.png);
background-position: right top;
max-width: 30%;
max-height: 60%;
}

#head_content .key_visual:after{
bottom: 0;
left: 0;
background-image: url(../../../features/allstores/naga/guitar_image_2.png);
background-position: left bottom;
max-width: 25%;
max-height: 52%;
}

#head_content .key_visual .mainlogo{
position: absolute;
width: 1000px;
max-width: 60%;
max-height: 70%;
aspect-ratio: 1 / 1;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-image: url(../../../features/allstores/naga/naga_mainlogo.png);
background-repeat: no-repeat;
background-position: center;
background-size: contain;
z-index: 1;
}

#head_content .main_visual .guitar_logo{
position: absolute;
height: 100%;
background-repeat: no-repeat;
background-size: contain;
}

#head_content .hana_visual{
background-image: url(../../../features/allstores/naga/hana_top.jpg);
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}

#head_content .hana_visual .guitar_logo{
background-image: url(../../../features/allstores/naga/hana_logo.png);
width: 80%;
max-width: 800px;
max-height: 35%;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-position: center;
}

#head_content .light_visual{
background-image: url(../../../features/allstores/naga/light_top.jpg);
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}

#head_content .light_visual .guitar_logo{
background-image: url(../../../features/allstores/naga/light_logo.png);
width: 80%;
max-width: 788px;
max-height: 55%;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-position: center;
}

#head_content .wind_visual{
background-image: url(../../../features/allstores/naga/wind_top.jpg);
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}

#head_content .wind_visual .guitar_logo{
background-image: url(../../../features/allstores/naga/wind_logo.png);
width: 84%;
max-width: 436px;
max-height: 45%;
top: 50%;
left: 8%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
background-position: left center;
}

#main_content{
width: 100% ;
margin: 0 auto;
padding: 0 6%;
color: #000;
font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
text-align: center;
box-sizing: border-box;
letter-spacing: 0.2em;
border-bottom: 1px solid #bbb;
}

#main_content h5{
display: inline-block;
color: #771315;
border-bottom: solid 3px #ccc;
font-size: 30px;
line-height: 1em;
margin: 0 auto 50px;
padding: 0 0 20px;
position: relative;
}

#main_content h5:after{
position: absolute;
content: " ";
display: block;
border-bottom: solid 3px #771315;
bottom: -3px;
width: 30%;
}

#about_naga{
width: 100% ;
margin: 120px auto;
color: #000;
font-size: 18px;
line-height: 2em;
}

#about_naga p{
width: 100% ;
text-align: justify;
word-break: break-all;
}

.guitar_comment{
display: -webkit-flex;
display: flex ;
-webkit-justify-content: center ;
justify-content: center ;
list-style: none ;
padding:0;
flex-wrap: wrap;
}

.guitar_comment{
align-items: center;
margin: 120px auto;
}

.photo_gallery{
width: 100%;
margin: 0 auto 153px;
}

.news_contents {
margin: 0 auto 120px;
}

.guitar_lineup{
display: -webkit-flex;
display: flex;
-webkit-justify-content: space-around;
justify-content: space-around;
list-style: none;
padding: 0;
flex-wrap: wrap;
}

.guitar_lineup_box{
width: 46% ;
margin: 0 0 120px;
}

.contents_link{
display: -webkit-flex;
display: flex ;
-webkit-justify-content: space-between ;
justify-content: space-between ;
list-style: none ;
padding:0;
margin: 0 auto 120px;
flex-wrap: wrap;
}

.contents_link_box{
width: 32% ;
}

.guitar_lineup_box img, 
.contents_link_box img{
width: 100%;
margin: 0 ;
display: block;
}

figure.linkef {
color: #fff;
position: relative;
overflow: hidden;
margin: 0;
width: 100%;
background: #000;
text-align: left;
}

figure.linkef  * {
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: all 0.6s ease;
transition: all 0.6s ease;
}

figure.linkef  img {
opacity: 0.8;
width: 100%;
vertical-align: top;
-webkit-transition: opacity 0.35s;
transition: opacity 0.35s;
}

figure.linkef  figcaption {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
}

figure.linkef figcaption > div {
height: 50%;
overflow: hidden;
width: 100%;
position: relative;
}

#main_content figure.linkef h2,
#main_content figure.linkef h3 {
margin: 0;
position: absolute;
left: 0;
padding: 0 30px;
text-transform: uppercase;
}

#main_content figure.linkef h2 {
font-size: 30px;
line-height: 1.2em;
font-weight: 900;
top: 0;
}

#main_content figure.linkef h3 {
font-size: 18px;
line-height: 1em;
bottom: 0;
font-weight: 500;
}

#main_content figure.linkef h3:nth-of-type(2) {
opacity: 0;
-webkit-transform: translateY(150%);
transform: translateY(150%);
}

figure.linkef a {
left: 0;
right: 0;
top: 0;
bottom: 0;
position: absolute;
}

figure.linkef:hover img,
figure.linkef.hover img {
opacity: 0.3;
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
}

#main_content figure.linkef:hover figcaption h3:first-of-type,
#main_content figure.linkef.hover figcaption h3:first-of-type {
-webkit-transform: translateY(150%);
transform: translateY(150%);
opacity: 0;
}

#main_content figure.linkef:hover figcaption h3:nth-of-type(2),
#main_content figure.linkef.hover figcaption h3:nth-of-type(2) {
opacity: 1;
-webkit-transform: translateY(0%);
transform: translateY(0%);
}

.artist_naga{
width: 100%;
margin: 0 auto 153px;
}

.guitar_comment_head_left{
width: calc(100% - 300px);
padding: 0 5% 0 0;
font-size: 18px;
line-height: 2em;
}

.guitar_comment_head_left p{
text-align: justify;
word-break: break-all;
}

.guitar_comment_head_right{
width: 300px;
}

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

.guitar_lineup img{
width: 100%;
display: block;
margin: 0 auto;
padding: 40px 0 0px;
background-color: #eee;
}

.guitar_lineup p{
width: 100%;
font-size: 20px;
line-height: 1em;
margin: 0 auto;
padding: 30px 0 20px;
background-color: #eee;
font-weight: bold;
}

h6{
width: 100%;
margin: 0 auto;
color: #fff;
font-size: 20px;
line-height: 1em;
font-weight: normal;
padding: 15px 0;
background-color: #771315;
}

.itemlinkbtn{
display: inline-block;
margin: 0 auto;
padding: 15px 30px;
text-decoration: none;
color: #fff;
background: #771315;
border: 1px solid #771315;
font-weight: bold;
font-size: 18px;
line-height: 1em;
transition: .5s;
}

.itemlinkbtn:hover{
color: #771315;
background: #fff;
}

.itemlinkbtn_2{
display: inline-block;
margin: 0 auto;
padding: 8px 20px;
text-decoration: none;
color: #555;
font-weight: bold;
font-size: 18px;
line-height: 1em;
border: double #555;
background: #fff;
transition:  .5s;
}

.itemlinkbtn_2:hover{
background: #ddd;
}

.itemlink_notes{
margin: 0 auto;
padding: 8px 0 10px;
text-decoration: none;
font-weight: bold;
font-size: 1.7rem;
}

.scroll-box {
width: 100%;
overflow-x: visible;
margin: 0 auto 120px;
}

.contents_spec, .contents_spec_2 {
border-collapse: collapse;
width: 100%;
}

.contents_spec a, .contents_spec_2 a {
color: #fff;
transition: .5s;
}

.contents_spec a:hover, 
.contents_spec_2 a:hover {
opacity: .5;
}

.contents_spec a:hover, .contents_spec_2 a:hover {
color: #fff;
}

.contents_spec th, .contents_spec td{
width: calc(100% / 3) ;
width: -webkit-calc(100% / 3) ;
padding: 10px 10px;
text-align: center;
border: 1px solid #fff;
}

.contents_spec_2 th, .contents_spec_2 td {
width: calc(100% / 7) ;
width: -webkit-calc(100% / 7) ;
padding: 10px 10px;
text-align: center;
vertical-align: middle;
border: 1px solid #fff;
word-break: initial;
}

.contents_spec th, .contents_spec_2 th{
background-color: #aaa;
color: #fff;
}

.contents_spec th img, .contents_spec_2 th img{
width: 40%;
margin: 0 auto 10px;
display: block;
}

.contents_spec td, .contents_spec_2 td{
background-color: #eee;
}

.news_contents{
width: 100%;
}

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

.news_contents p{
width: 100% ;
text-align: left;
margin: 20px auto 0;
font-size: 1.6rem;
line-height: 2.8rem;
}

.news_contents p span{
display: block;
margin: 10px auto 0;
font-size: 1.3rem;
line-height: 2.5rem;
}

#main_content .swiper-container {
width: 100%;
overflow: hidden;
}

#main_content .swiper-slide_home{
aspect-ratio: 100 / 67;
background-size: contain;
background-repeat: no-repeat;
overflow: hidden; 
}

#main_content .swiper-slide_producuts{
aspect-ratio: 120 / 67;
background-size: contain;
background-repeat: no-repeat;
overflow: hidden; 
}

#main_content .slide1 {
background-image: url(../../../features/allstores/naga/artist_1.jpg);
}

#main_content .slide2 {
background-image: url(../../../features/allstores/naga/artist_2.jpg);
}

#main_content .slide3 {
background-image: url(../../../features/allstores/naga/artist_3.jpg);
}

#main_content .slide4 {
background-image: url(../../../features/allstores/naga/artist_4.jpg);
}

#main_content .slide5 {
background-image: url(../../../features/allstores/naga/artist_5.jpg);
}

#main_content .slide6 {
background-image: url(../../../features/allstores/naga/artist_6.jpg);
}

#main_content .slide7 {
background-image: url(../../../features/allstores/naga/artist_7.jpg);
}

#main_content .slide8 {
background-image: url(../../../features/allstores/naga/artist_8.jpg);
}

#main_content .slide9 {
background-image: url(../../../features/allstores/naga/artist_9.jpg);
}

#main_content .slide_naha1 {
background-image: url(../../../features/allstores/naga/hana_photo_1.jpg);
}

#main_content .slide_naha2 {
background-image: url(../../../features/allstores/naga/hana_photo_2.jpg);
}

#main_content .slide_naha3 {
background-image: url(../../../features/allstores/naga/hana_photo_3.jpg);
}

#main_content .slide_naha4 {
background-image: url(../../../features/allstores/naga/hana_photo_4.jpg);
}

#main_content .slide_naha5 {
background-image: url(../../../features/allstores/naga/hana_photo_5.jpg);
}

#main_content .slide_naha6 {
background-image: url(../../../features/allstores/naga/hana_photo_6.jpg);
}

#main_content .slide_naha7 {
background-image: url(../../../features/allstores/naga/hana_photo_7.jpg);
}

#main_content .slide_naha8 {
background-image: url(../../../features/allstores/naga/hana_photo_8.jpg);
}

#main_content .slide_naha9 {
background-image: url(../../../features/allstores/naga/hana_photo_9.jpg);
}

#main_content .slide_naha10 {
background-image: url(../../../features/allstores/naga/hana_photo_10.jpg);
}

#main_content .swiper-pagination{
left: 50%;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
}

#main_content .swiper-pagination-bullet{
background: #000;
opacity: 0.2;
margin: 25px 4px 0;
}

#main_content .swiper-pagination-bullet-active {
background: #771315;
opacity: 1;
}


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

#head_content .key_visual, 
#head_content .main_visual{
height: calc(100vh - 50px);
}
}


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

#main_content{
margin: 100px auto 0;
}

#about_naga{
margin: 0 auto 100px;
}

.artist_naga {
margin: 0 auto 133px;
}

.guitar_comment, .photo_gallery{
margin: 0 auto 133px;
}

.news_contents{
margin: 0 auto 90px;
}

.guitar_comment{
display: block;
-webkit-justify-content: start;
justify-content: start ;
}

.contents_link{
margin: 0 auto 100px;
}

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

.guitar_comment_head_right{
width: 100%;
}

.guitar_comment_head_right img{
width: 70%;
margin: 30px auto 0 ;
}

.guitar_lineup_box {
margin: 0 auto 100px;
}

.guitar_lineup p{
font-size: 18px;
padding: 30px 0 20px;
}

h6{
font-size: 18px;
}

.itemlinkbtn{
font-size: 15px;
}

.itemlinkbtn_2{
font-size: 1.5rem;
margin: 0 10px;
padding: 8px 5px;
}

.itemlink_notes{
font-size: 1.4rem;
}

#main_content figure.linkef h2{
font-size: 22px;
line-height: 1.2em;
font-weight: 800;
padding: 0 15px;
}

#main_content figure.linkef h3{
font-size: 13px;
line-height: 1em;
font-weight: 400;
padding: 0 15px;
}

.scroll-box {
overflow-x: scroll;
margin: 0 auto 100px;
}
}


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

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

#main_content figure.linkef h2{
font-size: 26px;
padding: 0 30px;
}

#main_content figure.linkef h3{
font-size: 16px;
padding: 0 30px;
}

.guitar_lineup_box {
width: 100%;
}
}