@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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;
}

html {
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
}

body {
  line-height: 1.9;
  font-family: "Helvetica Neue", Helvetica, Arial, "a-otf-midashi-go-mb31-pr6n", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 14px;
  color: #000;
  background: rgba(31, 27, 27, 0.98);
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.08em;
}

a {
  color: #000;
}
a:hover {
  color: #0d0d0d;
}

.webfont {
  font-family: "PT Serif", serif;
  letter-spacing: 0.1em;
  font-weight: 700;
  font-style: italic;
}

.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
::-moz-selection {
  background: #a7bdcb;
  color: #000;
}
::selection {
  background: #a7bdcb;
  color: #000;
}

img {
  vertical-align: top;
}

ul,
ol {
  list-style: none;
}

*:focus {
  outline: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
}

#wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
}
#wrap header {
  position: relative;
  width: 90%;
  height: 0px;
  margin: 0 auto;
  z-index: 1001;
}
#wrap header .loadbar {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 0%;
  height: 6px;
  background: #0454a5;
  -webkit-transition: 0.15s all ease;
  transition: 0.15s all ease;
}
@media screen and (max-width: 768px) {
  #wrap header .loadbar {
    height: 3px;
  }
}
#wrap header h1 {
  position: relative;
  top: 32px;
  width: 314px;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  #wrap header h1 {
    top: 14px;
    left: 0px;
    width: 170px;
  }
}
#wrap header h1 img {
  width: 100%;
  height: auto;
}
#wrap header .logo-shinwa {
  position: absolute;
  top: 26px;
  right: 0px;
  width: 190px;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  #wrap header .logo-shinwa {
    top: 13px;
    right: 0px;
    width: 100px;
  }
}
#wrap header .logo-shinwa img {
  width: 100%;
  height: auto;
}
#wrap section.main {
  position: relative;
  width: 100%;
  height: 1150px;
  z-index: 1;
  margin-top: 0px;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  #wrap section.main {
    height: 586px;
  }
}
#wrap section.main .background {
  position: relative;
  width: 100%;
  height: 100%;
}
#wrap section.main .background .container {
  position: relative;
  width: 100%;
  height: 100%;
  background: url("../img/img_main.jpg") top center no-repeat;
  background-size: cover;
  -webkit-transform-origin: 50% 25%;
          transform-origin: 50% 25%;
}
@media screen and (max-width: 768px) {
  #wrap section.main .background .container {
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    background: url("../img/img_main_sp.jpg") top center no-repeat;
    background-size: cover;
  }
}
#wrap section.main .btn-play {
  position: absolute;
  top: 50vh;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin-top: 20px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: 0.15s all ease;
  transition: 0.15s all ease;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  #wrap section.main .btn-play {
    top: 45%;
    margin-top: 0px;
  }
}
#wrap section.main .btn-play .container {
  opacity: 0;
}
#wrap section.main .btn-play .container:hover .icon {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}
#wrap section.main .btn-play .container:hover span {
  -webkit-transform: translateY(8px);
          transform: translateY(8px);
}
#wrap section.main .btn-play .container .icon {
  position: relative;
  width: 104px;
  margin: 0 auto;
  margin-bottom: 12px;
  -webkit-transition: 0.15s all ease;
  transition: 0.15s all ease;
}
@media screen and (max-width: 768px) {
  #wrap section.main .btn-play .container .icon {
    width: 62px;
    margin-bottom: 6px;
  }
}
#wrap section.main .btn-play .container .icon img {
  width: 100%;
  height: auto;
}
#wrap section.main .btn-play .container span {
  display: block;
  color: #fff;
  font-size: 20px;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.6);
  line-height: 1;
  -webkit-transition: 0.15s all ease;
  transition: 0.15s all ease;
}
@media screen and (max-width: 768px) {
  #wrap section.main .btn-play .container span {
    font-size: 12px;
  }
}
#wrap section.main .baloon-box {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
}
#wrap section.main .baloon-box li {
  position: absolute;
  top: 100%;
}
@media screen and (max-width: 768px) {
  #wrap section.main .baloon-box li {
    top: 100%;
  }
}
#wrap section.main .baloon-box li:nth-child(1) {
  left: 15%;
  width: 381px;
  z-index: 6;
}
@media screen and (max-width: 768px) {
  #wrap section.main .baloon-box li:nth-child(1) {
    width: 190px;
  }
}
#wrap section.main .baloon-box li:nth-child(1) img {
  width: 100%;
  height: auto;
}
#wrap section.main .baloon-box li:nth-child(2) {
  left: 75%;
  width: 111px;
  z-index: 4;
}
@media screen and (max-width: 768px) {
  #wrap section.main .baloon-box li:nth-child(2) {
    width: 56px;
  }
}
#wrap section.main .baloon-box li:nth-child(2) img {
  width: 100%;
  height: auto;
}
#wrap section.main .baloon-box li:nth-child(3) {
  left: 48%;
  width: 212px;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  #wrap section.main .baloon-box li:nth-child(3) {
    width: 106px;
  }
}
#wrap section.main .baloon-box li:nth-child(3) img {
  width: 100%;
  height: auto;
}
#wrap section.main .baloon-box li:nth-child(4) {
  left: 10%;
  width: 64px;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  #wrap section.main .baloon-box li:nth-child(4) {
    width: 32px;
  }
}
#wrap section.main .baloon-box li:nth-child(4) img {
  width: 100%;
  height: auto;
}
#wrap section.main .baloon-box li:nth-child(5) {
  left: 92%;
  width: 153px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #wrap section.main .baloon-box li:nth-child(5) {
    width: 76px;
  }
}
#wrap section.main .baloon-box li:nth-child(5) img {
  width: 100%;
  height: auto;
}
#wrap section.main .baloon-box li:nth-child(6) {
  left: 15%;
  width: 50px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #wrap section.main .baloon-box li:nth-child(6) {
    width: 25px;
  }
}
#wrap section.main .baloon-box li:nth-child(6) img {
  width: 100%;
  height: auto;
}
#wrap section.main .plane {
  position: absolute;
  top: 70%;
  left: -300px;
  width: 259px;
}
@media screen and (max-width: 768px) {
  #wrap section.main .plane {
    width: 130px;
  }
}
#wrap section.main .plane img {
  width: 100%;
  height: auto;
}
#wrap section.catch-box {
  position: relative;
  width: 100%;
  background: url("../img/bg_city_1.jpg") top center no-repeat #f0efe8;
  z-index: 2;
  text-align: center;
  padding-bottom: 228px;
  margin-top: -25px;
}
@media screen and (max-width: 768px) {
  #wrap section.catch-box {
    background: url("../img/bg_city_1_sp.jpg") top center no-repeat #f0efe8;
    background-size: cover;
    padding-bottom: 156px;
  }
}
#wrap section.catch-box:before {
  position: absolute;
  content: "";
  top: -21px;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  background: url("../img/bg_city_1_mask.png");
  width: 2000px;
  height: 21px;
  background-size: 100% 100%;
}
@media screen and (max-width: 768px) {
  #wrap section.catch-box:before {
    background: url("../img/bg_city_1_sp_mask.png") top center no-repeat;
    width: 100%;
    height: 12px;
    top: -11px;
    left: 0;
    -webkit-transform: none;
            transform: none;
    background-size: 100% 100%;
  }
}
#wrap section.catch-box .mask {
  position: relative;
  width: 100%;
}
#wrap section.catch-box .about-chara-box {
  position: relative;
  width: 424px;
  margin: 0 auto;
  top: -47px;
}
@media screen and (max-width: 768px) {
  #wrap section.catch-box .about-chara-box {
    width: 252px;
    top: -32px;
  }
}
#wrap section.catch-box .about-chara-box ul.chara-box {
  position: relative;
  width: 100%;
  opacity: 0;
}
#wrap section.catch-box .about-chara-box ul.chara-box li {
  position: relative;
  width: 86px;
}
@media screen and (max-width: 768px) {
  #wrap section.catch-box .about-chara-box ul.chara-box li {
    width: 52px;
  }
}
#wrap section.catch-box .about-chara-box ul.chara-box li img {
  width: 100%;
  height: auto;
}
#wrap section.catch-box .about-chara-box ul.chara-box li:nth-child(n+2) {
  position: absolute;
  top: 0px;
  left: 0px;
}
#wrap section.catch-box .about-chara-box ul.chara-box li:nth-child(2) {
  left: 70px;
}
@media screen and (max-width: 768px) {
  #wrap section.catch-box .about-chara-box ul.chara-box li:nth-child(2) {
    left: 42px;
  }
}
#wrap section.catch-box .about-chara-box ul.chara-box li:nth-child(3) {
  left: 130px;
}
@media screen and (max-width: 768px) {
  #wrap section.catch-box .about-chara-box ul.chara-box li:nth-child(3) {
    left: 79px;
  }
}
#wrap section.catch-box .about-chara-box ul.chara-box li:nth-child(4) {
  left: 200px;
}
@media screen and (max-width: 768px) {
  #wrap section.catch-box .about-chara-box ul.chara-box li:nth-child(4) {
    left: 121px;
  }
}
#wrap section.catch-box .about-chara-box ul.chara-box li:nth-child(5) {
  top: -6px;
  left: 300px;
  width: 122px;
}
@media screen and (max-width: 768px) {
  #wrap section.catch-box .about-chara-box ul.chara-box li:nth-child(5) {
    top: -2px;
    left: 184px;
    width: 73px;
  }
}
#wrap section.catch-box .about-chara-box .baloon-midorike {
  position: absolute;
  top: -24px;
  left: -314px;
  width: 310px;
  opacity: 0;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transform-origin: 100% 90%;
          transform-origin: 100% 90%;
}
@media screen and (max-width: 768px) {
  #wrap section.catch-box .about-chara-box .baloon-midorike {
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    top: -100px;
    left: -42px;
    width: 168px;
  }
}
#wrap section.catch-box .about-chara-box .baloon-midorike img {
  width: 100%;
  height: auto;
}
#wrap section.catch-box .about-chara-box .baloon-velky {
  position: absolute;
  top: 78px;
  right: -192px;
  width: 180px;
  opacity: 0;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transform-origin: 0% 25%;
          transform-origin: 0% 25%;
}
@media screen and (max-width: 768px) {
  #wrap section.catch-box .about-chara-box .baloon-velky {
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    top: -76px;
    right: -42px;
    width: 96px;
  }
}
#wrap section.catch-box .about-chara-box .baloon-velky img {
  width: 100%;
  height: auto;
}
#wrap section.catch-box .about-chara-box .txt-midorike {
  position: absolute;
  top: -36px;
  left: 102px;
  width: 88px;
}
#wrap section.catch-box .about-chara-box .txt-midorike img {
  width: 100%;
  height: auto;
}
#wrap section.catch-box .about-chara-box .txt-velky {
  position: absolute;
  top: -45px;
  left: 314px;
  width: 106px;
}
#wrap section.catch-box .about-chara-box .txt-velky img {
  width: 100%;
  height: auto;
}
#wrap section.catch-box .copy-box {
  position: relative;
  margin: -16px auto 0;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #wrap section.catch-box .copy-box {
    font-size: 13px;
    margin: -30px auto 0;
  }
}
#wrap section.catch-box .copy-box p {
  position: relative;
  margin: 34px 0 0;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  #wrap section.catch-box .copy-box p {
    margin: 24px 0 0;
  }
}
#wrap section.catch-box .copy-box p.logo {
  position: relative;
  width: 340px;
  margin: 32px auto 0;
}
@media screen and (max-width: 768px) {
  #wrap section.catch-box .copy-box p.logo {
    width: 234px;
    margin: 30px auto 0;
  }
}
#wrap section.catch-box .copy-box p.logo img {
  width: 100%;
  height: auto;
}
#wrap section.catch-box .copy-box p.under-logo {
  position: relative;
  margin: 20px 0 0;
}
@media screen and (max-width: 768px) {
  #wrap section.catch-box .copy-box p.under-logo {
    margin: 6px 0 0;
  }
}
#wrap section.verdy-commitment-box {
  position: relative;
  width: 100%;
  background: url("../img/bg_commitment.jpg");
  text-align: center;
  z-index: 3;
  padding-bottom: 300px;
}
@media screen and (max-width: 768px) {
  #wrap section.verdy-commitment-box {
    padding-bottom: 148px;
    background-size: 270px 270px;
  }
}
#wrap section.verdy-commitment-box:before {
  position: absolute;
  content: "";
  top: -21px;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  background: url("../img/bg_blue_mask.png");
  width: 2000px;
  height: 21px;
  background-size: 100% 100%;
}
@media screen and (max-width: 768px) {
  #wrap section.verdy-commitment-box:before {
    background: url("../img/bg_blue_sp_mask.png") top center no-repeat;
    width: 100%;
    height: 12px;
    top: -11px;
    left: 0;
    -webkit-transform: none;
            transform: none;
    background-size: 100% 100%;
  }
}
#wrap section.verdy-commitment-box .ttl-box {
  position: relative;
  top: -138px;
}
@media screen and (max-width: 768px) {
  #wrap section.verdy-commitment-box .ttl-box {
    top: -100px;
  }
}
#wrap section.verdy-commitment-box .ttl-box h2 {
  position: relative;
  width: 450px;
  margin: 0 auto;
  opacity: 0;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
