@charset "UTF-8";

/* main
/*======================================== */
.main {
  padding-top: 180px;
}
@media only screen and (max-width:980px) {
  .main {
    padding-top: 80px;
  }
}

/* mv
/*======================================== */
.mv {
  position: relative;
  overflow: hidden;
}
.mv_btn {
  position: absolute;
  width: 160px;
  top: 2%;
  right: 1%;
  opacity: 0%;
  display: none;
  cursor: pointer;
  z-index: 20;
}
.mv_title {
  position: absolute;
  width: 3%;
  top: 8%;
  left: 6%;
  opacity: 0%;
}
.mv_title02 {
  position: absolute;
  width: 15%;
  top: 50%;
  right: 5%;
  opacity: 0%;
  transform: translateY(-50%);
}
.mv video {
  position: absolute;
  top:0px;
  left:0px;
  width:100%;
  opacity: 100%;
}
.mv_image {
  opacity: 0%;
}
.mv_copy {
  position: absolute;
  background-color: rgba(255, 255, 255,0.7);
  padding: 14px 0;
  width: 63%;
  max-width: 940px;
  top: 15%;
  left: 0%;
  opacity: 0%;
}
.mv_copy_text {
  font-size: 43px;
  letter-spacing: 0.03em;
  line-height: 2;
  margin-left: 90px;
}
.mv_text_1 {
  position: absolute;
  padding: 10px 10px;
  color: #fff;
  background-color: #000;
  font-size: clamp(1.3rem, 0.051rem + 1.624vw, 2rem);
  bottom: 0;
  left: 0;
  opacity: 0%;
}
@media only screen and (max-width:1024px) {
  .mv_copy_text {
    font-size: 28px;
    margin-left: 40px;
  }
}

@media only screen and (max-width:768px) {
  .mv_btn {
    position: absolute;
    width: 120px;
    top: auto;
    bottom: 2%;
    right: 1%;
  }
  .mv_title {
    position: absolute;
    width: 5.2%;
    top: 8%;
    left: 15%;
  }
  .mv_title02 {
    position: absolute;
    width: 18%;
    top: 60%;
    left: 50%;
    transform: translateX(-50%);
  }
  .mv video {
    width:212%;
  }
  .mv_copy {
    padding: 20px 0;
    width: 90%;
    max-width: 350px;
    top: 15%;
    left: 0%;
  }
  .mv_copy_text {
    font-size: 20px;
    margin-left: 15px;
  }
}


/* kv_area
/*======================================== */
.kv_area {
  position: relative;
}
.kv_area::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background-image: url(../images/top/decoration01.svg);
  background-repeat: repeat-x;
  background-position: center top;
  background-size: cover;
  width: 100%;
  height:30px;
  z-index: 2;
}
.kv_area::after {
  content: '';
  position: absolute;
  background: rgb(255,255,255);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.53) 50%, rgba(255, 255, 255, 0) 100%);
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height:66%;
  z-index: 1;
}
.kv_body {
  position: absolute;
  max-width: 1060px;
  width: 100%;
  padding: 0 20px;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}
.kv_btn {
  display: block;
  max-width: 660px;
  width: 100%;
  margin: 40px auto 0;
  transition: all .4s;
}
.kv_btn:hover {
  opacity: .9;
}
.kv_info {
  font-size: 24px;
  letter-spacing: 0.1em;
  text-align: center;
  margin-top: 40px;
  color: #984A00;
  font-weight: bold;
}
.kv_info .text-l {
  font-size: 44px;
  letter-spacing: 0.2em;
  font-weight: bold;

}
.kv_info .text-m {
  font-size: 46px;
  font-weight: bold;
}

@media only screen and (max-width:1024px) {
  .kv_area::after {
    height:76%;
  }
  .kv_body {
    width: 80%;
    top: 16%;
  }
  .kv_info {
    margin-top: 20px;
  }
  .kv_info .text-m {
    font-size: 38px;
    font-weight: bold;
  }
  .kv_btn {
    max-width: 500px;
    margin: 30px auto 0;
  }
}

@media only screen and (max-width:768px) {
  .kv_body {
    position: static;
    background-image: url(../images/top/bg_01.png);
    width: 100%;
    padding: 60px 20px;
    top: auto;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
    transform: translateX(0);
  }
  .kv_area::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background-image: url(../images/top/decoration01.svg);
    background-repeat: repeat-x;
    background-position: center top;
    background-size: cover;
    width: 100%;
    height:20px;
    z-index: 2;
  }
  .kv_area::after {
    content: none;
  }
  .kv_btn {
    display: block;
    max-width: 400px;
    width: 100%;
    margin: 8px auto 0;
  }
  .kv_info {
    font-size: 24px;
    margin-top: 20px;
    line-height: 1.5;
  }
  .kv_info .text-l {
    font-size: 34px;
  }
  .kv_info .text-m {
    font-size: clamp(2.8rem, 1.846rem + 2.545vw, 3.8rem);
  }
}

/* panel
/*======================================== */
.panel {
  background-image: url(../images/top/panel_bg.png);
  background-repeat: repeat-y;
  background-size: cover;
  padding: 50px 0 40px;
}
.panel_inner {
  max-width: 1240px;
  margin: 0 auto;
}
.panel_inner .cap {
  text-align: center;
  font-size: 12px;
  margin-top: 30px;
}
@media only screen and (max-width:768px) {
  .panel_img {
    max-width: 400px;
    padding: 0 10px;
    margin: 0 auto;
  }
}


/* event
/*======================================== */
.main_bg {
  background-image: url(../images/top/bg_01.png);
}
.event02 {
  position: relative;
}
.event02::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 16vh;
  top: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, #fac3a1 0%, rgba(255,255,255,0) 100%);
  z-index: 1;
}
.event02::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background-image: url(../images/top/decoration01.svg);
  background-repeat: repeat-x;
  background-position: center top;
  background-size: cover;
  width: 100%;
  height:30px;
  z-index: 2;
}
@media only screen and (max-width:768px) {
  .event02::before {
    height:20px;
  }
}

.event_kv {
  position: relative;
}
.event_title {
  position: absolute;
  max-width: 600px;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width:1024px) {
  .event_title {
    max-width: 400px;
    top: 6%;
  }
}
@media only screen and (max-width:768px) {
  .event_title {
    top: 20%;
  }
}
.event_reserve {
  /* margin-top: -30px; */
  position: relative;
  z-index: 3;
}
@media only screen and (max-width:767px) {
  .event_reserve {
    margin-top: -30px;
  }
}

.event .cap {
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  font-size: clamp(1.3rem, 0.051rem + 1.624vw, 2rem);
  padding:4px 10px;
  background-color: #000;
}

.event .event_1 {
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
  padding-top: 48px;
}

