@charset "UTF-8";
/* scss
@include animation(anime-opening_face 4s ease 0.5s);
@include keyframes(anime-opening_face){
    0%  { transform: translate(-50%,100%); }
    30% { transform: translate(-50%,0); }
    70% { transform: translate(-50%,0); }
    100%{ transform: translate(-50%,100%); }
}
*/
.animate-text_in, .p-read__txt li, .p-copy__txt li {
  opacity: 0;
}
.js-inview_active .animate-text_in, .js-inview_active .p-read__txt li, .p-read__txt .js-inview_active li, .js-inview_active .p-copy__txt li, .p-copy__txt .js-inview_active li {
  opacity: 1;
  transition: opacity 1s;
}

/*---------------------------------------------
top
---------------------------------------------*/
.p-statement__inner {
  position: relative;
  max-width: 640px;
  margin: auto;
  min-height: calc(100vh - 93px);
}
@media (max-width: 900px) {
  .p-statement__inner {
    max-width: 90vw;
    min-height: calc(100vh - 12vw);
  }
}

.p-copy {
  position: relative;
  height: 100%;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: max(30vh, 160px);
}
@media (max-width: 900px) {
  .p-copy {
    padding-top: max(20vh, 80px);
  }
}
.p-copy__txt {
  position: relative;
  line-height: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  font-size: clamp(48px, 100vw, 5.66em);
  gap: 0.5em 0;
  margin-bottom: 1em;
  white-space: nowrap;
  color: #fff;
}
@media (max-width: 900px) {
  .p-copy__txt {
    font-size: 10.6vw;
  }
}
.p-copy__txt li:nth-child(1) {
  transition-delay: 0.1s;
}
.p-copy__txt li:nth-child(2) {
  transition-delay: 0.2s;
}

