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

 

p,h1,h2,h3,h4,h5,h6{
	margin-top: 0;
}

img{
	
	vertical-align: bottom;
}

a {
    text-decoration:none; 
}

ul {
	margin:0;
	padding: 0;
}

.body{
background-color:#f1eee6;
font-feature-settings: "palt";
}

.mainimage {
   max-width: 750px; /* 最大幅 */
   min-width: 400px; /* 最小幅 */
   margin-top: 100px;
   margin-left : auto;
   margin-right : auto;
}

.mainimage img { 
	width: 100%;
}



.colortext{
	font-size: 20pt;
	padding-left: 10%;
 	color: #000000;
	text-decoration: none;
	font-family: 'Noto Sans JP', sans-serif;
	font-style: 500;
	}

h1 {
	position: relative;
	text-align: center;
	margin: 150px 0px 90px 0px;
	font-size: 25px;
	font-family: jaf-bernina-sans, sans-serif;
font-weight: 600;
font-style: normal;
letter-spacing:0.4em;
}

h1::after {
	content: '';
	display: block;
	position: absolute;
	left: 50%; /* 位置調整 */
	transform: translate(-60%); /* 位置調整 */
	bottom: -30px; /* 下線の上下位置調整 */
	width: 50px; /* 下線の幅 */
	height: 2px; /* 下線の太さ */
	background-color: #000000; /* 下線の色 */
}

h2 {
	position: relative;
	text-align: center;
	line-height:200%;
	font-size: 11px;
	font-family: jaf-bernina-sans, sans-serif;
font-weight: 400;
font-style: normal;
letter-spacing:0.1em;
}

h3 {
	position: relative;
	text-align: center;
	line-height:250%;
	margin: 40px 0px 40px 0px;
	font-size: 12px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	color: #031750;
font-style: normal;
}

h4{
	position: relative;
	text-align: center;
	margin: 30px 0px 50px 0px;
	font-size: 12px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
font-style: normal;	
}

h5 {
	position: relative;
	text-align: center;
	margin: 250px 0px 90px 0px;
	font-size: 25px;
	font-family: jaf-bernina-sans, sans-serif;
font-weight: 600;
font-style: normal;
letter-spacing:0.4em;
}

h5::after {
	content: '';
	display: block;
	position: absolute;
	left: 50%; /* 位置調整 */
	transform: translate(-60%); /* 位置調整 */
	bottom: -30px; /* 下線の上下位置調整 */
	width: 50px; /* 下線の幅 */
	height: 2px; /* 下線の太さ */
	background-color: #000000; /* 下線の色 */
}

#titlebr {
	margin-top: -5px;
	padding-top: 5px;
}




.maintext{
	text-align: center;
	font-size: 1.3em;
	padding-left: 5%;
	padding-right: 5%;
	line-height:200%;
 	color: #000000;
	text-decoration: none;
	font-family: 'Zen Old Mincho', serif;
	font-style: 400;
	}


.js-animation {
  opacity: 0;
  visibility: hidden;
  transform: translateY(40px);
  transition: all 1s;
  max-width: 1080px; /* 最大幅 */
  margin-left : auto;
  margin-right : auto;
}
.js-animation.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}


.js-animation img { 
	width: 100%;
}


.js-animation2 {
  opacity: 0;
  visibility: hidden;
  transform: translateY(40px);
  transition: all 1s;
  max-width: 1080px; /* 最大幅 */
  margin-left : auto;
  margin-right : auto;
}
.js-animation2.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}


.js-animation2 img { 
	width: 100%;
}

.js-animation3 {
  opacity: 0;
  visibility: hidden;
  transform: translateY(40px);
  transition: all 1s;
  max-width: 1080px; /* 最大幅 */
  margin-left : auto;
  margin-right : auto;
}
.js-animation3.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}


.js-animation3 img { 
	width: 100%;
}


