@charset "UTF-8";

/**======================================
	top
======================================**/

/*--------------------------------------
	common
---------------------------------------*/

.area {
  background: #fff;
}

.heading_top {
  margin-bottom: 0.3em;
  font-size: 4.6rem;
  text-align: center;
  font-family: 'Roboto', 'Noto Sans JP', sans-serif;
  color: var(--main-color);
  line-height: 1em;
  font-weight: 400;
  letter-spacing: 0.1em;
}

.heading_sub {
  margin-bottom: 2em;
  font-size: 1.5rem;
  text-align: center;
  color: var(--main-color);
  line-height: 1em;
}

@media screen and (max-width: 599px) {
  .heading_top {
    font-size: 3.6rem;
  }

  .heading_sub {
    font-size: 1.5rem;
  }
}

.top_area_more a {
  color: inherit;
}

.top_area_more a:hover {
  color: #a80000;
}

.area.top_area {
  position: relative;
}

.icon-angle-right::before {
  font-size: 1.2rem;
}

.morebtn_part {
  text-align: center;
}

@media screen and (max-width: 599px) {
  .top_area_more {
    right: 5%;
  }
}

/* slick */

.slick-prev {
  left: 0;
  z-index: 2;
  transition: 0.3s;
}

.slick-next {
  right: 21px;
  z-index: 2;
  transition: 0.3s;
}

.slick-prev::before,
.slick-next::before {
  position: relative;
  font-family: 'icomoon';
  font-weight: 900;
  background: rgba(0, 0, 0, 0.8);
  opacity: 1;
  color: #fff;
  font-size: 15px;
  transition: 0.3s;
}

.slick-prev::before {
  padding: 12px 17px 12px 13px;
  content: '\e907';
}

.slick-next::before {
  padding: 12px 13px 12px 17px;
  content: '\e908';
}

.slick-prev:hover::before,
.slick-next:hover::before {
  background: rgba(0, 0, 0, 0.5);
  transition: 0.3s;
  opacity: 1;
}

/*--------------------------------------
	promo
---------------------------------------*/

#promo_wrap {
  position: relative;
  margin-bottom: 0;
  overflow: hidden;
  z-index: 2;
}

/* promo アニメーション */
.promo_slider {
  opacity: 0;
  animation: fadeInSlider 1.6s ease forwards;
  animation-delay: 0.3s;
}

@keyframes fadeInSlider {
  to {
    opacity: 1;
  }
}

.promo_slider li img {
  opacity: 0;
  filter: blur(8px);
  transform: scale(1.03);
  animation: blurZoomIn 1s ease forwards;
  animation-delay: 0.6s;
}

@keyframes blurZoomIn {
  to {
    opacity: 1;
    filter: blur(0);
    transform: scale(1);
  }
}
/* promo アニメーションここまで */

#promo_wrap .promo_slider li.object_fit {
  margin-bottom: 0;
}

#promo_wrap .promo_slider li:not(:first-child) {
  opacity: 0;
}

@media screen and (max-width: 599px) {
  #promo_wrap ul.promo_slider .object_fit::before {
    padding-top: 100vh;
  }
}

@media screen and (min-width: 600px) {
  #promo_wrap ul.promo_slider .object_fit::before {
    padding-top: 100vh;
  }
}

@media screen and (min-width: 1025px) {
  #promo_wrap ul.promo_slider .object_fit::before {
    padding-top: 100vh;
  }
}

/* top_video */

.top_video {
  position: relative;
  overflow: hidden;
  height: calc(100vh - 141px);
  background: #333;
}

.top_video video {
  position: absolute;
  display: block;
  padding-top: 0;
  min-width: 100%;
  min-height: calc(100vh - 141px);
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

@media screen and (max-width: 599px) {
  .top_video {
    height: 300px;
  }

  .top_video video {
    min-height: 0;
    height: 300px;
  }
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  .top_video {
    height: 500px;
  }

  .top_video video {
    min-height: 0;
    height: 500px;
  }
}

/* アニメーション */
.top_video video {
  opacity: 0;
  animation: fadeInVideo 1.5s ease-out 0.8s forwards;
}

@keyframes fadeInVideo {
  to {
    opacity: 1;
  }
}

/*--------------------------------------
	top_contents
---------------------------------------*/

/* background */
#backgroundcolor .top_area:nth-child(even){
  position: relative;
  background: var(--bg-color);
  isolation: isolate;
}

