* {
  box-sizing: border-box;
}
body {
  line-height: 1.8;
  margin: 0;
  color: #253238;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  background: #faf2e6;
}
body.is-fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.5;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
a {
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .is-sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .is-pc {
    display: none !important;
  }
}
.header {
  padding: 17px 15px;
  background: #fff;
}
.header-top {
  display: none;
}
.header-logo {
  max-width: 1160px;
  line-height: 1;
  margin: 0 auto;
}
.main {
  overflow: hidden;
}
.nav-btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px 0;
  position: fixed;
  right: 40px;
  bottom: 136px;
  width: 84px;
  height: 84px;
  line-height: 1.3;
  border: 2px solid #eabc1f;
  border-radius: 100%;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  background: #f5ce48;
  cursor: pointer;
  z-index: 150;
}
.nav-btn:before {
  content: "";
  display: block;
  width: 23px;
  height: 23px;
  background: url("/img/usr/freepage/kariyushi/nav_01.png") no-repeat 0 0/100% 100%;
}
.nav-overlay {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  height: 100vh;
  background: rgba(0,0,0,0.4);
  z-index: 200;
}
.nav-close {
  display: none;
  position: fixed;
  top: 16px;
  right: 316px;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  background: #195293;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16);
  cursor: pointer;
  z-index: 200;
}
.nav-close:before,
.nav-close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 18px;
  border-radius: 2px;
  background: #fff;
}
.nav-close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.nav-close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.nav-list {
  position: fixed;
  top: 0;
  right: 0;
  width: 300px;
  height: 100vh;
  overflow: auto;
  padding: 20px;
  background: #fff;
  box-shadow: 0 3px 10px rgba(0,0,0,0.16);
  transform: translateX(110%);
  transition: 0.3s;
  z-index: 200;
}
.nav-list.is-open {
  transform: translateX(0);
}
.nav-list-label {
  margin: 0 0 16px;
  font-size: 16px;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.nav-links {
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav-links a {
  display: block;
  position: relative;
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-decoration: none;
  letter-spacing: 0.05em;
}
.nav-links > li + li {
  margin: 20px 0 0;
}
.nav-links > li > a {
  padding: 11px 10px;
  border: 2px solid;
  border-radius: 6px;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
}
.nav-links > li > a:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background: #fff;
  transform: translateY(-50%);
  transition: 0.3s;
}
.nav-links > li > a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 19px;
  width: 5px;
  height: 5px;
  border-top: 3px solid;
  border-right: 3px solid;
  transform: translateY(-50%) rotate(45deg);
  transition: 0.3s;
}
.nav-links > li:nth-child(1) > a {
  border-color: #d63333;
  background: #d63333;
}
.nav-links > li:nth-child(1) > a:after {
  border-color: #d63333;
}
@media (hover: hover) {
  .nav-links > li:nth-child(1) > a:hover {
    color: #d63333;
    background: #fff;
  }
  .nav-links > li:nth-child(1) > a:hover:before {
    background: #d63333;
  }
  .nav-links > li:nth-child(1) > a:hover:after {
    border-color: #fff;
  }
}
.nav-links > li:nth-child(1) ul li a:before {
  background: #d63333;
}
@media (hover: hover) {
  .nav-links > li:nth-child(1) ul li a:hover {
    color: #d63333;
  }
}
.nav-links > li:nth-child(2) > a {
  border-color: #d67233;
  background: #d67233;
}
.nav-links > li:nth-child(2) > a:after {
  border-color: #d67233;
}
@media (hover: hover) {
  .nav-links > li:nth-child(2) > a:hover {
    color: #d67233;
    background: #fff;
  }
  .nav-links > li:nth-child(2) > a:hover:before {
    background: #d67233;
  }
  .nav-links > li:nth-child(2) > a:hover:after {
    border-color: #fff;
  }
}
.nav-links > li:nth-child(2) ul li a:before {
  background: #d67233;
}
@media (hover: hover) {
  .nav-links > li:nth-child(2) ul li a:hover {
    color: #d67233;
  }
}
.nav-links > li:nth-child(3) > a {
  border-color: #195293;
  background: #195293;
}
.nav-links > li:nth-child(3) > a:after {
  border-color: #195293;
}
@media (hover: hover) {
  .nav-links > li:nth-child(3) > a:hover {
    color: #195293;
    background: #fff;
  }
  .nav-links > li:nth-child(3) > a:hover:before {
    background: #195293;
  }
  .nav-links > li:nth-child(3) > a:hover:after {
    border-color: #fff;
  }
}
.nav-links > li:nth-child(3) ul li a:before {
  background: #195293;
}
@media (hover: hover) {
  .nav-links > li:nth-child(3) ul li a:hover {
    color: #195293;
  }
}
.nav-links > li:nth-child(4) > a {
  border-color: #f58c9a;
  background: #f58c9a;
}
.nav-links > li:nth-child(4) > a:after {
  border-color: #f58c9a;
}
@media (hover: hover) {
  .nav-links > li:nth-child(4) > a:hover {
    color: #f58c9a;
    background: #fff;
  }
  .nav-links > li:nth-child(4) > a:hover:before {
    background: #f58c9a;
  }
  .nav-links > li:nth-child(4) > a:hover:after {
    border-color: #fff;
  }
}
.nav-links > li:nth-child(4) ul li a:before {
  background: #f58c9a;
}
@media (hover: hover) {
  .nav-links > li:nth-child(4) ul li a:hover {
    color: #f58c9a;
  }
}
.nav-links > li:nth-child(5) > a {
  border-color: #49bab1;
  background: #49bab1;
}
.nav-links > li:nth-child(5) > a:after {
  border-color: #49bab1;
}
@media (hover: hover) {
  .nav-links > li:nth-child(5) > a:hover {
    color: #49bab1;
    background: #fff;
  }
  .nav-links > li:nth-child(5) > a:hover:before {
    background: #49bab1;
  }
  .nav-links > li:nth-child(5) > a:hover:after {
    border-color: #fff;
  }
}
.nav-links > li:nth-child(5) ul li a:before {
  background: #49bab1;
}
@media (hover: hover) {
  .nav-links > li:nth-child(5) ul li a:hover {
    color: #49bab1;
  }
}
.nav-links > li:nth-child(6) > a {
  border-color: #f0b42d;
  background: #f0b42d;
}
.nav-links > li:nth-child(6) > a:after {
  border-color: #f0b42d;
}
@media (hover: hover) {
  .nav-links > li:nth-child(6) > a:hover {
    color: #f0b42d;
    background: #fff;
  }
  .nav-links > li:nth-child(6) > a:hover:before {
    background: #f0b42d;
  }
  .nav-links > li:nth-child(6) > a:hover:after {
    border-color: #fff;
  }
}
.nav-links > li:nth-child(6) ul li a:before {
  background: #f0b42d;
}
@media (hover: hover) {
  .nav-links > li:nth-child(6) ul li a:hover {
    color: #f0b42d;
  }
}
.nav-links ul {
  list-style: none;
  margin: 10px 0 0;
  padding: 0;
}
.nav-links ul li + li {
  margin: 8px 0 0;
}
.nav-links ul li a {
  line-height: 1.5;
  padding: 0 0 0 18px;
  color: inherit;
  font-size: 13px;
  font-weight: 700;
}
.nav-links ul li a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 9px;
  height: 2px;
  transform: translateY(-50%);
}
.mv {
  padding: 20px 0 0;
  background: #195293;
}
.mv-loop {
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
  width: 100%;
  line-height: 1;
  margin: 0 0 36px;
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}
.mv-loop-track {
  display: inline-block;
  white-space: nowrap;
}
.mv-loop-track span {
  display: inline-block;
  margin: 0 0.5em;
  opacity: 0.5;
}
.mv-txt-01 {
  line-height: 1;
  margin: 0 0 18px;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-align: center;
}
.mv-txt-02 {
  line-height: 1;
  margin: 0;
  color: #fff;
  font-size: 60px;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-align: center;
}
.mv-txt-02:after {
  content: "";
  display: block;
  height: 25px;
  margin: 48px 0 0;
  background: url("/img/usr/freepage/kariyushi/faq_01.png") repeat-x 0 0;
  background-size: auto 100%;
}
.mv-txt-02 span {
  font-size: 50px;
}
.mv-img {
  display: flex;
  justify-content: center;
  gap: 0 30px;
  position: relative;
  padding: 52px 0;
  background: #fbf2e6;
}
.mv-img:before,
.mv-img:after {
  content: "";
  display: block;
  position: absolute;
  width: 149px;
  height: 270px;
  background: url("/img/usr/freepage/kariyushi/mv_13.png") no-repeat 0 0/100% 100%;
}
.mv-img:before {
  bottom: 12px;
  left: calc(50% - 736px);
  transform: rotate(180deg);
}
.mv-img:after {
  top: -68px;
  left: calc(50% + 556px);
}
.mv-img-item {
  position: relative;
  opacity: 0;
  transition: 0.3s;
}
.mv-img-item-back,
.mv-img-item-front {
  overflow: hidden;
  backface-visibility: hidden;
  transition: 0.5s ease;
}
.mv-img-item-back {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #195293;
  z-index: 2;
}
.mv-img-item-front {
  position: relative;
  rotate: y 180deg;
}
.mv-img-item-front a {
  position: relative;
  opacity: 0;
  transition: 0s ease 0.5s;
}
.mv-img-item-front a:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.mv-img-item-front a.is-show {
  opacity: 1;
  z-index: 1;
}
.mv-img-item:nth-child(1) .mv-img-item-back,
.mv-img-item:nth-child(1) .mv-img-item-front {
  border-radius: 100px 100px 12px 12px;
}
.mv-img-item:nth-child(2) .mv-img-item-back,
.mv-img-item:nth-child(2) .mv-img-item-front {
  border-radius: 12px;
}
.mv-img-item:nth-child(2) .mv-img-item-back {
  background: #f58c9a;
}
.mv-img-item:nth-child(3) .mv-img-item-back,
.mv-img-item:nth-child(3) .mv-img-item-front {
  border-radius: 12px 12px 100px 100px;
}
.mv-img-item:nth-child(3) .mv-img-item-back {
  background: #49bab1;
}
.mv-img-item:nth-child(4) .mv-img-item-back,
.mv-img-item:nth-child(4) .mv-img-item-front {
  border-radius: 12px;
}
.mv-img-item:nth-child(5) .mv-img-item-back,
.mv-img-item:nth-child(5) .mv-img-item-front {
  border-radius: 100px 100px 12px 12px;
}
.mv-img-item:nth-child(5) .mv-img-item-back {
  background: #f58c9a;
}
.mv-img-item {
  opacity: 1;
}
.mv-img-item-back {
  rotate: y 180deg;
}
.mv-img-item-front {
  rotate: y 0deg;
}
.mv-img-item:has(.img1.is-show) .mv-img-item-back {
  animation: rotate2 1.2s ease;
}
.mv-img-item:has(.img1.is-show) .mv-img-item-front {
  animation: rotate1 1.2s ease;
}
.mv-img-item:has(.img2.is-show) .mv-img-item-back {
  animation: rotate4 1.2s ease;
}
.mv-img-item:has(.img2.is-show) .mv-img-item-front {
  animation: rotate3 1.2s ease;
}
.campaign {
  background: #f5ce48;
}
.campaign-inner {
  display: flex;
  align-items: center;
  gap: 0 24px;
  max-width: 1400px;
  margin: 0 auto;
}
.campaign-ttl {
  flex-shrink: 0;
  line-height: 1.6;
  padding: 12px 24px;
  color: #fff;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.05em;
  background: #195293;
}
.campaign-slide {
  flex: 1;
  position: relative;
  overflow: hidden;
}
.campaign-track {
  display: flex;
  flex-wrap: nowrap;
  white-space: nowrap;
  animation: scroll-left linear infinite;
}
.campaign-item {
  display: inline-flex;
  align-items: center;
  gap: 0 8px;
  white-space: nowrap;
  margin: 0 40px 0 0;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.campaign-item a {
  display: inline-block;
  padding: 3px 16px;
  border-radius: 16px;
  color: #d63333;
  font-size: 14px;
  background: #fff;
  cursor: pointer;
}
.campaign-modal {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  background: rgba(0,0,0,0.4);
  z-index: 300;
}
.campaign-modal-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 450px;
  padding: 30px;
  border: 2px solid #195293;
  border-radius: 8px;
  text-align: center;
  background: #fff;
  box-shadow: 0 3px 16px rgba(0,0,0,0.16);
  transform: translate(-50%, -50%);
}
.campaign-modal-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  background: #195293;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16);
  transform: translate(50%, -50%);
  cursor: pointer;
  z-index: 200;
}
.campaign-modal-close:before,
.campaign-modal-close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 18px;
  border-radius: 2px;
  background: #fff;
}
.campaign-modal-close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.campaign-modal-close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.campaign-modal-ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 231px;
  height: 32px;
  margin: 0 auto 16px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  background: url("/img/usr/freepage/kariyushi/benefits_01_sp.png") no-repeat 0 0/100% 100%;
}
.campaign-modal-period {
  margin: 0 0 8px;
  font-weight: 700;
}
.campaign-modal-item + .campaign-modal-item {
  margin: 16px 0 0;
}
.campaign-modal-item-ttl {
  line-height: 1.5;
  margin: 0 0 4px;
  font-size: 20px;
  font-weight: 700;
}
.campaign-modal-item-code {
  margin: 0 0 4px;
  color: #195293;
  font-size: 18px;
  font-weight: 700;
}
.campaign-modal-item-btn a {
  display: inline-block;
  padding: 2px 12px;
  border-radius: 24px;
  font-size: 14px;
  font-weight: 700;
  background: #f5ce48;
  cursor: pointer;
}
.benefits {
  position: relative;
  margin: 0 0 70px;
  padding: 50px 0 74px;
  background: url("/img/usr/freepage/kariyushi/difference_06.jpg") no-repeat 50% 50%/cover;
}
.benefits:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 25px;
  background: url("/img/usr/freepage/kariyushi/faq_01.png") repeat-x 0 0;
  background-size: auto 100%;
}
.benefits-ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 600px;
  height: 48px;
  margin: 0 auto 30px;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif;
  background: url("/img/usr/freepage/kariyushi/benefits_01.png") no-repeat 0 0/100% 100%;
}
.benefits-list {
  display: flex;
  justify-content: center;
  gap: 25px;
}
.benefits-item {
  width: 390px;
  line-height: 1.5;
  padding: 26px 0;
  border: 3px solid #195293;
  border-radius: 12px;
  color: #195293;
  font-size: 27px;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-align: center;
  background: #fff;
  box-sizing: border-box;
}
.benefits-item span {
  color: #d63333;
  font-size: 34px;
}
.benefits-item span span {
  font-size: 24px;
}
.benefits-item img {
  display: inline-block;
  vertical-align: top;
  margin: 5px 0 0 8px;
}
.heading {
  margin: 0 0 40px;
  font-size: 40px;
  font-weight: 700;
  font-family: "Roboto", "Zen Kaku Gothic New", sans-serif;
  text-align: center;
}
.heading:before {
  content: "";
  display: block;
  width: 44px;
  height: 9px;
  margin: 0 auto 12px;
  background: url("/img/usr/freepage/kariyushi/heading_01.png") no-repeat 0 0;
  background-size: 100% 100%;
}
.heading .small1 {
  font-size: 32px;
}
.heading .small2 {
  font-size: 20px;
}
.heading .main {
  color: #d63333;
}
.heading .sub {
  color: #195293;
}
.reason {
  position: relative;
  max-width: 1000px;
  margin: 0 auto 64px;
}
.reason:before,
.reason:after {
  content: "";
  display: block;
  position: absolute;
  width: 193px;
  height: 565px;
  background: url("/img/usr/freepage/kariyushi/wear_03.png") no-repeat 0 0;
  background-size: 100% 100%;
  z-index: -1;
}
.reason:before {
  top: -1px;
  right: -234px;
}
.reason:after {
  top: 472px;
  left: -233px;
  transform: rotate(180deg);
}
.reason-img {
  text-align: center;
}
.reason-list {
  counter-reset: number;
}
.reason-item {
  overflow: hidden;
  border-radius: 12px;
  background: #fff;
  interpolate-size: allow-keywords;
}
.reason-item::details-content {
  block-size: 0;
  transition: block-size 0.3s, content-visibility 0.3s;
  transition-behavior: allow-discrete;
}
.reason-item + .reason-item {
  margin: 30px 0 0;
}
.reason-item-label {
  position: relative;
  list-style: none;
  line-height: 1.5;
  padding: 34px 80px 34px 112px;
  color: #195293;
  font-size: 24px;
  font-weight: 700;
  cursor: pointer;
}
.reason-item-label:before {
  counter-increment: number;
  content: counter(number);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 30px;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  color: #fff;
  font-size: 30px;
  background: #195293;
  transform: translateY(-50%);
}
.reason-item-label span:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background: #195293;
  transform: translateY(-50%);
}
.reason-item-label span:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 40px;
  width: 9px;
  height: 9px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: translateY(-70%) rotate(45deg);
  transition: 0.3s;
}
.reason-item[open]::details-content {
  block-size: auto;
}
.reason-item[open] .reason-item-label span:after {
  transform: translateY(-30%) rotate(-135deg);
}
.reason-item-detail {
  display: flex;
  gap: 0 30px;
  padding: 0 30px 40px;
}
.reason-item-txt {
  flex: 1;
  font-weight: 700;
}
.reason-item-img {
  flex-shrink: 0;
}
.difference {
  background: url("/img/usr/freepage/kariyushi/difference_06.jpg") no-repeat 50% 50%/cover;
}
.difference-inner {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding: 73px 0 107px;
  z-index: 0;
}
.difference-inner:before {
  content: "";
  display: block;
  position: absolute;
  right: -100vw;
  top: 0;
  left: -100vw;
  height: 25px;
  background: url("/img/usr/freepage/kariyushi/faq_01.png") repeat-x 0 0;
  background-size: auto 100%;
  transform: rotate(180deg);
}
.difference-inner:after {
  content: "";
  display: block;
  position: absolute;
  right: -100vw;
  bottom: 0;
  left: -100vw;
  height: 216px;
  background: url("/img/usr/freepage/kariyushi/difference_05.png") repeat-x 50% 100%;
  background-size: auto 100%;
  z-index: -1;
}
.difference-lead {
  margin: 0 0 32px;
  font-weight: 700;
}
.difference-aloha {
  position: relative;
  max-width: 960px;
  margin: 0 auto 32px;
  padding: 24px 66px;
  border: 2px solid #195293;
  border-radius: 12px;
  font-weight: 700;
  background: rgba(245,228,211,0.7);
}
.difference-aloha:before {
  content: "";
  display: block;
  position: absolute;
  top: -12px;
  left: -22px;
  width: 84px;
  height: 64px;
  background: url("/img/usr/freepage/kariyushi/difference_01.png") repeat-x 0 0;
  background-size: 100% 100%;
}
.difference-aloha:after {
  content: "";
  display: block;
  position: absolute;
  right: -22px;
  bottom: -13px;
  width: 72px;
  height: 108px;
  background: url("/img/usr/freepage/kariyushi/difference_02.png") repeat-x 0 0;
  background-size: 100% 100%;
}
.difference-aloha span {
  color: #195293;
  font-size: 20px;
}
.difference-kariyushi {
  position: relative;
  max-width: 960px;
  margin: 0 auto;
  padding: 24px 66px;
  border: 2px solid #d63333;
  border-radius: 12px;
  font-weight: 700;
  background: rgba(245,228,211,0.7);
}
.difference-kariyushi:before {
  content: "";
  display: block;
  position: absolute;
  top: -12px;
  left: -22px;
  width: 84px;
  height: 48px;
  background: url("/img/usr/freepage/kariyushi/difference_03.png") repeat-x 0 0;
  background-size: 100% 100%;
}
.difference-kariyushi:after {
  content: "";
  display: block;
  position: absolute;
  right: -22px;
  bottom: -13px;
  width: 72px;
  height: 88px;
  background: url("/img/usr/freepage/kariyushi/difference_04.png") repeat-x 0 0;
  background-size: 100% 100%;
}
.difference-kariyushi span {
  color: #d63333;
  font-size: 20px;
}
.goods-buyer {
  position: relative;
  margin: 0 0 40px;
  padding: 54px 72px 66px;
  background: #fff;
}
.goods-buyer:before,
.goods-buyer:after {
  content: "";
  display: block;
  height: 3px;
  position: absolute;
  right: 0;
  left: 0;
}
.goods-buyer:before {
  top: 0;
  background: linear-gradient(90deg, #d63333 0%, #d63333 50%, #195293 50%, #195293 100%);
}
.goods-buyer:after {
  bottom: 0;
  background: linear-gradient(90deg, #195293 0%, #195293 50%, #d63333 50%, #d63333 100%);
}
.goods-buyer-ttl {
  width: 500px;
  height: 58px;
  margin: 0 auto 28px;
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-align: center;
  background: url("/img/usr/freepage/kariyushi/goods_10.png") no-repeat 0 0;
  background-size: 100% 100%;
}
.goods-buyer-list {
  max-width: 440px;
  margin: 0 0 0 auto;
  padding: 0;
}
.goods-buyer-item {
  line-height: 1.6;
  font-size: 20px;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.05em;
}
.goods-buyer-item + .goods-buyer-item {
  margin: 28px 0 0;
}
.goods-buyer-item span {
  color: #d63333;
}
.goods-buyer-item-notes {
  margin: 20px 0 0;
  font-size: 12px;
  letter-spacing: 0.05em;
}
.goods-buyer-img {
  position: absolute;
  left: 72px;
  bottom: 3px;
}
.goods-sucker {
  position: relative;
  margin: 0 0 40px;
  padding: 0 0 54px;
  background: #fff;
}
.goods-sucker:before,
.goods-sucker:after {
  content: "";
  display: block;
  height: 3px;
  position: absolute;
  right: 0;
  left: 0;
}
.goods-sucker:before {
  top: 0;
  background: linear-gradient(90deg, #d63333 0%, #d63333 50%, #195293 50%, #195293 100%);
}
.goods-sucker:after {
  bottom: 0;
  background: linear-gradient(90deg, #195293 0%, #195293 50%, #d63333 50%, #d63333 100%);
}
.goods-sucker-loop {
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
  width: 100%;
  line-height: 1;
  margin: 0 0 32px;
  padding: 32px 0 0;
  color: #195293;
  font-size: 30px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}
.goods-sucker-loop-track {
  display: inline-block;
  white-space: nowrap;
  animation: scrollLeft 40s linear infinite;
}
.goods-sucker-loop-track span {
  display: inline-block;
  margin: 0 0.5em;
}
.goods-sucker-movie {
  position: relative;
  max-width: 720px;
  margin: 0 auto;
}
.goods-sucker-movie-thumb {
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}
.goods-sucker-movie-thumb:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 86px;
  height: 86px;
  border-radius: 100%;
  background: #fff;
  opacity: 0.8;
  transform: translate(-50%, -50%);
}
.goods-sucker-movie-thumb:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 29px;
  height: 34px;
  background: #195293;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  transform: translate(-50%, -50%);
}
.goods {
  position: relative;
  max-width: 1000px;
  margin: 0 auto 66px;
  z-index: 0;
}
.goods-nav {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin: 0 0 64px;
}
.goods-nav-item a {
  display: block;
  position: relative;
  padding: 16px;
  border: 2px solid;
  border-radius: 12px;
  color: #fff;
  font-size: 20px;
  font-weight: 900;
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-decoration: none;
}
.goods-nav-item a:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 17px;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background: #fff;
  transform: translateY(-50%);
  transition: 0.3s;
}
.goods-nav-item a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 28px;
  width: 7px;
  height: 7px;
  border-right: 3px solid;
  border-bottom: 3px solid;
  transform: translateY(-64%) rotate(45deg);
  transition: 0.3s;
}
.goods-nav-item:nth-child(1) a {
  border-color: #d63333;
  background: #d63333;
}
.goods-nav-item:nth-child(1) a:after {
  border-color: #d63333;
}
@media (hover: hover) {
  .goods-nav-item:nth-child(1) a:hover {
    color: #d63333;
    background: #fff;
  }
  .goods-nav-item:nth-child(1) a:hover:before {
    background: #d63333;
  }
  .goods-nav-item:nth-child(1) a:hover:after {
    border-color: #fff;
  }
}
.goods-nav-item:nth-child(2) a {
  border-color: #d67233;
  background: #d67233;
}
.goods-nav-item:nth-child(2) a:after {
  border-color: #d67233;
}
@media (hover: hover) {
  .goods-nav-item:nth-child(2) a:hover {
    color: #d67233;
    background: #fff;
  }
  .goods-nav-item:nth-child(2) a:hover:before {
    background: #d67233;
  }
  .goods-nav-item:nth-child(2) a:hover:after {
    border-color: #fff;
  }
}
.goods-nav-item:nth-child(3) a {
  border-color: #195293;
  background: #195293;
}
.goods-nav-item:nth-child(3) a:after {
  border-color: #195293;
}
@media (hover: hover) {
  .goods-nav-item:nth-child(3) a:hover {
    color: #195293;
    background: #fff;
  }
  .goods-nav-item:nth-child(3) a:hover:before {
    background: #195293;
  }
  .goods-nav-item:nth-child(3) a:hover:after {
    border-color: #fff;
  }
}
.goods-nav-item:nth-child(4) a {
  border-color: #f58c9a;
  background: #f58c9a;
}
.goods-nav-item:nth-child(4) a:after {
  border-color: #f58c9a;
}
@media (hover: hover) {
  .goods-nav-item:nth-child(4) a:hover {
    color: #f58c9a;
    background: #fff;
  }
  .goods-nav-item:nth-child(4) a:hover:before {
    background: #f58c9a;
  }
  .goods-nav-item:nth-child(4) a:hover:after {
    border-color: #fff;
  }
}
.goods-nav-item:nth-child(5) a {
  border-color: #49bab1;
  background: #49bab1;
}
.goods-nav-item:nth-child(5) a:after {
  border-color: #49bab1;
}
@media (hover: hover) {
  .goods-nav-item:nth-child(5) a:hover {
    color: #49bab1;
    background: #fff;
  }
  .goods-nav-item:nth-child(5) a:hover:before {
    background: #49bab1;
  }
  .goods-nav-item:nth-child(5) a:hover:after {
    border-color: #fff;
  }
}
.goods-nav-item:nth-child(6) a {
  border-color: #f0b42d;
  background: #f0b42d;
}
.goods-nav-item:nth-child(6) a:after {
  border-color: #f0b42d;
}
@media (hover: hover) {
  .goods-nav-item:nth-child(6) a:hover {
    color: #f0b42d;
    background: #fff;
  }
  .goods-nav-item:nth-child(6) a:hover:before {
    background: #f0b42d;
  }
  .goods-nav-item:nth-child(6) a:hover:after {
    border-color: #fff;
  }
}
.goods-nav-bottom .goods-nav-item a:after {
  transform: translateY(-36%) rotate(-135deg);
}
.gender-nav {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin: 48px 0 0;
}
.gender-nav-item a {
  display: block;
  position: relative;
  width: 345px;
  padding: 10px 24px 10px 0;
  border: 3px solid #eabc1f;
  border-radius: 40px;
  color: inherit;
  font-size: 16px;
  font-weight: 900;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.05em;
  text-align: center;
  text-decoration: none;
  background: #f5ce48;
}
.gender-nav-item a:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 28px;
  height: 28px;
  border-radius: 100%;
  background: #fff;
  transform: translateY(-50%);
  transition: 0.3s;
}
.gender-nav-item a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 21px;
  width: 6px;
  height: 6px;
  border-top: 3px solid #e6b000;
  border-right: 3px solid #e6b000;
  transform: translateY(-50%) rotate(45deg);
  transition: 0.3s;
}
@media (hover: hover) {
  .gender-nav-item a:hover {
    background: #fff;
  }
  .gender-nav-item a:hover:before {
    background: #eabc1f;
  }
  .gender-nav-item a:hover:after {
    border-color: #fff;
  }
}
.goods-wrap {
  position: relative;
  margin: 0 0 64px;
  z-index: 0;
}
.goods-wrap:before,
.goods-wrap:after {
  content: "";
  display: block;
  position: absolute;
  width: 173px;
  height: 567px;
  background: url("/img/usr/freepage/kariyushi/goods_02.png") no-repeat 0 0;
  background-size: 100% 100%;
  z-index: -1;
}
.goods-wrap:before {
  top: 0;
  right: -110px;
}
.goods-wrap:after {
  bottom: 0;
  left: -110px;
  transform: rotate(180deg);
}
.goods-inner {
  position: relative;
  padding: 40px 35px 56px;
  border: 5px solid #195293;
  border-radius: 12px;
  background: #faf2e6;
}
.goods-inner:before,
.goods-inner:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 10px;
  width: 15px;
  height: 12px;
  background: url("/img/usr/freepage/kariyushi/footer_04.png") no-repeat 0 0;
  background-size: 100% 100%;
}
.goods-inner:before {
  left: 11px;
}
.goods-inner:after {
  right: 11px;
}
.goods-head {
  display: flex;
  flex-direction: row-reverse;
  gap: 0 32px;
  position: relative;
  margin: 0 0 32px;
}
.goods-head:before,
.goods-head:after {
  content: "";
  display: block;
  position: absolute;
  top: -30px;
  width: 15px;
  height: 12px;
  background: url("/img/usr/freepage/kariyushi/footer_04.png") no-repeat 0 0;
  background-size: 100% 100%;
}
.goods-head:before {
  left: -24px;
}
.goods-head:after {
  right: -24px;
}
.goods-head-inner {
  flex: 1;
}
.goods-head-img {
  width: 390px;
}
.goods-head-ttl {
  margin: 0 0 24px;
  color: #195293;
  font-size: 28px;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.goods-head-txt {
  margin: 0 0 16px;
  font-size: 14px;
  font-weight: 700;
}
.goods-head-notes {
  font-size: 12px;
}
.goods-staff {
  margin: 0 0 48px;
}
.goods-staff-ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 16px;
  margin: 0 0 24px;
  font-size: 22px;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-align: center;
}
.goods-staff-ttl:before,
.goods-staff-ttl:after {
  content: "";
  display: block;
  width: 44px;
  height: 7px;
  background: url("/img/usr/freepage/kariyushi/heading_01.png") no-repeat 0 0;
  background-size: 100% 100%;
}
.goods-staff-inner {
  display: flex;
  align-items: center;
  gap: 0 32px;
}
.goods-staff-img {
  width: 120px;
  overflow: hidden;
  border-radius: 100%;
}
.goods-staff-txt {
  flex: 1;
  position: relative;
  line-height: 1.7;
  padding: 16px 26px;
  border: 3px solid #195293;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 700;
  background: #fff;
}
.goods-staff-txt:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -14px;
  width: 14px;
  height: 14px;
  background: #195293;
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
  transform: translateY(-50%);
}
.goods-staff-txt:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -9px;
  width: 14px;
  height: 14px;
  background: #fff;
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
  transform: translateY(-50%);
}
.goods-copy {
  margin: 0 0 32px;
  font-size: 22px;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-align: center;
}
.goods-copy:before {
  content: "";
  display: block;
  height: 3px;
  margin: 0 0 8px;
  background: linear-gradient(90deg, #d63333 0%, #d63333 50%, #195293 50%, #195293 100%);
}
.goods-copy:after {
  content: "";
  display: block;
  height: 3px;
  margin: 8px 0 0;
  background: linear-gradient(90deg, #195293 0%, #195293 50%, #d63333 50%, #d63333 100%);
}
.goods-list + .goods-copy {
  margin-top: 48px;
}
.goods-list {
  margin: 40px 0 0;
}
.goods-list.is-not-splide {
  visibility: visible;
}
.goods-list.is-not-splide .splide__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 56px 20px;
}
.goods-list .splide__list {
  height: auto;
}
.goods-list .splide__controls {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 30px;
  margin: 30px 0 0;
}
.goods-list .splide__arrow {
  position: static;
  width: 32px;
  height: 32px;
  background: #fff;
  opacity: 1;
  transform: none;
}
.goods-list .splide__arrow svg {
  fill: #195293;
  width: 13px;
  height: 13px;
}
.goods-list .splide__pagination {
  gap: 0 6px;
  position: static;
  padding: 0;
}
.goods-list .splide__pagination li {
  display: block;
}
.goods-list .splide__pagination .splide__pagination__page {
  display: block;
  width: 8px;
  height: 8px;
  margin: 0;
  border: 1px solid #195293;
  background: #fff;
  transform: none;
  opacity: 1;
}
.goods-list .splide__pagination .splide__pagination__page.is-active {
  background: #195293;
}
.goods-item-img {
  margin: 0 0 12px;
  text-align: center;
}
.goods-item-tag {
  display: flex;
  margin: 0 0 8px;
}
.goods-item-tag span {
  display: block;
  line-height: 1;
  padding: 4px 6px;
  border-radius: 2px;
  color: #fff;
  font-size: 12px;
}
.goods-item-tag.is-mens span {
  background: #093366;
}
.goods-item-tag.is-women span {
  background: #de2743;
}
.goods-item-ttl {
  line-height: 1.7;
  font-size: 14px;
  font-weight: 700;
}
.goods-item-price {
  line-height: 1.5;
  margin: 0 0 16px;
  font-size: 14px;
}
.goods-item-price b {
  font-size: 18px;
}
.goods-item-price b span {
  font-size: 14px;
}
.goods-item-btn a {
  display: block;
  position: relative;
  padding: 6px;
  border: 2px solid #eabc1f;
  border-radius: 40px;
  color: #483c17;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  background: #f5ce48;
}
@media (hover: hover) {
  .goods-item-btn a:hover {
    background: #fff;
  }
}
.goods-item-btn a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #483c17;
  border-right: 2px solid #483c17;
  transform: translateY(-50%) rotate(45deg);
}
.goods-bnr {
  margin: 64px 0 0;
  text-align: center;
}
.goods-gift {
  margin: 0 0 32px;
}
.goods-pickup {
  display: flex;
  align-items: flex-end;
  gap: 0 60px;
  position: relative;
  margin: 0 0 80px;
}
.goods-pickup-ttl {
  position: absolute;
  top: 56px;
  left: 248px;
  line-height: 1;
  padding: 5px 4px;
  color: #195293;
  font-size: 28px;
  font-weight: 700;
  background: #fff;
}
.goods-pickup-img1 {
  width: 309px;
}
.goods-pickup-img1 img {
  border-radius: 0 80px 0 0;
}
.goods-pickup-img2 {
  position: absolute;
  left: 56px;
  bottom: -40px;
}
.goods-pickup-item {
  flex: 1;
  display: flex;
  align-items: flex-start;
  flex-direction: row-reverse;
  gap: 0 50px;
}
.goods-pickup-item .goods-item-tag {
  margin: 4px 0 8px;
}
.goods-pickup-item .goods-item-btn {
  max-width: 215px;
}
.goods-pickup-item-inner {
  flex: 1;
}
.goods-pickup-item-img {
  width: 202px;
}
.goods-pickup-item-img img {
  border-radius: 40px 0 0 0;
}
.goods-wrap#original:before {
  background-image: url("/img/usr/freepage/kariyushi/goods_01.png");
}
.goods-wrap#original:after {
  background-image: url("/img/usr/freepage/kariyushi/goods_01.png");
}
.goods-wrap#original .goods-inner {
  border-color: #d63333;
}
.goods-wrap#original .goods-inner:before,
.goods-wrap#original .goods-inner:after {
  background-image: url("/img/usr/freepage/kariyushi/goods_03.png");
}
.goods-wrap#original .goods-head:before,
.goods-wrap#original .goods-head:after {
  background-image: url("/img/usr/freepage/kariyushi/goods_03.png");
}
.goods-wrap#original .goods-head-ttl {
  color: #d63333;
}
.goods-wrap#aw:before {
  background-image: url("/img/usr/freepage/kariyushi/goods_01.png");
}
.goods-wrap#aw:after {
  background-image: url("/img/usr/freepage/kariyushi/goods_01.png");
}
.goods-wrap#aw .goods-inner {
  border-color: #d67233;
}
.goods-wrap#aw .goods-inner:before,
.goods-wrap#aw .goods-inner:after {
  background-image: url("/img/usr/freepage/kariyushi/goods_26.png");
}
.goods-wrap#aw .goods-head:before,
.goods-wrap#aw .goods-head:after {
  background-image: url("/img/usr/freepage/kariyushi/goods_26.png");
}
.goods-wrap#aw .goods-head-ttl {
  color: #d67233;
}
.goods-wrap#aw .goods-copy:before {
  background: linear-gradient(90deg, #d67233 0%, #d67233 50%, #195293 50%, #195293 100%);
}
.goods-wrap#aw .goods-copy:after {
  background: linear-gradient(90deg, #195293 0%, #195293 50%, #d67233 50%, #d67233 100%);
}
.goods-wrap#wedding .goods-inner {
  border-color: #f58c9a;
}
.goods-wrap#wedding .goods-inner:before,
.goods-wrap#wedding .goods-inner:after {
  background-image: url("/img/usr/freepage/kariyushi/goods_21.png");
}
.goods-wrap#wedding .goods-head:before,
.goods-wrap#wedding .goods-head:after {
  background-image: url("/img/usr/freepage/kariyushi/goods_21.png");
}
.goods-wrap#wedding .goods-head-ttl {
  color: #f58c9a;
}
.goods-wrap#wedding .goods-staff-txt {
  border-color: #f58c9a;
}
.goods-wrap#wedding .goods-staff-txt:before {
  background: #f58c9a;
}
.goods-wrap#wedding .goods-copy:before {
  background: linear-gradient(90deg, #49bab1 0%, #49bab1 50%, #f58c9a 50%, #f58c9a 100%);
}
.goods-wrap#wedding .goods-copy:after {
  background: linear-gradient(90deg, #f58c9a 0%, #f58c9a 50%, #49bab1 50%, #49bab1 100%);
}
.goods-wrap#resort:before {
  background-image: url("/img/usr/freepage/kariyushi/goods_01.png");
}
.goods-wrap#resort:after {
  background-image: url("/img/usr/freepage/kariyushi/goods_01.png");
}
.goods-wrap#resort .goods-inner {
  border-color: #49bab1;
}
.goods-wrap#resort .goods-inner:before,
.goods-wrap#resort .goods-inner:after {
  background-image: url("/img/usr/freepage/kariyushi/goods_22.png");
}
.goods-wrap#resort .goods-head:before,
.goods-wrap#resort .goods-head:after {
  background-image: url("/img/usr/freepage/kariyushi/goods_22.png");
}
.goods-wrap#resort .goods-head-ttl {
  color: #49bab1;
}
.goods-wrap#resort .goods-staff-txt {
  border-color: #49bab1;
}
.goods-wrap#resort .goods-staff-txt:before {
  background: #49bab1;
}
.goods-wrap#resort .goods-copy:before {
  background: linear-gradient(90deg, #49bab1 0%, #49bab1 50%, #f58c9a 50%, #f58c9a 100%);
}
.goods-wrap#resort .goods-copy:after {
  background: linear-gradient(90deg, #f58c9a 0%, #f58c9a 50%, #49bab1 50%, #49bab1 100%);
}
.goods-wrap#gift .goods-inner {
  border-color: #f0b42d;
}
.goods-wrap#gift .goods-inner:before,
.goods-wrap#gift .goods-inner:after {
  background-image: url("/img/usr/freepage/kariyushi/goods_25.png");
}
.goods-wrap#gift .goods-head:before,
.goods-wrap#gift .goods-head:after {
  background-image: url("/img/usr/freepage/kariyushi/goods_25.png");
}
.goods-wrap#gift .goods-head-ttl {
  color: #d63333;
}
.goods-wrap#gift .goods-staff-txt {
  border-color: #d63333;
}
.goods-wrap#gift .goods-staff-txt:before {
  background: #d63333;
}
.faq {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding: 56px 0 136px;
  z-index: 0;
}
.faq:before,
.faq:after {
  content: "";
  display: block;
  position: absolute;
  width: 193px;
  height: 565px;
  background: url("/img/usr/freepage/kariyushi/wear_03.png") no-repeat 0 0;
  background-size: 100% 100%;
  z-index: -1;
}
.faq:before {
  top: 48px;
  right: -234px;
}
.faq:after {
  bottom: 112px;
  left: -234px;
  transform: rotate(180deg);
}
.faq-list {
  margin: 0;
  border-bottom: 1px solid #d9c7b2;
}
.faq-q {
  position: relative;
  padding: 26px 40px 26px 38px;
  border-top: 1px solid #d9c7b2;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
}
.faq-q:before {
  content: "Q.";
  position: absolute;
  top: 17px;
  left: 0;
  color: #195293;
  font-size: 28px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
}
.faq-q i {
  display: block;
  position: absolute;
  top: 24px;
  right: 0;
  width: 36px;
  height: 36px;
  border: 3px solid #195293;
  border-radius: 100%;
}
.faq-q i:before,
.faq-q i:after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  width: 14px;
  height: 3px;
  margin: auto;
  border-radius: 3px;
  background: #195293;
  transition: 0.3s;
}
.faq-q i:after {
  transform: rotate(90deg);
}
.faq-q.is-open i:after {
  opacity: 0;
}
.faq-a {
  display: none;
  position: relative;
  line-height: 1.7;
  margin: 0;
  padding: 4px 0 32px 38px;
  font-size: 14px;
  font-weight: 700;
}
.faq-a:before {
  content: "A.";
  position: absolute;
  top: -8px;
  left: 0;
  color: #d63333;
  font-size: 28px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
}
.faq-a-notes {
  margin: 10px 0 0;
  font-size: 12px;
}
.footer {
  position: relative;
  padding: 72px 0 0;
  background: #195293;
}
.footer-pagetop {
  display: none;
  position: relative;
  z-index: 100;
}
.footer-pagetop.is-fixed {
  position: absolute;
  right: 40px;
  z-index: 100;
}
.footer-pagetop.is-fixed span {
  position: static;
}
.footer-pagetop span {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px 0;
  position: fixed;
  right: 40px;
  bottom: 40px;
  width: 85px;
  height: 80px;
  line-height: 1;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0;
  background: url("/img/usr/freepage/kariyushi/footer_01.png") no-repeat 0 0;
  background-size: 100% 100%;
  z-index: 100;
  cursor: pointer;
  transition: 0.3s;
}
.footer-pagetop span:before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(-45deg);
}
.footer-inner {
  position: relative;
  max-width: 1000px;
  margin: 0 auto 72px;
  z-index: 0;
}
.footer-inner:before,
.footer-inner:after {
  content: "";
  display: block;
  position: absolute;
  width: 109px;
  height: 320px;
  background: url("/img/usr/freepage/kariyushi/footer_02.png") no-repeat 0 0;
  background-size: 100% 100%;
  z-index: -1;
}
.footer-inner:before {
  top: -40px;
  right: -54px;
}
.footer-inner:after {
  bottom: -40px;
  left: -54px;
  transform: rotate(180deg);
}
.footer-logo {
  position: relative;
  padding: 40px;
  border-radius: 12px;
  background: #fff;
  z-index: 0;
}
.footer-logo:before,
.footer-logo:after {
  content: "";
  display: block;
  position: absolute;
  left: 16px;
  width: 15px;
  height: 12px;
  background: url("/img/usr/freepage/kariyushi/footer_04.png") no-repeat 0 0;
  background-size: 100% 100%;
}
.footer-logo:before {
  top: 16px;
}
.footer-logo:after {
  bottom: 16px;
}
.footer-logo-item {
  display: flex;
  align-items: center;
  gap: 0 40px;
}
.footer-logo-item:first-child:before {
  content: "";
  display: block;
  position: absolute;
  top: 16px;
  right: 16px;
  width: 15px;
  height: 12px;
  background: url("/img/usr/freepage/kariyushi/footer_04.png") no-repeat 0 0;
  background-size: 100% 100%;
}
.footer-logo-item:last-child:before {
  content: "";
  display: block;
  position: absolute;
  right: 16px;
  bottom: 16px;
  width: 15px;
  height: 12px;
  background: url("/img/usr/freepage/kariyushi/footer_04.png") no-repeat 0 0;
  background-size: 100% 100%;
}
.footer-logo-item + .footer-logo-item {
  margin: 44px 0 0;
  padding: 44px 0 0;
  border-top: 2px solid #e6e6e6;
}
.footer-logo-item-img {
  width: 225px;
  text-align: center;
}
.footer-logo-item-txt {
  flex: 1;
  line-height: 1.74;
  font-size: 14px;
}
.footer-copyright {
  padding: 20px 15px;
  color: #fff;
  font-size: 12px;
  text-align: center;
  background: #13457e;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 13px;
  }
  .header {
    position: relative;
    padding: 20px 15px;
  }
  .header-top {
    display: block;
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
  }
  .header-top a {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 2px;
    padding: 4px;
    color: #fff;
    font-size: 10px;
    text-decoration: none;
    background: #e20b17;
  }
  .header-top a:before {
    content: "";
    width: 4px;
    height: 8px;
    background: #fff;
    clip-path: polygon(0 50%, 100% 0, 100% 100%);
  }
  .header-logo {
    text-align: center;
  }
  .header-logo img {
    width: 170px;
  }
  .nav-btn {
    right: 15px;
    bottom: 94px;
    width: 70px;
    height: 70px;
    font-size: 10px;
  }
  .nav-btn:before {
    width: 18px;
    height: 18px;
  }
  .nav-close {
    top: 8px;
    right: 308px;
  }
  .nav-list {
    padding: 20px 20px 104px;
  }
  .mv {
    padding: 16px 0 0;
  }
  .mv-loop {
    margin: 0 0 22px;
    color: #fff;
    font-size: 24px;
  }
  .mv-txt-01 {
    line-height: 1.5;
    margin: 0 0 4px;
    font-size: 16px;
  }
  .mv-txt-02 {
    line-height: 1.1;
    font-size: 36px;
  }
  .mv-txt-02:after {
    height: 10px;
    margin: 32px 0 0;
    background-size: 100% 100%;
  }
  .mv-txt-02 span {
    font-size: 30px;
  }
  .mv-img {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    padding: 40px 15px 80px;
  }
  .mv-img:before,
  .mv-img:after {
    width: 86px;
    height: 156px;
    z-index: 10;
  }
  .mv-img:before {
    bottom: 2px;
    left: -30px;
  }
  .mv-img:after {
    top: -62px;
    left: auto;
    right: -28px;
  }
  .mv-img-item:nth-child(6) .mv-img-item-back,
  .mv-img-item:nth-child(6) .mv-img-item-front {
    border-radius: 12px;
  }
  .campaign-inner {
    display: block;
  }
  .campaign-ttl {
    line-height: 1.3;
    padding: 9px 4px;
    font-size: 12px;
    text-align: center;
  }
  .campaign-slide {
    padding: 8px 0;
  }
  .campaign-item {
    margin: 0 32px 0 0;
    font-size: 12px;
  }
  .campaign-item a {
    font-size: 12px;
  }
  .campaign-modal-inner {
    width: 280px;
    padding: 20px;
  }
  .campaign-modal-close {
    width: 24px;
    height: 24px;
  }
  .campaign-modal-close:before,
  .campaign-modal-close:after {
    height: 14px;
  }
  .campaign-modal-ttl {
    margin: 0 auto 8px;
  }
  .campaign-modal-period {
    font-size: 14px;
  }
  .campaign-modal-item-ttl {
    font-size: 16px;
  }
  .campaign-modal-item-code {
    font-size: 16px;
  }
  .campaign-modal-item-btn a {
    font-size: 12px;
  }
  .benefits {
    margin: 0 0 64px;
    padding: 30px 15px 60px;
  }
  .benefits:after {
    height: 10px;
    background-size: 100% 100%;
  }
  .benefits-ttl {
    max-width: 345px;
    height: 48px;
    line-height: 1.3;
    margin: 0 auto 30px;
    font-size: 16px;
    text-align: center;
    background-image: url("/img/usr/freepage/kariyushi/benefits_01_sp.png");
  }
  .benefits-list {
    gap: 15px;
  }
  .benefits-item {
    flex: 1;
    width: auto;
    padding: 16px 0;
    border-width: 2px;
    border-radius: 8px;
    font-size: 14px;
  }
  .benefits-item span {
    display: inline-block;
    margin: 8px 0 0;
    font-size: 18px;
    letter-spacing: 0;
  }
  .benefits-item span span {
    margin: 0;
    font-size: 18px;
  }
  .benefits-item img {
    display: block;
    margin: 6px auto 0;
  }
  .heading {
    line-height: 1.35;
    margin: 0 0 30px;
    font-size: 28px;
  }
  .heading:before {
    margin: 0 auto 11px;
  }
  .heading .small1 {
    font-size: 20px;
  }
  .heading .small2 {
    font-size: 14px;
  }
  .reason {
    margin: 0 15px 56px;
  }
  .reason:before,
  .reason:after {
    width: 102px;
    height: 300px;
  }
  .reason:before {
    top: 0;
    right: -50px;
  }
  .reason:after {
    top: 0;
    bottom: auto;
    left: -50px;
  }
  .reason-img {
    margin: 0 0 16px;
  }
  .reason-item {
    border-radius: 8px;
  }
  .reason-item + .reason-item {
    margin: 24px 0 0;
  }
  .reason-item-label {
    line-height: 1.5;
    padding: 16px 48px 16px 56px;
    font-size: 15px;
  }
  .reason-item-label:before {
    left: 16px;
    width: 30px;
    height: 30px;
    font-size: 16px;
  }
  .reason-item-label span:before {
    right: 16px;
    width: 24px;
    height: 24px;
  }
  .reason-item-label span:after {
    right: 24px;
    width: 6px;
    height: 6px;
  }
  .reason-item-detail {
    display: block;
    padding: 0 16px 24px;
  }
  .reason-item-txt {
    margin: 0 0 16px;
    font-size: 12px;
  }
  .reason-item-img {
    text-align: center;
  }
  .reason-item:nth-child(1) .reason-item-detail {
    display: flex;
    gap: 0 16px;
  }
  .reason-item:nth-child(1) .reason-item-txt {
    margin: 0;
  }
  .reason-item:nth-child(1) .reason-item-img {
    width: 56px;
  }
  .difference-inner {
    margin: 0 15px;
    padding: 56px 0 72px;
  }
  .difference-inner:before {
    height: 6px;
  }
  .difference-inner:after {
    background-size: auto 73px;
  }
  .difference-lead {
    margin: 0 0 35px;
  }
  .difference-aloha {
    line-height: 1.78;
    margin: 0 10px 32px;
    padding: 16px 24px;
    border-radius: 8px;
  }
  .difference-aloha:before {
    top: -22px;
    left: -12px;
    width: 53px;
    height: 40px;
  }
  .difference-aloha:after {
    right: -12px;
    bottom: -13px;
    width: 48px;
    height: 72px;
  }
  .difference-aloha span {
    font-size: 16px;
  }
  .difference-kariyushi {
    line-height: 1.78;
    margin: 0 10px;
    padding: 16px 24px;
    border-radius: 8px;
  }
  .difference-kariyushi:before {
    top: -16px;
    left: -12px;
    width: 49px;
    height: 28px;
  }
  .difference-kariyushi:after {
    right: -12px;
    width: 48px;
    height: 58px;
  }
  .difference-kariyushi span {
    font-size: 16px;
  }
  .original {
    margin: 0 15px 56px;
  }
  .goods-buyer {
    padding: 40px 0 48px;
  }
  .goods-buyer-ttl {
    width: 289px;
    height: 36px;
    font-size: 16px;
  }
  .goods-buyer-list {
    max-width: auto;
    margin: 0 15px 0 40px;
  }
  .goods-buyer-item {
    font-size: 16px;
  }
  .goods-buyer-item + .goods-buyer-item {
    margin: 18px 0 0;
  }
  .goods-buyer-item:nth-child(3) {
    padding: 0 96px 0 0;
  }
  .goods-buyer-item-notes {
    margin: 8px 0 0;
  }
  .goods-buyer-img {
    right: 12px;
    left: auto;
  }
  .goods-buyer-img img {
    width: 95px;
  }
  .goods-sucker {
    padding: 0;
  }
  .goods-sucker-loop {
    margin: 0 0 24px;
    padding: 24px 0 0;
    font-size: 24px;
  }
  .goods-sucker-loop-track {
    animation: scrollLeft 50s linear infinite;
  }
  .goods-sucker-movie iframe {
    width: 100%;
    height: auto;
    vertical-align: bottom;
    aspect-ratio: 16/9;
  }
  .goods-sucker-movie-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .goods-sucker-movie-thumb:before {
    width: 38px;
    height: 38px;
  }
  .goods-sucker-movie-thumb:after {
    width: 12px;
    height: 14px;
  }
  .goods {
    margin: 0 15px 56px;
  }
  .goods:before {
    top: -6px;
    height: 6px;
  }
  .goods-nav {
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
    margin: 0 0 40px;
  }
  .goods-nav-item a {
    padding: 8px 0 36px;
    font-size: 13px;
    text-align: center;
    letter-spacing: 0.05em;
  }
  .goods-nav-item a:before {
    top: auto;
    right: auto;
    bottom: 6px;
    left: 50%;
    width: 24px;
    height: 24px;
    transform: translateX(-50%);
  }
  .goods-nav-item a:after {
    top: auto;
    right: auto;
    bottom: 15px;
    left: 50%;
    width: 6px;
    height: 6px;
    transform: translateX(-50%) rotate(45deg);
  }
  .goods-nav-bottom .goods-nav-item a:after {
    bottom: 12px;
    transform: translateX(-50%) rotate(-135deg);
  }
  .gender-nav {
    display: block;
    margin: 40px 0 0;
  }
  .gender-nav-item {
    margin: 0 0 20px;
  }
  .gender-nav-item a {
    max-width: 313px;
    margin: 0 auto;
    padding: 12px 24px 12px 12px;
    font-size: 14px;
    font-weight: 700;
  }
  .goods-wrap {
    margin: 0 0 40px;
  }
  .goods-wrap:before,
  .goods-wrap:after {
    width: 92px;
    height: 302px;
  }
  .goods-wrap:before {
    right: -46px;
  }
  .goods-wrap:after {
    left: -46px;
  }
  .goods-inner {
    padding: 38px 13px;
    border-width: 3px;
    border-radius: 8px;
  }
  .goods-inner:before,
  .goods-inner:after {
    bottom: 8px;
  }
  .goods-inner:before {
    left: 8px;
  }
  .goods-inner:after {
    right: 8px;
  }
  .goods-head {
    display: block;
  }
  .goods-head:before {
    left: -6px;
  }
  .goods-head:after {
    right: -6px;
  }
  .goods-head-inner {
    margin: 0 0 16px;
  }
  .goods-head-img {
    width: auto;
    text-align: center;
  }
  .goods-head-ttl {
    line-height: 1.37;
    margin: 0 0 18px;
    font-size: 24px;
  }
  .goods-head-txt {
    margin: 0 0 8px;
  }
  .goods-staff {
    margin: 0 0 32px;
  }
  .goods-staff-ttl {
    gap: 0 10px;
    line-height: 1.34;
    font-size: 20px;
  }
  .goods-staff-inner {
    display: block;
  }
  .goods-staff-img {
    width: 80px;
    margin: 0 auto 18px;
  }
  .goods-staff-txt {
    padding: 12px 16px;
    font-size: inherit;
  }
  .goods-staff-txt:before {
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    clip-path: polygon(50% 0, 100% 100%, 0 100%);
  }
  .goods-staff-txt:after {
    top: -8px;
    left: 50%;
    transform: translateX(-50%);
    clip-path: polygon(50% 0, 100% 100%, 0 100%);
  }
  .goods-copy {
    line-height: 1.3;
    margin: 0 0 20px;
    font-size: 20px;
  }
  .goods-copy:before {
    margin: 0 0 9px;
  }
  .goods-copy:after {
    margin: 9px 0 0;
  }
  .goods-list + .goods-copy {
    margin-top: 30px;
  }
  .goods-list {
    margin: 20px auto 0;
  }
  .goods-list.is-not-splide .splide__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 9px;
  }
  .goods-list .splide__controls {
    justify-content: space-between;
    gap: 0 16px;
    margin: 20px 0 0;
  }
  .goods-list .splide__arrow {
    width: 28px;
    height: 28px;
  }
  .goods-item-ttl {
    line-height: 1.5;
    font-size: 12px;
  }
  .goods-item-price {
    margin: 0 0 14px;
    font-size: 12px;
  }
  .goods-item-btn a {
    font-size: 12px;
  }
  .goods-item-btn a:after {
    content: none;
  }
  .goods-bnr {
    margin: 32px 0 0;
  }
  .goods-pickup {
    display: block;
    margin: 0 0 40px;
  }
  .goods-pickup-ttl {
    left: 200px;
    font-size: 24px;
  }
  .goods-pickup-img1 {
    width: 250px;
  }
  .goods-pickup-img2 {
    position: static;
    margin: -45px 0 16px;
    text-align: center;
  }
  .goods-pickup-img2 img {
    width: auto;
    max-height: 90px;
  }
  .goods-pickup-item {
    flex-direction: row;
    gap: 0 20px;
  }
  .goods-pickup-item .goods-item-btn {
    max-width: auto;
  }
  .goods-pickup-item-img {
    width: 140px;
  }
  .faq {
    margin: 0 15px;
    padding: 56px 0 120px;
  }
  .faq:before,
  .faq:after {
    width: 102px;
    height: 300px;
  }
  .faq:before {
    top: 54px;
    right: -68px;
  }
  .faq:after {
    bottom: 32px;
    left: -68px;
  }
  .faq-q {
    padding: 22px 32px 22px 26px;
    font-size: 14px;
  }
  .faq-q:before {
    top: 15px;
    font-size: 22px;
  }
  .faq-q i {
    top: 22px;
    width: 26px;
    height: 26px;
    border-width: 2px;
  }
  .faq-q i:before,
  .faq-q i:after {
    width: 10px;
    height: 2px;
    border-radius: 2px;
  }
  .faq-a {
    padding: 0 0 16px 26px;
  }
  .faq-a:before {
    font-size: 22px;
  }
  .footer {
    padding: 56px 0 0;
  }
  .footer-pagetop.is-fixed {
    right: 15px;
  }
  .footer-pagetop span {
    gap: 2px 0;
    right: 15px;
    bottom: 15px;
    width: 67px;
    height: 64px;
    font-size: 12px;
  }
  .footer-pagetop span:before {
    width: 6px;
    height: 6px;
    border-width: 2px;
  }
  .footer-inner {
    margin: 0 15px 40px;
  }
  .footer-inner:before,
  .footer-inner:after {
    width: 66px;
    height: 299px;
    background-size: auto 100%;
  }
  .footer-inner:before {
    top: -45px;
    right: -15px;
  }
  .footer-inner:after {
    bottom: -20px;
    left: -15px;
  }
  .footer-logo {
    padding: 40px 16px;
  }
  .footer-logo:before,
  .footer-logo:after {
    left: 10px;
    width: 16px;
  }
  .footer-logo:before {
    top: 10px;
  }
  .footer-logo:after {
    bottom: 10px;
  }
  .footer-logo-item {
    display: block;
  }
  .footer-logo-item:first-child:before {
    top: 10px;
    right: 10px;
  }
  .footer-logo-item:last-child:before {
    right: 10px;
    bottom: 10px;
  }
  .footer-logo-item + .footer-logo-item {
    margin: 24px 0 0;
    padding: 24px 0 0;
  }
  .footer-logo-item-img {
    width: auto;
    margin: 0 0 20px;
  }
  .footer-logo-item-img img {
    width: 150px;
  }
  .footer-logo-item-txt {
    line-height: 1.7;
  }
  .footer-copyright {
    padding: 20px 16px;
    font-size: 10px;
  }
}
@-moz-keyframes scrollLeft {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
@-webkit-keyframes scrollLeft {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
@-o-keyframes scrollLeft {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes scrollLeft {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
@-moz-keyframes rotate1 {
  0% {
    rotate: y 0deg;
  }
  to {
    rotate: y 1turn;
  }
}
@-webkit-keyframes rotate1 {
  0% {
    rotate: y 0deg;
  }
  to {
    rotate: y 1turn;
  }
}
@-o-keyframes rotate1 {
  0% {
    rotate: y 0deg;
  }
  to {
    rotate: y 1turn;
  }
}
@keyframes rotate1 {
  0% {
    rotate: y 0deg;
  }
  to {
    rotate: y 1turn;
  }
}
@-moz-keyframes rotate2 {
  0% {
    rotate: y 180deg;
  }
  to {
    rotate: y 540deg;
  }
}
@-webkit-keyframes rotate2 {
  0% {
    rotate: y 180deg;
  }
  to {
    rotate: y 540deg;
  }
}
@-o-keyframes rotate2 {
  0% {
    rotate: y 180deg;
  }
  to {
    rotate: y 540deg;
  }
}
@keyframes rotate2 {
  0% {
    rotate: y 180deg;
  }
  to {
    rotate: y 540deg;
  }
}
@-moz-keyframes rotate3 {
  0% {
    rotate: y 0deg;
  }
  to {
    rotate: y 1turn;
  }
}
@-webkit-keyframes rotate3 {
  0% {
    rotate: y 0deg;
  }
  to {
    rotate: y 1turn;
  }
}
@-o-keyframes rotate3 {
  0% {
    rotate: y 0deg;
  }
  to {
    rotate: y 1turn;
  }
}
@keyframes rotate3 {
  0% {
    rotate: y 0deg;
  }
  to {
    rotate: y 1turn;
  }
}
@-moz-keyframes rotate4 {
  0% {
    rotate: y 180deg;
  }
  to {
    rotate: y 540deg;
  }
}
@-webkit-keyframes rotate4 {
  0% {
    rotate: y 180deg;
  }
  to {
    rotate: y 540deg;
  }
}
@-o-keyframes rotate4 {
  0% {
    rotate: y 180deg;
  }
  to {
    rotate: y 540deg;
  }
}
@keyframes rotate4 {
  0% {
    rotate: y 180deg;
  }
  to {
    rotate: y 540deg;
  }
}
