/*___________________________
Body
___________________________*/
* {
  box-sizing: border-box;
  line-height: 1.6;
}

html,
body {
  overflow-x: hidden;
  width: 100%;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
}

@media screen and (max-width: 1199px) {
  html {
    scroll-padding-top: 59px;
  }
}

body {
  background: #fff;
  font-family: var(--familyNotoSans);
}

html:has(body.locked),
body.locked {
  overflow: hidden;
}

.ios-mac {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  color: #000;
}

a:hover {
  opacity: .7;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.color-white {
  color: #fff !important;
}

@media screen and (max-width: 767px) {
  .color-white {
    display: block;
    line-height: 1.4;
  }
}

.sr-box {
  position: relative;
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: normal;
  width: 1px;
}

/*___________________________
inner
___________________________*/

.inner {
  margin: 0 auto;
  max-width: 1080px;
  width: 100%;
}

.for-pc {
  display: block;
}

.for-sp {
  display: none;
}

@media screen and (max-width: 1279px) {
  .inner {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}

@media screen and (max-width: 767px) {
  .inner {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .for-pc {
    display: none;
  }

  .for-sp {
    display: block;
  }
}

.for-sp-1279 {
  display: none;
}

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

  .for-sp-1279 {
    display: block;
  }
}

.for-sp-991 {
  display: none;
}

.for-sp-991-768 {
  display: none;
}

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

  .for-sp-991 {
    display: block;
  }

  .for-sp-991-768 {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .for-sp-991-768 {
    display: none;
  }
}

/*___________________________
Link Buttons
___________________________*/

/*========================
  header
========================*/

header {
  background: #fff;
  display: block;
  height: 5.75rem;
  position: fixed;
  width: 100%;
  z-index: 10;
}

.header-inner {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: space-between;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.header-logo {
  width: 10.125rem;
}

.header-title {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

/* gnav */

.gnav-line {
  width: 100%;
}

.gnav-inner {
  align-items: center;
  display: flex;
  justify-content: flex-end;
}

.gnav-list-box {
  height: 100%;
}

.gnav-list-box ul {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: flex-start;
}

.gnav-list-box ul li {
  font-size: .875rem;
  margin: 0 .75rem;
}

.header-entry {
  margin-left: 5.5rem;
}

.header-entry a {
  align-items: center;
  background: linear-gradient(#ffd23a, #ff881f);
  border-radius: 4px;
  color: #fff;
  display: flex;
  font-weight: bold;
  height: 48px;
  justify-content: center;
  letter-spacing: .125rem;
  position: relative;
  width: 174px;
}

.header-entry a span {
  align-items: center;
  display: flex;
  justify-content: center;
}

.header-entry a span:before {
  background: url("../images/common/icon-entry.png") center center no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 24px;
  margin-right: 10px;
  width: 24px;
}

.header-entry a span:after {
  background: url("../images/common/arrow-right-white.png") center center no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 12px;
  margin-left: 7px;
  width: 12px;
}

@media screen and (max-width: 1199px) {
  .gnav-line {
    display: none;
  }
}

/*___________________________
main
___________________________*/

main {
  padding-top: 5.75rem;
}

@media screen and (max-width: 1199px) {
  main {
    padding-top: 3.8rem;
  }
}

/*___________________________
Footer
___________________________*/

footer {
  display: block;
  padding-bottom: 5rem;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  padding-top: 5rem;
}

footer .inner {
  max-width: 1280px;
  width: 100%;
}

.footer-inner {
  align-items: flex-start;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin-top: 3.75rem;
}

.footer-logo {
  width: 15rem;
}

.name-company dt a {
  background: url("../images/common/icon-link.png") center right no-repeat;
  padding-right: 1.5rem;
}

.name-company p {
  display: block;
  font-size: .75rem;
  margin-top: 1.25rem;
}

.name-company .insta-link {
  font-family: var(--familyPoppins);
  font-size: .875rem;
  font-weight: 600;
  margin-top: 2.875rem;
}

.name-company .insta-link a {
  align-items: center;
  display: flex;
}

.name-company .insta-link a:before {
  background: url("../images/common/icon-insta.png") center center no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 14px;
  margin-right: .5rem;
  width: 14px;
}

.footer-gnav {
  display: block;
}

.footer-gnav ul {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.footer-gnav ul li {
  font-size: .875rem;
  margin-bottom: .3125rem;
  margin-right: 1.5rem;
}

.footer-gnav ul li:last-child {
  margin-right: 0;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 3.75rem;
}

.footer-bottom-link {
  display: flex;
  flex-wrap: wrap;
}

.footer-bottom-link li {
  font-size: .75rem;
  margin-right: 1.25rem;
}

.footer-bottom-link a {
  background: url("../images/common/icon-link.png") center right no-repeat;
  padding-right: 1.5rem;
}

.copyright {
  font-family: var(--familyPoppins);
  font-size: .75rem;
}

#gnav-sp-button {
  display: none;
}

@media screen and (max-width: 1439px) {
  .header-entry {
    margin-left: 1.5rem;
  }
}

@media screen and (max-width: 1279px) {
  .gnav-list-box ul li {
    margin: 0 .375rem;
  }

  .footer-inner {
    flex-direction: column;
  }

  .footer-gnav {
    margin-bottom: 1.875rem;
    width: 100%;
  }
}

@media screen and (max-width: 1199px) {
  header {
    height: auto;
  }

  .header-inner {
    align-items: flex-start;
    flex-direction: column;
    padding: .2rem 1rem .5rem;
  }

  .gnav-line {
    margin-top: .9875rem;
  }
}

@media screen and (max-width: 1199px) {
  #gnav-sp-button {
    display: block;
  }

  #gnav-sp-button:hover {
    cursor: pointer;
  }

  #gnav-sp-button:before {
    content: "\e5d2";
    font-family: "Material Icons";
    font-size: 2.5rem;
    height: 3.7rem;
    position: absolute;
    right: 24px;
    top: 0;
  }

  #gnav-sp-button.open:before {
    content: "\e5cd";
    font-family: "Material Icons";
    font-size: 2.5rem;
    position: absolute;
    right: 24px;
    top: 0;
  }

  .gnav-inner {
    flex-direction: column;
  }

  .header-entry {
    margin-bottom: 1.25rem;
    margin-left: 0;
    margin-top: 1rem;
  }

  .footer-bottom {
    flex-direction: column;
  }

  .copyright {
    line-height: 1.4;
    margin-top: 1.875rem;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .gnav-list-box {
    padding-top: 1.25rem;
    width: 100%;
  }

  .gnav-list-box ul {
    flex-direction: column;
    flex-wrap: wrap;
  }

  .gnav-list-box ul li {
    margin-bottom: 1.3rem;
    text-align: center;
    width: 100%;
  }

  footer {
    padding-bottom: 2.5rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 2.5rem;
  }

  footer .inner {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-inner {
    flex-direction: column;
    margin-top: 1.875rem;
  }

  .footer-logo {
    width: 100%;
  }

  .footer-logo img {
    width: 230px;
  }

  .name-company p {
    margin-top: .5rem;
  }

  .name-company .insta-link {
    margin-top: 1.4325rem;
  }

  .footer-bottom-link li {
    margin-bottom: .3125rem;
  }

  .footer-bottom {
    margin-top: 2.825rem;
  }

  .name-company dt a {
    font-size: .875rem;
  }
}