.p-read {
  position: relative;
  height: 100%;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.p-read__txt {
  color: #fff;
  font-size: clamp(16px, 1.8vw, 18px);
  margin: 0 0 20px;
  line-height: 300%;
  letter-spacing: 0.1em;
}
@media (max-width: 900px) {
  .p-read__txt {
    font-size: clamp(11.5px, 3.5vw, 18px);
    margin: 0 0 1.5em;
  }
}
.p-read__txt li:nth-child(1) {
  transition-delay: 0.6s;
}
.p-read__txt li:nth-child(2) {
  transition-delay: 0.7s;
}
.p-read__txt li:nth-child(3) {
  transition-delay: 0.8s;
}
.p-read__txt li:nth-child(4) {
  transition-delay: 0.9s;
}
.p-read__txt li:nth-child(5) {
  transition-delay: 1s;
}
.p-read__txt li:nth-child(6) {
  transition-delay: 1.1s;
}
.p-read__txt li:nth-child(7) {
  transition-delay: 1.2s;
}
.p-read__txt li:nth-child(8) {
  transition-delay: 1.3s;
}
.p-read__txt li:nth-child(9) {
  transition-delay: 1.4s;
}
.p-read__txt li:nth-child(10) {
  transition-delay: 1.5s;
}
.p-read__txt li:nth-child(11) {
  transition-delay: 1.6s;
}
.p-read__txt__mt {
  margin-top: 2em;
}
.p-read__link {
  margin: 3.5em 0 120px;
  display: flex;
  font-size: 16px;
  font-size: clamp(12x, 1.2vw, 12px);
  color: #fff;
}
@media (max-width: 900px) {
  .p-read__link {
    font-size: clamp(11.5px, 3.5vw, 18px);
    margin: 9.3vw 0 13.3vw;
  }
}
.p-read__link__sub {
  position: relative;
  padding-left: 1em;
}
.p-read__link__sub::before {
  content: "";
  display: block;
  width: 0.5em;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.p-read__link li {
  display: flex;
  gap: 0 0.5em;
  line-height: 1;
}
.p-read__link li:not(:last-child) {
  margin: 0 40px 0 0;
}
@media (max-width: 900px) {
  .p-read__link li:not(:last-child) {
    margin: 0 4vw 0 0;
  }
}
.p-read__link a {
  color: #fff;
}

.p-news {
  position: fixed;
  font-size: 11px;
  color: #fff;
  bottom: 60px;
  right: 40px;
}
@media (max-width: 900px) {
  .p-news {
    font-size: clamp(10px, 2.6vw, 18px);
    bottom: 8vw;
    right: 0;
    position: static;
    padding: 1em 0;
  }
}
.p-news__content {
  display: flex;
}
.p-news__time {
  margin: 0 10px 0 0;
}
.p-news__tit {
  border-bottom: 1px solid #fff;
  padding: 0 0 10px;
  margin: 0 0 10px;
}
.p-news a {
  color: #fff;
  text-decoration: underline;
}

/*---------------------------------------------
service
---------------------------------------------*/
.p-service__list {
  display: flex;
  justify-content: center;
  overflow: hidden;
  width: 80%;
  max-width: 1000px;
  margin: 0 auto;
  gap: 0 40px;
  /*
  &::before,
  &::after {
    content: "";
    display: block;
    width: 100%;
    background: $white;
  }
  */
}
@media (max-width: 900px) {
  .p-service__list {
    display: block;
  }
}
.p-service__list li {
  position: relative;
  flex-shrink: 0;
  width: calc((100% - 20px * 4) / 3);
  /*
  &::before,
  &::after {
    content: "";
    width: $padding_space;
    height: 100%;
    display: block;
    background: $white;
    position: absolute;
    top: 0;
  }
  &::before {
    left: 0;
  }
  &::after {
    right: 0;
  }
  */
  /*
  .p-service__list_img{
  	height: 100%;
  	width: 100%;
  	text-align: center;
  	position: absolute;
  	top:0;
  	left: 50%;
  	transform: translateX(-50%);
  	img{
  		height:100%;
  		width:auto;
  	}
  }
  @include sp(){
  	width:100%;
  	canvas{
  		width:100%;
  	}
  }*/
}
.p-service__list li:nth-child(1) {
  transition: opacity 0.5s, transform 0.5s;
  transition-delay: 1.6s;
  opacity: 0;
  transform: translateX(-20px);
}
.js-inview_active .p-service__list li:nth-child(1) {
  opacity: 1;
  transform: translateX(0);
}
.p-service__list li:nth-child(2) {
  transition: opacity 0.5s, transform 0.5s;
  transition-delay: 1.7s;
  opacity: 0;
  transform: translateX(-20px);
}
.js-inview_active .p-service__list li:nth-child(2) {
  opacity: 1;
  transform: translateX(0);
}
.p-service__list li:nth-child(3) {
  transition: opacity 0.5s, transform 0.5s;
  transition-delay: 1.8s;
  opacity: 0;
  transform: translateX(-20px);
}
.js-inview_active .p-service__list li:nth-child(3) {
  opacity: 1;
  transform: translateX(0);
}
@media (max-width: 900px) {
  .p-service__list li {
    width: 100%;
    max-width: none;
  }
}
@media (max-width: 900px) {
  .p-service__list li + li {
    margin-top: 80px;
  }
}
.p-service__list li .bg {
  height: 100%;
}
@media (max-width: 900px) {
  .p-service__list li .bg {
    padding: 0 5vw 18vw;
    min-height: unset;
  }
}
.p-service__list li .svg_clip {
  width: 10vw;
  height: 10vw;
  max-width: 200px;
  max-height: 200px;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
}
@media (max-width: 900px) {
  .p-service__list li .svg_clip {
    width: 35vw;
    height: 35vw;
    max-width: 150px;
    max-height: 150px;
  }
}
.p-service__list li .svg_clip .video-shared {
  position: absolute;
  top: 100%;
  left: 0;
}
.p-service__list li .svg_clip.svg_clip_service01 svg > rect {
  -webkit-mask: url(#mask_service01);
  mask: url(#mask_service01);
}
.p-service__list li .svg_clip.svg_clip_service01 .video-shared {
  transform: translateX(0%) translateY(-100%);
}
.p-service__list li .svg_clip.svg_clip_service02 svg > rect {
  -webkit-mask: url(#mask_service02);
  mask: url(#mask_service02);
}
.p-service__list li .svg_clip.svg_clip_service02 .video-shared {
  left: 50%;
  transform: translateX(-50%) translateY(-100%);
}
@media (max-width: 900px) {
  .p-service__list li .svg_clip.svg_clip_service02 .video-shared {
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
}
.p-service__list li .svg_clip.svg_clip_service03 svg > rect {
  -webkit-mask: url(#mask_service03);
  mask: url(#mask_service03);
}
.p-service__list li .svg_clip.svg_clip_service03 .video-shared {
  left: 100%;
  transform: translateX(-100%) translateY(-100%);
}
@media (max-width: 900px) {
  .p-service__list li .svg_clip.svg_clip_service03 .video-shared {
    top: 100%;
    transform: translateX(-100%) translateY(-100%);
  }
}
.p-service__list li .p-service__list_tit {
  border: 1px solid #aaa;
  border-radius: 10px;
  padding: 0 1.5em;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  min-height: 4em;
  line-height: 140%;
  margin: 20px 0 10px;
}
.p-service__list li .p-service__list_tit::before, .p-service__list li .p-service__list_tit::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 20px);
  height: 4px;
  background: #fff;
}
.p-service__list li .p-service__list_tit::before {
  top: -2px;
}
.p-service__list li .p-service__list_tit::after {
  bottom: -2px;
}
@media (max-width: 900px) {
  .p-service__list li .p-service__list_tit {
    margin: 2.6vw 0 2.6vw;
  }
}
.p-service__list li .p-service__list_txt {
  text-align: center;
  line-height: 140%;
  letter-spacing: normal;
}
.p-service__list li .p-service__list_imgArea {
  position: relative;
}
.p-service__list li .p-service__list_txtArea {
  position: relative;
}

/*---------------------------------------------
company
---------------------------------------------*/
.p-company__data {
  position: relative;
  max-width: 500px;
  margin: 0 auto;
}

.p-president__area {
  position: relative;
  text-align: center;
}

.p-president__area_position {
  font-size: 1rem;
}
@media (max-width: 900px) {
  .p-president__area_position {
    font-size: 2.6vw;
    line-height: 1.2;
  }
}

.president_name {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.2em;
}
@media (max-width: 900px) {
  .president_name {
    font-size: 3.75vw;
  }
}

.p-company__data_table {
  width: 100%;
  text-align: left;
  margin: 0 0 50px;
}
@media (max-width: 900px) {
  .p-company__data_table {
    margin: 0 0 8vw;
  }
}
.p-company__data_table th {
  width: 40%;
  position: relative;
  letter-spacing: 0.5em;
}
.p-company__data_table th::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #333;
  position: absolute;
  top: 50%;
  left: 0;
}
.p-company__data_table th p {
  display: inline-block;
  background: #fff;
  position: relative;
  z-index: 100;
  padding-right: 10px;
}
.p-company__data_table td {
  width: 60%;
  padding-left: 10px;
}

.p-company__data_awardTit {
  text-align: left;
  border-bottom: 1px solid #000;
  margin: 0 0 10px;
  letter-spacing: 0.5em;
}
@media (max-width: 900px) {
  .p-company__data_awardTit {
    font-size: 3.43vw;
    padding: 0 0 1.3vw;
    margin: 0 0 2.6vw;
  }
}

.award_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: left;
}
@media (max-width: 900px) {
  .award_list {
    font-size: 3.2vw;
    line-height: 2;
  }
}
.award_list li {
  width: calc(50% - 1em);
  font-size: 1.2rem;
  line-height: 140%;
}
.award_list li:nth-child(n+3) {
  margin-top: 1em;
}

.p-access__list {
  position: relative;
  display: flex;
  justify-content: center;
  text-align: left;
  margin: 40px 0 0;
}
@media (max-width: 900px) {
  .p-access__list {
    display: block;
    margin: 5.3vw 0 0;
  }
}
.p-access__list li {
  width: auto;
  padding: 0 40px;
}
@media (max-width: 900px) {
  .p-access__list li {
    padding: 5.3vw 0;
    width: 100%;
  }
}
.p-access__list li:not(:last-child) {
  border-right: 1px solid #aaa;
}
@media (max-width: 900px) {
  .p-access__list li:not(:last-child) {
    border-right: none;
    border-bottom: 1px solid #aaa;
  }
}
.p-access__list address {
  font-size: 1.2rem;
  line-height: 1.2;
}
.p-access__list_tit {
  font-size: 1.6rem;
  margin: 0 0 10px;
  font-weight: 700;
}
@media (max-width: 900px) {
  .p-access__list_tit {
    margin: 0 0 1.3vw;
  }
}
.p-access__list_tit__sub {
  margin: 0 0 10px;
}
@media (max-width: 900px) {
  .p-access__list_tit__sub {
    margin: 0 0 1.3vw;
  }
}

.p-access__list_tel {
  font-size: 1.2rem;
}
.p-access__list_map {
  position: relative;
  width: 100%;
  max-width: 140px;
  display: block;
  background: #aaa;
  border-radius: 5px;
  line-height: 1;
  color: #fff;
  font-weight: bold;
  padding: 0.5em 1em 0.5em 2.5em;
  margin-top: 10px;
}
.p-access__list_map::before {
  content: "▶︎";
  position: absolute;
  top: 50%;
  left: 1em;
  transform: translateY(-50%);
  color: #fff;
}
.p-access__list_map:hover {
  color: #fff;
}

/*---------------------------------------------
works
---------------------------------------------*/
.worksTit {
  font-size: clamp(16px, 5.625vw, 32px);
  font-weight: bold;
  margin-top: 1em;
}

.p-works__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px 20px;
}
@media (max-width: 900px) {
  .p-works__list {
    margin: 0 0 4vw;
    gap: 4vw 2%;
  }
}
.p-works__list::after {
  content: "";
  display: block;
  width: 31%;
}
@media (max-width: 900px) {
  .p-works__list::after {
    width: 48%;
  }
}
.p-works__list li {
  width: 31%;
}
@media (max-width: 900px) {
  .p-works__list li {
    width: 48%;
  }
}
.p-works__list li a {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 56.3636363636%;
}
.p-works__list li a img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0%);
  object-fit: cover;
  object-position: top;
  width: 100%;
  height: 100%;
}

.p-staff__list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}
@media (max-width: 1000px) {
  .p-staff__list {
    flex-direction: column;
  }
}
.p-staff__list .p-staff__list_group {
  position: relative;
  z-index: 1;
  transition: clip-path 0.5s;
  transition-delay: 1.5s;
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
}
.js-inview_active .p-staff__list .p-staff__list_group {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
.p-staff__list .p-staff__list_group > li {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #000;
  background: #fff;
  border-radius: 5px;
  width: 100%;
  height: 3em;
}
@media (max-width: 1000px) {
  .p-staff__list .p-staff__list_group > li {
    min-height: 3em;
    height: auto;
    padding: 1em 0;
  }
}
.p-staff__list .p-staff__list_group > li + li {
  margin-top: 1em;
}
@media (max-width: 1000px) {
  .p-staff__list .p-staff__list_group > li + li {
    margin-top: 0;
    margin-left: 0.5em;
  }
}
.p-staff__list .p-staff__list_group.p-staff__list_group01 {
  width: 17em;
  margin-top: 3em;
}
@media (max-width: 1000px) {
  .p-staff__list .p-staff__list_group.p-staff__list_group01 {
    margin-top: 0;
  }
}
.p-staff__list .p-staff__list_group.p-staff__list_group01 + .p-staff__list_joint {
  margin-top: 3.5em;
}
@media (max-width: 1000px) {
  .p-staff__list .p-staff__list_group.p-staff__list_group01 + .p-staff__list_joint {
    margin-top: 0;
    height: 4em;
  }
}
@media (max-width: 1000px) {
  .p-staff__list .p-staff__list_group.p-staff__list_group01 + .p-staff__list_joint::before {
    height: 6em;
  }
}
@media (max-width: 1000px) {
  .p-staff__list .p-staff__list_group.p-staff__list_group01 + .p-staff__list_joint::after {
    margin-top: 2em;
  }
}
.p-staff__list .p-staff__list_group.p-staff__list_group02 {
  width: 12em;
  margin-top: 2em;
}
@media (max-width: 1000px) {
  .p-staff__list .p-staff__list_group.p-staff__list_group02 {
    margin-top: 0;
    width: 100%;
    display: flex;
  }
}
.p-staff__list .p-staff__list_group.p-staff__list_group02 + .p-staff__list_joint {
  margin-top: 2.5em;
}
@media (max-width: 1000px) {
  .p-staff__list .p-staff__list_group.p-staff__list_group02 + .p-staff__list_joint {
    margin-top: 0;
  }
}
.p-staff__list .p-staff__list_group.p-staff__list_group02 + .p-staff__list_joint::after {
  height: 6.75em;
  width: 20em;
}
@media (max-width: 1000px) {
  .p-staff__list .p-staff__list_group.p-staff__list_group02 + .p-staff__list_joint::after {
    height: 14em;
    width: 75%;
    margin-left: 10%;
    margin-top: 2em;
  }
}
.p-staff__list .p-staff__list_group.p-staff__list_group03 {
  width: 12em;
  margin-top: 1em;
}
.p-staff__list .p-staff__list_group.p-staff__list_group03 + .p-staff__list_joint {
  margin-top: 1.5em;
}
@media (max-width: 1000px) {
  .p-staff__list .p-staff__list_group.p-staff__list_group03 + .p-staff__list_joint {
    margin-top: 0;
  }
  .p-staff__list .p-staff__list_group.p-staff__list_group03 + .p-staff__list_joint::before {
    height: 2em;
    margin-left: 10%;
  }
  .p-staff__list .p-staff__list_group.p-staff__list_group03 + .p-staff__list_joint::after {
    height: 2em;
    margin-top: 2em;
    margin-left: 10%;
    width: 40%;
  }
}
.p-staff__list .p-staff__list_group.p-staff__list_group04 {
  width: 16em;
}
@media (max-width: 1000px) {
  .p-staff__list .p-staff__list_group.p-staff__list_group04 {
    width: 100%;
    display: flex;
  }
}
.p-staff__list .p-staff__list_joint {
  border-right: none;
  display: flex;
  align-items: flex-start;
  position: relative;
  z-index: 0;
  width: calc((100% - 17em - 12em - 12em - 16em) / 3);
}
@media (max-width: 1000px) {
  .p-staff__list .p-staff__list_joint {
    width: 100%;
    height: 4em;
  }
}
.p-staff__list .p-staff__list_joint::before, .p-staff__list .p-staff__list_joint::after {
  content: "";
  display: block;
  width: 50%;
  transition: clip-path 0.5s;
  transition-delay: 2.25s;
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
}
@media (max-width: 1000px) {
  .p-staff__list .p-staff__list_joint::before, .p-staff__list .p-staff__list_joint::after {
    width: 2px;
    height: 50%;
  }
}
.js-inview_active .p-staff__list .p-staff__list_joint::before, .js-inview_active .p-staff__list .p-staff__list_joint::after {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
.p-staff__list .p-staff__list_joint::before {
  height: 2px;
  background: #000;
  margin-top: 1em;
}
@media (max-width: 1000px) {
  .p-staff__list .p-staff__list_joint::before {
    height: 4em;
    width: 2px;
    margin-top: 0;
    margin-left: 25%;
  }
}
.p-staff__list .p-staff__list_joint::after {
  height: 4em;
  border: 2px solid #000;
  border-radius: 5px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 50%;
}
@media (min-width: 1001px) {
  .p-staff__list .p-staff__list_joint::after {
    border-right: none;
  }
}
@media (max-width: 1000px) {
  .p-staff__list .p-staff__list_joint::after {
    margin-left: 25%;
    height: 4em;
    width: 50%;
    margin-top: 4em;
    border-bottom: none;
  }
}

.p-flow__list {
  display: flex;
}
@media (max-width: 1200px) {
  .p-flow__list {
    flex-direction: column;
  }
}
.p-flow__list > li {
  width: 11.1111111111%;
  position: relative;
}
@media (max-width: 1200px) {
  .p-flow__list > li {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 1200px) {
  .p-flow__list > li + li {
    margin-top: 1em;
  }
}
.p-flow__list > li > p {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #000;
  background: #fff;
  border-radius: 50%;
  width: 124px;
  height: 124px;
  text-align: center;
  font-size: 1.4rem;
  line-height: 140%;
}
@media (min-width: 1201px) {
  .p-flow__list > li > p {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 1200px) {
  .p-flow__list > li > p {
    position: static;
    width: 100%;
    height: 3em;
    border-radius: 1.5em;
  }
  .p-flow__list > li > p br {
    display: none;
  }
}
.p-flow__list > li:first-child > p {
  position: relative;
}
.p-flow__list > li:nth-child(1) {
  z-index: 9;
  transition: opacity 0.5s, transform 0.5s;
  transition-delay: 1.6s;
  opacity: 0;
  transform: translateX(-20px);
}
.js-inview_active .p-flow__list > li:nth-child(1) {
  opacity: 1;
  transform: translateX(0);
}
.p-flow__list > li:nth-child(2) {
  z-index: 8;
  transition: opacity 0.5s, transform 0.5s;
  transition-delay: 1.7s;
  opacity: 0;
  transform: translateX(-20px);
}
.js-inview_active .p-flow__list > li:nth-child(2) {
  opacity: 1;
  transform: translateX(0);
}
.p-flow__list > li:nth-child(3) {
  z-index: 7;
  transition: opacity 0.5s, transform 0.5s;
  transition-delay: 1.8s;
  opacity: 0;
  transform: translateX(-20px);
}
.js-inview_active .p-flow__list > li:nth-child(3) {
  opacity: 1;
  transform: translateX(0);
}
.p-flow__list > li:nth-child(4) {
  z-index: 6;
  transition: opacity 0.5s, transform 0.5s;
  transition-delay: 1.9s;
  opacity: 0;
  transform: translateX(-20px);
}
.js-inview_active .p-flow__list > li:nth-child(4) {
  opacity: 1;
  transform: translateX(0);
}
.p-flow__list > li:nth-child(5) {
  z-index: 5;
  transition: opacity 0.5s, transform 0.5s;
  transition-delay: 2s;
  opacity: 0;
  transform: translateX(-20px);
}
.js-inview_active .p-flow__list > li:nth-child(5) {
  opacity: 1;
  transform: translateX(0);
}
.p-flow__list > li:nth-child(6) {
  z-index: 4;
  transition: opacity 0.5s, transform 0.5s;
  transition-delay: 2.1s;
  opacity: 0;
  transform: translateX(-20px);
}
.js-inview_active .p-flow__list > li:nth-child(6) {
  opacity: 1;
  transform: translateX(0);
}
.p-flow__list > li:nth-child(7) {
  z-index: 3;
  transition: opacity 0.5s, transform 0.5s;
  transition-delay: 2.2s;
  opacity: 0;
  transform: translateX(-20px);
}
.js-inview_active .p-flow__list > li:nth-child(7) {
  opacity: 1;
  transform: translateX(0);
}
.p-flow__list > li:nth-child(8) {
  z-index: 2;
  transition: opacity 0.5s, transform 0.5s;
  transition-delay: 2.3s;
  opacity: 0;
  transform: translateX(-20px);
}
.js-inview_active .p-flow__list > li:nth-child(8) {
  opacity: 1;
  transform: translateX(0);
}
.p-flow__list > li:nth-child(9) {
  z-index: 1;
  transition: opacity 0.5s, transform 0.5s;
  transition-delay: 2.4s;
  opacity: 0;
  transform: translateX(-20px);
}
.js-inview_active .p-flow__list > li:nth-child(9) {
  opacity: 1;
  transform: translateX(0);
}

.worksFnav {
  display: flex;
  justify-content: center;
  align-items: stretch;
  margin-top: 4em;
}
.worksFnav li {
  width: 33.3333333333%;
}
.worksFnav__img {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  margin: 0 0.5em;
}
.worksFnav__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  width: 100%;
  height: 100%;
  filter: grayscale(100%);
}
.worksFnav__next .worksFnav__img {
  order: 2;
}
.worksFnav__next .worksFnav__tit {
  order: 1;
}
.worksFnav a {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.worksFnav a:hover {
  opacity: 1;
}
.worksFnav a:hover img {
  filter: grayscale(0%);
}

.scss_mode_verification, .js-mode_verification .p-form .wrap-table .list-box .box-th.icon-need p::after, .js-mode_verification .p-contact__tel, .mainVerification, .js-mode_verification ::placeholder, .js-mode_verification .cmn-read {
  opacity: 0 !important;
  height: 0;
  margin: 0;
  padding: 0;
}

/*---------------------------------------------
contact
---------------------------------------------*/
.mainVerification {
  position: relative;
}
.js-mode_verification .mainVerification {
  opacity: 1 !important;
  height: auto;
  padding: 20px 0 40px;
  text-align: center;
}

.p-contact__tel {
  position: relative;
  font-size: 1.2rem;
  font-family: din-condensed, sans-serif;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 900px) {
  .p-contact__tel {
    font-size: 2.6vw;
  }
}
.p-contact__tel a {
  font-size: 3rem;
}
@media (max-width: 900px) {
  .p-contact__tel a {
    font-size: 6vw;
  }
}
/*==================================================

form

==================================================*/
.p-form {
  max-width: 750px;
  margin: 0 auto;
  text-align: left;
}
.p-form * {
  transition: all 0.5s;
}
.p-form .wrap-table {
  margin-bottom: 80px;
}
.js-mode_verification .p-form .wrap-table {
  padding: 40px;
  border: 40px solid #aaa;
}
.p-form .wrap-table .list-box {
  width: 100%;
  display: flex;
  margin-bottom: 2em;
}
@media (max-width: 900px) {
  .p-form .wrap-table .list-box {
    flex-direction: column;
    margin-bottom: 1em;
  }
}
.p-form .wrap-table .list-box .box-th {
  width: 14em;
  padding-top: 0.2em;
  margin-right: 2em;
}
@media (max-width: 900px) {
  .p-form .wrap-table .list-box .box-th {
    width: 100%;
    margin-bottom: 0.5em;
  }
}
.js-mode_verification .p-form .wrap-table .list-box .box-th {
  color: #aaa;
  border-bottom: 1px solid #333;
  padding-bottom: 1em;
  margin-right: 0;
}
.p-form .wrap-table .list-box .box-th p {
  position: relative;
  width: 100%;
  padding-right: 4em;
}
.p-form .wrap-table .list-box .box-td {
  width: calc(100% - 14em);
}
@media (max-width: 900px) {
  .p-form .wrap-table .list-box .box-td {
    width: 100%;
  }
}
.js-mode_verification .p-form .wrap-table .list-box .box-td {
  border-bottom: 1px solid #333;
  padding-bottom: 1em;
}
.p-form .wrap-table .list-box .box-td input,
.p-form .wrap-table .list-box .box-td textarea {
  padding: 0.5em;
  width: 100%;
  border: 1px solid #333;
}
.p-form .wrap-table .list-box .box-td input::placeholder,
.p-form .wrap-table .list-box .box-td textarea::placeholder {
  color: #aaa;
}
.js-mode_verification .p-form .wrap-table .list-box .box-td input,
.js-mode_verification .p-form .wrap-table .list-box .box-td textarea {
  border: none;
  pointer-events: none;
  padding: 0;
}
.js-mode_verification .p-form .wrap-table .list-box .box-td input[name=email_addr_confirm] {
  display: none;
}
.p-form .wrap-table .list-box .box-td .box-att {
  font-size: 1rem;
}
.js-mode_verification .p-form .wrap-table .list-box .box-td .box-att {
  display: none;
}
.p-form .wrap-table .list-box .box-th p {
  position: relative;
}
.p-form .wrap-table .list-box .box-th.icon-need p::after {
  content: "必須";
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5em 1em;
  background: #333;
  color: #fff;
  position: absolute;
  /*
              top: 50%;
              transform: translateY(-50%);
              */
  top: 0;
  margin-top: 0.5em;
  right: 0;
  line-height: 1;
  font-size: 1rem;
}
.p-form .wrap-table .list-box .box-th.icon-any p::after {
  content: "任意";
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5em 1em;
  border: 1px solid #333;
  color: #333;
  position: absolute;
  top: 0;
  margin-top: 0.5em;
  right: 0;
  line-height: 1;
  font-size: 1rem;
}
.js-mode_verification .p-form .wrap-table .list-box .box-th.icon-any p::after {
  display: none;
}
.p-form .wrap-table .list-box .box-th .box-att {
  font-size: 1rem;
  line-height: 175%;
  display: block;
}
.p-form .list-verification {
  display: flex;
  justify-content: center;
  width: 100%;
}
.p-form .list-verification #js-next,
.p-form .list-verification #js-back,
.p-form .list-verification input[type=submit] {
  cursor: pointer;
  text-align: center;
  border: 1px solid #333;
  background: #fff;
  width: 100%;
  max-width: 50%;
  height: 100%;
  padding: 10px;
  transition: color 0.5s, background 0.5s;
}
.p-form .list-verification #js-next:hover,
.p-form .list-verification #js-back:hover,
.p-form .list-verification input[type=submit]:hover {
  background: #333;
  color: #fff;
}
.p-form .list-verification .box-submit {
  width: 100%;
}
.p-form .list-verification .box-submit p {
  width: 100%;
  height: 100%;
}
.p-form .list-verification .box-submit p input[type=submit] {
  display: block;
  width: 100%;
  max-width: none;
}
.p-form .box-submit {
  display: flex;
  justify-content: center;
  position: relative;
  width: 100%;
}
.p-form .box-submit .wpcf7-spinner {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.p-form #email_addr_confirm {
  margin-top: 10px;
}

@media (max-width: 900px) {
  .p-form_verification .wrap-table .list-box {
    padding-bottom: 1em;
    border-bottom: 1px solid #aaa;
  }
}
@media (max-width: 900px) {
  .p-form_verification .wrap-table .list-box .box-th p {
    color: #aaa;
  }
}

.confTxt {
  display: none;
}

.mw_wp_form_confirm .inputTxt {
  display: none;
}
.mw_wp_form_confirm .confTxt {
  display: block;
}
.mw_wp_form_confirm .p-form .box-table .box-tr {
  margin-bottom: 0;
  padding: 1em;
}
.mw_wp_form_confirm .p-form .box-table .box-tr + .box-tr {
  border-top: 1px solid #333;
}
.mw_wp_form_confirm .p-form .box-table .box-tr .box-td {
  padding-top: 0.2em;
}

/*==================================================

js-mode_verification

==================================================*/
#content .u-verification {
  display: none;
}
#content.js-mode_verification .wpcf7-not-valid-tip {
  display: none;
}
#content.js-mode_verification .u-verification {
  display: inline;
}
#content.js-mode_verification .u-input {
  display: none;
}

/*













*/
.js-mode_verification #js-form .wrap-table > .box-mid {
  background: none;
  padding: 0;
  margin-bottom: 0.5em;
}

