@charset "utf-8";

/***************************************************************************
*
* INDEX STYLE
*
***************************************************************************/

.main {
	background: url(../images/index/main-bg.jpg) no-repeat bottom center;
	background-size: cover;
	height: 622px;
	padding-top: 84px;
	position: relative;
}

.main .mainTitle {
    text-align: center;
    margin-right: 11px;
}


/*areaUse*/
.areaUse {
    margin: -143px 0 65px;
    text-align: center;
}

.areaUse .useTitle {
    font-size: 32px;
    text-align: center;
    color: #fff;
    letter-spacing: -1.5px;
    margin-bottom: 24px;
}

.areaUse .useTitle span {
    position: relative;

}

.areaUse .useTitle span:after {
	content: "";
	position: absolute;
	background: url(../images/index/twoline.png) no-repeat;
	width: 261px;
	height: 6px;
	right: 521px;
	top: 56%;
	transform: translateY(-50%);

}

.areaUse .useTitle span:before {
	content: "";
	position: absolute;
	background: url(../images/index/twoline.png) no-repeat;
	width: 261px;
	height: 6px;
	left: 521px;
	top: 56%;
	transform: translateY(-50%);
}

.areaUse .listBntuse {
    display: inline-block;
}

.areaUse .listBntuse li {
    float: left;
    width: 522px;
    margin-right: 30px;
    position: relative;
}

.areaUse .listBntuse li a {
    display: block;
    position: relative;
    z-index: 1;
}

.areaUse .listBntuse li:before {
    content: "";
    position: absolute;
    width: 517px;
    height: 136px;
    left: 6px;
    top: 0;
    box-shadow: 0px 20px 20px 0px rgba(210,79,0,0.20);
    z-index: 1;
    border-radius: 8px;
}

.areaUse .listBntuse li:nth-child(2n) {
    margin-right: 0;
}
/*areaWeb*/
.areaWeb {
    background: url(../images/index/area-web-bg.png) no-repeat top center;
    background-size: 1482px 938px;
    padding: 80px 0 66px;
    position: relative;
    margin-bottom: 80px;
}
.areaWeb:after{
	content: "";
	position: absolute;
	bottom: -58px;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-left: 55.5px solid transparent;
	border-right: 55.5px solid transparent;
	border-top: 58px solid #e5f5ff;
	z-index: 2;
}

.areaWeb .webLabel {
    text-align: center;
}

.areaWeb .areawebTitle ,
.areaUseful .areausefulTitle,
.areaChoosing .areaChoosingTitle{
    font-size: 48px;
    text-align: center;
    position: relative;
    margin-bottom: 66px;
}

.areaWeb .areawebTitle{
	margin-bottom: 19px;
}
.areaWeb .hedingBar{
	margin-bottom: 43px;
}

.areaWeb .areawebTitle .black ,
.areaUseful .areausefulTitle .black,
.areaChoosing .areaChoosingTitle .black{
    color: #000;
    letter-spacing: 1px;
}

.areaWeb .areawebTitle .orange ,
.areaUseful .areausefulTitle .orange,
.areaChoosing .areaChoosingTitle .orange{
    color: #ff830a;
    letter-spacing: -1.5px;
}

.areaWeb .listStep li {
	width: 273px;
    float: left;
    margin-right: 36px;
}

.areaWeb .listStep li:nth-child(4n) {
    margin-right: 0;
}

.areaWeb .listStep li .iconStep {
    text-align: center;
    position: relative;
    margin-bottom: 6px;
}

.areaWeb .listStep li .iconStep .icon {
    position: relative;
    display: inline-block;
}

.areaWeb .listStep li .iconStep .icon:after {
    content: "";
    position: absolute;
    width: 177px;
    height: 177px;
    border-radius: 109px;
    box-shadow: 65.532px 45.886px 80px 0px rgba(0, 40, 86, 0.15);
    left: 0;
    top: 0;
    z-index: 0;
}

.areaWeb .listStep li .iconStep .icon img {
    position: relative;
    z-index: 2;
}

.areaWeb .listStep li .iconStep .stepNum {
    position: absolute;
    top: -39px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
}

.areaWeb .listStep li .stepText {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #2f4b5f;
}

/*areaUseful*/
.areaUseful{
	padding: 57px 0 0;
	overflow: hidden;
}
.areaUseful .inner{
	position: relative;
}

.areaUseful .container .arrowSlide{
	position: relative;
}
.areaUseful .container .arrowSlide button{
	border: none;
	background: none;
	z-index: 9;
	border: none;
    position: absolute;
    transform: translateX(-50%);
}

.areaUseful .container .arrowSlide .nn2{
	left: 50%;
	top: -2px;
	margin-left: 150px;
	padding: 0;
}
.areaUseful .container .arrowSlide .pp2{
	left: 50%;
	top: -2px;
	margin-left: -152px;
	padding: 0;
}

.areaUseful .areausefulTitle{
	margin-bottom: 19px;
}
.areaUseful .hedingBar{
	margin-bottom: 29px;
}


.areaUseful .articlesBtn{
	font-size: 14px;
	position: absolute;
	top: 26px;
	right: 43px;
}
.areaUseful .articlesBtn a{
	display: inline-block;
	position: relative;
	padding-bottom: 5px;
	border-bottom: 4px solid #ff9100;
	font-weight: 500;
}
.areaUseful .articlesBtn a:after{
	content: "";
	position: absolute;
	background: url(../images/index/articles-btn-arrow.png) no-repeat;
	background-size: 100%;
	width: 39px;
	height: 39px;
	right: -47px;
	top: 45%;
	transform: translateY(-50%);

}

.areaUseful .container .wrapper{
	margin-bottom: 0;
	height: 486px;
	overflow: hidden;
	position: relative;
}
.areaUseful .container .wrapper:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 5;
	background: #FFF;
}
.areaUseful .container .wrapper:before {
	content: "";
	position: absolute;
	border: 16px solid #f3f3f3;
	border-top: 16px solid #ff830a;
	border-radius: 50%;
	width: 90px;
	height: 90px;
	z-index: 10;
	top: 37%;
    left: 46%;
	transform: translate(-50%,-50%);
	animation: spin 2s linear infinite;
}
.areaUseful .container .wrapper.loaded {
	height: auto;
	overflow: visible;
}
.areaUseful .container .wrapper.loaded:after {
	display: none;
}
.areaUseful .container .wrapper.loaded:before {
	display: none;
}
@keyframes spin {
  	0% { transform: translate(-50%,-50%) rotate(0deg); }
  	100% { transform: translate(-50%,-50%) rotate(360deg); }
}

.areaUseful .container .wrapper .slide-item{
	position: relative;
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
	transition: box-shadow .3s;
	margin: auto 18px;
/*	min-width: 376px;
	max-width: 376px;*/
}

.keen-slider:not([data-keen-slider-disabled]) .keen-slider__slide{
	overflow: initial;
}

.keen-slider .keen-slider__slide{
	min-width: 412px !important;
	max-width: 412px !important;
}


.navigation-wrapper {
  position: relative;
}

.dots {
  display: flex;
  padding: 50px 0;
  justify-content: center;
  position: relative;
}
.dots .dot{
	position: relative;
}
.dots .dot:last-child:after{
	content: "";
	position: absolute;
	background: #ffa630;
	width: 51px;
	height: 2px;
	right: -60px;
	top: 42%;
	transform: translateY(-50%);
}
.dots .dot:first-child:after{
	content: "";
	position: absolute;
	background: #ffa630;
	width: 51px;
	height: 2px;
	left: -63px;
	top: 42%;
	transform: translateY(-50%);
}



.dot {
  background: #fff;
  border-radius: 50%;
  margin: 0 5px;
  padding: 5px;
  cursor: pointer;
  opacity: 1;
  color: #fff;
  font-size: 7px;
  border: 2px solid #ffa630;
  width: 16px;
  height: 16px;
}

.dot:focus {
  outline: none;
}

.dot--active {
  background: #ffa630;
}

.arrow {
  width: 30px;
  height: 30px;
  position: absolute;
  cursor: pointer;
  background: none;
  z-index: 9;
  border: none;
  position: absolute;
  bottom: 44px;
  transform: translate(-50%,0);
}

.arrow--left {
  left: 50%;
  background-image: url("../assets/images/index/arrow-slide-next.png");
  margin-left: 142px;
}

.arrow--right {
  left: auto;
  right: 50%;
  background-image: url("../assets/images/index/arrow-slide-prev.png");
  margin-right: 115px;
}

.arrow--disabled.arrow--left {
  background-image: url("../assets/images/index/arrow-slide-next.png");
}

.arrow--disabled.arrow--right {
  background-image: url("../assets/images/index/arrow-slide-prev.png");
}












.areaUseful .container .wrapper .slide-item:hover {
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 0.2);
    transition: box-shadow .3s;
}
.areaUseful .container .wrapper .slide-item .photo{
	height: 245px;
}
.areaUseful .container .wrapper .slide-item .photo img{
	width: 100%;
}

.areaUseful .container .wrapper .slide-item .new{
	position: absolute;
	left: 25px;
	top: 24px;
	width: 70px;
}
.areaUseful .container .wrapper .slide-item .new img{
	width: 100%;
	height: 71px;
}

.areaUseful .container .wrapper .slide-item .info{
	padding: 25px 20px 42px;
	background: #fff;
}

.areaUseful .container .wrapper .slide-item .info .date{
	font-size: 14px;
	color: #888888;
	margin-bottom: 7px;
}

.areaUseful .container .wrapper .slide-item .info .intro{
	font-size: 15px;
	color: #454545;
	font-weight: 500;
	margin-bottom: 28px;
	line-height: 1.6;
	min-height: 48px;
}

.areaUseful .container .wrapper .slide-item .info .linkDetail{
	margin-left: 3px;
	font-size: 15px;
	color: #f46d1f;
	padding-right: 62px;
	position: relative;
	font-weight: 500;
}
.areaUseful .container .wrapper .slide-item .info .linkDetail:after{
	content: "";
	position: absolute;
	background: url(../images/index/slide-arrow.png) no-repeat;
	background-size: 100%;
	width: 52px;
	height: 8px;
	right: -1px;
	top: 50%;
	transform: translateY(-50%);
}

/*.areaFaq*/
.areaFaq{
	background: url(../images/index/faq-bg.jpg) repeat-y top center;
	padding: 86px 0 80px;
	margin-bottom: 80px;
}
.areaFaq .inner{
	position: relative;
}
.areaFaq .warpFaq{
	background: rgba(255,255,255,0.96);
	padding: 32px 65px 30px 42px;
	position: relative;
	z-index: 1;
	box-shadow: -5px -6px 0 0 #ec501b;
}

