@charset "UTF-8";
/* CSS Document */

/*共通設定*/
*{
  box-sizing: border-box;
}

img{
 max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a{
  display: block;
	color: #9E9E9E;
	text-decoration: none;
   
}

p a{
  display: inline;
}
/*共通設定ここまで*/

body{
  width: 100%;
/*  background-color: #000000;*/
  line-height: 1.5;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-size: 14px;
  color: #ffffff;
	
	
/*  height: 100vh;*/

/*
	  background:
    radial-gradient(at 0% 0%, #000936, transparent),
    radial-gradient(at 100% 0%, #404005, transparent),
    radial-gradient(at 100% 100%, #521313, transparent),
    radial-gradient(at 0% 100%, #460846, transparent);
*/
	background-color: #00101C;
 animation: gradient 5s ease infinite;
background-size: 150% 150%;/*サイズを大きくひきのばす*/
backdrop-filter: blur(2px);
background-attachment: fixed;

transform: translate3d(0,0,0);
  will-change: transform,animation;

}



/*時間差フェードイン*/

.appear {
	animation:show 1s both;
  will-change: animation;
}
span.appear {}
.d1 {animation-delay:0.7s;}
.d2 {animation-delay:1.2s;}
.d3 {animation-delay:1.7s;}
.d4 {animation-delay:1.7s;}

@keyframes show {
	0% {
		transform:translate(0,2em);
		opacity:0;
		text-shadow:none;
    will-change: transform;
    
	}
	50% {
		text-shadow:none;
	}
	100% {
		transform:translate(0,0);
		opacity:1;
		text-shadow:none;
    will-change: transform;
	}
}

/*ここまで時間差フェードイン*/


/*ここからガイドライン*/

.layout_guide {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
}

.guide {
    width: 100%;
    height: 100%;
}

.guide_lineList {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.guide_lineItem {
    width: calc((100% - 3rem - 3rem)/ 6);
    height: 100%;
    border-left: 1px solid rgba(255,255,255,.1);
}

.guide_lineItem:last-child {
    border-right: 1px solid rgba(255,255,255,.1);
}


/*ここまでガイドライン*/



/*ボタン設定*/

.btn {
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    line-height: 4.5rem;
    margin: 0 0 2em;
/*    max-width: 160px;*/
    position: relative;
    text-decoration: none;
/*    text-transform: uppercase;*/
    width: 100%;
    text-align: center;
		z-index: 10000000000;
}





.btn_layout {
  border: 1px solid;
  box-shadow: inset 0 0 20px rgba(255, 255, 255, 0);

/*
  outline: 1px solid;
  outline-color: rgba(255, 255, 255, .5);
  outline-offset: 0px;
*/
  text-shadow: none;

  transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
  border-radius:4rem;
	z-index: 100000000;
} 

.btn_layout:hover {
  border: 1px solid;
  box-shadow: inset 0 0 20px rgba(255, 255, 255, .5), 0 0 20px rgba(255, 255, 255, .2);
/*
  outline-color: rgba(255, 255, 255, 0);
  outline-offset: 15px;
*/
  text-shadow: 1px 1px 2px #427388; 
  border-radius:4rem;
}





.btn_2 {
    color: #fff;
    background-color: #041c2c;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    line-height: 4.5rem;
    margin: 0 0 2em;
/*    max-width: 160px;*/
    position: relative;
    text-decoration: none;
/*    text-transform: uppercase;*/
    width: 100%;
    text-align: center;
		z-index: 10000000000;
}



.btn_layout_2 {
  border: 1px solid;
  box-shadow: inset 0 0 20px #041c2c;
/*
  outline: 1px solid;
  outline-color: #041c2c ;
  outline-offset: 0px;
*/
  text-shadow: none;
  transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
  border-radius:4rem;
	z-index: 100000000;
} 

.btn_layout_2:hover {
  border: 1px solid;
  box-shadow: inset 0 0 20px #041c2c, 0 0 20px #041c2c;
/*
  outline-color: #EEEEEE;
  outline-offset: 15px;
*/
  text-shadow: 1px 1px 2px #427388; 
  border-radius:4rem;
}


/*ここまでボタン設定*/










header{
	width: 100%;
	position: fixed;
	z-index: 10000;
}

.header_layout{
	max-width: 100%;
	padding: 36px 60px;
    display: flex;
    justify-content: space-between;

  }


.header_layout_2 nav ul {
    display: flex;
    flex-direction: row;
    height: unset;
    overflow: auto;
    text-align: left;
    border-top: 1px solid #ffffff;
    justify-content: space-evenly;
}

.header_layout_2 nav {
    padding-top: 100px;
    padding-left: 100px;
    padding-right: 100px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    min-height: 100vh;
    opacity: 0;
    /* transform: translateX(100%); */
    /* transform: translateY(-100%); */
    pointer-events: none;
    transition: 0.5s;
}

.header_layout_2 nav ul li {
    border-bottom: none;
}



#menu{
  position: fixed;
  top: 23px;
 left: 2.5%;
  z-index: 99999999;
  width: 27px;
  height: 18px;
}

#menu span{
  position: absolute;
  background-color: #ffffff;
  width: 5px;
  height: 5px;
  transition: 0.5s;
}

#menu span:nth-of-type(1){
     top: 0;
    left: 0;
    transition: .6s;
}

#menu span:nth-of-type(2){
    top: 0;
    left: 15px;
    transition: .6s;
}

#menu span:nth-of-type(3){
    top: 0;
    left:30px;
    transition: .6s;
}

#menu span:nth-child(4){
    top: 15px;
    left: 0;
    transition: .6s;
}

#menu span:nth-child(5){
    top: 15px;
    left: 15px;
    transition: .6s;
}

#menu span:nth-child(6){
   top: 15px;
    left:30px;
    transition: .6s;
}

#menu span:nth-child(7){
   top: 30px;
    left: 0;
    transition: .6s;
}

#menu span:nth-child(8){
     top: 30px;
    left: 15px;
    transition: .6s;
}

#menu span:nth-child(9){
     top: 30px;
    left:30px;
    transition: .6s;
}



#menu span.active{
  background-color: #ffffff;
}

#menu span.active:nth-of-type(1){
 transform: translate(15px,15px);
}



#menu span.active:nth-of-type(3){
    transform: translate(-15px,15px);
}

#menu span.active:nth-of-type(7){
    transform: translate(15px,-15px);
}

#menu span.active:nth-of-type(9){
    transform: translate(-15px,-15px);
}

#menu span.active:nth-of-type(2){
    transform: rotate(180deg);
}

#menu span.active:nth-of-type(4){
    transform: rotate(180deg);
}
#menu span.active:nth-of-type(6){
    transform: rotate(-180deg);
}
#menu span.active:nth-of-type(8){
    transform: rotate(-180deg);
}



nav{
  padding-top: 100px;
  padding-left: 100px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 20%;
  min-height: 100vh;
  opacity: 0;
  /*transform: translateX(100%);*/
  /*transform: translateY(-100%);*/
  pointer-events: none;
  transition: 0.5s;

}

nav.active{
  opacity: 1;
  /*transform: translateX(0);*/
  /*transform: translateY(0);*/
  pointer-events: auto;
	z-index: -100;
}

nav ul{
  display: flex;
  flex-direction: column;
  height: 100vh;
  overflow: auto;
	text-align: left;
	border-top: 1px solid #ffffff;

	
}

nav ul li a{
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: center;
  font-size: 18px;
  color: #ffffff;
  text-decoration: none;


}

nav ul li {
  border-bottom: 1px solid #ffffff;
}


#contact_link a{
  display: flex;
	position: fixed;
	color: #ffffff;
	right: 2.5%;
}


#scroll a {
  display: inline-block;
  position: absolute;
  right: 39px;
  bottom: 0;
  z-index: 2;
  padding: 10px 10px 110px;
  overflow: hidden;
  color: #ffffff;
  font-size: 14px;
/*  font-family: 'Josefin Sans', sans-serif;*/
  line-height: 1;
  letter-spacing: .2em;
  text-transform: uppercase;
  text-decoration: none;
  writing-mode: vertical-lr;
  will-change: scroll-position;
}
#scroll a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 100px;
  background: #ffffff;
}


