@charset "UTF-8";
/*
Theme Name: test
*/

:root {
  --aligndefault-width: 768px;

  --color-primary: #000;
  --color-secondary: #000;

  --font-size-base: 1rem;      /* 16.00px */
  --font-size-xxxxl: 3.052rem; /* 48.83px */
  --font-size-xxxl: 2.441rem;  /* 39.06px */
  --font-size-xxl: 1.953rem;   /* 31.25px */
  --font-size-xl: 1.563rem;    /* 25.00px */
  --font-size-l: 1.25rem;      /* 20.00px */
  --font-size-m: 1rem;         /* 16.00px */
  --font-size-s: 0.8rem;       /* 12.80px */
  --font-size-xs: 0.64rem;     /* 10.24px */
  --font-size-xxs: 0.512rem;   /* 8.19px */

  --font-primary: 'Helvetica Neue', 'yu-gothic-pr6n', sans-serif;
  --font-secondary: 'Helvetica Neue', 'yu-gothic-pr6n', sans-serif;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

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, video {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  font-size: 100%;
  vertical-align: baseline;
  outline: 0;
}

html {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  font-family: var(--font-secondary);
  -webkit-text-size-adjust: 100%;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  overflow-x: hidden;
  color: var(--color-primary);
  font-size: var(--font-size-base);
  line-height: 1;
  overflow-wrap: break-word;
}

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

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  background: transparent;
  color: inherit;
  font-size: 100%;
  text-decoration: none;
  vertical-align: baseline;
}

ins {
  text-decoration: none;
}

mark {
  background-color: #ff0;
  color: #000;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  text-decoration: underline dotted;
  cursor: help;
}

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

hr {
  display: block;
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #ccc;
}

input, select {
  vertical-align: middle;
}

input, textarea {
  padding: 0;
  border: 0;
  border: 1px solid #ccc;
  border-radius: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  outline: 0;
  -webkit-appearance: none;
}

textarea {
  resize: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

.ofi-cover {
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

/*
.alignleft {
  float: left;
  margin-right: 1em;
}

.alignright {
  float: right;
  margin-left: 1em;
}

.aligncenter {
  margin-right: auto;
  margin-left: auto;
}

.wp-block-archives.aligncenter,
.wp-block-categories.aligncenter,
.wp-block-latest-comments.aligncenter,
.wp-block-latest-posts.aligncenter,
.wp-block-rss.aligncenter,
.wp-block-tag-cloud.aligncenter {
  text-align: center;
}
*/

/*
p {
  font-size: var(--font-size-m);
  line-height: 1.8;
}

h1 {
  font-size: var(--font-size-xl);
}

h2 {
  font-size: var(--font-size-l);
}

h3 {
  font-size: var(--font-size-m);
}

h4 {
  font-size: var(--font-size-m);
}

h5 {
  font-size: var(--font-size-m);
}

h6 {
  font-size: var(--font-size-m);
}
*/

/* screen-reader-text */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

/* lightbox */
.lightbox .lb-image {
  border: 0;
  border-radius: 0;
}

.lb-outerContainer {
  border-radius: 0;
}

.lb-data .lb-number {
  color: #fff;
}

/* container */
.container {
  width: 100%;
}

@media (max-width: 800px) {
  .container {
    padding: 0 16px;
  }
}

@media (min-width: 801px) {
  .container {
    max-width: var(--aligndefault-width);
    margin-right: auto;
    margin-left: auto;
  }
}

/* alignwide */
@media (min-width: 801px) {
  .alignwide {
    margin-right: calc((100% - 100vw) / 4);
    margin-left: calc((100% - 100vw) / 4);
  }
}
@media (min-width: 1281px) {
  .alignwide {
    margin-right: -128px;
    margin-left: -128px;
  }
}

/* alignfull */
.alignfull {
  margin-right: calc((100% - 100vw) / 2);
  margin-left: calc((100% - 100vw) / 2);
}

/* spfull */
@media (max-width: 800px) {
  .spfull {
    margin-right: calc((100% - 100vw) / 2);
    margin-left: calc((100% - 100vw) / 2);
  }
}

/* bgfull */
.bgfull {
  margin-right: calc((100% - 100vw) / 2);
  margin-left: calc((100% - 100vw) / 2);
  padding-right: calc((100vw - 100%) / 2);
  padding-left: calc((100vw - 100%) / 2);
}

@media (min-width: 801px) {
  .alignwide.bgfull {
    margin-right: calc((100% - 100vw) / 2);
    margin-left: calc((100% - 100vw) / 2);
    padding-right: calc((100vw - 100%) / 4);
    padding-left: calc((100vw - 100%) / 4);
  }
}

@media (min-width: 1281px) {
  .alignwide.bgfull {
    margin-right: calc((100% - 100vw) / 2);
    margin-left: calc((100% - 100vw) / 2);
    padding-right: calc((100vw - 100%) / 2 - 128px);
    padding-left: calc((100vw - 100%) / 2 - 128px);
  }
}

/* flex-container */
.flex-container {
  display: flex;
}

/* header */
header {
  z-index: 2;
  width: 100%;
  height: 48px;
  background-color: rgba(255,255,255,1);
}

header.fixed {
  position: fixed;
  top: 0;
  right: 0;
  background-color: rgba(255,255,255,.9);
}

.home header.fixed {
  position: fixed;
  top: 0;
  right: 0;
  background-color: rgba(240,240,240,.9);
}

header .container .alignwide.spfull {
  position: relative;
}

/* header-logo */
.header-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 48px;
}

.header-logo a {
  z-index: 1;
}

.header-logo img {
  width: auto;
  height: 24px;
}

@media (min-width: 801px) {
  .header-logo {
  }

  .header-logo img {
  }
}

/* menu-button */
#menu-button {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  height: 48px;
  padding: 12px 16px;
  cursor: pointer;
}

