/* arguments inittial */
/* font style */
/* site style */
/* [ opacity ]
-------------------------------------------------*/
/* [ display style ]
-------------------------------------------------*/
/* [ background-image ]
-------------------------------------------------*/
/* [ writing-mode ]
-------------------------------------------------*/
/* [ illustrator & photoshop letter spacing ]
-------------------------------------------------*/
/* [ easy breakpoint ]
-------------------------------------------------*/
/* [ easy transform ]
-------------------------------------------------*/
.fv-content {
  width: 100%;
  height: 100vh;
}
.fv-content-img {
  object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-size: cover;
  background-position: center center;
  background-image: url("../img/top/fv-img06.webp");
}
.fv-content-img .caption {
  position: absolute;
  right: 25px;
  bottom: 70px;
  font-size: 10px;
  z-index: 3;
}
.fv-content-img:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
  top: 0;
  left: 0;
}
@media (min-width: 768px) {
  .fv-content-img {
    background-image: url("../img/top/fv-img06-pc.webp");
  }
}
.fv-content-img:after {
  background: rgba(0, 0, 0, 0.5);
}
.fv-content .bottomline {
  position: absolute;
  width: 100%;
  height: 15px;
  bottom: 0;
  left: 0;
  z-index: 3;
}
.fv-content-title {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.2;
  font-family: "Noto Sans JP", sans-serif;
}
@media (min-width: 768px) {
  .fv-content-title {
    font-size: 48px;
    line-height: 1.2;
  }
}
.fv-content-title-img {
  max-width: 60%;
}
@media (min-width: 768px) {
  .fv-content-title-img {
    max-width: 100%;
  }
}
.fv-content-text {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 50px 15px;
  pointer-events: none;
  justify-content: center;
  height: 100%;
}
@media (min-width: 768px) {
  .fv-content-text {
    padding: 100px 50px;
    /*max-width: 1200px;*/
    margin: 0 auto;
    justify-content: flex-end;
  }
}
.fv-content .scroll {
  position: absolute;
  z-index: 5;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-size: 12px;
  height: 60px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .fv-content .scroll {
    bottom: 0;
  }
}
.fv-content .scroll:after {
  content: "";
  top: 0;
  left: 50%;
  width: 1px;
  height: 90px;
  position: absolute;
  background: #fff;
  animation: scrollanimation 1.3s infinite;
}

.main {
  padding: 0 0 40px;
}
.main-flex {
  display: flex;
  flex-direction: column-reverse;
}
.main-subtitle {
  font-size: 12px;
  width: 100%;
  margin: 0 auto 15px;
  position: relative;
}
.main-subtitle .text {
  /*position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);*/
  position: relative;
  max-width: 500px;
  width: 100%;
  z-index: 3;
  margin: 30px auto;
  left: 50%;
  transform: translateX(-50%);
}
.main-subtitle .img {
  position: absolute;
  /*top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);*/
  bottom: 0;
  left: 0;
  max-width: none;
  width: 100%;
  z-index: 2;
}
@media (min-width: 768px) {
  .main-subtitle {
    font-size: 27px;
    width: 100%;
    margin: 0 auto;
    max-height: 850px;
    overflow: hidden;
  }
  .main-subtitle .img {
    position: absolute;
    /*top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);*/
    bottom: 0;
    left: 0;
    max-width: none;
    width: 100%;
    z-index: 2;
  }
  .main-subtitle .text {
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 1350px;
    width: 100%;
  }
}
@media screen and (min-width: 2000px) {
  .main {
    max-width: 2200px;
    max-height: 900px;
    margin: 0 auto;
  }
}
.main-caption {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 3;
}
.main-inner {
  width: 100%;
  margin: 15px auto;
  font-size: 12px;
  line-height: 2;
}
@media (min-width: 768px) {
  .main-inner {
    font-size: 20px;
    max-width: 625px;
    width: 62.5%;
    margin: 30px auto;
  }
}

