@-webkit-keyframes in_contents {
  0% {
    opacity: 0;
    background: #fff;
  }

  50% {
    opacity: 1;
    background: #fff;
  }

  100% {
    opacity: 1;
    background: #b5e4f2;
  }
}

@keyframes in_contents {
  0% {
    opacity: 0;
    background: #fff;
  }

  50% {
    opacity: 1;
    background: #fff;
  }

  100% {
    opacity: 1;
    background: #b5e4f2;
  }
}

/**************************************************************************************/
@media only screen and (min-width: 961px) {
  .is-sp {
    display: none;
  }

  .is-pc {
    display: block;
  }
}

@media only screen and (max-width: 960px) {
  .is-pc {
    display: none;
  }

  .is-sp {
    display: block;
  }
}

/**************************************************************************************/
body {
  font-family: 'Kosugi Maru', 'Noto Sans JP', "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
  position: relative;
  background: #fff;
  opacity: 0;
  color: #000;
  font-size: 15px;
  line-height: 1.5em;
  letter-spacing: 0.05em;
  -webkit-animation: in_contents 1s cubic-bezier(0.5, 1, 0.89, 1) 0.5s forwards;
  animation: in_contents 1s cubic-bezier(0.5, 1, 0.89, 1) 0.5s forwards;
}

body::before {
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: #b5e4f2 solid 10px;
  pointer-events: none;
  z-index: 100;
}

body::after {
  content: "";
  position: fixed;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  background: url(../img/bg.jpg) top center;
  border-radius: 15px;
  overflow: hidden;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  z-index: -1;
}

@media only screen and (max-width: 960px) {
  body::before {
    border: #b5e4f2 solid 6px;
  }
}

@media only screen and (max-width: 960px) {
  body::after {
    top: 6px;
    right: 6px;
    bottom: 6px;
    left: 6px;
    width: calc(100% - 12px);
    height: calc(100% - 12px);
    background-size: 90px;
  }
}

@media only screen and (min-width: 961px) {
  body {
    min-width: 1200px;
  }
}

@media only screen and (max-width: 960px) {
  body {
    background-size: 50px;
  }
}

.wrapper {
  overflow: hidden;
}

/*******************************************************************************/
.main_area {
  position: relative;
  width: 100vw;
  height: 100vh;
}

.main_area .title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 62%;
  z-index: 10;
}

.main_area .title img {
  width: 100%;
}

.main_area .aniplex {
  position: absolute;
  top: 30px;
  left: 30px;
  width: 200px;
}

.main_area .official_x {
  font-family: 'Lilita One', sans-serif;
  background-color: #000;
  color: #fff;
  font-size: 26px;
  padding: 20px 25px 20px 60px;
  border-radius: 100px 0 0 100px;
  z-index: 110;
  position: absolute;
  cursor: pointer;
}

.main_area .official_x::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 25px;
  width: 24px;
  height: 24px;
  background: url(../img/icon_x.png) no-repeat;
  background-size: contain;
}

.main_area .official_x a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.main_area .scroll {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 50px;
  font-size: 20px;
  letter-spacing: 2px;
  font-family: 'Lilita One', sans-serif;
}

.main_area .scroll::before {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 7px 0 7px;
  border-color: #2390b0 transparent transparent transparent;
  -webkit-animation: scroll 1s cubic-bezier(0.5, 1, 0.89, 1) infinite;
  animation: scroll 1s cubic-bezier(0.5, 1, 0.89, 1) infinite;
}

@media only screen and (max-width: 960px) {
  .main_area .title {
    width: 88%;
    top: 40%;
  }
}

