@charset "UTF-8";
html {
  scroll-padding-top: 150px;
}

.breadcrumbs span,
.breadcrumbs a{
  color: #fff;
}

#oo-header{
  position: relative;
  min-width: 1200px;
  height: 380px;
  background: url('image/visual-bg.jpg') no-repeat center center;
  background-size: cover;
}

#oo-header::before{
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.4);
  top: 0;
  left: 0;
  z-index: 1;
}


#breadcrumbs{
  position: relative;
  z-index: 2;
}

#visual{
  position: relative;
  text-align: center;
  z-index: 2;
  margin-top: 20px;
}

#visual #visual-image-content{
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#visual #visual-image-content .visual-image-content-top{
  margin-bottom: 20px;
}

#visual #visual-image-content .visual-image-content-bottom{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 680px;
  margin-bottom: 50px;
}

#visual #visual-image-content .visual-image-content-bottom h1{
  font-size: 3.4rem;
  color: #fff;
  font-weight: 500;
}

#visual #visual-image-content .visual-image-content-bottom h1 b{
  position: relative;
  font-weight: 500;
}
#visual #visual-image-content .visual-image-content-bottom h1 b::after{
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #fff;
  bottom: 0;
  left: 0;
}

#visual #visual-image-content .visual-image-content-bottom .yen{
  width: 210px;
}

#visual-suits{
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 380px;
}

#visual-suits img{
  height: 380px;
}

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

.breadcrumbs{
  display: none;
}
  
#oo-header{
  min-width: 0;
  background: url('image/visual-sp.jpg') no-repeat center center;
  background-size: cover;
  height: auto;
}

#visual{
  margin: 0;
  padding-top: 40px;
}

#visual #visual-image-content .visual-image-content-bottom{
  width: 100%;
  display: block;
  margin: 0;
}

#visual #visual-image-content .visual-image-content-top{
  padding: 0px 25px 0;
}

#visual #visual-image-content .visual-image-content-top p{
  width: 80%;
  margin: auto;
}

#visual #visual-image-content .visual-image-content-bottom p{
  width: 100%;
}

#visual #visual-image-content .visual-image-content-bottom p b{
  font-size: 1.8rem;
  margin-bottom: 15px;
}

#visual #visual-image-content .visual-image-content-bottom p .anno{
  display: inline-block;
  font-size: 1.2rem;
  margin-bottom: 30px;
}

#visual #visual-image-content .visual-image-content-bottom .yen{
  width: 40%;
  margin: 15px auto 0;
}

#visual #visual-image-content .visual-image-content-bottom h1{
  font-size: 2.4rem;
  text-align: center;
}


}

/* common
=======================*/
#stockholder h2{
  text-align: center;
}

#stockholder h2 .en{
  display: block;
  font-size: 1.3rem;
  margin-bottom: 1rem;
}

#stockholder h2 .jp{
  font-size: 3.3rem;
  display: block;
  margin-bottom: 3rem;
  font-weight: 500;
}

#stockholder .layout{
  display: flex;
  justify-content: center;
  align-items: center;
}

.annotation{
  font-size: 1.4rem;
}

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

#stockholder h2 .jp{
  font-size: 2rem;
}

#stockholder h2 .en{
  font-size: 1.1rem;
}

}


/* about
=======================*/
#about{
  background-color: #E3E1DD;
  padding: 60px 20px;
}

#about .layout .lead{
  padding-left: 45px;
}

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

#stockholder #about .layout{
  display: block;
}

#stockholder #about .layout .image{
  text-align: center;
  width: 100%;
}

#stockholder #about .layout .lead{
  padding: 10px 0 0;
  font-size: 1.4rem;
  text-align: center;
}

}

/* product
=======================*/
#about #products{
  margin: 60px auto;
  background-color: #FFFFFF;
  padding: 55px;
  max-width: 990px;
  
}

#about #products p.lead{
  text-align: center;
  margin-bottom: 50px;
}

#about #products p{
  text-align: center;
}

#about #products p.big{
  font-size: 2.6rem;
  margin-bottom: 1rem;
}

#about #products .line{
  width: 670px;
  height: 1px;
  background-color: #4B3F2C;
  margin: 50px auto;
}

#about #products .layout{
  flex-wrap: wrap;
  align-items: flex-start;
}

#about #products .layout .box{
  width: 20%;
  text-align: center;
}

#about #products .layout .box:nth-child(-n+4){
  width: 20.1%;
}

