@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');

/* ------------------------------------------------------------
  Reset
------------------------------------------------------------ */
body{
  overflow-x:hidden;
  margin:0;
  color: #333;
  background-color:#fff;
}
.sf_2024_sp_spring {
  font-family:'Roboto', 'Noto Sans CJK', sans-serif;
}
.sf_2024_sp_spring img {
  max-width: 100%;
  width: auto;
  vertical-align: bottom;
}

.hide{
  display:none !important; /* 機種判別によるボタン出し分けに必須 */
}


/* ------------------------------------------------------------
  Xperia campaign common
------------------------------------------------------------ */

/* 上下の空き指定 ------------------------ */

.sf_2024_sp_spring .mb0,
.sf_2024_sp_spring .kk.mb0 { margin-bottom:0; }

.sf_2024_sp_spring .mb10,
.sf_2024_sp_spring .kk.mb10 { margin-bottom:10px; }

.sf_2024_sp_spring .mb20,
.sf_2024_sp_spring .kk.mb20 { margin-bottom:20px; }

.sf_2024_sp_spring .mb40,
.sf_2024_sp_spring .kk.mb40 { margin-bottom:40px; }

.sf_2024_sp_spring .mb50,
.sf_2024_sp_spring .kk.mb40 { margin-bottom:50px; }

.sf_2024_sp_spring .mb60,
.sf_2024_sp_spring .kk.mb40 { margin-bottom:60px; }

.sf_2024_sp_spring .mb70,
.sf_2024_sp_spring .kk.mb40 { margin-bottom:70px; }

.sf_2024_sp_spring .mb05em,
.sf_2024_sp_spring .kk.mb05em { margin-bottom:0.5em; }

.sf_2024_sp_spring .mb1em,
.sf_2024_sp_spring .kk.mb1em { margin-bottom:1em; }


.sf_2024_sp_spring .mt02em,
.sf_2024_sp_spring .kk.mt02em { margin-top:0.2em; }

.sf_2024_sp_spring .mt03em,
.sf_2024_sp_spring .kk.mt03em { margin-top:0.3em; }

.sf_2024_sp_spring .mt05em,
.sf_2024_sp_spring .kk.mt05em { margin-top:0.5em; }

.sf_2024_sp_spring .mt1em,
.sf_2024_sp_spring .kk.mt1em { margin-top:1em; }

.sf_2024_sp_spring .mt2em,
.sf_2024_sp_spring .kk.mt2em { margin-top:2em; }

.sf_2024_sp_spring .mt0,
.sf_2024_sp_spring .kk.mt0 { margin-top:0; }

.sf_2024_sp_spring .mt5,
.sf_2024_sp_spring .kk.mt5 { margin-top:5px; }

.sf_2024_sp_spring .mt10,
.sf_2024_sp_spring .kk.mt10 { margin-top:10px; }

.sf_2024_sp_spring .mt20,
.sf_2024_sp_spring .kk.mt20 { margin-top:20px; }

.sf_2024_sp_spring .mt30,
.sf_2024_sp_spring .kk.mt30 { margin-top:30px; }

.sf_2024_sp_spring .mt40,
.sf_2024_sp_spring .kk.mt40 { margin-top:40px; }

.sf_2024_sp_spring .mtSec { margin-top:90px; }


/* 文字装飾(色、アンダーライン) ------------------------ */

.sf_2024_sp_spring .tx_ul { text-decoration:underline; }

