/* --------------------------------------------
 ・共通
 --------------------------------------------*/
html {
 	width: 100%;
	 height: 100%;
	}

*, ::after, ::before{
	padding: 0;
    margin: 0;
    box-sizing: border-box;
	background-repeat: no-repeat;
	text-decoration: inherit;
    vertical-align: inherit;
}

 body {
	width: 100%;
    font-family: Arial, Helvetica, sans-serif;
}

main {
	width: 100%;
	height: 100%;
}

p {
    font-size: 20px;
    line-height: 1.5;
}

h2 {
	margin: 0 auto;
    max-width: 600px;
    width: 100%;
}

a {
    display: block;
	text-decoration: none;
	color: #fff;
}
a:hover {
	cousor: pointer;
}

.hover_dark {
    background: #000;
    overflow: hidden;
}
.hover_dark img{
    transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    border: 1px solid #999;
  }
.hover_dark:hover img{
    opacity: 0.9;
    transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
}

img {
    width: 100%;
	max-width: 100%;
    border: none;
    vertical-align: top;
}

ul {
    list-style: none;
    margin: 0 0;
	padding: 0 0;
}

.position_r {
    position: relative;
}
.position_a {
    position: absolute;
}

.cont_ul li {
    text-indent: -1em;
    padding-left: 1em;
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 1.4;
}
.cont_ul li:last-of-type {
    margin-bottom: 0;
}

button {
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	-ms-border-radius: 0;
    -o-border-radius: 0;
    -moz-border-radius: 0;
	background: transparent;
	color: inherit;
	vertical-align: middle;
	text-align: inherit;
	font: inherit;
	-webkit-appearance: none;
	appearance: none;
}

.br_1024_sp {
    display: none;
}
.br_745_sp {
    display: none;
}
.br_475_sp {
    display: none;
}
.br_375_sp {
    display: none;
}

.inner {
    max-width: 1100px;
    margin: 0 auto;
    width: 95%;
}

.kmk_bnr_link{
    margin-bottom: 80px;
    transition: all 0.3s;
}
.kmk_bnr_link:hover{
    opacity: 0.7;
    transition: all 0.3s;
}


/* --------------------・ページトップへ---------------------------*/

#page_top {
    position: fixed;
    -ms-position: fixed;
    -webkit-position: fixed;
    -o-position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 5;
}

#page_top a {
    position: relative;
    -ms-position: relative;
    -webkit-position: relative;
    -o-position: relative;
    width: 60px;
    height: 60px;
    display: block;
    text-indent: -3000px;
    background-color: #ff8000;
    border-radius: 50%;
   -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    transition: .5s;
   }

   #page_top a:hover {
    opacity: .7;
   }

/* --------------------・ページトップへ---------------------------*/

#page_top a:before {
    content: '';
    position: absolute;
    -ms-position: absolute;
    -webkit-position: absolute;
    -o-position: absolute;
    top: 25px;
    left: 21px;
    width: 16px;
    height: 16px;
    margin: 0;
    display: block;
    display: inline-block;
    vertical-align: middle;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}



/* --------------------------------------------
・共通レスポンシブ
 --------------------------------------------*/

@media(max-width: 1024px) {
    .br_1024_pc {
        display: none;
    }
    
    .br_1024_sp {
        display: block;
    }
}

@media(max-width: 745px) {
    .br_745_sp {
        display: block;
    }
    .br_745_pc {
        display: none;
    }
}

@media(max-width: 475px) {
    .br_475_pc {
        display: none;
    }
    
    .br_475_sp {
        display: block;
    }

    p {
        font-size: 16px;
    }
}

@media(max-width: 375px) {
    p {
        font-size: 15px;
    }

    .br_375_pc {
        display: none;
    }
    
    .br_375_sp {
        display: block;
    }
}

.header_box {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}

/* --------------------------------------------
・トップ : 紹介
 --------------------------------------------*/
#cont1 .position_r{
    padding: 70px 0 60px;
}

#cont1 p {
    font-size: 28px;
}
#cont1 p span {
    font-size: 34px;
}
#cont1 .position_a {
    width: 160px;
    top: 15px;
    right: 20px;
}
#cont1 .position_a:hover,
#cont1 a:hover {
    opacity: .7;
    transition: .5s;
}
.cont1_link {
    display: none;
}
#cont1 span a {
    display: inline-block;
}

.cafeday_bnr {
    text-align: center;
    margin-bottom: 20px;
}
.cafeday_bnr img {
    width: 100%;
    height: auto;
    max-width: 570px;
}

