@charset "utf-8";
/*
Theme Name:sundiner_2508
Theme URI:
Author:
*/

/* -------------------------------------------------- */
/* RESET*/
/* -------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
li {
	list-style-type: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
textarea,select,option {
	font: inherit;
}

/* -------------------------------------------------- */
/* WP*/
/* -------------------------------------------------- */
/* 投稿の画像配置 */
.alignright { display: block; margin: 0 0 10px auto; }/* 配置位置 左 */
.alignleft { display: block; margin: 0 auto 10px 0; }/* 配置位置 右 */
.aligncenter { display: block; margin: 0 auto 10px; }/* 配置位置 中央 */
/* .alignright { float: right; padding: 0px 0 10px 10px; } *//* 後続のテキスト左回り込み */
/*.alignleft { float: left; padding: 0px 10px 10px 0; }*//* 後続テキスト右回り込み */

/* -------------------------------------------------- */
/* LINK */
/* -------------------------------------------------- */
a:link,
a:visited { text-decoration: none; color: #000000; }
a:hover  { text-decoration: none; color: #019944; }
a:active { text-decoration: none; color: #019944; }

/* -------------------------------------------------- */
/* CLEARFIX */
/* -------------------------------------------------- */
.cf:before,
.cf:after {
	content: " ";
	display: table;
}
.cf:after {
	clear: both;
}
.cf {
	*zoom: 1;
}

/* -------------------------------------------------- */
/* COMMON */
/* -------------------------------------------------- */
html {
	font-size: 62.5%;/* 10px */
	scroll-behavior: smooth;
}
body {
	background: #FFFFFF;
	color: #000000;
	font-family: 'Zen Kaku Gothic New','游ゴシック', 'Yu Gothic', 'Avenir','Helvetica Neue','Helvetica','Arial', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.8;
}
* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.mincho { font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif; font-weight: 400; }
.hina {
	font-family: 'Hina Mincho', serif;
}
.u-eng-ttl {
    font-family: 'Lato', sans-serif;
    font-style: italic;
    font-weight: 900;
}
@media screen and (min-width: 769px) {
	.sp {
		display: none;
	}
}
@media screen and (max-width: 768px) {
	.pc {
		display: none;
	}
}
/* -------------------------------------------------- */
/* 共通 */
/* -------------------------------------------------- */
#container {
    overflow: hidden;
}
/*========= 上部固定させるためのCSS ===============*/
#header{
	width: 100%;
	height: 120px;
	justify-content: space-between;
	align-items: center;
	text-align: center;
    z-index: 999;
}
.site-header{
    position: fixed;
    top: 0;
    transition: .5s;
    width: 100%;
    z-index: 999;
}
.site-header.hide{
    transform: translateY(-100%);
}

.h_logo {
    width: 250px;
    position: absolute;
    z-index: 10;
    top: 0 !important;
    left: 50%;
    margin-left: -125px;
}
.h_logo a {
    width: 250px;
    display: block;
    background: #009944;
    padding: 8px 22px 10.4px;
}

ul.h_cont01 {
	display: flex;
	flex-direction: row-reverse;
	gap: 20px;
    height: 40px;
    border-bottom: 1px solid #ddd;
    z-index: 1;
}
.h_cont01_list {
	font-size: 1.3rem;
    padding: 10px 10px 0 0;
}
.h_cart {
    height: 40px;
	padding: 0 10px 0 35px;
	font-weight: bold;
	background: #04a23e;
    position: relative;
}
.h_cart a {
	display: block;
    padding: 7px;
	color: #fff;
}
.h_cart:before {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    top: 9px;
    left: 15px;
    background: url(img/shopping-cart.svg) no-repeat 0 0 / 100%;
}
.h_cont02 {
	background-color: #fff;
    height: 60px;
    letter-spacing: -.40em; /* 文字間を詰めて隙間を削除する */
    box-shadow: 0px 10px 10px -5px rgba(0,0,0,0.1);
}
ul.h_cont_left {
	width: 50%;
    position: absolute;
    left: 0;
    padding: 0 129px 0 3%;
}
ul.h_cont_right {
	width: 50%;
    position: absolute;
    right: 0;
    padding: 0 3% 0 121px;
}
.h_cont02 > ul > li {
	display: inline-block;
    letter-spacing: 0;
    vertical-align: middle;
}
.h_cont02 > ul > li.nav1 {
	width: 33%;
}
.h_cont02 > ul > li.nav2 {
	width: 39%;
}
.h_cont02 > ul > li.nav3 {
	width: 28%;
}
.h_cont02 > ul > li.nav4 {
	width: 28%;
}
.h_cont02 > ul > li.nav5 {
	width: 36%;
}
.h_cont02 > ul > li.nav6 {
	width: 36%;
}
.h_cont02 > ul > li > a {
    display: block;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
    position: relative;
    box-shadow: 0 10px 0 #fff inset;
    transition: all .15s;
}
.h_cont02 > ul.h_cont_right > li > a {
    padding: 19px 0;
}
.h_cont02 > ul > li.nav1 > a {
	line-height: 1.1;
    padding: 13px 0;
}
.h_cont02 > ul > li.nav1 > a span {
	font-size: clamp(9px, 1.2vw, 12px);
}

.h_cont02 > ul > li > a:after {
    content: "";
    width: 1px;
    height: 44px;
    background-color: #ddd;
    position: absolute;
    top: 50%;
    margin-top: -22px;
}
ul.h_cont_left > li > a:after {
    left: 0;
}
ul.h_cont_right > li > a:after {
    right: 0;
}

main {
	padding: 0 0 160px;
}
.img_fit {
	position: relative;
}
.img_fit::before {
	display: block;
	content: '';
	padding-top: 100%;
}
.img_fit > img {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.img_recipe_fit > img {
	object-fit: cover;
}

footer {
	padding: 80px 0 20px;
	background: #f6f6f6;
}
.footer_area {
	display: flex;
    width: 100%;
    max-width: 1100px;
	flex-direction: row;
	margin: 0 auto 60px;
}
.footer_left {
	width: 40%;	
	font-size: 1.5rem;
}
.f_logo {
	width: 250px;
	margin-bottom: 20px;
}
.f_add_box {
	width: 250px;
	text-align: center;
}
.f_add_inner {
	display: inline-block;
	text-align: left;
}
.f_add {
	margin-bottom: 30px;
}

.sns_area {
	width: 250px;
    text-align: center;
}
.sns_inner {
	display: inline-block;
}
.title-04 {
    position: relative;
    border-bottom: 1px solid #000;
    color: #000;
    text-align: center;
    font-size: 13px;
    line-height: 1.4;
    padding: 0 0 10px;
    margin-bottom: 12px;
}
/* 下三角 */
.title-04:before{
    content: "";
    position: absolute;
    bottom: -10px;
    left: 47%;
    margin-left: 1px;
    border: 5px solid transparent;
    border-top: 5px solid #f6f6f6;
    z-index: 2;
}
.title-04:after {
    position: absolute;
    border: 5px solid transparent;
    border-top-color: #000;
    border-bottom-width: 0;
    bottom: -6px;
    content: "";
    left: 47.5%;
    z-index: 1;
}
.sns_box {
	display: flex;
	justify-content: space-between;
	gap: 8px;
}
.sns_cnt {
	width: 90px;
}
.sns_cnt a {
	position: relative;
	display: block;
	padding: 15px 0 10px;
	border: 1px solid #009944;
	border-radius: 6px;
	transition: .3s;
}
.sns_cnt a:hover {
	opacity: .6;
}
.sns_cnt a::before {
	position: absolute;
    top: 5px;
    right: 5px;
	content: '';
	display: inline-block;
	width: 10px;/*画像の幅*/
	height: 9px;/*画像の高さ*/
	background-image: url(img/icon_link.svg);
	background-size: contain;
	vertical-align: middle;
}
.sns_cnt a img {
	width: 36px;
	height: 36px;
}
.sns_txt {
    font-size: 12px;
    text-align: center;
}

.f_cr {
	font-size: 1.2rem;
	text-align: center;
}
ul.foot_list {
	width: 20%;
	font-size: 1.4rem;
}
ul.foot_list > li {
	font-weight: bold;
	margin-bottom: 8px;
}
ul.foot_list > li > ul > li {
	margin-bottom: 8px;
	font-weight: normal;
}
ul.foot_list > li > ul > li::before {
	content:"\0bb";
	color: #009944;
	margin-right: 5px;
}
/* -------------------------------------------------- */
/* PC */
/* -------------------------------------------------- */
.mv {
	position: relative;
	height: calc(100vh - 60px);
	background: url('img/mv.jpg') no-repeat bottom center;
	background-size: cover;
    padding-top: 15vh;
    margin-top: 60px;
}
.mv h1 {
	font-size: 4.0rem;
	margin-bottom: 20px;
    text-align: center;
    letter-spacing: 8px;
    text-shadow: 1px 1px 15px #fff, -1px 1px 15px #fff, 1px -1px 15px #fff, -1px -1px 15px #fff;
}
.mv p {
	font-size: 1.8rem;
    line-height: 2.0;
    text-align: center;
    letter-spacing: 4px;
    text-shadow: 1px 1px 15px #fff, -1px 1px 15px #fff, 1px -1px 15px #fff, -1px -1px 15px #fff;
}
.mv_cnv {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
}
.mv_cnv_cart {
	margin-bottom: 10px;
}
.mv_cnv_cart a, .mv_cnv_mail a {
	position: relative;
	display: block;
    width: 100px;
    height: 100px;
    padding: 16px 0;
    text-align: center;
    line-height: 1.1;
    font-size: 1.2rem;
    font-weight: bold;
    color: #fff;
    background: #FF6900;
    border: 3px solid #FF6900;
    border-radius: 50%;
	transition: .3s;
}
.mv_cnv_cart a {
    background: #FF6900 url(img/shopping-cart_w.svg) no-repeat 45% 29%;
}
.mv_cnv_mail a {
    background: #FF6900 url(img/send_w.svg) no-repeat 45% 29%;
}
.mv_cnv_cart a span, .mv_cnv_mail a span {
    position: absolute;
    display: block;
    text-align: center;
    width: 100%;
}
.mv_cnv_cart a span {
    bottom: 20%;
}
.mv_cnv_mail a span {
    bottom: 22%;
}
.mv_cnv_cart a:hover, .mv_cnv_mail a:hover {
    color: #FF6900;
    border: 3px solid #FF6900;
}
.mv_cnv_cart a:hover {
    background: #fff url(img/shopping-cart.svg) no-repeat 45% 29%;
}
.mv_cnv_mail a:hover {
    background: #fff url(img/send.svg) no-repeat 45% 29%;
}

.pickup01 {
    max-width: 1185px;
    margin: 60px auto;
/*     padding: 0 4%; */
    text-align: center;
}
.pickup02 {
    padding-top: 40px;
}
.pickup_inner {
    display: flex;
    justify-content: center;
    gap: 16px;
    max-width: 800px;
    margin: -30px auto 60px;
    padding: 0 4%;
}
#slider-pickup {
	margin: 0 !important;
}
.pickup_img {
	width: 375px;
	margin: 0 10px;
}
.pickup_img img {
	width: 100%;
	height: auto;
}
.pickup_img a {
	transition: .6s;
}
.pickup_img a:hover {
	opacity: .6;
}

.intro {
	padding: 100px 0;
    background: #faf9f2;
}
.intro > h2 {
	width: 1100px;
    margin: 0 auto 60px;
	font-size: 4.8rem;
	text-align: left;
	letter-spacing: 8px;
    line-height: 1.4;
}
.intro_inner {
    width: 1100px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    font-feature-settings: "palt";
}
.intro_inner_left {
	position: relative;
	width: 66%;
}
.intro_inner_left > h3 {
    margin-bottom: 60px;
    font-size: 2.8rem;
}
.intro_txt_inner {
	position: absolute;
	bottom: 0;
}
.intro_txt_inner > p {
    font-size: 1.6rem;
    line-height: 2.6;
    margin-bottom: 20px;
}
.intro_inner_right {
	position: relative;
	width: 30%;
}
.intro_inner_right:before {
	content:"創業当時商品";
	position: absolute;
    bottom: -30px;
    right: 0%;
    font-size: 13px;
    letter-spacing: 2px;
    margin-top: 8px;
    padding-top: 10px;
    text-align: right;
}
.intro_img1 {
	margin-bottom: 16px;
}

h2.top_ttl {
	margin-bottom: 50px;
    text-align: center;
	font-size: 2.8rem;
    font-weight: bold;
}
h2.top_ttl > span {
	display: block;
    font-family: 'Lato', sans-serif;
    font-style: italic;
    font-weight: 900;
	margin-bottom: 10px;
    color: #009944;
    font-size: 1.2rem;
    letter-spacing: 1.2px;
}

.p-news_area {
	width: 1100px;
	margin: 0 auto;
    padding: 120px 0;
}
/*お知らせのタブ*/
.p-news_area ul.tab {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 3px solid #019944;
}
.p-news_area ul.tab li {
  width: 24.6%;
}
.p-news_area ul.tab li a {
  display: block;
  color: #009944;
  background:#e7e7e7;
  margin:0;
  padding:15px 20px 10px;
  font-weight: bold;
  text-align: center;
  border-radius: 15px 15px 0% 0%;
}
/*liにactiveクラスがついた時の形状*/
.p-news_area ul.tab li.active a{
	background: #019944;
	color: #fff;
}

/*商品詳細のタブ*/
.tab_item ul.tab {
  display: flex;
  border-bottom: 3px solid #019944;
}
.tab_item ul.tab li {
  width: 24.6%;
  margin-right: 10px;
}
.tab_item ul.tab li a {
  display: block;
  color: #009944;
  background:#e7e7e7;
  margin:0;
  padding:13px 0px 8px;
  font-weight: bold;
  text-align: center;
  border-radius: 8px 8px 0% 0%;
}
/*liにactiveクラスがついた時の形状*/
.tab_item ul.tab li.active a{
	background: #019944;
	color: #fff;
}

/*エリアの表示非表示と形状*/
.area {
  display: none;/*はじめは非表示*/
  opacity: 0;/*透過0*/
  background: #fff;
  padding:30px 0;
}
/*areaにis-activeというクラスがついた時の形状*/
.area.is-active {
	display: block;
    animation-name: displayAnime;/*ふわっと表示させるためのアニメーション*/
    animation-duration: .5s;
    animation-fill-mode: forwards;
}
@keyframes displayAnime{
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.p-news_area ul.tab_list li  {
	margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #dcdcdc;
	letter-spacing: 1.4px;
}
ul.tab_list li a span {
    display: inline-block;
    width: 120px;
    margin-right: 20px;
    padding: 2px 0;
    border-radius: 20px;
    font-size: 1.2rem;
    text-align: center;
    color: #000 !important;
}
.tab_date {
	margin-right: 40px;
}
.news_news { font-weight: bold; background:#FFFF00; }
.news_voice { font-weight: bold; background:#2BB9EE; color: #fff }
.news_recipe { font-weight: bold; background:#FA8A8A; color: #fff }
[class^="recipe"] {
	font-weight: bold;
	color: #fff;
	background: #FA8A8A;
}

.recipe_list {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.recipe_list_box {
	width: calc(1000px / 4);
}
.recipe_list_img {
	width: 250px;
	height: 250px;
	margin-bottom: 10px;
	border: 1px solid #f1f1f1;
}

.c-btn-def {
    width: 270px;
    margin: auto;
}
.c-btn-def > a {
    padding: 16px 0;
    display: block;
    position: relative;
    color: #fff;
    font-weight: 700;
    letter-spacing: .1em;
    line-height: 1;
    text-align: center;
    background: #009944;
    border: 2px solid #009944;
    border-radius: 30px;
    transition: .6s;
}
.c-btn-def > a:hover {
    color: #009944;
    background: #fff;
    border: 2px solid #009944;
}

.p-rec_area {
	padding: 120px 0;
	background: #f7fcf9;
}
.slider-pro a {
    transition: .6s;
}
.slider-pro a:hover {
    opacity: .6;
}
#slider-detail {
	margin-bottom: 20px !important;
}
.s-item__img {
	position: relative;
	width: 100%;
	height: auto;
    margin-bottom: 10px;
	background: #fff;
	border-radius: 20px;
}
.p-rec__img, .a-item_imge {
	position: relative;
	width: 100%;
	height: auto;
    margin-bottom: 10px;
	background: #fff;
	border-radius: 20px;
}
.p-rec__img img, .a-item_img img {
    padding: 5%;
}
.p-rec__img span, .a-item_img span {
    position: absolute;
    top: 20px;
    padding: 4px 8px;
	background: #FFFF00;
	font-size: 1.2rem;
	font-weight: bold;
    z-index: 5;
}
.p-rec__name {
	height: 70px;
	text-align: center;
	font-size: 1.6rem;
	font-weight: bold;
}

.p-item__area {
	width: 100%;
	margin: 0 auto 40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.p-item__box {
	width: calc(100% / 8);
}
.p-item__img {
	width: 100%;
	margin-bottom: 10px;
	object-fit: cover;
	overflow: hidden;
}
.p-item__img img {
	display: block;
	width: 100%;
	transition-duration: 0.5s;
}
.p-item__img img:hover {
	transform: scale(1.5);
	transition-duration: 0.5s;
	opacity: 0.6;
}
.p-item__name {
	text-align: center;
	font-weight: bold;
}

.p-brand__area {
	padding: 80px 0 0;
}
.p-brand__inner {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	gap: 3%;
}
.p-brand__box a {
	color: #000;
	transition: .6s;
}
.p-brand__box a:hover {
	opacity: .6;
}
.p-brand__img {
    width: 200px;
	margin-bottom: 5px;
	padding: 20px;
	object-fit: cover;
	border: 2px solid #dddddd;
	border-radius: 20px;
	overflow: hidden;
}
.p-brand__name {
    text-align: center;
    margin-bottom: 20px;
    padding-bottom: 18px;
    border-bottom: 1px solid #ccc;
}
.anniversary10 {
	position: relative;
	text-align: left;
	padding-left: 38%;
}
.anniversary10::before {
	position: absolute;
	content: url(img/anniversary30.svg);
	width: 50px;
    top: -10px;
    left: 0;
}
.p-recipe__area {
	padding: 120px 0;
}
.p-recipe__inner {
	width: 100%;
    max-width: 1100px;
	margin: 0 auto 60px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 30px;
}
.p-recipe__box {
	position: relative;
	width: calc(1010px / 4);
}
.p-recipe__img {
	width: 100%;
	margin-bottom: 10px;
	border-radius: 50%;
	overflow: hidden;
}

.p-gift__area {
	display: flex;
	flex-direction: row-reverse;
    margin-bottom: 120px;
	background: url('img/top_gift_img.png') no-repeat 10% 55% / 50%;
	background-color: #f1f1f1;
}
.p-gift__box {
	width: 40%;
    padding: 8vw 40px;
	background: #fff;
	text-align: left;
}
.p-gift_txt {
	margin-bottom: 50px;
	text-align: left;
    line-height: 2;
}

.p-biss__area {
	display: flex;
	flex-direction: row;
	background: url('img/top_biss_img.png') no-repeat 92% 50% / 50%;
	background-color: #f1f1f1;
}
.p-biss__box {
	width: 40%;
    padding: 8vw 40px;
	background: #fff;
	text-align: right;
}
.p-gift-biss_inner {
	display: inline-block;
	max-width: 500px;
}
.p-biss_txt {
	margin-bottom: 50px;
	text-align: left;
    line-height: 2;
}
.c-btn-def2 {
    width: 100%;
    max-width: 270px;
	text-align: left;
}
.c-btn-def2 > a {
    padding: 16px 0;
    display: block;
    position: relative;
    color: #fff;
    font-weight: 700;
    letter-spacing: .1em;
    line-height: 1;
    text-align: center;
    background: #009944;
    border: 2px solid #009944;
    border-radius: 30px;
    transition: all .3s ease-in-out;
}
.c-btn-def2 > a:hover {
    color: #009944;
    background: #fff;
    border: 2px solid #009944;
}

h2.p-top_ttl {
	margin-bottom: 50px;
    text-align: left;
	font-size: 5.0rem;
    font-weight: bold;
}
h2.p-top_ttl > span {
	display: block;
    font-family: 'Lato', sans-serif;
    font-style: italic;
    font-weight: 900;
	margin-bottom: 10px;
    padding-left: 5px;
    color: #009944;
    font-size: 2.0rem;
}

/*下層共通*/
.sv {
	height: 230px;
    margin-top: 60px;
	background: url(img/sv_back_img.jpg) no-repeat center center;
	background-size: cover;
}
.sv_inner {
	width: 100%;
    max-width: 1100px;
	margin: 0 auto;
    padding: 75px 5% 0;
}
.sv_inner h1 {
	font-size: 3.6rem;
	font-weight: 500;
    line-height: 1.7;
}
.sv_inner p {
    margin-left: 6px;
    font-family: 'Lato', sans-serif;
    font-style: italic;
    font-weight: 900;
    letter-spacing: 1.2px;
	color: #009944;
}
.sv_news_inner {
    padding: 80px 2.5% 40px;
}
.sv_news_inner span {
    display: inline-block;
    padding: 2px 24px;
    border-radius: 20px;
    font-size: 1.2rem;
    text-align: center;
    color: #000 !important;
}

/*ニュース*/
.sv_news {
    min-height: 230px;
    margin-top: 60px;
    background-size: cover;
    background: #f6f6f6;
}
.s-news_area {
	width: 100%;
    max-width: 1100px;
	margin: 0 auto;
    padding: 80px 2.5%;
}
.s-news_area h2 {
	margin-bottom: 10px;
	padding-bottom: 5px;
	font-size: 2.0rem;
	font-weight: bold;
	border-bottom: 1px solid #009944;
}
.s-news_area h3 {
	margin-bottom: 2px;
	padding-bottom: 2px;
	font-size: 1.8rem;
	font-weight: bold;
}
.s-news_area h3:before {
    content: "●";
    color: #009944;
    text-align: center;
    width: 4rem;
    height: 4rem;
    line-height: 4rem;
    font-size: 1.8rem;
    margin-right: 0.3rem;
    border-radius: 50%;
    flex-shrink: 0;
}
.s-news_area p, .s-news_area img {
	margin-bottom: 20px;
    line-height: 1.8;
}
.s-news_area a {
	text-decoration: underline;
	transition: .6s;
    color: #009944;
}
.s-news_area a:hover {
	text-decoration: none;
}

/*商品/業務用共通*/
.catalog {
	display: flex;
	justify-content: center;
	margin: 0 auto;
	padding: 50px 15px 0;
}
.catalog_img {
	width: 160px;
	margin-right: 20px;
}
.catalog_txt_area {
	display: table;
}
.catalog_txt_inner {
	display: table-cell;
    vertical-align: middle;
}
.catalog_ttl {
	margin-bottom: 10px;
	font-size: 1.6rem;
    font-weight: bold;
	line-height: 1.3;
}
.catalog_txt {
	margin-bottom: 20px;
	font-size: 1.4rem;
}
a.catalog_link {
	display: block;
	max-width: 240px;
    color: #fff;
    background: #009944;
    border: 1px solid #009944;
    margin-bottom: 4px;
    padding: 4px;
	font-size: 1.5rem;
    text-align: center;
    border-radius: 25px;
    transition: .3s;
}
a.catalog_link:hover {
    color: #009944;
    background: #fff;
    border: 1px solid #009944;
}

.a-item_area {
	width: 100%;
    max-width: 1100px;
    margin: 0 auto 0;
    padding: 60px 1% 0;
}
/*商品タブ*/
ul.a-item_term, ul.a-business_term, ul.a-recipe_term {
    display: flex;
    flex-direction: row;
    overflow-y: hidden !important;
}
ul.a-item_term {
	display: flex;
	justify-content: space-between;
	margin-bottom: 32px;
}
ul.a-item_term li a {
	display: block;
	color: #fff;
	background:#019944;
	border: 1px solid #019944;
	padding: 6px 12px;
	font-size: min(1.4vw, 1.5rem);
	font-weight: bold;
	text-align: center;
	border-radius: 25px;
	transition: .3s;
}
ul.a-item_term li a:hover {
	color: #019944;
	background:#fff;
}
ul.a-item_term li.current a {
	color: #019944;
	background:#fff;
}
/*業務用タブ*/
ul.a-business_term {
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}
ul.a-business_term li a {
	display: block;
	color: #fff;
	background:#FF6900;
	border: 1px solid #FF6900;
	padding: 6px 24px;
	font-size: min(1.4vw, 1.5rem);
	font-weight: bold;
	text-align: center;
	border-radius: 25px;
	transition: .3s;
}
ul.a-business_term li a:hover {
	color: #FF6900;
	background:#fff;
}
ul.a-business_term li.current a {
	color: #FF6900;
	background:#ffffff;
	border: 1px solid #FF6900;
}

h2.a-product_ttl {
  position: relative;
  margin-bottom: 40px;
  padding: 0;
  text-align: center;
}
h2.item_ttl:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background: #009944;
}
h2.business_ttl:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background: #FF6900;
}
h2.item_ttl span {
	position: relative;
    padding: 0 1em;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.1;
    color: #009944;
    background: #fff;
}
h2.business_ttl span {
	position: relative;
    padding: 0 1em;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.1;
    color: #FF6900;
    background: #fff;
}
h2.recipe_item_ttl {
	position: relative;
	bottom: 10px;
	padding: 1.5rem 2rem;
	font-size: 2.4rem;
	color: #fff;
	border-radius: 10px;
	background: #094;
}
h2.recipe_item_ttl:before {
  position: absolute;
  bottom: -9px;
  left: 1.3em;
  width: 0;
  height: 0;
  content: '';
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #094 transparent transparent transparent;
}

.item_list_border {
	margin-bottom: 100px;
    padding-bottom: 80px;
    border-bottom: 1px solid #dcdcdc;
}
.a-item_box {
	display: flex;
	flex-wrap: wrap;
    margin-bottom: 40px;
    gap: 20px 2.5%;
}

.a-item_list {
	width: 18%;
}
.a-item_list a {
	transition: .6s;
}
.a-item_list a:hover {
	opacity: .6;
}
.a-item_img img {
	padding: 8%
}
.a-item_name {
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    transition: .6s;
    letter-spacing: 0px;
}
.a-item_name:hover {
	opacity: .6;
}
.a-item_since {
	font-size: 1.4rem;
	text-align: center;
	color: #555;
}
.a-item_contact {
    color: #FFF;
    font-size: 1.2rem;
    text-align: center;
    background: #FF6900;
    border-radius: 3px;
    margin-bottom: 4px;
}

/*商品single*/
.s-item_area {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 80px 5% 0;
    gap: 50px;
}
.s-item_img {
	width: 100%;
	height: auto;
    margin-bottom: 20px;
}
.s-item_img img {
    padding: 5% 0% 0% 0%;
}
.s-item_link-btn {
	display: flex;
	justify-content: space-between;
}
a.s-item_link {
    display: block;
    width: 48%;
    margin:0 0 20px;
    padding: 8px 0;
    text-align: center;
    font-size: min(3vw, 1.5rem);
    font-weight: bold;
    color: #fff;
    background: #009944;
    border: 1px solid #009944;
    border-radius: 50px;
    transition: .6s;
}
a.s-item_link:hover {
    color: #009944;
    background: #fff;
    border: 1px solid #009944;
}
.s-item_top {
	display: flex;
	flex-wrap: wrap;
	gap: 5%;
    margin-bottom: 40px;
    padding-bottom: 30px;
	border-bottom: 1px solid #ccc;
}
.s-item_left {
	width: 30%;
}
.s-item_right {
    width: 100%;
}
.s-item_txt {
    width: 65%;
}
.item_cnt {
	margin: -60px auto 60px;
}
.s-item_ttl {
	margin-bottom: 12px;
	padding: 0 0 10px;
	font-size: 2.6rem;
	font-weight: bold;
	color: #009944;
}
.s-item_comment {
	margin-bottom: 40px;
}
.s-item_comment p:not(:last-child) {
    margin-bottom: 16px;
}
.s-item_dl {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 12px;
	font-size: 1.8rem;
}
.s-item_dl dt {
	width: 25%;
	margin-bottom: 8px;
}
.s-item_dl dd {
	width: 75%;
	margin-bottom: 8px;

}
.s-item_btn a {
	display: block;
	width: 250px;
	margin-bottom: 20px;
	padding: 10px 0;
	text-align: center;
	color: #fff;
	background: #009944;
}
.s-item_info:not(:last-of-type) {
	margin-bottom: 30px;
}
.s-item_info h3 {
	font-size: 16px;
	font-weight: bold;
}
.s-item_info h3:before {
    content: "●";
    color: #009944;
    margin-right: 0.3rem;
    border-radius: 50%;
}
ul.s-item_other li {
	font-size: 1.2rem;
	margin-bottom: 8px;
}

.s-item_info03 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
}
.item_component_area {
	width: 250px;
}
.table_ttl {
	font-size: 1.4rem;
}
table.item_component_list {
	width: 100%;
}
table.item_component_list th {
	padding: 5px 20px;
	text-align-last: left;
	border: 1px solid #ccc;
	background: #e7e7e7;
}
table.item_component_list th.table_th {
	background: #fafafa;
}
table.item_component_list td {
	padding: 5px 20px;
	text-align-last: right;	
	border: 1px solid #ccc;
}
.item_component_txt {
	text-align: right;
}
.s-item_info04 {
	width: 530px;
	margin-top: 20px;
}
table.item_allergy_list {
	width: 100%;
}
table.item_allergy_list tr {
	text-align: center;
}
table.item_allergy_list th {
	border: 1px solid #ccc;
	padding: 1%;
	background: #e7e7e7;
}
table.item_allergy_list td {
	border: 1px solid #ccc;
    padding: 1.6% 1% 1.4%;
    vertical-align: middle;
    margin: 10px 10px 0 0 ;
}
.allergy_font4 {
	font-size: 1.3rem;
}
.allergy_font5 {
	font-size: 1.4rem;
}
.allergy_font7 {
	font-size: 1.2rem;
}
.s-item_info05 {
	padding: 20px;
	font-size: 1.4rem;
	background: #f5f5f5;
}
.s-item_other_area {
	width: 100%;
}
.s-item_other_ttl {
	font-size: 2.4rem;
	font-weight: bold;
	margin-bottom: 20px;
	padding-top: 40px;
}
.s-item_other_box1 {
	display: flex;
	gap: 5%;
    margin-bottom: 50px;
}
.s-item_other_box2 {
	display: flex;
	gap: 5%;
}
.cartjs_sales_price {
	margin-bottom: 10px;
}
/* tr.cartjs_product_num td input {
	display: none;
} */
.product_num {
	position: absolute;
	bottom: 90px;
    right: 10px;
    width: 45%;
    height: 40px;
    border: none;
    background: #f1f1f1;
    padding: 10px;
    border-radius: 5px;
	font-size: 1.8rem;
    line-height: 2.3;
}

/*ブランド*/
.a-brand_area {
    padding: 80px 0;
}
.brand_area {
    width: 100%;
    margin: 0 auto;
}
.minisize_img {
	margin-top: min(8vw, 60px);
    text-align: center;
    background: #e81500;
}
.brand_img {
    width: 100%;
    margin: 0 auto;
}
.anniversary_img {
	height: 600px;
	background: url(img/brand_v02_2_pc.jpg) no-repeat center center;
	background-size: cover;
}
.brand_img img {
    width: 100%;
    height: auto;
}
@media screen and (max-width: 900px) {
	.anniversary_img {
		height: 500px;
	}
}
@media screen and (max-width: 768px) {
	.minisize_img {
		margin-top: 0;
	}
	.anniversary_img {
		height: auto;
	}
}

h1.towa_ttl {
	font-size: 4.8rem;
	font-weight: bold;
	text-align: center;
	color: #cbb547;
	margin-bottom: 40px;
    padding-top: 80px;
}
h1.towa_ttl span {
	font-size: 3.0rem;
	color: #cbb547;
}

.towa_ttl.brand02 {
	color: #0C9547;
}
.towa_ttl.brand02 span {
	color: #0C9547;
}

.towa_ttl.brand03 {
	color: #551D10;
}
.towa_ttl.brand03 span {
	color: #551D10;
}

.towa_ttl.brand04 {
	color: #007136;
	font-family: 'M PLUS Rounded 1c', sans-serif;
}
.towa_ttl.brand04 span {
	color: #007136;
	font-family: 'M PLUS Rounded 1c', sans-serif;
}

.towa_txt {
	margin-bottom: 60px;
	text-align: center;
    line-height: 2.4;
    letter-spacing: 2px;
}
.towa_img {
	margin-bottom: 80px;
	text-align: center;
}
.towa_img img {
    width: auto;
}
.kodawari_area {
	text-align: center;
}
.kodawari_inner {
	display: inline-block;
}
.kodawari_box {
	display: flex;
	margin-bottom: 80px;
}
.kodawari_box h2 {
	margin-right: 50px;
	padding: 1rem 2rem;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
.kodawari_txt {
    text-align: left;
    line-height: 2;
}
.brand01_back {
    position: relative;
	width: 100%;
    height: 900px;
	background: url(img/brand_bk01.jpg) no-repeat center center;
	background-size: cover;
}
.brand02_back {
    position: relative;
	display: flex;
	justify-content: space-between;
	width: 100%;
    margin-bottom: 100px;
}
.brand03_back {
	width: 100%;
    margin-bottom: 40px;
}
.brand04_back {
    position: relative;
	width: 100%;
    height: 600px;
	background: url(img/brand_bk04.jpg) no-repeat center center;
	background-size: cover;
}
.brand01_back_inner {
	position: absolute;
	top: 30%;
	left: 50%;
}
.brand02_back_img {
	width: 49%;
	margin: 0 auto;
}
.brand02_back_img img {
	width: 100%;
	height: auto;
}
.brand02_back_inner {
	width: 49%;
    padding: 6.8vw 40px
}
.brand03_back_img {
	width: 100%;
	margin-bottom: 60px;
}
.brand03_back_img img {
	width: 100%;
	height: auto;
}
.brand03_back_inner {
	text-align: center;
}
.brand04_back_inner {
	position: absolute;
	top: 30%;
	left: 50%;
}
ul.brand_list {
	width: 100%;
    max-width: 1100px;
	margin: 0 auto;
}
ul.brand_list li {
	display: flex;
	justify-content: space-between;
	gap: 4%;
	width: 100%;
	margin-bottom: 80px;
}

.omoi_ttl {
	margin-bottom: 40px;
	font-size: 4.8rem;
    font-weight: bold;
	color: #cbb547;
}
.omoi_txt {
	font-size: 1.8rem;
	color: #ffffff;
    line-height: 2.4;
    letter-spacing: 2px;
}
.omoi_ttl.brand01 {
	color: #cbb547;
}
.omoi_txt.brand01 {
	color: #ffffff;
}
.omoi_ttl.brand02 {
	font-size: 4vw;
	margin-bottom: 20px;
	color: #0C9547;
}
.omoi_txt.brand02 {
	color: #111;
	font-size: 1.3vw;
}
.omoi_ttl.brand03 {
	color: #551D10;
}
.omoi_txt.brand03 {
	color: #111;
}
.omoi_ttl.brand04 {
	color: #007136;
	font-family: 'M PLUS Rounded 1c', sans-serif;
}
.omoi_txt.brand04 {
	color: #111;
}

.other_ttl {
    position: relative;
    left: 50%;
    display: inline-block;
    padding-top: 120px;
    margin-bottom: 55px;
    font-size: 3.8rem;
    font-weight: 700;
    color: #333;
    text-align: center;
    letter-spacing: 3px;
    transform: translate(-50%,0%);
}
.other_ttl:before {
	content: '';
	position: absolute;
	bottom: -15px;
	display: inline-block;
	width: 60px;
	height: 5px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: black;
	border-radius: 2px;
}

.brand_list_img {
	width: 300px;
	height: 300px;
}
.brand_list__inner {
	width: 800px;
}
.brand_list_ttl {
	padding-bottom: 4px;
	margin: 10px auto;
	font-size: 2.4rem;
	font-weight: bold;
	text-align: left;
	line-height: 1.4;
    letter-spacing: 2px;
	border-bottom: 1px solid #dcdcdc;
}
.brand_list_ttl span {
	font-size: 1.8rem;
	font-weight: 600;
}
.brand_list_txt {
	margin-bottom: 20px;
	line-height: 1.8;
    letter-spacing: 0.4px;
}
.brand_list_txt span {
	color: #ff0000;
}
.brand_list_txt_orange {
	margin-bottom: 30px;
	color: #ff6600;
    letter-spacing: 0.4px;
}
.brand_list_img::before {
    padding-top: 45% !important;
}
.brand_btn_area {
	display: flex;
}
.brand_btn_burkogyan {
    font-size: clamp(1.5rem, 1.5vw, 1.7rem);
    text-align: center;
}
.brand_btn_burkogyan:not(:last-child) {
    margin-right: 13px;
}
.brand_list_btn a {
    display: block;
    width: 100%;
    max-width: 180px;
    padding: 8px 20px;
    font-size: clamp(1.2rem, 1.4vw, 1.6rem);
    text-align: center;
    color: #ffffff;
    background: #049941;
    border: 1px solid #049941;
    border-radius: 30px;
    transition: .6s;
}
.brand_list_btn a:hover {
    color: #049941;
    background: #ffffff;
    border: 1px solid #049941;
}
@media screen and (max-width: 900px) {
	.brand_btn_area {
		display: flex;
		flex-wrap: wrap;
	}
	.brand_btn_burkogyan {
	    margin-right: 12px;
	    margin-bottom: 20px;
	}
}

/* グランプリ */
.grandprix_area {
	background: #000;
	padding: 40px 0 120px;
}
.grandprix_img {
	width: 100%;
}
.grandprix_img img {
	width: 100%;
	height: auto;	
}
.grandprix_img {
	background: #000;
	padding: 0 0 80px;
}

.grandprix_box {
	background: #000;
}
.grandprix_innner {
	width: 100%;
    max-width: 1000px;
    padding: 0 20px;
	margin-bottom: 60px;
}
.grandprix_innner {
	margin: 0 auto;
}
.grandprix_ttl01 {
	margin-bottom: 40px;
	font-size: 40px;
	text-align: center;
	color: #f3eba5;
}
.grandprix_ttl02 {
    display: block;
	font-size: 32px;
	text-align: center;
	color: #f3eba5;
}
.grandprix_ttl02 span {
	display: inline-block;
	padding: 10px 80px;
	background: #000;
	border: 1px solid #fff;
}
.grandprix_subttl {
	font-size: 32px;
	text-align: center;
	color: #fff;
	background: #000;
}
table.grandprix_table {
	width: 1000px;
	margin-bottom: 120px;
}
table.grandprix_table th {
	width: 400px;
	padding: 30px 10px;
	color: #fff;
	font-size: 22px;
	vertical-align: middle;
	border-bottom: 1px solid #fff;
	letter-spacing: 4px;
}
table.grandprix_table td {
	width: 600px;
	padding: 30px 10px;
	color: #fff;
	font-weight: normal;
	border-bottom: 1px solid #fff;
}
.grandprix_txt {
	margin-top: -40px;
	padding: 80px 40px 40px 40px;
	color: #fff;
	border: 1px solid #fff;
}
@media screen and (max-width: 768px) {
	.grandprix_ttl01 {
		margin-bottom: 20px;
		font-size: 21px;
	}
	.grandprix_ttl02 {
	    display: block;
		font-size: 32px;
		text-align: center;
		color: #f3eba5;
	}
	.grandprix_ttl02 span {
		font-size: 22px;
		padding: 10px 20px;
	}

	.grandprix_subttl {
		font-size: 18px;
		margin-bottom: 12px;
	}
	table.grandprix_table {
		width: 100%;
	    margin-bottom: 80px;
	}
	table.grandprix_table th {
		display: block;
	    width: 100%;
		padding: 10px 0px;
		color: #fff;
		font-size: 22px;
		vertical-align: middle;
		border-bottom: 1px solid #999999;
		letter-spacing: 4px;
	}
	table.grandprix_table td {
		display: block;
	    width: 100%;
		margin-bottom: 60px;
		padding: 20px 10px;
		color: #fff;
		font-weight: normal;
		border-bottom: 1px solid #fff;
	}
	table.grandprix_table td:not(:last-of-type) {
		margin-bottom: 60px;
	}
	table.grandprix_table td p {
		margin-bottom: 10px;
		padding-left: 1em;
		text-indent: -1em;
	}
	.grandprix_txt {
		padding: 60px 20px 30px 20px;
	}
	.s-item_info03 {
		flex-direction: row;
	}
}
/* ブルコギヤン発売３０周年記念追加エリア */
.burukogi30_area {
	display: flex;
	padding: 80px 4%;
}
.burukogi30_ttl {
	margin-bottom: 10px;
	font-size: 2.4vw;
	font-weight: bold;
    color: #0C9547;
}
.burukogi30_left {
	width: 80%;
	border-right: 1px solid #ccc;
    margin-right: 2%;
    padding-right: 2%;
}
.burukogi30_left_inner {
	display: flex;
	gap: 4%;
}
.burukogi30_left_img {
	width: 36%;
}
.burukogi30_left_txt_inner {
	width: 60%;
}
.burukogi30_left_txt {
	margin-bottom: 16px;
}
.burukogi30_right {
	width: 18%;
	text-align: center;
}
.burukogi30_right_img {
	margin-bottom: 20px;
}
.burukogi30_right_txt {
	margin-bottom: 10px;
}
a.burukogi30_btn {
	display: block;
    width: 190px;
    margin: 0 auto;
    padding: 8px 0;
    text-align: center;
    color: #ffffff;
    background: #049941;
    border: 1px solid #049941;
    border-radius: 30px;
    transition: .6s;
}
a.burukogi30_btn:hover {
    color: #049941;
    background: #ffffff;
    border: 1px solid #049941;
}
@media screen and (max-width: 768px) {
	.burukogi30_area {
		display: flex;
		margin-bottom: 80px;
		padding: 40px 4% 0;
		flex-direction: column;
	}
	.burukogi30_ttl {
		margin-bottom: 10px;
		font-size: 2.4rem;
		font-weight: bold;
	    color: #0C9547;
	}
	.burukogi30_left {
		width: 100%;
		border-right: none;
	    margin-right: 0%;
	    margin-bottom: 20px;
	    padding-right: 0%;
	}
	.burukogi30_left_inner {
		display: flex;
		flex-direction: column;
		gap: 4%;
	}
	.burukogi30_left_img {
		width: 100%;
	    margin-bottom: 20px;
	}
	.burukogi30_left_txt_inner {
		width: 100%;
	}
	.burukogi30_left_txt {
		margin-bottom: 16px;
	}
	.burukogi30_right {
		width: 100%;
		text-align: center;
	}
	.burukogi30_right_txt {
		margin-bottom: 10px;
	}
	a.burukogi30_btn {
		display: block;
	    width: 190px;
	    margin: 0 auto;
	    padding: 8px 0;
	    text-align: center;
	    color: #ffffff;
	    background: #049941;
	    border: 1px solid #049941;
	    border-radius: 30px;
	    transition: .6s;
	}
}

/* ギフト */
.gift_area {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}
.giftmain_ttl {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    text-align: center;
    line-height: 3;
    letter-spacing: 2px;
    padding: 200px 0;
    background: url(img/wrapping_back.png) no-repeat center center;
    background-size: cover;
}
.giftmain_ttl p {
    font-size: 2.4rem;
    color: #000;
}
/* .giftmain_ttl p span {
    color: #ff9f9f;
    font-weight: 600;
} */
h2.gift_ttl {
	margin-bottom: 20px;
	border-bottom: 3px solid #000;
	font-size: 2.6rem;
}
.gift_box {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto 160px;
}
ul.giftitem_list {
	display: flex;
	margin-bottom: 160px;
    gap: 5%;
}
ul.giftitem_list li {
	width: 30%;
}
.giftitem_img {
	margin-bottom: 20px	
}
.giftitem_ttl01 {
	position: relative;
	font-size: 2rem;
	margin-bottom: 16px;
	color: #009944;
}
.giftitem_ttl01 span {
	position: absolute;
	right: 0;
	font-size: 2rem;
}
.giftitem_ttl02 {
	font-size: 1.8rem;
	margin-bottom: 12px;
/* 	color: #009944; */
}
.giftitem_cntttl {
	position: relative;
	font-size: 1.3rem;
	margin-bottom: 4px;
	padding: 0;
}
.giftitem_cntttl:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 1px;
  content: '';
  background: #ccc;
}
.giftitem_cntttl span {
  position: relative;
  padding: 0 1em 0 0;
  background: #fff;
}
.giftitem_cnttxt {
	padding-bottom: 15px;
	font-size: 1.5rem;
}
.giftitem_cnttxt span {
	color: #009944;
}
.giftitem_cnt_btm {
	border-bottom: 1px solid #ccc;
}
.giftitem_type_cnttxt {
	font-size: 1.5rem;
}
.giftitem_btn {
	margin-top: 20px;
	text-align: center;
}
.giftitem_btn a {
	display: block;
	width: 100%;
	padding: 10px 0;
	background: #009944;
	color: #fff;
	border-radius: 30px;
	transition: .6s;
}
.giftitem_btn a:hover {
	opacity: .6;
}
.giftitem_btn p {
	font-size: 1.4rem;
    margin-top: -24px;
	text-align: center;
	color: #009944;
}
.giftitem_list_type {
    height: 360px;
}

.gift_txt {
	margin-bottom: 35px;
    font-size: 18px;
    color: #009944;
}
.wrapping_box {
	margin-bottom: 40px;
}
.wrapping_list {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #ccc;
}
.wrapping_list li {
	width: 30%;
}
.wrapping_uchisoto_list {
	display: flex;
	justify-content: center;
}
.wrapping_uchisoto_list li {
	width: 30%;
}
.wrapping_uchisoto_list li:first-child {
	margin-right: 5%;
}

.giftitem_noshi_area {
	display: flex;
    justify-content: space-between;
}
.giftitem_noshi_img {
	width: 30%;
	padding: 10px;
	background: #fff;	
}
.giftitem_noshi_txt {
	width: 65%;
}

#gift_list {
    margin-top: -130px;
    padding-top: 130px;
}
.giftitem_top_back {
	width: 280px;
	margin: 80px auto 0;
    text-align: center;
}
.giftitem_top_back a {
    display: block;
    width: 100%;
    padding: 10px 0;
    background: #009944;
    color: #fff;
    border-radius: 30px;
    transition: .6s;
}

/*お知らせ*/
.a-news_area {
    width: 1100px;
    margin: 0 auto;
    padding: 80px 0 0;
}
ul.a_tab_list {
}
ul.a_tab_list li {
    margin-bottom: 20px;
    padding-bottom: 20px;
    letter-spacing: 1.4px;
    border-bottom: 1px solid #ddd;
}
ul.tab_list li a {
    transition: .6s;
}
ul.tab_list li a:hover {
    opacity: .6;
}

/* レシピ */
.a-recipe_area {
	width: 100%;
    max-width: 1100px;
	margin: 0 auto;
	padding: 80px 0 0;
}
/*レシピのタブ*/
ul.a-recipe_term {
	display: flex;
	margin-bottom: 32px;
}
ul.a-recipe_term li {
	margin-right: 16px;
}
ul.a-recipe_term li a {
	display: block;
	color: #fff;
	background:#019944;
	border: 1px solid #019944;
	padding: 6px 20px;
	font-weight: bold;
	text-align: center;
	border-radius: 25px;
	transition: .3s;
}
ul.a-recipe_term li a:hover {
	color: #019944;
	background:#fff;
}
ul.a-recipe_term li.current a {
	color: #019944;
	background:#fff;
	border: 1px solid #019944;
}

.a-recipe_list {
	display: flex;
	flex-wrap: wrap;
	gap: 60px 30px;
}
.a-recipe_list > li {
    position: relative;
	width: calc(1010px / 4);
}
.a-recipe_list > li > a {
	display: block;
	transition: .6s;
}
.a-recipe_list > li > a:hover {
	opacity: .6;
}
.a-recipe_list > li > a > span {
    position: absolute;
    top: 20px;
    padding: 4px 8px;
	background: #FFFF00;
	font-size: 1.2rem;
	font-weight: bold;
    border-radius: 2px;
    z-index: 99;
}
.a-recipe_list_img {
	margin-bottom: 10px;
    overflow: hidden;
    border-radius: 50%;
}
.a-recipe__name {
	margin-bottom: 8px;
	text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
}
.a-recipe_cate {
	text-align: center;
}
span.a-recipe_cate01 {
	margin-right: 8px;
    padding: 4px 16px;
    font-size: 1.4rem;
    font-weight: bold;
    color: #fff;
    border-radius: 20px;
    background: #ff6161;
}
span.a-recipe_cate02 {
    padding: 4px 16px;
    font-size: 1.4rem;
    font-weight: bold;
    color: #000;
    border-radius: 20px;
    background: #ff6;
}

/* Page Navigation */
/* -------------------------------------------------- */
#pageNavWrap {
    margin: 0 auto;
}

#pager {
    display: inline-block;
}