.areaFaq .inner:after{
	content: "";
	position: absolute;
	width: 70%;
	height: 100%;
	right: 0;
	top: -1px;
	box-shadow: 43.766px 48px 73px 17px #efe1ba;
	mix-blend-mode: multiply;
}

.areaFaq .faqTitle{
	font-size: 48px;
	line-height: 1.21;
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 200px;
	margin-right: 56px;
	margin-top: 133px;
	padding-left: 16px;
}
.areaFaq .faqTitle:before{
	content: "";
	position: absolute;
	background: url(../images/common/heding-bar.png);
	background-size: 100%;
	width: 70px;
	height: 4px;
	left: 20px;
	bottom: -29px;
}

.areaFaq .faqTitle:after{
	content: "";
	position: absolute;
	background: url(../images/index/icon_faq.png) no-repeat;
	background-size: 100%;
	width: 116px;
	height: 107px;
	left: 0;
	top: -129px;
}
.areaFaq .faqTitle .black{
	color: #222222;
	letter-spacing: -5.9px;
}
.areaFaq .faqTitle .orange{
	color: #ff830a;	
}

.areaFaq .listFaq{
	display: inline-block;
	width: 825px;
}
.areaFaq .listFaq li{
	padding: 13px 0 19px;
	border-bottom: 1px solid #eeeeee;
}

.areaFaq .listFaq li .quest{
	font-size: 22px;
	position: relative;
	color: #222222;
	font-weight: 500;
	padding: 0 24px 0 50px;
	cursor: pointer;
	background: url(../images/index/plus.png) no-repeat right center;
	background-size: 26px 26px;

}
.areaFaq .listFaq li .quest.click{
	background: url(../images/index/minus.png) no-repeat right center;
	background-size: 26px 26px;
}
.areaFaq .listFaq li .quest:before{
	content: "";
	position: absolute;
	background: url(../images/index/icon-Q.png) no-repeat;
	background-size: 100%;
	width: 31px;
	height: 35px;
	left: 4px;
	top: 2.4px;
}
.areaFaq .listFaq li .anser{
	display: none;
	font-size: 18px;
	color: #222222;
	font-weight: 500;
	padding: 0 30px 0 50px;
	margin-top: 15px;
}

/*.areaCompari*/

.areaCompari .compariTitle{
	text-align: center;
	margin-bottom: 6px;
}
.areaCompari .hedingBar{
	margin-bottom: 30px;
}

.areaCompari .listTab li {
    width: 50%;
    float: left;
    margin-bottom: -1px;
    text-align: center;
}

.areaCompari .listTab li a {
    font-size: 37px;
    color: #fff;
    padding: 27px 0 31px;
    background-color: #9B9B9B;
    display: block;
    background-size: cover;
    font-weight: bold;
    box-shadow: -4px -4px 8px rgb(255 231 197);
    border-radius: 5px 5px 0 0;
}

.areaCompari .listTab .btnRight a {
    box-shadow: 4px -4px 8px rgb(255 231 197);
}

.areaCompari .listTab li a span {
    position: relative;
    padding-left: 90px;
}

.areaCompari .listTab li.actived a {
    box-shadow: -3px 0 6px rgb(0, 0, 0, 16%);
    background: url(../images/index/bgr-tab-active.png) no-repeat center center;
    background-size: cover;
    color: #ffffff;
}

.areaCompari .listTab .btnLeft a span:before {
    content: "";
    position: absolute;
    background: url(../images/index/icon-credit-card.png) no-repeat;
    background-size: cover;
    width: 86px;
    height: 86px;
    left: -18px;
    top: 54.5%;
    transform: translateY(-50%);
}

.areaCompari .listTab .btnRight a span:before {
    content: "";
    position: absolute;
    background: url(../images/index/icon-gift-card.png) no-repeat;
    background-size: cover;
    width: 90px;
    height: 90px;
    left: -56px;
    top: 62.5%;
    transform: translateY(-50%);
}

.areaCompari .result {
    background-color: #fff5e7;
    padding: 0 0 190px;
    box-shadow: 0px 6px 15px #ccc;
    border-top: 5px solid rgba(240, 154, 52, 85%);
    padding-top: 10px;
}
.areaCompari .result .infoSearch{
	display: flex;
	justify-content: space-between;
	margin-bottom: 22px;
	padding: 0px 33px 0 30px;
}
.areaCompari .result .infoSearch .numSearch{
	font-size: 18px;
	color: #000;
	font-weight: bold;
}
.areaCompari .result .infoSearch .numSearch .number{
	font-size: 30px;
	line-height: 1.2;
}

.areaCompari .result .infoSearch .sort .sortText{
	font-size: 18px;
	color: #000;
	display: inline-block;
	vertical-align: middle;
	font-weight: bold;
	margin: -2px 1px 0 0;
}
.areaCompari .result .infoSearch .sort .sortSelect{
	display: inline-block;
	vertical-align: middle;
	width: 262px;
}
.areaCompari .result .infoSearch .sort .sortSelect select{
	border: 1px solid #dcdcdc;
	border-radius: 5px;
	background: url(../images/index/select-arrow.png) no-repeat right 10px center, linear-gradient(180deg, rgba(255, 255, 255) 50%, rgba(255,255,255) 100%);
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: bold;
	font-size: 18px;
	width: 100%;
	padding: 8px 0 10px 20px;
	cursor: pointer;
	color: #000;
	-webkit-appearance: none;
	-moz-appearance: none;
	line-height: 1.15;
}
.areaCompari .result .shopTitleFront {
    text-align: center;
    font-size: 1.2em;
    margin-bottom: 1em;
}
.areaCompari .result .tab2{
	display: none;
}
.areaCompari .result .tab .resultlabel{
	margin-bottom: 24px;
    position: sticky;
    top: 76px;
    z-index: 30;
}
.admin-bar .areaCompari .result .tab .resultlabel {
    top: 109px;
}
.areaCompari .result .tab .resultlabel li{
	font-size: 16px;
	text-align: center;
	color: #fff;
	padding: 10.5px 0 11.5px;
	background: #3b3b3b;
	font-weight: 500;
	letter-spacing: 2px;
	margin-right: 1px;
	float: left;
}
.areaCompari .result .tab .resultlabel li:last-child{
	margin-right: 0;
}
.areaCompari .result .tab .resultlabel li:nth-child(1){
	width: 250px;
}
.areaCompari .result .tab .resultlabel li:nth-child(2){
	width: 183px;
}
.areaCompari .result .tab .resultlabel li:nth-child(3){
	width: 163px;
}
.areaCompari .result .tab .resultlabel li:nth-child(4){
	width: 123px;
}
.areaCompari .result .tab .resultlabel li:nth-child(5){
	width: 103px;
}
.areaCompari .result .tab .resultlabel li:nth-child(6){
	width: 140px;
}
.areaCompari .result .tab .resultlabel li:nth-child(7){
	width: 232px;
}

