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

main.inner{
  min-width: 1200px;
  width: 100%;
  padding: 100px 0 0;
}

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

#oo-header{
  position: relative;
}

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

#visual{
  position: relative;
  text-align: center;
  z-index: 2;
}

#visual #visual-image-content{
  position: relative;
  top: -65px;
}

#visual #visual-image-content .image{
  line-height: 0;
}
#visual #visual-image-content .image img{
  width: 100%;

}


#visual #visual-image-content h1{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1;
}
#visual #visual-image-content h1 span{
  font-size: 2.8rem;
  color: #fff;
  font-weight: bold;
}

@media screen and (max-width: 769px) {
main.inner{
  min-width: 0;
  width: 100%;
  padding: 0 0;
}
  
#breadcrumbs{
  display: none;
}
  

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

#visual #visual-image-content{
  top: 0;
}
#visual #visual-image-content h1{
}
#visual #visual-image-content h1 span{
  font-size: 2.0rem;
  text-align: center;
  line-height: 1.3;
}


}

.bg{
  background-color: #F4F4F4;
}

#first{
  padding: 0 0 40px 0;
  text-align: center;
  color: #2B1914;
}

#first .lead{
  font-size: 2.2rem;
  color: #E0A617;
}

#first .annotation{
  font-size: 1.3rem;
  margin-bottom: 40px;
}

#first ul{
  display: flex;
  width: 1030px;
  margin: auto;
  justify-content: center;
}

#first ul li{
  width: 16.666%;
}

#first ul a{
  position: relative;
  display: block;
  padding-bottom: 30px;
  text-decoration: none;
  white-space: nowrap;
}

#first ul a::after{
  content: "";
  display: block;
  position: absolute;
  width: 11px;
  height: 11px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: rotate(45deg);
  left: 50%;
  bottom: 0;
  margin-left: -5px;
}

#first ul a .image{
  margin-bottom: 10px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

#first ul a .image img{
  height: 100px;
}

#first ul a p{
  text-align: center;
  font-weight: bold;
}

@media screen and (max-width: 769px) {
  ._pc{
    display: none;
  }

  #first{
    padding: 20px 0;
  }

  #first .lead.sp{
    margin-bottom: 10px;
    display: block !important;
    font-size: 1.8rem;
  }

  #first .annotation{
    margin-bottom: 20px;
  }
  #first ul{
    flex-wrap: wrap;
    width: 100%;
    gap: 0;
  }

  #first ul li{
    width: 50%;
    margin-bottom: 20px;
    font-size: 1.5rem;
  }

  #first ul a{
    padding-bottom: 15px;

  }

  #first ul a .image img{
    height: 77px;
  }
}

.content{
  color: #2B1914;
}

.content h2{
  text-align: center;
  font-size: 2.6rem;
  font-weight: bold;
  margin-bottom: 30px;
}

.content .check-list li{
  position: relative;
  padding-left: 33px;
  background: url(/members/image/icon-check.svg) no-repeat left top 3px;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 20px;
}

.content .btn {
  position: relative;
  display: inline-block;
  border: 1px solid #2B1914;
  line-height: 100%;
  padding: 20px 57px 20px 30px;
  color: #fff;
  background-color: #2B1914;
  text-decoration: none;
  border-radius: 6px;
}
.content .btn::after {
  content: "";
  position: absolute;
  display: block;
  width: 8px;
  height: 8px;
  right: 30px;
  top: 50%;
  margin-top: -5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.content .btn:hover {
  background-color: #fff;
  color: #2B1914;
}
.content .btn:hover::after {
  border-top: 2px solid #2B1914;
  border-right: 2px solid #2B1914;
}

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

  .content h2{
    font-size: 2.4rem;
  }

}

#app{
  padding: 50px 0;
}

#app .layout{
  width: 870px;
  margin: auto;
  display: flex;
}

#app .layout .image{
  width: 189px;
}

#app .layout .text{
  flex: 1;
  padding-left: 25px;
}

#app .layout .in-layout{
  display: flex;  
  margin-bottom: 30px;
}

#app .layout .in-layout .in-image{
  width: 137px;
  padding-top: 30px;
}

#app .layout .in-layout .in-text{
  padding-left: 25px;
}

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

#app .layout .in-layout .in-text p b{
  color: #E51D1D;
}

#app .check-list{
  margin: 20px 0;
}

#app .more{
  margin-left: 57px;
}



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

  #app{
    padding: 40px 5%;
  }

  #app h2{
    margin-bottom: 15px;
  }

  #app .layout{
    width: 100%;
    display: block;
  }

  #app .layout .text{
    padding-left: 0;
  }
  #app .layout .in-layout{
    display: block;
  }
  #app .layout .in-layout .in-image{
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
    padding-top: 0;
  }
  #app .layout .in-layout .in-image img{
    width: 197px;
  }
  #app .layout .in-layout .in-text{
    padding: 0;
  }
  #app .layout .in-layout .in-text p{
    text-align: center;
  }

  #app .more{
    margin: 0;
    text-align: center;
  }
  
}

#point{
  padding: 60px 0;
  margin: auto;
}

#point h2{
  position: relative;
  z-index: 1;
}

#point .layout{
  display: flex;
  align-items: center;
  position: relative;
  top: -55px;
  width: 820px;
  margin: 0 auto -75px;

}

