@charset "UTF-8";
/*!*** Base Rules *****/
/*!
	 * html5doctor.com Reset Stylesheet v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/)
	 * Richard Clark (http://richclarkdesign.com)
	 * http://cssreset.com
	 */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&display=swap&subset=japanese");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/*!*** Base Rules(Custom) *****/
#outdoor-contents * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#outdoor-contents *:before, #outdoor-contents *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#outdoor-contents {
  font-size: 16px;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.8;
  color: #712505;
  background-image: url("../images/repeat-bg.jpg");
  background-position: left top;
  background-repeat: repeat;
  background-size: 300px 300px;
}

#outdoor-contents img {
  width: 100%;
}

@font-face {
  font-family: "tetsubin";
  src: url("../font/tetsubin_web.woff2") format("woff2"), url("../font/tetsubin_web.woff") format("woff");
}

/* ローディング画面 */
#loading {
  width: 100vw;
  height: 100vh;
  -webkit-transition: all 1s;
  transition: all 1s;
  background-color: #712505;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

#loading .load-text {
  font-weight: bold;
  margin-bottom: 1em;
  color: #FAF2E7;
  font-family: sans-serif;
}

#loading.loaded {
  opacity: 0;
  visibility: hidden;
}

.sk-circle {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 0 auto;
}

.sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-circle .sk-child:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #FAF2E7;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
  animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}

.sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

.sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}

.sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  transform: rotate(120deg);
}

.sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  transform: rotate(150deg);
}

.sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  transform: rotate(210deg);
}

.sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  transform: rotate(240deg);
}

.sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  transform: rotate(300deg);
}

.sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  transform: rotate(330deg);
}

.sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.sk-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.sk-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.sk-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.sk-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.sk-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.sk-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.sk-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.sk-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.sk-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/*!*** Module Rules *****/
#main {
  will-change: transform;
  width: 100%;
  overflow: hidden;
  padding-top: 15px;
}

#main a {
  text-decoration: none;
  -webkit-transition: all .2s;
  transition: all .2s;
}

#main a:hover {
  opacity: 0.8;
}

@media (min-width: 480px) {
  #main .pc-w900 {
    width: 900px;
    margin-left: auto;
    margin-right: auto;
  }
}

#main .main-image {
  position: relative;
  width: 100%;
  overflow: hidden;
}

#main .main-image img {
  position: relative;
  width: 921px;
  left: 50%;
  margin-left: -587px;
}

@media (min-width: 480px) {
  #main .main-image {
    overflow: hidden;
  }
  #main .main-image img {
    width: 1553px;
    left: 50%;
    margin-left: -776.5px;
  }
}

#main .lp-nav-list {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  list-style-type: none;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 1.5em;
  margin-bottom: 3em;
}

#main .lp-nav-list > li {
  text-align: center;
}

#main .lp-nav-list > li a {
  display: block;
}

#main .lp-nav-list > li a .sp-nav-food {
  width: 80.5px;
}

#main .lp-nav-list > li a .sp-nav-drink {
  width: 81px;
}

#main .lp-nav-list > li a .sp-nav-event {
  width: 88px;
}

#main .lp-nav-list > li a .pc-nav-image {
  display: none;
}

#main .lp-nav-list > li a .sp-nav-image {
  display: block;
}

@media (min-width: 480px) {
  #main .lp-nav-list {
    margin-top: 2em;
    margin-bottom: 3em;
    width: 800px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #main .lp-nav-list > li {
    text-align: center;
  }
  #main .lp-nav-list > li a {
    display: block;
  }
  #main .lp-nav-list > li a .pc-nav-food {
    width: 162px;
  }
  #main .lp-nav-list > li a .pc-nav-drink {
    width: 151px;
  }
  #main .lp-nav-list > li a .pc-nav-event {
    width: 190px;
  }
  #main .lp-nav-list > li a .pc-nav-image {
    display: block;
  }
  #main .lp-nav-list > li a .sp-nav-image {
    display: none;
  }
}

