/* 上部コンテンツ */

.mainimage img{
display: block;
width: 100%;
}

#maincontents{
width: 100%;
font-family: "Hiragino Kaku Gothic ProN","繝｡繧､繝ｪ繧ｪ", sans-serif;
margin: 0 auto;
padding: 0 5%;
color: #555;
letter-spacing: 0.15em;
}

#maincontents iframe{
border: none;
}

#maincontents h4{
display: block;
position: relative;
width: 100%;
margin: 100px auto 0;
font-size: 36px;
line-height: 46px;
text-align: center;
}

#maincontents h5{
display: block;
position: relative;
width: 100%;
margin: 50px auto 0;
padding: 50px 0 0;
font-size: 30px;
text-align: center;
line-height: 46px;
color: #555;
border-top: 1px solid #f3f3f3;
}

#maincontents .tab-content h5.othermodel_title{
margin: 60px 0 0 !important;
}

#maincontents h4:before, 
#maincontents h5:before{
content: '';
position: absolute;
left: 50%;
bottom: -20px;
display: inline-block;
width: 70px;
height: 2px;
-moz-transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translate(-50%);
background-color: #d52b1e; ;
color: #555;
}

#maincontents .comments p{
width: 100%;
margin: 70px auto 0;
text-align: justify;
word-break: break-all;
font-size: 18px;
line-height: 1.8em;
color: #555;
}

#maincontents .comments p.beginning_center{
text-align: center;
}

#maincontents .comments_link{
text-align: center;
}

#maincontents .comments_link_devided{
width: 100%;
margin: 0 auto;
display: -webkit-flex;
display: flex ;
-webkit-justify-content: center ;
justify-content: center ;
-webkit-align-items: center;
align-items: center;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
padding: 0;
}

#maincontents .comments_link_devided li{
width: auto;
margin: 0;
padding: 0 10px;
}

#maincontents .comments_link a, 
#maincontents .comments_link_devided a{
display: inline-block !important;
color: #fff;
background-color: #d52b1e;
padding: 1em 2.5em;
margin: 50px 0 0;
border-radius: 4px;
border: 1px solid #d52b1e;
font-weight: bold;
font-size: 16px;
line-height: 1em;
transition: 0.25s;
min-width: 13em;
text-align: center;
}

#maincontents .comments_link a:hover, 
#maincontents .comments_link_devided a:hover{
color: #d52b1e;
background-color: #fff;
font-weight: normal;
}

#maincontents .comments span{
display: block;
width: 100%;
text-align: center;
font-size: 20px;
line-height: 1.8em;
font-weight: bold;
margin: 0 0 25px;
word-break: initial;
}

#maincontents .campaign_notice{
width: 100%;
text-align: center;
font-weight: bold;
color: #d52b1e;
font-size: 18px;
line-height: 1.8em;
margin: 50px 0 0;
}

#maincontents .campaign_notice .campaign_none{
display: inline-block;
background: #f9f9f9;
padding: 1em 2em;
}


/* タブボタン */

#maincontents .tab-wrap {
background: #fff;
display: flex;
flex-wrap: wrap;
contain: paint;
}

#maincontents .tab-label {
color: #555;
cursor: pointer;
flex: 1;
order: -1;
padding: 1.5em 1em;
position: relative;
transition: cubic-bezier(0.4, 0, 0.2, 1) .2s;
user-select: none;
-webkit-tap-highlight-color: transparent;
background: #f9f9f9;
margin: 0 0 0 2px;
font-weight: normal;
font-size: 15px;
line-height: 1.5em;
display: flex;
align-items: center;
justify-content: center;
word-break: break-word;
text-align: center;
}

label[for="TAB-01"] {
margin: 0 !important;
}

#maincontents .tab-label:hover {
background: #fff;
color: #d52b1e;
}

#maincontents .tab-switch:checked + .tab-label {
color: #fff;
background: #d52b1e;
}

