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%;
  background-color: #fff;
  background-image: url(../img_2x/body_bk.png);
  background-size: 191px 191px;
  background-position: 50% 0;
  color: #5f525a;
  font-family: YakuHanJP, 'Noto Sans JP', sans-serif;
  font-size: 13px;
  line-height: 180%;
  letter-spacing: 0.04em;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
}

img {
  vertical-align: bottom;
}

a {
  text-decoration: none;
}

#header {
  position: fixed;
  width: 100%;
  height: 40px;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 10;
  -webkit-transition: 0.3s ease top;
  transition: 0.3s ease top;
}

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

#header ul li {
  display: block;
}

#header ul li a {
  display: block;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  -webkit-transition: 0.2s ease opacity;
  transition: 0.2s ease opacity;
}

#header ul li a.item_01 {
  width: 39px;
  height: 13px;
  background-image: url(../img_2x/header_nav_01.png);
}

#header ul li a.item_02 {
  width: 54px;
  height: 13px;
  background-image: url(../img_2x/header_nav_02.png);
}

#header ul li a.item_03 {
  width: 145px;
  height: 13px;
  background-image: url(../img_2x/header_nav_03.png);
}

#header ul li a.item_04 {
  width: 90px;
  height: 13px;
  background-image: url(../img_2x/header_nav_04.png);
}

#header ul li a.item_05 {
  width: 107px;
  height: 13px;
  background-image: url(../img_2x/header_nav_05.png);
}

#header ul li a.item_06 {
  width: 82px;
  height: 13px;
  background-image: url(../img_2x/header_nav_06.png);
}

#header ul li a:hover {
  opacity: 0.5;
}

#header.open {
  top: 0;
}

#jumbotron {
  position: relative;
  width: 100%;
  background-color: #eee;
  overflow: hidden;
}

#jumbotron .inner {
  position: absolute;
  width: 210px;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #1f2ca3;
  z-index: 2;
}

#jumbotron .inner .tryangle {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  top: 0;
  left: 100%;
  border-style: solid;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 500px;
  border-color: transparent transparent transparent #1f2ca3;
  content: "";
}

#jumbotron .inner h1 {
  position: absolute;
  bottom: 70px;
  left: 60px;
  z-index: 3;
}

#jumbotron .inner h1 .logo {
  position: relative;
  display: block;
  overflow: hidden;
}

#jumbotron .inner h1 .logo .text {
  display: block;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#jumbotron .inner h1 .logo.logo_01 {
  width: 264px;
  height: 124px;
  margin-bottom: 24px;
}

#jumbotron .inner h1 .logo.logo_01 .text {
  background-image: url(../img_2x/jumbotron_h1_01.png);
}

#jumbotron .inner h1 .logo.logo_02 {
  width: 348px;
  height: 72px;
  margin-bottom: 28px;
}

#jumbotron .inner h1 .logo.logo_02 .text {
  background-image: url(../img_2x/jumbotron_h1_02.png);
}

#jumbotron .inner h1 .logo.logo_03 {
  width: 461px;
  height: 57px;
  margin-bottom: 35px;
}

#jumbotron .inner h1 .logo.logo_03 .text {
  background-image: url(../img_2x/jumbotron_h1_03.png);
}

#jumbotron .inner h1 .logo.logo_04 {
  width: 511px;
  height: 24px;
}

#jumbotron .inner h1 .logo.logo_04 .text {
  background-image: url(../img_2x/jumbotron_h1_04.png);
}

#jumbotron .inner.end {
  -webkit-transition: 0.6s ease all;
  transition: 0.6s ease all;
  width: 210px;
}

#jumbotron .inner.end .tryangle {
  border-left-width: 500px;
}

#jumbotron .inner.end .tryangle.anime_on {
  -webkit-transition: 0.8s ease all;
  transition: 0.8s ease all;
}

#jumbotron .background {
  width: 100%;
}

#jumbotron .background .line {
  height: 270px;
  background-size: 1645px 270px;
  background-position: 0 0;
  background-repeat: repeat-x;
}

#jumbotron .background .line[data-img="1"] {
  background-image: url(../img_2x/jumbotron_img_01.jpg);
  -webkit-animation: line_anime_r 18s linear infinite normal;
  animation: line_anime_r 18s linear infinite normal;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

#jumbotron .background .line[data-img="2"] {
  background-image: url(../img_2x/jumbotron_img_02.jpg);
  -webkit-animation: line_anime_l 18s linear infinite normal;
  animation: line_anime_l 18s linear infinite normal;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

