@charset "UTF-8";
/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

/*
SCSS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: $icon-home-width;
}

The large array-like variables contain all information about a single icon
$icon-home: x y offset_x offset_y width height total_width total_height image_path;

At the bottom of this section, we provide information about the spritesheet itself
$spritesheet: width height image $spritesheet-sprites;
*/
/*
The provided mixins are intended to be used with the array-like variables

.icon-home {
  @include sprite-width($icon-home);
}

.icon-email {
  @include sprite($icon-email);
}

Example usage in HTML:

`display: block` sprite:
<div class="icon-home"></div>

To change `display` (e.g. `display: inline-block;`), we suggest using a common CSS class:

// CSS
.icon {
  display: inline-block;
}

// HTML
<i class="icon icon-home"></i>
*/
/*
The `sprites` mixin generates identical output to the CSS template
  but can be overridden inside of SCSS

@include sprites($spritesheet-sprites);
*/
/* ===================================================
*
*  Webfonts Title: Yaku Han JP
*  Author: Qrac
*  URL: https://twitter.com/Qrac_jp
*  "Noto Sans CJK JP" licensed under the SIL Open Font License
*  https://www.google.com/get/noto/#/
*
=================================================== */
@font-face {
  font-family: 'YakuHanJP';
  font-style: normal;
  font-weight: 100;
  src: url(/static/wedcamp/common-pc/fonts/YakuHanJP/YakuHanJP-Thin.woff2) format("woff2"), url(/static/wedcamp/common-pc/fonts/YakuHanJP/YakuHanJP-Thin.woff) format("woff"), url(/static/wedcamp/common-pc/fonts/YakuHanJP/YakuHanJP-Thin.eot);
}

@font-face {
  font-family: 'YakuHanJP';
  font-style: normal;
  font-weight: 200;
  src: url(/static/wedcamp/common-pc/fonts/YakuHanJP/YakuHanJP-Light.woff2) format("woff2"), url(/static/wedcamp/common-pc/fonts/YakuHanJP/YakuHanJP-Light.woff) format("woff"), url(/static/wedcamp/common-pc/fonts/YakuHanJP/YakuHanJP-Light.eot);
}

@font-face {
  font-family: 'YakuHanJP';
  font-style: normal;
  font-weight: 300;
  src: url(/static/wedcamp/common-pc/fonts/YakuHanJP/YakuHanJP-DemiLight.woff2) format("woff2"), url(/static/wedcamp/common-pc/fonts/YakuHanJP/YakuHanJP-DemiLight.woff) format("woff"), url(/static/wedcamp/common-pc/fonts/YakuHanJP/YakuHanJP-DemiLight.eot);
}

@font-face {
  font-family: 'YakuHanJP';
  font-style: normal;
  font-weight: 400;
  src: url(/static/wedcamp/common-pc/fonts/YakuHanJP/YakuHanJP-Regular.woff2) format("woff2"), url(/static/wedcamp/common-pc/fonts/YakuHanJP/YakuHanJP-Regular.woff) format("woff"), url(/static/wedcamp/common-pc/fonts/YakuHanJP/YakuHanJP-Regular.eot);
}

@font-face {
  font-family: 'YakuHanJP';
  font-style: normal;
  font-weight: 500;
  src: url(/static/wedcamp/common-pc/fonts/YakuHanJP/YakuHanJP-Medium.woff2) format("woff2"), url(/static/wedcamp/common-pc/fonts/YakuHanJP/YakuHanJP-Medium.woff) format("woff"), url(/static/wedcamp/common-pc/fonts/YakuHanJP/YakuHanJP-Medium.eot);
}

@font-face {
  font-family: 'YakuHanJP';
  font-style: normal;
  font-weight: 700;
  src: url(/static/wedcamp/common-pc/fonts/YakuHanJP/YakuHanJP-Bold.woff2) format("woff2"), url(/static/wedcamp/common-pc/fonts/YakuHanJP/YakuHanJP-Bold.woff) format("woff"), url(/static/wedcamp/common-pc/fonts/YakuHanJP/YakuHanJP-Bold.eot);
}

@font-face {
  font-family: 'YakuHanJP';
  font-style: normal;
  font-weight: 900;
  src: url(/static/wedcamp/common-pc/fonts/YakuHanJP/YakuHanJP-Black.woff2) format("woff2"), url(/static/wedcamp/common-pc/fonts/YakuHanJP/YakuHanJP-Black.woff) format("woff"), url(/static/wedcamp/common-pc/fonts/YakuHanJP/YakuHanJP-Black.eot);
}

html, body {
  background-color: #fff;
  font-family: "YakuHanJP", "Quicksand", "ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",sans-serif !important;
  min-width: 1000px;
  letter-spacing: 0.1em;
}

body {
  position: relative;
}

body.modalOpened {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

* {
  box-sizing: border-box;
}

a {
  -webkit-transition: color 0.1s linear;
  transition: color 0.1s linear;
  text-decoration: none;
}

.desktop a:hover {
  color: #e2bfd4 !important;
}

#wrapper {
  margin: auto;
  min-width: 1000px;
  max-width: 1900px;
  position: relative;
  overflow-x: hidden;
}

#opening {
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  background-color: #fff;
  width: 100%;
  height: 100%;
  z-index: 1000;
}

#opening .logo {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: url("/static/wedcamp/common-pc/openingLogo.png") left top no-repeat;
  width: 240px;
  height: 240px;
}

#opening.ended {
  opacity: 0;
}

#loading {
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transition: opacity 0.2s linear 0.6s;
  transition: opacity 0.2s linear 0.6s;
  background-color: #fff;
  width: 100%;
  height: 100%;
  z-index: 2000;
}

