@charset "UTF-8";
/* ----------------------------------------------------------------------------------------------------------
  reset
---------------------------------------------------------------------------------------------------------- */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align:baseline;
	background: transparent;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted inherit;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}
input, select {
	vertical-align: middle;
}
img {
	vertical-align: top;
	font-size: 0;
	line-height: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-drag: none;
	-moz-user-drag: none;
	-ms-user-drag: none;
	width: 100%;
	height: auto;
}
img[src$=".svg"] {
	width: 100%;
	height: auto;
}
* {
  box-sizing: border-box;
}
header, main, footer {
	width: 100%;
}
body {
	font-family: 'Noto Sans JP', sans-serif;
  /*font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka,"メイリオ", Meiryo,  "ＭＳ ゴシック", "MS Gothic", Helvetica, Arial, sans-serif;*/
	background: #f7f9fc;
	font-size: 10px;
	line-height: 1.6;
    overflow-y: scroll;
	color: #1d1d1d;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-ms-font-smoothing: antialiased;
	font-smoothing: antialiased;
	position: relative;
	text-align: justify;
	text-justify: inter-ideograph;
	-ms-text-justify: inter-ideograph;
  word-wrap: break-word;
  outline: none;
	min-width: 320px;
}
#contents {
  position: relative;
  width: 100%;
  min-width: 1280px;
}
#contents a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#contents a:hover {
  opacity: 0.7;
}
/* --- display PC --- */
.pc {display: block;}
.tb {display: none;}
.sp {display: none;}
.pctb {display: block;}
.pcsp {display: block;}
.tbsp {display: none;}


/* 1279px less
----------------------------------------------- */
@media print,screen and (max-width: 1279px) {
/* --- display Tablet --- */
.pc {display: none;}
.tb {display: block;}
.sp {display: none;}
.pctb {display: block;}
.pcsp {display: none;}
.tbsp {display: block;}
#contents {
  min-width: inherit;
}
}/* 1279px less */


/* Smartphone
----------------------------------------------- */
@media print,screen and (max-width: 1023px) {
/* --- display Smartphone --- */
.pc {display: none;}
.tb {display: none;}
.sp {display: block;}
.pctb {display: none;}
.pcsp {display: block;}
.tbsp {display: block;}
#contents a {
  -webkit-transition:  none;
	-moz-transition:  none;
	-ms-transition:  none;
	transition:  none;
}
#contents a:hover {
  opacity: 1;
}

}/* Smartphone End */



/* ----------------------------------------------------------------------------------------------
 #opening
---------------------------------------------------------------------------------------------- */
#opening {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #000;
  z-index: 400;
}
#opening .loading {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 139px;
  padding-top: 140px;
  transform: translateY(-40%) translateX(-50%);
  margin-top: -65px;
}
#opening .loading span {
  width: 110px;
  height: 110px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) scale(0);
  border-radius: 100%;
  pointer-events: none;
  opacity: 0;
  border: 3px solid #fff;
}
#opening .loading span:nth-of-type(1) {
  animation: ripple02 1.6s ease-out infinite;
}
#opening .loading span:nth-of-type(2) {
  animation: ripple02 1.6s ease-out infinite;
  animation-delay: 0.2s;
}
#opening .loading span:nth-of-type(3) {
  animation: ripple02 1.6s ease-out infinite;
  animation-delay: 0.4s;
}
@keyframes ripple02 {
    0% {
        opacity: 0.8;
    }
    62.5% {
        transform: translateX(-50%) translateY(-50%) scale(1);
        opacity: 0;
    }
}
#opening .op01 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 760px;
  margin: -80px 0 0 -380px;
  display: none;
}
#opening .op02 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 760px;
  margin: -80px 0 0 -380px;
  display: none;
}
#opening .op03 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 422px;
  height: 40px;
  margin: -20px 0 0 -211px;
  background: url("../images/pc_op_03.png") center center / 422px 40px no-repeat;
  display: none;
}
#opening .op03 ul {
  position: relative;
  width: 422px;
  height: 40px;
}
#opening .op03 ul li a {
  position: absolute;
  width: 76px;
  height: 40px;
  white-space: nowrap;
  overflow: visible;
  display: block;
  text-indent: -9999px;
}
#opening .op03 ul li:nth-child(1) a.on_off {
  top: 0;
  left: 233px;
  background: url("../images/pc_op_on_off.png") left top / 76px 40px no-repeat;
}
#opening .op03 ul li a.on_off span, #opening .op03 ul li a.off_off span {
  width: 110px;
  height: 110px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) scale(0);
  border-radius: 100%;
  pointer-events: none;
  opacity: 0;
  border: 3px solid #fff;
}
#opening .op03 ul li:nth-child(1) a.on_on {
  top: 0;
  left: 233px;
  background: url("../images/pc_op_on_on.png") left top / 76px 40px no-repeat;
}
#opening .op03 ul li a.on_on span:nth-of-type(1), #opening .op03 ul li a.off_on span:nth-of-type(1) {
  animation: ripple01 1s ease-out;
}
#opening .op03 ul li a.on_on span:nth-of-type(2), #opening .op03 ul li a.off_on span:nth-of-type(2) {
  animation: ripple01 1s ease-out;
  animation-delay: 0.2s;
}
#opening .op03 ul li a.on_on span:nth-of-type(3), #opening .op03 ul li a.off_on span:nth-of-type(3) {
  animation: ripple01 1s ease-out;
  animation-delay: 0.4s;
}
@keyframes ripple01 {
    from {
        opacity: 0.8;
    }
    to {
        transform: translateX(-50%) translateY(-50%) scale(1);
        opacity: 0;
    }
}
#opening .op03 ul li:nth-child(2) a.off_off {
  top: 0;
  right: 0;
  background: url("../images/pc_op_off_off.png") left top / 76px 40px no-repeat;
}
#opening .op03 ul li:nth-child(2) a.off_on {
  top: 0;
  right: 0;
  background: url("../images/pc_op_off_on.png") left top / 76px 40px no-repeat;
}

/* ----------------------------------------------------------------------------------------------
 #overlay
---------------------------------------------------------------------------------------------- */
#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #fff;
  z-index: 400;
  display: none;
}


/* 1280px less
----------------------------------------------- */
@media print,screen and (max-width: 1279px) {
#opening .op01 {
  width: 59.42142vw;
  margin: -6.25489vw 0 0 -29.71071vw;
}
#opening .op02 {
  width: 59.42142vw;
  margin: -6.25489vw 0 0 -29.71071vw;
}
#opening .op03 {
  width: 32.99453vw;
  height: 3.12744vw;
  margin: -1.56372vw 0 0 -16.49726vw;
  background: url("../images/pc_op_03.png") center center / 32.99453vw 3.12744vw no-repeat;
}
#opening .op03 ul {
  width: 32.99453vw;
  height: 3.12744vw;
}
#opening .op03 ul li a {
  width: 5.94214vw;
  height: 3.12744vw;
}
#opening .op03 ul li:nth-child(1) a.on_off {
  left: 18.21736vw;
  background: url("../images/pc_op_on_off.png") left top / 5.94214vw 3.12744vw no-repeat;
}
#opening .op03 ul li:nth-child(1) a.on_on {
  left: 18.21736vw;
  background: url("../images/pc_op_on_on.png") left top / 5.94214vw 3.12744vw no-repeat;
}
#opening .op03 ul li:nth-child(2) a.off_off {
  background: url("../images/pc_op_off_off.png") left top / 5.94214vw 3.12744vw no-repeat;
}
#opening .op03 ul li:nth-child(2) a.off_on {
  background: url("../images/pc_op_off_on.png") left top / 5.94214vw 3.12744vw no-repeat;
}

}/* 1279px less */


