@charset "utf-8";
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

@media only screen and (max-width: 640px) {
  #Main_inner {
    padding-bottom: 8.9%;
  }
}

#Cont {
  width: 100%;
}

#om_cont {
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "-apple-system", "メイリオ", Meiryo, sans-serif;
}

#om_cont * {
  box-sizing: border-box;
}

.mainVisual {
  visibility: hidden;
}

.mainVisual.slick-initialized {
  visibility: visible;
}

.mainVisual .slide .sec {
  height: 100%;
  position: relative;
}

.mainVisual .slide .sec .logo {
  position: absolute;
}
.mainVisualWrap .annotation {
  width: 100%;
  background: #3d2001;
}

@media screen and (min-width: 641px) {
  .mainVisual .slide {
    height: 34.4vw;
  }
  .mainVisual .slide.slide01 {
    background: url(../images/main01_pc.jpg) center center/cover no-repeat;
  }
  .mainVisual .slide.slide01 .logo {
    max-height: 57.2%;
    top: 23%;
  }
  .mainVisual .slide.slide02 {
    background: url(../images/main02_pc.jpg) center center/cover no-repeat;
  }
  .mainVisual .slide.slide02 .logo {
    max-height: 44.3%;
    top: 29%;
  }
  .mainVisualWrap .annotation p {
    color: #fff;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: min(calc((12 / 1280) * 100vw), 12px);
    text-align: right;
    padding: min(calc((5 / 1280) * 100vw), 5px);
    margin-right: 9.3vw;
  }
}

@media screen and (max-width: 640px) {
  .mainVisual .slide {
    height: 128vw;
  }
  .mainVisual .slide.slide01 {
    background: url(../images/main01_sp.jpg) center center/cover no-repeat;
  }
  .mainVisual .slide.slide02 {
    background: url(../images/main02_sp.jpg) center center/cover no-repeat;
  }
  .mainVisual .slide .logo {
    display: none;
  }
  .mainVisualWrap .annotation p {
    color: #fff;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: max(10px, calc((10 / 640) * 100vw));
    text-align: right;
    padding: max(5px, calc((5 / 640) * 100vw)) max(10px, calc((10 / 640) * 100vw)) max(5px, calc((5 / 640) * 100vw)) 0;
  }
}

.sec {
  margin: 0 auto;
  max-width: 960px;
}

@media only screen and (max-width: 1000px) {
  .sec {
    max-width: 96%;
  }
}

@media only screen and (max-width: 640px) {
  .sec {
    max-width: 90%;
  }
}

.sec01 {
  max-width: 830px;
  margin: 0 auto;
  padding: 50px;
  border: solid 2px #a79a9b;
  background: url(../images/sec01_bg.jpg) top center no-repeat;
  background-size: cover;
}

@media screen and (max-width: 640px) {
  .sec01 {
    padding: 20px 15px;
    max-width: 90%;
  }
}

.sec01_ttl {
  margin: 0 auto 4.958%;
  width: 88%;
  text-align: center;
}

@media only screen and (max-width: 640px) {
  .sec01_ttl {
    margin: 0 auto 4.958%;
    width: 100%;
    text-align: center;
  }
}

.sec01_ttl img {
  display: inline-block;
}

.sec01_txt {
  margin-bottom: 4.958%;
}

@media screen and (max-width: 640px) {
  .sec01_txt {
    font-size: 12px;
  }
}

.sec01_img {
  text-align: center;
}

.sec01_img li {
  display: inline-block;
  width: 37.87%;
  margin-right: 3%;
}

.sec01_note {
  text-align: right;
  margin-top: 3.44%;
}

@media screen and (max-width: 640px) {
  .sec01_note {
    font-size: 12px;
  }
}

.redTxt {
  color: #f00;
}

.box01 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 100px;
}

@media screen and (max-width: 640px) {
  .box01 {
    display: block;
    margin-bottom: 50px;
  }
}

.box01 .imgBox {
  width: 43%;
}

@media screen and (max-width: 640px) {
  .box01 .imgBox {
    width: 75%;
    margin: 0 auto 6vw;
  }
}

.box01 .imgBox .detail {
  margin-top: -70px;
}

@media screen and (max-width: 640px) {
  .box01 .imgBox .detail {
    margin-top: -10vw;
    font-size: 10px;
  }
}

