@charset "utf-8";

/* !HTML5 elements
---------------------------------------------------------- */
header, footer, nav, section, aside, article
{ display: block;}

/* !Reseting
---------------------------------------------------------- */

body, div, pre, p, blockquote, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, th, td
{ margin: 0; padding: 0;}
input, textarea
{ margin: 0; font-size: 100%;}
label
{ cursor: pointer;}
table
{ border-collapse: collapse; border-spacing: 0; font-size: 100%;}
fieldset, img
{ border: 0;}
img
{ vertical-align: top; max-width: 100%;}
address, caption, cite, code, dfn, em, th, var
{ font-style: normal; font-weight: normal;}
ol, ul
{ list-style: none;}
caption, th
{ text-align: left;}
h1, h2, h3, h4, h5, h6
{ font-size: 100%; font-weight: normal;}
q:after, q:before
{ content:'';}
a, input,select,textarea,button
{ outline: none; }
abbr, acronym
{ border: 0;}



/* !Clearfix
---------------------------------------------------------- */
.clearfix {
	display: block;
	min-height: 1%;
}
.clearfix:after {
	clear: both;
	content:".";
	display: block;
	height: 0;
	visibility: hidden;
}
* html .clearfix {
	height: 1%;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

/* !Inline Align ------------------------------------------------------------ */
.taL { text-align: left   !important;}
.taC { text-align: center !important;}
.taR { text-align: right  !important;}

/*common*/
a{
	text-decoration: none;
	color: inherit;
	transition: all 0.5s !important;
	-moz-transition: all 0.5s !important; /* Firefox */
	-webkit-transition: all 0.5s !important; /* Chrome&Safari */
}
.op img {
	transition: all 0.5s !important;
	-moz-transition: all 0.5s !important; /* Firefox */
	-webkit-transition: all 0.5s !important; /* Chrome&Safari */
}
.op:hover img {
	opacity: .7;
	-webkit-opacity: .7;
	-moz-opacity: .7;
}

/* !Layout
---------------------------------------------------------- */
html { 
	overflow-y: scroll;
	font-size: 62.5%;
}
body {
	color: #000;
	background: #FFF;
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
	font-size: 1.6rem;
	-webkit-text-size-adjust: none;
	line-height: 1.5;
}

.is_popup {
	overflow: hidden;
	height: 100vh;
}

@media screen and (min-width: 835px) and (max-width: 1200px) {
	html {
		font-size: 0.8333vw;
	}
}
@media screen and (max-width: 374px) {
	html {
		font-size: 2.6667vw;
	}
}

/***  hover pc ***/
@media screen and (min-width: 835px) {
	.sp {
		display: none;
	}	
}
/*** sp ***/
@media screen and (max-width: 834px) {
	.pc {
		display: none;
	}
}
 
/* !chiba_lp_wrapper
---------------------------------------------------------- */
#chiba_lp_wrapper {
  padding-top: 6.4rem;
  background: #EEEEEE;
}

#chiba_lp_header {
  display: flex;
  justify-content: space-between;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  padding: 0 0 0 1.6rem;
  width: 100%;
  background: #f0001e;
}

#chiba_lp_headerlogo {
  display: flex;
  align-items: center;
  height: 6.4rem;
}
#chiba_lp_headerlogo a {
  display: flex;
  align-items: center;
  height: 3.6rem;
}
#chiba_lp_headerlogo a + a {
  padding-left: 0.6rem;
  margin-left: 0.6rem;
  border-left: 1px solid #fff;
}
#chiba_lp_headerlogo .logo1 img {
  width: 11rem;
}
#chiba_lp_headerlogo .logo2 img {
  width: 14.5rem;
}

.chiba_lp_btn_menu {
  display: block;
  position: relative;
  z-index: 5;
  width: 6.4rem;
  height: 6.4rem;
  background: url(../image/ico_menu.svg) no-repeat center;
  background-size: 100%;
}
.chiba_lp_btn_menu.active {
  background-image: url(../image/icon_close_red.svg);
}

