﻿@charset "UTF-8";

/* 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;
}

html {
    height: 100%;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/* clearfix */

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}


/* Hides from IE-Mac \*/

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

img {
    vertical-align: bottom;
    width: 100%;
    height: auto;
}

html {
    font-size: 62.5%;
}

body {
    position: relative;
    font-family: "Noto Sans JP", sans-serif;
    color: #282828;
    font-size: 1.6rem;
    letter-spacing: 0.18em;
    line-height: 1.68;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
}

@media screen and (max-width: 768px) {
    body {
        font-size: 1.4rem;
    }
}

a {
    color: inherit;
    text-decoration: none;
}

a:not([class]):hover,
a:not([class]):active,
a:not([class]):focus {
    opacity: 0.8;
}

@media (min-width: 768px) {
    a[href^="tel:"] {
        pointer-events: none;
    }
}

main {
    position: relative;
    display: block;
    padding-top: 66px;
}

@media screen and (max-width: 768px) {
    main {
        padding-top: 62px;
    }
}


/*******************************
* utility
*******************************/

.pc_only {
    display: block;
}

.sp_only {
    display: none;
}

@media screen and (max-width: 768px) {
    .pc_only {
        display: none;
    }
    .sp_only {
        display: block;
    }
}

.u_tac {
    text-align: center;
}

.u_tar {
    text-align: right;
}

.u_fwn {
    font-weight: 400;
}

.u_fwb {
    /* font-weight: 700; */
}

.u_indent {
    padding-left: 1em;
    text-indent: -1em;
}

.u_min,
.gourmet_box_wrap .ttl,
.recipe_box_wrap.num_list .ttl,
.column2_wrap .menulist.num_list,
.sec_ttl,
.mv_ttl {
    font-family: "Shippori Mincho B1", serif;
}


/*******************************
*　common
********************************/


/* コンテンツ幅 */

.inner {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
    z-index: 1;
}

@media screen and (min-width: 769px) and (max-width: 1200px) {
    .inner {
        padding: 0 8%;
        width: 100%;
        max-width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .inner {
        padding: 0 4%;
        width: 100%;
        max-width: 100%;
    }
}


/*******************************
*　header
********************************/

.header {
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    height: 66px;
    background-color: #fff;
    z-index: 100;
}

@media screen and (max-width: 768px) {
    .header {
        height: 62px;
    }
}

.header_logo {
    -ms-flex-item-align: center;
    align-self: center;
    margin-left: 40px;
    width: 221px;
}

@media screen and (max-width: 768px) {
    .header_logo {
        margin-left: 4%;
        width: 200px;
    }
}

.header_logo a {
    display: block;
}

.btn_onlinestore {
    margin-right: 40px;
}

@media screen and (max-width: 768px) {
    .btn_onlinestore {
        margin-right: 4%;
    }
}

.btn_online {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.6em 1.8em 0.8em 1.5em;
    color: #fff;
    background: #9a2931;
    text-align: center;
    width: 361px;
    font-size: 16px;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
    border-radius: 0 0 15px 15px;
}

@media screen and (max-width: 768px) {
    .btn_online {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0.5em 0.2em;
        width: 80px;
        border-radius: 0 0 10px 10px;
    }
}

.btn_online .icon_cart {
    display: inline-block;
    width: 27px;
    height: 27px;
}

@media screen and (max-width: 768px) {
    .btn_online .icon_cart {
        width: 15px;
        height: 15px;
    }
    .btn_online .icon_cart img {
        vertical-align: top;
    }
}

@media screen and (max-width: 768px) {
    .btn_online .txt_online {
        font-size: 1rem;
        text-align: center;
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
        line-height: 1;
    }
}


/*******************************
*　footer
********************************/

.footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 60px 0 50px;
    background-color: #fff;
    z-index: -2;
}

@media screen and (min-width: 769px) {
    .footer {
        min-height: 166px;
    }
}

@media screen and (max-width: 768px) {
    .footer {
        padding: 30px 4%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        min-height: 210px;
    }
}

.footer_logo {
    margin-left: 40px;
    width: 221px;
}

@media screen and (max-width: 768px) {
    .footer_logo {
        margin: 0 auto;
        width: 200px;
    }
}

.footer_logo a {
    display: block;
}

.footer_l {
    margin-left: 50px;
}

@media screen and (max-width: 768px) {
    .footer_l {
        margin-left: auto;
        margin-right: auto;
    }
    .footer_l>* {
        text-align: center;
    }
}

.footer_l .txt_address {
    font-size: 1.4rem;
    line-height: 1.92;
}

