@font-face {
  font-family: "mplus";
  src: url("/recipe/seasonal/assets/font/mplus-1p-light.woff") format("woff"), url("/recipe/seasonal/assets/font/mplus-1p-light.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "mplus";
  src: url("/recipe/seasonal/assets/font/mplus-1p-regular.woff") format("woff"), url("/recipe/seasonal/assets/font/mplus-1p-regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "mplus";
  src: url("/brand/lifestory-new/assets/font/mplus/mplus-1p-medium.woff") format("woff"), url("/brand/lifestory-new/assets/font/mplus/mplus-1p-medium.ttf") format("truetype");
  font-weight: 500;
}
@font-face {
  font-family: "mplus";
  src: url("/brand/lifestory-new/assets/font/mplus/mplus-1p-bold.woff") format("woff"), url("/brand/lifestory-new/assets/font/mplus/mplus-1p-bold.ttf") format("truetype");
  font-weight: 700;
}

.negativemargin_main {
  margin-top: -90px;
}

@media screen and (max-width: 64em) {
  .negativemargin_main {
    margin-top: -60px;
  }
}

header {
  transition: 0.3s;
}

header.hide {
  transform: translateY(-100%);
}

*:focus {
  outline: none;
}

@media screen and (orientation: landscape) {
  /* 横向きの場合のスタイル */
  .landscape {
    display: block !important;
  }

  .portrait {
    display: none !important;
  }
}

@media screen and (orientation: portrait) {
  /* 縦向きの場合のスタイル */
  .landscape {
    display: none !important;
  }

  .portrait {
    display: block !important;
  }
}

.row {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  margin-top: 0;
  width: 100%;
}

.row.p-flex {
  display: flex;
  justify-content: center;
}

@media (max-width: 900px) {
  .row.p-flex {
    display: flex;
    justify-content: unset;
    flex-direction: column;
  }
}

.font-w700 {
  font-weight: 700;
}

#recipe_contents {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 2;
  background: rgba(255, 255, 255, 1);
}

#slide {
  position: relative;
  width: 100%;
}

#slide img {
  position: absolute;
  left: 0;
  top: 0;
}

h1.line {
  position: relative;
  display: inline-block;
  padding: 0 55px;
}

h1.line:before,
h1.line:after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 2px;
  border-top: solid 1px black;
  border-bottom: solid 1px black;
}

h1.line:before {
  left: 0;
}

h1.line:after {
  right: 0;
}

h1.stripe {
  position: relative;
  text-align: center;
}

h1.stripe:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 7px;
  background: repeating-linear-gradient(-45deg, #fff, #fff 2px, #000 2px, #000 4px);
}

