@charset "UTF-8";
.a1 {
  font-family: "gothic-a1", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.btn {
  display: block;
  margin: 40px auto 0;
  max-width: 435px;
  width: 100%;
}

@media screen and (max-width: 845px) {
  .btn {
    margin-top: 20px;
  }
}
.btn a {
  display: block;
  background-image: linear-gradient(0deg, rgb(219, 195, 0) 0%, rgb(255, 112, 81) 100%);
  width: 100%;
  color: #fff;
  font-weight: 700;
  text-align: center;
  font-size: 2.4rem;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 2px;
}

@media screen and (max-width: 845px) {
  .btn a {
    font-size: 2rem;
    padding: 15px 10px;
  }
}
.btn p {
  text-align: center;
  display: block;
  margin: 10px auto 0;
  font-size: 1.3rem;
}

html {
  font-size: 10px;
}

@media screen and (max-width: 845px) {
  html {
    font-size: 8px;
  }
}
header {
  padding: 25px 40px;
  background: #fff;
}

@media screen and (max-width: 845px) {
  header {
    padding: 10px 0;
  }
}
header a {
  max-width: 354px;
  display: block;
}

@media screen and (max-width: 845px) {
  header a {
    max-width: 160px;
    padding: 10px;
  }
}
#mv {
  position: relative;
  background: linear-gradient(#2c79e2 0%, #2c79e2 60%, transparent);
  margin-top: 1vw;
  padding-top: 2vw;
  margin: 0 auto;
  margin-bottom: 70px;
  width: calc(100% - 50px);
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  margin-top: 25px;
  padding-top: 120px;
}
#mv .abso {
  top: 20px;
  left: 20px;
  color: #fff;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  font-weight: 200;
  line-height: 1;
}
@media screen and (max-width: 845px) {
  #mv .abso {
    font-size: 1.2rem;
    top: 10px;
    left: 10px;
  }
}
#mv .mv_point {
  font-size: 1.924vw;
  text-align: center;
  color: #fff;
  font-weight: 700;
  margin: 4vw auto;
}
@media screen and (max-width: 845px) {
  #mv .mv_point {
    font-size: 5vw;
    margin: 6vw auto;
  }
}

@media screen and (max-width: 845px) {
  #mv {
    width: 95%;
    padding-top: 80px;
    margin-bottom: 50px;
    margin-top: 2.5vw;
  }
}
#mv .bg {
  padding-top: 1%;
}

@media screen and (max-width: 845px) {
  #mv .bg {
    padding-top: 0;
  }
}
#mv .bg img {
  max-width: none;
  width: 100%;
}

#mv .innerBox {
  width: 73.44155%;
  margin: 0 auto;
}

@media screen and (max-width: 845px) {
  #mv .innerBox {
    width: 100%;
    position: static;
    transform: none;
  }
}
#mv .innerBox h1 {
  width: 59.4426vw;
  margin: 0 auto;
}

@media screen and (max-width: 845px) {
  #mv .innerBox h1 {
    width: 86.33333vw;
  }
}
#mv .innerBox .pointBox {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  width: 67.53246vw;
  margin: 5.5vw auto;
}

@media screen and (max-width: 845px) {
  #mv .innerBox .pointBox {
    width: 89vw;
    margin: 8vw auto;
  }
}
#mv .innerBox .pointBox .pointCont {
  background: #fff;
  border-radius: 0.38961vw;
  position: relative;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  width: 32%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 133/50;
  padding: 20px 0;
}

@media screen and (max-width: 845px) {
  #mv .innerBox .pointBox .pointCont {
    aspect-ratio: 41/35;
    border-radius: 0.8vw;
    width: 31%;
  }
}
#mv .innerBox .pointBox .pointCont .icn {
  width: 15.639%;
  position: absolute;
  left: -3.6%;
  top: -10%;
}

@media screen and (max-width: 845px) {
  #mv .innerBox .pointBox .pointCont .icn {
    width: 6.9333vw;
    top: -7%;
    left: -6%;
  }
}
#mv .innerBox .pointBox .pointCont p {
  text-align: center;
  font-size: 1.2337662338vw;
  font-weight: 700;
  line-height: 1.57;
  color: #414343;
}

@media screen and (max-width: 845px) {
  #mv .innerBox .pointBox .pointCont p {
    font-size: 2.8vw;
    line-height: 1.52;
  }
}
#mv .innerBox .imgBox {
  position: relative;
  margin: 0 auto;
  display: block;
  width: 50.844vw;
  letter-spacing: 0.05em;
  padding-top: 6%;
}

@media screen and (max-width: 845px) {
  #mv .innerBox .imgBox {
    width: 92%;
  }
}
#mv .innerBox .imgBox .main {
  display: block;
  margin: 0 auto;
}

#mv .innerBox .imgBox .ill {
  width: 22.0779vw;
  position: absolute;
  top: 0%;
  left: -20%;
}

#mv .innerBox .imgBox .planBox {
position: absolute;
    top: 5%;
    
    /* 修正：右端からの距離を固定し、左側に伸びるようにする */
    right: -16%; 
    
    /* 幅の設定 */
    width: auto;
    min-width: 280px;
    /* 画面を突き抜けないように最大幅を制限（任意） */
    max-width: 80%; 

    border-radius: 0.38961vw;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

