@charset "UTF-8";





#rwd-content {
background: #000;
}
#rwd-content .rwd-headline1-type02 .rwd-headline1-text {
color:#fff;
}

#rwd-content #rwd-main-content {
margin-bottom: 0;
}


#rwd-content .keyvisual {
position: relative;
width: 100%;
aspect-ratio: 16 / 9;
}
#rwd-content .keyvisual .keyvisual_txt {
display: block;
position: absolute;
width: 90%;
max-width: 980px;
top:0;
right:0;
bottom:0;
left:0;
margin: auto;
z-index: 11;
}
/* #rwd-content .main_movie {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}

#rwd-content .main_movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
} */

#rwd-content .main_movie {
  position: relative;
  height: 100%;
  background: #000;
  overflow: hidden;
}

#rwd-content .main_movie::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.47);
  /* background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23000000' fill-opacity='0.4' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E"); */
}

#rwd-content .main_movie iframe {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  height: 56.25vw;
}



#rwd-content .movie_cation {
color:#ccc;
font-size: 1.2rem;
line-height: 1.4;

display: inline-block;
padding-left: 1em;
text-indent: -1em;
}



@media (min-width: 768px){
#rwd-content .exinfo_each {
max-width: 300px;
width: 30%;
margin: 0 1%;
}
/* min-width: 768px */}


#rwd-content .rwd-button-default.btn_860608 {
background-color: #860608;
-webkit-box-shadow: 0 3px 8px 0 rgba(0,0,0,0.38) ;
box-shadow: 0 3px 8px 0 rgba(0,0,0,0.38) ;
}
#rwd-content .rwd-button-default.btn_860608:hover {
background-color: #c20f12;
}

#rwd-content .event_date_box {
background: #0D0D0D;
padding: 30px 0 10px;
}



#rwd-content .w1600 {
width: 100%;
max-width: 1600px;
margin-left: auto;
margin-right: auto;
}


/*----------------------*/


#rwd-content .bg_pickup {
padding: 120px 0 1px;
color:#fff;
background:#010315 url(../img/bg_pickup.jpg) top center no-repeat;
background-size: 100% auto;
}



#rwd-content .bg_model {
padding: 120px 0 1px;
color:#fff;
background: url(../img/bg.jpg) top center repeat-y;
background-size: 100% auto;
}
#rwd-content .bg_model a {
color:#fff;
}

#rwd-content .ct_special {
padding: 60px 0;
color:#fff;

}


#rwd-content .ct_sns {
padding: 60px 0 80px;

background-image: -webkit-linear-gradient(-90deg, rgba(0,0,0,0) 0, rgba(0,0,0,1) 100%);
background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0) 0, rgba(0,0,0,1) 100%);
background-image: linear-gradient(180deg, rgba(0,0,0,0) 0, rgba(0,0,0,1) 100%);
background-position: 50% 50%;
-webkit-background-origin: padding-box;
background-origin: padding-box;
-webkit-background-clip: border-box;
background-clip: border-box;
-webkit-background-size: auto auto;
background-size: auto auto;
}

/*----------------------*/



#rwd-content .ttlline_box{
display: -webkit-flex;
display: flex;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
}
#rwd-content .ttlline_box::before {
content: "";
width: calc(50% - 220px);
background: url(../img/ttlbg_l.png) right top;
background-size: auto 100%;
}
#rwd-content .ttlline_box::after {
content: "";
width: calc(50% - 220px);
background: url(../img/ttlbg_r.png) left top;
background-size: auto 100%;
}

#rwd-content .h2_model_list{
width: 380px;
}
#rwd-content .h2_model_list img{
display: block;
width: 100%;
height: auto;
}

#rwd-content .ttl_goods .h2_model_list{
width: 420px;
font-weight: bold;
text-align: center;
}


#rwd-content .btn_special {
text-align: right;
overflow: hidden;
display: block;
}
#rwd-content .btn_special_img {
-webkit-box-shadow: 5px 5px 6px 0 rgba(0,0,0,0.5) ;
box-shadow: 5px 5px 6px 0 rgba(0,0,0,0.5) ;
background: #000;
}

#rwd-content .btn_viewmore {
display: block;
float: right;
max-width: 201px!important;
}


#rwd-content .pickup_txt {
display: block;
float: left;
color: #fff !important;
padding-left: 2em;
line-height: 1;
}


#rwd-content .h2_special {
display: flex;
align-items: center;
font-weight: bold;
}
#rwd-content .h2_special:before,
#rwd-content .h2_special:after {
content: "";
height: 1px;
flex-grow: 1;
background-color: #FFFFFF;
}
#rwd-content .h2_special:before {
margin-right: 1rem;
}
#rwd-content .h2_special:after {
margin-left: 1rem;
}