@media (max-width: 900px) {
  .js-mode_verification #js-form .wrap-table > .list-box {
    display: flex;
  }
}
/* フォームのラベルを非表示 */
.js-mode_verification .wrap-verification .wpcf7-form-control-label {
  display: none;
}

/* フォームの入力項目をテキストに変更 */
.js-mode_verification .wrap-verification input[type=text],
.js-mode_verification .wrap-verification input[type=email],
.js-mode_verification .wrap-verification textarea {
  border: none;
  background-color: transparent;
  color: inherit;
  padding: 0;
}

.js-mode_verification .wrap-verification input[type=text],
.js-mode_verification .wrap-verification input[type=email] {
  pointer-events: none;
}

.js-mode_verification .wrap-verification input[type=text]:focus,
.js-mode_verification .wrap-verification input[type=email]:focus,
.js-mode_verification .wrap-verification textarea:focus {
  pointer-events: auto;
}

.js-mode_verification .wrap-verification textarea {
  height: auto;
  resize: none;
}

/* selectボックスの選択項目のテキスト */
.js-mode_verification .wrap-verification select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: transparent;
  outline: none;
  pointer-events: none;
  padding: 0;
}

@media (max-width: 900px) {
  .js-mode_verification .wrap-verification select {
    max-width: 100%;
    width: 100%;
    overflow: hidden;
  }
}
.js-mode_verification .wrap-verification select:focus {
  pointer-events: auto;
}