#jumbotron .background .line[data-img="3"] {
  background-image: url(../img_2x/jumbotron_img_03.jpg);
  -webkit-animation: line_anime_r 18s linear infinite normal;
  animation: line_anime_r 18s linear infinite normal;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

#jumbotron .background .line[data-img="4"] {
  background-image: url(../img_2x/jumbotron_img_04.jpg);
  -webkit-animation: line_anime_l 18s linear infinite normal;
  animation: line_anime_l 18s linear infinite normal;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

#title {
  width: 682px;
  margin: 140px auto 180px;
}

#title h2 .logo {
  display: block;
}

#title h2 .logo .text {
  display: block;
  width: 100%;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#title h2 .logo.logo_01 {
  width: 682px;
}

#title h2 .logo.logo_01 .text {
  height: 148px;
  background-image: url(../img_2x/title_logo_01.png);
}

#title h2 .logo.logo_02 {
  width: 503px;
  margin: 50px 0 0 90px;
}

#title h2 .logo.logo_02 .text {
  height: 23px;
  background-image: url(../img_2x/title_logo_02.png);
}

#news {
  width: 980px;
  padding-top: 90px;
  margin: 0 auto 180px;
}

#news .header {
  padding: 0 0 50px 30px;
}

#news .header h2 {
  width: 155px;
  height: 24px;
}

#news .header h2 .text {
  display: block;
  width: 155px;
  height: 24px;
  background-image: url(../img_2x/news_h2.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#news .inner dl {
  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;
}

#news .inner dl dt {
  position: relative;
  width: 190px;
  height: 90px;
  padding-left: 30px;
  border-bottom: 1px solid #1f2ca3;
  color: #1f2ca3;
  font-size: 24px;
  line-height: 90px;
  font-family: 'Poppins', sans-serif;
}

#news .inner dl dd {
  width: 760px;
  border-bottom: 1px solid #1f2ca3;
  height: 90px;
  font-size: 22px;
  line-height: 90px;
}

#news .inner dl dd a {
  color: #5f525a;
  -webkit-transition: 0.2s ease opacity;
  transition: 0.2s ease opacity;
}

#news .inner dl dd a:hover {
  opacity: 0.5;
}

#news .inner .banners {
  width: 930px;
  margin: 60px auto 0;
}

#news .inner .banners a {
  display: block;
  -webkit-transition: 0.2s ease opacity;
  transition: 0.2s ease opacity;
}

#news .inner .banners a:hover {
  opacity: 0.5;
}

#news .inner .banners .banner_01 {
  width: 930px;
  height: 160px;
  background-image: url(../img_2x/banner_01.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#introduction {
  width: 980px;
  padding-top: 90px;
  margin: 0 auto 140px;
}

#introduction .header {
  padding: 0 0 50px 30px;
}

#introduction .header h2 {
  width: 473px;
  height: 24px;
}

#introduction .header h2 .text {
  display: block;
  width: 473px;
  height: 24px;
  background-image: url(../img_2x/intro_h2.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#introduction .inner h3 {
  width: 932px;
  margin: 0 auto;
  margin-bottom: 40px;
}

#introduction .inner h3 .line {
  display: block;
  width: 932px;
  position: relative;
}

#introduction .inner h3 .line .text {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  font-size: 0;
}

#introduction .inner h3 .line.line_01 {
  height: 72px;
  margin-bottom: 18px;
}

#introduction .inner h3 .line.line_01 .text {
  background-image: url(../img_2x/intro_h3_01.png);
  background-size: 912px 72px;
  background-position: 6px 0;
}

#introduction .inner h3 .line.line_02 {
  height: 62px;
}

#introduction .inner h3 .line.line_02 .text {
  background-image: url(../img_2x/intro_h3_02.png);
  background-size: 919px 62px;
  background-position: 0 0;
}

#introduction .inner .info .line {
  display: block;
  position: relative;
  margin: 0 0 30px 24px;
}

#introduction .inner .info .line .text {
  display: block;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#introduction .inner .info .line.line_01 {
  width: 922px;
  height: 29px;
  left: 0;
}

#introduction .inner .info .line.line_01 .text {
  background-image: url(../img_2x/intro_text_01.png);
}

#introduction .inner .info .line.line_02 {
  width: 619px;
  height: 28px;
  left: 0;
}