.sf_2024_sp_spring .tx-orange { color: #cd5c29; font-weight: bold; }
.sf_2024_sp_spring .txt_red { color:#F00; }
.sf_2024_sp_spring .txt_d-red{ color:#c03 }

.sf_2024_sp_spring .tx-c {
  text-align: center !important;
  margin-left: auto;
  margin-right: auto;
  width:100%;
}

.sf_2024_sp_spring .tx-l {
  text-align: left !important;
  margin-left: auto;
  margin-right: auto;
  width:100%;
}

.sf_2024_sp_spring .tx-r {
  text-align: right !important;
  margin-left: auto;
  margin-right: auto;
  width:100%;
}

.sf_2024_sp_spring .tx-justify{
  text-align: justify;
  text-justify: inter-ideograph;
}

/* テキストインデント ------------------------ */

.sf_2024_sp_spring .kk{
  padding-left:1em;
  margin:0;
}

.sf_2024_sp_spring .kk > span:first-child{
  display:inline-block;
  width:1em;
  margin-left:-1em;
  white-space:nowrap;
}

.sf_2024_sp_spring .kk_num{
  padding-left:1.3em;
  margin:0;
}

.sf_2024_sp_spring .kk_num > span:first-child{
  display:inline-block;
  width:1.3em;
  margin-left:-1.3em;
  white-space:nowrap;
}
.sf_2024_sp_spring .f-indent{
  display:flex;
}
.sf_2024_sp_spring .f-indent > span{
}

/* 改行禁止 ------------------------ */

.sf_2024_sp_spring .brno{ white-space:nowrap; }


/* リスト ------------------------ */


.sf_2024_sp_spring ul.list_dot, ul.list_dot li{
  list-style:none;
  display:block;
}

.sf_2024_sp_spring ul.list_dot li{
  padding-left:1em;
  text-indent:-1em;
}

.sf_2024_sp_spring ul.list_dot li:before{
  content:"・";
  display:inline-block;
  width:1em;
  vertical-align:middle;
  text-align:center;
  text-indent:0;
}

.sf_2024_sp_spring ul.list_dot li.kome:before{
  content:"※";
}

/* リンクタグ ------------------------ */


.sf_2024_sp_spring a {
  color: #00A8B5;
  word-break: break-all;
}

.sf_2024_sp_spring a.d-link_blank:after{
  content:"";
  display:inline-block;
  padding-right: 1em;
  margin-left:0.25em;
  height:inherit;
  min-height:1em;
  background:url(../img/ext_w.svg) 50% 45% no-repeat;
  background-size: contain;
  vertical-align:middle;
}
.sf_2024_sp_spring a.d-link_blank.d-button-w:after{
  background:url(../img/ext.svg) 50% 50% no-repeat;
  position:absolute;
  right:0.5em;
}
.sf_2024_sp_spring a.d-link_blank-before:before{
  content:"";
  display:inline-block;
  padding-right: 1em;
  margin-right:0.25em;
  margin-left:-0.5em;
  height:inherit;
  min-height:1em;
  background:url(../img/ext_w.svg) 50% 20% no-repeat;
  background-size: contain;
  vertical-align:middle;
  position:absolute;
  left:1em;
  top:50%;
  transform:translate(0, -50%);
}
.sf_2024_sp_spring i.d-icon-blank {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  background-position: 50% 40%;
  width: 0.8em;
  height: 1em;
  background-image: url(../img/ext.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-left:1px;
  margin-right:2px;
  vertical-align:middle;
}
.sf_2024_sp_spring a.fs-link_blank-before:before{
  content: "";
  display: inline-block;
  padding-right: 1em;
  margin-right: 0.25em;
  margin-left: -0.5em;
  height: inherit;
  min-height: 1em;
  background: url(../img/ext_w.svg) 50% 20% no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  left: 1em;
  top: 50%;
  transform: translate(0, -50%);
}
.sf_2024_sp_spring .cptarget div > span a.sf-button_buy {
background-color: #f5683a;
}

/* ボーダーを消す ------------------------ */
#contents .sf_2024_sp_spring .bdno{
  border:none;
}

#contents .sf_2024_sp_spring .bd_btm_dash{
  border-bottom:1px dashed #ccc;
  padding-bottom:0.5em;
  margin-bottom:0.7em;
}

/* ------------------------------------------------------------
  Xperia campaign for smartphone
------------------------------------------------------------ */

/* font-size XL準拠 ------------------------ */

  .fs-10 { font-size: 2.777777778vw; line-height: 4.166666667vw; }
  .fs-11 { font-size: 3.055555555vw; line-height: 4.583333333vw; }
/*.fs-12 { font-size: 3.333333333vw; line-height: 5vw; } */ /* base.css に有り */
/*.fs-13 { font-size: 3.611111111vw; line-height: 5.277777778vw; } */ /* base.css に有り */
/*.fs-14 { font-size: 3.888888889vw; line-height: 5.555555556vw; } */ /* base.css に有り */
  .fs-15 { font-size: 4.166666666vw; line-height: 5.729166666vw; }
/*.fs-16 { font-size: 4.444444444vw; line-height: 6.111111111vw; } */ /* base.css に有り */
  .fs-17 { font-size: 4.722222222vw; line-height: 6.296296296vw; }
/*.fs-18 { font-size: 5vw; line-height: 6.666666667vw; } */ /* base.css に有り */
/*.fs-20 { font-size: 5.555555556vw; line-height: 7.222222222vw; } */ /* base.css に有り */
  .fs-22 { font-size: 6.111111112vw; line-height: 7.944444444vw; }
  .fs-24 { font-size: 6.666666667vw; line-height: 8.666666666vw; }
  .fs-26 { font-size: 7.222222222vw; line-height: 9.388888889vw; }
/*.fs-28 { font-size: 7.777777778vw; line-height: 9.444444444vw; } */ /* base.css に有り */


/* ------------------------------------------------------------
  Base
------------------------------------------------------------ */
.sf_2024_sp_spring {
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  word-wrap: break-word;
  overflow-wrap: break-word;
  color: #333;
}

.sf_2024_sp_spring .inner_wrap {
  width: 90%;
  margin: 0 auto;
  padding-left:0;
  padding-right:0;
}

.sf_2024_sp_spring .w_sp {
  width:100%;
  margin-left:auto;
  margin-right:auto;
  overflow:visible;
  margin-bottom:5vw;
}


.sf_2024_sp_spring h2{
  font-weight:bold;
}

.sf_2024_sp_spring h2.h-bg-r {
  text-align: center;
  color:#fff;
  padding: 3.5vw 0;
  background: #17151c;
  font-weight: bold;
}

.sf_2024_sp_spring h2.h-bg-r.bg-gray {
  background: #7e7e7e;
}


/* display for sp ------------------------ */

.sf_2024_sp_spring .sm-pc {
  display: none !important;
}
.sf_2024_sp_spring .w_sp:last-of-type {
  padding-bottom:0;
  margin-bottom:5vw;
}



/* Hero ------------------------ */


.sf_2024_sp_spring__hero h1, .sf_2024_sp_spring__hero p {
  margin: 0;
  padding: 0;
}
.sf_2024_sp_spring__hero {
  margin-top:0;
}

.sf_2024_sp_spring__hero > div {
  background:#00428c;
  color:#fff;
  padding:0.5em 0;
  position:relative;
  margin-top:-1px;
}
.sf_2024_sp_spring__hero > div strong {
  color:#fe0;
}
.sf_2024_sp_spring__hero > div a {
  color:#fff;
  display:block;
  padding:0.5em 0;
  margin:-0.5em 0;
}
.sf_2024_sp_spring__hero > div a:after {
content: "┓";
display: inline-block;
width: 2em;
height: 2em;
border-radius: 1em;
border: 1px solid #fff;
vertical-align: middle;
text-align:center;
color:#fff;
line-height:1.75em;
padding-left:0.3em;
right:0.5em;
position:absolute;
top:0.5em;
transform:rotate(45deg);
}

/* 終了メッセージ ------------------------ */
.sf_2024_sp_spring .close_txt {
  text-align:center;
  font-weight:bold;
  margin:30px auto;
  padding:1em 0;
  border:1px solid #000;
}
.sf_2024_sp_spring .spBr {
  display:inline-block;
}


/* 期間 ------------------------ */
.sf_2024_sp_spring .kikan{
  position:relative;
  margin-top:30px;
  text-align:center;
}
.sf_2024_sp_spring .kikan span{
  width:100%;
  /* background:linear-gradient(to bottom, #000, #000 50%, #fff 50%); */
  margin:0 auto;
  /* border:2px solid #000; */
  display:block;
  position:relative;
}



/* キャンペーン対象端末 ------------------------ */

.sf_2024_sp_spring .cptarget{
  width:100%;
  margin:30px auto 0 auto;
  padding:0;
  position:relative;
  overflow:hidden;
  text-align:center;
}

.sf_2024_sp_spring .cptarget h2{
  text-align:center;
  margin:5vw 0 3vw 0 ;
  line-height:initial;
  width:100%;
}

.sf_2024_sp_spring .cptarget h3{
  text-align:center;
  margin:0 0 3vw 0 ;
  line-height:initial;
  width:100%;
  color:#189984;
}

#contents .sf_2024_sp_spring .cptarget h2 img{
  width:auto;
  height:1em;
  max-width:initial;
  display:inline-block;
  vertical-align:middle;
  margin-bottom:2%;
  margin-right:0.5em;
}

.sf_2024_sp_spring .cptarget h2 span{
  display:inline-block;
}


.sf_2024_sp_spring .cptarget > div{
  padding:5vw 5vw 0 5vw;
}

.sf_2024_sp_spring .cptarget > div.target2{
  padding:5vw 1vw 5vw 1vw;
}

.sf_2024_sp_spring .cptarget > div,
.sf_2024_sp_spring .g-border{
  border:2px solid #189984;
}

  #contents .sf_2024_sp_spring .cptarget > div.target2{
    margin-top:5vw;
  }

