@charset "utf-8";
/* ============================================================================================== */
/* フォント                                                                                   */
/* ============================================================================================== */
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;500;700&display=swap");
/* ============================================================================================== */
/* タブレット用                                                                                   */
/* ============================================================================================== */
@media screen and (max-width: 1023px) {
  body {
    width: 1020px;
  }
}
@media screen and (max-width: 767px) {
  body {
    width: auto;
  }
}
main.l-main {
  margin-bottom: 0;
}

/* ============================================================================================== */
/* common                                                                                         */
/* ============================================================================================== */
* {
  box-sizing: border-box;
}
#premiumbox {
  font-family: "Zen Maru Gothic", sans-serif;
  color: #222222;
}
#premiumbox h1,
#premiumbox h2,
#premiumbox h3,
#premiumbox h4,
#premiumbox h5,
#premiumbox p,
#premiumbox figure,
#premiumbox dl,
#premiumboxdl dt,
#premiumbox dl dd,
#premiumbox ul,
#premiumbox ul li,
#premiumbox ol,
#premiumbox ol li {
  padding: 0;
  margin: 0;
}
#premiumbox img {
  display: block;
  width: 100%;
  height: auto;
  /* vertical-align: bottom; */
}
#premiumbox .btn a {
  display: block;
  width: 320px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1.44px;
  text-decoration: none;
  padding: 5px 0 7px;
  margin: auto;
  border-radius: 8px;
  transition: all 1s;
  cursor: pointer;
}
#premiumbox a img {
  transition: all 1s;
}
#premiumbox .btn a:hover,
#premiumbox a:hover img {
  opacity: 0.5;
}
#premiumbox .inner_cont {
  width: 800px;
  margin: auto;
}
#premiumbox .sub_title {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 5px;
  padding-left: 5px;
  border-bottom: #ff7978 2px dashed;
  margin-bottom: 22px;
}
#premiumbox h2 {
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 1.04px;
  text-align: center;
  margin: 0 auto 20px;
}
#premiumbox ul.no_marker > li,
#premiumbox ol.no_marker > li {
  list-style: none;
}
#premiumbox .fl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#premiumbox .sp {
  display: none !important;
}
#premiumbox .fade_off {
  opacity: 0;
  transition: all 1s ease 0s;
}
#premiumbox .fade_off_13 {
  opacity: 0;
  transition: all 1s ease 0.3s;
}
#premiumbox .fade_off_15 {
  opacity: 0;
  transition: all 1s ease 0.5s;
}
#premiumbox .fade_off_17 {
  opacity: 0;
  transition: all 1s ease 0.7s;
}
#premiumbox .fade_on {
  opacity: 1;
}
.scroll_stop {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #premiumbox .inner_cont {
    width: 85.333vw;
  }
  #premiumbox .sub_title {
    margin-bottom: 4.16vw;
  }
  #premiumbox .btn a {
    width: 85.333vw;
  }
  #premiumbox .sp {
    display: block !important;
  }
  #premiumbox .pc {
    display: none !important;
  }
}
/*-- waves --*/
#premiumbox .waves {
  position: relative;
  width: 100%;
  height: 15vh;
  margin-bottom: -7px;
  min-height: 20px;
  max-height: 50px;
}
/*--  Animation --*/
#premiumbox .parallax > use {
  animation: wave_animation 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
  animation-delay: -2s;
  animation-duration: 7s;
}
@keyframes wave_animation {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 767px) {
  #premiumbox .waves {
    height: 35px;
    min-height: 35px;
  }
}

