@charset "UTF-8";
#key p {
  width: 100%;
  height: 100%;
}
#key p img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dots-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 4vw;
}
.dots-wrapper .custom-dots {
  margin: 0 11px;
}
.dots-wrapper .custom-dots ul {
  display: flex;
  padding: 0;
  list-style: none;
  margin: 0;
}
.dots-wrapper .custom-dots li {
  margin: 0 5px;
}
.dots-wrapper .custom-dots button {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 22px;
  font-family: "Amiri", serif;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #fff;
  background-color: #5f4534;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 4px 0 0 1px;
}
.dots-wrapper .custom-dots .slick-active button {
  background-color: #da2f00;
}
.dots-wrapper .prev-arrow,
.dots-wrapper .next-arrow {
  width: 20px;
  height: 30px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.dots-wrapper .prev-arrow {
  background: url(../img/shared/arrow_left.png) no-repeat;
  background-size: contain;
}
.dots-wrapper .next-arrow {
  background: url(../img/shared/arrow_right.png) no-repeat;
  background-size: contain;
}

.nav-target.line1::before {
  z-index: 3;
}

#sec1 {
  position: relative;
  z-index: 2;
}
#sec1::before {
  content: "";
  position: absolute;
  background: url(../img/english/english_bg1.png) repeat;
  background-size: 15%;
  background-position: center top;
  inset: 0;
  z-index: -1;
}
#sec1::after {
  content: "";
  position: absolute;
  background: url(../img/english/english_deco3.png) repeat-y;
  background-position: center top;
  background-size: contain;
  height: 100%;
  top: 0;
  left: -10%;
  right: -10%;
  margin: 0 auto;
  z-index: -2;
}
#sec1 .deco1 {
  position: absolute;
  width: 26vw;
  top: 74vw;
  left: 0;
  z-index: 2;
}
#sec1 .row1 {
  position: relative;
  margin: 0 auto 8vw;
  z-index: 1;
}
#sec1 .row1::before {
  content: "";
  position: absolute;
  background: url(../img/english/sec1_bg1.png) repeat-x;
  background-position: center top;
  background-size: cover;
  height: 50vw;
  top: 0;
  left: -3.2%;
  right: -3.2%;
  z-index: -1;
}
#sec1 .row1 .img {
  margin: 0 -4% 20vw -48%;
}
#sec1 .row1 .desc h2 {
  font-size: 8vw;
  font-weight: bold;
  font-family: var(--serif);
  color: #39291e;
  line-height: 1.8em;
  margin-bottom: 6vw;
}
#sec1 .row1 .desc h2 .bg {
  padding: 0.5vw 2%;
  --cl: #f2efd8;
  --t: 0%;
  --b: 100%;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  background-image: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) var(--t),
    var(--cl) var(--t),
    var(--cl) var(--b),
    rgba(255, 255, 255, 0) var(--b)
  );
}
#sec1 .row1 .desc h2 .red {
  color: #da2f00;
}
#sec1 .ls-btn {
  display: flex;
  justify-content: center;
  margin-bottom: 8vw;
}
#sec1 .ls-btn li {
  margin-right: 5%;
  font-size: 5vw;
  font-family: var(--serif);
  font-weight: bold;
}
#sec1 .ls-btn li:last-child {
  margin-right: 0;
}
#sec1 .ls-btn li a {
  background: url(../img/english/sec1_btn.png) no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 7em;
  height: auto;
  aspect-ratio: 1/1;
  color: #fff8e0;
}
#sec1 .row2 {
  position: relative;
  display: flex;
  margin: 0 -3.2%;
  z-index: 1;
}
#sec1 .row2::before {
  content: "";
  position: absolute;
  background: url(../img/english/english_deco1.png) no-repeat;
  background-position: center top;
  background-size: cover;
  height: 30vw;
  top: 20vw;
  left: -3.2%;
  right: -3.2%;
  z-index: -1;
}
#sec1 .row2::after {
  content: "";
  position: absolute;
  background: url(../img/english/english_deco2.png) no-repeat;
  background-position: center bottom;
  background-size: cover;
  height: 20vw;
  bottom: -8vw;
  left: -3.2%;
  right: -3.2%;
  z-index: -1;
}
#sec2 {
  padding: 15vw 0 15vw;
  position: relative;
  z-index: 1;
}
#sec2::before {
  content: "";
  position: absolute;
  background: url(../img/english/sec2_bg1.png) no-repeat;
  background-position: center top;
  background-size: cover;
  width: 100%;
  height: 125vw;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