#about #products .layout .box .image{
  height: 149px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#about #products .layout .box:nth-child(n+5) .image{
  height: 192px;
}

#about #products .layout .box img{
  width: 122px;
}

#about #products .layout .box p{
  font-size: 1.5rem;
  line-height: 130%;
}

#about #products .layout .box p span{
  font-size: 1.2rem;
}

#about #products .logos{
  width: 640px;
  margin: 30px auto 0;
  align-items: center;
}

#about #products .logos li{
  margin: 10px 20px;
}

@media screen and (max-width: 769px) {
#about{
  padding: 30px 15px;
}

#about #products{
  padding: 40px 20px;
  margin: 30px auto;
}

#about #products .layout{
  display: flex;
}

#about #products .layout .box {
  margin-bottom: 15px;
}

#about #products .layout .box img{
  width: auto;
  height: 140px;
}

#about #products .layout .box:nth-child(n+6) .image{
  height: 140px;
}

#about #products p.lead{
  margin-bottom: 30px;
  font-size: 1.5rem;
}

#about #products .layout .box{
  width: 50% !important;
}

#about #products .layout .box .image{
  height: auto;
}

#about #products .line{
  width: 100%;
  margin: 30px 0;
}

#about #products .logos{
  width: 100%;
}

#about #products .logos li{
  width: 50%;
  margin: 0;
  padding: 10px 20px;
}

#about #products p.annotation{
  font-size: 1.1rem;
}


}


/* aboutticket
=======================*/

#aboutticket{
  padding: 80px 20px;
  width: 900px;
  margin: 0 auto;
}

#aboutticket h3{
  font-size: 1.8rem;
  padding-left: 30px;
  border-left: 6px solid #4B3F2C;
  margin-bottom: 2rem;
  font-weight: 500;
}

#aboutticket h3 + p{
  padding-left: 36px;
  margin-bottom: 30px;
}

#aboutticket table {
  margin: 0 auto 50px;
  width: 740px;
}

#aboutticket table thead th{
  background-color: #4B3F2C;
  border: 1px solid #4B3F2C;
  padding: 25px 50px;
  text-align: center;
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
}

#aboutticket table thead th.br{
  border-right: none;
}
#aboutticket table thead th.bl{
  border-left: 1px solid #fff;
}

#aboutticket table tbody th{
  border: 1px solid #4B3F2C;
  padding: 25px 50px;
  vertical-align: middle;
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
}

#aboutticket table tbody td{
  background-color: #F2F0ED;
  border: 1px solid #4B3F2C;
  padding: 25px 50px;
  font-size: 2.6rem;
}

#aboutticket table tbody td .ticket{
  width: 166px;
}

#aboutticket table tbody td .price{
  flex: 1;
  padding-left: 40px;
}

#aboutticket table tbody td .tax{
  font-size: 1.6rem;
}

@media screen and (max-width: 769px) {
#aboutticket{
  width: 100%;
  padding: 60px 15px 0;
} 

#aboutticket h3{
  padding-left: 14px;
}

#aboutticket h3 + p{
  font-size: 1.4rem;
  padding-left: 20px;
}

#aboutticket table{
  width: 100%;
}

#aboutticket table thead th{
  padding: 15px;
  font-size: 1.4rem;
}

#aboutticket table tbody th{
  padding: 15px;
  font-size: 1.5rem;
  width: 30%;
}

#aboutticket table tbody td{
  padding: 15px;
  font-size: 2rem;
}

#aboutticket table tbody td .layout{
  display: block;
}

#aboutticket table tbody td .ticket{
  width: 100%;
}



}

/* howto
=======================*/

#howto{
  padding: 80px 20px;
  margin: 0 auto;
  background-color: #EDEDED;
}

#howto p.lead{
  text-align: center;
  margin-bottom: 50px;
}

#howto .howto{
  position: relative;
  width: 900px;
  display: flex;
  justify-content: space-between;
  margin: auto;
}

#howto .howto::after{
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: calc(100% - 95px);
  bottom: -16px;
  left: 25px;
  background-color: #4B3F2C;
}
#howto .howto.last::after{
  content: none;
}

#howto .howto .step{
  text-align: center;
  margin-right: 30px;
  padding-top: 30px;
}

#howto .howto .step .num{
  display: block;
  font-size: 4.8rem;
  line-height: 1;
}

#howto .howto .body {
  border-top: 1px solid #fff;
  padding: 30px 0;
  flex: 1;
}

#howto .howto .layout {
  justify-content: space-between;;
  align-items: flex-start;
}

