@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;
}

/* ===================================================
*
*  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/original/common-sp/fonts/YakuHanJP/YakuHanJP-Thin.woff2) format("woff2"), url(/static/original/common-sp/fonts/YakuHanJP/YakuHanJP-Thin.woff) format("woff"), url(/static/original/common-sp/fonts/YakuHanJP/YakuHanJP-Thin.eot);
}

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

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

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

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

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

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

/*
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);
*/
html, body {
  background-color: #fff;
  font-family: "YakuHanJP", "Quicksand", "ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",sans-serif !important;
  width: 100%;
  height: 100%;
  letter-spacing: 0.1em;
}

body.menuOpened, body.modalOpened {
  overflow: hidden;
}

body.menuOpened #contents, body.menuOpened #globalHeader, body.menuOpened #globalFooter {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  opacity: 0;
}

* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

#wrapper {
  background: url("/static/wedcamp/common-sp/bg.jpg") top left;
  background-size: 500px 500px;
  margin: auto;
  position: relative;
}

#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-sp/openingLogo.png") left top no-repeat;
  width: 120px;
  height: 120px;
  background-size: 1680px 1680px;
}

#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: 46px;
  height: 3px;
  overflow: hidden;
}

#loading .loader svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 101px;
  -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(-50.5px);
            transform: translateX(-50.5px);
  }
}

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

#globalHeader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  -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);
  background-color: #fff;
  width: 100%;
  height: 65px;
  z-index: 10;
}

#globalHeader .logo {
  width: 42px;
  height: 44px;
  position: absolute;
  top: 12px;
  left: 13px;
}

#globalHeader .logo a {
  background-image: url(/static/wedcamp/common-sp/sprites.png);
  background-position: -89px -94px;
  width: 42px;
  height: 44px;
  background-size: 337px 263px;
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
  line-height: 0.1;
  display: block;
  width: 100%;
  height: 100%;
}

#btnMenu {
  background-image: url(/static/wedcamp/common-sp/sprites.png);
  background-position: 0px -218px;
  width: 43px;
  height: 45px;
  background-size: 337px 263px;
  position: fixed;
  top: 11px;
  right: 13px;
  z-index: 40;
}

#btnMenu span.txt {
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
  line-height: 0.1;
  font-size: 10px;
}

#btnMenu a {
  display: block;
  width: 100%;
  height: 100%;
}

#btnMenu span {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  background-color: #31567e;
  width: 12px;
  height: 2px;
  display: block;
}

#btnMenu span:nth-child(1) {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

#btnMenu span:nth-child(3) {
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}

.menuOpened #btnMenu span:nth-child(1) {
  -webkit-transform: translateY(0) rotate(-45deg);
          transform: translateY(0) rotate(-45deg);
}

.menuOpened #btnMenu span:nth-child(2) {
  opacity: 0;
}

.menuOpened #btnMenu span:nth-child(3) {
  -webkit-transform: translateY(0) rotate(45deg);
          transform: translateY(0) rotate(45deg);
}

#globalNav {
  -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: fixed;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  z-index: 20;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#globalNav > .inner {
  width: 100%;
  padding: 60px 0;
}

.menuOpened #globalNav {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}

#globalNav ul {
  text-align: center;
}

#globalNav li {
  margin: 0 auto 10px;
}

#globalNav li.home {
  width: 107px;
  height: 42px;
  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-sp/sprites.png);
  background-position: -182px -178px;
  width: 87px;
  height: 19px;
  background-size: 337px 263px;
  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 {
  width: 143px;
  height: 42px;
  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-sp/sprites.png);
  background-position: -193px -126px;
  width: 123px;
  height: 19px;
  background-size: 337px 263px;
  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 {
  width: 201px;
  height: 42px;
  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-sp/sprites.png);
  background-position: 0px -178px;
  width: 181px;
  height: 19px;
  background-size: 337px 263px;
  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 {
  width: 116px;
  height: 42px;
  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-sp/sprites.png);
  background-position: -193px -146px;
  width: 96px;
  height: 19px;
  background-size: 337px 263px;
  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 {
  width: 180px;
  height: 42px;
  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-sp/sprites.png);
  background-position: 0px -198px;
  width: 160px;
  height: 19px;
  background-size: 337px 263px;
  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 {
  width: 105px;
  height: 42px;
  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-sp/sprites.png);
  background-position: -161px -198px;
  width: 85px;
  height: 19px;
  background-size: 337px 263px;
  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 {
  width: 149px;
  height: 42px;
  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-sp/sprites.png);
  background-position: -193px -106px;
  width: 129px;
  height: 19px;
  background-size: 337px 263px;
  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 {
  width: 153px;
  height: 42px;
  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-sp/sprites.png);
  background-position: -193px -86px;
  width: 133px;
  height: 19px;
  background-size: 337px 263px;
  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 .sns {
  letter-spacing: -0.4em;
  text-align: center;
  overflow: scroll;
  margin-top: 30px;
  overflow: hidden;
}

