@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css);
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css");
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Hachi+Maru+Pop&family=Kaisei+Decol:wght@400;500;700&display=swap');
/* フォント指定 */ :root {
    --font-default: "Open Sans", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-primary: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    --font-secondary: "Raleway", sans-serif;
}
/* 色指定 */ :root {
    --color-default: #333;
    --color-primary: #bf9800;
    --color-secondary: #261e00;
}
:root {
    scroll-behavior: smooth;
}

/*--------------------------------------------------------------

2025cp

--------------------------------------------------------------*/
.bg_itadaki {
	background: linear-gradient(0deg, rgba(240,230,186,1), rgba(240,230,186,.1));
}

.itadaki_cp_box {
    margin: 2em 0;
    background: #fff;
	border: 1px solid #ccc;
	border-radius: 10px
}
.itadaki_cp_box .box-title {
    font-size: 1em;
    background: #f0e6ba;
    padding: 4px;
    text-align: center;
    color: #333;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.itadaki_cp_box p {
    padding: 15px;
    margin: 0;
	font-size: 1.2em;
}

/*--------------------------------------------------------------

サイト共通設定

--------------------------------------------------------------*/
body {
    font-family: var(--font-primary);
    color: var(--color-default);
    font-size: 1em;
}
p {
    /*font-family: var(--font-primary);*/
    color: var(--color-default);
    font-size: 1em;
}
a {
    color: var(--color-primary);
    text-decoration: none;
    transition: 0.3s;
}
a:hover {
    color: var(--color-secondary);
    text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
    /*font-family: var(--font-primary);*/
}
.text_large {
    font-size: 120%;
}
.no_kaigyo {
    white-space: nowrap;
}
.br-pc {
    display: none;
}

.br-sp {
    display: block;
}

@media (max-width: 600px) {
	.br-pc {
        display: block;
    }
    .br-sp {
        display: none;
    }
}

.text_clamp {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    min-height: 3.3em;
}

