@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

html, body {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  color: #5f3c44;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0.04em;
  text-indent: 0.04em;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

img {
  vertical-align: bottom;
}

a {
  text-decoration: none;
}

#container {
  max-width: 1920px;
  min-width: 1180px;
  margin: 0 auto;
  background-image: url(../img/bk.png);
  background-size: 1920px 2840px;
  background-position: 50% 0;
  overflow-x: hidden;
}

#jumbotron {
  position: relative;
  width: 100%;
  height: 1215px;
  background-image: url(../img/jumbotron_visual.png);
  background-size: cover;
  background-position: 50% 0;
  background-repeat: no-repeat;
  overflow: hidden;
}

#jumbotron .inner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  z-index: 2;
}

#jumbotron .inner h1 {
  position: relative;
  width: 842px;
  height: 254px;
  left: -25px;
  margin-top: -110px;
  background-image: url(../img/jumbotron_logo.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#jumbotron .inner p.date {
  display: block;
  position: relative;
  width: 303px;
  height: 97px;
  margin: 0 auto;
  left: 5px;
  background-image: url(../img/jumbotron_date.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#jumbotron .inner p.nos {
  display: block;
  position: relative;
  width: 303px;
  height: 97px;
  margin: 0 auto;
  left: 5px;
  background-image: url(../img/jumbotron_nos.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#jumbotron .inner p.staff {
  position: absolute;
  width: 692px;
  height: 40px;
  left: 50%;
  bottom: 200px;
  margin-left: -346px;
  background-image: url(../img/jumbotron_staff.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#jumbotron .inner #news {
  position: absolute;
  width: 614px;
  height: 48px;
  left: 50%;
  bottom: 110px;
  margin-left: -307px;
  border-radius: 24px;
  background-image: url(../img/jumbotron_news_bk.png);
  overflow: hidden;
}

#jumbotron .inner #news ul {
  position: relative;
  width: 614px;
  height: 48px;
}

#jumbotron .inner #news ul li {
  width: 614px;
  height: 48px;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

#jumbotron .inner #news ul li .date {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
}

#jumbotron .inner #news ul li .text {
  color: #fff;
  margin-left: 30px;
  font-size: 16px;
  line-height: 16px;
}

#jumbotron .inner #news ul li .text a {
  color: #fff;
  text-decoration: underline;
  -webkit-transition: 0.2s ease opacity;
  transition: 0.2s ease opacity;
}

#jumbotron .inner #news ul li .text a:hover {
  opacity: 0.5;
}

#jumbotron .copy {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 120px 0 170px 80px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#jumbotron .copy p {
  width: 100%;
  height: 100%;
  max-width: 49px;
  max-height: 900px;
  background-image: url(../img/jumbotron_copy.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0 50%;
  font-size: 0;
}

@media screen and (max-width: 1700px) {
  #jumbotron {
    width: 100%;
    height: auto;
  }
  #jumbotron::before {
    display: block;
    padding-top: 70%;
    content: "";
  }
  #jumbotron .inner h1 {
    width: 757px;
    height: 228px;
    left: -22px;
    margin-top: -100px;
  }
  #jumbotron .inner p.date {
    width: 566px;
    height: 87px;
    left: 5px;
  }
  #jumbotron .inner p.staff {
    width: 692px;
    height: 40px;
    bottom: 160px;
    margin-left: -346px;
  }
  #jumbotron .inner #news {
    width: 614px;
    height: 48px;
    bottom: 100px;
    margin-left: -307px;
  }
  #jumbotron .copy {
    padding: 90px 0 140px 70px;
  }
}

@media screen and (max-width: 1500px) {
  #jumbotron {
    width: 100%;
    height: auto;
  }
  #jumbotron::before {
    display: block;
    padding-top: 70%;
    content: "";
  }
  #jumbotron .inner h1 {
    width: 643px;
    height: 193px;
    left: -18px;
    margin-top: -85px;
  }
  #jumbotron .inner p.date {
    width: 481px;
    height: 74px;
    left: 4px;
  }
  #jumbotron .inner p.staff {
    width: 588px;
    height: 34px;
    bottom: 160px;
    margin-left: -294px;
  }
  #jumbotron .inner #news {
    width: 614px;
    height: 48px;
    bottom: 90px;
    margin-left: -307px;
  }
  #jumbotron .copy {
    padding: 90px 0 140px 70px;
  }
}

#jumbotron .ns_bt {
  position: absolute;
  width: 85px;
  height: 85px;
  left: 12%;
  top: 40px;
  z-index: 3;
}

#jumbotron .ns_bt a {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../img/Nintendo_switch_logo.png);
  background-size: 85px 85px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

#jumbotron .ns_bt a:hover {
  opacity: 0.5;
}

#jumbotron .im_bt {
  position: absolute;
  width: 85px;
  height: 85px;
  right: 12%;
  top: 40px;
  z-index: 3;
}

#jumbotron .im_bt a {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../img/iMel_logo.png);
  background-size: 85px 85px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  -webkit-transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

#jumbotron .im_bt a:hover {
  opacity: 0.5;
}

.global_nav {
  position: relative;
  width: 100%;
  height: 50px;
  margin-top: -50px;
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-box-shadow: 0px 4px 12px 0px rgba(75, 74, 72, 0.1);
          box-shadow: 0px 4px 12px 0px rgba(75, 74, 72, 0.1);
  z-index: 50;
}

#sub_nav {
  margin-top: 0;
}

#relative_nav ul {
  width: 685px;
}

#fixed_nav ul {
  width: 1000px;
}

.global_nav ul {
  height: 50px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

.global_nav ul li {
  position: relative;
}

.global_nav ul li a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  font-size: 0;
  cursor: pointer;
}

.global_nav ul li a::before {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  content: "";
  -webkit-transition: 0.2s ease opacity;
  transition: 0.2s ease opacity;
}

.global_nav ul li a::after {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  opacity: 0;
  content: "";
  -webkit-transition: 0.2s ease opacity;
  transition: 0.2s ease opacity;
}

.global_nav ul li a:hover::before {
  opacity: 0;
}

.global_nav ul li a:hover::after {
  opacity: 1;
}