/*areaAbout*/
.areaAbout .aboutPhoto img{
	width: 100%;
	height: 361px;
	object-fit: cover;
}
.areaAbout .aboutBg{
	position: relative;
	overflow: hidden;
	padding-bottom: 71px;
}
.areaAbout .aboutBg:after{
	content: "";
    position: absolute;
    background: url(../images/index/about-bg.png) no-repeat bottom center;
    width: 1917px;
    height: 100%;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.areaAbout .aboutBg img{
	width: 100%;
	height: 270px;	 
}
.areaAbout .inner{
	margin-top: -609px;
	position: relative;
	z-index: 1;
	margin-bottom: 87px;
}

.areaAbout .abouTitle{
	font-size: 28px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	margin-bottom: 65px;
	letter-spacing: 1.3px;
}
.areaAbout .aboutContent{
	border-top: 8px solid #ffa733;
	padding: 34px 20px 31px 68px;
	background: #fff;
	box-shadow: 0px 20px 50px 0px rgba(255, 133, 0, 0.2);
}

.areaAbout .aboutContent .wrapAbout{
	width: 735px;
	display: inline-block;
	vertical-align: top;
	margin-right: 57px;
	margin-top: 8px;
}

.areaAbout .aboutContent .wrapAbout .aboutContentTitle{
	font-size: 32px;
	color: #000;
	font-weight: bold;
	letter-spacing: -2.7px;
	margin-bottom: 18px;
}

.areaAbout .aboutContent .wrapAbout .listAbout li{
	padding-left: 35px;
	font-size: 18px;
	color: #000;
	position: relative;
	line-height: 2.15;
}
.areaAbout .aboutContent .wrapAbout .listAbout li:after{
	content: "";
	position: absolute;
	background: url(../images/index/icon_check-org.svg)no-repeat;
	background-size: 100%;
	width: 29px;
	height: 29px;
	left: 0;
	top: 26%;
	transform: translateY(-50%);
}

.areaAbout .aboutContent .contentAboutPhoto{
	display: inline-block;
}
.areaAbout .aboutContent .contentAboutPhoto.sp{
	display: none;
}

/*areaChoosing*/
.areaChoosing{
	padding: 48px 0 0;
}

.areaChoosing .areaChoosingTitle{
	margin-bottom: 7px;

}
.areaChoosing .hedingBar{
	margin-bottom: 31px;
}

.areaChoosing .areaChoosingTitle .black{
	letter-spacing: 0.1px;
}
.areaChoosing .areaChoosingTitle .big{
	font-size: 68px;
}

.areaChoosing .listChoose li{
	width: 273px;
	float: left;
	border-radius: 5px;
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
	padding: 10px 10px 20px;
	margin-right: 36px;
}
.areaChoosing .listChoose li a{
	pointer-events: none;
}
.areaChoosing .listChoose li:nth-child(1){
	background-color: #0db9f8;
}

.areaChoosing .listChoose li:nth-child(2){
	background-color: #ff8004;
}

.areaChoosing .listChoose li:nth-child(3){
	background-color: #88ce00;
}

.areaChoosing .listChoose li:nth-child(4){
	background-color: #f0cb00;
	margin-right: 0;
}

.areaChoosing .listChoose li .point{
	font-size: 18px;
	line-height: 1;
	text-align: center;
	color: #fff;
	font-weight: 500;
	letter-spacing: 1.5px;
	margin-bottom: 7px;
}
.areaChoosing .listChoose li .point .num{
	font-weight: bold;
	font-size: 50px;
	letter-spacing: -0.5px;
	margin-left: 1px;
	line-height: 0.9;
}
.areaChoosing .listChoose li .chooseBox{
	background: #fff;
	padding-top: 9px;
	border-radius: 5px;
	position: relative;
	box-shadow: 0px -23px 49px 2px rgba(250,250,250,0.31);
}
.areaChoosing .listChoose li .chooseBox:after{
	content: "";
	position: absolute;
	width: 154px;
	height: 85px;
	left: -9px;
	top: -6px;
}
.areaChoosing .listChoose li .chooseBox .photo{
	margin-bottom: 7px;
}
.areaChoosing .listChoose li:nth-child(1) .chooseBox:after{
	background: url(../images/index/choosing-label1.png) no-repeat;
	background-size: 100%;
}
.areaChoosing .listChoose li:nth-child(2) .chooseBox .photo{
	margin-bottom: -1px;
}

.areaChoosing .listChoose li:nth-child(2) .chooseBox{
	padding-top: 17px;
}
.areaChoosing .listChoose li:nth-child(2) .chooseBox:after{
	background: url(../images/index/choosing-label2.png) no-repeat;
	background-size: 100%;
}
.areaChoosing .listChoose li:nth-child(3) .chooseBox .photo{
	margin-bottom: 2px;
}
.areaChoosing .listChoose li:nth-child(3) .chooseBox{
	padding-top: 14px;
}
.areaChoosing .listChoose li:nth-child(3) .chooseBox:after{
	background: url(../images/index/choosing-label3.png) no-repeat;
	background-size: 100%;
}
.areaChoosing .listChoose li:nth-child(4) .chooseBox .photo{
	margin-bottom: 3px;
}
.areaChoosing .listChoose li:nth-child(4) .chooseBox{
	padding-top: 13px;
}
.areaChoosing .listChoose li:nth-child(4) .chooseBox:after{
	background: url(../images/index/choosing-label4.png) no-repeat;
	background-size: 100%;
}

.areaChoosing .listChoose li .chooseBox .photo{
	text-align: center;
}
.areaChoosing .listChoose li .chooseBox .chooseBoxTitle{
	font-size: 24px;
	text-align: center;
	margin-bottom: 8px;
}

.areaChoosing .listChoose li .chooseBox .text{
	font-size: 16px;
    color: #666666;
    padding: 0 30px;
    text-align: justify;
    letter-spacing: 0.1px;
    height: 327px;
}

/*areaWorrie*/
.areaWorrie{
	background: url(../images/index/area-worrie-bg.jpg) no-repeat top center;
	background-size: auto 700px;
	margin-top: -125px;
	padding: 182px 0 81px;
}

.areaWorrie .enTitle{
	font-size: 28px;
	text-align: center;
	color: #fff;
	line-height: 1.4;

}
.areaWorrie .enTitle span{
	display: inline-block;
	position: relative;
	letter-spacing: 1px;
}

.areaWorrie .enTitle span:after{
	content: "";
	position: absolute;
	background: url(../images/index/icon_wakaba-mark.png)no-repeat;
	background-size: 100%;
	width: 19px;
	height: 28px;
	left: -40px;
	top: 50%;
	transform: translateY(-50%);
}

.areaWorrie .enTitle span:before{
	content: "";
	position: absolute;
	background: url(../images/index/icon_wakaba-mark.png)no-repeat;
	background-size: 100%;
	width: 19px;
	height: 28px;
	right: -40px;
	top: 50%;
	transform: translateY(-50%);
}

.areaWorrie .worrieTitle{
	font-size: 38px;
	text-align: center;
	color: #fff;
	margin-bottom: 46px;

}
.areaWorrie .worrieTitle span{
	display: inline-block;
	padding-bottom: 12px;
	border-bottom: 6px solid #f6ff00;
	letter-spacing: -1px;
}

.areaWorrie .listWorrie li{
	float: left;
	width: 582px;
}

.areaWorrie .listWorrie li .photo{
	text-align: center;
	position: relative;
}
.areaWorrie .listWorrie li .photo img{
	position: relative;
    z-index: 99;
    top: -22px;
}
.areaWorrie .listWorrie li .photo:after{
	content: "";
	position: absolute;
	background: rgba(254,110,68,0.56);
	border-radius: 10px 10px 0 0;
	width: 582px;
	height: 329px;
	left: 0;
	bottom: 2px;
	mix-blend-mode: multiply;
}
.areaWorrie .listWorrie li .photo:before{
	content: "";
	position: absolute;
	background: url(../images/index/trigle-orange.png) no-repeat;
	background-size: 100%;
	width: 75px;
	height: 37px;
	left: 50%;
	transform: translateX(-50%);
	bottom: -35px;
	mix-blend-mode: multiply;
	opacity: 0.94;
}

.areaWorrie .listWorrie li .worrieContent{
	background: #fff;
	padding: 41px 45px 41px;
	border-radius: 0 0 10px 10px;
	box-shadow: 9px 5px 40px 5px rgba(255,133,0,0.20);
}

.areaWorrie .listWorrie li .worrieContent .listTitle{
	font-size: 30px;
	text-align: center;
	color: #000;
	margin-bottom: 19px;
	letter-spacing: -2.6px;
}

.areaWorrie .listWorrie li .worrieContent .text{
	font-size: 16px;
    color: #666666;
    text-align: justify;
    margin-bottom: 27px;
}

.areaWorrie .listWorrie li .worrieContent .linkDetail{
	text-align: center;
}

.areaWorrie .listWorrie li .worrieContent .linkDetail a{
	display: inline-block;
	border: 2px solid #ff6300;
	color: #ff6300;
	border-radius: 50px;
	padding: 11px 42px 14px 0;
	font-size: 14.5px;
	background: #fff url(../images/index/slide-arrow.png) no-repeat right 46px top 18px;
	background-size: 52px 7px;
	width: 270px;
	font-weight: 600;
	letter-spacing: 0.5px;
	transition: all 0.3s;
}

.areaWorrie .listWorrie li:nth-child(2){
	margin-left: 36px;
}

/*areaSupports*/
.areaSupports{
	height: 875px;
	background: url(../images/index/area-supports-trigle.png) no-repeat bottom center,
	url(../images/index/area-supports-bg.png) no-repeat top center/1480px 915px;
	padding-top: 78px;
}

.areaSupports .supporTitle{
	text-align: center;
	margin-bottom: 94px;
}

.areaSupports .listSuppor li{
	width: 582px;
	float: left;
	padding: 0 67px 32px 67px;
	background: #fff;
	border-radius: 10px;
	box-shadow: 41px 20px 100px -7px rgba(92,118,137,0.37);
	
}

.areaSupports .listSuppor li+li{
	margin-left: 35px;
}
.areaSupports .listSuppor li .photo{
	text-align: center;
    margin-top: -96px;
    margin-bottom: 9px;
}
.areaSupports .listSuppor li .listTitle{
	font-size: 28px;
	text-align: center;
	margin-bottom: 12px;
	color: #000;
}
.areaSupports .listSuppor li .listTitle .pink{
	color: #ff004c;
}
.areaSupports .listSuppor li .text{
	font-size: 16px;
	color: #666666;
	min-height: 72px;
}

/* +++++++++++++++ GIFT-RANKING-NEW +++++++++++++++++++++++++ */
.areaCompari.areaCardcompany .inner {
    width: 1180px;
}

.areaGiftRanking {
    position: relative;
}

.areaGiftRanking.loading:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: -10px;
    left: 0;
    background: rgba(255, 255, 255, 0.8);
    z-index: 999;
}

.areaGiftRanking .giftCard {
    margin-bottom: 30px;
    padding: 19px 28px 10px;
    background-color: #ffffff;
    border-radius: 5px;
    box-shadow: rgba(255, 235, 202, 100%) 0px 2px 4px;
}

.areaGiftRanking .boxtitle {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
}

.areaGiftRanking .wapperTitle .hedingBar {
    display: block;
    line-height: 0;
    width: 82px;
    margin: 1px auto;
}

.areaGiftRanking .wapperTitle .boxtitle .boxGift {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 15px;
}

.areaGiftRanking .wapperTitle .boxtitle .boxGift .headGift a {
    display: block;
    width: 96px;
    z-index: 3;
    margin-bottom: 1px;
    border-radius: 5px;
    background: #F5F5F5 url(../images/gift-ranking/background-trademark.png) no-repeat center center;
    background-size: cover;
    box-shadow: rgba(0, 0, 0, 16%) 0px 3px 6px;
    transition: .25s all linear;
    pointer-events: none;
}

.areaGiftRanking .wapperTitle .boxtitle .boxGift .headGift .photoGift {
    width: 41%;
    margin: 0 auto 2px;
    padding: 6px 0 0 5px;
}

.areaGiftRanking .wapperTitle .boxtitle .listSelect {
    display: flex;
}

.areaGiftRanking .wapperTitle .boxtitle .listSelect li+li {
    margin-left: 15px;
}

.areaGiftRanking .wapperTitle .boxtitle .listSelect li {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
}

.areaGiftRanking .wapperTitle .boxtitle .listSelect li.active {
    color: #FF5D1F;
}

.areaGiftRanking .wapperTitle .boxtitle .boxGift .headGift .titleGift {
    font-size: 11px;
    font-weight: normal;
    text-align: center;
}

.areaGiftRanking .wapperTitle .boxtitle .contentTitle {}

.areaGiftRanking .wapperTitle .boxtitle .contentTitle .title {
    font-size: 30px;
    font-weight: bold;
    color: #000000;
}

.areaGiftRanking .textDate {
    font-size: 15px;
    font-weight: bold;
    text-align: right;
    max-width: 1272px;
}

.areaGiftRanking .giftCard .listGiftCard {
    display: flex;
    flex-wrap: wrap;
}

.areaGiftRanking .giftCard .listGiftCard li {
    margin-right: 10px;
    margin-bottom: 24px;
    width: calc(100% / 10 - 10px);
}

.areaGiftRanking .giftCard .listGiftCard li:nth-child(10n) {
    margin-right: 0;
}

.areaGiftRanking .giftCard .listGiftCard li>a.active ..photoGiftCard {
    background: #F5F5F5 url(../images/gift-ranking/background-trademark-hover.png) no-repeat center center;
    box-shadow: rgba(239, 138, 54, 73%) 0px 0px 6px;
    background-size: cover;

}

.areaGiftRanking .photoGiftCard {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 71px;
    margin-bottom: 4px;
    padding: 0 5px;
    border-radius: 5px;
    background: #F5F5F5 url(../images/gift-ranking/background-trademark.png) no-repeat center center;
    background-size: cover;
    box-shadow: rgba(0, 0, 0, 16%) 0px 3px 6px;
    transition: .25s all linear;
}

