@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,900&display=swap");
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

img {
  vertical-align: bottom;
  max-width: 100%;
}

li {
  list-style: none;
}

body {
  font-family: "Noto Sans JP", sans-serif, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  -webkit-text-size-adjust: 100%;
  letter-spacing: 0.08em;
  background: url("../img/bg_contents.jpg");
}

@media only screen and (min-width: 751px) {
  .sp {
    display: none;
  }

  #wrapper {
    min-width: 1180px;
  }

  .m_top {
    margin-top: 60px !important;
  }
}
@media only screen and (max-width: 750px) {
  .pc {
    display: none;
  }

  #wrapper {
    overflow: hidden;
  }
}
.main_menu .btn_menu {
  position: fixed;
  z-index: 1000;
}
.main_menu .btn_menu .close {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.main_menu .menu_list {
  z-index: 900;
  background: rgba(239, 153, 189, 0.8);
  height: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.main_menu .menu_list .cap_menu {
  background: #FFF;
}
.main_menu .menu_list a {
  text-decoration: none;
  color: #FFF;
}
.main_menu .menu_list.open {
  height: 100vh;
}
@media only screen and (min-width: 751px) {
  .main_menu .menu_list.open {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 750px) {
  .main_menu .menu_list.open {
    padding-top: 16vw;
  }
}
@media only screen and (min-width: 751px) {
  .main_menu .btn_menu {
    top: 20px;
    right: 20px;
    width: 120px;
  }
  .main_menu .menu_list {
    position: fixed;
    right: 0;
  }
  .main_menu .menu_list li {
    margin-bottom: 30px;
  }
  .main_menu .menu_list .cap_menu {
    padding: 18px 0px 18px 35px;
  }
  .main_menu .menu_list .cap_menu img {
    width: auto;
    height: 30px;
  }
  .main_menu .menu_list .sub_menu {
    margin: 20px 35px 0  35px;
  }
  .main_menu .menu_list .sub_menu p {
    margin-bottom: 10px;
  }
  .main_menu .menu_list .sub_menu p:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 750px) {
  .main_menu .btn_menu {
    width: 18vw;
    top: 10px;
    right: 10px;
  }
  .main_menu .menu_list {
    position: fixed;
    width: 100%;
  }
  .main_menu .menu_list li {
    margin-bottom: 4vw;
  }
  .main_menu .menu_list .cap_menu {
    padding: 10px 0 10px 6vw;
  }
  .main_menu .menu_list .cap_menu img {
    width: auto;
    height: 22px;
  }
  .main_menu .menu_list .sub_menu {
    margin: 2.5vw 0 0 6vw;
  }
  .main_menu .menu_list .sub_menu p {
    font-size: 12px;
    margin-bottom: 8px;
    line-height: 1.3;
  }
  .main_menu .menu_list .sub_menu p:last-child {
    margin-bottom: 0;
  }
}

.main_area {
  background: no-repeat center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
}
.main_area .top_line, .main_area .bottom_line {
  position: absolute;
  width: 100%;
  border-top: 4px solid  #000;
  border-bottom: 4px solid #000;
}
.main_area .top_line {
  top: 0;
  background: #ef99bd;
}
.main_area .bottom_line {
  bottom: 0;
  background: #4189df;
}
@media only screen and (min-width: 751px) {
  .main_area {
    height: 100vh;
    min-height: 720px;
    background-image: url("../img/main_bg_pc.jpg");
    margin-bottom: 80px;
  }
  .main_area .top_line, .main_area .bottom_line {
    height: 25px;
  }
  .main_area .top_item {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .main_area h1 {
    width: 920px;
    margin: 0 auto 26px;
    text-align: center;
  }
  .main_area .date {
    width: 710px;
    margin: auto;
  }
}
@media only screen and (max-width: 750px) {
  .main_area {
    background-image: url("../img/main_bg_sp.jpg");
    margin-bottom: 12vh;
  }
  .main_area .top_line, .main_area .bottom_line {
    height: 4vw;
  }
  .main_area .date {
    position: absolute;
    width: 80%;
    left: 10%;
    bottom: 9.4%;
  }
}

.contents {
  border: 4px solid #000;
  -webkit-box-shadow: 8px 8px 0px #000;
  box-shadow: 8px 8px 0px #000;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url("../img/common/bg.png");
  -webkit-background-size: 300px;
  -o-background-size: 300px;
  background-size: 300px;
}
@media only screen and (min-width: 751px) {
  .contents {
    width: 990px;
    margin: 0 auto 100px;
    padding: 50px 0;
  }
  .contents h2 {
    text-align: center;
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 750px) {
  .contents {
    margin: 0 3vw 10vw;
    padding: 10vw 4vw;
    -webkit-box-shadow: 4px 4px 0px #000;
    box-shadow: 4px 4px 0px #000;
  }
  .contents h2 {
    margin-bottom: 10vw;
  }
}
.contents.attention_area {
  border-color: #ef99bd;
  -webkit-box-shadow: 8px 8px 0px #ef99bd;
  box-shadow: 8px 8px 0px #ef99bd;
}
@media only screen and (max-width: 750px) {
  .contents.attention_area {
    -webkit-box-shadow: 4px 4px 0px #ef99bd;
    box-shadow: 4px 4px 0px #ef99bd;
  }
}
.contents .contents_wrap {
  background: #FFF;
  border: 1px solid #eee;
}
@media only screen and (min-width: 751px) {
  .contents .contents_wrap {
    margin: 0 48px 60px;
    padding: 50px 43px;
  }
}
@media only screen and (max-width: 750px) {
  .contents {
    -webkit-background-size: 100px;
    -o-background-size: 100px;
    background-size: 100px;
  }
  .contents .contents_wrap {
    padding: 8vw 4vw;
    margin-bottom: 8vw;
  }
}

.booth_lead {
  text-align: center;
  line-height: 1.6;
  background: #FFF;
  border-top: 3px solid #000;
  border-bottom: 3px solid #000;
}
@media only screen and (min-width: 751px) {
  .booth_lead {
    font-size: 18px;
    margin: 0 46px 0px;
    padding: 60px 0;
  }
}
@media only screen and (max-width: 750px) {
  .booth_lead {
    font-size: 14px;
    padding: 5vw 0;
  }
}

.booth_area .contents_wrap {
  color: #ef99bd;
  background: #FFF;
}
.booth_area .contents_wrap h3 {
  text-align: center;
  border-bottom: 2px solid #ef99bd;
}
.booth_area .contents_wrap .omen_schedule {
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  text-align: center;
}
.booth_area .contents_wrap .omen_schedule .cap_omen {
  font-weight: 900;
}
.booth_area .contents_wrap .omen_attention {
  font-weight: 400;
  background: #eee;
}
.booth_area .contents_wrap .omen_attention li {
  text-indent: -1em;
  margin-left: 1em;
  line-height: 1.4;
  margin-bottom: 0.3em;
  color: #000;
}
.booth_area .contents_wrap .goods_list li {
  border: 1px solid #dcdcdc;
  background: #FFF;
}
.booth_area .contents_wrap .goods_list li .thumb {
  border-bottom: 1px solid #dcdcdc;
}
.booth_area .contents_wrap .goods_list li .goods_item {
  line-height: 1.2;
}
.booth_area .contents_wrap .goods_list li a {
  color: #ef99bd;
}
.booth_area .contents_wrap .item_img {
  border: 1px solid #dcdcdc;
}
@media only screen and (min-width: 751px) {
  .booth_area .contents_wrap:last-child {
    margin-bottom: 0;
  }
  .booth_area .contents_wrap h3 {
    padding-bottom: 15px;
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: 900;
  }
  .booth_area .omen_img {
    text-align: center;
  }
  .booth_area .omen_schedule {
    padding: 30px 0;
    margin: 40px 0;
  }
  .booth_area .omen_schedule .cap_omen {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .booth_area .omen_schedule .omen_text {
    font-size: 18px;
  }
  .booth_area .omen_attention {
    padding: 30px;
    font-size: 13px;
  }
  .booth_area .goods_list {
    width: 800px;
    margin: auto;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .booth_area .goods_list li {
    width: 390px;
    padding-bottom: 30px;
    margin-bottom: 45px;
  }
  .booth_area .goods_list li .goods_item {
    margin: 30px 20px 8px;
    line-height: 1.3;
  }
  .booth_area .goods_list li .goods_price {
    margin: 0 20px;
  }
  .booth_area .goods_list li .goods_price span {
    font-size: 13px;
  }
  .booth_area .goods_list.one_cont {
    width: 390px;
  }
}
@media only screen and (max-width: 750px) {
  .booth_area .contents_wrap {
    margin-bottom: 8vw;
  }
  .booth_area .contents_wrap:last-child {
    margin-bottom: 0;
  }
  .booth_area .contents_wrap h3 {
    font-weight: 900;
    padding-bottom: 5vw;
    margin-bottom: 5vw;
  }
  .booth_area .omen_schedule {
    padding: 5vw 0;
    margin: 6vw 0;
  }
  .booth_area .omen_schedule .cap_omen {
    font-size: 18px;
    margin-bottom: 8px;
  }
  .booth_area .omen_schedule .omen_text {
    line-height: 1.4;
    font-size: 14px;
  }
  .booth_area .shopper_text {
    font-size: 14px;
    line-height: 1.4;
  }
  .booth_area .omen_attention {
    padding: 4vw;
    font-size: 11px;
  }
  .booth_area .goods_list li {
    padding-bottom: 5vw;
    margin-bottom: 15px;
  }
  .booth_area .goods_list li .goods_item {
    margin: 4vw 4vw 5px;
    font-size: 14px;
  }
  .booth_area .goods_list li .goods_price {
    margin: 0 4vw;
    font-size: 14px;
  }
  .booth_area .goods_list li .goods_price span {
    font-size: 11px;
  }
}

.goods_area .logo_list {
  letter-spacing: -.4em;
}
.goods_area .logo_list li {
  background: #FFF;
  width: 48%;
  display: inline-block;
}
.goods_area .logo_list li img {
  border: 1px solid #eee;
}
.goods_area .contents_wrap {
  color: #4189df;
}
.goods_area .contents_wrap .goods_lead {
  text-align: center;
  line-height: 1.4;
  border-bottom: 2px solid #4189df;
}
.goods_area .contents_wrap .goods_text {
  line-height: 1.4;
  color: #000;
}
.goods_area .contents_wrap .package_tracklist {
  line-height: 1.8;
  color: #000;
  background: rgba(65, 137, 223, 0.26);
}
.goods_area .contents_wrap .package_text {
  text-align: center;
  line-height: 1.4;
  color: #000;
}
.goods_area .contents_wrap .goods_list li {
  border: 1px solid #dcdcdc;
  background: #FFF;
}
.goods_area .contents_wrap .goods_list li .thumb {
  border-bottom: 1px solid #dcdcdc;
}
.goods_area .contents_wrap .goods_list li .thumb.slider {
  overflow: hidden;
  position: relative;
}
.goods_area .contents_wrap .goods_list li .thumb.slider p {
  float: left;
}
.goods_area .contents_wrap .goods_list li .thumb.slider .slick-dots {
  position: absolute;
  bottom: 5px;
  right: 5px;
}
.goods_area .contents_wrap .goods_list li .thumb.slider .slick-dots button {
  display: none;
}
.goods_area .contents_wrap .goods_list li .thumb.slider .slick-dots li {
  display: inline-block;
  border: none;
  width: 8px;
  height: 8px;
  background: #eee;
  padding: 0;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  margin: 0 0 0 8px;
}
.goods_area .contents_wrap .goods_list li .thumb.slider .slick-dots li.slick-active {
  background: #4189df;
}
.goods_area .contents_wrap .goods_list li .goods_item {
  line-height: 1.2;
}
.goods_area .contents_wrap .goods_list li a {
  color: #4189df;
}
.goods_area .contents_wrap .item_img {
  border: 1px solid #dcdcdc;
}
.goods_area .contents_wrap .goods_attention {
  background: #eeeeee;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.goods_area .contents_wrap .goods_attention li {
  text-indent: -1em;
  margin-left: 1em;
  color: #000;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 0.4em;
}
.goods_area .contents_wrap .btn_more {
  background: #7cabe3;
  border: 2px solid #000;
  -webkit-box-shadow: 4px 4px 0px #000;
  box-shadow: 4px 4px 0px #000;
}
.goods_area .contents_wrap .btn_more a {
  color: #FFF;
  text-decoration: none;
  display: block;
  text-align: center;
  line-height: 1.4;
}
.goods_area .contents_wrap#yakunever {
  padding-top: 0;
}
@media only screen and (min-width: 751px) {
  .goods_area h3 {
    width: 700px;
    margin: 0 auto 30px;
  }
  .goods_area .logo_list {
    margin: 0 auto 60px;
    letter-spacing: -.4em;
    text-align: center;
  }
  .goods_area .logo_list li {
    width: 30%;
    margin-right: 2%;
    margin-bottom: 20px;
  }
  .goods_area .logo_list li:nth-child(3n) {
    margin-right: 0;
  }
  .goods_area .goods_lead {
    width: 800px;
    margin: auto;
    padding-bottom: 15px;
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: 900;
  }
  .goods_area .goods_text {
    width: 800px;
    margin: 0 auto 40px;
  }
  .goods_area .goods_text span {
    font-weight: 400;
    font-size: 12px;
  }
  .goods_area .package_text {
    width: 800px;
    margin: 0 auto 40px;
  }
  .goods_area .package_tracklist {
    width: 800px;
    margin: auto;
    font-size: 14px;
    padding: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 60px;
  }
  .goods_area .goods_list {
    width: 800px;
    margin: auto;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .goods_area .goods_list li {
    width: 390px;
    padding-bottom: 30px;
    margin-bottom: 45px;
  }
  .goods_area .goods_list li .goods_item {
    margin: 30px 20px 8px;
    line-height: 1.3;
  }
  .goods_area .goods_list li .goods_price {
    margin: 0 20px;
  }
  .goods_area .goods_list li .goods_price span {
    font-size: 13px;
  }
  .goods_area .goods_list.one_cont {
    width: 390px;
  }
  .goods_area .goods_attention {
    width: 800px;
    margin: 0 auto 40px;
    padding: 30px;
    font-size: 13px;
  }
  .goods_area .item_img {
    width: 600px;
    margin: 0 auto 40px;
  }
  .goods_area .btn_more {
    width: 400px;
    margin: auto;
  }
  .goods_area .btn_more a {
    padding: 15px 0;
  }
}
@media only screen and (max-width: 750px) {
  .goods_area h3 {
    margin-bottom: 4vw;
  }
  .goods_area .logo_list {
    margin-bottom: 20px;
  }
  .goods_area .logo_list li {
    margin-bottom: 6px;
  }
  .goods_area .logo_list li:nth-child(odd) {
    margin-right: 4%;
  }
  .goods_area .goods_lead {
    font-weight: 900;
    padding-bottom: 5vw;
    margin-bottom: 5vw;
  }
  .goods_area .package_tracklist {
    font-size: 13px;
    padding: 5vw;
    margin-bottom: 5vw;
  }
  .goods_area .goods_text, .goods_area .package_text {
    margin: 0 4vw 5vw;
    font-size: 14px;
  }
  .goods_area .goods_text span, .goods_area .package_text span {
    font-weight: 400;
    font-size: 12px;
  }
  .goods_area .goods_list li {
    padding-bottom: 5vw;
    margin-bottom: 15px;
  }
  .goods_area .goods_list li .goods_item {
    margin: 4vw 4vw 5px;
    font-size: 14px;
  }
  .goods_area .goods_list li .goods_price {
    margin: 0 4vw;
    font-size: 14px;
  }
  .goods_area .goods_list li .goods_price span {
    font-size: 11px;
  }
  .goods_area .goods_attention {
    padding: 4vw;
    font-size: 11px;
    margin-bottom: 6vw;
  }
  .goods_area .btn_more {
    width: calc(100% - 6px);
  }
  .goods_area .btn_more a {
    padding: 15px 0;
  }
}
.goods_area .attention li {
  text-indent: -1em;
  margin-left: 1em;
  line-height: 1.4;
  margin-bottom: 0.4em;
  font-weight: 400;
  color: #000;
}
.goods_area .attention li a {
  color: #000;
  font-weight: 500;
}
.goods_area .attention .inquery {
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  line-height: 1.8;
  font-weight: 400;
  color: #000;
}
@media only screen and (min-width: 751px) {
  .goods_area .attention .cap_att {
    text-align: center;
    margin-bottom: 60px;
  }
  .goods_area .attention .inquery {
    margin-top: 60px;
    padding: 30px 0;
    font-size: 14px;
  }
}
@media only screen and (max-width: 750px) {
  .goods_area .attention .cap_att {
    width: 220px;
    width: 29.33%;
    max-width: 220px;
    margin: 0 auto 6vw;
  }
  .goods_area .attention li {
    font-size: 12px;
  }
  .goods_area .attention .inquery {
    margin-top: 5vw;
    padding: 4vw 0;
    font-size: 12px;
  }
}

.stage_area .contents_wrap h3 {
  background: url("../img/common/title_sub_stage_bg.png") no-repeat center;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.stage_area .contents_wrap dl {
  border: 2px solid #000;
}
.stage_area .contents_wrap dl dt {
  border-bottom: 2px solid #000;
  text-align: center;
}
.stage_area .contents_wrap dl dt .title {
  font-weight: 700;
  line-height: 1.3;
}
.stage_area .contents_wrap dl dd {
  color: #FFF;
  line-height: 1.8;
}
.stage_area .contents_wrap dl.d1 dd {
  background: #4189df;
}
.stage_area .contents_wrap dl.d2 dd {
  background: #ef99bd;
}
.stage_area .contents_wrap .notice {
  line-height: 1.4;
  font-weight: 400;
}
@media only screen and (min-width: 751px) {
  .stage_area .contents_wrap h3 {
    width: 400px;
    height: 152px;
    margin: 0 auto 30px;
    font-size: 24px;
    padding-top: 36px;
  }
  .stage_area .contents_wrap h3.line2 {
    padding-top: 24px;
  }
  .stage_area .contents_wrap dl {
    width: 800px;
    margin: 0 auto 20px;
  }
  .stage_area .contents_wrap dl dt {
    padding: 30px 0;
  }
  .stage_area .contents_wrap dl dt .title {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .stage_area .contents_wrap dl dt .date {
    font-size: 20px;
  }
  .stage_area .contents_wrap dl dd {
    padding: 30px 50px;
  }
  .stage_area .contents_wrap .notice {
    width: 800px;
    margin: auto;
    font-size: 13px;
  }
}
@media only screen and (max-width: 750px) {
  .stage_area .contents_wrap h3 {
    height: 31.4vw;
    padding-top: 7vw;
    line-height: 1.4;
    margin: 0 0 2vw;
  }
  .stage_area .contents_wrap h3.line2 {
    padding-top: 5vw;
  }
  .stage_area .contents_wrap dl {
    margin-bottom: 20px;
  }
  .stage_area .contents_wrap dl dt {
    padding: 4vw 0;
  }
  .stage_area .contents_wrap dl dt .title {
    font-size: 18px;
    margin-bottom: 6px;
  }
  .stage_area .contents_wrap dl dt .date {
    font-size: 16px;
  }
  .stage_area .contents_wrap dl dd {
    padding: 4vw;
    font-size: 13px;
  }
  .stage_area .contents_wrap .notice {
    font-size: 12px;
  }
}

footer {
  text-align: center;
  color: #FFF;
  position: relative;
}
footer .sns li {
  display: inline-block;
}
footer .aniplex li {
  display: inline-block;
}
footer .notice {
  line-height: 1.4;
}
footer .copylight li {
  font-weight: 400;
}
footer .pagetop {
  position: fixed;
  z-index: 50;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in;
  -moz-transition: opacity 0.3s ease-in;
  -ms-transition: opacity 0.3s ease-in;
  -o-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}
footer .pagetop.on {
  opacity: 1;
}
footer .pagetop.fix {
  position: absolute;
}
@media only screen and (min-width: 751px) {
  footer {
    background: url("../img/footer_bg.png") no-repeat center top #7cabe3;
    -webkit-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
  }
  footer .pagetop {
    bottom: 10px;
    right: 10px;
    width: 120px;
  }
  footer .pagetop.fix {
    bottom: auto;
    top: -120px;
  }
  footer .sns {
    margin-bottom: 40px;
    padding-top: 50px;
  }
  footer .sns li:nth-child(2) {
    margin: 0 48px;
  }
  footer .sns li img {
    width: auto;
    height: 46px;
  }
  footer .aniplex {
    margin-bottom: 40px;
  }
  footer .aniplex li:nth-child(2) {
    margin: 0 80px;
  }
  footer .aniplex li img {
    width: auto;
    height: 28px;
  }
  footer .notice {
    font-size: 12px;
    margin-bottom: 40px;
  }
  footer .copylight {
    font-size: 10px;
    width: 800px;
    margin: auto;
    padding-bottom: 50px;
  }
  footer .copylight li {
    display: inline-block;
    margin: 0 20px 15px;
  }
}
@media only screen and (max-width: 750px) {
  footer {
    background: url("../img/footer_bg_sp.png") no-repeat center top #4189df;
    -webkit-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
  }
  footer .pagetop {
    width: 18vw;
    right: 10px;
    bottom: 10px;
  }
  footer .pagetop.fix {
    bottom: auto;
    top: -8vw;
  }
  footer .sns {
    margin-bottom: 8vw;
    padding-top: 10vw;
  }
  footer .sns li {
    width: 10vw;
  }
  footer .sns li:nth-child(2) {
    margin: 0 20px;
  }
  footer .aniplex {
    margin-bottom: 8vw;
  }
  footer .aniplex li:nth-child(3) {
    margin-top: 20px;
  }
  footer .aniplex li img {
    width: auto;
    height: 18px;
  }
  footer .notice {
    font-size: 10px;
    margin: 0 5vw 6vw;
  }
  footer .copylight {
    font-size: 10px;
    padding-bottom: 10vw;
  }
  footer .copylight li {
    margin-bottom: 6px;
  }
}

/***************** animation ******************/
.btn_menu {
  opacity: 0;
}

.main_area h1, .main_area .date {
  opacity: 0;
}
.main_area .top_line, .main_area .bottom_line {
  width: 0;
}
.main_area .bottom_line {
  left: 100%;
}

@-webkit-keyframes line_top {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-o-keyframes line_top {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-moz-keyframes line_top {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes line_top {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes line_bottom {
  0% {
    width: 0;
    left: 100%;
  }
  100% {
    width: 100%;
    left: 0;
  }
}
@-o-keyframes line_bottom {
  0% {
    width: 0;
    left: 100%;
  }
  100% {
    width: 100%;
    left: 0;
  }
}
@-moz-keyframes line_bottom {
  0% {
    width: 0;
    left: 100%;
  }
  100% {
    width: 100%;
    left: 0;
  }
}
@keyframes line_bottom {
  0% {
    width: 0;
    left: 100%;
  }
  100% {
    width: 100%;
    left: 0;
  }
}
@-webkit-keyframes alpha_in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes alpha_in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes alpha_in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes alpha_in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.open .main_area .top_line {
  -webkit-animation: line_top 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955) forwards;
  -moz-animation: line_top 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955) forwards;
  -o-animation: line_top 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955) forwards;
  animation: line_top 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955) forwards;
}
.open .main_area .bottom_line {
  -webkit-animation: line_bottom 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955) forwards;
  -moz-animation: line_bottom 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955) forwards;
  -o-animation: line_bottom 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955) forwards;
  animation: line_bottom 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955) forwards;
}
.open .main_area h1 {
  -webkit-animation: alpha_in 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.6s forwards;
  -moz-animation: alpha_in 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.6s forwards;
  -o-animation: alpha_in 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.6s forwards;
  animation: alpha_in 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.6s forwards;
}
.open .main_area .date {
  -webkit-animation: alpha_in 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s forwards;
  -moz-animation: alpha_in 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s forwards;
  -o-animation: alpha_in 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s forwards;
  animation: alpha_in 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s forwards;
}
.open .btn_menu {
  -webkit-animation: alpha_in 0.4s ease-in 1.4s forwards;
  -moz-animation: alpha_in 0.4s ease-in 1.4s forwards;
  -o-animation: alpha_in 0.4s ease-in 1.4s forwards;
  animation: alpha_in 0.4s ease-in 1.4s forwards;
}