.global_nav ul li.item_01 {
  width: 24px;
  height: 14px;
}

.global_nav ul li.item_01 a::before {
  background-image: url(../img/nav_01_off.png);
}

.global_nav ul li.item_01 a::after {
  background-image: url(../img/nav_01_on.png);
}

.global_nav ul li.item_02 {
  width: 40px;
  height: 14px;
}

.global_nav ul li.item_02 a::before {
  background-image: url(../img/nav_02_off.png);
}

.global_nav ul li.item_02 a::after {
  background-image: url(../img/nav_02_on.png);
}

.global_nav ul li.item_03 {
  width: 74px;
  height: 14px;
}

.global_nav ul li.item_03 a::before {
  background-image: url(../img/nav_03_off.png);
}

.global_nav ul li.item_03 a::after {
  background-image: url(../img/nav_03_on.png);
}

.global_nav ul li.item_04 {
  width: 37px;
  height: 14px;
}

.global_nav ul li.item_04 a::before {
  background-image: url(../img/nav_04_off.png);
}

.global_nav ul li.item_04 a::after {
  background-image: url(../img/nav_04_on.png);
}

.global_nav ul li.item_05 {
  width: 39px;
  height: 14px;
}

.global_nav ul li.item_05 a::before {
  background-image: url(../img/nav_05_off.png);
}

.global_nav ul li.item_05 a::after {
  background-image: url(../img/nav_05_on.png);
}

.global_nav ul li.item_06 {
  width: 51px;
  height: 14px;
}

.global_nav ul li.item_06 a::before {
  background-image: url(../img/nav_06_off.png);
}

.global_nav ul li.item_06 a::after {
  background-image: url(../img/nav_06_on.png);
}

.global_nav ul li.item_07 {
  width: 58px;
  height: 14px;
}

.global_nav ul li.item_07 a::before {
  background-image: url(../img/nav_07_off.png);
}

.global_nav ul li.item_07 a::after {
  background-image: url(../img/nav_07_on.png);
}


.global_nav ul li.item_00 {
  width: 44px;
  height: 44px;
}

.global_nav ul li.item_00 a::before {
  background-image: url(../img/Nintendo_switch_logo.png);
}

.global_nav ul li.item_00 a::after {
  background-image: url(../img/Nintendo_switch_logo.png);
  opacity: 0.5;
}

.global_nav ul li.item_08 {
  width: 44px;
  height: 44px;
}

.global_nav ul li.item_08 a::before {
  background-image: url(../img/iMel_logo.png);
}

.global_nav ul li.item_08 a::after {
  background-image: url(../img/iMel_logo.png);
  opacity: 0.5;
}


#fixed_nav {
  position: fixed;
  top: -80px;
  left: 0;
  margin-top: 0;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  -webkit-transition: 0.3s ease transform;
  transition: 0.3s ease transform;
}

#fixed_nav.active {
  -webkit-transform: translateY(80px);
  transform: translateY(80px);
}

#banners {
  position: relative;
  width: 100%;
  background-color: #fff;
  text-align: center;
  padding: 25px 0;
  z-index: 3;
}

#banners a {
  -webkit-transition: 0.2s ease opacity;
  transition: 0.2s ease opacity;
}

#banners a:hover {
  opacity: 0.5;
}

#story {
  height: 930px;
  background-image: url(../img/story_bk.png);
  background-size: 1920px 930px;
  background-position: 100% 0;
  overflow: hidden;
}

#story header.header {
  padding: 64px 0;
}

#story header.header h2 {
  width: 220px;
  height: 61px;
  margin: 0 auto;
  background-image: url(../img/stroy_h2.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#story .inner {
  width: 1060px;
  margin: 0 auto;
}

#story .inner p .text {
  display: block;
  background-image: url(../img/story_text.png);
  background-size: 705px 651px;
  background-repeat: no-repeat;
  background-position: 0 0;
  font-size: 0;
}

#story .inner p .text.text_01 {
  height: 48px;
  background-position: 0 0;
}

#story .inner p .text.text_02 {
  height: 42px;
  background-position: 0 -48px;
}

#story .inner p .text.text_03 {
  height: 45px;
  background-position: 0 -90px;
}

#story .inner p .text.text_04 {
  height: 65px;
  background-position: 0 -135px;
}

#story .inner p .text.text_05 {
  height: 70px;
  background-position: 0 -200px;
}

#story .inner p .text.text_06 {
  height: 80px;
  background-position: 0 -270px;
}

#story .inner p .text.text_07 {
  height: 42px;
  background-position: 0 -350px;
}

#story .inner p .text.text_08 {
  height: 44px;
  background-position: 0 -392px;
}

#story .inner p .text.text_09 {
  height: 44px;
  background-position: 0 -436px;
}

#story .inner p .text.text_10 {
  height: 70px;
  background-position: 0 -480px;
}

#story .inner p .text.text_11 {
  height: 70px;
  background-position: 0 -550px;
}

#story .inner p .text.text_12 {
  height: 31px;
  background-position: 0 -620px;
}

#character {
  width: 100%;
  height: 1173px;
  background-image: url(../img/character_bk.png);
  background-position: 50% 50%;
  background-size: cover;
  overflow: hidden;
}

#character h2 {
  display: none;
}

#character_nav {
  width: 988px;
  height: 186px;
  margin: 0 auto;
}

#character_nav ul {
  width: 988px;
  height: 186px;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
      align-content: flex-end;
}

#character_nav ul li {
  width: 88px;
  height: 142px;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#character_nav ul li.item_01 {
  background-image: url(../img/character_nav_01.png);
}

#character_nav ul li.item_02 {
  background-image: url(../img/character_nav_02.png);
}

#character_nav ul li.item_03 {
  background-image: url(../img/character_nav_03.png);
}

#character_nav ul li.item_04 {
  background-image: url(../img/character_nav_04.png);
}

#character_nav ul li.item_05 {
  background-image: url(../img/character_nav_05.png);
}

#character_nav ul li.item_06 {
  background-image: url(../img/character_nav_06.png);
}

#character_nav ul li.item_07 {
  background-image: url(../img/character_nav_07.png);
}