@media screen and (max-width: 768px) {
  #wrap section.verdy-commitment-box .ttl-box h2 {
    width: 254px;
  }
}
#wrap section.verdy-commitment-box .ttl-box h2 img {
  width: 100%;
  height: auto;
}
#wrap section.verdy-commitment-box .ttl-box h2 .webfont {
  display: block;
  color: #0558a8;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  #wrap section.verdy-commitment-box .ttl-box h2 .webfont {
    font-size: 8px;
    margin-top: 1px;
  }
}
#wrap section.verdy-commitment-box .slider-box {
  position: relative;
  margin: -76px 0 0;
  width: 100%;
  height: 520px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #wrap section.verdy-commitment-box .slider-box {
    margin: -68px 0 0;
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    height: 272px;
  }
}
#wrap section.verdy-commitment-box .slider-box .container {
  position: relative;
  width: 100%;
}
#wrap section.verdy-commitment-box .slider-box .container:nth-child(2) {
  left: 2016px;
}
#wrap section.verdy-commitment-box .slider-box .container article {
  position: absolute;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  opacity: 0;
}
#wrap section.verdy-commitment-box .slider-box .container article .image {
  position: relative;
}
#wrap section.verdy-commitment-box .slider-box .container article .image img {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#wrap section.verdy-commitment-box .slider-box .container article .text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#wrap section.verdy-commitment-box .slider-box .container article .text img {
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
#wrap section.verdy-commitment-box .slider-box .container article.point {
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  #wrap section.verdy-commitment-box .slider-box .container article.point:hover .image img {
    -webkit-transform: scale(1.04);
            transform: scale(1.04);
  }
}
#wrap section.verdy-commitment-box .slider-box .container article:nth-child(1) {
  top: 40px;
  left: 0px;
}
#wrap section.verdy-commitment-box .slider-box .container article:nth-child(1) .image {
  width: 465px;
}
#wrap section.verdy-commitment-box .slider-box .container article:nth-child(1) .text {
  width: 388px;
}
#wrap section.verdy-commitment-box .slider-box .container article:nth-child(2) {
  top: 248px;
  left: 496px;
}
#wrap section.verdy-commitment-box .slider-box .container article:nth-child(2) .image {
  width: 180px;
}
#wrap section.verdy-commitment-box .slider-box .container article:nth-child(3) {
  top: 0px;
  left: 574px;
}
#wrap section.verdy-commitment-box .slider-box .container article:nth-child(3) .image {
  width: 227px;
}
#wrap section.verdy-commitment-box .slider-box .container article:nth-child(3) .text {
  width: 174px;
}
#wrap section.verdy-commitment-box .slider-box .container article:nth-child(4) {
  top: 194px;
  left: 708px;
}
#wrap section.verdy-commitment-box .slider-box .container article:nth-child(4) .image {
  width: 381px;
}
#wrap section.verdy-commitment-box .slider-box .container article:nth-child(4) .text {
  width: 250px;
}
#wrap section.verdy-commitment-box .slider-box .container article:nth-child(5) {
  top: 32px;
  left: 838px;
}
#wrap section.verdy-commitment-box .slider-box .container article:nth-child(5) .image {
  width: 127px;
}
#wrap section.verdy-commitment-box .slider-box .container article:nth-child(6) {
  top: 2px;
  left: 1060px;
}
#wrap section.verdy-commitment-box .slider-box .container article:nth-child(6) .image {
  width: 324px;
}
#wrap section.verdy-commitment-box .slider-box .container article:nth-child(6) .text {
  width: 212px;
}
#wrap section.verdy-commitment-box .slider-box .container article:nth-child(7) {
  top: 310px;
  left: 1287px;
}
#wrap section.verdy-commitment-box .slider-box .container article:nth-child(7) .image {
  width: 169px;
}
#wrap section.verdy-commitment-box .slider-box .container article:nth-child(8) {
  top: 82px;
  left: 1425px;
}
#wrap section.verdy-commitment-box .slider-box .container article:nth-child(8) .image {
  width: 146px;
}
#wrap section.verdy-commitment-box .slider-box .container article:nth-child(9) {
  top: 324px;
  left: 1491px;
}
#wrap section.verdy-commitment-box .slider-box .container article:nth-child(9) .image {
  width: 261px;
}
#wrap section.verdy-commitment-box .slider-box .container article:nth-child(9) .text {
  width: 200px;
}
#wrap section.verdy-commitment-box .slider-box .container article:nth-child(10) {
  top: 13px;
  left: 1612px;
}
#wrap section.verdy-commitment-box .slider-box .container article:nth-child(10) .image {
  width: 302px;
}
#wrap section.verdy-commitment-box .slider-box .container article:nth-child(10) .text {
  width: 214px;
}
#wrap section.verdy-commitment-box .slider-box .container article:nth-child(11) {
  top: 306px;
  left: 1841px;
}
#wrap section.verdy-commitment-box .slider-box .container article:nth-child(11) .image {
  width: 146px;
}
#wrap section.verdy-commitment-box .slider-box .container article img {
  width: 100%;
  height: auto;
}
#wrap section.verdy-commitment-box .chara-box {
  position: relative;
  width: 280px;
  margin: 20px auto 0;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  #wrap section.verdy-commitment-box .chara-box {
    width: 160px;
    margin: 12px auto 0;
  }
}
#wrap section.verdy-commitment-box .chara-box img {
  width: 100%;
  height: auto;
}
#wrap section.series-box {
  position: relative;
  width: 100%;
  background: url("../img/bg_city_2.jpg") top center no-repeat #f0efe8;
  z-index: 4;
  text-align: center;
  padding-bottom: 124px;
}
@media screen and (max-width: 768px) {
  #wrap section.series-box {
    background: url("../img/bg_city_2_sp.jpg") top center no-repeat #f0efe8;
    background-size: cover;
    padding-bottom: 60px;
  }
}
#wrap section.series-box:before {
  position: absolute;
  content: "";
  top: -21px;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  background: url("../img/bg_city_2_mask.png");
  width: 2000px;
  height: 21px;
  background-size: 100% 100%;
}
@media screen and (max-width: 768px) {
  #wrap section.series-box:before {
    background: url("../img/bg_city_2_sp_mask.png") top center no-repeat;
    width: 100%;
    height: 12px;
    top: -11px;
    left: 0;
    -webkit-transform: none;
            transform: none;
    background-size: 100% 100%;
  }
}
#wrap section.series-box:after {
  position: absolute;
  content: "";
  bottom: -79px;
  left: 50%;
  background: url("../img/img_illust_pagetop.png");
  width: 100px;
  height: 132px;
  background-size: 100% 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media screen and (max-width: 768px) {
  #wrap section.series-box:after {
    bottom: -27px;
    left: 50%;
    margin-left: -48px;
    width: 50px;
    height: 66px;
    background-size: 100% 100%;
  }
}
#wrap section.series-box.hover-pagetop:after {
  -webkit-transform: translateY(-32px) rotate(5deg);
          transform: translateY(-32px) rotate(5deg);
}
@media screen and (max-width: 768px) {
  #wrap section.series-box.hover-pagetop:after {
    -webkit-transform: none;
            transform: none;
  }
}
#wrap section.series-box .ttl-box {
  position: relative;
  top: -132px;
}
@media screen and (max-width: 768px) {
  #wrap section.series-box .ttl-box {
    top: -90px;
  }
}
#wrap section.series-box .ttl-box h2 {
  position: relative;
  width: 450px;
  margin: 0 auto;
  opacity: 0;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