@media screen and (max-width: 845px) {
  #mv .innerBox .imgBox .planBox {
    position: static;
    width: 96%;
    margin: 0 auto;
    margin-top: 6.666vw;
    border-radius: 0.8vw;
    min-width: 100%;
  }
}
#mv .innerBox .imgBox .planBox .ttl {
background-image: linear-gradient(90deg, rgb(219, 195, 0) 0%, rgb(255, 112, 81) 100%);
    color: #fff;
    text-align: center;
    font-weight: 700;
    text-shadow: 1.414px 1.414px 2px rgba(0, 0, 0, 0.2);
    display: block;

    /* 修正：1行に収まらない場合は改行を許可する */
    white-space: normal; 
    word-break: break-word; /* 単語の途中でも改行可能にする（言語対策） */
    
    padding: 0.8em 1.2em;
    width: 100%;
    box-sizing: border-box;
}

@media screen and (max-width: 845px) {
  #mv .innerBox .imgBox .planBox .ttl {
    font-size: 3.733vw;
  }
}
#mv .innerBox .imgBox .planBox .inner {
  padding: 0.8116883117vw;
  box-sizing: border-box;
  text-align: center;
}

@media screen and (max-width: 845px) {
  #mv .innerBox .imgBox .planBox .inner {
    padding: 2.66vw;
  }
}
#mv .innerBox .imgBox .planBox .inner .flex {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;             /* 要素間の隙間を固定で作る */
    flex-wrap: nowrap;     /* 絶対に折り返さない */
}

#mv .innerBox .imgBox .planBox .inner .flex p {
white-space: nowrap;   /* 価格とGB数も1行に */
}
#mv .innerBox .imgBox .planBox .inner .flex p s {
  display: inline-block;
  margin-right: 0.25em;
}

#mv .innerBox .imgBox .planBox .inner .flex p strong {
  font-size: 1.55844vw;
}

@media screen and (max-width: 845px) {
  #mv .innerBox .imgBox .planBox .inner .flex p strong {
    font-size: 5vw;
  }
}
#mv .innerBox .imgBox .planBox .inner .flex p strong.red {
  color: #e03200;
}

#mv .innerBox .imgBox .planBox .inner .flex p .arrow {
  font-size: 1.2vw;
  display: block;
  vertical-align: middle;
  font-size: 0.8vw;
  margin: 0 0.25em;
  line-height: 1;
  margin-top: 0.1em;
}

@media screen and (max-width: 845px) {
  #mv .innerBox .imgBox .planBox .inner .flex p .arrow {
    font-size: 3.33vw;
  }
}
#mv .innerBox .imgBox .planBox .inner .flex .cam_icn {
  background: #e03200;
  color: #fff;
  text-align: center;
  font-size: 0.9090909vw;
  letter-spacing: 0;
  line-height: 0.8441558442vw;
  padding: 0.3em;
  border-radius: 0.12987vw;
  margin-left: 3%;
}

@media screen and (max-width: 845px) {
  #mv .innerBox .imgBox .planBox .inner .flex .cam_icn {
    line-height: 1.2;
    font-size: 2.933vw;
  }
}
#mv .innerBox .imgBox .planBox .inner .flex .cam_icn .s1 {
  display: block;
  font-size: 0.7792207792vw;
}

@media screen and (max-width: 845px) {
  #mv .innerBox .imgBox .planBox .inner .flex .cam_icn .s1 {
    font-size: 2.46vw;
    display: inline;
  }
}
#mv .innerBox .imgBox .planBox .inner .flex .cam_icn .s2 {
  font-size: 0.64935vw;
}

@media screen and (max-width: 845px) {
  #mv .innerBox .imgBox .planBox .inner .flex .cam_icn .s2 {
    font-size: 1.8666vw;
  }
}

/* スマホ用のメディアクエリ内に追加・修正 */
@media screen and (max-width: 845px) {
    #mv .innerBox .imgBox .planBox .inner .flex {
        /* 下段に落とすため、縦並びにする */
        flex-direction: column; 
        gap: 5px; /* 縦並び時の間隔を調整 */
    }

    #mv .innerBox .imgBox .planBox .inner .flex .cam_icn {
        /* 横幅いっぱいにせず、中央寄せにするための調整 */
        margin-left: 0;
        display: inline-block;
        width: fit-content;
        padding: 4px 10px;
    }
    
    #mv .innerBox .imgBox .planBox .inner .flex p {
        /* 価格のフォントサイズが大きすぎる場合はここで微調整 */
        font-size: 6vw; 
        margin: 0;
    }
}

#mv .innerBox .imgBox .planBox .inner .txt {
  font-size: 0.974vw;
  margin-top: 2%;
}

@media screen and (max-width: 845px) {
  #mv .innerBox .imgBox .planBox .inner .txt {
    font-size: 3.33vw;
    margin-top: 1%;
  }
}
.セゾンのおすすめCALLSIMプラン {
  font-size: 40px;
  font-family: "Zen Kaku Gothic New";
  color: rgb(255, 255, 255);
  font-weight: bold;
  line-height: 1.35;
  text-align: center;
  text-shadow: 1.414px 1.414px 2px rgba(0, 0, 0, 0.2);
  -moz-transform: matrix(1.0001987163, 0, 0, 0.9990436445, 0, 0);
  -webkit-transform: matrix(1.0001987163, 0, 0, 0.9990436445, 0, 0);
  -ms-transform: matrix(1.0001987163, 0, 0, 0.9990436445, 0, 0);
  position: absolute;
  left: 2020.051px;
  top: 1433.327px;
  z-index: 82;
}

#intro {
  width: 90%;
  margin: 0 auto;
}

#intro .intro_txt {
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
  line-height: 2.95;
  letter-spacing: 0.08em;
}

#intro .intro_txt span {
  display: inline-block;
  padding: 0.1em 10px;
  background-image: linear-gradient(0deg, rgb(219, 195, 0) 0%, rgb(255, 112, 81) 100%);
  color: #fff;
  line-height: 1.5;
  margin: 0 0.2em;
}

