* {
  box-sizing: border-box;
}
body {
  font-family: "A1 Mincho", serif;
}
a {
  color: #3ac5aa;
}
.main_wrap {
  position: relative;
}
.main_bg {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  height: 100vh;
  z-index: -1;
}
.main_bg img {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  object-position: center;
}
.c_up {
  opacity: 0;
  transform: translateY(25px);
}
.on.c_up {
  opacity: 1;
  transform: translateY(0px);
  transition: opacity, transform;
  transition-duration: 1.5s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-delay: 0s;
}
#index_nav {
  margin: -100vh auto 0 auto;
  width: 600px;
  max-width: 92%;
  padding: 80px 0;
}
#index_nav a {
  color: rgba(242, 245, 237, 1);
  transition: color .25s ease .05s;
}
#index_nav .date {
  color: #9f9f9f;
}
#index_nav li:not(.disabled) a:hover,
#index_nav li:not(.disabled) a.touch {
  color: rgba(239, 216, 164, 1);
  opacity: 1;
  transition: color .25s ease .05s;
}
article {
  width: 100vw;
  max-width: 100vw;
  padding: 0;
  opacity: 0;
  background-color: unset;
}
.onload article {
  opacity: 1;
  transition: opacity 1.5s cubic-bezier(0.215, 0.61, 0.355, 1) .25s;
}
#kv {
  margin: 0;
  height: 100vh;
  position: relative;
}
#kv:before {
  content: "";
  position: absolute;
  display: block;
  width: 2px;
  height: 45px;
  background-color: #3ac5aa;
  bottom: 6px;
  right: 16px;
  z-index: 2;
}
#kv:after {
  content: "";
  position: absolute;
  display: block;
  width: 1.5px;
  height: 15px;
  background-color: #3ac5aa;
  transform: rotate(30deg);
  bottom: 6px;
  right: 13px;
  z-index: 2;
}
#kv h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  width: 187px;
  height: 533px;
  text-align: center;
}
#kv .swiper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#kv h1 span {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: opacity 1.5s cubic-bezier(0.215, 0.61, 0.355, 1) .25s;
}
#kv .titleA img {
  width: 145px;
  height: 533px;
}
#kv .titleB img {
  width: 187px;
  height: 481px;
}
#kv .hobonichi_logo {
  position: absolute;
  bottom: 8px;
  left: 8px;
  width: 180px;
  z-index: 2;
}
.swiper {
  width: 100vw;
  height: 100vh;
  min-height: 420px;
  position: fixed;
}
.content_wrap {
  position: relative;
  z-index: 2;
}
#yodogawa {
  background-color: rgba(242, 245, 237, 0.93);
  padding: 70px 20px 60px 20px;
  color: #282828;
}
#yodogawa p {
  line-height: 2.2;
  margin: 0 0 1.25em 0;
}
#yodogawa.bd_t.bd_none {
  margin: 0;
}
#yodogawa a {
  color: #3ac5aa;
  transition: opacity .25s ease .05s;
}
.is_pc #yodogawa a:hover, .is_sp #yodogawa a.touch,
.is_pc .profile_inner .desc p a:hover, .is_sp .profile_inner .desc p a.touch,
.is_pc .modal_content_inner .desc p a:hover, .is_sp .modal_content_inner .desc p a.touch,
.is_pc #information_free li .info_desc a:hover, .is_sp #information_free li .info_desc a.touch,
.is_pc #talk_body a:hover, .is_sp #talk_body a.touch {
  border: none;
  opacity: 0.7;
  transition: opacity .25s ease .05s;
}
#yodogawa .tori {
  position: absolute;
  transform: translate(350px, -60px);
  width: 74px;
}
.btn_profile_impl a {
  display: block;
  margin: 48px auto 0 auto;
  width: 280px;
  max-width: 90%;
}
.btn_profile_impl img, .btn_profile_impl svg {
  max-width: 100%;
}
.is_pc a svg.impl_prof_txt:hover, .is_pc a img.impl_prof_image:hover,
.is_sp a svg.impl_prof_txt.touch, .is_sp a img.impl_prof_image.touch {
  opacity: unset;
}
svg.impl_prof_txt .d,
svg.info_logo .d {
  fill: #3ac5aa;
}
svg.impl_prof_txt .e {
  stroke: #3ac5aa;
}
.impl_prof_txt, .impl_prof_image {
  display: block;
}
.impl_prof_txt {
  padding: 16px 8px 0 8px;
}
.bd_t, .bd_b {
  border-color: rgba(242, 245, 237, 1);
}
.talk_nav {
  background-color: #ffffff;
  margin: 0;
}
#talk_wrap {
  padding-top: 60px;
  padding-bottom: 4px;
  max-width: 740px;
  margin: -100vh auto 0 auto;
  color: #ffffff;
  font-family: "Koburina Gothic W3 JIS2004";
}
#talk_wrap .title_text {
  font-family: "A1 Mincho", serif;
}
#talk_body dl, .info_taidan_txt dl {
  font-size: 18px;
}
footer {
  padding-top: 52px;
  background-color: rgba(242, 245, 237, 1);
}
#information_free {
  background-image: url(/ns_tanoshimi_2022sp/images/tanoshimi_info_bgpc.jpg);
  background-size: cover;
  background-position: center;
  padding: 100px 0 120px 0;
}
#information_free ul {
  width: 600px;
  max-width: 94%;
  margin: 0 auto;
  padding: 60px 50px;
  background-color: rgba(255, 255, 255, 0.90);
}
#information_free li {
  margin: 0;
  padding: 0;
}
#information_free .bd_b {
  border: none;
}
#information_free h5 {
  margin-top: 30px;
  padding: 8px 0 4px 0;
  font-size: 23px;
}
#information_free .info_desc p.info_place {
  font-size: 20px;
  margin: 0 0 0.75em 0;
}
#information_free .info_desc p.info_datetime {
  margin: 0 0 2em 0;
}
#information_free li .info_desc {
  max-width: 100%;
  text-align: center;
  color: #3ac5aa;
}
#information_free li .info_desc a {
  display: block;
}
#information_free li .info_desc button {
  background-color: #3ac5aa;
  color: #ffffff;
  border-radius: 10px;
  border: none;
  padding: 12px 40px;
  font-size: 14px;
  font-family: "Koburina Gothic W6 JIS2004";
}
#information_free li .info_desc p:last-child {
  margin: 0;
}
#information_free .photographer {
  color: #ffffff;
  margin-top: 60px;
  font-family: "Koburina Gothic W6 JIS2004";
}
img.info_banner {
  display: block;
  max-width: 100%;
  margin: 0 auto 2.25em auto;
}
.info_logo {
  width: 250px;
}
#modal {
  background-color: #ffffff;
}