@media screen and (max-width: 768px) {
    .footer_l .txt_address {
        font-size: 1.2rem;
        letter-spacing: normal;
    }
}

.footer_l .txt_tel a {
    position: relative;
    display: inline-block;
    padding-left: 46px;
    font-size: 1.4rem;
    line-height: 1.92;
}

@media screen and (max-width: 768px) {
    .footer_l .txt_tel a {
        font-size: 1.2rem;
    }
}

.footer_l .txt_tel a::before {
    content: "";
    position: absolute;
    display: inline-block;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 32px;
    height: 22px;
    background: url(../img/common/freedial.svg) center no-repeat;
    background-size: contain;
}

.footer_r {
    margin-left: auto;
    margin-right: 40px;
}

@media screen and (max-width: 768px) {
    .footer_r {
        margin-right: auto;
    }
}

.footer_menu .menu_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
    .footer_menu .menu_list {
        margin-top: 4%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-size: 1rem;
    }
}

.footer_menu .menu_list li {
    padding: 0 1.2em;
    line-height: 1.2;
}

.footer_menu .menu_list li:not(:first-child) {
    border-left: 1px solid #282828;
}

@media screen and (max-width: 768px) {
    .footer_menu .menu_list li:first-child {
        padding-left: 0;
    }
}

.footer_menu .menu_list li:last-child {
    padding-right: 0;
}

.footer_menu .menu_list li a {
    display: block;
}

.copy {
    margin-top: 1.5em;
    font-size: 1rem;
    line-height: 1.5;
    color: #6f6f6f;
}

@media screen and (max-width: 768px) {
    .copy {
        margin-top: 4%;
        font-size: 1rem;
        line-height: 1.5;
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
        text-align: center;
    }
}


/************************
* コンテンツ
*************************/

.bg_scroll {
    position: relative;
    z-index: 8;
}


/* メインビジュアル 
*   parallax対応にafterの部分必要なので消さないこと
*/

.mv_wrap {
    position: relative;
    top: 0;
    overflow-x: hidden;
    z-index: -1;
}

@media screen and (max-width: 768px) {
    .mv_wrap {
        top: 0;
    }
}

.mv_wrap::before {
    content: "";
    display: block;
    padding-top: calc(650 / 1500 * 100%);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 0;
    /* メインビジュアル画像の指定はこちら */
    /* 画像サイズは横1500px 縦650px */
    background: #fff url(../img/lp/mv.jpg) no-repeat top left;
    background-size: cover;
}

@media screen and (max-width: 768px) {
    .mv_wrap::before {
        background: #fff url(../img/lp/mv_sp.jpg) no-repeat top left;
        background-size: cover;
        padding-top: calc(820 / 795 * 100%);
        background-position: top center;
    }
}

.mv_wrap.is-fixed::before {
    position: fixed;
    top: 66px;
}

@media screen and (max-width: 768px) {
    .mv_wrap.is-fixed::before {
        top: 62px;
    }
}

.mv_wrap::after {
    content: "";
    display: block;
    padding-top: calc(650 / 1500 * 100%);
    width: 100%;
    height: 0;
    z-index: -1;
}

@media screen and (max-width: 768px) {
    .mv_wrap::after {
        padding-top: calc(820 / 795 * 100%);
    }
}

.mv_ttl {
    position: absolute;
    top: 50%;
    left: 5.8%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 4.8rem;
    font-size: 3.2vw;
    line-height: 1.66;
    font-weight: 700;
    line-height: 1.681;
    text-shadow: 3px 3px 0px #fff;
    z-index: 2;
}

@media screen and (max-width: 768px) {
    .mv_ttl {
        top: auto;
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        background-color: rgba(40, 40, 40, 0.9);
        width: 100%;
        font-size: 2.8rem;
        font-size: 3.73vw;
        text-shadow: none;
        text-align: center;
    }
}

.mv_ttl .txt01 {
    display: block;
    color: #303030;
}

@media screen and (max-width: 768px) {
    .mv_ttl .txt01 {
        color: #fff;
    }
}

.mv_ttl .txt02 {
    display: block;
    color: #a98010;
    font-size: 6.8rem;
    font-size: 4.53vw;
}

@media screen and (max-width: 768px) {
    .mv_ttl .txt02 {
        color: #fff;
    }
}

@media screen and (max-width: 768px) {
    .mv_ttl .txt02 {
        font-size: 4.8rem;
        font-size: 6.4vw;
    }
}


/* 最後のセクションに　フッターとの境界線付ける*/

.c_sec {
    position: relative;
}

