/* 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: 19px;
  font-weight: 600;
}
.online__title__text__main {
  margin-top: 11px;
  font-weight: 600;
}


/* 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: 91px 0 0;
  text-align: center;
}
.online__top::before,
.online__top::after {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 45px;
  background-color: #b92c36;
  mix-blend-mode: multiply;
  content: "";
}
.online__top::before {
  z-index: 0;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 0);
}
.online__top::after {
  z-index: -1;
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 100%);
}
.online__top .online__title {
  position: relative;
  z-index: 1;
  padding-bottom: 5px;
}
.online__top .online__title__img {
  width: 87px;
  animation-delay: 0.4s;
}
.online__top .online__title__text__sub {
  font-size: 15px;
  animation-delay: 0.6s;
}
.online__top .online__title__text__main {
  font-size: 25px;
  animation-delay: 0.8s;
}
.online__top__bg {
  position: relative;
  z-index: 0;
  padding: 56px 0 15px;
  background-color: #ebe3d4;
}
.online__top__bg::before {
  position: absolute;
  z-index: -1;
  top: -1px;
  left: 0;
  width: 100%;
  height: 23px;
  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;
  width: 100%;
}
.online__top__bg .online__icon__01 {
  top: -183px;
  left: 27px;
  width: 37px;
  animation-delay: 0s;
}
.online__top__bg .online__icon__02 {
  top: -226px;
  right: 29px;
  width: 71px;
  animation-delay: 0.2s;
}
.online__top__grid {
  position: relative;
  z-index: 0;
}
.online__top__grid__img {
  width: calc(100% - 63px);
  border-radius: 0 50px 50px 0;
  overflow: hidden;
  animation-delay: 1s;
}
.online__top__grid__title {
  position: absolute;
  z-index: 0;
  top: 7px;
  right: 8px;
  width: 60px;
  animation-delay: 1.2s;
}
.online__top__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 21px;
  animation-delay: 0s;
}
.online__top__list li {
  position: relative;
  z-index: 0;
  width: calc(100% / 5);
  height: 77px;
  overflow: hidden;
}
.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: calc(100% - 80px);
  margin: 26px auto 0;
}
.online__top__set li {
  margin-top: 30px;
}
.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: 15px;
  font-weight: 600;
}
.online__top__set__img {
  margin-top: 7px;
}
.online__top__text {
  line-height: 1.29;
  margin-top: 21px;
  font-weight: 600;
  font-size: 15px;
  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: 23px;
  clip-path: polygon(0 0, 100% 0, 100% 0%, 0 100%);
  content: "";
}
.online__set__bg01 {
  padding: 38px 0 6px;
  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: 21px;
  left: 17px;
  width: 71px;
  animation-delay: 0s;
}
.online__set__bg01 .online__icon__02 {
  bottom: 7px;
  right: 14px;
  width: 37px;
  animation-delay: 0s;
}
.online__set__cont {
  padding-top: 23px;
}
.online__set__cont.-color01 {
  padding-top: 0;
}
.online__set__cont.-color02 {
  color: #8e592e;
}
.online__set__title {
  line-height: 1.57;
  font-weight: 600;
  font-size: 15px;
  text-align: center;
}
.online__set__cont.-color01 .online__set__title {
  animation-delay: 0.2s;
}
.online__set__cont.-color02 .online__set__title {
  animation-delay: 0s;
}
.online__set__grid {
  width: calc(100% - 39px);
  margin: 8px auto 0;
}
.online__set__cont.-color01 .online__set__grid {
  animation-delay: 0.4s;
}
.online__set__cont.-color02 .online__set__grid {
  animation-delay: 0.2s;
}
.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: 43px 0 19px;
  background-color: #ebe3d4;
}
.online__set__bg02::before {
  background-color: #fff;
}
.online__set__caution {
  line-height: 1.7;
  letter-spacing: -0.05em;
  animation-delay: 0.4s;
}
.online__set__button {
  margin-top: 36px;
  animation-delay: 0.6s;
}
.online__set__button__cont {
  margin-top: 25px;
}
.online__set__button__cont:first-of-type {
  margin-top: 0;
}
.online__set__button__title {
  line-height: 1;
  font-weight: 600;
  text-align: center;
}
.online__set__button__cont .button {
  width: 279px;
  margin: 14px auto 0;
}
.online__set__button__cont .button a {
  padding-top: 9px;
  background-image: url(../../lineup/img/pagelink_icon.png);
  background-size: 7px auto;
  background-position: 92% center;
  font-size: 4.5vw;
}


/* online__set:end */
/* online__reserve:start */
.online__reserve {
  position: relative;
  z-index: 0;
  padding: 55px 0 27px;
}
.online__reserve::before {
  position: absolute;
  z-index: -1;
  top: -1px;
  left: 0;
  width: 100%;
  height: 23px;
  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: 16px;
  left: 22px;
  width: 37px;
  animation-delay: 1s;
}
.online__reserve .online__icon__02 {
  top: -39px;
  right: 8px;
  width: 71px;
  animation-delay: 0.8s;
}
.online__reserve .online__title__img {
  width: 171px;
  animation-delay: 1.2s;
}
.online__reserve .online__title__text__sub {
  font-size: 14px;
  animation-delay: 1.4s;
}
.online__reserve .online__title__text__main {
  font-size: 34px;
  letter-spacing: -0.05em;
  animation-delay: 1.6s;
}
.online__reserve__cont {
  width: calc(100% - 18px);
  margin: 0 auto;
}
.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: 36px;
}
.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: 13px 0;
  background-color: #b92c36;
  color: #fff;
}
.online__reserve__head__title__jp {
  line-height: 1;
  font-weight: 600;
  font-size: 27px;
  text-align: center;
  letter-spacing: normal;
}
.online__reserve__head__title__jp__min {
  font-size: 19px;
}
.online__reserve__head__title__en {
  margin: 0 auto;
}
.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;
  margin-top: 5px;
}
.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: 121px;
}
.online__reserve__head__text__img.-img01 {
  margin-left: 17px;
}
.online__reserve__head__text__img.-img02 {
  margin-left: 16px;
}
.online__reserve__logo.-logo01 {
  width: calc(100% - 24px);
  margin: 14px auto 13px;
}
.online__reserve__logo.-logo02 {
  width: calc(100% - 68px);
  margin: 8px auto;
}
.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: 17px;
  text-align: center;
}
.online__reserve__detail__text {
  line-height: 1.33;
  padding: 11px 0 13px;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: normal;
}
.online__reserve__detail__text.-app01 {
  padding: 3px 0 6px;
}
.online__reserve__detail__text.-app02 {
  padding: 22px 0 24px;
}
.online__reserve__detail__max {
  font-size: 19px;
}
.online__reserve__detail__list__cont {
  margin-top: 23px;
}
.online__reserve__detail__list__cont:first-of-type {
  margin-top: 0;
}
.online__reserve__detail__link__cont {
  margin-top: 10px;
}
.online__reserve__detail__link__cont:first-of-type {
  margin-top: 0;
}
.online__reserve__detail__link__cont dt {
  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-weight: 500;
}
.online__reserve__detail__text.-app01 .online__reserve__detail__caution {
  line-height: 1.27;
  margin-top: 2px;
}
.online__reserve__button {
  margin-top: 21px;
  animation-delay: 0s;
}
.online__reserve__button .button {
  width: 100%;
  height: 59px;
  margin: 0 auto;
}
.online__reserve__button .button a {
  font-size: 20px;
}
.online__reserve__caution {
  margin-top: 10px;
  animation-delay: 0.2s;
}
.online__reserve__caution li {
  position: relative;
  z-index: 0;
  line-height: 1.67;
  padding-left: 1.1em;
  font-weight: 500;
  letter-spacing: normal;
}
.online__reserve__caution li:first-of-type {
  margin-top: 0;
}
.online__reserve__caution li::before {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  content: "\203B";
}
.online__reserve__app {
  width: calc(100% - 18px);
  margin: 0 auto;
  padding-top: 24px;
}
.online__reserve__app__img {
  animation-delay: 0.4s;
}
.online__reserve__app__caution {
  padding-top: 20px;
  animation-delay: 0s;
}
.online__reserve__app__caution__title {
  line-height: 1;
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  letter-spacing: -0.05em;
}
.online__reserve__app__caution__list {
  margin-top: 20px;
}
.online__reserve__app__caution__list li {
  position: relative;
  z-index: 0;
  line-height: 1.37;
  margin-top: 10px;
  padding-left: 1.1em;
}
.online__reserve__app__caution__list li:first-of-type {
  margin-top: 0;
}
.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: 50px 0 49px;
  background-color: #d1ba91;
}
.shop::after {
  position: absolute;
  z-index: -1;
  top: -1px;
  left: 0;
  width: 100%;
  height: 23px;
  background-color: #fff;
  clip-path: polygon(0 0, 100% 100%, 100% 0);
  content: "";
}
.shop__icon {
  position: absolute;
  z-index: 0;
  top: 3px;
  right: 30px;
  width: 42px;
  animation-delay: 1.2s;
}
.shop .l-cont {
  position: relative;
  z-index: 0;
}
.shop__button {
  width: 250px;
  height: 68px;
  margin: 0 auto;
}
.shop__button a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding-bottom: 4px;
  border-radius: 12px;
  border: 5px solid #b92c36;
  background-color: #fff;
}
.shop__button a:hover {
  background-color: #edd6ce;
  mix-blend-mode: multiply;
}
.shop__button a img {
  width: 22px !important;
  margin: 4px 10px 0 0;
}
.shop__button__text {
  line-height: 1;
  color: #b92c36;
  font-weight: 600;
  font-size: 33px;
}
.shop__text {
  line-height: 1.7;
  margin-top: 27px;
  font-weight: 600;
}
.shop__text li {
  position: relative;
  z-index: 0;
  padding-left: 1.1em;
}
.shop__text li::before {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  content: "\203B";
}


/* shop:end */