.box01 .txtBox {
  width: 50%;
  font-size: 16px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

@media screen and (max-width: 640px) {
  .box01 .txtBox {
    width: 100%;
    font-size: 12px;
  }
}

.box01 .txtBox .lead {
  line-height: 2.2;
  margin-bottom: 1.5em;
}

.box02 {
  border: 1px solid #aaa;
  max-width: 830px;
  position: relative;
  z-index: 1;
  margin: 25px auto 10px;
  padding-top: 50px;
}

@media screen and (max-width: 640px) {
  .box02 {
    padding: 40px 0 10px;
  }
}

.box02:before {
  content: '';
  display: block;
  position: absolute;
  width: calc(100% - 20px);
  height: calc(100% + 20px);
  border: 1px solid #aaa;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}

@media screen and (max-width: 640px) {
  .box02:before {
    width: calc(100% - 10px);
    height: calc(100% + 10px);
  }
}

.box02 .ttl {
  font-size: 24px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  padding: 0 15px;
  position: absolute;
  top: -25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #3d2001;
}

@media screen and (max-width: 640px) {
  .box02 .ttl {
    font-size: 17px;
  }
}

@media screen and (max-width: 640px) {
  .box02 .ttl {
    white-space: nowrap;
    top: -18px;
  }
}

.box02 .inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 640px) {
  .box02 .inner {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
  }
}

.box03 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
  margin: 0 20px;
}

.box03 dl {
  margin-left: -50px;
  margin-bottom: 30px;
  max-width: 260px;
}

@media screen and (max-width: 640px) {
  .box03 dl {
    margin-bottom: 7vw;
  }
}

.box03 dl dt {
  font-size: 24px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  border-bottom: 1px solid #907d7e;
  margin-bottom: 10px;
  padding-left: 75px;
}

@media screen and (max-width: 640px) {
  .box03 dl dt {
    font-size: 17px;
  }
}

@media screen and (max-width: 640px) {
  .box03 dl dt {
    padding-left: 60px;
  }
}

.box03 dl dd {
  font-size: 16px;
  padding-left: 75px;
}

@media screen and (max-width: 640px) {
  .box03 dl dd {
    font-size: 12px;
    padding-left: 60px;
  }
}

.box03.highball .img {
  width: 108px;
}

@media screen and (max-width: 640px) {
  .box03.highball .img {
    width: auto;
    max-width: 20vw;
    margin-left: 3.2vw;
  }
}

.box03.rock .img {
  width: 150px;
}

@media screen and (max-width: 640px) {
  .box03.rock .img {
    width: auto;
    max-width: 28vw;
  }
}

@media screen and (min-width: 641px) {
  .box03.rock dl {
    margin-bottom: 57px;
  }
}

.list01 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid #856668;
}

.list01 dt, .list01 dd {
  padding: 25px 0;
  border-bottom: 1px solid #856668;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 640px) {
  .list01 dt, .list01 dd {
    padding: 15px 0;
  }
}

.list01 dt {
  width: 130px;
  font-size: 24px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

@media screen and (max-width: 640px) {
  .list01 dt {
    font-size: 17px;
  }
}

@media screen and (max-width: 640px) {
  .list01 dt {
    width: 60px;
  }
}

.list01 dd {
  width: calc(100% - 130px);
}

@media screen and (max-width: 640px) {
  .list01 dd {
    width: calc(100% - 60px);
  }
}

#taru {
  background: #220305;
  color: #fff;
  padding: 50px 0 110px;
}

@media screen and (max-width: 640px) {
  #taru {
    padding: 30px 0 40px;
  }
}

#taru .box02 {
  margin-bottom: 90px;
}

@media screen and (max-width: 640px) {
  #taru .box02 {
    margin-bottom: 50px;
  }
}

#taru .box02 .ttl {
  background: #220305;
}

#mori {
  background: #3d2001;
  color: #fff;
  padding: 50px 0 110px;
}

@media screen and (max-width: 640px) {
  #mori {
    padding: 30px 0 40px;
  }
}

@media screen and (min-width: 641px) {
  #mori .box01 .imgBox {
    width: 41.5%;
  }
}

#mori .box01 .imgBox .detail {
  margin-top: -50px;
}

@media screen and (max-width: 640px) {
  #mori .box01 .imgBox .detail {
    margin-top: -7.1vw;
  }
}

#mori .box02 {
  max-width: 600px;
}


#Notice_frm {
  padding: 0 10px;
}

#Notice02 {
  max-width: 1140px;
  margin: 0 auto 30px auto;
  border: 1px solid #ccc;
  background: #fff;
}

#Notice02_inner {
  padding: 10px;
  text-align: center;
}

#Notice02_inner .notice02_txt02 {
  color: #333;
}

#Notice02_inner .notice02_txt02 p {
  font-weight: bold;
  color: #666;
  font-size: 16px;
}

@media screen and (max-width: 640px) {
  #Notice02 {
    margin: 0 auto 15px auto;
  }
  #Notice_frm {
    margin-top: 10px;
  }
  #Notice02_inner .notice02_txt02 p {
    font-size: min(calc((16 / 640) * 100vw), 16px);
  }
}