i,
em {
  font-style: normal;
}

.col-00 {
  color: #fff;
}

.col-01 {
  color: #ff870f;
}

.col-02 {
  color: #910782;
}

.font-fm01 {
  font-family: "M PLUS Rounded 1c", sans-serif;
}

.font-fm02 {
  font-family: "IBM Plex Sans JP", sans-serif;
}

.font-s {
  font-size: 0.7em;
}

.font-l {
  font-size: 1.6em;
}

.font-l2 {
  font-size: 1.5em;
}

.font-16 {
  font-size: clamp(16px, 1em + 0.2vw, 24px);
}
@media all and (max-width: 767px) {
  .font-16 {
    font-size: 4.2vw;
  }
}

.font-18 {
  font-size: clamp(18px, 1.1em + 0.2vw, 26px);
}
@media all and (max-width: 767px) {
  .font-18 {
    font-size: 4.8vw;
  }
}

.font-23 {
  font-size: clamp(23px, 1.2em + 0.2vw, 30px);
}
@media all and (max-width: 767px) {
  .font-23 {
    font-size: 6.13vw;
  }
}

.font-24 {
  font-size: clamp(24px, 1.25em + 0.125vw, 32px);
}
@media all and (max-width: 767px) {
  .font-24 {
    font-size: 6.4vw;
  }
}

.logo_pc {
  position: fixed;
  top: 30px;
  left: 30px;
  width: 160px;
  z-index: 2;
}
.logo_pc img {
  width: 100%;
}
@media all and (max-width: 1280px) {
  .logo_pc {
    top: 20px;
    left: 10px;
  }
}
@media all and (max-width: 767px) {
  .logo_pc {
    display: none;
  }
}

.back {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #ffe14b;
}
.back:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: url("../images/bg_pc.png") center center/cover;
}

.left {
  position: fixed;
  left: 0;
  top: 0;
  width: calc(50vw - 225px);
  height: 100vh;
  text-align: center;
  place-content: center;
  transition: all 0.5s ease;
  opacity: 0;
}
.left.ups {
  opacity: 1;
}
.left img {
  padding: 0 20px;
  display: inline-block;
  width: clamp(250px, 26.6631467793vw, 653px);
}
@media all and (max-width: 1600px) {
  .left {
    width: calc(50vw - 187.5px);
  }
}
@media all and (max-width: 767px) {
  .left {
    display: none;
  }
}

.right {
  position: fixed;
  right: 0;
  top: 0;
  width: calc(50vw - 225px);
  height: 100vh;
  text-align: center;
  place-content: center;
  transition: all 0.5s ease;
  opacity: 0;
}
.right.ups {
  opacity: 1;
}
.right img {
  display: inline-block;
  width: clamp(250px, 26.6631467793vw, 590px);
}
.right p.credit {
  position: absolute;
  right: 15px;
  bottom: 10px;
  color: #643c00;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 15px;
  font-weight: 500;
}
@media all and (max-width: 1600px) {
  .right {
    width: calc(50vw - 187.5px);
  }
}
@media all and (max-width: 767px) {
  .right {
    display: none;
  }
}

.content {
  width: clamp(400px, 23.7592397043vw, 768px);
  max-width: 768px;
  margin: 0 auto;
  background: white;
  position: relative;
  overflow: hidden;
  z-index: 3;
  box-shadow: none;
  transition: all 1s ease;
}
.content.ups {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.4);
}
@media all and (max-width: 767px) {
  .content {
    width: 100%;
  }
}

.head_wrap {
  width: 100%;
}
.head_wrap .head_inner {
  width: 100%;
  padding: 0 0;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 5;
}
.head_wrap .head_inner img {
  box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.2);
}

.mv {
  position: relative;
  z-index: 4;
  background: url(../images/kv_bg.jpg) center center no-repeat #ffe14b;
  background-size: 100% auto;
}
.mv h1 {
  transition: transform 0.4s cubic-bezier(0.2, 2, 0.8, 1.1), opacity 0.3s ease;
}

.chara {
  animation-delay: 300ms !important;
  animation-duration: 0.5s !important;
}

