@charset "UTF-8";
.l-contents {
  display: grid;
  grid-template-columns: 1fr 300px;
  align-items: start;
  gap: 0 60px;
  margin-bottom: 40px;
}

/*===============================================
色
===============================================*/

:root{
  --main-color:#6DBF8E;
  --sub-color:#87A8F4;
  --txt-color:#474747;
  --recipe-color:#77C149;
  --recipe-sub-color:#DB964D;
}

/*===============================================
共通
===============================================*/
p{
  color: var(--txt-color);
  margin: 0;
}

.contents_title{
  margin: 60px 0 30px;
}

h2 img{
  width: 25%;
}

section{
  margin-bottom: 50px;
}

/*===============================================
メイン
===============================================*/
/*---------------------------------
リード文
---------------------------------*/

#lead .lead_text{
  color: var(--txt-color);
  font-size: 1.1rem;
  margin: 20px 0 0 0;
}

/*---------------------------------
新着動画
---------------------------------*/
#latest .latest_card{
  position: relative;
  margin-bottom: 90px;
}

#latest .latest_card a{
  display: flex;
  gap: 50px;
  padding: 40px;
  margin: 40px;
  background-color: #fff;
  border: 3px solid var(--main-color);
  border-radius: 20px;
  filter: drop-shadow(8px 8px 0 var(--main-color));
  transform: translateZ(0);
}

#latest .latest_card a:hover{
  opacity: 0.8;
  text-decoration: none;
}

#latest .latest_card >img{
  position: absolute;
  z-index: 3;
  filter: drop-shadow(2px 4px 1.5px rgba(159, 169, 193, 0.5));
  transform: translateZ(0);
}

#latest .latest_card >img:first-child{
  width: 100px;
  bottom: 20px;
  left: 10px;
}

#latest .latest_card >img:nth-child(2){
  width: 110px;
  top: -20px;
  right: 20px;
}

#latest .latest_video{
  width: 270px;
}

#latest .latest_video img:first-child{
  border: 3px solid var(--sub-color);
  min-width:250px;
  max-width: 280px;
}

#latest .latest_day{
  font-size: .9rem;
}

#latest .latest_title{
  font-size: 1.8rem;
  margin: 7px 0 13px;
  line-height:35px;
  letter-spacing: -1px;
}

#latest .latest_caption{
  font-size: 15px;
  line-height: 25px;
}

/*---------------------------------
記者プロフィール
---------------------------------*/
#profile > .contents_title{
  margin-bottom: 10px;
}

#profile >div{
  position: relative;
  display: flex;
  padding-bottom: 30px;
}

#profile>div>img{
  position:absolute;
}

#profile .profile_container{
  position: relative;
}

#profile .profile_container >img{
  position: absolute;
  filter: drop-shadow(2px 4px 1.5px rgba(159, 169, 193, 0.5));
  transform: translateZ(0);
}

#profile .profile_1 >img{
  width: 100px;
  top: 25px;
  left: -10px;
  transform: rotate(-9deg);
}

#profile .profile_2 >img{
  width: 90px;
  top: 140px;
  left: 120px;
}

#profile .profile_contents{
  display: flex;
  gap: 25px;
  margin: 30px;
  height: 170px;
}

#profile .profile_img{
  margin: auto 0;
}

#profile .profile_img img{
  display: block;
  max-width: 150px;
  min-width: 130px;
  margin: 0 auto;
  border: 3px solid var(--sub-color);
  border-radius: 90px;
}

#profile .profile_wrapper{
  margin: auto 0;
  padding-bottom: 40px;
}

#profile .profile_wrapper > p{
  color: #ce155b;
  padding-bottom: 15px;
  font-family: "Kaisei Decol",serif;
  font-style: italic;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3rem;
  letter-spacing: -0.3px;
}

#profile .profile_wrapper span{
  display: block;
  font-size: 16px;
  padding: 5px 0;
}

