/*----------------------------------------------------------------------------*/
/* 	株式会社 D.O.D  Keyvisual					 		  CSS    */
/*----------------------------------------------------------------------------*/

/* ■ KeyVisual Image Area --------------*/

/*===========================================*/
/* VEGAS  slider  動きを組み合わせて全画面で見せる 					*/
/*===========================================*/

#slider {
  width: 100%;
  height: 100vh; /* スライダー全体の縦幅を画面の高さいっぱい（100vh）にする */
  background: linear-gradient(rgba(27, 74, 112, 0.9), rgba(27, 74, 112, 0.9));
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
}
.vegas-timer-progress {
  /* ◆プログレスバー位置、色変: https://www.miso.blog/jquery-vegas2/ */
  background: #bdc3c7 !important; /* Siver  */
}

/* heading */

.heading-block {
  position: absolute;
  z-index: 2;
  /*		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);	*/
  top: 40%;
  width: 100%;
  text-align: center;
}
.heading-block h1 {
  font-size: 3.5vw;
  letter-spacing: 0.01em;
  color: #fff;
  line-height: 1;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.heading-block p {
  margin-top: 80px;
  font-size: 1.7vw;
  font-size: 40px;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-family: "Antro_Vectra";
  color: #fff;
}
/* sns icon */
#sns-icon img {
  width: 25px;
}

#sns-icon {
  /*		position: fixed;	*/
  position: absolute;
  right: 20px;
  top: 55%;
  top: 65%;
}

#sns-icon li {
  margin: 0 0 15px 0;
}

@media only screen and (max-width: 768px) {
  .heading-block h1 {
    font-size: 1.5em;
    font-family: "Antro_Vectra";
    font-family: "Marcellus", serif, "游ゴシック体", YuGothic,
      "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic",
      "メイリオ", sans-serif;
    font-display: swap;
  }
  .heading-block p {
    margin-top: 30px;
    font-size: 17px;
  }
  #sns-icon {
    position: absolute;
    right: 20px;
    top: 70%;
  }
}