#maincontents .tab-content{
width: 100%;
height: 0;
opacity: 0;
pointer-events: none;
transform: translateX(-30%);
transition: transform .3s 80ms, opacity .3s 80ms;
color: #555;
}

#maincontents .tab-switch:checked ~ .tab-content {
transform: translateX(30%);
}

#maincontents .tab-switch:checked + .tab-label + .tab-content {
height: auto;
opacity: 1;
order: 1;
pointer-events:auto;
transform: translateX(0);
}

#maincontents .tab-wrap::after {
content: '';
height: 50px;
order: -1;
width: 100%;
border-top: 3px solid #d52b1e;
}

#maincontents .tab-switch {
display: none;
}


/* タブ内部コンテンツ */

#maincontents .models_tab_contents{
width: 100%;
margin: 100px auto 0;
font-size: 18px;
line-height: 1.8em;
font-weight: bold;
}

#maincontents .models_tab_title{
position: relative;
}

#maincontents .models_tab_title img{
display: block;
width: 100%;
}

#maincontents .models_tab_title h6{
position: absolute;
color: #fff;
top: 50%;
left: 1.5em;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
font-size: 30px;
line-height: 1.5em;
padding: 0;
text-align: left;
max-width: 80%;
font-weight: 500;
}

#maincontents .models_tab_title h8{
position: absolute;
color: #555;
top: 50%;
right: 1.5em;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
font-size: 30px;
line-height: 1.5em;
padding: 0;
text-align: right;
max-width: 80%;
font-weight: 500;
}

#maincontents .tab-content .span_bold{
display: block;
font-weight: bold;
margin: 0 0 10px;
}

#maincontents .tab-content_devided{
width: 100%;
margin: 50px auto 0;
padding: 50px 0 0;
display: -webkit-flex;
display: flex ;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
border-top: 1px solid #f3f3f3;
}

#maincontents .tab-content_buildertop{
width: 100%;
margin: 50px auto 0;
padding: 50px 0 0;
display: -webkit-flex;
display: flex ;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
}

#maincontents .tab-content_sale{
width: 100%;
margin: 50px auto 0;
display: -webkit-flex;
display: flex ;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
}

#maincontents .tab-content_sale > figure{
width: 50%;
position: relative;
overflow: hidden;
color: #555;
text-align: center;
font-size: 15px;
}

#contentsall .sale_linkcomment{
font-size: 18px;
font-weight: bold;
line-height: 1.5em;
}

#maincontents .tab-content_sale > figure *{
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: all 0.6s ease;
transition: all 0.6s ease;
}

#maincontents .tab-content_sale > figure img{
opacity: 1;
width: 100%;
}

#maincontents .tab-content_sale > figure:after,
#maincontents .tab-content_sale > figure:before{
background: #ffffff;
width: 200%;
height: 200%;
position: absolute;
content: '';
opacity: 0.6;
-webkit-transition: all 0.55s ease-in-out;
transition: all 0.55s ease-in-out;
z-index: 1;
}

#maincontents .tab-content_sale > figure:after{
top: 0;
left: 0;
-webkit-transform: skew(-45deg) translateX(-150%);
transform: skew(-45deg) translateX(-150%);
}

#maincontents .tab-content_sale > figure:before{
right: 0;
bottom: 0;
-webkit-transform: skew(-45deg) translateX(150%);
transform: skew(-45deg) translateX(150%);
}

#maincontents .tab-content_sale > figure figcaption{
position: absolute;
top: 50%;
left: 0;
width: 100%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
z-index: 2;
}

#maincontents .tab-content_sale > figure p{
margin: 0;
width: 100%;
opacity: 0;
text-align: center;
}

#maincontents .tab-content_sale > figure a{
left: 0;
right: 0;
top: 0;
bottom: 0;
position: absolute;
z-index: 2;
}

#maincontents .tab-content_sale > figure:hover img,
#maincontents .tab-content_sale > figure.hover img{
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
}

#maincontents .tab-content_sale > figure:hover:after,
#maincontents .tab-content_sale > figure.hover:after{
-webkit-transform: skew(-45deg) translateX(-50%);
transform: skew(-45deg) translateX(-50%);
}

