@charset "UTF-8";
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
    font-family: sans-serif;
    /* 1 */
    line-height: 1.15;
    /* 2 */
    -ms-text-size-adjust: 100%;
    /* 3 */
    -webkit-text-size-adjust: 100%;
    /* 3 */
}

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers (opinionated).
   */
body {
    margin: 0;
}

/**
   * Add the correct display in IE 9-.
   */
article,
aside,
footer,
header,
nav,
section {
    display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */
/**
   * Add the correct display in IE 9-.
   * 1. Add the correct display in IE.
   */
figcaption,
figure,
main {
    /* 1 */
    display: block;
}

/**
   * Add the correct margin in IE 8.
   */
figure {
    margin: 1em 40px;
}

/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics
     ========================================================================== */
/**
   * 1. Remove the gray background on active links in IE 10.
   * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
   */
a {
    background-color: transparent;
    /* 1 */
    -webkit-text-decoration-skip: objects;
    /* 2 */
}

/**
   * Remove the outline on focused links when they are also active or hovered
   * in all browsers (opinionated).
   */
a:active,
a:hover {
    outline-width: 0;
}

/**
   * 1. Remove the bottom border in Firefox 39-.
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    /* 2 */
}

/**
   * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
   */
b,
strong {
    font-weight: inherit;
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
    font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
   * Add the correct font style in Android 4.3-.
   */
dfn {
    font-style: italic;
}

/**
   * Add the correct background and color in IE 9-.
   */
mark {
    background-color: #ff0;
    color: #000;
}

/**
   * Add the correct font size in all browsers.
   */
small {
    font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
     ========================================================================== */
/**
   * Add the correct display in IE 9-.
   */
audio,
video {
    display: inline-block;
}

/**
   * Add the correct display in iOS 4-7.
   */
audio:not([controls]) {
    display: none;
    height: 0;
}

/**
   * Remove the border on images inside links in IE 10-.
   */
img {
    border-style: none;
}

/**
   * Hide the overflow in IE.
   */
svg:not(:root) {
    overflow: hidden;
}

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers (opinionated).
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
    font-family: var(--font-family);
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
    /* 1 */
    overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
    /* 1 */
    text-transform: none;
}

/**
   * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
   *    controls in Android 4.
   * 2. Correct the inability to style clickable types in iOS and Safari.
   */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
}

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
   * Change the border, margin, and padding in all browsers (opinionated).
   */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
   * 1. Add the correct display in IE 9-.
   * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}

/**
   * Remove the default vertical scrollbar in IE.
   */
textarea {
    overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10-.
   * 2. Remove the padding in IE 10-.
   */
[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/**
   * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
   */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in IE 9-.
   * 1. Add the correct display in Edge, IE, and Firefox.
   */
details,
menu {
    display: block;
}

/*
   * Add the correct display in all browsers.
   */
summary {
    display: list-item;
}

/* Scripting
     ========================================================================== */
/**
   * Add the correct display in IE 9-.
   */
canvas {
    display: inline-block;
}

/**
   * Add the correct display in IE.
   */
template {
    display: none;
}

/* Hidden
     ========================================================================== */
/**
   * Add the correct display in IE 10-.
   */
[hidden] {
    display: none;
}

/*----------------------------------------------------
  base (styling element directly contain reset style)
----------------------------------------------------*/
html {
    font-size: 62.5%;
    overflow-y: scroll;
    overflow-x: hidden;
}

body {
    min-width: 1160px;
    margin: 0;
    padding: 0;
    background: #fff;
    font-size: 16px;
    font-size: 1.6rem;
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", "Yu Gothic", YuGothic, Verdana, Arial, sans-serif;
    font-weight: 400;
    color: #530000;
    line-height: 1.7;
    padding-top: constant(safe-area-inset-top);
    padding-right: constant(safe-area-inset-right);
    padding-bottom: constant(safe-area-inset-bottom);
    padding-left: constant(safe-area-inset-left);
}

a {
    color: #2163af;
    text-decoration: underline;
    -webkit-transition: none .3s linear;
    transition: none .3s linear;
    -webkit-transition-property: background, color;
    transition-property: background, color;
}

a img {
    -webkit-transition: opacity .3s linear;
    transition: opacity .3s linear;
}

a:hover {
    color: #004B7F;
}

svg,
img {
    max-width: 100%;
    vertical-align: top;
}

abbr[title] {
    border-bottom: none;
    text-decoration: none;
}

select,
button,
[type="reset"],
[type="button"],
[type="submit"] {
    cursor: pointer;
}

textarea,
button,
[type="reset"],
[type="button"],
[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

textarea,
select,
button,
input {
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", "Yu Gothic", YuGothic, Verdana, Arial, sans-serif;
    border-radius: 0;
}

button {
    margin: 0;
    padding: 0;
    background: none;
    border: 0;
}

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

h1, h2, h3, h4, h5, h6,
p, ul, ol, table, dl, dd {
    margin: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: inherit;
}

table {
    border-collapse: collapse;
}

.small,
small {
    font-size: 80%;
}

.p,
p {
    margin-bottom: 1.5em;
}

ol {
    margin-bottom: calc(1.5em - 5px);
}

ol > li {
    list-style: decimal;
    margin-left: 2em;
    margin-bottom: 5px;
}

iframe {
    border: 0;
}

hr {
    clear: both;
    display: block;
    width: 100%;
    height: 0;
    margin: 30px auto;
    border: 0;
    border-bottom: 1px dotted #ccc;
}

::selection {
    background-color: #2163a6;
    color: #fff;
}

.contents {
    margin: auto;
}

.footer-ciscorn {
    background-color: #e40012;
    color: white;
}

.footer-ciscorn__inner {
    max-width: 878px;
    margin: 0 auto;
    padding: 60px 0 40px;
}

.footer-ciscorn a {
    color: white;
}

.footer-ciscorn__btnList {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: center;
    -ms-flex-pack: justify;
    justify-content: center;
    margin-bottom: 52px;
}

.footer-ciscorn__btnList li img {
    width: 428px;
}

.footer-ciscorn__snsList {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 47px;
}

.footer-ciscorn__snsList li {
    margin: 0 12px;
}

.footer-ciscorn__snsList li:last-child {
    display: none;
}

.footer-ciscorn__snsList li img {
    width: 38px;
}

.footer-ciscorn__shareText {
    margin: 0 auto;
    text-align: center;
}

.pageTop {
    position: fixed;
    right: 20px;
    bottom: 20px;
    margin: 0;
    z-index: 10;
}

.globalFooter__inner {
    max-width: 1100px;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 1px;
}

.globalFooter .official {
    position: relative;
    margin-bottom: 40px;
}

.globalFooter .footer-logo {
    position: absolute;
    bottom: 0;
    width: 74px;
}

.globalFooter .ttl-official {
    font-size: 1.0rem;
    font-weight: normal;
    display: block;
    margin: 10px 0 10px 85px;
}

.globalFooter .brand {
    text-align: left;
    margin: 10px auto;
    margin-left: 85px;
}

.globalFooter .brand li {
    display: inline-block;
    width: 72px;
    margin: 0 10px 0 0;
    vertical-align: bottom;
}

.globalFooter .footer-list li {
    display: inline-block;
    line-height: 2;
    font-size: 1.2rem;
}

.globalFooter .footer-list li a {
    display: inline-block;
    padding: 0 1em 0 0;
    line-height: 1;
    color: #000;
}

.globalFooter .footer-list li a:hover {
    text-decoration: none;
}

.globalFooter .contact {
    font-size: 1.1rem;
    color: #1a1a1a;
}

.globalFooter .contact dt {
    display: inline-block;
}

.globalFooter .contact dd {
    display: inline-block;
}

.globalFooter .copyright {
    margin: 25px auto;
    color: #1a1a1a;
}

.globalFooter .copyright small {
    font-size: 1.2rem;
}

.globalHeader {
    line-height: 1.2;
    background: #e40012;
}

.globalHeader__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1100px;
    margin: 0 auto;
    padding: 15px 0 15px;
}

.globalHeader a {
    color: white;
    text-decoration: none;
}

.logo {
    width: 175px;
}

.logo__item {
    margin: 0;
}

.globalNav {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 1100px;
    margin: auto;
}

.globalNav__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: center;
    font-size: 1.4rem;
}

.globalNav__list img {
    display: none;
}

.globalNav__list a {
    display: block;
    height: 17px;
    overflow: hidden;
    background: url(../img/share/nav.png) no-repeat;
    line-height: 0;
    font-size: 0;
    -webkit-transition: none;
    transition: none;
}

.globalNav__list a:hover {
    color: #ffcf3b;
}

.globalNav__list > li {
    position: relative;
}

.globalNav__list > li ul {
    display: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 32px;
    z-index: 99;
    padding: 25px 20px 10px;
    background: #e40012;
    border: 2px solid white;
    border-radius: 10px;
}

.globalNav__list > li ul::before {
    content: "";
    position: absolute;
    top: -7px;
    left: calc(50% - 5px);
    width: 10px;
    height: 10px;
    background-color: #e40012;
    border-top: 2px solid white;
    border-right: 2px solid white;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.globalNav__list > li ul li {
    margin-bottom: 15px;
}

.globalNav__list > li ul li a {
    background-image: url(../img/share/nav_child.png);
}

.globalNav__ciscorns ul {
    width: 246px;
    left: -82px;
}

.globalNav__breakfast ul {
    width: 219px;
    left: -83px;
}

.globalNav__process ul {
    width: 218px;
    left: -52px;
}

.sp-globalNav__title {
    display: none;
}

.anima-bound {
    -webkit-animation: bound .3s ease 10 alternate;
    animation: bound .3s ease 10 alternate;
}

@-webkit-keyframes bound {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
    100% {
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px);
    }
}

@keyframes bound {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
    100% {
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px);
    }
}

.anima-fromTopIn1 {
    -webkit-transition: opacity 1.0s ease, -webkit-transform 0.7s ease;
    transition: opacity 1.0s ease, -webkit-transform 0.7s ease;
    transition: transform 0.7s ease, opacity 1.0s ease;
    transition: transform 0.7s ease, opacity 1.0s ease, -webkit-transform 0.7s ease;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1.0;
}

.anima-fromTopOut1 {
    -webkit-transition: opacity 1.0s ease, -webkit-transform 0.7s ease;
    transition: opacity 1.0s ease, -webkit-transform 0.7s ease;
    transition: transform 0.7s ease, opacity 1.0s ease;
    transition: transform 0.7s ease, opacity 1.0s ease, -webkit-transform 0.7s ease;
    -webkit-transform: translate(0, -90px);
    transform: translate(0, -90px);
    opacity: 0.0;
}

.anima-fromBottomIn1 {
    -webkit-transition: opacity 1.0s ease, -webkit-transform 1.0s ease;
    transition: opacity 1.0s ease, -webkit-transform 1.0s ease;
    transition: transform 1.0s ease, opacity 1.0s ease;
    transition: transform 1.0s ease, opacity 1.0s ease, -webkit-transform 1.0s ease;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1.0;
}

.anima-fromBottomOut1 {
    -webkit-transition: opacity 1.0s ease, -webkit-transform 1.0s ease;
    transition: opacity 1.0s ease, -webkit-transform 1.0s ease;
    transition: transform 1.0s ease, opacity 1.0s ease;
    transition: transform 1.0s ease, opacity 1.0s ease, -webkit-transform 1.0s ease;
    -webkit-transform: translate(0, 90px);
    transform: translate(0, 90px);
    opacity: 0.0;
}

.anima-fromBottomIn2 {
    -webkit-transition: opacity 1.0s ease, -webkit-transform 1.0s ease;
    transition: opacity 1.0s ease, -webkit-transform 1.0s ease;
    transition: transform 1.0s ease, opacity 1.0s ease;
    transition: transform 1.0s ease, opacity 1.0s ease, -webkit-transform 1.0s ease;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1.0;
    -webkit-transition-delay: 200ms;
    transition-delay: 200ms;
}

.anima-fromBottomOut2 {
    -webkit-transition: opacity 1.0s ease, -webkit-transform 1.0s ease;
    transition: opacity 1.0s ease, -webkit-transform 1.0s ease;
    transition: transform 1.0s ease, opacity 1.0s ease;
    transition: transform 1.0s ease, opacity 1.0s ease, -webkit-transform 1.0s ease;
    -webkit-transform: translate(0, 90px);
    transform: translate(0, 90px);
    opacity: 0.0;
    -webkit-transition-delay: 200ms;
    transition-delay: 200ms;
}

.btnMore img {
    display: none;
}

.btnMore a {
    display: inline-block;
    height: 49px;
    width: 216px;
    background: url(../img/share/btn_more.png) no-repeat;
    -webkit-transition: all .5s;
    transition: all .5s;
    line-height: 1;
}

.btnMore a:hover {
    opacity: .8;
}

.inner {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}

.product-main .inner{
    max-width: 1200px;
}

.pageHeader {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 115px;
    padding: 40px 0 0;
    background-color: #2163af;
    text-align: center;
}

.pageHeader.-breakfast {
    background-image: url(../img/breakfast/bg_page_title_illust.png), url(../img/breakfast/bg_page_title.png);
    background-repeat: no-repeat, repeat;
    background-position: center bottom, 0 0;
}

.pageHeader.-process {
    background: #00b310 url(../img/process/bg_page_title.png) no-repeat center top;
}

.skipLink {
    overflow: hidden;
    background: #333;
    color: white;
}

.skipLink a {
    display: block;
    padding: 5px 10px;
    text-align: center;
    color: #fff;
    overflow: hidden;
    width: 100%;
    height: 0;
    padding: 0;
}

.skipLink a:focus {
    height: auto;
}

.title.-style01 {
    margin-bottom: 50px;
    text-align: center;
    font-size: 3.2rem;
    letter-spacing: .22em;
    text-indent: .22em;
    line-height: 1.5;
}

