@charset "UTF-8";
/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/
@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
html {
  scroll-behavior: smooth;
  font-size: 62.5%;
}

@media screen and (max-width: 1366px) {
  html {
    font-size: 0.7320644217vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.5641025641vw;
  }
}
@font-face {
  font-family: "KozGo-Regular";
  src: url("fonts/KozGo-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ZenKakuGoNew";
  src: url("fonts/ZenKakuGoNew-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ZenKakuGoNew";
  src: url("fonts/ZenKakuGoNew-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DMSans";
  src: url("fonts/DMSans-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DMSans";
  src: url("fonts/DMSans-SemiBold.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DMSans";
  src: url("fonts/DMSans-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.lightBlue {
  color: #0073c7;
}

body {
  font-family: "DMSans", "ZenKakuGoNew", sans-serif;
  letter-spacing: 0.05em;
}

.site-header {
  z-index: 10000;
}

.site-logo {
  display: inline-block;
  width: 22.4rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
}

.entry-content {
  margin-top: 0;
}

@media screen and (min-width: 768px) {
  .site-header {
    position: fixed;
    top: 0;
    width: 100%;
    height: 24.3rem;
    background-color: transparent;
    background-image: url(https://test2.huppu.shop/wp-content/uploads/2025/09/bg_header.svg);
    background-position: center;
    z-index: 1000;
  }

  .inside-header {
    padding: 0;
    height: 100%;
  }

  .inside-header.grid-container {
    max-width: 1366px;
    padding-left: 8rem;
    padding-right: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .site-header {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: transparent;
  }

  .inside-header {
    padding: 0;
    background-image: url(https://test2.huppu.shop/wp-content/uploads/2025/09/bg_header_sp.svg);
    background-size: 100%;
    height: 16.9rem;
    align-items: flex-start;
  }

  .site-logo {
    width: 15.2rem;
    top: 4.3rem;
  }
}
@media screen and (min-width: 768px) {
  #site-navigation {
    width: 100%;
  }

  .main-navigation .inside-navigation {
    align-items: flex-end;
    padding-bottom: 4rem;
  }

  .main-navigation,
.main-navigation ul ul {
    background-color: transparent;
  }

  #primary-menu {
    width: 100%;
  }

  #primary-menu ul {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #primary-menu ul > li:nth-child(n+7) {
    display: none !important;
  }

  #primary-menu ul > li:nth-child(4) {
    margin-left: auto;
  }

  .main-navigation .main-nav ul li > a {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-left: 3rem;
    padding-right: 3rem;
    line-height: 2;
    font-weight: 700;
    font-size: 1.3rem;
    color: #0073c7;
  }
}
@media screen and (max-width: 767px) {
  .mobile-menu-control-wrapper .menu-toggle,
.mobile-menu-control-wrapper .menu-toggle:hover,
.mobile-menu-control-wrapper .menu-toggle:focus,
.has-inline-mobile-toggle #site-navigation.toggled {
    background-color: #fff;
  }

  .main-navigation,
.main-navigation ul ul {
    background-color: transparent;
  }

  .main-navigation.toggled .main-nav {
    height: 100vh;
  }

  .inside-navigation {
    padding-top: 7rem;
  }

  .gp-icon svg {
    width: 3rem;
    height: auto;
  }

  .gp-icon .close-svg {
    display: none;
  }

  .toggled .gp-icon .close-svg {
    display: block;
  }

  .close-search .icon-search svg:first-child,
.icon-menu-bars svg:nth-child(2),
.icon-search svg:nth-child(2),
.toggled .icon-menu-bars svg:first-child {
    display: block;
  }

  .toggled .menu-svg {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .nav-float-right .header-widget {
    position: fixed;
    top: 30rem;
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .nav-float-right .header-widget {
    display: none;
  }
}
/* .one-container .site-content {
  padding: 0;
  margin-top: -10rem;
  要確認
} */
/* .entry-content {
	padding-top:24.7rem;
} */
.site-footer {
  background-size: 100%;
  /* 画像を拡大・縮小して全体に表示 */
  background-position: top center;
  /* 中央寄せ */
  background-repeat: no-repeat;
  /* 繰り返しなし */
}

@media screen and (min-width: 768px) {
  .site-footer {
    background-image: url(https://test2.huppu.shop/wp-content/uploads/2025/09/bg_footer.svg);
  }
}
@media screen and (max-width: 767px) {
  .site-footer {
    background-image: url("https://test2.huppu.shop/wp-content/uploads/2025/09/bg_footer_sp.svg");
  }
}
.footer-widgets {
  background-color: transparent;
}

.site-info {
  background-color: #28b778;
}

.page .entry-title {
  display: none;
}

/*# sourceMappingURL=style.css.map */

/*# sourceMappingURL=style.css.map */