#scroll a::after {
  animation: sdl 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}
@keyframes sdl {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}


main{
	overflow: hidden;
}



#main_visual{
	position: relative;
	width: 100%;
/*	height: 100vh;*/
}


video {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}




.main_visual_title {
    position: absolute;
    top: 50%;
/*    left: 3rem;*/
    padding-top: 0.8rem;
    margin-top: -0.8rem;
    font-family: Gordita,"Noto Sans JP","Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
    font-size: 6rem;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: .9;
    letter-spacing: -.01em;
    color: #fff;
    filter: none;
    transform: translateY(-42%);
    transition: opacity .6s ease-out,filter .6s ease-out;
    overflow: hidden;
}


.main_visual_title ._sub {
    font-family: Gordita,"Noto Sans JP","Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
    font-size: 2.0rem;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    color: #fff;
    
    
}



.main_visual_title{
overflow:hidden;
	white-space:nowrap;
    width: 100%;
}

@keyframes hscroll {
	0% { transform:translateX(4px); }
	100% { transform:translateX(-100%); }
}

.main_visual_title ul {
	display:inline-block;
	margin:0;
	padding:0;
	animation:hscroll 50s linear infinite;
  
}
.main_visual_title li {
	display:inline-block;
   
}



#text_type {
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    line-height: 3.5;
    font-family: Gordita,"Noto Sans JP","Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
    margin-top: 300px;
    /* margin-bottom: 300px; */
    word-break: break-all;
    height: 550px;
    margin: 20% 10% 10% 10%;
	
}











.news_layout {
/*    position: relative;*/
    margin-top: 16.8rem;
    
}


.news {
    height: 100vh;
    position: relative;
/*    padding-bottom: 7rem;*/
}

.news_header {
/*    position: relative;*/
    border-bottom: 1px solid rgba(255,255,255,.1);
}

/*ここから共通設定*/

.news_section_header {
/*    position: relative;*/
/*    display: flex;*/
    flex-wrap: wrap;
    padding: 0 1.75rem 6.15rem;
	z-index: -1000;
}

.news_border._white {
    background-color: #f0f0f0;
}




.news_border {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
}


/*
    height: 2rem;
    margin-top: 3rem;
*/

.news_title {
display: inline-block;

}


.news_title ._text {
    height: 500px;
    font-family: Gordita,"Noto Sans JP","Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
    font-weight: 500;
    font-size: 214px;
    line-height: 1.25;
    transform: rotate(90deg) translateY(52%) translateX(-1%);
    /* display: inline-block; */
    position: absolute;
    top: 0px;
}
   

.text_transform{

}












.news_body {
    position: absolute;
    top: 35%;
    display: flex;
    justify-content: center;
    margin-left: 10rem;
}

.news_newsList {
    display: flex;
    flex-wrap: wrap;
    width: 66%;
 
}


.news_newsItem {
    margin-right: 3rem;
    margin-left: 3rem;
        margin-bottom: 3rem;
    width: calc(50% - 3rem - 3rem);
    border-top: solid 1px #fff;
}


.news_newsItem:not(:first-child) {
/*    margin-top: 7.9rem;*/
}


.tp-ne__news {
    position: relative;
    padding-top: 2.5rem;
}

.tp-ne__news ._date {
    position: absolute;
    top: 3.9rem;
    left: 100%;
    display: inline-block;
    width: 10rem;
    transform-origin: left top;
    transform: rotate(90deg);
    font-family: Gordita,"Noto Sans JP","Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
    font-size: 1rem;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #fff;
  will-change: transform,position;
}


.tp-ne__news ._title {
    width: calc(100% - 6rem);
    font-size: 2rem;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    color: #fff;
    word-wrap: break-word;
}
.tp-ne__news ._linkWrapper {
    margin-top: 2.8rem;
    max-width: 18.9rem;
}






/*ここまでnews*/
/*ここまでnews*/
/*ここまでnews*/
/*ここまでnews*/
/*ここまでnews*/



/*ここからproduct*/
/*ここからproduct*/
/*ここからproduct*/
/*ここからproduct*/
/*ここからproduct*/
/*ここからproduct*/



.product_layout {
/*    margin-top: 16.8rem;*/
    overflow: hidden;
    
}


.product {
    height: 100vh;
    position: relative;
    overflow: hidden;

}



.product_section_header {
/*    position: relative;*/
/*    display: flex;*/
/*    flex-wrap: wrap;*/
padding: 0;
	z-index: -1000;
    overflow: hidden;
}


.product_border._white {
    background-color: #f0f0f0;
}




.product_border {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
}


/*
    height: 2rem;
    margin-top: 3rem;
*/

.product_title {
    position: absolute;
    display: inline-block;
    right: 35px;
}





.product_title ._text {
    height: auto;
    max-height: 980px;
    font-family: Gordita,"Noto Sans JP","Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
    font-weight: 500;
    font-size: 214px;
    line-height: 1.25;
    display: inline-block;
    position: absolute;
    transform: rotate(90deg);
    transform-origin: left top;
    left: calc(100% - -47px);
    top: calc(100% - 17px);
}





.product .product_body {
/*    padding: 3.6rem 14.1rem 0;*/
}







.product_body {
/*    position: relative;*/
/*    padding: 2.5rem 14.1rem 0;*/
    border-top: 1px solid rgba(255,255,255,.1);
    margin-bottom: 100vh;
}


.product_body>.product_inner {
    position: relative;
    width: calc(636 / (1380 - 141 - 141) * 100%);
}

.product_contents {
padding: 13% 20% 13% 10%;
    height: 100vh;
    /* margin-bottom: 100vh; */

}



.product_inner{

}

.product_flex_box{
    display: flex;
}

.product_flex_content_1{
    width: 50%;
    margin-right: 5%;
}




.product_body .product_contents_title {
    font-size: 4.2rem;
    line-height: 1.02;
    
}


.product_contents_title {
    font-family: Gordita,"Noto Sans JP","Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
    font-size: 60px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.32;
    letter-spacing: -.02em;
    color: #fff;
    
}



.product_image{
z-index: -1;
}

.product_image img{
width: 100%;
}


.product_message {
    margin-top: 1.4rem;
    /* margin-right: 11.3rem; */
    font-size: 18px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    color: #fff;
}






.product_contents .product_link {

    margin-top: 3rem;
    width: 18.9rem;

}




/*ここからline up*/
/*ここからline up*/
/*ここからline up*/
/*ここからline up*/
/*ここからline up*/
/*ここからline up*/





.lineup_layout {
/*    position: relative;*/
/*    margin-top: 16.8rem;*/
    
}


.lineup {
    height: 100vh;
    position: relative;
/*    padding-bottom: 7rem;*/
}

.lineup_header {
/*    position: relative;*/
    border-bottom: 1px solid rgba(255,255,255,.1);
}

/*ここから共通設定*/

.lineup_section_header {
/*    position: relative;*/
/*    display: flex;*/
    flex-wrap: wrap;
    padding: 0 1.75rem 6.15rem;
	z-index: -1000;
}

.lineup_border._white {
    background-color: #f0f0f0;
}




.lineup_border {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
}


/*
    height: 2rem;
    margin-top: 3rem;
*/

.lineup_title {
display: inline-block;

}


.lineup_title ._text {
height: 500px;
    font-family: Gordita,"Noto Sans JP","Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
    font-weight: 500;
    font-size: 214px;
    line-height: 1.25;
    transform: rotate(90deg) translateY(64%) translateX(8%);
    /* display: inline-block; */
    position: absolute;
    top: 0px;
}



.lineup_body {
/*    position: relative;*/
/*    padding: 2.5rem 14.1rem 0;*/
/*    border-top: 1px solid rgba(255,255,255,.1);*/
    margin-bottom: 100vh;
}


.lineup_body>.product_inner {
    position: relative;
    width: calc(636 / (1380 - 141 - 141) * 100%);
}

.lineup_contents {
padding: 13% 10% 13% 20%;
    height: 100vh;


}



.lineup_inner{

}

.lineup_flex_box{
    display: flex;
        flex-direction: row-reverse;
}

.lineup_flex_content_1{
    width: 50%;
    margin-left: 5%;
}




