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

@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,700");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@700&display=swap");
/*ブラウザクリア*/
body {
  margin: 0;
}

ul {
  display: block;
  margin-block-end: 0;
  margin-block-start: 0;
  margin-inline-end: 0;
  margin-inline-start: 0;
  padding-inline-start: 0;
}

p {
  display: block;
  margin-block-end: 0;
  margin-block-start: 0;
  margin-inline-end: 0;
  margin-inline-start: 0;
}

h2 {
  display: block;
  font-size: 0;
  font-weight: bold;
  margin-block-end: 0;
  margin-block-start: 0;
  margin-inline-end: 0;
  margin-inline-start: 0;
}

/*ブラウザクリア*/
.contents_area_ {
  padding-top: 94px;
}

#Juken_jeans {
  background: #fff;
  color: #333;
  display: flex;
  flex-wrap: wrap;
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-feature-settings: "pkna" 1;
  font-size: 1em;
  height: calc(100vh - 94px);
  margin: 0 auto;
  overflow: hidden;
  overflow: auto;
  padding: 0 0 0 0;
  position: relative;
  text-align: center;
  width: 100%;
}
#Juken_jeans img {
  max-width: 100%;
}

#Juken_jeans #left {
  height: 100%;
  position: -webkit-sticky; /*Safari用*/
  position: sticky;
  top: 0;
  width: 50%;
}
#Juken_jeans #left .mv {
  height: 100%;
}
#Juken_jeans #left img.imgMain {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
#Juken_jeans #left img.imgText {
  bottom: 2%;
  display: block;
  left: 5%;
  position: absolute;
  width: 90%;
  z-index: 5;
}
#Juken_jeans #right {
  position: relative;
  width: 50%;
  z-index: 5;
}
#Juken_jeans .inner {
  font-size: 1em;
  height: auto;
  margin: 0 auto;
  max-width: 1000px;
  overflow: hidden;
  padding-bottom: 15px;
  padding-top: 0;
  text-align: center;
  width: 100%;
}

#right .lead_area {
  height: auto;
  margin: 0 auto;
  padding: 200px 0 50px 0;
  width: 80%;
}
#Juken_jeans .lead_area h2 {
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.5;
  margin-bottom: 100px;
  padding: 0;
}
#right .lead_area img {
  animation: fuwafuwa 1s infinite;
  display: block;
  margin: 10px auto 0;
  width: 16px;
}
@keyframes fuwafuwa {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(8px);
  }
  100% {
    transform: translateY(0px);
  }
}

#right .sub_lead {
  margin: 0 auto;
  padding-bottom: 50px;
  width: 80%;
}
#right .sub_lead img {
  margin-bottom: 50px;
}
#right .sub_lead p {
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 2;
  margin: 0 auto;
  text-align: justify;
}

#right .features {
  width: 100%;
}

#right .features h2 {
  background-color: #000;
  color: #fff;
  font-size: 2rem;
  padding: 30px 0 30px 0;
}
#right .textBox {
  margin: 0 auto;
  padding: 40px 0 0 0;
  width: 80%;
}
#right .textBox .title {
  align-items: center;
  display: flex;
  margin-bottom: 20px;
}
#right .textBox .title img.icon {
  display: block;
  height: 40px;
  margin-bottom: 0;
  margin-right: 10px;
  width: auto;
}
#right .textBox .title h3 {
  font-size: 1.5rem;
  font-weight: 900;
}
#right .textBox .title h3 span {
  font-size: 2.5rem;
  margin: 0 5px;
}
#right .textBox img {
  margin-bottom: 20px;
}
#right .textBox p {
  font-size: 1rem;
  line-height: 1.8;
  text-align: justify;
}
#right .ditailBox {
  margin: 0 auto;
  padding: 64px 0 64px 0;
  width: 80%;
}
#right .ditailBox h4 {
  font-size: 2.5rem;
  margin-bottom: 20px;
}
#right .ditailBox p {
  font-size: 1rem;
  margin-bottom: 10px;
}
#right a:hover {
  background-color: #000;
  color: #fff;
  transition: 0.6s;
}
#right .ditailBox a {
  border: solid 2px #000;
  display: block;
  font-size: 1.1rem;
  font-weight: bold;
  margin: 30px auto;
  padding: 10px 0;
  width: 100%;
}
#right .ditailBox .ex{
font-size: .7rem;
text-align: left;
margin-top: 40px;
}
#right .shop {
  margin: 0 auto;
  padding: 20px 0 50px 0;
  text-align: left;
  width: 80%;
}
#right .shop h4 {
  font-size: 1.5rem;
  margin-bottom: 20px;
}
#right .shop p {
  font-size: 1rem;
  margin-bottom: 10px;
}
#right .shop a {
  border: solid 2px #000;
  display: block;
  font-size: 1.1rem;
  font-weight: bold;
  margin: 30px auto;
  padding: 10px 0;
  text-align: center;
  width: 100%;
}
#right .shop img {
  display: block;
  margin: 100px auto 20px;
  width: 75%;
}
#right .shop p.bottom_text {
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0 auto;
  width: 75%;
}
#right .shop p.bottom_text span {
  display: block;
  font-size: 0.8rem;
  font-weight: 300;
  margin-top: 10px;
}

