﻿@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_wrap {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
    z-index: 1;
}

.inner_wrap::after {
    content: "";
    width: 796px;
    height: 565px;
    background-image: url(../img/lp/img_sec01.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}

.inner {
    /* position: relative; */
    margin: 0 auto;
    max-width: 1000px;
    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/mv1.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: contain;
        padding-top: calc(810 / 750 * 100%);
        background-position: top center;
    }
}
.mv_wrap.mv1::before{
    background: #fff url(../img/lp/mv1.jpg) no-repeat top left;
    background-size: cover;
}
.mv_wrap.mv2::before{
    background: #fff url(../img/lp/mv2.jpg) no-repeat top left;
    background-size: cover;
}
.mv_wrap.mv2.close::before{
    background: #fff url(../img/lp/mv2_close.jpg) no-repeat top left;
    background-size: cover;
}
.mv_wrap.mv3::before{
    background: #fff url(../img/lp/mv3.jpg) no-repeat top left;
    background-size: cover;
}
.mv_wrap.mv3.close::before{
    background: #fff url(../img/lp/mv3_close.jpg) no-repeat top left;
    background-size: cover;
}
.mv_wrap.mv4::before{
    background: #fff url(../img/lp/mv4.jpg) no-repeat top left;
    background-size: cover;
}
.mv_wrap.mv4.close::before{
    background: #fff url(../img/lp/mv4_close.jpg) no-repeat top left;
    background-size: cover;
}
@media screen and (max-width: 768px) {
    .mv_wrap.mv1::before{
        background: #fff url(../img/lp/mv1_sp.jpg) no-repeat top left;
        background-size: cover;
    }
    .mv_wrap.mv2::before{
        background: #fff url(../img/lp/mv2_sp.jpg) no-repeat top left;
        background-size: cover;
    }
    .mv_wrap.mv3::before{
        background: #fff url(../img/lp/mv3_sp.jpg) no-repeat top left;
        background-size: cover;
    }
    .mv_wrap.mv4::before{
        background: #fff url(../img/lp/mv4_sp.jpg) no-repeat top left;
        background-size: cover;
    }
}

.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(750 / 750 * 100%);
    }
}

.mv_ttl {
    position: absolute;
    top: 0%;
    right: 0;
    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;
    letter-spacing: 5px;
}

@media screen and (max-width: 1200px) {
    .sec_ttl .u_fwb {
        font-size: 3vw;
    }
}

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

.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: 30px;
}

@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_wrap{
    background-image:url(../img/lp/bg_gara.png);
    background-size:auto auto;
    background-repeat:repeat;
    
    z-index: 60;
    position: relative;
}

.sec_about {
    position: relative;
    padding: 150px 0 170px;
    background-color: #fff;
    background-size: cover;
}

.sec_about .thumb {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    width: 48%;
}

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

@media screen and (max-width: 768px) {
    .sec_about {
        padding: 15% 0;
    }
    .sec_about .thumb {
        position: relative;
        width: auto;
    }
}


main .sec_about:nth-child(odd) {
    background: url(../img/lp/bg_sec01.jpg) top left no-repeat;
    background-size: cover;
}

main .sec_about:nth-child(even) {
    background: url(../img/lp/bg_sec02.jpg) top left no-repeat;
    background-size: cover;
}

.sec_about:nth-child(even) .about_box_wrap {
    margin-left: auto;
}

/*
.sec_about:nth-child(even) .about_box_wrap .sec_ttl {
    text-shadow: 3px 3px 0px #ffffff;
}*/

.sec_about:nth-child(even) .thumb {
    right: auto;
}

.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: 20px;
    font-size: 2.6rem;
    font-family: "Noto Sans CJK JP", serif;
}

.sec_about .about_sub_title.txt ul+ul {
    margin-left: 9%;
}

.sec_about .about_sub_title.txt+p {
    font-size: 2rem;
}

@media screen and (max-width: 768px) {
    .sec_about .about_sub_title.txt {
        font-size: 1.8rem;
    }
    .sec_about .about_sub_title.txt+p {
        font-size: 1.6rem;
    }
    .sec_about .about_sub_title.txt ul+ul {
        margin-left: 0;
    }
}

.sec_about .txt+.txt {
    margin-top: 50px;
    line-height: 2;
    text-align: justify;
}

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

.sec_about:nth-child(even) .about_box_wrap .c_btn01 {
    margin-left: auto;
}

.about_box_wrap {
    position: relative;
    width: 48%;
}

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

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