#character_nav ul li.item_08 {
  background-image: url(../img/character_nav_08.png);
}

#character_nav ul li.item_09 {
  background-image: url(../img/character_nav_09.png);
}

#character_nav ul li.item_10 {
  background-image: url(../img/character_nav_10.png);
}

#character_nav ul li:not(.active) {
  -webkit-transition: 0.2s ease opacity, 0.2s ease transform;
  transition: 0.2s ease opacity, 0.2s ease transform;
  cursor: pointer;
}

#character_nav ul li:not(.active):hover {
  opacity: 0.5;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}

#character_wrapper[data-view="1"] #character_01 {
  display: block;
}

#character_wrapper[data-view="2"] #character_02 {
  display: block;
}

#character_wrapper[data-view="3"] #character_03 {
  display: block;
}

#character_wrapper[data-view="4"] #character_04 {
  display: block;
}

#character_wrapper[data-view="5"] #character_05 {
  display: block;
}

#character_wrapper[data-view="6"] #character_06 {
  display: block;
}

#character_wrapper[data-view="7"] #character_07 {
  display: block;
}

#character_wrapper[data-view="8"] #character_08 {
  display: block;
}

#character_wrapper[data-view="9"] #character_09 {
  display: block;
}

#character_wrapper[data-view="10"] #character_10 {
  display: block;
}

#character_wrapper[data-view="11"] #character_11 {
  display: block;
}

.character_section {
  display: none;
  position: relative;
  width: 1080px;
  height: 987px;
  margin: 0 auto;
}

.character_section .profile {
  position: relative;
  padding: 65px 0 0 8px;
  z-index: 3;
}

.character_section .profile h3 .en {
  position: relative;
  display: block;
  left: 4px;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

.character_section .profile h3 .jp {
  position: relative;
  display: block;
  left: 4px;
  margin-top: 10px;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

.character_section .profile .cv {
  position: relative;
  left: 4px;
  margin-top: 12px;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

.character_section .profile dl.spec {
  width: 605px;
  padding: 26px 0 0 4px;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

.character_section .profile dl.spec dt {
  width: 105px;
  height: 15px;
  margin-bottom: 15px;
  background-repeat: no-repeat;
  background-position: 0 0;
  font-size: 0;
}

.character_section .profile dl.spec dt.dt_01 {
  background-image: url(../img/character_dd_01.png);
  background-size: 45px 15px;
}

.character_section .profile dl.spec dt.dt_02 {
  background-image: url(../img/character_dd_02.png);
  background-size: 31px 15px;
}

.character_section .profile dl.spec dt.dt_03 {
  background-image: url(../img/character_dd_03.png);
  background-size: 31px 15px;
}

.character_section .profile dl.spec dt.dt_04 {
  height: 17px;
  background-image: url(../img/character_dd_04.png);
  background-size: 59px 14px;
}

.character_section .profile dl.spec dt.dt_05 {
  background-image: url(../img/character_dd_05.png);
  background-size: 80px 15px;
}

.character_section .profile dl.spec dt.dt_06 {
  background-image: url(../img/character_dd_06.png);
  background-size: 32px 15px;
}

.character_section .profile dl.spec dt.dt_07 {
  background-image: url(../img/character_dd_07.png);
  background-size: 32px 15px;
}

.character_section .profile dl.spec dt.dt_08 {
  background-image: url(../img/character_dd_08.png);
  background-size: 69px 13px;
}

.character_section .profile dl.spec dt.dt_09 {
  background-image: url(../img/character_dd_09.png);
  background-size: 51px 13px;
}

.character_section .profile dl.spec dd {
  width: 500px;
  position: relative;
  margin-bottom: 15px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  font-size: 0;
}

.character_section .profile .voice {
  width: 380px;
  height: 80px;
  border-top: 1px solid #eedca6;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

.character_section .profile .voice li {
  width: 48px;
  height: 48px;
  margin: 0 17px;
  border-radius: 8px;
  background-image: url(../img/character_voice_icon_01.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  -webkit-transition: 0.2s ease opacity, 0.2s ease transform;
  transition: 0.2s ease opacity, 0.2s ease transform;
  cursor: pointer;
}

.character_section .profile .voice li:hover{
	opacity: 0.5;
}

.character_section .profile .voice li.normal {
  background-image: url(../img/character_voice_icon_01.png);
}

.character_section .profile .voice li.scene {
  background-image: url(../img/character_voice_icon_02.png);
}

.character_section .profile .voice li a{
  width: 48px;
  height: 48px;
	display: block;
}

.character_section .profile .event_cg {
  width: 522px;
  height: 132px;
  border-top: 1px solid #eedca6;
  border-bottom: 1px solid #eedca6;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  padding-left: 18px;
}

.character_section .profile .event_cg li {
  width: 160px;
  height: 90px;
  margin: 0 4px;
}

.character_section .profile .event_cg li span {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  -webkit-transition: 0.2s ease opacity, 0.2s ease transform;
  transition: 0.2s ease opacity, 0.2s ease transform;
  cursor: pointer;
}

.character_section .profile .event_cg li span:hover {
  opacity: 0.5;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}

.character_section .profile .event_cg li:empty {
  border-radius: 4px;
  background-color: #ecddd5;
}

.character_section .profile .profile_text {
  padding-top: 10px;
  color: #726761;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0.01em;
}

.character_section .profile .profile_text p {
  padding-top: 20px;
}

.character_section .profile .profile_text p span {
  display: block;
  -webkit-transform: rotate(0.04deg);
  transform: rotate(0.04deg);
}

.character_section .visual {
  position: absolute;
  width: 540px;
  height: 987px;
  top: 0;
  right: 0;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  z-index: 1;
}

.character_section .serif {
  position: absolute;
  top: 60px;
  right: -23px;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  z-index: 5;
}

.character_section .copy_wrap {
  position: absolute;
  width: 490px;
  height: 46px;
  top: 784px;
  right: 50px;
  z-index: 6;
}

.character_section .copy_wrap .copy {
  position: relative;
  height: 46px;
  margin: 0 auto;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

.character_section .copy_wrap .copy::after {
  position: absolute;
  width: 100%;
  height: 36px;
  left: 0;
  bottom: 0;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  content: "";
}

.character_section.sub_character .profile .voice {
  margin-top: 35px;
  border-bottom: 1px solid #eedca6;
}

#character_01 .profile h3 .en {
  width: 120px;
  height: 16px;
  background-image: url(../img/c01_name_en.png);
}

#character_01 .profile h3 .jp {
  width: 191px;
  height: 38px;
  background-image: url(../img/c01_name_jp.png);
}

#character_01 .profile .cv {
  width: 60px;
  height: 19px;
  background-image: url(../img/c01_cv.png);
}

#character_01 .profile dl.spec dd.dd_01 {
  height: 14px;
  background-image: url(../img/c01_dd_01.png);
}

#character_01 .profile dl.spec dd.dd_02 {
  height: 15px;
  background-image: url(../img/c01_dd_02.png);
}

#character_01 .profile dl.spec dd.dd_03 {
  height: 14px;
  background-image: url(../img/c01_dd_03.png);
}

#character_01 .profile dl.spec dd.dd_04 {
  height: 17px;
  top: -1px;
  background-image: url(../img/c01_dd_04.png);
}

