@charset "UTF-8";
/* -------------------------------------------- */
/* ------------------ Raleway ----------------- */
/* -------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@700&display=swap");
/* -------------------------------------------- */
/* ---------------- 游ゴシック体 -------------- */
/* -------------------------------------------- */
/* medium */
/* bold */
/* -------------------------------------------- */
/* ------------------ Marydale ---------------- */
/* -------------------------------------------- */
/* regular */
/* bold */
/* -------------------------------------------- */
/* ------------------- Roboto ----------------- */
/* -------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@900&display=swap");
/* black */
/* ----- break point ----- */
/* ----- container width ----- */
/* ----- margin-top/bottom ----- */
/* ----- padding-top/bottom ----- */
/* ----- line-height, letter-spacing ----- */
/* ----- font-size ----- */
.fix {
  width: 100%;
  height: 100%;
  position: fixed;
}

/* ---------- visit page animation ---------- */
body {
  opacity: 0;
  transition: opacity 1.5s ease;
}
body.is-inview {
  opacity: 1;
}

.js-visit-up {
  opacity: 0;
  transform: translate3d(0, -30px, 0);
}
.js-visit-up.is-inview {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.js-delay-1 {
  transition: all 1.5s ease;
}

.js-delay-2 {
  transition: all 1.5s ease 0.05s;
}

.js-delay-3 {
  transition: all 1.5s ease 0.1s;
}

.js-delay-4 {
  transition: all 1.5s ease 0.15s;
}

.js-delay-5 {
  transition: all 1.5s ease 0.2s;
}

.js-delay-6 {
  transition: all 1.5s ease 0.25s;
}

.js-delay-7 {
  transition: all 1.5s ease 0.3s;
}

.js-delay-8 {
  transition: all 1.5s ease 0.35s;
}

.js-delay-9 {
  transition: all 1.5s ease 0.4s;
}

.js-delay-10 {
  transition: all 1.5s ease 0.45s;
}

.js-delay-11 {
  transition: all 1.5s ease 0.55s;
}

.js-delay-12 {
  transition: all 1.5s ease 0.5s;
}

.js-delay-13 {
  transition: all 1.5s ease 0.55s;
}

.js-delay-14 {
  transition: all 1.5s ease 0.6s;
}

.js-delay-15 {
  transition: all 1.5s ease 0.65s;
}

.js-visit-scale {
  transition: opacity 2s ease, transform 2s ease;
  opacity: 0;
  transform: scale(1.1);
}
.js-visit-scale.is-inview {
  opacity: 1;
  transform: scale(1);
}

.js-visit-slide {
  position: relative;
}
.js-visit-slide.is-inview:before {
  left: 100%;
}
.js-visit-slide:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  transition: left 2s ease;
}

.js-l-txt {
  overflow: hidden;
}
.js-l-txt .js-animation {
  display: inline-block;
  transition: transform 1.2s ease 0.6s;
  transform: translate3d(0, 100%, 0);
}
.js-l-txt .js-animation.is-inview {
  transform: translate3d(0, 0, 0);
}

/* ---------- home animation ---------- */
.is-animation .item__inner {
  animation: slick-animation 1.5s 0s forwards;
}
.is-animation .item__inner img {
  animation: slick-img-animation 1.5s 0s forwards;
}

.f-animation .item__inner {
  animation: slick-animation 0s 0s forwards;
}
.f-animation .item__inner img {
  animation: slick-img-animation 0s 0s forwards;
}

@keyframes slick-animation {
  0% {
    right: 100%;
  }
  100% {
    right: 0;
  }
}
@keyframes slick-img-animation {
  0% {
    left: 100%;
  }
  100% {
    left: 0;
  }
}
@keyframes infinite-slide1 {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes infinite-slide2 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-200%);
  }
}
.js-txt-animation {
  display: inline-block;
}
.js-txt-animation .js-fv-txt {
  display: inline-block;
  overflow: hidden;
}
.js-txt-animation .js-fv-txt .js-animation {
  transform: translate3d(0, 100%, 0);
  display: inline-block;
  transition: transform 1.2s ease 1s;
}
.js-txt-animation .js-fv-txt .js-animation.is-inview {
  transform: translate3d(0, 0, 0);
}