#loading .loader {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  width: 92px;
  height: 6px;
  overflow: hidden;
}

#loading .loader svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 202px;
  -webkit-animation: loadingAnimation 2s linear infinite;
          animation: loadingAnimation 2s linear infinite;
}

#loading .loader svg use {
  fill: #31567e;
}

#loading.noLogo {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

#loading.loaded {
  opacity: 0;
}

#loading.loaded .loader {
  opacity: 0;
}

#loading.noLogo.loaded .loader {
  opacity: 1;
}

@-webkit-keyframes loadingAnimation {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-101px);
            transform: translateX(-101px);
  }
}

@keyframes loadingAnimation {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-101px);
            transform: translateX(-101px);
  }
}

#bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  min-width: 1000px;
  max-width: 1900px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: fixed;
}

#bg canvas {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

#globalHeader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 137px;
  z-index: 10;
}

#globalHeader .logo {
  width: 104px;
  height: 112px;
  position: relative;
  background-image: url(/static/wedcamp/common-pc/sprites.png);
  background-position: -119px -230px;
  width: 104px;
  height: 112px;
  position: absolute;
  top: 14px;
  left: 16px;
}

#globalHeader .logo a {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
}

#globalHeader .logo a span {
  background-image: url(/static/wedcamp/common-pc/sprites.png);
  background-position: -928px -230px;
  width: 56px;
  height: 59px;
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
  line-height: 0.1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

#globalHeader .sns {
  position: absolute;
  top: 42px;
  right: 15px;
}

#globalNav {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  background-image: url(/static/wedcamp/common-pc/sprites.png);
  background-position: -978px 0px;
  width: 978px;
  height: 55px;
  top: 43px;
}

#globalNav ul {
  letter-spacing: -0.4em;
  text-align: center;
}

#globalNav li {
  letter-spacing: normal;
  display: inline-block;
  margin: 1px 4px 2px;
}

#globalNav li span:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  -webkit-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
  content: '';
}

.desktop #globalNav li a:hover span:after {
  opacity: 1;
}

#globalNav li.home {
  width: 68px;
  height: 50px;
  position: relative;
}

#globalNav li.home a {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
}

#globalNav li.home a span {
  background-image: url(/static/wedcamp/common-pc/sprites.png);
  background-position: -1445px -111px;
  width: 48px;
  height: 11px;
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
  line-height: 0.1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

#globalNav li.home span:after {
  background-image: url(/static/wedcamp/common-pc/sprites.png);
  background-position: -1495px -111px;
  width: 48px;
  height: 11px;
}

#globalNav li.profile {
  width: 86px;
  height: 50px;
  position: relative;
}

#globalNav li.profile a {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
}

#globalNav li.profile a span {
  background-image: url(/static/wedcamp/common-pc/sprites.png);
  background-position: -1694px -98px;
  width: 66px;
  height: 11px;
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
  line-height: 0.1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

#globalNav li.profile span:after {
  background-image: url(/static/wedcamp/common-pc/sprites.png);
  background-position: -1626px -98px;
  width: 66px;
  height: 11px;
}

#globalNav li.liveEvent {
  width: 118px;
  height: 50px;
  position: relative;
}

#globalNav li.liveEvent a {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
}

#globalNav li.liveEvent a span {
  background-image: url(/static/wedcamp/common-pc/sprites.png);
  background-position: -1300px -71px;
  width: 98px;
  height: 10px;
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
  line-height: 0.1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

#globalNav li.liveEvent span:after {
  background-image: url(/static/wedcamp/common-pc/sprites.png);
  background-position: -1824px -57px;
  width: 98px;
  height: 10px;
}

#globalNav li.video {
  width: 72px;
  height: 50px;
  position: relative;
}

#globalNav li.video a {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
}

#globalNav li.video a span {
  background-image: url(/static/wedcamp/common-pc/sprites.png);
  background-position: -1391px -111px;
  width: 52px;
  height: 11px;
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
  line-height: 0.1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

#globalNav li.video span:after {
  background-image: url(/static/wedcamp/common-pc/sprites.png);
  background-position: -1337px -111px;
  width: 52px;
  height: 11px;
}

#globalNav li.cdMusic {
  width: 103px;
  height: 50px;
  position: relative;
}

#globalNav li.cdMusic a {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
}

#globalNav li.cdMusic a span {
  background-image: url(/static/wedcamp/common-pc/sprites.png);
  background-position: -1166px -98px;
  width: 83px;
  height: 11px;
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
  line-height: 0.1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

#globalNav li.cdMusic span:after {
  background-image: url(/static/wedcamp/common-pc/sprites.png);
  background-position: -1251px -98px;
  width: 83px;
  height: 11px;
}

#globalNav li.news {
  width: 64px;
  height: 50px;
  position: relative;
}

#globalNav li.news a {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
}

#globalNav li.news a span {
  background-image: url(/static/wedcamp/common-pc/sprites.png);
  background-position: -1739px -111px;
  width: 44px;
  height: 10px;
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
  line-height: 0.1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

#globalNav li.news span:after {
  background-image: url(/static/wedcamp/common-pc/sprites.png);
  background-position: -1693px -111px;
  width: 44px;
  height: 10px;
}

#globalNav li.garage {
  width: 89px;
  height: 50px;
  position: relative;
}

#globalNav li.garage a {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
}

#globalNav li.garage a span {
  background-image: url(/static/wedcamp/common-pc/sprites.png);
  background-position: -1555px -98px;
  width: 69px;
  height: 11px;
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
  line-height: 0.1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

#globalNav li.garage span:after {
  background-image: url(/static/wedcamp/common-pc/sprites.png);
  background-position: -1484px -98px;
  width: 69px;
  height: 11px;
}

