body {
  background-image: none;
}

.gfooter {
  border-top: none;
}

.footArea {
  background-color: #0d0507;
}

.gheader__logo {
  position: absolute;
  top: 38px;
  left: 0;
}

@media screen and (max-width: 767px) {
  .gheader__logo {
    top: 15px;
    width: 100vw;
    text-align: center;
  }
}

.gheader__logo a {
  display: inline-block;
  vertical-align: top;
  font-size: 0;
}

.gheader__logo a::after {
  display: none;
}

.gheader__logo a:nth-of-type(1) {
  width: 120px;
}

@media screen and (max-width: 767px) {
  .gheader__logo a:nth-of-type(1) {
    width: 64px !important;
  }
}

.header-fixed .gheader__logo {
  top: 10px;
}

.header-fixed .gheader__logo a:nth-of-type(1) {
  width: 96px;
}

/* hero
----------------------------------------------------------------*/
.hero {
  background-image: url(../img/bg_mv01.jpg);
  background-repeat: no-repeat;
  background-position: top center;
}

@media screen and (max-width: 767px) {
  .hero {
    background-image: url(../img/bg_mv01@sp.jpg);
    background-size: contain;
  }
}

@media screen and (max-width: 767px) {
  .hero__inner {
    padding-bottom: 40px;
  }
}

/* mv
----------------------------------------------------------------*/
.mv {
  position: relative;
  width: 980px;
  height: 639px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .mv {
    width: auto;
    height: auto;
    padding: 0 3.90625vw;
  }
}

@media screen and (max-width: 767px) {
  .mv .main {
    width: 81.875vw;
    height: 25.3125vw;
  }
}

.mv .main path {
  fill: #fff;
  fill-opacity: 0;
  stroke: rgba(255, 255, 255, 0.8);
  stroke-width: 1;
}

.mv .main.stroke path {
  animation: mainAnime01 1200ms ease-in forwards;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .mv .main path {
    fill-opacity: 1;
  }
}

.mv .main.addAnima path {
  stroke: white;
  animation: mainAnime02 1000ms ease-in forwards;
}

.mv .main.ie path {
  fill-opacity: 1;
}

.mv .sub {
  opacity: 0;
}

@media screen and (max-width: 767px) {
  .mv .sub {
    width: 81.875vw;
    height: 4.375vw;
  }
}

.mv .sub.addAnima {
  animation: subAnime01 1000ms ease-in forwards;
}

.mv .phobos img {
  position: absolute;
  top: -55px;
  left: 0px;
  z-index: 1;
  transform-origin: center;
  transform: scale(0.3);
  animation: phobos01 180s linear forwards;
}

@media screen and (max-width: 767px) {
  .mv .phobos img {
    top: 10vw;
    left: -27vw;
    max-width: 80%;
  }
}

.mv .mmx img {
  position: absolute;
  top: 37px;
  left: 655px;
  z-index: 2;
  opacity: 0;
  transition: 1000ms ease-in-out;
}

@media screen and (max-width: 767px) {
  .mv .mmx img {
    top: 50.625vw;
    left: auto;
    right: -20.9375vw;
    max-width: 79.375%;
  }
}

.mv .goodluck img {
  position: absolute;
  top: 470px;
  left: 475px;
  z-index: 1000;
  
}

.mv .mmx.addAnima img {
  top: 136px;
  left: 566px;
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .mv .mmx.addAnima img {
    top: 61.625vw;
    left: auto;
    right: -15.9375vw;
  }
}

.mv__ttl {
  position: absolute;
  top: 236px;
  left: 0px;
  z-index: 3;
}

@media screen and (max-width: 767px) {
  .mv__ttl {
    top: 54.375vw;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.5));
  }
}

.mv__ttl .sub {
  margin-top: 11px;
}

.mv__ttl svg {
  max-width: 100%;
}

