@charset "UTF-8";
/*---------------------------------------------------
OZ RESET CSS
Author: ONZE
Author URI: http://on-ze.com
Version: 1.1
License: GNU General Public License
License URI: http://www.gnu.org/licenses/gpl-2.0.html
----------------------------------------------------*/
* {
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  font: inherit;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  text-decoration: none;
  vertical-align: baseline;
}

html {
  width: 100%;
  height: 100%;
}

body {
  line-height: 1;
  position: relative;
  text-align: center;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  height: 100%;
}

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

audio, canvas, video {
  display: inline-block;
}

br,
hr {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote::before, blockquote::after, q::before, q::after {
  content: '';
  content: none;
}

input,
select {
  vertical-align: middle;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}

body {
  font-family: Noto Sans JP, sans-serif;
  font-feature-settings: "palt";
  text-align: justify;
}

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

small {
  font-size: 12px;
}

a {
  color: inherit;
}

section {
  overflow: hidden;
}

.lazyload {
  width: 100%;
}

.tac {
  text-align: center;
}

.br-sp {
  display: none;
}

.br-tb {
  display: none;
}

.br-pc {
  display: block;
}

@media screen and (max-width: 68.4375rem) {
  .br-tb {
    display: block;
  }
  .br-pc {
    display: none;
  }
}

@media screen and (max-width: 47.9375rem) {
  .br-tb {
    display: none;
  }
  .br-sp {
    display: block;
  }
  .--hover:hover {
    opacity: 1;
  }
  .--hover:hover img {
    opacity: 1;
  }
}

.js-mask {
  overflow: hidden;
  opacity: 1;
  transition: opacity 1s;
}

.js-hidden_mask {
  display: block;
  transform: translateY(60px);
  opacity: 0;
}

.js-hidden_mask.a-mv_theme-ttl {
  transform: translateY(50px);
  opacity: 0;
}

.js-hidden_mask.anime_02 {
  opacity: 0;
}

.js-hidden_mask.anime_03 {
  opacity: 0;
}

.js-opening_animation .js-hidden_mask.a-mv_theme-ttl {
  transition: transform 1s 1.3s, opacity 1s 1.3s;
  opacity: 1;
  transform: translateY(0);
}

.is-animation .js-hidden_mask {
  transition: transform 0.8s, opacity 1s;
}

.is-animation .js-hidden_mask {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

.m-originality-img .js-hidden_mask {
  opacity: 1;
}

.m-course_nav-img .js-hidden_mask {
  opacity: 1;
}

.a-originality-ttl_en picture img,
.m-feature_sec_ttl picture img {
  margin-top: 40px;
}

.js-scroll-fade {
  display: block;
  transform: translateY(20px);
  opacity: 0;
}

.js-scroll-fade.is-animation {
  transition: transform 0.6s, opacity 1.3s;
  transition-delay: 0.3s;
  opacity: 1;
  transform: translateY(0);
}

.is-animation .js-scroll-fade {
  transition: transform 0.6s 0.6s, opacity 1.3s 0.6s;
  transition-delay: 0.3s;
  opacity: 1;
  transform: translateY(0);
}

.js-feature_card_mask {
  height: 100%;
  background: #fff;
  opacity: 0;
}

.js-course_nav-linkarea-column_mask {
  height: 100%;
  background: #fff;
  opacity: 0;
}

.tl-fadeOne_active > .anime_01 .js-hidden_mask {
  transition: transform 1s 0.3s, opacity 1s 0.3s;
  opacity: 1;
  transform: translateY(0);
}

.tl-fadeOne_active + .anime_02 {
  transition: transform 0.6s 0.6s, opacity 1s 0.6s;
  opacity: 1;
  transform: translateY(0);
}

.tl-fadeOne_active + .anime_02 + .anime_03 {
  transition: transform 0.6s 1s, opacity 1s 1s;
  opacity: 1;
  transform: translateY(0);
}

.c-head {
  color: #222222;
  font-weight: 700;
  text-align: center;
}

.c-head_sub {
  color: #C11717;
  font-weight: 700;
  text-align: center;
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-top: 3px;
  position: relative;
}

.c-head_sub::before {
  content: '';
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: -4px;
  display: block;
  width: 40px;
  height: 2px;
  background: #c11717;
}

.c-head--01 {
  font-size: 24px;
  letter-spacing: 0.1em;
  line-height: 1.5;
}

@media screen and (max-width: 68.4375rem) {
  .c-head--01 {
    font-size: 20px;
  }
}

.c-head--02 {
  display: inline-block;
  padding: 4px 15px;
  color: #C11717;
  font-size: 14px;
  line-height: 1.28571;
  background: #fff;
  border: 1px solid #C11717;
  border-radius: 14px;
  margin-bottom: 16px;
}

@media screen and (max-width: 68.4375rem) {
  .c-head--02 {
    font-size: 20px;
  }
}

@media screen and (max-width: 47.9375rem) {
  .c-head--02 {
    font-size: 14px;
  }
}

.c-head--03 {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}

.c-head--w {
  color: #fff;
}

.c-head--w::before {
  background: #fff;
}

.c-head--r {
  color: #C11717;
}

.c-head--r::before {
  background: #C11717;
}

.p-cv {
  position: fixed;
  margin: auto;
  bottom: 30px;
  right: 30px;
  left: auto;
  max-width: 70px;
  width: 100%;
  z-index: 1000;
  cursor: pointer;
}

.p-modal {
  bottom: 0;
  height: 100vh;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
  visibility: hidden;
  width: 100vw;
  z-index: 2000;
}

.p-modal.is-open {
  opacity: 1;
  visibility: visible;
}

.p-modal__overlay {
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 10;
}

.p-modal__cont {
  bottom: 20px;
  left: 50%;
  max-height: 809px;
  max-width: 880px;
  overflow-x: hidden;
  position: absolute;
  top: 100px;
  transform: translateX(-50%);
  width: 73.8461538462%;
  z-index: 11;
  background-color: #fff;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .p-modal__cont {
    width: 93.8416422287%;
  }
}

@media screen and (max-width: 68.4375rem) {
  .p-modal__cont {
    bottom: 10px;
    max-height: 1095px;
    top: 70px;
    width: 94.6666666667%;
  }
}

.p-modal__close-wrap {
  left: 50%;
  max-width: 880px;
  position: absolute;
  top: 100px;
  transform: translateX(-50%);
  width: 100%;
  z-index: 12;
}

@media screen and (max-width: 68.4375rem) {
  .p-modal__close-wrap {
    top: 70px;
    width: 94.6666666667%;
  }
}

.p-modal__close {
  background-image: url(../img/icon_close.svg);
  background-position: 50%;
  background-size: contain;
  cursor: pointer;
  height: 20px;
  position: absolute;
  right: 30px;
  top: 20px;
  width: 20px;
}

@media screen and (max-width: 47.9375rem) {
  .p-modal__close {
    right: 14px;
    top: 14px;
  }
}

@media (min-width: 769px) {
  .p-modal__close {
    transition: opacity 0.3s ease-out;
  }
  .p-modal__close:hover {
    opacity: 0.75;
  }
}

.p-modal__inner {
  max-width: 700px;
  margin: auto;
  padding: 72px 30px;
  position: relative;
  font-size: 14px;
  line-height: 2;
}

@media screen and (max-width: 68.4375rem) {
  .p-modal__inner {
    padding: 30px 30px;
  }
}

.p-modal__main {
  margin-top: 10px;
}

.p-modal__block {
  margin-top: 40px;
}

#about .l-sec__inner {
  padding: 0;
}

