@charset "UTF-8";
/* --------------------
		設定
-------------------- */
:root {
  --c-txt: #333333;
}

@media screen and (max-width: 820px) {
  .pc-only {
    display: none !important;
  }
}

.sp-only {
  display: block;
}
@media screen and (min-width: 821px) {
  .sp-only {
    display: none !important;
  }
}

/* ----px → vw---- 書き方：vw(px値) */
/* ----px → vw (pc)---- 書き方：vw-pc(px値)　*/
/* --------------------
		body
-------------------- */
body {
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  animation: fadeIn 2s ease 0s 1 normal;
  width: 100%;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* --------------------
		content
-------------------- */
p, li, dt, dd {
  font-family: "acumin-pro-semi-condensed", YuGothic, "游ゴシック", "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  font-weight: 300;
  letter-spacing: 0.04em;
  line-height: 1.5;
}

h1, h2, h3 {
  font-family: "din-2014", sans-serif;
  font-weight: 400;
  letter-spacing: 0.15em;
  line-height: 1;
}

#content__body {
  background-color: #f7f5f2;
  overflow: hidden;
  position: relative;
}
#content__body img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 821px) {
  #content__body {
    overflow: clip;
  }
}

header {
  position: relative;
  width: 100vw;
  height: 100svh;
  overflow: hidden;
}
header h1 {
  position: absolute;
  width: 25vw;
  bottom: 30vw;
  left: 12.5vw;
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.5));
  z-index: 1;
}
header h1 img {
  width: 100%;
  height: auto;
}
header h1 span {
  display: block;
  font-size: 5.25vw;
  color: #fff;
  margin-top: 20px;
  white-space: nowrap;
}
@media screen and (min-width: 821px) {
  header h1 span {
    color: #333;
    font-size: 2.25vw;
    letter-spacing: 0.1em;
    margin-top: 2.6666666667vw;
  }
}
header h1 span small {
  display: inline-block;
  font-size: 0.5em;
  letter-spacing: 0.1em;
}
header h1 span + span {
  font-family: "acumin-pro-semi-condensed", YuGothic, "游ゴシック", "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  font-weight: 300;
  letter-spacing: 0.04em;
  line-height: 1.5;
  display: inline-block;
  font-size: 1em;
  line-height: 1;
  margin-top: 1em;
}
@media screen and (min-width: 821px) {
  header h1 {
    filter: none;
    left: 10vw;
    bottom: 50svh;
    transform: translateY(50%);
    width: 11%;
    max-width: 200px;
  }
}

.header__img {
  position: fixed;
  z-index: 0;
  top: 7.5vw;
  left: 7.5vw;
  width: 85vw;
  height: calc(100svh - 30vw);
  background: url("../../img/02/main_sp.jpg") no-repeat top center/cover;
  transform-origin: center; /*変化する基点を中心からに設定*/
}
@media screen and (min-width: 821px) {
  .header__img {
    top: 0;
    left: 50vw;
    width: 50vw;
    height: 100vh;
    background: url("../../img/02/main_pc.jpg") no-repeat center center/cover;
    transform-origin: center; /*変化する基点を中心からに設定*/
    overflow: clip;
  }
}

.scroll {
  color: #aaa;
  font-family: "din-2014", sans-serif;
  font-weight: 400;
  letter-spacing: 0.15em;
  line-height: 1;
  font-size: 1rem;
  position: absolute;
  z-index: 100;
  height: 13.3333333333vw;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 100;
}
@media screen and (min-width: 821px) {
  .scroll {
    font-size: 1.1rem;
    height: 70px;
  }
}

.scroll span {
  position: absolute;
  color: #aaa;
  text-align: center;
  position: absolute;
  bottom: 16vw;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media screen and (min-width: 821px) {
  .scroll span {
    bottom: 80px;
  }
}

.scroll::after {
  content: "";
  position: absolute;
  top: 0;
  width: 1px;
  height: 30px;
  background: #999;
  animation: pathmove 1.4s ease-in-out infinite;
  opacity: 0;
}

@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 30px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 50px;
    opacity: 0;
  }
}
/* --------------------
		section
-------------------- */
main {
  overflow: clip;
  position: relative;
  background-color: #f7f5f2;
  padding: 40vw 0 0 0;
  z-index: 100;
}
@media screen and (min-width: 821px) {
  main {
    padding: 15.625vw 0 0 0;
  }
}
main .lead {
  line-height: 2;
  text-align: center;
  margin: 0 auto;
  padding: 0 5vw 40vw;
}
@media screen and (min-width: 821px) {
  main .lead {
    padding: 0 0 15.625vw;
  }
}

section {
  position: relative;
  margin: 0 auto;
  padding-bottom: 40vw;
  z-index: 100;
}
@media screen and (min-width: 821px) {
  section {
    display: flex;
    justify-content: flex-end;
    margin: 0;
    padding: 0;
  }
}

.label__logo {
  color: #5d5049;
  font-size: 7.4666666667vw;
  letter-spacing: 0.025em;
  width: 36.2666666667vw;
  margin: 0 auto 10.6666666667vw;
  text-align: center;
}
@media screen and (min-width: 821px) {
  .label__logo {
    font-size: 2.75vw;
    width: 13.671875vw;
    margin: 0 auto;
    position: sticky;
    top: 50px;
    height: 1em;
    margin-bottom: 200px;
  }
}

@media screen and (min-width: 821px) {
  .ph {
    display: flex;
  }
}

@media screen and (min-width: 821px) {
  .ph__main {
    width: 50vw;
    margin-right: 0.9375vw;
  }
}

