@charset "UTF-8";
/* UTOPIA site CSS (main.css) */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #abb7ec;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
a:hover {
  opacity: 0.7;
}

ul, ol {
  list-style: none;
}

ul, ol, li, h1, h2, h3, h4, h5, h6, dl, dt, dd, a, strong {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  font-weight: normal;
}

div {
  margin: 0;
  padding: 0;
}

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

img, a img {
  border: none;
}

table {
  letter-spacing: 1px;
}

iframe {
  border: none;
}

strong {
  font-weight: bold;
}

/* ============================================
 base
============================================ */
html {
  overflow-y: scroll;
}

html, body {
  width: 100%;
  height: auto;
  color: #445fd4;
  min-width: 320px;
  letter-spacing: -0.2px;
  font-size: 11px;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  background: #fff;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", sans-serif;
  word-break: break-all;
}

.clearfix:before, .chronology dl:before, .clearfix:after, .chronology dl:after {
  content: "";
  display: table;
}

.clearfix:after, .chronology dl:after {
  clear: both;
}

#exterior_wrapper {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}

.wrapper {
  position: relative;
  width: 92%;
  margin: 0 auto;
}

.nosp {
  display: none;
}

.font_ch {
  font-family: "Noto Sans SC", sans-serif;
}

/* ============================================
 header
============================================ */
header {
  position: fixed;
  top: 0;
  width: 100%;
  height: auto;
  z-index: 100;
}

header a :hover {
  text-decoration: none !important;
}

header .head_wrap {
  padding: 0;
  width: 100%;
  max-width: none;
}

header .head_left {
  float: left;
  width: 200px;
}

header .logo {
  margin-left: 10px;
}

header .logo a :hover {
  text-decoration: none !important;
}

header .head_right {
  padding-top: 4px;
  padding-right: 30px;
}

header .head_right .sns {
  float: right;
  display: block;
  width: 27px;
  margin-right: 8px;
}

/*-----------------------------------------------------------------
  ハンバーガーメニュー
------------------------------------------------------------------*/
.menu_button, .menu_button span {
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

.menu_button {
  position: absolute;
  right: 13px;
  top: 12px;
  width: 37px;
  height: 17px;
  cursor: pointer;
}

.lang {
  position: absolute;
  top: 52px;
  right: 13px;
  width: 37px;
  display: flex;
  justify-content: space-between;
  /* align-items: center; */
  background: transparent;
  padding: 0 4px;
}
.lang a, .lang span {
  color: #445fd4;
  font-size: 10px;
  font-size: 0.8333333333rem;
  display: inline-block;
}
.lang span {
  border-bottom: #445fd4 1px solid;
}

.menu_button:hover {
  text-decoration: none;
}

/*-----------  active  ------------*/
/*-----------------------------------------------------------------
  dropdown nav
------------------------------------------------------------------*/
nav.right_nav {
  width: 100%;
  height: 100%;
  background-color: #445FD4B3;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100000;
  transform: translateY(-100%);
  transition: all 0.3s;
}
nav.right_nav .menu_ico {
  margin-top: 20px;
  text-align: center;
}
nav.right_nav .menu_ico img {
  width: 12%;
  margin-left: 2%;
}
nav.right_nav p {
  margin: 10px auto;
  text-align: center;
}
nav.right_nav p a {
  display: inline-block;
  margin: 0 10px;
  color: #fff;
  font-size: 15px;
  font-size: 4vw;
}

nav.right_nav.open {
  transform: translateZ(0);
}

nav.right_nav ul {
  padding-top: 60px;
}

nav.right_nav li {
  color: #fff;
  text-align: center;
  padding: 7px 10px;
}
nav.right_nav li img {
  width: 57%;
}
nav.right_nav li.lang {
  position: relative;
  top: auto;
  right: auto;
  width: 60px;
  display: flex;
  justify-content: space-between;
  /* align-items: center; */
  background: transparent;
  padding: 0 4px;
  margin: 0 auto 20px;
}
nav.right_nav li.lang a, nav.right_nav li.lang span {
  color: #fff;
  font-size: 14px;
  font-size: 3.7333333333vw;
  display: inline-block;
}
nav.right_nav li.lang span {
  border-bottom: #fff 2px solid;
}

.overlay {
  content: "";
  display: block;
  width: 0;
  height: 0;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.5s;
}

.overlay.open {
  width: 100%;
  height: 100%;
  opacity: 1;
}

.nav_close {
  position: absolute;
  top: 12px;
  right: 13px;
  width: 37px;
}

/* ============================================
 contents
============================================ */
#content_area {
  position: relative;
  padding-top: 0;
  margin: 0 auto;
}

