@charset "UTF-8";
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
button,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}

ul {
  list-style: none;
}

li {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  text-decoration: none;
  vertical-align: baseline;
  background: transparent;
  display: inline-block;
}

figure {
  line-height: 0;
}

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

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

main {
  display: block;
}

address {
  font-style: normal;
}

button {
  border: 0;
  box-shadow: none;
  cursor: pointer;
}

pre {
  white-space: pre-wrap;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  font-size: clamp(10px, 2.380952381vw, 100vw);
}
@media screen and (min-width: 768px) {
  html {
    font-size: 10px;
    scroll-padding-top: 62px;
    min-width: 1080px;
  }
}

body {
  position: relative;
  width: 100%;
  height: auto;
  line-height: 1.5;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #333333;
}
@media screen and (min-width: 768px) {
  body {
    min-width: 1080px;
  }
}

select, input, textarea, button {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
}

::-webkit-full-page-media, :future, :root body, select, input, textarea, button {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

a {
  color: #000000;
}
a:hover {
  color: #FFE33F;
}

@media screen and (min-width: 768px) {
  ._pc {
    display: none !important;
  }
}
._pc {
  display: none !important;
}
@media screen and (min-width: 768px) {
  ._pc {
    display: block !important;
  }
}

._sp {
  display: block !important;
}
@media screen and (min-width: 768px) {
  ._sp {
    display: none !important;
  }
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  transition: background-color 0.4s linear;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .header {
    position: fixed;
    min-width: 1080px;
  }
}
.header--active {
  background-color: rgba(0, 0, 0, 0.8);
}
.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 257.1428571429vw;
  height: 14.7619047619vw;
  margin: 0 auto;
  padding: 0 4.7619047619vw;
}
@media screen and (min-width: 768px) {
  .header__inner {
    max-width: 1080px;
    height: 62px;
    padding: 0 60px;
  }
}
.header__logo {
  height: 6.9047619048vw;
}
@media screen and (min-width: 768px) {
  .header__logo {
    height: 34px;
  }
}
.header__logo a {
  display: block;
  width: 100%;
  height: 100%;
}
.header__logo a:hover {
  opacity: 0.8;
}
.header__logo a img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.header__nav {
  display: none;
}
@media screen and (min-width: 768px) {
  .header__nav {
    display: block;
  }
}

.footer {
  width: 100%;
  height: auto;
  background-color: #333333;
}
@media screen and (min-width: 768px) {
  .footer {
    min-width: 1080px;
  }
}
.footer__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 257.1428571429vw;
  margin: 0 auto;
  padding: 8.3333333333vw 0 5.9523809524vw;
}
@media screen and (min-width: 768px) {
  .footer__inner {
    max-width: 1080px;
    padding: 35px 0 15px;
  }
}
.footer__logo {
  margin: 0 0 4.7619047619vw 0;
}
@media screen and (min-width: 768px) {
  .footer__logo {
    margin: 0 0 20px 0;
  }
}
.footer__logo a:hover {
  opacity: 0.8;
}
.footer__address {
  margin: 0 0 4.7619047619vw 0;
  color: #ffffff;
  font-size: 1rem;
  letter-spacing: 0.2380952381vw;
}
@media screen and (min-width: 768px) {
  .footer__address {
    margin: 0 0 20px 0;
    letter-spacing: 1px;
  }
}
.footer__nav {
  margin: 0 0 4.7619047619vw 0;
}
@media screen and (min-width: 768px) {
  .footer__nav {
    margin: 0 0 20px 0;
  }
}
.footer__copyright {
  line-height: 3.3333333333vw;
  font-size: 1rem;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .footer__copyright {
    line-height: 14px;
  }
}

.gnav {
  display: flex;
  align-items: center;
  gap: 9.5238095238vw;
}
@media screen and (min-width: 768px) {
  .gnav {
    gap: 40px;
  }
}
.gnav__list {
  display: flex;
  align-items: center;
  gap: 11.9047619048vw;
}
@media screen and (min-width: 768px) {
  .gnav__list {
    gap: 50px;
  }
}
.gnav__item {
  font-size: 1.1rem;
}
.gnav__item a {
  font-size: inherit;
  color: #ffffff;
}
.gnav__item a:hover {
  color: #FFE33F;
}
.gnav__btn {
  width: 23.5714285714vw;
  height: 9.7619047619vw;
  font-size: 1.1rem;
  border-radius: 1.4285714286vw;
  background-color: #FFE33F;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .gnav__btn {
    width: 99px;
    height: 41px;
    border-radius: 6px;
  }
}
.gnav__btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: inherit;
}
.gnav__btn a:hover {
  color: #333333;
  background-color: #FFF064;
}

.fnav__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2.380952381vw 0;
  max-width: 71.4285714286vw;
}
@media screen and (min-width: 768px) {
  .fnav__list {
    gap: 0;
    max-width: 100%;
  }
}
.fnav__item {
  padding: 1.1904761905vw 4.7619047619vw;
  border-right: 1px solid #ffffff;
}
@media screen and (min-width: 768px) {
  .fnav__item {
    padding: 5px 30px;
  }
}
.fnav__item:last-child {
  border: none;
}
.fnav__item:nth-child(3) {
  border: none;
}
@media screen and (min-width: 768px) {
  .fnav__item:nth-child(3) {
    border-width: 1px solid #ffffff;
  }
}
.fnav__item a {
  display: block;
  color: #ffffff;
}
.fnav__item a:hover {
  color: #FFE33F;
}

.sbtn {
  width: 10.7142857143vw;
  height: 8.5714285714vw;
  cursor: pointer;
  position: relative;
}
@media screen and (min-width: 768px) {
  .sbtn {
    display: none;
  }
}
.sbtn span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1.4285714286vw;
  background: #fff;
  transition: 0.4s linear;
  border-radius: 1.4285714286vw;
  transform-origin: center;
}
.sbtn span:nth-child(1) {
  top: 0;
}
.sbtn span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.sbtn span:nth-child(3) {
  bottom: 0;
}
.sbtn--open span:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.sbtn--open span:nth-child(2) {
  opacity: 0;
}
.sbtn--open span:nth-child(3) {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}

.smenu {
  position: absolute;
  top: 14.7619047619vw;
  left: 0;
  width: 100%;
  max-height: 0;
  overflow: hidden;
  background: #333333;
  transition: max-height 0.4s linear;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .smenu {
    display: none;
  }
}
.smenu a {
  display: block;
  padding: 4.7619047619vw;
  color: #fff;
  font-size: 1.5rem;
  border-bottom: 0.2380952381vw solid #DEDEDE;
  text-decoration: none;
}
.smenu a:last-child {
  border: none;
}
.smenu a:hover {
  background: #444444;
}
.smenu--open {
  max-height: 75.2380952381vw;
}