@import url("https://use.typekit.net/eyo0dij.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.7.2/animate.css");
@import url("https://baycrews.jp/src/feature/assets/css/slick.css");
@import url("https://baycrews.jp/src/feature/assets/css/slick-theme.css");
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
.pc {
  display: block;
}
@media (max-width: 768px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media (max-width: 768px) {
  .sp {
    display: block;
  }
}

html,
body {
  width: 100%;
  height: auto;
  overflow-x: hidden;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: lighter;
  font-size: 62.5%;
  /* 10px / 16px * 100 */
}
@media screen and (max-width: 768px) {
  html,
  body {
    font-size: 2.666vw;
    /* 10px / 375px * 100 */
  }
}

body {
  height: 200%;
  left: 0px;
  top: 0px;
  margin: 0;
  overflow-x: hidden;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

i {
  font-style: normal;
}

form,
section,
p,
div,
ul,
li,
dl,
dt,
dd,
a,
span,
input,
textarea {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  list-style: none;
}

a {
  color: unset;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

/*loader*/
body.loaded {
  position: static;
  overflow: scroll;
}

body.looking {
  overflow: hidden;
}

body.looking .sec {
  pointer-events: none;
}

#loader {
  width: 100%;
  height: 100vh;
  background-color: #EDEAE5;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: fixed;
  left: 0px;
  bottom: 0px;
  z-index: 999999;
  pointer-events: none;
  overflow: hidden;
  transition: all 1s ease-in-out 2s;
}

#loader.complete {
  opacity: 0;
  pointer-events: none;
}

.load {
  position: relative;
}

/*all*/
.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.posR {
  position: relative;
}

.posA {
  position: absolute;
}

.invisible {
  visibility: hidden;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadein {
  opacity: 0;
  transform: translate(0, 0px);
  transition: all 1.8s ease;
}
.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

/*modal*/
.modal {
  position: relative;
}

.open {
  position: absolute;
  top: 20px;
  right: 18px;
  width: 30px;
  height: 30px;
}
@media (max-width: 768px) {
  .open {
    top: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
  }
}
.open::after {
  content: "";
  width: 30px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transition: background-color 0.3s linear;
}
@media (max-width: 768px) {
  .open::after {
    width: 20px;
  }
}
.open::before {
  content: "";
  width: 30px;
  height: 1px;
  background-color: #fff;
  rotate: -90deg;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transition: background-color 0.3s linear;
}
@media (max-width: 768px) {
  .open::before {
    width: 20px;
  }
}

section#looks {
  background-color: #EDEAE5;
  width: 100%;
  height: 100vh;
  padding: 115px 0 220px 0;
  margin: 0px;
  position: fixed;
  left: 0px;
  top: -100vh;
  z-index: 9999;
  overflow: scroll;
  opacity: 0;
  -webkit-overflow-scrolling: touch;
  pointer-events: none;
}
@media (max-width: 768px) {
  section#looks {
    padding: unset;
    box-sizing: border-box;
  }
}
section#looks.active {
  top: 0px;
  pointer-events: all;
}
@media (max-width: 768px) {
  section#looks.active {
    pointer-events: visible;
  }
}
section#looks .close {
  width: 40px;
  height: 40px;
  position: fixed;
  top: calc(40 / 1280 * 100vw);
  right: calc(40 / 1280 * 100vw);
  cursor: pointer;
}
@media (max-width: 768px) {
  section#looks .close {
    width: 30px;
    height: 30px;
    top: calc(20 / 393 * 100vw);
    right: calc(20 / 393 * 100vw);
    z-index: 1;
  }
}
section#looks .close::before {
  content: "";
  width: 40px;
  height: 1px;
  background-color: #E7AED3;
  rotate: -45deg;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transition: background-color 0.3s linear;
}
@media (max-width: 768px) {
  section#looks .close::before {
    content: "";
    width: 30px;
  }
}
section#looks .close::after {
  content: "";
  width: 40px;
  height: 1px;
  background-color: #E7AED3;
  rotate: 45deg;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transition: background-color 0.3s linear;
}
@media (max-width: 768px) {
  section#looks .close::after {
    content: "";
    width: 30px;
  }
}
section#looks .look {
  margin-bottom: calc(80 / 1280 * 100vw);
}
@media screen and (max-width: 768px) {
  section#looks .look {
    margin-bottom: calc(50 / 393 * 100vw);
  }
}
section#looks .look .flex {
  justify-content: center;
  gap: calc(50 / 1280 * 100vw);
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  section#looks .look .flex {
    gap: unset;
  }
}
section#looks .look .flex .imgMain {
  width: calc(500 / 1280 * 100vw);
}
@media screen and (max-width: 768px) {
  section#looks .look .flex .imgMain {
    width: 100%;
  }
}
section#looks .look .flex .credit {
  width: calc(420 / 1280 * 100vw);
  font-family: "Jost", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  section#looks .look .flex .credit {
    width: 90%;
    margin: calc(35 / 393 * 100vw) auto auto;
  }
}
section#looks .look .flex .credit-each {
  justify-content: space-between;
  align-items: center;
  gap: unset;
}
section#looks .look .flex .credit-each:not(:last-of-type) {
  margin-bottom: 10px;
}
section#looks .look .flex .credit-each-info {
  font-size: 1.5rem;
  line-height: calc(32 / 1280 * 100vw);
}
@media screen and (max-width: 768px) {
  section#looks .look .flex .credit-each-info {
    line-height: calc(15 / 393 * 100vw);
    font-size: 1.2rem;
  }
}
section#looks .look .flex .credit-each-more {
  font-size: 1.3rem;
  color: #ec92cd;
  position: relative;
}
@media screen and (max-width: 768px) {
  section#looks .look .flex .credit-each-more {
    font-size: 1.1rem;
  }
}
section#looks .look .flex .credit-each-more a {
  display: block;
}
section#looks .look .flex .credit-each-more a::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 1px;
  width: 100%;
  height: 1px;
  background-color: #EC92CD;
  transition: background-color 0.3s linear;
}
section#looks .look .flex .credit-each-more a:hover {
  opacity: 0.7;
}
section#looks .look .flex .credit-each-more a:hover::after {
  background-color: #EC92CD;
  opacity: 0.7;
}