#maincontents .tab-content_sale > figure:hover:before,
#maincontents .tab-content_sale > figure.hover:before{
-webkit-transform: skew(-45deg) translateX(50%);
transform: skew(-45deg) translateX(50%);
}

#maincontents .tab-content_sale > figure:hover figcaption p,
#maincontents .tab-content_sale > figure.hover figcaption p{
-webkit-transition-delay: 0.2s;
transition-delay: 0.2s;
}

#maincontents .tab-content_sale > figure:hover figcaption p,
#maincontents .tab-content_sale > figure.hover figcaption p{
opacity: 1;
}

#maincontents .tab-content_sale .sale_linkcomment{
font-size: 18px;
font-weight: bold;
line-height: 1.5em;
}

#maincontents .models_tab_contents p{
margin: 50px auto 0;
font-weight: normal;
text-align: justify;
word-break: break-all;
}

#maincontents .models_tab_contents p span.subheading{
display: inline-block;
font-weight: bold;
font-size: 20px;
line-height: 1.5em;
margin-bottom: 25px;
}

#maincontents .models_tab_contents h9{
display: block;
margin: 0 0 20px;
font-weight: bold;
font-size: 22px;
line-height: 1.5em;
}

#maincontents .models_tab_contents a:not(.sale_link){
display: inline-block !important;
color: #fff;
background-color: #d52b1e;
border: 1px solid #d52b1e;
padding: 1em 2em;
margin: 50px 0 0 ;
border-radius: 4px;
font-size: 16px;
line-height: 1em;
transition: 0.25s;
}

#maincontents .models_tab_contents a:not(.sale_link):hover{
color: #d52b1e;
background-color: #fff;
font-weight: normal;
}

#maincontents .models_tab_contents_nolink{
text-align: center;
}

#maincontents .models_tab_contents_sold{
display: inline-block !important;
padding: 1em 2.5em;
margin: 50px 0 0 ;
color: #555;
background-color:#fff;
font-weight:normal;
border-radius: 4px;
border: 1px solid #555;
font-size: 16px;
line-height: 1em;
}


/* サブ詳細コンテンツ */

#maincontents .feature_box{
width: 100%;
display: -webkit-flex;
display: flex;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
font-size: 15px;
line-height: 1.8em;
text-align: left;
font-weight: normal;
margin: 20px 0 0;
}

#maincontents .feature_box_outside{
width: 100%;
display: -webkit-flex;
display: flex ;
justify-content: space-between;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
font-size: 15px;
line-height: 1.8em;
text-align: left ;
font-weight: normal;
margin: 20px auto 0;
}

#maincontents .feature_box::after, 
#maincontents .feature_box_outside::after{
display: block;
content:"";
width: calc(100% / 3 - 15px);
}

#maincontents .feature_box li, 
#maincontents .feature_box_outside li{
width: calc(100% / 3 - 15px);
margin: 50px 0 0;
color: #555;
}

#maincontents .feature_box li img, 
#maincontents .feature_box_outside li img{
display: block;
width: 100%;
margin: 0 auto;
}

#maincontents .feature_box div, 
#maincontents .feature_box_outside div{
width: 100%;
text-align: justify;
word-break: break-all;
}

#maincontents .feature_box div h7, 
#maincontents .feature_box_outside div h7{
display: block;
width: 100%;
text-align: center;
font-weight: bold;
font-size: 16px;
line-height: 1.8em;
margin: 25px auto;
color: #d52b1e;
word-break: initial;
}


/* 動画 */

#maincontents .demomovie, 
#maincontents .demomovie_inside{
width: 100%;
aspect-ratio: 16/9;
text-align: center;
position: relative;
margin: 50px auto 0;
}

#maincontents .demomovie_info{
width: 100%;
aspect-ratio: 16/9;
text-align: center ;
position: relative;
margin: 70px auto 0;
}

