body {
  color: #3c3431;
}

.fnt-zen-maru {
  font-family: "Zen Maru Gothic", sans-serif;
}

section {
  overflow: visible;
}

.ovh {
  overflow: hidden;
}

#js-scroll .title {
  position: sticky;
  top: 0;
  right: 0;
  height: 100vh;
  z-index: 1;
  opacity: 0;
  transition: 0.5s linear;
}
#js-scroll .title h2 {
  position: absolute;
  top: 0;
  right: 20%;
  height: 100%;
  text-align: center;
  color: #fff;
  font-size: 5.33vw;
  line-height: 1;
  letter-spacing: 0.05em;
  text-shadow: 2px 2px 20px black;
  filter: blur(3px);
}
#js-scroll .title.active {
  opacity: 1;
}
#js-scroll .group-photo {
  margin-top: -100vh;
}
#js-scroll .group-photo li {
  box-sizing: border-box;
  height: 70vh;
  padding: 20px;
  transition: 0.5s linear;
}
#js-scroll .group-photo li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: bottom;
  object-position: bottom;
}
#js-scroll .group-photo.active li {
  padding: 0;
}
@media screen and (min-width: 768px) {
  #js-scroll .title h2 {
    left: 0;
    right: 50px;
    font-size: 30px;
    max-width: 1000px;
    margin: 0 auto;
  }
  #js-scroll .group-photo li {
    padding: 30px;
    height: 100vh;
  }
}

#sec1 .wrap {
  background: url("../img/concept/sec1_bg_deco.png") no-repeat center top/90%
    auto;
  padding: 40vw 5%;
}
#sec1 h2 {
  background: url("../img/concept/sec1_deco_ttl.png") no-repeat center
    top/11.5vw auto;
  text-align: center;
  padding-top: 15vw;
  font-size: 4.8vw;
  font-weight: 500;
  line-height: 2.3076923077;
  letter-spacing: 0.4em;
}
#sec1 .txt {
  margin-top: 10vw;
}
#sec1 .txt li {
  letter-spacing: 0.3em;
}
#sec1 .txt li + li {
  margin-top: 5vw;
}
@media screen and (min-width: 768px) {
  #sec1 {
    padding: 0 30px;
  }
  #sec1 .wrap {
    max-width: 1378px;
    background-size: 100%;
    padding: 238px 0 300px;
  }
  #sec1 h2 {
    background-size: auto;
    padding-top: 103px;
    font-size: 26px;
    line-height: 2.3;
    letter-spacing: 0.4em;
  }
  #sec1 .txt {
    text-align: center;
    margin-top: 78px;
  }
  #sec1 .txt li + li {
    margin-top: 40px;
  }
}

#sec2 {
  padding-bottom: 40vw;
}
#sec2 h2 {
  width: 30%;
  margin: 0 auto;
}
#sec2 .inner {
  position: relative;
  margin-top: 15vw;
}
#sec2 .inner .sub-ttl {
  position: absolute;
  top: 0;
  left: 0;
  width: 35%;
  z-index: 1;
}
#sec2 .inner .btn-popup {
  position: absolute;
  width: 50%;
  bottom: 0;
  right: 0;
  z-index: 1;
}
#sec2 .inner .btn-popup a {
  position: relative;
  background: url("../img/concept/sec2_bg_btn.png") no-repeat center top/100%;
  color: #fff;
  display: block;
  padding: 8vw 0 8.5vw;
  text-align: center;
  font-size: 3.5vw;
  line-height: 1.4444444444;
  font-weight: 500;
  letter-spacing: 0.05em;
}
#sec2 .inner .btn-popup a::before {
  content: "";
  position: absolute;
  background: #fff;
  width: 1.5vw;
  height: 3vw;
  top: 50%;
  right: 9%;
  transform: translateY(-50%);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}

@media screen and (min-width: 768px) {
  #sec2 {
    padding-bottom: 0;
  }
  #sec2 .wrap {
    box-sizing: border-box;
    max-width: 1059px;
    padding: 0 20px;
  }
  #sec2 h2 {
    width: auto;
    text-align: center;
    padding-top: 221px;
  }
  #sec2 .inner {
    margin-top: 116px;
  }
  #sec2 .inner .sub-ttl {
    width: auto;
    top: 108px;
    left: 99px;
  }
  #sec2 .inner .btn-popup {
    width: 213px;
    bottom: 127px;
    right: 192px;
  }
  #sec2 .inner .btn-popup a {
    padding: 34px 14px 36px 0;
    font-size: 18px;
    transition: 0.3s linear;
  }
  #sec2 .inner .btn-popup a::before {
    width: 11px;
    height: 11px;
    right: 21px;
  }
  #sec2 .inner .btn-popup a:hover {
    opacity: 0.8;
  }
}

