@charset "UTF-8";

/*----------------------------------------------------*/
.ec_lp_wrap .product_recommend_wrap {
  border:#f2f2f2 1px solid;
		text-align: center;
}
@media screen and (max-width: 960px) {
.ec_lp_wrap .product_recommend_wrap {
  /* width: 94%; */
  margin: 0 4vw 25vw 4vw;
		padding: 8.5vw 0 7.5vw 0;
}
}
@media print, screen and (min-width: 961px) {
.ec_lp_wrap .product_recommend_wrap {
  margin: 0 auto 100px auto;
		padding: 30px 0 22px 0;
}
}

/* h2 */
.ec_lp_wrap .product_recommend_wrap h2.head_title {
  color: #2D2926;
		font-weight: 600;
}
@media screen and (max-width: 960px) {
.ec_lp_wrap .product_recommend_wrap h2.head_title {
  font-size: calc(34.62 / 750* 100vw);
		margin-bottom: 11vw;
}
}
@media print, screen and (min-width: 961px) {
.ec_lp_wrap .product_recommend_wrap h2.head_title {
  font-size: 24px;
		margin-bottom: 52px;
}
}

/* text_annotation */
.ec_lp_wrap .product_recommend_wrap p.text_annotation {
		margin: 0;
}
@media screen and (max-width: 960px) {
.ec_lp_wrap .product_recommend_wrap p.text_annotation {
  font-size: calc(15.39 / 750* 100vw);
		line-height: 1.7;
}
}
@media print,screen and (min-width: 961px) {
.ec_lp_wrap .product_recommend_wrap p.text_annotation {
  font-size: 8px;
		line-height: 1.8;
}
}

/* recommend_point_wrap */
.ec_lp_wrap .recommend_point_wrap {}

@media screen and (max-width: 960px) {
.ec_lp_wrap .recommend_point_wrap {
  margin-bottom: 9vw;
}
}
@media print, screen and (min-width: 961px) {
.ec_lp_wrap .recommend_point_wrap {
  margin-bottom: 50px;
}
}

.ec_lp_wrap .recommend_point_wrap p {
		font-weight: 600;
}
.ec_lp_wrap .recommend_point_wrap p span {
  color: #2D2926;
  background: #f2f2f2;
		border-radius: 50px;
		margin: 0 0.4em;
		padding: 0.5em 1em;
}
@media screen and (max-width: 960px) {
.ec_lp_wrap .recommend_point_wrap p span {
  font-size: calc(24 / 750* 100vw);
}
}
@media print, screen and (min-width: 961px) {
.ec_lp_wrap .recommend_point_wrap p span {
  font-size: 14px;
}
}

/* list */
@media screen and (max-width: 960px) {
.ec_lp_wrap .recommend_list_wrap {
  width: 100%;
  text-align: left;
		padding-left: 7vw;
		padding-right: 2vw;
		margin: 0 auto;
}
}
@media print, screen and (min-width: 961px) {
.ec_lp_wrap .recommend_list_wrap {
  width: 80%;
  text-align: left;
		margin: 0 auto;
}

.ec_lp_wrap .recommend_list_wrap {
  display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin-bottom: 20px;
		/* padding: 0 12px; */
}
}

.ec_lp_wrap .recommend_list_wrap ul.recommend_list {
  list-style-type: none !important;
  margin: 0 !important;
		padding: 0 0 0 1em !important;
}
@media screen and (max-width: 960px) {
.ec_lp_wrap .recommend_list_wrap ul.recommend_list {
  width: 100%;
}
}
@media print, screen and (min-width: 961px) {
.ec_lp_wrap .recommend_list_wrap ul.recommend_list {
  width: 46%;
}
.ec_lp_wrap .recommend_list_wrap.column_center ul.recommend_list {
  margin: 0 auto !important;
}
.ec_lp_wrap .recommend_list_wrap.column_s ul.recommend_list {
  width: 41%;
}
}

.ec_lp_wrap .recommend_list_wrap ul.recommend_list li {
  color: #2D2926;
		font-weight: 400;
		line-height: 1.4;
}
@media screen and (max-width: 960px) {
.ec_lp_wrap .recommend_list_wrap ul.recommend_list li {
  font-size: calc(26.94 / 750* 100vw);
		padding-bottom: 5.1vw;
}
}
@media print, screen and (min-width: 961px) {
.ec_lp_wrap .recommend_list_wrap ul.recommend_list li {
  font-size: 14px;
		padding-bottom: 22px;
}
}

/* icon */
.ec_lp_wrap .icon_check_circle {
  display: inline-block;
  vertical-align: middle;
  color: #FFF;
  line-height: 1;
  position: relative;
  width: 1.16em;
  height: 1.16em;
  /* border: 0 solid currentColor; */
  border-radius: 50%;
  box-sizing: content-box;
		background: #2D2926;
		margin-top: -0.2em;
		margin-left: -1.6em;
		margin-right: 0.6em;
}

.ec_lp_wrap .icon_check_circle > span {
  width: 0.56em;
  height: 0.31em;
  border: 0.12em solid currentColor;
  border-top: 0;
  border-right: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(-45deg);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}