.sec01 .title-logo {
  text-align: center;
  max-width: 300px;
  width: 75%;
  margin: 0 auto;
}
.sec01-content {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 2px;
  max-width: 1000px;
  padding: 0 15px;
  margin: 0 auto;
  margin-top: 15px;
}
.sec01-content-col {
  width: calc((100% - 2px) / 2);
}
@media (min-width: 768px) {
  .sec01-content-col {
    width: calc((100% - 6px) / 4);
  }
}
.sec01 .caption {
  padding-right: 15px;
  max-width: 1000px;
  margin: 0 auto;
}
.sec01-text {
  font-size: 12px;
  text-align: center;
  line-height: 2;
  padding: 15px;
}
@media (min-width: 768px) {
  .sec01-text {
    font-size: 16px;
  }
}
.sec01-btn {
  padding: 15px;
  position: relative;
  z-index: 10;
}
.sec01-btn-img {
  display: block;
  padding: 10px;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  background: linear-gradient(225deg, rgb(137, 208, 255) 0%, rgb(225, 255, 232) 100%);
  transition: all 0.5s;
}
@media (min-width: 768px) {
  .sec01-btn-img {
    padding: 15px;
  }
}
.sec01-btn-img:hover {
  opacity: 0.6;
}
.sec01-btn-img-bg {
  background: url("../img/lead-town/bg-storyofleadtown.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.sec01-btn-img-bg::before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
}
.sec01-btn-img-bg img {
  position: relative;
  z-index: 2;
}
.sec01-btn-caption {
  position: absolute;
  right: 5px;
  bottom: 5px;
  color: #fff;
  font-size: 10px;
  z-index: 3;
}

.sec02 {
  padding: 40px 0;
  margin-top: -15vw;
  padding-top: calc(40px + 15vw);
  background: linear-gradient(106.5deg, rgba(58, 162, 240, 0.1) 0%, rgba(149, 228, 182, 0.1) 100%);
  font-feature-settings: "palt";
}
@media (min-width: 768px) {
  .sec02 {
    padding: 70px 0;
    padding-top: calc(70px + 15vw);
  }
}
.sec02-title {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: center;
  gap: 5px;
  padding-bottom: 15px;
}
.sec02-title-img {
  max-width: 220px;
}
@media (min-width: 768px) {
  .sec02-title-img {
    max-width: 300px;
  }
}
@media (min-width: 768px) {
  .sec02-title {
    gap: 10px;
  }
}
.sec02-title-text {
  font-size: 16px;
  padding-bottom: 5px;
  font-family: "Noto Sans JP", sans-serif;
}
@media (min-width: 768px) {
  .sec02-title-text {
    font-size: 20px;
    padding-bottom: 8px;
  }
}
.sec02-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
.sec02-content-title {
  padding: 15px;
  color: #0F345F;
  background: #fff;
  text-align: center;
  margin: 30px 0 15px;
  font-size: 20px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .sec02-content-title {
    font-size: 26px;
  }
}
.sec02-content .content {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .sec02-content .content {
    flex-direction: row;
  }
}
.sec02-content .content-flex {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
  .sec02-content .content-flex {
    flex-direction: row;
  }
}
.sec02-content .content-flex-img {
  width: 100%;
  padding: 15px;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .sec02-content .content-flex-img {
    width: 55%;
    padding: 15px;
  }
}
.sec02-content .content-flex-img-col {
  display: flex;
  flex-direction: row;
  gap: 5px;
}
.sec02-content .content-flex-img .img {
  position: relative;
  display: inline-block;
}
.sec02-content .content-flex-img .img .caption {
  position: absolute;
  bottom: 5px;
  right: 5px;
  color: #fff;
  font-weight: bold;
  text-shadow: 0 0 5px rgb(0, 0, 0), 0 0 5px rgb(0, 0, 0), 0 0 8px rgb(0, 0, 0);
  z-index: 2;
}
.sec02-content .content-flex-detail {
  width: 100%;
  padding: 15px;
  padding-top: 5px;
  display: table;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
@media (min-width: 768px) {
  .sec02-content .content-flex-detail {
    width: 45%;
    padding: 15px;
  }
}
.sec02-content .content-flex-detail .detail-col {
  font-size: 13px;
  text-align: left;
  padding: 5px 0;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .sec02-content .content-flex-detail .detail-col {
    font-size: 14px;
  }
}
.sec02-content .content-flex-detail .detail-col.lh200 {
  line-height: 2.5;
}
.sec02-content .content-flex-detail .detail-col-title {
  color: #005ea9;
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
}
.sec02-content .content-flex-detail .detail-col-title .small {
  font-size: 0.7em;
}
.sec02-content .content-flex-detail .detail-col-title .soldout {
  display: inline-block;
  padding: 4px;
  border-radius: 5px;
  color: #fff;
  background: #005ea9;
  font-size: 0.7em;
}
.sec02-content .content-flex-detail .detail-col.bottomborder {
  border-bottom: 1px dashed #231815;
}
.sec02-content .content-flex-detail .detail-col-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 2px solid #005ea9;
  padding: 10px;
  color: #005ea9;
  background: #fff;
}
.sec02-content .content-flex2 {
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 768px) {
  .sec02-content .content-flex2 {
    flex-direction: column;
    width: 33.3333333333%;
  }
}
.sec02-content .content-flex2-img {
  width: 100%;
  padding: 15px;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .sec02-content .content-flex2-img {
    padding: 10px 15px;
  }
}
.sec02-content .content-flex2-img-col {
  display: flex;
  flex-direction: row;
  gap: 5px;
}
.sec02-content .content-flex2-img .img {
  position: relative;
  display: inline-block;
}
.sec02-content .content-flex2-img .img .caption {
  position: absolute;
  bottom: 5px;
  right: 5px;
  color: #fff;
  font-weight: bold;
  text-shadow: 0 0 5px rgb(0, 0, 0), 0 0 5px rgb(0, 0, 0), 0 0 8px rgb(0, 0, 0);
  z-index: 2;
}
.sec02-content .content-flex2-detail {
  width: 100%;
  padding: 15px;
  padding-top: 5px;
  display: table;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
@media (min-width: 768px) {
  .sec02-content .content-flex2-detail {
    padding: 0 15px;
  }
}
.sec02-content .content-flex2-detail .detail-col {
  font-size: 13px;
  text-align: left;
  padding: 5px 0;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .sec02-content .content-flex2-detail .detail-col {
    font-size: 14px;
  }
}
.sec02-content .content-flex2-detail .detail-col-title {
  color: #005ea9;
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
}
.sec02-content .content-flex2-detail .detail-col-title .small {
  font-size: 0.7em;
}
.sec02-content .content-flex2-detail .detail-col-title .soldout {
  display: inline-block;
  padding: 4px;
  border-radius: 5px;
  color: #fff;
  background: #005ea9;
  font-size: 0.7em;
}
.sec02-content .content-flex2-detail .detail-col.bottomborder {
  border-bottom: 1px dashed #231815;
}
.sec02-content .content-flex2-detail .detail-col-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 2px solid #005ea9;
  padding: 10px;
  color: #005ea9;
  background: #fff;
}

.sec03 {
  padding: 30px 15px;
}
.sec03-content-title {
  text-align: center;
  color: #005ea9;
  font-size: 18px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .sec03-content-title {
    font-size: 32px;
  }
}
.sec03-content-text {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: #005ea9;
  border-radius: 8px;
  max-width: 300px;
  margin: 0 auto;
  padding: 10px;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .sec03-content-text {
    font-size: 32px;
  }
}

.sec01-modal {
  display: none;
  position: relative;
  z-index: 100;
  width: 100%;
  max-width: 1130px;
  margin: 0 auto;
  margin-top: -37.4vw;
}
.sec01-modal .modal_close {
  width: 40px;
  height: 40px;
  position: absolute;
  background: #fff;
  top: 0;
  right: 0;
}
.sec01-modal .modal_close:before, .sec01-modal .modal_close:after {
  content: "";
  position: absolute;
  width: 30px;
  height: 2px;
  background: #232323;
  top: 19px;
  left: 5px;
}
.sec01-modal .modal_close:before {
  transform: rotate(45deg);
}
.sec01-modal .modal_close:after {
  transform: rotate(-45deg);
}
@media (min-width: 768px) {
  .sec01-modal {
    margin-top: -300px;
  }
}
.sec01-modal-title {
  padding-top: 1px;
}

.modal_bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 8;
  display: none;
  width: 100%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.7);
}

