@charset "UTF-8";

body {
  min-width: auto;
}

@media (hover: hover) {
  a:hover {
    color: var(--black);
  }
}

:focus-visible {
  outline: #04f solid 3px;
}

h2 {
  font-size: 30px;
  line-height: 1.3;
}

.material-symbols-rounded {
  font-variation-settings: "FILL"0, "wght"400, "GRAD"0, "opsz"24;
}

main {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 80px;
  text-align: justify;
}

main>section {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

main a {
  color: #0088EB;
  font-weight: bold;
}

.cnt_wrap {
  max-width: 1088px;
  width: 100%;
  padding: 0 32px;
}

.cvButton a {
  font-size: 16px;
}

.cvButton a ＆focus {
  color: var(--black);
  background: var(--background-blue);
}

.cvButton a ＆focus ＆:after {
  color: var(--black-);
}

.popupButton a:focus {
  outline: #04f solid 3px;
  display: block;
  width: 100%;
  height: 100%;
}

/* 注釈 */
.annotation {
  font-size: 10px;
  width: 100%;
}

.annotation li {
  position: relative;
  padding-left: 12px;
}

.annotation li span {
  position: absolute;
  left: 0;
}

.annotation.num li {
  padding-left: 20px;
}

/* トップに戻るボタン */
#js-pagetop {
  position: fixed;
  width: 70px;
  height: 70px;
  border-radius: 35px;
  background: var(--primary);
  color: var(--white);
  bottom: 100px;
  left: 20px;
  cursor: pointer;
  opacity: 0.8;
  z-index: 100;
}

#js-pagetop span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-weight: 800;
}

@media screen and (max-width: 767px) {
  .cnt_wrap {
    padding: 0 24px;
  }

  main {
    gap: 40px;
  }

  h2 {
    font-size: 24px;
    line-height: 1.5;
  }
}

@media (max-width: 767px) {
  .top_flex {
    display: flex;
    flex-direction: column-reverse;
  }
}

/* FV
-------------------------------------*/
.fv .visual {
  position: relative;
}

.fv picture {
  background-color: #b1b1b1;
  display: block;
  display: flex;
  justify-content: flex-end;
  width: 100％;
}

.fv picture img {
  width: 1024px;
  height: 473px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.fv .title {
  position: absolute;
  left: 56px;
  top: 40px;
  bottom: 0;
  margin: auto;
  height: -moz-fit-content;
  height: fit-content;
}

.fv .title h1 {
  font-size: 42px;
  line-height: 1.3;
  color: var(--black);
}

.fv .title h1 span {
  display: block;
}

.fv .title p {
  font-size: 16px;
  margin: 24px 0 48px 0;
}

.fv .title img {
  left: -28px;
  top: -40px;
  height: 190px;
  position: relative;
}

.fv .annotation {
  margin-top: 16px;
}

@media screen and (max-width: 1024px) {
  .fv picture {
    height: 400px;
    overflow: hidden;
  }

  .fv picture img {
    height: 400px;
    -o-object-position: center top;
    object-position: center top;
  }

  .fv .cnt_wrap {
    width: 100%;
    padding: 0;
  }

  .fv .title h1 {
    font-size: 40px;
  }

  .fv .title img {
    height: 180px;
  }

  .fv .annotation {
    width: 94%;
    margin: 16px auto 0;
  }
}

@media screen and (max-width: 850px) {
  .fv .title {
    left: 40px;
  }

  .fv .title h1 {
    font-size: 32px;
  }
}

@media screen and (max-width: 767px) {
  .fv picture {
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    position: relative;
  }

  .fv picture::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("/assets/img/top/mv/mv_bg240321.png");
    background-size: cover;
    background-position: left;
    filter: blur(8px);
    transform: scale(1.1);
    opacity: 0.5;
  }

  .fv picture img {
    width: auto;
    height: 500px;
    position: relative;
  }

  .fv .title {
    display: flex;
    flex-direction: column;
    align-items: center;
    left: 0;
    right: 0;
    top: 40px;
    margin: initial;
    position: absolute;
  }

  .fv .title h1 {
    font-size: 28px;
    text-align: center;
    line-height: 1.3;
  }

  .fv .title img {
    display: none;
  }

  .fv .title p {
    position: absolute;
    font-size: 14px;
    margin: auto;
    TOP: 150px;
    width: 330px;
  }

  .fv .title p span {
    display: block;
    background: #fff;
    padding: 4px 12px;
    width: -moz-max-content;
    width: max-content;
  }
}

@media screen and (max-width: 500px) {
  .fv .cnt_wrap {
    width: 100%;
  }
}

/* カルーセル
-------------------------------------*/
.carousel {
  width: 100%;
  /* 画像たち */
  /* 下部ボタン */
}

.carousel .swiper {
  width: 100%;
  margin-top: 32px;
  padding-bottom: 3px;
  position: relative;
}