#backgroundcolor .top_area:nth-child(even)::before{
  content:"";
  position:absolute;
  inset:0;
  background-image:url("https://kawagoecoffee.com/cms/wp-content/uploads/2025/11/antiku-duanhorunotekusucha.jpg");
  background-repeat:repeat-y;
	background-size:1920px auto;
  background-position:center top;
	opacity: 0.3;
  mix-blend-mode:multiply;
  z-index:0;
  pointer-events:none;
}

#backgroundcolor .top_area:nth-child(even) > *{
  position:relative;
  z-index:1;
}

@media screen and (min-width: 1025px) {
  #backgroundcolor .top_area:first-child {
    padding-top: 90px !important;
  }
}

/* top_maindate_area */

#top_maindate_area {
  padding: 30px 0 35px;
  background: var(--main-color);
}

#top_maindate_area .top_maindate_part p {
  color: #fff;
  font-weight: 500;
  text-align: center;
  line-height: 1.2em;
}

#top_maindate_area .top_maindate_part .maindate {
  margin-bottom: 0.2em;
  font-size: 5rem;
  font-family: YakuHanJP, 'Jost', 'Noto Sans JP', sans-serif;
  font-weight: 700;
  line-height: 1.2em;
}

#top_maindate_area .top_maindate_part .maintime {
  margin-bottom: 1.5rem;
  font-size: 3rem;
  font-family: YakuHanJP, 'Jost', 'Noto Sans JP', sans-serif;
  font-weight: 700;
  line-height: 1.2em;
}

#top_maindate_area .top_maindate_part .mainplase {
  font-size: 2.4rem;
}

@media screen and (max-width: 599px) {
  #top_maindate_area {
    padding: 16px 0 24px !important;
  }

  #top_maindate_area .top_maindate_part .maindate {
    font-size: 3rem;
  }

  #top_maindate_area .top_maindate_part .maintime {
    font-size: 2rem;
  }

  #top_maindate_area .top_maindate_part .mainplase {
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 600px) {
  #top_maindate_area {
    padding: 24px 0 32px !important;
  }
}

/* top_importantnews */

#top_importantnews_area .top_importantnews_part {
  display: flex;
  padding: 10px 10px 10px 15px !important;
  border: 5px solid #eee;
}

.top_importantnews_part .icon-exclamation-circle {
  flex-basis: 40px;
  max-width: 40px;
  font-size: 30px;
}

.top_importantnews_part .importantnews_cont {
  flex-basis: calc(100% - 40px);
  max-width: calc(100% - 40px);
}

.top_importantnews_part .importantnews_cont li {
  margin-bottom: 10px;
}

.top_importantnews_part .importantnews_cont li:last-child {
  margin-bottom: 0;
}

.top_importantnews_part .importantnews_cont .news_date {
  color: #aaa;
}

@media screen and (max-width: 599px) {
  #top_importantnews_area {
    padding-top: 20px !important;
    padding-bottom: 0 !important;
  }

  .top_importantnews_part .icon-exclamation-circle {
    flex-basis: 40px;
    max-width: 40px;
    font-size: 30px;
  }

  .top_importantnews_part .importantnews_cont {
    flex-basis: calc(100% - 40px);
    max-width: calc(100% - 40px);
  }

  .top_importantnews_part .icon-exclamation-circle {
    padding-top: 10px;
  }
}

@media screen and (min-width: 600px) {
  #top_importantnews_area {
    padding-top: 40px !important;
    padding-bottom: 20px !important;
  }

  #top_importantnews_area .top_importantnews_box {
    margin-bottom: 0 !important;
  }

  .top_importantnews_part .icon-exclamation-circle {
    flex-basis: 50px;
    max-width: 50px;
    font-size: 28px;
  }

  .top_importantnews_part .importantnews_cont {
    flex-basis: calc(100% - 50px);
    max-width: calc(100% - 50px);
  }

  .top_importantnews_part .importantnews_cont .news_date {
    float: left;
    clear: left;
  }

  .top_importantnews_part .importantnews_cont .news_title {
    padding-left: 100px;
  }
}

/* top_news_area */

.news_box .list_cont a {
  text-decoration: none;
}

.news_box .list_cont a:hover {
  color: inherit !important;
}

.news_box .list_cont a img {
  transition: 0.5s;
}

.news_box .list_cont a:hover img {
  transform: scale(1.1);
  opacity: 0.8;
  transition: 0.5s;
}

.news_box .list_cont p.news_date {
	margin-bottom: 5px;
	line-height: 1em;
}

