@charset "utf-8";
/*-----------------------------------------------------------------------------------------
reset
----------------------------------------------------------------------------------------*/


main, main#wrapper {
  padding: 0;
  max-width: none !important;
}
.back img {
  width: 100%;
  height: auto;
}
h1 {
  width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

a{text-decoration: none;}

:hover{transition: 0.5s;}
a:hover{color: #fff!important;}

button {
  all: unset;
  display: inline-block;
  cursor: pointer;
  border: none;
  background: none;
  font: inherit;
  color: inherit;
  text-align: center;
}

/*-----------------------------------------------------------------------------------------
important
----------------------------------------------------------------------------------------*/
.smp{display: none !important;}
.hidden{display: none !important;}


/*-----------------------------------------------------------------------------------------
base
----------------------------------------------------------------------------------------*/

.back{
    scroll-behavior: smooth;
    box-sizing: border-box;
    color: #272727;
    background-color: #c70805;
    font-size: 14px;
    margin: 0;
    padding: 0;
    text-align: center;
    font-family: "Noto Sans JP",  sans-serif;
    background-image: url(/IMAGE/home-chef-cooking-appliance/back.jpg);
    background-attachment: fixed;
}


.flex{    display: flex;align-items: center;justify-content: center;}
.flex_c{    display: flex;flex-direction: column; align-items: center;justify-content: center;}

.center{width: 1080px;margin: auto;max-width: 90vw;}



/*-----------------------------------------------------------------------------------------
parts
----------------------------------------------------------------------------------------*/

h2 .flex img{        
  width: 160px;}

/*gold-border*/
.gold-border {
  position: relative;
  background: linear-gradient(135deg, #2c2c2c, #000000); 
  border-radius: 90px;
  font-size: 0.8em;
  font-weight: 700;
  height: 4em;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  z-index: 0;
  overflow: hidden;
  border: 2px solid #b68249;
  box-sizing: border-box;
}

a:hover .gold-border{
background: linear-gradient(135deg,#000000 , #555555); }


/*-----------------------------------------------------------------------------------------
title_area
----------------------------------------------------------------------------------------*/
.threestarchef .title_area{position: relative;width: 100%;height: 80vh;overflow: hidden;}

.threestarchef .title_area .back{
    width: 100%;
    height: 80vh;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.threestarchef .title_area .back img{min-width: 1290px;}

/*-------*/

.threestarchef .title_area .title{
   height: 80vh;
    width: fit-content;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;}

    .threestarchef .title_area .title img{max-height: 70vh;width: auto;  
      filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.9));}
    .threestarchef .title_area .title img.parts{ 
      /* opacity: 0; */
      position: absolute;left: 0;
    }
      .threestarchef .title_area .title img.parts1,.threestarchef .title_area .title img.parts2{animation: revealGlow 0.8s ease-out forwards;}
      .threestarchef .title_area .title img.parts1 {animation-delay: 0.1s;}
      .threestarchef .title_area .title img.parts2 {animation-delay: 0.4s;}
      /* @keyframes revealGlow {
        0% {
          filter: blur(20px);
          opacity: 0;
          transform: scale(1.1);
        }
        50% {
          opacity: 0.5;
          filter: blur(10px);
        }
        100% {
          filter: blur(0);
          opacity: 1;
          transform: scale(1);
        }
      }

      .threestarchef .title_area .title img.parts3 {
        animation: dropHat 0.8s ease-out forwards;
        animation-delay: 1.2s;
      }
      @keyframes dropHat {
        0% {
          /* opacity: 0;
          transform: translateY(-100px) rotate(-10deg);
        }
        60% {
          opacity: 1;
          transform: translateY(20px) rotate(5deg);
        }
        80% {
          transform: translateY(-10px) rotate(-3deg);
        }
        100% {
          transform: translateY(0) rotate(0deg);opacity: 1; 
        }
      } */
      

      

/*-----------------------------------------------------------------------------------------
chefnav
----------------------------------------------------------------------------------------*/
#chefnav .chef {
  width: calc(100% / 7);
  /* opacity: 0; */
  animation: fadeUp 0.8s ease-out forwards;
}

#chefnav .inner_wrap
{    gap: 10px;}

#chefnav img{
  max-height: 18vh;
  padding-bottom: 2vh;
  position: relative;
  display: inline-block;
  opacity: 0.9;
  width: auto;
  margin: auto;
}

    #chefnav a .spot {
      position: absolute;
      bottom: 2.3em;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 0;
      transition: opacity -3.7s ease;
      pointer-events: none;
      mix-blend-mode: overlay;
    }
    
    #chefnav a:hover .spot {
      opacity: 1;
    }

    #chefnav a:hover .gold-border{background: linear-gradient(357deg, #000000, #997728);
    }

    

/*-------*/