.title.-style02 {
    margin-bottom: 20px;
    text-align: center;
    font-size: 2.8rem;
    letter-spacing: .1em;
    text-indent: .1em;
    line-height: 1.5;
}

.title.-style03 {
    margin-top: 30px;
    margin-bottom: 15px;
    letter-spacing: .05em;
    text-indent: .05em;
    line-height: 1.5;
    font-size: 1.8rem;
    font-weight: bold;
}

.course-main__header {
    margin-bottom: 0px;
    padding: 40px 0 0;
    text-align: center;
}

.course-main__title {
    height: 245px;
    background: url(../img/breakfast/page_title_course.png) no-repeat center top;
}

.course-main__title img {
    display: none;
}

.course-ankerLink {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -7px 41px 50px 44px;
}

.course-ankerLink__item {
    width: 498px;
    margin-bottom: 10px;
    line-height: 1;
}

.course-ankerLink__item a {
    display: block;
    height: 64px;
    background-repeat: no-repeat;
    background-position: 0 0;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.course-ankerLink__item a:hover {
    opacity: .8;
}

.course-ankerLink__item:nth-child(1) {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}

.course-ankerLink__item:nth-child(1) a {
    background-image: url(../img/breakfast/menu_course_01.png);
}

.course-ankerLink__item:nth-child(2) {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
}

.course-ankerLink__item:nth-child(2) a {
    background-image: url(../img/breakfast/menu_course_02.png);
}

.course-ankerLink__item:nth-child(3) {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
}

.course-ankerLink__item:nth-child(3) a {
    background-image: url(../img/breakfast/menu_course_03.png);
}

.course-ankerLink__item:nth-child(4) {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
}

.course-ankerLink__item:nth-child(4) a {
    background-image: url(../img/breakfast/menu_course_04.png);
}

.course-ankerLink__item img {
    display: none;
}

.course-detail {
    margin-bottom: 80px;
}

.course-section {
    position: relative;
    margin-bottom: 40px;
    padding: 60px 100px 40px;
    background: #fdf4d8 url(../img/breakfast/bg_paper.png) no-repeat right bottom;
    border-radius: 20px;
}

.course-section::after, .course-section::before {
    content: "";
    position: absolute;
    top: 45px;
    width: 15px;
    height: 15px;
    background-color: #2163af;
    border-radius: 100px;
}

.course-section::before {
    left: 45px;
}

.course-section::after {
    right: 45px;
}

.course-section__title {
    margin-bottom: 45px;
    text-align: center;
}

.course-section__body {
    font-size: 1.8rem;
}

.course-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.course-grid__item.-text {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.course-grid__item.-image {
    margin-left: 40px;
}

.course-grid.-equally {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.course-grid.-equally .course-grid__item {
    width: calc(50% - 15px);
}

.course-colorBalance {
    overflow: hidden;
    margin-bottom: 60px;
}

.course-colorBalance__item {
    max-width: 440px;
    margin: 0 auto 10px;
}

.course-colorBalance__item:nth-child(2) {
    float: left;
}

.course-colorBalance__item:nth-child(3) {
    float: right;
}

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

.course-colorBalance__body {
    margin-top: -35px;
    padding: 50px 60px 40px;
    border-radius: 150px;
    background-color: #eee;
    font-size: 1.7rem;
    font-weight: bold;
}

.course-colorBalance__body p {
    margin: 0;
}

.course-colorBalance__item.-yellow .course-colorBalance__body {
    background-color: #f8d664;
    color: #7c471a;
}

.course-colorBalance__item.-red .course-colorBalance__body {
    background-color: #ffcbcb;
    color: #891a1e;
}

.course-colorBalance__item.-green .course-colorBalance__body {
    background-color: #b7d6a7;
    color: #226b29;
}

#section-course_03 .course-illust {
    margin-top: 110px;
    margin-bottom: 0;
    text-align: center;
}

#section-course_04 {
    position: relative;
}

#section-course_04 .course-illust {
    position: absolute;
    right: 80px;
    bottom: 0;
    margin: 0;
}

.factory-main__header {
    margin-bottom: 50px;
    padding: 40px 0 0;
    text-align: center;
}

.factory-main__title {
    margin-bottom: 30px;
}

.factory-main__lead {
    margin: 0;
    color: #2163af;
    font-size: 1.6rem;
}

.factory-scrollWrap {
    position: relative;
}

.factory-scrollNav {
    display: none;
}

.factory-scrollNav li {
    position: absolute;
    top: calc(50% - 20px);
    z-index: 2;
    width: 41px;
    height: 41px;
    background-size: 41px 41px;
    font-size: 0;
    line-height: 0;
    text-indent: -999em;
}

.factory-scrollNav li:first-child {
    opacity: 0;
    left: 10px;
    background-image: url(../img/share/btn_prev.png);
}

.factory-scrollNav li:last-child {
    right: 10px;
    background-image: url(../img/share/btn_next.png);
}

.factory-ankerLink {
    position: relative;
    max-width: 899px;
    min-height: 551px;
    margin: 0 auto 50px;
    background: url(../img/process/factory_main.jpg) no-repeat left -17px top / 100% 100%;
}

.factory-ankerLink__item {
    position: absolute;
    list-style: none;
    margin: 0;
    padding: 0;
}

.factory-ankerLink__item:nth-child(1) {
    top: 55px;
    left: 115px;
}

.factory-ankerLink__item:nth-child(2) {
    top: 55px;
    left: 430px;
}

.factory-ankerLink__item:nth-child(3) {
    top: 55px;
    left: 636px;
}

.factory-ankerLink__item:nth-child(4) {
    top: 180px;
    left: 696px;
}

.factory-ankerLink__item:nth-child(5) {
    top: 340px;
    left: 672px;
}

.factory-ankerLink__item:nth-child(6) {
    top: 390px;
    left: 324px;
}

.factory-ankerLink__item:nth-child(7) {
    top: 390px;
    left: 20px;
}

.factory-detail {
    padding: 86px 0 86px;
    background-color: #e8e9e9;
}

.factory-detail__section {
    position: relative;
    margin-bottom: 46px;
    background-color: #fff;
    border: 5px solid #43b049;
    border-radius: 18px;
}

.factory-detail__section::before {
    content: "";
    position: absolute;
    left: calc(50% - 3px);
    bottom: -25px;
    width: 5px;
    height: 20px;
    background: #43b049;
}

.factory-detail__section:last-child {
    margin-bottom: 0;
}

.factory-detail__section:last-child::before {
    content: none;
}

.factory-detail__title {
    position: absolute;
    top: -32px;
    left: calc(50% - 27px);
    width: 54px;
    height: 54px;
    border-radius: 100px;
    line-height: 54px;
    display: inline-block;
    text-align: center;
    background: #43b049;
}

.factory-detail__title img {
    vertical-align: middle;
}

.factory-detail__body {
    max-width: 900px;
    margin: auto;
    padding: 70px 0 40px;
}

.factory-detail__stepImage {
    margin: 0 auto 30px;
    text-align: center;
}

.factory-detail__description {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.factory-detail__descriptionImage {
    width: 230px;
    margin-right: 30px;
}

.factory-detail__descriptionText {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}

.factory-detail__descriptionText p {
    margin: 0;
}

.family-main {
    padding-bottom: 40px;
    background: #ff91aa url(../img/family/bg_main.png);
}

.family-main__header {
    padding: 50px 0 40px;
    text-align: center;
}

.family-main__pdfBtn{
    text-align: center;
    max-width: 405px;
    margin: auto;
    margin-bottom: 25px;
    margin-top: -25px;
}

.family-main__pdfBtn img{
    width: 100%;
}


.family-index {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 940px;
    margin: 0 auto;
}

.family-index__item {
    position: relative;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: calc(50% - 12px);
    min-height: 320px;
    margin-bottom: 24px;
    padding-left: 35px;
    background-color: #fff;
    border-radius: 15px;
}

.family-index__text {
    padding: 70px 170px 40px 0;
}

.family-index__name {
    margin-bottom: 40px;
    line-height: 1;
}

.family-index__profile {
    margin: 0;
    color: #530000;
    font-weight: bold;
    position: relative;
    z-index: 1;
}

.family-index__image {
    position: absolute;
    top: 10px;
    right: 0;
}

.family-index__item:nth-child(1) .family-index__image {
    right: -50px;
}

.family-index__item:nth-child(2) .family-index__image {
    top: 30px;
}

.family-index__item:nth-child(3) .family-index__image {
    top: 30px;
}

.family-index__item:nth-child(4) .family-index__image {
    top: 30px;
    right: 70px;
}

.family-index__item:nth-child(5) .family-index__image {
    top: 79px;
    right: 30px;
}

.family-index__item:nth-child(6) .family-index__image {
    top: 93px;
    right: 60px;
}

.family-index__item:nth-child(7) .family-index__image {
    top: 89px;
    right: 70px;
}

.family-index__item:nth-child(8) .family-index__image {
    top: 89px;
    right: 70px;
}

.family-index__item:nth-child(9) .family-index__image {
    top: 89px;
    right: 70px;
}

.sixty_bnr {
    width: 100%;
}

.sixty_bnr a{
    display: block;
}

.sixty_bnr img{
    width: 100%;
}

.product-main {
    padding-bottom: 60px;
    background: #fff;
}

.product-main__header {
    padding: 20px 0 15px;
    text-align: center;
}

.product-main__title {
    height: 143px;
    background: url(../img/product/page_title.png) no-repeat center;
}

.product-main__title img {
    display: none;
}

.product-main__body {
    position: relative;
    padding-top: 25px;
}

.product-title.-style01 {
    margin-bottom: 30px;
    text-align: center;
    color: #e40012;
    font-weight: bold;
    font-size: 2.2rem;
}

.product-section {
    max-width: 1200px;
    margin: 0 auto 80px;
}

.product-section:last-child {
    margin-bottom: 30px;
}

.product-index {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-flow: row wrap;
    justify-content: center;
    row-gap: 8px;
    margin-top: 40px;
}

.product-index.-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.product-index.-center .product-index__item:first-child{
    /*margin-right: 80px;*/
}

.product-index__itemWrapper {
    width: calc(100% / 4 - 24px);
    display: flex;
    justify-content: center;
}

.product-index__item {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 168px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-decoration: none;
    color: #2163b0;
}

.product-index__item .icon--limited{
    position: absolute;
    top: -60px;
    left: 0;
    right: 0;
    width: 154px;
    margin: auto;
}

.product-index__title {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    font-weight: bold;
    text-align: center;
    font-size: 2.1rem;
    flex-grow: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-index__title span {
    display: block;
    font-weight: normal;
    font-size: 1.5rem;
}

.product-index__image {
    position: relative;
    margin-bottom: 20px;
    text-align: center;
}

.product-index__image::after {
    content: "";
    position: absolute;
    bottom: -18px;
    right: -20px;
    width: 50px;
    height: 50px;
    background: url(../img/share/icon_modal.png) no-repeat;
    background-size: 50px 50px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.product-index__image img {
    height: 200px;
}

.product-index__image.product-index__image--package_07 img{
    /*height: 167px;*/
}

@media only screen and (max-width: 550px){
    .product-index__image.product-index__image--package_07{
        width: 86%;
        margin: auto;
        margin-bottom: 20px;
    }
    .product-index__image.product-index__image--package_07 img{
        /*height: calc(167vw / 6.4);*/
        /*height: calc(546% / 6.4);*/
    }
    /*.product-index__image.product-index__image--package_07::after{*/
    /*    bottom: 5.5vw;*/
    /*}*/
}
.product-detail {
    position: absolute;
    top: -65px;
    left: 0;
    width: 100%;
    z-index: 999999;
}
@media only screen and (max-width: 640px){
    .product-detail {
        top: -50px;
        margin-top: 0;
    }
}

.product-detail__item {
    position: relative;
    height: 0;
    opacity: 0;
    overflow: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all .8s;
    transition: all .8s;
}

.product-detail__item a {
    display: none;
}

.product-detail__item:target {
    height: auto;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    transform: scale(.85);
    opacity: 1;
    max-width: 1000px;
    margin: 0 auto;
}

.product-detail__item:target a {
    display: inline-block;
}

.product-detail__itemInner {
    margin-top: 50px;
    padding: 40px 85px 60px;
    background-color: #fff;
    border: 6px solid #e40012;
    border-radius: 40px;
    overflow: hidden;
    position: relative;
}

.product-detail__itemInner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 0;
    padding-bottom: calc(140% / 11);
    background: url(../img/product/bg_sizzle_big_01.jpg) no-repeat center top;
    background-size: cover;
}

.product-detail__header {
    margin-bottom: 50px;
    padding-top: calc(140% / 9.18);
}

.product-detail__title {
    margin-bottom: 25px;
    text-align: center;
    color: #2163af;
    font-size: 3.1rem;
}

.product-detail__title span {
    display: block;
    font-size: 2.2rem;
}

#product-big_01 .product-detail__itemInner:before {

}

#product-big_02 .product-detail__itemInner:before {
    background-image: url(../img/product/bg_sizzle_big_02.jpg);
}

#product-big_03 .product-detail__itemInner:before {
    background-image: url(../img/product/bg_sizzle_big_03.jpg);
}

#product-big_04 .product-detail__itemInner:before {
    background-image: url(../img/product/bg_sizzle_big_04.jpg);
}

#product-big_05 .product-detail__itemInner:before {
    background-image: url(../img/product/bg_sizzle_big_07.png);
}

#product-big_06 .product-detail__itemInner:before {
    /*background-image: url(../img/product/bg_sizzle_big_06.jpg);*/
}

#product-big_08 .product-detail__itemInner:before {
    /*background-image: url(../img/product/bg_sizzle_big_06.jpg);*/
    background-image: url(../img/product/bg_sizzle_big_09.jpg);
}