section {
  margin-top: 0;
  padding: 40px 0;
}
section h2 {
  text-decoration: underline;
  text-align: center;
  letter-spacing: 2px;
  color: #445fd4;
  font-weight: bold;
  font-size: 18px;
  font-size: 4.8vw;
  margin-bottom: 25px;
}
section h2 span {
  display: inline-block;
  padding: 0 5px;
  border-bottom: 2px solid #445fd4;
}

/*-----------  top image  ------------*/
#top_image {
  position: relative;
  width: 100%;
  height: auto;
  display: block;
  padding: 0;
}
#top_image > img {
  width: 100%;
}
#top_image .catchy {
  position: absolute;
  bottom: 7%;
  width: 100%;
  text-align: center;
}
#top_image .catchy img {
  width: 80%;
}

/*-----------  intro  ------------*/
#intro {
  background-size: auto auto;
  background-color: #f1f8fd;
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 56px, #e0effa 56px, #e0effa 153px);
}
#intro h1 {
  font-size: 12.5px;
  font-size: 3.3333333333vw;
  text-align: center;
  color: #999999;
}
#intro h1 span {
  color: #445fd4;
}
#intro .logo {
  margin-top: 20px;
  text-align: center;
}
#intro .logo img {
  width: 80%;
}

/*-----------  discography  ------------*/
#discography {
  background: #fff;
}
#discography .disco_box_wrap {
  display: flex;
  flex-direction: column;
}
#discography .disco_box_wrap .disco_box {
  margin-bottom: 30px;
}
#discography .disco_box_wrap .disco_box .disco_detail {
  position: relative;
}
#discography .disco_box_wrap .disco_box .disco_detail .btn_acstand {
  position: absolute;
  right: -1%;
  top: -1%;
  width: 23%;
}
#discography .disco_box_wrap .disco_box .disco_jk {
  text-align: center;
  margin-bottom: 15px;
}
#discography .disco_box_wrap .disco_box .disco_jk img {
  width: 80%;
}
#discography .disco_box_wrap .disco_box .tag {
  width: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 5px;
}
#discography .disco_box_wrap .disco_box .tag span {
  text-align: center;
  min-width: 140px;
  color: #fff;
  padding: 0 10px 2px;
  line-height: 30px;
  height: 30px;
  border-radius: 5px;
  background: #999999;
  display: inline-block;
  font-size: 17px;
  font-size: 4.5333333333vw;
}
#discography .disco_box_wrap .disco_box .type {
  font-size: 16px;
  font-size: 4.2666666667vw;
  color: #999999;
  text-align: center;
  font-weight: bold;
}
#discography .disco_box_wrap .disco_box .meta {
  text-align: center;
  color: #999999;
  font-size: 12px;
  font-size: 3.2vw;
}
#discography .disco_box_wrap .disco_box .tokuten {
  margin-top: 4px;
  text-align: center;
  color: #999999;
  font-size: 12px;
  font-size: 3.2vw;
}
#discography .disco_box_wrap .disco_box.gentei .tag span {
  background: #445fd4;
}
#discography .disco_box_wrap .disco_box.gentei .type {
  color: #445fd4;
}
#discography .disco_box_wrap .disco_box .cart {
  text-align: center;
  margin-top: 10px;
}
#discography .disco_box_wrap .disco_box .cart a {
  min-height: 30px;
  text-align: center;
  min-width: 140px;
  color: #445fd4;
  padding: 5px 10px 2px;
  border-radius: 5px;
  background: #fff;
  border: solid 1px #445fd4;
  display: inline-block;
  font-size: 11px;
  font-size: 2.9333333333vw;
}
#discography .disco_box_wrap .disco_box .cart a:hover {
  background: #445fd4;
  color: #fff;
}
#discography .illustration {
  margin-top: 30px;
  text-align: center;
  color: #445fd4;
  font-size: 13px;
  font-size: 3.4666666667vw;
}
#discography .present_cart {
  text-align: center;
  margin-top: 10px;
}
#discography .present_cart a {
  min-height: auto;
  text-align: center;
  min-width: 240px;
  color: #445fd4;
  padding: 10px 15px 10px;
  border-radius: 5px;
  font-weight: bold;
  background: #fff;
  border: solid 3px #445fd4;
  display: inline-block;
  font-size: 16px;
  font-size: 4.2666666667vw;
}
#discography .present_cart a:hover {
  background: #445fd4;
  color: #fff;
}

/*-----------  TRACK LIST  ------------*/
#tracklist {
  background-size: auto auto;
  background-color: #f1f8fd;
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 56px, #e0effa 56px, #e0effa 153px);
}
#tracklist .box_tracklist {
  margin-bottom: 30px;
}
#tracklist .box_tracklist:last-child {
  margin-bottom: 0;
}
#tracklist h3 {
  text-align: center;
  font-size: 13px;
  font-size: 3.4666666667vw;
  color: #999999;
  margin-bottom: 10px;
}
#tracklist p {
  color: #445fd4;
  text-align: center;
  font-size: 15px;
  font-size: 4vw;
}
#tracklist p.sub {
  font-size: 12px;
  font-size: 3.2vw;
}

