@charset "UTF-8";
/* PC画面用スタイル */
body {
  font-size: 16px;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo,
    "sans-serif";
  margin: 0;
  padding: 0;
  background-size: 100%;
}

img {
  vertical-align: bottom;
  width: 100%;
}

* {
  box-sizing: border-box;
}

main {
  max-width: 375px;
  margin: 0 auto;
}

.header_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 10px;
  height: 50px;
}
.header_inner div img {
  width: 90px;
}

.mv .inner {
  padding: 0;
  text-align: center;
}

.inner {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 25px;
}

p.txt_url {
  word-break: break-all;
}
p.txt_url a {
  color: #000;
}

.section {
  padding-top: 55px;
  padding-bottom: 55px;
}

.manga {
  padding-top: 40px;
  background-image: url("../images/bkimg_manga.jpg");
  background-position: center top;
  background-size: 100%;
}
.manga .inner {
  text-align: center;
  padding: 0;
}
.manga .inner img {
  width: 80%;
  max-width: 294px;
}
.manga .inner .fukidashi {
  position: relative;
  background: #4cbfbf;
  text-align: left;
  border-radius: 10px;
  color: #fff;
  margin-top: 40px;
  max-width: 315px;
  margin-left: auto;
  margin-right: auto;
  padding: 17px;
}
.manga .inner .fukidashi:after {
  content: "";
  border: solid 20px transparent;
  border-bottom: solid 30px #4cbfbf;
  position: absolute;
  left: 0;
  right: 0;
  width: 0;
  margin: auto;
  top: -40px;
}

.remocon {
  padding-bottom: 35px;
}
.remocon .inner h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 0;
}
.remocon .inner h2 span {
  color: #fff;
  font-size: 29px;
  background-color: #387dde;
  border-radius: 10px;
  padding: 0 10px;
}
.remocon .inner p {
  font-size: 15px;
  letter-spacing: -0.06em;
  margin-bottom: 50px;
}
.remocon .inner p.txt_remocon {
  font-size: 29px;
  text-align: center;
  margin-bottom: 35px;
}
.remocon .inner p.txt_remocon strong {
  color: #387dde;
}
.remocon .inner p.txt_wifi {
  font-weight: bold;
  margin-bottom: 0px;
}
.remocon .inner p.txt_url {
  margin: 11px 0 0;
  font-size: 10px;
  text-align: center;
}

.other_func {
  padding-top: 43px;
  padding-bottom: 45px;
  background-image: url("../images/bkimg_other_function.png");
  background-position: center top;
  background-size: 100%;
}
.other_func .inner h2 {
  font-size: 29px;
  text-align: center;
  margin: 0 0 0;
}
.other_func .inner h2 span {
  color: #98d944;
}
.other_func .inner p {
  margin: 12px 0 0;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
}

.other_func_no1 {
  padding-top: 30px;
  padding-top: 35px;
  padding-bottom: 35px;
  background-color: #99d944;
  position: relative;
  margin-bottom: 30px;
}
.other_func_no1:after {
  content: "";
  border: solid 13px transparent;
  border-top: solid 26px #99d944;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -35px;
  margin: 0 auto;
  width: 0px;
}
.other_func_no1 .inner h2 {
  background-image: url("../images/no1.svg");
  background-position: 17px 3px;
  background-repeat: no-repeat;
  background-size: 20px;
  font-size: 22px;
  color: #fff;
  margin: 0 0 0;
  padding-left: 35px;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 5px;
}
.other_func_no1 .inner h2 span {
  color: #000;
}
.other_func_no1 .inner .border_white {
  background: #fff;
  padding: 7px 25px;
  font-size: 13px;
  line-height: 1.7;
  border-radius: 10px;
}
.other_func_no1 .inner .border_white p {
  margin: 10px 0;
}

.photo_wrap {
  text-align: center;
  margin-bottom: 45px;
}
.photo_wrap img {
  width: 300px;
}