#product-big_11 .product-detail__itemInner:before {
    background-image: url(../img/product/bg_sizzle_big_15.jpg);
}

#product-big_13 .product-detail__itemInner:before {
    background-image: url(../img/product/bg_sizzle_big_05.jpg);
}

#product-big_20 .product-detail__itemInner:before {
    background-image: url(../img/product/bg_sizzle_big_20.jpg);
}


#product-01 .product-detail__itemInner:before {
    background-image: url(../img/product/bg_sizzle_01.jpg);
}
#product-06 .product-detail__itemInner:before {
    background-image: url(../img/product/bg_sizzle_02.png);
}

.product-detail__image {
    text-align: center;
    position: relative;
}

.product-detail__commitment{
    text-align: center;
    margin-top: 60px;
    margin-bottom: 2.5em;
    position: relative;
}

.product-detail__commitment__note{
    position: absolute;
    bottom: 0;
    left: 0;
    margin-bottom: -2em;
    margin-left: 4em;
    font-size: .8em;
}

.product-detail__image.product-detail__image-2column{
    max-width: 50%;
    margin-right: auto;
}
.product-detail__image .icon--limited{
    width: 203px;
    margin: 0 auto;
    /*position: absolute;*/
    /*top: 48%;*/
    /*left: 50%;*/
    /*-webkit-transform: translate(-50%, -50%);*/
    /*transform: translate(-50%, -50%);*/
    /*margin: auto;*/
    /*right: -222px;*/
}

/*@media only screen and ( max-width: 640px){*/
/*    .product-detail__image .icon--limited{*/
/*        width: 30vw;*/
/*    }*/
/*}*/


.product-detail__image .product-detail__image__nutritionInfo{
    position: absolute;
    top: 20px;
    right: 2px;
}
.product-detail__image .product-detail__image__nutritionInfo--02{
    right: 20px;
}

.product-detail__image .product-detail__image__nutritionInfo--11{
    right: -409px;
    top: 0;
}

.product-detail__image .product-detail__image__nutritionInfo--12{
    right: 16px;
    top: 40px;
}

.product-detail__image .icon--3package{
    position: absolute;
    top: -69px;
    left: 168px;
    width: 131px;
}

.product-detail__image .icon--nutrition{
    position: absolute;
    top: -21px;
    right: 152px;
    width: 170px;
}
.product-detail__image .icon--nutrition--big{
    position: absolute;
    top: 0;
    right: 111px;
    width: 235px;
}

.product-detail__image.is-3package .icon--nutrition{
    position: absolute;
    top: -61px;
    right: 140px;
    width: 170px;
}

.product-detail__image img.package_07__img{
    width: 210px;
}

.product-detail__image.package_11__img{
    display: block;
    width: calc(600% / 10.18);
    margin-left: 30px;
}

.product-detail__image.package_11__img img{
    width: 100%;
}

.icon--limited{
    width: 255px;
    margin: 0 auto;
    margin-top: -15px;
    margin-bottom: 25px;
}

.product-detail__body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    justify-content: center;
    color: #530000;
}

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

.product-detail__data{
    margin-top: -9px;
    margin-right: 36px;
}

.product-detail__data, .product-detail__nutrition {
    width: calc(433% / 9.02);
    /*width: calc(50% - 25px);*/
}

.product-detail__data img, .product-detail__nutrition img{
    width: 100%;
}

.product-detail__text {
    font-size: 1.8rem;
}

.product-detail__image + .product-detail__text{
    margin-top: 60px;
}

@media only screen and (max-width: 640px) {
    .product-detail__image + .product-detail__text{
        margin-top: 5vw;
        margin-bottom: 3vw;
    }

    .icon--limited{
        width: 48vw;
        margin: 0 auto;
        margin-bottom: 4vw;
    }

    .product-detail__image.package_11__img{
        padding-bottom: 36vw;
        margin-left: auto;
        width: 100%;
        max-width: 57vw;
    }

    /*.product-detail__image .product-detail__image__nutritionInfo--11{*/
    /*    background-color: red;*/
    /*    top: inherit;*/
    /*    left: 0;*/
    /*    right: 0;*/
    /*    bottom: 0;*/
    /*    margin-right: auto;*/
    /*    margin: auto;*/
    /*    margin-bottom: calc(-30vw / 6.4);*/
    /*}*/
}

.product-detail__capacity {
    margin-bottom: 10px;
    font-size: 2rem;
}

.product-detail__nutritionTitle {
    margin-bottom: 20px;
    text-align: center;
    font-size: 2rem;
}

.product-detail__nutritionLead {
    margin-bottom: 15px;
    text-align: center;
    font-size: 1.4rem;
}

.product-detail__body--2 .product-detail__nutritionTxt{
    margin-top: 2em;
    font-size: 14px;
    margin-bottom: .7em;
}

.product-detail__nutritionTxt + .product-detail__nutritionTxt{
    margin-top: 0;
}

.product-detail__body--2 + .product-detail__footer{
    margin-top: 2em;
}

.product-detail__body--2.u-mLFix{
    margin-left: -35px;
}

@media only screen and ( max-width : 640px){
    .product-detail__body--2 + .product-detail__footer{
        margin-top: 1em;
    }
    .product-detail__body--2.u-mLFix{
        margin-left: auto;
    }

    .product-detail__support.u-mLFix{
        width: 90.9vw;
        margin-left: -6vw;
    }
}

.product-detail__nutritionGraph {
    text-align: center;
    margin-bottom: 5px;
    margin-bottom: 2em;
    /*img{*/
    /*    width: 100%;*/
    /*}*/
}

.product-detail__nutritionGraph > img.u-heightFix{
    height: 948px;
}

.product-detail__nutritionGraph > img.u-heightFix_02{
    height: 946px;
}

.product-detail__nutritionNotes {
    text-align: right;
    font-size: 1.4rem;
}

.product-detail__more {
    margin: 0 auto;
    text-align: center;
}

.product-detail__close {
    position: absolute;
    right: 25px;
    margin: 0;
}

.product-detail__close.-top {
    top: 28px;
    margin-top: calc(140% / 11);
}

.product-detail__close.-bottom {
    bottom: 25px;
}

.qa-main {
    padding-bottom: 40px;
    background: #2163af;
}

.qa-main__header {
    padding: 23px 0 40px;
    text-align: center;
}

.qa-main__title {
    height: 137px;
    background: url(../img/qa/page_title.png) no-repeat center;
}

.qa-main__title img {
    display: none;
}

.qa-section {
    margin-top: -60px;
    padding-top: 60px;
    margin-bottom: 55px;
    color: #2163af;
}

.qa-section:last-child {
    margin-bottom: 30px;
}

.qa-section__inner {
    position: relative;
    padding: 0 100px 50px;
    background: #fff;
    border-radius: 80px;
    transform: translate3d(0, 0, 0);
}

.qa-section__q {
    margin-bottom: 20px;
    padding-top: 80px;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
}

.qa-section__q::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 9999;
    top: 11px;
    left: calc(50% - 25px);
    width: 50px;
    height: 50px;
    background: url(../img/qa/icon_q.png) no-repeat;
    background-size: 50px 50px;
}

.qa-section__q a {
    text-decoration: none;
}

.qa-section__q a::after {
    content: "";
    position: absolute;
    bottom: 18px;
    left: calc(50% - 18px);
    width: 36px;
    height: 36px;
    background: url(../img/share/btn_toggle_open.png) no-repeat;
    background-size: 36px 36px;
}

.qa-section__q a:hover::after {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
}

.qa-section__q a.-active::after {
    background: url(../img/share/btn_toggle_close.png) no-repeat;
    background-size: 36px 36px;
}

.qa-section__a {
    position: relative;
    display: none;
    margin-top: 50px;
    padding-top: 75px;
    font-size: 1.8rem;
    transform: translate3d(0, 0, 0);
}

.qa-section__a::before {
    content: "";
    position: absolute;
    top: 0;
    left: calc(50% - 25px);
    width: 50px;
    height: 50px;
    background: url(../img/qa/icon_a.png) no-repeat;
    background-size: 50px 50px;
}

.recipe-main__header {
    margin-bottom: 30px;
    padding: 40px 0 0;
    text-align: center;
}

.recipe-index {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 940px;
    margin: 0 auto 50px;
}

.recipe-index__item {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: calc(50% - 20px);
    margin-bottom: 40px;
    padding: 30px 75px 15px;
    background: #fdf4d8;
    border-radius: 20px;
}

.recipe-index__title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 2.2em;
    margin-bottom: 10px;
    font-size: 2.6rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
}

.recipe-index__titleSub {
    display: block;
    font-weight: normal;
    font-size: 1.3rem;
}

.recipe-index__image {
    margin-bottom: 28px;
}

.recipe-index__item.-recipe01::before {
    content: "";
    position: absolute;
    right: 35px;
    bottom: 36px;
    width: 68px;
    height: 224px;
    background: url(../img/breakfast/family_01.png) no-repeat;
    background-size: 68px auto;
}

.recipe-index__item.-recipe01 .recipe-index__title {
    color: #eb6d34;
}

.recipe-index__item.-recipe02::before {
    content: "";
    position: absolute;
    left: 24px;
    bottom: 55px;
    width: 75px;
    height: 133px;
    background: url(../img/breakfast/family_02.png) no-repeat;
    background-size: 75px auto;
}

.recipe-index__item.-recipe05::before {
    content: "";
    position: absolute;
    left: 8px;
    bottom: 36px;
    width: 94px;
    height: 232px;
    background: url(../img/breakfast/family_05.png) no-repeat;
    background-size: 94px auto;
}

.recipe-index__item.-recipe07::before {
    content: "";
    position: absolute;
    right: 38px;
    top: 68px;
    width: 82px;
    height: 138px;
    background: url(../img/breakfast/family_07.png) no-repeat;
    background-size: 85px auto;
}

.recipe-index__item.-recipe06::before {
    content: "";
    position: absolute;
    right: 27px;
    bottom: 16px;
    width: 83px;
    height: 133px;
    background: url(../img/breakfast/family_06.png) no-repeat;
    background-size: 81px auto;
}


.recipe-index__item.-recipe02 .recipe-index__title {
    color: #e41c58;
}

.recipe-index__item.-recipe03::before {
    content: "";
    position: absolute;
    right: 23px;
    bottom: 32px;
    width: 74px;
    height: 164px;
    background: url(../img/breakfast/family_03.png) no-repeat;
    background-size: 74px auto;
}

.recipe-index__item.-recipe03 .recipe-index__title {
    color: #9b3e12;
}

.recipe-index__item.-recipe04::before {
    content: "";
    position: absolute;
    left: 39px;
    bottom: 32px;
    width: 83px;
    height: 187px;
    background: url(../img/breakfast/family_04.png) no-repeat;
    background-size: 83px auto;
}

.recipe-index__item.-recipe04 .recipe-index__title {
    color: #ce8429;
}

.recipe-index__item.-recipe05 .recipe-index__title {
    color: #ce8429;
}

.recipe-index__item.-recipe06 .recipe-index__title {
    color: #eb6d34;
}

.recipe-index__item.-recipe07 .recipe-index__title {
    color: #9b3e12;
}

.recipe-index__more {
    margin: 0 auto;
    text-align: center;
}

.recipe-detail {
    position: relative;
    margin-bottom: 80px;
    padding: 50px 100px;
    background-color: #fdf4d8;
    border-radius: 20px;
}

.recipe-detail__header {
    margin-bottom: 25px;
    text-align: center;
    line-height: 1.5;
}

.recipe-detail__titleSub {
    margin: 0 0 5px;
    font-size: 1.5rem;
}

.recipe-detail__titleSub span {
    position: relative;
    display: inline-block;
}

.recipe-detail__titleSub span::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -15px;
    width: 1px;
    height: 20px;
    background-color: #000;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.recipe-detail__titleSub span::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: -10px;
    width: 1px;
    height: 20px;
    background-color: #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.recipe-detail__title {
    font-size: 2.8rem;
    font-weight: bold;
}

.recipe-detail__title span {
    display: block;
    font-weight: normal;
    font-size: 1.7rem;
}

.recipe-detail__body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
}

.recipe-detail__image {
    width: 380px;
}

.recipe-detail__text {
    width: 474px;
}

.recipe-detail__title2nd {
    margin-bottom: 20px;
    padding: 3px 10px;
    background: #f7bd11;
    border-radius: 50px;
    color: #2163af;
    font-size: 1.5rem;
    text-align: center;
    font-weight: bold;
}

dl.recipe-detail__preparation{
    display: flex;
    font-size: 1.6rem;
    margin-left: 1em;
    margin-bottom: 1em;
}

dl.recipe-detail__preparation dt{
    margin-right: 1.5em;
}

dl.recipe-detail__preparation dd{
    overflow: hidden;
}

@media only screen and (max-width: 640px){
    dl.recipe-detail__preparation{
        font-size: 1.4rem;
        margin-left: .7em;
    }

    dl.recipe-detail__preparation dt{
        /*width: 25vw;*/
        margin-right: 1em;
    }

    dl.recipe-detail__preparation dd{
        overflow: hidden;
    }
}

.recipe-detail__foodstuff {
    margin-bottom: 30px;
    line-height: 1.5;
    font-size: 1.8rem;
}

.recipe-detail__foodstuff dt {
    clear: both;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
}

.recipe-detail__foodstuff dt::before {
    content: "・";
}

.recipe-detail__foodstuff dt::after {
    content: " …";
}
.recipe-detail__foodstuff dt.u-dotNone{
    /*padding-left: 1em;*/
}
.recipe-detail__foodstuff dt.u-dotNone::before{
    content: "";
}
.recipe-detail__foodstuff dt.u-dotBefore::before{
    content: "・";
}

.recipe-detail__foodstuff dt.u-dotAfterNone::after{
    content: "";
}