#globalNav li.contact {
  width: 92px;
  height: 50px;
  position: relative;
}

#globalNav li.contact a {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
}

#globalNav li.contact a span {
  background-image: url(/static/wedcamp/common-pc/sprites.png);
  background-position: -1336px -98px;
  width: 72px;
  height: 11px;
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
  line-height: 0.1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

#globalNav li.contact span:after {
  background-image: url(/static/wedcamp/common-pc/sprites.png);
  background-position: -1410px -98px;
  width: 72px;
  height: 11px;
}

#globalNav li.webShop {
  width: 179px;
  height: 50px;
  position: relative;
  margin-left: 10px;
}

#globalNav li.webShop a {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
}

#globalNav li.webShop a span {
  background-image: url(/static/wedcamp/common-pc/sprites.png);
  background-position: -1342px -57px;
  width: 159px;
  height: 11px;
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
  line-height: 0.1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

#globalNav li.webShop span:after {
  background-image: url(/static/wedcamp/common-pc/sprites.png);
  background-position: -1503px -57px;
  width: 159px;
  height: 11px;
}

#globalNav li.webShop:before {
  content: '';
  background-color: #c1ccd8;
  width: 1px;
  height: 16px;
  position: absolute;
  left: -7px;
  top: 16.5px;
}

.home #globalNav li.home a span:after,
.profile #globalNav li.profile a span:after,
.liveEvent #globalNav li.liveEvent a span:after,
.video #globalNav li.video a span:after,
.cdMusic #globalNav li.cdMusic a span:after,
.news #globalNav li.news a span:after,
.garage #globalNav li.garage a span:after,
.contact #globalNav li.contact a span:after {
  opacity: 1;
}

@media screen and (max-width: 1240px) {
  #globalHeader {
    background-image: url(/static/wedcamp/common-pc/sprites.png);
    background-position: 0px 0px;
    width: 976px;
    height: 96px;
    top: 10px;
  }
  #globalHeader .logo {
    width: 47px;
    height: 49px;
    background: none;
    position: absolute;
    top: 21px;
    left: 21px;
  }
  #globalHeader .logo a {
    background-image: url(/static/wedcamp/common-pc/sprites.png);
    background-position: -401px -159px;
    width: 47px;
    height: 49px;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    line-height: 0.1;
    display: block;
    width: 100%;
    height: 100%;
  }
  #globalHeader .logo span {
    display: none;
  }
  #globalHeader .sns {
    background: none !important;
    width: 65px;
    height: 50px;
    top: 21px;
    right: 16px;
  }
  #globalHeader .sns .btnFacebook {
    top: 0;
    left: 0;
    width: 30px;
  }
  #globalHeader .sns .btnTwitter {
    top: 0;
    right: 0;
    width: 30px;
  }
  #globalNav {
    background: none;
    top: 21px;
    left: 85px;
    width: auto;
  }
  #globalNav ul {
    text-align: left;
  }
  #globalNav li {
    margin: 0;
  }
  #globalNav li.home {
    width: 61px;
    height: 50px;
    position: relative;
  }
  #globalNav li.home a {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
  }
  #globalNav li.home a span {
    background-image: url(/static/wedcamp/common-pc/sprites.png);
    background-position: -1830px -111px;
    width: 43px;
    height: 10px;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    line-height: 0.1;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  #globalNav li.home span:after {
    background-image: url(/static/wedcamp/common-pc/sprites.png);
    background-position: -1785px -111px;
    width: 43px;
    height: 10px;
  }
  #globalNav li.profile {
    width: 78px;
    height: 50px;
    position: relative;
  }
  #globalNav li.profile a {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
  }
  #globalNav li.profile a span {
    background-image: url(/static/wedcamp/common-pc/sprites.png);
    background-position: -1888px -98px;
    width: 60px;
    height: 10px;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    line-height: 0.1;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  #globalNav li.profile span:after {
    background-image: url(/static/wedcamp/common-pc/sprites.png);
    background-position: -1826px -98px;
    width: 60px;
    height: 10px;
  }
  #globalNav li.liveEvent {
    width: 107px;
    height: 50px;
    position: relative;
  }
  #globalNav li.liveEvent a {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
  }
  #globalNav li.liveEvent a span {
    background-image: url(/static/wedcamp/common-pc/sprites.png);
    background-position: -1400px -71px;
    width: 89px;
    height: 10px;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    line-height: 0.1;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  #globalNav li.liveEvent span:after {
    background-image: url(/static/wedcamp/common-pc/sprites.png);
    background-position: -1491px -71px;
    width: 89px;
    height: 10px;
  }
  #globalNav li.video {
    width: 66px;
    height: 50px;
    position: relative;
  }
  #globalNav li.video a {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
  }
  #globalNav li.video a span {
    background-image: url(/static/wedcamp/common-pc/sprites.png);
    background-position: -1593px -111px;
    width: 48px;
    height: 10px;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    line-height: 0.1;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  #globalNav li.video span:after {
    background-image: url(/static/wedcamp/common-pc/sprites.png);
    background-position: -1643px -111px;
    width: 48px;
    height: 10px;
  }
  #globalNav li.cdMusic {
    width: 93px;
    height: 50px;
    position: relative;
  }
  #globalNav li.cdMusic a {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
  }
  #globalNav li.cdMusic a span {
    background-image: url(/static/wedcamp/common-pc/sprites.png);
    background-position: -1582px -71px;
    width: 75px;
    height: 10px;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    line-height: 0.1;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  #globalNav li.cdMusic span:after {
    background-image: url(/static/wedcamp/common-pc/sprites.png);
    background-position: -1659px -71px;
    width: 75px;
    height: 10px;
  }
  #globalNav li.news {
    width: 59px;
    height: 50px;
    position: relative;
  }
  #globalNav li.news a {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
  }
  #globalNav li.news a span {
    background-image: url(/static/wedcamp/common-pc/sprites.png);
    background-position: -1875px -111px;
    width: 41px;
    height: 10px;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    line-height: 0.1;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  #globalNav li.news span:after {
    background-image: url(/static/wedcamp/common-pc/sprites.png);
    background-position: -1166px -126px;
    width: 41px;
    height: 10px;
  }
  #globalNav li.garage {
    width: 80px;
    height: 50px;
    position: relative;
  }
  #globalNav li.garage a {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
  }
  #globalNav li.garage a span {
    background-image: url(/static/wedcamp/common-pc/sprites.png);
    background-position: -1870px -71px;
    width: 62px;
    height: 10px;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    line-height: 0.1;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  #globalNav li.garage span:after {
    background-image: url(/static/wedcamp/common-pc/sprites.png);
    background-position: -1762px -98px;
    width: 62px;
    height: 10px;
  }
  #globalNav li.contact {
    width: 83px;
    height: 50px;
    position: relative;
  }
  #globalNav li.contact a {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
  }
  #globalNav li.contact a span {
    background-image: url(/static/wedcamp/common-pc/sprites.png);
    background-position: -1736px -71px;
    width: 65px;
    height: 10px;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    line-height: 0.1;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  #globalNav li.contact span:after {
    background-image: url(/static/wedcamp/common-pc/sprites.png);
    background-position: -1803px -71px;
    width: 65px;
    height: 10px;
  }
  #globalNav li.webShop {
    width: 176px;
    height: 50px;
    position: relative;
    margin-left: 1px;
  }
  #globalNav li.webShop a {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
  }
  #globalNav li.webShop a span {
    background-image: url(/static/wedcamp/common-pc/sprites.png);
    background-position: -1140px -71px;
    width: 158px;
    height: 11px;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    line-height: 0.1;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  #globalNav li.webShop span:after {
    background-image: url(/static/wedcamp/common-pc/sprites.png);
    background-position: -1664px -57px;
    width: 158px;
    height: 11px;
  }
  #globalNav li.webShop:before {
    display: none;
  }
}

