@charset "UTF-8";
body {
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Yu Gothic Medium", YuGothic, "Yu Gothic Medium", "Yu Gothic", "メイリオ", sans-serif;
}

/* NURO向けヘッダーロゴ調整 */
.nuro .l-header-lp {
  padding-top: 20px;
  height: 70px;
}
.nuro .header-logo-lp-store {
  position: relative;
  padding-right: 185px;
  background-size: 300px auto;
  width: 485px;
  height: 31px;
}
.nuro .header-logo-lp-store::after {
  content: "";
  display: inline-block;
  background: url(/store/sp/sim/images/logo_nurohikari.png) no-repeat center center;
  background-size: contain;
  width: 150px;
  height: 31px;
  position: absolute;
  top: 0;
  right: 0;
}

@media (max-width: 768px) {
  .nuro .l-header-lp {
    height: 110px;
  }
  .nuro .header-logo-lp-store {
    background-size: 260px auto;
    width: 300px;
    height: 70px;
    padding-right: 0;
  }
  .nuro .header-logo-lp-store::after {
    position: relative;
    height: 25px;
    display: block;
    margin: 25px auto 0;
  }
}
/* /NURO向けヘッダーロゴ調整 */
/* タイムセール表示切替調整用 */
.sim-onsale.disnone {
  position: absolute;
  z-index: 0;
  opacity: 0;
}

/* /タイムセール表示切替調整用 */
.u18off-bg {
  background-image: url(/store/sp/sim/images/mv_bg.png?20241202);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  background-color: #f9eeed;
}
@media (max-width: 767px) {
  .u18off-bg {
    background-image: url(/store/sp/sim/images/mv_bg_sp.png?20241202);
  }
}

.feature-mv {
  background-color: #fff;
}