#main .supervisior {
  padding-left: 5%;
  padding-right: 5%;
}

@media (min-width: 480px) {
  #main .supervisior {
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

#main .supervisior .supervisior-profile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

#main .supervisior .supervisior-profile .supervisior-profile-inner {
  width: 50%;
}

#main .supervisior .supervisior-profile .supervisior-name {
  font-weight: 700;
}

#main .supervisior .supervisior-profile .supervisior-name > span {
  font-size: 20px;
  margin-left: 0.2em;
  margin-right: 0.2em;
}

#main .supervisior .supervisior-profile .supervisor-text {
  font-size: 14px;
  line-height: 1.4;
}

#main .supervisior .supervisior-profile .supervisor-image {
  width: 175px;
}

@media (min-width: 480px) {
  #main .supervisior .supervisior-profile {
    width: 230px;
    -webkit-flex-wrap: wrap-reverse;
        -ms-flex-wrap: wrap-reverse;
            flex-wrap: wrap-reverse;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #main .supervisior .supervisior-profile .supervisior-profile-inner {
    width: 100%;
  }
  #main .supervisior .supervisior-profile .supervisior-name {
    text-align: center;
  }
  #main .supervisior .supervisior-profile .supervisor-text {
    text-align: center;
  }
  #main .supervisior .supervisior-profile .supervisor-image {
    width: 175px;
  }
}

#main .supervisior .supervisor-comment {
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 10px;
  padding: 2em 1em;
  position: relative;
  margin-top: 15px;
  font-weight: 700;
}

#main .supervisior .supervisor-comment::before {
  content: "";
  position: absolute;
  top: -30px;
  left: 75%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-bottom: 15px solid #fff;
  opacity: 0.6;
}

@media (min-width: 480px) {
  #main .supervisior .supervisor-comment {
    width: 650px;
    line-height: 2;
    padding: 3em 3em;
  }
  #main .supervisior .supervisor-comment::before {
    content: "";
    position: absolute;
    top: 50px;
    left: inherit;
    right: -15px;
    margin-left: 0;
    margin-right: -15px;
    border: 15px solid transparent;
    border-left: 15px solid #fff;
    opacity: 0.6;
  }
}

#main .main-section {
  margin-top: 4em;
}

@media (min-width: 480px) {
  #main .main-section {
    margin-top: 8em;
  }
}

#main .section-heading {
  font-size: 40px;
  font-family: tetsubin;
  text-align: center;
  color: #712505;
}

#main .section-heading .icon-food {
  display: inline-block;
  width: 56px;
  height: 33px;
  background-image: url("../images/icon-food.svg");
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: -50px;
  margin-right: 0.1em;
}

#main .section-heading .icon-drink {
  display: inline-block;
  width: 25px;
  height: 41px;
  background-image: url("../images/icon-drink.svg");
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: -30px;
  margin-right: 0.1em;
}

#main .section-heading .icon-event {
  display: inline-block;
  width: 47px;
  height: 50px;
  background-image: url("../images/icon-event.svg");
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: -20px;
  margin-right: 5px;
}

@media (min-width: 480px) {
  #main .section-heading {
    font-size: 58px;
    text-align: left;
  }
  #main .section-heading .icon-food {
    display: inline-block;
    width: 74px;
    height: 44px;
    margin-left: 0;
    margin-right: 0.1em;
  }
  #main .section-heading .icon-drink {
    display: inline-block;
    width: 38px;
    height: 61px;
    margin-left: 0;
    margin-right: 0.1em;
  }
  #main .section-heading .icon-event {
    display: inline-block;
    width: 47px;
    height: 50px;
    margin-left: -20px;
    margin-right: 5px;
  }
}

#main .catch-wrap {
  margin-bottom: 2em;
}