@media screen and (max-width: 768px) {
  #wrap section.series-box .ttl-box h2 {
    width: 254px;
  }
}
#wrap section.series-box .ttl-box h2 img {
  width: 100%;
  height: auto;
}
#wrap section.series-box .ttl-box h2 .webfont {
  display: block;
  color: #f4f1ea;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  #wrap section.series-box .ttl-box h2 .webfont {
    font-size: 8px;
    margin: 1px 0 0;
  }
}
#wrap section.series-box .chara-box {
  position: relative;
  width: 370px;
  margin: 72px auto 0;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  #wrap section.series-box .chara-box {
    width: 202px;
    margin: 32px auto 0;
  }
}
#wrap section.series-box .chara-box img {
  width: 100%;
  height: auto;
}
#wrap section.series-box .series {
  position: relative;
  width: 100%;
  margin: 0px 0 0;
  top: -46px;
}
@media screen and (max-width: 768px) {
  #wrap section.series-box .series {
    top: -54px;
  }
}
#wrap section.series-box .series .nav-box {
  position: absolute;
  top: 0;
  left: 0px;
  width: 100%;
}
#wrap section.series-box .series .nav-box li {
  position: absolute;
  top: 204px;
  width: 52px;
  height: 52px;
  background: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 38, 74, 0.5);
          box-shadow: 0px 0px 3px 0px rgba(0, 38, 74, 0.5);
  cursor: pointer;
  background: #fff;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
