@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: #fff;
  color: #4b2814;
  font-family: YakuHanJP,'Open Sans','Noto Sans JP',sans-serif;
  letter-spacing: 0.08em;
  text-indent: 0.08em;
}

img {
  vertical-align: bottom;
}

a {
  text-decoration: none;
}

#container {
  position: relative;
  width: 100%;
  min-width: 1148px;
  max-width: 1920px;
  margin: 0 auto;
  z-index: 2;
}

#sub_contents #container {
  background-color: #f8f0ff;
  padding-top: 72px;
}

#background {
  position: fixed;
  width: 1920px;
  height: 100%;
  top: 0;
  left: 50%;
  margin-left: -960px;
  z-index: 1;
  overflow: hidden;
  background-color: #fff;
}

#header {
  position: fixed;
  width: 100%;
  height: 72px;
  top: 0px;
  left: 0;
  -webkit-box-shadow: 0px 1px 4px 0px rgba(159, 159, 159, 0.1);
          box-shadow: 0px 1px 4px 0px rgba(159, 159, 159, 0.1);
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  z-index: 50;
  -webkit-transition: 0.6s ease transform;
  transition: 0.6s ease transform;
}

#header.active {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

#header h1 {
  display: none;
}

#header #global_nav {
  width: 100%;
  height: 72px;
  background-image: url(../img/TOPbanner.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#header ul {
  width: 980px;
  height: 72px;
  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;
}

#header ul li {
  padding-top: 18px;
}

#header ul li a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0;
}

#header 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;
  z-index: 31;
  -webkit-transition: 0.2s ease opacity;
  transition: 0.2s ease opacity;
  content: "";
}

#header 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;
  z-index: 32;
  opacity: 0;
  -webkit-transition: 0.2s ease opacity;
  transition: 0.2s ease opacity;
  content: "";
}

#header ul li a:hover::before {
  opacity: 0;
}

#header ul li a:hover::after {
  opacity: 1;
}

#header ul .item_01 {
  width: 61px;
  height: 42px;
}

#header ul .item_01 a::before {
  background-image: url(../img/1_normal.png);
}

#header ul .item_01 a::after {
  background-image: url(../img/1_active.png);
}

#header ul .item_02 {
  width: 101px;
  height: 42px;
}

#header ul .item_02 a {
  top: -1px;
}

#header ul .item_02 a::before {
  background-image: url(../img/2_normal.png);
}

#header ul .item_02 a::after {
  background-image: url(../img/2_active.png);
}

#header ul .item_03 {
  width: 93px;
  height: 43px;
}

#header ul .item_03 a {
  top: -2px;
}

#header ul .item_03 a::before {
  background-image: url(../img/3_normal.png);
}

#header ul .item_03 a::after {
  background-image: url(../img/3_active.png);
}

#header ul .item_04 {
  width: 182px;
  height: 43px;
}

#header ul .item_04 a {
  top: -2px;
}

#header ul .item_04 a::before {
  background-image: url(../img/4_normal.png);
}

#header ul .item_04 a::after {
  background-image: url(../img/4_active.png);
}

#header ul .item_05 {
  width: 139px;
  height: 43px;
}

#header ul .item_05 a {
  top: -2px;
}

#header ul .item_05 a::before {
  background-image: url(../img/5_normal.png);
}

#header ul .item_05 a::after {
  background-image: url(../img/5_active.png);
}

#header ul .item_06 {
  width: 96px;
  height: 42px;
}

#header ul .item_06 a {
  top: -2px;
}

#header ul .item_06 a::before {
  background-image: url(../img/6_normal.png);
}

#header ul .item_06 a::after {
  background-image: url(../img/6_active.png);
}

#header ul .item_07 {
  width: 126px;
  height: 42px;
}

#header ul .item_07 a {
  top: -3px;
}

#header ul .item_07 a::before {
  background-image: url(../img/7_normal.png);
}

#header ul .item_07 a::after {
  background-image: url(../img/7_active.png);
}

#mainvisual {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#mainvisual .inner {
  width: 100%;
  margin: 0 auto;
  padding-top: 670px;
}


#introduction {
  position: relative;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 43px;
  background-color: #ffffff;
  overflow: hidden;
}

