@charset "UTF-8";
/*! * ress.css • v1.2.2 * MIT License * github.com/filipelinhares/ress */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%; }

*, :after, :before {
  background-repeat: no-repeat;
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit; }

* {
  padding: 0;
  margin: 0; }

audio:not([controls]) {
  display: none;
  height: 0; }

hr {
  overflow: visible; }

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

summary {
  display: list-item; }

small {
  font-size: 80%; }

[hidden], template {
  display: none; }

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

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:active, a:hover {
  outline-width: 0; }

code, kbd, pre, samp {
  font-family: monospace,monospace; }

b, strong {
  font-weight: bolder; }

dfn {
  font-style: italic; }

mark {
  background-color: #ff0;
  color: #000; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

input {
  border-radius: 0; }

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

[disabled] {
  cursor: default; }

[type=number] {
  width: auto; }

[type=search] {
  -webkit-appearance: textfield; }

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

textarea {
  overflow: auto;
  resize: vertical; }

button, input, optgroup, select, textarea {
  font: inherit; }

optgroup {
  font-weight: 700; }

button {
  overflow: visible; }

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: 0;
  padding: 0; }

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText; }

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button; }

button, select {
  text-transform: none; }

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
  color: inherit; }

select {
  -moz-appearance: none;
  -webkit-appearance: none; }

select::-ms-expand {
  display: none; }

select::-ms-value {
  color: currentColor; }

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

img {
  border-style: none; }

progress {
  vertical-align: baseline; }

svg:not(:root) {
  overflow: hidden; }

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

@media screen {
  [hidden~=screen] {
    display: inherit; }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important; } }

[aria-busy=true] {
  cursor: progress; }

[aria-controls] {
  cursor: pointer; }

[aria-disabled] {
  cursor: default; }

::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none; }

::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none; }

html {
  font-size: 100%; }

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

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

ol,
ul {
  list-style: none; }

input,
button,
textarea,
select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

em {
  font-style: normal; }

html {
  height: 100%;
  font-size: 62.5%; }

body {
  height: 100%;
  background-color: #fff9ee;
  color: #363333;
  font-size: 2rem;
  line-height: 1;
  font-family: "Noto Serif JP", serif; }

a {
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #dc1c28;
  text-decoration: none; }
  a:hover {
    color: #dc1c28;
    text-decoration: underline; }

::-moz-selection {
  background-color: #fa7e19;
  color: #363333; }

::selection {
  background-color: #fa7e19;
  color: #363333; }

@-webkit-keyframes steam {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }
  70% {
    opacity: 1; }
  100% {
    -webkit-transform: translateY(-80px);
    transform: translateY(-80px);
    opacity: 0; } }

@keyframes steam {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }
  70% {
    opacity: 1; }
  100% {
    -webkit-transform: translateY(-80px);
    transform: translateY(-80px);
    opacity: 0; } }

@-webkit-keyframes slide {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  50% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes slide {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  50% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@-webkit-keyframes shake {
  0% {
    top: 0; }
  100% {
    top: 2px; } }

@keyframes shake {
  0% {
    top: 0; }
  100% {
    top: 2px; } }

@-webkit-keyframes fade {
  0% {
    opacity: 0.5; }
  70% {
    opacity: 1; }
  100% {
    opacity: 1; } }

@keyframes fade {
  0% {
    opacity: 0.5; }
  70% {
    opacity: 1; }
  100% {
    opacity: 1; } }

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes fade_in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-80px) scale(1.2);
    transform: translateY(-80px) scale(1.2); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1); } }

@keyframes fade_in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-80px) scale(1.2);
    transform: translateY(-80px) scale(1.2); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1); } }

.l-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  min-width: 1270px;
  height: 60px;
  padding-left: 20px;
  background-color: #fff; }
  @media screen and (max-width: 767px) {
    .l-header {
      min-width: initial;
      height: 45px;
      padding-left: 15px; } }
  .l-header img {
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease; }
  .l-header a:hover img {
    opacity: 0.75; }

