@charset "utf-8";

#rwd-content .rwd-main-content {
    margin-bottom: 0px;
}

.pc_none {
display: none;
}
.sp_none {
display: block;
}
br.pc_none {
display: none;
}
br.sp_none {
display: inherit;
}


a {
-webkit-transition: all 0.3s;
transition: all 0.3s;
color:#000;
text-decoration: none;
}
a:hover {
opacity: 0.70;
filter: alpha(opacity=70);
-ms-filter: "alpha(opacity=70)";
}


#rwd-content .rwd-header-identify {
  padding: 15px 0 ;
}

#rwd-content .hd_yamahday {
  padding: 15px 0 ;
}

footer {
background: #3B3B3B;
color:#FFF;
font-size: 1.4rem;
text-align: center;
padding: 30px 10px 26px;
}


/*---------------------------*/


.bg_E6E6E6 {
background: #E6E6E6;
}

.btn_to_top {
background: #00245F;
padding: 0 15px;
min-height: 40px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
#rwd-content .btn_to_top a {
min-height: 23px;
line-height: 1.4;
width: 100%;
color:#fff;
background: url("../img/arw_left_fff.png") left center no-repeat;

height: 100%;

display: -webkit-flex;
display: flex;

-webkit-justify-content: center;
justify-content: center;

-webkit-align-items: center;
align-items: center;
}

.btm_link_box {
padding: 80px 0;
}


.btn_to_top.heritage {
background: #8D6E12;
}
.btn_to_top.videoletter {
background: #432671;
}
.btn_to_top.activity {
background: #A2000D;
}

.btn_blank {
background: #8D8D8D;
padding: 0 15px;
height: 36px;
min-height: 36px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
#rwd-content .btn_blank a {

line-height: 1.4;
width: 100%;

color:#fff;
background: url("../img/blank_fff.png") right center no-repeat;
text-align: center;

height: 100%;
padding: 0 28px;

display: -webkit-flex;
display: flex;

-webkit-justify-content: center;
justify-content: center;

-webkit-align-items: center;
align-items: center;
}
#rwd-content .btn_blank a span {
font-size: 1.4rem;
}

/*-------------------------*/
#rwd-content .movie_link a.rwd-grid-item:hover::after {
display: none;
}
#rwd-content .movie_link .rwd-grid-item dl {
padding: 0;
}
#rwd-content .movie_link .rwd-grid-item dt {
padding: 10px;
background: #000;
color:#fff;
font-size: 1.6rem;
font-weight: normal;
line-height: 1.2;
margin-bottom: 0px;
text-align: center;
}
#rwd-content .movie_link .rwd-grid-item dt .sub-text {
font-size: 1.3rem;
}
#rwd-content .movie_link .rwd-grid-item dd {
padding: 10px;
font-size: 1.4rem;
font-weight: normal;
line-height: 1.4;
margin-bottom: 0px;
text-align: center;
}
#rwd-content .movie_link .rwd-grid-item dt.icon_arw {
position: relative;
padding: 10px 55px;
}
#rwd-content .movie_link .rwd-grid-item dt.icon_arw:after {
content: url("../img/arw_right_fff.png");
height: 20px;
position: absolute;
right:10px;
top:0;
bottom:0;
margin: auto;
}

#rwd-content .youtube_box {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
#rwd-content .youtube_box iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}