#pageNavWrap a, #pageNavWrap span {
    width: 40px;
    height: 40px;
    line-height: 38px;
    display: inline-block;
    color: #fff;
    background-color: #dedede;
    margin: 0 2px;
    white-space: nowrap;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    border-radius: 20px;
}

#pageNavWrap span.current,
#pageNavWrap a.next,
#pageNavWrap a.prev,
#pageNavWrap a:hover {
    color: #fff;
    background-color: #019944;
    transition: all 0.3s ease-in-out 0s;
}

#pageNavWrap span.dots {
    width: 1em;
    background-color: #fff;
    color: #000;
    padding: 10px 0;
}

/*商品別レシピ*/
.a-recipeItem_area {
	padding: 160px 0 0;
}
ul.a-recipeItem_list {
	display: flex;
	flex-wrap: wrap;
	gap: 1.5%;
}
ul.a-recipeItem_list li {
	width: calc(97% / 3);
	margin-bottom: 16px;
	border: 1px solid #ccc;
	border-radius: 2px;
}
ul.a-recipeItem_list li a {
	display: flex;
	align-items: center;
	padding: 8px;
    gap: 10px;
}
.a-recipeItem_list_img {
	width: 50px;
	height: 50px;
}
.a-recipeItem_list_name {
	width: 70%;
    line-height: 1.3;
}
/*レシピ詳細タブ*/
.s-recipe_area {
	width: 100%;
    max-width: 1100px;
	margin: 0 auto;
	padding: 80px 0 0;
}
.s-recipe_box01 {
	margin-bottom: 60px;
	padding-bottom: 70px;
	border-bottom: 1px solid #f1f1f1;
	display: flex;
	justify-content: space-between;
}
.s-recipe_img_out {
    width: 65%;
    overflow: hidden;
	border-radius: 30px;
}
.s-recipe_img {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 75% 0 0;
}
.s-recipe_img_inner {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
}
.s-recipe_img_inner img {
    transform: translate(-50%,-50%);
}
.s-recipe_info_area {
	width: 31.2%;
}
.s-recipe_name {
    font-size: 2.4rem;
    font-weight: bold;
    margin-bottom: 20px;
}
.s-recipe_coment {
	font-size: 1.6rem;
	margin-bottom: 20px;	
}
.s-recipe_info_box {
	display: flex;
	margin-bottom: 5px;
}
dl.s-recipe_kcal {
	width: 50%;
	background: #ffb199;
	font-size: 1.4rem;
	text-align: center;
	border-radius: 8px 0 0 8px;
}
dl.s-recipe_kcal dt {
	padding: 10px 0 2px;
	font-weight: bold;
}
dl.s-recipe_kcal dd {
	padding: 6px 0 4px;
	border: 4px solid #ffb199;
	background: #fff;
	font-weight: bold;
	border-radius: 10px;
}
dl.s-recipe_time {
	width: 50%;
	background: #a6e5ae;
	font-size: 1.4rem;
	text-align: center;
	border-radius: 0 8px 8px 0;
}
dl.s-recipe_time dt {
	padding: 10px 0 2px;
	font-weight: bold;
}
dl.s-recipe_time dd {
	padding: 6px 0 4px;
	border: 4px solid #a6e5ae;
	background: #fff;
	font-weight: bold;
	border-radius: 10px;
	
}
.s-recipe_info_coment {
	font-size: 1.2rem;
	margin-bottom: 20px;
}
.s-recipe_item_area {
	margin-bottom: 20px;
	padding: 16px;
	background: #f1f1f1;
    border-radius: 10px;
}
.s-recipe_item_area h3 {
	margin-bottom: 12px;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
}
.s-recipe_item_area a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	transition: .6s;
}
.s-recipe_item_area a:not(:first-of-type) {
	margin-top: 12px;
}
.s-recipe_item_area a:hover {
	opacity: .6;
}
.s-recipe_item_img {
	width: 42%;
    height: auto;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
}
.s-recipe_item_img img {
    padding: 5%;
}
.s-recipe_item_txt {
	width: 55%;
	padding: 16px 0;
}
.s-recipe_item_txt p {
	font-size: 1.4rem;
}
.s-recipe_point {
	position: relative;
    top: 20px;
    padding: 0px 14px 16px 16px;
    font-weight: bold;
    border: 1px solid #ff8e6c;
    border-radius: 10px;
}
.s-recipe_point_inner {
    margin-top: -17px;
}
.s-recipe_point h3 {
    display: inline-block;
    padding: 3px 14px 2px;
    font-weight: bold;
    border: 1px solid #ff8e6c;
    color: #fff;
    border-radius: 50px;
    margin-bottom: 8px;
    background: #ff8e6c;
}
.s-recipe_point h3:before {
    content: "●";
    position: relative;
    top: -2px;
    color: #fff;
    font-size: 1.0rem;
    vertical-align: middle;
    margin-right: 0.5rem;
    border-radius: 50%;
}
.s-recipe_point p {
	font-weight: 100;
}