#globalNav .sns .btnTwitter {
  width: 40px;
  height: 40px;
  position: relative;
  display: inline-block;
  letter-spacing: normal;
}

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

#globalNav .sns .btnTwitter a span {
  background-image: url(/static/wedcamp/common-sp/sprites.png);
  background-position: -317px -126px;
  width: 16px;
  height: 12px;
  background-size: 337px 263px;
  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 .sns .btnFacebook {
  width: 40px;
  height: 40px;
  position: relative;
  display: inline-block;
  letter-spacing: normal;
}

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

#globalNav .sns .btnFacebook a span {
  background-image: url(/static/wedcamp/common-sp/sprites.png);
  background-position: -329px -41px;
  width: 8px;
  height: 15px;
  background-size: 337px 263px;
  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 {
  -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);
  width: 100%;
  background-color: #262626;
  z-index: 10;
  position: relative;
  padding: 45px 32px 40px;
  text-align: center;
  letter-spacing: -0.4em;
}

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

#globalFooter .block {
  text-align: left;
  margin-bottom: 14px;
}

#globalFooter .block .ttl {
  color: #e2bfd4;
  letter-spacing: normal;
  font-size: 12px;
  margin-bottom: 8px;
  padding: 0 5px;
}

#globalFooter .block ul li {
  line-height: 1.4;
  letter-spacing: normal;
  padding: 0 5px;
}

#globalFooter .btnScrollTop {
  width: 88px;
  height: 88px;
  position: relative;
  background-image: url(/static/wedcamp/common-sp/sprites.png);
  background-position: -284px -41px;
  width: 44px;
  height: 44px;
  background-size: 337px 263px;
  position: absolute;
  right: 33px;
  top: -25px;
  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-sp/sprites.png);
  background-position: -329px -57px;
  width: 5px;
  height: 16px;
  background-size: 337px 263px;
  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, #globalFooter .btnWebShop {
  display: inline-block;
  width: 48.55305%;
  max-width: 151px;
  position: relative;
  margin-top: 14px;
  margin-bottom: 5px;
}

#globalFooter .btnContact a, #globalFooter .btnWebShop a {
  background: url("/static/wedcamp/common-sp/footerBtnBaseSP.png") no-repeat;
  background-size: contain;
  padding-top: 25.82781%;
  display: block;
  width: 100%;
}

#globalFooter .btnContact span, #globalFooter .btnWebShop span {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
  line-height: 0.1;
}

#globalFooter .btnContact {
  margin-right: 3.21543%;
  margin-left: -1px;
}

#globalFooter .btnContact span {
  background: url("/static/wedcamp/common-sp/footerBtnContactLabelSP.png") no-repeat;
  background-size: contain;
  width: 32.78146%;
  height: 17.94872%;
}

#globalFooter .btnWebShop {
  margin-right: -1px;
}

#globalFooter .btnWebShop span {
  background: url("/static/wedcamp/common-sp/footerBtnWebShopLabelSP.png") no-repeat;
  background-size: contain;
  width: 79.4702%;
  height: 17.94872%;
}

#globalFooter:after {
  background-image: url(/static/wedcamp/common-sp/sprites.png);
  background-position: -193px 0px;
  width: 144px;
  height: 40px;
  background-size: 337px 263px;
  content: '';
  position: absolute;
  top: -32px;
  right: 0;
}

#globalFooter:before {
  background-image: url(/static/wedcamp/common-sp/sprites.png);
  background-position: 0px -139px;
  width: 184px;
  height: 38px;
  background-size: 337px 263px;
  content: '';
  position: absolute;
  top: -31px;
  left: 0;
}

