@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: #4e494f;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 26px;
  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: 1080px;
  margin: 0 auto;
  overflow-x: hidden;
}

#jumbotron {
  position: relative;
  width: 100%;
  height: 1135px;
  background-image: url(../img_2x/jumbotron_bk.png);
  background-size: cover;
  background-position: 50% 0;
  background-repeat: no-repeat;
  overflow: hidden;
}
#jumbotron .inner {
  width: 100%;
  padding: 410px 0 0;
}
#jumbotron .inner > h1 {
  display: block;
  width: 645px;
  height: 316px;
  margin: 0 auto;
  background-image: url(../img_2x/jumbotron_logo.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}
#jumbotron .inner > .date {
  width: 486px;
  height: 63px;
  margin: -20px auto 0;
  background-image: url(../img_2x/jumbotron_date.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}
#jumbotron .inner > .staff {
  width: 571px;
  height: 38px;
  margin: 6px auto 0;
  background-image: url(../img_2x/jumbotron_staff.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}
#jumbotron .copy {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 120px 0 170px 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#jumbotron .copy p {
  width: 100%;
  height: 100%;
  max-width: 88px;
  max-height: 812px;
  background-image: url(../img_2x/jumbotron_copy.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0 50%;
  font-size: 0;
}
#jumbotron #news {
  position: absolute;
  width: 614px;
  height: 36px;
  left: 50%;
  bottom: 110px;
  margin-left: -307px;
  border-radius: 24px;
  background-image: url(../img_2x/jumbotron_news_bk.png);
  background-size: 614px 36px;
  overflow: hidden;
}
#jumbotron #news ul {
  position: relative;
  width: 614px;
  height: 36px;
}
#jumbotron #news ul li {
  width: 614px;
  height: 36px;
  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 #news ul li .date {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
}
#jumbotron #news ul li .text {
  color: #fff;
  margin-left: 30px;
  font-size: 16px;
  line-height: 16px;
}
#jumbotron #news ul li .text a {
  color: #fff;
  text-decoration: underline;
  -webkit-transition: 0.2s ease opacity;
  transition: 0.2s ease opacity;
}
#jumbotron #news ul li .text a:hover {
  opacity: 0.5;
}

.global_nav {
  width: 100%;
  height: 48px;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0px 4px 12px 0px rgba(100, 74, 103, 0.1);
          box-shadow: 0px 4px 12px 0px rgba(100, 74, 103, 0.1);
}
.global_nav[data-inview="1"] .item_01 a::after {
  opacity: 1;
}
.global_nav[data-inview="1"] .item_01 a::before {
  opacity: 0;
}
.global_nav[data-inview="2"] .item_02 a::after {
  opacity: 1;
}
.global_nav[data-inview="2"] .item_02 a::before {
  opacity: 0;
}
.global_nav[data-inview="3"] .item_03 a::after {
  opacity: 1;
}
.global_nav[data-inview="3"] .item_03 a::before {
  opacity: 0;
}
.global_nav[data-inview="4"] .item_04 a::after {
  opacity: 1;
}
.global_nav[data-inview="4"] .item_04 a::before {
  opacity: 0;
}
.global_nav[data-inview="5"] .item_05 a::after {
  opacity: 1;
}
.global_nav[data-inview="5"] .item_05 a::before {
  opacity: 0;
}
.global_nav[data-inview="6"] .item_06 a::after {
  opacity: 1;
}
.global_nav[data-inview="6"] .item_06 a::before {
  opacity: 0;
}
.global_nav ul {
  width: 870px;
  height: 48px;
  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: 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: 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 a {
  display: block;
  position: relative;
  font-size: 0;
  -webkit-transition: 0.2s ease opacity, 0.2s ease transform;
  transition: 0.2s ease opacity, 0.2s ease transform;
  cursor: pointer;
}
.global_nav ul li a:hover {
  opacity: 0.5;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}
.global_nav ul li a::before {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  z-index: 51;
  content: "";
}
.global_nav ul li a::after {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  z-index: 52;
  opacity: 0;
  content: "";
}
.global_nav ul li.item_01 a {
  width: 47px;
  height: 16px;
}
.global_nav ul li.item_01 a::before {
  background-image: url(../img_2x/nav_01.png);
}
.global_nav ul li.item_01 a::after {
  background-image: url(../img_2x/nav_01_on.png);
}
.global_nav ul li.item_02 a {
  width: 67px;
  height: 16px;
}
.global_nav ul li.item_02 a::before {
  background-image: url(../img_2x/nav_02.png);
}
.global_nav ul li.item_02 a::after {
  background-image: url(../img_2x/nav_02_on.png);
}
.global_nav ul li.item_03 a {
  width: 82px;
  height: 16px;
}
.global_nav ul li.item_03 a::before {
  background-image: url(../img_2x/nav_03.png);
}
.global_nav ul li.item_03 a::after {
  background-image: url(../img_2x/nav_03_on.png);
}
.global_nav ul li.item_04 a {
  width: 103px;
  height: 15px;
}
.global_nav ul li.item_04 a::before {
  background-image: url(../img_2x/nav_04.png);
}
.global_nav ul li.item_04 a::after {
  background-image: url(../img_2x/nav_04_on.png);
}
.global_nav ul li.item_05 a {
  width: 87px;
  height: 14px;
}
.global_nav ul li.item_05 a::before {
  background-image: url(../img_2x/nav_05.png);
}
.global_nav ul li.item_05 a::after {
  background-image: url(../img_2x/nav_05_on.png);
}
.global_nav ul li.item_06 a {
  width: 70px;
  height: 17px;
}
.global_nav ul li.item_06 a::before {
  background-image: url(../img_2x/nav_06.png);
}
.global_nav ul li.item_06 a::after {
  background-image: url(../img_2x/nav_06_on.png);
}

#relative_nav {
  position: relative;
  margin-top: -48px;
  z-index: 10;
}