.recipe-detail__foodstuff dt.u-dotBeforeAfterNone::before,.recipe-detail__foodstuff dt.u-dotBeforeAfterNone::after{
    content: "";
}
/*.recipe-detail__foodstuff dt.u-dotNone::after{*/
/*    content: " …";*/
/*}*/

.recipe-detail__foodstuff dt.u-paddingLeft2em{
    padding-left: 2em;
}

.recipe-detail__foodstuff dd {
    overflow: hidden;
    margin-bottom: 5px;
}

.recipe-detail__howto {
    line-height: 1.5;
    font-size: 1.8rem;
}

.recipe-detail__howto li {
    margin-bottom: 10px;
    font-weight: bold;
}

.recipe-detail__howto li span {
    font-weight: normal;
}

.recipe-detail__howto li span span.note {
    font-size: .8em;
}

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

.recipe-detail__btnBack {
    margin: 0;
}

.recipe-detail__btnBack a {
    display: inline-block;
    width: 296px;
    height: 49px;
    background: url(../img/breakfast/btn_back.png) no-repeat;
}

.recipe-detail__btnBack a img {
    display: none;
}

.recipe-detail.-recipe01::before {
    content: "";
    position: absolute;
    right: 15px;
    bottom: 20px;
    width: 82px;
    height: 271px;
    background: url(../img/breakfast/family_01.png) no-repeat;
    background-size: 82px auto;
}

.recipe-detail.-recipe01::after {
    content: "";
    position: absolute;
    left: 86px;
    bottom: 150px;
    width: 68px;
    height: 49px;
    background: url(../img/breakfast/recipe_illust_01.png) no-repeat;
    background-size: 68px auto;
}

.recipe-detail.-recipe01 .recipe-detail__title {
    color: #eb6d34;
}

.recipe-detail.-recipe01 .recipe-detail__titleSub {
    color: #eb6d34;
}

.recipe-detail.-recipe01 .recipe-detail__titleSub span::before, .recipe-detail.-recipe01 .recipe-detail__titleSub span::after {
    background-color: #eb6d34;
}

.recipe-detail.-recipe02::before {
    content: "";
    position: absolute;
    right: 15px;
    bottom: 20px;
    width: 75px;
    height: 133px;
    background: url(../img/breakfast/family_02.png) no-repeat;
    background-size: 75px auto;
}

.recipe-detail.-recipe02::after {
    content: "";
    position: absolute;
    left: 86px;
    bottom: 80px;
    width: 68px;
    height: 49px;
    background: url(../img/breakfast/recipe_illust_01.png) no-repeat;
    background-size: 68px auto;
}

.recipe-detail.-recipe02 .recipe-detail__title {
    color: #e41c58;
}

.recipe-detail.-recipe02 .recipe-detail__titleSub {
    color: #e41c58;
}

.recipe-detail.-recipe02 .recipe-detail__titleSub span::before, .recipe-detail.-recipe02 .recipe-detail__titleSub span::after {
    background-color: #e41c58;
}

.recipe-detail.-recipe03::before {
    content: "";
    position: absolute;
    right: 15px;
    bottom: 20px;
    width: 74px;
    height: 164px;
    background: url(../img/breakfast/family_03.png) no-repeat;
    background-size: 74px auto;
}

.recipe-detail.-recipe03::after {
    content: "";
    position: absolute;
    left: 86px;
    bottom: 80px;
    width: 68px;
    height: 49px;
    background: url(../img/breakfast/recipe_illust_01.png) no-repeat;
    background-size: 68px auto;
}

.recipe-detail.-recipe03 .recipe-detail__title {
    color: #9b3e12;
}

.recipe-detail.-recipe03 .recipe-detail__titleSub {
    color: #9b3e12;
}

.recipe-detail.-recipe03 .recipe-detail__titleSub span::before, .recipe-detail.-recipe03 .recipe-detail__titleSub span::after {
    background-color: #9b3e12;
}

.recipe-detail.-recipe04::before {
    content: "";
    position: absolute;
    right: 15px;
    bottom: 20px;
    width: 83px;
    height: 187px;
    background: url(../img/breakfast/family_04.png) no-repeat;
    background-size: 83px auto;
}

.recipe-detail.-recipe04::after {
    content: "";
    position: absolute;
    left: 86px;
    bottom: 40px;
    width: 68px;
    height: 49px;
    background: url(../img/breakfast/recipe_illust_01.png) no-repeat;
    background-size: 68px auto;
}

.recipe-detail.-recipe04 .recipe-detail__title {
    color: #ce8429;
}

.recipe-detail.-recipe04 .recipe-detail__titleSub {
    color: #ce8429;
}

.recipe-detail.-recipe04 .recipe-detail__titleSub span::before, .recipe-detail.-recipe04 .recipe-detail__titleSub span::after {
    background-color: #ce8429;
}

.recipe-detail.-recipe05 .recipe-detail__title {
    color: #ce8429;
}

.recipe-detail.-recipe05 .recipe-detail__titleSub {
    color: #ce8429;
}

.recipe-detail.-recipe05 .recipe-detail__titleSub span::before, .recipe-detail.-recipe05 .recipe-detail__titleSub span::after {
    background-color: #ce8429;
}

.recipe-detail.-recipe05::before {
    content: "";
    position: absolute;
    right: 26px;
    bottom: 4px;
    width: 90px;
    height: 218px;
    background: url(../img/breakfast/family_05.png) no-repeat;
    background-size: 90px auto;
}

.recipe-detail.-recipe05::after {
    content: "";
    position: absolute;
    left: 86px;
    bottom: 40px;
    width: 68px;
    height: 49px;
    background: url(../img/breakfast/recipe_illust_01.png) no-repeat;
    background-size: 68px auto;
}

.recipe-detail.-recipe06 .recipe-detail__title {
    color: #eb6d34;
}

.recipe-detail.-recipe06 .recipe-detail__titleSub {
    color: #eb6d34;
}

.recipe-detail.-recipe06 .recipe-detail__titleSub span::before, .recipe-detail.-recipe06 .recipe-detail__titleSub span::after {
    background-color: #eb6d34;
}

.recipe-detail.-recipe06::before {
    content: "";
    position: absolute;
    right: 44px;
    bottom: 28px;
    width: 83px;
    height: 79px;
    background: url(../img/breakfast/family_06.png) no-repeat;
    background-size: 83px auto;
}

.recipe-detail.-recipe06::after {
    content: "";
    position: absolute;
    left: 86px;
    bottom: 40px;
    width: 68px;
    height: 49px;
    background: url(../img/breakfast/recipe_illust_01.png) no-repeat;
    background-size: 68px auto;
}

.recipe-detail.-recipe07 .recipe-detail__title {
    color: #ce8429;
}

.recipe-detail.-recipe07 .recipe-detail__titleSub {
    color: #ce8429;
}

.recipe-detail.-recipe07 .recipe-detail__titleSub span::before, .recipe-detail.-recipe07 .recipe-detail__titleSub span::after {
    background-color: #ce8429;
}

.recipe-detail.-recipe07::before {
    content: "";
    position: absolute;
    right: 48px;
    bottom: 37px;
    width: 83px;
    height: 109px;
    background: url(../img/breakfast/family_07.png) no-repeat;
    background-size: 83px auto;
}

.recipe-detail.-recipe07::after {
    content: "";
    position: absolute;
    left: 86px;
    bottom: 40px;
    width: 68px;
    height: 49px;
    background: url(../img/breakfast/recipe_illust_01.png) no-repeat;
    background-size: 68px auto;
}

.top-hero {
    position: relative;
    background-color: #ffc200;
}

.top-hero__inner {
    margin: 0 auto;
    text-align: center;
}

.top-hero__scroll {
    display: none;
    position: absolute;
    bottom: 15px;
    left: calc(50% - 30px);
    z-index: 9;
    text-align: center;
    width: 60px;
}

#page .swiper-pagination {
    width: auto;
    bottom: 35px;
    left: auto;
    right: calc(50% - 580px);
    margin: auto;
    text-align: right;
}

#page .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background-color: #fff;
    border: 2px solid white;
    opacity: 1;
}

#page .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #f00;
}

#page .swiper-button-prev,
#page .swiper-button-next {
    width: 45px;
    height: 45px;
}

#page .swiper-button-prev {
    left: calc(50% - 637px);
    background: url(../img/share/btn_prev.png) no-repeat;
    background-size: 45px auto;
}

#page .swiper-button-next {
    right: calc(50% - 637px);
    background: url(../img/share/btn_next.png) no-repeat;
    background-size: 45px auto;
}

#page .swiper-slide.u-backGroundFix{
    background: url("../img/share/kv_bg--dance.jpg") repeat top center / 53px auto;
}

#page .swiper-slide.u-backGroundWhite{
    background-color: #fdfdfd;
}

#page .swiper-slide.u-hoverBackGroundBlue a{
    display: block;
    background-color: #194ea1;
    width: 1300px;
    margin: 0 auto;
    height: 100%;
}

#page .swiper-slide.u-hoverBackGroundBlue a:hover img{
    opacity: .85;
}

@media only screen and ( max-width: 1300px){
    #page .swiper-slide.u-hoverBackGroundBlue a{
        width: 100%;
    }
}

/*#page .swiper-slide.u-hoverBackGroundBlue a img::after{*/
/*    content: "";*/
/*    display: block;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*    margin: auto;*/
/*    width: 100%;*/
/*    height: 100%;*/

/*}*/

#page .swiper-slide.u-backGroundRecipe{
    /*background: #f8be11 url(/recipe/assets/img/cookingcf/bg--mizutama.png) center;*/
    background-color: #fef28b;
}

#page .swiper-slide.u-backGroundSumikkolp{
    background-color: #fffeee;
    background-image: url("/sumikkolp/assets/img/bg--pattern.png");
    background-repeat: repeat;

}

#page .swiper-slide.u-backGroundSumikkolp .swiper-slide__note{
    position: absolute;
    bottom: 41px;
    color: #530000;
    font-size: 10px;
    left: calc(50% - 50px);
}

@media only screen and (max-width: 640px){
    #page .swiper-slide.u-backGroundSumikkolp .swiper-slide__note{
        display: none;
    }
}

#page .swiper-slide.u-backGroundOrange{
    background-color: #f18d03;
    position: relative;
}

#page .swiper-slide.u-backGroundPink{
    background-color: #ff91aa;
}

#page .swiper-slide.u-backGroundHanako{
    /*background-color: #f18d03;*/
    position: relative;
}

.top-section__inner {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}

.kv__linkBtn{
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    margin-bottom: 40px;
}

@media only screen and (max-width: 640px){
    .kv__linkBtn{
        width: calc(355vw / 6.4);
        margin-bottom: calc(35vw / 6.4);
    }

}

/*#page .swiper-slide.u-backGroundHanako::after{*/
/*    content: "";*/
/*    display: block;*/
/*    position: absolute;*/
/*    width: 100%;*/
/*    height: 97%;*/
/*    top: 0;*/
/*    left: 0;*/
/*    right: 0;*/
/*    margin: auto;*/
/*    background: url("../img/top/backGroundHanako_flame.png") no-repeat center center / 100% 100%;*/
/*}*/

.id-product {
    display: block;
    margin-top:-65px;
    padding-top:65px;
}
@media only screen and (max-width: 640px){
    .id-product {
        margin-top:-50px;
        padding-top:50px;
    }
}

.top-product {
    position: relative;
    background-color: #fff;
}

.top-product::before {
    content: "";
    position: absolute;
    top: -14px;
    left: 0;
    z-index: 99999;
    width: 100%;
    height: 30px;
    background: url(../img/top/bg_wave_white.svg) no-repeat center top;
    background-size: 2000px 42px;
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
}

.top-product::after{
    content: "";
    position: absolute;
    bottom: -29px;
    left: 0;
    z-index: 99999;
    width: 100%;
    height: 30px;
    background: url(../img/top/bg_wave_white.svg) no-repeat center top;
    background-size: 2000px 42px;
}

.top-product__inner {
    max-width: 1100px;
    margin: 0 auto;
}

.top-product__header {
    padding: 20px 0 15px;
    text-align: center;
}

.top-product__title {
    height: 143px;
    background: url(../img/product/page_title.png) no-repeat center;
}

.top-product__title img {
    display: none;
}

.top-product__body {
    margin-top: 50px;
    margin-bottom: 50px;
}

.top-product__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: center;
    flex-wrap: wrap;
}

.top-product__list + .top-product__list{
    margin-top: 70px;
}

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

    .top-product__list + .top-product__list {
        margin-top: 10vw;
    }

    .top-product__list + .top-product__list li:first-child{
        margin-left: auto;
        margin-right: auto;
        width: 23vw;
    }

}

.top-product__list li {
    height: 150px;
    position: relative;
    width: 16%;
    text-align: center;
}

.top-product__list li .icon--limited {
    position: absolute;
    top: -47px;
    left: 0;
    right: 0;
    margin: auto;
    width: 129px;
}

.top-product__list li:nth-child(even) {
    margin-top: 50px;
}

.top-product__list li:nth-child(n + 7){
    margin-top: 90px;
}

.top-product__list li img {
    max-height: 100%;
}

.top-product__footer {
    text-align: center;
    min-height: 123px;
    padding-top: 20px;
    margin-bottom: 15px;
    background: url(../img/top/family_boy.png) no-repeat 295px bottom;
}

.top-product__more {
    margin: 0;
}

.top-ciscorns {
    position: relative;
    background-color: #2163af;
}

.top-ciscorns::before {
    content: "";
    position: absolute;
    top: -29px;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 30px;
    background: url(../img/top/bg_wave_blue.svg) no-repeat center top;
    background-size: 2000px 42px;
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
}

.top-ciscorns::after {
    content: "";
    position: absolute;
    bottom: -29px;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 30px;
    background: url(../img/top/bg_wave_blue.svg) no-repeat center top;
    background-size: 2000px 42px;
}