.feature-mv-wrapper {
  height: auto;
  text-align: center;
  background: none;
}
@media (max-width: 767px) {
  .feature-mv-wrapper {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.bg-mvcolor {
  background-image: url(/store/sp/sim/images/bg_l.png), url(/store/sp/sim/images/bg_r.png);
  background-repeat: repeat-y, repeat-y;
  background-position: left top, right top;
  background-size: auto;
}

.bg-mvtxt {
  position: relative;
  padding-top: 10px;
  background-color: #fff;
  z-index: 1;
}

.feature-mv .pb-10 .mb-0 {
  color: #000;
}

.justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.text-glow {
  text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;
}

.text-big {
  font-size: 36px;
}
@media (max-width: 768px) {
  .text-big {
    font-size: 24px;
  }
}
.text-xl {
  font-size: 48px;
}
@media (max-width: 768px) {
  .text-xl {
    font-size: 36px;
  }
}
.text-size-xl {
  font-size: 26px;
}
.text-blue {
  color: #476EF9;
}
.text-black {
  color: #000;
}

.line-thin {
  line-height: 1.2;
}

.border-b {
  border-bottom: solid 2px #000;
}

.border-b-gray {
  border-bottom-color: #eee;
}

.border-none {
  border: none !important;
}

.border-black {
  border: solid 2px #000;
}

.corner-r-20 {
  border-radius: 20px;
}

.sankaku {
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  line-height: 1.2;
  font-size: 20px;
}
.sankaku::before {
  content: "";
  margin-right: 0.5em;
  display: block;
  border: solid 0.5em rgba(255, 255, 255, 0);
  border-left: solid 0.75em #fff;
}

.sankaku-r-end {
  position: relative;
}
.sankaku-r-end::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.5em;
  display: block;
  border: solid 0.4em rgba(255, 255, 255, 0);
  border-left: solid 0.5em #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.tab.examine-tab {
  border-bottom: solid 2px #000;
  margin-bottom: 0;
}
.tab.examine-tab .tab-list.l-inner {
  border-bottom: none;
}
.tab.examine-tab .tab-list-item {
  position: relative;
  width: 49%;
  height: 80px;
  color: #000;
  border: solid 2px #000;
  border-bottom: none;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #ddd;
}
@media (max-width: 768px) {
  .tab.examine-tab .tab-list-item {
    height: 60px;
  }
}
.tab.examine-tab .tab-list-item:first-child {
  margin-right: 2%;
}
.tab.examine-tab .tab-list-item span {
  top: 55%;
  line-height: 1.4;
}
.tab.examine-tab .tab-list-item small {
  position: absolute;
  top: -2.25em;
  left: 50%;
  display: block;
  padding: 3px 10px;
  white-space: nowrap;
  border-radius: 3px;
  background-color: #44aaff;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 768px) {
  .tab.examine-tab .tab-list-item small {
    top: -2.5em;
  }
}
.tab.examine-tab .tab-list-item.is-active.tab-list-item-new, .tab.examine-tab .tab-list-item.is-active.tab-list-item-mnp {
  background: #FFC2D4;
}
.tab.examine-tab .tab-list-item.is-active.tab-list-item-new::after, .tab.examine-tab .tab-list-item.is-active.tab-list-item-mnp::after {
  background: #FFC2D4;
  height: 3px;
  bottom: -2px;
}

.tab-target-wrapper.examine-tab {
  border-bottom: solid 2px #000;
  background: #FFC2D4;
}
.tab-target-wrapper.examine-tab .tab-target-item {
  padding-top: 30px;
}

.step-ttl {
  padding: 5px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  border-radius: 5px;
  background-color: #FC0F3A;
}
@media (max-width: 768px) {
  .step-ttl {
    padding-left: 60px;
  }
}
.step-icon-wrapper {
  position: relative;
}
.step-icon {
  position: absolute;
  bottom: 0;
  left: -110px;
}
@media (max-width: 768px) {
  .step-icon {
    left: -55px;
    width: 50px;
  }
}
.step-steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.step-steps dt {
  padding: 10px 0;
  width: 20%;
  min-width: 6em;
  color: #fff;
  text-align: center;
  border-radius: 60px;
  background-color: #000;
}
.step-steps dd {
  padding-left: 15px;
  min-width: 50%;
  font-size: 26px;
}
@media (max-width: 768px) {
  .step-steps dd {
    padding-left: 10px;
    min-width: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 15px;
  }
}

.btn-orange {
  display: block;
  margin: 0 auto;
  line-height: 1.2;
  border-color: #ff8800;
  border-radius: 5px;
  background-color: #fd0;
  -webkit-box-shadow: 0px 3px 0px #ff8800;
          box-shadow: 0px 3px 0px #ff8800;
}

.plus {
  position: relative;
  text-align: center;
}
.plus::before, .plus::after {
  position: absolute;
  top: 50%;
  width: calc(50% - 1.5em);
  content: "";
  display: block;
  border-top: dashed 1px #000;
}
.plus::before {
  left: 0;
}
.plus::after {
  right: 0;
}
.plus p {
  margin: 0 auto;
  width: 1.5em;
  height: 1.5em;
  font-weight: bold;
  color: #fff;
  border-radius: 50%;
  background-color: #999;
}

.ttl-orange {
  padding: 5px 0;
  color: #fff;
  background-color: #FA5C1E;
}
.ttl-huge {
  font-size: 30px;
}
@media (max-width: 768px) {
  .ttl-huge {
    font-size: 24px;
  }
}
.ttl-text-huge {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .ttl-text-huge {
    font-size: 20px;
  }
}
.ttl-tape {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-size: 36px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .ttl-tape {
    font-size: 20px;
  }
}
.ttl-tape::before {
  margin-top: -15px;
  margin-right: 15px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media (max-width: 768px) {
  .ttl-tape::before {
    margin-top: -10px;
  }
}
.ttl-tape::after {
  margin-bottom: -15px;
  margin-left: 15px;
}
@media (max-width: 768px) {
  .ttl-tape::after {
    margin-bottom: -10px;
  }
}
.ttl-tape::before, .ttl-tape::after {
  content: url(/store/sp/sim/images/ttl_tape_pc.png);
}
@media (max-width: 768px) {
  .ttl-tape::before, .ttl-tape::after {
    content: url(/store/sp/sim/images/ttl_tape_sp.png);
  }
}
.ttl-tape .text-circle-wrapper .text-circle {
  display: inline-block;
  width: 1.8em;
  height: 1.8em;
  line-height: 1.8em;
  border: solid 2px #000;
  border-radius: 50%;
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
}
@media (max-width: 768px) {
  .ttl-tape .text-circle-wrapper {
    position: relative;
  }
  .ttl-tape .text-circle-wrapper .text-circle {
    position: absolute;
    top: -1.8em;
    left: 0;
  }
}
.ttl-bg-u18 {
  background-color: #fffb00;
}

.logo-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.logo-box {
  max-width: 120px;
}
.logo-text {
  font-size: 30px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .logo-text {
    font-size: 16px;
  }
}

.accordion-title .accordion-arrow::after {
  content: "▼";
  margin-left: 5px;
}
.accordion-title.is-active .accordion-arrow::after {
  content: "▲";
  margin-left: 5px;
}
.accordion-title-center {
  padding: 15px 10px;
  text-align: center;
}

.accordion-benefit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.accordion-benefit .accordion-title {
  margin: 0;
  padding: 15px;
  background: #eee;
}
.accordion-benefit .accordion-title.is-active {
  font-weight: normal;
}
.accordion-benefit .accordion-title.is-active::before {
  content: "閉じる";
}
.accordion-benefit .accordion-title.is-active span {
  display: none;
}

.border-accordion .accordion-title {
  position: relative;
  padding-right: 60px;
}
@media (max-width: 768px) {
  .border-accordion .accordion-title {
    padding: 10px 50px 10px 10px;
  }
}
.border-accordion .accordion-icon {
  right: 15px;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  border: solid 2px #ddd;
}
@media (max-width: 768px) {
  .border-accordion .accordion-icon {
    right: 10px;
    margin-top: -15px;
    width: 30px;
    height: 30px;
  }
}
.border-accordion .accordion-icon span {
  background: none;
}
.border-accordion .accordion-icon span:nth-child(1) {
  width: 8px;
  height: 8px;
  left: 50%;
  top: 50%;
  border-left: solid 2px #999;
  border-bottom: solid 2px #999;
  -webkit-transform: translate(-50%, -5px) rotate(-45deg);
          transform: translate(-50%, -5px) rotate(-45deg);
}
.border-accordion .accordion-box-inner {
  border-bottom: solid 2px #eee;
}
.border-accordion .accordion .is-active > .accordion-icon > span {
  background: none;
}
.border-accordion .accordion .is-active > .accordion-icon > span:nth-child(1) {
  width: 8px;
  height: 8px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -2px) rotate(-225deg);
          transform: translate(-50%, -2px) rotate(-225deg);
}

.li-step {
  padding: 5px 0;
  min-width: 3.5em;
  color: #fff;
  border-radius: 4px;
  background-color: #f03;
}
.li-icon {
  min-width: 40px;
}

.baloon {
  position: relative;
  font-size: 14px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .baloon {
    font-size: 10px;
  }
}
.baloon::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -15px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #fde transparent transparent transparent;
  border-width: 15px 10px 0 10px;
  z-index: 1;
}
.baloon span {
  display: inline-block;
  padding: 10px 15px;
  border-radius: 20px;
  background-color: #fde;
}