#character_01 .profile dl.spec dd.dd_05 {
  height: 15px;
  background-image: url(../img/c01_dd_05.png);
}

#character_01 .profile dl.spec dd.dd_06 {
  height: 15px;
  background-image: url(../img/c01_dd_06.png);
}

#character_01 .profile dl.spec dd.dd_07 {
  height: 15px;
  background-image: url(../img/c01_dd_07.png);
}

#character_01 .profile dl.spec dd.dd_08 {
  height: 22px;
  background-image: url(../img/c01_dd_h.png);
}

#character_01 .profile dl.spec dd.dd_09 {
  height: 23px;
  background-image: url(../img/c01_dd_cg.png);
}

#character_01 .profile .event_cg .item_01 {
  background-image: url(../zoom/event_cg_11.png);
}

#character_01 .profile .event_cg .item_02 {
  background-image: url(../zoom/event_cg_12.png);
}

#character_01 .profile .event_cg .item_03 {
  background-image: url(../zoom/event_cg_13.png);
}

#character_01 .visual {
  background-image: url(../img/c01_img.png);
}

#character_01 .serif {
  width: 155px;
  height: 599px;
  background-image: url(../img/c01_serif.png);
}

#character_01 .copy_wrap .copy {
  width: 397px;
  background-image: url(../img/c01_copy_bk.png);
}

#character_01 .copy_wrap .copy::after {
  background-image: url(../img/c01_copy.png);
  background-size: 276px 19px;
}

#character_02 .profile h3 .en {
  width: 131px;
  height: 16px;
  background-image: url(../img/c02_name_en.png);
}

#character_02 .profile h3 .jp {
  width: 191px;
  height: 38px;
  background-image: url(../img/c02_name_jp.png);
}

#character_02 .profile .cv {
  width: 103px;
  height: 19px;
  background-image: url(../img/c02_cv.png);
}

#character_02 .profile dl.spec dd.dd_01 {
  height: 14px;
  background-image: url(../img/c02_dd_01.png);
}

#character_02 .profile dl.spec dd.dd_02 {
  height: 15px;
  background-image: url(../img/c02_dd_02.png);
}

#character_02 .profile dl.spec dd.dd_03 {
  height: 14px;
  background-image: url(../img/c02_dd_03.png);
}

#character_02 .profile dl.spec dd.dd_04 {
  height: 17px;
  top: -1px;
  background-image: url(../img/c02_dd_04.png);
}

#character_02 .profile dl.spec dd.dd_05 {
  height: 15px;
  background-image: url(../img/c02_dd_05.png);
}

#character_02 .profile dl.spec dd.dd_06 {
  height: 15px;
  background-image: url(../img/c02_dd_06.png);
}

#character_02 .profile dl.spec dd.dd_07 {
  height: 15px;
  background-image: url(../img/c02_dd_07.png);
}

#character_02 .profile dl.spec dd.dd_08 {
  height: 22px;
  background-image: url(../img/c02_dd_h.png);
}

#character_02 .profile dl.spec dd.dd_09 {
  height: 23px;
  background-image: url(../img/c02_dd_cg.png);
}

#character_02 .profile .event_cg .item_01 {
  background-image: url(../zoom/event_cg_21.png);
}

#character_02 .profile .event_cg .item_02 {
  background-image: url(../zoom/event_cg_22.png);
}

#character_02 .profile .event_cg .item_03 {
  background-image: url(../zoom/event_cg_23.png);
}

#character_02 .visual {
  background-image: url(../img/c02_img.png);
}

#character_02 .serif {
  width: 155px;
  height: 534px;
  background-image: url(../img/c02_serif.png);
}

#character_02 .copy_wrap .copy {
  width: 377px;
  background-image: url(../img/c02_copy_bk.png);
}

#character_02 .copy_wrap .copy::after {
  background-image: url(../img/c02_copy.png);
  background-size: 257px 19px;
}

#character_03 .profile h3 .en {
  width: 134px;
  height: 16px;
  background-image: url(../img/c03_name_en.png);
}

#character_03 .profile h3 .jp {
  width: 260px;
  height: 38px;
  background-image: url(../img/c03_name_jp.png);
}

#character_03 .profile .cv {
  width: 104px;
  height: 19px;
  background-image: url(../img/c03_cv.png);
}

#character_03 .profile dl.spec dd.dd_01 {
  height: 14px;
  background-image: url(../img/c03_dd_01.png);
}

#character_03 .profile dl.spec dd.dd_02 {
  height: 15px;
  background-image: url(../img/c03_dd_02.png);
}

#character_03 .profile dl.spec dd.dd_03 {
  height: 14px;
  background-image: url(../img/c03_dd_03.png);
}

#character_03 .profile dl.spec dd.dd_04 {
  height: 17px;
  top: -1px;
  background-image: url(../img/c03_dd_04.png);
}

#character_03 .profile dl.spec dd.dd_05 {
  height: 15px;
  background-image: url(../img/c03_dd_05.png);
}