@media screen and (max-width: 845px) {
  #intro .intro_txt {
    line-height: 2;
    text-align: left;
    font-size: 1.8rem;
  }
  #intro .intro_txt span {
    display: block;
    margin: 10px auto;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    padding: 10px;
  }
}
#intro .small {
  text-align: left;
  font-size: 1.4rem;
  line-height: 2.285;
  letter-spacing: 0.08em;
  margin: 40px auto 60px;
  width: -moz-fit-content;
  width: fit-content;
}

#intro .small span {
  display: flex;
}

#intro .small span::before {
  content: "※";
  margin-right: 0.5em;
}

@media screen and (max-width: 845px) {
  #intro .small {
    margin: 20px auto;
    text-align: left;
    line-height: 2;
  }
}
.ribbon {
  display: inline-block;
  position: relative;
  padding: 25px;
  box-sizing: border-box;
  text-align: center;
  font-size: 18px; /*文字の大きさ*/
  background: #444444; /*塗りつぶし色*/
  color: #FFF; /*文字色*/
  box-sizing: border-box;
  margin: 0 auto;
  display: flex;
  max-width: 1130px;
  width: 100%;
  align-items: stretch;
  justify-content: center;
  margin-bottom: 110px;
}

.ribbon dt {
  font-size: 2.4rem;
  line-height: 1;
  display: flex;
  align-items: flex-end;
  padding-right: 50px;
  margin-right: 50px;
  border-right: 1px solid #fff;
  font-weight: 700;
  padding-bottom: 10px;
  letter-spacing: 0.1em;
}

.ribbon dt .en {
  font-size: 1.6rem;
  display: block;
  margin-top: auto;
  color: #dfc811;
  margin-left: 10px;
}

.ribbon dd {
  font-size: 2.6rem;
  line-height: 1;
  display: flex;
  align-items: flex-end;
  font-weight: 700;
  padding-bottom: 10px;
  letter-spacing: 0.2em;
}

.ribbon dd strong {
  font-size: 4.6rem;
  display: block;
  line-height: 1;
  color: #dfc811;
}

@media screen and (max-width: 1090px) {
  .ribbon dt {
    font-size: 2rem;
    margin-right: 20px;
    padding-right: 20px;
  }
  .ribbon dt .en {
    font-size: 1.4rem;
  }
  .ribbon dd {
    font-size: 2rem;
  }
  .ribbon dd strong {
    font-size: 3rem;
  }
}
@media screen and (max-width: 845px) {
  .ribbon {
    display: block;
    margin-bottom: 50px;
    width: 100%;
    padding: 20px;
  }
  .ribbon dt {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    border-right: none;
    text-align: center;
    display: block;
    font-size: 4vw;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .ribbon dt .en {
    margin: 5px 0;
    margin-left: 10px;
    display: inline-block;
  }
  .ribbon dd {
    display: block;
    font-size: 5vw;
    line-height: 1.8;
  }
  .ribbon dd strong {
    display: inline;
    font-size: 8vw;
  }
}
.ribbon::before, .ribbon::after {
  position: absolute;
  content: "";
  width: 0px;
  height: 0px;
  z-index: 1;
}

.ribbon::before {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border-width: 55px 0px 55px 22px;
  border-color: transparent transparent transparent #f6f6f6;
  border-style: solid;
}

@media screen and (max-width: 845px) {
  .ribbon::before {
    display: none;
  }
}
.ribbon::after {
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  border-width: 55px 22px 55px 0px;
  border-color: transparent #f6f6f6 transparent transparent;
  border-style: solid;
}

@media screen and (max-width: 845px) {
  .ribbon::after {
    display: none;
  }
}
#howto {
  background: url("../image/howto_bg.jpg") no-repeat center top;
  background-size: cover;
  padding: 100px 0;
}
#howto p {
  max-width: 1036px;
  width: 90%;
  margin: 0 auto;
  margin-top: 35px;
  font-size: 1.3rem;
  line-height: 2;
}

@media screen and (max-width: 845px) {
  #howto {
    padding: 50px 0;
  }
}
#howto h2 {
  max-width: 1290px;
  width: 90%;
  margin: 0 auto;
  position: relative;
}

#howto h2 span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  white-space: nowrap;
}

#howto .subtxt {
  text-align: center;
  width: 90%;
  margin: 40px auto 70px;
  font-size: 1.9rem;
  font-weight: 700;
}

#howto ul {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  max-width: 1036px;
  width: 90%;
  margin: 0 auto;
}

#howto ul li {
  display: flex;
  flex-direction: column;
  width: 30%;
  background: rgb(255, 255, 255);
  border-radius: 6px;
  padding: 55px 10px 60px;
  box-sizing: border-box;
  position: relative;
}
#howto ul li .balloon {
  position: absolute;
  background: #2591a7;
  color: #fff;
  text-align: center;
  padding: 10px 20px;
  box-sizing: border-box;
  border-radius: 9999px;
  font-weight: bold;
  font-size: 1.7rem;
  left: 50%;
  transform: translateX(-50%);
  width: -moz-fit-content;
  width: fit-content;
  box-sizing: border-box;
  white-space: nowrap;
  top: -35px;
  z-index:50;
}
#howto ul li .balloon::after {
  content: "";
  position: absolute;
  bottom: -15px;

/* 中央配置のための3点セット */
  left: 50%;
  transform: translateX(-50%);
  right: auto; /* 上書きして無効化 */

  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #2591a7 transparent transparent transparent;
  border-width: 15px 10px 0 10px;
}
@media screen and (max-width: 845px) {
  #howto ul li .balloon {
    font-size: 1.4rem;
    top: -50px;
  }
}

#howto ul li .icn {
  display: block;
  margin: 0 auto 20px;
  max-width: 166.5px;
  display: block;
}