#maincontents .demomovie iframe, 
#maincontents .demomovie_inside iframe, 
#maincontents .demomovie_info iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

#maincontents .demomovie.headline iframe, 
#maincontents .demomovie_inside.headline iframe, 
#maincontents .demomovie_info.headline iframe {
padding: 50px 0 0;
border-top: 1px solid #f3f3f3 !important;
}


/* アーティストコメント欄 */

#maincontents .artist_introduction{
width: 100%;
margin: 50px auto 0;
padding: 50px 0 0;
display: -webkit-flex;
display: flex ;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
border-top: 1px solid #f3f3f3;
}

#maincontents .artist_introduction_image{
width: 40%;
margin: 0;
}

#maincontents .artist_introduction_comment{
width: 60%;
margin: 0;
padding: 0 0 0 5%;
}

#maincontents .artist_introduction_comment i{
margin: 0 0 0 0.3em;
}

#maincontents .artist_introduction_comment div{
width: 100%;
margin: 0 auto;
text-align: center;
}


/* 過去モデル */

#maincontents .tab-content_othermodel{
width: 100%;
margin: 20px auto 0;
display: -webkit-flex;
display: flex ;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
padding: 50px 0 0;
}

#maincontents .tab-content_othermodel_devided{
width: 100%;
margin: 50px auto 0;
display: -webkit-flex;
display: flex ;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
padding: 50px 0 0;
border-top: 1px solid #f3f3f3;
}

#maincontents .tab-content_devided_comment{
width: 55%;
color: #d52b1e;
text-align: left;
}

#maincontents .tab-content_devided_comment p{
text-align: left;
}

#maincontents .tab-content_devided_comment i{
display: inline-block;
margin: 0 0 0 0.3em;
}

#maincontents .tab-content_devided_comment div{
text-align: center;
}

#maincontents .tab-content_devided_image{
width: 45%;
padding: 0 5% 0 0;
}

#maincontents .tab-content_devided_image img{
display: block;
width: 100%;
margin: 0 auto;
position: sticky;
top: 50px;
}

#maincontents .tab-content_devided li p, 
#maincontents .tab-content_othermodel p, 
#maincontents .tab-content_buildertop li p{
margin: 1em auto 0;
text-indent: -1em;
padding-left: 1em;
color: #555;
text-align: justify;
word-break: break-all;
}

#maincontents .tab-content_devided li p.specification, 
#maincontents .tab-content_othermodel p.specification{
margin: 0.5em auto 0;
}

#maincontents .tab-content_devided li p.long_sentence, 
#maincontents .tab-content_othermodel p.long_sentence, 
#maincontents .tab-content_buildertop li p.long_sentence{
text-indent: initial;
padding: 0;
text-align: justify;
word-break: break-all;
}

#maincontents .tab-content_devided li p.withlineup, 
#maincontents .tab-content_othermodel p.withlineup{
padding: 0 0 1em;
border-bottom: 1px solid #f3f3f3;
}

#maincontents .tab-content_devided li p.event_area{
text-indent: initial;
padding: 0;
text-align: justify;
}


/* キャンペーン・イベント情報用 */

#maincontents .event_date{
display: block;
margin: 0 0 25px;
padding: 10px;
background-color: #555;
color: #fff;
font-weight: normal;
font-size: 15px;
line-height: 1em;
}

#maincontents .campaign_notes{
display: block;
margin: 25px 0 0;
font-size: 15px;
line-height: 1.8em;
background: #f9f9f9;
padding: 1em 1em 1em 2em;
text-align: justify!important;
word-break: break-all;
font-weight: normal;
color: #555;
text-indent: -1em;
}

#maincontents .campaign_notes a{
display: inline-block;
margin: 0 !important;
padding: 0 !important;
font-size: 15px;
line-height: 1em;
font-weight: normal;
color: #555;
text-align: left;
background-color: transparent;
overflow: initial;
}

#maincontents .campaign_notes_text{
margin: 1em auto 0;
display: block;
}

