.mv .mv-slide {
  margin: 0;
  position: relative;
  background-color: #8a3638;
  overflow: hidden;
}
.mv .mv-slide .mv-slide-list {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0;
}
@media (max-width: 767px) {
  .mv .mv-slide .mv-slide-list {
    height: 172.5vw;
  }
}
@media (min-width: 768px) {
  .mv .mv-slide .mv-slide-list {
    height: 55.7142857143vw;
  }
}
.mv .mv-slide .mv-slide-list .mv-slide-element {
  position: relative;
  width: 100%;
  height: 100%;
}
.mv .mv-slide .mv-slide-list .mv-slide-element__bkimg {
  width: 100%;
  height: 100%;
}
.mv .mv-slide .mv-slide-list .mv-slide-element__bkimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mv .mv-slide .mv-slide-list .mv-slide-element--01 .mv-slide-element__logo {
  z-index: 10;
  position: absolute;
  will-change: filter;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .mv .mv-slide .mv-slide-list .mv-slide-element--01 .mv-slide-element__logo {
    width: 42.625vw;
    filter: drop-shadow(0.875vw 0.875vw 0.625vw rgba(0, 0, 0, 0.6));
  }
}
@media (min-width: 768px) {
  .mv .mv-slide .mv-slide-list .mv-slide-element--01 .mv-slide-element__logo {
    width: 24.2857142857vw;
    filter: drop-shadow(min(0.5vw, 7px) min(0.5vw, 7px) min(0.3571428571vw, 5px) rgba(0, 0, 0, 0.6));
  }
}
.mv .mv-slide .mv-slide-list .mv-slide-element--01 .mv-slide-element__logo img {
  width: 100%;
}
.mv .mv-slide .mv-slide-list .mv-slide-element--01 .mv-slide-element__copy {
  position: absolute;
  z-index: 10;
  color: #fff;
}
@media (max-width: 767px) {
  .mv .mv-slide .mv-slide-list .mv-slide-element--01 .mv-slide-element__copy {
    left: 5vw;
    bottom: 13.75vw;
  }
}
@media (min-width: 768px) {
  .mv .mv-slide .mv-slide-list .mv-slide-element--01 .mv-slide-element__copy {
    left: 2.8571428571vw;
    bottom: 3.5714285714vw;
  }
}
.mv .mv-slide .mv-slide-list .mv-slide-element--01 .mv-slide-element__copy p {
  font-weight: bold;
  font-family: "goudy-old-style", serif;
  line-height: 1;
}
@media (max-width: 767px) {
  .mv .mv-slide .mv-slide-list .mv-slide-element--01 .mv-slide-element__copy p {
    font-size: 12.5vw;
  }
}
@media (min-width: 768px) {
  .mv .mv-slide .mv-slide-list .mv-slide-element--01 .mv-slide-element__copy p {
    font-size: 7.1428571429vw;
  }
}
.mv .mv-slide .mv-slide-list .mv-slide-element--01 .mv-slide-element__copy p span {
  position: relative;
  margin: 0;
  display: inline-block;
  color: transparent;
}
.mv .mv-slide .mv-slide-list .mv-slide-element--01 .mv-slide-element__copy p span::after {
  content: "";
  display: block;
  height: 100%;
  width: 0%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
}
@media (min-width: 768px) {
  .mv .mv-slide .mv-slide-list .mv-slide-element--01 .mv-slide-element__copy p span:not(:last-of-type) {
    margin-bottom: 2.8571428571vw;
  }
}
.mv .mv-slide .mv-slide-list .mv-slide-element--01 .mv-slide-element__copy.active p span {
  animation-name: textColor;
  animation-duration: 0s;
  animation-delay: 2.5s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
}
.mv .mv-slide .mv-slide-list .mv-slide-element--01 .mv-slide-element__copy.active p span:after {
  animation-name: lineExpandShrink;
  animation-duration: 1s;
  animation-delay: 2s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}
.mv .mv-slide .mv-slide-list .slick-dots {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .mv .mv-slide .mv-slide-list .slick-dots {
    width: 80%;
    bottom: 3.75vw;
    gap: 2.5vw 1.25vw;
  }
}
@media (min-width: 768px) {
  .mv .mv-slide .mv-slide-list .slick-dots {
    width: 60%;
    bottom: 2.1428571429vw;
    gap: 0.7142857143vw 0.3571428571vw;
  }
}
@media (max-width: 767px) {
  .mv .mv-slide .mv-slide-list .slick-dots li {
    width: 9.625vw;
    height: 0.5vw;
  }
}
@media (min-width: 768px) {
  .mv .mv-slide .mv-slide-list .slick-dots li {
    width: 4vw;
    height: 0.2857142857vw;
  }
}
.mv .mv-slide .mv-slide-list .slick-dots li button {
  background-color: #fff;
  width: 100%;
  height: 100%;
  padding: 0;
  transition: 0.3s;
}
.mv .mv-slide .mv-slide-list .slick-dots li button::before {
  display: none;
}
.mv .mv-slide .mv-slide-list .slick-dots li.slick-active button {
  background-color: #e60012;
}
.mv .mv-slide .mv-slide-banner {
  position: absolute;
  z-index: 10;
  transition: 1s;
}
@media (max-width: 767px) {
  .mv .mv-slide .mv-slide-banner {
    left: 68.75vw;
    top: 18.75vw;
  }
}
@media (min-width: 768px) {
  .mv .mv-slide .mv-slide-banner {
    right: 4.2857142857vw;
    bottom: 2.8571428571vw;
  }
}
.mv .mv-slide .mv-slide-banner figure {
  transition: 0.3s;
  opacity: 0;
}
@media (max-width: 767px) {
  .mv .mv-slide .mv-slide-banner figure {
    width: 29vw;
  }
}
@media (min-width: 768px) {
  .mv .mv-slide .mv-slide-banner figure {
    width: 16.5714285714vw;
  }
}
.mv .mv-slide .mv-slide-banner.active figure {
  opacity: 1;
}
@media (max-width: 767px) {
  .mv.slide1 .mv-slide .mv-slide-banner {
    left: 68.75vw;
    top: 137.5vw;
  }
}
@media (max-width: 767px) {
  .mv.slide2 .mv-slide .mv-slide-banner {
    left: -2.5vw;
    top: 18.75vw;
  }
}