.carousel .swiper::before, .carousel .swiper::after {
  content: "";
  height: 178px;
  width: 20%;
  background-image: linear-gradient(90deg, rgb(255, 255, 255), rgba(233, 233, 233, 0));
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
}

.carousel .swiper::after {
  right: 0;
  left: auto;
  background-image: linear-gradient(-90deg, rgb(255, 255, 255), rgba(233, 233, 233, 0));
}

.carousel .swiper-wrapper {
  width: 100%;
}

.carousel .swiper-wrapper .swiper-slide {
  height: 178px;
  width: 288px;
  opacity: 0.3;
  transition: 1s;
  pointer-events: none;
  margin: 0 12px;
  border: var(--neutral-100) solid 1px;
  border-radius: 12px;
  overflow: hidden;
}

.carousel .swiper-wrapper .swiper-slide.swiper-slide-active {
  opacity: 1;
  pointer-events: all;
}

.carousel .swiper-wrapper .swiper-slide.swiper-slide-active img {
  transition: 0.3s;
}

@media (hover: hover) {
  .carousel .swiper-wrapper .swiper-slide.swiper-slide-active:hover img {
    transform: scale(1.08, 1.08);
  }
}

.carousel .swiper-btns {
  width: -moz-max-content;
  width: max-content;
  margin: 24px auto 0;
  position: relative;
  display: flex;
  gap: 24px;
  align-items: center;
  /* 前、後ろ矢印 */
  /* 点々 */
  /* 一時停止、再生 */
}

.carousel .swiper-btns .swiper-button-next, .carousel .swiper-btns .swiper-button-prev {
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
}

.carousel .swiper-btns .swiper-button-next::after, .carousel .swiper-btns .swiper-button-prev::after {
  transition: 0.3s;
  color: var(--neutral-300);
  font-size: 32px;
  font-family: "FontAwesome";
  content: "\f105";
  padding-bottom: 4px;
}

.carousel .swiper-btns .swiper-button-prev::after {
  content: "\f104";
}

.carousel .swiper-btns .swiper-pagination {
  display: flex;
  gap: 8px;
  justify-content: center;
  text-align: center;
  width: -moz-max-content;
  width: max-content;
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
}

.carousel .swiper-btns .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: var(--neutral-100);
  opacity: 1;
  transition: 0.3s;
}

.carousel .swiper-btns .swiper-pagination .swiper-pagination-bullet-active {
  background: var(--primary);
}

.carousel .swiper-btns .swiper_pause::after, .carousel .swiper-btns .swiper_pause.paused::after {
  font-family: "FontAwesome";
  content: "\f04c";
  font-size: 20px;
  width: 22px;
  height: 22px;
  display: block;
  color: var(--primary);
  transition: 0.3s;
}

.carousel .swiper-btns .swiper_pause.paused::after {
  content: "\f04b";
}

@media (hover: hover) {
  .carousel .swiper-btns .swiper-button-next:hover::after, .carousel .swiper-btns .swiper-button-prev:hover::after {
    color: var(--primary);
  }

  .carousel .swiper-btns .swiper-pagination .swiper-pagination-bullet:hover {
    background: var(--primary);
  }

  .carousel .swiper-btns .swiper-pagination .swiper-pagination-bullet-active:hover {
    background: var(--primary);
  }

  .carousel .swiper-btns .swiper_pause:hover::after, .carousel .swiper-btns .swiper_pause.paused:hover:after {
    color: var(--primary);
  }
}

@media (max-width: 1024px) {
  .carousel .swiper::before, .carousel .swiper::after {
    display: none;
  }
}

@media (max-width: 767px) {
  .carousel .swiper-wrapper .swiper-slide {
    opacity: 1;
    margin: 0 8px;
  }

  .carousel .swiper-btns {
    margin: 16px auto 0;
  }

  .carousel .swiper-btns .swiper-pagination {
    gap: 12px;
  }

  .carousel .swiper-btns .swiper-pagination .swiper-pagination-bullet {
    width: 13px;
    height: 13px;
  }
}

/* 重要なお知らせ
-------------------------------------*/
.important_info {
  padding: 0 32px;
}

.important_info .cnt_wrap {
  width: 100%;
  max-width: 1024px;
  color: var(--neutral-500);
  display: flex;
  gap: 32px;
  padding: 32px 40px;
  border-top: 2px solid var(--neutral-100);
  border-bottom: 2px solid var(--neutral-100);
  box-sizing: border-box;
  flex-direction: row;
  align-items: start;
}

.important_info h2 {
  font-size: 20px;
  white-space: nowrap;
}

.important_info table th a {
  font-weight: normal;
  color: #707070;
}

@media (hover: hover) {
    tr.infoList_item:hover a {
    color: var(--primary);
  }
}

