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

#recipe_contents {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 2;
  background:url('/recipe/seasonal/assets/img/42/contents_bg.png') repeat 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: -webkit-repeating-linear-gradient(-45deg, #fff, #fff 2px, #FEDCDD 2px, #FEDCDD 4px);
  background: repeating-linear-gradient(-45deg, #fff, #fff 2px, #FEDCDD 2px, #FEDCDD 4px);
}

h1.balloon {
  position: relative;
  text-align: center;
  padding: 0.6em;
  background: -webkit-repeating-linear-gradient(-45deg, #fff, #fff 4px,#FEDCDD 3px, #FEDCDD 8px);
  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-a {
    position: relative;
    margin: 0 0 0 -20px;
    padding: 0 0 0 20px;
}

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

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

.menu-outer-a::before {
  content: 'A';
  top: 30%;
  right: 16%;
  font-size: 30px;
  color: #ff801e;
}

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

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

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

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

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

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

.menu-outer-b::before {
content: "B";
top: 0;
right: 40%;
font-size: 30px;
color: #ff801e;
}

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

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

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

.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: .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 {
    width: 100%;
    height: 100vh;
    position: relative;
    background:url('/recipe/seasonal/assets/img/42/intro_bg.jpg') center center / cover no-repeat;
	}

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

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

  #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/42/finish_bg.png') center top / cover no-repeat;
	}
}
@media screen and (min-width: 600px) and (orientation: landscape) {
}
@media screen and (min-width: 800px) and (orientation: landscape) {
}
@media screen and (min-width: 960px) and (orientation: landscape) {
}
@media screen and (min-width: 1024px) and (orientation: landscape) {
.seasonal_logo {
  width: 20%; top:20%; left: 75%;
  }
.intro_title {
  width: 25%; top:50%; left: 5%;
  }
}
@media screen and (min-width: 1440px) and (orientation: landscape) {
}
/*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/42/intro_bg.jpg');
  background-position: 22% 0;
  background-repeat: no-repeat;
  background-size: cover;
	}

.seasonal_logo {
  position: absolute; width: 30%; top:5%; left: 5%;
  }
.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/42/finish_bg.png') center top / cover no-repeat;
	}
}
@media screen and (min-width: 350px) and (orientation: portrait) {
}
@media screen and (min-width: 400px) and (orientation: portrait) {
}
@media screen and (min-width: 450px) and (orientation: portrait) {
}
@media screen and (min-width: 540px) and (orientation: portrait) {
}
@media screen and (min-width: 760px) and (orientation: portrait) {
}
@media screen and (min-width: 900px) and (orientation: portrait) {
}
/*portrait*/