.mv__lede {
  position: relative;
  z-index: 4;
  padding-top: 485px;
  line-height: 2.285714;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 767px) {
  .mv__lede {
    margin: 0 -3.90625vw -30px;
    padding: 143.75vw 3.90625vw 30px;
    background-image: -webkit-linear-gradient(bottom, transparent 0%, rgba(0, 0, 0, 0.5) 8%, rgba(0, 0, 0, 0.5) 24%, transparent 42%, transparent 100%);
    background-image: linear-gradient(to top, transparent 0%, rgba(0, 0, 0, 0.5) 8%, rgba(0, 0, 0, 0.5) 24%, transparent 42%, transparent 100%);
    text-align: center;
  }
}

@keyframes mainAnime01 {
  0% {
    stroke-dasharray: 300;
    stroke-dashoffset: 600;
  }
  100% {
    stroke-dasharray: 2000;
    stroke-dashoffset: 0;
  }
}

@keyframes mainAnime02 {
  0% {
    fill-opacity: 0;
  }
  100% {
    fill-opacity: 1;
  }
}

@keyframes subAnime01 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes phobos01 {
  0% {
    transform: scale(0.3);
  }
  100% {
    transform: scale(0.65);
  }
}

/* information
----------------------------------------------------------------*/
.information {
  position: relative;
  padding: 35px 0 30px;
}

@media screen and (max-width: 767px) {
  .information {
    height: auto;
    padding: 50px 0 0;
  }
}

.information::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/bg_pattern_slash01.png);
  opacity: 0.3;
}

@media screen and (max-width: 767px) {
  .information::before {
    display: none;
  }
}

.information__inner {
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 980px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .information__inner {
    display: block;
    width: auto;
    padding: 0 3.90625vw;
  }
}

.information__cont {
  max-width: 540px;
}

@media screen and (max-width: 767px) {
  .information__cont {
    margin-bottom: 50px;
  }
}

.information__ttl {
  position: relative;
  margin-bottom: 1em;
  padding-left: 4px;
  color: #fff;
  font-weight: normal;
}

.information__ttl::before {
  content: '';
  display: block;
  position: absolute;
  top: -15px;
  left: 0px;
  width: 26px;
  border-top: 2px solid #b24a36;
}

@media screen and (max-width: 767px) {
  .information__ttl::before {
    left: 0;
  }
}

.information__ttl .orbitron {
  margin-right: 10px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: .1em;
}

.information__list {
  margin-top: -10px;
}

@media screen and (max-width: 767px) {
  .information__list {
    margin-top: 0;
  }
}

.information__list dl {
  max-height: 195px;
  margin-left: 4px;
  overflow: auto;
}

.information__list dt {
  float: left;
  margin-top: 10px;
  line-height: 1.866666;
  color: #91989b;
  font-size: 1.2rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .information__list dt {
    float: none;
    margin-top: 0;
  }
}

.information__list dd {
  margin-top: 10px;
  padding-left: 100px;
}

@media screen and (max-width: 767px) {
  .information__list dd {
    padding-left: 0;
    margin: 5px 0 10px;
  }
}

.information__list dd a {
  display: inline-block;
  color: #fff;
}

.information__card {
  display: flex;
}

@media screen and (max-width: 767px) {
  .information__card {
    display: block;
  }
}

.information__cardItem {
  line-height: 1.625;
}

@media screen and (min-width: 768px) {
  .information__cardItem:not(:nth-child(3n+1)) {
    margin-left: 18px;
  }
}

@media screen and (max-width: 767px) {
  .information__cardItem:not(:first-child) {
    margin-top: 30px;
  }
}

.information__cardItem a {
  display: block;
  color: #ffffff;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .information__cardItem a {
    display: table;
    margin: 0 auto;
  }
}

.information__cardItem a:hover .__text {
  text-decoration: none;
}

.information__cardItem a[target="_blank"]::after {
  display: none;
}

.information__cardItem a[target="_blank"] .__text::after {
  content: '';
  display: inline-block;
  width: 11px;
  height: 11px;
  margin-left: 5px;
  margin-right: 3px;
  background-image: url(/common/img/ico_blank01.png);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 11px auto;
}

.information__cardItem .__pic {
  margin-bottom: 10px;
  text-align: center;
}

.information__cardItem .__pic img {
  width: 168px;
}

@media screen and (max-width: 767px) {
  .information__cardItem .__pic img {
    width: 236px;
  }
}