#howto ul li p {
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.8;
  font-weight: 700;
  letter-spacing: 0.1em;
}

#howto ul li p small {
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  margin-top: 20px;
}

@media screen and (max-width: 845px) {
  #howto ul {
    display: block;
  }
  #howto ul li {
    width: 100%;
    padding: 25px 20px;
    padding-right: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
  }
  #howto ul li:nth-child(2) {
    margin-top: 70px;
  }
  #howto ul li + li {
    margin-top: 20px;
  }
  #howto ul li .icn {
    width: 60px;
    margin: 0;
    margin-right: 10px;
    flex-shrink: 0;
  }
  #howto ul li p {
    text-align: left;
    margin-top: 0;
  }
}
#products {
  max-width: 1315px;
  margin: 140px auto;
  width: 90%;
}

@media screen and (max-width: 845px) {
  #products {
    margin: 50px auto;
  }
}
#products h2 {
  text-align: left;
}

#products h2 .a1 {
  display: block;
  font-size: 8rem;
  font-weight: 700;
  line-height: 1;
}

@media screen and (max-width: 845px) {
  #products h2 .a1 {
    font-size: 4rem;
  }
}
#products h2 small {
  display: block;
  font-size: 1.8rem;
}

#products h3 {
  font-size: 3.3rem;
  text-align: left;
  border-bottom: 2px solid #414343;
  padding-bottom: 10px;
  margin-bottom: 25px;
  margin-top: 90px;
  display: flex;
  align-items: baseline;
}

#products h3 small {
  font-size: 1.8rem;
}

#products h3::before {
  content: "";
  width: 12px;
  height: 26px;
  background: linear-gradient(#dbc300 0%, #dbc300 50%, #a4972b 50%, #a4972b 100%);
  display: block;
  margin-right: 10px;
  border-radius: 2px;
}

@media screen and (max-width: 845px) {
  #products h3 {
    margin-top: 30px;
    flex-wrap: wrap;
  }
  #products h3::before {
    margin-top: 5px;
    height: 20px;
  }
  #products h3 span {
    line-height: 1;
  }
  #products h3 small {
    display: block;
    width: 100%;
    margin-top: 10px;
    font-size: 1.6rem;
  }
}
#products .point_list {
  display: flex;
}

@media screen and (max-width: 845px) {
  #products .point_list {
    display: block;
  }
}
#products .point_list li {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
}

#products .point_list li + li {
  margin-left: 2em;
}

@media screen and (max-width: 845px) {
  #products .point_list li + li {
    margin-left: 0;
    margin-top: 10px;
  }
}
#products .point_list li::before {
  content: "";
  width: 27px;
  height: 27px;
  display: block;
  margin-right: 0.5em;
  background: url("../image/icn_check.png") no-repeat;
  background-size: contain;
}

@media screen and (max-width: 845px) {
  #products .point_list li::before {
    width: 12px;
    height: 12px;
  }
}
#products .plan_list {
  position: relative;
  width: 100%;
  margin: 0;
  margin-top: 40px;
}

@media screen and (max-width: 845px) {
  #products .plan_list {
    width: 100%;
    margin: 20px auto 0;
  }
}
#products .plan_list .plan_cont {
  padding: 0 10px;
  box-sizing: border-box;
}

@media screen and (max-width: 845px) {
  #products .plan_list .plan_cont {
    padding: 0 5px;
  }
}
#products .plan_list .plan_cont .inner {
  text-align: center;
  aspect-ratio: 53/57;
  background: url("../image/slide_bg.png") no-repeat;
  background-size: contain;
  display: flex !important;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
}

#products .plan_list .plan_cont .inner .gb {
  font-weight: 900;
  font-size: clamp(0px, 2.28vw, 30px);
  letter-spacing: 0.05em;
  line-height: 1.4;
  margin-bottom: 0.5em;
}

#products .plan_list .plan_cont .inner .gb small {
  display: block;
  font-size: 0.6em;
  font-weight: 500;
}

@media screen and (max-width: 845px) {
  #products .plan_list .plan_cont .inner .gb {
    font-size: clamp(0px, 5vw, 30px);
  }
}
#products .plan_list .plan_cont .inner .price {
  letter-spacing: 0.05em;
}

#products .plan_list .plan_cont .inner .price s {
  font-style: italic;
  color: #999999;
  font-size: 2rem;
}

#products .plan_list .plan_cont .inner .price s small {
  font-size: 1.4rem;
}

#products .plan_list .plan_cont .inner .price strong {
  display: block;
  color: #e50012;
  font-size: 3rem;
  line-height: 1;
}

@media screen and (max-width: 845px) {
  #products .plan_list .plan_cont .inner .price strong {
    font-size: clamp(0px, 7vw, 30px);
  }
}
#products .plan_list .plan_cont .inner .price strong small {
  font-size: 1.7rem;
}

#products .plan_list .plan_cont .inner .campaign {
  font-size: 1.2rem;
  background: #e50012;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 2px;
  padding: 5px 10px;
  color: #fff;
  margin-top: 10px;
}

#products .plan_list .slide-arrow {
  width: 42.5px;
  height: 42.5px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
}

#products .plan_list .slide-arrow.prev-arrow {
  left: -14px;
}

#products .plan_list .slide-arrow.next-arrow {
  right: -14px;
  transform: rotate(180deg);
}

@media screen and (max-width: 845px) {
  #products .plan_list .slide-arrow {
    width: 20px;
    height: 20px;
  }
  #products .plan_list .slide-arrow.prev-arrow {
    left: -7px;
  }
  #products .plan_list .slide-arrow.next-arrow {
    right: -7px;
  }
}
#products .note {
  font-size: 1.3rem;
  margin-top: 20px;
  line-height: 1.84;
}