#fixed_nav {
  position: fixed;
  top: -60px;
  left: 0;
  z-index: 50;
  -webkit-transition: 0.3s ease transform;
  transition: 0.3s ease transform;
}
#fixed_nav.active {
  -webkit-transform: translateY(60px);
  transform: translateY(60px);
}

#sub_nav {
  margin-top: 0;
}

#story {
  width: 100%;
  height: 928px;
  background-image: url(../img_2x/story_bk.png);
  background-size: 1920px 928px;
  background-position: 50% 0;
  background-repeat: no-repeat;
  overflow: hidden;
}
#story .header {
  padding: 60px 0 50px;
}
#story .header h2 {
  width: 289px;
  height: 60px;
  margin: 0 auto;
  background-image: url(../img_2x/story_h2.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}
#story .inner {
  width: 960px;
  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: 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;
}
#story .inner .text {
  display: block;
}
#story .inner .text_wrap_01 {
  width: 100%;
  margin-bottom: 28px;
}
#story .inner .text_wrap_01 .text_01 {
  width: 967px;
  height: 72px;
  background-image: url(../img_2x/story_text_01.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}
#story .inner .text_wrap_02 {
  width: 539px;
}
#story .inner .text_wrap_02 .text {
  width: 100%;
  background-image: url(../img_2x/story_text_02.png);
  background-size: 539px 574px;
  background-repeat: no-repeat;
  font-size: 0;
}
#story .inner .text_wrap_02 .text_02 {
  height: 75px;
  background-position: 0 0;
}
#story .inner .text_wrap_02 .text_03 {
  height: 60px;
  background-position: 0 -75px;
}
#story .inner .text_wrap_02 .text_04 {
  height: 45px;
  background-position: 0 -135px;
}
#story .inner .text_wrap_02 .text_05 {
  height: 35px;
  background-position: 0 -180px;
}
#story .inner .text_wrap_02 .text_06 {
  height: 85px;
  background-position: 0 -215px;
}
#story .inner .text_wrap_02 .text_07 {
  height: 55px;
  background-position: 0 -300px;
}
#story .inner .text_wrap_02 .text_08 {
  height: 45px;
  background-position: 0 -355px;
}
#story .inner .text_wrap_02 .text_09 {
  height: 80px;
  background-position: 0 -400px;
}
#story .inner .text_wrap_02 .text_10 {
  height: 42px;
  background-position: 0 -480px;
}
#story .inner .text_wrap_02 .text_11 {
  height: 52px;
  background-position: 0 -522px;
}
#story .inner .text_wrap_03 {
  position: relative;
  left: 6px;
  top: 86px;
  width: 413px;
}
#story .inner .text_wrap_03 .text {
  width: 100%;
  background-image: url(../img_2x/story_text_03.png);
  background-size: 413px 399px;
  background-repeat: no-repeat;
  font-size: 0;
}
#story .inner .text_wrap_03 .text_12 {
  height: 45px;
  background-position: 0 0;
}
#story .inner .text_wrap_03 .text_13 {
  height: 75px;
  background-position: 0 -45px;
}
#story .inner .text_wrap_03 .text_14 {
  height: 60px;
  background-position: 0 -120px;
}
#story .inner .text_wrap_03 .text_15 {
  height: 80px;
  background-position: 0 -180px;
}
#story .inner .text_wrap_03 .text_16 {
  height: 50px;
  background-position: 0 -260px;
}
#story .inner .text_wrap_03 .text_17 {
  height: 45px;
  background-position: 0 -310px;
}
#story .inner .text_wrap_03 .text_18 {
  height: 44px;
  background-position: 0 -355px;
}