.lineup_body .lineup_contents_title {
    font-size: 4.2rem;
    line-height: 1.02;
    
}


.lineup_contents_title {
    font-family: Gordita,"Noto Sans JP","Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
    font-size: 60px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.32;
    letter-spacing: -.02em;
    color: #fff;
    
}



.lineup_image{
z-index: -1;
}

.lineup_image img{
width: 100%;
}


.lineup_message {
    margin-top: 1.4rem;
    /* margin-right: 11.3rem; */
    font-size: 18px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    color: #fff;
}






.lineup_contents .lineup_link {
    margin-top: 3rem;
    width: 18.9rem;
}



/*ここからline up*/
/*ここからline up*/
/*ここからline up*/
/*ここからline up*/
/*ここからline up*/
/*ここからline up*/




/*ここからabout*/
/*ここからabout*/
/*ここからabout*/
/*ここからabout*/
/*ここからabout*/



.about_layout {
/*    margin-top: 16.8rem;*/
    overflow: hidden;
    
}


.about {
    height: 100vh;
    position: relative;
    overflow: hidden;

}



.about_section_header {
/*    position: relative;*/
/*    display: flex;*/
    flex-wrap: wrap;
    padding: 0;
	z-index: -1000;
    overflow: hidden;
}


.about_border._white {
    background-color: #f0f0f0;
}




.about_border {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
}


/*
    height: 2rem;
    margin-top: 3rem;
*/

.about_title {
    position: absolute;
    display: inline-block;
    right: 35px;
}





.about_title ._text {
    height: auto;
    max-height: 980px;
    font-family: Gordita,"Noto Sans JP","Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
    font-weight: 500;
    font-size: 214px;
    line-height: 1.25;
    display: inline-block;
    position: absolute;
    transform: rotate(90deg);
    transform-origin: left top;
    left: calc(100% - -47px);
    top: calc(100% - -2px);
}





.about_body {
/*    position: relative;*/
/*    padding: 2.5rem 14.1rem 0;*/
    border-top: 1px solid rgba(255,255,255,.1);
    margin-bottom: 100vh;
}


.about_body>.about_inner {
    position: relative;
    width: calc(636 / (1380 - 141 - 141) * 100%);
}

.about_contents {
    padding: 13% 20% 13% 10%;
    height: 100vh;
    /* margin-bottom: 100vh; */

}



.about_inner{

}

.about_flex_box{
    display: flex;
}

.about_flex_content_1{
    width: 50%;
    margin-right: 5%;
}




.about_body .about_contents_title {
    font-size: 4.2rem;
    line-height: 1.02;
    
}


.about_contents_title {
    font-family: Gordita,"Noto Sans JP","Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
    font-size: 60px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.32;
    letter-spacing: -.02em;
    color: #fff;
    
}



.about_image{
z-index: -1;
}

.about_image img{
width: 100%;
}


.about_message {
    margin-top: 1.4rem;
    /* margin-right: 11.3rem; */
    font-size: 18px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    color: #fff;
}






.about_contents .about_link {

    margin-top: 3rem;
    width: 18.9rem;

}





/*ここからabout*/
/*ここからabout*/
/*ここからabout*/
/*ここからabout*/
/*ここからabout*/
/*ここからabout*/









/*ここからfooter*/
/*ここからfooter*/
/*ここからfooter*/
/*ここからfooter*/
/*ここからfooter*/
/*ここからfooter*/
/*ここからfooter*/




.c-ft {
    background-color: #fff;
    color: #041c2c;
}

.c-ft>._inner {
    margin: 0 auto;
    padding: 3rem 3rem;
/*    max-width: 1920px;*/
}

.c-ft__linksList {
/*    display: flex;*/
}

.c-ft__linksItem--home {
    border-bottom: 1px solid rgba(0,0,0,.05);
/*    width: 50%;*/
}

.c-ft__linksItem--menu {
    flex: 1;
}

.c-ft__linksItem {
/*    padding: 0 3rem;*/
}

.c-ft__content--links, .c-ft__content--menu, .c-ft__content--social {
    padding: 2rem 0;
    padding-right: 3rem;
/*    border-top: 1px solid rgba(0,0,0,.05);*/
}


.c-ft__linkLabel {
    font-family: Gordita,"Noto Sans JP","Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    color: rgba(4,28,44,.3);
}

.c-ft__content--home {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    height: 100%;
	
}


.footer_img{
	max-width: 100%;
}

.footer_layout{
    display: flex;
    margin: 2% 0;
}


.about_circle_layout{
/*
  margin-left: 5%;
    margin-bottom: 5%;
*/
}



.dummy{
    width: 50%;
}

.about_circle{
 width: 300px;
  height: 300px;
  border-radius: 50%;
  background: #00101B;   
  color: #fff;
    font-size: 2rem;
    font-weight: 600;
      text-align:center;
  line-height: 300px;
    display: inline-block;
    animation: rotate_anime 10s linear infinite;
    overflow: hidden;
}

@keyframes rotate_anime {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}





.c-ft__linkList{
    margin-top: 2.65rem;
}



.c-ft__linkItem{
	padding-bottom: 20px;
}

.c-ft__linkItem ._text {
    color: #000000;
}


.c-ft__linksItem--external {
    flex: 1;
}



.ft__content--social {
    padding: 2rem 0;
    border-top: 1px solid rgba(0,0,0,.05);
}


.c-ft__content--links {
    margin-top: 2rem;
    padding-bottom: 7.1rem;
}

.c-ft__snsLinks {
    margin-top: 3.65rem;
}


.c-social__list._horizontal {
    flex-direction: row;
}

.c-social__list {
    display: flex;
}
.c-social__listItem {
    width: 3.6rem;
    height: 3.6rem;
}


.c-snsIcon {
    position: relative;
    display: block;
    width: 100%;
	padding: 5px;
	
}





.c-ft__footer {
display: flex;
    justify-content: space-between;
    text-align: right;
    /* padding: 0 3rem; */
    flex-direction: row-reverse;
}







/*ここから仮想ページ共通設定*/
/*ここから仮想ページ共通設定*/
/*ここから仮想ページ共通設定*/
/*ここから仮想ページ共通設定*/
/*ここから仮想ページ共通設定*/
/*ここから仮想ページ共通設定*/
/*ここから仮想ページ共通設定*/
/*ここから仮想ページ共通設定*/




header{
	width: 100%;
	position: fixed;
	z-index: 10000;
}

.header_layout_2{
	max-width: 100%;
	padding: 36px 60px;
    display: flex;
    justify-content: space-between;

  }


.header_layout_2 nav ul {
    display: flex;
    flex-direction: row;
    height: unset;
    overflow: auto;
    text-align: left;
    border-top: 1px solid #ffffff;
    justify-content: space-evenly;
}

.header_layout_2 nav {
    padding-top: 100px;
    padding-left: 100px;
    padding-right: 100px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    min-height: 100vh;
    opacity: 0;
    /* transform: translateX(100%); */
    /* transform: translateY(-100%); */
    pointer-events: none;
    transition: 0.5s;
}

.header_layout_2 nav ul li {
    border-bottom: none;
}



#menu{
  position: fixed;
  top: 23px;
 left: 2.5%;
  z-index: 99999999;
  width: 27px;
  height: 18px;
}

#menu span{
  position: absolute;
  background-color: #ffffff;
  width: 5px;
  height: 5px;
  transition: 0.5s;
}

#menu span:nth-of-type(1){
     top: 0;
    left: 0;
    transition: .6s;
}

#menu span:nth-of-type(2){
    top: 0;
    left: 15px;
    transition: .6s;
}

#menu span:nth-of-type(3){
    top: 0;
    left:30px;
    transition: .6s;
}

#menu span:nth-child(4){
    top: 15px;
    left: 0;
    transition: .6s;
}

#menu span:nth-child(5){
    top: 15px;
    left: 15px;
    transition: .6s;
}

#menu span:nth-child(6){
   top: 15px;
    left:30px;
    transition: .6s;
}

#menu span:nth-child(7){
   top: 30px;
    left: 0;
    transition: .6s;
}

#menu span:nth-child(8){
     top: 30px;
    left: 15px;
    transition: .6s;
}