#chiba_lp_navi {
  visibility: hidden;
  opacity: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 2;
  transition-duration: 0.5s;
  padding: 8.8rem 1.6rem;
  width: 100%;
  height: 100vh;
  background: #fff;
}
#chiba_lp_navi.open {
  visibility: visible;
  opacity: 1;
}
#chiba_lp_navi ul {
  border-top: 2px solid #f0001e;
}
#chiba_lp_navi li {
  border-bottom: 2px solid #f0001e;
}
#chiba_lp_navi li a {
  display: block;
  padding: 2rem 0;
  text-align: center;
  color: #f0001e;
  font-size: 2.4rem;
  font-weight: 700;
}

/***  hover pc ***/
@media screen and (min-width: 835px) {
  #chiba_lp_wrapper {
    position: relative;
    padding-top: 7.2rem;
  }

  #chiba_lp_header {
    padding: 0 2rem;
  }

  #chiba_lp_headerlogo {
    height: 7.2rem;
  }
  #chiba_lp_headerlogo a {
    height: 4.4rem;
  }
  #chiba_lp_headerlogo a + a {
    padding-left: 0.8rem;
    margin-left: 0.8rem;
  }
  #chiba_lp_headerlogo .logo1 img {
    width: 10rem;
  }
  #chiba_lp_headerlogo .logo2 img {
    width: 13.5rem;
  }

  .chiba_lp_btn_menu {
    display: none;
  }

  #chiba_lp_navi {
    visibility: visible;
    opacity: 1;
    position: static;
    padding: 0;
    height: auto;
    width: auto;
    background: transparent;
  }
  #chiba_lp_navi ul {
    display: flex;
    gap: 0 1.2rem;
  }
  #chiba_lp_navi li {
    padding: 2rem 0;
	border-bottom: 0;
  }
  #chiba_lp_navi li a {
    position: relative;
    padding: 0 0 0.6rem;
    color: #fff;
    font-size: 1.6rem;
  }
  #chiba_lp_navi li a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    transform: scaleX(0);
    transition-duration: 0.3s;
    width: 100%;
    border-top: 1px solid #fff;
  }
 
  /* hover */
  #chiba_lp_headerlogo a:hover {
    opacity: 0.7;
  }

  #chiba_lp_navi li a:hover:after {
    transform: scaleX(1);
  }
}
@media screen and (min-width: 1400px) {
  #chiba_lp_header {
    padding: 0 7rem;
  }
  #chiba_lp_headerlogo .logo1 img {
    width: 13.4rem;
  }
  #chiba_lp_headerlogo .logo2 img {
    width: 18rem;
  }

  #chiba_lp_navi ul {
    gap: 0 1.6rem;
  }
  #chiba_lp_navi li a {
    font-size: 1.6rem;
  }
}

/* chiba_lp_footer
-----------------------------------------------------------*/
.chiba_lp_pagetop {
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	text-align: center;
	color: #F0001E;
	height: 5.4rem;
	font-size: 3.1rem;
}

.chiba_lp_footer {
	padding: 6.8rem 1.6rem 5rem;
	background: #F0001E;
	text-align: center;
	color: #fff;
}

.chiba_lp_footlogo {
	margin: 0 auto 6rem;
	max-width: 6.8rem;
}

.chiba_lp_footer .sns .head {
	display: none;
}
.chiba_lp_footer .sns ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0 2.4rem;
}
.footlinks {
	margin: 5.2rem auto 0;
	max-width: 75rem;
	border-top: 2px solid #F3F0F0;
}
.footlinks li {
	border-bottom: 2px solid #F3F0F0;
	text-align: left;
}
.footlinks li a {
	display: block;
	position: relative;
	padding: 1.6rem;
}
.footlinks li a:after {
	content: "";
	position: absolute;
	right: 1.6rem;
	top: 50%;
	transform: translateY(-50%);
	border-left: 1rem solid #F3F0F0;
	border-top: 0.6rem solid transparent;
	border-bottom: 0.6rem solid transparent;
}

