body,div,ul,li,h1,p {
	
             margin: 0;
	padding: 0;}



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

h1{ color: #000000; } 










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

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


header {
    background-color:#FFFFFF;
    padding:1rem 0;
    position: fixed;
    width: 100%;
    z-index: 1;
    border-bottom: 0.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: #FFF;
  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;
  }
}



/*
youtube
================================================ */



                                     .youtube       {
                                                        position: relative;
                                                        width: 100%;
                                                        height: 0;
                                                        padding-bottom: 56.25%;
                                                        overflow: hidden;
                                                        }

                                   .youtube iframe {
                                                        width: 100%;
                                                        height: 100%;
                                                        position: absolute;
                                                        top: 0;
                                                        left: 0;
                                                        }
                                  
                                  .frame-wrapper {
                                                        max-width: 1000px;
                                                        width: 100%;
                                                        margin: 0 auto;
                                                        padding: px; /* 内側に10ピクセルのスペースを設定 */ 

                                                     }


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


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








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











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

/*
COMMON
================================================ */
p {
    color: #000000;
    line-height:10px;
}



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




/*
HERO
================================================ */
#hero {
    
    background-color:  #FFFFFF;
    align-items: center;
    height: 100vh;
    display: flex;
       
}


#hero h1 { 
  
    text-align: center;
    font-family: 'Anton', sans-serif;
    font-size: 4.5rem;
    margin-top: 5rem;
    margin-bottom: 1.5rem;
}

#hero p { color: #000000;
          
}





.hero-date {
    font-family: 'Anton', sans-serif;
    text-align: center; 
    margin-top: 1.8rem;
    font-size:  1.8rem;
   
    
}

.hero-{
    font-family: 'Anton', sans-serif;
    text-align: center;
    margin-top: 3.5rem;
    font-size: 1.8rem;
   
    
}


.hero--{
    font-family: 'Anton', sans-serif;
    text-align: center;
    margin-top: 1.5rem;
    font-size: 1.8rem;
   
    
}


.hero---{
    font-family: 'Anton', sans-serif;
    text-align: center;
    margin-top: 1.5rem;
    font-size: 1.8rem;
   
    
}


 .wrapper {
    perspective: 1000px; /* 3D空間の奥行き */
  }

  .hero-date {
    position: relative;
    animation: popInFromBack 2s forwards;
    opacity: 0; /* 最初は非表示 */
    transform-style: preserve-3d;
  }

  @keyframes popInFromBack {
    0% {
      transform: translateZ(-300px);
      opacity: 0;
    }
    60% {
      transform: translateZ(50px);
      opacity: 1;
    }
    100% {
      transform: translateZ(0);
      opacity: 1;
    }
  }


/*
women 上下左右
================================================ */
#model {
    padding: 10rem 0rem 15rem 0rem;
background-color: #FFFFFF;
}

.model-item { 
    max-width: 1010px;
      margin: 0 auto;

}





.gr{
  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;

}



.gr {
      gap: 0.2rem;
   
}
.g img {
  width: 100vw;
 
}






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


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






/*
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;

}

/* Hero */
    #hero h1 {
        font-size: 6.875rem;
    }
    .hero-date {
        font-size: 2rem;
    }


 .hero-{
        font-size: 2rem;
    }

.hero--{
        font-size: 2rem;
    }


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

     }

}






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

 a:link {text-decoration: none; }