#sec2::after {
  content: "";
  position: absolute;
  background: url(../img/english/english_deco3.png) repeat-y;
  background-position: center top;
  background-size: contain;
  height: 100%;
  top: 0;
  left: -10%;
  right: -10%;
  margin: 0 auto;
  z-index: -2;
}
#sec2 .row1 {
  position: relative;
  margin-bottom: 8vw;
}
#sec2 .row1 .img {
  margin-bottom: 4vw;
}
#sec2 .row1 .img img {
  box-shadow: 0 2px 5px #2b1b0d;
}
#sec2 .row1 .desc h2 {
  font-family: var(--serif);
  font-weight: bold;
  font-size: 7vw;
  line-height: 1.2em;
  margin-bottom: 4vw;
  color: #39291e;
  text-shadow: rgb(242, 239, 216) 0.4vw 0vw 0vw,
    rgb(242, 239, 216) 0.351vw 0.1918vw 0vw,
    rgb(242, 239, 216) 0.2162vw 0.3366vw 0vw,
    rgb(242, 239, 216) 0.0282vw 0.399vw 0vw,
    rgb(242, 239, 216) -0.1664vw 0.3638vw 0vw,
    rgb(242, 239, 216) -0.3204vw 0.2394vw 0vw,
    rgb(242, 239, 216) -0.396vw 0.0564vw 0vw,
    rgb(242, 239, 216) -0.3746vw -0.1403vw 0vw,
    rgb(242, 239, 216) -0.2614vw -0.3028vw 0vw,
    rgb(242, 239, 216) -0.0844vw -0.391vw 0vw,
    rgb(242, 239, 216) 0.1134vw -0.3836vw 0vw,
    rgb(242, 239, 216) 0.2835vw -0.2822vw 0vw,
    rgb(242, 239, 216) 0.384vw -0.1118vw 0vw;
}
#sec2 .row2 {
  display: flex;
  margin-bottom: 8vw;
}
#sec2 .row2 .group-img1 {
  width: 56%;
  margin-right: 4%;
}
#sec2 .row2 .img1 {
  width: 80%;
  margin: 0 auto 4vw;
}
#sec2 .row2 .img1 img {
  box-shadow: 0 2px 5px #2b1b0d;
}
#sec2 .row2 .img2 {
  width: 100%;
}
#sec2 .row2 .img2 img {
  box-shadow: 0 2px 5px #2b1b0d;
}
#sec2 .row2 .group-img2 {
  width: 40%;
}
#sec2 .row2 .img3 {
  margin: 0 0 -8vw;
}
#sec2 .ls-btn .btn-link {
  margin-bottom: 4vw;
}
#sec2 .ls-btn .btn-link a {
  letter-spacing: normal;
  color: #fff8e0;
  font-weight: bold;
}
#sec2 .ls-btn .btn-link:last-child {
  margin-bottom: 0;
}