@media screen and (max-width: 768px) {
  #wrap section.series-box .series .nav-box li {
    top: 30vw;
    width: 32px;
    height: 32px;
    -webkit-box-shadow: 0px 0px 1px 0px rgba(0, 38, 74, 0.5);
            box-shadow: 0px 0px 1px 0px rgba(0, 38, 74, 0.5);
  }
}
@media screen and (min-width: 769px) {
  #wrap section.series-box .series .nav-box li:hover {
    opacity: 0.8;
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
}
#wrap section.series-box .series .nav-box li:nth-child(n+2) {
  margin-left: 20px;
}
#wrap section.series-box .series .nav-box li.btn-prev, #wrap section.series-box .series .nav-box li.btn-next {
  text-align: center;
  padding: 16px 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #wrap section.series-box .series .nav-box li.btn-prev, #wrap section.series-box .series .nav-box li.btn-next {
    padding: 11px 0 0;
  }
}
#wrap section.series-box .series .nav-box li.btn-prev img, #wrap section.series-box .series .nav-box li.btn-next img {
  width: 18px;
  height: auto;
}
@media screen and (max-width: 768px) {
  #wrap section.series-box .series .nav-box li.btn-prev img, #wrap section.series-box .series .nav-box li.btn-next img {
    width: 10px;
  }
}
#wrap section.series-box .series .nav-box li.btn-prev {
  left: 20px;
}
@media screen and (max-width: 768px) {
  #wrap section.series-box .series .nav-box li.btn-prev {
    left: 6px;
  }
}
#wrap section.series-box .series .nav-box li.btn-next {
  right: 20px;
}
@media screen and (max-width: 768px) {
  #wrap section.series-box .series .nav-box li.btn-next {
    right: 6px;
  }
}
#wrap section.series-box .series .container {
  position: relative;
  width: 100%;
}
#wrap section.series-box .series .container article {
  position: relative;
  width: 520px;
  margin: 0 50px 0 0;
  border-radius: 12px;
  cursor: pointer;
  opacity: 0;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
