@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');

/*-----------
base
-----------*/

*{
  margin:0;
  padding:0;
  border:none;
}

html, body,
h1, h2, h3, h4, h5, h6,
a, p, span,
em, small, strong,
sub, sup,
mark, del, ins, strike,
abbr, dfn,
blockquote, q, cite,
code, pre,
ol, ul, li, dl, dt, dd,
div, section, article,
main, aside, nav,
header, hgroup, footer,
img, figure, figcaption,
address, time,
audio, video,
canvas, iframe,
details, summary,
fieldset, form, label, legend,
table, caption,
tbody, tfoot, thead,
tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
}

h1, h2, h3, h4, h5, h6{
  font-weight:normal;
}

section, nav, article, aside, hgroup, header, footer, figure, figcaption, summary, small{
  display: block;
}

img{
  vertical-align: top;
}

ul{
  list-style: none;
}

a {
  backface-visibility: hidden;
  cursor: pointer;
  transition: 0.3s ease-in-out;
  text-decoration: none;
  color: #a9892f;
}

a:focus, *:focus { outline:none; }

a:hover {
  opacity: 0.6;
  transition: 0.3s ease-in-out;
}

*#wrapper{
  font-family: "Noto Sans JP","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color:#000;
  -webkit-text-size-adjust:100%;
}


#wrapper .pc_nobr{
  display: none;
}

#wrapper .sp_nobr{
}

#wrapper .pc_no{
  display: none;
}

#wrapper .sp_no{
}

#wrapper .inner,
#wrapper .inner2{
  width: 1000px;
  margin: 0 auto;
  position: relative;
}



/*-----------
header
-----------*/

#header{
  width: 100%;
  min-width: 1000px;
  height: 71px;
  background: #fff;
  border-bottom: solid 1px #cccccc;
}

#header .inner,
#fix_header .inner{
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

#header .logo_dirtgraderace,
#fix_header .logo_dirtgraderace{
  width: 85px;
  margin: 5px 0 0 35px;
}

#header .logo_dirtgraderace a,
#fix_header .logo_dirtgraderace a{
  display: block;
  width: 85px;
}

#header .logo_dirtgraderace img,
#fix_header .logo_dirtgraderace img{
  width: 85px;
}

#header .list_ec,
#fix_header .list_ec{
  position: absolute;
  top: 0;
  left: 120px;
  height: 49px;
  display: flex;
  flex-wrap: wrap;
  padding: 12px 0 0;
}

#header .list_ec li,
#fix_header .list_ec li{
  margin-left: 28px;
}

#header .list_ec li:nth-child(3),
#fix_header .list_ec li:nth-child(3),
#header .list_ec li:nth-child(4),
#fix_header .list_ec li:nth-child(4){
  margin-left: 20px;
}

#header .list_ec img,
#fix_header .list_ec img{
  height: 49px;
}

#header .list_btn,
#fix_header .list_btn{
  display: flex;
  flex-wrap: wrap;
  float: right;
  padding: 9px 0 0;
}

#header .list_btn li,
#fix_header .list_btn li{
  width: 160px;
  margin-left: 10px;
}

#header .list_btn img,
#fix_header .list_btn img{
  height: 54px;
}

.global-nav {
  position: fixed;
  right: -320px; /* これで隠れる */
  top: 0;
  width: 300px; /* スマホに収まるくらい */
  height: 100vh;
  background-color: #404040;
  color: #fff;
  transition: all .6s;
  z-index: 10003;
}


.hamburger {
  width: 40px;
  height: 72px;
  cursor: pointer;
  z-index: 300;
  position: absolute;
  right: 0;
  top: 0;
}

.global-nav__list {
  margin: 0 -20px 0 10px;
  padding: 0 40px 0 10px;
  list-style: none;
  height: 100%;
  overflow: auto;
}

.global-nav__list li:first-child {
  border-top: 1px solid #9f9f9f;
  margin-top: 70px;
}