.top0 {
  background-color: #e8380d;
  padding: 20px 0;
}
.top0 .btn_oubo {
  margin: 10px auto 15px auto;
  padding: 0;
  width: 100%;
  position: relative;
  font-weight: 800;
}
.top0 .btn_oubo a {
  background: url(../images/ico_arrow01.png) right 20px center no-repeat;
  background-size: 30px 30px;
  cursor: pointer;
  color: #643c00;
  background-color: #faa51e;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
  border-radius: 10px;
  border: none;
  text-align: center;
  font-size: 3rem;
  padding: 15px 0;
  display: block;
  text-decoration: none;
  transition: all 0.3s ease;
  opacity: 1;
}
.top0 .btn_oubo a:hover {
  opacity: 0.7;
}
.top0 .btn_contact {
  margin: 0 auto 25px auto;
  padding: 0;
  width: 100%;
  position: relative;
  font-weight: 800;
}
.top0 .btn_contact a {
  width: 8em;
  margin: 0 auto;
  background: url(../images/ico_arrow02.png) right center no-repeat;
  background-size: 20px 20px;
  cursor: pointer;
  color: #fff;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
  border-bottom: 2px solid #fff;
  padding: 8px 28px 8px 8px;
  text-align: center;
  font-size: 2rem;
  display: block;
  text-decoration: none;
  transition: all 0.3s ease;
  opacity: 1;
}
.top0 .btn_contact a:hover {
  opacity: 0.7;
}
.top0 .btn_products {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
.top0 .btn_products a {
  transition: all 0.3s ease;
}
.top0 .btn_products a:hover {
  opacity: 0.7;
}

.top1 {
  z-index: 4;
  position: relative;
  background-color: #faf5eb;
  padding: 30px 0 40px;
  margin-top: 0;
}
.top1 .cp_date_wrap {
  background-color: #ebd7b4;
  border-radius: 10px;
}
.top1 .cp_date_wrap .cp_date_inner {
  padding: 25px;
  text-align: center;
}
.top1 .cp_date_wrap h2 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
  width: 100%;
  margin: 0 auto;
  background-color: #643c00;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 10px;
  color: #fff;
  font-size: 2.2rem;
  text-align: center;
}
.top1 .cp_date_wrap h2 span {
  position: relative;
}
.top1 .cp_date_wrap h2 span::before {
  content: "";
  background: url(../images/ico_pan01.png) center center no-repeat;
  background-size: contain;
  width: 34px;
  height: 34px;
  display: block;
  position: absolute;
  left: -42px;
  top: 0;
}
.top1 .cp_date_wrap h2 span::after {
  content: "";
  background: url(../images/ico_pan02.png) center center no-repeat;
  background-size: contain;
  width: 41px;
  height: 34px;
  display: block;
  position: absolute;
  right: -50px;
  top: 0;
}
.top1 .cp_date_wrap h3 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
  color: #fff;
  background-color: #e8380d;
  font-size: 2rem;
  font-weight: 800;
  padding: 0;
  margin: 25px auto 5px;
  border-radius: 999px;
  width: 6em;
  line-height: 1.2;
}
.top1 .cp_date_wrap h3 span {
  font-size: 3rem;
  vertical-align: -3px;
}
.top1 .cp_date_wrap h3:first-child {
  margin-top: 0;
}
.top1 .cp_date_wrap h4 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
  color: #e8380d;
  border-bottom: 3px #e8380d dotted;
  display: inline-block;
  margin-bottom: 5px;
  margin-top: 10px;
}
.top1 .cp_date_wrap p {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
  color: #643c00;
  font-weight: 800;
  font-size: 1.6rem;
  line-height: 1.15;
}
.top1 .cp_date_wrap p span {
  font-size: 2.4rem;
}