#maincontents .campaign_notes_text:first-child{
margin: 0 auto;
}

#maincontents .campaign_content{
width: 100%;
margin: 0 auto;
display: -webkit-flex;
display: flex ;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
margin: 40px 0 0;
font-size: 18px;
line-height: 1.8em;
}

#maincontents .campaign_content li{
width 50%;
margin: 30px auto 0;
text-align: center;
}

#maincontents .campaign_content li img{
display: block;
width: 100%;
margin: 0 auto;
}

#maincontents .campaign_content li span{
display: block;
margin: 30px 0 ;
font-weight: bold;
}

#maincontents .campaign_content li p{
text-align: left;
}

#maincontents .campaign_content li a{
display: inline-block !important;
color: #fff;
background-color: #d52b1e;
border: 1px solid #d52b1e;
padding: 1em 2.5em;
margin: 40px auto 0 ;
border-radius: 4px;
font-weight: bold;
font-size: 16px;
line-height: 1em;
transition: 0.25s;
}

#maincontents .campaign_content li a:hover{
color: #d52b1e;
background-color: #fff;
font-weight: normal;
}

#maincontents .applicationform_link{
width: 100%;
margin: 50px auto;
border: 1px solid #ccc;
padding: 50px 20px;
box-sizing: border-box;
}

#maincontents .applicationform_link span{
display: block;
margin: 1em 0 0;
font-size: 15px;
line-height: 1.8em;
font-weight: normal;
}

#maincontents .applicationform_link .models_tab_contents_sold{
border-radius: 0;
}

#maincontents .event_inquiry{
margin: 30px auto 0;
padding: 30px 20px;
background: #f9f9f9;
width: 100%;
box-sizing: border-box;
}

#maincontents .event_inquiry .inquiry_text{
display: block;
font-size: 15px;
font-weight: normal;
}

#maincontents .event_inquiry .inquiry_text p{
margin: 10px 0 0;
font-size: 17px;
}

#maincontents .event_inquiry .inquiry_text a {
display: inline-block;
margin: 0 !important;
padding: 0 !important;
font-size: 15px;
color: #555;
text-align: left;
background-color: transparent;
overflow: initial;
}

#maincontents .event_notes{
display: block;
margin: 1em 0 0;
font-size: 15px;
text-indent: -1em;
padding-left: 1em;
text-align: justify;
word-break: break-all;
}

#maincontents .campaign_notes .important, 
#maincontents .event_notes.important{
display: block;
color: #d52b1e;
}

#maincontents .artist_introduction.guest_profile{
margin: 20px auto 0;
border-top: none;
}

#maincontents .artist_introduction_comment .artist_introduction_event{
text-align: justify;
word-break: break-all;
font-size: 16px;
line-height: 1.8em;
}


/* アーティストモデル用 */

#maincontents .category_link{
width: 100%;
margin: 50px auto 0;
padding: 50px 0 0;
display: -webkit-flex;
display: flex;
justify-content: space-between;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
border-top: 1px solid #f3f3f3;
}

#maincontents .category_link li{
width: 32%;
margin:0 ;
}

#maincontents .category_link li img{
display: block;
width: 100%;
margin: 0 auto;
}

#maincontents .type_search{
width: 100%;
margin: 0 auto;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
justify-content: center;
}

#maincontents .type_search .type_search_box{
width: auto;
max-width: 50%;
padding: 0 10px;
}


/* ショップ情報用 */

#maincontents .fendershop_photoalbum{
width: 100%;
margin: 100px auto 0;
font-size: 18px;
line-height: 1.8em;
padding: 0 5%;
}

#maincontents .fendershop_photoalbum_outside{
width: 100%;
margin: 70px auto 0;
font-size: 18px;
line-height: 1.8em;
}

#maincontents .fendershop_photoalbum_comment{
width: 100%;
margin: 70px 0 0;
font-size: 18px;
line-height: 1.8em;
}