.js-mode_verification .wrap-verification select option:checked {
  display: none;
}

/* radioボタンの選択項目のテキスト */
.js-mode_verification .wrap-verification input[type=radio] + span {
  padding: 0;
}

.js-mode_verification .wrap-verification .box-radio .wpcf7-list-item {
  margin: 0;
}

.js-mode_verification .wrap-verification input[type=radio] + span:before,
.js-mode_verification .wrap-verification input[type=radio] + span:after,
.js-mode_verification .wrap-verification input[type=radio]:not(:checked) + span,
.js-mode_verification .wrap-verification input[type=radio]:not(:checked) + span + label {
  display: none;
}

/* 各要素の非表示化 */
.js-mode_verification .wrap-verification .wrap-table > .list-box > li.box-th.icon-any::after,
.js-mode_verification .wrap-verification .wrap-table > .list-box > li.box-th.icon-need::after,
.js-mode_verification .wrap-verification .wrap-table > .list-box > li.box-td .box-att,
.js-mode_verification .wrap-verification .js-ajaxzip3,
.js-mode_verification .wrap-verification .wrap-table > .list-box > li.box-td.input-one .wpcf7-form-control-wrap[data-name=email_addr_confirm] {
  display: none;
}

.js-mode_verification .wrap-verification .wrap-table > .list-box > li.box-td.input-two .wpcf7-form-control-wrap {
  width: auto;
}

