@charset "utf-8";

/** ***************************************************************************
 * 共用
 * ************************************************************************* */

body {
  padding-top: 0 !important;
}

#main {
  padding: 40px 0 60px;
  font-family: 'NotoSerifCJKjp';
  font-weight: 400;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  #main {
    padding: 100px 0 120px;
    letter-spacing: 1px;
    line-height: 1.8;
    font-size: 16px;
  }

}

/** ***************************************************************************
 * セクショニング
 */

#main .section ~ .section {
  margin-top: 120px;
}

#main .column ~ .column {
  margin-top: 40px;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  #main .section ~ .section {
    margin-top: 180px;
  }

  #main .column ~ .column {
    margin-top: 80px;
  }

}

/** ***************************************************************************
 * テキスト
 */

#main .catchcopy-1 {
  line-height: 1.8;
  font-family: 'NotoSerifCJKjp';
  font-size: 1.75em;
  text-align: center;
}

#main .catchcopy-2 {
  line-height: 2;
  font-family: 'NotoSerifCJKjp';
  font-size: 1.25em;
  text-align: center;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  #main .catchcopy-1 {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    font-size: 2.25em;
    text-align: left;
  }

  #main .catchcopy-2 {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.5em;
    text-align: left;
  }

}

/** ***************************************************************************
 * ビジュアル
 * ************************************************************************* */

#visual {
  height: 100vh;
  padding: 60px min(3.773584905660377vh, 40px) min(6.60377358490566vh, 70px);
  background-color: #000;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {
  
  #visual {
    padding-top: 75px;
  }

}

/** ***************************************************************************
 * テキスト
 */

#visual div.content {
  color: #fff;
  font-family: 'NotoSerifCJKjp';
  font-weight: 300;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#visual div.content a {
  color: inherit;
}

#visual div.content > * ~ * {
  margin-top: min(4.716981132075472vh, 50px);
}

#visual div.content .title {
  width: min(15.09433962264151vh, 160px);
  filter: brightness(1) invert(1);
}

#visual div.content .catchcopy-1 {
  margin-left: 1em;
  font-size: min(3.39622641509434vh, 36px);
  text-align: center;
}

#visual div.content .catchcopy-2 {
  line-height: 2;
  font-size: min(2.264150943396226vh, 24px);
}

#visual div.content .text {
  line-height: 2;
  font-size: min(1.509433962264151vh, 16px);
}

#visual div.content .logo {
  max-width: min(13.20754716981132vh, 140px);
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  #visual div.content .catchcopy-1 {
    line-height: 2;
  }

  #visual div.content .text {
    line-height: 3;
    text-align: center;
  }

}

/** ***************************************************************************
 * 動画
 */

#visual div.visual {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  transition: filter 0.8s ease-in-out 1.0s;
  filter: contrast(100%) brightness(190%);
}

body.loaded
#visual div.visual {
  filter: contrast(100%) brightness(100%);
}

#visual div.visual div.texture {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 1.0);
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
}

#visual div.visual iframe {
  max-width: none;
  min-width: 100vw;
  min-height: 100vh;
  width: 177.77777778vh;
  height: 56.25vw;
  transform: translate(-50%, -50%);
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
}

/** ***************************************************************************
 * 3つのシリーズをご用意
 * ************************************************************************* */

/** ***************************************************************************
 * 紹介文
 */

#lead div.content {
  padding-bottom: 60px;
  line-height: 2;
  font-family: 'NotoSansCJKjp';
}

#lead div.content .catchcopy-1 {
  text-align: center;
}

#lead div.content .catchcopy-2 {
  margin-top: 2em;
  margin-bottom: 2em;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  #lead div.content {
    padding-bottom: 120px;
    line-height: 3;
    text-align: center;
  }

}

/** ***************************************************************************
 * ビジュアル
 */

#lead div.visual {
  padding-bottom: 60%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  #lead div.visual {
    padding-bottom: 45%;
    background-attachment: fixed;
  }

}

/** ***************************************************************************
 * シリーズ 共用
 * ************************************************************************* */

/** ***************************************************************************
 * 紹介文
 */

#main .section-series div.content {
  padding-bottom: 20px;
  line-height: 2;
  font-family: 'NotoSansCJKjp';
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  #main .section-series div.content {
    padding-bottom: 20px;
    line-height: 3;
    text-align: center;
  }

}

/** ***************************************************************************
 * リンクボタン
 */

#main .section-series div.link {
  line-height: 1;
  text-align: right;
}