.menu-button-svg-top,
.menu-button-svg-center,
.menu-button-svg-bottom {
  transition: transform .3s;
}

#menu-button.active .menu-button-svg-top {
  transform: translateY(11px);
}

#menu-button.active .menu-button-svg-bottom {
  transform: translateY(-11px);
}

/* header-nav */
#header-nav {
  display: flex;
  justify-content: center;
  align-items: start;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 96px;
  background-color: rgba(255,255,255,.8);
  transition: .3s opacity;
  pointer-events: none;
}

#header-nav.active {
  opacity: 1;
  pointer-events: initial;
}

#header-nav ul {
  text-align: center;
}

#header-nav li {
  opacity: 0;
  font-weight: bold;
  font-size: 25px;
  transform: translateY(25px);
}

#header-nav.active li:nth-of-type(1) {
  transition: .3s .3s;
}

#header-nav.active li:nth-of-type(2) {
  transition: .3s .4s;
}

#header-nav.active li:nth-of-type(3) {
  transition: .3s .5s;
}

#header-nav.active li {
  opacity: 1;
  transform: translateY(0);
}

#header-nav li a {
  display: block;
  padding: .5em;
}

/* main */
main {
  min-height: 1px;
  padding-bottom: 96px;
}

main.fixed {
  margin-top: 48px;
  padding-bottom: 96px;
}

@media (min-width: 801px) {
  main.fixed {
  }
}

.home main {
  opacity: 0;
  animation-name: fadeIn;
  animation-duration: 1s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
}

/* post-container */
.post-container h1 {
  margin-block-start: 0.83em;
  margin-block-end: 0.83em;
  font-size: 39.06px;
}

.post-container h2 {
  margin-block-start: 0.83em;
  margin-block-end: 0.83em;
  font-size: 25px;
}

.post-container h3 {
  margin-block-start: 1em;
  margin-block-end: 1em;
  font-size: 16px;
}

.post-container p {
  margin-block-start: 1em;
  margin-block-end: 1em;
  font-size: 16px;
  line-height: 1.6;
}

.post-container dt,
.post-container dd,
.post-container li {
  margin-block-start: 1em;
  margin-block-end: 1em;
  font-size: 16px;
  line-height: 1.6;
}

.post-container section {
  margin-block-start: 4em;
  margin-block-end: 4em;
}