.s-recipe_box02 {
	display: flex;
	justify-content: space-between;
	gap: 5%;
	margin-bottom: 80px;
}
.s-recipe_material_area {
	width: 40%;
}
.s-recipe_material_ttl {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 0 0 5px 5px;
    border-bottom: 1px solid #ff8e6c;
}
.s-recipe_material_ttl:before {
    content: "●";
    font-size: 1.2rem;
    color: #ff8e6c;
    margin-right: 0.5rem;
    border-radius: 50%;
    vertical-align: middle;
}
table.s-recipe_material_table {
	width: 100%;
}
table.s-recipe_material_table tr {
	border-bottom: 1px solid #f1f1f1;
}
table.s-recipe_material_table th {
	text-align: left;
	padding: 5px;
}
table.s-recipe_material_table tr {
	text-align: right;
	padding: 5px;
}

.s-recipe_make {
	width: 60%;
}
.s-recipe_ttl {
	font-size: 2.4rem;
	margin-bottom: 5px;
}
ul.s-recipe_list {
    padding-top: 5px;
}
.s-recipe_list li {
    display: flex;
	margin-bottom: 10px;
}
.p-howto-block__num {
    width: 25px;
    height: 25px;
    display: flex;
    margin-right: 16px;
    padding: 3px;
    align-items: center;
    flex-shrink: 0;
    justify-content: center;
    background: #ff8e6c;
    border-radius: 100%;
}
.p-howto-block__num span {
    color: #fff;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1;
}
.p-howto-block__num span:before {
  content: counter(number) ""; /* 表示形式を指定 */
}
.s-recipe_list li:nth-child(1) .p-howto-block__num span:before {
  counter-increment: number 1;  /* number カウンタの増加数をセット */
}
.s-recipe_list li:nth-child(2) .p-howto-block__num span:before {
  counter-increment: number 2;  /* number カウンタの増加数をセット */
}
.s-recipe_list li:nth-child(3) .p-howto-block__num span:before {
  counter-increment: number 3;  /* number カウンタの増加数をセット */
}
.s-recipe_list li:nth-child(4) .p-howto-block__num span:before {
  counter-increment: number 4;  /* number カウンタの増加数をセット */
}
.s-recipe_list li:nth-child(5) .p-howto-block__num span:before {
  counter-increment: number 5;  /* number カウンタの増加数をセット */
}
.s-recipe_list li:nth-child(6) .p-howto-block__num span:before {
  counter-increment: number 6;  /* number カウンタの増加数をセット */
}
.s-recipe_list li:nth-child(7) .p-howto-block__num span:before {
  counter-increment: number 7;  /* number カウンタの増加数をセット */
}
.s-recipe_list li:nth-child(8) .p-howto-block__num span:before {
  counter-increment: number 8;  /* number カウンタの増加数をセット */
}
.s-recipe_list li:nth-child(9) .p-howto-block__num span:before {
  counter-increment: number 9;  /* number カウンタの増加数をセット */
}
.s-recipe_list li:nth-child(10) .p-howto-block__num span:before {
  counter-increment: number 10;  /* number カウンタの増加数をセット */
}