#character_03 .profile dl.spec dd.dd_06 {
  height: 15px;
  background-image: url(../img/c03_dd_06.png);
}

#character_03 .profile dl.spec dd.dd_07 {
  height: 15px;
  background-image: url(../img/c03_dd_07.png);
}

#character_03 .profile dl.spec dd.dd_08 {
  height: 22px;
  background-image: url(../img/c03_dd_h.png);
}

#character_03 .profile dl.spec dd.dd_09 {
  height: 23px;
  background-image: url(../img/c03_dd_cg.png);
}

#character_03 .profile .event_cg .item_01 {
  background-image: url(../zoom/event_cg_31.png);
}

#character_03 .profile .event_cg .item_02 {
  background-image: url(../zoom/event_cg_32.png);
}

#character_03 .profile .event_cg .item_03 {
  background-image: url(../zoom/event_cg_33.png);
}

#character_03 .visual {
  background-image: url(../img/c03_img.png);
}

#character_03 .serif {
  width: 155px;
  height: 735px;
  background-image: url(../img/c03_serif.png);
}

#character_03 .copy_wrap .copy {
  width: 297px;
  background-image: url(../img/c03_copy_bk.png);
}

#character_03 .copy_wrap .copy::after {
  background-image: url(../img/c03_copy.png);
  background-size: 177px 19px;
}

#character_04 .profile h3 .en {
  width: 163px;
  height: 16px;
  background-image: url(../img/c04_name_en.png);
}

#character_04 .profile h3 .jp {
  width: 261px;
  height: 38px;
  background-image: url(../img/c04_name_jp.png);
}

#character_04 .profile .cv {
  width: 120px;
  height: 18px;
  background-image: url(../img/c04_cv.png);
}

#character_04 .profile dl.spec dd.dd_01 {
  height: 14px;
  background-image: url(../img/c04_dd_01.png);
}

#character_04 .profile dl.spec dd.dd_02 {
  height: 15px;
  background-image: url(../img/c04_dd_02.png);
}

#character_04 .profile dl.spec dd.dd_03 {
  height: 14px;
  background-image: url(../img/c04_dd_03.png);
}

#character_04 .profile dl.spec dd.dd_04 {
  height: 17px;
  top: -1px;
  background-image: url(../img/c04_dd_04.png);
}

#character_04 .profile dl.spec dd.dd_05 {
  height: 15px;
  background-image: url(../img/c04_dd_05.png);
}

#character_04 .profile dl.spec dd.dd_06 {
  height: 15px;
  background-image: url(../img/c04_dd_06.png);
}

#character_04 .profile dl.spec dd.dd_07 {
  height: 15px;
  background-image: url(../img/c04_dd_07.png);
}

#character_04 .profile dl.spec dd.dd_08 {
  height: 22px;
  left: 5px;
  background-image: url(../img/c04_dd_h.png);
}

#character_04 .profile dl.spec dd.dd_09 {
  height: 23px;
  background-image: url(../img/c04_dd_cg.png);
}

#character_04 .profile .event_cg .item_01 {
  background-image: url(../zoom/event_cg_41.png);
}

#character_04 .profile .event_cg .item_02 {
  background-image: url(../zoom/event_cg_42.png);
}

#character_04 .visual {
  background-image: url(../img/c04_img.png);
}

#character_04 .serif {
  width: 123px;
  height: 635px;
  background-image: url(../img/c04_serif.png);
}

#character_04 .copy_wrap .copy {
  width: 317px;
  background-image: url(../img/c04_copy_bk.png);
}

#character_04 .copy_wrap .copy::after {
  background-image: url(../img/c04_copy.png);
  background-size: 236px 19px;
}

#character_05 .profile h3 .en {
  width: 158px;
  height: 16px;
  background-image: url(../img/c05_name_en.png);
}

#character_05 .profile h3 .jp {
  width: 322px;
  height: 38px;
  background-image: url(../img/c05_name_jp.png);
}

#character_05 .profile .cv {
  width: 163px;
  height: 18px;
  background-image: url(../img/c05_cv.png);
}

#character_05 .profile dl.spec dd.dd_01 {
  height: 14px;
  background-image: url(../img/c05_dd_01.png);
}

#character_05 .profile dl.spec dd.dd_02 {
  height: 15px;
  background-image: url(../img/c05_dd_02.png);
}

#character_05 .profile dl.spec dd.dd_03 {
  height: 14px;
  background-image: url(../img/c05_dd_03.png);
}

#character_05 .profile dl.spec dd.dd_04 {
  height: 17px;
  top: -1px;
  background-image: url(../img/c05_dd_04.png);
}

#character_05 .profile dl.spec dd.dd_05 {
  height: 15px;
  background-image: url(../img/c05_dd_05.png);
}

#character_05 .profile dl.spec dd.dd_06 {
  height: 15px;
  background-image: url(../img/c05_dd_06.png);
}

#character_05 .profile dl.spec dd.dd_07 {
  height: 15px;
  background-image: url(../img/c05_dd_07.png);
}

#character_05 .profile dl.spec dd.dd_08 {
  height: 22px;
  left: 5px;
  background-image: url(../img/c05_dd_h.png);
}

#character_05 .profile dl.spec dd.dd_09 {
  height: 23px;
  background-image: url(../img/c05_dd_cg.png);
}

#character_05 .profile .event_cg .item_01 {
  background-image: url(../zoom/event_cg_51.png);
}

#character_05 .profile .event_cg .item_02 {
  background-image: url(../zoom/event_cg_52.png);
}

#character_05 .visual {
  background-image: url(../img/c05_img.png);
}

#character_05 .serif {
  width: 123px;
  height: 688px;
  background-image: url(../img/c05_serif.png);
}

#character_05 .copy_wrap .copy {
  width: 277px;
  background-image: url(../img/c05_copy_bk.png);
}

#character_05 .copy_wrap .copy::after {
  background-image: url(../img/c05_copy.png);
  background-size: 157px 19px;
}

#character_06 .profile h3 .en {
  width: 137px;
  height: 16px;
  background-image: url(../img/c06_name_en.png);
}