#concept {
  width: 100%;
  height: 1055px;
  background-image: url(../img_2x/point_bk.png);
  background-size: 1920px 1055px;
  background-position: 50% 0;
  background-repeat: no-repeat;
  overflow: hidden;
}
#concept .header {
  padding: 92px 0 80px;
}
#concept .header h2 {
  width: 329px;
  height: 61px;
  margin: 0 auto;
  background-image: url(../img_2x/point_h2.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}
#concept .inner {
  width: 856px;
  margin: 0 auto;
}
#concept .inner .concept_section {
  width: 856px;
  margin-bottom: 100px;
  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;
}
#concept .inner .concept_section .num {
  width: 213px;
  height: 140px;
  background-size: 184px 140px;
  background-repeat: no-repeat;
  background-position: 0 0;
  font-size: 0;
}
#concept .inner .concept_section .text {
  width: 643px;
}
#concept .inner .concept_section .text h3 {
  margin: 5px 0 28px;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}
#concept .inner .concept_section .text p {
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}
#concept #concept_01 .num {
  background-image: url(../img_2x/point_01_img.png);
}
#concept #concept_01 h3 {
  width: 412px;
  height: 29px;
  background-image: url(../img_2x/point_01_h3.png);
}
#concept #concept_01 p {
  width: 456px;
  height: 89px;
  background-image: url(../img_2x/point_01_text.png);
}
#concept #concept_02 .num {
  background-image: url(../img_2x/point_02_img.png);
}
#concept #concept_02 h3 {
  width: 619px;
  height: 29px;
  background-image: url(../img_2x/point_02_h3.png);
}
#concept #concept_02 p {
  width: 515px;
  height: 126px;
  background-image: url(../img_2x/point_02_text.png);
}
#concept #concept_03 .num {
  background-image: url(../img_2x/point_03_img.png);
}
#concept #concept_03 h3 {
  width: 637px;
  height: 29px;
  background-image: url(../img_2x/point_03_h3.png);
}
#concept #concept_03 p {
  width: 509px;
  height: 126px;
  background-image: url(../img_2x/point_03_text.png);
}

#character {
  width: 100%;
  height: 1309px;
  background-image: url(../img_2x/character_bk.png);
  background-size: 1920px 1309px;
  background-position: 50% 0;
  background-repeat: no-repeat;
  overflow: hidden;
}
#character h2 {
  display: none;
}

#character_nav {
  padding: 78px 0 0;
}
#character_nav ul {
  position: relative;
  width: 326px;
  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: 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;
}
#character_nav ul::before {
  position: absolute;
  display: block;
  width: 728px;
  height: 20px;
  left: -201px;
  top: 34px;
  background-image: url(../img_2x/character_nav_deco.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  pointer-events: none;
  content: "";
}
#character_nav ul li {
  width: 86px;
  height: 86px;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}