#menu span:nth-child(9){
     top: 30px;
    left:30px;
    transition: .6s;
}



#menu span.active{
  background-color: #ffffff;
}

#menu span.active:nth-of-type(1){
 transform: translate(15px,15px);
}



#menu span.active:nth-of-type(3){
    transform: translate(-15px,15px);
}

#menu span.active:nth-of-type(7){
    transform: translate(15px,-15px);
}

#menu span.active:nth-of-type(9){
    transform: translate(-15px,-15px);
}

#menu span.active:nth-of-type(2){
    transform: rotate(180deg);
}

#menu span.active:nth-of-type(4){
    transform: rotate(180deg);
}
#menu span.active:nth-of-type(6){
    transform: rotate(-180deg);
}
#menu span.active:nth-of-type(8){
    transform: rotate(-180deg);
}



nav{
  padding-top: 100px;
  padding-left: 100px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 20%;
  min-height: 100vh;
  opacity: 0;
  /*transform: translateX(100%);*/
  /*transform: translateY(-100%);*/
  pointer-events: none;
  transition: 0.5s;

}

nav.active{
  opacity: 1;
  /*transform: translateX(0);*/
  /*transform: translateY(0);*/
  pointer-events: auto;
	z-index: -100;
}

nav ul{
  display: flex;
  flex-direction: column;
  height: 100vh;
  overflow: auto;
	text-align: left;
	border-top: 1px solid #ffffff;

	
}

nav ul li a{
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: center;
  font-size: 18px;
  color: #ffffff;
  text-decoration: none;


}

nav ul li {
  border-bottom: 1px solid #ffffff;
}


#contact_link a{
  display: flex;
	position: fixed;
	color: #ffffff;
	right: 2.5%;
}




/*ここまで仮想ページ共通設定*/
/*ここまで仮想ページ共通設定*/
/*ここまで仮想ページ共通設定*/
/*ここまで仮想ページ共通設定*/
/*ここまで仮想ページ共通設定*/
/*ここまで仮想ページ共通設定*/
/*ここまで仮想ページ共通設定*/


















/*ここからabout_css*/
/*ここからabout_css*/
/*ここからabout_css*/
/*ここからabout_css*/
/*ここからabout_css*/




.about_layout_2 {
/*    margin-top: 16.8rem;*/
    overflow: hidden;
    margin-top: 200px;
    
}


.about_2 {
    height: auto;
    position: relative;
    overflow: hidden;

}



.about_section_header_2 {
    padding: 0;
    z-index: -1000;
    overflow: hidden;
}


.about_border._white_2 {
    background-color: #f0f0f0;
}




.about_border_2 {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
}


.about_title_2 {
    position: absolute;
    display: inline-block;
    right: 35px;
}





.about_title_2 ._text {
    height: auto;
    max-height: 980px;
    font-family: Gordita,"Noto Sans JP","Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
    font-weight: 500;
    font-size: 214px;
    line-height: 1.25;
    display: inline-block;
    position: absolute;
    transform: rotate(90deg);
    transform-origin: left top;
    left: calc(100% - -47px);
    top: calc(100% - -1px);
}





.about_body_2 {
/*    position: relative;*/
/*    padding: 2.5rem 14.1rem 0;*/
    border-top: 1px solid rgba(255,255,255,.1);
    margin-top: 0;
/*    margin-bottom: 100vh;*/
}


.about_body_2>.about_inner_2 {
    position: relative;
    width: calc(636 / (1380 - 141 - 141) * 100%);
}

.about_contents_2 {
padding: 13% 20% 13% 10%;
    height: 100vh;
    /* margin-bottom: 100vh; */

}



.about_inner_2{

}

.about_flex_box_2{
    display: flex;
}

.about_flex_content_1_2{
    width: 50%;
    margin-right: 5%;
}




.about_body_2 .about_contents_title_2 {
    font-size: 4.2rem;
    line-height: 1.02;
    
}


.about_contents_title_2 {
    font-family: Gordita,"Noto Sans JP","Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
    font-size: 60px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.32;
    letter-spacing: -.02em;
    color: #fff;
    
}



.about_image_2{
z-index: -1;
}

.about_image_2 img{
width: 100%;
}


.about_message_2 {
    margin-top: 1.4rem;
    /* margin-right: 11.3rem; */
    font-size: 18px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    color: #fff;
}





.about_contents_2 .about_link_2 {
    display: none;
    /* margin-top: 3rem; */
    /* width: 18.9rem; */
}



/*ここまでabout_css*/
/*ここまでabout_css*/
/*ここまでabout_css*/
/*ここまでabout_css*/
/*ここまでabout_css*/






/*ここからproduct_css*/
/*ここからproduct_css*/
/*ここからproduct_css*/
/*ここからproduct_css*/
/*ここからproduct_css*/
/*ここからproduct_css*/
/*ここからproduct_css*/

.product_image_layout_video{
    z-index: -1;
}

.product-temp__body_2_video {
    position: relative;
    padding: 2.5rem 13% 0;
    border-top: 1px solid rgba(255,255,255,.1);
}


.product-temp_2_video {
    padding-bottom: 7rem;
}


.product-temp_2_video .is-large .product-temp__body_2_video {
    padding: 3.6rem 14.1rem 0;
}

.product-temp__subtitle_2_video {
    font-family: Gordita,"Noto Sans JP","Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
    font-size: 60px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.32;
    letter-spacing: -.02em;
    color: #fff;
}

.flex_container_2_video {
    display: flex;
    justify-content: space;
    flex-flow: row-reverse;
	flex-direction: column-reverse;
}




.product_layout_2 {
/*    margin-top: 16.8rem;*/
    overflow: hidden;
    margin-top: 200px;
    
}


.product_2 {
/*    height: 100vh;*/
    position: relative;
    overflow: hidden;

}



.product_section_header_2 {
    padding: 0;
    z-index: -1000;
    overflow: hidden;
}

.product_border._white_2 {
    background-color: #f0f0f0;
}




.product_border_2 {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
}


/*
    height: 2rem;
    margin-top: 3rem;
*/

.product_title_2 {
    position: absolute;
    display: inline-block;
    right: 35px;
}





.product_title_2 ._text {
    height: auto;
    max-height: 980px;
    font-family: Gordita,"Noto Sans JP","Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
    font-weight: 500;
    font-size: 214px;
    line-height: 1.25;
    display: inline-block;
    position: absolute;
    transform: rotate(90deg);
    transform-origin: left top;
    left: calc(100% - -47px);
    top: calc(100% - 17px);
}


.product_2 .product_body_2 {
/*    padding: 3.6rem 14.1rem 0;*/
}







.product_body_2 {
/*    position: relative;*/
/*    padding: 2.5rem 14.1rem 0;*/
    border-top: 1px solid rgba(255,255,255,.1);
/*    margin-bottom: 100vh;*/
}


.product_body_2>.product_inner_2 {
    position: relative;
    width: calc(636 / (1380 - 141 - 141) * 100%);
}

.product_contents_2 {
    padding: 13% 13%;
    /* height: 100vh; */
    /* margin-bottom: 100vh; */
}

.product_inner_2{

}

.product_flex_box_2{
    display: flex;
}

.product_flex_content_1_2{
    width: 50%;
    margin-right: 5%;
}




.product_body_2 .product_contents_title_2 {
    font-size: 4.2rem;
    line-height: 1.02;
    
}


.product_contents_title_2 {
    font-family: Gordita,"Noto Sans JP","Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
    font-size: 60px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.32;
    letter-spacing: -.02em;
    color: #fff;
    
}



.product_image_2{
z-index: -1;
}

.product_image_2 img{
width: 100%;
}


.product_message_2 {
    margin-top: 1.4rem;
    /* margin-right: 11.3rem; */
    font-size: 18px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    color: #fff;
}






.product_contents_2 .product_link_2 {
display: none;
    margin-top: 3rem;
    width: 18.9rem;

}




/*ここまでproduct_css*/
/*ここまでproduct_css*/
/*ここまでproduct_css*/
/*ここまでproduct_css*/
/*ここまでproduct_css*/
/*ここまでproduct_css*/








