@charset "utf-8";
@import url("https://fonts.cdnfonts.com/css/trajan-pro");
/* CSS Document */

/*ブラウザクリア*/
body {
  margin: 0px;
}

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

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

h2 {
  display: block;
  font-size: 0em;
  margin-block-start: 0em;
  margin-block-end: 0em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
}
/*ブラウザクリア*/

#process_introduction {
  width: 100%;
  background: #fff;
  text-align: center;
  margin: 0 auto;
  font-size: 1em;
  overflow: hidden;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  color: #000;
}

#process_introduction a:hover {
  opacity: 0.5;
  transition: 0.6s;
}

/******************
      main
*******************/

#main {
  width: 100%;
  position: relative;
}

#main img.logo {
  width: 55.6%;
  z-index: 3;
}
#main .center-wrap {
  top: 50.5% !important;
}
.movie {
  aspect-ratio: 16/9;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.movie iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.movie {
  transform-style: preserve-3d;
  transition: transform 0.5s ease-in-out;
}
/******************
      main
*******************/

/******************
      lead
*******************/
#lead {
  width: 100%;
  padding: 160px 0;
}

#lead img.logo {
  width: 48%;
  max-width: 800px;
  margin-bottom: 64px;
}
#lead p.lead_text {
  font-family: "Hina Mincho", serif;
  font-weight: 400;
  font-style: normal;
  line-height: 2.4;
  font-size: 1.2rem;
  margin-bottom: 160px;
}
#lead img.lead_img {
  width: 100%;
  margin-bottom: 64px;
}
/******************
      lead
*******************/
/******************
      process
*******************/
#process {
  width: 100%;
}

#process .process_tittle {
  width: 60%;
  max-width: 400px;
  margin: 0 auto;
}
#process .process_tittle img.p_logo {
  width: 100%;

  margin-bottom: 40px;
}
#process .process_tittle img.p_text {
  width: 100%;
  margin-bottom: 160px;
}
#process .process_box {
  width: 100%;
  height: 70vh;
  margin-bottom: 64px;
  position: relative;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}
#process .process_box::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(79, 120, 149, 0.5); /* 濃い青 & 半透明 */
  opacity: 0;
  transition: opacity 0.8s ease;
  pointer-events: none;
}
#process .process_box.active::before {
  opacity: 1;
}
#process .process_box.bg01 {
  background-image: url(/pickup/25AW/madeinjapancreatedbywomen/img/p01_bg.jpg);
}
#process .process_box.bg02 {
  background-image: url(/pickup/25AW/madeinjapancreatedbywomen/img/p02_bg.jpg);
}
#process .process_box.bg03 {
  background-image: url(/pickup/25AW/madeinjapancreatedbywomen/img/p03_bg.jpg);
}
#process .process_box.bg04 {
  background-image: url(/pickup/25AW/madeinjapancreatedbywomen/img/p04_bg.jpg);
}
#process .process_box.bg05 {
  background-image: url(/pickup/25AW/madeinjapancreatedbywomen/img/p05_bg.jpg);
}
#process .process_box .icon {
}
#process .process_box img {
  display: block;
  margin: 0 auto;
}
#process .process_box img.p_no {
  height: 10vh;
  width: auto;
  margin-bottom: 24px;
}
#process .process_box img.p_icon {
  display: block;
  height: 6vh;
  width: auto;
}

#process .process_box p {
  width: 100%;
  font-size: 3.6rem;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  font-weight: bold;
  z-index: 3;
  letter-spacing: 0.4rem;
}
#process .process_box .more {
  width: 100%;
  margin: 0 auto;
  z-index: 3;
}
#process .process_box .more a {
  display: block;
  width: auto;
  margin: 0 auto;
}
#process .process_box .more a img {
  display: block;
  height: 3vh;
  width: auto;
  margin: 0 auto;
}

#process .process_box .more a img.line {
  height: 12vh;
  width: auto;
  margin-bottom: 32px;
}
#process .process_box .more a:hover {
  opacity: 1;
}
#process .process_box img.p_bg {
  width: 100%;
  display: block;
  object-fit: cover;
  z-index: 0;
}

.center-wrap.top8 {
  top: 20%;
}
.center-wrap.middle {
  top: 50%;
  transform: translate(-50%, -50%);
}
.center-wrap.bottom8 {
  bottom: -8%;
  top: auto;
}

.updown {
  animation-name: UpDown;
  animation-duration: 0.4s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  animation-direction: alternate;
}
@keyframes UpDown {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(16px);
  }
}
/******************
      process
*******************/

/******************
      modal
*******************/

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(79, 120, 149, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
}
.modal-content {
  position: relative;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 16px;
  padding: 24px 40px 64px 40px;
}
.close {
  position: absolute;
  bottom: 14px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  font-size: 50%;
  cursor: pointer;
  color: #fff;
  width: 60%;
  background-color: rgba(79, 120, 149, 1);
  border: solid 2px rgba(79, 120, 149, 1);
  border-radius: 50px;
  padding: 8px 0;
  letter-spacing: 0.4em;
  font-weight: bold;
}
.close:hover {
  color: rgba(79, 120, 149, 1);
  background: #fff;
  transition: 0.8s;
  border: solid 2px rgba(79, 120, 149, 1);
}

.modal iframe {
  width: auto;
  height: 60vh;
  aspect-ratio: 16 / 9;
  display: block;
  border-radius: 16px;
}

/******************
      modal
*******************/

/******************
      bottom_img
*******************/
#bottom_img {
  display: flex;
  width: 100%;
  margin-top: 160px;
}
#bottom_img img {
  width: 50%;
}
/******************
      bottom_img
*******************/

/******************
fade
*******************/
.center-wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  width: 100%;
  text-align: center;
}

