@charset "UTF-8";
/* ---------- number ---------- */
/* ---------- color ---------- */
/* ---------- breakPoint ---------- */
/* ---------- line-height ---------- */
/*--------------------------------------------------------------------
    [FOUNDATION]
 --------------------------------------------------------------------*/
/* ---------------------------------------------
 *
 * RESET
 *
 --------------------------------------------- */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  height: 100%; }

body {
  height: 100%;
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
/* line 136, _normalize.scss */
h1 {
  font-size: 2em;
  margin: 0; }

/**
 * Address styling not present in IE 8/9.
 */
/* line 146, _normalize.scss */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 155, _normalize.scss */
small {
  font-size: 80%; }

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

/* line 171, _normalize.scss */
sup {
  top: -0.5em; }

/* line 175, _normalize.scss */
sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
/* line 186, _normalize.scss */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* line 194, _normalize.scss */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
/* line 205, _normalize.scss */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
/* line 213, _normalize.scss */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
/* line 222, _normalize.scss */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/* line 230, _normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
/* line 253, _normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
/* line 267, _normalize.scss */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
/* line 278, _normalize.scss */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
/* line 291, _normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
/* line 303, _normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 312, _normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 323, _normalize.scss */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
/* line 335, _normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
/* line 347, _normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
/* line 357, _normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
/* line 368, _normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
/* line 377, _normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  padding: 0; }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

* {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 62.5%; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: 300; }

p, ul, li, dl, dt, dd {
  margin: 0;
  padding: 0; }

ul, ol {
  list-style: none; }

img {
  vertical-align: top; }

table {
  width: 100%; }

table th {
  text-align: left;
  font-weight: normal;
  vertical-align: top; }

input, button, textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none; }

body {
  background-color: #fff;
  min-width: 320px;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  font-family: noto-sans-cjk-jp, "游ゴシック体", YuGothic, "游ゴシック", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  overflow-y: scroll;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  line-height: 2; }
  body::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 2) * .5em);
    content: ""; }
  body::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 2) * .5em);
    content: ""; }

a {
  outline: none;
  text-decoration: none;
  color: #000;
  transition: all 0.3s ease-out 0s; }
  a:hover {
    opacity: .4;
    transition: all 0.3s ease-out 0s; }

img {
  width: 100%;
  height: auto;
  user-select: none; }

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

/*--------------------------------------------------------------------
    [COMPONENT]
 --------------------------------------------------------------------*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /*
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    */
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slide-dots {
  text-align: left;
  position: absolute;
  top: 16px;
  right: 35px; }
  @media only screen and (max-width: 768px) {
    .slide-dots {
      top: 78px;
      right: 65px; } }
  .slide-dots li {
    display: inline-block;
    margin: 0 3px; }
    .slide-dots li button {
      position: relative;
      text-indent: -9999px;
      background-color: transparent; }
      .slide-dots li button:before {
        width: 9px;
        height: 9px;
        content: '';
        background-image: url("../img/common/dots_def.svg");
        background-repeat: no-repeat;
        text-indent: 0px;
        position: absolute;
        top: 0;
        left: 0; }
    .slide-dots li.slick-active button:before {
      content: '';
      background-image: url("../img/common/dots_ro.svg");
      background-repeat: no-repeat; }

.menu-slide-dots {
  text-align: center;
  position: absolute;
  top: 0;
  left: 48%;
  transform: translateX(-48%); }
  .menu-slide-dots li {
    display: inline-block;
    margin: 0 3px; }
    .menu-slide-dots li button {
      position: relative;
      text-indent: -9999px;
      background-color: transparent;
      width: 11px;
      height: 11px; }
      .menu-slide-dots li button:before {
        width: 11px;
        height: 11px;
        content: '';
        background-image: url("../img/common/dots_ro.svg");
        background-repeat: no-repeat;
        background-size: 100%;
        text-indent: 0px;
        position: absolute;
        top: 0;
        left: 0; }
    .menu-slide-dots li.slick-active button:before {
      content: '';
      background-image: url("../img/common/dots_def.svg");
      background-repeat: no-repeat; }

.slide-arrow {
  width: 48px;
  height: 48px;
  position: absolute;
  top: 45%;
  z-index: 333;
  background-repeat: no-repeat;
  cursor: pointer;
  transition: .5s; }
  @media only screen and (max-width: 768px) {
    .slide-arrow {
      top: 43%; } }
  .slide-arrow.prev-arrow {
    left: 0px;
    background-image: url("../img/top/arrow_prev.svg"); }
    .slide-arrow.prev-arrow:hover {
      background-image: url("../img/top/arrow_prev_ro.svg"); }
    @media only screen and (max-width: 768px) {
      .slide-arrow.prev-arrow {
        left: 0;
        background-size: 38px; } }
  .slide-arrow.next-arrow {
    right: 40px;
    background-image: url("../img/top/arrow_next.svg"); }
    .slide-arrow.next-arrow:hover {
      background-image: url("../img/top/arrow_next_ro.svg"); }
    @media only screen and (max-width: 768px) {
      .slide-arrow.next-arrow {
        right: 0;
        background-size: 38px; } }
  .slide-arrow.slick-disabled {
    opacity: 0;
    display: none; }

.menu-slide-dots > li:first-child:last-child {
  display: none; }

.slide-dots > li:first-child:last-child {
  display: none; }

/*--------------------------------------------------------------------
    [SHARED]
 --------------------------------------------------------------------*/
/* ---------------------------------------------
*
* LAYOUT
*
--------------------------------------------- */
.content {
  overflow: hidden; }

.inner {
  max-width: 1000px;
  margin: 0 auto;
  text-align: left; }
  @media only screen and (max-width: 768px) {
    .inner {
      padding: 0 5%; } }

.sec {
  padding: 100px 5%; }
  @media only screen and (max-width: 768px) {
    .sec {
      padding: 50px 0; } }
  .sec.-bgColor {
    background-color: #efefef; }

.sec__ttl {
  font-family: brother-1816, sans-serif;
  font-weight: 900;
  text-align: center;
  padding: 0 0 100px; }
  @media only screen and (max-width: 768px) {
    .sec__ttl {
      padding: 0 5% 60px; } }
  .sec__ttl .ttlEn {
    font-size: 44px;
    line-height: 1.25;
    margin-bottom: 10px; }
    .sec__ttl .ttlEn::before {
      display: block;
      width: 0;
      height: 0;
      margin-top: calc((1 - 1.25) * .5em);
      content: ""; }
    .sec__ttl .ttlEn::after {
      display: block;
      width: 0;
      height: 0;
      margin-bottom: calc((1 - 1.25) * .5em);
      content: ""; }
    @media only screen and (max-width: 768px) {
      .sec__ttl .ttlEn {
        font-size: 34px; } }
  .sec__ttl .ttlJp {
    font-size: 18px;
    font-weight: 700;
    line-height: 2; }
    .sec__ttl .ttlJp::before {
      display: block;
      width: 0;
      height: 0;
      margin-top: calc((1 - 2) * .5em);
      content: ""; }
    .sec__ttl .ttlJp::after {
      display: block;
      width: 0;
      height: 0;
      margin-bottom: calc((1 - 2) * .5em);
      content: ""; }

.artile__block {
  margin-bottom: 120px; }
  @media only screen and (max-width: 768px) {
    .artile__block {
      margin-bottom: 80px; } }
  .artile__block:last-child {
    margin-bottom: 0; }
  .artile__block .artile__desc {
    margin-bottom: 40px; }
    .artile__block .artile__desc:last-child {
      margin-bottom: 0; }
    @media only screen and (max-width: 768px) {
      .artile__block .artile__desc {
        padding: 0 5%; } }
    .artile__block .artile__desc.-thanks {
      text-align: center; }

.btn, a.btn {
  width: 90%;
  margin: 0 auto;
  background-color: #000;
  border-radius: 50px;
  color: #fff;
  padding: 25px;
  font-size: 24px;
  font-weight: 900;
  text-align: center; }
  @media only screen and (max-width: 768px) {
    .btn, a.btn {
      font-size: 18px;
      padding: 15px; } }

a.btn {
  width: 50%;
  display: block; }
  @media only screen and (max-width: 768px) {
    a.btn {
      width: 85%; } }
  a.btn:hover {
    opacity: 1;
    background-color: #EFE526;
    color: #000; }

.topping__slide .slide__main .slide__img, .topping__slide .otherSlide__main .slide__img {
  cursor: pointer; }

.topping__slide .slide__thumb, .topping__slide .otherSlide__thumb {
  max-width: 460px;
  margin: 20px auto 0; }
  @media only screen and (max-width: 768px) {
    .topping__slide .slide__thumb, .topping__slide .otherSlide__thumb {
      max-width: 300px; } }
  .topping__slide .slide__thumb .slick-track, .topping__slide .otherSlide__thumb .slick-track {
    transform: unset !important; }
  .topping__slide .slide__thumb .slideThumb__img, .topping__slide .otherSlide__thumb .slideThumb__img {
    width: 100px !important;
    margin: 0 0.5%;
    opacity: 0.3;
    transition: .3s;
    cursor: pointer; }
    @media only screen and (max-width: 768px) {
      .topping__slide .slide__thumb .slideThumb__img, .topping__slide .otherSlide__thumb .slideThumb__img {
        width: 65px !important;
        margin: 0 1.5%; } }
    .topping__slide .slide__thumb .slideThumb__img:hover, .topping__slide .otherSlide__thumb .slideThumb__img:hover {
      opacity: 1; }
  .topping__slide .slide__thumb .slick-current, .topping__slide .otherSlide__thumb .slick-current {
    opacity: 1; }

.topping__slide .otherSlide__thumb {
  max-width: 320px; }

/* ---------------------------------------------
*
* MODAL
*
--------------------------------------------- */
/* モーダル全体(背景＋本体) */
.modal {
  display: none;
  position: fixed;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 9999; }

/* モーダル背景 */
.modal-bg {
  position: absolute;
  height: 100vh;
  width: 100%;
  background: rgba(0, 0, 0, 0.8); }

/* モーダル本体 */
.modal-content {
  width: 70%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: scroll;
  /* はみ出た部分はスクロールさせる */
  background: transparent; }
  @media only screen and (max-width: 768px) {
    .modal-content {
      height: 50%;
      width: 100%; } }

.modal__img {
  overflow: hidden;
  background-color: #000; }
  .modal__img img {
    opacity: 1;
    transition: .3s; }

.close__btn {
  width: 50px;
  position: absolute;
  top: 2%;
  right: 1%;
  cursor: pointer; }

/* モーダルウィンドウ表示中に記事本体を固定 */
body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0; }

/* ---------------------------------------------
*
* FOOTER SEC
*
--------------------------------------------- */
.pagetop {
  position: fixed;
  bottom: 10px;
  right: -100px;
  transition: 0.3; }
  @media only screen and (max-width: 768px) {
    .pagetop {
      width: 15%; } }
  .pagetop:hover {
    transform: translateY(-5px);
    opacity: 1; }
  .pagetop.active {
    right: 20px; }

footer {
  text-align: left;
  background-color: #efefef;
  padding: 100px 5% 2%; }
  footer .footer__inner {
    max-width: 1000px;
    margin: 0 auto; }
  footer .footer__desc {
    text-align: center;
    font-size: 18px;
    font-weight: 900;
    margin-bottom: 80px; }
    @media only screen and (max-width: 768px) {
      footer .footer__desc {
        font-size: 15px;
        margin-bottom: 60px; } }
  footer .contact__btn {
    width: 40%;
    margin-bottom: 150px; }
    @media only screen and (max-width: 768px) {
      footer .contact__btn {
        width: 85%;
        margin-bottom: 60px; } }
  footer .tcard__logo {
    width: 70px;
    margin: 0 auto 60px; }
    @media only screen and (max-width: 768px) {
      footer .tcard__logo {
        width: 54px;
        margin-bottom: 30px; } }
  footer .copy_right {
    text-align: center;
    font-size: 10px;
    font-weight: 400; }

/* ==================================================
    display [PC]

    PC/SP での ON/OFF 表示
================================================== */
.display-pc {
  display: block; }

.display-sp {
  display: none; }

.display-ib-pc {
  display: inline-block; }

.display-ib-sp {
  display: none; }

/* ==================================================
    display [SP]
================================================== */
@media screen and (max-width: 768px) {
  .display-pc {
    display: none; }
  .display-sp {
    display: block; }
  .display-ib-pc {
    display: none; }
  .display-ib-sp {
    display: inline-block; } }

/*--------------------------------------------------------------------
    [PAGE]

    ※ページ固有のスタイル。
    ・適応するページの body に class をつけて wrap する。
 --------------------------------------------------------------------*/
/* ---------------------------------------------
*
* ETHICAL FOOD LAB LOGO
*
--------------------------------------------- */
.eflLogo {
  width: 130px;
  position: absolute;
  top: 30px;
  left: 30px;
  opacity: 0;
  transition: 2s;
  z-index: 999;
  mix-blend-mode: difference; }
  @media only screen and (max-width: 768px) {
    .eflLogo {
      width: 70px;
      top: 20px;
      left: 10px; } }
  .eflLogo.js-fade-in {
    opacity: 1; }

.tcard__logo {
  width: 70px;
  position: absolute;
  top: 200px;
  left: 60px;
  opacity: 0;
  transition: 2s;
  z-index: 999; }
  @media only screen and (max-width: 768px) {
    .tcard__logo {
      width: 35px;
      top: 105px;
      left: 28px; } }
  .tcard__logo.js-fade-in {
    opacity: 1; }

/* ---------------------------------------------
*
* MV
*
--------------------------------------------- */
.mv {
  opacity: 0;
  transition: 2s; }
  .mv.js-fade-in {
    opacity: 1; }
  .mv .mv__inner {
    max-width: 1000px;
    margin: 0 auto;
    position: relative; }
  .mv .logo {
    position: absolute;
    bottom: -8%;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: 1s;
    z-index: 999; }
    @media only screen and (max-width: 768px) {
      .mv .logo {
        width: 250px;
        bottom: -23%;
        left: 50%; } }
    .mv .logo.js-fade-in {
      opacity: 1; }

/* ---------------------------------------------
*
* INTRO SEC
*
--------------------------------------------- */
.sec.-intro .intro__desc {
  text-align: center;
  font-size: 18px;
  font-weight: 900;
  padding: 60px 0 10%;
  opacity: 0;
  transition: 1s;
  line-height: 2.4; }
  @media only screen and (max-width: 768px) {
    .sec.-intro .intro__desc {
      padding-top: 100px; } }
  .sec.-intro .intro__desc.js-fade-in {
    opacity: 1; }

/* ---------------------------------------------
*
* SUMMARY SEC
*
--------------------------------------------- */
.sec.-summary .sec__ttl {
  padding: 140px 0; }
  @media only screen and (max-width: 768px) {
    .sec.-summary .sec__ttl {
      padding: 100px 0 60px; } }

.sec.-summary .summary__report {
  background-color: #fff;
  border-radius: 39px;
  padding: 50px 100px; }
  @media only screen and (max-width: 768px) {
    .sec.-summary .summary__report {
      padding: 50px 10%; } }

.sec.-summary .summary__intro {
  margin-bottom: 80px; }
  @media only screen and (max-width: 768px) {
    .sec.-summary .summary__intro {
      margin-bottom: 40px;
      padding: 0 5%; } }
  .sec.-summary .summary__intro .desc {
    margin-bottom: 35px; }
    .sec.-summary .summary__intro .desc:last-child {
      margin-bottom: 0; }

.sec.-summary .summary__chef {
  margin-bottom: 120px; }
  .sec.-summary .summary__chef .chef__list {
    display: flex;
    justify-content: space-between; }
    @media only screen and (max-width: 768px) {
      .sec.-summary .summary__chef .chef__list {
        display: block;
        padding: 0 5%; } }
    .sec.-summary .summary__chef .chef__list .chef__item {
      width: 40%; }
      @media only screen and (max-width: 768px) {
        .sec.-summary .summary__chef .chef__list .chef__item {
          width: 100%;
          margin-bottom: 40px; }
          .sec.-summary .summary__chef .chef__list .chef__item:last-child {
            margin-bottom: 0; } }
      .sec.-summary .summary__chef .chef__list .chef__item .chef__img {
        margin-bottom: 30px; }
        @media only screen and (max-width: 768px) {
          .sec.-summary .summary__chef .chef__list .chef__item .chef__img {
            margin-bottom: 20px; } }
      .sec.-summary .summary__chef .chef__list .chef__item .chef__ttl {
        margin-bottom: 10px; }
        @media only screen and (max-width: 768px) {
          .sec.-summary .summary__chef .chef__list .chef__item .chef__ttl {
            font-size: 14px; } }
      .sec.-summary .summary__chef .chef__list .chef__item .chef__name {
        font-size: 30px; }
        @media only screen and (max-width: 768px) {
          .sec.-summary .summary__chef .chef__list .chef__item .chef__name {
            line-height: 1;
            font-size: 23px; } }

.sec.-summary .summary__article .pizza__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  @media only screen and (max-width: 768px) {
    .sec.-summary .summary__article .pizza__list {
      display: block; } }
  .sec.-summary .summary__article .pizza__list .pizza__item {
    width: 49%;
    margin-bottom: 10px;
    /*
                    .pizza__card{
                        display: flex;
                        justify-content: space-between;
                        overflow: hidden;
                        background-color: #EFE526;
                        border-radius: 15px;
                        @include sp($breakPoint){
                            display: block;
                        }
                    }
                    .pizza__info{
                        padding: 20px;
                        .pizza__num{
                            @include enFont
                            font-size: 30px;
                            font-weight: 900;
                            line-height: 1;
                        }
                        .pizza__name{
                            font-size: 16px;
                            font-weight: 900;
                            line-height: 1.2;
                            margin-bottom: 15px;
                            @include sp($breakPoint){
                                font-size: 23px;
                            }
                        }
                        .pizza__topping{
                            margin-bottom: 15px;
                            .ttl{
                                font-size: 11px;
                                font-weight: 700;
                                line-height: 1.2;
                                @include sp($breakPoint){
                                    font-size: 13px;
                                    margin-bottom: 5px;
                                }
                            }
                            .txt{
                                font-size: 11px;
                                font-weight: 700;
                                line-height: 1.2;
                                @include sp($breakPoint){
                                    font-size: 13px;
                                }
                            }
                        }
                        .pizza__sauce{
                            .ttl{
                                font-size: 11px;
                                font-weight: 700;
                                line-height: 1.2;
                                @include sp($breakPoint){
                                    font-size: 13px;
                                    margin-bottom: 5px;
                                }
                            }
                            .txt{
                                font-size: 11px;
                                font-weight: 700;
                                line-height: 1.2;
                                @include sp($breakPoint){
                                    font-size: 13px;
                                }
                            }
                        }
                    }*/ }
    @media only screen and (max-width: 768px) {
      .sec.-summary .summary__article .pizza__list .pizza__item {
        width: 100%;
        margin-bottom: 20px; }
        .sec.-summary .summary__article .pizza__list .pizza__item.-show {
          display: none; } }
    .sec.-summary .summary__article .pizza__list .pizza__item .pizza__img {
      max-width: 100%;
      height: auto; }
      @media only screen and (max-width: 768px) {
        .sec.-summary .summary__article .pizza__list .pizza__item .pizza__img {
          max-width: 100%; } }
      .sec.-summary .summary__article .pizza__list .pizza__item .pizza__img img {
        height: 100%;
        object-fit: cover; }

/* ---------------------------------------------
*
* TOPPING SEC
*
--------------------------------------------- */
.sec.-topping .inner {
  max-width: 800px; }

.sec.-topping .-brd {
  border-top: 1px solid #000;
  padding-top: 100px; }
  @media only screen and (max-width: 768px) {
    .sec.-topping .-brd {
      width: 80%;
      margin: 0 auto;
      padding-top: 80px; } }

.sec.-topping .topping__list {
  padding-left: 0;
  margin-bottom: 120px; }
  @media only screen and (max-width: 768px) {
    .sec.-topping .topping__list {
      padding: 0 5%;
      margin-bottom: 80px; } }
  .sec.-topping .topping__list .topping__item {
    text-align: center;
    margin-bottom: 120px; }
    .sec.-topping .topping__list .topping__item:last-child {
      margin-bottom: 0; }
    .sec.-topping .topping__list .topping__item .topping__num {
      font-family: brother-1816, sans-serif;
      font-size: 70px;
      font-weight: 900;
      line-height: 1;
      margin-bottom: 30px; }
      @media only screen and (max-width: 768px) {
        .sec.-topping .topping__list .topping__item .topping__num {
          font-size: 60px; } }
    .sec.-topping .topping__list .topping__item .topping__body {
      font-size: 24px;
      font-weight: 900;
      line-height: 1.25;
      margin-bottom: 40px; }
      .sec.-topping .topping__list .topping__item .topping__body::before {
        display: block;
        width: 0;
        height: 0;
        margin-top: calc((1 - 1.25) * .5em);
        content: ""; }
      .sec.-topping .topping__list .topping__item .topping__body::after {
        display: block;
        width: 0;
        height: 0;
        margin-bottom: calc((1 - 1.25) * .5em);
        content: ""; }
      @media only screen and (max-width: 768px) {
        .sec.-topping .topping__list .topping__item .topping__body {
          font-size: 20px; } }
    .sec.-topping .topping__list .topping__item .topping__desc {
      text-align: left;
      margin-bottom: 15px; }

/* ---------------------------------------------
*
* VOICE SEC
*
--------------------------------------------- */
.sec.-voice .inner {
  max-width: 800px; }

@media only screen and (max-width: 768px) {
  .sec.-voice .voice__list {
    padding: 0 5%; } }

.sec.-voice .voice__list .voice__item {
  text-align: center;
  margin-bottom: 80px; }
  .sec.-voice .voice__list .voice__item:last-child {
    margin-bottom: 0; }
  .sec.-voice .voice__list .voice__item .voice__smile {
    width: 30px;
    margin: 0 auto 10px; }
  .sec.-voice .voice__list .voice__item .voice__desc {
    font-size: 18px;
    font-weight: 900; }
    @media only screen and (max-width: 768px) {
      .sec.-voice .voice__list .voice__item .voice__desc {
        text-align: left;
        font-size: 15px; } }