.process {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 768px) {
  .process {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.process li {
  margin: 0 10px 10px;
  padding: 0 10px;
  width: calc(33.3333333333% - 20px);
  text-align: center;
}
@media (max-width: 768px) {
  .process li {
    margin: 20px 0;
    width: 100%;
  }
}
.process li .process-img {
  position: relative;
}
.process li .process-img::before {
  content: url(/store/sp/sim/images/icon_arrow.png);
  display: block;
  position: absolute;
  top: 50%;
  left: -30px;
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
}
@media (max-width: 768px) {
  .process li .process-img::before {
    top: -30px;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(0);
            transform: translateX(-50%) rotate(0);
  }
}
.process li:first-child .process-img::before {
  content: none;
}

.icon-10th {
  position: absolute;
  left: 4%;
  top: 0;
  width: 20%;
  max-width: 170px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.box-10th {
  position: relative;
  background-color: #fdf2d6;
}
.box-title-black {
  border: solid 1px #000;
  background-color: #000;
  color: #fff;
}
.box-black {
  border: solid 1px #000;
}
.box.bg-gray {
  border: none;
  background-color: #eee;
}
.box-corner-r {
  border-radius: 10px;
}
.box-benefit {
  position: relative;
  margin-top: 30px;
  padding: 20px;
  padding-top: 40px;
  background: #fff;
}
@media (max-width: 768px) {
  .box-benefit {
    padding: 15px;
    padding-top: 30px;
  }
}
.box-benefit-ttl {
  margin: -40px -20px 20px;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
@media (max-width: 768px) {
  .box-benefit-ttl {
    margin: -30px -15px 15px;
    padding: 10px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.box-benefit-icon {
  width: 4.5em;
  height: 4.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  border-radius: 50%;
  background-color: #fff;
}
.box-benefit .ttl-benefit {
  position: absolute;
  top: -1em;
  left: 50%;
  padding: 5px 2em;
  white-space: nowrap;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  border-radius: 5px;
  background: #ff0033;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 768px) {
  .box-benefit .ttl-benefit {
    font-size: 15px;
  }
}
.box-benefit .benefit-appeal {
  position: absolute;
  top: 0;
  right: 0;
  padding: 3px 10px;
  color: #ff0033;
  font-weight: bold;
  border: solid 1px #ff8888;
  border-top-right-radius: 10px;
  background: #fff;
}

.benefit-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.benefit-items-ttl {
  padding: 10px;
  width: 50%;
  text-align: center;
  background-color: #f6f6f6;
}
.benefit-items-ttl .anc-small {
  padding: 5px 20px;
  color: #fff;
  font-weight: bold;
  border-radius: 50px;
  background: #999;
}
.benefit-items-item {
  width: 50%;
  text-align: center;
}
@media (max-width: 768px) {
  .benefit-items {
    display: block;
  }
  .benefit-items-ttl, .benefit-items-item {
    width: 100%;
  }
}

.img-simesim {
  width: 50%;
  max-width: 200px;
}

.sim-slider-wrapper {
  position: relative;
}
.sim-slider-wrapper .swiper-button-prev, .sim-slider-wrapper .swiper-button-next {
  top: 35%;
}
.sim-slider-wrapper .swiper-button-prev {
  left: 25%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23333333'%2F%3E%3C%2Fsvg%3E");
}
.sim-slider-wrapper .swiper-button-prev.swiper-button-disabled {
  opacity: 0.2;
}
.sim-slider-wrapper .swiper-button-next {
  right: 25%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23333333'%2F%3E%3C%2Fsvg%3E");
}
.sim-slider-wrapper .swiper-button-next.swiper-button-disabled {
  opacity: 0.2;
}
@media (max-width: 768px) {
  .sim-slider-wrapper .swiper-button-prev {
    left: 10px;
  }
  .sim-slider-wrapper .swiper-button-next {
    right: 10px;
  }
}

.under-line {
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(0%, #ffdd00));
  background: linear-gradient(transparent 65%, #ffdd00 0%);
}

.l-footer-bottom {
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  .l-footer-bottom {
    margin-bottom: 58px;
    border-top: 1px solid #e8e8e8;
  }
}
.l-footer-fixed {
  z-index: 10;
}

.bg-blue {
  background: #60c6f1;
  position: relative;
}
.bg-blue .plus-text {
  position: absolute;
  top: -25px;
  left: 0;
  right: 0;
}
@media (max-width: 768px) {
  .bg-blue .plus-text {
    top: -10px;
  }
  .bg-blue .plus-text img {
    width: 100px;
  }
}
.bg-blue-b {
  background-color: #476EF9;
}
.bg-red {
  background-color: #ff0033;
}
.bg-pink {
  background-color: #ffdddd;
}
.bg-yellow {
  background-color: #ffdd00;
}
.bg-green, .bg-green.ttl-benefit {
  background-color: #73BD04;
}
.bg-color {
  background-color: lightgreen;
}
.bg-bgcolor {
  background: #fffeee;
}
.bg-mnp {
  background-color: #2BB5FF;
}
.bg-new {
  background-color: #FF9E3E;
}
.bg-mnp-new {
  background-color: #00bb88;
}

/* アニメーション */
.pop-anime01 {
  -webkit-animation-name: popAnime;
          animation-name: popAnime;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
}

.pop-anime02 {
  -webkit-animation-name: popAnime;
          animation-name: popAnime;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-delay: 1.75s;
          animation-delay: 1.75s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
}

@-webkit-keyframes popAnime {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  20% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
  40% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  60% {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
  80% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes popAnime {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  20% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
  40% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  60% {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
  80% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
/* /アニメーション */
/* モーダル関連 */
.modal-simesim-content.refinemodal {
  width: 100%;
  left: 0;
  background-color: rgba(0, 0, 0, 0.75);
}
.modal-simesim-content.refinemodal .refinemodal-inner {
  padding: 15px;
  height: 80%;
  border-radius: 10px;
  background-color: #fff;
}
@media (max-width: 768px) {
  .modal-simesim-content.refinemodal .refinemodal-inner {
    top: 12%;
    bottom: 0;
    padding: 0;
    height: auto;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}
.modal-simesim-content.refinemodal .refinemodal-bottom {
  top: calc(12% - 56px);
  z-index: -1;
}
.modal-simesim-content.refinemodal .refinemodal-bottom-close {
  top: calc(12% - 56px);
}
.modal-simesim-content.refinemodal .refinemodal-bottom-btn {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  cursor: pointer;
}

/* /モーダル関連 */
/* 月末セール20230623 */
.mlsale {
  color: #047;
  background-color: #aaeecc;
}

/* /月末セール20230623 */
/* MVNO関連 20240412 */
.mvno_ttl {
  position: relative;
  margin: 25px 0 30px;
}
.mvno_ttl_icon {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.mvno_ttl_txt {
  margin-left: 50px;
  padding: 10px 0;
  padding-left: 50px;
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  background-color: #ffbb00;
}

@media (max-width: 768px) {
  .mvno_ttl {
    margin: 10px 0 20px;
  }
  .mvno_ttl_icon {
    max-width: 65px;
  }
  .mvno_ttl_txt {
    padding: 5px 0;
    padding-left: 15px;
    font-size: 16px;
    line-height: 1.2;
  }
}
.mvno_ttl_bg {
  padding: 10px 0;
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  background-color: #ffbb00;
}
@media (max-width: 768px) {
  .mvno_ttl_bg {
    font-size: 16px;
  }
}

.mvno_subttl {
  padding: 10px 0;
  color: #fff;
  text-align: center;
  font-weight: bold;
  border-radius: 100px;
  background-color: #333;
}
@media (max-width: 768px) {
  .mvno_subttl {
    padding: 5px 0;
  }
}

.tab-mvno .tab-list {
  padding: 0;
  border-bottom: 5px solid #ff0033;
}
.tab-mvno .tab-list-bottom .tab-list-item {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.tab-mvno .tab-list-bottom .tab-list-item::before, .tab-mvno .tab-list-bottom .tab-list-item::after {
  display: none;
}
.tab-mvno .tab-list-bottom .tab-list-item.is-active {
  color: #fff;
  background-color: #ff0033;
}
.tab-mvno .table-adjust {
  padding: 15px;
  border: solid 5px #F4F5F8;
  border-top: none;
}

.table td.before-sankaku {
  position: relative;
}
.table td.before-sankaku::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -4px;
  height: auto;
  display: block;
  border: solid 10px transparent;
  border-left-color: #ff0033;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* /MVNO関連 20240412 */
/* U18関連 20240711 */
.bg-u18 {
  background-color: #bee8f4;
}

.bg-u18.mvbg {
  background-image: url(/store/sp/sim/images/bg_u18.png);
  background-size: cover;
}

.bg-sim-u18 {
  background-color: #0e6ea5;
}

.col-u18 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.u18-icon-wrap {
  position: relative;
}
.u18-icon-wrap .u18-icon {
  position: absolute;
  top: -30px;
  right: -30px;
}
@media (max-width: 768px) {
  .u18-icon-wrap .u18-icon {
    top: -20px;
    right: -20px;
  }
}

.u18-balloon {
  position: relative;
  margin-bottom: 20px;
  padding: 5px 0;
  color: #fff;
  text-align: center;
  font-weight: bold;
  background-color: #3377ff;
}
.u18-balloon::after {
  content: "";
  position: absolute;
  right: 10%;
  bottom: -15px;
  display: block;
  border: solid 10px transparent;
  border-top-color: #3377ff;
  border-left-color: #3377ff;
}

.u18-oyakowari {
  margin-top: min(10%, 50px);
  padding: 0 15px;
  border-radius: 10px;
  background-color: #ffb9d7;
}
.u18-oyakowari-content {
  -webkit-transform: translateY(-10%);
          transform: translateY(-10%);
}

/* /U18関連 20240711 */
/* 10周年スライダー調整 */
.area-10th .slider-10th .swiper-pagination-bullet-active {
  color: #fff000;
  background-color: #fff000;
}

/* 追加新規モーダル用 20240919 */
#modal-csv {
  width: 100%;
  left: 0;
  background-color: rgba(0, 0, 0, 0.75);
}

#modal-csv .refinemodal-inner {
  height: auto;
  max-height: calc(45% + 274px);
  top: 50%;
  margin-top: -274px;
  padding: 15px;
  border-radius: 10px;
  background-color: #fff;
}

#modal-csv .refinemodal-bottom {
  top: 12%;
}

#modal-csv .refinemodal-bottom-close {
  top: 12%;
}

#modal-csv .refinemodal-bottom-btn {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  cursor: pointer;
}

@media (max-width: 768px) {
  #modal-csv .refinemodal-inner {
    height: 100%;
    top: 12%;
    bottom: 0;
    padding: 0;
    height: auto;
    max-height: 100%;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-top: 0;
  }
  #modal-csv .refinemodal-bottom {
    top: calc(12% - 56px);
    z-index: -1;
  }
  #modal-csv .refinemodal-bottom-close {
    top: calc(12% - 56px);
  }
}
/* ttl-img */
#product_img_name {
  margin-top: 50px;
  margin-bottom: 50px;
}

.btn-fix-sim #product_img_name {
  margin-top: 70px;
  margin-bottom: 30px;
}

#product_img_name h2 {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}

#product_img_name h3 {
  text-align: center;
  margin-bottom: 20px;
  margin-top: -20px;
  font-size: 23px;
  font-weight: bold;
}

#product_img_name h3 strong {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
}

#product_img_name p {
  margin-bottom: 0;
  text-align: center;
}

#product_img_name p img {
  width: auto;
  max-width: auto;
  height: 250px;
}

#product_img_name p.text-b-c {
  background-color: #d4d4d4;
  border-radius: 10px;
  font-weight: bold;
  width: 10em;
  margin: 0 auto 10px auto;
}