/*ここからnews*/
/*ここからnews*/
/*ここからnews*/
/*ここからnews*/
/*ここからnews*/
/*ここからnews*/


.news_layout_2 {
/*    position: relative;*/
    margin-top: 16.8rem;
    
}


.news_2 {
    height: 1400px;
    position: relative;
/*    padding-bottom: 7rem;*/
}

.news_header_2 {
/*    position: relative;*/
    border-bottom: 1px solid rgba(255,255,255,.1);
}

/*ここから共通設定*/

.news_section_header_2 {
/*    position: relative;*/
/*    display: flex;*/
    flex-wrap: wrap;
    padding: 0 1.75rem 6.15rem;
	z-index: -1000;
}

.news_border_2._white {
    background-color: #f0f0f0;
}




.news_border_2 {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
}


/*
    height: 2rem;
    margin-top: 3rem;
*/

.news_title_2 {
display: inline-block;

}


.news_title_2 ._text {
    height: 500px;
    font-family: Gordita,"Noto Sans JP","Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
    font-weight: 500;
    font-size: 214px;
    line-height: 1.25;
    transform: rotate(90deg) translateY(52%) translateX(-1%);
    /* display: inline-block; */
    position: absolute;
    top: 0px;
}
   

.news_body_2 {
    position: absolute;
    top: 340px;
    display: flex;
    justify-content: center;
    margin-left: 10rem;
}

.news_newsList_2 {
    display: flex;
    flex-wrap: wrap;
    width: 66%;
 
}


.news_newsItem_2 {
    margin-right: 3rem;
    margin-left: 3rem;
        margin-bottom: 3rem;
    width: calc(50% - 3rem - 3rem);
    border-top: solid 1px #fff;
}


.news_newsItem_2:not(:first-child) {
/*    margin-top: 7.9rem;*/
}


.tp-ne__news_2 {
    position: relative;
    padding-top: 2.5rem;
}

.tp-ne__news_2 ._date {
    position: absolute;
    top: 3.9rem;
    left: 100%;
    display: inline-block;
    width: 10rem;
    transform-origin: left top;
    transform: rotate(90deg);
    font-family: Gordita,"Noto Sans JP","Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
    font-size: 1rem;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #fff;
  will-change: transform,position;
}


.tp-ne__news_2 ._title {
    width: calc(100% - 6rem);
    font-size: 2rem;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    color: #fff;
    word-wrap: break-word;
}
.tp-ne__news_2 ._linkWrapper {
    margin-top: 2.8rem;
    max-width: 18.9rem;
}





/*ここからconfirm_css*/
/*ここからconfirm_css*/
/*ここからconfirm_css*/

.confirm_inner {
    margin-top: 170px;
    margin-left: auto;
    margin-right: auto;
    width: 95%;
    max-width: 1000px;
    margin-bottom: 100px;
}


.button{
	padding-right: 20px;
}



.btn_4 {

	color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    line-height: 2.5rem;
	max-width: 200px;
    position: relative;
    text-decoration: none;

    width: 100%;
    text-align: center;

}

.btn_4 input[name="submit"]{
	color: #ffffff;
}

.btn_4 input[name="back"]{
	color: #ffffff;
}

.btn_layout_4{

  border: 1px solid;
  box-shadow: inset 0 0 20px rgba(255, 255, 255, 0);
/*
  outline: 1px solid;
  outline-color: rgba(255, 255, 255, .5);
  outline-offset: 0px;
*/
    
  text-shadow: none;
  transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
  border-radius:4rem;
	text-align: center;

}




.btn_layout_4:hover{

  border: 1px solid;
  box-shadow: inset 0 0 20px rgba(255, 255, 255, .5), 0 0 20px rgba(255, 255, 255, .2);
  outline-color: rgba(255, 255, 255, 0);
  outline-offset: 15px;
  text-shadow: 1px 1px 2px #427388; 
  border-radius:4rem;

}




/*ここまでconfirm_css*/
/*ここまでconfirm_css*/
/*ここまでconfirm_css*/
/*ここまでconfirm_css*/

.complete_inner{
    margin-top: 210px;
    margin-bottom: 210px;
    margin-left: auto;
    margin-right: auto;
    width: 95%;
    max-width: 1000px;
    text-align: center;
}




/*ここからcontact_css*/
/*ここからcontact_css*/
/*ここからcontact_css*/
/*ここからcontact_css*/
/*ここからcontact_css*/



.header_2{
	width: 100%;
position: unset;
	z-index: 10000;
	margin-bottom: 80px;
}

.header_layout_2{
	max-width: 100%;
	padding: 36px 60px;
    display: flex;
    justify-content: space-between;

  }



.contact_inner{
      margin-top: 16.8rem;
  margin-left: auto;
  margin-right: auto;
  width: 95%;
  max-width: 1000px;
  margin-bottom: 100px;
}





form dl div{
  display: flex;
  align-items: center;
  border-bottom: 1px solid #dddddd;
  padding: 20px;
}

form dl div:last-child{
  border-bottom: 0;
	margin-bottom: 60px;
}

form dl div dt{
  width: 12em;
}

form dl div dd{
  width: calc(100% - 12em);
    overflow: hidden;
}


.button_wrapper{
  display: flex;
  justify-content: center;
}

.button_wrapper input{
  margin-left: 5px;
  margin-right: 5px;
}


.btn_3 {

	color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    line-height: 2.5rem;
	max-width: 200px;
    position: relative;
    text-decoration: none;

    width: 100%;
    text-align: center;

}

.btn_3 input[name="submit"]{
	color: #ffffff;
}


.btn_layout_3{

  border: 0 solid;
  box-shadow: inset 0 0 20px rgba(255, 255, 255, 0);
  outline: 1px solid;
  outline-color: rgba(255, 255, 255, .5);
  outline-offset: 0px;
  text-shadow: none;
  transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
  border-radius:4rem;
	text-align: center;

}




.btn_layout_3:hover{

  border: 1px solid;
  box-shadow: inset 0 0 20px rgba(255, 255, 255, .5), 0 0 20px rgba(255, 255, 255, .2);
  outline-color: rgba(255, 255, 255, 0);
  outline-offset: 15px;
  text-shadow: 1px 1px 2px #427388; 
  border-radius:4rem;

}



/*inputのリセット*/
/*inputのリセット*/
/*inputのリセット*/
/*inputのリセット*/




input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type='checkbox'],
input[type='radio'] {
  display: none;
}

input[type='submit'],
input[type='button'],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}


/*ここまでinputのリセット*/
/*ここまでinputのリセット*/
/*ここまでinputのリセット*/
/*ここまでinputのリセット*/



input, select, textarea{
	
  padding: 5px;
}



input[name="name"], input[name="furigana"], input[name="address"], input[name="email"],textarea{
  width: 100%;
	background-color: #fff;
}

input[name="postalcode"],input[name="tel"]{
	background-color: #fff;
}



input[type="radio"],input[type="checkbox"]{
  margin: 0 5px 0 0;
}

label+label{
  margin-left: 20px;
}

select[name="prefecture"]{
  margin-bottom: 10px;
/*    border-radius: 5px;*/
    background: #fff;
}



/*ここまでcontact_css*/
/*ここまでcontact_css*/
/*ここまでcontact_css*/
/*ここまでcontact_css*/






/*ここからレスポンシブ*/
/*ここからレスポンシブ*/
/*ここからレスポンシブ*/
/*ここからレスポンシブ*/
/*ここからレスポンシブ*/
/*ここからレスポンシブ*/
/*ここからレスポンシブ*/





@media only screen and (max-width: 1578px){
    
    
    .news {
    height: auto;
    position: relative;
    /* padding-bottom: 7rem; */
}
    
    
    
.news_body {
min-width: 0;
    min-height: 0;
    /* max-height: 900px; */
    position: unset;
    /* top: 15%; */
    display: flex;
    justify-content: center;
    margin-left: 10rem;
    margin-top: 20%;
    margin-bottom: 20%;
}
    
    .news_newsList {
    display: flex;
    flex-wrap: wrap;
    width: 66%;
}
    
    .news_newsItem {
    margin-right: 3rem;
    margin-left: 3rem;
    margin-bottom: 3rem;
    width: unset;
    border-top: solid 1px #fff;
}
    
    
/*   ここからレスポンシブのnews_css*/
    .news_2 {
    height: auto;
    position: relative;
    /* padding-bottom: 7rem; */
}
    
    
    .news_layout_2 {
    /* position: relative; */
    margin-top: 16.8rem;
    height: auto;
}
    
    
    .news_body_2 {
    position: unset;
    top: 340px;
    display: flex;
    justify-content: center;
    margin-left: 10rem;
}
    
    .news_newsList_2 {
    display: flex;
    flex-wrap: wrap;
    width: 90%;
}
    
    
    
    
}