.areaGiftRanking .giftCard .listGiftCard li .boxInfoCard {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.areaGiftRanking .giftCard .listGiftCard li .boxInfoCard .leftInfo {
    width: 50%;
}

.areaGiftRanking .giftCard .listGiftCard li .boxInfoCard .leftInfo:first-child {
    text-align: center;
    padding-left: 10px;
}

.areaGiftRanking .giftCard .listGiftCard li .boxInfoCard .leftInfo .number {
    font-size: 20px;
    font-weight: 500;
}

.areaGiftRanking .giftCard .listGiftCard li .boxInfoCard .leftInfo .percent {
    font-size: 15px;
    font-weight: 500;
}

.areaGiftRanking .giftCard .listGiftCard li .boxInfoCard .leftInfo .store {
    font-size: 17px;
    font-weight: 500;
}

.areaGiftRanking .orange {
    color: #FF5D1F;
}

.areaGiftRanking .boxNanaco {
    padding: 30px 28px 35px;
    background-color: #ffffff;
    border-radius: 5px;
    box-shadow: rgba(255, 235, 202, 100%) 0px 2px 4px;
    margin-bottom: 30px;
}

.areaGiftRanking .boxNanaco .wapperTitle {
    margin-bottom: 14px;
}

.areaGiftRanking .boxNanaco .textDate {
    margin-bottom: 10px;
}

.areaGiftRanking .share .boxtitle {
    margin-bottom: 5px;
}

.areaGiftRanking .share .photoGiftCard {
    width: 73px;
    min-height: 45px;
    margin-right: 30px;
}

.areaGiftRanking .share .boxSubTitle .subTitle {
    text-align: center;
    font-size: 19px;
    font-weight: bold;
}

.areaGiftRanking .share .wapperTitle .hedingBar {
    margin: 5px auto 0;
}


.areaGiftRanking .boxNanaco .detailNanaco {
    width: 1108px;
    margin: -4px auto 0;
}

.areaGiftRanking .boxNanaco .detailNanaco .boxChart {
    margin-bottom: 20px;
}
.apexcharts_spline_chart {
    height: 415px;
}
.areaGiftRanking .boxNanaco .boxListTrademark {
    width: 1075px;
    overflow-x: auto;
    margin: 0 28px;
    padding-bottom: 8px;
}

.areaGiftRanking .boxNanaco .boxListTrademark::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

.areaGiftRanking .boxNanaco .boxListTrademark::-webkit-scrollbar-track {
    background-color: #f0f0f0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.areaGiftRanking .boxNanaco .boxListTrademark::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    background: #EA7B32;
}

.areaGiftRanking .boxNanaco .listTrademark {
    display: flex;
}

.areaGiftRanking .boxNanaco .listTrademark li a {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    width: 116px;
    min-height: 68px;
}

.areaGiftRanking .boxNanaco .listTrademark li.active a {
    background-color: #FFEDE0;
}

.areaGiftRanking .pink {
    color: #FF004C;
}

.areaGiftRanking .boxStatistical {
    padding: 34px 0 0;
    background-color: #ffffff;
    border-radius: 5px;
    box-shadow: rgba(255, 235, 202, 100%) 0px 2px 4px;
}

.areaGiftRanking .boxStatistical .listStatistical {
    margin-bottom: 30px;
}

.areaGiftRanking .boxStatistical .listStatistical>li:first-child .wapperCategory {
    display: flex;
    align-items: center;
	width: 100%;
}

.admin-bar .areaGiftRanking .boxStatistical .listStatistical>li:first-child {
	position: sticky;
    top: 96px;
    padding: 5px 0;
    background-color: #fff;
    z-index: 100;
}

.areaGiftRanking .boxStatistical .listStatistical li+li {
    border-top: 1px solid #EFF2F5;
}

.areaGiftRanking .boxStatistical .listStatistical>li {
    display: flex;
    padding: 7px 0;
    align-items: center;
    width: 100%;
}

.areaGiftRanking .boxStatistical .listStatistical li .column-1 {
	width: 20%;
    padding-left: 10px;
}

.areaGiftRanking .boxStatistical .listStatistical li .column-2,
.areaGiftRanking .boxStatistical .listStatistical li .column-3,
.areaGiftRanking .boxStatistical .listStatistical li .column-4,
.areaGiftRanking .boxStatistical .listStatistical li .column-5 {
    width: 20%;
    padding: 0 10px;
    text-align: center;    
}

.areaGiftRanking .boxStatistical .listStatistical li .column-4 .rate-empty-icon {
    margin: 0 auto;
}

.areaGiftRanking .boxStatistical .detailStatistical .textDate {
    margin-bottom: 17px;
}

.areaGiftRanking .boxStatistical .listStatistical li .title {
    font-size: 19px;
    font-weight: 600;
    text-align: center;
    color: #58667E;
}

.areaGiftRanking .boxStatistical .listStatistical li .title a {
    position: relative;
    color: #58667E;
    padding: 0 30px 0 0;
}

.areaGiftRanking .boxStatistical .listStatistical li .title .iconSort {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 14px;
    height: 20px;
    transform: translateY(-50%);
    line-height: 1;
}

.areaGiftRanking .boxStatistical .listStatistical li .title .iconSort.sortFull {
    background: url(../images/index/icon-sort-full.png) no-repeat center;
    background-size: cover;
}

.areaGiftRanking .boxStatistical .listStatistical li .title .iconSort.sortTop {
    background: url(../images/index/icon-sort-top.png) no-repeat center;
    background-size: cover;
}

.areaGiftRanking .boxStatistical .listStatistical li .title .iconSort.sortBottom {
    background: url(../images/index/icon-sort-bottom.png) no-repeat center;
    background-size: cover;
}


.areaGiftRanking .boxStatistical .detailStatistical {
    padding: 0 35px 48px;
    margin-top: -12px;
}

.areaGiftRanking .boxStatistical .listStatistical li .nameProduct {
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 5px;
    color: #000000;
}

.areaGiftRanking .boxStatistical .listStatistical li .firstTime .fz38 {
    margin: 0 5px;
}

.areaGiftRanking .boxStatistical .listStatistical li .firstTime {
    display: flex;
    align-items: baseline;
    justify-content: center;
    font-weight: bold;
    min-width: 180px;
}

.areaGiftRanking .boxStatistical .listStatistical li .lastTime {
    display: flex;
    align-items: baseline;
    justify-content: center;
    font-weight: bold;
    color: #000000;
    line-height: 1;
    min-width: 180px;
}

.areaGiftRanking .boxStatistical .listStatistical li .fz28 {
    font-size: 22px;
}

.areaGiftRanking .boxStatistical .listStatistical li .fz38 {
    font-size: 30px;
}

.areaGiftRanking .boxStatistical .listStatistical li .fz26,
.areaGiftRanking .boxStatistical .listStatistical li .fz32 {
    font-size: 24px;
}

.areaGiftRanking .boxStatistical .listStatistical li .fz22 {
    font-size: 22px;
}

.areaGiftRanking .boxStatistical .listStatistical li .fz29 {
    font-size: 29px;
}


.areaGiftRanking .boxStatistical .listStatistical li .evaluate {
    margin-top: -7px
}

.areaGiftRanking .boxStatistical .listStatistical li .evaluate .star {
    position: relative;
    font-size: 37px;
    background: url(../images/gift-ranking/icon-start-statistical.png) no-repeat center left;
    background-size: 47px 43px;
    padding-left: 49px;
}

.areaGiftRanking .boxStatistical .listStatistical li .evaluate .pieces {
    font-size: 37px;
    font-weight: bold;
    color: #000000;
    margin-left: 10px;
}

.areaGiftRanking .boxStatistical .listStatistical li .review a {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    color: #727DFE;
}

.areaGiftRanking .boxStatistical .listStatistical li .hours {
    font-size: 25px;
    font-weight: normal;
    color: #000000;
    margin-top: 5px;
}

.areaGiftRanking .boxStatistical .listStatistical li .notice {
    font-size: 20px;
    font-weight: normal;
    color: #000000;
}

.areaGiftRanking .boxStatistical .listStatistical li .btnLink {
    width: 220px;
    background: url(../images/index/orange-bnt-bg.png) no-repeat top center;
    background-size: cover;
    margin: 0 auto;
    border-radius: 50px;
}

.areaGiftRanking .boxStatistical .listStatistical li .btnLink a {
    box-shadow: 0 2px 5px rgba(241, 188, 160, 0.9);
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding: 8px 0;
    border-radius: 50px;
    display: block;
    position: relative;
}

.areaGiftRanking .boxStatistical .listStatistical li .btnLink a:after {
    content: "";
    position: absolute;
    background: url(../images/index/btn-arrow.png) no-repeat;
    background-size: 100%;
    width: 13px;
    height: 20px;
    right: 19px;
    top: 50%;
    transform: translateY(-50%);
}

.areaGiftRanking .boxStatistical .detailStatistical .btnReadMore {
    width: 278px;
    margin: 0 auto;
    box-shadow: 0px 4px 6px rgba(235, 173, 140, 56%);
    border-radius: 29px;
    transition: all .2s;
}

.areaGiftRanking .boxStatistical .detailStatistical .btnReadMore a {
    padding: 11px 32px;
    font-size: 23px;
    font-weight: bold;
    color: #FF6024;
    border-radius: 29px;
    background: url(../images/gift-ranking/icon-arrow-statistical.png) no-repeat center right 23px;
    background-size: 19px 15px;
    width: 100%;
    display: block;
}

@media(min-width:769px) and (max-width:1400px) {
    .areaCompari .listTab li a {
        font-size: 32px;
        padding: 25px 0;
    }

    .areaCompari .listTab .btnLeft a span:before {
        width: 65px;
        height: 65px;
    }

    .areaCompari .listTab .btnRight a span:before {
        width: 70px;
        height: 70px;
    }

    .areaGiftRanking .giftCard .listGiftCard li .boxInfoCard .leftInfo:first-child {
        padding-left: 0;
    }

    .areaGiftRanking .giftCard .listGiftCard li .boxInfoCard .leftInfo .number {
        font-size: 18px;
    }

    .areaGiftRanking .giftCard .listGiftCard li .boxInfoCard .leftInfo .store {
        font-size: 15px;
    }

    .areaGiftRanking .boxStatistical .listStatistical li .fz28 {
        font-size: 26px;
    }

    .areaGiftRanking .boxStatistical .listStatistical li .fz38 {
        font-size: 36px;
    }

    .areaGiftRanking .boxStatistical .listStatistical li .fz32 {
        font-size: 30px;
    }

    .areaGiftRanking .boxStatistical .listStatistical li .evaluate .star {
        font-size: 35px;
        background: url(../images/gift-ranking/icon-start-statistical.png) no-repeat center left;
        background-size: 40px 36px;
        padding-left: 45px;
    }

    .areaGiftRanking .boxStatistical .listStatistical li .evaluate .pieces {
        font-size: 35px;
    }

    .areaGiftRanking .boxStatistical .listStatistical li .hours {
        font-size: 28px;
    }

    .areaGiftRanking .boxStatistical .listStatistical li .notice {
        font-size: 22px;
    }

    .areaGiftRanking .boxStatistical .listStatistical li .btnLink a {
        font-size: 20px;
    }

}

@media(min-width:769px) {
    .areaGiftRanking .giftCard .boxTraderMark .listGiftCard li a .photoGiftCard:hover {
        background: #F5F5F5 url(../images/gift-ranking/background-trademark-hover.png) no-repeat center center;
        box-shadow: rgba(239, 138, 54, 73%) 0px 0px 6px;
        background-size: cover;
    }

    .areaGiftRanking .boxStatistical .detailStatistical .btnReadMore:hover {
        transform: translateY(1.5px);
        box-shadow: 0px 0.5px 1px #ff7e20;
    }

    .areaGiftRanking .boxStatistical .listStatistical li .review a:hover {
        color: #ff7d10;
    }
}

@media(max-width:768px) {
    #fixH {
		height: 51px !important;
	}
    .areaCompari.areaCardcompany .inner {
        width: 100%;
    }

    .areaCompari.areaCardcompany .listTab {
        margin: 0 -1%;
    }

    .areaGiftRanking .boxNanaco .detailNanaco {
        width: 100%;
    }

    .areaCompari .listTab li a span {
        padding-left: 10px;
    }

    .areaGiftRanking .boxStatistical .listStatistical li .title a {
        padding: 0 20px 0 0;
    }

    .areaGiftRanking .boxStatistical .listStatistical li .title .iconSort {
        width: 8px;
        height: 11px;
        top: 55%;
    }

    .areaGiftRanking .wapperTitle .boxtitle .boxGift {
        position: absolute;
        left: 2px;
        top: -4px;
    }

    .areaGiftRanking .wapperStatistical {
        padding-top: 20px;
        overflow: auto;
    }

    .areaGiftRanking .boxStatistical .listStatistical>li:first-child::-webkit-scrollbar,
    .areaGiftRanking .boxStatistical .listStatistical>li:first-child::-webkit-scrollbar-thumb,
    .areaGiftRanking .boxStatistical .listStatistical>li:first-child::-webkit-scrollbar-thumb {
        display: none;
    }

    .areaGiftRanking .boxStatistical .listStatistical>li:first-child .wapperCategory {
        min-width: 600px;
        overflow: auto;
    }

    .areaGiftRanking .giftCard {
        margin-bottom: 10px;
        padding: 15px 0 10px;
    }

    .areaGiftRanking .giftCard .wapperTitle {
        margin-bottom: 3px;
    }

    .areaGiftRanking .giftCard .boxTraderMark {
        overflow-x: auto;
        padding: 0px 1.6%;
    }

    .areaGiftRanking .giftCard .boxTraderMark::-webkit-scrollbar-thumb {
        background-color: #f3780a;
    }

    .areaGiftRanking .giftCard .listGiftCard {
        width: calc(666px + 1.6%);
        padding-right: 1.6%;
    }

    .areaGiftRanking .giftCard .listGiftCard li,
    .areaGiftRanking .giftCard .listGiftCard li:nth-child(10n) {
        margin-right: 6px;
        width: 78px;
        margin-bottom: 14px;
    }

    .areaGiftRanking .giftCard .listGiftCard li:nth-child(8n) {
        margin-right: 0;
    }

    .areaGiftRanking .giftCard .listGiftCard li .boxInfoCard .leftInfo .number {
        font-size: 12px;
        font-weight: 500;
    }

    .areaGiftRanking .photoGiftCard {
        min-height: 48px;
        margin-bottom: -2px;
        padding: 0 5px;
    }

    .areaGiftRanking .boxtitle {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 0;
        position: relative;
    }

    .areaGiftRanking .textDate {
        font-size: 7px;
        font-weight: 500;
        max-width: 100%;
        padding: 0 3.3%;
        margin-bottom: 10px;
    }

    .areaGiftRanking .wapperTitle .boxtitle .boxGift .headGift a {
        width: 54px;
        min-height: 34px;
        z-index: 3;
        border-radius: 3px;
        box-shadow: rgba(0, 0, 0, 0%) 0px 3px 6px;
    }

    .areaGiftRanking .wapperTitle .boxtitle .boxGift .headGift .photoGift {
        width: 48%;
        margin: 0px auto 2px;
        padding: 4px 0 0 0;
    }

    .areaGiftRanking .wapperTitle .boxtitle .listSelect {
        padding-left: 2px;
    }

    .areaGiftRanking .wapperTitle .boxtitle .boxGift .headGift .titleGift {
        display: none;
    }

    .areaGiftRanking .wapperTitle .boxtitle .contentTitle .title {
        font-size: 17px;
    }

    .areaGiftRanking .wapperTitle .boxtitle .listSelect li {
        font-size: 10px;
    }

    .areaGiftRanking .wapperTitle .boxtitle .listSelect li+li {
        margin-left: 10px;
    }

    .areaGiftRanking .giftCard .listGiftCard li .boxInfoCard .leftInfo:first-child {
        padding-left: 5px;
    }

    .areaGiftRanking .giftCard .listGiftCard li .boxInfoCard .leftInfo .percent {
        font-size: 9px;
    }

    .areaGiftRanking .giftCard .listGiftCard li .boxInfoCard .leftInfo .store {
        font-size: 9px;
        font-weight: 500;
    }

    .areaGiftRanking .boxNanaco .wapperTitle {
        margin-bottom: 0;
    }

    .areaGiftRanking .boxNanaco .textDate {
        margin-bottom: 12px;
        margin-top: -13px;
    }

    .areaGiftRanking .share .photoGiftCard {
        width: 39px;
        min-height: 24px;
        margin-right: 6px;
        margin-bottom: 0;
        border-radius: 2px;
        box-shadow: none;
    }

    .areaGiftRanking .share .boxtitle {
        margin-bottom: -1px;
    }

    .areaGiftRanking .share .wapperTitle .hedingBar {
        margin: 2px auto 0;
    }

    .areaGiftRanking .boxNanaco {
        padding: 10px 0.7% 8px;
        background-color: #ffffff;
        border-radius: 5px;
        box-shadow: rgba(255, 235, 202, 100%) 0px 2px 4px;
        margin-bottom: 7px;
    }

    .areaGiftRanking .boxNanaco .boxListTrademark {
        width: 100%;
        overflow-x: auto;
        margin: 0;
        padding-bottom: 8px;
    }

    .areaGiftRanking .boxNanaco .listTrademark li {
        border-bottom: 2px solid #D1D1D1;
        padding-bottom: 4px;
    }

    .areaGiftRanking .boxNanaco .listTrademark li.active {
        position: relative;
    }

    .areaGiftRanking .boxNanaco .listTrademark li.active:before {
        content: "";
        position: absolute;
        width: 61px;
        height: 4px;
        border-radius: 50px;
        bottom: -2.5px;
        background-color: #EA7B32;
    }

    .areaGiftRanking .boxNanaco .listTrademark li a {
        width: 61px;
        min-height: 38px;
    }

    .areaGiftRanking .share .boxSubTitle .subTitle {
        font-size: 11px;
        font-weight: bold;
        margin-top: -6px;
    }

    .areaGiftRanking .boxNanaco .detailNanaco .boxChart {
        margin-bottom: 0px;
    }

    .areaGiftRanking .boxNanaco .detailNanaco .boxListTrademark::-webkit-scrollbar {
        display: none;
         !important;
    }

    .areaGiftRanking .boxNanaco .detailNanaco .boxListTrademark::-webkit-scrollbar-track {
        display: none;
    }

    .areaGiftRanking .boxNanaco .detailNanaco .boxListTrademark::-webkit-scrollbar-thumb {
        display: none;
    }

    .areaGiftRanking .boxStatistical {
        padding: 16px 0 0;
    }

    .areaGiftRanking .boxStatistical.share .boxtitle {
        margin-bottom: 7px;
    }

    .areaGiftRanking .boxStatistical .detailStatistical {
        padding: 0 3.5% 5.6%;
        margin-top: 0;
    }

    .admin-bar .areaGiftRanking .boxStatistical .listStatistical>li:first-child,
    .areaGiftRanking .boxStatistical .listStatistical>li:first-child {
    	top: 0;
        padding: 3px 0;
    }

    .areaGiftRanking .boxStatistical .listStatistical>li.fixedCategory.fixed{
        overflow: auto;
        position: fixed;
        top: 51px;
        width: 88%;
        left: 50%;
        transform: translateX(-50%);
        background: #fff;
    	z-index: 99;
    }

    .areaGiftRanking .boxStatistical .listStatistical li .firstTime,
    .areaGiftRanking .boxStatistical .listStatistical li .lastTime{
    	min-width: auto;
    }

    .areaGiftRanking .boxStatistical .listStatistical>li {
        padding: 2% 0;
    }

    .areaGiftRanking .boxStatistical .detailStatistical .textDate {
        margin-bottom: 0;
    }

    .areaGiftRanking .boxStatistical .listStatistical {
        margin-bottom: 2.5%;
        width: 100%;
        min-width: min-content;
    }

    .areaGiftRanking .boxStatistical .listStatistical li .title,
    .areaGiftRanking .boxStatistical .listStatistical li .title .fz23 {
        font-size: 14px;
    }

    .areaGiftRanking .boxStatistical .listStatistical li .column-1 {
        padding: 0;
        width: 120px;
    }

    .areaGiftRanking .boxStatistical .listStatistical li .column-2 {
        min-width: 115px;
        padding: 0 0 0 3%;
        width: auto;
    }

    .areaGiftRanking .boxStatistical .listStatistical li .column-3 {
        width: auto;
        padding: 0 0 0 1%;
    }

    .areaGiftRanking .boxStatistical .listStatistical li .column-4 {
        width: auto;
        min-width: 100px;
        text-align: center;
    }

    .areaGiftRanking .boxStatistical .listStatistical li .column-5 {
        width: auto;
        min-width: 160px;
    }

    .areaGiftRanking .boxStatistical .listStatistical li .nameProduct {
        margin-bottom: 0;
    }

    .areaGiftRanking .boxStatistical .listStatistical li .fz28 {
        font-size: 14px;
    }

    .areaGiftRanking .boxStatistical .listStatistical li .fz38 {
        font-size: 14px;
    }

    .areaGiftRanking .boxStatistical .listStatistical li .fz32 {
        font-size: 14px;
    }

    .areaGiftRanking .boxStatistical .listStatistical li .fz22 {
        font-size: 14px;
    }

    .areaGiftRanking .boxStatistical .listStatistical li .fz29 {
        font-size: 14px;
        margin: 0 5px;
    }

    .areaGiftRanking .boxStatistical .listStatistical li .fz26 {
        font-size: 14px;
    }

    .areaGiftRanking .boxStatistical .listStatistical li .evaluate {
        margin-top: 0;
        line-height: 1;
    }

    .areaGiftRanking .boxStatistical .listStatistical li .evaluate .star {
        font-size: 14px;
        background: url(../images/gift-ranking/icon-start-statistical.png) no-repeat left top -1px;
        background-size: contain;
        padding-left: 25px;
    }

    .areaGiftRanking .boxStatistical .listStatistical li .evaluate .pieces {
	    font-size: 14px;
	    margin-left: 5px;
    }

    .areaGiftRanking .boxStatistical .listStatistical li .fz32 {
        font-size: 14px;
    }

    .areaGiftRanking .boxStatistical .listStatistical li .review {
        line-height: 1;
    }

    .areaGiftRanking .boxStatistical .listStatistical li .nameProduct,
    .areaGiftRanking .boxStatistical .listStatistical li .review a {
        font-size: 14px;
        white-space: nowrap;
    }

    .areaGiftRanking .boxStatistical .listStatistical li .hours {
        font-size: 14px;
        margin-top: 0;
    }

    .areaGiftRanking .boxStatistical .listStatistical li .notice {
        font-size: 14px;
    }

    .areaGiftRanking .boxStatistical .listStatistical li .btnLink {
        width: 70%;
        margin: 0 auto;
    }

    .areaGiftRanking .boxStatistical .listStatistical {
        margin-bottom: 2.5%;
    }

    .areaGiftRanking .boxStatistical .listStatistical li .btnLink a {
        font-size: 12px;
        padding: 5px 0;
        border-radius: 50px;
    }

    .areaGiftRanking .boxStatistical .listStatistical li .btnLink a:after {
        width: 8%;
        height: 49%;
        right: 6%;
        top: 55%;
        transform: translateY(-50%);
    }

    .areaGiftRanking .boxStatistical .detailStatistical .btnReadMore {
        width: 44%;
        box-shadow: 0px 1.5px 3px rgba(255, 188, 152, 56%);
    }

    .areaGiftRanking .boxStatistical .detailStatistical .btnReadMore a {
        padding: 4.3% 12% 3%;
        font-size: 3vw;
        background: url(../images/gift-ranking/icon-arrow-statistical.png) no-repeat top 52% right 10%;
        background-size: 7% 28%;
        width: 100%;
    }

    .areaGiftRanking.loading .lds-dual-ring {
        width: 40px;
        height: 40px;
    }

    .areaGiftRanking.loading .lds-dual-ring:after {
        border: 5px solid #F47405;
        border-color: #F47405 transparent #F47405 transparent;
    }

}