/*-----------  present  ------------*/
#present .present_info {
  font-size: 12px;
  font-size: 3.2vw;
  font-weight: bold;
  text-align: center;
  color: #445fd4;
}
#present .box_present_wrap {
  margin: 30px auto;
}
#present .box_present_wrap ul {
  margin: 0 0 -10% -10%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
#present .box_present_wrap ul li {
  margin: 0 0 10% 10%;
  width: 70%;
}
#present .box_present_wrap ul li .box_present {
  width: 100%;
  border-right: solid 4px #abb7ec;
  border-left: solid 4px #abb7ec;
  border-radius: 5px;
  overflow: hidden;
  background: #abb7ec;
}
#present .box_present_wrap ul li .box_present h3 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 2.8em;
  background: #abb7ec;
  text-align: center;
  color: #fff;
  line-height: 1.2;
  font-size: 18px;
  font-size: 4.8vw;
}
#present .box_present_wrap ul li .box_present h3 small {
  font-size: 14px;
  font-size: 3.7333333333vw;
}
#present .box_present_wrap ul li .box_present h3 span {
  font-size: 9px;
  font-size: 2.4vw;
}
#present .box_present_wrap ul li .box_present h3.pcshop {
  font-size: 16px;
  font-size: 4.2666666667vw;
}
#present .box_present_wrap ul li .box_present h3.pcshop small {
  font-size: 12px;
  font-size: 3.2vw;
}
#present .box_present_wrap ul li .box_present h3.pcshop span {
  font-size: 9px;
  font-size: 2.4vw;
}
#present .box_present_wrap ul li .box_present .present_img {
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  background: #fff;
  min-height: 150px;
}
#present .box_present_wrap ul li .box_present .present_img img {
  width: 100%;
}
#present .box_present_wrap ul li .box_present .present_detail {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 2.2em;
  padding: 5px 0;
  background: #abb7ec;
  text-align: center;
  color: #fff;
  line-height: 1.2;
  font-size: 16px;
  font-size: 4.2666666667vw;
}
#present .box_present_wrap ul li .box_present .present_detail.smaller {
  font-size: 13px;
  font-size: 3.4666666667vw;
  line-height: 1.1;
}
#present .box_present_wrap ul li .present_btn {
  text-align: center;
  margin-top: 10px;
}
#present .box_present_wrap ul li .present_btn a {
  min-height: 30px;
  text-align: center;
  width: 90%;
  margin: 0 auto;
  color: #445fd4;
  line-height: 1.8em;
  border-radius: 5px;
  background: #fff;
  border: solid 1px #445fd4;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 11px;
  font-size: 2.9333333333vw;
}
#present .box_present_wrap ul li .present_btn a:hover {
  background: #445fd4;
  color: #fff;
}
#present .present_attention {
  margin-top: 30px;
}
#present .present_attention li {
  text-align: center;
  color: #999999;
  font-size: 9.5px;
  font-size: 2.5333333333vw;
  text-indent: -1em;
  padding-left: 1em;
}

/*-----------  event  ------------*/
#event {
  background-size: auto auto;
  background-color: #f1f8fd;
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 56px, #e0effa 56px, #e0effa 153px);
}
#event h3 {
  font-size: 20px;
  font-size: 5.3333333333vw;
  text-align: center;
  font-weight: bold;
  margin-bottom: 25px;
}
#event p {
  font-size: 11.5px;
  font-size: 3.0666666667vw;
  text-align: center;
  margin: 20px auto;
}
#event p.event_attention {
  color: #999999;
  font-size: 9.5px;
  font-size: 2.5333333333vw;
}
#event dl {
  margin: 30px auto;
}
#event dl dt {
  text-align: center;
  font-size: 13px;
  font-size: 3.4666666667vw;
  color: #999999;
  margin-bottom: 10px;
}
#event dl dd {
  color: #445fd4;
  text-align: center;
  font-size: 15px;
  font-size: 4vw;
}

/*-----------  present  ------------*/
#goods .goods_info {
  font-size: 14px;
  font-size: 3.7333333333vw;
  font-weight: bold;
  text-align: center;
  color: #445fd4;
  margin-bottom: 10px;
}
#goods .goods_attention01 {
  text-align: center;
  color: #999999;
  font-size: 9.5px;
  font-size: 2.5333333333vw;
  text-indent: -1em;
  padding-left: 1em;
}
#goods .box_goods_wrap {
  margin: 30px auto;
}
#goods .box_goods_wrap ul {
  margin: 0 0 -10% -10%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