#about .o-about_top {
  position: relative;
  margin-top: 16px;
}

#about .o-about_mid {
  position: relative;
}

#about .o-about_bot {
  position: relative;
}

#about .att_wrap {
  max-width: 1056px;
  margin: auto;
  margin-top: 20px;
  padding: 0 80px;
}

@media screen and (max-width: 68.4375rem) {
  #about .att_wrap {
    padding: 0 23px;
  }
}

#about .att {
  font-size: 12px;
  text-align: right;
}

.about_textbox_inner {
  background: rgba(255, 255, 255, 0.85);
  padding: 30px 40px;
}

.about_textbox {
  width: 100%;
  padding: 0 40px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.about_textbox .c-head {
  text-align: left;
}

.about_textbox p {
  margin-top: 16px;
  line-height: 1.75;
}

.o-about_top .about_textbox_inner {
  position: absolute;
  width: 688px;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 68.4375rem) {
  .o-about_top .about_textbox_inner {
    width: calc(100% - 46px);
  }
}

@media screen and (max-width: 47.9375rem) {
  .o-about_top .about_textbox_inner {
    bottom: 50%;
    transform: translate(-50%, -54%);
    margin: auto;
  }
}

.o-about_mid .about_textbox {
  display: flex;
  justify-content: center;
  padding: 0;
  position: relative;
  margin-top: -90px;
}

@media screen and (max-width: 68.4375rem) {
  .o-about_mid .about_textbox {
    margin-top: -50px;
    margin-bottom: 40px;
  }
}

.o-about_mid .about_textbox_inner {
  position: relative;
  width: calc(100% - 80px);
  margin: 0 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  max-width: 448px;
}

@media screen and (max-width: 47.9375rem) {
  .o-about_mid .about_textbox_inner {
    max-width: 100%;
    margin: auto;
    width: calc(100% - 46px);
  }
}

@media screen and (max-width: 47.9375rem) {
  .o-about_mid .-pc {
    display: none;
  }
}

.o-about_bot {
  display: none;
}

@media screen and (max-width: 47.9375rem) {
  .o-about_bot {
    display: block;
  }
}

.o-about_bot .about_textbox {
  position: relative;
  padding: 0;
  margin-top: -50px;
  margin-bottom: 40px;
}

.o-about_bot .about_textbox_inner {
  width: calc(100% - 46px);
  margin: auto;
}

.p-evi_work {
  max-width: 960px;
  margin: auto;
  display: flex;
}

@media screen and (max-width: 68.4375rem) {
  .p-evi_work {
    display: block;
  }
}

.p-evi_work .img_box {
  flex: 0 1 100%;
  max-width: 400px;
  margin: auto;
}

.p-evi_work .text_box {
  flex: 1 1 auto;
  margin-left: 40px;
  display: flex;
  align-items: flex-end;
}

@media screen and (max-width: 68.4375rem) {
  .p-evi_work .text_box {
    margin: 52px auto 0;
  }
}

.p-evi_work .text_box_inner {
  position: relative;
  background: #F7F5F0;
  padding: 65px 40px 40px;
}

.p-evi_work .text_box_inner p {
  line-height: 1.75;
  margin-top: 16px;
}

.p-evi_work .c-head--01 {
  color: #5E7F3B;
  font-weight: bold;
  text-align: center;
}

.p-evi_work .c-head--03 {
  position: absolute;
  top: -22px;
  left: 0;
  right: 0;
  margin: auto;
  background: #5E7F3B;
  padding: 8px;
  max-width: 430px;
}

@media screen and (max-width: 68.4375rem) {
  .p-evi_work .c-head--03 {
    max-width: 272px;
  }
}

.p-evi_work2 {
  max-width: 960px;
  margin: 100px auto 0;
  position: relative;
}

@media screen and (max-width: 68.4375rem) {
  .p-evi_work2 {
    display: block;
  }
}

.p-evi_work2 .img_box {
  flex: 0 1 100%;
  max-width: 374px;
  margin: auto;
  margin-left: 28px;
}

@media screen and (max-width: 68.4375rem) {
  .p-evi_work2 .img_box {
    max-width: 568px;
    padding-right: 10px;
    margin: 20px auto 0;
  }
}

.p-evi_work2 .text_box {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
}

.p-evi_work2 .inner {
  display: flex;
  border: 1px solid #667E44;
  padding: 27px 40px;
}

.p-evi_work2 .inner p {
  line-height: 1.75;
  margin-top: 16px;
}

@media screen and (max-width: 68.4375rem) {
  .p-evi_work2 .inner {
    display: block;
  }
}

.p-evi_work2 .c-head--01 {
  color: #5E7F3B;
  font-weight: bold;
  text-align: center;
}

.p-evi_work2 .c-head--03 {
  position: absolute;
  top: -22px;
  left: 40px;
  margin: auto;
  color: #5E7F3B;
  background: #fff;
  padding: 8px;
  max-width: 272px;
}

@media screen and (max-width: 68.4375rem) {
  .p-evi_work2 .c-head--03 {
    left: 0;
    right: 0;
  }
}

.l-bg-evi {
  padding-top: calc(160 / 1300 * 100%);
  padding-bottom: calc(80 / 1300 * 100%);
  margin-bottom: 60px;
}

@media screen and (max-width: 68.4375rem) {
  .l-bg-evi {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 47.9375rem) {
  .l-bg-evi {
    padding-top: 80px;
    padding-bottom: 40px;
  }
}

.l-bg-evi .l-sec_bgImg {
  height: 100%;
}

.l-bg-evi .l-sec_bgImg img {
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 68.4375rem) {
  .l-bg-evi .l-sec_bgImg img {
    height: 100%;
  }
}

@media screen and (max-width: 47.9375rem) {
  .l-bg-evi .l-sec_bgImg {
    height: auto;
  }
  .l-bg-evi .l-sec_bgImg img {
    height: auto;
    min-height: 433px;
  }
}

.evi_lead {
  margin-top: 40px;
  text-align: center;
  line-height: 1.75;
  color: #fff;
}

@media screen and (max-width: 68.4375rem) {
  .evi_lead {
    text-align: left;
  }
}

footer {
  background: #fff;
  padding: 40px 40px 60px;
}

@media screen and (max-width: 68.4375rem) {
  footer {
    padding: 40px 24px 60px;
  }
}

.p-footer__inner {
  max-width: 1056px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 47.9375rem) {
  .p-footer__inner {
    display: block;
  }
}

.p-footer__logo {
  display: flex;
  align-items: center;
  font-size: 12px;
}

.p-footer__logo span {
  padding-left: 16px;
  font-weight: bold;
}

@media screen and (max-width: 68.4375rem) {
  .p-footer__logo a {
    width: 100px;
  }
}

@media screen and (max-width: 47.9375rem) {
  .p-footer__logo {
    justify-content: center;
  }
}

.footer_links {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 47.9375rem) {
  .footer_links {
    margin-top: 20px;
    justify-content: center;
  }
}

.footer_link {
  font-size: 14px;
}

@media screen and (max-width: 47.9375rem) {
  .footer_link {
    margin-left: 15px;
    margin-bottom: 15px;
  }
}

.footer_link:hover {
  text-decoration: underline;
}

.footer_link + .footer_link {
  margin-left: 30px;
}

@media screen and (max-width: 47.9375rem) {
  .footer_link + .footer_link {
    margin-left: 15px;
  }
}

.copy {
  margin-top: 20px;
  font-size: 10px;
  text-align: right;
}

@media screen and (max-width: 47.9375rem) {
  .copy {
    text-align: center;
  }
}

header {
  position: fixed;
  width: 100%;
  height: 80px;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 5000;
  padding: 20px 40px;
  border-top: 4px solid #C11717;
  box-shadow: 0px 3px 4px #00000029;
}

@media screen and (max-width: 68.4375rem) {
  header {
    height: 54px;
    padding: 12px 24px;
  }
}

.p-header__inner {
  display: flex;
  justify-content: space-between;
}

.p-header__logo {
  display: flex;
  align-items: center;
  font-size: 12px;
}

.p-header__logo span {
  padding-left: 16px;
  font-weight: bold;
}

@media screen and (max-width: 68.4375rem) {
  .p-header__logo a {
    width: 66px;
  }
}

.header_pc_nav,
.nav_items,
.sns {
  display: flex;
  align-items: center;
}

.nav_item {
  position: relative;
  font-size: 14px;
  line-height: 1.5;
  font-weight: bold;
  padding-left: 20px;
  padding-right: 40px;
  border-right: 1px solid #CCCCCC;
}

.nav_item::before {
  content: '';
  display: inline-block;
  width: 7px;
  height: 7px;
  border-bottom: 3px solid #C11717;
  border-left: 3px solid #C11717;
  transform: rotate(-45deg);
  position: absolute;
  top: 2px;
  right: 16px;
}

.sns {
  margin-left: 40px;
}

.sns a {
  display: inline-block;
  width: 24px;
}

.sns a + a {
  margin-left: 16px;
}

.menu_toggle,
.header_sp_nav {
  display: none;
}

@media screen and (max-width: 68.4375rem) {
  .header_pc_nav {
    display: none;
  }
}

.p-line-up {
  padding: 0 40px;
}

.o-line-up {
  --columns: 4;
  --gap-vertical: 60px;
  --gap-side: 40px;
  --item-maxw: 234px;
  display: grid;
  justify-content: center;
  gap: var(--gap-vertical) var(--gap-side);
  grid-template-columns: repeat(var(--columns), minmax(auto, var(--item-maxw)));
  margin-top: 40px;
}

@media screen and (max-width: 47.9375rem) {
  .o-line-up {
    grid-template-columns: repeat(var(--columns), minmax(40%, var(--item-maxw)));
    --columns: 2;
    --gap-vertical: 40px;
    --gap-side: 23px;
  }
}

@media screen and (max-width: 20.0625rem) {
  .o-line-up {
    --columns: 1;
    --gap-vertical: 40px;
    --gap-side: 23px;
  }
}

.o-line-up .item {
  position: relative;
  background: #fff;
  border: 1px solid #C11717;
  border-radius: 8px;
  padding: 26px;
}

.o-line-up .item .img_wrap {
  width: 100%;
  max-width: 130px;
  margin: auto;
}

.o-line-up .item p {
  line-height: 1.5;
  text-align: center;
  margin-top: 4px;
}

.o-line-up .item .icon {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  margin: auto;
  width: 24px;
  height: 24px;
}

@media screen and (max-width: 68.4375rem) {
  .o-line-up .item {
    padding: 11px 16px;
  }
  .o-line-up .item .icon {
    right: -10px;
  }
}

.menu_toggle {
  width: 50px;
  height: 50px;
  position: absolute;
  background: #c11717;
  top: 0;
  right: 0;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 68.4375rem) {
  .menu_toggle {
    display: flex;
  }
}

.menu_toggle .line {
  display: block;
  position: relative;
  width: 20px;
  height: 2px;
  background: #fff;
}

.menu_toggle .line::after, .menu_toggle .line::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
}

.menu_toggle .line::after {
  top: -8px;
}

.menu_toggle .line::before {
  bottom: -8px;
}

.open-menu .line {
  background: transparent;
}

.open-menu .line::after {
  transform: rotate(45deg);
  top: 0;
}

.open-menu .line::before {
  transform: rotate(-45deg);
  bottom: 0;
}

.open-menu .header_sp_nav {
  display: block;
}

.header_sp_nav {
  position: fixed;
  width: 100%;
  top: 54px;
  left: 0;
  background: #fff;
  z-index: 4000;
}

.header_sp_nav .sns {
  margin: auto;
  margin-top: 30px;
  justify-content: center;
}

.header_sp_nav .navinner {
  padding: 30px 40px 0;
}

.nav_sp_items {
  max-width: 300px;
  margin: auto;
}

.nav_sp_items .nav_item {
  padding: 0;
  padding-left: 10px;
  border-right: none;
  border-bottom: 1px solid #c11717;
}

.nav_sp_items .nav_item + .nav_item {
  padding-top: 20px;
}

.nav_sp_items .nav_item + .nav_item::before {
  top: -6px;
  bottom: 0;
  margin: auto;
}

.nav_sp_items .nav_item a {
  display: block;
  padding-bottom: 20px;
}

#menu-close {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  width: 100%;
  height: 44px;
  background: #c11717;
}