/* ============================================================================================== */
/* firstview                                                                                      */
/* ============================================================================================== */
#firstview {
  position: relative;
}
#firstview .inner_cont {
  position: relative;
  padding: 26px 0 0;
  z-index: 1;
}
#firstview .inner_cont p.logo {
  width: 94px;
  margin: 0 auto;
  animation: fadeIn01 2s ease 0s forwards;
  opacity: 0;
}
#firstview .inner_cont h1 {
  width: 503px;
  margin: 10px auto 9px;
  animation: fadeIn01 2s ease 0.3s forwards;
  opacity: 0;
}
#firstview .inner_cont .fl {
  align-items: flex-end;
}
#firstview .inner_cont .goods {
  width: 357px;
  animation: fadeIn01 2s ease 0.5s forwards;
  opacity: 0;
}
#firstview .inner_cont .catch {
  width: 390px;
  animation: fadeIn01 2s ease 0.5s forwards;
  opacity: 0;
}
/*--Animation--*/
@keyframes fadeIn01 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media (max-width: 767px) {
  #firstview .inner_cont {
    padding: 3.2vw 0 0;
  }
  #firstview .inner_cont p.logo {
    width: 18.66vw;
  }
  #firstview .inner_cont h1 {
    width: 76.53vw;
    margin: 2.6vw auto 2.4vw;
  }
  #firstview .inner_cont .goods {
    width: 63.46vw;
    margin: 0 auto 4vw;
  }
  #firstview .inner_cont .catch {
    width: 79.54vw;
    margin: auto;
  }
}
/*-- bubble --*/
#firstview .bubble {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  max-width: 1196px;
  height: 610px;
  margin: 0 auto;
  overflow: hidden;
}
#firstview .bubble img {
  position: absolute;
}
#firstview .bubble_01 {
  width: 186px;
  top: 28px;
  left: 193px;
  animation: bubble_fade 2s ease 0s forwards;
  opacity: 0;
}
#firstview .bubble_02 {
  width: 223px;
  top: 204px;
  left: 0;
  opacity: 0;
  animation: bubble_fade 3s ease 1.5s forwards;
}
#firstview .bubble_03 {
  width: 133px;
  bottom: 22px;
  left: 226px;
  animation: bubble_fade 2s ease 1s forwards;
  opacity: 0;
}
#firstview .bubble_04 {
  width: 91px;
  bottom: 12px;
  right: 452px;
  animation: bubble_fade 3s ease 0.5s forwards;
  opacity: 0;
}
#firstview .bubble_05 {
  width: 175px;
  bottom: 0;
  right: 187px;
  animation: bubble_fade 2s ease 2s forwards;
  opacity: 0;
}
#firstview .bubble_06 {
  width: 209px;
  top: 233px;
  right: 0;
  animation: bubble_fade 3s ease 1.5s forwards;
  opacity: 0;
}
#firstview .bubble_07 {
  width: 91px;
  top: 132px;
  right: 55px;
  animation: bubble_fade 2s ease 0.5s forwards;
  opacity: 0;
}
#firstview .bubble_08 {
  width: 170px;
  top: 28px;
  right: 210px;
  animation: bubble_fade 5s ease 1s forwards;
  opacity: 0;
}
@keyframes bubble_fade {
  0% {
    opacity: 0;
    transform: scale(1.2);
  }
  50% {
    opacity: 0.8;
    transform: scale(1);
  }
  100% {
    opacity: 0.6;
  }
}
@media (max-width: 767px) {
  #firstview .bubble {
    width: 100vw;
    height: 184vw;
    overflow: hidden;
  }
  #firstview .bubble_01 {
    width: 34.72vw;
    top: 4.16vw;
    left: -12.22vw;
  }
  #firstview .bubble_02 {
    width: 41.38vw;
    top: 52.77vw;
    left: -19.44vw;
  }
  #firstview .bubble_03 {
    width: 33.88vw;
    bottom: 0.89vw;
    left: -13.28vw;
  }
  #firstview .bubble_04 {
    display: none;
    width: 33.88vw;
    bottom: 0.45vw;
    left: -8.33vw;
  }
  #firstview .bubble_05 {
    width: 43.33vw;
    bottom: 0.45vw;
    right: -8.33vw;
  }
  #firstview .bubble_06 {
    width: 44.16vw;
    top: 64.72vw;
    right: -19.44vw;
  }
  #firstview .bubble_07 {
    width: 19.44vw;
    top: 45.83vw;
    right: -11.11vw;
  }
  #firstview .bubble_08 {
    width: 31.94vw;
    top: 2.77vw;
    right: -8.33vw;
  }
}