#main .catch-wrap .catch-copy-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#main .catch-wrap .catch-copy {
  font-size: 46px;
  font-family: tetsubin;
  line-height: 1;
  -webkit-transform: rotate(-7deg);
          transform: rotate(-7deg);
  position: relative;
  z-index: 1;
}

#main .catch-wrap .catch-copy.drink {
  font-size: 37px;
}

#main .catch-wrap .catch-copy > span {
  display: inline-block;
  line-height: 1.1;
  background-color: #FAF2E7;
}

#main .catch-wrap .catch-image {
  -webkit-box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.2);
  border: 10px solid #EBD8C0;
  line-height: 0;
  margin-left: 2%;
  margin-right: 2%;
  margin-top: -25px;
}

#main .catch-wrap .catch-image.drink {
  -webkit-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.2);
          box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.2);
}

@media (min-width: 480px) {
  #main .catch-wrap {
    margin-bottom: -2em;
    position: relative;
    height: 400px;
  }
  #main .catch-wrap.drink {
    margin-bottom: 1em;
  }
  #main .catch-wrap .section-heading.food {
    padding-top: 20px;
  }
  #main .catch-wrap .section-heading.drink {
    text-align: right;
    padding-top: 153px;
  }
  #main .catch-wrap .catch-copy {
    position: absolute;
    font-size: 70px;
    -webkit-transform: rotate(0);
            transform: rotate(0);
    left: 0;
    z-index: 2;
  }
  #main .catch-wrap .catch-copy.drink {
    font-size: 70px;
  }
  #main .catch-wrap .catch-copy > span {
    display: inline-block;
    line-height: 1.1;
    background-color: #FAF2E7;
  }
  #main .catch-wrap .catch-copy.drink {
    text-align: right;
    left: inherit;
    right: 0;
  }
  #main .catch-wrap .catch-image {
    position: absolute;
    width: 509px;
    top: 0;
    right: 0;
    margin: 0;
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
    z-index: 1;
  }
  #main .catch-wrap .catch-image.drink {
    right: inherit;
    left: 0;
  }
}

#main .projector-wrap {
  position: relative;
  width: 100%;
}

#main .projector-wrap::before {
  content: "";
  display: block;
  padding-top: 58%;
}

#main .projector-wrap .bg-wrap {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: url("../images/bg-projector.png");
  background-size: cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

#main .projector-wrap .movie-wrap {
  width: 80%;
  margin-top: -0.5em;
}

@media (min-width: 480px) {
  #main .projector-wrap .movie-wrap {
    margin-top: -1em;
  }
}

#main .projector-wrap .youtube-embed {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

#main .projector-wrap .youtube-embed .thumb, #main .projector-wrap .youtube-embed .player {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  background-color: #333;
}

#main .projector-wrap .youtube-embed .thumb {
  border: 1px solid #707070;
  cursor: pointer;
  -webkit-transition: all .2s;
  transition: all .2s;
  z-index: 2;
}

#main .projector-wrap .youtube-embed .thumb:hover {
  opacity: 0.8;
}

@media (min-width: 480px) {
  #main .projector-wrap {
    width: 1008px;
    margin-left: auto;
    margin-right: auto;
  }
}

#main .section-point {
  margin-top: 1em;
}

#main .section-point .point-balloon {
  width: 68px;
  height: 68px;
  border-radius: 34px;
  background-color: #F6C917;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 2;
  margin-left: 2%;
}

#main .section-point .point-balloon::before {
  content: "";
  position: absolute;
  top: 24px;
  right: -4px;
  margin-left: -15px;
  border: 15px solid transparent;
  border-bottom: 15px solid #F6C917;
}

#main .section-point .point-balloon > span {
  font-family: tetsubin;
  color: #fff;
  font-size: 15px;
  -webkit-transform: rotate(-18deg);
          transform: rotate(-18deg);
}

#main .section-point .point-text {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  margin-right: 5%;
  margin-left: 5%;
  position: relative;
  top: -20px;
}

#main .section-point .point-text > span {
  display: block;
  padding-top: 1.5em;
  padding-bottom: 1em;
}