.js-animationC {
  opacity: 0;
  visibility: hidden;
  transform: translateY(40px);
  transition: all 1s;
  max-width: 1080px; /* 最大幅 */
  margin-left : auto;
  margin-right : auto;
}
.js-animationC.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}


.js-animationC img { 
	width: 40%;
	margin-left : auto;
	margin-right : auto;
}

.concept {
	text-align: center;
	margin-left : auto;
	margin-right : auto;
}



.lrbox{
	max-width: 1080px;
	margin-left : auto;
	margin-right : auto;
}



.snsbox{
	margin-top: 50px;
	margin-bottom: 50px;
}


.sns{
	font-size: 2em;
	letter-spacing: 0.1em;
	line-height:2.5em;
	padding-left: 5%;
	padding-bottom: 0px;
	text-decoration: none;
 	color: #000000;
	font-family: jaf-bernina-sans, sans-serif;
	font-weight: 600;
	font-style: normal;
	}

.creditbox{
	padding-top: 10px;
	text-align: center;
	margin-bottom: 80px;
	margin-left: auto;
	margin-right: auto;
	width: 100vw;
	max-width: 750px;
}


.credit{
	font-size: 17px;
	letter-spacing: 0.02em;
	line-height:0.6em;
	padding-left: 5%;
	padding-bottom: 0px;
	text-decoration: none;
 	color: #000000;
	font-family: "eb-garamond", serif;
	font-weight: 400;
	font-style: normal;
	}



span {
	display: inline-block;
	color: #031750;
}

span2 {
  text-decoration:underline;
  text-decoration-color: #031750;
  color: #031750;
  font-size: 100%;
	
}

span3 {
	display: inline-block;
	color: #dc5c74;
}

span4 {
  text-decoration:underline;
  text-decoration-color: #0dc5c74;
  color: #dc5c74;
  font-size: 100%;
	
}




.hero {
  position: absolute;
	top: 0;
	left:0;
	width: 100vw;
	height:100vh;
background-color:#f1eee6;
}

.op-image{
position: absolute;
	top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
    }

#timeout{
}

.topimage {
  position: static;
  height: 100vh; /* 全画面表示 */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-image:url("../image/july01_main_pc.jpg");
}


.button-31 {
  background-color: rgba( 30, 30, 30, 0.55 );
  border-radius: 50%;
  border-style: none;
  box-sizing: border-box;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-family: jaf-bernina-sans, sans-serif;
  font-size: 2em;
  font-weight: 600;
  margin: 0;
  max-width: 4em;
  min-width: 20px;
  outline: none;
  overflow: hidden;
  padding: 40px 30px;
  position: relative;
  text-align: center;
  text-transform: none;
  user-select: none;
  -webkit-user-select: none;
  width: 100%;
}

.buy{
    position: fixed;
    bottom: 3%;
    right: 5%;
    z-index: 10000;
}


.leftimage{
	width: 50%;
	float: left;
}

.rightimage{
	width: 50%;
	float: right;
}

.clearfix:after{
    content: "";
	display: block;
	clear: both;
}

.topspace{
	margin-top: 75px;
}

.bottomspace{
	margin-bottom: 75px;
}

.violet01{
		width: 33%;
	float: left;
}

.violet02{
		width: 33%;
	float: left;
}

.violet03{
		width: 33%;
	float: right;
}

.simple_square_btn5 {
	display: block;
	position: relative;
	width: 70%;
	max-width: 500px;
	padding: 1em;
	text-align: center;
	text-decoration: none;
	font-size: 25px;
	letter-spacing: 0.1em;
	font-family: 'Noto Sans JP', sans-serif;
	font-style: 500;
	color: #727272;
	background: #EAEBEC;
	margin-left: auto;
    margin-right: auto;
	margin-bottom: 100px;
}


.logo {
	width: 70%;
	max-width: 400px;
	text-align: center;
	margin-top: 10px;
	margin-left: auto;
    margin-right: auto;
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }


.slider{
	max-width: 1080px;
	margin-left: auto;
    margin-right: auto;
}

.slick-next{
    right:0!important;
  }
  .slick-next:before{
    background: url("../images/denimu_LP_02_32_a.png")!important;
    background-size: contain!important;
  }
  .slick-prev{
    left:0!important;
  }
  .slick-prev:before{
    background: url("../images/denimu_LP_02_31_a.png")!important;
    background-size: contain!important;
  }
  .slick-arrow{
    z-index:2!important;
    width:60px!important;
    height:45px!important;
  }
  .slick-arrow:before{
    content:""!important;
    width: 100%!important;
    height: 100%!important;
    position: absolute;
    top: 0;
    left: 0;
    opacity:1!important;
  }


/* デニム追加 */

.maintitle01{
	width: 70%;
	max-width: 300px;
	padding-top: 50px;
	margin: 20px auto 15px;	
}

.maintitle01 img{
	width: 100%
}

.sliderbox	{
	max-width: 750px; /* 最大幅 */
	margin-left : auto;
    margin-right : auto;
	margin-bottom: 10px;
	}

.kaolist{
	width:  102%;
	max-width: 750px; /* 最大幅 */
	margin: 0 auto;
}

.linklist{
	width:  50%;
	max-width: 300px; /* 最大幅 */
	margin: 40px  auto 0;
}



.link_icon{
	 width: 100%;
	 display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 0% 4%;
	list-style-type:none;
}

/*justify-content: center;*/

.kao_icon{
	 width: 102%;
	 display: flex;
	flex-wrap: wrap;
	gap: 0% 2%;
	list-style-type:none;
}

.flex-item {
  width: 45%;
}

.flex-item2 {
  width: 30%;
}


.top-box {
    position: relative;
	width: 100vw;
	margin-bottom: 0px;
	z-index: 25;
}


/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }


.titleaw02{
  position:absolute;
  display: block;
  width: 35%;
  max-width: 400px;
  top:40%;
  left: 12%;
  z-index: 29;
  }


.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev
.slide-img{
  animation: zoomUp 10s linear 0s 1 normal both;  
}

.slide-img img{
  position: static;
  height: 100vh; /* 全画面表示 */
  object-fit: cover;
}


.leep {
   max-width: 750px; /* 最大幅 */
   min-width: 400px; /* 最小幅 */
   margin-top: 10px;
   margin-left : auto;
   margin-right : auto;
}





/* SP */


@media screen and ( max-width : 1080px ){
.hero {
  position: absolute;
	top: 0;
	left:0;
	width: 100vw;
	height:78vh;
background-color:#f1eee6;
}
	
.top-box {
	height: 75vh;
	margin-bottom: 0px;
	z-index: 25;
}

.slide-img img{
  position: static;
  height: 75vh; /* 全画面表示 */
  object-fit: cover;
}
	
  .slick-arrow{
    z-index:2!important;
    width:60px!important;
    height:45px!important;
  }
		
.topimage {
  position: static;
  height: 78vh; /* 全画面表示 */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-image:url("../img/LP_top_sp.jpg");
}
	
.titleaw02{
  position:absolute;
  display: block;
  width: 60%;
  max-width: 400px;
  top:18%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 29;
  }
		
}

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 1080px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
}


/* PC */

@media screen and ( min-width : 1080px ){
.maintext{
	font-size: 1em;
	line-height:200%;
 	color: #000000;
	text-decoration: none;
	font-family: 'Zen Old Mincho', serif;
	font-style: 400;
	}
	
.concept {
	max-width: 700px; /* 最大幅 */
	text-align: center;
	margin-left : auto;
	margin-right : auto;
}

.mainimage {
   max-width: 750px; /* 最大幅 */
   margin-top: 100px;
   margin-left : auto;
   margin-right : auto;
}

.mainimage img { 
	width: 100%;
}
	
	.credit{
	padding-left: 0%;
	}
	



	
}
		
