@charset "utf-8";

/*----------------------------------------
    common
----------------------------------------*/
.pc_view {
  display: none;
}
.sp_view {
  display: block;
}
#contents {
	padding-top: 0;
}
#sections {
  opacity: 1;
}
#sections img {
  width: 100%;
  height: auto;
}
#sections .inner {
  width: calc(100% - 20px);
  margin: 0 auto;
  padding: 0 10px;
}
#sections .area_link a {
  width: 100%;
}

/*  .section_header 
----------------------------------------*/
.section_header .title_en {
	letter-spacing: 0.5px;
	font-size: 15px;
}
.section_header .title_jp {
	letter-spacing: 0;
	font-size:20px;
}

.section_header hr {
	height: 2px;
	width:147px;
	margin: 9px auto 8px;
}
/*----------------------------------------
    main
----------------------------------------*/
/*  #main_visual
----------------------------------------*/
#main_visual {
  height: 0 !important;
  padding-bottom: 160.333%;
}
#main_visual .main_visual_slide {
  height: 100% !important;
}
#main_visual .main_visual_slide_1 .logo,
#main_visual .main_visual_slide_2 .logo,
#main_visual .main_visual_slide_3 .logo,
#main_visual .main_visual_slide_4 .logo{
	width: 55.6%;
	top: 50%;
	left: 0%;
	margin: 0 auto;
	transform: none;
	position: relative;
}
#main_visual .main_visual_slide_1 .logo .sp_view,
#main_visual .main_visual_slide_2 .logo .sp_view,
#main_visual .main_visual_slide_3 .logo .sp_view,
#main_visual .main_visual_slide_4 .logo .sp_view{
  margin-top: -50%;
}
#main_visual .main_visual_slide .copy {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 0 auto;
	transform: translate(-50%, -50%);
}

#main_visual .mv_test_1 .copy{
	top: 70%;
}

/*  news
----------------------------------------*/
#news .news_list {
  margin-bottom: 25px;
}
#news .news_list dl {
  display: block;
  padding-bottom: 5px;
}
#news .news_list dl + dl {
  margin-top: 15px;
}
#news .news_list dt {
	display: block;
  width: 100%;
}
#news .news_list dd {
  display: block;
}
#news .news_list dd a {
	display: block;
}

/*  products
----------------------------------------*/
#products {
  height: auto !important;
  padding: 50px 0 25px;
}
#products .section_header {
  position: static;
  margin-bottom: 20px;
}
#products #inner_menu {
  display: block;
  height: auto;
  margin: 25px 0 0;
  padding: 0;
}
#products .products_ara {
  width: 50%;
  height: auto;
  padding-bottom: 13.33333333333333%;
}
#products .products_kare {
  width: 50%;
  height: auto;
  padding-bottom: 13.33333333333333%;
}
#products .products_image {
  width: 61.33333333333333%;
}
#products .products_ara .products_name {
  width: 90%;
  margin: 0 auto;
}
#products .products_kare .products_name {
  width: 90%;
  margin: 0 auto;
}
#products .products_image {
  margin-bottom: 30px;
}
#products .products_name {
  margin-bottom: 20px;
  font-size: 19px;
  line-height: 1.5;
}
#products .products_name .products_name_pack {
  margin-top: 5px;
  font-size: 15px;
}
#products .products_name .products_name_sub {
  padding-left: 0;
}
#products .products_arrow {
  width: 26.66666666666667%;
  height: 0;
  padding-bottom: 8%;
  margin-top: 13.33333333333333%;
  background: url(../img/index/sp/bg-arrow.png) no-repeat center center;
  background-size: 100% auto;
  background-position: center center !important;
}

/*  recipe
----------------------------------------*/
#recipe {
  position: relative;
}
#recipe .section_header {
  position: absolute;
  z-index: 10;
  top: 30px;
  left: calc(50% - 70px);
}
#recipe .recipe_l {
  width: 100%;
  float: none;
}
#recipe .recipe_r {
  width: 100%;
  float: none;
}
#recipe .recipe_name {
  width: calc(100% - 20px);
  padding: 15px 10px 5px;
}
#recipe .recipe_name .recipe_name_main {
  font-size: 25px;
  line-height: 1.1;
}
#recipe .recipe_name .recipe_name_sub {
  font-size: 15px;
}
#recipe .recipe_arrow {
  width: 50px;
  height: 15px;
  background: url(../img/index/sp/bg-arrow.png) no-repeat center center;
  background-size: contain;
  background-position: center center !important;
}
#recipe .area_link {
  position: absolute;
  z-index: 10;
  left: 0;
  bottom: 20px;
  width: calc(100% - 20px);
  padding: 0 10px;
}