@media (min-width: 641px) {
  #yodogawa {
    font-size: 18px;
  }
  #yodogawa .inner {
    text-align: center;
  }
  #index_nav .title {
    padding: 0 10%;
    font-size: 190%;
  }
}
@media (max-width: 640px) {
  #wrap {
    overflow: unset;
  }
  #kv .titleA img {
    width: calc(145 / 500 * 100vw);
    height: auto;
  }
  #kv .titleB img {
    width: calc(187 / 500 * 100vw);
    height: auto;
  }
  #kv h1 {
    top: 10px;
    left: unset;
    right: 3px;
    transform: translate(0%, 0%);
    width: calc(187 / 500 * 100vw);
    height: calc(481 / 500 * 100vw);
  }
  #kv .hobonichi_logo {
    bottom: 8px;
    left: 8px;
    width: 180px;
  }
  #yodogawa {
    padding: 50px 24px 40px 24px;
  }
  #yodogawa p {
    font-size: 1rem;
  }
  #yodogawa .tori {
    transform: translate(0px, -10px);
    right: 10%;
  }
  .btn_profile_impl a {
    margin: 100px auto 0 auto;
  }
  #index_nav {
    padding: 60px 0;
  }
  #index_nav .title {
    padding: 0 2%;
    font-size: calc(34 / 640 * 100vw);
  }
  #talk_wrap {
    padding-top: 40px;
    max-width: 90%;
  }
  #talk_body dl, .info_taidan_txt dl {
    font-size: 16px;
  }
  footer {
    padding-top: 48px;
  }
  #information_free {
    background-image: url(/ns_tanoshimi_2022sp/images/tanoshimi_info_bgsp.jpg);
    padding: 160px 0 120px 0;
  }
  #information_free ul {
    padding: 40px 10px;
  }
  .info_logo {
    width: 230px;
  }
  img.info_banner {
    max-width: 90%;
  }
  .c_up {
    transform: translateY(15px);
  }
}

