@charset "UTF-8";


/* ------------------------

.mv_slider_box

------------------------ */
.mv_slider_box {
  position: relative;
}
.mv_slider_txt {
  position: absolute;
  top: 70px;
  right: 196px;
  width: 30px;
  z-index: 1;
}
.mv_slider_txt img{
  width: 100%;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px){
  .mv_slider_box {
    padding-bottom: 125.33%;
  }
  .mv_slider_img {
    position: absolute;
    height: 100%;
    width: 100%;
    background: url(/kitchen/img/2020/mv01.jpg) no-repeat right top;
    background-size: 100%;
  }
  .mv_slider_img img{
    max-width: none;
    height: 100%;
    animation-name: slide;
    animation-delay: 1s;
    animation-duration: 60s;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
  }
  .mv_slider_txt {
    top: 50px;
    right: 39px;
  }
}
@keyframes slide {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}
/* ------------------------

.nav_wrap

------------------------ */
.nav_wrap{
  position: relative;
  width: 970px;
  margin: -37px auto 0;
  z-index: 1;
}
.nav_wrap:after{
  content:"";
  display:block;
  clear:both;
  height:0;
  overflow:hidden;
}
.nav_wrap .nav_list {
  float: left;
  width: 33.333%;
  border-left: 1px solid #444444;
  display: table;
  box-sizing: border-box;
  box-shadow:5px 5px 8px 0px rgba(0,0,0,0.15);
}
.nav_wrap .nav_list:first-of-type {
  border: none;
}
.nav_wrap .nav_list a{
  position: relative;
  display: table-cell;
  height: 74px;
  padding-bottom: 7px;
  background-color: #1D1D1D;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  box-sizing: border-box;
}
.nav_wrap .nav_list a:hover{
  background-color: #333333;
}
.nav_wrap .nav_list a:after{
  content: "";
  position: absolute;
  left: 50%;
  bottom: 16px;
  margin-left: -10px;
  width: 20px;
  height: 8px;
  background: url(/common/sumai2020/img/icon_arrow01.png) no-repeat center bottom;
  background-size: 100%;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px){
  .nav_wrap {
    width: 94.66%;
  }
  .nav_wrap .nav_list a {
    font-size: 13px;
  }
}
@media only screen and (max-device-width: 1280px) and (max-width: 320px){
  .nav_wrap .nav_list a {
    padding-bottom: 15px;
    font-size: 12px;
  }
}

/* ------------------------

.news

------------------------ */
.sec_news {
  padding: 50px 0;
}
.news_wrap{
  width: 630px;
  padding-left: 105px;
  overflow: hidden;
}
.news_ttl{
  float: left;
  width: 130px;
  font-weight: bold;
}
.news_list{
  float: left;
  width: 500px;
}
.news_list li{
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #CCCCCC;
  line-height: 1.5;
}
.news_list li a{
  position: relative;
  text-decoration: none;
  color: #333333;
}
.news_list li a.icon_pdf {
  padding-right: 26px;
}
.news_list li a.icon_pdf:after{
  content: "";
  display: inline-block;
  margin-left: 5px;
  width: 17px;
  height: 20px;
  background: url(/common/sumai2020/img/icon_pdf.png) no-repeat center center;
  background-size: 100%;
  vertical-align: middle;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px){
  .sec_news {
    padding: 40px 0;
  }
  .news_wrap{
    width: 100%;
    padding-left: 0;
    overflow: hidden;
  }
  .news_ttl {
    width: auto;
    float: none;
    font-size: 14px;
  }
  .news_list {
    margin-top: 15px;
    float: none;
    width: 100%;
  }
  .news_list li a {
    font-size: 14px;
    line-height: 1.5;
  }
}


