@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : tensoku.css
 style info : 纏足探偵
=================================================================== */
body#tensoku {
  background-color: #010101;
  color: #fff;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-style: normal;
  overflow: hidden;
}

.visually-hidden {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

/* -----------------------------------------------------------
	.con-mailvisual
----------------------------------------------------------- */
.con-mailvisual {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
}
@media only screen and (min-width: 768px) {
  .con-mailvisual {
    aspect-ratio: 1 / 1.423;
  }
}
@media print {
  .con-mailvisual {
    aspect-ratio: 1 / 1.423;
  }
}
.ie8 .con-mailvisual {
  aspect-ratio: 1 / 1.423;
}
@media only screen and (min-width: 1025px) and (max-width: 1360px) {
  .con-mailvisual {
    position: relative;
    width: auto;
    max-width: 500px;
    height: auto;
  }
}
@media print {
  .con-mailvisual {
    position: relative;
    width: auto;
    max-width: 500px;
    height: auto;
  }
}
.ie8 .con-mailvisual {
  position: relative;
  width: auto;
  max-width: 500px;
  height: auto;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con-mailvisual {
    position: relative;
    width: auto;
    max-width: 500px;
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .con-mailvisual {
    position: relative;
    width: 100%;
    height: auto;
  }
}
@media only screen and (min-width: 1025px) {
  .con-mailvisual .img-mv {
    overflow: hidden;
    height: 100%;
  }
  .con-mailvisual .img-mv img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
}
@media print {
  .con-mailvisual .img-mv {
    overflow: hidden;
    height: 100%;
  }
  .con-mailvisual .img-mv img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
}
.ie8 .con-mailvisual .img-mv {
  overflow: hidden;
  height: 100%;
}
.ie8 .con-mailvisual .img-mv img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

/* -----------------------------------------------------------
	#lp-contents
----------------------------------------------------------- */
#lp-contents {
  max-width: 500px;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 1;
  background-color: #010101;
}
@media only screen and (min-width: 1025px) {
  #lp-contents {
    margin-left: calc(100vh / 1.423);
  }
}
@media print {
  #lp-contents {
    margin-left: calc(100vh / 1.423);
  }
}
.ie8 #lp-contents {
  margin-left: calc(100vh / 1.423);
}
@media only screen and (min-width: 1025px) and (max-width: 1360px) {
  #lp-contents {
    margin-left: 0;
  }
}
@media print {
  #lp-contents {
    margin-left: 0;
  }
}
.ie8 #lp-contents {
  margin-left: 0;
}
@media only screen and (max-width: 767px) {
  #lp-contents {
    overflow: inherit;
    max-width: 100%;
  }
}
#lp-contents .con-information {
  border-top: 6px solid #B37B4A;
  background: linear-gradient(180deg, #a8392e 0%, #83365b 50%, #30318a 100%), #A8392E;
}
#lp-contents .con-information .box-intro {
  position: relative;
}
#lp-contents .con-information .box-intro:before {
  content: "";
  background: url(../works/tensoku/images/deco-intro_flower_l.png) 0 bottom no-repeat;
  background-size: contain;
  width: 27.7%;
  aspect-ratio: 1/1.255;
  position: absolute;
  bottom: -4em;
  left: 0;
}
#lp-contents .con-information .box-intro:after {
  content: "";
  background: url(../works/tensoku/images/deco-intro_flower_r.png) 0 0 no-repeat;
  background-size: contain;
  width: 26.2%;
  aspect-ratio: 1/2.301;
  position: absolute;
  top: 88px;
  right: 0;
}
#lp-contents .con-information .box-intro .title-start {
  text-align: center;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.15;
  color: #fff;
  margin-top: 80px;
}
#lp-contents .con-information .box-intro .title-start em {
  font-family: "Amiri", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 64px;
  letter-spacing: -0.06em;
}
#lp-contents .con-information .box-intro .title-start .start {
  font-size: 48px;
  letter-spacing: 0.08em;
}
#lp-contents .con-information .box-intro .txt-intro {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 2;
  position: relative;
  margin-top: 40px;
  padding: 40px 0 80px;
}
#lp-contents .con-information .box-intro .txt-intro:before {
  content: "";
  width: 60px;
  height: 1px;
  border-top: 1px dashed #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#lp-contents .con-information .box-intro .txt-intro span {
  font-size: 13px;
}
#lp-contents .con-information .box-note {
  overflow: hidden;
}
#lp-contents .con-information .box-note h2 {
  text-align: center;
  margin-bottom: 8px;
}
#lp-contents .con-information .box-note h2 span {
  display: inline-block;
  position: relative;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
}
#lp-contents .con-information .box-note h2 span:before, #lp-contents .con-information .box-note h2 span:after {
  content: "";
  background: url(../works/tensoku/images/deco-title.png) center center no-repeat;
  background-size: contain;
  width: 53px;
  aspect-ratio: 53/8;
  position: absolute;
  top: calc(50% - 0.2em);
  right: -61px;
}
#lp-contents .con-information .box-note h2 span:after {
  right: auto;
  left: -61px;
  transform: scale(-1, 1);
}
#lp-contents .con-information .box-note h2 span em {
  font-family: "Amiri", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 32px;
  font-weight: 400;
}
#lp-contents .con-information .box-note .list-note {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}
#lp-contents .con-information .box-note .list-note .item-note {
  border: 4px solid #B37B4A;
  background: #080403;
  width: 87.7%;
  padding: 32px 24px;
  margin: 0 auto;
}
#lp-contents .con-information .box-note .list-note .item-note .number {
  font-size: 125%;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 8px;
}
#lp-contents .con-information .box-note .list-note .item-note .number em {
  font-size: 177%;
  font-family: "Amiri", serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 400;
}
#lp-contents .con-information .box-note .list-note .item-note h3 {
  line-height: 1.75;
  font-size: 143%;
  font-weight: 700;
}
#lp-contents .con-information .box-note .list-note .item-note .txt {
  margin-top: 4px;
  font-weight: 600;
  line-height: 1.75;
}
#lp-contents .con-information .box-note .list-note .item-note .buttons {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 32px;
}
#lp-contents .con-information .box-note .list-note .item-note .buttons .button-note {
  width: 47.8%;
}
#lp-contents .con-information .box-note .list-note .item-note .buttons .button-note a {
  display: block;
  border-radius: 9999px;
  color: #fff;
  padding: 1.2em 14px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  position: relative;
  border: 1px solid #30318A;
}
@media only screen and (min-width: 1025px) {
  #lp-contents .con-information .box-note .list-note .item-note .buttons .button-note a:hover:before {
    opacity: 0.6;
  }
  #lp-contents .con-information .box-note .list-note .item-note .buttons .button-note a:hover:after {
    animation-name: rotateX;
    animation-duration: 1.5s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
  }
}
@media print {
  #lp-contents .con-information .box-note .list-note .item-note .buttons .button-note a:hover:before {
    opacity: 0.6;
  }
  #lp-contents .con-information .box-note .list-note .item-note .buttons .button-note a:hover:after {
    animation-name: rotateX;
    animation-duration: 1.5s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
  }
}
.ie8 #lp-contents .con-information .box-note .list-note .item-note .buttons .button-note a:hover:before {
  opacity: 0.6;
}
.ie8 #lp-contents .con-information .box-note .list-note .item-note .buttons .button-note a:hover:after {
  animation-name: rotateX;
  animation-duration: 1.5s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
