@keyframes showAni {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes hideAni {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes showAniAccordion {
  0% {
    height: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity     .1s linear, visibility  .1s linear;
  }
  100% {
    opacity: 1;
    visibility: visible;
    transition: opacity     .1s linear .1s, visibility  .1s linear .1s;
  }
}

@keyframes hideAniAccordion {
  0% {
    opacity: 1;
    visibility: visible;
    transition: opacity     .1s linear .1s, visibility  .1s linear .1s;
  }
  100% {
    height: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity     .1s linear, visibility  .1s linear;
  }
}

@keyframes arrow-icon-expand {
  0% {
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  100% {
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
}

@keyframes arrow-icon-collapse {
  0% {
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  100% {
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}

[data-func="open-detail"] [data-role="arrow"] i {
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

[data-func="open-detail"][data-expand="false"] [data-role="arrow"] i {
  animation: arrow-icon-collapse 0.2s 1;
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

[data-func="open-detail"][data-expand="true"] [data-role="arrow"] i {
  animation: arrow-icon-expand 0.2s 1;
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.text-color--red {
  color: #cc0000 !important;
}

@keyframes showAni {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes hideAni {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes showAniAccordion {
  0% {
    height: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity     .1s linear, visibility  .1s linear;
  }
  100% {
    opacity: 1;
    visibility: visible;
    transition: opacity     .1s linear .1s, visibility  .1s linear .1s;
  }
}

@keyframes hideAniAccordion {
  0% {
    opacity: 1;
    visibility: visible;
    transition: opacity     .1s linear .1s, visibility  .1s linear .1s;
  }
  100% {
    height: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity     .1s linear, visibility  .1s linear;
  }
}

@keyframes arrow-icon-expand {
  0% {
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  100% {
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
}

@keyframes arrow-icon-collapse {
  0% {
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  100% {
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}

[data-func="open-detail"] [data-role="arrow"] i {
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

[data-func="open-detail"][data-expand="false"] [data-role="arrow"] i {
  animation: arrow-icon-collapse 0.2s 1;
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

[data-func="open-detail"][data-expand="true"] [data-role="arrow"] i {
  animation: arrow-icon-expand 0.2s 1;
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.ballon {
  position: relative;
  width: 100%;
  padding: 10px;
  margin: 0 auto -4px;
  color: #bf0000;
  background: #ffffff;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  z-index: 500;
}

.ballon * {
  vertical-align: middle;
}

.ballon:before, .ballon:after {
  position: absolute;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  margin: auto;
  content: "";
  display: block;
  border: 6px solid transparent;
}

.ballon:before {
  bottom: -14px;
}

.ballon:after {
  bottom: -15px;
  border-top: 9px solid #ffffff;
}

.ballon__under {
  display: inline-block;
  position: relative;
  border-bottom: 2px solid #9b9b9b;
  padding: 10px;
  margin: 0 auto 16px;
  color: #bf0000;
  z-index: 500;
}

@media (min-width: 768px) {
  .ballon__under {
    font-size: 2rem;
  }
}

.ballon__under * {
  vertical-align: middle;
}

.ballon__under:before {
  position: absolute;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  margin: auto;
  content: "";
  display: block;
  border: 6px solid transparent;
}

.ballon__under:before {
  bottom: -20px;
  border-top: 12px solid #9b9b9b;
}

.confirm-account {
  text-align: center;
  background: #242953;
}

.confirm-account a {
  display: block;
  position: relative;
  padding: 10px;
  color: #ffffff;
  text-decoration: underline;
}

.main-images {
  overflow: hidden;
  background: #ffffff;
}

@media (max-width: 767px) {
  .main-images {
    min-height: 433px;
    margin-bottom: -225px;
  }
}

@media (min-width: 768px) {
  .main-images__inner {
    height: 28.125vw;
    max-height: 360px;
  }
}

@media (min-width: 1280px) {
  .main-images__inner {
    height: 360px;
    max-height: 360px;
  }
}

@media (max-width: 767px) {
  .main-images__inner {
    padding-bottom: 130px;
  }
}

.main-images .bx-wrapper {
  margin-bottom: 0;
  max-width: 100vw !important;
}

.main-images .bx-wrapper img {
  width: inherit;
  max-width: inherit;
}

@media (min-width: 768px) {
  .main-images .bx-viewport {
    height: 28.125vw;
    max-height: 360px;
  }
}

@media (max-width: 767px) {
  .main-images .bx-viewport {
    height: 103.8vw;
  }
}

.main-images .bx-viewport:before, .main-images .bx-viewport:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  width: 1000px;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9990;
}

.main-images .bx-viewport:before {
  right: 50%;
  margin-right: 640px;
}

.main-images .bx-viewport:after {
  left: 50%;
  margin-left: 640px;
}

.main-images ul {
  overflow: hidden;
  margin-bottom: 0;
  list-style-type: none;
  padding: 0;
  background-image: none;
}

.main-images ul li {
  list-style-image: url("/shared/images/t.gif");
  list-style-type: none;
  background-image: none;
}

@media (max-width: 767px) {
  .main-images ul {
    height: 103.8vw;
    overflow: hidden;
  }
}

.main-images li {
  width: 100vw;
  max-width: 1280px;
  margin: 0 auto;
}

.main-images li .main-images--img {
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}

.main-images--img {
  display: block;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-image: url(/shared/images/t.gif);
}

@media (min-width: 768px) {
  .main-images--img {
    width: 100vw;
    height: 28.125vw;
    max-width: 1280px;
    max-height: 360px;
  }
}

@media (max-width: 767px) {
  .main-images--img {
    max-width: 100vw;
    width: 100vw;
    height: 103.8vw;
  }
}

@media (min-width: 768px) {
  .top-action-wrap {
    position: relative;
    max-width: 1344px;
    width: 100%;
    margin: auto;
  }
  .top-action-wrap--full {
    position: relative;
  }
  .top-action-wrap--full .top-action-wrap {
    position: absolute;
    top: 0;
    right: 50px;
    left: 0;
  }
}

@media (max-width: 767px) {
  .top-action-wrap {
    position: relative;
    margin: 0 16px;
  }
  .top-action-wrap .top-action--title {
    display: none;
  }
  .top-action-wrap .ballon {
    font-size: 1.2rem;
  }
}

.top-action-wrap .top-action--title {
  text-align: center;
  margin-bottom: 8px;
}

.top-action-wrap .top-action--title span {
  font-weight: bold;
  color: #bf0000;
}

.top-action-wrap .ballon {
  margin-bottom: 13px;
}

.top-action--support {
  list-style-type: none;
  padding: 0;
  background-image: none;
}

.top-action--support li {
  list-style-image: url("/shared/images/t.gif");
  list-style-type: none;
  background-image: none;
}

.top-action--support li {
  margin-bottom: 0;
  list-style-image: url("/shared/images/t.gif");
}

.top-action--support li a {
  vertical-align: middle;
}

.top-action--support li i {
  vertical-align: middle;
  margin-right: 8px;
}

@media (max-width: 767px) {
  .top-action--support {
    text-align: center;
  }
  .top-action--support li {
    display: inline-block;
  }
}

.modal {
  display: none;
}