/* Smartphone
----------------------------------------------- */
@media print,screen and (max-width: 1023px) {
#opening .loading {
  width: 24vw;
  margin-top: -28vw;
}
#opening .op01 {
  left: 0;
  width: 100%;
  margin: -32.6vw 0 0 0;
}
#opening .op02 {
  position: absolute;
  left: 0;
  width: 100%;
  margin: -32.6vw 0 0 0;
}
#opening .op03 {
  width: 61.33333vw;
  height: 8vw;
  left: 19.33333vw;
  margin: -20.33333vw 0 0 0;
  background: url("../images/sp_op_03.png") center center / 61.33333vw 8vw no-repeat;
}
#opening .op03 ul {
  width: 61.33333vw;
  height: 8vw;
}
#opening .op03 ul li a {
  width: 12.26667vw;
  height: 8vw;
}
#opening .op03 ul li:nth-child(1) a.on_off {
  left: 32.93333vw;
  background: url("../images/sp_op_on_off.png") left top / 12.26667vw 8vw no-repeat;
}
#opening .op03 ul li:nth-child(1) a.on_on {
  left: 32.93333vw;
  background: url("../images/sp_op_on_on.png") left top / 12.26667vw 8vw no-repeat;
}
#opening .op03 ul li:nth-child(2) a.off_off {
  background: url("../images/sp_op_off_off.png") left top / 12.26667vw 8vw no-repeat;
}
#opening .op03 ul li:nth-child(2) a.off_on {
  background: url("../images/sp_op_off_on.png") left top / 12.26667vw 8vw no-repeat;
}

}/* Smartphone End */



/* ----------------------------------------------------------------------------------------------
 sabi
---------------------------------------------------------------------------------------------- */
.sabi_effect {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 200;
}


/* 1280px less
----------------------------------------------- */
@media print,screen and (max-width: 1279px) {
}/* 1279px less */


/* Smartphone
----------------------------------------------- */
@media print,screen and (max-width: 1023px) {
}/* Smartphone End */



/* ----------------------------------------------------------------------------------------------
 #keyVisual
---------------------------------------------------------------------------------------------- */
#keyVisual {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: url("../images/pc_bg.jpg") center bottom / 100% auto no-repeat #f7f9fc;
  z-index: 1;
}
#keyVisual .logo {
  position: absolute;
  bottom: 33.1509vw;
  left: 50%;
  margin-left: -4.35293vw;
  width: 6.90586vw;
  z-index: 2;
  opacity: 0;
}
#keyVisual.play02 .logo {
  animation: logo 0.6s ease-out forwards;
  animation-delay: 0.5s
}
@keyframes logo {
    from {
        opacity: 0;
        transform: translateX(-10%);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}
#keyVisual .kv_petal01 {
  position: absolute;
  bottom: 22.36513vw;
  left: -14.0774vw;
  width: 14.0774vw;
  height: 14.0774vw;
  z-index: 3;
}
#keyVisual .kv_petal02 {
  position: absolute;
  bottom: 22.36513vw;
  left: -14.0774vw;
  width: 14.0774vw;
  height: 14.0774vw;
  z-index: 4;
}
#keyVisual .kv_petal03 {
  position: absolute;
  bottom: 22.36513vw;
  left: -14.0774vw;
  width: 14.0774vw;
  height: 14.0774vw;
  z-index: 5;
}

#keyVisual.play02 .kv_petal01 {
  animation: petal01 1.7s ease-out;
}
#keyVisual.play02 .kv_petal02 {
  animation: petal02 1.7s ease-out;
  animation-delay: 0.2s
}
#keyVisual.play02 .kv_petal03 {
  animation: petal03 1.7s ease-out;
  animation-delay: 0.4s
}
@keyframes petal01 {
    from {
        left: -17.0774vw;
        bottom: -5vh;
        transform:rotate(0deg);
    }
    to {
        left: 110vw;
        bottom: 117.0774vh;
        transform:rotate(180deg);
    }
}

@keyframes petal02 {
    from {
        left: -17.0774vw;
        bottom: 40vh;
        transform:rotate(0deg);
    }
    to {
        left: 100vw;
        bottom: 117.0774vh;
        transform:rotate(180deg);
    }
}

@keyframes petal03 {
    from {
        left: -17.0774vw;
        bottom: 30vh;
        transform:rotate(0deg);
    }
    to {
        left: 80vw;
        bottom: 48vw;
        transform:rotate(180deg);
    }
}

#keyVisual .kv_petal_loop {
  position: absolute;
  bottom: 0;
  left: 40%;
  transform: translateY(0) translateX(-50%);
  width: 1080px;
  opacity: 0;
  z-index: 19;
}

#keyVisual.play01 .kv_petal_loop {
  animation: kv_petal_loop 12s linear infinite;
  animation-delay: 6s
}

@keyframes kv_petal_loop {
    0% {
        left: 40%;
        bottom: -30%;
        opacity: 0;
    }
    25% {
        left: 52.5%;
        bottom: -10%;
        opacity: 1;
    }
    50% {
        left: 65%;
        bottom: 10%;
        opacity: 0;
    }
}
#keyVisual .kv_flare {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
  opacity: 0;
}
#keyVisual .kv_flare.play {
  animation: kv_flare 8s ease;
  animation-delay: 1s;
}
@keyframes kv_flare {
    0% {
        opacity: 0;
        transform: rotate(1deg);
        left: 0;
    }
    10% {
        opacity: 1;
        transform: rotate(0.5deg);
        left: 1.6%;
    }
    20% {
        opacity: 1;
        transform: rotate(0deg);
        left: 3.2%;
    }
    100% {
        opacity: 0;
        transform: rotate(-4deg);
        left: 16%;
    }
}

#keyVisual .kv_kirakira_L {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  opacity: 0;
  z-index: 2;
}
#keyVisual.play01 .kv_kirakira_L {
  animation: kv_kirakira_L 12s linear infinite;
  animation-delay: 6s
}

