/*
** top
******************************/
.mmat100	{margin-top:-100px !important;}
.mmat50	{margin-top:-50px !important;}
.mmat30	{margin-top:-30px !important;}
.bg_pink2	{background-color: #ff0000 !important;}
.container2 {
  width: 700px;
  margin: 0 auto;
}

.icon_up	{
position: absolute;
right:calc(15% - 20px);
width:200px;
margin-top:-200px;
}
.attention2 {
  width: 60px;
  position: absolute;
  top: -5px;
  left: 47%;
  z-index: 999;
}
.attention_text	{
font-size:24px;
font-weight:700;
text-align:center;
padding:20px;

}

#top .btn-check {
  text-align: center;
}

#top .btn-check a {
  font-size: 18px;
  position: relative;
  top: -10px;
}

#top .btn-check::before {
  content: '';
  width: 129px;
  height: 36px;
  background: url(/mobilebuy/_assets/images/common/bnr_items_pc.webp) no-repeat;
  background-size: contain;
  position: relative;
  display: inline-block;
  margin-right: 20px;
}

#top .btn-check::after {
  content: '';
  width: 14px;
  height: 6px;
  background: url(/mobilebuy/_assets/images/common/i_btn_arrow_black.svg) no-repeat;
  background-size: contain;
  position: relative;
  display: inline-block;
  margin-left: 17px;
  bottom: 14px;
}

#top .priceup {
  position: relative;
}

.number {
  position: absolute;
  top: -24px; 
  width:3em;
  text-align: right;
  left: 10px;  
  font-size: 160px;
  font-family: 'Roboto', sans-serif;
  color: #ffffff; 
  text-shadow: 3px 3px 4px rgba(0, 0, 0, 0.5);
  letter-spacing: -12px;
  z-index: 1;
}

picture .priceup {
  margin-bottom: 30px;
}

 .top img {width:780px;margin:0 auto;}
 
 .marker  {
		background: linear-gradient(transparent 80%, #fff600 0%);
	}
 
@media (max-width: 768px) {
.top img {width:100%;margin:0 auto;}
.icon_up	{
position: absolute;
right:0;
width:100px;
margin-top:-125px;
}
  .container2 {
    width: 100%;
    padding: 0 15px;
  }
  
.attention2 {
  width: 60px;
  position: absolute;
  top: -1px;
  left: 42%;
  z-index: 999;
}
.attention_text	{
font-size:12px;
padding:20px 15px 15px;

}



  #top .priceup {
    padding: 0;
  }

  #top .btn-check {
    text-align: left;
    position: relative;
    display: flex;
    align-items: center;
    height: 31px;
  }

  #top .btn-check a {
  font-size: 14px;
  display: flex;
  justify-content: flex-end;
  width: 314px;
  top: 1px;
  }

  #top .btn-check::before {
    content: '';
    width: 72px;
    height: 31px;
    background: url(/mobilebuy/_assets/images/common/bnr_items_sp.svg) no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 15px;
  }

  #top .btn-check::after {
    content: '';
    width: 14px;
    height: 6px;
    background: url(/mobilebuy/_assets/images/common/i_btn_arrow_black.svg) no-repeat;
    background-size: contain;
    position: relative;
    display: inline-block;
    margin-left: 8px;
    margin-right: 26px;
    bottom: 2px;
  }

  .mat50 {
    position: relative;
  }

  .btn_img {
    display: block;
  }

  .number {
    position: absolute;
    top: auto; 
    left: auto; 
    right: 36%;
    bottom: 31%;
    font-size: 25vw;
    font-family: 'Roboto', sans-serif;
    color: #ffffff; 
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    letter-spacing: -12px;
  }

  picture .priceup {
    margin-bottom: 17px;
  }

  .purchaselist_img {
    width: 100%;
  }


}


/* awaiting */
.float-box {
  z-index: 10;
  position: fixed;
  bottom: 60px;
  right: -6px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 360px;
  height: 180px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  background: rgba(255, 241, 241, .9);
  border: 6px solid rgba(255, 255, 255, .9);
  opacity: 0;
  transition: .3s;
}

.float-box > .close-button {
  position: absolute;
  top: -20px;
  left: -20px;
  width: 50px;
  height: 50px;
  background: rgb(255, 241, 241);
  border-radius: 30px;
  cursor: pointer;
}

.float-box > .close-button::before,
.float-box > .close-button::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 25px;
  height: 1px;
  margin: auto;
  background: #000;
}

.float-box > .close-button::before {
  transform: rotate(45deg);
}

.float-box > .close-button::after {
  transform: rotate(-45deg);
}

.float-box > p {
  position: relative;
  display: flex;
  align-items: flex-end;
  padding-left: 50px;
}

.float-box > p::before,
.float-box > p::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  font-family: 'Font Awesome 6 Pro';
  font-weight: 300;
  color: #000;
}