/* ---------- common animation ---------- */
.js-fadeup {
  transition: all 2s ease;
  opacity: 0;
  transform: translate3d(0, 30px, 0);
}
.js-fadeup.is-inview {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.js-fadein {
  transition: all 2s ease;
  opacity: 0;
  transform: translate3d(0, 10px, 0);
}
.js-fadein.is-inview {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.js-fadein.recruit {
  transition: all 2s ease 1s;
}

.js-slidein {
  position: relative;
  overflow: hidden;
}
.js-slidein.is-inview:after {
  left: 100%;
}
.js-slidein:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  transition: left 2s ease;
}

.js-txt {
  overflow: hidden;
}
.js-txt .js-animation {
  display: inline-block;
  transition: transform 1.2s ease;
  transform: translate3d(0, 100%, 0);
}
.js-txt .js-animation.is-inview {
  transform: translate3d(0, 0, 0);
}

.js-r-txt {
  overflow: hidden;
}
.js-r-txt .js-animation {
  display: inline-block;
  transition: transform 1.2s ease;
  transform: translate3d(0, 100%, 0);
}
.js-r-txt .js-animation.is-inview {
  transform: translate3d(0, 0, 0);
}

a,
button {
  color: #000;
  transition: all 0.2s ease;
}
a:before, a:after,
button:before,
button:after {
  transition: all 0.2s ease;
}
a span,
button span {
  transition: all 0.2s ease;
}
a span:before, a span:after,
button span:before,
button span:after {
  transition: all 0.2s ease;
}

* {
  box-sizing: border-box;
}

img {
  vertical-align: bottom;
  transition: all 0.2s ease;
}

svg path {
  transition: all 0.2s ease;
}

ul {
  list-style: none;
}

html {
  word-wrap: break-word;
}

body {
  color: #000;
  font-size: 16px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: medium;
  letter-spacing: 0.05em;
  position: relative;
  border: 2px solid #000;
}
@media only screen and (max-width: 600px) {
  body {
    font-size: 14px;
  }
}

p {
  font-size: 16px;
  line-height: 2.1875;
}
@media only screen and (max-width: 600px) {
  p {
    font-size: 14px;
  }
}

.main {
  overflow: hidden;
}

.main .l-fv {
  margin-bottom: 58px;
}
@media only screen and (max-width: 600px) {
  .main .l-fv {
    margin-bottom: 60px;
  }
}
.main .l-fv .fv {
  width: 90%;
  min-height: 350px;
  height: 50vh;
  margin-left: auto;
}
@media only screen and (max-width: 600px) {
  .main .l-fv .fv {
    height: 350px;
  }
}
.main .l-fv .fv.recruit {
  height: 80vh;
  min-height: 450px;
  position: relative;
}
@media only screen and (max-width: 600px) {
  .main .l-fv .fv.recruit {
    min-height: 350px;
  }
}
.main .l-fv .fv.recruit .fv-msg {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100%;
  padding-top: 70px;
  padding-right: 10%;
  padding-left: 10%;
}
@media only screen and (max-width: 600px) {
  .main .l-fv .fv.recruit .fv-msg {
    padding-top: 0;
  }
}
.main .l-fv .fv.recruit .fv-msg .msg__wrap {
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media only screen and (max-width: 600px) {
  .main .l-fv .fv.recruit .fv-msg .msg__wrap {
    align-items: flex-end;
    padding-left: 30px;
  }
}
.main .l-fv .fv.recruit .fv-msg .msg__wrap p {
  color: #09349B;
  font-size: 26px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  letter-spacing: 0.2em;
}
@media only screen and (max-width: 600px) {
  .main .l-fv .fv.recruit .fv-msg .msg__wrap p {
    font-size: 20px;
  }
}
.main .l-fv .fv img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  border-radius: 0 0 0 40px;
}
@media only screen and (max-width: 600px) {
  .main .l-fv .fv img.pc {
    display: none;
  }
}
.main .l-fv .fv img.sp {
  display: none;
}
@media only screen and (max-width: 600px) {
  .main .l-fv .fv img.sp {
    display: block;
  }
}
@media only screen and (max-width: 600px) {
  .main .l-fv .fv img {
    border-radius: 0 0 0 30px;
  }
}
.main .l-fv .sec__wrap {
  padding-right: 10%;
  padding-left: 10%;
}
@media only screen and (max-width: 600px) {
  .main .l-fv .sec__wrap {
    transform: none;
  }
}
.main .l-fv .sec__wrap .container {
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
}
.main .l-fv .sec__wrap .container.col-2 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media only screen and (max-width: 600px) {
  .main .l-fv .sec__wrap .container.col-2 {
    display: block;
  }
}
.main .l-fv .sec__wrap .container .cp__wrap {
  width: calc(60% - 15px);
  margin-top: -42px;
}
@media only screen and (max-width: 600px) {
  .main .l-fv .sec__wrap .container .cp__wrap {
    width: 100%;
    margin-top: 20px;
  }
}
.main .l-fv .sec__wrap .container .cp__wrap .cp p {
  margin-right: auto;
  letter-spacing: 0.15em;
  font-size: 60px;
  font-family: "marydale", sans-serif;
  font-weight: 700;
  mix-blend-mode: multiply;
  line-height: 1.3333333333;
  color: #555555;
  mix-blend-mode: multiply;
}
@media only screen and (max-width: 600px) {
  .main .l-fv .sec__wrap .container .cp__wrap .cp p {
    font-size: 32px;
  }
}
.main .l-fv .sec__wrap .container .cp__wrap .sub-cp {
  margin-top: 10px;
}
.main .l-fv .sec__wrap .container .cp__wrap .sub-cp p {
  font-size: 26px;
  letter-spacing: 0.2em;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  line-height: 1.2;
}
@media only screen and (max-width: 600px) {
  .main .l-fv .sec__wrap .container .cp__wrap .sub-cp p {
    font-size: 14px;
  }
}
.main .l-fv .sec__wrap .container .breadcrumb__wrap {
  width: calc(40% - 15px);
  margin-top: 20px;
}
@media only screen and (max-width: 600px) {
  .main .l-fv .sec__wrap .container .breadcrumb__wrap {
    display: none;
  }
}
.main .l-fv .sec__wrap .container .breadcrumb__wrap .list {
  text-align: right;
}
.main .l-fv .sec__wrap .container .breadcrumb__wrap .list .item {
  display: inline-block;
}
.main .l-fv .sec__wrap .container .breadcrumb__wrap .list .item:not(:last-of-type):after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 1px;
  margin: 0 5px;
  transform: translate3d(0, -4px, 0);
  background-image: url(../images/icon/breadcrumb/breadcrumb.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.main .l-fv .sec__wrap .container .breadcrumb__wrap .list .item a {
  font-size: 12px;
  text-decoration: underline;
}
@media (hover: hover) {
  .main .l-fv .sec__wrap .container .breadcrumb__wrap .list .item a:hover {
    color: #09349B;
  }
}
@media (hover: none) {
  .main .l-fv .sec__wrap .container .breadcrumb__wrap .list .item a:active {
    color: #09349B;
  }
}
.main .l-fv .sec__wrap .container .breadcrumb__wrap .list .item span {
  font-size: 12px;
}

.breadcrumb {
  margin-top: 20px;
  padding-right: 10%;
  padding-left: 10%;
}
@media only screen and (max-width: 600px) {
  .breadcrumb {
    display: none;
  }
}
.breadcrumb .container {
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
}
.breadcrumb .container .list {
  text-align: right;
}
.breadcrumb .container .list .item {
  display: inline-block;
}
.breadcrumb .container .list .item:not(:last-of-type):after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 1px;
  margin: 0 5px;
  transform: translate3d(0, -4px, 0);
  background-image: url(../images/icon/breadcrumb/breadcrumb.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.breadcrumb .container .list .item a {
  font-size: 12px;
  text-decoration: underline;
}
@media (hover: hover) {
  .breadcrumb .container .list .item a:hover {
    color: #09349B;
  }
}
@media (hover: none) {
  .breadcrumb .container .list .item a:active {
    color: #09349B;
  }
}
.breadcrumb .container .list .item span {
  font-size: 12px;
}

.main .contact-link {
  margin-top: 130px;
  padding-right: 10%;
  padding-left: 10%;
}
@media only screen and (max-width: 600px) {
  .main .contact-link {
    margin-top: 80px;
  }
}
.main .contact-link .container {
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
  padding: 120px 45px 45px;
  border-radius: 0 40px 0 40px;
  position: relative;
  background-color: #fff;
  padding: 80px 30px 90px;
  position: relative;
  overflow: hidden;
  background-color: transparent;
}
@media only screen and (max-width: 600px) {
  .main .contact-link .container {
    border-radius: 0 30px 0 30px;
  }
}
@media only screen and (max-width: 1250px) {
  .main .contact-link .container {
    padding: 120px 30px 45px;
  }
}
@media only screen and (max-width: 600px) {
  .main .contact-link .container {
    padding-top: 80px;
  }
}
.main .contact-link .container .line__1 {
  display: block;
  position: absolute;
  z-index: -1;
  top: -2px;
  left: -2px;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  border-radius: 0 40px 0 40px;
  overflow: hidden;
}
@media only screen and (max-width: 600px) {
  .main .contact-link .container .line__1 {
    border-radius: 0 30px 0 30px;
  }
}
.main .contact-link .container .line__1 .line__inner {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 0 40px 0 40px;
  overflow: hidden;
}
@media only screen and (max-width: 600px) {
  .main .contact-link .container .line__1 .line__inner {
    border-radius: 0 30px 0 30px;
  }
}
.main .contact-link .container .line__1 .line__inner:before {
  content: "";
  display: block;
  width: calc(100% - 40px);
  height: 2px;
  background-color: #000;
  position: absolute;
  z-index: -1;
  top: 0;
  left: -100%;
  transition: all 0.3s linear;
}
@media only screen and (max-width: 600px) {
  .main .contact-link .container .line__1 .line__inner:before {
    width: calc(100% - 30px);
  }
}
.main .contact-link .container .line__1 .line__inner:after {
  content: "";
  display: block;
  width: 2px;
  height: calc(100% - 40px);
  background-color: #000;
  position: absolute;
  top: calc(40px - 100%);
  right: 0;
  transition: all 0.2s linear 0.305s;
}
@media only screen and (max-width: 600px) {
  .main .contact-link .container .line__1 .line__inner:after {
    height: calc(100% - 30px);
    top: calc(30px - 100%);
  }
}
.main .contact-link .container .line__2 {
  display: block;
  position: absolute;
  z-index: -1;
  top: -2px;
  left: -2px;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  border-radius: 0 40px 0 40px;
  overflow: hidden;
}
@media only screen and (max-width: 600px) {
  .main .contact-link .container .line__2 {
    border-radius: 0 30px 0 30px;
  }
}
.main .contact-link .container .line__2 .line__inner {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 0 40px 0 40px;
  overflow: hidden;
}
@media only screen and (max-width: 600px) {
  .main .contact-link .container .line__2 .line__inner {
    border-radius: 0 30px 0 30px;
  }
}
.main .contact-link .container .line__2 .line__inner:before {
  content: "";
  display: block;
  width: calc(100% - 40px);
  height: 2px;
  background-color: #000;
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: calc(40px - 100%);
  transition: all 0.3s ease 0.505s;
}
@media only screen and (max-width: 600px) {
  .main .contact-link .container .line__2 .line__inner:before {
    width: calc(100% - 30px);
    right: calc(30px - 100%);
  }
}
.main .contact-link .container .line__2 .line__inner:after {
  content: "";
  display: block;
  width: 2px;
  height: calc(100% - 40px);
  background-color: #000;
  position: absolute;
  bottom: calc(40px - 100%);
  left: 0;
  transition: all 0.2s linear 0.81s;
}
@media only screen and (max-width: 600px) {
  .main .contact-link .container .line__2 .line__inner:after {
    height: calc(100% - 30px);
    bottom: calc(30px - 100%);
  }
}
.main .contact-link .container .line__3 {
  display: block;
  position: absolute;
  z-index: -1;
  top: -2px;
  right: -2px;
  width: 40px;
  height: 40px;
  overflow: hidden;
}
@media only screen and (max-width: 600px) {
  .main .contact-link .container .line__3 {
    width: 30px;
    height: 30px;
  }
}
.main .contact-link .container .line__3:before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 40px 0 0 0;
  border: 2px solid #000;
  position: absolute;
  z-index: -1;
  top: 0;
  right: 40px;
  transform-origin: right bottom 0;
  transition: all 0.05s linear 0.3s;
}
@media only screen and (max-width: 600px) {
  .main .contact-link .container .line__3:before {
    width: 30px;
    height: 30px;
    border-radius: 30px 0 0 0;
    right: 30px;
  }
}
.main .contact-link .container .line__4 {
  display: block;
  position: absolute;
  z-index: -1;
  bottom: -2px;
  left: -2px;
  width: 40px;
  height: 40px;
  overflow: hidden;
}
@media only screen and (max-width: 600px) {
  .main .contact-link .container .line__4 {
    width: 30px;
    height: 30px;
  }
}
.main .contact-link .container .line__4:before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 0 0 40px 0;
  border: 2px solid #000;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 40px;
  transform-origin: left top 0;
  transition: all 0.05s linear 0.805s;
}
@media only screen and (max-width: 600px) {
  .main .contact-link .container .line__4:before {
    width: 30px;
    height: 30px;
    border-radius: 0 0 30px 0;
    left: 30px;
  }
}
.main .contact-link .container.is-inview .line__1 .line__inner:before {
  left: 0;
}
.main .contact-link .container.is-inview .line__1 .line__inner:after {
  top: 40px;
}
@media only screen and (max-width: 600px) {
  .main .contact-link .container.is-inview .line__1 .line__inner:after {
    top: 30px;
  }
}
.main .contact-link .container.is-inview .line__2 .line__inner:before {
  right: 0;
}
.main .contact-link .container.is-inview .line__2 .line__inner:after {
  bottom: 40px;
}
@media only screen and (max-width: 600px) {
  .main .contact-link .container.is-inview .line__2 .line__inner:after {
    bottom: 30px;
  }
}
.main .contact-link .container.is-inview .line__3:before {
  transform: rotate(90deg);
}
.main .contact-link .container.is-inview .line__4:before {
  transform: rotate(90deg);
}
@media only screen and (max-width: 600px) {
  .main .contact-link .container {
    padding: 60px 30px;
  }
}
.main .contact-link .container:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
.main .contact-link .container:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  background-image: url(../images/bg/common/contact-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.main .contact-link .container .head {
  text-align: center;
}
.main .contact-link .container .head .ttl span.en {
  line-height: 1.5;
  color: #FFBD7B;
  font-size: 25px;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  display: block;
}
@media only screen and (max-width: 600px) {
  .main .contact-link .container .head .ttl span.en {
    font-size: 16px;
  }
}
.main .contact-link .container .head .ttl span.ja {
  margin-top: 20px;
  line-height: 1.5;
  font-size: 26px;
  letter-spacing: 0.2em;
  display: block;
}
@media only screen and (max-width: 600px) {
  .main .contact-link .container .head .ttl span.ja {
    font-size: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .main .contact-link .container .head .ttl span.ja {
    margin-top: 10px;
  }
}
.main .contact-link .container .head .ttl .ja {
  color: #fff;
}
.main .contact-link .container .msg {
  text-align: center;
  margin-top: 40px;
}
@media only screen and (max-width: 600px) {
  .main .contact-link .container .msg {
    text-align: left;
  }
}
@media only screen and (max-width: 600px) {
  .main .contact-link .container .msg p br {
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  .main .contact-link .container .msg {
    margin-top: 30px;
  }
}
.main .contact-link .container .msg p {
  color: #fff;
}
.main .contact-link .container .link {
  margin-top: 50px;
  text-align: center;
}
@media only screen and (max-width: 600px) {
  .main .contact-link .container .link {
    margin-top: 40px;
  }
}
.main .contact-link .container .link .btn3 {
  display: inline-block;
  max-width: 390px;
  width: 100%;
}
@media (hover: hover) {
  .main .contact-link .container .link .btn3:hover .btn3__inner {
    background-color: #fff;
  }
  .main .contact-link .container .link .btn3:hover .btn3__inner .icon {
    transform: translate3d(3px, 0, 0);
  }
}
@media (hover: none) {
  .main .contact-link .container .link .btn3:active .btn3__inner {
    background-color: #fff;
  }
  .main .contact-link .container .link .btn3:active .btn3__inner .icon {
    transform: translate3d(3px, 0, 0);
  }
}
.main .contact-link .container .link .btn3 .btn3__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #000;
  border-radius: 0 20px 0 20px;
  background-color: #FFBD7B;
  position: relative;
  padding: 22px 35px;
}
.main .contact-link .container .link .btn3 .btn3__inner .txt {
  display: block;
  font-size: 16px;
}
@media only screen and (max-width: 600px) {
  .main .contact-link .container .link .btn3 .btn3__inner .txt {
    font-size: 14px;
  }
}
.main .contact-link .container .link .btn3 .btn3__inner .icon {
  display: block;
  position: absolute;
  z-index: 1;
  top: calc(50% - 5px);
  right: 15px;
  width: 5px;
  height: 10px;
}
.main .contact-link .container .link .btn3 .btn3__inner .icon svg {
  display: block;
  width: 5px;
  height: 10px;
}

.main .l-pnav {
  padding-right: 10%;
  padding-left: 10%;
}
.main .l-pnav .container {
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
}
.main .l-pnav .container .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 -10px;
}
@media only screen and (max-width: 600px) {
  .main .l-pnav .container .list.post {
    display: none;
  }
}
.main .l-pnav .container .list .item {
  padding: 10px;
  width: 20%;
}
@media only screen and (max-width: 1250px) {
  .main .l-pnav .container .list .item {
    width: 33.3333333333%;
  }
}
@media only screen and (max-width: 600px) {
  .main .l-pnav .container .list .item {
    width: 50%;
  }
}
.main .l-pnav .container .list .item .link {
  display: inline-block;
  max-width: 390px;
  width: 100%;
  height: 100%;
  display: block;
  max-width: initial;
}
@media (hover: hover) {
  .main .l-pnav .container .list .item .link:hover .btn3__inner {
    background-color: #fff;
  }
  .main .l-pnav .container .list .item .link:hover .btn3__inner .icon {
    transform: translate3d(3px, 0, 0);
  }
}
@media (hover: none) {
  .main .l-pnav .container .list .item .link:active .btn3__inner {
    background-color: #fff;
  }
  .main .l-pnav .container .list .item .link:active .btn3__inner .icon {
    transform: translate3d(3px, 0, 0);
  }
}
.main .l-pnav .container .list .item .link .btn3__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #000;
  border-radius: 0 20px 0 20px;
  background-color: #FFBD7B;
  position: relative;
  padding: 22px 35px;
}
.main .l-pnav .container .list .item .link .btn3__inner .txt {
  display: block;
  font-size: 16px;
}
@media only screen and (max-width: 600px) {
  .main .l-pnav .container .list .item .link .btn3__inner .txt {
    font-size: 14px;
  }
}
.main .l-pnav .container .list .item .link .btn3__inner .icon {
  display: block;
  position: absolute;
  z-index: 1;
  top: calc(50% - 5px);
  right: 15px;
  width: 5px;
  height: 10px;
}
.main .l-pnav .container .list .item .link .btn3__inner .icon svg {
  display: block;
  width: 5px;
  height: 10px;
}
.main .l-pnav .container .list .item .link .btn3__inner {
  background-color: #fff;
  height: 100%;
  padding: 20px 25px;
}
@media only screen and (max-width: 600px) {
  .main .l-pnav .container .list .item .link .btn3__inner {
    padding: 15px 30px;
  }
}
.main .l-pnav .container .list .item .link .btn3__inner.is-inview {
  background-color: #FFBD7B;
}
.main .l-pnav .container .list .item .link .btn3__inner .txt {
  font-size: 13px;
}
@media only screen and (max-width: 600px) {
  .main .l-pnav .container .list .item .link .btn3__inner .txt {
    font-size: 12px;
  }
}
.main .l-pnav .container .list .item .link .btn3__inner .icon {
  right: 12px;
}
@media (hover: hover) {
  .main .l-pnav .container .list .item .link:hover .btn3__inner {
    background-color: #FFBD7B;
  }
}
@media (hover: none) {
  .main .l-pnav .container .list .item .link:active .btn3__inner {
    background-color: #FFBD7B;
  }
}
.main .l-pnav .container .select {
  display: none;
}
@media only screen and (max-width: 600px) {
  .main .l-pnav .container .select {
    display: block;
  }
}
.main .l-pnav .container .select button {
  border: 2px solid #000;
  border-radius: 0 20px 0 20px;
  display: block;
  width: 100%;
  padding: 13px 34px;
  text-align: center;
  position: relative;
}
.main .l-pnav .container .select button.open {
  background-color: #FFBD7B;
}
.main .l-pnav .container .select button .txt {
  display: block;
  font-size: 14px;
  line-height: 1.5;
}
.main .l-pnav .container .select button .icon {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 15px;
  transform: translate3d(0, -50%, 0);
  display: block;
  width: 8px;
}
.main .l-pnav .container .select button .icon svg {
  display: block;
  width: 100%;
}
.main .l-pnav .container .select .select-list {
  display: none;
  padding: 45px 30px 25px;
  margin-top: -20px;
  width: 100%;
  border-right: 2px solid #000;
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
  background-color: #fff;
}
.main .l-pnav .container .select .select-list .item:not(:first-of-type) {
  margin-top: 25px;
}
.main .l-pnav .container .select .select-list .item .link {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (hover: hover) {
  .main .l-pnav .container .select .select-list .item .link:hover .txt {
    color: #FFBD7B;
  }
  .main .l-pnav .container .select .select-list .item .link:hover .icon {
    transform: translate3d(3px, 0, 0);
  }
}
@media (hover: none) {
  .main .l-pnav .container .select .select-list .item .link:active .txt {
    color: #FFBD7B;
  }
  .main .l-pnav .container .select .select-list .item .link:active .icon {
    transform: translate3d(3px, 0, 0);
  }
}
.main .l-pnav .container .select .select-list .item .link .txt {
  display: block;
  font-size: 14px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
}
.main .l-pnav .container .select .select-list .item .link .icon {
  display: block;
  width: 4px;
}
.main .l-pnav .container .select .select-list .item .link .icon svg {
  display: block;
  width: 100%;
}
.main .l-pnav .container .contact-list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media only screen and (max-width: 600px) {
  .main .l-pnav .container .contact-list {
    display: block;
  }
}
.main .l-pnav .container .contact-list .item {
  width: calc(50% - 20px);
}
@media only screen and (max-width: 600px) {
  .main .l-pnav .container .contact-list .item {
    width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  .main .l-pnav .container .contact-list .item:last-of-type {
    margin-top: 20px;
  }
}
.main .l-pnav .container .contact-list .item .link {
  display: inline-block;
  width: 100%;
}
@media (hover: hover) {
  .main .l-pnav .container .contact-list .item .link:hover .btn3__inner {
    background-color: #FFBD7B;
  }
  .main .l-pnav .container .contact-list .item .link:hover .btn3__inner .icon {
    transform: translate3d(3px, 0, 0);
  }
}
@media (hover: none) {
  .main .l-pnav .container .contact-list .item .link:active .btn3__inner {
    background-color: #FFBD7B;
  }
  .main .l-pnav .container .contact-list .item .link:active .btn3__inner .icon {
    transform: translate3d(3px, 0, 0);
  }
}
.main .l-pnav .container .contact-list .item .link .btn3__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #000;
  border-radius: 0 20px 0 20px;
  position: relative;
  padding: 22px 35px;
}
@media only screen and (max-width: 600px) {
  .main .l-pnav .container .contact-list .item .link .btn3__inner {
    padding: 13px 35px;
  }
}
.main .l-pnav .container .contact-list .item .link .btn3__inner .f-icon {
  display: block;
  margin-right: 8px;
}
.main .l-pnav .container .contact-list .item .link .btn3__inner .f-icon.tel {
  width: 15px;
}
.main .l-pnav .container .contact-list .item .link .btn3__inner .f-icon.email {
  width: 20px;
}
@media only screen and (max-width: 600px) {
  .main .l-pnav .container .contact-list .item .link .btn3__inner .f-icon.email {
    width: 18px;
  }
}
.main .l-pnav .container .contact-list .item .link .btn3__inner .f-icon svg {
  display: block;
  width: 100%;
}
.main .l-pnav .container .contact-list .item .link .btn3__inner .txt {
  display: block;
  font-size: 15px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
}
@media only screen and (max-width: 600px) {
  .main .l-pnav .container .contact-list .item .link .btn3__inner .txt {
    font-size: 14px;
  }
}
.main .l-pnav .container .contact-list .item .link .btn3__inner .icon {
  display: block;
  position: absolute;
  z-index: 1;
  top: calc(50% - 5px);
  right: 15px;
  width: 5px;
  height: 10px;
}
.main .l-pnav .container .contact-list .item .link .btn3__inner .icon svg {
  display: block;
  width: 5px;
  height: 10px;
}

.l-other-link {
  position: relative;
  padding-top: 130px;
  padding-right: 10%;
  padding-left: 10%;
  margin-top: 130px;
}
@media only screen and (max-width: 600px) {
  .l-other-link {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 600px) {
  .l-other-link {
    padding-top: 60px;
  }
}
.l-other-link:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -3;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 300px);
  background-color: #EEE;
}
@media only screen and (max-width: 600px) {
  .l-other-link:before {
    height: calc(100% + 330px);
  }
}
.l-other-link .container {
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
}
.l-other-link .container .b-link:first-of-type {
  margin-bottom: 80px;
}
@media only screen and (max-width: 600px) {
  .l-other-link .container .b-link:first-of-type {
    margin-bottom: 60px;
  }
}
.l-other-link .container .b-link .link {
  border-radius: 0 40px 0 40px;
  padding: 60px 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  border: 2px solid #000;
}
@media only screen and (max-width: 600px) {
  .l-other-link .container .b-link .link {
    padding: 40px 30px 20px;
  }
}
@media (hover: hover) {
  .l-other-link .container .b-link .link:hover .bg img {
    transform: scale(1.1);
  }
}
@media (hover: none) {
  .l-other-link .container .b-link .link:active .bg img {
    transform: scale(1.1);
  }
}
.l-other-link .container .b-link .link .bg {
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.l-other-link .container .b-link .link .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.l-other-link .container .b-link .link:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.6);
}
.l-other-link .container .b-link .link .banner__inner .deco {
  display: block;
}
.l-other-link .container .b-link .link .banner__inner .deco p {
  color: #FFBD7B;
  font-family: "marydale", sans-serif;
  font-weight: 700;
  mix-blend-mode: multiply;
  letter-spacing: 0.15em;
  line-height: 2.1333333333;
  font-size: 60px;
}
@media only screen and (max-width: 600px) {
  .l-other-link .container .b-link .link .banner__inner .deco p {
    font-size: 7.2vw;
  }
}
.l-other-link .container .b-link .link .banner__inner .ttl {
  font-size: 26px;
  letter-spacing: 0.2em;
  text-align: center;
  margin-top: -60px;
}
@media only screen and (max-width: 600px) {
  .l-other-link .container .b-link .link .banner__inner .ttl {
    font-size: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .l-other-link .container .b-link .link .banner__inner .ttl {
    margin-top: -7vw;
  }
}
.l-other-link .container .b-link .link .banner__inner .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 25px auto 0;
  width: 30px;
  height: 30px;
  background-color: #000;
  border-radius: 15px;
}
@media only screen and (max-width: 600px) {
  .l-other-link .container .b-link .link .banner__inner .icon {
    margin-top: 15px;
  }
}