.sf_2024_sp_spring .cptarget div > span{
  display:inline-block;
  width:100%;
  vertical-align:bottom;
  padding:5vw;
}

.sf_2024_sp_spring .cptarget div.target2 > span{
  padding:3vw 0 0 0;
}
.sf_2024_sp_spring .cptarget div > span img{
  width:80%;
  display:block;
  margin-left:auto;
  margin-right:auto;
}

.sf_2024_sp_spring .cptarget div.target2 > span img{
  display:none;
}

.sf_2024_sp_spring .cptarget div > span > span{
  margin-top:0.5em;
}
.sf_2024_sp_spring .cptarget div > span > a{
  display:block;
  padding:0.75em 0.5em 0.75em 0;
  margin:0.75em auto 0 auto;
  width:75%;
  background-color:#666;
  color:#fff;
}
.sf_2024_sp_spring .cptarget div > span > span a{
  display:inline;
}
.sf_2024_sp_spring .cptarget div.target2 > span a{
  width:calc(75% - 13.5vw);
}



/* STEP ------------------------ */

.sf_2024_sp_spring .point_wp {
  margin-bottom:50px;
}

.sf_2024_sp_spring .dp_step_wrap{
  padding:0 5%;
}


.sf_2024_sp_spring .dp_step{
  display:block;
  list-style:none;
  width:calc(100% + 4px);
  margin:0;
  padding:0;
  border:1px solid #ccc;
}

.sf_2024_sp_spring .dp_step > li {
  display:block;
  list-style:none;
  margin:0;
  padding:2vw 4vw;
  text-align:left;
  position:static;
  border-top:1px solid #ccc;
}