#products .note a {
  text-decoration: underline;
  color: #2591a7;
}

#products .price_table {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 35px;
  width: 100%;
}

@media screen and (max-width: 845px) {
  #products .price_table {
    display: block;
    margin-top: 20px;
  }
}
#products .price_table .cont {
  width: 48%;
  background: #fff;
  border-radius: 6px;
  border: 1px solid #e0e0e0;
  box-sizing: border-box;
  padding: 20px;
}

@media screen and (max-width: 845px) {
  #products .price_table .cont {
    width: 100%;
  }
  #products .price_table .cont + .cont {
    margin-top: 20px;
  }
}
#products .price_table .cont h4 {
  text-align: left;
  display: flex;
  align-items: center;
  white-space: nowrap;
  font-size: 2.1rem;
}

#products .price_table .cont h4::after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  margin-left: 10px;
  background: #444;
  opacity: 0.2;
}

#products .price_table .cont table {
  line-height: 1.68;
}

#products .price_table .cont table th {
  font-size: 1.6rem;
  text-align: left;
  vertical-align: top;
  padding-top: 10px;
  white-space: nowrap;
}

#products .price_table .cont table th::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #dbc300;
  display: inline-block;
  margin-right: 10px;
}

#products .price_table .cont table td {
  padding-left: 20px;
  font-size: 1.6rem;
  padding-left: 20px;
  padding-top: 10px;
}

@media screen and (max-width: 845px) {
  #products .price_table .cont table {
    display: block;
  }
  #products .price_table .cont table th {
    display: block;
    width: 100%;
    white-space: inherit;
  }
  #products .price_table .cont table td {
    display: block;
    padding: 0;
    margin-top: 5px;
  }
}
.amazon {
  box-sizing: border-box;
  margin: 140px auto;
}

@media screen and (max-width: 845px) {
  .amazon {
    margin: 50px auto;
  }
}
.amazon .cont_size_box {
  max-width: 1315px;
  margin: 0 auto;
  width: 95%;
}

.amazon .cont_size_box p {
  font-size: 1.3rem;
  line-height: 2.5;
  text-align: center;
}

@media screen and (max-width: 845px) {
  .amazon .cont_size_box p {
    text-align: left;
  }
}
.amazon .cont_size_box p a {
  color: #2591a7;
  text-decoration: underline;
}

.amazon .cont_size_box copyright {
  font-size: 1.3rem;
}

@media screen and (max-width: 845px) {
  .amazon .cont_size_box {
    display: block;
  }
  .amazon .cont_size_box copyright {
    text-align: center;
    display: block;
    margin-top: 30px;
  }
}
footer {
  overflow: hidden;
}

footer .rela::after {
  content: "";
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  height: 100px;
  margin-left: -50px;
  margin-right: -50px;
  padding-left: 50px;
  padding-right: 50px;
  background: #0e1f36;
  bottom: 0px;
  width: 100%;
  display: block;
  z-index: 1;
}

@media screen and (max-width: 845px) {
  footer .rela::after {
    height: 50px;
    margin-left: -25px;
    margin-right: -25px;
    padding-left: 25px;
    padding-right: 25px;
  }
}
footer .copyright {
  text-align: center;
  color: #fff;
  background: #0e1f36;
  padding: 0px 10px 50px;
  box-sizing: border-box;
  font-weight: 900;
  font-size: 1.2rem;
  position: relative;
  z-index: 2;
  padding-top: 30px;
}

footer .copyright .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1355px;
  margin: 0 auto;
}

footer .copyright .flex .logo {
  display: block;
  margin: 10px 0;
  color: #fff;
}

footer .copyright .flex ul {
  display: flex;
  justify-content: center;
  align-items: center;
}

footer .copyright .flex ul li + li {
  margin-left: 20px;
}

footer .copyright .flex ul li a {
  color: #fff;
  font-size: 1.1rem;
}

footer .copyright .flex copyright {
  width: 100%;
  text-align: center;
  margin-top: 40px;
  display: block;
}

@media screen and (max-width: 845px) {
  footer .copyright .flex {
    display: block;
  }
  footer .copyright .flex .logo {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 20px;
  }
  footer .copyright .flex ul {
    flex-wrap: wrap;
  }
  footer .copyright .flex ul li {
    white-space: nowrap;
    margin: 5px 10px;
  }
  footer .copyright .flex copyright {
    margin-top: 15px;
  }
}
footer .retop {
  margin: 0 auto -80px;
  max-width: 155.5px;
  display: block;
  z-index: 2;
  position: relative;
}

@media screen and (max-width: 845px) {
  footer .retop {
    bottom: 0px;
    margin-bottom: -50px;
  }
}
footer .retop img.hover_on {
  position: absolute;
  max-width: 155.5px;
  width: 100%;
  z-index: 1;
  bottom: 0px;
  opacity: 0;
  transition: 0.2s;
}

footer .retop:hover {
  opacity: 1;
}

footer .retop:hover img.hover_on {
  opacity: 1;
}

footer .retop::after {
  content: "";
  width: 2px;
  bottom: 37%;
  background: #052032;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  animation-name: anime_scroll02;
  animation-iteration-count: infinite;
  animation-duration: 2s;
  animation-fill-mode: ease;
  z-index: 2;
}

@media screen and (max-width: 845px) {
  footer .retop::after {
    width: 1px;
  }
}
@media screen and (max-width: 845px) {
  footer .retop {
    width: 100px;
  }
}
.fix_btnBox {
  position: fixed;
  bottom: -200px;
  right: 1vw;
  z-index: 10;
  max-width: 300px;
  width: 90%;
  opacity: 0;
  transition: 0.5s;
}

