@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
body {
  margin: 0;
  padding: 0;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-family: 'Noto Sans JP';
  color: #fff; }

a {
  color: #f7931d;
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom; }

.global_head {
  margin: 0; }

@media only screen and (max-width: 767px) {
  .section {
    margin: 0 20px; } }
@media only screen and (min-width: 768px) {
  .section {
    max-width: 1050px;
    width: calc(100% - 30px);
    margin: 0 auto; } }

.wrap {
  overflow: hidden;
  position: relative; }

.content {
  background: #000 url("../img/content-bg.png") no-repeat center/cover;
  background-attachment: fixed;
  position: relative; }
  .content::before {
    content: "";
    background: linear-gradient(#000 5%, transparent 20%, #000 99%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }

h2 {
  position: relative;
  text-align: center; }
  @media only screen and (max-width: 767px) {
    h2 {
      margin: 0 0 50px; } }
  @media only screen and (min-width: 768px) {
    h2 {
      margin: 0 0 80px; } }
  h2::after {
    content: "";
    background: #fff;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%); }
    @media only screen and (max-width: 767px) {
      h2::after {
        width: 280px; } }
    @media only screen and (min-width: 768px) {
      h2::after {
        width: 400px; } }
  @media only screen and (max-width: 767px) {
    h2 img {
      width: 210px; } }
  @media only screen and (min-width: 768px) {
    h2 img {
      width: 280px; } }

.ttl-left {
  position: relative; }
  @media only screen and (min-width: 768px) {
    .ttl-left {
      text-align: left;
      margin: 0 0 50px;
      padding: 0 0 0 10px; } }
  @media only screen and (min-width: 768px) {
    .ttl-left::after {
      width: 450px;
      left: 0;
      transform: translateX(0); } }

.hero {
  background: linear-gradient(#000 20%, transparent 55%, #000 90%), url("../img/bg.png") repeat center; }
  @media only screen and (min-width: 768px) {
    .hero {
      height: 640px; } }
  .hero .section {
    position: relative; }
    @media only screen and (min-width: 768px) {
      .hero .section {
        height: 640px; } }
  @media only screen and (max-width: 767px) {
    .hero__content {
      margin: 40px 0 0;
      display: flex;
      flex-direction: column; } }
  @media only screen and (max-width: 767px) {
    .hero__img {
      order: 2;
      text-align: center; }
      .hero__img img {
        width: 60%; } }
  @media only screen and (min-width: 768px) {
    .hero__img {
      position: absolute;
      left: 0;
      bottom: 40px; } }
  @media only screen and (max-width: 767px) {
    .hero__text {
      order: 1;
      margin: 0 0 30px; } }
  @media only screen and (min-width: 768px) {
    .hero__text {
      position: absolute;
      right: 0;
      bottom: 0;
      width: calc(100% - 500px); } }
  .hero__text p {
    font-weight: 600; }
    @media only screen and (max-width: 767px) {
      .hero__text p {
        font-size: 0.95rem;
        line-height: 1.8rem;
        letter-spacing: 0.1rem;
        margin: 0 0 20px; } }
    @media only screen and (min-width: 768px) {
      .hero__text p {
        font-size: 1.3rem;
        line-height: 2.3rem;
        letter-spacing: 0.08rem;
        margin: 0 auto 15px;
        max-width: 750px; } }
    .hero__text p:last-child {
      margin: 0 auto; }
  @media only screen and (max-width: 767px) {
    .hero__text .text-l {
      margin: 0 0 10px;
      font-size: 1.25rem; } }
  @media only screen and (min-width: 768px) {
    .hero__text .text-l {
      margin: 0 0 25px;
      font-size: 2.1rem; } }
  .hero__ttl {
    position: relative;
    z-index: 10; }
    @media only screen and (max-width: 767px) {
      .hero__ttl {
        padding: 60px 0 0; } }
    @media only screen and (min-width: 768px) {
      .hero__ttl {
        padding: 95px 0 0; } }
    .hero__ttl img {
      filter: drop-shadow(4px 4px 0 rgba(0, 0, 0, 0.2)); }
  .hero__catch {
    color: #fff;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.1rem;
    text-shadow: 4px 4px 0 rgba(0, 0, 0, 0.2); }
    @media only screen and (max-width: 767px) {
      .hero__catch {
        font-size: 0.85rem;
        margin: 15px 0 0; } }
    @media only screen and (min-width: 768px) {
      .hero__catch {
        font-size: 1.7rem;
        margin: 25px 0 0; } }

@media only screen and (max-width: 767px) {
  .list {
    padding: 60px 0 0; } }
@media only screen and (min-width: 768px) {
  .list {
    padding: 80px 0 0; } }
.list__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
.list__item {
  position: relative;
  overflow: hidden;
  width: 100%;
  background: #222;
  text-align: center;
  padding: 0; }
  @media only screen and (max-width: 767px) {
    .list__item {
      width: 48%;
      height: 110px;
      margin: 0 0 15px; } }
  @media only screen and (min-width: 768px) {
    .list__item {
      width: 32%;
      height: 220px;
      margin: 0 0 23px; } }
  @media only screen and (max-width: 767px) {
    .list__item:last-child {
      margin: 0 auto; } }
  .list__item img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto; }

.intro {
  position: relative;
  color: #fff; }
  @media only screen and (max-width: 767px) {
    .intro {
      padding: 70px 0; } }
  @media only screen and (min-width: 768px) {
    .intro {
      padding: 130px 0; } }
  @media only screen and (min-width: 768px) {
    .intro__inner {
      display: flex;
      justify-content: space-between;
      align-items: center; } }
  .intro__img {
    text-align: center; }
    @media only screen and (max-width: 767px) {
      .intro__img {
        margin: 50px 0 0; } }
    @media only screen and (min-width: 768px) {
      .intro__img {
        width: 600px; } }
  @media only screen and (min-width: 768px) {
    .intro__text {
      width: calc(100% - 620px); } }
  .intro__text p {
    font-weight: 600;
    margin: 0 auto 5px; }
    @media only screen and (max-width: 767px) {
      .intro__text p {
        font-size: 0.95rem;
        line-height: 1.9rem;
        letter-spacing: 0.1rem; } }
    @media only screen and (min-width: 768px) {
      .intro__text p {
        font-size: 1.15rem;
        line-height: 2.2rem;
        letter-spacing: 0.08rem; } }
    .intro__text p:last-child {
      margin: 0 auto; }
  @media only screen and (max-width: 767px) {
    .intro__text .text-l {
      margin: 0 0 15px;
      font-size: 1.25rem; } }
  @media only screen and (min-width: 768px) {
    .intro__text .text-l {
      margin: 0 0 25px;
      font-size: 1.6rem; } }
  @media only screen and (max-width: 767px) {
    .intro__text a {
      font-size: 0.9rem; } }
  @media only screen and (min-width: 768px) {
    .intro__text a {
      font-size: 0.95rem; } }
  .intro__text a::after {
    font-family: "Font Awesome 5 Free";
    content: "\f35d";
    font-weight: 900;
    position: relative;
    top: -1px;
    margin-left: 5px; }
  @media only screen and (max-width: 767px) {
    .intro__logo {
      text-align: center;
      margin: 20px 0 0; } }
  @media only screen and (min-width: 768px) {
    .intro__logo {
      margin: 20px 0 0; } }
  @media only screen and (max-width: 767px) {
    .intro__logo img {
      width: 60%; } }
  @media only screen and (min-width: 768px) {
    .intro__logo img {
      width: 70%; } }

.outline {
  color: #fff; }
  @media only screen and (max-width: 767px) {
    .outline {
      padding: 0 0 90px; } }
  @media only screen and (min-width: 768px) {
    .outline {
      height: 500px;
      padding: 0 0 150px; } }
  .outline .section {
    position: relative; }
    @media only screen and (min-width: 768px) {
      .outline .section {
        height: 500px; } }
  .outline__content {
    position: relative;
    z-index: 10; }
    @media only screen and (min-width: 768px) {
      .outline__content {
        max-width: 550px;
        margin: 0 0 0 auto; } }
  .outline__ttl {
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.05rem;
    position: relative; }
    @media only screen and (max-width: 767px) {
      .outline__ttl {
        margin: 0 0 20px;
        font-size: 1.05rem;
        line-height: 1.6rem; } }
    @media only screen and (min-width: 768px) {
      .outline__ttl {
        margin: 0 0 20px;
        font-size: 1.6rem;
        line-height: 2.2rem; } }
    @media only screen and (max-width: 767px) {
      .outline__ttl span {
        font-size: 0.85rem; } }
    @media only screen and (min-width: 768px) {
      .outline__ttl span {
        font-size: 0.9rem; } }
  .outline dl {
    display: flex;
    box-sizing: border-box;
    width: 100%;
    margin: 0 0 30px; }
    @media only screen and (max-width: 767px) {
      .outline dl {
        flex-direction: column; } }
    .outline dl:last-child {
      margin: 0; }
    .outline dl dt {
      font-weight: 600;
      box-sizing: border-box; }
      @media only screen and (max-width: 767px) {
        .outline dl dt {
          font-size: 0.9rem;
          margin: 0 0 20px; } }
      @media only screen and (min-width: 768px) {
        .outline dl dt {
          font-size: 1.0rem; } }
      .outline dl dt span {
        border: 1px solid #fff;
        padding: 2px 35px 4px; }
        @media only screen and (max-width: 767px) {
          .outline dl dt span {
            letter-spacing: 0.2rem; } }
        @media only screen and (min-width: 768px) {
          .outline dl dt span {
            letter-spacing: 0.05rem; } }
    .outline dl dd {
      margin: 0;
      letter-spacing: 0.05rem;
      box-sizing: border-box; }
      @media only screen and (max-width: 767px) {
        .outline dl dd {
          font-size: 0.95rem;
          line-height: 1.5rem; } }
      @media only screen and (min-width: 768px) {
        .outline dl dd {
          font-size: 1.03rem;
          padding: 0 0 0 30px; } }
  .outline__qr {
    text-align: center; }
    @media only screen and (max-width: 767px) {
      .outline__qr {
        margin: 50px 0 0; } }
    @media only screen and (min-width: 768px) {
      .outline__qr {
        width: 600px; } }
  @media only screen and (max-width: 767px) {
    .outline__img {
      margin: 75px 0 0; } }
  @media only screen and (min-width: 768px) {
    .outline__img {
      position: absolute;
      left: -300px;
      bottom: 0; } }
  .outline__img img {
    filter: drop-shadow(4px 4px 10px rgba(0, 0, 0, 0.8)); }

@media only screen and (min-width: 768px) {
  .sponly {
    display: none; } }

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