#menu-close .line {
  display: block;
  position: relative;
  width: 20px;
  height: 2px;
  background: transparent;
}

#menu-close .line::after, #menu-close .line::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
}

#menu-close .line::after {
  transform: rotate(45deg);
  top: 0;
}

#menu-close .line::before {
  transform: rotate(-45deg);
  bottom: 0;
}

.p-forest .c-head {
  color: #5E7F3B;
}

.p-forest .c-lead {
  max-width: 800px;
  margin: auto;
  margin-top: 16px;
  line-height: 1.75;
  text-align: center;
}

@media screen and (max-width: 47.9375rem) {
  .p-forest .c-lead {
    text-align: left;
  }
}

.o-forest {
  display: flex;
  max-width: 960px;
  margin: auto;
  margin-top: 40px;
}

@media screen and (max-width: 47.9375rem) {
  .o-forest {
    display: block;
  }
}

.o-forest .column {
  flex: 0 1 33%;
}

.o-forest .column + .column {
  margin-left: 48px;
}

@media screen and (max-width: 47.9375rem) {
  .o-forest .column + .column {
    margin: auto;
    margin-top: 40px;
  }
}

.o-forest .column p {
  line-height: 1.75;
  padding: 16px;
  border: 1px solid #5E7F3B;
}

.o-forest .name {
  font-weight: bold;
  line-height: 1.5;
  color: #fff;
  background: #5E7F3B;
  padding: 4px;
  text-align: center;
}