.target.scale-abs {
  transform: scale(1.5);
  transform-origin: center center;
  transition: transform 1.5s ease;
}
.target.scale-abs.scale {
  transform: scale(1);
}

.inview-blur {
  opacity: 0;
  filter: blur(24px);
  transition: opacity 8s ease, filter 8s ease;
}
.blur {
  opacity: 1;
  transition: opacity 8s ease, filter 8s ease;
  -webkit-animation-name: imageBlur;
  animation-name: imageBlur;
  -webkit-animation-duration: 8s;
  animation-duration: 8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@keyframes blurScaleIn {
  0% {
    opacity: 0;
    filter: blur(24px);
    transform: scale(1.5); /* ← ここで translate を含めない */
  }
  100% {
    opacity: 1;
    filter: blur(0);
    transform: scale(1);
  }
}

.sa {
  opacity: 0;
  transition: all 2s ease;
}
.sa.show {
  opacity: 1;
  transform: none;
}
.sa--lr {
  transform: translate(-100px, 0);
}
.sa--rl {
  transform: translate(100px, 0);
}
.sa--up {
  transform: translate(0, 100px);
}
.sa--down {
  transform: translate(0, -100px);
}
.sa--scaleUp {
  transform: scale(0.5);
}
.sa--scaleDown {
  transform: scale(1.5);
}
.sa--rotateL {
  transform: rotate(180deg);
}
.sa--rotateR {
  transform: rotate(-180deg);
}
/******************
fade
*******************/

.target {
  opacity: 0;
  -moz-transition: -moz-transform 0.5s linear;
  -webkit-transition: -webkit-transform 0.5s linear;
  -o-transition: -o-transform 0.5s linear;
  -ms-transition: -ms-transform 0.5s linear;
  transition: transform 0.5s linear;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.blur {
  -webkit-animation-name: imageBlur;
  animation-name: imageBlur;
  opacity: 1;
  transition: 1.5s;
}

@keyframes blurScaleIn {
  0% {
    opacity: 0;
    filter: blur(24px);
    transform: scale(1.5);
  }
  100% {
    opacity: 1;
    filter: blur(0);
    transform: scale(1);
  }
}

.blur-scale {
  animation: blurScaleIn 1.5s ease forwards;
}

/********オーダー**********/
.order1 {
  order: 1;
}
.order2 {
  order: 2;
}
/********オーダー**********/

.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
@media only screen and (max-width: 750px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }

  /******************
      main
*******************/

  /******************
      main
*******************/

  /******************
      lead
*******************/
  #lead {
    width: 100%;
    padding: 80px 0;
  }

  #lead img.logo {
    width: 80%;
    margin-bottom: 32px;
  }
  #lead p.lead_text {
    font-family: "Hina Mincho", serif;
    font-weight: 400;
    font-style: normal;
    line-height: 2;
    font-size: 0.6rem;
    margin-bottom: 80px;
    letter-spacing: 0.1rem;
  }
  /******************
      lead
*******************/
  /******************
      process
*******************/
  #process {
    width: 100%;
  }
  #process .process_box.bg01 {
    background-image: url(/pickup/25AW/madeinjapancreatedbywomen/img/p01_bg_sp.jpg);
  }
  #process .process_box.bg02 {
    background-image: url(/pickup/25AW/madeinjapancreatedbywomen/img/p02_bg_sp.jpg);
  }
  #process .process_box.bg03 {
    background-image: url(/pickup/25AW/madeinjapancreatedbywomen/img/p03_bg_sp.jpg);
  }
  #process .process_box.bg04 {
    background-image: url(/pickup/25AW/madeinjapancreatedbywomen/img/p04_bg_sp.jpg);
  }
  #process .process_box.bg05 {
    background-image: url(/pickup/25AW/madeinjapancreatedbywomen/img/p05_bg_sp.jpg);
  }
  #process .process_tittle {
    width: 100%;
    margin: 0 auto;
  }
  #process .process_tittle img.p_logo {
    width: 60%;
    margin-bottom: 40px;
  }
  #process .process_tittle img.p_text {
    width: 60%;
    margin-bottom: 80px;
  }
  #process .process_box {
    width: 100%;
    margin-bottom: 32px;
    position: relative;
  }

  #process .process_box .icon {
    top: 6%;
  }
  #process .process_box img {
    display: block;
    margin: 0 auto;
  }
  #process .process_box img.p_no {
    height: 8vh;
    margin-bottom: 8px;
  }
  #process .process_box img.p_icon {
    height: 6vh;
  }
  #process .process_box p {
    font-size: 1.6rem;
    letter-spacing: 0.2rem;
  }
  #process .process_box .more {
    bottom: 6%;
  }
  #process .process_box .more a {
    width: 20%;
  }
  #process .process_box .more a img.line {
    height: 10vh;
    width: auto;
    margin-bottom: 24px;
  }
  /******************
      process
*******************/

  /******************
      modal
*******************/

  .modal {
  }
  .modal-content {
    position: relative;
    background-color: rgba(255, 255, 255, 0);
    border-radius: 8px;
    padding: 16px 16px 48px 16px;
    width: 90%;
  }
  .close {
    position: absolute;
    bottom: -16em;
    font-size: 30%;
    color: #fff;
    width: 20em;
    background-color: rgba(79, 120, 149, 0.7);
    border: solid 2px #fff;
    padding: 0px 0;
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 500px;
  }

  .modal iframe {
    height: auto;
    width: 100%;
    border-radius: 8px;
  }

  /******************
      modal
*******************/

  /******************
      bottom_img
*******************/
  #bottom_img {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 64px;
  }
  #bottom_img img {
    width: 100%;
  }
  /******************
      bottom_img
*******************/
}
