@charset "UTF-8";

html {
  scroll-behavior: smooth;
}

/* フッターボタン非表示 */
.c-page-top {display: none;}

/* スペーサー */
.ogm-mt-xxs{margin-top: 2px;}
.ogm-mt-xs{margin-top: 4px;}
.ogm-mt-s{margin-top: 8px;}
.ogm-mt-m{margin-top: 16px;}
.ogm-mt-l{margin-top: 24px;}
.ogm-mt-xl{margin-top: 32px;}
.ogm-mt-xxl{margin-top: 36px;}
.ogm-mt-xxxl{margin-top: 40px;}
.ogm-mt-4xl{margin-top: 56px;}
.ogm-mt-5xl{margin-top: 72px;}

.ogm-mb-xxs{margin-bottom: 2px;}
.ogm-mb-xs{margin-bottom: 4px;}
.ogm-mb-s{margin-bottom: 8px;}
.ogm-mb-m{margin-bottom: 16px;}
.ogm-mb-l{margin-bottom: 24px;}
.ogm-mb-xl{margin-bottom: 32px;}
.ogm-mb-xxl{margin-bottom: 36px;}
.ogm-mb-xxxl{margin-bottom: 40px;}
.ogm-mb-4xl{margin-bottom: 56px;}
.ogm-mb-5xl{margin-bottom: 72px;}

.ogm-pt-xxs{padding-top: 2px;}
.ogm-pt-xs{padding-top: 4px;}
.ogm-pt-s{padding-top: 8px;}
.ogm-pt-m{padding-top: 16px;}
.ogm-pt-l{padding-top: 24px;}
.ogm-pt-xl{padding-top: 32px;}
.ogm-pt-xxl{padding-top: 36px;}
.ogm-pt-xxxl{padding-top: 40px;}
.ogm-pt-4xl{padding-top: 56px;}
.ogm-pt-5xl{padding-top: 72px;}

.ogm-pb-xxs{padding-bottom: 2px;}
.ogm-pb-xs{padding-bottom: 4px;}
.ogm-pb-s{padding-bottom: 8px;}
.ogm-pb-m{padding-bottom: 16px;}
.ogm-pb-l{padding-bottom: 24px;}
.ogm-pb-xl{padding-bottom: 32px;}
.ogm-pb-xxl{padding-bottom: 36px;}
.ogm-pb-xxxl{padding-bottom: 40px;}
.ogm-pb-4xl{padding-bottom: 56px;}
.ogm-pb-5xl{padding-bottom: 72px;}

/* common */
#page-header{
  margin-bottom: 0px;
}
.only_sp{
  display: block;
}
.only_pc{
  display: none;
}
@media screen and (min-width: 768px) {
  .only_sp{
    display: none;
  }
  .only_pc{
    display: block;
  }
}
#cp_page{
  height: auto;
}
#page-contents.cp_page_contents{
  background-color: #5CB4F4;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
}
.cp_max_img{
  width: 100%;
}
.cp_inline_center_block{
  text-align: center;
}
.cp_inline_right_block{
  text-align: right;
}
@media screen and (min-width: 1025px) {
  #page-contents.cp_page_contents{
    margin-left: auto;
    margin-right: auto;
    width: 1025px;
  }
}
/* 注釈 */
.attention-text{
  text-indent: -1em;
  padding-left: 1em;
  font-size: 13px;
  margin-top: 8px;
}
.cp_attention_link{
  position: relative;
  margin-right: calc((26 / 600) * 100vw);
}
.cp_attention_link::after{
  content: "";
  position: absolute;
  transform: translate(0%, 25%);
  margin-left: calc((3 / 600) * 100vw);
  margin-right: calc((3 / 600) * 100vw);
  padding-top: calc((15 / 600) * 100vw);
  padding-right: calc((18 / 600) * 100vw);
  background: url(/lp/electricity/netflix/assets/img/kv_link_icon.png) 100% 90% no-repeat;
  background-size: 100%;
}
@media screen and (min-width: 601px) {
  .cp_attention_link{
    margin-right: 26px;
  }
  .cp_attention_link::after{
    margin-left: 3px;
    margin-right: 3px;
    padding-top: 15px;
    padding-right: 18px;
  }
}