/*-- nav --*/
#firstview nav.anker {
  width: 800px;
  padding: 21px 0 23px;
  margin: 20px 0 0 0;
  background: #ffffff;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 70px;
  animation: fadeIn01 3s ease 0s forwards;
  opacity: 0;
}
#firstview .nav_fixed {
  position: fixed;
  top: 10px;
  left: 0;
  right: 0;
  margin: 0 auto !important;
  z-index: 999;
}
#firstview nav.anker ul {
  display: flex;
  justify-content: center;
}
#firstview nav.anker ul li {
  position: relative;
  list-style: none;
  border-right: 1px solid #c6c6c6;
}
#firstview nav.anker ul li:last-child {
  border-right: none;
}
#firstview nav.anker ul li::after {
  content: "";
  position: absolute;
  right: 22px;
  display: block;
  width: 18px;
  height: 14px;
  background: url("../images/nav_arrow.svg") center right no-repeat;
  transition: all 1s;
}
#firstview nav.anker ul li:hover::after {
  opacity: 0.5;
}
@media (min-width: 768px) {
  #firstview nav.anker ul li::after {
    top: 10px;
  }
}
#firstview nav.anker ul li a {
  display: block;
  color: #222;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  padding-right: 47px;
  padding-left: 22px;
  transition: all 1s;
}
#firstview nav.anker ul li:first-child a {
  padding-left: 0;
}
#firstview nav.anker ul li a:hover {
  color: #dc000d;
}
@media (max-width: 767px) {
  #firstview nav.anker {
    width: 85.333vw;
    padding: 1.86vw 0 3vw;
    margin: 5.33vw 0 0 0;
  }
  #firstview nav.anker ul li {
    display: flex;
    align-items: center;
    padding-bottom: 8px;
  }
  #firstview nav.anker ul li::after {
    bottom: -6px;
    right: 0;
    left: 0;
    width: 14px;
    height: 11px;
    margin: 0 auto;
    background-size: 14px 11px;
  }
  #firstview nav.anker ul li a {
    font-size: 12px;
    text-align: center;
    padding-right: 3vw;
    padding-left: 3vw;
  }
}

