@charset "UTF-8";

*, *:before, *:after {box-sizing: border-box;}
html{scroll-behavior: smooth;}

body{
  color: #220500;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
}
img{max-width: 100%;}
ul,li{list-style: none;}

h2{
  font-size: 60px;
  text-align: center;
  margin-bottom: 80px;
}
p{
  line-height: 1.5;
}

.font_300{font-weight: 300;}
.font_400{font-weight: 400;}
.font_500{font-weight: 500;}
.font_700{font-weight: 700;}
.font_900{font-weight: 900;}

.wrapper{
  box-sizing: border-box;
  max-width: 900px;
  padding: 0 16px;
  margin: 0 auto;
}

a:hover{opacity: 0.6;}
.sp{display: none;}
.s-sp{display: none;}



/*    header   */
header{
  box-sizing: border-box;
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 80px;
  padding: 10px;
  z-index: 99;
}
.logo{width: 100px;}
#hamb{
  position: relative;
  cursor: pointer;
  width: 41px;
  height: 41px;
  border-radius: 50px;
  background: #41B3B1;
  z-index: 300;
}
#hamb.active{background: #fff;}
.line{
  position: absolute;
  left: 7px;
  width: 27px;
  height: 3px;
  background-color: #fff;
  top: 10px;
}
.line:nth-child(2){top: 19px;}
.line:nth-child(3){top: 28px;}
#hamb.active .line{background-color:#41B3B1;}
#hamb.active .line:nth-child(1){transform: translateY(9px) translateX(0) rotate(45deg);}
#hamb.active .line:nth-child(2){opacity: 0;background: #FFF;}
#hamb.active .line:nth-child(3){transform: translateY(-9px) translateX(0) rotate(-45deg);}
.animation{transition: all .6s;}
.black-bg{
  position: fixed;
  background:#36A6A2;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s, visibility 0.35s, width 0.35s;
}
.black-bg.open{
  opacity: 1;
  visibility: visible;
  height: 100%;
  z-index:99;	
}
.black-bg ul{
  margin: 0;
  padding: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.black-bg ul li{
  font-weight: 900;
  padding: 20px 0 40px;
  letter-spacing:.2rem;	
}
.black-bg ul li a{
  color: #fff;
  font-size: 2em; 
  display: block;
  text-decoration: none;
}
.menu_icon{
  background-image:url("../images/menu-icon.png");
  background-repeat: no-repeat;
  text-indent:4em;}
.sns-btn{
  display: inline-block;
  margin:50px 0 0 0;
}
.right-space{padding:0 30px 0 0!important;}
/*    header end    */



main{
  overflow: hidden;
  background: url("../images/ticket-bg.jpg");
}



/*     mv     */
#mv{
  background:linear-gradient(0deg, #ffffff, #a0d8ef);
  background-position: bottom center,bottom center, bottom center;
  background-repeat: no-repeat;
  background-size: auto,contain;
  height: 800px;
}
#mv .mv-pc{
  height: 800px;
  background-image: url(../images/mv.png);
  background-repeat: no-repeat;
  background-position: center;
}
#mv .mv-sp{display: none;}


/*     mv end     */



/*     overview     */
#overview{
  overflow: hidden;
  padding: 100px 0 80px;
}
#overview .day{
  text-align: center;
  margin-bottom: 100px;
}

.explanation{
  text-align: center;
  padding: 100px 32px 0;
  margin-bottom: 100px;
  background-image: url(../images/memo.png);
  background-size: 100% 100%;
}
.explanation .horoyoi-logo{
  max-width: 800px;
  margin: 0 auto 80px;
}
.explanation p{
  font-size: 38px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 30px;
}
.explanation .bon-voyage{
  position: relative;
  right: -15%;
  width: 100%;
  transform: rotate(-10deg);
}
.slide-items{
  max-width: 800px;
  height: 100%;
  margin:0 auto;
  }
.slide-items li{text-align: center;}
.slide-items img{
  width: 100%;    
  object-fit: cover;
  border-radius: 10px;
}
.slick-list{margin-bottom: 10px;}
.slide-dots{
  display: flex;
  justify-content: center;
}
.slide-dots li {
    width: 10px;
    height: 10px;
    margin: 0 5px;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
}
.slide-dots li:hover,
.slide-dots li.slick-active {
    background: #aaa;
}
.slide-dots li button {
    display: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    padding: 0;
    border: none;
    background-color: transparent;
}
/*     overview end     */