@media (max-width: 768px) {
  #product_img_name,
  .btn-fix-sim #product_img_name {
    margin-top: 20px;
    margin-bottom: 15px;
    position: relative;
  }
  #product_img_name h2 {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 15px;
    text-align: left;
    margin-bottom: 0;
    margin-top: -12px;
    padding-right: 20px;
  }
  #product_img_name p {
    width: 48%;
    margin-bottom: 0;
    padding: 0 4%;
  }
  #product_img_name p img {
    height: 100px;
  }
}
/* txt */
#product_txt {
  margin-top: 50px;
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.btn-fix-sim #product_txt {
  margin-top: 70px;
  margin-bottom: 30px;
}

#product_txt .formradio-inline-item {
  width: 30%;
}

#product_txt .formradio-inline-item label {
  width: 100%;
  font-size: 1rem;
}

#product_txt label {
  background: none;
  padding: 1rem 0.75rem 1rem 0.75rem;
  vertical-align: middle;
  cursor: pointer;
  background: #ffffff;
  border: 0.125rem solid transparent;
  border-radius: 0.5rem;
  outline: 0;
  -webkit-box-shadow: 0 0.0625rem 0.375rem rgba(0, 0, 0, 0.32);
          box-shadow: 0 0.0625rem 0.375rem rgba(0, 0, 0, 0.32);
}

