@charset 'UTF-8';

          　 html { min-height:100vh;
                       width:100vw;
                                                                              
                        }




/*
HEADER
================================================ */

.wrapper1{
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
  
}


header {
    background-color:#FFF;
    padding:1rem 0;
    position: fixed;
    width: 100%;
    z-index: 1;
    border-bottom: 1px solid #000000;
}


header a {
      font-size: 1.2rem;

}

header  h1{
  position: relative;
  display: inline-block;
  text-decoration: none;
  font-family: 'Anton', sans-serif;

}




header h1 a:hover {
  color: #3b5d82;
}

header h1 a:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}


/*------------------------------------
汎用 ↓
------------------------------------*/
.flex {display: flex;}
.aic {align-items: center;}
.jcb {justify-content: space-between;}
/*------------------------------------
ヘッダー a hover:下線アンダーライン ↓
------------------------------------*/
header  ul li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  font-family: 'Anton', sans-serif;

}
header ul li a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 3px;
  background: #3b5d82;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform .3s;
}
header ul li a:hover {
  color: #3b5d82;
}
header ul li a:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}
/*------------------------------------
ヘッダー pcハンバーガーメニュー ↓
------------------------------------*/
header {
  font-weight: ;
}
header .pc_nav {
  margin: auto;
  width: 80%;
  padding-top: 32px;
}
header .pc_nav div .crumbs ul li {
  margin-right: 40px;
}
header .pc_nav div .crumbs ul li:last-of-type {
  margin-right: 0;
}
/*------------------------------------
ヘッダー spハンバーガーメニュー ↓
------------------------------------*/
header .sp_nav {
  text-align: center;
}
.sidemenu {
  height: 100vh;
  padding-top: 100px;
  position: fixed;
  right: -40%; /*メニュー幅*/
  transition: all 0.6s;
  top: 0;
  width: 40%; /*メニュー幅*/
  z-index: 2;
  background-color: #fff;
}
.sidemenu nav ul li {
  padding: 15px;
}
.hamburger {
  cursor: pointer;
  height: 60px;
  position: absolute;
  right: 0px;
  top: 30px;
  width: 60px;
  z-index: 3;
}
.hamburger span {
  background-color: #000;
  height: 4px;
  left: 15px;
  position: absolute;
  transition: all 0.6s;
  width: 30px;
}
.hamburger_linetop {
  top: 20px;
}
.hamburger_linecenter {
  top: 29px;
}
.hamburger_linebottom {
  top: 38px;
}
/*------------------------------------
メニュークリックした後 ↓
------------------------------------*/
.nav_open .sidemenu {
  right: 0;
}
.nav_open .hamburger_linetop {
  top: 26px;
  transform: rotate(45deg);
}
.nav_open .hamburger_linecenter {
  left: 50%;
  width: 0;
}
.nav_open .hamburger_linebottom {
  top: 26px;
  transform: rotate(-45deg);
}
.nav_open .overlay {
  opacity: 0.8;
  visibility: visible;
}
/*------------------------------------
メニュークリック後メニュー外の背景 ↓
------------------------------------*/
.overlay {
  background-color: #000;
  cursor: pointer;
  height: 100vh;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: all 0.6s;
  visibility: hidden;
  width: 100vw;
  z-index: 1;
}
/*------------------------------------
@media screen 1000px~999px ↓
------------------------------------*/
@media screen and (max-width: 1000px) {
  .sp_no {
    display: none;
  }
  .sidemenu {
    right: -60%; /*メニュー幅*/
    width: 60%; /*メニュー幅*/
  }
}
@media screen and (min-width: 999px) {
  .pc_no {
    display: none;
  }
}





/*
GENERAL STYLING
================================================ */
html {
    font-size: 100%;
    /* スムーズスクロール */
    scroll-behavior: smooth;
}

body {
	 font-family: 'Anton', sans-serif;
}



/*
COMMON
================================================ */
p {
    line-height: 1.5;
}


h1,
h2 {
    text-align: center;
}


header,
h1,
h2,
.hero-date {
    font-family: 'Anton', sans-serif;
}

/* Layout */
.wrapper {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    padding: 0 1rem;
}












/*
men
================================================ */
#men {
     padding: 10rem 0rem 5rem 0rem;
background-color: #000000;
}