.global-nav__list li:nth-last-child(2) {
  border-bottom: 1px solid #9f9f9f;
}

.global-nav__list li:last-child {
  border: 1px solid #9f9f9f;
  margin: 15px 0 80px;
}

.global-nav__list li {
  border-bottom: 1px solid #9f9f9f;
}

.global-nav__list li a {
  display: block;
  text-decoration: none;
  color: #fff;
  font-size: 17px;
  background: url("../img/icon_arrow_white_r01.png") no-repeat right 4px center;
  background-size: 10px auto;
  padding: 12px 10px;
}

.global-nav__list li a[target="_blank"] {
  background: url("../img/icon_link_blank_white_s.png") no-repeat right 2px center;
  background-size: 16px auto;
}

.global-nav__list li:last-child a {
  padding: 10px;
  background: url("../img/icon_arrow_white_r01.png") no-repeat right 6px center;
  background-size: 10px auto;
}

.hamburger__line {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #000;
}
.hamburger__line--1 {
  transition: all .6s;
  top: 20px;
}
.hamburger__line--2 {
  top: 34px;
}
.hamburger__line--3 {
  transition: all .6s;
  top: 48px;
}
.black-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10001;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  transition: all .6s;
  cursor: pointer;
}

/* 表示された時用のCSS */

.nav-open .global-nav {
  right: 0;
}

.nav-open .black-bg {
  opacity: .5;
  visibility: visible;
}

.nav-open #header .hamburger,
.nav-open #fix_header .hamburger{
  position: fixed;
  right:20px;
  top: 10px;
  z-index: 1000000;
  margin-top: 0;
  height: 53px;
  padding: 0 2px 2px;
  background:rgba(64,64,64,0.5);
}


.nav-open #header .hamburger .hamburger__line,
.nav-open #fix_header .hamburger .hamburger__line{
  background-color: #fff;
}

.nav-open .hamburger__line--1 {
  transform: rotate(45deg);
  top: 24px;
}
.nav-open .hamburger__line--2 {
  width: 0;
  left: 50%;
}
.nav-open .hamburger__line--3 {
  transform: rotate(-45deg);
  top: 24px;
}


/*-----------
fix_header
-----------*/

#fix_header{
  width: 100%;
  min-width: 1000px;
  height: 71px;
  top: -72px;
  left: 0;
  background: rgba(255,255,255,0.9);
  position: fixed;
  z-index: 10001;
  border-bottom: solid 1px #cccccc;
}



/*-----------
contents
-----------*/

.contents{
  width: 100%;
  min-width: 1000px;
}

.btn_01{
  display: block;
  width: 408px;
  border: 4px solid #a9892f;
  text-align: center;
  padding: 13px 30px 13px 25px;
  margin: 0 auto;
  background: url("../img/icon_arrow_gold_r01.png") no-repeat right 10px center;
  background-size: 14px auto;
  font-weight: bold;
  color: #000;
  font-size: 18px;
  line-height: 1.4;
  box-sizing: border-box;
}

.btn_01[target="_blank"] {
  padding-right: 35px;
  background: url("../img/icon_link_blank.png") no-repeat right 8px center;
  background-size: 22px;
}

.btn_blank_g{
  display: block;
  width: 408px;
  text-align: center;
  padding: 16px 30px 18px 25px;
  margin: 0 auto;
  background: #a9892f url("../img/icon_link_blank_white_s.png") no-repeat right 12px center;
  background-size: 17px auto;
  font-weight: bold;
  color: #fff;
  font-size: 18px;
  line-height: 1.4;
  box-sizing: border-box;
}

.annotation {
  position: relative;
  padding: 40px 30px 30px;
  margin: 60px 100px 0;
  background-color: #9e9e9e;
}

.annotation .h {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  padding: 2px 0 4px;
  background-color: #000;
  color: #fff;
  font-weight: 700;
  text-align: center;
}

.btns {
  margin-top: 80px;
}

