@import url(../css/global.css);

/* mv start */
.top-mv {
  height: 48vw;
  display: flex;
  text-align: center;
  background-image: url(../img/top-banner3.jpg);
  background-size: 100% auto;
  vertical-align: middle;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  background-position: center top;
  padding-top: var(--header-height);
}

.top-mv__heading {
  color: white;
  font-weight: 700;
  font-style: normal;
  font-size: 30px;
  letter-spacing: 0.3rem;
  text-shadow: 0px 0px 5px #000000, 0px 0px 10px #000000;
}

.top-mv .sns {
  position: absolute;
  top: calc(var(--header-height) + 60px);
  left: 3%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: fixed;
}

.top-mv .sns p {
  writing-mode: vertical-rl;
  padding-bottom: 60px;
  position: relative;
}

.top-mv .sns p::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 50px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

.top-mv .sns .ig,
.top-mv .sns .twt {
  width: 30px;
}
/* mv end */

/* top - lead section start */

.top-lead {
  background: url(../img/lead-bg.png) no-repeat;
  background-position: center;
  background-size: cover;
}
.top-lead .imgbox {
  max-width: 800px;
  margin: 0 auto;
}
/* top - lead section end */

/* top - concept start */

.top-concept .highlighted {
  background: #fdee21;
  padding: 12px;
  color: #000;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 16px;
  padding: 4px 8px;
}

/* top -concept end */

/* top - store start */

.top-store .inner {
  max-width: unset;
  margin: unset;
  display: flex;
  gap: 5%;
}

.top-store .wrapper .pc {
  display: block;
}

.top-store .wrapper .sp {
  display: none;
}

.top-store .wrapper.left {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}

.top-store .wrapper.left .textbox {
  width: fit-content;
  margin-left: auto;
}

.top-store .wrapper.right {
  width: 50%;
}

.top-store .wrapper.right .imgbox {
  padding-bottom: 20px;
}

/* top - store end */

/* top - menu start */

.top-menu {
  background: url(../img/menu-bg.png) no-repeat;
  background-size: auto 100%;
  background-position: left -20% center;
}

.top-menu .cards {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  gap: 20px;
}

.top-menu .card {
  width: 23%;
}

/* top - menu end */

/* top -about start */
.top-about .wrapper {
  display: flex;
  justify-content: flex-end;
  gap: 20px;
}

.top-about .wrapper .item {
  width: 50%;
}

.top-about .wrapper .item--desc {
  padding-left: 10%;
  display: flex;
  align-items: center;
}
/* top - about end */

/* top - access section start */

.top-access.section-m-tb {
  margin-bottom: 0;
}

.top-access.section-p-lr {
  padding: 0;
}

.top-access .inner {
  max-width: unset;
  padding: 0 3%;
}

.top-access__desc {
  text-align: center;
  margin-bottom: 30px;
}

.top-access__map {
  height: 600px;
}

/* top - access section end */

@media (max-width: 1000px) {
  .top-mv {
    padding-top: unset;
    margin-top: var(--header-height);
  }

  .top-mv .sns {
    display: none;
  }

  .top-mv .sns .ig,
  .top-mv .sns .twt {
    width: 22px;
  }

  .top-menu {
    background: url(../img/menu-bg.png) no-repeat;
    background-size: 70% auto;
    background-position: right -20% top;
  }

  .top-menu .card {
    width: 31%;
  }
}

@media (max-width: 768px) {
  .top-mv .sns .ig,
  .top-mv .sns .twt {
    width: 17px;
  }

  .top-store .wrapper .pc {
    display: none;
  }

  .top-store .wrapper .sp {
    display: block;
  }

  .top-store {
    padding: 0 3%;
  }

  .top-store .inner {
    flex-direction: column;
  }

  .top-store .wrapper.left,
  .top-store .wrapper.right {
    width: 100%;
  }

  .top-store .wrapper.left {
    flex-direction: column-reverse;
    margin-bottom: 30px;
  }

  .top-store .wrapper.left .textbox {
    width: 100%;
    margin-left: unset;
  }

  .top-menu .card {
    width: 47%;
  }

  .top-about .wrapper {
    flex-direction: column;
    position: relative;
    padding-bottom: 50px;
  }

  .top-about .wrapper .item--desc,
  .top-about .wrapper .item {
    width: 100%;
    padding: unset;
    text-align: center;
  }

  .top-about .wrapper .item .btn {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100%;
    max-width: 200px;
  }
}

@media (max-width: 576px) {
  .top-mv {
    height: 104vw;
    background-image: url(../img/top-banner-m3.jpg);
    background-size: 100% auto;
  }
}

@media (max-width: 425px) {
  .top-menu .card {
    width: 100%;
  }
}


section#top-concept {
    padding-top: 50px;
    margin-top: 0px;
}

.section__ttl {
    color: var(--main-bg-color);
    font-family: var(--font-family-1);
    font-size: 34px;
    line-height: 1;
    margin-bottom: 20px;
    padding-top: 50px;
    margin-top: -50px;
}


section.flex-l-r {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    gap: 20px;
    padding: 2%;
}


img.dosankologo {
    position: absolute;
    width: 45px;
    top: 10px;
    left: 5px;
}


@media screen and (min-width: 1000px){
img.dosankologo {
    display: none;
}}


.flex-menu {
    display: flex;
    justify-content: space-around;
    text-align: left;
}



p.menu_bold {
    color: var(--main-bg-color);
    font-family: var(--font-family-1);
    font-size: 30px;
    line-height: 1;
    margin-bottom: 20px;
    padding-top: 50px;
    margin-top: -30px;
}




p.nedan_flex {
    display: flex;
    justify-content: space-between;
}