/* 

@charset "UTF-8";
/*
Theme Name: Men_and_Masculinities_Association　←ここを変更する
*/



/*  スマホ（ベース）  */
html {
  font-size: 62.5%; /* = 10px */
}

body{
  font-family: "Zen Maru Gothic",sans-serif;
  font-size:1.6rem ;
  background-color: black;
}

p{
  line-height: 1.5;
}

main{
  background-color: white;
}


.zen-maru-gothic-regular {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
}



/* ヘッダー */

/* ハンバーガー */
.toggle-btn {
  width: 40px;
  height: 30px;
  position: fixed;
  cursor: pointer;
  top: 2.6rem;
  right: 0.6rem;
  z-index: 11111111;
}

/* 線 */
.toggle-btn span {
  display: block;
  width: 100%;
  height: 3px;
  background: white;
  position: absolute;
  left: 0;
  transition: 0.3s;
}

/* 上・中・下の位置 */
.toggle-btn span:nth-child(1) {
  top: 0;
}

.toggle-btn span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}

.toggle-btn span:nth-child(3) {
  bottom: 0;
}


.toggle-btn.active span:nth-child(1) {
  transform: rotate(45deg);
  top: 50%;
}

.toggle-btn.active span:nth-child(2) {
  opacity: 0;
}

.toggle-btn.active span:nth-child(3) {
  transform: rotate(-45deg);
  top: 50%;
}

.header__nav{
  visibility: hidden;
  position: fixed;
  justify-content: center;
  text-align: center;
  top: 0;
  opacity: 0;
  transition: 0.3s;
  background-color: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: white;
  font-size: 2.0rem;
  padding-top: 6.8rem;
  
}
.header__nav .nav__list li{
  padding-bottom: 4rem;
}

.header__nav.active{
  
  
  visibility: visible;
  opacity: 1;
  
}

.header__inner{
  background-color: black;
}
.header__logo{
  color: white;
  font-size: 2.4rem;
  text-align: center;
  padding: 5rem;
}


.mv__inner{
  background-image:url(/assets/img/logo_bg_sp.jpg) ;
  background-size: cover;
 
}
.mv__catch{
  font-size: 2.4rem;
  text-align: center;
  padding: 2.5rem 1.5rem;
}

.about{
  padding-top: 2.8rem;
  text-align: left;
}

.section-title{
  font-size: 2.4rem;
  text-align: center;
}

.about__inner{
  max-width: 45rem; 
  margin: 0 auto;
}

.about__text{
  padding-top: 4.0rem;

}


/* News */

.news{
  padding-top: 8.0rem;
  padding-bottom:6.6rem ;
}

.news__inner h2{
  padding-bottom: 4.0rem;
}

.news__item{
  text-align: center;
}
.news__item time{
  display: block;
  padding-bottom: 0.7rem;
}

.news__item p{
  padding-bottom: 1.4rem;
}

/* Footer */

.footer{
  color: white;
  text-align: center;
}

.footer__nav{
  padding-top: 2.4rem;
}

.footer__nav .nav__list li{
  padding-bottom: 3.8rem;
}



/* ===== PCだけ上書き ===== */
@media (min-width: 1024px) {

  /* PC用スタイルを書くだけ */
body{
  font-size: 2rem;
}
li{
  font-size: 2rem;
}

.header__inner .header__logo{
  text-align: left;
  font-size: 4.8rem;
}


  .toggle-btn{
    display:none;
  }

  .header__nav{
    position: static;
    visibility: visible;
    opacity: 1;

    width: auto;
    height: auto;

    margin-left:auto;
    padding-top:0;


    
    color:#000;
  }

  .header__nav .nav__list{
    display:flex;
    gap:0rem;
    background:#fff;
    margin-top:3rem ;
    font-size: 2rem;
    height: 7rem;
    justify-content: center;
    align-items: center;
  }

  .header__nav .nav__list li{
    padding-bottom:0;
    padding-left: 4rem;
    padding-right: 1.5rem;
  }

  .header__inner{
    display: flex;

  }

  .mv__inner{
    background-image: url(/assets/img/logo_bg_pc.png);
  }
  .mv__catch{
    font-size:4rem ;
  }

  .section-title{
    font-size: 4.8rem;
  }

  .about__inner{
  max-width: 100rem; /* 1000px */
}
  .about__text{
    font-size: 2rem;
  }
}



/* スケジュール */


.part1{
  background-color: black;
  color: white;
}

/* 申し込みボタン */
.cta{
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 4rem;
}
.cta__button{
  height: 3.6rem;
  width: 20rem;
  border-radius: 50rem;
  background-color: white;
   display: flex;
  justify-content: center;
  align-items: center; 
}

.cta__text{
  font-size: 2rem;
  color: black;
}
/* ヘッダー */

/* ハンバーガー */
.toggle-btn {
  width: 40px;
  height: 30px;
  position: fixed;
  cursor: pointer;
  top: 2.6rem;
  right: 0.6rem;
  z-index: 11111111;
}

/* 線 */
.toggle-btn span {
  display: block;
  width: 100%;
  height: 3px;
  background: white;
  position: absolute;
  left: 0;
  transition: 0.3s;
}

/* 上・中・下の位置 */
.toggle-btn span:nth-child(1) {
  top: 0;
}

.toggle-btn span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}

.toggle-btn span:nth-child(3) {
  bottom: 0;
}


