/* home common
-----------------------------------------------------------*/
h2.hl {
  font-size: min(6.2391681109vw, 72px);
  display: flex;
  flex-direction: column;
  line-height: 1;
}
h2.hl span {
  font-size: min(1.733102253vw, 20px);
  font-weight: 700;
  margin-top: min(1.2998266898vw, 15px);
}

.linkBtn {
  width: min(21.8370883882vw, 252px);
  background: #231815;
}
.linkBtn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: min(21.6637781629vw, 250px);
  height: min(5.719237435vw, 66px);
  border: 1px solid #231815;
  font-size: min(1.4731369151vw, 17px);
  font-weight: 700;
  position: relative;
  color: #fff;
  background: linear-gradient(to right, #fff 0%, #fff 100%);
  background-repeat: no-repeat;
  background-size: 0% 110%;
  background-position: 105%;
  transition: 0.3s background-size;
}
.linkBtn a span {
  width: min(1.2998266898vw, 15px);
  margin-left: 1em;
}
.linkBtn a span polygon,
.linkBtn a span path {
  fill: #fff;
  transition: 0.3s all;
}
@media screen and (min-width: 769px) {
  .linkBtn a:hover {
    background-size: 100% 100%;
    background-position: 0;
    color: #231815;
  }
  .linkBtn a:hover span polygon,
.linkBtn a:hover span path {
    fill: #231815;
  }
}
.linkBtn.wh {
  background: #fff;
}
.linkBtn.wh a {
  border: none;
}

@-webkit-keyframes logoAnim {
  0% {
    stroke-dasharray: 0 30;
  }
  100% {
    stroke-dasharray: 30 30;
  }
}

@keyframes logoAnim {
  0% {
    stroke-dasharray: 0 30;
  }
  100% {
    stroke-dasharray: 30 30;
  }
}
@media screen and (max-width: 767px) {
  h2.hl {
    font-size: 15.4666666667vw;
  }
  h2.hl span {
    font-size: 5.0666666667vw;
    margin-top: 2.6666666667vw;
  }
  .linkBtn {
    width: 63.4666666667vw;
  }
  .linkBtn a {
    width: 62.9333333333vw;
    height: 17.3333333333vw;
    font-size: 4.2666666667vw;
  }
  .linkBtn a span {
    width: 4vw;
  }
}
/* kv
-----------------------------------------------------------*/
#kvSec {
  position: relative;
  width: 100%;
  height: 100vh;
  box-sizing: border-box;
  overflow: hidden;
  background: #000;
  display: flex;
  justify-content: center;
  align-items: center;
}
#kvSec::after {
  content: "";
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  background: rgba(35, 24, 21, 0.5);
}
#kvSec div.kvBox {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-weight: 500;
  font-size: min(2.5996533795vw, 30px);
  text-align: center;
  line-height: 2;
  position: relative;
  z-index: 20;
  color: #fff;
  letter-spacing: 0.1em;
  transition: 0.3s all;
}
#kvSec div.logoBox {
  color: #fff;
  text-align: right;
  position: absolute;
  bottom: min(1.733102253vw, 20px);
  right: min(4.3327556326vw, 50px);
  z-index: 30;
  font-size: min(1.2131715771vw, 14px);
  line-height: 1;
}
#kvSec div.logoBox .group {
  width: min(13.1715771231vw, 152px);
  margin: min(1.2998266898vw, 15px) 0 0 auto;
}
#kvSec div.logoBox .group a {
  transition: 0.3s all;
}
@media screen and (min-width: 769px) {
  #kvSec div.logoBox .group a:hover {
    transform: scale(1.05);
  }
}
#kvSec div.kvSlide {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100vh;
}
#kvSec div.kvSlide li {
  width: 100%;
  height: 100vh;
  opacity: 0;
}
#kvSec div.kvSlide li p {
  width: 100%;
  height: 100vh;
}
#kvSec div.kvSlide li img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: calc(100% + min(17.3310225303vw, 200px));
  margin-left: min(-8.6655112652vw, -100px);
}
#kvSec div.kvSlide li.swiper-slide-visible p, #kvSec div.kvSlide li.swiper-slide-prev p {
  -webkit-animation: kvin 7s 1 linear forwards;
          animation: kvin 7s 1 linear forwards;
}
#kvSec div.kvSlide li.swiper-slide-visible.move_lh p, #kvSec div.kvSlide li.swiper-slide-prev.move_lh p {
  -webkit-animation: kvin_lh 7s 1 linear forwards;
          animation: kvin_lh 7s 1 linear forwards;
}
#kvSec div.kvSlide li.swiper-slide-visible.move_rh p, #kvSec div.kvSlide li.swiper-slide-prev.move_rh p {
  -webkit-animation: kvin_rh 7s 1 linear forwards;
          animation: kvin_rh 7s 1 linear forwards;
}
#kvSec h1 {
  width: min(57.6256499133vw, 665px);
}