.o-recipe {
  display: flex;
  justify-content: center;
  margin: auto;
  margin-top: 40px;
}

@media screen and (max-width: 68.4375rem) {
  .o-recipe {
    display: block;
  }
}

.recipe_wrap {
  flex: 0 1 32%;
  max-width: 382px;
  padding: 0 44px;
  margin: 0;
  margin-bottom: 40px;
}

@media screen and (max-width: 68.4375rem) {
  .recipe_wrap {
    margin: auto;
    margin-bottom: 40px;
    padding: 0;
    max-width: 600px;
  }
}

.recipe_wrap:not(:last-child) .recipe_box::before {
  border-right: 2px dotted #C11717;
}

@media screen and (max-width: 68.4375rem) {
  .recipe_wrap:not(:last-child) .recipe_box::before {
    border-right: none;
    border-bottom: 2px dotted #C11717;
    display: block;
  }
}

.recipe_box {
  position: relative;
}

@media screen and (max-width: 68.4375rem) {
  .recipe_box {
    padding-bottom: 40px;
  }
}

.recipe_box::before {
  content: '';
  height: 100%;
  width: 100%;
  pointer-events: none;
  position: absolute;
  right: -44px;
  top: 0;
}

@media screen and (max-width: 68.4375rem) {
  .recipe_box::before {
    right: 0;
  }
}