@media screen and (max-width: 768px) {
  #wrap section.series-box .series .container article {
    width: 76.2%;
    margin: 0 20px 0 0;
  }
}
#wrap section.series-box .series .container article a {
  display: block;
  text-decoration: none;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
@media screen and (min-width: 769px) {
  #wrap section.series-box .series .container article a:hover {
    -webkit-transform: scale(1.04);
            transform: scale(1.04);
  }
}
#wrap section.series-box .series .container article .image {
  width: 100%;
  border-radius: 12px 12px 0 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #wrap section.series-box .series .container article .image {
    border-radius: 6px 6px 0 0;
  }
}
#wrap section.series-box .series .container article .image img {
  width: 100%;
  height: auto;
}
#wrap section.series-box .series .container article .text-box {
  position: relative;
  width: 100%;
  background: #fff;
  padding: 30px 20px 36px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.6;
  border-radius: 0 0 12px 12px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #wrap section.series-box .series .container article .text-box {
    border-radius: 0 0 6px 6px;
    padding: 16px 10px 22px;
  }
}
#wrap section.series-box .series .container article .text-box p.name-jp {
  font-size: 22px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #wrap section.series-box .series .container article .text-box p.name-jp {
    font-size: 12px;
  }
}
#wrap section.series-box .series .container article .text-box p.name-en {
  font-size: 14px;
  margin: 4px 0 0;
}
@media screen and (max-width: 768px) {
  #wrap section.series-box .series .container article .text-box p.name-en {
    font-size: 8px;
    margin: 2px 0 0;
  }
}
#wrap section.series-box .series .container article.new-series:before {
  position: absolute;
  content: "New";
  top: -18px;
  left: -18px;
  background: url("../img/label_new_base.png");
  width: 68px;
  height: 68px;
  background-size: 100% 100%;
  font-family: "PT Serif", serif;
  font-size: 15px;
  letter-spacing: 0.1em;
  font-weight: 700;
  font-style: italic;
  color: #fff;
  line-height: 69px;
  padding-left: 1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #wrap section.series-box .series .container article.new-series:before {
    top: -9px;
    left: 5px;
    width: 32px;
    height: 32px;
    line-height: 31px;
    font-size: 7px;
  }
}
#wrap footer {
  position: relative;
  width: 100%;
  background: url("../img/bg_commitment.jpg");
  text-align: center;
  z-index: 4;
  padding-bottom: 92px;
}
@media screen and (max-width: 768px) {
  #wrap footer {
    padding-bottom: 60px;
    background-size: 270px 270px;
  }
}
#wrap footer .pagetop {
  position: relative;
  width: 100%;
}
#wrap footer .pagetop .btn-pagetop {
  position: relative;
  width: 52px;
  height: 52px;
  margin: 0 auto;
  background: #fff;
  border-radius: 50%;
  top: -21px;
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 38, 74, 0.25);
          box-shadow: 0px 0px 3px 0px rgba(0, 38, 74, 0.25);
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
@media screen and (max-width: 768px) {
  #wrap footer .pagetop .btn-pagetop {
    top: -10px;
    width: 26px;
    height: 26px;
  }
}
@media screen and (min-width: 769px) {
  #wrap footer .pagetop .btn-pagetop:hover {
    opacity: 0.8;
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
}
#wrap footer .pagetop .btn-pagetop:after {
  position: absolute;
  content: "";
  top: 16px;
  left: 17px;
  background: url("../img/icon_pagetop.png") no-repeat;
  width: 18px;
  height: 18px;
  background-size: 100% 100%;
}
@media screen and (max-width: 768px) {
  #wrap footer .pagetop .btn-pagetop:after {
    top: 8px;
    left: 9px;
    width: 9px;
    height: 9px;
  }
}
#wrap footer .pagetop:before {
  position: absolute;
  content: "";
  top: -30px;
  left: 50%;
  margin-left: -45px;
  background: url("../img/base_pagetop.png") no-repeat;
  width: 90px;
  height: 30px;
  background-size: 100% 100%;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  #wrap footer .pagetop:before {
    top: -15px;
    margin-left: -22.5px;
    width: 45px;
    height: 15px;
  }
}
#wrap footer .share-box {
  position: relative;
  margin: 44px 0 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #wrap footer .share-box {
    margin: 28px 0 0;
  }
}
#wrap footer .share-box .ttl-box {
  position: relative;
}
#wrap footer .share-box .ttl-box h2 {
  position: relative;
  width: 162px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #wrap footer .share-box .ttl-box h2 {
    width: 92px;
    line-height: 1;
  }
}
#wrap footer .share-box .ttl-box h2 img {
  width: 100%;
  height: auto;
}
#wrap footer .share-box .ttl-box h2 .webfont {
  display: block;
  color: #f4f1ea;
  font-size: 12px;
  margin: 3px 0 0;
}
@media screen and (max-width: 768px) {
  #wrap footer .share-box .ttl-box h2 .webfont {
    font-size: 8px;
    margin: 6px 0 0;
    line-height: 1;
  }
}
#wrap footer .share-box ul.btn-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 32px 0 0;
}
@media screen and (max-width: 768px) {
  #wrap footer .share-box ul.btn-box {
    margin: 20px 0 0;
  }
}
#wrap footer .share-box ul.btn-box li {
  position: relative;
  width: 64px;
  height: 64px;
  background: #000;
  border-radius: 50%;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