@-webkit-keyframes kvin {
  0% {
    transform: scale(1);
  }
  100%, to {
    transform: scale(1.1);
  }
}

@keyframes kvin {
  0% {
    transform: scale(1);
  }
  100%, to {
    transform: scale(1.1);
  }
}
@-webkit-keyframes kvin_lh {
  0% {
    transform: translateX(min(4.3327556326vw, 50px)) scale(1.1);
  }
  100%, to {
    transform: translateX(min(-4.3327556326vw, -50px)) scale(1.1);
  }
}
@keyframes kvin_lh {
  0% {
    transform: translateX(min(4.3327556326vw, 50px)) scale(1.1);
  }
  100%, to {
    transform: translateX(min(-4.3327556326vw, -50px)) scale(1.1);
  }
}
@-webkit-keyframes kvin_rh {
  0% {
    transform: translateX(min(-4.3327556326vw, -50px)) scale(1.1);
  }
  100%, to {
    transform: translateX(min(4.3327556326vw, 50px)) scale(1.1);
  }
}
@keyframes kvin_rh {
  0% {
    transform: translateX(min(-4.3327556326vw, -50px)) scale(1.1);
  }
  100%, to {
    transform: translateX(min(4.3327556326vw, 50px)) scale(1.1);
  }
}
@-webkit-keyframes dotActive {
  0% {
    stroke-dasharray: 0 85;
  }
  100% {
    stroke-dasharray: 85 85;
  }
}
@keyframes dotActive {
  0% {
    stroke-dasharray: 0 85;
  }
  100% {
    stroke-dasharray: 85 85;
  }
}
@-webkit-keyframes dotDisActive {
  0% {
    stroke-dasharray: 85 85;
  }
  100% {
    stroke-dasharray: 0 85;
  }
}
@keyframes dotDisActive {
  0% {
    stroke-dasharray: 85 85;
  }
  100% {
    stroke-dasharray: 0 85;
  }
}
@media screen and (max-width: 767px) {
  #kvSec {
    height: calc(var(--vh) * 100);
    min-height: 106.6666666667vw;
  }
  #kvSec::after {
    height: calc(var(--vh) * 100);
    min-height: 106.6666666667vw;
  }
  #kvSec div.kvSlide {
    position: absolute;
    height: calc(var(--vh) * 100);
    min-height: 106.6666666667vw;
  }
  #kvSec div.kvSlide li {
    height: calc(var(--vh) * 100);
    min-height: 106.6666666667vw;
  }
  #kvSec div.kvSlide li img {
    width: calc(100% + 53.3333333333vw);
    min-height: 106.6666666667vw;
    margin-left: -26.6666666667vw;
  }
  #kvSec div.logoBox {
    bottom: 5.8666666667vw;
    right: 5.3333333333vw;
    font-size: 3.2vw;
  }
  #kvSec div.logoBox .group {
    width: 32.2666666667vw;
    margin: 2.6666666667vw 0 0 auto;
  }
  #kvSec h1 {
    width: 80vw;
  }
  @-webkit-keyframes kvin_lh {
    0% {
      transform: translateX(13.3333333333vw) scale(1.1);
    }
    100%, to {
      transform: translateX(-13.3333333333vw) scale(1.1);
    }
  }
  @keyframes kvin_lh {
    0% {
      transform: translateX(13.3333333333vw) scale(1.1);
    }
    100%, to {
      transform: translateX(-13.3333333333vw) scale(1.1);
    }
  }
  @-webkit-keyframes kvin_rh {
    0% {
      transform: translateX(-13.3333333333vw) scale(1.1);
    }
    100%, to {
      transform: translateX(13.3333333333vw) scale(1.1);
    }
  }
  @keyframes kvin_rh {
    0% {
      transform: translateX(-13.3333333333vw) scale(1.1);
    }
    100%, to {
      transform: translateX(13.3333333333vw) scale(1.1);
    }
  }
}
/* leadSec
-----------------------------------------------------------*/
section#leadSec {
  padding-top: min(5.6325823224vw, 65px);
  text-align: center;
  font-size: min(2.1663778163vw, 25px);
  font-weight: 700;
}
section#leadSec h2 {
  font-size: min(3.1195840555vw, 36px);
  margin-bottom: min(2.1663778163vw, 25px);
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  section#leadSec {
    padding-top: 10.6666666667vw;
    font-size: 5.3333333333vw;
  }
  section#leadSec h2 {
    font-size: 6.6666666667vw;
    margin-bottom: 6.6666666667vw;
  }
}
/* PromiseSec
-----------------------------------------------------------*/
section#PromiseSec {
  padding: min(7.3656845754vw, 85px) 0 min(6.4991334489vw, 75px);
}
section#PromiseSec h2 {
  color: #ff3a00;
}
section#PromiseSec ul {
  display: flex;
  justify-content: space-between;
  margin-top: min(2.1663778163vw, 25px);
}
section#PromiseSec ul li {
  width: min(27.9029462738vw, 322px);
  height: min(29.4627383016vw, 340px);
  padding: min(3.4662045061vw, 40px) min(2.5996533795vw, 30px) min(2.5996533795vw, 30px);
  background: #ff3a00;
  box-sizing: border-box;
  color: #fff;
  font-size: min(1.3864818024vw, 16px);
  font-weight: 700;
  position: relative;
  line-height: 1.6;
}
section#PromiseSec ul li::after {
  content: "";
  width: min(1.9064124783vw, 22px);
  height: min(1.9064124783vw, 22px);
  display: block;
  position: absolute;
  top: max(-0.1733102253vw, -2px);
  right: max(-0.1733102253vw, -2px);
  z-index: 20;
  background: url(../img/promise_cornaer.svg) 0 0 no-repeat;
  background-size: contain;
}
section#PromiseSec ul li h3 {
  font-size: min(2.1663778163vw, 25px);
  text-align: center;
  line-height: 1;
  font-weight: 700;
  margin-bottom: min(2.1663778163vw, 25px);
}
section#PromiseSec .pm-pagination {
  display: none;
}

