/*
Theme Name: harujin original Theme
Theme URI: https://wp-original.harujin.com
Author: harujin
Author URI: https://wp-original.harujin.com
Description: harujin Theme
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: harujin-theme
*/
a:link, a:visited {
  color: #000;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
a:hover, a:active {
  color: #ccc;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

* {
  margin: 0;
  padding: 0;
  text-align: justify;
  text-justify: inter-ideograph;
}

ul {
  list-style-type: none;
}

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

* html body {
  overflow-y: auto;
}

* + html body {
  overflow-y: auto;
}

body {
  overflow-y: scroll;
}

html {
  -webkit-overflow-scrolling: touch;
}

input, textarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  vertical-align: bottom;
  border: 0;
  max-width: 100%;
  height: auto;
  width: auto;
  image-rendering: auto;
}

header {
  padding: 50px 0;
}
header div.container {
  max-width: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: auto;
}
header h1 {
  font-size: 16px;
  font-weight: normal;
}

nav.header-navigation ul {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
nav.header-navigation ul li {
  font-size: 16px;
}
nav.header-navigation ul li:not(:last-child) {
  margin-right: 40px;
}

footer {
  padding: 50px 0;
}
footer div.container {
  max-width: 1000px;
  margin: auto;
}

nav.footer-navigation {
  margin-bottom: 50px;
}
nav.footer-navigation ul#footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
nav.footer-navigation ul#footer-menu li {
  margin: 0 20px;
}

div#footerBanner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 50px;
}
div#footerBanner a {
  margin: 0 20px;
}

div.siteInfo {
  text-align: center;
}

.pc {
  display: initial;
}

.sp {
  display: none;
}

main:not(.single) {
  max-width: 1000px;
  margin: auto;
}

.wp-block-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 2em;
}

.wp-block-column {
  -webkit-box-flex: 50%;
      -ms-flex: 50%;
          flex: 50%;
  min-width: 0;
}

div#stage {
  position: relative;
  margin-bottom: 50px;
}
div#stage p {
  color: #fff;
  background: #000;
  position: absolute;
  bottom: 10%;
  left: -50px;
  padding: 6px 8px;
}
@media (max-width: 1100px) {
  div#stage p {
    left: 0;
  }
}

section#fp_contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
section#fp_contents article {
  width: 670px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 17px 1fr 17px 1fr 17px 1fr 17px 1fr;
  grid-template-columns: repeat(5, 1fr);
  gap: 17px;
  grid-auto-rows: -webkit-min-content;
  grid-auto-rows: min-content;
}
section#fp_contents article a {
  width: 120px;
  height: 120px;
}
section#fp_contents div {
  max-width: 280px;
}

div.pagination {
  margin-top: 50px;
}
div.pagination div.nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
div.pagination div.nav-links span, div.pagination div.nav-links a {
  width: 50px;
  height: 50px;
  border-radius: 99px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 10px;
}
div.pagination div.nav-links span {
  color: #fff;
  background: #666;
}
div.pagination div.nav-links a {
  background: #efefef;
}

a.prevPage {
  max-width: 200px;
  text-align: center;
  color: #fff;
  display: block;
  background: #000;
  margin: auto;
  padding: 3px 0;
}

main.category h2 {
  text-align: center;
  margin-bottom: 50px;
}
main.category div.container {
  display: -ms-grid;
  display: grid;
  gap: 50px;
  -ms-grid-columns: 1fr 50px 1fr 50px 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 300px;
}
main.category div.container a {
  background: #efefef;
}

main.single h2 {
  text-align: center;
  margin-bottom: 50px;
}
main.single div.container {
  max-width: 1000px;
  margin: auto;
}
main.single div.container.productInfo {
  margin-bottom: 50px;
}
main.single div.container.productInfo h3 {
  margin-bottom: 20px;
}
main.single div.container.otherInfo {
  margin: auto auto 50px auto;
}
main.single section#eyeCatch {
  background: #bfbfbf;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 50px;
  padding: 100px 0;
}
main.single section#eyeCatch img {
  max-width: 1000px;
}

main.error404 h1, main.error404 p {
  text-align: center;
}

