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

@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

/* メインタイトルh2 コンテンツ内見出しh3*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');
/* font-family: 'Montserrat', sans-serif;*/

/* クレジット */
@import url（ 'https://fonts.googleapis.com/css2？family = Roboto + Condensed：wght @ 300＆ display = swap'）;
/* font-family： 'Roboto Condensed'、sans-serif;*/

/* リードテキスト */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300&display=swap');
/* font-family: 'Noto Sans JP', sans-serif;*/




#catalog{
	width: 100%;
	color: #000;
	padding-bottom: 20px;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 500;
	font-weight: normal;
	letter-spacing: 1px;
	position: relative;
	z-index: 7;
}


/* --------------------------------
parallax　背景指定
---------------------------------*/
.bg_container {
    position: fixed;
	top: 0;
    left: 0;
	width: 100%;
    height: 100%;
}
#parallax-bg1 {
	z-index: 1;
}
#parallax-bg2 {
	z-index: 2;
}
#parallax-bg2 img {
	width: 90%;
	height: auto;
    position: absolute;
    left: 0%;
    top: 30%;
	filter:alpha(opacity=40);
    -moz-opacity: 0.4;
    opacity: 0.4;
}
#parallax-bg3 {
	z-index: 3;
}
#parallax-bg3 img {
	width: 80%;
	height: auto;
    position: absolute;
    right: 0%;
    top: 100%;
	filter:alpha(opacity=40);
    -moz-opacity: 0.4;
    opacity: 0.4;
}


#parallax-bg4 {
	z-index: 2;
}
#parallax-bg4 img {
	width: 90%;
	height: auto;
    position: absolute;
    left: 0%;
    top: 180%;
	filter:alpha(opacity=40);
    -moz-opacity: 0.4;
    opacity: 0.4;
}
#parallax-bg5 {
	z-index: 3;
}
#parallax-bg5 img {
	width: 80%;
	height: auto;
    position: absolute;
    right: 0%;
    top: 280%;
	filter:alpha(opacity=40);
    -moz-opacity: 0.4;
    opacity: 0.4;
}

#parallax-bg6 {
	z-index: 2;
}
#parallax-bg6 img {
	width: 90%;
	height: auto;
    position: absolute;
    left: 0%;
    top: 400%;
	filter:alpha(opacity=40);
    -moz-opacity: 0.4;
    opacity: 0.4;
}


#parallax-bg7 {
	z-index: 3;
}
#parallax-bg7 img {
	width: 90%;
	height: auto;
    position: absolute;
    right: 0%;
    top: 550%;
	filter:alpha(opacity=40);
    -moz-opacity: 0.4;
    opacity: 0.4;
}

#parallax-bg8 {
	z-index: 2;
}
#parallax-bg8 img {
	width: 90%;
	height: auto;
    position: absolute;
    left: 0%;
    top: 700%;
	filter:alpha(opacity=40);
    -moz-opacity: 0.4;
    opacity: 0.4;
}

#parallax-bg9 {
	z-index: 3;
}
#parallax-bg9 img {
	width: 90%;
	height: auto;
    position: absolute;
    right: 0%;
    top: 850%;
	filter:alpha(opacity=40);
    -moz-opacity: 0.4;
    opacity: 0.4;
}

#parallax-bg10 {
	z-index: 4;
}
#parallax-bg10 img {
	width: 90%;
	height: auto;
    position: absolute;
    left: 0%;
    top: 1000%;
	filter:alpha(opacity=40);
    -moz-opacity: 0.4;
    opacity: 0.4;
}

#parallax-bg11 {
	z-index: 3;
}
#parallax-bg11 img {
	width: 90%;
	height: auto;
    position: absolute;
    right: 0%;
    top: 1200%;
	filter:alpha(opacity=40);
    -moz-opacity: 0.4;
    opacity: 0.4;
}

