@charset "UTF-8";

/*
YUI 3.18.1 (build f7e7bcb)
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/

html{color:#000;background:#FFF}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;*font-size:100%;}legend{color:#000}#yui3-css-stamp.cssreset{display:none}



/* =====================================================================




===================================================================== */
a {
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  text-decoration: none;
}
html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p,
header, section, article, aside, footer, figure, figcaption, nav {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
/*box-sizingを全ブラウザに対応*/
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
#container_wrap {
  overflow: hidden;
  color: #5d130c;
  font-size: 16px;
  line-height: 1.8;
  background-color: #ede0c0;
}
.sec01 *,
.sec02 *,
.sec03 *{
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 500;
}
img {
  margin: 0 auto;
  max-width: 100%;
}
.inner {
  max-width: 950px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.kv{
  /* background: url(../images/kv01.jpg)no-repeat right top/auto 94%;
  padding: 2% 0 0; */
  position: relative;
  z-index: 1;
}
.kv img{
  max-height: 97vh;
}
@media screen and (max-width: 1460px) and (min-width: 641px) {
  .kv img{
    width: 100%;
  }
}

.scroll{
  width: 12px;
  height: 75px;
  background: url(../images/scroll.svg)no-repeat top/12px 40px;
  position: absolute;
  left: 30px;
  bottom: 4%;
  animation: scroll 4s infinite;
}
@keyframes scroll{
  0%{bottom: 4%;}
  30%{bottom: 1.5%;}
  60%{bottom: 4%;}
}
.scroll::after{
  content: '';
  width: 1px;
  height: 30px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left:3px;
}

.sec01 {
  padding: 80px 0 0;
  position: relative;
}
.box01{
  padding: 20px;
  margin: 0 0 80px;
  background: #fff;
  box-shadow: 0 0 10px rgba(86,49,19,0.15);
  position: relative;
}
.ttl01{
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  z-index: 1;
  max-width: 495px;
  margin: 0 auto;
  text-align: center;
}

.sec02 {
  margin: 0 0 70px;
}
.ttl02 {
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  z-index: 1;
  max-width: 410px;
  margin: 0 auto;
  text-align: center;
}
.box02 {
  position: relative;
  padding: 50px 20px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(86,49,19,0.15);
}
.list_online {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;

}
.list_online li {
  width: 50%;
  text-align: center;
}
.list_online li:nth-of-type(2n+1) {
  border-right: 1px solid #ede0c0;
}
.list_online li img {
  width: 227px;
}

.sec03 {
  margin: 0 0 45px;
}
.box03 {
   box-shadow: 0 0 10px rgba(86,49,19,0.15);
   background-color: #fff;
}
.ttl03 {
  margin-bottom: 30px;
}
.movie {
  width: 100%;
  padding: 0 65px;
}
/* .movie video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
} */
.movie iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: 100%;
}
.note {
  padding: 0 65px;
}

.box04 {
  margin-bottom: 124px;
}
.ttl04 {
  margin-bottom: 30px;
}
.ttl04 img {
  width: 544px;
}

.sec05 {
  margin-bottom: 70px;
}
.box05 {
  position: relative;
}
.ttl05 {
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  z-index: 1;
  max-width: 625px;
  margin: 0 auto;
  text-align: center;
}


.box06{
  padding: 0 80px 80px;
  background: #fff;
  box-shadow: 0 0 10px rgba(86,49,19,0.15);
  position: relative;
}
.ttl06{
  text-align: center;
  margin: 0 0 20px;
}

.note{
  margin: 1em 0 0;
  font-size: 0.87em;
  text-align: right;
}
.sec06 {
  position: relative;
  background: url(../images/bg03.jpg)no-repeat top right/cover;
  padding: 80px 0;
}