.item { 
    max-width: 1000px;
      margin: 0 auto;
     }




   .container-men img
{
    padding: 3px; /* 内側に10ピクセルのスペースを設定 */ 
    text-align: center;
    height: 500px;
    width: 500px;
 

}
       
  .container-men p
{
     color: #444;
    font-size: 2rem;
    font-family: 'Anton', sans-serif;
    margin-bottom: 3rem;
    text-align: center;
 

}
                                      
                               

            　{ 0px～512pxの画面サイズにCSSを適応 }
                                             @media screen and (max-width: 65rem){                                                                
                                                    .container-men img  {  height: 100%; 
                                                              width: 100%; }
                                                                 }


                                            　{ 0px～512pxの画面サイズにCSSを適応 }
                                              @media screen and (max-width: 32rem){                                                                  
                                                 .container-men img { height: 100%; 
                                                              width: 100%; }
                                                                 }   




/*
special
================================================ */
#special {
    padding: 4rem 0rem;
background-color: #000000;
}

.item { 
     max-width: 1000px;
      margin: 0 auto;
     }


.special-date { 
     color: #f5f5f5;
     text-align: center;
     margin-bottom: 1.5rem;
     font-family: 'Anton', sans-serif;
     font-size: 2.5rem;
}





 /*
PHOTOGRAPHER
================================================ */



.MAL {
     text-align: center;
     margin-top: 5rem;
     margin-bottom: 15rem;
     font-family: 'Anton', sans-serif;
     font-size: 2.5rem;
}                                










/*
FOOTER
================================================ */

.footer {
  background: #111;
  color: #444;
  padding: 40px 0;
font-family: 'Anton', sans-serif;
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}

.footer-logo {
  font-size: 1.8em;
  font-weight: bold;
  letter-spacing: 2px;
  margin-bottom: 20px;
}



.footer-copy {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 0.9em;
  color: #444;
}





/*
DESKTOP SIZE
================================================ */
@media (min-width: 600px) {
/* Common */
   

header a {
      font-size: 1.5rem;

}



 h2 {
        font-size: 5rem;
    }
    a:hover,
    .ticket-btn:hover {
        transition: .3s;
    }
    a:hover {
        color: var(--blue);
    }
    .ticket-btn:hover {
        background: var(--blue);
    }

/* Header */
    .btn-menu {
        display: none;
    }
    .main-nav {
        width: 100%;
        position: static;
        display: flex;
    }
    .main-nav li {
        margin: 0 0 0 1.5rem;
    }
/* Hero */
    #hero h1 {
        font-size: 6.875rem;
    }
    .hero-date {
        font-size: 2rem;
    }
/* News */
    .news-table td {
        display: table-cell;
    }
    .news-date {
        padding: 1.125rem 0 1rem 1rem;
    }
    .news-content {
        padding: 1rem 1rem 1rem 0;
    }
/* Speakers */
    #speakers h2 {
        margin-bottom: 4rem;
    }
    .speakers-list {
        margin-bottom: 3rem;
    }
    .speakers-text {
        margin-left: 2rem;
    }



.special-date { 
      font-size: 3rem;
}

.special-date2 { 
      font-size: 3rem;
}

.special-date3 { 
      font-size: 3rem;
}


.info-date {
         font-size: 1.3rem;
}


.model p{ 
    font-size: 1.8rem;  
     }

.company{
      font-size: 0.9rem;       
}  


.copyright { 
    text-align: center;
    font-size: 0.8rem;       

     }

}











================================================ */





.wrapper3{
  width: 100%;
  margin: 0 auto;
  max-width: 80rem;
}



.cols{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;

}

.col{
 padding: px; /* 上下左右に20pxのスペースを作成 */

}


.front
{
    
    text-align: center;
    min-height: 500px;
    min-width: 500px;
    height: auto;
  

}
 
.container p{
    color: #444;
    font-size: 2rem;
    font-family: 'Anton', sans-serif;
    margin-bottom: 3rem;
  }


.container-men p{
    color: #f5f5f5;
    font-size: 2rem;
    font-family: 'Anton', sans-serif;
    margin-bottom: 3rem;
  }


.name p{
    color: #f5f5f5;
    font-size: 1rem;
    text-align: center;
    float:center;
    font-family: 'Anton', sans-serif;
    border-bottom: px solid var(--grey);
}



a:link { color: #000; }  a:visited { color: #000; }  a:hover { color:  #3b5d82; }  a:active { color: ; }

 a:link {text-decoration: none; }