.information__cardItem .__date {
  color: #fff;
  font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
  .information__cardItem .__date {
    display: table-caption;
    caption-side: bottom;
  }
}

.information__cardItem .__text {
  margin-bottom: 0;
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .information__cardItem .__text {
    display: table-caption;
    caption-side: bottom;
  }
}

/* section
----------------------------------------------------------------*/
.section {
  margin-bottom: 0;
}

.section__ttl {
  visibility: hidden;
  display: inline-block;
  margin-bottom: 3em;
}

@media screen and (max-width: 767px) {
  .section__ttl {
    margin-bottom: 2em;
  }
}

.section__ttl > span {
  display: block;
}

.section__ttl br {
  display: none;
}

.section__ttl .orbitron {
  margin-bottom: .1em;
  line-height: 1;
  font-size: 5.5rem;
  letter-spacing: .05em;
}

@media screen and (max-width: 767px) {
  .section__ttl .orbitron {
    font-size: 3.8rem;
    text-align: left;
  }
}

.section__ttl .ja {
  position: relative;
  color: #b24a36;
  font-size: 1.6rem;
  text-align: right;
  opacity: 0;
}

@media screen and (max-width: 767px) {
  .section__ttl .ja {
    font-size: 1.4rem;
  }
}

.section__ttl .ja::before {
  content: '';
  display: inline-block;
  position: relative;
  top: -5px;
  width: 35px;
  height: 0;
  margin-right: 10px;
  border-top: 2px solid #b24a36;
}

.section__ttl .ja.show {
  visibility: visible;
  animation: opacity01 .2s forwards;
}

.section__txt {
  line-height: 2.285714;
}

.section__txt > :last-child {
  margin-bottom: 0;
}

/* about
----------------------------------------------------------------*/
#about {
  min-height: 731px;
  padding: 100px 0;
  background-image: url(../img/bg_section01.jpg), -webkit-linear-gradient(left, #290f0e 0%, #290f0e 50%, #030202 50%, #030202 100%);
  background-image: url(../img/bg_section01.jpg), linear-gradient(to right, #290f0e 0%, #290f0e 50%, #030202 50%, #030202 100%);
  background-size: auto 100%;
}

@media screen and (max-width: 767px) {
  #about {
    min-height: 0;
    padding: 40px 0 100px;
    background-image: url(../img/bg_section01@sp.png), url(../img/bg_pattern_dot02.png), -webkit-linear-gradient(left, #2a0f0e 0%, #1c0a09 100%);
    background-image: url(../img/bg_section01@sp.png), url(../img/bg_pattern_dot02.png), linear-gradient(to right, #2a0f0e 0%, #1c0a09 100%);
    background-repeat: no-repeat, repeat, no-repeat;
    background-size: contain, auto, contain;
  }
}

#about .flexBox {
  flex-direction: row-reverse;
}

#about .section__ttl {
  width: 100%;
}

#about .section__ttl > span {
  text-align: right;
}

#about .section__txt {
  position: relative;
  z-index: 4;
  width: 510px;
}

@media screen and (max-width: 767px) {
  #about .section__txt {
    width: auto;
  }
}

/* object
----------------------------------------------------------------*/
#object {
  min-height: 446px;
  padding: 70px 0;
  background-color: #150809;
  background-image: url(../img/bg_section02.jpg);
  background-size: cover;
}

@media screen and (max-width: 767px) {
  #object {
    min-height: 0;
    padding: 40px 0;
    background-color: #0b0407;
    background-image: url(../img/bg_section02@sp.jpg);
    background-size: cover;
  }
}

#object .flexBox {
  justify-content: space-between;
}

#object .section__txt {
  width: 660px;
}

@media screen and (max-width: 767px) {
  #object .section__txt {
    width: auto;
  }
}

/* science
----------------------------------------------------------------*/
#science {
  min-height: 663px;
  padding: 72px 0;
  background-color: #150809;
  background-image: url(../img/bg_section04.jpg);
  background-size: auto 100%;
}

