@charset "UTF-8";
.color-red {
  color: #EB003F;
}
.section-foot.pi::after {
  background-color: #FFE0E6;
}
.section-head.pi-bk {
  background-color: #FFE0E6;
}
.section-head.bk::after {
  background-color: #000;
}
.section-foot.bk::after {
  background-color: #000;
}
.section-head.ye::after {
  background-color: #ffe100;
}
.section-foot.ye::after {
  background-color: #ffe100;
}

.btn.eonet > a {
  color: #000;
  text-align: center;
  background-image: url(/home/service/simple/share/img/arrow-link-primary.svg);
}
@media (any-hover: hover) {
  .btn.eonet:hover > a {
    color: #000;
    background-color: #fff;
  }
}
/* ---------------------------------------------------------------------------

----------------------------------------------------------------------------*/

.keyvisual-h1 {
  background-color: #EBEBEB;
}
.kv-lv1 {
    background-image: url(/home/service/simple/top/img/top-mv-bg.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    text-align: center;
    position: relative;
    overflow: hidden;
    height: 440px;
}
@media screen and (max-width: 767.98px) {
    .kv-lv1 {
        height: auto;
    }
}
@media screen and (min-width: 767.99px), print {
    .kv-lv1 > img {
        max-width: none;
        width: auto;
        height: 100%;
        position: absolute;
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}
@media screen and (min-width: 767.99px) and (max-width: 1024px) {
    .kv-lv1 {
        height: auto;
        padding-top: 41.015625%;
    }
}

.top-image__summary {
  font-size: 1.2rem;
  font-weight: 400;
  height: 98px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: 16px auto 0;
}
.top-image__summary__item {
  width: 50vw;
  height: 100%;
  background-color: #ffe100;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 10px 0;
  text-align: center;
  align-items: center;
}
.top-image__summary__red {
  color: #eb003f;
}
.top-image__summary__large {
  font-size: 1.8rem;
  font-weight: 300;
}
.top-image__summary__small {
  font-size: 1.6rem;
}
.top-image__summary__note {
  font-size: 0.8rem;
}
@media (min-width: 768px) {
  .top-image__summary {
    height: auto;
    margin: 16px auto 0;
  }
  .top-image__summary__large {
    font-size: 3.6rem;
  }
  .top-image__summary__small {
    font-size: 2.0rem;
  }
}
/* ---------------------------------------------------------------------------
特長
----------------------------------------------------------------------------*/
.about {
  background-color: #fff;
  border: 1px solid #333333;
  border-radius: 10px;
}
.feature02 {
  text-align: center;
  padding: 50px 0 1px;
}
.feature02 p {
  margin-bottom: 2em;
}
.box-bk {
  text-align: center;
  background-color: #272727;
  border-radius: 10px;
  padding: 2px 10px 4px;
}
.box-netflix {
  width: 46%;
  margin: 20px 0 0 0;
}
.box-netflix-plus {
  width: 4%;
  margin: 0 2%;
}
@media screen and (min-width: 767.99px) {
  .about {
    margin: 0 0 80px 0;
  }
  .box-netflix {
    width: 46%;
  }
  .box-netflix-plus {
    width: 4%;
    margin: 0 2%;
  }
}
/* ---------------------------------------------------------------------------
料金プラン
----------------------------------------------------------------------------*/
.charge-table-campaign {
  font-size: 1.4rem;
  font-weight: 500 !important;
  text-align: center;
    color: #fff;
  background-color: #333333;
  border-radius: 50px;
  margin: 0 0 20px;
  padding: 6px 0;
  position: relative
}
.charge-table-campaign:after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 18px;
  height: 14px;
  background-color: #333333;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.bg-simpleplan .bg-secondary-wh {
    border-radius: 10px;
}
.charge_option-item {
  margin-top: 16px;
}
.charge_option-item.charge_option-item-bgnone {
  background-image: none;
}
.charge_option-item a,
.charge_option-box {
  display: block;
  font-size: 1.6rem;
  text-decoration: none;
  border: 1px solid #ebebeb;
  border-radius: 10px;
}
.charge_option-box p:first-child,
.charge_option-item a p:first-child {
  font-size: 1.8rem;
  font-weight: normal;
  background-color: #ebebeb;
  border-radius: 8px 8px 0 0;
  padding: 10px;
}
.charge_option-box p:last-child,
.charge_option-item a p:last-child {
  font-size: 1.4rem;
  font-weight: normal !important;
  line-height: 1.5;
  background-image: url("/home/service/simple/share/img/arrow-link-primary.svg");
  background-position: 94% center;
  background-repeat: no-repeat;
  background-size: 10px auto;
  padding: 14px 34px 14px 16px;
}
.charge_option-box p:last-child {
  background-image: none
}
.charge_option-item a:hover {
  color: #fff;
}
.charge_option-item a:hover p:first-child {
  background-color: #333;
}
.charge_option-item a:hover p:last-child {
  background-color: #333;
  background-image: url("/home/service/simple/share/img/arrow-link.svg");
  border-radius: 0 0 8px 8px;
}
@media screen and (min-width: 767.99px) {
  .charge_option-item a:hover p:last-child {
    border-radius: 0 8px 8px 0;
  }
}


.smahoset {
  border: 1px solid #333;
  border-radius: 10px;
}
.smahoset .smahoset-ttl {
  font-size: 2.0rem;
  color: #fff;
  text-align: center;
  background-color: #333;
  border-radius: 8px 8px 0 0;
  padding: .4em 0;
}
.smahoset a {
  display: block;
  text-align: center;
  text-decoration: none;
  background-image: url("/home/service/simple/share/img/arrow-link-primary.svg");
  background-repeat: no-repeat;
  background-position: 94% center;
  background-size: 10px auto;
  padding: 120px 0 0 0;
  position: relative;
  transition: 0 !important;
}
@media (any-hover: hover) {
  .smahoset a {
    transition: 0s;
  }
}
.smahoset a::before {
  content: "";
	display: inline-block;
	position: absolute;
	top: 20px;
	left: 50%;
	transform: translate(-50%, 0);
	width: calc(418px/2.5);
	height: calc(197px/2.5);
	background-image: url("/home/service/simple/share/img/logo-mine-x-eo.png");
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: contain;
}
.smahoset a:hover {
  color: #fff;
  background-color: #333;
  background-image: url("/home/service/simple/share/img/arrow-link.svg");
  border-radius: 0 0 8px 8px;
}
.smahoset a:hover::before {
  background-image: url("/home/service/simple/share/img/logo-mine-x-eo-wh.png");
}
@media screen and (min-width: 767.99px) {
  .smahoset a {
    text-align: left;
    padding: 30px 30px 30px 320px;
  }
  .smahoset a::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 150px;
    transform: translate(0, -50%);
    width: calc(418px/3);
    height: calc(197px/3);
  }
}


