@charset "UTF-8";
/*
Theme Name: 
Author: nrd-studio
Version: 1
*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500&family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/* COLORs */
/* FONT */
/**
*   font-family: 'Shippori Mincho', serif;
*   font-family: 'Zen Kaku Gothic New', sans-serif;
*/
/*default setting*/
* {
  margin: 0;
  padding: 0;
}

html {
  /* ルートのフォントサイズを10pxに設定 */
  font-size: 62.5%;
  scroll-behavior: smooth;
}

h1, h2, h3, h4, p, span, a, th, td, dt, dd, figcaption {
  margin: 0;
  padding: 0;
}

body {
  /* ルートのフォントサイズを1.6em（16pxと同等のサイズ）に設定 */
  font-size: 1.6em;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Noto Sans JP", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  color: #333;
  position: relative;
}

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

figure {
  margin: 0;
  padding: 0;
}

img, a {
  vertical-align: top;
  border: none;
  outline: none;
  height: auto;
  text-decoration: none;
}

ul, li {
  list-style-type: none;
}

p {
  text-align: justify;
  text-justify: inter-ideograph;
  font-feature-settings: "palt" 1;
}

::-moz-selection {
  background: #333;
  color: #fff;
}

::selection {
  background: #333;
  color: #fff;
}

::-moz-selection {
  background: #333;
  color: #fff;
}

a {
  transition: all 0.3s;
}

/* read only */
.spOnly {
  display: none;
}

.pcOnly {
  display: auto;
}

@media screen and (max-width: 1023px) {
  .spOnly {
    display: block;
  }
  .pcOnly {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  .exSp {
    display: none;
  }
}
@-webkit-keyframes flash {
  0% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}
main {
  padding-top: 10vh;
}

.center {
  text-align: center;
}

.bread {
  margin-top: 8vh;
  padding: 20px;
}
@media screen and (max-width: 600px) {
  .bread {
    padding-top: 0px;
  }
}
.bread ul {
  display: flex;
  flex-wrap: wrap;
}
.bread ul li {
  font-size: 11px;
  line-height: 1.4;
  color: #333;
}
.bread ul li a {
  font-size: 11px;
  line-height: 1.4;
  color: #333;
  text-decoration: none;
}
.bread ul li a:hover {
  color: #2ca219;
}

.devide {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.devide .devide_block {
  width: 49%;
}
.devide .devide_block:first-child {
  border-right: dashed 1px #ccc;
}
.devide .devide_block_content {
  width: 80%;
  margin: 0 auto;
}

.accordion-item {
  border: 1px solid #ccc;
  margin: 5px;
  border-radius: 5px;
}

.accordion-header {
  background-color: #f5f5f5;
  padding: 10px;
  cursor: pointer;
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s;
}

.accordion-content p {
  margin: 0;
}

/* CSS solution for PC preview only */
@media screen and (min-width: 600px) {
  a#InduceForm {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    opacity: 0;
    transition: opacity 1s;
    z-index: 6666;
  }
  a#InduceForm img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 600px) {
  a#InduceForm {
    display: none;
  }
}
ul.menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  ul.menu {
    display: none;
  }
}
ul.menu li {
  float: left;
}
ul.menu li.dropdown {
  display: inline-block;
}
ul.menu li.dropdown:hover .dropdown-content {
  display: block;
  border-radius: 8px;
}
ul.menu li a,
ul.menu .dropbtn {
  display: inline-block;
  color: #333;
  text-align: center;
  padding: 16px;
  text-decoration: none;
}
ul.menu .dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
ul.menu .dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}
ul.menu .dropdown-content a:hover {
  background-color: #f1f1f1;
}

section.items .jaTitle,
section.items .enSub,
section.buyback .jaTitle,
section.buyback .enSub,
section.form .jaTitle,
section.form .enSub,
section.itemDetail .jaTitle,
section.itemDetail .enSub,
section.privacypolicy .jaTitle,
section.privacypolicy .enSub,
section.news .jaTitle,
section.news .enSub {
  font-family: "Shippori Mincho", serif;
  line-height: 1;
  text-align: center;
  color: #434343;
  display: block;
}
section.items .jaTitle,
section.buyback .jaTitle,
section.form .jaTitle,
section.itemDetail .jaTitle,
section.privacypolicy .jaTitle,
section.news .jaTitle {
  font-weight: 500;
  font-size: 1.8rem;
}
@media screen and (max-width: 600px) {
  section.items .jaTitle,
section.buyback .jaTitle,
section.form .jaTitle,
section.itemDetail .jaTitle,
section.privacypolicy .jaTitle,
section.news .jaTitle {
    font-size: 2.2rem;
  }
}
section.items .enSub,
section.buyback .enSub,
section.form .enSub,
section.itemDetail .enSub,
section.privacypolicy .enSub,
section.news .enSub {
  font-weight: 400;
  font-size: 1.4rem;
  margin-top: 1rem;
}
@media screen and (max-width: 600px) {
  section.items .enSub,
section.buyback .enSub,
section.form .enSub,
section.itemDetail .enSub,
section.privacypolicy .enSub,
section.news .enSub {
    font-size: 1.8rem;
  }
}