.sf_2024_sp_spring .dp_step > li:first-of-type .button-mark{
  background-color:#488ee9;
  display:block;
  width:100%;
  max-width:300px;
  padding:0.75em 0;
  color:#fff;
  text-align:center;
  margin:0.5em auto;
}
.sf_2024_sp_spring .dp_step > li:first-of-type {
  border:none;
}
.sf_2024_sp_spring .dp_step > li > img,
.sf_2024_sp_spring .dp_step > li > div > p > img{
  position:relative;
  max-width:70%;
  display:block;
  margin:1em auto;
}
.sf_2024_sp_spring .dp_step > li > div > p > img{
  transform:translate(-1em,-1em);
  z-index:-1;
}
.sf_2024_sp_spring .dp_step > li > div {
  width:100%;
  display:block;
  padding:0;
  z-index:2;
  vertical-align:top;
}
.sf_2024_sp_spring .dp_step > li > div:nth-child(1) span {
  text-align:center;
  display:block;
  position:relative;
  padding:0;
  background-color:#000;
  margin:0;
  overflow:visible;
  height:auto;
}
.sf_2024_sp_spring .dp_step > li > div:nth-child(1) {
  width:auto;
  margin-left:-2vw;
  margin-right:-2vw;
}
.sf_2024_sp_spring .dp_step > li > div:nth-child(2){
  border:none;
  text-align:left;
  padding:5px 0 10px 0;
  margin-top:1px;
  word-break:break-all;
  white-space:normal;
}

.sf_2024_sp_spring .dp_step > li > div:nth-child(2) span{
  white-space:nowrap;
}
.sf_2024_sp_spring .dp_step > li > div:nth-child(1) span img{
  width:auto;
  height:auto;
  display:inline-block;
  max-height:7vw;
  max-width:initial;
  vertical-align:middle;
}

.sf_2024_sp_spring .d-button{
  display:inline-block;
  color:#fff;
  background-color:#488EE9;
  text-align:center;
  margin:1vw 0 0 0;
  padding:0.75em 0;
  font-weight:normal;
}

.button-mark,
.d-link_blank,
.d-link_blank-before{
  position:relative;
}
.sf_2024_sp_spring .button-mark{
  padding-right:1em;
}
.sf_2024_sp_spring .button-mark.d-link_blank-before{
  padding-right:0;
  padding-left:0.4em;
}

.sf_2024_sp_spring .button-mark:after{
  content:"＞";
  position:absolute;
  right:0.5em;
}


/* さらにおトク ------------------------ */


.sf_2024_sp_spring dl.d-otoku{
  display:block;
  text-align:center;
  padding:5vw 0;
  border-bottom:1px solid #ccc;
}
.sf_2024_sp_spring dl.d-otoku + div{
  padding-bottom:7.5vw;
}

.sf_2024_sp_spring dl.d-otoku:first-of-type{
  border-top:1px solid #ccc;
}

.sf_2024_sp_spring dl.d-otoku dt,
.sf_2024_sp_spring dl.d-otoku dd{
  display:inline-block;
  width:100%;
}

.sf_2024_sp_spring dl.d-otoku dt{
  padding-bottom:5vw;
  text-align:center;
}
.sf_2024_sp_spring dl.d-otoku dd{
  text-align:center;
  font-weight:bold;
}

.sf_2024_sp_spring dl.d-otoku img{
  width:75%;
  display:block;
  margin:0.2em auto;
}

.sf_2024_sp_spring dl.d-otoku dd a.d-link_blank,
.sf_2024_sp_spring dl.d-otoku + div a.d-link_blank{
  display:block;
  width:75%;
  margin:0.75em auto 0 auto;
  color:#fff;
  padding:0.75em 0.5em 0.75em 0;
  position:relative;
  font-weight:normal;
}
.sf_2024_sp_spring dl.d-otoku dd a.d-link_blank{
  background-color:#326e8d;
}
.sf_2024_sp_spring dl.d-otoku + div a.d-link_blank{
  background-color:#488ee9;
}
.sf_2024_sp_spring dl.d-otoku dd a.d-link_blank:after,
.sf_2024_sp_spring dl.d-otoku + div a.d-link_blank:after{
  position:absolute;
  right:0.5em;
  top:50%;
  transform:translate(0,-50%);
}

.sf_2024_sp_spring dl.d-otoku dd a.d-link_blank + p{
  margin-top:5vw;
}

/* キャンペーン要項 規約 ------------------------ */


.sf_2024_sp_spring .dl_campaign-yoko,
.sf_2024_sp_spring .section-kiyaku dl {
  padding: 20px 0 30px;
  margin: 0;
  border-bottom:1px solid #000;
  height:auto;
  text-align:left;
}

.sf_2024_sp_spring .dl_campaign-yoko + .sf_2024_sp_spring .dl_campaign-yoko {
  padding: 20px 0;
}

.sf_2024_sp_spring .dl_campaign-yoko dt,
.sf_2024_sp_spring .section-kiyaku dt
 {
  display: block;
  margin: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 5px;
  font-weight: bold;
  text-align:left;
}

.sf_2024_sp_spring .section-kiyaku dt{
  font-weight:normal;
  margin-bottom:5px;
}

.sf_2024_sp_spring .dl_campaign-yoko dd,
.sf_2024_sp_spring .section-kiyaku dd {
  display: block;
  margin: 0;
  padding: 0;
  font-weight: normal;
}

.sf_2024_sp_spring .dl_campaign-yoko dd p.no-justify{
  text-align: start;
}