.other_func_no2 {
  margin-top: 30px;
  margin-bottom: 25px;
  padding-top: 35px;
  padding-bottom: 35px;
  position: relative;
  background-color: #a1d8d3;
}
.other_func_no2:after {
  content: "";
  border: solid 13px transparent;
  border-top: solid 26px #a1d8d3;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -35px;
  margin: 0 auto;
  width: 0px;
}
.other_func_no2 .inner h2 {
  background-image: url("../images/no2.svg");
  background-position: 18px 10px;
  background-repeat: no-repeat;
  background-size: 30px;
  font-size: 22px;
  color: #fff;
  margin: 0 0 0;
  padding-left: 35px;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 5px;
}
.other_func_no2 .inner h2 span {
  color: #000;
}
.other_func_no2 .inner .border_white {
  background: #fff;
  padding: 7px 25px;
  font-size: 13px;
  line-height: 1.7;
  border-radius: 10px;
}
.other_func_no2 .inner .border_white p {
  margin: 10px 0;
}

.app_store {
  background-image: url("../images/bkimg_evaluation.png");
  background-position: center top;
  background-repeat: no-repeat;
}
.app_store .inner {
  text-align: center;
}
.app_store .inner h2 {
  font-size: 29px;
  text-align: center;
  margin: 0 0 0;
  line-height: 1.3;
}
.app_store .inner h2 span {
  color: #ff6a6c;
}
.app_store .inner p {
  margin: 22px 0 50px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 1.7;
}
.app_store .inner p span {
  font-weight: normal;
  font-size: 11px;
}
.app_store .inner img {
  width: 310px;
}

