:root {
  --font-kosugi: "Kosugi Maru", sans-serif;
}

.ml {
  margin-left: 0.7rem;
}
@media (max-width: 900px) {
  .ml {
    margin-left: 0;
  }
}

.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;
}

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

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

.title {
  margin-inline: auto;
}

.wave {
  margin-top: -1px;
}
.wave img {
  height: 100%;
}

.line {
  position: relative;
  display: inline-block;
  padding: 0 55px;
  font-size: 2em;
  line-height: 1.5;
}
@media (max-width: 900px) {
  .line {
    font-size: 1.4em;
  }
}

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

.line:before {
  left: 0;
}

.line:after {
  right: 0;
}

.stripe {
  position: relative;
  text-align: center;
  font-size: 2em;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 900px) {
  .stripe {
    font-size: 1.4em;
  }
}

.stripe:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -20px;
  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;
}
@media (max-width: 900px) {
  h1.balloon {
    padding: 0.4em 0.2em;
    font-size: 1.6em;
  }
}

h1.balloon:after {
  position: absolute;
  content: "";
  top: 100%;
  left: 46%;
  border: 4vw solid transparent;
  border-top: 4vw solid #fedcdd;
  width: 0;
  height: 0;
}
/* ▲不要だけど過去の記事に影響 */

h2.balloon {
  position: relative;
  text-align: center;
  padding: 0.6em;
  background: repeating-linear-gradient(-45deg, #fff, #fff 4px, #fedcdd 3px, #fedcdd 8px);
  border-radius: 7px;
  font-size: 2.4rem;
}
@media (max-width: 900px) {
  h2.balloon {
    padding: 0.4em 0.2em;
    font-size: 1.6em;
  }
}

h2.cook {
  font-size: initial;
  font-weight: initial;
}

.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;
}

.menu-outer.step {
  width: fit-content;
}

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

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

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

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

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

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

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

.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;
}

#finish .finish_bg {
  width: 100%;
  max-height: 80vh;
  overflow: hidden;
}

#finish .finish_bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@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;
  }

  .seasonal_logo {
    position: absolute;
    width: 30%;
  }

  .seasonal_logo img {
    height: auto;
  }

  .intro_title {
    position: absolute;
    width: 20%;
  }
}

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

  .intro_title {
    width: 25%;
  }
}
/*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-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%;
  }
}
/*portrait*/

@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: 45%;
  }

  #recipe_contents .recipe-text {
    font-feature-settings: "palt";
  }
}