.top2 {
  position: relative;
  z-index: 5;
  padding: 0;
  margin: 0 0 20px 0;
  background-color: #ffe14b;
  text-align: center;
  color: #643c00;
}
.top2::after {
  content: "";
  width: 100%;
  background: url(../images/outline_bottom.png) top center no-repeat;
  background-size: 100% auto;
  padding-top: 30.1%;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(0, 99.5%);
}
.top2 .top2_head {
  width: 100%;
  background: url(../images/outline_head.png) top center no-repeat;
  background-size: 100% auto;
}
.top2 .top2_head span {
  display: block;
}
.top2 .ttlh2 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
  font-size: 2.6rem;
}
.top2 .ttlh2 img {
  display: inline-block;
  height: 28px;
  width: auto;
  margin-bottom: 15px;
}
.top2 .txt p {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.1em;
}
.top2 .txt p.cap {
  font-size: 12px;
  display: inline-block;
  text-align: left;
  margin-top: 10px;
  width: 22em;
}
.top2 h3 {
  font-size: 2.2rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
  color: #fff;
  background-color: #e8380d;
  border-radius: 999px;
  padding: 4px 25px;
  display: inline-block;
  margin: 35px auto 15px;
}
.top2 .cam_wrap {
  margin: 0 auto 50px;
}
.top2 .cam_wrap h4 {
  font-size: 2.2rem;
  line-height: 1.2;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
  color: #643c00;
  background-image: radial-gradient(circle, #643c00 2px, transparent 2px);
  background-position: center bottom;
  background-repeat: repeat-x;
  background-size: 8px 4px;
  padding: 0 6px 4px;
  display: inline-block;
  margin-bottom: 5px;
  margin-top: 10px;
  letter-spacing: 0.2em;
}
.top2 .cam_wrap h4 span {
  font-size: 3.3rem;
}
.top2 .cam_wrap h5 {
  font-size: 2.2rem;
  margin: 5px auto;
}
.top2 .cam_wrap h5 span {
  font-size: 3.3rem;
}
.top2 .cam_wrap .modal_wrap ul {
  margin: 15px auto 10px;
  padding: 0;
  display: flex;
  justify-content: space-between;
}
.top2 .cam_wrap .modal_wrap li {
  width: 48.5%;
}
.top2 .cam_wrap .modal_wrap button {
  border: none;
  padding: 0;
  background-color: transparent;
  cursor: pointer;
}
.top2 .cam_wrap .modal_wrap p {
  background: url(../images/ico_toparrow.svg) left center no-repeat;
  background-size: 13px auto;
  display: inline-block;
  padding-left: 16px;
  font-size: 1.6rem;
}
.top2 .product_wrap {
  margin: 0 auto 50px;
}
.top2 .product_wrap h3 {
  font-size: 2.2rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
  color: #fff;
  background-color: #e8380d;
  border-radius: 999px;
  padding: 4px 25px;
  display: inline-block;
  margin: 35px auto 15px;
}
.top2 .product_wrap h4 {
  font-size: 2.2rem;
  margin: 5px auto;
}
.top2 .product_wrap ul {
  margin: 20px auto;
  padding: 0;
}
.top2 .product_wrap ul li a {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
  color: #e8380d;
  padding: 12px 45px 12px 30px;
  background: url(../images/ico_arrow03.svg) right 10px center no-repeat #fff;
  background-size: 25px auto;
  border-radius: 5px;
  text-decoration: none;
  transition: all 0.3s ease;
  opacity: 1;
}
.top2 .product_wrap ul li a:hover {
  opacity: 0.7;
}
.top2 ul.cap_list {
  padding: 0;
  margin: 10px auto 0;
}
.top2 ul.cap_list li {
  width: 100%;
  font-size: 12px;
  font-weight: 400;
  display: inline-block;
  text-align: left;
  padding-left: 1em;
  text-indent: -1em;
}
.top2 p.cap {
  width: 100%;
  font-size: 12px;
  font-weight: 400;
  display: inline-block;
  text-align: left;
  margin-top: 10px;
}
.top2 .btn_oubo {
  margin: 30px auto 15px auto;
  padding: 0;
  width: 100%;
  position: relative;
  font-weight: 800;
}
.top2 .btn_oubo a {
  background: url(../images/ico_arrow01.png) right 20px center no-repeat;
  background-size: 30px 30px;
  cursor: pointer;
  color: #fff;
  background-color: #e8380d;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
  border-radius: 10px;
  border: none;
  text-align: center;
  font-size: 3rem;
  padding: 15px 0;
  display: block;
  text-decoration: none;
  transition: all 0.3s ease;
  opacity: 1;
}
.top2 .btn_oubo a:hover {
  opacity: 0.7;
}

.howto_wrap {
  background-color: #fff;
  padding: 150px 0 0;
  margin-bottom: 80px;
  position: relative;
  z-index: 1;
}
.howto_wrap h2 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
  margin: 0 auto 30px;
  color: #643c00;
  font-size: 2.6rem;
  text-align: center;
}
.howto_wrap .step_wrap div {
  margin-bottom: 15px;
}
.howto_wrap p.cap {
  color: #37230a;
  width: 100%;
  font-size: 12px;
  display: inline-block;
  text-align: left;
  margin-top: 10px;
  font-weight: 400;
}

