@charset "UTF-8";
/* Scss Document */
@keyframes hoverin {
  0% {
    transform: translateX(-101%);
    opacity: 1; }
  100% {
    transform: translateX(0);
    opacity: 1; } }
@keyframes hoverout {
  0% {
    transform: translateY(0);
    left: 0;
    opacity: 1; }
  100% {
    transform: translateY(0);
    left: 101%;
    opacity: 1; } }
@keyframes hoverin_reverse {
  0% {
    transform: translateX(101%);
    opacity: 1; }
  100% {
    transform: translateX(0);
    opacity: 1; } }
@keyframes sdl {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0; }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0; }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%; }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%; } }
@keyframes scrollbar {
  0% {
    height: 0; }
  15% {
    height: 0; }
  30% {
    height: 0; }
  75% {
    height: 100%; }
  100% {
    height: 100%; } }
@keyframes scrollbar2 {
  0% {
    height: 100%; }
  15% {
    height: 0%; }
  50% {
    height: 0%; }
  100% {
    height: 0%; } }
html, body, p, ol, ul, li, dl, dt, dd, blockquote, figure, fieldset, legend, textarea, pre, iframe, hr, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0; }

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

ol, ul {
  list-style: none; }

button, input, select, textarea {
  margin: 0; }

html {
  box-sizing: border-box; }

* {
  box-sizing: inherit; }
  *:before, *:after {
    box-sizing: inherit; }

img, embed, iframe, object {
  height: auto;
  max-width: 100%; }

audio {
  max-width: 100%; }