#lp-contents .con-information .box-note .list-note .item-note .buttons .button-note a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background: linear-gradient(90deg, #83365b 0%, #30318a 59.62%);
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border-radius: 9999px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#lp-contents .con-information .box-note .list-note .item-note .buttons .button-note a:after {
  content: "";
  background: url(../works/tensoku/images/icon-arrow.svg) 0 0 no-repeat;
  background-size: contain;
  width: 6px;
  aspect-ratio: 1/1;
  position: absolute;
  top: calc(50% - 3px);
  right: 16px;
}
#lp-contents .con-information .box-note .list-note .item-note .buttons .button-note a span {
  position: relative;
  z-index: 1;
}
#lp-contents .con-information .box-note .list-note .item-note:nth-child(3) {
  position: relative;
}
#lp-contents .con-information .box-note .list-note .item-note:nth-child(3):after {
  content: "";
  background: url(../works/tensoku/images/deco-middle_flower_r.png) no-repeat right bottom/contain;
  position: absolute;
  top: 0;
  right: calc((500px - 100%) / 2 * -1);
  width: 18.2%;
  aspect-ratio: 1/1.394;
}
@media only screen and (max-width: 767px) {
  #lp-contents .con-information .box-note .list-note .item-note:nth-child(3):after {
    right: -10%;
  }
}
#lp-contents .con-information .box-note .list-note .item-note:nth-child(4) {
  position: relative;
  margin-bottom: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #lp-contents .con-information .box-note .list-note .item-note:nth-child(4) {
    margin-bottom: 100px;
  }
}
#lp-contents .con-information .box-note .list-note .item-note:nth-child(4):after {
  content: "";
  background: url(../works/tensoku/images/deco-info_flower_l.png) no-repeat 0 bottom/contain;
  position: absolute;
  bottom: -80px;
  left: calc((500px - 100%) / 2 * -1);
  width: 30.3%;
  aspect-ratio: 1/1.102;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #lp-contents .con-information .box-note .list-note .item-note:nth-child(4):after {
    bottom: -100px;
  }
}
@media only screen and (max-width: 767px) {
  #lp-contents .con-information .box-note .list-note .item-note:nth-child(4):after {
    left: -10%;
  }
}
#lp-contents .con-information .box-information {
  position: relative;
  margin-bottom: 64px;
}
#lp-contents .con-information .box-information:before {
  content: "";
  background: url(../works/tensoku/images/deco-cloud_r.png) 0 0 no-repeat;
  background-size: contain;
  width: 28.5%;
  aspect-ratio: 1/0.423;
  position: absolute;
  top: -28px;
  right: 0;
}
#lp-contents .con-information .box-information h2 {
  padding-left: 64px;
  padding-top: 24px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