#chefnav p{    
    margin: 1.6em 0 0;
    font-weight: 700;
    height: 3em;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 3;    font-family: "Kaisei Decol", serif;
}
/* @keyframes fadeUp {
    0% {
      /* opacity: 0; 
      transform: translateY(30px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  } */

  #chefnav .chef:nth-child(1) { animation-delay: 2.3s; }
  #chefnav .chef:nth-child(2) { animation-delay: 2.4s; }
  #chefnav .chef:nth-child(3) { animation-delay: 2.5s; }
  #chefnav .chef:nth-child(4) { animation-delay: 2.6s; }
  #chefnav .chef:nth-child(5) { animation-delay: 2.7s; }
  #chefnav .chef:nth-child(6) { animation-delay: 2.8s; }
  #chefnav .chef:nth-child(7) { animation-delay: 2.9s; }
  


/*-----------------------------------------------------------------------------------------
itemwrap
----------------------------------------------------------------------------------------*/

#itemwrap{      
    color: white;  
}
@media (max-width: 1620px) {
  #itemwrap .inner_wrap {
    padding-left: 250px;
  }
}

/*-------*/

  #itemwrap h2{
    font-size: 4em;
    color: white;
    padding-top: 1em;
    margin: 0 0 0.5em;
    font-weight: 700;
    font-family: "Kaisei Decol", serif;
}

#itemwrap h2 span {
  font-size: 0.3em;
  border-radius: 90px;
  background-color: #ffffff;
  color: #c80805;
  position: absolute;
  width: 5em;
  left: -5.5em;
  bottom: -0.8em;
  height: 5em;
  display: flex;
  justify-content: center;
  align-items: center;}

#itemwrap h2::before {
    content: "";
    display: block;
    width: 106px;
    height: 50px;
    margin: 0 auto 10px;
    background-image: url('/IMAGE/home-chef-cooking-appliance/pic_3star.png');
    background-size: contain;
    background-repeat: no-repeat;
  }
  
  #itemwrap h2 .flex{
    font-size: 1em;
    color: white;
    font-weight: 700;
    font-family: "Kaisei Decol", serif;
}


/*-----------------------------------------------------------------------------------------
itemzone
----------------------------------------------------------------------------------------*/

.itemzone{
  gap: 10px;    
  padding: 10px 0 60px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
}

.item{
  width: calc((100% - 20px)/ 3);
  justify-content: space-between;
}

/* @media (max-width: 1050px) {.item {width: calc((100% - 10px)/ 2); }} */


a.item:hover img,
.btn a:hover img
{ filter: drop-shadow(0px 0px 10px rgba(255, 245, 100, 0.9))}
.item .gold-border {padding: 0 2em;}
.item p.gold-border::after
{content: "chevron_right"; font-family: 'Material Icons';}

/*-------*/

    .item .point{
  gap: 0.2em;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 10px;
  padding: 0.5em;
  width: 100%;
  margin: 1em auto;
  border: 4px double #956735;
  color: #ffffff;
  background: linear-gradient(145deg, #d9a86c, #b68249);
}

.item .point p{    
  background-color: #956735;
  color: #ffffff;
  font-family: "Kaisei Decol", serif;
  padding: 0 4em;
  margin-top: -1.5em;
  font-weight: 800;
  border-radius: 90px;
  font-size: 0.8em;
}
/*-------*/

.item h3,.modal-content h3 {
  font-weight: 600;
  font-family: "Kaisei Decol", serif;
  font-size: 1.6em;}

.item h4{
    color: #1e1e1e;
    font-size: 0.9em;
    font-weight:500;
  }

/*-----------------------------------------------------------------------------------------
.kagome-contents
----------------------------------------------------------------------------------------*/
.kagome-contents{gap: 50px;}

.kagome-contents .item{        
  display: flex;
  justify-content: center;
  width: 100%;
  gap: 1em;
  align-items: center;
}
/*--------*/
.kagome-contents .item .recipepic{width: 50%;}

/*--------*/
.kagome-contents .item .recipe-text{
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;}
  .recipe .recipe-text img{    width: 60%;}
/*--------*/
.kagome-contents .item .kagomebtn{
  background: none;
  font-size: 1em;
  background-color: rgb(7, 7, 7) !important;
  background-image: url(/IMAGE/home-chef-cooking-appliance/bg_kagome.jpg);
  margin-bottom: 1em;
  color: #c70805;
}
.kagome-contents .item .kagomebtn:hover{  
  background: none;
  background-image: url(/IMAGE/home-chef-cooking-appliance/bg_kagome.jpg);
  opacity: 0.8;
}
.kagome-contents .item .kagomebtn > img{width: 4em;}
/*--------*/
.kagome-contents .item .gold-border{width: 100%;}
/*--------*/
.kagome-contents .btn{gap: 0.5em;}
.kagome-contents .btn > a{width: 50%;}
.kagome-contents .btn img{width: 70%;}



/*-----------------------------------------------------------------------------------------
pop
----------------------------------------------------------------------------------------*/


.pop {
  /* opacity: 0; */
  transform: translateY(50px) scale(0.95);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}


/*-----------------------------------------------------------------------------------------
menu
----------------------------------------------------------------------------------------*/

.side-menu-pc {
  position: fixed;
  top: 23%;
  left: 50px;
  width: 10vw;
  min-width: 225px;
  box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
  z-index: 5;
  padding: 1em 1em;
  border-radius: 0 0 10px 10px;    
  font-family: "Kaisei Decol", serif;
  filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.9));
  /* opacity: 0; */
  transform: translateY(-50px);
  transition: opacity 0.6s ease, transform 0.6s ease;
  border: 4px double #956735;
  background: linear-gradient(145deg, #d9a86c, #b68249);
}


