@charset "UTF-8";
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, 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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

/*
@font-face {
  font-family: "Custom Yu Gothic";
  src: local("Yu Gothic");
  font-weight: 300;
}

@font-face {
  font-family: "Custom Yu Gothic";
  src: local("Yu Gothic");
  font-weight: 500;
}

@font-face {
  font-family: "Custom Yu Gothic";
  src: local("Yu Gothic");
  font-weight: bold;
}
*/
body {
  font-size: 16px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #222;
}

@media screen and (max-width: 640px) {
  body {
    font-size: 14px;
  }
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

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

img {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: bottom;
  display: block;
  width: 100%;
  height: auto;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
}

.wrapper {
  overflow: hidden;
}

.pc-image {
  display: block;
}

@media screen and (max-width: 640px) {
  .pc-image {
    display: none;
  }
}

.sp-image {
  display: none;
}

@media screen and (max-width: 640px) {
  .sp-image {
    display: block;
  }
}

header {
  background: #222;
  position: relative;
}

.header-inner {
  max-width: 980px;
  margin: 0 auto;
  padding: 20px;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 640px) {
  .header-inner {
    padding: 15px;
  }
}

.header-link {
  display: block;
  max-width: 365px;
}

@media screen and (min-width: 641px) {
  .header-link {
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
  }
  .header-link:hover {
    opacity: .5;
  }
}

.hero {
  background: -webkit-gradient(linear, left top, left bottom, from(#51ea8e), to(#1deebf));
  background: linear-gradient(to bottom, #51ea8e 0%, #1deebf 100%);
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.hero-inner {
  max-width: 980px;
  margin: 0 auto;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
}

@media screen and (max-width: 640px) {
  .hero-inner {
    border-right: none;
    border-left: none;
  }
}

.contents-heading {
  font-size: 24px;
  color: #fff;
  padding: 20px 0;
  text-align: center;
  background: #ffbd20;
  background: -webkit-gradient(linear, left top, right top, from(#e2a002), color-stop(10%, #ffe096), color-stop(20%, #e2a002), color-stop(50%, #ffbd20), color-stop(80%, #e2a002), color-stop(90%, #ffe096), to(#e2a002));
  background: linear-gradient(to right, #e2a002 0%, #ffe096 10%, #e2a002 20%, #ffbd20 50%, #e2a002 80%, #ffe096 90%, #e2a002 100%);
  border-bottom: 2px solid #fff;
}

@media screen and (max-width: 640px) {
  .contents-heading {
    background: -webkit-gradient(linear, left top, right top, from(#e2a002), color-stop(10%, #ffbd20), color-stop(20%, #e2a002), color-stop(50%, #ffbd20), color-stop(80%, #e2a002), color-stop(90%, #ffbd20), to(#e2a002));
    background: linear-gradient(to right, #e2a002 0%, #ffbd20 10%, #e2a002 20%, #ffbd20 50%, #e2a002 80%, #ffbd20 90%, #e2a002 100%);
    padding: 14px 0;
    font-size: 16px;
  }
}

.section {
  position: relative;
}

.section-nazotoki {
  background: #730101;
}

.section-nazotoki::before {
  content: " ";
  display: block;
  position: absolute;
  width: 160px;
  height: 400px;
  background: url(../images/deco-section-nazotoki-left.png) no-repeat;
  background-size: contain;
  top: 14px;
  left: 8px;
  z-index: 1;
}

@media screen and (max-width: 640px) {
  .section-nazotoki::before {
    width: 100px;
  }
}

.section-nazotoki::after {
  content: " ";
  display: block;
  position: absolute;
  width: 160px;
  height: 400px;
  background: url(../images/deco-section-nazotoki-right.png) no-repeat;
  background-size: contain;
  top: 14px;
  right: 8px;
  z-index: 1;
}

@media screen and (max-width: 640px) {
  .section-nazotoki::after {
    width: 100px;
  }
}

.section-ws {
  background: #eef4d3;
  z-index: 2;
}

.section-ws::before {
  content: " ";
  display: block;
  position: absolute;
  width: 150%;
  height: 100px;
  background: #eef4d3;
  -webkit-transform: rotate(-2deg) translateX(-50%);
  transform: rotate(-2deg) translateX(-50%);
  top: -100px;
  left: 50%;
}

@media screen and (max-width: 640px) {
  .section-ws::before {
    top: -60px;
  }
}

.section-ws::after {
  content: " ";
  display: block;
  position: absolute;
  width: 150%;
  height: 100px;
  background: #eef4d3;
  -webkit-transform: rotate(2deg) translateX(-50%);
  transform: rotate(2deg) translateX(-50%);
  bottom: -100px;
  left: 50%;
}

@media screen and (max-width: 640px) {
  .section-ws::after {
    bottom: -70px;
  }
}

.section-ws .section-inner {
  padding: 0 30px;
}

@media screen and (max-width: 640px) {
  .section-ws .section-inner {
    padding: 0 15px;
  }
}

.section-collex {
  background: url(../images/bg-collex.jpg) repeat;
  background-size: 50px;
  z-index: 1;
  color: #555;
}

.section-collex::after {
  content: " ";
  display: block;
  position: absolute;
  width: 150%;
  height: 100px;
  background: url(../images/bg-collex.jpg) repeat;
  background-size: 50px;
  -webkit-transform: rotate(-2deg) translateX(-50%);
  transform: rotate(-2deg) translateX(-50%);
  bottom: -20px;
  left: 50%;
}

@media screen and (max-width: 640px) {
  .section-collex::after {
    bottom: -30px;
  }
}

.section-collex .section-inner {
  padding: 120px 30px 40px;
}

@media screen and (max-width: 640px) {
  .section-collex .section-inner {
    padding: 100px 15px 30px;
  }
}

.section-libery {
  background: -webkit-gradient(linear, left top, left bottom, from(#b19cc9), color-stop(50%, #7082ac), to(#b19cc9));
  background: linear-gradient(to bottom, #b19cc9 0%, #7082ac 50%, #b19cc9 100%);
  color: #fff;
}

.section-libery .section-inner {
  padding: 120px 30px 120px;
}

@media screen and (max-width: 640px) {
  .section-libery .section-inner {
    padding: 100px 15px 100px;
  }
}

.section-pokemon::before {
  content: " ";
  display: block;
  position: absolute;
  width: 150%;
  height: 100px;
  background: #fff;
  -webkit-transform: rotate(2deg) translateX(-50%);
  transform: rotate(2deg) translateX(-50%);
  top: -20px;
  left: 50%;
}

@media screen and (max-width: 640px) {
  .section-pokemon::before {
    top: -25px;
  }
}

.section-pokemon .section-inner {
  padding: 0 30px 130px;
  max-width: 100%;
  width: 100%;
}

@media screen and (max-width: 640px) {
  .section-pokemon .section-inner {
    padding: 0 15px 110px;
  }
}

.section-pokemon .section-inner::before {
  content: " ";
  display: block;
  position: absolute;
  width: 150%;
  height: 45%;
  background: #fff;
  -webkit-transform: rotate(2deg) translateX(-50%);
  transform: rotate(2deg) translateX(-50%);
  top: 0;
  left: 50%;
}

@media screen and (max-width: 640px) {
  .section-pokemon .section-inner::before {
    height: 24%;
    -webkit-transform: rotate(4deg) translateX(-50%);
    transform: rotate(4deg) translateX(-50%);
  }
}

.section-pokemon .section-inner::after {
  content: " ";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../images/deco-diamond-yellow.png) repeat;
  background-size: 14px;
  top: 0;
  left: 0;
  opacity: .9;
  z-index: -1;
}

.section-catalog {
  z-index: 2;
  background: #f8f8f8;
}

.section-catalog::before {
  content: " ";
  display: block;
  position: absolute;
  width: 150%;
  height: 100px;
  background: #f8f8f8;
  -webkit-transform: rotate(-2deg) translateX(-50%);
  transform: rotate(-2deg) translateX(-50%);
  top: -100px;
  left: 50%;
}

@media screen and (max-width: 640px) {
  .section-catalog::before {
    top: -60px;
  }
}

.section-catalog .section-inner {
  padding: 10px 30px 65px;
}

@media screen and (max-width: 640px) {
  .section-catalog .section-inner {
    padding: 10px 15px 55px;
  }
}

.section-inner {
  position: relative;
  max-width: 1040px;
  margin: 0 auto;
  padding: 60px 30px 150px;
  z-index: 2;
}

@media screen and (max-width: 640px) {
  .section-inner {
    padding: 50px 15px 120px;
  }
}

.section-heading-sub {
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  margin: 0 0 10px 0;
}

@media screen and (max-width: 640px) {
  .section-heading-sub {
    font-size: 12px;
  }
}

.section-heading {
  margin: 0 0 50px 0;
  font-size: 22px;
  line-height: 1.5;
  text-align: center;
  font-weight: bold;
}

@media screen and (max-width: 640px) {
  .section-heading {
    font-size: 18px;
    margin: 0;
  }
}

.section-heading span {
  display: inline-block;
  position: relative;
  padding: 0 90px;
}

@media screen and (max-width: 640px) {
  .section-heading span {
    padding: 0;
  }
}

.section-heading span::before {
  content: " ";
  display: block;
  position: absolute;
  width: 70px;
  height: 1px;
  background: #000;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
}

@media screen and (max-width: 640px) {
  .section-heading span::before {
    display: none;
  }
}

.section-heading span::after {
  content: " ";
  display: block;
  position: absolute;
  width: 70px;
  height: 1px;
  background: #000;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
}

@media screen and (max-width: 640px) {
  .section-heading span::after {
    display: none;
  }
}

.section-heading-nazotoki {
  color: #fff;
}

.section-heading-nazotoki span::before {
  background: #fff;
}

.section-heading-nazotoki span::after {
  background: #fff;
}

.section-heading-pokemon {
  max-width: 460px;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 640px) {
  .section-heading-pokemon {
    max-width: 320px;
  }
}

.section-heading-libery {
  color: #fff;
}

.section-heading-libery span::before {
  background: #fff;
}

.section-heading-libery span::after {
  background: #fff;
}

.two-colmun-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.two-colmun-wrapper-small {
  padding: 0 30px;
}

@media screen and (max-width: 640px) {
  .two-colmun-wrapper-small {
    padding: 0;
  }
}

.two-colmun-wrapper-top-margin {
  margin: 50px 0 0 0;
}

@media screen and (max-width: 640px) {
  .two-colmun-wrapper-top-margin {
    margin: 0;
  }
}

.two-colmun-wrapper-top-margin + .two-colmun-wrapper-top-margin {
  margin: 20px 0 0 0;
}

@media screen and (max-width: 640px) {
  .two-colmun-wrapper-top-margin + .two-colmun-wrapper-top-margin {
    margin: 0;
  }
}

@media screen and (max-width: 640px) {
  .two-column-order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media screen and (max-width: 640px) {
  .two-column-order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

.two-column-3 {
  width: 28%;
}

@media screen and (max-width: 640px) {
  .two-column-3 {
    width: 100%;
    margin: 40px 0 0 0;
  }
}

.two-column-4 {
  width: 38%;
}

@media screen and (max-width: 640px) {
  .two-column-4 {
    width: 100%;
    margin: 40px 0 0 0;
  }
}

.two-column-5 {
  width: 48%;
}

@media screen and (max-width: 640px) {
  .two-column-5 {
    width: 100%;
    margin: 40px 0 0 0;
  }
}

.two-column-6 {
  width: 58%;
}

@media screen and (max-width: 640px) {
  .two-column-6 {
    width: 100%;
    margin: 40px 0 0 0;
  }
}

.two-column-7 {
  width: 68%;
}

@media screen and (max-width: 640px) {
  .two-column-7 {
    width: 100%;
    margin: 40px 0 0 0;
  }
}

.section-desc-group .section-desc {
  display: inline-block;
  vertical-align: top;
}

@media screen and (max-width: 640px) {
  .section-desc-group .section-desc {
    display: block;
  }
}

.section-desc-group .section-desc-image {
  max-width: 160px;
  display: inline-block;
  vertical-align: top;
}

@media screen and (max-width: 640px) {
  .section-desc-group .section-desc-image {
    display: block;
    margin: 20px 0 0 0;
  }
}

.section-desc {
  line-height: 1.8;
  position: relative;
}

.section-desc-nazotoki {
  color: #fff;
}

@media screen and (max-width: 640px) {
  .section-desc-nazotoki br {
    display: none;
  }
}

.section-desc-collex {
  padding: 30px;
}

.section-desc-collex::before {
  content: " ";
  display: block;
  position: absolute;
  width: 50px;
  height: 50px;
  background: url(../images/deco-collex-text-lt.png) no-repeat;
  background-size: contain;
  top: 0;
  left: 0;
}

.section-desc-collex::after {
  content: " ";
  display: block;
  position: absolute;
  width: 50px;
  height: 50px;
  background: url(../images/deco-collex-text-rb.png) no-repeat;
  background-size: contain;
  right: 0;
  bottom: 0;
}

.section-desc-collex a {
  color: #089bdb;
}

.section-desc-libery {
  margin: 30px 0 0 0;
  padding: 0 50px;
}

@media screen and (max-width: 640px) {
  .section-desc-libery {
    padding: 0 20px;
  }
}

.section-image {
  position: relative;
}

.section-image-ws::before {
  content: " ";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #7c6590;
  top: 6px;
  left: 6px;
  z-index: -1;
}

@media screen and (max-width: 640px) {
  .section-image-ws::before {
    top: 4px;
    left: 4px;
  }
}

.section-image-collex {
  border: 1px solid #efddcf;
}

.section-image-collex-shadow {
  padding: 10px;
}

.section-image-collex-shadow::before {
  content: " ";
  display: block;
  position: absolute;
  width: 90%;
  height: 90%;
  background: #efddcf;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: rotate(10deg);
  transform: rotate(10deg);
  z-index: -1;
}

.section-image-collex-shadow img {
  border: 1px solid #efddcf;
}

.section-image-libery {
  padding: 4px;
  border: 1px solid #c3b3ed;
}

.section-image-libery + .section-image-libery {
  margin: 10px 0 0 0;
}

.section-table {
  margin: 30px 0 0 0;
  width: 100%;
}

.section-table th, .section-table td {
  font-size: 14px;
  line-height: 1.7;
  padding: 14px;
  border-top: 1px solid;
  border-bottom: 1px solid;
}

.section-table th a, .section-table td a {
  color: inherit;
}

.section-table th {
  width: 20%;
  text-align: center;
  border-right: 1px solid;
}

.section-table .td-inner-image {
  display: inline-block;
  max-width: 120px;
  vertical-align: middle;
  margin: 0 0 0 10px;
}

@media screen and (max-width: 640px) {
  .section-table .td-inner-image {
    display: block;
    margin: 10px 0 0 0;
  }
}

.section-table .td-inner-ul {
  margin: 0 0 0 1em;
}

.section-table-nazotoki th, .section-table-nazotoki td {
  color: #fff;
  border-color: #ff9f9f;
}

.section-table-ws th, .section-table-ws td {
  background: #fff;
  border-color: #86c682;
}

.section-table-collex {
  max-width: 640px;
  margin: 40px auto 0;
}

.section-table-collex th, .section-table-collex td {
  background: #fff;
  border-color: #c1b3a7;
}

.section-table-libery th, .section-table-libery td {
  border-color: #c3b3ed;
}

.sp-tel-link {
  display: none;
  margin: 30px 0 0 0;
}

@media screen and (max-width: 640px) {
  .sp-tel-link {
    display: block;
  }
}

.sp-tel-link a {
  display: block;
  font-size: 16px;
  max-width: 300px;
  margin: 0 auto;
  padding: 16px 0 14px;
  border-radius: 6px;
  background: #888;
  color: #222;
  text-decoration: none;
  text-align: center;
}

.sp-tel-link a::before {
  content: " ";
  display: inline-block;
  position: relative;
  width: 24px;
  height: 24px;
  background: url(../images/icon-phone.png) no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin: 0 4px 0 0;
  top: -3px;
}

.sp-tel-link-collex a {
  background: #efddcf;
  color: #555;
  border: 1px solid #c1b3a7;
}

.sp-tel-link-libery a {
  background: #7082ac;
  color: #fff;
  border: 1px solid #fff;
}

.sp-tel-link-libery a::before {
  background: url(../images/icon-phone-wh.png) no-repeat;
  background-size: contain;
}

.ws-event-group-deco {
  width: 70%;
  height: 36px;
  margin: 60px auto 0;
  background: url(../images/deco-section-ws.jpg);
  background-repeat: repeat-x;
  background-size: contain;
}

@media screen and (max-width: 640px) {
  .ws-event-group-deco {
    width: 100%;
  }
}

.ws-event-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}

.ws-event-block {
  width: 30%;
  margin: 45px 0 0 0;
}

@media screen and (max-width: 640px) {
  .ws-event-block {
    margin: 40px 0 0 0;
    width: 100%;
  }
}

.ws-event-date {
  font-size: 14px;
}

.date-red {
  color: #fd3734;
}

.ws-event-title {
  margin: 4px 0 0 0;
  line-height: 1.6;
  font-weight: bold;
  font-size: 16px;
}

.ws-event-image {
  margin: 6px 0 0 0;
  border: 2px solid #fff;
}

.ws-event-info-group {
  margin: 14px 0 0 0;
}

.ws-event-info {
  font-size: 14px;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ws-event-info + .ws-event-info {
  margin: 8px 0 0 0;
}

.ws-event-info dt {
  font-size: 12px;
  width: 80px;
  text-align: center;
  padding: 3px 0;
  background: #86c682;
  border-radius: 4px;
  vertical-align: middle;
  color: #fff;
}

.ws-event-info dd {
  width: calc(100% - 80px);
  padding: 0 0 0 10px;
  vertical-align: middle;
}

.ws-event-note {
  font-size: 12px;
  line-height: 1.6;
  margin: 10px 0 0 0;
  color: #555;
  text-indent: -1em;
  padding: 0 0 0 1em;
}

.profile-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 70px 0 0 0;
  padding: 30px;
  background: #fff;
  border-top: 1px solid #c1b3a7;
  border-bottom: 1px solid #c1b3a7;
  position: relative;
}

@media screen and (max-width: 640px) {
  .profile-group {
    margin: 50px 0 0 0;
    padding: 30px 15px;
  }
}

.profile-group::before {
  content: " ";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background: #c1b3a7;
  top: -5px;
  left: 0;
}

.profile-group::after {
  content: " ";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background: #c1b3a7;
  bottom: -5px;
  left: 0;
}

.profile-image {
  width: 25%;
}

@media screen and (max-width: 640px) {
  .profile-image {
    width: auto;
    max-width: 200px;
    margin: 0 auto;
  }
}

.profile-image img {
  border-radius: 50%;
}

.profile-texts {
  width: 73%;
  padding: 10px 0 0 1%;
}

@media screen and (max-width: 640px) {
  .profile-texts {
    width: 100%;
    margin: 30px 0 0 0;
    padding: 0;
  }
}

.profile-brand-name {
  font-size: 14px;
}

.profile-name-group {
  margin: 10px 0 0 0;
}

.profile-title {
  display: inline-block;
  font-size: 14px;
}

@media screen and (max-width: 640px) {
  .profile-title {
    font-size: 12px;
  }
}

.profile-name {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 0 6px;
}

@media screen and (max-width: 640px) {
  .profile-name {
    margin: 0 0 0 4px;
    font-size: 16px;
  }
}

.profile-detail {
  font-size: 14px;
  line-height: 1.8;
  margin: 30px 0 0 0;
}

@media screen and (max-width: 640px) {
  .profile-detail {
    margin: 25px 0 0 0;
  }
}

.libery-intro {
  padding: 0 42px;
  position: relative;
}

.libery-intro::before {
  content: " ";
  display: block;
  position: absolute;
  width: 42px;
  height: 200px;
  background: url(../images/deco-libery-intro-left.png) no-repeat;
  background-size: contain;
  top: 0;
  left: 0;
}

.libery-intro::after {
  content: " ";
  display: block;
  position: absolute;
  width: 42px;
  height: 200px;
  background: url(../images/deco-libery-intro-right.png) no-repeat;
  background-size: contain;
  top: 0;
  right: 0;
}

.libery-intro-inner {
  padding: 18px 0 30px;
  height: 200px;
  position: relative;
}

@media screen and (max-width: 640px) {
  .libery-intro-inner {
    padding: 10px 0 30px;
  }
}

.libery-intro-inner::before {
  content: " ";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background: #c3b3ed;
  top: 11px;
  left: 0;
}

.libery-intro-inner::after {
  content: " ";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background: #c3b3ed;
  bottom: 11px;
  left: 0;
}

.libery-intro-list {
  max-width: 400px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}

.libery-intro-list li {
  width: 50%;
  margin: 25px 0 0 0;
  padding: 0 0 0 20px;
  position: relative;
  line-height: 1.5;
}

@media screen and (max-width: 640px) {
  .libery-intro-list li {
    width: 48.5%;
    padding: 0 0 0 15px;
  }
}

.libery-intro-list li::before {
  content: " ";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  background: #6a698e;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 3px;
  left: 0;
}

@media screen and (max-width: 640px) {
  .libery-intro-list li::before {
    top: 4px;
  }
}

.libery-intro-question {
  text-align: center;
  font-size: 14px;
  margin: 32px 0 0 0;
}

@media screen and (max-width: 640px) {
  .libery-intro-question {
    margin: 24px 0 0 0;
  }
}

.section-contents-pokemon {
  max-width: 500px;
  margin: 30px auto 0;
  color: #542c20;
  position: relative;
  z-index: 1;
}

.section-contents-pokemon::before {
  content: " ";
  display: block;
  position: absolute;
  background: url(../images/satoshi.png) no-repeat;
  background-size: contain;
  width: 130px;
  height: 350px;
  top: -30px;
  left: -170px;
}

@media screen and (max-width: 640px) {
  .section-contents-pokemon::before {
    display: none;
  }
}

.section-contents-pokemon::after {
  content: " ";
  display: block;
  position: absolute;
  background: url(../images/pikachu.png) no-repeat;
  background-size: contain;
  width: 160px;
  height: 250px;
  top: 50px;
  right: -190px;
}

@media screen and (max-width: 640px) {
  .section-contents-pokemon::after {
    display: none;
  }
}

.pokemon-campaign-period {
  text-align: center;
  text-shadow: #fff 2px 0px 0px, #fff 1.75517px 0.958851px 0px, #fff 1.0806px 1.68294px 0px, #fff 0.141474px 1.99499px 0px, #fff -0.832294px 1.81859px 0px, #fff -1.60229px 1.19694px 0px, #fff -1.97998px 0.28224px 0px, #fff -1.87291px -0.701566px 0px, #fff -1.30729px -1.5136px 0px, #fff -0.421592px -1.95506px 0px, #fff 0.567324px -1.91785px 0px, #fff 1.41734px -1.41108px 0px, #fff 1.92034px -0.558831px 0px;
}

.pokemon-campaign-period span {
  font-size: 20px;
  font-weight: bold;
}

.pokemon-campaign-desc {
  text-shadow: #fff 2px 0px 0px, #fff 1.75517px 0.958851px 0px, #fff 1.0806px 1.68294px 0px, #fff 0.141474px 1.99499px 0px, #fff -0.832294px 1.81859px 0px, #fff -1.60229px 1.19694px 0px, #fff -1.97998px 0.28224px 0px, #fff -1.87291px -0.701566px 0px, #fff -1.30729px -1.5136px 0px, #fff -0.421592px -1.95506px 0px, #fff 0.567324px -1.91785px 0px, #fff 1.41734px -1.41108px 0px, #fff 1.92034px -0.558831px 0px;
  text-align: center;
  margin: 30px 0 0 0;
  font-weight: bold;
  line-height: 1.8;
}

.pokemon-campaign-date-desc {
  text-shadow: #fff 2px 0px 0px, #fff 1.75517px 0.958851px 0px, #fff 1.0806px 1.68294px 0px, #fff 0.141474px 1.99499px 0px, #fff -0.832294px 1.81859px 0px, #fff -1.60229px 1.19694px 0px, #fff -1.97998px 0.28224px 0px, #fff -1.87291px -0.701566px 0px, #fff -1.30729px -1.5136px 0px, #fff -0.421592px -1.95506px 0px, #fff 0.567324px -1.91785px 0px, #fff 1.41734px -1.41108px 0px, #fff 1.92034px -0.558831px 0px;
  text-align: center;
  margin: 20px 0 0 0;
  font-weight: bold;
  line-height: 1.8;
  color: #fd3734;
}

.pokemon-campaign-date {
  margin: 10px 0 0 0;
  text-align: center;
  text-shadow: #fff 2px 0px 0px, #fff 1.75517px 0.958851px 0px, #fff 1.0806px 1.68294px 0px, #fff 0.141474px 1.99499px 0px, #fff -0.832294px 1.81859px 0px, #fff -1.60229px 1.19694px 0px, #fff -1.97998px 0.28224px 0px, #fff -1.87291px -0.701566px 0px, #fff -1.30729px -1.5136px 0px, #fff -0.421592px -1.95506px 0px, #fff 0.567324px -1.91785px 0px, #fff 1.41734px -1.41108px 0px, #fff 1.92034px -0.558831px 0px;
  font-size: 18px;
  color: #fd3734;
}

.pokemon-campaign-date .num {
  font-size: 28px;
  font-weight: bold;
  margin: 0 2px;
}

@media screen and (max-width: 640px) {
  .pokemon-campaign-date .num {
    font-size: 24px;
  }
}

.pokemon-campaign-date .youbi {
  font-size: 14px;
  margin: 0 0 0 2px;
}

.pokemon-campaign-time {
  text-shadow: #fff 2px 0px 0px, #fff 1.75517px 0.958851px 0px, #fff 1.0806px 1.68294px 0px, #fff 0.141474px 1.99499px 0px, #fff -0.832294px 1.81859px 0px, #fff -1.60229px 1.19694px 0px, #fff -1.97998px 0.28224px 0px, #fff -1.87291px -0.701566px 0px, #fff -1.30729px -1.5136px 0px, #fff -0.421592px -1.95506px 0px, #fff 0.567324px -1.91785px 0px, #fff 1.41734px -1.41108px 0px, #fff 1.92034px -0.558831px 0px;
  color: #fd3734;
  text-align: center;
  margin: 14px 0 0 0;
}

@media screen and (max-width: 640px) {
  .pokemon-image-sp {
    margin: 15px 0 0 0;
  }
}

.pokemon-campaign-link {
  margin: 36px 0 0 0;
  padding: 14px 10px;
  background: #fff;
  font-size: 14px;
  text-align: center;
  border-radius: 6px;
}

@media screen and (max-width: 640px) {
  .pokemon-campaign-link {
    margin: 0;
    padding: 10px;
    line-height: 1.5;
  }
}

.pokemon-campaign-link a {
  color: #406dfd;
  font-weight: bold;
}

.pokemon-copyright {
  text-align: center;
  font-size: 10px;
  line-height: 1.5;
  font-weight: bold;
  margin: 50px 0 0 0;
}

@media screen and (max-width: 640px) {
  .pokemon-copyright {
    margin: 40px 0 0 0;
  }
}

.catalog-desc {
  text-align: center;
  font-size: 14px;
  line-height: 1.5;
}

@media screen and (max-width: 640px) {
  .catalog-desc {
    text-align: left;
  }
  .catalog-desc br {
    display: none;
  }
}

.catalog-link {
  text-align: center;
  margin: 30px auto 0;
}

.catalog-link a {
  display: inline-block;
  position: relative;
  padding: 20px 60px;
  background: #222;
  text-decoration: none;
  color: #fff;
  border-radius: 6px;
}

@media screen and (min-width: 641px) {
  .catalog-link a {
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
  }
  .catalog-link a:hover {
    opacity: .5;
  }
}

.catalog-link a::after {
  content: " ";
  display: block;
  position: absolute;
  width: 20px;
  height: 24px;
  background: url(../images/icon-window.png) no-repeat;
  background-size: contain;
  top: 19px;
  right: 20px;
}

.note-price {
  padding: 24px 15px;
  text-align: center;
  font-size: 14px;
  background: #888;
  color: #fff;
}

footer {
  background: #222;
}

.footer-inner {
  padding: 40px 0;
}

@media screen and (max-width: 640px) {
  .footer-inner {
    padding: 30px 50px 120px;
  }
}

.footer-link {
  display: block;
  max-width: 324px;
  margin: 0 auto;
}

@media screen and (min-width: 641px) {
  .footer-link {
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
  }
  .footer-link:hover {
    opacity: .5;
  }
}

.back-to-top {
  position: fixed;
  display: block;
  width: 60px;
  height: 60px;
  background: #222;
  border: 1px solid #fff;
  right: 30px;
  bottom: 30px;
  border-radius: 6px;
  z-index: 999;
}

@media screen and (max-width: 640px) {
  .back-to-top {
    width: 50px;
    height: 50px;
    right: 15px;
    bottom: 20px;
  }
}

.back-to-top::after {
  content: " ";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin: auto;
  top: 24px;
  right: 0;
  left: 0;
}

@media screen and (max-width: 640px) {
  .back-to-top::after {
    width: 15px;
    height: 15px;
    top: 18px;
  }
}
