@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP');

* {
  margin: 0 auto;
  padding: 0;
  text-decoration: none;
  list-style: none;
  overflow-wrap: anywhere;
  font-family: 'Noto Sans JP', sans-serif;
}

body {
  padding-top: 80px;
}

body.active {
  overflow-y: hidden;
  touch-action: none;
}

header {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  background: white;
}

header > div {
  display: flex;
  align-items: center;
  text-align: center;
  max-width: 1100px;
}

header > div > h1 {
  margin-left: 0;
}

header > div > h1:hover {
  opacity: 0.4;
}

header > div > h1 > a {
  display: block;
  width: 130px;
}

header > div > h1 > a > img {
  width: 100%;
}

header > div > h1 > a > img:nth-child(1) {
  display: block;
}

header > div > h1 > a > img:nth-child(2) {
  display: none;
}

.navMenu {
  display: block;
  margin-right: 0;
  font-weight: bold;
}

.navMenu > ul {
  display: flex;
}

.navMenu > ul > li {
  margin: 0 12px;
  padding: 28px 0;
}

.navMenu > ul > li > a {
  display: block;
  color: #333;
  transition: all 0.3s;
}

.navMenu > ul > li > a:hover {
  color: darkorange;
}

.menu-item-66:hover .childMenu {
  visibility: visible;
  opacity: 1;
}

.childMenu {
  position: absolute;
  z-index: 1;
  text-align: center;
  top: 80px;
  left: 50%;
  width: 100%;
  padding: 20px 0;
  background: #333;
  transform: translateX(-50%);
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
}

.childMenu > div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-width: 900px;
  width: 100%;
}

.childMenu > div > li {
  width: 25%;
  padding: 15px 0;
}

.childMenu > div > li > a {
  display: inline-block;
  color: white;
  transition: all 0.3s;
}

.childMenu > div > li > a:hover {
  color: darkorange;
}

#hamburger {
  display: none;
}

.globalMenu {
  display: none;
}

main.active {
  pointer-events: none;
}

.videoFrame {
  position: relative;
  display: block;
  background: #333;
}

video {
  display: block;
  object-fit: cover;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100vh;
  opacity: 0.6;
}

.videoText {
  position: absolute;
  left: 5%;
  bottom: 18%;
  color: white;
}

.videoText > span:nth-child(1) {
  display: block;
  font-weight: bold;
  font-size: 80px;
}

.videoText > span:nth-child(2) {
  display: block;
  padding-top: 2rem;
  font-weight: bold;
  font-size: 32px;
}

.videoText > span:nth-child(3) {
  display: block;
  padding-top: 1rem;
  font-size: 16px;
}

.photoFrame {
  display: none;
}

.photoText {
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  width: 100%;
  color: white;
  transform: translate(-50%, -50%);
}

.photoText > span:nth-child(1) {
  display: block;
  font-weight: bold;
  font-size: 96px;
}

.photoText > span:nth-child(2) {
  display: block;
  padding-top: 2rem;
  font-weight: bold;
  font-size: 32px;
}

.photoText > span:nth-child(3) {
  display: block;
  padding-top: 1rem;
  font-size: 16px;
}

.container {
  max-width: 1100px;
}

h2 {
  padding-top: 2rem;
  font-size: 48px;
  color: #333;
}

.container > span {
  display: block;
  padding-bottom: 2rem;
  font-weight: bold;
  color: #333;
}

.container > ul > li {
  padding: 20px 25px;
  line-height: 1.7;
  border-bottom: solid 1px rgb(51, 51, 51, 0.5);
}

time {
  display: inline-block;
  margin-right: 2rem;
  font-size: 14px;
  color: #333;
}

.SPbr {
  display: none;
}

.container > ul > li > a {
  display: inline-block;
  font-size: 15px;
  color: #333;
}

.container > ul > li > a:hover {
  color: darkorange;
  text-decoration: underline;
}

.container > ul > p {
  padding: 20px 25px;
  font-size: 15px;
  color: #333;
  border-bottom: solid 1px rgb(51, 51, 51, 0.5);
}