.sf_2024_sp_spring .yoko-icon.yoko-icon-entry {
  width: 26px;
  padding-right: 5px;
}



/* お問い合わせ ------------------------ */

.sf_2024_sp_spring span.mail-txt,
.sf_2024_sp_spring .dl_campaign-yoko span.mail-txt,
.section-kiyaku span.mail-txt{
  /* color:#eb5505; */
  color:#00A8B5;
  font-weight: bold;
  white-space:nowrap;
  display:inline;
}

.sf_2024_sp_spring .confirm-link {
  text-align: center;
}

.sf_2024_sp_spring .confirm-link a {
  text-decoration: underline !important;
  color: #eb5505;
}

.sf_2024_sp_spring .info-txt {
  text-align: left;
  list-style: none;
  padding: 0;
}

.sf_2024_sp_spring .icon_tell {
  margin:0 !important;
}

.sf_2024_sp_spring .icon_tell::before {
  content:" ";
  padding-left:7.777777778vw;
  background: url(../img/icon_phone.svg) no-repeat 50% !important;
  height:9.444444444vw;
  background-size:contain !important;
  vertical-align:-5%;
}
.sf_2024_sp_spring .icon_mail {
  padding:5px 0;
}
.sf_2024_sp_spring .icon_mail a{
  display:block;
  width:auto;
  max-width:initial;
  text-align:center;
  background-color:#0079d6;
  color:#fff;
  line-height:3.5em; /*デザインのための高さ調整*/
  font-weight:normal;
  position:relative;
  padding-right:1em;
}
.sf_2024_sp_spring .icon_mail a::before {
  content:"";
  padding-left:1.3em;
  height:1em;
  background: url(../img/icon_mail.svg) no-repeat 50% !important;
  background-size:contain !important;
  margin-right:0.5em;
}


.sf_2024_sp_spring .once-text {
  text-align: left;
  font-weight: bold;
  margin-top:1em;
  margin-bottom:1em;
}

.sf_2024_sp_spring .dl_campaign-yoko .once-text.icon_mail a span{
  white-space:nowrap;
}

.sf_2024_sp_spring .telephone span{
  font-size:6.666666667vw;
}


/* 規約ページ送信ボタン------------------------ */

.sf_2024_sp_spring input[type="button"] {
  color: #fff;
  padding: 20px;
  border: none;
  background: #d00f31;
  border-radius: 5px;
  width:75%;
}
/* 送信ボタン - マウスオーバー時 */
.sf_2024_sp_spring input[type="button"]:hover {
  opacity:0.8;
}
.sf_2024_sp_spring input[type="button"][disabled]:hover {
  opacity:1;
}
/* 送信ボタン - 押せないとき */
.sf_2024_sp_spring input[type="button"][disabled] {
  background-color: #ccc;
  cursor: default;
}
.sf_2024_sp_spring .pointer label:hover, .pointer input:hover {
  cursor: pointer;
}


/* 最下部バナーエリア ------------------------ */

.sf_2024_sp_spring .bnr_area{ margin-top:10px; }
.sf_2024_sp_spring .bnr_area h2{ margin-bottom:10px; }
.sf_2024_sp_spring .bnr_area a{ width:100%; display:block; border:1px solid #eee; }
.sf_2024_sp_spring .bnr_area a:nth-of-type(even){ margin-top:5vw; }
.sf_2024_sp_spring .bnr_area img{ width:100%; height:auto; display:block; }


.sf_2024_sp_spring .organizer{ text-align:center; padding: 35px 0; }





/* 製品ページへのボタン --------------------------------------- */

.sf_2024_sp_spring .d-product{
  text-align:center;
}
.sf_2024_sp_spring .d-product span{
  text-align:left;
  display:inline-block;
}
.sf_2024_sp_spring .d-product a{
  display:inline-block;
  position:relative;
  color:#333;
  font-weight:normal;
}
.sf_2024_sp_spring .d-product a:first-of-type{
  margin-bottom:1em;
}

.sf_2024_sp_spring .d-product a:before{
  content:"";
  display:inline-block;
  width:2.5em;
  height:2.5em;
  border-radius:1.5em;
  border:1px solid #000;
  vertical-align:middle;
  margin-right:1em;
}
.sf_2024_sp_spring .d-product a:after{
  content:"";
  display:inline-block;
  width:0.5em;
  height:0.5em;
  border-left:1px solid #000;
  border-bottom:1px solid #000;
  top:50%;
  transform:translate(0, -50%) rotate(45deg);
  position:absolute;
  left:1.1em;
}
/* ------------------------------------------------------------
  Xperia campaign for PC
------------------------------------------------------------ */

@media only screen and (min-width: 768px) {

/* font-size XL準拠 PC用(line-height調整) ------------------------ */

  .sf_2024_sp_spring .fs-10 { font-size: 10px; line-height: 1.6em; }
  .sf_2024_sp_spring .fs-11 { font-size: 11px; line-height: 1.6em; }
  .sf_2024_sp_spring .fs-12 { font-size: 12px; line-height: 1.6em; }
  .sf_2024_sp_spring .fs-13 { font-size: 13px; line-height: 1.6em; }
  .sf_2024_sp_spring .fs-14 { font-size: 14px; line-height: 1.6em; }
  .sf_2024_sp_spring .fs-15 { font-size: 15px; line-height: 1.6em; }
  .sf_2024_sp_spring .fs-16 { font-size: 16px; line-height: 1.6em; }
  .sf_2024_sp_spring .fs-17 { font-size: 17px; line-height: 1.6em; }
  .sf_2024_sp_spring .fs-18 { font-size: 18px; line-height: 1.6em; }
  .sf_2024_sp_spring .fs-20 { font-size: 20px; line-height: 1.6em; }
  .sf_2024_sp_spring .fs-22 { font-size: 22px; line-height: 1.6em; }
  .sf_2024_sp_spring .fs-24 { font-size: 24px; line-height: 1.6em; }
  .sf_2024_sp_spring .fs-26 { font-size: 26px; line-height: 1.6em; }
  .sf_2024_sp_spring .fs-28 { font-size: 28px; line-height: 1.6em; }

  body{
    font-family:'Hiragino Kaku Gothic ProN', Meiryo, Roboto, sans-serif;
  }
  .sf_2024_sp_spring {
    font-family:'Hiragino Kaku Gothic ProN', Meiryo, Roboto, sans-serif;
  }

  #contents div.sf_2024_sp_spring {
    font-size: 14px;
    line-height: 1.6em;
    overflow-x:hidden;
  }

  .sf_2024_sp_spring .inner_wrap {
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
    padding-left:0;
    padding-right:0;
  }

  .sf_2024_sp_spring a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
  }


  #contents .sf_2024_sp_spring h2 {
    font-size:26px;
    padding: 10px 0;
    margin-bottom:10px;
  }

  #contents .sf_2024_sp_spring .button-mark{
    padding-right:0;
  }