.kmk_bnr_wrap{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
}
.komeko_bnr{
    flex: none;
    max-width: 570px;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #FF0000;
    background-color: #FF0000;
    color: #fff;
    padding: 15px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    transition: all 0.3s;
    font-weight: bold;
}
.komeko_bnr.-green{
    border: 1px solid #008000;
    background-color: #008000;
}
.komeko_bnr.-green:hover{
    background-color: #fff;
    color: #008000;
}
.komeko_bnr.-white{
    background-color: #fff;
    color: #333;
}
.komeko_bnr:hover{
    background-color: #fff;
    color: #f00;
    opacity: 1 !important;
    transition: all 0.4s;
}
.komeko_bnr.-white:hover{
    background-color: #f00;
    color: #fff;
}
.txt_center.txt_18.-ttl{
    margin-bottom: 20px;
    font-weight: bold;
}

.kmk_movie{
    max-width: 798px;
    width: 100%;
    margin: 50px auto;
}
.kmk_movie iframe{
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
}



@media(max-width: 745px) {
    #cont1 .position_r{
        padding: 40px 0;
    }
    #cont1 p {
        font-size: 21px;
    }
    #cont1 p span {
        font-size: 28px;
    }
    #cont1 .position_a {
        display: none;
    }
    .cont1_link {
        display: block;
        border: solid 2px red;
        border-radius: 10px;
        max-width: 430px;
        margin: 20px auto 0;
        background: #fff;
    }
    .cont1_link a {
        padding: 15px 10px; 
        color: red;
    }
    .cont1_link a:after {
        display: inline-block;
        vertical-align: middle;
        content: "";
        width: 0;
        height: 0;
        border-left: 15px solid red;
        border-top: 12px solid transparent;
        border-bottom: 12px solid transparent;
        margin-left: 10px;
    }
    .cont1_link:hover {
        background: red;
        transition: .5s;
    }
    .cont1_link a:hover:after {
        border-left: 15px solid #fff;
        transition: .5s;
    }
    .cont1_link a:hover {
        color: #fff;
        transition: .5s;
    }
}
@media(max-width: 475px) {
    #cont1 .position_r {
        padding: 30px 0;
    }
    #cont1 p {
        font-size: 18px;
    }
    #cont1 p span {
        font-size: 20px;
    }
}
@media(max-width: 375px) {
    #cont1 p {
        font-size: 15px;
    }
    #cont1 p span {
        font-size: 16px;
    }
    .cont1_link a {
        padding: 10px 10px;
    }
    .cont1_link a:after {
        border-left: 12px solid red;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
    }
}

/* --------------------------------------------
・トップ : ポイント
 --------------------------------------------*/
.cont2_flex {
    display: flex;
    gap: 30px;
    max-width: 950px;
    margin: 50px auto 0;
}
.cont2_flex div img {
    width: 300px;
}
.point_img {
    width: 400px;
}
@media(max-width: 900px) {
    .cont2_flex {
        flex-direction: column-reverse;
    }
    .cont2_flex div {
        max-width: 600px;
        margin: 0 auto;
    }
    .point_img {
        width: 100%;
        max-width: 600px;
        margin: 0 auto;
    } 
}
@media(max-width: 475px) {
    .cont2_flex {
        gap: 20px;
        margin: 35px auto 0;
    }
    .cont2_flex div img {
        width: 250px;
    }
}
@media(max-width: 375px) {
    .cont2_flex div img {
        width: 220px;
    }
}

/* --------------------------------------------
・トップ : リンク集
 --------------------------------------------*/
  #cont3 {
    margin-top: 50px;
    padding: 40px 0;
  }
.link_bg {
    width: 100%;
    max-width: 800px;
    background: url(../images/img_top_link_bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    margin: 20px auto 0;
}
.link_bg div {
    padding: 40px 10px;
}
.link_bg span {
    font-size: 18px;
}

.link_bg a {
    display: inline-block;
    color: #000;
    border-bottom: 1px solid #000;
}
.link_bg a:hover {
    opacity: .7;
    transition: .5s;
}
@media(max-width: 475px) {
    #cont3 {
        padding: 30px 0;
    }
.link_bg div {
    padding: 25px 10px;
}
.link_bg span {
    font-size: 15px;
}
}
@media(max-width: 375px) {
    .link_bg p {
        font-size: 14px;
    }
    }

/*--------------------------------
・トップ : #cont4
--------------------------------*/
#cont4 {
    padding: 30px 0;
}
#cont4 p {
    font-size: 28px;
}
#cont4 a {
    display: inline-block;
}
#cont4 a:hover {
    opacity: .7;
    transition: .5s;
}
@media(max-width: 745px) {
    #cont4 p {
        font-size: 21px;
    }
}
@media(max-width: 475px) {
    #cont4 p {
        font-size: 17px;
    }
}
@media(max-width: 375px) {
    #cont4 {
        padding: 20px 0;
    }
    #cont4 p {
        font-size: 15px;
    }
}