.news {
  background-color: #8a3638;
  overflow: hidden;
  position: relative;
}
@media (max-width: 767px) {
  .news {
    padding: 7.5vw 0;
  }
}
@media (min-width: 768px) {
  .news {
    padding: min(4.2857142857vw, 60px) 0;
  }
}
.news .news-contents {
  margin: 0 auto;
}
@media (max-width: 767px) {
  .news .news-contents {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .news .news-contents {
    width: min(85.7142857143vw, 1200px);
  }
}
.news .news-contents .news-newsline {
  width: 100%;
}
@media (max-width: 767px) {
  .news .news-contents .news-newsline {
    margin-bottom: 2.5vw;
  }
}
@media (min-width: 768px) {
  .news .news-contents .news-newsline {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: min(0.7142857143vw, 10px);
  }
}
.news .news-contents .news-newsline .news-titleline {
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .news .news-contents .news-newsline .news-titleline {
    width: 100%;
    margin-bottom: 1.875vw;
  }
}
@media (min-width: 768px) {
  .news .news-contents .news-newsline .news-titleline {
    width: min(19.2857142857vw, 270px);
  }
}
.news .news-contents .news-newsline .news-titleline__title {
  line-height: 1;
  font-weight: bold;
  font-family: "toppan-bunkyu-midashi-go-std", sans-serif;
  z-index: 2;
  position: relative;
  -webkit-background-clip: text;
  background-size: 150%;
  background-image: url(../../img/top/news/bk_img.jpg);
  background-position: 45% 50%;
  color: transparent;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .news .news-contents .news-newsline .news-titleline__title {
    text-align: center;
    font-size: 12.5vw;
  }
}
@media (min-width: 768px) {
  .news .news-contents .news-newsline .news-titleline__title {
    font-size: min(6.0714285714vw, 85px);
  }
}
.news .news-contents .news-newsline .news-list {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .news .news-contents .news-newsline .news-list {
    width: 100%;
    padding-left: 2.5vw;
  }
}
@media (min-width: 768px) {
  .news .news-contents .news-newsline .news-list {
    width: calc(100% - min(19.2857142857vw, 270px));
  }
}
.news .news-contents .news-newsline .news-list .news-list-element {
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
@media (max-width: 767px) {
  .news .news-contents .news-newsline .news-list .news-list-element {
    border-top-left-radius: 6.25vw;
    border-bottom-left-radius: 6.25vw;
    column-gap: 1.25vw;
    padding: 2.5vw 0;
  }
}
@media (min-width: 768px) {
  .news .news-contents .news-newsline .news-list .news-list-element {
    border-radius: min(2.1428571429vw, 30px);
    column-gap: min(1.4285714286vw, 20px);
    padding: min(0.3571428571vw, 5px) 0;
  }
}
.news .news-contents .news-newsline .news-list .news-list-element__date {
  line-height: 1.4;
  font-weight: bold;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .news .news-contents .news-newsline .news-list .news-list-element__date {
    width: 25vw;
    padding-left: 3.75vw;
  }
}
@media (min-width: 768px) {
  .news .news-contents .news-newsline .news-list .news-list-element__date {
    width: min(10vw, 140px);
    padding-left: min(2.1428571429vw, 30px);
  }
}
.news .news-contents .news-newsline .news-list .news-list-element__date p {
  font-feature-settings: "palt";
}
@media (max-width: 767px) {
  .news .news-contents .news-newsline .news-list .news-list-element__date p {
    font-size: 3.5vw;
  }
}
@media (min-width: 768px) {
  .news .news-contents .news-newsline .news-list .news-list-element__date p {
    font-size: min(1.4285714286vw, 20px);
  }
}
.news .news-contents .news-newsline .news-list .news-list-element__txt {
  line-height: 1.4;
  transition: 0.3s;
  font-weight: bold;
}
@media (max-width: 767px) {
  .news .news-contents .news-newsline .news-list .news-list-element__txt {
    width: calc(100% - 25vw - 1.25vw);
    padding-right: 3.75vw;
  }
}
@media (min-width: 768px) {
  .news .news-contents .news-newsline .news-list .news-list-element__txt {
    width: calc(100% - min(10vw, 140px) - min(1.4285714286vw, 20px));
    padding-right: min(2.1428571429vw, 30px);
  }
}
@media (max-width: 767px) {
  .news .news-contents .news-newsline .news-list .news-list-element__txt p {
    font-size: 3.5vw;
  }
}
@media (min-width: 768px) {
  .news .news-contents .news-newsline .news-list .news-list-element__txt p {
    font-size: min(1.2857142857vw, 18px);
  }
}
@media (min-width: 768px) {
  .news .news-contents .news-newsline .news-list .news-list-element:hover .news-list-element__txt {
    color: #8a3638;
  }
}
@media (max-width: 767px) {
  .news .news-contents .news-newsline .news-list .news-list-element:not(:last-of-type) {
    margin-bottom: 1.25vw;
  }
}
@media (min-width: 768px) {
  .news .news-contents .news-newsline .news-list .news-list-element:not(:last-of-type) {
    margin-bottom: min(0.3571428571vw, 5px);
  }
}
.news .news-contents .news-linkline {
  position: relative;
  z-index: 1;
  width: 100%;
}
@media (min-width: 768px) {
  .news .news-contents .news-linkline .news-link {
    display: flex;
    flex-wrap: wrap;
    column-gap: min(0.7142857143vw, 10px);
    width: min(11.4285714286vw, 160px);
    margin-left: auto;
    align-items: center;
  }
}
.news .news-contents .news-linkline .news-link__icon {
  transition: 0.3s;
  line-height: 1;
}
@media (max-width: 767px) {
  .news .news-contents .news-linkline .news-link__icon {
    width: 10vw;
    margin: 0 auto 0.625vw;
  }
}
@media (min-width: 768px) {
  .news .news-contents .news-linkline .news-link__icon {
    width: min(2vw, 28px);
    order: 2;
  }
}
.news .news-contents .news-linkline .news-link__icon svg {
  fill: #fff;
}
.news .news-contents .news-linkline .news-link__txt {
  color: #fff;
  font-weight: bold;
  line-height: 1;
}
@media (max-width: 767px) {
  .news .news-contents .news-linkline .news-link__txt {
    text-align: center;
    font-size: 3.5vw;
  }
}
@media (min-width: 768px) {
  .news .news-contents .news-linkline .news-link__txt {
    width: calc(100% - min(2vw, 28px) - min(0.7142857143vw, 10px));
    font-size: min(1.3571428571vw, 19px);
    order: 1;
  }
}
@media (min-width: 768px) {
  .news .news-contents .news-linkline .news-link:hover .news-link__icon {
    transform: translateX(min(0.3571428571vw, 5px));
  }
}
.news .news-contents .news-bk {
  position: absolute;
  z-index: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .news .news-contents .news-bk {
    right: -43.75vw;
  }
}
@media (min-width: 768px) {
  .news .news-contents .news-bk {
    right: max(-4.2857142857vw, -60px);
  }
}
@media (max-width: 767px) {
  .news .news-contents .news-bk__img {
    width: 57.5vw;
  }
}
@media (min-width: 768px) {
  .news .news-contents .news-bk__img {
    width: min(32.8571428571vw, 460px);
  }
}

.subslide {
  background-size: cover;
}
@media (max-width: 767px) {
  .subslide {
    padding: 5vw 0 7.5vw;
    background-image: url(../../img/top/subslide/subslide_bk_sp.jpg);
  }
}
@media (min-width: 768px) {
  .subslide {
    padding: min(2.8571428571vw, 40px) 0 min(4.2857142857vw, 60px);
    background-image: url(../../img/top/subslide/subslide_bk_pc.jpg);
  }
}
.subslide .subslide-slide {
  margin: 0 auto;
  position: relative;
}
@media (max-width: 767px) {
  .subslide .subslide-slide {
    width: 83.75vw;
  }
}
@media (min-width: 768px) {
  .subslide .subslide-slide {
    width: min(85.7142857143vw, 1200px);
  }
}
.subslide .subslide-slide .sell-element {
  display: block;
  position: relative;
}
@media (max-width: 767px) {
  .subslide .subslide-slide .sell-element {
    width: 83.75vw;
    padding-top: 5vw;
  }
}
@media (min-width: 768px) {
  .subslide .subslide-slide .sell-element {
    width: min(85.7142857143vw, 1200px);
    padding-top: min(1.4285714286vw, 20px);
  }
}
.subslide .subslide-slide .sell-element .decoration-light {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 767px) {
  .subslide .subslide-slide .sell-element .decoration-light {
    width: 57.875vw;
    height: 15.375vw;
    top: -2.6875vw;
  }
}
@media (min-width: 768px) {
  .subslide .subslide-slide .sell-element .decoration-light {
    height: min(9.4285714286vw, 132px);
    width: min(35.2857142857vw, 494px);
    top: calc(max(-9.4285714286vw, -132px) / 2 + min(1.4285714286vw, 20px));
  }
}
.subslide .subslide-slide .sell-element .decoration-light img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.subslide .subslide-slide .sell-element .sell-element-core {
  width: 100%;
  display: block;
  position: relative;
}
.subslide .subslide-slide .sell-element .sell-element-core .sell-element-imgline {
  display: grid;
  place-items: center;
  border-color: #d8eeff;
  border-style: solid;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2509803922), transparent);
  position: relative;
  overflow: hidden;
  width: 100%;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .subslide .subslide-slide .sell-element .sell-element-core .sell-element-imgline {
    border-radius: 5vw;
    margin-bottom: 2.5vw;
    padding: 2.5vw;
    border-width: 0.25vw;
  }
}
@media (min-width: 768px) {
  .subslide .subslide-slide .sell-element .sell-element-core .sell-element-imgline {
    height: min(19.2857142857vw, 270px);
    border-radius: min(2.8571428571vw, 40px);
    padding: min(0.7142857143vw, 10px);
    border-width: min(0.0714285714vw, 1px);
  }
}
.subslide .subslide-slide .sell-element .sell-element-core .sell-element-imgline figure {
  overflow: hidden;
  width: 100%;
  height: 100%;
  transition: 0.3s;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .subslide .subslide-slide .sell-element .sell-element-core .sell-element-imgline figure {
    border-radius: 5vw;
  }
}
@media (min-width: 768px) {
  .subslide .subslide-slide .sell-element .sell-element-core .sell-element-imgline figure {
    border-radius: min(2.8571428571vw, 40px);
  }
}
.subslide .subslide-slide .sell-element .sell-element-core .sell-element-imgline figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .subslide .subslide-slide .sell-element .sell-element-core .sell-element-imgline::after {
    background-color: #8a3638;
  }
}
@media (min-width: 768px) {
  .subslide .subslide-slide .sell-element:hover .sell-element-core .sell-element-imgline {
    border-color: #8a3638;
  }
}
.subslide .subslide-slide .slide-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(calc(-50% + min(1.4285714286vw, 20px)));
  z-index: 5;
}
@media (max-width: 767px) {
  .subslide .subslide-slide .slide-arrow {
    width: 5.75vw;
  }
}
@media (min-width: 768px) {
  .subslide .subslide-slide .slide-arrow {
    width: min(2.9285714286vw, 41px);
  }
}
.subslide .subslide-slide .slide-arrow figure {
  width: 100%;
  transition: 0.3s;
}
.subslide .subslide-slide .slide-arrow figure svg {
  fill: #fff;
}
@media (max-width: 767px) {
  .subslide .subslide-slide .slide-arrow--next {
    right: -6.875vw;
  }
}
@media (min-width: 768px) {
  .subslide .subslide-slide .slide-arrow--next {
    right: max(-3.2142857143vw, -45px);
  }
}
@media (min-width: 768px) {
  .subslide .subslide-slide .slide-arrow--next:hover figure {
    transform: translateX(min(0.3571428571vw, 5px));
  }
}
@media (max-width: 767px) {
  .subslide .subslide-slide .slide-arrow--prev {
    left: -6.875vw;
  }
}
@media (min-width: 768px) {
  .subslide .subslide-slide .slide-arrow--prev {
    left: max(-3.2142857143vw, -45px);
  }
}
@media (min-width: 768px) {
  .subslide .subslide-slide .slide-arrow--prev:hover figure {
    transform: translateX(max(-0.3571428571vw, -5px));
  }
}
@media (min-width: 768px) {
  .subslide .subslide-slide .slide-arrow:hover {
    cursor: pointer;
  }
}