.event .telBox {
  padding: 30px 40px;
  margin: 90px auto;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.event .telBox::before {
  content: '';
  position: absolute;
  width: 99%;
  top: 4px;
  bottom: 4px;
  left: 4px;
  right: 4px;
  background-image: url(../images/top/waku.svg);
  background-repeat: no-repeat;
  background-position: center;
  
}

@media screen and (max-width: 768px) {
  .event .telBox {
    padding: 34px 20px;
  }
  
}

.event .telBox .telBoxtitle {
  font-size: 38px;
  font-weight: bold;
  text-align: center;
  color: #984a00;
}

@media screen and (max-width: 768px) {
  .event .telBox .telBoxtitle {
    font-size: 22px;
  }
}

.event .telBox .inBox {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 10px 10px 50px;
  background-color: #fbeddd;
  position: relative;
  z-index: 99;
}

@media screen and (max-width: 768px) {
  .event .telBox .inBox {
    display: block;
    padding: 20px 10px;
  }
}

.event .telBox .inBox figure {
  width: 49%;
  margin-right: 20px;
}

@media screen and (max-width: 768px) {
  .event .telBox .inBox figure {
    margin: 0 auto;
    width: 90%;
  }
}

.event .telBox .inBox figure:hover {
  opacity: .6;
  -webkit-transition: .3s;
  transition: .3s;
}

.event .telBox .inBox .textBox {
  width: 49%;
  font-size: 16px;
}
.event .telBox .inBox .textBox p {
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.06em;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .event .telBox .inBox .textBox {
    font-size: 12px;
    text-align: center;
    margin: 10px auto 0;
    line-height: 2;
    width: 100%;
  }
}


.event02 {
  padding-top: 30px;
  /* padding-bottom: 60px; */
}

@media screen and (max-width: 768px) {
  .event02 {

  }
}

@media screen and (max-width: 768px) {
  .section06 .inner {
    max-width: 700px;
    padding: 0 20px;
  }
}
.section06 .inner {
  max-width: 1040px;
}
.newsBox {
  padding: 60px;
  border: 2px;
  border-radius: 10px;
  background-color: white;
  box-shadow: 0 0 20px gray;
  /* padding: 30px; */
  /* border-bottom: 2px solid #d1d1d1; */
}

.newsBox a {
  color: white;
  display: block;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .newsBox {
    padding: 26px 0;
  }
  .newsBox .newsLabel {
    margin: 0 30px;
  }
}

.newsBox .newsLabel {
  padding: 8px 26px;
  background-color: #691C2A;
  color: #fff;
  font-size: 15px;
  text-align: center;
}

.newsBox .newsTitle p {
  font-size: 24px;
  margin-top: 20px;
  font-weight: bold;
  letter-spacing: .1em;
}

@media screen and (max-width: 768px) {
  .newsBox .newsTitle p {
    font-size: 18px;
    letter-spacing: normal;
    padding: 0 30px;
  }
}

.newsBox .newsTitle span {
  color: #8a754b;
  padding-right: 1rem;
}

.newsBox dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 20px;
  border-bottom: 2px dotted #d0d0d0;
  border-top: 2px dotted #d0d0d0;
  padding: 30px 0px;
}

@media screen and (max-width: 768px) {
  .newsBox dl {
    display: block;
    margin: 0 30px;
  }
}

.newsBox dl:last-of-type {
  margin-bottom: 35px;
}

.newsBox dt {
  width: 120px;
  border: 1px solid #691C2A;
  padding: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  text-align: center;
  color: #691C2A;
}

@media screen and (max-width: 768px) {
  .newsBox dt {
    width: 100%;
    padding: 10px 10px;
  }
}

.newsBox dd {
  width: calc(100% - 150px);
  font-size: 20px;
  line-height: 1.7;
}

@media only screen and (max-width: 480px) {
  .newsBox dd {
    width: 100%;
    margin-top: 10px;
    font-size: 16px;
  }
}

/* .newsBox:first-of-type {
  border-top: 2px solid #d1d1d1;
  margin-top: 40px;
} */

.newsBtn {
  max-width: 220px;
  width: 100%;
  margin: 0 30px;
  margin-left: auto;
  text-align: center;
  background-color: #691C2A;
  border: 2px solid #691C2A;
  border-radius: 50px;
  -webkit-transition: .5s;
  transition: .5s;
  padding: 14px 0;
  font-size: 18px;
  color: #8a754b;
}

@media screen and (max-width: 768px) {
  .newsBtn {
    margin: 0 auto;
    font-size: 16px;
  }
}

.newsBtn .icon05 {
  background: url(../images/top/btn-arrow-white.png) no-repeat;
  background-size: contain;
  padding: 10px;
  background-position: center center;
  margin-left: 20px;
}

.newsBox:hover {
  -webkit-transition: .3s;
  transition: .3s;
  opacity: 0.7;
}

.newsBox:hover .newsBtn {
  background-color: #fff;
  border: 2px solid #691C2A;
}

.newsBox:hover .newsBtn a {
  color: #691C2A;
}

.newsBox:hover .newsBtn .icon05 {
  background: url(../images/top/btn-arrow.png) no-repeat;
  background-size: contain;
  padding: 10px;
  background-position: center center;
  margin-left: 20px;
}

.newsBottomBtn {
  width: 100%;
  margin: 0 30px;
  margin: 60px auto;
  text-align: center;
  border: 1px solid #691C2A;
  background-color: #f4f4f4;
  border-radius: 100px;
  -webkit-transition: .5s;
  transition: .5s;
}

@media only screen and (max-width: 768px) {
  .newsBottomBtn {
    max-width: 600px;
    margin: 30px auto;
  }
}

.newsBottomBtn a {
  font-size: 22px;
  line-height: 2;
  color: #691C2A;
  display: block;
  padding: 40px 40px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .newsBottomBtn a {
    font-size: 18px;
    padding: 20px 10px;
  }
}

@media screen and (max-width: 450px) {
  .newsBottomBtn a {
    font-size: 16px;
    padding: 20px 10px;
  }
}

.newsBottomBtn .icon05 {
  background: url(../images/top/btn-arrow.png) no-repeat;
  background-size: 100%;
  width: 40px;
  padding: 20px;
  background-position: center center;
  margin-left: 20px;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .newsBottomBtn .icon05 {
    padding: 14px;
    width: 26px;
  }
}

.newsBottomBtn:hover {
  background-color: #691C2A;
}

.newsBottomBtn:hover a {
  color: #fff;
}

.newsBottomBtn:hover .icon05 {
  background: url(../images/top/btn-arrow-white.png) no-repeat;
  background-size: 100%;
  background-position: center center;
  margin-left: 20px;
  width: 40px;
  height: 40px;
}

@media screen and (max-width: 768px) {
  .newsBottomBtn:hover .icon05 {
    height: 26px;
    width: 26px;
  }
}