.about_wrap {
  margin: 0 auto 90px;
  color: #643c00;
  text-align: center;
}
.about_wrap h2 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
  margin: 0 auto 15px;
  color: #643c00;
  font-size: 2.6rem;
  text-align: center;
}
.about_wrap .ex_wrap {
  margin: 0 auto 40px;
}
.about_wrap .good_ex {
  background-color: #fce9e5;
}
.about_wrap .bad_ex {
  background-color: #e5eef8;
}
.about_wrap .ex_inner {
  padding: 20px;
}
.about_wrap .ex_subttl {
  text-align: center;
  font-size: 18px;
  line-height: 1.33;
  font-weight: 700;
}
.about_wrap ol {
  margin: 20px auto;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  width: 13.5em;
  justify-content: space-between;
  align-items: center;
  font-size: 22px;
}
.about_wrap ol li {
  width: 6em;
  color: #e8380d;
  line-height: 30px;
  font-weight: 800;
  text-align: left;
}
.about_wrap ul {
  margin: 0 auto;
  padding: 0;
  text-align: left;
}
.about_wrap ul li {
  padding-left: 1em;
  text-indent: -1em;
}
.about_wrap p.cap_list {
  font-size: 12px;
  padding-left: 1em;
  text-indent: -1em;
  margin: 5px auto 10px;
  font-weight: 400;
  text-align: left;
}
.about_wrap h4 {
  font-size: 2.2rem;
  line-height: 1.2;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
  color: #643c00;
  background-image: radial-gradient(circle, #643c00 2px, transparent 2px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 8px 4px;
  padding-bottom: 10px;
  display: inline-block;
  margin-bottom: 5px;
  margin-top: 20px;
  letter-spacing: 0.1em;
}
.about_wrap .ex_flex_wrap ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 15px auto 0;
}
.about_wrap .ex_flex_wrap ul li {
  width: 48%;
  padding: 0;
  margin-bottom: 15px;
  text-align: center;
  text-indent: 0;
}
.about_wrap .ex_flex_wrap ul li dd {
  font-size: 15px;
  padding-top: 5px;
}
.about_wrap .btn_oubo {
  margin: 30px auto 15px auto;
  padding: 0;
  width: 100%;
  position: relative;
  font-weight: 800;
}
.about_wrap .btn_oubo a {
  background: url(../images/ico_arrow01.png) right 20px center no-repeat;
  background-size: 30px 30px;
  cursor: pointer;
  color: #fff;
  background-color: #e8380d;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
  border-radius: 10px;
  border: none;
  text-align: center;
  font-size: 3rem;
  padding: 15px 0;
  display: block;
  text-decoration: none;
  transition: all 0.3s ease;
  opacity: 1;
}
.about_wrap .btn_oubo a:hover {
  opacity: 0.7;
}
.about_wrap .btn_oubo li {
  padding: 0;
  text-indent: 0;
}