@media only screen and (max-width: 1080px){
     
    
    .product {
    height: auto;
    position: relative;
    overflow: hidden;
}
    
    .product_flex_box {
    display: flex;
    flex-direction: column-reverse;
}
    
    
    
    .product_contents {
    padding: 13% 20% 13% 10%;
    height: auto;
    /* margin-bottom: 100vh; */
}
    
    
    
    .product_body {
    /* position: relative; */
    /* padding: 2.5rem 14.1rem 0; */
    border-top: 1px solid rgba(255,255,255,.1);
    margin-bottom: unset;
}
    
    .product_flex_content_1 {
    width: 80%;
    margin-right: 5%;
}
    
    
    .product_contents_title {
    font-family: Gordita,"Noto Sans JP","Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
    font-size: 60px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.32;
    letter-spacing: -.02em;
    color: #fff;
    margin-top: 20px;
}
    
    
    .lineup_flex_box {
    display: flex;
    flex-direction: column-reverse;
}
    
    .lineup {
    height: auto;
    position: relative;
    /* padding-bottom: 7rem; */
}
    
    .lineup_contents {
    padding: 13% 10% 13% 20%;
    height: auto;
}
    
    .lineup_body {
    /* position: relative; */
    /* padding: 2.5rem 14.1rem 0; */
    /* border-top: 1px solid rgba(255,255,255,.1); */
    margin-bottom: auto;
}
    
    .lineup_body .lineup_contents_title {
    font-size: 4.2rem;
    line-height: 1.02;
    margin-top: 20px;
}
    
    .lineup_flex_content_1 {
    width: 80%;
    margin-left: 5%;
}
    
    
    .about_flex_box {
    display: flex;
    flex-direction: column-reverse;
}
    
    .about_contents {
    padding: 13% 20% 13% 10%;
    height: auto;
    /* margin-bottom: 100vh; */
}
    
    .about {
    height: auto;
    position: relative;
    overflow: hidden;
}
    
    .about_body {
    /* position: relative; */
    /* padding: 2.5rem 14.1rem 0; */
    border-top: 1px solid rgba(255,255,255,.1);
    margin-bottom: unset;
}
    
    .about_flex_content_1 {
    width: 80%;
    margin-right: 5%;
}
    
    .about_body .about_contents_title {
    margin-top: 20px;
    font-size: 4.2rem;
    line-height: 1.02;
}
    
    
    
    
    
/*ここからレスポンシブのproduct_css*/
/*ここからレスポンシブのproduct_css*/
/*ここからレスポンシブのproduct_css*/
/*ここからレスポンシブのproduct_css*/
/*ここからレスポンシブのproduct_css*/
    
    
    
    .product-temp__body_2_video {
    position: relative;
    padding: 2.5rem 13% 0;
    border-top: 1px solid rgba(255,255,255,.1);
}
    .product_flex_box_2 {
    display: flex;
    flex-direction: column-reverse;
}
    
    .product_flex_content_1_2 {
    width: 100%;
    margin-right: 5%;
}
    
    
/*ここからレスポンシブのabout_css*/
    
    
    .about_2 {
    height: auto;
    position: relative;
    overflow: hidden;
}
    
    .about_contents_2 {
    padding: 13% 20% 13% 10%;
    height: auto;
    /* margin-bottom: 100vh; */
}
    
    
    .about_flex_box_2 {
    display: flex;
    flex-direction: column-reverse;
}
    
    .about_flex_content_1_2 {
    width: 80%;
    margin-right: 5%;
}

    .about_contents_title {
    font-family: Gordita,"Noto Sans JP","Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
    font-size: 60px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.32;
    letter-spacing: -.02em;
    color: #fff;
    margin-top: 20px;
}
    
    
}



@media only screen and (max-width: 800px){
    
      
  .footer_layout {
    display: flex;
    margin: 2% 0;
    flex-direction: column-reverse;
    /* text-align: center; */
}
    
    
}


@media only screen and (max-width: 900px){
    .news_newsList_2 {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
    
}








/*ここからスマホページ*/
/*ここからスマホページ*/
/*ここからスマホページ*/
/*ここからスマホページ*/
/*ここからスマホページ*/
/*ここからスマホページ*/
/*ここからスマホページ*/
/*ここからスマホページ*/
/*ここからスマホページ*/
/*ここからスマホページ*/
/*ここからスマホページ*/
/*ここからスマホページ*/





@media only screen and (max-width: 599px){


header{
  width: 100%;
  position: absolute;
  z-index: 10000;
}

.header_layout{
  max-width: 100%;
  padding: 34px 24px 34px 66px;
    display: flex;
    justify-content: space-between;
  }

  #header_logo{
    margin-top: -7px;
  }
  

  
  #menu{
  position: fixed;
  top: 22px;
 left: 2.5%;
  z-index: 99999999;
  width: 27px;
  height: 18px;
}

#menu span{
  position: absolute;
  background-color: #ffffff;
  width: 4px;
  height: 4px;
  transition: 0.5s;
}
  
/*
    nav ul {
    display: flex;
    flex-direction: column;
    height: 100vh;
    text-align: left;
    border-top: 1px solid #ffffff;
}
  
  
*/
  
	


#menu span:nth-of-type(1){
     top: 0;
    left: 0;
    transition: .6s;
}

#menu span:nth-of-type(2){
    top: 0;
    left: 12px;
    transition: .6s;
}

#menu span:nth-of-type(3){
    top: 0;
    left:24px;
    transition: .6s;
}

#menu span:nth-child(4){
    top: 12px;
    left: 0;
    transition: .6s;
}

#menu span:nth-child(5){
    top: 12px;
    left: 12px;
    transition: .6s;
}

#menu span:nth-child(6){
   top: 12px;
    left:24px;
    transition: .6s;
}

#menu span:nth-child(7){
   top: 24px;
    left: 0;
    transition: .6s;
}

#menu span:nth-child(8){
     top: 24px;
    left: 12px;
    transition: .6s;
}

#menu span:nth-child(9){
     top: 24px;
    left:24px;
    transition: .6s;
}
	
	
#menu span.active:nth-of-type(1){
 transform: translate(12px,12px);
}



#menu span.active:nth-of-type(3){
    transform: translate(-12px,12px);
}

#menu span.active:nth-of-type(7){
    transform: translate(12px,-12px);
}

#menu span.active:nth-of-type(9){
    transform: translate(-12px,-12px);
}

#menu span.active:nth-of-type(2){
    transform: rotate(180deg);
}

#menu span.active:nth-of-type(4){
    transform: rotate(180deg);
}
#menu span.active:nth-of-type(6){
    transform: rotate(-180deg);
}
#menu span.active:nth-of-type(8){
    transform: rotate(-180deg);
}

	
	
  
  nav {
padding-top: 10vh;
    padding-left: unset;
    padding-right: unset;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    min-height: 100vh;
    width: 100%;
    opacity: 0;
    /* transform: translateX(100%); */
    /* transform: translateY(-100%); */
    pointer-events: none;
    transition: 0.5s;
}
  
  
  nav ul {
    display: flex;
    flex-direction: row;
    height: auto;
    overflow: auto;
    text-align: center;
    border-top: 1px solid #ffffff;
    justify-content: space-evenly;
}
  
	nav ul li {
    border-bottom: none;
}
	
	nav ul li a {
    margin-top: 15px;
    margin-bottom: none;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    text-decoration: none;
}
	
	
	.header_layout_2 nav ul li a {
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    text-decoration: none;
}

#contact_link a{
display: none;
}




main{
  overflow: hidden;
}