/* ============================================================================================== */
/* period                                                                                         */
/* ============================================================================================== */
#period {
  padding-top: 60px;
  margin-bottom: 60px;
}
#period ul {
  margin: 0 185px;
}
#period ul li {
  margin-bottom: 30px;
}
#period ul li .term {
  color: #5cbbc0;
  text-align: center;
  margin-bottom: 10px;
}
#period ul li .term span {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1.26px;
  padding: 0 15px;
  background: #fff;
}
#period ul li .term::after {
  content: "";
  position: relative;
  display: block;
  width: 100%;
  top: -10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-top: 2px dashed #5cbbc0;
  z-index: -1;
}
#period ul li .date {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.2rem;
  text-align: center;
}
#period ul li .date span {
  font-size: 24px;
}
#period p.notes {
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  padding: 20px 10px;
  margin: 30px 140px 0;
  background: #f7f7f7;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  #period {
    padding-top: 13.6vw;
    margin-bottom: 11vw;
  }
  #period ul {
    margin: 0 auto;
    justify-content: center;
  }
  #period ul li {
    margin-bottom: 3vw;
  }
  #period ul li .term {
    margin-bottom: 0.3vw;
  }
  #period ul li .term span {
    font-size: 15px;
    letter-spacing: 0.84px;
    padding: 0 4vw;
  }
  #period ul li .date {
    letter-spacing: 0.03rem;
  }
  #period ul li .date span {
    font-size: 20px;
  }
  #period p.notes {
    font-size: 12px;
    padding: 3.75vw 1.56vw;
    margin: 6.25vw 0 0;
  }
}
/* ============================================================================================== */
/* campaign                                                                                       */
/* ============================================================================================== */
#campaign {
  padding-top: 60px;
  /*padding:60px 0 126px;
 background: url("../images/campaign_bg.png") top center no-repeat;
 background-size: cover;*/
}
#campaign .campaign_wrapper {
  background: #fff7e6;
}
#campaign .inner_cont {
  padding-top: 40px;
  padding-bottom: 126px;
}
#campaign .campaign_cont {
  position: relative;
  padding: 0 357px 0 0;
  margin-bottom: 60px;
}
#campaign .campaign_cont h3 {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
#campaign .campaign_cont h3 span.logo {
  display: block;
  margin: 22px 0 26px;
}
#campaign .campaign_cont h3 img.logo_hohoemi {
  display: inline;
  width: 145px;
}
#campaign .campaign_cont h3 img.logo_step {
  display: inline;
  width: 143px;
}
#campaign .campaign_cont h3 span.or {
  font-size: 30px;
  padding: 0 19px;
}
#campaign .campaign_cont figure {
  position: absolute;
  width: 364px;
  top: 0;
  right: 0;
}
#campaign .campaign_cont ul li {
  font-size: 13px;
  font-weight: 400;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  #campaign {
    padding-top: 10.66vw;
    /*padding:10.66vw 0 13.33vw;
  background: url("../images/campaign_bg_sp.png") top center no-repeat;
  background-size: cover;*/
  }
  #campaign .inner_cont {
    padding-top: 8vw;
    padding-bottom: 13.33vw;
  }
  #campaign .campaign_cont {
    position: static;
    padding: 0;
    margin-bottom: 15.2vw;
  }
  #campaign .campaign_cont h3 {
    font-size: 20px;
    margin-bottom: 4.8vw;
  }
  #campaign .campaign_cont h3 span.logo {
    margin: 3.2vw 0;
  }
  #campaign .campaign_cont h3 img.logo_hohoemi {
    width: 30.1vw;
  }
  #campaign .campaign_cont h3 img.logo_step {
    width: 29.6vw;
  }
  #campaign .campaign_cont h3 span.or {
    font-size: 25px;
    padding: 0 4vw;
  }
  #campaign .campaign_cont figure {
    position: static;
    width: 82.1vw;
    margin: 0 auto 5.86vw;
  }
}
/*-- campaign_set --*/
#campaign .campaign_set h4 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 55px;
}
#campaign .campaign_set h4 span {
  color: #dc000c;
  font-size: 26px;
}
#campaign .campaign_set .set_item {
  position: relative;
  padding: 36px 60px 20px;
  background: #fff;
  border-radius: 8px;
}
#campaign .set_item.item_a,
#campaign .set_item.item_b {
  margin-bottom: 70px;
}
#campaign .set_item.item_b .fl {
  justify-content: center;
}
#campaign .set_item.item_c .fl {
  justify-content: center;
  flex-wrap: nowrap;
}
#campaign .set_item h5 {
  position: absolute;
  top: -21px;
  left: 0;
  right: 0;
  width: 280px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 8px 0 9px;
  margin: 0 auto;
  border-radius: 8px;
}
#campaign .set_item.item_a h5 {
  background: #ffb838;
}
#campaign .set_item.item_b h5 {
  background: #f6408e;
}
#campaign .set_item.item_c h5 {
  background: #0253a1;
}
#campaign .campaign_set .set_item ul {
  margin-top: 30px;
}
#campaign .campaign_set .set_item ul li {
  font-size: 13px;
  font-weight: 500;
  text-indent: -1em;
  padding-left: 1em;
}
#campaign .set_item .item_goods {
  width: 25%;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