@keyframes kv_kirakira_L {
    10% {
        opacity: 0;
    }
    14% {
        opacity: 1;
    }
    18% {
        opacity: 0;
    }
}
#keyVisual .kv_kirakira01 {
  position: absolute;
  bottom: 0.73573vw;
  left: 50%;
  margin-left: -30.54769vw;
  width: 17.20094vw;
  z-index: 3;
  opacity: 0;
}
#keyVisual.play01 .kv_kirakira01 {
  animation: kv_kirakira01 1.5s cubic-bezier(.22,.64,.84,.37) infinite;
  animation-delay: 4.9s;
}
#keyVisual .kv_kirakira02 {
  position: absolute;
  bottom: 5.76466vw;
  left: 50%;
  margin-left: -35.40188vw;
  width: 9.38233vw;
  z-index: 3;
  opacity: 0;
}
#keyVisual.play01 .kv_kirakira02 {
  animation: kv_kirakira01 1.5s cubic-bezier(.22,.64,.84,.37) infinite;
}
#keyVisual .kv_kirakira03 {
  position: absolute;
  bottom: 6.25489vw;
  left: 50%;
  margin-left: -16.88819vw;
  width: 8.91321vw;
  z-index: 3;
  opacity: 0;
}
#keyVisual.play01 .kv_kirakira03 {
  animation: kv_kirakira01 1.5s cubic-bezier(.22,.64,.84,.37) infinite;
  animation-delay: 4.2s;
}
#keyVisual .kv_kirakira04 {
  position: absolute;
  bottom: 1.25098vw;
  left: 50%;
  margin-left: 21.17201vw;
  width: 8.28772vw;
  z-index: 3;
  opacity: 0;
}
#keyVisual.play01 .kv_kirakira04 {
  animation: kv_kirakira01 1.5s cubic-bezier(.22,.64,.84,.37) infinite;
  animation-delay: 4.4s;
}
#keyVisual .kv_kirakira05 {
  position: absolute;
  bottom: 12.11884vw;
  left: 50%;
  margin-left: 30.36904vw;
  width: 6.41126vw;
  z-index: 3;
  opacity: 0;
}
#keyVisual.play01 .kv_kirakira05 {
  animation: kv_kirakira01 1.5s cubic-bezier(.22,.64,.84,.37) infinite;
  animation-delay: 4.6s;
}
#keyVisual .kv_kirakira06 {
  position: absolute;
  bottom: 26.03597vw;
  left: 50%;
  margin-left: -24.50305vw;
  width: 9.78577vw;
  z-index: 3;
  opacity: 0;
}
#keyVisual.play01 .kv_kirakira06 {
  animation: kv_kirakira01 1.5s cubic-bezier(.22,.64,.84,.37) infinite;
  animation-delay: 4.8s;
}
#keyVisual .kv_kirakira07 {
  position: absolute;
  bottom: 32.65285vw;
  left: 50%;
  margin-left: 10.23722vw;
  width: 5.31665vw;
  z-index: 3;
  opacity: 0;
}
#keyVisual.play01 .kv_kirakira07 {
  animation: kv_kirakira01 1.5s cubic-bezier(.22,.64,.84,.37) infinite;
  animation-delay: 5s;
}
#keyVisual .kv_kirakira08 {
  position: absolute;
  bottom: 15.94996vw;
  left: 50%;
  margin-left: -13.15348vw;
  width: 5.78577vw;
  z-index: 3;
  opacity: 0;
}
#keyVisual.play01 .kv_kirakira08 {
  animation: kv_kirakira01 1.5s cubic-bezier(.22,.64,.84,.37) infinite;
  animation-delay: 5.2s;
}
#keyVisual .kv_kirakira09 {
  position: absolute;
  bottom: 15.1681vw;
  left: 50%;
  margin-left: -39.50235vw;
  width: 5.70758vw;
  z-index: 3;
  opacity: 0;
}
#keyVisual.play01 .kv_kirakira09 {
  animation: kv_kirakira01 1.5s cubic-bezier(.22,.64,.84,.37) infinite;
  animation-delay: 5.4s;
}
#keyVisual .kv_kirakira10 {
  position: absolute;
  bottom: 11.72791vw;
  left: 50%;
  margin-left: 4.66224vw;
  width: 5.31665vw;
  z-index: 3;
  opacity: 0;
}
#keyVisual.play01 .kv_kirakira10 {
  animation: kv_kirakira01 1.5s cubic-bezier(.22,.64,.84,.37) infinite;
  animation-delay: 4.1s;
}
#keyVisual .kv_kirakira11 {
  position: absolute;
  bottom: 18.92103vw;
  left: 50%;
  margin-left: 10.50829vw;
  width: 8.13135vw;
  z-index: 3;
  opacity: 0;
}
#keyVisual.play01 .kv_kirakira11 {
  animation: kv_kirakira01 1.5s cubic-bezier(.22,.64,.84,.37) infinite;
  animation-delay: 4.3s;
}
#keyVisual .kv_kirakira12 {
  position: absolute;
  bottom: 1.44019vw;
  left: 50%;
  margin-left: 24.85145vw;
  width: 16.41908vw;
  z-index: 3;
  opacity: 0;
}
#keyVisual.play01 .kv_kirakira12 {
  animation: kv_kirakira01 1.5s cubic-bezier(.22,.64,.84,.37) infinite;
  animation-delay: 4.5s;
}
#keyVisual .kv_kirakira13 {
  position: absolute;
  bottom: 5.16028vw;
  left: 50%;
  margin-left: -21.067005vw;
  width: 17.20094vw;
  z-index: 3;
  opacity: 0;
}
#keyVisual.play01 .kv_kirakira13 {
  animation: kv_kirakira01 1.5s cubic-bezier(.22,.64,.84,.37) infinite;
  animation-delay: 4.7s;
}
@keyframes kv_kirakira01 {
    0% {
        transform: scale(0.1);
        opacity: 0;
    }
    20% {
        transform: scale(1);
        opacity: 1;
    }
    40% {
        transform: scale(0.1);
        opacity: 0;
    }
}

#keyVisual .scroll {
  position: absolute;
  top: 50%;
  right: 30px;
  width: 23px;
  height: 274px;
  margin-top: -137px;
  z-index: 99;
  opacity: 0;
}

#keyVisual.play02 .scroll {
  animation: scroll01 1.0s ease-out forwards;
  animation-delay: 2s
}
@keyframes scroll01 {
    from {
        transform: translateY(-10%);
        opacity: 0;
    }
    to {
        transform: translateY(0%);
        opacity: 1;
    }
}

#keyVisual.play02 .scroll img {
  animation: scroll02 4.0s linear infinite;
  animation-delay: 5s
}

@keyframes scroll02 {
    0% {
        transform: translateY(0);
    }
    12% {
        transform: translateY(5%);
    }
    24% {
        transform: translateY(0);
    }
}


/* 1280px less
----------------------------------------------- */
@media print,screen and (max-width: 1279px) {
}/* 1279px less */


/* Smartphone
----------------------------------------------- */
@media print,screen and (max-width: 1023px) {
#keyVisual {
  background: url("../images/sp_bg.jpg") center bottom / 100% auto no-repeat #fff;
}
#keyVisual .logo {
  bottom: 96.66667vw;
  margin-left: -15.13333vw;
  width: 30.26667vw;
}
#keyVisual .kv_petal01 {
  bottom: 85.33333vw;
  left: -30.66667vw;
  width: 30.66667vw;
  height: 30.66667vw;
}
#keyVisual .kv_petal02 {
  bottom: 85.33333vw;
  left: -30.66667vw;
  width: 30.66667vw;
  height: 30.66667vw;
}
#keyVisual .kv_petal03 {
  bottom: 85.33333vw;
  left: -30.66667vw;
  width: 30.66667vw;
  height: 30.66667vw;
}

@keyframes petal01 {
    from {
        left: -30.66667vw;
        bottom: 40vh;
        transform:rotate(0deg);
    }
    to {
        left: 100vw;
        bottom: 94vh;
        transform:rotate(180deg);
    }
}

@keyframes petal02 {
    from {
        left: -30.66667vw;
        bottom: 40vh;
        transform:rotate(0deg);
    }
    to {
        left: 100vw;
        bottom: 90vh;
        transform:rotate(180deg);
    }
}

@keyframes petal03 {
    from {
        left: -30.66667vw;
        bottom: 30vh;
        transform:rotate(0deg);
    }
    to {
        left: 100vw;
        bottom: 88vw;
        transform:rotate(180deg);
    }
}
#keyVisual .kv_petal_loop {
  width: 200vw;
}
#keyVisual .kv_kirakira_L {
}
#keyVisual .kv_kirakira01 {
  bottom: 72.8vw;
  margin-left: -37.33333vw;
  width: 25.33333vw;
}
#keyVisual .kv_kirakira02 {
  bottom: 16vw;
  margin-left: -45.86667vw;
  width: 45.86667vw;
}
#keyVisual .kv_kirakira03 {
  bottom: 8.8vw;
  margin-left: -36.33333vw;
  width: 26.4vw;
}
#keyVisual .kv_kirakira04 {
  bottom: 0;
  margin-left: 23.8vw;
  width: 26.66667vw;
}
#keyVisual .kv_kirakira05 {
  bottom: 72.8vw;
  margin-left: -37.33333vw;
  width: 25.33333vw;
}
#keyVisual .kv_kirakira06 {
  bottom: 47.73333vw;
  margin-left: 9.6vw;
  width: 18.66667vw;
}
#keyVisual .kv_kirakira07 {
  bottom: 69.33333vw;
  margin-left: 20.33333vw;
  width: 16.53333vw;
}
#keyVisual .kv_kirakira08 {
  bottom: 28.66667vw;
  margin-left: 22.06667vw;
  width: 28.53333vw;
}

#keyVisual .kv_kirakira09 {
  bottom: 30.4vw;
  margin-left: -19.4vw;
  width: 11.73333vw;
}