/*--------------------------------------------------------------

masonryズレ調整用

--------------------------------------------------------------*/
.transitions-enabled.masonry	{
  -webkit-transition-duration: 0.7s;
     -moz-transition-duration: 0.7s;
      -ms-transition-duration: 0.7s;
       -o-transition-duration: 0.7s;
          transition-duration: 0.7s;
}
/*--------------------------------------------------------------

サイト共通設定

--------------------------------------------------------------*/
.bg-ichi-primary {
    background-color: var(--color-primary);
}
.bg-ichi-secondary {
    background-color: var(--color-secondary);
}
.bg_square {
  background-color: #ffffff;
opacity: 0.8;
background: radial-gradient(circle, transparent 20%, #ffffff 20%, #ffffff 80%, transparent 80%, transparent), radial-gradient(circle, transparent 20%, #ffffff 20%, #ffffff 80%, transparent 80%, transparent) 25px 25px, linear-gradient(#e5e5e5 2px, transparent 2px) 0 -1px, linear-gradient(90deg, #e5e5e5 2px, #ffffff 2px) -1px 0;
background-size: 50px 50px, 50px 50px, 25px 25px, 25px 25px;

}
/*--------------------------------------------------------------

セクション設定

--------------------------------------------------------------*/
section {
    overflow: hidden;
    padding: 80px 0;
}
.section-header {
    text-align: center;
    padding-bottom: 30px;
}
.section-header h2 {
    font-size: 2em;
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
}
.section-header h2:after {
    content: "";
    position: absolute;
    display: block;
    width: 60px;
    height: 2px;
    background: var(--color-primary);
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.section-header p {
    margin-bottom: 0;
}
/*--------------------------------------------------------------

カイリューコラボ特設

--------------------------------------------------------------*/

.bg_kairyu {
	background-color:#fcfbca;
	background-image:
radial-gradient(circle at 100% 150%, #fcfbca 24%, #ffffe4 24%, #ffffe4 28%, #fcfbca 28%, #fcfbca 36%, #ffffe4 36%, #ffffe4 40%, transparent 40%, transparent),
radial-gradient(circle at 0    150%, #fcfbca 24%, #ffffe4 24%, #ffffe4 28%, #fcfbca 28%, #fcfbca 36%, #ffffe4 36%, #ffffe4 40%, transparent 40%, transparent),
radial-gradient(circle at 50%  100%, #ffffe4 10%, #fcfbca 10%, #fcfbca 23%, #ffffe4 23%, #ffffe4 30%, #fcfbca 30%, #fcfbca 43%, #ffffe4 43%, #ffffe4 50%, #fcfbca 50%, #fcfbca 63%, #ffffe4 63%, #ffffe4 71%, transparent 71%, transparent),
radial-gradient(circle at 100% 50%, #ffffe4 5%, #fcfbca 5%, #fcfbca 15%, #ffffe4 15%, #ffffe4 20%, #fcfbca 20%, #fcfbca 29%, #ffffe4 29%, #ffffe4 34%, #fcfbca 34%, #fcfbca 44%, #ffffe4 44%, #ffffe4 49%, transparent 49%, transparent),
radial-gradient(circle at 0    50%, #ffffe4 5%, #fcfbca 5%, #fcfbca 15%, #ffffe4 15%, #ffffe4 20%, #fcfbca 20%, #fcfbca 29%, #ffffe4 29%, #ffffe4 34%, #fcfbca 34%, #fcfbca 44%, #ffffe4 44%, #ffffe4 49%, transparent 49%, transparent);
	background-size: 100px 50px;
}

.kairyu_box {
    padding: 1rem;
	border-radius: 1rem;
    background: repeating-linear-gradient(-45deg, #e2d6ae 0 5px, #ffffe4 5px 10px);
	font-family: var(--font-default)!important;
}

.kairyu_box_body {
	padding: 1rem;
    border-radius: 1rem;
    background-color: #fff;
}

.kairyu_box h3 {
	font-weight: 700;
	font-style: normal;
	font-size: 2.2em;
	line-height: 1.25;
	color: #f9be00;
}

.kairyu_box h3 span {
	font-size: 70%;
	background: linear-gradient(transparent 60%, #d8f0f3 60%);
}

.kairyu_box p {
	font-size: 1em;
  font-weight: 400;
  font-style: normal;
}

.hachi-maru-pop-regular {
  font-family: "Hachi Maru Pop", cursive;
  font-weight: 400;
  font-style: normal;
}

.kaisei-decol-regular {
  font-family: "Kaisei Decol", serif;
  font-weight: 400;
  font-style: normal;
}

.kaisei-decol-medium {
  font-family: "Kaisei Decol", serif;
  font-weight: 500;
  font-style: normal;
}

.kaisei-decol-bold {
  font-family: "Kaisei Decol", serif;
  font-weight: 700;
  font-style: normal;
}

.sp_box {
    margin: 0.5rem;
    padding: 1em .5em .2em;
    box-shadow: 0 0 0 10px #fff;
    border-style: solid solid;
    border-width: 5px;
    border-color: #CDE7F3 #f2cdd7 #cdf2d3 #f2eecd;
    background-color: #fff;
}

.sp_box p {
	font-size: .9em;
}

@media screen and (max-width: 787px) {
	.kairyu_box h3 {
		font-size: 1.75em;
	}
	
	.kairyu_box h3 span {
		font-size: 60%;
	}
}



/*--------------------------------------------------------------

ローソン特設

--------------------------------------------------------------*/
.bg-lawson{
    background: #006cbb;
}

.bg-lawson h3 {
    font-family:  var(--font-default);
    font-weight: 800;
}

.bg-lawson p {
    font-family:  var(--font-default);
    font-size: 1.2em;
    font-weight: 400;
}
/*--------------------------------------------------------------

SNSアイコンリンク

--------------------------------------------------------------*/
.social-links a {
    font-size: 1.2em;
    line-height: 0;
    display: inline-block;
    width: 48px;
    height: 48px;
    color: rgba(38, 30, 0, 0.5);
    margin-right: 10px;
    transition: 0.3s;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--color-primary);
    color: #fff;
    border-radius: 50px;
}
.social-links a:hover {
    background-color: var(--color-secondary);
}
/*--------------------------------------------------------------

見出し

--------------------------------------------------------------*/
/* -- 見出し01 --（中央 短い下線） */
.midashi_style01 {
    font-size: 2em;
    font-weight: 600;
    text-align: center;
    margin-bottom: 40px;
    padding-bottom: 20px;
    position: relative;
}
.midashi_style01:after {
    content: "";
    position: absolute;
    display: block;
    width: 60px;
    height: 2px;
    background: var(--color-primary);
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.midashi_style01 p {
    margin-bottom: 0;
}
/* -- 見出し02 （左寄せ 左点線）-- */
.midashi_style02 {
    padding-left: 15px;
    font-size: 1.2em !important;
    font-weight: bold;
    background-image: radial-gradient(var(--color-primary) 38%, transparent 38%);
    background-size: 7px 7px;
    background-repeat: repeat-y;
}
/* -- 見出し03 -- */
.midashi_style03 {
    font-weight: bold;
    border-bottom: 2px solid var(--color-secondary);
    padding: 0.3em;
    margin-bottom: 0.3em;
    position: relative;
}
.midashi_style03::after {
    content: '';
    background-color: var(--color-primary);
    width: 20%;
    height: 2px;
    position: absolute;
    bottom: -2px;
    left: 0;
    z-index: 1;
}
/* -- 見出し04 --*/
.midashi_style04 {
    font-weight: bold;
    border-bottom: 2px solid var(--color-secondary);
    padding: 0.3em;
    margin-bottom: 0.3em;
    position: relative;
}
.midashi_style04::before, .midashi_style04::after {
    content: '';
    background-color: var(--color-primary);
    width: 2px;
    height: 20px;
    transform: rotate(30deg);
    position: absolute;
    bottom: -10px;
}
.midashi_style04::before {
    right: 2.5em;
}
.midashi_style04::after {
    right: 2em;
}
/* -- 見出し05(サブタイトル付き) -- */
.midashi_style05 {}
.midashi_style05 span {
    display: flex;
    align-items: center;
    color: var(--color-primary);
    font-size: 80%;
    text-transform: uppercase;
    margin-bottom: .5em;
}
.midashi_style05 span::before {
    content: '';
    display: inline-block;
    margin-right: 10px;
    width: 40px;
    height: 2px;
    background-color: var(--color-primary);
}
/* -- 見出し06(サブタイトル付き) -- */
.midashi_style06 {
    position: relative;
}
.midashi_style06::before {
    content: attr(data-number);
    display: inline-block;
    margin-right: 10px;
    color: var(--color-primary);
    font-size: 130%;
    border-bottom: 1px solid var(--color-primary);
}
/*--------------------------------------------------------------

ボタン

--------------------------------------------------------------*/
.btn_style01 {
    font-family: var(--font-default);
    font-weight: 500;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 8px;
    border-radius: 50px;
    transition: 0.5s;
    margin: 0px;
    color: #fff;
    background: var(--color-primary);
}
.btn_style01:hover {
    background: var(--color-secondary);
    color: white;
}
/* -- アウトライン -- */
.btn_style02 {
    font-family: var(--font-default);
    font-weight: 500;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 8px;
    border-radius: 50px;
    transition: 0.5s;
    margin: 0px;
    color: var(--color-primary);
    background: white;
    border: 1px solid var(--color-primary);
}
.btn_style02:hover {
    background: white;
    color: var(--color-secondary);
    border: 1px solid var(--color-secondary);
}
/* -- ボタン小 -- */
a.btn_style03 {
    font-size: .9em;
    font-weight: normal;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    color: #fff;
    padding: .25em 1em;
    border-radius: 100vh;
    background-color: var(--color-primary);
}
a.btn_style03:hover {
    color: #fff;
    background: var(--color-secondary);
}
a.btn_style03 i {
    margin-right: .5em;
}
/* -- ボタン右角丸 -- */
.btn_style04_right {
    font-family: var(--font-default);
    font-weight: 500;
    display: inline-block;
    padding: 12px 0;
    border-radius: 0 50px 50px 0;
    transition: 0.5s;
    margin: 0px;
    color: #fff;
    background: var(--color-primary);
}
.btn_style04_right:hover {
    background: var(--color-secondary);
    color: white;
}
/* -- ボタン左角丸 -- */
.btn_style04_left {
    font-family: var(--font-default);
    font-weight: 500;
    display: inline-block;
    padding: 12px 0;
    border-radius: 50px 0 0 50px;
    transition: 0.5s;
    margin: 0px;
    color: #fff;
    background: var(--color-primary);
}
.btn_style04_left:hover {
    background: var(--color-secondary);
    color: white;
}
/* -- ボタン角丸なし -- */
.btn_style04 {
    font-family: var(--font-default);
    font-weight: 500;
    display: inline-block;
    padding: 12px 0;
    border-radius: 0px;
    transition: 0.5s;
    margin: 0px;
    color: #fff;
    background: var(--color-primary);
    width: 100%;
}
.btn_style04:hover {
    background: var(--color-secondary);
    color: white;
}
/* -- ボタン無効化 -- */
.disable {
    pointer-events: none;
    opacity: 0.5;
}
/*--------------------------------------------------------------

カード

--------------------------------------------------------------*/
/*-- カード01 -- */
.card_box01 {
    position: relative;
    width: 100%;
    height: 440px;
    box-shadow: inset 5px 5px 5px rgba(0, 0, 0, 0.2), inset -5px -5px 15px rgba(255, 255, 255, 0.1), 5px 5px 15px rgba(0, 0, 0, 0.3), -5px -5px 15px rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    margin: 30px 0;
    transition: 0.5s;
}
.card_box01:nth-child(1) .box .content a {
    background: var(--color-primary);
}
.card_box01:nth-child(2) .box .content a {
    background: #e91e63;
}
.card_box01:nth-child(3) .box .content a {
    background: #23c186;
}
.card_box01 .box {
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    background: var(--color-primary);
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    transition: 0.5s;
}
.card_box01 .box:hover {
    transform: translateY(-50px);
}
.card_box01 .box:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: rgba(255, 255, 255, 0.1);
}
.card_box01 .box .content {
    padding: 20px;
    text-align: center;
    z-index: 0;
}
.card_box01 .box .content h2 {
    position: absolute;
    top: -10px;
    right: 30px;
    font-size: 6em;
    color: rgba(255, 255, 255, 0.1);
}
.card_box01 .box .content h3 {
    font-size: 1.3em;
    color: #fff;
    z-index: 1;
    transition: 0.5s;
    margin-bottom: 15px;
}
.card_box01 .box .content p {
    font-size: 1em;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.9);
    z-index: -1;
    transition: 0.5s;
}
.card_box01 .box .content a {
    position: relative;
    display: inline-block;
    padding: 8px 20px;
    background: black;
    border-radius: 5px;
    text-decoration: none;
    color: white;
    margin-top: 20px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    transition: 0.5s;
}
.card_box01 .box .content a:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.6);
    background: #fff;
    color: #000;
}
.card_box01 .box .content img {
    margin: 1em 0;
    border-radius: 50%;
    width: 150px;
}
/*-- カード02 -- */
.card_box02 {
    max-width: 100%;
    margin: 0;
    border: 2px solid var(--color-primary);
    border-radius: 3px;
}
.card_box02 span {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: .5em 0;
    background-color: var(--color-primary);
    color: #fff;
    font-weight: 600;
}
.card_box02 p {
    margin: 0;
    padding: 1em 1.5em;
    color: #333;
}
/* --- カード03 -- */
.card_box03 {
    padding: 10px 20px;
    width: 100%;
    min-height: 320px;
    background-color: #fff;
    color: #333;
    text-align: left;
    font-size: 1em;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
}
.card_box03 h5 {
    padding: .5em 1.5rem;
    font-size: 1.5em;
    border-left: 4px solid #907b6e;
}
.card_box03 a {
    color: #907b6e;
}
.card_box03 dl {
    font-size: 0.9em;
}
.card_box03 .reco_box {
    margin: 1em auto;
    padding: .8em 1em 0;
    width: 100%;
    border-top: 1px solid #ccc;
    background-color: #fff;
    color: #666;
}
.card_box03 .reco_box p {
    font-size: 1em;
}
.card_box03 .reco_box_title {
    padding-left: 10px;
    color: #907b6e;
    font-size: 1.2em !important;
    font-weight: bold;
    border-left: 4px dotted #907b6e;
}
/*-- カード04（フリップボックス） --*/
.card_box04 {
    position: relative;
    height: 400px;
    width: 100%;
    margin: 1em 0;
    transition: ease all 2.3s;
    perspective: 1200px;
    border-radius: 15px;
}
.card_box04:hover .cover {
    transform: rotateX(0deg) rotateY(-180deg);
}
.card_box04:hover .cover:before {
    transform: translateZ(30px);
}
.card_box04:hover .cover:after {
    background-color: black;
}
.card_box04:hover .cover h1 {
    transform: translateZ(100px);
}
.card_box04:hover .cover .price {
    transform: translateZ(60px);
}
.card_box04:hover .cover a {
    transform: translateZ(-60px) rotatey(-180deg);
}
.card_box04 .cover {
    position: absolute;
    height: 100%;
    width: 100%;
    transform-style: preserve-3d;
    transition: ease all 1.3s;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.card_box04 .cover:before {
    content: "";
    position: absolute;
    border: 5px solid rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    z-index: 2;
    transition: ease all 2.3s;
    transform-style: preserve-3d;
    transform: translateZ(0px);
}
.card_box04 .cover:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 2;
    transition: ease all 1.3s;
    background: rgba(0, 0, 0, .2);
}
.card_box04 .cover.item01 {
    background-image: url("../img/card_bg01.jpg");
}
.card_box04 .cover.item02 {
    background-image: url("../img/card_bg02.jpg");
}
.card_box04 .cover.item03 {
    background-image: url("../img/card_bg03.jpg");
}
.card_box04 .cover h1 {
    font-weight: 600;
    position: absolute;
    bottom: 55px;
    left: 50px;
    color: white;
    transform-style: preserve-3d;
    transition: ease all 2.3s;
    z-index: 3;
    font-size: 1.7em;
    transform: translateZ(0px);
}
.card_box04 .cover .number {
    font-weight: 200;
    position: absolute;
    top: 15px;
    right: 50px;
    color: rgba(255, 255, 255, .3);
    transform-style: preserve-3d;
    transition: ease all 2.3s;
    z-index: 4;
    font-size: 6em;
    transform: translateZ(0px);
}
.card_box04 .card-back {
    position: absolute;
    height: 100%;
    width: 100%;
    background: var(--color-primary);
    transform-style: preserve-3d;
    transition: ease all 2.3s;
    transform: translateZ(-1px);
    display: flex;
    align-items: center;
    justify-content: center;
}
.card_box04 .card-back a {
    transform-style: preserve-3d;
    transition: ease transform 2.3s, ease background 0.5s;
    transform: translateZ(-1px) rotatey(-180deg);
    background: transparent;
    border: 1px solid white;
    font-weight: 200;
    font-size: 1.3em;
    color: white;
    padding: 14px 32px;
    outline: none;
    text-decoration: none;
}
.card_box04 .card-back a:hover {
    background-color: white;
    color: #0b0f08;
}
/* -- カードデザイン（栽培情報日付付きカード） -- */
figure.card_box05 {
    color: #333;
    position: relative;
    overflow: hidden;
    margin: 10px 0;
    width: 100%;
    background-color: #fff;
    text-align: left;
    font-size: 1em;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
figure.card_box05 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
figure.card_box05 .image {
    overflow: hidden;
}
figure.card_box05 img {
    max-width: 100%;
    vertical-align: top;
    position: relative;
}
figure.card_box05 figcaption {
    padding: 15px;
    position: relative;
}
figure.card_box05 .date {
    background-color: var(--color-primary);
    top: 15px;
    color: #fff;
    left: 15px;
    min-height: 64px;
    min-width: 64px;
    position: absolute;
    text-align: center;
    font-size: 1.2em;
    font-weight: bold;
}
figure.card_box05 .date span {
    display: block;
    line-height: 32px;
}
figure.card_box05 .date .day {
    font-size: .9em;
    background-color: rgba(0, 0, 0, 0.1);
}
figure.card_box05 h3 {
    min-height: 50px;
    margin: 1em 0 0 4em;
    display: inline-block;
    font-size: 1.2em;
    font-weight: bold;
}
figure.card_box05 p {
    font-size: 1em;
    margin-bottom: 20px;
    line-height: 1.6em;
}
figure.card_box05 footer {
    padding: 10px 15px;
    background-color: var(--color-secondary);
    color: #fff;
    font-size: 1em;
    line-height: 30px;
    text-align: right;
}
figure.card_box05 footer > div {
    display: inline-block;
    margin-left: 10px;
}
figure.card_box05 footer i {
    margin-right: 5px;
}
figure.card_box05 a {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 1;
}
figure.card_box05:hover img, figure.card_box05.hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
/* -- カードデザイン06 --*/
.card_box06 {
    width: 100%;
    height: 450px;
    margin: auto;
    background: var(--color-primary);
    position: relative;
    border: 1px solid #ccc;
    box-shadow: 0px 0px 5px rgba(255, 255, 255, .3);
}
.card_box06 .mg {
    width: 100%;
    height: 200px;
    position: absolute;
    top: 0px;
    left: 0px;
    display: grid;
    grid-template-columns: 250px 50px;
    grid-template-rows: 100px 150px;
    grid-template-areas:
        'clr group'
        'clr .....';
    transition:
        grid-template-columns .6s linear, grid-template-rows .6s linear;
}
.card_box06:hover .mg {
    grid-template-columns: 150px 150px;
    grid-template-rows: 50px 300px;
    transition:
        grid-template-columns .6s linear, grid-template-rows .6s linear;
}
.card_box06 .mg .clr {
    grid-area: clr;
    background: white;
}
.card_box06 .mg .group {
    font: 1em/1em #333;
    text-transform: uppercase;
    letter-spacing: 1px;
    writing-mode: vertical-lr;
    display: flex;
    align-items: center;
    justify-content: center;
}
.card_box06 .mg .group span {
    display: block;
    transform: rotate(180deg);
    transition:
        transform .6s linear;
}
.card_box06:hover .mg .group span {
    transform: rotate(270deg);
    transition:
        transform .6s linear;
}
.card_box06 .av {
    width: 200px;
    height: 350px;
    position: absolute;
    bottom: 0px;
    right: 0px;
    background: blue;
    background-position: top center;
    background-size: cover;
    transition:
        width .6s linear, height .6s linear;
}
.card_box06:hover .av {
    width: 250px;
    height: 400px;
    transition:
        width .6s linear, height .6s linear;
}
.card_box06 .info {
    width: 160px;
    max-height: 100px;
    padding: 25px;
    position: absolute;
    bottom: 100px;
    left: 0px;
    background: var(--color-primary);
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-content: flex-start;
    transition:
        bottom .6s linear;
}
.card_box06:hover .info {
    bottom: 50px;
    transition:
        bottom .6s linear;
}
.card_box06 .info name {
    display: block;
    font: 200 25px/30px var(--color-secondary);
    text-indent: -25px;
    letter-spacing: 1px;
    margin: 0px 0px 10px 25px;
}
.card_box06 .info deets {
    font: 10px/15px #eee;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.card_box06 a.plot {
    width: 110px;
    height: 30px;
    position: absolute;
    bottom: 85px;
    left: 85px;
    background: var(--dgreen);
    font: 1em/1em var(--mono);
    text-transform: uppercase;
    color: var(--white);
    text-decoration: none;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition:
        bottom .6s linear;
}
.card_box06:hover a.plot {
    bottom: 35px;
    transition:
        bottom .6s linear;
}
/*--------------------------------------------------------------

リスト

--------------------------------------------------------------*/
.list_style01 ul {
    padding: 1em 0;
    position: relative;
}
.list_style01 ul li {
    line-height: 1.25;
    padding: 1em 0 1em 30px;
    list-style-type: none !important;
}
.list_style01 ul li:before {
    font-family: bootstrap-icons;
    font-size: 1.5em;
    content: "\F26A";
    position: absolute;
    left: 0;
    color: var(--color-primary);
}
/*-- 番号付きリスト -- */
.num_style01 ol {
    counter-reset: number;
    list-style-type: none !important;
    padding: 1em 0;
}
.num_style01 ol li {
    position: relative;
    line-height: 1.25;
    padding: 1em 0 1em 30px;
}
.num_style01 ol li:before {
    position: absolute;
    counter-increment: number;
    content: counter(number);
    display: inline-block;
    background: var(--color-primary);
    color: white;
    font-family: 'Avenir', 'Arial Black', 'Arial', sans-serif;
    font-weight: bold;
    font-size: 1em;
    border-radius: 50%;
    left: 0;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
/*--------------------------------------------------------------

テーブル

--------------------------------------------------------------*/
.table_style01 {
    border-collapse: collapse;
    table-layout: fixed;
    width: 100%;
    text-align: center;
}
.table_style01 th, .table_style01 td {
    border: 1px solid #ccc;
    padding: 1em;
}
.table_style01 thead th {
    background-color: var(--color-primary);
    color: #fff;
    border: 1px solid var(--color-primary);
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.table_style01 thead th:last-of-type {
    border-right: 2px solid var(--color-primary);
}
@media screen and (max-width: 787px) {
    .table_style01 {
        text-align: left;
    }
    .table_style01 thead {
        display: none;
    }
    .table_style01 th, .table_style01 td {
        display: block;
        border: 0;
        border-bottom: 2px solid #ccc;
    }
    .table_style01 tbody th {
        background: var(--color-primary);
        color: #fff;
    }
    .table_style01 td::before {
        content: attr(data-label);
        color: var(--color-primary);
        font-weight: bold;
        display: inline-block;
        width: 20%;
        min-width: 4em;
    }
}
/*--------------------------------------------------------------

ボックス

--------------------------------------------------------------*/
/* -- タイトル付き02 -- */
.box_style02 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 1px var(--color-primary);
}
.box_style02 .box_style02_ttl {
    position: absolute;
    display: inline-block;
    top: -31px;
    left: -1px;
    padding: 0 15px;
    height: 30px;
    line-height: 30px;
    font-size: 1em;
    background: var(--color-primary);
    color: #fff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
.box_style02 p {
    margin: 0;
    padding: 0;
}
/* -- タイトル付き03 -- */
.box_style03 {
    margin: 20px auto;
}
.box_style03_ttl {
    background-color: var(--color-primary);
    color: #fff;
    padding: 0.5em 20px;
    margin: 0;
    font-size: 20px;
    font-weight: bold;
}
.box_style03_text {
    padding: 10px 20px;
    border: 2px solid var(--color-primary);
}
/* -- タイトル付き04 -- */
.box_style04 {
    margin: 20px auto 20px 20px;
    padding: 20px;
    border: 2px solid var(--color-primary);
}
.box_style04_ttl {
    position: relative;
    left: -40px;
    background-color: var(--color-primary);
    color: #fff;
    padding: 0.5em 1em;
    margin: 0 0 1.5em 0;
    width: 100%;
    font-size: 20px;
    font-weight: bold;
}
/*--------------------------------------------------------------

引用符

--------------------------------------------------------------*/
.breadcrumbs {
    padding: 140px 0 60px 0;
    min-height: 30vh;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.breadcrumbs:before {
    content: "";
    background-color: rgba(38, 30, 0, 0.7);
    position: absolute;
    inset: 0;
}
.breadcrumbs h2 {
    font-size: 2, 4em;
    font-weight: 500;
    color: #fff;
    font-family: var(--font-primary);
}
.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0 0 10px 0;
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: var(--color-primary);
}
.breadcrumbs ol a {
    color: rgba(255, 255, 255, 0.8);
    transition: 0.3s;
}
.breadcrumbs ol a:hover {
    text-decoration: underline;
}
.breadcrumbs ol li + li {
    padding-left: 10px;
}
.breadcrumbs ol li + li::before {
    display: inline-block;
    padding-right: 10px;
    color: #fff;
    content: "/";
}
/*--------------------------------------------------------------

トップに戻るボタン

--------------------------------------------------------------*/
.scroll-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 99999;
    background: var(--color-primary);
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
}
.scroll-top i {
    font-size: 24px;
    color: #fff;
    line-height: 0;
}
.scroll-top:hover {
    background: rgba(86, 184, 230, 0.8);
    color: #fff;
}
.scroll-top.active {
    visibility: visible;
    opacity: 1;
}
/*--------------------------------------------------------------

ローディング

--------------------------------------------------------------*/
#preloader {
    position: fixed;
    inset: 0;
    z-index: 9999;
    overflow: hidden;
    background: #fff;
    transition: all 0.6s ease-out;
}
#preloader:before {
    content: "";
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 6px solid var(--color-primary);
    border-top-color: #fff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: animate-preloader 1s linear infinite;
}
@keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
/*--------------------------------------------------------------

# Disable aos animation delay on mobile devices

--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
    [data-aos-delay] {
        transition-delay: 0 !important;
    }
}
/*--------------------------------------------------------------

ヘッダー

--------------------------------------------------------------*/
.header {
    transition: all 0.5s;
    z-index: 997;
    padding: 24px 0;
}
@media (max-width: 1200px) {
    .header {
        padding: 12px 0;
    }
}
.header.sticked {
    background: rgba(38, 30, 0, 0.9);
    padding: 12px 0;
}
.header .logo img {
    max-height: 70px;
    margin-right: 6px;
}
.header .logo h1 {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    font-family: var(--font-secondary);
    margin: 0;
}
/*--------------------------------------------------------------

ナビゲーション

--------------------------------------------------------------*/
@media (min-width: 1280px) {
    .navbar {
        padding: 0;
    }
    .navbar ul {
        margin: 0;
        padding: 0;
        display: flex;
        list-style: none;
        align-items: center;
    }
    .navbar li {
        position: relative;
    }
    .navbar a, .navbar a:focus {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 15px 0 15px 30px;
        font-family: var(--font-default);
        font-size: 1em;
        font-weight: 500;
        color: rgba(255, 255, 255, 0.6);
        white-space: nowrap;
        transition: 0.3s;
    }
    .navbar a i, .navbar a:focus i {
        font-size: 12px;
        line-height: 0;
        margin-left: 5px;
    }
    .navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
        color: #fff;
    }
    .navbar .dropdown ul {
        display: block;
        position: absolute;
        left: 1em;
        top: calc(100% + 30px);
        margin: 0;
        padding: 10px 0;
        z-index: 99;
        opacity: 0;
        visibility: hidden;
        background: #fff;
        box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
        transition: 0.2s;
    }
    .navbar .dropdown ul li {
        min-width: 200px;
    }
    .navbar .dropdown ul a {
        padding: 10px 20px;
        font-size: 15px;
        text-transform: none;
        color: var(--color-secondary);
    }
    .navbar .dropdown ul a i {
        font-size: 1em;
    }
    .navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
        color: var(--color-primary);
    }
    .navbar .dropdown:hover > ul {
        opacity: 1;
        top: 100%;
        visibility: visible;
    }
    .navbar .dropdown .dropdown ul {
        top: 0;
        left: calc(100% - 30px);
        visibility: hidden;
    }
    .navbar .dropdown .dropdown:hover > ul {
        opacity: 1;
        top: 0;
        left: 100%;
        visibility: visible;
    }
}
@media (min-width: 1280px) and (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%;
    }
    .navbar .dropdown .dropdown:hover > ul {
        left: -100%;
    }
}
@media (min-width: 1280px) {
    .mobile-nav-show, .mobile-nav-hide {
        display: none;
    }
}
/*--------------------------------------------------------------

ナビゲーション(モバイル)

--------------------------------------------------------------*/
@media (max-width: 1279px) {
    .navbar {
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        max-width: 400px;
        bottom: 0;
        transition: 0.3s;
        z-index: 9997;
    }
    .navbar ul {
        position: absolute;
        inset: 0;
        padding: 50px 0 10px 0;
        margin: 0;
        background: rgba(38, 30, 0, 0.9);
        overflow-y: auto;
        transition: 0.3s;
        z-index: 9998;
    }
    .navbar a, .navbar a:focus {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 20px;
        font-family: var(--font-default);
        font-size: 15px;
        font-weight: 600;
        color: rgba(255, 255, 255, 0.7);
        white-space: nowrap;
        transition: 0.3s;
    }
    .navbar a i, .navbar a:focus i {
        font-size: 12px;
        line-height: 0;
        margin-left: 5px;
    }
    .navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
        color: #fff;
    }
    .navbar .dropdown ul, .navbar .dropdown .dropdown ul {
        position: static;
        display: none;
        padding: 10px 0;
        margin: 10px 20px;
        background-color: rgba(20, 35, 51, 0.6);
    }
    .navbar .dropdown > .dropdown-active, .navbar .dropdown .dropdown > .dropdown-active {
        display: block;
    }
    .mobile-nav-show {
        color: rgba(255, 255, 255, 0.9);
        font-size: 28px;
        cursor: pointer;
        line-height: 0;
        transition: 0.5s;
    }
    .mobile-nav-hide {
        color: rgba(255, 255, 255, 0.9);
        font-size: 32px;
        cursor: pointer;
        line-height: 0;
        transition: 0.5s;
        position: fixed;
        right: 15px;
        top: 15px;
        z-index: 9999;
    }
    .mobile-nav-active {
        overflow: hidden;
    }
    .mobile-nav-active .navbar {
        right: 0;
    }
    .mobile-nav-active .navbar:before {
        content: "";
        position: fixed;
        inset: 0;
        background: rgba(38, 30, 0, 0.7);
        z-index: 9996;
    }
}
/*--------------------------------------------------------------

トップページ画像

--------------------------------------------------------------*/
.hero00 {
    width: 100%;
    min-height: 100vh;
    background: url("../img/hero-bg00.jpg") bottom center;
    background-size: cover;
    position: relative;
    padding: 0;
    z-index: 3;
}
@media (max-width: 1200px) {
    .hero00 {
        width: 100%;
        min-height: 100vh;
        background: url("../img/hero-bg00_mobile.jpg") top center;
        background-size: cover;
        position: relative;
        padding: 120px 0;
        z-index: 3;
    }
}
@media (min-width: 1034px) {
    .hero:after {
        position: absolute;
        content: "";
        width: 0%;
        background: var(--color-secondary);
        top: 0;
        bottom: 0;
    }
}
.hero:before {
    position: absolute;
    content: "";
    background: rgba(38, 30, 0, 0.2);
    inset: 0;
}
@media (max-width: 1034px) {
    .hero:before {
        background: rgba(38, 30, 0, 0.7);
    }
}
.hero .container {
    z-index: 1;
}
@media (min-width: 1365px) {
    .hero {
        background-attachment: fixed;
    }
}
.hero h2 {
    margin: 0;
    font-size: 6em;
    font-weight: bolder;
    line-height: 1.2;
    color: #fff;
    font-family: var(--font-primary);
}
.hero span {
    font-size: 50%;
}
.hero blockquote {
    color: var(--font-default);
    ;
    padding: 10px 20px 5px;
    font-size: 1em;
    font-family: var(--font-default);
    border-left: 2px solid var(--color-primary);
    margin: 40px 0;
    background: rgba(255, 255, 255, .6);
}
.hero .btn-get-started {
    font-family: var(--font-secondary);
    font-weight: 500;
    font-size: 1em;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 30px;
    border-radius: 50px;
    transition: 0.5s;
    color: #fff;
    background: var(--color-primary);
}
.hero .btn-get-started:hover {
    background: rgba(86, 184, 230, 0.8);
}
.hero .btn-watch-video {
    font-size: 16px;
    transition: 0.5s;
    margin-left: 25px;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 600;
}
.hero .btn-watch-video i {
    color: var(--color-primary);
    font-size: 32px;
    transition: 0.3s;
    line-height: 0;
    margin-right: 8px;
}
.hero .btn-watch-video:hover {
    color: #fff;
}
.hero .btn-watch-video:hover i {
    color: #82cbed;
}
@media (max-width: 640px) {
    .hero h2 {
        font-size: 36px;
        line-height: 1;
    }
    .hero .btn-get-started, .hero .btn-watch-video {
        font-size: 13px;
    }
}
/* ----------------------------------------------------

SNSセクション

---------------------------------------------------- */
/* -- X -- */
.btn-social-long-twitter {
    color: #FFF;
    border-radius: 7px;
    display: inline-block;
    height: 70px;
    width: 100%;
    text-align: center;
    font-size: 1.2em;
    line-height: 70px;
    background: #000;
    overflow: hidden;
    text-decoration: none;
}
.btn-social-long-twitter .fa-twitter {
    text-shadow: 2px 2px 0px #000;
    font-size: 30px;
}
.btn-social-long-twitter span {
    display: inline-block;
    transition: .5s;
    margin-left: .5em;
}
.btn-social-long-twitter:hover span {
    -webkit-transform: rotateX(360deg);
    transform: rotateX(360deg);
    color: #fff;
}
.btn-social-long-twitter:hover i {
    color: #fff;
}
/* -- facebppk -- */
.btn-social-long-facebook {
    color: #FFF;
    border-radius: 7px;
    display: inline-block;
    height: 70px;
    width: 100%;
    text-align: center;
    font-size: 1.2em;
    line-height: 70px;
    background: #1877f2;
    overflow: hidden;
    text-decoration: none;
}
.btn-social-long-facebook .fa-facebook {
    text-shadow: 2px 2px 1px #1877f2;
    font-size: 30px;
    position: relative;
    top: 4px;
}
.btn-social-long-facebook span {
    display: inline-block;
    transition: .5s;
    color: #fff;
    margin-left: .5em;
}
.btn-social-long-facebook:hover span {
    -webkit-transform: rotateX(360deg);
    transform: rotateX(360deg);
    color: #fff;
}
.btn-social-long-facebook:hover i {
    color: #fff;
}
/* -- instagram -- */
.btn-social-long-insta {
    color: #FFF;
    border-radius: 7px;
    position: relative;
    display: inline-block;
    height: 70px;
    width: 100%;
    text-align: center;
    font-size: 1.2em;
    line-height: 70px;
    background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
    overflow: hidden;
    text-decoration: none;
}
.btn-social-long-insta:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
}
.btn-social-long-insta .fa-instagram {
    font-size: 35px;
    position: relative;
    top: 4px;
}
.btn-social-long-insta span {
    display: inline-block;
    position: relative;
    transition: .5s;
    color: #fff;
    margin-left: .5em;
}
.btn-social-long-insta:hover span {
    -webkit-transform: rotateX(360deg);
    transform: rotateX(360deg);
    color: #fff;
}
.btn-social-long-insta:hover i {
    color: #fff;
}
/* ----------------------------------------------------

お知らせボックス

---------------------------------------------------- */
.ichi_post {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    display: inline-block;
    margin: 35px 0 10px;
    min-height: 320px;
    position: relative;
    text-align: center;
    width: 100%;
    background-color: #fff;
    border-radius: 5px;
    border-top: 2px solid var(--color-primary);
}
.ichi_post *, .ichi_post *:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}
.ichi_post figcaption {
    padding: 13% 10% 12%;
}
.ichi_post figcaption:before {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    color: var(--color-primary);
    content: "\f1ea";
    font-family: 'FontAwesome';
    font-size: 1.5em;
    font-style: normal;
    left: 50%;
    line-height: 60px;
    position: absolute;
    top: -30px;
    width: 60px;
}
.ichi_post h3 {
    color: #333;
    font-size: .9em;
    line-height: 24px;
    margin: 10px 0 5px;
}
.ichi_post h4 {
    font-size: .9em;
    color: #333;
    margin: 0;
    opacity: 0.5;
}
.ichi_post blockquote {
    font-style: italic;
    font-weight: 300;
    color: #333;
    margin: 0 0 20px;
}
/* -- 栽培情報ボックス -- */
.saibai_box figure {
    overflow: hidden;
    position: relative;
    background-color: rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    width: 100%;
    margin: 0;
}

