@charset "utf-8";

/* ===================================================================

Issued var1.0.0:2022/9/4

======================================================================*/
/* common */
.sp-only{
  display: none !important;
}

/* header */
header{
  height: 188px;
}
header .inner{
  padding: 30px 0 40px;
  display: flex;
  align-items: center;
  margin: 0 auto;
  max-width: 1100px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
header h1 a:hover{
  opacity: 0.7;
  cursor: pointer;
  text-decoration: none;
}
header .inner .ttl{
  display: block;
  margin: 10px 0 0;
  font-size: 1.6rem;
  letter-spacing: 1px;
  font-weight: 600;
  text-align: center;
}

.inner nav{
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  flex-flow: column;
  height: 120px;
}

.inner nav .header-right-upper{
  width: 100%;
  display: flex;
  gap: 0 14px;
}

.inner nav .header-right-upper a:hover{
  opacity: 0.6;
  cursor: pointer;
  text-decoration: none;
}

.inner nav .header-right-upper .other-link{
  position: relative;
  margin-right: 5px;
  padding-left:12px;
  background: url(../img/common/line-outerlink.png) repeat-x 0 24px scroll;
  font-size:1.4rem;
}
.inner nav .header-right-upper .other-link:before{
  position: absolute;
  top:7px;
  left:0;
  width: 6px;
  height: 9px;
  background:url(../img/common/link-arrow.png) no-repeat;
  content: "";
}

/* header searchbox */
.search-container{
  position: relative;
  overflow: hidden;
}
.search-container input[type="text"]{
  width: 216px;
  height: 32px;
  padding: 0 45px 0 10px;
  border: 1px solid #000;
  border-radius: 16px;
  box-sizing: border-box;
  line-height: 30px;
  font-size: 1.6rem;
}
.search-container input[type="text"]::placeholder{
  color:#999 !important;
}
.search-container input[type="text"]:focus {
  outline: 0;
}
.search-container input[type="submit"]{
  position: absolute;
  right: 0;
  top: 0px;
  cursor: pointer;
  background: url('../img/common/icon-zoom.svg') no-repeat center center scroll;
  background-size: 20px auto ;
  width: 40px;
  height: 32px;
  border: none;
  border-left:1px solid #000;
  outline : none;
}



/* header nav pagelist */
.inner nav ul{
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  margin-top: 30px;
}

.inner nav li{
  font-size: 1.6rem;
  font-weight: 600;
  flex-grow: 1;
  text-align: center;
  padding: 0 16px;
}

.inner nav ul li + li {
  border-left: 1px solid #000;
}

.inner nav ul li a{
  position: relative;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 500;
}
.inner nav ul li a img{
	height: 36px;
}
.inner nav ul li:nth-child(2) a img{
	height: 30px;
}
.inner nav ul li a:hover{
  text-decoration: none;
  opacity: 0.7;
}

.inner nav ul li a:hover:after{
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 100%;
  height: 3px;
  background-color: #fcc80d;
  content:"";
}

.inner nav ul li a span{
  display: block;
  margin-top: 4px;
}
header.for-BtoC .inner nav li + li {
  border-left:none;
}
/* header sp hambarg menu */
.hamburger-menu{
  display: none;
}

/* footer */
footer {
  font-weight: 600;
  border-top: 2px solid #f5f5f5;
  margin-top: 56px;
}

.footer-nav{
  display: flex;
  align-items: center;
  margin: 0 auto;
  width: 1100px;
  box-sizing: border-box;
  justify-content: space-between;
  padding: 48px 0; 
}

.footer-nav-main{
  display: flex;
}

.footer-nav-main ul {
  display: flex;
  flex-wrap: wrap;
  width: 83%;
  gap: 10px 30px; 
  font-weight: 500;
}

.footer-nav-main ul li a:hover{
  opacity: 0.7;
}
.footer-nav-main .footer-share-btn {
  display: flex;
  gap: 0 20px;
  
}
.footer-nav-main .footer-share-btn.has-margin{
  margin-left:40px;
}

.footer-nav-main .footer-share-btn a:hover{
  opacity: 0.6;
}

footer .footer-nav-sub a:hover{
  opacity: 0.7;
  text-decoration: none;
}
footer .footer-nav-sub img{
  height:65px;
}
.footer-nav-sub p{
  margin: 10px 0 0;
  font-size: 1.4rem;
  letter-spacing: 1px;
  text-align: center;
}

.footer-nav-copywrite{
  border-top: 2px solid #fcc80d;
  text-align: center;
  font-size: 1.2rem;
  padding: 24px 0 40px;
  font-weight: 500;
}

.icon-pop{
  height:15px;
}


/* news-list */
.news-list li{
  display: table;
  width: 100%;
  margin: 0 auto;
  padding: 17px 0;
  border-bottom: 1px solid #ddd;
}
.news-list li > div{
  display: table-cell;
  width:286px;
}
.news-list li > p{
  display: table-cell;
  width:calc(100% - 286px);
}

.news-list  li .news-category{
  display: inline-block;
  width: 110px;
  height: 20px;
  line-height: 20px;
  color:#fff;
  text-align: center;
  font-size: 1.2rem;
}

.news-list  li a{
  font-weight: 400;
}
.news-list  li .news-date{
  display: inline-block;
  margin-right: 25px;
  color:#a2a2a2;
}

.category-1{
  background-color: #fa9b4e;
}

.category-2{
  background-color: #fcc80d;
}

.category-3{
  background-color: #f24848;
}
.category-4{
  background-color: #b65d0e;
}

/* btn parts */
.btn{
  position: relative;
  display: inline-block;
  height:42px;
  padding: 0 40px 0 20px;
  border-radius: 21px;
  border: 1px solid #000;
  background-color: #fff;
  box-sizing: border-box;
  line-height: 40px;
  text-align: center;
  font-weight: 500;
}
.btn:hover{
  cursor: pointer;
  border-color:#fcc80d;
  color:#fcc80d;
  text-decoration: none;
}


.btn:before{
  position: absolute;
  top: 0;
  bottom: 0;
  right: 13px;
  width: 0;
  height: 0;
  margin: auto;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #000;
  content: "";
}

.btn:after{
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  width: 11px;
  height: 2px;
  background: #000;
}
.btn:hover:before{
  border-left-color:#fcc80d;
}
.btn:hover:after{
  background-color:#fcc80d;
}
.btn.btn-download{
  padding: 0 20px 0 55px;
}
.btn.btn-download:before{
	top: 50%;
	left: 22px;
	right: auto;
	width:22px;
	height:20px;
	margin-top: -10px;
	background:url('/img/common/icon-download.png') no-repeat 0 0 scroll;
	border:none;
 }
 
.btn.btn-download:hover:before{
	background:url('/img/common/icon-download-hover.png') no-repeat 0 0 scroll;
}
.btn.btn-download:after{
	display:none;
}
.btn-goback{
  padding: 0 20px 0 40px;
}

.btn-goback:before{
  right: auto;
  left: 13px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: none;
  border-right: 5px solid #000;
}

.btn-goback:hover:before{
  border-right-color:#fcc80d;
}
.btn-goback:after{
  right: auto;
  left: 16px;
}
.btn-container{
  margin-top: 30px;
}
.btn-container.in-list{
  margin-top: 20px;
}
/* pankuzu */
.pankuzu{
  width: 1100px;
  margin: 0 auto;
  background-color: #e4e4e4;
  border-radius: 13px;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 2.4rem;
  padding: 2px 0;
  padding: 0 25px;
}

.pankuzu ul{
  display: flex;
  flex-wrap: wrap;
  font-weight:400;
}

.pankuzu li ::after{
  content: '>';
  display: inline-block;
  padding: 0 10px; /*左右に余白*/
}

.pankuzu-home ::before{
    content: '';
    display: inline-block;
    width: 14px;
    height: 16px;
    background: url('/img/common/pankuzu-home.svg') no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-right: 10px;
}

.pankuzu ul a{
	font-weight:400;
}


/* sns share btn */
.article-sns-btn{
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-bottom: 60px;
}
.article-sns-btn a:hover{
	opacity:0.6;
}


/* single-page */
.single-page{
  width: 900px;
  margin: 40px auto 0;
  margin-top: 40px;
}
.single-page.privacy h1{
  font-size:2.4rem;
}

.single-page.privacy h1:after{
  display: block;
  width:100%;
  height:8px;
  margin: 5px 0 50px;
  background:url(/img/btoc/bg-line-orenge.png) ;
  content: "";
}
.single-page.privacy h2{
  padding-bottom: 10px;
  font-size:1.6rem;
}
.single-page.privacy p{
  font-size:1.6rem;
  padding-bottom: 35px;
}
/* 2cal layout */
.tow-cols-container{
  width: 1100px;
  margin: 40px auto 0;
  margin-top: 40px;
  font-size:0;
	
}
.tow-cols-container > div{
  display: inline-block;
  width: calc( 100% - 310px );
  padding-right: 40px;
  box-sizing:border-box;
  vertical-align: top;
  font-size: 1.4rem;
}
.tow-cols-container > div a:not(.btn){
  text-decoration: underline;
 }
 .tow-cols-container > div a:hover{
   text-decoration: none;
   opacity: 0.6;
  }

.tow-cols-container  .news-list{
  margin-left: 25px;
}
.tow-cols-container .lead-text.is-recipe-list{
  padding: 0 20px 30px;	
}

.tow-cols-container iframe{
  display:block;
  width:100%;
  aspect-ratio: 16 / 9;
  margin-bottom:30px;
  border:solid 1px #333;
}

aside{
  display: inline-block;
  vertical-align: top;
  width:310px;
}

aside .side-title{
  height: 30px;
  margin-bottom: 20px;
  background-color: #fcc80d;
  border-radius: 15px;
  text-align: center;
  line-height: 30px;
  font-size: 1.6rem;
  font-weight: 600;
}

aside .pickup-content ul{
  display: block;
  margin-bottom: 40px;
}

aside .pickup-content ul li{
  margin-bottom: 10px;
}

aside .pickup-content ul li:last-child{
  margin-bottom:0;
}

aside .pickup-content ul li a{
  position: relative;
  display:block;
  width: 100%;
  height: 102px;
  padding: 1px;
  padding-left: 112px;
  box-sizing: border-box;
  background-color: #fff8e2;
}
aside a:hover{
  opacity:0.7;
  text-decoration:none;
}
aside .pickup-content ul li div.img-container{
  position: absolute;
  top: 1px;
  left: 1px;
  width:100px;
}
aside .pickup-content ul li.has-banner a{
  display:block;
  padding: 0;
  background: transparent;
  height:auto;  
}
aside .pickup-content ul li.has-banner a figure{
  position:static;
  display:block;
  width: 100%;
  height:auto;
}
aside .pickup-content ul li.has-banner a figure img{
  position:static;
}
aside .pickup-content ul li figure{
  position: relative;
  overflow:hidden;
  height: 100px;
  width: 100px;
}

aside .pickup-content ul li figure img{
  position:absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom:0;
  width:100%;
  height:100%;
  object-fit: cover;
}
aside .pickup-content ul li a > div:last-child{
  position:relative;
  display: table;
  padding: 10px 10px 10px 0;
  line-height: 1.8rem;
  font-size: 1.4rem;
  font-weight: 400;
}

aside .pickup-content ul li .column-category{
  position: absolute;
  top: 5px;
  left: 0;
  z-index: 2;
  display: inline-block;
  width: 100px;
  border-radius: 6px;
  text-align: center;
  color: #fff;
}
aside .pickup-content ul li .p-box{
  display: table-cell;
  height: 90px;
  vertical-align: middle;
}
aside .pickup-content ul li p{
  display: -webkit-box;
  overflow: hidden;
  margin: 0;
  padding: 0;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
aside .pickup-content-banner a{
  display: block;
  margin-bottom: 10px;
}

aside .pickup-content-banner a:last-child{
  margin:0;
}

aside .pickup-content-banner a img{
  border-radius:10px;
}
.btn-footer-container a{
  display: block;
}

.btn-footer-container a::before{
  rotate: 180deg;
  right: auto;
  left:13px;
}

.btn-footer-container a::after{
  right: auto;
  left:16px;
}


/* news category */
.date-category.article{
  text-align: right;
  margin:34px 0;
  padding:0;
}
.date-category .news-category{
  margin-right: 20px;
  padding: 0 15px;
  color: #fff;
}


/* pager */
.pager {
  margin:60px 0;
}

.pager  ul.pagination {
  text-align: center;
  margin: 0;
  padding: 0;
}

.pager .pagination li {
  display: inline;
  margin: 0 2px;
  padding: 0;
  display: inline-block;
  width: 20px;
  height: 20px;
  text-align: center;
  position: relative;
  font-weight: 700;
}

.pager .pagination li a{
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display:table;
  color: #000;
  text-decoration: none;
}
.pager .pagination li a.selected{
  color: #f7c203;
  border-bottom: 1px solid #f7c203;
}

.pager .pagination li a span{
  display:table-cell;
  vertical-align:middle;
}

.pager .pagination li a:hover,
.pager .pagination li a.active{
  color: #f7c203;
  border-bottom: 1px solid #f7c203;
}
/* contents-header */
.contents-header{
  position:relative;
  margin-bottom:40px;
  padding: 10px 0;
}
.contents-header img{
  position: absolute;
  top:0;
  left: 0;
}
.contents-header > p,
.contents-header h1{
  position:relative;
  height: 58px;
  margin-left:90px;
  line-height: 56px;
  font-size: 2.4rem;
  font-weight:500;
}
.contents-header.for-btob h1{
  height: auto;
  margin-left:0;
  padding: 0 0 25px;
  border-bottom: solid 1px #fcc80d;
  line-height: 1;
  font-size: 3.0rem;
  font-weight:600;
}

.contents-header.for-btob h1:after,
.contents-header.for-btob h1:before{
  display: none;
}
.contents-header > p:after,
.contents-header > p:before,
.contents-header h1:after,
.contents-header h1:before{
  position:absolute;
  top:0;
  left:0;
  height: 1px;
  width: 100%;
  background:#fcc80d;
  content:"";
}
.contents-header > p:after,
.contents-header h1:after{
  top: auto;
  bottom:0;
}

.content-details-header{
  position:relative;
  margin-bottom: 30px;
  padding: 15px 0 4px 50px;
}
.content-details-header img{
  position: absolute;
  top:0;
  left:0;
}
.content-details-header p{
  padding: 0 0 20px;
  border-bottom: solid 1px #fcc80d;
  line-height: 1px;
  font-size: 1.6rem;
}

.content-details-header.for-btob{
  margin-bottom: 0;
  padding: 0;
}
.content-details-header.for-btob p.has-ball{
  position: relative;
  margin-bottom: 20px;
  padding-left: 35px;
  padding-bottom: 18px;
  border-bottom: none;
  line-height: 1;
  font-size: 1.8rem;
  font-weight: 500 !important;
}
.content-details-header.for-btob p.has-ball:before {
  position: absolute;
  top: 2px;
  left: 5px;
  width: 18px;
  height: 18px;
  background: url('/img/common/h1-ball-yellow.png') no-repeat 0 0 scroll;
  content: "";
}
.content-details-header.for-btob  p.has-ball:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: url('/img/btoc/bg-line-orenge.png') repeat 0 0 scroll;
  content: "";
}
.article-container{
  margin-left: 25px;
}


.column-category.category-1{
  background-color: #5ad9c9;
}

.column-category.category-recipe{
  background-color: #f9894b;
}

.column-category.category-2{
  background-color: #ff7c9b;
}

.column-category.category-3{
  background-color: #b3c54c;
}

.column-category.category-4{
  background-color: #ff3f3f;
}



/* modal  */
.modal{
  position: fixed;
  z-index: 500;
  top:0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
}
.modal.show{
  display: block;
}
.modal .modal-bg{
  position: fixed;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
.modal .modal-container{
  position: fixed;
  top:0;
  left: 50%;
  width: 600px;
  padding: 20px;
  margin-left: -300px;
  background-color: #fff;
}
.modal .modal-container.for-quiz{
  width: 800px;
  margin-left: -400px;
}
.modal .modal-container.for-quiz img{
  width: 100%;
}
.modal .modal-container .modal-header{
  text-align: right;
}

.modal .modal-container .hidden{
  display: none;
}
.modal .modal-container .modal-header button{
  width: 25px;
  height: 25px;
  background: url(../img/common/icon-close.svg) no-repeat center center scroll;
  background-size: 24px auto;
  border:none;
}
.modal .modal-container.for-quiz{
  top:20%;
  background-color: transparent;
}
.modal .modal-container.for-quiz .modal-header button{
  filter: brightness(0) invert(1);
}
.modal .modal-container.for-quiz .contaner{
  position:relative;
}

.modal .modal-container.for-quiz .btn-next,
.modal .modal-container.for-quiz .btn-prev{
  position: absolute;
  top:50%;
  left: -40px;
  height:60px;
  width:60px;
  margin-top: -20px;
  background:#fff url(../img/btoc/arrow.png) no-repeat center center scroll;
  border:none;
  border-radius:50%;
  transform:rotate(-180deg);
}
.modal .modal-container.for-quiz .btn-next:hover,
.modal .modal-container.for-quiz .btn-prev:hover{
  opacity: 0.7;

}
.modal .modal-container.for-quiz .btn-next{
  transform:rotate(0);
  left: auto;
  right: -40px;
}
.modal .modal-container.for-quiz .mask{
overflow: hidden;
}
.modal .modal-container.for-quiz .img-wrapper{
    width:40000px;
    
    background-color: #feeca0;
}
.modal .modal-container.for-quiz .img-wrapper li{
  display: inline-block;
}
.modal .modal-container.for-quiz .img-wrapper li img:hover{
   cursor: pointer;
}
.modal .modal-container.for-quiz .img-wrapper li:last-child img:hover{
   cursor: default;
}

.modal .modal-container .modal-header button:hover{
  opacity: 0.7;
}
.modal .modal-container .modal-body{
  padding-top: 20px;
  font-size: 1.6rem;
}
.modal #modal-donload-contaner .btn-container{
  padding: 10px 0 30px;
}
.modal .modal-container .modal-body .btn-container{
  text-align: center;
  padding:10px 0 30px;
}
.modal .modal-container .modal-body .btn-container a,
.modal .modal-container .modal-body .btn-container button{
  height: 36px;
  padding: 0 20px;
  border-radius:  18px;
  background-color: #000;
  border: none;
  line-height: 36px;
  color: #fff;

}

.modal .modal-container .modal-body .btn-container a:hover:before,
.modal .modal-container .modal-body .btn-container a.btn:hover:after,
.modal .modal-container .modal-body .btn-container button.btn:hover:before,
.modal .modal-container .modal-body .btn-container button.btn:hover:after{
  display: none;
}
.modal .text-error{
  color:#cc0000;
}
.modal .modal-container .modal-body .btn-container button:hover{
  opacity: 0.7;
}
.modal .modal-container .modal-body .text-ttl{
  margin-bottom: 15px;
  text-align: center;
  font-size: 2.4rem;
}
.modal .modal-container .modal-body .text-msg{
  margin-bottom: 20px;
  text-align: center;
  font-size: 1.8rem;
}
.modal .modal-container .modal-body dl{
  display: table;
  width: 500px;
  margin: 0 auto 20px;
}
.modal .modal-container .modal-body dt{
  display: table-cell;
  width: 120px;
  vertical-align: top;
}
.modal .modal-container .modal-body dd{
  display: table-cell;
  width: calc(100% - 120px);
  vertical-align: top;
}

/* page404 */

.page404{
  width: 1100px;
  margin: 0 auto;
  padding: 100px 0;
  text-align: center;
  font-size: 1.6rem;
}

.page404 figure{
  margin-bottom: 50px;
}

.page404 p b{
  font-size: 2.4rem;;
}
/* search */

/* coming-soon */
.coming-soon{
  padding: 100px 0;
  text-align: center;
  font-size: 2.4rem;
  color:#666;
}
.search-conatiner .result-header{
  text-align: center;
}
.search-conatiner .noscript{
  margin: 100px 0;
  padding: 5px 20px;
  background-color: #eee;
  border-radius: 5px;
  font-size: 1.6;
}
.search-conatiner .search-count,
.search-conatiner .search-name{
  margin-bottom:15px;
  font-size: 2.4rem;
}
.search-conatiner .search-count span
.search-conatiner .search-name span{
  display: inline-block;
  margin: 0 10px;
}
.search-conatiner .result{
  margin-top :50px;
}
.search-conatiner .result li{
  padding :20px 0;
  border-bottom:solid #ccc 1px;
}
.search-conatiner .result li:first-child{
  border-top:solid #ccc 1px;
}
.search-conatiner .result a{
  text-decoration: none !important;
}

.search-conatiner .result a:hover {
  opacity: 0.6;
}
.search-conatiner .result li .text-title{
  font-size: 1.8rem;
  padding-bottom:10px;
}
.search-conatiner .result a:hover .text-title{
  text-decoration: underline;
}
.search-conatiner .result li .text-pankuzu{
  font-size: 1.5rem;
}
.search-conatiner .txt-no-result{
  margin :100px 0 80px;
  font-size: 1.8rem;

}

/* form 
form.search-container{
  display: none !important;
}
.inner nav .header-right-upper {
  padding-right: 15px;
}*/