@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300&display=swap");

@font-face {
  font-family: "LINESeedJP";
  font-style: normal;
  font-weight: normal;
  src: url("/android/fonts/LINESeedJP_OTF_Th.woff2") format("woff2"),
    url("/android/fonts/LINESeedJP_OTF_Th.woff") format("woff"),
    url("../font/GenJyuuGothic-Bold.ttf") format("truetype");
}

/* スマホファースト */
section p {
  font-size: 14px;
  line-height: 1.5;
}

section {
  scroll-padding-top: 100px;
}

.flex {
  display: flex;
}

.t-center {
  text-align: center;
}

/* fv */
.fv {
  position: relative;
  z-index: 0;
  margin: 0 auto;
  overflow: hidden;
  background-color: var(--white);
}

.fv_content {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 100%;
  width: 100%;
  margin: auto;
  box-sizing: border-box;
}

.fv_content_flexbox {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}

.fv_content_box {
  padding: 0;
  display: flex;
  box-sizing: border-box;
  flex-direction: column;
  align-items: center;
}

.fv_bg {
  margin-top: -80px;
}

.mv_h1_subtxt {
  display: flex;
  padding: 16px 30px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 50px;
  background: #ff8383;
  color: var(--white, #fff);
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 130%;
  /* 22.035px */
}

.mv_img-sp {
  max-width: 100%;
  width: 100%;
  margin: auto;
}

.release_date {
  max-width: 360px;
  width: 100%;
  margin: auto;
  padding: 0 16px;
  box-sizing: border-box;
  text-align: center;
}

.mv_h1 {
  max-width: 500px;
  width: 100%;
  text-align: center;
  z-index: 1;
}

.mv_img-sp img {
  max-width: 100%;
  width: 100%;
  margin: auto;
}

.fv_docomoshop {
  position: relative;
  display: flex;
  width: fit-content;
  padding: 30px 12px;
  margin: 0 auto;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  border-radius: 10px;
  border: 3px solid var(--docomo-red, #c03);
  background: var(--white, #fff);
  box-shadow: 3px 3px 16px 0px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}

.fv_docomoshop h2 {
  font-size: 20px;
  text-align: center;
  line-height: 1.3;
}

.fv_docomoshop h2 .red {
  color: #c03;
}

.fv_docomoshop h2 span.small {
  font-size: 16px;
}

.NewContents_img01 img {
  display: block;
  width: 80%;
  margin: auto;
}

.fv_docomoshop h3 {
  font-weight: normal;
  font-size: 20px;
}

.fv_docomoshop p {
  font-size: 14px;
}

/* newFunction */
.newFunction {
  position: relative;
  padding: 60px 0;
  overflow: hidden;
  z-index: 0;
}

.h2_ttl_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}

.h2_ttl_sub {
  display: flex;
  padding: 12px 22px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 50px;
  background: #ff8383;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: var(--white);
}

.h2_ttl {
  font-size: 24px;
  font-size: 5.8vw;
  text-align: center;
  line-height: 1.5;
}

.h2_ttl span.h2_ttl_large {
  font-size: 8vw;
}

.newFunction_box {
  position: relative;
  display: flex;
  padding: 30px 12px 24px;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  align-self: stretch;
  border-radius: 10px;
  background: var(--white, #fff);
  box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.newFunction_flexbox {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
}

.newFunction_flexbox .sp-only {
  width: 100%;
}

.newFunction_ttl {
  font-size: 17px;
  font-weight: 600;
  line-height: 150%;
  color: var(--black);
  text-align: center;
}

.newFunction_ttl span {
  font-size: 24px;
}

.newFunction_ttl span.red {
  color: #c03;
}

.newFunction_box .newFunction_ttl span {
  font-size: 22px;
}

.plan_ttl {
  font-size: 24px;
  text-align: center;
}

.newBadge {
  position: absolute;
  top: -40px;
  left: 0;
}

/* 注釈 */
ul.notes {
  display: table;
  width: 100%;
  margin: 0;
  padding-left: 0;
}

ul.notes li {
  list-style: none;
  font-size: 12px;
  line-height: 1.6;
}

ul.notes li .notes_head {
  display: table-cell;
  vertical-align: top;
  white-space: nowrap;
  padding-right: 0.5em;
}

ul.notes li .notes_body {
  display: table-cell;
  vertical-align: top;
}

/* evolution */
.evolution {
  position: relative;
  padding: 80px 0;
  overflow: hidden;
}

.evolution .tone-contents {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
}

.evolution h2 {
  font-size: 30px;
  line-height: 130%;
}

.evolution h2 span {
  font-size: 18px;
  line-height: 130%;
}

.evo_box_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
}

.evo_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.evo_ttlBox {
  position: relative;
  max-width: 340px;
  width: 100%;
  margin: auto;
  display: flex;
  padding: 10px 28px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 60px;
  background: #ff8383;
  box-sizing: border-box;
}

.evo_ttlBox h3 {
  color: var(--white);
  font-size: 20px;
}

img.evoNewBadge {
  position: absolute;
  top: -40px;
  left: 0;
}

.evo_scene_box {
  padding: 50px 0 0;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.evo_scene_txtBox {
  margin: -20px 4% 0;
  display: flex;
  padding: 16px 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 6px 10px 0px rgba(255, 96, 67, 0.25);
  line-height: 1.8;
}

.evo_scene_txtBox h3 {
  color: #ff8383;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
}

.evo_scene_txtBox span {
  font-weight: bold;
}

.evo_scene_txtBox span sup {
  font-weight: normal;
  font-size: 12px;
}

.evo_scene_txtBox .underline_yellow {
  background: linear-gradient(transparent 60%, #fff30d 65%);
}

.evo_scene_box_wrap .tone-contents {
  gap: 20px;
}

.evo_price {
  margin: 50px auto 0;
}

.evo_price_flexbox {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.evo_price_box {
  width: 100%;
  margin: auto;
}

.evo_price_box h3 {
  position: relative;
  padding: 16px 30px 10px 30px;
  background: var(--primary);
  color: var(--white, #fff);
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  line-height: 130%;
}

.evo_price_box h3::after {
  content: "";
  position: absolute;
  bottom: -18px;
  left: 50%;
  background: var(--primary);
  width: 73px;
  height: calc(36px / 2);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  transform: translate(-50%, 0);
}

.evo_price_box h3 span {
  font-size: 16px;
}

.evo_price_box_content {
  display: flex;
  padding: 32px 20px 16px;
  flex-direction: column;
  align-items: center;
  border: 1px solid #e9e9e9;
  background: var(--white);
}

.evo_price_box_content p {
  font-size: 18px;
  font-weight: bold;
  vertical-align: middle;
}

.evo_price_box_content p.flex {
  display: inline-flex;
  align-items: center;
}

.notes_float {
  position: relative;
}

.notes_float::after {
  content: "※1";
  position: absolute;
  top: -12px;
  right: 0;
  font-size: 11px;
  font-weight: normal;
}

.toneFamilyOption_price {
  margin: 6px auto;
}

.basic_price {
  position: relative;
  margin: 20px auto 0;
}

.basic_price::after {
  content: "※2";
  position: absolute;
  top: 0;
  right: 0;
  font-size: 11px;
  font-weight: normal;
}

.evo_price .notes {
  margin: 20px auto;
}

.evo_price_box .notes {
  margin: 0 auto;
}

.support_notes {
  width: 90%;
  margin: 10px auto 60px;
}

/* gradation */
.gradient_wrap {
  position: relative;
  width: 100%;
  z-index: 0;
}

#gradient-canvas {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  --gradient-color-1: #fffabe;
  --gradient-color-2: #fadcd9;
  --gradient-color-3: #fffdf3;
  --gradient-color-4: #f8c9cd;
  opacity: 0.4;
  z-index: -1;
}

/* device */
.device {
  padding: 40px 0 0;
}

.device h2 {
  position: relative;
  display: inline-block;
  margin: 30px auto;
  color: var(--black);
  font-size: 28px;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
}

.device h2 span.small {
  font-size: 18px;
}

.device h2 span.red {
  color: #c03;
}

.device h2 .newBadge {
  top: -70px;
  left: -10px;
}

/* slick slider  */
.slider_flexbox {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  align-content: flex-start;
  gap: 12px;
  box-sizing: border-box;
}

.slider_wrap {
  max-width: 49%;
  width: 100%;
  margin: 0;
  padding: 16px 8px;
  border: 1px solid var(--gray08, #e9e9e9);
  background: var(--white, #fff);
  box-sizing: border-box;
  overflow: hidden;
}

.slider_wrap h3 {
  text-align: center;
  font-size: 14px;
}

.slider_item {
  width: 100%;
  margin: auto;
  text-align: center;
}

.slider_item img {
  height: 160px;
  margin: auto;
}

.slider .slick-prev,
.slider .slick-next {
  position: absolute;
  font-size: 1.6em;
  top: 50%;
  opacity: 1;
  z-index: 1;
}

.slider .slick-prev {
  top: 52%;
  left: 0;
  transform: translate(0%, -50%) rotate(180deg);
}

.slider .slick-next {
  top: 50%;
  right: 0;
  transform: translate(0%, -50%);
}

.slider .slick-prev:before,
.slider .slick-next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.6em;
  font-weight: normal;
  transition: 0.3s ease;
  color: var(--gray15, #cbcbcb);
  content: "\f105";
  font-family: "FontAwesome";
  z-index: 1;
}

.slider .slick-dots li {
  margin: 0 4px;
}

.slider .slick-dots li button:before {
  font-size: 10px;
}

.slider .slick-dots li.slick-active button:before {
  color: var(--primary);
  opacity: 1;
}

.slider .slick-dotted.slick-slider {
  margin-bottom: 40px;
}

.slider .slick-dots {
  bottom: -25px;
}

/* accordion*/
.accordion_wrap {
  padding: 30px 0 0;
}

.accordion {
  border-top: 2px solid var(--gray10, #d9d9d9);
  border-bottom: 2px solid var(--gray10, #d9d9d9);
  padding: 10px;
}

.accordion_ttl {
  position: relative;
  width: 100%;
  padding: 0;
  color: #000;
  text-align: left;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  background-color: transparent;
  border: transparent;
  transition: 0.3s ease-out;
  cursor: pointer;
}

.accordion_ttl span {
  font-size: 14px;
}

.accordion_ttl::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  background-color: var(--black);
  width: 16px;
  height: 2px;
  transform: translate(-50%, -50%);
  transition: 0.3s ease-out;
}

.accordion_ttl::before {
  content: "";
  position: absolute;
  right: 8px;
  top: 48%;
  width: 16px;
  height: 2px;
  background-color: var(--black);
  transform: translate(-50%, -50%);
  transform: rotate(-90deg);
  transition: 0.3s ease-out;
}

.accordion_ttl.accordionBtn.active::after {
  opacity: 0;
}

.accordion_ttl.accordionBtn.active::before {
  transform: rotate(0deg);
}

.accordion_content {
  height: 0;
  padding: 0;
  overflow: hidden;
  transition: 0.3s ease-out;
}

.accordion_list_wrap.brand_list {
  border-radius: 10px;
  text-align: left;
  margin-top: 8px;
}

.accordion_list_wrap p {
  line-height: 1.5;
}

.searchDLogo {
  margin: 8px auto;
}

.shop_name {
  font-size: 16px;
  line-height: 1.3;
  font-weight: bold;
}

.brand_name {
  display: inline-block;
  position: relative;
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
}

.accordion_list_wrap .flex {
  gap: 6px;
  flex-wrap: wrap;
}

.brand_device {
  font-size: 12px;
  position: relative;
  color: var(--black);
  transition: 0.3s ease-out;
  line-height: 1.5;
}

.active .accordion_box {
  overflow-y: auto;
}

/* onePlan*/
.oneplan {
  margin-bottom: 80px;
}

.oneplan_contents {
  background: url(/android/img/sim/bg_plan.png) no-repeat left top 250px / 180%
    auto;
}

.oneplan_price {
  width: 90%;
  margin: auto;
  background-color: rgba(255, 255, 255, 0.562);
  border-radius: 20px;
  box-shadow: 0 1rem 2rem hsl(0 0% 0% / 20%);
}

.oneplan_price_features {
  display: block;
  justify-content: center;
  align-items: center;
  margin: auto;
  text-align: center;
}

.oneplan_price_features li.plus {
  margin-top: -60px;
}

.oneplan_price_features li:last-child {
  margin-top: -10px;
}

.oneplan_price_features li.plus img {
  width: 60px;
}

.oneplan_img img {
  width: 80%;
  height: auto;
}

.price-month {
  text-align: center;
  margin: -50px auto 0;
  padding-bottom: 50px;
  width: 90%;
}

.oneplan_senior {
  border: 1px solid #000;
  border-radius: 20px;
  width: 90%;
  margin: 50px auto 0;
}

.oneplan_senior_ttl {
  background-color: #000;
  text-align: center;
  margin: 0 auto;
  padding: 4px 20px;
  color: #fff;
  font-weight: bold;
  width: 260px;
  border-radius: 0 0 10px 10px;
}

.oneplan_senior_subject {
  display: block;
  margin-top: 16px;
  text-align: center;
}

.oneplan_senior_subject li span {
  font-size: 28px;
  font-weight: bold;
}

.oneplan_senior_subject li:first-child {
  font-size: 20px;
  font-weight: bold;
  padding-right: 10px;
}

.oneplan_senior_img {
  display: flex;
  justify-content: center;
  margin: 16px auto;
  width: 80%;
  height: auto;
}

.oneplan_senior_txt {
  width: 90%;
  font-size: 14px;
  text-align: left;
  margin: auto;
}

.oneplan_senior_link {
  text-align: center;
  font-weight: bold;
}

.oneplan_senior_link a {
  display: block;
  margin: 16px auto 24px;
  color: #333;
  text-decoration: none;
  font-size: 18px;
}

.oneplan_senior_link span {
  margin-left: 16px;
}

.dli-chevron-round-right {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  position: relative;
  width: 12px;
  height: 12px;
  transform: translateX(-25%) rotate(45deg);
}

.dli-chevron-round-right::before,
.dli-chevron-round-right::after {
  content: "";
  position: absolute;
  background: currentColor;
  border-radius: 0.1em;
}

.dli-chevron-round-right::before {
  top: 0;
  left: 0;
  right: 0;
  height: 0.1em;
}

.dli-chevron-round-right::after {
  top: 0;
  right: 0;
  bottom: 0;
  width: 0.1em;
}

.oneplan_contents .notes {
  max-width: 90%;
  margin: 32px auto 0;
}

.movie_ticket {
  width: 90%;
  margin: auto;
}

.oneplan_contents h3 {
  font-weight: bold;
  font-size: 26px;
  background: url(/android/img/sim/icon_movie_ticket.png) no-repeat left 20px
    center / 40px auto;
  text-align: center;
  width: 300px;
  padding: 20px 0;
  margin: 0 0 10px 40px;
}

.movi_ticket_sub {
  text-align: center;
  font-size: 15px;
  font-weight: normal;
  margin: 80px auto 5px;
}

.movie_ticket_img img {
  margin: 16px auto;
  text-align: center;
  width: 100%;
}

/* newFamily */
.newFamily {
  padding: 60px 0 0;
  background-color: var(--white);
}

.newFamily .tone-contents {
  max-width: 768px;
}

.newFamily_contents {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

/* d-shop */
.d-shop {
  max-width: 750px;
  width: 100%;
  margin: 60px auto;
}

.d-shop .tone-contents {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.d-shop_container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.shop-search_wrap {
  width: 100%;
}

.shop-search {
  font-size: 22px;
  font-size: 5.4vw;
  font-weight: bold;
  color: #ce0f31;
  background: #fff;
  text-align: center;
}

.logo_dpoint,
.dpoint_increase {
  max-width: 500px;
  width: 100%;
}

.logo_dpoint_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.logo_dpoint {
  margin: auto;
}

.dpoint_txt_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.dpoint_txt {
  font-size: 22px;
  font-size: 5.9vw;
  font-weight: bold;
}

.dpoint_txt .red {
  position: relative;
  margin: 0 5px;
  background: #cc0d30;
  padding: 3px 5px;
  color: #fff;
}

.dpoint_txt .red:last-child::after {
  content: "※一部対象外となるサービスがございます";
  position: absolute;
  right: 0px;
  bottom: -15px;
  font-size: 10px;
  color: #333;
  white-space: nowrap;
}

.kaedoki_contenst {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.kaedoki h2 {
  text-align: center;
  font-size: 22px;
  line-height: 150%;
}

.kaedoki .underline {
  background: linear-gradient(transparent 60%, rgba(255, 96, 67, 0.2) 40%);
}

.kaedoki_img {
  max-width: 600px;
  width: 100%;
  margin: auto;
}

.docomo_balloon {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  box-sizing: border-box;
}

.docomo_balloon::before,
.docomo_balloon::after {
  content: "";
  width: 2px;
  height: 24px;
  background-color: var(--black);
}

.docomo_balloon::before {
  transform: rotate(-35deg);
  margin-right: 16px;
}

.docomo_balloon::after {
  transform: rotate(35deg);
  margin-left: 16px;
}

.cvButton.docomo a {
  background-color: #c03;
  border-color: #c03;
}

@media (hover: hover) {
  .cvButton.docomo a:hover {
    color: #c03;
    background: #fff;
  }

  .cvButton.docomo a:hover:after {
    color: #c03;
  }
}

/* other */
.other {
  max-width: 680px;
  width: 100%;
  margin: 0 auto 60px;
}

section.other p {
  line-height: 1.3;
}

.other h2 {
  margin: 60px auto 30px;
  text-align: left;
  font-size: 20px;
  padding: 10px 0 10px 10px;
  border-left: 10px solid var(--primary);
}

.other h2 span {
  font-size: 60%;
}

.other_content {
  display: block;
  margin: 0 auto 10px;
  padding: 10px 10px 5px;
}

.other_content,
.callcharge_wrap {
  justify-content: flex-start;
  align-items: center;
  border: 1px solid #333;
  padding: 12px 24px;
}

.other_content .flex {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.price_cotents.flex {
  flex-direction: column;
}

.sign_ttl {
  max-width: 100%;
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.other .border {
  width: 100%;
  height: 0px;
  padding: 0px;
  border-bottom: 2px dotted #333;
}

.tone-sim {
  width: 43px;
  height: auto;
  margin: 3px auto 0;
  vertical-align: middle;
}

.price_wrap_flexbox {
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 8px;
}

.price_wrap {
  font-size: 14px;
  text-align: left;
  margin: 10px auto;
}

.price_wrap.sign {
  display: inline-block;
  vertical-align: middle;
}

.price_wrap .price {
  font-weight: bold;
  font-size: 24px;
}

.price-image_plus {
  width: 23px;
  margin: 0px auto;
}

.tax {
  font-size: 11px;
  font-weight: bold;
}

.month .price_wrap {
  text-align: center;
}

.other .cmt {
  text-align: left;
  margin: 10px auto 0;
  font-size: 12px;
}

/* callcharge */
.callcharge_wrap {
  margin: 0 auto 20px;
  padding: 24px 10px;
}

.callcharge_content.flex {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.callcharge_content:first-of-type {
  border-bottom: none;
  padding: 0px 20px 30px;
}

.callcharge_content .price {
  padding: 10px 0 0;
  font-size: 16px;
  text-align: center;
}

/* qa */
.qa {
  padding: 50px 16px;
  background: #f6fbfd;
}

.qa h2 {
  text-align: center;
  font-size: 24px;
}

.qa .tone-contents {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  padding: 0;
}

.qa_cvButton_box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

.qa_cvButton_flexbox {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  width: 100%;
}

.cvButton a {
  padding: 20px 32px;
  font-size: 16px;
  box-sizing: border-box;
  line-height: 1.3;
  max-width: 420px;
  width: 100%;
}

@media (hover: hover) {
  .cvButton a:hover {
    box-shadow: none;
    transform: translate(0, 3px);
  }
}

.cvButton {
  max-width: 100%;
  width: 100%;
}

.qa .cvButton a {
  padding: 16px 40px;
}

.qa .cvButton {
  max-width: 100%;
}

.qa .accordion {
  margin: -2px auto 0;
  padding: 10px 30px 10px 10px;
}

.qa dl {
  margin: 12px auto;
  line-height: 1.5;
}

.qa .cvButton.docomo a {
  font-size: 14px;
}

.qa .accordion_ttl::after {
  right: -30px;
}

.qa .accordion_ttl::before {
  right: -22px;
}

/* modal */
.modalButton {
  position: relative;
  max-width: 420px;
  width: 100%;
  margin: 0 auto;
  border-radius: 200px;
  text-align: center;
  padding: 16px 40px;
  font-weight: bold;
  display: inline-block;
  font-size: 16px;
  line-height: 1.2;
  text-decoration: none;
  cursor: pointer;
  box-sizing: border-box;
  text-decoration: none;
  color: var(--white);
  background-color: #ff8383;
  border: 2px solid #ff8383;
  box-sizing: border-box;
  transition: 0.3s ease;
}

.modalButton span.big {
  font-size: 24px;
}

.modalButton::after {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translate(0%, -50%);
  font-size: 1.6em;
  font-weight: normal;
  transition: 0.3s ease;
  color: var(--white);
  content: "\f105";
  font-family: "FontAwesome";
}

#easyModal a {
  text-decoration: none;
}

.tel_modal-header,
.cvButton.cvButton_popup a {
  background-color: #ff8383;
  border: 2px solid #ff8383;
}

.tel_modal-header {
  padding: 16px 0px 12px;
}

.tel_modal_img {
  margin: 20px auto 16px;
}

.tel_modal-content {
  border: 2px solid #ff8383;
}

.tel_modal-content .cvButton.cvButton_popup a {
  margin: 4px auto 16px;
}

p.tel_btn_ttl {
  margin-bottom: 0;
  font-size: 20px;
}

.tel_btn-nmb {
  color: #ff8383;
}

.tel_modal-txt_day {
  font-size: 22px;
  color: #333;
  line-height: 1;
}

.tel_modal-txt_day .small {
  font-size: 14px;
}

ul.notes.tel_modal-list {
  padding: 0;
  width: 94%;
  margin: auto;
}

@media screen and (max-width: 550px) {
  .tel_btn-nmb {
    font-size: 6.8vw;
  }
}

/* PC  */
@media screen and (min-width: 869px) {
  .tone-contents {
    max-width: 94%;
  }

  section p {
    font-size: 16px;
    line-height: 1.7;
  }

  .h2_ttl {
    font-size: 34px;
  }

  /* fv  */
  .fv {
    position: relative;
    width: 100%;
    margin: auto;
    z-index: 1;
  }

  .fv_content_flexbox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .mv_img-pc,
  .fv_content_box {
    width: 100%;
  }

  .fv_content_box {
    gap: min(2svw, 40px);
    padding: 0;
  }

  .mv_img-pc img {
    width: 100%;
  }

  .fv_content {
    position: relative;
    align-items: flex-end;
  }

  .fv_content_flexbox {
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translate(0%, -50%);
    gap: 2svw;
  }

  .fv_bg {
    width: 75%;
    height: 0;
    padding-top: 35.5%;
    background: url(/android/img/sim/mv_img-pc@2x.png) no-repeat;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin: 0;
  }

  .release_date {
    max-width: min(35vw, 600px);
  }

  .release_date img {
    max-width: 100%;
    width: 100%;
  }

  .mv_h1 {
    max-width: min(44vw, 540px);
  }

  .fv_docomoshop {
    position: relative;
    display: flex;
    max-width: 420px;
    width: 100%;
    padding: 20px 14px;
    margin: 0 auto 30px;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    border-radius: 10px;
    border: 3px solid var(--docomo-red, #c03);
    background: var(--white, #fff);
    box-shadow: 3px 3px 16px 0px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
  }

  .top_text {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    border-radius: 0px 0px 10px 10px;
    border: 2px solid #c03;
    background: #c03;
    padding: 4px 28px;
    color: var(--white, #fff);
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    word-break: keep-all;
  }

  .fv_docomoshop h2 {
    font-size: 20px;
    text-align: center;
    line-height: 1.3;
  }

  .fv_docomoshop h2 .red {
    color: #c03;
  }

  .fv_docomoshop h2 span.small {
    font-size: 17px;
  }

  .fv_docomoshop h3 {
    font-weight: normal;
    font-size: 20px;
  }

  .NewContents_img01 img {
    width: 70%;
  }

  .fv_docomoshop p {
    font-size: 16px;
  }

  /* newFunction */
  .newFunction {
    padding: 100px 0;
    overflow: initial;
  }

  .newFunction_flexbox {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 32px;
    align-items: flex-start;
    align-content: space-between;
  }

  .newFunction_box {
    max-width: 320px;
    width: 100%;
    padding: 30px 0 24px;
  }

  .NewContents_img img {
    height: 136px;
    width: auto;
  }

  img.gradation02 {
    width: 100%;
    top: -20%;
    transform: translate(-50%, -50%) rotate(0);
    z-index: -1;
  }

  /* oneplan */
  .oneplan {
    margin-bottom: 80px;
  }

  .oneplan_contents {
    background: url(/android/img/sim/bg_plan.png) no-repeat left top;
  }

  .h2_ttl span.h2_ttl_large {
    font-size: 50px;
  }

  .h2_ttl br {
    display: none;
  }

  .oneplan_price {
    width: 904px;
    margin: auto;
    background-color: rgba(255, 255, 255, 0.562);
    border-radius: 20px;
    box-shadow: 0 1rem 2rem hsl(0 0% 0% / 20%);
  }

  .oneplan_price_features {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .oneplan_img img {
    width: 400px;
    margin-top: -20px;
  }

  .price-month {
    text-align: center;
    margin: -50px auto 0;
    padding-bottom: 50px;
  }

  .oneplan_senior {
    border: 1px solid #000;
    border-radius: 20px;
    width: 540px;
    margin: 50px auto 0;
  }

  .oneplan_senior_ttl {
    background-color: #000;
    text-align: center;
    margin: 0 auto;
    padding: 4px 20px;
    color: #fff;
    font-weight: bold;
    width: 260px;
    border-radius: 0 0 10px 10px;
  }

  .oneplan_senior_subject {
    display: flex;
    justify-content: center;
    align-items: baseline;
    margin-top: 16px;
  }

  .oneplan_senior_subject li span {
    font-size: 28px;
    font-weight: bold;
  }

  .oneplan_senior_subject li:first-child {
    font-size: 20px;
    font-weight: bold;
    padding-right: 10px;
  }

  .oneplan_senior_img {
    display: flex;
    justify-content: center;
    margin: 16px auto;
  }

  .oneplan_senior_txt {
    font-size: 14px;
    text-align: center;
  }

  .oneplan_senior_link {
    text-align: center;
    font-weight: bold;
  }

  .oneplan_senior_link a {
    display: block;
    margin: 16px auto 24px;
    color: #333;
    text-decoration: none;
    font-size: 18px;
  }

  .oneplan_senior_link span {
    margin-left: 16px;
  }

  .oneplan_contents .notes {
    max-width: 1024px;
  }

  .movie_ticket {
    width: 700px;
    margin: auto;
  }

  .oneplan_contents h3 {
    font-weight: bold;
    font-size: 30px;
    background: url(/android/img/sim/icon_movie_ticket.png) no-repeat left
      center / 50px auto;
    text-align: center;
    width: 300px;
    padding: 20px 0;
    margin: 0 auto 20px;
  }

  .movi_ticket_sub {
    text-align: center;
    font-size: 18px;
    font-weight: normal;
    margin: 80px auto 20px;
  }

  .movie_ticket_img img {
    margin: 16px auto;
    text-align: center;
    width: 100%;
  }

  /* evolution */
  .evo_box_wrap {
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
    gap: inherit;
  }

  .evo_scene_box_wrap {
    margin: 60px auto;
  }

  .evo_scene_box_wrap.last {
    margin: 10px auto;
  }

  .evo_box {
    max-width: 450px;
    width: 100%;
  }

  .tsuiju_img img,
  .ikkakukanri_img img {
    height: 300px;
  }

  .evo_scene_box {
    flex-direction: row;
    margin: 30px auto 0;
    padding: 0;
  }

  .evo_scene_txtBox {
    position: absolute;
    width: 50%;
    top: 50%;
    transform: translate(0, -50%);
    padding: 32px 20px;
    margin: 0 4%;
  }

  .evo_scene_box.kids .evo_scene_txtBox {
    left: 0;
  }

  .evo_scene_box.senior .evo_scene_txtBox {
    right: 0;
  }

  .evo_scene_bg {
    width: 60%;
  }

  .evo_scene_bg img {
    width: 100%;
  }

  .evo_scene_bg.kids {
    margin-right: 0;
    margin-left: auto;
  }

  .evo_price {
    max-width: 800px;
    width: 100%;
    margin: auto;
  }

  .evo_price_flexbox {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .evo_price_box_content {
    height: 176px;
    box-sizing: border-box;
  }

  .support_notes {
    margin: 0 auto 60px;
    font-size: 14px;
  }

  /* device */
  .device {
    padding: 80px 0 0;
  }

  .device h2 .newBadge {
    top: -30px;
    left: 10px;
  }

  /* slider */
  .slider_wrap {
    max-width: 24%;
  }

  .recommend {
    margin: 60px auto 0;
    padding: 50px 0 40px;
  }

  /* d-shop  */
  .d-shop .tone-contents {
    gap: 60px;
  }

  .shop-search {
    font-size: 30px;
  }

  .dpoint_txt {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
  }

  .kaedoki h2 {
    font-size: 30px;
  }

  /* other */
  .other h2 {
    font-size: 30px;
  }

  .other_content .flex {
    display: flex;
    flex-direction: row;
    align-items: center;
  }

  .other_content,
  .callcharge_wrap {
    margin: 0 auto 10px;
    padding: 15px 20px;
  }

  .other .border {
    width: 2px;
    height: 110px;
    border-left: 2px dotted #333;
    border-bottom: none;
  }

  .sign_ttl {
    max-width: 120px;
    width: 100%;
    font-size: 24px;
    font-weight: bold;
  }

  .tone-sim {
    width: 60px;
  }

  .price_wrap_flexbox {
    flex-shrink: 0;
  }

  .price_wrap.sign {
    margin-left: 20px;
  }

  .price_wrap {
    font-size: 24px;
    text-align: left;
  }

  .price_wrap .price {
    font-weight: bold;
    font-size: 48px;
  }

  /* callcharge */
  .callcharge_wrap {
    padding: 0 20px;
  }

  .callcharge_content:first-of-type {
    border-bottom: 1px solid #333;
  }

  .callcharge_content.flex {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 20px 0;
    gap: 32px;
  }

  .callcharge_content .price {
    text-align: left;
    font-size: 18px;
    padding: 0;
  }

  /* qa */
  .qa .tone-contents {
    max-width: 768px;
  }

  .qa_cvButton_box .cvButton,
  .qa .cvButton a {
    width: 100%;
  }

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

  .qa_cvButton_flexbox {
    align-items: stretch;
    flex-direction: row;
    width: 100%;
  }

  .qa_cvButton_flexbox .cvButton {
    display: flex;
    align-items: stretch;
    flex-direction: column;
    max-width: 360px;
    width: 100%;
    margin: 0;
  }

  .qa_cvButton_flexbox .cvButton a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    padding: 20px 0;
  }

  /* modal  */
  .modalButton {
    max-width: 360px;
  }

  @media (hover: hover) {
    .modalButton:hover {
      color: #ff8383;
      background: #fff;
    }

    .modalButton:hover:after {
      color: #ff8383;
    }
  }
}

@media screen and (min-width: 1024px) {
  .tone-contents {
    max-width: 1024px;
  }

  .mv_img-pc img {
    width: 100%;
  }

  .fv_content {
    position: relative;
    align-items: flex-end;
  }

  .fv_content_flexbox {
    position: absolute;
    top: 50%;
    left: 10svw;
    transform: translate(0%, -50%);
    gap: 2svw;
  }

  .fv_bg {
    width: 75%;
    height: 0;
    padding-top: 35.5%;
    background: url(/android/img/sim/mv_img-pc@2x.png) no-repeat;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin: 0;
  }

  .fv_docomoshop {
    margin: auto;
  }

  .fv_content_flexbox {
    flex-direction: row;
  }
}

@media screen and (min-width: 1280px) {
  .fv_content {
    max-width: 1920px;
  }

  .fv_content_flexbox {
    left: 10%;
  }

  .release_date {
    max-width: min(37vw, 400px);
  }

  .mv_h1 {
    max-width: 100%;
  }

  .mv_h1 img {
    max-width: 44vw;
  }
}

@media screen and (min-width: 1440px) {
  .fv_content {
    max-height: 700px;
  }

  .fv_content_flexbox {
    left: 10%;
  }

  .release_date {
    max-width: min(37vw, 400px);
  }

  .mv_h1 img {
    max-width: min(44vw, 700px);
  }

  .fv_docomoshop {
    max-width: 540px;
    padding: 32px;
  }
}

/* ここからPCファーストレスポンシブ */
/* evolution */
.evolution .tone-contents {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
}

.evolution h2 sup {
  font-size: 0.5em;
}

.h2_box_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.evolution .h2_box {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 34px;
}

.evolution .h2_box h2 {
  font-size: 34px;
}

.family_contents {
  max-width: 1024px;
  width: 100%;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.family_box {
  display: flex;
  align-items: center;
  margin-bottom: -20px;
}

.family_txtbox {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 36px;
}

.linefont {
  font-family: "LINESeedJP";
  font-style: normal;
  font-weight: normal;
}

/* safari */
_::-webkit-full-page-media,
:future,
:root .linefont {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", Meiryo,
    "メイリオ", sans-serif;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  ::i-block-chrome,
  .linefont {
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", Meiryo,
      "メイリオ", sans-serif;
  }
}

/* /safari */
.family_ttl_box {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.family_txtbox .family_sub_ttl.linefont {
  font-size: 28px;
  font-style: normal;
  font-weight: 250;
  line-height: 130%;
}

.family_txtbox h3.linefont {
  font-size: 42px;
  font-style: normal;
  font-weight: 250;
  line-height: 150%;
}

.evo_box_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
}

.evo_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.evo_ttlBox {
  position: relative;
  max-width: 340px;
  width: 100%;
  margin: auto;
  display: flex;
  padding: 10px 28px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 60px;
  background: #ff8383;
  box-sizing: border-box;
}

.evo_ttlBox h3 {
  color: var(--white);
  font-size: 20px;
}

img.evoNewBadge {
  position: absolute;
  top: -40px;
  left: 0;
}

.evo_scene_txtBox {
  display: flex;
  padding: 16px 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 6px 10px 0px rgba(255, 96, 67, 0.25);
  line-height: 1.8;
  box-sizing: border-box;
}

.evo_scene_txtBox h3 {
  color: #ff8383;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
}

.evo_scene_txtBox span {
  font-weight: bold;
}

.evo_scene_txtBox span sup {
  font-weight: normal;
  font-size: 12px;
}

.evo_scene_txtBox .underline_yellow {
  background: linear-gradient(transparent 60%, #fff30d 65%);
}

.evo_price {
  margin: 50px auto 0;
}

.evo_price_flexbox {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.evo_price_box {
  width: 100%;
  margin: auto;
}

.evo_price_box h3 {
  position: relative;
  padding: 16px 30px 10px 30px;
  background: var(--primary);
  color: var(--white, #fff);
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  line-height: 130%;
}

.evo_price_box h3::after {
  content: "";
  position: absolute;
  bottom: -18px;
  left: 50%;
  background: var(--primary);
  width: 73px;
  height: calc(36px / 2);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  transform: translate(-50%, 0);
}

.evo_price_box h3 span {
  font-size: 16px;
}

.evo_price_box_content {
  display: flex;
  padding: 32px 20px 16px;
  flex-direction: column;
  align-items: center;
  border: 1px solid #e9e9e9;
  background: var(--white);
}

.evo_price_box_content p {
  font-size: 18px;
  font-weight: bold;
  vertical-align: middle;
}

.evo_price_box_content p.flex {
  display: inline-flex;
  align-items: center;
}

.notes_float {
  position: relative;
}

.notes_float::after {
  content: "※1";
  position: absolute;
  top: -12px;
  right: 0;
  font-size: 11px;
  font-weight: normal;
}

.toneFamilyOption_price {
  margin: 6px auto;
}

.basic_price {
  position: relative;
  margin: 20px auto 0;
}

.basic_price::after {
  content: "※2";
  position: absolute;
  top: 0;
  right: 0;
  font-size: 11px;
  font-weight: normal;
}

.evo_price .notes {
  margin: 20px auto;
}

.evo_price_box .notes {
  margin: 0 auto;
}

/* newFamily */
.newFamily {
  padding: 60px 0 0;
  background-color: var(--white);
}

.newFamily_contents {
  max-width: 768px;
}

.newFamily_contents {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

/* tonecare */
.tonecare {
  padding: 100px 0;
  background: linear-gradient(
    180deg,
    #fff 0%,
    #e5f9f1 10.48%,
    #e5f9f1 89.74%,
    #fff 100%
  );
}

.tonecare .tone-contents {
  max-width: 848px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 36px;
}

.tonecare h2 {
  color: #000;
  text-align: center;
  font-size: 28px;
  font-weight: normal;
  line-height: 150%;
}

.tonecare h2 img {
  max-width: 348px;
  width: 100%;
  margin: auto;
}

.tonecare_ttl_txt {
  color: #000;
  font-size: 34px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}

.tonecare_ttl_txt sup {
  font-size: 0.5em;
}

.tonecare_contents {
  display: flex;
  padding: 32px;
  justify-content: center;
  align-items: center;
  gap: 32px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0px 10px 20px 0px rgba(81, 185, 146, 0.15);
}

.tonecare_contents.flex-start {
  align-items: flex-start;
}

.tonecare_txt_box h3 {
  color: var(--primary);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 170%;
}

.family_limited {
  max-width: 107px;
  width: 100%;
}

/* beginner */
.beginner {
  margin: 40px auto;
  container-name: beginner;
  container-type: inline-size;
}

.beginner h2 {
  font-size: 34px;
  text-align: center;
  line-height: 1.5;
}

.beginner .tone-contents {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 65px;
}

.beginner_contents {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

.beginner_box {
  position: relative;
  display: flex;
  max-width: 500px;
  width: 100%;
  padding: 40px 20px;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  flex: 1 0 0;
  box-sizing: border-box;
  border-radius: 20px;
  background: #f0faff;
}

@container beginner (max-width: 1080px) {
  .beginner_contents {
    flex-direction: column;
    gap: 24px;
  }

  .beginner_box {
    max-width: 100%;
  }
}

.slider_flexbox {
  position: relative;
}

.kids_illust,
.senior_illust {
  position: absolute;
  top: -140px;
  right: 0;
  width: 80px;
}
.senior_illust {
  width: 90px;
}

.beginner_box_ttl {
  font-size: 24px;
}

.beginner_box .slider_flexbox {
  max-width: 500px;
  width: 100%;
}

.beginner_box .slider_wrap {
  max-width: 45%;
}

.beginnerButton {
  width: 100%;
  text-align: center;
}

.beginnerButton a {
  position: relative;
  display: block;
  max-width: 600px;
  width: 100%;
  margin: auto;
  font-size: 24px;
  font-weight: bold;
  text-decoration: none;
  padding: 16px 38px;
  box-sizing: border-box;
  border-radius: 50px;
  color: var(--black);
  border: 2px solid var(--main-color, var(--primary));
  background: var(--white, #fff);
  transition: 0.3s ease-out;
}

.beginnerButton a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10%;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: var(--primary);
  transform: translate(0, -50%);
  font-size: 16px;
  font-weight: bold;
  transition: 0.3s ease;
  color: var(--white);
  content: "\f105";
  font-family: "FontAwesome";
  z-index: 1;
}

@media (hover: hover) {
  .beginnerButton a:hover {
    opacity: 0.6;
  }
}

/* d-shop */
.kaedoki_contents {
  display: flex;
  padding-top: 20px;
  align-items: center;
  gap: 30px;
}

.kaedoki_contents span.underline {
  background: linear-gradient(transparent 60%, rgba(255, 96, 67, 0.2) 40%);
}

.kaedoki_box01 {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  border-right: #333 solid 1px;
  padding-right: 32px;
}

.kaedoki_ttl {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}

.kaedoki_img {
  max-width: 320px;
  width: 100%;
  margin: auto;
}

.kaedoki_box02 {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  line-height: 1.5;
}

/* other */
.other {
  max-width: 680px;
  width: 100%;
  margin: auto;
  color: #333333;
}

.other h2 {
  margin: 60px auto 30px;
  text-align: left;
  font-size: 30px;
  padding: 10px 0 10px 20px;
  border-left: 10px solid var(--primary);
}

.tone-sim {
  width: 60px;
}

.price_cotents.flex {
  display: flex;
  align-items: center;
  gap: 10px;
}

.price_ttl {
  font-size: 24px;
  text-align: left;
}

.price_wrap .price {
  font-weight: bold;
  font-size: 38px;
}

.tax {
  font-size: 11px;
  font-weight: bold;
}

.price_wrap span.small {
  font-size: 12px;
  line-height: 1;
}

.price-image_plus {
  width: 33px;
}

.price_wrap.sign {
  margin-left: 20px;
}

/* callcharge */
.callcharge_wrap {
  padding: 0 20px;
}

.callcharge_content:first-of-type {
  border-bottom: 1px solid #333;
}

.callcharge_content {
  padding: 20px 0;
  align-items: center;
}

.callcharge_content .callcharge_txt {
  font-size: 18px;
  text-align: left;
}

.callcharge_content .sign_ttl {
  max-width: 120px;
  width: 100%;
}

.callcharge_content .callcharge_txt span {
  font-weight: bold;
}

.annotation {
  max-width: 790px;
  width: 100%;
  margin: 60px auto;
  padding: 20px;
  border-radius: 20px;
  background: #f1f1f1;
}

@media screen and (max-width: 1024px) {
  /* evolution */
  .evolution .h2_box img {
    width: 40px;
  }

  .evolution .h2_box h2 {
    font-size: 28px;
  }

  .family_contents {
    max-width: 94%;
    gap: 20px;
    margin: 0 auto 20px;
  }

  .family_box {
    flex-direction: column;
    flex-flow: column-reverse;
    margin: 0;
  }

  .family_ttl_box {
    gap: 16px;
  }

  .family_txtbox .family_sub_ttl.linefont {
    font-size: min(5.1vw, 24px);
  }

  .family_txtbox h3.linefont {
    font-size: min(9.3vw, 34px);
  }

  .evo_scene_txtBox {
    max-width: 94%;
    margin: -20px auto 0;
  }

  /* tonecare */
  .tonecare h2 {
    font-size: min(4.4vw, 16px);
  }

  .tonecare h2 img {
    max-width: 240px;
  }

  .tonecare_ttl_txt {
    font-size: 22px;
    text-align: center;
  }

  .tonecare_contents {
    position: relative;
    flex-direction: column;
    padding: 20px;
    gap: 16px;
  }

  .tonecare_contents.flex-start {
    align-items: center;
    padding: 42px 20px 20px;
    margin-top: 20px;
  }

  .family_limited {
    position: absolute;
    top: -50px;
    left: 10px;
    max-width: 90px;
  }

  /* beginner  */
  .beginner h2 {
    font-size: 26px;
  }

  .beginner .tone-contents {
    gap: 30px;
  }

  .beginner_box {
    gap: 24px;
  }

  .kids_illust,
  .senior_illust {
    top: -100px;
    right: -10px;
    width: 60px;
  }

  .beginner_box_ttl {
    font-size: 20px;
  }

  .beginner_box .slider_wrap {
    max-width: 100%;
  }

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

  .beginnerButton a::before {
    right: 5%;
  }

  /* d-shop */
  .kaedoki_contents {
    flex-direction: column;
  }

  .newContent0201_box_device,
  .kaedoki_box01 {
    border: none;
    padding-right: 0;
  }

  /* other */
  .other {
    padding: 0 16px;
    box-sizing: border-box;
  }

  .other h2 {
    font-size: 20px;
    padding: 10px 0 10px 10px;
  }

  .tone-sim {
    width: 43px;
    margin: 3px auto 0;
    vertical-align: middle;
  }

  .price-image_plus {
    width: 23px;
    margin: 0px auto;
  }

  .month .price_wrap {
    text-align: center;
  }

  .callcharge_content .callcharge_txt {
    padding: 10px 0 0;
    font-size: 16px;
    text-align: center;
  }

  .callcharge_content .sign_ttl {
    max-width: 100%;
    text-align: center;
  }

  .callcharge_content:first-of-type {
    border-bottom: none;
  }

  .callcharge_content.flex {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .callcharge_wrap .price span {
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .beginner_box .slider_flexbox {
    flex-direction: column;
  }

  section.device .tone-contents .t-center ~ .slider_flexbox {
    flex-wrap: wrap;
  }

  section.device .tone-contents .t-center ~ .slider_flexbox .slider_wrap {
    max-width: 48%;
  }
}

/* option　pcファースト
------------------ */
.option_service_wrap.flex {
  justify-content: space-between;
  flex-wrap: wrap;
}

.option_service_box {
  width: 49%;
  margin-bottom: 20px;
}

.option_service_imgbox {
  width: 100%;
  display: flex;
  padding: 16px 16px 8px;
  border-radius: 8px;
  background-color: var(--background-blue);
  justify-content: space-between;
}

.option_service_imgbox img {
  width: 58px;
}

.option_service_txtbox {
  max-width: 240px;
  width: 100%;
  flex-direction: column;
  justify-content: center;
}

.option_service_ttl {
  font-size: 13px;
  padding: 6px 10px;
  text-align: center;
  background-color: var(--primary);
  color: var(--white);
  border-radius: 8px;
  font-weight: bold;
}

.option_service_price {
  font-size: 19px;
  text-align: center;
}

.option_service_price .big {
  font-size: 180%;
}

.text-link {
  text-decoration: underline;
  color: var(--primary);
  transition: 0.3s ease;
}

@media (hover: hover) {
  .text-link:hover {
    text-decoration: underline;
    opacity: 0.5;
  }
}

.option_service_info {
  font-size: 12px;
  line-height: 160%;
  text-align: left;
  margin-bottom: 20px;
}

.option_link_wrap {
  text-align: right;
}

.option_link {
  padding: 0 3px 5px;
  border-bottom: 1px solid var(--primary);
  color: #333;
  font-size: 16px;
}

.option_link:hover {
  opacity: 0.8;
}

@media screen and (max-width: 869px) {
  /* option */

  .option_service_box {
    width: 100%;
    margin-bottom: 20px;
  }

  .option_service_wrap.flex {
    margin-bottom: 10px;
  }

  .option_service_imgbox {
    padding: 24px 16px;
    align-items: center;
    gap: 0;
  }

  .option_service_imgbox img {
    max-width: 72px;
    width: 100%;
  }

  .option_service_txtbox {
    max-width: 100%;
  }

  .option_service_ttl {
    font-size: 14px;
  }
}