#campaign .set_item .item_goods figure {
  display: flex;
  align-items: flex-end;
  width: 120px;
  min-height: 146px;
  margin: 0 auto 8px;
}
#campaign .set_item.item_a .item_goods:nth-child(2) figure,
#campaign .set_item.item_b .item_goods:nth-child(2) figure {
  width: 157px;
  margin-left: 25px;
}
#campaign .set_item.item_c .item_goods:nth-child(1) figure {
  width: 121px;
}
#campaign .set_item.item_c .item_goods:nth-child(2) {
  margin: 0 20px;
}
#campaign .set_item.item_c .item_goods:last-child figure {
  width: 130px;
}
@media screen and (max-width: 767px) {
  #campaign .campaign_set h4 {
    margin-bottom: 12vw;
  }
  #campaign .campaign_set h4 span {
    display: block;
  }
  #campaign .campaign_set .set_item {
    padding: 11.2vw 4vw 5.86vw;
  }
  #campaign .set_item.item_a,
  #campaign .set_item.item_b {
    margin-bottom: 12vw;
  }
  #campaign .set_item h5 {
    position: absolute;
    top: -6.13vw;
    left: 0;
    right: 0;
    width: 74.66vw;
    padding: 2.13vw 0 2.4vw;
  }
  #campaign .set_item .item_goods {
    width: 50%;
  }
  #campaign .set_item .item_goods figure {
    width: 33vw;
    min-height: 38.13vw;
    margin: 0 auto 2.13vw;
  }
  #campaign .set_item.item_a .item_goods:nth-child(2) figure,
  #campaign .set_item.item_b .item_goods:nth-child(2) figure {
    width: 34.66vw;
    margin-left: 3vw;
  }
  #campaign .set_item.item_c .item_goods:nth-child(1) figure {
    width: 33.6vw;
  }
  #campaign .set_item.item_c .item_goods:last-child figure {
    width: 30.952vw;
  }
  #campaign .set_item.item_c .fl {
    flex-wrap: wrap;
    align-items: baseline;
  }
  #campaign .set_item.item_c .fl::after {
    display: block;
    content: "";
    width: 50%;
  }
  #campaign .set_item.item_c .item_goods:nth-child(3) {
    margin-top: 8vw;
  }
  #campaign .set_item.item_c .item_goods:nth-child(2) {
    margin: 0;
  }
}
/* ============================================================================================== */
/* howto                                                                                          */
/* ============================================================================================== */
#howto {
  padding: 0 0 70px;
  background: #e1f4f5;
}
#howto .waves {
  transform: scale(1, -1);
}
#howto .inner_cont {
  width: 950px;
  padding-top: 60px;
}
#howto .btn {
  margin-top: 27px;
}
#howto .btn a {
  letter-spacing: 0;
  padding: 13px 0 14px 0;
  background: #dc000c;
}
#howto .item-list {
  position: relative;
}
#howto .swiper {
  position: relative;
  width: 800px;
  padding: 0 0 50px;
  margin-top: 45px;
  z-index: 0;
}
#howto .item-cont .step {
  width: 145px;
  color: #5cbbc0;
  font-weight: 700;
  text-align: center;
  padding: 0px 0 3px;
  margin: 0 auto 30px;
  background: #fff;
  border-radius: 30px;
}
#howto .item-cont .step span {
  font-size: 22px;
}
#howto .item-cont .img {
  margin-bottom: 26px;
}
#howto .item-cont p {
  text-align: center;
}
#howto .swiper-button-next,
#howto .swiper-button-prev {
  top: var(--swiper-navigation-top-offset, 40%);
  color: #dc000c;
}
#howto .swiper-pagination-bullet-active {
  background: #dc000c;
}
.swiper-pagination-bullet {
  width: 14px;
  height: 14px;
}
#howto .swiper-button-next.swiper-button-disabled,
#howto .swiper-button-prev.swiper-button-disabled {
  opacity: 0.01;
  cursor: auto;
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  #howto {
    padding: 0 0 10.6vw;
  }
  #howto .inner_cont {
    width: 90vw;
    padding-top: 60px;
  }
  #howto .btn {
    margin-top: 4.524vw;
  }
  #howto .btn a {
    width: 100%;
    padding: 1.667vw 0 2.143vw 0;
  }
  #howto .swiper {
    width: 79.07vw;
    padding: 0 0 11.905vw;
    margin: 7.619vw auto 0;
  }
  #howto .item-cont .step {
    max-width: 145px;
    width: 34.524vw;
    margin: 0 auto 5.952vw;
  }
  #howto .item-cont .img {
    margin-bottom: 3.81vw;
  }
  #howto .swiper-button-next,
  #howto .swiper-button-prev {
    top: var(--swiper-navigation-top-offset, 35%);
  }
  #howto .swiper-button-prev {
    left: -3vw;
  }
  #howto .swiper-button-next {
    right: -3vw;
  }
}