.l-header__logo_1 {
  width: 122px;
  height: auto;
  margin-top: -3px; }
  @media screen and (max-width: 767px) {
    .l-header__logo_1 {
      width: 84px; } }

.l-header__logo_2 {
  width: 177px;
  height: auto;
  margin-left: 50px;
  margin-bottom: -1px; }
  @media screen and (max-width: 767px) {
    .l-header__logo_2 {
      width: 124px;
      margin-left: 30px; } }

.l-footer {
  width: 100%;
  margin-top: 200px; }
  @media screen and (max-width: 767px) {
    .l-footer {
      margin-top: 100px; } }
  .l-footer a[href^="#"] {
    display: block;
    width: 100%;
    height: 30px;
    -webkit-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease; }
    @media screen and (max-width: 767px) {
      .l-footer a[href^="#"] {
        margin-top: 60px; } }
    .l-footer a[href^="#"]:hover::before {
      -webkit-transform: rotate(45deg) scale(1.2);
      -ms-transform: rotate(45deg) scale(1.2);
      transform: rotate(45deg) scale(1.2); }
    .l-footer a[href^="#"]::before {
      -webkit-transition: 0.2s ease;
      -o-transition: 0.2s ease;
      transition: 0.2s ease;
      display: block;
      width: 40px;
      height: 40px;
      margin: auto;
      margin-top: 8px;
      border-top: 10px solid #4f4c4c;
      border-left: 10px solid #4f4c4c;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      content: ''; }
  .l-footer small {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 180px;
    color: #363333;
    font-size: 1.3rem;
    letter-spacing: 0.5px;
    font-weight: 500;
    font-family: "Roboto", sans-serif; }
    @media screen and (max-width: 767px) {
      .l-footer small {
        height: 100px;
        padding-top: 10px; } }

.l-footer__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 100%;
  max-width: 400px;
  height: 60px;
  margin: auto;
  margin-bottom: 80px;
  background-color: #fa59ad;
  color: #fff;
  font-size: 2.5rem;
  font-weight: 700;
  border-radius: 30px;
  font-family: 'Noto Sans', sans-serif; }
  @media screen and (max-width: 767px) {
    .l-footer__btn {
      width: calc(100% - 15px - 15px);
      font-size: 2.0rem; } }
  .l-footer__btn:hover {
    color: #fff;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    text-decoration: none; }
  .l-footer__btn::before {
    display: block;
    position: absolute;
    right: 20px;
    width: 20px;
    height: 20px;
    border: 5px solid #ffffff;
    border-left: none;
    border-bottom: none;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    content: ''; }

.hero {
  position: relative;
  width: 100%;
  height: 810px;
  margin-bottom: 345px;
  padding-top: 30px;
  background: #ffeaca url(../img/hero_bg.jpg) center top/cover scroll no-repeat; }
  @media screen and (max-width: 767px) {
    .hero {
      height: auto;
      margin-bottom: 170px;
      padding-top: 101.3333%;
      background: #ffeed5 url(../img/sp_hero_bg.jpg) center top/contain scroll no-repeat; } }

.hero__sh,
.hero__period {
  width: 0;
  height: 0;
  overflow: hidden; }

.hero__h {
  width: 1208px;
  height: 328px;
  margin: auto;
  margin-bottom: 50px; }
  @media screen and (max-width: 767px) {
    .hero__h {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: auto;
      margin: 0; } }
  .hero__h img {
    margin-left: -5px; }
    @media screen and (max-width: 767px) {
      .hero__h img {
        margin: 0;
        width: 100%; } }

.hero__pdt {
  width: 100%;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .hero__pdt {
      position: absolute;
      top: 0;
      left: 0; } }

.hero__pdt_pict {
  margin-bottom: 35px; }
  @media screen and (max-width: 767px) {
    .hero__pdt_pict {
      position: absolute;
      top: 0;
      width: 100%;
      margin: 0; } }
  @media screen and (max-width: 767px) {
    .hero__pdt_pict img {
      width: 100%; } }

.hero__pdt_h {
  margin-bottom: 20px; }

@media screen and (max-width: 767px) {
  .hero__pdt_h,
  .hero__pdt_text {
    display: none; } }

.lead {
  margin-bottom: 150px;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .lead {
      margin-bottom: 80px; } }

.sticky {
  margin-top: -250px; }
  @media screen and (max-width: 767px) {
    .sticky {
      margin: 0; } }

.sticky__item {
  position: -webkit-sticky;
  position: sticky;
  top: 40%;
  -webkit-transform: translateY(-60%);
  -ms-transform: translateY(-60%);
  transform: translateY(-60%);
  z-index: -1; }
  @media screen and (max-width: 767px) {
    .sticky__item {
      display: none; } }

.sticky__ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  height: 650px; }

.sticky__li {
  -webkit-animation: rotate 45s linear infinite;
  animation: rotate 45s linear infinite; }
  .sticky__li.sticky__li--1 {
    margin-left: -165px; }
  .sticky__li.sticky__li--2 {
    margin-right: -165px;
    -webkit-animation-duration: 60s;
    animation-duration: 60s;
    -webkit-animation-direction: alternate;
    animation-direction: alternate; }

@media screen and (max-width: 767px) {
  .sns {
    margin-bottom: 150px; } }

.sns__text {
  width: 0;
  height: 0;
  overflow: hidden; }

.sns__h {
  text-align: center; }
  @media screen and (max-width: 767px) {
    .sns__h img {
      width: 100%;
      max-width: 235px; } }

.sns_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: -15px; }
  @media screen and (max-width: 767px) {
    .sns_top {
      margin-top: -5px; } }

.sns_top__li {
  position: relative;
  width: 149px;
  height: 123px; }
  @media screen and (max-width: 767px) {
    .sns_top__li {
      width: 130px;
      height: 107px; } }
  .sns_top__li:first-child {
    margin-right: 54px; }
    @media screen and (max-width: 767px) {
      .sns_top__li:first-child {
        margin-right: 25px; } }

.sns_top__pict {
  position: absolute; }
  .sns_top__pict:hover {
    -webkit-animation: shake 0.1s ease infinite alternate;
    animation: shake 0.1s ease infinite alternate; }
  .sns_top__pict a {
    display: block; }
    .sns_top__pict a:hover {
      -webkit-animation: slide 0.5s ease infinite;
      animation: slide 0.5s ease infinite;
      cursor: pointer; }

.sns_top__wrap {
  position: absolute;
  bottom: -25px;
  left: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%); }

.sns_top__obj {
  display: inline-block;
  margin: 0 2px;
  position: relative;
  -webkit-animation: shake 0.2s ease infinite alternate;
  animation: shake 0.2s ease infinite alternate; }
  .sns_top__obj img {
    width: 13px;
    height: 19px;
    -webkit-animation: fade 1.5s ease infinite alternate;
    animation: fade 1.5s ease infinite alternate; }
  .sns_top__obj.sns_top__obj--1 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s; }
    .sns_top__obj.sns_top__obj--1 img {
      -webkit-animation-delay: 0.1s;
      animation-delay: 0.1s; }
  .sns_top__obj.sns_top__obj--2 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s; }
    .sns_top__obj.sns_top__obj--2 img {
      -webkit-animation-delay: 0.2s;
      animation-delay: 0.2s; }
  .sns_top__obj.sns_top__obj--3 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s; }
    .sns_top__obj.sns_top__obj--3 img {
      -webkit-animation-delay: 0.3s;
      animation-delay: 0.3s; }
  .sns_top__obj.sns_top__obj--4 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s; }
    .sns_top__obj.sns_top__obj--4 img {
      -webkit-animation-delay: 0.1s;
      animation-delay: 0.1s; }
  .sns_top__obj.sns_top__obj--5 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s; }
    .sns_top__obj.sns_top__obj--5 img {
      -webkit-animation-delay: 0.2s;
      animation-delay: 0.2s; }
  .sns_top__obj.sns_top__obj--6 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s; }
    .sns_top__obj.sns_top__obj--6 img {
      -webkit-animation-delay: 0.3s;
      animation-delay: 0.3s; }