.l-section {
  border-top: 1px solid #eee;
}

[class*=swiper]:focus {
  outline: none;
}

.slide-media,
.thumb-media {
  position: relative;
  overflow: hidden;
}

.slide-media img,
.thumb-media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.fv .swiper-area {
  position: relative;
}

.fv .swiper-main {
  height: 100vh;
}

.fv .swiper-thumb {
  position: absolute;
  top: 25%;
  right: 0;
  bottom: 10rem;
  width: min(48rem, 30vw);
}

.fv .slide {
  display: grid;
  height: 100%;
  padding: 2% 20% 0 0;
  color: #fff;
}
@media screen and (max-width: 600px) {
  .fv .slide {
    padding: 0 0 0 5%;
    margin-bottom: -20%;
  }
}

.fv .slide-media {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.fv .slide-content {
  transition: 3s 0.5s var(--easing);
  transform: translateY(-6rem);
  opacity: 0;
}
.fv .slide-content img {
  width: 100%;
}

.fv .slide-title {
  font-size: 5rem;
  line-height: 1.5;
  color: #fff;
  text-align: left;
}

.fv .slide-text {
  font-size: 1.8rem;
  margin: 4rem 0 6rem;
  line-height: 1.9;
}
.fv .slide-text span {
  display: inline-block;
  padding: 0 8px;
  background-color: white;
  color: red;
  margin: 0 0.3rem;
  line-height: 1.4;
  font-weight: bold;
  border-radius: 5px;
}

.fv .slide-date {
  font-size: 2rem;
  font-weight: bold;
  display: block;
  padding: 1rem 0 0.8rem;
  letter-spacing: 0.1em;
  border: solid currentColor;
  border-width: 2px 0;
}

.fv .swiper-slide[class*=-active] .slide-content {
  transform: translateY(0);
  opacity: 1;
}

.fv .thumb {
  font-weight: bold;
  position: relative;
  display: grid;
  overflow: hidden;
  align-content: center;
  height: 100%;
  padding: 0 4rem;
  cursor: pointer;
  transition: 2s var(--easing);
  color: #fff;
}

.fv .thumb::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 6px;
  content: "";
  transition: 1s var(--easing);
  transform: scaleY(0);
  background-color: #000;
}