#keyVisual .kv_kirakira10 {
  bottom: 32.66667vw;
  margin-left: 15.96667vw;
  width: 18.66667vw;
}
#keyVisual .kv_kirakira11 {
  bottom: 2.93333vw;
  margin-left: 13.86667vw;
  width: 52vw;
}
#keyVisual .kv_kirakira12 {
  bottom: 23.46667vw;
  margin-left: 8.26667vw;
  width: 16.8vw;
}
#keyVisual .kv_kirakira13 {
  bottom: 33.6vw;
  margin-left: -60.66667vw;
  width: 29.33333vw;
}
#keyVisual .kv_flare {
  width: 120%;
}
@keyframes kv_flare {
    0% {
        opacity: 0;
        transform: rotate(8deg);
        left: -20%;
    }
    10% {
        opacity: 1;
        transform: rotate(7deg);
        left: -16.8%;
    }
    20% {
        opacity: 1;
        transform: rotate(6deg);
        left: -13.6%;
    }
    100% {
        opacity: 0;
        transform: rotate(-2deg);
        left: 12%;
    }
}

#keyVisual .scroll {
  right: 4vw;
  width: 4.4vw;
  height: 50.4vw;
  margin-top: -13.86667vw;
}

}/* Smartphone End */



/* Tablet
----------------------------------------------- */
@media print,screen and (min-width: 768px) and (max-width: 1023px) {
#keyVisual .logo {
  bottom: 87.66667vw;
  margin-left: -6.63333vw;
  width: 15.26667vw;
}
}/* Tablet End */




/* ----------------------------------------------------------------------------------------------
 #navi
---------------------------------------------------------------------------------------------- */
#navi {
  position: fixed;
  top: -150px;
  left: 0;
  width: 100%;
  height: 150px;
  z-index: 300;
  background: url("../images/pc_navi_bg.png") center top / 6px 120px repeat-x;
}
#navi.play01 {
  animation: navi 1.0s ease-out forwards;
  animation-delay: 2s
}
@keyframes navi {
    from {
        top: -120px;
    }
    to {
        top: 0;
    }
}
#navi .naviInr {
  position: relative;
  margin: 0 auto;
}
#navi .naviInr:after {
	content: "";
	display: block;
	clear: both;
}
#navi .naviInr .soundArea {
  width: 630px;
  float: left;
}
#navi .naviInr .soundArea ul {
  margin-left: 30px;
}
#navi .naviInr .soundArea ul li {
  float: left;
}
#navi .naviInr .soundArea ul li:nth-child(1) {
  width: 22px;
  margin-right: 21px;
  padding-top: 22px;
}
#navi .naviInr .soundArea ul li:nth-child(2) {
  width: 63px;
  margin-right: 9px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  padding-top: 22px;
}
#navi .naviInr .soundArea ul li:nth-child(2) a,
#navi .naviInr .soundArea ul li:nth-child(3) a {
  display: block;
  width: 63px;
  height: 23px;
}
#navi .naviInr .soundArea ul li.sound_on_on a {
  background: url("../images/pc_sound_on_on.png") left top / 63px 23px no-repeat;
}
#navi .naviInr .soundArea ul li.sound_on_off a {
  background: url("../images/pc_sound_on_off.png") left top / 63px 23px no-repeat;
}
#navi .naviInr .soundArea ul li:nth-child(3) {
  width: 63px;
  margin-right: 28px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  padding-top: 22px;
}
#navi .naviInr .soundArea ul li.sound_off_on a {
  background: url("../images/pc_sound_off_on.png") left top / 63px 23px no-repeat;
}
#navi .naviInr .soundArea ul li.sound_off_off a {
  background: url("../images/pc_sound_off_off.png") left top / 63px 23px no-repeat;
}
#navi .naviInr .soundArea ul li:nth-child(4) {
  width: 375px;
  height: 45px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
#navi .naviInr .soundArea ul li.equalizer01 {
  background: url("../images/equalizer_1.gif") left top / 375px 45px no-repeat;
  opacity: 0;
  transition: opacity 0.5s ease;
}
#navi .naviInr .soundArea ul li.equalizer01.fade {
  opacity: 1;
}
#navi .naviInr .soundArea ul li.equalizer02 {
  background: url("../images/equalizer_2.gif") left top / 375px 45px no-repeat;
}
#navi .naviInr .soundArea ul li.soundTitle {
  width: 342px;
  height: 20px;
  padding: 8px 0 0 42px;
  box-sizing: border-box;
}
#navi .naviInr .btnArea {
  width: 180px;
  float: right;
  padding: 12px 30px 0 0;
}
#navi .naviInr .btnArea dl {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-justify-content:flex-end;
	-moz-justify-content:flex-end;
	-ms-justify-content:flex-end;
	justify-content:flex-end;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width:100%;
}
#navi .naviInr .btnArea dl dt {
  width: 37px;
  margin-left: 12px;
}
#navi .naviInr .btnArea dl dt a {
  display: block;
  width: 37px;
  height: 37px;
  outline: none;
}
#navi .naviInr .btnArea dl dt #language .languageArea {
  position: relative;
}
#navi .naviInr .btnArea dl dt #language .languageBtn {
  cursor: pointer;
  display: block;
  width: 37px;
  height: 37px;
  outline: none;
  -webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#navi .naviInr .btnArea dl dt #language .languageBtn:hover {
  opacity: 0.7;
}
#navi .naviInr .btnArea dl dt #language ul.languageSelect {
  display: none;
  position: absolute;
  width: 136px;
  left: -48px;
  top: 44px;
  border: 1px solid #0ecc86;
  box-sizing: border-box;
}
#navi .naviInr .btnArea dl dt #language ul.languageSelect li {
  width: 100%;
  padding: 4px;
  border-bottom: 1px solid #0ecc86;
  background: rgba(0, 0, 0, 0.7);
  box-sizing: border-box;
  font-size: 12px;
  text-align: center;
}
#navi .naviInr .btnArea dl dt #language ul.languageSelect li:last-child {
  border-bottom: none;
}
#navi .naviInr .btnArea dl dt #language ul.languageSelect li a {
  width: inherit;
  height: inherit;
  color: #008051;
  text-align: center;
}
#navi .naviInr .btnArea dl dt #language ul.languageSelect li a:hover {
  color: #00ffa0;
  opacity: 0.9;
}
#navi .naviInr .btnArea dl dt #language ul.languageSelect li.selected {
  color: #00ffa0;
}
#navi .naviInr .postponementBtn {
  position: absolute;
  top: 110px;
  left: 30px;
}
#navi .naviInr .postponementBtn a {
  display: block;
  width: 154px;
  height: 38px;
  border: 1px solid #66ca8f;
  text-align: center;
  font-size: 15px;
  line-height: 38px;
  box-sizing: border-box;
  background: #fff;
  color: #66ca8f;
  font-weight: bold;
  outline: none;
}


/* 1280px less
----------------------------------------------- */
@media print,screen and (max-width: 1279px) {
}/* 1279px less */