#introduction hr {
  position: relative;
  width: 1142px;
  border: none;
  border-bottom: 10px dotted #e8ccff;
  z-index: 5;
}

#introduction #pointline {
  position: relative;
  width: 1142px;
  border: none;
  border: solid 1pt #e8ccff;
  z-index: 5;
}

#introduction > .tab-content > .character {
  display: block;
  position: absolute;
  width: 877px;
  height: 1665px; 
  top: 160px;
/*  width: 675px;*/
/*  height: 1281px; */
/*  top: 160px;*/
  left: 50%;
  margin-left: -685px;
  background-image: url(../img/11.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  z-index: 10;
}
#introduction > .tab-content > .character2 {
  display: block;
  position: absolute;
  width: 675px;
  height: 1281px;
  top: 120px;
  left: 46%;
  margin-left: -685px;
  background-image: url(../img/11_2.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  z-index: 10;
}

#character > .header h2 {
  display: none;
}

#introduction #story {
  width: 1148px;
  margin: 0 auto;
  padding: 50px 0 0;
  margin-top: -30px;
}

#introduction #story .header1 {
  position: relative;
  width: 574px;
  margin-left: 500px;
}
#introduction #story .header2 {
  position: relative;
  width: 574px;
  margin-left: 500px;
}

#introduction #story .header1 h2 {
  /*position: absolute;*/
  width: 651px;
  height: 251px;
  top: 0;
  background-image: url(../img/12.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  z-index: 5;
}
#introduction #story .header2 h2 {
  /*position: absolute;*/
  width: 651px;
  height: 251px;
  top: 0;
  background-image: url(../img/12_2.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  z-index: 5;
}


#introduction #story .inner {
  padding: 30px 0 15px 574px;
}

#introduction #story .inner p {
  width: 530px;
}

#introduction #story .inner p .text {
  display: block;
  width: 100%;
  font-size: 16.3px;
  line-height: 220%;
  font-weight: 900;
}

#introduction #point {
  width: 1148px;
  margin: 0 auto;
  padding-top: 30px;
}

#introduction #point > .header {
  position: relative;
  width: 574px;
  height: 110px;
  margin-left: 574px;
}

#introduction #point > .header h2 {
  position: absolute;
  width: 406px;
  height: 170px;
  top: 15px;
  left: 168px;
  background-image: url(../img/13.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  z-index: 5;
}

#introduction #point .point_section {
  position: relative;
  z-index: 5;
}

#introduction #point .point_section .header {
  width: 574px;
  padding: 0 0 25px 574px;
}

#introduction #point .point_section .header .num {
  position: relative;
  display: block;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#introduction #point .point_section .header h3 {
  display: block;
  margin-top: 30px;
  font-size: 20px;
  font-weight: 900;
}

#introduction #point .point_section .inner {
  width: 574px;
  padding: 0 0 25px 574px;
}

#introduction #point .point_section .inner p .text {
  display: block;
  width: 100%;
  background-repeat: no-repeat;
  font-size: 15px;
  line-height: 220%;
  font-weight: 900;
}

#introduction #point #point_01 .header .num {
  width: 181px;
  height: 87px;
  left: -3px;
  background-image: url(../img/14.png);
}

#introduction #point #point_01 .header h3 {
  width: 495px;
  height: 21px;
}

#introduction #point #point_02 .header {
  padding-top: 30px;
}

#introduction #point #point_02 .header .num {
  width: 181px;
  height: 87px;
  left: -3px;
  background-image: url(../img/15.png);
}

#introduction #point #point_02 .header h3 {
  width: 475px;
  height: 21px;
}

#introduction #point #point_03 .header {
  padding-top: 30px;
}

#introduction #point #point_03 .header .num {
  width: 181px;
  height: 87px;
  left: -3px;
  background-image: url(../img/16.png);
}

#introduction #point #point_03 .header h3 {
  width: 395px;
  height: 20px;
}

#character {
  background-color: #fff;

}

.header.tab-content.tab-content1 {
  position: relative;
  width: 100%;
  height: 98px;
  background-image: url(../img/18.png);
  background-size: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  z-index: 30;
}
.header.tab-content.tab-content2 {
  position: relative;
  width: 100%;
  height: 98px;
  background-image: url(../img/18_2.png);
  background-size: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  z-index: 30;
}