#goods .box_goods_wrap ul li {
  margin: 0 0 10% 10%;
  width: 70%;
}
#goods .box_goods_wrap ul li .box_goods {
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
}
#goods .box_goods_wrap ul li .box_goods h3 {
  margin: 10px auto 5px;
  text-align: center;
  font-weight: bold;
  color: #445fd4;
  line-height: 1.2;
  font-size: 18px;
  font-size: 4.8vw;
}
#goods .box_goods_wrap ul li .box_goods .goods_img {
  border-radius: 5px;
  min-height: 200px;
  background: #f1f8fd;
  text-align: center;
}
#goods .box_goods_wrap ul li .box_goods .goods_price {
  text-align: center;
  font-size: 10.5px;
  font-size: 2.8vw;
  color: #999999;
  line-height: 1.1;
}
#goods .box_goods_wrap ul li .goods_btn {
  text-align: center;
  margin-top: 10px;
}
#goods .box_goods_wrap ul li .goods_btn a {
  min-height: 30px;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  color: #fff;
  line-height: 1.8em;
  border-radius: 5px;
  background: rgba(68, 95, 212, 0.45);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 11px;
  font-size: 2.9333333333vw;
}
#goods .box_goods_wrap ul li .goods_btn a:hover {
  background: #445fd4;
  color: #fff;
}
#goods .box_goods_wrap ul li.btn_erea {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#goods .box_goods_wrap ul li.btn_erea a {
  color: #445fd4;
  width: 80%;
  border-radius: 5px;
  text-align: center;
  margin: 20px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 80px;
  font-size: 11px;
  font-size: 2.9333333333vw;
  padding: 15px;
  border: solid 1px #445fd4;
}
#goods .box_goods_wrap ul li.btn_erea a:hover {
  background: #445fd4;
  color: #fff;
}
#goods .goods_attention02 {
  margin-top: 30px;
}
#goods .goods_attention02 li {
  text-align: center;
  color: #999999;
  font-size: 9.5px;
  font-size: 2.5333333333vw;
  text-indent: -1em;
  padding-left: 1em;
}
#goods .goods_attention03 {
  text-align: center;
  color: #999999;
  font-size: 9.5px;
  font-size: 2.5333333333vw;
}

.lity {
  background: rgba(171, 183, 236, 0.9);
}

.lity-content:after {
  display: none;
}

.fancybox-infobar {
  display: none !important;
}

.goods_window {
  position: relative;
  max-width: 900px;
  flex-wrap: wrap;
  padding: 30px;
  margin: 20px 20px !important;
  background: rgba(68, 95, 212, 0.7);
  border-radius: 10px;
}
.goods_window .window_goods_img {
  width: 110%;
  text-align: center;
  margin-left: -5%;
}
.goods_window h3 {
  font-size: 16px;
  font-size: 4.2666666667vw;
  color: #fff;
  font-weight: bold;
  margin: 0 auto;
  text-align: center;
}
.goods_window h3 small {
  font-size: 80%;
}
.goods_window h4 {
  font-size: 14px;
  font-size: 1.1666666667rem;
  line-height: 1.2;
  font-weight: bold;
  margin: 15px auto;
  text-align: center;
}
.goods_window .price {
  text-align: center;
  color: #fff;
  font-size: 11px;
  font-size: 2.9333333333vw;
  margin-bottom: 15px;
}
.goods_window .price small {
  font-size: 80%;
}
.goods_window p {
  color: #fff;
  font-size: 11px;
  font-size: 2.9333333333vw;
  text-align: center;
}
.goods_window .close {
  cursor: pointer;
  position: absolute;
  top: 5px;
  right: 10px;
  border-radius: 50px;
  max-width: 30px;
  width: 50%;
  color: #fff;
  padding: 10px 0px;
  margin: 0px auto 0;
  text-align: center;
}
.goods_window .goods_btn {
  text-align: center;
  margin-top: 10px;
}
.goods_window .goods_btn a {
  min-height: 30px;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  color: #445fd4;
  line-height: 1.8em;
  border-radius: 5px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 11px;
  font-size: 2.9333333333vw;
}
.goods_window .img_list img {
  width: 22%;
  margin-bottom: 10px;
  border-radius: 15px;
  border: solid 1px #fff;
}

/*-----------  footer image  ------------*/
#footer_img {
  margin-top: 110px;
  width: 100%;
  height: 270px;
}

/* ============================================
 footer
============================================ */
footer {
  padding-top: 20px;
  padding-bottom: 10px;
  margin-top: 40px;
  background: url("../images/footer_bg.jpg") center no-repeat;
  background-size: cover;
}
footer .menu_ico {
  margin-top: 10px;
  text-align: center;
}
footer .menu_ico img {
  width: 20%;
  margin-left: 3.5%;
}
footer p {
  margin: 10px auto;
  text-align: center;
}
footer p a {
  display: inline-block;
  margin: 0 10px;
  color: #fff;
  font-size: 15px;
  font-size: 4vw;
}

footer .copyrights {
  color: #fff;
  font-family: Verdana, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", sans-serif;
  font-size: 8px;
  font-size: 0.72727rem;
  text-align: center;
}