video {
/*    width: auto;*/

    height: 71vh;
    vertical-align: bottom;
  overflow: hidden;
}


#main_visual{
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100vh;
}




.main_visual_title {
position: absolute;
    top: 50vh;
    /* left: 1rem; */
    /* padding-top: 4.8rem; */
    margin-top: -0.8rem;
    font-family: Gordita,"Noto Sans JP","Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
    font-size: 3.2rem;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: .9;
    letter-spacing: -.01em;
    color: #fff;
    filter: none;
    transform: translateY(-42%);
    transition: opacity .6s ease-out,filter .6s ease-out;
}

	
	#scroll a {
    display: inline-block;
    position: absolute;
    right: 1rem;
    bottom: 22px;
    z-index: 2;
    padding: 10px 10px 110px;
    overflow: hidden;
    color: #ffffff;
    font-size: 14px;
    font-family: 'Josefin Sans', sans-serif;
    line-height: 1;
    letter-spacing: .2em;
    text-transform: uppercase;
    text-decoration: none;
    writing-mode: vertical-lr;
    will-change: scroll-position;
}
	
	.all_inner {
    margin-left: 10px;
    margin-right: 10px;
    transform: translate3d(0,0,0);
}
	
	
	
	
	#text_type {
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    line-height: 3.5;
    font-family: Gordita,"Noto Sans JP","Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
    margin: 50px 15px 0 15px;
    height: 350px;
}
	
	
	  #nav active nav ul {
    display: flex;
    flex-direction: column;
    height: 100vh;
    overflow: auto;
    text-align: left;
    border-top: 1px solid #ffffff;
    background-color: rgb(191 191 191 / 30%);
}
  
  
  .news_layout {
    /* position: relative; */
    margin-top: 5.8rem;
}
  
.news {
    height: unset;
    position: relative;
    margin-bottom: 3rem;
}
  
	.news_newsList {
		flex: 1;
    display: block;
    width: 66%;
}
	
	.news_header ._linkWrapper {
    position: absolute;
    top: 50%;
    right: 0rem;
    width: 12.2rem;
    transform: translateY(-50%);
    will-change: transform;
}
	
	
	.tp-ne__news ._linkWrapper {
    margin-top: 2.8rem;
    width: 12.9rem;
}
	
	.news_newsItem {
    margin-right: initial;
    margin-left: initial;
    width: 100%;
    border-top: solid 1px #fff;
}
	

	
  .news_body {
    position: unset;
    top: 37%;
    display: flex;
    justify-content: center;
    margin-left: 7rem;
}
  
  .tp-ne__news ._title {
    width: 100%;
    font-size: 1rem;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    color: #fff;
    word-wrap: break-word;
}
  
	.news_title ._text {
        height: auto;
    font-family: Gordita,"Noto Sans JP","Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
    font-weight: 500;
    font-size: 120px;
    line-height: 1.25;
    transform: rotate(90deg) translateY(68%) translateX(18%);
    /* display: inline-block; */
    position: absolute;
    top: 0px;
}
  
  
  
  .tp-ne__news ._date {
    position: unset;
    margin-bottom: 25px;
    top: 3.9rem;
    left: 100%;
    display: inline-block;
    width: 10rem;
    transform-origin: left top;
    transform: unset;
    font-family: Gordita,"Noto Sans JP","Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
    font-size: 1rem;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #fff;
    will-change: transform,position;
}
  
  
  
  
  
  
  
  
  
  
  
  .product {
    height: auto;
    position: relative;
    overflow: hidden;
}
  
  .product_flex_content_1 {
    width: 90%;
    margin-right: 5%;
}
  
    
  .product_flex_box {
    display: flex;
        flex-direction: column-reverse;
}
  
.product_contents_title {
    font-family: Gordita,"Noto Sans JP","Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
    font-size: 38px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.32;
    letter-spacing: -.02em;
    color: #fff;
    margin-top: 20px;
}
  .product_title {
    position: absolute;
    display: inline-block;
/*    left: calc(100% - 120px);*/
}
    
    .product_message_2 {
    margin-top: 1.4rem;
    /* margin-right: 11.3rem; */
    font-size: 1rem;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    color: #fff;
}
  
.product_title ._text {
    /* height: 100vh; */
    max-height: 980px;
    font-family: Gordita,"Noto Sans JP","Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
    font-weight: 500;
    font-size: 120px;
    line-height: 1.25;
    display: inline-block;
    position: absolute;
    transform: rotate(90deg);
    transform-origin: left top;
    left: calc(100% - -63px);
    top: calc(100% - 11px);
    
}
  
  .product_message {
    margin-top: 1.4rem;
    /* margin-right: 11.3rem; */
    font-size: 1rem;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    color: #fff;
}
  
  .product_body .product_contents_title {
    font-size: 35px;
    line-height: 1.02;
}
  
  .product_contents {
    padding: 13% 25% 13% 4%;
    height: auto;
    /* margin-bottom: 100vh; */
}

  .product_contents .product_link {
    margin-top: 3rem;
    width: 12.9rem;
}
  
  
  
  
  
  
  
  
  
  
  
  
  
.product_image_layout span img {
    transform: rotate(-15deg);
    width: 20rem;
    height: auto;
    vertical-align: bottom;
}
  
/*
  .product-temp__body_2_video {
    position: relative;
    padding: unset;
    border-top: 1px solid rgba(255,255,255,.1);
		margin: 1rem;
}
*/
    
    .product-temp__subtitle_2_video {
    font-family: Gordita,"Noto Sans JP","Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
    font-size: 45px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.32;
    letter-spacing: -.02em;
    color: #fff;
}
  
  .product-temp__body_2_video {
position: relative;
    padding: 0 0;
    border-top: 1px solid rgba(255,255,255,.1);
}
  
  
  
  
  
  .product_image_layout_video {
    width: 100%;
    height: 25rem;
    z-index: -100;
}


.product_layout_2 {
 margin-top: 8.8rem;
}




  
  
  
  
  .lineup {
    height: 870px;
    position: relative;
    /* padding-bottom: 7rem; */
}
  
  
  .lineup_contents .lineup_link {
    margin-top: 3rem;
    width: 12.9rem;
}
  .lineup_title ._text {
height: auto;
    font-family: Gordita,"Noto Sans JP","Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
    font-weight: 500;
    font-size: 120px;
    line-height: 1.25;
    transform: rotate(90deg) translateY(89%) translateX(23.7%);
    /* display: inline-block; */
    position: absolute;
    top: 0px;

}
  
  .lineup_flex_box {
    display: flex;
    flex-direction: column-reverse;
}
  
  
  .lineup_body .lineup_contents_title {
 font-size: 35px;
    line-height: 1.02;
    margin-top: 20px;
}
  
  .lineup_image {
      width: 100%;
    margin-left: 10%;
    z-index: -1;
}
  
  .lineup_flex_content_1 {
    width: 100%;
    margin-left: 10%;
}
  
  
  
  .lineup_contents .lineup_link {
    margin-top: 3rem;
    width: 12.9rem;
}
  
  .lineup_message {
    margin-top: 1.4rem;
    /* margin-right: 11.3rem; */
    font-size: 1rem;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    color: #fff;
}
  
  
  
  
  
  
  

  
  .about {
    height: 850px;
    position: relative;
    overflow: hidden;
}
  
  
  .about_flex_content_1 {
    width: 90%;
    margin-right: 5%;
}
  
  
  .about_title ._text {
     /* height: 100vh; */
    max-height: 980px;
    font-family: Gordita,"Noto Sans JP","Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
    font-weight: 500;
    font-size: 120px;
    line-height: 1.25;
    display: inline-block;
    position: absolute;
    transform: rotate(90deg);
    transform-origin: left top;
    left: calc(100% - -63px);
    top: calc(100% - -2px);
}
  
  
      
  .about_contents {
    padding: 13% 25% 13% 4%;
    height: 100vh;
    /* margin-bottom: 100vh; */

}

  
    
    
  .about_body .about_contents_title {
    font-size: 35px;
    line-height: 1.02;
    margin-top: 20px;
}
  
  
  .about_flex_box {
    display: flex;
    flex-direction: column-reverse;
}
  
  .about_message {
    margin-top: 1.4rem;
    /* margin-right: 11.3rem; */
    font-size: 1rem;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    color: #fff;
}


