@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url('https://fonts.googleapis.com/css2?family=Inter&display=swap');
/*-------------------------------------
　ページ基本設定
---------------------------------------*/
#container {
  width: 100%;
  margin-bottom: 30px;
}
.column2R #main {
  float: none;
  width: auto;
}
html {
  overflow: auto;
}
* html { /* for IE6 */
  overflow: hidden;
  overflow-x: auto;
  height: 100%;
}
body {
  overflow-x: hidden;
  position: relative;
  min-width: 805px;
}
* html body { /* for IE6 */
  overflow-y: auto;
  height: 100%;
}
main {
  background: #000;
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0 auto;
  width: 100%;
}
.breadCrumb, .pagetop {
  margin: 0 auto;
  color: #fff;
}
main h2 {
  text-align: center;
  margin-bottom: 50px;
  font-size: 40px;
  letter-spacing: 5px;
  font-weight: 600;
  line-height: 1.2;
  font-family: 'Inter', sans-serif;
}
main h2 span {
  font-size: 22px;
  letter-spacing: 3px;
  display: block;
  font-family: 'Noto Sans JP', sans-serif;
}
main h2 span::before, main h2 span::after {
  content: "―";
}
main h2 span::before {
  margin-right: 4px;
}
main h2 span::after {
  margin-left: 4px;
}
main h3 {
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: bold;
	line-height: 1.4;
}
#pagetop {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 55px;
}
#pagetop a {
  color: #fff;
  background-color: #333;
  border-radius: 5px;
  display: block;
  font-size: 12px;
  line-height: 1.5em;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
}
.pc_only {
  display: block;
}
.sp_only {
  display: none;
}
#container section {
  padding: 70px 0;
}
#container section * {
  box-sizing: border-box;
}
#container section:nth-of-type(odd) {
background-image: repeating-linear-gradient(45deg, currentColor 0, currentColor 1px, transparent 0, transparent 50%);
    background-size: 10px 10px;
    color: #252525 !important;
  }
.inner {
  margin: 0 auto;
  width: 1050px;
  color: #fff;
}
#titleBox img, #container section img {
  max-width: 100%;
  height: auto;
}
/* ウィンドウ幅が0〜479pxの場合に適用するCSS */
@media screen and (max-width:479px) {
  main {
    font-size: 3.6vw;
  }
  main h2 {
    margin-bottom: 30px;
    font-size: 6vw;
    letter-spacing: 2px;
  }
  main h2 span {
    font-size: 4vw;
    letter-spacing: 1px;
  }
  main h3 {
    margin-bottom: 10px;
    font-size: 5vw;
	  letter-spacing: 1px;
  }
  .pc_only {
  display: none;
}
.sp_only {
  display: block;
}
  #container section {
    padding: 120px 0 30px;
    margin-top: -90px;
  }
  .inner {
    margin: 0 auto;
    width: 96%;
  }
}
/*-------------------------------------
　ナビブロック
---------------------------------------*/
#container nav {
  background: #282828;
  border-bottom: 4px solid #ea2123;
}
#container nav a {
  color: #fff!important;
  display: block;
  font-size: 18px;
  padding: 14px 0;
  text-align: center;
  text-decoration: none!important;
  background-repeat: no-repeat;