iframe {
  border: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td, th {
  padding: 0;
  text-align: left; }

textarea {
  -webkit-appearance: none; }

input[type="email"], input[type="password"], input[type="text"], input[type="button"], input[type="submit"] {
  -webkit-appearance: none; }

textarea {
  resize: vertical; }

input {
  outline: none; }
  input:-webkit-autofill {
    -webkit-box-shadow: 0 0 1000px #fff inset;
    outline: none; }

button {
  outline: none; }

area {
  border: none;
  outline: none; }

img {
  -ms-interpolation-mode: bicubic; }

* {
  -webkit-tap-highlight-color: rgba(255, 216, 0, 0.5);
  max-height: 999999px; }
  *::before, *::after {
    will-change: all;
    box-sizing: border-box; }

em, b {
  font-weight: normal;
  font-style: normal; }

body {
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif;
  background: #fff; }

input, textarea, select {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif; }

a {
  cursor: pointer;
  text-decoration: none;
  outline: none; }
  a:link {
    color: #000000;
    transition: opacity 0.3s; }
  a:visited {
    color: #000000; }
  a:hover {
    color: #000000;
    text-decoration: none; }
  a:active {
    color: #000000; }

b {
  font-weight: bold; }

section {
  clear: both;
  zoom: 1; }

article:after, section:after, .clrFx:after {
  content: '';
  clear: both;
  display: block; }

.pc-item {
  display: none !important; }

#baseVW {
  width: 100vw;
  position: fixed;
  left: -200vw;
  opacity: 0;
  height: 100vh; }

img {
  vertical-align: bottom; }

i {
  font-style: normal; }

body {
  background: #fff09e; }

p {
  font-size: 3.2vw; }

.site_header {
  position: relative;
  z-index: 130; }
  .site_header .logo {
    width: 35.1vw;
    position: absolute;
    left: 4vw;
    top: 1.8vw; }
  .site_header .link_top {
    display: block;
    background: #000;
    color: #fff;
    width: 34vw;
    height: 7vw;
    border-radius: 3.5vw;
    font-size: 3vw;
    text-align: center;
    font-weight: 600;
    padding: 2.2vw 0 0;
    position: absolute;
    right: 1vw;
    top: 4vw;
    line-height: 1; }
    .site_header .link_top span {
      padding-left: 3.5vw;
      position: relative;
      display: inline-block; }
      .site_header .link_top span:before, .site_header .link_top span:after {
        content: "";
        width: 1.3vw;
        height: 2vw;
        position: absolute;
        left: 0;
        top: 0.2vw;
        transform: rotate(180deg); }
      .site_header .link_top span:before {
        background: url("../img/common/arr_white.png") no-repeat left center/100% auto; }
      .site_header .link_top span:after {
        background: url("../img/common/arr_black.png") no-repeat left center/100% auto;
        opacity: 0; }

.h_square {
  padding-left: 4vw;
  position: relative;
  font-weight: 600;
  line-height: 1.6;
  font-size: 4vw;
  letter-spacing: 0.1em;
  padding-bottom: 1vw; }
  .h_square:before {
    content: "";
    width: 3vw;
    height: 3vw;
    background: #000;
    position: absolute;
    left: 0;
    top: 1.4vw; }

.h_largetext {
  font-size: 4vw;
  line-height: 2.4;
  font-weight: 600; }

footer {
  background: #000;
  color: #fff;
  padding-top: 0vw; }
  footer a.contact {
    display: block;
    padding: 0;
    appearance: none;
    width: 60vw;
    height: 12vw;
    margin: 0 auto 15vw;
    border-radius: 6vw;
    background: #FFD800;
    color: #000;
    font-weight: 600;
    font-size: 3.6vw;
    text-align: center;
    line-height: 12vw; }
    footer a.contact span {
      position: relative;
      padding: 0 4vw 0 0; }
      footer a.contact span:before {
        content: "";
        width: 1.3vw;
        height: 2vw;
        background-image: url(../img/common/arr_black.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-position: center bottom;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        z-index: 10; }
  footer .footer_inner {
    border-top: 1px solid #fff09e;
    text-align: center;
    padding: 3vw 0 4.5vw; }
    footer .footer_inner a {
      width: 39.7vw;
      margin: 0 auto 4vw;
      display: block; }
    footer .footer_inner p {
      font-size: 2.8vw;
      font-weight: 600;
      padding-bottom: 2.5vw; }
    footer .footer_inner p small {
      font-weight: normal; }

.btn_yellow, .btn_yellow_arr_left {
  display: block;
  padding: 0;
  appearance: none;
  width: 60vw;
  height: 12vw;
  margin: 0 auto 15vw;
  border-radius: 6vw;
  background: #FFD800;
  color: #000;
  font-weight: 600;
  font-size: 3.6vw;
  text-align: center;
  position: relative;
  z-index: 10;
  padding-top: 4.5vw;
  line-height: 1; }
  .btn_yellow span, .btn_yellow_arr_left span {
    position: relative;
    padding: 0 4vw 0 0;
    display: inline-block; }
    .btn_yellow span:before, .btn_yellow_arr_left span:before {
      content: "";
      width: 1.3vw;
      height: 2vw;
      background-image: url(../img/common/arr_black.png);
      background-repeat: no-repeat;
      background-size: 100% 100%;
      background-position: center bottom;
      position: absolute;
      right: 0;
      top: -0.7vw;
      bottom: 0;
      margin: auto;
      z-index: 10; }
  .btn_yellow_arr_left span {
    padding: 0 0 0 4vw; }
    .btn_yellow_arr_left span:before {
      left: 0;
      right: auto; }

.btn_black, .btn_black_arr_left {
  display: block;
  padding: 0;
  appearance: none;
  width: 60vw;
  height: 12vw;
  margin: 0 auto 15vw;
  border-radius: 6vw;
  background: #000;
  color: #FFD800;
  font-weight: 600;
  font-size: 3.6vw;
  text-align: center;
  position: relative;
  z-index: 10;
  padding-top: 4.5vw;
  line-height: 1; }
  .btn_black:link, .btn_black_arr_left:link, .btn_black:visited, .btn_black_arr_left:visited, .btn_black:active, .btn_black_arr_left:active {
    color: #FFD800; }
  .btn_black:hover, .btn_black_arr_left:hover {
    color: #FFD800;
    text-decoration: none; }
  .btn_black span, .btn_black_arr_left span {
    position: relative;
    padding: 0 4vw 0 0;
    display: inline-block; }
    .btn_black span:before, .btn_black_arr_left span:before {
      content: "";
      width: 1.3vw;
      height: 2vw;
      background-image: url(../img/common/arr_yellow.png);
      background-repeat: no-repeat;
      background-size: 100% 100%;
      background-position: center bottom;
      position: absolute;
      right: 0;
      top: -0.7vw;
      bottom: 0;
      margin: auto;
      z-index: 10; }
  .btn_black_arr_left span {
    padding: 0 0 0 4vw; }
    .btn_black_arr_left span:before {
      left: 0;
      right: auto; }

#loading {
  background: #FFD800;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  height: 100%;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  #loading .in {
    width: 78vw;
    height: 18.8vw;
    position: relative;
    margin: 0 auto;
    display: block; }
    #loading .in:after {
      content: "";
      width: 100%;
      height: 100%;
      background: #FFD800;
      position: absolute;
      left: 0;
      top: 0;
      transform: translateX(-100%); }
    #loading .in.stop:after {
      transform: translateX(0);
      transition: transform 0.5s; }
    #loading .in:before {
      content: '';
      width: 78vw;
      height: 100%;
      background: url("../img/common/loading_mask.png") right top no-repeat;
      background-size: auto 100%;
      position: absolute;
      right: 0;
      top: 0; }
    #loading .in i {
      width: 78vw;
      height: 18.8vw;
      background: url("../img/common/loading.png") right top no-repeat;
      background-size: auto 100%;
      position: absolute;
      right: 0;
      top: 0; }

.android .btn_yellow_arr_left span:before, .android .btn_yellow_arr_left span:after, .android .btn_black_arr_left span:before, .android .btn_black_arr_left span:after, .android .btn_yellow span:before, .android .btn_yellow_arr_left span:before, .android .btn_yellow span:after, .android .btn_yellow_arr_left span:after, .android .btn_black span:before, .android .btn_black_arr_left span:before, .android .btn_black span:after, .android .btn_black_arr_left span:after {
  top: 0.3vw; }
.android .site_header .link_top {
  padding-top: 2.0vw; }
  .android .site_header .link_top span:before, .android .site_header .link_top span:after {
    top: 0.6vw; }

@media (min-width: 769px) {
  .pc-item {
    display: block !important; }

  .sp-item {
    display: none !important; }

  #contents {
    min-width: 1200px; }

  p {
    font-size: 16px; }

  .site_header .logo {
    width: 175.5px;
    left: 30px;
    top: 20px; }
  .site_header .link_top {
    width: 170px;
    height: 35px;
    border-radius: 17.5px;
    font-size: 15px;
    padding: 12px 0 0;
    right: 20px;
    top: 30px; }
    .site_header .link_top span {
      padding-left: 17.5px; }
      .site_header .link_top span:before, .site_header .link_top span:after {
        width: 6.5px;
        height: 10px;
        top: 1px; }

  .h_square {
    padding-left: 20px;
    font-size: 20px;
    padding-bottom: 10px; }
    .h_square:before {
      width: 15px;
      height: 15px;
      top: 7px; }

  .h_largetext {
    font-size: 20px; }

  footer {
    padding-top: 0px; }
    footer a.contact {
      width: 400px;
      height: 60px;
      margin: 0 auto 75px;
      border-radius: 30px;
      font-size: 18px;
      line-height: 60px; }
      footer a.contact span {
        padding: 0 20px 0 0; }
        footer a.contact span:before {
          width: 6.5px;
          height: 10px; }
    footer .footer_inner {
      height: 140px;
      padding: 0;
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-top: 0px; }
      footer .footer_inner a {
        width: 276.5px;
        margin: -17px 0 0 30px; }
      footer .footer_inner p {
        font-size: 14px;
        padding-bottom: 12.5px;
        text-align: right;
        padding-right: 30px;
        line-height: 1.3em; }
        footer .footer_inner p + p {
          padding-bottom: 0; }

  .btn_yellow, .btn_yellow_arr_left {
    width: 400px;
    height: 60px;
    margin: 0 auto;
    border-radius: 30px;
    font-size: 18px;
    padding: 2.5px 0 0;
    transition: background 0.3s , color 0.3s;
    padding-top: 24px; }
    .btn_yellow span, .btn_yellow_arr_left span {
      padding: 0 20px 0 0; }
      .btn_yellow span:before, .btn_yellow_arr_left span:before {
        width: 6.5px;
        height: 10px;
        top: -3px; }
    .btn_yellow_arr_left span {
      padding: 0 0 0 20px; }
      .btn_yellow_arr_left span:before {
        left: 0;
        right: auto; }

  .btn_black, .btn_black_arr_left {
    width: 400px;
    height: 60px;
    margin: 0 auto;
    border-radius: 30px;
    font-size: 18px;
    padding: 2.5px 0 0;
    padding-top: 24px; }
    .btn_black span, .btn_black_arr_left span {
      padding: 0 20px 0 0; }
      .btn_black span:before, .btn_black_arr_left span:before {
        width: 6.5px;
        height: 10px;
        top: -3px; }
    .btn_black_arr_left span {
      padding: 0 0 0 20px; }
      .btn_black_arr_left span:before {
        left: 0;
        right: auto; }

  #loading {
    background: #FFD800;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    width: 100%;
    height: 100%; }
    #loading .in {
      width: 557px;
      height: 135px;
      position: relative;
      margin: 0 auto; }
      #loading .in:before {
        content: '';
        width: 557px;
        height: 100%;
        position: absolute;
        right: 0;
        top: 0; }
      #loading .in i {
        width: 557px;
        height: 135px;
        position: absolute;
        right: 0;
        top: 0; }

  .ie #loading .in {
    margin: 0; }

  .mac .btn_black_arr_left, .mac .btn_yellow_arr_left {
    padding-top: 22px; } }
