/* bg:start */
.content__bg {
  position: relative;
  z-index: 0;
}
.content__bg::before,
.content__bg::after {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 326px;
  content: "";
}
.content__bg::before {
  z-index: 0;
  background-color: #a4333b;
  clip-path: polygon(0 0, 100% 0, 100% 38%, 0 100%);
}
.content__bg::after {
  z-index: -1;
  background-color: #6a0c14;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 38%);
}


/* bg:end */
/* lead:start */
.lead {
  padding: 60px 0 80px;
}
.lead .l-cont {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 0;
  color: #fff;
}
.lead__logo {
  width: 215px;
  margin-right: 26px;
}
@media print, screen and (max-width: 1041px) {
  .lead__logo {
    width: 180px;
    margin-right: 20px;
  }
}
.lead__text {
  line-height: 1;
  font-weight: 600;
  text-align: left;
}
.lead__text dt {
  font-size: 31px;
}
@media print, screen and (max-width: 1041px) {
  .lead__text dt {
    font-size: 26px;
  }
}
.lead__text__day {
  font-size: 40px;
}
@media print, screen and (max-width: 1041px) {
  .lead__text__day {
    font-size: 30px;
  }
}
.lead__text dd {
  margin-top: 10px;
  font-size: 28px;
}
@media print, screen and (max-width: 1041px) {
  .lead__text dd {
    font-size: 22px;
  }
}


/* lead:end */
/* favorite:start */
.favorite {
  padding: 85px 0 112px;
}
.favorite .l-cont {
  position: relative;
  z-index: 0;
}
.favorite__icon__01,
.favorite__icon__02 {
  position: absolute;
  z-index: 0;
}
.favorite__icon__01 {
  top: -65px;
  left: 103px;
  width: 117px;
  animation-delay: 0s;
}
@media print, screen and (max-width: 1041px) {
  .favorite__icon__01 {
    left: 0;
  }
}
.favorite__icon__02 {
  top: 17px;
  right: 109px;
  width: 86px;
  animation-delay: 0.2s;
}
@media print, screen and (max-width: 1041px) {
  .favorite__icon__02 {
    right: 0;
    width: 70px;
  }
}
.favorite__top {
  text-align: center;
}
.favorite__top__title__img {
  width: 311px;
  margin: 0 auto 40px;
  animation-delay: 0.4s;
}
.favorite__top__title__text {
  line-height: 1.53;
  color: #b92c36;
  font-weight: 600;
  font-size: 37px;
  animation-delay: 0.6s;
}
.favorite__top__text {
  margin-top: 35px;
  letter-spacing: 0.12em;
  animation-delay: 0.8s;
}
.favorite__slide {
  margin-top: 57px;
}
.favorite__slides li {
  width: 220px;
  margin-right: 17px;
  border-radius: 33px;
  overflow: hidden;
}
.favorite .slick-track::before,
.favorite .slick-track::after {
  content: none;
}
.favorite__slides.sliedes__02 {
  margin-top: 29px;
}


/* favorite:end */
/* title:start */
.index__title__img {
  width: 202px;
  margin: 0 auto;
}
.index__title__line {
  width: 110px;
  margin: 0 auto;
}
.index__title__text {
  line-height: 1;
  margin-top: 35px;
  color: #b92c36;
  text-align: center;
}
.index__title__text__sub {
  font-weight: 600;
  font-size: 20px;
}
.index__title__text__main {
  margin-top: 10px;
  font-weight: 600;
  font-size: 35px;
}