#maincontents .fendershop_photoalbum p, 
#maincontents .fendershop_photoalbum_outside p,
#maincontents .fendershop_photoalbum_comment p{
margin: 25px auto 50px ;
font-weight: normal;
text-align: justify;
word-break: break-all;
}

#maincontents .fendershop_photoalbum p.photoalbum_bottom{
margin: 25px auto 0;
}

#maincontents .fendershop_photoalbum img,
#maincontents .fendershop_photoalbum_outside img, 
#maincontents .fendershop_photoalbum_comment img{
display: block;
width: 100%;
}

#maincontents .staff_introduction, 
#maincontents .store_access{
width: 100%;
padding: 0;
display: -webkit-flex;
display: flex ;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
}

#maincontents .staff_introduction{
margin: 70px auto 0;
}

#maincontents .store_access{
margin: 70px auto 0;
}

#maincontents .staff_introduction_comment{
width: 65%;
margin: 0 auto;
padding: 0 0 0 5%;
}

#maincontents .staff_introduction_image{
width: 35%;
margin: 0 auto;
padding: 0;
}

#maincontents .staff_introduction_image img, 
#maincontents .artist_introduction_image img{
display: block;
width: 100%;
margin: 0 auto;
position: sticky;
top: 50px;
}

#maincontents .staff_introduction li span, 
#maincontents .artist_introduction li span{
font-weight: normal;
font-size: 15px;
}

#maincontents .staff_introduction li p, 
#maincontents .artist_introduction li p{
margin: 25px auto 0;
}

#maincontents .access_map{
width: 50%;
height: auto;
aspect-ratio: 1/1;
overflow: hidden;
position: relative;
margin: 0 auto;
order: 1;
}

#maincontents .access_map iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}

#maincontents .access_address{
width: 50%;
margin: 0 auto ;
padding: 0 0 0 5%;
font-weight: normal;
font-size: 15px;
line-height: 1.8em;
order: 2;
text-align: center;
}

#maincontents .access_address span{
font-weight: bold;
font-size: 18px;
line-height: 1.8em;
}

#maincontents .access_address img{
display: block;
width: 35%;
margin: 0 auto 30px;
}

#maincontents .access_address p{
margin: 30px 0 0;
text-align: center;
}

#maincontents .access_address p span{
font-size: 20px;
line-height: 1.8em;
font-weight: normal;
}

#maincontents .access_address a{
font-size: 18px;
background: #fff;
border-radius: 0;
color: #555;
border: initial;
transition: 0.25s;
margin: 0 auto;
padding: 0;
}

#maincontents .access_address a:hover{
opacity: 0.7;
}

#maincontents .access_address a.access_address_link{
display: inline-block;
border: 1px solid #555;
margin: 30px 0;
padding: 1em 2.5em;
}

#maincontents .access_address a.access_address_link:hover{
background: #555;
color: #fff;
opacity: 1;
}



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

/* 上部コンテンツ */

#maincontents h4{
font-size: 24px;
line-height: 1.5em;
margin: 80px auto 0;
}

#maincontents h5{
font-size: 22px;
line-height: 1.5em;
margin: 40px auto 0;
padding: 40px 0 0;
}

#maincontents .tab-content h5.othermodel_title{
margin: 40px 0 0 !important;
}

#maincontents .comments p{
margin: 60px auto 0;
font-size: 16px;
}

#maincontents .comments p.beginning_center{
text-align: justify;
word-break: break-all;
}

#maincontents .comments span{
font-size: 18px;
margin: 0 0 20px
}

#maincontents .comments_link a{
margin: 40px 0 0;
}

#maincontents .comments_link_devided a{
margin: 0 auto;
}

#maincontents .comments_link_devided li{
width: 100%;
text-align: center;
}

#maincontents .comments_link_devided_left a{
margin: 40px 0 0 ;
}

#maincontents .comments_link_devided_center a,
#maincontents .comments_link_devided_right a{
margin: 20px 0 0 ;
}


/* タブボタン */

#maincontents .tab-label {
padding: 1.5em 0.3em;
font-size: 10px;
line-height: 1.8em;
white-space: normal;
min-width: 10px;
word-break: break-all;
}

