@charset "UTF-8";


/* 全体 */

#report_content{
width: 100%;
font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
margin: 0 auto;
word-break: break-all;
font-size: 16px;
line-height: 1.8;
letter-spacing: 0.15em;
padding: 0 0 5em;
border-bottom: 1px solid #aaa;
}

#report_content img{
display: block;
width: 100%;
margin: 0 auto;
}

#report_content .main_visual{
width: 100%;
}

#report_content .content_area{
width: 100%;
margin: 0 auto;
padding: 5em 0 0;
}

#report_content .content_area section{
width: 90%;
max-width: 1350px;
margin: 0 auto;
}

#report_content .content_area p{
width: 100%;
margin: 1em auto 0;
}

#report_content .content_area p:first-child{
margin: 0 auto;
}

#report_content .content_area p span{
font-size: 85%; 
}

#report_content .content_area p.notes{
margin: 0 auto;
font-size: 14px; 
}

#report_content .content_area .swiper-slide{
display: block;
border-radius: 5px;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}


/* 見出し */

#report_content .content_area .report_header h3{
width: calc(95% + 1em);
margin: 0 0 0 calc(5% - 1em);
position: relative;
padding: 0.5em 1em;
background: #32547e;
color: #fff;
font-size: 26px;
line-height: 1.5em;
}

#report_content .content_area .report_header h3:before{
position: absolute;
content: '';
top: 100%;
left: 0;
border: none;
border-bottom: solid 15px transparent;
border-right: solid 20px #19283a;
}

#report_content .content_area .report_header .header_date{
width: 90%;
max-width: 1350px;
margin: 0 auto;
font-size: 14px; 
line-height: 1.5em;
text-align: right;
padding: 2em 0 0;
}

#report_content .content_area .report_header .header_text{
width: 90%;
max-width: 1350px;
margin: 5em auto 0;
}

#report_content .content_area .report_header .header_text p{
width: 100%;
font-size: 18px; 
}

#report_content .content_area .report_header .header_text p:first-of-type{
margin: 0 auto;
}


/* 概要 */

#report_content .content_area .overview{
margin: 0 auto;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

#report_content .content_area .overview .overview_text{
width: 47.5%;
display: flex;
align-items: center;
}

#report_content .content_area .overview .overview_photo{
width: 47.5%;
}

#report_content .content_area .overview li{
margin: 4em 0 0;
}

#report_content .content_area .overview li:nth-child(-n+2){
padding-top: 0; 
margin: 0;
border: none;
}

#report_content .content_area .overview .swiper-slide{
aspect-ratio: 3 / 2;
}


/* メイン */

#report_content .content_area h4{
width: calc(95% + 1em);
margin: 5em 0 3em calc(5% - 1em);
color: #fff;
padding: 0.5em;
display: inline-block;
font-size: 20px;
line-height: 1.3;
background: #32547e;
vertical-align: middle;
border-radius: 999px 0px 0px 999px;
}

#report_content .content_area dl{
display: flex;
}

#report_content .content_area h4 dt{
position: relative;
width: 1.5em;
color: #fff;
}

#report_content .content_area h4 dt:before{
position: absolute;
width: 1.5em;
content: '●';
top: 50%;
transform: translateY(-50%);
}

#report_content .content_area h4 dd{
width: calc(100% - 1.5em);
}

#report_content .content_area .section_comments p{
font-size: 18px;
}

#report_content .content_area .feature_contents{
margin: 0 auto;
padding: 4em 1em 0;
}

#report_content .content_area .feature_contents h5{
width: 100%;
font-size: 20px; 
line-height: 1.5;
padding: 0 0 0.5em;
margin: 0 auto 2em;
border-bottom: 1px solid #aaa;
}

#report_content .content_area .feature_contents .imagearea .swiper{
float: right;
width: 40%;
padding: 0 0 0 2em;
}

#report_content .content_area .feature_contents .imagearea .swiper-slide{
aspect-ratio: 1 / 1;
}

#report_content .content_area .feature_contents .imagearea .swiper-button-prev,
#report_content .content_area .feature_contents .imagearea .swiper-button-next{
width: 1.6em;
height: 1.6em;
top: calc(50% - 0.8em);
}

#report_content .content_area .feature_contents .imagearea .swiper-button-prev{
left: 2.5em;
}

#report_content .content_area .feature_contents .imagearea .swiper-button-next{
right: 0.5em;
}

#report_content .content_area .feature_contents .imagearea:after{
content: "";
clear: both;
display: block;
}

#report_content .content_area .feature_contents > dl{
display: flex;
flex-wrap: wrap;
margin: 2em auto 0;
color: #fff;
background: #aaa;
padding: 1em;
}

#report_content .content_area .feature_contents > dl dt{
display: block;
width: 5em;
height: 100%;
text-align: center;
}

#report_content .content_area .feature_contents > dl dt:before{
content: '【LIST】';
}

#report_content .content_area .feature_contents > dl dd{
width: calc(100% - 6em);
margin: 0 0 0 1em;
padding: 0 0 0 1em;
border-left: 1px solid;
}

#report_content .content_area .feature_contents > dl dd p{
margin: 0.5em auto 0;
}

#report_content .content_area .feature_contents > dl dd p:first-child{
margin: 0 auto;
}