.story {
  background: #fff;
}
.story .container {
  padding: 1px 20px 0;
}
@media (min-width: 768px) {
  .story .container {
    padding: 1px 0 0;
  }
}
.story img {
  display: block;
}
.story a {
  display: inline-block;
}
.story .mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.story .tabbtn {
  display: block;
}
.story .tab01,
.story .tab02,
.story .tab03 {
  padding-left: 0;
}
.story-tab02-flex {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .story-tab02-flex {
    flex-direction: row;
    margin-top: 30px;
  }
}
.story-tab02-flex-col {
  width: 100%;
}
@media (min-width: 768px) {
  .story-tab02-flex-col {
    width: calc((100% - 10px) / 2);
  }
  .story-tab02-flex-col img {
    max-height: 290px;
  }
}
.story .story_midashi_title {
  margin-top: 35px;
}
.story .story_tab_wrap {
  margin-top: 75px;
  margin-left: auto;
  margin-right: auto;
}
.story .story_tab_wrap li {
  position: relative;
  z-index: 99;
}
.story .uk-tab > .uk-active > a {
  color: #333;
}
.story .uk-tab > .tab01.uk-active > a {
  border-color: #aed7b1;
  padding-bottom: 30px;
  border-bottom: 10px solid #aed7b1;
}
.story .uk-tab > .tab02.uk-active > a {
  border-color: #88c6e8;
  padding-bottom: 30px;
  border-bottom: 10px solid #88c6e8;
}
.story .uk-tab > .tab03.uk-active > a {
  border-color: #add6e2;
  padding-bottom: 30px;
  border-bottom: 10px solid #add6e2;
}
.story .uk-tab::before {
  display: none;
}
.story .story_01_wrapper {
  background: #aed7b1;
  padding: 65px;
}
.story .story_01_wrapper .container {
  background: #fff;
}
.story .story_01_wrapper .container h2 {
  font-size: 23px;
  text-align: center;
  border-top: 3px solid #aed7b1;
  border-bottom: 3px solid #aed7b1;
  width: fit-content;
  margin: 0 auto;
  margin-top: 25px;
  padding: 10px 15px;
}
.story .story_01_wrapper .story_content {
  padding: 30px 50px 70px;
}
.story .story_01_wrapper .float-left {
  float: left;
  padding-right: 10px;
}
.story .story_01_wrapper .float-right {
  float: right;
}
.story .story_01_wrapper .story_content {
  font-size: 18px;
  letter-spacing: 0.12rem;
  line-height: 1.9;
}
.story .story_02_wrapper {
  background: #88c6e8;
  padding: 65px;
}
.story .story_02_wrapper .container {
  background: #fff;
}
.story .story_02_wrapper .container h2 {
  font-size: 23px;
  text-align: center;
  border-top: 3px solid #88c6e8;
  border-bottom: 3px solid #88c6e8;
  width: fit-content;
  margin: 0 auto;
  margin-top: 25px;
  padding: 10px 15px;
}
.story .story_02_wrapper .story_content {
  padding: 30px 50px 70px;
}
.story .story_02_wrapper .float-left {
  float: left;
}
.story .story_02_wrapper .float-right {
  float: right;
}
.story .story_02_wrapper .story_content {
  font-size: 18px;
  letter-spacing: 0.12rem;
  line-height: 1.9;
}
.story .story_02_wrapper .font-color-red {
  color: #d32c27;
}
.story .story_03_wrapper {
  padding: 65px;
  background: #add6e2;
}
.story .story_03_wrapper .container {
  background: #fff;
}
.story .story_03_wrapper .container h2 {
  font-size: 23px;
  text-align: center;
  border-top: 3px solid #add6e2;
  border-bottom: 3px solid #add6e2;
  width: fit-content;
  margin: 0 auto;
  margin-top: 25px;
  padding: 10px 15px;
}
.story .story_03_wrapper .story_content {
  padding: 30px 50px 70px;
}
.story .story_03_wrapper .float-left {
  float: left;
  padding-right: 10px;
}
.story .story_03_wrapper .float-right {
  float: right;
}
.story .story_03_wrapper .story_content {
  font-size: 18px;
  letter-spacing: 0.12rem;
  line-height: 1.9;
}
.story .story_03_wrapper .font-color-red {
  color: #d32c27;
}