#character_06 .profile h3 .jp {
  width: 187px;
  height: 38px;
  background-image: url(../img/c06_name_jp.png);
}

#character_06 .profile .cv {
  width: 82px;
  height: 17px;
  background-image: url(../img/c06_cv.png);
}

#character_06 .visual {
  background-image: url(../img/c06_img.png);
}

#character_06 .serif {
  width: 123px;
  height: 432px;
  background-image: url(../img/c06_serif.png);
}

#character_06 .copy_wrap .copy {
  width: 237px;
  background-image: url(../img/c06_copy_bk.png);
}

#character_06 .copy_wrap .copy::after {
  background-image: url(../img/c06_copy.png);
  background-size: 117px 19px;
}

#character_07 .profile h3 .en {
  width: 137px;
  height: 16px;
  background-image: url(../img/c07_name_en.png);
}

#character_07 .profile h3 .jp {
  width: 179px;
  height: 38px;
  background-image: url(../img/c07_name_jp.png);
}

#character_07 .profile .cv {
  width: 103px;
  height: 18px;
  background-image: url(../img/c07_cv.png);
}

#character_07 .visual {
  background-image: url(../img/c07_img.png);
}

#character_07 .serif {
  width: 123px;
  height: 589px;
  background-image: url(../img/c07_serif.png);
}

#character_07 .copy_wrap .copy {
  width: 257px;
  background-image: url(../img/c07_copy_bk.png);
}

#character_07 .copy_wrap .copy::after {
  background-image: url(../img/c07_copy.png);
  background-size: 195px 19px;
}

#character_08 .profile h3 .en {
  width: 144px;
  height: 16px;
  background-image: url(../img/c08_name_en.png);
}

#character_08 .profile h3 .jp {
  width: 184px;
  height: 38px;
  background-image: url(../img/c08_name_jp.png);
}

#character_08 .profile .cv {
  width: 82px;
  height: 17px;
  background-image: url(../img/c08_cv.png);
}

#character_08 .visual {
  background-image: url(../img/c08_img.png);
}

#character_08 .serif {
  width: 164px;
  height: 563px;
  background-image: url(../img/c08_serif.png);
}

#character_08 .copy_wrap .copy {
  width: 297px;
  background-image: url(../img/c08_copy_bk.png);
}

#character_08 .copy_wrap .copy::after {
  background-image: url(../img/c08_copy.png);
  background-size: 237px 20px;
}

#character_09 .profile h3 .en {
  width: 147px;
  height: 16px;
  background-image: url(../img/c09_name_en.png);
}

#character_09 .profile h3 .jp {
  width: 230px;
  height: 37px;
  background-image: url(../img/c09_name_jp.png);
}

#character_09 .profile .cv {
  width: 82px;
  height: 18px;
  background-image: url(../img/c09_cv.png);
}

#character_09 .visual {
  background-image: url(../img/c09_img.png);
}

#character_09 .serif {
  width: 123px;
  height: 646px;
  background-image: url(../img/c09_serif.png);
}

#character_09 .copy_wrap .copy {
  width: 397px;
  background-image: url(../img/c09_copy_bk.png);
}

#character_09 .copy_wrap .copy::after {
  background-image: url(../img/c09_copy.png);
  background-size: 333px 18px;
}

#character_10 .profile h3 .en {
  width: 130px;
  height: 16px;
  background-image: url(../img/c10_name_en.png);
}

#character_10 .profile h3 .jp {
  width: 223px;
  height: 38px;
  background-image: url(../img/c10_name_jp.png);
}

#character_10 .profile .cv {
  width: 122px;
  height: 18px;
  background-image: url(../img/c10_cv.png);
}

#character_10 .visual {
  background-image: url(../img/c10_img.png);
}

#character_10 .serif {
  width: 155px;
  height: 681px;
  background-image: url(../img/c10_serif.png);
}

#character_10 .copy_wrap .copy {
  width: 317px;
  background-image: url(../img/c10_copy_bk.png);
}

#character_10 .copy_wrap .copy::after {
  background-image: url(../img/c10_copy.png);
  background-size: 217px 20px;
}

#point {
  width: 100%;
  height: 1000px;
  background-image: url(../img/point_bk.png);
  background-position: 50% 50%;
  background-size: cover;
  overflow: hidden;
}

#point header.header {
  padding: 95px 0 5px;
}

#point header.header h2 {
  width: 220px;
  height: 61px;
  margin: 0 auto;
  background-image: url(../img/point_h2.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#point .point_section {
  width: 1020px;
  margin: 48px auto 0;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-items: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}

#point .point_section .num {
  width: 210px;
  height: 140px;
  background-size: 185px 140px;
  background-position: 0 0;
  background-repeat: no-repeat;
  font-size: 0;
}

#point .point_section .text {
  width: 810px;
  padding-top: 2px;
}

#point .point_section .text h3 {
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#point .point_section .text p {
  margin-top: 28px;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#point #point_01 .num {
  background-image: url(../img/point_01_img.png);
}

#point #point_01 h3 {
  width: 323px;
  height: 35px;
  background-image: url(../img/point_01_h3.png);
}

#point #point_01 p {
  width: 811px;
  height: 53px;
  background-image: url(../img/point_01_text.png);
}

#point #point_02 .num {
  background-image: url(../img/point_02_img.png);
}

#point #point_02 h3 {
  width: 729px;
  height: 34px;
  background-image: url(../img/point_02_h3.png);
}

#point #point_02 p {
  width: 703px;
  height: 89px;
  background-image: url(../img/point_02_text.png);
}

#point #point_03 .num {
  background-image: url(../img/point_03_img.png);
}

#point #point_03 h3 {
  width: 501px;
  height: 34px;
  background-image: url(../img/point_03_h3.png);
}

#point #point_03 p {
  width: 816px;
  height: 161px;
  background-image: url(../img/point_03_text.png);
}

#point #point_04 .num {
  background-image: url(../img/point_04_img.png);
}

#point #point_04 h3 {
  width: 654px;
  height: 34px;
  background-image: url(../img/point_04_h3.png);
}

#point #point_04 p {
  width: 478px;
  height: 125px;
  background-image: url(../img/point_04_text.png);
}