/*===================================================================
cm
/*================================================================= */
.cm {
  position: relative;
  padding-top: 40px;
  padding-bottom: 20px;
    background: #ededed url(../images/top/top-bg-object.png) no-repeat top left / 240px 300px;

}
.cm .inner {
  padding-bottom: 60px;
}

.cm.y-w::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    background-image: url(../images/top/decoration01.svg);
    background-repeat: repeat-x;
    background-position: center top;
    background-size: cover;
    width: 100%;
    height:28px;
    z-index: 2;
}

/* .cm::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  background-image: url(../images/top/decoration01.svg);
  background-repeat: repeat-x;
  background-position: center top;
  background-size: cover;
  width: 100%;
  height:28px;
  z-index: 2;
} */
.cm a:hover {
  opacity: .7;
  transition: all .4s;
}
.cm figure {
  margin-top: 40px;
}

@media only screen and (max-width: 768px) {
  .cm {
    padding-top: 12px;
    padding-bottom: 0px;
  }
  .cm::after {
    height:20px;
  }
}

.section06 {
  padding-bottom: 60px;
  background-color: #ededed;
}
@media only screen and (max-width:768px) {
  .section06 {
    padding-bottom: 30px;
  }
}

.l_s_wrap {
  position: relative;
  /* background: #dab68d;
  padding-top: 90px; */

}
.l_slide_ttl_wrap{
  position: relative;
  background: #dab68d;
  padding: 30px 0;
  display: flex !important;
  align-items: center;
}

.l_slide_ttl_wrap::before,
.l_slide_ttl_wrap::after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #984a00;
}
.l_slide_ttl_wrap::before {
  margin-right: 1rem;
}
.l_slide_ttl_wrap::after {
  margin-left: 1rem;
}

.l_slide_ttl{
  display: block;
  text-align: center;
  font-size: min(3vw,32px);
  padding: 0;
  font-weight: bold;
}
.l_slide_ttl .c_text {
  color: #984a00;
  font-size: min(3.2vw,36px);
  font-weight: bold;
}
.l_slide_ttl .c_num {
  color: #984a00;
  font-size: min(3.8vw,44px);
  font-weight: bold;
}
.l_slide_ttl .s_text {
  font-size: min(2vw,20px);
}

@media only screen and (max-width:768px) {

.l_slide_ttl .c_text {
  font-size: 16px;
}
.l_slide_ttl .c_num {
  font-size: 16px;
}
.l_slide_ttl .s_text {
  font-size: 10px;
}
.l_slide_ttl_wrap {
  padding: 5px 0;
  line-height: 1.3;
}
.l_slide_ttl{
  font-size: 14px;
}

.l_slide_ttl_wrap::before {
  margin-right: 5px;
}
.l_slide_ttl_wrap::after {
  margin-left: 5px;
}
}
.l_s_cap {
  position: absolute;
  left: 0;
  bottom: -27px;
  font-size: 12px;
  padding: 3px;
  /* color: #fff;
  background-color: rgba(0, 0, 0, .6); */
}
/* .loopslider {
  margin-top: 100px;
} */
@media only screen and (max-width:768px) {
  /* .loopslider {
    margin-top: 40px;
  } */
}


/* ============================================= */
.mv_area {
  position: relative;
  line-height: 0;
}

.mv_area.end .in_video {
  z-index: 1;
}
.mv_area .in_video .in_el {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
}
.mv_area .in_video video {
  position: relative;
  display: block;
  width: 100%;
  /* height: 100%; */
}
.mv_area .in_video {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  z-index: 20;
}

.mv_area .mv_movie_btns {
  position: absolute;
  width: 160px;
  top: 2%;
  right: 1%;
  z-index: 100;
}
.mv_area .in_skip,
.mv_area .in_play {
  top: 2%;
}
.mv_area .in_audio,
.mv_area .in_muted {
  top: 100px;
}

.mv_area .in_play,
.mv_area .in_muted {
  display: none;
}

.mv_cap {
  position: absolute;
    left: 0;
    bottom: 0;
    font-size: clamp(1.3rem, 0.051rem + 1.624vw, 2rem);
    padding:20px 10px;
    color: #fff;
    background-color: #000;
}
.mv_cap {
  opacity: 0;
  transition: opacity 0.8s ease;
}
.mv_area .in_slide {
  position: relative;
  z-index: 2;
}
.mv_area img {
  width: 100%;
}
.mv_area .item a {
  display: block;
  margin: 0;
  padding: 0;
  border: none;
}
.mv_area .item a:hover{
  -webkit-transform: translateY(0rem);
  transform: translateY(0rem);
}
@media screen and (max-width: 767px) {
  .mv_area {
    padding-top: 0;
  }
  .mv_area .mv_movie_btns {
    right: 5px;
    font-size: 13px;
  }
  .mv_area .in_skip,
  .mv_area .in_play {
    width: 120px;
    top: auto;
    bottom: 2%;
    right: 1%;
  }
  .mv_area .in_audio,
  .mv_area .in_muted {
    top: 50px;
  }
  .mv_area .in_video video {
    top: -5%;
  }
  .mv_area .in_video .in_el {
    width: 230%;
  }


}






/* ============================================= */
.mv-allwrap {
  overflow: hidden;
  position: relative;
}

.mv-allwrap .page-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
  z-index: 10;
}
.mv-allwrap .page-header.is-bg {
  background-color: #fff;
}
.mv-allwrap .page-header.is-start {
  opacity: 1;
  visibility: visible;
}