#character_nav ul li.item_01 {
  background-image: url(../img_2x/character_nav_01.png);
}
#character_nav ul li.item_02 {
  background-image: url(../img_2x/character_nav_02.png);
}
#character_nav ul li.item_03 {
  background-image: url(../img_2x/character_nav_03.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 {
  position: relative;
  width: 980px;
  height: 1145px;
  margin: 0 auto;
}
#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 .character_section {
  display: none;
  position: relative;
  width: 980px;
  height: 1145px;
}
#character_wrapper .character_section .profile {
  position: relative;
  padding-top: 60px;
  z-index: 5;
}
#character_wrapper .character_section .profile h3 {
  margin-bottom: 12px;
}
#character_wrapper .character_section .profile h3 .en {
  display: block;
  position: relative;
  margin-bottom: 6px;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}
#character_wrapper .character_section .profile h3 .jp {
  display: block;
  position: relative;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}
#character_wrapper .character_section .profile .cv {
  display: block;
  position: relative;
  left: 1px;
  margin-bottom: 25px;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}
#character_wrapper .character_section .profile .spec {
  margin-bottom: 24px;
  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_wrapper .character_section .profile .spec dt {
  width: 108px;
  height: 28px;
  background-repeat: no-repeat;
  font-size: 0;
}
#character_wrapper .character_section .profile .spec dt.dt_01 {
  background-position: 0 0px;
}
#character_wrapper .character_section .profile .spec dt.dt_02 {
  background-position: 0 -28px;
}
#character_wrapper .character_section .profile .spec dt.dt_03 {
  background-position: 0 -56px;
}
#character_wrapper .character_section .profile .spec dt.dt_04 {
  background-position: 0 -84px;
}
#character_wrapper .character_section .profile .spec dt.dt_05 {
  background-position: 0 -112px;
}
#character_wrapper .character_section .profile .spec dt.dt_06 {
  background-position: 0 -140px;
}
#character_wrapper .character_section .profile .spec dt.dt_07 {
  height: 15px;
  margin-top: 14px;
  background-position: 3px 0;
}
#character_wrapper .character_section .profile .spec dd {
  height: 28px;
  background-repeat: no-repeat;
  font-size: 0;
}
#character_wrapper .character_section .profile .spec dd.dd_01 {
  background-position: 0 0px;
}
#character_wrapper .character_section .profile .spec dd.dd_02 {
  background-position: 0 -28px;
}
#character_wrapper .character_section .profile .spec dd.dd_03 {
  background-position: 0 -56px;
}
#character_wrapper .character_section .profile .spec dd.dd_04 {
  background-position: 0 -84px;
}
#character_wrapper .character_section .profile .spec dd.dd_05 {
  background-position: 0 -112px;
}
#character_wrapper .character_section .profile .spec dd.dd_06 {
  background-position: 0 -140px;
}
#character_wrapper .character_section .profile .spec dd.dd_07 {
  height: 26px;
  margin-top: 14px;
  background-position: 0 0;
}
#character_wrapper .character_section .profile hr {
  display: block;
  position: relative;
  width: 360px;
  height: 1px;
  margin: 0;
  padding: 0;
  left: -3px;
  border: none;
  background-color: #cabdc3;
}
#character_wrapper .character_section .profile .voice {
  position: relative;
  width: 360px;
  height: 72px;
  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_wrapper .character_section .profile .voice dt {
  width: 150px;
  background-image: url(../img_2x/character_voice_title.png);
  background-size: 116px 12px;
  background-position: 2px 50%;
  background-repeat: no-repeat;
  font-size: 0;
}
#character_wrapper .character_section .profile .voice dd {
  margin-right: 25px;
}
#character_wrapper .character_section .profile .voice dd:last-of-type {
  margin-right: 0;
}
#character_wrapper .character_section .profile .voice dd.cs {
  opacity: 0.2;
}
#character_wrapper .character_section .profile .voice dd.normal {
  position: relative;
  width: 31px;
  height: 27px;
  font-size: 0;
}
#character_wrapper .character_section .profile .voice dd.normal::before {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(../img_2x/character_voice_icon_01.png);
  background-size: 31px 27px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  content: "";
}
#character_wrapper .character_section .profile .voice dd.normal::after {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(../img_2x/character_voice_icon_01_on.png);
  background-size: 22px 22px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  content: "";
  opacity: 0;
}
#character_wrapper .character_section .profile .voice dd.normal:not(.cs) {
  -webkit-transition: 0.2s ease opacity, 0.2s ease transform;
  transition: 0.2s ease opacity, 0.2s ease transform;
  cursor: pointer;
}
#character_wrapper .character_section .profile .voice dd.normal:not(.cs):hover {
  opacity: 0.5;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}