/* title:end */
/* lineup:start */
.lineup {
  position: relative;
  z-index: 0;
  padding: 90px 0 0;
  background-color: #ebe3d4;
}
.lineup::before {
  position: absolute;
  z-index: -1;
  top: -1px;
  left: 0;
  width: 100%;
  height: 57px;
  clip-path: polygon(0 0, 100% 0, 100% 0%, 0 100%);
  background-color: #fff;
  content: "";
}
.lineup .l-cont {
  position: relative;
  z-index: 0;
}
.lineup__icon__01,
.lineup__icon__02 {
  position: absolute;
  z-index: 0;
}
.lineup__icon__01 {
  top: -80px;
  left: 90px;
  width: 86px;
  animation-delay: 0s;
}
@media print, screen and (max-width: 1041px) {
  .lineup__icon__01 {
    left: 0;
    width: 70px;
  }
}
.lineup__icon__02 {
  top: -130px;
  right: 52px;
  width: 183px;
  animation-delay: 0.2s;
}
@media print, screen and (max-width: 1041px) {
  .lineup__icon__02 {
    right: 0;
    width: 160px;
  }
}
.lineup .index__title__img {
  animation-delay: 0.4s;
}
.lineup .index__title__text {
  animation-delay: 0.6s;
}
.lineup__main {
  display: flex;
  align-items: flex-start;
  margin: 44px 0 0 -47px;
}
.lineup__main__img {
  width: 83%;
  max-width: 767px;
  border-radius: 56px;
  overflow: hidden;
  animation-delay: 0.8s;
}
@media print, screen and (max-width: 1041px) {
  .lineup__main__img {
    width: 100%;
    max-width: unset;
  }
}
.lineup__main__cont {
  margin: 20px 0 0 -15px;
}
.lineup__main__title {
  width: 331px;
  animation-delay: 1s;
}
@media print, screen and (max-width: 1041px) {
  .lineup__main__title {
    width: 60%;
  }
}
.lineup__main .button {
  margin: 29px 0 0 54px;
  animation-delay: 1.2s;
}