#rwd-content .h2_model {
display: flex;
align-items: center;
font-weight: bold;
}
#rwd-content .h2_model:before,
#rwd-content .h2_model:after {
content: "";
height: 1px;
flex-grow: 1;
background-color: #000;
}
#rwd-content .h2_model:before {
margin-right: 1rem;
}
#rwd-content .h2_model:after {
margin-left: 1rem;
}



#rwd-content h3.model_ttl .logo_img_box {
width: 90%;
max-width: 450px;
margin: 0 auto;
}

#rwd-content .bg_r {
background: url(../img/model_bg_r.png) top 4vw left -10px no-repeat;
background-size: 540px auto;
padding-top: 70px;
}

#rwd-content .bg_mt {
background: url(../img/model_bg_mt.svg) center right -50px no-repeat;
background-size: 358px auto;
}

#rwd-content .bg_xsr {
background: url(../img/model_bg_xsr.svg) center left -30px no-repeat;
background-size: 450px auto;
}


#rwd-content .model_box {
width: 90%;
margin: 0 auto;
}
#rwd-content .model_box.model_r>a {
width: 24%;
}
#rwd-content .rwd-modalitem01 {
  margin-bottom: 15px;
}

#rwd-content .model_box.model_mt,
#rwd-content .model_box.model_xsr {
display: -webkit-flex;
display: flex;
-webkit-justify-content: center;
justify-content: center;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
}
#rwd-content .model_box.model_mt>a,
#rwd-content .model_box.model_xsr>a {
width: 24%;
margin: 0 0.5%;
}
#rwd-content .model_box.model_mt>.spacer {
width: 12%;
}
#rwd-content .model_box.model_xsr>.blank_box {
width: 100%;
}

#rwd-content .model_box.model_other>a {
width: 19%;
margin: 0 0.5%;
}


#rwd-content .model_box a figure>img {
-webkit-box-shadow: 0px 3px 6px 0 rgba(0,0,0,0.16) ;
box-shadow: 0px 3px 6px 0 rgba(0,0,0,0.16) ;
border-radius: 20px;
}
#rwd-content .model_box div figure>img {
-webkit-box-shadow: 0px 3px 6px 0 rgba(0,0,0,0.16) ;
box-shadow: 0px 3px 6px 0 rgba(0,0,0,0.16) ;
border-radius: 20px;
}

#rwd-content .model_box a figure figcaption {
font-weight: bold;
line-height: 1.8rem;
}
#rwd-content .model_box a figure figcaption span{
font-weight: bold;
font-size: 0.86em;
}
#rwd-content .model_box div figure figcaption {
font-weight: bold;
line-height: 1.8rem;
}
#rwd-content .model_box div figure figcaption span{
font-weight: bold;
font-size: 0.86em;
}

.exinfo_each .exinfo_each_text{
color: #fff;
font-weight: bold;
}
.exinfo_each .exinfo_each_text span{
display: inline-block;
font-size: 2.1rem;
}



#rwd-content .iconbox {
display: -webkit-flex;
display: flex;
-webkit-justify-content: center;
justify-content: center;
}

#rwd-content .iconbox a {
display: block;
width: 45px;
margin: 0 15px;
}

#rwd-content .rwd-icon-zoom01 {
background-color: rgba(0,0,0, 0.7);
}
#rwd-content .rwd-icon-zoom01 {
background-color: rgba(0,0,0, 0.7);
}
#rwd-content .rwd-modalitem01:hover .rwd-icon-zoom01 {
background-color: rgba(0,0,0, 1);
}

.information_text{
font-size: 1.5rem;
text-align: center;
}


#rwd-content .goods_txt span{
font-weight: bold;
background: linear-gradient(transparent 0%, transparent 50%, #860608 50%, #860608 100%);
font-size: 2.4rem;
padding: 0 20px;
}
#rwd-content .goods_cation {
text-align: center;
}
#rwd-content .goods_cation .rwd-text {
display: inline-block;
text-align: left;
}

#rwd-content .myyamaha_box {
background: #0C182F;
border-radius: 20px;
padding: 60px;
}


#rwd-content .myyamaha_box .btn_special_img {
overflow: hidden;
border-radius: 12px;
}

#rwd-content .myyamaha_box .goodsbnr_txt {
font-weight: bold;
padding-right: 30px;
background: url(../img/icon_arrow_white.svg) right center no-repeat;
background-size: 21px 21px;
}


.ct_white_img {
max-width: 560px;
margin: 0 auto;
width: 80%;
}
.rwd-grid .rwd-grid-item p.rwd-text-small{
text-align: center;
}
body #rwd-content .rwd-text-small {
font-size: 1.5rem;
line-height: 1.875;
}
#rwd-content .model_box.model_mt>.spacer {
width: 12%;
}