@media screen and (max-width: 68.4375rem) {
  .-sp_bb {
    border-bottom: 2px dotted #C11717;
  }
}

.recipe_img {
  width: 100%;
  max-width: 220px;
  overflow: hidden;
  border-radius: 50%;
  margin: auto;
}

.recipe_heading {
  display: block;
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
  color: #C11717;
  margin-top: 16px;
  text-align: center;
}

.recipe_text {
  font-size: 1rem;
  line-height: 1.75;
  color: #222222;
  text-align: left;
  margin-top: 16px;
}

.recipe__more {
  width: 140px;
  padding: 8px 16px;
  margin: auto;
  margin-top: 30px;
  background: #C11717;
  position: relative;
  text-align: left;
  cursor: pointer;
}

.recipe__more::before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 16px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/icon_modal.svg);
}

.recipe__more-text {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}

.p-modal__title {
  display: block;
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
  color: #C11717;
  margin-bottom: 20px;
}

.p-modal__heading {
  display: inline-block;
  padding: 4px 16px;
  color: #fff;
  background: #C11717;
  text-align: center;
  margin-bottom: 20px;
}

.p-modal__list {
  line-height: 1.5;
  position: relative;
  border-bottom: 1px dotted #C11717;
  padding-bottom: 10px;
}

.p-modal__list + .p-modal__list {
  margin-top: 16px;
}