@media screen and (max-width: 767px) {
  #science {
    min-height: 0;
    padding: 40px 0;
    background-image: url(../img/bg_pattern_dot02.png), url(../img/bg_section04@sp.jpg);
    background-repeat: repeat, no-repeat;
    background-size: auto, contain;
  }
}

#science .section__ttl {
  margin-bottom: 10px;
}

#science .section__txt {
  width: 510px;
}

@media screen and (max-width: 767px) {
  #science .section__txt {
    width: auto;
  }
}

/* probe
----------------------------------------------------------------*/
#probe {
  min-height: 552px;
  padding: 72px 0;
  background-color: #150809;
  background-image: url(../img/bg_section03.jpg);
  background-size: auto 100%;
}

@media screen and (max-width: 767px) {
  #probe {
    min-height: 0;
    padding: 40px 0;
    background-color: #150809;
    background-image: url(../img/bg_pattern_dot02.png), url(../img/bg_section03@sp.jpg);
    background-repeat: repeat, no-repeat;
    background-size: auto, contain;
  }
}

#probe .section:nth-of-type(1) .flexBox {
  justify-content: space-between;
  margin: 42px 0 60px;
}

@media screen and (max-width: 767px) {
  #probe .section:nth-of-type(1) .flexBox {
    margin: 30px 0;
  }
}

#probe .section:nth-of-type(1) .flexBox .flexBox__col {
  width: 470px;
}

@media screen and (max-width: 767px) {
  #probe .section:nth-of-type(1) .flexBox .flexBox__col {
    width: auto;
  }
}

#probe .section:nth-of-type(1) .flexBox .flexBox__col:nth-of-type(2) img {
  position: relative;
  top: -19px;
  max-width: none;
}

@media screen and (max-width: 767px) {
  #probe .section:nth-of-type(1) .flexBox .flexBox__col:nth-of-type(2) img {
    max-width: 129.0625%;
    margin-top: 35px;
  }
}

#probe .section:nth-of-type(2) > .section__txt {
  text-align: center;
}

#probe .section:nth-of-type(2) .flexBox {
  margin-top: 40px;
  align-items: center;
}

@media screen and (max-width: 767px) {
  #probe .section:nth-of-type(2) .flexBox {
    margin-top: 30px;
  }
}

#probe .section:nth-of-type(2) .flexBox .flexBox__col:nth-of-type(1) {
  margin-right: 30px;
}

@media screen and (max-width: 767px) {
  #probe .section:nth-of-type(2) .flexBox .flexBox__col:nth-of-type(1) {
    margin: 0 0 30px 0;
    text-align: center;
  }
}

#probe .flexBox {
  align-items: center;
  flex-direction: row-reverse;
  justify-content: space-between;
}

#probe .section__ttl {
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  #probe .section__ttl {
    width: 100%;
  }
  #probe .section__ttl > span {
    text-align: right;
  }
}

#probe .section__txt {
  width: 490px;
}

@media screen and (max-width: 767px) {
  #probe .section__txt {
    width: auto;
  }
}

@media screen and (min-width: 768px) {
  #probe .linkList01 {
    text-align: right;
  }
}

/* member
----------------------------------------------------------------*/
#member {
  min-height: 493px;
  padding: 72px 0;
  background-color: #1c0c0c;
  background-image: url(../img/bg_section05.jpg);
  background-size: auto 100%;
}

@media screen and (max-width: 767px) {
  #member {
    min-height: 0;
    padding: 40px 0;
    background-color: #2c1d1d;
    background-image: none;
  }
}

#member .section__ttl {
  display: inline-block;
  margin-bottom: 2em;
}

#member .flexBox {
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  #member .flexBox .flexBox__col:nth-of-type(2) {
    margin-top: 30px;
  }
}

#member .section__txt h5 {
  margin-bottom: 0.5em;
  line-height: 1.5;
  font-size: 2rem;
}

/* links
----------------------------------------------------------------*/
#links {
  position: relative;
  height: 379px;
  padding: 64px 0;
  background-image: url(../img/bg_section04.jpg);
  background-size: cover;
  background-position: center bottom;
}