@media screen and (max-width: 767px) {
  section#PromiseSec {
    padding: 16vw 0 14.6666666667vw;
  }
  section#PromiseSec ul {
    margin-top: 5.3333333333vw;
  }
  section#PromiseSec ul li {
    width: 78.6666666667vw;
    height: 83.4666666667vw;
    padding: 9.3333333333vw 9.3333333333vw 10.6666666667vw;
    font-size: 3.4666666667vw;
  }
  section#PromiseSec ul li::after {
    width: 5.8666666667vw;
    height: 5.8666666667vw;
    top: -0.5333333333vw;
    right: -0.5333333333vw;
  }
  section#PromiseSec ul li h3 {
    font-size: 6.4vw;
    margin-bottom: 8vw;
  }
  section#PromiseSec .pm-pagination {
    display: flex;
    justify-content: center;
    gap: 2.6666666667vw;
    margin-top: 5.3333333333vw;
  }
  section#PromiseSec .pm-pagination .swiper-pagination-bullet {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    margin: 0;
    background: #c1c2c4;
    opacity: 1;
  }
  section#PromiseSec .pm-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #ff3a00;
  }
}
/* PriceSec
-----------------------------------------------------------*/
section#PriceSec {
  padding: min(9.9653379549vw, 115px) 0 min(12.9982668977vw, 150px);
  background: #231815;
  color: #fff;
}
section#PriceSec h2 {
  color: #fff;
}
section#PriceSec div.systemBox {
  margin: min(4.3327556326vw, 50px) auto 0;
  width: min(71.0571923744vw, 820px);
}
section#PriceSec div.systemBox .leadNote {
  margin-bottom: 50px;
}
section#PriceSec div.systemBox h3 {
  font-size: min(2.1663778163vw, 25px);
  font-weight: 700;
}
section#PriceSec div.systemBox h3 + P {
  font-size: min(1.2131715771vw, 14px);
  font-weight: 400;
  margin-top: min(0.8665511265vw, 10px);
}
section#PriceSec div.systemBox table {
  table-layout: fixed;
}
section#PriceSec div.systemBox th,
section#PriceSec div.systemBox td {
  padding: min(1.2998266898vw, 15px) 0;
  font-size: min(1.2131715771vw, 14px);
  vertical-align: top;
  border-bottom: 1px solid #fff;
}
section#PriceSec div.systemBox th.col1 {
  width: min(13.8648180243vw, 160px);
}
section#PriceSec div.systemBox th.col2 {
  width: min(20.7972270364vw, 240px);
  text-align: right;
}
section#PriceSec div.systemBox td {
  font-size: min(1.6464471404vw, 19px);
}
section#PriceSec div.systemBox td.price {
  text-align: right;
}
section#PriceSec div.systemBox .notice {
  font-size: min(1.2131715771vw, 14px);
  font-weight: 700;
  margin-top: min(1.2998266898vw, 15px);
}

