@charset "UTF-8";
/*
* acid_whey_protein.css
*
*/
/* --------------------------------
   common
-------------------------------- */
.content_container {
  padding-top: 0;
  background-color: #000;
}
.content_container p,
.content_container h1,
.content_container h2,
.content_container h3,
.content_container h4,
.content_container h5,
.content_container h6,
.content_container a,
.content_container li,
.content_container caption,
.content_container td,
.content_container th,
.content_container dt,
.content_container dd,
.content_container input,
.content_container textarea,
.content_container select,
.content_container address,
.content_container button {
  font-family: "Noto Sans JP", Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
.content_container .u-txt_medium {
  font-weight: 500;
}
.content_container .u-txt_bold {
  font-weight: 700;
}
.content_container .u-font_en {
  font-family: "Roboto Condensed", "Noto Sans JP", Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
.content_container .breadcrumbs {
  position: relative;
  background-color: #fff;
}
@media (min-width: 1024px) {
  .content_container .breadcrumbs {
    padding: 40px 0 40px 5.57143%;
  }
}

/* --------------------------------
  共通
-------------------------------- */
.l-inner {
  margin: 0 5.33333vw;
}
@media (min-width: 1024px) {
  .l-inner {
    margin: 0 40px;
    max-width: 1140px;
  }
}
@media screen and (min-width: 1220px) {
  .l-inner {
    margin: 0 auto;
  }
}

.p-section_ttl_wrapper {
  position: relative;
  z-index: 4; 
  padding: 0 5.33333vw 20px;
}
@media (min-width: 1024px) {
  .p-section_ttl_wrapper {
    padding: 0 40px 34px;
  }
}

.p-section_ttl {
  position: relative;
  text-align: center;
  color: #fff;
}

.p-section_ttl_back {
  display: block;
  position: absolute;
  z-index: 3;
  top: 10%;
  left: 50%;
  margin: auto;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  text-align: center;
  pointer-events: none; 
  color: rgba(255, 255, 255, 0.1);
  font-size: min(20.53333vw, (77rem / 16));
  font-weight: bold;
  line-height: 1;
}
@media (min-width: 1024px) {
  .p-section_ttl_back {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    font-size: 9.625rem;
  }
}

.section_ttl_wrapper {
  position: relative;
}

.section_ttl {
  text-align: center;
}

.p-section_ttl_sub {
  display: block;
  margin-bottom: 8px;
  letter-spacing: 0.02em; 
  font-size: 0.875rem;
}
@media (min-width: 1024px) {
  .p-section_ttl_sub {
    font-size: 1.75rem;
  }
}

.p-section_ttl_main {
  display: block;
  letter-spacing: 0.02em;
  word-break: keep-all;
  font-size: 1.4375rem;
  line-height: 1.217;

  overflow-wrap: anywhere;
  line-break: strict;
}
@media (min-width: 1024px) {
  .p-section_ttl_main {
    margin-top: -3px;
    font-size: 2.875rem;
  }
}
.p-section_ttl_main > span {
  display: inline-block;
  margin-bottom: 6px;
  font-size: 0.875rem;
}
@media (min-width: 1024px) {
  .p-section_ttl_main > span {
    margin-bottom: 4px; 
    font-size: 1.625rem;
  }
}

.p-section_ttl_line {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100px; 
  -webkit-transform: translate(-50%, 0); 
      -ms-transform: translate(-50%, 0); 
          transform: translate(-50%, 0);
}
@media (min-width: 1024px) {
  .p-section_ttl_line {
    bottom: 0.2rem;
    width: 200px;
  }
}
.p-section_ttl_line img {
  width: 100%;
  height: auto;
}

.p-section_lead {
  text-align: center;
  letter-spacing: 0.08em;
  color: #fff;
  text-shadow: rgba(0, 0, 0, 0.6) 5px 0 20px; 
  font-size: 1.1875rem;
  line-height: 1.579;
}
@media (min-width: 1024px) {
  .p-section_lead {
    font-size: 1.625rem;
  }
}

.p-white_box {
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.85);
}
.p-white_box + .p-white_box {
  margin-top: 36px;
}
@media (min-width: 1024px) {
  .p-white_box + .p-white_box {
    margin-top: 56px;
  }
}

.p-white_box_inner {
  display: block;
}
@media (min-width: 1024px) {
  .p-white_box_inner.__flex_lg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: justify;

        -ms-flex-pack: justify;

            justify-content: space-between;
  }
}
@media (min-width: 1024px) {
  .p-white_box_inner.__flex_lg_reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media (min-width: 1024px) {
  .p-white_box_inner.__flex_lg_reverse .p-white_box_img {
    margin-right: 36px;
    margin-left: 0;
  }
}

.p-white_box_ttlBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 9px; 

  -webkit-box-align: center; 

      -ms-flex-align: center; 

          align-items: center;
}
@media (min-width: 1024px) {
  .p-white_box_ttlBlock {
    margin-bottom: 14px;
  }
}