#sec3 {
  padding: 15vw 0 15vw;
  position: relative;
  z-index: 1;
}
#sec3::after {
  content: "";
  position: absolute;
  background: url(../img/english/sec3_deco1.png) no-repeat;
  background-size: contain;
  aspect-ratio: 803/430;
  width: 80vw;
  height: auto;
  top: 0;
  left: 0;
  z-index: -1;
}
#sec3 .row {
  margin-bottom: 8vw;
}
#sec3 .row .desc {
  margin-bottom: 4vw;
}
#sec3 .row .desc h2 {
  font-size: 6vw;
  font-weight: bold;
  font-family: var(--serif);
  color: #39291e;
  line-height: 1.8em;
  margin-bottom: 4vw;
}
#sec3 .row .desc h2 .bg {
  padding: 0.5vw 2%;
  --cl: #f2efd8;
  --t: 0%;
  --b: 100%;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  background-image: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) var(--t),
    var(--cl) var(--t),
    var(--cl) var(--b),
    rgba(255, 255, 255, 0) var(--b)
  );
}
#sec3 .row .desc h2 .red {
  color: #da2f00;
}
#sec3 .box {
  background: url(../img/shared/bg3.jpg) repeat;
  background-size: auto;
  background-position: center top;
  position: relative;
  z-index: 1;
  padding: 10vw 5%;
  color: #f2efd8;
  box-shadow: 0 2px 10px #2b1b0d;
}
#sec3 .box::before,
#sec3 .box::after {
  content: "";
  position: absolute;
  background: url(../img/english/english_bg2.png) repeat-x;
  background-size: 15%;
  background-position: center center;
  left: 0;
  right: 0;
  height: 5vw;
  z-index: -1;
}
#sec3 .box::before {
  top: 0;
}
#sec3 .box::after {
  bottom: 0;
}
#sec3 .box .tit {
  font-weight: bold;
  font-family: var(--serif);
  font-size: 6vw;
  text-align: center;
  margin: 0 0 4vw;
  line-height: 1.4em;
}
#sec3 .box ul {
  display: flex;
  flex-wrap: wrap;
}
#sec3 .box ul li {
  font-family: var(--serif);
  font-weight: bold;
  margin-right: 10px;
  padding: 4px 30px 4px 4px;
  position: relative;
}
#sec3 .box ul li::before {
  content: "／";
  position: absolute;
  font-size: 20px;
  font-weight: bold;
  font-family: var(--serif);
  right: 0;
}
#sec3 .box ul li:last-child {
  padding-right: 0;
  margin-right: 0;
}
#sec3 .box ul li:last-child::before {
  content: none;
}
#sec3 .box ul li.light {
  font-weight: 300;
}
#sec3 .box ul li.medium {
  font-weight: 500;
}

#sec4 {
  color: #fff8e0;
  padding: 50vw 0 0;
  position: relative;
  z-index: 1;
}
#sec4::before {
  content: "";
  position: absolute;
  background: url(../img/english/english_deco1.png) repeat-x;
  background-position: center top;
  background-size: cover;
  height: 15vw;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
#sec4::after {
  content: "";
  position: absolute;
  background: url(../img/english/english_deco2.png) repeat-x;
  background-position: center bottom;
  background-size: cover;
  height: 20vw;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