/* Hero ------------------------ */

  .sf_2024_sp_spring .sf_2024_sp_spring__hero {
    margin-top:20px;
  }
  .sf_2024_sp_spring__hero > div{
    font-size:20px !important;
  }
.sf_2024_sp_spring__hero > div a:after {
  right:auto;
  top:50%;
  transform:translate(0,-50%) rotate(45deg);
  line-height:1.55em;
  padding-left:0.25em;
}
/* 終了メッセージ ------------------------ */

  .sf_2024_sp_spring .close_txt {
    margin:50px auto;
    padding:1em;
  }

  .sf_2024_sp_spring .close_txt p {
    margin-bottom:0;
    font-size: 18px;
    line-height: 1.8em;
  }
  .sf_2024_sp_spring .spBr {
    display:none;
  }


/* 期間 ------------------------ */
  .sf_2024_sp_spring .kikan{
    margin-top:50px;
  }
  .sf_2024_sp_spring .kikan span{
    width:96%;
    display:block;
    /* border:1px solid #000; */
    overflow:hidden;
    vertical-align:bottom;
  }

  .sf_2024_sp_spring .kikan span:nth-child(2){
    margin-left:30px;
  }

  .sf_2024_sp_spring .kikan span img{
    display:block;
    width:calc(100% + 4px);
    margin:-2px;
  }



/* キャンペーン対象端末 ------------------------ */

  .sf_2024_sp_spring .cptarget{
    margin:20px 0;
    padding: 0;
    vertical-align: middle;
    position: relative;
  }
  #contents .sf_2024_sp_spring .cptarget h2,
  #contents .sf_2024_sp_spring h2.fs-20{
    font-size:26px;
  }
  #contents .sf_2024_sp_spring .cptarget h2 img {
    height:1.5em;
    margin-bottom: 0.1em;
  }
  #contents .sf_2024_sp_spring .cptarget h3{
    margin:0 0 0.5em 0;
    padding:0;
  }
  #contents .sf_2024_sp_spring .cptarget > div{
    padding:15px 0;
  }

  .sf_2024_sp_spring .cptarget div > span{
    padding:15px 30px;
    border-bottom:none;
    position:relative;
}
  #contents .sf_2024_sp_spring .cptarget > div.target2{
    margin-top:20px;
    padding-bottom:30px;
  }

  .sf_2024_sp_spring .cptarget div.target1 > span{
    width: 50%;
  }
  .sf_2024_sp_spring .cptarget div.target2 > span{
    width:calc(100% / 3);
    vertical-align:top;
  }
  .sf_2024_sp_spring .cptarget div.target2 > span:nth-of-type(n+9){
    margin-bottom:0;
  }
  .sf_2024_sp_spring .cptarget div > span a.fs-10{
    font-size:16px;
  }
  .sf_2024_sp_spring .cptarget div > span a{
    display:block;
    max-width:50%;
    width:50%;
  }
  .sf_2024_sp_spring .cptarget div > span a.sm-pc{
    display:block !important;
  }
  .sf_2024_sp_spring .cptarget div.target2 > span a{
    max-width:65%;
    width:65%;
  }

.sf_2024_sp_spring .cptarget div > span > span{
  margin-top:0.5em;
}

.sf_2024_sp_spring .cptarget div > span > span > span{
  display:inline;
}

.sf_2024_sp_spring .cptarget div > span img{
  width:100%;
}