.news_box .list_cont p.news_date time {
  margin-bottom: 5px;
  font-weight: 500;
	line-height: 1em;
  font-family: Roboto;
  font-style: italic;
  color: var(--main-color);
}
	
.news_box .list_cont p.news_title {
	line-height: 1.4em;
}

@media screen and (max-width: 599px) {
  .news_box ul.news_ul {
    margin-bottom: 15px !important;
  }

  .news_box .list_cont {
    margin-bottom: 0.5em;
  }

  .news_box .list_cont .news_cont {
    display: flex;
    justify-content: space-between;
  }

  .news_box .list_cont .news_cont .pic_cont {
    flex-basis: 45%;
    max-width: 45%;
  }

  .news_box .list_cont .news_cont .news_caption {
    flex-basis: 50%;
    max-width: 50%;
  }

  .news_box .list_cont p.news_date time {
    font-size: 1.4rem;
  }

  .news_box .list_cont p.news_title {
    font-size: 1.2rem;
  }

  .news_box .list_cont a .pic_cont .news_category {
    padding: 2px 8px;
  }
}

@media screen and (min-width: 600px) {
  .news_box ul.news_ul {
    margin-bottom: 0 !important;
  }

  .news_box .list_cont {
    margin-bottom: 2em;
  }
  .news_box .list_cont p.news_date {
    margin-top: 10px;
  }
}

/* top_about_area */

@media screen and (min-width: 600px) {
  .about_box {
    text-align: center;
  }
  .about_box .youtube_part {
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
  }
}

/* top_shop_area */

.shop_box .list_cont a {
  text-decoration: none;
}

.shop_box .list_cont a .object_fit::before {
  padding-top: 100%;
}

.shop_box .list_cont a:hover {
  color: inherit;
}

@media screen and (max-width: 599px) {
  .shop_box ul.shop_ul li:nth-last-child(1),
  .shop_box ul.shop_ul li:nth-last-child(2) {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 600px) {
  .shop_box ul.shop_ul li:nth-last-child(1),
  .shop_box ul.shop_ul li:nth-last-child(2),
  .shop_box ul.shop_ul li:nth-last-child(3) {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 1024px) {
  .shop_box .list_cont .shop_title {
    font-size: 1.2rem;
  }
}

/* top_artist_area */

.artist_box .object_fit:before {
	padding-top: 83.8%;
}

.artist_box .list_cont a {
  text-decoration: none;
}

.artist_box .list_cont a:hover {
  color: inherit;
}

@media screen and (max-width: 599px) {
  .artist_box ul.artist_ul li:nth-last-child(1),
  .artist_box ul.artist_ul li:nth-last-child(2) {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 600px) {
  .artist_box ul.artist_ul li:nth-last-child(1),
  .artist_box ul.artist_ul li:nth-last-child(2),
  .artist_box ul.artist_ul li:nth-last-child(3) {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 1024px) {
  .artist_box .list_cont .artist_title {
    font-size: 1.2rem;
  }
}

/* top_program_area */

.program_box .list_cont a {
  text-decoration: none;
}

.program_box .list_cont a:hover {
  color: inherit;
}

.program_box .list_cont .program_title {
  text-align: center;
}

@media screen and (max-width: 599px) {
  .program_box ul.program_ul li:nth-last-child(1),
  .program_box ul.program_ul li:nth-last-child(2) {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 600px) {
  .program_box ul.program_ul li:nth-last-child(1),
  .program_box ul.program_ul li:nth-last-child(2),
  .program_box ul.program_ul li:nth-last-child(3) {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1025px) {
}

/* top_ticket_area */

@media screen and (max-width: 599px) {
	.ticket_box a {
		display: block;
	}
	
  .ticket_box .morebtn_part p:nth-child(2) {
    margin-top: 10px;
  }
}

@media screen and (min-width: 600px) {
  .ticket_box {
    text-align: center;
  }

  .ticket_box .morebtn_part {
    display: flex;
    justify-content: center;
  }

  .ticket_box .morebtn_part p:nth-child(2) {
    margin-left: 10px;
  }
}

/* top_access_area */

.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 450px;
  position: relative;
  border: solid 1px var(--main-color);
}
.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

@media screen and (max-width: 599px) {
  #top_access_area .gmap {
    margin-bottom: 1.5em;
    padding-bottom: 100%;
  }
}

@media screen and (min-width: 600px) {
}

@media screen and (min-width: 1025px) {
}