#parallax-bg12 {
	z-index: 4;
}
#parallax-bg12 img {
	width: 90%;
	height: auto;
    position: absolute;
    left: 0%;
    top: 1350%;
	filter:alpha(opacity=40);
    -moz-opacity: 0.4;
    opacity: 0.4;
}

#parallax-bg13 {
	z-index: 3;
}
#parallax-bg13 img {
	width: 90%;
	height: auto;
    position: absolute;
    right: 0%;
    top: 1550%;
	filter:alpha(opacity=40);
    -moz-opacity: 0.4;
    opacity: 0.4;
}


#parallax-bg14 {
	z-index: 3;
}
#parallax-bg14 img {
	width: 90%;
	height: auto;
    position: absolute;
    left: 0%;
    top: 1700%;
	filter:alpha(opacity=40);
    -moz-opacity: 0.4;
    opacity: 0.4;
}

#parallax-bg15 {
	z-index: 3;
}
#parallax-bg15 img {
	width: 90%;
	height: auto;
    position: absolute;
    right: 0%;
    top: 2000%;
	filter:alpha(opacity=40);
    -moz-opacity: 0.4;
    opacity: 0.4;
}


#parallax-bg16 {
	z-index: 3;
}
#parallax-bg16 img {
	width: 90%;
	height: auto;
    position: absolute;
    left: 0%;
    top: 2230%;
	filter:alpha(opacity=40);
    -moz-opacity: 0.4;
    opacity: 0.4;
}




.pc { display: block !important; }
.sp { display: none !important; }

/* --------------------------------
TOP画像切り替え
---------------------------------*/




/* ------------------------
タイトルふんわり
---------------------------*/
.fade{
  animation: fadeIn 5s ease 0.0s 1 normal;
}
@keyframes fadeIn { /*animetion-nameで設定した値を書く*/
  0% {opacity: 0} /*アニメーション開始時は不透明度0%*/
  100% {opacity: 1} /*アニメーション終了時は不透明度100%*/

}


/* --------------------------------
コンテンツ
---------------------------------*/

#catalog #Main{
	width: 100%;
	margin-bottom: 0px;
	position: relative;
}

#catalog #Main dt{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	
	display: flex;
  justify-content: center;
  align-items: center;
}

#catalog #Main dt h2{
font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 120px;
	line-height: 160px;
	text-align: center;
	color: #ffffff;
}


#catalog #Main dt h2 img{
	width: 80%;
	height: auto;
	
}

#catalog #Main dd img{
	width: 100%;
	height: auto;
}

.bg-slider {
	width: 100vw;
	height: 100vh;
	background-position:center center;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
}

.bg-slider__title{
	color: #fff;
	font-size: 48px;
	line-height: 1.5;
	text-align:center;
}

.bg-slidersp {
	width: 100vw;
	height: 100vh;
	background-position:center center;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
}


/* --------------------------------
リード文
---------------------------------*/

#catalog .Lead{
	width: 100%;
	max-width: 1000px;
	margin: 60px auto 60px auto;

}

#catalog .Lead{
	width: 100%;
	height: 100%;
	 display: flex;
   justify-content: center;
   align-items: center;
}


#catalog .Lead p{
	text-align: center;
	width: 100%;
	font-size: 20px;
    line-height: 44px;
    letter-spacing: 8px;
	color: #fff;
	color: #000;
	font-weight: 600;
    font-family: 'Noto Sans JP', sans-serif;
}

#catalog .Lead{
	width: 100%;
	height: 500px;
    background-color: #fff;
	filter:alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;
}




/* --------------------------------
モデル画像エリア
---------------------------------*/

#catalog article{
	width: 100%;
	max-width: 1280px;
	box-sizing: border-box;
	padding: 0 40px;
	margin: 0 auto;
}


#catalog article .itemArea {
    width: 90%;
    box-sizing: border-box;
    padding: 40px 60px;
    margin: 0 auto 40px 0;
    background-color: #fff;
	filter:alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;
