.of_h {
  overflow: hidden;
}

@-webkit-keyframes f {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes f {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes ft {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translate(0);
  }
}
@keyframes ft {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translate(0);
  }
}
@media screen and (min-width: 769px), print {
  .contents {
    color: #343434;
    background-color: #daf2ff;
  }
  .contents .deco {
    position: absolute;
    pointer-events: none;
  }
  .contents .fv {
    color: #0075c2;
    padding-top: 50px;
    position: relative;
    z-index: 1;
  }
  .contents .fv.in::before {
    -webkit-animation: 2s f 0s forwards;
            animation: 2s f 0s forwards;
  }
  .contents .fv::before {
    opacity: 0;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 920px;
    height: 436px;
    background-image: url(../img/passion/fv_bg.png);
    background-size: cover;
    z-index: -1;
  }
  .contents .fv h2 {
    opacity: 0;
    letter-spacing: 0.05em;
    font-weight: 500;
    padding-bottom: 0;
  }
  .contents .fv h2 span {
    text-align: center;
    display: block;
  }
  .contents .fv h2 span.en {
    font-size: 15px;
    font-weight: 600;
  }
  .contents .fv h2 span.jp {
    margin-top: 0.6em;
    font-size: 49px;
    letter-spacing: 0.2em;
  }
  .contents .fv h2.in {
    -webkit-animation: 1s ft 0.5s forwards;
            animation: 1s ft 0.5s forwards;
  }
  .contents .fv .lead {
    opacity: 0;
    text-align: center;
    margin-top: 1.5em;
    letter-spacing: 0.1em;
    line-height: 2;
    font-size: 18px;
    font-weight: 500;
  }
  .contents .fv .lead.in {
    -webkit-animation: 1s ft 0.5s forwards;
            animation: 1s ft 0.5s forwards;
  }
  .contents .fv .logo {
    width: 166px;
    margin: 100px auto 0;
  }
  .contents .fv .deco {
    width: 215px;
    left: 5%;
    bottom: 5%;
  }
  .contents .content_pdt {
    position: relative;
    margin-top: 120px;
    padding-bottom: 200px;
  }
  .contents .content_pdt .deco01 {
    width: 110px;
    top: 25%;
    right: 5%;
  }
  .contents .content_pdt .deco02 {
    width: 100px;
    top: 45%;
    left: 10%;
  }
  .contents .content_pdt .deco03 {
    width: 115px;
    left: 35%;
    bottom: 7%;
  }
  .contents .content_pdt .deco04 {
    width: 200px;
    right: 5%;
    bottom: -90px;
  }
  .contents .content_pdt ul {
    display: flex;
    flex-wrap: wrap;
    gap: 80px 0;
    justify-content: center;
  }
  .contents .content_pdt ul li {
    width: 30%;
    position: relative;
    z-index: 1;
  }
  .contents .content_pdt ul li::before {
    position: absolute;
    content: "";
    background-size: cover;
    z-index: -1;
  }
  .contents .content_pdt ul li:nth-child(1)::before {
    top: -15%;
    left: 0;
    background-image: url(../img/passion/pdt01_bg.png);
    width: 240px;
    height: 250px;
  }
  .contents .content_pdt ul li:nth-child(1) a {
    width: 190px;
  }
  .contents .content_pdt ul li:nth-child(2) {
    margin-top: 80px;
  }
  .contents .content_pdt ul li:nth-child(2)::before {
    top: -30%;
    right: 0;
    background-image: url(../img/passion/pdt02_bg.png);
    width: 220px;
    height: 320px;
  }
  .contents .content_pdt ul li:nth-child(2) a {
    width: 145px;
  }
  .contents .content_pdt ul li:nth-child(3) {
    margin-top: 40px;
  }
  .contents .content_pdt ul li:nth-child(3)::before {
    top: -18%;
    right: -15%;
    background-image: url(../img/passion/pdt03_bg.png);
    width: 300px;
    height: 240px;
  }
  .contents .content_pdt ul li:nth-child(3) a {
    width: 233px;
  }
  .contents .content_pdt ul li:nth-child(4) {
    margin: 0 40px;
  }
  .contents .content_pdt ul li:nth-child(4)::before {
    top: -18%;
    right: -20%;
    background-image: url(../img/passion/pdt04_bg.png);
    width: 345px;
    height: 265px;
  }
  .contents .content_pdt ul li:nth-child(4) a {
    width: 260px;
  }
  .contents .content_pdt ul li:nth-child(5) {
    margin: 40px 40px 0;
  }
  .contents .content_pdt ul li:nth-child(5)::before {
    top: -18%;
    right: -5%;
    background-image: url(../img/passion/pdt05_bg.png);
    width: 240px;
    height: 250px;
  }
  .contents .content_pdt ul li:nth-child(5) a {
    width: 175px;
  }
  .contents .content_pdt ul li:nth-child(6) {
    margin-top: 40px;
  }
  .contents .content_pdt ul li:nth-child(6)::before {
    top: -18%;
    left: 8%;
    background-image: url(../img/passion/pdt06_bg.png);
    width: 215px;
    height: 250px;
  }
  .contents .content_pdt ul li:nth-child(6) a {
    width: 160px;
  }
  .contents .content_pdt ul li:nth-child(7) {
    margin-right: 0px;
  }
  .contents .content_pdt ul li:nth-child(7)::before {
    top: -13%;
    left: 0%;
    background-image: url(../img/passion/pdt07_bg.png);
    width: 360px;
    height: 250px;
  }
  .contents .content_pdt ul li:nth-child(7) a {
    width: 280px;
  }
  .contents .content_pdt ul li:nth-child(8) {
    margin-top: 60px;
  }
  .contents .content_pdt ul li:nth-child(8)::before {
    top: -25%;
    right: 10%;
    background-image: url(../img/passion/pdt08_bg.png);
    width: 175px;
    height: 325px;
  }
  .contents .content_pdt ul li:nth-child(8) a {
    width: 100px;
  }
  .contents .content_pdt ul li a {
    display: block;
    margin: auto;
  }
  .contents .content_pdt ul li a .link {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 126px;
    margin: 10px auto 0;
  }
  .contents .content_pdt ul li a .link .num {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1;
  }
  .contents .content_pdt ul li a .link .more span {
    display: inline-block;
    position: relative;
    font-size: 11px;
    line-height: 1;
    padding-right: 55px;
  }
  .contents .content_pdt ul li a .link .more span::before {
    position: absolute;
    content: "";
    bottom: 3px;
    right: 5px;
    margin: auto;
    width: 40px;
    height: 6px;
    border-right: solid 1px #222;
    border-bottom: solid 1px #222;
    transform: skew(45deg);
  }
  .modal {
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
  }
  .modal .modal__bg {
    background: rgba(0, 0, 0, 0.1);
    height: 100vh;
    position: absolute;
    width: 100%;
    z-index: -1;
  }
  .modal .modal__content {
    overflow: hidden;
    position: absolute;
    top: calc(0% + 60px);
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 80%;
    max-width: 1040px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    max-height: 80%;
    padding: 80px 50px 90px 50px;
    box-sizing: border-box;
    z-index: 1000;
    background-color: #fff;
  }
  .modal .modal__content .num {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 120px;
    color: rgba(64, 186, 255, 0.3);
    line-height: 0.72;
  }
  .modal .modal__content .btm_txt {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .modal .modal__content .modal__inn {
    position: relative;
    overflow: auto;
    scrollbar-width: none;
    max-height: 54vh;
  }
  .modal .modal__content .modal__inn .modal_sec {
    display: flex;
    align-items: center;
    gap: 4%;
  }
  .modal .modal__content .modal__inn .modal_sec .img_box {
    width: 344px;
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: center;
  }
  .modal .modal__content .modal__inn .modal_sec .img_box .member {
    width: 130px;
    margin-left: -20px;
  }
  .modal .modal__content .modal__inn .modal_sec .img_box .prof {
    width: 100%;
    margin-top: 15px;
    text-align: center;
  }
  .modal .modal__content .modal__inn .modal_sec .img_box .model {
    position: absolute;
  }
  .modal .modal__content .modal__inn .modal_sec .img_box .model span {
    display: inline-block;
    line-height: 1.5;
  }
  .modal .modal__content .modal__inn .modal_sec .img_box .bg {
    position: absolute;
    z-index: -1;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    top: 0;
    bottom: 25px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .modal .modal__content .modal__inn .modal_sec .txt_box {
    flex: 1;
    text-align: justify;
  }
  .modal .modal__content .modal__inn .modal_sec .txt_box h3 {
    font-size: 26px;
    letter-spacing: 0.1em;
    font-weight: 500;
    line-height: 1.6;
  }
  .modal .modal__content .modal__inn .modal_sec .txt_box .txt {
    margin-top: 2em;
  }
  .modal .js-modal-close {
    position: absolute;
    z-index: 99;
    width: 80px;
    height: 30px;
    top: 15px;
    right: 25px;
    cursor: pointer;
    transition: 0.3s;
  }
  .modal .js-modal-close:hover {
    opacity: 0.7;
  }
  .modal .js-modal-close:before, .modal .js-modal-close:after {
    content: "";
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background-color: #40baff;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
  .modal .js-modal-close:before {
    transform: rotate(-22deg);
  }
  .modal .js-modal-close:after {
    transform: rotate(22deg);
  }
  .modal .js-modal-prev, .modal .js-modal-next {
    background: none;
    border: none;
    padding: 0;
    width: 40px;
    height: 40px;
    z-index: 1;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: 0.3s;
    cursor: pointer;
  }
  .modal .js-modal-prev:hover, .modal .js-modal-next:hover {
    opacity: 0.7;
  }
  .modal .js-modal-prev:before, .modal .js-modal-next:before {
    position: absolute;
    content: "";
    transform: rotate(45deg);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 50%;
    height: 50%;
  }
  .modal .js-modal-prev {
    left: 10px;
  }
  .modal .js-modal-prev:before {
    border-bottom: 2px solid #40baff;
    border-left: 2px solid #40baff;
  }
  .modal .js-modal-next {
    right: 10px;
  }
  .modal .js-modal-next:before {
    border-top: 2px solid #40baff;
    border-right: 2px solid #40baff;
  }
  .modal#pdt01 .modal__content .modal__inn .modal_sec .img_box .pdt {
    width: 190px;
    padding-bottom: 80px;
  }
  .modal#pdt01 .modal__content .modal__inn .modal_sec .img_box .model {
    top: 40px;
    right: -5px;
  }
  .modal#pdt01 .modal__content .modal__inn .modal_sec .img_box .bg {
    width: 240px;
  }
  .modal#pdt02 .modal__content .modal__inn .modal_sec .img_box .pdt {
    width: 140px;
    padding-bottom: 80px;
  }
  .modal#pdt02 .modal__content .modal__inn .modal_sec .img_box .model {
    top: 40px;
    right: 10px;
  }
  .modal#pdt02 .modal__content .modal__inn .modal_sec .img_box .bg {
    width: 200px;
  }
  .modal#pdt03 .modal__content .modal__inn .modal_sec .img_box .pdt {
    width: 210px;
    padding-bottom: 80px;
  }
  .modal#pdt03 .modal__content .modal__inn .modal_sec .img_box .model {
    top: 40px;
    right: -5px;
  }
  .modal#pdt03 .modal__content .modal__inn .modal_sec .img_box .bg {
    width: 260px;
  }
  .modal#pdt04 .modal__content .modal__inn .modal_sec .img_box .pdt {
    width: 240px;
    padding-bottom: 80px;
  }
  .modal#pdt04 .modal__content .modal__inn .modal_sec .img_box .member {
    margin-left: -50px;
  }
  .modal#pdt04 .modal__content .modal__inn .modal_sec .img_box .model {
    bottom: 50px;
    left: 30px;
  }
  .modal#pdt04 .modal__content .modal__inn .modal_sec .img_box .bg {
    width: 260px;
  }
  .modal#pdt05 .modal__content .modal__inn .modal_sec .img_box .pdt {
    width: 200px;
    padding-bottom: 80px;
  }
  .modal#pdt05 .modal__content .modal__inn .modal_sec .img_box .model {
    top: 60px;
    right: 0px;
  }
  .modal#pdt05 .modal__content .modal__inn .modal_sec .img_box .bg {
    width: 280px;
  }
  .modal#pdt06 .modal__content .modal__inn .modal_sec .img_box .pdt {
    width: 200px;
    padding-bottom: 80px;
  }
  .modal#pdt06 .modal__content .modal__inn .modal_sec .img_box .model {
    top: 60px;
    right: 5px;
  }
  .modal#pdt06 .modal__content .modal__inn .modal_sec .img_box .bg {
    width: 260px;
  }
  .modal#pdt07 .modal__content .modal__inn .modal_sec .img_box .pdt {
    width: 240px;
    padding-bottom: 80px;
  }
  .modal#pdt07 .modal__content .modal__inn .modal_sec .img_box .member {
    margin-left: -60px;
  }
  .modal#pdt07 .modal__content .modal__inn .modal_sec .img_box .model {
    bottom: 45px;
    left: 10px;
  }
  .modal#pdt07 .modal__content .modal__inn .modal_sec .img_box .bg {
    width: 280px;
  }
  .modal#pdt08 .modal__content .modal__inn .modal_sec .img_box .pdt {
    width: 110px;
    padding-bottom: 40px;
  }
  .modal#pdt08 .modal__content .modal__inn .modal_sec .img_box .member {
    margin-left: 0px;
  }
  .modal#pdt08 .modal__content .modal__inn .modal_sec .img_box .model {
    top: 60px;
    right: 40px;
  }
  .modal#pdt08 .modal__content .modal__inn .modal_sec .img_box .bg {
    width: 160px;
  }
}
@media screen and (max-width: 768px), print {
  .contents {
    color: #343434;
    background-color: #daf2ff;
  }
  .contents .deco {
    position: absolute;
    pointer-events: none;
  }
  .contents .fv {
    color: #0075c2;
    position: relative;
    padding-top: 25px;
    z-index: 1;
  }
  .contents .fv.in::before {
    -webkit-animation: 2s f 0s forwards;
            animation: 2s f 0s forwards;
  }
  .contents .fv::before {
    opacity: 0;
    position: absolute;
    content: "";
    top: -5px;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 67vw;
    background-image: url(../img/passion/fv_bg_sp.png);
    background-size: cover;
    background-position: 50% 0%;
    z-index: -1;
  }
  .contents .fv h2 {
    letter-spacing: 0.05em;
    font-weight: 500;
    width: auto;
    padding: 0;
    opacity: 0;
  }
  .contents .fv h2 span {
    text-align: center;
    display: block;
  }
  .contents .fv h2 span.en {
    font-size: 12px;
    font-weight: 600;
  }
  .contents .fv h2 span.jp {
    margin-top: 0.6em;
    font-size: 30px;
    letter-spacing: 0.2em;
  }
  .contents .fv h2 span.jp + .en {
    margin-top: 1.5em;
    font-size: 12px;
    font-weight: 500;
  }
  .contents .fv h2.in {
    -webkit-animation: 1s ft 0.5s forwards;
            animation: 1s ft 0.5s forwards;
  }
  .contents .fv .lead {
    text-align: center;
    margin-top: 1em;
    letter-spacing: 0.1em;
    font-size: 15px;
    font-weight: 500;
    opacity: 0;
  }
  .contents .fv .lead.in {
    -webkit-animation: 1s ft 0.5s forwards;
            animation: 1s ft 0.5s forwards;
  }
  .contents .fv .logo {
    width: 120px;
    margin: 60px auto 0;
  }
  .contents .fv .deco {
    width: 107.5px;
    left: 0;
    bottom: 2%;
  }
  .contents .content_pdt {
    position: relative;
    padding-top: 60px;
    padding-bottom: 100px;
    overflow: hidden;
  }
  .contents .content_pdt .deco01 {
    width: 55px;
    top: 25%;
    right: 5%;
  }
  .contents .content_pdt .deco02 {
    width: 50px;
    top: 45%;
    left: 10%;
  }
  .contents .content_pdt .deco03 {
    width: 57.5px;
    left: 10%;
    bottom: 3%;
  }
  .contents .content_pdt .deco04 {
    width: 100px;
    right: 2%;
    bottom: -40px;
  }
  .contents .content_pdt ul {
    display: flex;
    flex-wrap: wrap;
    gap: 50px 3%;
    justify-content: center;
  }
  .contents .content_pdt ul li {
    width: 46%;
    position: relative;
    z-index: 1;
  }
  .contents .content_pdt ul li::before {
    position: absolute;
    content: "";
    background-size: cover;
    z-index: -1;
    margin: auto;
  }
  .contents .content_pdt ul li:nth-child(even) {
    margin-top: 30px;
  }
  .contents .content_pdt ul li:nth-child(1)::before {
    top: -15%;
    left: -20%;
    right: 0;
    background-image: url(../img/passion/pdt01_bg.png);
    width: 120px;
    height: 125px;
  }
  .contents .content_pdt ul li:nth-child(1) a {
    width: 95px;
  }
  .contents .content_pdt ul li:nth-child(2)::before {
    top: -30%;
    left: 0;
    right: -20%;
    background-image: url(../img/passion/pdt02_bg.png);
    width: 110px;
    height: 160px;
  }
  .contents .content_pdt ul li:nth-child(2) a {
    width: 72.5px;
  }
  .contents .content_pdt ul li:nth-child(3)::before {
    top: -18%;
    left: 0;
    right: -15%;
    background-image: url(../img/passion/pdt03_bg.png);
    width: 150px;
    height: 120px;
  }
  .contents .content_pdt ul li:nth-child(3) a {
    width: 116.5px;
  }
  .contents .content_pdt ul li:nth-child(4)::before {
    top: -18%;
    left: 0;
    right: -20%;
    background-image: url(../img/passion/pdt04_bg.png);
    width: 172.5px;
    height: 132.5px;
  }
  .contents .content_pdt ul li:nth-child(4) a {
    width: 130px;
  }
  .contents .content_pdt ul li:nth-child(5)::before {
    top: -18%;
    left: -25%;
    right: 0;
    background-image: url(../img/passion/pdt05_bg.png);
    width: 120px;
    height: 125px;
  }
  .contents .content_pdt ul li:nth-child(5) a {
    width: 87.5px;
  }
  .contents .content_pdt ul li:nth-child(6)::before {
    top: -20%;
    left: 0;
    right: -30%;
    background-image: url(../img/passion/pdt06_bg.png);
    width: 107.5px;
    height: 125px;
  }
  .contents .content_pdt ul li:nth-child(6) a {
    width: 80px;
  }
  .contents .content_pdt ul li:nth-child(7)::before {
    top: -13%;
    left: 0%;
    right: 0;
    background-image: url(../img/passion/pdt07_bg.png);
    width: 180px;
    height: 125px;
  }
  .contents .content_pdt ul li:nth-child(7) a {
    width: 140px;
  }
  .contents .content_pdt ul li:nth-child(8)::before {
    top: -25%;
    left: 0;
    right: -20%;
    background-image: url(../img/passion/pdt08_bg.png);
    width: 87.5px;
    height: 162.5px;
  }
  .contents .content_pdt ul li:nth-child(8) a {
    width: 50px;
  }
  .contents .content_pdt ul li a {
    display: block;
    margin: auto;
    opacity: 1 !important;
  }
  .contents .content_pdt ul li a .link {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 111px;
    margin: 10px auto 0;
  }
  .contents .content_pdt ul li a .link .num {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1;
  }
  .contents .content_pdt ul li a .link .more {
    line-height: 1;
  }
  .contents .content_pdt ul li a .link .more span {
    display: inline-block;
    position: relative;
    font-size: 10px;
    padding-right: 40px;
  }
  .contents .content_pdt ul li a .link .more span::before {
    position: absolute;
    content: "";
    bottom: 3px;
    right: 5px;
    margin: auto;
    width: 30px;
    height: 6px;
    border-right: solid 1px #222;
    border-bottom: solid 1px #222;
    transform: skew(45deg);
  }
  .modal {
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
  }
  .modal .modal__bg {
    background: rgba(0, 0, 0, 0.1);
    height: 100vh;
    position: absolute;
    width: 100%;
    z-index: -1;
  }
  .modal .modal__content {
    position: absolute;
    top: calc(0% + 92px);
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 90%;
    max-width: 1040px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 50px 30px 4.5vw;
    box-sizing: border-box;
    max-height: 70%;
    z-index: 1000;
    background-color: #fff;
  }
  .modal .modal__content .num {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 60px;
    color: rgba(64, 186, 255, 0.3);
    line-height: 0.72;
  }
  .modal .modal__content .btm_txt {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .modal .modal__content .modal__inn {
    overflow: auto;
    position: relative;
    scrollbar-width: none;
    height: calc(70vh - 70px);
    padding-bottom: 20px;
    box-sizing: border-box;
  }
  .modal .modal__content .modal__inn .modal_sec {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
  .modal .modal__content .modal__inn .modal_sec .img_box {
    width: min(100%, 280px);
    margin: auto;
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
    box-sizing: border-box;
  }
  .modal .modal__content .modal__inn .modal_sec .img_box .member {
    width: 100px;
  }
  .modal .modal__content .modal__inn .modal_sec .img_box .prof {
    width: 100%;
    margin-top: 15px;
    text-align: center;
  }
  .modal .modal__content .modal__inn .modal_sec .img_box .model {
    position: absolute;
  }
  .modal .modal__content .modal__inn .modal_sec .img_box .model span {
    display: inline-block;
    line-height: 1.5;
  }
  .modal .modal__content .modal__inn .modal_sec .img_box .bg {
    position: absolute;
    z-index: -1;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    top: 0;
    bottom: 25px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .modal .modal__content .modal__inn .modal_sec .txt_box {
    flex: 1;
    text-align: justify;
  }
  .modal .modal__content .modal__inn .modal_sec .txt_box h3 {
    font-size: 18px;
    letter-spacing: 0.1em;
    font-weight: 500;
    line-height: 1.6;
  }
  .modal .modal__content .modal__inn .modal_sec .txt_box .txt {
    margin-top: 1em;
  }
  .modal .js-modal-close {
    position: absolute;
    z-index: 99;
    width: 40px;
    height: 20px;
    top: 15px;
    right: 15px;
    cursor: pointer;
    transition: 0.3s;
  }
  .modal .js-modal-close:hover {
    opacity: 0.7;
  }
  .modal .js-modal-close:before, .modal .js-modal-close:after {
    content: "";
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background-color: #40baff;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
  .modal .js-modal-close:before {
    transform: rotate(-22deg);
  }
  .modal .js-modal-close:after {
    transform: rotate(22deg);
  }
  .modal .js-modal-prev, .modal .js-modal-next {
    background: none;
    border: none;
    padding: 0;
    width: 30px;
    height: 30px;
    z-index: 1;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: 0.3s;
    cursor: pointer;
  }
  .modal .js-modal-prev:hover, .modal .js-modal-next:hover {
    opacity: 0.7;
  }
  .modal .js-modal-prev:before, .modal .js-modal-next:before {
    position: absolute;
    content: "";
    transform: rotate(45deg);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 50%;
    height: 50%;
  }
  .modal .js-modal-prev {
    left: 3px;
  }
  .modal .js-modal-prev:before {
    border-bottom: 2px solid #40baff;
    border-left: 2px solid #40baff;
  }
  .modal .js-modal-next {
    right: 3px;
  }
  .modal .js-modal-next:before {
    border-top: 2px solid #40baff;
    border-right: 2px solid #40baff;
  }
  .modal#pdt01 .modal__content .modal__inn .modal_sec .img_box .pdt {
    width: 155px;
    padding-bottom: 40px;
  }
  .modal#pdt01 .modal__content .modal__inn .modal_sec .img_box .model {
    top: 30px;
    right: 0px;
  }
  .modal#pdt01 .modal__content .modal__inn .modal_sec .img_box .bg {
    width: 220px;
  }
  .modal#pdt02 .modal__content .modal__inn .modal_sec .img_box .pdt {
    width: 120px;
    padding-bottom: 20px;
    margin-left: 20px;
  }
  .modal#pdt02 .modal__content .modal__inn .modal_sec .img_box .member {
    margin-right: 20px;
  }
  .modal#pdt02 .modal__content .modal__inn .modal_sec .img_box .model {
    top: 30px;
    right: 10px;
  }
  .modal#pdt02 .modal__content .modal__inn .modal_sec .img_box .bg {
    width: 160px;
  }
  .modal#pdt03 .modal__content .modal__inn .modal_sec .img_box .pdt {
    width: 170px;
    padding-bottom: 60px;
  }
  .modal#pdt03 .modal__content .modal__inn .modal_sec .img_box .model {
    top: 30px;
    right: 0px;
  }
  .modal#pdt03 .modal__content .modal__inn .modal_sec .img_box .bg {
    width: 200px;
  }
  .modal#pdt04 .modal__content .modal__inn .modal_sec .img_box .pdt {
    width: 190px;
    padding-bottom: 80px;
  }
  .modal#pdt04 .modal__content .modal__inn .modal_sec .img_box .member {
    margin-left: -30px;
  }
  .modal#pdt04 .modal__content .modal__inn .modal_sec .img_box .model {
    bottom: 70px;
    left: 20px;
  }
  .modal#pdt04 .modal__content .modal__inn .modal_sec .img_box .bg {
    width: 220px;
  }
  .modal#pdt05 .modal__content .modal__inn .modal_sec .img_box .pdt {
    width: 170px;
    padding-bottom: 40px;
  }
  .modal#pdt05 .modal__content .modal__inn .modal_sec .img_box .model {
    top: 60px;
    right: 5px;
  }
  .modal#pdt05 .modal__content .modal__inn .modal_sec .img_box .bg {
    width: 240px;
  }
  .modal#pdt06 .modal__content .modal__inn .modal_sec .img_box .pdt {
    width: 170px;
    padding-bottom: 40px;
  }
  .modal#pdt06 .modal__content .modal__inn .modal_sec .img_box .model {
    top: 60px;
    right: 5px;
  }
  .modal#pdt06 .modal__content .modal__inn .modal_sec .img_box .bg {
    width: 220px;
  }
  .modal#pdt07 .modal__content .modal__inn .modal_sec .img_box .pdt {
    width: 210px;
    padding-bottom: 80px;
  }
  .modal#pdt07 .modal__content .modal__inn .modal_sec .img_box .member {
    margin-left: -40px;
  }
  .modal#pdt07 .modal__content .modal__inn .modal_sec .img_box .model {
    bottom: 45px;
    left: 10px;
  }
  .modal#pdt07 .modal__content .modal__inn .modal_sec .img_box .bg {
    width: 280px;
  }
  .modal#pdt08 .modal__content .modal__inn .modal_sec .img_box .pdt {
    width: 90px;
    margin-left: 40px;
  }
  .modal#pdt08 .modal__content .modal__inn .modal_sec .img_box .member {
    margin-left: 0px;
    margin-right: 40px;
  }
  .modal#pdt08 .modal__content .modal__inn .modal_sec .img_box .model {
    top: 20px;
    right: 25px;
  }
  .modal#pdt08 .modal__content .modal__inn .modal_sec .img_box .bg {
    width: 120px;
  }
}
/*# sourceMappingURL=passion.css.map */