#maincontents .tab-wrap::after {
content: '';
height: 40px;
}


/* タブ内部コンテンツ */

#maincontents .models_tab_contents{
font-size: 16px;
margin: 80px auto 0;
}

#maincontents .models_tab_title h6{
font-size: 16px;
}

#maincontents .models_tab_title h8{
font-size: 16px;
}

#maincontents .models_tab_contents h9{
margin: 0 0 20px;
font-size: 18px;
}

#maincontents .models_tab_contents p{
margin: 40px auto 0;
}

#maincontents .models_tab_contents a:not(.sale_link){
margin: 40px 0 0 ;
}

#maincontents .models_tab_contents_sold{
margin: 40px 0 0 ;
}

#maincontents .tab-content_buildertop{
padding: 40px 0;
}

#maincontents .tab-content_devided{
margin: 40px auto 0;
padding: 40px 0 0;
}

#maincontents .tab-content_othermodel{
padding: 40px 0 0;
}

#maincontents .tab-content_othermodel_devided{
padding: 40px 0 0;
margin: 40px auto 0;
}

#maincontents .tab-content_devided_image img{
position: static;
}

#maincontents .tab-content_devided_comment{
width: 100%;
margin: 40px auto 0;
text-align: center;
}

#maincontents .tab-content_devided_image{
width: 100%;
padding: 0;
}

#maincontents .tab-content_devided li p, 
#maincontents .tab-content_othermodel p, 
#maincontents .tab-content_buildertop li p{
margin: 20px auto 0;
text-indent: initial;
padding: 0;
text-align: center;
}

#maincontents .tab-content_devided li p.specification, 
#maincontents .tab-content_othermodel p.specification{
margin: 20px auto 0;
}


/* サブ詳細コンテンツ */

#maincontents .feature_box, 
#maincontents .feature_box_outside{
font-size: 16px;
margin: 20px 0 0;
}

#maincontents .feature_box::after, 
#maincontents .feature_box_outside::after {
width: 47.5%;
margin: 0;
}

#maincontents .feature_box li, 
#maincontents .feature_box_outside li{
width: 47.5%;
margin: 40px 0 0 ;
}

#maincontents .feature_box div h7,
#maincontents .feature_box_outside div h7{
font-size: 16px;
margin: 40px auto 20px;
}


/* 動画 */

#maincontents .demomovie {
margin: 40px auto 0;
}

#maincontents .demomovie_inside {
margin: 40px auto 0;
}

#maincontents .demomovie.headline iframe, 
#maincontents .demomovie_inside.headline iframe, 
#maincontents .demomovie_info.headline iframe {
padding: 40px 0 0;
}


/* アーティストコメント欄 */

#maincontents .artist_introduction{
margin: 40px auto 0;
padding: 40px 0 0;
border-top: 1px solid #f3f3f3;
}
 
#maincontents .artist_introduction li span{
font-weight: normal;
font-size: 15px;
}

#maincontents .artist_introduction li p{
margin: 20px 0 0;
}

#maincontents .artist_introduction_comment{
width: 100%;
margin: 40px auto 0;
padding: 0;
text-align: center;
}

#maincontents .artist_introduction_image{
width: 100%;
margin: 0;
}

#maincontents .artist_introduction_image img{
width: 100%;
margin: 0 auto;
position: static;
}


/* キャンペーン・イベント情報用 */

#maincontents .event_date{
margin: 0 0 20px;
}

#maincontents .campaign_notes{
font-size: 13px;
margin: 20px auto 0;
}

#maincontents .campaign_notes a{
font-size: 13px;
}

#maincontents .tab-content_devided li p.campaign_area, 
#maincontents .tab-content_othermodel p.campaign_area{
text-indent: -1em;
padding-left: 1em;
text-align: justify;
}

#maincontents .applicationform_link{
margin: 40px auto;
padding: 40px 5%;
}

#maincontents .applicationform_link span{
font-size: 13px;
}