/* ============================================================================================== */
/* apply                                                                                          */
/* ============================================================================================== */
#apply {
  padding: 0 0 75px;
}
#apply .apply_wrapper {
  padding-top: 53px;
  padding-bottom: 65px;
  background: #fff7e6;
}
#apply .apply_wrapper h3 {
  font-size: 20px;
  text-align: center;
  margin-bottom: 34px;
}
#apply .apply_wrapper p {
  text-align: center;
  margin-top: 21px;
}
#apply .btn {
  margin: auto;
}
#apply .btn a {
  padding: 16px 20px;
  background: #ff7978;
  border-radius: 30px;
}
@media screen and (max-width: 767px) {
  #apply {
    padding: 0 0 10vw;
  }
  #apply .btn:first-child {
    margin-bottom: 6.667vw;
  }
}
/*-- terms --*/
#apply .terms_wrapper {
  padding-top: 72px;
}
#apply h2.terms_ttl {
  font-size: 20px;
}
#apply .terms {
  padding: 30px 30px 30px 20px;
  background: #f7f7f7;
  border-radius: 8px;
}
#apply .terms_inner {
  height: 500px;
  font-size: 13px;
  font-weight: 500;
  padding-right: 10px;
  overflow-y: scroll;
  scrollbar-color: #b1b1b1 #f0f0f0;
  scrollbar-width: thin;
}
#apply .terms_inner::-webkit-scrollbar {
  width: 8px;
}
#apply .terms_inner::-webkit-scrollbar-track {
  background-color: #f0f0f0;
  border-radius: 10px;
}
#apply .terms_inner::-webkit-scrollbar-thumb {
  background-color: #b1b1b1;
  border-radius: 10px;
  height: 160px;
}
#apply .terms_inner .terms_list {
  margin-bottom: 30px;
}
#apply .terms_list h3 {
  color: #ff7978;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 5px;
}
#apply .terms_list h4 {
  margin-top: 30px;
}
#apply .terms_list li {
  list-style: none;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.7;
}
#apply .terms_list .mb10 {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  #apply .terms {
    padding: 5.3vw 2.3vw 5.3vw 4.3vw;
  }
  #apply .terms_inner {
    height: 400px;
  }
}

/* ============================================================================================== */
/* banner                                                                                         */
/* ============================================================================================== */
#banner {
  padding: 40px 0 50px;
  background: #f8f8f8;
}
#banner ul {
  margin: 0 62px;
}
#banner ul li {
  width: 338px;
}
@media screen and (max-width: 767px) {
  #banner ul {
    justify-content: center;
    margin: 0 auto;
  }
}