@media (max-width: 1000px) {
  .pc {
    display: none;
  }
  .sp {
    display: initial;
  }
  .wp-block-columns {
    gap: 15px;
  }
  /*
  //media:768px
  @media (max-width: 768px) {
    .wp-block-columns {
      flex-direction: column;
    }
    .wp-block-column {
      width: 100%;
      figure{
        text-align: center;
      }
    }
  }
  // /media:768px
  */
  header {
    padding: 30px 15px;
  }
  header div.openbtn1 {
    width: 45px;
    height: 45px;
    background: none;
    cursor: pointer;
    position: fixed;
    z-index: 9999;
    top: 15px;
    right: 15px;
  }
  header div.openbtn1 span {
    width: 60%;
    height: 2px;
    background: #000;
    display: inline-block;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    position: absolute;
    left: 9px;
  }
  header div.openbtn1 span:first-child {
    top: 12px;
  }
  header div.openbtn1 span:nth-child(2) {
    top: 21px;
  }
  header div.openbtn1 span:last-child {
    top: 30px;
  }
  header div.openbtn1.active span:first-child {
    top: 15px;
    -webkit-transform: translateY(6px) rotate(-45deg);
            transform: translateY(6px) rotate(-45deg);
  }
  header div.openbtn1.active span:nth-child(2) {
    opacity: 0;
  }
  header div.openbtn1.active span:last-child {
    top: 27px;
    -webkit-transform: translateY(-6px) rotate(45deg);
            transform: translateY(-6px) rotate(45deg);
  }
  header nav#g-nav {
    width: 100%;
    height: 100vh;
    background: rgba(255, 255, 255, 0.8);
    -webkit-backdrop-filter: blur(3px);
            backdrop-filter: blur(3px);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    position: fixed;
    z-index: 999;
    top: 0;
    right: -120%;
  }
  header nav#g-nav.panelactive {
    right: 0;
  }
  header nav#g-nav div#g-nav-list {
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 999;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  header nav#g-nav div#g-nav-list h2 {
    font-size: 100%;
    font-weight: normal;
    margin: initial;
    padding: 30px 15px;
  }
  header nav#g-nav div#g-nav-list h2:before {
    display: none;
  }
  header nav#g-nav div#g-nav-list ul {
    padding: 15px;
  }
  header nav#g-nav div#g-nav-list ul li {
    margin-bottom: 15px;
  }
  header nav#g-nav div#g-nav-list ul li a {
    min-width: 250px;
    width: 50%;
    font-size: 1rem;
    color: #fff;
    text-decoration: none;
    text-align: center;
    background: #000;
    display: block;
    margin: auto;
    padding: 5px 0;
    /*
    &:before{
      content:"";       
      width: 4px;
      height: 4px;
      border-top: 1px solid #fff;
      border-right: 1px solid #fff;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      position:absolute;
      right: .5rem;
      top:calc(50% - 3px);
    }
    */
  }
}
@media screen and (max-width: 1000px) and (min-width: 1000px) {
  header nav#g-nav {
    max-width: 50%;
  }
}
@media (max-width: 1000px) {
  header nav.header-navigation {
    display: none;
  }
  footer nav.footer-navigation a {
    font-size: 12px;
    font-size: clamp(12px, 3vw, 16px);
  }
  footer div.siteInfo {
    font-size: 12px;
    font-size: clamp(12px, 3vw, 16px);
  }
  div#stage {
    margin-bottom: 30px;
  }
  div#stage p {
    font-size: 12px;
    font-size: clamp(8px, 3vw, 14px);
    padding: 3px 4px;
  }
  section#fp_contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 15px;
  }
  section#fp_contents article {
    width: 100%;
    gap: 15px;
  }
  section#fp_contents article a {
    width: auto;
    height: auto;
  }
  section#fp_contents div {
    margin: 30px auto;
  }
}
@media (max-width: 1000px) and (max-width: 680px) {
  section#fp_contents article {
    gap: 10px;
  }
  section#fp_contents div {
    width: 50%;
    margin-bottom: 0;
  }
}
@media (max-width: 1000px) {
  div.pagination div.nav-links span, div.pagination div.nav-links a {
    width: 40px;
    height: 40px;
  }
  main.category div.container {
    gap: 15px;
    grid-auto-rows: auto;
    padding: 0 15px;
  }
  main.single div.container {
    padding: 0 15px;
  }
  main.single section#eyeCatch {
    padding: 50px 15px;
  }
  main.single section#eyeCatch img {
    width: 100%;
  }
}