.p-white_box_q {
  margin-right: 11px;
  width: 44px; 

  -ms-flex-negative: 0; 

      flex-shrink: 0;
  -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
}
@media (min-width: 1024px) {
  .p-white_box_q {
    margin-right: 24px;
    width: 67px;
  }
}
.p-white_box_q img {
  width: 100%;
}

.p-white_box_ttl {
  letter-spacing: 0.08em;
  font-size: 1.1875rem;
  line-height: 1.57894737;
}
@media (min-width: 1024px) {
  .p-white_box_ttl {
    font-size: 1.625rem;
    line-height: 1.615;
  }
}
.p-white_box_ttl.__mt_minus {
  margin-top: -8px;
}
@media (min-width: 1024px) {
  .p-white_box_ttl.__mt_minus {
    margin-top: -9px;
  }
}
.p-white_box_ttl.__mt_minus_sm {
  margin-top: -8px;
}
@media (min-width: 1024px) {
  .p-white_box_ttl.__mt_minus_sm {
    margin-top: 0;
  }
}

.p-white_box_img {
  width: 100%;
}
@media (min-width: 1024px) {
  .p-white_box_img {
    margin-right: 0;
    margin-left: 36px;
    width: 442px; 

    -ms-flex-negative: 0; 

        flex-shrink: 0;
  }
}