.float-box > p::before {
  content: '\f157';
  top: -10px;
  left: 10px;
  width: 15px;
  height: 22px;
  font-size: 1.4rem;
}

.float-box > p::after {
  content: '\f002';
  width: 42px;
  height: 48px;
  font-size: 2.6rem;
}

.float-box > p span:first-of-type {
  display: flex;
  flex-direction: column;
  font-size: 1rem;
}

.float-box > p span:first-of-type em {
  font-size: 1.4rem;
}

.float-box > p span:last-of-type {
  display: flex;
  align-items: flex-end;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
}

.float-box > p span:last-of-type em {
  font-size: 6rem;
  line-height: 0.7;
  color: #ff0000;
}

.float-box > a {
  position: absolute;
  right: 0;
  bottom: -30px;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 280px;
  height: 60px;
  margin: auto;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  background: rgba(255, 0, 0, .9);
  border: 6px solid rgba(255, 255, 255, .9);
  border-radius: 12px;
  transition: .3s;
}

.float-box > a::after {
  content: '';
  position: absolute;
  top: 0;
  right: 30px;
  bottom: 0;
  width: 22px;
  height: 12px;
  margin: auto;
  background: url(/mobilebuy/_assets/images/common/i_btn_arrow_white.svg) no-repeat;
  background-size: contain;
}


@media (max-width: 768px) {
  .float-box {
    bottom: 100px;
    width: 200px;
    height: 90px;
  }

  .float-box > .close-button {
    top: -15x;
    left: -15px;
    width: 30px;
    height: 30px;
  }

  .float-box > .close-button::before,
  .float-box > .close-button::after {
    width: 20px;
  }

  .float-box > p {
    padding-left: 20%;
  }

  .float-box > p::before {
    left: 6px;
    width: 10px;
    height: 18px;
    font-size: 1rem;
  }

  .float-box > p::after {
    width: 27px;
    height: 36px;
    font-size: 1.6rem;
  }

  .float-box > p span:first-of-type {
    font-size: 70%;
  }

  .float-box > p span:first-of-type em {
    font-size: 143%;
  }

  .float-box > p span:last-of-type {
    font-size: 150%;
  }

  .float-box > p span:last-of-type em {
    font-size: 165%;
  }

  .float-box > a {
    width: 150px;
    height: 40px;
    font-size: 100%;
  }

  .float-box > a::after {
    right: 15px;
    width: 14px;
    height: 8px;
  }
  
  
  
}


/* news 
---------------------------------------------*/
.news_header {
  color: #fff;
  font-weight: bold;
  text-align: center;
}

.news_header span {
  font-size: 20px;
  padding: 10px 28px;
  border-radius: 10px 10px 0 0;
  background: #000;
  display: inline-block;
}

.news-wrap {
  background: #eee;
  border-top: 1px solid #000;
  padding: 40px 0 80px;
  border-bottom: 1px solid #fff;
}

.news_main li {
  display: flex;
}

.news_main li + li {
  margin-top: 15px;
}


.news_main p {
  margin-left: 30px;
}

li time {
  width:6em;
  color: #c13563;
  font-family: 'Roboto', sans-serif;
}
.news_main a:hover{
  text-decoration: underline;
}

p.text {
  padding-top: 20px;
}


@media (max-width: 768px) {
  .news_header span {
    font-size: 14px;
    padding: 9px 21px;
    border-radius: 6px 6px 0 0;
  }

  .news-wrap {
    padding: 20px 0 70px;
  }

  .news_main li {
    font-size: 12px;
  }

   .news_main p {
    margin-left: 15px;
  }
  li time {
    width:5em;
  }

   time p {
    font-weight: normal;
  }
  .news_main a:hover{
    text-decoration:none;
  }

}


/* 追従ボタン */
.fixed_btn {
  height: 70px;
  background: #ff0000;
  border-radius: 12px 12px 0 0;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 740px;
  display: flex;
  margin: auto;
  z-index: 98;
}

.fixed_btn a {
  font-size: 28px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  width: 100%;
  color: #FFFFFF;
  align-items: center;
  position: relative;
  top: 2%;
}

.fixed_btn a::after {
  content: '';
  width: 26px;
  height: 14px;
  background: url(/mobilebuy/_assets/images/common/i_btn_arrow_white.svg) no-repeat;
  background-size: contain;
  position: relative;
  margin-left: 3%;
  top: -2px;

}

.bubble {
  color: #ff0000;
  font-size: 16px;
  background: #FFFFFF;
  border-radius: 12px 12px 12px 12px;
  display: flex;
  align-items: center;
  padding: 10px 20px;
  margin-right: 26px;
  position: relative;

}

.bubble::after {
  position: absolute;
  top: 10px;
  right: -18px;
  content: '';
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-left: 14px solid #fff;

}

