@charset "UTF-8";
.lunch .right .block .title {
  font-family: 'Poppins', '游ゴシック体', '游ゴシック', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-weight: 500;
}

/*
color
 */
.lunch .right .block .title {
  font-family: 'Poppins', '游ゴシック体', '游ゴシック', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-weight: 500;
}

/*
color
 */
.lunch .right {
  font-size: 0;
  letter-spacing: 0;
}

.main_visual .logo a, .main_visual .logo a:before, .main_visual .down img, .today a, .topics .wrap, .topics .right article a, .lunch .left .lunch_info a:after, .party, .party a:after {
  transition: all .2s ease-out;
}

/*
main visual
 */
header {
  background: none;
  position: absolute;
}

header nav a {
  color: #fff;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}

#contents {
  padding-top: 0;
}

.main_visual {
  height: 100vh;
  position: relative;
  min-width: 960px;
  overflow: hidden;
}

.main_visual .pbg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: no-repeat center/cover url(../img/top_bg.jpg);
}

.main_visual .logo {
  width: 368px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
}

.main_visual .logo.ts_on img {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -ms-transform: scale(1);
      transform: scale(1);
}

.main_visual .logo.ts_on .down_wrap {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -ms-transform: translate(0, 0);
      transform: translate(0, 0);
}

.main_visual .logo img {
  display: block;
  width: 100%;
  height: auto;
  transition: all .4s ease-out;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -ms-transform: scale(0.8);
      transform: scale(0.8);
}

.main_visual .logo .down_wrap {
  transition: all .3s .4s ease-out;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -ms-transform: translate(0, -30px);
      transform: translate(0, -30px);
}

.main_visual .logo a {
  display: block;
  width: 200px;
  height: 35px;
  color: #fff;
  text-align: center;
  line-height: 35px;
  font-size: 20px;
  letter-spacing: .075em;
  margin: 20px auto 0;
  background: #997346;
  box-shadow: 0 0 5px #000;
  position: relative;
}

.main_visual .logo a:before {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  border: solid 10px transparent;
  border-bottom-width: 0;
  border-left-width: 100px;
  border-right-width: 100px;
  border-top-color: #997346;
}

.main_visual .logo a:hover {
  background: #fff;
  color: #997346;
}

.main_visual .logo a:hover:before {
  border-top-color: #fff;
}

.main_visual .down {
  position: absolute;
  width: 190px;
  height: 46px;
  background: no-repeat center/100% auto url(../img/parts1.svg);
  left: 50%;
  bottom: 0;
  margin-left: -95px;
  text-align: center;
  z-index: 1;
}

.main_visual .down img {
  position: relative;
  top: 12px;
}

.main_visual .down:hover img {
  top: 17px;
}

.today {
  padding: 95px 0 65px;
  border-bottom: solid 1px #AC865A;
  text-align: center;
  background: #F9F7F4;
  position: relative;
  z-index: 1;
}

.today .wrap {
  width: 800px;
  margin: 0 auto;
}

.today h2 {
  font-size: 24px;
  letter-spacing: .1em;
  padding-bottom: 10px;
  border-bottom: solid 3px #333;
  margin-bottom: 25px;
}

.today a {
  display: block;
}

.today a:hover {
  color: #997346;
}

.today .title {
  font-size: 20px;
  letter-spacing: .05em;
  line-height: 1.5;
  font-weight: bold;
}

.today .times {
  margin-top: 7px;
}

.today .times span {
  margin: 0 9px;
}

.today .note {
  line-height: 1.5;
  font-size: 12px;
  font-weight: bold;
  margin-top: 25px;
  letter-spacing: .05em;
}

.topics {
  padding: 25px 0;
  background: #fff;
  position: relative;
  z-index: 1;
}

.topics .wrap {
  width: 800px;
  margin: 0 auto;
}

.topics .left {
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
  letter-spacing: .1em;
}

.topics .left.fire p,
.topics .left.fire img {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -ms-transform: translate(0, 0);
      transform: translate(0, 0);
}

.topics .left p {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: all .6s .3s ease-out;
  -ms-transform: translate(0, 50px);
      transform: translate(0, 50px);
}