.sticky {
  position: sticky;
  position: -webkit-sticky;
}

.kvsec-1-ttl {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: calc(600 / 1280 * 100vw);
}
@media screen and (max-width: 768px) {
  .kvsec-1-ttl {
    width: calc(334 / 393 * 100vw);
  }
}
.kvsec-1-ttl p {
  position: relative;
  z-index: 50;
  animation-delay: 0.5s;
}
.kvsec-1-ttl .top {
  width: calc(190 / 1280 * 100vw);
  bottom: calc(50 / 1280 * 100vw);
  left: calc(132 / 1280 * 100vw * -1);
  z-index: 10;
}
.kvsec-1-ttl .top p {
  animation-delay: 1.5s;
}
.kvsec-1-ttl .top.done {
  transition: all 0.5s ease-in-out 0s;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .kvsec-1-ttl .top {
    width: calc(190 / 393 * 100vw);
    bottom: calc(44 / 393 * 100vw);
    left: calc(2 / 393 * 100vw);
  }
}
.kvsec-1-ttl .btm {
  width: calc(150 / 1280 * 100vw);
  top: calc(92 / 1280 * 100vw);
  right: calc(100 / 1280 * 100vw * -1);
  z-index: 10;
}
.kvsec-1-ttl .btm p {
  animation-delay: 2s;
}
@media screen and (max-width: 768px) {
  .kvsec-1-ttl .btm {
    width: calc(150 / 393 * 100vw);
    top: calc(100 / 393 * 100vw);
    right: calc(16 / 393 * 100vw);
  }
}