#maincontents .event_inquiry .inquiry_text p{
font-size: 15px;
}

#maincontents .event_notes{
font-size: 13px;
}

#maincontents .artist_introduction_comment .artist_introduction_event{
font-size: 14px;
}

#maincontents .campaign_notice{
font-size: 16px;
margin: 40px 0 0;
}

#maincontents .campaign_content{
margin: 50px 0 0;
font-size: 16px;
}

#maincontents .campaign_content li{
width calc(100% - 40px);
width : -webkit-calc(100% - 40px) ;
margin: 20px 20px 0;
}

#maincontents .campaign_content li span{
margin: 0 0 20px;
}

#maincontents .campaign_content li a{
padding: 10px 50px;
margin: 30px 0 0 ;
}


/* アーティストモデル用 */

#maincontents .category_link{
margin: 40px auto 0;
padding: 40px 0 0;
}

#maincontents .feature_link{
margin: 40px auto 0!important;
}

#maincontents .type_search .type_search_box {
padding: 0 2.5%;
}


/* ショップ情報用 */

#maincontents .fendershop_photoalbum{
margin: 80px auto 0;
font-size: 15px;
}

#maincontents .fendershop_photoalbum_outside,
#maincontents .fendershop_photoalbum_comment{
font-size: 15px;
}

#maincontents .fendershop_photoalbum p, 
#maincontents .fendershop_photoalbum_outside p, 
#maincontents .fendershop_photoalbum_comment p{
margin: 20px auto 40px ;
}

#maincontents .fendershop_photoalbum p.photoalbum_bottom{
margin: 20px auto 0;
}

#maincontents .staff_introduction{
margin: 60px auto 0;
}

#maincontents .staff_introduction_comment{
width: 100%;
margin: 40px auto 0;
padding: 0;
text-align: center;
}

#maincontents .staff_introduction_image{
width: 100%;
}

#maincontents .staff_introduction_image img{
width: 100%;
max-width: 360px;
margin: 0 auto;
position: static;
}

#maincontents .staff_introduction li span{
font-weight: normal;
font-size: 15px;
}

#maincontents .staff_introduction li p{
margin: 20px 0 0;
}

#maincontents .store_access{
margin: 60px auto 0;
}

#maincontents .access_address a{
margin: 0 auto;
}

#maincontents .access_map {
width: 100%;
margin: 80px 0 0;
order: 2;
aspect-ratio: 16/9;
}

#maincontents .access_address{
width: 100%;
padding: 0 5%;
order: 1;
}

#maincontents .access_address img{
width: 50%;
margin: 0 auto 40px;
}

#maincontents .access_address p {
margin: 40px 0 0;
}

#maincontents .access_address a.access_address_link{
margin: 40px auto;
}

#maincontents .tab-content_sale > figure{
font-size: 12px;
line-height: 14px;
}

#maincontents .tab-content_sale .sale_linkcomment{
font-size: 12px;
line-height: 20px;
}

#maincontents .tab-content_sale{
margin: 40px auto 0;
}
}


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

#maincontents .feature_box::after, 
#maincontents .feature_box_outside::after {
width: 100%;
}

#maincontents .feature_box li, 
#maincontents .feature_box_outside li{
width: 100%;
}


/* アーティストモデル用 */

#maincontents .category_link{
margin: 40px auto 0;
padding: 0;
}

#maincontents .category_link li{
width: 100%;
margin: 40px 0 0;
}

#maincontents .feature_link{
margin: 20px auto 0!important;
}

#maincontents .type_search .type_search_box {
width: 100%;
max-width: none;
}

#maincontents .tab-content_devided li p, 
#maincontents .tab-content_othermodel p, 
#maincontents .tab-content_buildertop li p{
text-indent: -1em;
padding-left: 1em;
text-align: justify;
}


#maincontents .tab-content_sale{
margin: 20px auto 0;
}

#maincontents .tab-content_sale > figure{
width: 100%;
margin: 20px auto 0;
}



}