#product_txt input:checked + label {
  background-color: #EFF8FF;
  border-color: #157ED8;
}

#product_txt .btn-fix {
  margin-bottom: 1.5%;
}

.btn-fix-sim #product_txt .btn-fix {
  margin-bottom: 13%;
}

@media (max-width: 768px) {
  #product_txt,
  .btn-fix-sim #product_txt {
    margin-top: 0;
    margin-bottom: 0;
    padding-right: 20px;
    padding-left: 20px;
  }
  #product_txt .formradio-inline-item {
    width: 32%;
  }
  #product_txt .formradio-inline-item:nth-child(2) {
    margin-right: 2%;
  }
  #product_txt .formradio-inline-item label {
    background: url(/common_c/images/common/radio_new.svg) center 10px no-repeat #fff;
    padding: 0;
    text-align: center;
    background-size: 16px;
    font-size: 10px;
    height: 52px;
    font-size: 0.9rem !important;
  }
  #product_txt .formradio-inline-item input:checked + label {
    background: url(/common_c/images/common/radio_new_on.svg) center 10px no-repeat #fff;
  }
  #product_txt .formradio-inline-item label span {
    position: relative;
    left: 0;
    display: inline-block;
    margin-top: 15px;
    padding-right: 0;
  }
  .type-b #product_img_name p.text-b-c,
  .type-c #product_img_name p.text-b-c {
    position: absolute;
    top: 15%;
    left: 50%;
    margin: 0;
    width: 30%;
    margin-left: -10px;
  }
  .type-b #product_img_name h3,
  .type-c #product_img_name h3 {
    position: absolute;
    top: 80%;
    left: 50%;
    margin-left: -5px;
    font-size: 19px;
  }
  .type-b #product_img_name h2,
  .type-c #product_img_name h2 {
    width: 70%;
    margin-right: 0;
    text-align: center;
    margin-left: -20%;
  }
  #product_txt .formradio-inline-item label {
    font-size: 1rem;
    background: none;
    padding: 5px 10px 0px 10px;
    height: auto;
    text-align: left;
  }
  #product_txt .formradio-inline-item input:checked + label {
    background: none;
  }
  #product_txt .formradio-inline-item:nth-child(4) {
    margin-left: 0;
  }
  #modal-csv.type-b .refinemodal-inner,
  #modal-csv.type-c .refinemodal-inner {
    top: 0;
  }
  #modal-csv.type-b .refinemodal-bottom,
  #modal-csv.type-c .refinemodal-bottom {
    z-index: 2;
  }
  #modal-csv.type-b .refinemodal-bottom-close,
  #modal-csv.type-c .refinemodal-bottom-close {
    top: 0;
    background: url(/common_c/images/common/close_b.svg) no-repeat center 37px #fff;
    background-size: 21px;
  }
  #modal-csv.type-b .refinemodal-bottom-close span,
  #modal-csv.type-c .refinemodal-bottom-close span {
    background: #000;
  }
}
@media (max-width: 768px) {
  .btn-fix {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 0;
    background-color: #fff;
    border-top: 1px solid #ddd;
  }
  #modal-csv .refinemodal-inner {
    padding-bottom: 100px;
  }
}
.formradio-inline-item input[type=checkbox] {
  display: none;
}

