html{
  scroll-padding-top: 92.56px;
  scroll-behavior: smooth;
}

body{
  overflow: scroll;
}

main{
  background-color: white;
}

h1{
  border-style:solid;
  border-color:#7fffd4;
  color:salmon;
}

img {
  width: 100%;
  height: auto;
}

/* スライド全体 */
.swiper{
  padding-top: 92.56px;
  height: 700px;
}

@media screen and (max-width: 500px){
  .swiper{
    height: 400px;
  }
}

.swiper-slide {
  transition: transform 0.6s;
  /* display: flex;
  align-items: center;
  justify-content: center; */
}

.swiper-slide-active{
  max-height: 600px;
  height: 100%;
}

/* 左右のスライド */
.swiper-slide-prev,
.swiper-slide-next,
.swiper-slide-duplicate-prev,
.swiper-slide-duplicate-next {
  transform: scale(0.85);
}

.swiper-slide-prev,
.swiper-slide-next{
  max-height: 400px;
}

@media screen and (max-width: 768px){
  .swiper img{
    width: 100% !important;
  }
}

.swiper img{
  max-height:600px;
  width:auto;
}

.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 50px;
}

@media screen and (max-width: 500px){
  .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 0px;
  }
}

@media screen and (max-width: 450px){
  .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 50px;
  }
}

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 12px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 12px))
}




/* 目次のスタイル */
.navigation-box{
  text-align: center;
}

.navigation{
  display: inline-block;
  /* background-color: #f8d4cd;
  width: 80%;
  border-radius: 30px; */
  background-color: #f2f3f7;
  padding: 1em 1.5em;
  margin-top: .5em;
  margin-bottom: 1em;
  font-size: 12px;
  overflow: hidden;
  position: relative;
}

.navigation a{
    text-decoration: none;
    color: #000000; 
}

@media screen and (min-width: 768px){
  .navigation{
    width: 500px;
  }
}

.nav-headline{
  font-size: 32px;
}

.navigation > ul > li, li> ul > li{
  font-size: 24px;
}

@media screen and (max-width: 768px){
  .nav-headline{
    font-size:24px;
  }

  .navigation > ul > li, li > ul > li{
    font-size: 18px;
  }
}

ul{
  list-style-type: none;
}

@media screen and (max-width: 768px){
  ul{
    padding-left: 20px;
  }
}

.navigation li{
  text-align: left;
}

.navigation li:hover{
  opacity: 0.6;
}

.arrow{
    margin: 0 13px;
    display: inline-block;
    color: #ffffff;
    line-height: 1;
    position: relative;
    width: 15px;
    height: 12px;
}

@media screen and (min-width: 768px) {
    .arrow_forme {
        position: relative;
        padding-right: 30px;
        color: #ffffff;
        width: 4px;
        height: 13px;
    }
}



/* ゲスト（1人）紹介のスタイル */
.guests_wrapper{
  background-color: #fff;
}

.date{
  width: 200px;
  margin: 30px auto;
}

.date > h3{
  text-align: center;
  font-size: 40px;
  color: #04009a;
  font-weight: bold;
  border-bottom: 2px solid #04009a;
}

.guests{
  display: flex;
  flex-direction: row;
  margin: 0 auto;
  max-width: 100%;
}

.guest1{
  background-color: #f8d4cd8a;
}

.guest2{
  background-color: #5a2faa18;
}

.guest5{
  background-color: #20020127;
}