#main .section-point .point-text::before {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-image: url("../images/line-dot.png");
  background-repeat: repeat-x;
}

#main .section-point .point-text::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-image: url("../images/line-dot.png");
  background-repeat: repeat-x;
}

@media (min-width: 480px) {
  #main .section-point {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 800px;
  }
  #main .section-point .point-balloon {
    width: 164px;
    height: 164px;
    border-radius: 82px;
    margin-left: 2%;
  }
  #main .section-point .point-balloon::before {
    content: "";
    position: absolute;
    top: 90px;
    right: -10px;
    margin-left: -15px;
    border: 15px solid transparent;
    border-bottom: 15px solid #F6C917;
  }
  #main .section-point .point-balloon > span {
    font-size: 37px;
    -webkit-transform: rotate(-18deg);
            transform: rotate(-18deg);
  }
  #main .section-point .point-text {
    width: 570px;
    font-size: 22px;
    margin-right: 0;
    margin-left: 0;
    position: relative;
    top: 0;
  }
  #main .section-point .point-text > span {
    display: block;
    padding-top: 2em;
    padding-bottom: 2em;
  }
}

#main .section-recipe .recipe-title {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  text-align: center;
  font-family: tetsubin;
  font-size: 40px;
  color: rgba(255, 255, 255, 0.8);
}

#main .section-recipe .recipe-list {
  padding-left: 5%;
  padding-right: 5%;
  list-style-type: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#main .section-recipe .recipe-list > li {
  margin-bottom: 1em;
  line-height: 0;
}

#main .section-recipe .recipe-list > li a {
  display: block;
  border-radius: 10px;
  width: 160px;
  height: 160px;
  -webkit-box-shadow: 6px 6px 10px rgba(35, 24, 21, 0.75);
          box-shadow: 6px 6px 10px rgba(35, 24, 21, 0.75);
}

@media (max-width: 360px) {
  #main .section-recipe .recipe-list > li a {
    width: 140px;
    height: 140px;
  }
}

#main .section-recipe .recipe-list > li a:active {
  -webkit-box-shadow: none;
          box-shadow: none;
  position: relative;
  top: 6px;
  left: 6px;
}

#main .section-recipe .recipe-list > li.cooking {
  border-radius: 10px;
  width: 160px;
  height: 160px;
  -webkit-box-shadow: 6px 6px 10px rgba(35, 24, 21, 0.75);
          box-shadow: 6px 6px 10px rgba(35, 24, 21, 0.75);
}

@media (max-width: 360px) {
  #main .section-recipe .recipe-list > li.cooking {
    width: 140px;
    height: 140px;
  }
}

@media (min-width: 480px) {
  #main .section-recipe .recipe-title {
    font-size: 50px;
    margin-top: 1.5em;
  }
  #main .section-recipe .recipe-list {
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
  #main .section-recipe .recipe-list > li {
    margin-bottom: 2.5em;
    line-height: 0;
  }
  #main .section-recipe .recipe-list > li a {
    display: block;
    width: 260px;
    height: 260px;
    border-radius: 20px;
    -webkit-box-shadow: 6px 6px 10px rgba(35, 24, 21, 0.75);
            box-shadow: 6px 6px 10px rgba(35, 24, 21, 0.75);
  }
  #main .section-recipe .recipe-list > li.cooking {
    width: 260px;
    height: 260px;
    border-radius: 20px;
    -webkit-box-shadow: 6px 6px 10px rgba(35, 24, 21, 0.75);
            box-shadow: 6px 6px 10px rgba(35, 24, 21, 0.75);
  }
}

#main #section-event {
  margin-top: 4em;
}

#main #section-event .section-heading.event {
  font-size: 43px;
  line-height: 1.2;
  text-align: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#main #section-event .event-image {
  width: 100%;
  overflow: hidden;
  position: relative;
}

#main #section-event .event-image img {
  width: 565px;
  position: relative;
  left: -190px;
}