#globalFooter {
  width: 100%;
  height: 430px;
  background-color: #262626;
  position: relative;
  z-index: 10;
}

#globalFooter > .inner {
  padding: 80px 45px 0;
  width: 100%;
  position: relative;
  margin: 0 auto;
}

#globalFooter > .inner:after {
  background-image: url(/static/wedcamp/common-pc/sprites.png);
  background-position: -836px -98px;
  width: 172px;
  height: 45px;
  content: '';
  position: absolute;
  top: -37px;
  right: 0;
}

#globalFooter > .inner:before {
  background-image: url(/static/wedcamp/common-pc/sprites.png);
  background-position: -611px -98px;
  width: 223px;
  height: 45px;
  content: '';
  position: absolute;
  top: -37px;
  left: 0;
}

#globalFooter a {
  color: #8e858b;
  font-size: 13px;
}

#globalFooter .block {
  width: 244px;
  height: 180px;
  float: left;
}

#globalFooter .block .ttl {
  color: #e2bfd4;
  font-size: 13px;
  margin-bottom: 16px;
}

#globalFooter .block ul li {
  line-height: 1.4;
}

#globalFooter .btnScrollTop {
  width: 53px;
  height: 53px;
  position: relative;
  background-image: url(/static/wedcamp/common-pc/sprites.png);
  background-position: -346px -159px;
  width: 53px;
  height: 53px;
  position: absolute;
  right: 46px;
  top: -28px;
  z-index: 2;
}

#globalFooter .btnScrollTop a {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
}

#globalFooter .btnScrollTop a span {
  background-image: url(/static/wedcamp/common-pc/sprites.png);
  background-position: -1041px -230px;
  width: 5px;
  height: 19px;
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
  line-height: 0.1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

#globalFooter .btnContact {
  width: 60px;
  height: 63px;
  position: relative;
  background-image: url(/static/wedcamp/common-pc/sprites.png);
  background-position: -804px -230px;
  width: 60px;
  height: 63px;
  position: absolute;
  right: 318px;
  top: 78px;
}

#globalFooter .btnContact a {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
}

#globalFooter .btnContact a span {
  background-image: url(/static/wedcamp/common-pc/sprites.png);
  background-position: -516px -159px;
  width: 16px;
  height: 12px;
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
  line-height: 0.1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

#globalFooter .btnWebShop {
  width: 258px;
  height: 59px;
  position: relative;
  background-image: url(/static/wedcamp/common-pc/sprites.png);
  background-position: -128px -98px;
  width: 258px;
  height: 59px;
  position: absolute;
  right: 45px;
  top: 80px;
}

#globalFooter .btnWebShop a {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
}

#globalFooter .btnWebShop a span {
  background-image: url(/static/wedcamp/common-pc/sprites.png);
  background-position: -1140px -57px;
  width: 200px;
  height: 12px;
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
  line-height: 0.1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

#globalFooter .lang {
  background-image: url(/static/wedcamp/common-pc/sprites.png);
  background-position: -237px -159px;
  width: 107px;
  height: 53px;
  position: absolute;
  left: 42px;
  top: -28px;
  z-index: 2;
}

#globalFooter .lang a {
  -webkit-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
  opacity: 0.2;
}

#globalFooter .lang .jp {
  width: 53px;
  height: 53px;
  position: relative;
  position: absolute;
}