/*hover*/
@media (min-width: 769px) {
  .site_header .link_top {
    transition: background 0.3s; }
    .site_header .link_top span {
      transition: color 0.3s; }
      .site_header .link_top span:before, .site_header .link_top span:after {
        transition: opacity 0.3s; }
    .site_header .link_top:hover {
      background: #fff; }
      .site_header .link_top:hover span {
        color: #000; }
        .site_header .link_top:hover span:before {
          opacity: 0; }
        .site_header .link_top:hover span:after {
          opacity: 1; }

  .btn_yellow, .btn_yellow_arr_left, .btn_yellow_arr_left {
    overflow: hidden; }
    .btn_yellow:before, .btn_yellow_arr_left:before, .btn_yellow_arr_left:before {
      content: "";
      width: 100%;
      height: 100%;
      background: #fff;
      position: absolute;
      left: 0;
      top: 0;
      opacity: 0;
      transition: opacity 0.4s; }
    .btn_yellow:hover:before, .btn_yellow_arr_left:hover:before, .btn_yellow_arr_left:hover:before {
      opacity: 1; }

  .site_header .logo img {
    transition: opacity 0.3s; }
  .site_header .logo:hover img {
    opacity: 0.6; } }
/*animation*/
footer .btn_yellow_arr_left {
  transform: translateY(30px);
  opacity: 0; }

@media (max-width: 768px) {
  footer.show .btn_yellow_arr_left {
    opacity: 1;
    transform: translateY(0);
    transition: transform 0.9s ,opacity 0.7s;
    transition-delay: 0.1s; } }
@media (min-width: 769px) {
  footer.show .btn_yellow_arr_left {
    opacity: 1;
    transform: translateY(0);
    transition: transform 0.9s ,opacity 0.7s;
    transition-delay: 0.5s; } }