#point .layout .image{
  width: 290px;
}

#point .layout p{
  flex: 1;
  padding-left: 25px;
  font-size: 1.4rem;
}

#point .table{
  text-align: center;
  margin-bottom: 20px;
}

#point .more{
  text-align: center;
}

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

  #point{
    padding: 40px 5%;
    width: 100%;
  }

  #point .layout{
    display: block;
    top: 0;
    margin-bottom: 0;
    width: 100%;
  }
  #point .layout .image{
    width: 100%;
  }
  #point .layout p{
    padding-left: 0;
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }

}

#online-order{
  padding: 60px 0;
}

#online-order .layout{
  display: flex;
  justify-content: space-between;
  width: 1030px;
  margin: 0 auto 20px;
}

#online-order .layout .image{
  width: 446px;
}

#online-order .layout .text{
  flex: 1;
  padding-left: 30px;
}

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

#online-order .layout .text .check-list{
  padding-top: 15px;
}

#online-order .more{
  text-align: center;
}

@media screen and (max-width: 769px) {
  #online-order{
    padding: 40px 5%;
    width: 100%;
  }

  #online-order .layout{
    width: 100%;
    display: block;
  }

  #online-order .layout .image{
    width: 100%;
  }

  #online-order .layout .text{
    padding-left: 0;
  }
}

.simple-layout{
  padding: 60px 0;
  width: 1030px;
  margin: auto;
}

.simple-layout .layout{
  display: flex;
  justify-content: space-between;
  width: 1030px;
  margin: 0 auto 20px;
}

.simple-layout .layout .image{
  width: 48%;
  text-align: center;
}

.simple-layout .layout .image img{
  width: 410px;
}

.simple-layout .layout .text{
  flex: 1;
  padding-left: 30px;
}

.simple-layout .layout .text p.lead{
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 30px;
}

.simple-layout .layout .text p.det{
  font-size: 1.4rem;
  margin-bottom: 15px;
}

.simple-layout .layout .text p.annotation{
  font-size: 1.2rem;
}

.simple-layout .more{
  text-align: center;
}

@media screen and (max-width: 769px) {
  .simple-layout{
    padding: 40px 0;
    width: 100%;
  }
  .simple-layout .layout{
    width: 100%;
    display: block;
  }
  .simple-layout .layout .image{
    width: 100%;
    text-align: center;
    margin-bottom: 2rem;
  }
  .simple-layout .layout .text{
    padding: 0 5%;
  }
  .simple-layout .layout .text p.lead{
    font-size: 1.7rem;
  }
  .simple-layout .layout .text p.det{
    font-size: 1.5rem;
  }
  .simple-layout .layout .text p.annotation{
    font-size: 1.3rem;
  }

  #coupon .image{
    padding: 0 5%;
  }
}

#faq{
  padding: 60px 0;
  border-top: 2px solid #2B1914;
}

#faq dl{
  border-bottom: 1px solid #2B1914;
  padding: 15px 0;
  width: 860px;
  margin: auto;
}

#faq dl dt{
  position: relative;
  background: url(/members/image/icon-q.svg) no-repeat left center;
  background-size: 40px;
  padding: 10px 65px;
  font-weight: bold;
  cursor: pointer;
}

#faq dl dt::after{
  content: "";
  display: block;
  position: absolute;
  width: 11px;
  height: 11px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: rotate(45deg);
  right: 30px;
  top: 50%;
  margin-top: -10px;
}

#faq dl dt.open::after{
  transform: rotate(-135deg);
  margin-top: 0;
}

#faq dl dd{
  display: none;
  position: relative;
  background: url(/members/image/icon-a.svg) no-repeat left top;
  background-size: 40px;
  padding: 10px 0 10px 65px;
  font-size: 1.5rem;
  margin-top: 10px;
}

#faq dl dd ul{
  list-style-type: disc;
  padding-left: 20px;
  margin-top: 1rem;
}

@media screen and (max-width: 769px) {
  #faq{
    padding: 40px 5%;
  }
  #faq h2{
    margin-bottom: 20px;
  }
  #faq dl{
    position: relative;
    width: 100%;
    padding-bottom: 25px;
  }
  #faq dl dt{
    position: static;
    padding-right: 0;
    padding-left: 50px;
    font-size: 1.6rem;
  }
  #faq dl dt::after{
    top: auto;
    bottom: 15px;
    right: 50%;
    margin-top: 0;
    margin-right: -5px;
  }
  #faq dl dt.open::after{
    bottom: 10px;
  }
  #faq dl dd{
    font-size: 1.6rem;
    padding-bottom: 20px;
  }
}

#items{
  padding: 60px 5%;
}

#items ul{
  display: flex;
  justify-content: center;
  max-width: 1250px;
  margin: 0 auto 20px;
  gap: 1%;
}

#items ul li{
  width: 16.666%;
  line-height: 0;
}

#items ul li span{
  display: block;
  background-color: #2B1914;
  text-align: center;
  color: #fff;
  line-height: 1;
  padding: 8px;
}

@media screen and (max-width: 769px) {
  #items{
    padding: 0 5% 40px 5%;
  }
  #items ul{
    flex-wrap: wrap;
  }
  #items ul li{
    width: 48%;
    margin-bottom: 1%;
    margin-bottom: 10px;
  }

}