.figure__wrap {
  width: 70%;
  margin: 18.6666666667vw auto;
}
@media screen and (min-width: 821px) {
  .figure__wrap {
    width: 24.6875vw;
    margin: 0;
  }
}
.figure__wrap figure:first-child {
  margin-bottom: 2.6666666667vw;
}
@media screen and (min-width: 821px) {
  .figure__wrap figure:first-child {
    margin-bottom: 0.9375vw;
  }
}

.txt__wrap {
  width: 85%;
  margin: 0 auto;
}
@media screen and (min-width: 821px) {
  .txt__wrap {
    width: 100%;
    display: flex;
    margin: 7.8125vw auto 11.71875vw;
  }
}

@media screen and (min-width: 821px) {
  .itemlist {
    width: 420px;
    margin-left: auto;
    margin-right: 3.90625vw;
  }
}
.itemlist li {
  font-size: 2.9333333333vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 821px) {
  .itemlist li {
    font-size: 1.09375vw;
  }
}
@media (min-width: 1280px) {
  .itemlist li {
    font-size: 0.875rem;
  }
}
.itemlist li span.name {
  width: calc(100% - 84px);
}
.itemlist li span.name span::before {
  content: ":";
  display: inline-block;
  margin: 0 0.4em 0 0.25em;
}
.itemlist li span.name span {
  text-transform: none;
}
.itemlist li span.no {
  display: none;
}
.itemlist li small {
  display: inline-block;
  font-weight: 300;
  letter-spacing: 0.025em;
  margin-left: 0.25em;
  text-transform: lowercase;
}
.itemlist li a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 1s ease;
}
.itemlist li a :hover {
  opacity: 0.8;
}
.itemlist li + li {
  margin-top: 1.5em;
}

.btn, .coming {
  border-radius: 2px;
  line-height: 24px;
  width: 84px;
  margin: 0 0 0 auto;
  text-align: center;
}
@media screen and (min-width: 821px) {
  .btn, .coming {
    line-height: 28px;
    width: 92px;
  }
}

.btn {
  border: 1px solid var(--c-txt);
  font-size: 0.9em;
  transition: all 1s ease;
}
.btn:hover {
  border: 1px solid var(--c-txt);
  background-color: var(--c-txt);
  color: #fff;
}

.coming {
  color: #ccc;
  font-size: 0.85em;
  border: 1px solid #ccc;
}

/* --------------------
		label_2-
-------------------- */
#label__1 .style__2 .figure__wrap-2, #label__2 .style__2 .figure__wrap-2, #label__3 .style__2 .figure__wrap-2, #label__5 .style__2 .figure__wrap-2, #label__6 .style__2 .figure__wrap-2 {
  display: block;
  margin-top: -1px !important;
}
@media screen and (min-width: 821px) {
  #label__1 .style__2 .figure__wrap-2, #label__2 .style__2 .figure__wrap-2, #label__3 .style__2 .figure__wrap-2, #label__5 .style__2 .figure__wrap-2, #label__6 .style__2 .figure__wrap-2 {
    margin-top: 0 !important;
  }
}

#label__2 .style__1 .figure__wrap {
  margin: 18.6666666667vw 0 18.6666666667vw auto;
}
@media screen and (min-width: 821px) {
  #label__2 .style__1 .figure__wrap {
    margin: 0;
  }
}

#label__4 .style__1 .figure__wrap {
  margin: 18.6666666667vw 0;
}
@media screen and (min-width: 821px) {
  #label__4 .style__1 .figure__wrap {
    margin: 0;
  }
}

#label__5 .style__1 .figure__wrap {
  margin: 18.6666666667vw auto;
}
@media screen and (min-width: 821px) {
  #label__5 .style__1 .figure__wrap {
    margin: 0;
  }
}

#label__6 .style__1 .figure__wrap {
  margin: 18.6666666667vw auto;
}
@media screen and (min-width: 821px) {
  #label__6 .style__1 .figure__wrap {
    margin: 0;
  }
}
@media screen and (max-width: 820px) {
  #label__6 .style__1 .figure__wrap {
    width: 100%;
  }
  #label__6 .style__1 .figure__wrap figure {
    width: 70%;
  }
  #label__6 .style__1 .figure__wrap figure + figure {
    margin-left: auto;
  }
}

/* --------------------
		footer
-------------------- */
.footer {
  background-color: #fff;
  position: relative;
  padding: 16vw 0;
  z-index: 100;
}
@media screen and (min-width: 821px) {
  .footer {
    padding: 3.90625vw 0;
  }
}
.footer img {
  width: 100%;
  height: auto;
}
.footer__logo {
  width: 25vw;
  margin: 0 auto 7.5vw;
}
@media screen and (min-width: 821px) {
  .footer__logo {
    width: 180px;
    margin: 0 auto 50px;
  }
}
.footer__logo a {
  display: block;
}
@media screen and (min-width: 821px) {
  .footer__logo a {
    transition: all 0.5s ease;
  }
}
@media screen and (min-width: 821px) {
  .footer__logo a:hover {
    opacity: 0.5;
  }
}
.footer ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto 5vw;
}
@media screen and (min-width: 821px) {
  .footer ul {
    margin: 0 auto 50px;
  }
}
.footer ul li {
  font-size: 0.825rem;
  font-weight: 400;
  margin: 0 10px;
}
.footer__copyright {
  text-align: center;
  color: #333;
  font-size: 10px;
}/*# sourceMappingURL=style.css.map */