#sec4 .deco1 {
  width: 40vw;
  position: absolute;
  top: -8vw;
  left: 0;
}
#sec4 .note {
  text-align: center;
  margin-bottom: 6vw;
}
#sec4 h2 {
  font-size: 6.8vw;
  font-family: var(--serif);
  font-weight: bold;
  text-align: center;
  margin-bottom: 8vw;
  line-height: 1.7em;
}
#sec4 h2 .line {
  --cl: #925817;
  --t: 70%;
  --b: 100%;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  background-image: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) var(--t),
    var(--cl) var(--t),
    var(--cl) var(--b),
    rgba(255, 255, 255, 0) var(--b)
  );
}
#sec4 h2 .big {
  font-size: 140%;
}
#sec4 h2 .red {
  color: #da2f00;
}
#sec4 .row1 {
  margin-bottom: 8vw;
}
#sec4 .row1 .img {
  margin-bottom: 4vw;
}
#sec4 .row1 .desc .tit {
  font-size: 5.4vw;
  font-weight: bold;
  font-family: var(--serif);
  margin-bottom: 4vw;
}
#sec4 .row1 .desc .price {
  font-size: 5vw;
  color: #da2f00;
  font-weight: bold;
  font-family: var(--serif);
  margin-bottom: 4vw;
}
#sec4 .row1 .desc .price .unit {
  font-size: 64%;
}
#sec4 .row1 .desc .txt {
  margin-bottom: 10px;
}
#sec4 .row1 .desc .txt:last-child {
  margin-bottom: 0;
}
#sec4 .row1 .desc .bx {
  padding: 9vw 8%;
  background: url(../img/shared/bg4.jpg) repeat;
  background-size: auto;
  background-position: center top;
  color: #501100;
  box-shadow: 0 2px 10px #2b1b0d;
}
#sec4 .row1 .desc .bx .ttl {
  text-align: center;
  font-size: 5vw;
  font-weight: bold;
  font-family: var(--serif);
  margin-bottom: 4vw;
}
#sec4 .row1 .desc .bx ul {
  /* display: flex; */
  flex-wrap: wrap;
}
#sec4 .row1 .desc .bx ul li {
  font-size: 16px;
  font-family: var(--serif);
  font-weight: 500;
  margin-right: 10px;
}
#sec4 .row1 .desc .bx ul li:last-child {
  margin-bottom: 0;
}
#sec4 .box {
  background: url(../img/shared/bg4.jpg) repeat;
  background-size: auto;
  background-position: center top;
  position: relative;
  z-index: 1;
  padding: 10vw 5%;
  margin-bottom: 8vw;
}
#sec4 .box::before,
#sec4 .box::after {
  content: "";
  position: absolute;
  background: url(../img/english/english_bg3.png) repeat-x;
  background-size: 15%;
  background-position: center center;
  left: 0;
  right: 0;
  height: 5vw;
  z-index: -1;
}
#sec4 .box::before {
  top: 0;
}
#sec4 .box::after {
  bottom: 0;
}
#sec4 .box .tit {
  font-weight: bold;
  font-family: var(--serif);
  font-size: 6vw;
  text-align: center;
  margin: 0 0 4vw;
  color: #39291e;
  line-height: 1.4em;
  position: relative;
  padding-top: 10vw;
}
#sec4 .box .tit::before {
  content: "";
  position: absolute;
  background: url(../img/english/warning_icon.png) no-repeat;
  background-size: contain;
  aspect-ratio: 37/33;
  width: 8vw;
  height: auto;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#sec4 .box .txt {
  font-weight: 400;
  text-align: center;
  color: #501100;
}
#sec4 .row2 {
  padding-bottom: 20vw;
}
#sec4 .row2::before {
  content: "";
  position: absolute;
  background-color: #1b0c04;
  clip-path: polygon(0 15%, 100% 0, 100% 100%, 0% 100%);
  opacity: 0.5;
  left: -3.2%;
  right: -3.2%;
  height: 180vw;
  bottom: 0;
  z-index: -2;
}
#sec4 .row2 .deco2 {
  display: none;
}
#sec4 .row2 .desc {
  margin-bottom: 4vw;
}
#sec4 .row2 .desc h3 {
  font-size: 5.4vw;
  font-weight: bold;
  font-family: var(--serif);
  margin-bottom: 4vw;
  line-height: 1.8em;
}
#sec4 .row2 .list {
  display: flex;
  flex-wrap: wrap;
}
#sec4 .row2 .list .item {
  width: 50%;
}
#sec4 .row2 .list .item4 {
  width: 35%;
  margin-right: -10%;
  position: relative;
  z-index: 1;
}
#sec4 .row2 .list .item5 {
  width: 25%;
  position: relative;
  z-index: 0;
}

#sec5 {
  padding: 0 0 15vw;
  background: url(../img/shared/bg8.jpg) repeat;
}
#sec5 .row .img {
  margin-bottom: 6vw;
}
#sec5 .row .img img {
  box-shadow: 0 2px 5px #2b1b0d;
}
#sec5 .row .desc {
  position: relative;
  z-index: 1;
}
#sec5 .row .desc::before {
  content: "";
  position: absolute;
  background: url(../img/english/sec5_deco1.png) no-repeat;
  width: 140vw;
  height: auto;
  aspect-ratio: 853/301;
  background-size: contain;
  top: 0;
  left: 0;
  z-index: -1;
}
#sec5 .row .desc h2 {
  font-size: 6vw;
  font-weight: bold;
  color: #1b0c04;
  font-family: var(--serif);
  margin-bottom: 4vw;
}
#sec5 .row .desc .price {
  font-size: 5vw;
  color: #da2f00;
  font-weight: bold;
  font-family: var(--serif);
  margin-bottom: 4vw;
}
#sec5 .row .desc .price .unit {
  font-size: 74.2857142857%;
}
#sec5 .row .desc .txt {
  margin-bottom: 10px;
}
#sec5 .row .desc .txt:last-child {
  margin-bottom: 0;
}

#sec6 {
  background: url(../img/english/sec6_bg2.jpg) repeat;
  background-size: auto;
  background-position: center top;
  position: relative;
  z-index: 1;
}
#sec6::after {
  content: "";
  position: absolute;
  background: url(../img/english/sec6_bg.png) repeat-x;
  background-size: 200vw;
  background-position: center top;
  height: 172vw;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