#profile h3{
  font-size: 23px;
  color: var(--txt-color);
}

#profile .profile_text{
  margin: 40px;
  font-size: 14px;
}

#profile .profile_link a{
  display: block;
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
  width: 30%;
  padding: 20px;
  margin: 0 15px 0 auto;
  color: var(--txt-color);
  background-color: #fff;
  border: 3px solid var(--main-color);
  border-radius: 60px;
  filter: drop-shadow(6px 6px 0 var(--main-color));
  transform: translateZ(0);
  transition: all 0.4s;
}

#profile .profile_link a:hover{
  background-color: var(--main-color);
  color: #fff;
  text-decoration: none;
  filter: none;
  transform: translateY(6px) translateX(6px);
  transition: all 0.4s;
}

/*---------------------------------
過去の動画
---------------------------------*/

#past .past_list{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

#past .past_list > a{
  margin: 20px auto;
  width: 85%;
  background-color: #fff;
  border: 3px solid var(--main-color);
  border-radius: 20px;
  filter: drop-shadow(6px 6px 0 var(--main-color));
  transform: translateZ(0);
}

#past .past_list > a:hover{
  opacity: 0.8;
  text-decoration: none;
}

#past .past_video img{
  border-radius: 20px;
  width: 90%;
  padding: 5%;
}

#past .past_txt{
  padding: 15px;
}

#past .past_title{
  font-size: 1.2rem;
  line-height: 24px;
  text-align: left;
}

#past .past_day{
  margin: 10px 0 8px;
}

/*アコーディオン*/

#past .dropdown{
  text-align: center;
  line-height: 2.5;
  padding-top: 0;
  display: none;
}

#past .btn-more  {
  display: flex;
  position: relative;
  width: 70%;
  height: 65px;
  font-size: 1.2rem;
  font-weight: 500;
  background-color: #fff;
  color: var(--txt-color);
  border: 3px solid var(--main-color);
  border-radius: 20px;
  filter: drop-shadow(6px 6px 0 var(--main-color));
  transform: translateZ(0);
  margin: 2% auto 10%;
  padding: 16px 50px;
  text-decoration: none;
  box-sizing: border-box;
  justify-content: center;
  text-align: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.4s;
  overflow: hidden;
  z-index: 1;
}

@media (hover: hover) and (pointer: fine) {
#past .btn-more:hover{
  color: #fff;
  background-color: var(--main-color);
  transition: all 0.4s;
  text-decoration: none;
  transform: translateY(6px) translateX(6px);
  filter: none;
}
}

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #past .btn-more:hover{
    color: #fff;
    background-color: var(--main-color);
    transition: all 0.4s;
  }
  }

#past .btn-more::after{
  position: absolute;
  top:  50%;
  right: 25px;
  font-family: "font awesome 6 free";
  font-weight: bold;
  font-size: 1rem;
  content: "\f078";
  transform: translateY(-50%);
  transition: all 0.4s;
  z-index: 2;
}
#past .btn-more.close::after{
  transform: translateY(-50%) rotate(180deg);
}

/*===============================================
サイド
===============================================*/
/*---------------------------------
共通
---------------------------------*/
#side_recipe .side_title {
  font-size: 1.1rem;
  background-color: var(--recipe-color);
  color: #fff;
  line-height: 1.5;
  padding: 0.7rem 1rem;
  position: relative;
}

#side_recipe .side_title:before {
  content: "";
  position: absolute;
  width: 85%;
  height: 5px;
  bottom: -5px;
}

#side_recipe ul{
  padding-top: 12px;
}

#side_recipe ul li{
  margin: 13px 10px;
}

#side_recipe ul li .side_contents{
  display: flex;
  gap: 10px;
}

#side_recipe ul li .side_contents img{
  max-width: 80px;
  margin: auto 0;
}

#side_recipe ul li .side_contents div p{

}