#introduction .inner .info .line.line_02 .text {
  background-image: url(../img_2x/intro_text_02.png);
}

#introduction .inner .info .line.line_03 {
  width: 827px;
  height: 28px;
  left: 0;
}

#introduction .inner .info .line.line_03 .text {
  background-image: url(../img_2x/intro_text_03.png);
}

#introduction .inner .info .line.line_04 {
  width: 563px;
  height: 28px;
  left: 0;
}

#introduction .inner .info .line.line_04 .text {
  background-image: url(../img_2x/intro_text_04.png);
}

#introduction .inner .info .line.line_05 {
  width: 922px;
  height: 28px;
  left: 0;
}

#introduction .inner .info .line.line_05 .text {
  background-image: url(../img_2x/intro_text_05.png);
}

#introduction .inner .info .line.line_06 {
  width: 849px;
  height: 28px;
  left: 0;
}

#introduction .inner .info .line.line_06 .text {
  background-image: url(../img_2x/intro_text_06.png);
}

#introduction .inner .caution {
  padding-top: 20px;
}

#introduction .inner .caution .line {
  display: block;
  position: relative;
  margin: 0 0 20px 24px;
}

#introduction .inner .caution .line .text {
  display: block;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#introduction .inner .caution .line.line_01 {
  width: 920px;
  height: 18px;
  left: 0;
}

#introduction .inner .caution .line.line_01 .text {
  background-image: url(../img_2x/intro_caution_01.png);
}

#introduction .inner .caution .line.line_02 {
  width: 720px;
  height: 18px;
  left: 0;
}

#introduction .inner .caution .line.line_02 .text {
  background-image: url(../img_2x/intro_caution_02.png);
}

#product {
  width: 980px;
  position: relative;
  margin: 0 auto 280px;
}

#product .header {
  position: relative;
  top: 90px;
  width: 490px;
  margin-left: 490px;
  padding: 35px 0 50px 30px;
}

#product .header h2 {
  width: 278px;
  height: 24px;
}

#product .header h2 .text {
  display: block;
  width: 278px;
  height: 24px;
  background-image: url(../img_2x/product_h2.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#product .inner {
  position: relative;
  top: 90px;
}

#product .inner dl {
  width: 490px;
  margin-left: 490px;
  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: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}

#product .inner dl dt {
  position: relative;
  width: 122px;
  padding: 16px 0 16px 28px;
  border-bottom: 1px solid #1f2ca3;
  color: #1f2ca3;
  font-size: 16px;
  line-height: 150%;
  font-weight: 700;
}

#product .inner dl dd {
  width: 340px;
  padding: 16px 0 16px;
  border-bottom: 1px solid #1f2ca3;
  font-size: 16px;
  line-height: 150%;
}

#product .inner .img {
  position: absolute;
  width: 456px;
  height: 590px;
  top: -90px;
  left: 0;
  background-image: url(../img_2x/product_img.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}

#tracklist {
  width: 980px;
  padding-top: 90px;
  margin: 0 auto 110px;
}

#tracklist .header {
  padding: 0 0 50px 0;
}

#tracklist .header h2 {
  width: 367px;
  height: 24px;
}

#tracklist .header h2 .text {
  display: block;
  width: 367px;
  height: 24px;
  background-image: url(../img_2x/list_h2.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#tracklist .inner {
  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;
}

#tracklist .inner .list_section {
  width: 480px;
}

#tracklist .inner .list_section .header {
  margin-bottom: 25px;
  padding: 30px 0 0;
}

#tracklist .inner .list_section .header h3 {
  margin-left: 5px;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#tracklist .inner .list_section ul {
  margin-bottom: 35px;
  padding: 15px 0 20px;
  border-top: 1px solid #686fb6;
  border-bottom: 1px solid #686fb6;
}

#tracklist .inner .list_section li {
  width: 480px;
  height: 85px;
  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;
}

#tracklist .inner .list_section li .num {
  width: 48px;
  color: #aeacb9;
  font-size: 18px;
  line-height: 18px;
}

#tracklist .inner .list_section li .meta {
  width: 432px;
  font-weight: 700;
}

#tracklist .inner .list_section li .meta .title {
  display: block;
  margin-bottom: 10px;
  color: #1f2ca3;
  font-size: 20px;
  line-height: 20px;
}

#tracklist .inner .list_section li .meta .artist {
  display: block;
  color: #aeacb9;
  font-size: 14px;
  line-height: 14px;
}