#globalFooter .lang {
  background-image: url(/static/wedcamp/common-sp/sprites.png);
  background-position: -193px -41px;
  width: 90px;
  height: 44px;
  background-size: 337px 263px;
  position: absolute;
  left: 32px;
  top: -25px;
  z-index: 2;
}

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

#globalFooter .lang .jp {
  width: 44px;
  height: 44px;
  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-sp/sprites.png);
  background-position: -323px -106px;
  width: 13px;
  height: 9px;
  background-size: 337px 263px;
  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 {
  opacity: 1;
}

#globalFooter .lang .en {
  width: 44px;
  height: 44px;
  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-sp/sprites.png);
  background-position: -193px -166px;
  width: 16px;
  height: 9px;
  background-size: 337px 263px;
  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 {
  opacity: 1;
}

#globalFooter .otherLinks {
  width: 100%;
  text-align: center;
  margin-top: 33px;
  letter-spacing: -0.4em;
}

#globalFooter .otherLinks li {
  letter-spacing: normal;
  display: inline-block;
  margin-bottom: 20px;
  vertical-align: middle;
  position: relative;
}

#globalFooter .otherLinks li a {
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
  line-height: 0.1;
  width: 100%;
  display: block;
}

#globalFooter .otherLinks .tsubasa {
  background: url("/static/wedcamp/common-sp/logoTsubasaSP.png") no-repeat center center;
  background-size: contain;
  width: 43.7299%;
}

#globalFooter .otherLinks .tsubasa a {
  padding-top: 18.38235%;
}

#globalFooter .otherLinks .warner {
  background: url("/static/wedcamp/common-sp/logoWarnerSP.png") no-repeat center center;
  background-size: contain;
  width: 26.36656%;
  margin-left: 8.03859%;
}

#globalFooter .otherLinks .warner a {
  padding-top: 41.46341%;
}

#globalFooter .otherLinks .atlantic {
  background: url("/static/wedcamp/common-sp/logoAtlanticSP.png") no-repeat center center;
  background-size: contain;
  width: 14.95177%;
  margin-left: 6.75241%;
}

#globalFooter .otherLinks .atlantic a {
  padding-top: 68.8172%;
}

#contents {
  -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);
  width: 100%;
  margin: 0 auto;
  position: relative;
  min-height: 600px;
/*  padding-top: 65px;*/
}

#contents > section {
  position: relative;
  padding-left: 32px;
  padding-right: 32px;
}

#contents > section.header {
  padding-top: 106.66667%;
  z-index: 3;
  margin-bottom: -2%;
  position: relative;
  padding-left: 0 !important;
  padding-right: 0 !important;
  overflow: hidden;
  background:#1a2b70;
}

#contents > section.header > .bg {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  padding-top: 106.66667%;
  width: 100%;
  display:none;
}

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

#contents > section.header svg image {
  width: 100%;
  height: 100%;
  -webkit-mask: url(#waveMask);
          mask: url(#waveMask);
}

#contents > section.header h1 {
  position: absolute;
/*  top: 0;*/
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
  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(4px);
          transform: translateY(4px);
  opacity: 0;
  mix-blend-mode: color-dodge;
}


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

#contents > section.header.narrow {
  padding-top: 42.4%;
}

#contents > section.header.narrow > .bg {
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#contents > section.header.narrow svg image {
  -webkit-mask: url(#waveMaskNarrow);
          mask: url(#waveMaskNarrow);
}

#globalFooter:before {
  display: none;
}

#globalFooter .lang {
  display: none;
}

.column2 {
  width: 100%;
  margin: auto;
  position: relative;
}

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

.column2 li {
  float: left;
  width: 46.8%;
  margin-left: 6.4%;
}

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

.column2 a {
  display: block;
  width: 100%;
  height: 100%;
}

.column2 img {
  width: 100%;
  display: block;
}

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

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

.cdMusicList li .sub {
  font-size: 10px;
  margin-top: 18px;
  margin-bottom: 6px;
}

.cdMusicList li .ttl {
  font-size: 13px;
  margin-bottom: 8px;
}

.cdMusicList li .date {
  font-size: 10px;
  margin-bottom: 4px;
}

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

.cdMusicList li .price {
  font-size: 10px;
}

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

.cdMusicList li .thumb img {
  border-radius: 5px;
  overflow: hidden;
}

.videoItem {
  padding-top: 70%;
  background-position: center center;
  background-size: cover;
  position: relative;
}

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