.sf_2024_sp_spring .cptarget div.target2 > span img{
  display:block;
  width:80%;
}

.sf_2024_sp_spring .cptarget div > span img,
.sf_2024_sp_spring .cptarget div > span span{
  display:inline-block;
  vertical-align:middle;
  max-width:initial;
}

.sf_2024_sp_spring .cptarget div.target1 > span img{
  width:70%;
}

.sf_2024_sp_spring .cptarget h2{
  margin: 30px 0 10px 0;
}

.sf_2024_sp_spring .cptarget div h3{
  font-size:24px;
  width:100%;
}

.sf_2024_sp_spring .cptarget div h3 > span{
  font-size:18px;
}

/* STEP ------------------------ */
  #contents .sf_2024_sp_spring .dp_step > li{
    padding:10px 20px;
    clear:both;
  }
  #contents .sf_2024_sp_spring .dp_step > li > div:nth-child(1){
    margin:0 -10px;
    width:auto;
  }
  #contents .sf_2024_sp_spring .dp_step > li > div:nth-child(1) span{
    padding:0.2em 0;
  }
  #contents .sf_2024_sp_spring .dp_step > li > div:nth-child(1) span img{
    vertical-align:bottom;
    height:2.3em;
  }

  #contents .sf_2024_sp_spring .dp_step > li > img{
    float:right;
    width:20%;
  }
  #contents .sf_2024_sp_spring .dp_step > li > div > p > img{
    width:25%;
    position:absolute;
    right:-4%;
    bottom:-3em;
    z-index:-1;
    transform:none;
  }
  .w80{
    width:85%;
  }
  .relative{
    position:relative;
  }

/* キャンペーン要項 ------------------------ */



  .sf_2024_sp_spring .dl_campaign-yoko dt {
    font-size:18px;
    line-height: 1.6em;
    margin: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 5px;
  }
  #contents .sf_2024_sp_spring .dl_campaign-yoko dd{
    font-size:15px;
  }

  #contents .sf_2024_sp_spring .icon_mail a{
    max-width: 420px;
  }


.sf_2024_sp_spring input[type="button"] {
  width:50%;
}

/* 最下部バナーエリア ------------------------ */

  .sf_2024_sp_spring .bnr_area a{ width:100%; display:inline-block; }
  /* .sf_2024_sp_spring .bnr_area a:nth-of-type(even){ margin-top:0; margin-left:2%; } */




/* display for pc */
  .sf_2024_sp_spring .sm-pc {
    display: inline !important;
  }

  .sf_2024_sp_spring .sm-sp {
    display: none !important;
  }
  .sf_2024_sp_spring .w_sp {
    width:100%;
    margin-bottom:30px;
  }
  .sf_2024_sp_spring .w_sp:last-of-type {
    padding-bottom:0;
    margin-bottom:0;
  }

  .sf_2024_sp_spring #bnr_head{
    font-size:24px;
  }

.sf_2024_sp_spring .kk7{
  padding-left:7em;
}

.sf_2024_sp_spring .kk7 > strong:first-child{
  display:inline-block;
  width:7em;
  margin-left:-7em;
  white-space:nowrap;
}


.sf_2024_sp_spring .kk5{
  padding-left:5em;
}

.sf_2024_sp_spring .kk5 > strong:first-child{
  display:inline-block;
  width:5em;
  margin-left:-5em;
  white-space:nowrap;
}



} /* min-width: 768px end */


@media only screen and (min-width: 768px) and (max-width: 990px) {
  .sf_2024_sp_spring .inner_wrap {
    max-width: initial;
    padding-left:2%;
    padding-right:2%;
    box-sizing:border-box;
  }
} /* min-width: 768px - max-width: 970px end */

@media only screen and (min-width: 991px) {
  .sf_2024_sp_spring .sf_2024_sp_spring__hero {
    width: 1200px;
    margin:20px auto 0;
    max-width: 100%;
  }
} /* min-width: 990px end */


/* for PC end */




/* for Button change */

.button_area {
  background-color: #ffffff;
  width: 100%;
  margin: 0 auto 5vw;
}

.coi-cap-2_7 {
  margin: 2.111111111vw 0 0vw 0;
  text-align: center;
  color: #000000;
  padding-top: 3.111111111vw;
  background-color: #edf3fc;
  margin-top: 8.88888889vw;
  font-weight: bold
}
.coi-cap-2_8 {
  margin: 0vw 0 8.111111111vw 0;
  text-align: left;
  padding: 2.111111111vw 4.111111111vw 4.111111111vw 4.111111111vw;
  background-color: #edf3fc;
}
.coi-cap-2_9 {
  margin: 2.111111111vw 0 6.111111111vw 0;
  text-align: center;
}


.sf_2024_sp_spring a.btn-black{ color:#fff !important; }



/* lightbox ----------------------------------------------- */

#switch1, #switch2{/* チェックボックス absoluteで左上に飛ばし、透明度を0にして表示させない */
	position:absolute;
	width:0;
	height:0;
	opacity:0;
  text-align:center;
  left:-9999px;
}