@media (max-width: 767px) {
  .fixed_btn {
    height: 50px;
    border-radius: 6px 6px 0 0;
    width: 90%;
  }

  .fixed_btn a {
    font-size: 14px;
  }

  .fixed_btn a::after {
    content: '';
    width: 17px;
    height: 9px;
    position: relative;
    margin-left: 3%;
    top: -2px;

  }

  .bubble {
    font-size: 11px;
    border-radius: 6px 6px 6px 6px;
    padding: 5px 7px;
    margin-right: 13px;
  }

  .bubble::after {
    top: 7px;
    right: -13px;
    content: '';
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-left: 8px solid #fff;
  }
}


/*ランキング */
/* 追加：常に横スクロール */
.ranking-list {
  display: block;
  width: auto;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}

.ranking-wrap {
  display: flex;
  width: max-content;
}


.ranking-list .card {
  position: relative;
  margin-right: 0px;
  padding: 15px 1px;
  width: 290px !important;
}

.ranking-list .card .product_name {
  font-weight: bold;
  font-size: 18px;
  text-align: left;
  color: #000;
  margin-top: 10px;
}

.pricelist_item {
  width: 100%;
  padding: 5px;
}

.pricelist_detail2 {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  padding-bottom:5px;
  
}

.pricelist_detail2::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 4px;
  left: 0;
  right: 0;
  bottom: -4px;
  margin: auto;
}
  .pricelist_link {
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
  }


  .pricelist_text {
    margin-left: 5px;
  }


@media (max-width: 768px) {
  .ranking-list {
    display: block;
    width: auto;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .ranking-btn {
    display: none;
  }
  .ranking-wrap {
    padding: 0px;
    width: auto;
    display: flex;
  }
  .ranking-list .card {
    display: inline-block;
    position: relative;
    width: 100% !important;
    margin-right: 40px;
  }
  .ranking-list .card .product_company {
    font-size: 12px;
  }
  .ranking-list .card .product_name {
    font-size: 14px;
  }
  .pricelist {
    margin: 0;
  }

  .pricelist_item {
    width: 112%;
    padding: 0;
  }
  .pricelist_item :last-child {
    margin-right: 1px;
  }

  .pricelist_item + .pricelist_item {
  }

  .pricelist_detail div {
    display: block;
  }

  .pricelist_link {
    display: flex;
    flex-wrap: wrap;
    padding: 15px;
  }


  .pricelist_thumb {
    width: 28%;
    margin-bottom: 10px;
  }

  .pricelist_textarea {
    width: 100%;
    margin-top: 0px;
  }

  .pricelist_text {
    margin-left: 10px;
    font-size: 10px;
    padding: 5px 0;
    width: 23px;
  }

  .pricelist_carrier {
    font-size: 10px;
    min-width: 57px;
    display: block;
    padding: 2px 5px;
  }

  .pricelist_capacity {
    padding: 5px;
  }

  .pricelist_num {
    font-size: 21px;
  }

  .pricelist_yentext {
    font-size: 12px;
    width: 51px;
  }
}

  
  
/*注目*/
.block .handyPoint{
	position: relative;
	border:6px solid #6aa21f;
	background-color: #ffffff;
	border-radius: 20px; -webkit-border-radius: 20px; -moz-border-radius: 20px;
	width:90%;
	padding: 40px 70px 15px 70px;
	margin: auto;
	box-sizing: border-box;
}
.block .handyPoint:before{
	content:"";
	position: absolute;
	background: url(/mobilebuy/iphonelp1/images/cyumoku_title.png) no-repeat;
	background-size:250px 110px;
	width:250px;
	height:110px;
	top: -50px;
	margin: auto;
	left: 10px;
}
.block .handyPoint dl{
	text-align: center;
}
.block .handyPoint dt {
	text-align: center;
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: 1px solid #73ae00;
}

#second_content .application {
	position: relative;
	display: table;
	width: 100%;
	height: auto;
	text-align: center;
	margin: 0 auto;
}

#second_content .application>.app_btn {
	display: table-cell;
	width: 100%;
	height: auto;
	color: #fff;
	background-color: #ff5200;
	line-height: 1.2;
	font-size: 175%;
	font-family: 'Noto Sans';
	text-decoration: none;
	margin: 0;
	padding: 22px 50px;
	border-radius: 38px;
	vertical-align: middle;
	box-sizing: border-box;
}

#second_content .app_btn.arrow_right:before {
	position: absolute;
	top: 25%;
	right: 30px;
	font-size: 120%;
	font-family: 'Fontawesome';
	content: "\f138";
}

#second_content .block.btmArrow {
	position: relative;
	margin-bottom: 100px;
	padding-bottom: 0;
}

#second_content .bg_grey .block.btmArrow {
	padding-bottom: 90px;
}