@media only screen and (max-width: 960px) {
  .main_area .aniplex {
    width: 36%;
    left: 50%;
    top: 5%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@media only screen and (min-width: 961px) {
  .main_area .official_x {
    top: 30px;
    right: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  }

  .main_area .official_x:hover {
    background-color: #7367ac;
  }
}

@media only screen and (max-width: 960px) {
  .main_area .official_x {
    width: 58%;
    margin: 0 auto;
    padding: 13px 0px 14px 30px;
    font-size: 20px;
    text-align: center;
    border-radius: 100px;
    bottom: 30vh;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@media only screen and (max-width: 960px) {
  .main_area .official_x::before {
    left: 22px;
    width: 20px;
    height: 20px;
  }
}

@media only screen and (max-width: 960px) {
  .main_area .scroll {
    font-size: 16px;
    bottom: 20vh;
  }
}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
    opacity: 0;
  }

  1% {
    -webkit-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
    opacity: 1;
  }

  100% {
    -webkit-transform: translate(-50%, 10px);
    transform: translate(-50%, 10px);
    opacity: 0;
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
    opacity: 0;
  }

  1% {
    -webkit-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
    opacity: 1;
  }

  100% {
    -webkit-transform: translate(-50%, 10px);
    transform: translate(-50%, 10px);
    opacity: 0;
  }
}

/*******************************************************************************/
section h2.cap {
  text-align: center;
}

section h2.cap .cap_main {
  position: relative;
  font-family: 'Lilita One', sans-serif;
  font-size: 80px;
  line-height: 1em;
  letter-spacing: .06em;
  z-index: 10;
}

section h2.cap .cap_main::before {
  content: "";
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  border-radius: 100%;
  bottom: -24px;
  background: #ccc;
  width: 12px;
  height: 12px;
}

section h2.cap .cap_sub {
  font-size: 18px;
  margin-top: 40px;
  position: relative;
}

section h2.cap .cap_sub::before {
  content: "";
  left: calc(50% - 25px);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  border-radius: 100%;
  top: -28px;
  background: #ccc;
  width: 12px;
  height: 12px;
}

section h2.cap .cap_sub::after {
  content: "";
  left: calc(50% + 25px);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  top: -28px;
  background: #ccc;
  border-radius: 100%;
  width: 12px;
  height: 12px;
}

@media only screen and (max-width: 960px) {
  section h2.cap .cap_main {
    font-size: 42px;
  }
}

@media only screen and (max-width: 960px) {
  section h2.cap .cap_main::before {
    bottom: -15px;
    width: 8px;
    height: 8px;
  }
}

@media only screen and (max-width: 960px) {
  section h2.cap .cap_sub {
    font-size: 13px;
    margin-top: 20px;
  }
}

@media only screen and (max-width: 960px) {
  section h2.cap .cap_sub::before {
    left: calc(50% - 15px);
    top: -13px;
    width: 8px;
    height: 8px;
  }
}

@media only screen and (max-width: 960px) {
  section h2.cap .cap_sub::after {
    left: calc(50% + 15px);
    top: -13px;
    width: 8px;
    height: 8px;
  }
}

/*******************************************************************************/
.lineup {
  position: relative;
  width: 90%;
  max-width: 1000px;
  margin: 0 auto 0;
  padding-top: 100px;
}

.lineup h2.cap {
  color: #d06199;
}

.lineup h2.cap .cap_main::before {
  background: #8ecee1;
}

.lineup h2.cap .cap_sub::before,
.lineup h2.cap .cap_sub::after {
  background: #8ecee1;
  background: #8ecee1;
}

@media only screen and (max-width: 960px) {
  .lineup {
    padding-top: 50px;
  }
}

.lineup_list {
  position: relative;
  z-index: 10;
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-content: center;
}

@media only screen and (max-width: 960px) {
  .lineup_list {
    margin-top: 30px;
  }
}

.lineup_item {
  width: 24%;
  margin-left: 1.3%;
  margin-top: 1.5%;
  border: #ccc solid 1px;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
}

@media only screen and (min-width: 961px) {

  .lineup_item:nth-child(1),
  .lineup_item:nth-child(5) {
    margin-left: 0;
  }

  .lineup_item:nth-child(n+1):nth-child(-n+4) {
    margin-top: 0;
  }
}

@media only screen and (max-width: 960px) {
  .lineup_item {
    width: 49%;
    margin-left: 2%;
    margin-top: 2%;
    border-radius: 5px;
  }

  .lineup_item:nth-child(2n+1) {
    margin-left: 0;
  }

  .lineup_item:nth-child(n+1):nth-child(-n+2) {
    margin-top: 0;
  }
}

/*******************************************************************************/
.goods {
  position: relative;
  z-index: 10;
  margin: 100px auto 0;
  background: #b5e4f2;
  padding: 100px 0 120px;
}

.goods::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  height: 3px;
  background: url(../img/line.png) repeat-X;
  background-size: contain;
}

.goods::after {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  height: 3px;
  background: url(../img/line.png) repeat-X;
  background-size: contain;
}

.goods h2.cap {
  color: #2390b0;
}

.goods h2.cap .cap_main::before {
  background: #fff;
}

.goods h2.cap .cap_sub::before,
.goods h2.cap .cap_sub::after {
  background: #fff;
  background: #fff;
}

.goods .comson {
  text-align: center;
  color: #fff;
  font-family: 'Lilita One', sans-serif;
  font-size: 70px;
  margin-top: 60px;
  letter-spacing: 0.1em;
}

@media only screen and (max-width: 960px) {
  .goods {
    margin: 50px auto 0;
    padding: 50px 0 60px;
  }
}

@media only screen and (max-width: 960px) {
  .goods::before {
    height: 2px;
    top: 5px;
  }
}

@media only screen and (max-width: 960px) {
  .goods::after {
    height: 2px;
    bottom: 5px;
  }
}

@media only screen and (max-width: 960px) {
  .goods .comson {
    font-size: 34px;
    margin-top: 30px;
  }
}

.goods_box {
  width: 90%;
  max-width: 1180px;
  margin: 80px auto 0;
  border-top: 1px solid #fff;
  padding-top: 80px;
}

.goods_box#kimetsu {
  border-top: transparent;
  padding-top: 0;
}

.goods_box#lyco-reco {
  border-bottom: 1px solid #fff;
  padding-bottom: 80px;
}

@media only screen and (max-width: 960px) {
  .goods_box#lyco-reco {
    padding-bottom: 15%;
  }
}