#character_wrapper .character_section .profile .voice dd.normal.active::before {
  opacity: 0;
}
#character_wrapper .character_section .profile .voice dd.normal.active::after {
  opacity: 1;
}
#character_wrapper .character_section .profile .voice dd.scene {
  position: relative;
  width: 30px;
  height: 27px;
  font-size: 0;
}
#character_wrapper .character_section .profile .voice dd.scene::before {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(../img_2x/character_voice_icon_02.png);
  background-size: 30px 27px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  content: "";
}
#character_wrapper .character_section .profile .voice dd.scene::after {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(../img_2x/character_voice_icon_02_on.png);
  background-size: 22px 22px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  opacity: 0;
  content: "";
}
#character_wrapper .character_section .profile .voice dd.scene:not(.cs) {
  -webkit-transition: 0.2s ease opacity, 0.2s ease transform;
  transition: 0.2s ease opacity, 0.2s ease transform;
  cursor: pointer;
}
#character_wrapper .character_section .profile .voice dd.scene:not(.cs):hover {
  opacity: 0.5;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}
#character_wrapper .character_section .profile .voice dd.scene.active::before {
  opacity: 0;
}
#character_wrapper .character_section .profile .voice dd.scene.active::after {
  opacity: 1;
}
#character_wrapper .character_section .profile .event_cg {
  position: relative;
  width: 356px;
  margin: 18px 0 0;
  padding: 0 0 12px 0;
}
#character_wrapper .character_section .profile .event_cg ul {
  width: 356px;
  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;
}
#character_wrapper .character_section .profile .event_cg ul li {
  width: 175px;
  height: 58px;
  margin-bottom: 6px;
  border-radius: 4px;
}
#character_wrapper .character_section .profile .event_cg ul li:empty {
  background-color: #dcd3d3;
}
#character_wrapper .character_section .profile .event_cg ul li span {
  display: block;
  width: 175px;
  height: 58px;
  border-radius: 4px;
  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_wrapper .character_section .profile .event_cg ul li span:hover {
  opacity: 0.5;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}
#character_wrapper .character_section .profile .profile_text {
  padding-top: 10px;
}
#character_wrapper .character_section .profile .profile_text p {
  width: 490px;
  margin: 10px 0 15px;
  color: #4e494f;
  font-size: 14px;
  line-height: 26px;
}
#character_wrapper .character_section .visual {
  position: absolute;
  width: 490px;
  height: 1145px;
  top: 0;
  right: 0;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  z-index: 3;
}
#character_wrapper .character_section .serif {
  position: absolute;
  top: 93px;
  right: 0;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  z-index: 6;
}
#character_wrapper .character_section .copy_wrap {
  position: absolute;
  z-index: 2;
}
#character_wrapper .character_section .copy_wrap .copy {
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
}

#character_01 .profile h3 .jp {
  width: 219px;
  height: 43px;
  background-image: url(../img_2x/character_01_name_jp.png);
}
#character_01 .profile h3 .en {
  width: 154px;
  height: 14px;
  left: 1px;
  background-image: url(../img_2x/character_01_name_en.png);
}
#character_01 .profile .cv {
  width: 96px;
  height: 16px;
  background-image: url(../img_2x/character_01_cv.png);
}
#character_01 .profile .spec {
  width: 322px;
}
#character_01 .profile .spec dt {
  background-image: url(../img_2x/character_01_dt_01.png);
  background-size: 58px 155px;
}
#character_01 .profile .spec dt.dt_07 {
  background-image: url(../img_2x/character_01_dt_02.png);
  background-size: 78px 15px;
}
#character_01 .profile .spec dd {
  width: 214px;
  background-image: url(../img_2x/character_01_dd_01.png);
  background-size: 214px 155px;
}
#character_01 .profile .spec dd.dd_07 {
  background-image: url(../img_2x/character_01_dd_02.png);
  background-size: 28px 26px;
}

#character_01 .profile .event_cg .item_01 {
  background-image: url(../img_2x/character_01_thumbnail_01.png);
}
#character_01 .profile .event_cg .item_02 {
  background-image: url(../img_2x/character_01_thumbnail_02.png);
}
#character_01 .profile .event_cg .item_03 {
  background-image: url(../img_2x/character_01_thumbnail_03.png);
}

