#key {
  background: url(../img/index/bg_key.jpg) no-repeat center/cover;
}
#read {
  position: relative;
  letter-spacing: 0.6px;
  background: url(../img/index/bg_read_bt.png) no-repeat center bottom;
  padding: 180px 0 151px;
  color: #fff;
}
#read:before {
  background: url(../img/index/bg_read.png) no-repeat center bottom/cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 757px;
  content: '';
}
#read h2 {
  padding-bottom: 57px;
}
#read .txt {
  padding: 10px 0 43px 65px;
  width: 595px;
}
#read dl {
  padding-left: 62px;
  padding-bottom: 35px;
}
#read dl dt {
  color: #b19068;
  font-weight: bold;
  font-size: 23px;
  letter-spacing: 1.2px;
  line-height: 37px;
}
#read dl dd {
  padding: 5px 0 0 0;
}
#read .photo {
  position: absolute;
  top: 513px;
  right: -8px;
}
#food {
  position: relative;
  letter-spacing: 0.6px;
  padding: 10px 0 304px;
}
#food .bg_food {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#food .bg_food:after {
  background: url(../img/index/bg_food.jpg) no-repeat center/cover;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: '';
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1) 1.5s !important;
}
#food .bg_food[style*='visible']:after {
  opacity: 1 !important;
}
#food h2 {
  margin-left: -62px;
  padding-top: 119px;
}
#food .txt {
  padding: 48px 0 28px;
  width: 480px;
}
#food .link {
  width: 383px;
}
#food:before {
  background: url(../img/shared/bg.jpg) repeat center top;
  width: 100%;
  height: 300px;
  position: absolute;
  bottom: -187px;
  left: 0;
  content: '';
  webkit-transform: skewY(7.5deg);
  -ms-transform: skewY(7.5deg);
  -o-transform: skewY(7.5deg);
  transform: skewY(7.5deg);
}
#drink {
  position: relative;
  letter-spacing: 0.6px;
  padding-bottom: 164px;
}
#drink h2 {
  margin-right: -46px;
  padding: 23px 0 10px;
  position: relative;
  z-index: 1000;
}
#drink .txt {
  padding: 14px 0 28px 458px;
  position: relative;
  z-index: 1000;
}
#drink .link {
  width: 382px;
  margin-left: 616px;
  position: relative;
  z-index: 10;
}
#drink .photo {
  position: absolute;
  top: -183px;
  left: -170px;
}
#course {
  position: relative;
  letter-spacing: 0.6px;
  padding-bottom: 115px;
}
#course h2 {
  padding: 218px 0 156px;
}
#course .bg_course {
  position: absolute;
  width: 100%;
  height: 842px;
  top: 0;
  left: 0;
}
#course .bg_course:after {
  background: url(../img/index/bg_course.jpg) no-repeat center/cover;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: '';
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1) 1.5s !important;
}
#course .bg_course[style*='visible']:after {
  opacity: 1 !important;
}
#course .box {
  width: 497px;
  padding-bottom: 11px;
  color: #000;
  position: relative;
  background: #fff;
}
#course .box:before {
  background: #fff;
}
#course .box:after {
  border-left: 10px solid #000;
  height: 100%;
  position: absolute;
  top: 0;
  left: 12px;
  content: '';
  z-index: 10;
  opacity: 0;
}
#course .box[style*='visible']:after {
  opacity: 1 !important;
}
#course .box dl {
  font-weight: bold;
  padding: 39px 0 0 74px;
  border-bottom: 10px solid #000;
  width: 370px;
  padding-bottom: 40px;
  padding-right: 53px;
}
#course .box dl dt {
  color: #640b0b;
  padding: 10px 0 25px;
  font-size: 28px;
}
#course .box dl dt span {
  font-size: 29px;
}
#course .link {
  position: absolute;
  bottom: -48px;
  right: 0;
}
#space {
  position: relative;
  letter-spacing: 1px;
  background: url(../img/index/bg_space.jpg) no-repeat center/cover;
  padding: 96px 0 56px;
}
#space:before {
  background: url(../img/index/bg_space_on.jpg) no-repeat center/cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 0.5s ease;
  content: '';
  opacity: 0;
}
#space .box {
  width: 530px;
  color: #000;
  position: relative;
  background:
    url(../img/index/deco1.png) no-repeat top right,
    url(../img/index/deco2.png) no-repeat bottom left,
    #fff;
  margin: -67px auto 0;
  padding: 63px 0 60px;
}
#space.active:before {
  opacity: 1;
}
#space.active h2 {
  padding-top: 56px;
}
#space .link {
  width: 382px;
  margin: 30px auto 0;
}
#news {
  position: relative;
  letter-spacing: 1px;
  font-size: 12px;
  line-height: 25px;
  font-weight: bold;
  padding: 77px 0 134px;
}
#news #feed {
  padding-top: 24px;
}
#news #feed dl {
  width: 252px;
  margin-left: 33px;
  float: left;
}
#news #feed dl dt a {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 240 / 150;
}
#news #feed dl dt a span {
  width: 100% !important;
  height: 100% !important;
}
#news #feed dl + dl {
  margin-left: 88px;
}
#news #feed dl .title_rss {
  color: #d79e31;
  padding: 16px 0 2px;
}

.fix_shimai a {
  width: 30px;
  position: fixed;
  top: 180px;
  right: 0px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 20px;
  display: block;
  background-color: #610f0e;
  padding: 30px 20px;
  color: #fff;
  letter-spacing: 2px;
  text-decoration: none;
  z-index: 9999999999999;
  font-weight: bold;
  text-align: center;
}