.important_info table .date {
  width: 140px;
  vertical-align: baseline;
}

.important_info table tr:nth-of-type(2) .date {
  padding: 8px 0;
}

@media screen and (max-width: 1024px) {
  .important_info .cnt_wrap {
    width: 100%;
    padding: 24px;
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }

  .important_info h2 {
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  .important_info .cnt_wrap {
    padding: 24px 0;
  }
}

@media screen and (max-width: 600px) {
  .important_info {
    background: var(--background-gray);
    padding: 0 24px;
  }

  .important_info .cnt_wrap {
    gap: 12px;
    border: none;
    padding-bottom: 8px;
  }

  .important_info table tr {
    display: flex;
    flex-direction: column;
    gap: 2px;
    flex-direction: column;
    border-bottom: #b1b1b1 1px solid;
    padding: 16px 0;
  }

  .important_info table tr:nth-of-type(1) {
    padding-top: 0;
  }

  .important_info table tr:nth-of-type(2) .date {
    padding: 0;
  }

  .important_info table tr:nth-last-of-type(1) {
    border: transparent;
  }

  .important_info table .date {
    font-size: 12px;
  }
}

/* トーンモバイルとは？
-------------------------------------*/
.tonemobile {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
}

.tonemobile .appeal_box {
  display: flex;
  align-items: start;
  gap: 24px;
  text-align: center;
}

.tonemobile .appeal_box li {
  display: flex;
  gap: 16px;
  flex-direction: column;
}

.tonemobile .appeal_box li span {
  display: block;
}

@media screen and (max-width: 1024px) {
  .tonemobile .appeal_box {
    flex-wrap: wrap;
    gap: 16px;
    row-gap: 24px;
  }

  .tonemobile .appeal_box li {
    width: calc((100% - 32px) / 3);
    flex-direction: row;
    text-align: left;
  }

  .tonemobile .appeal_box li br {
    display: none;
  }

  .tonemobile .appeal_box li img {
    width: 100px;
  }
}

@media screen and (max-width: 767px) {
  .tonemobile .appeal_box {
    gap: 16px;
    row-gap: 24px;
  }

  .tonemobile .appeal_box li {
    width: calc((100% - 16px) / 2);
    max-width: none;
  }
}

@media screen and (max-width: 480px) {
  .tonemobile .appeal_box {
    gap: 24px;
    row-gap: 24px;
  }

  .tonemobile .appeal_box li {
    width: calc((100% - 24px) / 2);
    flex-direction: column;
    text-align: center;
  }

  .tonemobile .appeal_box li img {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .tonemobile {
    gap: 32px;
  }
}

/* トーンモバイルのSIMを挿すだけ！
-------------------------------------*/
.sim_plan {
  width: 100%;
  padding: 64px 0;
  background: var(--background-blue);
}

.sim_plan .cnt_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
}

.sim_plan .section_title {
  text-align: center;
}

.sim_plan .section_title p {
  margin-top: 24px;
  font-size: 16px;
  letter-spacing: 6.4px;
}

.sim_plan .plan_lineup_box {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 16px;
}

.sim_plan .plan_lineup_box .plan_lineup {
  width: 100%;
  display: flex;
  gap: 32px;
  align-items: center;
}

.sim_plan .plan_lineup_box .plan_lineup .plan_device {
  flex: 1;
}

.sim_plan .plan_lineup_box .plan_lineup .plan_device a {
  width: 100%;
  background: var(--white);
  border-radius: 16px;
  display: flex;
  gap: 16px;
  justify-content: center;
  align-items: center;
  padding: 40px 16px;
  border: var(--white) 3px solid;
  box-shadow: 0px 0px 32px 0px rgba(0, 148, 255, 0.08);
}

.sim_plan .plan_lineup_box .plan_lineup .plan_device a:focus {
  background: #FCFFE9;
}

.sim_plan .plan_lineup_box .plan_lineup .plan_device img {
  height: 130px;
}

.sim_plan .plan_lineup_box .plan_lineup .plan_device .plan_title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

.sim_plan .plan_lineup_box .plan_lineup .plan_device .plan_title h3 {
  font-size: 22px;
  color: var(--black);
  transition: 0.3s;
}

.sim_plan .plan_lineup_box .plan_lineup .plan_device .plan_title p {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: bold;
  color: var(--primary);
}

.sim_plan .plan_lineup_box .plan_lineup .plan_device .plan_title p::after {
  font-family: "FontAwesome";
  content: "\f105";
  font-size: 1.4em;
  display: block;
  margin-left: 0.5rem;
}

.sim_plan .link_vertical {
  display: flex;
  gap: 32px;
}

@media (max-width: 767px) {
  .sim_plan .link_vertical {
    flex-direction: column;
  }
}

.sim_plan .original {
  display: flex;
  padding: 40px 0 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 32px;
  width: 100%;
  text-align: center;
}

.sim_plan .original .title h3 {
  font-size: 30px;
  margin-top: 8px;
}

.sim_plan .original .title p {
  font-size: 16px;
}

.sim_plan .original .bnr_link {
  transition: 0.3s ease;
  margin-bottom: 16px;
  display: block;
  flex: 1;
}

.sim_plan .original .limit {
  font-size: 18px;
  color: var(--secondary);
  margin-bottom: 16px;
  border-radius: 8px;
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
}

.sim_plan .original .limit b {
  display: block;
  font-size: 24px;
}

@media (hover: hover) {
  .sim_plan .plan_device a:hover {
    border: var(--primary) 3px solid;
    background: #F8FCFF;
  }

  .sim_plan .plan_device a:hover h3 {
    color: var(--primary);
  }

  .sim_plan .bnr_link:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 1024px) {
  .sim_plan .plan_lineup_box .plan_lineup .plan_device a {
    flex-direction: column;
    gap: 24px;
  }

  .sim_plan .plan_lineup_box .plan_lineup .plan_device .plan_title {
    gap: 4px;
  }

  .sim_plan .plan_lineup_box .plan_lineup .plan_device .plan_title h4 {
    line-height: 1.5;
  }

  .sim_plan .plan_lineup_box .plan_lineup .plan_device .plan_title h4 span {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .sim_plan {
    padding: 40px 0;
  }

  .sim_plan .cnt_wrap {
    gap: 32px;
  }

  .sim_plan .plan_lineup_box .plan_lineup {
    flex-direction: column;
    gap: 16px;
  }

  .sim_plan .plan_lineup_box .plan_lineup .plan_device {
    width: 100%;
    max-width: 420px;
  }

  .sim_plan .plan_lineup_box .plan_lineup .plan_device img {
    height: 100px;
  }

  .sim_plan .plan_lineup_box .plan_lineup .plan_device a {
    padding: 20px 16px;
    gap: 12px;
  }

  .sim_plan .section_title p {
    letter-spacing: 0;
    font-size: 14px;
    margin-top: 16px;
  }

  .sim_plan .original {
    gap: 24px;
    padding: 32px 0;
  }

  .sim_plan .original .title {
    gap: 12px;
    align-items: center;
  }

  .sim_plan .original .title h3 {
    text-align: center;
  }

  .sim_plan .original .title h3 span {
    font-size: 32px;
    margin-bottom: 4px;
  }

  .sim_plan .original .cvButton {
    margin-top: 16px;
  }

  .sim_plan .original .title h3 {
    align-items: center;
    font-size: 16px;
  }

  .sim_plan .original .title h3 span {
    font-size: 32px;
  }
}

@media screen and (max-width: 430px) {
  .sim_plan h2 br {
    display: none;
  }
}

/* シンプルな料金プラン
-------------------------------------*/
.price_plan {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 48px;
  /* 1,100円 */
  /* 動画以外とは？ */
}

.price_plan .section_title {
  text-align: center;
}

.price_plan .section_title h2 {
  margin-top: 8px;
}

.price_plan .price_plan_1100 {
  border-radius: 8px;
  background: #FCFFE9;
  display: flex;
  padding: 64px 40px;
  justify-content: center;
  align-items: center;
  gap: 32px;
  width: 100%;
}

.price_plan .price_plan_1100 .price_plan_title {
  border: 2px solid var(--neutral-500);
  border-radius: 8px;
  display: flex;
  padding: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  text-align: center;
}

.price_plan .price_plan_1100 .price_plan_title p {
  font-size: 16px;
}

.price_plan .price_plan_1100 .price_plan_title h3 {
  color: #FF6043;
  font-size: 22px;
  line-height: 130%;
}

.price_plan .price_plan_1100 .price_plan_price img {
  height: 100px;
}

.price_plan .price_plan_1100 .price_plan_price p {
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.04);
  text-align: center;
  padding: 8px 50px;
  margin-top: 16px;
}

.price_plan .other_than_movie {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}

.price_plan .other_than_movie h3 {
  font-size: 22px;
  word-break: keep-all;
}

.price_plan .other_than_movie ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
}