#step3 .block .fr .handyPoint {
	margin-top: 50px;
}
#step3 h4{
	margin:-20px 0 30px;
}
#step3 .block .handyPoint dl dt {
	color: #ff0000;
	line-height: 1.5;
	border-bottom: 1px solid #535353;
	padding-bottom: 10px;
}

#step3 .block .handyPoint dl dt span {
	display: block;
	font-weight: 700;
	color: #000000;
}

#step3 .block .fr {
	margin-bottom: 40px;
}

#step3 .block .handyPoint .fr {
	margin: 20px 0 0 0;
	width: 48%;
}

#step3 .block .handyPoint .fr h5 {
	color: #ff124c;
	font-weight: 700;
	font-size: 129%;
	margin-bottom: 15px;
}

.point_title2	{
position:absolute;
font-size:36px;
top:-33px;
font-weight:700;
	transform:rotate(-4deg);
}


@media (max-width: 768px) {
#second_content .block.btmArrow {
	position: relative;
	margin-bottom: 30px;
	padding-bottom: 0;
}
#second_content .bg_grey .block.btmArrow {
	padding-bottom: 30px;
}

.block .handyPoint {
	width: 100%;
	padding:15px;
	margin-bottom: 20px;
}

.block .handyPoint:before{
	content:"";
	position: absolute;
	background: url(/mobilebuy/iphonelp1/images/cyumoku_title.png) no-repeat;
	background-size:120px 70px;
	width:120px;
	height:70px;
	top: -45px;
	margin: auto;
	left: 10px;
}

.point_title2	{
position:absolute;
font-size:22px;
top:-32px;
left:30px;
font-weight:700;
	transform:rotate(-5deg);
}


.block .handyPoint dt {
	font-size: 18px;
	margin-top:10px;
}
	
	#step3 .block .handyPoint .fr {
		margin: 20px 0 0 0;
		width: 100%;
	}
	#step3 .fr{
		margin-top:20px;
	}

	}
	
	
	
/* 3カラム デフォルトレイアウト */
.fs100 { font-size: 100px !important; }
.fs150 { font-size: 150px !important; }


.three_column:after {
    display: table;
    clear: both;
    content: "";
}
.three_column > * {
    float: left;
    width: 370px;
    margin-right: 20px;
}
.three_column > *:nth-child(3n) {
    margin-right: 0;
}
@media (max-width: 768px) {
.fs150 { font-size: 100px !important; }
.fs100 { font-size: 50px !important; }
    .three_column > *,
    .four_column > *,
    .five_column > * {
        float: left;
        width: 48%;
        margin-right: 10px;
    }
    .three_column > *:nth-child(2n),
    .four_column > *:nth-child(2n),
    .five_column > *:nth-child(2n) {
        margin-right: 0;
    }
.three_column > *:nth-child(3n) {
    margin-right: 10px;
}

.three_column > *:nth-child(6) {
    margin-right: 0px;
}

}


/* btn
---------------------------------------------*/
.btn2 {
  position: relative;
  display: block;
  width: 510px;
  padding: 10px;
  font-size: 20px;
  font-weight: 700;
  color: #000000;
  text-align: center;
  border: 2px solid #000000;
  border-radius: 10px;
  margin: auto;
  box-shadow: 0px 3px 6px #00000029;
  background: #fff;
  transition: .3s;
}

.btn2:hover {
  color: #fff;
  background: #000;
}

.btn2::after {
  position: absolute;
  content: "";
  width: 17px;
  height: 9px;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../images/common/i_btn_arrow_black.svg) no-repeat;
}

.btn2[target="_blank"]::after {
  background: none;
  content: "\f35d";
  font-family: 'Font Awesome 6 Pro';
  color: #fff;
  width: 45px;
  height: 45px;
  top: 10px;
  bottom: 0;
  margin: auto;
}

.btn2:hover::after {
  background: url(../images/common/i_btn_arrow.svg) no-repeat;
}

.btn2[target="_blank"]:hover::after {
  color: #6AA21F;
  background: none;
}



@media (max-width: 768px) {
  .btn2 {
    width: 90%;
  }


  .btn2[target="_blank"]::after {
    background: none;
    content: "\f35d";
    font-family: 'Font Awesome 6 Pro';
    color: #fff;
    width: 25px;
    height: 35px;
    top: 10px;
    bottom: 0;
    margin: auto;
    right: 10px;
  }
}

.video-wrapper {
  width: 560px;
  height: 315px;
  margin:20px auto;
}

.video-wrapper iframe {

  width: 560px;
  height: 315px;
}

@media (max-width: 768px) {
.video-wrapper {
  position: relative;
  width: 100%;
  height: auto;
  padding-bottom: 56.25%; /* 16:9 の比率 (高さ/幅=9/16=0.5625) */
  height: 0;
}
.video-wrapper iframe {
 position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;}



}