.fv .thumb-media {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.fv .thumb-media img {
  transition: 2s var(--easing);
}

.fv .thumb-title {
  font-size: 2rem;
  line-height: 1;
  position: relative;
  z-index: 1;
}

.fv .thumb-date {
  font-size: 1.2rem;
  letter-spacing: 0.1em;
}

.fv .swiper-slide-thumb-active .thumb {
  color: #333;
}

.fv .swiper-slide-thumb-active .thumb::before {
  transform: scaleY(1);
}

.fv .swiper-slide-thumb-active .thumb-media img {
  transform: scale(1.1);
  opacity: 0.3;
  filter: blur(3px);
  mix-blend-mode: hard-light;
}

@media only screen and (max-width: 1024px) {
  html {
    -webkit-text-size-adjust: 100%;
  }
  .pc {
    display: none !important;
  }
  .fv .swiper-main {
    height: max(70vh, 70vw);
  }
  .fv .slide-title {
    font-size: 3.2rem;
  }
  .fv .slide-text {
    font-size: 1.6rem;
    margin: 2.4rem 0 3.2rem;
  }
  .fv .slide-date {
    font-size: 1.8rem;
  }
  .fv .thumb {
    padding: 0 2.4rem;
  }
  .fv .thumb-title {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 599px) {
  html {
    font-size: 50%;
  }
  .pc-tab {
    display: none !important;
  }
  .fv .swiper-main {
    margin-right: 4rem;
  }
}
@media only screen and (max-width: 599px) and (max-width: 600px) {
  .fv .swiper-main {
    margin-right: 0;
  }
}
@media only screen and (max-width: 599px) {
  .fv .swiper-thumb {
    top: auto;
    bottom: -6rem;
    width: 55%;
    height: 30rem;
  }
}
@media only screen and (max-width: 599px) {
  .fv .slide {
    padding-top: 10%;
  }
}
@media only screen and (max-width: 599px) {
  .fv .thumb-date {
    display: none;
  }
}
@media only screen and (min-width: 1025px) {
  .tab-sp {
    display: none !important;
  }
  .swiper-button-prev::before,
.swiper-button-next::before {
    transition: var(--transition);
  }
  .fv .slide img {
    transition: 2s var(--easing);
  }
}
@media only screen and (min-width: 600px) {
  .sp {
    display: none !important;
  }
  .fv .slide {
    place-content: center;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 600px) {
  .fv .thumb-date {
    font-size: 1rem;
  }
}
.headImage {
  background-size: cover;
  background-position: center top;
  background-attachment: fixed;
  height: 240px;
  opacity: 1;
  -webkit-animation: viewIn 3s forwards;
          animation: viewIn 3s forwards;
}
@media screen and (max-width: 1024px) {
  .headImage {
    background-attachment: inherit;
    height: 200px;
  }
}
@media screen and (max-width: 600px) {
  .headImage {
    background-size: 200%;
    height: 150px;
  }
}

.accordion {
  padding: 5vh 0;
  background-color: #f2f2f2;
}

.acd {
  margin-inline: auto;
}

.acd:not(:first-child) {
  margin-top: 40px;
}

.acd-desc {
  font-size: 15px;
  font-weight: 600;
}

.acd__head {
  cursor: pointer;
  display: block;
  padding: 30px;
  margin-top: 10px;
  border-top: 3px solid #000;
}
@media screen and (max-width: 600px) {
  .acd__head {
    padding: 20px 60px 20px 20px;
  }
}

.acd__head-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2rem;
  font-weight: 700;
}

.acd__icon {
  display: block;
  position: relative;
  width: 24px;
}
@media screen and (max-width: 600px) {
  .acd__icon {
    margin-right: -3em;
  }
}

.acd__icon:before {
  content: "";
  position: absolute;
  display: block;
  width: 15px;
  height: 2px;
  background-color: #333;
  transition: all 0.25s;
}

.acd__icon:after {
  content: "";
  position: absolute;
  display: block;
  width: 15px;
  height: 2px;
  background-color: #333;
  transition: all 0.25s;
}

.acd__icon:before {
  left: 0;
  transform: rotate(0deg);
}

.acd__icon:after {
  right: 15;
  transform: rotate(-90deg);
}

.acd__block.is-opened .acd__icon:before {
  transform: rotate(180deg);
}
.acd__block.is-opened .acd__icon:after {
  transform: rotate(180deg);
  opacity: 0;
}
.acd__block.is-opened .acd__main:before {
  transform: translateX(0%);
  opacity: 0.3;
}

.acd__head::-webkit-details-marker {
  display: none;
}

.acd__content {
  overflow: hidden;
  background-color: #fff;
}

.acd__main {
  padding: 1em 5vw 3vh 3vw;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  .acd__main {
    padding: 10px 30px 30px;
  }
}
.acd__main ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.acd__main ul li {
  width: 45%;
}
@media screen and (max-width: 600px) {
  .acd__main ul li {
    width: 100%;
  }
  .acd__main ul li:nth-child(2n) {
    margin-top: 8vh;
  }
}
.acd__main ul li figure {
  margin-top: 1em;
  width: 80%;
}
@media screen and (max-width: 600px) {
  .acd__main ul li figure {
    padding-bottom: 1.5em;
  }
}
.acd__main ul li img {
  width: 100%;
}
.acd__main ul li a {
  margin-top: 1em;
}
.acd__main h3 {
  color: #14AD00;
  padding-bottom: 2rem;
  line-height: 1.5;
}
.acd__main h3 span {
  display: inline-block;
  background-color: #333;
  color: #fff;
  border-radius: 10px;
  padding: 6px 20px;
  margin-bottom: 1rem;
  font-size: 1.3rem;
  margin-right: 1rem;
  line-height: 1;
}
.acd__main a {
  display: inline-block;
  padding: 1.5em 2.5em;
  border-radius: 17px;
  background: #2ca219;
  color: #fff;
  font-weight: bold;
}
.acd__main p {
  font-size: 1.6rem;
  line-height: 1.9;
  padding-bottom: 0.8em;
}
.acd__main span {
  display: block;
  font-size: 1.2rem;
  line-height: 2;
  color: #888;
}

.acdContainer {
  max-width: 1100px;
  width: 90%;
  margin: 5vh auto;
}
.acdContainer span.source {
  display: block;
  padding-top: 2em;
  font-size: 1.3rem;
  text-align: right;
}

.acd__head {
  background-color: #fff;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media screen and (max-width: 600px) {
  .navBtn {
    -webkit-animation: fadeIn 1.5s 1s forwards;
            animation: fadeIn 1.5s 1s forwards;
  }
}

.nav-open {
  display: none;
  position: fixed;
  display: flex;
  justify-content: space-between;
  top: 10px;
  right: 20px;
  width: 70px;
  height: 64px;
  cursor: pointer;
}
.nav-open img {
  width: 100%;
}
@media screen and (max-width: 600px) {
  .nav-open {
    width: 50px;
    height: 70px;
  }
}

.nav-area {
  visibility: hidden; /* displayではなくvisibility */
  opacity: 0;
  position: fixed;
  z-index: 8999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.4s;
  background-color: #f2f2f2;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 600px) {
  .nav-area {
    overflow: scroll;
  }
}
.nav-area .nav-close {
  display: block;
  position: fixed;
  width: 70px;
  height: 64px;
  padding-top: 5px;
  top: 10px;
  right: 20px;
  z-index: 9099;
  cursor: pointer;
}
.nav-area .nav-close svg {
  width: 100%;
  fill: #fff;
}
@media screen and (max-width: 1024px) {
  .nav-area .nav-close img {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .nav-area .nav-close img {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .nav-area .nav-close {
    width: 65px;
    height: 50px;
    top: 10px;
    right: 15px;
  }
  .nav-area .nav-close svg {
    display: none;
  }
  .nav-area .nav-close img {
    width: 100%;
  }
}

.is-show {
  visibility: visible;
  opacity: 1;
}

.nav-wrapper .container {
  padding: 30px 0 0 30px;
}
.nav-wrapper .container a.home img {
  width: 92%;
}
.nav-wrapper .container .categoryBlock {
  width: 90%;
}
.nav-wrapper .container .categoryBlock a {
  font-family: "Shippori Mincho", serif;
  font-size: 1.4rem;
  color: #000;
}
.nav-wrapper .container .categoryBlock h3 {
  margin-top: 20px;
}
.nav-wrapper .container .categoryBlock h3 a {
  font-weight: normal;
  font-size: 1.6rem;
  padding-bottom: 10px;
}
.nav-wrapper .container .categoryBlock ul {
  margin: 10px 10px 20px 50px;
}
.nav-wrapper .container .categoryBlock ul li {
  padding: 10px 0;
}
.nav-wrapper .container .tab {
  display: block;
  width: 90%;
  border-bottom: 1px solid #000;
  margin-top: 6vh;
  margin-bottom: 1em;
}
.nav-wrapper .container .tab span {
  display: inline-block;
  background-color: #000;
  font-family: "Shippori Mincho", serif;
  font-size: 1.3rem;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  padding: 5px 12px;
}

.modalNav_main {
  margin-top: 20vh;
}
.modalNav_main li {
  padding-bottom: 2em;
}
.modalNav_main li a {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1;
  color: #000;
}

ul.modalNav_local {
  width: 90%;
  margin-top: 5vh;
  margin-bottom: 5vh;
}
ul.modalNav_local li {
  padding-bottom: 2px;
}
ul.modalNav_local li a {
  display: block;
  font-size: 1.4rem;
  border: 1px solid #333;
  margin: 0;
  padding: 12px;
  color: #333;
}
ul.modalNav_local li a.pcOnly {
  display: none;
}

.form table {
  max-width: 720px;
  width: 90%;
  margin: 10vh auto 0;
}
.form table th,
.form table td {
  padding: 1.8em 0;
  text-align: left;
  border-top: 1px solid #ccc;
}
@media screen and (max-width: 600px) {
  .form table th,
.form table td {
    display: block;
  }
}
.form table th {
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1;
  white-space: nowrap;
  padding-right: 3em;
}
.form table th span {
  display: inline-block;
  background-color: red;
  border-radius: 4px;
  padding: 5px 10px;
  color: #fff;
  font-size: 1.1rem;
  margin-left: 10px;
}
@media screen and (max-width: 600px) {
  .form table th {
    padding-right: 0;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 600px) {
  .form table td {
    border-top: none;
    padding-top: 1em;
  }
}
.form table.confirmBlock td {
  display: block;
  border-radius: 5px;
  padding: 10px;
  background-color: #f2f2f2;
  border: 1px solid #ddd;
  margin-bottom: 1em;
}
.form table ul li {
  padding-top: 1rem;
}
.form table ul li:first-child {
  padding-top: 0;
}
.form table ul li span {
  display: inline-block;
  padding: 1rem;
  border-radius: 2rem;
  background-color: #333;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1;
}
.form table ul li span.tag {
  font-weight: bold;
  padding: 0.8rem 1.2rem;
  border-radius: 0.6rem;
  background-color: #333;
  margin-bottom: 10px;
}
.form textarea,
.form input[type=text],
.form input[type=tel],
.form input[type=email] {
  width: 100% !important;
  padding: 10px 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-sizing: border-box;
  background-color: #fff;
  margin-bottom: 3px;
  resize: auto;
}
.form textarea.postal,
.form input[type=text].postal,
.form input[type=tel].postal,
.form input[type=email].postal {
  width: 40% !important;
}
.form textarea.address,
.form input[type=text].address,
.form input[type=tel].address,
.form input[type=email].address {
  height: 4em;
}
.form input[type=checkbox] {
  margin-right: 5px;
}
.form textarea {
  height: 10em;
}
.form select.select {
  border: 1px solid #ccc;
  padding: 10px 15px;
  border-radius: 5px;
}
.form button {
  display: block;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin-left: auto;
  margin-right: auto;
}
.form button.confirm, .form button.submit {
  max-width: 600px;
  width: 80%;
  padding: 3vw;
  font-size: 1.7rem;
  font-weight: bold;
}
.form button.confirm {
  margin-top: 5vh;
  border: 3px solid #000;
  background-color: #f2f2f2;
  border-radius: 5px;
  transition: 0.3s all;
  color: #000;
}
.form button.confirm:hover {
  background-color: #fff;
}
.form button.submit {
  margin-top: 5vh;
  border: 2px solid #000;
  background-color: #000;
  border-radius: 5px;
  transition: 0.3s all;
  color: #fff;
}
.form button.submit:hover {
  background-color: #fff;
  color: #000;
}
.form button.return {
  margin-top: 1vh;
  width: 40%;
  padding: 1em 1.5em;
  line-height: 1;
  border: 2px solid #e2e2e2;
  background-color: #e2e2e2;
  border-radius: 8px;
  transition: 0.3s all;
  color: #000;
}
.form button.return:hover {
  background-color: #fff;
  color: #000;
}

.thanks {
  border-radius: 20px;
  background-color: #f2f2f2;
  padding: 60px;
}
@media screen and (max-width: 600px) {
  .thanks {
    padding: 60px 5%;
  }
}
.thanks h3 {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 1.3;
  padding-bottom: 2em;
  text-align: center;
}
.thanks p {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.8;
  padding-bottom: 1em;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .thanks h4 {
    padding: 2em 0 1em;
    text-align: center;
  }
}

header {
  padding: 30px;
  display: flex;
  align-items: center;
}

a.home {
  display: block;
  max-width: 240px;
  width: 100%;
  margin-right: 80px;
}
@media screen and (max-width: 600px) {
  a.home {
    width: 50%;
  }
}
a.home img {
  width: 93%;
}

ul.menu a {
  font-family: "Shippori Mincho", serif;
  font-size: 1.4rem;
  line-height: 1;
}

.navBtn {
  width: 46px;
  height: 46px;
  position: fixed;
  top: 40px;
  right: 40px;
  cursor: pointer;
  z-index: 9999;
  /* 出現はまとめて管理 */
  opacity: 0;
}
@media screen and (max-width: 600px) {
  .navBtn {
    width: 36px;
    top: 28px;
    right: 6vw;
  }
}
.navBtn span {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000;
  position: absolute;
  transition: 0.3s all;
}
.navBtn span.line1 {
  top: 0;
  right: 0;
}
.navBtn span.line2 {
  top: 10px;
  right: 0%;
  width: 80%;
}
@media screen and (max-width: 600px) {
  .navBtn span.line2 {
    top: 7px;
  }
}
.navBtn span.line3 {
  top: 20px;
  right: 0%;
  width: 60%;
}
@media screen and (max-width: 600px) {
  .navBtn span.line3 {
    top: 14px;
  }
}
.navBtn span.line4 {
  top: 30px;
  right: 0%;
  width: 40%;
}
@media screen and (max-width: 600px) {
  .navBtn span.line4 {
    top: 21px;
  }
}
.navBtn:hover span.line2,
.navBtn:hover span.line3,
.navBtn:hover span.line4 {
  width: 100%;
  right: 0%;
}

.navBtn.is-show span.line2 {
  transform: rotate(45deg);
  width: 100%;
  top: 15px;
  height: 1px;
}
@media screen and (max-width: 600px) {
  .navBtn.is-show span.line2 {
    top: 12px;
  }
}
.navBtn.is-show span.line3 {
  transform: rotate(-45deg);
  width: 100%;
  top: 16px;
}
@media screen and (max-width: 600px) {
  .navBtn.is-show span.line3 {
    top: 12px;
  }
}
.navBtn.is-show span.line1, .navBtn.is-show span.line4 {
  opacity: 0;
}

/* globalのconfigを名前空間gでロード */
section.buyback {
  margin-top: 10vh;
}
section.buyback p {
  max-width: 740px;
  margin: 4em auto;
  font-family: "Shippori Mincho", serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.1;
  padding: 0 2em;
}
@media screen and (max-width: 600px) {
  section.buyback p {
    margin: 4em auto 2em;
  }
}
section.buyback p.caption {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.3rem;
  line-height: 1.6;
  padding: 1.3rem;
  display: block;
  max-width: 600px;
  width: calc(100% - 2.6rem);
  margin: 0 0 0 auto;
}
@media screen and (max-width: 600px) {
  section.buyback p.caption {
    width: 90%;
    padding: 1.3rem 5%;
  }
}
section.buyback picture {
  display: block;
  margin: 6vh 0 0;
}
section.buyback picture source {
  width: 100%;
}
section.buyback picture img {
  width: 100%;
}
section.buyback a.homeBLK {
  display: block;
  max-width: 320px;
  width: 100%;
  margin: 0 auto 60px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (max-width: 600px) {
  section.buyback a.homeBLK {
    width: 60%;
  }
}

section.items {
  padding: 15vh 0;
}
section.items .current {
  display: inline-block;
  margin-top: 10vh;
  padding: 1em 5vh;
  text-align: center;
  font-weight: bold;
  display: inline-block;
  position: relative;
}
section.items .current::before, section.items .current::after {
  display: inline-block;
  position: absolute;
  width: 1em;
  height: 1em;
  content: "";
}
section.items .current::before {
  top: 0;
  left: 0;
  border-top: 1px solid #333;
  border-left: 1px solid #333;
}
section.items .current::after {
  bottom: 0;
  right: 0;
  border-bottom: 1px solid #333;
  border-right: 1px solid #333;
}
section.items ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1200px;
  width: 90%;
  margin: 12vh auto 0;
}
section.items ul li {
  width: 30%;
  margin-bottom: 10vh;
}
@media screen and (max-width: 600px) {
  section.items ul li {
    width: 46%;
  }
}
section.items ul li a {
  display: block;
}
section.items ul li a img {
  width: 100%;
  border-radius: 6px;
  margin-bottom: 12px;
}
section.items ul li a div.title {
  display: block;
  padding: 0 6%;
  font-family: "Shippori Mincho", serif;
  font-size: 1.8;
  font-weight: 500;
  line-height: 1.8;
  color: #333;
  border-left: solid 3px #000;
}
section.items ul li a .arrow {
  display: inline-block;
  margin-top: 2em;
  border: 1px solid #ccc;
  padding: 6px 60px 6px 18px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  color: #333;
  transition: 0.3s all;
}
section.items ul li a .genre {
  padding: 1rem 0;
}
section.items ul li a .genre span {
  display: inline-block;
  padding: 0.6rem 1.2rem;
  background-color: #eee;
  color: #333;
  font-size: 1.1rem;
  font-family: sans-serif;
  font-weight: bold;
  line-height: 1;
  border-radius: 5px;
}
section.items ul li a:hover .arrow {
  border-color: #000;
  background-color: #000;
  color: #fff;
  text-align: right;
  padding: 6px 18px 6px 60px;
}
@media screen and (max-width: 600px) {
  section.items ul li.blank {
    display: none;
  }
}

section.form {
  background-color: #f2f2f2;
  padding: 10vh 5vw;
}

main.item-archive {
  padding-left: 5%;
  padding-right: 5%;
}
main.item-archive h1 {
  font-family: "Shippori Mincho", serif;
  font-size: 3.2rem;
  line-height: 1;
  text-align: center;
}
main.item-archive p.outline {
  display: block;
  max-width: 640px;
  width: 100%;
  margin: 8vh auto;
  font-family: "Shippori Mincho", serif;
  font-size: 1.4rem;
  line-height: 1.9;
}
main.item-archive ul.items {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 列数を設定 */
  grid-gap: 80px 50px; /* 要素間の間隔を設定 */
  max-width: 1100px;
  width: 100%;
  margin: 0 auto 15vh;
}
main.item-archive ul.items li {
  width: 100%;
}
main.item-archive ul.items li a {
  font-family: "Shippori Mincho", serif;
  font-size: 1.5rem;
  line-height: 1.5;
  color: #333;
  text-align: center;
}
main.item-archive ul.items li a img {
  width: 100%;
  margin-bottom: 10px;
}

section.item,
.itemsList {
  max-width: 1300px;
  width: 90%;
  padding: 0 5%;
  margin: 0 auto 15vh;
}
section.item .itemHeader,
.itemsList .itemHeader {
  display: flex;
  flex-wrap: wrap;
}
section.item .itemHeader .slider-container,
.itemsList .itemHeader .slider-container {
  width: 55%;
}
section.item .itemHeader .itemsInfo,
.itemsList .itemHeader .itemsInfo {
  width: 35%;
  padding-top: 3vh;
  padding-left: 5%;
  padding-right: 5%;
}
section.item ul.guide,
.itemsList ul.guide {
  margin-top: 5vh;
}
section.item ul.guide li,
.itemsList ul.guide li {
  padding: 1vh;
}
section.item ul.guide li img,
.itemsList ul.guide li img {
  width: 2em;
  padding-right: 12px;
}
section.item ul.guide li a,
.itemsList ul.guide li a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.4rem;
  line-height: 1;
  color: #000;
}
section.item h1,
.itemsList h1 {
  font-family: "Shippori Mincho", serif;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.4;
  padding-bottom: 1.8rem;
  border-bottom: 1px solid #eee;
}
section.item .description,
.itemsList .description {
  margin-top: 2em;
}
section.item .description p,
.itemsList .description p {
  font-family: "Shippori Mincho", serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.1;
}
section.item a.maker,
.itemsList a.maker {
  display: block;
  max-width: 700px;
  width: 80%;
  margin: 0 auto;
  background-color: #000;
  padding: 2vw;
  color: #fff;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  text-align: center;
}
section.item .guidance,
.itemsList .guidance {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  max-width: 800px;
  width: 90%;
  margin: 20vh auto 25vh;
}
section.item .guidance a,
.itemsList .guidance a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1;
  color: #333;
  width: 43%;
  background-color: #F2E7E7;
  border: 2px solid #F2E7E7;
  padding: 1.5em;
  transition: 0.3s all;
}
section.item .guidance a img,
.itemsList .guidance a img {
  height: 30px;
  width: auto;
  margin-right: 12px;
}
section.item .guidance a:hover,
.itemsList .guidance a:hover {
  background-color: #f2f2f2;
  border: 2px solid #000;
}

section.item {
  margin-bottom: 20vh;
}

ul.items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 20vh;
  margin-bottom: 0;
  gap: 20px;
}
ul.items li {
  width: 25%;
  margin-top: 5vh;
}

section.stories .story_box {
  max-width: 1300px;
  width: 100%;
  margin: 22vh auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #bbb;
}
section.stories .story_box:first-child {
  margin-top: 0;
}
section.stories .story_box:last-child {
  margin-bottom: 30vh;
}
section.stories .story_box:nth-child(even) {
  flex-direction: row-reverse;
}
section.stories .story_box figure {
  width: 50%;
}
section.stories .story_box figure img {
  width: 100%;
}
section.stories .story_box .txt {
  width: 36%;
  padding: 0 5%;
}
section.stories .story_box .txt h3 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  padding-bottom: 1.5em;
  line-height: 1.7;
}
section.stories .story_box .txt p {
  font-family: "Shippori Mincho", serif;
  font-size: 1.4rem;
  line-height: 1.9;
}

section.data h2 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5em;
  border-bottom: 1px solid #707070;
}
section.data h2.caution {
  margin-top: 15vh;
}
section.data table th, section.data table td {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
  text-align: left;
  padding: 1.5em 0;
}
section.data table tr {
  border-bottom: 1px solid #d3d3d3;
}
section.data table th {
  padding-right: 6vw;
}
section.data table td {
  padding-right: 4vw;
}
section.data p.spec {
  margin-top: 2vh;
  font-size: 1.2rem;
  line-height: 1.5;
}
section.data .caution ul {
  padding-left: 1em;
  margin-bottom: 15vh;
}
section.data .caution ul li {
  list-style-type: circle;
  list-style-position: outside;
  font-size: 1.3rem;
  line-height: 1.5;
  margin-top: 0.6rem;
}