#sec3 h2 {
  background: url("../img/concept/sec3_deco_ttl.png") no-repeat left top 11vw/30%,
    url("../img/concept/sec3_deco_ttl.png") no-repeat right top 11vw/25%;
  margin: 0 auto;
  padding: 0 22vw;
  font-size: 5vw;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.4em;
  position: relative;
}
#sec3 h2::after {
  content: "";
  background: url(../img/concept/h2_dot.png) no-repeat 0 0/100%;
  width: 3px;
  height: 18px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -20px;
  position: absolute;
}
#sec3 .photo1 {
  position: absolute;
  top: 45vw;
  left: 5%;
  right: 56%;
}
#sec3 h3 {
  text-align: right;
  margin-top: 59vw;
  font-size: 4.8vw;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.245em;
}
#sec3 .txt {
  margin-top: 23vw;
}
#sec3 .txt li {
  letter-spacing: 0.3em;
}
#sec3 .txt li + li {
  margin-top: 5vw;
}
#sec3 .photo2 {
  margin: 10vw 0 0 42%;
}
#sec3 .photo3 {
  margin: -14vw 55% 0 0;
}
@media screen and (min-width: 768px) {
  #sec3 {
    padding-top: 180px;
  }
  #sec3 h2 {
    background-size: auto;
    background-position: left top 52px, right top 52px;
    padding: 0 122px;
    font-size: 22px;
  }
  #sec3 .photo1 {
    top: 287px;
    left: -100px;
    right: 0;
  }
  #sec3 h3 {
    margin: 185px 24px 0 0;
    font-size: 26px;
  }
  #sec3 .txt {
    position: relative;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    margin: 80px auto 0;
  }
  #sec3 .txt li + li {
    margin-top: 41px;
  }
  #sec3 .photo2 {
    position: absolute;
    top: 707px;
    left: calc(50% + 127px);
    right: calc(-50vw + 50%);
    margin: 0;
    height: 533px;
  }
  #sec3 .photo2 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  #sec3 .photo3 {
    margin: 181px 0 0 calc(50% - 323px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1250px) {
  #sec3 .photo1 {
    left: calc(-50vw + 50% + 20px);
  }
}

#sec4 {
  position: relative;
  padding-top: 20vw;
}
#sec4::before {
  content: "";
  position: absolute;
  background: url("../img/concept/sec4_deco.png") no-repeat;
  width: 65vw;
  height: 76vw;
  background-size: 100%;
  z-index: -1;
  top: -16vw;
  right: 0;
}
#sec4 .group-photo {
  display: flex;
  -moz-column-gap: 2vw;
  column-gap: 2vw;
}
#sec4 h3 {
  margin-top: 20vw;
  text-align: center;
  font-size: 4.8vw;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.4em;
}
#sec4 .txt {
  margin-top: 10vw;
}
#sec4 .txt li + li {
  margin-top: 5vw;
}
@media screen and (min-width: 768px) {
  #sec4 {
    padding-top: 210px;
  }
  #sec4::before {
    width: 501px;
    height: 553px;
    top: -172px;
  }
  #sec4 .group-photo {
    position: absolute;
    top: 0;
    left: -250px;
    right: calc(50% - 155px);
    -moz-column-gap: 10px;
    column-gap: 10px;
  }
  #sec4 h3 {
    padding: 55px 102px 0 0;
    margin: 0 0 0 auto;
    text-align: left;
    font-size: 26px;
  }
  #sec4 .txt {
    width: -moz-fit-content;
    width: fit-content;
    margin: 150px 85px 0 auto;
  }
  #sec4 .txt li + li {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1500px) {
  #sec4 .group-photo {
    left: calc(-50vw + 50%);
  }
}

#sec5 {
  position: relative;
  padding-top: 30vw;
}
#sec5 .wrap::before {
  content: "";
  position: absolute;
  background: url("../img/concept/sec5_deco.png") no-repeat;
  background-size: 100%;
  top: -110vw;
  left: 5%;
  right: 25%;
  height: 135vw;
  z-index: -1;
}
#sec5 h2 {
  margin: 20vw auto 0;
  font-size: 4.8vw;
  font-weight: 500;
  line-height: 2.6923076923;
  letter-spacing: 0.4em;
}
#sec5 .txt {
  margin-top: 10vw;
}
@media screen and (min-width: 768px) {
  #sec5 {
    padding-top: 165px;
  }
  #sec5 .wrap {
    max-width: 1140px;
    padding: 0 20px;
  }
  #sec5 .wrap::before {
    background: url("../img/concept/sec5_deco.png") no-repeat;
    width: 469px;
    top: -875px;
    left: 22px;
    right: auto;
    height: 875px;
  }
  #sec5 .group-txt {
    display: flex;
    justify-content: flex-end;
  }
  #sec5 h2 {
    order: 2;
    margin: 52px 128px 0 0;
    font-size: 26px;
  }
  #sec5 .txt {
    text-align: right;
    order: 1;
    margin: 289px 98px 0 0;
    letter-spacing: 0.21em;
  }
}