.cartjs_box form {
	display: flex;
	flex-direction: column;
}
.t-item_ttl {
    font-size: 18px !important;
    font-weight: bold !important;
    text-align: center;
}
.t-item_box {
	position: relative;
	width: 30%;
	height: fit-content;
	min-height: 200px;
}
.t-item_other {
	position: relative;
	width: 21.3%;
}
.cartjs_product_img {
	position: relative !important;
    width: 100% !important;
    margin: 0 auto 20px !important;
    padding: 0 !important;
}
.cartjs_product_img::before {
    display: block !important;
    content: '' !important;
    padding-top: 100% !important;
}
.cartjs_product_img > img {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
}
.cartjs_cart_in {
	width: 100% !important;
    text-align: center !important;
    margin: 0 auto 20px !important;
	flex: 1;
	height: 100%;
	min-height: 51px;
}
.cartjs_sk_link {
	width: 100% !important;
    text-align: center !important;
    margin: 0 auto 0 !important;
    background-color: rgb(255 105 0) !important;
    text-align: center !important;
    border-radius: 30px !important;
    width: 100% !important;
    height: auto !important;
}
.cartjs_sk_link a {
    display: block;
	padding: 10px !important;
    color: #fff !important;
    font-size: 1.4rem;
}
.cartjs_sk_link br {
    display: none;
}
.cartjs_product_name {
    font-size: 17px !important;
    font-weight: bold !important;
}
.cartjs_product_table {
}
.cartjs_product_table table {
	width: 90% !important;
	font-size: 1.6rem !important;
}
tr.cartjs_sales_price th {
    width: 50% !important;
    margin: 0 auto !important;
	font-size: 1.6rem !important;
	padding-bottom: 16px !important;
}
tr.cartjs_sales_price td {
    width: 50% !important;
    text-align: right;
	font-size: 1.6rem !important;
}
tr.cartjs_product_num {
	font-size: 1.6rem !important;
}
tr.cartjs_product_num th {
\	font-size: 1.6rem !important;
}
tr.cartjs_product_num td {
	font-size: 1.6rem !important;
	text-align: right;
}
.cartjs_cart_in > input {
    margin-bottom: 0 !important;
    background-color: #009944 !important;
    text-align: center !important;
    border-radius: 30px !important;
    padding: 10px !important;
    width: 100% !important;
    height: auto !important;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 500;
    border: 0 !important;
    cursor: pointer !important;
    border: 1px solid #009944 !important;
    transition: .6s;
}
.cartjs_cart_in > input:hover {
    background-color: #fff !important;
    color: #009944 !important;
}
.cartjs_box {
    padding: 0 !important;
}
.item_back_btn {
	margin: 0 auto;
}
.item_back_btn a {
	display: block;
    font-size: 14px;
    text-align: center;
    border: 1px solid #009944;
    border-radius: 30px;
    padding: 10px 50px 10px 45px ;
    width: 100%;
    color: #fff;
    background-color: #009944;
    transition: .6s;
}
.item_back_btn a:hover {
    color: #009944;
    background-color: #fff;
}