.top-ciscorns__header {
    position: relative;
    padding: 15px 0 0;
    text-align: center;
}

.top-ciscorns__header::before {
    content: "";
    position: absolute;
    top: -17px;
    left: 0;
    z-index: 2;
    width: 276px;
    height: 186px;
    background: url(../img/top/bg_flag_left.png) no-repeat center top;
}

.top-ciscorns__header::after {
    content: "";
    position: absolute;
    top: -17px;
    right: 0;
    z-index: 2;
    width: 279px;
    height: 183px;
    background: url(../img/top/bg_flag_right.png) no-repeat center top;
}

.top-ciscorns__bnr {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-around;
    -ms-flex-pack: justify;
    justify-content: space-around;
    margin-top: -70px;
    padding-bottom: 60px;
    flex-wrap: wrap;
}

.top-ciscorns__bnr li:first-child {
    width: 100%;
    text-align: center;
}

.top-ciscorns__bnr li:nth-child(n+2) {
    margin-top: 22px;
}

.top-breakfast {
    padding-bottom: 100px;
    background: #f8be11 url(../img/top/bg_breakfast.png) center;
}

.top-breakfast__header {
    padding: 100px 0 0;
    text-align: center;
}

.top-breakfast__body {
    margin-top: -8px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: center;
    flex-wrap: wrap;
}

.top-breakfast__item {
    position: relative;
    /*width: 940px;*/
}

.top-breakfast__item:nth-child(1){
    /*width: 100%;*/
    margin: 0 auto;
    /*margin-bottom: 30px;*/
    text-align: center;
    /*margin-right: 30px;*/
}

.top-breakfast__item:nth-child(2){
    /*margin-right: 30px;*/
}

.top-breakfast__item:nth-child(3){
    /*margin-bottom: 30px;*/

}

.top-breakfast__more {
    position: absolute;
    bottom: 20px;
    left: calc(50% - 108px);
    margin: 0;
}

.top-process {
    position: relative;
    padding-bottom: 80px;
    background: #00b310 url(../img/top/bg_process.png) no-repeat center top;
}

.top-process::before {
    content: "";
    position: absolute;
    top: -29px;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 30px;
    background: url(../img/top/bg_wave_green.svg) no-repeat center top;
    background-size: 2000px 42px;
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
}

.top-process::after {
    content: "";
    position: absolute;
    bottom: -29px;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 30px;
    background: url(../img/top/bg_wave_green.svg) no-repeat center top;
    background-size: 2000px 42px;
}

.top-process__header {
    position: relative;
    /*margin-bottom: 50px;*/
    padding: 90px 0 0;
    text-align: center;
}

.top-process__header.u-marginBottom {
    margin-bottom: 50px;
}

.top-process__header.top::before {
    content: "";
    position: absolute;
    top: 115px;
    right: 110px;
    z-index: 2;
    width: 101px;
    height: 94px;
    background: url(../img/top/family_dog.png) no-repeat center top;
    background-size: 101px auto;
}

.top-process__header::before {
    content: "";
    position: absolute;
    top: 103px;
    right: -24px;
    z-index: 2;
    width: 101px;
    height: 94px;
    background: url(../img/top/family_dog.png) no-repeat center top;
    background-size: 101px auto;
}

.top-process__body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.top-process__item {
    position: relative;
    /*width: 940px;*/
}

.top-process__item:first-child::before {
    display: none;
    content: "";
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 104px;
    height: 141px;
    background: url(../img/top/family_sister.png) no-repeat;
    background-size: 104px auto;
}

.top-process__item.top:last-child::before {
    content: "";
    position: absolute;
    bottom: 5px;
    left: -15px;
    width: 146px;
    height: 226px;
    background: url(../img/top/family_dad.png) no-repeat;
    background-size: 146px auto;
}
.top-process__item.top:last-child::after{
    content: "";
    position: absolute;
    bottom: 55px;
    right: 86px;
    width: 155px;
    height: 226px;
    background: url(../img/product/package_big_01.png) no-repeat;
    background-size: 100% auto;
}

@media only screen and (max-width: 640px){
    .top-process__item.top:last-child::after{
        bottom: 0;
        right: 0;
        width: calc(192vw / 6.4);
        height: 0;
        padding-bottom: calc(228vw / 6.4);
        margin-right: calc(67vw /6.4);
        margin-bottom: calc(148vw /6.4);
    }
}


.top-process__item:last-child::before {
    content: "";
    position: absolute;
    bottom: 5px;
    left: -150px;
    width: 146px;
    height: 226px;
    background: url(../img/top/family_dad.png) no-repeat;
    background-size: 146px auto;
}

.top-process__more {
    position: absolute;
    bottom: 20px;
    left: calc(50% - 108px);
    margin: 0;
}

.top-family {
    padding-top: 80px;
    padding-bottom: 50px;
    background: #ff91aa url(../img/family/bg_main.png);
}

.top-family__header {
    min-height: 486px;
    text-align: center;
    background: url(../img/top/family.png) no-repeat center top;
}

.top-family__more {
    margin: 0;
    text-align: center;
}

.top-qa {
    position: relative;
    padding-bottom: 50px;
    background: #2163af;
}

.top-qa::before {
    content: "";
    position: absolute;
    top: -29px;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 30px;
    background: url(../img/top/bg_wave_blue.svg) no-repeat center top;
    background-size: 2000px 42px;
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
}

.top-qa__header {
    margin-bottom: 25px;
    padding-top: 20px;
    text-align: center;
}

.top-qa__body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.top-qa__item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    width: calc(50% - 15px);
    margin: 0 0 40px;
    padding: 50px 100px 30px;
    background: #fff;
    border-radius: 150px;
    padding-top: 50px;
    font-size: 2.1rem;
    text-align: center;
}

.top-qa__item::before {
    content: "";
    position: absolute;
    top: -25px;
    left: calc(50% - 25px);
    width: 50px;
    height: 50px;
    background: url(../img/qa/icon_q.png) no-repeat;
    background-size: 50px 50px;
}

.top-qa__item a {
    text-decoration: none;
}

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

.top-qa__more {
    margin-bottom: 0;
}

.color-yellow {
    color: #ff943b;
}

.color-red {
    color: #e7373d;
}

.color-green {
    color: #43b049;
}

.sp {
    display: none;
}

.photo {
    text-align: center;
}

.imgC {
    text-align: center;
    margin-bottom: 1.5em;
}

.imgL,
.ph_l {
    margin: 0 20px 20px 0;
    padding: 0;
    float: left;
}

.imgR,
.ph_r {
    margin: 0 0 20px 20px;
    padding: 0;
    float: right;
}

#page .mt0 {
    margin-top: 0px;
}

#page .mb0 {
    margin-bottom: 0px;
}

#page .pt0 {
    padding-top: 0px;
}

#page .pb0 {
    padding-bottom: 0px;
}

#page .mt5 {
    margin-top: 5px;
}

#page .mb5 {
    margin-bottom: 5px;
}

#page .pt5 {
    padding-top: 5px;
}

#page .pb5 {
    padding-bottom: 5px;
}

#page .mt10 {
    margin-top: 10px;
}

#page .mb10 {
    margin-bottom: 10px;
}

#page .pt10 {
    padding-top: 10px;
}

#page .pb10 {
    padding-bottom: 10px;
}

#page .mt15 {
    margin-top: 15px;
}

#page .mb15 {
    margin-bottom: 15px;
}

#page .pt15 {
    padding-top: 15px;
}

#page .pb15 {
    padding-bottom: 15px;
}

#page .mt20 {
    margin-top: 20px;
}

#page .mb20 {
    margin-bottom: 20px;
}

#page .pt20 {
    padding-top: 20px;
}

#page .pb20 {
    padding-bottom: 20px;
}

#page .mt25 {
    margin-top: 25px;
}

#page .mb25 {
    margin-bottom: 25px;
}

#page .pt25 {
    padding-top: 25px;
}

#page .pb25 {
    padding-bottom: 25px;
}

#page .mt30 {
    margin-top: 30px;
}

#page .mb30 {
    margin-bottom: 30px;
}

#page .pt30 {
    padding-top: 30px;
}

#page .pb30 {
    padding-bottom: 30px;
}

#page .mt35 {
    margin-top: 35px;
}

#page .mb35 {
    margin-bottom: 35px;
}

#page .pt35 {
    padding-top: 35px;
}

#page .pb35 {
    padding-bottom: 35px;
}

#page .mt40 {
    margin-top: 40px;
}

#page .mb40 {
    margin-bottom: 40px;
}

#page .pt40 {
    padding-top: 40px;
}

#page .pb40 {
    padding-bottom: 40px;
}

#page .mt45 {
    margin-top: 45px;
}

#page .mb45 {
    margin-bottom: 45px;
}

#page .pt45 {
    padding-top: 45px;
}

#page .pb45 {
    padding-bottom: 45px;
}

#page .mt50 {
    margin-top: 50px;
}

#page .mb50 {
    margin-bottom: 50px;
}

#page .pt50 {
    padding-top: 50px;
}

#page .pb50 {
    padding-bottom: 50px;
}

#page .mt55 {
    margin-top: 55px;
}

#page .mb55 {
    margin-bottom: 55px;
}

#page .pt55 {
    padding-top: 55px;
}

#page .pb55 {
    padding-bottom: 55px;
}

#page .mt60 {
    margin-top: 60px;
}

#page .mb60 {
    margin-bottom: 60px;
}

#page .pt60 {
    padding-top: 60px;
}

#page .pb60 {
    padding-bottom: 60px;
}

#page .mt65 {
    margin-top: 65px;
}

#page .mb65 {
    margin-bottom: 65px;
}

#page .pt65 {
    padding-top: 65px;
}

#page .pb65 {
    padding-bottom: 65px;
}

#page .mt70 {
    margin-top: 70px;
}

#page .mb70 {
    margin-bottom: 70px;
}

#page .pt70 {
    padding-top: 70px;
}

#page .pb70 {
    padding-bottom: 70px;
}

#page .mt75 {
    margin-top: 75px;
}

#page .mb75 {
    margin-bottom: 75px;
}

#page .pt75 {
    padding-top: 75px;
}

#page .pb75 {
    padding-bottom: 75px;
}

#page .mt80 {
    margin-top: 80px;
}

#page .mb80 {
    margin-bottom: 80px;
}

#page .pt80 {
    padding-top: 80px;
}

#page .pb80 {
    padding-bottom: 80px;
}

#page .mt85 {
    margin-top: 85px;
}

#page .mb85 {
    margin-bottom: 85px;
}

#page .pt85 {
    padding-top: 85px;
}

#page .pb85 {
    padding-bottom: 85px;
}

#page .mt90 {
    margin-top: 90px;
}

#page .mb90 {
    margin-bottom: 90px;
}

#page .pt90 {
    padding-top: 90px;
}

#page .pb90 {
    padding-bottom: 90px;
}

#page .mt95 {
    margin-top: 95px;
}

#page .mb95 {
    margin-bottom: 95px;
}

#page .pt95 {
    padding-top: 95px;
}

#page .pb95 {
    padding-bottom: 95px;
}

#page .mt100 {
    margin-top: 100px;
}

#page .mb100 {
    margin-bottom: 100px;
}

#page .pt100 {
    padding-top: 100px;
}

#page .pb100 {
    padding-bottom: 100px;
}

#top .t-right,
#top .txtR,
#top .sign {
    text-align: right;
}

#top .centerText,
#top .t-center,
#top .imgC,
#top .txtC {
    text-align: center;
}

#top .t-left,
#top .txtL {
    text-align: left;
}

#top .v-middle {
    vertical-align: middle;
}

.uppercase {
    text-transform: uppercase;
}

@media screen and (max-width: 1024px) {
    html {
        overflow-x: auto;
    }

    body {
        margin: 0;
    }
}

@media screen and (min-width: 641px) {
    body {
        margin: 0;
    }

    a:hover {
        text-decoration: none;
    }

    a:hover img {
        opacity: .85;
    }

    .globalNav__top a {
        width: 38px;
    }

    .globalNav__top a:hover {
        background-position: 0 -28px;
    }

    .globalNav__product > a {
        width: 68px;
        background-position: -127px 0;
    }

    .page-product .globalNav__product > a, .globalNav__product > a:hover {
        background-position: -127px -27px;
    }

    .globalNav__ciscorns > a {
        width: 77px;
        background-position: -216px 0;
    }

    .page-ciscorns .globalNav__ciscorns > a, .globalNav__ciscorns > a:hover {
        background-position: -216px -27px;
    }

    .globalNav__ciscorns-c a {
        width: 195px;
        background-position: 0 0;
    }

    .globalNav__ciscorns-c a:hover {
        width: 195px;
        background-position: 0 -153px;
    }

    .globalNav__ciscorns-a a {
        width: 195px;
        background-position: 0 -30px;
    }

    .globalNav__ciscorns-a a:hover {
        background-position: 0 -183px;
    }

    .globalNav__ciscorns-b a {
        width: 134px;
        background-position: 0 -61px;
    }

    .globalNav__ciscorns-b a:hover {
        background-position: 0 -214px;
    }

    .globalNav__breakfast > a {
        width: 66px;
        background-position: -281px 0;
    }

    .page-breakfast .globalNav__breakfast > a, .globalNav__breakfast > a:hover {
        background-position: -281px -27px;
    }

    .globalNav__breakfast-course a {
        width: 70px;
        background-position: 0 -30px;
    }

    .globalNav__breakfast-course a:hover {
        background-position: 0 -183px;
    }

    .globalNav__breakfast-cookingcf a{
        width: 173px;
        background-position: 0 0;
    }

    .globalNav__breakfast-cookingcf a:hover {
        background-position: 0 -153px;
    }

    .globalNav__breakfast-recipe a {
        width: 82px;
        background-position: 0 -1px;
    }

    .globalNav__breakfast-recipe a:hover {
        background-position: 0 -154px;
    }

    .globalNav__process > a {
        width: 125px;
        background-position: -433px 0;
    }

    .page-process .globalNav__process > a, .globalNav__process > a:hover {
        background-position: -433px -27px;
    }

    .globalNav__process-factory a {
        width: 171px;
        background-position: -219px 0;
    }

    .globalNav__process-factory a:hover {
        background-position: -219px -153px;
    }

    .globalNav__process-history a {
        width: 70px;
        background-position: -219px -31px;
    }

    .globalNav__process-history a:hover {
        background-position: -219px -184px;
    }

    .globalNav__family a {
        width: 92px;
        background-position: -645px 0;
    }

    .page-family .globalNav__family a, .globalNav__family a:hover {
        background-position: -645px -27px;
    }

    .globalNav__qa a {
        width: 97px;
        background-position: -826px 0;
    }

    .page-qa .globalNav__qa a, .globalNav__qa a:hover {
        background-position: -826px -27px;
    }

    .product-index__item:hover .product-index__image::after {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }
}