.goods_box h3 {
  width: 300px;
  margin: 0 auto 50px;
  border: #ccc solid 1px;
  border-radius: 10px;
  overflow: hidden;
}

@media only screen and (max-width: 960px) {
  .goods_box {
    margin: 15% auto 0;
    padding-top: 15%;
  }
}

@media only screen and (max-width: 960px) {
  .goods_box h3 {
    width: 60%;
    margin: 0 auto 12%;
    border-radius: 5px;
  }
}

.goods_item:first-child {
  margin-top: 0;
}

.goods_item .img {
  position: relative;
  width: 100%;
  height: 500px;
  overflow: hidden;
  background: #fff;
  border-radius: 10px;
}

.goods_item .img .item {
  height: 500px;
  z-index: 100;
  width: 100%;
  z-index: 100;
  top: 0;
  left: -100%;
}

.goods_item .img .item img {
  width: auto;
  height: 100%;
  margin: 0 auto;
}

@media only screen and (max-width: 960px) {
  .goods_item .img .item img {
    height: auto;
  }
}
/*
.goods_item .img .item img::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../img/np.jpg) no-repeat center center;
  background-size: contain;
}
*/

.goods_item .name {
  font-size: 25px;
  margin-top: 34px;
  color: #7367ac;
  font-weight: 600;
  line-height: 1.4em;
}

.goods_item .text {
  margin-top: 30px;
}

.goods_item .text table {
  width: 100% !important;
}

.goods_item .price {
  background: #7367ac;
  padding: 32px 30px 30px 30px;
  border-radius: 10px;
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  flex-wrap: wrap;
}

.goods_item .price dt {
  margin-right: 20px;
  line-height: 1.9em;
}

.goods_item .price_01 {
  font-size: 36px;
}

.goods_item .price_01 span {
  font-size: 16px;
}

.goods_item .price_02 {
  padding: 2px 5px 0;
  border-radius: 5px;
  background: #fff;
  color: #7367ac;
  margin: 2px 0 3px 0x;
}

@media only screen and (min-width: 961px) {
  .goods_item .price_02 {
    margin: 2px 10px 3px 0;
  }
}

@media only screen and (min-width: 961px) {
  .goods_item {
    width: 80%;
    max-width: 950px;
    margin: 0 auto;
    margin-top: 6%;
  }
}

@media only screen and (max-width: 960px) {
  .goods_item {
    margin-top: 12%;
  }
}

@media only screen and (max-width: 960px) {
  .goods_item .img {
    height: 100%;
    min-height: 300px;
  }
}

@media only screen and (max-width: 960px) {
  .goods_item .img {
    border-radius: 5px;
  }
}

@media only screen and (max-width: 960px) {
  .goods_item .img .item {
    height: 100%;
  }
}

@media only screen and (max-width: 960px) {
  .goods_item .name {
    font-size: 18px;
    margin-top: 5%;
  }
}

@media only screen and (max-width: 960px) {
  .goods_item .text {
    font-size: 13px;
    margin-top: 2%;
  }
}

@media only screen and (max-width: 960px) {
  .goods_item .price {
    margin-top: 4%;
    padding: 5%;
    border-radius: 5px;
  }
}

@media only screen and (max-width: 960px) {
  .goods_item .price dt {
    margin-right: 10px;
    font-size: 13px;
  }
}

@media only screen and (max-width: 960px) {
  .goods_item .price_01 {
    font-size: 20px;
  }
}

@media only screen and (max-width: 960px) {
  .goods_item .price_01 span {
    font-size: 10px;
  }
}

@media only screen and (max-width: 960px) {
  .goods_item .price_02 {
    font-size: 12px;
    line-height: 1em;
    padding: 4px 5px 0;
    margin-left: 5px;
    margin-bottom: 6px;
  }
}

.goods_note {
  width: 80%;
  max-width: 950px;
  margin: 80px auto 0;
  font-size: 13px;
  line-height: 1.5em;
}

@media only screen and (max-width: 960px) {
  .goods_note {
    margin: 15% auto 0;
    width: 90%;
    font-size: 10px;
    line-height: 1.5em;
  }
}

.goods_note_cap {
  text-align: center;
  font-size: 25px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 960px) {
  .goods_note_cap {
    font-size: 15px;
    margin-bottom: 10px;
  }
}

.goods_note dd {
  text-indent: -1em;
  padding-left: 1em;
}

.goods_note_pay {
  width: 80%;
  max-width: 950px;
  margin: 30px auto 0;
  font-size: 13px;
  line-height: 1.5em;
}

@media only screen and (max-width: 960px) {
  .goods_note_pay {
    margin: 5% auto 0;
    width: 90%;
    font-size: 10px;
    line-height: 1.5em;
  }
}

.goods_note_pay dt {
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 5px;
}

@media only screen and (max-width: 960px) {
  .goods_note_pay dt {
    font-size: 13px;
  }
}

.goods_note_pay dd {
  text-indent: -1em;
  padding-left: 1em;
}

/*******************************************************************************/
.info {
  position: relative;
  width: 90%;
  max-width: 1000px;
  margin: 0 auto 0;
  padding-top: 100px;
}