/* ============================================================================================== */
/* movie                                                                                          */
/* ============================================================================================== */
#movie {
  display: none;
  height: 100vh;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  overflow-y: auto;
  background: rgba(255, 255, 255, 0.95);
}
#movie .movie_body {
  position: relative;
}
#movie .modal_close {
  position: absolute;
  top: -40px;
  right: -25px;
  width: 40px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.48px;
  cursor: pointer;
}
#movie .modal_bg {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  overflow: hidden;
}
#movie .inner_cont {
  position: absolute;
  /*top: 100px;*/
  top: 8vh;
  left: 0;
  right: 0;
  width: 800px;
  min-height: 710px;
  padding: 0;
  margin: 0 auto;
  z-index: 10;
}
#movie .inner_cont p.logo {
  width: 155px;
  margin: 0 auto 15px;
  animation: fadeIn01 2s ease 0s forwards;
  opacity: 0;
}
#movie .inner_cont h2 {
  color: #dc000c;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  animation: fadeIn01 2s ease 0.3s forwards;
  opacity: 0;
}
#movie .inner_cont .movie_cont {
  position: relative;
  width: 640px;
  margin: 0 auto 12px;
}
#movie .inner_cont .movie_cont .movie_end {
  display: none;
  position: absolute;
  top: 0;
  width: 640px;
  height: 360px;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
}
#movie .inner_cont .movie_cont .seek_bar {
  position: relative;
  width: 600px;
  height: 8px;
  margin: auto;
  background: #cdcdcd;
  border-radius: 4px;
}
#movie .inner_cont .movie_cont .seek_bar .bar {
  position: absolute;
  top: 0;
  width: 0%;
  height: 100%;
  background-color: #ff7978;
  border-radius: 4px;
}
#movie .inner_cont .movie_cont .seek_bar .bar.act_bar {
  width: 100%;
}
#movie .inner_cont .btn_group {
  /*display: none;*/
  text-align: center;
}
#movie .inner_cont .btn_group .btn a {
  padding: 17px 0;
  background: url("../images/btn_arrow_r.svg") center right 15px no-repeat #c5c5c5;
  box-shadow: 0px 3px 2px #00000029;
  pointer-events: none;
}
#movie .inner_cont .btn_group p {
  position: relative;
  display: inline-block;
  min-height: 21px;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 15px;
}
/*#movie .inner_cont .btn_group p::before{
 content: "";
 position: absolute;
 bottom:8px;
 left:-16px;
 width: 13px;
 height: 1px;
 background: #222;
 transform: rotate(60deg);
}
#movie .inner_cont .btn_group p::after{
 content: "";
 position: absolute;
 bottom:8px;
 width: 13px;
 height: 1px;
 background: #222; 
 transform: rotate(300deg);
}*/
#movie .inner_cont .btn_group.act .btn a {
  padding: 17px 0;
  background: url("../images/btn_arrow_r.svg") center right 15px no-repeat #ff7978;
  box-shadow: 0px 3px 2px #00000029;
  pointer-events: all;
}
@media screen and (max-width: 767px) {
  #movie {
    margin-bottom: 11.2vw;
  }
  #movie .modal_close {
    position: absolute;
    top: 0px;
    right: -10px;
  }
  #movie .inner_cont {
    top: 15vw;
    width: 88.8vw;
    min-height: 160vw;
    padding: 0;
  }
  #movie .inner_cont p.logo {
    width: 41.33vw;
    margin: 0 auto 3.73vw;
  }
  #movie .inner_cont h2 {
    font-size: 24px;
  }
  #movie .inner_cont .movie_cont {
    position: relative;
    width: 85.333vw;
    margin: 0 auto 12px;
  }
  #movie .inner_cont .movie_cont iframe {
    width: 85.333vw;
    height: 48vw;
  }
  #movie .inner_cont .movie_cont .movie_end {
    width: 100%;
    height: auto;
  }
  #movie .inner_cont .movie_cont .seek_bar {
    position: relative;
    width: 80vw;
    height: 8px;
    margin: auto;
    background: #cdcdcd;
    border-radius: 4px;
  }
  #movie .inner_cont .movie_cont .seek_bar .bar {
    position: absolute;
    top: 0;
    width: 0%;
    height: 100%;
    background-color: #ff7978;
    border-radius: 4px;
  }
  #movie .inner_cont .btn_group p {
    margin-bottom: 4vw;
  }
}
/*-- bubble --*/
#movie .bubble {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 1196px;
  height: 610px;
  margin: 0 auto;
}
#movie .bubble img {
  position: absolute;
}
#movie .bubble_01 {
  width: 186px;
  top: 28px;
  left: 193px;
  animation: bubble_fade 2s ease 0s forwards;
  opacity: 0;
}
#movie .bubble_02 {
  width: 223px;
  top: 204px;
  left: 0;
  opacity: 0;
  animation: bubble_fade 3s ease 1.5s forwards;
}
#movie .bubble_03 {
  width: 133px;
  bottom: 22px;
  left: 226px;
  animation: bubble_fade 2s ease 1s forwards;
  opacity: 0;
}
#movie .bubble_04 {
  width: 91px;
  bottom: 12px;
  right: 452px;
  animation: bubble_fade 3s ease 0.5s forwards;
  opacity: 0;
}
#movie .bubble_05 {
  width: 175px;
  bottom: 0;
  right: 187px;
  animation: bubble_fade 2s ease 2s forwards;
  opacity: 0;
}
#movie .bubble_06 {
  width: 209px;
  top: 233px;
  right: 0;
  animation: bubble_fade 3s ease 1.5s forwards;
  opacity: 0;
}
#movie .bubble_07 {
  width: 91px;
  top: 132px;
  right: 55px;
  animation: bubble_fade 2s ease 0.5s forwards;
  opacity: 0;
}
#movie .bubble_08 {
  width: 170px;
  top: 28px;
  right: 210px;
  animation: bubble_fade 5s ease 1s forwards;
  opacity: 0;
}
@media (max-width: 767px) {
  #movie .bubble {
    width: 100vw;
    height: 170vw;
    overflow: hidden;
  }
  #movie .bubble_01 {
    width: 34.72vw;
    top: 4.16vw;
    left: -12.22vw;
  }
  #movie .bubble_02 {
    width: 41.38vw;
    top: 52.77vw;
    left: -19.44vw;
  }
  #movie .bubble_03 {
    width: 33.88vw;
    bottom: 0.89vw;
    left: 9.72vw;
  }
  #movie .bubble_04 {
    display: none;
  }
  #movie .bubble_05 {
    width: 43.33vw;
    bottom: 4.45vw;
    right: -8.33vw;
  }
  #movie .bubble_06 {
    width: 44.16vw;
    top: 64.72vw;
    right: -19.44vw;
  }
  #movie .bubble_07 {
    width: 19.44vw;
    top: 45.83vw;
    right: -11.11vw;
  }
  #movie .bubble_08 {
    width: 31.94vw;
    top: 2.77vw;
    right: -8.33vw;
  }
}

/* ============================================================================================== */
/* close                                                                                          */
/* ============================================================================================== */
.cp_close_txt {
  width: 80%;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 15px 10px;
  margin: 10px auto;
  background: #ff7978;
  border-radius: 15px;
}
#howto .close_box,
#apply {
  position: relative;
}
.cp_close {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 105%;
  background: rgba(255, 255, 255, 0.9);
  z-index: 1000;

  display: none;
}
.cp_close p {
  position: absolute;
  top: 30%;
  width: 100%;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  /*padding: 62px 195px !important;
 margin:410px auto 0 !important;
 background: #fff;
 border: #F65489 5px solid;*/
}
@media screen and (max-width: 767px) {
  .cp_close_txt {
    width: 100%;
    font-size: 16px;
  }
  .cp_close p {
    font-size: 17px;
    /*padding: 15vw 0 !important;
  margin:70vw auto 0 !important;
  background: #fff;
  border: #F65489 5px solid;*/
  }
}
/* ============================================================================================== */