@media screen and (max-width: 1200px) {
    .about_box_wrap .flex {
        flex-direction: column;
    }
    .sec_about .about_sub_title.txt ul+ul {
        margin-left: 0;
    }
}

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


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

.flex {
    display: flex;
}

.news {
    background-color: #006c97;
    padding: 30px 0;
    text-align: center;
    color: #fff;
    font-size: 2rem;
    font-weight: bold;
}

@media screen and (max-width: 768px) {
    .flex {
        flex-direction: column;
    }
    .news {
        padding: 20px;
        font-size: 1.6rem;
    }
}


/*******************
* ネットショップ限定ギフト
********************/

.sec_about .explain_txt_wrap {
    background-color: #ece5d3;
    padding: 20px;
    text-shadow: none;
}

p+.explain_txt_wrap {
    margin-top: 50px;
}

@media screen and (max-width: 1024px) {
    .flex {
        flex-direction: column;
    }
    .sec_about .about_sub_title.txt ul+ul {
        margin-left: 0;
    }
}

@media screen and (max-width: 768px) {
    p+.explain_txt_wrap {
        margin-top: 30px;
    }
}












/*******************
* 2022.11 追加
********************/

.c-navi{
    position: fixed;
}
.c-navi{}


@media screen and (max-width: 768px){
    .mv_wrap::before {
    padding-top: calc(1000 / 800 * 100%);
    }
    .mv_wrap::after {
    padding-top: calc(1000 / 800 * 100%);
    }
}
main {
    font-family: "Shippori Mincho", serif!important;

}
.h-main-copy{
    padding: 100px;
    text-align: center;
}
@media screen and (max-width: 768px){
    .h-main-copy{
        padding: 100px 8%;
        text-align: left;
    }
}
.h-main-copy p{
    line-height: 3;
    font-weight: 600;
}
@media screen and (max-width: 768px){
    .h-main-copy p{
        line-height: 2;
    }
}
.h-main-bnr .flex{
    justify-content: space-around;
    padding: 0 0 100px 0;
}
@media screen and (max-width: 1024px){
    .h-main-bnr .inner.flex{
            flex-direction: initial;
             flex-wrap: wrap;
        }
}
.h-main-bnr .box{
    width: 30%;
    position: relative;
}
/*
.h-main-bnr .box.close::before{
    content: "完売御礼";
    position: absolute;
    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, .8);
    z-index: 10;
}
*/
.h-main-bnr .box .outofstock{
    display:none;
}
.h-main-bnr .box.close .outofstock{
    display:block;
}
.h-main-bnr .box.close .sale{
    display: none;
}

.h-main-bnr .box2{
    width: 100%;
}

@media screen and (max-width: 768px){
    .h-main-bnr .box{
        width: 60%;
        margin: 20px auto;
    }
    .h-main-bnr .box2{
        width: 60%;
        margin: auto;
    }
}
.free-service {
    padding: 140px 0 0 0 ;
}
.free-service .inner{
    background-color: #0e134d;
    border: solid 8px #0e134d;
    max-width: 1000px;
}
@media screen and (max-width: 768px){
    .free-service .inner{
        padding: 0;
    }
}
.free-service h3.title-obi{
    background-image: url(../img/lp/freeservice-obi.png);
    background-size: auto 100%;
    text-align: center;
    padding: 1rem;
}
.free-service h3.title-obi span{
    color:#fff;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 6px;
    position: relative;
}
.free-service h3.title-obi span::before{
    content: "";
    border-top:solid 1px #fff;
    width: 70px;
    height: 1px;
    position: absolute;
    left:-100px;
    top: 18px;
}
.free-service h3.title-obi span::after{
    content: "";
    border-top:solid 1px #fff;
    width: 70px;
    height: 1px;
    position: absolute;
    right:-100px;
    top: 18px;
}
@media screen and (max-width: 768px){
    .free-service h3.title-obi span{
        font-size: 1.8rem;
    }
    .free-service h3.title-obi span::before{
        width: 50px;
        left:-80px;
        top: 12px;
    }
    .free-service h3.title-obi span::after{
        width: 50px;
        right:-80px;
        top: 12px;
    }
}
.sec_free-service{
    padding: 80px 0 80px 0;
    letter-spacing: 0.08em;
}
.sec_free-service.end{
    padding: 80px 0 280px 0;
}
@media screen and (max-width: 768px){
    .sec_free-service{
        padding: 40px 0;
    }
    .sec_free-service.end{
        padding: 40px 0;
    }
}
.sec_free-service .inner{
    max-width: 1000px;
}