.p-txt {
  letter-spacing: 0.02em; 
  color: #000;
  font-size: 0.875rem;
  line-height: 1.96;
}
@media (min-width: 1024px) {
  .p-txt {
    font-size: 1rem; 
    line-height: 2;
  }
}
.p-txt .__strong {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(67%, transparent), color-stop(57%, #e3b865));
  background: linear-gradient(transparent 67%, #e3b865 57%); 
  font-weight: bold;
}

.p-ref {
  position: relative;
  padding-left: 1em;
  letter-spacing: 0.06em;
  color: #000;
  font-size: 0.625rem;
  line-height: 1.428;
}
@media (min-width: 1024px) {
  .p-ref {
    font-size: 0.875rem;
  }
}
.p-ref::before {
  content: "※";
  display: inline-block;
  position: absolute;
  left: 0;
}
.p-ref + .p-ref {
  margin-top: 6px;
}

.p-img {
  display: block;
  position: relative;
  max-width: 100%;
}
.p-img img {
  width: 100%;
  height: auto;
}
.p-img > a {
  display: block;
  position: relative;
  pointer-events: auto;
}
@media (min-width: 1024px) {
  .p-img > a {
    cursor: default; 
    pointer-events: none;
  }
}
.p-img > a::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 25px;
  height: 25px;
  background: url(/sports/savas/img/magazine/acid_whey_protein/icon_zoom.webp) no-repeat left top/100% auto;
}
@media (min-width: 1024px) {
  .p-img > a::before {
    content: none;
  }
}

.p-txt + .p-txt {
  margin-top: 10px;
}
@media (min-width: 1024px) {
  .p-txt + .p-txt {
    margin-top: 10px;
  }
}

.p-txt + .p-ref {
  margin-top: 6px;
}
@media (min-width: 1024px) {
  .p-txt + .p-ref {
    margin-top: 16px;
  }
}

.p-img + .p-txt {
  margin-top: 18px;
}
@media (min-width: 1024px) {
  .p-img + .p-txt {
    margin-top: 26px;
  }
}

.p-img_caption {
  margin-top: 6px;
}
@media (min-width: 1024px) {
  .p-img_caption {
    margin-top: 16px;
  }
}

.p-white_box + .p-section_lead {
  margin-top: 56px;
}
@media (min-width: 1024px) {
  .p-white_box + .p-section_lead {
    margin-top: 86px;
  }
}

@media (max-width: 1023.98px) {
  .p-white_box_content + .p-img {
    margin-top: 20px;
  }
}

.p-btn {
  overflow: hidden;
  position: relative;
  z-index: 2; 
  margin: 0 auto;
  padding: 3px;
  border-radius: 35px;
  width: min(69.33333vw, 260px);
  height: 62px;
  background: #e3b865;
}
@media (min-width: 1024px) {
  .p-btn {
    border-radius: 37px;
    width: 400px;
    height: 73px;
  }
}
.p-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: inherit;
  height: 100%;
  background-color: #fff; 

  -webkit-box-align: center; 

      -ms-flex-align: center; 

          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 1024px) {
  .p-btn a:before {
    content: "";
    position: absolute;
    top: 0;
    right: -2%;
    width: 0;
    height: 100%;
    -webkit-transition: width 0.35s;
    transition: width 0.35s; 
    -webkit-transform: skewX(25deg); 
        -ms-transform: skewX(25deg); 
            transform: skewX(25deg);
    background-color: #e3b865;
  }
  .p-btn a:after {
    content: "";
    opacity: 0; 
    position: absolute;
    margin: auto;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;

    inset: 0;
  }
  .p-btn a:hover .p-btn_txt {
    color: #fff;
  }
  .p-btn a:hover:before {
    left: -2%;
    width: 104%;
  }
  .p-btn a:hover:after {
    opacity: 1;
  }
}

.p-btn_txt {
  position: relative;
  z-index: 3; 
  bottom: -1px;
  text-align: center;
  color: #000;
  font-size: 0.9375rem;
  line-height: 1.117;
}
@media (min-width: 1024px) {
  .p-btn_txt {
    -webkit-transition: color 0.1s linear;
    transition: color 0.1s linear; 
    font-size: 1.375rem;
  }
}

.link-opacity {
  display: block; 
  -webkit-transition: opacity 0.35s; 
  transition: opacity 0.35s;
}
.link-opacity:hover {
  opacity: 0.6;
}

/* --------------------------------
   mv
-------------------------------- */
.mv {
  overflow: hidden;
  position: relative;
  z-index: 3; 
  padding-bottom: 58.66667vw;
  height: 0;
  background-color: #000;
  background-image: url(/sports/savas/img/magazine/acid_whey_protein/mv_bg_sm.webp);
  background-repeat: no-repeat;
  background-size: 100%;
}
@media (min-width: 1024px) {
  .mv {
    padding-bottom: 24.93056vw;
    background-image: url(/sports/savas/img/magazine/acid_whey_protein/mv_bg_lg.webp);
  }
}

.mv_content {
  position: relative;
  z-index: 4; 
  padding-top: 20.8vw;
  color: #fff;
}
@media (min-width: 1024px) {
  .mv_content {
    padding-top: 8.61111vw;
  }
}