#page_top {
  display: none;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 5%;
  bottom: 15px;
  cursor: pointer;
}

/* ============================================
 Media Queries
============================================ */
/*---------------------------------------------  for PC  ----------------------------------------------*/
@media screen and (min-width: 768px) {
  .nopc {
    display: none;
  }

  .nosp {
    display: inline;
  }

  /* ============================================
   base
  ============================================ */
  html {
    overflow-y: scroll;
  }

  html, body {
    width: 100%;
    height: auto;
    color: #445fd4;
    min-width: 320px;
    letter-spacing: -0.2px;
    font-size: 12px;
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    background: #fff;
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", sans-serif;
    word-break: break-all;
  }

  .clearfix:before, .chronology dl:before, .clearfix:after, .chronology dl:after {
    content: "";
    display: table;
  }

  .clearfix:after, .chronology dl:after {
    clear: both;
  }

  #exterior_wrapper {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
  }

  .wrapper {
    position: relative;
    width: 92%;
    max-width: 1000px;
    margin: 0 auto;
  }

  /* ============================================
   header
  ============================================ */
  header {
    position: fixed;
    top: 0;
    width: 100%;
    height: auto;
    z-index: 100;
  }

  header a :hover {
    text-decoration: none !important;
  }

  header .head_wrap {
    padding: 0;
    width: 100%;
    max-width: none;
    margin: 0;
  }

  header .head_left {
    float: left;
    width: 200px;
  }

  header .logo {
    margin-left: 10px;
  }

  header .logo a :hover {
    text-decoration: none !important;
  }

  header .head_right {
    padding-top: 0;
    padding-right: 0;
  }

  header .head_right .sns {
    float: right;
    display: block;
    width: 27px;
    margin-right: 8px;
  }

  /*-----------------------------------------------------------------
    ハンバーガーメニュー
  ------------------------------------------------------------------*/
  .menu_button, .menu_button span {
    -webkit-transition: all 0.15s linear;
    transition: all 0.15s linear;
  }

  .menu_button {
    position: absolute;
    right: 26px;
    top: 22px;
    width: 70px;
    height: 17px;
    cursor: pointer;
  }

  .menu_button:hover {
    text-decoration: none;
  }

  .lang {
    position: absolute;
    top: 100px;
    right: 26px;
    width: 70px;
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
    background: transparent;
    padding: 0 10px;
  }
  .lang a, .lang span {
    color: #445fd4;
    font-size: 16px;
    font-size: 1.3333333333rem;
    display: inline-block;
  }
  .lang span {
    border-bottom: #445fd4 2px solid;
  }

  /*-----------  active  ------------*/
  /*-----------------------------------------------------------------
    dropdown nav
  ------------------------------------------------------------------*/
  nav.right_nav {
    width: 100%;
    height: 100%;
    background-color: #445FD4B3;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 100000;
    transform: translateY(-100%);
    transition: all 0.3s;
  }
  nav.right_nav .menu_ico {
    margin-top: 30px;
    text-align: center;
  }
  nav.right_nav .menu_ico img {
    width: 12%;
    max-width: 70px;
    margin-left: 1.3%;
  }
  nav.right_nav p {
    margin: 10px auto;
    text-align: center;
  }
  nav.right_nav p a {
    display: inline-block;
    margin: 0 10px;
    color: #fff;
    font-size: 20px;
    font-size: 1.6666666667rem;
  }

  nav.right_nav.open {
    transform: translateZ(0);
  }

  nav.right_nav ul {
    padding-top: 60px;
  }

  nav.right_nav li {
    color: #fff;
    text-align: center;
    padding: 8px 10px;
  }
  nav.right_nav li img {
    width: 57%;
    max-width: 280px;
  }
  nav.right_nav li.lang {
    position: relative;
    top: auto;
    right: auto;
    width: 80px;
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
    background: transparent;
    padding: 0 4px;
    margin: 0 auto 30px;
  }
  nav.right_nav li.lang a, nav.right_nav li.lang span {
    color: #fff;
    font-size: 20px;
    font-size: 1.6666666667rem;
    display: inline-block;
  }
  nav.right_nav li.lang span {
    border-bottom: #fff 3px solid;
  }

  .nav_close {
    position: absolute;
    right: 26px;
    top: 22px;
    width: 70px;
  }

  /* ============================================
   contents
  ============================================ */
  #content_area {
    position: relative;
    padding-top: 0;
    margin: 0 auto;
  }

  section {
    margin-top: 0;
    padding: 90px 0;
  }
  section h2 {
    text-decoration: underline;
    text-align: center;
    letter-spacing: 2px;
    color: #445fd4;
    font-weight: bold;
    font-size: 38px;
    font-size: 3.1666666667rem;
    margin-bottom: 50px;
  }
  section h2 span {
    display: inline-block;
    padding: 0 5px;
    border-bottom: 2px solid #445fd4;
  }

  /*-----------  top image  ------------*/
  #top_image {
    position: relative;
    width: 100%;
    height: auto;
    display: block;
    padding: 0;
  }
  #top_image > img {
    width: 100%;
  }
  #top_image .catchy {
    position: absolute;
    bottom: 7%;
    width: 100%;
    text-align: center;
  }
  #top_image .catchy img {
    width: 80%;
    max-width: 1000px;
  }

  /*-----------  intro  ------------*/
  #intro {
    background-size: auto auto;
    background-color: #f1f8fd;
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 56px, #e0effa 56px, #e0effa 153px);
  }
  #intro h1 {
    font-size: 28px;
    font-size: 2.3333333333rem;
    text-align: center;
    color: #999999;
  }
  #intro h1 span {
    color: #445fd4;
  }
  #intro .logo {
    margin-top: 50px;
    text-align: center;
  }
  #intro .logo img {
    width: 80%;
    max-width: 600px;
  }

  /*-----------  discography  ------------*/
  #discography {
    background: #fff;
  }
  #discography .disco_box_wrap {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 50px 0 0 -5%;
  }
  #discography .disco_box_wrap .disco_box {
    margin: 0 0 0 5%;
    width: 45%;
  }
  #discography .disco_box_wrap .disco_box .disco_jk {
    text-align: center;
    margin-bottom: 25px;
  }
  #discography .disco_box_wrap .disco_box .disco_jk img {
    width: 100%;
  }
  #discography .disco_box_wrap .disco_box .tag {
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 5px;
  }
  #discography .disco_box_wrap .disco_box .tag span {
    text-align: center;
    min-width: 210px;
    color: #fff;
    padding: 0 10px 2px;
    line-height: 40px;
    height: auto;
    border-radius: 5px;
    background: #999999;
    display: inline-block;
    font-size: 24px;
    font-size: 2rem;
  }
  #discography .disco_box_wrap .disco_box .type {
    font-size: 24px;
    font-size: 2rem;
    color: #999999;
    text-align: center;
    font-weight: bold;
  }
  #discography .disco_box_wrap .disco_box .meta {
    text-align: center;
    color: #999999;
    font-size: 16px;
    font-size: 1.3333333333rem;
  }
  #discography .disco_box_wrap .disco_box .tokuten {
    margin-top: 4px;
    text-align: center;
    color: #999999;
    font-size: 18px;
    font-size: 1.5rem;
  }
  #discography .disco_box_wrap .disco_box.gentei .tag span {
    background: #445fd4;
  }
  #discography .disco_box_wrap .disco_box.gentei .type {
    color: #445fd4;
  }
  #discography .disco_box_wrap .disco_box .cart {
    text-align: center;
    margin-top: 10px;
  }
  #discography .disco_box_wrap .disco_box .cart a {
    height: 45px;
    text-align: center;
    min-width: 140px;
    color: #445fd4;
    padding: 7px 10px 2px;
    border-radius: 5px;
    background: #fff;
    border: solid 1px #445fd4;
    display: inline-block;
    font-size: 18px;
    font-size: 1.5rem;
  }
  #discography .disco_box_wrap .disco_box .cart a:hover {
    background: #445fd4;
    color: #fff;
  }
  #discography .illustration {
    margin-top: 50px;
    text-align: center;
    color: #445fd4;
    font-size: 18px;
    font-size: 1.5rem;
  }
  #discography .present_cart {
    text-align: center;
    margin-top: 80px;
  }
  #discography .present_cart a {
    height: auto;
    text-align: center;
    min-width: 340px;
    color: #445fd4;
    padding: 10px 50px;
    border-radius: 5px;
    background: #fff;
    border: solid 5px #445fd4;
    display: inline-block;
    font-size: 24px;
    font-size: 2rem;
  }
  #discography .present_cart a:hover {
    background: #445fd4;
    color: #fff;
  }

  /*-----------  TRACK LIST  ------------*/
  #tracklist {
    background-size: auto auto;
    background-color: #f1f8fd;
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 56px, #e0effa 56px, #e0effa 153px);
  }
  #tracklist .box_tracklist {
    margin-bottom: 50px;
  }
  #tracklist .box_tracklist:last-child {
    margin-bottom: 0;
  }
  #tracklist h3 {
    text-align: center;
    font-size: 20px;
    font-size: 1.6666666667rem;
    color: #999999;
    margin-bottom: 10px;
  }
  #tracklist p {
    color: #445fd4;
    text-align: center;
    font-size: 25px;
    font-size: 2.0833333333rem;
  }
  #tracklist p.sub {
    font-size: 18px;
    font-size: 1.5rem;
  }

  /*-----------  present  ------------*/
  #present .present_info {
    font-size: 20px;
    font-size: 1.6666666667rem;
    font-weight: bold;
    text-align: center;
    color: #445fd4;
  }
  #present .box_present_wrap {
    margin: 30px auto;
  }
  #present .box_present_wrap ul {
    margin: 0 0 -5% -5%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
  }
  #present .box_present_wrap ul li {
    margin: 0 0 5% 5%;
    width: 45%;
  }
  #present .box_present_wrap ul li .box_present {
    width: 100%;
    border-right: solid 4px #abb7ec;
    border-left: solid 4px #abb7ec;
    border-radius: 5px;
    overflow: hidden;
    background: #abb7ec;
  }
  #present .box_present_wrap ul li .box_present h3 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 80px;
    background: #abb7ec;
    text-align: center;
    color: #fff;
    line-height: 1.2;
    font-size: 26px;
    font-size: 2.1666666667rem;
  }
  #present .box_present_wrap ul li .box_present h3 small {
    font-size: 22px;
    font-size: 1.8333333333rem;
  }
  #present .box_present_wrap ul li .box_present h3 span {
    font-size: 14px;
    font-size: 1.1666666667rem;
  }
  #present .box_present_wrap ul li .box_present h3.pcshop {
    font-size: 20px;
    font-size: 1.6666666667rem;
  }
  #present .box_present_wrap ul li .box_present h3.pcshop small {
    font-size: 20px;
    font-size: 1.6666666667rem;
  }
  #present .box_present_wrap ul li .box_present h3.pcshop span {
    font-size: 18px;
    font-size: 1.5rem;
  }
  #present .box_present_wrap ul li .box_present .present_img {
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    background: #fff;
    min-height: 150px;
  }
  #present .box_present_wrap ul li .box_present .present_img img {
    width: 100%;
  }
  #present .box_present_wrap ul li .box_present .present_detail {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 60px;
    padding: 5px 0;
    background: #abb7ec;
    text-align: center;
    color: #fff;
    line-height: 1.2;
    font-size: 22px;
    font-size: 1.8333333333rem;
  }
  #present .box_present_wrap ul li .box_present .present_detail.smaller {
    font-size: 19px;
    font-size: 1.5833333333rem;
    line-height: 1.1;
  }
  #present .box_present_wrap ul li .present_btn {
    text-align: center;
    margin-top: 15px;
  }
  #present .box_present_wrap ul li .present_btn a {
    height: 45px;
    text-align: center;
    width: 90%;
    margin: 0 auto;
    color: #445fd4;
    line-height: 1.8em;
    border-radius: 5px;
    background: #fff;
    border: solid 1px #445fd4;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-size: 1.5rem;
  }
  #present .box_present_wrap ul li .present_btn a:hover {
    background: #445fd4;
    color: #fff;
  }
  #present .present_attention {
    margin-top: 50px;
  }
  #present .present_attention li {
    text-align: center;
    color: #999999;
    font-size: 16px;
    font-size: 1.3333333333rem;
    text-indent: -1em;
    padding-left: 1em;
  }

  /*-----------  event  ------------*/
  #event {
    background-size: auto auto;
    background-color: #f1f8fd;
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 56px, #e0effa 56px, #e0effa 153px);
  }
  #event h3 {
    font-size: 40px;
    font-size: 3.3333333333rem;
    text-align: center;
    font-weight: bold;
    margin-bottom: 50px;
  }
  #event p {
    font-size: 20px;
    font-size: 1.6666666667rem;
    text-align: center;
    margin: 50px auto;
  }
  #event p.event_attention {
    color: #999999;
    font-size: 16px;
    font-size: 1.3333333333rem;
  }
  #event dl {
    margin: 50px auto;
  }
  #event dl dt {
    text-align: center;
    font-size: 20px;
    font-size: 1.6666666667rem;
    color: #999999;
    margin-bottom: 10px;
  }
  #event dl dd {
    color: #445fd4;
    text-align: center;
    font-size: 30px;
    font-size: 2.5rem;
  }

  /*-----------  present  ------------*/
  #goods .goods_info {
    font-size: 26px;
    font-size: 2.1666666667rem;
    font-weight: bold;
    text-align: center;
    color: #445fd4;
    margin-bottom: 10px;
  }
  #goods .goods_attention01 {
    text-align: center;
    color: #999999;
    font-size: 16px;
    font-size: 1.3333333333rem;
    text-indent: -1em;
    padding-left: 1em;
  }
  #goods .box_goods_wrap {
    margin: 50px auto;
  }
  #goods .box_goods_wrap ul {
    margin: 0 0 -5% -5%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  #goods .box_goods_wrap ul li {
    margin: 0 0 5% 5%;
    width: 45%;
  }
  #goods .box_goods_wrap ul li .box_goods {
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
  }
  #goods .box_goods_wrap ul li .box_goods h3 {
    margin: 10px auto 5px;
    text-align: center;
    font-weight: bold;
    color: #445fd4;
    line-height: 1.2;
    font-size: 26px;
    font-size: 2.1666666667rem;
  }
  #goods .box_goods_wrap ul li .box_goods .goods_img {
    border-radius: 5px;
    min-height: 200px;
    background: #f1f8fd;
    text-align: center;
  }
  #goods .box_goods_wrap ul li .box_goods .goods_price {
    text-align: center;
    font-size: 18px;
    font-size: 1.5rem;
    color: #999999;
    line-height: 1.1;
  }
  #goods .box_goods_wrap ul li .goods_btn {
    text-align: center;
    margin-top: 10px;
  }
  #goods .box_goods_wrap ul li .goods_btn a {
    height: 40px;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    color: #fff;
    line-height: 1.8em;
    border-radius: 5px;
    background: rgba(68, 95, 212, 0.45);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-size: 1.5rem;
  }
  #goods .box_goods_wrap ul li.btn_erea {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #goods .box_goods_wrap ul li.btn_erea a {
    width: 80%;
    border-radius: 5px;
    text-align: center;
    margin: 20px auto;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100px;
    font-size: 16px;
    font-size: 1.3333333333rem;
    padding: 20px;
    border: solid 1px #445fd4;
  }
  #goods .box_goods_wrap ul li.btn_erea a:hover {
    background: #445fd4;
    color: #fff;
  }
  #goods .goods_attention02 {
    margin-top: 50px;
  }
  #goods .goods_attention02 li {
    text-align: center;
    color: #999999;
    font-size: 16px;
    font-size: 1.3333333333rem;
    text-indent: -1em;
    padding-left: 1em;
  }
  #goods .goods_attention03 {
    text-align: center;
    color: #999999;
    font-size: 16px;
    font-size: 1.3333333333rem;
  }

  .fancybox-infobar {
    display: none !important;
  }

  .goods_window {
    position: relative;
    max-width: 800px;
    flex-wrap: wrap;
    padding: 30px;
    margin: 50px 40px !important;
    background: rgba(68, 95, 212, 0.7);
    border-radius: 10px;
  }
  .goods_window .window_goods_img {
    width: 110%;
    text-align: center;
    margin-left: -5%;
  }
  .goods_window h3 {
    font-size: 28px;
    font-size: 2.3333333333rem;
    color: #fff;
    font-weight: bold;
    margin: 0 auto;
    text-align: center;
    letter-spacing: -0.8px;
  }
  .goods_window h3 small {
    font-size: 80%;
  }
  .goods_window h4 {
    font-size: 14px;
    font-size: 1.1666666667rem;
    line-height: 1.2;
    font-weight: bold;
    margin: 15px auto;
    text-align: center;
  }
  .goods_window .price {
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-size: 1.6666666667rem;
    margin-bottom: 15px;
  }
  .goods_window .price small {
    font-size: 80%;
  }
  .goods_window p {
    color: #fff;
    font-size: 16px;
    font-size: 1.3333333333rem;
    text-align: center;
  }
  .goods_window .close {
    position: absolute;
    top: 15px;
    right: 30px;
    border-radius: 50px;
    max-width: 45px;
    width: 50%;
    color: #fff;
    padding: 10px 0px;
    margin: 0px auto 0;
    text-align: center;
  }
  .goods_window .goods_btn {
    text-align: center;
    margin-top: 30px;
  }
  .goods_window .goods_btn a {
    height: 40px;
    text-align: center;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    color: #445fd4;
    line-height: 1.8em;
    border-radius: 5px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-size: 1.5rem;
  }
  .goods_window .img_list img {
    width: 22%;
    margin-bottom: 10px;
    border-radius: 15px;
    border: solid 1px #fff;
  }

  /*-----------  footer image  ------------*/
  #footer_img {
    margin-top: 110px;
    width: 100%;
    height: 270px;
  }

  /* ============================================
   footer
  ============================================ */
  footer {
    padding-top: 20px;
    padding-bottom: 10px;
    margin-top: 40px;
    background: url("../images/footer_bg.jpg") center no-repeat;
    background-size: cover;
  }
  footer .menu_ico {
    margin-top: 20px;
    text-align: center;
  }
  footer .menu_ico img {
    width: 20%;
    max-width: 120px;
    margin-left: 1.9%;
  }
  footer p {
    margin: 20px auto;
    text-align: center;
  }
  footer p a {
    display: inline-block;
    margin: 0 10px;
    color: #fff;
    font-size: 20px;
    font-size: 1.6666666667rem;
  }

  footer .copyrights {
    color: #fff;
    font-family: Verdana, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", sans-serif;
    font-size: 8px;
    font-size: 0.72727rem;
    text-align: center;
  }

  #page_top {
    display: none;
    width: 35px;
    height: 35px;
    position: fixed;
    right: 5%;
    bottom: 15px;
    cursor: pointer;
  }
}

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