
.inner{
  max-width: 1140px;
  margin: 0 auto;
}
header{
  background: #000000;
  height: 70px;
  position: fixed;
  width: 100vw;
  z-index: 100;
}
header .h-list{
  display: flex;
  align-items: center;
  max-width: 1140px;
  margin: 0 auto;
  height: 100%;
}
header .h-list a{
  display: block;
  width: 187px;
  margin-left: 24px;
  color: #fff;
}
header .h-list .r-block{
  margin-left: 40px;
}
main{
  padding-top: 70px;
}
.mv{
  width: 100%;
  height: 500px;
  background: url(../img/reserve_mv.jpg) no-repeat center center / cover;
  display: flex;
  align-items: flex-end;
}
.mv h1{
  margin-bottom: 33px;
}
.mv span{
  display: block;
  font-weight: bold;
  color: #fff;
}
.mv h1 .jp{
  font-size: 20px;
  letter-spacing: 0.06em;
  margin-bottom: 10px;
  line-height: 1;
}
.mv h1 .en{
  font-size: 60px;
  letter-spacing: 0.06em;
  line-height: 1;
}
.shop{
  background: #000000;
  padding: 120px 0 40px;
}
.shop article{
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}
.shop article.fdrr{
  display: flex;
  flex-direction: row-reverse;
}
.shop article figure{
  width: 50%;
}
.shop article figure img{
  width: 100%;
}
.shop article .t-Box{
  width: calc(100% - 53.38%);
  /* padding-left: 40px; */
}

.shop article .t-Box h2{
  font-size: 40px;
  letter-spacing: 0.02em;
  color: #fff;
  position: relative;
  line-height: 1;
  padding-bottom: 30px;
  border-bottom: 1px solid #fff;
  display: flex;
  align-items: center;
}
.shop article .t-Box h2.wolf::after{
  content: "";
  background: url(../img/reserve_wolf.png) no-repeat center center / contain;
  margin-left: 20px;
  width: 34px;
  height: 42px;
}
.shop article .t-Box h2.takeshi::after{
  content: "";
  background: url(../img/reserve_takeshi.png) no-repeat center center / contain;
  margin-left: 20px;
  width: 41px;
  height: 41px;
}
.shop article .t-Box dl{
  padding: 10px 10px 10px 0;
  border-bottom: 1px solid #fff;
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.shop article .t-Box dl dt,
.shop article .t-Box dl dd{
  font-size: 18px;
  line-height: 1.333;
  letter-spacing: 0.02em;
  color: #fff;
  margin: 0;
}
.shop article .t-Box dl dt{
  width: 20%;
  font-weight: bold;
}
.shop article .t-Box dl dd{
  width: calc(100% - 20% );
}
.r-block{
  margin: 24px 0;
}
.shop article .t-Box .button1{
  width: 260px;
  height: 52px;
}
.shop article .t-Box .button1 span{
  font-size: 18px;
}
.shop article .t-Box .button2{
  width: 260px;
  height: 52px;
}
.shop article .t-Box .button2 span{
  font-size: 18px;
}
.footer_icons {
  text-align: center;
  padding: 30px;
  background-color: #ffffff;
}

@media (max-width: 767px){

.inner{
  max-width: auto;
  margin: 0 auto;
  padding: 15px;
}
header{
  background: #000000;
  height: 65px;
  position: fixed;
  width: 100vw;
}
header .h-list{
  display: flex;
  align-items: center;
  max-width: auto;
  margin: 0 auto;
  height: 100%;
  padding: 0 14px;
}
header .h-list a{
  display: block;
  width: 160px;
  margin-left: 0;
  margin-top: 10.5px;
}
main{
  padding-top: 65px;
  overflow: hidden;
}
.mv{
  width: 100%;
  height: 170px;
  background: url(../img/reserve_mv_sp.jpg) no-repeat center center / cover;
  display: flex;
  align-items: flex-end;
}
.mv h1{
  margin-bottom: 15px;
}
.mv span{
  display: block;
  font-weight: bold;
  color: #fff;
}
.mv h1 .jp{
  font-size: 18px;
  margin-bottom: 4px;
}
.mv h1 .en{
  font-size: 38px;
  letter-spacing: 0.06em;
  line-height: 1;
}
.shop{
  background: #000000;
  padding: 80px 0 20px;
}
.shop article{
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: 60px;
}
.shop article.fdrr{
  display: flex;
  flex-direction: column-reverse;
}
.shop article figure{
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}
.shop article figure img{
  width: 100%;
}
.shop article .t-Box{
  width: 100%;
  /* padding-left: 40px; */
}

.shop article .t-Box h2{
  font-size: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.shop article .t-Box h2.wolf::after{
  content: "";
  background: url(../img/reserve_wolf.png) no-repeat center center / contain;
  margin-left: 12.9px;
  width: 23px;
  height: 28px;
}
.shop article .t-Box h2.takeshi::after{
  content: "";
  background: url(../img/reserve_takeshi.png) no-repeat center center / contain;
  margin-left: 9px;
  width: 26px;
  height: 26px;
}
.shop article .t-Box dl{
  padding: 10px 0 10px 0;
  border-bottom: 1px solid #fff;
  display: flex;
  align-items: center;
}
.shop article .t-Box dl dt,
.shop article .t-Box dl dd{
  font-size: 18px;
  line-height: 1.333;
  letter-spacing: 0.02em;
  color: #fff;
  margin: 0;
}
.shop article .t-Box dl dt{
  width: 30.6%;
  font-weight: bold;
}
.shop article .t-Box dl dd{
  width: calc(100% - 30.6% );
}
.r-block{
  display: flex;
  justify-content: center;
  margin: 24px 0;
}
.shop article .t-Box .button1{
  width: 231px;
  height: 44px;
}
.shop article .t-Box .button1 span{
  font-size: 18px;
}
.shop article .t-Box .button2{
  width: 231px;
  height: 44px;
}
.shop article .t-Box .button2 span{
  font-size: 18px;
}
.footer_icons {
  text-align: center;
  padding: 30px;
  background-color: #ffffff;
}
}