/*---------------------------------------------
recruit
---------------------------------------------*/
.page-recruit .bg_sec {
  padding-top: 0;
}

.box-select {
  display: inline-flex;
  align-items: center;
  position: relative;
}
.box-select::after {
  position: absolute;
  right: 15px;
  width: 10px;
  height: 7px;
  background-color: #535353;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  pointer-events: none;
}
.box-select select {
  appearance: none;
  min-width: 230px;
  height: 2.8em;
  padding: 0.4em calc(0.8em + 30px) 0.4em 0.8em;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background-color: #fff;
  color: #333333;
  font-size: 1em;
  cursor: pointer;
}

/*---------------------------------------------
recruit
---------------------------------------------*/
.recruit_inner {
  padding: 80px 0 180px;
}
@media (max-width: 900px) {
  .recruit_inner {
    padding: 0;
  }
}

@media (max-width: 900px) {
  .recruit_tit_large {
    width: 90%;
    margin: 0 auto;
  }
}
.recruit_tit_large li {
  font-weight: bold;
}
.recruit_tit_large li.english {
  font-size: 7vw;
}
.recruit_tit_large li.gothic {
  font-size: 7.8vw;
}
.recruit_tit_large li + li {
  margin-top: 0.5em;
}

.recruitList {
  display: flex;
  justify-content: center;
  gap: 0 2%;
}
@media (max-width: 900px) {
  .recruitList {
    flex-direction: column;
    width: 60vw;
    margin: 4vw auto;
    gap: 4vw 0;
  }
}
.recruitList li {
  width: 48%;
}
@media (max-width: 900px) {
  .recruitList li {
    width: 100%;
  }
}

/* modal */
.modal {
  display: none;
  height: 100%;
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 10000;
}

.modal__bg {
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  width: 100%;
}

.js-modal-open {
  cursor: pointer;
  transition: 0.4s;
}
@media (min-width: 901px) {
  .js-modal-open:hover {
    opacity: 0.6;
  }
}

.modal__content {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1000px;
  background: #fff;
  overflow: auto;
  max-height: 80vh;
}
@media (max-width: 900px) {
  .modal__content {
    width: 90vw;
    max-height: 80vh;
    overflow: auto;
  }
}

.recruit_tit {
  font-size: 4rem;
  margin: 40px 0;
  color: #333;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 900px) {
  .recruit_tit {
    font-size: 6vw;
    margin: 0 0 4vw;
  }
}

.recruit_box {
  background: #fff;
}
@media (max-width: 900px) {
  .recruit_box {
    padding: 6.6vw 4vw;
  }
}
.recruit_box .recruit_box_sec {
  margin: 0 0 40px;
}
@media (max-width: 900px) {
  .recruit_box .recruit_box_sec {
    margin: 0 0 5vw;
  }
}
.recruit_box .recruit_box_sec .recruit_box_cmn-tit {
  font-weight: 700;
  font-size: 1.8rem;
}
@media (max-width: 900px) {
  .recruit_box .recruit_box_sec .recruit_box_cmn-tit {
    font-size: 3.75vw;
  }
}
.recruit_box .recruit_box_sec .recruit_box_list {
  line-height: 1.5;
}
@media (max-width: 900px) {
  .recruit_box .recruit_box_sec .recruit_box_list {
    font-size: 3.2vw;
  }
}

.table_recruit th {
  position: relative;
  padding-right: 30px;
  white-space: nowrap;
  width: 30%;
}
.table_recruit th::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  border-bottom: 1px dotted #000;
  position: absolute;
  top: 50%;
  left: 0;
}
@media (max-width: 900px) {
  .table_recruit th::after {
    display: none;
  }
}
.table_recruit th p {
  background: #fff;
  padding-right: 5px;
  position: relative;
  z-index: 100;
  display: inline-block;
}
@media (max-width: 900px) {
  .table_recruit th,
  .table_recruit td {
    padding-right: 0;
    width: 100%;
    display: block;
    font-size: 3.2vw;
  }
}
@media (max-width: 900px) {
  .table_recruit td {
    padding-bottom: 1em;
  }
}

.recruit_txt {
  margin: 20px 0 0;
}
@media (max-width: 900px) {
  .recruit_txt {
    margin: 4vw 0 0;
  }
}

.recruit_commentList {
  margin: 20px 0 0;
  font-size: 1.2rem;
  line-height: 1.4;
}
@media (max-width: 900px) {
  .recruit_commentList {
    margin: 4vw 0 0;
  }
}
.recruit_commentList li {
  text-indent: -1em;
  padding-left: 1em;
}