#lp-contents .con-information .box-information h2 span {
  writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -o-writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  text-align: left;
  display: inline-block;
}
#lp-contents .con-information .box-information h2 span.jp {
  font-size: 200%;
  letter-spacing: 0.12em;
  font-weight: 400;
}
#lp-contents .con-information .box-information h2 span.en {
  font-family: "Amiri", serif;
  font-weight: 400;
  font-style: normal;
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.08em;
  padding-top: 16px;
}
#lp-contents .con-information .box-information .img {
  position: absolute;
  top: 0;
  right: 24px;
  width: 54.1%;
}
#lp-contents .con-information .box-information .img img {
  background: lightgray 50% / cover no-repeat;
  box-shadow: -6px 0px 4px 0px rgba(0, 0, 0, 0.25) inset, 0px 10px 10px 0px rgba(0, 0, 0, 0.25);
}
#lp-contents .con-information .box-information .inner-information {
  background: rgba(168, 57, 46, 0.6);
  width: 79.5%;
  margin: calc(54.1% * 1.423 * 0.45) auto 0;
  padding: 24px 32px;
}
@media only screen and (max-width: 767px) {
  #lp-contents .con-information .box-information .inner-information {
    margin-top: calc(54.1% * 1.423 * 0.4);
  }
}
#lp-contents .con-information .box-information .inner-information h3 {
  letter-spacing: 0.08em;
  line-height: 1.4;
}
#lp-contents .con-information .box-information .inner-information h3 em {
  font-size: 125%;
  font-weight: 600;
}
#lp-contents .con-information .box-information .inner-information .publisher {
  font-weight: 500;
  line-height: 1;
  margin-top: 24px;
}
#lp-contents .con-information .box-information .inner-information ul {
  margin-top: 16px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  gap: 0.25em;
}
#lp-contents .con-information .box-information .inner-information ul li {
  font-weight: 500;
  line-height: 1;
}
#lp-contents .con-information .box-information .inner-information ul li .amiri {
  font-family: "Amiri", serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 400;
  font-size: 114%;
}
#lp-contents .con-information .box-cta {
  padding-bottom: 80px;
  position: relative;
}
#lp-contents .con-information .box-cta:after {
  content: "";
  background: url(../works/tensoku/images/deco-cta_flower_b.png) right bottom no-repeat;
  background-size: contain;
  width: 100%;
  aspect-ratio: 1/0.341;
  position: absolute;
  bottom: 0;
  right: 0;
}
#lp-contents .con-information .box-cta h2 {
  text-align: center;
  margin-bottom: 24px;
}
#lp-contents .con-information .box-cta h2 span {
  display: inline-block;
  position: relative;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
}
#lp-contents .con-information .box-cta h2 span:before, #lp-contents .con-information .box-cta h2 span:after {
  content: "";
  background: url(../works/tensoku/images/deco-title.png) center center no-repeat;
  background-size: contain;
  width: 53px;
  aspect-ratio: 53/8;
  position: absolute;
  top: calc(50% - 0.2em);
  right: -69px;
}
#lp-contents .con-information .box-cta h2 span:after {
  right: auto;
  left: -69px;
  transform: scale(-1, 1);
}
#lp-contents .con-information .box-cta ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  gap: 8px;
  position: relative;
  z-index: 1;
}
#lp-contents .con-information .box-cta ul .button-cta {
  width: 76.9%;
  margin: 0 auto;
}
#lp-contents .con-information .box-cta ul .button-cta a {
  display: block;
  border-radius: 9999px;
  color: #fff;
  padding: 1.2em 14px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  position: relative;
  border: 1px solid #A8392E;
}
@media only screen and (min-width: 1025px) {
  #lp-contents .con-information .box-cta ul .button-cta a:hover:before {
    opacity: 0.6;
  }
  #lp-contents .con-information .box-cta ul .button-cta a:hover:after {
    animation-name: rotateX;
    animation-duration: 1.5s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
  }
}
@media print {
  #lp-contents .con-information .box-cta ul .button-cta a:hover:before {
    opacity: 0.6;
  }
  #lp-contents .con-information .box-cta ul .button-cta a:hover:after {
    animation-name: rotateX;
    animation-duration: 1.5s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
  }
}
.ie8 #lp-contents .con-information .box-cta ul .button-cta a:hover:before {
  opacity: 0.6;
}
.ie8 #lp-contents .con-information .box-cta ul .button-cta a:hover:after {
  animation-name: rotateX;
  animation-duration: 1.5s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
