@charset "utf-8";
/***  全体
******************************************************/
html {
  font-size: 62.5%;
}
body {
  position: relative;
  z-index: -5;
  background: url("../img/bg.jpg") no-repeat center / cover;
  background-attachment: fixed /* background: linear-gradient(#dff6ff 0%, #e9fce9 100%);*/
}
@media screen and (max-width: 768px) {
  body {
    background: #fff;
  }
}
main {
  padding: 70px 0;
  position: relative;
  overflow: hidden;
  z-index: -1;
}
body::before {
  content: '';
  background: url(../img/img_nagano01.png) no-repeat center / 100%;
  width: 360px;
  height: 360px;
  /* position: absolute; */
  position: fixed;
  left: calc(50% - 690px);
  top: 0.5%;
  z-index: -2;
}
body::after {
  content: '';
  background: url(../img/img_nagano05.png) no-repeat center / 100%;
  width: 200px;
  height: 200px;
  /* position: absolute; */
  position: fixed;
  left: calc(50% - 780px);
  top: 35%;
  z-index: -2;
}
main::before {
  content: '';
  background: url(../img/img_nagano02.png) no-repeat center / 100%;
  width: 350px;
  height: 350px;
  /* position: absolute; */
  position: fixed;
  left: calc(50% - 625px);
  top: 50%;
  z-index: -2;
}
main::after {
  content: '';
  background: url(../img/img_nagano06.png) no-repeat center / 100%;
  width: 240px;
  height: 240px;
  /* position: absolute; */
  position: fixed;
  right: calc(50% - 575px);
  top: -1%;
  z-index: -2;
}
.bg {
  position: relative;
}
.bg::before {
  content: '';
  background: url(../img/img_nagano03.png) no-repeat center / 100%;
  width: 350px;
  height: 350px;
  /* position: absolute; */
  position: fixed;
  right: calc(50% - 830px);
  top: 21%;
  z-index: -2;
}
.bg::after {
  content: '';
  background: url(../img/img_nagano04.png) no-repeat center / 100%;
  width: 280px;
  height: 280px;
  /* position: absolute; */
  position: fixed;
  right: calc(50% - 680px);
  top: 56%;
  z-index: -3;
}
body::before {
  opacity: 0;
  animation-name: bgFade1;
  animation-duration: 1.5s; /*アニメーション時間*/
  animation-delay: 1.5s; /*アニメーション開始させる時間*/
  animation-iteration-count: 1; /*繰り返し回数*/
  animation-timing-function: linear;
  animation-direction: normal; /*往復処理をするかどうか*/
  animation-fill-mode: forwards; /*アニメーション後のスタイルをどうするか*/
}
.bg::before {
  opacity: 0;
  animation-name: bgFade1;
  animation-duration: 1.5s; /*アニメーション時間*/
  animation-delay: 1.5s; /*アニメーション開始させる時間*/
  animation-iteration-count: 1; /*繰り返し回数*/
  animation-timing-function: linear;
  animation-direction: normal; /*往復処理をするかどうか*/
  animation-fill-mode: forwards; /*アニメーション後のスタイルをどうするか*/
}
@keyframes bgFade1 {
  0% {
    opacity: 0;
    transform: translate3d(50px, 0, 0);
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeSlideIn {
  opacity: 0;
}
main::before {
  opacity: 0;
  animation-name: bgFade3;
  animation-duration: 1.5s; /*アニメーション時間*/
  animation-delay: 1s; /*アニメーション開始させる時間*/
  animation-iteration-count: 1; /*繰り返し回数*/
  animation-timing-function: linear;
  animation-direction: normal; /*往復処理をするかどうか*/
  animation-fill-mode: forwards; /*アニメーション後のスタイルをどうするか*/
}
.bg::after {
  opacity: 0;
  animation-name: bgFade3;
  animation-duration: 1.5s; /*アニメーション時間*/
  animation-delay: 1s; /*アニメーション開始させる時間*/
  animation-iteration-count: 1; /*繰り返し回数*/
  animation-timing-function: linear;
  animation-direction: normal; /*往復処理をするかどうか*/
  animation-fill-mode: forwards; /*アニメーション後のスタイルをどうするか*/
}
@keyframes bgFade3 {
  0% {
    opacity: 0;
    transform: translate3d(-50px, 0, 0);
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeSlideIn {
  opacity: 0;
}
body::after {
  opacity: 0;
  animation-name: bgFade2;
  animation-duration: 1.5s; /*アニメーション時間*/
  animation-delay: 1s; /*アニメーション開始させる時間*/
  animation-iteration-count: 1; /*繰り返し回数*/
  animation-timing-function: linear;
  animation-direction: normal; /*往復処理をするかどうか*/
  animation-fill-mode: forwards; /*アニメーション後のスタイルをどうするか*/
}
@keyframes bgFade2 {
  0% {
    opacity: 0;
    transform: translate3d(50px, 0, 0);
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeSlideIn {
  opacity: 0;
}
main::after {
  opacity: 0;
  animation-name: bgFade4;
  animation-duration: 1.5s; /*アニメーション時間*/
  animation-delay: 1.5s; /*アニメーション開始させる時間*/
  animation-iteration-count: 1; /*繰り返し回数*/
  animation-timing-function: linear;
  animation-direction: normal; /*往復処理をするかどうか*/
  animation-fill-mode: forwards; /*アニメーション後のスタイルをどうするか*/
}
@keyframes bgFade4 {
  0% {
    opacity: 0;
    transform: translate3d(-50px, 0, 0);
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeSlideIn {
  opacity: 0;
}
h1, h2, h3, h4, h5, h6, p, li, th, td, dt, dd, pre, code, input, textarea, button, select, option, blockquote, q, a {
  /*font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;*/
  font-size: 1.6rem;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
h2 {
  font-size: 4rem;
  font-weight: bold;
  width: fit-content;
  margin: 0 auto 60px;
  text-align: center;
  position: relative;
}
h2::before {
  content: url(../img/icon_h2_apple.png);
  display: inline-block;
  vertical-align: middle;
  transform: scale(0.35);
  position: absolute;
  top: -32px;
  left: -80px;
}
h2::after {
  content: url(../img/icon_h2_apple.png);
  display: inline-block;
  vertical-align: middle;
  transform: scale(0.35);
  position: absolute;
  top: -32px;
  right: -80px;
}
img {
  max-width: 100%;
}
a {
  transition: .4s;
}
a:hover {
  opacity: 0.7;
  transition: .4s;
}
.flex {
  display: flex;
}
.inner {
  width: 720px;
  max-width: 90%;
  margin: auto;
  background-color: rgba(255, 255, 255, 0.97);
  box-sizing: border-box;
  border: 5px solid #eeeeee;
}
.inner > * {
  padding: 50px;
}
.inner > *:last-child {
  margin-bottom: 0;
}
.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  /* body {
    background: url("../img/bg_sp.jpg") no-repeat center / cover;
    z-index: 0;
  }*/
  main {
    padding: 30px 0 70px;
    padding: 0;
  }
  main::before {
    content: none;
  }
  main::after {
    content: none;
  }
  body::before {
    content: none;
  }
  body::after {
    content: none;
  }
  .bg::before {
    content: none;
  }
  .bg::after {
    content: none;
  }
  .inner {
    width: 100%;
    max-width: 100%;
    margin: auto;
    border: none;
  }
  .inner > * {
    padding: 0 0 30px;
  }
  h2 {
    font-size: 3rem;
    margin-bottom: 30px;
    padding: 0;
  }
  h2::before {
    transform: scale(0.3);
    top: -42px;
    left: -75px;
  }
  h2::after {
    transform: scale(0.3);
    top: -42px;
    right: -74px;
  }
}
/*** mv
******************************************************/
.mv {
  text-align: center;
}
.mv h1 {
  font-size: 3rem;
  line-height: 1.5;
  font-weight: 600;
}
.mv h1 img {
  margin-top: 10px;
  vertical-align: bottom;
}
/*** delivery
******************************************************/
.delivery ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .mv {
    width: 100%
  }
  .mv h1 {
    padding-top: 10px;
    font-size: 1.8rem;
    text-align: center;
    line-height: 1;
    background-color: #93d9f3;
    color: #0e74bc;
    /*font-weight: 700;*/
  }
  .mv h1 br {
    display: none;
  }
  .mv h1 img {
    margin-top: 0;
  }
  h2 {
    font-size: 2.5rem;
  }
  .episode h2 span {
    font-size: 1.6rem;
  }
  .delivery {
    padding: 50px 0;
  }
  .delivery ul {
    width: 90%;
    margin: 50px auto 0;
    gap: 30px 15px;
  }
  .delivery li {
    width: 45%;
    text-align: center;
  }
  .delivery li a img {
    max-width: 95%;
    height: auto;
  }
}
/*** episode
******************************************************/
.episode {
  background: #95cf95;
  margin-top: 155px;
  padding: 0 50px 100px;
  position: relative;
}
.episode::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 137px;
  background: url("../img/sec_mountain.png") center bottom no-repeat;
  background-size: 100%;
  left: 0;
  top: -125px;
  position: absolute;
}
.episode h2 span {
  color: #006c5c;
  font-size: 1.8rem;
  display: block;
  letter-spacing: 0.2em;
  padding-left: 0.2em;
}
.episode ol {
  list-style: none;
  counter-reset: number;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.episode ol li {
  position: relative;
  padding-left: 20px;
  padding: 15px;
  box-sizing: border-box;
  background: #f5f5f5;
  border-radius: 15px;
  font-size: 1.8rem;
}
.episode ol li span:first-child {
  color: #006c5c;
  font-weight: bold;
  font-size: 2rem;
  display: block;
  margin-bottom: 7px;
  border-bottom: 1.5px solid #006c5c;
  padding-bottom: 5px;
  text-indent: -2.4em;
  padding-left: 2.4em;
}
.episode ol li span:last-child {
  font-size: 1.5rem;
  color: #006c5c;
  display: block;
  text-align: right;
}
/*.episode ol li::before {
  counter-increment: number;
  content: counter(number)".";
  position: absolute;
  top: 10px;
  left: 26px;
  font-size: 2rem;
  font-weight: bold;
}*/
.episode ol li a {
  font-size: 2rem;
  font-weight: bold;
  display: block;
  width: 100%;
  color: #000;
  text-decoration: none;
  padding: 10px 26px 10px 46px;
  box-sizing: border-box;
}
.episode ol li a span {
  font-size: 1.3rem;
  color: #006c5c;
  padding-left: 15px;
}
@media screen and (max-width: 768px) {
  .episode {
    margin-top: 100px;
    padding: 30px 30px 50px;
  }
  .episode ol li span:last-child {
    display: block;
  }
  .episode h2::before {
    left: -38px;
  }
  .episode h2::after {
    right: -38px;
  }
  .episode ol li {
    font-size: 1.6rem;
  }
  .episode ol li span:first-child {
    font-size: 1.6rem;
    text-indent: 0;
    padding-left: 0;
  }
  .episode ol li span:last-child {
    font-size: 1.4rem;
  }
}
/*** overview
******************************************************/
.overview {
  position: relative;
}
.overview::before {
  content: '';
  background: url("../img/img_nagano-map.png") no-repeat center;
  width: 212px;
  height: 335px;
  position: absolute;
  /*right: -100px;*/
  right: -5px;
  top: -50px;
  z-index: -1;
}
.overview p {
  font-size: 1.8rem;
}
.overview .modal_link a {
  font-size: 2rem;
  color: #fff;
  display: block;
  background: #006c5c;
  text-decoration: none;
  padding: 15px 20px;
  text-align: center;
  width: 300px;
  max-width: 100%;
  margin: 20px auto;
  border-radius: 50px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .overview {
    padding: 0 30px 30px;
  }
  .overview::before {
    content: none;
  }
  .overview p {
    font-size: 1.6rem;
  }
  #colorbox li {
    width: 45%;
    text-align: center;
  }
}
/*** personality
******************************************************/
.personality {
  margin-top: 175px;
  padding: 25px 50px 100px;
}
.personality::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 127px;
  background: url("../img/sec_mountainw.png") center bottom no-repeat;
  background-size: contain;
  left: 0;
  top: -125px;
  position: absolute;
}
.personality {}
.personality .flex {
  gap: 20px 48px;
}
.personality figure {
  width: 240px;
  height: auto;
  flex-shrink: 0;
}
.personality h3 {
  font-size: 3.3rem;
  font-weight: bold;
  color: #006c5c;
  margin-bottom: 15px;
}
.personality h3 span {
  font-size: 2rem;
  display: block;
  font-weight: normal;
}
.personality dl {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 10px;
  align-items: flex-start;
}
.personality dl dt {
  width: 5em;
  background: #e8f5f3;
  text-align: center;
  padding: 0 5px;
}
.personality dl dd {
  width: calc(100% - 5em - 20px);
}
@media screen and (max-width: 768px) {
  .personality {
    margin-top: 100px;
  }
  .personality .flex {
    flex-direction: column;
    align-items: center;
  }
  .personality h3 {
    text-align: center;
  }
}
/*** animation
******************************************************/
.fadeIn {
  opacity: 0;
}
.fadeIn[data-animate="in"] {
  opacity: 0;
  animation-name: fadeIn;
  animation-duration: 0.8s; /*アニメーション時間*/
  animation-delay: 0.5s; /*アニメーション開始させる時間*/
  animation-iteration-count: 1; /*繰り返し回数*/
  animation-timing-function: linear;
  animation-direction: normal; /*往復処理をするかどうか*/
  animation-fill-mode: forwards; /*アニメーション後のスタイルをどうするか*/
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeSlideIn {
  opacity: 0;
}
.fadeSlideIn[data-animate="in"] {
  opacity: 0;
  animation-name: fadeSlideIn;
  animation-duration: 0.8s; /*アニメーション時間*/
  animation-delay: 0.5s; /*アニメーション開始させる時間*/
  animation-iteration-count: 1; /*繰り返し回数*/
  animation-timing-function: linear;
  animation-direction: normal; /*往復処理をするかどうか*/
  animation-fill-mode: forwards; /*アニメーション後のスタイルをどうするか*/
}
.d10[data-animate="in"] {
  animation-delay: 1s; /*アニメーション開始させる時間*/
}
.d15[data-animate="in"] {
  animation-delay: 1.5s; /*アニメーション開始させる時間*/
}
.d20[data-animate="in"] {
  animation-delay: 2s; /*アニメーション開始させる時間*/
}
.d25[data-animate="in"] {
  animation-delay: 2.5s; /*アニメーション開始させる時間*/
}
.d30[data-animate="in"] {
  animation-delay: 3s; /*アニメーション開始させる時間*/
}
.d35[data-animate="in"] {
  animation-delay: 3.5s; /*アニメーション開始させる時間*/
}
@keyframes fadeSlideIn {
  0% {
    opacity: 0;
    transform: translate3d(50px, 0, 0);
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
/*** アコーディオン
******************************************************/
.more-btn {
  margin: 2em 0;
}
.more-btn p {
  display: block;
  background: #006c5c;
  font-weight: bold;
  position: relative;
  cursor: pointer;
  padding: 20px 40px 20px;
  font-size: 1.8rem;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  width: 300px;
  margin: auto;
  max-width: 100%;
  box-sizing: border-box;
}

/*** お知らせ等の告知
******************************************************/
.notice {
  margin: 0 50px 180px;
  padding:50px;
  border: 3px solid #95cf95;
  border-radius: 15px;
  box-sizing: border-box;
}
.notice h2{
  margin: 0 auto 20px;
}
.notice p {
  color: #006c5c;
  font-size: 1.8rem;
  font-weight: 700;
}
.notice dl {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 0;
  align-content: center;
}
.notice dl dt {
    width: 6em;
    text-align: center;
    padding: 0 5px;
}
.notice dl dd {
    width: calc(100% - 6em - 20px);
}
.notice dl dd span{
  display: block;
  margin-left: 2rem;
  text-indent: -1.5rem;
}
.notice dl dt,
.notice dl dd{
  padding-top:10px;
  font-size: 1.6rem;
  border-top: 1px dotted #006c5c;
}
.notice dl dd iframe{
  width: 100%;
  margin-top: 10px;
}
.notice .form_link {
  margin: 30px 0 0;
}
.notice .form_link a{
  display: block;
  background: #006c5c;
  font-weight: bold;
  position: relative;
  cursor: pointer;
  padding: 20px 40px 20px;
  font-size: 1.8rem;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  text-decoration: none;
  width: 300px;
  margin: auto;
  max-width: 100%;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
.notice {
  margin: 0 30px 120px;
  padding:30px 15px;
  }
.notice h2{
  font-size: 1.8rem;
  }
.notice p {
  font-size: 1.6rem;
  text-align:center;
  }
.notice dl {
  flex-direction: column;
  gap:5px 0;
  }  
.notice dl dt {
  padding: 8px 0;
  background: #e8f5f3;
  }
.notice dl dd{
  margin-bottom: 15px;
  padding: 0 10px;
  }
.notice dl dt,
.notice dl dd{
  width: 100%;
  border: none;
  box-sizing: border-box;
  }
.notice .form_link {
  margin: 15px 0 0;
  }
}
