.saibai_box img {
	/*height: 100%;*/
	object-fit: cover;
	-webkit-transition: all 0.4s ease;
	transition: all 0.8s ease;
}
.saibai_box figure .post-date {
    text-align: center;
    background-color: var(--color-primary);
    width: 	100px;
    height: 100px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 50;
	display: grid;
	place-items: center;
}

.saibai_box figure .post-date p {
	color: #FFF;
    font-weight: 800;
    font-size: 1.2em;
	margin-top: 1em;
	line-height: 1.2;
}
.saibai_box figure .post-date p span {
    font-size: 80%;
}
.saibai_box article {
    font-size: 1em;
    line-height: 1.2;
    font-weight: normal;
    color: var(--color-defult);
	margin: 1em 0;
}

.saibai_box figure .post-day {
    text-align: center;
    background-color: var(--color-secondary);
    width: 	120px;
    height: 35px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 50;
	display: grid;
	place-items: center;
	font-size: .8em;
	text-align: center;
	color: #fff;
	font-weight: 800;
}
.saibai_box figure .post-day p {
	color: #FFF;
    font-weight: 800;
    font-size: .9em;
	line-height: 1.2;
	margin-top: 1em;
}

.saibai_box img:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

@media (max-width: 798px) {
    .saibai_box figure .post-date {
        width: 80px;
        height: 80px;
    }
	.saibai_box figure .post-date p {
    	font-weight: 800;
    	font-size: 1em;
		margin-top: .5em;
}
    .saibai_box figure .post-date p span {
        font-size: 1em;
        line-height: 20px;
        display: block
    }
}
/* -- 栽培情報ボックス（改） -- */
.saibai_box01 figure {
    overflow: hidden;
    position: relative;
    background-color: rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    width: 100%;
    margin: 0;
}
.saibai_box01 figure .post-date {
    text-align: center;
    color: #FFF;
    font-weight: 800;
    font-size: 1em;
    line-height: 9px;
    text-transform: uppercase;
    display: block;
    background-color: var(--color-primary);
    width: 130px;
    min-height: 60px;
    position: absolute;
    left: 0;
    top: 0;
    padding-top: 38px;
    z-index: 50
}
.saibai_box01 figure .post-date span {
    font-size: 1.3em;
    line-height: 35px;
    display: block
}