font-family: 'Montserrat', sans-serif;
}

#catalog article .itemArea h3{
	font-size: 50px;
	margin-bottom: 6px;
font-family: 'Montserrat', sans-serif;

}

#catalog article .itemArea p{
	font-size: 30px;
	line-height: 36px;
	margin-bottom: 10px;
	letter-spacing: 4px;
}

#catalog article .itemArea p .name{
	font-size: 30px;
	line-height: 36px;
	margin-bottom: 10px;
	letter-spacing: 4px;
	padding-top: 14px;
}


#catalog article .itemArea span{
	font-size: 14px;
	line-height: 12px;
	margin-bottom: 15px;
	display: block;
   font-family： 'Roboto Condensed'、sans-serif;

}



.imageR{
	width: 100%;
	padding-left: 10%;
	box-sizing: border-box;
	margin-bottom: 80px;
}

.imageL{
	width: 100%;
	padding-right: 10%;
	box-sizing: border-box;
	margin-bottom: 80px;
}

.imageR img,.imageL img{
	width: 100%;
	height: auto;
}

.imageR p,.imageL p{
	margin: 0 !important;
	padding-top: 40px;
}

.imageR p span,.imageL p span{
	font-size: 12px;
	line-height: 12px;
font-family： 'Roboto Condensed'、sans-serif;
	letter-spacing: 2px;
	display: block;
	margin-bottom: 15px;
}


.imageR p a,.imageL p a{
font-family： 'Roboto Condensed'、sans-serif;
	font-weight: 500;
	display: inline-block;
	font-size: 12px;
	letter-spacing: 0;text-decoration: none;
	width: auto !important;
	text-align: center;
	color: #fff;
	background-color:#000;
	padding: 4px 10px;
	border: 1px solid #000;
	margin-left: 15px;
   transition: background .3s, color .3s;
}

.imageR p span a:hover,.imageL p span a:hover{
	background-color:#fff;
	color: #000;
	border: 1px solid #000;

}



/* ---------------------------------------------------------
.bottom
----------------------------------------------------------*/
.bottom {
  padding: 0 0 0;
}
.bottom .btn-all {
  margin-bottom: 120px;
}
.bottom .btn-all a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 240px;
  height: 45px;
font-family： 'Roboto Condensed'、sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: .117em;
  background: #000;
  border: 1px solid #000;
  margin: 0 auto;
  box-sizing: border-box;
  transition: background .3s, color .3s;
}
.bottom .btn-all a:hover {
  background: #fff;
  color: #000;
}

.bottom .staff {
font-family： 'Roboto Condensed'、sans-serif;
  font-size: 10px;
  line-height: 1.9;
  letter-spacing: .015em;
  text-align: center;
}

/* ---------------------------------------------------------
footer
----------------------------------------------------------*/
footer {
  position: relative;
  padding: 120px 0 0px;
}
footer .logo {
  width: 110px;
  margin: 0 auto 30px;
}
footer ul {
  display: flex;
  justify-content: center;
  margin-bottom: 120px;
}
footer li {
  list-style: none;
font-family： 'Roboto Condensed'、sans-serif;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: .030em;
  margin-right: 13px;
}
footer li:last-child {
  margin-right: 0;
}
footer li::after {
  content: "/";
  margin-left: 13px;
}
footer li:last-child::after {
  content: none;
}
footer p {
font-family： 'Roboto Condensed'、sans-serif;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: .036em;
  text-align: center;
}
footer .pagetop {
  position: absolute;
  bottom: 58px;
  right: 60px;
  width: 34px;
}


.fadein {
    opacity : 0;
    transform : translate(0, 50px);
    transition : all 300ms;
}
.fadein.scrollin {
    opacity : 1;
    transform : translate(0, 0);
}


/* ---------------------------------------------------------
SP
----------------------------------------------------------*/
@media all and (max-width: 769px) {
 
.pc { display: none !important; }
.sp { display: block !important; }
	
#catalog #Main dt h2 {
    font-size: 44px;
	line-height: 44px;
}