/* END GIFT-RANKING-NEW */

@media all and (-ms-high-contrast:none) {
    select::-ms-expand {
        display: none;
    }

    select:focus::-ms-value {
        background: transparent;
        color: #333;
    }


    .areaWorrie .listWorrie li .photo:after{
    	background: rgba(250,65,9,0.65);
    }
    .areaWorrie .listWorrie li .photo:before{
    	opacity: 1;
    	width: 76px;
    }

    .areaCompari .result .infoSearch .sort .sortSelect select{
    	background: url(../images/index/select-arrow.png) no-repeat right 10px center, linear-gradient(180deg, rgba(255, 255, 255,1) 50%, rgba(255,255,255,1) 100%);
    }

}

@media(max-width: 520px) {
    .areaGiftRanking .boxStatistical .listStatistical li .title a {
        padding: 0 15px 0 0;
    }

    .areaGiftRanking .boxStatistical .listStatistical li .title .iconSort {
        width: 6px;
        height: 8px;
    }
}

@media(min-width: 769px){
	.areaChoosing .listChoose{
		display: flex;
		flex-wrap: wrap;
	}
	.areaWorrie .listWorrie li .worrieContent{
		min-height: 340px;
	}
	.areaWorrie .listWorrie li .worrieContent .linkDetail a:hover{
		color: #fff;
		background: #ff6300 url(../images/index/slide-arrow-hover.png) no-repeat right 46px top 18px;
		background-size: 52px 7px;
	}

}


