@charset "UTF-8";
@media screen and (max-width: 767px) {
  .only-pc {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  .only-sp {
    display: none;
  }
}
html {
  overflow-x: hidden;
}

body {
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: clamp(14px, 1.3333333333vw, 16px);
  color: #262626;
}
body img {
  max-width: 100%;
  vertical-align: bottom;
}
body a {
  text-decoration: none;
  transition: all 0.3s;
  color: #000;
}
body h1,
body h2,
body h3 {
  margin: 0;
  padding: 0;
}
body p {
  margin: 0;
  line-height: 1.4;
  line-height: 1.2;
  vertical-align: bottom;
}

html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.w1100 {
  width: 95%;
  margin: 0 auto;
  max-width: 1100px;
}

.all_wrap {
  width: 100%;
  position: relative;
}

#header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#header .leftmenu ul {
  display: flex;
}
#header .leftmenu ul a {
  padding: 0 20px;
  letter-spacing: 1px;
}
#header .leftmenu ul a:hover {
  color: #7C0001;
}

.mainwrap {
  height: 100dvh;
  overflow: hidden;
}

.top_wrap {
  display: flex;
  height: 97%;
}
@media screen and (max-width: 767px) {
  .top_wrap {
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
}

.top {
  position: relative;
  width: 22%;
  background: #D13846;
  height: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  min-width: 380px;
  z-index: 20;
}
@media screen and (max-width: 767px) {
  .top {
    width: 100%;
    scroll-snap-align: start;
    min-width: auto;
    flex: 0 0 100vw;
  }
}
.top::after {
  content: "";
  position: absolute;
  width: 6%;
  height: 100%;
  background-image: linear-gradient(to right, #D13846 0% 6%, rgba(158, 27, 40, 0.5) 1% 30%, rgba(209, 56, 70, 0.5) 30% 70%, rgba(209, 56, 70, 0.35) 70% 100%);
  right: -6%;
  top: 0;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .top::after {
    width: 6%;
    right: -6%;
  }
}
.top .lect_logo {
  position: absolute;
  left: 1%;
  top: 1%;
  width: 30%;
}
.top__ttlwrap {
  position: relative;
  width: 80%;
  margin: 0 auto;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .top__ttlwrap {
    width: 80%;
  }
}
.top__ttl {
  width: 90%;
  margin: 0 auto;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .top__ttl {
    width: 90%;
    margin: 0 auto;
  }
}
.top__subttl {
  background: #BB1F28;
}
@media screen and (max-width: 767px) {
  .top__subttl {
    width: 90%;
    margin: 0 auto;
    margin-top: 16px;
  }
}
.top__day {
  width: 90%;
  margin: 0 auto;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .top__day {
    width: 80%;
    margin: 0 auto;
    margin-top: 16px;
  }
}
.top .topnav {
  width: 90%;
  margin: 0 auto;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .top .topnav {
    width: 90%;
    margin: 0 auto;
    margin-top: 8px;
  }
}
.top .topnav ul {
  display: flex;
  justify-content: space-between;
}
.top .topnav ul li {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .top .topnav ul li {
    width: 46%;
  }
}
.top .topnav ul li a {
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
  font-weight: 600;
  line-height: 1.2;
  font-size: 1.1em;
  z-index: 1;
  padding-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .top .topnav ul li a {
    padding-bottom: 10px;
    font-size: 1em;
  }
}
.top .topnav ul li a:hover::before {
  opacity: 0.6;
}
.top .topnav ul li a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 70%;
  background: #DBA143;
  border-radius: 0 0 20px 0;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  z-index: -1;
  bottom: 0;
  left: 0;
  transition: all 0.3s;
}
.top .topnav ul li a::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 12px;
  background-color: #ffffff;
  clip-path: polygon(10px 50%, 0% 0%, 0% 12px);
  right: 6%;
  bottom: 4%;
}
.top .topnav ul li a img {
  display: block;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 4px;
}
.top__line {
  position: absolute;
  display: block;
  width: 100%;
  padding: 4% 0;
  background: url(../img/line.png);
  background-repeat: repeat-x;
  background-position: center bottom;
  background-size: contain;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .top__line {
    padding: 3% 0;
  }
}
.top__scroll {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 26%;
  cursor: pointer;
  text-align: right;
}
.top__notice {
  margin: 0 auto;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .top__notice {
    width: 95%;
    margin-top: 10px;
  }
}
.top__notice p {
  font-size: 0.7em;
  padding-left: 1em;
  text-indent: -1em;
  color: #fff;
  line-height: 1.5;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .top__notice p {
    font-size: 0.65em;
  }
}