ul.recipe_list{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 770px;
  margin: 0 auto;
}
ul.recipe_list li{
  width: 47%;
  text-align: center;
}
ul.recipe_list li img{
  border: 5px solid #fff;
  margin: 0 0 15px;
}
.recipe_ttl{
  font-size: 1.5em;
  font-weight: 700;
  margin: 0 0 0.2em;
}
.recipe_note{
  margin: 0 0 1.5em;
}
a.btn {
  display: block;
  max-width: 280px;
  width: 100%;
  background: #fff url(../images/arrow.svg)no-repeat left 12% center/6px 11px;
  color: #480000;
  font-size: 16px;
  letter-spacing: 0.05em;
  text-align: center;
  padding: 1em 0 1em 1em;
  margin: 0 auto;
  position: relative;
}
a.btn:before {
  content: '';
  width: 100%;
  height: 100%;
  border: 1px solid #620005;
  position: absolute;
  top: -4px;
  left: -4px;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
}
a.btn:hover {
  text-decoration: none;
}
a.btn:hover:before {
  top: 0;
  left: 0;
}
.sec07{
  position: relative;
  text-align: center;
  background-color: #fff;
  padding: 100px 0 70px;
}
a.btn_back{
  background: #fff url(../images/arrow_l.svg)no-repeat left 12% center/6px 11px;
}


@media screen and (min-width:641px) {

  .sp {
      display: none;
  }
  .pc {
      display: inherit;
  }
  #container_wrap {
      min-width: 950px;
  }
  .inner {
      width: 950px;
      margin: 0 auto;
  }

}


@media screen and (max-width: 640px) {

  .pc {
      display: none;
  }
  .sp {
      display: inherit;
  }
  .inner {
      padding: 0 15px;
  }
  .kv{
    position: relative;
    z-index: 1;
  }
  .kv img{
    max-height: 100vh;
  }
  .scroll{
    width: 8px;
    height: 50px;
    background: url(../images/scroll.svg)no-repeat top/8px 26px;
    right: 15px;
    bottom: 4%;
    animation: scroll 4s infinite;
  }
  .scroll::after{
    height: 20px;
  }
  .sec01{
    padding: 30px 0;
  }
  .box01{
    padding: 10px;
    margin: 0 0 30px;
  }

  .ttl01{
    top: 60px;
    width: 70%;
  }


  .box02{
    padding: 30px 20px 20px;
  }
  .ttl02{
    margin: 0 0 15px;
    top: -20px;
  }
  .ttl02 img {
    width: 256px;
  }

  .list_online {
    flex-wrap: wrap;
  }
  .list_online li {
    width: 100%;
  }
  .list_online li:nth-of-type(2n+1) {
    border-right: none;
    border-bottom: 1px solid #ede0c0;
  }
  .list_online li img {
    width: 227px;
  }


  .sec03 {
    margin: 0 0 45px;
  }
  .box03 {
    padding-bottom: 20px;
  }
  .ttl03 {
    margin-bottom: 20px;
  }

  .movie {
    padding: 0 20px;
  }

  .note{
    font-size: 0.75em;
    text-align: center;
    line-height: 1.5;
  }


  .sec04 .inner {
    padding: 0;
  }
  .box04 {
    margin-bottom: 60px;
  }
  .ttl04 {
    margin-bottom: 20px;
  }
  .ttl04 img {
    width: 272px;
  }

  .sec05 .inner {
    padding: 0;
  }

  .sec05 {
    margin-bottom: 70px;
  }
  .box05 {
    position: relative;
  }
  .ttl05 {
    top: -33px;
    max-width: 326px;
  }



  .sec06 {
    position: relative;
    background: #f3ebe3 url(../images/bg03_02_sp.jpg)no-repeat top/contain;
    padding: 45px 0 50px;
  }
  ul.recipe_list{
    margin: 0 auto -40px;
  }
  ul.recipe_list li{
    width: 100%;
    margin: 0 0 40px;
  }
  .recipe_ttl{
    font-size: 1.37em;
  }
  .recipe_note{
    font-size: 0.94em;
    line-height: 1.7;
  }
  a.btn_back{
    bottom: 3%;
  }

}