.mv_logo {
  margin: 0 auto;
  width: 18vw;
}
@media (min-width: 1024px) {
  .mv_logo {
    width: 9.375vw;
  }
}
.mv_logo img {
  width: 100%;
}

.mv_ttl_sub {
  margin: 0 auto;
  width: 34vw;
  line-height: 1;
}
@media (min-width: 1024px) {
  .mv_ttl_sub {
    margin: 0 auto;
    width: 17.70833vw;
  }
}
.mv_ttl_sub img {
  width: 100%;
}

.mv_ttl {
  margin-top: 1.06667vw;
  text-align: center;
  letter-spacing: 0.02em;
  font-size: 6.66667vw;
  line-height: 1.22;
}
@media (min-width: 1024px) {
  .mv_ttl {
    margin-top: 0.48611vw;
    font-size: 3.47222vw;
    line-height: 1.08;
  }
}
.mv_ttl .__txt_sm {
  display: inline-block;
  padding-bottom: 5px;
  letter-spacing: 0.08em; 
  font-size: 3.2vw;
}
@media (min-width: 1024px) {
  .mv_ttl .__txt_sm {
    padding-bottom: 8px;
    font-size: 1.66667vw;
  }
}

/* --------------------------------
   about
-------------------------------- */
.about {
  overflow: hidden;
  position: relative;
  z-index: 3; 
  padding: 97px 0 108px;
  background-color: #000;
}
@media (min-width: 1024px) {
  .about {
    padding: 136px 0 136px;
  }
}
.about .p-section_lead {
  margin-bottom: 28px;
}
@media (min-width: 1024px) {
  .about .p-section_lead {
    margin-bottom: 32px;
  }
}
.about .p-section_ttl_main {
  margin-top: -5px;
}
@media (min-width: 1024px) {
  .about .p-section_ttl_main {
    margin-top: -12px;
  }
}

.about_inner {
  position: relative;
  z-index: 4; 
  padding: 32px 0 0;
}
@media (min-width: 1024px) {
  .about_inner {
    padding: 68px 0 0;
  }
}

.about .p-section_ttl_back {
  top: -3%;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  font-size: min(18.66667vw, (70rem / 16));
  line-height: 0.85;
}
@media (min-width: 768px) {
  .about .p-section_ttl_back {
    top: 20%;
  }
}
@media (min-width: 1024px) {
  .about .p-section_ttl_back {
    top: 43%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    font-size: min(10.69444vw, (154rem / 16));
  }
}

.about .p-white_box {
  padding: 22px 25px;
}
@media (min-width: 1024px) {
  .about .p-white_box {
    padding: 48px 65px;
    width: 100%;
    max-width: 840px;
  }
}

.about .p-img {
  margin-top: 20px;
}
@media (min-width: 1024px) {
  .about .p-img {
    margin-top: 30px;
  }
}

.about_bg {
  position: absolute;
  z-index: 2;
}
.about_bg_01 {
  top: -132px;
  left: -395px;
  width: 574.5px;
  height: 521px;
}
@media (min-width: 1024px) {
  .about_bg_01 {
    top: -204px;
    left: -357px;
    width: 928px;
    height: 843px;
  }
}
.about_bg_02 {
  top: 1371px;
  right: -390px;
  width: 562.5px;
  height: 416px;
}
@media (min-width: 1024px) {
  .about_bg_02 {
    top: 800px;
    right: -291px;
    width: 819px;
    height: 605px;
  }
}
.about_bg_03 {
  bottom: -174px;
  left: -415px;
  width: 679px;
  height: 634px;
}
@media (min-width: 1024px) {
  .about_bg_03 {
    bottom: -162px;
    left: -278px;
    width: 908px;
    height: 849px;
  }
}

/* --------------------------------
  interview
-------------------------------- */
.interview {
  position: relative;
  z-index: 0; 
  padding: 84px 0;
}
@media (min-width: 1024px) {
  .interview {
    padding: 136px 0 128px;
  }
}