#globalFooter .lang .jp a {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
}

#globalFooter .lang .jp a span {
  background-image: url(/static/wedcamp/common-pc/sprites.png);
  background-position: -1934px -71px;
  width: 16px;
  height: 10px;
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
  line-height: 0.1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

body:not(.en) #globalFooter .lang .jp a,
.desktop #globalFooter .lang .jp a:hover {
  opacity: 1;
}

#globalFooter .lang .en {
  width: 53px;
  height: 53px;
  position: relative;
  position: absolute;
  right: 0;
}

#globalFooter .lang .en a {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
}

#globalFooter .lang .en a span {
  background-image: url(/static/wedcamp/common-pc/sprites.png);
  background-position: -1924px -57px;
  width: 19px;
  height: 10px;
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
  line-height: 0.1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

body.en #globalFooter .lang .en a,
.desktop #globalFooter .lang .en a:hover {
  opacity: 1;
}

#globalFooter .otherLinks {
  position: absolute;
  left: 45px;
  top: 340px;
  letter-spacing: -0.4em;
}

#globalFooter .otherLinks li {
  letter-spacing: normal;
  display: inline-block;
}

#globalFooter .otherLinks .tsubasa {
  width: 160px;
  height: 29px;
}

#globalFooter .otherLinks .tsubasa a {
  background-image: url(/static/wedcamp/common-pc/sprites.png);
  background-position: -978px -57px;
  width: 160px;
  height: 29px;
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
  line-height: 0.1;
  display: block;
  width: 100%;
  height: 100%;
}

#globalFooter .otherLinks .warner {
  width: 97px;
  height: 41px;
  margin-left: 30px;
}

#globalFooter .otherLinks .warner a {
  background-image: url(/static/wedcamp/common-pc/sprites.png);
  background-position: -1010px -98px;
  width: 97px;
  height: 41px;
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
  line-height: 0.1;
  display: block;
  width: 100%;
  height: 100%;
}

#globalFooter .otherLinks .atlantic {
  width: 55px;
  height: 38px;
  margin-left: 25px;
}

#globalFooter .otherLinks .atlantic a {
  background-image: url(/static/wedcamp/common-pc/sprites.png);
  background-position: -1109px -98px;
  width: 55px;
  height: 38px;
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
  line-height: 0.1;
  display: block;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1100px) {
  #globalFooter .block {
    width: 160px;
    margin-right: 25px;
  }
}

#globalFooter > .inner:before {
  display: none;
}

#globalFooter .lang {
  display: none;
}

#contents {
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 2;
  background: url("/static/wedcamp/common-pc/bg.jpg") top left;
}

#contents.gl {
  background: none;
}

#contents.gl:before {
  display: none;
}

#contents > section {
  width: 100%;
  margin: 0 auto;
  position: relative;
}


#contents > section.header {
  max-width: 100%;
/*  overflow: hidden;
  height: 815px;*/
  z-index: 3;
  margin-bottom: -8px;
  background:#1a2b70;
  padding:50px 0;
  
}

#contents > section.header > .bg {
/*  position: absolute;
  margin-top: -407.5px;
  margin-left: -800px;
    height: 815px;
*/
margin:auto;
  left: 0%;
  right:0;
  top: 10%;
  width: 100%;
  text-align:center;
}

#contents > section.header svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display:none;
}

#contents > section.header svg image {
  width: 100%;
  height: 100%;
}

#contents > section.header h1 {
  position: absolute;
  left: 20%;
  margin: auto;
/*  text-indent: 120%;
  overflow: hidden;
  white-space: nowrap;
  line-height: 0.1;
  -webkit-transition: opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: translateY(8px);
          transform: translateY(8px);
  opacity: 0;
    mix-blend-mode: color-dodge;
*/

  top: 50%;
  display:inline-block;
}

#contents > section.header h1.show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

#contents > section.header.narrow {
  height: 419px;
}

@media screen and (min-width: 1600px) {
  #contents > section.header > .bg {
    width: 100%;
    margin-left: 0;
    left: 0;
  }
}

.column3, .column4 {
  width: calc(100% - 8.8% * 2);
  margin: auto;
  position: relative;
}

.column3:after, .column4:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.column3 li, .column4 li {
  float: left;
}

.column3 a, .column4 a {
  display: block;
}

.column3 img, .column4 img {
  width: 100%;
  display: block;
}

.column3 li {
  width: 28.4%;
  margin-left: 7.4%;
}

.column3 li:nth-child(3n + 1) {
  margin-left: 0;
  clear: both;
}

.column4 li {
  width: 22%;
  margin-left: 4%;
}

.column4 li:nth-of-type(4n + 4) {
  margin-left: 0;
  clear: both;
}

.cdMusicLatestList li, .cdMusicList li {
  color: #31567e;
  line-height: 1.4;
}

.cdMusicLatestList li a, .cdMusicList li a {
  color: #31567e;
}

.cdMusicLatestList li .sub, .cdMusicList li .sub {
  font-size: 13px;
  margin-top: 22px;
  margin-bottom: 6px;
}

.cdMusicLatestList li .ttl, .cdMusicList li .ttl {
  font-size: 17px;
  margin-bottom: 12px;
}

.cdMusicLatestList li .date, .cdMusicList li .date {
  font-size: 12px;
  margin-bottom: 4px;
}

.cdMusicLatestList li .date span:after, .cdMusicList li .date span:after {
  content: ':';
  display: inline-block;
  margin: 0 4px;
}

.cdMusicLatestList li .price, .cdMusicList li .price {
  font-size: 12px;
}

.cdMusicLatestList li .price span:after, .cdMusicList li .price span:after {
  content: ':';
  display: inline-block;
  margin: 0 4px;
}