@media(max-width: 768px) {

    .main {
        background: url(../images/index/main-bg-sp.png) no-repeat top center;
        background-size: cover;
        padding: 49px 0 100px;
        height: auto;
    }

    .main .mainTitle {
    	padding: 0 2.2% 0 1.9%;
        margin: 0 0 9px 0;
    }

	/*areaUse*/
    .areaUse {
        margin: -119px 0 44px;
        overflow: hidden;
    }

    .areaUse .useTitle {
        font-size: 21px;
        letter-spacing: -1.3px;
        margin-bottom: 12px;
    }

    .areaUse .useTitle span:before {
        background: url(../images/index/twoline-sp.png) no-repeat;
        background-size: 100% 100%;
        width: 32px;
        height: 4px;
        left: -49px;
        top: 54%;
    }

    .areaUse .useTitle span:after {
        background: url(../images/index/twoline-sp.png) no-repeat;
        background-size: 100% 100%;
        width: 35px;
        height: 4px;
        right: -47px;
        top: 54%;
    }
    .areaUse .listBntuse{
    	width: 102%;
    	margin-left: -1.7%;
    }

    .areaUse .listBntuse li {
        width: 48.8%;
        margin-right: 2%;
    }

    .areaUse .listBntuse li:before {
    	width: 92%;
    	height: 97%;
    	box-shadow: 0px 16px 13px 0px rgb(210 79 0 / 20%);
    	left: 10px;
    }

    .areaUse .listBntuse li:after {
        width: 96%;
        height: 97%;
        box-shadow: 0px 16px 13px 0px rgba(210,79,0,0.20);
        right: 10px;
    }

	/*areaCompari*/
    .areaCompari .compariTitle{
		margin-bottom: 5px;
    }
    .areaCompari .hedingBar{
    	margin-bottom: 16px;
    }

    .areaCompari .compariTitle img{
    	width: 95.88%;
    	margin: 0 auto;
    	position: relative;
    	left: -2px;
    }

    .areaCompari .listTab li{
    	width: 50%;
    }

    .areaCompari .listTab li a{
    	font-size: 16px;
    	line-height: 1.2;
    	padding: 15px 0 17px;
    }
    .areaCompari .listTab .btnLeft.actived a span:before,
    .areaCompari .listTab .btnLeft a span:before{
    	width: 20px;
	    height: 20px;
	    left: -33px;
	    top: 52%;
    }
    .areaCompari .listTab li.actived a span:after{
    	width: 7px;
    	height: 9px;
    	bottom: -13px;
    	left: 25%;
    }
    .areaCompari .listTab .btnRight.actived a span:after{
    	left: 37%;
    }


    .areaCompari .listTab .btnLeft a{
    	padding-left: 33px;
    	letter-spacing: 1px;
    }
    .areaCompari .listTab li a span{
    	display: inline-block;
    	text-align: left;
    }
    .areaCompari .listTab .btnRight a{
		padding-left: 17px;
    }

    .areaCompari .listTab .btnRight a span:before,
    .areaCompari .listTab .btnRight.actived a span:before{
    	width: 26px;
    	height: 22px;
    	left: -37px;
    	top: 52%;
    }
    .areaCompari .result{
    	padding: 13px 0 47px;
    }
    .areaCompari .result .infoSearch{
    	padding: 0;
    	margin-bottom: 14px;
    }

    .areaCompari .result .infoSearch .numSearch{
    	font-size: 11px;
    	letter-spacing: -0.5px;
    }
    .areaCompari .result .infoSearch .numSearch .number{
    	font-size: 18px;
    }
    .areaCompari .result .infoSearch .sort .sortText{
    	font-size: 11px;
	    letter-spacing: -0.7px;
	    margin: -4px 0px 0 0;
    }
    .areaCompari .result .infoSearch .sort .sortSelect select{
    	font-size: 11px;
	    padding: 1px 0 2px 10px;
	    border-radius: 3px;
	    background: url(../images/index/select-arrow.png) no-repeat right 6px center/5px, #fff;
	    height: 23px;
    }
    .areaCompari .result .infoSearch .sort .sortSelect{
    	width: 155px;
    	vertical-align: top;
    	margin-top: -1px;
    }

    .areaCompari .result .tab .resultlabel{
    	display: none;
    }

    /*areaWeb*/
    .areaWeb{
    	background: url(../images/index/area-web-bg-sp.png) no-repeat top center;
    	background-size: 100%;
    	padding: 48px 0 30px;
    	margin-bottom: 47px;
    }
    .areaWeb:after{
    	bottom: -35px;
    	border-left: 35px solid transparent;
	    border-right: 35px solid transparent;
	    border-top: 38px solid #e0f3ff;
    }
    .areaWeb .webLabel{
	    width: 101.5%;
	    max-width: 357px;
	    margin: 0 auto -4px;
    }
    .areaWeb .areawebTitle,
    .areaUseful .areausefulTitle,
    .areaChoosing .areaChoosingTitle{
    	font-size: 28px;
    	margin-bottom: 20px;
    }
    .areaWeb .areawebTitle{
    	margin-bottom: 12px;
    }
    .areaWeb .hedingBar{
    	margin-bottom: 18px;
    }
    .areaWeb .areawebTitle .black,
    .areaUseful .areausefulTitle .black,
    .areaChoosing .areaChoosingTitle .black{
    	letter-spacing: 0.3px;
    }
    .areaWeb .listStep li{
    	width: 100%;
    	margin-right: 0;
    	padding-left: 1px;
    	margin-bottom: 12px;
    }
    .areaWeb .listStep li .iconStep .icon:before{
    	content: "";
    	position: absolute;
    	background: url(../images/index/line.png) no-repeat;
    	width: 3px;
    	height: 30px;
    	left: 45%;
    	bottom: -43px;
    	transform: translateY(-50%);
    }
    .areaWeb .listStep li:last-child .iconStep .icon:before{
    	content: "";
    	display: none;
    }

    .areaWeb .listStep li .iconStep{
		text-align: left;
	    width: 45.5%;
	    max-width: 160px;
	    display: inline-block;
	    vertical-align: middle;
	    margin-bottom: 0;
    }
    .areaWeb .listStep li .iconStep .stepNum{
    	top: 47%;
	    left: 127px;
	    transform: translateY(-50%);
    }
    .areaWeb .listStep li .iconStep .stepNum img{
		width: 21px;
    }
    .areaWeb .listStep li:nth-child(1) .iconStep .stepNum img{
		width: 19px;
    }
    .areaWeb .listStep li:nth-child(4) .iconStep .stepNum img{
    	width: 22px;
    }
    .areaWeb .listStep li .iconStep .icon{
    	width: 114px;
    }
    .areaWeb .listStep li .iconStep .icon:after{
    	width: 100px;
    	height: 100px;
	    left: 0;
	    box-shadow: 16px 11px 40px 0px rgba(0, 40, 86, 0.15);
    }

    .areaWeb .listStep li .stepText{
    	width: calc( 100% - 47%);
    	text-align: left;
    	display: inline-block;
    	vertical-align: -8px;
    	font-size: 14px;
    }

	/*areaUseful*/
	.areaUseful{
		position: relative;
		padding: 38px 0 50px;
	}
	.areaUseful .areausefulTitle{
		margin-bottom: 11px;
	}
	.areaUseful .hedingBar{
		margin-bottom: 17px;
	}

    .areaUseful .container .wrapper .slide-item .photo{
    	height: 183px;
    }
    .areaUseful .container .wrapper .slide-item .info .date{
    	margin-bottom: 1px;
    }
    .areaUseful .container .wrapper .slide-item .info{
    	padding: 17px 16px 29px;
    }
    .areaUseful .container .wrapper .slide-item .info .intro{
    	font-size: 14px;
    	line-height: 1.5;
    	margin-bottom: 13px;
    	min-height: 63px;
    }
    .areaUseful .container .wrapper .slide-item .info .linkDetail a{
    	font-size: 14px;
    	padding-right: 41px;
    }
    .areaUseful .container .wrapper .slide-item .info .linkDetail a:after{
    	background: url(../images/index/slide-arrow-sp.png) no-repeat;
    	background-size: 34px 6px;
    	width: 34px;
    	height: 6px;
    	right: 0px;
    	top: 56%;
    }

    .areaUseful .container .wrapper {
    	height: 350px;
    }
    .areaUseful .container .wrapper:before {
    	top: 33%;
    	left: 34%;
    }

    .areaUseful .articlesBtn{
    	bottom: 1px;
    	top: unset;
    	left: 50%;
    	transform: translateX(-50%);
    	width: 145px;
    }
    .areaUseful .container .arrowSlide .pp2{
    	width: 26px;
	    height: 25px;
	    top: 0px;
	    margin-left: -137px;
	    box-sizing: border-box;
	    padding: 0;
    }
    .areaUseful .container .arrowSlide .pp2 img,
    .areaUseful .container .arrowSlide .nn2 img{
    	width: 100%;
    	height: 100%;
    	object-fit: cover;
    }
    .areaUseful .container .arrowSlide .nn2{
    	width: 26px;
	    height: 25px;
		top: 0px;
		margin-left: 140px;
		box-sizing: border-box;
		padding: 0;
    }
    .areaUseful .articlesBtn a{
    	padding-bottom: 3px;
    }
    .areaUseful .articlesBtn a:after{
    	width: 29px;
    	height: 30px;
    	right: -42px;
    	top: 51%;
    }

    /*sp slide*/
    .dots{
    	padding: 30px 0;
    }
    .dot{
    	width: 14px;
    	height: 14px;
    }
    .arrow{
    	width: 26px;
    	height: 25px;
    	bottom: 23px;
    	-webkit-background-size: 100%;
    	background-size: 100%;
    }
    .arrow--right{
    	margin-right: 110px;
    }
    .arrow--left{
    	margin-left: 136px;
    }

    .keen-slider .keen-slider__slide{
    	min-width: 320px !important;
    	max-width: 320px !important;
    }
    /*sp slide*/

    /*.areaFaq*/
    .areaFaq{
    	background: #fff url(../images/index/faq-bg-sp.jpg) no-repeat top center;
    	background-size: 100%;
    	padding: 50px 0 48px;
    	margin-bottom: 37px;
    }
    .areaFaq .faqTitle:before{
    	width: 40px;
    	height: 3px;
    	left: 50%;
    	transform: translateX(-50%);
    	bottom: -18px;
    }

    .areaFaq .warpFaq{
    	padding: 41px 3% 38px;
    	box-shadow: -3px -3px 0 0 #ec501b;
    }
    .areaFaq .warpFaq:after{
    	content: "";
    	position: absolute;
    	width: 82%;
    	height: 80%;
    	right: 0;
    	bottom: 0;
    	box-shadow: 47px 12px 83px rgb(221 185 87 / 48%);
    }
    .areaFaq .listFaq{
    	width: 100%;
    	position: relative;
    	z-index: 1;
    }

    .areaFaq .faqTitle{
    	margin-top: 0;
    	    padding-left: 73px;
    	    margin-right: 0;
    	    display: block;
    	    width: 100%;
    }

    .areaFaq .faqTitle:after{
    	width: 68px;
    	height: 64px;
    	top: -16px;
    }
    .areaFaq .faqTitle{
    	font-size: 28px;
    	margin-bottom: 38px;
    }
    .areaFaq .faqTitle .black{
    	letter-spacing: -2.7px;
    }
    .areaFaq .listFaq li{
    	padding: 8px 0 10px;
    }
    .areaFaq .listFaq li .quest{
    	font-size: 16px;
	    line-height: 1.4;
	    padding: 0 38px;
	    background-size: 24px 24px;
	    text-align: justify;
    }
    .areaFaq .listFaq li .anser{
    	font-size: 16px;
    	padding: 0 15px 0 40px;
    }
    .areaFaq .listFaq li .quest:before{
    	width: 22px;
    	height: 24px;
    	top: 47%;
    	transform: translateY(-50%);
    	left: 2px;
    }

    .areaFaq .inner:after{
    	content: "";
    	display: none;
    }

    /*.areaAbout*/

    .areaAbout .inner{
    	margin-top: -691px;
    	position: relative;
    	z-index: 1;
    	margin-bottom: 80px;
    	padding-bottom: 28px;
    }

    .areaAbout .aboutPhoto{
		height: 210px;
    }
    .areaAbout .aboutPhoto img{
    	height: auto;
    }
    .areaAbout .aboutBg:after{
    	width: 100%;
    }
    .areaAbout .abouTitle{
    	font-size: 16px;
    	letter-spacing: 1px;
    	margin-bottom: 37px;
    }

    .areaAbout .aboutBg{
    	height: 545px;
    }
    .areaAbout .aboutBg img{
    	height: 100%;
    }
/*    .areaAbout .aboutBg{
    	height: 450px;
    }*/




    .areaAbout .aboutContent{
    	border-top: 5px solid #ffa733;
    	padding: 19px 4% 39px;
    }
    .areaAbout .aboutContent .wrapAbout .aboutContentTitle{
    	text-align: center;
	    font-size: 21px;
	    letter-spacing: -1.5px;
	    line-height: 1.25;
	    margin-bottom: 19px;
    }
    .areaAbout .aboutContent .contentAboutPhoto.sp{
    	display: block;
    	text-align: center;
    	margin-bottom: 6px;
    }
    .areaAbout .aboutContent .contentAboutPhoto img{
    	width: 52.6%;
    }

    .areaAbout .aboutContent .wrapAbout{
		width: 100%;
		margin-right: 0;
    }
    .areaAbout .aboutContent .contentAboutPhoto.pc{
		display: none;
    }

    .areaAbout .aboutBg:after{
    	content: "";
    	position: absolute;
    	background: url(../images/index/about-bg-sp.png) no-repeat bottom center;
    	background-size: 100%;
    	width: 100%;
    	height: 342px; 
    	bottom: 0;
    	left: 50%;
    	transform: translateX(-50%);
    	z-index: 1;

    }
    .areaAbout .aboutContent .wrapAbout .listAbout li{
    	font-size: 14px;
    	line-height: 1.5;
    	padding: 0 7px 0 20px;
    	margin-bottom: 5px;
    	text-align: justify;
    	letter-spacing: -1px;
    }
    .areaAbout .aboutContent .wrapAbout .listAbout li:after{
    	left: -3px;
    	top: 2px;
    	width: 17px;
    	height: 18px;
    	transform: none;
    }
    .areaAbout .aboutContent .wrapAbout .listAbout li:fisrt-child:after{
    	top: 23%;
    }

    /*areaChoosing*/
    .areaChoosing{
    	padding: 44px 0 0;
    }
    .areaChoosing .areaChoosingTitle{
    	font-size: 33px;
    	line-height: 1;
    	margin-bottom: 10px;
    }
    .areaChoosing .hedingBar{
    	margin-bottom: 18px;
    }
    .areaChoosing .areaChoosingTitle .orange{
    	letter-spacing: -1px;
    	margin-top: -2px;
    	display: inline-block;
    }
    .areaChoosing .areaChoosingTitle .big{
    	font-size: 44px;
    	line-height: 1;
    }

    .areaChoosing .listChoose{
    	display: flex;
    	flex-wrap: wrap;
    }


    .areaChoosing .listChoose li{
    	width: 48.3%;
    	margin-right: 3.3%;
    	padding: 6px 6px 9px;
    	margin-bottom: 29px;
    }
    .areaChoosing .listChoose li:nth-child(2n){
    	margin-right: 0;
    }
    .areaChoosing .listChoose li:nth-child(2) .chooseBox .chooseBoxTitle{
    	margin-top: -2px;
    }


	.areaChoosing .listChoose li .point{
		font-size: 11px;
		letter-spacing: 1px;
		margin-bottom: 3px;
	}
	.areaChoosing .listChoose li .point .num{
		font-size: 30px;
		line-height: 1;
	}
	.areaChoosing .listChoose li .chooseBox:after{
		left: -8px;
		top: -5px;
		width: 124px;
		height: 69px;
	}
	.areaChoosing .listChoose li .chooseBox .chooseBoxTitle{
		font-size: 17px;
		margin-bottom: 10px;
	}
	.areaChoosing .listChoose li .chooseBox .text{
		font-size: 12px;
	    color: #666666;
	    padding: 0px 11px;
	}
	.areaChoosing .listChoose li:nth-child(3),.areaChoosing .listChoose li:nth-child(4){
		margin-bottom: 0;
	}

	.areaChoosing .listChoose li:nth-child(4) .chooseBox{
		padding-top: 14px;
	}
	.areaChoosing .listChoose li:nth-child(3) .chooseBox{
		padding-top: 16px;
	}
	.areaChoosing .listChoose li:nth-child(1) .chooseBox .photo img{
		width: 55%;
	}
	.areaChoosing .listChoose li:nth-child(2) .chooseBox .photo img{
		width: 55.3%;
	}
	.areaChoosing .listChoose li:nth-child(3) .chooseBox .photo img{
		width: 54.6%;
	}
	.areaChoosing .listChoose li:nth-child(4) .chooseBox .photo img{
		width: 54%;
	}

	.areaChoosing .listChoose li .chooseBox{
		height: auto;
		padding-bottom: 17px;
		border-radius: 3px;
	}
	.areaChoosing .listChoose li:nth-child(1) .chooseBox{
		padding: 12px 0 16px;
	}

	.areaChoosing .listChoose li:nth-child(1) .chooseBox .photo{
		margin-bottom: 3px;
	}
	.areaChoosing .listChoose li:nth-child(3) .chooseBox .photo{
		margin-bottom: 0;
	}
	.areaChoosing .listChoose li:nth-child(4) .chooseBox .photo{
		margin-bottom: 2px;
	}


	/*areaWorrie*/
	.areaWorrie{
		background: url(../images/index/area-worrie-bg-sp.jpg) no-repeat top center;
		background-size: 100% 65.8%;
		padding: 142px 0 46px;
		margin-top: -96px;
	}
	.areaWorrie .inner{
		padding: 0 2% 0 2.5%;
	}
	.areaWorrie .listWorrie li{
		width: 49.45%;
	}
	.areaWorrie .listWorrie li:nth-child(2){
		margin-left: 1.1%;
	}
	.areaWorrie .listWorrie li .photo:after{
		background: rgba(250,67,13,0.54);
	    width: 96%;
	    height: 97.8%;
	    left: 49.5%;
	    bottom: 3%;
	    transform: translateX(-50%);
	    border-radius: 6px 6px 0 0;
	}

	.areaWorrie .enTitle span:before{
		width: 11px;
	    height: 15px;
	    right: -26px;
	    top: 40%;
	}
	.areaWorrie .enTitle span:after{
		width: 11px;
	    height: 15px;
	    left: -26px;
	    top: 40%;
	}
	.areaWorrie .enTitle{
		font-size: 16px;
		letter-spacing: 1px;
	}
	.areaWorrie .worrieTitle{
		font-size: 22px;
		font-weight: 500;
		letter-spacing: -0.7px;
		margin-bottom: 44px;
	}
	.areaWorrie .listWorrie li .worrieContent{
		padding: 23px 5% 23px;
	    letter-spacing: -2.2px;
	    width: 96%;
	    margin: -3px auto 0;
	    position: relative;
	    left: -1px;
	    border-radius: 0 0 6px 6px;
	    box-shadow: 9px 35px 40px 5px rgb(255 133 0 / 20%);
	}
	.areaWorrie .listWorrie li .worrieContent .listTitle{
		font-size: 18px;
		margin-bottom: 9px;
		line-height: 1.45;
	}
	.areaWorrie .listWorrie li .worrieContent .text{
		font-size: 12px;
	    padding: 0px 3px;
	    letter-spacing: 0.2px;
	    line-height: 1.55;
	    max-height: 112px;
	    overflow: hidden;
	    margin-bottom: 12px;

	}
	.areaWorrie .listWorrie li .worrieContent .linkDetail a{
		padding: 1px 24px 5px 0;
	    background: #fff url(../images/index/slide-arrow-sp.png) no-repeat right -1px top 10px;
	    background-size: 34px 6px;
	    width: 96%;
	    max-width: 160px;
	    border: 1px solid #ff6300;
	    letter-spacing: -0.3px;
	}

	.areaWorrie .listWorrie li .photo:before{
		background: none;
	    width: initial;
	    height: initial;
	    border-left: 28px solid transparent;
	    border-right: 28px solid transparent;
	    border-top: 25px solid #fa430d;
	    bottom: -15px;
	    opacity: 1;
	    left: 50%;
	    z-index: 9;
	    mix-blend-mode: darken;
	}

	.areaWorrie .worrieTitle span{
		padding-bottom: 7px;
		border-bottom: 4px solid #f6ff00;
		letter-spacing: 0;
	}
	.areaWorrie .listWorrie li .photo img{
		top: -13px;
		width: 100%;
	}

	/*.areaSupports*/
	.areaSupports{
		height: auto;
		padding-top: 47px;
		background: url(../images/index/area-supports-trigle-sp2.png) no-repeat bottom -2px center/100%,
		url(../images/index/area-supports-bg-sp.png) no-repeat top -10px center/100% 100%;
	}
	.areaSupports .inner{
		padding: 0px 2.3%;
	}
	.areaSupports .supporTitle{
		margin-bottom: 59px;
	}
	.areaSupports .supporTitle img.sp{
		display: inline-block;
	}
	.areaSupports .listSuppor{
		width: 92%;
		margin: 0 auto;
	}
	.areaSupports .listSuppor li{
		width: 100%;
	    margin-bottom: 79px;
	    padding: 0 4% 18px;
	    border-radius: 6px;
	    box-shadow: 32px 35px 30px 0px rgb(108,100,100,0.13);
	}
	.areaSupports .listSuppor li .listTitle{
		letter-spacing: -2px;
		font-size: 21px;
		line-height: 1.3;
		margin-bottom: 8px;
	}
	.areaSupports .listSuppor li .photo{
		margin-bottom: 7px;
		margin-top: -57px;
	}

	.areaSupports .listSuppor li .photo img{
		width: 40.3%;
	}
	.areaSupports .listSuppor li+li{
		margin-left: auto;
	}

	.areaSupports .listSuppor li .text{
		font-size: 12px;
	    min-height: auto;
	    letter-spacing: -0.3px;
	    padding: 0 3.6%;
	}
}
@media(max-width: 768px) and  (min-width: 514px){
	.areaChoosing .listChoose li .chooseBox .text{
		height: 130px;
	}
}