#copyright {
	margin-top: 5.6rem;
	font-size: 1rem;
	line-height: 2;
}
#copyright .company {
	display: none;
}

/***  hover pc ***/
@media screen and (min-width: 835px) {
	.chiba_lp_pagetop {
		height: 4.8rem;
		font-size: 3.8rem;
		font-weight: 700;
	}
	
	.chiba_lp_footer {
		padding: 7.6rem 0 7.8rem;
	}
	
	.chiba_lp_footer a:hover {
		opacity: 0.7;
	}
	
	.chiba_lp_footlogo {
		margin-bottom: 3.8rem;
		max-width: 13.4rem;
	}
	.chiba_lp_footer .sns .head {
		margin-bottom: 2.6rem;
		color: #DEE1E1;
		font-size: 2.3rem;
		font-weight: 700;
	}
	.chiba_lp_footer .sns ul {
		gap: 0 2.7rem;
	}
	.chiba_lp_footer .ltd {
		margin-top: 3.8rem;
		font-size: 1.5rem;
	}
	
	.footlinks li a {
		padding: 1.8rem 1.5rem;
		font-weight: 500;
	}
	
	#copyright {
		margin-top: 4rem;
		font-size: 1.1rem;
	}
	#copyright .company {
		display: block;
		margin-bottom: 1.5rem;
		font-size: 1.5rem;
	}
}

/* !common
---------------------------------------------------------- */
* { 
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}

.hide {
	display: none;
}

.chiba_lp_teaser {
	padding: 2.4rem 0;
	width: 100%;
	background: url(../image/bg_red.jpg) no-repeat center;
	background-size: cover;
	text-align: center;
	color: #fff;
}
.chiba_lp_teaser .head {
	font-size: 2rem;
	font-weight: 700;
}

.chiba_lp_inner {
	padding: 0 1.6rem;
}

.chiba_lp_headlarge {
	margin-bottom: 1.6rem;
	text-align: center;
	color: #F0001E;
	font-size: 2.4rem;
	font-weight: 700;
}

.bg_diamond {
    position: relative;
    z-index: 2;
    background: linear-gradient(185.01deg, rgba(238, 238, 238, 0.32) 0%, rgba(238, 238, 238, 0.48) 50%, rgba(238, 238, 238, 0.32) 100%);
}
.bg_diamond:before {
    content: "";
    opacity: 0.4;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: url(../image/bg_gray_sp.jpg) repeat-y center;
    background-size: 100%;
}