#main #section-event .event-text {
  font-family: tetsubin;
  font-size: 34px;
  color: #fff;
  text-align: center;
}

#main #section-event .event-banner-list {
  width: 90%;
  padding-top: 2em;
  margin-left: auto;
  margin-right: auto;
}

#main #section-event .event-banner-list.col-2 {
  padding-top: 0;
}

#main #section-event .event-banner-list > li {
  margin-bottom: 1.5em;
  line-height: 0;
}

#main #section-event .event-banner-list > li > a {
  display: block;
  -webkit-box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.5);
}

#main #section-event .event-banner-list > li > a:active {
  -webkit-box-shadow: none;
          box-shadow: none;
  position: relative;
  top: 3px;
  left: 3px;
}

@media (min-width: 480px) {
  #main #section-event {
    margin-top: 8em;
    position: relative;
    height: 570px;
  }
  #main #section-event .section-heading.event {
    display: block;
    font-size: 61px;
    padding-top: 100px;
    margin-bottom: 2em;
  }
  #main #section-event .event-image {
    position: absolute;
    width: 1040px;
    top: 0;
    left: 50%;
    margin-left: -520px;
  }
  #main #section-event .event-image img {
    width: 1040px;
    left: 0;
  }
  #main #section-event .event-text {
    font-size: 46px;
  }
  #main #section-event .event-banner-list {
    padding-top: 0;
    width: 900px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #main #section-event .event-banner-list.col-2 {
    width: 590px;
  }
  #main #section-event .event-banner-list > li {
    width: 284px;
  }
}

#main #section-lineup {
  margin-top: 4em;
  padding-top: 2em;
  padding-bottom: 4em;
  background-color: rgba(255, 255, 255, 0.3);
}

#main #section-lineup .lineup-list {
  margin-top: 1em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  list-style-type: none;
}

#main #section-lineup .lineup-list > li {
  width: 42%;
  margin-bottom: 2em;
}

#main #section-lineup .lineup-list > li .lineup-image {
  text-align: center;
}

#main #section-lineup .lineup-list > li .lineup-image img {
  width: 90px;
}

#main #section-lineup .lineup-list > li .lineup-text {
  font-size: 14px;
  margin-bottom: 0.5em;
}

#main #section-lineup .lineup-list > li .lineup-name {
  font-size: 14px;
  font-weight: 700;
}

#main #section-lineup .lineup-button {
  text-align: center;
  margin-bottom: 1.5em;
}

#main #section-lineup .lineup-button > a {
  text-align: center;
  width: 280px;
  display: inline-block;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  background-color: #712505;
  -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
  color: #fff;
}

#main #section-lineup .lineup-button > a > i {
  margin-left: 0.5em;
}

#main #section-lineup .twitter-link {
  text-align: center;
}

#main #section-lineup .twitter-link > a {
  color: #712505;
}

#main #section-lineup .twitter-link > a > i {
  vertical-align: middle;
  color: #1DA1F2;
  margin-left: 0.5em;
  font-size: 30px;
  background-color: #fff;
  line-height: 0.5;
}

@media (min-width: 480px) {
  #main #section-lineup {
    margin-top: 16em;
    padding-top: 100px;
    padding-bottom: 100px;
  }
  #main #section-lineup .section-heading.lineup {
    text-align: center;
    margin-bottom: 1em;
  }
  #main #section-lineup .lineup-list {
    -webkit-flex-wrap: no-wrap;
        -ms-flex-wrap: no-wrap;
            flex-wrap: no-wrap;
    margin-bottom: 1em;
  }
  #main #section-lineup .lineup-list > li {
    width: 150px;
    margin-bottom: 2em;
  }
  #main #section-lineup .lineup-list > li .lineup-image {
    margin-bottom: 1em;
  }
  #main #section-lineup .lineup-list > li .lineup-text {
    font-size: 16px;
    margin-bottom: 1em;
  }
  #main #section-lineup .lineup-list > li .lineup-name {
    font-size: 16px;
  }
  #main #section-lineup .lineup-button-wrap {
    width: 600px;
    margin-right: auto;
    margin-left: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