.videoItem .btn {
  background-image: url(/static/wedcamp/common-sp/sprites.png);
  background-position: 0px -47px;
  width: 88px;
  height: 91px;
  background-size: 337px 263px;
  position: absolute;
  margin-top: -47.5px;
  margin-left: -44px;
  left: 50%;
  top: 50%;
}

.videoItem .btn:after {
  background-image: url(/static/wedcamp/common-sp/sprites.png);
  background-position: -170px -94px;
  width: 18px;
  height: 21px;
  background-size: 337px 263px;
  position: absolute;
  margin-top: -10.5px;
  margin-left: -7px;
  left: 50%;
  top: 50%;
  content: '';
}

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

.btnMore {
  width: 384px;
  height: 92px;
  position: relative;
  background-image: url(/static/wedcamp/common-sp/sprites.png);
  background-position: 0px 0px;
  width: 192px;
  height: 46px;
  background-size: 337px 263px;
}

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

.btnMore a span {
  background-image: url(/static/wedcamp/common-sp/sprites.png);
  background-position: -290px -146px;
  width: 45px;
  height: 10px;
  background-size: 337px 263px;
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
  line-height: 0.1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

#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;
}

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

.modal .btnClose {
  width: 37px;
  height: 38px;
  position: relative;
  background-image: url(/static/wedcamp/common-sp/sprites.png);
  background-position: -132px -94px;
  width: 37px;
  height: 38px;
  background-size: 337px 263px;
  position: fixed;
  right: 10px;
  top: 10px;
  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-sp/sprites.png);
  background-position: -327px -95px;
  width: 9px;
  height: 8px;
  background-size: 337px 263px;
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
  line-height: 0.1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

#videoModal .modalContents {
  position: absolute;
  width: 100%;
  padding-top: 56.25%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
}

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

#cdMusicModal {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

#cdMusicModal .modalContents {
  padding: 60px 0;
  width: 100%;
}

#cdMusicModal .img {
  -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);
  padding-top: calc(100% - 64px);
  width: calc(100% - 64px);
  margin: 0 32px 30px;
  position: relative;
  opacity: 0;
}

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

#cdMusicModal .img img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
  z-index: 2;
}

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

#cdMusicModal .detail {
  color: #fff;
  margin: 0 32px;
  line-height: 1.8;
}

#cdMusicModal .detail .sub {
  font-size: 10px;
  margin-bottom: 2px;
}

#cdMusicModal .detail .ttl {
  font-size: 20px;
  margin-bottom: 14px;
}

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

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

#cdMusicModal .detail .contents:after {
  background-image: url(/static/wedcamp/common-sp/sprites.png);
  background-position: -290px -157px;
  width: 44px;
  height: 4px;
  background-size: 337px 263px;
  display: block;
  content: '';
  margin: 17px 0 20px;
}

#cdMusicModal .detail .info {
  font-size: 10px;
  margin: 20px auto 13px;
}

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

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

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

#cdMusicModal .detail .btnWebShop a:after {
  background-image: url(/static/wedcamp/common-sp/sprites.png);
  background-position: -327px -86px;
  width: 10px;
  height: 8px;
  background-size: 337px 263px;
  display: inline-block;
  content: '';
  margin-left: 4px;
  position: relative;
  top: 2px;
}





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

#btnShop {
    background-image: url(/static/wedcamp/common-sp/ico_shop_wht.png), url(/static/wedcamp/common-sp/ico_shop_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 43px;
    height: 45px;
    background-size: 17px auto, 43px 45px;
    position: fixed;
    top: 11px;
    right: 65px;
    z-index: 40;
    display:none;
}
#btnShop a {
    display: block;
    width: 100%;
    height: 100%;
}
#contents section.list article .sns {float: none!important;}

span.new {
	margin: 0 0 0 5px!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;
}
.pageInner.detail {
	font-size: 13px;
	line-height: 1.5em;
	padding: 20px 10px 50px;
}