@media screen and (max-width: 767px) {
  section#PriceSec {
    padding: 18.6666666667vw 0 32vw;
  }
  section#PriceSec div.systemBox {
    margin-top: 10.6666666667vw;
    width: 100%;
  }
  section#PriceSec div.systemBox .leadNote {
    text-align: center;
    line-height: 2.2;
    margin-bottom: 50px;
    font-size: 14px;
  }
  section#PriceSec div.systemBox:first-of-type {
    margin-top: 17.3333333333vw;
  }
  section#PriceSec div.systemBox h3 {
    font-size: 5.3333333333vw;
  }
  section#PriceSec div.systemBox h3 + P {
    font-size: 3.4666666667vw;
    font-weight: 400;
    margin-top: 2.6666666667vw;
  }
  section#PriceSec div.systemBox div.tableWrap {
    overflow: auto;
    width: calc(100% + 21.3333333333vw);
    margin: 0 -10.6666666667vw;
  }
  section#PriceSec div.systemBox div.tableWrap > div {
    width: 133.3333333333vw;
    padding: 0 10.6666666667vw;
  }
  section#PriceSec div.systemBox table {
    margin-top: 4vw;
  }
  section#PriceSec div.systemBox tr {
    display: flex;
  }
  section#PriceSec div.systemBox th,