.btns li {
  width: 408px;
  margin: 0 auto 18px;
}

.btns li img {
  width: 100%;
}



/*-----------
footer
-----------*/

#footer{
  width: 100%;
}

#footer .f_btn_sns{
  background: #fff;
  padding: 65px 0 20px;
  min-width: 1000px
}

.top #footer .f_btn_sns{
  background: #a9892f !important;
}

.campaign #footer .f_btn_sns{
  background: #2c3237 !important;
}

#footer .f_btn_sns > .inner{
  width: 1000px;
  text-align: right;
  margin: 0 auto;
}

#footer > .inner{
  width: 100%;
  background: #000;
  padding: 36px 0 30px;
  text-align: center;
  min-width: 1000px;
}

#footer .f_list_sns{
  height: 39px;
  margin-bottom: 30px;
}

#footer .f_list_sns li{
  padding:  0 15px;
  display: inline-block;
}

#footer .f_list_sns li img{
  height: 39px;
}

#footer .f_list_note{
  margin:0 auto 20px;
  text-align: left;
  width: 360px;
}

#footer .f_list_note li{
  padding: 0;
  font-size: 12px;
  color: #fff;
}

#footer small{
font-size: 11px;
color: #fff;
}




/*-----------
flow_link
-----------*/

.flow_link_wrapper {
  display:none;
}
.flow_link {
  position: fixed;
  bottom: 3em;
  right: 1em;
  z-index: 9999 !important;
}

.flow_link li {
  margin-top: 8px;
  width: 57px;
}

.flow_link li img {
  width: 100%;
}



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

*#wrapper {
  font-size: 15px;
  line-height: 1.7;
}

a:hover {
  opacity: 1;
}

#wrapper .pc_nobr{
  display: block;
}

#wrapper .sp_nobr{
  display: none;
}

#wrapper .pc_no{
  display: block;
}

#wrapper .sp_no{
  display: none;
}

#wrapper .inner{
  width: 92%;
  margin: 0 auto;
}

#wrapper .inner2{
  width: 100%;
}



/*-----------
header
-----------*/

#header,
#fix_header{
  min-width: 100%;
  height: auto;
}

#header .inner,
#fix_header .inner{
  width: 98%;
  margin: 0 0 0 2%;
}

#header .logo_dirtgraderace,
#fix_header .logo_dirtgraderace{
  width: 17%;
  margin: 1% 0 1.3% 1%;
}
#header .logo_dirtgraderace a,
#fix_header .logo_dirtgraderace a{
  width: 100%;
}

#header .logo_dirtgraderace img,
#fix_header .logo_dirtgraderace img{
  width: 100%;
}

#header .list_ec,
#fix_header .list_ec{
  left: 20%;
  width: 62%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  padding: 3% 0;
  margin: 0;
}

#header .list_ec li,
#fix_header .list_ec li{
  height: auto;
  margin-left: 2%;
}

#header .list_ec li:nth-child(3),
#fix_header .list_ec li:nth-child(3),
#header .list_ec li:nth-child(4),
#fix_header .list_ec li:nth-child(4){
  margin-left: 2%;
}

#header .list_ec li:first-child,
#fix_header .list_ec li:first-child{
  width: 21%;
}

#header .list_ec li:nth-child(2),
#fix_header .list_ec li:nth-child(2){
  width: 15%;
}

#header .list_ec li:nth-child(3),
#fix_header .list_ec li:nth-child(3){
  width: 30%;
}

#header .list_ec li:last-child,
#fix_header .list_ec li:last-child{
  width: 26%;
}

#header .list_ec img,
#fix_header .list_ec img{
  width: 100%;
  height: auto;
}

#header .list_btn,
#fix_header .list_btn{
  width: 35.50%;
  height: auto;
  padding: 0;
}

#header .list_btn li,
#fix_header .list_btn li{
  width: 46%;
  margin-left: 4%;
}