.cdMusicLatestList li .thumb, .cdMusicList li .thumb {
  position: relative;
  width: 100%;
  padding-top: 100%;
}

.cdMusicLatestList li .thumb img, .cdMusicList li .thumb img {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  border-radius: 10px;
  overflow: hidden;
}

.cdMusicLatestList li .thumb .more, .cdMusicList li .thumb .more {
  -webkit-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-image: url(/static/wedcamp/common-pc/sprites.png);
  background-position: 0px -230px;
  width: 117px;
  height: 123px;
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
  opacity: 0;
}

.cdMusicLatestList li .thumb .more:after, .cdMusicList li .thumb .more:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-image: url(/static/wedcamp/common-pc/sprites.png);
  background-position: -1284px -111px;
  width: 51px;
  height: 13px;
  content: '';
}

.desktop .cdMusicLatestList li a:hover .thumb img, .desktop .cdMusicList li a:hover .thumb img {
  -webkit-filter: blur(16px);
          filter: blur(16px);
}

.desktop .cdMusicLatestList li a:hover .thumb .more, .desktop .cdMusicList li a:hover .thumb .more {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.cdMusicList li {
  margin-top: 85px;
}

.cdMusicList li .thumb .more {
  background-image: url(/static/wedcamp/common-pc/sprites.png);
  background-position: -331px -230px;
  width: 102px;
  height: 107px;
}

.cdMusicList li .thumb .more:after {
  background-image: url(/static/wedcamp/common-pc/sprites.png);
  background-position: -1545px -111px;
  width: 46px;
  height: 11px;
}

.sns {
  background-image: url(/static/wedcamp/common-pc/sprites.png);
  background-position: -128px -159px;
  width: 107px;
  height: 56px;
  position: relative;
}

.sns .btnTwitter {
  width: 50px;
  height: 50px;
  position: relative;
  position: absolute;
  top: 2px;
  right: 1px;
}

.sns .btnTwitter a {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.sns .btnTwitter a span {
  background-image: url(/static/wedcamp/common-pc/sprites.png);
  background-position: -497px -159px;
  width: 17px;
  height: 12px;
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
  line-height: 0.1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.sns .btnTwitter span:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  -webkit-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
  content: '';
}

.desktop .sns .btnTwitter a:hover span:after {
  opacity: 1;
}

.sns .btnTwitter span:after {
  background-image: url(/static/wedcamp/common-pc/sprites.png);
  background-position: -478px -159px;
  width: 17px;
  height: 12px;
}

.sns .btnFacebook {
  width: 50px;
  height: 50px;
  position: relative;
  position: absolute;
  top: 2px;
  left: 2px;
}

.sns .btnFacebook a {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.sns .btnFacebook a span {
  background-image: url(/static/wedcamp/common-pc/sprites.png);
  background-position: -450px -190px;
  width: 8px;
  height: 16px;
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
  line-height: 0.1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.sns .btnFacebook span:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  -webkit-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
  content: '';
}

.desktop .sns .btnFacebook a:hover span:after {
  opacity: 1;
}

.sns .btnFacebook span:after {
  background-image: url(/static/wedcamp/common-pc/sprites.png);
  background-position: -460px -190px;
  width: 8px;
  height: 16px;
}

.videoItem {
  height: 593px;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.videoItem a {
  width: 100%;
  height: 100%;
  display: block;
  background-position: center center;
  background-size: cover;
  color: #e2bfd4;
}

.videoItem .btn {
  background-image: url(/static/wedcamp/common-pc/sprites.png);
  background-position: 0px -98px;
  width: 126px;
  height: 130px;
  position: absolute;
  margin-top: -72px;
  margin-left: -63px;
  left: 50%;
  top: 50%;
}

.videoItem .btn:after {
  background-image: url(/static/wedcamp/common-pc/sprites.png);
  background-position: -450px -159px;
  width: 26px;
  height: 29px;
  position: absolute;
  margin-top: -14.5px;
  margin-left: -11px;
  left: 50%;
  top: 50%;
  content: '';
}

.videoItem .ttl {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 17px;
  text-align: center;
  top: calc(50% + 80px);
}

.btnMore {
  width: 275px;
  height: 54px;
  position: relative;
  background-image: url(/static/wedcamp/common-pc/sprites.png);
  background-position: -388px -98px;
  width: 275px;
  height: 54px;
}

.btnMore a {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.btnMore a span {
  background-image: url(/static/wedcamp/common-pc/sprites.png);
  background-position: -1225px -111px;
  width: 57px;
  height: 13px;
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
  line-height: 0.1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.btnMore span:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  -webkit-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
  content: '';
}

.desktop .btnMore a:hover span:after {
  opacity: 1;
}

.btnMore span:after {
  background-image: url(/static/wedcamp/common-pc/sprites.png);
  background-position: -1166px -111px;
  width: 57px;
  height: 13px;
}

#svgDef {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -10;
  width: 0;
  height: 0;
  overflow: hidden;
}

#svgDef svg {
  width: 0;
  height: 0;
}

.modalContentsHidden {
  display: none;
}

.modal {
  background-color: rgba(143, 143, 190, 0.98);
  -webkit-transition: visibility 0.4s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: visibility 0.4s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
}

.modal .modalInner {
  position: absolute;
  left: 0;
  top: 0;
  min-width: 1000px;
  width: 100%;
  height: 100%;
}

.modalOpened .modal.opened {
  visibility: visible;
  opacity: 1;
}

.modal .btnClose {
  width: 53px;
  height: 57px;
  position: relative;
  background-image: url(/static/wedcamp/common-pc/sprites.png);
  background-position: -986px -230px;
  width: 53px;
  height: 57px;
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 2;
}

.modal .btnClose a {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.modal .btnClose a span {
  background-image: url(/static/wedcamp/common-pc/sprites.png);
  background-position: -534px -159px;
  width: 12px;
  height: 12px;
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
  line-height: 0.1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.modal .modalContents {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

#videoModal .modalContents {
  width: 960px;
  height: 540px;
}

#videoModal .modalContentsInner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

#videoModal iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

#cdMusicModal {
  background: transparent;
}

#cdMusicModal .modalInner:before {
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(206, 206, 246, 0.98);
  width: 59%;
  height: 100%;
  content: '';
}

#cdMusicModal .modalInner:after {
  position: absolute;
  right: 0;
  top: 0;
  background: url("/static/wedcamp/common-pc/cdMusicModalBg.png") left top repeat-y;
  width: calc(41% + 8px);
  height: 100%;
  content: '';
}

#cdMusicModal .img {
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  -webkit-transition: opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  left: calc((59% + 4px) / 2);
  margin-left: -200px;
  width: 400px;
  height: 400px;
  opacity: 0;
}

#cdMusicModal .img:after {
  background: url("/static/wedcamp/common-pc/cdMusicModalDot.png") bottom right;
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  right: -17px;
  bottom: -17px;
}