section#container {
  background-color: #EDEAE5;
}
section#container .kvsec-inner {
  position: relative;
  width: 100%;
  height: auto;
}
section#container .kvsec-2 {
  background-color: #EDEAE5;
  width: 70%;
  margin: auto;
  padding-top: 1%;
}
@media screen and (max-width: 768px) {
  section#container .kvsec-2 {
    height: auto;
    width: 100%;
  }
  section#container .kvsec-2 .kvsec-inner {
    height: auto;
  }
}
section#container .kvsec-2-ttl {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: calc(644 / 1280 * 100vw);
  z-index: 5;
}
@media screen and (max-width: 768px) {
  section#container .kvsec-2-ttl {
    bottom: calc(37 / 393 * 100vw);
    top: unset;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: calc(325 / 393 * 100vw);
  }
}
section#container .kvsec-2-phsec {
  margin: auto;
}
@media screen and (max-width: 768px) {
  section#container .kvsec-2-phsec {
    padding: 3% 5% 5%;
  }
}
section#container .sec {
  margin-bottom: 10vw;
}
@media screen and (max-width: 768px) {
  section#container .sec {
    margin-bottom: 15vw;
  }
}
section#container .sec1 {
  background-image: url(https://feature-tool.bcg.staff-start.com/assets/uploads/202502/8a00a29c-6d55-49e5-96be-240d9a7252c8/assets/img/2-1.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  height: 75vw;
  margin: calc(200 / 1280 * 100vw) auto 10vw;
}
@media screen and (max-width: 768px) {
  section#container .sec1 {
    margin: 90vw auto 50vw;
  }
}
section#container .sec1-txt {
  width: calc(392 / 1280 * 100vw);
  top: calc(272 / 1280 * 100vw);
  left: calc(124 / 1280 * 100vw);
}
@media screen and (max-width: 768px) {
  section#container .sec1-txt {
    width: calc(240 / 393 * 100vw);
    top: calc(124 / 393 * 100vw);
    left: calc(30 / 393 * 100vw);
  }
}
section#container .sec1 .flex {
  width: 100%;
  height: 100%;
}
section#container .sec1 .flex .left {
  width: calc(240 / 1280 * 100vw);
  margin: auto auto calc(74 / 1280 * 100vw) calc(339 / 1280 * 100vw);
}
@media screen and (max-width: 768px) {
  section#container .sec1 .flex .left {
    order: 2;
    width: calc(131 / 393 * 100vw);
    margin: calc(180 / 393 * 100vw) auto auto calc(80 / 393 * 100vw);
  }
}
section#container .sec1 .flex .right {
  width: calc(425 / 1280 * 100vw);
  margin: calc(104 / 1280 * 100vw * -1) calc(150 / 1280 * 100vw) auto auto;
}
@media screen and (max-width: 768px) {
  section#container .sec1 .flex .right {
    order: 1;
    width: calc(260 / 393 * 100vw);
    margin: calc(320 / 393 * 100vw * -1) calc(20 / 393 * 100vw) auto auto;
  }
}
section#container .sec2 .pc .flex {
  justify-content: center;
  gap: calc(62 / 1280 * 100vw);
}
section#container .sec2 .pc .flex .left,
section#container .sec2 .pc .flex .right {
  width: calc(455 / 1280 * 100vw);
}
@media screen and (max-width: 768px) {
  section#container .sec2 .sp {
    width: calc(343 / 393 * 100vw);
    margin: auto auto calc(60 / 393 * 100vw) auto;
  }
}
section#container .sec2-ctr {
  width: calc(335 / 1280 * 100vw);
  margin: calc(104 / 1280 * 100vw) auto auto auto;
}
@media screen and (max-width: 768px) {
  section#container .sec2-ctr {
    width: calc(210 / 393 * 100vw);
    margin: auto;
  }
}
section#container .sec2-ctr .open {
  top: calc(35 / 1280 * 100vw);
  right: calc(35 / 1280 * 100vw);
}
@media screen and (max-width: 768px) {
  section#container .sec2-ctr .open {
    top: calc(20 / 393 * 100vw);
    right: calc(20 / 393 * 100vw);
  }
}
section#container .sec2-ctr img.brdr {
  border: calc(22 / 1280 * 100vw) #EFDAE7 solid;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  section#container .sec2-ctr img.brdr {
    border: calc(12 / 393 * 100vw) #EFDAE7 solid;
  }
}
section#container .sec2-ctr-txt {
  width: calc(165 / 1280 * 100vw);
  bottom: calc(26 / 1280 * 100vw);
  left: calc(267 / 1280 * 100vw);
}
@media screen and (max-width: 768px) {
  section#container .sec2-ctr-txt {
    width: calc(136 / 393 * 100vw);
    bottom: calc(14 / 393 * 100vw);
    left: calc(114 / 393 * 100vw);
  }
}
section#container .sec3 .flex .left,
section#container .sec3 .flex .right {
  width: 50%;
}
section#container .sec4 {
  position: relative;
}
section#container .sec4 .flex .left {
  width: calc(373 / 1280 * 100vw);
  margin: calc(225 / 1280 * 100vw) auto auto calc(192 / 1280 * 100vw);
}
@media screen and (max-width: 768px) {
  section#container .sec4 .flex .left {
    order: 2;
    width: calc(255 / 393 * 100vw);
    margin: 0 auto auto calc(18 / 393 * 100vw);
  }
}
section#container .sec4 .flex .right {
  width: calc(483 / 1280 * 100vw);
  margin: 0 calc(157 / 1280 * 100vw) auto auto;
}
@media screen and (max-width: 768px) {
  section#container .sec4 .flex .right {
    order: 1;
    width: calc(300 / 393 * 100vw);
    margin: 0 calc(25 / 393 * 100vw) calc(40 / 393 * 100vw) auto;
  }
}
section#container .sec4-txt {
  width: calc(462 / 1280 * 100vw);
  right: calc(142 / 1280 * 100vw);
  top: calc(400 / 1280 * 100vw);
}
@media screen and (max-width: 768px) {
  section#container .sec4-txt {
    width: calc(278 / 393 * 100vw);
    right: calc(17 / 393 * 100vw);
    top: unset;
    bottom: calc(20 / 393 * 100vw);
    z-index: 5;
  }
}
section#container .sec5 {
  background-color: #fff;
  margin-bottom: 0;
  padding-bottom: calc(43 / 1280 * 100vw);
}
@media screen and (max-width: 768px) {
  section#container .sec5 {
    padding-bottom: 30vw;
  }
}
section#container .sec5 .ph-8-2 {
  width: calc(465 / 1280 * 100vw);
  margin: calc(367 / 1280 * 100vw * -1) calc(174 / 1280 * 100vw) auto auto;
}
@media screen and (max-width: 768px) {
  section#container .sec5 .ph-8-2 {
    width: calc(260 / 393 * 100vw);
    margin: calc(186 / 393 * 100vw * -1) auto auto auto;
  }
}
section#container .sec6 {
  margin: -27vw auto 15vw;
}
@media screen and (max-width: 768px) {
  section#container .sec6 {
    margin: -185vw auto 15vw;
  }
}
section#container .sec6 .flex-1 {
  justify-content: center;
  gap: calc(112 / 1280 * 100vw);
}
@media screen and (max-width: 768px) {
  section#container .sec6 .flex-1 {
    gap: unset;
  }
}
section#container .sec6 .flex-1 .left {
  width: calc(440 / 1280 * 100vw);
  margin: calc(164 / 1280 * 100vw) 0 auto auto;
}
@media screen and (max-width: 768px) {
  section#container .sec6 .flex-1 .left {
    order: 2;
    width: calc(296 / 393 * 100vw);
    margin: 0 auto auto 0;
  }
}
section#container .sec6 .flex-1 .right {
  width: calc(359 / 1280 * 100vw);
  margin: 0 auto auto 0;
}
@media screen and (max-width: 768px) {
  section#container .sec6 .flex-1 .right {
    order: 1;
    width: calc(343 / 393 * 100vw);
    margin: 0 auto calc(80 / 393 * 100vw) auto;
  }
}
section#container .sec6 .flex-2 .left {
  width: calc(454 / 1280 * 100vw);
  margin: calc(560 / 1280 * 100vw) calc(340 / 1280 * 100vw * -1) auto auto;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  section#container .sec6 .flex-2 .left {
    order: 2;
    width: calc(257 / 393 * 100vw);
    margin: calc(27 / 393 * 100vw * -1) auto auto 0;
  }
}
section#container .sec6 .flex-2 .right {
  width: calc(553 / 1280 * 100vw);
  margin: calc(130 / 1280 * 100vw * -1) calc(145 / 1280 * 100vw) auto auto;
}
@media screen and (max-width: 768px) {
  section#container .sec6 .flex-2 .right {
    order: 1;
    width: calc(323 / 393 * 100vw);
    margin: calc(162 / 393 * 100vw) 0 auto auto;
  }
}
section#container .sec6 .flex-2-txt {
  width: calc(453 / 1280 * 100vw);
  top: calc(256 / 1280 * 100vw);
  right: calc(413 / 1280 * 100vw);
}
@media screen and (max-width: 768px) {
  section#container .sec6 .flex-2-txt {
    width: calc(344 / 393 * 100vw);
    top: calc(125 / 393 * 100vw * -1);
    right: calc(40 / 393 * 100vw);
  }
}
@media screen and (max-width: 768px) {
  section#container .sec6 .flex-3 {
    overflow-x: hidden;
  }
}
section#container .sec6 .flex-3 .left {
  width: calc(473 / 1280 * 100vw);
  z-index: 3;
  margin: calc(565 / 1280 * 100vw) calc(160 / 1280 * 100vw * -1) auto auto;
}
@media screen and (max-width: 768px) {
  section#container .sec6 .flex-3 .left {
    order: 2;
    width: calc(313 / 393 * 100vw);
    margin: calc(60 / 393 * 100vw) auto auto 0;
  }
}
section#container .sec6 .flex-3 .right {
  width: calc(800 / 1280 * 100vw);
  margin-top: calc(150 / 1280 * 100vw * -1);
}
section#container .sec6 .flex-3 .right .open {
  top: 70px;
}
@media screen and (max-width: 768px) {
  section#container .sec6 .flex-3 .right {
    order: 1;
    width: calc(386 / 393 * 100vw);
    margin: calc(60 / 393 * 100vw) calc(20 / 393 * 100vw * -1) 0 auto;
  }
  section#container .sec6 .flex-3 .right .open {
    top: calc(30 / 393 * 100vw);
    right: calc(30 / 393 * 100vw);
  }
}
section#container .sec6 .flex-3 .right img.brdr {
  box-sizing: border-box;
  border-top: #EFDAE7 solid calc(30 / 1280 * 100vw);
  border-bottom: #EFDAE7 solid calc(30 / 1280 * 100vw);
  border-left: #EFDAE7 solid calc(30 / 1280 * 100vw);
}
@media screen and (max-width: 768px) {
  section#container .sec6 .flex-3 .right img.brdr {
    border-top: #EFDAE7 solid calc(20 / 393 * 100vw);
    border-bottom: #EFDAE7 solid calc(20 / 393 * 100vw);
    border-left: #EFDAE7 solid calc(20 / 393 * 100vw);
  }
}
section#container .sec6 .flex-3 .right-2 {
  width: calc(378 / 1280 * 100vw);
  top: calc(557 / 1280 * 100vw);
  right: calc(79 / 1280 * 100vw);
}
@media screen and (max-width: 768px) {
  section#container .sec6 .flex-3 .right-2 {
    width: calc(200 / 393 * 100vw);
    top: calc(240 / 393 * 100vw);
    right: calc(37 / 393 * 100vw);
  }
  section#container .sec6 .flex-3 .right-2 .open {
    top: 10px;
    right: 10px;
  }
}
section#container .sec6 .flex-3 .right-2-txt {
  width: calc(409 / 1280 * 100vw);
  top: calc(400 / 1280 * 100vw);
  right: calc(113 / 1280 * 100vw);
}
@media screen and (max-width: 768px) {
  section#container .sec6 .flex-3 .right-2-txt {
    width: calc(237 / 393 * 100vw);
    top: calc(217 / 393 * 100vw);
    right: calc(61 / 393 * 100vw);
  }
}
section#container .sec7 {
  margin-bottom: calc(126 / 1280 * 100vw);
}
@media screen and (max-width: 768px) {
  section#container .sec7 {
    margin-bottom: calc(100 / 393 * 100vw);
  }
}
section#container .sec7 .flex {
  justify-content: center;
  gap: calc(60 / 1280 * 100vw);
  margin-bottom: 15vw;
}
section#container .sec7 .flex .left,
section#container .sec7 .flex .right {
  width: calc(480 / 1280 * 100vw);
}
@media screen and (max-width: 768px) {
  section#container .sec7 .left {
    width: calc(343 / 393 * 100vw);
    margin: auto auto calc(81 / 393 * 100vw);
  }
}
section#container .sec7 .ph-last {
  width: calc(349 / 1280 * 100vw);
  margin: auto;
}
@media screen and (max-width: 768px) {
  section#container .sec7 .ph-last {
    width: calc(231 / 393 * 100vw);
  }
}
section#container .sec7 .ph-last-txt {
  width: calc(400 / 1280 * 100vw);
  bottom: calc(20 / 1280 * 100vw);
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  section#container .sec7 .ph-last-txt {
    width: calc(303 / 393 * 100vw);
    bottom: calc(10 / 393 * 100vw);
  }
}
section#container .sec8 {
  padding-bottom: 5vw;
  margin-bottom: 0;
}
section#container .sec8-link {
  margin: 0 auto calc(56 / 1280 * 100vw);
}
@media screen and (max-width: 768px) {
  section#container .sec8-link {
    margin: 0 auto calc(63 / 393 * 100vw);
  }
}
section#container .sec8-link a {
  display: block;
}
section#container .sec8-link a:first-of-type {
  width: calc(159 / 1280 * 100vw);
  margin: 0 auto calc(40 / 1280 * 100vw);
}
@media screen and (max-width: 768px) {
  section#container .sec8-link a:first-of-type {
    width: calc(159 / 393 * 100vw);
    margin: 0 auto calc(40 / 393 * 100vw);
  }
}
section#container .sec8-link a:last-of-type {
  width: calc(130 / 1280 * 100vw);
  margin: auto;
}
@media screen and (max-width: 768px) {
  section#container .sec8-link a:last-of-type {
    width: calc(130 / 393 * 100vw);
  }
}
section#container .sec8-stcr {
  font-family: "Jost", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-size: 1.1rem;
  line-height: 18px;
  text-align: center;
  margin-bottom: calc(47 / 1280 * 100vw);
}
@media screen and (max-width: 768px) {
  section#container .sec8-stcr {
    margin-bottom: calc(47 / 393 * 100vw);
  }
}
section#container .sec8 .copy {
  font-family: "Jost", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  text-align: center;
  font-size: 0.9rem;
  line-height: 28px;
}