/* スワイパー共通デザイン */
.cp_swiper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.cp_swiper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #FFFFFF;
  border-radius: 8px;
  opacity: 1;
  z-index: -1;
}
.cp_swiper_slide{
  padding-left: calc((19 / 291) * 100%);
  padding-right: calc((19 / 291) * 100%);
  border-radius: 8px;
}
.cp_button_prev, .cp_button_next{
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 0;
  right: auto;
  margin-left: calc((16 / 291) * 100% * (-1));
  width: calc((32 / 291) * 100%);
  height: auto;
  aspect-ratio: 1 / 1;
}
.cp_button_next{
  left: auto;
  right: 0;
  margin-left:auto;
  margin-right: calc((16 / 291) * 100% * (-1));
}
.cp_button_prev::after{
  content: "";
  width: 100%;
  height: 100%;
  background: url(/lp/electricity/netflix/assets/img/swiper_prev.png) no-repeat 50%;
  background-size: cover;
}
.cp_button_next::after{
  content: "";
  width: 100%;
  height: 100%;
  background: url(/lp/electricity/netflix/assets/img/swiper_next.png) no-repeat 50%;
  background-size: cover;
}
.swiper-pagination-bullets{
  position: static;
} 
.swiper-pagination-bullet{
  width: 6px;
  height: 6px;
  background: #34383B;
  opacity: 1;
}
.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
  margin-left: calc((3 / 291) * 100%);
  margin-right: calc((3 / 291) * 100%);
  width: calc((8 / 291) * 100%);
  height: auto;
  aspect-ratio: 1 / 1;
}
.swiper-pagination-bullet:first-child {
  margin: 0px;
}
.swiper-pagination-bullet-active{
  background: #FFFFFF;
}

/* モーダル */
.cp_modal{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 55000;
  visibility: hidden;
  transition: all .3s;
  opacity: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.cp_modal.-active{
  opacity: 1;
  visibility: visible;
}
.cp_modal_bg{
  width: 100%;
  height: 100%;
  background: rgba(70, 68, 68, 0.5);
  position: absolute;
  cursor: pointer;
}
.cp_modal_area_layer{
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  z-index: 100;
  width: calc((343 / 375) * 100%);
  height: fit-content;
  max-width: 375px;
  max-height: 100%;
  overflow-y: scroll;
  overscroll-behavior-y: none;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.cp_modal_area_layer::-webkit-scrollbar{
  display: none;
}

.cp_modal_inner{
  padding-left: 17px;
  padding-right: 17px;
  background: #FFFFFF;
}
.cp_modal_sub_title{
  font-family: Hiragino Kaku Gothic Pro;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: center;
  color: #34383B;
}
.cp_modal_sub_title_attention{
  display: inline-block;
  font-family: Hiragino Kaku Gothic Pro;
  font-size: 8px;
  font-weight: 600;
  line-height: 12px;
  letter-spacing: -0.16em;
  vertical-align: top;
  color: #34383B;
}
.cp_modal_title{
  font-family: Hiragino Kaku Gothic Pro;
  font-size: 24px;
  font-weight: 600;
  line-height: 40px;
  text-align: center;
  color: #1271B3;
}
.cp_modal_title .-emphasis{
  font-size: 32px;
}
.cp_modal_title_attention{
  font-family: Hiragino Kaku Gothic Pro;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.09em;
  vertical-align: top;
  color: #1271B3;
}
.cp_modal_electricity_title{
  font-family: Hiragino Kaku Gothic Pro;
  font-size: 32px;
  font-weight: 600;
  line-height: 48px;
  text-align: center;
  color: #1271B3;
}.cp_modal_electricity_title_emphasis{
  font-size: 40px;
}
.cp_modal_text_wrap{
  display: flex;
  padding-left: 15px;
  padding-right: 15px;
}
.cp_modal_text{
  width: calc((257 / 279) * 100%);
  font-family: Hiragino Kaku Gothic Pro;
  font-size: 13px;
  font-weight: 300;
  line-height: 19.8px;
  text-align: left;  
}
.cp_modal_text.-right{
  padding-left: 20px;
  width: 100%;
}
.cp_modal_text.-attention{
  margin-right: 2px;
  width: calc((22 / 279) * 100%);
  text-align: center;
}
.cp_modal_text .-blue{
  color: #004EA1;
}
.cp_modal_inner .cp_modal_link{
  color: #5CB4F4;
  text-decoration: underline;
}
.cp_modal_close_button{
  margin-left: auto;
  margin-right: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  width: 208px;
  border-radius: 8px;
  background-color: #5CB4F4;
  cursor: pointer;
}
.cp_modal_close_text{
  display: inline-block;
  margin-left: 68px;
  position: relative;
  font-family: Hiragino Kaku Gothic Pro;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  color: #FFFFFF;
  text-align: center;
}
.cp_modal_close_text::after{
  content: url(/lp/electricity/netflix/assets/img/modal_close.svg);
  margin-left: 2px;
  position: absolute;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  top: 50%;
  width: 24px;
  height: 24px;
}

/* footer */
.cp_pre_footer{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1025px;
}
.cp_pre_footer_wrap{
  position: relative;
  width: 100%;
}
.cp_pre_footer_img_wrap{
  width: 100%;
}
.cp_pre_footer_tel{
  position: absolute;
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  top: 37%;
  left: 50%;
  width: 80%;
}