/* ---------------------------------------------------
bukken
------------------------------------------------------*/
.bukken {
  position: relative;
  padding: 120px 0 120px;
}
.bukken .inner {
  max-width: 1240px;
}
.bukken::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/top/bg_01.png);
  background-position: center  ;
  z-index: -2;
}
.bukken::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/top/bukken_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center  ;
  z-index: -1;
}
.bukken_title {
  font-size: 48px;
  color: #984a00;
	letter-spacing: 0.1em;
  font-weight: bold;
  text-align: center;
}
.cards {
  margin-top: 100px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.card {
  width: calc((100% - 30px * 2) / 3);
  box-shadow: 0 4px 15px rgba(0,0,0,.2);

}
.card_body {
  padding-top: 16px;
  padding-bottom: 20px;
  background: rgb(247,220,187);
  background: linear-gradient(180deg, rgba(247,220,187,1) 0%, rgba(255,255,255,1) 37%, rgba(255,255,255,1) 100%);
}
.card:not(:nth-child(3n + 1)) {
  margin-left: 30px;
}
.card:nth-child(n + 4) {
  margin-top: 50px;
}
.card a {
  display: block;
  cursor: pointer;
}
.card:hover {
  opacity: .7;
  transition: .4s;
}
.card_img   {
  position: relative;
}
.card_new   {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
}
.card_cap {
  position: absolute;
  bottom: 0;
  color: #fff;
  font-size: clamp(1.3rem, 0.051rem + 1.624vw, 2rem);
  padding: 8px 5px;
  background-color: #000;
}
.card_title {
  font-size: clamp(1.9rem, 0.04rem + 2.065vw, 2.6rem);
  letter-spacing: 0.1em;
  text-align: center;
  color: #984a00;
}
.card_text {
  font-size: 14px;
  text-align: center;
  color: #000;
}
.card_label {
  position: relative;
  font-size: clamp(1.8rem, 0.737rem + 1.18vw, 2.2rem);
  text-align: center;
  padding: 20px 0;
  color: #fff;
  background-color: #984a00;
}
.card_icon {
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
  margin-left: 20px;
}
.card_icon img {
  width: 19px;
}
@media only screen and (max-width:900px) {
  .bukken_title {
    font-size: 36px;
  }
  .card {
    width: calc((100% - 20px) / 2);
  }
  .card:not(:nth-child(3n + 1)) {
    margin-left: 0;
  }
  .card:nth-child(even) {
    margin-left: 20px;
  }
  .card:nth-child(n + 3) {
    margin-top: 30px;
  }
}
@media only screen and (max-width:768px) {
  .bukken {
    position: relative;
    padding: 60px 0 40px;
  }
  .bukken::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/top/bg_sp.png);
    background-position: center top ;
    background-size: cover;
    z-index: -1;
  }
  .bukken_title {
    font-size: 23px;
  }
  .cards {
    margin-top: 40px;
    display: block;
  }
  .card {
    margin: 20px auto;
    margin-left: auto;
    width: 100%;
    max-width: 400px;
  }
  .card:not(:nth-child(3n + 1)) {
    margin-left: auto;
  }
  .card:nth-child(even) {
    margin-left: auto;
  }
  .card a {
    display: block;
    cursor: pointer;
  }
  .card:hover {
    opacity: .7;
    transition: .4s;
  }
  .card_img   {
    position: relative;
  
  }
  .card_title {
    font-size: 24px;
    letter-spacing: 0.1em;
    text-align: center;
  }
  .card_text {
    font-size: 16px;
    text-align: center;
    color: #000;
  }
  .card_label {
    position: relative;
    font-size: 22px;
    text-align: center;
    padding: 20px 0;
  }
  .card_icon {
    position: absolute;
    top: 50%;
    right: 40px;
    transform: translateY(-50%);
    margin-left: 20px;
  }
  .card_icon img {
    width: 19px;
  }
}

/********** flootingBnr **********/
.flootingBnr {
  position: fixed;
  bottom: 20px;
  left: 20px;
  content: '';
  z-index: 100;
  max-width: 500px;
}
.flootingBnr .click {
  display: block;
  transition: 0.5s;
}
.flootingBnr .click:hover {
  opacity: 0.8;
}
.flootingBnr .closeBtn {
  position: relative;
  cursor: pointer;
}
.flootingBnr .closeBtn .close {
  position: absolute;
  top: -5px;
  right: 0;
  width: 53px;
  height: 63px;
  z-index: 6;
  /* background: red; */
}
.bnr_link a{
    display: block;
    /* background: pink; */
    position: absolute;
    width: 100%;
    z-index: 5;
    height: 100%;
    right: 0;
    top: 0;
}
.bnr_link_ a{
  display: block;
  /* background: blue; */
  position: absolute;
  width: 50%;
  z-index: 5;
  height: 100%;
  left: 0;
  top: 0;
}

.stopBnr {
    max-width: 1200px;
    margin: auto; 
    padding-top: 90px;
}
.stopBnr .link {
    display: block;
    width: 70%;
    margin: auto;
}
.stopBnr .link img {
    width: 100%;
}

@media screen and (max-width: 980px) {
  .flootingBnr {
    box-sizing: border-box;
    top: inherit;
    left: 50%;
    transform:  translateX(-50%);
    bottom: 70px;
    bottom: calc(((203 + 16) / 980) * 100vw);
    width: 100%;
    padding: 0 5px;
    text-align: center;

    max-width: 400px;
  }
  .flootingBnr .closeBtn .close {
    width: 50px;
    height: 50px;
  }
    .flootingBnr .closeBtn .close {
      top: 0;
      right: 0;
    }
    .flootingBnr .closeBtn .close::before,.flootingBnr .closeBtn .close::after {
        width: 3vw;
    }
    .stopBnr {
        padding-top: 50px;
    }
    .stopBnr .link {
        width: 90%;
    }
}

.l-movieInfo {
  margin-top: 80px;
}
@media only screen and (max-width:768px) {
  .l-movieInfo {
    margin-top: 50px;
  }
}