@media screen and (max-width: 768px) {
  #wrap footer .share-box ul.btn-box li {
    width: 34px;
    height: 34px;
  }
}
@media screen and (min-width: 769px) {
  #wrap footer .share-box ul.btn-box li:hover {
    opacity: 0.8;
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
}
#wrap footer .share-box ul.btn-box li.twitter {
  background: #3195d2;
}
#wrap footer .share-box ul.btn-box li.facebook {
  background: #3360b1;
}
#wrap footer .share-box ul.btn-box li.line {
  background: #36bb36;
}
#wrap footer .share-box ul.btn-box li a {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  padding: 20px 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #wrap footer .share-box ul.btn-box li a {
    padding: 11px 0 0;
  }
}
#wrap footer .share-box ul.btn-box li a img {
  position: relative;
  width: 32px;
  height: auto;
}
@media screen and (max-width: 768px) {
  #wrap footer .share-box ul.btn-box li a img {
    width: 16px;
  }
}
#wrap footer .share-box ul.btn-box li:nth-child(n+2) {
  margin-left: 24px;
}
@media screen and (max-width: 768px) {
  #wrap footer .share-box ul.btn-box li:nth-child(n+2) {
    margin-left: 15px;
  }
}
#wrap footer small {
  position: relative;
  display: block;
  color: #f4f1ea;
  font-size: 13px;
  margin: 56px 0 0;
}
@media screen and (max-width: 768px) {
  #wrap footer small {
    font-size: 8px;
    margin: 32px 0 0;
  }
}
#wrap footer ul.link-box {
  position: relative;
  margin: 46px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  #wrap footer ul.link-box {
    margin: 32px 0 0;
  }
}
#wrap footer ul.link-box li {
  position: relative;
  background: #fff;
  border-radius: 50px;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 38, 74, 0.25);
          box-shadow: 0px 0px 3px 0px rgba(0, 38, 74, 0.25);
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
@media screen and (min-width: 769px) {
  #wrap footer ul.link-box li:hover {
    opacity: 0.8;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
#wrap footer ul.link-box li:nth-child(n+2) {
  margin-left: 22px;
}
@media screen and (max-width: 768px) {
  #wrap footer ul.link-box li:nth-child(n+2) {
    margin-left: 12px;
  }
}
#wrap footer ul.link-box li a {
  position: relative;
  display: block;
  padding: 10px 16px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #wrap footer ul.link-box li a {
    padding: 8px 14px;
  }
}
#wrap footer ul.link-box li a img {
  width: 120px;
  height: auto;
}
@media screen and (max-width: 768px) {
  #wrap footer ul.link-box li a img {
    width: 80px;
  }
}

#youtube {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1005;
}
#youtube .cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  cursor: pointer;
}
#youtube .box {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 980px;
  height: 550px;
  margin-left: -490px;
  margin-top: -275px;
  background-color: #000;
}
@media screen and (max-width: 768px) {
  #youtube .box {
    width: 100%;
    height: 240px;
    margin-left: -50%;
    margin-top: -120px;
  }
}
#youtube .box .player {
  width: 980px;
  height: 550px;
}
@media screen and (max-width: 768px) {
  #youtube .box .player {
    width: 100%;
    height: 100%;
  }
}
#youtube .btn-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: opacity 0.1s ease;
  background: #fff;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