/*     ticket     */
#ticket{
  position: relative;
  padding: 50px 0 80px;
}
#ticket::after{
  position: absolute;
  top: -30px;
  right: -100px;
  width: 200px;
  aspect-ratio: 1 / 1;
  content: "";
  background-image: url(../images/wine.png);
  background-repeat: no-repeat;
  background-size: contain;
}
#ticket h3{
  background-image: url(../images/ticket_h3.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: center;
  font-size: 40px;
  color: #fff;
  padding: 10px 0;
  margin-bottom: 50px;
}
#ticket .profit{
  text-align: center;
  margin-left: 1%;
  margin-bottom: 65px;
}
.advance-ticket{
  margin-bottom: 120px;
}
.advance-ticket p{
  text-align: center;
}
.advance-ticket .ticket-list li{
  text-align: center;
  margin-left: 13.1%;
  margin-bottom: 50px;
}
.advance-ticket .text{
  font-size: 30px;
}
.advance-ticket .text span{
  font-size: 45px;
}
.same-day-ticket{
  margin-bottom: 140px;
}
.same-day-ticket p{
  text-align: center;
}
.how-to-use{
  margin-bottom: 120px;
}
.how-to-use h4{
  text-align: center;
  font-size: 46px;
  margin-bottom: 30px;
}

.how-to-use .precautions{
  text-align: right;
}
.how-to-use h4 span{
  vertical-align: 30px;
}
.how-to-use .images div{
  text-align: center;
}
.how-to-use .images .img1{
  max-width: 795px;
  margin: 0 auto 45px;
}
.how-to-use p{
  text-align: center;
}
.how-to-purchase .content{
  background-color: #fff;
  border-radius: 8px;
  padding: 50px 20px;
  margin: 0 auto 20px;
}
.how-to-purchase .caption{
  max-width: 570px;
  display: flex;
  align-items: center;
  padding-bottom: 45px;
  margin: 0 auto 55px;
  border-bottom: 2px solid #000;
}
.how-to-purchase .caption h4{
  margin-right: 25px;
}
.how-to-purchase .caption p{
  max-width: calc(100% - 160px);
  font-size: 22px;
  color: #00479D;
}
.how-to-purchase .media-name{
  text-align: center;
  font-size: 40px;
  line-height: 1;
  margin: -20px 0 20px;
}
.how-to-purchase .media-name span{
  font-size: 16px;
  line-height: 1.6;
}
.how-to-purchase .flex{
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-bottom: 20px;
}
.how-to-purchase .ticket-btn{
  text-align: center;
}
.how-to-purchase .text{
  text-align: center;
  margin-bottom: 50px;
}
.how-to-purchase .text span{
  font-size: 22px;
}
.how-to-purchase .someday-text{
  font-weight: 900;
  text-align: center;
  font-size: 22px;
  line-height: 1.4;
  margin-bottom: 10px;
}
.how-to-purchase .someday-text span{
  font-size: 28px;
}
.how-to-purchase .precautions li{
  line-height: 1.7;
}
.how-to-purchase .precautions .red{
  color: #e91b11;
  text-decoration: underline;
}

/*     ticket end     */



/*     special     */
#special{
  position: relative;
  padding: 50px 0 80px;
}
#special::before{
  position: absolute;
  top: -20px;
  left: -30px;
  content: "";
  background-image: url(../images/special-bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 200px;
  height: 150px;
}
#special h2{
  position: relative;
  z-index: 10;
}
#special p{
  border-radius: 10px;
  height: 500px;
  background-color: #ffffff99;
  text-align: center;
  font-size: 60px;
  padding-top: 200px;
  margin: 0 auto;
}
/*     special end     */



/*     access     */
#access{
  position: relative;
  padding: 50px 0 0;
}
#access h2{
  position: relative;
  z-index: 10;
}
#access::before{
  position: absolute;
  top: -15px;
  right: -15px;
  content: "";
  background-image: url(../images/craftbeer.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 150px;
  height: 150px;
}
#access .photo{
  max-width: 600px;
  margin: -60px auto 0;
  text-align: center;
}
#access .transportation-list{
  display: flex;
  justify-content: center;
  gap: 10px;
  text-align: center;
}
#access .transportation-list div{
  padding: 0px 20px;
}
#access .transportation-list div:first-child{
  border-right: 1px solid #220500;
}
#access .transportation-list dt{
  color: #5E92E3;
  letter-spacing: 0.1em;
  margin-bottom: 5px;
}
#access .transportation-list dd{
  font-size: 18px;
  margin-bottom: 5px;
}
#access .address{
  text-align: center;
  margin-top: -20px;
  margin-bottom: 50px;
}
#access h3{
  background-image: url(../images/transportation-information-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: center;
  font-size: 40px;
  color: #fff;
  padding: 10px 0;
  margin-bottom: 30px;
}

.map{
  margin: 50px 0 0;
}
#access .decoration{
  padding: 20px 0;
}
#access .decoration div{
  margin-left: -20px;
}



/*     access end     */