.mainimg {
  position: relative;
  width: 78%;
}
@media screen and (max-width: 767px) {
  .mainimg {
    width: 0;
    flex: 0 0 100vw;
  }
}
.mainimg svg {
  height: 100%;
  width: auto;
  max-width: none;
  display: block;
}
.mainimg__txt {
  position: absolute;
  text-align: center;
  color: #fff;
  font-size: 1.5em;
  padding: 8px 0;
  background: rgba(173, 143, 53, 0.8);
  border-radius: 50px 50px 0 0;
  bottom: 0;
  left: 2%;
  z-index: 11;
}
@media screen and (max-width: 767px) {
  .mainimg__txt {
    width: 100%;
    left: 0;
    position: fixed;
    bottom: 3%;
  }
}
@media screen and (max-width: 767px) {
  .mainimg__scroll {
    position: fixed;
    bottom: 10%;
    width: 22%;
    right: 2%;
  }
}
.mainimg__wrap {
  overflow-x: auto;
  height: 100%;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
@media screen and (max-width: 767px) {
  .mainimg__wrap {
    overflow: unset;
  }
}
.mainimg .toplink {
  cursor: pointer;
  display: block;
}
.mainimg__modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  z-index: 1000;
}
.mainimg__modal-bg {
  position: absolute;
  height: 100vh;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.75);
}
.mainimg__modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  background: #fff;
  transform: translate(-50%, -50%);
  overflow: auto;
  height: auto;
  width: 60%;
  max-width: 550px;
  padding: 3em 1.5em 2em;
  overflow: visible;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .mainimg__modal-content {
    top: 50%;
    width: 80%;
  }
}
.mainimg__modal .no {
  text-align: center;
  background: url(../img/starno.png) no-repeat;
  background-size: contain;
  width: 50px;
  height: 50px;
  margin: 0 auto;
  font-size: 1.4em;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.5em;
}
.mainimg__modal .item .text_flex {
  font-size: 1.1em;
  margin: 0;
}
.mainimg__modal .item .item--logo {
  width: 20%;
  max-width: 100px;
}
.mainimg__modal .item .item--tenpoflx {
  margin-bottom: 4px;
}
.mainimg__modal .item .text_flex p {
  color: #747474;
}
.mainimg__modal .item__ttl {
  font-size: 1.5em;
  font-weight: 600;
  border-bottom: 1px solid #707070;
  padding-bottom: 10px;
  margin-bottom: 10px;
  margin-top: 20px;
}
.mainimg__modal .item__price {
  font-size: 1.4em;
  font-weight: 600;
  text-align: right;
  margin-bottom: 8px;
}
.mainimg__modal .item__price span.tax {
  margin-left: 4px;
  font-size: 0.7em;
}
.mainimg__modal .item__price span.small {
  font-size: 0.7em;
}
.mainimg__modal .item__pickbtn {
  width: 80%;
  margin: 40px auto;
}
@media screen and (max-width: 767px) {
  .mainimg__modal .item__pickbtn {
    width: 90%;
  }
}
.mainimg__modal .item__pickbtn a {
  position: relative;
  display: block;
  background: #68C395;
  border-radius: 40px;
  color: #fff;
  font-size: 1.1em;
  font-weight: 600;
  padding: 12px;
  text-align: center;
}
.mainimg__modal .item__pickbtn a:hover {
  opacity: 0.6;
}
.mainimg__modal .item__pickbtn a::before, .mainimg__modal .item__pickbtn a::after {
  content: "";
  position: absolute;
  width: 1em;
  height: 1em;
  background: url(../img/star.png) no-repeat;
  background-size: contain;
  top: 35%;
}
.mainimg__modal .item__pickbtn a::before {
  left: 4%;
}
.mainimg__modal .item__pickbtn a::after {
  right: 4%;
}
.mainimg__modal .close-btn {
  position: absolute;
  top: 0;
  right: 0.5em;
  font-size: 2em;
  cursor: pointer;
}