#tracklist .inner .disc_01 h3 {
  width: 95px;
  height: 18px;
  background-image: url(../img_2x/list_disc_01.png);
}

#tracklist .inner .disc_02 h3 {
  width: 99px;
  height: 18px;
  background-image: url(../img_2x/list_disc_02.png);
}

#tracklist .inner .disc_03 {
  width: 980px;
}

#tracklist .inner .disc_03 h3 {
  width: 99px;
  height: 18px;
  background-image: url(../img_2x/list_disc_03.png);
}

#related {
  width: 980px;
  padding-top: 90px;
  margin: 0 auto 120px;
}

#related .header {
  padding: 0 0 50px 0;
}

#related .header h2 {
  width: 263px;
  height: 24px;
}

#related .header h2 .text {
  display: block;
  width: 263px;
  height: 24px;
  background-image: url(../img_2x/related_h2.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#related .inner {
  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;
}

#related .inner .item {
  width: 300px;
  margin-bottom: 80px;
}

#related .inner .item .thumbnail {
  display: block;
  width: 300px;
  height: 320px;
  background-image: url(../img_2x/list_img_00.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#related .inner .item a {
  -webkit-transition: 0.2s ease opacity;
  transition: 0.2s ease opacity;
}

#related .inner .item a:hover {
  opacity: 0.5;
}

#related .inner .item .date {
  display: block;
  padding: 16px 0 12px;
  font-size: 14px;
  line-height: 100%;
}

#related .inner .item h3 {
  display: block;
  color: #1f2ca3;
  font-size: 16px;
  line-height: 160%;
  font-weight: 700;
}

#related .inner .item.item_01 .thumbnail {
  background-image: url(../img_2x/list_img_01.png);
}

#related .inner .item.item_02 .thumbnail {
  background-image: url(../img_2x/list_img_02.png);
}

#related .inner .item.item_03 .thumbnail {
  background-image: url(../img_2x/list_img_03.png);
}

#related .inner .item.item_04 .thumbnail {
  background-image: url(../img_2x/list_img_04.png);
}

#related .inner .item.item_05 .thumbnail {
  background-image: url(../img_2x/list_img_05.png);
}

#related .inner .item.item_06 .thumbnail {
  background-image: url(../img_2x/list_img_06.png);
}

#related .inner .item.item_07 .thumbnail {
  background-image: url(../img_2x/list_img_07.png);
}

#related .inner .item.item_08 .thumbnail {
  background-image: url(../img_2x/list_img_08.png);
}

#related .inner .item.item_09 .thumbnail {
  background-image: url(../img_2x/list_img_09.png);
}

#related .inner .item.item_10 .thumbnail {
  background-image: url(../img_2x/list_img_10.png);
}

#related .inner .item.item_11 .thumbnail {
  background-image: url(../img_2x/list_img_11.png);
}

#related .inner .item.item_12 .thumbnail {
  background-image: url(../img_2x/list_img_12.png);
}

#related .inner .item.item_13 .thumbnail {
  background-image: url(../img_2x/list_img_13.png);
}

#footer {
  width: 100%;
  padding: 80px 0 150px;
  border-top: 1px solid #7b8291;
  background-color: #f2f2f2;
}

#footer .twitter {
  display: block;
  width: 64px;
  height: 64px;
  margin: 0 auto;
  border-radius: 50%;
  border: 1px solid #adadad;
  background-color: #f2f2f2;
  background-image: url(../img_2x/footer_twitter.png);
  background-size: 29px 26px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  -webkit-transition: 0.3s ease opacity;
  transition: 0.3s ease opacity;
}

#footer .twitter:hover {
  opacity: 0.5;
}

#footer .maker {
  display: block;
  width: 84px;
  height: 44px;
  margin: 70px auto 0;
  background-image: url(../img_2x/footer_makerlogo.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  -webkit-transition: 0.3s ease opacity;
  transition: 0.3s ease opacity;
}

#footer .maker:hover {
  opacity: 0.5;
}

#footer p.contact {
  width: 100%;
  margin: 45px 0 0;
  color: #898989;
  font-size: 12px;
  line-height: 160%;
  text-align: center;
  letter-spacing: 0.1em;
}

#footer p.contact a {
  display: inline-block;
  padding-top: 5px;
  color: #898989;
  text-decoration: underline;
}

#footer p.contact a:hover {
  opacity: 0.5;
}