/*  background-position: left 24px center;*/
  background-position: left 10px center;/*20210909追加*/
  background-size: 36px;
}
#container nav .nav_icon_camp a {
  background-image: url(./img/galleria_rxr/nav_icon_camp.png);
}
#container nav .nav_icon_model a {
  background-image: url(./img/galleria_rxr/nav_icon_model.png);
}
#container nav .nav_icon_perform a {
  background-image: url(./img/galleria_rxr/nav_icon_perform.png);
}
#container nav .nav_icon_about a {
  background-image: url(./img/galleria_rxr/nav_icon_about.png);
}
#container nav a:hover {
  background-color: #7B7B7B;
}
.menuBox {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
}
.inside {
  margin: 0 auto;
  width: 1050px;
}
.inside ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.inside ul li {
  width: 25%;
}
/*-- 20210701追加 --*/
.inside ul li.plus {
  width: 33%;
}
/*-- 20210909追加 --*/
.inside ul li.plus_small {
  width: 20%;
}
.inside ul li.plus_small2 {
  width: 30%;
}
/*-- 20210701追加 --*/
.inside .noLink {
  pointer-events: none;
  position: relative;
}
.inside .noLink::before {
  position: absolute;
  content: "Coming soon";
  white-space: nowrap;
  font-size: 18px;
  font-weight: bold;
  padding: 6px 20px;
  background: rgba(161, 11, 13, 0.8);
  top: 50%;
  left: 50%;
  transform: translate(-60%, -50%) rotate(12deg);
}
/* ウィンドウ幅が0〜479pxの場合に適用するCSS */
@media screen and (max-width:479px) {
  /*.menuBox {
    position: sticky;
  }*/
  #container nav a {
    font-size: 3.8vw;
    padding: 12px 0;
  }
  #container nav .nav_icon_camp a,#container nav .nav_icon_model a,#container nav .nav_icon_perform a,#container nav .nav_icon_about a {
    background-image: none;
  }
  .inside {
    width: 100%;
  }
  .inside ul li {
    /*border-bottom: 1px solid #fff; */
    /* border-right: 1px solid #fff; */
    box-sizing: border-box;
    width: 33% !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .inside ul li:nth-child(even) {
    border-right: 0;
  }
  .inside .noLink::before {
    font-size: 3.8vw;
    padding: 6px 20px;
    transform: translate(-50%, -50%) rotate(12deg);
  }
	/*-- 20210701追加 --*/
	.inside ul li.plus {
	  width: 50%;
	}
	/*-- 20210701追加 --*/
}
/*-------------------------------------
　タイトルブロック
---------------------------------------*/
#titleBox {
  background: #000;
	position: relative;
	max-height: 770px;
	overflow: hidden;
	display: flex;
	align-items: center;
}
#layer {
	width: 80vw;
	position: absolute;
	top: 160px;
	left: 100px;
	padding-right: 20px;
	box-sizing: border-box;
}
#layer img {
	width: 100%;
  max-width: 1502px;
}
.title_img_pc {
  display: block;
}
.title_img_sp {
  display: none;
}
/* ウィンドウ幅が0〜479pxの場合に適用するCSS */
@media screen and (max-width:479px) {
  #layer {
    width: 96%;
	  top: auto;
    left: 5vw;
  }
  .title_img_pc {
    display: none;
  }
  .title_img_sp {
    display: block;
  }
}
/*-------------------------------------
　キャンペーン
---------------------------------------*/
.ulBox {
    margin: 60px auto;
    border: 1px solid #fff;
    width: 910px;
    padding: 30px;
}
#campaign .inner ul{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
#campaign .inner ul.pef{
display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
#campaign .inner ul dl dt{
font-size: 16px;

}
#campaign .inner ul dl dd{
margin: 10px 0;
}
#campaign .inner ul dl dd img{
width: 480px;
    border: 1px #888 solid;
}