#catalog #Main dt h2 span{
	font-size: 10px;
	display: block;
	padding-top: 0px;
	line-height: 10px;
	margin-bottom: 15px;
}
	
#catalog #Main dt {
    align-items:flex-end;
    padding-bottom: 40%;
    box-sizing: border-box;

}	
	
#catalog article{
	padding: 0 20px;
}
	
	
#catalog .Lead{
	padding: 0 20px;
	box-sizing: border-box;
}	
	
	
#catalog .Lead p {
    line-height: 24px;
    padding: 30px;
}
	

	
#catalog #Main dt h2 span{
	font-size: 20px;
	display: block;
	padding-top: 20px;
	line-height: 20px;
}	
	
.imageR p,.imageL p{
	margin: 0 !important;
}
	
	
	
	
.imageR p span, .imageL p span {
    font-size: 10px;
    line-height: 10px;
    letter-spacing: 1px;
    display: block;
    margin-bottom: 15px;
}
	
.imageR p, .imageL p {
    margin: 0 !important;
    padding-top: 25px;
}	

	
/* --------------------------------
モデル画像エリア
---------------------------------*/

#catalog article .itemArea {
    padding: 20px;
}
	
#catalog article .itemArea h3 {
    font-size: 30px;
	margin: 3px 0;
font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}
	
#catalog article .itemArea p{
	font-size: 20px;
	line-height: 28px;
	letter-spacing: 4px;
}

	#catalog article .itemArea p .name{
	font-size: 20px;
	line-height: 28px;
	letter-spacing: 4px;
	padding-top: 14px;
}

	
#catalog .Lead {
    padding: 0 0px;
    box-sizing: border-box;

}
	
#catalog .Lead p {
    text-align: center;
    width: 100%;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 1px;
    color: #fff;
	color: #000;
    font-weight: 600;
    font-family: 'Noto Sans JP', sans-serif;
    margin: 0;
    box-sizing: border-box;
    padding: 0;

}
	
#catalog .Lead{
	width: 100%;
	height: 300px;
    background-color: #fff;
	filter:alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;
}

	
.imageR p a, .imageL p a {
font-family： 'Roboto Condensed'、sans-serif;
    font-weight: 500;
    display: inline-block;
    font-size: 10px;
    padding: 4px 6px;
    margin-left: 5px;
}

	
/* ---------------------------------------------------------
.bottom sp
----------------------------------------------------------*/
  .bottom {
    padding: calc(140 / 750 * 100vw) 0 0;
  }
  .bottom .btn-all {
    margin-bottom: calc(170 / 750 * 100vw);
  }
  .bottom .btn-all a {
    width: calc(420 / 750 * 100vw);
    height: calc(74 / 750 * 100vw);
    font-size: calc(28 / 750 * 100vw);
  }
  
  .bottom .staff {
    font-size: 2.66vw;
    letter-spacing: 0;
  }
/* ---------------------------------------------------------
footer sp
----------------------------------------------------------*/
  footer {
    padding: calc(180 / 750 * 100vw) 0 8vw;
  }
  footer .logo {
    width: 26.66vw;
    margin: 0 auto 12.8vw;
  }
  footer ul {
    display: block;
    margin-bottom: 17.46vw;
  }
  footer li {
    font-size: 3.73vw;
    letter-spacing: .030em;
    text-align: center;
    margin: 0 0 7vw 0;
  }
  footer li:last-child {
    margin: 0;
  }
  footer li::after {
    content: none;
    margin-left: 0;
  }
  footer p {
    font-size: 2.66vw;
    letter-spacing: .033em;
  }
  footer .pagetop {
    bottom: 8vw;
    right: 8.26vw;
    width: 8.26vw;
  }
  footer .pagetop img {
    width: 8.26vw;
  }	
	
	
	
}



						
			
