@charset "utf-8";

/*--------------------------------------------------------------------------
----------------------------------------------------------------------------
----------------------------------------------------------------------------
汎用
----------------------------------------------------------------------------
----------------------------------------------------------------------------
--------------------------------------------------------------------------*/
main {position: relative; display: block;}

/*clearfix*/
.cf:after {content: ""; display: block; clear: both; visibility: hidden;}

.flex {display: flex;}

.container {margin: 0 auto;}

#content.site-content {padding: 0;}
body:not(.home) #content.site-content {margin-bottom: 9.6vw;}

/*--------------------------------------------------------------------------
部品
--------------------------------------------------------------------------*/
/*------------------------------------
汎用見出し
------------------------------------*/
.g-h {text-align: center;}
.g-h img {display: block; position: relative; height: auto; margin: 0 auto;}
.g-h span {display: block; line-height: 1;}
.g-h span.white {color: #fff;}

.g-h2 {text-align: center; margin-bottom: 2em;}

/*------------------------------------
汎用ヘッダー
------------------------------------*/
.page-heading {position: relative;}
.page-heading .img {position: relative; display: block; width: 100%; height: auto; z-index: 1;}
.page-heading .g-h {position: absolute; top: 0; left: 0; display: flex; justify-content: center; align-items: center; flex-direction: column; width: 100%; height: 100%; margin: 0; padding: 0; z-index: 2;}
.page-heading .g-h span {color: #fff;}

/*------------------------------------
MORE
------------------------------------*/
.more {position: relative; display: flex; color: #fff; background: #000; margin: 0 auto; border: 1px solid #000; opacity: 1; transition: .3s ease-in-out;}
.more:hover {opacity: 1;}

.more:before,
.more:after {content: ''; position: absolute; height: 1px; background: #fff; transition: .5s ease; z-index: 3;}
.more:before {transform: translateY(-50%) rotate(50deg);}
.more:after {transform: translateY(-50%) rotate(-50deg);}
.more:hover:before,
.more:hover:after {background: #000; transition: .3s ease-out;}

.more span {color: #fff; text-align: center; line-height: 1; transition: .3s ease-in-out;}
.more > span {position: relative; display: flex; justify-content: center; align-items: center; flex-direction: column; width: 100%; height: 100%; z-index: 2;}
.more > span:after {position: absolute; content: ''; display: block; bottom: 0; left: auto; right: 0; width: 0; height: 100%; background: #fff; z-index: -1; transition: .5s ease;}
.more:hover span {color: #000; transition: .3s ease;}
.more:hover > span:after {left: 0; right: auto; width: 100%; transition: .3s ease;}

.more.white {color: #000; background: #fff; border: 1px solid #fff;}

.more.white:before,
.more.white:after {height: 1px; background: #000;}
.more.white:hover:before,
.more.white:hover:after {background: #fff;}

.more.white span {color: #000;}
.more.white > span:after {background: #000;}
.more.white:hover span {color: #fff;}

/*フォームへのリンク用*/
.more.form-link > span {flex-direction: row; letter-spacing: 1px; transition: .5s ease;}
.more.form-link > span:before {display: none;}
.more.form-link:hover > span:after {transition: .5s ease;}

/*--------------------------------------------------------------------------
ヘッダー
--------------------------------------------------------------------------*/
header.site-header .custom-header {max-width: 100vw; display: block!important;}

header.site-header #top-slider {width: 100%; max-width: 100vw; opacity: 0; transition: opacity .5s ease;}
header.site-header #top-slider.slick-initialized {opacity: 1;}
header.site-header #top-slider .slick-list {position: relative; width: 100%; z-index: 1;}
header.site-header #top-slider .slick-list li {position: relative; width: 100%;}
header.site-header #top-slider .slick-list li .img {position: relative; width: 100%; z-index: 1;}
header.site-header #top-slider .slick-list li #top-scroll {position: absolute; left: 50%; transform: translateX(-50%); z-index: 2;}
header.site-header #top-slider .slick-list li #top-scroll .arrow-wrap {transform: translateY(-10px); opacity: 0; animation: arrow_bound 2s ease-in-out infinite;}
header.site-header #top-slider .slick-list li #top-scroll .arrow {position: relative; margin: 0 auto; border: 4px solid #fff; border-top: none; border-left: none; transform: rotateZ(45deg);}
header.site-header #top-slider .slick-list li #top-scroll span {display: block; color: #fff; line-height: 1;}

@keyframes arrow_bound {
	0% {transform: translateY(-10px); opacity: 0;}
	50% {transform: translateY(5px); opacity: 1;}
	100% {transform: translateY(20px); opacity: 0;}
}

header.site-header .navigation-top {border: none;}
header.site-header .navigation-top .wrap {max-width: 100%; padding: 0;}
header.site-header .navigation-top nav.main-navigation {background: linear-gradient(to right, #009fe8, #6fb92c);}
header.site-header .navigation-top #top-menu {display: flex; z-index: 1;}
header.site-header .navigation-top #top-menu li .dropdown-toggle,
header.site-header .navigation-top #top-menu li svg {display: none;}
header.site-header .navigation-top #top-menu > li > a {display: block;}
header.site-header .navigation-top #top-menu > li > a > span {display: flex; align-items: center; color: #fff; font-weight: 500;}
header.site-header .navigation-top #top-menu > li > a .img {display: flex; justify-content: center; align-items: center;}
header.site-header .navigation-top #top-menu > li > a .img img {position: relative;}

/*--------------------------------------------------------------------------
フッター
--------------------------------------------------------------------------*/
footer.site-footer {display: flex; flex-direction: column; position: relative; width: 100%; margin: 0; background: linear-gradient(to right, #009fe8, #6fb92c); z-index: 1;}
footer.site-footer:before {content: ""; position: absolute; top: calc(1px + -8.958vw); left: 0; height: 8.958vw; background-image: url(../img/common/footer_deco.png); background-size: 100% auto; background-position: center bottom; background-repeat: no-repeat; z-index: 2;}
footer.site-footer * {color: #fff;}

footer.site-footer .footer-main .f-navi ul {margin-bottom: 0;}
footer.site-footer .footer-main .f-navi ul li a {color: #fff;}

footer.site-footer .footer-bnr ul {flex-wrap: wrap; margin-bottom: 0;}
footer.site-footer .footer-bnr ul li a,
footer.site-footer .footer-bnr ul li a img {display: block; height: auto;}

footer.site-footer .copyright {text-align: center; margin: 0;}

footer.site-footer .scroll {display: block; position: absolute; background: #fff; z-index: 10;}
footer.site-footer .scroll:before {content: ""; position: absolute; width: 0; height: 0; border-style: solid; border-color: transparent transparent #000 transparent;}

/*--------------------------------------------------------------------------
----------------------------------------------------------------------------
----------------------------------------------------------------------------
フロントページ
----------------------------------------------------------------------------
----------------------------------------------------------------------------
--------------------------------------------------------------------------*/
/*------------------------------------
新着情報 & すごい野菜を動画でご紹介します
------------------------------------*/
#main .voice-news {position: relative; background: url(../img/front/news_bg.jpg) 50% 0/100% auto;}
#main .voice-news:before,
#main .voice-news:after {content: ""; position: absolute; top: 0; height: 100%; background-size: auto 100%; background-repeat: no-repeat;}
#main .voice-news:before {left: 0; background-image: url(../img/front/news_deco-left.png);}
#main .voice-news:after {right: 0; background-image: url(../img/front/news_deco-right.png);}

#main .voice-news .voice .video-list {position: relative; z-index: 2; margin: 0;}
#main .voice-news .voice .video-list li {display: block; z-index: 1;}
#main .voice-news .voice .video-list li .video-inner {position: relative; width: 100%; height: 100%; background: #fff; z-index: 1;}
#main .voice-news .voice .video-list li .video-inner iframe {position: absolute; width: 100%; height: 100%; z-index: 2;}
#main .voice-news .voice .video-list li .video-inner span {position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); font-weight: 700; z-index: 1;}

#main .voice-news .news .news-list {margin: 0 auto;}
#main .voice-news .news .news-list li:not(:last-child) {margin-bottom: .625em;}
#main .voice-news .news .news-list li a {display: inline-flex;}
#main .voice-news .news .news-list li a time {white-space: nowrap;}
#main .voice-news .news .news-list li a h3 {font-size: 1em; font-weight: 500; line-height: 1.7; margin: 0 0 0 1em; padding: 0;}

/*------------------------------------
すごい野菜とは & レシピ
------------------------------------*/
#main .yasai-recipe section,
#main .yasai-recipe section .inner {position: relative;}

#main .yasai-recipe .sugoi-yasai {background: url(../img/front/sugoi-yasai_bg.jpg) 50%/cover;}
#main .yasai-recipe .sugoi-yasai .inner {justify-content: center; align-items: center; width: 100%; height: 100%;}
#main .yasai-recipe .sugoi-yasai .inner:before,
#main .yasai-recipe .sugoi-yasai .inner:after {content: ""; position: absolute; left: 0; width: 100%; z-index: 1;}
#main .yasai-recipe .sugoi-yasai .inner:before {top: 0;}
#main .yasai-recipe .sugoi-yasai .inner:after {bottom: 0;}

#main .yasai-recipe .recipe {position: relative; background: url(../img/front/recipe_bg.jpg) 50%/cover;}
#main .yasai-recipe .recipe .txt {position: absolute; align-items: center; flex-direction: column; background: url(../img/front/recipe_txt-bg.png) 0 0/100% auto no-repeat; transform: rotate(-6deg);}
#main .yasai-recipe .recipe .txt .more {margin: 0;}

#main .yasai-recipe section.coomingsoon:before {content: "近日公開予定"; position: absolute; top: 0; left: 0; display: flex; justify-content: center; align-items: center; width: 100%; height: 100%; color: #fff; background: rgba(0,0,0, .5); z-index: 10;}

/*------------------------------------
マルシェ
------------------------------------*/
#main .marche {position: relative; background: url(../img/front/marche_bg.jpg) 50% 0/ auto 100%; margin-bottom: -1px; padding-bottom: 8.958vw; overflow-x: hidden;}
#main .marche:before {content: ""; position: absolute; top: 0; left: 0; width: 100%; background: url(../img/front/marche_frill.png) 50% 0/auto 100% repeat-x; z-index: 2;}
#main .marche .inner {position: relative;}
#main .marche .inner:before,
#main .marche .inner:after {content: ""; position: absolute; background: url(../img/front/marche-garland.png) 0 0/100% auto no-repeat; z-index: 1;}
#main .marche .inner:before {background-position: 0 0; transform: rotateY(180deg);}
#main .marche .inner:after {background-position: 100% 0;}

#main .marche .container {position: relative;}

#main .marche .desc {text-align: center; line-height: 1.425;}

#main .marche .marche-list {position: relative; z-index: 2;}
#main .marche .marche-list li a {display: inline-flex; align-items: center; vertical-align: bottom;}
#main .marche .marche-list li a[href] {text-decoration: underline;}
#main .marche .marche-list li a:hover {text-decoration: none; opacity: 1;}
#main .marche .marche-list li a .img {display: flex; justify-content: center; align-items: center; max-width: 100%; max-height: 100%;}
#main .marche .marche-list li a .img img {max-width: 100%;}

#main .marche .package {position: absolute;}

/*--------------------------------------------------------------------------
----------------------------------------------------------------------------
----------------------------------------------------------------------------
テンプレート
----------------------------------------------------------------------------
----------------------------------------------------------------------------
--------------------------------------------------------------------------*/

/*--------------------------------------------------------------------------
レシピ一覧 (archive-recipe.php)
--------------------------------------------------------------------------*/
#archive-recipe {background-image: url(../img/recipe/recipe_bg.jpg); background-position: 50% 0; background-repeat: repeat-y; margin-bottom: -9.6vw; padding-bottom: 9.6vw;}

#archive-recipe .reco {background: #fff; box-shadow: 0 3px 6px rgba(0,0,0, .29);}
#archive-recipe .reco .img img {display: block; height: 100%; object-fit: cover; object-position: 50%; font-family: "object-fit: cover; object-position: 50%;";}
#archive-recipe .reco .txt p {margin: 0;}

#archive-recipe .recipe-list .entry a {display: block;}
#archive-recipe .recipe-list .entry .img {width: 100%; background: #fff;}
#archive-recipe .recipe-list .entry .img img {display: block; width: 100%; height: 100%; object-fit: cover; object-position: 50%; font-family: "object-fit: cover; object-position: 50%;"; transition: .3s ease;}
#archive-recipe .recipe-list .entry a:hover {opacity: 1;}
#archive-recipe .recipe-list .entry a:hover .img img {opacity: .7;}
#archive-recipe .recipe-list .entry h2,
#archive-recipe .recipe-list .entry p {text-align: center; margin: 0; padding: 0;}

/*--------------------------------------------------------------------------
レシピ個別 (single-recipe.php)
--------------------------------------------------------------------------*/
#single-recipe {background-image: url(../img/recipe/recipe_bg.jpg); background-position: 50% 0; background-repeat: repeat-y; margin-bottom: -9.6vw; padding-bottom: 9.6vw;}

#single-recipe .title {text-align: center; margin: 0;}

#single-recipe .main-img img {width: 100%; height: 100%; object-fit: cover; object-position: 50%; font-family: "object-fit: cover; object-position: 50%;";}

#single-recipe .recipe_list li h2 {padding-top: 0;}
#single-recipe .recipe_list li dl {margin: 0;}
#single-recipe .recipe_list li dl dd {margin: 0;}
#single-recipe .recipe_list li dl dd p:last-child {margin-bottom: 0;}

#single-recipe .other-recipe {background: #fff;}
#single-recipe .other-recipe h2 {font-weight: 500; text-align: center; margin: 0;}

#single-recipe .other-recipe .other-recipe-list {position: relative; margin: 0 auto; z-index: 1; opacity: 0; transition: opacity .5s ease;}
#single-recipe .other-recipe .other-recipe-list.slick-initialized {opacity: 1;}
#single-recipe .other-recipe .other-recipe-list .slick-track {display: flex; justify-content: space-between; width: 100%; overflow: hidden;}
#single-recipe .other-recipe .other-recipe-list .entry a {display: block;}
#single-recipe .other-recipe .other-recipe-list .entry .img {width: 100%;}
#single-recipe .other-recipe .other-recipe-list .entry .img img {display: block; width: 100%; height: 100%; object-fit: cover; object-position: 50%; font-family: 'object-fit: cover; object-position: 50%;';}
#single-recipe .other-recipe .other-recipe-list .entry h3,
#single-recipe .other-recipe .other-recipe-list .entry p {text-align: center; margin: 0; padding: 0;}
#single-recipe .other-recipe .other-recipe-list .entry h3 {margin-bottom: 3px;}
#single-recipe .other-recipe .other-recipe-list .entry p {line-height: 1.55;}

#single-recipe .other-recipe .other-recipe-list .slick-arrow {position: absolute; text-indent: 100%; background: transparent; white-space: nowrap; padding: 0; overflow: hidden; z-index: 2;}
#single-recipe .other-recipe .other-recipe-list .slick-arrow.slick-prev {right: auto;}
#single-recipe .other-recipe .other-recipe-list .slick-arrow.slick-next {left: auto;}
#single-recipe .other-recipe .other-recipe-list .slick-arrow:before,
#single-recipe .other-recipe .other-recipe-list .slick-arrow:after {content:""; position: absolute; width: 1px; background: #000; z-index: 3;}
#single-recipe .other-recipe .other-recipe-list .slick-arrow.slick-prev:before {top: -5px; left: 14px; transform: rotate(45deg);}
#single-recipe .other-recipe .other-recipe-list .slick-arrow.slick-prev:after {bottom: -5px; left: 14px; transform: rotate(-45deg);}
#single-recipe .other-recipe .other-recipe-list .slick-arrow.slick-next:before {top: -5px; right: 14px; transform: rotate(-45deg);}
#single-recipe .other-recipe .other-recipe-list .slick-arrow.slick-next:after {bottom: -5px; right: 14px; transform: rotate(45deg);}

#single-recipe .other-recipe .other-recipe-list .slick-dots {display: flex; justify-content: center;}
#single-recipe .other-recipe .other-recipe-list .slick-dots li button {display: block; width: 100%; height: 100%; text-indent: 100%; white-space: nowrap; overflow: hidden; background: #000; padding: 0; border-radius: 50%;}
#single-recipe .other-recipe .other-recipe-list .slick-dots li.slick-active button {background: #0fa3cf;}

/*--------------------------------------------------------------------------
会社概要 (company.php)
--------------------------------------------------------------------------*/
#company .desc {text-align: center;}

#company .philosophy {padding-bottom: 8.438vw; background: url(../img/company/philosophy_bg.png) 0 100%/100% auto no-repeat;}
#company .philosophy .philo-txt {padding: 0;}
#company .philosophy .philo-txt img {display: block; margin: 0 auto;}
#company .philosophy .desc {margin-bottom: 3em;}

#company .mission .container {display: flex; flex-direction: column;}
#company .mission .mission_list li {display: flex; align-items: flex-start; font-weight: 700;}
#company .mission .mission_list li:before {content: ""; display: inline-block; margin-top: .2125em; background: url(../img/company/mission_icon.png) 50% 50%/100% auto no-repeat;}
#company .mission .mission_list li:last-child {margin-bottom: 0;}

#company .concept .logo {display: block;}

#company .factory .img-list,
#company .factory .inside-img-list {width: 100%; align-items: center;}
#company .factory .img-list img,
#company .factory .inside-img-list img,
#company .factory .system,
#company .factory .cert img {display: block;}
#company .factory small {font-size: .75em;}

#company .about {background: url(../img/company/about_bg.jpg) 50% 0/cover no-repeat;}
#company .about table {background: rgba(255,255,255, .6); backdrop-filter: blur(20px); position: relative; z-index: 0; overflow: hidden;}
#company .about table tr {border-bottom: 1px solid #c0c0c0;}
#company .about table tr:last-child {border-bottom: none;}
#company .about table tr th {border-right: 1px solid #c0c0c0;}
#company .about table tr th,
#company .about table tr td {box-sizing: border-box;}

#company .map .google-map {overflow: hidden; position: relative;}
#company .map .google-map iframe {position: absolute; left: 0; top: 0; width: 100%; height: 100%;}

/*--------------------------------------------------------------------------
お問い合わせ (contact.php)
--------------------------------------------------------------------------*/

/*フォーム*/
#contact .form p {margin: 0;}
#contact .form dl dt span {color: #f00;}
#contact .form dl dd {margin: 0;}
#contact .form input[type="text"],
#contact .form input[type="tel"],
#contact .form input[type="email"],
#contact .form textarea {width: 100%; font-size: 1em; background: #fff; border: 1px solid #808080; box-sizing: border-box; resize: vertical;}
#contact .form input[type="submit"] {display: block; color: #fff; font-size: 1.05em; font-weight: 500; text-align: center; background: #000; border: 1px solid #000; border-radius: 0;}
#contact .form input[type="submit"]:hover {color: #000; background: #fff;}

/*--------------------------------------------------------------------------
プライバシーポリシー (privacy-policy.php)
--------------------------------------------------------------------------*/
#privacy h3 {font-size: 1em; font-weight: 500; margin-bottom: .25em; padding-top: 1em;}
#privacy p {margin-bottom: 1.25em;}
#privacy p + ul {margin-top: -1em;}

/*--------------------------------------------------------------------------
投稿関連
--------------------------------------------------------------------------*/

/*アーカイブヘッダー*/
#post header.page-header .page-title * {font-weight: 700;}

/*記事ヘッダー*/
#post header.entry-header {padding: 0;}
#post header.entry-header time.entry-date {display: inline-block;}
#post header.entry-header .entry-title {font-weight: 700; margin: 0; padding: 0;}

/*--サイドバー--*/
#post aside.sidebar section {}
#post aside.sidebar section h2.widget-title {font-weight: 500; text-align: center; margin-bottom: 1.5em;}
#post aside.sidebar section.widget_recent_entries ul {margin: 0; padding: 0;}
#post aside.sidebar section.widget_recent_entries li {display: flex; flex-direction: column-reverse; border-top: 1px solid #808080; border-bottom: none; margin: 0; padding: 1.25em .5em;}
#post aside.sidebar section.widget_recent_entries li:last-child {border-bottom: 1px solid #808080;}
#post aside.sidebar section.widget_recent_entries li .post-date {margin-bottom: .5em;}
#post aside.sidebar section.widget_archive select {display: block; width: 100%; border: 1px solid #808080; border-radius: 0; background: url(../img/common/select-arrow.png) no-repeat; -webkit-appearance: none; -moz-appearance: none; appearance: none;}
#post aside.sidebar section.widget_archive select:hover {cursor: pointer;}

/*--------------------------------------------------------------------------
404.php
--------------------------------------------------------------------------*/
#notfound {display: flex; flex-direction: column; justify-content: center; align-items: center;}
#notfound h1 span {display: block; font-weight: 700; text-align: center; line-height: 1.25; color: #009fe8; background: linear-gradient(to right, #009fe8, #6fb92c); -webkit-background-clip: text; -webkit-text-fill-color: transparent;}

@media all and (-ms-high-contrast:none){
	#notfound h1 span {background: none;}
}