@charset "UTF-8";

/* ___ ヤマハ バイクレンタル“TRIプル” TRICITY300モニターキャンペーンユーザーレビュー ____ */

/* [ header ] */
#header {
	background-color: #22337c;
}
#header > .header-inner {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	max-width: 1260px;
	margin: 0 auto 12px auto;
	padding: 20px 20px;
}
#header .rb-logo {
	-webkit-flex: 1;
	flex: 1;
	min-width: 265px;
}
#header .rb-logo a {
	padding-top: 12px;
}
#header .rb-logo img {
	width: 265px;
	height: 41px;
}
#header .y-logo {
	min-width: 160px;
	margin-left: 15px;
}
#header .y-logo img {
	width: 160px;
	height: 55px;
}
#header .y-logo:hover img, 
#header .y-logo:active img {
	filter:alpha(opacity=1);
	-moz-opacity: 1;
	opacity: 1;
}
/* */

/* [ product-header ] */
#rwd-content .rwd-product-header h1 {
	font-size: 3.2rem;
	font-weight: bold;
	line-height: 1.4;
}
#rwd-content .rwd-product-header p {
	font-size: 1.5rem;
	margin: 0;
}
/* */

#rwd-content a:hover {
	color: #c00;
}
#rwd-content p {
	margin: 0;
}
#rwd-content .lead {
	font-size: 2.2rem;
	line-height: 1.6;
	font-weight: normal;
}
#rwd-content .txt-small {
	font-size: 1.5rem;
}
#rwd-content .area-button .rwd-grid-item {
	border: solid 1px #29abe2;
	padding: 10px 35px 10px 20px;
	margin-bottom: 10px;
	position: relative;
}
#rwd-content .area-button .rwd-grid-item::after {
	position: absolute;
	content: "";
	display: block;
	margin: auto;
	background-image: url("../img/arrow_down.svg");
	background-repeat: no-repeat;
	background-size: 27px 15px;
	width: 27px;
	height: 15px;
	top: 0;
	bottom: 0;
	right: 4.4%;
}
#rwd-content .review h2 {
	background: #71c7ec;
	font-size: 1.8rem;
	font-weight: bold;
	padding: 12px 20px;
	margin-bottom: 20px;
}
#rwd-content .review figure {
	margin: 0;
}
#rwd-content .review .rwd-modalitem01 {
	margin-bottom: 0;
}
#rwd-content .review .display-none {
	display: none;
}
#rwd-content .review dl dt {
	font-size: 1.8rem;
	font-weight: bold;
}
#rwd-content .review dl dt span {
	font-size: 1.5rem;
	color: #f00;
	font-weight: normal;
}
#rwd-content .review dl dd a {
	color: #000;
	text-decoration: underline;
}
#rwd-content .review dl dd a:hover {
	color: #c00;
}

/* [ Contact ] */
#footer .contact {
	padding: 40px 15px;
	background:#22337c;
}
/* [ Copyright ] */
#footer .copy {
	color: #000;
	font-size: 1.3rem;
	width: 100%;
	text-align: center;
}

@media screen and (max-width: 767px) {
  /* [ header ] */
  #header > .header-inner {
	  margin: 0 auto 12px auto;
	  padding: 20px 20px;
  }
  #header .rb-logo {
	  min-width: 140px;
  }
  #header .rb-logo a { padding-top: 0; }
  #header .rb-logo img {
	  width: 140px;
	  height: 22px;
  }
  #header .y-logo {
	  min-width: 80px;
	  margin-left: 8px;
  }
  #header .y-logo img {
	  width: 80px;
	  height: 28px;
  }
  /* */
  #rwd-content {
	  font-size: 1.5rem;
  }
  #rwd-content .rwd-product-header h1 {
	  font-size: 2.0rem;
  }
  #rwd-content .rwd-product-header p {
	  display: none;
  }
  #rwd-content .rwd-main-content-group {
	  width: 90.62500%;
	  margin: 0 auto;
  }
  
  #rwd-content .lead {
	  font-size: 1.5rem;
  }
  #rwd-content .txt-small {
	  font-size: 1.4rem;
  }
  #rwd-content .rwd-news-area {
	  padding: 0 2%;
  }
  #rwd-content .review h2 {
	  font-size: 1.5rem;
  }
  
  /* [ Contact ] */
  #footer .contact {
	  padding: 15px 5px;
  }
  /* [ Copyright ] */
  #footer .copy {
	  font-size: 1.0rem;
  }
  #footer > .inner {
	  padding: 10px 0;
  }
  #rwd-content .rwd-product-header {
	  border-bottom: none;
	  padding: 0;
  }
}
@media print, screen and (min-width: 768px) {
  #rwd-content .rwd-news-area {
	  padding: 0 17%;
  }
  #rwd-content .rwd-news-area-list {
	  padding: 0;
  }
  #rwd-content .rwd-news-area-list-label {
	  width: 170px;
  }
  #rwd-content .rwd-news-area-list-text {
	  width: calc(100% - 140px - 170px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1220px) {
	
}
@media print{
	body { width: 1280px; }
}

/* **********************************************************
	section_title
********************************************************** */
#rwd-content .section_title { background-color: #000000; overflow: hidden; height: 720px; }
#rwd-content .section_title .container { margin: 0 auto; }
#rwd-content .section_title .title_wrap { color: #ffffff; display: flex; align-items: center; position: relative; height: 100%; z-index: 5; }
#rwd-content .section_title .title_logo { font-size: 0; line-height: 0; text-align: center; }
#rwd-content .section_title .title_logo img { max-width: 1224px; width:95.6%; }
#rwd-content .section_title .title_function { position: relative; margin-top: 20px; }
#rwd-content .section_title .title_movie { display: none; margin: 0 auto 10px auto; width: 180px; }
#rwd-content .section_title.viewSP .title_movie { display: block; }
#rwd-content .section_title .title_movie a { background-color: rgba(0,0,0,0.4); border: 2px solid #ffffff; color: #ffffff; display: block; font-size: 1.6rem; line-height: 40px; text-align: center; }
#rwd-content .section_title .title_movie a:hover { text-decoration: none; }
#rwd-content .section_title #video-player,
#rwd-content .section_title #video-overlay,
#rwd-content .section_title #video-img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
#rwd-content .section_title #video-player { z-index: -3; }
#rwd-content .section_title #video-overlay { background-color: rgba(0,0,0,0.3); z-index: -2; }
#rwd-content .section_title #video-img { background: #000000 url(../img/img_main.jpg) center center no-repeat; background-size: cover; z-index: -1; }

@media (max-width: 767px) {
#rwd-content .section_title { height: 332px; }
#rwd-content .section_title .title_logo img { max-width: 400px; width:96.5%; }
#rwd-content .section_title .title_movie a { font-size: 1.5rem; }
#rwd-content .section_title #video-img { background: #000000 url(../img/img_main_sp.jpg) center center no-repeat; background-size: cover; }
}