.fix_btnBox.active {
  bottom: 10px;
  opacity: 1;
}

.fix_btnBox .btn {
  margin-top: 0 !important;
}

.fix_btnBox .btn p {
  margin-top: 5px;
}

@media screen and (max-width: 845px) {
  .fix_btnBox {
    width: 100%;
    background: rgba(255, 255, 255, 0.7);
    padding: 10px;
    right: 0;
    box-sizing: border-box;
    max-width: none;
  }
}
@media screen and (max-width: 845px) and (max-width: 845px) {
  .fix_btnBox.active {
    bottom: 0;
  }
} 
#products .plan_list .plan_cont .inner a {
  text-decoration: underline;
  margin-top: 20px;
  font-size: 1.2rem;
}

#popup_reason {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  display: none;
}

#popup_reason .abso {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 700px;
  width: 80%;
}

#popup_reason .abso .close {
  position: absolute;
  font-size: 30px;
  font-weight: 100;
  line-height: 1;
  right: -30px;
  top: -20px;
  color: #fff;
  display: block;
}

#popup_reason .abso .popup_inner {
  overflow: scroll;
  max-height: 90vh;
  border-radius: clamp(0px, 4.28vw, 30px);
  background: #fff;
}

#popup_reason .abso .popup_inner .popup_intro {
  padding: 0 30px;
}

@media screen and (max-width: 845px) {
  #popup_reason .abso .popup_inner .popup_intro {
    padding: 0 15px;
  }
}
#popup_reason .abso .popup_inner .popup_intro h2 {
  width: calc(100% + 60px);
  margin-left: -30px;
  box-sizing: border-box;
  font-size: clamp(0px, 6vw, 43px);
  font-weight: 900;
  font-style: italic;
  color: #fff;
  padding: 0.5em;
  line-height: 1.2;
  background-image: linear-gradient(90deg, rgb(234, 210, 14) 0%, rgb(255, 112, 81) 100%);
  background-image: -ms-linear-gradient(90deg, rgb(234, 210, 14) 0%, rgb(255, 112, 81) 100%);
}

@media screen and (max-width: 845px) {
  #popup_reason .abso .popup_inner .popup_intro h2 {
    width: calc(100% + 30px);
    margin-left: -15px;
  }
}
#popup_reason .abso .popup_inner .popup_intro h3 {
  font-size: 2.6rem;
  text-align: center;
  margin: 30px auto;
}

@media screen and (max-width: 845px) {
  #popup_reason .abso .popup_inner .popup_intro h3 {
    margin: 15px auto;
  }
}
#popup_reason .abso .popup_inner .popup_intro p {
  text-align: center;
  font-size: 1.8rem;
  line-height: 2;
}

@media screen and (max-width: 845px) {
  #popup_reason .abso .popup_inner .popup_intro p {
    text-align: left;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    line-height: 1.7;
  }
}
#popup_reason .abso .popup_inner .popup_intro .table_img {
  margin: 34px auto;
}

@media screen and (max-width: 845px) {
  #popup_reason .abso .popup_inner .popup_intro .table_img {
    margin: 20px auto;
  }
}
#popup_reason .abso .popup_inner .bgBox {
  background: #f42b39;
  color: #fff;
  padding: 30px;
  padding-bottom: 50px;
  margin-top: 45px;
}

@media screen and (max-width: 845px) {
  #popup_reason .abso .popup_inner .bgBox {
    padding: 10px 15px 30px;
    margin-top: 20px;
  }
}
#popup_reason .abso .popup_inner .bgBox h2 {
  font-size: clamp(0px, 6vw, 43px);
  font-weight: 900;
  font-style: italic;
  text-shadow: 2.828px 2.828px 2px rgba(0, 0, 0, 0.2);
}

#popup_reason .abso .popup_inner .bgBox h2 span {
  font-size: 1.5em;
}

@media screen and (max-width: 845px) {
  #popup_reason .abso .popup_inner .bgBox h2 {
    line-height: 1.3;
  }
}
#popup_reason .abso .popup_inner .bgBox h3 {
  font-size: 2.7rem;
  color: #f42b39;
  background: #fff;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 4px;
  padding: 0.25em 0.5em;
  box-sizing: border-box;
  margin: 20px auto;
}

@media screen and (max-width: 845px) {
  #popup_reason .abso .popup_inner .bgBox h3 {
    line-height: 1.3;
    font-size: 2.2rem;
  }
}
#popup_reason .abso .popup_inner .bgBox h4 {
  font-size: 2.7rem;
  font-weight: 900;
  margin: 30px auto 25px;
}

#popup_reason .abso .popup_inner .bgBox ul {
  box-sizing: border-box;
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
}

@media screen and (max-width: 845px) {
  #popup_reason .abso .popup_inner .bgBox ul {
    justify-content: space-between;
  }
}
#popup_reason .abso .popup_inner .bgBox ul li {
  width: 30%;
  background: #fff;
  border-radius: 100%;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  margin-left: 5%;
  position: relative;
  margin-top: 5rem;
  height: 100%;
  padding: 10px;
  box-sizing: border-box;
}

#popup_reason .abso .popup_inner .bgBox ul li:first-child, #popup_reason .abso .popup_inner .bgBox ul li:nth-child(4) {
  margin-left: 0;
}

#popup_reason .abso .popup_inner .bgBox ul li:nth-child(n+4) {
  margin-top: 3rem;
}

@media screen and (max-width: 845px) {
  #popup_reason .abso .popup_inner .bgBox ul li {
    width: 45%;
    margin-left: 0;
  }
  #popup_reason .abso .popup_inner .bgBox ul li:nth-child(n+3) {
    margin-top: 6rem;
  }
}
#popup_reason .abso .popup_inner .bgBox ul li span {
  position: absolute;
  top: -3rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.7rem;
  line-height: 1;
  letter-spacing: 0.01em;
  display: block;
  white-space: nowrap;
}