#main .section-series div.link a {
25  min-width: 200px;
  max-width: 240px;
  padding: 8px 30px 10px 20px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  border-top-left-radius: 8px;
  background-color: rgba(0, 0, 0 ,1.0);
  display: inline-block;
  position: relative;
  z-index: 1
}

#main .section-series#stylio div.link a {
  background-color: #282037;
}

#main .section-series#stylio-x div.link a {
  background-color: #422f1d;
}

#main .section-series#stylio-nest div.link a {
  background-color: #71625c;
}

#main .section-series div.link a::after {
  content: '';
  width: 10px;
  height: 12px;
  background: url("../image/_common/icon-arrow-1.png") center center / 100% 100% no-repeat;
  position: absolute;
  z-index: 1;
  top: calc(50% - 6px);
  right: 10px;
  transition: transform 0.3s ease-in-out 0.0s;
}

#main .section-series div.link a:hover::after {
  transform: rotateY(360deg) translateX(3px);
}

#main .section-series div.link img {
  filter: brightness(1) invert(1);
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  #main .section-series div.link a {
    max-width: 330px;
    padding: 14px 50px 16px;
  }

  #main .section-series div.link a::after {
    right: 25px;
  }

}

/** ***************************************************************************
 * ビジュアル
 */

#main .section-series div.visual {
  padding-bottom: 80%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  #main .section-series div.visual {
    padding-bottom: 50%;
    background-attachment: fixed;
  }

}

/** ***************************************************************************
 * アンカーナビ
 * ************************************************************************* */

/** ***************************************************************************
 * 紹介文
 */

#anchor-nav div.content {
  padding-bottom: 30px;
}

#anchor-nav div.content .catchcopy-2 {
  font-size: 1.125em;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  #anchor-nav div.content {
    padding-bottom: 60px;
    text-align: center;
  }

  #anchor-nav div.content .catchcopy-2 {
    font-size: 1.5em;
  }

}

/** ***************************************************************************
 * リンクボタン
 */

#anchor-nav ul.list li {
  margin: 1px 0;
}

#anchor-nav ul.list li a {
  color: inherit;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}

#anchor-nav ul.list div.image {
  width: 55%;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

#anchor-nav ul.list div.image img {
  width: 100%;
  transform: translate(-50%, -50%);
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
}

#anchor-nav ul.list div.content {
  width: 45%;
  padding: 20px 15px 35px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.85);
  position: relative;
  z-index: 1;
}

#anchor-nav ul.list div.content::after {
  content: '';
  width: 0.625em;
  height: 1em;
  background: url("../image/_common/icon-arrow-1.png") center center / 100% 100% no-repeat;
  transform-origin: center center;
  position: absolute;
  z-index: 1;
  left: calc(50% - 0.3125em);
  bottom: 10px;
  transition: transform 0.3s ease-in-out 0.0s;
}

#anchor-nav ul.list a:hover div.content::after {
  transform: rotateX(180deg) translateX(5px);
}

#anchor-nav ul.list div.content .type {
  margin-bottom: 15px;
  font-size: 0.875em;
  text-align: center;
}

#anchor-nav ul.list div.content .title {
  font-size: 0.75em;
  text-align: center;
}

#anchor-nav ul.list div.content .title img {
  width: auto;
  max-height: 14px;
  margin-bottom: 5px;
  filter: brightness(0) invert(1);
  display: inline-block;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:1000px) {

  #anchor-nav ul.list {
    display: flex;
  }

  #anchor-nav ul.list li {
    width: calc(100% / 3);
    margin: 0;
  }

  #anchor-nav ul.list li a {
    flex-direction: column;
  }

  #anchor-nav ul.list div.image {
    width: 100%;
    margin-bottom: -30%;
  }

  #anchor-nav ul.list div.image img {
    transform: none;
    position: static;
  }

  #anchor-nav ul.list div.content {
    width: 85%;
    margin: 0 auto;
  }

  #anchor-nav ul.list div.content .type {
    margin-bottom: 15px;
    font-size: 0.9375em;
  }

  #anchor-nav ul.list div.content .title {
    font-size: 0.875em;
  }

  #anchor-nav ul.list div.content .title img {
    max-height: 22px;
  }

}

/** ***************************************************************************
 * バナー
 * ************************************************************************* */

#main .section-banner {
  margin-top: 0 !important;
  margin-bottom: -40px;
  padding: 40px 0;
  overflow: hidden;
}

#main .section-banner div.body {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

#main .section-banner div.item {
  max-width: 80%;
  margin: 3%;
}

#main .section-banner div.item a {
  color: inherit;
  text-decoration: none;
  display: inline-block;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  #main .section-banner {
    margin-bottom: -100px;
    padding: 100px 0;
  }

}