.chiba_lp_btnlink {
	margin-top: 1.6rem;
}
.chiba_lp_btnlink .btn {
	clip-path: polygon(0 1.6rem, 1.8rem 0%, 100% 0%, 100% 100%, 0% 100%);
	padding-bottom: 0.8rem;
}
.chiba_lp_btnlink a {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	height: 5.8rem;
	background: #000;
	box-shadow: 0 0.2rem 0.4rem rgba(0,0,0,0.25);
	color: #fff;
	font-size: 2rem;
	font-weight: 700;
}
.chiba_lp_btnlink .btn_red a {
	background: linear-gradient(90deg, #F0001E 0%, #C6162C 100%);
}
.chiba_lp_btnlink .btn_red a:after {
	content: "";
	position: absolute;
	right: 1.6rem;
	top: 0;
	width: 3rem;
	height: 100%;
	background: url(../image/ico_arr_wt.svg)no-repeat center;
	background-size: 100%;
}
.chiba_lp_btnlink.btns p + p {
	margin-top: 1.6rem;
}
.chiba_lp_btnlink .btn_file a:after {
	content: "";
	position: absolute;
	right: 2.4rem;
	top: 0;
	width: 2.4rem;
	height: 100%;
	background: url(../image/icon_file_wh.svg)no-repeat center;
	background-size: 100%;
}
.chiba_lp_btnlink .btn_file .red {
	background-color: #F0001E;
}

.anchor_area {
	position: relative;
}
.anchor_area .anchor {
	position: absolute;
	top: -6.4rem;
}

/***  hover pc ***/
@media screen and (min-width: 835px) {
	.chiba_lp_teaser {
		padding: 3.2rem 0;
	}
	.chiba_lp_teaser .head {
		font-size: 3.2rem;
	}
	
	.chiba_lp_inner {
		padding: 0 5rem;
		margin: 0 auto;
		max-width: 110.8rem;
	}
	
	.chiba_lp_headlarge {
		margin-bottom: 2.4rem;
		font-size: 3.6rem;
	} 
	
	.bg_diamond:before {
		background-image: url(../image/bg_gray_pc.jpg);
	}
	
	.chiba_lp_btnlink {
		margin-top: 2.4rem;
	}
	.chiba_lp_btnlink a:hover {
		opacity: 0.7;
	}
	.chiba_lp_btnlink .btn_red a {
		gap: 0 1.8rem;
	}
	.chiba_lp_btnlink .btn_red a:after {
		content: "";
		position: static;
		width: 3rem;
		height: 100%;
	}
	.chiba_lp_btnlink.btns {
		display: flex;
		justify-content: center;
		gap: 0 4.8rem;
	}
	.chiba_lp_btnlink.btns p {
		width: 50%;
		max-width: 41.4rem;
	}
	.chiba_lp_btnlink.btns p + p {
		margin-top: 0;
	}
	
	.anchor_area .anchor {
	    top: -7.2rem;
	}
}

/* !page
---------------------------------------------------------- */
.chiba_lp_title {
	padding: 4rem 0 0;
}
.chiba_lp_title .sub {
	margin-bottom: 2.4rem;
	text-align: center;
	line-height: 1.3;
	font-weight: 700;
}

.chiba_lp_anchors {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 0.8rem 0.7rem;
}
.chiba_lp_anchors a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 3.4rem;
	background: #fff;
	border: 0.2rem solid #F0001E;
	color: #F0001E;
	font-size: 1.4rem;
	font-weight: 700;
}

.chiba_lp_milegoods {
	padding: 2.4rem 0 4rem;
}
.chiba_lp_milegoods .chiba_lp_headlarge {
	margin-bottom: 0.8rem;
}
.chiba_lp_milegoods .sub {
	margin-bottom: 2rem;
	line-height: 1.6;
	text-align: center;
	font-size: 1.2rem;
}
.goods_nav {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 1rem 1.6rem;
	margin-bottom: 1.8rem;
}
.goods_nav li {
	cursor: pointer;
	clip-path: polygon(0 1.6rem, 2rem 0%, 100% 0%, 100% 100%, 0% 100%);
	padding-bottom: 0.6rem;
	width: calc(50% - 0.8rem);
	font-weight: 700;
}
.goods_nav li span {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 2;
	height: 4.8rem;
	background: #000;
	box-shadow: 0 0.2rem 0.4rem rgba(0,0,0,0.25);
}
.goods_nav li span:before {
	content: "";
	clip-path: polygon(0 1.4rem, 1.8rem 0%, 100% 0%, 100% 100%, 0% 100%);
	position: absolute;
	left: 2px;
	right: 2px;
	top: 2px;
	bottom: 2px;
	z-index: -1;
	background: #fff;
}
.goods_nav li.active {
	color: #fff;
}
.goods_nav li.active span:before {
	background: #000;
}
.goods_list {
	display: flex;
	flex-wrap: wrap;
	margin-left: -0.8rem;
}
.goods_list .item {
	width: 50%;
	padding: 0 0 6rem 0.8rem;
}
.goods_list .item a {
	display: block;
	position: relative;
	padding: 1.6rem 1.2rem;
	height: 100%;
	background: #fff;
}
.goods_list .item .mile {
	position: absolute;
	left: 0;
	top: 0;
	padding: 0 1rem;
	background: #F0001E;
	line-height: 1.6;
	color: #fff;
	font-size: 1rem;
	font-weight: 700;
}
.goods_list .item .img {
	margin-bottom: 1.2rem;
}
.goods_list .item .img img {
	object-fit: cover;
	aspect-ratio: 1 / 1;
}
.goods_list .item .tit {
	font-size: 1.2rem;
	font-weight: 700;
}
.goods_list .item .detail {
	margin-top: 1.2rem;
	padding: 0 2rem 0.4rem 0;
	background: url(../image/icon_link_red.svg)no-repeat right 0.2rem;
	background-size: 1.6rem;
	border-bottom: 2px solid #F0001E;
	text-align: right;
	color: #F0001E;
	font-size: 1.2rem;
	font-weight: 700;
}
 