#right .video_box{
max-width: 80%;
margin: 0 auto 80px;
}

#right .video_box .video{
position: relative;
width:100%;
height:0;
padding-top: 56.25%;
}

#right .video_box .video iframe{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
/*********fede**************/
.sa {
  opacity: 0;
  transition: all 1s ease;
}

.sa.show {
  opacity: 1;
  transform: none;
}

.sa--up {
  transform: translate(0, 100px);
}

.sa--down {
  transform: translate(0, -100px);
}
/*********fede**************/

@media only screen and (max-width: 1100px) {
  .pc {
    display: block !important;
  }
  .sp {
    display: none !important;
  }
}
@media only screen and (max-width: 750px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .contents_area_ {
    padding-top: 62px;
  }
  #Juken_jeans {
    background: #fff;
    display: block;
    height: 100%;
    width: 100%;
  }
  #Juken_jeans img {
    max-width: 100%;
  }
  #Juken_jeans #left {
    position: relative;
    width: 100%;
  }
  #Juken_jeans #left .mv {
    height: 100%;
  }
  #Juken_jeans #left img.imgMain {
    object-fit: cover;
    width: 100%;
  }
  #Juken_jeans #left img.imgText {
    bottom: 2%;
    display: block;
    left: 5%;
    position: absolute;
    width: 90%;
    z-index: 5;
  }
  #Juken_jeans #right {
    width: 100%;
  }
  #Juken_jeans .inner {
    font-size: 1em;
    height: auto;
    margin: 0 auto;
    max-width: 1000px;
    overflow: hidden;
    padding-bottom: 15px;
    padding-top: 0;
    text-align: center;
    width: 100%;
  }

  #right .lead_area {
    height: auto;
    margin: 0 auto;
    padding: 50px 0 50px 0;
    width: 90%;
  }
  #Juken_jeans .lead_area h2 {
    font-size: 1.1rem;
    margin-bottom: 50px;
  }
  #right .lead_area img {
    display: block;
    margin: 10px auto 0;
    width: 3%;
  }

  #right .sub_lead {
    margin: 0 auto;
    padding-bottom: 50px;
    width: 80%;
  }
  #right .sub_lead img {
    margin-bottom: 20px;
  }
  #right .sub_lead p {
    font-size: 0.9rem;
    line-height: 2;
    margin: 0 auto;
  }

  #right .features {
    width: 100%;
  }

  #right .features h2 {
    background-color: #000;
    color: #fff;
    font-size: 1.2rem;
    padding: 30px 0 30px 0;
  }
  #right .textBox {
    margin: 0 auto;
    padding: 40px 0 0 0;
    width: 80%;
  }
  #right .textBox .title {
    margin-bottom: 20px;
  }
  #right .textBox .title img.icon {
    display: block;
    height: 30px;
    margin-bottom: 0;
    margin-right: 10px;
    width: auto;
  }
  #right .textBox .title h3 {
    font-size: 1rem;
    font-weight: 900;
    text-align: left;
  }
  #right .textBox .title h3 span {
    font-size: 1.5rem;
    margin: 0 5px;
  }
  #right .textBox .title h3 span.last_span {
    margin: 0;
  }
  #right .textBox img {
    margin-bottom: 20px;
  }
  #right .textBox p {
    font-size: 0.9rem;
    line-height: 1.8;
  }
  #right .ditailBox {
    margin: 0 auto;
    padding: 64px 0 64px 0;
    width: 80%;
  }
  #right .ditailBox h4 {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
  #right .ditailBox p {
    font-size: 0.9rem;
    margin-bottom: 10px;
  }
  #right .ditailBox a {
    border: solid 2px #000;
    display: block;
    font-size: 1.1rem;
    font-weight: bold;
    margin: 30px auto;
    padding: 10px 0;
    width: 100%;
  }
  #right .shop {
    margin: 0 auto;
    padding: 20px 0 50px 0;
    text-align: left;
    width: 80%;
  }
  #right .shop h4 {
    font-size: 1.2rem;
    margin-bottom: 20px;
  }
  #right .shop p {
    font-size: 1rem;
    margin-bottom: 10px;
  }
  #right .shop img {
    display: block;
    margin: 100px auto 20px;
    width: 75%;
  }
  #right .shop p.bottom_text {
    font-size: 1.1rem;
    line-height: 1.8;
    font-weight: bold;
    margin: 0 auto;
    width: 90%;
  }
  #right .shop p.bottom_text span {
    font-size: 0.7rem;
  }
  #right .shop a {
    font-size: 1.1rem;
  }
}
