@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.7rem;

}

header  h1{
  position: relative;
  font-size: 1.4rem;
  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;
  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 {
   
    /* スムーズスクロール */
    scroll-behavior: smooth;
}

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


h1,
h2 {
    text-align: center;
}



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




/*
HERO
================================================ */
#hero {
    /* ↓ 省略形だとブラウザーによってうまく表示されない
    background:  no-repeat center / cover; */
    background-color:#FFF;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-blend-mode: screen;
    animation: bg-color 24s infinite;
    height: 100vh;
    display: flex;
    align-items: center;
   
}



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

}


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

#hero a:link {text-decoration: none; }



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


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




#hero h1 {
    font-family: 'Anton', sans-serif;
    font-size: 4.5rem;
    margin-top: 5rem;
    margin-bottom: 1.5rem;
}
.hero-date {
    font-family: 'Anton', sans-serif;
    text-align: center;
    border-top: px solid #000000;
    border-bottom: px solid #000000;
    padding: .5rem 0;
    font-size: 18px;
    margin-bottom: 1.5rem;
}



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

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

}


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

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

  }

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

}

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

}

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


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




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

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


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


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



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

}
                                      

 { 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%; }
 }   



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

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


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


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


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

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


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

/*
INFO
================================================ */
#info {
padding: 6rem 0rem 10rem 0rem;
background-color: #ffffff;
}

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



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

.info img{
          padding: 3px; /* 内側に10ピクセルのスペースを設定 */ 

}



.info-model {
     text-align: center;
     margin-top: 3rem;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1rem;
}

.info-date {
     text-align: center;
   
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 0.8rem;
}



/* スライドする要素 */



                  .youtube {
                                                        width:auto;
                                                        text-align: center;  
	                                            margin-top: px;   
                                                                                                                          
                                                        }


                                     .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: 800px;
                                                        width: 100%;
                                                        margin: 0 auto;
                                                        padding: 3px; /* 内側に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%; }
                          }  


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


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



/*
About
================================================ */
#About {
  

}

.about-title { 
     color:  #ecf0f1;
     text-align: center;
     margin-top: 6rem;
     margin-bottom: 1.5rem;
     font-family: 'Anton', sans-serif;
     font-size: 2.5rem;
}


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


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


.company{
   text-align: left;
   color: #000000;
   font-family: 'Noto Sans JP', sans-serif;	 
   margin:0px 0px 0px 0px;                   
   font-size: 0.7rem;       
}  

.company p{ 
       line-height: 1.5;
      text-align: left;
      padding: 10px 10px 0px 10px;
     }
 

.model p{    line-height: 1;  
      font-family: 'Anton', sans-serif;
      padding: 70px 10px 0px 10px;  
      text-align: center;
      font-size: 1rem;  
     }


.pbox{
  display: flex;
  justify-content: space-between;
  border: solid px black;
  padding: 0px;
}
.cbox{
  border: solid px black;
 
  text-align: center;
  width: px;
  height: px;
  line-height: 0px;
}
.boxA{
  background-color: #EEEEEE;
}
.boxB{
  background-color: #EEEEEE;
}


.map{
margin: 0 auto;
text-align: center; 
height: 0;
overflow: hidden;
padding-bottom: 56.25%;
position: relative;

}

.map iframe {
filter: grayscale(1);
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;

}


.model{
   overflow: hidden;
}
.model img{
  cursor: pointer;
  transition-duration: 0.3s;
}
.model:hover img{
  opacity: 0.6;
  transition-duration: 0.3s;
}


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


.footer {   

    padding-top: 1.5rem;
    text-align: center;  
    color: var(--white);
}



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

header a {
     font-size: 1.7rem;


}

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



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

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

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

}