/* post-content */
.post-content a {
  text-decoration: underline;
}

/* paginate-links */
.paginate-links {
  display: flex;
  justify-content: center;
  padding: 30px 0;
}

.paginate-links a, .paginate-links span {
  width: 30px;
  margin: 0 10px;
  color: #ccc;
  font-weight: bold;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
}

.paginate-links span.current {
  color: #000;
}

/* footer */
#footer {
  width: 100%;
  margin-top: auto;
  padding-bottom: 48px;
}

#footer.active {
  opacity: 0;

}

#header-secondary-menu {
  opacity: 0;
  z-index: 2;
  position: fixed;
  bottom: 0;
  transform: translateY(48px);
  width: 100%;
  padding-bottom: 48px;
}

#header-secondary-menu.active {
  opacity: 1;
  transform: translateY(0);
  transition: .3s .6s;
}

#header-secondary-menu li {
  font-size: 16px;
}

#footer .alignwide {
  display: flex;
  flex-direction: column;
  position: relative;
}

/* secondary-menu */
.secondary-menu ul {
  display: flex;
  justify-content: center;
  align-items: center;
}

.secondary-menu li {
  font-size: 16px;
  text-align: center;
}

.secondary-menu a {
  display: block;
  padding: .5em;
}

/* copyright */
.copyright {
  font-size: 12.80px;
  padding: .5em;
  text-align: center;
}

/* privacy-policy */
.privacy-policy {
  color: #999;
  font-size: 12.80px;
  padding: .5em;
  text-align: center;
}

/* instagram-icon */
.instagram-icon {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 60px;
  line-height: 48px;
  text-align: center;
}

.instagram-icon a {
  display: block;
}

/* home footer */
.home footer {
}

.home #secondary-nav a {
}

.home .copyright {
}

.home .instagram-icon a {
}

/* home-video */
.home-video {
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(var(--vh, 1vh) * 100 - 48px);
  background-color: #f0f0f0;
}

.home-video video {
  transform: rotate(90deg);
  max-width: calc(var(--vh, 1vh) * 100 - 48px);
  height: auto;
  padding-right: 48px;
}

@media (min-width: 801px) {
  .home-video {
    align-items: start;
  }

  .home-video video {
    transform: none;
    max-width: none;
    height: calc(var(--vh, 1vh) * 100 - 96px);
    padding-right: 0;
  }
}

/* home-text */
.home-text {
  padding-top: 96px;
}

.home-text p {
  width: fit-content;
  margin: 0 auto;
  font-size: 25px;
}

.home-text p span {
  display: block;
  margin-top: 1em;
  font-size: 16px;
  text-align: right;
}

@media (min-width: 801px) {
  .home-text p  {
    font-size: 39.06px;
  }

  .home-text p span {
    font-size: 25px;
  }
}

/* about */
.about span {
  color: #ccc;
}

/* postlist */
.postlist {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.postlist article {
  width: 100%;
}

.postlist figure {
  position: relative;
  overflow: hidden;
}

.postlist figure::before {
  display: block;
  padding-top: 100%;
  content: '';
}

.postlist .ofi-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: .3s;
}

@media (min-width: 801px) {
  .postlist article {
    width: calc((100% - 10px) / 2);
  }

  .postlist a:hover {
    opacity: 1;
  }

  .postlist a:hover .ofi-cover {
    opacity: .7;
    transform: scale(1.1);
  }
}

/* wpcf7 */
.wpcf7-form p {
  font-weight: normal;
}

.wpcf7-form p:last-of-type {
  margin-block-end: 0;
}

.wpcf7-text,
.wpcf7-textarea {
  width: 100%;
  padding: .5em;
  font-weight: normal;
  font-size: var(--font-size-m);
}

.wpcf7-submit {
  width: 30%;
  height: 43.59px;
  border: 0;
  background-color: #000;
  color: #fff;
  font-size: var(--font-size-s);
  line-height: 43.59px;
}

.wpcf7-response-output {
  margin: 0 !important;
  margin-bottom: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  color: #ccc;
  font-size: var(--font-size-xs);
  line-height: 1.6;
}