h1.balloon {
  position: relative;
  text-align: center;
  padding: 0.6em;
  background: repeating-linear-gradient(-45deg, #fff, #fff 4px, #fedcdd 3px, #fedcdd 8px);
  border-radius: 7px;
}

h1.balloon:after {
  position: absolute;
  content: "";
  top: 100%;
  left: 46%;
  border: 4vw solid transparent;
  border-top: 4vw solid #fedcdd;
  width: 0;
  height: 0;
}

.p-margin-left {
  margin: 0 auto;
  min-width: 1100px;
}

@media (max-width: 900px) {
  .p-margin-left {
    margin: 0 auto;
    min-width: auto;
  }
}

.p-size {
  max-width: 100%;
}

.p-size.p-margin {
  margin-left: 160px;
}

@media (max-width: 900px) {
  .p-size.p-margin {
    margin-left: 0;
  }
}

.menu-outer {
  position: relative;
  margin: 0 0 0 -20px;
  padding: 0 0 0 20px;
}

@media (max-width: 900px) {
  .menu-outer {
    width: 300px;
  }
}

.menu-outer::before,
.menu-outer::after {
  content: "";
  width: 20px;
  height: 100%;
  position: absolute;
  top: 0;
}

.menu-outer::before {
  right: 10%;
  display: flex;
  align-items: center;
  color: #ff801e;
  font-size: 30px;
}

@media (max-width: 900px) {
  .menu-outer::before {
    right: 2%;
    font-size: 18px;
  }
}

.menu-outer::after {
  right: 18%;
  border-right: solid 2px #ff801e;
  border-top: solid 2px #ff801e;
  border-bottom: solid 2px #ff801e;
}

@media (max-width: 900px) {
  .menu-outer::after {
    right: 12%;
  }
}

/* A */
.menu-outer.step-a::before {
  content: "A";
}

@media (max-width: 900px) {
  .menu-outer.step-a::before {
    /* right: -35%; */
  }
}

.menu-outer.step-a::after {
  /* right: 25%; */
}

@media (max-width: 900px) {
  .menu-outer.step-a::after {
    /* right: -20%; */
  }
}

/* B */
.menu-outer.step-b::before {
  content: "B";
}

@media (max-width: 900px) {
  .menu-oute.step-b::before {
    /* right: -64%; */
  }
}

/* @media (max-width: 900px) {
  .menu-outer-b::after {
    right: -40%;
  }
}

@media (max-width: 900px) {
  .menu-outer-b {
    width: 131px;
  }
} */

/* C */
.menu-outer.step-c::before {
  content: "C";
}

.menu-wrap {
  margin: 0 0 0 -20px;
  padding: 0 0 0 20px;
  width: 300px;
  border: 2px dashed #ff801e;
}

@media (max-width: 900px) {
  .menu-wrap {
    margin: 0 0 0 -20px;
    padding: 0 0 0 20px;
    width: auto;
  }
}

.p-caution-info {
  margin: 10px 0 0 0;
}

blockquote {
  position: relative;
  border-left: 3px double #ff801e;
  padding-left: 10px;
}

blockquote:before {
  position: absolute;
  font-family: "";
  content: "“";
  font-size: 5em;
  color: #ff801e;
  padding-top: 0;
  line-height: 1;
}

blockquote p {
  position: relative;
  padding: 2.5em 10px 0px;
}

blockquote cite {
  display: block;
  font-size: 0.8rem;
  color: #ff801e;
  text-align: right;
  padding: 10px;
}

/* .btn-flat-dashed-filled {
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  color: #fff;
  border: dashed 1px #ff801e;
  background: #ff801e;
  border-radius: 3px;
  transition: 0.4s;
}

.btn-flat-dashed-filled:hover {
  background: #ffdfc9;
  color: #ff801e;
} */

.pretty input:checked ~ .state.p-danger label:after,
.pretty.p-toggle .state.p-danger label:after {
  background-color: #ff801e !important;
}

.pretty input:checked ~ .state.p-danger .icon,
.pretty input:checked ~ .state.p-danger .svg,
.pretty.p-toggle .state.p-danger .icon,
.pretty.p-toggle .state.p-danger .svg {
  color: #fff;
  stroke: #fff;
}

.pretty input:checked ~ .state.p-danger-o label:before,
.pretty.p-toggle .state.p-danger-o label:before {
  border-color: #ff801e;
}

.pretty input:checked ~ .state.p-danger-o label:after,
.pretty.p-toggle .state.p-danger-o label:after {
  background-color: transparent;
}

.pretty input:checked ~ .state.p-danger-o .icon,
.pretty input:checked ~ .state.p-danger-o .svg,
.pretty input:checked ~ .state.p-danger-o svg,
.pretty.p-toggle .state.p-danger-o .icon,
.pretty.p-toggle .state.p-danger-o .svg,
.pretty.p-toggle .state.p-danger-o svg {
  color: #ff801e;
  stroke: #ff801e;
}

.pretty.p-default:not(.p-fill) input:checked ~ .state.p-danger-o label:after {
  background-color: #ff6b00 !important;
}

.pretty.p-switch input:checked ~ .state.p-danger:before {
  border-color: #ff801e;
}

.pretty.p-switch.p-fill input:checked ~ .state.p-danger:before {
  background-color: #ff801e !important;
}

.pretty.p-switch.p-slim input:checked ~ .state.p-danger:before {
  border-color: #ff801e;
  background-color: #ff801e !important;
}

.pretty .state label:before {
  border-color: #ff801e;
}

@media screen and (orientation: landscape) {
  #intro {
    width: 100%;
    height: 102vh;
    overflow: hidden;
    position: relative;
    z-index: 1;
  }

  .intro_bg {
    position: relative;
    width: 100%;
    height: 100vh;
    background: url("/recipe/seasonal/assets/img/46/mv.jpg") center center / cover no-repeat;
  }

  .seasonal_logo {
    position: absolute;
    top: 5%;
    left: 5%;
    width: 20%;
  }

  .intro_title {
    position: absolute;
    top: 35%;
    left: 5%;
    width: 20%;
  }

  #finish {
    width: 100%;
    height: 120vh;
    overflow: hidden;
    position: relative;
    z-index: 3;
  }

  .finish_bg {
    width: 100%;
    height: 120vh;
    position: relative;
    background: url("/recipe/seasonal/assets/img/46/finished.jpg") center top / cover no-repeat;
  }
}

@media screen and (min-width: 1024px) and (orientation: landscape) {
  .seasonal_logo {
    width: 20%;
    top: 2%;
    left: 2%;
  }

  .intro_title {
    width: 25%;
    top: 50%;
    left: 5%;
  }
}
/*landscape*/

/*portrait*/
@media screen and (orientation: portrait) {
  #intro {
    width: 100%;
    height: 80vh;
    overflow: hidden;
    position: relative;
    z-index: 1;
  }

  .intro_bg {
    width: 100%;
    height: 80vh;
    position: relative;
    background-image: url("/recipe/seasonal/assets/img/46/mv.jpg");
    background-position: 57% 0;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .seasonal_logo {
    position: absolute;
    width: 30%;
    top: 2%;
    left: 2%;
  }

  .intro_title {
    position: absolute;
    width: 60%;
    top: 65%;
    left: 20%;
  }

  #finish {
    width: 100%;
    height: 80vh;
    overflow: hidden;
    position: relative;
    z-index: 3;
  }

  .finish_bg {
    width: 100%;
    height: 80vh;
    position: relative;
    background: url("/recipe/seasonal/assets/img/46/finished.jpg") center top / cover no-repeat;
  }

  @media screen and (orientation: portrait) {
    .finish_bg {
      background-position: 67% 0;
    }
  }
}
/*portrait*/

/* page固有css */
@media only screen and (min-width: 48em) {
  #recipe_contents .recipe-inner {
    justify-content: center;
    gap: 4%;
  }

  #recipe_contents .recipe-img {
    margin: 0;
    padding-right: 6%;
    max-width: 42%;
  }

  #recipe_contents .recipe-text {
    flex-basis: auto;
    max-width: 40%;
    font-feature-settings: "palt";
  }
}