/* --------------------------------------------
・事業者様 : 調理特性
 --------------------------------------------*/
 #cont5 {
    padding: 40px 0;
 }
 .business_flex {
    display: flex;
    gap: 20px;
    margin: 30px auto 0;
    max-width: 950px;
 }
 .business_flex h3{
    font-size: 22px;
 }
 .business_flex h3:before {
    display: inline-block;
    vertical-align: middle;
    content: "";
    background: url(../images/img_business_kome.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 25px;
    height: 30px;
    margin-right: 5px;
 }

 .businees_illust {
    min-width: 400px;
 }
 @media(max-width: 1024px) {
    .business_flex p {
        font-size: 18px;
    }
    .businees_illust {
        min-width: 375px;
     }
 }
 @media(max-width: 900px) {
    .businees_illust {
        min-width: 300px;
     }
 }
 @media(max-width: 745px) {
    .business_flex {
        flex-direction: column-reverse;
    }
    .businees_illust {
        min-width: auto;
        width: 100%;
        max-width: 350px;
        margin: 0 auto;
    }
 }
 @media(max-width: 475px) {
    .business_flex h3{
        font-size: 18px;
     }
     .business_flex p {
        font-size: 16px;
    }
 }
 @media(max-width: 375px) {
    .business_flex h3{
        font-size: 16px;
     }
     .business_flex p {
        font-size: 15px;
    }
 }

 /* --------------------------------------------
・事業者様 : 加工特性
 --------------------------------------------*/
#cont6 {
    padding: 30px 0;
}
@media(max-width: 745px) {
    #cont6 .business_flex {
        flex-direction: column;
    }
}
/* --------------------------------------------
・事業者様 : 機能特性
 --------------------------------------------*/
 #cont7 {
    padding: 30px 0;
}
.business_top_link {
    margin-top: 20px;
}
.business_top_link a {
    color: #000;
    font-size: 20px;
}
.business_top_link a:hover {
    opacity: .7;
    transition: .5s;
}
.business_top_link a:before {
    display: inline-block;
        vertical-align: middle;
        content: "";
        width: 0;
        height: 0;
        border-right: 15px solid #000;
        border-top: 12px solid transparent;
        border-bottom: 12px solid transparent;
        margin-right: 10px;
}

/*--------------------------------
    フッター
--------------------------------*/
footer {
    color: #fff;
}
footer p {
line-height: 1.2;
}
footer p:nth-of-type(1) {
    font-size: 16px;
    padding: 5px;
    border: solid 1px #fff;
    }
.footer_flex {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
    padding: 30px 15px;
}
.footer_flex img {
    width: 180px;
    height: 100%;
}
@media(max-width: 900px) {
    .footer_flex {
        gap: 15px;
    }
    footer p {
        font-size: 18px;
     }
    footer p:nth-of-type(1) {
        font-size: 14px;
    }
    .footer_flex img {
        width: 140px;
    }
}
@media(max-width: 745px) {
    .footer_flex {
        flex-direction: column;
        width: 95%;
        margin: 0 auto;
        padding: 30px 0;
    }
    footer p:nth-of-type(1) {
        width: 100%;
        max-width: 420px;
        text-align: center;
        font-size: 16px;
    }
}
@media(max-width: 475px) {
footer p:nth-of-type(1),
footer p {
    font-size: 14px;
}
}

/* --------------------------------------------
・
 --------------------------------------------*/
/* 要素 */
.content_box {
    padding: 70px 0 0;
}
.content_bd {
    border-radius: 10px;
}
.txt_mark {
    background: linear-gradient(transparent 60%, #ffff00 60%);
}
.txt_note {
    text-indent: -1em;
    padding-left: 1em;
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 1.4;
}

@media(max-width: 1024px) {
}

@media(max-width: 745px) {
}

@media(max-width: 475px) { 
    .content_box {
        padding: 50px 10px 0;
    }
}

@media(max-width: 375px) { 
    .content_box {
        padding: 40px 10px 0;
    }
}

/* フォント */
.txt_bold {
    font-weight: 900;
}
.txt_spacing {
    letter-spacing: -.01em;
}
.txt_center {
    text-align: center!important;
 }
.txt_left {
    text-align: left!important;
 }
.txt_right {
    text-align: right!important;
}
.txt_just {
    text-align: justify!important;
}

.txt_14 {
    font-size: 14px!important;
}
.txt_16 {
    font-size: 16px!important;
}
.txt_18 {
    font-size: 18px!important;
}
.txt_20 {
    font-size: 20px!important;
}
.txt_22 {
    font-size: 22px!important;
}
.txt_24 {
    font-size: 24px!important;
}
.txt_26{
    font-size: 26px!important;
}
.txt_28{
    font-size: 28px!important;
}

.weight_bold{
    font-weight: bold !important;
}

@media(max-width: 745px) { 
    .txt_20 {
        font-size: 18px!important;
    }
}

@media(max-width: 475px) { 
    .txt_20 {
        font-size: 16px!important;
    }
    .txt_18 {
        font-size: 16px!important;
    }
}

/* サマーフェスティバル */
#summer .position_r{
    padding: 70px 0 60px;
}
.smr_fes_img{
    margin: 30px auto;
    max-width: 798px;
}
.smr_fes_img img{
    height: auto;
}