#character > .header #character_nav {
  position: absolute;
  width: 1024px;
  height: 76px;
  top: 60px;
  left: 50%;
  margin-left: -512px;
}

#character > .header #character_nav ul {
  width: 300px;
  height: 76px;
  margin: 0 0 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 > .header #character_nav ul li {
  position: relative;
  width: 86px;
  height: 76px;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  cursor: pointer;
}

#character > .header #character_nav ul li::after {
  position: absolute;
  width: 86px;
  height: 76px;
  top: 0;
  left: 0;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  opacity: 0;
  -webkit-transition: 0.2s ease opacity;
  transition: 0.2s ease opacity;
  content: "";
}

#character > .header #character_nav ul li::before {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 35.5px;
  bottom: -18px;
  border-style: solid;
  border-width: 0 7.5px 10px 7.5px;
  opacity: 0;
  -webkit-transition: 0.2s ease opacity;
  transition: 0.2s ease opacity;
  content: "";
}

#character > .header #character_nav ul li:hover::after {
  opacity: 1;
}

#character > .header #character_nav ul li.active::after {
  opacity: 0 !important;
}

#character > .header #character_nav ul li.active::before {
  opacity: 1 !important;
}

#character > .header #character_nav ul .item_01 {
  background-image: url(../img/20.png);
}

#character > .header #character_nav ul .item_01::after {
  background-image: url(../img/20_on.png);
}

#character > .header #character_nav ul .item_01::before {
  border-color: transparent transparent #e73357 transparent;
}

#character > .header #character_nav ul .item_02 {
  background-image: url(../img/21.png);
}

#character > .header #character_nav ul .item_02::after {
  background-image: url(../img/21_on.png);
}

#character > .header #character_nav ul .item_02::before {
  border-color: transparent transparent #ff7f2f transparent;
}

#character > .header #character_nav ul .item_03 {
  background-image: url(../img/21_2.png);
}

/*#character > .header #character_nav ul .item_03::after {
  background-image: url(../img/20_on.png);
}*/

#character > .header #character_nav ul .item_03::before {
  border-color: transparent transparent #ff2fad transparent;
}

#character > .inner {
  width: 100%;
  height: 1200px;
  background: linear-gradient(16deg, #fff 0%, #fff 50%, #f8f0ff 52%, #f8f0ff 100%);
}

#character > .inner .character_section {
  position: relative;
  width: 505px;
  margin: 0 auto;
  padding: 20px 0 0 505px;
}

#character > .inner .character_section .character_slider {
  position: absolute;
  width: 525px;
  height: 1150px;
  top: 0;
  left: 0;
  z-index: 3;
}

#character > .inner .character_section .character_slider[data-view_no="1"] .visual .item_01 {
  opacity: 1;
}

#character > .inner .character_section .character_slider[data-view_no="1"] .nav .item_01 {
  background-color: #4b2814;
}

#character > .inner .character_section .character_slider[data-view_no="2"] .visual .item_02 {
  opacity: 1;
}

#character > .inner .character_section .character_slider[data-view_no="2"] .nav .item_02 {
  background-color: #4b2814;
}

#character > .inner .character_section .character_slider[data-view_no="3"] .visual .item_03 {
  opacity: 1;
}

#character > .inner .character_section .character_slider[data-view_no="3"] .nav .item_03 {
  background-color: #4b2814;
}

#character > .inner .character_section .character_slider[data-view_no="4"] .visual .item_04 {
  opacity: 1;
}

#character > .inner .character_section .character_slider[data-view_no="4"] .nav .item_04 {
  background-color: #4b2814;
}

#character > .inner .character_section .character_slider .visual .item {
  position: absolute;
  display: block;
  width: 505px;
  height: 1160px;
  top: 0;
  left: 0;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  opacity: 0;
}

#character > .inner .character_section .character_slider.active .visual .item {
  -webkit-transition: 1.4s ease opacity;
  transition: 1.4s ease opacity;
}

#character > .inner .character_section .character_slider .nav {
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  bottom: 10px;
  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;
}

#character > .inner .character_section .character_slider .nav li {
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 17px;
  border-radius: 5px;
  background-color: #d9cfca;
  cursor: pointer;
}

#character > .inner .character_section .inner {
  position: relative;
  z-index: 5;
}