@media all and (max-width: 385px) {
  .about_wrap ol {
    font-size: 5.5vw;
  }
}
.top3 {
  background-color: #fbb03b;
  position: relative;
  z-index: 2;
}
.top3 h2 {
  background: url(../images/menu_ttl_bg.png) top center no-repeat;
  background-size: 100% auto;
  margin-bottom: 8px;
}
.top3 h2 span {
  display: block;
}
.top3 p.read {
  text-align: center;
  font-size: 2rem;
  color: #643c00;
}
.top3 .recipe_wrap {
  background-image: url(../images/menu_head.png), url(../images/menu_bottom.png);
  background-position: top center, bottom center;
  background-size: 100% auto, 100% auto;
  background-repeat: no-repeat, no-repeat;
  background-color: #ffe14b;
  text-align: center;
  margin: 15px 0 0;
  padding: 20% 0 30%;
}
.top3 .recipe_wrap p {
  color: #643c00;
  font-size: 1.6rem;
  margin-bottom: 15px;
}
.top3 .recipe_wrap h3 {
  margin: 15px auto 5px;
}
.top3 .recipe_wrap .swiper {
  padding-bottom: 44px;
  overflow: visible;
}
.top3 .recipe_wrap .swiper-pagination-bullet {
  border: 1px solid #643c00;
  opacity: 1;
  background-color: transparent;
  width: 10px;
  height: 10px;
}
.top3 .recipe_wrap .swiper-pagination-bullet-active {
  background-color: #643c00;
}
.top3 .recipe_wrap .swiper-button-next {
  background: url(../images/ico_next.png) center center no-repeat;
  background-size: 100% auto;
  width: 45px;
  height: 45px;
  right: -15px;
  transform: translate(0, -50%);
}
.top3 .recipe_wrap .swiper-button-prev {
  background: url(../images/ico_prev.png) center center no-repeat;
  background-size: 100% auto;
  width: 45px;
  height: 45px;
  left: -15px;
  transform: translate(0, -50%);
}
.top3 ul.btn_insta {
  margin: 0;
  padding: 0;
}
.top3 ul.btn_insta a {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
  color: #fff;
  text-decoration: none;
  border-radius: 999px;
  padding: 15px 30px;
  text-align: center;
  display: block;
  background: url(../images/ico_arrow01.png) right 20px center no-repeat;
  background-size: 30px 30px;
  background-color: #009c70;
  cursor: pointer;
  font-size: 1.8rem;
  transition: all 0.3s ease;
  opacity: 1;
}
.top3 ul.btn_insta a:hover {
  opacity: 0.7;
}
.top3 .howtocook_inner {
  border-top: 4px #643c00 dotted;
  width: calc(100% - 40px);
  max-width: 1280px;
  margin: 40px auto 20px;
  padding: 40px 0 0;
}
.top3 .howtocook_inner p {
  font-size: 1.8rem;
  margin: 0 0 5px;
}
.top3 .howtocook_inner ul.btn_howto {
  margin: 0;
  padding: 0;
}
.top3 .howtocook_inner ul.btn_howto a {
  transition: all 0.3s ease;
  opacity: 1;
}
.top3 .howtocook_inner ul.btn_howto a:hover {
  opacity: 0.7;
}

.bgtop3 {
  margin-top: -70px;
  width: 100%;
  height: 220px;
  position: relative;
  z-index: 1;
  background: url("../images/top4_bg.png") bottom -1px center/cover;
}

.last {
  padding: 70px 0 20px 0;
  text-align: center;
}
.last .oubo_wrap {
  margin: 0 auto 80px;
}
.last .oubo_wrap .sub_ttl {
  font-size: 22px;
  color: #643c00;
  font-weight: 700;
}
.last .oubo_wrap .btn_oubo {
  margin: 5px auto 15px auto;
  padding: 0;
  width: 100%;
  position: relative;
  font-weight: 800;
}
.last .oubo_wrap .btn_oubo a {
  background: url(../images/ico_arrow01.png) right 20px center no-repeat;
  background-size: 30px 30px;
  cursor: pointer;
  color: #fff;
  background-color: #e8380d;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
  border-radius: 10px;
  border: none;
  text-align: center;
  font-size: 3rem;
  padding: 15px 0;
  display: block;
  text-decoration: none;
  transition: all 0.3s ease;
  opacity: 1;
}
.last .oubo_wrap .btn_oubo a:hover {
  opacity: 0.7;
}
.last .bt1 {
  display: block;
  transition: all 0.3s ease;
}
.last .bt1:hover {
  opacity: 0.6;
}
.last .bt2 {
  display: block;
  max-width: 290px;
  margin: 50px auto 0 auto;
  transition: all 0.3s ease;
}
.last .bt2:hover {
  opacity: 0.6;
}
.last .sns_wrap {
  display: inline-block;
  margin-top: 40px;
}
.last .sns_wrap p {
  font-size: 1.6rem;
  color: #643c00;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 600;
}
.last .sns_wrap .in {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 30px;
  padding: 0;
  margin: 10px auto 0;
}
.last .sns_wrap .in li:nth-of-type(1) img {
  width: 30px;
  height: auto;
}
.last .sns_wrap .in li:nth-of-type(2) img {
  width: 35px;
  height: auto;
}
.last .sns_wrap a {
  transition: all 0.3s ease;
}
.last .sns_wrap a:hover {
  opacity: 0.6;
}