#footer p.copyright {
  width: 100%;
  margin: 45px 0 0;
  color: #898989;
  font-size: 12px;
  line-height: 100%;
  text-align: center;
  letter-spacing: 0.1em;
}

#loading {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 200;
}

#loading .inner {
  position: absolute;
  width: 400px;
  height: 30px;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

#loading .inner .bar {
  position: absolute;
  width: 0;
  height: 30px;
  top: 0;
  left: 0;
  background-color: #e2e5e6;
  z-index: 2;
}

#loading .inner .par {
  position: absolute;
  width: 0;
  height: 30px;
  top: 0;
  left: 0;
  background-color: #1f2ca3;
  z-index: 3;
}

#loading .inner .cover {
  position: absolute;
  width: 0;
  height: 30px;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 5;
}

#container {
  position: relative;
  width: 100%;
  min-height: 1200px;
  z-index: 2;
  overflow-x: hidden;
}

.deco_wrap {
  position: absolute;
  width: 100%;
  height: 4707px;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 1;
}

.deco {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.deco div {
  position: absolute;
  width: 333px;
  height: 637px;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

.deco .deco_01 {
  top: 284px;
  left: 10px;
  background-image: url(../img_2x/body_object_01.png);
}

.deco .deco_02 {
  top: 1546px;
  right: 10px;
  background-image: url(../img_2x/body_object_02.png);
}

.deco .deco_03 {
  top: 2808px;
  left: 10px;
  background-image: url(../img_2x/body_object_01.png);
}

.deco .deco_04 {
  top: 4070px;
  right: 10px;
  background-image: url(../img_2x/body_object_02.png);
}

@media screen and (max-width: 1920px) {
  .deco {
    width: 1920px;
    left: 50%;
    margin-left: -960px;
  }
}

@media screen and (max-width: 1550px) {
  .deco {
    display: none;
  }
}

#body_topic #logo {
  padding: 120px 0 100px;
}

#body_topic #logo h1 .en {
  display: block;
  width: 682px;
  height: 148px;
  margin: 0 auto 0;
  background-image: url(../img_2x/title_logo_01.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#body_topic #logo h1 .jp {
  display: block;
  width: 503px;
  height: 23px;
  margin: 40px auto 0;
  background-image: url(../img_2x/title_logo_02.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#body_topic #content {
  width: 960px;
  margin: 0 auto;
}

#body_topic #content .header .label {
  display: block;
  width: 155px;
  height: 24px;
  margin: 0 0 15px 30px;
  background-image: url(../img_2x/news_h2.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
}

#body_topic #content .header h2 {
  height: 90px;
  padding: 0 30px 0;
  border-bottom: 1px solid #1f2ca3;
  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;
}

#body_topic #content .header h2 .date {
  width: 180px;
  color: #1f2ca3;
  font-size: 24px;
  font-family: 'Poppins', sans-serif;
}

#body_topic #content .header h2 .text {
  width: 720px;
  height: 90px;
  font-size: 22px;
  line-height: 90px;
}

#body_topic #content .inner {
  padding: 50px 30px 50px;
  border-bottom: 1px solid #1f2ca3;
}

#body_topic #content .inner img {
  margin: 0 auto 30px;
  -webkit-transition: 0.2s ease opacity;
  transition: 0.2s ease opacity;
}

#body_topic #content .inner p {
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 220%;
  text-align: justify;
}

#body_topic #content .inner p a {
  color: #5f525a;
  text-decoration: underline;
}

#body_topic #content .inner p a:hover {
  opacity: 0.5;
}

#body_topic #content .inner p.small {
  font-size: 14px;
  line-height: 200%;
}

#body_topic #content .inner > a:hover img {
  opacity: 0.5;
}

#body_topic #content .footer {
  padding: 80px 0 100px;
}

#body_topic #content .footer a {
  display: block;
  width: 70px;
  height: 99px;
  margin: 0 auto;
  background-image: url(../img_2x/btn_home.png);
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  font-size: 0;
  -webkit-transition: 0.2s ease opacity;
  transition: 0.2s ease opacity;
}

#body_topic #content .footer a:hover {
  opacity: 0.5;
}

@-webkit-keyframes line_anime_r {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 1645px 0;
  }
}

@keyframes line_anime_r {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 1645px 0;
  }
}

@-webkit-keyframes line_anime_l {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -1645px 0;
  }
}

@keyframes line_anime_l {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -1645px 0;
  }
}
/*# sourceMappingURL=style_2x.css.map */