@charset "utf-8";

/*---------- 申込ボタン調整 ----------*/
.deviceItem-apt-btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 475px;
  height: 77px;
  font-size: 24px;
  letter-spacing: .1em;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  text-decoration: none !important;
  background: #75b52d;
  color: #fff !important;
  padding: 0 0 0 1.5em;
  margin: 0 auto;
  border: none;
  border-radius: 50em;
  box-shadow: 0 0.2em 0 rgb(170 170 170 / 50%);
  box-sizing: border-box;
  transition-duration: .3s;
}

.deviceItem-apt-btn:before {
  content: "";
  position: absolute;
  top: 47%;
  left: .4em;
  width: .6em;
  height: .6em;
  border-width: 3px;
  border-style: solid;
  border-color: #fff;
  border-bottom: 0;
  border-left: 0;
  transform: rotate(45deg) translateY(-50%);
}

.deviceItem-apt-btn.apt-btn-gray {
  filter: grayscale(100%);
  padding-left: 0;
}
.deviceItem-apt-btn.apt-btn-gray:before {
  border: none;
}


@media screen and (max-width: 640px) {
  .deviceItem-apt-btn {
    width: 100%;
    max-width: 600px;
    height: 14vw;
    font-size: 5vw;
  }
}

@media screen and (min-width: 641px) {
  .deviceItem-apt-btn:hover {
    opacity: .7;
  }
  .deviceItem-apt-btn.apt-btn-gray:hover {
    opacity: 1;
  }
}

.apply-button {
  padding: 4rem 0;
}
@media screen and (max-width: 640px) {
  .apply-button {
    padding: 2rem 0;
  }
}

.apply-button .newModel-except-none,
.apply-button .box-link-area {
  display: none !important;
}

.pink_btn a {
  color: #fff;
  text-decoration: none;
}

/*---------- 共通 ----------*/
.gaiyo_link {
  margin-top: 4%;
}

@media screen and (min-width: 641px) {
  .gaiyo_link {
    margin-top: 20px;
  }
}


main p {
  font-size: 3.6vw;
  line-height: 1.6em;
}

@media screen and (min-width: 641px) {
  main p {
    font-size: 16px;
  }
}

h1, h2, h3 {
  margin-top: 0;
  margin-bottom: 0;
}
h2 {
  font-size: 5vw;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
}
@media screen and (min-width: 641px) {
  .container {
    width: 960px;
  }
  h2 {
    font-size: 30px;
    letter-spacing: 2px;
  }
  h3 {
    font-size: 20px;
  }
  .ta-sp-r {
    text-align: right;
  }
}

.btn_bottom_txt {
  margin-bottom: 0;
}

.btn_bottom_txt .anchor_link {
  color: #3e5fab !important;
  text-decoration: underline;
  padding-left: 1.3em !important;
}
.btn_bottom_txt .anchor_link:before {
  background: #3e5fab;
  border-radius: 3px;
  left: 0;
  width: 1em;
  height: 1em;
}
.btn_bottom_txt .anchor_link:after {
  top: 0.25em;
  width: 6px !important;
  height: 6px !important;
}
@media screen and (max-width: 640px) {
  .btn_bottom_txt .anchor_link:after {
    width: 1.5vw !important;
    height: 1.5vw !important;
    left: 1.8%;
    top: 0.6vw;
  }
}

.glay-bg {
  background: #f7f5f1;
}

/*---------- メイン ----------*/
.comparison {
  padding: 4rem 0;
  background: #ecf1f9;
}

.comparison h2 {
  position: relative;
  font-size: 4.5vw;
  letter-spacing: 0;
  line-height: 1.8;
}
@media screen and (min-width: 641px) {
  .comparison h2 {
    padding: 0;
    letter-spacing: 5px;
    font-size: 32px;
    line-height: 1.2;
  }
  .comparison h2 img {
    width: 500px;
    margin-top: 0.5em;
  }
}
@media screen and (max-width: 640px) {
  .comparison {
    padding: 2rem 0 0;
  }
}

/*---------- バナー ----------*/
.bnr_area {
  padding-bottom: 4rem;
}