#cdMusicModal .img img {
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  display: block;
  position: relative;
  z-index: 2;
}

#cdMusicModal .img.loaded {
  opacity: 1;
}

#cdMusicModal .detail {
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  right: 8.8%;
  width: calc(41% - 8.8% * 2 + 5px);
  color: #fff;
  line-height: 1.8;
  z-index: 2;
}

#cdMusicModal .detail.hasScrollBar .inner {
  padding-right: 10px;
}

#cdMusicModal .detail .sub {
  font-size: 14px;
  margin-bottom: 4px;
}

#cdMusicModal .detail .ttl {
  font-size: 24px;
  margin-bottom: 18px;
}

#cdMusicModal .detail .contents {
  font-size: 13px;
}

#cdMusicModal .detail .contents p {
  margin-bottom: 10px;
  line-height: 1.9;
}

#cdMusicModal .detail .contents:after {
  background-image: url(/static/wedcamp/common-pc/sprites.png);
  background-position: -978px -88px;
  width: 51px;
  height: 5px;
  display: block;
  content: '';
  margin: 20px 0 24px;
}

#cdMusicModal .detail .info {
  font-size: 12px;
  margin: 24px auto 18px;
}

#cdMusicModal .detail .shop {
  font-size: 12px;
  margin: 13px auto;
}

#cdMusicModal .detail .shop .label:after {
  content: ':';
  display: inline-block;
  margin: 0 4px;
}

#cdMusicModal .detail .btnWebShop a {
  color: #e2bfd4;
  font-size: 12px;
}

#cdMusicModal .detail .btnWebShop a:after {
  background-image: url(/static/wedcamp/common-pc/sprites.png);
  background-position: -1918px -111px;
  width: 12px;
  height: 9px;
  display: inline-block;
  content: '';
  margin-left: 4px;
  position: relative;
  top: 2px;
}