.cls-1 {
  clip-path: url(#clippath-6);
}

.cls-2 {
  clip-path: url(#clippath-7);
}

.cls-3 {
  clip-path: url(#clippath-4);
}

.cls-4 {
  clip-path: url(#clippath-9);
}

.cls-5 {
  clip-path: url(#clippath-10);
}

.cls-6 {
  clip-path: url(#clippath-11);
}

.cls-7 {
  fill: none;
}

.cls-8 {
  clip-path: url(#clippath-1);
}

.cls-9 {
  clip-path: url(#clippath-5);
}

.cls-10 {
  clip-path: url(#clippath-8);
}

.cls-11 {
  clip-path: url(#clippath-3);
}

.cls-12 {
  clip-path: url(#clippath-12);
}

.cls-13 {
  clip-path: url(#clippath-2);
}

.cls-14 {
  clip-path: url(#clippath);
}

#header {
  background: #fff;
  padding: 0.5em 1em;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  #header {
    padding: 0.5em;
  }
}

.lect_logo_gift {
  width: 6%;
}
@media screen and (max-width: 767px) {
  .lect_logo_gift {
    width: 20%;
  }
}

.holiday_wrap {
  overflow: hidden;
}
.holiday_wrap p {
  color: #747474;
}

.fv {
  position: relative;
  padding-top: 40px;
  background: #BEDACC;
  background: linear-gradient(160deg, rgb(190, 218, 204) 50%, rgb(154, 196, 175) 50%);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .fv {
    padding-top: 0;
    background: linear-gradient(120deg, rgb(190, 218, 204) 50%, rgb(154, 196, 175) 50%);
  }
}
.fv__wrap {
  width: 95%;
  margin: 0 auto;
  max-width: 1000px;
  background: url(../img/snowdome.png) no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .fv__wrap {
    padding: 0;
    background-position: center bottom;
  }
}
.fv__present {
  width: 20%;
  margin: 0 auto;
  padding-top: 40px;
  animation: jaggedMove 1.6s steps(2) infinite;
}
@media screen and (max-width: 767px) {
  .fv__present {
    width: 28%;
    margin: 0 auto;
    padding-top: 30px;
  }
}
.fv__ttl {
  position: relative;
  padding-top: 20px;
  width: 90%;
  margin: 0 auto;
  z-index: 1;
}
.fv__subttl {
  position: relative;
  padding-top: 40px;
  width: 85%;
  margin: 0 auto;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .fv__subttl {
    padding-top: 10px;
  }
}
.fv__day {
  position: relative;
  padding-top: 40px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .fv__day {
    width: 80%;
    margin: 0 auto;
    padding: 30px 0;
  }
}
.fv__mainimg {
  padding: 20px 0 120px;
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .fv__mainimg {
    width: 95%;
    padding: 0 0 60px;
  }
}
.fv__dec {
  position: absolute;
}
@media screen and (max-width: 767px) {
  .fv__dec {
    display: none;
  }
}
.fv__dec--lt {
  width: 2%;
  left: 14%;
  top: 10%;
  animation: twinkle 1s ease-in-out infinite alternate;
}
.fv__dec--lc {
  width: 2%;
  left: 20%;
  top: 50%;
  animation: twinkle 1.2s ease-in-out infinite alternate;
}
.fv__dec--lb {
  width: 6%;
  left: 14%;
  bottom: 30%;
  animation: twinkle 1.6s ease-in-out infinite alternate;
}
.fv__dec--rt {
  width: 6%;
  right: 16%;
  top: 16%;
  animation: twinkle 1.4s ease-in-out infinite alternate;
}
.fv__dec--rc {
  width: 2%;
  right: 14%;
  top: 34%;
  animation: twinkle 1.2s ease-in-out infinite alternate;
}
.fv__dec--rb {
  width: 2%;
  right: 22%;
  bottom: 20%;
  animation: twinkle 1s ease-in-out infinite alternate;
}

@keyframes twinkle {
  from {
    opacity: 0.2;
  }
  to {
    opacity: 1;
  }
}
.con {
  position: relative;
  background: #BEDACC;
}
.con__line {
  display: block;
  padding: 2em 0;
  background: url(../img/line.png) #fff;
  background-repeat: repeat-x;
  background-position: center;
}
.con__wrap {
  padding: 60px 0;
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
}
.con__unkernav {
  position: relative;
  margin-bottom: 160px;
  z-index: 15;
}
.con__unkernav ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.con__unkernav ul li {
  width: calc((100% - 4em) / 4);
  margin: 1em 0.5em;
  max-width: 240px;
}
@media screen and (max-width: 767px) {
  .con__unkernav ul li {
    width: calc((100% - 16px) / 2);
    margin: 8px 4px;
  }
}
.con__unkernav ul li a {
  display: block;
  text-align: center;
  padding: 0.5em;
  background: #E0CB8C;
  border-radius: 10px;
  box-shadow: 2px 3px 4px rgba(0, 0, 0, 0.33);
  font-size: 1.4em;
  color: #4F2227;
}
.con__unkernav ul li a span {
  display: inline-block;
  margin: 0 auto;
  padding: 0 1.5em;
  background: #4F2227;
  color: #fff;
  border-radius: 40px;
  font-size: 0.7em;
}
.con__unkernav ul li a:hover {
  box-shadow: none;
}
.con__list {
  position: relative;
  background: url(../img/con-bg.png);
  border-radius: 32px;
  padding: 40px 1em 160px;
}
@media screen and (max-width: 767px) {
  .con__list {
    padding: 40px 0.5em;
    padding-bottom: 120px;
  }
}
.con__list::before {
  content: "";
  position: absolute;
  width: 30%;
  height: 120px;
  background: url(../img/con-ttl-ribon.png) no-repeat;
  background-size: contain;
  background-position: center;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -40px;
}
@media screen and (max-width: 767px) {
  .con__list::before {
    max-width: 400px;
    width: 100%;
    height: 160px;
    top: -60px;
  }
}
.con__ttlarea {
  text-align: center;
  color: #4F2227;
}
.con__ttl {
  font-size: 2.5em;
  line-height: 1.1;
  margin-bottom: 8px;
}
.con__subttl {
  font-size: 1.2em;
  font-weight: 600;
  color: #4F2227 !important;
}
.con__itemlist {
  max-width: 750px;
  margin: 0 auto;
  margin-top: 20px;
}
.con__itemlist ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.con__itemlist ul li {
  position: relative;
  width: 45%;
  margin: 1em 0;
  z-index: 15;
  display: flex;
}
@media screen and (max-width: 767px) {
  .con__itemlist ul li {
    width: 46%;
    margin: 0.5em 0;
  }
}
.con__itemlist ul a {
  position: relative;
  display: block;
  background: #fff;
  padding: 1em;
  box-shadow: 5px 5px 0 #E0CB8C;
  z-index: 15;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .con__itemlist ul a {
    box-shadow: 3px 3px 0 #E0CB8C;
    padding: 1em 0.5em;
  }
}
.con__itemlist ul a:hover .item__img img {
  transform: scale(1.1);
}
.con__itemlist ul a:hover .item__btn p::before {
  right: -1.5em;
}
.con__kugiri {
  padding: 80px 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .con__kugiri {
    width: 30%;
    margin: 0 auto;
  }
}
.con__listdec {
  position: absolute;
  width: 12%;
}
@media screen and (max-width: 767px) {
  .con__listdec {
    width: 24%;
  }
}
.con__listdec--rt {
  top: 2%;
  right: 2%;
  animation: jaggedMove 1.6s steps(2) infinite;
}
@media screen and (max-width: 767px) {
  .con__listdec--rt {
    top: auto;
    bottom: 2%;
  }
}
.con__listdec--lb {
  left: 2%;
  bottom: 2%;
  animation: jaggedMove 1.6s 0.6s steps(2) infinite;
}
@media screen and (max-width: 767px) {
  .con__listdec--lb {
    bottom: 2%;
  }
}

@keyframes jaggedMove {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(5deg);
    transform-origin: right bottom;
  }
}
.item {
  display: block;
}
.item__img {
  overflow: hidden;
}
.item__img img {
  transition: all 0.3s;
}
.item__btn {
  position: relative;
  text-align: center;
  border-radius: 40px;
  background: #E0CB8C;
  padding: 8px 5px 10px;
  margin-top: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.item__btn p {
  position: relative;
  display: inline-block;
  color: #4F2227;
  line-height: 1;
}
.item__btn p::before {
  content: "▶";
  position: absolute;
  width: 1em;
  height: 1em;
  right: -1.2em;
  top: 10%;
  color: #4F2227;
  transition: all 0.3s;
  font-size: 0.9em;
}
@media screen and (max-width: 767px) {
  .item__btn p::before {
    font-size: 0.8em;
    top: 16%;
  }
}
.item .text_flex {
  display: flex;
  font-size: 0.9em;
  margin-top: 1em;
  margin-bottom: 1em;
}
.item--logo {
  width: 24%;
  margin-right: 1em;
}
@media screen and (max-width: 767px) {
  .item--logo {
    width: 32%;
    margin-right: 0.5em;
  }
}
.item--tenpoinfo {
  display: block;
}
@media screen and (max-width: 767px) {
  .item--tenpoinfo {
    width: 64%;
  }
}
.item--tenpoflx {
  display: flex;
  margin-bottom: 0.5em;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .item--tenpoflx {
    margin-bottom: 0.5em;
  }
}
.item--tsite {
  font-size: 0.8em;
  display: block;
  width: 100%;
  margin-bottom: 4px;
}

.notice {
  width: 95%;
  max-width: 1100px;
  margin: 40px auto;
}
.notice p {
  font-size: 0.9em;
  line-height: 1.5;
  padding-left: 1em;
  text-indent: -1em;
}

@keyframes itemdec {
  0%, 100% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(4deg);
  }
}
@keyframes kakukaku {
  0%, 50%, 100% {
    transform: rotate(0);
  }
  25% {
    transform: rotate(3deg);
  }
  75% {
    transform: rotate(-3deg);
  }
}
@keyframes kakukaku2 {
  0%, 50%, 100% {
    transform: rotate(0);
  }
  25% {
    transform: rotate(3deg);
    transform-origin: center bottom;
  }
  75% {
    transform: rotate(-3deg);
    transform-origin: center bottom;
  }
}
.moreitem {
  position: relative;
  width: 20%;
  margin: 0 10px;
}
@media screen and (max-width: 767px) {
  .moreitem {
    width: 40%;
    max-width: 200px;
    margin: 20px 10px;
  }
}
.moreitem::before {
  content: "";
  position: absolute;
  width: 80%;
  height: 30px;
  background: url(../img/more-dec.png) no-repeat;
  background-size: contain;
  background-position: center;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -34px;
}
@media screen and (max-width: 767px) {
  .moreitem::before {
    height: 14%;
    top: -18%;
  }
}
.moreitem::after {
  content: "";
  display: block;
  padding-bottom: 100%;
  background: #fff;
}
.moreitem a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  overflow: hidden;
}
.moreitem a img {
  position: absolute;
  top: 0;
  max-width: 100%;
  max-height: 100%;
  left: 0;
  right: 0;
  margin: auto;
  -o-object-fit: cover;
  object-fit: cover;
  bottom: 0;
  width: 100%;
  aspect-ratio: 1;
}
.moreitem a:hover {
  opacity: 1;
}
.moreitem a:hover img {
  opacity: 1;
  transition: all 0.5s;
  transform: scale(1.1);
}

.mainnotice {
  width: 90%;
  margin: 60px auto 120px;
  max-width: 1100px;
}
.mainnotice p {
  font-size: 0.9em;
}

#footer {
  position: relative;
  margin-bottom: 80px;
  text-align: center;
  font-size: 16px;
  z-index: 10;
  font-size: 0.9em;
  height: 3%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #footer {
    margin-bottom: 0;
  }
}

@media all and (-ms-high-contrast: none) {
  .line_anime {
    height: auto;
  }
}
.topbtn {
  display: inline-block;
  padding-top: 0;
  position: fixed;
  bottom: 16px;
  right: 15px;
  z-index: 999;
}
.topbtn a {
  text-decoration: none;
  color: #FFF1D6;
  text-shadow: 0 0px 3px rgba(0, 0, 0, 0.9);
}
.topbtn::before {
  animation: scroll 3.5s infinite;
  content: "";
  display: inline-block;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  left: -8px;
  width: 50px;
  height: 30px;
  background: url(../img/topunker.png) no-repeat;
  background-size: contain;
  background-position: center;
}

@keyframes scroll {
  0% {
    transform: translate(0, 0);
  }
  80% {
    transform: translate(0, -30px);
  }
  0%, 80%, 100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
.slide-in {
  overflow: hidden;
  display: inline-block;
}

.slide-in_inner {
  display: inline-block;
}

/*左右のアニメーション*/
.leftAnime {
  opacity: 0;
  /*事前に透過0にして消しておく*/
}

.slideAnimeLeftRight {
  animation-name: slideTextX100;
  animation-duration: 1.2s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes slideTextX100 {
  from {
    transform: translateX(-100%);
    /*要素を左の枠外に移動*/
    opacity: 0;
  }
  to {
    transform: translateX(0);
    /*要素を元の位置に移動*/
    opacity: 1;
  }
}
.slideAnimeRightLeft {
  animation-name: slideTextX-100;
  animation-duration: 1.2s;
  animation-fill-mode: forwards;
  opacity: 0;
  line-height: 1.2;
}

@keyframes slideTextX-100 {
  from {
    transform: translateX(100%);
    /*要素を右の枠外に移動*/
    opacity: 0;
  }
  to {
    transform: translateX(0);
    /*要素を元の位置に移動*/
    opacity: 1;
  }
}
/*アニメーション*/
.anime-b {
  opacity: 0;
  visibility: hidden;
  transition: 4s;
  transform: translateY(0);
}

.anime-b2 {
  opacity: 0;
  visibility: hidden;
  transition-delay: 4s;
  transition: 4s;
  transform: translateY(0);
}

.anime-b3 {
  opacity: 0;
  visibility: hidden;
  transition-delay: 4s;
  transition: 4s;
  transform: translateY(0);
}

.anime-r {
  opacity: 0;
  visibility: hidden;
  transition: 1s;
  transform: scale(0.8);
}

.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transform: scale(1);
}

.kariwrap .top {
  width: 100%;
  max-width: none;
}
.kariwrap .top__line {
  padding: 20px 0;
}
.kariwrap .top__ttlwrap {
  width: 95%;
}
.kariwrap .top__ttl {
  width: 100%;
}
.kariwrap .top__coming {
  text-align: center;
  font-size: 4em;
  color: #E0CB8C;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .kariwrap .top__coming {
    font-size: 3em;
  }
}
.kariwrap .top .lect_logo {
  text-align: left;
}
.kariwrap .top::after {
  content: none;
}