#character_01 .visual {
  background-image: url(../img_2x/character_01_img.png);
}
#character_01 .serif {
  width: 68px;
  height: 506px;
  background-image: url(../img_2x/character_01_serif.png);
}
#character_01 .copy_wrap {
  width: 224px;
  height: 133px;
  top: 97px;
  left: 358px;
}
#character_01 .copy_wrap .copy {
  width: 224px;
  height: 133px;
  background-image: url(../img_2x/character_01_catch.png);
}

#character_02 .profile h3 .jp {
  width: 214px;
  height: 44px;
  background-image: url(../img_2x/character_02_name_jp.png);
}
#character_02 .profile h3 .en {
  width: 156px;
  height: 14px;
  left: 1px;
  background-image: url(../img_2x/character_02_name_en.png);
}
#character_02 .profile .cv {
  width: 96px;
  height: 16px;
  background-image: url(../img_2x/character_02_cv.png);
}
#character_02 .profile .spec {
  width: 411px;
}
#character_02 .profile .spec dt {
  background-image: url(../img_2x/character_02_dt_01.png);
  background-size: 58px 155px;
}
#character_02 .profile .spec dt.dt_07 {
  background-image: url(../img_2x/character_02_dt_02.png);
  background-size: 78px 15px;
}
#character_02 .profile .spec dd {
  width: 303px;
  background-image: url(../img_2x/character_02_dd_01.png);
  background-size: 303px 155px;
}
#character_02 .profile .spec dd.dd_07 {
  background-image: url(../img_2x/character_02_dd_02.png);
  background-size: 28px 26px;
}

#character_02 .profile .event_cg .item_01 {
  background-image: url(../img_2x/character_02_thumbnail_01.png);
}
#character_02 .profile .event_cg .item_02 {
  background-image: url(../img_2x/character_02_thumbnail_02.png);
}
#character_02 .profile .event_cg .item_03 {
  background-image: url(../img_2x/character_02_thumbnail_03.png);
}

#character_02 .visual {
  background-image: url(../img_2x/character_02_img.png);
}
#character_02 .serif {
  width: 68px;
  height: 536px;
  background-image: url(../img_2x/character_02_serif.png);
}
#character_02 .copy_wrap {
  width: 224px;
  height: 135px;
  top: 97px;
  left: 358px;
}
#character_02 .copy_wrap .copy {
  width: 224px;
  height: 135px;
  background-image: url(../img_2x/character_02_catch.png);
}

#character_03 .profile h3 .jp {
  width: 222px;
  height: 44px;
  background-image: url(../img_2x/character_03_name_jp.png);
}
#character_03 .profile h3 .en {
  width: 122px;
  height: 14px;
  left: 1px;
  background-image: url(../img_2x/character_03_name_en.png);
}

.subcontents_wrap {
  padding-bottom: 100px;
  background-image: url(../img_2x/subcontents_bk.png);
  background-size: 1920px 2335px;
  background-position: 50% 0;
}

#special {
  margin-bottom: 150px;
}
#special .header {
  padding: 90px 0 45px;
}
#special .header h2 {
  width: 329px;
  height: 55px;
  margin: 0 auto;
  background-image: url(../img_2x/special_h2.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}
#special .inner ul {
  width: 1020px;
  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: 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;
}
#special .inner li {
  width: 332px;
}
#special .inner li a {
  display: block;
  width: 330px;
  min-height: 406px;
  margin-bottom: 12px;
  border: 1px solid #cabdc3;
  border-radius: 6px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(216, 73, 255, 0.1);
          box-shadow: 0px 0px 5px 0px rgba(216, 73, 255, 0.1);
  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 li a:hover {
  opacity: 0.5;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}
#special .inner li a:empty {
  width: 332px;
  min-height: 0;
  border: none;
}
#special .inner li a .thumbnail {
  display: block;
  width: 100%;
  height: 310px;
  background-color: #ded7da;
  background-size: cover;
}
#special .inner li a h3 {
  padding: 25px 12px 0;
  color: #a6929c;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
}
#special .inner li a p {
  padding: 5px 12px 25px;
  color: #4e494f;
  font-weight: 14px;
  line-height: 20px;
  font-weight: 400;
  text-align: justify;
}