.price_plan .other_than_movie ul li {
  flex: 1 0 0;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.04);
  display: flex;
  padding: 24px;
  justify-content: center;
  align-items: center;
  gap: 12px;
  align-self: stretch;
}

.price_plan .other_than_movie ul li img {
  width: 56px;
}

@media screen and (max-width: 767px) {
  .price_plan.cnt_wrap {
    padding: 0;
    gap: 32px;
    width: 100%;
  }

  .price_plan .price_plan_1100 {
    padding: 40px 24px;
    gap: 24px;
    width: 100%;
    flex-direction: column;
    border-radius: 0;
  }

  .price_plan .price_plan_1100 .price_plan_title {
    max-width: 560px;
    width: 100%;
    margin: 0 auto;
  }

  .price_plan .price_plan_1100 .price_plan_title h3 {
    display: inline;
  }

  .price_plan .price_plan_1100 .price_plan_title h3 br {
    display: none;
  }

  .price_plan .price_plan_1100 .price_plan_price {
    max-width: 560px;
    width: 100%;
    margin: 0 auto;
  }

  .price_plan .price_plan_1100 .price_plan_price img {
    width: 100%;
    height: auto;
  }

  .price_plan .other_than_movie {
    padding: 0 24px;
  }

  .price_plan .other_than_movie h3 {
    text-align: center;
    line-height: 150%;
  }

  .price_plan .other_than_movie h3 span {
    display: block;
  }

  .price_plan .other_than_movie ul {
    flex-direction: column;
    gap: 16px;
    max-width: 560px;
    width: 100%;
  }

  .price_plan .other_than_movie ul li {
    padding: 16px 24px 16px 20px;
    justify-content: start;
    width: 100%;
  }

  .price_plan .annotation {
    padding: 0 24px;
  }
}