#sec6 {
  margin-top: 20vw;
}
#sec6 .lead {
  position: sticky;
  top: 0;
  left: 0;
  padding-bottom: 118vw;
}
#sec6 h2 {
  text-align: center;
  font-size: 4.8vw;
  font-weight: 500;
  line-height: 2.3076923077;
  letter-spacing: 0.4em;
}
#sec6 h2 span {
  font-size: 5.33vw;
  letter-spacing: 0.4em;
}
#sec6 .group-photo {
  position: relative;
  width: 36.5vw;
  margin: 15vw auto 0;
}
#sec6 .group-photo::before {
  content: "";
  position: absolute;
  background: #3c3431;
  width: 1px;
  height: 20vw;
  top: -12vw;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
}
#sec6 .group-photo li {
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
}
#sec6 .group-photo li:nth-child(1) {
  position: absolute;
  top: 0;
  left: 0;
  width: 36.5vw;
}
#sec6 .group-photo li:nth-child(2) {
  position: relative;
  width: 100%;
  z-index: 1;
}
#sec6 .group-photo li:nth-child(3) {
  position: absolute;
  top: 0;
  right: 0;
  width: 35vw;
}
#sec6 .group-txt {
  position: relative;
  z-index: 1;
  margin-top: 100vh;
}
#sec6 .group-txt h3 {
  text-shadow: 2px 2px 10px black;
  margin: 0 auto;
  color: #fff;
  font-size: 4.13vw;
  line-height: 1.6666666667;
  font-weight: 500;
  letter-spacing: 0.4em;
  height: max-content;
}
#sec6 .group-txt .txt {
  margin-top: 20vw;
  letter-spacing: 0.2em;
}
#sec6 .group-txt .txt li + li {
  margin-top: 5vw;
}
@media screen and (min-width: 768px) {
  #sec6 {
    margin-top: 243px;
  }
  #sec6 .lead {
    padding-bottom: 480px;
  }
  #sec6 h2 {
    font-size: 26px;
    line-height: 61px;
  }
  #sec6 h2 span {
    font-size: 30px;
  }
  #sec6 .group-photo {
    margin-top: 156px;
    width: -moz-fit-content;
    width: fit-content;
  }
  #sec6 .group-photo::before {
    height: 198px;
    top: -134px;
  }
  #sec6 .group-photo li:nth-child(1) {
    width: auto;
  }
  #sec6 .group-photo li:nth-child(2) {
    width: -moz-fit-content;
    width: fit-content;
  }
  #sec6 .group-photo li:nth-child(3) {
    width: auto;
  }
  #sec6 .group-txt h3 {
    padding-right: 10px;
    font-size: 36px;
  }
  #sec6 .group-txt .txt {
    text-align: center;
    margin-top: 246px;
  }
  #sec6 .group-txt .txt li + li {
    margin-top: 40px;
  }
}

#sec7 {
  background: url("../img/concept/sec7_deco.png") no-repeat center top/90%;
  margin-top: 15vw;
  padding: 20vw 0;
}
#sec7 h2 {
  margin: 0 auto 10vw;
  font-size: 4.8vw;
  font-weight: 500;
  line-height: 2.6923076923;
  letter-spacing: 0.4em;
}
#sec7 .group-link li a {
  position: relative;
  display: block;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
}
#sec7 .group-link li a h3 {
  position: absolute;
  z-index: 1;
  color: #fff;
  font-size: 4vw;
  font-weight: 500;
  line-height: 1.9230769231;
  letter-spacing: 0.4em;
}
#sec7 .group-link li a .arrow {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  width: 15vw;
}
#sec7 .group-link li:nth-child(1) a h3 {
  top: 4vw;
  left: 4vw;
}
#sec7 .group-link li:nth-child(2) {
  margin-top: 5vw;
}
#sec7 .group-link li:nth-child(2) a h3 {
  top: 4vw;
  right: 4vw;
}
@media screen and (min-width: 768px) {
  #sec7 {
    background-size: auto;
    margin-top: 64px;
    padding: 317px 20px 151px;
  }
  #sec7 .wrap {
    max-width: 1400px;
  }
  #sec7 h2 {
    font-size: 26px;
    margin: 0 auto;
  }
  #sec7 .group-link {
    display: flex;
    justify-content: space-between;
    margin-top: 106px;
  }
  #sec7 .group-link li {
    width: calc(50% - 24px);
  }
  #sec7 .group-link li a h3 {
    font-size: 26px;
  }
  #sec7 .group-link li a .photo {
    transition: 0.3s linear;
    height: 425px;
  }
  #sec7 .group-link li a .photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  #sec7 .group-link li a .arrow {
    width: auto;
  }
  #sec7 .group-link li a:hover .photo {
    filter: grayscale(100%);
  }
  #sec7 .group-link li:nth-child(1) a h3 {
    top: 38px;
    left: 49px;
  }
  #sec7 .group-link li:nth-child(2) {
    margin-top: 0px;
  }
  #sec7 .group-link li:nth-child(2) a h3 {
    top: 50px;
    right: 50px;
  }
}