section#PriceSec div.systemBox td {
    padding: 2.6666666667vw 0;
    font-size: 3.4666666667vw;
  }
  section#PriceSec div.systemBox thead tr {
    justify-content: space-between;
  }
  section#PriceSec div.systemBox tbody tr {
    flex-direction: column;
    border-bottom: 1px solid #fff;
  }
  section#PriceSec div.systemBox tbody tr td {
    border-bottom: none;
  }
  section#PriceSec div.systemBox tbody tr td ~ td {
    padding-top: 0;
  }
  section#PriceSec div.systemBox th.col1, section#PriceSec div.systemBox th.col2 {
    width: 50%;
  }
  section#PriceSec div.systemBox td.price {
    font-size: 4vw;
  }
  section#PriceSec div.systemBox .notice {
    font-size: 3.4666666667vw;
    margin-top: 4vw;
  }
}
/* GallerySec
-----------------------------------------------------------*/
section#GallerySec {
  padding-top: min(8.6655112652vw, 100px);
  background: #ff3a00;
  color: #fff;
}
section#GallerySec h2 + p {
  text-align: center;
  font-weight: 700;
  margin-top: min(2.5996533795vw, 30px);
}
section#GallerySec div.galleryList {
  overflow: hidden;
  display: flex;
  margin-top: min(4.3327556326vw, 50px);
}
section#GallerySec ul {
  display: flex;
  max-height: min(40.3812824957vw, 466px);
  -webkit-animation: loop-list 30s linear infinite;
          animation: loop-list 30s linear infinite;
}
section#GallerySec ul li {
  height: min(40.3812824957vw, 466px);
}
section#GallerySec ul li img {
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
  height: min(40.3812824957vw, 466px);
  -o-object-position: 50% 20%;
     object-position: 50% 20%;
}

@-webkit-keyframes loop-list {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}

@keyframes loop-list {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}
@media screen and (max-width: 767px) {
  section#GallerySec {
    padding-top: 16vw;
  }
  section#GallerySec h2 + p {
    margin-top: 10.6666666667vw;
  }
  section#GallerySec div.galleryList {
    margin-top: 10.6666666667vw;
  }
  section#GallerySec ul {
    max-height: 53.3333333333vw;
  }
  section#GallerySec ul li {
    height: 53.3333333333vw;
  }
  section#GallerySec ul li img {
    height: 53.3333333333vw;
  }
}
/* EventSec
-----------------------------------------------------------*/
section#EventSec {
  padding: min(7.3656845754vw, 85px) 0 min(8.2322357019vw, 95px);
}
section#EventSec h2 + p {
  margin-top: min(6.0658578856vw, 70px);
  text-align: center;
}
section#EventSec .linkBtn {
  margin: min(3.8994800693vw, 45px) auto 0;
}

@media screen and (max-width: 767px) {
  section#EventSec {
    padding: 16vw 0;
    background-position: center bottom -32vw;
    background-size: 32vw auto;
  }
  section#EventSec h2 + p {
    text-align: center;
    font-size: 3.7333333333vw;
    margin-top: 9.3333333333vw;
  }
  section#EventSec .linkBtn {
    margin: 10.6666666667vw auto 0;
  }
}
/* InfoSec
-----------------------------------------------------------*/
section#InfoSec {
  padding: min(7.3656845754vw, 85px) 0 min(6.0658578856vw, 70px);
  background: #231815;
  color: #fff;
}
section#InfoSec div.inner {
  padding: 0 min(3.4662045061vw, 40px);
}
section#InfoSec #gmap {
  width: 100%;
  height: min(39.4280762565vw, 455px);
  margin-top: min(3.8994800693vw, 45px);
}
section#InfoSec #gmap iframe {
  width: 100%;
  height: min(39.4280762565vw, 455px);
}
section#InfoSec div.infoBox {
  text-align: center;
  font-size: min(1.3864818024vw, 16px);
  padding-top: min(4.3327556326vw, 50px);
  line-height: 2.2;
}
section#InfoSec div.infoBox h3 {
  margin-top: min(4.3327556326vw, 50px);
}

