#kaki {
  font-family: 'Shippori Mincho', serif;
  font-weight: 400;
  font-style: normal;
  overflow: hidden;
}
.tenmincho {
  font-family: "ten-mincho", serif;
  font-weight: 400;
  font-style: normal;
}
.kaki_base_bg {
  padding: 3em 0;
}
.kaki_blue_bg {
  position: relative;
  padding: 3em 0;
  background: url("https://climberworks.jp/8075/seafood/img/kaki/bg_blue.webp") center / cover no-repeat;
  color: #fff;
  overflow: hidden;
}
.kaki_blue_bg::before, .kaki_blue_bg::after {
  position: absolute;
  left: 0;
  width: 100%;
  content: '';
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
}
.kaki_blue_bg::before {
  top: 0;
  aspect-ratio: 1400 / 909;
  background-image: url("https://climberworks.jp/8075/seafood/img/kaki/bg_blue_top.webp");
}
.kaki_blue_bg::after {
  bottom: 0;
  aspect-ratio: 1400 / 665;
  background-image: url("https://climberworks.jp/8075/seafood/img/kaki/bg_blue_bottom.webp");
}
.kaki_lightblue_bg {
  padding: 3em 0;
  background: url("https://climberworks.jp/8075/seafood/img/kaki/point_bg.webp") center;
  background-size: 100%;
}
.kaki_white_bg {
  padding: 3em 0;
  background: url("https://climberworks.jp/8075/seafood/img/kaki/detaile_bg.webp") center;
  background-size: 100%;
}
.kaki_title {
  position: relative;
}
.kaki_title::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 70%;
  height: 100%;
  content: '';
  background: linear-gradient(-90deg, rgba(0, 0, 0, 0) 0% 0%, #002053 100%);
  opacity: 0.6;
}
.kaki_title.shadow::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 40%;
  height: 100%;
  content: '';
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0% 0%, #000 100%);
  opacity: 0.6;
}
.kaki_title h2 {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 5%;
  transform: translate(0%, -50%);
  width: 170px;
}
.kaki_title > img {
  height: 280px;
  object-fit: cover;
}
.kaki_title p {
  position: absolute;
  z-index: 1;
  top: 15px;
  right: 15px;
  text-align: right;
  color: #fff;
  font-family: "ten-mincho", serif;
  font-size: 1.8rem;
}
.kaki_title p span {
  border-bottom: 1px solid #fff;
}
.kaki_title small {
  position: absolute;
  bottom: 10px;
  right: 10px;
  text-align: right;
  color: #fff;
  font-family: sans-serif;
}
/* top */
.kaki_top01 {
  position: relative;
  z-index: 1;
  text-align: left;
}
.kaki_top01l {
  font-family: "ten-mincho", serif;
}
.kaki_top01l div {
  position: relative;
  padding: 0 0 0 10%;
  font-size: 2.3rem;
}
.kaki_top01l div::before {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(0%, -50%);
  content: '';
  width: 7%;
  height: 1px;
  background: #fff;
}
.kaki_top01l h2 {
  font-weight: 400;
  width: 80%;
  font-size: 3.5rem;
  line-height: 1.2;
  margin: 0.3em auto 0.5em;
}
.kaki_top01l h2 span {
  display: block;
  font-size: 6rem;
}
.kaki_top01l img {
  width: 80%;
  margin: 0 10%;
}
.kaki_top01r {
  margin: 1.5em auto 0;
}
.kaki_top01r img {
  width: 90%;
  margin: 0 0 0 10%;
}
.kaki_top01r img:first-of-type {
  display: none;
}
.kaki_top01r p {
  width: 80%;
  margin: 0 auto 1.5em;
  line-height: 1.8;
}
.kaki_top02 {
  position: relative;
  z-index: 1;
  width: 90%;
  margin: 6em auto 0;
}
.kaki_top02 h3 {
  position: absolute;
  top: -1em;
  left: 50%;
  transform: translate(-50%, 0%);
  font-family: "ten-mincho", serif;
  font-weight: 400;
  font-size: 5rem;
  width: 100%;
}
.kaki_top02 > img {
  height: 250px;
  object-fit: cover;
}
.kaki_top02 div {
  width: 90%;
  margin: -2em auto 0;
}
/* lineup */
.kaki_lineup_ttl h2 {
  display: inline-block;
  font-weight: 400;
  background: #002053;
  color: #fff;
  padding: 5px 50px;
  font-size: 2rem;
  clip-path: polygon(0 0, 100% 0, 95% 50%, 100% 100%, 0 100%, 5% 50%);
}
.kaki_lineup_ttl h3 {
  font-weight: 400;
  color: #002053;
  font-size: 1.7rem;
  margin: 0.3em auto 0;
}
/* about  */
.kaki_about_bg {
  position: relative;
  padding: 0 0 3em;
  color: #fff;
  text-align: left;
  background: url("https://climberworks.jp/8075/seafood/img/kaki/bg_blue.webp") center 50px / cover no-repeat;
  z-index: -1;
}
.kaki_about_bg::after {
  position: absolute;
  left: 0;
  width: 100%;
  content: '';
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
  bottom: 0;
  aspect-ratio: 1400 / 665;
  background-image: url("https://climberworks.jp/8075/seafood/img/kaki/bg_blue_bottom.webp");
}
.kaki_about_bg h2 {
  position: absolute;
  z-index: 3;
  top: 30px;
  left: 15px;
  width: 180px;
}
.kaki_about01 {
  position: relative;
  z-index: 3;
  margin: -165px auto 0;
}
.kaki_about01 h3 {
  width: 90%;
  margin: auto;
  font-family: "ten-mincho", serif;
  font-weight: 400;
  font-size: 3rem;
  box-sizing: border-box;
  line-height: 1.3;
}
.kaki_about01 h3 span {
  display: block;
}
.kaki_about01 p {
  width: 85%;
  margin: 1.5em auto 0;
  line-height: 1.8;
}
.kaki_about02 {
  position: relative;
  z-index: 3;
  width: 85%;
  margin: 2em auto 0;
}
.kaki_about02 div {
  margin: 1em auto 0;
}
.kaki_about02 div h3 {
  font-family: "ten-mincho", serif;
  font-weight: 400;
  font-size: 2.5rem;
  box-sizing: border-box;
  line-height: 1.3;
}
.kaki_about02 div p {
  margin: 0.5em auto 0;
  line-height: 1.8;
}
/* strong */
.kaki_strong {
  position: relative;
  z-index: 1;
  width: 85%;
  margin: auto;
}
.kaki_strong li {
  position: relative;
  margin: 3.5em auto 0;
}
.kaki_strong li:first-child {
  margin: 0 auto;
}
.kaki_strong li::before {
  position: absolute;
  z-index: 2;
  content: '';
  top: -30px;
  left: -30px;
  display: block;
  width: 90px;
  height: 90px;
  background-image: url("https://climberworks.jp/8075/seafood/img/kaki/no01.webp");
  background-size: contain;
  background-repeat: no-repeat;
}
.kaki_strong li:nth-child(2)::before {
  background-image: url("https://climberworks.jp/8075/seafood/img/kaki/no02.webp");
}
.kaki_strong li:nth-child(3)::before {
  background-image: url("https://climberworks.jp/8075/seafood/img/kaki/no03.webp");
}
.kaki_strong_img {
  position: relative;
}
.kaki_strong_img > img {
  height: 220px;
  object-fit: cover;
}
.kaki_strong_img h3 {
  position: absolute;
  top: -10px;
  right: 3%;
  width: 50px;
}
.kaki_strong_img h3.wide {
  width: 100px;
}
.kaki_strong_txt {
  text-align: left;
  margin: 1.5em auto 0;
}
.kaki_strong_txt p {
  margin: 0 auto 1.5em;
}
.kaki_strong_txt p span {
  display: block;
  font-family: "ten-mincho", serif;
  margin: 0 auto 0.3em;
  line-height: 1.4;
  letter-spacing: 2px;
  font-size: 2.3rem;
}
.kaki_strong_txt img {
  width: 80%;
}
.kaki_strong li:nth-of-type(even) .kaki_strong_txt img {
  margin: 0 0 0 20%;
}
/* point */
.kaki_point {}
.kaki_point li {
  position: relative;
  margin: 5em auto 0;
}
.kaki_point li:first-child {
  margin: 2em auto 0;
}
.kaki_point li:nth-of-type(even) > img {
  margin: 0 0 0 10%;
  border-radius: 50px 0 0 0;
}
.kaki_point li > img {
  width: 90%;
  margin: 0 10% 0 0;
  height: 220px;
  object-fit: cover;
  border-radius: 0 50px 0 0;
}
.kaki_point li:nth-of-type(even) h3 {
  right: auto;
  left: 3%;
}
.kaki_point h3 {
  position: absolute;
  top: -50px;
  right: 3%;
  width: 130px;
}
.kaki_point div {
  position: relative;
  font-family: "ten-mincho", serif;
  width: 80%;
  margin: 0.5em auto 0.8em;
  padding: 0 0 0.4em;
  line-height: 1.4;
  letter-spacing: 2px;
  font-size: 2.3rem;
  color: #002053;
}
.kaki_point div span {
  display: inline-block;
}
.kaki_point div::before {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0%);
  content: '';
  display: block;
  width: 130px;
  height: 5px;
  background-image: url("https://climberworks.jp/8075/seafood/img/kaki/point_line.webp");
  background-size: contain;
  background-repeat: no-repeat;
}
.kaki_point div::after {
  position: absolute;
  content: '';
  top: 20px;
  right: -70px;
  display: block;
  width: 100px;
  height: 58px;
  background-image: url("https://climberworks.jp/8075/seafood/img/kaki/point_wave.webp");
  background-size: contain;
  background-repeat: no-repeat;
}
.kaki_point li:nth-of-type(even) div::after {
  right: auto;
  left: -70px;
}
.kaki_point p {
  width: 80%;
  margin: auto;
  text-align: left;
}
/* detail */
.kaki_detail {
  position: relative;
  z-index: 1;
  width: 85%;
  margin: auto;
}
.kaki_detail li {
  position: relative;
  margin: 2em auto 0;
  background: url("https://climberworks.jp/8075/seafood/img/kaki/detaile_bg.webp") center;
  background-size: 100%;
  border-radius: 10px;
  padding: 20px;
}
.kaki_detail li:first-child {
  margin: 0 auto;
}
.kaki_detail li::before {
  position: absolute;
  content: '';
  top: 0px;
  left: 0px;
  display: block;
  width: 55px;
  height: 55px;
  background-image: url("https://climberworks.jp/8075/seafood/img/kaki/no01_half.webp");
  background-size: contain;
  background-repeat: no-repeat;
}
.kaki_detail li:nth-child(2)::before {
  background-image: url("https://climberworks.jp/8075/seafood/img/kaki/no02_half.webp");
}
.kaki_detail li:nth-child(3)::before {
  background-image: url("https://climberworks.jp/8075/seafood/img/kaki/no03_half.webp");
}
.kaki_detail li h3 {
  margin: 0 auto 1em;
}
.kaki_detail li h3 img {
  width: auto;
  height: 35px;
}
.kaki_detail li > img {
  border-radius: 10px;
  width: 100%;
  height: 150px;
  object-fit: cover;
}
.kaki_detail li div {
  margin: 0.5em auto 0.3em;
  color: #002053;
  line-height: 1.4;
  letter-spacing: 2px;
  font-size: 2rem;
}
.kaki_detail li div span {
  display: inline-block;
}
.kaki_detail li p {
  text-align: left;
  color: #333;
}
/* arrange */
.kaki_arrange {
  width: 90%;
  margin: auto;
}
.kaki_arrange li {
  position: relative;
  margin: 3.5em auto 0;
  font-family: "ten-mincho", serif;
}
.kaki_arrange li:first-child {
  margin: 0 auto;
}
.kaki_arrange li > img {
  width: 90%;
  margin: 0 0 0 10%;
  height: 250px;
  object-fit: cover;
}
.kaki_arrange li:nth-of-type(even) > img {
  margin: 0 10% 0 0;
}
.kaki_arrange li h3 {
  position: absolute;
  top: -20px;
  left: -10px;
  width: 80px;
  height: 80px;
  font-weight: 400;
  color: #fff;
  font-size: 2.3rem;
  background: url("https://climberworks.jp/8075/seafood/img/kaki/arrange_circle.webp") center / cover;
}
.kaki_arrange li:nth-of-type(even) h3 {
  left: auto;
  right: -10px;
}
.kaki_arrange li h3 span {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 80px;
}
.kaki_arrange li div {
  position: absolute;
  z-index: 1;
  bottom: -10px;
  left: 0;
  text-align: left;
  width: 100%;
}
.kaki_arrange li:nth-of-type(even) div {
  text-align: right;
  left: auto;
  right: 0;
}
.kaki_arrange li div p {
  color: #fff;
  font-size: 2.3rem;
}
.kaki_arrange li div p.small {
  font-size: 1.4rem;
}
.kaki_arrange li div p span {
  display: inline-block;
  padding: 3px 10px;
  margin: 0 auto 5px;
  background: url("https://climberworks.jp/8075/seafood/img/kaki/arrange_bg.webp") center / cover;
}
/* line up */
.kaki_lineup_h2 {
  font-family: "ten-mincho", serif;
  color: #002053;
}
.kaki_lineup_h2 p {
  font-size: 1.4rem;
}
.kaki_lineup_h2 h2 {
  font-weight: 400;
  font-size: 2rem;
}
.kaki_lineup {
  width: 80%;
  margin: auto;
  text-align: left;
}
.kaki_lineup li {
  margin: 2em auto 0;
}
.kaki_lineup li:first-child {
  margin: 1em auto 0;
}
.kaki_lineup li > img {}
.kaki_lineup_txt {
  margin: 0.5em auto 0;
}
.kaki_lineup_txt h3 {
  color: #002053;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.4;
}
.kaki_lineup_txt h3 span {
  display: inline-block;
  background: #002053;
  color: #fff;
  padding: 3px 10px;
  margin: 0 auto 0.3em;
  font-size: 1.4rem;
}
.kaki_lineup_txt div {
  position: relative;
  color: #002053;
  font-size: 2.2rem;
  padding: 0 0 0.3em;
  margin: 0 auto 0.3em;
  background: url("https://climberworks.jp/8075/seafood/img/kaki/lineup_line.webp");
  background-size: 100%;
  background-position: bottom;
  background-repeat: no-repeat;
}
/* gift */
.kaki_gift_ttl {
  position: relative;
  overflow: hidden;
}
.kaki_gift_ttl::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: url("https://climberworks.jp/8075/seafood/img/kaki/gift_bg.webp") center / cover;
}
.kaki_gift_ttl::after {
  position: absolute;
  content: '';
  bottom: 10px;
  left: 10px;
  display: block;
  width: 100px;
  height: 105px;
  background-image: url("https://climberworks.jp/8075/seafood/img/kaki/logo.webp");
  background-size: contain;
  background-repeat: no-repeat;
}
.kaki_gift_ttl > img {
  width: 70%;
  margin: 0 30% 0 0;
  height: 220px;
  object-fit: cover;
}
.kaki_gift_ttl div {
  position: absolute;
  top: 50%;
  left: 60%;
  transform: translate(0%, -50%);
  text-align: left;
  color: #fff;
  font-family: "ten-mincho", serif;
}
.kaki_gift_ttl div h2 {
  position: relative;
  z-index: 1;
  font-weight: 400;
  font-size: 2rem;
  line-height: 1.4;
  margin: 0 auto 0.5em;
}
.kaki_gift_ttl div p::before {
  position: absolute;
  content: '';
  top: -20px;
  left: 10px;
  display: block;
  width: 100px;
  height: 14px;
  background-image: url("https://climberworks.jp/8075/seafood/img/kaki/gift_line.webp");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 0;
}
.kaki_gift_ttl div p {
  position: relative;
}
.kaki_gift {
  position: relative;
  width: 80%;
  margin: auto;
}
.kaki_gift::before, .kaki_gift::after {
  position: absolute;
  content: '';
  display: block;
  width: 100px;
  height: 58px;
  background-image: url("https://climberworks.jp/8075/seafood/img/kaki/point_wave.webp");
  background-size: contain;
  background-repeat: no-repeat;
}
.kaki_gift::before {
  top: -10px;
  right: -60px;
}
.kaki_gift::after {
  top: 180px;
  left: -60px;
  transform: scale(-1, 1);
}
.kaki_gift_txt {
  position: relative;
  z-index: 1;
  margin: 0 auto 1em;
  text-align: left;
}
.kaki_gift_txt h3 {
  font-family: "ten-mincho", serif;
  color: #002053;
  margin: 0 auto 0.3em;
  font-weight: 400;
  font-size: 2rem;
}
.kaki_gift_txt p {}
.kaki_gift > img {
  position: relative;
  z-index: 1;
}
/* close */
.kaki_close {
  width: 90%;
  margin: 0 auto 2em;
}
/* ------------------------------------ */
/* ▼PC用デザインとして付け足すデザイン */
/* ------------------------------------ */
@media all and (min-width: 768px) {
  .kaki_base_bg {
    padding: 5em 0;
  }
  .kaki_blue_bg {
    padding: 5em 0;
  }
  .kaki_lightblue_bg {
    padding: 5em 0;
  }
  .kaki_white_bg {
    padding: 5em 0;
  }
  .kaki_title::before {
    width: 50%;
  }
  .kaki_title.shadow::after {
    width: 30%;
  }
  .kaki_title h2 {
    left: 4%;
    width: 350px;
  }
  .kaki_title > img {
    height: 550px;
  }
  .kaki_title p {
    top: 30px;
    right: 3%;
    line-height: 1.7;
    font-size: 4rem;
  }
  .kaki_title small {
    bottom: 20px;
    right: 3%;
    font-size: 1.7rem;
  }
  /* top */
  .kaki_top01 {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0em auto 0em;
    justify-content: space-between;
  }
  .kaki_top01l {
    width: 40%;
  }
  .kaki_top01l div {
    padding: 0 0 0 20%;
    font-size: 2.5vw;
  }
  .kaki_top01l div::before {
    width: 15%;
  }
  .kaki_top01l h2 {
    width: 80%;
    font-size: 4vw;
    margin: 0.1em 0 0.5em 20%;
  }
  .kaki_top01l h2 span {
    font-size: 6vw;
  }
  .kaki_top01l img {
    width: 80%;
    margin: 0 0 0 20%;
  }
  .kaki_top01r {
    width: 55%;
    margin: 0;
  }
  .kaki_top01r img {
    width: 100%;
    margin: 0;
  }
  .kaki_top01r img:first-of-type {
    display: block;
  }
  .kaki_top01r img:last-of-type {
    display: none;
  }
  .kaki_top01r p {
    width: 80%;
    margin: 2em auto 0;
    line-height: 2;
    font-size: 1.7rem;
  }
  .kaki_top02 {
    width: 85%;
    max-width: 1200px;
    margin: 10em auto 0;
  }
  .kaki_top02 h3 {
    top: -1.1em;
    font-size: 7vw;
  }
  .kaki_top02 > img {
    height: 550px;
  }
  .kaki_top02 div {
    max-width: 800px;
    margin: -3.5em auto 0;
  }
  /* lineup */
  .kaki_lineup_ttl h2 {
    padding: 2px 100px;
    font-size: 3.3rem;
    clip-path: polygon(0 0, 100% 0, 96% 50%, 100% 100%, 0 100%, 4% 50%);
  }
  .kaki_lineup_ttl h3 {
    font-size: 2.5rem;
    margin: 0.3em auto 0;
  }
  /* about  */
  .kaki_about_bg {
    padding: 0 0 5em;
  }
  .kaki_about_bg h2 {
    top: 60px;
    left: 4%;
    width: 400px;
  }
  .kaki_about01_wrap {
    position: relative;
  }
  .kaki_about01 {
    margin: 0;
    position: absolute;
    bottom: 6em;
    left: 0;
    width: 100%;
  }
  .kaki_about01 h3 {
    width: 90%;
    max-width: 1200px;
    margin: auto;
    font-size: 5rem;
    box-sizing: border-box;
    line-height: 1.3;
  }
  .kaki_about01 h3 span {
    display: inline-block;
  }
  .kaki_about01 p {
    width: 90%;
    max-width: 1200px;
    line-height: 2;
    font-size: 1.7rem;
    box-sizing: border-box;
    padding: 0 50% 0 0;
    margin: 1.5em auto 0;
  }
  .kaki_about02 {
    max-width: 1200px;
    width: 90%;
    margin: 0 auto 0;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: space-between;
    align-items: center;
  }
  .kaki_about02 img {
    width: 50%;
  }
  .kaki_about02 div {
    width: 45%;
    margin: 0;
  }
  .kaki_about02 div h3 {
    font-size: 5rem;
    box-sizing: border-box;
    line-height: 1.3;
  }
  .kaki_about02 div p {
    padding: 0 10% 0 0;
    margin: 0.7em auto 0;
    line-height: 2;
    font-size: 1.7rem;
  }
  /* strong */
  .kaki_strong {
    width: 90%;
    max-width: 1100px;
  }
  .kaki_strong li {
    margin: 6em auto 0;
  }
  .kaki_strong li:first-child {
    margin: 0 auto;
  }
  .kaki_strong li::before {
    top: -50px;
    left: -50px;
    width: 150px;
    height: 150px;
  }
  .kaki_strong_img > img {
    height: 550px;
  }
  .kaki_strong_img h3 {
    top: -15px;
    width: 100px;
  }
  .kaki_strong_img h3.wide {
    width: 200px;
  }
  .kaki_strong_txt {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
    margin: 3em auto 0;
  }
  .kaki_strong_txt p {
    margin: 0;
    width: 45%;
    line-height: 2;
    font-size: 1.7rem;
  }
  .kaki_strong_txt p span {
    margin: 0 auto 0.3em;
    line-height: 1.3;
    font-size: 4.5rem;
  }
  .kaki_strong_txt img {
    width: 50%;
  }
  .kaki_strong li:nth-of-type(even) .kaki_strong_txt img {
    margin: 0;
  }
  /* point */
  .kaki_point li {
    margin: 7em auto 0;
  }
  .kaki_point li:first-child {
    margin: 2em auto 0;
  }
  .kaki_point li:nth-of-type(even) > img {
    margin: 0 0 0 20%;
    border-radius: 100px 0 0 0;
  }
  .kaki_point li > img {
    width: 80%;
    margin: 0 20% 0 0;
    height: 550px;
    border-radius: 0 100px 0 0;
  }
  .kaki_point li:nth-of-type(even) h3 {
    right: auto;
    left: 3%;
  }
  .kaki_point h3 {
    top: -40px;
    right: 3%;
    width: 270px;
  }
  .kaki_point div {
    width: 100%;
    margin: 0.8em auto 0.8em;
    padding: 0 0 0.4em;
    font-size: 4rem;
  }
  .kaki_point div::before {
    width: 193px;
    height: 8px;
  }
  .kaki_point div::after {
    top: -160px;
    right: -70px;
    width: 262px;
    height: 152px;
  }
  .kaki_point li:nth-of-type(even) div::after {
    right: auto;
    left: -70px;
  }
  .kaki_point p {
    max-width: 800px;
    line-height: 2;
    font-size: 1.8rem;
  }
  /* detail */
  .kaki_detail {
    width: 90%;
    max-width: 1100px;
  }
  .kaki_detail li {
    margin: 4em auto 0;
    padding: 40px 100px 60px;
  }
  .kaki_detail li::before {
    width: 120px;
    height: 120px;
  }
  .kaki_detail li h3 {
    margin: 0 auto 1.5em;
  }
  .kaki_detail li h3 img {
    height: 65px;
  }
  .kaki_detail li > img {
    height: 500px;
  }
  .kaki_detail li div {
    margin: 0.5em auto 0.3em;
    font-size: 4rem;
  }
  .kaki_detail li p {
    line-height: 2;
    font-size: 1.8rem;
  }
  /* arrange */
  .kaki_arrange {
    max-width: 1100px;
  }
  .kaki_arrange li {
    margin: 5em auto 0;
  }
  .kaki_arrange li:first-child {
    margin: 0 auto;
  }
  .kaki_arrange li > img {
    height: 550px;
  }
  .kaki_arrange li h3 {
    top: -40px;
    left: 0px;
    width: 150px;
    height: 150px;
    font-size: 4.5rem;
  }
  .kaki_arrange li:nth-of-type(even) h3 {
    left: auto;
    right: 0px;
  }
  .kaki_arrange li h3 span {
    width: 150px;
  }
  .kaki_arrange li div {
    bottom: -20px;
  }
  .kaki_arrange li div p {
    font-size: 5rem;
    line-height: 1.4;
    letter-spacing: 4px;
  }
  .kaki_arrange li div p.small {
    font-size: 3rem;
    letter-spacing: 2px;
  }
  .kaki_arrange li div p span {
    padding: 3px 15px;
  }
  /* line up */
  .kaki_lineup_h2 p {
    font-size: 2.5rem;
  }
  .kaki_lineup_h2 h2 {
    line-height: 1.4;
    font-size: 3.5rem;
    letter-spacing: 4px;
  }
  .kaki_lineup {
    width: 90%;
    max-width: 1100px;
  }
  .kaki_lineup li {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 3em auto 0em;
    justify-content: space-between;
    align-items: center;
  }
  .kaki_lineup li:first-child {
    margin: 2em auto 0;
  }
  .kaki_lineup li > img {
    width: 50%;
  }
  .kaki_lineup_txt {
    width: 45%;
    margin: 0;
  }
  .kaki_lineup_txt h3 {
    font-size: 2.8rem;
    line-height: 1.4;
  }
  .kaki_lineup_txt h3 span {
    padding: 3px 20px;
    margin: 0 auto 0.3em;
    font-size: 2rem;
  }
  .kaki_lineup_txt div {
    line-height: 1.3;
    font-size: 3.5rem;
    padding: 0 0 0.8em;
    margin: 0 auto 0.5em;
  }
  .kaki_lineup_txt p {
    font-size: 1.9rem;
    line-height: 2;
  }
  /* gift */
  .kaki_gift_ttl::after {
    top: 30px;
    bottom: auto;
    left: 2%;
    width: 189px;
    height: 200px;
  }
  .kaki_gift_ttl > img {
    height: 550px;
  }
  .kaki_gift_ttl div {
    left: 62%;
  }
  .kaki_gift_ttl div h2 {
    letter-spacing: 4px;
    font-size: 5.5rem;
    line-height: 1.3;
    margin: 0 auto 0.7em;
  }
  .kaki_gift_ttl div p::before {
    top: -70px;
    left: 0px;
    width: 365px;
    height: 51px;
  }
  .kaki_gift_ttl div p {
    font-size: 3rem;
    letter-spacing: 4px;
  }
  .kaki_gift {
    width: 80%;
    max-width: 1100px;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0em auto 0em;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
  }
  .kaki_gift::before, .kaki_gift::after {
    width: 262px;
    height: 152px;
  }
  .kaki_gift::before {
    top: -30px;
    right: -200px;
  }
  .kaki_gift::after {
    top: auto;
    bottom: -40px;
    left: -230px;
  }
  .kaki_gift_txt {
    width: 50%;
    margin: 0;
  }
  .kaki_gift_txt h3 {
    line-height: 1.5;
    letter-spacing: 4px;
    margin: 0 auto 0.5em;
    font-size: 3rem;
  }
  .kaki_gift_txt p {
    font-size: 1.7rem;
    line-height: 2;
  }
  .kaki_gift > img {
    width: 45%;
  }
  /* close */
  .kaki_close {
    max-width: 1200px;
    margin: 0 auto 4em;
  }
}