.amount {
  position: absolute;
  right: 0;
}

.p-modal__step {
  position: relative;
  padding-left: 30px;
}

.p-modal__step .num {
  position: absolute;
  top: 5px;
  left: 0;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #C11717;
  border: 1px solid #C11717;
}

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

#sns {
  position: relative;
  background-image: url(../img/bk_sns.svg);
  margin-bottom: 0;
}

#sns .img_wrap {
  position: absolute;
  max-width: 1300px;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 0;
}

@media screen and (max-width: 68.4375rem) {
  #sns .img_wrap {
    position: relative;
  }
}

#sns .img_wrap img {
  position: absolute;
  right: 20px;
  bottom: 0;
}

@media screen and (max-width: 68.4375rem) {
  #sns .img_wrap img {
    position: relative;
    right: 0;
    left: 0;
    margin: auto;
  }
}

.p-sns {
  position: relative;
  max-width: 1056px;
  margin: auto;
  z-index: 1;
  padding-top: 58px;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
}

@media screen and (max-width: 68.4375rem) {
  .p-sns {
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 47.9375rem) {
  .p-sns {
    padding-left: 23px;
    padding-right: 23px;
  }
}

.o-sns_wrap {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 8px;
  max-width: 740px;
  padding: 60px 40px 40px;
  justify-content: space-between;
}

.o-sns_wrap .c-head {
  margin: auto;
  position: absolute;
  top: -18px;
  left: 0;
  right: 0;
  padding: 4px 16px;
  background: #C11717;
  max-width: 420px;
}

@media screen and (max-width: 47.9375rem) {
  .o-sns_wrap .c-head {
    max-width: 272px;
    top: -33px;
  }
}

.o-sns_wrap .link_item {
  flex: 1 1 32%;
  max-width: 200px;
  background: #fff;
  padding: 7px 10px;
  position: relative;
  border: 2px solid #000;
  font-weight: bold;
  line-height: 1.25;
  border-radius: 8px;
  display: flex;
  height: 50px;
  /* justify-content: space-between; */
  align-items: center;
}

.o-sns_wrap .link_item span {
  display: block;
  width: 100%;
  text-align: center;
  padding-left: 4px;
  /* align-items: center; */
}

.o-sns_wrap .link_item .icon {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 8px;
  margin: auto;
  width: 24px;
  height: 24px;
}

.o-sns_wrap .link_item span img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 18px;
  margin: auto;
}