html body #contents .sf_2024_sp_spring label{
  display:block !important;
  padding:0 !important;
  margin:0 !important;
  width:100% !important;
}
.sf-lightbox{/* ライトボックスの地の部分 */
	position:fixed; left:0; right:0; top:0; bottom:0; /* fixedと天地左右0で画面全体に敷く */
	display:flex; align-items:center; justify-content:center; /* flex, align-items, justify-contentで上下左右センター合わせにする */
	background:rgba(100,100,100,0.8); /* 透明度をつけたグレーを敷く */
	z-index:10000;
	transition:opacity ease-in-out 0.3s; /* 透明度にtransitionをつける */
	padding-top:12vh;
}
.sf-lightbox:before,
.sf-lightbox:after{
	content:"";
	display:inline-block;
	background-color:#fff;
	position:absolute;
	right:5vw;
	top:17.5vw;
	width:10vw;
	height:1vw;
}
.sf-lightbox:before{
	transform:rotate(45deg);
}
.sf-lightbox:after{
	transform:rotate(-45deg);
}
#switch1 + .sf-lightbox, #switch2 + .sf-lightbox{/* チェックボックスの直後にライトボックスの地を置く 透明のときはクリック不可 */
	opacity:0;
	pointer-events:none;
}
#switch1:checked + .sf-lightbox, #switch2:checked + .sf-lightbox{/* チェックボックスがcheckedの時のみ表示、クリックできるようにする（どこをクリックしても閉じる） */
	opacity:1;
	pointer-events:auto;
}

.sf-lightbox .sf-lightbox-inner{/* ライトボックスで表示するものを格納するbox */
	transition:transform ease-in-out 0.3s; /* 表示・非表示のときにちょっとだけtransformで拡大・縮小の動きをつける */
	text-align:left;
	max-width:90vw;
	max-height:calc(85vh - 10vw);
	width:auto;
	height:auto;
	padding:3vw 2vw;
	background-color:#fff;
	overflow:auto;
}
#switch1 + .sf-lightbox .sf-lightbox-inner, #switch2 + .sf-lightbox .sf-lightbox-inner{ /* 非表示のときは少し縮小 ダイナミックに飛び出す感じにするならもっと数値を小さく */
	transform:scale(0.9);
}
#switch1:checked + .sf-lightbox .sf-lightbox-inner, #switch2:checked + .sf-lightbox .sf-lightbox-inner{ /* 表示されるときに通常の大きさに戻す */
	transform:scale(1);
}


.sf-lightbox .sf-lightbox-inner img{
	 max-width:80vw; max-height:60vh; /* vw と vh を100%以下にすると、どんな画面サイズでもはみ出さない */
	width:auto; height:auto; /* widthとheightをautoにすることで、原寸以上に拡大しない(ぼやけない) */
}
.sf-lightbox .sf-lightbox-inner > *:last-child{ /* いちばん下に変な隙間ができないようにする */
	padding-bottom:0;
	margin-bottom:0;
}

.sf-lightbox .sf-imei p{
  display:block;
  margin:0 auto;
  padding:0;
  text-align:center;
}
.sf-lightbox .sf-imei p img{
  margin-bottom:0.2em;
  border:1px solid #eee;
}

.sf-lightbox .sf-arrow{
  margin:3vw 0;
  text-align:center;
}

.sf-lightbox .sf-arrow img{
  max-width:20vw;
}

@media only screen and (min-width: 768px) {
  .sf-lightbox{/* ライトボックスの地の部分 */
    padding-top:100px;
  }
  .sf-lightbox:before,
  .sf-lightbox:after{
    content:"";
    display:inline-block;
    background-color:#fff;
    position:absolute;
    right:50px;
    top:75px;
    width:50px;
    height:5px;
  }

  .sf-lightbox .sf-lightbox-inner{
    max-height:calc(85vh - 30px);
    max-width:940px;
  }
  .sf-lightbox .sf-imei p{
    min-width:30%;
    text-align:left;
    display:inline-block;
    vertical-align:middle;
  }
  .sf-lightbox .sf-imei p.fs-12{
    font-size:16px;
  }
  .sf-lightbox .sf-imei p img{
    margin-right:2em;
  }
  .sf-lightbox .sf-lightbox-inner img{
    max-width:90%; max-height:calc(80vh - 50px); /* vw と vh を100%以下にすると、どんな画面サイズでもはみ出さない */
    width:auto; height:auto; /* widthとheightをautoにすることで、原寸以上に拡大しない(ぼやけない) */
  }

}

/*  */
#contents .sf_2024_sp_spring .sf-lightbox-inner h3{ padding:1em; }
.sf_2024_sp_spring label span.d-button,
.sf_2024_sp_spring .dp_step > li a.d-button{
  display:block;
  width:15em;
  margin-left:auto !important;
  margin-right:auto !important;
  position:relative;
}


#contents .sf_2024_sp_spring .dp_step > li ul{ display:block; padding:1em 1em 1em 2em; border:none; }
#contents .sf_2024_sp_spring .dp_step > li ul.list_dot li{ width:auto!important; border:none !important; font-weight:normal; padding:0 0 0.5em 0; }

#contents .sf_2024_sp_spring sup{ display:inline-block; vertical-align:50%; font-size:50%; line-height:1.1; padding:0 1px; }