.remodal-wrapper {
  padding: 0;
}

.remodal {
  background: url("../img/shared/pt1.jpg") repeat center;
  text-align: left;
  padding: 20px 4% 50px;
  margin-bottom: 0;
}
.remodal .remodal-close {
  position: sticky;
  margin: 0px 0 0 auto;
  top: 20px;
}
.remodal .remodal-close::before {
  font-size: 45px;
}
.remodal h2 {
  background: url("../img/concept/deco_ttl.png") no-repeat left center/60px auto,
    url("../img/concept/deco_ttl.png") no-repeat right center/60px auto;
  display: flex;
  align-items: center;
  max-width: 240px;
  width: 100%;
  margin: 0 auto;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0.4em;
}
.remodal .note-lead {
  margin-top: 40px;
  font-size: 12px;
  letter-spacing: 0.15em;
}
.remodal .row {
  margin-top: 40px;
}
.remodal .row .col {
  width: 320px;
  margin: auto;
}
.remodal .row .col .item {
}
.remodal .row .col .item h3 {
  border: 1px solid #92845a;
  text-align: center;
  margin-bottom: 5px;
  font-size: 20px;
  line-height: 51px;
  letter-spacing: 0.2em;
}
.remodal .row .col .item dl {
  /* display: flex;
  justify-content: space-between; */
  border-bottom: 1px solid #d7d0c4;
  padding: 12px 0;
  line-height: 26px;
}
.remodal .row .col .item dl * {
  letter-spacing: 0.05em;
}
.remodal .row .col .item dl.flex-end {
  align-items: flex-end;
}
.remodal .row .col .item dl dt {
  color: #ba9f60;
  font-weight: bold;
}
.remodal .row .col .item dl dd {
  text-align: left;
  padding-left: 3vw;
}
.remodal .row .col .item .note {
  margin-top: 10px;
  line-height: 26px;
}
.remodal .row .col .item + .item {
  margin-top: 40px;
}
.remodal .row .col + .col {
  margin-top: 40px;
}
.remodal .remodal-close-bot {
  width: 40px;
  margin: 40px auto 0;
}
@media screen and (min-width: 768px) {
  .remodal {
    max-width: 100%;
    padding: 116px 20px;
  }
  .remodal .popup {
    box-sizing: border-box;
    max-width: 1240px;
    padding: 0 20px;
    margin: 0 auto;
  }
  .remodal .remodal-close {
    margin-bottom: -45px;
  }
  .remodal h2 {
    background-size: auto;
    max-width: 266px;
    font-size: 22px;
  }
  .remodal .note-lead {
    text-align: center;
    margin-top: 25px;
    font-size: 15px;
    line-height: 30px;
  }
  .remodal .row {
    display: flex;
    justify-content: center;
    max-width: 1000px;
    margin: 107px auto 0;
  }
  .remodal .row .col {
    width: 470px;
  }
  .remodal .row .col .item h3 {
    margin-bottom: 3px;
    font-size: 22px;
  }
  .remodal .row .col .item dl {
    padding: 11px 0 14px;
  }
  .remodal .row .col .item dl dd {
    padding-left: 10px;
  }
  .remodal .row .col .item .note {
    margin-top: 11px;
  }
  .remodal .row .col .item + .item {
    margin-top: 80px;
  }
  .remodal .row .col + .col {
    margin-top: 0;
  }
  .remodal .remodal-close-bot {
    cursor: pointer;
    width: 51px;
    margin-top: 78px;
  }
  .remodal .remodal-close-bot:hover {
    opacity: 0.7;
  }
}

@media (min-width: 768px) and (max-width: 1300px) {
  #js-scroll .title h2 {
    right: 150px;
  }
} /*# sourceMappingURL=concept.css.map */