.o-sns_wrap .link_item.-fb {
  border-color: #1877F2;
}

.o-sns_wrap .link_item.-in {
  border-color: #C20A95;
}

.o-sns_wrap .link_item.-tw {
  border-color: #222;
}

@media screen and (max-width: 68.4375rem) {
  .o-sns_wrap .link_item {
    flex: 1 1 100%;
    min-width: 200px;
    margin: 0 10px 20px;
  }
}

@media screen and (max-width: 47.9375rem) {
  .o-sns_wrap .link_item {
    margin: auto;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 68.4375rem) {
  .o-sns_wrap {
    padding: 60px 30px 20px;
    justify-content: center;
    margin: auto;
  }
}

@media screen and (max-width: 47.9375rem) {
  .o-sns_wrap {
    display: block;
  }
}

.l-main {
  max-width: 1920px;
  margin: auto;
  margin-top: 80px;
}

@media screen and (max-width: 68.4375rem) {
  .l-main {
    margin-top: 54px;
  }
}

.l-sec {
  position: relative;
  margin-bottom: 100px;
}

@media screen and (max-width: 68.4375rem) {
  .l-sec {
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 68.4375rem) {
  .l-sec__inner {
    padding: 0 24px;
  }
}

.l-sec_bgImg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
}

#about {
  margin-top: -160px;
  padding-top: 160px;
}

@media screen and (max-width: 68.4375rem) {
  #about {
    margin-top: -80px;
    padding-top: 80px;
  }
}

#recipe {
  padding-top: 160px;
  margin-bottom: 60px;
}

@media screen and (max-width: 68.4375rem) {
  #recipe {
    padding-top: 80px;
    margin-bottom: 0;
  }
}

#line-up {
  padding-top: 160px;
  padding-bottom: 100px;
  margin-bottom: 0;
}

@media screen and (max-width: 68.4375rem) {
  #line-up {
    margin-bottom: 0;
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

#forest {
  padding-top: 100px;
}

@media screen and (max-width: 68.4375rem) {
  #forest {
    padding-top: 60px;
  }
}

.u-hover {
  transition: .6s;
}

.u-hover img {
  transition: .2s;
}

.u-hover:hover {
  opacity: .7;
}

.u-hover:hover img {
  opacity: .7;
}

@media screen and (max-width: 47.9375rem) {
  .u-hover:hover {
    opacity: 1;
  }
  .u-hover:hover img {
    opacity: 1;
  }
}

/*!
 * jquery.modal.css inline
**/
.blocker, .modal {
  box-sizing: border-box;
}

.blocker {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 1;
  padding: 20px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  text-align: center;
}

.blocker:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -.05em;
}

.blocker.behind {
  background-color: transparent;
}

.modal {
  display: none;
  vertical-align: middle;
  position: relative;
  z-index: 2;
  max-width: 500px;
  width: 90%;
  background: #fff;
  padding: 15px 30px;
  border-radius: 8px;
  -o-box-shadow: 0 0 10px #000;
  -ms-box-shadow: 0 0 10px #000;
  box-shadow: 0 0 10px #000;
  text-align: left;
}

.modal-spinner {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  padding: 12px 16px;
  border-radius: 5px;
  background-color: #111;
  height: 20px;
}