#character > .inner .character_section .inner .meta {
  width: 505px;
  padding: 0 0 2px;
  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-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 > .inner .character_section .inner .meta h3 {
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#character > .inner .character_section .inner h4 {
  width: 100%;
  height: 19px;
  padding-top: 35px;
  border-bottom: 1px solid #c3b69a;
  font-size: 12px;
  font-weight: 700;
  -webkit-transform: rotate(0.04deg);
  transform: rotate(0.04deg);
}


#character > .inner .character_section .inner .information {
  width: 505px;
  height: 120px;
  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: 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;
}

#character > .inner .character_section .inner .information dt {
  height: 19px;
  border-bottom: 1px solid #c3b69a;
  font-size: 12px;
  font-weight: 700;
}

#character > .inner .character_section .inner .information dd {
  height: 100px;
}

#character > .inner .character_section .inner .profile p {
  padding: 12px 0 8px;
  font-size: 14px;
  font-weight: 600;
  line-height: 190%;
  -webkit-transform: rotate(0.04deg);
  transform: rotate(0.04deg);
}

#character > .inner .character_section .inner .profile {
/*  padding-top: 30px; */
  width: 550px;
}

#character > .inner .character_section .inner .story {
 /* padding-top: 30px; */
  width: 550px;
}

#character > .inner .character_section .inner .story p {
  padding: 12px 0 8px;
  font-size: 14px;
  font-weight: 600;
  line-height: 190%;
  -webkit-transform: rotate(0.04deg);
  transform: rotate(0.04deg);
}

#character > .inner #character_01 {
  display: block;
}

#character > .inner #character_01 .character_slider .item_01 {
  background-image: url(../img/19.png);
}

#character > .inner #character_01 .inner .meta h3 {
  width: 603px;
  height: 521px;
  background-image: url(../img/22.png);
}

#character > .inner #character_01 .inner h4 {
  color: #e73357;
}


//#character > .inner #character_02 .character_slider .item_01 {
//  background-image: url(../img/19_2.png);
//}
//
//#character > .inner #character_02 .inner .meta h3 {
//  width: 603px;
//  height: 521px;
//  background-image: url(../img/22_2.png);
//}
//
//#character > .inner #character_02 .inner h4 {
//  color: #ff7f2f;
//}

#character > .inner #character_03 .character_slider .item_01 {
  background-image: url(../img/19.png);
}

#character > .inner #character_03 .inner .meta h3 {
  width: 603px;
  height: 521px;
  background-image: url(../img/22.png);
}

#character > .inner #character_03 .inner h4 {
  color: #ff2fad;
}


#stage {
  width: 100%;
  padding-top: 20px;
}

#stage .header {
    position: relative;
    width: 100%;
    height: 98px;
    background-image: url(../img/23.png);
    background-size: 1920px 98px;
    background-position: 50% 0;
    background-repeat: no-repeat;

}

#gallery {
  position: relative;
  z-index: 10;
  background-color: #f8f0ff;
}

#gallery .header {
  padding: 65px 0 45px;
}


#gallery .header h2 {
  display: block;
  width: 147px;
  height: 47px;
  margin: 0 auto;
  background-image: url(../img/24.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#gallery .inner {
  width: 1060px;
  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;
}

#movie {
background-color: #f8f0ff;
}

#movie .header {
  padding: 65px 0 45px;
}

#movie .header h2 {
  display: block;
  width: 104px;
  height: 46px;
  margin: 0 auto;
  background-image: url(../img/27.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#movie .inner {
  width: 1060px;
  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 {
  background-color: #f8f0ff;
  }

#special .header {
  padding: 65px 0 45px;
}

#special .header h2 {
  display: block;
  width: 134px;
  height: 46px;
  margin: 0 auto;
  background-image: url(../img/30.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#special .inner {
  width: 1060px;
  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;
}

.list_box {
  width: 346px;
  margin-bottom: 30px;
}

.list_box .thumbnail {
  display: block;
  width: 346px;
  height: 195px;
  margin-bottom: 20px;
  border-radius: 8px;
  background-color: #4b2814;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  -webkit-transition: 0.2s ease opacity, 0.3s ease transform;
  transition: 0.2s ease opacity, 0.3s ease transform;
}