.info h2.cap {
  color: #7367ac;
}

.info h2.cap .cap_main::before {
  background: #8ecee1;
}

.info h2.cap .cap_sub::before,
.info h2.cap .cap_sub::after {
  background: #8ecee1;
  background: #8ecee1;
}

@media only screen and (max-width: 960px) {
  .info {
    padding-top: 50px;
  }
}

.info_con {
  position: relative;
  z-index: 10;
  width: 900px;
  margin: 60px auto 0;
  background: #eeebff;
  border-radius: 10px;
  padding: 50px;
}

@media only screen and (max-width: 960px) {
  .info_con {
    width: 100%;
    margin: 30px auto 0;
    padding: 8% 6%;
  }
}

.info_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: #fff solid 1px;
  font-size: 20px;
  padding: 20px 0;
}

.info_item:first-child {
  border-top: transparent;
  padding-top: 0;
}

.info_item:last-child {
  padding-bottom: 0;
}

.info_item dt {
  color: #7367ac;
  width: 320px;
}

.info_item dd a {
  color: #000;
}

@media only screen and (max-width: 960px) {
  .info_item {
    font-size: 13px;
    display: block;
    padding: 13px 0;
  }
}

@media only screen and (max-width: 960px) {
  .info_item dt {
    width: 100%;
    line-height: 1.2em;
  }
}

@media only screen and (min-width: 961px) {
  .info_item dd a:hover {
    text-decoration: none;
  }
}

/*******************************************************************************/
.footer {
  text-align: center;
  padding-bottom: 80px;
  margin-top: 200px;
}

.footer .footer_share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer .footer_share li {
  margin-left: 20px;
  width: 50px;
}

.footer .footer_share li:first-child {
  margin-left: 0;
}

.footer .footer_anx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 50px;
}

.footer .footer_anx li {
  position: relative;
}

.footer .footer_anx a {
  text-decoration: none;
  color: #000;
}

.footer .footer_text {
  font-size: 11px;
  line-height: 1.4em;
  margin-top: 20px;
}

.footer .footer_copy {
  font-size: 10px;
  line-height: 1.5em;
  margin-top: 25px;
}

@media only screen and (max-width: 960px) {
  .footer {
    margin-top: 100px;
  }
}

@media only screen and (min-width: 961px) {
  .footer .footer_share li {
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  }

  .footer .footer_share li:hover {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
}

@media only screen and (max-width: 960px) {
  .footer .footer_share li {
    width: 36px;
    margin-left: 14px;
  }
}

@media only screen and (max-width: 960px) {
  .footer .footer_anx {
    margin-top: 30px;
  }
}

@media only screen and (min-width: 961px) {
  .footer .footer_anx li {
    margin-left: 40px;
  }

  .footer .footer_anx li::before {
    content: "";
    height: 70%;
    width: 2px;
    position: absolute;
    left: -20px;
    top: 14%;
    background: #000;
    border-radius: 2px;
  }

  .footer .footer_anx li:first-child {
    margin-left: 0;
  }

  .footer .footer_anx li:first-child::before {
    background: transparent;
  }

  .footer .footer_anx li a {
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  }

  .footer .footer_anx li:hover a {
    color: #7367ac;
  }
}

@media only screen and (max-width: 960px) {
  .footer .footer_anx li {
    width: 47%;
    font-size: 13px;
  }

  .footer .footer_anx li:nth-child(1),
  .footer .footer_anx li:nth-child(3) {
    text-align: right;
    padding-right: 3%;
  }

  .footer .footer_anx li:nth-child(2),
  .footer .footer_anx li:nth-child(4) {
    text-align: left;
    padding-left: 3%;
  }

  .footer .footer_anx li:nth-child(2)::before,
  .footer .footer_anx li:nth-child(4)::before {
    content: "";
    height: 70%;
    width: 1px;
    position: absolute;
    left: 0;
    top: 14%;
    background: #000;
    border-radius: 2px;
  }
}

@media only screen and (max-width: 960px) {
  .footer .footer_text {
    font-size: 10px;
  }
}

@media only screen and (max-width: 960px) {
  .footer .footer_copy {
    width: 90%;
    margin: 20px auto 0;
    text-align: left;
  }
}

/*******************************************************************************/
@-webkit-keyframes deco_01 {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 0 -136px;
  }
}

@keyframes deco_01 {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 0 -136px;
  }
}

@-webkit-keyframes deco_01_sp {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 0 -560px;
  }
}

@keyframes deco_01_sp {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 0 -560px;
  }
}

.deco_01 {
  position: absolute;
  right: 10%;
  width: 34px;
  height: 96px;
  overflow: hidden;
}

.deco_01::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/deco_01.png) repeat-y;
  background-size: contain;
  -webkit-animation: deco_01 4s linear infinite;
  animation: deco_01 4s linear infinite;
}

@media only screen and (min-width: 961px) {
  .deco_01 {
    bottom: 20%;
  }
}

@media only screen and (max-width: 960px) {
  .deco_01 {
    top: 18%;
    width: 20px;
    height: 56px;
  }
}