.btn_totop_wrap {
  width: 45px;
  height: 45px;
  position: absolute;
  bottom: 45px;
  right: 10px;
}
.btn_totop_wrap ul {
  width: 45px;
  height: 45px;
  list-style: none;
  margin: 0;
  padding: 0;
  position: fixed;
  bottom: 45px;
  z-index: 10;
}
.btn_totop_wrap ul a {
  display: none;
}
.btn_totop_wrap ul a:hover {
  opacity: 0.8;
}

footer {
  text-align: center;
  color: white;
  font-weight: bold;
  font-size: 1rem;
  padding: 10px 0;
  box-sizing: border-box;
  background: #643c00;
}

body.is-modal-open {
  overflow: hidden;
}

.modal_ph {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  padding: 48px 28px 28px;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity 220ms ease, visibility 220ms ease;
}
.modal_ph .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 0;
}
.modal_ph .ph_wraaper {
  width: 100%;
  max-width: 670px;
  margin: 0 auto;
  position: relative;
  pointer-events: none;
}
.modal_ph .ph_inner {
  width: 100%;
  position: relative;
  pointer-events: none;
}
.modal_ph .btn_close_wrap {
  width: 25px;
  height: 25px;
  display: block;
  position: absolute;
  top: -40px;
  right: 0;
  pointer-events: all;
}
.modal_ph .btn_close_wrap button {
  width: 100%;
  height: 100%;
  background-image: url(../images/ico_close.svg);
  background-position: 0 0;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.modal_ph .swiper {
  width: 100%;
  max-width: 100%;
  padding-bottom: 44px;
  overflow: visible;
  pointer-events: auto;
}
.modal_ph .swiper-wrapper {
  max-width: 100%;
}
.modal_ph .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal_ph .swiper-slide img {
  width: 100%;
  max-width: 100%;
  max-height: calc(100vh - 150px);
  max-height: calc(100svh - 150px);
  -o-object-fit: contain;
     object-fit: contain;
}
.modal_ph .swiper-pagination-bullet {
  border: 1px solid #fff;
  opacity: 1;
  background-color: transparent;
  width: 10px;
  height: 10px;
}
.modal_ph .swiper-pagination-bullet-active {
  background-color: #fff;
}
.modal_ph .swiper-button-next {
  background: url(../images/ico_next.png) center center no-repeat;
  background-size: 100% auto;
  width: 45px;
  height: 45px;
  right: -15px;
  transform: translate(0, -50%);
}
.modal_ph .swiper-button-prev {
  background: url(../images/ico_prev.png) center center no-repeat;
  background-size: 100% auto;
  width: 45px;
  height: 45px;
  left: -15px;
  transform: translate(0, -50%);
}

.modal_ph.is-open {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

@media all and (max-width: 767px) {
  .modal_ph {
    padding: 52px 18px 28px;
  }
  .modal_ph .ph_wraaper {
    max-width: 100%;
  }
  .modal_ph .btn_close_wrap {
    top: -40px;
    right: 0;
  }
  .modal_ph .swiper {
    padding-bottom: 34px;
  }
  .modal_ph .swiper-slide img {
    width: 100%;
    max-height: calc(100vh - 132px);
    max-height: calc(100svh - 132px);
  }
  .modal_ph .swiper-button-next,
  .modal_ph .swiper-button-prev {
    width: 36px;
    height: 36px;
  }
  .modal_ph .swiper-button-next {
    right: -8px;
  }
  .modal_ph .swiper-button-prev {
    left: -8px;
  }
}/*# sourceMappingURL=top.css.map */