.chiba_lp_fancybox {
	padding: 4.8rem 0;
	margin: 0 1.6rem;
}
.fancybox-close-small {
	width: 4.8rem;
	height: 4.8rem;
	background: url(../image/icon_close_red.svg)no-repeat center bottom;
	background-size: 100%;
}
.fancybox-close-small svg {
	display: none;
}
.fancybox_goods_display {
	position: relative;
	padding: 2.8rem 1.6rem 1.6rem;
	background: #fff;
}
.fancybox_goods_display .mile {
	position: absolute;
	left: 0;
	top: 0;
	padding: 0.3rem 0.8rem;
	background: #F0001E;
	line-height: 1.6;
	color: #fff;
	font-size: 1.4rem;
	font-weight: 700;
}
.fancybox_goods_display .img {
	margin-bottom: 1.6rem;
	text-align: center;
}
.fancybox_goods_display .img img {
	object-fit: cover;
	aspect-ratio: 1 / 1;
	width: 100%;
}
.fancybox_goods_display .tit {
	margin-bottom: 0.8rem;
	font-weight: 700;
}
.fancybox_goods_display .txt {
	letter-spacing: 0.03em;
	line-height: 1.6;
	font-size: 1.4rem;
}
.fancybox_goods_display .txt p {
	margin-bottom: 1rem;
}

.content_scrollbar {
	overflow-y: auto;
	max-height: 48rem;
}

.chiba_lp_exchange_method {
	padding: 4rem 0 0;
}
.chiba_lp_exchange_method .method_box {
	padding: 2.4rem;
	margin-bottom: 0.8rem;
	background: #fff;
	line-height: 1.3;
}
.chiba_lp_exchange_method .method_box .tit {
	margin-bottom: 0.8rem;
	padding-bottom: 0.8rem;
	border-bottom: 2px solid #DEE1E1;
	font-weight: 700;
}
.chiba_lp_exchange_method .note {
	margin-top: 0.8rem;
	line-height: 1.6;
	font-size: 1.2rem;
}

.chiba_lp_howto_earn {
	padding: 4rem 0;
}
.chiba_lp_howto_earn .earn_miles {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 0.8rem;
}
.chiba_lp_howto_earn .earn_miles li {
	padding: 1.6rem;
	background: #fff;
	line-height: 1.3;
}
.chiba_lp_howto_earn .earn_miles .icon {
	margin-bottom: 0.8rem;
}
.chiba_lp_howto_earn .earn_miles .tit {
	text-align: center;
	font-weight: 700;
	font-size: 1.1rem;
}
.chiba_lp_howto_earn .earn_miles .note {
	display: flex;
	justify-content: center;
	transform: scale(0.8, 0.8);
	margin-top: 0.5rem;
	font-size: 1rem;
}
.chiba_lp_howto_earn .attention {
	margin-top: 1.6rem;
}
.chiba_lp_howto_earn .attention .th {
	display: flex;
	align-items: center;
	gap: 0 0.8rem;
	padding: 0.4rem 1.6rem;
	min-height: 3.7rem;
	background: #F0001E;
	line-height: 1.3;
	color: #fff;
	font-weight: 700;
}
.chiba_lp_howto_earn .attention .th .pre {
	display: inline-block;
	padding: 0.4rem 0.8rem;
	background: #fff;
	color: #F0001E;
	font-size: 1rem;
}
.chiba_lp_howto_earn .attention .td {
	padding: 1.6rem;
	background: #fff;
}
.chiba_lp_howto_earn .attention .notes {
	line-height: 1.8;
	font-size: 1.1rem;
	font-weight: 500;
}