/* ------------------------

.recommend

------------------------ */
.recommend_item_wrap {
  margin-top: 45px;
  letter-spacing: 2px;
}
.recommend_item_box {
  height: 340px;
  margin-top: 2px;
  padding-top: 90px;
  box-sizing: border-box;
  color: #ffffff;
  text-align: center;
}
.recommend_item_box.recommend_item_type01 {
  background: url(/kitchen/img/2020/bg_recommend01.jpg) no-repeat center center;
  background-size: 100%;
}
.recommend_item_box.recommend_item_type02 {
  background: url(/kitchen/img/2020/bg_recommend02.jpg) no-repeat center center;
  background-size: 100%;
}
.recommend_item_box.recommend_item_type03 {
  background: url(/kitchen/img/2020/bg_recommend03.jpg) no-repeat center center;
  background-size: 100%;
}
.recommend_item_box.recommend_item_type04 {
  background: url(/kitchen/img/2020/bg_recommend04.jpg) no-repeat center center;
  background-size: 100%;
}
.recommend_item_box.recommend_item_type05 {
  background: url(/kitchen/img/2020/bg_recommend05.jpg) no-repeat center center;
  background-size: 100%;
}
.recommend_item_ttl{
  margin-top: 15px;
  font-size: 30px;
  font-weight: bold;
}
.recommend_item_txt02{
  margin-top: 10px;
  font-weight: bold;
}
.recommend_item_btn_area{
  width: 520px;
  margin: 50px auto 0;
}
.recommend_item_btn_area:after{
  content:"";
  display:block;
  clear:both;
  height:0;
  overflow:hidden;
}
.recommend_item_btn {
  float: left;
  width: 230px;
  margin-top: 0;
}
.recommend_item_btn.recommend_item_btn_center{
  float: none;
  margin-left: auto;
  margin-right: auto;
}
.recommend_item_btn:nth-child(2n) {
  float: right;
}
.recommend_item_btn a{
  padding: 15px 0;
}
.recommend_item_box_col2_area:after{
  content:"";
  display:block;
  clear:both;
  height:0;
  overflow:hidden;
}
.recommend_item_box_col2 {
  float: left;
  width: 484px;
  padding-top: 105px;
}
.recommend_item_box_col2 .recommend_item_ttl {
  margin-top: 0;
}
.recommend_item_box_col2:nth-of-type(2n) {
  float: right;
}
.recommend_item_box_col2 .recommend_item_btn_area {
  width: 230px;
  margin-top: 40px;
}
.recommend_item_box_col2_area .recommend_item_btn {
  float: none;
  margin: 0 auto;
}
.recommend_item_box_col2_area .recommend_item_btn:nth-of-type(n+1){
  margin-top: 20px;
}
.recommend_item_box .recommend_item_txt01 {
  line-height: 1.5;
}

@media only screen and (max-device-width: 1280px) and (max-width: 640px){
  .sec_recommend .sec_inner{
    padding: 0;
  }
  .recommend_item_wrap{
    margin-top: 35px;
  }
  .recommend_item_box {
    height: auto;
    padding: 50px 0 40px;
  }
  .recommend_item_btn_area {
    width: 100%;
    margin-top: 40px;
  }
  .recommend_item_btn {
    float: none;
  }
  .recommend_item_btn:nth-child(2n){
    float: none;
    margin-top: 20px;
  }
  .recommend_item_box_col2 {
    width: calc(50% - 1px);
    padding: 23px 0 16px;
  }
  .recommend_item_box_col2 .recommend_item_btn_area {
    width: 100%;
  }
  .recommend_item_box_col2_area .recommend_item_btn {
    width: 86.02%;
    font-size: 14px;
  }
  .recommend_item_box_col2_area .recommend_item_btn:nth-of-type(n+1){
    margin-top: 10px;
  }
  .recommend_item_box_col2 .recommend_item_ttl {
    font-size: 18px;
    line-height: 1.5;
  }
  .recommend_item_box.recommend_item_type01{
    background: url(/kitchen/img/2020/bg_recommend01_sp.jpg) no-repeat center center;
    background-size: cover;
  }
  .recommend_item_box.recommend_item_type02{
    background: url(/kitchen/img/2020/bg_recommend02_sp.jpg) no-repeat center center;
    background-size: cover;
  }
  .recommend_item_box.recommend_item_type03{
    background: url(/kitchen/img/2020/bg_recommend03_sp.jpg) no-repeat center center;
    background-size: cover;
  }
  .recommend_item_box.recommend_item_type04{
    background: url(/kitchen/img/2020/bg_recommend04_sp.jpg) no-repeat center center;
    background-size: cover;
  }
  .recommend_item_box.recommend_item_type05{
    background: url(/kitchen/img/2020/bg_recommend05_sp.jpg) no-repeat center center;
    background-size: cover;
  }
}


/* ------------------------

.layout_list

------------------------ */
.layout_list {
  margin-top: 45px;
}
.layout_list:after{
  content:"";
  display:block;
  clear:both;
  height:0;
  overflow:hidden;
}
.layout_list li {
  position: relative;
  float: left;
  width: 178px;
  margin-right: 20px;
  box-shadow: 0 4px 0 0px rgba(0,0,0,0.16);
}
.layout_list li:last-of-type {
  margin-right: 0;
}
.layout_list li a{
  display: block;
  background-color: #333333;
  transition: all .1s ease-out;
}
.layout_list li a:hover{
  background-color: #666666;
}
.layout_list .layout_list_txt {
  position: absolute;
  bottom: 15px;
  color: #ffffff;
  font-size: 16px;
  width: 100%;
  text-align: center;
}
.layout_list li a img{
  width: 100%;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px){
  .layout_list li {
    width: 31.34%;
    margin-top: 4%;
    margin-right: 2.99%;
  }
  .layout_list li:nth-child(3n) {
    margin-right: 0;
  }
  .layout_list li:nth-child(-n+3) {
    margin-top: 0;
  }
  .layout_list .layout_list_txt {
    bottom: 5%;
    font-size: 14px;
  }
}