/* キャンペーン（一時的）
-------------------------------------*/
.sec_wrap--cp {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-areas:
		"areaA areaB"
		"areaC areaB";
  column-gap: 24px;
  word-break: keep-all;
  overflow-wrap: anywhere;
}

.sec_wrap--cp__itemB h3 {
  font-size: 20px;
  text-align: center;
  margin-top: 24px;
  margin-bottom: 8px;
}

.sec_wrap--cp__itemB p {
  font-size: 16px;
  text-align: center;
}

.sec_wrap--cp__itemA {
  grid-area: areaA;
  justify-self: center;
  align-self: flex-end;
  text-align: center;
}

.sec_wrap--cp__itemB {
  grid-area: areaC;
  justify-self: center;
}

.sec_wrap--cp__item-link {
  grid-area: areaB;
}

@media screen and (max-width: 767px) {
  .sec_wrap--cp {
    padding: 8px 24px 0;
    grid-template-columns: 1fr;
    grid-template-areas:
		"areaA"
		"areaB"
    "areaC";
  }

  .sec_wrap--cp__itemA {
    margin-bottom: 32px;
  }

  .sec_wrap--cp__item-link {
    max-width: 80%;
    justify-self: center;
  }
}

@media (hover: hover) {
  a.sec_wrap--cp__item-link:hover {
    opacity: 0.8;
  }
}
/* お子様からシニアまで
-------------------------------------*/
.kids_senior {
  background: var(--background-blue);
  padding: 64px 0;
  /* ボタン */
  /* TONEファミリー */
  /* シニアにもあんしん */
  /* お好きなスマホ※にSIMを挿すだけ ! */
}

@media screen and (max-width: 767px) {
  .kids_senior {
    padding: 40px 0;
  }
}

.kids_senior .cnt_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
}

@media screen and (max-width: 1024px) {
  .kids_senior .cnt_wrap {
    gap: 16px;
    padding: 0 16px;
  }
}

.kids_senior .section_title {
  text-align: center;
}

.kids_senior .section_title h2 {
  margin-bottom: 16px;
}

@media screen and (max-width: 1024px) {
  .kids_senior .section_title {
    margin-bottom: 16px;
  }

  .kids_senior .section_title h2 {
    margin-bottom: 8px;
  }
}

.kids_senior .btn_box {
  display: flex;
  gap: 32px;
  width: 100%;
}

.kids_senior .btn_box .button {
  flex: 1;
}

@media (hover: hover) {
  .kids_senior .btn_box .button.kids a:hover {
    border: 3px solid #F96871;
    background: #FFF8F9;
  }

  .kids_senior .btn_box .button.senior a:hover {
    border: 3px solid var(--primary);
    background: #F8FCFF;
  }
}

.kids_senior .btn_box .button.kids a:focus, .kids_senior .btn_box .button.senior a:focus {
  background: #FCFFE9;
}

.kids_senior .btn_box a {
  border-radius: 16px;
  background: var(--white);
  padding: 32px 170px 24px 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 3px solid var(--white);
  transition: 0.3s;
  font-weight: bold;
  position: relative;
  box-shadow: 0px 0px 32px 0px rgba(0, 148, 255, 0.08);
}

.kids_senior .btn_box h3 {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 12px;
  color: #F96871;
}

.kids_senior .btn_box p {
  color: var(--black);
  font-size: 16px;
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
}

.kids_senior .btn_box p::after {
  font-family: "FontAwesome";
  content: "\f105";
  font-size: 1.4em;
  display: block;
  margin-left: 0.5rem;
}

.kids_senior .btn_box .kids img {
  position: absolute;
  height: 126px;
  right: 48px;
  bottom: -10px;
}

.kids_senior .btn_box .senior h3 {
  color: var(--primary);
}

