@charset "utf-8";

/* CSS Document */


/*		kv
-----------------------------*/

.uni-kv_inner {
  background-image: url("/assets/images/kv_pc.jpg");
}

@media screen and (max-width: 767px) {
  .uni-kv {
    background-image: url("/assets/images/kv_sp.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: contain;
    min-height: 180px;
  }
  .uni-kv_inner {
    padding: 132px 0 5px;
    background: none;
  }
  .uni-kv_inner .uni-kv_desc .uni-kv_btn-wrap {
    padding: 0px 20px 20px;
  }
  .uni-kv_inner .uni-kv_desc .uni-kv_ttl {
    display: none;
  }
}


/*   uni-searcharea_occupation
-----------------------------*/

.uni-searcharea_occupation ul {
  display: flex;
  flex-wrap: wrap;
}

.uni-searcharea_occupation li {
  width: 32%;
  font-size: 13px;
  margin-bottom: 25px;
  border-bottom: 1px dotted #ccc;
  margin-right: 1%;
}

.uni-searcharea_occupation li a {
  color: #238fe8;
  font-weight: bold
}

.uni-searcharea_occupation li span {
  font-size: 11px;
  color: #afafaf;
}


/*	uni-searcharea_005
-----------------------------*/

.uni-searcharea_005 {
  margin-top: 18px;
}


/*	pf-imgTi
-----------------------------*/

.pf-imgTi {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

a.pf-imgTi {
  border-top: 1px solid #cccccc;
  background: url("/common/images/ic_arrow.svg") no-repeat right center;
}

.pf-imgTi .pf-img_wrap {
  -ms-flex-negative: 0;
  display: block;
  flex-shrink: 0;
}

.pf-imgTi .pf-img_wrap>.pf-img {
  border-radius: 6px;
}

.pf-imgTi .pf-card_desc {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.pf-card_heading {
  font-weight: 600;
}

.pf-txt {
  font-size: 14px;
}

.pf-card_wrap-001 .pf-txt {
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  .pf-imgTi {
    padding: 15px;
  }
  .pf-imgTi .pf-img_wrap {
    margin-right: 18px;
    width: 30px;
  }
  /*.pf-card_heading {
		font-size: 18px;
	}*/
  .pf-card_wrap-001 .pf-card_heading {
    font-size: 14px;
  }
  .pf-card--002 .pf-card_desc .pf-card_heading {
    margin-bottom: 4px;
  }
}


/*	pf-favorite-search
-----------------------------*/

.pf-favorite-search {
  border-top: 1px solid #cccccc;
}

.pf-favorite-search .pf-card+.pf-card {
  margin-top: 15px;
}


/*	pf-checked-search
-----------------------------*/

.pf-checked-search {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  margin-top: 18px;
  margin-bottom: 50px;
  padding-bottom: 18px;
}

.pf-checked-search .pf-card+.pf-card {
  margin-top: 15px;
}


/*	pf-card
-----------------------------*/

.pf-card--002 {
  padding: 10px;
}

.pf-card--002 .pf-img_wrap {
  width: 100px;
}

.pf-card--002 .pf-txt {
  font-size: 12px;
}

.pf-card--002 .pf-txt-right {
  text-align: right;
}

@media screen and (min-width: 768px) {
  .pf-card--003 .pf-card_head {
    padding: 15px 15px 0;
  }
}


/*		uni-pr
-----------------------------*/

.pf-prbox {
  padding: 10px;
  border-radius: 5px;
}

.pf-prbox .pf-prbox_heading {
  margin-bottom: 6px;
  font-weight: bold;
  font-size: 14px;
}

.pf-prbox .pf-prbox_heading .pf-prbox_label {
  background-color: #ef3e37;
  border-radius: 0 6px 6px 0;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  padding: 0.214em 0.429em;
  margin-left: -10px;
}

.pf-prbox .pf-prbox_flex {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.pf-prbox .pf-prbox_img {
  -ms-flex-negative: 0;
  display: block;
  flex-shrink: 0;
  width: 100px;
}

.pf-prbox .pf-prbox_img>.pf-img {
  border-radius: 6px;
}

.pf-prbox .pf-prbox_flex .pf-prbox_txt {
  width: calc(100% - 100px - 10px);
}

.pf-prbox .pf-prbox_flex .pf-prbox_txt .pf-txt {
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  .pf-prbox .pf-prbox_label {
    margin-left: -10px;
  }
  .pf-prbox .pf-prbox_img {
    margin-right: 10px;
    width: 72px;
  }
}

@media screen and (max-width: 767px) {
  .pf-prbox .pf-prbox_img {
    margin-right: 9px;
  }
}


/*		pf-kaigoshinka
-----------------------------*/

.pf-kaigoshinka {
  border-radius: 6px;
  position: relative;
}

.pf-card.pf-kaigoshinka {
  overflow: visible;
}

.pf-kaigoshinka_header {
  position: relative;
  padding: 10px 20px 20px;
  /**background: #F1F1F1;*/
  text-align: center;
  font-weight: bold;
  vertical-align: middle;
}

.pf-kaigoshinka_header::before, .pf-kaigoshinka_header::after {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  width: 61px;
  height: 64px;
  z-index: 10
}

.pf-kaigoshinka_header::before {
  left: 30%;
}

.pf-kaigoshinka_header::after {
  right: 30%;
}

.pf-kaigoshinka_header_subTtl {
  position: relative;
  color: #ef3e37;
  display: block;
  font-size: 14px;
}

.pf-kaigoshinka_header_subTtl span {
  font-size: 1.6em;
}

.pf-kaigoshinka_header_ttl {
  color: #000;
  font-size: 24px;
}

.pf-kaigoshinka_header_ttl span {
  display: inline-block;
}

.pf-kaigoshinka-items {
  padding: 20px 20px 0;
}

.pf-kaigoshinka-items .pf-txt-link {
 margin-bottom: 3px;
}

.pf-kaigoshinka-items .pf-txt-link a {
  font-size: 14px;
  color: #238fe8;
  text-decoration: underline;
}

.pf-kaigoshinka-btn {
  padding: 0 20px 20px;
}

@media screen and (min-width: 768px) {
  .pf-kaigoshinka::before {
    display: block;
    content: '';
    width: 178px;
    height: 160px;
    position: absolute;
    left: 10px;
    top: -38px;
    z-index: 10
  }
  .pf-kaigoshinka-items dl {
    display: block;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .pf-kaigoshinka-items dt {
    max-width: calc(100%);
    margin-bottom: 10px;
  }
  .pf-kaigoshinka-items dd {
    max-width: calc(100%);
    margin-left: 10px;
  }
}

@media screen and (max-width: 767px) {
  .pf-kaigoshinka_header_ttl {}
  .pf-kaigoshinka_header_ttl::after {
    display: none;
  }
  .pf-kaigoshinka_header::before {
    left: 5%;
  }
  .pf-kaigoshinka_header::after {
    right: 5%;
  }
  .pf-kaigoshinka-items dl {
    display: flex;
    justify-content: space-between;
      flex-wrap: wrap;
  }
  .pf-kaigoshinka-items dl.pf-grid_col:not(:first-child) {
    padding-top: 20px;
    border-top: 1px solid #d8d8d8;
  }
  .pf-kaigoshinka-items dt {
    margin-bottom: 10px;
    width: calc(100%);
  }
  .pf-kaigoshinka-items dd {
    width: calc(100%);
  }
  .pf-kaigoshinka-items .pf-txt-link {
   margin-bottom: 0px;
  }
}


/*		pf-support
-----------------------------*/

.pf-container {
  overflow: visible
}

.pf-support {
  border-radius: 6px;
  padding: 30px 20px;
  position: relative;
}

.pf-support:before {
  display: block;
  content: '';
  background: url("/common/images/support_1.png") no-repeat;
  width: 196px;
  height: 159px;
  position: absolute;
  left: 10px;
  top: -38px;
  z-index: 10
}

.pf-support:after {
  display: block;
  content: '';
  background: url("/common/images/support_2.png") no-repeat;
  width: 170px;
  height: 170px;
  position: absolute;
  right: 10px;
  top: -38px;
  z-index: 10
}

.pf-support_header {
  font-weight: bold;
  text-align: center;
}

.pf-support_header_subTtl {
  color: #000;
  display: block;
  font-size: 16px;
}

.pf-support_header_ttl {
  color: #238fe8;
  font-size: 20px;
}

.pf-support_header_ttl span {
  display: inline-block;
}

.pf-support_items {
  margin-bottom: 20px;
  z-index: 20;
  position: relative;
}

.pf-support_item {
  width: 100%;
  height: auto;
  padding: 15px;
}

.pf-support_item_img {
  margin-bottom: 16px
}

.pf-support_item_img img {}

.pf-support_item_body {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-left: 10px;
  width: 100%;
}

.pf-support_item_ttl {
  font-size: 14px;
  font-weight: 600;
}

.pf-support_item_ttl span {
  display: inline-block;
}

.pf-support_item_ttl--strong {
  color: #238fe8;
  font-size: 26px;
}

.pf-support_item_body .pf-txt {
  font-size: 12px;
  line-height: 1.7;
}

.pf-support_item_body .pf-txt span {
  color: #238fe8;
  font-size: 15px;
}

.pf-support_item_ttl {
  padding: 0 0 6px;
  text-align: center;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 15px;
}

.pf-support_item_ttl--strong {
  font-size: 24px;
}

.pf-support_item_img {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .pf-support {
    padding: 25px 30px;
  }
  .pf-support_header {
    padding-bottom: 40px;
  }
  .pf-support_items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .pf-support_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    border-bottom: 0;
    flex-direction: column;
    width: calc(100% * 300/940);
  }
  .pf-support_item_img img {
    height: 144px;
    width: auto;
    margin: 0 auto;
  }
  .pf-support_item_body {
    padding-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .pf-support:before {
    width: 35vw;
    height: 128px;
    background-size: contain;
    left: 10px;
    top: 130px;
  }
  .pf-support:after {
    width: 35vw;
    height: 128px;
    background-size: contain;
    right: 10px;
    top: 130px;
  }
  .pf-support {
    padding-bottom: 20px;
  }
  .pf-support_item {
    margin-bottom: 20px;
  }
  .pf-support_header {
    padding-bottom: 130px;
  }
  .pf-support_item_ttl {
    padding: 0 0 3px;
  }
  .pf-support_item_img {
    width: 50%;
    float: left;
  }
  .pf-support_item_img img {
    width: 100%;
  }
  .pf-support_item_body {
    padding-left: 54%;
  }
}


/* .pf-reason_footer_button */

@media screen and (min-width: 768px) {
  .pf-reason_footer_txt {
    font-size: 16px;
  }
  .pf-reason_footer_button .pf-button--001 {
    max-width: 341px;
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .pf-reason_footer_txt {
    font-size: 14px;
  }
  .pf-reason_footer_button .pf-button--001 {}
}


/* uni-searcharea
------------------------------*/

.uni-searcharea_002 .uni-searcharea_searchmenu_btn {
  padding: 7px 54px 9px;
}


/* pf-knowhow
---------------------------------------------*/

.pf-ttl_ic-know {
  position: relative;
  border-radius: 4px 4px 0 0;
  padding: 5px 35px;
}

.pf-ttl_ic-know:before {
  display: block;
  content: '';
  background: url("/common/images/ic_knowhow.png") no-repeat;
  width: 17px;
  height: 20px;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -10px;
}

.pf-knowhow .pf-img_wrap{
  max-height: 176px;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .pf-knowhow .pf-img_wrap {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 767px) {
  .pf-knowhow .pf-img_wrap {
    margin-bottom: 8px;
  }
  .pf-ttl_ic-know {
    padding: 5px 5px 5px 30px;
  }
  .pf-ttl_ic-know:before {
    width: 12px;
    height: 15px;
    background-size: contain;
  }
  .pf-knowhow_body a {
    display: flex;
    justify-content: space-between;
  }
  .pf-knowhow_body a .pf-img_wrap {
    width: 35%
  }
  .pf-knowhow_body a .pf-txt {
    width: 60%
  }
}


/* pf-qa
---------------------------------------------*/

.pf-ttl_ic-qa {
  position: relative;
  border-radius: 4px 4px 0 0;
  padding: 5px 35px;
}

.pf-ttl_ic-qa:before {
  display: block;
  content: '';
  background: url("/common/images/ic_qa.svg") no-repeat;
  width: 15px;
  height: 29px;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -15px;
}

.pf-qa_box--001, .pf-qa_box--002 {
  background: #f0f0f0;
  padding: 20px
}

.pf-qa_label {
  padding-left: 30px;
  position: relative;
  margin-bottom: 18px;
  font-size: 14px;
  font-weight: bold;
}

.pf-qa_label:before {
  background-image: url("/common/images/ic-faq-question.svg");
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  height: 20px;
  left: 0;
  position: absolute;
  top: 0.125em;
  width: 20px;
}

.pf-qa_cont {
  padding-left: 30px;
  position: relative;
}

.pf-qa_cont .pf-txt {
  font-size: 13px;
}

.pf-qa_cont:before {
  background-image: url("/common/images/ic-faq-answer.svg");
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  height: 20px;
  left: 0;
  position: absolute;
  top: 2px;
  width: 20px;
}

@media screen and (min-width: 768px) {
  .pf-qa_box--001 {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
  }
  .pf-qa_box--001 .pf-img_wrap {
    width: 380px;
  }
  .pf-qa_box--001 .pf-qa_cont, .pf-qa_box--001 .pf-qa_label {
    width: 530px;
  }
}

@media screen and (max-width: 767px) {
  .pf-ttl_ic-qa {
    padding: 5px 5px 5px 30px;
  }
  .pf-ttl_ic-qa:before {
    width: 12px;
    height: 26px;
    background-size: contain
  }
}


/* pf-news
---------------------------------------------*/

.pf-news {
  border-top: 1px solid #d8d8d8;
  padding: 15px 0 0;
  width: 100%;
  margin-top: 20px;
  position: relative;
}

.pf-news .pf-img_wrap {
  width: 100px;
  position: absolute;
  left: 0;
  top: 15px;
}

.pf-news .pf-news_heading {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 15px;
  margin-left: 115px;
}

.pf-news .pf-news_body .pf-txt {
  font-size: 13px;
}

.pf-news .pf-news_body .pf-link--arrow {
  float: right;
}

.pf-news_btn {
  border-top: 1px solid #d8d8d8;
  text-align: center;
  padding-top: 18px;
}

.pf-news_btn .pf-button--001 {
  width: 230px;
  font-size: 12px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .pf-news .pf-news_body {
    margin-left: 115px;
  }
  .pf-news .pf-news_body .pf-link--arrow {
    margin-top: -1.7em;
  }
}

@media screen and (max-width: 767px) {
  .pf-news .pf-news_heading {
    height: 115px;
  }
  .pf-news .pf-news_body {
    margin-left: 0;
    padding-bottom: 1em;
  }
  .pf-news .pf-news_body .pf-link--arrow {
    margin-top: .5em;
  }
}


/*　スマホ時の選択肢モーダル
----------------------------------*/

@media screen and (max-width: 767px) {
  .modal {
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
  }
  .modal-bg {
    background: rgba(0, 0, 0, 0.8);
    height: 100vh;
    position: absolute;
    width: 100%;
  }
  .modal-body {
    background: #fff;
    left: 50%;
    padding: 40px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 60%;
  }
}


/*　commonの修正
----------------------------------*/

.pf-card, .pf-button--001, .uni-searcharea_002 .uni-searcharea_searchmenu_btn {
  border-radius: 5px;
}

.pf-bnr_img {
  border-radius: 0 !important;
}

.pf-card--004 {
  padding: 15px;
}

.pf-card--003 .pf-img_wrap{
  max-height: 173px;
  overflow: hidden;
  display: block;
}

.pf-card--005 .pf-img_wrap{
  max-height: 173px;
  overflow: hidden;
  display: block;
}
@media screen and (min-width: 768px) {
  .pf-about .pf-about_company-logo {
    text-align: left;
  }
  .pf-card--003 {
    padding-bottom: 15px;
  }
  .pf-card--005 .pf-card_head .pf-img_wrap>.pf-img {
    border-radius: 5px 5px 0 0;
  }
  .pf-card--003 .pf-card_category {
    padding: 0 15px;
  }
  .pf-card--005 .pf-card_head .pf-card_heading {
    padding: 0 15px;
  }
  .pf-card--005 .pf-card_body {
    padding: 0 15px 15px;
  }
}

@media screen and (max-width: 767px) {
  .pf-card--003, .pf-card--005 {
    padding: 15px;
  }
  .pf-modal--expand[data-modal-status="open"] {
    -webkit-transition: opacity 0.5s;
    display: block;
    opacity: 1;
    pointer-events: auto;
    transition: opacity 0.5s;
  }
}

/*不具合リストNo778*/
@media screen and (max-width: 767px) {
    .uni-searcharea_004 a:last-of-type img{
        margin-top: 10px;
    }
}

.pf-ttl-top {
    padding-left: 10px;
}

@media screen and (min-width: 768px) {
    .pf-ttl-top {
        padding-left: 25px;
    }
    .uni-searcharea_004 a:last-of-type img{
      margin-top: 10px;
    }
}

/* リンクが0件の時 */
.pf-radio--no_link {
    background: #f7f7f7;
    color: #000000;
}

.pf-radio--no_link .pf-radio_link:hover {
    color: #000000 !important;
    text-decoration: none !important;
}

.pf-radio--no_link .pf-checkbox_link:hover {
    color: #000000 !important;
    text-decoration: none !important;
}

.pf-radio--no_link .pf-radio_label {
    cursor: auto !important;
}

.pf-radio--no_link .pf-checkbox_label {
    cursor: auto !important;
}

.pf-radio--no_link .pf-radio_link::after {
    display: none !important;
}

.pf-radio--no_link .pf-checkbox_link::after {
    display: none !important;
}

.pf-radio--no_link .pf-checkbox_item {
    background: #f7f7f7 !important;
}

/* 不具合リストNo998 */
@media screen and (min-width: 768px) {
    .is-disable .swiper-slide-duplicate ,
    .is-disable .swiper-pagination,
    .is-disable .swiper-button-next,
    .is-disable .swiper-button-prev {
        display: none !important;
    }

    .pf-carousel_slide {
        max-width: 332px;
    }
}

.pf-txt-14 {
  font-size: 14px !important;
}

/* pf-inspector-top-items */

.pf-inspector-top-items {
  padding: 20px 20px 0;
}

.pf-inspector-top-items .pf-txt-link {}

.pf-inspector-top-items .pf-txt-link a {
font-size: 14px;
color: #238fe8;
text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .pf-inspector-top-items dl {
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .pf-inspector-top-items dt {
    width: calc( 50% - 20px);
    margin-right: 20px;
  }
  .pf-inspector-top-items dd {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .pf-inspector-top-items dl {
    display: flex;
    justify-content: space-between;
      flex-wrap: wrap;
  }
  .pf-inspector-top-items dl.pf-grid_col:not(:first-child) {
    padding-top: 20px;
    border-top: 1px solid #d8d8d8;
  }
  .pf-inspector-top-items dt {
    margin-bottom: 10px;
    width: calc(100%);
  }
  .pf-inspector-top-items dd {
    width: calc(100%);
  }
}

/* pf-inspector-bottom-items */
.pf-inspector-bottom-items {
  padding: 0px 20px 0;
}

.pf-inspector-bottom-items .pf-txt-link {}

.pf-inspector-bottom-items .pf-txt-link a {
font-size: 14px;
color: #238fe8;
text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .pf-inspector-bottom-items dl {
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .pf-inspector-bottom-items dt {
    width: calc( 50% - 20px);
    margin-right: 20px;
  }
  .pf-inspector-bottom-items dd {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .pf-inspector-bottom-items dl {
    display: flex;
    justify-content: space-between;
      flex-wrap: wrap;
  }
  .pf-inspector-bottom-items dl.pf-grid_col {
    padding-top: 20px;
    border-top: 1px solid #d8d8d8;
  }
  .pf-inspector-bottom-items dt {
    margin-bottom: 10px;
    width: calc(100%);
  }
  .pf-inspector-bottom-items dd {
    width: calc(100%);
  }
}

/* kaigoshinka */
.m-card.-pt03 {
    margin-top: 0;
    margin-bottom: 30px;
    border: 0;
    display: block;
    position: relative;
    text-decoration: none;
    background-color: #fff;
}
.a-player-btn {
    cursor: pointer;
    height: fit-content;
}
.a-player-btn::before {
    z-index: 1;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    content: "";
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.6);
    pointer-events: none;
    text-decoration: inherit;
    vertical-align: inherit;
    background-repeat: no-repeat;
}
.a-player-btn::after {
    z-index: 2;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    margin-left: 4px;
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 0 20px 30px;
    border-color: transparent transparent transparent #064d8a;
    pointer-events: none;
    text-decoration: inherit;
    vertical-align: inherit;
    background-repeat: no-repeat;
}
.js-modal {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    z-index: 1000;
}
.js-modal.js-modal-movie {
    display: block;
    visibility: hidden;
    opacity: 0;
    transform: scale(0);
    transition: visibility 0.3s, opacity 0.3s;
}
.js-modal.js-modal-movie.is-display {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
}
.js-modal__bg {
    position: absolute;
    height: 100vh;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
}
.js-modal__close {
    cursor: pointer;
}
.m-modal.-pt05 .m-modal__conts {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    height: fit-content;
}
.js-modal__conts {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

@media only screen and (min-width: 960px) {
    .m-modal.-pt05 .m-modal__conts {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
    }
}

.m-modal.-pt05 .m-modal__inner {
    width: 100%;
    padding: 0 15px;
}

@media only screen and (min-width: 960px) {
    .m-modal.-pt05 .m-modal__inner {
        width: 850px;
        height: 650px;
    }
}

.m-modal.-pt05 .m-modal__closebtn {
    text-align: right;
}
.m-modal.-pt05 .m-modal__closebtn span {
    color: #fff;
    font-size: 2.5rem;
    font-weight: 700;
}
.m-modal.-pt05 .m-modal__movie {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
}
