@charset "UTF-8";
body {
  margin: 0;
}

#header .header_top_ .search_box_ {
  margin-left: 105px !important;
}

p, a, span {
  font-family: -apple-system, BlinkMacSystemFont, "Roboto", "Noto Sans JP", "Hiragino Kaku Gothic ProN W3", Meiryo, sans-serif;
}

a {
  text-decoration: none !important;
}

a:hover {
  text-decoration: none !important;
}

@media screen and (min-width: 769px) {
  .spOnly {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .pcOnly {
    display: none !important;
  }

  img {
    width: 100%;
  }
}
.clearfix {
  overflow: auto;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.topWrap {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  .topWrap {
    padding-top: 0px;
    padding-bottom: 0px;
    display: block;
  }
}
.topWrap__content {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  overflow: hidden;
  background-color: #012169;
  padding-bottom: 0;
}
@media (max-width: 768px) {
  .topWrap__content {
    width: 100%;
    padding-bottom: 0;
  }
}
.topWrap__text {
  padding: 0px 0 0px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  margin: 0;
}
.topWrap__text img {
  max-width: 100%;
  width: auto;
  margin: 0;
}
@media (max-width: 768px) {
  .topWrap__text {
    font-size: 2.53vw;
    padding: 0px 0;
    margin: 0 0px;
  }
}
@media (max-width: 384px) {
  .topWrap__text {
    font-size: 2.53vw;
    padding: 0px 0;
    margin: 0 0px;
  }
}
.topWrap__text p {
  font-weight: bold;
  line-height: 48px;
  font-size: 24px;
  margin-bottom: 2em;
}
@media (max-width: 768px) {
  .topWrap__text p {
    font-size: 3.83vw;
    margin-bottom: 7.33vw;
    line-height: 2.2;
  }
}
@media (max-width: 384px) {
  .topWrap__text p {
    font-size: 3.13vw;
    margin-bottom: 7.33vw;
    line-height: 2.2;
  }
}
.topWrap__text p:last-child {
  margin-bottom: 0px;
}

.topLink {
  background-color: #f3efed;
}
.topLink ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .topLink ul {
    flex-wrap: wrap;
  }
}
.topLink ul li {
  border-left: 1px solid #012169;
  width: 158px;
  position: relative;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .topLink ul li {
    border-left: none;
    border-right: 2px solid #012169;
    border-bottom: 2px solid #012169;
    width: 50%;
    height: 10.66vw;
  }
}
.topLink ul li a {
  padding: 35px 0 50px;
  color: #012169;
  display: block;
  text-align: center;
}
@media (max-width: 768px) {
  .topLink ul li a {
    padding: 3.33vw 3.6vw 3.33vw 0;
    line-height: 1em;
  }
}
.topLink ul li:after {
  content: "";
  display: block;
  background-image: url(/22ss_byoc/img/topArrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 22px;
  height: 18px;
  position: absolute;
  left: 50%;
  bottom: 6px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
@media (max-width: 768px) {
  .topLink ul li:after {
    background-image: url(/22ss_byoc/img/sp_topArrow.png);
    position: absolute;
    height: 3.46vw;
    width: 4.26vw;
    top: 50%;
    right: 3.6vw;
    left: auto;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }
}
@media (max-width: 768px) {
  .topLink ul li:nth-child(even) {
    border-right: none;
  }
}
.topLink ul li:last-child {
  border-right: 1px solid #012169;
  width: 228px;
}
@media (max-width: 768px) {
  .topLink ul li:last-child {
    border-right: none;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .topLink ul li:last-child a {
    padding: 3.33vw 0px;
    padding: 3.33vw 22px 3.33vw 0px;
  }
}
.topLink ul .sp_nav_araki {
  width: 13.46vw;
}
.topLink ul .sp_nav_yamada {
  width: 13.6vw;
}
.topLink ul .sp_nav_other {
  width: 33.73vw;
}

.main__content {
  padding: 80px 0 0;
  border-bottom: 20px solid #012169;
}
@media (max-width: 768px) {
  .main__content {
    padding: 100px 0px 0;
    border-bottom: 2.66vw solid #012169;
  }
}
@media (max-width: 384px) {
  .main__content {
    padding: 100px 0px 0;
  }
}
.main__content.yamada {
  padding: 200px 0 0;
}
@media (max-width: 768px) {
  .main__content.yamada {
    padding: 100px 0 0;
  }
}
@media (max-width: 384px) {
  .main__content.yamada {
    padding: 100px 0 0;
  }
}
.main__name {
  margin: 0 auto 100px;
  text-align: center;
}
@media (max-width: 768px) {
  .main__name.araki {
    width: 82.26vw;
    margin: 0 auto 60px;
  }
}
@media (max-width: 384px) {
  .main__name.araki {
    margin: 0 auto 60px;
  }
}
@media (max-width: 768px) {
  .main__name.yamada {
    width: 82vw;
    margin: 0 auto 60px;
  }
}
@media (max-width: 384px) {
  .main__name.yamada {
    margin: 0 auto 60px;
  }
}
.main__image {
  max-width: 1200px;
  margin: 0 auto 100px;
}
@media (max-width: 768px) {
  .main__image {
    width: 100%;
    margin: 0 auto 0;
  }
  .main__image.yamada {
    margin: 0px auto 100px;
  }
}
@media (max-width: 384px) {
  .main__image.yamada {
    margin: 50px auto 50px;
  }
}
.main__video {
  width: 800px;
  margin: 0 auto 100px;
}
.main__video img {
  max-width: 800px;
  width: auto;
}
@media (max-width: 384px) {
  .main__video {
    margin: 50px auto 50px;
  }
}
@media (max-width: 768px) {
  .main__video {
    width: 90vw;
    margin: 100px auto 100px;
  }
  .main__video img {
    width: 100%;
  }
}
.main__video_with_navi {
  width: 800px;
  margin: 0 auto 50px;
}
.main__video_with_navi img {
  max-width: 800px;
  width: auto;
}
@media (max-width: 768px) {
  .main__video_with_navi {
    width: 90vw;
    margin: 100px auto 50px;
  }
  .main__video_with_navi img {
    width: 100%;
  }
}
@media (max-width: 384px) {
  .main__video_with_navi {
    margin: 50px auto 25px;
  }
}
.main__video_navi {
  max-width: 1200px;
  margin: 0 auto 100px auto;
}
@media (max-width: 768px) {
  .main__video_navi {
    margin: 0 15px 15px 15px;
  }
}
.main__video_navi ul {
  margin: 0;
  padding: 0;
}
.main__video_navi ul li {
  float: left;
  width: calc(25% - 10px);
  margin: 0 5px;
}
@media (max-width: 768px) {
  .main__video_navi ul li {
    width: calc(50% - 10px);
    margin: 5px 5px;
  }
}
.main__video_navi ul li img {
  max-width: 100%;
  width: auto;
}
.main__video_navi ul li div {
  position: relative;
  height: 60px;
}
@media (max-width: 768px) {
  .main__video_navi ul li div {
    height: 75px;
  }
}
.main__video_navi ul li span {
  position: absolute;
  display: block;
  text-align: center;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  font-size: 0.9rem;
}
@media (max-width: 768px) {
  .main__video_navi ul li span {
    font-size: 1em;
  }
}
.main__video_navi ul li a {
  color: #000;
  text-decoration: none;
  line-height: 1.5;
  font-size: 0.9rem;
}
@media (max-width: 768px) {
  .main__video_navi ul li a {
    font-size: 1em;
  }
}
.main__video_navi ul li a:hover {
  color: #444;
}
.main__text {
  width: 355px;
  margin-right: 47px;
  background-color: #012169;
  color: #fff;
  padding: 0px 15px 0px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 768px) {
  .main__text {
    padding: 21.33vw 0 4.4vw;
    width: 100%;
    text-align: center;
    margin: 0px 0px 13.33vw;
  }
  .main__text.araki {
    padding: 21.33vw 0 4.4vw;
  }
  .main__text.yamada {
    padding: 20.66vw 0 5.6vw;
  }
}
.main__text .top {
  font-size: 24px;
  line-height: 1.7em;
}
@media (max-width: 768px) {
  .main__text .top {
    font-size: 3.73vw;
  }
}
.main__text .center {
  font-size: 32px;
  padding: 25px 0 25px;
}
@media (max-width: 768px) {
  .main__text .center {
    font-size: 5.86vw;
    font-weight: bold;
  }
}
.main__text .name {
  font-size: 18px;
  line-height: 2em;
}
@media (max-width: 768px) {
  .main__text .name {
    font-size: 4.8vw;
    line-height: 1.7em;
  }
}
.main__text .name span {
  line-height: 1.4em;
  padding-top: 5px;
  display: block;
}
@media (max-width: 768px) {
  .main__text .name span {
    font-size: 3.73vw;
  }
}
.main__youtubeWrap {
  width: 520px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 768px) {
  .main__youtubeWrap {
    width: 100%;
  }
}
.main__youtube {
  height: 390px;
  overflow: hidden;
  position: relative;
  margin: 0 -100%;
  padding: 0 100%;
}
@media (max-width: 768px) {
  .main__youtube {
    height: auto;
    margin: 0;
    padding: 0;
  }
}
.main__youtube img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
@media (max-width: 768px) {
  .main__youtube img {
    position: static;
    width: 100%;
  }
}
.main__detail {
  display: flex;
  justify-content: center;
  max-width: 1040px;
  margin: 0 auto 100px;
}
@media (max-width: 768px) {
  .main__detail {
    display: block;
    width: 100%;
    margin: 0 auto 9.33vw;
  }
}
.main__detail.even {
  flex-direction: row-reverse;
}
.main__detail.even.last {
  margin: 0 auto 275px;
}
@media (max-width: 768px) {
  .main__detail.even.last {
    margin: 0 auto 100px;
  }
}
@media (max-width: 384px) {
  .main__detail.even.last {
    margin: 0 auto 50px;
  }
}
.main__sub {
  width: 500px;
}
@media (max-width: 768px) {
  .main__sub {
    width: 90vw;
    margin: 0 auto 9.33vw;
    text-align: center;
  }
}
@media (max-width: 384px) {
  .main__sub {
    margin: 0 auto 9.33vw;
  }
}
@media (max-width: 768px) {
  .main__sub img {
    width: 100%;
  }
}
.main__item {
  width: 400px;
  margin-left: 70px;
  position: relative;
}
@media (max-width: 768px) {
  .main__item {
    width: 100%;
    margin: 0 auto;
  }
}
.main__item ul {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .main__item ul {
    display: block;
    padding: 0 10vw;
  }
}
.main__item ul li {
  width: 50%;
  height: 170px;
  position: relative;
}
@media (max-width: 768px) {
  .main__item ul li {
    height: 56vw;
  }
}
.main__detail.even .main__item {
  margin-right: 70px;
  margin-left: auto;
}
.main .main__item .shoe-wrap {
  text-align: center;
  padding: 0rem 0 1.2rem 0;
}
.main .main__item .shoe-wrap .imgwrap {
  margin: 0 auto;
  padding: 25px 0 25px 0;
}
@media (max-width: 768px) {
  .main .main__item .shoe-wrap .imgwrap {
    padding: 0;
    margin: 0px 25px 0 25px;
  }
}
.main .main__item .shoe-wrap .imgwrap img {
  width: auto;
  max-width: 100%;
}
.main .main__item .checkmore {
  display: block;
  text-align: center;
  max-width: 160px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .main .main__item .checkmore {
    max-width: 160px;
  }
}
@media (max-width: 384px) {
  .main .main__item .checkmore {
    max-width: 120px;
  }
}
.main .main__item .checkmore img {
  width: auto;
  max-width: 100%;
}
.main .main__item ul.shoes-options {
  height: auto;
  padding: 1.5rem 0 2rem 0;
  text-align: center;
}
@media (max-width: 768px) {
  .main .main__item ul.shoes-options {
    width: 90vw;
    margin: 0 auto;
    padding: 1rem 0 2rem 0;
  }
}
.main .main__item ul.shoes-options li {
  display: inline-block;
  width: 33.3%;
}
.main .main__item ul.shoes-options li img {
  width: auto;
  max-width: 100%;
}
.main .main__item .cta-box-2 {
  text-align: center;
  max-width: 340px;
  margin: 0 auto;
}
.main .main__item .cta-box-2 img {
  max-width: 100%;
  width: auto;
}
.main .main__item .cta-box-1 {
  padding: 4em 0 0 0;
  text-align: center;
  max-width: 340px;
  margin: 0 auto;
}
.main .main__item .cta-box-1 img {
  max-width: 100%;
  width: auto;
}
.main__itemTitle {
  color: #012169;
  font-size: 16px;
  font-weight: bold;
  display: block;
  text-align: center;
  margin: 0 auto 15px;
}
@media (max-width: 768px) {
  .main__itemTitle {
    font-size: 3.6vw;
  }
}
.main__itemTitle.more-mt {
  margin-top: 4rem;
}
@media (max-width: 768px) {
  .main__itemTitle.more-mt {
    margin-top: 0rem;
  }
}
.main__itemTitle img {
  max-width: 400px;
}
@media (max-width: 768px) {
  .main__itemTitle img {
    max-width: 400px;
    width: auto;
  }
}
@media (max-width: 384px) {
  .main__itemTitle img {
    max-width: 300px;
    width: auto;
  }
}
.main__itemImage {
  height: 160px;
  position: relative;
}
@media (max-width: 768px) {
  .main__itemImage {
    height: 47.46vw;
  }
}
.main__itemImage img {
  position: absolute;
  top: 0%;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto auto auto;
  height: 85%;
  transform: translateY(-3px);
  -webkit-transform: translateY(-3px);
}
@media (max-width: 768px) {
  .main__itemImage img {
    margin: auto;
    height: 85%;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
}
.main__itemName {
  color: #012169;
  font-size: 12px;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 77%;
  height: 30px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  word-break: break-all;
  width: 100%;
  line-height: 1.1;
}
@media (max-width: 768px) {
  .main__itemName {
    font-size: 2.6vw;
    height: 45px;
    top: 80%;
  }
}
.main__toTop {
  max-width: 1150px;
  margin: 0 auto 17px;
  text-align: right;
}
@media (max-width: 768px) {
  .main__toTop {
    margin: 0 4.66vw 3.06vw 0;
  }
  .main__toTop img {
    width: 25.33vw;
  }
}

.other {
  margin: 100px auto 0;
  border-bottom: 20px solid #012169;
}
@media (max-width: 768px) {
  .other {
    width: 100%;
    margin: 24vw auto 0;
  }
}
.other__content {
  max-width: 1200px;
  margin: 0 auto;
}
.other__slide {
  background-color: #012169;
  padding-bottom: 120px;
}
@media (max-width: 768px) {
  .other__slide {
    padding-bottom: 24vw;
  }
}
.other__manifesto {
  text-align: center;
}
.other__manifesto .symbol {
  padding: 75px 0;
}
@media (max-width: 768px) {
  .other__manifesto .symbol {
    padding: 100px 0 75px 0;
    max-width: 150px;
    margin: 0 auto;
  }
}
@media (max-width: 384px) {
  .other__manifesto .symbol {
    padding: 25vw 0 50px 0;
    max-width: 150px;
  }
}
.other__manifesto .symbol img {
  max-width: 100%;
  width: auto;
}
.other__manifesto p {
  text-align: center;
  margin-bottom: 70px;
  color: #FFF;
  font-size: 19px;
  line-height: 2;
  font-weight: bold;
  letter-spacing: 3px;
}
@media (max-width: 768px) {
  .other__manifesto p {
    font-size: 3.13vw;
    margin-bottom: 35px;
  }
}
@media (max-width: 384px) {
  .other__manifesto p {
    font-size: 2.93vw;
  }
}
.other__title {
  position: relative;
  padding: 108px 0 60px;
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .other__title {
    padding: 13.333 0.06vw 0 13.33vw;
  }
}
.other__title .title {
  margin: 0 auto 15px;
  display: block;
}
@media (max-width: 768px) {
  .other__title .title {
    margin-bottom: 4vw;
    width: 68.53vw;
  }
}
@media (max-width: 768px) {
  .other__title .sub {
    width: 58vw;
  }
}
.other__title img {
  background-color: #012169;
}
.other__title:before {
  position: absolute;
  content: "";
  height: 1px;
  width: 100%;
  left: 0;
  top: 125px;
  width: 20%;
  background-color: #FFF;
}
@media (max-width: 768px) {
  .other__title:before {
    top: 120px;
    width: 10%;
  }
}
.other__title:after {
  position: absolute;
  content: "";
  height: 1px;
  width: 100%;
  right: 0;
  top: 125px;
  width: 20%;
  background-color: #FFF;
}
@media (max-width: 768px) {
  .other__title:after {
    top: 120px;
    width: 10%;
  }
}
.other__slider {
  padding: 0 160px 0 165px;
}
@media (max-width: 768px) {
  .other__slider {
    padding: 0 16vw;
  }
}
.other__online {
  background-color: #f3efed;
  padding: 110px 0 120px;
  margin-bottom: 120px;
}
@media (max-width: 768px) {
  .other__online {
    padding: 26.66vw 0 21.33vw;
    margin-bottom: 21.6vw;
  }
}
.other__online p {
  font-size: 40px;
  text-align: center;
  color: #012169;
  font-weight: bold;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .other__online p {
    font-size: 8vw;
    margin-bottom: 17.33vw;
  }
}
.other__btn {
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .other__btn {
    display: block;
  }
}
.other__btn li {
  width: 300px;
  padding-right: 20px;
}
.other__btn li img {
  height: 19px;
}
@media (max-width: 768px) {
  .other__btn li {
    width: 93.33vw;
    margin: 0 auto;
    padding: 0 0 8vw;
  }
  .other__btn li img {
    height: 19px;
  }
}
.other__btn li a {
  display: block;
  padding: 27px 0;
  border: 1px solid #012169;
  text-align: center;
}
@media (max-width: 768px) {
  .other__btn li a {
    padding: 10.4vw 0 8.53vw;
  }
}
.other__toTop {
  max-width: 1150px;
  margin: 0 auto 17px;
  text-align: right;
}
@media (max-width: 768px) {
  .other__toTop {
    margin: 0 4.66vw 3.06vw 0;
  }
  .other__toTop img {
    width: 25.33vw;
  }
}

#other .slick-prev {
  left: 51px;
}
@media (max-width: 768px) {
  #other .slick-prev {
    width: 7.33vw;
    height: 9.73vw;
    left: 3.73vw;
  }
}
#other .slick-next {
  right: 51px;
}
@media (max-width: 768px) {
  #other .slick-next {
    width: 7.33vw;
    height: 9.73vw;
    right: 3.73vw;
  }
}
#other .slick-prev:before {
  content: "";
  display: block;
  background-image: url(/22ss_byoc/img/otherPrev.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 31px;
  height: 42px;
}
@media (max-width: 768px) {
  #other .slick-prev:before {
    width: 7.33vw;
    height: 9.73vw;
  }
}
#other .slick-next:before {
  content: "";
  display: block;
  background-image: url(/22ss_byoc/img/otherNext.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 31px;
  height: 42px;
}
@media (max-width: 768px) {
  #other .slick-next:before {
    width: 7.33vw;
    height: 9.73vw;
  }
}
#other .slick-slide img {
  width: 100%;
}
#other .slick-list {
  margin-right: -60px;
  /* ガター分ネガティブマージン */
}
#other .slick-slide {
  margin-right: 60px;
  /* ガター */
}

