
.jujutsu {
  font-family: kozuka-gothic-pro, sans-serif;
  letter-spacing: 1.5px;
  color: #000;
}

/*
* kv
*/
.jujutsu .kv {
  width: 800px;
  height: 374px;
  margin: 0 0 80px 0;
  overflow: hidden;
}

.jujutsu .kv h1 {
  position: relative;
  background-image: url(../images/kv-bg.jpg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center top;
}

.jujutsu .kv h1 .base-image {
  display: block;
  opacity: 0;
  transition: opacity 3s ease;
}

.jujutsu .kv .overlay-image {
  display: block;
  position: absolute;
  top: -800px;
  left: 0;
  opacity: 0.7;
}


/*
* intro
*/
.jujutsu .intro {
  margin: 0 0 120px 0;
}

.jujutsu .intro dl dt {
  margin: 0 0 50px 0;
  font-family: dnp-shuei-shogomincho-std, sans-serif;
  font-size: 22px;
  line-height: 2.2;
  letter-spacing: 1.2;
  text-align: center;
  opacity: 0;
  transition: opacity 1.5s ease;
}

.jujutsu .intro dl dd {
  font-family: dnp-shuei-shogomincho-std, sans-serif;
  font-size: 13px;
  line-height: 2.4;
  text-align: center;
}

/*
* intro-image
*/
.jujutsu .intro-image-2 {
  background-image: url(../images/intro-image-2-bg.jpg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center top;
}

.jujutsu .intro-image-4 {
  background-image: url(../images/intro-image-4-bg.jpg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center top;
}

/*
* about
*/
.jujutsu .about {
  background-image: url(../images/bg-about.jpg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center top;
  padding: 0 0 100px 0;
}

.jujutsu .about h2 {
  position: relative;
  margin: 0 0 80px 0;
  padding: 140px 0 0 0;
  font-family: "andalus", sans-serif;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 2px;
  color: #fff;
  text-align: center;
}

.jujutsu .about h2::before {
  position: absolute;
  content: '';
  top: 0;
  left: 50%;
  width: 1px;
  height: 120px;
  background-color: #fff;
  text-align: center;
}

.jujutsu .about ul.brand {
  display: flex;
  justify-content: center;
  gap: 26px;
  width: 82%;
  margin: 0 auto 60px auto;
  padding: 0 0 40px 0;
}

.jujutsu .about ul.brand li dl dt {
  margin: 0 0 40px 0;
  text-align: center;
}


.jujutsu .about ul.brand li dl dd.copy {
  margin: 0 0 50px 0;
  font-family: dnp-shuei-shogomincho-std, sans-serif;
  font-size: 13px;
  line-height: 2.0;
  height: 84px;
  text-align: center;
  color: #fff;
}

.jujutsu .about ul.brand li dl.furifu dd.copy {
  background-image: url(../images/bg-copy-furifu.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center 26px;
}

.jujutsu .about ul.brand li dl.jujutsu dd.copy {
  background-image: url(../images/bg-copy-jujutsu.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center 14px;
}

.jujutsu .about ul.brand li dl.furifu dd.copy div {
  padding: 16px 0 0 0;
}

.jujutsu .about ul.brand li dl dd.description {
  font-family: dnp-shuei-shogomincho-std, sans-serif;
  font-size: 10px;
  letter-spacing: 0.5px;
  line-height: 2.2;
  text-align: center;
  color: #fff;
}

.jujutsu .about dl.sns dt {
  position: relative;
  margin: 0 0 30px 0;
  font-family: "andalus", sans-serif;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 4px;
  color: #fff;
  text-align: center;
}

.jujutsu .about dl.sns dt::before {
  position: absolute;
  content: '';
  top: 14px;
  left: 50%;
  transform: translate(calc(50% - 153px), -50%);
  width: 40px;
  height: 1px;
  background-color: #fff;
}

.jujutsu .about dl.sns dt::after {
  position: absolute;
  content: '';
  top: 14px;
  left: 50%;
  transform: translate(calc(50% + 70px), -50%);
  width: 40px;
  height: 1px;
  background-color: #fff;
}

.jujutsu .about dl.sns ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
  width: 50%;
  margin: 0 auto;
  padding: 0 0 40px 0;
}

.jujutsu .about dl.sns ul li {
  text-align: center;
}

.jujutsu .about dl.sns ul li img {
  width: 50px;
}

/*
* items-title
*/

.jujutsu .items-title {
  /* background-image: url(../images/bg-items-lineup.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center top; */
  background-color: #000;
  font-family: "andalus", sans-serif;
  font-weight: 400;
  font-size: 22px;
  letter-spacing: 6px;
  color: #fff;
  text-align: center;
  padding: 170px 0 170px 0;
}

/*
* items
*/

.jujutsu .items {
  margin: 0 0 0 0;
}

.jujutsu .items .item-1 {
  position: relative;
  background-color: #f79647;
  padding: 60px 0 100px 0;
}

.jujutsu .items .item-1::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 800px;
  height: 300px;
  background-image: url(../images/item-1-bg-top.jpg);
  background-repeat: no-repeat;
  background-size: 800px auto;
  z-index: 1;
}

.jujutsu .items .item-1::after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 800px;
  height: 300px;
  background-image: url(../images/item-1-bg-bottom.jpg);
  background-repeat: no-repeat;
  background-size: 800px auto;
  z-index: 1;
}

.jujutsu .items .item-2 {
  position: relative;
  background-color: #34aaaa;
  padding: 60px 0 100px 0;
}

.jujutsu .items .item-2::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 800px;
  height: 300px;
  background-image: url(../images/item-2-bg-top.jpg);
  background-repeat: no-repeat;
  background-size: 800px auto;
  z-index: 1;
}

.jujutsu .items .item-2::after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 800px;
  height: 300px;
  background-image: url(../images/item-2-bg-bottom.jpg);
  background-repeat: no-repeat;
  background-size: 800px auto;
  z-index: 1;
}

.jujutsu .items .item-3 {
  position: relative;
  background-color: #00DCEC;
  padding: 60px 0 100px 0;
}

.jujutsu .items .item-3::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 800px;
  height: 300px;
  background-image: url(../images/item-3-bg-top.jpg);
  background-repeat: no-repeat;
  background-size: 800px auto;
  z-index: 1;
}