.btn {
  display: block;
  text-align: center;
  max-width: 200px;
  margin: 2rem auto 0 auto;
  padding: 10px 0;
  font-weight: bold;
  font-size: 15px;
  color: white;
  background: darkorange;
  border: solid 1px darkorange;
  transition: all 0.4s;
}

.btn:hover {
  color: darkorange;
  background: transparent;
}

.news {
  margin: 2rem auto;
}

.aboutBG {
  width: 100%;
  background-image: url(images/AboutBG.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-bottom: 2rem;
}

.aboutBG > .container > h2 {
  color: white;
}

.aboutBG > .container > span {
  color: white;
}

.container > p {
  max-width: 500px;
  margin-left: 0;
  font-size: 15px;
  line-height: 1.7;
  overflow-wrap: break-word;
  color: #333;
}

.aboutBG > .container > p {
  color: white;
}

.aboutContact {
  margin: 2rem auto 0 0;
  color: white;
  background: transparent;
  border: solid 1px white;
}

.aboutContact:hover {
  color: white;
  background: darkorange;
  border: solid 1px darkorange;
}

.productsBG {
  width: 100%;
  background-image: url(images/ProductsBG.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-bottom: 2rem;
}

.wrap {
  display: flex;
  flex-wrap: wrap;
  max-width: 1100px;
}

.container > .wrap > li {
  padding: 0 0 2rem 0;
  line-height: initial;
  border: none;
}

.container > .wrap > li > a {
  display: block;
  max-width: 250px;
}

.container > .wrap > li > a:hover {
  text-decoration: none;
}

.container > .wrap > li > a:hover .image {
  border: solid 2px darkorange;
}

.container > .wrap > li > a:hover h3 {
  color: darkorange;
}

.image {
  display: block;
  width: 100%;
  box-sizing: border-box;
  border: solid 2px transparent;
  transition: all 0.3s;
}

h3 {
  padding: 1rem 0 0 0;
  font-size: 16px;
  color: #333;
  transition: all 0.3s;
}

.products {
  margin: 0 auto;
}

.contactBG {
  width: 100%;
  background-image: url(images/ContactBG.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-bottom: 2rem;
}

.contactBG > .container > h2 {
  color: white;
}

.contactBG > .container > span {
  color: white;
}

.contactBG > .container > p {
  color: white;
}

footer {
  width: 100%;
  background: #333;
}

footer.active {
  pointer-events: none;
}

.wrapper {
  display: flex;
  align-items: center;
  text-align: center;
  max-width: 1100px;
  height: 80px;
}

.wrapper > img {
  display: block;
  max-width: 130px;
  margin-left: 0;
}

.footerMenu {
  display: block;
  margin-right: 0;
}

.footerMenu > ul {
  display: flex;
}

.footerMenu > ul > li {
  margin: 0 5px;
}

.footerMenu > ul > li > a {
  display: block;
  font-weight: bold;
  font-size: 14px;
  color: white;
  transition: all 0.3s;
}

.footerMenu > ul > li > a:hover {
  color: darkorange;
}

.footerMenuSP {
  display: none;
}

footer > p {
  text-align: center;
  padding: 20px 0;
  font-size: 0.8em;
  color: white;
  opacity: 0.5;
}

#pageTop {
  position: fixed;
  right: 20px;
  bottom: 15px;
  width: 50px;
  height: 50px;
  cursor: pointer;
}

#pageTop > a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  background: darkorange;
  transition: all 0.3s;
}

#pageTop > a:hover {
  opacity: 0.6;
}

#pageTop > a::before {
  content: '\f106';
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  width: 25px;
  height: 25px;
  font-weight: bold;
  font-size: 25px;
  color: white;
  font-family: 'Font Awesome 5 Free';
  transform: translate(-50%, -50%);
}

/* 固定ページ */

.AboutTitleBG {
  width: 100%;
  background-image: url(images/AboutTitleBG.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.AboutTitleBG > .container > h2 {
  color: white;
}

.AboutTitleBG > .container > span {
  color: white;
}

.aboutPhilosophy {
  padding-bottom: 2rem;
}

h5 {
  position: relative;
  text-align: center;
  margin-bottom: 2rem;
  padding: 2rem 0;
  font-weight: bold;
  font-size: 32px;
  color: #333;
}

h5::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 50px;
  height: 4px;
  background: darkorange;
  transform: translateX(-50%);
}

table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
  line-height: 1.7;
  word-break: break-all;
  color: #333;
}