@media screen and (max-width: 640px) {
    body {
        margin: 0;
    }

    body {
        min-width: 0;
        font-size: 1.4rem;
        overflow: hidden;
    }

    img {
        max-width: 100%;
        height: auto;
    }

    .footer-ciscorn__inner {
        padding: 30px 0 30px;
    }

    .footer-ciscorn__btnList {
        display: block;
        margin-bottom: 35px;
        padding: 0 6px 0 8px;
        text-align: center;
    }

    .footer-ciscorn__btnList li {
        margin-bottom: 5px;
    }

    .footer-ciscorn__snsList {
        margin-bottom: 35px;
    }

    .footer-ciscorn__snsList li:last-child {
        display: block;
    }

    .footer-ciscorn__shareText {
        width: 45vw;
    }

    .pageTop {
        right: 10px;
        bottom: 10px;
        width: 55px;
    }

    .globalFooter .official {
        margin-bottom: 30px;
    }

    .globalFooter .footer-logo {
        position: static;
        text-align: center;
        margin: 0 auto 15px;
        width: 95px;
    }

    .globalFooter .ttl-official {
        display: none;
    }

    .globalFooter .brand {
        text-align: center;
        margin: 0 10px;
        display: flex;
        justify-content: center;
    }

    .globalFooter .brand li {
        width: 24%;
        margin: 0 2% 0 0;
    }

    .globalFooter .brand li img {
        width: 100%;
    }

    .globalFooter .brand li:last-child {
        margin-right: 0;
    }

    .globalFooter .footer-list {
        margin: 0 12px 12px;
        border: 1px solid #1a1a1a;
        border-radius: 10px;
    }

    .globalFooter .footer-list li {
        display: block;
        border-bottom: 1px solid #1a1a1a;
    }

    .globalFooter .footer-list li:last-child {
        border-bottom: 0;
    }

    .globalFooter .footer-list li a {
        display: block;
        padding: 10px 15px;
        text-decoration: none;
    }

    .globalFooter .contact {
        margin: 0 12px;
        padding: 10px 15px;
        border: 1px solid #1a1a1a;
        border-radius: 10px;
    }

    .globalFooter .copyright {
        text-align: center;
        margin: 25px auto 60px;
    }

    .globalFooter .copyright small {
        font-size: 1rem;
    }

    .globalHeader__inner {
        padding: 10px 14px 9px;
    }

    .logo {
        width: auto;
    }

    .logo__item img {
        height: 30px;
    }

    .globalNav__list {
        display: none;
        position: absolute;
        top: 49px;
        left: 0;
        z-index: 100;
        padding: 0 30px 50px 25px;
        text-align: left;
        background-color: #e40012;
        width: calc(100% - 55px);
    }

    .globalNav__list img {
        display: inline-block;
    }

    .globalNav__list li {
        padding: 0;
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .globalNav__list li.globalNav__breakfast-course{
        margin-top: -5px;
    }


    .globalNav__list li:last-child {
        margin-bottom: 0;
    }

    .globalNav__list li:nth-child(5), .globalNav__list li:nth-child(4), .globalNav__list li:nth-child(3) {
        position: relative;
        line-height: 0;
        font-size: 0;
    }

    .globalNav__list li:nth-child(5)::after, .globalNav__list li:nth-child(4)::after, .globalNav__list li:nth-child(3)::after {
        content: "";
        position: absolute;
        left: 50px;
        top: 5px;
        width: calc(100% - 50px);
        height: 1px;
        background-color: #fff;
    }

    .globalNav__list li:nth-child(5) a, .globalNav__list li:nth-child(4) a, .globalNav__list li:nth-child(3) a {
        position: relative;
        top: 0;
        z-index: 1;
        padding-right: 10px;
        background-color: #e40012;
    }

    .globalNav__list a {
        height: auto;
        min-height: 19px;
        background: url(../img/share/sp-mark_nav.png) no-repeat right center;
        background-size: 19px auto;
    }

    .globalNav__list > li ul {
        display: block;
        position: static;
        border: none;
        border-radius: 0;
        padding: 0 0 0 18px;
    }

    .globalNav__list > li ul::before {
        content: none;
    }

    .globalNav__list > li ul li a {
        background: none;
    }

    .globalNav__top a {
        width: auto;
    }

    .globalNav__top a img {
        height: 19px;
    }

    .globalNav__product > a {
        width: auto;
    }

    .globalNav__product > a img {
        height: 17px;
    }

    .globalNav__ciscorns > a {
        display: inline-block;
        width: auto;
        background: none;
        min-height: 0;
    }

    .globalNav__ciscorns > a img {
        vertical-align: top;
        height: 13px;
    }

    .globalNav__ciscorns ul {
        width: auto;
    }

    .globalNav__ciscorns-a a {
        width: auto;
    }

    .globalNav__ciscorns-a a img {
        height: 17px;
    }

    .globalNav__ciscorns-b a {
        width: auto;
    }

    .globalNav__ciscorns-b a img {
        height: 18px;
    }

    .globalNav__ciscorns-c a img {
        width: 215px;
        height: 18px;
    }

    .globalNav__breakfast > a {
        display: inline-block;
        width: auto;
        min-height: 0;
        background: none;
    }

    .globalNav__breakfast > a img {
        height: 12px;
    }

    .globalNav__breakfast ul {
        width: auto;
    }

    .globalNav__breakfast-cookingcf a img {
        height: 18px;
    }

    /*.globalNav__breakfast-course{*/
    /*    margin-top: -4px;*/
    /*}*/

    .globalNav__breakfast-course a {
        width: auto;
    }

    .globalNav__breakfast-course a img {
        height: 18px;
    }

    .globalNav__breakfast-recipe a {
        width: auto;
    }

    .globalNav__breakfast-recipe a img {
        height: 14px;
    }

    .globalNav__process > a {
        display: inline-block;
        width: auto;
        min-height: 0;
        background: none;
    }

    .globalNav__process > a img {
        height: 10px;
    }

    .globalNav__process ul {
        width: auto;
    }

    .globalNav__process-factory a {
        width: auto;
    }

    .globalNav__process-factory a img {
        height: 17px;
    }

    .globalNav__process-history a {
        width: auto;
        background: none;
    }

    .globalNav__process-history a img {
        height: 16px;
    }

    .globalNav__family a {
        width: auto;
    }

    .globalNav__family a img {
        height: 18px;
    }

    .globalNav__qa a {
        width: auto;
    }

    .globalNav__qa a img {
        height: 18px;
    }

    .sp-globalNav__title {
        display: block;
    }

    .sp-globalNav__title button {
        color: white;
        position: absolute;
        top: 10px;
        right: 11px;
        display: block;
        width: 33px;
        height: 28px;
        margin: 0;
        padding: 0;
        border: 0;
        line-height: 0;
        font-size: 0;
        background: none;
        color: #fff;
        outline: none;
    }

    .sp-globalNav__title button::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 5px;
        background: url(../img/share/sp-menu_01.png) no-repeat;
        background-size: 33px auto;
        -webkit-transition: all .4s;
        transition: all .4s;
    }

    .sp-globalNav__title button::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 7px;
        background: url(../img/share/sp-menu_03.png) no-repeat;
        background-size: 33px auto;
        -webkit-transition: all .4s;
        transition: all .4s;
    }

    .sp-globalNav__title button span {
        display: block;
    }

    .sp-globalNav__title button span::before {
        content: "";
        position: absolute;
        top: 8px;
        left: 0;
        width: 100%;
        height: 10px;
        background: url(../img/share/sp-menu_02.png) no-repeat;
        background-size: 33px auto;
        -webkit-transition: all .4s;
        transition: all .4s;
    }

    .sp-globalNav__title button.-active::before {
        opacity: 0;
    }

    .sp-globalNav__title button.-active::after {
        -webkit-transform: translateY(-11px) rotate(45deg);
        transform: translateY(-11px) rotate(45deg);
    }

    .sp-globalNav__title button.-active span::before {
        -webkit-transform: translateY(0px) rotate(135deg);
        transform: translateY(0px) rotate(135deg);
    }

    #page {
        overflow: hidden;
    }

    .pageHeader {
        min-height: 0;
        height: 24vw;
        padding: 6.5vw 0 10px;
    }

    .pageHeader__title {
        width: auto;
        margin: auto;
    }

    .pageHeader__title img {
        width: auto;
        height: 11.5vw;
    }

    .pageHeader.-breakfast {
        background: url(../img/breakfast/bg_page_title.png);
        background-size: 80px auto;
    }

    .pageHeader.-process {
        background: #00b310 url(../img/process/sp-bg_page_title.png) no-repeat center top;
        background-size: 105% auto;
    }

    .title.-style01 {
        margin-bottom: 30px;
        font-size: 2.6rem;
        letter-spacing: .1em;
        text-indent: .1em;
    }

    .title.-style02 {
        margin-bottom: 15px;
        font-size: 2.3rem;
    }

    .course-main__header {
        padding: 10px 0 0;
    }

    .course-main__title {
        height: auto;
        background: none;
        padding-left: 30px;
        padding-right: 30px;
        text-align: center;
    }

    .course-main__title img {
        display: inline-block;
    }

    .course-ankerLink {
        display: block;
        margin: -5px 10px 40px 10px;
    }

    .course-ankerLink__item {
        width: auto;
        margin-bottom: 2px;
    }

    .course-ankerLink__item a {
        height: auto;
        background: none !important;
    }

    .course-ankerLink__item img {
        display: inline-block;
    }

    .course-detail {
        margin: 0 10px 40px;
    }

    .course-section {
        margin-bottom: 20px;
        padding: 36px 20px 10px;
        background-size: 47px auto;
    }

    .course-section::after, .course-section::before {
        width: 10px;
        height: 10px;
        top: 15px;
    }

    .course-section::before {
        left: 15px;
    }

    .course-section::after {
        right: 15px;
    }

    .course-section__title {
        margin-bottom: 15px;
    }

    .course-section__body {
        font-size: 1.3rem;
    }

    .course-grid {
        display: block;
    }

    .course-grid__item.-image {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    .course-grid.-equally .course-grid__item {
        width: auto;
    }

    .course-colorBalance {
        overflow: visible;
        margin-bottom: 20px;
    }

    .course-colorBalance__item:nth-child(2) {
        float: none;
    }

    .course-colorBalance__item:nth-child(3) {
        float: none;
    }

    .course-colorBalance__title img {
        width: 35px;
        height: 35px;
    }

    .course-colorBalance__body {
        margin: -16px -7px 0;
        padding: 22px 30px 20px;
        font-size: 1.3rem;
    }

    #section-course_03 .course-illust {
        margin-top: 10px;
        margin-bottom: 30px;
    }

    #section-course_03 .course-illust img {
        width: 90%;
    }

    #section-course_04 {
        padding-bottom: 180px;
    }

    #section-course_04 .course-illust {
        width: calc(100% - 50px);
        right: auto;
        left: 10px;
    }

    .factory-main__header {
        padding-top: 30px;
        margin-bottom: 20px;
    }

    .factory-main__title {
        margin-bottom: 20px;
        padding-left: 18px;
        padding-right: 18px;
    }

    .factory-scrollNav {
        display: block;
    }

    .factory-ankerLinkWrap {
        margin-left: 10px;
        margin-right: 10px;
    }

    .factory-ankerLinkInner {
        width: 100%;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
    }

    .factory-ankerLink {
        width: 450px;
        min-height: 268px;
        margin: 0 0 30px;
        /*background-image: url(../img/process/sp-factory_main.png);*/
        background-size: 437px auto;
        background-position: 0 0;
    }

    .factory-ankerLink__item img {
        width: 42px;
        height: 55px;
    }

    .factory-ankerLink__item:nth-child(1) {
        top: 8px;
        left: 46px;
    }

    .factory-ankerLink__item:nth-child(2) {
        top: 8px;
        left: 198px;
    }

    .factory-ankerLink__item:nth-child(3) {
        top: 8px;
        left: 299px;
    }

    .factory-ankerLink__item:nth-child(4) {
        top: 77px;
        left: 326px;
    }

    .factory-ankerLink__item:nth-child(5) {
        top: 169px;
        left: 314px;
    }

    .factory-ankerLink__item:nth-child(6) {
        top: 174px;
        left: 149px;
    }

    .factory-ankerLink__item:nth-child(7) {
        top: 174px;
        left: 5px;
    }

    .factory-detail {
        padding: 46px 10px;
    }

    .factory-detail__section {
        margin-bottom: 38px;
        border-width: 3px;
    }

    .factory-detail__section::before {
        bottom: -23px;
    }

    .factory-detail__title {
        top: -21px;
        left: calc(50% - 21px);
        width: 42px;
        height: 42px;
        line-height: 42px;
    }

    .factory-detail__title img {
        height: 24px;
    }

    .factory-detail__body {
        padding: 50px 15px 20px;
    }

    .factory-detail__description {
        display: block;
    }

    .factory-detail__descriptionImage {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        text-align: center;
    }

    .factory-detail__descriptionText {
        margin-bottom: 15px;
    }

    .family-main__header {
        padding: 45px 72px 30px;
    }

    .family-main__pdfBtn{
        width: 96%;
        margin-bottom: 4%;
        margin-top: -4%;
    }

    .family-index {
        display: block;
        margin-left: 10px;
        margin-right: 10px;
    }

    .family-index__item {
        width: auto;
        min-height: 300px;
        margin-bottom: 10px;
        padding-left: 22px;
        font-size: 1.2rem;
    }

    .family-index__text {
        padding: 60px 160px 40px 0;
    }

    .family-index__name {
        margin-bottom: 80px;
        text-align: center;
    }

    .family-index__item:nth-child(1) .family-index__name img {
        height: 22px;
    }

    .family-index__item:nth-child(1) .family-index__image {
        right: -80px;
    }

    .family-index__item:nth-child(2) .family-index__text {
        padding-right: 10px;
        padding-left: 165px;
    }

    .family-index__item:nth-child(2) .family-index__name img {
        height: 22px;
    }

    .family-index__item:nth-child(2) .family-index__image {
        /*top: -10px;*/
        left: -25px;
        right: auto;
    }

    .family-index__item:nth-child(2) .family-index__image img {
        width: 200px;
    }

    .family-index__item:nth-child(3) .family-index__name {
        margin-bottom: 100px;
    }

    .family-index__item:nth-child(3) .family-index__name img {
        height: 22px;
    }

    .family-index__item:nth-child(3) .family-index__image {
        right: -15px;
    }

    .family-index__item:nth-child(3) .family-index__image img {
        width: 230px;
    }

    .family-index__item:nth-child(4) .family-index__text {
        padding-right: 20px;
        padding-left: 165px;
    }

    .family-index__item:nth-child(4) .family-index__name img {
        height: 22px;
    }

    .family-index__item:nth-child(4) .family-index__image {
        top: 15px;
        left: 25px;
        right: auto;
    }

    .family-index__item:nth-child(4) .family-index__image img {
        width: 120px;
    }

    .family-index__item:nth-child(5) .family-index__text {
        padding-top: 30px;
        padding-bottom: 20px;
        padding-right: 22px;
    }

    .family-index__item:nth-child(5) .family-index__name {
        margin-bottom: 220px;
        text-align: left;
    }

    .family-index__item:nth-child(5) .family-index__name img {
        height: 23px;
    }

    .family-index__item:nth-child(5) .family-index__image {
        top: 75px;
        right: calc(50% - 110px);
    }

    .family-index__item:nth-child(5) .family-index__image img {
        width: 220px;
    }

    .family-index__item:nth-child(6) .family-index__text {
        padding-top: 120px;
        padding-right: 22px;
        padding-bottom: 10px;
    }

    .family-index__item:nth-child(6) .family-index__name {
        margin-bottom: 100px;
        padding-left: 180px;
    }

    .family-index__item:nth-child(6) .family-index__name img {
        height: 22px;
    }

    .family-index__item:nth-child(6) .family-index__image {
        right: auto;
        top: 55px;
        left: 40px;
    }

    .family-index__item:nth-child(6) .family-index__image img {
        width: 160px;
    }

    .family-index__item:nth-child(7) .family-index__text {
        padding-top: 100px;
        padding-right: 22px;
    }

    .family-index__item:nth-child(7) .family-index__name {
        padding-right: 125px;
        margin-bottom: 100px;
    }

    .family-index__item:nth-child(7) .family-index__name img {
        height: 22px;
    }

    .family-index__item:nth-child(7) .family-index__image {
        top: 30px;
        right: 35px;
    }

    .family-index__item:nth-child(7) .family-index__image img {
        width: 130px;
    }

    .family-index__item:nth-child(8) .family-index__text {
        padding-top: 100px;
        padding-right: 22px;
    }

    .family-index__item:nth-child(8) .family-index__name {
        padding-left: 135px;
        margin-bottom: 100px;
    }

    .family-index__item:nth-child(8) .family-index__name img {
        height: 22px;
    }

    .family-index__item:nth-child(8) .family-index__image {
        top: 30px;
        right: auto;
        left: 35px;
    }

    .family-index__item:nth-child(8) .family-index__image img {
        width: 130px;
    }

    .family-index__item:nth-child(9) .family-index__text {
        padding-top: 100px;
        padding-right: 22px;
    }

    .family-index__item:nth-child(9) .family-index__name {
        padding-right: 125px;
        margin-bottom: 100px;
    }

    .family-index__item:nth-child(9) .family-index__name img {
        height: 22px;
    }

    .family-index__item:nth-child(9) .family-index__image {
        top: 30px;
        right: 35px;
    }

    .family-index__item:nth-child(9) .family-index__image img {
        width: 90px;
    }

    .product-main__header {
        padding: 20px 10px 15px;
    }

    .product-main__title {
        height: auto;
        background: none;
    }

    .product-main__title img {
        display: inline-block;
    }

    .product-main__body {
        padding-top: 10px;
    }

    .product-title.-style01 {
        margin-bottom: 15px;
    }

    .product-section {
        margin-bottom: 30px;
    }

    .product-section:last-child {
        margin-bottom: 0;
    }

    .product-index {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0 35px;
        margin-top: 5%;
        justify-content: flex-start;
        column-gap: 16px;
    }

    .product-index__itemWrapper {
        width: calc(100% / 2 - 16px);
    }

    .product-index__item {
        margin-bottom: 15%;
    }
    .product-index__item.product-index__item--11{
        width: calc(47% - 15px);
    }

    /*.product-index__item:nth-child(odd){*/
    /*    margin-right: 4%;*/
    /*}*/


    .product-index.-center .product-index__item:first-child{
        margin-right: 0;
    }

    .product-index__item:nth-child(even){
        /*margin-left: 4%;*/
    }
    .product-index__item:nth-child(4){
        /*width: 43%;*/
    }
    .product-index__item.u-widthFix{
        margin-right: 0;
        margin:auto;
        margin-top: 10%;
    }
    .product-index__item:last-child{
        /*margin-right: 0;*/
        /*margin:auto;*/
        /*margin-top: 10%;*/
    }
    .product-index__item .icon--limited{
        width: 85%;
        margin: auto;
        top: -15.5%;
    }

    .product-index__title {
        font-size: 1.5rem;
    }

    .product-index__title span {
        font-size: 1.1rem;
    }

    .product-index__image::after {
        right: -10px;
        bottom: -10px;
        width: 39px;
        height: 39px;
        background-size: 39px 39px;
    }

    .product-index__image img {
        height: auto;
    }


    .product-detail {
        left: 5px;
        width: calc(100% - 10px);
    }

    .product-detail__itemInner {
        margin-top: 80px;
        padding: 70px 20px 60px;
        border-width: 3px;
    }

    .product-detail__itemInner:before {
        padding-bottom: calc(160% / 6.06);
    }

    #product-big_01 .product-detail__itemInner:before {
        background-image: url(../img/product/bg_sizzle_big_01_sp.jpg);
    }

    #product-big_02 .product-detail__itemInner:before {
        background-image: url(../img/product/bg_sizzle_big_02_sp.jpg);
    }

    #product-big_03 .product-detail__itemInner:before {
        background-image: url(../img/product/bg_sizzle_big_03_sp.jpg);
    }

    #product-big_04 .product-detail__itemInner:before {
        background-image: url(../img/product/bg_sizzle_big_04_sp.jpg);
    }

    #product-big_05 .product-detail__itemInner:before {
        background-image: url(../img/product/bg_sizzle_big_07_sp.png);
    }

    #product-big_06 .product-detail__itemInner:before {
        /*background-image: url(../img/product/bg_sizzle_big_06_sp.jpg);*/
    }

    #product-big_08 .product-detail__itemInner:before {
        background-image: url(../img/product/bg_sizzle_big_09_sp.jpg);
    }

    #product-big_11 .product-detail__itemInner:before {
        background-image: url(../img/product/bg_sizzle_big_15_sp.jpg);
    }

    #product-big_13 .product-detail__itemInner:before {
        background-image: url(../img/product/bg_sizzle_big_05_sp.jpg);
    }

    #product-big_20 .product-detail__itemInner:before {
        background-image: url(../img/product/bg_sizzle_big_20_sp.jpg);
    }

    #product-01 .product-detail__itemInner:before {
        background-image: url(../img/product/bg_sizzle_01_sp.jpg);
    }

    #product-06 .product-detail__itemInner:before {
        background-image: url(../img/product/bg_sizzle_02_sp.png);
    }



    .product-detail__header {
        /*margin-bottom: 20px;*/
        margin-bottom: -1vw;
        padding-top: calc(160% / 5.28);;
    }

    .product-detail__title {
        font-size: 2.2rem;
        font-weight: bold;
    }

    .product-detail__title span {
        font-size: 1.6rem;
        font-weight: normal;
    }

    .product-detail__image {
        max-width: 60%;
        margin: 0 auto;
        text-align: center;
    }

    .product-detail__commitment{
        text-align: center;
        margin-top: 6vw;
        margin-bottom: 7vw;
    }

    .product-detail__commitment__note{
        margin-left: 0;
        font-size: .8em;
    }

    .product-detail__image.product-detail__image--2column{
        max-width: 50%;
        margin: inherit;
        margin-right: auto;
    }
    .product-detail__image.product-detail__image--package_07.product-detail__image--2column{
        max-width: 40%;
        margin-left: 6vw;
        /*margin: inherit;*/
        /*margin-right: auto;*/
    }

    .product-detail__image .product-detail__image__nutritionInfo{
        right: 0;
        margin-right: -40vw;
        margin-top: -6vw;
        width: calc(243vw / 6.4);
    }

    .product-detail__image .product-detail__image__nutritionInfo--11{
        /*background-color: red;*/
        top: inherit;
        left: 0;
        right: 0;
        bottom: 0;
        margin-right: auto;
        margin: auto;
        /*margin-bottom: calc(-17vw / 6.4);*/
        /*margin-bottom: calc(-6vw / 6.4);*/
        margin-bottom: 0;
        width: 72%;
    }

    .product-detail__image .product-detail__image__nutritionInfo--12{
        top: inherit;
        margin-top: 6vw;
        margin-right: -39vw;
        width: calc(232vw / 6.4);
    }

    .product-detail__image.product-detail__image--package_07.product-detail__image--2column .product-detail__image__nutritionInfo{
        right: 0;
        margin-right: -44vw;
        margin-top: -1vw;
        width: calc(248vw / 6.4);
    }

    .product-detail__image .product-detail__image__nutritionInfo img{
        width: 100%;
    }

    .product-detail__image.is-3package{
        z-index: 3;
    }

    .product-detail__image .icon--limited{
        position: static;
        width: 80%;
        right: auto;
        left: auto;
        margin-bottom: 4%;
        margin-top: -9%;
        transform: none;
    }

    .product-detail__image .icon--3package{
        position: absolute;
        top: 24%;
        left: -28%;
        width: 50%;
        z-index: -1;
    }

    .product-detail__image .icon--nutrition{
        top: 17%;
        right: -43%;
        width: 46%;
        z-index: 0;
    }


    .product-detail__image .icon--nutrition--big{
        top: 0;
        right: -10%;
        width: 53%;
        z-index: 0;
    }

    .product-detail__image.is-3package .icon--nutrition{
        top: 5%;
        right: -37%;
        width: 58%;
        z-index: -1;
    }

    .product-detail__image.u-nutrition--big{
        padding-right: 30vw;
        max-width: 50%;
    }

    .product-detail__body {
        display: block;
    }

    .product-detail__data, .product-detail__nutrition {
        width: auto;
        margin: auto;
    }

    .product-detail__text {
        font-size: 1.3rem;
    }

    .product-detail__capacity {
        margin-bottom: 15px;
        font-size: 1.3rem;
    }

    .product-detail__nutritionTitle {
        margin-bottom: 10px;
        font-size: 1.4rem;
    }

    .product-detail__nutritionLead {
        margin-bottom: 5px;
        font-size: 1.1rem;
    }

    .product-detail__body--2 .product-detail__nutritionTxt{
        font-size: 1.1rem;
        text-align: left;
    }


    .product-detail__nutritionNotes {
        font-size: 1.1rem;
    }

    .product-detail__footer .footer-ciscorn__btnList__ {
        margin-bottom: 0;
    }

    .product-detail__close {
        width: 45px;
        right: calc(50% - 22px);
    }

    .product-detail__close.-top {
        top: 18px;
        margin-top: calc(160% / 6.06);
    }

    .product-detail__close.-bottom {
        bottom: 10px;
    }

    .qa-main__header {
        padding: 20px 15px 30px;
    }

    .qa-main__title {
        height: auto;
        background: none;
    }

    .qa-main__title img {
        display: inline-block;
    }

    .qa-section {
        margin-top: -75px;
        padding-top: 75px;
        margin-left: 10px;
        margin-right: 10px;
        margin-bottom: 40px;
    }

    .qa-section:last-child {
        margin-bottom: 0;
    }

    .qa-section__inner {
        padding: 0 28px 40px;
    }

    .qa-section__q {
        margin-bottom: 10px;
        padding: 30px 10px 0;
        font-size: 1.5rem;
    }

    .qa-section__q::before {
        top: -19px;
        left: calc(50% - 19px);
        width: 38px;
        height: 38px;
        background-size: 38px auto;
    }

    .qa-section__q a::after {
        bottom: 10px;
    }

    .qa-section__a {
        margin-top: 20px;
        padding-top: 53px;
        font-size: 1.3rem;
    }

    .qa-section__a::before {
        left: calc(50% - 19px);
        width: 38px;
        height: 38px;
        background-size: 38px auto;
    }

    .recipe-main__header {
        margin-bottom: 25px;
        padding-top: 30px;
    }

    .recipe-main__title {
        padding-left: 82px;
        padding-right: 82px;
    }

    .recipe-index {
        display: block;
        width: auto;
        margin-left: 10px;
        margin-right: 10px;
    }

    .recipe-index__item {
        width: auto;
        margin-bottom: 10px;
        padding: 30px 20px 15px;
    }

    .recipe-index__title {
        font-size: 2.2rem;
        min-height: 0;
        margin-bottom: 15px;
    }

    .recipe-index__image {
        margin-bottom: 15px;
    }

    .recipe-index__item.-recipe01::before {
        right: 10px;
        bottom: 20px;
    }

    .recipe-index__item.-recipe02::before {
        left: 5px;
        bottom: 20px;
    }

    .recipe-index__item.-recipe03::before {
        right: 5px;
        bottom: 28px;
    }

    .recipe-index__item.-recipe04::before {
        left: 5px;
        bottom: 28px;
    }

    .recipe-index__item.-recipe05::before {
        left: -5px;
        bottom: 9px;
    }

    .recipe-index__item.-recipe06::before {
        left: 5px;
        bottom: 60px;
        height: 70px;
    }

    .recipe-index__item.-recipe07::before {
        right: -2px;
        top: 17vw;
    }

    .recipe-detail {
        margin: 0 10px 50px;
        padding: 30px 0;
    }

    .recipe-detail__header {
        margin: 0 30px 15px 35px;
    }

    .recipe-detail__titleSub {
        font-size: 1.2rem;
    }

    .recipe-detail__title {
        font-size: 2.2rem;
    }

    .recipe-detail__title span {
        font-size: 1.3rem;
    }

    .recipe-detail__body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0 20px;
    }

    .recipe-detail__image {
        width: auto;
        margin-bottom: 40px;
    }

    .recipe-detail__image img {
        width: 100%;
    }

    .recipe-detail__text {
        width: auto;
    }

    .recipe-detail__title2nd {
        font-size: 1.2rem;
    }

    .recipe-detail__foodstuff {
        font-size: 1.4rem;
    }

    .recipe-detail__howto {
        font-size: 1.4rem;
    }

    .recipe-detail__footer {
        padding-top: 55px;
        padding-right: 25px;
        padding-left: 25px;
    }

    .recipe-detail__btnBack a {
        width: auto;
        background: none;
    }

    .recipe-detail__btnBack a img {
        display: inline-block;
    }

    .recipe-detail.-recipe01::before {
        top: 45vw;
        right: 10px;
        bottom: auto;
    }

    .recipe-detail.-recipe01::after {
        bottom: 100px;
        left: auto;
        right: 10px;
    }

    .recipe-detail.-recipe02::before {
        top: 86vw;
        right: auto;
        left: 5px;
        bottom: auto;
    }

    .recipe-detail.-recipe02::after {
        bottom: 100px;
        left: auto;
        right: 10px;
    }

    .recipe-detail.-recipe03::before {
        top: 74vw;
        right: 5px;
        bottom: auto;
    }

    .recipe-detail.-recipe03::after {
        bottom: 100px;
        left: auto;
        right: 10px;
    }

    .recipe-detail.-recipe04::before {
        top: 73vw;
        right: auto;
        left: 5px;
        bottom: auto;
    }

    .recipe-detail.-recipe04::after {
        bottom: 100px;
        left: auto;
        right: 10px;
    }

    .recipe-detail.-recipe05::before {
        top: 66vw;
        height: 54vw;
        right: auto;
        left: -7px;
        bottom: auto;
        width: 20vw;
        background-size: 20vw auto;
    }

    .recipe-detail.-recipe05::after {
        bottom: 100px;
        left: auto;
        right: 10px;
    }

    .recipe-detail.-recipe06::before {
        top: 97vw;
        right: auto;
        left: 0px;
        bottom: auto;
        width: 23vw;
        height: 20vw;
        background-size: 23vw auto;
    }

    .recipe-detail.-recipe06::after {
        bottom: 100px;
        left: auto;
        right: 10px;
    }

    .recipe-detail.-recipe07::before {
        top: 27vw;
        right: 0;
        height: 29vw;
        bottom: auto;
        width: 22vw;
        background-size: 21vw auto;
    }

    .recipe-detail.-recipe07::after {
        bottom: 100px;
        left: auto;
        right: 10px;
    }

    .top-hero__scroll {
        left: calc(50% - 21px);
        width: 42px;
    }

    #page .swiper-pagination {
        right: 4vw;
        bottom: 7vw;
    }

    #page .swiper-pagination .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
    }

    #page .swiper-button-prev,
    #page .swiper-button-next {
        width: 40px;
        height: 40px;
    }

    #page .swiper-button-prev {
        left: 10px;
        background-size: 40px auto;
    }

    #page .swiper-button-next {
        right: 10px;
        background-size: 40px auto;
    }

    .top-product {
        z-index: auto;
    }

    .top-product::before {
        height: 13px;
        top: -11px;
        min-width: 0;
        background: url(../img/top/sp-bg_product_wave.png) no-repeat center top;
        background-size: 100% auto;
        -webkit-transform: rotateX(0);
        transform: rotateX(0);
    }
    .top-product::after {
        height: 13px;
        bottom: -13px;
        min-width: 0;
        background-size: 100% auto;
        background: url(../img/top/sp-bg_product_wave.png) no-repeat center top;
        background-size: 100% auto;
        -webkit-transform: rotateX(
                -180deg
        );
        transform: rotateX(
                -180deg
        );
    }

    .top-product__header {
        padding: 10px 5px 20px;
    }

    .top-product__title {
        height: auto;
        background: none;
    }

    .top-product__title img {
        display: inline-block;
    }

    .top-product__body {
        margin-top: 0;
        margin-bottom: 10px;
    }

    .top-product__list {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .top-product__list li {
        width: calc(33.3% - 25px);
        margin: 0px 9px 20px;
        height: auto;
    }

    .top-product__list li .icon--limited{
        width: 100%;
        top: -30%;
    }

    .top-product__list li .icon--limited img{
        width: 100%;
    }

    .top-product__list li:nth-child(even) {
        margin-top: 0;
    }

    .top-product__list li:nth-child(1) {
        margin-left: 10vw;
    }
    .top-product__list li:nth-child(2) {
        margin-right: 10vw;
        /*width: calc(28.5% - 25px);*/
    }
    .top-product__list li:nth-child(7) {
        width: calc(28.5% - 25px);
    }

    .top-product__list li:nth-child(n+3) {
        margin-top: 9%;
    }

    .top-product__list li.u-widthFix {
        width: 25%;
        text-align: center;
    }
    .top-product__list li.u-widthFix img{
        width: 90%;
    }


    .top-product__footer {
        min-height: 100px;
        margin-bottom: 2vw;
        background-position: 2vw bottom;
        background-size: 15vw;
    }

    .top-ciscorns {
        padding-top: 40px;
        padding-bottom: 40px;
        background: url(../img/top/sp-bg_flag.png) no-repeat center top;
        background-size: 100% auto;
    }

    .top-ciscorns::before {
        content: none;
    }

    .top-ciscorns::after {
        height: 13px;
        bottom: 0;
        min-width: 0;
        background: url(../img/top/sp-bg_breakfast_wave.png) no-repeat center top;
        background-size: 100% auto;
    }

    .top-ciscorns__header {
        padding: 15px 30px 0 35px;
    }

    .top-ciscorns__header::before, .top-ciscorns__header::after {
        content: none;
    }

    .top-ciscorns__bnr {
        display: block;
        text-align: center;
        margin-top: -12.5vw;
        padding: 0 12px;
    }

    .top-ciscorns__bnr li {
        margin-bottom: 7px;
    }

    .top-ciscorns__bnr li:nth-child(n+2) {
        margin-top: 0;
    }

    .top-breakfast {
        padding-bottom: 45px;
        background-size: 140px auto;
        background-position: center 12px;
    }

    .top-breakfast__header {
        padding: 30px 25px 0;
    }

    .top-breakfast__body {
        display: block;
        margin-top: 0;
        padding: 0 10px;
        flex-wrap: wrap;
    }

    .top-breakfast__item {
        width: auto;
        margin-bottom: 10px;
        text-align: center;
    }
    .top-breakfast__item:nth-child(1){
        margin-bottom: 10px;
    }

    .top-breakfast__item:nth-child(2){
        margin-right: 0;
    }

    .top-breakfast__item:nth-child(3){


    }

    .top-breakfast__more {
        bottom: 10px;
    }

    .top-process {
        padding-bottom: 30px;
        background-image: url(../img/top/sp-bg_process.png);
        background-size: 100% auto;
    }

    .top-process::before {
        height: 13px;
        top: -13px;
        min-width: 0;
        background: url(../img/top/sp-bg_process_wave.png) no-repeat center top;
        background-size: 100% auto;
        -webkit-transform: rotateX(0);
        transform: rotateX(0);
    }

    .top-process::after {
        content: none;
    }

    .top-process__header {
        margin-bottom: 29px;
        padding-top: 40px;
    }

    .top-process__header.top::before {
        top: auto;
        bottom: -31px;
        right: 30px;
        width: 50px;
        height: 47px;
        background-size: 50px auto;
    }

    .top-process__header::before {
        top: auto;
        bottom: -31px;
        right: 30px;
        width: 50px;
        height: 47px;
        background-size: 50px auto;
    }

    .top-process__title {
        padding: 0 40px 0 45px;
    }

    .top-process__body {
        display: block;
        padding: 0 10px;
        text-align: center;
    }

    .top-process__item {
        width: auto;
        margin-bottom: 10px;
    }

    .top-process__item:first-child::before {
        display: block;
        width: 82px;
        height: 110px;
        right: -15px;
        bottom: -4px;
        background-size: 82px auto;
    }

    .top-process__item.top:last-child::before {
        width: 114px;
        left: -30px;
        bottom: -45px;
        height: 165px;
        background-size: 114px auto;
    }

    .top-process__item:last-child::before {
        width: 114px;
        left: -30px;
        bottom: -45px;
        height: 165px;
        background-size: 114px auto;
    }

    .top-process__more {
        bottom: 10px;
    }

    .top-family {
        padding-top: 35px;
        padding-bottom: 40px;
    }

    .top-family {
        position: relative;
        margin-top: -12px;
        background: url(../img/top/sp-bg_family.png) no-repeat center top;
        background-size: 100% auto;
    }

    .top-family__header {
        min-height: 123.5vw;
        margin-left: 14px;
        margin-right: 14px;
        background: url(../img/top/sp-family.png) no-repeat center 35px;
        background-size: 100% auto;
    }

    .top-family__title {
        padding: 0 58px;
    }

    .top-family__more {
        margin-top: -60px;
    }

    .top-qa {
        margin-top: -15px;
        padding-bottom: 5px;
    }

    .top-qa::before {
        height: 13px;
        top: -13px;
        min-width: 0;
        background: url(../img/top/sp-bg_qa_wave.png) no-repeat center top;
        background-size: 100% auto;
        -webkit-transform: rotateX(0);
        transform: rotateX(0);
    }

    .top-qa__body {
        padding: 0 10px;
    }

    .top-qa__item {
        width: auto;
        padding: 40px 45px 25px;
        font-size: 1.5rem;
    }

    .top-qa__item:last-child {
        margin-bottom: 10px;
    }

    .top-qa__footer {
        min-height: calc(33vw - 35px);
        padding-top: 35px;
        background: url(../img/top/sp-bg_family_footer.png) no-repeat center top;
        background-size: 100% auto;
    }

    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

    #top .sp-t-left {
        text-align: left;
    }
    .product-detail__nutritionGraph{
        /*margin-top: 2.5em;*/
        margin-top: 0;
    }
    .product-detail__nutritionGraph > img.u-heightFix,.product-detail__nutritionGraph > img.u-heightFix_02{
        height: auto;
    }
}