@media only screen and (max-width: 960px) {
  .deco_01::before {
    -webkit-animation: deco_01_sp 20s linear infinite;
    animation: deco_01_sp 20s linear infinite;
  }
}

.deco_02 {
  position: absolute;
  top: 20%;
  left: 6%;
  width: 300px;
  z-index: 0;
}

@media only screen and (max-width: 960px) {
  .deco_02 {
    top: 12%;
    left: -9%;
    width: 160px;
  }
}

@-webkit-keyframes deco_03 {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 84px 0;
  }
}

@keyframes deco_03 {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 84px 0;
  }
}

.deco_03 {
  position: absolute;
  top: 14%;
  right: 30%;
  width: 84px;
  height: 38px;
  overflow: hidden;
}

.deco_03::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/deco_03.png) repeat-x;
  background-size: contain;
}

@media only screen and (max-width: 960px) {
  .deco_03 {
    top: 7%;
    right: 82%;
    width: 44px;
    height: 20px;
  }
}

.deco_04 {
  position: absolute;
  bottom: -5%;
  right: 16%;
  width: 180px;
  z-index: 0;
}

@media only screen and (max-width: 960px) {
  .deco_04 {
    width: 100px;
    bottom: 34%;
    right: -7%;
  }
}

.deco_05 {
  position: absolute;
  bottom: -5%;
  left: 4%;
  width: 84px;
  z-index: 0;
}

@media only screen and (max-width: 960px) {
  .deco_05 {
    bottom: 25%;
    left: 6%;
    width: 40px;
  }
}

@-webkit-keyframes deco_06 {
  from {
    background-position: 0 0;
  }

  to {
    background-position: -188px 188px;
  }
}

@keyframes deco_06 {
  from {
    background-position: 0 0;
  }

  to {
    background-position: -188px 188px;
  }
}

.deco_06 {
  position: absolute;
  top: 35%;
  left: 2%;
  width: 188px;
  height: 188px;
  overflow: hidden;
  border-radius: 10px;
}

.deco_06::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/deco_06.png);
  background-size: contain;
  -webkit-animation: deco_06 12s linear infinite;
  animation: deco_06 12s linear infinite;
}

@media only screen and (max-width: 960px) {
  .deco_06 {
    top: 15%;
    left: 12%;
    width: 100px;
    height: 100px;
  }
}

@-webkit-keyframes deco_07 {
  from {
    background-position: 0 0;
  }

  to {
    background-position: -128px 128px;
  }
}

@keyframes deco_07 {
  from {
    background-position: 0 0;
  }

  to {
    background-position: -128px 128px;
  }
}

.deco_07 {
  position: absolute;
  bottom: -2%;
  right: 3%;
  width: 128px;
  height: 128px;
  overflow: hidden;
  border-radius: 10px 0 10px 0;
}

.deco_07::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/deco_07.png);
  background-size: contain;
}

@media only screen and (max-width: 960px) {
  .deco_07 {
    bottom: 12%;
    right: 7%;
    width: 88px;
    height: 88px;
  }
}

.deco_08 {
  position: absolute;
  width: 180px;
  left: -10%;
}

@media only screen and (min-width: 961px) {
  .deco_08 {
    bottom: -38%;
  }
}

@media only screen and (max-width: 960px) {
  .deco_08 {
    top: -13%;
    width: 100px;
    top: -18%;
  }
}

@-webkit-keyframes deco_09 {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 360px 0;
  }
}

@keyframes deco_09 {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 360px 0;
  }
}

.deco_09 {
  position: absolute;
  width: 90px;
  height: 44px;
  right: -8%;
  overflow: hidden;
}

.deco_09::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/deco_09.png);
  background-size: contain;
  -webkit-animation: deco_09 10s linear infinite;
  animation: deco_09 10s linear infinite;
}

@media only screen and (min-width: 961px) {
  .deco_09 {
    bottom: -6%;
  }
}

@media only screen and (max-width: 960px) {
  .deco_09 {
    width: 45px;
    height: 22px;
    top: -13%;
    right: 4%;
  }
}

@media only screen and (max-width: 960px) {
  .deco_09::before {
    -webkit-animation: deco_09 20s linear infinite;
    animation: deco_09 20s linear infinite;
  }
}

@-webkit-keyframes deco_10 {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 128px -128px;
  }
}

@keyframes deco_10 {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 128px -128px;
  }
}

.deco_10 {
  position: absolute;
  width: 128px;
  height: 128px;
  overflow: hidden;
  border-radius: 10px 0 10px 0;
  left: -10%;
  top: -2%;
}

.deco_10::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/deco_07.png);
  background-size: contain;
  -webkit-animation: deco_10 8s linear infinite;
  animation: deco_10 8s linear infinite;
}

@media only screen and (max-width: 960px) {
  .deco_10 {
    width: 88px;
    height: 88px;
    left: -15%;
    top: -5%;
  }
}

@media only screen and (max-width: 960px) {
  .deco_10::before {
    -webkit-animation: deco_10 14s linear infinite;
    animation: deco_10 14s linear infinite;
  }
}