tr {
  border-bottom: solid 1px rgb(51, 51, 51, 0.5);
}

th {
  text-align: left;
  width: 20%;
  padding: 20px 0 20px 25px;
}

td {
  width: 80%;
  padding: 20px 25px 20px 0;
}

td > a {
  display: inline-block;
}

.history th {
  font-weight: normal;
}

.PhilosophyTitleBG {
  width: 100%;
  background-image: url(images/PhilosophyTitleBG.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.PhilosophyTitleBG > .container > h2 {
  color: white;
}

.PhilosophyTitleBG > .container > span {
  color: white;
}

.container > img {
  display: block;
  max-width: 500px;
  width: 100%;
  margin-right: 0;
}

.aboutPhilosophy img {
  max-width: initial;
  margin: 0 auto;
}

h6 {
  text-align: center;
  padding: 2rem 0;
  font-size: 24px;
  color: darkorange;
}

.aboutPhilosophy p {
  text-align: center;
  max-width: initial;
  margin: 0 auto;
  word-break: break-all;
}

.ProductsTitleBG {
  width: 100%;
  background-image: url(images/ProductsTitleBG.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.ProductsTitleBG > .container > h2 {
  color: white;
}

.ProductsTitleBG > .container > span {
  color: white;
}

#slider img {
  display: block;
  width: 100%;
}

.GenreTitleBG {
  width: 100%;
  background-image: url(images/GenreTitleBG.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.GenreTitleBG > .container > h2 {
  color: white;
}

.GenreTitleBG > .container > span {
  color: white;
}

.genre {
  padding-top: 2rem;
}

.ProductTitleBG {
  width: 100%;
  background-image: url(images/ProductTitleBG.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.ProductTitleBG > .container > h2 {
  color: white;
}

.ProductTitleBG > .container > span {
  color: white;
}

.row {
  display: flex;
}

.container > div {
  max-width: 500px;
  width: 100%;
  margin-left: 0;
}

.product > h6 {
  text-align: left;
  font-size: 32px;
  color: #333;
}

.product > img {
  display: none;
}

h4 {
  padding: 0 0 2rem 0;
  font-size: 24px;
  color: #333;
}

.container > div > p {
  font-size: 15px;
  line-height: 1.7;
  overflow-wrap: break-word;
  color: #333;
}

.container > .explanation {
  text-align: center;
  max-width: initial;
  margin: 0 auto;
}

.FAQTitleBG {
  width: 100%;
  background-image: url(images/FAQTitleBG.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.FAQTitleBG > .container > h2 {
  color: white;
}

.FAQTitleBG > .container > span {
  color: white;
}

.faqPrivacyProductsProductContactNews {
  padding: 2rem 0;
}

.container > .box {
  max-width: initial;
  margin: 0 auto;
  border-bottom: solid 1px rgb(51, 51, 51, 0.5);
}

.container > .box > .question {
  position: relative;
  max-width: initial;
  padding: 20px 50px 20px 25px;
  cursor: pointer;
}

.question::before {
  content: "＋";
  position: absolute;
  right: 25px;
}

.question.active {
  opacity: 0.5;
}

.question.active::before {
  content: "－";
}

#answer {
  display: none;
  line-height: 1.7;
}

#answer li {
  padding: 20px 25px;
  font-size: 15px;
  color: #333;
}

.PrivacyTitleBG {
  width: 100%;
  background-image: url(images/PrivacyTitleBG.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.PrivacyTitleBG > .container > h2 {
  color: white;
}

.PrivacyTitleBG > .container > span {
  color: white;
}

.privacy > p:first-of-type {
  padding: 0;
}

.privacy > p {
  max-width: initial;
  margin: 0 auto;
  padding: 0 25px;
}

.privacy > h6 {
  text-align: left;
  margin: 2rem auto 1rem auto;
  padding: 0;
  color: #333;
  border-bottom: solid 1px rgb(51, 51, 51, 0.5);
}

.privacy > p > a {
  color: #333;
  text-decoration: underline;
  transition: all 0.3s;
}

.privacy > p > a:hover {
  color: darkorange;
}

/* コンタクトページ */

.entry-title {
  display: none;
}

.ContactTitleBG {
  width: 100%;
  background-image: url(images/ContactTitleBG.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.ContactTitleBG > .container > h2 {
  color: white;
}

.ContactTitleBG > .container > span {
  color: white;
}

.contact > p {
  text-align: center;
  max-width: initial;
  margin: 0 auto;
}

.contact > h6 {
  padding: 0;
  font-size: 32px;
}

.contact > h6 > a {
  display: inline-block;
}

.container > .wpcf7 {
  max-width: initial;
  margin: 0 auto;
}

.wpcf7-form {
  padding-top: 2rem;
  font-size: 15px;
  color: #333;
}

.wpcf7-form-control-wrap {
  display: block;
}

.wpcf7-form-control {
  max-width: 400px;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 12.5px;
  font-size: 15px;
  color: #333;
  outline: 0;
  cursor: pointer;
}

.wpcf7-checkbox {
  display: block;
  max-width: initial;
  padding: 0;
}

.wpcf7-list-item {
  display: block;
  margin: 0 auto;
}

.wpcf7-not-valid-tip {
  padding-top: 10px;
  font-weight: bold;
  font-size: 15px;
}

.wpcf7-textarea {
  max-width: 600px;
}

.wpcf7-submit {
  display: block;
  max-width: 200px;
  margin-top: 2rem;
  padding: 10px 0;
  font-weight: bold;
  white-space: normal;
  font-size: 15px;
  color: white;
  background: darkorange;
  border: solid 1px darkorange;
  border-radius: 0;
  -webkit-appearance: none;
  transition: all 0.4s;
}

.wpcf7-submit:hover {
  color: darkorange;
  background: white;
}

.wpcf7-spinner {
  display: none;
}

.wpcf7-response-output {
  display: none;
}

.entry-footer {
  display: none;
}

/* 投稿ページ */

.NewsTitleBG {
  width: 100%;
  background-image: url(images/NewsTitleBG.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.NewsTitleBG > .container > h2 {
  color: white;
}

.NewsTitleBG > .container > span {
  color: white;
}

.navigation {
  text-align: center;
  padding-top: 2rem;
  font-weight: bold;
  font-size: 15px;
  color: darkorange;
}

.screen-reader-text {
  display: none;
}

.page-numbers {
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  color: white;
  background: darkorange;
  box-sizing: border-box;
  border: solid 1px darkorange;
  transition: all 0.4s;
}

.page-numbers:hover {
  color: darkorange;
  background: transparent;
}

.current {
  color: darkorange;
  background: transparent;
}

.dots:hover {
  color: white;
  background: darkorange;
}

.NewTitleBG {
  width: 100%;
  background-image: url(images/NewTitleBG.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.NewTitleBG > .container > h2 {
  color: white;
}

.NewTitleBG > .container > span {
  color: white;
}

.news > time {
  margin: 0 auto;
  padding-left: 25px;
}

.news > h6 {
  text-align: left;
  margin: 20px auto 2rem auto;
  padding: 0 25px 20px 25px;
  color: #333;
  border-bottom: solid 1px rgb(51, 51, 51, 0.5);
}

.news > p {
  max-width: initial;
  padding: 0 25px;
}

html :where(img[class*=wp-image-]) {
  display: block;
  margin: 1rem 0;
}

/* 404ページ */

.NotFoundTitleBG {
  width: 100%;
  background-image: url(images/NotFoundTitleBG.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.NotFoundTitleBG > .container > h2 {
  color: white;
}

.NotFoundTitleBG > .container > span {
  color: white;
}

.notFound > h4 {
  text-align: center;
  padding: 2rem 0;
}

.notFound > p {
  text-align: center;
  max-width: initial;
  margin: 0 auto;
}

.notFound > a {
  margin: 2rem auto;
}

/* パンくずリスト */

.breadcrumb {
  font-size: 14px;
  color: #333;
  background: #e9e9e9;
}

.inner {
  max-width: 1100px;
  padding: 10px 0;
}

.breadcrumb span {
  display: inline-block;
  color: #333;
}

.home > span {
  transition: all 0.3s;
}

.home > span:hover {
  color: darkorange;
}

.post-page > span {
  transition: all 0.3s;
}

.post-page > span:hover {
  color: darkorange;
}

.post-post > span {
  transition: all 0.3s;
}

.post-post > span:hover {
  color: darkorange;
}

@media (max-width: 1099px) {
  header > div > h1 {
    margin-left: 20px;
  }

  .navMenu {
    margin-right: 20px;
  }

  .container {
    padding: 0 25px;
  }

  .wrapper > img {
    margin-left: 20px;
  }

  .footerMenu {
    margin-right: 20px;
  }

  /* 固定ページ */

  .container > img {
    display: none;
  }

  .aboutPhilosophy img {
    display: block;
  }

  .container > .product {
    margin: 0 auto;
  }

  .product > h6 {
    padding: 0 0 2rem 0;
  }

  .product > img {
    display: block;
    width: 100%;
    margin-bottom: 2rem;
  }

  /* コンタクトページ */

  .entry-header {
    display: none;
  }

  /* パンくずリスト */

  .inner {
    padding: 10px 25px;
  }

  .home > span:hover {
    color: #333;
  }

  .post-page > span:hover {
    color: #333;
  }

  .post-post > span:hover {
    color: #333;
  }
}

@media (max-width: 899px) {
  * {
    font-family: 'メイリオ', 'Meiryo', 'ＭＳ ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
  }

  body {
    padding-top: 68px;
  }

  header > div > h1 {
    padding: 9px 0;
  }

  header > div > h1:hover {
    opacity: 1;
  }

  .navMenu {
    display: none;
  }

  .childMenu {
    position: initial;
    z-index: initial;
    text-align: initial;
    top: initial;
    left: initial;
    width: initial;
    padding: initial;
    background: initial;
    border-top: solid 1px white;
    transform: initial;
    visibility: initial;
    opacity: initial;
    transition: initial;
  }

  .childMenu > div {
    align-items: initial;
    max-width: initial;
    width: initial;
  }

  .childMenu > div > li {
    width: 33%;
    padding: initial;
  }

  .childMenu > div > li > a {
    display: block;
    padding: 22px 0 22px 20px;
    font-size: 15px;
    transition: initial;
  }

  .childMenu > div > li > a:hover {
    color: white;
  }

  #hamburger {
    position: fixed;
    display: block;
    z-index: 3;
    top: 15px;
    right: 20px;
    width: 38px;
    height: 38px;
    background: none;
    border: none;
    cursor: pointer;
    transition: all 0.8s;
  }

  #hamburger > span {
    position: absolute;
    display: block;
    left: 5px;
    width: 28px;
    height: 3px;
    background: #333;
    transition: 0.3s ease-in-out;
  }

  #hamburger > span:nth-child(1) {
    top: 7px;
  }

  #hamburger > span:nth-child(2) {
    top: 18px;
    opacity: 1;
  }

  #hamburger > span:nth-child(3) {
    top: 29px;
  }

  #hamburger.active span:nth-child(1) {
    top: 19px;
    background: #333;
    transform: rotate(-45deg);
  }

  #hamburger.active span:nth-child(2) {
    width: 0;
    opacity: 0;
  }

  #hamburger.active span:nth-child(3) {
    top: 19px;
    background: #333;
    transform: rotate(45deg);
  }

  .globalMenu {
    position: fixed;
    display: block;
    z-index: 2;
    text-align: left;
    top: 68px;
    left: 0;
    width: 100%;
    height: calc(100% - 68px);
    background: #333;
    overflow: auto;
    transform: translateX(100%);
    opacity: 0;
    transition: all 0.6s;
  }

  .globalMenu.active {
    transform: translateX(0%);
    opacity: 1;
  }

  .globalMenu > ul > li {
    border-bottom: solid 1px white;
  }

  .globalMenu > ul > li > a {
    position: relative;
    display: block;
    padding: 22px 0 21px 20px;
    color: white;
    text-decoration: none;
  }

  .globalMenu > ul > li > a::after {
    content: '';
    position: absolute;
    display: inline-block;
    top: 29px;
    right: 20px;
    width: 8px;
    height: 8px;
    border-top: solid 1px white;
    border-right: solid 1px white;
    transform: rotate(45deg);
  }

  .videoFrame {
    display: none;
  }

  .photoFrame {
    display: block;
    background: #333;
  }

  .photoFrame > img {
    display: block;
    object-fit: cover;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    opacity: 0.6;
  }

  .photoText > span:nth-child(1) {
    font-size: 48px;
  }
  
  .photoText > span:nth-child(2) {
    padding-top: 1rem;
    font-size: 48px;
  }
  
  .photoText > span:nth-child(3) {
    padding-top: 1rem;
  }

  time {
    margin: 0 auto;
  }

  .SPbr {
    display: block;
  }

  .container > ul > li > a:hover {
    color: #333;
    text-decoration: none;
  }

  .btn:hover {
    color: white;
    background: darkorange;
  }

  .aboutContact {
    background: darkorange;
    border: solid 1px darkorange;
  }

  .container > .wrap > li > a:hover .image {
    border: solid 2px transparent;
  }

  .container > .wrap > li > a:hover h3 {
    color: #333;
  }

  footer {
    padding-top: 1rem;
  }

  .wrapper {
    display: block;
    height: initial;
  }

  .footerMenu {
    display: none;
  }

  .footerMenuSP {
    display: block;
    text-align: left;
  }

  .footerMenuSP > ul {
    display: flex;
    flex-wrap: wrap;
  }

  .footerMenuSP > ul > li {
    width: 33%;
  }

  .footerMenuSP > ul > li > a {
    display: block;
    padding: 8px 0 8px 20px;
    font-weight: bold;
    font-size: 14px;
    color: white;
  }

  #pageTop > a:hover {
    opacity: 1;
  }

  /* 固定ページ */

  tr {
    display: flex;
    flex-wrap: wrap;
  }

  th {
    width: 100%;
    padding: 20px 25px 0 25px;
  }

  td {
    width: 100%;
    padding: 20px 25px;
  }

  .privacy > p > a {
    color: darkorange;
  }

  /* コンタクトページ */

  .wpcf7-submit:hover {
    color: white;
    background: darkorange;
  }

  /* 投稿ページ */

  .page-numbers:hover {
    color: white;
    background: darkorange;
  }

  .current:hover {
    color: darkorange;
    background: white;
  }
}

@media (max-width: 599px) {
  .childMenu > div > li {
    width: 50%;
  }

  .photoText > span:nth-child(1) {
    font-size: 24px;
  }
  
  .photoText > span:nth-child(2) {
    padding-top: 8px;
    font-size: 24px;
  }
  
  .photoText > span:nth-child(3) {
    padding-top: 8px;
    font-size: 15px;
  }

  h2 {
    font-size: 36px;
  }

  .container > ul > li {
    padding: 10px 12.5px;
  }

  .container > .wrap > li > a {
    max-width: initial;
    width: 100%;
}

  .footerMenuSP > ul > li {
    width: 50%;
  }

  /* 固定ページ */

  h5 {
    padding: 2rem 0 1rem 0;
    font-size: 24px;
  }

  h5::after {
    width: 37.5px;
  }

  th {
    padding: 10px 12.5px 0 12.5px;
  }

  td {
    padding: 10px 12.5px;
  }

  h6 {
    font-size: 20px;
  }

  .product > h6 {
    font-size: 24px;
  }

  h4 {
    font-size: 20px;
  }

  .container > .box > .question {
    padding: 10px 25px 10px 12.5px;
  }
  
  .question::before {
    right: 12.5px;
  }
  
  #answer li {
    padding: 10px 12.5px;
  }

  .privacy > p {
    padding: 0 12.5px;
  }

  /* コンタクトページ */

  .contact > h6 {
    font-size: 20px;
  }

  .wpcf7-form {
    padding-top: 1rem;
  }

  /* 投稿ページ */

  .news > time {
    padding-left: 12.5px;
  }
  
  .news > h6 {
    margin: 10px auto 1rem auto;
    padding: 0 12.5px 10px 12.5px;
  }
  
  .news > p {
    padding: 0 12.5px;
  }
}