@media screen and (max-width: 767px) {
  section#InfoSec {
    padding: 17.3333333333vw 0 18.6666666667vw;
  }
  section#InfoSec div.inner {
    padding: 0 10.6666666667vw;
    flex-direction: column;
  }
  section#InfoSec div.inner > div {
    width: 100%;
  }
  section#InfoSec #gmap {
    width: 100%;
    height: 74.6666666667vw;
    border-radius: 8vw;
    margin-top: 10.6666666667vw;
  }
  section#InfoSec #gmap iframe {
    width: 100%;
    height: 74.6666666667vw;
  }
  section#InfoSec div.infoBox {
    font-size: 3.4666666667vw;
    padding-top: 8vw;
    line-height: 1.8;
  }
  section#InfoSec div.infoBox h3 {
    margin-top: 8vw;
  }
}
/* RecruitSec
-----------------------------------------------------------*/
section#RecruitSec {
  padding: min(6.9324090121vw, 80px) 0;
  background: #eee;
}
section#RecruitSec div.inner {
  padding: 0 min(3.4662045061vw, 40px);
}
section#RecruitSec div.recruitBox {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: min(4.3327556326vw, 50px);
  position: relative;
}
section#RecruitSec div.recruitBox:first-of-type {
  margin-top: min(2.5996533795vw, 30px);
}
section#RecruitSec div.recruitBox figure {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: min(20.7972270364vw, 240px);
  border-radius: min(1.733102253vw, 20px);
  overflow: hidden;
}
section#RecruitSec div.recruitBox > div {
  width: min(59.7920277296vw, 690px);
}
section#RecruitSec h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: min(16.2045060659vw, 187px);
  height: min(4.1594454073vw, 48px);
  font-size: min(1.4731369151vw, 17px);
  border: 1px solid #231815;
}
section#RecruitSec table {
  margin-top: min(1.2998266898vw, 15px);
}
section#RecruitSec table th,
section#RecruitSec table td {
  padding: 0 min(0.4332755633vw, 5px) min(0.8665511265vw, 10px) 0;
  vertical-align: top;
  letter-spacing: 0.2em;
}
section#RecruitSec table th {
  width: min(8.6655112652vw, 100px);
}
section#RecruitSec .linkBtn {
  margin-top: min(1.2998266898vw, 15px);
}

@media screen and (max-width: 767px) {
  section#RecruitSec {
    padding: 18.6666666667vw 0;
  }
  section#RecruitSec div.inner {
    padding: 0 10.6666666667vw;
  }
  section#RecruitSec div.recruitBox {
    display: block;
    margin-top: 14.6666666667vw;
  }
  section#RecruitSec div.recruitBox:first-of-type {
    margin-top: 14.6666666667vw;
  }
  section#RecruitSec div.recruitBox figure {
    position: static;
    width: 100%;
    border-radius: 8vw;
    margin-top: 5.3333333333vw;
  }
  section#RecruitSec div.recruitBox > div {
    width: 100%;
  }
  section#RecruitSec h3 {
    width: 49.8666666667vw;
    height: 12.8vw;
    font-size: 4.5333333333vw;
  }
  section#RecruitSec table {
    margin-top: 4vw;
  }
  section#RecruitSec table th,