@media screen and (max-width: 767px) {
  #links {
    height: auto;
    padding: 50px 0 40px;
    background-image: url(../img/bg_section04@sp.jpg);
  }
}

#links .flexBox .flexBox__col:nth-of-type(1) {
  margin-right: 55px;
}

#links .linkList {
  margin-top: 2px;
}

/* flexBox
----------------------------------------------------------------*/
.flexBox {
  display: flex;
}

@media screen and (max-width: 767px) {
  .flexBox {
    display: block;
  }
}

.flexBox.reverse {
  flex-direction: row-reverse;
}

/* separetionImg
----------------------------------------------------------------*/
.separetionImg {
  position: relative;
  width: 430px;
}

@media screen and (max-width: 767px) {
  .separetionImg {
    width: auto;
    height: 73.6301vw;
  }
}

.separetionImg img {
  display: block;
  position: absolute;
  left: -180px;
  width: 597px;
  max-width: none;
  height: auto;
  transition-duration: 5s;
}

@media screen and (max-width: 767px) {
  .separetionImg img {
    left: -0.625vw;
    width: 93.28125vw;
  }
}

.separetionImg .item01 {
  top: -48px;
  z-index: 3;
}

@media screen and (max-width: 767px) {
  .separetionImg .item01 {
    top: -0vw;
  }
}

.separetionImg .item02 {
  top: -48px;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .separetionImg .item02 {
    top: -0vw;
  }
}

.separetionImg .item03 {
  top: 379px;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .separetionImg .item03 {
    top: 67vw;
  }
}

.separetionImg.combi .item01 {
  top: 60px;
}

@media screen and (max-width: 767px) {
  .separetionImg.combi .item01 {
    top: 16.875vw;
  }
}

.separetionImg.combi .item03 {
  top: 291px;
}

@media screen and (max-width: 767px) {
  .separetionImg.combi .item03 {
    top: 53.25vw;
  }
}

/* animationImg
----------------------------------------------------------------*/
.animationImg {
  width: 397px;
  margin-left: -20px;
}

@media screen and (max-width: 767px) {
  .animationImg {
    width: 230px;
    margin: 20px auto 0;
  }
}

/* boxTtl
----------------------------------------------------------------*/
.boxTtl {
  margin-bottom: 2em;
  text-align: center;
}

.boxTtl > span {
  display: inline-block;
  padding: .75em 1.3875em;
  border: 2px solid #fff;
  font-size: 1.5rem;
}

/* twitterTimeline
----------------------------------------------------------------*/
.twitterTimeline {
  width: 400px;
  margin-rignt: 40px;
}

@media screen and (max-width: 767px) {
  .twitterTimeline {
    width: auto;
    margin-left: 0;
  }
}

.twitterTimeline__cont {
  height: 238px;
  border-radius: 5px;
  background-color: #121212;
  overflow: hidden;
}

.twitterTimeline__cont iframe {
  margin-top: -1px !important;
}

/* subMenu
----------------------------------------------------------------*/
@-webkit-keyframes star01 {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}

.subMenu__inner {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .subMenu__inner {
    width: 980px;
  }
}

@media screen and (max-width: 767px) {
  .subMenu__inner {
    padding: 0 3.90625vw;
  }
}

@media screen and (min-width: 768px) {
  .subMenu__list {
    display: flex;
    flex-wrap: wrap;
  }
}

.subMenu__list:last-child {
  margin-bottom: 0;
}

.subMenu__list .__item {
  background-color: #000;
}

.subMenu__list .__item a {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 16px;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  text-align: center;
  text-decoration: none;
  filter: saturate(100%);
  transition: .2s;
  -webkit-transition: all 400ms cubic-bezier(1, 0, 0, 1);
  transition: all 400ms cubic-bezier(1, 0, 0, 1);
}

.subMenu__list .__item a::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  transform: translate(-50%, -50%) scale(0.5);
  opacity: 0;
  transition: .2s;
  -webkit-transition: all 400ms cubic-bezier(1, 0, 0, 1);
  transition: all 400ms cubic-bezier(1, 0, 0, 1);
}

.subMenu__list .__item a::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  transform: translate(-50%, -50%) scale(1.15);
  opacity: 0;
  transition: .2s;
  -webkit-transition: all 400ms;
  transition: all 400ms;
}