/*
.telNumber{
    font-family: $font_family;
    text-align: center;
    font-size: 5rem;
    margin:0 0 1em;
    letter-spacing: .02em;
    line-height: 1;
	@include sp(){
        font-size: 3rem;
        text-align: left;
	}
}
*/
/*---------------------------------------------
anniversary
---------------------------------------------*/
/*---------------------------------------------
special
---------------------------------------------*/
.special_headArea {
  display: flex;
  text-align: left;
  margin-bottom: 0;
  justify-content: center;
  padding-top: 4em;
}
@media (max-width: 900px) {
  .special_headArea {
    padding: 8vw 0 0;
    margin: 0 0 12.5vw;
    display: block;
  }
}

.special_headArea_copy {
  margin: 0 40px 0 0;
}
@media (max-width: 900px) {
  .special_headArea_copy {
    margin: 0 0 12.5vw;
  }
}

.special_tit {
  font-size: 5.6rem;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.05em;
  margin: 0 0 40px;
  line-height: 1.4;
}
@media (max-width: 900px) {
  .special_tit {
    font-size: 12vw;
    line-height: 1.3;
    margin: 0 0 6vw;
  }
}
@media (max-width: 900px) {
  .special_tit {
    font-size: 8.8vw;
  }
}

.special_person {
  width: auto;
  display: inline-flex;
  justify-content: center;
  gap: 2em;
  border: 1px solid var(--colorBlack);
  padding: 2em 4em;
  border-radius: 20px;
}
@media (max-width: 900px) {
  .special_person {
    width: 100%;
    margin: auto;
    flex-direction: column;
    border: none;
    padding: 0;
    justify-content: center;
    align-items: center;
  }
}

.special_person_img {
  width: 200px;
}
@media (max-width: 900px) {
  .special_person_img {
    width: 50vw;
    margin: 0 auto;
  }
}

.special_person_name {
  font-size: 1.8rem;
  line-height: 150%;
  margin: 15px 0 0;
}
@media (max-width: 900px) {
  .special_person_name {
    margin: 2.6vw 0;
    text-align: center;
  }
}

.special_person_table {
  font-size: 1.2rem;
  width: 100%;
  max-width: 22em;
  line-height: 150%;
}
@media (max-width: 900px) {
  .special_person_table {
    font-size: 1em;
  }
}
.special_person_table th {
  width: 3.5em;
  border-right: 1px solid #000;
  padding-right: 5px;
}
.special_person_table td {
  padding-left: 5px;
  padding-left: 1em;
  width: auto;
}

/*---------------------------------------------
add special
---------------------------------------------*/
.p-works {
  margin-top: 4em;
}
@media (max-width: 900px) {
  .p-works {
    height: 88vw;
  }
}

.p-works__list {
  justify-content: flex-start;
  gap: 2em;
  margin-bottom: 0;
}
@media (max-width: 900px) {
  .p-works__list {
    gap: 1em;
  }
}
.p-works__list::after {
  display: none;
}
.p-works__list li {
  position: relative;
  width: calc((100% - 4em) / 3);
  height: auto;
  aspect-ratio: 16/9;
  overflow: hidden;
}
@media (max-width: 900px) {
  .p-works__list li {
    width: calc((100% - 1em) / 2);
  }
}
.p-works__list li img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*---------------------------------------------
add lity
---------------------------------------------*/
[data-lity=data-lity] {
  cursor: pointer;
}
[data-lity=data-lity] img {
  display: block;
  transition: 0.5s all;
}
[data-lity=data-lity] img:hover {
  opacity: 0.5;
}

.lity-content::after {
  display: none !important;
}

/*---------------------------------------------
検証用
---------------------------------------------*/
/*---------------------------------------------
塗り絵コンテンツ
---------------------------------------------*/
html.iziModal-isAttached body,
html.iziModal-isOverflow body {
  overflow: hidden !important;
}

.iziModal {
  width: 100% !important;
  max-width: none !important;
}

.iziModal .iziModal-content {
  height: 100vh;
  height: 100dvh;
}

.page-anniversary {
  --colorBg: #ffffff;
  --colorWhite: #ffffff;
  --colorBlue: #b8d4f4;
  --colorBlack: #000000;
  --colorDecide: #ffe132;
  --colorGray: #aaaaaa;
  --screenHeight: 100vh;
  --screenHeightDvh: 100dvh;
  --screenPt: 4vh;
  --screenLogo: 3vh;
  --screenCanvasHeight: 60vh;
  --screenCanvasMt: 2vh;
  --positionCanvas: calc(var(--screenPb) + var(--screenLogo) + var(--screenCanvasMt) + var(--screenCanvasHeight));
  --screenMidashi: 3vh;
  --screenMidashiMt: 4vh;
  --screenSelect: 10vh;
  --screenSelectMt: 2vh;
  --screenBtnMt: 4vh;
  --screenBtnHeight: 4vh;
  --screenBtnPadding: 2vh;
  --screenPb: 2vh;
}
@media (max-width: 900px) {
  .page-anniversary {
    --screenCanvasHeight: 42vh;
    --screenCanvasMt: 6vh;
  }
}

.page-anniversary .p-logo {
  width: 70%;
  max-width: 320px;
  margin: 0em auto 1em;
}
.page-anniversary .p-logo img {
  width: 100%;
  height: auto;
}
.page-anniversary .p-copy {
  font-size: clamp(16px, 1.8vw, 18px);
  margin: 0 0 20px;
  line-height: 200%;
  letter-spacing: 0.1em;
  color: var(--colorBlack);
  padding-top: 1em;
}
.page-anniversary .read_sec.js-inview .p-logo,
.page-anniversary .read_sec.js-inview .p-copy,
.page-anniversary .read_sec.js-inview .cmn-read {
  opacity: 0;
  transition: all 2s;
}
.page-anniversary .read_sec.js-inview .p-logo {
  transition-delay: 1s;
}
.page-anniversary .read_sec.js-inview .p-copy {
  transition-delay: 2s;
}
.page-anniversary .read_sec.js-inview .cmn-read {
  transition-delay: 3s;
  animation: none;
}
.page-anniversary .read_sec.js-inview.js-inview_active .p-logo,
.page-anniversary .read_sec.js-inview.js-inview_active .p-copy,
.page-anniversary .read_sec.js-inview.js-inview_active .cmn-read {
  opacity: 1;
}

.remodal-close {
  position: absolute;
  top: var(--screenPt);
  left: auto;
  right: var(--screenPt);
  margin: -1vh -1vh 0 0;
  width: calc(var(--screenBtnHeight) + 10px);
  height: calc(var(--screenBtnHeight) + 10px);
  display: block;
  border-radius: 50%;
  z-index: 10;
  border: 1px solid var(--colorBlack);
  cursor: pointer;
}
.remodal-close::before, .remodal-close::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: var(--screenBtnHeight);
  height: 1px;
  background: var(--colorBlack);
}
.remodal-close::before {
  transform: rotate(45deg);
}
.remodal-close::after {
  transform: rotate(-45deg);
}

.lity-close {
  position: absolute;
  top: var(--screenPt) !important;
  left: auto !important;
  right: var(--screenPt) !important;
  margin: -1vh -1vh 0 0;
  width: calc(var(--screenBtnHeight) + 10px);
  height: calc(var(--screenBtnHeight) + 10px);
  display: block;
  border-radius: 50%;
  z-index: 10;
  border: 1px solid var(--colorWhite) !important;
  cursor: pointer;
  text-indent: -9999px;
  overflow: hidden;
}
.lity-close::before, .lity-close::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: var(--screenBtnHeight);
  height: 1px;
  background: var(--colorWhite);
}
.lity-close::before {
  transform: rotate(45deg);
}
.lity-close::after {
  transform: rotate(-45deg);
}