#howto .howto .layout .text{
  flex: 1;
  padding-right: 40px;
  padding-top:20px;
}

#howto .howto .layout .text h3{
  font-size: 2.5rem;
  font-weight: 500;
  margin-bottom: 1.5rem;
}

#howto .howto .layout .text p{
  font-size: 1.4rem;
}

#howto .howto .layout .image{
  width: 176px;
  line-height: 0;
}

#howto .howto .layout.white{
  background-color: #fff;
  padding: 20px;
  margin-top: 30px;
}

#howto .howto .layout.white h3{
  font-size: 1.8rem;
}

#howto .howto .layout.white .text{
  padding-top: 0;
}

#howto .howto .layout.white .image{
  width: 147px;
}

.stepbtn {
  position: relative;
  display: inline-block;
  background-color: #3c1e00;
  color: #fff;
  padding: 8px 25px 8px 10px;
  line-height: 100%;
  font-size: 13px;
  font-size: 1.3rem;
  text-decoration: none;
  margin-top: 1rem;
}

.stepbtn::after {
  content: "";
  position: absolute;
  display: block;
  width: 6px;
  height: 6px;
  right: 10px;
  top: 50%;
  margin-top: -5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.stepbtn:hover {
  color: #fff;
}

#howto #leadtime{
  text-align: center;
  padding: 30px;
  margin-bottom: 50px;
}

#howto #leadtime p{
  font-size: 2.1rem;
}

#howto #leadtime p b{
  display: inline-block;
  border-bottom: 1px solid #4B3F2C;
}

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

#howto{
  padding: 40px 15px;
}

#howto p.lead{
  font-size: 1.4rem;
}

#howto .howto{
  width: 100%;
}

#howto .howto .step{
  margin-right: 15px;
  font-size: 1.2rem;
}

#howto .howto .step .num{
  font-size: 3rem;
}

#howto .howto .layout{
  display: block;
}

#howto .howto .layout .text{
  padding: 0;
}

#howto .howto .layout .text h3{
  font-size: 2rem;
}

#howto .howto .layout .image{
  width: 100%;
  max-width: 218px;

  margin: auto;
  text-align: center;
  margin-top: 20px;
}

#howto .howto .layout .image img{
}

#howto .howto .layout.white h3{
  font-size: 1.6rem;
}

#howto .howto .layout.white p{
  font-size: 1.2rem;
}

#howto .howto .layout.white .image{
  width: 100%;
  text-align: center;
}

#howto #leadtime{
  width: 100%;
  margin-bottom: 20px;
}

#howto #leadtime p{
  font-size: 1.6rem;
}

}

/* kiyaku
=======================*/

#kiyaku{
  padding: 80px 20px;
  width: 900px;
  margin: auto;
}

#kiyaku h2{
  font-size: 3rem;
  line-height: 1.3;
  margin-bottom: 50px;
}

#kiyaku h2 span{
  font-size: 2rem;
}

#kiyaku ul{
  padding-left: 25px;
}

#kiyaku li{
  list-style: disc;
  margin-bottom: 1rem;
}

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

#kiyaku{
  width: 100%;
  padding: 50px 15px;
}

#kiyaku h2{
  font-size: 1.8rem;
  margin-bottom: 30px;
}

#kiyaku h2 span{
  font-size: 1.3rem;
}

#kiyaku li{
  font-size: 1.3rem;
}

}


/* contact
=======================*/
#contact{
  background: url('image/contact.jpg') no-repeat center center;
  background-size: cover;
  padding: 80px 20px 60px;
  text-align: center;
}

#contact .btn{
  border: 1px solid #fff;
  display: inline-block;
  font-size: 2.2rem;
  padding: 15px 40px;
  color: #fff;
  text-decoration: none;
  margin-bottom: 20px;
}

#contact .btn:hover{
  background-color: #fff;
  color: #000;
}

#contact p{
  font-size: 1.4rem;
  color: #fff;
}

#contact p a{
  color: #fff;
}

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

#contact .btn{
  font-size: 2rem;
}

}

.movie{
  width: 560px;
  margin: auto;
}

.movie h2{
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 30px;
}

.movie h2 span{
  display: inline-block;
  width: 50px;
  margin-right: 25px;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .movie{
    width: 100%;
  }
  .movie h2 span{
    width: 30px;
    margin-right: 5px;
  }

  .movie h2{
    font-size: 1.6rem;
    margin-bottom: 15px;
  }

  .movie iframe{
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
  }
}