@media screen and (min-width: 768px) {
  .subMenu__list .__item a:hover {
    filter: saturate(150%);
  }
  .subMenu__list .__item a:hover::before {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  .subMenu__list .__item a:hover::after {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
}

.subMenu__list .__item a span {
  display: table-cell;
  vertical-align: middle;
  background-image: url(../img/bg_pattern_dot01.png);
}

.subMenu__list .__item a b {
  display: block;
  font-family: "Orbitron", sans-serif;
  font-weight: 400;
  letter-spacing: .0625em;
}

.subMenu__list.col02 {
  margin-bottom: 20px;
}

.subMenu__list.col02 .__item:nth-child(1) a {
  background-image: url(../img/bg_subMenu01.jpg);
}

.subMenu__list.col02 .__item:nth-child(2) a {
  background-image: url(../img/bg_subMenu02.jpg);
}

.subMenu__list.col02 .__item:nth-child(3) a {
  background-image: url(../img/bg_subMenu03.jpg);
}

.subMenu__list.col02 .__item:nth-child(4) a {
  background-image: url(../img/bg_subMenu04.jpg);
}

@media screen and (min-width: 768px) {
  .subMenu__list.col02 .__item {
    width: 477px;
    height: 205px;
  }
  .subMenu__list.col02 .__item:nth-child(even) {
    margin-left: 26px;
  }
  .subMenu__list.col02 .__item:nth-child(n+3) {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .subMenu__list.col02 .__item:not(:first-child) {
    margin-top: 20px;
  }
}

.subMenu__list.col02 .__item a {
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .subMenu__list.col02 .__item a {
    height: calc(250/750 * 100vw);
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 768px) {
  .subMenu__list.col02 .__item a b {
    margin-bottom: .25em;
    font-size: 4rem;
  }
}

@media screen and (max-width: 767px) {
  .subMenu__list.col02 .__item a b {
    font-size: 2.8rem;
  }
}

.subMenu__list.col03 .__item:nth-child(3n+1) a {
  background-image: url(../img/bg_subMenu08.jpg);
}

.subMenu__list.col03 .__item:nth-child(3n+2) a {
  background-image: url(../img/bg_subMenu06.jpg);
}

.subMenu__list.col03 .__item:nth-child(3n+3) a {
  background-image: url(../img/bg_subMenu07.jpg);
}

.subMenu__list.col03 .__item:nth-child(1) a {
  background-image: url(../img/bg_subMenu05.jpg);
}

@media screen and (min-width: 768px) {
  .subMenu__list.col03 .__item {
    width: 310px;
    height: 130px;
  }
  .subMenu__list.col03 .__item:not(:nth-child(3n+1)) {
    margin-left: 25px;
  }
  .subMenu__list.col03 .__item:nth-child(n+4) {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .subMenu__list.col03 .__item:not(:first-child) {
    margin-top: 20px;
  }
}

.subMenu__list.col03 .__item a {
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .subMenu__list.col03 .__item a {
    height: calc(210/750 * 100vw);
  }
}

.subMenu__list.col03 .__item a b {
  font-size: 3rem;
}

@media screen and (max-width: 767px) {
  .subMenu__list.col03 .__item a b {
    font-size: 2.8rem;
  }
}

/* blockLink
----------------------------------------------------------------*/
.blockLink a {
  display: block;
  position: relative;
  padding: .75em 50px .75em 30px;
  background-image: url(../img/bg_blockLink01.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
  color: #ffffff;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .blockLink a:hover {
    opacity: .7;
  }
}

.blockLink a::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  width: 15px;
  height: calc(1em);
  margin: auto;
  background-image: url(/common/img/ico_linkArw01.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.blockLink a p {
  margin-bottom: 0;
}

.blockLink__ttl {
  margin-top: 0.5em;
}

.blockLink__ttl .orbitron {
  line-height: 1;
  font-size: 22px;
}

.blockLink__ttl .ja {
  margin-left: .5em;
  font-weight: bold;
}

/*
----------------------------------------------------------------*/