#fview {
  display: block;
  margin: 0 auto 0 auto;
  width: 100%;
  height: 350px;
  padding-bottom: 45px;
  padding-bottom: 0;
  border-bottom: none;
  border: none;
  background: linear-gradient(
    180deg,
    #f5f5f5 0%,
    #f5f5f5 56%,
    white 56%,
    white 100%
  ); /* ★ */
}
.viewer {
  margin: 0 auto 0 auto;
  border: none;
  width: 100%;
}
#viewerSP {
  display: block;
  margin: 0 auto 0 auto;
  width: 100%;
  height: 350px; /* ◆FV 高さ */
  padding-top: 61px;
  position: relative;
  background-image: url("../images/fview/fv01.jpg");
  background-size: 640px 427px;
  background-size: 256px 171px; /* 40% */
  background-position: top 40% center;
  background-repeat: no-repeat;
}
#viewerPC {
  display: none;
}
#viewerSP .fvtxt {
  width: 100%;
  overflow: hidden;
}
#viewerSP .fvtext01 {
  margin: 30px auto 0 auto;
  width: 100%;
  font-size: 30px;
  line-height: 1.2em;
  text-align: left;
  font-weight: normal;
  font-family: "Athelas-Regular";
  letter-spacing: 1px;
  color: #dad1bb; /* smm2-beigegray */
  padding-top: 0;
  padding-bottom: 0;
  animation: flowing01 25s linear infinite;
  transform: translateX(100%); /*初期位置*/
}
@keyframes flowing01 {
  100% {
    transform: translateX(-100%);
  }
}
#viewerSP .fv-hline {
  /* FV H-line */
  position: absolute;
  top: 42%;
  top: 50%;
  left: 5%;
  width: 80%;
  height: 10px;
  padding-top: 0;
  border-top: 2px solid #dad1bb; /* smm2-beigegray */
  transform: scaleX(1); /* 縦 borderline 伸縮 animation　停止★ */
  transform-origin: left;
  /*	 	animation : extend-x 8.0s linear 0.0s infinite normal none running;	*/
  animation: extend-x 1s linear 0s;
}
@keyframes extend-x {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
#viewerSP .fvtext02 {
  margin: 40px auto 0 auto;
  width: 120%;
  font-size: 20px;
  font-weight: normal;
  font-family: "Athelas-Regular";
  letter-spacing: 1px;
  line-height: 1.7em;
  color: #333;
  animation: flowing02 35s linear infinite;
  transform: translateX(-100%); /*初期位置*/
}
@keyframes flowing02 {
  100% {
    transform: translateX(100%);
  }
}
#viewerSP .textex01 {
  color: #dad1bb; /* smm2-beigegray */
  padding-right: 25px;
}
#viewerSP .textex02 {
  color: #333;
}
#viewerSP .textex03 {
  color: #333;
}
#viewerSP .textex04 {
  color: #dad1bb; /* smm2-beigegray */
}
#viewerSP .circlesym {
  /* ◎ */
  position: absolute;
  top: 72%;
  left: 57%;
  width: 137px;
  height: 137px;
  z-index: 999999;
}
#viewerSP .circlesym .circle {
  margin: 0 auto 0 auto;
  width: 137px;
  height: 137px;
  background: url("../images/bg/csym03.png") no-repeat;
  background-size: 137px 137px; /* 50% */
  background-position: center 0;
  position: relative;
}
#viewerSP .circlesym .circle::before {
  padding-top: 50%;
}
/* 回転 */
#viewerSP .circlesym .circle {
  animation-name: rotate;
  animation-duration: 30s;
  animation-timing-function: cubic-bezier(0.5, 0.51, 0.51, 0.52);
  animation-iteration-count: infinite;
}
@keyframes rotate {
  0% {
    transform: rotateZ(0);
  }
  100% {
    transform: rotateZ(360deg);
  }
}
#viewerSP .circlesym .syml {
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  margin: auto;
  width: 77px;
  height: 31px;
}
/*========= scroll down ===============*/

#viewerSP .scrolldown01 {
  position: absolute;
  left: 50%;
  bottom: 10px;
  /*全体の高さ*/
  height: 50px;
}
/*Scrollテキストの描写*/
#viewerSP .scrolldown01 span {
  /*描画位置*/
  position: absolute;
  left: -15px;
  top: -15px;
  /*テキストの形状*/
  color: #777;
  font-size: 0.7rem;
  letter-spacing: 0.05em;
}

/* 線の描写 */
#viewerSP .scrolldown01 ::after {
  content: "";
  /*描画位置*/
  position: absolute;
  top: 0;
  /*線の形状*/
  width: 1px;
  height: 30px;
  background: #777;
  /*線の動き1.4秒かけて動く。永遠にループ*/
  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;
  }
}

#viewerSP .scline {
  /* ScroollDown Line */
  position: absolute;
  bottom: -10%;
  left: 0;
  width: 80%;
  z-index: 6;
}
#viewerSP .scline .scrolldown a {
  /* ScroolDown */
  display: block;
  position: absolute;
  bottom: 35px;
  left: -40%;
  width: 150px;
  height: 50px;
  color: #333;
  font-size: 11px;
  text-align: center;
  padding-top: 0px;
  border-right: 1px solid #333;
  z-index: 7;
  transform: scaleY(1); /* 縦 borderline 伸縮 animation　★ */
  transform-origin: top;
  animation: extend-y 0.8s linear 0s infinite alternate none running;
  animation: extend-y 1.8s linear 0s infinite normal none running;
}
@keyframes extend-y {
  0% {
    transform: scaleY(0);
  }
  100% {
    transform: scaleY(1);
  }
}
#viewerSP .scline .sdtxt {
  position: absolute;
  bottom: 67px;
  left: 40px;
  text-align: center;
  font-size: 11px;
  font-weight: normal;
  color: #333;
  letter-spacing: 0.1em;
  padding-top: 0px;
}