.saibai_box01 article {
    font-size: 1.15em;
    line-height: 1.2;
    color: #FFF;
    font-weight: normal;
    color: var(--color-defult);
    padding-top: 5px;
    padding-bottom: 31px;
}
@media (max-width: 798px) {
    .saibai_box01 figure .post-date {
        text-align: center;
        color: #FFF;
        font-weight: normal;
        font-size: .8em;
        line-height: 18px;
        text-transform: uppercase;
        display: block;
        background-color: var(--color-primary);
        width: 60px;
        height: 60px;
        position: absolute;
        left: 0;
        top: 0;
        padding-top: 10px;
        z-index: 50
    }
    .saibai_bo1 figure .post-date span {
        font-size: 1em;
        line-height: 20px;
        display: block
    }
}
/* -- 月表示 -- */
.month_icon {
    position: relative;
    color: var(--color-primary);
    margin: 70px 15px;
    max-width: 295px;
    width: 100%;
    text-align: center;
    font-size: 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.month_icon h1, .month_icon h5 {
    margin: 0;
    text-transform: uppercase;
}
.month_icon h1 {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 2.8em;
    letter-spacing: -2.2px;
    line-height: 1.2em;
    position: relative;
    font-weight: 800;
}
.month_icon i {
    font-size: 4.8em;
    color: var(--color-primary);
    position: relative;
}
.month_icon i:after {
    content: '';
    position: absolute;
    width: 120px;
    height: 120px;
    border: 3px solid var(--color-primary);
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    border-width: 5px 0 0 5px;
    border-radius: 50%;
}

.saibai_comment_box {
    --x-gradient: linear-gradient(90deg, #333 0 20px, transparent 0 calc(100% - 20px), #333 calc(100% - 20px));
    --y-gradient: linear-gradient(#333 0 20px, transparent 0 calc(100% - 20px), #333 calc(100% - 20px));
    margin: .5rem;
    padding: 1rem 1rem .5rem;
    background-image:
        var(--x-gradient),
        var(--y-gradient),
        var(--x-gradient),
        var(--y-gradient);
    background-repeat: no-repeat;
    background-size: 100% 2px, 2px 100%, 100% 2px, 2px 100%;
    background-position: top, right, bottom, left;
}
/*--------------------------------------------------------------

いちほまれサポーター

--------------------------------------------------------------*/
.title-box3 {
    margin: 1em 0;
    background-color: #fff;
    border: 2px solid #d0a500;
    letter-spacing: .3px;
    border-radius: 10px;
}
.title-box3-title {
    color: #fff;
    font-weight: bold;
    background-color: #d0a500;
    padding: 8px 6px;
    text-align: center;
}
.title-box3 p {
    margin: 0;
    padding: 1em;
}
.title-box3 p span {
    font-size: 1.3em;
    font-weight: bold;
}
.voice {
    position: relative;
    display: inline-block;
    margin: 10px;
    width: 100%;
    text-align: left;
    font-size: 16px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, .25);
}
.voice *, .voice:before, .voice:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.voice img {
    max-width: 35%;
    margin-top: -15px;
    margin-left: 60%;
    margin-bottom: 15px;
    backface-visibility: hidden;
    vertical-align: top;
    border-radius: 50%;
}
.voice figcaption {
    position: absolute;
    top: 0;
    right: 40%;
    left: 0;
    bottom: 0;
    padding: 15px 10px;
    text-align: left;
}
.voice h4 {
    margin: 0;
    font-size: 1em;
    font-weight: bold;
    text-align: left;
}
figure.sup_card {
    position: relative;
    overflow: hidden;
    width: 100%;
    background: #000;
    color: #333;
    text-align: left;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
}
figure.sup_card * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.35s cubic-bezier(0.25, 0.5, 0.5, 0.9);
    transition: all 0.35s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}
figure.sup_card img {
    max-width: 100%;
    vertical-align: top;
}
figure.sup_card figcaption {
    position: relative;
    background-color: #fff;
    padding: 20px 25px 50px;
}
figure.sup_card h3 {
    position: absolute;
    width: 100%;
    bottom: 100%;
    padding: 10px 25px;
    font-size: 1em;
    border-radius: 0 5px 0 0;
    margin: 0;
    left: 0;
    font-weight: 400;
    background-color: #d0a500;
    color: #fff;
}
figure.sup_card h3 span {
    font-weight: 800;
    font-size: 1.2em;
}
figure.sup_card p {
    font-size: .9em;
    text-align: left;
    margin: 0;
    line-height: 1.8em;
}
figure.sup_card .icons {
    position: absolute;
    bottom: 0;
    right: 25px;
}
figure.sup_card i {
    margin: 0 2px;
    display: inline-block;
    font-size: 20px;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #000;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
    border-radius: 5px 5px 0 0;
}
figure.sup_card i:hover {
    background-color: #000;
    color: white !important;
}
figure.sup_card a {
    opacity: 0.8;
    display: inline-block;
}
figure.sup_card a:hover {
    opacity: 0.5;
}
figure.sup_card i.web {
    background-color: #2472a4;
}
figure.sup_card i.facebook {
    background-color: #1877f2;
}
figure.sup_card i.twitter {
    background-color: #000;
}
figure.sup_card i.instagram {
    background-color: #CF2E92;
}
figure.sup_card i.youtube {
    background-color: #DA1725;
}
figure.sup_card:hover img, figure.sup_card.hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.comment_box {
    position: relative;
	margin-top: 2em;
    padding: .8rem 1rem 0.6rem;
    border-radius: 10px;
    border: 1rem solid #fad8ae;
    background-color: white;
}

.comment_box::before {
    position: absolute;
    top: 3.5rem;
    left: 1rem;
    width: calc(100% - 2rem);
    height: calc(100% - 2rem);
    background-image: repeating-linear-gradient(#ffe8e8 0 1px, transparent 1px 37px);
    content: '';
}

.comment_box::after {
    position: absolute;
    top: -1.5rem;
    left: 50%;
    width: 160px;
    height: 30px;
    background-image: repeating-linear-gradient(-45deg, rgba(191, 152, 0, .5) 0 5px, transparent 5px 10px);
    border-left: 2px dashed rgba(0, 0, 0, .1);
    border-right: 2px dashed rgba(0, 0, 0, .1);
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    padding: 0.25em 2em;
    color: #65513f;
    transform: translateX(-50%) rotate(-5deg);
    content: '';
}

.comment_box p {
    color: #333;
    line-height: 2.2;
	font-size: 1em;
}

.sup_title01 {
    padding: 0.5rem 0 .5rem;
    margin-bottom: 1rem;
    background: linear-gradient(90deg, #b2d5de 0% 33%, #dddcb3 33% 66%, #ddb3b3 66%);
    background-repeat: no-repeat;
    background-size: 4rem 0.4rem;
    background-position: bottom;
    font-weight: bold;
    font-size: 1.5em;
    text-align: center;
}

.sup_title02 {
    padding: .25em 0;
    margin-bottom: 0.2rem;
    background-image: linear-gradient(90deg, #b2d5de 0 25%, #ddcfb3 25% 50%, #b3ddb4 50% 75%, #ddbab3 75%);
    background-repeat: no-repeat;
    background-size: 100% 0.3rem;
    background-position: bottom;
    color: #333;
    font-weight: bold;
    font-size: 1em;
    text-align: center;
}
/*--------------------------------------------------------------

# Why Choose Us Section

--------------------------------------------------------------*/
.img-bg {
    min-height: 500px;
    background-size: cover;
}
.slides {
    background-color: #f7f9fc;
}
.swiper {
    margin: 140px 140px 120px 140px;
    overflow: hidden;
}
.swiper-button-prev:after, .swiper-button-next:after {
    font-size: 24px;
    color: var(--color-secondary);
}
.swiper-button-prev {
    left: 80px;
}
.swiper-button-next {
    right: 80px;
}
.swiper-pagination {
    margin-top: 30px;
    position: relative;
}
.swiper-pagination .swiper-pagination-bullet {
    background-color: var(--color-secondary);
}
.swiper-pagination .swiper-pagination-bullet-active {
    background-color: var(--color-primary);
}
@media (max-width: 1200px) {
    .swiper {
        margin: 60px 60px 40px 60px;
    }
    .swiper-button-prev, .swiper-button-next {
        display: none;
    }
}
@media (max-width: 575px) {
    .swiper {
        margin: 40px 40px 20px 40px;
    }
}
.page-about {
    padding: 0 0 80px 0;
}
/*--------------------------------------------------------------

# About Section

--------------------------------------------------------------*/
.about .content ul {
    list-style: none;
    padding: 0;
}
.about .content ul li {
    padding: 0 0 15px 26px;
    position: relative;
    font-size: 15px;
    font-weight: 600;
}
.about .content ul i {
    position: absolute;
    font-size: 20px;
    left: 0;
    top: -3px;
    color: var(--color-primary);
}
/*--------------------------------------------------------------

# Services List Section

--------------------------------------------------------------*/
.services-list .service-item {
    position: relative;
}
.services-list .service-item .icon i {
    font-size: 32px;
    line-height: 0;
    margin-right: 20px;
    color: #38618e;
}
.services-list .service-item .title {
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 18px;
}
.services-list .service-item .title a {
    color: var(--color-secondary);
}
.services-list .service-item .title a:hover {
    color: #38618e;
}
.services-list .service-item .description {
    line-height: 24px;
    font-size: 14px;
}
/*--------------------------------------------------------------

# Call To Action Section

--------------------------------------------------------------*/
.call-to-action {
    background: linear-gradient(rgba(38, 30, 0, 0.8), rgba(38, 30, 0, 0.8)), url("../img/cta-bg.jpg") center center;
    background-size: cover;
    padding: 100px 0;
}
@media (min-width: 1365px) {
    .call-to-action {
        background-attachment: fixed;
    }
}
.call-to-action h4 {
    color: #fff;
    font-size: 1.5em;
    margin-bottom: 25px;
    font-weight: 700;
}
.call-to-action p {
    color: #fff;
    margin-bottom: 25px;
}
/*--------------------------------------------------------------

# Features Section

--------------------------------------------------------------*/
.features {
    padding-bottom: 0;
}
.features h3 {
    color: var(--color-secondary);
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 30px;
}
.features .icon-list i {
    margin-right: 10px;
    font-size: 24px;
    line-height: 1.2;
}
.features .icon-list span {
    font-size: 18px;
    color: #29486a;
}
.features .phone-wrap {
    position: absolute;
    right: 0;
}
@media (max-width: 768px) {
    .features .phone-wrap {
        position: relative;
    }
}
.features .phone-wrap img {
    width: 340px;
}
@media (max-width: 992px) {
    .features .phone-wrap img {
        margin-top: 30px;
    }
}
@media (max-width: 768px) {
    .features .phone-wrap img {
        width: 100%;
    }
}
.features .details {
    margin-top: 80px;
    padding: 120px 0;
    background-color: #f7f9fc;
}
.features .details h4 {
    color: var(--color-secondary);
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
}
.features .details p {
    margin-bottom: 20px;
    font-size: 15px;
}
.features .details .btn-get-started {
    font-family: var(--font-primary);
    display: inline-block;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 1px;
    padding: 10px 32px;
    border-radius: 50px;
    transition: 0.5s;
    background-color: var(--color-primary);
    color: #fff;
}
.features .details .btn-get-started:hover {
    background: #2aa5df;
}
/*--------------------------------------------------------------

販売店情報

--------------------------------------------------------------*/
/* -- アコーディオン -- */
.accordion.accordion-item h2 {
    background-color: #f00;
}
.accordion-button {
    background-color: white;
    border-bottom: 1px solid var(--color-primary);
	box-shadow: none;
}
.accordion-button:link, .accordion-button:hover, .accordion-button:visited, .accordion-button:active {
    background-color: white;
    border: none;
	box-shadow: none;
    border-bottom: 1px solid var(--color-primary);
    opacity: 0.5;
}
/* -- 販売店ボックス -- */
.store_box {
    padding: .5em 1em;
    margin: 1em 0;
    min-height: 180px;
    color: #333;
    background: white;
    border-left: solid 3px var(--color-primary);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
}
.store_box h5 {
    margin: 0 0 .5em;
    padding: .5em 0;
    border-bottom: solid 1px var(--color-primary);
    font-weight: bolder;
}
.store_box h5 span {
    margin-left: .5em
}
.store_box p.add {
    margin: 0 0 .5em 0;
    padding: 0;
}
.store_box p.phone {
    margin: 0 0 .5em 0;
    padding: 0;
}
.store_box ul {
    font-size: 90%;
}
/*--------------------------------------------------------------

レストラン情報

--------------------------------------------------------------*/
/*--------------------------------------------------------------

フッター

--------------------------------------------------------------*/
.footer {
    font-size: 1em;
}
.footer .footer-content {
    background-color: var(--color-secondary);
    background-size: contain;
    padding: 60px 0 30px 0;
}
.footer .footer-content .footer-info {
    margin-bottom: 30px;
}
.footer .footer-content .footer-info .logo {
    line-height: 0;
    margin-bottom: 25px;
}
.footer .footer-content .footer-info .logo img {
    max-height: 80px;
    margin-right: 6px;
}
.footer .footer-content .footer-info .logo span {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 1px;
    color: var(--color-secondary);
    font-family: var(--font-secondary);
    margin-top: 3px;
}
.footer .footer-content .footer-info p {
    font-size: 15px;
    margin-bottom: 0;
    font-family: var(--font-primary);
    color: var(--color-secondary);
}
.footer .footer-content h4 {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    position: relative;
    padding-bottom: 12px;
}
.footer .footer-content .footer-links {
    margin-bottom: 30px;
}
.footer .footer-content .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer .footer-content .footer-links ul i {
    margin-right: 2px;
    color: var(--color-primary);
    font-size: 16px;
    line-height: 0;
}
.footer .footer-content .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
}
.footer .footer-content .footer-links ul li:first-child {
    padding-top: 0;
}
.footer .footer-content .footer-links ul a {
    color: var(--color-primary);
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
}
.footer .footer-content .footer-links ul a:hover {
    color: var(--color-primary);
}
.footer .footer-content .footer-contact p {
    line-height: 26px;
    color: var(--color-secondary);
}
.footer .footer-legal {
    background: #fff;
    padding: 30px 0;
}
.footer .footer-legal .copyright {
    text-align: center;
    color: var(--color-secondary);
}
.footer .footer-legal .credits {
    padding-top: 4px;
    text-align: center;
    font-size: .75em;
    color: var(--color-secondary);
}