@charset "utf-8";
/* ------------------------------------------------------------
	mv
   ------------------------------------------------------------ */
.sect_mv{
  padding: 20px 0 130px;
}
.sect_inner_mv{
  display: flex;
  display: -webkit-flex;
  flex-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
  min-height: 640px;
}
.mvFix.js-fixed{
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  z-index: 5;
  max-width: 1200px;
  width: 96%;
  margin: auto;
  text-align: right;
  pointer-events: none;
  padding: 370px 50px 0 0;
}
.important_none .sect_inner_mv{
  min-height: 0;
}
.important_none .mvFix.js-fixed{
  padding-top: 150px;
}
@media print {
  .mvFix.js-fixed{
    position: static;
    padding: 0;
  }  
}
.bl_mv_right_goast{
  width: 600px;
  height: 417px;
}
/*@media only screen and (max-width:1260px){

  .mvFix.js-fixed{
    position: static;
    padding: 0;
    width: 100%;
  }
  .bl_mv_right_goast .bl_mv_img.spOnly{
    display: block!important;
  }
}*/

@media only screen and (min-width:768px){
	.bl_mv_right_goast {
		transform: translateY(21px);
	}
}

/*info*/
.bl_info{
  background: #fdf1f4;
  padding: 24px 50px;
  border-radius: 10px;
}
.bl_info_list{
  width: calc(100% - 100px);
}
.bl_info_item{
  font-size: 13px;
  line-height: 1.8;
  font-weight: 500;
  margin: 0 0 5px 0;
}
.bl_info_item:last-child{
  margin-bottom: 0;
}
.bl_info_under{
  margin: -20px 0 0;
}
.bl_info_btn{
  font-size: 13px;
  color: #222;
  font-weight: 500;
  display: inline-block;
  background: url(/common/img/icon_arrow_r_iv.svg) right center /13px no-repeat;
  padding: 0 20px 0 0;
}
@media only screen and (max-width:767px){
  .bl_info_list{
    width: 100%;
  }
    .bl_info_under{
    margin: 20px 0 0;
  }
}