#header .list_btn img,
#fix_header .list_btn img{
  height:auto;
  width: 100%;
}

.global-nav {
  position: fixed;
  right: -260px; /* これで隠れる */
  top: 0;
  width: 260px; /* スマホに収まるくらい */
  height: 100vh;
}

.hamburger {
  width: 11%;
  height: 100%;
  cursor: pointer;
  z-index: 1000;
  margin-top: -26px;
  overflow: hidden;
  right: 0;
  top: 50%;
}

.global-nav__list li:first-child {
  margin-top: 60px;
}
.global-nav__list li:last-child {
  margin-bottom: 180px;
}

.hamburger__line {
  position: absolute;
  left: 0;
  width: 60%;
  margin: 0 20%;
  height: 3px;
}
.hamburger__line--1 {
  top: 17px;
  transition: all .6s;
}
.hamburger__line--2 {
  top: 26px;
}
.hamburger__line--3 {
  top: 35px;
  transition: all .6s;
}



.global-nav__item {
  padding-left:20px !important;
  padding-right:20px !important;
}


.nav-open #header .hamburger,
.nav-open #fix_header .hamburger{
  position: fixed;
  z-index: 1000000;
  margin-top: 0;
  height: 40px;
  top: 1%;
  right: 1%;
  border-right: none;
  border-left: none;
}

.nav-open #header .hamburger p,
.nav-open #fix_header .hamburger p{
  width: 38px;
}

.nav-open .hamburger__line--1 {
  transform: rotate(45deg);
  top: 20px;
}
.nav-open .hamburger__line--2 {
  width: 0;
  left: 50%;
}
.nav-open .hamburger__line--3 {
  transform: rotate(-45deg);
  top: 20px;
}

/*-----------
contents
-----------*/

.contents{
  width: 100%;
  min-width: 100%;
}

.btn_01{
  width: 100%;
  border: 3.5px solid #a9892f;
  padding: 10px 25px 11px 20px;
  background: url("../img/icon_arrow_gold_r01.png") no-repeat right 10px center;
  background-size: 12px auto;
  font-size: 17px;
}

.btn_01[target="_blank"] {
  padding-right: 30px;
  background: url("../img/icon_link_blank.png") no-repeat right 8px center;
  background-size: 17px;
}

.btn_blank_g{
  width: 100%;
  padding: 14px 34px 16px 20px;
  background: #a9892f url("../img/icon_link_blank_white_s.png") no-repeat right 11px center;
  background-size: 17px auto;
  font-size: 17px;
}

.annotation {
  padding: 30px 20px 20px;
  margin: 50px 5% 0;
  font-size: 14px;
}

.annotation .h {
  width: 50px;
  padding: 1px 0 2px;
}

.btns {
  margin: 50px 0 0;
  padding: 0 4%;
}

.btns li {
  width: 100%;
  margin: 0 auto 10px;
}


/*-----------
footer
-----------*/

#footer{
  width: 100%;
  background-size: 600px auto;
  padding: 0;
  color: #fff;
  text-align: center;
}

#footer .f_btn_sns{
  padding: 35px 0 20px;
  min-width: 100%;
}

#footer .f_btn_sns > .inner{
  width: 94%;
}

#footer > .inner{
  width: 100%;
  min-width: 100%;
  background: #000;
  padding: 30px 0 25px;
}

#footer .f_list_sns{
  height: 34px;
  margin-bottom: 25px;
}

#footer .f_list_sns li{
  padding:  0 12px;
  display: inline-block;
}

#footer .f_list_sns li img{
  height: 34px;
}

#footer .f_list_note{
  width: 90%;
  margin: 0 auto 22px;
  padding: 0;
}

#footer .f_list_note li{
  padding:  0;
  font-size: 11px;
}

#footer small{
  padding: 0 5%;
}



/*-----------
flow_link
-----------*/

.flow_link {
  right: 6px;
  bottom: 4em;
}


.flow_link li {
  width: 50px;
}



}