.modal-spinner > div {
  border-radius: 100px;
  background-color: #fff;
  height: 20px;
  width: 2px;
  margin: 0 1px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.modal-spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.modal-spinner .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.modal-spinner .rect4 {
  -webkit-animation-delay: -.9s;
  animation-delay: -.9s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 100%, 40% {
    -webkit-transform: scaleY(0.5);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}

@keyframes sk-stretchdelay {
  0%, 100%, 40% {
    transform: scaleY(0.5);
    -webkit-transform: scaleY(0.5);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}

/*!
/* youtube video */
.vdo-unit {
  list-style: none;
  font-size: 0;
  padding: 0;
}

.pkg {
  vertical-align: top;
  display: inline-block;
  width: 50%;
}

.pkg .txt-ttl {
  font-size: 1.1rem;
}

.pkg .txt-txt {
  font-size: 1rem;
}

.vdo-base {
  position: relative;
}

.modal-open {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 200;
}

.vdo-body {
  max-width: 100%;
  height: auto;
  padding-top: calc(240/426*100%);
  position: relative;
  overflow: hidden;
}

.vdo-body iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.-thumb::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 64px;
  height: 64px;
  z-index: 120;
  background: url(../images/Special/icon_play.svg);
  transition: 1s;
}

.-thumb img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}

.-thumb iframe {
  z-index: 10;
}

.vdo-base:hover .-thumb::before {
  opacity: .5;
}

/* modal */
.blocker {
  z-index: 10000;
}

.modal {
  background-color: #242424;
  border-radius: 4px;
  max-width: 1200px;
  padding: 0;
}

.modal-window .vdo-txt {
  margin-left: 3%;
}

.modal-window .vdo-txt .txt-ttl {
  margin-top: -.2rem;
}

.modal-window .vdo-txt .txt-txt {
  margin-bottom: .4rem;
}

.modal a.close-modal {
  background: url(../images/Special/button_close.png);
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  width: 36px;
  height: 36px;
  position: absolute;
  top: -46px;
  right: -46px;
  font-size: 0;
}

/* *****
   *  */
/* SP */
@media screen and (max-width: 68.4375rem) {
  .pkg {
    display: block;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .blocker {
    padding: 0;
  }
  .modal {
    width: 100%;
  }
  .modal a.close-modal {
    position: fixed;
    top: 20px;
    right: 20px;
  }
  .pkg {
    display: block;
    width: 100%;
  }
}

.lazyload,
.lazyloading {
  opacity: 0;
  transition-delay: .4s;
}

.lazyload.-fadeIn,
.lazyloading.-fadeIn {
  transform: translateY(3rem);
}

.lazyloaded {
  opacity: 1;
  transition: 1s;
}

.lazyloaded.-fadeIn {
  transform: translateY(0);
}

.u-objectFit {
  display: block;
  line-height: 0;
}

.u-objectFit .-cover {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
}

.u-objectFit .-contain {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  font-family: 'object-fit: contain;';
}

.js-scroll-blur {
  transition-property: all;
  transition-duration: 1s;
  transition-timing-function: ease;
  -webkit-filter: blur(10px);
          filter: blur(10px);
  opacity: 0;
}

.js-scroll-blur.is-animation {
  transition-property: all;
  transition-duration: 1s;
  transition-timing-function: ease;
  -webkit-filter: blur(0);
          filter: blur(0);
  opacity: 1;
}

.u-visiblity-hidden {
  /* コンテンツの流れから切り離す */
  position: absolute;
  /* 誤ったコードに対処するための回避策 */
  white-space: nowrap;
  /* 可能な限り文字サイズを小さくするための処理
     * (スクリーンリーダー中には height と width が 0 のものを無視するため)
     */
  width: 1px;
  height: 1px;
  /* オーバーフローしているコンテンツを隠す */
  overflow: hidden;
  /* 要素サイズを変更しうるプロパティのリセット */
  border: 0;
  padding: 0;
  /* 要素のどの部分が表示されるかを定義するもの */
  /* 古いブラウザでは使用できない */
  clip: rect(0 0 0 0);
  /* 最近のブラウザ用
     * コンテンツを非表示にする設定  */
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  /* 今現在なぜ-1pxがここで設定されるかは分かっていないそうです。
     * それに加えていくつか問題もあるそうです
     * (参考: https://github.com/h5bp/html5-boilerplate/issues/1985)
     */
  margin: -1px;
}

body {
  display: block;
  background: #fff;
}
