@charset "utf-8";

/* CSS Document */


/* ------------------------------------------
  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,
hr,
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,
main,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

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

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

abbr {
    text-decoration: none;
}

mark {
    background: none;
}

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

caption,
th {
    text-align: left;
}

img {
    vertical-align: top;
}

hr {
    height: 0;
}

html {
    font-size: 62.5%;
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

body {
    font-size: 16px;
    line-height: 1.75;
    font-family: 'Noto Sans JP', sans-serif;
    color: #3b3636;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    word-break: break-all;
    letter-spacing: 1px;
    -webkit-font-feature-settings: "palt";
    -moz-font-feature-settings: "palt";
    font-feature-settings: "palt";
    min-width: 1400px;
}

.main {}

a {}

/*a:not(.btn):hover {
    opacity: 0.75;
    transition: all 0.1s 0s ease;
}*/

button:focus {
    outline: none;
}


/*a[href^="tel"] {
    color: #fff;
    pointer-events: none;
}*/

.select:focus,
input:focus {
    outline: none;
}

.pc-hide {
    display: none !important;
}

.sp-hide {
    display: block !important;
}

.strong {
    font-weight: 700;
}

.align-center {
    text-align: center;
}

.align-right {
    text-align: right;
}

.align-left {
    text-align: left !important;
}

.footer-nav {
    display: none !important;
}


/* ------------------------------------------
  common
--------------------------------------------- */

/*footer*/

.footer {
    margin: 0 auto;
    padding: 20px 0;
    background: #fff;
    font-size: 12px;
    text-align: center;
}


/*block*/

.block {
    width: 100%;
    padding: 80px 0 100px;
    position: relative;
}


/* ------------------------------------------
  mv
--------------------------------------------- */

.mv {
    width: 100%;
    min-width: 1366px;
    height: 500px;
    background: url(../images/mv-bg.webp) no-repeat center center;
    background-size: cover !important;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 2;
}

.mv-inner {
    width: 100%;
}

.mv-title {}

.lead {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 2px;
    text-align: center;
    padding-bottom: 50px;
}

/* ------------------------------------------
  introduction-title
--------------------------------------------- */
.introduction {
    padding: 60px;
    text-align: center;
}

/* ------------------------------------------
  recipe
--------------------------------------------- */
.recipe {
    position: relative;
    padding: 70px 0;
}

.recipe-blue {
    background: #def1fd;
}

.recipe-pink {
    background: #fce7f2;
}

.recipe-inner {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 1000px;
    margin: 0 auto;
}

.recipe-inner:before,
.recipe-inner:after {
    position: absolute;
    content: "";
    display: block;
}

.recipe-inner:before {
    background: url(../images/recipe-bg-top.webp) no-repeat;
    width: 512px;
    height: 172px;
    top: -70px;
    right: -100px;
}

.recipe-inner:after {
    background: url(../images/recipe-bg-bottom.webp) no-repeat;
    width: 567px;
    height: 355px;
    bottom: -70px;
    left: -100px;

}

.recipe-pink .recipe-inner {
    flex-direction: row-reverse;
}

.recipe-img {
    width: 475px;
    position: relative;
    z-index: 2;
}

.recipe-img img {
    width: 100%;
    height: auto;
}

.recipe-text {
    width: 475px;
    position: relative;
    z-index: 2;
}

.recipe h2 {
    margin-bottom: 40px;
}

.recipe h2 img {
    width: 100%;
    height: auto;
}

.recipe-box {
    background: #fff6ec;
    padding: 30px 25px 20px 25px;
    position: relative;
    box-shadow: -2px 2px 4px rgba(0, 0, 0, 0.2);
}

.recipe-text h3 {
    color: #fff;
    position: absolute;
    top: -10px;
    width: 80px;
    text-align: center;
}

.recipe-box + .recipe-box {
    margin-top: 30px;
}

.recipe-box li {
    border-bottom: 1px dotted #ddd;
    padding-bottom: 5px;
}

.recipe-box li + li {
    padding-top: 10px;
}

.recipe-box li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.recipe-text a {
    text-decoration: underline !important;
}

.recipe-pink .recipe-text h3 {
    background: #d66f87;
}

.recipe-blue .recipe-text h3 {
    background: #7db3d5;
}

.recipe-pink .recipe-text a {
    color: #d66f87;
}

.recipe-blue .recipe-text a {
    color: #7db3d5;
}

/* ------------------------------------------
  loading
--------------------------------------------- */
#lead-fadeIn {
    opacity: 0;
    transform: translate(0, 30px);
    transition: all 1000ms;
}

#lead-fadeIn.lead-fadeIn-active {
    opacity: 1;
    transform: translateY(0);
}

#loading {
    width: 150px;
    height: 72px;
    text-align: center;
}

#kv-lead {
    opacity: 0;
    -webkit-transition: all 2s;
    transition: all 2s;
    transform: translateY(15px);
}

#kv-lead.kv-lead-loaded {
    opacity: 1;
    transform: translateY(0);
}

/*fadein*/
.fadein {
    opacity: 0;
    transform: translate(0, 50px);
    transition: all 1500ms;
}

.fadein-active {
    opacity: 1;
    transform: translate(0, 0);
}


/* ========================================================
   for SP
===========================================================*/

@media screen and (max-width: 768px) {

    /*common*/
    html {
        overflow-x: hidden;
    }

    body {
        font-size: 3.4vw;
        min-width: 0;
    }

    .main {
        padding-bottom: 10vw;
        overflow-x: hidden;
    }

    a:hover,
    a:not(.btn):hover {
        opacity: 1;
    }

    .pc-hide {
        display: block !important;
    }

    .sp-hide {
        display: none !important;
    }

    .block {
        padding: 30px 20px 50px;
    }

    .inner {
        width: 100%;
    }

    .footer-nav {
        display: none !important;
    }

    /*header*/
    .header .logo {
        padding-top: 3px;
    }

    .header a:hover {
        opacity: 1;
    }

    .header .header-inner {
        padding: 0 20px;
    }

    .footer {
        width: 100%;
        padding: 20px;
        font-size: 10px;
    }

    /* ------------------------------------------
      mv
    --------------------------------------------- */
    .mv {
        padding: 0;
        min-width: 0;
        background: none;
        height: auto;
    }

    /* ------------------------------------------
      introduction
    --------------------------------------------- */

    .introduction {
        padding: 8vw;
        letter-spacing: 1vw;
    }

    /* ------------------------------------------
      recipe
    --------------------------------------------- */
    .recipe {
        padding: 0 7vw;
    }

    .recipe-pink .recipe-inner {
        flex-direction: column;
    }

    .recipe-inner {
        width: 100%;
        padding: 8vw 0;
        flex-direction: column;
    }

    .recipe-inner:before {
        background: url(../images/recipe-bg-top.webp) no-repeat;
        width: 50vw;
        height: 15vw;
        top: 0vw;
        right: -10vw;
    }

    .recipe-inner:after {
        background: url(../images/recipe-bg-bottom.webp) no-repeat;
        width: 48vw;
        height: 30vw;
        bottom: 0;
        left: -20vw;
    }

    .recipe-inner:before,
    .recipe-inner:after {
        background-size: cover !important;
    }

    .recipe-text,
    .recipe-img {
        width: 100%;
        position: relative;
        z-index: 2;
    }

    .recipe-img {
        margin-bottom: 8vw;
    }

    .recipe h2 {
        margin-bottom: 6vw;
    }

    .recipe-box {
        padding: 6vw 5vw 5vw;
    }

    .recipe-box + .recipe-box {}

}