#campaign .inner ul.pef dl dd img{
width: 1050px;
    border: 1px #888 solid;
}
@media screen and (max-width:479px) {
.ulBox {
    margin: 40px auto 0;
    border: 1px solid #fff;
    width: 100%;
    padding: 0;
}
#campaign .inner ul {
    display: block;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: column;
}
#campaign .inner>p {
    padding: 16px 0 20px;
    line-height: 1.8;
    text-align: left;
}
#container section#campaign{
  margin-top: -40px;
}
#campaign .inner ul dl dt {
    font-size: 14px;
    padding: 10px 10px 0;
}
#campaign .inner ul dl dd {
    margin: 10px 0 30px;
}
#campaign .inner ul dl dd img {
    width: 95vw;
    border: 1px #888 solid;
}
#campaign .inner ul.pef {
    margin-bottom: 0;
}
}
/*-------------------------------------
　ラインナップ
---------------------------------------*/
.lineun_box {
  display: flex;
  justify-content: space-between;
}
.model_box {
  width: 32%;
  background: #545454;
  border: 1px solid #fff;
  padding: 10px 20px;
  text-align: center;
}
.model_catch {
  width: calc(100% + 40px);
  margin: -10px 0 20px -20px;
  background: #d11316;
  background: -moz-linear-gradient(-45deg, #d11316 0%, #a10b0d 100%);
  background: -webkit-linear-gradient(-45deg, #d11316 0%, #a10b0d 100%);
  background: linear-gradient(135deg, #d11316 0%, #a10b0d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d11316', endColorstr='#a10b0d', GradientType=1);
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.model_img {
  margin-bottom: 20px;
}
.model_img img {
  width: 80%;
}
.model_name {
  font-size: 18px;
  margin-bottom: 10px;
  text-align: left;
}
.model_spec {
  margin-bottom: 10px;
}
.model_price {
  margin-bottom: 20px;
  font-size: 22px;
}
.model_tax {
  font-size: 16px;
}
.model_btn {
  margin-bottom: 20px;
}
.model_btn a span {
  display: inline-block;
  position: relative;
  padding: 6px 40px;
  background: #ea2123;
  border-bottom: solid 4px #a10b0d;
  z-index: 10;
  color: #fff!important;
}
.model_btn a span::before, .model_btn a span::after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border: none;
  z-index: 20;
  bottom: -4px;
  transition: all 0.4s ease;
}
.model_btn a:hover span::before, .model_btn a:hover span::after {
  opacity: 0;
}
.model_btn a span:before {
  left: 0;
  border-left: solid 20px #545454;
  border-bottom: solid 46px transparent;
}
.model_btn a span:after {
  right: 0;
  border-left: solid 20px transparent;
  border-bottom: solid 46px #545454;
}
.model_benchmark {
  margin-bottom: 10px;
  font-size: 14px;
}
.bench_ttl {
  background: #111;
  padding: 8px 0;
}
.bench_val {
  background: #fff;
  color: #333;
  padding: 6px 0;
}
@media screen and (max-width:479px) {
  .lineun_box {
    justify-content: center;
    flex-direction: column;
    width: 80%;
    margin: 0 auto;
  }
  .model_box {
    width: 100%;
    padding: 10px 4vw;
  }
  .model_box:nth-of-type(n+2) {
    margin-top: 20px;
  }
  .model_catch {
    width: calc(100% + 8vw);
    margin: -10px 0 10px -4vw;
    padding: 10px 2vw;
    font-size: 3.8vw;
  }
  .model_img {
    margin-bottom: 10px;
  }
  .model_name {
    font-size: 4.2vw;
  }
  .model_price {
    font-size: 5vw;
  }
  .model_tax {
    font-size: 3.4vw;
  }
  .model_btn a span {
    padding: 6px 40px;
  }
  .model_btn a:hover span::before, .model_btn a:hover span::after {
    opacity: 1;
  }
  .model_benchmark {
    font-size: 3.4vw;
  }
}

/*-------------------------------------
　Peformance
---------------------------------------*/
main #performance h3 {
    text-align: center;
    letter-spacing: 2px;
    font-size: 36px;
}
#performance .inner>p {
  padding: 16px 0 60px;
    line-height: 1.8;
    text-align: center;
}




#performance .inner ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#performance .inner ul.pef{
display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
#performance .inner ul dl dt{
font-size: 16px;

}
#performance .inner ul dl dd{
margin: 10px 0 40px;
}
#performance .inner ul dl dd img{
width: 480px;
    border: 1px #888 solid;
}

#performance .inner ul.pef dl dd img{
width: 1050px;
    border: 1px #888 solid;
}
.speee{
  display: none;
}