.list_box .thumbnail_dummy {
  display: block;
  width: 346px;
  height: 195px;
  margin-bottom: 20px;
  border-radius: 8px;
  background-color: #4b2814;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  -webkit-transition: 0.2s ease opacity, 0.3s ease transform;
  transition: 0.2s ease opacity, 0.3s ease transform;
}

.list_box .thumbnail:hover {
  opacity: 0.7;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}

.list_box .date {
  display: block;
  margin-bottom: 3px;
  color: #e73357;
  font-size: 12px;
  font-weight: 700;
  -webkit-transform: rotate(0.04deg);
  transform: rotate(0.04deg);
}

.list_box h3 {
  color: #473535;
  font-size: 16px;
  line-height: 160%;
  font-weight: 700;
  -webkit-transform: rotate(0.04deg);
  transform: rotate(0.04deg);
}



#product {
  padding-top: 72px;
  background-color: #f8f0ff;

}

#product .tab-content1 .header {
  position: relative;
  width: 100%;
  height: 98px;
  background-image: url(../img/33.png);
  background-size: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
#product .tab-content2 .header {
  position: relative;
  width: 100%;
  height: 98px;
  background-image: url(../img/33_2.png);
  background-size: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

#product .header h2 {
  width: 100%;
  height: 100%;
  font-size: 0;
  display: none;
}

#product .inner {
  width: 1060px;
  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;
}

#product .inner .product_section {
  padding: 70px 0 0;
}

#product .inner .product_section h3 {
  width: 100%;
  height: 26px;
  border-bottom: 1px solid #d4c2b8;
  font-size: 18px;
  font-weight: 700;
  -webkit-transform: rotate(0.04deg);
  transform: rotate(0.04deg);
}

#product .inner .product_section dt {
  padding: 25px 0 8px;
  color: #625648;
  font-size: 14px;
  line-height: 14px;
  -webkit-transform: rotate(0.04deg);
  transform: rotate(0.04deg);
}

#product .inner .product_section dd {
  padding: 0 0 12px;
  color: #4b2814;
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-indent: 0.04em;
  -webkit-transform: rotate(0.04deg);
  transform: rotate(0.04deg);
}

#product .inner .product_section dd.caution {
  font-size: 18px;
  line-height: 30px;
  color: #e73357;
  font-weight: 400;
  -webkit-transform: rotate(0.04deg);
  transform: rotate(0.04deg);
}

#product .inner .product_section dd.caution li::before {
  content: "※";
}

#product .inner .staff {
  width: 490px;
}

#product .inner .staff h3 {
  color: #e73357;
}

#product .inner .product {
  width: 530px;
}

#product .inner .product h3 {
  color: #0580ca;
}

#product .inner .spec {
  width: 530px;
}

#product .inner .spec h3 {
  color: #f9c126;
}

#footer {
  width: 100%;
  padding: 235px 0 160px;
  background-color: #f8f0ff;
}

#footer .page_top1 {
  display: block;
  width: 157px;
  height: 170px;
  margin: 0 auto 120px;
  background-image: url(../img/34.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  -webkit-transition: 0.2s ease opacity, 0.3s ease transform;
  transition: 0.2s ease opacity, 0.3s ease transform;
}
#footer .page_top2 {
  display: block;
  width: 157px;
  height: 170px;
  margin: 0 auto 120px;
  background-image: url(../img/34_2.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  -webkit-transition: 0.2s ease opacity, 0.3s ease transform;
  transition: 0.2s ease opacity, 0.3s ease transform;
}

#footer .page_top:hover {
  opacity: 0.7;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}

#footer .twitter {
  display: block;
  width: 80px;
  height: 80px;
  margin: 0 auto 120px;
  background-image: url(../img/35.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  -webkit-transition: 0.2s ease opacity, 0.3s ease transform;
  transition: 0.2s ease opacity, 0.3s ease transform;
}

#footer .twitter:hover {
  opacity: 0.7;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}

#footer .maker {
  display: block;
  width: 160px;
  height: 102px;
  margin: 0 auto 26px;
  background-image: url(../img/36.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  -webkit-transition: 0.2s ease opacity, 0.3s ease transform;
  transition: 0.2s ease opacity, 0.3s ease transform;
}

/*#footer .maker:hover {
  opacity: 0.7;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}*/