/* Smartphone
----------------------------------------------- */
@media print,screen and (max-width: 1023px) {
#navi {
  top: -25.2vw;
  height: 25.2vw;
  background: url("../images/sp_navi_bg.png") center bottom / cover no-repeat;
}
@keyframes navi {
    from {
        top: -20vw;
    }
    to {
        top: 0;
    }
}
#navi .naviInr .soundArea {
  width: 70.66667vw;
}
#navi .naviInr .soundArea ul {
  margin-left: 2.66667vw;
  margin-top: 3.86667vw;
}
#navi .naviInr .soundArea ul li:nth-child(1) {
  width: 3.33333vw;
  margin-right: 2.13333vw;
  padding-top: 1.63333vw;
}
#navi .naviInr .soundArea ul li:nth-child(2) {
  width: 8.66667vw;
  margin-right: 2.4vw;
  padding-top: 1.63333vw;
}
#navi .naviInr .soundArea ul li:nth-child(2) a,
#navi .naviInr .soundArea ul li:nth-child(3) a {
  width: 8.66667vw;
  height: 3.73333vw;
}
#navi .naviInr .soundArea ul li.sound_on_on a {
  background: url("../images/sp_sound_on_on.png") left top / 8.66667vw 3.73333vw no-repeat;
}
#navi .naviInr .soundArea ul li.sound_on_off a {
  background: url("../images/sp_sound_on_off.png") left top / 8.66667vw 3.73333vw no-repeat;
}
#navi .naviInr .soundArea ul li:nth-child(3) {
  width: 8.66667vw;
  margin-right: 1.06667vw;
  padding-top: 1.63333vw;
}
#navi .naviInr .soundArea ul li.sound_off_on a {
  background: url("../images/sp_sound_off_on.png") left top / 8.66667vw 3.73333vw no-repeat;
}
#navi .naviInr .soundArea ul li.sound_off_off a {
  background: url("../images/sp_sound_off_off.png") left top / 8.66667vw 3.73333vw no-repeat;
}
#navi .naviInr .soundArea ul li:nth-child(4) {
  width: 41.6vw;
  height: 4.93vw;
}
#navi .naviInr .soundArea ul li.equalizer01 {
  background: url("../images/equalizer_1.gif") left bottom / 41.33333vw 4.93vw no-repeat;
}
#navi .naviInr .soundArea ul li.equalizer02 {
  background: url("../images/equalizer_2.gif") left bottom / 41.33333vw 4.93vw no-repeat;
}
#navi .naviInr .soundArea ul li.soundTitle {
  width: 68vw;
  height: 4.26667vw;
  padding: 1.06667vw 0 0 0;
}
#navi .naviInr .btnArea {
  width: 29vw;
  float: right;
  padding: 3.86667vw 2.66667vw 0 0;
}
#navi .naviInr .btnArea dl dt {
  width: 6.66667vw;
  margin-left: 1.5vw;
}
#navi .naviInr .btnArea dl dt a {
  width: 6.66667vw;
  height: 6.66667vw;
}
#navi .naviInr .btnArea dl dt #language .languageBtn {
  width: 6.66667vw;
  height: 6.66667vw;
}
#navi .naviInr .btnArea dl dt #language .languageBtn:hover {
  opacity: 1;
}
#navi .naviInr .btnArea dl dt #language ul.languageSelect {
  width: 33.52vw;
  left: -18.5vw;
  top: 9vw;
}
#navi .naviInr .btnArea dl dt #language ul.languageSelect li {
  width: 100%;
  padding: 1.33333vw;
  font-size: 3.2vw;
}
#navi .naviInr .postponementBtn {
  top: 17.6vw;
  left: 2.66667vw;
}
#navi .naviInr .postponementBtn a {
  width: 30.4vw;
  height: 7.2vw;
  font-size: 2.93333vw;
  line-height: 7.2vw;
}
}/* Smartphone End */



/* ----------------------------------------------------------------------------------------------
 #inrWrap
---------------------------------------------------------------------------------------------- */
#inrWrap {
  position: relative;
  width: 100%;
  padding-top: 100vh;
  z-index: 100;
}

.contents{
    display: none;
}


/* 1279px less
----------------------------------------------- */
@media print,screen and (max-width: 1279px) {
}/* 1279px less */


/* Smartphone
----------------------------------------------- */
@media print,screen and (max-width: 1023px) {
.contents{
    padding-bottom: 16vw;
}
}/* Smartphone End */



/* ----------------------------------------------------------------------------------------------
 #creators
---------------------------------------------------------------------------------------------- */
#inrWrap #creators {
  width: 100%;
  background: url("../images/pc_creators_bg.png") center center / cover no-repeat;
  padding: 324px 0 116px;
  box-sizing: border-box;
}
#inrWrap #creators p.title {
  width: 216px;
  margin: 0 auto 94px;
}
#inrWrap #creators ul {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-justify-content:space-between;
	-moz-justify-content:space-between;
	-ms-justify-content:space-between;
	justify-content:space-between;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 900px;
	margin: 0 auto;
}
#inrWrap #creators ul li {
  width: 256px;
  margin-bottom: 57px;
}
#inrWrap #creators ul li:nth-child(2),
#inrWrap #creators ul li:nth-child(5) {
  width: 268px;
}
#inrWrap #creators ul li:nth-child(3),
#inrWrap #creators ul li:nth-child(6) {
  width: 292px;
}


/* 1279px less
----------------------------------------------- */
@media print,screen and (max-width: 1279px) {
#inrWrap #creators {
  padding: 25.33229vw 0 9.06959vw;
  box-sizing: border-box;
}
#inrWrap #creators p.title {
  width: 16.88819vw;
  margin: 0 auto 7.34949vw;
}
#inrWrap #creators ul {
	width: 70.36747vw;
}
#inrWrap #creators ul li {
  width: 20.01564vw;
  margin-bottom: 4.45661vw;
}
#inrWrap #creators ul li:nth-child(2),
#inrWrap #creators ul li:nth-child(5) {
  width: 20.95387vw;
}
#inrWrap #creators ul li:nth-child(3),
#inrWrap #creators ul li:nth-child(6) {
  width: 22.83034vw;
}

}/* 1279px less */


/* Smartphone
----------------------------------------------- */
@media print,screen and (max-width: 1023px) {
#inrWrap #creators {
  background: url("../images/sp_creators_bg.png") center center / cover no-repeat;
  padding: 25.06667vw 0 12vw;
}
#inrWrap #creators p.title {
  width: 31.6vw;
  margin: 0 0 4.8vw 10vw;
}
#inrWrap #creators ul {
	width: 73.33333vw;
}
#inrWrap #creators ul li {
  width: 100%;
  margin-bottom: 4.26667vw;
}
#inrWrap #creators ul li:nth-child(2),
#inrWrap #creators ul li:nth-child(5) {
  width: 100%;
}
#inrWrap #creators ul li:nth-child(3),
#inrWrap #creators ul li:nth-child(6) {
  width: 100%;
}

}/* Smartphone End */


/* Tablet
----------------------------------------------- */
@media print,screen and (min-width: 768px) and (max-width: 1023px) {
#inrWrap #creators {
  background: url("../images/sp_creators_bg.png") center center / cover no-repeat;
  padding: 26.06667vw 0 12vw;
}
#inrWrap #creators p.title {
  width: 31.6vw;
  margin: 0 0 1.8vw 10vw;
}
#inrWrap #creators ul {
  width: 52.33333vw;
}
}/* Tablet End */



/* ----------------------------------------------------------------------------------------------
 #messages
---------------------------------------------------------------------------------------------- */
#messages {
  padding: 75px 0 0;
}
#messages .messagesBox {
  width: 1000px;
  margin: 0 auto 110px;
  border: 4px solid rgba(255, 255, 255, 0.7);
  padding: 6px;
  box-sizing: border-box;
}
#messages .messagesBox .messagesBoxInr {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 8px;
}
#messages .messagesBox .messagesBoxInr .messagesBoxContents {
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid #cc0e70;
  padding: 30px 146px;
  box-sizing: border-box;
}
#messages .messagesBox .messagesBoxInr .messagesBoxContents:before {
  content: "";
  display: block;
  width: 966px;
  height: 15px;
  background: url("../images/pc_messages_img03.png") center top / 966px 15px no-repeat;
  position: relative;
  top: -32px;
  left: -149px;
}
#messages .messagesBox .messagesBoxInr .messagesBoxContents:after {
  content: "";
  display: block;
  width: 966px;
  height: 15px;
  background: url("../images/pc_messages_img04.png") center bottom / 966px 15px no-repeat;
  position: relative;
  bottom: -32px;
  left: -149px;
}
#messages .messagesBox .messagesBoxInr .messagesBoxContents .messagesBoxContentsImg {
  position: absolute;
  top: 50%;
  margin-top: -13px;
  left: -3px;
  width: 966px;
  height: 26px;
  background: url("../images/pc_messages_img05.png") center center / 966px 26px no-repeat;
  z-index: -1;
}
#messages .messagesBox .messagesBoxInr .messagesBoxContents h3 {
  margin-bottom: 20px;
}
#messages .messagesBox .messagesBoxInr .messagesBoxContents .messagesTitle {
  margin-bottom: 10px;
}
#messages .messagesBox .messagesBoxInr .messagesBoxContents .messagesText {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.57;
  text-align: justify;
	text-justify: inter-ideograph;
	-ms-text-justify: inter-ideograph;
  padding-bottom: 20px;
}
#messages .messagesBox .messagesBoxInr .messagesBoxContents .messagesText span {
  display: block;
  padding-top: 5px;
  text-align: right;
}
#messages .messagesBox .messagesBoxInr .messagesBoxContents .messagesText span.sign01 img {
  width: 203px;
}
#messages .messagesBox .messagesBoxInr .messagesBoxContents .messagesText span.sign02 img {
  width: 203px;
  margin-top: -60px;
}
#messages .messagesBox .messagesBoxInr .messagesBoxContents .messagesText span.sign03 img {
  width: 227px;
  margin-top: 12px;
}
#messages .messagesBox .messagesBoxInr .messagesBoxContents .messagesWorksTitle {
  padding: 0 0 0 22px;
  font-size: 12px;
  font-weight: 900;
  min-height: 28px;
  background: url("../images/pc_messages_img02.png") left bottom / 100% auto no-repeat;
  margin-bottom: 10px;
}
#messages .messagesBox .messagesBoxInr .messagesBoxContents .messagesWorksText {
  font-size: 14px;
  font-weight: 400;
}