/* 会社案内 */
.company-greeting_txt {
    margin-bottom: 60px;
}
ul.company-greeting_img {
	display: flex;
	justify-content: space-between;
    margin-bottom: 160px;
}
ul.company-greeting_img li {
	position: relative;
	width: 30%;
}
.company-greeting_img01:before {
	content: "ラーメン屋　清揚軒";
	position: absolute;
	bottom: -24px;
	right: 0;
	font-size: 1.3rem;
}
.company-greeting_img02:before {
	content: "創業当時商品";
	position: absolute;
	bottom: -24px;
	right: 0;
	font-size: 1.3rem;
}
.company-greeting_img03:before {
	content: "創業当時焼肉たれ";
	position: absolute;
	bottom: -24px;
	right: 0;
	font-size: 1.3rem;
}

.company-info_area {
	position: relative;
	width: 100%;
    max-width: 1100px;
	margin: 0 auto;
}
.company-info_box {
	display: flex;
    margin-bottom: 160px;
}
.company-slogan_area {
	margin-bottom: 160px;
}
h2.company_slogan_ttl {
	margin-bottom: 20px;
	text-align: left;
	font-size: 2.1rem;
}
.company_slogan_txt {
	text-align: center;
	font-size: 1.6rem;
	margin-bottom: 40px;
}
h3.company_slogan_ttl {
	margin-bottom: 40px;
	text-align: center;
	font-size: 2.2rem;
}
/* .company_slogan_img01 {
	margin-bottom: 20px;
	text-align: center;
} */
.company_slogan_img02 {
	width: 400px;
	margin: 0 auto;
}
.company_ttl {
	margin-right: 60px;
	font-size: 3.6rem;
	letter-spacing: 10px;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

/*.company-other_box {
	margin-bottom: 80px;
}*/
.company-other_box {
    margin-top: 100px;
    margin-bottom: 80px;
    padding-top: 80px;
    border-top: 1px solid #dcdcdc;
}
.company_abroad_txt {
    width: 65%;
}
.company_abroad_img {
    width: 30%;
}
.company_h3cnt {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    gap: 30px;	
}
.company_h3ttl {
	margin: 0 0 20px;
	font-size: 3.6rem;
	letter-spacing: 10px;
}
.company_cnt {
	width: 100%;
}
.company_subttl {
	margin-bottom: 20px;
	font-size: 3.0rem;
}
.company_cnt {
	width: 82.5%;
}
.company_cnt_img {
	position: relative;
}
.company_cnt_img:before {
	content:"";
	position: absolute;
    width: 354px;
    height: 308px;
    top: 120px;
    right: 0%;
    background: url('img/company_bk_img.png') no-repeat 0 0 / 100%;
}
.company_cnt_txt {
    line-height: 32px;
}
.other_btn {
	margin: 20px 0 0 0;
}
table.company_cnt th {
	padding: 10px;
	text-align: left;
    border-bottom: 1px solid #0F9E4E;
}
table.company_cnt td {
	padding: 10px;
    border-bottom: 1px solid #000000;
}
table.company_cnt td.company_underline_th {
    width: 32%;
    border-bottom: 1px solid #000000;
}
table.company_cnt td.company_underline {
    border-bottom: 1px solid #000000;
}
.company-contact_box {
	width: 100%;
	margin-bottom: 80px;
    padding: 36px 50px;
    border: 1px solid #ccc;
}
.company-contact_intro {
    letter-spacing: 1px;
}
.company-contact_tel {
    display: flex;
    padding-bottom: 12px;
    border-bottom: 1px solid #c8c8c8;
}
.company-contact_telLeft {
	margin-right: 40px;
    font-size: 2.8rem;
    line-height: 1.2;
}
.company-contact_telLeft span {
    font-size: 4.5rem;
    letter-spacing: 3.6px;
}
.company-contact_telLeft span a {
    color: #009944;
    font-weight: bold;
}
.company-contact_telRight {
    padding-top: 11px;
    font-size: 1.4rem;
    letter-spacing: 1.2px;
    line-height: 1.4;
}
.company-contact_list {
	display: flex;
    padding-top: 36px;
}
.company-contact_list li {
	width: 25%;
    padding: 0 20px 20px 20px;
    font-size: 1.7rem;
}
.company-contact_list li:not(:last-child) {
    border-right: 1px solid #c8c8c8;
}
.company-contact_listTtl {
	height: 45px;
	margin-bottom: 13px;
    line-height: 1.3;
}
.company-contact_listImg {
    margin-bottom: 36px;
    text-align: center;
}
.company-contact_listTel {
    text-align: center;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.2;
	letter-spacing: 1px;
}

/* お問い合わせ */
.contact_area {
	width: 100%;
    max-width: 1100px;
	margin: 0 auto;
    padding-top: 120px;
}

ul.company-contact_faxletter {
	display: flex;
	justify-content: space-between;
    margin: -40px auto 40px;
}
ul.company-contact_faxletter li {
	width: 48%;
    padding: 36px 50px;
    border: 1px solid #ccc;
}
.company-contact_fax {
    margin-bottom: 20px;
    font-size: 2.8rem;
    line-height: 1.2;
}
.company-contact_fax span {
    font-size: 4.5rem;
    letter-spacing: 3.6px;
    color: #009944;
}
.company-contact_fax_box, .company-contact_letter_box {
	position: relative;
}
.company-contact_fax_box:after {
    content: "";
    position: absolute;
    width: 57px;
    height: 57px;
    background: url(img/printer.svg) no-repeat;
    position: absolute;
    bottom: 36px;
    right: 50px;	
}
.company-contact_letter_box:after {
    content: "";
    position: absolute;
    width: 57px;
    height: 52px;
    background: url(img/mail.svg) no-repeat;
    position: absolute;
    bottom: 36px;
    right: 50px;
}
.company-contact_letter {
    margin-bottom: 20px;
    font-size: 2.4rem;
    line-height: 1.2;
    color: #009944;
}
.company-contact_tel_box {
	position: relative;
	width: 100%;
	margin-bottom: 40px;
    padding: 36px 50px 48px;
    border: 1px solid #ccc;
}
.company-contact_tel_ttl {
    font-size: 2.4rem;
    margin-bottom: 10px;
}
.company-contact_tel_txt {
	margin-bottom: 20px;
}
.company-contact_formTtl {
    font-size: 2.4rem;
    color: #009944;
}
.company-contact_formTxt {
    margin-bottom: 40px;
}
.contact-info_area {
	width: 100%;
    margin: 0 auto 40px;
}
.contact-info_area p {
    margin-bottom: 20px;
}
.contact-form_area {
	width: 100%;
}

.formTable {
	margin-bottom: 40px;
}
.p-apply-form__dl {
    min-height: 80px;
    padding: 16px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-bottom: 1px solid #cfd4d9;
}
.p-apply-form__dl dt {
    width: 40%;
    /* max-width: 490px; */
    padding-left: 50px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.p-apply-form__dl dd {
    width: 60%;
    padding: 0 25px 0 40px;
}
input,
button,
select,
textarea {
  /* -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none; */
}
input[type=text] {
	width: 500px;
    height: 40px;
    border: none;
    background: #f1f1f1;
    padding: 10px;
    border-radius: 5px;
}
tr.cartjs_product_num td input[type=text] {
	width: 100px !important;
    padding: 4px 15px !important;
}

textarea {
	width: 100%;
    height: 300px;
    border: none;
    background: #f1f1f1;
    padding: 10px;
    border-radius: 5px;
}
input[type=submit] {
    width: 270px;
    margin: auto;
}
input[type=submit] > a {
    padding: 16px 0;
    display: block;
    position: relative;
    color: #fff;
    font-weight: 700;
    letter-spacing: .1em;
    line-height: 1;
    text-align: center;
    background: #009944;
    border: 2px solid #009944;
    border-radius: 30px;
    transition: all .3s ease-in-out;
}
button, input, select, textarea {
    font-family: inherit;
    font-size: 100%;
}
.p-apply-form__check {
    width: fit-content;
    margin: 0 auto 20px;
    font-size: 1.3rem;
    letter-spacing: .1em;
    line-height: 1;
}
.p-apply-form__check a {
    color: #009944;
}
.p-apply-form__check a:hover {
    text-decoration: underline;
}
.c-smt-def {
    width: 600px;
    margin: auto;
}
.c-btn-submit {
    position: relative;
    width: 100%;
    padding: 38px 0;
    color: #fff;
    font-size: 2rem;
    line-height: 1;
    text-align: center;
    background: #009944;
    border: 2px solid #009944;
    cursor: pointer;
    transition: all .3s ease-in-out;
}
/* 確認・完了ページ */
.contact_area_confirm {
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
    padding: 40px 15px 0;
}
.contact_area_complet {
	width: 100%;
	max-width: 700px;
	margin: 0 auto;
    padding: 40px 15px 0;
}
.formTable_send {
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
}
.p-apply-form__lead {
	margin-bottom: 40px;
	text-align: center;
}
.p-recruit-table__cont {
	margin-bottom: 40px;	
}
.p-recruit-table__cont dt {
	padding: 16px 0 0 16px;
}
.p-recruit-table__cont dd {
	margin-bottom: 0;
	padding: 8px 0 16px 16px;
	border-bottom: 1px solid #f1f1f1;
}
.c-btn-submit button {
    width: 100%;
    padding: 38px 0;
    color: #fff;
    font-size: 2rem;
    line-height: 1;
    text-align: center;
    background: #009944;
    border: 2px solid #009944;
    cursor: pointer;
    transition: all .3s ease-in-out;
}
.c-btn-form.-back button {
	padding: 0;
	border: none;
	outline: none;
	font: inherit;
	color: inherit;
	background: none;
    width: 100%;
    color: #333;
    text-decoration: underline;
    font-size: 1.6rem;
    line-height: 1;
    text-align: center;
    cursor: pointer;
}
.c-btn-form.-submit {
	width: 100%;
	margin-bottom: 8px;
}
.p-apply-form__lead {
	
}

/*個人情報取り扱いについて*/
.terms_area {
    width: 100%;
    max-width: 1100px;
    margin: 80px auto 0;
    padding: 0 15px;
}

dl.terms_dl {
	padding: 26px 10px 24px;
    border-bottom: 1px solid #000000;
}
dl.terms_dl dt {
	font-weight: bold;
	margin-bottom: 12px;
	text-align: left;
}
dl.terms_dl dd {
	margin-bottom: 16px;
}
dl.terms_dl table {
	margin-bottom: 16px;
}
dl.terms_dl table th {
	padding: 8px 40px 8px 20px;
    border: 1px solid #000000;
    background: #f6f6f6;
    text-align: left;
}
dl.terms_dl table td {
	padding: 8px 40px 8px 20px;
    border: 1px solid #000000;
    text-align: left;
}

@media only screen and (min-width:1024px) {
}

/* -------------------------------------------------- */
/* TAB&SP */
/* -------------------------------------------------- */
@media screen and (max-width: 1023px) {
}

/* -------------------------------------------------- */
/* TAB(調整) */
/* -------------------------------------------------- */
@media screen and (min-width: 768px) and (max-width: 1024px) {

}
/* -------------------------------------------------- */
/* SP(調整) */
/* -------------------------------------------------- */
@media screen and (max-width: 940px) {
	/* .s-item_left {
	    width: 60%;
	    margin: 40px auto;
	}
	.s-item_right {
	    width: 100%;
	    max-width: 800px;
	} */
}
/* -------------------------------------------------- */
/* SP(調整) */
/* -------------------------------------------------- */
@media screen and (max-width: 768px) {
	.sp_logo {
		width: 100%;
	    height: 50px;
		background: #019944;
	}
	.sp_logo a {
	    display: block;
	    width: 240px;
	    padding: 8px;
	    margin: 0 auto;
	}
	.mv {
	    position: relative;
	    height: calc(100vh - 250px);
	    padding-top: 12vh;
	    margin-top: 0px;
	}
	.mv h1 {
	    font-size: 2rem;
		padding: 0 15px;
	}
	.mv p {
	    font-size: 1.4rem;
	    line-height: 2.0;
	    padding: 0 15px;
	}
	.intro {
	    padding: 50px 15px 80px;
	}
	.intro > h2 {
	    width: 100%;
	    margin: 0 auto 60px;
	    font-size: 3.4rem;
	}
	h2.top_ttl {
	    margin-bottom: 20px;
	}

	.pickup01 {
	    margin: 20px auto;
	}
	.pickup02 {
        padding: 30px 0;
	}
	.pickup_inner {
	    margin: 20px auto;
	}
	.pickup_img {
	    width: auto;
	    margin: 0;
	}

	.intro_inner {
	    width: 100%;
	    margin: 0 auto;
	    display: block;
	}
	.intro_inner_left {
	    width: 100%;
	}
	.intro_inner_left > h3 {
	    margin-bottom: 30px;
	    font-size: 2.4rem;
	}
	.intro_txt_inner {
	    position: static;
	}
	.intro_inner_right {
	    position: relative;
	    width: 100%;
	    display: flex;
	    justify-content: space-between;
	}
	.intro_img1, .intro_img2 {
	    width: 49%;
	    margin-bottom: 0;
	}
	.intro_inner_right:before {
	    bottom: -25px;
	    right: 37%;
	}
	/*ハンバーガーメニュー*/
	#toggle {
	    position: fixed;
	    top: 0px;
	    right: 0px;
	    width: 50px;
	    height: 50px;
	    padding: 15px;
	    background: #019944;
	}

	#toggle-box {
	    position: relative;
		width: 20px;
		height: 18px;
	    cursor: pointer;
	}

	#toggle-box > span {
	  width: 100%;
	  height: 1px;
	  left: 0;
	  display: block;
	  background: #fff;
	  position: absolute;
	  transition: transform .6s ease-in-out, top .5s ease, bottom .5s ease;
	}

	#toggle-box > span:nth-child(1) {
	    top: 0;
	}
	#toggle-box > span:nth-child(2) {
	    top: 50%;
	    transform: translatey(-50%);
	}
	#toggle-box > span:nth-child(3) {
	    bottom: 0;
	}

	#toggle {
	    z-index: 1000;
	}
	#main {
	    position: relative;  
	    z-index: 990;
	}

	#nav-content {
	    z-index: 900;
	    overflow: auto;
	    width: 60%;
	    height: 100%;
	    background: #019944;
	    color: #fff;
	    position: fixed;
	    top: 0;
	    right: 0;
	    text-align: center;
	    transform: translateX(100%);
	    transition:  transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
	}

	#nav-content ul {
		padding: 30px;
		list-style: none;
	}

	#nav-content a {
	  display: block;
	  color: #fff;
	  text-decoration: none;
	  padding-bottom: 15px;
	  text-align: left;	
	  transition: opacity .6s ease;
	}

	#nav-content a:hover {
	  opacity: 0.6;
	}

	.is-open {
	    overflow: hidden;
	}

	.is-open #toggle-box > span {
	    background: #fff;
	}

	.is-open #toggle-box > span:nth-child(1) {
	  top: 50%;
	  transform: rotate(45deg) translatey(-50%);
	}

	.is-open #toggle-box > span:nth-child(2) {
	  width: 0;
	}

	.is-open #toggle-box > span:nth-child(3) {
	  top: 50%;
	  transform: rotate(-45deg) translatey(-50%);
	}

	.is-open #nav-content {
	  z-index: 999;
	  transform: translateX(0);
	}
	/* top新着情報 */
	.p-news_area {
	    width: 100%;
	    margin: 0 auto;
	    padding: 80px 15px;
	}
	.p-news_area ul.tab li a {
	    display: block;
	    color: #009944;
	    background: #e7e7e7;
	    margin: 0;
	    font-size: 1.4rem;
	    padding: 5px 0px;
	    font-weight: bold;
	    text-align: center;
	    border-radius: 5px 5px 0% 0%;
	}
	.tab_date {
	    margin-right: 0;
	}
	ul.tab_list li a span {
	    display: inline-block;
	    width: auto;
	    margin-right: 20px;
	    margin-bottom: 4px;
	    padding: 2px 10px;
	    border-radius: 20px;
	    font-size: 1.2rem;
	    text-align: center;
	    color: #000 !important;
	}
	.p-news_area ul.tab_list li {
		margin-bottom: 10px;
		padding-bottom: 10px;
		letter-spacing: 0.6px;
	}
	/*	top商品紹介*/
	.p-rec_area {
	    padding: 80px 0px;
	}
	.p-rec__img {
	    position: relative;
	    width: 180px;
	    height: 180px;
	    margin-bottom: 10px;
	    background: #fff;
	    border-radius: 10px;
	}
	.p-item__box {
	    width: calc(100% / 4);
	    margin-bottom: 16px;
	}
	.p-item__area {
	    margin: 0 auto 0px;
	}
	.p-item__img {
	    width: 100%;
	    height: 22vh;
	    margin-bottom: 8px;
	    object-fit: cover;
	    overflow: hidden;
	}
	.p-item__img img {
	    display: block;
	    transition-duration: 0.5s;
	    transform: translate(0%,-20%);
	}
	.p-item__name {
	    text-align: center;
	    /* font-weight: bold; */
	    line-height: 1.4;
	    font-size: 1.4rem;
	}
	/*	topブランド*/
	.p-brand__inner {
	    padding: 0 15px;
	    display: flex;
	    flex-wrap: wrap;
	    justify-content: center;
	    gap: 4%;
	}
	.p-brand__box {
		width: 48%;
	}
	.p-brand__img {
	    width: 100%;
	    margin-bottom: 12px;
	    padding: 16px;
	    border-radius: 16px;
	}
	/*	topギフト業務用*/
	.p-gift__area {
	    position: relative;
	    display: block;
	    flex-wrap: wrap;
	    flex-direction: row-reverse;
	    height: 80vh;
	    margin-bottom: 60px;
	    padding: 0 15px;
	    background: url(img/top_gift_img.png) no-repeat 80% 40% / 80%;
	    background-color: #f1f1f1;
	}
	.p-gift__box, .p-biss__box {
	    width: 100%;
	    padding: 0px 0px;
	    background: none;
	    text-align: left;
	}
	.p-gift-biss_inner {
	    display: inline-block;
	    max-width: 500px;
	}
	h2.p-top_ttl {
	    position: absolute;
	    top: 40px;
	    /* margin-bottom: 21vh; */
	    /* padding-top: 20px; */
	    text-align: left;
	    font-size: 4rem;
	    font-weight: bold;
	    line-height: 1.4;
	}
	.p-gift_txt, .p-biss_txt {
	    position: absolute;
	    bottom: 110px;
	    margin-bottom: 0;
	    text-align: left;
	    font-size: 1.3rem;
	    line-height: 1.6;
	}
	.p-biss__area {
	    position: relative;
	    display: block;
	    flex-wrap: wrap;
	    flex-direction: row-reverse;
	    height: 80vh;
	    padding: 0 15px;
	    background: url(img/top_biss_img.png) no-repeat 80% 40% / 80%;
	    background-color: #f1f1f1;
	}
	h2.p-top_ttl {
	    position: absolute;
	    top: 40px;
	    /* margin-bottom: 21vh; */
	    /* padding-top: 20px; */
	    text-align: left;
	    font-size: 4rem;
	    font-weight: bold;
	    line-height: 1.4;
	}
	h2.p-top_ttl > span {
	    display: block;
	    font-family: 'Lato', sans-serif;
	    font-style: italic;
	    font-weight: revert;
	    margin-bottom: 10px;
	    padding-left: 5px;
	    color: #009944;
	    font-size: 1.6rem;
	}
	.c-btn-def2 {
	    width: 100%;
	    max-width: 50%;
	    text-align: left;
	    position: absolute;
	    bottom: 50px;
	}
	.c-btn-def2 > a {
	    padding: 8px 0;
	    display: block;
	    position: relative;
	    color: #fff;
	    font-size: 1.4rem;
	    font-weight: 500;
	    letter-spacing: .1em;
	    line-height: 1;
	    text-align: center;
	    background: #009944;
	    border: 2px solid #009944;
	    border-radius: 30px;
	    transition: all .3s ease-in-out;
	}
	/*	footer*/
	footer {
	    padding: 50px 15px 90px;
	    background: #f6f6f6;
	}
	.footer_area {
	    display: block;
	    margin: 0 auto;
	}
	.footer_left {
	    width: 100%;
	    font-size: 1.5rem;
	}
	.f_logo {
	    width: 80%;
	    margin: 0 auto 20px;
	}
	.f_add_box {
	    width: 100%;
	    text-align: center;
	    padding: 0 10px;
	}
	.sns_area {
	    width: 100%;
	    text-align: center;
	    margin-bottom: 30px;
	}
	.cnv_sp {
		display: flex;
		position: fixed;
		bottom: 0;
		width: 100%;
	    border-top: 1.5px solid #fff;
        z-index: 999;
	}
	.cnv_cart_sp, .cnv_mail_sp, .cnv_top_sp {
		display: table;
		height: 50px;
		background-color: #019944;
		text-align: center;
	    line-height: 1.1;
	}
	.cnv_cart_sp, .cnv_mail_sp {
	    border-right: 1px solid #fff;
	}
	.cnv_cart_sp a, .cnv_mail_sp a, .cnv_top_sp a {
	    display: table-cell;
		color: #fff;
	    text-align: center;
	    vertical-align: middle;
	}
	.cnv_cart_sp a span, .cnv_mail_sp a span {
		position: relative;
	    padding-left: 20px;
	}
	.cnv_cart_sp {
		width: 42.5%;
	}
	.cnv_mail_sp {
		width: 42.5%;
	}
	.cnv_cart_sp a span:before {
	    content: "";
	    position: absolute;
	    left: -5px;
	    width: 20px;
	    height: 20px;
	    background: url(img/shopping-cart_w.svg) no-repeat;
	    background-size: cover;
	}
	.cnv_mail_sp a span:before {
	    content: "";
	    position: absolute;
	    left: -5px;
	    width: 20px;
	    height: 20px;
		background: url(img/send_w.svg) no-repeat;
	    background-size: cover;
	}
	.cnv_top_sp {
		width: 15%;
	}
	/*	共通*/
	main {
	    padding: 0 0 80px;
	}
	.sv {
	    height: 115px;
	    margin-top: 0;
	    padding: 0 15px;
	    background: url(img/sv_back_img.jpg) no-repeat 40% 0%;
	    background-size: cover;
	}
	.sv_inner {
	    padding: 30px;
	}
	.sv_inner h1 {
	    font-size: 2rem;
	}
	.sv_inner p {
	    font-size: 1.2rem;
	}
	.sv_news {
		display: table;
	    width: 100%;
	    min-height: 160px;
	    margin-top: 0;
	    padding: 0 15px;
	    background: #f6f6f6;
	}
	.sv_news_inner {
		display: table-cell;
		vertical-align: middle;
	    padding: 0;
	}
	/*商品紹介*/
	.a-item_area {
	    padding: 40px 15px 0;
	}
	ul.a-item_term, ul.a-business_term, ul.a-recipe_term {
	    display: flex;
	    flex-direction: row;
	    margin-bottom: 0px;
	    padding: 18px 0px;
	    overflow-y: hidden !important;
	    gap: 8px;
	}
	ul.a-item_term li, ul.a-business_term li, ul.a-recipe_term li {
	    margin-right: 0;
	    flex-shrink: 0;
	}
	ul.a-item_term::-webkit-scrollbar, ul.a-business_term::-webkit-scrollbar, ul.a-recipe_term::-webkit-scrollbar {
	  display: none;
	}
	/*商品/業務用共通*/
	.catalog {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		margin: 0 auto;
		padding: 50px 15px 0;
	}
	.catalog_img {
		width: 160px;
		margin: 0 auto 20px;
	}
	a.catalog_link {
		display: block;
		max-width: 240px;
	    color: #fff;
	    background: #009944;
	    border: 1px solid #009944;
		margin: 0 auto;
	    padding: 4px;
		font-size: 1.5rem;
	    text-align: center;
	    border-radius: 25px;
	    transition: .3s;
	}
	.s-item_txt {
	    width: 100%;
	}

	/*レシピ*/
	ul.a-recipe_list > li {
	    width: calc(96% / 2);
	    display: flex;
	    flex-wrap: wrap;
	    margin-bottom: 40px;
	    gap: 40px 4%;
	}
	.a-item_list {
	    width: 48%;
	}
	span.a-recipe_cate01 {
	    margin-right: 0;
	    display: inline-block;
	    margin-bottom: 4px;
	    border-radius: 20px;
	    background: #ff6161;
	}
	.s-item_ttl {
	    margin-bottom: 12px;
	    padding: 0 0 10px;
	    font-size: 2.2rem;
	    font-weight: bold;
	    color: #009944;
	}
	.a-recipe_area {
		padding: 40px 15px 0;
	}
	.p-recipe__area {
	    padding: 80px 15px;
	}
	.p-recipe__inner {
	    margin: 0 auto 0px;
	}
	.a-recipe_list {
	    display: flex;
	    flex-wrap: wrap;
	    gap: 0px 4%;
        padding-top: 20px;
	}
	.a-recipe_list > li > a {
	    width: 100%;
	}
	/*	商品詳細*/
	.s-item_area {
	    display: block;
	    padding: 0 15px;
	}
	.s-item_left {
	    width: 60%;
	    margin: 40px auto;
	}
	.s-item_other_box1 {
	    display: block;
	    margin-bottom: 50px;
	}
	.t-item_box {
	    position: relative;
	    width: 100%;
	    height: fit-content;
	    min-height: 200px;
	    margin-bottom: 40px;
	}

	.cartjs_box form {
	    display: flex;
	    flex-direction: row;
	    flex-wrap: wrap;
	}

	.cartjs_product_img {
	    position: relative !important;
	    width: 30% !important;
	    margin: 0 auto 10px !important;
	    padding: 0 !important;
	}
	.cartjs_cart_in {
	    min-width: 240px;
	    width: 70% !important;
	    text-align: left !important;
	    margin: 0 auto 10px !important;
	    height: auto;
	    min-height: 30px;
        overflow: hidden;
	}
	.cartjs_product_name {
	    display: block;
	    padding-top: 20px !important;
	}
	.cartjs_product_table {
	    width: 100% !important;
	}
	.cartjs_product_table table {
	    width: 100% !important;
	}
	tr.cartjs_sales_price th, tr.cartjs_sales_price td {
	    padding: 8px 16px !important;
	    border: 1px solid #ccc;
	}
	tr.cartjs_product_num th, tr.cartjs_product_num td {
	    padding: 8px 16px !important;
	    border: 1px solid #ccc;
	}
	.product_num {
	    position: absolute;
	    bottom: 75px;
	    right: 12px;
	    width: 32%;
	    height: 35px;
	    padding: 0 10px;
	}
	input[type=submit] {
		display: block;
		height: 45px !important;
	    margin: auto;
        border-radius: 30px !important;
	}
	.item_component_area {
	    width: 100%;
	}
	.s-item_right {
	    margin-bottom: 40px;
	}
	.s-item_other_box2 {
	    display: flex;
	    flex-wrap: wrap;
	    gap: 4%;
	}
	.t-item_other {
	    position: relative;
	    width: 48%;
	    margin-bottom: 20px;
	    padding: 16px 8px;
	    border: 1px solid #c8c8c8;
	}
	.t-item_other a {
		display: block;
		text-align: center;
	}
	.t-item_img {
		width: 50%;
		margin-bottom: 8px;
	}
	.t-item_ttl {
	    display: table;
	    width: 100%;
	    font-size: 1.6rem !important;
	}
	.t-item_ttl span {
		display: table-cell;
	    vertical-align: middle;
	    line-height: 1.4;
	}

	/* ギフト */
	.gift_area {
	    width: 100%;
	    max-width: 1100px;
	    margin: 0 auto;
	    padding: 0 5%;
	}
	.giftmain_ttl {
	    width: 100%;
	    margin: 0 auto;
	    padding: 50px 5%;
	    text-align: center;
	    line-height: 2;
	    letter-spacing: 2px;
	    background: url(img/wrapping_back.png) no-repeat center center;
	    background-size: cover;
	}
	.giftmain_ttl p {
	    font-size: 1.8rem;
	    color: #000;
	}
	/* .giftmain_ttl p span {
	    color: #ff9f9f;
	    font-weight: 600;
	} */
	h2.gift_ttl {
		margin-bottom: 20px;
		border-bottom: 2px solid #d7d7d7;
		font-size: 2rem;
	}
	.gift_box {
	    width: 100%;
	    max-width: 1100px;
	    margin: 0 auto 160px;
        padding: 0 5%;
	}
	ul.giftitem_list {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		margin: 0 auto 80px;
		border-bottom: 1px solid;
	}
	ul.giftitem_list li {
		width: 100%;
		margin-bottom: 80px;
	}
	.giftitem_img {
		margin-bottom: 15px	
	}
	.giftitem_ttl01 {
		position: relative;
		font-size: 2rem;
		margin-bottom: 16px;
		color: #009944;
	}
	.giftitem_ttl01 span {
		position: absolute;
		right: 0;
		font-size: 2rem;
	}
	.giftitem_ttl02 {
		font-size: 1.8rem;
		margin-bottom: 10px;
	/* 	color: #009944; */
	}
	.giftitem_cntttl {
		position: relative;
		font-size: 1.3rem;
		margin-bottom: 4px;
		padding: 0;
	}
	.giftitem_cntttl:before {
	  position: absolute;
	  top: calc(50% - 1px);
	  left: 0;
	  width: 100%;
	  height: 1px;
	  content: '';
	  background: #d7d7d7;
	}
	.giftitem_cntttl span {
	  position: relative;
	  padding: 0 1em 0 0;
	  background: #fff;
	}
	.giftitem_cnttxt {
		padding-bottom: 24px;
		font-size: 1.5rem;
	}
	.giftitem_cnt_btm {
		border-bottom: 1px solid #d7d7d7;
	}
	.giftitem_type_cnttxt {
		font-size: 1.5rem;
	}
	.giftitem_btn {
		margin-top: 32px;
		text-align: center;
	}
	.giftitem_btn a {
		display: block;
		width: 100%;
		padding: 10px 0;
		background: #009944;
		color: #fff;
		border-radius: 30px;
		transition: .6s;
	}
	.giftitem_btn a:hover {
		opacity: .6;
	}
	.giftitem_btn p {
	    margin-top: 0px;
	}
	.giftitem_list_type {
	    height: 360px;
		padding: 24px;
		background: #f9f9f9;
	}

	.gift_txt {
		margin-bottom: 35px;
	    font-size: 18px;
	    color: #009944;
	}
	.wrapping_box {
		margin-bottom: 40px;
	}
	.wrapping_list {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
	.wrapping_list li {
	    width: 100%;
	}
	.wrapping_list li:not(:last-of-type) {
	    margin-bottom: 80px;
	}
	.wrapping_uchisoto_list {
		display: flex;
		justify-content: center;
	}
	.wrapping_uchisoto_list li {
		width: 50%;
	}
	.wrapping_uchisoto_list li:first-child {
		margin-right: 5%;
	}

	.giftitem_noshi_area {
		display: flex;
		flex-direction: column;
	    justify-content: space-between;
		padding: 24px;
		background: #f9f9f9;
	}
	.giftitem_noshi_img {
		width: 100%;
	    margin-bottom: 20px;
		padding: 10px;
		background: #fff;	
	}
	.giftitem_noshi_txt {
		width: 100%;
	}

	/*ブランド*/
	.a-brand_area {
	    padding: 40px 0;
	}
	.brand_box {
		padding: 0 15px;
	}
	.brand02_back {
	    display: block;
	    margin-bottom: 0px;
	}
	.brand_img {
	    width: 100%;
	    margin: 0;
	}
	.kodawari_box {
	    display: block;
	    margin-bottom: 80px;
	}
	h1.towa_ttl {
	    font-size: 3rem;
	    margin-bottom: 10px;
	    padding-top: 40px;
	}
	.towa_txt {
		font-size: 1.4rem;
	}
	.brand01_back {
	    height: 500px;
	}
	.brand01_back_inner {
	    position: static;
	    padding: 50px 0px 50px 20px;
	}
	.omoi_ttl {
	    font-size: 3rem;
	}
	.omoi_txt {
	    font-size: 1.6rem;
	    color: #ffffff;
	    line-height: 2.4;
	    letter-spacing: 2px;
	}
	ul.brand_list li {
	    display: inline-block;
	    width: 100%;
	    margin-bottom: 80px;
	}
	.brand_list_img {
		width: 80%;
	    height: auto;
	    margin: 0 auto 10px;
	}
	.brand_list__inner {
	    width: 100%;
	    text-align: center;
	}
	.brand_list_ttl {
	    font-size: 1.8rem;
	    text-align: center;
	}
	.brand_list_ttl span {
	    font-size: 1.6rem;
	    font-weight: 500;
	}
	.brand_list_txt {
	    font-size: 1.4rem;
	    margin-bottom: 14px;
	}
	.brand_list_btn a {
	    width: 100%;
	    max-width: 200px;
	    margin: 0 auto;
	    padding: 4px 26px;
	    font-size: 1.4rem;
	}

	/*ブランド（ブルコギヤン）*/
	.brand02_back {
	    position: relative;
	    display: block;
	    width: 100%;
	    margin-bottom: 40px;
	}
	.brand02_back_img {
	    width: 100%;
	    margin: 0 auto;
	}
	.brand02_back_inner {
	    width: 100%;
	    padding: 20px 4%;
	}
	.omoi_ttl.brand02 {
	    font-size: 3.0rem;
	    margin-bottom: 10px;
	    color: #0C9547;
	}
	.omoi_txt.brand02 {
	    color: #111;
	    font-size: 1.4rem;
	}
	.brand_btn_area {
	    display: flex;
	    flex-wrap: wrap;
        justify-content: center;
	}
	.brand_btn_burkogyan {
	    margin-right: 0;
	    margin-bottom: 13px;
	    text-align: center;
	}
	/*ブランド（野菜がおいしい鍋）*/
	.kodawari_area {
	    text-align: center;
	    padding: 0 15px;
	}
	.kodawari_box h2 {
	width: 100%;
	    margin-right: 0;
	    margin-bottom: 20px;
	    padding: 1rem 2rem;
	    border-left: none;
	    border-right: none;
	    border-top: 1px solid #000;
	    border-bottom: 1px solid #000;
	    -ms-writing-mode: tb-rl;
	    writing-mode: unset;
	}
	.brand03_back_img {
	    width: 100%;
	    margin-bottom: 40px;
	}
	.omoi_ttl {
	    margin-bottom: 20px;
	    font-size: 3.0rem;
	}
	.omoi_txt {
	    font-size: 1.4rem;
	}
	/*ブランド（ハピア）*/
	.brand04_back_inner {
	    position: absolute;
	    top: 20%;
	    left: 10%;
	}
	.omoi_ttl {
	    margin-bottom: 20px;
	    font-size: 3.0rem;
	}
	.omoi_txt {
	    font-size: 1.4rem;
	    padding-right: 15px;
	}
	.brand04_back {
		height: 500px;
	    background: url(img/brand_bk04.jpg) no-repeat 20% center;
	}

	/*レシピ*/
	.s-recipe_area {
	    padding: 40px 15px 0;
	}
	.s-recipe_box01 {
	    display: block;
	    border-bottom: 1px solid #f1f1f1;
	}
	.s-recipe_img_out {
	    width: 100%;
	    margin-bottom: 20px;
	}
	.s-recipe_name {
	    font-size: 2.4rem;
	    font-weight: bold;
	    margin-bottom: 10px;
	}
	.s-recipe_info_area {
	    width: 100%;
	}
	.s-recipe_box02 {
	    display: block;
	    margin-bottom: 40px;
	}
	.s-recipe_material_area, .s-recipe_make {
	    width: 100%;
	    margin-bottom: 60px;
	}
	.s-recipe_make {
	    width: 100%;
	}

	/*商品別レシピ*/
	.a-recipeItem_area {
		padding: 40px 0 0;
	}
	ul.a-recipeItem_list li {
		width: calc(100% / 1);
		margin-bottom: 16px;
		border: 1px solid #ccc;
		border-radius: 2px;
	}

	/*新着情報*/
	.s-news_area {
	    /* width: 1100px; */
	    /* width: 100%; */
	    /* max-width: 1100px; */
	    /* margin: 0 auto; */
	    padding: 40px 15px;
	}

	/* 会社案内 */
	.company-greeting_txt p {
	    margin-bottom: 20px;
	}
	.company-info_area {
	    padding: 0 15px;
	}
	.other_ttl {
	    position: relative;
	    left: 50%;
	    display: inline-block;
	    padding-top: 40px;
	    margin-bottom: 40px;
	    font-size: 2rem;
	    font-weight: 700;
	    color: #333;
	    text-align: center;
	    letter-spacing: 3px;
	    transform: translate(-50%,0%);
	}
	.other_ttl:before {
	    content: '';
	    position: absolute;
	    bottom: -5px;
	    display: inline-block;
	    width: 60px;
	    height: 2px;
	    left: 50%;
	    -webkit-transform: translateX(-50%);
	    transform: translateX(-50%);
	    background-color: black;
	    border-radius: 2px;
	}
	ul.company-greeting_img {
	    margin-bottom: 100px;
	}
	.company-greeting_img01:before {
	    content: "ラーメン屋　清陽軒";
	    position: absolute;
	    bottom: -20px;
	    left: 0;
	    font-size: 1.1rem;
	}
	.company-greeting_img02:before {
	    content: "創業当時商品";
	    position: absolute;
	    bottom: -20px;
	    left: 0;
	    font-size: 1.2rem;
	}
	.company-greeting_img03:before {
	    content: "創業当時焼肉たれ";
	    position: absolute;
	    bottom: -20px;
	    left: 0;
	    font-size: 1.2rem;
	}
	.company-info_box {
	    display: block;
	}
	.company_ttl {
	    margin-right: 0;
	    margin-bottom: 10px;
	    font-size: 3.6rem;
	    letter-spacing: 10px;
	    -ms-writing-mode: tb-rl;
	    writing-mode: initial;
	}
	.company_cnt {
	    width: 100%;
	}
	.company_cnt_img:before {
	    content: "";
	    position: absolute;
	    width: 354px;
	    height: 308px;
	    top: 160px;
	    right: -33%;
	    background: url(img/company_bk_img.png) no-repeat 0 0 / 80%;
	}
	.company_subttl {
	    margin-bottom: 0px;
	    font-size: 2.8rem;
	}
	.company-info_box {
	    display: block;
	    margin-bottom: 80px;
	}
	table.company_cnt th {
	    display: block;
	    padding: 12px 10px 0px 10px;
	    text-align: left;
	    font-weight: 600;
	    border-bottom: none;
	}
	table.company_cnt td {
	    padding: 0px 10px 10px 10px;
	    display: block;
	    border-bottom: 1px solid #000000;
	}
	table.company_cnt td.company_underline_th {
	    width: 100%;
	    border-bottom: none;
	    padding: 10px 10px 0px 10px;
	}
	table.company_cnt td.company_underline {
	    border-bottom: 1px dotted #000000;
	}
	.company_h3cnt {
	    display: flex;
	    flex-direction: column;
	    gap: 30px;
	}
	.company_abroad_txt {
	    width: 100%;
	}
	.company_abroad_img {
	    width: 100%;
	}

	.company-contact_box {
	    width: 100%;
	    margin-bottom: 80px;
	    padding: 20px 20px 0px 20px;
	    border: 1px solid #ccc;
	}
	.company-contact_tel {
	    display: block;
	    padding-bottom: 20px;
	    border-bottom: 1px solid #c8c8c8;
	}
	.company-contact_telLeft {
	    margin-right: 0;
	    font-size: 2rem;
	}
	.company-contact_telLeft span {
	    font-size: 3.6rem;
	    font-weight: 500;
	    letter-spacing: 1.4px;
	    color: #009944;
	}
	.company-contact_list {
	    display: block;
	    padding-top: 20px;
	}
	.company-contact_list li {
		width: 100%;
	    padding: 0;
	}
	.company-contact_list li:not(:last-child) {
	    margin-bottom: 20px;
	    border-right: none;
	    border-bottom: 1px solid #c8c8c8;
	}
	.company-contact_listTtl {
	    height: auto;
	    margin-bottom: 16px;
	    line-height: 1.3;
	}
	.company-contact_listImg {
	    display: inline-block;
	    width: 28%;
	    margin-right: 2%;
	    margin-bottom: 36px;
	    text-align: center;
	}
	.company-contact_listTel a {
		font-size: 2.4rem;
	}
	.company-contact_listTel {
	    display: inline-block;
	    width: 68%;
	    text-align: left;
	    font-size: 2.33rem;
	    font-weight: bold;
	    line-height: 1.2;
	    letter-spacing: 1px;
	}
	.company-contact_tel_ttl {
	    font-size: 2rem;
	}
	.company-contact_tel_box {
	    margin-bottom: 20px;
	    padding: 20px;
	}

	/*お問い合わせ*/
	.contact_area {
	    padding: 40px 15px 0;
	}
	ul.company-contact_faxletter {
	    display: block;
	    margin: -65px auto 20px;
	}
	ul.company-contact_faxletter li {
	    width: 100%;
	    margin-bottom: 20px;
	    padding: 20px;
	    border: 1px solid #ccc;
	}
	.company-contact_fax_box:after,.company-contact_letter_box:after {
	    background: none;
	}
	.company-contact_fax {
	    font-size: 2rem;
	}
	.company-contact_fax span {
	    font-size: 4rem;
	    font-weight: 600;
	    letter-spacing: 1.4px;
	    color: #009944;
	}
	.company-contact_letter {
	    font-size: 2rem;
	}
	.p-apply-form__dl {
	    display: block;
	    padding: 16px 0 28px;
	}
	.p-apply-form__dl dt {
	    width: 100%;
	    display: block;
	    padding-left: 0px;
	    font-weight: 600;
	}
	.p-apply-form__dl dd {
	    width: 100%;
	    padding: 0;
	}
	input[type=text] {
	    width: 100%;
	}
	textarea {
	    height: 160px;
	}
	.c-smt-def {
	    width: 100%;
	    margin: auto;
	}
	.c-btn-submit, .c-btn-back {
	    width: 100%;
	    padding: 20px 0;
	}

}

