@charset "utf-8";

*,
::before,
::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

/*タブレットpc切り替え用*/
.media-pc{
  display: block;
}
.media-tab{
  display: none;
}

html {
  scroll-behavior: smooth;
  scroll-margin-top: 100px;
}
#concept,#line-up,#history,#profile,#pd-page{
  padding-top: min( 15vmin ,100px);
}



p{
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  line-height: 1.7;
}

ul,
ol {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}

body {
  font-size: 16px;
  color: #fff;
  line-height: 1.2;
  background-color: #080707;
  position: relative;
}

img {
  max-width: 100%;
}


h1{
  font-family: 'Noto Serif JP', serif;
  font-weight: 900;
  font-size: min(calc(15vw - 20px),90px);
  font-weight: bold;
  line-break: strict;
  word-break: keep-all;
  white-space: wrap;
  overflow-wrap: anywhere;
  text-shadow: #000 1px 0 10px;
}

h2{
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 900;
  font-size: clamp(44px,8vmin,80px);
  line-height:1;
  margin-right: 4vmin;
}

h3{
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 900;
  font-size: clamp(16px,calc(3vw - 2px),25px);
  line-break: strict;
  word-break: keep-all;
  white-space: wrap;
  overflow-wrap: anywhere;
}

h4{
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 20px;
    -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

h5{
  font-family: serif;
  font-weight: 900;
  font-size: clamp(25px,3vmin,35px);
  line-height: clamp(30px,5.5vmin,55px);
}
h6{
  font-family: 'Noto Serif JP', serif;
  font-weight: 900;
  font-size: clamp(18px,calc(4vw - 7px),35px);
  line-height: 1.5;
}
th , td {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: clamp(12px,3vmin,18px);
}
.h1,h3,p{
    text-shadow: #000 1px 0 10px;
}

.base-area{
  width: 100vw;
  position: relative;
  margin-bottom: 20vmin;
}

.content-area{
    position: relative;
    z-index: 15;
    max-width: 960px;
    margin:45px auto 45px auto ;
    padding: 0 40px;
}

.gray-back::after{
  background-color: #3E3A39;
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transform: skewY(-16deg);
  transform-origin: top left;
  z-index: -1;
}


.caption{
    position:absolute;
    display: flex;
    left:0;

}

.caption img{
    width: 25.75px;
    height: 69px;
    margin-right: 15px;
}

@media (max-width: 1150px) {
  .caption{
      position:static;
      margin: 25px 0 ;
  }
  .concept-title{
    margin-bottom: 15vmin;
  }
}

.title-box{
  position: relative;
  display: flex;
  align-items: flex-start;
}

.title-box h5{
  white-space: normal;
  overflow-wrap: break-word;
}


.hover-black{
  transition: background-color 1s ease;
}

.hover-black:hover{
  background-color: #000;
}

.hover-wh-border {
  position: relative;
}

.hover-wh-border::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #fff;

  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.8s ease;
}

.hover-wh-border:hover::after {
  transform: scaleX(1);
}

/*---------------↑common↑----------------------------------------------------*/



/*---------------ヘッダー----------------------------------------------------*/
.header{
  background-color:#000000;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  height: auto;
  width: 100%;
  padding: 10px 0;
  border-bottom: solid 1px #fff;
}
.header-logo{
  display: block;
  height: 30px;
  margin-left: 20px;
}
.toggle-menu-button{
  position: absolute;
  bottom:10px;
  right: 0;
  width: 25px;
  height: 25px;
  display: none;
  margin-right: 20px;
  background-color: transparent;
  border: none;
  border-radius: 0;
  outline: none;
  background-image: url(../images/common/menu-btn.png);
  background-size: 80%;
  background-position: center;
  background-repeat:no-repeat ;
}

.header-inner{
  margin:0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  max-width: 1100px;
 }

.site-menu ul{
  display: flex;
  gap: 20px;
  margin-right: 20px;
}
.background-logo{
  position: absolute;
  top:0;
  right:0;
  height: min(60%,760px);
  z-index: 10;
}

/*---------------introduction----------------------------------------------------*/
.introduction{
    height:100vh;
    min-height: 620px;
    background-image: url('../images/common/first-view.gif');
    background-size: cover;
    background-position: center;
    background-attachment: local; /* または scroll */
}