.about_contents .about_link {
    margin-top: 3rem;
    width: 12.9rem;
}

  
  
  
  .footer_layout {
    display: flex;
    margin: 2% 0;
    flex-direction: column-reverse;
    /* text-align: center; */
}
    
    
    
  .about_circle_layout {
    text-align: center;
}
  
  
  .about_circle {
width: 270px;
    height: 270px;
    border-radius: 50%;
    background: #00101B;
    color: #fff;
    font-size: 2rem;
    font-weight: 600;
    text-align: center;
    line-height: 270px;
    display: inline-block;
    animation: rotate_anime 10s linear infinite;
    margin: 30px 0px;
}
  
  
  
  
.header_2{
  width: 100%;
  position: fixed;
  z-index: 10000;
}



.header_layout_2{
    position: absolute;
  max-width: 100%;
  padding: 34px 24px 34px 66px;
    display: flex;
    justify-content: space-between;
  }

  #header_logo{
    margin-top: -7px;
  }
  

  
  #menu{
  position: absolute;
  top: 22px;
 left: 5.5%;
  z-index: 99999999;
  width: 27px;
  height: 18px;
}

#menu span{
  position: absolute;
  background-color: #ffffff;
  width: 5px;
  height: 5px;
  transition: 0.5s;
}
  
	
	
	
	
	

  .header_layout_2 nav.active {
    opacity: 1;
    /* transform: translateX(0); */
    /* transform: translateY(0); */
    pointer-events: auto;
    z-index: -100;
}
  
  
  .header_layout_2 nav {
    padding-top: 18%;
    padding-left: unset;
		padding-right: unset;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    min-height: 100vh;
    width: 100%;
    opacity: 0;
    /* transform: translateX(100%); */
    /* transform: translateY(-100%); */
    pointer-events: none;
    transition: 0.5s;

	
}

  .header_layout_2 nav ul {
    display: flex;
    flex-direction: row;
    height: auto;
    overflow: auto;
    text-align: center;
    border-top: 1px solid #ffffff;
    justify-content: space-evenly;
}
  

  
  
/*ここからSPのnews_css*/
/*ここからSPのnews_css*/
/*ここからSPのnews_css*/
/*ここからSPのnews_css*/
/*ここからSPのnews_css*/

     
  
  .news_layout_2 {
    /* position: relative; */
    margin-top: 8.8rem;
}
  
.news_2 {
    height: unset;
    position: relative;
    margin-bottom: 3rem;
}
  
	.news_newsList_2 {
		flex: 1;
    display: block;
    width: 66%;
}
	
	.news_header_2 ._linkWrapper {
    position: absolute;
    top: 50%;
    right: 0rem;
    width: 12.2rem;
    transform: translateY(-50%);
    will-change: transform;
}
	
	
	.tp-ne__news_2 ._linkWrapper {
    margin-top: 2.8rem;
    width: 12.9rem;
}
	
	.news_newsItem_2 {
    margin-right: initial;
    margin-left: initial;
    width: 100%;
    border-top: solid 1px #fff;
}
	

	
  .news_body_2 {
    position: unset;
    top: 37%;
    display: flex;
    justify-content: center;
    margin-left: 7rem;
}
  
  .tp-ne__news_2 ._title {
    width: 100%;
    font-size: 1rem;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    color: #fff;
    word-wrap: break-word;
}
  
	.news_title_2 ._text {
    height: 500px;
    font-family: Gordita,"Noto Sans JP","Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
    font-weight: 500;
    font-size: 120px;
    line-height: 1.25;
    transform: rotate(90deg) translateY(55%) translateX(-39%);
    /* display: inline-block; */
    position: absolute;
    top: 0px;
}
  
  
  
  .tp-ne__news_2 ._date {
    position: unset;
    margin-bottom: 25px;
    top: 3.9rem;
    left: 100%;
    display: inline-block;
    width: 10rem;
    transform-origin: left top;
    transform: unset;
    font-family: Gordita,"Noto Sans JP","Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
    font-size: 1rem;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #fff;
    will-change: transform,position;
}
   
    

/*ここからプロダクト*/

.product-temp__body_2 {
    position: relative;
    padding: 1.5rem 2.1rem 0;
    border-top: 1px solid rgba(255,255,255,.1);
}



.product_image_layout {
    transform: rotate(-15deg);
    width: 650%;
    height: auto;
    vertical-align: bottom;
}


.product-temp__body_2 .flex_container_2 {
    display: flex;
	flex-flow: initial;
}

.product-temp_2.is-large .product-temp__subtitle_2 {
    font-size: 2.2rem;
    line-height: 1.02;
}

.product__header_2 {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding: 0 0.75rem 0.15rem;
    z-index: -1000;
}



/*ここからコンタクト*/





	
	.contact_inner {
    margin-top: 13rem;
    margin-left: auto;
    margin-right: auto;
    width: 95%;
    max-width: 1000px;
    margin-bottom: 100px;
}
	
	.confirm_inner {
    margin-left: auto;
    margin-right: auto;
    width: 95%;
    max-width: 1000px;
    margin-bottom: 100px;
    margin-top: 13rem;
}
	
	
	.complete_inner {
    margin-left: auto;
    margin-right: auto;
    width: 95%;
    max-width: 1000px;
    margin-bottom: 100px;
    text-align: center;
    margin-top: 13rem;
}
	
	
	
	
/*	ここからabout*/
	
	.about-temp_2 {
    padding-bottom: 7rem;
    margin-top: 10rem;
}
	
	
	.about-temp__body_2 {
    position: relative;
    padding: 2.5rem 2.1rem 0;
    border-top: 1px solid rgba(255,255,255,.1);
}
	
	
.about_layout_2 img {
    /* transform: rotate(15deg); */
    width: auto;
    /* width: 20rem; */
    height: auto;
}
	
	
	
	
/*	ここからSPのproduct_css*/
/*	ここからSPのproduct_css*/
/*	ここからSPのproduct_css*/
/*	ここからSPのproduct_css*/
/*	ここからSPのproduct_css*/
	
	
	.product_title_2 ._text {
        height: auto;
    max-height: 980px;
    font-family: Gordita,"Noto Sans JP","Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
    font-weight: 500;
    font-size: 120px;
    line-height: 1.25;
    display: inline-block;
    position: absolute;
    transform: rotate(90deg);
    transform-origin: left top;
    left: calc(100% - -63px);
    top: calc(100% - 11px);
}
	
	
/*ここからSPのabout*/
    
    
    .about_layout_2 {
    /* margin-top: 16.8rem; */
    overflow: hidden;
    margin-top: 8.8rem;
}
    
    .about_title_2 ._text {
        height: auto;
    max-height: 980px;
    font-family: Gordita,"Noto Sans JP","Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
    font-weight: 500;
    font-size: 120px;
    line-height: 1.25;
    display: inline-block;
    position: absolute;
    transform: rotate(90deg);
    transform-origin: left top;
    left: calc(100% - -63px);
    top: calc(100% - 1px);
}
    
    .about_contents_2 {
    padding: 13% 20% 13% 5%;
    height: auto;
    /* margin-bottom: 100vh; */
}
    
    .about_contents_title {
    font-family: Gordita,"Noto Sans JP","Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
    font-size: 45px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.32;
    letter-spacing: -.02em;
    color: #fff;
    margin-top: 20px;
}
    
    .about_message_2 {
    margin-top: 1.4rem;
    /* margin-right: 11.3rem; */
    font-size: 1rem;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    color: #fff;
}
    
    .about_body_2 {
    /* position: relative; */
    /* padding: 2.5rem 14.1rem 0; */
    border-top: 1px solid rgba(255,255,255,.1);
    margin-top: 0px;
    /* margin-bottom: 100vh; */
}
    
    .about_flex_content_1_2 {
    width: 100%;
    margin-right: 0;
}
    
    .about_contents_2 .about_link_2 {
display: none;
}
	
	
	
    
    .contact_inner {
    margin-top: 10rem;
    margin-left: auto;
    margin-right: auto;
    width: 95%;
    max-width: 1000px;
    margin-bottom: 100px;
}
	
	
}











































