.section_box {
  width: 1020px;
  margin: 65px auto 0;
}

.section_box header.header {
  padding: 0 0 25px;
}

.section_box header.header h2 {
  margin: 0 auto;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#movie header.header h2 {
  width: 220px;
  height: 61px;
  background-image: url(../img/movie_h2.png);
}

#movie .inner ul {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}

#movie .inner ul li {
  width: 332px;
  margin-top: 10px;
}

#movie .inner ul li .wrap {
  width: 330px;
  border: 1px solid #ecddd5;
  border-radius: 6px;
  background-color: #fff;
  overflow: hidden;
  -webkit-transition: 0.2s ease opacity, 0.2s ease transform;
  transition: 0.2s ease opacity, 0.2s ease transform;
  cursor: pointer;
}

#movie .inner ul li .wrap:hover {
  opacity: 0.5;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}

#movie .inner ul li .thumbnail {
  display: block;
  position: relative;
  width: 330px;
  height: 208px;
  background-size: 332px 208px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  overflow: hidden;
}

#movie .inner ul li .thumbnail::after {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 14px;
  left: 0;
  background-image: url(../img/movie_icon.png);
  background-size: 96px 96px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  content: "";
}

#movie .inner ul li .caption {
  display: block;
  padding: 7px 12px 10px;
  color: #726761;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  -webkit-transform: rotate(0.04deg);
  transform: rotate(0.04deg);
}

#movie .inner ul li:empty {
  width: 332px;
  height: 0;
  border: none;
}

#movie .inner ul .item_01 .thumbnail {
  background-image: url(../img/movie_01_img.png);
}

#movie .inner ul .item_02 .thumbnail {
  background-image: url(../img/movie_02_img.png);
}

#movie .inner ul .item_03 .thumbnail {
  background-image: url(../img/movie_03_img.png);
}

#movie .inner ul .item_04 .thumbnail {
  background-image: url(../img/movie_04_img.png);
}


#special header.header h2 {
  width: 237px;
  height: 61px;
  background-image: url(../img/special_h2.png);
}

#special .inner ul {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}

#special .inner ul li {
  width: 332px;
}

#special .inner ul li a {
  display: block;
  width: 330px;
  margin-top: 10px;
  border: 1px solid #ecddd5;
  border-radius: 6px;
  background-color: #fff;
  overflow: hidden;
  -webkit-transition: 0.2s ease opacity, 0.2s ease transform;
  transition: 0.2s ease opacity, 0.2s ease transform;
  cursor: pointer;
}

#special .inner ul li a:hover {
  opacity: 0.5;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}

#special .inner ul li .thumbnail {
  display: block;
  width: 330px;
  height: 287px;
  background-size: 330px 287px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-color: #ecddd5;
  font-size: 0;
}

#special .inner ul li h3 {
  padding: 20px 15px 6px;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  color: #ba8570;
  -webkit-transform: rotate(0.04deg);
  transform: rotate(0.04deg);
}

#special .inner ul li p {
  display: block;
  padding: 0 15px 20px;
  color: #726761;
  font-size: 14px;
  line-height: 24px;
  text-align: justify;
  -webkit-transform: rotate(0.04deg);
  transform: rotate(0.04deg);
}

#special .inner ul li:empty {
  width: 332px;
  height: 0;
  border: none;
}

#special .inner ul li .special_01 .thumbnail {
  background-image: url(../img/special_01_img.png);
}

#special .inner ul li .special_02 .thumbnail {
  background-image: url(../img/special_02_img.png);
}

#special .inner ul li .special_03 .thumbnail {
  background-image: url(../img/special_03_img.png);
}

#special .inner ul li .special_04 .thumbnail {
  background-image: url(../img/special_04_img.png);
}

#special .inner ul li .special_05 .thumbnail {
  background-image: url(../img/special_05_img.png);
}

#product header.header h2 {
  width: 269px;
  height: 61px;
  background-image: url(../img/product_h2.png);
}

#product .inner {
  padding-top: 50px;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}

#product .inner .product_section {
  width: 500px;
}

#product .inner .product_section h3 {
  width: 100%;
  padding-bottom: 8px;
  color: #ba8570;
  font-size: 16px;
  line-height: 16px;
  border-bottom: 1px solid #eedca6;
  -webkit-transform: rotate(0.04deg);
  transform: rotate(0.04deg);
}

#product .inner .product_section dl {
  padding: 25px 0 30px;
}

#product .inner .product_section dl dt {
  padding-bottom: 10px;
  color: #ba8570;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
  -webkit-transform: rotate(0.04deg);
  transform: rotate(0.04deg);
}

#product .inner .product_section dl dd {
  padding-bottom: 25px;
  color: #726761;
  font-size: 20px;
  line-height: 32px;
  -webkit-transform: rotate(0.04deg);
  transform: rotate(0.04deg);
}

#product .inner .staff h3 {
  background-image: url(../img/product_h3_01.png);
  background-size: 56px 14px;
}

#product .inner .staff dd {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

#product .inner .staff dd .btn_x {
  width: 24px;
  height: 24px;
  margin-left: 8px;
  border-radius: 50%;
  background-image: url(../img/product_btn.png);
  background-size: 24px 24px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: #8a7f78;
  font-size: 0;
  -webkit-transition: 0.2s ease opacity, 0.2s ease transform;
  transition: 0.2s ease opacity, 0.2s ease transform;
  cursor: pointer;
}

#product .inner .staff dd .btn_x:hover {
  opacity: 0.5;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}

#product .inner .staff dd .btn_x + .name {
  margin-left: 10px;
}

#product .inner .staff dd .btn_x + .name::before {
  display: inline-block;
  margin-right: 10px;
  content: "/";
}

#product .inner .product h3 {
  background-image: url(../img/product_h3_02.png);
  background-size: 89px 14px;
}

#product .inner .spec {
  width: 100%;
}

#product .inner .spec h3 {
  background-image: url(../img/product_h3_03.png);
  background-size: 48px 14px;
}

#product .inner .caution {
  display: block;
  margin-top: -40px;
}