.wpcf7-not-valid-tip {
  color: #ccc !important;
  font-size: var(--font-size-xs);
}

.ajax-loader {
  display: none !important;
}

.wpcf7-spinner {
  display: none;
}

.wpcf7-form-control-wrap {
  font-weight: normal;
}

.about .contents ul {
  list-style: decimal inside;
}

.about section > ul {
  list-style: disc inside;
}

/* tab-menu */
.tab-menu ul {
  display: flex;
  flex-wrap: wrap;
}

.tab-menu li {
  margin-block-start: 0;
  margin-block-end: 0;
  font-size: 16px;
  text-align: center;
}

.tab-menu li a {
  display: block;
  padding: 1em;
  color: #ccc;
  text-decoration: none;
  transition: .3s;
}

.tab-menu li.active a {
  color: #000;
}

.area {
  display: none;
  opacity: 0;
}

.area.is-active {
  display: block;
  animation: fadeIn 1s forwards;
}

/* fadeIn */
.fadeIn {
  opacity: 0;
  animation-name: fadeIn;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes fadeIn {
from {
  opacity: 0;
}
to {
  opacity: 1;
}
}

/* fadeInUp */
.fadeInUp {
  animation-name: fadeInUp;
  animation-duration: .3s;
  animation-fill-mode: forwards;
}

@keyframes fadeInUp {
from {
  opacity: 0;
  transform: translateY(60px);
}
to {
  opacity: 1;
  transform: translateY(0);
}
}

/* contact */
.contact dl {
  display: flex;
  flex-wrap: wrap;
}

.contact dt {
  width: 90px;
}

.contact dd {
  width: calc(100% - 90px);
}

/* filter-menu */
.filter-menu ul {
  display: flex;
  flex-wrap: wrap;
}

.filter-menu li {
  margin-block-start: 0;
  margin-block-end: 0;
  padding: 1em;
  color: #ccc;
  font-size: 16px;
  text-align: center;
  transition: .3s;
  cursor: pointer;
}

.filter-menu li.is-active {
  color: #000;
}

.online-store-parent li {
  display: none;
}

.online-store-parent li.is-show {
  display: block;
}

/* legal-notice */
.page-id-429 .post-title.slideInLeft {
  font-size: 25px;
}

.legal-notice dt {
  margin-block-start: 3em;
  margin-block-end: 1em;
  font-weight: bold;
}

.legal-notice dd {
  margin-block-start: 1em;
  margin-block-end: 3em;
}

.legal-notice li {
  margin-block-start: 0;
  margin-block-end: 0;
}

.post-container dt,
.post-container dd,
.post-container li {
  margin: 0;
  padding: .5em 0;
}

/* about-list */
.about-list i {
  margin-right: 1em;
}

.accordion-content {
  display: none;
}

.accordion-content dd {
}

.accordion-content dd a {
}

.post-container .accordion-name {
  cursor: pointer;
}

.accordion-name::before,
.accordion-name::after {
}
.accordion-name::before {
}

.accordion-name::after {
}

.accordion-name.close::before {
}

.accordion-name.close::after {
}

/* three-key-words-list */
.three-key-words-list,
.company-list,
.access-list {
  margin-left: 1em;
}

.company-list dl,
.access-list dl {
  display: flex;
  flex-wrap: wrap;
}

.company-list dl dt,
.access-list dl dt {
  width: 6em;
}

.company-list dl dd,
.access-list dl dd {
  width: calc(100% - 6em);
}

/* filter-menu */
.filter-menu ul {
  display: flex;
  flex-wrap: wrap;
}

.filter-menu li {
  margin-block-start: 0;
  margin-block-end: 0;
  padding: 1em;
  color: #ccc;
  font-size: 16px;
  text-align: center;
  transition: .3s;
  cursor: pointer;
}

.filter-menu li.is-active {
  color: #000;
}

.post-title {
  display: none;
}

/* brands */
.brands ul {
  flex-wrap: wrap;
  gap: 16px;
}

.brands ul li {
  width: calc((100% - 48px) / 4);
}