.kids_senior .btn_box .senior img {
  position: absolute;
  height: 142px;
  right: 48px;
  bottom: -10px;
}

.kids_senior .btn_box .material-symbols-rounded {
  color: var(--black);
  font-size: 24px;
}

@media screen and (max-width: 1024px) {
  .kids_senior .btn_box .button a {
    padding: 20px 24px;
  }

  .kids_senior .btn_box .button a img {
    display: none;
  }

  .kids_senior .btn_box h3 {
    font-size: 22px;
  }
}

@media screen and (max-width: 767px) {
  .kids_senior .btn_box {
    gap: 16px;
    flex-direction: column;
  }

  .kids_senior .btn_box h3 {
    margin-bottom: 8px;
  }

  .kids_senior .btn_box .button a {
    padding: 20px 24px 12px;
  }
}

.kids_senior .tonefamily .cnt_box {
  border-radius: 16px;
  border: 3px solid #F96871;
  background: #FFF8F9;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
  padding: 48px 56px;
}

.kids_senior .tonefamily .section_title {
  text-align: center;
}

.kids_senior .tonefamily .section_title h3 {
  border-radius: 6px;
  background: #ED7980;
  display: flex;
  padding: 16px 32px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  color: var(--white);
  font-size: 32px;
  margin: 16px 0;
}

.kids_senior .tonefamily .section_title .copy {
  font-size: 16px;
  letter-spacing: 3.2px;
}

.kids_senior .tonefamily .section_title .annotation {
  font-size: 10px;
}

.kids_senior .tonefamily .merit_box {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}

.kids_senior .tonefamily .merit_box .description, .kids_senior .tonefamily .merit_box .mimamori {
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0px 0px 32px 0px rgba(237, 121, 128, 0.1);
  flex: 1;
  padding: 32px;
  display: flex;
  gap: 32px;
  flex-direction: column;
  align-items: center;
}

.kids_senior .tonefamily .merit_box .llm {
  border-radius: 8px;
  background: #FCE5E7;
  display: flex;
  padding: 32px 56px;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}

.kids_senior .tonefamily .merit_box .llm .title {
  text-align: center;
}

.kids_senior .tonefamily .merit_box .llm .cnt_flex {
  display: flex;
  gap: 32px;
}

.kids_senior .tonefamily .merit_box .llm .cnt_flex img {
  width: calc(50% - 16px);
  height: -moz-min-content;
  height: min-content;
  height: intrinsic;
  /* safari用 */
}

.kids_senior .tonefamily .merit_box .llm .cnt_flex div {
  flex: 1;
}

.kids_senior .tonefamily .merit_box .llm h5 {
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.05);
  color: var(--black);
  text-align: center;
  padding: 12px 16px;
  margin-bottom: 16px;
}

.kids_senior .tonefamily .merit_box h4 {
  font-size: 22px;
  margin-top: 8px;
}

.kids_senior .tonefamily .merit_box .mimamori ul {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  gap: 24px;
  align-self: stretch;
  flex-wrap: wrap;
}

.kids_senior .tonefamily .merit_box .mimamori ul li {
  display: flex;
  align-items: center;
  gap: 12px;
}

.kids_senior .tonefamily .merit_box .mimamori ul img {
  width: 36px;
}

.kids_senior .tonefamily .annotation {
  margin-top: 16px;
}

@media screen and (max-width: 1024px) {
  .kids_senior .tonefamily .cnt_box {
    padding: 40px 32px;
  }

  .kids_senior .tonefamily .merit_box .description, .kids_senior .tonefamily .merit_box .mimamori {
    padding: 32px 24px;
  }

  .kids_senior .tonefamily .merit_box .mimamori {
    font-size: 12px;
  }

  .kids_senior .tonefamily .merit_box .mimamori ul {
    gap: 16px;
  }

  .kids_senior .tonefamily .merit_box .mimamori img {
    width: 32px;
  }

  .kids_senior .tonefamily .cvButton {
    padding: 0 16px;
  }
}

@media screen and (max-width: 767px) {
  .kids_senior .tonefamily .cnt_box {
    padding: 32px 0 24px;
    gap: 0;
  }

  .kids_senior .tonefamily .section_title {
    padding: 0 16px;
  }

  .kids_senior .tonefamily .section_title h3 {
    font-size: 24px;
  }

  .kids_senior .tonefamily .merit_box {
    flex-wrap: nowrap;
    gap: 24px;
    flex-direction: column;
  }

  .kids_senior .tonefamily .merit_box .description, .kids_senior .tonefamily .merit_box .mimamori {
    border-radius: 0;
    background: none;
    box-shadow: none;
    padding: 0 16px;
    display: flex;
    gap: 16px;
  }

  .kids_senior .tonefamily .merit_box .description li, .kids_senior .tonefamily .merit_box .mimamori li {
    gap: 8px;
  }

  .kids_senior .tonefamily .merit_box .description p {
    border-bottom: 1px solid #DDD;
    padding-bottom: 24px;
  }

  .kids_senior .tonefamily .merit_box .mimamori ul {
    gap: 14px;
    margin-bottom: 24px;
  }

  .kids_senior .tonefamily .merit_box .llm {
    border-radius: 0;
    padding: 32px 16px;
    gap: 24px;
  }

  .kids_senior .tonefamily .merit_box .llm .cnt_flex {
    flex-direction: column;
    gap: 16px;
  }

  .kids_senior .tonefamily .merit_box .llm .cnt_flex img {
    width: 100%;
  }

  .kids_senior .tonefamily .cvButton a {
    margin-top: 32px;
    padding: 24px;
  }
}