#page-top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 1em;
  bottom: 1em;
  background: #fff;
  opacity: 0.8;
  border-radius: 50%;
  z-index: 100;
}

@media (min-width: 480px) {
  #page-top {
    right: 2em;
    bottom: 2em;
  }
}

#page-top a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}

#page-top a::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f106';
  font-size: 25px;
  line-height: 1;
  color: #712505;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -2px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

.section-recipe-detail {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  z-index: 10;
}

@media (min-width: 480px) {
  .section-recipe-detail .modal-content {
    width: 100%;
    height: auto;
  }
}

.section-recipe-detail #modal-close-button {
  width: 50px;
  height: 50px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 1em;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.section-recipe-detail #modal-close-button img {
  width: 50px;
  height: 50px;
}

@media (min-width: 480px) {
  .section-recipe-detail #modal-close-button {
    background-color: transparent;
    margin-top: 2em;
    cursor: pointer;
  }
  .section-recipe-detail #modal-close-button:hover {
    opacity: 0.8;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

.section-recipe-detail #modal-close-button-bottom {
  width: 50px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 1em;
  margin-bottom: 1em;
  display: block;
  text-align: center;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.section-recipe-detail #modal-close-button-bottom img {
  width: 50px;
  height: 50px;
}

@media (min-width: 480px) {
  .section-recipe-detail #modal-close-button-bottom {
    display: none;
    cursor: pointer;
  }
  .section-recipe-detail #modal-close-button-bottom:hover {
    opacity: 0.8;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

.section-recipe-detail .modal-content-inner {
  height: auto;
  overflow: scroll;
  padding-top: 2em;
  padding-left: 5%;
  padding-right: 5%;
}