.movieInfo {
border: 3px solid #c6c9e9; padding: 25px 75px 20px; background-color: #fff; background-image: url(../images/top/movi_info_bg_top.png),url(../images/top/movi_info_bg_bottom.png); background-repeat: no-repeat,no-repeat; background-position: center top,center bottom; background-size: 100%,100%; position: relative; max-width: 800px; margin: 0 auto; }
.movieInfo.movieNew:after {
content: ""; display: block; width: 80px; height: 80px; background: url(../images/top/movi_info_icn_new.png)no-repeat center / 100%; position: absolute; top: 0; right: 0; }
.movieInfo .movieInfoTtl {
margin-bottom: 20px; }
.movieInfo dl {
background-color: #fff7ea; padding: 20px; overflow: auto; max-height: 300px; display: flex; flex-wrap: wrap; align-items: flex-start; justify-content: space-between; }
.movieInfo dt:not(:last-of-type), .movieInfo dd:not(:last-of-type) {
margin-bottom: 25px; }
.movieInfo dt {
text-align: center; border: 1px solid #c6c9e9; width: 105px; padding: 5px 0; line-height: 1.2; }
.movieInfo dd {
width: calc(100% - 135px); }
.movieInfo dd p {
color: #2c337f; }
.movieInfo dd a {
display: inline-block; text-decoration: underline; color: #2c337f; transition: 0.5s; }
.movieInfo dd a:hover {
text-decoration: none; }
.movieInfo dd a.noLink {
pointer-events: none; }
@media (max-width: 768px) {
.movieInfo {
  padding: 25px 15px 20px; }
.movieInfo.movieNew:after {
  width: 50px; height: 50px; }
.movieInfo .movieInfoTtl {
  margin-bottom: 20px; }
.movieInfo dl {
  padding: 10px;}
.movieInfo dt:not(:last-of-type), .movieInfo dd:not(:last-of-type) {
  margin-bottom: 25px; }
.movieInfo dt {
  width: 70px; padding: 5px 0; }
.movieInfo dd {
  width: calc(100% - 85px); }
.movieInfo dl::-webkit-scrollbar {
  width: 5px; }
.movieInfo dl::-webkit-scrollbar-track {
  background: #bbbbbb; border-radius: 3px; }
.movieInfo dl::-webkit-scrollbar-thumb {
  background: #333333; border-radius: 3px; }
}
.movieInfo .title {
  background-color: #980000; margin: 0 auto; font-size: 1.4rem; color: #fff; letter-spacing: 0.1em; font-weight: bold; text-align: center; margin-block: 30px 0px; padding-block: 16px;}
  .movieInfo .title.--brown {
  background-color: #985200}
  .movieInfo .title.--navy {
    background-color: #1C006D}
.mb-24 {
  margin-bottom: 24px; }
.text-center {
  text-align: center; }
.fz-12 {
  font-size: 1.2rem; }
.fz-14 {
  font-size: 1.4rem; }
.fz-16 {
  font-size: 1.6rem; }
.fz-20 {
  font-size: 2.0rem; }
.fz-24 {
  font-size: 2.4rem; }
@media (min-width: 768px) {
  .fz-md-14 {
    font-size: 1.4rem; }
  .fz-md-16 {
    font-size: 1.6rem; }
  .fz-md-18 {
    font-size: 1.8rem; }
  .fz-md-20 {
    font-size: 2rem; }
  .fz-md-24 {
    font-size: 2.4rem; }
  .fz-md-36 {
    font-size: 3.6rem; }
  .movieInfo .title {
    font-size: 2.4rem; }
}


.top_link_menu{
  background-image: url(../images/top/top_link_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 50px;
}
.top_link_menu .top-header__title {
  padding-bottom: 0;
}

.top_link_menu ul.sp{
  display: none;
}

.top_link_menu a{
  transition: .3s;
  display: block;
}
.top_link_menu ul{
  display: flex;
  justify-content: space-between;
  /* align-items: center; */
  /* padding-top: 80px; */
  padding-bottom: 100px;
}
.top_link_img{
  max-width: 600px;
  width: 100%;
  padding-bottom: 30px;
}
.top_link_img img{
  box-shadow: 2px 10px 10px rgb(0, 0, 0,0.3);
}
.top_link_img .top_link_img_under_text {
  text-align: center;
  font-size: min(36px,2.4vw);
  letter-spacing: 0.05em;
  position: relative;
  max-width: 100%;
  margin: 10px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  color: #1a1a1a;
  font-weight: 500;
  width: 70%;
  white-space: nowrap
}
/* .top_link_img .top_link_img_under_text::before,
.top_link_img .top_link_img_under_text::after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #806B35;
    width: 13%;
} */

.top_link_img:nth-of-type(3) .top_link_img_under_text {
  color: #25583C;
}
.top_link_img:nth-of-type(3) .top_link_img_under_text::before,
.top_link_img:nth-of-type(3) .top_link_img_under_text::after {
    background-color: #25583C;
}
.top_link_img .top_link_img_under_text::before {
    margin-right: 1rem;
}
.top_link_img .top_link_img_under_text::after {
    margin-left: 1rem;
}

.top_link_text{
  text-align: center;
  max-width: 320px;
  width: 23%;
  position: relative;
}
.top_link_text::before {
  content: "";
  position: absolute;
  top: -80px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  background: #8A754B;
  height: 15.8%;
  width: 1px;
}
.top_link_text h3 {
  font-size: min(38px,2.8vw);
  margin-top: 40%;
  line-height: 1.6;
  margin-bottom: 9%;
  color: #984A00;
  font-weight: 500;
}
.top_link_text p {
  font-size: min(22px,1.6vw);
}
.top_link_button{
  max-width: 410px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 8px;
  text-align: center;
  }
  
  /* .top_link_button a{    
    color: #fff;
    background-color: #806B35;
    font-size: 20px;
    padding: 18px;
    position: relative;
    transition: opacity 0.3s;
} */
.top_link_button a:hover{
  opacity: 0.7;
}

.top_link_button.top_link_button_y a{
  background-color: #25583C;
}

/* .top_link_button a::after{
  position: absolute;
  content: "";
  top: 50%;
  right: 35px;
  transform: translateY(-50%);
  width: 19px;
  height: 19px;
  background-image: url(../images/top/top_link_button_arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
} */
@media (max-width: 768px) {
  .top_link_menu {
    position: relative;
    margin-bottom: 0;
}
.top_link_menu ul.sp{
  padding-top: 32px;
  padding-bottom: 80px;
  padding-left: 15px;
  padding-right: 15px;
  gap: 24px;
  display: flex;
}
  .top_link_img{
    width: 48%;
  }

  .top_link_img a{
    transition: opacity 0.3s;
  }

  .top_link_img a:hover{
    opacity: 0.7;
  }
  .top_link_img .top_link_img_under_text::before,
  .top_link_img .top_link_img_under_text::after {
    content: none;
  }
  .top_link_img .top_link_img_under_text {
    font-size: 28px;
    margin: 0 auto;
    justify-content: center;
    width: 100%;
    padding: 17px 0;
  }
  .top_link_img .top_link_img_under_text_y{
    background-color: #C8D6CE;
  }
  .top_link_text {
    text-align: center;
    max-width: none;
    width: auto;
    position: relative;
    margin: 0;
    padding-top: 100px;
}
  .top_link_text::before {
    top: 0;
    height: 60px;
  }
  .top_link_text h3 {
    font-size: 31px;
    margin-top: 0;
    line-height: 1.3;
    margin-bottom: 19px;
  }
  .top_link_text p {
    font-size: 16px;
  }
  .top_link_img img {
    margin-bottom: 0px;
  }
  .top_link_button{
    margin-top: 0;
    font-size: 14px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 5px;
    padding-right: 20px;
    position: relative;
    transition: opacity 0.3s;
  }

/* .top_link_button.top_link_button_y{
  background-color: #25583C;
} */

/* .top_link_button::after{
  position: absolute;
  content: "";
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-image: url(../images/top/top_link_button_arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
} */
}


.visit {
padding-bottom: 120px;
background-image: url(../images/top/visit_bg.jpg);
background-size: cover;
background-repeat: no-repeat;
overflow: hidden;
}
.visit_inner{
  max-width: 1240px;
  margin: 0 auto;
}

.visit_flex {
display: flex;
gap: clamp(1.25rem, -0.481rem + 3.61vw, 3.125rem);
}

.visit_flex .right {
  width: 52%;
  position: relative;
}

.visit_flex .right .img_cap {
position: absolute;
bottom: 0;
left: 0;
color: #fff;
font-size: clamp(1.3rem, 0.051rem + 1.624vw, 2rem);
padding: 8px 5px;
background-color: #000;
}

.visit_flex .left {
width: 48%;
}

.visit_flex .left .visit_head {
background-color: #984A00;
color: #fff;
font-size: clamp(1.875rem, 1.76rem + 1.24vw, 4rem);
border-radius: 50px;
text-align: center;
padding: 12px;
font-feature-settings: "palt";
letter-spacing: 0.1em;
}

.visit_flex .left .visit_head span{
  font-size: clamp(1rem, 0.481rem + 2.08vw, 2.563rem);
}
.visit_flex .left .visit_head span.yellow{
  color: #FFFF37;
}

.visit_flex .left .visit_title {
font-size: clamp(4.25rem, 3.019rem + 0.48vw, 2.5rem);
color: #984A00;
line-height: 1.27;
font-weight: 500;
letter-spacing: 0.1em;
font-feature-settings: "palt";
padding-bottom: 11px;
}
.visit_flex .left .visit_title span{
  font-size: clamp(2rem, 2.769rem + 0.48vw, 1.25rem);
  font-weight: bold;
}
.visit_flex .left .visit_title span.medium{
  font-size: clamp(2.825rem, 1.394rem + 0.48vw, 1.875rem);
  font-weight: normal;
}

.visit_flex .left .visit_text {
font-size: clamp(2.25rem, 0.962rem + 0.6vw, 1.563rem);
color: #1A1A1A;
font-feature-settings: "palt";
letter-spacing: 0.1em;
line-height: 1.8;
padding-top: 15px;
border-top: 1px solid #1A1A1A;
}

.visit_cap {
  font-size: 16px;
  color: #1A1A1A;
  font-feature-settings: "palt";
  letter-spacing: 0.036em;
  margin-top: 8px;
}

.visit_button {
display: flex;
justify-content: space-between;
align-items: center;
gap: 30px;
margin-top: 15px;
}

.visit_button_item {
width: 50%;
}

.visit_button_item a{
  display: block;
  background-image: url(../images/top/visit_button01.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 18px 5px;
  font-size: clamp(1.5rem, 0.627rem + 0.86vw, 2.588rem);
  font-weight: 500;
  line-height: 1.227;
  letter-spacing: -0.025em;
  font-feature-settings: "palt";
  text-align: center;
  color: #1A1A1A;
  text-shadow:0 0 3px rgba(255, 255, 255,0.7),
  0 0 3px rgba(255, 255, 255,0.7),
  0 0 3px rgba(255, 255, 255,0.7),
  0 0 3px rgba(255, 255, 255,0.7),
  0 0 4px rgba(255, 255, 255,0.7),
  0 0 4px rgba(255, 255, 255,0.7),
  0 0 4px rgba(255, 255, 255,0.7),
  0 0 4px rgba(255, 255, 255,0.7),
  0 0 6px rgba(255, 255, 255,0.7),
  0 0 6px rgba(255, 255, 255,0.7),
  0 0 6px rgba(255, 255, 255,0.7),
  0 0 6px rgba(255, 255, 255,0.7),
  0 0 6px rgba(255, 255, 255,0.7),
  0 0 8px rgba(255, 255, 255,0.7),
  0 0 8px rgba(255, 255, 255,0.7),
  0 0 8px rgba(255, 255, 255,0.7);
  position: relative;
}

.visit_button_item.visit_button_item_web a{
  background-image: url(../images/top/visit_button02.jpg);
}

.visit_button_item a:after{
  position: absolute;
  content: "";
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 19px;
  height: 19px;
  background-image: url(../images/top/top_link_button_arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.visit_slide {
display: grid;
grid-template-columns: repeat(4,1fr);
margin-top: 67px;
margin-left: calc(50% - 50vw);
margin-right: calc(50% - 50vw);
}

.visit_slide_cap {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 0 18px;
  font-size: 16px;
  color: #1A1A1A;
  font-feature-settings: "palt";
  letter-spacing: 0.036em;
  margin-top: 15px;
}


@media (max-width: 768px) {
  
.visit {
  padding-top: 55px;
  }
  
  .visit_flex {
  display: block;
  }
  
  .visit_flex .right {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
  .visit_flex .right figure{
    position: relative;
  }

  .visit_flex .right .img_cap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  font-size: clamp(1.3rem, 0.051rem + 1.624vw, 2rem);
  padding: 8px 5px;
  background-color: #000;
  }
  
  .visit_flex .left {
    width: 100%;
    margin-top: 30px;
  }
  
  .visit_flex .left .visit_head {
  background-color: #984A00;
  color: #fff;
  font-size: 26px;
  border-radius: 50px;
  text-align: center;
  padding: 8px;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  }
  
  .visit_flex .left .visit_head span{
    font-size: 18px;
  }
  .visit_flex .left .visit_head span.yellow{
    color: #FFFF37;
  }
  
  .visit_flex .left .visit_title {
  font-size: 28px;
  color: #984A00;
  line-height: 1.47;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.075em;
  font-feature-settings: "palt";
  padding-bottom: 15px;
  margin-top: 7px;
  }
  .visit_flex .left .visit_title span{
    font-size: 15px;
  }
  .visit_flex .left .visit_title span.medium{
    font-size: 21px;
  }
  
  .visit_flex .left .visit_text {
  font-size: 16px;
  color: #1A1A1A;
  font-feature-settings: "palt";
  letter-spacing: 0.15em;
  line-height: 1.6;
  text-align: center;
  padding-top: 12px;
  border-top: 1px solid #1A1A1A;
  }
  
  .visit_cap {
    font-size: 9px;
    color: #1A1A1A;
    text-align: center;
    font-feature-settings: "palt";
    letter-spacing: 0.15em;
    margin-top: 4px;
  }
  
  .visit_button {
  display: block;
  margin-top: 20px;
  }
  
  .visit_button_item {
  width: 81%;
  margin-left: auto;
  margin-right: auto;
  }
  .visit_button_item:not(:first-child){
    margin-top: 23px;
  }
  
  .visit_button_item a{
    display: block;
    background-image: url(../images/top/visit_button01.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 21px 10px;
    font-size: 19px;
    font-weight: 500;
    line-height: 1.227;
    letter-spacing: 0.04em;
    font-feature-settings: "palt";
    text-align: center;
    color: #1A1A1A;
    text-shadow:0 0 3px rgba(255, 255, 255,0.7),
    0 0 3px rgba(255, 255, 255,0.7),
    0 0 3px rgba(255, 255, 255,0.7),
    0 0 3px rgba(255, 255, 255,0.7),
    0 0 4px rgba(255, 255, 255,0.7),
    0 0 4px rgba(255, 255, 255,0.7),
    0 0 4px rgba(255, 255, 255,0.7),
    0 0 4px rgba(255, 255, 255,0.7),
    0 0 6px rgba(255, 255, 255,0.7),
    0 0 6px rgba(255, 255, 255,0.7),
    0 0 6px rgba(255, 255, 255,0.7),
    0 0 6px rgba(255, 255, 255,0.7),
    0 0 6px rgba(255, 255, 255,0.7),
    0 0 8px rgba(255, 255, 255,0.7),
    0 0 8px rgba(255, 255, 255,0.7),
    0 0 8px rgba(255, 255, 255,0.7);
    position: relative;
  }
  
  .visit_button_item.visit_button_item_web a{
    background-image: url(../images/top/visit_button02.jpg);
  }
  
  .visit_button_item a:after{
    position: absolute;
    content: "";
    top: 50%;
    right: 19px;
    transform: translateY(-50%);
    width: 19px;
    height: 19px;
    background-image: url(../images/top/top_link_button_arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
  }
  
  .visit_slide {
    display: grid;
    grid-template-columns: repeat(2,1fr);
  margin-top: 49px;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  }
  
  .visit_slide_cap {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 0 19px;
    text-indent: -1.3rem;
    font-size: 13px;
    color: #1A1A1A;
    font-feature-settings: "palt";
    letter-spacing: 0.036em;
    margin-top: 5px;
  }
}

.top-movie {
  padding-top: 30px;
  padding-bottom: 60px;
  text-align: center;
}
.top-movie_title {
  font-size: min(28px,2.8vw);
}
.top-movie_description {
  font-size: min(18px,1.8vw);
}
.top-movie_lead {
  font-size: min(24px,2.4vw);
}
.top-movie_content {
  width: min(960px,100%);
  margin-inline: auto;
  margin-block: 10px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .top-movie_title {
    font-size: 14px;
  }
  .top-movie_description {
    font-size: 10px;
  }
  .top-movie_lead {
    font-size: 12px;
  }
}
.top-movie2__inner {
  background-image: url(../images/top/top-movie2-bg-pc.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding-top: 42px;
  max-width: 1300px;
  margin-inline: auto;
  margin-top: 40px;
  overflow: hidden;

  position: relative;
}
.top-movie2__new {
  width: min(100px,calc((100/1300)*100vw));
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
}
.top-movie2__content {
  position: relative;
  width: min(1180px,96%);
  margin-inline: auto;

  /* background-image: url(../images/top/top-movie2-content-balloon-pc.png);
  background-repeat: no-repeat;
  background-size: cover; */
}

.top-movie2__wrap {
  display: flex;
  justify-content: center;
  gap: 60px;
  padding-top: 50px;

  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
}
.top-movie2__texts {
  width: min(400px,calc((400/1300)*100vw));
  /* margin-inline: auto; */
}
.top-movie2__title {
  margin-top: -50px;
}
.top-movie2__text {
  padding-top: 20px;
}
.top-movie2__thumbnail {
  width: min(500px,calc((500/1300)*100vw));
  padding-top: min(50px,5vw);
  /* margin-inline: auto; */
}
.top-movie2__footer {
  width: min(590px,calc((590/1300)*100vw));
  margin-inline: auto;
  padding-bottom: 60px;
}
.top-movie2__tel {
  margin-top: 10px;
}
.top-movie2__btn {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .top-movie2__inner {
    background-image: url(../images/top/top-movie2-bg-sp.jpg);
  }
  .top-movie2__new {
    width: max(80px,calc((80/375)*100vw));
  }
  .top-movie2__content {
    padding-top: 60px;
  }
  .top-movie2__wrap{
    flex-direction: column;
    gap: 0;
  }
  .top-movie2__texts {
    width: max(240px,calc((280/375)*100vw));
    margin-inline: auto;
  }
  .top-movie2__title {
    margin-top: -54px;
  }
  .top-movie2__thumbnail {
    width: max(245px,calc((290/375)*100vw));
    padding-top: 30px;
  }
  .top-movie2__footer {
    width: max(240px,calc((280/375)*100vw));
  }
}

/* common
------------------------------------- */
.common-top-span {
  display: inline-block;
  font-size: 36px;
  line-height: 45px;
  background-color: #680107;
  color: #fff;
  padding: 10px 40px;
  border-radius: 100rem;
  margin-bottom: 16px;
  letter-spacing: 0.1em;
}
.inner {
  max-width: 1340px;
}
.inner--1000 {
  max-width: 1040px;
}
.noto-serif{
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
}
.white {
  color: #fff;
}
.color-1 {
  color: #680107;
}
.bgc-white {
  background-color: #fff;
}
.bgc-1 {
  background-color: #680107;
}
.top-bg-object,
.top-bg-object2 {
  position: relative;
}
.top-bg-object::before,
.top-bg-object2::before {
  display: block;
  content: '';
  background: url(../images/top/top-bg-object.png) no-repeat center center /cover;
  width: 240px;
  height: 300px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.top-bg-object2::before {
  top: unset;
  left: unset;
  right: 0;
  bottom: 0;
  transform: scale(-1,-1);
}

/* grid
------------------------------------- */
.grid__list {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap:30px;
}

/* top-***
------------------------------------- */
.top-header {
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
}
.top-header--special {
  padding-top: 110px;
}
.top-header__title {
  font-size: 39px;
  line-height: 64px;
  font-weight: 600;
  padding-bottom: 30px;
}
.top-header__title--2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.top-header__title--2:before,
.top-header__title--2:after {
  display: block;
  content: '';
  width: 25%;
  height: 2px;
  background-color: #680107;
}
.top-header__lead {
  font-size: 25px;
  line-height: 45px;
}
.top-btn-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  margin-top: 90px;
}
.top-btn {
  display: block;
  width: 100%;
  font-size: 26px;
  line-height: 45px;
  border: 2px solid #680107;
  border-radius: 100rem;
  color: #680107;
  padding: 2rem;
  text-align: center;
  position: relative;
}
.top-btn--special {
  background-color: #680107;
  color: #fff;
}
.top-btn::after {
  display: inline-block;
  content: '';
  background: url(../images/top/btn-arrow.png) no-repeat center center/cover;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  right: 3rem;
  transform: translateY(-50%);
}
.top-btn--special:after {
  background: url(../images/top/btn-arrow-white.png) no-repeat center center/cover;
}

/* top-contact-means
------------------------------------- */
.top-contact-means {
  padding-top: 80px;
  padding-bottom: 60px;
}
.top-contact-means__img {
  position: relative;
  padding-bottom: 30px;
}
.top-contact-means__img img {
  box-shadow: 2px 10px 10px rgb(0, 0, 0,0.3);
}
.top-contact-means__num {
  display: block;
  content: '';
  width: 60px;
  height: 60px;
  background: url(../images/top/top-contact-num01.png) no-repeat center center/cover;
  position: absolute;
  top: -30px;
  left: -30px;
  z-index: 1;
}
.top-contact-means__num--02 {
  background: url(../images/top/top-contact-num02.png) no-repeat center center/cover;
}
.top-contact-means__num--03 {
  background: url(../images/top/top-contact-num03.png) no-repeat center center/cover;
}
.top-contact-means__title {
  font-size: 20px;
  line-height: 45px;
  font-weight: 600;
  text-align: center;
  padding-bottom: 14px;
}
.top-contact-means__text {
  font-size: 18px;
  line-height: 35px;
}
.top-contact_cap {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 11px;
  padding: 10px;
  color: #fff;
  background-color: rgba(0, 0, 0, .5);
}

/* top-event
-------------------------- */
.top-event {
  /* background-color: #ededed; */
  padding-top: 90px;
  padding-bottom: 60px;
  background: #ededed url(../images/top/top-bg-object.png) no-repeat top left / 240px 300px;
}

/* top-gallery
-------------------------- */
.top-gallery {
  overflow: hidden;
}
.top-gallery__mv {
  margin-bottom: 40px;
}
.top-gallery__list {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 40px;
  position: relative;
  margin-top: 100px;
}
.top-gallery__list--special {
  grid-template-columns: repeat(3,1fr);
}
.top-gallery__list::before {
  display: block;
  content: '';
  width: 100%;
  height: 320px;
  background-color: #680107;
  position: absolute;
  top: -100px;
  left: -150px;
  z-index: -1;
}
.top-gallery__list--special::before {
  left: unset;
  right: -150px;
}

.top-gallery__img {
  padding-bottom: 30px;
}
.top-gallery__img img {
  box-shadow: 2px 10px 10px rgb(0, 0, 0,0.3);
}
.top-gallery__text {
  font-size: 20px;
  line-height: 34px;
  text-align: center;
}

/* top-access
------------------------- */
.top-access {
  margin-top: 200px;
  background: #680107 url(../images/top/top-bg-object02.png) no-repeat bottom right / 240px 300px;
}
.top-access__box {
  transform: translateY(-100px);
}

/* top-slider
------------------------- */
.top-slider {
  margin-top: 60px;
}
.top-slider .top-header__title {
  padding-bottom: 0;
}
.top-slider__thumbnails-wrap {
}
.top-slider__thumbnails {
  width: min(1300px,100%);
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(7,1fr);
  padding-top: 30px;
  padding-bottom: 30px;
  gap: 10px;
  color: #fff;
}

.thumbnail-item {
  font-size: 22px;
  line-height: 26px;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 4px;
  display: grid;
  padding: 20px 0;
  place-items: center;
  text-align: center;
  transition: background-color 0.3s, color 0.3s;
}
.thumbnail-item:hover {
  background-color: #ddd;
  color: #1a1a1a;
}
.thumbnail-item.current {
  background-color: #fff;
  color: #1a1a1a;
  border-color: #fff;
}
.top-slider_cap {
  position: absolute;
    right: 0;
    bottom: 0;
    font-size: 14px;
    padding:10px 10px;
    color: #fff;
    background-color: rgba(0, 0, 0, .8);
}

/* slick
--------------------------- */
.slick-prev {
  display: block !important;
  left: 10% !important;
}
.slick-next {
  right: 10% !important;
}
.top-slider__slider .slick-prev:before {
  background: url(../images/top/slider-arrow.png) no-repeat center center/cover !important;
  width: 100px !important;
  height: 100px !important;
  top: 0;
  transform: translate(-50%, -50%) scale(-1,-1);
}
.top-slider__slider .slick-next:before {
  background: url(../images/top/slider-arrow.png) no-repeat center center/cover !important;
  width: 100px !important;
  height: 100px !important;
  top: 0;
  transform: translate(-50%, -50%);
}



@media screen and (max-width: 768px) {
  .top-header__title {
    font-size: 27px;
    line-height: 47px;
    padding-bottom: 18px;
  }
  .top-header__lead {
    font-size: 18px;
    line-height: 2;
  }
  .top-contact-means__img {
    padding-bottom: 16px;
  }
  .grid__list {
    grid-template-columns: 1fr;
    width: min(300px,100%);
    margin-inline: auto;
    gap: 60px;
  }
  .top-contact-means__num {
    width: 50px;
    height: 50px;
    top: -24px;
    left: -25px;
  }
  .top-contact-means__title {
    font-size: 20px;
    line-height: 45px;
  }
  .top-contact-means__text {
    font-size: 14px;
    line-height: 25px;
  }
  .top-bg-object::before, .top-bg-object2::before {
    width: 160px;
    height: 200px;
  }
  .top-event {
    padding-top: 0;
  }
  .top-event .top-header{
    padding-top: 30px;
  }
  .common-top-span {
    font-size: 25px;
    line-height: 31px;
    padding: 0 24px;
  }
  .top-header__title--2 {
    flex-direction: column;
    gap: 8px;
  }
  .top-header__title--2:before{
    display: none;
  }
  .top-header__title--2:after {
    width: min(260px,100%);
  }
  .top-gallery__list {
    grid-template-columns: 1fr;
    width: min(285px,100%);
    margin-inline: auto;
  }
  .top-gallery__list::before {
    width: 100vw;
    height: 285px;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
  }
  .top-gallery__text {
    font-size: 18px;
    line-height: 32px;
  }
  .top-gallery .top-header {
    padding-top: 16px;
  }
  .top-gallery .top-header__lead {
    font-size: 23px;
    line-height: 42px;
  }
  .top-gallery__list {
    gap: 16px;
  }
  .top-gallery .top-gallery__list--special {
    margin-top: 80px;
  }
  .top-gallery__list--special::before {
    height: 207px;
  }
  .top-btn-wrap {
    grid-template-columns: 1fr;
  }
  .top-btn {
    font-size: 20px;
    padding: 1rem;
  }
  .top-btn::after {
    width: 19px;
    height: 19px;
    right: 2rem;
  }
  .top-access,
  .cm {
    background-size: 160px 200px;
  }
  .top-slider__slider .slick-prev:before,
  .top-slider__slider .slick-next:before {
    width: 40px !important;
    height: 40px !important;
    top: 50%;
  }
  .top-slider__thumbnails {
    grid-template-columns: 1fr 1fr;
    gap: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
  .thumbnail-item {
    font-size: 15px;
    line-height: 1;
    padding: 10px;
    border-right: 1px solid rgb(255, 255, 255, 0.28);
    border-bottom: 1px solid rgb(255, 255, 255, 0.28);
    border-radius: 0px;
  }
  .top_link_menu ul {
    flex-direction: column;
    gap: 30px;
  }
  .top_link_img {
    width: 100%;
  }
  .slick-next {
    right: 4% !important;
  }
  .slick-prev {
    left: 4% !important;
  }
}

.bnr_02 {
    max-width: 100%;
    background-color: #650309;
}
.bnr_02 a:hover {
  opacity: 0.7;
  transition: opacity 0.3s ease;
}
.bnr_02 img{
    max-width: 900px;
    margin: 0 auto;
    padding: 40px 0;
}
@media screen and (max-width: 768px) {
    .bnr_02 img{
    padding: 0 0 30px;
}
}