@charset "UTF-8";
body {
  font-family: "Noto Sans JP", sans-serif;
  margin: 0;
  padding: 0;
  font-size: 16px;
  position: relative;
  background: #fff;
  -moz-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ul,
ol,
li,
blockquote,
pre,
table,
caption,
th,
td,
address,
form,
fieldset,
legend,
object {
  margin: 0;
  padding: 0;
}

header,
section,
nav,
footer {
  display: block;
}

a,
ins {
  text-decoration: none;
}

address,
em,
cite,
dfn,
var {
  font-style: normal;
}

input,
textarea,
select {
  font-weight: normal;
  font-family: "Noto Sans JP", sans-serif;
}

img {
  vertical-align: baseline;
  max-width: 100%;
  height: auto;
}

a img {
  border: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ul,
ol,
li,
blockquote,
pre,
table,
caption,
th,
td,
address {
  line-height: 2;
  letter-spacing: 0;
  color: #000;
}

h1,
h2,
h3,
h4 {
  font-weight: normal;
  letter-spacing: 0;
}

a {
  color: #000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
li {
  list-style: none;
}

a[href^="tel:"] {
  cursor: default;
  opacity: 1 !important;
}

br.pcn {
  display: none;
}
@media screen and (max-width: 480px) {
  br.pcn {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  br.spn {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .onlyPC {
    display: none;
  }
}

.onlySP {
  display: none;
}
@media screen and (max-width: 480px) {
  .onlySP {
    display: initial;
  }
}

.anime {
  opacity: 0;
  -webkit-transform: translateY(-10px) scale(0.99, 0.99);
  transform: translateY(-10px) scale(0.99, 0.99);
  -webkit-transition: 1s;
  transition: 1s;
}

.move {
  opacity: 1;
  -webkit-transform: translateY(0) scale(1, 1);
  transform: translateY(0) scale(1, 1);
}

.anime-r {
  overflow: hidden;
  opacity: 0;
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.move-r {
  overflow: hidden;
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.anime-l {
  overflow: hidden;
  opacity: 0;
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.move-l {
  overflow: hidden;
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.anime-d {
  opacity: 0;
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.move-d {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.anime-b {
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: 1s;
  transition: 1s;
}

.move-b {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.delay1 {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
@media screen and (max-width: 480px) {
  .delay1 {
    -webkit-transition-delay: 0;
    transition-delay: 0;
  }
}

.delay2 {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
@media screen and (max-width: 480px) {
  .delay2 {
    -webkit-transition-delay: 0;
    transition-delay: 0;
  }
}

.delay3 {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}
@media screen and (max-width: 480px) {
  .delay3 {
    -webkit-transition-delay: 0;
    transition-delay: 0;
  }
}

.delay4 {
  -webkit-transition-delay: 0.45s;
  transition-delay: 0.45s;
}
@media screen and (max-width: 480px) {
  .delay4 {
    -webkit-transition-delay: 0;
    transition-delay: 0;
  }
}

.delay5 {
  -webkit-transition-delay: 0.55s;
  transition-delay: 0.55s;
}
@media screen and (max-width: 480px) {
  .delay5 {
    -webkit-transition-delay: 0;
    transition-delay: 0;
  }
}

/* ------ navibtn -----------------------------------*/
.hnavi_btn {
  position: fixed;
  top: 24px;
  right: 16px;
  z-index: 8000;
  display: none;
}
@media screen and (max-width: 1240px) {
  .hnavi_btn {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .hnavi_btn {
    right: 8px;
    top: 20px;
  }
}

.menu-button {
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100000;
}
.menu-button i {
  display: block;
  width: 24px;
  height: 2px;
  border-radius: 3px;
  background: #000;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
  position: absolute;
  right: 8px;
  top: 20px;
}
.menu-button i:before, .menu-button i:after {
  content: "";
  display: block;
  width: 24px;
  height: 2px;
  border-radius: 3px;
  background: #000;
  position: absolute;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 0.3s !important;
  transition: all 0.3s !important;
}
.menu-button i:before {
  -webkit-transform: translateY(8px);
          transform: translateY(8px);
}
.menu-button i:after {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}

.hnavi_btn.active .menu-button i {
  background: none;
}
.hnavi_btn.active .menu-button i:after {
  -webkit-transform: translateY(0px) rotate(-45deg);
          transform: translateY(0px) rotate(-45deg);
}
.hnavi_btn.active .menu-button i:before {
  -webkit-transform: translateY(0px) rotate(45deg);
          transform: translateY(0px) rotate(45deg);
}

body.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
  -ms-touch-action: none;
      touch-action: none;
}

.header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #FFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 24px 64px;
  margin-bottom: 24px;
  z-index: 5000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 1400px) {
  .header {
    padding: 24px;
  }
}
@media screen and (max-width: 1240px) {
  .header {
    padding: 16px 24px;
  }
}
@media screen and (max-width: 767px) {
  .header {
    padding: 20px;
    height: 88px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.header.fixed {
  padding: 16px 24px;
  -webkit-box-shadow: 1px 0 12px rgba(0, 0, 0, 0.06);
          box-shadow: 1px 0 12px rgba(0, 0, 0, 0.06);
}
@media screen and (max-width: 767px) {
  .header.fixed {
    padding: 16px 20px;
  }
}
.header.fixed .hlogo {
  width: 130px;
}
@media screen and (max-width: 767px) {
  .header.fixed .hlogo {
    width: 108px !important;
  }
}
.header .hlogo {
  font-size: 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 1400px) {
  .header .hlogo {
    width: 240px;
  }
}
@media screen and (max-width: 1240px) {
  .header .hlogo {
    width: 130px;
  }
}
@media screen and (max-width: 767px) {
  .header .hlogo {
    width: 108px !important;
  }
}
@media screen and (max-width: 370px) {
  .header .hlogo {
    width: 96px !important;
  }
}
.header .hnavi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
}
@media screen and (max-width: 1240px) {
  .header .hnavi {
    position: fixed;
    top: 0;
    right: -250px;
    opacity: 0;
    width: 240px;
    height: 100dvh;
    overflow: auto;
    background: #FFF;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 64px 24px 40px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    z-index: 5000;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
.header .hnavi.active {
  right: 0;
  opacity: 1;
}
.header .hnavi .gnavi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1240px) {
  .header .hnavi .gnavi {
    display: block;
  }
}
.header .hnavi .gnavi li {
  font-weight: bold;
  margin-right: 58px;
  line-height: 1;
}
@media screen and (max-width: 1400px) {
  .header .hnavi .gnavi li {
    margin-right: 40px;
  }
}
@media screen and (max-width: 1240px) {
  .header .hnavi .gnavi li {
    margin: 0 0 24px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}
@media screen and (max-width: 767px) {
  .header .hnavi .gnavi li {
    margin: 0 auto 20px;
  }
}
.header .hnavi .gnavi li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  padding: 12px 3px 10px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .header .hnavi .gnavi li a {
    padding: 6px 3px;
  }
}
.header .hnavi .gnavi li a:hover::after {
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  left: 0;
  right: auto;
}
.header .hnavi .gnavi li a::after {
  content: "";
  display: block;
  background: #000;
  height: 2px;
  width: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .header .hnavi .gnavi li a::after {
    display: none;
  }
}
.header .hnavi .hfaq {
  position: relative;
  height: 44px;
}
@media screen and (max-width: 1240px) {
  .header .hnavi .hfaq {
    height: auto;
    margin: 0 0 8px;
  }
}
@media screen and (max-width: 767px) {
  .header .hnavi .hfaq {
    margin: 24px 0 8px;
  }
}
.header .hnavi .hfaq:hover ul {
  opacity: 1;
  pointer-events: all;
}
.header .hnavi .hfaq .open {
  width: 164px;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 22px;
  background: #EEEEEE;
  font-weight: bold;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 1240px) {
  .header .hnavi .hfaq .open {
    height: 44px;
  }
}
.header .hnavi .hfaq .open::after {
  content: "";
  display: block;
  background: url("../img/common/d_arrow.svg") no-repeat;
  width: 14px;
  height: 13px;
  margin-left: 8px;
}
.header .hnavi .hfaq .open:hover {
  background: #D8D8D8;
}
.header .hnavi .hfaq ul {
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  padding: 8px 0;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #FFF;
  width: 100%;
  border-radius: 0 0 20px 20px;
}
@media screen and (max-width: 1240px) {
  .header .hnavi .hfaq ul {
    position: static;
    opacity: 1;
    pointer-events: all;
    background: none;
    border-radius: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.header .hnavi .hfaq ul li {
  padding: 0 24px;
  margin-bottom: 8px;
}
@media screen and (max-width: 1240px) {
  .header .hnavi .hfaq ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.header .hnavi .hfaq ul li a {
  font-weight: bold;
  padding: 10px 3px 4px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .header .hnavi .hfaq ul li a {
    padding: 6px 3px;
  }
}
.header .hnavi .hfaq ul li a:hover::after {
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  left: 0;
  right: auto;
}
.header .hnavi .hfaq ul li a::after {
  content: "";
  display: block;
  background: #000;
  height: 2px;
  width: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .header .hnavi .hfaq ul li a::after {
    display: none;
  }
}
.header .hnavi .hcontact {
  margin-left: 16px;
  height: 44px;
}
@media screen and (max-width: 1240px) {
  .header .hnavi .hcontact {
    margin: 0 0 24px;
  }
}
.header .hnavi .hcontact a {
  width: 160px;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 22px;
  border: 1px solid #000;
}
.header .hnavi .hcontact a:hover {
  background: #000;
  color: #FFF;
}
.header .hnavi .hsearch {
  margin-left: 16px;
  height: 44px;
}
@media screen and (max-width: 1240px) {
  .header .hnavi .hsearch {
    margin: 0;
  }
}
.header .hnavi .hsearch a {
  width: 112px;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 22px;
  border: 1px solid #000;
  background: #83FF00;
}
@media screen and (max-width: 1240px) {
  .header .hnavi .hsearch a {
    width: 160px;
  }
}
.header .hnavi .hsearch a:hover {
  background: #000;
  color: #83FF00;
}
.header .sp_hsearch {
  display: none;
  height: 40px;
  position: absolute;
  top: 22px;
  right: 72px;
}
@media screen and (max-width: 1240px) {
  .header .sp_hsearch {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .header .sp_hsearch {
    right: 56px;
  }
}
.header .sp_hsearch a {
  width: 112px;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 22px;
  border: 1px solid #000;
  background: #83FF00;
  font-weight: bold;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .header .sp_hsearch a {
    width: 96px;
    height: 36px;
  }
}
@media screen and (max-width: 370px) {
  .header .sp_hsearch a {
    width: 72px;
    height: 36px;
    font-size: 13px;
  }
}
.header .sp_hsearch a:hover {
  background: #000;
  color: #83FF00;
}

.hnavi_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  background: #000;
  z-index: 1000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  pointer-events: none;
}
.hnavi_bg.active {
  opacity: 0.5;
  pointer-events: all;
}

.wrap_footer {
  background: #000;
  padding: 54px 100px 24px;
}
@media screen and (max-width: 1360px) {
  .wrap_footer {
    padding: 54px 20px 24px;
  }
}
@media screen and (max-width: 767px) {
  .wrap_footer {
    padding: 20px 20px 28px;
  }
}
.wrap_footer .footer {
  max-width: 1240px;
  margin: 0 auto;
}
.wrap_footer .footer .mailmag {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .wrap_footer .footer .mailmag {
    margin-bottom: 24px;
  }
}
.wrap_footer .footer .mailmag a {
  width: 100%;
  height: 128px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FFF;
  padding: 8px 36px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 1 !important;
}
@media screen and (max-width: 980px) {
  .wrap_footer .footer .mailmag a {
    padding: 10px;
    height: 114px;
  }
}
@media screen and (max-width: 767px) {
  .wrap_footer .footer .mailmag a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 24px 20px;
    height: auto;
    border: 2px solid #83FF00;
  }
}
.wrap_footer .footer .mailmag a:hover .btn {
  background: #FFF;
  color: #000;
}
.wrap_footer .footer .mailmag a:hover .btn i {
  background: #000;
}
.wrap_footer .footer .mailmag a:hover .btn i svg path {
  fill: #FFF;
}
.wrap_footer .footer .mailmag div {
  margin-right: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1240px) {
  .wrap_footer .footer .mailmag div {
    display: block;
  }
}
.wrap_footer .footer .mailmag div .ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 40px;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-weight: bold;
  margin-right: 84px;
  line-height: 1;
}
@media screen and (max-width: 980px) {
  .wrap_footer .footer .mailmag div .ttl {
    font-size: 22px;
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .wrap_footer .footer .mailmag div .ttl {
    font-size: 7.2vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 0 16px;
  }
}
.wrap_footer .footer .mailmag div .ttl img {
  margin-right: 15px;
}
@media screen and (max-width: 980px) {
  .wrap_footer .footer .mailmag div .ttl img {
    width: 32px;
    height: 32px;
    margin-right: 10px;
  }
}
.wrap_footer .footer .mailmag div .txt {
  font-size: 18px;
}
@media screen and (max-width: 980px) {
  .wrap_footer .footer .mailmag div .txt {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .wrap_footer .footer .mailmag div .txt {
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  .wrap_footer .footer .mailmag div .txt {
    line-height: 1.4;
    margin-top: 8px;
  }
}
.wrap_footer .footer .mailmag div .txt br {
  display: none;
}
@media screen and (max-width: 480px) {
  .wrap_footer .footer .mailmag div .txt br {
    display: block;
  }
}
.wrap_footer .footer .mailmag .btn {
  margin-left: auto;
  background: #000;
  width: 200px;
  height: 60px;
  border-radius: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 8px 20px 8px 26px;
  border: 1px solid #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #FFF;
  font-weight: bold;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .wrap_footer .footer .mailmag .btn {
    height: 40px;
    width: 193px;
    margin: 16px 0 0;
  }
}
.wrap_footer .footer .mailmag .btn i {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #FFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.wrap_footer .footer .mailmag .btn i svg path {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.wrap_footer .footer .fnavi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 80px;
}
@media screen and (max-width: 980px) {
  .wrap_footer .footer .fnavi {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .wrap_footer .footer .fnavi {
    display: block;
    margin-bottom: 0;
    margin-bottom: 40px;
  }
}
.wrap_footer .footer .fnavi .fnavi_cnt {
  margin-right: 80px;
}
@media screen and (max-width: 1180px) {
  .wrap_footer .footer .fnavi .fnavi_cnt {
    margin-right: 60px;
  }
}
@media screen and (max-width: 767px) {
  .wrap_footer .footer .fnavi .fnavi_cnt {
    margin: 0 0 40px;
  }
}
.wrap_footer .footer .fnavi .fnavi_cnt.last {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-left: auto;
  margin-right: 0;
}
@media screen and (max-width: 980px) {
  .wrap_footer .footer .fnavi .fnavi_cnt.last {
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }
}
.wrap_footer .footer .fnavi .fnavi_cnt.last ul {
  margin-bottom: 8px;
}
.wrap_footer .footer .fnavi .fnavi_cnt.last ul li {
  margin-bottom: 16px;
}
.wrap_footer .footer .fnavi .fnavi_cnt.last ul li a {
  width: 218px;
  height: 46px;
  border: 1px solid #fff;
  border-radius: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 7px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
}
.wrap_footer .footer .fnavi .fnavi_cnt.last ul li a img {
  margin-right: 10px;
}
.wrap_footer .footer .fnavi .fnavi_cnt:nth-of-type(3) {
  margin-right: 0;
}
.wrap_footer .footer .fnavi .fnavi_cnt .ttl {
  font-size: 30px;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-weight: bold;
  color: #FFF;
  margin-bottom: 28px;
}
@media screen and (max-width: 1080px) {
  .wrap_footer .footer .fnavi .fnavi_cnt .ttl {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.wrap_footer .footer .fnavi .fnavi_cnt .ttl img {
  margin-right: 10px;
}
@media screen and (max-width: 1080px) {
  .wrap_footer .footer .fnavi .fnavi_cnt .ttl img {
    width: 22px;
  }
}
.wrap_footer .footer .fnavi .fnavi_cnt .ttl a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFF;
}
.wrap_footer .footer .fnavi .fnavi_cnt .ttl a:hover {
  opacity: 0.6;
}
.wrap_footer .footer .fnavi .fnavi_cnt ul li {
  margin-bottom: 30px;
  line-height: 1;
}
@media screen and (max-width: 1080px) {
  .wrap_footer .footer .fnavi .fnavi_cnt ul li {
    margin-bottom: 16px;
  }
}
.wrap_footer .footer .fnavi .fnavi_cnt ul li a {
  font-size: 18px;
  color: #FFF;
}
.wrap_footer .footer .fnavi .fnavi_cnt ul li a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 1080px) {
  .wrap_footer .footer .fnavi .fnavi_cnt ul li a {
    font-size: 14px;
  }
}
.wrap_footer .footer .fnavi .fnavi_cnt .fbnr a:hover {
  opacity: 0.6;
}
.wrap_footer .footer .ffnavi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .wrap_footer .footer .ffnavi {
    display: block;
  }
}
.wrap_footer .footer .ffnavi li {
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .wrap_footer .footer .ffnavi li {
    padding-left: 1em;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .wrap_footer .footer .ffnavi li::before {
    content: "・";
    position: absolute;
    left: 0;
    top: 0;
    color: #FFF;
  }
}
.wrap_footer .footer .ffnavi li a {
  font-size: 14px;
  color: #FFF;
}
.wrap_footer .footer .ffnavi li a:hover {
  opacity: 0.6;
}
.wrap_footer .footer .ffcnt {
  border-top: 1px solid #fff;
  padding-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .wrap_footer .footer .ffcnt {
    border: none;
    display: block;
    padding-top: 0;
  }
}
.wrap_footer .footer .ffcnt .flogo {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .wrap_footer .footer .ffcnt .flogo {
    width: 135px;
    margin-bottom: 20px;
  }
}
.wrap_footer .footer .ffcnt .flogo a:hover {
  opacity: 0.6;
}
.wrap_footer .footer .ffcnt .fsns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (max-width: 767px) {
  .wrap_footer .footer .ffcnt .fsns {
    border-top: 1px solid #fff;
    padding-top: 30px;
    margin-bottom: 30px;
  }
}
.wrap_footer .footer .ffcnt .fsns li {
  margin-right: 30px;
  line-height: 1;
}
.wrap_footer .footer .ffcnt .fsns li:last-of-type {
  margin-right: 0;
}
.wrap_footer .footer .ffcnt .fsns li a:hover {
  opacity: 0.6;
}
.wrap_footer .footer .ffcnt .copyright {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  color: #FFF;
  font-size: 14px;
}

/*/　modal　////////////////////////////////////////////*/
.wrap_modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.wrap_modal.active {
  opacity: 1;
  pointer-events: all;
}
.wrap_modal .modal_cnt {
  width: 640px;
  max-height: 80dvh;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .wrap_modal .modal_cnt {
    width: 100%;
    max-height: 100dvh;
    height: 100%;
  }
}
.wrap_modal .modal_cnt .search_cnt {
  padding: 40px 0;
  width: 100%;
  height: 100%;
  background: #FFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: auto;
}
@media screen and (max-width: 767px) {
  .wrap_modal .modal_cnt .search_cnt {
    padding: 56px 0 32px;
  }
}
@media screen and (max-width: 767px) {
  .wrap_modal .modal_cnt .side_search_box {
    border-bottom: 1px solid #D8D8D8;
    margin-bottom: 20px;
  }
}
.wrap_modal .modal_cnt .side_search_box:first-of-type .check_area {
  display: block;
}
.wrap_modal .modal_cnt .ttl {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 32px;
  padding: 0 40px;
}
@media screen and (max-width: 767px) {
  .wrap_modal .modal_cnt .ttl {
    font-size: 16px;
    margin-bottom: 24px;
    padding: 0 24px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.wrap_modal .modal_cnt .ttl.active::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (max-width: 767px) {
  .wrap_modal .modal_cnt .ttl::after {
    content: "";
    display: block;
    background: url("../img/common/arrow_d.svg") no-repeat center;
    width: 20px;
    height: 20px;
    background-size: 100%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
.wrap_modal .modal_cnt .check_area {
  border-bottom: 1px solid #D8D8D8;
  padding: 0 40px 16px;
  margin-bottom: 40px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .wrap_modal .modal_cnt .check_area {
    padding: 0 24px;
    margin-bottom: 20px;
    display: none;
    border: none;
  }
}
.wrap_modal .modal_cnt .check_area label {
  margin-right: 20px;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .wrap_modal .modal_cnt .check_area label {
    margin-bottom: 8px;
    margin-right: 0;
    display: block;
  }
}
.wrap_modal .modal_cnt .check_area label input {
  margin-right: 8px;
}
.wrap_modal .modal_cnt .submit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.wrap_modal .modal_cnt .submit .feas-submit-button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #83FF00 url("../img/common/shiborikomu.svg") no-repeat center;
  background-size: 72px;
  border: none;
  border: 1px solid #000;
  color: transparent;
  font-size: 18px;
  font-weight: bold;
  width: 100%;
  max-width: 300px;
  height: 40px;
  border-radius: 50px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .wrap_modal .modal_cnt .submit .feas-submit-button {
    background-size: 64px;
  }
}
.wrap_modal .modal_cnt .close {
  width: 50px;
  height: 50px;
  background: #000;
  position: absolute;
  top: 0;
  right: -50px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .wrap_modal .modal_cnt .close {
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
  }
}
.wrap_modal .modal_cnt .close::before {
  content: "";
  display: block;
  width: 1px;
  height: 30px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background: #FFF;
  position: absolute;
  top: calc(50% - 15px);
  left: 50%;
  transform: rotate(45deg);
}
.wrap_modal .modal_cnt .close::after {
  content: "";
  display: block;
  width: 1px;
  height: 30px;
  background: #FFF;
  position: absolute;
  top: calc(50% - 15px);
  left: 50%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.wrap_modal .modal_bg {
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

/*/　common　////////////////////////////////////////////*/
.more_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.more_btn a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 24px 40px;
  background: #000;
  border: 1px solid #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #FFF;
  font-size: 24px;
  font-weight: bold;
  border-radius: 100px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .more_btn a {
    font-size: 18px;
    padding: 12px 40px;
    max-width: 320px;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.more_btn a:hover {
  background: #FFF;
  color: #000;
}

.contents_wrapper {
  max-width: 1280px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 80px auto;
}
@media screen and (max-width: 767px) {
  .contents_wrapper {
    margin-top: 40px;
  }
}

.page_ttl {
  font-size: 50px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 72px;
}
@media screen and (max-width: 767px) {
  .page_ttl {
    font-size: 32px;
    margin-bottom: 40px;
  }
}

.search_area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 56px;
}
@media screen and (max-width: 640px) {
  .search_area {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 640px) {
  .search_area .side_search_open {
    width: 50%;
  }
}
.search_area .side_search_open a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 220px;
  height: 60px;
  border: 1px solid #9B9B9B;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 16px;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
}
.search_area .side_search_open a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 640px) {
  .search_area .side_search_open a {
    width: 100%;
    height: 50px;
    border-right: none;
    font-size: 16px;
    padding: 5px 13px;
  }
}
.search_area .side_search_open a img {
  margin-right: 13px;
}
@media screen and (max-width: 640px) {
  .search_area .side_search_open a img {
    width: 24px;
    margin-right: 10px;
  }
}
.search_area .sort_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 640px) {
  .search_area .sort_btn {
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  .search_area .sort_btn li {
    width: 50%;
  }
}
.search_area .sort_btn li:first-of-type button {
  border-right: none;
}
.search_area .sort_btn li > span {
  display: none;
}
.search_area .sort_btn li button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 160px;
  height: 60px;
  border: 1px solid #9B9B9B;
  background: #FFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 26px;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #000;
}
.search_area .sort_btn li button:hover {
  opacity: 0.6;
}
@media screen and (max-width: 640px) {
  .search_area .sort_btn li button {
    height: 50px;
    width: 100%;
    font-size: 16px;
    padding: 8px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.search_area .sort_btn li button::after {
  content: "";
  display: block;
  background: url("../img/common/arrow_d.svg") no-repeat center;
  width: 24px;
  height: 24px;
}
@media screen and (max-width: 640px) {
  .search_area .sort_btn li button::after {
    display: none;
  }
}
.search_area .select_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.search_area .select_btn li:first-of-type a {
  border-right: none;
}
.search_area .select_btn li.active a {
  background: #000;
  color: #FFF;
  pointer-events: none;
}
.search_area .select_btn li.active a svg path {
  fill: #FFF;
}
.search_area .select_btn li > span {
  display: none;
}
.search_area .select_btn li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 153px;
  height: 36px;
  border: 1px solid #9B9B9B;
  background: #FFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 8px;
  font-size: 16px;
  font-weight: bold;
}
.search_area .select_btn li a svg {
  margin-right: 10px;
}

.wrap_item_list .noitem {
  margin-top: 48px;
  margin-bottom: 40px;
}

.item_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .item_list {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.item_list.related_items > li {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .item_list.related_items > li {
    margin-bottom: 50px;
  }
}
.item_list.related_items > li:nth-of-type(4) {
  display: none;
}
@media screen and (max-width: 767px) {
  .item_list.related_items > li:nth-of-type(4) {
    display: block;
  }
}
.item_list > li {
  width: calc(33.33% - 27px);
  margin-right: 40px;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .item_list > li {
    width: calc(50% - 8px);
    margin: 0 0 40px;
  }
}
.item_list > li:nth-of-type(3n) {
  margin-right: 0;
}
.item_list > li a {
  display: block;
  position: relative;
  opacity: 1 !important;
}
.item_list > li a:hover .img span {
  color: #000;
}
.item_list > li a:hover .img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.item_list > li .img {
  font-size: 0;
  margin-bottom: 16px;
  overflow: hidden;
}
.item_list > li .img img {
  width: 100%;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 2s;
  transition: all 2s;
}
.item_list > li .ttl {
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .item_list > li .ttl {
    font-size: 14px;
  }
}
.item_list > li .data {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .item_list > li .data {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.item_list > li .data p {
  font-size: 14px;
  line-height: 1.5;
  color: #9B9B9B;
}
@media screen and (max-width: 767px) {
  .item_list > li .data p {
    font-size: 12px;
  }
}
.item_list > li .data p.size {
  margin-right: 16px;
}
.item_list > li .data p.way span::after {
  content: "／";
}
.item_list > li .data p.way span:last-of-type::after {
  display: none;
}
.item_list > li .txt {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .item_list > li .txt {
    font-size: 12px;
  }
}
.item_list > li .price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .item_list > li .price {
    display: block;
    margin-bottom: 8px;
  }
}
.item_list > li .price.otoiawase b {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .item_list > li .price.otoiawase b {
    font-size: 15px;
  }
}
.item_list > li .price b {
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: -0.04em;
  margin-right: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .item_list > li .price b {
    font-size: 16px;
    margin: 0;
  }
}
.item_list > li .price b span {
  font-size: 16px;
}
.item_list > li .price > span {
  font-size: 14px;
  font-weight: bold;
  color: #8D8D8D;
}
@media screen and (max-width: 767px) {
  .item_list > li .price > span {
    font-size: 10px;
    display: block;
  }
}
.item_list > li .cat {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0 8px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.2;
  height: 22px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 2px;
  border: 1px solid #D8D8D8;
}
@media screen and (max-width: 980px) {
  .item_list > li .cat {
    position: static;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}
.item_list > li .cat.yadokari {
  background: #83FF00;
  border: 1px solid #83FF00;
}

.pagination ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.pagination ul li {
  font-size: 20px;
  font-weight: bold;
  margin: 0 15px;
}
.pagination ul li a {
  color: #D8D8D8;
}
.pagination ul li span {
  color: #000;
}
.pagination ul li.dot {
  color: #D8D8D8;
}

.side_search {
  position: fixed;
  top: 0;
  left: 0;
  width: 400px;
  height: 100vh;
  background: #FFF;
  z-index: 100000;
  padding: 40px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
  left: -400px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .side_search {
    width: 276px;
    top: 88px;
    height: calc(100dvh - 88px);
  }
}
.side_search .side_search_wrap {
  overflow: auto;
  height: calc(100dvh - 120px);
  padding-bottom: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .side_search .side_search_wrap {
    height: calc(100% - 60px);
  }
}
.side_search .close {
  width: 50px;
  height: 50px;
  background: #000;
  position: absolute;
  top: 0;
  right: -50px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .side_search .close {
    width: 35px;
    height: 35px;
    right: -35px;
  }
}
.side_search .close::before {
  content: "";
  display: block;
  width: 1px;
  height: 30px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background: #FFF;
  position: absolute;
  top: calc(50% - 15px);
  left: 50%;
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .side_search .close::before {
    height: 20px;
    top: calc(50% - 10px);
  }
}
.side_search .close::after {
  content: "";
  display: block;
  width: 1px;
  height: 30px;
  background: #FFF;
  position: absolute;
  top: calc(50% - 15px);
  left: 50%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .side_search .close::after {
    height: 20px;
    top: calc(50% - 10px);
  }
}
.side_search.active {
  opacity: 1;
  left: 0;
}
.side_search .side_search_ttl {
  padding: 0 50px 24px;
  font-size: 18px;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .side_search .side_search_ttl {
    padding: 0 20px 24px;
    font-size: 18px;
  }
}
.side_search .side_search_ttl img {
  margin-right: 13px;
}
@media screen and (max-width: 767px) {
  .side_search .side_search_ttl img {
    width: 30px;
  }
}
.side_search .side_search_box {
  border-top: 1px solid #D8D8D8;
  padding: 24px 40px 24px;
}
@media screen and (max-width: 767px) {
  .side_search .side_search_box {
    padding: 24px 20px;
  }
}
.side_search .side_search_box:first-of-type .check_area {
  display: block;
}
.side_search .side_search_box .ttl {
  font-size: 18px;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .side_search .side_search_box .ttl {
    font-size: 16px;
  }
}
.side_search .side_search_box .ttl.active::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.side_search .side_search_box .ttl::after {
  content: "";
  display: block;
  background: url("../img/common/arrow_d.svg") no-repeat center;
  width: 24px;
  height: 24px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .side_search .side_search_box .ttl::after {
    width: 20px;
    height: 20px;
    background-size: 100%;
  }
}
.side_search .side_search_box .check_area {
  display: none;
  margin-top: 20px;
}
.side_search .side_search_box .check_area label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 8px;
}
.side_search .side_search_box .check_area label:has(input:disabled) {
  opacity: 0.4;
}
.side_search .side_search_box .check_area label:has(input:checked)::before {
  background: #000;
  border: 1px solid #000;
}
.side_search .side_search_box .check_area label input {
  display: none;
}
.side_search .side_search_box .check_area label::before {
  content: "";
  width: 15px;
  height: 15px;
  border: 1px solid #D8D8D8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 10px;
  margin-top: 1px;
}
.side_search .submit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 50px;
  margin-top: 8px;
}
.side_search .submit .feas-submit-button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #83FF00 url("../img/common/shiborikomu.svg") no-repeat center;
  background-size: 72px;
  border: none;
  color: transparent;
  font-size: 18px;
  font-weight: bold;
  width: 100%;
  height: 40px;
  border-radius: 50px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .side_search .submit .feas-submit-button {
    background-size: 64px;
  }
}

.side_search_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 50000;
  background: #000;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .side_search_bg {
    z-index: 1000;
  }
}
.side_search_bg.active {
  opacity: 0.4;
  pointer-events: all;
}

/*/　top　////////////////////////////////////////////*/
.top_mv {
  overflow: hidden;
  margin-bottom: 40px;
}
.top_mv .swiper-wrapper {
  min-height: 484px;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .top_mv .swiper-wrapper {
    min-height: 0;
  }
}
.top_mv .swiper-wrapper .swiper-slide {
  width: 680px;
  position: relative;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media screen and (max-width: 767px) {
  .top_mv .swiper-wrapper .swiper-slide {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.top_mv .swiper-wrapper .swiper-slide.swiper-slide-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.top_mv .swiper-wrapper .swiper-slide.swiper-slide-active .img::after {
  opacity: 1;
}
.top_mv .swiper-wrapper .swiper-slide a {
  display: block;
}
.top_mv .swiper-wrapper .swiper-slide a:hover {
  opacity: 0.8;
}
.top_mv .swiper-wrapper .swiper-slide a:hover .img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: all 3s;
  transition: all 3s;
}
.top_mv .swiper-wrapper .swiper-slide .img {
  width: 100%;
  height: 100%;
  font-size: 0;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  overflow: hidden;
  position: relative;
  border: 1px solid #000;
}
.top_mv .swiper-wrapper .swiper-slide .img::after {
  content: "";
  display: block;
  background: #83FF00;
  width: 100%;
  height: 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media screen and (max-width: 767px) {
  .top_mv .swiper-wrapper .swiper-slide .img::after {
    height: 6px;
  }
}
.top_mv .swiper-wrapper .swiper-slide .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.top_mv .swiper-wrapper .swiper-slide .cnt {
  position: absolute;
  bottom: 30px;
  left: 0;
  background: #FFF;
  border: 1px solid #000;
  border-left: none;
  padding: 16px 24px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .top_mv .swiper-wrapper .swiper-slide .cnt {
    position: static;
    border: none;
    padding: 8px 0 0;
  }
}
.top_mv .swiper-wrapper .swiper-slide .cnt .ttl {
  font-size: 20px;
  font-weight: bold;
}
.top_mv .swiper-wrapper .swiper-slide .cnt .data {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .top_mv .swiper-wrapper .swiper-slide .cnt .data {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.top_mv .swiper-wrapper .swiper-slide .cnt .data p {
  font-size: 14px;
  line-height: 1.5;
  color: #9B9B9B;
}
@media screen and (max-width: 767px) {
  .top_mv .swiper-wrapper .swiper-slide .cnt .data p {
    font-size: 11px;
  }
}
.top_mv .swiper-wrapper .swiper-slide .cnt .data p.size {
  margin-right: 16px;
}
.top_mv .swiper-wrapper .swiper-slide .cnt .data p.way span::after {
  content: "／";
}
.top_mv .swiper-wrapper .swiper-slide .cnt .data p.way span:last-of-type::after {
  display: none;
}
.top_mv .swiper-wrapper .swiper-slide .cnt .price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.top_mv .swiper-wrapper .swiper-slide .cnt .price.otoiawase b {
  font-size: 20px;
}
.top_mv .swiper-wrapper .swiper-slide .cnt .price b {
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: -0.04em;
  margin-right: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.top_mv .swiper-wrapper .swiper-slide .cnt .price b span {
  font-size: 16px;
}
.top_mv .swiper-wrapper .swiper-slide .cnt .price > span {
  font-size: 14px;
  font-weight: bold;
  color: #8D8D8D;
}
.top_mv .mv-ctrl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.top_mv .mv-ctrl .mv-prev,
.top_mv .mv-ctrl .mv-next {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #000;
  border: 1px solid #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.top_mv .mv-ctrl .mv-prev:hover,
.top_mv .mv-ctrl .mv-next:hover {
  opacity: 0.6;
}
.top_mv .mv-ctrl .mv-pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 24px;
}
.top_mv .mv-ctrl .mv-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background: #D9D9D9;
  opacity: 1;
  margin: 0 8px !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.top_mv .mv-ctrl .mv-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #83FF00;
  width: 24px;
}

.top_select {
  background: #EEEEEE;
  padding: 40px 20px;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .top_select {
    padding: 20px;
    margin-bottom: 40px;
  }
}
.top_select > div {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  border-bottom: 1px solid #D8D8D8;
  margin-bottom: 40px;
  padding-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .top_select > div {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
.top_select > div .ttl {
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 24px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top_select > div .ttl {
    font-size: 18px;
    margin-bottom: 0;
  }
}
.top_select > div .ttl.active {
  background: #F8F8F8;
}
.top_select > div .ttl.active i::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  opacity: 0;
}
.top_select > div .ttl i {
  display: none;
  position: absolute;
  width: 24px;
  height: 24px;
  top: 4px;
  right: 10px;
  border-radius: 50%;
  border: 1px solid #000;
  background: #FFF;
}
@media screen and (max-width: 767px) {
  .top_select > div .ttl i {
    display: block;
  }
}
.top_select > div .ttl i::before {
  content: "";
  display: block;
  height: 1px;
  background: #000;
  position: absolute;
  top: 11px;
  left: 7px;
  width: 10px;
}
.top_select > div .ttl i::after {
  content: "";
  display: block;
  height: 1px;
  background: #000;
  position: absolute;
  top: 11px;
  left: 7px;
  width: 10px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.top_select > div .ttl img {
  margin-right: 12px;
}
@media screen and (max-width: 767px) {
  .top_select > div .ttl img {
    width: 32px;
  }
}
.top_select > div .cat_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .top_select > div .cat_list {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media screen and (max-width: 767px) {
  .top_select > div .cat_list {
    display: none;
    margin-top: 24px;
  }
}
.top_select > div .cat_list li {
  margin-right: 12px;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .top_select > div .cat_list li {
    margin-bottom: 12px;
  }
}
.top_select > div .cat_list li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 16px;
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
  border: 1px solid #000;
  border-radius: 100px;
  background: #FFF;
}
@media screen and (max-width: 767px) {
  .top_select > div .cat_list li a {
    font-size: 16px;
    padding: 12px 16px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}
.top_select > div .cat_list li a:hover {
  background: #000;
  color: #FFF;
}
.top_select .open_search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .top_select .open_search {
    margin-top: 24px;
  }
}
.top_select .open_search a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 24px 40px;
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
  border: 1px solid #000;
  border-radius: 100px;
  background: #83FF00;
}
@media screen and (max-width: 767px) {
  .top_select .open_search a {
    font-size: 18px;
    padding: 12px 40px;
    max-width: 320px;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.top_select .open_search a:hover {
  background: #000;
  color: #FFF;
}
.top_select .open_search a:hover svg path {
  stroke: #FFF;
}
.top_select .open_search a svg {
  margin-left: 16px;
}
@media screen and (max-width: 767px) {
  .top_select .open_search a svg {
    width: 18px;
    height: 18px;
  }
}
.top_select .open_search a svg path {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.top_products {
  max-width: 1280px;
  margin: 0 auto 160px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .top_products {
    margin-bottom: 80px;
  }
}
.top_products .sec_ttl {
  font-size: 50px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 72px;
}
@media screen and (max-width: 767px) {
  .top_products .sec_ttl {
    font-size: 32px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .top_products .item_list li:nth-of-type(9) {
    display: none;
  }
}

.top_about {
  max-width: 1280px;
  margin: 0 auto 80px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .top_about {
    display: block;
    margin-bottom: 40px;
  }
}
.top_about .cnt {
  width: 540px;
}
@media screen and (max-width: 767px) {
  .top_about .cnt {
    width: 100%;
    margin-bottom: 32px;
  }
}
.top_about .cnt .ttl {
  font-size: 0;
  margin-bottom: 32px;
}
.top_about .cnt .copy {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 24px;
}
.top_about .cnt .txt {
  font-size: 14px;
}
.top_about .img {
  font-size: 0;
}

/*/ SINGLE ////////////////////////////////////////*/
.page_single {
  width: 100%;
  overflow-x: hidden;
}

.single_sec {
  margin-bottom: 160px;
}
@media screen and (max-width: 767px) {
  .single_sec {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .single_sec:has(.item_list) {
    margin-bottom: 30px;
  }
}
.single_sec .sec_ttl {
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .single_sec .sec_ttl {
    font-size: 16px;
    margin-bottom: 30px;
  }
}
.single_sec .sec_ttl span {
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 60px;
  text-transform: uppercase;
  display: block;
  line-height: 1.2;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .single_sec .sec_ttl span {
    font-size: 30px;
    margin-bottom: 4px;
  }
}
.single_sec .sec_ttl2 {
  font-size: 37px;
  font-weight: bold;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .single_sec .sec_ttl2 {
    font-size: 18px;
    margin-bottom: 30px;
  }
}

.product_header {
  margin-bottom: 160px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .product_header {
    display: block;
    margin-top: -40px;
    margin-bottom: 48px;
  }
}
.product_header .img {
  font-size: 0;
  max-width: 768px;
  margin-right: 85px;
}
@media screen and (max-width: 767px) {
  .product_header .img {
    max-width: none;
    margin: 0 -20px 16px;
  }
}
.product_header .img img {
  border: 1px solid #000;
  aspect-ratio: 3/2;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.product_header .cnt {
  width: 385px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  .product_header .cnt {
    width: 100%;
  }
}
.product_header .cnt .cat {
  padding: 0 8px;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 32px;
  line-height: 1.2;
  height: 22px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 2px;
  border: 1px solid #D8D8D8;
}
@media screen and (max-width: 767px) {
  .product_header .cnt .cat {
    margin-bottom: 16px;
  }
}
.product_header .cnt .cat.yadokari {
  background: #83FF00;
  border: 1px solid #83FF00;
}
.product_header .cnt .products_ttl {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .product_header .cnt .products_ttl {
    font-size: 24px;
    margin-bottom: 16px;
  }
}
.product_header .cnt .data {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 24px;
}
.product_header .cnt .data p {
  font-size: 14px;
  line-height: 1.5;
  color: #9B9B9B;
}
.product_header .cnt .data .type {
  margin-right: 16px;
}
.product_header .cnt .data .way {
  width: 100%;
}
.product_header .cnt .data .way span::after {
  content: "／";
}
.product_header .cnt .data .way span:last-of-type::after {
  display: none;
}
.product_header .cnt .txt {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .product_header .cnt .txt {
    font-size: 15px;
    margin-bottom: 20px;
  }
}
.product_header .cnt .price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 32px;
}
.product_header .cnt .price b {
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.2;
  margin-right: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .product_header .cnt .price b {
    font-size: 20px;
  }
}
.product_header .cnt .price b span {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .product_header .cnt .price > span {
    font-size: 14px;
  }
}
.product_header .cnt .products_contact {
  position: relative;
}
.product_header .cnt .products_contact .contact_btn a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 24px;
  font-weight: bold;
  padding: 8px 0;
  border-radius: 24px 24px 0 0;
  border: 1px solid #000;
  border-bottom: 1px solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .product_header .cnt .products_contact .contact_btn a {
    font-size: 18px;
  }
}
.product_header .cnt .products_contact .contact_btn a:hover {
  background: #000;
  color: #FFF;
}
.product_header .cnt .products_contact .contact_btn a img {
  margin-left: 16px;
}
.product_header .cnt .products_contact .support:has(a:hover) + .tooltip {
  opacity: 1;
}
.product_header .cnt .products_contact .support a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #8D8D8D;
  color: #FFF;
  font-size: 14px;
  font-weight: bold;
  padding: 16px 0;
  line-height: 1.4;
  border-radius: 0 0 24px 24px;
  border: 1px solid #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.product_header .cnt .products_contact .support a:hover {
  color: #83FF00;
  background: #000;
}
.product_header .cnt .products_contact .support a img {
  margin-left: 3px;
}
.product_header .cnt .products_contact .tooltip {
  background: #EEEEEE;
  padding: 8px;
  position: absolute;
  bottom: -16px;
  right: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .product_header .cnt .products_contact .tooltip {
    position: static;
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    margin-top: 16px;
  }
}
.product_header .cnt .products_contact .tooltip p {
  font-size: 11px;
  line-height: 1.6;
}
.product_header .cnt .products_contact .tooltip p.ttl {
  font-weight: bold;
}

.feature_sec {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .feature_sec {
    display: block;
  }
}
.feature_sec .imgs {
  width: 340px;
}
@media screen and (max-width: 1280px) {
  .feature_sec .imgs {
    width: 30%;
  }
}
@media screen and (max-width: 767px) {
  .feature_sec .imgs {
    width: 100%;
  }
}
.feature_sec .imgs li {
  margin-bottom: 56px;
}
@media screen and (max-width: 767px) {
  .feature_sec .imgs li {
    margin-bottom: 24px;
  }
}
.feature_sec .imgs li .img {
  font-size: 0;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .feature_sec .imgs li .img {
    margin-bottom: 8px;
  }
}
.feature_sec .imgs li .img img {
  border: 1px solid #000;
}
.feature_sec .imgs li .txt {
  font-size: 14px;
  font-weight: 600;
  color: #9B9B9B;
}

.single_entry {
  width: 820px;
}
@media screen and (max-width: 1280px) {
  .single_entry {
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .single_entry {
    width: 100%;
    margin: 0 0 48px;
  }
}
.single_entry h2 {
  font-size: 32px;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .single_entry h2 {
    font-size: 28px;
  }
}
.single_entry h3 {
  font-size: 24px;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .single_entry h3 {
    font-size: 20px;
  }
}
.single_entry h4 {
  font-size: 18px;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 16px;
}
.single_entry h5 {
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 16px;
}
.single_entry p {
  line-height: 2.2;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .single_entry p {
    font-size: 14px;
    margin-bottom: 30px;
  }
}
.single_entry p:last-child {
  margin-bottom: 0;
}
.single_entry ul,
.single_entry ol {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .single_entry ul,
  .single_entry ol {
    margin-bottom: 30px;
  }
}
.single_entry a {
  text-decoration: underline;
}
.single_entry .comment {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.single_entry .comment .icon {
  width: 114px;
  margin-right: 16px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .single_entry .comment .icon {
    width: 56px;
  }
}
.single_entry .comment .icon .img {
  font-size: 0;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .single_entry .comment .icon .img {
    margin-bottom: 0;
  }
}
.single_entry .comment .icon .name {
  font-size: 14px;
  font-weight: 600;
}
.single_entry .comment .comment_cnt {
  width: calc(100% - 156px);
  background: #EEEEEE;
  border-radius: 20px;
  padding: 32px 48px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 767px) {
  .single_entry .comment .comment_cnt {
    width: calc(100% - 86px);
    padding: 20px;
  }
}
.single_entry .comment .comment_cnt::before {
  content: "";
  display: block;
  background: #EEEEEE;
  height: 43.3012701892px;
  width: 50px;
  -webkit-clip-path: polygon(0 50%, 100% 0, 100% 100%);
          clip-path: polygon(0 50%, 100% 0, 100% 100%);
  position: absolute;
  top: 42px;
  left: -25px;
}
@media screen and (max-width: 767px) {
  .single_entry .comment .comment_cnt::before {
    height: 25.9807621135px;
    width: 30px;
    top: 20px;
    left: -20px;
  }
}
.single_entry .comment .comment_cnt p {
  line-height: 1.8;
}

.single_gallery,
.single_drawing {
  overflow: visible;
}
.single_gallery.item1 .gallery-ctrl,
.single_gallery.item1 .drawing-ctrl,
.single_drawing.item1 .gallery-ctrl,
.single_drawing.item1 .drawing-ctrl {
  display: none;
}
@media screen and (min-width: 481px) {
  .single_gallery.item2 .gallery-ctrl,
  .single_gallery.item2 .drawing-ctrl,
  .single_drawing.item2 .gallery-ctrl,
  .single_drawing.item2 .drawing-ctrl {
    display: none;
  }
}
.single_gallery li,
.single_drawing li {
  max-width: 727px;
}
.single_gallery li img,
.single_drawing li img {
  width: 100%;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}
.single_gallery li span,
.single_drawing li span {
  display: block;
  line-height: 1.5;
  text-align: center;
  margin-top: 16px;
}
.single_gallery .gallery-pagination,
.single_gallery .drawing-pagination,
.single_drawing .gallery-pagination,
.single_drawing .drawing-pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .single_gallery .gallery-pagination,
  .single_gallery .drawing-pagination,
  .single_drawing .gallery-pagination,
  .single_drawing .drawing-pagination {
    margin-top: 24px;
  }
}
.single_gallery .gallery-pagination .swiper-pagination-bullet,
.single_gallery .drawing-pagination .swiper-pagination-bullet,
.single_drawing .gallery-pagination .swiper-pagination-bullet,
.single_drawing .drawing-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #D9D9D9;
  opacity: 1;
  margin: 0 8px !important;
}
@media screen and (max-width: 767px) {
  .single_gallery .gallery-pagination .swiper-pagination-bullet,
  .single_gallery .drawing-pagination .swiper-pagination-bullet,
  .single_drawing .gallery-pagination .swiper-pagination-bullet,
  .single_drawing .drawing-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 6px !important;
  }
}
.single_gallery .gallery-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.single_gallery .drawing-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.single_drawing .gallery-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.single_drawing .drawing-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #000;
}

.gallery-ctrl,
.drawing-ctrl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .gallery-ctrl,
  .drawing-ctrl {
    margin-top: 24px;
    overflow: auto;
    width: 100%;
  }
}
.gallery-ctrl .gallery-prev,
.gallery-ctrl .gallery-next,
.gallery-ctrl .drawing-prev,
.gallery-ctrl .drawing-next,
.drawing-ctrl .gallery-prev,
.drawing-ctrl .gallery-next,
.drawing-ctrl .drawing-prev,
.drawing-ctrl .drawing-next {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .gallery-ctrl .gallery-prev,
  .gallery-ctrl .gallery-next,
  .gallery-ctrl .drawing-prev,
  .gallery-ctrl .drawing-next,
  .drawing-ctrl .gallery-prev,
  .drawing-ctrl .gallery-next,
  .drawing-ctrl .drawing-prev,
  .drawing-ctrl .drawing-next {
    width: 20px;
    height: 20px;
  }
}
.gallery-ctrl .gallery-pagination,
.gallery-ctrl .drawing-pagination,
.drawing-ctrl .gallery-pagination,
.drawing-ctrl .drawing-pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-max-content !important;
  width: -moz-max-content !important;
  width: max-content !important;
  margin: 0 24px;
}
@media screen and (max-width: 767px) {
  .gallery-ctrl .gallery-pagination,
  .gallery-ctrl .drawing-pagination,
  .drawing-ctrl .gallery-pagination,
  .drawing-ctrl .drawing-pagination {
    margin: 0 16px;
    overflow: auto;
  }
}
.gallery-ctrl .gallery-pagination .swiper-pagination-bullet,
.gallery-ctrl .drawing-pagination .swiper-pagination-bullet,
.drawing-ctrl .gallery-pagination .swiper-pagination-bullet,
.drawing-ctrl .drawing-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background: #D9D9D9;
  opacity: 1;
  margin: 0 8px !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .gallery-ctrl .gallery-pagination .swiper-pagination-bullet,
  .gallery-ctrl .drawing-pagination .swiper-pagination-bullet,
  .drawing-ctrl .gallery-pagination .swiper-pagination-bullet,
  .drawing-ctrl .drawing-pagination .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
    margin: 0 3px !important;
  }
}
.gallery-ctrl .gallery-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.gallery-ctrl .drawing-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.drawing-ctrl .gallery-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.drawing-ctrl .drawing-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #83FF00;
  width: 24px;
}
@media screen and (max-width: 767px) {
  .gallery-ctrl .gallery-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
  .gallery-ctrl .drawing-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
  .drawing-ctrl .gallery-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
  .drawing-ctrl .drawing-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 16px;
  }
}

.spec_sec .spec_list {
  margin: 0 85px;
  border-top: 1px solid #D8D8D8;
}
@media screen and (max-width: 767px) {
  .spec_sec .spec_list {
    margin: 0;
  }
}
@media screen and (max-width: 480px) {
  .spec_sec .spec_list {
    border-top: none;
  }
}
.spec_sec .spec_list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #D8D8D8;
  padding: 12px 0;
}
@media screen and (max-width: 480px) {
  .spec_sec .spec_list li {
    display: block;
  }
}
.spec_sec .spec_list li .ttl {
  width: 160px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  color: #9B9B9B;
  font-weight: bold;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (max-width: 480px) {
  .spec_sec .spec_list li .ttl {
    font-size: 14px;
    width: 100%;
    margin: 0 0 8px;
  }
}
@media screen and (max-width: 480px) {
  .spec_sec .spec_list li .ttl br {
    display: none;
  }
}
.spec_sec .spec_list li .txt {
  width: calc(100% - 130px);
  line-height: 1.4;
}
@media screen and (max-width: 480px) {
  .spec_sec .spec_list li .txt {
    font-size: 14px;
    width: 100%;
  }
}

/*/ PAGE ////////////////////////////////////////*/
.page_wrapper {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .page_wrapper {
    margin-top: 40px;
  }
}
.page_wrapper .page_header {
  max-width: 1240px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto 64px;
  border-bottom: 1px solid #D8D8D8;
  padding-bottom: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1280px) {
  .page_wrapper .page_header {
    margin: 0 20px 64px;
  }
}
@media screen and (max-width: 1180px) {
  .page_wrapper .page_header {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .page_wrapper .page_header {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
}
.page_wrapper .page_header .page_ttl {
  font-size: 50px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .page_wrapper .page_header .page_ttl {
    font-size: 32px;
  }
}
.page_wrapper .page_header .page_navi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 1180px) {
  .page_wrapper .page_header .page_navi {
    margin-top: 40px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .page_wrapper .page_header .page_navi {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.page_wrapper .page_header .page_navi li {
  margin-left: 32px;
}
@media screen and (max-width: 767px) {
  .page_wrapper .page_header .page_navi li {
    width: 43%;
    margin: 0;
  }
}
.page_wrapper .page_header .page_navi li:first-of-type {
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .page_wrapper .page_header .page_navi li:first-of-type {
    width: 100%;
    margin: 0 0 8px;
  }
}
@media screen and (max-width: 767px) {
  .page_wrapper .page_header .page_navi li:nth-of-type(2) {
    width: 55%;
  }
}
.page_wrapper .page_header .page_navi li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 20px;
  border: 1px solid #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .page_wrapper .page_header .page_navi li a {
    padding: 6px 16px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.page_wrapper .page_header .page_navi li a i {
  margin-left: 24px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .page_wrapper .page_header .page_navi li a i {
    margin-left: 0;
  }
}
.page_wrapper .page_sec {
  padding: 0 20px;
  margin-bottom: 80px;
  padding-top: 80px;
  margin-top: -80px;
}
@media screen and (max-width: 767px) {
  .page_wrapper .page_sec {
    margin-bottom: 40px;
  }
}
.page_wrapper .page_sec.bg {
  background: #EEEEEE;
  padding: 80px 20px;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .page_wrapper .page_sec.bg {
    padding: 40px 20px;
  }
}
.page_wrapper .page_sec .page_cnt {
  max-width: 1240px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
}
.page_wrapper .page_sec .page_cnt .page_sec_ttl {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .page_wrapper .page_sec .page_cnt .page_sec_ttl {
    font-size: 24px;
    margin-bottom: 24px;
  }
}
.page_wrapper .page_sec .page_cnt .page_lead {
  font-size: 20px;
  margin-bottom: 32px;
  line-height: 1.2;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 767px) {
  .page_wrapper .page_sec .page_cnt .page_lead {
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0;
  }
}
.page_wrapper .page_sec .page_cnt .feature {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.page_wrapper .page_sec .page_cnt .feature li {
  width: calc(33.33% - 26px);
  border: 1px solid #83FF00;
  padding: 24px 32px 32px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 980px) {
  .page_wrapper .page_sec .page_cnt .feature li {
    width: 32%;
  }
}
@media screen and (max-width: 767px) {
  .page_wrapper .page_sec .page_cnt .feature li {
    width: 100%;
    margin: 0 0 20px;
    padding: 20px;
  }
}
.page_wrapper .page_sec .page_cnt .feature li .ttl {
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px solid #000;
  text-align: center;
  line-height: 1.6;
  padding-bottom: 16px;
  margin-bottom: 16px;
}
.page_wrapper .page_sec .page_cnt .feature li .txt {
  font-size: 14px;
}
.page_wrapper .page_sec .page_cnt .flow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 160px;
}
@media screen and (max-width: 767px) {
  .page_wrapper .page_sec .page_cnt .flow {
    margin-bottom: 40px;
  }
}
.page_wrapper .page_sec .page_cnt .flow li {
  width: calc(33.33% - 26px);
  border: 1px solid #000;
  margin-bottom: 40px;
  position: relative;
  padding: 32px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 980px) {
  .page_wrapper .page_sec .page_cnt .flow li {
    width: 32%;
  }
}
@media screen and (max-width: 767px) {
  .page_wrapper .page_sec .page_cnt .flow li {
    width: 100%;
    margin: 0 0 20px;
  }
}
.page_wrapper .page_sec .page_cnt .flow li .num {
  position: absolute;
  top: 32px;
  left: 32px;
  font-size: 32px;
  line-height: 1;
  font-weight: bold;
  font-family: "Inter", "Noto Sans JP", sans-serif;
}
.page_wrapper .page_sec .page_cnt .flow li .img {
  height: 270px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .page_wrapper .page_sec .page_cnt .flow li .img {
    height: 200px;
  }
}
@media screen and (max-width: 767px) {
  .page_wrapper .page_sec .page_cnt .flow li .img img {
    height: 200px;
    width: auto;
  }
}
.page_wrapper .page_sec .page_cnt .flow li .cnt {
  padding: 0 32px;
}
.page_wrapper .page_sec .page_cnt .flow li .cnt .ttl {
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 24px;
}
.page_wrapper .page_sec .page_cnt .flow li .cnt .txt {
  font-size: 14px;
}
.page_wrapper .page_sec .page_cnt .sell_table {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .page_wrapper .page_sec .page_cnt .sell_table {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.page_wrapper .page_sec .page_cnt .sell_table li {
  margin-right: 8px;
}
@media screen and (max-width: 767px) {
  .page_wrapper .page_sec .page_cnt .sell_table li {
    width: 100% !important;
    margin-bottom: 8px;
  }
}
.page_wrapper .page_sec .page_cnt .sell_table li:first-of-type {
  width: 165px;
}
.page_wrapper .page_sec .page_cnt .sell_table li:nth-of-type(2) {
  width: 374px;
}
.page_wrapper .page_sec .page_cnt .sell_table li:nth-of-type(3) {
  width: 442px;
}
.page_wrapper .page_sec .page_cnt .sell_table li:last-of-type {
  width: 231px;
  margin-right: 0;
}
.page_wrapper .page_sec .page_cnt .sell_table li .ttl {
  font-weight: bold;
  background: #8D8D8D;
  color: #FFF;
  text-align: center;
  font-size: 18px;
  padding: 24px 8px;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .page_wrapper .page_sec .page_cnt .sell_table li .ttl {
    margin-bottom: 0;
    padding: 8px;
    font-size: 16px;
  }
}
.page_wrapper .page_sec .page_cnt .sell_table li .cnt {
  text-align: center;
  height: 110px;
  padding: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #FFF;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .page_wrapper .page_sec .page_cnt .sell_table li .cnt {
    padding: 16px 8px;
    height: auto;
    font-size: 16px;
  }
}
.page_wrapper .page_sec .page_cnt .buy_table {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .page_wrapper .page_sec .page_cnt .buy_table {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.page_wrapper .page_sec .page_cnt .buy_table > li {
  margin-right: 8px;
}
@media screen and (max-width: 767px) {
  .page_wrapper .page_sec .page_cnt .buy_table > li {
    width: 100% !important;
    margin-bottom: 8px;
  }
}
.page_wrapper .page_sec .page_cnt .buy_table > li:first-of-type {
  width: 710px;
}
.page_wrapper .page_sec .page_cnt .buy_table > li:nth-of-type(2) {
  width: 304px;
}
.page_wrapper .page_sec .page_cnt .buy_table > li:nth-of-type(3) {
  width: 181px;
  margin-right: 0;
}
.page_wrapper .page_sec .page_cnt .buy_table > li .ttl {
  font-weight: bold;
  background: #8D8D8D;
  color: #FFF;
  text-align: center;
  font-size: 18px;
  padding: 24px 8px;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .page_wrapper .page_sec .page_cnt .buy_table > li .ttl {
    margin-bottom: 0;
    padding: 8px;
    font-size: 16px;
  }
}
.page_wrapper .page_sec .page_cnt .buy_table > li .cnt {
  text-align: center;
  height: calc(100% - 120px);
  padding: 32px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #FFF;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .page_wrapper .page_sec .page_cnt .buy_table > li .cnt {
    padding: 16px 8px;
    height: auto;
    font-size: 16px;
  }
}
.page_wrapper .page_sec .page_cnt .buy_table > li .cnt ul li {
  position: relative;
  padding-left: 1em;
  text-align: left;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .page_wrapper .page_sec .page_cnt .buy_table > li .cnt ul li {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 5px;
  }
}
.page_wrapper .page_sec .page_cnt .buy_table > li .cnt ul li::before {
  content: "●";
  position: absolute;
  top: 0;
  left: 0;
}
.page_wrapper .page_sec .page_cnt .faq_list li {
  border-bottom: 1px solid #D8D8D8;
}
.page_wrapper .page_sec .page_cnt .faq_list li:last-of-type {
  border: none;
}
.page_wrapper .page_sec .page_cnt .faq_list li .q {
  position: relative;
  padding: 32px 72px;
  font-size: 18px;
  border-top: 1px solid #D8D8D8;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .page_wrapper .page_sec .page_cnt .faq_list li .q {
    font-size: 14px;
    line-height: 1.5;
    padding: 15px 60px 10px 47px;
  }
}
.page_wrapper .page_sec .page_cnt .faq_list li .q.active {
  background: #F8F8F8;
}
.page_wrapper .page_sec .page_cnt .faq_list li .q.active i::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  opacity: 0;
}
.page_wrapper .page_sec .page_cnt .faq_list li .q::before {
  content: "Q";
  font-size: 28px;
  font-weight: bold;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  position: absolute;
  line-height: 1;
  top: 33px;
  left: 20px;
}
@media screen and (max-width: 767px) {
  .page_wrapper .page_sec .page_cnt .faq_list li .q::before {
    top: 22px;
    left: 10px;
  }
}
.page_wrapper .page_sec .page_cnt .faq_list li .q i {
  position: absolute;
  top: 28px;
  right: 20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #D8D8D8;
}
@media screen and (max-width: 767px) {
  .page_wrapper .page_sec .page_cnt .faq_list li .q i {
    width: 24px;
    height: 24px;
    top: 24px;
    right: 10px;
  }
}
.page_wrapper .page_sec .page_cnt .faq_list li .q i::before {
  content: "";
  display: block;
  width: 16px;
  height: 1px;
  background: #9B9B9B;
  position: absolute;
  left: 12px;
  top: 20px;
}
@media screen and (max-width: 767px) {
  .page_wrapper .page_sec .page_cnt .faq_list li .q i::before {
    top: 11px;
    left: 7px;
    width: 10px;
  }
}
.page_wrapper .page_sec .page_cnt .faq_list li .q i::after {
  content: "";
  display: block;
  width: 16px;
  height: 1px;
  background: #9B9B9B;
  position: absolute;
  left: 12px;
  top: 20px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .page_wrapper .page_sec .page_cnt .faq_list li .q i::after {
    top: 11px;
    left: 7px;
    width: 10px;
  }
}
.page_wrapper .page_sec .page_cnt .faq_list li .a {
  margin-left: 74px;
  padding: 32px 52px;
  position: relative;
  display: none;
}
@media screen and (max-width: 767px) {
  .page_wrapper .page_sec .page_cnt .faq_list li .a {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5;
    padding: 15px 60px 10px 47px;
    margin-left: 0;
  }
}
.page_wrapper .page_sec .page_cnt .faq_list li .a::before {
  content: "A";
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #000;
  color: #FFF;
  font-size: 28px;
  line-height: 1;
  font-weight: bold;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  position: absolute;
  top: 28px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .page_wrapper .page_sec .page_cnt .faq_list li .a::before {
    left: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 24px;
    height: 24px;
    font-size: 20px;
  }
}

.manual_bnr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 80px;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .manual_bnr {
    margin-bottom: 40px;
  }
}
.manual_bnr a {
  max-width: 805px;
  width: 100%;
  border: 4px solid #000;
  padding: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .manual_bnr a {
    display: block;
  }
}
.manual_bnr a:hover {
  opacity: 0.6;
}
.manual_bnr a .img {
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .manual_bnr a .img {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .manual_bnr a .img img {
    width: auto;
  }
}
.manual_bnr a .cnt {
  width: calc(100% - 255px);
}
@media screen and (max-width: 767px) {
  .manual_bnr a .cnt {
    width: 100%;
    margin-bottom: 20px;
  }
}
.manual_bnr a .cnt .ttl {
  font-size: 32px;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 8px;
}
@media screen and (max-width: 980px) {
  .manual_bnr a .cnt .ttl {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .manual_bnr a .cnt .ttl {
    font-size: 28px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    line-height: 1.4;
  }
}
.manual_bnr a .cnt .ttl::after {
  content: "";
  display: block;
  background: url("../img/common/external_icon.svg") no-repeat;
  width: 28px;
  height: 27px;
  margin-left: 16px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .manual_bnr a .cnt .ttl::after {
    margin-left: 16px;
  }
}
.manual_bnr a .cnt .ttl br {
  display: none;
}
@media screen and (max-width: 480px) {
  .manual_bnr a .cnt .ttl br {
    display: block;
  }
}
.manual_bnr a .cnt .txt {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .manual_bnr a .cnt .txt {
    text-align: center;
  }
}

/*/ TERM ////////////////////////////////////////*/
.page_term,
.page_privacypolicy {
  max-width: 1280px;
  padding: 0 20px;
  margin: 0 auto 150px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .page_term,
  .page_privacypolicy {
    margin-bottom: 80px;
  }
}
.page_term > p,
.page_privacypolicy > p {
  font-size: 14px;
  margin-bottom: 40px;
}
.page_term .term_cnt,
.page_privacypolicy .term_cnt {
  margin-bottom: 40px;
}
.page_term .term_cnt .ttl,
.page_privacypolicy .term_cnt .ttl {
  font-size: 16px;
  font-weight: bold;
}
.page_term .term_cnt p,
.page_privacypolicy .term_cnt p {
  font-size: 14px;
  line-height: 2.2;
  letter-spacing: -0.02em;
}/*# sourceMappingURL=style.css.map */