.chiba_lp_howto_earn .arrival_miles {
	margin-top: 1.6rem;
	padding: 2.4rem 1.6rem;
	background: #fff;
}
.chiba_lp_howto_earn .arrival_miles .img {
	margin-bottom: 1.6rem;
}
.chiba_lp_howto_earn .arrival_miles .info {
	line-height: 1.6;
	font-size: 1.2rem;
	font-weight: 500;
}
.chiba_lp_howto_earn .floor_guide {
	margin-top: 2.4rem;
}

.js-tab-btn {
	cursor: pointer;
}

.chiba_lp_howto_earn .floor_btn {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1.9rem 1.1rem;
	margin-bottom: 2.4rem;
}
.chiba_lp_howto_earn .floor_btn a {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	height: 5.4rem;
	background: #fff;
	border: 2px solid #F0001E;
	color: #F0001E;
	font-size: 2.4rem;
	font-weight: 700;
}
.chiba_lp_howto_earn .floor_btn a.active {
	background: #F0001E;
	color: #fff;
}
.chiba_lp_howto_earn .floor_btn a.active:after {
	content: "";
	position: absolute;
	left: 50%;
	top: 100%;
	transform: translateX(-50%);
	border-top: 1.1rem solid #F0001E;
	border-left: 0.8rem solid transparent;
	border-right: 0.8rem solid transparent;
}
.chiba_lp_howto_earn .floor_box .img {
	padding: 1.6rem;
	background: #fff;
	border: 2px solid #F0001E;
}
.chiba_lp_howto_earn .floor_box .note {
	margin-top: 0.8rem;
	font-size: 1.2rem;
	font-weight: 500;
}

.chiba_lp_howto_check {
	position: relative;
	padding: 3.6rem 0;
	background: #fff;
}
.chiba_lp_howto_check .bor_top {
	position: absolute;
	top: 0;
	border-style: solid;
	border-color: #F0001E transparent transparent transparent;
}
.chiba_lp_howto_check .bor_top.left {
	left: 0;
	border-width: 3.6rem 3.6rem 0 0;
}
.chiba_lp_howto_check .bor_top.right {
	right: 0;
	border-width: 3.6rem 0 0 3.6rem;
}
.chiba_lp_howto_check .title {
	text-align: center;
	font-size: 1.2rem;
	font-weight: 500;
}
.chiba_lp_howto_check .note {
	margin-top: 0.8rem;
	transform: scale(0.9, 0.9);
	white-space: nowrap;
	word-wrap: break-word;
	word-break:break-all;
	font-size: 1rem;
	font-weight: 400;
}

.chiba_lp_expiration_date {
	padding: 4rem 0 0;
}
.chiba_lp_expiration_date .note {
	margin-top: 1.6rem;
	line-height: 1.6;
	font-size: 1.1rem;
}

.chiba_lp_contact {
	padding: 4rem 0;
}
.chiba_lp_contact .contact_content .main {
	text-align: center;
}
.chiba_lp_contact .sub {
	margin-bottom: 0.8rem;
	line-height: 1.4;
	font-weight: 700;
}
.chiba_lp_contact .notes {
	transform: scale(0.8, 0.8);
	white-space: nowrap;
	word-wrap: break-word;
	word-break:break-all;
	line-height: 1.8;
	font-weight: 500;
	font-size: 1rem;
}
.chiba_lp_contact .link {
	margin-top: 1.6rem;
}
.chiba_lp_contact .link a {
	display: inline-block;
	padding: 0 2.4rem 0.4rem 0;
	background: url(../image/icon_link_red.svg) no-repeat right 0.8rem;
	background-size: 1.6rem;
	border-bottom: 2px solid #F0001E;
	line-height: 1.45;
	color: #F0001E;
	font-size: 2rem;
	font-weight: 700;
}