.nextprev {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 8vh auto;
}
.nextprev li {
  text-align: center;
}
.nextprev li img {
  border-radius: 8px;
  transition: 0.3s all;
}
.nextprev li span {
  display: block;
  text-align: center;
  padding-top: 10px;
  font-family: "Shippori Mincho", serif;
  font-size: 1.4rem;
  line-height: 1;
  color: #333;
}
.nextprev li a:hover img {
  transform: scale(108%);
  filter: brightness(110%);
}

section.itemDetail {
  padding-top: 15vh;
}
section.itemDetail .inner {
  max-width: 820px;
  width: 90%;
  margin: 12vh auto 0;
}
section.itemDetail h1 {
  font-family: "Shippori Mincho", serif;
  font-size: 2.4rem;
  line-height: 1.6;
  padding: 0 5vw 1.8em;
}
section.itemDetail ul.purposes {
  padding: 0 5vw 10vh;
}
section.itemDetail ul.purposes li {
  display: inline-block;
  margin-right: 10px;
}
section.itemDetail ul.purposes li a {
  display: inline-block;
  background-color: #333;
  font-size: 1.2rem;
  color: #fff;
  border-radius: 6px;
  padding: 5px 10px;
  transition: 0.3s all;
}
section.itemDetail ul.purposes li a:hover {
  background-color: #ccc;
  color: #333;
}
section.itemDetail figure img {
  border-radius: 10px;
  width: 100%;
}
section.itemDetail .txt {
  padding: 5em 5vw 2em;
}
section.itemDetail .txt p {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.1;
}
@media screen and (max-width: 600px) {
  section.itemDetail .txt p {
    font-size: 1.8rem;
  }
}