.main .a-pagination {
  margin-top: 80px;
}
@media only screen and (max-width: 600px) {
  .main .a-pagination {
    margin-top: 50px;
  }
}
.main .a-pagination .paging {
  text-align: center;
}
.main .a-pagination .paging a {
  font-size: 14px;
  display: inline-block;
  margin: 3px 7.5px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 28px;
  border-radius: 30px;
  border: 1px solid #fff;
}
@media (hover: hover) {
  .main .a-pagination .paging a:hover {
    border: 1px solid #000;
  }
}
@media (hover: none) {
  .main .a-pagination .paging a:active {
    border: 1px solid #000;
  }
}
@media (hover: hover) {
  .main .a-pagination .paging a.prev:hover {
    background-color: #09349B;
    border: 1px solid #09349B;
  }
}
@media (hover: none) {
  .main .a-pagination .paging a.prev:active {
    background-color: #09349B;
    border: 1px solid #09349B;
  }
}
@media (hover: hover) {
  .main .a-pagination .paging a.next:hover {
    background-color: #09349B;
    border: 1px solid #09349B;
  }
}
@media (hover: none) {
  .main .a-pagination .paging a.next:active {
    background-color: #09349B;
    border: 1px solid #09349B;
  }
}
.main .a-pagination .paging span {
  font-size: 14px;
  display: inline-block;
  margin: 3px 7.5px;
  width: 30px;
  height: 30px;
  line-height: 28px;
  border-radius: 30px;
}
.main .a-pagination .paging span.current {
  border: 1px solid #000;
}
.main .a-pagination .paging .next {
  background-color: #000;
  border: 1px solid #000;
}
.main .a-pagination .paging .prev {
  background-color: #000;
  border: 1px solid #000;
}