.sns_btm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: -15px; }
  @media screen and (max-width: 767px) {
    .sns_btm {
      margin-top: -5px; } }

.sns_btm__li {
  position: relative;
  width: 168px;
  height: 122px; }
  @media screen and (max-width: 767px) {
    .sns_btm__li {
      width: 150px;
      height: 109px; } }
  .sns_btm__li:first-child {
    margin-right: 54px; }
    @media screen and (max-width: 767px) {
      .sns_btm__li:first-child {
        margin-right: 25px; } }

.sns_btm__pict {
  position: absolute; }
  .sns_btm__pict:hover {
    -webkit-animation: shake 0.1s ease infinite alternate;
    animation: shake 0.1s ease infinite alternate; }
  .sns_btm__pict a {
    display: block; }
    .sns_btm__pict a:hover {
      -webkit-animation: slide 0.5s ease infinite;
      animation: slide 0.5s ease infinite;
      cursor: pointer; }

.sns_btm__wrap {
  position: absolute;
  top: 30%;
  z-index: -1; }
  .sns_btm__li--ig .sns_btm__wrap {
    right: 25px; }
  .sns_btm__li--tw .sns_btm__wrap {
    left: 25px; }

.sns_btm__obj {
  display: inline-block;
  -webkit-animation: steam 2.5s ease-out 0s infinite;
  animation: steam 2.5s ease-out 0s infinite; }
  .sns_btm__obj.sns_btm__obj--1 {
    -webkit-animation-duration: 2.7s;
    animation-duration: 2.7s;
    margin-right: 10px; }
  .sns_btm__obj.sns_btm__obj--2 {
    -webkit-animation-duration: 3.2s;
    animation-duration: 3.2s; }
  .sns_btm__obj.sns_btm__obj--3 {
    -webkit-animation-duration: 2.2s;
    animation-duration: 2.2s; }
  .sns_btm__obj.sns_btm__obj--4 {
    -webkit-animation-duration: 3.0s;
    animation-duration: 3.0s;
    margin-right: 10px; }
  .sns_btm__obj.sns_btm__obj--5 {
    -webkit-animation-duration: 2.2s;
    animation-duration: 2.2s;
    margin-right: 10px; }
  .sns_btm__obj.sns_btm__obj--6 {
    -webkit-animation-duration: 4.0s;
    animation-duration: 4.0s;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s; }