section#RecruitSec table td {
    padding: 2.6666666667vw 0;
  }
  section#RecruitSec table th {
    width: 21.3333333333vw;
  }
  section#RecruitSec .linkBtn {
    margin: 4vw auto 0;
  }
}
/* ContactSec
-----------------------------------------------------------*/
section#ContactSec {
  padding: min(7.3656845754vw, 85px) 0 min(5.6325823224vw, 65px);
}
section#ContactSec div.contactBox {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-right: 1px solid #231815;
  margin-top: min(4.3327556326vw, 50px);
  font-weight: 700;
  color: #231815;
  text-align: center;
}
section#ContactSec div.contactBox > div {
  border-left: 1px solid #231815;
  padding: min(1.733102253vw, 20px) 0 min(1.2998266898vw, 15px);
}
section#ContactSec div.contactBox div.telBox figure {
  width: min(7.1057192374vw, 82px);
  margin: 0 auto min(2.5996533795vw, 30px);
}
section#ContactSec div.contactBox div.telBox .tel {
  font-size: min(2.5996533795vw, 30px);
  font-weight: 700;
  line-height: 1;
}
section#ContactSec div.contactBox div.telBox .tel a {
  color: #231815;
  pointer-events: none;
}
section#ContactSec div.contactBox div.telBox .bisTime {
  margin-top: min(3.0329289428vw, 35px);
}
section#ContactSec div.contactBox div.mailBox figure {
  width: min(4.0727902946vw, 47px);
  margin: min(0.3466204506vw, 4px) auto min(2.5996533795vw, 30px);
}
section#ContactSec div.contactBox div.mailBox h3 {
  font-size: min(2.5996533795vw, 30px);
  font-weight: 700;
  line-height: 1;
}
section#ContactSec div.contactBox div.mailBox .linkBtn {
  margin: min(2.5996533795vw, 30px) auto 0;
}
section#ContactSec ul.shopList {
  display: flex;
  justify-content: space-between;
  margin-top: min(3.4662045061vw, 40px);
}
section#ContactSec ul.shopList li {
  width: min(27.4696707106vw, 317px);
  border: 1px solid #231815;
  box-sizing: border-box;
}
section#ContactSec ul.shopList li a {
  width: min(27.4696707106vw, 317px);
  height: calc(100% - min(5.8058925477vw, 67px));
  min-height: min(27.7296360485vw, 320px);
  padding: min(6.4991334489vw, 75px) min(3.2928942808vw, 38px) min(3.4662045061vw, 40px);
  box-sizing: border-box;
  font-size: min(1.0398613518vw, 12px);
  transition: 0.3s all;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  section#ContactSec ul.shopList li a:hover {
    transform: scale(1.02);
  }
}
section#ContactSec ul.shopList li h3 {
  width: min(18.1975736568vw, 210px);
  margin: 0 auto;
}
section#ContactSec ul.shopList li P {
  margin-top: min(3.4662045061vw, 40px);
  font-weight: 700;
}
section#ContactSec .shop-pagination {
  display: none;
}

@media screen and (max-width: 767px) {
  section#ContactSec {
    padding: 17.3333333333vw 0 13.3333333333vw;
  }
  section#ContactSec div.contactBox {
    display: block;
    margin-top: min(4.3327556326vw, 50px);
    border: none;
  }
  section#ContactSec div.contactBox > div {
    border: none;
    padding: 0;
    margin-top: 13.3333333333vw;
  }
  section#ContactSec div.contactBox div.telBox figure {
    width: 16.5333333333vw;
    margin: 0 auto 5.3333333333vw;
  }
  section#ContactSec div.contactBox div.telBox .tel {
    font-size: 5.6vw;
  }
  section#ContactSec div.contactBox div.telBox .tel a {
    pointer-events: all;
  }
  section#ContactSec div.contactBox div.telBox .bisTime {
    font-size: 4vw;
    margin-top: 4vw;
  }
  section#ContactSec div.contactBox div.mailBox {
    margin-top: 13.3333333333vw;
  }
  section#ContactSec div.contactBox div.mailBox figure {
    width: 10.6666666667vw;
    margin: 0 auto 6.6666666667vw;
  }
  section#ContactSec div.contactBox div.mailBox h3 {
    font-size: 5.6vw;
  }
  section#ContactSec div.contactBox div.mailBox .linkBtn {
    margin: 5.3333333333vw auto 0;
  }
  section#ContactSec ul.shopList {
    margin-top: 17.3333333333vw;
  }
  section#ContactSec ul.shopList li a {
    width: 78.6666666667vw;
    height: 80vw;
    padding: 18.6666666667vw 9.3333333333vw 10.6666666667vw;
    border-radius: 5.3333333333vw;
    font-size: 3.4666666667vw;
  }
  section#ContactSec ul.shopList li a h3 {
    width: 52vw;
  }
  section#ContactSec ul.shopList li a P {
    margin-top: 10.6666666667vw;
    font-size: 3.2vw;
  }
  section#ContactSec .shop-pagination {
    display: flex;
    justify-content: center;
    gap: 2.6666666667vw;
    margin-top: 5.3333333333vw;
  }
  section#ContactSec .shop-pagination .swiper-pagination-bullet {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    margin: 0;
    background: #c1c2c4;
    opacity: 1;
  }
  section#ContactSec .shop-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #ff3a00;
  }
}
/*# sourceMappingURL=home.css.map */