.c_sec:last-child {
    border-bottom: 1px solid #cacaca;
}


/* 数字共通 */

.num_list {
    counter-reset: number;
}

.num_list>*::before {
    counter-increment: number 1;
    content: counter(number);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    background-color: #bd9722;
    width: 1.8em;
    height: 1.8em;
    line-height: 1;
    font-size: 18px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: normal;
    letter-spacing: normal;
    border-radius: 50%;
}

@media screen and (min-width: 769px) and (max-width: 1200px) {
    .num_list>*::before {
        width: 1.6em;
        height: 1.6em;
        font-size: 14px;
    }
}

@media screen and (max-width: 768px) {
    .num_list>*::before {
        font-size: 14px;
    }
}


/* 見出し共通 */

.sec_ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    line-height: 1.5;
    font-size: 3.2rem;
}

@media screen and (max-width: 768px) {
    .sec_ttl {
        font-size: 1.8rem;
    }
}

.sec_ttl>span {
    display: inline-block;
}

.sec_ttl .u_fwb {
    font-size: 4.6rem;
}

@media screen and (max-width: 768px) {
    .sec_ttl .u_fwb {
        font-size: 2.4rem;
    }
}

.sec_ttl .u_line {
    display: inline-block;
    padding: 0 0.2em;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #e4e78e), color-stop(90%, #e4e78e), color-stop(90%, transparent));
    background: linear-gradient(transparent 60%, #e4e78e 60%, #e4e78e 90%, transparent 90%);
}

.sec_ttl.ttl_osechi .u_line {
    padding: 0 1em;
}


/************
* ボタン
*************/

.c_btn01 {
    position: relative;
    display: block;
    padding: 1em;
    color: #fff;
    background-color: #0f134e;
    border: 2px solid #0f134e;
    font-size: 2rem;
    text-align: center;
    width: 100%;
    max-width: 365px;
    border-radius: 5px;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    -webkit-transition-property: background-color, color;
    transition-property: background-color, color;
}

@media screen and (max-width: 768px) {
    .c_btn01 {
        font-size: 1.4rem;
    }
}

.c_btn01::before {
    position: absolute;
    content: ">";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    top: 50%;
    right: 1em;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1.8em;
    height: 1.8em;
    letter-spacing: normal;
    background-color: #fff;
    color: #0f134e;
    border-radius: 50%;
}

.c_btn01 .u_line {
    display: inline-block;
    padding: 0 0.5em;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #a88417));
    background: linear-gradient(transparent 60%, #a88417 60%);
    -webkit-transition: 0.3s 0.5s ease-in-out;
    transition: 0.3s 0.5s ease-in-out;
    -webkit-transition-property: background;
    transition-property: background;
}

@media screen and (max-width: 768px) {
    .c_btn01 .u_line {
        padding: 0;
    }
}

.c_btn01:hover,
.c_btn01:active,
.c_btn01:focus {
    color: #0f134e;
    background-color: #fff;
}

.c_btn01:hover::before,
.c_btn01:active::before,
.c_btn01:focus::before {
    color: #fff;
    background-color: #0f134e;
}

.c_btn01:hover .u_line,
.c_btn01:active .u_line,
.c_btn01:focus .u_line {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ded2b2));
    background: linear-gradient(transparent 60%, #ded2b2 60%);
}

.c_btn02 {
    position: relative;
    display: block;
    padding: 1em;
    color: #0f134e;
    background-color: #fff;
    border: 2px solid #0f134e;
    font-size: 2rem;
    text-align: center;
    width: 100%;
    max-width: 365px;
    border-radius: 40px;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    -webkit-transition-property: background-color, color;
    transition-property: background-color, color;
}

@media screen and (max-width: 768px) {
    .c_btn02 {
        font-size: 1.4rem;
    }
}

.c_btn02::before {
    position: absolute;
    content: ">";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    top: 50%;
    right: 1em;
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
    color: #fff;
    width: 1.8em;
    height: 1.8em;
    letter-spacing: normal;
    background-color: #0f134e;
    border-radius: 50%;
}

.c_btn02 .u_line {
    display: inline-block;
    padding: 0 0.5em;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #a88417));
    background: linear-gradient(transparent 60%, #a88417 60%);
    -webkit-transition: 0.3s 0.5s ease-in-out;
    transition: 0.3s 0.5s ease-in-out;
    -webkit-transition-property: background;
    transition-property: background;
}

@media screen and (max-width: 768px) {
    .c_btn02 .u_line {
        padding: 0;
    }
}

.c_btn02:hover,
.c_btn02:active,
.c_btn02:focus {
    color: #fff;
    background-color: #bd9722;
    border: 2px solid #bd9722;
}

.c_btn02:hover .u_line,
.c_btn02:active .u_line,
.c_btn02:focus .u_line {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ded2b2));
    background: linear-gradient(transparent 60%, #ded2b2 60%);
}

.btn_about {
    margin-top: 40px;
}

@media screen and (max-width: 768px) {
    .btn_about {
        margin-top: 8%;
    }
    .btn_about .c_btn01 {
        margin: 0 auto;
    }
}

.btn_recipe .c_btn01 {
    margin: 0 auto;
    padding: 1.5em 1em 1.2em;
    width: 100%;
    max-width: 751px;
    border-radius: 10px;
    font-family: "Shippori Mincho B1", serif;
}

@media screen and (max-width: 768px) {
    .btn_recipe .c_btn01 {
        padding: 1em 1.2em 1em;
        border-radius: 10px;
    }
}

.btn_recipe .c_btn01>span {
    display: block;
}

@media screen and (max-width: 768px) {
    .btn_recipe .c_btn01::before {
        font-size: 1rem;
        width: 1.6em;
        height: 1.6em;
    }
}

.btn_recipe .txt_item {
    font-size: 3.8rem;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    letter-spacing: 0.18em;
}

@media screen and (min-width: 769px) and (max-width: 1200px) {
    .btn_recipe .txt_item {
        font-size: 1.86vw;
    }
}

@media screen and (max-width: 768px) {
    .btn_recipe .txt_item {
        font-size: 1.4rem;
    }
}

.btn_recipe .txt_more {
    font-size: 2.4rem;
}

@media screen and (min-width: 769px) and (max-width: 1200px) {
    .btn_recipe .txt_more {
        font-size: 1.6vw;
    }
}

@media screen and (max-width: 768px) {
    .btn_recipe .txt_more {
        font-size: 1.2rem;
    }
}

.btn_gourmet,
.btn_recipe02 {
    margin-top: 28px;
}

@media screen and (max-width: 768px) {
    .btn_gourmet,
    .btn_recipe02 {
        margin-top: 8%;
    }
}

.btn_gourmet .c_btn01,
.btn_recipe02 .c_btn01 {
    padding: 0.5em 1em;
    font-size: 1.6rem;
    width: 100%;
}

@media screen and (min-width: 769px) and (max-width: 1200px) {
    .btn_gourmet .c_btn01 {
        margin: 0 auto;
        padding: 0.5em 1em;
        width: 90;
    }
}

@media screen and (max-width: 768px) {
    .btn_gourmet .c_btn01,
    .btn_recipe02 .c_btn01 {
        font-size: 1.2rem;
    }
    .btn_gourmet .c_btn01 {
        margin: 0 auto;
        width: 100%;
        font-size: 1.1rem;
    }
    .btn_recipe02 .c_btn01 {
        margin: 8% auto 0;
        padding: 1em;
        width: 70%;
    }
}

.btn_gourmet .c_btn01::before,
.btn_recipe02 .c_btn01::before {
    font-size: 1.4rem;
    width: 1.8em;
    height: 1.8em;
}

@media screen and (max-width: 768px) {
    .btn_gourmet .c_btn01::before,
    .btn_recipe02 .c_btn01::before {
        font-size: 1rem;
    }
}

@media screen and (max-width: 768px) {
    .btn_moresp .c_btn02 {
        margin: 0 auto;
    }
    .btn_moresp .c_btn02:hover {
        color: #bd9722;
        background-color: #fff;
        border: 2px solid #bd9722;
    }
}


/************
* MV下
************/

.sec_about {
    position: relative;
    padding: 140px 0 150px;
    background: url(../img/lp/bg_sec02.jpg) top left no-repeat;
    background-size: cover;
    -webkit-box-shadow: inset 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
}

@media screen and (min-width: 769px) and (max-width: 1200px) {
    .sec_about {
        overflow: hidden;
    }
}

@media screen and (max-width: 768px) {
    .sec_about {
        padding: 16% 0 20%;
    }
}

.sec_about .ttl_about {
    position: relative;
    text-align: left;
    z-index: 2;
}

@media screen and (max-width: 768px) {
    .sec_about .ttl_about {
        text-align: center;
    }
}

.sec_about .subttl {
    position: relative;
    margin-top: 65px;
    font-size: 2.6rem;
    font-weight: 500;
    z-index: 2;
}

@media screen and (max-width: 768px) {
    .sec_about .subttl {
        margin-top: 8%;
        font-size: 1.9rem;
    }
}

.sec_about .about_sub_title.txt {
    margin-top: 80px;
    font-size: 1.8rem;
    font-family: "Shippori Mincho B1", serif;
}

@media screen and (max-width: 768px) {
    .sec_about .about_sub_title.txt {
        /* margin-top: 300px; */
        margin-top: 97vw;
    }
}

.sec_about .txt+.txt {
    margin-top: 2em;
    max-width: 610px;
    width: calc(610 / 1200 * 100%);
}

@media screen and (max-width: 768px) {
    .sec_about .txt+.txt {
        width: 100%;
    }
}

.about_box_wrap {
    position: relative;
}

.about_box_wrap h1,
.about_box_wrap p {
    text-shadow: 1px 1px 1px #fff;
}

.about_box_wrap .thumb {
    position: absolute;
    top: -70px;
    right: 0px;
    width: calc(642 / 1200 * 100%);
}

.sec_about .thumb {
    position: absolute;
    right: 0;
    top: 155px;
}

@media screen and (max-width: 768px) {
    .sec_about .thumb {
        width: 90%;
        left: 50%;
        transform: translate(-50%, 0%);
        -webkit-transform: translate(-50%, 0%);
        -ms-transform: translate(-50%, 0%);
    }
}

.about_box_wrap .c_btn01 {
    max-width: 465px;
}

@media screen and (max-width: 768px) {
    .about_box_wrap .thumb {
        position: static;
        margin-top: 30px;
        width: 100%;
    }
}

.about_box_wrap .thumb figure {
    width: 100%;
}

@media screen and (min-width: 769px) and (max-width: 1200px) {
    .about_box_wrap .thumb figure {
        width: 80%;
        margin-left: auto;
        margin-top: 100px;
    }
}


/************
* おせち2022
************/

.sec_osechi {
    padding: 130px 0 150px;
    background-color: #fff;
}

@media screen and (max-width: 768px) {
    .sec_osechi {
        padding: 13.3% 0 20%;
    }
}

.column2_wrap {
    margin-top: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #fff;
    box-shadow: 0px 10px 10px 0px rgb(0 0 0 / 20%);
}

.column2_wrap .column2_txt {
    padding: 20px 40px 40px;
}

@media screen and (max-width: 768px) {
    .column2_wrap .column2_txt {
        padding: 0 20px 20px;
    }
}

.column2_wrap .column2_txt .fw_b {
    font-size: 2.6rem;
    font-family: "Noto Sans CJK JP", serif;
}

@media screen and (max-width: 768px) {
    .column2_wrap {
        margin-top: 6%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.column2_wrap .menulist.num_list {
    font-size: 2.2rem;
}

@media screen and (min-width: 769px) and (max-width: 1200px) {
    .column2_wrap .menulist.num_list {
        font-size: 1.6rem;
    }
}

@media screen and (max-width: 768px) {
    .column2_wrap .menulist.num_list {
        margin-top: 0;
        font-size: 1.6rem;
    }
}

.column2_wrap .menulist.num_list li {
    position: relative;
    padding-left: 3em;
}

@media screen and (max-width: 768px) {
    .column2_wrap .menulist.num_list li {
        padding-left: 3em;
    }
}

.column2_wrap .menulist.num_list li:not(:first-child) {
    margin-top: 35px;
}

@media screen and (min-width: 769px) and (max-width: 1200px) {
    .column2_wrap .menulist.num_list li:not(:first-child) {
        margin-top: 25px;
    }
}

@media screen and (max-width: 768px) {
    .column2_wrap .menulist.num_list li:not(:first-child) {
        margin-top: 8%;
    }
}

.column2_wrap .menulist.num_list li::before {
    position: absolute;
    top: 3px;
    left: 0;
}

@media screen and (max-width: 768px) {
    .column2_wrap .menulist.num_list li::before {
        top: 0;
    }
}

.column2_wrap .thumb {
    max-width: 625px;
    width: calc(625 / 1200 * 100%);
}

@media screen and (max-width: 768px) {
    .column2_wrap .thumb {
        margin: 0 auto;
        width: 100%;
        max-width: 100%;
    }
}

.column2_wrap .txt {
    margin-top: 56px;
}

@media screen and (max-width: 768px) {
    .column2_wrap .txt {
        margin-top: 6%;
    }
}

.column2_wrap .box_r {
    width: calc(575 / 1200 * 100%);
    max-width: 575px;
    padding: 20px 40px;
}

@media screen and (max-width: 768px) {
    .column2_wrap .box_r {
        width: 100%;
        max-width: 100%;
        padding: 9% 8%;
    }
}


/************
* おすすめレシピ
************/

.sec_recipe {
    position: relative;
    padding: 162px 0 124px;
    background-color: #f7f1e1;
    background-size: cover;
}

.sec_recipe::before {
    content: "";
    width: 910px;
    height: 783px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: url(../img/lp/bg_sec02_01.png);
    background-repeat: no-repeat;
}

.sec_recipe::after {
    content: "";
    width: 910px;
    height: 783px;
    position: absolute;
    top: 0;
    right: 0;
    background-image: url(../img/lp/bg_sec02_02.png);
    background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
    .sec_recipe {
        padding: 75px 0 60px;
    }
    .sec_recipe::before,
    .sec_recipe::after {
        width: 100%;
        background-size: contain;
    }
    .sec_recipe::before {
        bottom: -500px;
    }
}

.recipe_box {
    padding: 64px 60px 74px;
    background-color: #fff;
    -webkit-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.2);
    background-color: #f6f6ee;
}

@media screen and (max-width: 768px) {
    .recipe_box {
        padding: 9% 8%;
    }
}

.recipe_box_wrap.num_list {
    margin-top: -100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1080px;
}

@media screen and (min-width: 769px) and (max-width: 1200px) {
    .recipe_box_wrap.num_list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 768px) {
    .recipe_box_wrap.num_list {
        margin-top: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.recipe_box_wrap.num_list .item {
    position: relative;
    width: calc(232 / 1080 * 100%);
    margin-top: 100px;
}

@media screen and (min-width: 769px) and (max-width: 1200px) {
    .recipe_box_wrap.num_list .item {
        width: calc(50% - 30px);
    }
}

@media screen and (max-width: 768px) {
    .recipe_box_wrap.num_list .item {
        width: 100%;
        margin-top: 10px;
    }
}

@media screen and (max-width: 768px) {
    .recipe_box_wrap.num_list .item:nth-child(n + 2) {
        margin-top: 25%;
    }
}

@media screen and (min-width: 769px) and (max-width: 1200px) {
    .recipe_box_wrap.num_list .item:nth-child(n + 3) {
        margin-top: 40px;
    }
}

.recipe_box_wrap.num_list .item::before {
    position: absolute;
    left: 1%;
    top: -3%;
    font-size: 24px;
    width: 2em;
    height: 2em;
}

@media screen and (max-width: 768px) {
    .recipe_box_wrap.num_list .item::before {
        left: calc(50% - 130px);
        top: 0;
    }
}

.recipe_box_wrap.num_list .ttl {
    margin-top: 40px;
    font-size: 2.2rem;
    line-height: 1.27;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .recipe_box_wrap.num_list .ttl {
        margin-top: 5.3%;
        font-size: 1.8rem;
    }
}

.recipe_box_wrap.num_list .txt {
    margin-top: 1em;
    font-size: 1.4rem;
    line-height: 1.57;
}

@media screen and (max-width: 768px) {
    .recipe_box_wrap.num_list .txt {
        font-size: 1.2rem;
    }
}

.recipe_box_wrap.num_list .thumb {
    margin: 0 auto;
    max-width: 230px;
}

.recipe_box02 {
    padding: 50px 40px;
    background-color: #ded2b2;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 768px) {
    .recipe_box02 {
        padding: 6% 2%;
    }
}


/**********
* 厳選グルメ特集
***********/

.sec_gourmet {
    padding: 140px 0 70px;
    background-color: #fff;
}

@media screen and (max-width: 768px) {
    .sec_gourmet {
        padding: 16% 0 8%;
    }
}

.gourmet_box_wrap {
    margin-top: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (min-width: 769px) and (max-width: 1200px) {
    .gourmet_box_wrap {
        margin-top: 35px;
    }
}

@media screen and (max-width: 768px) {
    .gourmet_box_wrap {
        margin-top: 0;
    }
}

.gourmet_box_wrap .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 38px 0;
    border-top: 1px solid #cacaca;
    width: calc(50% - 32px);
}

@media screen and (min-width: 769px) and (max-width: 1200px) {
    .gourmet_box_wrap .item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 48%;
    }
}

@media screen and (max-width: 768px) {
    .gourmet_box_wrap .item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 48%;
    }
}

.gourmet_box_wrap .item:first-child,
.gourmet_box_wrap .item:nth-child(2) {
    border-top: none;
}

.gourmet_box_wrap .item:nth-child(even) {
    margin-left: 64px;
}

@media screen and (min-width: 769px) and (max-width: 1200px) {
    .gourmet_box_wrap .item:nth-child(even) {
        margin-left: 4%;
    }
}

@media screen and (max-width: 768px) {
    .gourmet_box_wrap .item:nth-child(even) {
        margin-left: 4%;
    }
}

@media screen and (min-width: 769px) and (max-width: 1200px) {
    .gourmet_box_wrap .item:nth-child(n + 3) {
        margin-top: 40px;
        border-top: 1px solid #cacaca;
    }
}

@media screen and (max-width: 768px) {
    .gourmet_box_wrap .item:nth-child(n + 3) {
        margin-top: 0;
        border-top: 1px solid #cacaca;
    }
}

.gourmet_box_wrap .ttl {
    font-size: 2.2rem;
    line-height: 1.27;
}

@media screen and (min-width: 769px) and (max-width: 1200px) {
    .gourmet_box_wrap .ttl {
        margin-top: 30px;
    }
}

@media screen and (max-width: 768px) {
    .gourmet_box_wrap .ttl {
        margin-top: 6%;
        font-size: 1.8rem;
    }
}

.gourmet_box_wrap .txt {
    margin-top: 30px;
    font-size: 1.4rem;
    line-height: 1.42;
}

@media screen and (max-width: 768px) {
    .gourmet_box_wrap .txt {
        margin-top: 4%;
        font-size: 1.2rem;
    }
}

.gourmet_box_wrap .price {
    margin-top: 1em;
    font-size: 1.8rem;
    line-height: 1.11;
    font-weight: 500;
}

@media screen and (max-width: 768px) {
    .gourmet_box_wrap .price {
        font-size: 1.6rem;
    }
}

.gourmet_box_wrap .price .yen {
    font-size: 1.4rem;
    line-height: 1.42;
    font-weight: 400;
}

@media screen and (max-width: 768px) {
    .gourmet_box_wrap .price .yen {
        font-size: 1.2rem;
    }
}

.gourmet_box_wrap .thumb {
    position: relative;
    overflow: hidden;
    width: calc(250 / 568 * 100%);
}

.gourmet_box_wrap .single .thumb:after {
    content: "単品";
    position: absolute;
    top: 0;
    left: 0;
    padding: 5px 10px;
    font-size: 1.4rem;
    color: #fff;
    background-color: #b02121;
    z-index: 1;
}

.gourmet_box_wrap .set .thumb:after {
    content: "セット";
    position: absolute;
    top: 0;
    left: 0;
    padding: 5px 10px;
    font-size: 1.4rem;
    color: #fff;
    background-color: #32ab54;
    z-index: 1;
}

@media screen and (min-width: 769px) and (max-width: 1200px) {
    .gourmet_box_wrap .thumb {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .gourmet_box_wrap .thumb {
        width: 100%;
    }
}

.gourmet_box_wrap .thumb::before {
    display: block;
    padding-top: calc(250 / 250 * 100%);
    content: "";
}

.gourmet_box_wrap .thumb img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.gourmet_box_wrap .item .thumb img {
    -webkit-transition: -webkit-transform 1s ease 0s;
    transition: -webkit-transform 1s ease 0s;
    transition: transform 1s ease 0s;
    transition: transform 1s ease 0s, -webkit-transform 1s ease 0s;
}

.gourmet_box_wrap .item.is-focus .thumb img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.gourmet_box_wrap .item_body {
    width: calc(288 / 568 * 100%);
}

@media screen and (min-width: 769px) and (max-width: 1200px) {
    .gourmet_box_wrap .item_body {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .gourmet_box_wrap .item_body {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .gourmet_box_wrap.js-moreoff .item.is-moreviewsp {
        display: none;
    }
}


/*******************
* animation
* 該当要素に　js-animatedを記述する
* data属性に　アニメーションタイプを記述
********************/

.js-animated[data-type="fadeIn"] {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 2s ease-out;
    transition: 2s ease-out;
    -webkit-transition-property: opacity, visibility;
    transition-property: opacity, visibility;
}

.js-animated[data-type="fadeIn"].is-visible {
    visibility: visible;
    opacity: 1;
}

.js-animated[data-type="slideIn"] {
    position: relative;
    opacity: 0;
    -webkit-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.js-animated[data-type="slideIn"].is-visible {
    opacity: 1;
}

.js-animated[data-type="slideIn"]::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #f6f4ed;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all 0.6s ease 0.6s;
    transition: all 0.6s ease 0.6s;
    -webkit-transition-property: opacity, height;
    transition-property: opacity, height;
}

.js-animated[data-type="slideIn"].is-visible::after {
    height: 0;
    opacity: 0.8;
}


/* 焼きぶり用調整 */

span.column_number {
    color: #c39c29;
    font-size: 5rem;
    margin-right: 10px;
}

.fw_b {
    font-weight: bold;
}

/* 減塩さけ茶漬け いくら醤油付漬用調整 */



.sec_ttl .u_fwb {
    font-size: 4rem;
    letter-spacing: 0;
}
.sec_about .cap{
    font-size: 60%;
    line-height: 1.5;
    display: inline-block;
}
.sec_about .cap.talg{
    vertical-align: text-top;
}
.sec_list{
    padding: 140px 0 150px;
    background: url(../img/lp/bg_sec01.jpg) top left;
    background-size: contain;
}
.sec_list .item{
    padding: 80px 1em;
    max-width: 840px;
    margin: auto;
    font-size: 14px;
}
.sec_list .item_body.flex {
    padding: 60px 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.sec_list .item_body .ttl{
    font-size: 25px;
    font-family: "Shippori Mincho B1", serif;
    margin-bottom: 1em;
}
.sec_list .item_body .price{
    font-size: 20px;
    font-family: "Shippori Mincho B1", serif;
    margin-bottom: .5em;
}
.sec_list .item_body .text-area01{
    width: 50%;
    border-right: solid 1px #a6a6a6;
}
.sec_list .item_body .text-area02{
    width: 45%;
    padding-top: 10px;
}
.sec_list .item_body .frozen{
    background-color: #2f3dbc;
    color: #fff;
    padding: .2em .5em;
    margin-right: 1em;
    font-size: 18px;
    font-weight: 700;
}


.sec_list .item_body .frozen2{
    background-color: #666666;
    color: #fff;
    padding: .2em .5em;
    margin-right: 1em;
    font-size: 18px;
    font-weight: 700;
}


.sec_list .item_body .expiration{
    border: solid 1px #000;
    padding: .2em .5em;
    font-size: 18px;
}
.sec_list .item_body .expirationdate{
    border: solid 1px #000;
    padding: .2em .5em;
    font-size: 18px;
    border-left: none;
    margin-left: -1px;
    font-weight: 700;
}
.sec_list .item_body .txt{
    margin: 1em 0;
}
.sec_list .item .btn_red{
}
.sec_list .item .btn_red a{
    background: url(../img/lp/btn_red_bg.png) no-repeat;
    background-size: cover;
    width:280px;
    display: block;
    color: #fff;
    padding: 1em;
    text-align: center;
    margin: 0 auto;
    font-size: 20px;
    font-family: "Shippori Mincho B1", serif;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.25);
    transition: 0.3s ease-in-out;
}
.sec_list .item .btn_red a:hover{
    filter: brightness(1.2);
}

@media screen and (max-width: 768px) {
    .sec_ttl .u_fwb {
        font-size: 2.2rem;
    }
    .sec_list{
        padding: 70px 0 150px;
    }
    .sec_list .item{
        padding: 60px 0;
    }
    .sec_list .item_body.flex {
        padding: 40px 0px;
    }
    .sec_list .item_body .ttl{
        font-size: 20px;
    }
    .sec_list .item_body .price{
        font-size: 18px;
    }
    .sec_list .item_body .text-area01{
        width: 100%;
        padding: 0 1em 1em 1em;
        margin-bottom: 1em;
        border-right:none;
        text-align: center;
    }
    .sec_list .item_body .text-area02{
        width: 100%;
        padding: 1em;
        padding-top: 20px;
    }
    .sec_list .item_body .block-area{
        text-align: center;
    }
    .sec_list .item_body .frozen{
        font-size: 15px;
    }
    .sec_list .item_body .expiration{
        font-size: 15px;
    }
    .sec_list .item_body .expirationdate{
        font-size: 15px;
    }
    .sec_list .item .btn_red a{
        font-size: 14px;
    }

}


.thumb{
    position: relative;
}
.close .thumb:before {
    content: "完売御礼";
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    font-size: 2rem;
    padding: 0 10px;
    color: #fff;
    background-color: rgba(209, 41, 44, .7);
}
.oos .thumb:before {
    content: "品切れ中";
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    font-size: 2rem;
    padding: 0 10px;
    color: #fff;
    background-color: rgba(204, 153, 0, .7);
}
@media screen and (max-width: 768px) {
    .close .thumb:before,
    .oos .thumb:before {
        font-size: 1.4rem;
        display: inline-block;
        white-space: nowrap;
    }
}
.c_btn01::before{
    transform: rotate(90deg);
    top:30%
}