@media (max-width: 768px) {
  .story .story_midashi_title {
    width: 90%;
    max-width: 400px;
    margin-top: 45px;
  }
}
@media (max-width: 575px) {
  .story .story_tab_wrap {
    display: flex;
    justify-content: space-between;
    width: 96%;
    margin-top: 30px;
  }
}
@media (max-width: 960px) {
  .story [class*=uk-child-width] > * {
    width: 32%;
  }
}
@media (max-width: 575px) {
  .story .uk-tab > * {
    padding-left: 0;
  }
}
@media (max-width: 575px) {
  .story .uk-tab li a {
    padding: 0;
  }
}
@media (max-width: 575px) {
  .story .uk-tab li a img {
    height: auto;
    width: 100%;
  }
}
@media (max-width: 575px) {
  .story .uk-tab > .tab01.uk-active > a {
    border-bottom: 5px solid #aed7b1;
    padding-bottom: 15px;
  }
}
@media (max-width: 575px) {
  .story .uk-tab > .tab02.uk-active > a {
    border-bottom: 5px solid #88c6e8;
    padding-bottom: 15px;
  }
}
@media (max-width: 575px) {
  .story .uk-tab > .tab03.uk-active > a {
    border-bottom: 5px solid #add6e2;
    padding-bottom: 15px;
  }
}
@media (max-width: 768px) {
  .story .story_01_wrapper {
    padding: 5%;
  }
}
@media (max-width: 768px) {
  .story .story_01_wrapper .container h2 {
    font-size: 16px;
    width: 90%;
  }
}
@media (max-width: 575px) {
  .story .story_01_wrapper .story_content {
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .story .story_01_wrapper .story_content {
    font-size: 15px;
    letter-spacing: 0.09rem;
    line-height: 1.6;
  }
}
@media (max-width: 768px) {
  .story .story_02_wrapper {
    padding: 5%;
  }
}
@media (max-width: 768px) {
  .story .story_02_wrapper .container h2 {
    font-size: 16px;
    width: 90%;
  }
}
@media (max-width: 575px) {
  .story .story_02_wrapper .story_content {
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .story .story_02_wrapper .story_content {
    font-size: 15px;
    letter-spacing: 0.09rem;
    line-height: 1.6;
  }
}
@media (max-width: 768px) {
  .story .story_03_wrapper {
    padding: 5%;
  }
}
@media (max-width: 768px) {
  .story .story_03_wrapper .container h2 {
    font-size: 16px;
    width: 90%;
  }
}
@media (max-width: 575px) {
  .story .story_03_wrapper .story_content {
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .story .story_03_wrapper .story_content {
    font-size: 15px;
    letter-spacing: 0.09rem;
    line-height: 1.6;
  }
}
@keyframes scrollanimation {
  0% {
    top: 15px;
    height: 1px;
  }
  50% {
    top: 15px;
    height: 70px;
  }
  100% {
    top: 80px;
  }
}
div.image-overlay {
  position: fixed;
  z-index: 999;
  max-width: 50%;
}/*# sourceMappingURL=lead-town.css.map */