.side-menu-pc .inner_wrap{
  display: flex;
  flex-direction: column;
  gap: 0.2em;
  justify-content: center;
  height: 100%;
}

.side-menu-pc .inner_wrap a{color: #fff;}
.side-menu-pc .inner_wrap a:hover{font-weight: bold;color: #2c2c2c;}

.side-menu-pc .chef{
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ab7f4c;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
}

.side-menu-pc a:nth-of-type(2){
  border-top: 1px solid #ab7f4c;
  padding-top: 0.5em;
  margin-top: 0.5em;

}

.side-menu-pc .chef img{        
  width: auto;
  margin-right: 0.5em;
  height: 5vh;}


  .side-menu-pc.show {
    opacity: 1;
    transform: translateY(0);
  }
  
/*-----------------------------------------------------------------------------------------
modal
----------------------------------------------------------------------------------------*/
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 95%;
  background-color: rgba(0, 0, 0, 0.6);
  justify-content: center;
  overflow-y: auto;
  align-items: flex-start;
  padding-top: 2em;
  padding-bottom: 2em;
}

.modal-content {
  background: #fff;
  color: #272727;
  padding: 20px;
  border-radius: 8px;
  width: 90%;
  max-width: 750px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  /* opacity: 0; */
  transform: scale(0.95);
  animation: fadeInScale 0.3s ease forwards;
  margin: auto;
}

@keyframes fadeInScale {
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.close {
  float: right;
  font-size: 24px;
  cursor: pointer;
}

.recipe-contents{gap: 1em;width: 100%;}
.recipe-contents .red{    background-color: #e60012;
  padding: 0.5em 1em;
  color: white;
  border-radius: 90px;
  text-align: center;
  font-weight: 600;
  width: 12em;}
.recipe-contents h3{color: #e60012;font-size: 2em;}

.recipe-contents .check{    background-color: antiquewhite;
  font-size: 0.8em;
  padding: 0.5em 1em;}

/*------------------*/

.recipe-contents .recipe-header{
  justify-content: space-between;
  width: 100%;
}
.recipe-contents .recipe-header > img{
  width: 6em;
}

/*------------------*/

.recipe-contents .energy{gap: 1em;}
.recipe-contents .energy p{         border: 1px solid #555555;
  color: #555555;
  padding: 0.2em 1em;
  border-radius: 90px;
}

/*------------------*/

.recipe-contents .recipe-text{    
    width: 100%;
    display: flex;
    text-align: left;        align-items: flex-start;
    gap: 50px;}

    .recipe-contents .recipe-text i:hover{color: #c70805;}

.recipe-contents .recipe-text > div{width: 50%;}

.recipe-contents .recipe-text ul li,
.recipe-contents .recipe-text ol li
  {
    border-bottom: 1px solid rgb(230, 230, 230);
    padding-bottom: 0.5em;
  }

  .recipe-contents .recipe-text ul{  
    padding: 1em;
    gap: 0.5em;
    display: flex;
    flex-direction: column;}
    .recipe-contents .recipe-text ul li{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.recipe-contents .recipe-text ol{list-style-type: decimal;padding: 1em;}

.recipe-contents .recipe-text ol {
  counter-reset: item;
  margin: 1em;
}

.recipe-contents .recipe-text ol li {
  counter-increment: item;
  position: relative;
  padding-left: 1.8em;
}

.recipe-contents .recipe-text ol li::before {
  content: counter(item) ".";
  position: absolute;
  left: 0;
  color: #e60012;
  font-size: 1.6em;
  font-weight: 600;
}


    .recipe-contents .recipe-text .red{margin: auto;}

    .recipe-contents .recipe-text .mark{background-color: #ffe878;
      border-radius: 90px;
      width: 2em;
      height: 2em;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-right: 0.5em;}

/*------------------*/

  .recipe-contents .recipe-footer{font-size: 0.8em;}
  
/*-----------------------------------------------------------------------------------------
other
----------------------------------------------------------------------------------------*/

.bn_col_1,.bn_col_4 {
  margin: 3em auto 0;
  max-width: 1080px;
}

.bn_col_1 li {
  margin: 0 auto 2em;
}

.bn_col_4 {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap:1.5em;
  padding: 0 0 2em;
}
.bn_col_1 li img,.bn_col_4 li img {
  border-radius:5px;
}
.bn_col_1 li,.bn_col_4 li  {
  transition: .3s;
}
.bn_col_1 li:hover,.bn_col_4 li:hover  {
  filter: drop-shadow(0px 0px 10px rgba(255, 245, 100, 0.9))
}