#lp-contents .con-information .box-cta ul .button-cta a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background: linear-gradient(90deg, #7e040b 0%, #a8392e 59.62%);
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border-radius: 9999px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#lp-contents .con-information .box-cta ul .button-cta a:after {
  content: "";
  background: url(../works/tensoku/images/icon-arrow.svg) 0 0 no-repeat;
  background-size: contain;
  width: 6px;
  aspect-ratio: 1/1;
  position: absolute;
  top: calc(50% - 3px);
  right: 24px;
}
#lp-contents .con-information .box-cta ul .button-cta a span {
  position: relative;
  z-index: 1;
}
#lp-contents .con-author {
  position: relative;
}
#lp-contents .con-author:before {
  content: "";
  background: url(../works/tensoku/images/deco-cloud_r.png) 0 0 no-repeat;
  background-size: contain;
  width: 28.5%;
  aspect-ratio: 1/0.423;
  position: absolute;
  top: 38px;
  right: 0;
}
#lp-contents .con-author .box-author {
  padding: 64px 6.2%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
#lp-contents .con-author .box-author h2 {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  padding-left: 2.4%;
  width: 25%;
}
#lp-contents .con-author .box-author h2 span {
  writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -o-writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  text-align: left;
  display: inline-block;
}
#lp-contents .con-author .box-author h2 span.jp {
  font-size: 200%;
  letter-spacing: 0.12em;
  font-weight: 400;
}
#lp-contents .con-author .box-author h2 span.en {
  font-family: "Amiri", serif;
  font-weight: 400;
  font-style: normal;
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.08em;
  padding-top: 16px;
}
#lp-contents .con-author .box-author .inner-author {
  width: 70%;
  margin-top: 64px;
}
#lp-contents .con-author .box-author .inner-author h3 {
  font-size: 150%;
  font-weight: 600;
  line-height: 1.4;
}
#lp-contents .con-author .box-author .inner-author h3 span {
  font-size: 13px;
  font-weight: 400;
}
#lp-contents .con-author .box-author .inner-author .txt {
  margin-top: 16px;
  font-size: 81.3%;
  font-weight: 500;
  line-height: 1.75;
}
#lp-contents .con-footer {
  padding-top: 116px;
  position: relative;
}
#lp-contents .con-footer:before {
  content: "";
  background: url(../works/tensoku/images/deco-cloud_b.png) right bottom no-repeat;
  background-size: contain;
  width: 86.2%;
  aspect-ratio: 1/0.113;
  position: absolute;
  top: 0;
  right: 0;
}
#lp-contents .con-footer .button-sns {
  width: 87.7%;
  margin: 0 auto;
}
#lp-contents .con-footer .button-sns a {
  display: block;
  border-radius: 9999px;
  color: #fff;
  padding: 1.2em 14px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  position: relative;
  border: 1px solid #353535;
}
@media only screen and (min-width: 1025px) {
  #lp-contents .con-footer .button-sns a:hover:before {
    opacity: 0.6;
  }
  #lp-contents .con-footer .button-sns a:hover:after {
    animation-name: rotateX;
    animation-duration: 1.5s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
  }
}
@media print {
  #lp-contents .con-footer .button-sns a:hover:before {
    opacity: 0.6;
  }
  #lp-contents .con-footer .button-sns a:hover:after {
    animation-name: rotateX;
    animation-duration: 1.5s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
  }
}
.ie8 #lp-contents .con-footer .button-sns a:hover:before {
  opacity: 0.6;
}
.ie8 #lp-contents .con-footer .button-sns a:hover:after {
  animation-name: rotateX;
  animation-duration: 1.5s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