.jujutsu .items .item-3::after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 800px;
  height: 300px;
  background-image: url(../images/item-3-bg-bottom.jpg);
  background-repeat: no-repeat;
  background-size: 800px auto;
  z-index: 1;
}

.jujutsu .items .item-4 {
  position: relative;
  background-color: #eac63a;
  padding: 60px 0 100px 0;
}

.jujutsu .items .item-4::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 800px;
  height: 300px;
  background-image: url(../images/item-4-bg-top.jpg);
  background-repeat: no-repeat;
  background-size: 800px auto;
  z-index: 1;
}

.jujutsu .items .item-4::after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 800px;
  height: 300px;
  background-image: url(../images/item-4-bg-bottom.jpg);
  background-repeat: no-repeat;
  background-size: 800px auto;
  z-index: 1;
}

.jujutsu .items dl {
  position: relative;
  z-index: 2;
}

.jujutsu .items dl.title dt {
  margin: 0 0 10px 0;
  font-family: "andalus", sans-serif;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 1px;
  text-align: center;
  color: #fff;
}

.jujutsu .items dl.title .character {
  font-family: ah-hakushu-sutra-typeface, sans-serif;
  margin: 0 auto 40px auto;
}

.jujutsu .items dl.title .character1 { 
  width: 160px;
  height: 41px;
  padding-top: 41px;
  overflow: hidden;
  background-image: url(../images/item-1-title.png);
  background-repeat: no-repeat;
  background-size: 160px auto;
  background-position: center;
}

.jujutsu .items dl.title .character2 { 
  width: 160px;
  height: 41px;
  padding-top: 41px;
  overflow: hidden;
  background-image: url(../images/item-2-title.png);
  background-repeat: no-repeat;
  background-size: 160px auto;
  background-position: center;
}

.jujutsu .items dl.title .character3 { 
  width: 200px;
  height: 62px;
  padding-top: 62px;
  overflow: hidden;
  background-image: url(../images/item-3-title.png);
  background-repeat: no-repeat;
  background-size: 160px auto;
  background-position: center;
}

.jujutsu .items dl.title .character4 { 
  width: 200px;
  height: 62px;
  padding-top: 62px;
  overflow: hidden;
  background-image: url(../images/item-4-title.png);
  background-repeat: no-repeat;
  background-size: 160px auto;
  background-position: center;
}

.jujutsu .items ul.image {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 70%;
  margin: 0 auto 36px auto;
  position: relative;
  z-index: 2;
}

.jujutsu .items h2 {
  margin: 0 0 24px 0;
  font-size: 16px;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 2;
}

.jujutsu .items h2 span {
  font-size: 14px;
}

.jujutsu .items h3 {
  margin: 0 0 50px 0;
  font-size: 11px;
  line-height: 1.8;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 2;
}

.jujutsu .items dl.price dt {
  position: relative;
  font-size: 16px;
  text-align: center;
  color: #fff;
}

.jujutsu .items dl.price dt span {
  font-size: 12px;
  text-align: center;
}

.jujutsu .items dl.price dd a {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(calc(50% + 120px), -50%);
  display: block;
  background-image: url(../images/bg-link.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  width: 100px;
  height: 100px;
  line-height: 90px;
  font-family: "andalus", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  padding-left: 25px;
}