/*mv*/
.bl_mv{
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.bl_mv_tit{
  font-weight: 500;
  text-align: center;
  letter-spacing: 2px;
  line-height: 1.4;
}
.bl_mv_tit_sm{
  font-size: 20px;
  letter-spacing: -0.5px;
}
.bl_mv_tit_la{
  font-size: 76px;
  vertical-align: -4px;
  padding-right: 5px;
}
.bl_mv_tit_la2{
  font-size: 68px;
  font-weight: 700;
}
.bl_mv_tit_sub{
  font-weight: 500;
  font-size: 26px;  
  text-align: center;
}
.bl_mv_tit_sub__link {
  color: #e84340;
  text-decoration: underline;
  transition: .2s all;
}
.bl_mv_tit_sub__link:hover {
  opacity: .6;
}
@media only screen and (max-width:767px){
  .sect_mv{
    padding: 20px 0 40px;
  }
  .sect_inner_mv{
    display: block;
    min-height: 0;
  }
  .bl_mv_right_goast{
    width: auto;
    height: auto;
  }  
  /*info*/
  .bl_info{
    padding: 16px 18px;
    border-radius: 5px;
  }
  .bl_info_item{
    font-size: 14px;
  }
  /*mv*/
  .bl_mv{
    display: block;
  }
  .bl_mv_tit{
    letter-spacing: 1px;
    line-height: 1.2;
  }
  .bl_mv_tit_sm{
    font-size: 15px;
  }
  .bl_mv_tit_la{
    font-size: 50px;
    vertical-align: -2px;
  }
  .bl_mv_tit_la2{
    font-size: 46px;
  }
  .bl_mv_tit_sub{
    font-size: 18px;  
    margin: 5px 0 0;
  }  
  .bl_mv_img{
    width: 87%;
    margin: 0 auto;
  }
}
/* ------------------------------------------------------------
	cmn
   ------------------------------------------------------------ */
.bl_cmn{
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  justify-content: -webkit-center;
}
.bl_cmn_boxMain{
  max-width: 500px;
  min-width: 398px;
}
.bl_cmn_tit{
  font-size: 44px;
  font-weight: 700;
  color: #222;
}
.bl_cmn_tit2 {
  font-size: 30px;
  font-weight: 700;
  color: #222;
}
.bl_cmn_tit_st{
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-left: 25px;
  color: #FFF;
  z-index: 2;
}
.bl_cmn_tit_st::before{
  content: "";
  z-index: -1;
  background: #233070;
  position: absolute;
  left: -10px;
  top: -2px;
  width: 0;
  height: calc(100% + 10px);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;  
  width: calc(100% + 20px);  
}
.jsShow .bl_cmn_tit_st::before{
  width: calc(100% + 20px);  
}
.bl_cmn_tit_st__reverse{
  margin: 0 25px 0 0;
}

.bl_cmn_txt{
  font-size: 16px;
  line-height: 1.8;
}
.bl_cmn_txt_sm{
  font-size: 15px;
}
.bl_cmn_titSub{
  font-size: 20px;
  font-weight: 500;  
  color: #222;
}
@media only screen and (max-width:767px){
  .bl_cmn{
    display: block;
  }
  .bl_cmn_tit{
    font-size: 36px;
  }
  .bl_cmn_tit2{
    font-size: 20px;
  }
  .bl_cmn_tit_st{
    margin: 15px 0 0 10px;
  }
  .bl_cmn_tit_st__reverse{
    margin: 0 0 15px 10px;
  }
  .bl_cmn_boxMain{
    min-width: 0;
  }
}

/* ------------------------------------------------------------
	goal
   ------------------------------------------------------------ */
.sect_goal{
  padding: 90px 0;
}
.bl_goal{
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
}
.bl_goal_txt{
  line-height: 2;
}
.bl_goal_boxMain{
  width: 500px;
  position: relative;
  z-index: 10;
}
@media only screen and (max-width:767px){
  .sect_goal{
    padding: 60px 0;
  }
  .bl_goal_tit{
    font-size: 32px;
  }
  .bl_goal_boxMain{
    width: 100%;
  }
}
@media only screen and (max-width:480px){
  .bl_goal_tit{
    font-size: 8vw;
  } 
}
/* ------------------------------------------------------------
	rate
   ------------------------------------------------------------ */
.sect_rate{
  padding: 120px 0;
}
@media only screen and (max-width:767px){
  .sect_rate{
    padding: 60px 0;
  }
}

/* ------------------------------------------------------------
	method
   ------------------------------------------------------------ */
.sect_method{
  padding: 80px 0;
}
.bl_method_tit{
  font-size: 30px;
}
.bl_method_boxMain{
  position: relative;
}
.bl_sliderMethod{
  width: 1140px;
  margin: 0 auto;
}
.bl_sliderMethod_item{
  width: 350px;
  margin-right: 45px;
}
.bl_sliderMethod_item img{
  display: inline;
}
.bl_method .slick-dots {
  width: 90%;
  margin: 20px auto 0;
}
.bl_method .slick-dots li{
  border: #9d7f4e solid 1px;
  border-radius: 100%;
  width: 15px;
  height: 15px;
  margin: 12px;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;      
}
.bl_method .slick-dots .slick-active,
.bl_method .slick-dots li:hover{
  background: #9d7f4e;
}
.method_sliderArrow_btn{
  background: #b49664;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  cursor: pointer;
  pointer-events: auto;
  position: absolute;
  top: 170px;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;    
}
.method_sliderArrow-prev{
  left: 0;
}
.method_sliderArrow-next{
  right: 0;
}
.method_sliderArrow_btn::before{
  content: "";
  background: url(/common/img/icon_arrow_wh.svg) 9px 14px /cover;
  width: 9px;
  height: 14px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.method_sliderArrow-prev::before{
  transform: scale(-1, 1);
}
.method_sliderArrow_btn.slick-disabled,
.method_sliderArrow_btn:hover{
  opacity: 0.3;
}
.noslide.bl_sliderMethod{
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.noslide .bl_sliderMethod_item:last-child{
  margin-right: 0;
}
.noslide + .method_sliderArrow_btn,
.noslide + .method_sliderArrow_btn + .method_sliderArrow_btn{
  display: none;
}
@media only screen and (max-width:767px){
  .sect_method{
    padding: 60px 0 60px;
  }
  .bl_sliderMethod{
    max-width: 275px;
    width: 100%;
  }
  .bl_sliderMethod_item{
    max-width: 275px;
    width: 100%;
  }
  .bl_sliderMethod_item img{
    width: 200px;
  }
  .bl_method .slick-dots{
    margin: 10px auto 0;
  }
  .method_sliderArrow_btn{
    top: 140px;
  }
  .method_sliderArrow_btn:hover{
    opacity: 1;
  }
  .method_sliderArrow_btn.slick-disabled{
    opacity: .3;
  }
}

/* ------------------------------------------------------------
	about
   ------------------------------------------------------------ */
.sect_about{
  padding: 140px 0;
}
@media only screen and (max-width:767px){
  .sect_about{
    padding: 60px 0;
  }
}

/* ------------------------------------------------------------
	column
   ------------------------------------------------------------ */
.sect_column{
  padding: 100px 0;
}
.bl_colmn_txt{
  line-height: 2.2;
}
/* 複数コラム */
.bl_column_list{
  display: flex;
  flex-wrap: wrap;
	justify-content: center;
}
.bl_column_item{
  width: 48%;
  margin: 4% 0 0 0;
}
.bl_column_item:first-child {
	margin-right: 4%;
}
.bl_column_item:nth-child(n+3) {
	display: none;
}
.bl_column_link{
  display: block;
  position: relative;
  color: #222;
}
.bl_column_img{
  overflow: hidden;
}
.bl_column_img{
  width: 100%;
  padding-top: 75%;
}
.bl_column_img img{
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.bl_column_link:hover .bl_column_img img{
  transform: scale(1.1);  
}
.bl_column_txtBox {
  padding: 20px 10px 10px;
}
.bl_column_txtBox_tag {
  display: inline-block;
  font-size: 14px;
  padding: 4px 15px;
  border: solid 1px #9d7f4e;
  background: #FFF;
}
.bl_column_txtBox_tit{
  font-size: 18px;
  line-height: 1.5;
  margin: 10px 0 0 0;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.bl_column_link:hover .bl_column_txtBox_tit{
  color: #9d7f4e; 
}
.columnNew .bl_column_link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  color: #c03737;
  border-top: 65px solid #fff;
  border-right: 65px solid transparent;
  z-index: 1;
}
.columnNew .bl_column_link::after {
  content: "NEW";
  position: absolute;
  top: 12px;
  left: 2px;
  color: #c03737;
  font-weight: 700;
  transform: rotate(-45deg);
  z-index: 1;
}
@media only screen and (max-width:767px){
  .sect_column{
    padding: 60px 0;
  }
  .bl_colmn_txt{
    line-height: 1.8;
  }  
  /* 複数コラム */
  .bl_column_txtBox {
    padding: 10px;
  }
  .bl_column_txtBox_tag {
    font-size: 12px;
    padding: 3px 10px;
  }
  .bl_column_txtBox_tit{
    font-size: 16px;
  }
  .columnNew .bl_column_link::before {
    border-top: 50px solid #fff;
    border-right: 50px solid transparent;
  }
  .columnNew .bl_column_link::after {
    font-size: 12px;
  }  
  /* 単体コラム */
  .bl_column_item-col1{
    width: 90%;
    margin: 0 auto !important;
  }
}

/* ------------------------------------------------------------
	download
   ------------------------------------------------------------ */
.sect_download{
  margin: 230px 0 90px;
}
.bl_download{
  background: #f6f2eb;
  position: relative;
  border-radius: 20px;
  padding: 55px 200px 70px;
}
.bl_other_tit{
  font-size: 30px;
}
.bl_download_list{
  display: flex;
  display: -webkit-flex;
  margin: 50px auto 0;
}
.bl_download_boxSub{
  position: absolute;
  right: 210px;
  bottom: 70px;
}
@media only screen and (max-width:767px){
  .sect_download{
    margin: 100px 0 90px;
  }  
  .bl_download{
    background: none;
    border-radius: 0;
    padding: 0 0 55px;
  }
  .bl_download::after{
    content: "";
    width: 100%;
    height: 300px;
    background: #f6f2eb;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
  }
  .bl_other_tit{
    font-size: 28px;
  }
  .bl_download_boxSub{
    position: static;
  }  
  .bl_download_img{
    width: 146px;
    margin: 35px auto 0;
  }
}

/* ------------------------------------------------------------
	news
   ------------------------------------------------------------ */
.sect_news{
  margin: 90px 0 160px;
}
@media only screen and (max-width:767px){
  .sect_news{
    margin: 90px 0 90px;
  }  
}

/* ------------------------------------------------------------
	campaign
   ------------------------------------------------------------ */
.sect_campaign{
  margin: 130px auto 0; 
  padding: 90px 0;
}
.bl_sliderCampaign {
	display: flex;
}
.bl_sliderCampaign_item{
  width: 585px;
  margin-right: 30px;
}
.bl_sliderCampaign_item:nth-child(n+3) {
	display: none;
}
.bl_sliderCampaign_img{
  display: block;
  width: 100%;
  height: 0;
  padding-top: 41.53%;
  position: relative;
	margin-bottom: 20px;
}
.bl_sliderCampaign_item img{
  display: inline;
  object-fit: cover;
  font-family: 'object-fit:cover;';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.bl_sliderCampaign_item_title {
	font-size: 18px;
	margin-bottom: 5px;
}
.bl_campaign .slick-dots {
  width: 90%;
  margin: 20px auto 0;
  text-align: center;
}
.bl_campaign .slick-dots li{
  border: #9d7f4e solid 1px;
  border-radius: 100%;
  width: 15px;
  height: 15px;
  margin: 12px;
}
.bl_campaign .slick-dots .slick-active{
  background: #9d7f4e;
}
.noslide .bl_sliderCampaign_item{
  margin: 0 auto 40px;
}
@media only screen and (max-width:767px){
  .sect_campaign{
    margin: 70px auto 0; 
	  padding: 60px 0;
  }
  .bl_campaign_boxMain{
    width: 100%;
    margin: 0 auto;
  }
  .bl_sliderCampaign_item{
    width: 100%; 
	  margin-right: 10px;
  }
	.bl_sliderCampaign_img {
		margin-bottom: 10px;
	}
	.bl_sliderCampaign_item_title {
		font-size: 16px;
	}
	.bl_sliderCampaign_item_date {
		font-size: 14px;
	}
	.bl_sliderCampaign_btn {
		width: 100%;
	}
  .bl_campaign .slick-dots {
    margin: 10px auto 0;
  }
  .noslide .bl_sliderCampaign_item{
    margin: 0 auto 30px;
  }
}
@media only screen and (max-width:360px){
  .bl_campaign_boxMain{
    max-width: 280px;
  }
  .bl_sliderCampaign_item{
    max-width: 280px;
  }
  .bl_sliderCampaign_item img{
    display: inline;
    object-fit: cover;
    font-family: 'object-fit:cover;';  
    /* width: auto; */
    width: 280px;
    /* max-height: 375px; */
    /* text-align: center; */
    /* vertical-align: middle; */
    height: 186px;
  }
}

/* ------------------------------------------------------------
	sns
   ------------------------------------------------------------ */
.sect_sns{
  text-align: center;
}
.bl_sns_tit{
  font-size: 17px;
  letter-spacing: 1px;
}
@media only screen and (max-width:767px){
  .bl_sns_tit{
    font-size: 15px;
  }
}

/* ------------------------------------------------------------
	campaign bnr
   ------------------------------------------------------------ */
.un_bnrCampOpen{
	position: fixed;
	right:75px;
	bottom: 20px;
	z-index: 11;
	border-radius: 15px;
	transition: all 0.2s ease-out;
}
.un_bnrCampOpen  > a{
	display: block;
}
.un_bnrCampOpen_close{
	position: absolute;
	width: 26px;
	height: 26px;
	right: 10px;
	top: 7px;
	cursor: pointer;
}
.un_bnrCampOpen img{
	border-radius: 15px;
}
@media only screen and (max-width:1715px) and (min-width:768px){
	.js-campBnr.active{
		bottom: 80px;
	}
}
@media only screen and (min-width:768px){
	.un_bnrCampOpen{
		background: #fff;
	}
}
@media only screen and (max-width:767px){
	.un_bnrCampOpen{
		right: 15px;
		bottom: 10px;
	}
	.un_bnrCampOpen img{
		width: 185px;
		height: 70px;
		border-radius: 10px;
	}
	.js-campBnr.active{
		bottom: 70px;
	}
	.footer_copy{
		padding-bottom: 90px;
	}
	.js-toLeft{
		right: 80px;
	}
	.un_bnrCampOpen_close{
		top: -14px;
		right: -12px;
	}
}

/* ------------------------------------------------------------
	sect_topSlide
   ------------------------------------------------------------ */
.bl_topSlide {
	width: 100%;
	position: relative;
}
.bl_topSlide.noslide {
	display: flex;
	justify-content: center;
}
.bl_topSlide_item {
  width: 900px;
  margin: 0 12px;
  /* margin-right: 30px; */
  text-align: center;
}
.bl_topSlide_item img {
  width: 100%;
}

.bl_topSlide.noslide .bl_topSlide_item {
	margin-right: 0;
}
.bl_topSlide_arrows {
	position: absolute;
	width: 36px;
	height: 36px;
	background: #9d7f4e;
	border-radius: 100%;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
	cursor: pointer;
	transition: all 0.2s ease-out;
}
.bl_topSlide_arrows:hover {
	background: #b19971;
}
.bl_topSlide_arrows::before {
	content: '';
    position: absolute;
	background: url(/common/img/icon_arrow_wh.svg) 9px 14px /cover;
    width: 9px;
    height: 14px;
    top: 50%;
}
.bl_topSlide_arrows__prev {
	left: -18px;
}
.bl_topSlide_arrows__prev::before {
	transform: translateY(-50%) rotate(-180deg);
	left: 12px;
}
.bl_topSlide_arrows__next {
	right: -18px;
}
.bl_topSlide_arrows__next::before {
	transform: translateY(-50%);
	right: 12px;
}
@media only screen and (max-width: 767px) {
	.bl_topSlide {
    position: relative;
    left: -16px;
    width: calc(100% + 32px);
		/* max-width: 315px; */
		margin: 0 auto;
	}
	.bl_topSlide_item {
		max-width: 280px;
		width: 100%;
    margin: 0 8px;
	}
}

/* ------------------------------------------------------------
	sect_increase
   ------------------------------------------------------------ */
.sect_increase {
	padding: 90px 0;
}
.bl_increase {
	gap: 60px;
	flex-wrap: wrap;
}
.bl_increase_bnr {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
}
.bl_increase_bnr_item {
  width: 369px;
}
.bl_increase_bnr_item img{
	border: 1px solid #ced0e5;
}
.bl_increase_bnr_caption {
	line-height: 1.8;
	margin-top: 5px;
}
.bl_increase_bnr_caption span {
	display: block;
	color: #222;
}
.bl_increase_bnr_caption strong {
	display: block;
	font-weight: 500;
	margin-bottom: 5px;
	color: #222;
}
@media only screen and (min-width: 768px) {
  .bl_increase_boxMain {
    position: relative;
    padding-right: 460px;
  }
  .bl_increase_boxSub {
    position: absolute;
    top: 50%;
    right: 40px;
    transform: translateY(-50%);
  }
  .bl_increase_bnr_item:hover img {
    border: 1px solid #ced0e5;
  }
}
@media only screen and (max-width: 767px) {
	.sect_increase {
		padding: 60px 0;
	}
	.bl_increase {
		position: relative;
		display: flex;
		gap: 0;
		align-items: flex-start;
	}
	.bl_increase_boxMain {
		margin-bottom: 20px;
	}
	.bl_increase_boxMain .bl_cmn_tit {
		margin-bottom: 30px;
	}
  .bl_increase_bnr {
    gap: 15px 0;
  }
	.bl_increase_bnr_item {
		width: 48%;
	}
	.bl_increase_bnr_caption {
		line-height: 1.3;
		font-size: 14px;
	}
	.bl_increase_bnr_caption strong {
		font-size: 3.6vw;
	}
	.bl_increase_bnr_caption span {
		font-size: 12px;
	}
}