.deco_11 {
  position: absolute;
  width: 128px;
  height: 128px;
  overflow: hidden;
  border-radius: 10px 0 10px 0;
  left: 15%;
  bottom: -35%;
}

.deco_11::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/deco_07.png);
  background-size: contain;
}

@media only screen and (max-width: 960px) {
  .deco_11 {
    width: 78px;
    height: 78px;
    left: 10%;
    bottom: -23%;
  }
}

.deco_12 {
  position: absolute;
  width: 90px;
  height: 44px;
  right: 12%;
  bottom: -24%;
  overflow: hidden;
}

.deco_12::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/deco_09.png);
  background-size: contain;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-animation: deco_09 10s linear infinite;
  animation: deco_09 10s linear infinite;
}

@media only screen and (max-width: 960px) {
  .deco_12 {
    width: 45px;
    height: 22px;
    right: 26%;
    bottom: -14%;
  }
}

@media only screen and (max-width: 960px) {
  .deco_12::before {
    -webkit-animation: deco_09 20s linear infinite;
    animation: deco_09 20s linear infinite;
  }
}

.deco_13 {
  position: absolute;
  top: 35%;
  right: -25%;
  width: 188px;
  height: 188px;
  overflow: hidden;
  border-radius: 10px;
}

.deco_13::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/deco_06.png);
  background-size: contain;
}

@media only screen and (max-width: 960px) {
  .deco_13 {
    top: -1%;
    right: -13%;
    width: 98px;
    height: 98px;
  }
}

.deco_14 {
  position: absolute;
  top: -32%;
  width: 228px;
  z-index: 0;
}

@media only screen and (min-width: 961px) {
  .deco_14 {
    left: 10%;
  }
}

@media only screen and (max-width: 960px) {
  .deco_14 {
    right: -10%;
    top: -22%;
    width: 118px;
  }
}

.deco_15 {
  position: absolute;
  width: 180px;
  z-index: 0;
}

@media only screen and (min-width: 961px) {
  .deco_15 {
    top: 12%;
    right: -5%;
  }
}

@media only screen and (max-width: 960px) {
  .deco_15 {
    bottom: -7%;
    left: -14%;
    width: 160px;
  }
}

.deco_16 {
  position: absolute;
  bottom: -60%;
  left: -5%;
  width: 270px;
  z-index: 0;
}

@media only screen and (max-width: 960px) {
  .deco_16 {
    bottom: -32%;
    left: -6%;
    width: 100px;
  }
}

.deco_17 {
  position: absolute;
  left: -5%;
  width: 34px;
  height: 96px;
  overflow: hidden;
}

.deco_17::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/deco_13.png) repeat-y;
  background-size: contain;
}

@media only screen and (min-width: 961px) {
  .deco_17 {
    top: 25%;
  }
}

@media only screen and (max-width: 960px) {
  .deco_17 {
    bottom: 0;
    left: 2%;
    width: 17px;
    height: 48px;
  }
}

.deco_18 {
  position: absolute;
  bottom: -10%;
  right: -6%;
  width: 66px;
  z-index: 0;
}

@media only screen and (max-width: 960px) {
  .deco_18 {
    width: 36px;
    bottom: -24%;
    right: 2%;
  }
}

.deco_19 {
  position: absolute;
  left: -10%;
  width: 66px;
  z-index: 0;
}

@media only screen and (min-width: 961px) {
  .deco_19 {
    bottom: -6%;
  }
}

@media only screen and (max-width: 960px) {
  .deco_19 {
    top: 10%;
    left: 1%;
    width: 30px;
  }
}

/********************************************************************************************************************************/
.nav {
  -webkit-animation: opacity 0.3s linear 2s forwards;
  animation: opacity 0.3s linear 2s forwards;
  position: relative;
  z-index: 1000;
}

.nav_btn {
  position: fixed;
  z-index: 110;
  bottom: 15px;
  right: 15px;
  width: 70px;
  height: 70px;
}

@media only screen and (max-width: 960px) {
  .nav_btn {
    bottom: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
  }
}

.nav_btn_bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 70px;
  height: 70px;
  background: #d06199;
  border: #d06199 solid 2px;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}

@media only screen and (max-width: 960px) {
  .nav_btn_bg {
    width: 40px;
    height: 40px;
  }
}

.nav .menu-trigger {
  display: inline-block;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  z-index: 120;
  top: 20px;
  left: 15px;
  width: 40px;
  height: 28px;
  pointer-events: none;
  border-radius: 10px;
}

.nav .menu-trigger span {
  display: inline-block;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #fff;
}

.nav .menu-trigger span:nth-of-type(1) {
  top: 0;
}

.nav .menu-trigger span:nth-of-type(2) {
  top: 12.5px;
}

.nav .menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

.nav .nav_box {
  position: fixed;
  z-index: 100;
  width: 100%;
  height: 100vh;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  padding: 0 50px 0 45px;
  color: #d06199;
  opacity: 0;
  pointer-events: none;
}

