/* title:start */
.online__title {
  text-align: center;
}
.online__title__img {
  margin: 0 auto;
}
.online__title__text {
  line-height: 1;
  color: #b92c36;
}
.online__title__text__sub {
  margin-top: 35px;
  font-weight: 600;
  font-size: 20px;
}
.online__title__text__main {
  margin-top: 15px;
  font-weight: 600;
  font-size: 35px;
}


/* title:end */
/* icon:start */
.online__icon__01,
.online__icon__02 {
  position: absolute;
  z-index: 1;
}


/* icon:end */
/* online:start */
.online__top {
  position: relative;
  z-index: 0;
  padding: 114px 0 0;
  text-align: center;
}
.online__top::before,
.online__top::after {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 85px;
  background-color: #b92c36;
  mix-blend-mode: multiply;
  content: "";
}
.online__top::before {
  z-index: 0;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 38%);
}
.online__top::after {
  z-index: -1;
  clip-path: polygon(0 0, 100% 0, 100% 38%, 0 100%);
}
.online__top .online__title {
  position: relative;
  z-index: 1;
}
.online__top .online__title__img {
  width: 174px;
  animation-delay: 0.6s;
}
.online__top .online__title__text__sub {
  animation-delay: 0.8s;
}
.online__top .online__title__text__main {
  animation-delay: 1s;
}
.online__top__bg {
  position: relative;
  z-index: 0;
  margin-top: -10px;
  padding: 72px 0 27px;
  background-color: #ebe3d4;
}
.online__top__bg::before {
  position: absolute;
  z-index: -1;
  top: -1px;
  left: 0;
  width: 100%;
  height: 64px;
  clip-path: polygon(0 0, 100% 0, 100% 0%, 0 100%);
  background-color: #fff;
  content: "";
}
.online__top__bg .l-cont {
  position: relative;
  z-index: 0;
}
.online__top__bg .online__icon__01 {
  top: -180px;
  left: 87px;
  width: 86px;
  animation-delay: 0s;
}
@media print, screen and (max-width: 1041px) {
  .online__top__bg .online__icon__01 {
    left: 0;
  }
}
.online__top__bg .online__icon__02 {
  top: -220px;
  right: 82px;
  width: 146px;
  animation-delay: 0.4s;
}
@media print, screen and (max-width: 1041px) {
  .online__top__bg .online__icon__02 {
    right: 0;
  }
}
.online__top__grid {
  position: relative;
  z-index: 0;
}
.online__top__grid__img {
  width: 64%;
  max-width: 636px;
  margin-left: -47px;
  border-radius: 80px;
  overflow: hidden;
  animation-delay: 1.2s;
}
.online__top__grid__title {
  position: absolute;
  z-index: 0;
  top: 216px;
  right: 35px;
  width: 40%;
  max-width: 393px;
  animation-delay: 0s;
}
.online__top__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 56px;
  animation-delay: 0.4s;
}
.online__top__list li {
  position: relative;
  z-index: 0;
  width: calc(100% / 9);
  height: 111px;
  overflow: hidden;
}
@media print, screen and (max-width: 1041px) and (min-width: 768px) {
  .online__top__list li {
    height: 90px;
  }
}
@media print, screen and (max-width: 767px) {
  .online__top__list li {
    height: 70px;
  }
}
.online__top__list li.-bg01 {
  background-color: #b92c36;
}
.online__top__list li.-bg02 {
  background-color: #c44e56;
}
.online__top__list li.-bg03 {
  background-color: #bfa370;
}
.online__top__list li.-bg04 {
  background-color: #a8833f;
}
.online__top__list li img {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.online__top__set {
  width: 62%;
  max-width: 620px;
  margin: 26px auto 0;
}
.online__top__set li {
  margin-top: 61px;
}
.online__top__set li:first-of-type {
  margin-top: 0;
  animation-delay: 0s;
}
.online__top__set li:last-of-type {
  animation-delay: 0.2s;
}
.online__top__set__title {
  line-height: 1;
  font-size: 30px;
  font-weight: 600;
}
.online__top__set__img {
  margin-top: 16px;
}
.online__top__text {
  line-height: 1.29;
  margin-top: 36px;
  font-weight: 600;
  font-size: 18px;
  animation-delay: 0.4s;
}


/* online:end */
/* online__set:start */
.online__set__bg01,
.online__set__bg02 {
  position: relative;
  z-index: 0;
}
.online__set__bg01::before,
.online__set__bg02::before {
  position: absolute;
  z-index: -1;
  top: -1px;
  left: 0;
  width: 100%;
  height: 64px;
  clip-path: polygon(0 0, 100% 0, 100% 0%, 0 100%);
  content: "";
}
.online__set__bg01 {
  padding: 72px 0 16px;
  background-color: #fff;
}
.online__set__bg01::before {
  background-color: #ebe3d4;
}
.online__set__bg01 .l-cont {
  position: relative;
  z-index: 0;
}
.online__set__bg01 .online__icon__01 {
  top: -54px;
  left: 121px;
  width: 107px;
  animation-delay: 0.6s;
}
@media print, screen and (max-width: 1041px) {
  .online__set__bg01 .online__icon__01 {
    left: 0;
  }
}
.online__set__bg01 .online__icon__02 {
  bottom: 84px;
  right: 144px;
  width: 57px;
  animation-delay: 1s;
}
@media print, screen and (max-width: 1041px) {
  .online__set__bg01 .online__icon__02 {
    right: 0;
  }
}
.online__set__cont {
  padding-top: 31px;
}
.online__set__cont.-color01 {
  padding-top: 0;
}
.online__set__cont.-color02 {
  color: #8e592e;
}
.online__set__title {
  line-height: 1.32;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.12em;
}
.online__set__cont.-color01 .online__set__title {
  animation-delay: 0.8s;
}
.online__set__cont.-color02 .online__set__title {
  animation-delay: 0s;
}
.online__set__grid {
  display: flex;
  width: calc(100% - 410px);
  margin: 25px auto 0;
}
@media print, screen and (max-width: 1041px) {
  .online__set__grid {
    width: 100%;
  }
}
.online__set__cont.-color01 .online__set__grid {
  animation-delay: 1s;
}
.online__set__cont.-color02 .online__set__grid {
  animation-delay: 0.2s;
}
.online__set__grid__list {
  width: 49%;
  margin-right: 2%;
}
.online__set__grid__list:nth-child(even) {
  margin-right: 0;
}
.online__set__grid__list li {
  position: relative;
  z-index: 0;
  line-height: 1.7;
  padding-left: 1em;
  letter-spacing: normal;
}
.online__set__grid__list li::before {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  content: "\30fb";
}
.online__set__bg02 {
  padding: 74px 0 8px;
  background-color: #ebe3d4;
}
.online__set__bg02::before {
  background-color: #fff;
}
.online__set__caution {
  line-height: 1.55;
  font-size: 11px;
  text-align: center;
  animation-delay: 0.2s;
}
.online__set__button {
  display: flex;
  justify-content: center;
  margin-top: 37px;
  animation-delay: 0.4s;
}
.online__set__button__cont:first-of-type {
  margin-right: 42px;
}
.online__set__button__title {
  line-height: 1;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
}
.online__set__button__cont .button {
  width: 284px;
  height: 57px;
  margin: 5px auto 0;
}
.online__set__button__cont .button a {
  padding-top: 10px;
  background-image: url(../../lineup/img/pagelink_icon.png);
  background-size: 8px auto;
  background-position: 94% center;
  font-size: 18px;
}


/* online__set:end */
/* online__reserve:start */
.online__reserve {
  position: relative;
  z-index: 0;
  padding: 75px 0 19px;
}
.online__reserve::before {
  position: absolute;
  z-index: -1;
  top: -1px;
  left: 0;
  width: 100%;
  height: 64px;
  clip-path: polygon(0 0, 100% 0, 100% 0%, 0 100%);
  background-color: #ebe3d4;
  content: "";
}
.online__reserve .l-cont {
  position: relative;
  z-index: 0;
}
.online__reserve .online__icon__01 {
  top: 75px;
  left: 214px;
  width: 57px;
  animation-delay: 0.8s;
}
@media print, screen and (max-width: 1041px) {
  .online__reserve .online__icon__01 {
    left: 0;
  }
}
.online__reserve .online__icon__02 {
  top: 22px;
  right: 168px;
  width: 107px;
  animation-delay: 1s;
}
@media print, screen and (max-width: 1041px) {
  .online__reserve .online__icon__02 {
    right: 0;
  }
}
.online__reserve .online__title__img {
  width: 289px;
  animation-delay: 1.2s;
}
.online__reserve .online__title__text__sub,
.online__reserve .online__title__text__main {
  letter-spacing: -0.05em;
}
.online__reserve .online__title__text__sub {
  animation-delay: 1.4s;
}
.online__reserve .online__title__text__main {
  animation-delay: 1.6s;
}
.online__reserve__cont {
  width: 60%;
  max-width: 592px;
  margin: 0 auto;
}
@media print, screen and (max-width: 1041px) {
  .online__reserve__cont {
    width: 100%;
    max-width: unset;
  }
}
.online__reserve__cont:first-of-type {
  padding-top: 23px;
}
.online__reserve__cont:first-of-type .online__reserve__box {
  animation-delay: 1.8s;
}
.online__reserve__cont:last-of-type {
  padding-top: 61px;
}
.online__reserve__cont:last-of-type .online__reserve__box {
  animation-delay: 0.4s;
}
.online__reserve__box {
  border-radius: 8px;
  border: 3px solid #b92c36;
  box-sizing: border-box;
  background-color: #fff;
}
.online__reserve__head {
  padding: 20px 0 10px;
  background-color: #b92c36;
  color: #fff;
  text-align: center;
}
.online__reserve__head__title__jp {
  line-height: 1;
  font-weight: 600;
  font-size: 27px;
  letter-spacing: normal;
}
.online__reserve__head__title__jp__min {
  font-size: 18px;
}
.online__reserve__head__title__en {
  margin: 12px auto 0;
}
.online__reserve__head__title__en.-en01 {
  width: 130px;
}
.online__reserve__head__title__en.-en02 {
  width: 212px;
}
.online__reserve__head__text {
  display: flex;
  align-items: center;
  justify-content: center;
}
.online__reserve__head__text__title {
  line-height: 1.34;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: -0.05em;
}
.online__reserve__head__text__img {
  width: 126px;
}
.online__reserve__head__text__img.-img01 {
  margin-left: 23px;
}
.online__reserve__head__text__img.-img02 {
  margin-left: 19px;
}
.online__reserve__logo.-logo01 {
  width: 348px;
  margin: 15px auto;
}
.online__reserve__logo.-logo02 {
  width: 262px;
  margin: 19px auto 7px;
}
.online__reserve__detail__cont {
  text-align: center;
}
.online__reserve__detail__title {
  line-height: 1;
  padding: 11px 0;
  background-color: #ebe3d4;
  font-weight: 600;
  font-size: 18px;
  text-align: center;
}
.online__reserve__detail__text {
  line-height: 1;
  padding: 18px 0 17px;
  font-weight: 600;
  font-size: 15px;
}
.online__reserve__detail__max {
  font-size: 19px;
}
.online__reserve__detail__list__cont {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 23px;
}
.online__reserve__detail__list__cont:first-of-type {
  margin-top: 0;
}
.online__reserve__detail__list__cont dt {
  margin-right: 1em;
}
.online__reserve__detail__link__cont {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
}
.online__reserve__detail__link__cont:first-of-type {
  margin-top: 0;
}
.online__reserve__detail__link__cont dt {
  margin-right: 1em;
  font-size: 17px;
}
.online__reserve__detail__link__cont dd a {
  color: #231815;
  font-size: 11px;
  text-decoration: underline !important;
}
.online__reserve__detail__caution {
  line-height: 1;
  margin-top: 10px;
  font-size: 11px;
}
.online__reserve__button {
  margin-top: 21px;
  animation-delay: 0s;
}
.online__reserve__button .button {
  margin: 0 auto;
}
.online__reserve__caution {
  line-height: 1;
  margin-top: 17px;
  font-size: 11px;
  text-align: center;
  animation-delay: 0.2s;
  letter-spacing: normal;
}
.online__reserve__app {
  width: calc(100% - 160px);
  margin: 0 auto;
  padding-top: 30px;
}
@media print, screen and (max-width: 1041px) {
  .online__reserve__app {
    width: 100%;
  }
}
.online__reserve__app__img {
  width: 66%;
  max-width: 500px;
  margin: 0 auto;
  animation-delay: 0.4s;
}
@media print, screen and (max-width: 1041px) {
  .online__reserve__app__img {
    width: 100%;
    max-width: unset;
  }
}
.online__reserve__app__caution {
  padding-top: 11px;
  animation-delay: 0s;
}
.online__reserve__app__caution__title {
  line-height: 1;
  font-weight: 600;
  text-align: center;
}
.online__reserve__app__caution__list {
  margin-top: 22px;
}
.online__reserve__app__caution__list li {
  position: relative;
  z-index: 0;
  line-height: 1.68;
  padding-left: 1.1em;
  font-size: 11px;
}
.online__reserve__app__caution__list li::before {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  content: "\203B";
}


/* online__reserve:end */
/* shop:start */
.shop {
  position: relative;
  z-index: 0;
  padding: 91px 0 64px;
  background-color: #d1ba91;
}
.shop::after {
  position: absolute;
  z-index: -1;
  top: -1px;
  left: 0;
  width: 100%;
  height: 63px;
  background-color: #fff;
  clip-path: polygon(0 0, 100% 100%, 100% 0);
  content: "";
}
.shop .l-cont {
  position: relative;
  z-index: 0;
}
.shop__button {
  width: 300px;
  height: 97px;
  margin: 0 auto;
}
.shop__button a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  border-radius: 12px;
  border: 5px solid #b92c36;
  background-color: #fff;
}
.shop__button a img {
  width: 26px !important;
  margin-right: 13px;
}
.shop__button__text {
  line-height: 1;
  color: #b92c36;
  font-weight: 600;
  font-size: 40px;
}
.shop__text {
  line-height: 1.55;
  margin: 27px auto 0;
  font-weight: 600;
  font-size: 11px;
  text-align: center;
}
@media print, screen and (max-width: 1041px) {
  .shop__text {
    width: calc(100% - 100px);
    text-align: left;
  }
}


/* shop:end */