/* 1279px less
----------------------------------------------- */
@media print,screen and (max-width: 1279px) {
#messages {
  padding: 5.86396vw 0 0;
}
#messages .messagesBox {
  width: 78.18608vw;
  margin: 0 auto 8.60047vw;
  border: 0.31274vw solid rgba(255, 255, 255, 0.7);
  padding: 0.46912vw;
}
#messages .messagesBox .messagesBoxInr {
  border: 0.07819vw solid rgba(255, 255, 255, 0.5);
  padding: 0.62549vw;
}
#messages .messagesBox .messagesBoxInr .messagesBoxContents {
  border: 0.07819vw solid #cc0e70;
  padding: 2.34558vw 11.41517vw;
}
#messages .messagesBox .messagesBoxInr .messagesBoxContents:before {
  width: 75.52776vw;
  height: 1.17279vw;
  background: url("../images/pc_messages_img03.png") center top / 75.52776vw 1.17279vw no-repeat;
  top: -2.50195vw;
  left: -11.64973vw;
}
#messages .messagesBox .messagesBoxInr .messagesBoxContents:after {
  width: 75.52776vw;
  height: 1.17279vw;
  background: url("../images/pc_messages_img04.png") center bottom / 75.52776vw 1.17279vw no-repeat;
  position: relative;
  bottom: -2.50195vw;
  left: -11.64973vw;
}
#messages .messagesBox .messagesBoxInr .messagesBoxContents .messagesBoxContentsImg {
  margin-top: -1.01642vw;
  left: -0.23456vw;
  width: 75.52776vw;
  height: 2.03284vw;
  background: url("../images/pc_messages_img05.png") center center / 75.52776vw 2.03284vw no-repeat;
}
#messages .messagesBox .messagesBoxInr .messagesBoxContents h3 {
  margin-bottom: 1.56372vw;
}
#messages .messagesBox .messagesBoxInr .messagesBoxContents .messagesTitle {
  margin-bottom: 0.78186vw;
}
#messages .messagesBox .messagesBoxInr .messagesBoxContents .messagesText {
  font-size: 1.09461vw;
  padding-bottom: 1.56372vw;
}
#messages .messagesBox .messagesBoxInr .messagesBoxContents .messagesText span {
  padding-top: 0.39093vw;
}
#messages .messagesBox .messagesBoxInr .messagesBoxContents .messagesText span.sign01 img {
  width: 15.87177vw;
}
#messages .messagesBox .messagesBoxInr .messagesBoxContents .messagesText span.sign02 img {
  width: 15.87177vw;
  margin-top: -3.51837vw;
}
#messages .messagesBox .messagesBoxInr .messagesBoxContents .messagesText span.sign03 img {
  width: 17.74824vw;
}
#messages .messagesBox .messagesBoxInr .messagesBoxContents .messagesWorksTitle {
  padding: 0 0 0 1.72009vw;
  font-size: 0.93823vw;
  min-height: 2.18921vw;
  margin-bottom: 0.78186vw;
}
#messages .messagesBox .messagesBoxInr .messagesBoxContents .messagesWorksText {
  font-size: 1.09461vw;
}

}/* 1279px less */


/* Smartphone
----------------------------------------------- */
@media print,screen and (max-width: 1023px) {
#messages {
  padding: 12.26667vw 0 0;
}
#messages .messagesBox {
  width: 99.33333vw;
  margin: 0 auto 10.93333vw;
  border: 0.53333vw solid rgba(255, 255, 255, 0.7);
  padding: 0.8vw;
}
#messages .messagesBox .messagesBoxInr {
  border: 0.13333vw solid rgba(255, 255, 255, 0.5);
  padding: 1.06667vw;
}
#messages .messagesBox .messagesBoxInr .messagesBoxContents {
  border: 0.13333vw solid #cc0e70;
  padding: 4.4vw 3.66667vw;
}
#messages .messagesBox .messagesBoxInr .messagesBoxContents:before {
  width: 94.8vw;
  height: 2vw;
  background: url("../images/sp_messages_img03.png") center top / 94.8vw 2vw no-repeat;
  top: -4.66667vw;
  left: -4vw;
}
#messages .messagesBox .messagesBoxInr .messagesBoxContents:after {
  width: 94.8vw;
  height: 2vw;
  background: url("../images/sp_messages_img04.png") center bottom / 94.8vw 2vw no-repeat;
  bottom: -4.66667vw;
  left: -4vw;
}
#messages .messagesBox .messagesBoxInr .messagesBoxContents .messagesBoxContentsImg {
  margin-top: -3.73333vw;
  left: -0.4vw;
  width: 94.8vw;
  height: 7.46667vw;
  background: url("../images/sp_messages_img05.png") center center / 94.8vw 7.46667vw no-repeat;
  z-index: -1;
}
#messages .messagesBox .messagesBoxInr .messagesBoxContents h3 {
  margin-bottom: 3.6vw;
}
#messages .messagesBox .messagesBoxInr .messagesBoxContents .messagesTitle {
  margin-bottom: 2.13333vw;
}
#messages .messagesBox .messagesBoxInr .messagesBoxContents .messagesText {
  font-size: 2.93333vw;
  line-height: 1.82;
  padding: 0 3.73333vw 3.73333vw;
}
#messages .messagesBox .messagesBoxInr .messagesBoxContents .messagesText span {
  padding-top: 2.66667vw;
}
#messages .messagesBox .messagesBoxInr .messagesBoxContents .messagesText span.sign01 img {
  width: 43.33333vw;
}
#messages .messagesBox .messagesBoxInr .messagesBoxContents .messagesText span.sign02 img {
  width: 43.33333vw;
  margin-top: -7vw;
}
#messages .messagesBox .messagesBoxInr .messagesBoxContents .messagesText span.sign03 img {
  width: 43.33333vw;
}
#messages .messagesBox .messagesBoxInr .messagesBoxContents .messagesWorksTitle {
  padding: 1.32vw 0 0 3.73333vw;
  font-size: 2.66667vw;
  min-height: 7.33333vw;
  background: url("../images/sp_messages_img02.png") left bottom / 100% auto no-repeat;
  margin-bottom: 1.06667vw;
}
#messages .messagesBox .messagesBoxInr .messagesBoxContents .messagesWorksText {
  font-size: 2.66667vw;
  padding: 0 2.73333vw;
  box-sizing: border-box;
}

}/* Smartphone End */