.nav .nav_list {
  font-family: 'Lilita One', sans-serif;
  font-size: 45px;
  text-align: center;
  margin-top: -1%;
}

.nav .nav_list>li {
  margin-top: 4%;
}

.nav .nav_list>li:first-child {
  margin-top: 0;
}

.nav .nav_list>li p {
  display: inline-block;
  cursor: pointer;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}

.nav .nav_cover {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  opacity: 0;
  background: rgba(255, 255, 255, 0);
  background: url(../img/bg.jpg) top center;
  pointer-events: none;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}

.nav .nav_goods_list {
  width: 60%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 2%;
}

.nav .nav_goods_list li {
  width: 23%;
  margin-left: 1%;
  margin-top: 1%;
  background: #fff;
  cursor: pointer;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  border: #ccc solid 1px;
  border-radius: 10px;
  overflow: hidden;
}

.nav.nav_open .nav_btn_bg {
  background: #fff;
}

.nav.nav_open .nav_btn-line::before,
.nav.nav_open .nav_btn-line::after {
  background: #fff;
}

.nav.nav_open .menu-trigger span {
  background-color: #d06199;
}

.nav.nav_open .menu-trigger span:nth-of-type(1) {
  -webkit-transform: translateY(12px) rotate(-45deg);
  transform: translateY(12px) rotate(-45deg);
}

.nav.nav_open .menu-trigger span:nth-of-type(2) {
  opacity: 0;
}

.nav.nav_open .menu-trigger span:nth-of-type(3) {
  -webkit-transform: translateY(-12px) rotate(45deg);
  transform: translateY(-12px) rotate(45deg);
}

.nav.nav_open .nav_box {
  opacity: 1;
  pointer-events: auto;
}

.nav.nav_open .nav_cover {
  opacity: 1;
  background: rgba(255, 255, 255, 0.95);
  background: url(../img/bg.jpg) top center;
  display: block;
  pointer-events: auto;
}

@media only screen and (max-width: 960px) {
  .nav .nav_list {
    margin-top: -3%;
  }
}

@media only screen and (max-width: 960px) {
  .nav .nav_cover {
    background-size: 90px;
  }
}

@media only screen and (max-width: 960px) {
  .nav .nav_goods_list {
    width: 80%;
  }
}

@media only screen and (max-width: 960px) {
  .nav .nav_goods_list li {
    border-radius: 5px;
  }
}

@media only screen and (min-width: 961px) {
  .nav .nav_goods_list li:nth-child(4n+1) {
    margin-left: 0;
  }

  .nav .nav_goods_list li:nth-child(n+1):nth-child(-n+4) {
    margin-top: 0;
  }
}

@media only screen and (max-width: 960px) {
  .nav .nav_goods_list li {
    width: 49%;
    margin-left: 2%;
    margin-top: 2%;
  }

  .nav .nav_goods_list li:nth-child(2n+1) {
    margin-left: 0;
  }

  .nav .nav_goods_list li:nth-child(n+1):nth-child(-n+2) {
    margin-top: 0;
  }
}

@media only screen and (max-width: 960px) {
  .nav.nav_open .nav_cover {
    background-size: 90px;
  }
}