/*---------- arrows Alpha2 ----------*/
.device_index {
  background: #024A70;
  padding: 4rem 0;
}
.device_index h2 {
  color: #fff;
}
.device_index .container {
  background: #fff;
  padding-bottom: 4rem;
  margin-top: 2rem;
}
@media screen and (max-width: 640px) {
  .device_index .container {
    padding: 1.5rem;
    box-sizing: border-box;
  }
  .device_index .container .deviceItem-apt-btn {
    font-size: 4.5vw;
  }
  .device_index_title_sp {
    width: 75%;
    margin: 0 auto;
  }
  .device_index_title_sp .ram {
    letter-spacing: 2px;
  }
}
.device_index_inner {
  display: flex;
  padding: 4rem 6rem 2rem;
}
.device_main_img {
  width: 40%;
  flex-shrink: 1;
  object-fit: cover;
}
.device_index_box {
  flex: 1;
  margin-left: 4rem;
}
.device_index_box .maker {
  font-size: 1.2em;
  letter-spacing: 5px;
}
.device_index_box .ram {
  font-size: 1.2em;
  letter-spacing: 3px;
  margin: 0 0 1rem;
}
@media screen and (max-width: 640px) {
  .device_index_inner {
    align-items: start;
    padding: 1.5rem 0;
  }
  .device_main_img {
    width: 36%;
    object-fit: contain;
  }
  .device_index_box {
    margin-left: 1rem;
  }
}
.norikae_obi {
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
  letter-spacing: 5px;
  background: #f0f9fc;
}
@media screen and (max-width: 640px) {
  .norikae_obi {
    font-size: 3vw;
    letter-spacing: 3px;
  }
}
.befor-price {
  position: relative;
  grid-area: beforPprice;
  text-align: center;
  font-size: 1.5em;
  color: #999999;
  padding-bottom: 1em;
  margin: 0.5em 0;
}
.befor-price:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-top: 15px solid #e64d97;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  transform: translateX(-50%);
}
.befor-price_title {
  letter-spacing: 3px;
  margin-right: 0.5em;
}
.befor-price_inner {
  position: relative;
}
.befor-price_inner:after {
  position: absolute;
  z-index: 1;
  content: "";
  left: 0;
  top: 50%;
  width: 100%;
  height: 2px;
  background-color: #e64d97;
  transform: rotate(10deg);
}
.before-tax {
  font-size: 0.6em;
}
@media screen and (max-width: 640px) {
  .befor-price {
    font-size: 4vw;
    padding-bottom: 0.8em;
    margin: 0.5em 0 0.3em;
  }
  .befor-price:after {
    left: 70%;
    border-width: 10px;
  }
  .befor-price_title {
    letter-spacing: 2px;
  }
}
.after-price {
  color: #e7198c;
  font-size: 4.2em;
  font-weight: bold;
  text-align: center;
}
.special-price-yen {
  position: relative;
  display: inline-block;
  font-weight: bold;
  line-height: 1;
  font-size: 0.8em;
}
.special-price-tax {
  position: absolute;
  font-size: 0.3em;
  width: 100%;
  letter-spacing: 0;
  word-break: keep-all;
  left: 47%;
  transform: translateX(-50%);
  bottom: 100%;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .after-price {
    font-size: 8.5vw;
    letter-spacing: -1px;
  }
  .special-price-yen {
    font-size: 0.7em;
  }
  .special-price-tax {
    margin-bottom: 0.2em;
    font-size: clamp(8px, 2vw, 12px);
  }
}
.special_price {
  display: inline-block;
  width: 60px;
  height: 60px;
  font-size: 10px;
  font-style: italic;
  letter-spacing: 1px;
  line-height: 1.2;
  color: #ff0;
  background: linear-gradient(135deg, #e64d97, #e64d97 50%, #d6276b 50%, #d6276b 100%);
  border-radius: 50em;
  padding-top: 1.8em;
  margin-bottom: 8px;
  margin-right: 3px;
  box-sizing: border-box;
  vertical-align: middle;
}
@media screen and (max-width: 640px) {
  .special_price {
    width: 12vw;
    height: 12vw;
    padding-top: 3.2vw;
    font-size: clamp(10px, 2vw, 12px);
    letter-spacing: -0.5px;
    margin-left: -2vw;
  }
}

.limit_date {
  text-align: right;
}

.limit_date span:not(.small) {
  display: inline-block;
  background: #f2f2f2;
  padding: 2px 1rem 0;
}

.rom_512 {
  position: relative;
  display: flex;
  align-items: center;
  border: 1px solid #D9D9D9;
  border-radius: 5px;
  padding: 1rem;
  margin-top: 1.5rem;
  box-shadow: 1px 1px 0px 1px #dcdbdb80;
}
.rom_512:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -12px;
  border: 12px solid transparent;
  border-left: 12px solid #e64d97;
}
.rom_512 img {
  width: 18%;
  margin-right: 1rem;
}
.rom_512 p {
  font-weight: bold;
}
@media screen and (min-width: 641px) {
  .rom_512 {
    width: 550px;
    margin: 2rem auto 0;
    cursor: pointer;
    padding: 1rem 3rem;
    box-sizing: border-box;
  }
  .rom_512:hover {
    color: #333;
    text-decoration: none;
    opacity: 0.7;
  }
  .rom_512 img {
    width: 60px;
  }
  .rom_512 p {
    font-size: 1.3em;
  }
}