/* Tablet
----------------------------------------------- */
@media print,screen and (min-width: 768px) and (max-width: 1023px) {
#messages .messagesBox .messagesBoxInr .messagesBoxContents .messagesText {
  font-size: 16px;
  line-height: 1.82;
  padding: 0 3.73333vw 3.73333vw;
}
#messages .messagesBox .messagesBoxInr .messagesBoxContents .messagesWorksTitle {
  padding: 1.32vw 0 0 3.73333vw;
  font-size: 16px;
  min-height: 7.33333vw;
  background: url(../images/sp_messages_img02.png) left bottom / 100% auto no-repeat;
  margin-bottom: 1.06667vw;
}
#messages .messagesBox .messagesBoxInr .messagesBoxContents .messagesWorksTitle {
  padding: 1.32vw 0 0 3.73333vw;
  font-size: 2.66667vw;
  min-height: 7.33333vw;
  background: url(../images/sp_messages_img02.png) left bottom / 100% auto no-repeat;
  margin-bottom: 1.06667vw;
}
#messages .messagesBox .messagesBoxInr .messagesBoxContents .messagesWorksText {
  font-size: 16px;
  padding: 0 2.73333vw;
  box-sizing: border-box;
}
}/* Tablet End */



/* ----------------------------------------------------------------------------------------------
 #spec
---------------------------------------------------------------------------------------------- */
#spec {
  width: 548px;
  height: 219px;
  margin: 0 auto 80px;
  padding: 20px 0 0;
  box-sizing: border-box;
  background: url("../images/pc_spec_bg.png") center top / 548px 219px no-repeat;
}
#spec .specTitle {
  width: 454px;
  margin: 0 auto 6px;
  color: #cc0e70;
  font-size: 18px;
  font-weight: 700;
}
#spec .specTable {
  display: table;
  width: 420px;
  margin: 0 auto;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 16px;
  line-height: 1.5;
}
#spec .specTable dl {
  display: table-row;
}
#spec .specTable dl dt {
  display: table-cell;
  width: 170px;
  vertical-align: middle;
  padding: 4px 0 4px;
}
#spec .specTable dl dt:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 14px;
  background: url("../images/pc_spec_arrow.png") left top / 12px 14px no-repeat;
  position: relative;
  margin: 0 5px 0 0;
}
#spec .specTable dl dd {
  display: table-cell;
  width: 250px;
  vertical-align: middle;
  padding: 4px 0 4px;
}
#spec .specTable dl dd h1 {
  font-weight: 400;
}
#spec .specTable dl dd span {
  display: block;
  font-size: 12px;
}


/* 1279px less
----------------------------------------------- */
@media print,screen and (max-width: 1279px) {
#spec {
  width: 42.84597vw;
  height: 17.12275vw;
  margin: 0 auto 6.25489vw;
  padding: 1.56372vw 0 0;
  background: url("../images/pc_spec_bg.png") center top / 42.84597vw 17.12275vw no-repeat;
}
#spec .specTitle {
  width: 35.49648vw;
  margin: 0 auto 0.46912vw;
  font-size: 1.40735vw;
}
#spec .specTable {
  width: 32.83815vw;
  font-size: 1.25098vw;
}
#spec .specTable dl dt {
  width: 13.29163vw;
  padding: 0.31274vw 0 0.31274vw;
}
#spec .specTable dl dt:before {
  width: 0.93823vw;
  height: 1.09461vw;
  background: url("../images/pc_spec_arrow.png") left top / 0.93823vw 1.09461vw no-repeat;
  margin: 0 0.39093vw 0 0;
}
#spec .specTable dl dd {
  width: 19.54652vw;
  padding: 0.31274vw 0 0.31274vw;
}
#spec .specTable dl dd span {
  font-size: 0.93823vw;
}

}/* 1279px less */


/* Smartphone
----------------------------------------------- */
@media print,screen and (max-width: 1023px) {
#spec {
  width: 86.13333vw;
  height: 35.73333vw;
  margin: 0 auto 15.2vw;
  padding: 2.13333vw 0 0;
  background: url("../images/sp_spec_bg.png") center top / 86.13333vw 35.73333vw no-repeat;
}
#spec .specTitle {
  width: 74.13333vw;
  margin: 0 auto 0.66667vw;
  font-size: 3.2vw;
}
#spec .specTable {
  width: 71.46667vw;
  font-size: 2.93333vw;
  line-height: 1.4;
}
#spec .specTable dl dt {
  width: 30vw;
  padding: 0.4vw 0 0.4vw;
}
#spec .specTable dl dt:before {
  width: 2vw;
  height: 2.4vw;
  background: url("../images/pc_spec_arrow.png") left top / 2vw 2.4vw no-repeat;
  margin: 0 1.2vw 0 0;
}
#spec .specTable dl dd {
  width: 40.46667vw;
  padding: 0.4vw 0 0.4vw 1.6vw;
  box-sizing: border-box;
}
#spec .specTable dl dd span {
  display: block;
  font-size: 2.4vw;
}

}/* Smartphone End */



/* ----------------------------------------------------------------------------------------------
 #bnr
---------------------------------------------------------------------------------------------- */
ul#bnr {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-justify-content:space-between;
	-moz-justify-content:space-between;
	-ms-justify-content:space-between;
	justify-content:space-between;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 532px;
	margin: 0 auto 110px;
}
ul#bnr li {
  width: 240px;
}
ul#bnr li a {
  display: block;
}


/* 1279px less
----------------------------------------------- */
@media print,screen and (max-width: 1279px) {
ul#bnr {
	width: 41.595vw;
	margin: 0 auto 8.60047vw;
}
ul#bnr li {
  width: 18.76466vw;
}

}/* 1279px less */


/* Smartphone
----------------------------------------------- */
@media print,screen and (max-width: 1023px) {
ul#bnr {
	width: 70.93333vw;
	margin: 0 auto 10.66667vw;
}
ul#bnr li {
  width: 32vw;
}

}/* Smartphone End */



/* ----------------------------------------------------------------------------------------------
 #pagetop
---------------------------------------------------------------------------------------------- */
#pagetop {
  position: fixed;
  top: 60px;
  right: 36px;
  z-index: 300;
  width: 52px;
  display: none;
  -webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#pagetop.LanguageOn {
  top: 240px;
}


/* 1279px less
----------------------------------------------- */
@media print,screen and (max-width: 1279px) {
}/* 1279px less */


/* Smartphone
----------------------------------------------- */
@media print,screen and (max-width: 1023px) {
#pagetop {
  top: 12.73333vw;
  right: 2.66667vw;
  width: 6.66667vw;
}
#pagetop.LanguageOn {
  top: 64vw;
}
}/* Smartphone End */



/* ----------------------------------------------------------------------------------------------
 footer
---------------------------------------------------------------------------------------------- */
footer {
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: #000;
  color: #fff;
  font-size: 14px;
  text-align: center;
}
footer p {
  display: inline;
  margin-right: 30px;
}
footer a {
  color: #fff;
  text-decoration: underline !important;
}
footer a:hover {
  color: #0ecc86;
  text-decoration: none !important;
}


/* 1279px less
----------------------------------------------- */
@media print,screen and (max-width: 1279px) {
footer {
  height: 3.9093vw;
  line-height: 3.9093vw;
  font-size: 1.09461vw;
}
footer p {
  margin-right: 2.34558vw;
}
}/* 1279px less */


/* Smartphone
----------------------------------------------- */
@media print,screen and (max-width: 1023px) {
footer {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 16vw;
  line-height: 1.6;
  font-size: 2.66667vw;
  padding: 1.33333vw;
}
.bottom footer {
  position: fixed;
}
footer p {
  display: block;
  margin-right: 0;
  margin-bottom: 0.33333vw;
}
footer a, footer a:hover {
  text-decoration: none !important;
}
}/* Smartphone End */