@media only screen and (min-width: 961px) {
  .nav .nav_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media only screen and (min-width: 961px) {
  .nav .menu-trigger:hover {
    -webkit-transform: translate(5px, 5px);
    transform: translate(5px, 5px);
  }
}

@media only screen and (max-width: 960px) {
  .nav .menu-trigger {
    top: 11px;
    left: 8px;
    width: 24px;
    height: 18px;
  }
}

@media only screen and (max-width: 960px) {
  .nav .menu-trigger span {
    height: 2px;
  }
}

@media only screen and (max-width: 960px) {
  .nav .menu-trigger span:nth-of-type(2) {
    top: 8px;
  }
}

@media only screen and (max-width: 960px) {
  .nav .nav_box {
    width: 100%;
    padding: 0;
  }
}

@media only screen and (max-width: 960px) {
  .nav .nav_box::after {
    bottom: -20px;
    right: -20px;
    width: 350px;
    height: 350px;
  }
}

@media only screen and (max-width: 960px) {
  .nav .nav_list {
    font-size: 32px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media only screen and (max-width: 960px) {
  .nav .nav_list>li {
    margin-top: 8%;
  }
}

@media only screen and (min-width: 961px) {
  .nav .nav_list li p:hover {
    color: #7367ac;
  }
}

@media only screen and (max-width: 960px) {

  .nav .nav_stage_list,
  .nav .nav_goods_list {
    margin-top: 3%;
  }
}

@media only screen and (min-width: 961px) {

  .nav .nav_stage_list li:hover,
  .nav .nav_goods_list li:hover {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
}

@media only screen and (max-width: 960px) {
  .nav.nav_open .menu-trigger span:nth-of-type(1) {
    -webkit-transform: translateY(8px) rotate(-45deg);
    transform: translateY(8px) rotate(-45deg);
  }
}

@media only screen and (max-width: 960px) {
  .nav.nav_open .menu-trigger span:nth-of-type(3) {
    -webkit-transform: translateY(-8px) rotate(45deg);
    transform: translateY(-8px) rotate(45deg);
  }
}

img {
  width: 100%;
}

.maker {
  margin-top: 15px;
  padding: 5px 0 4px 10px;
  border: solid 1px #d06199;
  color: #d06199;
  display: inline-block;
  background: #fff;
  border-radius: 5px;
}

@media only screen and (max-width: 960px) {
  .maker {
    font-size: 13px;
    margin-top: 8px;
    padding: 1px 0 0px 8px;
  }
}

.online {
  display: none;
}

.online p {
  margin-top: 15px;
  padding: 5px 10px 4px 10px;
  border: solid 1px #d06199;
  color: #d06199;
  display: inline-block;
  background: #fff;
  border-radius: 5px;
}

@media only screen and (max-width: 960px) {
  .online p {
    font-size: 13px;
    margin-top: 8px;
    padding: 1px 8px 0px 8px;
  }
}

.C103k_online .online,
.C103b_online .online,
.C103f_online .online {
  display: block;
}

.event {
  position: relative;
  width: 90%;
  margin: 0 auto 0;
  padding-top: 100px;
}

.event h2.cap {
  color: #d06199;
}

.event h2.cap .cap_main::before {
  background: #8ecee1;
}

.event h2.cap .cap_sub::before,
.event h2.cap .cap_sub::after {
  background: #8ecee1;
  background: #8ecee1;
}

.event .event_item {
  position: relative;
  z-index: 10;
  width: 900px;
  margin: 60px auto 0;
  background: #ffe6f3;
  border-radius: 10px;
  padding: 50px;
}

@media only screen and (max-width: 960px) {
  .event .event_item {
    width: 100%;
    margin: 30px auto 0;
    padding: 8% 6%;
    font-size: 13px;
  }
}

.event .event_item h3 {
  color: #d06199;
  text-align: center;
  font-size: 22px;
  border-bottom: #fff solid 1px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  line-height: 1.4em;
}

@media only screen and (max-width: 960px) {
  .event .event_item h3 {
    font-size: 15px;
    padding-bottom: 5%;
    margin-bottom: 5%;
  }
}

.event .event_item .event_txt {
  margin-bottom: 25px;
}

@media only screen and (max-width: 960px) {
  .event .event_item .event_txt {
    margin-bottom: 20px;
  }
}

.event .event_item dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}

@media only screen and (max-width: 960px) {
  .event .event_item dl {
    display: block;
    margin-top: 6px;
  }
}

.event .event_item dl dt {
  color: #d06199;
  width: 12%;
}

@media only screen and (max-width: 960px) {
  .event .event_item dl dt {
    width: 100%;
  }
}

.event .event_item dl dd {
  width: 88%;
  line-height: 1.5em;
}

@media only screen and (max-width: 960px) {
  .event .event_item dl dd {
    width: 100%;
  }
}

.event .event_item .event_item_note {
  font-size: 11px;
  line-height: 1.5em;
  margin-top: 25px;
}

.event .event_item .event_item_note li {
  text-indent: -1em;
  padding-left: 1em;
}

@media only screen and (max-width: 960px) {
  .event .event_item .event_item_note {
    font-size: 10px;
    margin-top: 20px;
  }
}

.banner_list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 900px;
  margin: 40px auto 0;
  z-index: 1;
}

@media only screen and (max-width: 960px) {
  .banner_list {
    width: 90%;
    display: block;
    margin: 0 auto 40px;
  }
}

.banner_list li {
  position: relative;
  background: #000;
  color: #fff;
  text-align: center;
  width: 440px;
  border-radius: 10px;
  height: 120px;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}

@media only screen and (max-width: 960px) {
  .banner_list li {
    width: 100%;
    font-size: 13px;
    height: 90px;
  }
}

@media only screen and (min-width: 961px) {
  .banner_list li:hover {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
  }
}

.banner_list li:nth-child(1) {
  margin-right: 20px;
  /* padding-top: 46px; */
  padding-top: 38px;
  background: #7367ac;
}

@media only screen and (max-width: 960px) {
  .banner_list li:nth-child(1) {
    margin-right: 0;
    margin-bottom: 10px;
    /* padding-top: 34px; */
    padding-top: 22px;
  }
}

.banner_list li:nth-child(2) {
  padding-top: 25px;
  background: #d06199;
  border: #d06199 solid 1px;
}

@media only screen and (max-width: 960px) {
  .banner_list li:nth-child(2) {
    padding-top: 15px;
  }
}

.banner_list li:nth-child(2) .period {
  background: #fff;
  color: #000;
  padding: 3px 0 2px;
  margin-top: 10px;
}

@media only screen and (max-width: 960px) {
  .banner_list li:nth-child(2) .period {
    margin-top: 5px;
  }
}

.banner_list li p {
  font-size: 22px;
  margin-bottom: 6px;
}

@media only screen and (max-width: 960px) {
  .banner_list li p {
    font-size: 18px;
  }
}

.banner_list li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*# sourceMappingURL=c103.css.map */