.reason {
  overflow: hidden;
  position: relative;
  background-color: #fff;
}
@media (max-width: 767px) {
  .reason {
    padding: 7.5vw 0 15vw;
  }
}
@media (min-width: 768px) {
  .reason {
    padding: min(4.2857142857vw, 60px) 0 min(8.5714285714vw, 120px);
  }
}
.reason .common-titleline {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .reason .common-titleline {
    margin-bottom: 6.25vw;
  }
}
@media (min-width: 768px) {
  .reason .common-titleline {
    margin-bottom: min(4.2857142857vw, 60px);
  }
}
.reason .common-titleline__title h2 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .reason .common-titleline__title h2 {
    column-gap: 1.25vw;
  }
}
@media (min-width: 768px) {
  .reason .common-titleline__title h2 {
    column-gap: min(0.7142857143vw, 10px);
  }
}
.reason .common-titleline__title h2 span {
  display: block;
}
@media (max-width: 767px) {
  .reason .common-titleline__title h2 .bold {
    font-size: 9.125vw;
  }
}
@media (min-width: 768px) {
  .reason .common-titleline__title h2 .bold {
    font-size: min(5.2142857143vw, 73px);
  }
}
.reason .reason-slide {
  width: 100%;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .reason .reason-slide .slide-element {
    padding: 1.25vw;
    width: 43.625vw;
  }
}
@media (min-width: 768px) {
  .reason .reason-slide .slide-element {
    padding: 0 0.7142857143vw 0.7142857143vw;
    width: 24.9285714286vw;
  }
}
.reason .reason-slide .slide-element .slide-head__index {
  line-height: 1;
  font-weight: bold;
  text-align: center;
  font-family: "futura-pt", sans-serif;
}
@media (max-width: 767px) {
  .reason .reason-slide .slide-element .slide-head__index {
    margin-bottom: 2.5vw;
    font-size: 6.25vw;
  }
}
@media (min-width: 768px) {
  .reason .reason-slide .slide-element .slide-head__index {
    margin-bottom: 2.1428571429vw;
    font-size: 3.5714285714vw;
  }
}
.reason .reason-slide .slide-element .slide-head .slide-head-decoration {
  width: 100%;
  position: relative;
  display: grid;
  place-items: center;
}
@media (max-width: 767px) {
  .reason .reason-slide .slide-element .slide-head .slide-head-decoration {
    height: 9.25vw;
  }
}
@media (min-width: 768px) {
  .reason .reason-slide .slide-element .slide-head .slide-head-decoration {
    height: 5.2857142857vw;
  }
}
.reason .reason-slide .slide-element .slide-head .slide-head-decoration__vertical {
  background-color: #d3dbed;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .reason .reason-slide .slide-element .slide-head .slide-head-decoration__vertical {
    width: 0.5vw;
    height: 13.875vw;
  }
}
@media (min-width: 768px) {
  .reason .reason-slide .slide-element .slide-head .slide-head-decoration__vertical {
    width: 0.2857142857vw;
    height: 7.9285714286vw;
  }
}
.reason .reason-slide .slide-element .slide-head .slide-head-decoration__vertical:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #373d5b;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .reason .reason-slide .slide-element .slide-head .slide-head-decoration__vertical:after {
    width: 2.75vw;
    height: 2.75vw;
  }
}
@media (min-width: 768px) {
  .reason .reason-slide .slide-element .slide-head .slide-head-decoration__vertical:after {
    width: 1.5714285714vw;
    height: 1.5714285714vw;
  }
}
.reason .reason-slide .slide-element .slide-head .slide-head-decoration__vertical:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #373d5b;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .reason .reason-slide .slide-element .slide-head .slide-head-decoration__vertical:before {
    width: 1.375vw;
    height: 1.375vw;
  }
}
@media (min-width: 768px) {
  .reason .reason-slide .slide-element .slide-head .slide-head-decoration__vertical:before {
    width: 0.7857142857vw;
    height: 0.7857142857vw;
  }
}
.reason .reason-slide .slide-element .slide-head .slide-head-decoration::after {
  content: "";
  display: block;
  width: 110%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-color: #d3dbed;
  z-index: 0;
}
@media (max-width: 767px) {
  .reason .reason-slide .slide-element .slide-head .slide-head-decoration::after {
    height: 0.5vw;
    top: 0.25vw;
  }
}
@media (min-width: 768px) {
  .reason .reason-slide .slide-element .slide-head .slide-head-decoration::after {
    height: 0.2857142857vw;
    top: 0.1428571429vw;
  }
}
.reason .reason-slide .slide-element .slide-card {
  position: relative;
  overflow: hidden;
  width: 100%;
  will-change: filter;
}
@media (max-width: 767px) {
  .reason .reason-slide .slide-element .slide-card {
    height: 51.625vw;
    border-radius: 2.5vw;
    filter: drop-shadow(0.375vw 0.375vw 0.625vw rgba(0, 0, 0, 0.6));
  }
}
@media (min-width: 768px) {
  .reason .reason-slide .slide-element .slide-card {
    height: 29.5vw;
    border-radius: 1.4285714286vw;
    filter: drop-shadow(0.2142857143vw 0.2142857143vw 0.3571428571vw rgba(0, 0, 0, 0.6));
  }
}
.reason .reason-slide .slide-element .slide-card .slide-top {
  mask-image: url(../../img/top/reason/clip_back.png);
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .reason .reason-slide .slide-element .slide-card .slide-top {
    height: 35vw;
  }
}
@media (min-width: 768px) {
  .reason .reason-slide .slide-element .slide-card .slide-top {
    height: 20vw;
  }
}
@media (max-width: 767px) {
  .reason .reason-slide .slide-element .slide-card .slide-top__img figure {
    padding: 1.25vw 1.25vw 0;
  }
}
@media (min-width: 768px) {
  .reason .reason-slide .slide-element .slide-card .slide-top__img figure {
    padding: 0.7142857143vw 0.7142857143vw 0;
  }
}
.reason .reason-slide .slide-element .slide-card .slide-bottom {
  background-color: black;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .reason .reason-slide .slide-element .slide-card .slide-bottom {
    height: calc(100% - 35vw);
  }
}
@media (min-width: 768px) {
  .reason .reason-slide .slide-element .slide-card .slide-bottom {
    height: calc(100% - 20vw);
  }
}
.reason .reason-slide .slide-element .slide-card .slide-bottom__txt {
  line-height: 1.4;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
@media (max-width: 767px) {
  .reason .reason-slide .slide-element .slide-card .slide-bottom__txt {
    font-size: 3.5vw;
    padding: 2.5vw;
  }
}
@media (min-width: 768px) {
  .reason .reason-slide .slide-element .slide-card .slide-bottom__txt {
    font-size: 1.9285714286vw;
    padding: 1.4285714286vw;
  }
}
.reason .reason-slide .slide-element .slide-card:after {
  content: "";
  display: block;
  width: 100%;
  left: 0;
  top: 50%;
  position: absolute;
  z-index: 0;
}
@media (max-width: 767px) {
  .reason .reason-slide .slide-element .slide-card:after {
    height: 12.5vw;
  }
}
@media (min-width: 768px) {
  .reason .reason-slide .slide-element .slide-card:after {
    height: 7.1428571429vw;
  }
}
.reason .reason-slide .slide-element--01 .slide-head__index {
  color: #3dacb3;
}
.reason .reason-slide .slide-element--01 .slide-card .slide-top {
  background-color: #3dacb3;
}
.reason .reason-slide .slide-element--01 .slide-card .slide-bottom {
  background-color: #3dacb3;
}
.reason .reason-slide .slide-element--01 .slide-card:after {
  background-color: #3dacb3;
}
.reason .reason-slide .slide-element--02 .slide-head__index {
  color: #8a3638;
}
.reason .reason-slide .slide-element--02 .slide-card .slide-top {
  background-color: #8a3638;
}
.reason .reason-slide .slide-element--02 .slide-card .slide-bottom {
  background-color: #8a3638;
}
.reason .reason-slide .slide-element--02 .slide-card:after {
  background-color: #8a3638;
}
.reason .reason-slide .slide-element--03 .slide-head__index {
  color: #796a56;
}
.reason .reason-slide .slide-element--03 .slide-card .slide-top {
  background-color: #796a56;
}
.reason .reason-slide .slide-element--03 .slide-card .slide-bottom {
  background-color: #796a56;
}
.reason .reason-slide .slide-element--03 .slide-card:after {
  background-color: #796a56;
}
.reason .reason-slide .slide-element--04 .slide-head__index {
  color: #3e3a39;
}
.reason .reason-slide .slide-element--04 .slide-card .slide-top {
  background-color: #3e3a39;
}
.reason .reason-slide .slide-element--04 .slide-card .slide-bottom {
  background-color: #3e3a39;
}
.reason .reason-slide .slide-element--04 .slide-card:after {
  background-color: #3e3a39;
}
.reason .reason-slide .slide-element--05 .slide-head__index {
  color: #e60012;
}
.reason .reason-slide .slide-element--05 .slide-card .slide-top {
  background-color: #e60012;
}
.reason .reason-slide .slide-element--05 .slide-card .slide-bottom {
  background-color: #e60012;
}
.reason .reason-slide .slide-element--05 .slide-card:after {
  background-color: #e60012;
}
.reason .reason-slide .slide-element--06 .slide-head__index {
  color: #e6ad14;
}
.reason .reason-slide .slide-element--06 .slide-card .slide-top {
  background-color: #e6ad14;
}
.reason .reason-slide .slide-element--06 .slide-card .slide-bottom {
  background-color: #e6ad14;
}
.reason .reason-slide .slide-element--06 .slide-card:after {
  background-color: #e6ad14;
}
.reason .reason-bk {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}
@media (max-width: 767px) {
  .reason .reason-bk {
    width: 217.5vw;
    top: 15vw;
  }
}
@media (min-width: 768px) {
  .reason .reason-bk {
    width: 131.4285714286vw;
    top: 11.4285714286vw;
  }
}

.shop {
  background-color: #c6caca;
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .shop {
    padding-top: min(3.5714285714vw, 50px);
  }
}
@media (max-width: 767px) {
  .shop .shop-decoratioin {
    width: 100%;
    margin-bottom: 5vw;
  }
}
@media (min-width: 768px) {
  .shop .shop-decoratioin {
    width: min(71.4285714286vw, 1000px);
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .shop .shop-decoratioin figure {
    margin: 0 auto;
    width: 24.5vw;
  }
}
@media (min-width: 768px) {
  .shop .shop-decoratioin figure {
    width: min(14vw, 196px);
  }
}
.shop .map {
  margin: 0 auto;
  position: relative;
}
@media (max-width: 767px) {
  .shop .map {
    width: 100%;
    padding: 71.25vw 0 75vw;
  }
}
@media (min-width: 768px) {
  .shop .map {
    width: min(100vw, 1400px);
    padding-bottom: min(8.5714285714vw, 120px);
    padding: min(10vw, 140px) 0 min(8.5714285714vw, 120px);
  }
}
@media (max-width: 767px) {
  .shop .map .map-bk {
    width: 104.625vw;
    margin-left: 7.5vw;
  }
}
@media (min-width: 768px) {
  .shop .map .map-bk {
    width: min(60vw, 840px);
    margin-left: min(25.7142857143vw, 360px);
  }
}
.shop .map .shop-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.shop .map .shop-wrap .shop-element {
  position: absolute;
  z-index: 2;
}
.shop .map .shop-wrap .shop-element .shop-img {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .shop .map .shop-wrap .shop-element .shop-img {
    margin-bottom: 1.25vw;
  }
}
@media (min-width: 768px) {
  .shop .map .shop-wrap .shop-element .shop-img {
    margin-bottom: min(0.3571428571vw, 5px);
  }
}
.shop .map .shop-wrap .shop-element .shop-img a {
  display: block;
  position: relative;
  overflow: hidden;
  background-color: #fff;
  z-index: 1;
  display: block;
}
@media (max-width: 767px) {
  .shop .map .shop-wrap .shop-element .shop-img a {
    padding: 0.625vw;
  }
}
@media (min-width: 768px) {
  .shop .map .shop-wrap .shop-element .shop-img a {
    padding: min(0.3571428571vw, 5px);
  }
}
.shop .map .shop-wrap .shop-element .shop-img a figure {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .shop .map .shop-wrap .shop-element .shop-img a figure {
    width: 50vw;
    height: 36.25vw;
  }
}
@media (min-width: 768px) {
  .shop .map .shop-wrap .shop-element .shop-img a figure {
    width: min(28.5714285714vw, 400px);
    height: min(20.7142857143vw, 290px);
  }
}
.shop .map .shop-wrap .shop-element .shop-img a figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.shop .map .shop-wrap .shop-element .shop-img::after {
  content: "";
  display: block;
  position: absolute;
  background-color: #fff;
  z-index: 0;
}
@media (min-width: 768px) {
  .shop .map .shop-wrap .shop-element .shop-title {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    column-gap: min(0.7142857143vw, 10px);
  }
}
.shop .map .shop-wrap .shop-element .shop-title .shop-sns {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .shop .map .shop-wrap .shop-element .shop-title .shop-sns {
    column-gap: 1.25vw;
  }
}
@media (min-width: 768px) {
  .shop .map .shop-wrap .shop-element .shop-title .shop-sns {
    column-gap: min(0.3571428571vw, 5px);
  }
}
@media (max-width: 767px) {
  .shop .map .shop-wrap .shop-element .shop-title .shop-sns__icon figure {
    width: 9.625vw;
  }
}
@media (min-width: 768px) {
  .shop .map .shop-wrap .shop-element .shop-title .shop-sns__icon figure {
    width: min(3.7142857143vw, 52px);
  }
}
.shop .map .shop-wrap .shop-element .shop-title .shop-sns__icon figure svg {
  transition: 0.3s;
}
@media (min-width: 768px) {
  .shop .map .shop-wrap .shop-element .shop-title .shop-sns__icon--insta:hover figure svg {
    fill: #dc2e74;
  }
}
@media (min-width: 768px) {
  .shop .map .shop-wrap .shop-element .shop-title .shop-sns__icon--facebook:hover figure svg {
    fill: #0865fe;
  }
}
@media (min-width: 768px) {
  .shop .map .shop-wrap .shop-element .shop-title .shop-sns__icon--x:hover figure svg {
    fill: #fff;
  }
}
.shop .map .shop-wrap .shop-element .shop-title .shop-name p {
  line-height: 1;
  font-weight: bold;
}
@media (max-width: 767px) {
  .shop .map .shop-wrap .shop-element .shop-title .shop-name p {
    font-size: 3.5vw;
  }
}
@media (min-width: 768px) {
  .shop .map .shop-wrap .shop-element .shop-title .shop-name p {
    font-size: min(1.7142857143vw, 24px);
  }
}
@media (max-width: 767px) {
  .shop .map .shop-wrap .shop-element--kokubu {
    top: 25vw;
    left: 3.75vw;
    display: flex;
    flex-direction: column-reverse;
  }
}
@media (min-width: 768px) {
  .shop .map .shop-wrap .shop-element--kokubu {
    top: max(-4.2857142857vw, -60px);
    left: min(7.1428571429vw, 100px);
  }
}
.shop .map .shop-wrap .shop-element--kokubu .shop-img:after {
  transform-origin: top left;
}
@media (max-width: 767px) {
  .shop .map .shop-wrap .shop-element--kokubu .shop-img:after {
    bottom: -25.5vw;
    right: 23.75vw;
    width: 7.5vw;
    height: 37.5vw;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    transform: rotate(-45deg);
  }
}
@media (min-width: 768px) {
  .shop .map .shop-wrap .shop-element--kokubu .shop-img:after {
    top: min(14.2857142857vw, 200px);
    left: min(27.1428571429vw, 380px);
    width: min(2.1428571429vw, 30px);
    height: min(21.4285714286vw, 300px);
    clip-path: polygon(100% 0, 0 0, 50% 100%);
    transform: rotate(-50deg);
  }
}
@media (max-width: 767px) {
  .shop .map .shop-wrap .shop-element--kokubu .shop-title {
    margin-bottom: 2.5vw;
  }
}
@media (max-width: 767px) {
  .shop .map .shop-wrap .shop-element--kokubu .shop-title .shop-sns {
    margin-bottom: 1.25vw;
  }
}
@media (max-width: 767px) {
  .shop .map .shop-wrap .shop-element--kagoshimaminami {
    top: 128.75vw;
    left: 3.75vw;
  }
}
@media (min-width: 768px) {
  .shop .map .shop-wrap .shop-element--kagoshimaminami {
    bottom: min(2.1428571429vw, 30px);
    left: min(7.1428571429vw, 100px);
  }
}
@media (max-width: 767px) {
  .shop .map .shop-wrap .shop-element--kagoshimaminami .shop-img {
    margin-bottom: 2.5vw;
  }
}
@media (max-width: 767px) {
  .shop .map .shop-wrap .shop-element--kagoshimaminami .shop-img:after {
    top: -10vw;
    right: 16.25vw;
    width: 12.5vw;
    height: 25vw;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    transform: rotate(20deg);
  }
}
@media (min-width: 768px) {
  .shop .map .shop-wrap .shop-element--kagoshimaminami .shop-img:after {
    top: min(11.4285714286vw, 160px);
    left: min(22.8571428571vw, 320px);
    height: min(4.2857142857vw, 60px);
    width: min(21.4285714286vw, 300px);
    clip-path: polygon(100% 50%, 0 0, 0 100%);
    transform: rotate(-60deg);
    transform-origin: top left;
  }
}
@media (max-width: 767px) {
  .shop .map .shop-wrap .shop-element--kagoshimaminami .shop-title {
    display: flex;
    flex-direction: column-reverse;
  }
}
@media (max-width: 767px) {
  .shop .map .shop-wrap .shop-element--kagoshimaminami .shop-title .shop-name {
    margin-bottom: 2.5vw;
  }
}
@media (max-width: 767px) {
  .shop .map .shop-wrap .shop-element--miyakonojo {
    top: 3.75vw;
    right: 3.75vw;
  }
}
@media (min-width: 768px) {
  .shop .map .shop-wrap .shop-element--miyakonojo {
    top: max(-4.2857142857vw, -60px);
    right: min(7.1428571429vw, 100px);
  }
}
@media (max-width: 767px) {
  .shop .map .shop-wrap .shop-element--miyakonojo .shop-img {
    margin-bottom: 2.5vw;
  }
}
@media (max-width: 767px) {
  .shop .map .shop-wrap .shop-element--miyakonojo .shop-img:after {
    bottom: -55vw;
    left: 20vw;
    width: 7.5vw;
    height: 75vw;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    transform: rotate(-20deg);
  }
}
@media (min-width: 768px) {
  .shop .map .shop-wrap .shop-element--miyakonojo .shop-img:after {
    top: min(12.8571428571vw, 180px);
    right: min(19.2857142857vw, 270px);
    width: min(3.5714285714vw, 50px);
    height: min(14.2857142857vw, 200px);
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    transform: rotate(10deg);
    transform-origin: top left;
  }
}
@media (max-width: 767px) {
  .shop .map .shop-wrap .shop-element--miyakonojo .shop-title {
    display: flex;
    flex-direction: column-reverse;
  }
}
@media (min-width: 768px) {
  .shop .map .shop-wrap .shop-element--miyakonojo .shop-title {
    justify-content: end;
  }
}
@media (max-width: 767px) {
  .shop .map .shop-wrap .shop-element--miyakonojo .shop-title .shop-sns {
    justify-content: end;
  }
}
@media (max-width: 767px) {
  .shop .map .shop-wrap .shop-element--miyakonojo .shop-title .shop-name {
    margin-bottom: 2.5vw;
  }
}
@media (max-width: 767px) {
  .shop .map .shop-wrap .shop-element--miyakonojo .shop-title .shop-name p {
    text-align: right;
  }
}
@media (max-width: 767px) {
  .shop .map .shop-wrap .shop-element--kotobuki {
    top: 169.375vw;
    right: 3.75vw;
  }
}
@media (min-width: 768px) {
  .shop .map .shop-wrap .shop-element--kotobuki {
    bottom: min(2.1428571429vw, 30px);
    right: min(7.1428571429vw, 100px);
  }
}
@media (max-width: 767px) {
  .shop .map .shop-wrap .shop-element--kotobuki .shop-img {
    margin-bottom: 2.5vw;
  }
}
@media (max-width: 767px) {
  .shop .map .shop-wrap .shop-element--kotobuki .shop-img:after {
    top: -37.5vw;
    right: 18.75vw;
    width: 7.5vw;
    height: 50vw;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    transform: rotate(-20deg);
  }
}
@media (min-width: 768px) {
  .shop .map .shop-wrap .shop-element--kotobuki .shop-img:after {
    top: min(0.7142857143vw, 10px);
    right: min(10.7142857143vw, 150px);
    height: min(3.5714285714vw, 50px);
    width: min(21.4285714286vw, 300px);
    clip-path: polygon(0 50%, 100% 0, 100% 100%);
    transform: rotate(50deg);
    transform-origin: top left;
  }
}
@media (max-width: 767px) {
  .shop .map .shop-wrap .shop-element--kotobuki .shop-title {
    display: flex;
    flex-direction: column-reverse;
  }
}
@media (min-width: 768px) {
  .shop .map .shop-wrap .shop-element--kotobuki .shop-title {
    justify-content: end;
  }
}
@media (max-width: 767px) {
  .shop .map .shop-wrap .shop-element--kotobuki .shop-title .shop-sns {
    justify-content: end;
  }
}
@media (max-width: 767px) {
  .shop .map .shop-wrap .shop-element--kotobuki .shop-title .shop-name {
    margin-bottom: 2.5vw;
  }
}
@media (max-width: 767px) {
  .shop .map .shop-wrap .shop-element--kotobuki .shop-title .shop-name p {
    text-align: right;
  }
}

.buy {
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .buy {
    padding-bottom: 11.25vw;
  }
}
@media (min-width: 768px) {
  .buy {
    padding-bottom: min(7.1428571429vw, 100px);
  }
}
.buy .bk-imgline {
  position: absolute;
  width: 100%;
  height: 100%;
  clip: rect(auto, auto, auto, auto);
}
.buy .bk-imgline__img {
  background-image: url(../../img/top/buy/bk_img_pc.jpg);
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100vw;
  height: 100vh;
  background-size: cover;
  background-position: center;
}
.buy .bk-title {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  height: 100%;
}
@media (max-width: 767px) {
  .buy .bk-title {
    width: 23.875vw;
  }
}
@media (min-width: 768px) {
  .buy .bk-title {
    width: 25.2857142857vw;
  }
}
.buy .bk-title .bk-title-slide {
  width: 100%;
  height: 100%;
}
.buy .bk-title .bk-title-slide .slick-list {
  width: 100% !important;
  height: 100% !important;
}
@media (max-width: 767px) {
  .buy .bk-title .bk-title-slide .bk-title-element {
    width: 23.875vw;
  }
}
@media (min-width: 768px) {
  .buy .bk-title .bk-title-slide .bk-title-element {
    width: 25.2857142857vw;
  }
}
.buy .common-titleline {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .buy .common-titleline {
    margin-bottom: 7.5vw;
    padding-top: 12.5vw;
  }
}
@media (min-width: 768px) {
  .buy .common-titleline {
    margin-bottom: min(4.2857142857vw, 60px);
    padding-top: min(7.1428571429vw, 100px);
  }
}
.buy .buy-contents {
  position: relative;
  z-index: 1;
}
.buy .buy-contents .buy-list {
  margin: 0 auto;
}
@media (max-width: 767px) {
  .buy .buy-contents .buy-list {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .buy .buy-contents .buy-list {
    width: min(86.4285714286vw, 1210px);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    row-gap: min(1.4285714286vw, 20px);
  }
}
.buy .buy-contents .buy-list .buy-element {
  display: block;
}
@media (max-width: 767px) {
  .buy .buy-contents .buy-list .buy-element {
    width: 50.625vw;
    padding: 0 1.25vw;
  }
}
@media (min-width: 768px) {
  .buy .buy-contents .buy-list .buy-element {
    width: min(27.6428571429vw, 387px);
  }
}
.buy .buy-contents .buy-list .buy-element .buy-element-core {
  width: 100%;
  display: block;
}
.buy .buy-contents .buy-list .buy-element .buy-element-core .buy-element-imgline {
  background-image: linear-gradient(45deg, #d0d6d7, #ffffff);
  display: grid;
  place-items: center;
  overflow: hidden;
  position: relative;
}
@media (max-width: 767px) {
  .buy .buy-contents .buy-list .buy-element .buy-element-core .buy-element-imgline {
    aspect-ratio: 1/1;
    width: 100%;
    border-radius: 2.5vw;
    box-shadow: 0.25vw 0.25vw 0.625vw 0px rgba(0, 0, 0, 0.45);
    margin-bottom: 1.25vw;
    padding: 1.25vw;
  }
}
@media (min-width: 768px) {
  .buy .buy-contents .buy-list .buy-element .buy-element-core .buy-element-imgline {
    width: min(27.6428571429vw, 387px);
    height: min(27.6428571429vw, 387px);
    border-radius: min(0.7142857143vw, 10px);
    box-shadow: min(0.1428571429vw, 2px) min(0.1428571429vw, 2px) min(0.3571428571vw, 5px) 0px rgba(0, 0, 0, 0.45);
    margin-bottom: min(0.7142857143vw, 10px);
    padding: min(0.7142857143vw, 10px);
  }
}
.buy .buy-contents .buy-list .buy-element .buy-element-core .buy-element-imgline figure {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .buy .buy-contents .buy-list .buy-element .buy-element-core .buy-element-imgline figure {
    border-radius: 2.5vw;
  }
}
@media (min-width: 768px) {
  .buy .buy-contents .buy-list .buy-element .buy-element-core .buy-element-imgline figure {
    border-radius: min(0.7142857143vw, 10px);
  }
}
.buy .buy-contents .buy-list .buy-element .buy-element-core .buy-element-imgline figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .buy .buy-contents .buy-list .buy-element .buy-element-core .buy-element-titleline {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: end;
    column-gap: min(0.7142857143vw, 10px);
  }
}
@media (max-width: 767px) {
  .buy .buy-contents .buy-list .buy-element .buy-element-core .buy-element-titleline__title {
    width: 100%;
    height: 11.25vw;
    display: grid;
    place-items: center;
  }
}
.buy .buy-contents .buy-list .buy-element .buy-element-core .buy-element-titleline__title p {
  line-height: 1.2;
  font-weight: bold;
}
@media (max-width: 767px) {
  .buy .buy-contents .buy-list .buy-element .buy-element-core .buy-element-titleline__title p {
    font-size: 3.5vw;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .buy .buy-contents .buy-list .buy-element .buy-element-core .buy-element-titleline__title p {
    font-size: min(1.7857142857vw, 25px);
  }
}
@media (max-width: 767px) {
  .buy .buy-contents .buy-list .buy-element .buy-element-core .buy-element-titleline__icon {
    width: 10vw;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .buy .buy-contents .buy-list .buy-element .buy-element-core .buy-element-titleline__icon {
    width: min(2.9285714286vw, 41px);
  }
}
.buy .buy-contents .buy-list .buy-element .buy-element-core .buy-element-titleline__icon figure {
  width: 100%;
  transition: 0.3s;
}
.buy .buy-contents .buy-list .buy-element .buy-element-core .buy-element-titleline__icon figure svg {
  fill: #8a3638;
}
@media (min-width: 768px) {
  .buy .buy-contents .buy-list .buy-element .buy-element-core:hover .buy-element-titleline__icon figure {
    transform: translateX(min(0.3571428571vw, 5px));
  }
}

.sell {
  background-color: #8a3638;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .sell {
    padding-bottom: 22.5vw;
  }
}
@media (min-width: 768px) {
  .sell {
    padding-bottom: min(15vw, 210px);
  }
}
.sell .bk-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.sell .bk-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sell .bk-title {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
  height: 100%;
}
@media (max-width: 767px) {
  .sell .bk-title {
    width: 23.875vw;
  }
}
@media (min-width: 768px) {
  .sell .bk-title {
    width: 25.2857142857vw;
  }
}
.sell .bk-title .bk-title-slide {
  width: 100%;
  height: 100%;
}
.sell .bk-title .bk-title-slide .slick-list {
  width: 100% !important;
  height: 100% !important;
}
@media (max-width: 767px) {
  .sell .bk-title .bk-title-slide .bk-title-element {
    width: 23.875vw;
  }
}
@media (min-width: 768px) {
  .sell .bk-title .bk-title-slide .bk-title-element {
    width: 25.2857142857vw;
  }
}
.sell .common-titleline {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .sell .common-titleline {
    padding-top: 12.5vw;
    margin-bottom: 7.5vw;
  }
}
@media (min-width: 768px) {
  .sell .common-titleline {
    margin-bottom: min(5.7142857143vw, 80px);
    padding-top: min(7.1428571429vw, 100px);
  }
}
.sell .common-titleline__title h2 {
  color: #fff;
}
.sell .common-titleline__subtitle p {
  color: #fff;
}
.sell .sell-contents {
  position: relative;
  z-index: 1;
}
.sell .sell-contents .sell-list {
  margin: 0 auto;
}
@media (max-width: 767px) {
  .sell .sell-contents .sell-list {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .sell .sell-contents .sell-list {
    width: min(87.8571428571vw, 1230px);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: min(3.5714285714vw, 50px);
  }
}
.sell .sell-contents .sell-list .sell-element {
  display: block;
  position: relative;
}
@media (max-width: 767px) {
  .sell .sell-contents .sell-list .sell-element {
    width: 71.25vw;
    padding: 5vw 1.25vw 0;
  }
}
@media (min-width: 768px) {
  .sell .sell-contents .sell-list .sell-element {
    width: min(43.3571428571vw, 607px);
    padding-top: min(2.1428571429vw, 30px);
  }
}
.sell .sell-contents .sell-list .sell-element .decoration-light {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 767px) {
  .sell .sell-contents .sell-list .sell-element .decoration-light {
    width: 57.875vw;
    height: 15.375vw;
    top: -7.6875vw;
    top: -2.6875vw;
  }
}
@media (min-width: 768px) {
  .sell .sell-contents .sell-list .sell-element .decoration-light {
    height: min(9.4285714286vw, 132px);
    width: min(35.2857142857vw, 494px);
    top: calc(max(-9.4285714286vw, -132px) / 2 + min(2.1428571429vw, 30px));
  }
}
.sell .sell-contents .sell-list .sell-element .decoration-light img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.sell .sell-contents .sell-list .sell-element .sell-element-core {
  width: 100%;
  display: block;
  position: relative;
}
.sell .sell-contents .sell-list .sell-element .sell-element-core .sell-element-imgline {
  display: grid;
  place-items: center;
  border-color: #d8eeff;
  border-style: solid;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2509803922), transparent);
  position: relative;
  overflow: hidden;
  width: 100%;
}
@media (max-width: 767px) {
  .sell .sell-contents .sell-list .sell-element .sell-element-core .sell-element-imgline {
    border-radius: 5vw;
    margin-bottom: 2.5vw;
    padding: 2.5vw;
    border-width: 0.25vw;
  }
}
@media (min-width: 768px) {
  .sell .sell-contents .sell-list .sell-element .sell-element-core .sell-element-imgline {
    height: min(18.7142857143vw, 262px);
    border-radius: min(2.8571428571vw, 40px);
    margin-bottom: min(1.7857142857vw, 25px);
    padding: min(0.7142857143vw, 10px);
    border-width: min(0.0714285714vw, 1px);
  }
}
.sell .sell-contents .sell-list .sell-element .sell-element-core .sell-element-imgline figure {
  overflow: hidden;
  width: 100%;
  height: 100%;
  transition: 0.3s;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .sell .sell-contents .sell-list .sell-element .sell-element-core .sell-element-imgline figure {
    border-radius: 5vw;
  }
}
@media (min-width: 768px) {
  .sell .sell-contents .sell-list .sell-element .sell-element-core .sell-element-imgline figure {
    border-radius: min(2.8571428571vw, 40px);
  }
}
.sell .sell-contents .sell-list .sell-element .sell-element-core .sell-element-imgline figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .sell .sell-contents .sell-list .sell-element .sell-element-core .sell-element-imgline::after {
    background-color: #fff;
  }
}
@media (max-width: 767px) {
  .sell .sell-contents .sell-list .sell-element .sell-element-core .sell-element-titleline__title {
    margin-bottom: 3.75vw;
  }
}
.sell .sell-contents .sell-list .sell-element .sell-element-core .sell-element-titleline__title p {
  line-height: 1;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
@media (max-width: 767px) {
  .sell .sell-contents .sell-list .sell-element .sell-element-core .sell-element-titleline__title p {
    font-size: 4.125vw;
  }
}
@media (min-width: 768px) {
  .sell .sell-contents .sell-list .sell-element .sell-element-core .sell-element-titleline__title p {
    font-size: min(2.3571428571vw, 33px);
  }
}
@media (max-width: 767px) {
  .sell .sell-contents .sell-list .sell-element .sell-element-core .sell-element-titleline__icon {
    width: 10vw;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .sell .sell-contents .sell-list .sell-element .sell-element-core .sell-element-titleline__icon figure {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .sell .sell-contents .sell-list .sell-element .sell-element-core .sell-element-titleline__icon figure svg {
    fill: #fff;
  }
}
@media (min-width: 768px) {
  .sell .sell-contents .sell-list .sell-element .sell-element-core:hover .sell-element-titleline__icon figure {
    transform: translateX(min(0.3571428571vw, 5px));
  }
}

@keyframes lineExpandShrink {
  0% {
    width: 0;
    left: 0;
  }
  50% {
    width: 100%;
    left: 0;
  }
  100% {
    width: 0;
    left: 100%;
  }
}
@keyframes textColor {
  to {
    color: #fff;
  }
}/*# sourceMappingURL=top.css.map */