@media screen and (max-width: 320px) {
    body {
        margin: 0;
    }

    .recipe-detail.-recipe01::before {
        top: 40vw;
    }

    .recipe-detail.-recipe02::before {
        top: 85vw;
    }

    .recipe-detail.-recipe04::before {
        top: 68vw;
    }
}

/*# sourceMappingURL=s.css.map */

/* 以下追記 */
.contents {
    margin-top: 63px;
}

.globalHeader {
    line-height: 1.2;
    background: #e40012;
    position: fixed;
    top: 0;
    left: 0;
    min-width: 760px;
    width: 100%;
    z-index: 9999999;
}

.logo {
    /*width: 130px;*/
}

#main {
    margin-top: -63px;
    padding-top: 63px;
}

/*
#section-qa_01,#section-qa_02 {
   margin-top:-90px;
  padding-top:90px;
}
*/

.footer-ciscorn__btnList__ {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: center;
    -ms-flex-pack: justify;
    justify-content: center;
    margin-bottom: 52px;
}

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

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

.package_06__img{
    text-align: center;
    margin-bottom: 3em;
}
.package_06__img_02{
    text-align: center;
    margin: 0 auto;
    margin-bottom: 3em;
    max-width: 450px;
}
@media only screen and (max-width: 640px) {

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

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

    .contents {
        margin-top: 48px;
    }

    .globalHeader {
        min-width: 0;
    }

    #main {
        margin-top: -48px;
        padding-top: 48px;
    }

    /*
  #section-qa_01,#section-qa_02 {
     margin-top:-70px;
    padding-top:70px;
  }
  */
    .footer-ciscorn__btnList__ {
        display: block;
        margin-bottom: 35px;
        padding: 0 6px 0 8px;
        text-align: center;
    }

    .package_06__img{
        width: 90%;
        margin: 0 auto;
        margin-bottom: 2em;
    }
}