#side_recipe ul li .side_contents div p:first-child{
  font-size: .75rem;
}

#side_recipe ul li .side_contents div p:nth-child(2){
  font-size: 15px;
  line-height: 20px;
  margin: 2px 0 5px;
}

#side_recipe ul li .side_contents:hover{
  opacity: 0.8;
  text-decoration: none;
}

#side_recipe .side_btn {
  margin-top: 1em;
  display: flex;
  justify-content: flex-end;
}

#side_recipe .side_btn a {
  display: flex;
  padding: .8em 1.8em;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  background-color: var(--recipe-sub-color);
  color: #fff;
  border: 1px solid #fff;
  border-radius: 40px;
  transition: all .2s;
}

#side_recipe .side_btn a:hover {
  text-decoration: none;
  background-color:#fff;
  color: var(--recipe-sub-color);
  border: 1px solid var(--recipe-sub-color);
}


/*===============================================
レスポンシブ　
===============================================*/
@media (max-width:1100px){
  .l-contents {
    display: block;
  }

  .support--pc{
    display: none;!important
  }

  #side_recipe{
    padding: 0 20px;
  }

  #side_recipe ul{
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  #side_recipe .side_btn a{
    padding: .8em 3em;
  }
}

@media(max-width:850px){
  #latest .latest_card a{
    gap: 50px;
  }

  #past .past_list{
    grid-template-columns:1fr 1fr;
    margin: 0 30px;
  }
}

@media(max-width:800px){
  #lead .lead_text{
    margin: 20px;
  }

  #side_recipe ul{
    grid-template-columns: 1fr;
  }
}

@media (max-width:600px){
  h2 img{
    width: 100%;
  }

  .contents_title{
    margin: 70px 0 30px;
  }

  #lead .lead_text{
    font-size:1rem;
  }

  #latest .latest_card a{
    display: block;
    padding: 0;
  }

  #latest .latest_card >img{
    width: 120px;
    display: none;
  }

  #latest .latest_video{
    width: 100%;
  }

  #latest .latest_video img{
    border: none;
    width: 100%;
    border-radius: 17px 17px 0 0;
  }

  #latest .latest_video img:first-child{
    border: none;
    max-width: none;
    min-width: 100%;
  }

  #latest .latest_card a div:nth-child(2){
    padding: 5px 25px 33px;
  }

  #latest .latest_caption{
    font-size: .9rem;
    line-height: 1.5rem;
  }

  #profile >div{
    display: block;
  }

  #profile .profile_1 {
    padding-bottom: 30px;
  }

  #profile .profile_1 >img{
    bottom: auto;
    top: 90px;
    left: 115px;
  }

  #profile .profile_br{
    display: none;
  }

  #profile .profile_2 >img{
    bottom: auto;
    top: 90px;
    left: auto;
    right: 120px;
  }

  #profile .profile_contents{
    display: block;
    margin: 20px;
    height: auto;
  }

  #profile .profile_wrapper{
    padding:30px 0 0;
  }

  #profile .profile_text{
    margin: 20px;
  }

  #profile .profile_link a{
    width: 60%;
    margin: 0 auto;
  }

  #past .past_list{
    grid-template-columns:1fr;
  }

  /*#past .trigger{
    margin: 0 auto;
  }*/

  #side_recipe{
    padding: 0 10px;
  }

  #side_recipe .side_btn{
    justify-content: center;
  }

  #side_recipe .side_btn a{
    padding: 1em 5em;
  }
}

@media (max-width:500px){
#profile .profile_1 >img{
  left: 90px;
}

#profile .profile_2 >img{
  right: 100px;
}
}

@media (max-width:450px){
  #profile .profile_1 >img{
    left: 50px;
  }
  
  #profile .profile_2 >img{
    right: 60px;
  }
}

@media (max-width:400px){
  #latest .latest_card >img:first-child , #latest .latest_card >img:nth-child(2){
    width: 80px;
  }
  }