/* ------------------------

.sec_plan 

------------------------ */
.sec_plan .sec_inner{
  padding: 0 10px;
}
.plan_list {
  margin-top: 45px;
}
.plan_list:after{
  content:"";
  display:block;
  clear:both;
  height:0;
  overflow:hidden;
}
.plan_list li {
  float: left;
  margin-top: 2px;
  margin-right: 2px;
  overflow: hidden;
}
.plan_list li:nth-of-type(3n) {
  margin-right: 0;
}
.plan_list li a{
  display: block;
  width: 322px;
  cursor: pointer;
}
.plan_list li a img{
  width: 100%;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px){
  .plan_list li {
    width: 49.85%;
    margin-top: 0.3%;
    margin-right: 0;
  }
  .plan_list li:nth-child(2n) {
    float: right;
  }
  .plan_list li a {
    width: 100%;
  }
}

/* ------------------------

.sec_series

------------------------ */
.series_wrap{
  margin-top: 60px;
}
.series_box{
  position: relative;
}
.series_block{
  position: absolute;
  top: 50%;
  right: 60%;
  margin-top: -183px;
  padding: 50px 0 60px;
  width: 366px;
  height: 366px;
  background-color: #ffffff;
  text-align: center;
  box-sizing: border-box;
  box-shadow: 5px 10px 20px 0 rgba(0,0,0,0.05);
}
.series_block .series_sub_ttl{
  margin-top: 10px;
  font-size: 12px;
  font-weight: bold;
}
.series_block .series_ttl{
  line-height: 1.1;
  font-size: 36px;
  font-weight: bold;
}
.series_block .series_ttl_s {
  font-weight: bold;
  font-size: 24px;
}
.series_block .series_txt{
  margin-top: 20px;
  line-height: 2;
}
.series_btn.btn_sec_type01 a{
  width: 230px;
  margin: 0 auto;
}
.series_box_R .series_thum{
  text-align: right;
}
.series_box .series_thum img{
  width: 77.5%;
}
.series_box_L .series_block{
  left: 60%;
  right: auto;
}
.series_box_full {
  padding-bottom: 250px;
  margin-bottom: 60px;
}
.series_box_full .btn_sec_type01 {
  margin-top: 35px;
}
.series_box_full .series_block{
  width: 660px;
  height: auto;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding-top: 60px;
}
.series_box_full .series_thum{
  width: 95%;
  margin: 0 auto;
}
.series_box_full .series_thum img{
  width: 100%;
}
.series_block.series_block_2row {
  padding-top: 50px;
}
.series_block.series_block_2row .btn_sec_type01 {
  margin-top: 20px;
}
.sec_series .colum3_wrap{
  width: 662px;
  margin: 50px auto 0;
}
.sec_series .colum3_wrap li {
  margin-right: 58px;
}
.sec_series .colum3_wrap li:nth-of-type(2n){
  margin-right: 0;
}

@media only screen and (max-device-width: 1280px) and (max-width: 640px){
  .series_box {
    margin-top: 20px;
  }
  .series_box:after {
    content:"";
    display:block;
    clear:both;
    height:0;
    overflow:hidden;
  }
  .series_thum{
    width: 85.33%;
  }
  .series_box .series_thum img {
    width: 100%;
  }
  .series_box_R .series_thum {
    margin-left: 14.66%;
  }
  .series_block {
    position: relative;
    left: 20px;
    margin-top: -8.5%;
    padding: 34px 0 30px;
    width: 74.66%;
    height: auto;
  }
  .series_box_L .series_block {
    left: auto;
    float: right;
    margin-right: 20px;
  }

  .series_box_full {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .series_box_full .btn_sec_type01 {
    margin-top: 35px;
  }
  .series_box_full .series_block{
    width: 74.66%;
    margin-top: -8.5%;
    padding-top: 34px;
  }
  .series_box_full .series_thum{
    width: 95%;
    margin: 0 auto;
  }
  .series_box_full .series_thum img{
    width: 100%;
  }

  .series_block .series_ttl {
    font-size: 26px;
    line-height: 1.2;
  }
  .series_block .series_ttl_s {
    font-size: 17px;
  }
  .series_block .series_sub_ttl {
    font-size: 10px;
  }
  .series_block .btn_sec_type01 {
    margin-top: 16px;
  }
  .series_btn.btn_sec_type01 {
    width: 100%;
  }
  .series_btn.btn_sec_type01 a {
    width: 91.304%;
    box-sizing: border-box;
  }
  .series_block.series_block_2row {
    padding-top: 34px;
  }
  .sec_series .colum3_wrap{
    width: 100%;
  }
  .sec_series .colum3_wrap li {
    margin-right: 0;
  }
}