/***  hover pc ***/
@media screen and (min-width: 835px) {
	.chiba_lp_title {
	    padding: 8rem 0 0;
	}
	.chiba_lp_title .sub {
		margin-bottom: 4rem;
		font-size: 2.4rem;
	}
	.chiba_lp_anchors {
	    grid-template-columns: repeat(5, 1fr);
	    gap: 0.8rem;
	}
	.chiba_lp_anchors a {
	    height: 3.7rem;
	    font-size: 1.6rem;
	}
	.chiba_lp_anchors a:hover {
		background: #F0001E;
		color: #fff;
	}
	
	.chiba_lp_milegoods {
	    padding: 2.4rem 0 2.6rem;
	}
	.chiba_lp_milegoods .sub {
	    margin-bottom: 1.6rem;
	    font-size: 1.4rem;
	}
	.goods_nav {
		flex-wrap: nowrap;
	    gap: 0 1.6rem;
	    margin-bottom: 1.8rem;
	}
	.goods_nav li {
		width: 100%;
		max-width: 21.3rem;
	}
	.goods_nav li span {
	    height: 6.4rem;
		font-size: 1.8rem;
	}
	.goods_list {
	    margin-left: -1.6rem;
	}
	.goods_list .item {
	    padding: 0 0 6rem 1.6rem;
	    width: 25%;
	}
	.goods_list .item a {
		padding: 2.4rem 1.6rem;
	}
	.goods_list .item .con {
	}
	.goods_list .item .mile {
	    padding: 0.2rem 1rem;
	    font-size: 1.2rem;
	}
	.goods_list .item .tit {
	    font-size: 1.4rem;
	}
	.goods_list .item .detail {
		background-position: right 0.6rem;
		font-size: 1.6rem;
	}
	.fancybox_goods_display {
		padding: 3.2rem;
		margin: 0 auto;
		max-width: 48rem;
	}
	.fancybox_goods_display .mile {
		padding: 0.3rem 1.5rem;
		font-size: 1.6rem;
	}
	.fancybox_goods_display .tit {
	    margin-bottom: 0.8rem;
		font-size: 2.4rem;
	}
	.fancybox_goods_display .txt {
	    line-height: 1.8;
	    font-size: 1.8rem;
	}
	.content_scrollbar {
	    max-height: 68rem;
	}
	
	.chiba_lp_exchange_method {
	    padding-top: 9.6rem;
	}
	.chiba_lp_exchange_method .chiba_lp_inner {
		max-width: 82rem;
	}
	.chiba_lp_exchange_method .method_box {
		margin-bottom: 1.6rem;
		padding: 3.2rem;
		border: 0.2rem solid #DEE1E1;
	}
	
	.chiba_lp_howto_earn {
	    padding-top: 8rem;
	}
	.chiba_lp_howto_earn .earn_miles {
	    grid-template-columns: repeat(4, 1fr);
	}
	.chiba_lp_howto_earn .earn_miles .icon {
	    margin-bottom: 1.6rem;
	}
	.chiba_lp_howto_earn .earn_miles .tit {
	    font-size: 1.6rem;
	}
	.chiba_lp_howto_earn .earn_miles .note {
	    transform: scale(1, 1);
	    margin: 0.8rem auto 0;
		max-width: 18rem;
	}
	.chiba_lp_howto_earn .attention {
	    margin-top: 2.4rem;
	}
	.chiba_lp_howto_earn .attention .th {
	    gap: 0 1.6rem;
	    padding: 0.4rem 1.6rem;
	    min-height: 6.3rem;
	    font-size: 2.4rem;
	}
	.chiba_lp_howto_earn .attention .th .pre {
	    padding: 0.5rem 0.8rem;
	    font-size: 1.6rem;
	}
	.chiba_lp_howto_earn .attention .td {
	    padding: 2.4rem;
	}
	.chiba_lp_howto_earn .attention .notes {
	    font-size: 1.6rem;
	}
	.chiba_lp_howto_earn .arrival_miles {
		display: flex;
		justify-content: space-between;
		align-items: center;
	    margin-top: 8rem;
	    padding: 3.6rem;
	}
	.chiba_lp_howto_earn .arrival_miles .img {
		width: calc(30% + 1.6rem);
	}
	.chiba_lp_howto_earn .arrival_miles .info {
		width: calc(70% - 5.2rem);
	}
	.chiba_lp_howto_earn .arrival_miles .chiba_lp_headlarge {
		text-align: left;
	}
	.chiba_lp_howto_earn .arrival_miles .info {
	    font-size: 1.8rem;
	}
	.chiba_lp_howto_earn .floor_guide {
		margin-top: 3.6rem;
	}
	
	.chiba_lp_howto_earn .floor_btn {
	    gap: 1.6rem;
	    margin-bottom: 3.5rem;
	}
	.chiba_lp_howto_earn .floor_btn a {
	    height: 7rem;
	}
	.chiba_lp_howto_earn .floor_box .img {
	    padding: 3.6rem;
		text-align: center;
	}
	.chiba_lp_howto_earn .floor_box .img img {
		max-width: 78.2rem;
	}
	.chiba_lp_howto_earn .floor_box .note {
	    margin-top: 1.6rem;
	    font-size: 1.6rem;
	}
	
	.chiba_lp_howto_check {
	    padding: 9.6rem 0;
	}
	.chiba_lp_howto_check .bor_top.left {
	    border-width: 7.2rem 7.2rem 0 0;
	}
	.chiba_lp_howto_check .bor_top.right {
	    border-width: 7.2rem 0 0 7.2rem;
	}
	.chiba_lp_howto_check .title {
	    font-size: 1.6rem;
	    font-weight: 700;
	}
	.chiba_lp_howto_check .note {
	    margin-top: 0.5rem;
	    transform: scale(1, 1);
	    font-size: 1.6rem;
	    font-weight: 500;
	}
	.chiba_lp_howto_check .chiba_lp_btnlink {
		margin-top: 2.4rem;
	}
	
	
	.chiba_lp_expiration_date {
		padding: 9.6rem 0 0;
	}
	.chiba_lp_expiration_date .chiba_lp_inner {
		max-width: 90rem;
	}
	.chiba_lp_expiration_date .img img {
		width: 100%;
	}
	.chiba_lp_expiration_date .note {
	    margin-top: 1.6rem;
	    font-size: 1.6rem;
		font-weight: 500;
	}
	
	.chiba_lp_contact {
	    padding: 8rem 0;
	}
	.chiba_lp_contact .chiba_lp_inner {
		max-width: 91.6rem;
	}
	.chiba_lp_contact .contact_content {
		display: flex;
		align-items: center;
	}
	.chiba_lp_contact .contact_content .side {
		width: 22rem;
	}
	.chiba_lp_contact .chiba_lp_headlarge {
		text-align: left;
		font-size: 2.4rem;
	}
	.chiba_lp_contact .contact_content .main {
		padding-left: 4.8rem;
		width: calc(100% - 22rem);
		border-left: 1px solid #F0001E;
		text-align: left;
	}
	.chiba_lp_contact .sub {
	    margin-bottom: 1.6rem;
	    line-height: 1.8;
	    font-size: 2.4rem;
	}
	.chiba_lp_contact .notes {
	    transform: scale(1, 1);
	    white-space: wrap;
	    line-height: 1.8;
	    font-size: 1.4rem;
	}
	.chiba_lp_contact .link a {
		padding: 0 4rem 0.4rem 0;
		background-position: right 0.6rem;
		background-size: 2.6rem;
		font-size: 2.4rem;
	}
}
