@charset "utf-8";

/** ***************************************************************************
 * itonamiとは
 * ************************************************************************* */

#about div.body {
  max-width: 1400px;
}

/**
 * タイトル
 */

#about .section-title {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  padding-bottom: 0.25em;
  font-size: 1.25em;
  font-weight: 100;
  border-bottom: 1px solid #777;
}

@media screen and (min-width:768px) {

  #about .section-title {
    margin-bottom: 80px;
  }

}

/**
 * コンテンツ
 */

@media screen and (min-width:768px) {

  #about div.contents {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }

}

/**
 * 内容
 */

#about div.contents div.content {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  justify-content: center;
}

#about div.contents div.content div.text-1 {
  letter-spacing: 2px;
  font-family: YakuHanMP, 'Noto Serif JP', serif;
  font-size: 1.875em;
  writing-mode: vertical-rl;
}

#about div.contents div.content div.text-2 {
  padding-top: 3em;
  padding-right: 8%;
  letter-spacing: 2px;
  line-height: 2.5;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.25em;
  font-weight: 100;
  white-space: nowrap;
  writing-mode: vertical-rl;
  text-orientation: upright;
}

@media screen and (min-width:768px) {

  #about div.contents div.content {
    width: 36%;
    justify-content: flex-start;
  }

  #about div.contents div.content div.text-1 {
    font-size: 1.875em;
  }

  #about div.contents div.content div.text-2 {
    padding-top: 6em;
    padding-right: 15%;
    font-size: 1em;
  }

}

/**
 * 動画
 */

#about div.contents div.movie {
  position: relative;
  z-index: 0;
}

#about div.contents div.movie div.button {
  transform: translate(-50%, -50%);
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
}

#about div.contents div.movie div.button a {
  color: inherit;
  text-decoration: none;
  display: block;
}

#about div.contents div.movie div.embed {
  padding-bottom: 67%;
  clip-path: url("#about-movie-mask");
  overflow: hidden;
  position: relative;
  z-index: 0;
}

#about div.contents div.movie div.embed [style*="background"] {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
}

#about div.contents div.movie div.embed iframe {
  width: 100%;
  height: 100%;
  transform: scale(1.2);
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}

#about div.contents div.movie div.caption {
  width: fit-content;
  margin-left: auto;
  margin-right: 12%;
  font-size: 0.625em;
  font-weight: 100;
}

@media screen and (min-width:768px) {

  #about div.contents div.movie {
    width: 52%;
    transform: translateY(-15%);
  }

}

/** ***************************************************************************
 * itonami
 * ************************************************************************* */

#itonami {
  margin-top: 50px;
  padding: 80px 0 40px;
  overflow: hidden;
  position: relative;
  z-index: 0;
}

#itonami div.body {
  max-width: none;
  padding: 0;
}

@media screen and (min-width:768px) {

  #itonami {
    padding: 80px 0;
  }

}

/**
 * タイトル
 */

#itonami .section-title {
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

@media screen and (min-width:768px) {

  #itonami .section-title {
    max-width: 100%;
    margin-bottom: 60px;
    text-align: center;
  }

}

/**
 * ギャラリー
 */

#itonami div.gallery div.image {
  position: relative;
}

#itonami div.gallery .splide__list {
  align-items: flex-end;
  justify-content: flex-start;
  position: relative;
}

#itonami div.gallery div.image div.item {
  padding: 15px;
  text-align: center;
  background-color: #fff;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.15));
  transform-origin: left bottom;
}

#itonami div.gallery div.image div.item img {
  max-width: 100%;
}

/* 設置完了後 */

#itonami div.gallery.is-initialized div.image div.item {
  margin-top: 30px;
  margin-bottom: 30px;
  transition: transform 0.5s ease-in-out 0.0s;
}

#itonami div.gallery.is-initialized div.image div.item.is-active + div.item {
  transform: scale(0.8);
}

@media screen and (min-width:768px) {

  #itonami div.gallery div.image div.item {
    padding: 30px;
  }

}

/**
 * 前へ / 次へ
 */