.concept {
  margin-top: -150px;
  margin-bottom: 200px;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .concept {
      margin-top: 0;
      margin-bottom: 150px;
      padding: 0 15px; } }

.concept__h {
  margin-bottom: 30px; }
  @media screen and (max-width: 767px) {
    .concept__h img {
      width: 100%;
      max-width: 243px; } }

.concept__text {
  margin-bottom: 30px;
  color: #4f4c4c;
  font-size: 2.0rem;
  line-height: 1.6;
  font-weight: 700;
  letter-spacing: 3px; }
  @media screen and (max-width: 767px) {
    .concept__text {
      margin: 0;
      text-align: left;
      font-size: 1.8rem;
      line-height: 1.7; } }
  @media screen and (max-width: 767px) {
    .concept__text br {
      display: none; } }

@media screen and (max-width: 767px) {
  .concept__pict img {
    width: 345px; } }

.points {
  margin-bottom: 200px; }
  @media screen and (max-width: 767px) {
    .points {
      margin-bottom: 100px;
      padding: 0 15px; } }

.points__h {
  margin-bottom: 70px;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .points__h {
      margin-bottom: 35px; } }
  @media screen and (max-width: 767px) {
    .points__h img {
      width: 100%;
      max-width: 330px; } }

.point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: auto;
  overflow: hidden; }
  @media screen and (max-width: 767px) {
    .point {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
      flex-flow: column wrap; } }
  .point.point--1 {
    margin-left: 70px;
    margin-bottom: 20px; }
    @media screen and (max-width: 767px) {
      .point.point--1 {
        margin-left: 0;
        margin-bottom: 50px; } }

.point--1 .point__group {
  width: 385px; }
  @media screen and (max-width: 767px) {
    .point--1 .point__group {
      width: 100%; } }