/* 　instagram　*/
#instagram{
  position: relative;
  background-color: #fff;
  padding: 100px 0 100px;
  margin: 25px 0;
}
#instagram::before,#instagram::after{
  position: absolute;
  content: "";
  background-image: url(../images/Instagram-border.png);
  background-repeat: repeat-x;
  background-position: center;
  background-size: contain;
  width: 100%;
  height: 50px;
}
#instagram::before{top: -25px;}
#instagram::after{bottom: -25px;}
#instagram h2{
  margin-bottom: 50px;
}
.insta_list{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 80px;
}
.insta_list li{
    position: relative;
    width: calc((100% - 40px)/3);
}
.insta_list li::before{
	content: "";
	display: block;
	padding-top: 100%;
}
.insta_list a{
	position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.insta_list img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.insta_btn a{
  display: block;
  max-width: 300px;
  border-radius: 35px;
  color: #220500;
  text-align: center;
  text-decoration: none;
  border: 2px solid #0d689c;
  padding: 20px 0;
  margin: 0 auto;
}
/*     instagram end     */



/*     about      */
#about{
  position: relative;
  padding: 50px 0 80px;
}
#about::before{
  position: absolute;
  top: -80px;
  right: -30px;
  content: "";
  background-image: url(../images/shochu.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 150px;
  height: 300px;
}
#about dl{
  margin: 20px auto;
}
#about dl a{color: #220500;}
#about dt{
  color: #cb453f;
  padding: 20px 0 5px 0;
  letter-spacing: 0.1em;
  font-weight: 900;
}
#about dd{
  padding: 0 0 10px 0;
}
#about li{
  text-indent: -1.6em;
  padding-left: 1.6em;
}
.line02{
  border-bottom: #838383 1px solid;
  line-height: 1.7em;
  padding: 0 0 20px 0;
}
.caution-tit{margin: 3% auto 0 auto!important;padding: 0 0 0 0 !important;}
.caution-area p{
  margin: 0 auto ;
  line-height: 1.7em;
  letter-spacing: -0.01em;
}
/*     about end     */


/*     bottom-area     */
#bottom-area{
  font-family: "sans-serif";
  margin-bottom: 150px;
}
#bottom-area .wrapper{
  max-width: 700px;
  background-color: #fefff2;
  padding: 50px 16px 50px;
}
#bottom-area h4{
  display: flex;
  justify-content: left;
  align-items: center;
  gap: 20px;
  font-size: 25px;
  line-height: 1.4;
  margin-bottom: 20px;
}
#bottom-area p{
  font-size: 20px;
}
/*     bottom-area end     */

#footer{
  background-color: #000;
  color:#fff;
  text-align: center;
  padding: 30px 0;
}
#footer li{
  line-height:1.7;
}
#footer .logo-flex{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: 10px;
}
#footer a{
  color:#fff;
  text-decoration: underline;
}
#footer .copy{
  font-size:0.9em;
  padding:30px 0 20px;
}


.pagetop{
    display: none;
    position: fixed;
    bottom: 0;
    right: 0;
}
.pagetop a{
    display: block;
    text-align: center;
    font-size: 12px;
    text-decoration: none;
    padding: 5px 10px;
}
.pagetop a:hover{
    display: block;
    text-align: center;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    padding:5px 10px;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}




@media screen  and (max-width:767px){
.wrapper{width: 90%;padding: 0;}

.explanation p{font-size: 30px;}

.advance-ticket .ticket-list li{margin-left: 26px;}

.how-to-purchase .caption{flex-direction: column;}
.how-to-purchase .caption h4{margin: 0 0 20px;}
.how-to-purchase .caption p{max-width: 570px;text-align: center;}
.how-to-purchase .flex{flex-direction: column;}
.how-to-purchase .flex .ticket-btn{margin: 0;}

#access .transportation-list{flex-direction: column;}
#access .transportation-list div:first-child{border-right: none}

#instagram{margin: 15px 0;}
#instagram::before,#instagram::after{height: 30px;}
#instagram::before{top: -15px;}
#instagram::after{bottom: -15px;}

#bottom-area h4{flex-direction: column;text-align: center;font-size: 20px;}
#bottom-area p{font-size: 16px;}

#footer .logo-flex{flex-direction: column;}
}

@media screen and (max-width:600px){
  #mv{height: 150vw;}
  #mv .mv-pc{display: none;}
  #mv .mv-sp{
    display: block;
    height: 150vw;
    background-image: url(../images/mv_sp.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
  }
}

@media screen and (max-width:450px){
.pc{display:none;}    
.sp{display: block;}

.black-bg ul li a{font-size: 1.5em;}

.explanation .horoyoi-logo{margin-bottom: 50px;}
.explanation p{font-size: 16px;}

#ticket h3{font-size: 24px;padding-top: 8px;}
.advance-ticket .y-marker{font-size: 20px;}
.advance-ticket .text{font-size: 24px;}
.advance-ticket .text span{font-size: 40px;}

.how-to-use h4{font-size: 20px;}
.how-to-use h4 img{width: 120px;}
.how-to-use h4 span{vertical-align: 15px;}
.how-to-use .precautions{text-align: center;}

.how-to-purchase .caption p{font-size: 16px;}

#special p{font-size: 30px;height: 300px;padding-top: 130px;}

#access h3{font-size: 24px;padding-top: 8px;}

#footer li{font-size: 0.8em;}
}