.interview_bg {
  position: fixed;
  z-index: -1; 
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  background-image: url(/sports/savas/img/magazine/acid_whey_protein/interview_bg.webp);
  background-position: center top;
  background-size: 192%;
}
@media (min-width: 1024px) {
  .interview_bg {
    padding: 142px 0 132px; 
    background-position: 0 0;
    background-size: 100%;
  }
}

.interview_inner {
  padding: 38px 0 0;
}
@media (min-width: 1024px) {
  .interview_inner {
    padding: 80px 0 0;
  }
}

.interview .p-white_box {
  padding: 36px 25px;
}
@media (min-width: 1024px) {
  .interview .p-white_box {
    padding: 72px 70px 72px 69px;
  }
}

.interview_profileCard {
  position: relative;
  margin-bottom: 40px;
  padding: 25px;
  width: 100%;
  background-color: #333;
  color: #fff;
}
@media (min-width: 1024px) {
  .interview_profileCard {
    margin: 0 auto 88px;
    padding: 31px 36px 33px 31px;
    width: 760px;
    background-color: transparent;
  }
}
.interview_profileCard::before {
  content: none;
}
@media (min-width: 1024px) {
  .interview_profileCard::before {
    content: "";
    display: inline-block;
    position: absolute;
    margin: auto;
    -webkit-transform: skewX(-15deg);
        -ms-transform: skewX(-15deg);
            transform: skewX(-15deg);
    background-color: #333; 

    inset: 0;
  }
}

.interview_profileCard_inner {
  display: -ms-grid;
  display: grid;
  position: relative;
  z-index: 2;

      grid-template-areas: "area1 area2" "area3 area3";
  -ms-grid-columns: max-content 1fr;
  grid-template-columns: -webkit-max-content 1fr;
  grid-template-columns: max-content 1fr;
}
@media (min-width: 1024px) {
  .interview_profileCard_inner {
        grid-template-areas: "area1 area3" "area1 area2";
    -ms-grid-rows: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
  }
}

.interview_profileCard_img {
  margin-right: 10px;
  width: 136.5px; 

  -ms-grid-row: 1; 

  -ms-grid-column: 1; 

  grid-area: area1;
}
@media (min-width: 1024px) {
  .interview_profileCard_img {
    margin-right: 16px;
    width: 301px;
  }
}
.interview_profileCard_img img {
  width: 100%;

  -webkit-clip-path: polygon(0% 100%, 15% 0%, 100% 0%, 85% 100%);

          clip-path: polygon(0% 100%, 15% 0%, 100% 0%, 85% 100%);
}
@media (min-width: 1024px) {
  .interview_profileCard_img img {
    -webkit-clip-path: polygon(0% 100%, 15% 0%, 100% 0%, 85% 100%);
            clip-path: polygon(0% 100%, 15% 0%, 100% 0%, 85% 100%);
  }
}