.page-anniversary .js-btn {
  display: block;
  cursor: pointer;
  border: 1px solid var(--colorBlack);
  background: var(--colorBlack);
  width: 100%;
  height: 2em;
  border-radius: 2em;
  color: var(--colorWhite);
  border: none;
  padding: 0;
  margin: 0;
  font-size: 1.2rem;
  line-height: 1;
  transition: all 0.5s;
  text-align: center;
  letter-spacing: 0.25em;
  position: relative;
}
.page-anniversary .js-btn:hover {
  border: 1px solid var(--colorBlack);
  color: var(--colorBlack);
  background: var(--colorWhite);
}
.page-anniversary .open-nurie_op {
  max-width: 280px;
  margin: 0 auto;
  height: 3em;
  line-height: 3em;
  font-size: 1.4rem;
}

.wrap-nurie {
  width: 100%;
  max-width: 100%;
  height: var(--screenHeight) !important;
  height: var(--screenHeightDvh) !important;
  border-radius: 25px;
  padding: 0px;
  line-height: 1;
  background: none;
  z-index: 1001 !important;
  transition: all 0.5s;
  background: var(--colorBg);
}
.wrap-nurie img {
  vertical-align: bottom;
}
.wrap-nurie * {
  box-sizing: border-box;
}
.wrap-nurie .wrap-contents {
  overflow: hidden;
  position: relative;
  height: var(--screenHeight);
  height: var(--screenHeightDvh);
}
.wrap-nurie .wrap-logo {
  opacity: 1;
  position: absolute;
  top: 0;
  left: 30px;
  margin-top: var(--screenPt);
  width: auto;
  height: var(--screenLogo);
  z-index: 5;
}
.wrap-nurie .wrap-logo img {
  width: auto;
  height: 100%;
}
.wrap-nurie .wrap-canvas {
  opacity: 1;
  pointer-events: none;
  width: var(--screenCanvasHeight);
  height: var(--screenCanvasHeight);
  position: absolute;
  top: calc(var(--screenPb) + var(--screenLogo) + var(--screenCanvasMt));
  left: 50%;
  transform: translateX(-50%);
  background: var(--colorWhite);
  border: 1px solid var(--colorBlack);
  overflow: hidden;
  z-index: 100;
  transition: all 0.5s;
}
.wrap-nurie .wrap-canvas .box-choice {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: top center/cover no-repeat;
}
.wrap-nurie .wrap-screen {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: var(--screenHeight);
  min-height: var(--screenHeightDvh);
  background: none;
}
.wrap-nurie .wrap-screen:not(.js-screen_active) {
  opacity: 0;
  pointer-events: none;
}
.wrap-nurie .wrap-screen picture {
  display: block;
  width: 100%;
  height: 100%;
}
.wrap-nurie .wrap-screen img {
  width: auto;
  height: 100%;
  max-width: 100%;
}
.wrap-nurie .box-midashi {
  position: absolute;
  top: var(--positionCanvas);
  left: 0;
  width: 100%;
  height: var(--screenMidashi);
  z-index: 1;
  margin-top: var(--screenMidashiMt);
  text-align: center;
  position: relative;
  display: inline-block;
  overflow: hidden;
  opacity: 0;
  transition: all 0.5s;
}
.wrap-nurie .box-midashi img {
  vertical-align: top;
}
.wrap-nurie .js-select {
  position: absolute;
  left: 0;
  top: var(--positionCanvas);
  width: 100%;
  height: var(--screenSelect);
  margin-top: calc(var(--screenMidashiMt) + var(--screenMidashi) + var(--screenSelectMt));
  z-index: 5;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1em;
}
@media (max-width: 900px) {
  .wrap-nurie .js-select {
    width: calc(var(--screenSelect) * 4);
    height: calc(var(--screenSelect) * 1.5);
    left: 50%;
    transform: translateX(-50%);
    overflow-y: auto;
  }
}
.wrap-nurie .js-select > li {
  cursor: pointer;
  width: var(--screenSelect);
  height: var(--screenSelect);
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.5s;
}
@media (max-width: 900px) {
  .wrap-nurie .js-select > li {
    width: calc((var(--screenSelect) * 1.5 - 1em) / 2);
    height: calc((var(--screenSelect) * 1.5 - 1em) / 2);
  }
}
.wrap-nurie .js-select > li.js-choice {
  border: 2px solid var(--colorDecide);
}
.wrap-nurie .box-midashi {
  opacity: 1;
}
.wrap-nurie .js-select li {
  opacity: 1;
  transform: translateY(0);
}
.wrap-nurie .box-btn {
  position: absolute;
  top: var(--positionCanvas);
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  margin-top: calc(var(--screenMidashiMt) + var(--screenMidashi) + var(--screenSelectMt) + var(--screenSelect) + var(--screenBtnMt));
  width: 80%;
  height: calc(var(--screenHeight) - var(--screenPb) - (var(--screenCanvasHeight) + var(--screenPt) + var(--screenMidashiMt) + var(--screenMidashi) + var(--screenSelectMt) + var(--screenSelect) + var(--screenBtnMt)));
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: calc(var(--screenBtnHeight) - var(--screenBtnPadding));
}
@media (max-width: 900px) {
  .wrap-nurie .box-btn {
    margin-top: calc(var(--screenMidashiMt) + var(--screenMidashi) + var(--screenSelectMt) + var(--screenSelect) * 1.5 + var(--screenBtnMt));
    height: calc(var(--screenHeight) - var(--screenPb) - (var(--screenCanvasHeight) + var(--screenPt) + var(--screenMidashiMt) + var(--screenMidashi) + var(--screenSelectMt) + var(--screenSelect) * 1.5 + var(--screenBtnMt)));
  }
}
.wrap-nurie .btn-step_next,
.wrap-nurie .btn-step_prev {
  max-width: 280px;
  width: 48%;
  height: var(--screenBtnHeight);
  line-height: var(--screenBtnHeight);
  font-size: calc(var(--screenBtnHeight) - var(--screenBtnPadding));
}
.wrap-nurie .btn-step_next::after,
.wrap-nurie .btn-step_prev::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: calc((var(--screenBtnHeight) - var(--screenBtnPadding)) / 2);
  height: calc((var(--screenBtnHeight) - var(--screenBtnPadding)) / 2);
  margin: auto;
  border-top: 1px solid var(--colorWhite);
  border-right: 1px solid var(--colorWhite);
}
.wrap-nurie .btn-step_next::after {
  right: 1em;
  transform: rotate(45deg);
}
.wrap-nurie .btn-step_prev::after {
  left: 1em;
  transform: rotate(225deg);
}
.wrap-nurie [data-choice=last] .btn-step_next {
  background: var(--colorDecide);
  color: var(--colorBlack);
  border-color: var(--colorDecide);
}
.wrap-nurie [data-choice=last] .btn-step_next::after {
  border-color: var(--colorBlack);
}

/*---------------------------------------------
    OP画面
   ---------------------------------------------*/
[data-step=op] {
  position: relative;
  text-align: center;
  padding: 70px 100px;
  max-width: 900px;
  margin: 0 auto;
}
@media (max-width: 900px) {
  [data-step=op] {
    padding: 60px;
  }
}
[data-step=op] .box-tit {
  width: 100%;
  max-width: 482px;
  margin: 0 auto 2em;
}
[data-step=op] .box-read {
  text-align: center;
  line-height: 200%;
  margin-bottom: 4em;
}
[data-step=op] .box-howto {
  position: relative;
  width: 100%;
  text-align: center;
  line-height: 1;
  margin: 0 auto 1.5em;
}
[data-step=op] .box-howto img {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 72px;
}
[data-step=op] .box-howto::after {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  background: var(--colorBlue);
}
[data-step=op] .box-step {
  display: inline-flex;
  flex-direction: column;
  gap: 1em;
  text-align: left;
  margin-bottom: 45px;
}
[data-step=op] .box-step li {
  display: flex;
  gap: 0.5em;
}
[data-step=op] .box-step li .box-num {
  width: 12px;
  padding-top: 0.15em;
}
[data-step=op] .box-step li .box-txt {
  flex: 1;
  width: auto;
  line-height: 150%;
}
[data-step=op] .box-step li .box-txt .box-att {
  display: block;
  margin-top: 0.5em;
  font-size: 1.2rem;
  line-height: 175%;
}
[data-step=op] .box-thum {
  display: flex;
  justify-content: space-between;
  gap: 50px;
  padding-bottom: var(--screenPb);
}
@media (max-width: 900px) {
  [data-step=op] .box-thum {
    flex-direction: column;
  }
}
[data-step=op] .box-thum button {
  margin-top: 1em;
}
[data-step=op] .js-btn {
  font-size: 1.2rem;
  letter-spacing: normal;
  width: 100%;
  height: 3em;
  line-height: 3em;
  border-radius: 3em;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
}
[data-step=op] .js-btn::before, [data-step=op] .js-btn::after {
  display: none;
}