#cdMusicModal .detail .info span{
	display: block;
}
#contents section.topics .cat.live_event {
  background-image: url(/static/wedcamp/official-sp/index/sprites.png);
  background-position: -266px -211px;
  width: 39px;
  height: 20px;
  background-size: 515px 425px;
}
.imgGuard {position: relative;}
.imgGuard .dummy {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.cdMusicList 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;
}
body.liveEvent #contents section.list article.recommend:after {display: none!important;}
body.liveEvent #contents section.list article.recommend {margin-bottom: 5px!important;}
body.liveEvent #contents section.list #pickUp:after {
    width: 212px;
    height: 4px;
    background: url("/static/wedcamp/common-sp/waveLine.png") repeat-x;
    background-size: 20px 4px;
    display: block;
    margin: 35px auto;
    border: none;
    content: '';
}
body.liveEvent #contents section.list article.recommend:before { display: none!important;}
body.liveEvent #contents section.list #pickUp {position: relative;}
body.liveEvent #contents section.list #pickUp:before {
    background-image: url(/static/wedcamp/official-sp/live_event/sprites.png);
    background-position: -202px 0px;
    width: 71px;
    height: 75px;
    background-size: 273px 196px;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    content: '';
    top: -44px;
    z-index: 3;
}
#contents .article footer {
	margin-top: 30px;
	letter-spacing: -0.4em;
}
#contents .sns {
  background-image: url(/static/wedcamp/official-sp/live_event/sprites.png);
  background-position: 0px -158px;
  width: 74px;
  height: 38px;
  background-size: 273px 196px;
  position: relative;
}

#contents .sns .btnTwitter {
  width: 36px;
  height: 36px;
  position: relative;
  position: absolute;
  top: 1px;
  right: 1px;
}

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

#contents .sns .btnTwitter a span {
  background-image: url(/static/wedcamp/official-sp/live_event/sprites.png);
  background-position: -240px -76px;
  width: 12px;
  height: 9px;
  background-size: 273px 196px;
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
  line-height: 0.1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

#contents .sns .btnFacebook {
  width: 36px;
  height: 36px;
  position: relative;
  position: absolute;
  top: 1px;
  left: 1px;
}

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

#contents .sns .btnFacebook a span {
  background-image: url(/static/wedcamp/official-sp/live_event/sprites.png);
  background-position: -240px -86px;
  width: 6px;
  height: 12px;
  background-size: 273px 196px;
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
  line-height: 0.1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}


#contents .sns .btnTwitter a {text-decoration: noone;}
.pageInner.infoDetail .article .txtWrap a {
	text-decoration: underline;
	color: #31567E;
}
#globalNav li.shop {
    width: 210px;
    height: 42px;
    position: relative;
}
#globalNav li.shop a {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
}
#globalNav li.shop a span {
    background: url(/static/wedcamp/common-sp/nav_shop.png) no-repeat center center;
    width: 229px;
    height: 13px;
    background-size: cover;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    line-height: 0.1;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}


/* ニュース下層*/
.pageInner.infoDetail {color:#31567E;}
.pageInner.infoDetail .titArea{
	background-color: rgba(255, 255, 255, 0.5);
	padding: 30px 22px;
	position: relative;
	z-index: 2;
	border: none;
	margin: 0;
}
.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: 23px 22px 30px;
	margin-top: 7px!important;
	position: relative;
}
.pageInner.infoDetail .txt:before {
	position: absolute;
	left: 0;
	top: -7px;
	background: url("/static/wedcamp/official-sp/live_event/border.png") left top repeat-x;
	background-size: 35px 7px;
	width: 100%;
	height: 7px;
	content: '';
	display: block;
	z-index: 1;
}
.pageInner.infoDetail .titArea .date {color:#31567E; line-height: 1; font-size: 11px;}
.pageInner.infoDetail .titArea .tit {
	font-size: 17px;
	line-height: 1.4;
	font-weight: light;
	font-weight: normal;
}
.pageInner.infoDetail  .titArea .articleImg {
	margin-top: 20px;
	text-align: center;
}
.pageInner.infoDetail  .titArea .articleImg img {max-width: 100%;}
body.contact .contactGarage {
    font-size: 10px;
    padding: 30px 0 0;
}
body.contact .contactGarage a {
    text-decoration: underline;
    font-size: 12px;
    display: inline-block;
    padding: 10px 0 0;
    color: #31567E;
}
body.contact .contactGarage a:before {
	content: '';
	width: 16px;
	height: 16px;
	background: url("/static/wedcamp/official-sp/contact/ico_arrow_sp.png") left 11px no-repeat;
	background-size: 100% auto;
	-webkit-background-size: 100% auto;
	display: inline-block;
	margin: 0 6px 0 0;
	-webkit-transition: 0.1s linear;
	transition:  0.1s linear;
}
body.contact .contactGarage a:visited {color:#31567E;}