/*スペシャルサムネイル*/
#special .inner li .special_00 .thumbnail {
  background-image: url(../img_2x/special_00_thumbnail.png);
}

#special .inner li .special_01 .thumbnail {
  background-image: url(../img_2x/special_01_thumbnail.png);
}

#special .inner li .special_02 .thumbnail {
  background-image: url(../img_2x/special_02_thumbnail.png);
}

#product .header {
  padding: 0 0 65px;
}
#product .header h2 {
  width: 309px;
  height: 61px;
  margin: 0 auto;
  background-image: url(../img_2x/product_h2.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}
#product .inner {
  width: 1020px;
  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: 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;
}
#product .inner .product_section {
  width: 490px;
  margin-right: 20px;
}
#product .inner .product_section h3 {
  padding-left: 5px;
  border-bottom: 1px solid #cabdc3;
  font-size: 16px;
  line-height: 26px;
  color: #735776;
}
#product .inner .product_section > dl {
  padding: 0 0 0 5px;
}
#product .inner .product_section > dl > dt {
  padding-top: 25px;
  color: #d983ad;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
}
#product .inner .product_section > dl > dd {
  padding-top: 5px;
  font-size: 20px;
  line-height: 30px;
}
#product .inner .product_section > dl > dd.ruby_text {
  padding-top: 14px;
}
#product .inner .product_section > dl > dd.ruby_text ruby {
  ruby-position: over;
}
#product .inner .product_section > dl .dl_price {
  width: 485px;
  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;
}
#product .inner .product_section > dl .dl_price > dt {
  width: 134px;
}
#product .inner .product_section > dl .dl_price > dd {
  position: relative;
  width: 351px;
}
#product .inner .product_section > dl .dl_price > dd::before {
  position: absolute;
  content: "：";
  top: 0;
  left: 0;
}
#product .inner .product_section > dl .dl_price > dd dl {
  width: 345px;
  padding-left: 20px;
  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;
}
#product .inner .product_section > dl .dl_price > dd dl > dt {
  width: 140px;
}
#product .inner .product_section.spec {
  width: 1000px;
  margin-top: 70px;
}

#footer {
  width: 100%;
  background-color: #eae4e8;
}
#footer .inner {
  padding: 100px 0;
}
#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_2x/pagetop_arrow.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_2x/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_2x/footer_btn_x.png);
}
#footer .inner .sns li.sns_yt a {
  background-image: url(../img_2x/footer_btn_youtube.png);
}
#footer .inner .brand {
  display: block;
  width: 186px;
  height: 108px;
  margin: 80px auto 0;
  background-image: url(../img_2x/footer_logo.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;
}
#footer .inner .brand:hover {
  opacity: 0.5;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}
#footer .inner .copyright {
  display: block;
  width: 379px;
  height: 12px;
  margin: 30px auto 0;
  background-image: url(../img_2x/footer_copyright.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#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: 68px;
  height: 68px;
  top: 30px;
  right: 30px;
  background-image: url(../img_2x/close.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);
}

#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 {
  position: relative;
  width: 40%;
  height: 2px;
  border-radius: 1px;
  background: #EE6BB4;
  background: -webkit-gradient(linear, left top, right top, from(rgb(238, 107, 180)), to(rgb(113, 111, 241)));
  background: -webkit-linear-gradient(left, rgb(238, 107, 180) 0%, rgb(113, 111, 241) 100%);
  background: linear-gradient(90deg, rgb(238, 107, 180) 0%, rgb(113, 111, 241) 100%);
}
#loading .progress .bar {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  top: 0;
  right: 0;
  background-color: #f0f0f0;
}

#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_2x.css.map */

/*2025/12/23追記*/
#shop .header {
  padding: 60px 0 50px;
}
#shop .header h2 {
  width: 309px;
  height: 61px;
  margin: 0 auto;
  background-image: url(../img_2x/shop_h2.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#shop .inner {
  width: 1000px;
  margin: 0 auto 0;
  text-align: center;
}

#shop .inner .text {
  font-size: 15px;
  color: #766b65;
}

#shop .shop_item {
  width: 1020px;
  min-height: calc(100vh - 368px);
  margin: 0 auto 0;
  padding-top: 30px;
}