#lp-contents .con-footer .button-sns a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background: linear-gradient(90deg, #1d1d1d 0%, #353535 59.62%);
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border-radius: 9999px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#lp-contents .con-footer .button-sns a:after {
  content: "";
  background: url(../works/tensoku/images/icon-arrow.svg) 0 0 no-repeat;
  background-size: contain;
  width: 6px;
  aspect-ratio: 1/1;
  position: absolute;
  top: calc(50% - 3px);
  right: 24px;
}
#lp-contents .con-footer .button-sns a > span {
  position: relative;
  z-index: 1;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 8px;
}
#lp-contents .con-footer .button-sns a > span img {
  width: 24px;
}
#lp-contents .con-footer .button-sns a > span .txt {
  font-weight: 600;
  line-height: 1;
}
#lp-contents .con-footer .button-sns a > span .accountname {
  font-family: "Amiri", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
}
#lp-contents .con-footer .copyright {
  text-align: center;
  font-family: "Amiri", serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.75;
  font-size: 12px;
  padding: 40px 0;
}

@keyframes rotateX {
  0% {
    transform: rotateX(0);
  }
  25% {
    transform: rotateX(90deg);
  }
  50% {
    transform: rotateX(180deg);
  }
  75% {
    transform: rotateX(270deg);
  }
  100% {
    transform: rotateX(360deg);
  }
}
/* -----------------------------------------------------------
  .lp-nav
----------------------------------------------------------- */
.lp-nav {
  position: fixed;
  top: 0;
  right: 0;
  width: calc(100vw - (100vh / 1.423) - 500px);
  height: 100vh;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  background: url(../works/tensoku/images/bg-tensoku.jpg) right center no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 1025px) and (max-width: 1360px) {
  .lp-nav {
    width: calc(100% - 500px);
  }
}
@media print {
  .lp-nav {
    width: calc(100% - 500px);
  }
}
.ie8 .lp-nav {
  width: calc(100% - 500px);
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .lp-nav {
    width: calc(100% - 500px);
  }
}
@media only screen and (max-width: 767px) {
  .lp-nav {
    display: none;
  }
}
.lp-nav .box-menu ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  gap: 64px;
  padding: 120px 0 120px 3.5vw;
}
.lp-nav .box-menu ul li .nav-link {
  color: #fff;
  line-height: 1;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  gap: 0 8px;
  opacity: 0.7;
}
@media only screen and (min-width: 1025px) {
  .lp-nav .box-menu ul li .nav-link {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .lp-nav .box-menu ul li .nav-link:hover {
    opacity: 1;
  }
}
@media print {
  .lp-nav .box-menu ul li .nav-link {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .lp-nav .box-menu ul li .nav-link:hover {
    opacity: 1;
  }
}
.ie8 .lp-nav .box-menu ul li .nav-link {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ie8 .lp-nav .box-menu ul li .nav-link:hover {
  opacity: 1;
}
.lp-nav .box-menu ul li .nav-link .num {
  font-family: "Amiri", serif;
  font-weight: 400;
  font-style: normal;
  position: relative;
  display: inline-block;
  padding-right: 24px;
  padding-top: 8px;
  font-size: clamp(16px, 1.2vw, 20px);
}
.lp-nav .box-menu ul li .nav-link .num:after {
  content: "";
  width: 16px;
  height: 1px;
  background-color: #fff;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
}
.lp-nav .box-menu ul li .nav-link .txt {
  font-size: clamp(18px, 1.2vw, 22px);
  font-weight: 500;
  letter-spacing: 0.08em;
}
.lp-nav .box-menu ul li .nav-link.is-active {
  opacity: 1;
}
