/*
https://fonts.google.com/specimen/Noto+Serif+JP?category=Serif&sidebar.open=true&selection.family=Noto+Serif+JP:wght@600
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@600&display=swap" rel="stylesheet">
font-family: 'Noto Serif JP', serif;
*/
.sc-section__header > *:first-child, .sc-panel__body > *:first-child, .sc-terms .sc-section__header > *:first-child { margin-top: 0; }
.sc-section__header > *:last-child, .sc-panel__body > *:last-child, .sc-terms .sc-section__header > *:last-child { margin-bottom: 0; }

/*----------------------------------------------*
	common
/*----------------------------------------------*/
html { scroll-behavior: smooth; }

.pj-contents { margin: 0; }

.sc-lead > *:before, .sc-lead > *:after, .sc-section:before, .sc-section:after, .sc-section__footer:before, .sc-section__footer:after { content: ""; display: table; }

.sc-section > *:first-child, .sc-section__body > *:first-child { margin-top: 0; }
.sc-section > *:last-child, .sc-section__body > *:last-child { margin-bottom: 0; }

/* js
/* ------------------------------------ */
.js-svg_hover { width: 200px; height: auto; }

/*----------------------------------------------*
	contents
/*----------------------------------------------*/
.sc-contents { font-family: "Noto Serif JP", serif; color: #333; background-color: #FFF; box-sizing: border-box; }
.sc-contents *, .sc-contents *:before, .sc-contents *:after { box-sizing: inherit; }
.sc-contents h1, .sc-contents h2, .sc-contents h3, .sc-contents h4, .sc-contents h5 { margin: 0; }
.sc-contents__inner { max-width: 1200px; margin-left: auto; margin-right: auto; padding-left: 1.75em; padding-right: 1.75em; }
@media (max-width: 667px) { .sc-contents__inner { padding-left: 1em; padding-right: 1em; } }
.sc-contents__block--S { margin-top: 1.75em; }
.sc-contents__block--M { margin-top: 2.75em; }
.sc-contents__block--L { margin-top: 3.75em; }
.sc-contents__footer { background-color: #000; padding-top: 2.75em; }

@media (min-width: 668px) { .sc-font_S { font-size: 130%; }
  .sc-font_M { font-size: 160%; }
  .sc-font_L { font-size: 200%; }
  .sc-font_XL { font-size: 260%; } }
@media (max-width: 667px) { .sc-font_S { font-size: 100%; }
  .sc-font_M { font-size: 130%; }
  .sc-font_L { font-size: 160%; }
  .sc-font_XL { font-size: 200%; } }
.sc-color_red { color: #7C0000; }

.sc-lhCrop:before, .sc-lhCrop:after { content: ''; display: block; position: relative; }
.sc-lhCrop--h2:before { margin-top: -0.35em; }
.sc-lhCrop--h2:after { margin-top: -0.5em; }
.sc-lhCrop--h3:before { margin-top: -0.125em; }
.sc-lhCrop--h3:after { margin-top: -0.25em; }
.sc-lhCrop--body:before { margin-top: -0.5em; }
.sc-lhCrop--body:after { margin-top: -0.5em; }

/* section
/* ------------------------------------ */
.sc-section { padding: 6em 0; }
.sc-section--bg { background-color: #000; }
.sc-section + .sc-section--join { padding-top: 0; }
.sc-section__header { text-align: center; }
.sc-section__header h2 { position: relative; font-size: 3.6rem; margin-top: -.2rem; margin-bottom: -.2rem; color: inherit; }
.sc-section__header .sc-h_img { display: block; max-width: 214px; width: calc(150 / 360 * 100%); margin-left: auto; margin-right: auto; }
.sc-section__header + *:not(.sc-section__body--panel) { padding-top: 3.75em; }
.sc-section__body--panel { padding: 2.75em; margin-top: 3.75em; background-color: #fff; color: #111; }
.sc-section__footer { padding-top: 3.75em; }
@media (max-width: 800px) { .sc-section { padding: 2.75em 0; }
  .sc-section__header h2 { font-size: 2.8rem; }
  .sc-section__header + *:not(.sc-section__body--panel) { padding-top: 2.75em; }
  .sc-section__footer { padding-top: 2.75em; } }
@media (max-width: 667px) { .sc-section__body--panel { margin-top: 2.75em; } }

/* step
/* ------------------------------------ */
.sc-step__list { list-style: none; padding-left: 0; display: flex; flex-wrap: wrap; margin: 0; }
.sc-step__list > li { width: 100%; }
.sc-step__list > li + li { margin-top: 2em; }
.sc-step .sc-panel { border: 1px solid #333; height: 100%; }

/* panel
/* ------------------------------------ */
.sc-panel { padding: 2.75em; }
.sc-panel__body { padding-top: 1.75em; }
.sc-panel__footer { padding-top: 1.75em; }
@media (max-width: 667px) { .sc-panel { padding: 1.75em; } }

/* button
/* ------------------------------------ */
.sc-btn { text-decoration: none; display: inline-flex; border-radius: 6px; padding: .5em; line-height: 1.1; justify-content: center; align-items: center; }
.sc-btn span { padding-left: .5em; }
.sc-btn--L { font-size: 150%; }
.sc-btn--icoR:before, .sc-btn--icoL:after { content: ''; display: inline-block; background-repeat: no-repeat; background-size: cover; background-position: 0 0; }
.sc-btn--icoR:before { margin-right: .5em; }
.sc-btn--icoL:after { margin-left: .5em; }
.sc-btn .bs-ico--link { display: none; }

.sc-instaBtn, .sc-applyBtn { transform: translate(-2px, -2px); border-radius: 10px; font-size: 120%; line-height: 1.4; padding: 1em; width: 100%; max-width: 800px; }
.sc-instaBtn:active, .sc-applyBtn:active { transform: none; box-shadow: none; }
.sc-instaBtn:before, .sc-instaBtn:after, .sc-applyBtn:before, .sc-applyBtn:after { flex-shrink: 0; width: 32px; height: 32px; }
@media (min-width: 668px) { .sc-instaBtn, .sc-applyBtn { font-size: 150%; }
  .sc-instaBtn:before, .sc-instaBtn:after, .sc-applyBtn:before, .sc-applyBtn:after { flex-shrink: 0; width: 48px; height: 48px; }
  .sc-instaBtn br, .sc-applyBtn br { display: none; } }

.sc-instaBtn { background-color: #E7BF52; box-shadow: 2px 2px 0 0 #021930; }
.sc-instaBtn, .sc-instaBtn:link, .sc-instaBtn:visited { color: #333; }
.sc-instaBtn:after { background-image: url("../img/ico/ico-instagram_mono.svg"); }
.sc-instaBtn:hover { background-color: #eac768; }

.sc-applyBtn { background-color: #7C0000; box-shadow: 2px 2px 0 0 #3b1004; }
.sc-applyBtn, .sc-applyBtn:link, .sc-applyBtn:visited { color: #FFF; }
.sc-applyBtn:before { background-image: url("../img/ico/ico-apply-white.png"); }
.sc-applyBtn:hover { background-color: #960000; }

/*----------------------------------------------*/
/* logos
/*----------------------------------------------*/
.sc-logos { padding-bottom: 2.75em; }

.sc-introduction, .sc-recipe { background: url("../img/bg-pattern_a.jpg") repeat 0 0; }

/*----------------------------------------------*/
/* keyVisual
/*----------------------------------------------*/
.sc-keyVisual { overflow: hidden; text-align: center; background-size: cover; background-position: center center; }
.sc-keyVisual img { margin: 0 auto; display: block; }
@media (min-width: 668px) { .sc-keyVisual { padding: 2em; background-image: url("../img/img-key-visual.jpg"); }
  .sc-keyVisual > * { width: calc(906 / 1920 * 100% ); margin: auto; } }
@media (max-width: 667px) { .sc-keyVisual { display: flex; align-items: center; min-height: 60vh; background-image: url("../img/img-key-visual@sp.jpg"); } }

/*----------------------------------------------*/
/* introduction
/*----------------------------------------------*/
.sc-introduction { color: #f9f0db; }
@media (min-width: 668px) { .sc-introduction { text-align: center; } }

/*----------------------------------------------*/
/* prize
/*----------------------------------------------*/
.sc-prize { color: #7C0000; position: relative; z-index: 1; background: url("../img/bg-pattern_c.jpg") repeat 0 0; }
.sc-prize:before { z-index: 1; position: absolute; top: 0; left: 0; width: 100%; height: 100%; content: ""; display: block; background: url("../img/bg-pattern_b.png") repeat-x center 0; }
.sc-prize .sc-contents__inner { position: relative; z-index: 2; }
.sc-prize .sc-prize__list { margin-top: 3.5em; }
.sc-prize .sc-prize__item { position: relative; width: 100%; min-height: 80px; padding-top: 1em; }
.sc-prize .sc-prize__item img { display: block; margin: auto; }
.sc-prize .sc-prize__item:first-child:before, .sc-prize .sc-prize__item:first-child:after { position: absolute; content: ""; width: 32px; height: 4px; background-color: #7C0000; }
.sc-prize .sc-prize__item:first-child:after { transform: rotate(90deg); }
.sc-prize .sc-prize__name { position: absolute; top: 0; left: 0; width: 100%; text-align: center; font-size: 160%; line-height: 1.2; }
.sc-prize .sc-prize__name small { font-size: 70%; }
@media (min-width: 668px) { .sc-prize .sc-prize__item { width: 50%; }
  .sc-prize .sc-prize__item img { padding: 0 1em; }
  .sc-prize .sc-prize__item:first-child:before, .sc-prize .sc-prize__item:first-child:after { top: 1em; }
  .sc-prize .sc-prize__item:first-child:before { right: -16px; }
  .sc-prize .sc-prize__item:first-child:after { right: -16px; } }
@media (max-width: 667px) { .sc-prize .sc-prize__item:first-child:before, .sc-prize .sc-prize__item:first-child:after { bottom: -1em; }
  .sc-prize .sc-prize__item:first-child:before, .sc-prize .sc-prize__item:first-child:after { right: 0; left: 0; margin: auto; }
  .sc-prize .sc-prize__item:last-child { margin-top: 4em; }
  .sc-prize .sc-prize__item:last-child img { max-width: 260px; } }

/*----------------------------------------------*/
/* application
/*----------------------------------------------*/
.sc-application .sc-font_M, .sc-howToPost .sc-font_M { color: #7C0000; }
.sc-application .sc-panel__header, .sc-howToPost .sc-panel__header { display: flex; align-items: center; }
.sc-application .sc-panel__header p:first-child, .sc-howToPost .sc-panel__header p:first-child { margin-top: 0; }
.sc-application .sc-panel__header p:last-child, .sc-howToPost .sc-panel__header p:last-child { margin-bottom: 0; }
.sc-application .sc-panel__header > *:first-child, .sc-howToPost .sc-panel__header > *:first-child { background-color: #7C0000; color: #FFF; border-radius: 50%; display: flex; align-items: center; justify-content: center; text-align: center; font-weight: bold; flex-shrink: 0; }
.sc-application .sc-anchorBtn, .sc-howToPost .sc-anchorBtn { margin-bottom: 1em; }
@media (min-width: 668px) { .sc-application .sc-panel__header > *:last-child, .sc-howToPost .sc-panel__header > *:last-child { padding-left: 1em; } }
@media (max-width: 667px) { .sc-application .sc-panel__header, .sc-howToPost .sc-panel__header { display: block; }
  .sc-application .sc-panel__header > *:first-child, .sc-howToPost .sc-panel__header > *:first-child { float: left; margin: 0 .75em 0 0; }
  .sc-application .sc-panel__header .sc-font_M, .sc-howToPost .sc-panel__header .sc-font_M { overflow: hidden; } }

.sc-application .sc-anchorBtn { color: #7C0000; }
@media (min-width: 668px) { .sc-application .sc-panel__header > *:first-child { width: 150px; height: 150px; } }
@media (max-width: 667px) { .sc-application .sc-panel__header { align-items: flex-start; }
  .sc-application .sc-panel__header > *:first-child { width: 64px; height: 64px; font-size: 12px; } }

/*----------------------------------------------*/
/* howToPost
/*----------------------------------------------*/
.sc-howToPost .sc-panel__header { align-items: flex-start; }
.sc-howToPost .sc-panel__header > *:first-child { width: 60px; height: 60px; }
.sc-howToPost .sc-panel__body:after { position: relative; display: table; content: ""; margin-bottom: -.5em; }
@media (min-width: 668px) { .sc-howToPost .sc-step__list--custom { justify-content: space-between; }
  .sc-howToPost .sc-step__list--custom > li:nth-child(-n+2) { width: 48.2%; margin-top: 0; }
  .sc-howToPost .sc-panel__header > *:first-child { width: 100px; height: 100px; }
  .sc-howToPost .sc-step-1 img { margin-top: 3em; } }

.sc-slider { text-align: center; overflow: hidden; max-width: 460px; height: 100%; margin: 0 0 0 auto; padding: 1em 0 0; background-color: #cbb474; }
.sc-slider img { margin: auto; }
.sc-slider__header { font-weight: bold; font-size: 2.4rem; }
.sc-slider__body { margin-top: 1em; }
.sc-slider .bx-wrapper { border: none; box-shadow: none; background: none; }
.sc-slider .bx-wrapper .bx-controls-direction > * { width: 48px; height: 48px; background-position: 0 0; background-size: 100%; }
.sc-slider .bx-wrapper .bx-controls-direction > *:hover { opacity: .8; }
.sc-slider .bx-wrapper .bx-controls-direction > *:hover, .sc-slider .bx-wrapper .bx-controls-direction > *:focus { background-position: 0 0 !important; }
.sc-slider .bx-wrapper .bx-prev { background-image: url("../img/ico/ico-arrow_prev.svg"); left: 3.2751%; }
.sc-slider .bx-wrapper .bx-next { background-image: url("../img/ico/ico-arrow_next.svg"); right: 3.2751%; }
.sc-slider .bx-wrapper .bx-pager { bottom: -40px; }
.sc-slider .bx-wrapper .bx-pager .bx-pager-item a { width: 20px; height: 20px; border-radius: 10px; background-color: #FFF; }
.sc-slider .bx-wrapper .bx-pager .bx-pager-item a.active, .sc-slider .bx-wrapper .bx-pager .bx-pager-item a:hover { background-color: #7C0000; }
@media (max-width: 800px) { .sc-slider { margin: auto; }
  .sc-slider__body img { width: 75%; }
  .sc-slider .bx-wrapper .bx-controls-direction > * { width: 24px; height: 24px; }
  .sc-slider .bx-wrapper .bx-prev { left: 8px; }
  .sc-slider .bx-wrapper .bx-next { right: 8px; } }

/*----------------------------------------------*/
/* recipe
/*----------------------------------------------*/
.sc-recipe { color: #f9f0db; }
.sc-recipe a, .sc-recipe a:link, .sc-recipe a:visited { color: inherit; text-decoration: none; }
.sc-recipe .sc-carousel__list p { margin-bottom: 0; }
@media (min-width: 668px) { .sc-recipe .sc-section__header h2 { font-size: 200%; } }
@media (max-width: 667px) { .sc-recipe .sc-section__header h2 { font-size: 100%; } }

.sc-carousel { overflow-x: hidden; }
.sc-carousel .bx-viewport { overflow: visible !important; }
.sc-carousel .bx-wrapper { margin: 0 auto; border: none; box-shadow: none; background: none; }
.sc-carousel .bx-wrapper .bx-controls-direction a { width: 64px; height: 64px; background-position: 0 0; background-size: 100%; top: 0; bottom: 0; margin-top: auto; margin-bottom: auto; }
.sc-carousel .bx-wrapper .bx-controls-direction a:hover { opacity: .8; }
.sc-carousel .bx-wrapper .bx-controls-direction .bx-prev { background-image: url("../img/ico/ico-arrow_prev.svg"); }
.sc-carousel .bx-wrapper .bx-controls-direction .bx-next { background-image: url("../img/ico/ico-arrow_next.svg"); }
@media (max-width: 800px) { .sc-carousel .bx-viewport { width: 300px !important; margin-left: auto; margin-right: auto; }
  .sc-carousel .bx-wrapper .bx-controls-direction > * { width: 40px; height: 40px; } }

/*----------------------------------------------*/
/* terms
/*----------------------------------------------*/
.sc-terms h2 + * { font-size: 120%; margin: 0; }
.sc-terms .sc-panel { border: 1px solid #333; height: 100%; }
.sc-terms .sc-panel__body { overflow-y: auto; max-height: 20em; margin-top: 1.75em; padding: 0 1em 0 0; }
.sc-terms .sc-panel__body::-webkit-scrollbar { width: .25em; height: 2em; }
.sc-terms .sc-panel__body::-webkit-scrollbar-corner { background-color: rgba(0, 0, 0, 0.2); }
.sc-terms .sc-panel__body::-webkit-scrollbar-track { background-color: #EEE; }
.sc-terms .sc-panel__body::-webkit-scrollbar-thumb { background-color: #323232; }
@media (max-width: 667px) { .sc-terms .sc-panel__body { overflow-y: auto; max-height: none; padding: 0 1em; } }
@media (max-width: 667px) { .sc-terms { /* js-open
/* ------------------------------------ */ }
  .sc-terms .sc-acc\@Sp { padding: 0; border: none; background-color: #EEE; }
  .sc-terms .sc-acc\@Sp__body { margin-top: 0; }
  .sc-terms .sc-acc\@Sp__body > *:first-child { padding-top: 1em; }
  .sc-terms .sc-acc\@Sp__body > *:last-child { padding-bottom: 1em; }
  .sc-terms .sc-acc\@Sp__btn { position: relative; cursor: pointer; padding: 1em; color: #f9f0db; background-color: #7C0000; }
  .sc-terms .sc-acc\@Sp__btn:before { position: absolute; top: 0; bottom: 0; right: 1em; content: ''; display: block; width: 32px; height: 32px; margin: auto; background: url("../img/ico/ico-arrow_down.svg") no-repeat 0 0/cover; transition: transform .5s ease; }
  .sc-terms .sc-acc\@Sp__btn + * { overflow-y: hidden; max-height: 0; transition: max-height 1s ease; }
  .sc-terms .sc-acc\@Sp.js-open .sc-acc\@Sp__btn { color: #f9f0db; background-color: #7C0000; }
  .sc-terms .sc-acc\@Sp.js-open .sc-acc\@Sp__btn:before { opacity: .5; transform: rotate(180deg); }
  .sc-terms .sc-acc\@Sp.js-open .sc-acc\@Sp__btn + * { height: auto; max-height: 1000px; } }

/*----------------------------------------------*/
/* contact
/*----------------------------------------------*/
.sc-contact .sc-section__body { border: 1px solid #333; }
.sc-contact .ad_americanmeat { vertical-align: middle; cursor: pointer; }
@media (max-width: 667px) { .sc-contact .sc-font_M { font-size: 120%; }
  .sc-contact .sc-section__body--panel { padding: 1.5em; }
  .sc-contact .sc-email_L { max-width: 200px; }
  .sc-contact .sc-email_S { max-width: 160px; } }

/*# sourceMappingURL=style.css.map */