@media(max-width: 736px) and (min-width: 668px){
	.areaWorrie{
		background-size: 100% 65.3%;
		padding: 157px 0 46px;
		margin-top: -106px;
	}
}
@media (max-width: 667px) and (min-width: 415px){
	.areaWorrie{
		background-size: 100% 62.8%;
		padding: 143px 0 46px;
		margin-top: -110px;
	}
}
@media (max-width: 414px) and (min-width: 376px){
	.areaWorrie{
		background-size: 100% 57.6%;
		padding: 202px 0 46px;
		margin-top: -150px;
	}
}

@media(max-width: 414px) {
    .areaUse .listBntuse li:before {
        width: 96%;
        height: 97%;
        box-shadow: 0px 16px 13px 0px rgb(210 79 0 / 20%);
        left: 6px;
    }

    .areaUse .listBntuse li:after {
        width: 96%;
        height: 97%;
        box-shadow: 0px 16px 13px 0px rgb(210 79 0 / 20%);
        right: 6px;
    }

    .areaWeb .webLabel{
	    width: 101.5%;
	    max-width: 357px;
	    margin-left: -0.7%;
    }

    .areaAbout .inner{
		margin-top: -181.9%;
    }
    .areaAbout .aboutBg{
    	height: auto;
    }

    .areaAbout .aboutBg:after{
    	bottom: 51px;
    }
    .main .wrapSearch .boxSelect .listSelect li select {
        background: url(../images/index/select-arrow.png) no-repeat right 11px top 17px/6px, linear-gradient(0deg, rgba(255, 255, 255) 50%, rgba(233, 233, 233) 100%);
    }
    .areaChoosing .listChoose li .chooseBox .text{
    	height: 212px;
    }

}