/* ----------------------------------------------------------------------------------------------
 modaal
---------------------------------------------------------------------------------------------- */
.modaal-container {
  position: relative;
  max-width: 590px;
  min-height: 50vh;
  padding: 0;
  /*border: 1px solid #cc0e70;*/
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 0 3px #fff, 0 0 0 1px #cc0e70;
}
.modaal-container:before {
  content: "";
  display: block;
  width: 598px;
  height: 30px;
  background: url("../images/pc_news_flame01.png") center top / 100% auto no-repeat;
  position: relative;
  top: -4px;
  left: -4px;
}
.modaal-container:after {
  content: "";
  display: block;
  width: 598px;
  height: 30px;
  background: url("../images/pc_news_flame02.png") center bottom / 100% auto no-repeat;
  position: relative;
  bottom: -4px;
  left: -4px;
}
.modaal-content-container {
  padding: 5px 10px 0 30px;
  height: 100%;
}
.modaal-close {
  position: absolute;
  right: 5px;
  top: 5px;
  color: #00d285;
  cursor: pointer;
  opacity: 1;
  width: 50px;
  height: 50px;
}
.modaal-close:after, .modaal-close:before {
  display: block;
  content: " ";
  position: absolute;
  top: 10px;
  left: 23px;
  width: 3px;
  height: 28px;
  border-radius: 0;
  background: #00d285;
  -webkit-transition: background .2s ease-in-out;
  transition: background .2s ease-in-out;
}
.modaal-close:focus, .modaal-close:hover {
  outline: 0;
  background: none;
}
.modaal-close:focus:after, .modaal-close:hover:before, .modaal-close:hover:after {
  background: #00d285;
}
.newsTitle img {
  width: 150px;
  margin-bottom: 16px;
}
.newsInr {
  width: 100%;
  padding: 0 20px 0 0;
  height: 40vh;
  overflow-y: scroll;
  box-sizing: border-box;
}
.newsInr dl dd {
  font-size: 18px;
  line-height: 1.6;
  color: #cc0e70;
  padding: 0 5px 10px;
  margin-bottom: 10px;
  background: url("../images/pc_news_line.png") center bottom / 100% auto no-repeat;
}
.newsInr dl dd span {
  display: block;
  font-size: 13px;
}
.newsInr dl dt {
  font-size: 14px;
  line-height: 1.57;
  padding-bottom: 30px;
  text-align: justify;
	text-justify: inter-ideograph;
	-ms-text-justify: inter-ideograph;
}


/* 1279px less
----------------------------------------------- */
@media print,screen and (max-width: 1279px) {

}/* 1279px less */


/* Smartphone
----------------------------------------------- */
@media print,screen and (max-width: 1023px) {
.modaal-container {
  max-width: inherit;
  width: 78.66667vw;
  min-height: 68vh;
  box-shadow: 0 0 0 0.4vw #fff, 0 0 0 0.13333vw #cc0e70;
}
.modaal-container:before {
  width: 79.73333vw;
  height: 3.66667vw;
  background: url("../images/pc_news_flame01.png") center top / contain no-repeat;
  top: -0.53333vw;
  left: -0.53333vw;
}
.modaal-container:after {
  width: 79.73333vw;
  height: 3.66667vw;
  background: url("../images/pc_news_flame02.png") center bottom / contain no-repeat;
  bottom: -0.53333vw;
  left: -0.53333vw;
}
.modaal-content-container {
  padding: 0 2.13333vw 0 6.4vw;
  height: 100%;
}
.modaal-close {
  right: 0;
  top: 0;
}
.newsTitle img {
  width: 25.33333vw;
  margin-bottom: 2.93333vw;
}
.newsInr {
  padding: 0 4.26667vw 0 0;
  height: 62vh;
}
.newsInr dl dd {
  font-size: 3.73333vw;
  padding: 0 1.46667vw 2.93333vw;
  margin-bottom: 2.13333vw;
  background: url("../images/sp_news_line.png") center bottom / 100% auto no-repeat;
}
.newsInr dl dd span {
  font-size: 2.66667vw;
}
.newsInr dl dt {
  font-size: 2.93333vw;
  line-height: 1.72;
  padding-bottom: 9.06667vw;
}

}/* Smartphone End */



/* ----------------------------------------------------------------------------------------------
 modal_postponement
---------------------------------------------------------------------------------------------- */
.modaal-fullscreen .modaal-container {
  position: relative;
  max-width: inherit;
  min-height: inherit;
  padding: 0;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: none;
}
.modaal-fullscreen .modaal-container:before {
  content: none;
  display: none;
  width: inherit;
  height: inherit;
  background: none;
  position: inherit;
  top: inherit;
  left: inherit;
}
.modaal-fullscreen .modaal-container:after {
  content: none;
  display: none;
  width: inherit;
  height: inherit;
  background: none;
  position: relative;
  bottom: inherit;
  left: inherit;
}
.modaal-fullscreen .modaal-content-container {
  padding: 100px 0;
  height: 100%;
}
.modaal-fullscreen .modaal-close {
  position: absolute;
  right: 20px;
  top: 20px;
  color: #fff;
  cursor: pointer;
  opacity: 1;
  width: 50px;
  height: 50px;
}
.modaal-fullscreen .modaal-close:after, .modaal-fullscreen .modaal-close:before {
  display: block;
  content: " ";
  position: absolute;
  top: 10px;
  left: 23px;
  width: 3px;
  height: 28px;
  border-radius: 0;
  background: #fff;
  -webkit-transition: background .2s ease-in-out;
  transition: background .2s ease-in-out;
}
.modaal-fullscreen .modaal-close:focus, .modaal-fullscreen .modaal-close:hover {
  outline: 0;
  background: none;
}
.modaal-fullscreen .modaal-close:focus:after, .modaal-fullscreen .modaal-close:hover:before, .modaal-fullscreen .modaal-close:hover:after {
  background: #fff;
}
.modaal-fullscreen .postponementInr {
  width: 70%;
  margin: 0 auto;
  color: #000;
  border: 1px solid #000;
  padding: 24px 30px;
  margin-bottom: 40px;
  box-sizing: border-box;
}
.modaal-fullscreen .postponementInr .postponementInrTitle {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  padding-bottom: 16px;
  margin-bottom: 28px;
  border-bottom: 1px solid #000;
}
.modaal-fullscreen .postponementInr dl dd {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8;
  text-align: justify;
	text-justify: inter-ideograph;
	-ms-text-justify: inter-ideograph;
  margin-bottom: 10px;
}
.modaal-fullscreen .postponementInr dl dt {
  font-size: 15px;
  line-height: 1.8;
  text-align: justify;
	text-justify: inter-ideograph;
	-ms-text-justify: inter-ideograph;
  padding-bottom: 1em;
}
.modaal-fullscreen .postponementInr dl dt:last-child {
  padding-bottom: 0;
}


/* Smartphone
----------------------------------------------- */
@media print,screen and (max-width: 1023px) {
.modaal-fullscreen .modaal-container {
  width: 100%;
}
.modaal-fullscreen .modaal-content-container {
  padding: 9.8vw 0;
}
.modaal-fullscreen .modaal-close {
  right: 2vw;
  top: 2vw;
}
.modaal-fullscreen .postponementInr {
  width: 86%;
  padding: 6.4vw 5.6vw;
  margin-bottom: 6.8vw;
}
.modaal-fullscreen .postponementInr .postponementInrTitle {
  text-align: center;
  font-size: 5.2vw;
  padding-bottom: 2.8vw;
  margin-bottom: 4.2vw;
}
.modaal-fullscreen .postponementInr dl dd {
  font-size: 4.4vw;
  margin-bottom: 3.2vw;
}
.modaal-fullscreen .postponementInr dl dt {
  font-size: 4vw;
}

}/* Smartphone End */



/* ----------------------------------------------------------------------------------------------
 animation
---------------------------------------------------------------------------------------------- */
.creatorsWrap, .messagesBox, #spec, #bnr{
    opacity: 0;
}
.creatorsWrap.active, .messagesBox.active, #spec.active, #bnr.active{
  animation: slideBottom 1.5s ease 0.2s forwards;
}
@keyframes slideBottom {
  0% {
    transform: translateY(10%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}