.sec_free-service  .sec_ttl{
    color: #0e134d;
    font-size: 2.4rem;
    margin-bottom: 2rem;
}
@media screen and (max-width: 768px){
    .sec_free-service  .sec_ttl{
        font-size: 1.8rem;
    }
}
.sec_free-service  .txt{
    font-size: 1.7rem;
}
.sec_free-service .inner{
    position: relative;
}
.sec_free-service .about_box_wrap {
    position: relative;
    width: 50%;
    padding-right:0;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
    .sec_free-service  .inner {
        padding: 0 8%; 
    }
}
@media screen and (max-width: 768px){
    .sec_free-service .about_box_wrap {
        width: 100%;
    }
}

.sec_free-service.sec_about:nth-child(even)  .about_box_wrap {
    margin-left: 50%;
}
@media screen and (max-width: 768px){
    .sec_free-service.sec_about:nth-child(even)  .about_box_wrap {
        margin-left:0%;
    }
}
.sec_free-service .thumb {
    width: 40%;
}
@media screen and (max-width: 768px){
    .sec_free-service .thumb {
        width: 80%;
        margin: auto;
    }
}


.early-order_service{
    max-width: 1000px;
    margin: 20px auto 100px auto;
    padding: 16px;
    background:  rgba(150,100,10,0.3);
}
@media screen and (max-width: 768px){
    .early-order_service{
        margin: 0px auto;
    }
}
.early-order_service .wrap{
    background:  rgba(255,255,255,0.7);
    padding:40px 80px;
    text-align: center;
}
@media screen and (max-width: 768px){
    .early-order_service .wrap{
        padding:20px 20px;
        text-align: center;
    }
}
.early-order_service  .title{
    border-top: solid 1px #96650a;
    border-bottom: solid 1px #96650a;
    color: #96650a;
    font-size: 2.4rem;
    font-weight: 700;
    padding: 1rem 0;
    margin-bottom: 3rem;
}
@media screen and (max-width: 768px){
    .early-order_service  .title{
        font-size: 1.8rem;
    }
}
.early-order_service  .title span{
    display: inline-block;
    margin: 0 2rem;
    width:2.4rem;
    line-height: 1;
}
@media screen and (max-width: 768px){
    .early-order_service  .title span{
        width:2rem;
    }
}
.early-order_service  .text{
    font-weight: 700;
    font-size: 2rem;
}
.early-order_service  .text.bigger{
    font-size: 3.6rem;
    padding: 1rem 0;
}
.early-order_service  .text.bigger span{
    font-size: 2rem;
}
@media screen and (max-width: 768px){
    .early-order_service  .text{
        font-size: 1.6rem;
    }
    .early-order_service  .text.bigger{
        font-size: 2rem;
    }
    .early-order_service  .text.bigger span{
        font-size: 1.4rem;
    }
}

.c_sec_title_area{
    text-align: center;
    padding: 120px 0  50px 0;
}
.c_sec_title_area .c_sec_title_icon{
    width: 80px;
    margin: auto;
}

.c_sec_title_area .c_sec_title{
    font-size: 2.8rem;
    font-weight: 700;
    color: #0e134d;
}
.c_sec_title_area .c_sec_title span{
    position: relative;
}
.c_sec_title_area .c_sec_title span::before{
    content: "";
    border-top:solid 1px #0e134d;
    width: 70px;
    height: 1px;
    position: absolute;
    left:-100px;
    top: 18px;
}
.c_sec_title_area .c_sec_title span::after{
    content: "";
    border-top:solid 1px #0e134d;
    width: 70px;
    height: 1px;
    position: absolute;
    right:-100px;
    top: 18px;
}
@media screen and (max-width: 768px){
    .c_sec_title_area .c_sec_title span::before{
    content:none;}
    .c_sec_title_area .c_sec_title span::after{ 
        content:none;}
}

.c_sec_title_area .c_sec_title_eng{
    font-weight: 700;
    color: #0e134d;
}
.bg-wrap_sec{
    background:  url(../img/lp/bg_cloud.png);
    background-repeat: repeat-y
}

@media screen and (max-width: 768px){
    .sec_about_wrap {
        background-size: contain;
    }
    .bg-wrap_sec{
        background-size: 200%;
    }
}
.sec_ttl {
    color: #0e134d;
}
.sec_ttl .u_fwb {
    font-size: 3.2rem;
    letter-spacing: 2px;
    font-weight: 700;
 }
 
@media screen and (max-width: 768px){
    .sec_ttl .u_fwb {
        font-size: 2.6rem;
     }
}
.freeshipping{
    font-family: 'Shippori Antique', sans-serif;
    color: #fff;
    background-color: #d0282c;
    display: inline-block;
    text-shadow:none!important;
    padding: .1rem 1rem;
    margin: 1rem 0;
    border-radius: 4px;
}