#product .inner .caution li {
  color: #ba8570;
  font-size: 14px;
  line-height: 26px;
  -webkit-transform: rotate(0.04deg);
  transform: rotate(0.04deg);
}

#product .inner .caution li::before {
  display: inline-block;
  padding-right: 3px;
  content: "※";
}

#product .inner .caution li.strong {
  color: #dc5a7a;
}

#footer {
  width: 100%;
  margin-top: 120px;
  background-color: #ecddd5;
}

#footer .inner {
  padding: 100px 0 50px;
}

#footer .inner .pagetop {
  position: relative;
  display: block;
  width: 90px;
  height: 80px;
  margin: 0 auto;
}

#footer .inner .pagetop .icon {
  position: absolute;
  display: block;
  width: 90px;
  height: 49px;
  bottom: 0;
  left: 0;
  background-image: url(../img/footer_pagetop_icon.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  -webkit-transition: 0.2s ease opacity, 0.2s ease transform;
  transition: 0.2s ease opacity, 0.2s ease transform;
}

#footer .inner .pagetop .text {
  position: absolute;
  display: block;
  width: 66px;
  height: 10px;
  top: 0;
  left: 12px;
  background-image: url(../img/footer_pagetop_text.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  -webkit-transition: 0.2s ease opacity, 0.2s ease transform;
  transition: 0.2s ease opacity, 0.2s ease transform;
}

#footer .inner .pagetop:hover .text {
  opacity: 0.6;
}

#footer .inner .pagetop:hover .icon {
  opacity: 0.6;
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}

#footer .inner .sns {
  width: 100%;
  height: 70px;
  padding: 80px 0 0;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}

#footer .inner .sns li {
  width: 70px;
  height: 70px;
  margin: 0 22px;
}

#footer .inner .sns li a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-size: 70px 70px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  -webkit-transition: 0.2s ease opacity, 0.2s ease transform;
  transition: 0.2s ease opacity, 0.2s ease transform;
  cursor: pointer;
}

#footer .inner .sns li a:hover {
  opacity: 0.5;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}

#footer .inner .sns li.sns_x a {
  background-image: url(../img/footer_sns_01.png);
}

#footer .inner .sns li.sns_yt a {
  background-image: url(../img/footer_sns_02.png);
}


#footer .inner .cbox {
  width: 680px;
  height: 55px;
  margin: 80px auto 0;
  display: flex;
  justify-content: space-between;
}

#footer .inner .logo {
  display: flex;
  align-items: center;
  width: 20%;
}

#footer .inner .logo li {
  margin-right: 10%;
}

#footer .inner .logo li a {
  -webkit-transition: 0.2s ease opacity, 0.2s ease transform;
  transition: 0.2s ease opacity, 0.2s ease transform;
}

#footer .inner .logo li a:hover {
  opacity: 0.5;
}


#footer .inner .copy {
  margin-top: 5px;
  margin-left: 10px;
  line-height: 100%;
  width: 80%;
}

#footer .inner .copy li {
  margin-bottom: 0.9em;
  font-size: 0.9rem;
}

#gallery_modal,
#movie_modal {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  z-index: 80;
}

#gallery_modal .inner,
#movie_modal .inner {
  position: absolute;
  width: 500px;
  height: 500px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

#gallery_modal .inner div,
#movie_modal .inner div {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 10px rgba(149, 151, 170, 0.2);
          box-shadow: 0 0 10px rgba(149, 151, 170, 0.2);
  background-color: #fff;
  overflow: hidden;
}

#gallery_modal .inner div iframe,
#movie_modal .inner div iframe {
  width: 100%;
  height: 100%;
}

#gallery_modal .close,
#movie_modal .close {
  position: fixed;
  display: block;
  width: 32px;
  height: 32px;
  top: 30px;
  right: 30px;
  background-image: url(../img/modal_closed.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  -webkit-transition: 0.2s ease opacity, 0.2s ease transform;
  transition: 0.2s ease opacity, 0.2s ease transform;
  cursor: pointer;
}

#gallery_modal .close:hover,
#movie_modal .close:hover {
  opacity: 0.5;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}

#gallery_modal #gallery_11,
#movie_modal #gallery_11 {
  background-image: url(../zoom/event_cg_11.png);
}

#gallery_modal #gallery_12,
#movie_modal #gallery_12 {
  background-image: url(../zoom/event_cg_12.png);
}

#gallery_modal #gallery_13,
#movie_modal #gallery_13 {
  background-image: url(../zoom/event_cg_13.png);
}

#gallery_modal #gallery_21,
#movie_modal #gallery_21 {
  background-image: url(../zoom/event_cg_21.png);
}

#gallery_modal #gallery_22,
#movie_modal #gallery_22 {
  background-image: url(../zoom/event_cg_22.png);
}

#gallery_modal #gallery_23,
#movie_modal #gallery_23 {
  background-image: url(../zoom/event_cg_23.png);
}

#gallery_modal #gallery_31,
#movie_modal #gallery_31 {
  background-image: url(../zoom/event_cg_31.png);
}

#gallery_modal #gallery_32,
#movie_modal #gallery_32 {
  background-image: url(../zoom/event_cg_32.png);
}

#gallery_modal #gallery_33,
#movie_modal #gallery_33 {
  background-image: url(../zoom/event_cg_33.png);
}

#gallery_modal #gallery_41,
#movie_modal #gallery_41 {
  background-image: url(../zoom/event_cg_41.png);
}

#gallery_modal #gallery_42,
#movie_modal #gallery_42 {
  background-image: url(../zoom/event_cg_42.png);
}

#gallery_modal #gallery_51,
#movie_modal #gallery_51 {
  background-image: url(../zoom/event_cg_51.png);
}

#gallery_modal #gallery_52,
#movie_modal #gallery_52 {
  background-image: url(../zoom/event_cg_52.png);
}

#loading {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 100;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

#loading .progress {
  width: 40%;
  height: 2px;
  border-radius: 1px;
  background-color: #feefe4;
}

#loading .progress .bar {
  width: 0%;
  height: 1px;
  top: 0;
  left: 0;
  background-color: #f3a5a2;
}

#blur {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 99;
}

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