.guests_img{
  margin: 0 0 0 40px;
  /* margin: 40px 20px; */
  width: 40%;
  /* width: 50%; */
  max-width: 580px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.guests_img > img{
  width: 80%;
}

.guests_intro {
  /* padding-left: 35px; */
  margin: 40px 40px;
  /* margin: 40px 0; */
  width: 60%;
  /* width: 50%; */
}

.guests_intro > h4 {
  font-size: 24px;
}

.guests_intro h5 {
  font-size: 28px;
  text-align: left;
  margin: 20px 0 0;
}

.guests_intro p {
  text-align: left;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 24px;
}

.guests_time > p{
  padding: 0;
  margin: 0;
}

.guests_place > p{
  padding: 0;
  margin: 0;
}

.guests_ticket > p{
  padding: 0;
  margin: 0;
}


/* @media screen and (min-width: 1024px) {
  .guests_intro {
    padding-left: 130px;
  }
} */

@media screen and (max-width: 768px) {
  .guests {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .date {
    width: 160px;
  }
  .date > h3 {
    font-size: 28px;
  }
  .guests_intro {
    margin-top: 20px;
    padding-left: 0;
    width: 80%;
    max-width: 480px;
  }
  .date {
    font-size: 28px;
  }
  .guests_intro > h4 {
    font-size: 18px;
    margin-bottom: 0;
  }
  .guests_intro p {
    font-size: 16px;
    padding: 0;
    margin: 0;
  }
  .guests_img {
    width: 80%;
    max-width: 480px;
    margin: 30px auto 0;
  }
}

/* 対談のスタイル */
.guest3{
  background-color: #0911222a;
}

.guest4{
  background-color: #1c58b148;
}

.talk_title{
  font-size: 60px;
  /* font-size: 40px; */
}

@media screen and (max-width: 768px){
  .talk_title{
    font-size: 40px;
  }
}

.talk_title > h4{
  margin: 0;
  padding: 40px 0;
  font-weight: bold;
}

.talk{
  margin: 0 auto;
  max-width: 100%;
  text-align: center;
}

.talkguest1{
  display: flex;
  flex-direction: row;
}

.talkguest2{
  display: flex;
  flex-direction: row-reverse;
}

@media screen and (max-width: 768px){
  .talkguest1, .talkguest2{
    display: block;
    text-align: center;
  }
}

/* .talkguest2 > .guests_img{
  margin: 0 40px 0 0;
} */

.talkguest1 > .guests_intro{
  display: inline-block;
}

.talkguest2 > .guests_intro{
  margin-left: 80px;
  display: inline-block;
}

.guests_intro > h4{
  text-align: left;
}

@media screen and (max-width: 768px){
  .guests_intro > h4{
  text-align: center;
  }

  .talkguest2 > .guests_intro{
    margin-left: 40px;
  }
}

/* .guests_intro_name{
  font-size: 40px;
  font-weight: bold;
} */

.talk h5 {
  font-size: 28px;
  text-align: center;
  margin: 20px 0 0;
}

.talk_time > p {
  text-align: center;
  margin: 0;
  padding: 0;
  font-size: 24px;
}

.talk_place > p {
  text-align: center;
  margin: 0;
  padding-top: 0;
  font-size: 24px;
}

.talk_ticket > p {
  text-align: center;
  margin: 0;
  padding: 0;
  padding-bottom: 40px;
  font-size: 24px;
}

@media screen and (max-width: 768px){
  .talk_info{
    margin-top: 20px;
    padding-left: 0;
    width: 80%;
    max-width: 480px;
    text-align: center;
    display: inline-block;
  }

  /* .talk_time{
    text-align: left;
  } */

  /* .talk_time, .talk_place, .talk_ticket{
    display: inline-block;
  } */

  .talk_time > h5, .talk_place > h5, .talk_ticket > h5{
    display: block;
    text-align: left;
  }

  .talk_time > p, .talk_place > p, .talk_ticket > p{
    font-size: 16px;
    display: block;
    text-align: left;
  }
}

/* 地図のスタイル */
.guest_map{
  text-align: center;
}

.guest_map{
  margin: 100px 0 0;
}

.guest_map > img{
  width: 50%;
  height: auto;
}

@media screen and (max-width: 768px){
  .guest_map > img{
    width: 90%;
  }
}



/* 春ヒコへの誘導 */
.to_haruhiko > p{
  font-size: 32px;
  font-weight: 500;
  opacity: 80%;
  margin-bottom: 100px;
}

.to_kikaku {
  display: block;
  text-align: center;
  text-decoration: none;
  width: 360px;
  margin: 25px auto ;
  padding: 0.8rem 2rem;
  border-radius:  0.3rem;
  border-bottom: 7px solid #fbd5e8;
  background-color: #f8a9d1;
  font-size: 32px;
  color: #ffffff;
  font-weight: bold;
}

.to_kikaku:hover {
  border-bottom: 7px solid #f8a9d1;
  transform: translateY(4px);
}

@media screen and (max-width:768px){
  .to_haruhiko > p{
    margin-bottom: 50px;
  }
  
  .to_kikaku{
    width: 120px;
    margin: 25px auto ;
    padding: 0.8rem 2rem;
    border-radius:  0.3rem;
    border-bottom: 7px solid #fbd5e8;
    background-color: #f8a9d1;
    font-size: 15px;
    font-weight: bold;
  }
}