@media (min-width: 480px) {
  .section-recipe-detail .modal-content-inner {
    -webkit-box-shadow: none;
            box-shadow: none;
    overflow: hidden;
    padding: 0;
    width: 900px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }
  .section-recipe-detail .modal-content-inner .modal-pc-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-bottom: 1px dotted #707070;
    padding-top: 2em;
    padding-bottom: 2em;
  }
  .section-recipe-detail .modal-content-inner .modal-pc-wrap .modal-pc-wrap-inner {
    width: 400px;
  }
  .section-recipe-detail .modal-content-inner .modal-pc-wrap .modal-pc-wrap-inner-drink {
    width: 50%;
  }
  .section-recipe-detail .modal-content-inner .modal-pc-wrap-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 2em;
  }
  .section-recipe-detail .modal-content-inner .modal-pc-wrap-bottom.single {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.section-recipe-detail .modal-content-inner .recipe-detail-catch {
  text-align: center;
  font-size: 14px;
  line-height: 1;
}

@media (min-width: 480px) {
  .section-recipe-detail .modal-content-inner .recipe-detail-catch {
    line-height: inherit;
  }
}

.section-recipe-detail .modal-content-inner .recipe-detail-catch > span {
  display: block;
  background-color: #dd0000;
  color: #fff;
  font-size: 12px;
  text-align: center;
  margin-bottom: 0.5em;
  padding-top: 2px;
  padding-bottom: 2px;
}

@media (min-width: 480px) {
  .section-recipe-detail .modal-content-inner .recipe-detail-catch {
    font-size: 16px;
    text-align: left;
  }
  .section-recipe-detail .modal-content-inner .recipe-detail-catch > span {
    font-size: 14px;
    display: inline-block;
    padding-right: 0.5em;
    padding-left: 0.5em;
    margin-right: 0.5em;
    margin-bottom: inherit;
  }
}

.section-recipe-detail .modal-content-inner .recipe-detail-title {
  font-family: tetsubin;
  font-size: 22px;
  text-align: center;
  color: #712505;
}

@media (min-width: 480px) {
  .section-recipe-detail .modal-content-inner .recipe-detail-title {
    font-size: 26px;
    text-align: left;
  }
}

.section-recipe-detail .modal-content-inner .recipe-stuff {
  padding-top: 1em;
  padding-bottom: 1em;
  border-bottom: 1px dotted #707070;
}

.section-recipe-detail .modal-content-inner .recipe-stuff > h3 {
  font-family: tetsubin;
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 0.2em;
}

.section-recipe-detail .modal-content-inner .recipe-stuff .stuff-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.section-recipe-detail .modal-content-inner .recipe-stuff .stuff-wrap.side-image {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.section-recipe-detail .modal-content-inner .recipe-stuff .stuff-wrap .stuff-list {
  width: 50%;
  list-style-type: none;
  font-size: 12px;
}

.section-recipe-detail .modal-content-inner .recipe-stuff .stuff-wrap .stuff-image {
  width: 45%;
  margin-top: -2em;
}

@media (min-width: 480px) {
  .section-recipe-detail .modal-content-inner .recipe-stuff {
    border-bottom: none;
  }
  .section-recipe-detail .modal-content-inner .recipe-stuff.drink {
    padding-top: 30px;
  }
  .section-recipe-detail .modal-content-inner .recipe-stuff .stuff-wrap .stuff-list {
    font-size: 16px;
  }
}

.section-recipe-detail .modal-content-inner .recipe-process {
  padding-top: 1em;
  padding-bottom: 1em;
  border-bottom: 1px dotted #707070;
}

.section-recipe-detail .modal-content-inner .recipe-process > h3 {
  font-family: tetsubin;
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 0.2em;
}

.section-recipe-detail .modal-content-inner .recipe-process .process-list {
  counter-reset: item;
  margin-left: 0.5em;
  font-size: 12px;
}

.section-recipe-detail .modal-content-inner .recipe-process .process-list > li {
  list-style-type: none;
  counter-increment: item;
  margin-bottom: 1em;
  padding-left: 1em;
  text-indent: -1em;
}

.section-recipe-detail .modal-content-inner .recipe-process .process-list > li::before {
  display: inline-block;
  width: 1em;
  padding-right: 0.5em;
  font-weight: 700;
  text-align: right;
  content: counter(item) ".";
}

@media (min-width: 480px) {
  .section-recipe-detail .modal-content-inner .recipe-process {
    width: 50%;
    border-bottom: none;
    padding-top: 30px;
    padding-bottom: 0;
  }
  .section-recipe-detail .modal-content-inner .recipe-process.drink {
    width: 100%;
    padding-top: 0;
  }
  .section-recipe-detail .modal-content-inner .recipe-process .process-list {
    font-size: 16px;
  }
}

.section-recipe-detail .modal-content-inner .title-balloon {
  width: 68px;
  height: 68px;
  border-radius: 34px;
  background-color: #FF9900;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 2;
  margin-left: 2%;
}

.section-recipe-detail .modal-content-inner .title-balloon::before {
  content: "";
  position: absolute;
  top: 24px;
  right: -4px;
  margin-left: -15px;
  border: 15px solid transparent;
  border-bottom: 15px solid #FF9900;
}

.section-recipe-detail .modal-content-inner .title-balloon > span {
  font-family: tetsubin;
  color: #fff;
  font-size: 15px;
  -webkit-transform: rotate(-18deg);
          transform: rotate(-18deg);
}

.section-recipe-detail .modal-content-inner .recipe-point {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 1em;
  padding-bottom: 1em;
  border-bottom: 1px dotted #707070;
}

.section-recipe-detail .modal-content-inner .recipe-point .recipe-point-text {
  width: 70%;
  font-size: 12px;
}

@media (min-width: 480px) {
  .section-recipe-detail .modal-content-inner .recipe-point {
    border-bottom: none;
    width: 400px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .section-recipe-detail .modal-content-inner .recipe-point .recipe-point-text {
    width: 300px;
    font-size: 14px;
    margin-left: 1em;
  }
}

.section-recipe-detail .modal-content-inner .recipe-product .recipe-product-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 1em;
  padding-bottom: 0.5em;
}

.section-recipe-detail .modal-content-inner .recipe-product .product-wrap {
  width: 70%;
  font-size: 12px;
}

.section-recipe-detail .modal-content-inner .recipe-product .product-wrap .product-wrap-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.section-recipe-detail .modal-content-inner .recipe-product .product-wrap .product-wrap-inner .product-text-wrap {
  position: relative;
  width: 46%;
}

.section-recipe-detail .modal-content-inner .recipe-product .product-wrap .product-wrap-inner .product-text-wrap.single {
  width: 72%;
}

.section-recipe-detail .modal-content-inner .recipe-product .product-wrap .product-wrap-inner .product-text-wrap.drink {
  width: auto;
}

.section-recipe-detail .modal-content-inner .recipe-product .product-wrap .product-wrap-inner .product-image {
  width: 43px;
  margin-right: 16px;
}

.section-recipe-detail .modal-content-inner .recipe-product .product-wrap .product-wrap-inner .product-image-wrap {
  width: 172px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.section-recipe-detail .modal-content-inner .recipe-product .product-button-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 12px;
}

.section-recipe-detail .modal-content-inner .recipe-product .product-button-wrap .purchase-button {
  width: 48%;
}

.section-recipe-detail .modal-content-inner .recipe-product .purchase-button {
  text-align: right;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

@media (max-width: 360px) {
  .section-recipe-detail .modal-content-inner .recipe-product .purchase-button {
    font-size: 10px;
  }
}

.section-recipe-detail .modal-content-inner .recipe-product .purchase-button > a {
  width: 100%;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  padding: 0.5em 0.8em;
  background-color: #712505;
  -webkit-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
  color: #fff;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.section-recipe-detail .modal-content-inner .recipe-product .purchase-button > a:hover {
  opacity: .8;
}

.section-recipe-detail .modal-content-inner .recipe-product .purchase-button > a > i {
  margin-left: 0.5em;
}

@media (min-width: 480px) {
  .section-recipe-detail .modal-content-inner .recipe-product .purchase-button {
    text-align: right;
    margin-top: 0.5em;
    margin-bottom: 0;
  }
  .section-recipe-detail .modal-content-inner .recipe-product .purchase-button > a {
    padding: 0.5em 1em;
  }
}

@media (min-width: 480px) {
  .section-recipe-detail .modal-content-inner .recipe-product {
    width: 50%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .section-recipe-detail .modal-content-inner .recipe-product .product-wrap {
    width: 360px;
    font-size: 14px;
  }
  .section-recipe-detail .modal-content-inner .recipe-product .product-wrap .product-wrap-inner .product-image {
    width: 50px;
  }
  .section-recipe-detail .modal-content-inner .recipe-product .product-wrap .product-wrap-inner .product-text-wrap {
    width: 270px;
  }
  .section-recipe-detail .modal-content-inner .recipe-product .product-button-wrap {
    font-size: 14px;
  }
}

@media (min-width: 480px) {
  .section-recipe-detail .modal-content-inner .modal-pc-wrap-bottom.single .recipe-product {
    width: 536px;
  }
  .section-recipe-detail .modal-content-inner .modal-pc-wrap-bottom.single .recipe-product.wide {
    width: 536px;
  }
  .section-recipe-detail .modal-content-inner .modal-pc-wrap-bottom.single .recipe-product .product-wrap {
    width: 430px;
  }
  .section-recipe-detail .modal-content-inner .modal-pc-wrap-bottom.single .recipe-product .product-wrap.wide {
    width: 430px;
  }
}

.pc {
  display: none;
}

@media (min-width: 480px) {
  .sp {
    display: none;
  }
  .pc {
    display: inherit;
  }
}
/*# sourceMappingURL=style.css.map */