* {
  box-sizing: border-box;
}

body {
  line-height: 150%;
}

img {
  width: 100%;
}

section {
  margin: 0 auto;
  text-align: center;
  background: #f1e88f;
  overflow: hidden;
}

#sec-1 {
  margin-top: -20px;
}
@media screen and (min-width: 768px) {
  #sec-1 {
    margin-top: -20px;
  }
}
#sec-1 .open-title {
  color: #fff;
  background-color: #e85298;
  text-align: center;
  padding: 20px 0;
  font-size: 25px;
  float: none;
  font-weight: bold;
  line-height: 150%;
}
#sec-1 img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#sec-1 .sec-1-content {
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  #sec-1 .sec-1-content {
    padding: 0 45px;
  }
}
#sec-1 .sec-1-content h2 {
  font-size: 18px;
  letter-spacing: 2px;
  margin: 20px 0;
  color: #000;
}
@media screen and (min-width: 768px) {
  #sec-1 .sec-1-content h2 {
    font-size: 30px;
    margin: 30px 0;
  }
}
#sec-1 .sec-1-content p {
  font-size: 20px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  #sec-1 .sec-1-content p {
    font-size: 25px;
  }
}
#sec-1 .sec-1-content div {
  margin: 20px 0 0;
  background-color: #fff;
  font-size: 16px;
  padding: 20px;
  letter-spacing: 2px;
  text-align: left;
}
@media screen and (min-width: 768px) {
  #sec-1 .sec-1-content div {
    margin: 40px 0 0;
    font-size: 20px;
    padding: 40px;
    line-height: 160%;
    text-align: center;
  }
}
#sec-1 .sec-1-content div span {
  color: #e85298;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  #sec-1 .sec-1-content div span {
    font-size: 30px;
  }
}

#sec-2 {
  text-align: center;
}
#sec-2 .ribbon-img {
  width: 40%;
  margin: 0 auto;
}
#sec-2 .ribbon-img-jp {
  width: 20%;
  margin: 0 auto;
}
#sec-2 .event-list {
  position: relative;
  padding: 0 20px;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  #sec-2 .event-list {
    padding: 0 45px;
  }
}
#sec-2 .event-list li {
  background-color: #fff;
  padding: 20px;
  margin: 20px 0 20px;
  position: relative;
  text-align: left;
  display: flex;
}
@media screen and (min-width: 768px) {
  #sec-2 .event-list li {
    padding: 30px;
    margin: 30px 0;
    font-size: 18px;
  }
}
#sec-2 .event-list li span {
  color: #009fe8;
  font-size: 25px;
  display: inline-block;
  margin-right: 5px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  #sec-2 .event-list li span {
    font-size: 35px;
    margin-right: 10px;
  }
}
#sec-2 .event-list li::before {
  content: "";
  height: 100%;
  width: 8px;
  background-color: #009fe8;
  position: absolute;
  top: 0;
  left: 0;
}
#sec-2 .event-list::after {
  content: url(../arigatou.vn_img/bg-circle.png);
  position: absolute;
  z-index: -1;
  right: -300px;
  top: -200px;
  transform: scale(0.5);
}
@media screen and (min-width: 768px) {
  #sec-2 .event-list::after {
    transform: scale(0.7);
  }
}
#sec-2 .ice-content-1 {
  text-align: left;
  margin: 80px 0 20px;
  position: relative;
  display: flex;
  justify-content: center;
  line-height: 140%;
  padding: 0 20px;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  #sec-2 .ice-content-1 {
    padding: 0 45px;
    font-size: 20px;
    line-height: 160%;
  }
}
#sec-2 .ice-content-1 img {
  width: 30%;
  margin-right: 20px;
  -o-object-fit: contain;
     object-fit: contain;
  transform: rotate(-10deg);
}
#sec-2 .ice-content-1::before {
  content: "";
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 20px;
  border-color: #009fe8 transparent transparent transparent;
}
#sec-2 .ice-content-1::after {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 20px;
  border-color: #009fe8 transparent transparent transparent;
}
#sec-2 .ice-content-2 {
  text-align: left;
  margin: 50px 0 20px;
  display: flex;
  justify-content: center;
  line-height: 140%;
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  #sec-2 .ice-content-2 {
    padding: 0 45px;
    font-size: 20px;
    line-height: 160%;
    margin: 80px 0 40px;
  }
}
#sec-2 .ice-content-2 img {
  width: 30%;
  -o-object-fit: contain;
     object-fit: contain;
  margin-left: 20px;
}
#sec-2 .movie-list {
  padding: 0 20px;
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  #sec-2 .movie-list {
    padding: 35px 45px 0;
  }
}
#sec-2 .movie-list li {
  margin-bottom: 20px;
  text-align: left;
  padding-left: 20px;
  position: relative;
}
@media screen and (min-width: 768px) {
  #sec-2 .movie-list li {
    margin-bottom: 50px;
    font-size: 18px;
  }
}
#sec-2 .movie-list li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 5px;
  background-color: #c79f62;
}
#sec-2 .try-img {
  width: 80%;
  transform: translateX(10%);
  overflow: hidden;
  position: relative;
  z-index: 3;
}

.movie-sentence-2 {
  padding: 20px 20px 0;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .movie-sentence-2 {
    padding: 0 45px;
  }
}

.arigatou-url {
  padding: 20px;
  word-break: break-all;
  position: relative;
  background: #f1e88f;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .arigatou-url {
    font-size: 18px;
    padding: 45px;
  }
}
.arigatou-url::after {
  content: url(../arigatou.vn_img/bg-btn.png);
  position: absolute;
  z-index: -1;
  left: -150px;
  top: -500px;
  transform: scale(0.4);
}
@media screen and (min-width: 768px) {
  .arigatou-url::after {
    transform: scale(0.7);
    top: -800px;
  }
}

article {
  overflow: hidden;
}

#staff-page {
  padding: 20px 0 0;
  position: relative;
  font-family: sans-serif;
}
#staff-page::before, #staff-page::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 20px;
  z-index: 9;
  top: 0;
}
@media screen and (min-width: 768px) {
  #staff-page::before, #staff-page::after {
    background: none;
  }
}
#staff-page::before {
  background: url(../arigatou.vn_img/wave1.png) repeat-y;
  left: 0;
}
#staff-page::after {
  background: url(../arigatou.vn_img/wave2.png) right top repeat-y;
  right: 0;
}

.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

.pc {
  display: block !important;
}
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

footer img {
  width: auto !important;
}
/*# sourceMappingURL=movie-event.css.map */