@media screen and (max-width: 768px) {
  #youtube .btn-close {
    width: 32px;
    height: 32px;
    top: 10px;
    right: 10px;
  }
}
@media screen and (min-width: 769px) {
  #youtube .btn-close:hover {
    opacity: 0.8;
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
}
#youtube .btn-close img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 12px;
  height: auto;
}
@media screen and (max-width: 768px) {
  #youtube .btn-close img {
    width: 8px;
  }
}

#modal {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 101;
  visibility: hidden;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #modal {
    padding: 0 8px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
#modal .cover {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(5, 89, 169, 0.9);
}
#modal .container {
  position: relative;
  width: 860px;
  margin: 72px auto;
}
@media screen and (max-width: 768px) {
  #modal .container {
    width: 100%;
  }
}
#modal .container ul.vol-box {
  position: absolute;
  top: 0;
  left: 0;
}
#modal .container ul.vol-box li .ttl-box {
  position: relative;
  width: 100%;
  background: url("../img/bg_modal_ttl.png");
  border-radius: 30px 30px 0 0;
  padding-bottom: 32px;
}
@media screen and (max-width: 768px) {
  #modal .container ul.vol-box li .ttl-box {
    padding-bottom: 16px;
    border-radius: 15px 15px 0 0;
    background-size: 100px 100px;
  }
}
#modal .container ul.vol-box li .ttl-box:before {
  position: absolute;
  content: "";
  top: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url("../img/num_modal_bg.png");
  width: 88px;
  height: 30px;
  background-size: 100% 100%;
}
@media screen and (max-width: 768px) {
  #modal .container ul.vol-box li .ttl-box:before {
    width: 44px;
    height: 15px;
    top: -15px;
  }
}
#modal .container ul.vol-box li .ttl-box .vol {
  position: relative;
  width: 45px;
  height: 45px;
  top: -17px;
  margin: 0px auto;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 1;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 38, 74, 0.5);
          box-shadow: 0px 0px 3px 0px rgba(0, 38, 74, 0.5);
}
@media screen and (max-width: 768px) {
  #modal .container ul.vol-box li .ttl-box .vol {
    width: 24px;
    height: 24px;
    top: -8px;
  }
}
#modal .container ul.vol-box li .ttl-box .vol img {
  position: relative;
  top: 12px;
  left: -1px;
  width: 14px;
  height: auto;
}
@media screen and (max-width: 768px) {
  #modal .container ul.vol-box li .ttl-box .vol img {
    top: 7px;
    width: 7px;
    left: 0px;
  }
}
#modal .container ul.vol-box li .ttl-box h2 {
  position: relative;
  width: 712px;
  margin: -4px auto 0;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #modal .container ul.vol-box li .ttl-box h2 {
    width: 85%;
    margin: 0px auto 0;
  }
}
#modal .container ul.vol-box li .ttl-box h2 img {
  width: 100%;
  height: auto;
}
#modal .container ul.vol-box li .ttl-box .chara {
  position: absolute;
  bottom: -56px;
  right: -80px;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  #modal .container ul.vol-box li .ttl-box .chara {
    width: 108px;
    bottom: -14px;
    right: -36px;
  }
  #modal .container ul.vol-box li .ttl-box .chara img {
    width: 100%;
    height: auto;
  }
}
#modal .container ul.vol-box li .contents {
  position: relative;
  width: 100%;
  background: #fff;
  border-radius: 0 0 30px 30px;
  padding: 40px 54px 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #modal .container ul.vol-box li .contents {
    padding: 32px 32px 48px;
    border-radius: 0 0 15px 15px;
    display: block;
  }
}
#modal .container ul.vol-box li .contents h3 {
  position: relative;
  font-size: 22px;
  line-height: 1.7;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #modal .container ul.vol-box li .contents h3 {
    font-size: 15px;
  }
}
#modal .container ul.vol-box li .contents .l-box {
  position: relative;
  width: 520px;
  margin: 28px auto 0;
}
@media screen and (max-width: 768px) {
  #modal .container ul.vol-box li .contents .l-box {
    width: 240px;
    margin: 0 auto;
  }
}
#modal .container ul.vol-box li .contents .l-box .image-box {
  position: relative;
  width: 100%;
  width: 520px;
  overflow: hidden;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #modal .container ul.vol-box li .contents .l-box .image-box {
    width: 100%;
  }
}
#modal .container ul.vol-box li .contents .l-box .image-box article {
  position: relative;
  width: 100%;
  text-align: center;
}
#modal .container ul.vol-box li .contents .l-box .image-box article img {
  width: 100%;
}
#modal .container ul.vol-box li .contents .l-box .image-box article p {
  margin: 16px 0 0;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  #modal .container ul.vol-box li .contents .l-box .image-box article p {
    font-size: 10px;
    margin: 10px 0 0;
  }
}
#modal .container ul.vol-box li .contents .l-box .nav-prev {
  position: absolute;
  top: 158px;
  left: -60px;
  width: 30px;
  height: auto;
  cursor: pointer;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
#modal .container ul.vol-box li .contents .l-box .nav-prev img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 769px) {
  #modal .container ul.vol-box li .contents .l-box .nav-prev:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 768px) {
  #modal .container ul.vol-box li .contents .l-box .nav-prev {
    display: none;
  }
}
#modal .container ul.vol-box li .contents .l-box .nav-next {
  position: absolute;
  top: 158px;
  right: -60px;
  width: 30px;
  height: auto;
  cursor: pointer;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
