@charset "UTF-8";

/*-------------------------------------------------------------------------------------------------------------------------------
* base
-------------------------------------------------------------------------------------------------------------------------------*/
body {
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro', '游ゴシック Medium', YuGothic, 'Yu Gothic', 'メイリオ', Meiryo, sans-serif;
  font-size: 100%;
  line-height: 1.75;
  color: #000000;
  -webkit-text-size-adjust: 100%;
}
#all-wrapper{
  width: 100%;
}

/* header */
header{
  width: 100%;
  padding: 13px 0;
  text-align: center;
}
header.noline{
  border-bottom: none;
}

/* main */
main{
  width: 750px;
  margin: 0 auto;
}
main a:hover{
  opacity: 0.6;
  transition: opacity 0.3s;
}
main h1 a:hover{
  opacity: 1;
}

/* footer */
footer{
  width: 100%;
  height: 232px;
  padding: 40px 0 30px;
  /* border-top: 1px solid #000000; */
  text-align: center;
}
footer .pagetop{
  margin: 0 0 10px;
}
footer .copyright{
  margin-top: 10px;
  text-align: center;
  letter-spacing: 0.05em;
  font-size: 12px;
}


/*-------------------------------------------------------------------------------------------------------------------------------
* each 
-------------------------------------------------------------------------------------------------------------------------------*/
.fadeIn {
	opacity : 0;
	transform : translate(0, 50px);
	transition : all 1.0s ease 0.5s;
}
.fadeIn.scrollIn {
	opacity : 1;
	transform : translate(0, 0);
}


.jeans-content {
  background: url(../img/content_bg.png) no-repeat;
}
.message {
  margin-top: -22px;
}


/* splide */
.thumbnails {
  width: 682px;
  margin: 0 auto;
  display: flex;
  gap: 0 14px;
  justify-content: center;
}

.thumbnail {
  background-color: #fff;
  cursor: pointer;
}
.thumbnail img {
  opacity: 0.6;
  transition: opacity 0.3s;
}

.thumbnail:hover img {
  opacity: 0.8;
}

.thumbnail.is-active img {
  opacity: 1;
}

.btn-top {
  text-align: center;
  margin: 60px 0;
}

.check-bnr {
  height: 400px;
  background: url(../img/index_37_bg.jpg) no-repeat;
}
.check-bnr-cs {
  display: flex;
  justify-content: center;
  gap: 0 28px;
}
.check-bnr-active {
  display: flex;
  justify-content: center;
  gap: 0 10px;
  padding-left: 17px;
}


/* f-txt */
.f-txt{
  background-color: #000;
  color: #fff;
  padding: 70px 50px 70px;
  font-size: 24px;
  font-feature-settings: "palt";
  text-align: justify;
}
.f-txt p{
  padding-left: 1em;
  text-indent: -1em
}





