html,
body {
  background: transparent;
}

body::before {
  content: "";
  display: block;
  width: 100%;
  height: 100dvh;
  position: fixed;
  left: 0;
  top: 0;
  background: url(img/bg.png) no-repeat left top;
  background-size: cover;
  z-index: -1;
}
main {
  position: relative;
  background: #fff;
  margin-bottom: 256px;
  padding: 0 40px 126px;
}
@media screen and (max-width: 768px) {
  main {
    margin-bottom: 130px;
    padding: 0 0 70px;
  }
}
main .uk-container {
  max-width: 1021px;
}

.uk-modal-dialog {
  width: 100%;
  max-width: 1000px !important;
  aspect-ratio: 16/9;
}
.uk-modal-dialog iframe {
  width: 100%;
  height: 100%;
}

/*============================
#sec01 #sec02 common
============================*/
[id^=sec] a {
  text-decoration: none;
  transition: 0.3s;
}
[id^=sec] a:hover {
  opacity: 0.7;
}
[id^=sec] figure {
  margin: 0;
}
[id^=sec] figure img {
  width: 100%;
}
[id^=sec] figure figcaption {
  font-weight: 2500;
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 1.75;
  color: #212121;
  padding-top: 1em;
}
[id^=sec] a.commingsoon {
  position: relative;
  pointer-events: none;
}
[id^=sec] a.commingsoon figure span {
  display: block;
  position: relative;
}
[id^=sec] a.commingsoon figure span::before {
  content: "coming soon";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(100, 100, 100, 0.94);
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #fff;
}
[id^=sec] .uk-grid + .uk-grid,
[id^=sec] .uk-grid > .uk-grid-margin,
[id^=sec] * + .uk-grid-margin {
  margin-top: 84px;
}
@media screen and (max-width: 768px) {
  [id^=sec] .uk-grid + .uk-grid,
[id^=sec] .uk-grid > .uk-grid-margin,
[id^=sec] * + .uk-grid-margin {
    margin-top: 40px;
  }
}

/*============================
#sec01
============================*/
#sec01 {
  padding-top: 142px;
  padding-bottom: 90px;
}
@media screen and (max-width: 768px) {
  #sec01 {
    padding-top: 70px;
    padding-bottom: 45px;
  }
}
#sec01 .uk-grid {
  margin-left: -61px;
}
#sec01 .uk-grid .grid-item {
  padding-left: 61px;
}
/*============================
#sec02
============================*/
#sec02 .uk-grid {
  margin-left: -43px;
}
#sec02 .uk-grid .grid-item {
  padding-left: 43px;
}
/*============================
#book
============================*/
#book {
  position: relative;
  background-color: #F99131;
  padding: 0 125px 37px 130px;
  padding: 0 12.2428991185% 37px 12.7326150833%;
}
@media screen and (max-width: 768px) {
  #book {
    padding: 0;
    margin-top: 40px;
    margin: 100px -20px 0;
    background: transparent;
  }
}
#book::before {
  content: "";
  display: block;
  width: 100%;
  height: 68px;
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
}
@media screen and (max-width: 768px) {
  #book::before {
    display: none;
  }
}
#book .book-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
}
@media screen and (max-width: 768px) {
  #book .book-inner {
    display: block;
  }
}
#book .book-inner h2 {
  font-weight: normal;
  font-size: 23px;
  letter-spacing: 0.02em;
  line-height: 1.4;
  text-align: left;
  color: #212121;
  margin-right: 1em;
}
@media screen and (max-width: 768px) {
  #book .book-inner h2 {
    font-size: 20px;
    margin: 0 0 1em 20px;
  }
}
#book .book-inner h2 small {
  display: block;
  font-weight: 500;
  font-size: 16px;
  font-size: 0.6956521739em;
  line-height: 2;
  padding-top: 10px;
}
@media screen and (max-width: 768px) {
  #book .book-inner h2 small {
    padding-top: 0;
  }
}
#book .book-inner .flex {
  width: 59.6605744125%;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  #book .book-inner .flex {
    width: auto;
    background-color: #F99131;
    padding: 0 20px 20px;
    position: relative;
  }
  #book .book-inner .flex::before {
    content: "";
    display: block;
    width: 100%;
    height: 30%;
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
  }
}
#book .book-inner .flex figure {
  margin: 0;
  position: relative;
}
#book .book-inner .flex figure a {
  display: block;
  background: #fff;
}
#book .book-inner .flex figure a img {
  transition: 0.3s;
}
#book .book-inner .flex figure a:hover img {
  opacity: 0.6;
}
#book .book-inner .flex figure img {
  display: block;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}