#itonami div.gallery .splide__arrow {
  width: 45px;
  margin: 0;
  padding: 10px;
  cursor: pointer;
  border: none;
  border-radius: 0;
  background-color: transparent;
  box-sizing: border-box;
  appearance: none;
  position: absolute;
  top: 50%;
}

#itonami div.gallery .splide__arrow::-webkit-search-decoration {
  display: none;
}

#itonami div.gallery .splide__arrow::focus {
  outline-offset: -2px;
}

#itonami div.gallery .splide__arrow--prev {
  transform: scale(-1, 1) translateY(-50%);
  left: 0;
}

#itonami div.gallery .splide__arrow--next {
  transform: translateY(-50%);
  right: calc(20% - 45px);
}

@media screen and (min-width:768px) {

  #itonami div.gallery .splide__arrow--prev {
    left: 45px;
  }

  #itonami div.gallery .splide__arrow--next {
    right: calc(35% - 75px);
  }

}

/**
 * ページャー
 */

#itonami div.gallery .splide__pagination {
  width: calc(100% - 50px - 20%);
  margin-left: 50px;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}

#itonami div.gallery .splide__pagination li {
  flex-grow: 1;
}

#itonami div.gallery .splide__pagination__page {
  width: 100%;
  margin: 0;
  padding: 0;
  cursor: pointer;
  border: none;
  border-bottom: 2px solid #bbb;
  border-radius: 0;
  background-color: transparent;
  box-sizing: border-box;
  appearance: none;
  transition: border-color 0.3s ease-in-out 0.0s;
}

#itonami div.gallery .splide__pagination__page.is-active {
  border-color: #666;
}

@media screen and (min-width:768px) {

  #itonami div.gallery .splide__pagination {
    width: calc(100% - 120px - 35%);
    margin-top: 30px;
    margin-left: 120px;
  }

}

/**
 * 内容
 */

#itonami div.content {
  margin-top: 60px;
  padding-left: 20px;
  padding-right: 20px;
  letter-spacing: 2px;
  line-height: 2.5;
  font-weight: 100;
  text-align: center;
}

@media screen and (min-width:768px) {

  #itonami div.content {
    margin-top: 80px;
  }

}

/**
 * 背景
 */

#itonami svg.background {
  width: 130%;
  max-width: 1130px;
  max-height: 1040px;
  transform: translateX(-50%);
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
}

@media screen and (min-width:768px) {

  #itonami svg.background {
    width: 80%;
  }

}

/** ***************************************************************************
 * コンセプト
 * ************************************************************************* */

#concept {
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 200px;
  background: url("../_image/about/concept-bg.png");
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@media screen and (min-width:768px) {

  #concept {
    padding-top: 190px;
    padding-bottom: 450px;
  }

}

/**
 * タイトル
 */

#concept .section-title {
  margin-bottom: 20px;
  line-height: 2;
  font-family: 'Noto Serif JP', serif;
  font-size: 1.375em;
  text-align: center;
}

@media screen and (min-width:768px) {

  #concept .section-title {
    margin-bottom: 40px;
    letter-spacing: 3px;
    font-size: 1.875em;
  }

}

/**
 * 内容
 */

#concept div.content {
  line-height: 2.5;
  font-weight: 100;
}

@media screen and (min-width:768px) {

  #concept div.content {
    letter-spacing: 3px;
    line-height: 3;
    text-align: center;
  }

}

/**
 * 画像
 */

#concept div.image {
  margin-top: 30px;
  text-align: center;
}

@media screen and (min-width:768px) {

  #concept div.image {
    margin-top: 70px;
  }

}

/**
 * フレーム
 */

#concept div.frame {
  width: 200vw;
  max-width: none;
  height: 120px;
  clip-path: url("#concept-frame");
  background: #fff;
  position: absolute;
  z-index: 1;
  top: -2px;
  left: calc(50% - 100vw);
}

@media screen and (min-width:768px) {

  #concept div.frame {
    width: 100%;
    max-width: 100%;
    left: 0;
  }

}