.toggle-btn.active span:nth-child(1) {
  transform: rotate(45deg);
  top: 50%;
}

.toggle-btn.active span:nth-child(2) {
  opacity: 0;
}

.toggle-btn.active span:nth-child(3) {
  transform: rotate(-45deg);
  top: 50%;
}

.header__nav{
  display: flex;
  visibility: hidden;
  position: fixed;
  justify-content: center;
  text-align: center;
  top: 0;
  opacity: 0;
  transition: 0.3s;
  background-color: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: white;
  font-size: 2.0rem;
  padding-top: 6.8rem;
  z-index: 1;
}


.header__nav.active{
  
  
  visibility: visible;
  opacity: 1;
  
}

.header__inner{
  background-color: black;
}
.header__logo{
  color: white;
  font-size: 2.4rem;
  text-align: center;
  padding-top: 2.5rem;
}

.header__nav .nav__list li{
  padding-bottom: 3.8rem;
}

.header__logo{
  
  color: white;
  font-size: 3.6rem;
}


.mv__inner{
  background-image:url(assets/img/logo_bg_sp.jpg) ;
  background-size: cover;
 
}
.mv__catch{
  font-size: 2.4rem;
  text-align: center;
  padding: 2.5rem 1.5rem;
}

/* タイムテーブル */


.schedule {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

.inner {
  position: relative;
  width: 50rem;
}

.row{
  font-family: BIZ UDPGothic;
}

/* ✅ 行の高さピッタリの縦線 */
.inner::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;  /* ← innerの高さ = 行の範囲だけ */
  left: 50%;
  width: 0.2rem;
  background: white;
  transform: translateX(-50%);
}

.row {
  display: flex;
  padding: 1rem 0;
}

.time {
  width: 50%;
  text-align: right;
  padding-right: 2rem;
}

.content {
  width: 50%;
  padding-left: 2rem;
}

.row:first-child {
  padding-top: 0;
}

.row:last-child {
  padding-bottom: 0;
}

/* ここまで */
.part1{
  padding-bottom: 1.8rem;
}
.part1__title, .part1__subtitle, .part1__description{
  text-align: center;
}

.part1__title{
  font-size: 3.2rem;
  padding-top: 3.6rem;
}
.part1__subtitle{
  font-family: BIZ UDPGothic;
  font-weight: bold;
  font-size: 1.4rem;
  padding-top: 1.8rem;
}

.bookphoto{
  width: 22rem;
  height: 32rem;
  display: block;
  margin: 0 auto;
  padding-top: 1.8rem;
}

.part1__description{
  padding-top: 3.2rem;
  font-family:BIZ UDPGothic;
}

.part1__speaker{
  padding-top:3.2rem ;
}
.part1__human-name , .part1__affiliation , .guest{
   font-family:BIZ UDPGothic; 
   text-align: center;
}

.part1__human{
padding-bottom: 2.4rem;
}

.part1__human-name{
  font-weight: bold;
  padding-bottom: 0.6rem;
}

.guest{
  padding-top: 1rem;
  padding-bottom: 1.5rem;
}

.part2{
  background-color: white;
}

.part2__title{
  font-size: 3.2rem ;
  text-align: center;
  padding-top: 5rem;
}

.part2 .schedule{
  padding-bottom: 4.5rem;
}
.part2 .schedule .inner::before{
  background-color: black;

}

.part2__human-name , .part2__affiliation{
  padding-bottom: 0.6rem;
}
.part2 .cta{
 padding-bottom: 6rem;
}
.part2 .cta .cta__button{
  background-color: black;
  
}

.part2 .cta .cta__button .cta__text{
  color: white;
}


/* home.php */
.homephp{
  background-color: white;
}


@media (min-width: 1024px) {

body{
  font-size: 1.6rem;
}

  /* PC用スタイルを書くだけ */
.header__inner .header__logo{
  text-align: left;
  font-size: 4.8rem;
}


  .toggle-btn{
    display:none;
  }

  .header__nav{
    position: static;
    visibility: visible;
    opacity: 1;

    width: auto;
    height: auto;

    margin-left:auto;
    padding-top:0;


    
    color:#000;
  }

  .header__nav .nav__list{
    display:flex;
    gap:3rem;
    background:#fff;
    margin-top:3rem ;
    font-size: 2rem;
    height: 7rem;
    justify-content: center;
    align-items: center;
  }

  .header__nav .nav__list li{
    padding-bottom:0;
    padding-left: 4rem;
    padding-right: 1.5rem;
  }

  .header__inner{
    display: flex;

  }

  .mv__catch{
    font-size:3em ;
  }

  .part1__title, .part2__title{
    font-size: 3.2rem;
  }
}


/* 募集ページ */

.invite__inner{
  max-width: 120rem;
  margin:0 auto;
}



.invite__inner h1{
  font-size: 3.2rem;
  padding-bottom: 1.8rem;
    padding-top: 1.8rem;
    text-align: center  ;
}

.invite__inner h2{
  font-size: 2.5rem;
  text-align: center;
  padding-top: 1.3rem;
}
.invite__img{
  display: block;
  margin: 0 auto;
}

.invite__inner p{
  padding: .5rem 0;
}

.invite__inner ul{
  padding: 1rem 0;
}

@media (min-width: 1024px){
  .invite__inner p{
    font-size: 2rem;
  }
}