.sidebar {
  width: calc(26% - 25px);
}
@media only screen and (max-width: 767px) {
  .sidebar {
    width: 100%;
    margin-top: 80px;
  }
}
.sidebar .s-banner .btn4 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-radius: 0 20px 0 20px;
  padding: 50px 15px 30px;
  overflow: hidden;
  border: 2px solid #000;
}
@media only screen and (max-width: 767px) {
  .sidebar .s-banner .btn4 {
    position: relative;
    overflow: hidden;
    padding: 0;
  }
  .sidebar .s-banner .btn4:before {
    content: "";
    display: block;
    padding-top: 60%;
  }
  .sidebar .s-banner .btn4 img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media (hover: hover) {
  .sidebar .s-banner .btn4:hover .img img {
    transform: scale(1.1);
  }
}
@media (hover: none) {
  .sidebar .s-banner .btn4:active .img img {
    transform: scale(1.1);
  }
}
.sidebar .s-banner .btn4 .img {
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sidebar .s-banner .btn4 .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.sidebar .s-banner .btn4:after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0 20px 0 20px;
  background-color: rgba(9, 52, 155, 0.5);
}
.sidebar .s-banner .btn4 .btn4__inner .txt {
  display: block;
  font-size: 20px;
  letter-spacing: 0.2em;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
.sidebar .s-banner .btn4 .btn4__inner .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  margin-top: 20px;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  border: 1px solid #fff;
}
.sidebar .s-banner .btn4 .btn4__inner .icon svg {
  display: block;
  width: 6px;
}
.sidebar .s-cat {
  margin-top: 40px;
}
.sidebar .s-cat .s-head {
  padding-right: 30px;
  overflow: hidden;
}
.sidebar .s-cat .s-head .s-ttl {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  position: relative;
  color: #09349B;
  font-size: 16px;
  display: inline-block;
}
.sidebar .s-cat .s-head .s-ttl:before {
  content: "";
  display: block;
  width: 980px;
  height: 2px;
  background-color: #09349B;
  position: absolute;
  z-index: 1;
  bottom: 13px;
  left: calc(100% + 15px);
}
@media only screen and (max-width: 600px) {
  .sidebar .s-cat .s-head .s-ttl:before {
    left: calc(100% + 25px);
  }
}
.sidebar .s-cat .s-list {
  margin-top: 20px;
}
.sidebar .s-cat .s-list .s-item {
  margin-top: 15px;
}
.sidebar .s-cat .s-list .s-item:first-of-type {
  margin-top: 0;
}
.sidebar .s-cat .s-list .s-item .s-link {
  display: block;
  position: relative;
  border: 2px solid #000;
  padding: 15px 45px;
  border-radius: 0 20px 0 20px;
}
@media only screen and (max-width: 600px) {
  .sidebar .s-cat .s-list .s-item .s-link {
    padding: 12px 34px;
  }
}
@media (hover: hover) {
  .sidebar .s-cat .s-list .s-item .s-link:hover {
    background-color: #FFBD7B;
  }
  .sidebar .s-cat .s-list .s-item .s-link:hover .icon {
    transform: translate3d(3px, -50%, 0);
  }
}
@media (hover: none) {
  .sidebar .s-cat .s-list .s-item .s-link:active {
    background-color: #FFBD7B;
  }
  .sidebar .s-cat .s-list .s-item .s-link:active .icon {
    transform: translate3d(3px, -50%, 0);
  }
}
.sidebar .s-cat .s-list .s-item .s-link .txt {
  display: block;
  font-size: 15px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 600px) {
  .sidebar .s-cat .s-list .s-item .s-link .txt {
    font-size: 14px;
  }
}
.sidebar .s-cat .s-list .s-item .s-link .icon {
  display: block;
  width: 5px;
  position: absolute;
  z-index: 1;
  right: 20px;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}
@media only screen and (max-width: 600px) {
  .sidebar .s-cat .s-list .s-item .s-link .icon {
    right: 15px;
    width: 4px;
  }
}
.sidebar .s-cat .s-list .s-item .s-link .icon svg {
  width: 100%;
  display: block;
}

.main .l-archive-products {
  padding-right: 10%;
  padding-left: 10%;
}
.main .l-archive-products .container {
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
}
.main .l-archive-products .container .head {
  margin-top: 80px;
  overflow: hidden;
}
@media only screen and (max-width: 600px) {
  .main .l-archive-products .container .head {
    margin-top: 50px;
  }
}
.main .l-archive-products .container .head .ttl {
  display: inline-block;
  color: #09349B;
  font-size: 26px;
  letter-spacing: 0.2em;
  position: relative;
}
@media only screen and (max-width: 600px) {
  .main .l-archive-products .container .head .ttl {
    font-size: 20px;
  }
}
.main .l-archive-products .container .head .ttl:before {
  content: "";
  display: block;
  width: 980px;
  height: 2px;
  background-color: #09349B;
  position: absolute;
  z-index: 1;
  bottom: 18px;
  left: calc(100% + 25px);
}
@media only screen and (max-width: 600px) {
  .main .l-archive-products .container .head .ttl:before {
    left: calc(100% + 20px);
    bottom: 14px;
  }
}
.main .l-archive-products .container .list {
  margin: 0 -1.5%;
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .main .l-archive-products .container .list {
    margin: 25px 0 0 0;
  }
}
@media only screen and (max-width: 600px) {
  .main .l-archive-products .container .list {
    margin-top: 15px;
  }
}
.main .l-archive-products .container .list .item {
  margin: 25px 1.5%;
  width: 47%;
}
@media only screen and (max-width: 767px) {
  .main .l-archive-products .container .list .item {
    margin: 25px 0;
    width: 100%;
  }
}
.main .l-archive-products .container .list .item .link {
  display: block;
}
@media (hover: hover) {
  .main .l-archive-products .container .list .item .link:hover .item-head .item-ttl {
    color: #09349B;
  }
  .main .l-archive-products .container .list .item .link:hover .item-img .item-thumb img {
    transform: scale(1.1);
  }
  .main .l-archive-products .container .list .item .link:hover .item-btn .btn2 .btn2__inner .icon {
    transform: translate3d(5px, 0, 0);
  }
}
@media (hover: none) {
  .main .l-archive-products .container .list .item .link:active .item-head .item-ttl {
    color: #09349B;
  }
  .main .l-archive-products .container .list .item .link:active .item-img .item-thumb img {
    transform: scale(1.1);
  }
  .main .l-archive-products .container .list .item .link:active .item-btn .btn2 .btn2__inner .icon {
    transform: translate3d(5px, 0, 0);
  }
}
.main .l-archive-products .container .list .item .link .item-head .item-ttl {
  font-size: 16px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.main .l-archive-products .container .list .item .link .item-img {
  margin-top: 25px;
  height: 290px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .main .l-archive-products .container .list .item .link .item-img {
    height: initial;
  }
}
.main .l-archive-products .container .list .item .link .item-img .item-thumb {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  overflow: hidden;
  border-radius: 0 40px 0 40px;
  border: 2px solid #000;
}
@media only screen and (max-width: 600px) {
  .main .l-archive-products .container .list .item .link .item-img .item-thumb {
    border-radius: 0 30px 0 30px;
  }
}
@media only screen and (max-width: 767px) {
  .main .l-archive-products .container .list .item .link .item-img .item-thumb {
    height: initial;
    position: relative;
    overflow: hidden;
  }
  .main .l-archive-products .container .list .item .link .item-img .item-thumb:before {
    content: "";
    display: block;
    padding-top: 62%;
  }
  .main .l-archive-products .container .list .item .link .item-img .item-thumb img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.main .l-archive-products .container .list .item .link .item-img .item-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.main .l-archive-products .container .list .item .link .item-img .item-cat {
  position: absolute;
  z-index: 2;
  top: 2px;
  left: 2px;
  background-color: #FFBD7B;
  border-radius: 0 0 30px 0;
  font-size: 14px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  line-height: 1.5;
  padding: 15px;
  min-width: 170px;
  text-align: center;
}
@media only screen and (max-width: 600px) {
  .main .l-archive-products .container .list .item .link .item-img .item-cat {
    font-size: 12px;
  }
}
@media only screen and (max-width: 600px) {
  .main .l-archive-products .container .list .item .link .item-img .item-cat {
    padding: 10px;
    min-width: 140px;
  }
}
.main .l-archive-products .container .list .item .link .item-name {
  margin-top: 25px;
  text-align: center;
}
.main .l-archive-products .container .list .item .link .item-name p {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.main .l-archive-products .container .list .item .link .item-btn {
  margin-top: 20px;
  text-align: right;
}
@media only screen and (max-width: 600px) {
  .main .l-archive-products .container .list .item .link .item-btn {
    margin-top: 25px;
  }
}
.main .l-archive-products .container .list .item .link .item-btn .btn2 {
  display: inline-block;
}
@media (hover: hover) {
  .main .l-archive-products .container .list .item .link .item-btn .btn2:hover .btn2__inner .icon {
    transform: translate3d(5px, 0, 0);
  }
}
@media (hover: none) {
  .main .l-archive-products .container .list .item .link .item-btn .btn2:active .btn2__inner .icon {
    transform: translate3d(5px, 0, 0);
  }
}
.main .l-archive-products .container .list .item .link .item-btn .btn2 .btn2__inner {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.main .l-archive-products .container .list .item .link .item-btn .btn2 .btn2__inner .txt {
  font-size: 12px;
  display: block;
  margin-right: 10px;
  text-decoration: underline;
}
@media only screen and (max-width: 600px) {
  .main .l-archive-products .container .list .item .link .item-btn .btn2 .btn2__inner .txt {
    font-size: 11px;
  }
}
.main .l-archive-products .container .list .item .link .item-btn .btn2 .btn2__inner .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  border: 1px solid #000;
}
.main .a-pagination {
  margin: 0 auto;
  margin-top: 80px;
}
@media only screen and (max-width: 600px) {
  .main .a-pagination {
    margin-top: 50px;
  }
}
.main .l-single-products {
  padding-right: 10%;
  padding-left: 10%;
}
.main .l-single-products .container {
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
}
.main .l-single-products .container .products {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media only screen and (max-width: 767px) {
  .main .l-single-products .container .products {
    display: block;
  }
}
.main .l-single-products .container .products .article {
  width: calc(74% - 25px);
}
@media only screen and (max-width: 767px) {
  .main .l-single-products .container .products .article {
    width: 100%;
  }
}
.main .l-single-products .container .products .article .head {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: flex-start;
}
@media only screen and (max-width: 767px) {
  .main .l-single-products .container .products .article .head {
    display: block;
  }
}
.main .l-single-products .container .products .article .head .cat__wrap {
  width: calc(26% - 25px);
}
@media only screen and (max-width: 767px) {
  .main .l-single-products .container .products .article .head .cat__wrap {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .main .l-single-products .container .products .article .head .cat__wrap .list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
  }
}
@media only screen and (max-width: 767px) {
  .main .l-single-products .container .products .article .head .cat__wrap .list .item {
    padding: 10px;
    width: 33.3333333333%;
  }
}
@media only screen and (max-width: 600px) {
  .main .l-single-products .container .products .article .head .cat__wrap .list .item {
    width: 50%;
  }
}
.main .l-single-products .container .products .article .head .cat__wrap .list .item:not(:first-of-type) {
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .main .l-single-products .container .products .article .head .cat__wrap .list .item:not(:first-of-type) {
    margin-top: 0;
  }
}
.main .l-single-products .container .products .article .head .cat__wrap .list .item .cat {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 40px;
  padding: 10px;
  border-radius: 23px;
  background-color: #FFBD7B;
  border: 2px solid #FFBD7B;
}
@media only screen and (max-width: 767px) {
  .main .l-single-products .container .products .article .head .cat__wrap .list .item .cat {
    min-height: 30px;
    border-radius: 19px;
    padding: 3px 15px;
  }
}
@media (hover: hover) {
  .main .l-single-products .container .products .article .head .cat__wrap .list .item .cat:hover {
    background-color: #fff;
  }
}
@media (hover: none) {
  .main .l-single-products .container .products .article .head .cat__wrap .list .item .cat:active {
    background-color: #fff;
  }
}
.main .l-single-products .container .products .article .head .cat__wrap .list .item .cat .cat__inner {
  display: block;
  text-align: center;
  font-size: 14px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  line-height: 1.5;
  word-break: break-all;
}
@media only screen and (max-width: 600px) {
  .main .l-single-products .container .products .article .head .cat__wrap .list .item .cat .cat__inner {
    font-size: 12px;
  }
}
.main .l-single-products .container .products .article .head .ttl__wrap {
  width: calc(74% - 25px);
}
@media only screen and (max-width: 767px) {
  .main .l-single-products .container .products .article .head .ttl__wrap {
    width: 100%;
    margin-top: 20px;
  }
}
.main .l-single-products .container .products .article .head .ttl__wrap .ttl {
  font-size: 24px;
  color: #09349B;
  letter-spacing: 0.2em;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  line-height: 1.9230769231;
}
@media only screen and (max-width: 600px) {
  .main .l-single-products .container .products .article .head .ttl__wrap .ttl {
    font-size: 18px;
  }
}
.main .l-single-products .container .products .article .name {
  background-color: #09349B;
  padding: 20px;
  border-radius: 0 20px 0 0;
  border: 2px solid #000;
  margin-top: 30px;
  text-align: center;
}
@media only screen and (max-width: 600px) {
  .main .l-single-products .container .products .article .name {
    padding: 20px 30px;
    text-align: left;
  }
}
.main .l-single-products .container .products .article .name p {
  color: #fff;
  font-size: 24px;
  letter-spacing: 0.2em;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  line-height: 1.5;
}
@media only screen and (max-width: 600px) {
  .main .l-single-products .container .products .article .name p {
    font-size: 16px;
  }
}
.main .l-single-products .container .products .article .thumb {
  border: 2px solid #000;
  border-radius: 0 0 0 40px;
  overflow: hidden;
  position: relative;
  overflow: hidden;
  border-top: none;
}
.main .l-single-products .container .products .article .thumb:before {
  content: "";
  display: block;
  padding-top: 62%;
}
.main .l-single-products .container .products .article .thumb img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 600px) {
  .main .l-single-products .container .products .article .thumb {
    border-radius: 0 0 0 30px;
  }
}
.main .l-single-products .container .products .article .contents {
  margin-top: 30px;
}
@media only screen and (max-width: 600px) {
  .main .l-single-products .container .products .article .contents {
    margin-top: 25px;
  }
}
.main .l-single-products .container .products .article .contents:nth-child(1) {
  margin-top: 0;
}
.main .l-single-products .container .products .article .contents figure {
  display: block;
  margin-top: 25px;
  max-width: 100% !important;
  height: initial !important;
}
.main .l-single-products .container .products .article .contents img {
  max-width: 100% !important;
  height: initial !important;
  display: block;
  margin-top: 25px;
}
.main .l-single-products .container .products .article .contents img.aligncenter {
  margin: 0 auto;
  margin-top: 25px;
}
.main .l-single-products .container .products .article .contents img.alignleft {
  margin-right: auto;
}
.main .l-single-products .container .products .article .contents img.alignright {
  margin-left: auto;
}
.main .l-single-products .container .products .article .contents .wp-video {
  max-width: 100% !important;
  height: initial !important;
  margin-top: 20px;
}
.main .l-single-products .container .products .article .contents video {
  max-width: 100% !important;
  height: initial !important;
  display: block;
}
.main .l-single-products .container .products .article .contents video.aligncenter {
  margin: 0 auto;
}
.main .l-single-products .container .products .article .contents video.alignleft {
  margin-right: auto;
}
.main .l-single-products .container .products .article .contents video.alignright {
  margin-left: auto;
}
.main .l-single-products .container .products .article .contents h1 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  font-size: 26px;
  letter-spacing: 0.2em;
  line-height: 1.5;
  margin-top: 50px;
}
@media only screen and (max-width: 600px) {
  .main .l-single-products .container .products .article .contents h1 {
    font-size: 20px;
    margin-top: 40px;
  }
}
.main .l-single-products .container .products .article .contents h2 {
  font-size: 20px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  margin-top: 50px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media only screen and (max-width: 600px) {
  .main .l-single-products .container .products .article .contents h2 {
    font-size: 18px;
    margin-top: 40px;
  }
}
.main .l-single-products .container .products .article .contents h2:before {
  content: "";
  display: inline-block;
  margin-right: 15px;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background-color: #000;
}
@media only screen and (max-width: 600px) {
  .main .l-single-products .container .products .article .contents h2:before {
    width: 18px;
    height: 18px;
    border-radius: 9px;
  }
}
.main .l-single-products .container .products .article .contents h3 {
  font-size: 18px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  margin-top: 40px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media only screen and (max-width: 600px) {
  .main .l-single-products .container .products .article .contents h3 {
    font-size: 16px;
    margin-top: 30px;
  }
}
.main .l-single-products .container .products .article .contents h3:before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  width: 10px;
  height: 2px;
  background-color: #000;
}
.main .l-single-products .container .products .article .contents p {
  margin-top: 25px;
}
.main .l-single-products .container .products .article .contents a {
  color: #09349B;
  border-bottom: 1px solid #09349B;
}
@media (hover: hover) {
  .main .l-single-products .container .products .article .contents a:hover {
    color: #000;
    border-bottom: 1px solid transparent;
  }
}
@media (hover: none) {
  .main .l-single-products .container .products .article .contents a:active {
    color: #000;
    border-bottom: 1px solid transparent;
  }
}
.main .l-single-products .container .products .article .contents pre {
  white-space: pre-wrap;
  font-size: 16px;
  line-height: 2.1875;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: medium;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 600px) {
  .main .l-single-products .container .products .article .contents pre {
    font-size: 14px;
  }
}
.main .l-single-products .container .products .article .table {
  margin-top: 60px;
}
.main .l-single-products .container .products .article .table table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border-top: 2px solid #000;
}
.main .l-single-products .container .products .article .table table tbody tr th {
  text-align: left;
  vertical-align: text-top;
  border-bottom: 2px solid #000;
  width: 200px;
  padding: 25px 0 25px 25px;
  font-size: 16px;
  line-height: 1.5;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
}
@media only screen and (max-width: 776px) {
  .main .l-single-products .container .products .article .table table tbody tr th {
    width: 150px;
  }
}
@media only screen and (max-width: 600px) {
  .main .l-single-products .container .products .article .table table tbody tr th {
    display: block;
    width: 100%;
    padding: 20px 0 20px 0;
    border-bottom: none;
  }
}
.main .l-single-products .container .products .article .table table tbody tr td {
  text-align: left;
  vertical-align: text-top;
  border-bottom: 1px solid #000;
  width: calc(100% - 200px);
  padding: 25px 25px 25px 40px;
  font-size: 16px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: medium;
}
@media only screen and (max-width: 776px) {
  .main .l-single-products .container .products .article .table table tbody tr td {
    width: calc(100% - 150px);
  }
}
@media only screen and (max-width: 600px) {
  .main .l-single-products .container .products .article .table table tbody tr td {
    width: 100%;
    display: block;
    padding: 0 0 20px 0;
    border-bottom: 1px solid #000;
  }
}
.main .l-single-products .container .products .article .s-pagination {
  margin-top: 80px;
}
@media only screen and (max-width: 600px) {
  .main .l-single-products .container .products .article .s-pagination {
    margin-top: 50px;
  }
}
.main .l-single-products .container .products .article .s-pagination .single-paging {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media only screen and (max-width: 600px) {
  .main .l-single-products .container .products .article .s-pagination .single-paging {
    padding-bottom: 70px;
    position: relative;
  }
}
.main .l-single-products .container .products .article .s-pagination .single-paging .item-prev {
  min-width: 128px;
}
@media only screen and (max-width: 600px) {
  .main .l-single-products .container .products .article .s-pagination .single-paging .item-prev {
    min-width: 21px;
  }
}
.main .l-single-products .container .products .article .s-pagination .single-paging .item-prev .page-prev-link {
  display: inline-block;
}
@media (hover: hover) {
  .main .l-single-products .container .products .article .s-pagination .single-paging .item-prev .page-prev-link:hover .btn1__inner .icon {
    transform: translate3d(-10px, 0, 0);
  }
  .main .l-single-products .container .products .article .s-pagination .single-paging .item-prev .page-prev-link:hover .btn1__inner .txt:before {
    opacity: 1;
  }
}
@media (hover: none) {
  .main .l-single-products .container .products .article .s-pagination .single-paging .item-prev .page-prev-link:active .btn1__inner .icon {
    transform: translate3d(-10px, 0, 0);
  }
  .main .l-single-products .container .products .article .s-pagination .single-paging .item-prev .page-prev-link:active .btn1__inner .txt:before {
    opacity: 1;
  }
}
.main .l-single-products .container .products .article .s-pagination .single-paging .item-prev .page-prev-link .btn1__inner {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.main .l-single-products .container .products .article .s-pagination .single-paging .item-prev .page-prev-link .btn1__inner .icon {
  margin-right: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  min-width: 30px;
  height: 30px;
  border-radius: 15px;
  background-color: #09349B;
}
.main .l-single-products .container .products .article .s-pagination .single-paging .item-prev .page-prev-link .btn1__inner .icon svg {
  display: block;
}
.main .l-single-products .container .products .article .s-pagination .single-paging .item-prev .page-prev-link .btn1__inner .txt {
  letter-spacing: 0.1em;
  position: relative;
}
@media only screen and (max-width: 600px) {
  .main .l-single-products .container .products .article .s-pagination .single-paging .item-prev .page-prev-link .btn1__inner .txt {
    margin-right: 12px;
  }
}
.main .l-single-products .container .products .article .s-pagination .single-paging .item-prev .page-prev-link .btn1__inner .txt:before {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background-color: #09349B;
  position: absolute;
  z-index: 1;
  bottom: -7px;
  left: 0;
  opacity: 0;
}
@media only screen and (max-width: 600px) {
  .main .l-single-products .container .products .article .s-pagination .single-paging .item-prev .page-prev-link .btn1__inner .txt:before {
    bottom: -6px;
  }
}
@media only screen and (max-width: 600px) {
  .main .l-single-products .container .products .article .s-pagination .single-paging .to-archive {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
  }
}
.main .l-single-products .container .products .article .s-pagination .single-paging .to-archive a {
  display: inline-block;
  font-size: 14px;
  position: relative;
  padding-bottom: 8px;
}
@media (hover: hover) {
  .main .l-single-products .container .products .article .s-pagination .single-paging .to-archive a:hover {
    color: #09349B;
  }
  .main .l-single-products .container .products .article .s-pagination .single-paging .to-archive a:hover:before {
    opacity: 0;
  }
}
@media (hover: none) {
  .main .l-single-products .container .products .article .s-pagination .single-paging .to-archive a:active {
    color: #09349B;
  }
  .main .l-single-products .container .products .article .s-pagination .single-paging .to-archive a:active:before {
    opacity: 0;
  }
}
.main .l-single-products .container .products .article .s-pagination .single-paging .to-archive a:before {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000;
}
.main .l-single-products .container .products .article .s-pagination .single-paging .item-next {
  min-width: 128px;
}
@media only screen and (max-width: 600px) {
  .main .l-single-products .container .products .article .s-pagination .single-paging .item-next {
    min-width: 42px;
  }
}
.main .l-single-products .container .products .article .s-pagination .single-paging .item-next .page-next-link {
  display: inline-block;
}
@media (hover: hover) {
  .main .l-single-products .container .products .article .s-pagination .single-paging .item-next .page-next-link:hover .btn1__inner .txt:before {
    opacity: 1;
  }
  .main .l-single-products .container .products .article .s-pagination .single-paging .item-next .page-next-link:hover .btn1__inner .icon {
    transform: translate3d(10px, 0, 0);
  }
}
@media (hover: none) {
  .main .l-single-products .container .products .article .s-pagination .single-paging .item-next .page-next-link:active .btn1__inner .txt:before {
    opacity: 1;
  }
  .main .l-single-products .container .products .article .s-pagination .single-paging .item-next .page-next-link:active .btn1__inner .icon {
    transform: translate3d(10px, 0, 0);
  }
}
.main .l-single-products .container .products .article .s-pagination .single-paging .item-next .page-next-link .btn1__inner {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.main .l-single-products .container .products .article .s-pagination .single-paging .item-next .page-next-link .btn1__inner .txt {
  margin-right: 15px;
  letter-spacing: 0.1em;
  position: relative;
}
@media only screen and (max-width: 600px) {
  .main .l-single-products .container .products .article .s-pagination .single-paging .item-next .page-next-link .btn1__inner .txt {
    margin-right: 12px;
  }
}
.main .l-single-products .container .products .article .s-pagination .single-paging .item-next .page-next-link .btn1__inner .txt:before {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background-color: #09349B;
  position: absolute;
  z-index: 1;
  bottom: -7px;
  left: 0;
  opacity: 0;
}
@media only screen and (max-width: 600px) {
  .main .l-single-products .container .products .article .s-pagination .single-paging .item-next .page-next-link .btn1__inner .txt:before {
    bottom: -6px;
  }
}
.main .l-single-products .container .products .article .s-pagination .single-paging .item-next .page-next-link .btn1__inner .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  background-color: #09349B;
  min-width: 30px;
}
.main .l-single-products .container .products .article .s-pagination .single-paging .item-next .page-next-link .btn1__inner .icon svg {
  display: block;
}
.main .l-single-products .container .related {
  margin-top: 80px;
}
.main .l-single-products .container .related .head {
  overflow: hidden;
  padding-right: 80px;
}
.main .l-single-products .container .related .head .ttl {
  display: inline-block;
  color: #09349B;
  font-size: 26px;
  letter-spacing: 0.2em;
  position: relative;
}
@media only screen and (max-width: 600px) {
  .main .l-single-products .container .related .head .ttl {
    font-size: 20px;
  }
}
.main .l-single-products .container .related .head .ttl:before {
  content: "";
  display: block;
  width: 980px;
  height: 2px;
  background-color: #09349B;
  position: absolute;
  z-index: 1;
  bottom: 18px;
  left: calc(100% + 25px);
}
@media only screen and (max-width: 600px) {
  .main .l-single-products .container .related .head .ttl:before {
    left: calc(100% + 20px);
    bottom: 14px;
  }
}
.main .l-single-products .container .related .list {
  margin: 0 -1.5%;
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .main .l-single-products .container .related .list {
    margin: 25px 0 0 0;
  }
}
@media only screen and (max-width: 600px) {
  .main .l-single-products .container .related .list {
    margin-top: 15px;
  }
}
.main .l-single-products .container .related .list .item {
  margin: 1.5%;
  width: 47%;
}
@media only screen and (max-width: 767px) {
  .main .l-single-products .container .related .list .item {
    margin: 25px 0;
    width: 100%;
  }
}
.main .l-single-products .container .related .list .item .link {
  display: block;
}
@media (hover: hover) {
  .main .l-single-products .container .related .list .item .link:hover .item-head .item-ttl {
    color: #09349B;
  }
  .main .l-single-products .container .related .list .item .link:hover .item-img .item-thumb img {
    transform: scale(1.1);
  }
}
@media (hover: none) {
  .main .l-single-products .container .related .list .item .link:active .item-head .item-ttl {
    color: #09349B;
  }
  .main .l-single-products .container .related .list .item .link:active .item-img .item-thumb img {
    transform: scale(1.1);
  }
}
.main .l-single-products .container .related .list .item .link .item-head .item-ttl {
  font-size: 16px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.main .l-single-products .container .related .list .item .link .item-img {
  margin-top: 25px;
  border-radius: 0 40px 0 40px;
  overflow: hidden;
  border: 2px solid #000;
  height: 290px;
  position: relative;
}
@media only screen and (max-width: 600px) {
  .main .l-single-products .container .related .list .item .link .item-img {
    border-radius: 0 30px 0 30px;
  }
}
@media only screen and (max-width: 767px) {
  .main .l-single-products .container .related .list .item .link .item-img {
    height: initial;
  }
}
.main .l-single-products .container .related .list .item .link .item-img .item-thumb {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .main .l-single-products .container .related .list .item .link .item-img .item-thumb {
    height: initial;
    position: relative;
    overflow: hidden;
  }
  .main .l-single-products .container .related .list .item .link .item-img .item-thumb:before {
    content: "";
    display: block;
    padding-top: 75%;
  }
  .main .l-single-products .container .related .list .item .link .item-img .item-thumb img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.main .l-single-products .container .related .list .item .link .item-img .item-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.main .l-single-products .container .related .list .item .link .item-img .item-cat {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #FFBD7B;
  border-radius: 0 0 30px 0;
  font-size: 14px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: bold;
  line-height: 1.5;
  padding: 15px;
  min-width: 170px;
  text-align: center;
}
@media only screen and (max-width: 600px) {
  .main .l-single-products .container .related .list .item .link .item-img .item-cat {
    font-size: 12px;
  }
}
@media only screen and (max-width: 600px) {
  .main .l-single-products .container .related .list .item .link .item-img .item-cat {
    padding: 10px;
    min-width: 140px;
  }
}
.main .l-single-products .container .related .list .item .link .item-btn {
  margin-top: 20px;
  text-align: right;
}
@media only screen and (max-width: 600px) {
  .main .l-single-products .container .related .list .item .link .item-btn {
    margin-top: 25px;
  }
}
.main .l-single-products .container .related .list .item .link .item-btn .btn2 {
  display: inline-block;
}
@media (hover: hover) {
  .main .l-single-products .container .related .list .item .link .item-btn .btn2:hover .btn2__inner .icon {
    transform: translate3d(5px, 0, 0);
  }
}
@media (hover: none) {
  .main .l-single-products .container .related .list .item .link .item-btn .btn2:active .btn2__inner .icon {
    transform: translate3d(5px, 0, 0);
  }
}
.main .l-single-products .container .related .list .item .link .item-btn .btn2 .btn2__inner {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.main .l-single-products .container .related .list .item .link .item-btn .btn2 .btn2__inner .txt {
  font-size: 12px;
  display: block;
  margin-right: 10px;
  text-decoration: underline;
}
@media only screen and (max-width: 600px) {
  .main .l-single-products .container .related .list .item .link .item-btn .btn2 .btn2__inner .txt {
    font-size: 11px;
  }
}
.main .l-single-products .container .related .list .item .link .item-btn .btn2 .btn2__inner .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  border: 1px solid #000;
}
.main .l-single-products .container .related .to-archive {
  margin-top: 50px;
  text-align: right;
}
@media only screen and (max-width: 600px) {
  .main .l-single-products .container .related .to-archive {
    margin-top: 60px;
  }
}
.main .l-single-products .container .related .to-archive .btn1 {
  display: inline-block;
}
@media (hover: hover) {
  .main .l-single-products .container .related .to-archive .btn1:hover .btn1__inner .txt:before {
    opacity: 1;
  }
  .main .l-single-products .container .related .to-archive .btn1:hover .btn1__inner .icon {
    transform: translate3d(10px, 0, 0);
  }
}
@media (hover: none) {
  .main .l-single-products .container .related .to-archive .btn1:active .btn1__inner .txt:before {
    opacity: 1;
  }
  .main .l-single-products .container .related .to-archive .btn1:active .btn1__inner .icon {
    transform: translate3d(10px, 0, 0);
  }
}
.main .l-single-products .container .related .to-archive .btn1 .btn1__inner {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.main .l-single-products .container .related .to-archive .btn1 .btn1__inner .txt {
  margin-right: 15px;
  letter-spacing: 0.1em;
  position: relative;
}
@media only screen and (max-width: 600px) {
  .main .l-single-products .container .related .to-archive .btn1 .btn1__inner .txt {
    margin-right: 12px;
  }
}
.main .l-single-products .container .related .to-archive .btn1 .btn1__inner .txt:before {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background-color: #09349B;
  position: absolute;
  z-index: 1;
  bottom: -7px;
  left: 0;
  opacity: 0;
}
@media only screen and (max-width: 600px) {
  .main .l-single-products .container .related .to-archive .btn1 .btn1__inner .txt:before {
    bottom: -6px;
  }
}
.main .l-single-products .container .related .to-archive .btn1 .btn1__inner .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  background-color: #09349B;
  min-width: 30px;
}
.main .l-single-products .container .related .to-archive .btn1 .btn1__inner .icon svg {
  display: block;
}