.plan-tab {
    margin: 40px 0 0 0;
}
.plan-tab-hover {
  position: relative;
  cursor: pointer;
}
.plan-tab-hover-off {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
}
.plan-tab-hover:hover .plan-tab-hover-off {
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
}
@media screen and (min-width: 767.99px) {
  .plan-tab {
    border-bottom: 4px solid #eb003f;
  }
  .plan-tab .flex {
    margin: 0 0 -4px;
  }
  .charge-table-campaign {
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    width: 400px;
    margin: 0 auto 20px;
    padding: 10px 0;
  }
  .charge-table-campaign:after {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 18px;
    height: 14px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
  }
    
    
    
  .charge_option {
    padding-top: 12px;
  }
  .charge_option-item {
    margin-top: 16px;
  }
  .charge_option-box,
  .charge_option a {
    display: flex;
    align-items: center;
  }
  .charge_option-box p:first-child,
  .charge_option-item a p:first-child {
    width: 37%;
    min-height: 92px;
    font-size: 1.8rem;
    border-radius: 11px 0 0 11px;
    padding: 28px 20px;
  }
  .charge_option-box p:last-child,
  .charge_option-item a p:last-child {
    width: 63%;
    min-height: 92px;
    display: flex;
    align-items: center;
    font-size: 1.6rem; 
    line-height: 1.5;
    border-radius: 0 8px 8px 0;
    padding: 10px 80px 10px 16px;
  }
  .smahoset {
    border: 1px solid #333;
    border-radius: 10px;
  }
  .smahoset .bg-text {
    font-size: 1.8rem;
    color: #fff;
    text-align: center;
    border-radius: 8px 8px 0 0;
    padding: .4em 0;
  }
}





/* ---------------------------------------------------------------------------
ご不明点は今すぐチャットで解決
----------------------------------------------------------------------------*/
.unknown-contents h2 {
  font-size: 3.6rem;
  text-align: center;
}
.unknown-contents__banner {
  border-radius: 10px;
  background-color: #fff;
  border: 1px solid #8b8b8b;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 36px auto 0;
  padding: 24px;
}
.unknown-contents__banner h3 {
  font-size: 1.8rem;
}
.unknown-contents__banner-red {
  font-size: 1.6rem;
  color: #eb003f;
}
@media (min-width: 768px) {
  .unknown-contents h2 {
    font-size: 4.0rem;
  }
  .unknown-contents__banner {
    max-width: 722px;
  }
  .unknown-contents__banner h3 {
    font-size: 2.0rem;
  }
  .unknown-contents__banner p {
    font-size: 1.6rem;
  }
  .unknown-contents__banner img {
    width: 400px;
    margin: 0 auto;
  }
}
/* ---------------------------------------------------------------------------
よくあるご質問
----------------------------------------------------------------------------*/
.question-list {
  max-width: 600px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin: 50px auto 0;
}
.question-list li {
  width: 100%;
  height: 54px;
  border: solid #333 1px;
  border-radius: 27px;
  margin: 0 auto;
  padding: 0 20px;
}
.question-list__button {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.question-list li img {
  width: 14px;
  height: 14px;
}
.question-list__q {
  font-size: 2.4rem;
  font-weight: 600;
}
.question-list__q-txt {
  width: 253px;
}
@media (min-width: 768px) {
  .question-list__q-txt {
    width: 490px;
  }
}