/* lineup:end */
/* topics:start */
.topics {
  position: relative;
  z-index: 0;
  color: #fff;
  background-color: #b92c36;
}
.topics::before,
.topics::after {
  position: absolute;
  z-index: 1;
  left: 0;
  width: 100%;
  background-color: #ebe3d4;
  content: "";
}
.topics::before {
  top: -1px;
  height: 90px;
  clip-path: polygon(0 0, 100% 0, 100% 0%, 0 100%);
}
.topics::after {
  bottom: -1px;
  height: 90px;
  clip-path: polygon(0 0, 100% 100%, 100% 100%, 0 100%);
}
.topics__bg {
  position: relative;
  z-index: 0;
  padding: 223px 0 182px 0;
  overflow: hidden;
}
.topics__bg::before,
.topics__bg::after {
  position: absolute;
  z-index: -1;
  left: 50%;
  width: 120%;
  background-size: cover;
  background-repeat: no-repeat;
  transform: translateX(-50%);
  content: "";
}
.topics__bg::before {
  top: -49px;
  height: 260px;
  background-image: url(../img/topics_bg_01.png);
  background-position: left bottom;
}
.topics__bg::after {
  bottom: -155px;
  height: 369px;
  background-image: url(../img/topics_bg_02.png);
  background-position: left top;
}
.topics__cont {
  position: relative;
  z-index: 0;
  width: 71%;
  max-width: 705px;
  margin-left: 220px;
}
@media print, screen and (max-width: 1041px) {
  .topics__cont {
    width: 85%;
    max-width: unset;
    margin-left: 90px;
  }
}
.topics__icon__01,
.topics__icon__02 {
  position: absolute;
  z-index: 0;
}
.topics__icon__01 {
  top: -147px;
  right: 24px;
  width: 170px;
  animation-delay: 0s;
}
@media print, screen and (max-width: 1041px) {
  .topics__icon__01 {
    width: 140px;
  }
}
.topics__icon__02 {
  bottom: -41px;
  left: -110px;
  width: 130px;
  animation-delay: 0.2s;
}
.topics__icon {
  position: absolute;
  z-index: 0;
  top: -116px;
  left: -204px;
  width: 30%;
  max-width: 208px;
  animation-delay: 0.2s;
}
@media print, screen and (max-width: 1041px) {
  .topics__icon {
    top: -71px;
    left: -100px;
    width: 23%;
    max-width: unset;
  }
}
.topics__bg__en {
  position: absolute;
  z-index: 0;
  top: 149px;
  left: -220px;
  width: 172px;
  animation-delay: 1s;
}
@media print, screen and (max-width: 1041px) {
  .topics__bg__en {
    left: -130px;
    width: 100px;
  }
}
.topics__wrap {
  position: relative;
  z-index: 0;
  animation-delay: 0.8s;
}
.topics__top {
  width: 79%;
  max-width: 537px;
  margin-left: 10px;
}
@media print, screen and (max-width: 1041px) {
  .topics__top {
    width: 100%;
    max-width: unset;
  }
}
.topics__top__title {
  padding-bottom: 33px;
  border-bottom: 1px solid #fff;
  text-align: center;
}
.topics__top__title__main {
  line-height: 1.58;
  font-weight: 600;
  font-size: 35px;
}
@media print, screen and (max-width: 1041px) {
  .topics__top__title__main {
    font-size: 30px;
  }
}
.topics__top__title__sub {
  line-height: 1.73;
  font-weight: 600;
  font-size: 19px;
}
@media print, screen and (max-width: 1041px) {
  .topics__top__title__sub {
    font-size: 17px;
  }
}
.topics__top__text {
  margin-top: 35px;
  text-align: center;
}
.topics__supervise {
  display: flex;
  align-items: flex-start;
  width: 86%;
  max-width: 606px;
  margin: 85px 0 0 10px;
  text-align: left;
}
@media print, screen and (max-width: 1041px) {
  .topics__supervise {
    max-width: unset;
    margin: 85px 0 0 0;
  }
}
@media print, screen and (max-width: 767px) {
  .topics__supervise {
    width: 100%;
  }
}
.topics__supervise__img {
  width: 228px;
  height: 228px;
  margin-right: 35px;
  border: 4px solid #b49439;
  border-radius: 50%;
  overflow: hidden;
  box-sizing: border-box;
}
@media print, screen and (max-width: 1041px) and (max-width: 768px) {
  .topics__supervise__img {
    width: 180px;
    height: 180px;
  }
}
@media print, screen and (max-width: 767px) {
  .topics__supervise__img {
    width: 120px;
    height: 120px;
  }
}
.topics__supervise__img img {
  height: 100% !important;
  object-fit: cover;
}
.topics__supervise__cont {
  width: 56%;
  max-width: 339px;
}
@media print, screen and (max-width: 1041px) and (max-width: 768px) {
  .topics__supervise__cont {
    width: 63%;
    max-width: unset;
  }
}
@media print, screen and (max-width: 767px) {
  .topics__supervise__cont {
    width: 61%;
    max-width: unset;
  }
}
.topics__supervise__head__name {
  display: flex;
  align-items: flex-end;
  line-height: 1;
}
.topics__supervise__head__name dt {
  font-size: 27px;
}
@media print, screen and (max-width: 1041px) {
  .topics__supervise__head__name dt {
    font-size: 24px;
  }
}
.topics__supervise__head__name dd {
  font-size: 18px;
}
@media print, screen and (max-width: 1041px) {
  .topics__supervise__head__name dd {
    font-size: 16px;
  }
}
.topics__supervise__head__title {
  margin-top: 10px;
  font-size: 22px;
}
@media print, screen and (max-width: 1041px) {
  .topics__supervise__head__title {
    font-size: 18px;
  }
}
.topics__supervise__text {
  margin-top: 20px;
  letter-spacing: -0.05em;
}
.topics__grid {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 35px;
}
@media print, screen and (max-width: 1041px) {
  .topics__grid {
    display: block;
  }
}
.topics__grid__img {
  width: calc(100% - 182px);
  border-radius: 56px;
  overflow: hidden;
}
@media print, screen and (max-width: 1041px) {
  .topics__grid__img {
    width: 100%;
    max-width: unset;
  }
}
.topics__grid__list {
  width: 156px;
}
@media print, screen and (max-width: 1041px) {
  .topics__grid__list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 36px;
  }
}
@media print, screen and (min-width: 1042px) {
  .topics__grid__list li {
    margin-top: 36px;
  }
  .topics__grid__list li:first-of-type {
    margin-top: 0;
  }
}
@media print, screen and (max-width: 1041px) {
  .topics__grid__list li {
    width: 48%;
    margin-right: 4%;
  }
  .topics__grid__list li:nth-child(even) {
    margin-right: 0;
  }
}
.topics__grid__list__img img {
  height: 139px;
  border-radius: 33px;
  background: url(../img/topics_bg_img.png) center / cover no-repeat;
  overflow: hidden;
}
.topics__grid__list__caption {
  line-height: 1;
  margin-top: 10px;
  text-align: center;
}
.topics__grid__list__text {
  line-height: 1;
  margin-top: 5px;
  text-align: center;
}
.topics__button {
  animation-delay: 0s;
}
.topics__button .button {
  margin: 40px auto 0 164px;
}