.interview_profileCard_nameBlock {
  margin-top: 5px; 

  -ms-grid-row: 1; 

  -ms-grid-column: 2; 

  grid-area: area2;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
@media (min-width: 1024px) {
  .interview_profileCard_nameBlock {
    margin-top: 7px; 

    -ms-flex-item-align: start; 

        -ms-grid-row-align: start; 

        align-self: start;
  }
}

.interview_profileCard_name_sub {
  letter-spacing: 0.08em;
  text-shadow: rgba(0, 0, 0, 0.6) 5px 0 20px; 
  font-size: 0.875rem;
}
@media (min-width: 1024px) {
  .interview_profileCard_name_sub {
    letter-spacing: 0.12em;
  }
}

.interview_profileCard_name {
  letter-spacing: 0.12em;
  text-shadow: rgba(0, 0, 0, 0.6) 5px 0 20px; 
  font-size: 1rem;
}
@media (min-width: 1024px) {
  .interview_profileCard_name {
    font-size: 1.125rem;
  }
}

@media (min-width: 1024px) {
  padding: 142px 0 132px; 
  background-position: 0 0;
  background-size: 100%;
}

.interview_profileCard_txt {
  margin: 14px 0 0 0;
  font-size: 0.75rem;
  line-height: 1.667; 

  -ms-grid-row: 2; 

  -ms-grid-column: 1; 

  -ms-grid-column-span: 2; 

  grid-area: area3;
}

@media (min-width: 1024px) {
  .interview_profileCard_img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
  }
  .interview_profileCard_nameBlock {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .interview_profileCard_txt {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
}
@media (min-width: 1024px) {
  .interview_profileCard_txt {
    margin: 0 0 7px 0;
    font-size: 0.875rem;
    line-height: 1.714; 

    -ms-flex-item-align: end; 

        -ms-grid-row-align: end; 

        align-self: end;
  }
}

.acidWhey_lead {
  margin-top: 64px;
  text-align: center;
  letter-spacing: 0.08em; 
  color: #fff;
  font-size: 1.1875rem;
  line-height: 1.579;
}
@media (min-width: 1024px) {
  .acidWhey_lead {
    margin-top: 128px;
    font-size: 1.625rem;
  }
}

.acidWhey_btn {
  margin-top: 18px;
}
@media (min-width: 1024px) {
  .acidWhey_btn {
    margin-top: 20px;
  }
}
.acidWhey_btn .icon_blank {
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  margin: auto;
  width: 9px;
  height: 8px;
}
@media (min-width: 1024px) {
  .acidWhey_btn .icon_blank {
    right: 19px;
    width: 11px;
    height: 9px;
  }
}
.acidWhey_btn .icon_blank:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear; 
  background: url(/sports/savas/img/common/icon_blank.webp) 0 0 no-repeat;
  background-size: contain;
}
@media (min-width: 1024px) {
  .acidWhey_btn .icon_blank:after {
    content: "";
    opacity: 0; 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity 0.1s linear;
    transition: opacity 0.1s linear;
    background: url(/sports/savas/img/common/icon_blank_ov.webp) 0 0 no-repeat;
    background-size: contain;
  }
}
@media (min-width: 1024px) {
  .acidWhey_btn:hover .icon_blank:before {
    opacity: 0;
  }
  .acidWhey_btn:hover .icon_blank:after {
    opacity: 1;
  }
}

/* --------------------------------
   modal
-------------------------------- */
.modal {
  visibility: hidden; 
  opacity: 0;
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  -webkit-transition: all 0.45s;
  transition: all 0.45s;
}
@media (min-width: 1024px) {
  .modal {
    display: none;
  }
}

.modal_mask {
  position: absolute;
  z-index: 10000; 
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}

.modal_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 20px 0;
  width: 100%;
  height: 100%;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.modal_container {
  position: relative;
  z-index: 10001; 
  width: 100%;
}

.modal_inner {
  overflow-y: scroll;
  position: relative;
  width: 100%;
  max-height: 76vh;
}

.modal_content {
  display: block;
  opacity: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
.modal_content.is-active {
  opacity: 1;
}

.modal_img {
  width: 100%;
}

.modal_closeBtn {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  z-index: 1;
  z-index: 10001; 
  top: 20px;
  right: 20px;
  border: 2px solid #fff;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  -webkit-transition: all 0.45s;
  transition: all 0.45s;
  background-color: transparent;
}
.modal_closeBtn:before,
.modal_closeBtn:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 46%;
  height: 3px;
  -webkit-transition: background-color 0.35s;
  transition: background-color 0.35s; 
  background: #fff;
}
.modal_closeBtn:before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.modal_closeBtn:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.is-modal-open {
  overflow: hidden;
}
.is-modal-open .modal {
  visibility: visible; 
  opacity: 1;
}
.is-modal-open .modal_closeBtn {
  visibility: visible; 
  opacity: 1;
}