.first-view{
  max-width: 960px;
  height: 100%;
  margin:0 auto;
  padding: 0 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.first-msg{
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.first-msg img{
 width: min(70vw,570px);
 height: auto;
 margin: 0 0 0 auto ;
 filter: drop-shadow(1px 0 10px #000);
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .introduction{
    height: 60vh;
    min-height: 0;
  }
}

/*---------------concept----------------------------------------------------*/
.concept-message{
    display: flex;
    justify-content: center;
    margin-top: 10px;
}
.concept-message p{
    font-family: serif;
    font-size: clamp(16px,calc(3vw - 2px),20px);
    line-height: 2;
}
.top-item{
  padding: 10vh 0 ;
}


/*---------------line-up----------------------------------------------------*/
.item-area{
  position: relative;
  margin-top: 60px;
  display: flex;
  flex-direction: column;
}
.item-catch{
  width: 100%;
  padding:0.5vmin 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-bottom: solid 3px #fff;
}
.item-catch h1{
  font-size: clamp(30px,8vmin,80px);
}
.item-image{
  margin: 5vmin 0;
}
.item-image img{
  width: 100%;
  height: auto;
}
.item-area-bottom{
  position: relative;
  padding :0 4vmin 4vmin 4vmin;
  background:#00000050 ;
}

.item-copy h3 {
  font-size: clamp(24px, 6vmin, 60px);
  line-height: 1.5;
  white-space: normal;
  word-break: normal;
  overflow-wrap: break-word;
}




.Detaile{
    width: min(60vmin,360px);
    position: static;
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: auto auto;
    border: solid 1px #fff;
    margin-top: 30px;
}
.Detaile-text{
    
    border: solid 1px #fff;
    text-align: center;
    padding:  2.5px 0;
    writing-mode: horizontal-tb;
}
.Detaile-icon{
    border: solid 1px #fff;
    width: min(20vmin,120px);
    height: min(20vmin,120px);
}
.Detaile-icon img{
    width: 100%;
    height: 100%;
}
.Detaile-text p{
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: clamp(12px,2.5vmin,16px);
    margin-top: 0 !important;
}

.getting-ready{
  position: relative;
  z-index: 10;
}
.curtain{
  position:absolute;
  height: 100%;
  width: 100%;
  margin-left :-2vw;
  background: repeating-linear-gradient(45deg,rgba(20,20,20,0.5),rgba(20,20,20,0.5) 5px,rgba(20,20,20,0.8) 5px,rgba(20,20,20,0.8) 10px);
}

/*---------------history----------------------------------------------------*/

.history-inner{
  margin-bottom: clamp(50px,calc(5vw - 3px),80px);
  display: grid;
  gap:clamp(32px,calc(6vw - 4px),40px);
}
.history-tb{
  display: none;
}
.history-inner h6{
  border-left: solid 2px #fff;
  padding-left: 20px;
}
.history-inner p{
  font-family: serif;
  font-size: clamp(16px,calc(3vw - 2px),20px);
  line-height: 1.5;
}
.history-message{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap:calc(4vw - 3px);;
}

.philosophy{
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 900;
  font-size: clamp(25px,calc(8vw - 10px),100px);
  white-space: nowrap;
}
.subtitle{
  font-family: 'Noto Serif JP', serif;
  font-weight: 900;
  font-size: clamp(16px,calc(4.5vw - 5px),50px);
  white-space: nowrap;
}

/*---------------profile----------------------------------------------------*/


.information{
  position: relative;
  width: calc(100vw - 80px);
  max-width: 920px;
  aspect-ratio: 16 / 9;
  margin-top: 40px;
}
.info-back{
  position: relative;

}

.img-base {
  position: absolute;
  top:0;
  left:0;
  z-index: 1;
}

.img-hover {
  position: absolute;
  top:0;
  left:0;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.8s ease;
}

.info-back:hover .img-hover {
  opacity: 1;
}

.company-link{
  position: relative;
  top: 30px;
  left:30px;
  z-index: 3;
}




/*---------------end-view----------------------------------------------------*/
.Closing{
  position: relative;
  height:100vh;
  min-height: 620px;
  background-image: url('../images/common/footer-image.jpg');
  background-attachment: local;
  background-size: cover;
  background-position: center;
}

.end-view{
  position: relative;
  height: 100%;
  z-index: 10;
  max-width: 960px;
  margin:0 auto ;
  padding: 0 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.end-msg{
  display: flex;
  flex-direction: column;
  gap: 60px;
  padding-bottom: 100px;
}

.end-msg img{
 width: min(70vw,570px);
 height: auto;
 margin: 0 0 0 auto ;
 filter: drop-shadow(1px 0 10px #000);
}

.gradation{
  height: 50vmin;
  width: 100%;
  background: linear-gradient(#080707,#08070700);
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  z-index: 1;
}

/*---------------footer----------------------------------------------------*/
.footer{
  position: absolute;
  bottom: 0;
  width: 100%;
}
.footer-area{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap:10px;
  padding: 25px 0;
}
.footer h6{
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 900;
  font-size: 14px;
  white-space: nowrap;
}
.footer p{
  font-family: "游ゴシック regular", "Yu Gothic regular","游ゴシック体", YuGothic,  "游ゴシック", "Yu Gothic", sans-serif;
  text-align: center;
  font-size: 10px;
}

/*---------------スマホ用コード----------------------------------------------------*/
@media screen and (max-width: 767px) {
	/* 768px以下に適用されるCSS（スマホ用） */

  /* タブレット、ｐｃ切り替え用 */
  .media-tab{
    display: block;
  }
  .media-pc{
    display: none;
  }

  h4{
    font-size: 14px;
  }

  .caption img{
    width: 15.45px;
    height: 41.4px;
    margin-right: 10px;
  }
  .title-box{
    flex-direction: column;
    gap:20px;
  }


  .header-logo{
    height: 25px;
  }
  .toggle-menu-button{
    display: block;
  }
  .header-site-menu{
    display: none ;
  }
  .header-site-menu.is-show{
    position: absolute;
    top:46px;
    left:0;
    right: 0;
    display: block;
  }
  .site-menu ul{
    flex-direction: column;
    align-items: center;
    background-color: #000000dc;
    padding: 30px 0 50px 0;
    margin-right: 0;
  }




  .history-pc{
    display: none;
  }
  .history-tb{
    display: block;
  }

  .information{
    flex-direction: column;
    justify-content: flex-start;
  }

}

@media screen and (max-width: 450px) {
	/* 450px以下に適用されるCSS */
  h4{
    font-size: 12px;
  }

  .caption img{
    width: 10.3px;
    height: 27.4px;
    margin-right: 5px;
  }
}


/*---------------アニメーション用コード----------------------------------------------------*/

.fade-up {
  opacity: 0;
  animation-name: fadeinup1;
  animation-duration: 1.6s;
  animation-delay: .4s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}
.fade-up2 {
  opacity: 0;
  animation-name: fadeinup2;
  animation-duration: 0.8s;
  animation-delay: 2.4s;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
}
@keyframes fadeinup1 {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeinup2 {
  0% {
    opacity: 0;
    transform: translateY(0);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/*---------------YouTube窓----------------------------------------------------*/

.box-youtube{
  position: relative;
  width: 100%;
  padding: calc(315 / 560 * 100%) 0 0;
  margin: clamp(50px,calc(5vw - 3px),80px) 0;
}

.box-youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*---------------404----------------------------------------------------*/

#search-error-page{
  height:100vh;
  background-image: url('../images/common/footer-image.jpg');
  background-attachment: local;
  background-size: cover;
  background-position: center;

  display: flex;
  flex-direction: column;
  justify-content: center;
}
.error-message-area{
  max-width: 960px;
  margin: 0 auto;
  padding: 0 40px;
  display: grid;
  grid-template-rows:  1fr 1fr;
  gap:40px;
}
.error-message-area h2{
  font-size: clamp(75px,16vmin,120px);
  color:#ffffff80
}
.error-message-area p{
  font-size: clamp(12px,2vmin,24px);
  line-height: 1.5;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
}

/*---------------line-btn----------------------------------------------------*/
.line-btn {
	width: 320px;
	display: inline-block;
	box-sizing: border-box;
	height: 44px;
	padding-right: 44px;
	border: 1px solid #fff;
	text-align: left;
	transition: background 375ms cubic-bezier(.4,0,.2,1);
	position: relative;
}

.line-btn span{
	display: block;
	box-sizing: border-box;
	height: 100%;
	padding: 0 0 0 15px;
	border-right: 1px dashed #fff;
	color: #fff;
	line-height: 42px;/*2.93;*/
	letter-spacing: .05em;
	font-size: 14px;/*.9375rem;*/
}

/*assts>fontsにフォントを追加して、これ書かないと矢印出ない*/
@font-face {
	font-family: 'icomoon';
	src: url('../fonts/icomoon/icomoon.woff') format('woff');
	font-display: swap; /* support >> Chrome, Opera */
}

.line-btn:before {
	position: absolute;
	right: 0;
	width:44px;
	color: #fff;
	text-align: center;
	margin-top: -9px;
	font-size: 19px;
	font-family: "icomoon";
	display: inline-block;
	line-height: 18px;
	top: 50%;
	vertical-align: middle;
	content: "\e922";	
}


@media print, screen and (max-width:600px){
	.line-btn {
		width: 220px;
		height: 30px;
		padding-right: 30px;
	}
	.line-btn span{
	font-size: 10px;
	padding: 0 0 0 8px;
	line-height: 30px;/*2.93;*/
	}
	.line-btn:before {
	width:30px;
	}
}