.kids_senior .senior_recommendation .cnt_box {
  border-radius: 16px;
  border: 3px solid var(--primary);
  display: flex;
  padding: 64px 56px;
  flex-direction: column;
  align-items: center;
  gap: 48px;
}

.kids_senior .senior_recommendation .cnt_box .section_title {
  text-align: center;
}

.kids_senior .senior_recommendation .cnt_box .section_title h3 {
  font-size: 32px;
  margin-top: 16px;
}

.kids_senior .senior_recommendation .merit_box {
  display: flex;
  gap: 32px;
}

.kids_senior .senior_recommendation .merit_box li {
  flex: 1;
  border-radius: 8px;
  background: var(--white);
  display: flex;
  padding: 32px 24px;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.kids_senior .senior_recommendation .merit_box li h4 {
  font-size: 24px;
  line-height: 1.3;
}

.kids_senior .senior_recommendation .merit_box li img {
  width: 100%;
}

.kids_senior .senior_recommendation .annotation {
  margin-top: 16px;
}

@media screen and (max-width: 1024px) {
  .kids_senior .senior_recommendation .cnt_box {
    padding: 40px 32px;
  }

  .kids_senior .senior_recommendation .senior_recommendation .merit_box li {
    padding: 24px 20px;
  }

  .kids_senior .senior_recommendation .senior_recommendation .merit_box li h4 {
    font-size: 20px;
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  .kids_senior .senior_recommendation .cnt_box {
    background: var(--white);
    padding: 32px 16px 24px;
    gap: 24px;
  }

  .kids_senior .senior_recommendation .cnt_box .section_title h3 {
    font-size: 24px;
  }

  .kids_senior .senior_recommendation .merit_box {
    gap: 24px;
    flex-direction: column;
  }

  .kids_senior .senior_recommendation .merit_box li {
    padding: 0 16px 24px 16px;
    box-shadow: none;
    background: none;
    border-radius: 0;
    border-bottom: 1px solid #DDD;
  }

  .kids_senior .senior_recommendation .merit_box li:nth-last-of-type(1) {
    padding: 0 16px;
    border-bottom: none;
  }
}

.kids_senior .device {
  width: 100%;
}

.kids_senior .device .cnt_box {
  border-radius: 16px;
  background: var(--white);
  display: flex;
  padding: 64px 56px;
  flex-direction: column;
  align-items: center;
  gap: 48px;
}

.kids_senior .device .cnt_box h3 {
  font-size: 32px;
  word-break: keep-all;
  line-height: 1.3;
  text-align: center;
}

.kids_senior .device .merit_box {
  display: flex;
  gap: 32px;
  width: 100%;
}

.kids_senior .device .merit_box li {
  flex: 1;
  border-radius: 8px;
  background: var(--background-blue);
  display: flex;
  padding: 32px 24px;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  text-align: center;
}

.kids_senior .device .merit_box li img {
  height: 84px;
}

.kids_senior .device .merit_box p span {
  display: block;
}

.kids_senior .device .cv-box {
  display: flex;
  gap: 32px;
}

.kids_senior .device .confirmed a {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: bold;
}

.kids_senior .device .confirmed a::after {
  font-family: "FontAwesome";
  content: "\f105";
  font-size: 1.4em;
  display: block;
  margin-left: 0.5rem;
}

@media (hover: hover) {
  .kids_senior .device .confirmed a:hover {
    color: var(--black);
  }
}

.kids_senior .device .annotation {
  margin-top: 16px;
}

@media screen and (max-width: 1024px) {
  .kids_senior .device .cnt_box {
    padding: 40px 32px;
  }

  .kids_senior .device .cnt_box li {
    padding: 24px 20px;
  }

  .kids_senior .device .cnt_box li h4 {
    font-size: 20px;
    position: relative;
  }

  .kids_senior .device .cnt_box li img {
    height: 64px;
  }
}

@media screen and (max-width: 767px) {
  .kids_senior .device .merit_box {
    gap: 24px;
    flex-direction: column;
  }

  .kids_senior .device .merit_box li {
    padding: 0 16px 16px 8px;
    box-shadow: none;
    background: none;
    border-radius: 0;
    border-bottom: 1px solid #DDD;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    gap: 16px;
  }

  .kids_senior .device .merit_box li h4 {
    font-size: 18px;
  }

  .kids_senior .device .merit_box li:nth-last-of-type(1) {
    border-bottom: none;
  }

  .kids_senior .device .merit_box li img {
    height: auto;
    width: 52%;
    max-width: 360px;
  }

  .kids_senior .device .merit_box li p {
    font-size: 12px;
    width: 100%;
  }

  .kids_senior .device .merit_box .kids img {
    width: 52%;
  }

  .kids_senior .device .cnt_box {
    padding: 32px 16px 24px;
    gap: 24px;
    width: 100%;
  }

  .kids_senior .device .cnt_box h3 {
    font-size: 24px;
  }

  .kids_senior .device .cv-box {
    flex-direction: column;
    gap: 24px;
  }

  .kids_senior .device h3 {
    text-align: center;
    line-height: 1.3;
  }
}

/* ご契約はこちら
-------------------------------------*/
.contract {
  padding: 64px 56px;
  border-radius: 16px;
  background: #FCFFE9;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
  max-width: 1024px;
}

.contract .cnt_box {
  display: flex;
  align-items: center;
  gap: 32px;
  width: 100%;
}

.contract .cnt_box section {
  border-radius: 16px;
  background: var(--white);
  color: var(--black);
  display: flex;
  padding: 40px 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 32px;
  flex: 1;
  align-self: stretch;
  box-shadow: 0px 0px 32px 0px rgba(255, 200, 0, 0.15);
  border: var(--white) 3px solid;
}

.contract .cnt_box section h3 {
  font-size: 22px;
}

.contract .cnt_box section .shop {
  display: flex;
  justify-content: center;
  gap: 32px;
  width: 70%;
}

@media screen and (max-width: 1024px) {
  .contract {
    padding: 64px 24px;
  }

  .contract .cnt_box .cvButton a {
    min-width: auto;
    padding: 20px 36px;
  }
}

@media screen and (max-width: 767px) {
  .contract {
    padding: 32px 24px;
  }

  .contract.cnt_wrap {
    width: 100%;
    border-radius: 0;
    gap: 24px;
  }

  .contract .cnt_box {
    flex-direction: column;
    gap: 24px;
  }

  .contract .cnt_box section {
    padding: 24px 32px;
    gap: 24px;
  }

  .contract .cnt_box section .shop {
    width: 80%;
  }
}

/* お客様サポート
-------------------------------------*/
.support {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 48px;
}

.support li a {
  color: var(--black);
}

.support li a:focus {
  background: var(--background-blue);
}

.support li a:focus::after {
  right: 16px;
}

@media screen and (max-width: 780px) {
  .support {
    gap: 32px;
  }

  .support h2 {
    font-size: 24px;
  }
}

/* メディア掲載
-------------------------------------*/
.media {
  color: #707070;
  display: flex;
  gap: 32px;
  padding: 32px 40px;
  border-top: 2px solid #DDD;
  border-bottom: 2px solid #DDD;
  box-sizing: border-box;
  flex-direction: row;
  align-items: start;
  max-width: 1024px;
}

.media h2 {
  font-size: 20px;
  white-space: nowrap;
}

.media ul {
  display: flex;
  font-size: 14px;
  width: 100%;
}

.media ul li {
  flex: 1;
}

.media ul li a {
  color: #707070;
  display: flex;
  gap: 16px;
  padding: 8px;
}

.media ul li a:focus img {
  height: 110%;
}

@media (hover: hover) {
  .media ul li a:hover {
    color: var(--primary);
  }

  .media ul li a:hover img {
    height: 110%;
  }
}

.media ul li .thumbnail {
  width: 78px;
  height: 78px;
  border-radius: 4px;
  overflow: hidden;
}

.media ul li .thumbnail img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: 0.3s;
  border: #707070 solid 1px;
  border-radius: 4px;
}

.media ul li .report {
  flex: 1;
  font-weight: bold;
  text-align: left;
}

.media ul li span {
  display: block;
  margin-top: 8px;
  font-weight: normal;
  font-size: 12px;
}

@media screen and (max-width: 1024px) {
  .media {
    gap: 24px;
    padding: 24px 24px;
    flex-direction: column;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .media.cnt_wrap {
    background: var(--background-gray);
    padding: 32px 16px 24px;
    width: 100%;
    border: none;
    gap: 16px;
  }

  .media.cnt_wrap h2 {
    font-size: 24px;
    color: var(--black);
  }

  .media.cnt_wrap ul {
    flex-direction: column;
    gap: 4px;
  }

  .media.cnt_wrap ul li span {
    margin-top: 4px;
  }
}

/*# sourceMappingURL=style_top.css.map */