.award {
  background-image: url("../images/bkimg_award.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 30px;
}
.award .inner {
  text-align: center;
}
.award .inner .lead_tit {
  text-align: center;
  font-weight: bold;
  font-size: 21px;
  margin: 0 0 0;
  letter-spacing: -0.02em;
}
.award .inner h2 {
  text-align: center;
  color: #000;
  font-size: 19px;
  margin-top: 0;
  margin-bottom: 20px;
}
.award .inner h2 span {
  color: #d4a916;
  font-size: 29px;
}
.award .inner p {
  line-height: 1.6;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
.award .inner p.txt_url {
  margin: 11px 0 0;
  font-size: 10px;
  text-align: center;
}
.award .inner img {
  width: 185px;
}

.plan {
  background-image: url("../images/bkimg_plan.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100%;
  box-shadow: 0px 10px 20px #ccc;
  position: relative;
}
.plan .inner {
  text-align: center;
  padding: 0px 35px;
}
.plan .inner h2 {
  text-align: center;
  font-size: 29px;
  margin-top: 0;
  margin-bottom: 20px;
}
.plan .inner h2 span {
  color: #9079ff;
}
.plan .inner p {
  line-height: 1.6;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
.plan .inner p span {
  color: #6dc0a2;
}
.plan .inner .fukidashi {
  width: 270px;
  border: solid 1px #000;
  border-radius: 10px;
  margin-top: 55px;
  max-width: 315px;
  margin-left: auto;
  margin-right: auto;
  padding: 17px;
  position: relative;
  font-size: 13px;
  line-height: 2;
  margin-bottom: 38px;
  font-weight: bold;
}
.plan .inner .fukidashi:before,
.plan .inner .fukidashi:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -41px;
  width: 0px;
  margin: auto;
}
.plan .inner .fukidashi:before {
  content: "";
  border: solid 16px transparent;
  border-top: solid 25px #000;
}
.plan .inner .fukidashi:after {
  content: "";
  border: solid 16px transparent;
  border-top: solid 25px #fff;
  bottom: -38px;
}
.plan .inner .plan_box {
  border-radius: 10px;
  padding-bottom: 0px;
  margin-bottom: 16px;
  position: relative;
}
.plan .inner .plan_box .toggleBtn {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -8px;
  width: 15px;
  height: 15px;
  background-color: #ccc;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.plan .inner .plan_box .toggleBtn:before {
  position: relative;
  bottom: 1px;
  content: "";
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: rotate(135deg);
  width: 5px;
  height: 5px;
  display: block;
}
.plan .inner .plan_box.open .toggleBtn:before {
  transform: rotate(315deg);
  bottom: -1px;
}
.plan .inner .plan_box.open .box_contents ul {
  margin-top: 20px;
  visibility: visible;
  height: auto;
  opacity: 1;
}
.plan .inner .plan_box.plan1 {
  border: solid 1px #9079ff;
}
.plan .inner .plan_box.plan1 .box_title {
  background: #9079ff;
}
.plan .inner .plan_box.plan1 .box_contents h3 {
  color: #9079ff;
}
.plan .inner .plan_box.plan1 .toggleBtn {
  background-color: #9079ff;
}
.plan .inner .plan_box.plan2 {
  border: solid 1px #6c89d6;
}
.plan .inner .plan_box.plan2 .box_title {
  background: #6c89d6;
}
.plan .inner .plan_box.plan2 .box_contents h3 {
  color: #6c89d6;
}
.plan .inner .plan_box.plan2 .toggleBtn {
  background-color: #6c89d6;
}
.plan .inner .plan_box.plan3 {
  border: solid 1px #0097ec;
}
.plan .inner .plan_box.plan3 .box_title {
  background: #0097ec;
}
.plan .inner .plan_box.plan3 .box_contents h3 {
  color: #0097ec;
}
.plan .inner .plan_box.plan3 .toggleBtn {
  background-color: #0097ec;
}
.plan .inner .plan_box.plan4 {
  border: solid 1px #22a1b5;
}
.plan .inner .plan_box.plan4 .box_title {
  background: #22a1b5;
}
.plan .inner .plan_box.plan4 .box_contents h3 {
  color: #22a1b5;
}
.plan .inner .plan_box.plan4 .toggleBtn {
  background-color: #22a1b5;
}
.plan .inner .plan_box.plan5 {
  border: solid 1px #6dc0a2;
}
.plan .inner .plan_box.plan5 .box_title {
  background: #6dc0a2;
}
.plan .inner .plan_box.plan5 .box_contents h3 {
  color: #6dc0a2;
}
.plan .inner .plan_box.plan5 .toggleBtn {
  background-color: #6dc0a2;
}
.plan .inner .plan_box .box_title {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding: 13px 0;
  border-radius: 10px 10px 0 0;
}
.plan .inner .plan_box .box_contents {
  background-color: #fff;
  padding-bottom: 20px;
  border-radius: 0 0 10px 10px;
}
.plan .inner .plan_box .box_contents h3 {
  font-size: 36px;
  margin: 0 0 0;
  text-align: center;
}
.plan .inner .plan_box .box_contents h3 img {
  width: 164px;
}
.plan .inner .plan_box .box_contents ul {
  padding: 0 0 0;
  margin: 20px 0 0;
  list-style: none;
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin-top: 0;
  transition: all 200ms;
}
.plan .inner .plan_box .box_contents ul li {
  position: relative;
  padding-left: 35px;
  font-weight: bold;
  text-align: left;
  margin-left: 30px;
  margin-bottom: 4px;
}
.plan .inner .plan_box .box_contents ul li:before {
  content: "";
  width: 15px;
  height: 10px;
  position: absolute;
  background-image: url("../images/icon_check.svg");
  background-repeat: no-repeat;
  left: 13px;
  top: 4px;
}
.plan .inner p.txt_plan1 {
  font-size: 13px;
  font-weight: bold;
  margin: 25px -3px 50px;
  text-align: left;
}
.plan .inner p.txt_plan2 {
  margin-top: 40px;
  text-align: left;
}
.plan .inner p.txt_plan3 {
  text-align: left;
}
.plan .inner p.border {
  border-top: solid 1px #cacaca;
  border-bottom: solid 1px #cacaca;
  padding: 20px 0;
  margin-top: 30px;
  margin-bottom: 0;
  text-align: left;
}

.plan_tokutyou {
  padding-top: 50px;
  background-color: #fff;
  padding-bottom: 20px;
}
.plan_tokutyou h2 {
  text-align: center;
  color: #000;
  font-size: 29px;
  margin-top: 0;
  margin-bottom: 70px;
  line-height: 1.3;
  position: relative;
}
.plan_tokutyou h2 span {
  color: #3181eb;
}
.plan_tokutyou h2:after {
  content: "";
  width: 100%;
  left: 0;
  bottom: -50px;
  background-image: url("../images/border-line.png");
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  display: block;
  height: 40px;
}
.plan_tokutyou .inner {
  padding: 0 12px;
}
.plan_tokutyou .inner p {
  line-height: 1.6;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}
.plan_tokutyou .inner .osusume_box {
  border-radius: 10px;
  padding-bottom: 0;
  margin-bottom: 35px;
  position: relative;
}
.plan_tokutyou .inner .osusume_box .toggleBtn {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -7px;
  width: 15px;
  height: 15px;
  background-color: #ccc;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 1px #fff;
}
.plan_tokutyou .inner .osusume_box .toggleBtn:before {
  position: relative;
  bottom: 1px;
  content: "";
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: rotate(135deg);
  width: 5px;
  height: 5px;
  display: block;
}
.plan_tokutyou .inner .osusume_box.open .toggleBtn:before {
  transform: rotate(315deg);
  bottom: -1px;
}
.plan_tokutyou .inner .osusume_box.open .box_contents {
  padding-top: 20px;
  height: auto;
  visibility: visible;
  opacity: 1;
  padding-bottom: 20px;
}
.plan_tokutyou .inner .osusume_box.open .box_contents ul {
  display: block;
}
.plan_tokutyou .inner .osusume_box.plan1 .box_title {
  background: #9079ff;
}
.plan_tokutyou .inner .osusume_box.plan1 .box_contents {
  border: solid 1px #9079ff;
}
.plan_tokutyou .inner .osusume_box.plan1 .box_contents h3 {
  color: #9079ff;
}
.plan_tokutyou .inner .osusume_box.plan1 .box_contents ul li:before {
  background-color: #9079ff;
}
.plan_tokutyou .inner .osusume_box.plan1 .toggleBtn {
  background-color: #9079ff;
}
.plan_tokutyou .inner .osusume_box.plan2 .box_title {
  background: #6c89d6;
}
.plan_tokutyou .inner .osusume_box.plan2 .box_contents {
  border: solid 1px #6c89d6;
}
.plan_tokutyou .inner .osusume_box.plan2 .box_contents h3 {
  color: #6c89d6;
}
.plan_tokutyou .inner .osusume_box.plan2 .box_contents ul li:before {
  background-color: #6c89d6;
}
.plan_tokutyou .inner .osusume_box.plan2 .toggleBtn {
  background-color: #6c89d6;
}
.plan_tokutyou .inner .osusume_box.plan3 .box_title {
  background: #0097ec;
}
.plan_tokutyou .inner .osusume_box.plan3 .box_contents {
  border: solid 1px #0097ec;
}
.plan_tokutyou .inner .osusume_box.plan3 .box_contents h3 {
  color: #0097ec;
}
.plan_tokutyou .inner .osusume_box.plan3 .box_contents ul li:before {
  background-color: #0097ec;
}
.plan_tokutyou .inner .osusume_box.plan3 .toggleBtn {
  background-color: #0097ec;
}
.plan_tokutyou .inner .osusume_box.plan4 .box_title {
  background: #22a1b5;
}
.plan_tokutyou .inner .osusume_box.plan4 .box_contents {
  border: solid 1px #22a1b5;
}
.plan_tokutyou .inner .osusume_box.plan4 .box_contents h3 {
  color: #22a1b5;
}
.plan_tokutyou .inner .osusume_box.plan4 .box_contents ul li:before {
  background-color: #22a1b5;
}
.plan_tokutyou .inner .osusume_box.plan4 .toggleBtn {
  background-color: #22a1b5;
}
.plan_tokutyou .inner .osusume_box.plan5 .box_title {
  background: #6dc0a2;
}
.plan_tokutyou .inner .osusume_box.plan5 .box_contents {
  border: solid 1px #6dc0a2;
}
.plan_tokutyou .inner .osusume_box.plan5 .box_contents h3 {
  color: #6dc0a2;
}
.plan_tokutyou .inner .osusume_box.plan5 .box_contents ul li:before {
  background-color: #6dc0a2;
}
.plan_tokutyou .inner .osusume_box.plan5 .toggleBtn {
  background-color: #6dc0a2;
}
.plan_tokutyou .inner .osusume_box .box_title {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding: 6px 0;
  border-radius: 10px 10px 0 0;
}
.plan_tokutyou .inner .osusume_box .box_contents {
  background-color: #fff;
  border-radius: 0 0 10px 10px;
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin-top: 0;
  transition: all 200ms;
}
.plan_tokutyou .inner .osusume_box .box_contents ul {
  padding: 0 0 0;
  margin: 0px 0 0;
  list-style: none;
}
.plan_tokutyou .inner .osusume_box .box_contents ul li {
  position: relative;
  padding-left: 20px;
  font-weight: bold;
  text-align: left;
  margin-left: 0px;
  margin-bottom: 4px;
  font-size: 12px;
}
.plan_tokutyou .inner .osusume_box .box_contents ul li:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50px;
  background-color: #ccc;
  position: absolute;
  background-repeat: no-repeat;
  left: 10px;
  top: 5px;
}

.faq {
  padding-top: 25px;
  background-image: url("../images/bkimg_faq.png");
  background-repeat: no-repeat;
  background-size: 100%;
}
.faq .inner h2 {
  text-align: center;
  font-size: 29px;
  margin-top: 0;
  margin-bottom: 0px;
  color: #000;
}
.faq .inner .box {
  padding: 15px;
  background-color: #fff;
  border-radius: 10px;
}
.faq .inner .box p {
  line-height: 1.6;
  font-size: 14px;
  font-weight: bold;
}
.faq .inner .box p span {
  color: #9079ff;
}
.faq .inner .box p.txt_url {
  font-size: 13px;
}

.campaign {
  padding-top: 15px;
}
.campaign h2 {
  background-image: url("../images/bkimg_campaign.png");
  background-repeat: no-repeat;
  background-size: cover;
  font-size: 29px;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 190px;
  margin: 0 0 20px;
}
.campaign .inner p {
  font-size: 13px;
  font-weight: bold;
  line-height: 1.7;
  margin-bottom: 24px;
}
.campaign #anker {
  height: 100px;
  display: block;
  position: absolute;
}
.campaign #btn_cta {
  position: fixed;
  left: 0;
  bottom: 0;
  max-width: 375px;
  right: 0;
  margin: 0 auto;
  border-radius: 0;
  background-color: #fff;
  transition: all 200ms;
}
.campaign #btn_cta.relative {
  position: relative;
}

.f_logo {
  text-align: center;
  padding: 10px;
  background-color: #fff;
}
.f_logo img {
  width: 95px;
}

.footer-c {
  padding: 20px;
  /* margin: 20px; */
  background-color: #555555;
  color: #fff;
  font-size: 0.8em;
}

.footer-c ul {
  padding-inline-start: 0 !important;
  font-size: 0.5em;
  color: #d5d5d5;
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-group-sm > .btn,
.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.footer-mark-c {
  max-width: 100px;
  margin-bottom: 1rem;
}

a {
  text-decoration: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