#footer .copyright {
  color: #a79681;
  font-size: 13px;
  line-height: 13px;
  text-align: center;
  -webkit-transform: rotate(0.04deg);
  transform: rotate(0.04deg);
}

#sub_contents #footer {
  padding-top: 180px;
}



#topInfo {
  width: 100%;
  /* margin: auto; */
  /* border-top: solid 1px #ccc; */
  padding-top: 2%;
  display: flex;
  background-color: #f8f0ff;
  justify-content: center;
}


#topInfo .topInfoAria {
  width: 650px;
  text-align: center;
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 20px;
  margin-bottom: 20px;
}

#topInfo #newsBox {
  width: 95%;
  display: inline-block;
  border: 1px solid #fcdcf4;
  height: 290px;
  padding: 20px;
  line-height: 1.5em;
  overflow-y: scroll;
  text-align: left;
  margin-top: 10px;
  background-color: #fff;
}

#topInfo #newsBox span {
  background-color: #ff4dbd;
  padding: 1px 8px;
  letter-spacing: 0.05em;
  display: block;
  color: #fff;
  margin-bottom: 3px;
}

#topInfo #newsBox p {
  padding: 5px 0px 10px 10px;
}

#topInfo #twAria {
  width: 95%;
  display: inline-block;
  margin-left: 1%;
  border: 1px solid #aeeefe;
  margin-top: 10px;
  background-color: #fff;
  height: 330px;
}

#topInfoAria {
  width: 100%;
  padding: 50px;
  text-align: center;
  border-top: solid 1px #718a75;
  border-bottom: solid 1px #718a75;
  position: relative;
  z-index: 1;
  background-image: url(../img/old/top/info_left.png);
  background-size: 50%;
  background-position: left bottom;
  background-repeat: no-repeat;
}


.modal {
  position:fixed; 
  display:none; 
  z-index:9999; 
  width:650px; 
  padding:20px; 
  text-align:center;
  background-color: #f8f0ff;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}


.modal p { 
margin-bottom:26px; 
content: "\A" ;
white-space: pre-line ;  
font-size: 20px;
line-height: normal;
}

.modal a { 
cursor:pointer; 
}

ul.bt00 { 
margin: 0; 
padding: 0; 
text-align: center; 
list-style: none;
}

ul.bt00 li { 
width:210px;
height:36px;
list-style-type: none; 
display: inline-block; 
}

#square_btn{
  position: relative;
  display: inline-block;
  font-size: 19px;
  font-weight: bold;
  padding: 1em;
  width:160px;
  text-decoration: none;
  color: #2e0e00;
  background: #dbdbdb;
  border-radius: 5px;
  transition: .4s;
}

#square_btn:hover {
  background: #ff4679;
  color: white;
}

#square_btn2{
  position: relative;
  display: inline-block;
  font-size: 19px;
  font-weight: bold;
  padding: 1em;
  width:160px;
  text-decoration: none;
  color: #2e0e00;
  background: #dbdbdb;
  border-radius: 5px;
  transition: .4s;
}

#square_btn2:hover {
  background: #ff4679;
  color: white;
}



.headericon {
  z-index: 1000;
  position: fixed;
  top: 120px;
  right: 10px;
  text-align: right;
  opacity: 1; 
  transition: opacity 0.3s;
  width: 130px;
}

.headericon li{
  margin-bottom: 20px;
}
.headericon img{
  filter: brightness(0.3);
}
.headericon img:hover{
  filter: none;
}
.headericon ul li.active img {
  filter: none;
}


#character > .inner .tab-content{
  display: none;
  padding: 1em;
}
.tab-content{
  display: none;
  padding: 0em;
}

.tab-content.active{
  display: block;
}

#character > .inner .tab-content.active{
  display: block;
  opacity: 0;
  animation-name: fadeinup;
  animation-duration: 2000ms;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}
@keyframes fadeinup {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}




.fade {
  transition: all 2000ms;
  opacity: 0;
  visibility: hidden;
  transform: translate(0px, 50px);
}

.fadein {
  opacity: 1;
  visibility: visible;
  transform: translate(0px, 0px);
} 



.modaal-gallery-item img {
  border: 10px solid #fff;
  border-radius: 10px;
}


.modaal-iframe-elem {
  border: 10px solid #fff;
  border-radius: 10px;
}