@charset "UTF-8";
/****共通設定******************************/
body {
  margin: 0;
  overflow-x: hidden;
  font-family: "Poppins", "Noto Sans JP", sans-serif;
}

html {
  position: relative; 
}

a {
  color: #172FFF; 
}

a:hover {
  color: #172FFF; 
}

a:visited {
  color: #172FFF; 
}

a:active {
  color: #172FFF; 
}

.sp {
  display: none; 
}

.pc {
  display: inherit; 
}

.outer {
  width: 860px;
  margin: 0 auto; 
}

.inner {
  width: 756px;
  margin: 0 auto; 
}

@media screen and (max-width: 768px) {
  .pc {
    display: none; 
	}

  .sp {
    display: inherit; 
	}

  .outer {
    width: calc(100% - 30px);
    padding: 15px; 
	}

  .inner {
    width: calc(100% - 30px);
    padding: 15px; 
	} 
}


/****MV******************************/
#mv {
  width: 100%;
  height: 760px;
  background: url("../images/mv-pc-bg.jpg");
  background-repeat: repeat-x;
  background-size: 100% 100%;
  position: relative;
}
  @media screen and (max-width: 768px) {
    #mv {
      height: inherit;
      position: relative; 
	  }
}
  #mv .logo {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 220px; 
}
    @media screen and (max-width: 768px) {
      #mv .logo {
        top: 0;
        left: 0;
        width: 160px; 
		} 
}
  #mv .mv-bar {
    background: #000;
    padding: 6px 0;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center; 
}
    #mv .mv-bar span {
      color: #FAFF00; 
}
  #mv .mv-inner {
    width: 1100px;
    margin: 0 auto; 
}
    @media screen and (max-width: 768px) {
      #mv .mv-inner {
        width: 100%;
        height: auto; 
		} 
}
    #mv .mv-inner .btn {
      width: 300px;
      background: linear-gradient(90deg, #FFA800 0%, #FF4D00 100%);
      border-radius: 68px;
      text-align: center;
      color: #fff;
      font-size: 25px;
      line-height: 35px;
      font-weight: 700;
      text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.25);
      border: 2px solid #fff;
      font-family: 'Noto Sans JP', sans-serif;
      display: block;
      position: absolute;
      left: calc(50% - 135px);
      top: 650px;
      transition: .3s; 
}
      #mv .mv-inner .btn:hover {
        transform: scale(1.1, 1.1);
        transition: .3s; 
}
      @media screen and (max-width: 768px) {
        #mv .mv-inner .btn {
          width: 76%;
          left: 12%;
          top: inherit;
          bottom: 5.5%; 
		  } 
}
      #mv .mv-inner .btn a {
        margin: 0;
        padding: 13px;
        color: #fff;
        display: block;
        position: relative;
        text-decoration: none; 
}
        #mv .mv-inner .btn a::after {
          content: "";
          margin: auto;
          position: absolute;
          top: 0;
          bottom: 0;
          right: 20px;
          width: 12px;
          height: 12px;
          border-top: 3px solid #fff;
          border-right: 3px solid #fff;
          transform: rotate(45deg);
          text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.25); 
}