#product_txt .ttl-contract, #product_txt .ttl-model {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 20px;
}

#product_txt .data-contract, #product_txt .data-model {
  margin-bottom: 10px;
}

#product_txt .data-contract .formradio-inline-item {
  width: 46%;
}

@media (max-width: 768px) {
  #product_txt .ttl-contract, #product_txt .ttl-model {
    margin-bottom: 5px;
    font-size: 14px;
  }
  #product_txt .data-contract .formradio-inline-item {
    width: 48%;
  }
}
/* /追加新規モーダル用 20240919 */
/* カウントダウン用 */
.cd_time_date_ts, .cd_time_hour_ts, .cd_time_min_ts, .cd_time_s_ts {
  margin-left: 5px;
  margin-right: 5px;
  padding: 2px 5px;
  display: inline-block;
  line-height: 1;
  font-size: 2em;
  border-radius: 3px;
  background-color: #fff;
  -webkit-box-shadow: 2px 2px 5px #999;
          box-shadow: 2px 2px 5px #999;
}

/* /カウントダウン用 */
/* ページ調整 */
/* チャット追加 */
@media (max-width: 768px) {
  .header-submenu.header-submenu--temporarily211020 {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    z-index: 10000;
  }
  .header-submenu.header-submenu--temporarily211020 .header-submenu-chat span {
    display: inline-block;
    width: 60px;
    height: 56px;
    background: url(/common_c/images/common/icon/icon_chat.png) center 1px no-repeat;
    background-size: 35px 37px;
    background-position: center center;
  }
  .js-chatbtn.chatbtn-wrapper {
    display: none !important;
  }
}
/* /チャット追加 */
/* iPhone 17動作確認 */
.ip17-operation {
  background: linear-gradient(45deg, #626262, black);
  padding: 20px;
  border-radius: 10px;
}

/* /iPhone 17動作確認 */