/*  project
----------------------------------------*/
#project .project_info {
  padding: 50px 0 25px;
}

/*  yaizu_letter
----------------------------------------*/
#yaizu_letter {
	padding-top: 25px;
}
#yaizu_letter .section_header {
	margin-bottom: 25px;
}

#yaizu_letter .title_heading {
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}
#yaizu_letter .title_yaizu {
  background: none;
  height: auto;
}
#yaizu_letter .title_yaizu img {
  width: 200px;
  height: auto;
}
#yaizu_letter .notice {
  text-align: center;
  margin-bottom: 34px;
  font-size: 125%;
  color: #180e0c;
}
#yaizu_letter .notice span {
  display: block;
}
#yaizu_letter .yaizu_info {
  padding: 0;
}
#yaizu_letter .yaizu_info ul {
	display: block;
  width: 300px;
  margin: 0 auto 50px;
}
#yaizu_letter .yaizu_info ul li {
	display: block;
  float: none;
  width: 100%;
  text-align: center;
}
#yaizu_letter .yaizu_info ul li a:hover {
  -ms-filter: "alpha( opacity=100 )";
  filter: alpha( opacity=100 );
  opacity: 1;
}
#yaizu_letter .yaizu_info li + li {
  margin-left: 0;
  margin-top: 50px;
}
#yaizu_letter .yaizu_info li .photo {
  width: 100%;
  height: auto;
  display: inline-block;
}
#yaizu_letter .yaizu_info li .photo img {
  width: 100%;
  height: auto;
  position: relative;
  top: 0;
  left: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
#yaizu_letter .yaizu_info li dl {
  font-size: 15px;
  margin-top: 10px;
}
/* .banner_area */
#yaizu_letter .yaizu_info .banner_area {
  display: block;
  padding: 50px 0 0;
}
#yaizu_letter .yaizu_info .banner_area a {
  display: block;
  width: 100%;
}
#yaizu_letter .yaizu_info .banner_area a .banner {
  padding: 5px;
}
#yaizu_letter .yaizu_info .banner_area a .banner .banner_en {
  font-size: 14px;
}
#yaizu_letter .yaizu_info .banner_area a .banner hr {
	display: block;
	width: 150px;
}
#yaizu_letter .yaizu_info .banner_area a .banner .banner_jp {
  font-size: 14px;
}
#yaizu_letter .yaizu_info .banner_area a + a {
  padding-top: 25px;
  padding-left: 0;
}
#yaizu_letter .yaizu_info li dt {
    margin-bottom: 10px;
}

/*  //reset viewport-height 650px
----------------------------------------*/
#products .products_detail {
  padding-bottom: 0;
}

/*  section_pagenation
----------------------------------------*/
#section_pagenation {
  display: none;
}




/*  トップ　だしプレッソ追加
----------------------------------------*/
.products_area_container {
  flex-wrap: wrap;
}
.products_area {
  width: 50%;
  padding: 0 0 48px 0;
  text-align: center;
}

.products_preka .products_name,
.products_preko .products_name {
  margin-bottom: 112px;
}

.products_area.products_ara .products_image,
.products_area.products_kare .products_image {
  padding-top: 0;
}

.products_area.products_preka .products_image,
.products_area.products_preko .products_image {
  padding-top:50px;
}

#products{
	background:linear-gradient(90deg,#f1d5c4 0%,#f1d5c4 50%,#ebe1b6 50%,#ebe1b6 100%);
	padding: 50px 0 0;
}

#products .area_link {
  position:unset;
  width: 95%;
}

#products #inner_menu {
  position: unset;
  width: 95%;
  margin: 0 auto;
	padding-top: 30px;
}

#products #sp_back {
  background:linear-gradient(90deg,#FAE1D5 0%,#FAE1D5 50%,#E2E7C9 50%,#E2E7C9 100%);
	padding: 0 0 25px;
}

.sp_br {
    display: none;
}

.banner_two a:nth-of-type(3),a:nth-of-type(4),a:nth-of-type(5),a:nth-of-type(6){
	padding-top: 0px;
}

#project .section_header{
	margin-bottom: 25px;
}

.banner_area.banner_two {
  margin-top: 0px;
}
.row-1:nth-of-type(1) {
  margin-bottom: 10px;
}