@media screen and (max-width:479px) {
#container section:nth-of-type(odd) {
background-image: unset;
    background-size: unset;
    color: unset;
}
#performance .inner ul {
    display: block;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: column;
}
main #performance h3 {
    text-align: center;
    letter-spacing: 1px;
    font-size: 5vw;
    margin-bottom: 0;
}
#performance .inner>p {
    padding: 16px 0 20px;
    line-height: 1.8;
    text-align: left;
}
#container section#performance{
  margin-top: -40px;
}
#performance .inner ul dl dd {
    margin: 10px 0 30px;
}
#performance .inner ul dl dd img {
    width: 95vw;
    border: 1px #888 solid;
}
#performance .inner ul.pef {
    margin-bottom: 0;
}
.speee{
  display: block;
}


}

/*-------------------------------------
　Radeonとは
---------------------------------------*/
#about p {
	line-height: 1.8;
}
.wide_cont {
	width: 100vw;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	display: flex;
    align-items: center;
}
.wide_cont .inner {
	width: 1200px;
}
.bg_powerhouse {
	background-image: url(./img/galleria_rxr/bg_powerhouse.jpg);
	    height: 450px;
}
.bg_powerhouse .inner_box {
	/* width: 500px; */
	width: 510px;
}
.bg_vivid {
	background-image: url(./img/galleria_rxr/bg_vivid.jpg);
	    height: 450px;
}
.bg_vivid .inner_box {
	width: 450px;
	margin: 0 0 0 auto;
}
.bg_experience {
	background-image: url(./img/galleria_rxr/bg_experience.jpg);
	    height: 450px;
}
.bg_experience .inner_box {
	width: 420px;
}
.bg_dna {
	background-image: url(./img/galleria_rxr/bg_dna.jpg);
	    height: 450px;
}
.bg_dna .inner_box {
	width: 400px;
	margin: 0 0 0 auto;
}
@media screen and (max-width:479px) {
	#about p {
    line-height: 1.4;
}
.wide_cont .inner {
	width: 100%;
	padding: 40px 0;
	background: rgba(0,0,0,0.6);
}
	.bg_powerhouse, .bg_vivid, .bg_experience, .bg_dna {
		height: auto;
	}
	.bg_powerhouse .inner_box, .bg_vivid .inner_box, .bg_experience .inner_box, .bg_dna .inner_box {
		width: 86%;
		margin: 0 auto;
	}
}
/*-------------------------------------
　フッター・ロゴ部分
---------------------------------------*/
#container section.bg_logo_footer {
	width: 100vw;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(./img/galleria_rxr/bg_logo_footer.jpg);
}
.footer_box {
font-size: 11px;
	line-height: 1.6;
	margin-bottom: 30px;
}
.logo_box ul {
display: flex;
	align-items: center;
	justify-content: center;
}
.logo_box ul li {
	margin: 0 20px;
}
@media screen and (max-width:479px) {
	#container section.bg_logo_footer {
		padding: 30px 0;
    margin-top: 0;
}
	.footer_box {
font-size: 3vw;
	margin-bottom: 20px;
}
.logo_box ul {
flex-wrap: wrap;
}
.logo_box ul li {
	margin: 10px;
}
}
/*-------------------------------------
　ページTOPへ
---------------------------------------*/
.pagetop {
  width: 970px;
  margin: 0 auto;
}
#pagetop {
  display: none;
}
/* ウィンドウ幅が0〜479pxの場合に適用するCSS */
@media screen and (max-width:479px) {
  .pagetop {
    width: auto;
  }
}
/*-------------------------------------
　全体設定
---------------------------------------*/
/* ウィンドウ幅が0〜479pxの場合に適用するCSS */
@media screen and (max-width:479px) {
  body {
    min-width: 320px !important;
    min-width: 100% !important;
  }
  #headsearchBox {
    display: none;
  }
  #container, #wrapper {
    width: 100% !important;
  }
  #main img {
    max-width: 100%;
    height: auto;
  }
}