#report_content .content_area .feature_contents .example{
margin: 2em auto 0;
color: #fff;
background: #aaa;
padding: 1em;
display: flex;
flex-wrap: wrap;
}

#report_content .content_area .feature_contents .example .example_title{
width: auto;
display: flex;
align-items: center;
padding: 0 1em 0 0;
margin: 0 1.5em 0 0;
border-right: 1px solid;
}

#report_content .content_area .feature_contents .example .example_text{
width: auto;
}

#report_content .content_area .feature_contents .example .example_text p{
margin: 0;
text-indent: -3.5em;
padding: 0 0 0 3.5em;
}

#report_content .content_area .report_bottom p{
width: 100%;
font-size: 18px;
}

#report_content .content_area .report_bottom p:first-of-type{
margin: 0 auto;
}

#report_content .content_area .order_items{
margin: 0 auto;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

#report_content .content_area .order_items .imagearea{
width: 45%;
padding: 0 2em 0 0;
}

#report_content .content_area .order_items .textarea{
width: 55%;
}

#report_content .content_area .order_items .textarea p{
text-indent: -1.3em;
padding: 0 0 0 1.3em;
}

#report_content .content_area .order_items .textarea p:first-child{
margin: 0 auto;
}

#report_content .content_area .order_items .textarea p.right_notes{
text-align: right;
color: #32547e;
}

#report_content .content_area .gallery{
margin: 3em auto 0;
background: #f8f8f8;
}

#report_content .content_area .photo_gallery{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
width: 90%;
max-width: 1350px;
margin: 0 auto;
padding: 2em 0;
gap: 1em;
}

#report_content .content_area .photo_gallery li{
width: calc(25% - 0.75em);
}

#report_content .content_area .photo_gallery li a{
display: block;
width: 100%;
aspect-ratio: 3 / 2;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}

#report_content .content_area .link_box{
margin: 5em auto 0;
}

#report_content .content_area .link_box .brand_logo{
display: block;
width: 40%;
max-width: 200px;
margin: 0 auto;
aspect-ratio: 1 / 1;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
background-image: url(/features/drumcenter/report/250819/logo.png);
}

#report_content .content_area .link_box p{
margin: 2em auto 0;
text-align: center;
}

#report_content .content_area .link_box .link_btn{
margin: 1em auto 0;
text-align: center;
}

#report_content .content_area .link_box .link_btn a{
display: inline-block;
position: relative;
padding: 0.5em 3em 0.5em 2em;
border: 1px solid;
transition: 0.2s ease-in-out;
}

#report_content .content_area .link_box .link_btn a:after{
content: '';
width: 0.45em;
height: 0.45em;
min-width: 6.5px;
min-height: 6.5px;
border-top: solid 1px;
border-right: solid 1px;
transform: rotate(45deg);
position: absolute;
right: 1.8em;
top: calc(50% - 0.2em);
transition: 0.2s ease-in-out;
}

#report_content .content_area .link_box .link_btn a:hover{
color: #fff;
background: #1d1d1d;
}

#report_content .lb-outerContainer{
border-radius: initial;
}

#report_content .lightbox .lb-image{
border-radius: initial;
border: 2px solid #fff;
}

#report_content .lb-data .lb-caption{
display: inline-block;
margin: 0.5em 0 0;
color: #fff;
}

#report_content .lb-data .lb-number{
display: none !important;
}


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


#report_content .content_area .report_header h3{
width: calc(92% + 1em);
margin: 0 0 0 calc(8% - 1em);
}

#report_content .content_area h4{
width: calc(92% + 1em);
margin: 5em 0 3em calc(8% - 1em);
}

#report_content .content_area .feature_contents .imagearea .swiper{
padding: 0 0 0 1em;
}

#report_content .content_area .feature_contents .imagearea .swiper-button-prev, #report_content .content_area .feature_contents .imagearea .swiper-button-next{
width: 1.2em;
height: 1.2em;
top: calc(50% + 0.6em);
}

#report_content .content_area .feature_contents .imagearea .swiper-button-prev{
left: 1.5em;
}


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

#report_content{
padding: 0 0 3em;
}

#report_content .content_area{
padding: 3em 0 0;
}

#report_content .content_area h4{
margin: 3em 0 2em calc(8% - 1em);
}

#report_content .content_area .report_header .header_text{
margin: 3em auto 0;
}

#report_content .content_area .overview li{
margin: 3em auto 0;
}

#report_content .content_area .overview .overview_photo{
width: 100%;
}

#report_content .content_area .overview .overview_text{
width: 100%;
margin: 1em 0 0 !important;
}

#report_content .content_area .feature_contents{
padding: 3em 1em 0;
}

#report_content .content_area .feature_contents h5{
margin: 0 auto 1em;
}

#report_content .content_area .feature_contents > dl dt{
width: 100%;
text-align: left;
}

#report_content .content_area .feature_contents .imagearea .swiper{
width: 55%;
}

#report_content .content_area .feature_contents > dl dd{
width: 100%;
margin: 0;
padding: 1em 0 0;
border-top: 1px solid;
border-left: none;
}

#report_content .content_area .photo_gallery li{
width: calc(50% - 0.5em);
}

#report_content .content_area .link_box{
margin: 3em auto 0;
}

}
}


#store_footer .storelogo_white,
#store_footer .storelogo_akdrums{
display: none;
}