@media(max-width: 375px){
	.areaWorrie{
		background-size: 100% 56.6%;
		padding: 206px 0 46px;
		margin-top: -160px;
	}
	.areaWorrie .listWorrie li .photo:before{
		bottom: -14px;
	}
	.areaSupports{
		background: url(../images/index/area-supports-trigle-sp.png) no-repeat bottom -1px center/100%, url(../images/index/area-supports-bg-sp.png) no-repeat top -10px center/100% 100%;
		padding-bottom: 4px;
	}
	.areaWorrie .listWorrie li .worrieContent{
		box-shadow: 9px 5px 40px 5px rgb(255 133 0 / 20%);
	}
	.areaChoosing .listChoose li .chooseBox .text{
		height: 245px;
	}
	.areaAbout .inner {
	    margin-bottom: 30px;
	}

	.areaUse .useTitle span:before {
        content: none
    }

    .areaUse .useTitle span:after {
        content: none
    }
}


/*追加20220418*/
.myBase .areaContent p {
    font-size: 1.2em;
    color: #454545;
    line-height: 1.75;
	margin-bottom: 1em;
}
.myBase .areaContent h2 {
    font-size: 2em;
    color: #000;
    background: url(../images/card-company-detail/line.png) repeat-x bottom left, url(../images/card-company-detail/line.png) repeat-x top left, url(../images/column/icon_quotations_org.png) no-repeat top 22px left;
    padding: 18px 15px 22px 35px;
    margin: 3.5em 0 1em;
    letter-spacing: -0.9px;
}
.myBase .areaContent h3 {
    color: #000;
    font-size: 1.7em;
    border-bottom: 3px solid #f6f6f6;
    margin: 2em 0 1em;
    padding: 12px 27px;
    letter-spacing: -0.8px;
    position: relative;
}

.myBase .areaContent h3:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 21px;
    height: 6px;
    transform: translateY(-50%);
    background: #ff7312;
    border-radius: 3px;
}

.myBase .areaContent h4 {
    font-size: 1.6em;
    color: #000;
    position: relative;
    margin: 1.2em 0 1em;
    padding: 11px 0;
    letter-spacing: -0.8px;
}

.myBase .areaContent h4:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 35px;
    height: 3px;
    border-radius: 3px;
    background: #ff7312;
}

.myBase .areaContent h5 {
    font-size: 1.5em;
    color: #000;
    margin: 1.2em 0 1em;
    letter-spacing: -0.8px;
}

.myBase .areaContent ol li {
    margin-bottom: 7px;
    color: #454545;
    font-size: 16px;
    letter-spacing: 0.1px;
    position: relative;
    transition: all 0.4s;
}

.myBase .areaContent ol {
    padding-left: 1em;
	margin: 1em 0 1.5em;
}
.myBase .areaContent ol li::marker {
    color: #ff7312;
    font-weight: 600;
}
.myBase .areaContent{
    width: 824px;
	margin-right: auto;
    margin-left : auto;
}
.myBase .areaContent a{
    color: #727dfe;
}
.boxFaqSingle .listQ li .boxAns .ans:after,
.boxFaqSingle .listQ li .quest:after {
	transition: .2s;
}
.boxFaqSingle .listQ li .quest {
	border-bottom: none;
	margin: 0;
	font-size: 1.1em;
    padding-right: 23px;
}
.boxFaqSingle .listQ li .quest.click {
    font-size: 13px;
}
.boxFaqSingle .listQ li .boxAns .ans {
	font-size: 1.1em;
    padding: 0 1.2em 0 2em;
    margin: 0 0 10px;
}
.boxFaqSingle .listQ li .boxAns .ans:before {
	content: none;
}
@media (max-width: 768px){
    .myBase .areaContent {
	    width: 100%;
        padding: 18px 3% 15px 3.3%;
	}
}