.item__slider .slick-prev {
  left: 2.93vw;
  width: 7.06vw;
  height: 10.13vw;
}
.item__slider .slick-next {
  right: 4.13vw;
  width: 7.06vw;
  height: 10.13vw;
}
.item__slider .slick-prev:before {
  content: "";
  display: block;
  background-image: url(/22ss_byoc/img/itemPrev.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 7.06vw;
  height: 10.13vw;
}
.item__slider .slick-next:before {
  content: "";
  display: block;
  background-image: url(/22ss_byoc/img/itemNext.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 7.06vw;
  height: 10.13vw;
}

.other__comming {
  text-align: center;
  padding: 128px 0 185px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .other__comming {
    padding: 13.33vw 0 0.8vw;
    width: 52.93vw;
  }
}

.modalActive {
  display: block;
}

.modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(1, 33, 105, 0.8);
  pointer-events: none;
  transition: all 0.5s;
  z-index: 1000;
}
.modal.active {
  opacity: 1;
  pointer-events: all;
}
.modal__box {
  position: relative;
  max-width: 700px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  z-index: 1;
}
@media (max-width: 768px) {
  .modal__box {
    max-width: 90vw;
  }
}
.modal__inner {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translate(0, -50%);
}
.modal__movie {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}
.modal__movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modal #close {
  position: absolute;
  right: 0;
  top: -26px;
  cursor: pointer;
  z-index: 100;
  color: #fff;
}
.modal #overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modal-close {
  position: absolute;
  right: 0;
  top: -26px;
  cursor: pointer;
  z-index: 100;
  color: #fff;
}

.insta {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(1, 33, 105, 0.8);
  pointer-events: none;
  transition: all 0.5s;
  z-index: 1000;
}
.insta.active {
  opacity: 1;
  pointer-events: all;
}
.insta__box {
  position: relative;
  max-width: 700px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  z-index: 1;
}
@media (max-width: 768px) {
  .insta__box {
    max-width: 82.4vw;
  }
}
.insta__inner {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translate(0, -50%);
}
.insta__content {
  width: 100%;
}
.insta__content img {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.insta #close {
  position: absolute;
  right: 0;
  top: -26px;
  cursor: pointer;
  z-index: 100;
  color: #fff;
}
.insta #overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modal-wrap {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100vh;
  display: none;
  justify-content: center;
  align-items: center;
  background-color: rgba(1, 33, 105, 0.8);
}

.modal-wrap.shown {
  display: flex;
}

.modal-panel {
  width: calc(100% - 40px);
  max-width: 900px;
  position: relative;
}

.modal-frame {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.modal-frame iframe {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