/* topics:end */
/* proposal:start */
.proposal {
  background-color: #ebe3d4;
  text-align: center;
}
.proposal__bg {
  position: relative;
  z-index: 0;
  padding: 25px 0 121px;
}
.proposal__bg::before,
.proposal__bg::after {
  position: absolute;
  z-index: 1;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 90px;
  content: "";
}
.proposal__bg::before {
  background-color: #b92c36;
  clip-path: polygon(0 0, 100% 100%, 100% 100%, 0 100%);
}
.proposal__bg::after {
  background-color: rgba(185, 44, 54, 0.5);
  clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 100%);
}
.proposal__bg .l-cont {
  position: relative;
  z-index: 0;
}
.proposal__icon__01,
.proposal__icon__02 {
  position: absolute;
  z-index: 0;
}
.proposal__icon__01 {
  top: 3px;
  left: 109px;
  width: 182px;
  animation-delay: 0s;
}
@media print, screen and (max-width: 1041px) {
  .proposal__icon__01 {
    left: 0;
    width: 160px;
  }
}
.proposal__icon__02 {
  bottom: -19px;
  right: 63px;
  width: 183px;
  animation-delay: 1.6s;
}
@media print, screen and (max-width: 1041px) {
  .proposal__icon__02 {
    bottom: -60px;
    right: 0;
    width: 160px;
  }
}
.proposal .index__title__img {
  animation-delay: 0.2s;
}
.proposal .index__title__text__sub {
  animation-delay: 0.4s;
}
.proposal .index__title__text__main {
  animation-delay: 0.6s;
}
.proposal__list {
  width: calc(100% - 150px);
  margin: 44px auto 0;
}
@media print, screen and (max-width: 1041px) {
  .proposal__list {
    width: 100%;
    margin: 80px auto 0;
  }
}
.proposal__list li {
  position: relative;
  z-index: 0;
  margin-top: 186px;
}
.proposal__list li:first-of-type {
  margin-top: 0;
}
.proposal__list__grid {
  display: flex;
  align-items: center;
}
.proposal__list li:nth-child(even) .proposal__list__grid {
  flex-direction: row-reverse;
}
.proposal__list__grid__side {
  position: relative;
  z-index: 0;
  width: 60%;
  max-width: 518px;
}
@media print, screen and (max-width: 1041px) {
  .proposal__list__grid__side {
    width: 50%;
    max-width: unset;
  }
}
.proposal__list__grid__side__num {
  position: absolute;
  z-index: 1;
  top: -45px;
  left: -16px;
  animation-delay: 0s;
}
@media print, screen and (max-width: 1041px) {
  .proposal__list__grid__side__num {
    top: -33px;
  }
}
.proposal__list__grid__side__num.num__01 {
  width: 35%;
  max-width: 127px;
  animation-delay: 0.8s;
}
@media print, screen and (max-width: 1041px) {
  .proposal__list__grid__side__num.num__01 {
    width: 24%;
    max-width: unset;
  }
}
.proposal__list__grid__side__num.num__02 {
  width: 44%;
  max-width: 159px;
  animation-delay: 0.6s;
}
@media print, screen and (max-width: 1041px) {
  .proposal__list__grid__side__num.num__02 {
    width: 34%;
    max-width: unset;
  }
}
.proposal__list__grid__side__num.num__03 {
  width: 44%;
  max-width: 160px;
}
@media print, screen and (max-width: 1041px) {
  .proposal__list__grid__side__num.num__03 {
    width: 34%;
    max-width: unset;
  }
}
.proposal__list__grid__side__num.num__04 {
  width: 47%;
  max-width: 171px;
}
@media print, screen and (max-width: 1041px) {
  .proposal__list__grid__side__num.num__04 {
    width: 37%;
    max-width: unset;
  }
}
.proposal__list__grid__side__img {
  border-radius: 56px;
  overflow: hidden;
  animation-delay: 0.2s;
}
.proposal__list li:nth-child(1) .proposal__list__grid__side__img {
  animation-delay: 1s;
}
.proposal__list li:nth-child(2) .proposal__list__grid__side__img {
  animation-delay: 0.8s;
}
.proposal__list__grid__side__en {
  position: absolute;
  z-index: 1;
  bottom: -74px;
  left: 15px;
  animation-delay: 0s;
}
@media print, screen and (max-width: 1041px) {
  .proposal__list__grid__side__en {
    bottom: -36px;
  }
}
.proposal__list__grid__side__en.en__01 {
  width: 64%;
  max-width: 325px;
}
@media print, screen and (max-width: 1041px) {
  .proposal__list__grid__side__en.en__01 {
    max-width: unset;
  }
}
.proposal__list__grid__side__en.en__02 {
  width: 94%;
  max-width: 478px;
}
@media print, screen and (max-width: 1041px) {
  .proposal__list__grid__side__en.en__02 {
    max-width: unset;
  }
}
.proposal__list__grid__side__en.en__03 {
  width: 51%;
  max-width: 258px;
}
@media print, screen and (max-width: 1041px) {
  .proposal__list__grid__side__en.en__03 {
    max-width: unset;
  }
}
.proposal__list__grid__side__en.en__04 {
  width: 47%;
  max-width: 239px;
}
@media print, screen and (max-width: 1041px) {
  .proposal__list__grid__side__en.en__04 {
    max-width: unset;
  }
}
.proposal__list__grid__cont {
  width: 40%;
  max-width: 332px;
  animation-delay: 0.6s;
}
@media print, screen and (max-width: 1041px) {
  .proposal__list__grid__cont {
    width: 50%;
    max-width: unset;
  }
}
.proposal__list li:nth-child(1) .proposal__list__grid__cont,
.proposal__list li:nth-child(2) .proposal__list__grid__cont {
  animation-delay: 1s;
}
.proposal__list__grid__title {
  color: #b92c36;
}
.proposal__list__grid__title__sub {
  line-height: 1;
  font-weight: 600;
  font-size: 26px;
  letter-spacing: normal;
}
@media print, screen and (max-width: 1041px) {
  .proposal__list__grid__title__sub {
    font-size: 20px;
  }
}
.proposal__list__grid__title__main {
  line-height: 1.23;
  margin-top: 10px;
  font-weight: 600;
  font-size: 42px;
}
@media print, screen and (max-width: 1041px) {
  .proposal__list__grid__title__main {
    font-size: 32px;
  }
}
.proposal__list__grid__title__main.-spacing {
  letter-spacing: -0.05em;
}
.proposal__list__grid__text {
  margin-top: 40px;
}
.proposal__list__icon__01,
.proposal__list__icon__02 {
  position: absolute;
  z-index: 0;
  width: 86px;
}
@media print, screen and (max-width: 1041px) {
  .proposal__list__icon__01,
  .proposal__list__icon__02 {
    width: 70px;
  }
}
.proposal__list__icon__01 {
  top: -192px;
  right: 52px;
  animation-delay: 0.4s;
}
@media print, screen and (max-width: 1041px) {
  .proposal__list__icon__01 {
    top: -153px;
    right: 0;
  }
}
.proposal__list__icon__02 {
  bottom: -26px;
  left: 52px;
  animation-delay: 1.6s;
}
@media print, screen and (max-width: 1041px) {
  .proposal__list__icon__02 {
    bottom: -80px;
  }
}
.proposal__button {
  animation-delay: 1.4s;
}
.proposal__button .button {
  margin: 156px auto 0;
}