/* ☆ KeyVisual Image Block ------------*/

@media only screen and (max-width: 360px) {
}

@media only screen and (min-width: 992px) {
  /* PC ～　iPad pro size  */

  #fview {
    display: block;
    margin: 1px auto 0 0;
    margin: 0 auto 0 0;
    width: 100%;
    height: auto;
    padding-bottom: 20px;
    border-bottom: none;
    border: none;
    background: linear-gradient(
      90deg,
      #f5f5f5 0%,
      #f5f5f5 7%,
      white 7%,
      white 70%,
      #f5f5f5 70%,
      #e5e5e5 100%
    ); /* ★ */
  }
  #viewerPC {
    display: block;
    margin: 0 auto 0 auto;
    width: 100%;
    height: 700px; /* ◆FV 高さ */
    position: relative;
    background-image: url("../images/fview/fv01.jpg");
    background-size: 640px 427px;
    background-position: right 22% top 135px;
    background-repeat: no-repeat;
    position: relative;
  }
  #viewerSP {
    display: none;
  }
  #viewerPC .fvtxt {
    width: 100%;
    overflow: hidden;
  }

  #viewerPC .fvtext {
    margin: 200px auto 0 15%;
    width: 80%;
    text-align: left;
    font-size: 75px;
    font-weight: normal;
    font-family: "Athelas-Regular";
    letter-spacing: 1.5px;
    line-height: 1.2em;
    color: #dad1bb; /* smm2-beigegray */
    color: #555;
    padding-top: 0;
    padding-bottom: 0;
  }

  #viewerPC .fvtext01 {
    margin: 140px auto 0 auto;
    /*			width:200%;*/
    width: 100%;
    text-align: right;
    font-size: 120px;
    font-weight: normal;
    font-family: "Athelas-Regular";
    font-display: swap;
    letter-spacing: 1.5px;
    color: #555; /* smm2-beigegray */
    text-shadow: 1px 1px 1px #ddd;
    padding-top: 0;
    padding-bottom: 0;
    animation: flowing01 25s linear infinite;
    transform: translateX(-100%); /*初期位置*/
    transform: translateX(-100%); /*初期位置*/
  }
  @keyframes flowing01 {
    100% {
      transform: translateX(100%);
      transform: translateX(100%);
    }
  }
  #viewerPC .fvtext02 {
    margin: 80px auto 0 auto;
    width: 110%;
    text-align: left;
    font-size: 67px;
    font-weight: normal;
    font-family: "Athelas-Regular";
    font-display: swap;
    letter-spacing: 1.5px;
    color: #333;
    color: #dad1bb; /* smm2-beigegray */
    text-shadow: 1px 1px 1px #bbb;
    animation: flowing02 35s linear infinite;
    transform: translateX(100%); /*初期位置*/
    transform: translateX(50%); /*初期位置*/
  }
  @keyframes flowing02 {
    100% {
      transform: translateX(-100%);
      transform: translateX(-100%);
    }
  }
  #viewerPC .textex01 {
    color: #444;
    padding-right: 50px;
  }
  #viewerPC .textex02 {
    color: #dad1bb; /* smm2-beigegray */
    text-shadow: 1px 1px 1px #bbb;
  }
  #viewerPC .textex03 {
    color: #444;
    padding-right: 50px;
  }
  #viewerPC .textex04 {
    color: #dad1bb; /* smm2-beigegray */
  }
  #viewerPC .fv-hline {
    /* FV H-line */
    position: absolute;
    top: 58%;
    left: 15%;
    width: 45%;
    height: 10px;
    padding-top: 0;
    border-top: 5px solid #dad1bb; /* smm2-beigegray */
    transform: scaleX(1); /* 縦 borderline 伸縮 animation　停止★ */
    transform-origin: left;
    /*	 		animation : extend-x 8.0s linear 0.0s infinite normal none running; */
    animation: extend-x 2s linear 0s;
  }
  @keyframes extend-x {
    0% {
      transform: scaleX(0);
    }
    100% {
      transform: scaleX(1);
    }
  }
  #viewerPC .circlesym {
    /* ◎ */
    display: block;
    position: absolute;
    top: 23%;
    right: 10%;
    z-index: 9;
  }
  #viewerPC .circlesym .circle {
    margin: 0 auto 0 auto;
    width: 274px;
    height: 274px;
    background: url("../images/bg/csym03.png") no-repeat;
    background-size: 274px 274px;
    background-position: center 0;
    position: relative;
  }
  #viewerPC .circlesym .circle::before {
    padding-top: 50%;
  }
  /* 回転 */
  #viewerPC .circlesym .circle {
    animation-name: rotate;
    animation-duration: 30s;
    animation-timing-function: cubic-bezier(0.5, 0.51, 0.51, 0.52);
    animation-iteration-count: infinite;
  }
  @keyframes rotate {
    0% {
      transform: rotateZ(0);
    }
    100% {
      transform: rotateZ(360deg);
    }
  }
  #viewerPC .circlesym .syml {
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    margin: auto;
    width: 144px;
    height: 62px;
    text-align: center;
  }

  /*========= scroll down ===============*/

  #viewerPC .scrolldown01 {
    position: absolute;
    left: 5%;
    bottom: -30px;
    /*全体の高さ*/
    height: 70px;
  }
  /*Scrollテキストの描写*/
  #viewerPC .scrolldown01 span {
    /*描画位置*/
    position: absolute;
    left: -15px;
    top: -15px;
    /*テキストの形状*/
    color: #777;
    font-size: 0.7rem;
    letter-spacing: 0.05em;
  }

  /* 線の描写 */
  #viewerPC .scrolldown01 ::after {
    content: "";
    /*描画位置*/
    position: absolute;
    top: 0;
    /*線の形状*/
    width: 1px;
    height: 30px;
    background: #777;
    /*線の動き1.4秒かけて動く。永遠にループ*/
    animation: pathmove 1.4s ease-in-out infinite;
    opacity: 0;
  }
  /*高さ・位置・透過が変化して線が上から下に動く*/
  @keyframes pathmove {
    0% {
      height: 0;
      top: 20px;
      opacity: 0;
    }
    30% {
      height: 30px;
      opacity: 1;
    }
    100% {
      height: 0;
      top: 70px;
      opacity: 0;
    }
  }

  #viewerPC .scline {
    /* ScroollDown Line */
    position: absolute;
    bottom: -80px;
    right: 85%;
    width: 100%;
    z-index: 6;
    position: relative;
  }
  #viewerPC .scline .scrolldown a {
    /* ScroolDown */
    display: block;
    margin: 0 0 0 auto;
    width: 200px;
    height: 70px;
    color: #333;
    font-size: 13px;
    text-align: center;
    border-right: 1px solid #333;
    z-index: 7;
    transform: scaleY(1); /* 縦 borderline 伸縮 animation　★ */
    transform-origin: top;
    animation: extend-y 0.8s linear 0s infinite alternate none running;
    animation: extend-y 1.8s linear 0s infinite normal none running;
  }
  @keyframes extend-y {
    0% {
      transform: scaleY(0);
    }
    100% {
      transform: scaleY(1);
    }
  }
  #viewerPC .scline .sdtxt {
    position: absolute;
    top: -6px;
    right: 15px;
    text-align: center;
    font-size: 12px;
    font-weight: normal;
    font-family: "Noto Sans JP", serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    font-display: swap;
    color: #333;
    letter-spacing: 0.1em;
  }
}

/* Tablet Layout ◇ */
@media only screen and (min-width: 768px) and (max-width: 992px) {
  /* ★ */

  /*	@media only screen and (min-width: 768px) and (max-width: 1279px) { */

  #fview {
    display: block;
    margin: 62px auto 200px auto;
    margin: 0px auto 200px auto;
    width: 100%;
    padding-bottom: 20px;
  }
  #viewerSP {
    display: block;
  }
  #viewerPC {
    display: none;
  }
}