.point--2 .point__group {
  width: 470px; }
  @media screen and (max-width: 767px) {
    .point--2 .point__group {
      width: 100%; } }

.point__h {
  margin-bottom: 20px; }
  @media screen and (max-width: 767px) {
    .point__h {
      margin-bottom: 25px; } }

.point__text {
  color: #4f4c4c;
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: 700;
  letter-spacing: 1px; }
  @media screen and (max-width: 767px) {
    .point__text {
      margin-bottom: 20px;
      line-height: 1.9; } }

.point--1 .point__pict {
  width: 374px;
  margin-left: -5px; }
  @media screen and (max-width: 767px) {
    .point--1 .point__pict {
      width: 100%;
      margin: 0;
      text-align: center; } }

.cm {
  width: 1050px;
  margin: auto;
  margin-bottom: 250px; }
  @media screen and (max-width: 767px) {
    .cm {
      width: 100%;
      margin-bottom: 150px;
      padding: 0 15px; } }

.cm__h {
  margin-bottom: 50px;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .cm__h {
      margin-bottom: 30px; } }
  @media screen and (max-width: 767px) {
    .cm__h img {
      width: 100%;
      max-width: 199px; } }

.cm__wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%; }
  .cm__wrap iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
    border-radius: 30px; }
    @media screen and (max-width: 767px) {
      .cm__wrap iframe {
        border-radius: 10px; } }

.recipe {
  margin-bottom: 200px; }
  @media screen and (max-width: 767px) {
    .recipe {
      margin-bottom: 150px; } }

.recipe__h {
  margin-bottom: 50px;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .recipe__h {
      margin-bottom: 30px; } }
  @media screen and (max-width: 767px) {
    .recipe__h img {
      width: 100%;
      max-width: 215px; } }

.recipe__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media screen and (max-width: 767px) {
    .recipe__item {
      -webkit-box-align: stretch;
      -ms-flex-align: stretch;
      align-items: stretch;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
      flex-flow: column wrap; } }
  .recipe__item.recipe__item--curry {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }

.recipe__pict {
  width: 68%;
  min-height: 570px; }
  @media screen and (max-width: 767px) {
    .recipe__pict {
      width: calc(100% - 15px);
      min-height: initial;
      height: 360px; } }
  .recipe__pict img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover; }
    @media screen and (max-width: 767px) {
      .recipe__pict img {
        height: auto; } }
    .recipe__item--curry .recipe__pict img {
      border-radius: 30px 0 0 30px; }
      @media screen and (max-width: 767px) {
        .recipe__item--curry .recipe__pict img {
          margin-left: 15px;
          border-radius: 10px 0 0 10px; } }

.recipe__data {
  position: relative;
  width: 420px;
  height: 310px;
  border-radius: 20px;
  text-align: center;
  z-index: 1; }
  @media screen and (max-width: 767px) {
    .recipe__data {
      width: 280px;
      height: 300px;
      border-radius: 10px; } }
  .recipe__item--curry .recipe__data {
    margin-right: -100px;
    background-color: rgba(251, 141, 51, 0.9); }
    @media screen and (max-width: 767px) {
      .recipe__item--curry .recipe__data {
        margin: 0;
        margin: auto;
        margin-top: -80px;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1; } }
  .recipe__data a {
    display: block;
    margin-top: -75px; }
    @media screen and (max-width: 767px) {
      .recipe__data a {
        margin-top: -45px; } }
    .recipe__data a:hover {
      -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
      transform: scale(1.05); }
    @media screen and (max-width: 767px) {
      .recipe__data a img {
        width: 100%;
        max-width: 200px; } }

.flow {
  margin-top: 450px;
  margin-bottom: 100px; }
  @media screen and (max-width: 767px) {
    .flow {
      margin-top: 0;
      padding: 0 30px; } }

.flow__h {
  margin-bottom: 50px;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .flow__h {
      margin-bottom: 30px; } }
  @media screen and (max-width: 767px) {
    .flow__h img {
      width: 100%;
      max-width: 290px; } }

