@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://fonts.googleapis.com/css2?family=Aboreto&family=Barlow+Semi+Condensed:wght@600&family=Cormorant+Infant:wght@700&family=Marcellus&family=Noto+Serif+JP&family=Zen+Old+Mincho:wght@400;500&display=swap");
html, body {
  width: 100%;
  height: auto;
}

body {
  height: 100%;
  left: 0px;
  top: 0px;
  margin: 0;
  background-color: #F3F4EE;
}

a:hover, a:active, a.active {
  color: rgb(113, 112, 112);
}

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;
}

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

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

a:hover {
  text-decoration: none;
}

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

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

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

body.looking {
  overflow: hidden;
}

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

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

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

#loader .load .load_logo {
  width: 200px;
}

@media screen and (max-width: 768px) {
  #loader .load .load_logo {
    width: 150px;
    margin-top: 50px;
  }
}
#loader .load div:nth-of-type(2) {
  padding-top: 30px;
  color: white;
  animation: flash 1s linear infinite;
  text-align: center;
}

@keyframes flash {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
/*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 0.8s ease;
}
.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -7%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-15%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(15%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 15%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
/* setting */
/*font*/
.fontEM {
  font-family: "tt-commons-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.02em;
}

.fontER {
  font-family: "tt-commons-pro", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.fontC {
  font-family: "corporate-a-condensed", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -0.01em;
}

.fontJ {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-style: normal;
}

/*kv*/
.kvsec {
  width: 100%;
  margin-bottom: 10%;
}
@media screen and (max-width: 768px) {
  .kvsec {
    margin-bottom: 70px;
  }
}
.kvsec-logo {
  top: 20vw;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  animation-delay: 3s;
}
@media screen and (max-width: 768px) {
  .kvsec-logo {
    top: 41%;
    width: 80%;
  }
}
.kvsec-txt {
  font-size: 10px;
  text-align: center;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .kvsec-txt {
    bottom: 5%;
    width: 100%;
    line-height: 1.1;
  }
}

/*contents*/
.contentsWrap .size-760 {
  width: 760px;
  max-width: 85%;
  margin-left: auto;
  margin-right: auto;
}
.contentsWrap .size-F {
  width: 100%;
}
.contentsWrap .size-1100 {
  width: 1100px;
  max-width: 85%;
  margin-left: auto;
  margin-right: auto;
}
.contentsWrap .lead {
  font-size: 20px;
  letter-spacing: -0.01em;
  line-height: 1.7;
  margin-bottom: 117px;
}
@media screen and (max-width: 768px) {
  .contentsWrap .lead {
    font-size: 15.5px;
    letter-spacing: -0.02em;
    line-height: 1.6;
    margin-bottom: 75px;
  }
}
.contentsWrap .ph1-txt {
  font-size: 32px;
  letter-spacing: 0.02em;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  top: 48%;
  color: white;
}
@media screen and (max-width: 768px) {
  .contentsWrap .ph1-txt {
    font-size: 23px;
    text-align: center;
    width: 100%;
  }
}
.contentsWrap .ph2 {
  margin-bottom: 200px;
}
@media screen and (max-width: 768px) {
  .contentsWrap .ph2 {
    margin-bottom: 65px;
  }
}
.contentsWrap .ph2 .left, .contentsWrap .ph2 .right {
  width: 50%;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .contentsWrap .ph2 .left, .contentsWrap .ph2 .right {
    width: 100%;
  }
}
.contentsWrap .ph2 .left {
  position: relative;
  overflow: hidden;
  height: 88vw;
}
@media screen and (max-width: 768px) {
  .contentsWrap .ph2 .left {
    height: auto;
    overflow: unset;
    width: 100vw;
  }
}
.contentsWrap .ph2 .left video {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .contentsWrap .ph2 .left video {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.contentsWrap .ph2 .right {
  background-image: url(https://baycrews.jp/src/feature/20240410_leaupariena/2.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  padding-top: 160px;
}
@media screen and (max-width: 768px) {
  .contentsWrap .ph2 .right {
    padding-top: 128px;
    padding-bottom: 184.5px;
    overflow: hidden;
  }
}
.contentsWrap .ph2 .right .bgwrap {
  background-color: transparent;
  width: 100%;
  height: 100%;
}
.contentsWrap .ph2 .right .txtbox {
  width: 420px;
  max-width: 85%;
  box-sizing: border-box;
  margin: auto;
  color: white;
  text-align: center;
}
.contentsWrap .ph2 .right .txtbox-tle {
  font-size: 32px;
  margin: 0 auto 77px auto;
}
@media screen and (max-width: 768px) {
  .contentsWrap .ph2 .right .txtbox-tle {
    font-size: 23px;
    line-height: 1.2;
    margin: 0 auto 83px auto;
    color: white;
    text-align: center;
  }
}
.contentsWrap .ph2 .right .txtbox-box1 {
  margin: 0 auto 95px auto;
}
@media screen and (max-width: 768px) {
  .contentsWrap .ph2 .right .txtbox-box1 {
    margin: 0 auto;
  }
}
.contentsWrap .ph2 .right .txtbox-box1 p:first-of-type {
  font-size: 21px;
  letter-spacing: -0.01em;
  line-height: 1.6;
  margin-bottom: 41px;
}
@media screen and (max-width: 768px) {
  .contentsWrap .ph2 .right .txtbox-box1 p:first-of-type {
    font-size: 17px;
    letter-spacing: 0;
    line-height: 1.5;
  }
}
.contentsWrap .ph2 .right .txtbox-box1 p:last-of-type {
  font-size: 21px;
  letter-spacing: -0.01em;
  line-height: 1.6;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .contentsWrap .ph2 .right .txtbox-box1 p:last-of-type {
    font-size: 17px;
    line-height: 1.5;
    letter-spacing: 0;
  }
}
.contentsWrap .ph2 .right .txtbox-box2 p:first-of-type {
  font-size: 19px;
  letter-spacing: 0.016em;
  margin-bottom: 33px;
}
@media screen and (max-width: 768px) {
  .contentsWrap .ph2 .right .txtbox-box2 p:first-of-type {
    font-size: 14px;
    margin-bottom: 26.5px;
  }
}
.contentsWrap .ph2 .right .txtbox-box2 p:last-of-type {
  font-size: 19px;
  letter-spacing: 0.05em;
  line-height: 2;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .contentsWrap .ph2 .right .txtbox-box2 p:last-of-type {
    font-size: 14px;
    letter-spacing: 0.06em;
    line-height: 2.1;
  }
}
.contentsWrap .pdWrap {
  margin-bottom: 136px;
  border-bottom: 1px solid black;
}
@media screen and (max-width: 768px) {
  .contentsWrap .pdWrap {
    margin-bottom: 89px;
  }
}
.contentsWrap .pdWrap .size-1100.flex {
  padding-bottom: 166px;
}
@media screen and (max-width: 768px) {
  .contentsWrap .pdWrap .size-1100.flex {
    padding-bottom: 71px;
  }
}
.contentsWrap .pdWrap .size-1100.flex .left {
  width: 50%;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .contentsWrap .pdWrap .size-1100.flex .left {
    width: 100%;
    margin-bottom: 99px;
  }
}
.contentsWrap .pdWrap .pdsec {
  width: 440px;
  margin: auto 0 136px auto;
}
@media screen and (max-width: 768px) {
  .contentsWrap .pdWrap .pdsec {
    width: 100%;
    margin: auto;
  }
}
.contentsWrap .pdWrap .pdsec sup {
  font-size: 10px;
}
.contentsWrap .pdWrap .pdsec .smlt {
  font-size: 10px;
  letter-spacing: -0.01em;
  line-height: 1.6;
  margin-top: 35px;
}
@media screen and (max-width: 768px) {
  .contentsWrap .pdWrap .pdsec .smlt {
    font-size: 9px;
    margin-top: 37px;
    line-height: 1.6666666667;
  }
}
.contentsWrap .pdWrap .pdsec .smlt span {
  display: inline;
}
.contentsWrap .pdWrap .pdsec .smlt span:nth-of-type(2) {
  margin-left: 20px;
}
.contentsWrap .pdWrap .pdsec .smlt span:last-of-type {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .contentsWrap .pdWrap .pdsec .smlt span:last-of-type {
    display: inline;
    margin-left: 20px;
  }
}
.contentsWrap .pdWrap .pdsec-name {
  margin-bottom: 54px;
}
@media screen and (max-width: 768px) {
  .contentsWrap .pdWrap .pdsec-name {
    margin-bottom: 41px;
  }
}
.contentsWrap .pdWrap .pdsec-name p {
  font-size: 21px;
  letter-spacing: 0.02em;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .contentsWrap .pdWrap .pdsec-name p {
    font-size: 17.5px;
  }
}
.contentsWrap .pdWrap .pdsec-name p:first-of-type {
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .contentsWrap .pdWrap .pdsec-name p:first-of-type {
    margin-bottom: 10.5px;
  }
}
.contentsWrap .pdWrap .pdsec-name p:last-of-type {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.contentsWrap .pdWrap .pdsec-name p:last-of-type a {
  display: inline-block;
  transition: background-color 0.3s linear;
  border: 1px solid black;
  position: relative;
  text-align: center;
  box-sizing: border-box;
  padding: 5px 25px 7px 35px;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .contentsWrap .pdWrap .pdsec-name p:last-of-type a {
    margin-right: 0;
    margin-left: auto;
    font-size: 15px;
    padding: 5px 22px 7px 25px;
  }
}
.contentsWrap .pdWrap .pdsec-name p:last-of-type a::after {
  display: inline-block;
  content: "";
  width: 10px;
  height: 16px;
  vertical-align: middle;
  margin: -0.2vw 0 0 9px;
  background-image: url(https://baycrews.jp/src/feature/20240410_leaupariena/after.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .contentsWrap .pdWrap .pdsec-name p:last-of-type a::after {
    margin: -1vw 0 0 2vw;
    height: 12px;
    background-image: url(https://baycrews.jp/src/feature/20240410_leaupariena/after-sp.svg);
  }
}
.contentsWrap .pdWrap .pdsec-name p:last-of-type a:hover {
  text-decoration: none;
  background-color: black;
  color: #F3F4EE;
}
.contentsWrap .pdWrap .pdsec-name p:last-of-type a:hover::after {
  background-image: url(https://baycrews.jp/src/feature/20240410_leaupariena/after_hover.svg);
}
@media screen and (max-width: 768px) {
  .contentsWrap .pdWrap .pdsec-name p:last-of-type a:hover::after {
    background-image: url(https://baycrews.jp/src/feature/20240410_leaupariena/after-sp-hover.svg);
  }
}
.contentsWrap .pdWrap .pdsec-txt {
  font-size: 18px;
  letter-spacing: -0.01em;
  line-height: 1.8;
  margin-bottom: 57px;
}
@media screen and (max-width: 768px) {
  .contentsWrap .pdWrap .pdsec-txt {
    font-size: 15.5px;
    line-height: 1.5;
    margin-bottom: 47px;
  }
}
.contentsWrap .pdWrap .pdsec-more {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .contentsWrap .pdWrap .pdsec-more {
    font-size: 15.5px;
  }
}
.contentsWrap .pdWrap .pdsec-more .details-summary {
  letter-spacing: 0.04em;
  line-height: 1.75;
  padding: 19px 0;
  box-sizing: border-box;
  position: relative;
  display: block;
}
@media screen and (max-width: 768px) {
  .contentsWrap .pdWrap .pdsec-more .details-summary {
    line-height: 1.2;
    padding: 15px 0 16px 0;
  }
}
.contentsWrap .pdWrap .pdsec-more .details-content {
  letter-spacing: -0.01em;
  line-height: 1.5;
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
  .contentsWrap .pdWrap .pdsec-more .details-content {
    line-height: 1.5;
    padding: 13px 0 20px 0;
  }
}
.contentsWrap .pdWrap .pdsec-more .details-content span {
  display: block;
  font-size: 13px;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .contentsWrap .pdWrap .pdsec-more .details-content span {
    font-size: 11px;
  }
}
.contentsWrap .scentsec {
  margin-bottom: 170px;
}
@media screen and (max-width: 768px) {
  .contentsWrap .scentsec {
    padding-bottom: 88.5px;
    margin-bottom: 100px;
    border-bottom: 1px solid black;
  }
}
.contentsWrap .scentsec-txt {
  margin-bottom: 99px;
}
@media screen and (max-width: 768px) {
  .contentsWrap .scentsec-txt {
    margin-bottom: 69.5px;
  }
}
.contentsWrap .scentsec-txt p:first-of-type {
  font-size: 32px;
  letter-spacing: 0.019;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 41px;
}
@media screen and (max-width: 768px) {
  .contentsWrap .scentsec-txt p:first-of-type {
    font-size: 23px;
    letter-spacing: 0.02em;
    margin-bottom: 34.5px;
  }
}
.contentsWrap .scentsec-txt p:last-of-type {
  font-size: 20px;
  letter-spacing: -0.01em;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .contentsWrap .scentsec-txt p:last-of-type {
    font-size: 15.5px;
    letter-spacing: -0.03em;
    line-height: 1.6;
  }
}
.contentsWrap .scentsec-ph p {
  width: 33.3333333333%;
}
@media screen and (max-width: 768px) {
  .contentsWrap .scentsec-ph p {
    width: 85%;
    margin: 0 auto;
  }
}
.contentsWrap .scentsec-ph p:nth-of-type(1) {
  animation-duration: 2s;
}
.contentsWrap .scentsec-ph p:nth-of-type(2) {
  animation-delay: 0.4s;
  animation-duration: 2s;
}
.contentsWrap .scentsec-ph p:nth-of-type(3) {
  animation-delay: 0.9s;
  animation-duration: 2s;
}
.contentsWrap .lastsec {
  padding-bottom: 131px;
}
@media screen and (max-width: 768px) {
  .contentsWrap .lastsec {
    padding-bottom: 104px;
  }
}
.contentsWrap .lastsec-btn {
  margin-bottom: 138px;
}
@media screen and (max-width: 768px) {
  .contentsWrap .lastsec-btn {
    margin-bottom: 93px;
  }
}
.contentsWrap .lastsec-btn a {
  display: block;
  transition: background-color 0.3s linear;
  font-size: 40px;
  letter-spacing: -0.01em;
  line-height: 0.8;
  padding: 19px 70px;
  box-sizing: border-box;
  border: 1px solid black;
  width: 440px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .contentsWrap .lastsec-btn a {
    padding: 12px;
    width: 85%;
    font-size: 25px;
    margin-left: auto;
    margin-right: auto;
  }
}
.contentsWrap .lastsec-btn a::after {
  display: inline-block;
  content: "";
  width: 10px;
  height: 16px;
  vertical-align: middle;
  margin: -0.2vw 0 0 9px;
  background-image: url(https://baycrews.jp/src/feature/20240410_leaupariena/after.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .contentsWrap .lastsec-btn a::after {
    background-image: url(https://baycrews.jp/src/feature/20240410_leaupariena/after-sp.svg);
    position: absolute;
    top: 36%;
    right: 27%;
  }
}
.contentsWrap .lastsec-btn a:hover {
  text-decoration: none;
  background-color: black;
  color: #F3F4EE;
}
.contentsWrap .lastsec-btn a:hover::after {
  background-image: url(https://baycrews.jp/src/feature/20240410_leaupariena/after_hover.svg);
}
@media screen and (max-width: 768px) {
  .contentsWrap .lastsec-btn a:hover::after {
    background-image: url(https://baycrews.jp/src/feature/20240410_leaupariena/after-sp-hover.svg);
  }
}
.contentsWrap .lastsec-btn a:first-of-type {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .contentsWrap .lastsec-btn a:first-of-type {
    margin-bottom: 24px;
  }
}
.contentsWrap .lastsec-logo {
  margin: 0 auto 121px auto;
  width: 590px;
}
@media screen and (max-width: 768px) {
  .contentsWrap .lastsec-logo {
    margin: 0 auto 22px auto;
    width: 80%;
  }
}
.contentsWrap .lastsec-bc {
  text-align: center;
  font-size: 10px;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 768px) {
  .contentsWrap .lastsec-bc {
    font-size: 9;
  }
}

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

.swiper2 .slide {
  pointer-events: none;
}

.swiper2 .swiper-slide {
  pointer-events: none;
}

.swiper2 .swiper-pagination {
  bottom: 16px;
}
@media screen and (max-width: 768px) {
  .swiper2 .swiper-pagination {
    bottom: -10%;
  }
}

.swiper2 .swiper-pagination-bullet {
  opacity: 1;
  position: relative;
  width: 60px;
  height: 1px;
  border-radius: 0;
  margin: 0 6px;
  background-color: #D0D0D0;
  transition: background-color 0.3s ease;
}

@media screen and (max-width: 768px) {
  .swiper2 .swiper-pagination-bullet {
    width: 50px;
  }
}
.swiper2 .swiper-pagination-bullet::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  transform: scaleX(0);
  transform-origin: 0 0;
}

.swiper2 .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  animation: sliderPagination 3s linear forwards;
}

@keyframes sliderPagination {
  100% {
    transform: scaleX(1);
    opacity: 1;
  }
}
/*swiper3*/
.swiper3 {
  position: relative;
}

.swiper3 .slide {
  pointer-events: none;
}

.swiper3 .swiper-slide {
  pointer-events: none;
}

.swiper3 .swiper-pagination {
  bottom: 16px;
}
@media screen and (max-width: 768px) {
  .swiper3 .swiper-pagination {
    bottom: -16%;
  }
}

.swiper3 .swiper-pagination-bullet {
  opacity: 1;
  position: relative;
  width: 60px;
  height: 1px;
  border-radius: 0;
  margin: 0 6px;
  background-color: #D0D0D0;
  transition: background-color 0.3s ease;
}

@media screen and (max-width: 768px) {
  .swiper3 .swiper-pagination-bullet {
    width: 70px;
  }
}
.swiper3 .swiper-pagination-bullet::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  transform: scaleX(0);
  transform-origin: 0 0;
}

.swiper3 .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  animation: sliderPagination 3s linear forwards;
}

@keyframes sliderPagination {
  100% {
    transform: scaleX(1);
    opacity: 1;
  }
}
/*swiper*/
.swiper-container {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.swiper-container.slider {
  margin-bottom: 40px;
}

.swiper-container.slider .swiper-button-next,
.swiper-container.slider .swiper-button-prev {
  top: 50%;
}

.swiper-container.slider .swiper-button-next:after,
.swiper-container.slider .swiper-button-prev:after {
  font-size: 24px;
  font-weight: 600;
  height: auto;
}

.swiper-container.slider-thumbnail {
  width: 70%;
}

.swiper-container.slider-thumbnail .swiper-wrapper .swiper-slide {
  width: calc(20% - 7px);
  height: 100%;
  overflow: hidden;
}

.swiper-slide.swiper-slide-visible.swiper-slide-active.swiper-slide-thumb-active {
  border: 1px solid black;
}

/*acc*/
.details {
  border-top: 1px solid black;
}
.details:last-of-type {
  border-bottom: 1px solid black;
}

.details-summary {
  position: relative;
  display: block;
}
.details-summary:hover {
  cursor: pointer;
  opacity: 0.8;
}
.details-summary .btn {
  position: absolute;
  top: 27%;
  right: 0;
  width: 30px;
  height: 30px;
  transform-origin: center center;
  transition-duration: 0.2s;
}
@media screen and (max-width: 768px) {
  .details-summary .btn {
    width: 21px;
    height: 21px;
  }
}
.details-summary .btn:before, .details-summary .btn:after {
  content: "";
  width: 30px;
  height: 1px;
  position: absolute;
  top: 15px;
  left: 0;
  transform-origin: center center;
  background-color: black;
}
@media screen and (max-width: 768px) {
  .details-summary .btn:before, .details-summary .btn:after {
    width: 21px;
    top: 10px;
  }
}
.details-summary .btn:before {
  width: 1px;
  height: 30px;
  top: 0;
  left: 15px;
}
@media screen and (max-width: 768px) {
  .details-summary .btn:before {
    height: 21px;
    left: 10px;
  }
}
.details-summary.is-active .btn {
  transform: rotate(-180deg);
}
.details-summary.is-active .btn:before {
  content: none;
}

.details-summary::-webkit-details-marker {
  display: none;
}

.swiper-button-next, .swiper-button-prev {
  color: #D0D0D0 !important;
}/*# sourceMappingURL=style.css.map */