#popup_reason .abso .popup_inner .bgBox ul li span strong {
  font-size: 1.4em;
  letter-spacing: 0.01em;
}

@media screen and (max-width: 845px) {
  #popup_reason .abso .popup_inner .bgBox ul li span {
    font-size: 1.4rem;
  }
}
#popup_reason .abso .popup_inner .bgBox ul li img {
  display: block;
  margin: 0 auto;
  max-width: 78.5px;
  width: 50%;
}

#popup_reason .abso .popup_inner .bgBox ul li p {
  text-align: center;
  color: #414343;
  font-size: clamp(0px, 2vw, 14px);
  margin-top: clamp(0px, 2.28vw, 16px);
  line-height: 1.57;
} 
#popup_reason_en {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  display: none;
}

#popup_reason_en .abso {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 700px;
  width: 80%;
}

#popup_reason_en .abso .close {
  position: absolute;
  font-size: 30px;
  font-weight: 100;
  line-height: 1;
  right: -30px;
  top: -20px;
  color: #fff;
  display: block;
}

#popup_reason_en .abso .popup_inner {
  overflow: scroll;
  max-height: 90vh;
  border-radius: clamp(0px, 4.28vw, 30px);
  background: #fff;
}

#popup_reason_en .abso .popup_inner .popup_intro {
  padding: 0 30px;
}

@media screen and (max-width: 845px) {
  #popup_reason_en .abso .popup_inner .popup_intro {
    padding: 0 15px;
  }
}
#popup_reason_en .abso .popup_inner .popup_intro h2 {
  width: calc(100% + 60px);
  margin-left: -30px;
  box-sizing: border-box;
  font-size: clamp(0px, 6vw, 43px);
  font-weight: 900;
  font-style: italic;
  color: #fff;
  padding: 0.5em;
  line-height: 1.2;
  background-image: linear-gradient(90deg, rgb(234, 210, 14) 0%, rgb(255, 112, 81) 100%);
  background-image: -ms-linear-gradient(90deg, rgb(234, 210, 14) 0%, rgb(255, 112, 81) 100%);
}

@media screen and (max-width: 845px) {
  #popup_reason_en .abso .popup_inner .popup_intro h2 {
    width: calc(100% + 30px);
    margin-left: -15px;
  }
}
#popup_reason_en .abso .popup_inner .popup_intro h3 {
  font-size: 2.6rem;
  text-align: center;
  margin: 30px auto;
}

@media screen and (max-width: 845px) {
  #popup_reason_en .abso .popup_inner .popup_intro h3 {
    margin: 15px auto;
  }
}
#popup_reason_en .abso .popup_inner .popup_intro p {
  text-align: center;
  font-size: 1.8rem;
  line-height: 2;
}

@media screen and (max-width: 845px) {
  #popup_reason_en .abso .popup_inner .popup_intro p {
    text-align: left;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    line-height: 1.7;
  }
}
#popup_reason_en .abso .popup_inner .popup_intro .table_img {
  margin: 34px auto;
}

@media screen and (max-width: 845px) {
  #popup_reason_en .abso .popup_inner .popup_intro .table_img {
    margin: 20px auto;
  }
}
#popup_reason_en .abso .popup_inner .bgBox {
  background: #f42b39;
  color: #fff;
  padding: 30px;
  padding-bottom: 50px;
  margin-top: 45px;
}

@media screen and (max-width: 845px) {
  #popup_reason_en .abso .popup_inner .bgBox {
    padding: 10px 15px 30px;
    margin-top: 20px;
  }
}
#popup_reason_en .abso .popup_inner .bgBox h2 {
  font-size: clamp(0px, 6vw, 43px);
  font-weight: 900;
  font-style: italic;
  text-shadow: 2.828px 2.828px 2px rgba(0, 0, 0, 0.2);
}

#popup_reason_en .abso .popup_inner .bgBox h2 span {
  font-size: 1.5em;
}

@media screen and (max-width: 845px) {
  #popup_reason_en .abso .popup_inner .bgBox h2 {
    line-height: 1.3;
  }
}
#popup_reason_en .abso .popup_inner .bgBox h3 {
  font-size: 2.7rem;
  color: #f42b39;
  background: #fff;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 4px;
  padding: 0.25em 0.5em;
  box-sizing: border-box;
  margin: 20px auto;
}

@media screen and (max-width: 845px) {
  #popup_reason_en .abso .popup_inner .bgBox h3 {
    line-height: 1.3;
    font-size: 2.2rem;
  }
}
#popup_reason_en .abso .popup_inner .bgBox h4 {
  font-size: 2.7rem;
  font-weight: 900;
  margin: 30px auto 25px;
}

#popup_reason_en .abso .popup_inner .bgBox ul {
  box-sizing: border-box;
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
}

@media screen and (max-width: 845px) {
  #popup_reason_en .abso .popup_inner .bgBox ul {
    justify-content: space-between;
  }
}
#popup_reason_en .abso .popup_inner .bgBox ul li {
  width: 30%;
  background: #fff;
  border-radius: 100%;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  margin-left: 5%;
  position: relative;
  margin-top: 5rem;
  height: 100%;
  padding: 10px;
  box-sizing: border-box;
}

#popup_reason_en .abso .popup_inner .bgBox ul li:first-child, #popup_reason_en .abso .popup_inner .bgBox ul li:nth-child(4) {
  margin-left: 0;
}

#popup_reason_en .abso .popup_inner .bgBox ul li:nth-child(n+4) {
  margin-top: 3rem;
}