.flow__ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 1240px;
  margin: auto; }
  @media screen and (max-width: 767px) {
    .flow__ol {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-flow: column;
      flex-flow: column;
      width: 100%; } }

.flow__li {
  position: relative;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .flow__li + .flow__li {
      margin-top: 70px; } }
  .flow__li + .flow__li::before {
    display: block;
    position: absolute;
    top: 50%;
    left: -58px;
    border: 40px solid transparent;
    border-top-width: 35px;
    border-bottom-width: 35px;
    border-left-color: #e86870;
    content: '';
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    @media screen and (max-width: 767px) {
      .flow__li + .flow__li::before {
        top: -53px;
        left: 50%;
        border-width: 30px;
        border-left-width: 35px;
        border-right-width: 35px;
        border-left-color: transparent;
        border-top-color: #e86870;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%); } }

.apply {
  margin-bottom: 140px; }
  @media screen and (max-width: 767px) {
    .apply {
      margin-bottom: 80px;
      padding: 0 15px; } }

.apply__text {
  margin-bottom: 40px;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .apply__text {
      margin-bottom: 20px; } }
  @media screen and (max-width: 767px) {
    .apply__text img {
      width: 100%;
      max-width: 297px; } }

.apply__wrap {
  width: 100%;
  max-width: 1270px;
  margin: auto;
  margin-bottom: 88px; }
  @media screen and (max-width: 767px) {
    .apply__wrap {
      max-width: initial;
      margin-bottom: 40px; } }

.btn {
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 110px;
  background-color: #e03541;
  color: #ffffff;
  border-radius: 55px; }
  @media screen and (max-width: 767px) {
    .btn {
      height: 70px; } }
  .btn:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    background-color: #47bb81; }
  @media screen and (max-width: 767px) {
    .btn img {
      width: 150px; } }
  .btn::after {
    display: block;
    position: absolute;
    right: 40px;
    width: 40px;
    height: 40px;
    border: 10px solid #ffffff;
    border-left: none;
    border-bottom: none;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    content: ''; }
    @media screen and (max-width: 767px) {
      .btn::after {
        right: 20px;
        width: 20px;
        height: 20px;
        border-width: 6px; } }

_::-webkit-full-page-media, _:future, :root .btn::after {
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg); }

_::-webkit-full-page-media, _:future, :root .btn.btn--sm::after {
  right: 20px; }

.notes {
  display: inline-block;
  text-align: left;
  color: #363333;
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: 500;
  font-family: 'Noto Sans', sans-serif; }
  @media screen and (max-width: 767px) {
    .notes {
      font-size: 1.2rem; } }

.notes__outer {
  text-align: center; }

.notes__h {
  margin-bottom: 0.5em;
  font-weight: 700; }

.notes__li {
  margin-bottom: 0.5em;
  padding-left: 1em;
  text-indent: -1em; }
  .notes__li::before {
    margin-right: 0.3em;
    color: #ffeaca;
    content: '●'; }

.u-d-n {
  display: none !important; }

@media screen and (max-width: 767px) {
  .u-d-n-mq {
    display: none !important; } }

.u-d-b {
  display: block !important; }

.u-d-b-mq {
  display: none; }
  @media screen and (max-width: 767px) {
    .u-d-b-mq {
      display: block !important; } }

.u-d-ib {
  display: inline-block !important; }

.u-d-ib-mq {
  display: none; }
  @media screen and (max-width: 767px) {
    .u-d-ib-mq {
      display: inline-block !important; } }

.u-m-a {
  margin: auto !important; }

.u-m-0 {
  margin: 0 !important; }

.u-m-0_a {
  margin: 0 auto !important; }

.u-mt-xxs {
  margin-top: 20px !important; }

.u-mt-xs {
  margin-top: 30px !important; }

.u-mt-md {
  margin-top: 100px !important; }

.u-ta-l {
  text-align: left !important; }

.u-ta-c {
  text-align: center !important; }

.u-ta-r {
  text-align: right !important; }

.u-ta-j {
  text-align: justify !important; }