/* proposal:end */
/* online:start */
.online {
  position: relative;
  z-index: 0;
  padding: 36px 0 60px;
  color: #fff;
  background-color: #b92c36;
  text-align: center;
}
.online .l-cont {
  position: relative;
  z-index: 0;
}
.online .index__title__text {
  color: #d1ba91;
}
.online__icon__01,
.online__icon__02 {
  position: absolute;
  z-index: 0;
  width: 86px;
}
@media print, screen and (max-width: 1041px) {
  .online__icon__01,
  .online__icon__02 {
    width: 70px;
  }
}
.online__icon__01 {
  top: 9px;
  left: 201px;
  animation-delay: 0.8s;
}
@media print, screen and (max-width: 1041px) {
  .online__icon__01 {
    top: -20px;
    left: 0;
  }
}
.online__icon__02 {
  bottom: -58px;
  right: 133px;
  animation-delay: 0.4s;
}
@media print, screen and (max-width: 1041px) {
  .online__icon__02 {
    bottom: -50px;
    right: 0;
  }
}
.online .index__title__line {
  animation-delay: 1s;
}
.online .index__title__text {
  animation-delay: 1.2s;
}
.online__main {
  display: flex;
  align-items: center;
  margin: 45px auto 0 50px;
}
@media print, screen and (max-width: 1041px) {
  .online__main {
    display: block;
    margin: 45px auto 0;
  }
}
.online__main__img {
  width: 52%;
  max-width: 465px;
  border-radius: 56px;
  overflow: hidden;
  animation-delay: 1.4s;
}
@media print, screen and (max-width: 1041px) {
  .online__main__img {
    width: 100%;
    max-width: unset;
  }
}
.online__main__cont {
  width: 47%;
  max-width: 465px;
}
@media print, screen and (max-width: 1041px) {
  .online__main__cont {
    width: 100%;
    max-width: unset;
    margin-top: 30px;
  }
}
.online__main__title {
  line-height: 1.42;
  font-size: 32px;
  animation-delay: 1.6s;
}
@media print, screen and (max-width: 1041px) {
  .online__main__title {
    font-size: 28px;
  }
}
.online__main__cont .button {
  margin: 50px auto 0;
  animation-delay: 0.2s;
}
.online__main__cont .button a {
  letter-spacing: -0.03em;
}


/* online:end */
/* shop:start */
.shop {
  position: relative;
  z-index: 0;
  padding: 93px 0 64px;
  background-color: #d1ba91;
}
.shop::before,
.shop::after {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 90px;
  content: "";
}
.shop::before {
  z-index: 0;
  background-color: #b92c36;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 38%);
}
.shop::after {
  z-index: -1;
  background-color: rgba(185, 44, 54, 0.5);
  clip-path: polygon(0 0, 100% 0, 100% 38%, 0 100%);
}
.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:hover {
  background-color: #edd6ce;
  mix-blend-mode: multiply;
}
.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 */