@media screen and (max-width: 374px) {
	html {
		font-size: 2.667vw;
	}
}


/*====================================================================
.s_02 .accordion_one
====================================================================*/

.s_02 .accordion_one {
	margin-bottom: 16px;
}
.s_02 .accordion_one .accordion_header {
	color: #009944;
    font-size: 20px;
    padding: 10px 20px;
    text-align: left;
    position: relative;
    z-index: +1;
    cursor: pointer;
    border-bottom: 1px solid #009944;
    transition-duration: 0.2s;
}
.s_02 .accordion_one .accordion_header:hover {
  opacity: .8;
}
.s_02 .accordion_one .accordion_header .i_box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 1.5%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  box-sizing: border-box;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
}
.s_02 .accordion_one .accordion_header .i_box .one_i {
  display: block;
  width: 18px;
  height: 18px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
  position: relative;
}
.s_02 .accordion_one .accordion_header.open .i_box {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.s_02 .accordion_one .accordion_header .i_box .one_i:before, .s_02 .accordion_one .accordion_header .i_box .one_i:after {
  display: flex;
  content: '';
  background-color: #009944;
  border-radius: 10px;
  width: 18px;
  height: 2px;
  position: absolute;
  top: 8px;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transform-origin: center center;
}
.s_02 .accordion_one .accordion_header .i_box .one_i:before {
  width: 2px;
  height: 18px;
  top: 0;
  left: 8px;
}
.s_02 .accordion_one .accordion_header.open .i_box .one_i:before {
  content: none;
}
.s_02 .accordion_one .accordion_header.open .i_box .one_i:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.s_02 .accordion_one .accordion_inner {
  display: none;
  padding: 20px 20px 4px;
  box-sizing: border-box;
}
.s_02 .accordion_one .accordion_inner .box_one {
  height: 300px;
}
.s_02 .accordion_one .accordion_inner p.txt_a_ac {
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .s_02 .accordion_one .accordion_header {
    font-size: 18px;
  }
  .s_02 .accordion_one .accordion_header .i_box {
    width: 30px;
    height: 30px;
    margin-top: -15px;
  }
}
@media screen and (max-width: 767px) {
  .s_02 .accordion_one .accordion_header {
    font-size: 16px;
    text-align: left;
    padding: 15px 60px 15px 15px;
  }
}