/*----------------------------------------------------*/
@media screen and (max-width: 960px) {
.ecm-lp-section-awards {
  margin: 0 0 0 0 !important;
}

.ecm-lp-section-awards .ecm-lp-main-h2{
  text-align: center;
  padding-bottom: 6.6vw;
}
    
.ecm-lp-section-awards .ecm-lp-mainvisual {
  margin: auto;
}
    
.ecm-lp-section-awards .ecm-lp-annotation {
  text-align: center;
		margin: 6.8vw 0 6.8vw 0;
		/* margin: 6.8vw 0 15vw 0; */
		line-height: 1.5;
}
}

@media print,screen and (min-width: 961px) {
.ecm-lp-section-awards {
  margin: 0 0 100px 0 !important;
}

.ecm-lp-section-awards .ecm-lp-main-h2{
  text-align: center;
  padding-bottom: 40px;
}
    
.ecm-lp-section-awards .ecm-lp-mainvisual {
  width: 960px;
  margin: auto;
}
    
.ecm-lp-section-awards .ecm-lp-annotation {
  text-align: center;
		margin: 35px 0 100px 0;
  line-height: 1.5;
}
}

/*----------------------------------------------------*/

.specialpage_img_wrap {
  position: relative;
		margin: 0;
		padding: 0;
}

.specialpage_img_wrap img.specialpage_img {
  vertical-align: middle;
}


@media screen and (max-width: 960px) {
.specialpage_img_wrap {
		margin: 0;
}

.ecm-lp-section-specialpage {
  margin: 0 0 15vw 0 !important;
}

.ecm-lp-section-specialpage .ecm-lp-main-h2{
  text-align: center;
  padding-bottom: 6.6vw;
}
    
.ecm-lp-section-specialpage .ecm-lp-mainvisual {
  margin: auto;
}
    
.ecm-lp-section-specialpage .ecm-lp-annotation {
  text-align: center;
		margin: 6.8vw 0 15vw 0;
  line-height: 1.5;
}
}

@media print,screen and (min-width: 961px) {
.ecm-lp-section-specialpage {
  margin: 0 0 100px 0 !important;
}

.ecm-lp-section-specialpage .ecm-lp-main-h2{
  text-align: center;
  padding-bottom: 40px;
}
    
.ecm-lp-section-specialpage .ecm-lp-mainvisual {
  position: relative;
  width: 960px;
  margin: auto;
}
    
.ecm-lp-section-specialpage .ecm-lp-annotation {
  text-align: center;
		margin: 35px 0 100px 0;
  line-height: 1.5;
}

}



/*----------------------------------------------------*/
.sec06 {
  text-align: center;
  background-color: #ffffff;
  line-height: 3;
}

.sec06 .sec_titile{}

.sec06_main {
  padding: 5vw 5vw 15vw 5vw;
}

.sec06_step01{
  display: flex;
  margin: 0 auto;
  gap: 5vw;
}

.sec06_img{}

.sec06_arrow{}

@media screen and (max-width: 960px) {
.sec06 .w-100sp{
  width: 100%;
}

.sec06 .w-10sp{
  width: 10%;
}

}

@media print,screen and (min-width: 961px) {
.sec06 {
  text-align: center;
  background-color: #ffffff;
}

.sec06 .sec_titile {}

.sec06_main {
  padding: 45px 0 50px 0;
}

.sec06_step01 {
  width: 794px;
  gap: 36px;
}

.sec06_img {}

.sec06_arrow{
  line-height: 2;
}

}


/*----------------------------------------------------*/

@media screen and (max-width: 960px) {
.ecm-lp-section03 .ecm-lp-section-point.point01 .annotation01.point001 {
  margin-top: -3vw;
  margin-bottom: 6.3vw;
  /* margin-bottom: 13.3vw; */
}
}

@media print, screen and (min-width: 961px) {
.ecm-lp-section03 .ecm-lp-section-point.point01 .annotation01.point001 {
  margin-top: -25px;
  margin-bottom: 40px;
  /* margin-bottom: 70px; */
}
}



/*----------------------------------------------------*/
.ecm-lp-section-specialpage .specialpage_link_wrap {}

@media screen and (max-width: 960px) {
.ecm-lp-section-specialpage .specialpage_link_wrap {
  position: absolute;
		bottom: 7.11111111vw;
		left: 0;
		width: 100%;
		text-align: center;
}

}

@media print,screen and (min-width: 961px) {
.ecm-lp-section-specialpage .specialpage_link_wrap {
  position: absolute;
		bottom: 90px;
		left: 175px;
		width: 100%;
		text-align: center;
}

}

/* ecm-lp-section-specialpage link-button */
@media print, screen and (min-width: 961px) {
.ecm-lp-section-specialpage .button-small a span,
.ecm-lp-section-specialpage .button-small button {
  width: 290px;
  height: 62px;
}

.ecm-lp-section-specialpage .ecm-lp-link-button-w a span {
  display: inline-block;
  border: #2D2926 1px solid;
  border-radius: 50px;
  margin: 0 0.4em;
  padding: 1.1em 0em;
  font-size: 18px;
  text-align: center;
}

}


/*----------------------------------------------------*/
@media screen and (max-width: 960px) {
.ecm-lp-section03 .ecm-lp-main-txt .new-icon {
    margin-right: 1.1vw;
}
}



/*----------------------------------------------------*/
@media screen and (max-width: 960px) {
.font_feature {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 0.04em;
}
}


/*----------------------------------------------------*/
.goldtext{
    color: #aa7d21 !important;
}