.bgObj {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.bgObj:after {
  position: absolute;
  content: '';
}

.bgObj.bgObj1:after {
  background-image: url(/static/wedcamp/common-pc/sprites.png);
  background-position: -714px -230px;
  width: 88px;
  height: 64px;
  left: -44px;
  top: -32px;
}

.bgObj.bgObj2:after {
  background-image: url(/static/wedcamp/common-pc/sprites.png);
  background-position: -544px -230px;
  width: 86px;
  height: 86px;
  left: -43px;
  top: -43px;
}

.bgObj.bgObj3:after {
  background-image: url(/static/wedcamp/common-pc/sprites.png);
  background-position: 0px -355px;
  width: 75px;
  height: 74px;
  left: -37.5px;
  top: -37px;
}

.bgObj.bgObj4:after {
  background-image: url(/static/wedcamp/common-pc/sprites.png);
  background-position:-632px -230px;
  width: 80px;
  height: 86px;
  left: -40px;
  top: -43px;
}

.bgObj.bgObj5:after {
  background-image: url(/static/wedcamp/common-pc/sprites.png);
  background-position: -435px -230px;
  width: 107px;
  height: 98px;
  left: -53.5px;
  top: -49px;
}

/** initial setup **/
.nano {
  position: relative;
  overflow: hidden;
}

.nano > .nano-content {
  position: absolute;
  overflow: scroll;
  overflow-x: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.nano > .nano-content:focus {
  outline: thin dotted;
}

.nano > .nano-content::-webkit-scrollbar {
  display: none;
}

.has-scrollbar > .nano-content::-webkit-scrollbar {
  display: block;
}

.nano > .nano-pane {
  background: #cecef6;
  position: absolute;
  width: 2px;
  right: 0;
  top: 0;
  bottom: 0;
  visibility: hidden\9;
  /* Target only IE7 and IE8 with this hack */
  opacity: .01;
  -webkit-transition: .2s;
  transition: .2s;
  -moz-border-radius: 5px;
}

.nano > .nano-pane > .nano-slider {
  background: #31567e;
  position: relative;
  margin: 0;
}

.nano:hover > .nano-pane, .nano-pane.active, .nano-pane.flashed {
  visibility: visible\9;
  /* Target only IE7 and IE8 with this hack */
  opacity: 0.99;
}












/*========================================
	
	追記
	
==========================================*/
body.home #globalFooter > .inner:before {display: none;}
#globalFooter .lang {display: none;}
/*.home #globalFooter .lang {display: block;}*/

.desktop .cdMusicLatestList li .thumb img,
.modal .modalContents img,
.cdMusicLatestList li .thumb img,
.cdMusicList li .thumb img,
#cdMusicModal .img img{
	background-size: cover;
	-webkit-background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-color: rgba(255, 255, 255, 0.5);
}
.modal .modalContents img,
#cdMusicModal .img img{
	background-color: #fff;
}
#contents .article footer {
    margin-top: 30px;
    letter-spacing: -0.4em;
}
body.liveEvent #contents section.list article.recommend:after {display: none!important;}
body.liveEvent #contents section.list article.recommend {margin-bottom: 4px!important;}
body.liveEvent #contents section.list #pickUp:after {
    width: 268px;
    height: 5px;
    background: url("/static/wedcamp/common-pc/waveLine.png") repeat-x;
    display: block;
    margin: 40px auto;
    border: none;
    content: '';
}
.btn a,
.btn input[type="submit"],
.btn input[type="button" i] {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    color: #31567E;
    cursor: pointer;
    position: relative;
    width: 275px;
    height: 54px;
    padding: 17px 0;
    margin: 15px auto 0;
    position: relative;
    font-size: 17px;
    text-align: center;
    font-weight: bold;
        background-image: url(/static/wedcamp/common-pc/sprites.png);
            background-position: -388px -98px;
}
.btn a:hover,
.btn input[type="submit"]:hover,
.btn input[type="button" i]:hover {
	color: #e2bfd4 ;
}
.imgGuard {position: relative;}
.imgGuard .dummy {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
span.new {
	margin: 0 0 0 7px!important;
	    -webkit-animation-name: blink;
    -webkit-animation-duration: 0.5s;
    -webkit-animation-iteration-count:infinite;
    -webkit-animation-timing-function:ease-in-out;
    -webkit-animation-direction: alternate;
    -webkit-animation-delay: 0s;
    color: #ff0099;
}

/* 点滅 */
@-webkit-keyframes blink {
    from { opacity: 1.0; }
    to { opacity: 0.0; }
}
.blink {
    -webkit-animation-name: blink;
    -webkit-animation-duration: 0.5s;
    -webkit-animation-iteration-count:infinite;
    -webkit-animation-timing-function:ease-in-out;
    -webkit-animation-direction: alternate;
    -webkit-animation-delay: 0s;
}

#cdMusicModal .detail .info span{
	display: block;
}
.cdMusicList li:nth-child(1),
.cdMusicList li:nth-child(2),
.cdMusicList li:nth-child(3){
    width: 28.4%;
    margin-left: 7.4%;
    margin-top: 0;
}
.cdMusicList li:nth-child(1),
.cdMusicList li:nth-of-type(4n + 4) {
    margin-left: 0;
    clear: both;
}
#cdMusicModal .detail .info {margin-bottom: 0;}

#contents section.topics .cat.live_event {
  background-image: url(/static/wedcamp/official-pc/index/sprites.png);
    background-position: -640px -172px;
    width: 41px;
    height: 22px;

}
#contents .sns .btnTwitter a {text-decoration: noone;}
.pageInner.infoDetail .article .txtWrap a {
	text-decoration: underline;
	color: #31567E;
}

/* ニュース一覧*/
#info.pageInner.listPage li .tit{
  text-transform: none;
}

/* ニュース下層*/
.pageInner.infoDetail {
	color:#31567E;
	padding: 100px 120px 140px;
	width: 100%;
}
.pageInner.infoDetail .titArea{
	background-color: rgba(255, 255, 255, 0.5);
	    padding: 70px 50px;
	position: relative;
	z-index: 2;
	border: none;
	margin: 0;
}
.pageInner.infoDetail .article {
	border-radius: 10px;
	overflow: hidden;
	margin: 0 0 50px;
}
.pageInner.infoDetail .article .txtWrap {
    -webkit-transition: height 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: height 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    overflow: hidden;
    position: relative;
}
.pageInner.infoDetail .article .txt {
    background-color: rgba(206, 206, 246, 0.5);
    padding: 61px 50px 64px;
    margin-top: 9px;
    text-align: left;
    margin-bottom: 0;
    line-height: 1.8;
}
.pageInner.infoDetail .txt:before {
    position: absolute;
    left: 0;
    top: 0;
    background: url("/static/wedcamp/official-pc/live_event/border.png") left top repeat-x;
    width: 100%;
    height: 9px;
    content: '';
    display: block;
}
.pageInner.infoDetail .titArea .date {
	font-size: 13px;
    line-height: 1.6;
    margin:0 0 20px
    }
.pageInner.infoDetail .titArea .tit {
    font-size: 28px;
    font-weight: light;
    line-height: 1.4;
}
.pageInner.infoDetail  .titArea .articleImg {
	margin-top: 50px;
	text-align: center;
}
.pageInner.infoDetail  .titArea .articleImg img {max-width: 100%;}
body.contact .contactGarage {
    font-size: 11px;
    padding: 20px 0 0;
}
body.contact .contactGarage a {
    text-decoration: underline;
    font-size: 14px;
    display: inline-block;
    padding: 5px 0 0;
}
body.contact .contactGarage a:before {
	content: '';
	width: 20px;
	height: 20px;
	background: url("/static/wedcamp/official-pc/contact/ico_arrow.png") left 13px no-repeat;
	display: inline-block;
	margin: 0 10px 0 0;
	-webkit-transition: 0.1s linear;
	transition:  0.1s linear;
}
body.contact .contactGarage a:hover:before {background: url("/static/wedcamp/official-pc/contact/ico_arrow_h.png") left 13px no-repeat;}
body.contact .contactGarage a:visited {color:#31567E;}