#modal .container ul.vol-box li .contents .l-box .nav-next img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 769px) {
  #modal .container ul.vol-box li .contents .l-box .nav-next:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 768px) {
  #modal .container ul.vol-box li .contents .l-box .nav-next {
    display: none;
  }
}
#modal .container ul.vol-box li .contents .l-box .flickity-page-dots {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 24px auto 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  #modal .container ul.vol-box li .contents .l-box .flickity-page-dots {
    margin: 12px auto 0;
  }
}
#modal .container ul.vol-box li .contents .l-box .flickity-page-dots li {
  position: relative;
  width: 9px;
  height: 9px;
  background: #d2d2d2;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
@media screen and (max-width: 768px) {
  #modal .container ul.vol-box li .contents .l-box .flickity-page-dots li {
    width: 6px;
    height: 6px;
  }
}
@media screen and (min-width: 769px) {
  #modal .container ul.vol-box li .contents .l-box .flickity-page-dots li:hover {
    opacity: 0.8;
  }
}
#modal .container ul.vol-box li .contents .l-box .flickity-page-dots li.is-selected {
  background: #009b47;
}
#modal .container ul.vol-box li .contents .l-box .flickity-page-dots li:nth-child(n+2) {
  margin-left: 12px;
}
@media screen and (max-width: 768px) {
  #modal .container ul.vol-box li .contents .l-box .flickity-page-dots li:nth-child(n+2) {
    margin-left: 8px;
  }
}
#modal .container ul.vol-box li .contents .l-box .other-box {
  position: relative;
  width: 100%;
  margin: 32px 0 0;
}
#modal .container ul.vol-box li .contents .l-box .other-box img {
  width: 100%;
  height: auto;
}
#modal .container ul.vol-box li .contents .r-box {
  position: relative;
  width: 440px;
  margin: 40px auto 0;
}
#modal .container ul.vol-box li .contents .r-box img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  #modal .container ul.vol-box li .contents .r-box {
    width: 240px;
    margin: 24px auto 0;
  }
}
#modal .container ul.vol-box li .contents .r-box h3 {
  position: relative;
  font-size: 22px;
  line-height: 1.7;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #modal .container ul.vol-box li .contents .r-box h3 {
    font-size: 15px;
  }
}
#modal .container ul.vol-box li .contents .r-box p.description {
  font-weight: normal;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.03em;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  #modal .container ul.vol-box li .contents .r-box p.description {
    font-size: 11px;
    letter-spacing: 0.01em;
    line-height: 1.9;
  }
}
#modal .container ul.vol-box li .contents .r-box p.note {
  font-size: 11px;
  margin: 20px 0 0;
  line-height: 2.1;
}
#modal .container ul.vol-box li .contents .r-box p.description-s {
  font-size: 12px;
  line-height: 2;
}
#modal .container ul.vol-box li .contents .r-box p.description-s.first {
  margin-top: 20px;
}
#modal .container ul.vol-box li .contents .r-box span.ttl {
  display: block;
  margin: 14px 0 2px;
  color: #009a45;
  font-size: 14px;
}
#modal ul.nav-box {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
}
#modal ul.nav-box li {
  position: absolute;
  width: 52px;
  height: 52px;
  background: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 38, 74, 0.5);
          box-shadow: 0px 0px 3px 0px rgba(0, 38, 74, 0.5);
  cursor: pointer;
  background: #fff;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
@media screen and (min-width: 769px) {
  #modal ul.nav-box li:hover {
    opacity: 0.8;
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
}
@media screen and (max-width: 768px) {
  #modal ul.nav-box li {
    width: 32px;
    height: 32px;
  }
}
#modal ul.nav-box li.btn-prev, #modal ul.nav-box li.btn-next {
  text-align: center;
  padding: 16px 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: 50vh;
  margin-top: -26px;
}
@media screen and (max-width: 768px) {
  #modal ul.nav-box li.btn-prev, #modal ul.nav-box li.btn-next {
    padding: 11px 0 0;
  }
}
#modal ul.nav-box li.btn-prev img, #modal ul.nav-box li.btn-next img {
  width: 18px;
  height: auto;
}
@media screen and (max-width: 768px) {
  #modal ul.nav-box li.btn-prev img, #modal ul.nav-box li.btn-next img {
    width: 10px;
  }
}
#modal ul.nav-box li.btn-prev {
  left: 20px;
}
@media screen and (max-width: 768px) {
  #modal ul.nav-box li.btn-prev {
    left: 10px;
  }
}
#modal ul.nav-box li.btn-next {
  right: 20px;
}
@media screen and (max-width: 768px) {
  #modal ul.nav-box li.btn-next {
    right: 10px;
  }
}
#modal ul.nav-box li.btn-close {
  text-align: center;
  padding: 20px 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: 20px;
  left: auto;
  right: 20px;
}
@media screen and (max-width: 768px) {
  #modal ul.nav-box li.btn-close {
    top: 10px;
    right: 10px;
    padding: 12px 0 0;
  }
}
#modal ul.nav-box li.btn-close img {
  width: 12px;
  height: auto;
}
@media screen and (max-width: 768px) {
  #modal ul.nav-box li.btn-close img {
    width: 8px;
  }
}

#loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 1000;
}
#loading .image {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 16px;
  letter-spacing: 0.05em;
  color: #000;
}
#loading .image span {
  position: relative;
  display: inline-block;
  top: 18px;
}
#loading .image span img {
  width: 14px;
  height: auto;
}/*# sourceMappingURL=style.css.map */