.js-tirgger_step {
  cursor: pointer;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40%;
  max-width: 400px;
  margin-left: 30%;
  margin-bottom: 5%;
}
@media (max-width: 900px) {
  .js-tirgger_step {
    width: 70.6214689266%;
    margin-left: 14.1242937853%;
    margin-bottom: 11.2994350282%;
  }
}
.js-tirgger_step:hover {
  opacity: 0.5;
}

/*---------------------------------------------
    進行度
---------------------------------------------*/
.js-progress {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background: var(--colorGray);
  --max: attr(data-max number);
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  transition: all 0.5s;
}
.js-progress__bar {
  display: block;
  background: var(--colorDecide);
  width: 0;
  transition: all 0.5s;
}
.js-window_last .js-progress {
  transform: translateY(100%);
}

/*---------------------------------------------
    結果画面
---------------------------------------------*/
[data-step=last] {
  padding: 20px;
  overflow: auto;
  /*
  .box-canvas {
    width: var(--screenCanvasHeight);
    height: var(--screenCanvasHeight);
    // width: 50%;
    // height: auto;
    margin: 0 auto 3%;
    border: 5px solid #ffffff;
    box-shadow: 0px 0px 3px rgba(13, 44, 99, 0.6);
    @include sp() {
      width: 100%;
      margin-bottom: 6%;
    }
    canvas {
      position: relative;
      width: 100%;
      height: auto;
    }
  }
  */
  /*
  .wrap-att {
    margin-top: 6%;
    border: 1px solid $black;
    border-radius: 10px;
    padding: 35px 50px;
    font-size: 1.2rem;
    line-height: 175%;
    text-align: left;
    position: relative;

    @include sp() {
      margin-top: 12%;
      padding: 20px 10px;
      font-size: 1rem;
      line-height: 175%;
    }
    .box-mid {
      font-size: 1.9rem;
      position: absolute;
      left: 50%;
      top: 0;
      transform: translateY(-50%) translateX(-50%);
      z-index: 2;

      @include sp() {
        font-size: 1.4rem;
        line-height: 175%;
      }
      &::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #ffffff;
        z-index: 1;
      }
      b {
        position: relative;
        z-index: 2;
        padding: 0 1em;
        white-space: nowrap;

        @include sp() {
          padding: 0 0.5em;
        }
      }
    }
    .box-txt {
    }
    .box-list {
      margin: 1em 0;
      color: #c20000;
    }
  }
  */
}
@media (max-width: 900px) {
  [data-step=last] {
    padding: 10px;
  }
}
[data-step=last] .box-tit {
  width: 100%;
  max-width: 482px;
  height: auto;
  padding-top: 2em;
  margin: 0 auto 2em;
  text-align: center;
}
@media (max-width: 900px) {
  [data-step=last] .box-tit {
    margin-bottom: 6%;
  }
}
[data-step=last] .box-canvas {
  opacity: 1;
  pointer-events: none;
  width: var(--screenCanvasHeight);
  height: var(--screenCanvasHeight);
  background: var(--colorWhite);
  border: 1px solid var(--colorBlack);
  overflow: hidden;
  z-index: 100;
  transition: all 0.5s;
  margin: 0 auto;
  margin-top: calc(var(--screenPb) + var(--screenLogo) + var(--screenCanvasMt));
}
[data-step=last] .box-canvas #js-canvas {
  width: var(--screenCanvasHeight);
  height: var(--screenCanvasHeight);
}
[data-step=last] .box-complete {
  position: relative;
  height: 2em;
  margin: 2em auto;
  text-align: center;
  z-index: 100;
}
[data-step=last] .box-complete .box-effect {
  position: relative;
  z-index: 100;
}
[data-step=last] .box-complete .box-effect > li {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) translateY(50px);
  z-index: 10;
  opacity: 0;
  animation: box-effect-anim 6s cubic-bezier(0.23, 1, 0.32, 1) infinite;
}
@keyframes box-effect-anim {
  0% {
    opacity: 0;
    transform: translateX(-50%) translateY(20px);
  }
  10% {
    opacity: 1;
  }
  30% {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
  50% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: translateX(-50%) translateY(20px);
  }
}
[data-step=last] .box-complete .box-effect > li img {
  width: 100%;
  aspect-ratio: 1/1;
  animation: box-effect-rotateY 0.75s linear infinite;
}
@keyframes box-effect-rotateY {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}
[data-step=last] .box-complete .box-effect > li:nth-child(1) {
  margin-top: -19%;
  margin-left: -38%;
  width: 3%;
}
[data-step=last] .box-complete .box-effect > li:nth-child(2) {
  margin-top: -11%;
  margin-left: -31.5%;
  width: 4%;
}
[data-step=last] .box-complete .box-effect > li:nth-child(3) {
  margin-top: -3%;
  margin-left: -36.5%;
  width: 3.5%;
}
[data-step=last] .box-complete .box-effect > li:nth-child(4) {
  margin-top: 0.5%;
  margin-left: -24%;
  width: 3%;
}
[data-step=last] .box-complete .box-effect > li:nth-child(5) {
  margin-top: -19%;
  margin-left: 38%;
  width: 4%;
}
[data-step=last] .box-complete .box-effect > li:nth-child(6) {
  margin-top: -10.5%;
  margin-left: 31.5%;
  width: 4%;
}
[data-step=last] .box-complete .box-effect > li:nth-child(7) {
  margin-top: -3%;
  margin-left: 36.5%;
  width: 3.5%;
}
[data-step=last] .box-complete .box-effect > li:nth-child(8) {
  margin-top: 1%;
  margin-left: 24%;
  width: 3%;
}
[data-step=last] .js-tirgger_img_dl {
  height: 3em;
  line-height: 3em;
  max-width: 280px;
  margin: 0 auto 4em;
  padding: 0 3em;
}
[data-step=last] .js-tirgger_img_dl [data-icon=download] {
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  overflow: hidden;
}
[data-step=last] .js-tirgger_img_dl [data-icon=download] img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200%;
  aspect-ratio: 1/2;
  transition: all 2s;
}
[data-step=last] .js-tirgger_img_dl:hover [data-icon=download] img {
  top: auto;
  bottom: 0;
}
[data-step=last] .wrap-btn {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3%;
}
@media (max-width: 900px) {
  [data-step=last] .wrap-btn {
    flex-direction: column;
    margin-bottom: 6%;
  }
}
[data-step=last] .wrap-btn li {
  width: 48%;
  cursor: pointer;
}
@media (max-width: 900px) {
  [data-step=last] .wrap-btn li {
    width: 100%;
  }
  [data-step=last] .wrap-btn li + li {
    margin-top: 6%;
  }
}
[data-step=last] .wrap-btn li:hover {
  opacity: 0.5;
}

.post-password-form {
  width: 100%;
  height: 100vh;
  height: 100dvh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 2em;
  padding: 2em;
  text-align: center;
}/*# sourceMappingURL=style.css.map */