#shop .shop_item .newly_list {
  width: 1020px;
  margin: 0 auto 60px;
}

#shop .shop_item .original_list {
  width: 1020px;
  margin: 0 auto 0;
}

#shop .shop_item h3 {
  display: block;
  width: 280px;
  height: 30px;
  border-radius: 15px;
  background-color: #8b748c;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  margin: 0 auto 20px;
  padding-top: 2px;
}

#shop .shop_item ul:after {
  content: "";
  display: block;
  clear: both
}

#shop .shop_item .newly_list li {
  width: 320px;
  height: 530px;
  margin: 0 10px 30px;
  float: left;
  text-align: center;
}

#shop .shop_item .original_list li {
  width: 320px;
  height: 530px;
  margin: 0 10px 30px;
  float: left;
  text-align: center;
}


#shop .shop_item li h4 {
  text-align: center;
  color: #766b65;
  margin: 0 0 10px;
}

#shop .shop_item li h4 span.shop_name{
  font-size: 130%;
  color: #d983ad;
  font-weight: bold;
  margin-right: 5px;
}


#shop .shop_item .newly_list li .img {
  width: 320px;
  height: 320px;
  border-radius: 5px;
  border: 1px solid #e6e6e6;
  box-sizing: border-box;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}

#shop .shop_item .original_list li .img {
  width: 320px;
  height: 320px;
  border-radius: 5px;
  border: 1px solid #e6e6e6;
  box-sizing: border-box;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}

#shop .shop_item .item_01 .img {
  background-image: url(../shop/newly_item01.jpg);
}

#shop .shop_item .item_02 .img {
  background-image: url(../shop/newly_item02.jpg);
}

#shop .shop_item .item_03 .img {
  background-image: url(../shop/newly_item03.jpg);
}

#shop .shop_item .item_04 .img {
  background-image: url(../shop/original_item01.jpg);
}

#shop .shop_item .item_05 .img {
  background-image: url(../shop/original_item02.jpg);
}

#shop .shop_item .item_06 .img {
  background-image: url(../shop/original_item03.jpg);
}

#shop .shop_item .item_07 .img {
  background-image: url(../shop/original_item04.jpg);
}

#shop .shop_item .item_08 .img {
  background-image: url(../shop/original_item05.jpg);
}

#shop .shop_item .item_09 .img {
  background-image: url(../shop/original_item06.jpg);
}

#shop .shop_item .item_10 .img {
  background-image: url(../shop/original_item07.jpg);
}

#shop .shop_item .item_11 .img {
  background-image: url(../shop/original_item08.jpg);
}

#shop .shop_item .item_12 .img {
  background-image: url(../shop/original_item09.jpg);
}

#shop .shop_item .item_13 .img {
  background-image: url(../shop/original_item10.jpg);
}

#shop .shop_item .item_14 .img {
  background-image: url(../shop/original_item11.jpg);
}

#shop .shop_item .item_15 .img {
  background-image: url(../shop/original_item12.jpg);
}

#shop .shop_item .item_16 .img {
  background-image: url(../shop/original_item13.jpg);
}

#shop .shop_item .item_17 .img {
  background-image: url(../shop/original_item14.jpg);
}

#shop .shop_item .item_18 .img {
  background-image: url(../shop/original_item15.jpg);
}

#shop .shop_item .item_19 .img {
  background-image: url(../shop/original_item16.jpg);
}

#shop .shop_item li p {
  font-size: 16px;
  font-weight: bold;
  color: #766b65;
  margin: 10px auto;
}

#shop .shop_item li .buy_bt {
  display: block;
  width: 280px;
  height: 31px;
  border-radius: 20px;
  background-color: #d983ad;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  padding-top: 3px;
  margin: 0 auto 10px;
  -webkit-transition: 0.2s ease opacity, 0.3s ease transform, 0.3s ease box-shadow;
  transition: 0.2s ease opacity, 0.3s ease transform, 0.3s ease box-shadow;
}

#shop .shop_item li .buy_bt:hover {
  opacity: 0.6;
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
}

#shop .shop_item li .bt01 {
  background-color: #d983ad;
}

#shop .shop_item li .bt02 {
  background-color: #d983ad;
}