/*---------- メーカー ----------*/
.company {
    padding: 0 0 4rem 0;
}
.company .gray_box {
    background-color: #fff;
    box-sizing: border-box;
    padding: 4vw;
    border: 1px solid #ccc;
    text-align: center;
}
@media screen and (min-width: 641px) {
    .company .gray_box {
        padding: 2rem;
    }
}
.company .gray_box img {
    margin-bottom: 1rem;
}

/*---------- 特徴 ----------*/
.feature {
  padding: 4rem 0 0;
  background-image: linear-gradient(0deg, #03020A, #2A293C);
}

.feature h2 {
  display: flex;
  justify-content: center;
  font-size: 23px;
  line-height: 1.5;
  color: #fff;
}

.feature h2 span {
  font-weight: bold;
}
.feature h2 sup {
  top: 1.5em;
}
@media screen and (max-width: 640px) {
  .feature h2 sup {
    top: 0.8em;
    font-size: 10px;
  }
}

.feature-logo {
  margin: 4% 3.5%;
}

.feature-logo img {
  max-width: 100%;
}
@media screen and (max-width: 640px) {
  .feature-logo img {
    display: block;
    width: 80%;
    margin: 0 auto;
  }
}

.feature__contents {
  padding: 5% 3.5% 0;
}

.feature__contents h3 {
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  font-size: 4.5vw;
  color: #fff;
  margin-bottom: 4%;
}

.grid-container {
  margin-bottom: 10%;
}

.grid-container.-item3 {
  margin-bottom: 0;
}

.feature__contents .item-text {
  color: #fff;
  margin-top: 4%;
}

.grid-container.-item3 .item-text {
  margin-top: 6%;
}

.feature__contents .item-text p {
  line-height: 1.3;
}

.feature__contents ul.asterisk {
  margin: 1em 0 0;
  padding-left: 1.2em;
}

.feature__contents ul.asterisk li:before {
  display: inline;
  content: "※ ";
}

.feature__contents ul.asterisk li {
  list-style-type: none;
  text-indent: -1.5em;
  font-size: 13px;
}
.feature .btn_bottom_txt .anchor_link {
  color: #fff !important;
}

@media screen and (min-width: 641px) {
  .feature {
    padding: 4rem 0 0;
  }

  .feature-logo {
    margin: 20px auto;
    width: 334px;
  }

  .feature__contents {
    width: 960px;
    margin: 4rem auto 0;
    padding: 0;
  }

  .feature__contents h3 {
    font-size: 23px;
    margin-top: 32px;
    margin-bottom: 0;
    letter-spacing: 0;
    text-align: left;
  }

  .feature__contents .-item3 h3 {
    margin-top: 32px;
  }

  .feature__contents .item-text {
    margin-top: 0;
  }

  .feature__contents .item-text p {
    font-size: 16px;
    line-height: 1.7;
  }

  .grid-container {
    display: grid;
    grid-template-columns: 400px auto;
    grid-template-rows: auto 1fr;
    grid-column-gap: 60px;
    grid-row-gap: 28px;
    margin-bottom: 55px;
    border-top: 1px solid #fff;
  }

  .grid-container.-item2 {
    grid-template-columns: auto 400px;
  }

  .grid-container.-item3 .item-text {
    margin-top: 0;
  }

  .grid-container img {
    width: 100%;
  }
  .grid-container:last-of-type {
    margin-bottom: 0;
  }

  .item-title {
    grid-area: 1 / 2 / 2 / 3;
  }

  .item-image {
    grid-area: 1 / 1 / 3 / 2;
  }

  .item-text {
    grid-area: 2 / 2 / 3 / 3;
  }

  .-item2 .item-title {
    grid-area: 1 / 1 / 2 / 2;
  }

  .-item2 .item-image {
    grid-area: 1 / 2 / 3 / 3;
  }

  .-item2 .item-text {
    grid-area: 2 / 1 / 3 / 2;
  }
}

@media screen and (max-width: 640px) {
  .feature h2 {
    padding: 0 3.5%;
    line-height: 1.4;
    font-size: 4vw;
  }

  .feature h2 span {
    letter-spacing: 2px;
  }

  .feature__contents {
    padding: 3% 5% 0;
  }
  .feature__contents .item-image {
    margin: 0;
  }

  .feature__contents .item-text p {
    font-size: 3.4vw;
    line-height: 1.5;
  }

  .feature-logo {
    margin: 2% 7.5% 4% 7.5%;
  }

  .feature__contents ul.asterisk li {
    padding-top: 0;
    font-size: 11px;
    text-align: left;
    line-height: 1.5;
  }
  .grid-container {
    padding-bottom: 2rem;
    margin-bottom: 2rem;
    border-bottom: 1px solid #fff;
  }
  .grid-container:last-of-type {
    padding: 0;
    margin: 0;
    border: none;
  }
  .grid-container:first-of-type {
    border-top: 2px solid #fff;
    padding-top: 2rem;
  }
}
.anno_area {
  padding-bottom: 4rem;
}
.anno_area ul li {
  font-size: 12px;
  line-height: 1.8;
  color: #fff;
  text-indent: -2em;
  padding-left: 2em;
  font-size: 12px;
  line-height: 18px;
}
.anno_area ul li.adjust {
  text-indent: -1em;
  padding-left: 1em;
}
.anno_area ul li span.-indent {
  display: inline-block;
  text-indent: -1em;
  padding-left: 1em;
}

/*---------- review ----------*/
.review {
  padding: 4rem 0;
}
.review_box {
  height: 600px;
  overflow-y: scroll;
  background: #fff;
  margin: 2rem 0 0;
  padding: 2rem 4rem;
}
.quot {
  text-align: center;
  margin-top: 15px;
}
.profile_icon {
  width: 60px;
  margin-right: 2rem;
}
@media screen and (max-width: 640px) {
  .review_box {
    height: 150vw;
    padding: 0 1.5rem;
  }
  .profile_icon {
    width: 10vw;
    margin: 0 0 0.5rem;
  }
}
.review_item {
  display: flex;
  align-items: start;
  padding: 2rem 0;
  border-bottom: 1px solid #D4D4D4;
}
@media screen and (max-width: 640px) {
  .review_item {
    position: relative;
    display: block;
    padding: 1.5rem 0;
  }
}
.review_item:last-of-type {
  border-bottom: none;
}
.review_type {
  font-weight: bold;
}
.stars {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 640px) {
  .review_type {
    position: absolute;
    top: 1.5rem;
    left: 12vw;
  }
  .stars {
    position: absolute;
    top: 9.5vw;
    left: 12vw;
  }
}
.fill_star {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Crect width='24' height='24' fill='red' opacity='0'/%3E%3Cpath d='M87 22.815l4.905 2.872a1.171 1.171 0 0 0 1.761-1.236l-1.3-5.4L96.7 15.414a1.134 1.134 0 0 0-.674-2l-5.709-.469-2.234-5.1a1.2 1.2 0 0 0-2.175 0l-2.234 5.091L77.97 13.4a1.134 1.134 0 0 0-.674 2l4.338 3.638-1.3 5.4a1.171 1.171 0 0 0 1.761 1.236Z' transform='translate(-75 -4.501)' fill='%23f6b65f'/%3E%3C/svg%3E");
}
.stroke_star {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Crect width='24' height='24' fill='red' opacity='0'/%3E%3Cpath d='M26.044 13.394l-5.721-.481L18.089 7.82a1.2 1.2 0 0 0-2.175 0l-2.234 5.1-5.71.469a1.135 1.135 0 0 0-.674 2l4.338 3.64-1.3 5.4A1.171 1.171 0 0 0 12.1 25.675L17 22.814l4.906 2.873a1.171 1.171 0 0 0 1.761-1.236l-1.3-5.414 4.338-3.64a1.132 1.132 0 0 0-.662-2M17 20.674l-4.445 2.6 1.182-4.9-3.925-3.3 5.178-.435L17 10.029l2.021 4.624 5.178.435-3.925 3.3 1.182 4.9Z' transform='translate(-5.003 -4.491)' opacity='0.5'/%3E%3C/svg%3E");
}
.review_title {
  font-weight: bold;
  margin-top: 0.5rem;
}

/*---------- ポイント ----------*/
.point {
  background: linear-gradient(#fcf2f6, #fadce9);
  color: #555;
  padding: 4rem 0;
}

.point h2 {
  margin-bottom: 2rem;
  line-height: 1.5;
}

.point .flex_box {
  margin-bottom: 2rem;
}

.point .point_item {
  margin-bottom: 10vw;
}

.point .point_item:last-of-type {
  margin-bottom: 0;
}

.point .point_item .outer {
  position: relative;
  height: 12vw;
}

.point .point_item .outer h3 {
  display: flex;
  align-items: center;
  white-space: nowrap;
  line-height: 1.2em;
  font-size: 4vw;
  font-weight: bold;
}

.point .point_item .outer h3::before {
  content: '';
  display: inline-block;
  width: 13vw;
  height: 11.6vw;
  background: url(/campaign/device/img/01.png) center 100% / contain no-repeat;
  margin: 1vw 0.5em 0;
}

.point .point_item:nth-of-type(2) .outer h3::before {
  width: 14.5vw;
  background: url(/campaign/device/img/02.png) center 100% / contain no-repeat;
}

.point .point_item:nth-of-type(3) .outer h3::before {
  width: 14.5vw;
  background: url(/campaign/device/img/03.png) center 100% / contain no-repeat;
}

.point .point_item .pinkbox {
  border: 5px solid #e3007e;
  background: #fff;
  padding: 4vw 1.5vw;
}

.point .point_item .pinkbox>img {
  display: block;
  margin: 3vw auto;
  width: 91%;
  max-width: 360px;
}

.point .point_item .pinkbox .sub_txt {
  text-align: center;
  font-weight: bold;
  line-height: 1.5em;
  font-size: 3.5vw;
}

.point h4 {
  font-weight: bold;
}

.point .note_txt {
  box-sizing: border-box;
  margin-top: 1em;
  padding-left: 2em;
  font-size: 70%;
  line-height: 1.6em;
  text-indent: -1.5em;
}

.point .pink_btn {
  margin-bottom: 0;
}

.point .cp_date_text {
  margin-top: 1em;
  text-align: center;
  font-size: 4vw;
  font-weight: bold;
}

@media screen and (min-width: 641px) {
  .point {
    padding: 4rem 0;
  }

  .point h2 {
    margin-bottom: 1em;
    letter-spacing: 0.1em;
  }

  .point .flex_box {
    display: flex;
    gap: 0 16px;
    margin-bottom: 1rem;
  }

  .point .point_item {
    display: flex;
    flex-direction: column;
    flex: 1;
    margin-bottom: 0;
  }

  .point .point_item .outer {
    position: relative;
    height: 47px;
  }

  .point .point_item .outer h3 {
    display: flex;
    align-items: center;
    white-space: nowrap;
    position: absolute;
    top: 2px;
    left: 0;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2em;
  }

  .point .point_item .outer h3.small_txt_pc {
    font-size: 15px;
  }

  .point .point_item .outer h3::before {
    content: '';
    display: inline-block;
    width: 52px;
    height: 46px;
    vertical-align: middle;
    margin: 0 4px 0 0;
  }

  .point .point_item:nth-of-type(2) .outer h3::before {
    width: 59px;
  }

  .point .point_item:nth-of-type(3) .outer h3::before {
    width: 59px;
  }

  .point .point_item .pinkbox {
    border: 6px solid #e3007e;
    padding: 10px;
    font-size: 17px;
  }

  .point .flex_box .point_item:first-of-type {
    display: flex;
    flex-direction: column;
  }

  .point .flex_box .point_item .pinkbox {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }

  .point .point_item .pinkbox>img {
    margin: 0.5em auto;
    width: 100%;
  }

  .point .point_item .pinkbox .sub_txt {
    font-size: 14px;
  }

  .point h4 {
    font-size: 28px;
  }

  .point .note_txt {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    font-size: 80%;
    margin-bottom: 2rem;
  }

  .point .spec {
    margin-top: 1rem;
  }

  .point .cp_date_text {
    font-size: 18px;
  }
}

/*---------- お乗り換え(MNP)の流れ ----------*/
#mnp_step {
  padding: 4rem 0 0;
}

#step {
  margin: 2em 0;
}
#step .green_btn {
  display: none;
}