#sec6 .row {
  padding: 15vw 0 15vw;
  position: relative;
  z-index: 1;
}
#sec6 .row::before {
  content: "";
  position: absolute;
  background: url(../img/english/sec6_deco1.png) no-repeat;
  background-size: contain;
  aspect-ratio: 900/642;
  width: 120vw;
  height: auto;
  top: 110vw;
  left: 0;
  z-index: -1;
}
#sec6 .row::after {
  content: "";
  position: absolute;
  background: url(../img/english/sec6_bg1.png) no-repeat;
  background-size: cover;
  background-position: center top;
  left: 0;
  right: 0;
  height: 30vw;
  bottom: 0;
  z-index: -1;
}
#sec6 h2 {
  text-align: center;
  font-size: 6vw;
  font-weight: bold;
  font-family: var(--serif);
  color: #39291e;
  line-height: 1.8em;
  margin-bottom: 4vw;
}
#sec6 h2 .bg {
  padding: 0.5vw 2%;
  --cl: #f2efd8;
  --t: 0%;
  --b: 100%;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  background-image: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) var(--t),
    var(--cl) var(--t),
    var(--cl) var(--b),
    rgba(255, 255, 255, 0) var(--b)
  );
}
#sec6 h2 .red {
  color: #da2f00;
}
#sec6 .list .item {
  padding: 4vw 2%;
}
#sec6 .list .item .img {
  margin-bottom: 6vw;
  position: relative;
}
#sec6 .list .item .img > img {
  box-shadow: 0 2px 5px #2b1b0d;
}
#sec6 .list .item .img .ttl {
  position: absolute;
  top: -5vw;
  left: 50%;
  transform: translateX(-50%);
  width: 60vw;
  z-index: 1;
}
#sec6 .list .item .desc .num {
  width: 16vw;
  margin-bottom: 4vw;
}
@media only screen and (min-width: 768px) {
  #key {
    height: 819px;
  }
  .dots-wrapper {
    margin-bottom: 0;
  }
  .dots-wrapper .custom-dots button {
    font-size: 30px;
    width: 50px;
    height: 50px;
  }
  .dots-wrapper .custom-dots button:hover {
    opacity: 0.8;
  }
  .dots-wrapper .prev-arrow,
  .dots-wrapper .next-arrow {
    width: 32px;
    height: 47px;
  }
  .dots-wrapper .prev-arrow:hover,
  .dots-wrapper .next-arrow:hover {
    opacity: 0.5;
  }
  #sec1::before {
    background-size: auto;
  }
  #sec1::after {
    width: 1198px;
    left: 0;
    right: 0;
  }
  #sec1 .deco1 {
    width: unset;
    top: 139px;
    left: unset;
    right: calc(50% + 470px);
  }
  #sec1 .wrap {
    width: 100%;
  }
  #sec1 .row1 {
    max-width: 1000px;
    padding: 112px 0 0;
    margin: 0 auto 66px;
  }
  #sec1 .row1::before {
    background-size: contain;
    height: 248px;
    left: calc(50% - 50vw);
    right: calc(50% - 50vw);
  }
  #sec1 .row1 .img {
    width: unset;
    position: absolute;
    top: 0;
    right: calc(50% - 50vw);
    left: calc(50% - 395px);
    height: 770px;
  }
  #sec1 .row1 .img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  #sec1 .row1 .desc {
    position: relative;
    z-index: 1;
  }
  #sec1 .row1 .desc h2 {
    font-size: 47px;
    line-height: 1.4em;
    margin-bottom: 50px;
  }
  #sec1 .row1 .desc h2 .bg {
    padding: 0 30px 0 40px;
    --t: 7%;
    --b: 97%;
  }
  #sec1 .row1 .desc .txt {
    width: 380px;
  }
  #sec1 .ls-btn {
    position: relative;
    z-index: 2;
    margin-bottom: 0;
  }
  #sec1 .ls-btn li {
    font-size: 24px;
    margin-right: 55px;
  }
  #sec1 .ls-btn li a {
    width: 270px;
  }
  #sec1 .ls-btn li a:hover {
    opacity: 0.8;
  }
  #sec1 .row2 {
    height: 253px;
    margin: -216px 0 0;
    display: block;
    position: relative;
    z-index: 1;
  }
  #sec1 .row2::before {
    height: 227px;
    top: 0;
    left: 0;
    right: 0;
  }
  #sec1 .row2::after {
    height: 106px;
    bottom: -50px;
    left: 0;
    right: 0;
  }
  #sec1 .row2 .deco2 {
    position: absolute;
    top: -152px;
    left: 0;
  }
  #sec1 .row2 .deco3 {
    position: absolute;
    top: -8px;
    right: 0;
  }
  #sec2 {
    padding: 129px 0 110px;
  }
  #sec2::before {
    height: 1176px;
  }
  #sec2::after {
    width: 1198px;
    left: 0;
    right: 0;
  }
  #sec2 .row1 {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-direction: row-reverse;
    margin-bottom: -65px;
  }
  #sec2 .row1 .img {
    margin-right: -180px;
    margin-bottom: 0;
  }
  #sec2 .row1 .desc {
    position: relative;
    z-index: 1;
    flex-shrink: 0;
    margin-right: -173px;
  }
  #sec2 .row1 .desc h2 {
    margin-bottom: 34px;
    font-size: 64px;
    text-shadow: rgb(242, 239, 216) 5px 0px 0px,
      rgb(242, 239, 216) 4.90033px 0.993347px 0px,
      rgb(242, 239, 216) 4.60531px 1.94709px 0px,
      rgb(242, 239, 216) 4.12668px 2.82321px 0px,
      rgb(242, 239, 216) 3.48353px 3.58678px 0px,
      rgb(242, 239, 216) 2.70151px 4.20736px 0px,
      rgb(242, 239, 216) 1.81179px 4.6602px 0px,
      rgb(242, 239, 216) 0.849836px 4.92725px 0px,
      rgb(242, 239, 216) -0.145998px 4.99787px 0px,
      rgb(242, 239, 216) -1.13601px 4.86924px 0px,
      rgb(242, 239, 216) -2.08073px 4.54649px 0px,
      rgb(242, 239, 216) -2.94251px 4.04248px 0px,
      rgb(242, 239, 216) -3.68697px 3.37732px 0px,
      rgb(242, 239, 216) -4.28444px 2.57751px 0px,
      rgb(242, 239, 216) -4.71111px 1.67494px 0px,
      rgb(242, 239, 216) -4.94996px 0.7056px 0px,
      rgb(242, 239, 216) -4.99147px -0.291871px 0px,
      rgb(242, 239, 216) -4.83399px -1.27771px 0px,
      rgb(242, 239, 216) -4.48379px -2.2126px 0px,
      rgb(242, 239, 216) -3.95484px -3.05929px 0px,
      rgb(242, 239, 216) -3.26822px -3.78401px 0px,
      rgb(242, 239, 216) -2.4513px -4.35788px 0px,
      rgb(242, 239, 216) -1.53666px -4.75801px 0px,
      rgb(242, 239, 216) -0.560763px -4.96845px 0px,
      rgb(242, 239, 216) 0.437495px -4.98082px 0px,
      rgb(242, 239, 216) 1.41831px -4.79462px 0px,
      rgb(242, 239, 216) 2.34258px -4.41727px 0px,
      rgb(242, 239, 216) 3.17346px -3.86382px 0px,
      rgb(242, 239, 216) 3.87783px -3.15633px 0px,
      rgb(242, 239, 216) 4.4276px -2.32301px 0px,
      rgb(242, 239, 216) 4.80085px -1.39708px 0px,
      rgb(242, 239, 216) 4.98271px -0.415447px 0px;
  }
  #sec2 .row1 .desc .txt {
    width: 370px;
    margin-left: 13px;
  }
  #sec2 .row2 {
    justify-content: flex-end;
    margin-bottom: 63px;
  }
  #sec2 .row2 .group-img1 {
    width: unset;
    margin-top: 114px;
    margin-right: -17px;
  }
  #sec2 .row2 .img1 {
    width: unset;
    text-align: center;
    margin-bottom: 53px;
  }
  #sec2 .row2 .img2 {
    width: unset;
    margin-left: 42px;
  }
  #sec2 .row2 .group-img2 {
    width: unset;
  }
  #sec2 .row2 .img3 {
    width: unset;
    margin: 0 0 -66px;
  }
  #sec2 .row2 .img4 {
    text-align: center;
    width: unset;
    margin-left: 83px;
  }
  #sec2 .ls-btn {
    max-width: 845px;
    margin-left: auto;
    margin-right: auto;
  }
  #sec2 .ls-btn .btn-link {
    margin-bottom: 28px;
  }
  #sec2 .ls-btn .btn-link a {
    font-size: 25px;
    padding: 24px 0;
  }
  #sec3 {
    padding: 104px 0 75px;
  }
  #sec3::after {
    width: 803px;
    top: 30px;
  }
  #sec3 .row {
    display: flex;
    margin-bottom: -14px;
    position: relative;
    z-index: 2;
  }
  #sec3 .row .desc {
    flex-shrink: 0;
    margin-bottom: 0;
    margin-right: -36px;
  }
  #sec3 .row .desc h2 {
    font-size: 48px;
    line-height: 1.4em;
    margin-bottom: 43px;
    margin-left: -30px;
  }
  #sec3 .row .img {
    margin-left: -120px;
    position: relative;
    z-index: -1;
  }
  #sec3 .row .desc h2 .bg {
    padding: 0 30px 0 40px;
    --t: 7%;
    --b: 97%;
  }
  #sec3 .row .desc .txt {
    width: 335px;
  }
  #sec3 .box {
    max-width: 760px;
    margin: 70px auto 0;
    padding: 46px 30px 41px;
  }
  #sec3 .box::before,
  #sec3 .box::after {
    background-size: auto;
    height: 18px;
  }
  #sec3 .box .tit {
    font-size: 30px;
    margin-bottom: 21px;
  }
  #sec3 .box ul {
    justify-content: center;
  }
  #sec3 .box ul li {
    font-size: 20px;
    padding: 4px 39px 4px 4px;
  }
  #sec4 {
    padding: 158px 0 0;
  }
  #sec4 .wrap {
    position: static;
  }
  #sec4::before {
    height: 61px;
    bottom: -1px;
  }
  #sec4::after {
    height: 106px;
  }
  #sec4 .deco1 {
    width: unset;
    top: -68px;
    right: calc(50% + 294px);
    left: inherit;
  }
  #sec4 .note {
    position: absolute;
    top: 99px;
    left: calc(50% + 272px);
    margin-bottom: 0;
  }
  #sec4 h2 {
    font-size: 50px;
    line-height: 1.6em;
    margin-bottom: -7px;
  }
  #sec4 h2 .line {
    --t: 79%;
  }
  #sec4 .row1 {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    margin-bottom: 50px;
  }
  #sec4 .row1 .img {
    margin-right: -195px;
    margin-bottom: 0;
  }
  #sec4 .row1 .desc {
    flex-shrink: 0;
    margin-top: 167px;
  }
  #sec4 .row1 .desc .tit {
    font-size: 36px;
    margin-bottom: 23px;
  }
  #sec4 .row1 .desc .price {
    font-size: 25px;
    margin-bottom: 32px;
  }
  #sec4 .row1 .desc .txt {
    width: 425px;
  }
  #sec4 .row1 .desc .bx {
    margin-top: 20px;
    padding: 40px 20px;
  }
  #sec4 .row1 .desc .bx .ttl {
    font-size: 21px;
    margin-bottom: 20px;
  }
  #sec4 .row1 .desc .bx ul {
    /* display: flex; */
    flex-flow: column wrap;
    align-content: space-between;
    /* max-height: 64px; */
    /* max-width: 280px; */
    margin-left: auto;
    margin-right: auto;
  }
  #sec4 .row1 .desc .bx ul li {
    font-size: 15px;
  }
  #sec4 .row1 .desc .bx ul li:last-child {
    margin-right: auto;
  }
  #sec4 .box {
    max-width: 620px;
    margin: 0 auto 56px;
    padding: 35px 30px 33px;
  }
  #sec4 .box::before,
  #sec4 .box::after {
    background-size: auto;
    height: 18px;
  }
  #sec4 .box .tit {
    font-size: 30px;
    margin-bottom: 8px;
    padding-top: 40px;
  }
  #sec4 .box .tit::before {
    width: 37px;
  }
  #sec4 .row2 {
    padding-bottom: 49px;
    position: relative;
  }
  #sec4 .row2::before {
    clip-path: polygon(0 35.5%, 100% 0, 100% 100%, 0% 100%);
    height: 1400px;
    left: -50vw;
    right: -50vw;
  }
  #sec4 .row2 .deco2 {
    display: block;
    position: absolute;
    top: -210px;
    left: calc(50% + 457px);
  }
  #sec4 .row2 .desc {
    width: fit-content;
    margin: 0 46px 0 auto;
  }
  #sec4 .row2 .desc h3 {
    font-size: 46px;
    margin-bottom: 16px;
    line-height: 1.5em;
  }
  #sec4 .row2 .desc .txt {
    width: 445px;
  }
  #sec4 .row2 .list .item {
    width: unset;
  }
  #sec4 .row2 .list .item1 {
    position: absolute;
    top: -86px;
    right: calc(50% + 111px);
  }
  #sec4 .row2 .list .item2 {
    position: absolute;
    top: 471px;
    left: -187px;
  }
  #sec4 .row2 .list .item3 {
    margin-left: auto;
    margin-right: -22px;
  }
  #sec4 .row2 .list .item4 {
    margin-left: auto;
    margin-right: 121px;
    margin-top: -70px;
  }
  #sec4 .row2 .list .item5 {
    position: absolute;
    bottom: 20px;
    right: -85px;
  }
  #sec5 {
    padding: 9px 0 81px;
  }
  #sec5 .row {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse;
  }
  #sec5 .row .img {
    margin-bottom: 0;
    margin-right: -58px;
  }
  #sec5 .row .desc {
    margin-right: 55px;
    flex-shrink: 0;
    margin-top: 65px;
    margin-left: 20px;
  }
  #sec5 .row .desc::before {
    width: 853px;
    top: -62px;
    left: -252px;
  }
  #sec5 .row .desc h2 {
    font-size: 50px;
    margin-bottom: 41px;
    line-height: 1.5;
  }
  #sec5 .row .desc .price {
    font-size: 35px;
    margin-bottom: 34px;
  }
  #sec5 .row .desc .txt {
    width: 385px;
  }
  #sec6::after {
    background-size: auto;
    height: 501px;
  }
  #sec6 .row {
    padding: 92px 0 91px;
  }
  #sec6 .row::before {
    width: 900px;
    top: 26px;
    left: calc(50% - 143px);
  }
  #sec6 .row::after {
    height: 370px;
  }
  #sec6 h2 {
    font-size: 54px;
    line-height: 1.4em;
    margin-bottom: 13px;
    margin-left: 0;
  }
  #sec6 h2 .bg {
    padding: 0 30px 0 40px;
    --t: 7%;
    --b: 97%;
  }
  #sec6 .list {
    margin-left: -146px;
    margin-bottom: 12px;
  }
  #sec6 .list .item {
    padding: 23px 23px;
  }
  #sec6 .list .item .wr-item {
    display: flex;
    gap: 16px;
  }
  #sec6 .list .item .img {
    margin-bottom: 0;
  }
  #sec6 .list .item .img > img {
    box-shadow: 0 2px 10px #2b1b0d;
  }
  #sec6 .list .item .img .ttl {
    top: -26px;
    left: calc(50% - 32px);
    width: unset;
  }
  #sec6 .list .item .desc {
    flex-shrink: 0;
    margin-top: 10px;
  }
  #sec6 .list .item .desc .num {
    width: 129px;
    margin-bottom: 37px;
  }
  #sec6 .list .item .desc .txt {
    margin-left: 30px;
  }
  #sec6 .deco {
    position: absolute;
    bottom: -19px;
    left: calc(50% + 287px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1440px) {
  #sec1 .row2 .deco2 {
    width: 28vw;
  }
  #sec1 .row2 .deco2 img {
    width: 100%;
    object-fit: contain;
  }
  #sec1 .row2 .deco3 {
    width: 28vw;
  }
  #sec1 .row2 .deco3 img {
    width: 100%;
    object-fit: contain;
  }
}

/*# sourceMappingURL=english.css.map */