.slick-slider {
  height: -moz-fit-content;
  height: fit-content;
}

.sticky-wrap {
  position: relative;
}
.sticky-wrap-2 {
  background-color: white;
  width: 100%;
  top: 0;
}
.sticky-wrap-2 .ph-10 {
  top: 10vw;
  background-color: #fff;
  padding: 0 0 35vw;
}
@media screen and (max-width: 768px) {
  .sticky-wrap-2 .ph-10 {
    padding: 0 0 200vw;
  }
}
.sticky-wrap-2 .ph-10 p {
  width: calc(727 / 1280 * 100vw);
  margin: auto;
}
@media screen and (max-width: 768px) {
  .sticky-wrap-2 .ph-10 p {
    width: 100%;
  }
}
.sticky-wrap-2 .flex {
  justify-content: center;
  top: 0vw;
  padding-bottom: 10vw;
}
.sticky-wrap-2 .flex .left {
  width: calc(232 / 1280 * 100vw);
  z-index: 5;
  margin: 0 auto auto auto;
}
@media screen and (max-width: 768px) {
  .sticky-wrap-2 .flex .left {
    width: calc(140 / 393 * 100vw);
    margin: 0 auto auto calc(20 / 393 * 100vw);
  }
}
.sticky-wrap-2 .flex .left-txt {
  width: calc(432 / 1280 * 100vw);
  top: calc(169 / 1280 * 100vw * -1);
  left: calc(70 / 1280 * 100vw);
}
@media screen and (max-width: 768px) {
  .sticky-wrap-2 .flex .left-txt {
    width: calc(260 / 393 * 100vw);
    top: calc(102 / 393 * 100vw * -1);
    left: calc(77 / 393 * 100vw);
  }
}
.sticky-wrap-2 .flex .left .open {
  top: unset;
  bottom: calc(105 / 1280 * 100vw);
  right: calc(31 / 1280 * 100vw);
}
@media screen and (max-width: 768px) {
  .sticky-wrap-2 .flex .left .open {
    bottom: calc(54 / 393 * 100vw);
    right: calc(17 / 393 * 100vw);
  }
}
.sticky-wrap-2 .flex .center {
  width: calc(433 / 1280 * 100vw);
  margin: calc(168 / 1280 * 100vw) auto auto calc(304 / 1280 * 100vw * -1);
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .sticky-wrap-2 .flex .center {
    width: calc(260 / 393 * 100vw);
    margin: calc(80 / 393 * 100vw * -1) calc(17 / 393 * 100vw) auto auto;
  }
}
.sticky-wrap-2 .flex .right {
  width: calc(238 / 1280 * 100vw);
  margin: calc(460 / 1280 * 100vw) auto auto calc(280 / 1280 * 100vw * -1);
}
@media screen and (max-width: 768px) {
  .sticky-wrap-2 .flex .right {
    width: calc(143 / 393 * 100vw);
    margin: calc(31 / 393 * 100vw * -1) auto auto calc(52 / 393 * 100vw);
  }
}/*# sourceMappingURL=style.css.map */