.sec_about .about_sub_title.txt {
    margin-top: 20px;
    font-size: 1.7rem;
    font-family: "Shippori Mincho", serif;
    font-weight: 600;
    color: #666;
}
.sec_about .about_sub_title.txt+p {
    font-size: 1.6rem;
    color: #666;
}
.sec_about .txt+.txt {
    margin-bottom: 50px;
}
.sec_about .price{
    font-size:2.9rem;
    font-weight: 600;
}
@media screen and (max-width: 768px){
    .sec_about .price{
        font-size:2.4rem;
    }
}
.sec_about .price span{
    font-size:50%;
}
.sec_about .thumb {
    padding: 0 20px;
}
.thumb .icon{
    position: absolute;
    top:-50px;
    right:-30px;
    width:150px;
    filter: drop-shadow(3px 3px 5px rgba(0,0,0,.5));
}
@media screen and (max-width: 768px){
    .thumb .icon{
        position: absolute;
        top:-30px;
        right:0px;
        width:100px;
    }
}
main .sec_about:nth-child(even) .thumb .icon{
    left:-30px;
    right:auto;
}

@media screen and (max-width: 768px){
    main .sec_about:nth-child(even) .thumb .icon{
        left:auto;
        right:0px;
    }
}

.close .thumb::before{
    content: "完売御礼";
    position: absolute;
    top: 40%;
    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, .8);
    z-index: 10;
}


.bg-gray{
    background-color: rgba(94, 127, 145, 0.2)!important;
}


.c_btn01{
    font-family: 'Shippori Antique', sans-serif;
    font-size: 1.6rem;
}
.c_btn01::before {
    position: absolute;
    content: "";
    top: 40%;
    right: 1em;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    width: 1.8em;
    height: 1.8em;
    letter-spacing: normal;
    background-color:transparent;
    color: transparent;
    border-radius: 0%;
    background-image: url(../img/lp/icon_arrow.svg);
    background-repeat: no-repeat;
}
.c_btn01:hover::before,
.c_btn01:active::before,
.c_btn01:focus::before {
    background-color: transparent;
    background-image: url(../img/lp/icon_arrow-b.svg);
}

/* 2022.11 追加
*バーガーメニュー
*/
.cnt-navi{
    background: #0e134d;
    list-style: none;
    margin: 0;
    padding: 12px;
    width: 100%;
    position: fixed;
    top: 66px;
    left: 0;
    z-index: 99;
    display: none;
  }
  .cnt-navi a{
    display: block;
    padding: 0 30px;
    color: #fff;
    text-decoration: none;
  }
  .cnt-navi.open{
    display: block;
  }
  .toggle-btn {
    background: #0e134d;
    text-align: center;
    border: none;
    padding: 0 0 0 0;
    position: fixed;
    top: 66px;
    right: 20px;
    /*display: none;*/
    width:50px;
    height: 50px;
    z-index: 999;
  }
  .toggle-btn p{
    color: #fff;
    padding-top: 10px;
  }
  .toggle-btn:hover{
    cursor: pointer;
  }
  .toggle-btn span{
    display: inline-block;
    background: #fff;
    height: 1px;
    width: 25px;
    position: relative;
  }
  .toggle-btn span:before{
    content: "";
    display: inline-block;
    background: #fff;
    height: 1px;
    width: 25px;
    position: absolute;
    top: 8px;
    left: 0;
  }
  .toggle-btn span:after{
    content: "";
    display: inline-block;
    background: #fff;
    height: 1px;
    width: 25px;
    position: absolute;
    top: -8px;
    left: 0;
  }
  #open-btn.active span{
    background: transparent;
  }
  #open-btn.active span:before{
    transform: rotate(45deg);
    top: 0;
  }
  #open-btn.active span:after{
    transform: rotate(-45deg);
    top: 0;
  }
  
  @media (max-width: 767.98px){
    .cnt-navi{
      display: none;
    }
    .toggle-btn {
      display: block;
    }
  }

.cnt-navi ul {
    text-align: right;
    padding-right: 100px;
}
.cnt-navi ul li{
    display: inline-block;
}

@media screen and (max-width: 768px){
    .toggle-btn {
        right: 0px;
        top:62px;
    }
    .cnt-navi ul {
        padding-right: 0%;
        text-align: center;
    }
    .cnt-navi{
        top:62px;
    }
    .cnt-navi ul li{
        display: block;
        padding: 1rem;
    }   
}