﻿@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: 1600px;
    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: 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: contain;
        padding-top: calc(810 / 750 * 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(750 / 750 * 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;
    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: #890000;
    border: 2px solid #890000;
    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: #890000;
    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: #890000;
    background-color: #fff;
}

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

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

@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: 100px 0 350px;
    background-color: #ffffff;
    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 18%;
    }
    .sec_about .thumb {
        position: relative;
        width: auto;
    }
}


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

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


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

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

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

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


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


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

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





.sec_about:nth-child(odd) .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;
}


.sec_about:nth-child(8) .about_box_wrap .c_btn01 {
    margin: 0 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;
}


.about_box_wrap p + p {
    margin-top: 20px;
}


.sec_about .price {
    font-size: 3.5rem;
    font-family: 'Shippori Mincho', serif;
    line-height:1.3; 
}

.sec_about .price .yen {
    font-size: 2rem;
}


@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%;
    }
}


.sec_free-service{
    padding: 50px 0 120px 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 10px;
    }
    .sec_free-service.end{
        padding: 40px 0;
    }
}
.sec_free-service .inner{
    max-width: 1000px;
}

.sec_free-service  .sec_ttl{
    color: #920202;
    font-size: 2.8rem;
    margin-bottom: 2rem;
    margin-top: 2rem;

}


@media screen and (max-width: 768px){
    .sec_free-service  .sec_ttl{
        font-size: 2.5rem;
    }
}
.sec_free-service  .txt{
    font-size: 1.2em;
}


.sec_free-service  .txt{
    .spacer {
    display: block;
    height: 10px;
    }
}



.sec_free-service .inner{
    position: relative;
}
.sec_free-service .about_box_wrap {
    position: relative;
    width: 50%;
    padding-right:0;
    padding-bottom:80px;
}
@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: 42%;
    margin-top: 20px;
    margin-bottom: 20px;

}




@media screen and (max-width: 768px){
    .sec_free-service .thumb {
        width: 80%;
        margin: auto;
    }
}

.about_box_wrap .free_delivery {
    margin-top: 20px;
    padding: 0 10px;
    background-color: #D1292C;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    text-shadow: none;
}


.about_box_wrap .free_delivery2 {
    margin-top: 20px;
    padding: 0 10px;
    background-color: #ee7700;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    text-shadow: 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;
}

.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;
    }
}