.topics .left img {
  display: block;
  margin: 0 auto 10px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: all .6s ease-out;
  -ms-transform: translate(0, 50px);
      transform: translate(0, 50px);
}

.topics .right {
  display: inline-block;
  vertical-align: middle;
  width: 640px;
  margin-left: 50px;
}

.topics .right article {
  margin-top: 25px;
  font-weight: bold;
}

.topics .right article:nth-of-type(1) {
  margin-top: 0;
}

.topics .right article a {
  display: block;
}

.topics .right article a:hover {
  color: #997346;
}

.topics .right article .title {
  font-size: 16px;
  letter-spacing: .05em;
  line-height: 1.3;
}

.topics .right article .data {
  margin-top: 8px;
  font-size: 12px;
  letter-spacing: .1em;
}

.topics .right article .data time {
  margin-right: 10px;
}

.topics .right article .data p {
  display: inline-block;
}

.lunch {
  border-top: solid 1px #AC865A;
  padding-top: 95px;
  position: relative;
  background: #F9F7F4;
  z-index: 1;
}

.lunch .wrap {
  width: 960px;
  margin: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.lunch .left {
  width: 420px;
  border-top: solid 1px #997346;
  background: #fff;
}

.lunch .left .lunch_info {
  text-align: center;
  position: relative;
  top: 50%;
  -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
}

.lunch .left .lunch_info.fire img,
.lunch .left .lunch_info.fire .title {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -ms-transform: translate(0, 0);
      transform: translate(0, 0);
}

.lunch .left .lunch_info img {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: all .6s ease-out;
  -ms-transform: translate(0, 30px);
      transform: translate(0, 30px);
}

.lunch .left .lunch_info .title {
  font-size: 42px;
  letter-spacing: .2em;
  padding-bottom: 25px;
  position: relative;
  margin-top: 15px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: all .6s .3s ease-out;
  -ms-transform: translate(0, 30px);
      transform: translate(0, 30px);
}

.lunch .left .lunch_info .title:after {
  content: '';
  position: absolute;
  left: 50%;
  width: 70px;
  bottom: 0;
  height: 5px;
  background: #333;
  margin-left: -35px;
}

.lunch .left .lunch_info .time {
  font-size: 16px;
  letter-spacing: .1em;
  line-height: 1.7;
  margin-top: 20px;
}

.lunch .left .lunch_info .note {
  font-size: 14px;
  margin: 7px 0 45px;
}

.lunch .left .lunch_info a {
  position: relative;
  font-size: 12px;
  letter-spacing: .1em;
  color: #997346;
  display: inline-block;
  padding-bottom: 5px;
}

.lunch .left .lunch_info a:after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #997346;
  bottom: 0;
}

.lunch .left .lunch_info a:hover:after {
  width: 120%;
  left: -10%;
}

.lunch .right {
  width: 520px;
  margin-left: 20px;
}

.lunch .right .block {
  display: inline-block;
  width: 250px;
  position: relative;
  overflow: hidden;
}

.lunch .right .block:nth-of-type(n + 3) {
  margin-top: 20px;
}

.lunch .right .block:nth-of-type(even) {
  margin-left: 20px;
}

.lunch .right .block .title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 18px;
  text-align: center;
  line-height: 250px;
  letter-spacing: .1em;
  background: rgba(0, 0, 0, 0.6);
  transition: all .3s ease-out;
  -ms-transform: translate(0, 100%);
      transform: translate(0, 100%);
}

.lunch .right .block .title p {
  position: relative;
  padding: 0 20px;
  top: 50%;
  -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
  line-height: 1.3;
}

.lunch .right .block:hover .title {
  -ms-transform: translate(0, 0);
      transform: translate(0, 0);
}

.lunch .right img {
  width: 100%;
  display: block;
  height: auto;
}

.party {
  width: 960px;
  margin: 70px auto 0;
  border-top: solid 2px #997346;
  border-bottom: solid 2px #997346;
  padding: 35px 0;
  text-align: center;
}

.party .title {
  display: inline-block;
  vertical-align: middle;
  font-size: 42px;
  letter-spacing: .2em;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -ms-transform: translate(-30px, 0);
      transform: translate(-30px, 0);
  transition: all .6s ease-out;
}