footer .footer_container {
  padding: 15vh 5% 10vh;
}
footer .footer_container .logo {
  max-width: 350px;
  width: 80%;
  margin: 0 auto;
}
footer .footer_container .logo img {
  width: 100%;
}
footer .frontBlock {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 15vh auto 0;
}
@media screen and (max-width: 600px) {
  footer .frontBlock {
    width: 80%;
  }
}
footer .frontBlock .profile {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
footer .frontBlock .profile figure {
  width: 40%;
}
footer .frontBlock .profile figure img {
  width: 100%;
}
footer .frontBlock .profile .txt {
  width: 55%;
}
footer .frontBlock .profile .txt p {
  color: #fff;
  font-family: "Shippori Mincho", serif;
  font-size: clamp(12px, 1.05vw, 1.25vw);
  line-height: 2.1;
}
@media screen and (max-width: 600px) {
  footer .frontBlock .profile {
    width: 100%;
  }
  footer .frontBlock .profile figure {
    width: 100%;
  }
  footer .frontBlock .profile figure img {
    border-radius: 8px;
    margin-bottom: 12px;
  }
  footer .frontBlock .profile .txt {
    width: 100%;
  }
}
footer .frontBlock table {
  width: 40%;
}
footer .frontBlock table th, footer .frontBlock table td {
  vertical-align: top;
  text-align: left;
  padding: 0.7rem 0;
  font-size: 1.25rem;
  line-height: 1.4;
  color: #fff;
}
footer .frontBlock table th {
  white-space: nowrap;
}
footer .frontBlock table td {
  padding-left: 1.5em;
}
@media screen and (max-width: 600px) {
  footer .frontBlock table {
    width: 100%;
    margin-top: 6vh;
  }
}
footer .footerLine {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 94vw;
  background-color: #000;
  padding: 2vh 3vw;
}
@media screen and (max-width: 600px) {
  footer .footerLine {
    justify-content: center;
  }
}
footer .footerLine ul {
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  footer .footerLine ul {
    padding-bottom: 1em;
  }
}
footer .footerLine ul li {
  float: left;
  margin-right: 1em;
}
footer .footerLine ul li a {
  font-size: 1.2rem;
  line-height: 1;
  color: #fff;
}
footer .footerLine p.copyright {
  font-size: 1.2rem;
  line-height: 1;
  color: #fff;
}

section.privacypolicy {
  padding-top: 0;
  margin-top: 15vh;
  margin-bottom: 15vh;
}
section.privacypolicy .inner {
  max-width: 720px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
section.privacypolicy .inner h1 {
  margin-bottom: 10vh;
}
section.privacypolicy .inner h3 {
  margin-top: 3em;
  font-family: "Shippori Mincho", serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
}
section.privacypolicy .inner p {
  margin-top: 1.5em;
  font-family: "Shippori Mincho", serif;
  font-size: 1.6rem;
  font-weight: 400;
  margin-bottom: 2em;
  line-height: 1.8;
}

.notfound {
  display: flex;
  align-items: center;
  justify-content: center;
}
.notfound div {
  display: block;
  padding: 12vh 5% 20vh;
}
.notfound div h1 {
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-style: 500;
  font-size: 3rem;
  line-height: 1.5;
}
.notfound div p {
  padding: 2em 0 0;
  font-family: "Shippori Mincho", serif;
  font-style: 500;
  font-size: 1.5rem;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .notfound div p {
    text-align: left;
  }
  .notfound div p br {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */