html {
  font-size: 62.5%;
}

body {
  font-family: sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #fff;
}

button:focus {
  outline: none;
}
button:focus-visible {
  outline: none;
}
button:hover {
  outline: none;
}

textarea {
  resize: vertical;
}
textarea:focus {
  outline: none;
}
textarea:focus-visible {
  outline: none;
}
textarea:hover {
  outline: none;
}

picture {
  display: block;
}

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

a {
  text-decoration: none;
}

.is-pc-only {
  display: inline-block !important;
}
.is-pc-only_block {
  display: block !important;
}

.is-sp-only {
  display: none !important;
}
.is-sp-only_block {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .is-pc-only {
    display: none !important;
  }
  .is-pc-only_block {
    display: none !important;
  }
  .is-sp-only {
    display: inline-block !important;
  }
  .is-sp-only_block {
    display: block !important;
  }
}
/*----------------------------------------------------------------------------
	wrapper
----------------------------------------------------------------------------*/
.wrapper {
  contain: paint;
}

.inner {
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .inner {
    width: 100%;
    max-width: 100%;
  }
}

.grand {
  background: #fff500;
}
.ground-bg{
  background-image: url(../images/outline_bg.svg);
  background-repeat: no-repeat;
  background-position: top center;
}

/*----------------------------------------------------------------------------
	c-parts
----------------------------------------------------------------------------*/
.c-opacity {
  transition: opacity 0.4s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media screen and (min-width: 768px) {
  .c-opacity:hover {
    opacity: 0.65;
  }
}

/*----------------------------------------------------------------------------
	header
----------------------------------------------------------------------------*/
.header {
  background-color: #2e3dff;
}
.header .inner {
  display: -moz-flex;
  display: flex;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -moz-align-items: center;
  align-items: center;
  max-width: 950px;
  padding-top: 18px;
  padding-bottom: 15px;
  padding-left: 4px;
}
@media screen and (max-width: 950px) {
  .header .inner {
    max-width: 100%;
    padding-top: 1.895vw;
    padding-bottom: 1.895vw;
    padding-left: 0.421vw;
  }
}
@media screen and (max-width: 767px) {
  .header .inner {
    -moz-flex-direction: column;
    flex-direction: column;
    padding-top: 4.211vw;
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .header_logo {
    margin-bottom: 4.211vw;
  }
}
.header_logo picture {
  display: inline-block;
}
.header_logo picture img {
  width: 354px;
}
@media screen and (max-width: 950px) {
  .header_logo picture img {
    width: 37.263vw;
  }
}
@media screen and (max-width: 767px) {
  .header_logo picture img {
    width: 75.789vw;
  }
}
.header_search a {
  display: block;
}
.header_search a picture {
  display: inline-block;
}
.header_search a picture img {
  width: 261px;
}
@media screen and (max-width: 950px) {
  .header_search a picture img {
    width: 27.474vw;
  }
}
@media screen and (max-width: 767px) {
  .header_search a picture img {
    width: 54.737vw;
  }
}

/*----------------------------------------------------------------------------
	gnav
----------------------------------------------------------------------------*/
.gnav .inner {
  padding: 16px 0;
  max-width: 950px;
}
@media screen and (max-width: 950px) {
  .gnav .inner {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .gnav .inner {
    padding-right: 3.158vw;
    padding-bottom: 3.158vw;
    padding-left: 3.158vw;
  }
}
.gnav_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 767px) {
  .gnav_list {
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 3.158vw;
         column-gap: 3.158vw;
    row-gap: 2.105vw;
  }
}
.gnav_list-item {
  padding-top: 2px;
  padding-right: 8px;
  padding-bottom: 2px;
  padding-left: 8px;
  border-right: 6px solid #ed9100;
}
@media screen and (max-width: 767px) {
  .gnav_list-item {
    border-right: none;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
}
.gnav_list-item:last-child {
  border-right: none;
}
@media screen and (max-width: 767px) {
}
.gnav_list-item a {
  display: block;
}
.gnav_list-item a picture {
  text-align: center;
}
.gnav_list-item a picture img {
  width: 220px;
}
@media screen and (max-width: 950px) {
  .gnav_list-item a picture img {
    width: 23.158vw;
  }
}
@media screen and (max-width: 767px) {
  .gnav_list-item a picture img {
    width: 100%;
  }
}

/*----------------------------------------------------------------------------
	footer
----------------------------------------------------------------------------*/
.footer {
  background-color: #fff;
}
.footer .inner {
  max-width: 100%;
  padding-top: 38px;
  padding-bottom: 38px;
}
@media screen and (max-width: 767px) {
  .footer .inner {
    padding-top: 4.737vw;
    padding-bottom: 4.737vw;
  }
}
.footer_logo {
  text-align: center;
}
.footer_logo picture {
  display: inline-block;
}
.footer_logo picture img {
  width: 553px;
}
@media screen and (max-width: 767px) {
  .footer_logo picture img {
    width: 71.579vw;
  }
}
/*# sourceMappingURL=common.css.map */