@charset "UTF-8";
/*
Theme Name : ISSHINDO BtA
*/
html {
      scroll-behavior: smooth;
    }
.books202507 {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    font-feature-settings: initial;
    overflow: hidden;
}
/* --- 共通項目ここから
----------------------------------------- */
.section_title{
  color: #231B18;
  text-align: center;
  position: relative;
  margin-bottom: 70px;
}
.section_title::after{
  content: '';
  display: block;
  width: 130px;
  height: 40px;
  position: absolute;
  bottom: -30px;
  left: calc(50% - 65px);
  background-image: url(../img/books202507/section01_titile.svg);
}
.section_title p{
  font-size: var(--font-16);
}
.section_title h2{
  font-size: var(--font-24);
  color: #000;
  font-weight: bold;
  margin: 0;
  padding: 0;
}
.books202507 .section_circle:before{
  content:'';
  position: absolute;
  top: 0;
  right: min(0px, 50% - 810px / 2 - 230px);
  background-image: url(../img/books202507/ellipse01.svg);
  background-repeat: no-repeat;
  z-index: 0;
  width: 230px;
  height: 330px;
}
.books202507 .section_circle:after{
  content:'';
  position: absolute;
  bottom: 0;
  left: min(0px, 50% - 810px / 2 - 230px);
  background-image: url(../img/books202507/ellipse02.svg);
  background-repeat: no-repeat;
  z-index: 0;
  width: 230px;
  height: 330px;
}
/* --- 共通項目ここまで
----------------------------------------- */
/* --- ヘッダーここから
----------------------------------------- */
.books202507 header{
  position: fixed;
  top: 0;
  padding: 0;
  height: auto;
  background: none;
  justify-content: flex-end;
  backdrop-filter: none;
  z-index: 100;
}
.books202507 .header_purchase{
  margin-left: 20px;
  color: #000;
  font-size: var(--font-18);
  background-color: #FFF100;
  width: 204px;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  border: 4px solid #000;
  position: relative;
}
.books202507 .header_purchase::before{
  content:'';
  display: inline-block;
  position: relative;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  width: 12px;
  height: 12px;
  margin-right: 10px;
  transform: rotate(45deg);
}
.books202507 nav{
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}
.books202507 nav li{
  font-size: var(--font-14);
  color: #000;
  border-bottom: 2px solid #000;
  background:none;
}
.books202507 header nav ul li a{
  color: #000!important;
  font-weight: normal;
  background:none;
}
@media screen and (max-width: 810px) {
    .books202507 header nav{
      position: fixed;
      background: none;
      width: auto;
      top: 0;
      left: calc(50% - 162px);
      bottom: auto;
      height: 30px;
      box-shadow:none;
      margin: 20px auto 0 auto;
      padding: 0;
    }
    .books202507 header nav ul{
      border-bottom: none;
      gap: 15px;
      justify-content: center;
    }
    .books202507 header nav ul li{
      width: auto;
      border-bottom: 1px solid #000;
      display: inline-block;
      width: auto;
	white-space: nowrap;
	background:none!important;
    }
    .books202507 header nav ul li a{
      font-size: var(--font-12);
      padding: 0;
    }
    .books202507 header nav ul li:first-of-type{
      background:none;
    }
}
/* --- ヘッダーここまで
----------------------------------------- */
/* --- TOP KVここから
----------------------------------------- */
.books202507 .top_kv{
  position: relative;
  width: 100%;
  height: 720px;
  background-color: #2DB2D6;
  margin-bottom: 100px;
}
.books202507 .main_book{
  max-width: 810px;
  margin: auto;
  padding-top: 160px;
  display: grid;
  grid-template-columns: 1fr;
  justify-content: center;
}
.books202507 .main_book,
.books202507 .main_book .book {
  pointer-events: none;
}
.books202507 .main_book .sub_title{
  width: auto;
  display: inline-block;
  font-size: var(--font-36);
  color: #fff;
  font-weight: bold;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 810px) {
  .books202507 .top_kv{
    padding: 5% 0;
    height: auto;
    margin-bottom: 40px;
    background: linear-gradient( to bottom, #2DB2D6 0%, #2DB2D6 85%, #FFF 85%, #FFF 100%
  );
    
  }
  .books202507 .top_kv:before{
  display: none;
  }
  .books202507 .top_kv:after{
    display: none;
}
.books202507 .main_book .sub_title{
  font-size: var(--font-24);
  text-align: center;
}
.books202507 .main_book .sub_title span{
  display: inline-block;
}
}
.books202507 .main_book .sub_title:after{
  content:'';
  display: block;
  position: absolute;
  top: -130px;
  right: 0;
  width: 290px;
  height: 134px;
  background-image: url(../img/books202507/sub_title_decoration.svg);
}
.books202507 .main_book .book .left_text{
  width: 146px;
  margin: 50px auto 0 auto;
}
.books202507 .main_book .book{
  display: grid;
  grid-template-columns: 206px auto 206px;
  margin-top: 30px;
  justify-content: space-between;
  z-index: 3;
  pointer-events: none;
}
.books202507 .main_book .book .main{
  filter: drop-shadow(0px 0px 16px rgba(0, 0, 0, 0.1));
}
.books202507 .main_book .book .right_text{
  width: 105px;
  margin: 50px auto 0 auto;
}
@media screen and (max-width: 810px) {
  .books202507 .main_book .sub_title:after{
    width: 220px;
    height: 100px;
    background-size: cover;
    background-repeat: no-repeat;
    right: -10px;
    top: -100px;
  }
  .books202507 .main_book{
    margin-top: 60px;
    padding-top: 60px;
  }
  .books202507 .main_book .book {
    width: 90%;
    margin: 20px auto 0 auto;
  }
  .books202507 .main_book .book .left_text{
  width: 100%;
  margin-top: 0;
  }
  .books202507 .main_book .book .right_text{
  width: 100%;
  margin-top: 0;
  }
.books202507 .main_book .book{
  display: grid;
  grid-template-columns:15% auto 15%;
  gap: 10px;
}
.books202507 .main_book .book .main{
  width: 100%;
}
}
/* --- TOP KVここまで
----------------------------------------- */
/* --- main_contentここから
----------------------------------------- */
.books202507 .top_kv .release_date_wrapper{
  max-width: 810px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  position: relative;
  margin: auto;
  pointer-events: auto;
}
.books202507 .top_kv .release_date{
  width: 222px;
  height: 222px;
  bottom: -32px;
  right: 0;
  position: absolute;
  pointer-events: auto;
  cursor: pointer;
}
@media screen and (max-width: 810px) {
  .books202507 .release_date{
    display: block;
    width: min(80%, 300px);
    margin: auto;
  }
}
/* --- main_contentここまで
----------------------------------------- */
/* --- section01ここから
----------------------------------------- */
.books202507 .section01{
  max-width: 810px;
  margin: auto;
  padding: 60px 20px;
  position: relative;
}
.books202507 .profile{
  margin-top: 40px;
  display: grid;
  grid-template-columns: auto 250px;
  gap: 38px;
  text-align: justify;
}
.books202507 .profile p{
  margin-top: 0;
}
@media screen and (max-width: 810px) {
  .books202507 .section01{
    width: 90%;
    margin: auto;
    padding: 60px 0;
  }
  .books202507 .profile{
    grid-template-columns: 1fr;
  }
}
/* --- section01ここまで
----------------------------------------- */
/* --- section02ここから
----------------------------------------- */
.books202507 .section02{
  width: 100vw;
  background-color: #FFF100;
  padding: 60px 20px;
  position: relative;
}
.books202507 .section02 .main{
  max-width: 1200px;
  width: 100%;
  margin: auto;
  position: relative;
}
.books202507 .section02 .section_title p{
  color: #BBB;
}
.books202507 .section02 .section_title:after{
  background-image: url(../img/books202507/section02_titile.svg);
}
.books202507 .event_cards_wrapper{
  position: relative;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 70px;
  z-index: 10;
}
.books202507 .event_cards_wrapper .event_card{
  background-color: #FFF;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
}
.books202507 .event_cards_wrapper .event_card .info{
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
}
.books202507 .event_cards_wrapper .event_card .info h3{
  font-weight: bold;
  font-size: var(--font-18);
}
.books202507 .event_cards_wrapper .event_card .info h3 span{
  font-size: var(--font-16);
}
.books202507 .event_cards_wrapper .event_card dl{
  display: grid;
  grid-template-columns: 90px auto;
  margin-top: 10px;
  margin-bottom: 20px;
}
.books202507 .event_cards_wrapper .event_card .btn_standard{
  width: 100%;
}
@media screen and (max-width: 810px) {
  .books202507 .section02{
  padding: 60px 0;
}
  .books202507 .event_cards_wrapper{
  position: relative;
  display: flex;
  gap: 0;
  overflow-x: auto;
  overflow-y: visible;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x;
  padding-bottom: 20px;
  -webkit-overflow-scrolling: touch;
}
.books202507 .event_cards_wrapper .event_card {
  min-width: 290px;
  width: 300px;
  margin-left: 20px;
}
.books202507 .event_cards_wrapper .event_card:last-child {
  margin-right: 30px;
}
.books202507 .event_cards_wrapper .event_card .info {
  width: 100%;
  padding: 15px;
}
.books202507 .event_cards_wrapper .event_card dl{
  display: grid;
  grid-template-columns: 1fr;
}
.books202507 .event_cards_wrapper .event_card dl dt{
  font-weight: bold;
}
.books202507 .event_cards_wrapper .event_card .apply_button:after{
  left: 5px;
}
}
/* --- section02ここまで
----------------------------------------- */
/* --- section03ここから
----------------------------------------- */
.books202507 .section03{
  width: 100vw;
  background-color: #2DB2D6;
  padding: 60px 20px;
  position: relative;
}
.books202507 .section03 .section_title p{
  color: #fff;
}
.books202507 .section03 .section_title:after{
  background-image: url(../img/books202507/section03_titile.svg);
}
.books202507 .section03 .voice_wrapper{
  max-width: 1200px;
  margin: 50px auto 0 auto;
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}
.books202507 .section03 .voice_wrapper .voice_card{
  max-width: 380px;
}
.books202507 .section03 .voice_wrapper .voice_title{
  display: grid;
  grid-template-columns: 150px auto;
  align-items: center;
}
.books202507 .section03 .voice_wrapper .voice_title .image{
  width: 150px;
  height: 150px;
  background-color: #888;
  border-radius: 16px;
}
.books202507 .section03 .voice_wrapper .voice_title .image img{
  object-fit: cover;
  border-radius: 16px;
}
/* .books202507 .section03 .voice_wrapper .voice_title h4{
  font-weight: bold;
  font-size: var(--font-16s);
  text-align: left;
  margin-left: 20px;
  margin-bottom: 7px;
} */
.books202507 .section03 .voice_wrapper .voice_text h4{
  margin-bottom: 10px;
}
.books202507 .section03 .voice_wrapper .voice_text h4 span{
  font-weight: normal;
  font-size: var(--font-14);
}
.books202507 .section03 .voice_wrapper .voice_text{
  background-color: #fff;
  padding: 40px 30px;
  width: calc(100% - 20px);
  margin-left: 20px;
  margin-top: -10px;
  z-index: 4;
  border-radius: 0 16px 16px 16px;
  position: relative;
  font-size: var(--font-16);
}
.books202507 .section03 .voice_wrapper .voice_text:before{
  content:'';
  position: absolute;
  top: -12px;
  left: 0;
  width: 30px;
  height: 15px;
  background-image: url(../img/books202507/voice_text_element.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media screen and (max-width: 810px) {
  .books202507 .section03{
    padding: 60px 0;
  }
  .books202507 .section03 .voice_wrapper{
    display: flex;
    width: 100%;
    overflow-x: auto;
    padding: 0 0 60px 0;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    gap: 0;
  }
.books202507 .section03 .voice_wrapper .voice_title{
  grid-template-columns: 1fr;
}
.books202507 .section03 .voice_wrapper .voice_card{
  min-width: 270px;
  width: 100%;
  margin-left: 20px;
}
.books202507 .section03 .voice_wrapper .voice_card:last-child{
  margin-right: 20px;
}
.books202507 .section03 .voice_wrapper .voice_text{
  background-color: #fff;
  padding: 20px;
  text-align: justify;
}
}
/* --- section03ここまで
----------------------------------------- */
/* --- フッターここから
----------------------------------------- */
footer.books202507{
  background-color: #EAEAEA;
  padding: 60px 0;
}
.books202507 .btn_standard.cta{
  display: none;
}
footer.books202507 .footer_content{
  max-width: 890px;
  width: 90%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  gap: 50px;
}
@media screen and (max-width: 810px) {
  footer.books202507 .footer_content{
    display: grid;
    gap: 30px;
    grid-template-columns: 1fr;
    width: 90%;
  }
.books202507 .btn_standard.cta{
  width: 100%;
  margin: 0 auto;
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: #FFF100;
  z-index: 100;
  opacity: 0;
  transition: all 0.3s;
}
.books202507 .btn_standard.cta.active{
  display: block;
  transition: all 0.3s;
  opacity: 1;
}
}
/* --- フッターここまで
----------------------------------------- */