/* フォントカラー */
.txt_white {
    color: #fff!important;
}
.txt_red {
    color: #FF0000!important;
}

/* 背景色 */
.bg_black {
    background: #000!important;
}
.bg_white {
    background: white!important;
}
.bg_orange {
    background: #FFBF00!important;
}
.bg_pink {
    background: #FEE5D9!important;
}
.bg_green {
    background: #1A9432!important;
}
.bg_yellow {
    background: #ffffcc!important;
}
.bg_blue {
    background: #D9EEFF!important;
}


/* マージン上 */
.mg_t70 {
    margin-top: 70px!important;
}
.mg_t60 {
    margin-top: 60px!important;
}
.mg_t50 {
    margin-top: 50px!important;
}
.mg_t40 {
    margin-top: 40px!important;
}
.mg_t30 {
    margin-top: 30px!important;
}
.mg_t20 {
    margin-top: 20px!important;
}
.mg_t10 {
    margin-top: 10px!important;
}

/* マージン下 */
.mg_b70 {
    margin-bottom: 70px!important;
}
.mg_b60 {
    margin-bottom: 60px!important;
}
.mg_b50 {
    margin-bottom: 50px!important;
}
.mg_b40 {
    margin-bottom: 40px!important;
}
.mg_b30 {
    margin-bottom: 30px!important;
}
.mg_b20 {
    margin-bottom: 20px!important;
}
.mg_b10 {
    margin-bottom: 10px!important;
}
@media(max-width: 745px) { 
    .mg_t70 {
        margin-top: 50px!important;
    }
    .mg_t50 {
        margin-top: 30px!important;
    }
    .mg_b70 {
        margin-bottom: 50px!important;
    }
    .mg_b50 {
        margin-bottom: 30px!important;
    }
}
@media(max-width: 475px) { 
    .mg_t70 {
        margin-top: 40px!important;
    }
    .mg_b70 {
        margin-bottom: 40px!important;
    }
}
@media(max-width: 375px) { 
}

/* パディング上 */
.pd_t80 {
    padding-top: 80px!important;
}
.pd_t70 {
    padding-top: 70px!important;
}
.pd_t60 {
    padding-top: 60px!important;
}
.pd_t50 {
    padding-top: 50px!important;
}
.pd_t40 {
    padding-top: 40px!important;
}
.pd_t30 {
    padding-top: 30px!important;
}
.pd_t20 {
    padding-top: 20px!important;
}
.pd_t10 {
    padding-top: 10px!important;
}
/* パディング下 */
.pd_t80 {
    padding-bottom: 80px!important;
}
.pd_t70 {
    padding-bottom: 70px!important;
}
.pd_t60 {
    padding-bottom: 60px!important;
}
.pd_t50 {
    padding-bottom: 50px!important;
}
.pd_t40 {
    padding-bottom: 40px!important;
}
.pd_t30 {
    padding-bottom: 30px!important;
}
.pd_t20 {
    padding-bottom: 20px!important;
}
.pd_t10 {
    padding-bottom: 10px!important;
}

/* パディング右 */
.pd_r50 {
    padding-right: 50px!important;
}
.pd_r40 {
    padding-right: 40px!important;
}
.pd_r30 {
    padding-right: 30px!important;
}
.pd_r20 {
    padding-right: 20px!important;
}
.pd_r10 {
    padding-right: 10px!important;
}

/* パディング左 */
.pd_l50 {
    padding-left: 50px!important;
}
.pd_l40 {
    padding-left: 40px!important;
}
.pd_l30 {
    padding-left: 30px!important;
}
.pd_l20 {
    padding-left: 20px!important;
}
.pd_l10 {
    padding-left: 10px!important;
}

@media(max-width: 1024px) { 
    .pd_r40 {
        padding: 30px!important;
    }
    .pd_l40 {
        padding-left: 30px!important;
    }
}
@media(max-width: 745px) { 
    .pd_t70 {
        padding-top: 50px!important;
    }
    .pd_b70 {
        padding-bottom: 50px!important;
    }
    .pd_r40 {
        padding: 20px!important;
    }
    .pd_l40 {
        padding-left: 20px!important;
    }
}
@media(max-width: 475px) { 
    .pd_t70 {
        padding-top: 40px!important;
    }
    .pd_b70 {
        padding-bottom: 40px!important;
    }
    .pd_r40 {
        padding: 10px!important;
    }
    .pd_l40 {
        padding-left: 10px!important;
    }
}

@media(max-width: 375px) { 
}