.party .title.fire {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -ms-transform: translate(0, 0);
      transform: translate(0, 0);
}

.party .title img,
.party .title p {
  display: inline-block;
  vertical-align: middle;
}

.party .text {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  line-height: 1.5;
  width: 350px;
  margin: 0 40px;
  text-align: left;
}

.party a {
  position: relative;
  font-size: 12px;
  letter-spacing: .1em;
  color: #997346;
  display: inline-block;
  padding-bottom: 5px;
  vertical-align: middle;
}

.party a:after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #997346;
  bottom: 0;
}

.party a:hover:after {
  width: 120%;
  left: -10%;
}

@media screen and (max-width: 767px) {
  header nav a {
    text-shadow: none;
  }
  header .sp_global_nav hr {
    background: #fff;
  }
  .main_visual {
    min-width: 100%;
  }
  .main_visual .logo {
    width: 267px;
  }
  .main_visual .logo a {
    width: 150px;
    height: 28px;
    line-height: 28px;
    font-size: 15px;
  }
  .main_visual .logo a:before {
    border-width: 7px;
    border-left-width: 75px;
    border-right-width: 75px;
  }
  .today {
    padding: 40px 15px 35px;
  }
  .today .wrap {
    width: auto;
  }
  .today .title {
    font-size: 17px;
  }
  .today .times {
    font-size: 14px;
  }
  .topics {
    padding: 25px 15px;
  }
  .topics .wrap {
    width: auto;
  }
  .topics .left {
    display: block;
    text-align: center;
  }
  .topics .right {
    display: block;
    width: auto;
    margin: 20px 0 0;
  }
  .topics .right article {
    margin-top: 20px;
  }
  .topics .right article .title {
    font-size: 14px;
  }
  .topics .right article .data {
    margin-top: 5px;
  }
  .lunch {
    padding: 40px 15px 0;
  }
  .lunch .wrap {
    width: auto;
    display: block;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .lunch .left {
    width: auto;
  }
  .lunch .left .lunch_info {
    top: 0;
    -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    padding-top: 20px;
  }
  .lunch .left .lunch_info .title {
    font-size: 24px;
    padding-bottom: 25px;
    margin-top: 15px;
  }
  .lunch .left .lunch_info .title br {
    display: none;
  }
  .lunch .left .lunch_info .note {
    margin-bottom: 0;
  }
  .lunch .left .lunch_info a {
    display: none;
  }
  .lunch .right {
    width: auto;
    background: #fff;
    margin-left: 0;
    padding: 25px;
    text-align: center;
  }
  .lunch .right .block {
    width: 48%;
  }
  .lunch .right .block:nth-of-type(n + 3) {
    margin-top: 15px;
  }
  .lunch .right .block:nth-of-type(even) {
    margin-left: 4%;
  }
  .lunch .right .block .title {
    position: inherit;
    height: auto;
    color: #333;
    font-size: 11px;
    line-height: 1;
    background: none;
    -ms-transform: translate(0, 0);
        transform: translate(0, 0);
  }
  .lunch .right .block .title p {
    position: inherit;
    margin-top: 5px;
    padding: 0 20px;
    top: auto;
    -ms-transform: translate(0, 0);
        transform: translate(0, 0);
  }
  .lunch .right .more_link {
    width: auto;
    position: relative;
    font-size: 12px;
    letter-spacing: .1em;
    color: #997346;
    display: inline-block;
    padding-bottom: 5px;
    margin: 15px 0 0;
  }
  .lunch .right .more_link:after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: #997346;
    bottom: 0;
  }
  .lunch .right .more_link:hover:after {
    width: 120%;
    left: -10%;
  }
  .party {
    width: calc(100vw - 30px);
    margin: 40px auto 0;
    border: solid 1px #997346;
    padding: 25px 15px;
    box-sizing: border-box;
  }
  .party .title {
    font-size: 24px;
  }
  .party .title p {
    display: block;
    margin-top: 10px;
  }
  .party .text {
    display: block;
    width: auto;
    margin: 20px 0 0;
  }
}