@media screen and (max-width: 845px) {
  #popup_reason_en .abso .popup_inner .bgBox ul li {
    width: 45%;
    margin-left: 0;
  }
  #popup_reason_en .abso .popup_inner .bgBox ul li:nth-child(n+3) {
    margin-top: 6rem;
  }
}
#popup_reason_en .abso .popup_inner .bgBox ul li span {
  position: absolute;
  top: -3rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.7rem;
  line-height: 1;
  letter-spacing: 0.01em;
  display: block;
  white-space: nowrap;
}

#popup_reason_en .abso .popup_inner .bgBox ul li span strong {
  font-size: 1.4em;
  letter-spacing: 0.01em;
}

@media screen and (max-width: 845px) {
  #popup_reason_en .abso .popup_inner .bgBox ul li span {
    font-size: 1.4rem;
  }
}
#popup_reason_en .abso .popup_inner .bgBox ul li img {
  display: block;
  margin: 0 auto;
  max-width: 78.5px;
  width: 50%;
}

#popup_reason_en .abso .popup_inner .bgBox ul li p {
  text-align: center;
  color: #414343;
  font-size: clamp(0px, 2vw, 14px);
  margin-top: clamp(0px, 2.28vw, 16px);
  line-height: 1.57;
} 
.view_ja, .view_other {
  display: none;
}

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.8rem;
  font-weight: 900;
  background: rgba(255, 255, 255, 0.8);
  position: sticky;
  top: 0;
  left: 0;
  z-index: 99;
}

header .rightBox nav {
  justify-content: flex-end;
}

@media screen and (max-width: 845px) {
  header .rightBox nav {
    display: flex;
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    background: none;
  }
}
header .lang {
  position: relative;
}

header .lang a {
  color: #fff;
  background: #1c9c1f;
  font-size: 1.8rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  padding: 20px 40px;
  border-radius: 2px;
  width: -moz-fit-content;
  width: fit-content;
}

ul.lang li.wovn-switch {
  display: block;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
  border-radius: 0;
  color: #fff;
  background: #1c9c1f;
  font-size: 1.4rem;
  position: relative;
  line-height: 1;
  padding: 10px 20px;
}

ul.lang li.wovn-switch:hover {
  background: #44ad4b;
}

header .lang a img {
  width: 1.2rem;
  display: block;
  margin-left: 10px;
}

header .lang.on a {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

header .lang ul {
  position: absolute;
  top: 58px;
  left: 0;
  width: 100%;
  z-index: 5;
  display: none;
}

header .lang ul li {
  font-size: 1.8rem !important;
}

@media screen and (max-width: 845px) {
  header .lang {
    text-align: center;
  }
  header .lang ul {
    top: 37px;
  }
  header .lang ul li {
    font-size: 1.8rem !important;
  }
  header .lang a {
    padding: 10px;
  }
  header .lang > a {
    padding: 12px 15px 12px 20px;
  }
}
@media screen and (max-width: 1090px) {
  header .leftBox {
    display: block;
  }
  header .leftBox .logo {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 845px) {
  header .leftBox {
    padding: 10px;
    display: flex;
  }
  header .leftBox .logo {
    width: 160px;
    margin-bottom: 0;
  }
}
header .rightBox {
  width: 100%;
  max-width: none;
}

header .rightBox nav {
  display: flex;
  align-items: center;
}

header .rightBox nav > a {
  font-size: 1.6rem;
  letter-spacing: 1px;
  color: #052032;
}

header .rightBox nav > a::after {
  content: "";
  width: 0;
  display: block;
  border-bottom: 1px solid #052032;
  transition: 0.5s;
}

header .rightBox nav > a:hover::after {
  width: 100%;
}

header .rightBox nav > a:last-child {
  padding: 40px 55px;
  background: #244a7e;
  color: #fff;
  transition: 0.5s;
}

header .rightBox nav > a:last-child:hover {
  background: #1c9c1f;
  opacity: 1;
}

header .rightBox nav > a:last-child::after {
  display: none;
}

@media screen and (max-width: 1090px) {
  header .rightBox nav > a:last-child {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 1090px) {
  header .rightBox {
    width: 80%;
  }
}
@media screen and (max-width: 845px) {
  header .rightBox {
    width: auto;
    padding: 0 10px;
  }
  header .rightBox .sp_toggle {
    border-top: 2px solid #052032;
    border-bottom: 2px solid #052032;
    width: 20px;
  }
  header .rightBox .sp_toggle::before {
    content: "";
    display: block;
    border-top: 2px solid #052032;
    width: 20px;
    margin: 5px 0;
  }
  header .rightBox nav.active {
    right: 0;
  }
  header .rightBox nav > a {
    display: block;
    font-size: 2.4rem;
    padding: 10px;
    box-sizing: border-box;
    border-bottom: 2px solid #052032;
  }
  header .rightBox nav > a::after {
    display: none;
  }
  header .rightBox nav > a:last-child {
    border: none;
    padding: 20px 10px;
    margin-top: 20px;
    text-align: center;
  }
  header .rightBox nav > a.sp-close {
    padding: 0;
    font-size: 30px;
    text-align: right;
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    line-height: 1;
    cursor: pointer;
    border: none;
  }
}/*# sourceMappingURL=style2.css.map */

/* スマホ時かつWOVNでビルマ語が選択されている場合 */
@media screen and (max-width: 845px) {
    html[lang="my"] #mv .innerBox .imgBox .planBox .inner .flex p strong.red {
        display: block; /* 1行を解除して下に落とす */
        margin-top: 5px; /* 上に少し隙間を作る（任意） */
        font-size: 5.5vw; /* 文字が長い場合は少し小さく調整（任意） */
    }
}