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

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}
.is-pc{
  display: block;
}
.is-sp{
  display: none;
}
/*SP
==========================*/

@media screen and (max-width: 767px) {
  .is-pc{
    display: none;
  }
  .is-sp{
    display: block;
  }
}
header {
  /*PC
  	==========================*/

  /*SP
  ==========================*/
}
header .pc-header {
  position: fixed;
  width: 100%;
  min-width: 1200px;
  height: 87px;
  top: 0;
  background-image: url("../images/header/header_bg.png");
  background-repeat: repeat-x;
  background-position: top center;
  z-index: 99999;
}
header .pc-header .pc-header-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
header .pc-header .pc-header-inner .pc-nav ul {
  display: flex;
}
header .pc-header .pc-header-inner .pc-nav ul li {
  position: relative;
  display: flex;
}
header .pc-header .pc-header-inner .pc-nav ul li:before {
  content: '';
  display: block;
  width: 2px;
  height: 80px;
  background-image: url("../images/header/nav-border.png");
  background-repeat: no-repeat;
  background-position: top center;
}
header .pc-header .pc-header-inner .pc-nav ul li:first-child:before {
  display: none !important;
}
header .pc-header .pc-header-inner .pc-nav ul li:nth-child(2):before {
  display: none !important;
}
header .pc-header .pc-header-inner .pc-nav ul li:nth-child(2) a {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header .pc-header .pc-header-inner .pc-nav ul li:nth-child(2) a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
header .pc-header .pc-header-inner .pc-nav ul li a {
  display: block;
  position: relative;
}
header .pc-header .pc-header-inner .pc-nav ul li a .over {
  position: absolute;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header .pc-header .pc-header-inner .pc-nav ul li a:hover .over {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
header .pc-header .pc-header-inner .pc-nav ul li .new {
  position: absolute;
  top: 5px;
  right: -3px;
  max-width: 45px;
}
header .pc-header .pc-header-inner .pc-nav ul .current a {
  background-image: url("../images/header/bg-nav-over.png");
  background-repeat: no-repeat;
  background-position: top center;
}
header .pc-header .pc-header-inner .pc-nav ul .current a .over {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
header .pc-header .pc-header-inner .pc-nav ul .switch-logo {
  width: 87px;
}
header .pc-header .pc-header-inner .pc-nav ul .switch-logo a {
  cursor: default;
}
header .pc-header .pc-header-inner .pc-nav ul .switch-logo a img {
  width: 100%;
}
header .pc-header .pc-header-inner .pc-nav ul .coming-soon a {
  cursor: default;
}
header .pc-header .pc-header-inner .pc-nav ul .rf4sp {
  width: 156px;
  margin-top: -4px;
  margin-left: 10px;
  margin-right: 5px;
  align-items: center;
}
header .pc-header .pc-header-inner .pc-nav ul .rf4sp a img {
  width: 100%;
}
header .pc-header .pc-header-inner .pc-sns-box ul {
  display: flex;
}
header .pc-header .pc-header-inner .pc-sns-box ul .twitter_icon {
  width: 47px;
  margin-top: 15px;
  margin-right: 10px;
}
header .pc-header .pc-header-inner .pc-sns-box ul .twitter_icon img {
  width: 100%;
}
header .pc-header .pc-header-inner .pc-sns-box ul .facebook_icon {
  width: 47px;
  margin-top: 15px;
  margin-right: 10px;
}
header .pc-header .pc-header-inner .pc-sns-box ul .facebook_icon img {
  width: 100%;
}
header .pc-header .pc-header-inner .pc-sns-box ul .twitter_follow {
  width: 202px;
}
header .pc-header .pc-header-inner .pc-sns-box ul .twitter_follow img {
  width: 100%;
}
header .sp-nav-box {
  display: none;
}
header .nav-box {
  display: none;
}
@media screen and (max-width: 767px) {
  header {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 99999;
  }
  header .pc-header {
    min-width: 0;
    display: none;
  }
  header .sp-nav-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: auto;
    background-image: none;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: auto 100%;
    padding: 0px 11px 0px 0;
    height: 40px;
    overflow: visible;
    top: 0;
    z-index: 1000;
    position: relative;
  }
  header .sp-nav-box .sp-nav-flex {
    display: flex;
    position: relative;
    top: -2px;
  }
  header .sp-nav-box .sp-nav-flex h1 img {
    height: 65px;
  }
  header .sp-nav-box .sp-nav-flex p {
    padding-left: 5px;
  }
  header .sp-nav-box .sp-nav-flex p img {
    height: 60px;
  }
  header .sp-nav-box .menu-trigger,
  header .sp-nav-box .menu-trigger span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
  }
  header .sp-nav-box .menu-trigger {
    position: relative;
    width: 30px;
    height: 20px;
    z-index: 1000;
  }
  header .sp-nav-box .menu-trigger:before {
    content: "";
    display: block;
    width: 50px;
    height: 52px;
    background: #fafafa;
    position: fixed;
    top: 0px;
    right: 0px;
    border: solid #e3e1d7 1px;
    line-height: 1;
    overflow: hidden;
  }
  header .sp-nav-box .menu-trigger:after {
    content: "MENU";
    text-align: center;
    left: 0;
    right: 0;
    color: #8a7600;
    position: absolute;
    top: 25px;
    font-size: 12px;
  }
  header .sp-nav-box .menu-trigger.active:after {
    content: "CLOSE";
    text-align: center;
    left: 0;
    right: 0;
    color: #8a7600;
    position: absolute;
    top: 27px;
    font-size: 12px;
  }
  header .sp-nav-box .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #8a7600;
    -moz-border-radius: 1.5px;
    -webkit-border-radius: 1.5px;
    border-radius: 1.5px;
  }
  header .sp-nav-box .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  header .sp-nav-box .menu-trigger span:nth-of-type(2) {
    top: 9px;
  }
  header .sp-nav-box .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }
  header .sp-nav-box .menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(20px) rotate(-315deg);
    transform: translateY(8px) rotate(-315deg);
    background-color: #8a7600;
  }
  header .sp-nav-box .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }
  header .sp-nav-box .menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-20px) rotate(315deg);
    transform: translateY(-10px) rotate(315deg);
    background-color: #8a7600;
  }
  header .nav-box {
    margin-top: -71px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100vw;
    height: 0vh;
    background: #f7f7f6;
    z-index: -1;
    overflow: hidden;
    display: block;
  }
  header .open {
    margin-top: -71px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: auto;
    height: 100vh;
    background: #f7f7f6;
    z-index: 100;
    overflow: hidden;
    padding-bottom: 50px;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  header .open nav {
    padding-top: 40px;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
  header .open nav ul.menu-list li a {
    display: block;
    position: relative;
    text-align: center;
    border-bottom: solid 1px #8a7600;
    margin: -5px 20px;
  }
  header .open nav ul.menu-list li a img {
    max-width: 328px;
    width: 42vw;
    margin-bottom: -5px;
  }
  header .open nav ul.menu-list li a .over {
    position: absolute;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  header .open nav ul.menu-list li a:hover .over {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
  header .open nav ul.menu-list li .new {
    position: absolute;
    top: 4.3vw;
    right: 50%;
    margin-right: -21vw;
  }
  header .open nav ul.menu-list li .new img {
    width: 11vw;
    max-width: 87px;
    height: auto;
  }
  header .open nav ul.menu-list .nav-top a img {
    width: 42vw;
  }
  header .open nav ul.menu-list .current a img {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
  header .open nav ul.menu-list .current a .over {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
  header .open nav ul.menu-list .current a:hover .over {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
  header .open nav .sp-sns-box ul {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
  }
  header .open nav .sp-sns-box ul li {
    padding: 0 8px;
  }
  header .open nav .sp-sns-box ul li img {
    width: 13vw;
    max-width: 80px;
  }
  header .open nav .sp-sns-box .twitter_follow {
    text-align: center;
  }
  header .open nav .sp-sns-box .twitter_follow img {
    width: 60vw;
  }
}
@media screen and (max-width: 479px) {
  header .new {
    top: 1.3vw !important;
  }
  header .new .over-sp-nav {
    top: 2.3vw;
  }
}

.js_pagetop {
  position: fixed;
  z-index: 999;
  right: 50%;
  margin-right: -600px;
  bottom: 10px;
  display: block;
}
.js_pagetop img {
  width: 64px;
}

.js_pagetop.pin {
  position: absolute;
  bottom: auto;
  top: -75px;
}

footer {
  background: #ffffff;
  position: relative;
  z-index: 11;
}
footer:before {
  content: '';
  background-image: url(../images/common/line-bg.png);
  height: 16px;
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
}
footer .footer-first .footer-first-inner {
  max-width: 920px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 46px 0 30px;
}
footer .footer-first .footer-first-inner .footer-logo {
  display: flex;
  align-items: center;
}
footer .footer-first .footer-first-inner .footer-logo .logo-marvelous {
  width: 140px;
}
footer .footer-first .footer-first-inner .footer-logo .logo-marvelous a:hover {
  opacity: 1;
}
footer .footer-first .footer-first-inner .footer-logo .logo-marvelous .sp-only__inline {
  margin-top: 2px;
}
footer .footer-first .footer-first-inner .footer-logo .logo-switch {
  width: 57px;
  margin-left: 20px;
}
footer .footer-first .footer-first-inner .spec-box {
  width: 605px;
  height: 320px;
  position: relative;
  background-image: url("../images/top/spec_bg_l_2.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% 100%;
}
footer .footer-first .footer-first-inner .spec-box ul {
  text-align: left;
  font-size: 12.5px;
  font-weight: 800;
  position: absolute;
  top: 35px;
  left: 22px;
}
footer .footer-first .footer-first-inner .spec-box ul li {
  position: relative;
  margin: 4px 0;
  padding-left: 30px;
  font-weight: normal;
  color: #595959;
  display: flex;
  align-items: center;
}
footer .footer-first .footer-first-inner .spec-box ul li:before {
  content: '';
  background-image: url(../images/common/icon-spec.png);
  background-repeat: no-repeat;
  background-position: top center;
  width: 12px;
  height: 13px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 13px;
  margin-right: 6px;
}
footer .footer-first .footer-first-inner .spec-box ul li dl {
  display: flex;
}
footer .footer-first .footer-first-inner .spec-box ul li dl dt {
  width: 78px;
}
footer .footer-first .footer-first-inner .spec-box ul li dl dd {
  width: 458px;
}
footer .footer-first .footer-first-inner .spec-box ul li dl dt.webManual {
  line-height: 140%;
  width: 100%;
}
footer .footer-first .footer-first-inner .spec-box ul li dl dt.webManual:after {
  display: none;
}
footer .footer-first .footer-first-inner .spec-box ul li dl dt.webManual a {
  color: #05bbc0;
  text-decoration: none;
}
footer .footer-first .footer-first-inner .spec-box ul li dl dt.webManual a:hover {
  color: #06ecf2;
}
footer .footer-first .footer-first-inner .spec-box ul li dl dd {
  position: relative;
  padding-left: 14px;
  line-height: 1.4;
}
footer .footer-first .footer-first-inner .spec-box ul li dl dd:before {
  content: "：";
  position: absolute;
  left: 0;
  top: 0;
}
footer .footer-first .footer-first-inner .spec-box ul li dl .foot-dd {
  line-height: 1.4;
}
footer .footer-second {
  background: #b0a47e;
  text-align: center;
  color: #ffffff;
  font-size: 10px;
  padding: 10px;
}
footer .footer-second .footer-first-inner {
  max-width: 920px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  footer .footer-second .footer-first-inner {
    display: block;
    text-align: center;
  }
}
footer .footer-second .footer-first-inner a {
  color: #fff;
  text-decoration: underline;
}
footer .footer-second .footer-first-inner .right {
  text-align: right;
}
@media screen and (max-width: 767px) {
  footer .footer-second .footer-first-inner .right {
    text-align: center;
    padding-top: 4vw;
  }
}
footer .footer-second .shouhyo {
  text-align: left;
}
footer .footer-second .shouhyo p {
  text-align: left;
  padding-bottom: 8px;
}
footer .footer-second .shouhyo p img {
  max-height: 11px;
}
footer .footer-second p {
  padding: 0px 0;
  line-height: 1.5;
}
footer a {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
footer a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

.spec-caution {
  font-size: 12px;
  color: #aaa;
  margin-top: 10px;
}

/*SP
==========================*/
@media screen and (max-width: 767px) {
  .js_pagetop {
    right: 1px;
    margin-right: 0;
  }

  .spec-caution {
    margin: 10px 20px 0;
  }

  footer {
    margin-top: 60px;
    z-index: 999;
  }
  footer .footer-first .footer-first-inner {
    display: block;
  }
  footer .footer-first .footer-first-inner .footer-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 5vw;
  }
  footer .footer-first .footer-first-inner .footer-logo .logo-marvelous {
    width: 27vw;
    max-width: 214px;
  }
  footer .footer-first .footer-first-inner .spec-box {
    width: 98vw;
    height: 124vw;
    position: relative;
    background-image: url("../images/top/spec_bg_sp_l.png");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% 100%;
    top: 0px;
    margin: 10px auto 10px;
  }
  footer .footer-first .footer-first-inner .spec-box ul {
    text-align: left;
    font-size: 3vw;
    font-weight: 800;
    position: relative;
    top: 7vw;
    left: 0vw;
  }
  footer .footer-first .footer-first-inner .spec-box ul li {
    position: relative;
    margin: 1vw 0;
    padding-left: 30px;
    font-weight: normal;
    color: #595959;
  }
  footer .footer-first .footer-first-inner .spec-box ul li:before {
    display: none;
  }
  footer .footer-first .footer-first-inner .spec-box ul li .main-dd {
    line-height: 1.4;
  }
  footer .footer-first .footer-first-inner .spec-box ul li dl {
    line-height: 4vw;
    font-size: 3vw;
    display: block;
    color: #595959;
    margin-bottom: 1vw;
    padding-right: 2vw;
  }
  footer .footer-first .footer-first-inner .spec-box ul li dl.flex {
    display: flex;
  }
  footer .footer-first .footer-first-inner .spec-box ul li dl dt {
    width: 30vw;
  }
  footer .footer-first .footer-first-inner .spec-box ul li dl dd {
    width: 76vw;
  }
  footer .footer-first .footer-first-inner .spec-box ul li dl dt:after {
    content: ' : ';
    display: inline-block;
    position: absolute;
    left: 119px;
  }
  footer .footer-first .footer-first-inner .spec-box ul li dl dt:before {
    background-size: 100% 100%;
    content: '';
    background-image: url(../images/common/icon-spec.png);
    background-repeat: no-repeat;
    background-position: top center;
    width: 9px;
    height: 10px;
    display: inline-block;
    position: relative;
    top: 1px;
    margin-right: 6px;
  }
  footer .footer-first .footer-first-inner .spec-box ul li dl dt.webManual {
    width: 100%;
  }
  footer .footer-first .footer-first-inner .spec-box ul li dl dt.webManual a {
    color: #05bbc0;
    text-decoration: none;
  }
  footer .footer-first .footer-first-inner .spec-box ul li dl dt.webManual a:hover {
    color: #06ecf2;
  }
  footer .footer-first .footer-first-inner .spec-box ul li dl dd {
    width: 80vw;
    padding-left: 17px;
  }
  footer .footer-first .footer-first-inner .spec-box ul li dl dd:before {
    display: none;
  }
  footer .footer-first .footer-first-inner .spec-box ul li dl.flex dt {
    width: 22vw;
  }
  footer .footer-first .footer-first-inner .spec-box ul li dl.flex dd {
    width: 54vw;
    padding-left: 0vw;
  }
}
#TOP {
  /* ==========================================================================
     TOP 共通
     ========================================================================== */
  /*SP
  ==========================*/
  /* ==========================================================================
     main
     ========================================================================== */
  /*SP
  ==========================*/
  /* ==========================================================================
     news
     ========================================================================== */
  /* ==========================================================================
     feature
     ========================================================================== */
  /*SP
  ==========================*/
  /* ==========================================================================
     about
     ========================================================================== */
  /*SP
  ==========================*/
  /* ==========================================================================
     character
     ========================================================================== */
  /*SP
  ==========================*/
  /* ==========================================================================
     limited-edition
     ========================================================================== */
  /*SP
  ==========================*/
  /* ==========================================================================
     bg-list
     ========================================================================== */
}
#TOP .section-title {
  text-align: center;
}
#TOP .btn-center {
  text-align: center;
  margin-top: 100px;
}
#TOP .btn-more {
  margin-top: 50px;
}
#TOP .btn-center-monster {
  margin-top: 100px;
}
#TOP .btn-center-monster ul {
  display: flex;
  justify-content: center;
}
#TOP .zoom {
  position: relative;
  overflow: hidden;
  display: inline-block;
  z-index: 100;
}
#TOP .zoom img {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#TOP .zoom:before {
  content: '';
  display: block;
  background: url("../images/common/icon-ov-zoom.png");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100% auto;
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 40px;
  height: 40px;
  z-index: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  #TOP .zoom:before {
    background: url("../images/common/sp-icon-ov-zoom.png");
    background-position: bottom center;
    background-size: 100% auto;
  }
}
#TOP .zoom:after {
  content: '';
  display: block;
  background: url("../images/common/icon-zoom.png");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100% auto;
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 767px) {
  #TOP .zoom:after {
    background: url("../images/common/sp-icon-zoom.png");
    background-position: bottom center;
    background-size: 100% auto;
  }
}
#TOP .zoom:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
#TOP .zoom:hover:before {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
#TOP .slick-arrow {
  font-size: 0;
  border: none;
  background: url("../images/common/icon-arrow.png");
  background-repeat: no-repeat;
  background-position: top center;
  width: 25px;
  height: 58px;
  position: absolute;
  z-index: 10;
  top: 50%;
  margin-top: -26px;
}
#TOP .slick-prev {
  left: -40px;
  transform: rotate(-180deg);
}
#TOP .slick-next {
  right: -40px;
}
#TOP .slick-dots {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}
#TOP .slick-dots li {
  margin: 0 5px;
}
#TOP .slick-dots li button {
  font-size: 0;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  background: #dfcc98;
  border: none;
}
#TOP .slick-dots .slick-active button {
  background: #705e0d;
}
#TOP .frame-2column-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#TOP .frame-2column-list ul.space-around {
  justify-content: space-around;
}
#TOP .frame-2column-list ul li {
  width: 49%;
  margin: 100px 0  40px;
  position: relative;
}
#TOP .frame-2column-list ul li h4 {
  padding: 0px 0 20px;
  position: relative;
}
#TOP .frame-2column-list ul li h4 .about-icon {
  position: absolute;
  left: 0;
  right: 0;
  top: -44px;
}
#TOP .frame-2column-list ul li .frame-style-2column {
  position: relative;
  text-align: center;
  background: url("../images/common/bg-frame-middle.png");
  background-repeat: repeat-y;
  background-position: top center;
  background-size: 100% auto;
}
#TOP .frame-2column-list ul li .frame-style-2column:before {
  content: '';
  display: block;
  background: url("../images/common/bg-frame-top.png");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100% auto;
  width: 100%;
  height: 62px;
  position: absolute;
  top: -60px;
}
#TOP .frame-2column-list ul li .frame-style-2column:after {
  content: '';
  display: block;
  background: url("../images/common/bg-frame-bottom.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
  width: 100%;
  height: 87px;
  position: absolute;
  bottom: -85px;
}
#TOP .frame-2column-list ul li .frame-style-2column .pop-box {
  padding-bottom: 0px;
}
#TOP .frame-2column-list ul li .frame-style-2column .copy-text {
  margin-top: 20px;
}
#TOP .frame-2column-list ul li .frame-style-2column .feature-title-02-after {
  position: absolute;
  right: -40px;
  top: -145px;
}
#TOP .frame-2column-list ul .reborn:before {
  content: "";
  display: block;
  background: url("../images/common/reborn-left.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
  width: 144px;
  height: 113px;
  position: absolute;
  z-index: 10;
  top: -50px;
  left: 4px;
}
#TOP .frame-2column-list ul .reborn:after {
  content: "";
  display: block;
  background: url("../images/common/reborn-right.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
  width: 178px;
  height: 102px;
  position: absolute;
  z-index: 10;
  right: 5px;
  bottom: -63px;
}
@media screen and (max-width: 767px) {
  #TOP .frame-2column-list {
    padding: 0 10px;
  }
  #TOP .frame-2column-list ul li {
    margin: 12vw 0;
  }
  #TOP .frame-2column-list ul li h4 {
    width: 35vw;
    margin: 0 auto;
    padding-bottom: 2vw;
  }
  #TOP .frame-2column-list ul li h4 .about-icon {
    top: -2vw;
  }
  #TOP .frame-2column-list ul li .frame-style-2column .pop-box {
    width: 40vw;
    margin: 0 auto;
  }
  #TOP .frame-2column-list ul li .frame-style-2column .feature-title-02-after {
    position: absolute;
    right: 1vw;
    top: -19vw;
    width: 20vw;
  }
  #TOP .frame-2column-list ul li .frame-style-2column .copy-text {
    max-width: 35vw;
    margin: 7px auto 0;
  }
  #TOP .frame-2column-list ul .reborn:before {
    content: "";
    display: block;
    background: url(../images/common/reborn-left.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% auto;
    width: 15vw;
    height: 15vw;
    position: absolute;
    z-index: 10;
    top: -5.25vw;
    left: 4px;
  }
  #TOP .frame-2column-list ul .reborn:after {
    content: "";
    display: block;
    background: url(../images/common/reborn-right.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% auto;
    width: 15vw;
    height: 15vw;
    position: absolute;
    z-index: 10;
    right: 0.8vw;
    bottom: -13vw;
  }
  #TOP .btn-center {
    margin-top: 4vw;
  }
  #TOP .btn-center a {
    max-width: 50vw;
  }
  #TOP .btn-center-monster {
    margin-top: 6vw;
  }
}
@media screen and (max-width: 479px) {
  #TOP .frame-2column-list ul {
    display: block;
  }
  #TOP .frame-2column-list ul li {
    margin: 20vw auto 32vw;
    width: 90%;
  }
  #TOP .frame-2column-list ul li h4 {
    width: 70vw;
    padding-bottom: 5vw;
  }
  #TOP .frame-2column-list ul li h4 .about-icon {
    top: -5vw;
  }
  #TOP .frame-2column-list ul li .frame-style-2column .pop-box {
    width: 68vw;
    margin: 0 auto;
  }
  #TOP .frame-2column-list ul li .frame-style-2column .feature-title-02-after {
    width: 24vw;
  }
  #TOP .frame-2column-list ul li .frame-style-2column .copy-text {
    max-width: 68vw;
    margin: 5vw auto 0;
  }
  #TOP .frame-2column-list ul .reborn:before {
    content: "";
    display: block;
    background: url(../images/common/reborn-left.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% auto;
    width: 25vw;
    height: 25vw;
    position: absolute;
    z-index: 10;
    top: -9.25vw;
    left: 4px;
  }
  #TOP .frame-2column-list ul .reborn:after {
    content: "";
    display: block;
    background: url(../images/common/reborn-right.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% auto;
    width: 25vw;
    height: 25vw;
    position: absolute;
    z-index: 10;
    right: 0.9vw;
    bottom: -22.5vw;
  }
  #TOP .btn-center {
    margin-top: -11vw;
  }
  #TOP .btn-more {
    margin-top: 10vw;
  }
}
#TOP .main {
  background-image: url("../images/top/top_bg.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
#TOP .main-inner {
  position: relative;
  z-index: 10;
  margin: 0 auto;
  max-width: 1200px;
}
#TOP .main-inner .main-content {
  display: flex;
}
#TOP .main-inner .main-content .left-content {
  text-align: center;
}
#TOP .main-inner .main-content .left-content .lead-text {
  position: relative;
  top: 45px;
}
#TOP .main-inner .main-content .left-content h1 {
  width: 90%;
  margin: 0 auto;
  top: -10px;
  position: relative;
}
#TOP .main-inner .main-content .left-content .main-release-box {
  display: flex;
  justify-content: center;
  position: relative;
  top: -70px;
  margin-left: -30px;
}
#TOP .main-inner .main-content .left-content .main-release-box p {
  padding: 0 10px;
}
#TOP .main-inner .main-content .left-content .main-platform-box {
  top: -60px;
  position: relative;
}
#TOP .main-inner .main-content .left-content .main-platform-box ul {
  list-style: none;
  max-width: 535px;
  left: 45px;
  position: relative;
}
#TOP .main-inner .main-content .left-content .main-platform-box ul li {
  display: inline-block;
  margin: 0 5px 15px 5px;
  width: 30%;
}
#TOP .main-inner .main-content .left-content .main-platform-box ul li img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
#TOP .main-inner .main-content .left-content .main-platform-box ul li:first-child {
  max-width: 55px;
}
#TOP .main-inner .main-content .left-content .main-platform-box ul li:nth-child(2) {
  width: 28%;
}
#TOP .main-inner .main-content .left-content .main-platform-box ul li:nth-child(2) img {
  width: 91%;
}
#TOP .main-inner .main-content .left-content .main-platform-box ul li:nth-child(3) {
  width: 26%;
}
#TOP .main-inner .main-content .left-content .main-platform-box ul li:nth-child(3) img {
  width: 88%;
}
#TOP .main-inner .main-content .left-content .main-platform-box ul li:nth-child(5) {
  width: 26%;
}
#TOP .main-inner .main-content .left-content .main-platform-box ul li:nth-child(4) {
  width: 26%;
}
#TOP .main-inner .main-content .left-content .main-platform-box ul li:nth-child(6) {
  width: 25%;
}
#TOP .main-inner .main-content .right-content {
  position: relative;
}
#TOP .main-inner .main-content .right-content .copy-txt {
  position: absolute;
  top: 80%;
}
#TOP .main-inner .spec-box {
  width: 588px;
  height: 320px;
  position: relative;
  background-image: url("../images/top/spec_bg_l_2.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% 100%;
  top: -55px;
  margin: 0 auto;
}
#TOP .main-inner .spec-box ul {
  text-align: left;
  font-size: 13px;
  font-weight: 800;
  position: absolute;
  top: 34px;
  left: 14px;
}
#TOP .main-inner .spec-box ul li {
  position: relative;
  margin: 3px 0 0 0;
  padding-left: 2.5px;
  font-weight: normal;
  color: #595959;
  display: flex;
  align-items: baseline;
}
#TOP .main-inner .spec-box ul li:before {
  content: '';
  background-image: url(../images/common/icon-spec.png);
  background-repeat: no-repeat;
  background-position: top center;
  width: 12px;
  height: 13px;
  display: inline-block;
  position: relative;
  top: 1px;
  margin-right: 6px;
}
#TOP .main-inner .spec-box ul li dl {
  display: flex;
}


#TOP .main-inner .spec-box ul li dl dt {
  width: 90px;
}

#TOP .main-inner .spec-box ul li dl dd {
  width: 458px;
}
#TOP .main-inner .spec-box ul li dl dt:after {
  content: ' : ';
  display: inline-block;
  position: absolute;
  left: 100px;
}
#TOP .main-inner .spec-box ul li dl dt.webManual {
  width: 100%;
  line-height: 140%;
}
#TOP .main-inner .spec-box ul li dl dt.webManual:after {
  display: none;
}
#TOP .main-inner .spec-box ul li dl dt.webManual a {
  color: #05bbc0;
  text-decoration: none;
}
#TOP .main-inner .spec-box ul li dl dt.webManual a:hover {
  color: #06ecf2;
}
#TOP .main-inner .spec-box ul li dl .main-dd {
  line-height: 1.4;
}
#TOP .main-inner-hana {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
#TOP .banner-box {
  margin: -30px auto 0;
  max-width: 1200px;
  padding-bottom: 40px;
}
#TOP .banner-box ul {
  display: flex;
  justify-content: start;
}
#TOP .banner-box ul.hasitem-3 {
  max-width: 1000px;
  margin: 0 auto;
}
#TOP .banner-box ul.hasitem-3 li:nth-child(2),
#TOP .banner-box ul.hasitem-3 li:nth-child(3) {
  margin-left: 20px;
}
#TOP .banner-box ul.hasitem-2 {
  margin-top: 20px;
  justify-content: start;
}
#TOP .banner-box ul.hasitem-2 li {
  margin-left: 20px;
}
#TOP .banner-box ul.hasitem-2 li:first-child {
  margin-left: 0;
}
#TOP .banner-box ul li {
  z-index: 1;
}
#TOP .banner-box ul .bnr-long a img {
  max-width: 491px;
}
#TOP .banner-box a {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#TOP .banner-box a img {
  max-width: 236px;
}
#TOP .banner-box a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
#TOP .sp-main-content {
  display: none;
}
#TOP .switch-box {
  position: relative;
}
#TOP .switch-box .switch-display {
  position: absolute;
  top: 21px;
  left: 71px;
}
@media screen and (max-width: 767px) {
  #TOP .main-inner .main-content {
    display: none;
  }
  #TOP .main-inner .sp-main-content {
    display: block;
    padding-bottom: 10px;
  }
  #TOP .main-inner .sp-main-content .sp-switch {
    position: absolute;
    z-index: 10;
    width: 56px;
  }
  #TOP .main-inner .sp-main-content .package-block {
    position: relative;
  }
  #TOP .main-inner .sp-main-content .package-block .copy-txt {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 35vw;
    text-align: center;
    padding: 0 10px;
  }
  #TOP .main-inner .sp-main-content .package-block h1 {
    position: absolute;
    bottom: -22vw;
    left: 0;
    right: 0;
    text-align: center;
    padding: 0 0px;
  }
  #TOP .main-inner .sp-main-content .sp-main-info-box {
    padding-top: 13vw;
    background-image: url(../images/top/hana.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: auto 100%;
  }
  #TOP .main-inner .sp-main-content .sp-main-info-box .main-release-box {
    display: block;
    justify-content: center;
    position: relative;
    padding: 0 10px;
  }
  #TOP .main-inner .sp-main-content .sp-main-info-box .main-release-box p {
    padding: 0 10px;
  }
  #TOP .main-inner .sp-main-content .sp-main-info-box .main-platform-box {
    margin-top: 4vw;
    position: relative;
  }
  #TOP .main-inner .sp-main-content .sp-main-info-box .main-platform-box ul {
    list-style: none;
    position: relative;
    text-align: center;
  }
  #TOP .main-inner .sp-main-content .sp-main-info-box .main-platform-box ul li {
    display: inline-block;
    margin: 0 5px 15px 5px;
    width: 30%;
  }
  #TOP .main-inner .sp-main-content .sp-main-info-box .main-platform-box ul li img {
    width: 100%;
    height: auto;
    vertical-align: middle;
  }
  #TOP .main-inner .sp-main-content .sp-main-info-box .main-platform-box ul li:first-child {
    max-width: 10vw;
  }
  #TOP .main-inner .sp-main-content .sp-main-info-box .main-platform-box ul li:nth-child(2) {
    width: 26%;
  }
  #TOP .main-inner .sp-main-content .sp-main-info-box .main-platform-box ul li:nth-child(3) {
    width: 26%;
  }
  #TOP .main-inner .sp-main-content .sp-main-info-box .main-platform-box ul li:nth-child(5) {
    width: 25%;
  }
  #TOP .main-inner .sp-main-content .sp-main-info-box .main-platform-box ul li:nth-child(4) {
    width: 28%;
  }
  #TOP .main-inner .sp-main-content .sp-main-info-box .main-platform-box ul li:nth-child(6) {
    width: 25%;
  }
  #TOP .main-inner .sp-main-content .spec-box {
    width: 90vw;
    height: 124vw;
    position: relative;
    background-image: url("../images/top/spec_bg_sp_l.png");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% 100%;
    top: 0px;
    margin: 0vw auto 4vw;
  }
  #TOP .main-inner .sp-main-content .spec-box .spec-box-inner {
    padding: 10vw 0 0 4vw;
  }
  #TOP .main-inner .sp-main-content .spec-box dl {
    line-height: 4vw;
    font-size: 3vw;
    display: block;
    color: #595959;
    margin-bottom: 13px;
  }
  #TOP .main-inner .sp-main-content .spec-box dl.flex {
    display: flex;
  }
  #TOP .main-inner .sp-main-content .spec-box dl dt {
    width: 30vw;
  }
  #TOP .main-inner .sp-main-content .spec-box dl dt:before {
    background-size: 100% 100%;
    content: '';
    background-image: url(../images/common/icon-spec.png);
    background-repeat: no-repeat;
    background-position: top center;
    width: 9px;
    height: 10px;
    display: inline-block;
    position: relative;
    top: 1px;
    margin-right: 6px;
  }
  #TOP .main-inner .sp-main-content .spec-box dl dt.webManual {
    width: 100%;
  }
  #TOP .main-inner .sp-main-content .spec-box dl dt.webManual a {
    color: #05bbc0;
    text-decoration: none;
  }
  #TOP .main-inner .sp-main-content .spec-box dl dt.webManual a:hover {
    color: #06ecf2;
  }
  #TOP .main-inner .sp-main-content .spec-box dl dd {
    width: 80vw;
    padding-left: 17px;
  }
  #TOP .main-inner .sp-main-content .spec-box dl.flex dt {
    width: 22vw;
  }
  #TOP .main-inner .sp-main-content .spec-box dl.flex dd {
    width: 54vw;
    padding-left: 0vw;
  }
  #TOP .main-inner .sp-main-content .spec-box ul {
    text-align: left;
    font-size: 3vw;
    font-weight: 800;
    position: absolute;
    top: 30px;
    left: 80px;
  }
  #TOP .main-inner .sp-main-content .spec-box ul li {
    position: relative;
    margin: 6px 0;
    padding-left: 30px;
    font-weight: normal;
    color: #595959;
  }
  #TOP .main-inner .sp-main-content .spec-box ul li:before {
    content: '';
    background-image: url(../images/common/icon-spec.png);
    background-repeat: no-repeat;
    background-position: top center;
    width: 12px;
    height: 13px;
    display: none;
    position: relative;
    top: 2px;
    margin-right: 6px;
  }
  #TOP .main-inner .banner-box {
    margin: 0 auto;
    max-width: 1200px;
  }
  #TOP .main-inner .banner-box ul {
    display: block;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 20px;
  }
  #TOP .main-inner .banner-box ul.hasitem-2 {
    margin-top: 0;
  }
  #TOP .main-inner .banner-box ul.hasitem-3 li:nth-child(2), #TOP .main-inner .banner-box ul.hasitem-3 li:nth-child(3) {
    margin-left: 0px;
  }
  #TOP .main-inner .banner-box ul li {
    margin: 0 0% 2%;
    text-align: center;
    width: 100%;
    display: block;
  }
  #TOP .main-inner .banner-box ul .bnr-long a img {
    max-width: 90vw;
  }
  #TOP .main-inner .banner-box a {
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  #TOP .main-inner .banner-box a img {
    width: 100%;
    max-width: 90vw;
  }
  #TOP .main-inner .banner-box a:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
  }
  #TOP .switch-box {
    position: relative;
    margin-top: 4vw;
  }
  #TOP .switch-box img {
    width: 100%;
  }
  #TOP .switch-box .switch-display {
    position: absolute;
    top: 7.5vw;
    left: 23vw;
    width: 51vw;
  }
  #TOP .switch-box .switch-display img {
    width: 100%;
  }
  #TOP .package-img {
    text-align: center;
  }
  #TOP .package-img img {
    width: 97%;
  }
}
@media screen and (max-width: 479px) {
  #TOP .main-inner .switch-box {
    position: relative;
    margin-top: 4vw;
  }
  #TOP .main-inner .switch-box img {
    width: 100%;
  }
  #TOP .main-inner .switch-box .switch-display {
    position: absolute;
    top: 7.5vw;
    left: 23.5vw;
    width: 48vw;
  }
  #TOP .main-inner .switch-box .switch-display img {
    width: 100%;
  }
}
#TOP .news {
  min-height: 300px;
  background-image: url(../images/top/news_bg.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% 100%;
  position: relative;
  z-index: 10;
  top: -28px;
  /*SP
  ==========================*/
}
#TOP .news .news-inner {
  padding: 40px;
  position: relative;
}
#TOP .news .news-inner .news-slider {
  max-width: 960px;
  margin: 20px auto 0;
}
#TOP .news .news-inner .news-slider .slick-track {
  margin: 0 auto;
}
#TOP .news .news-inner .news-slider .news-slider-inner {
  text-align: center;
}
#TOP .news .news-inner .news-slider .news-slider-inner a {
  text-decoration: none;
  color: #000000;
}
#TOP .news .news-inner .news-slider .news-slider-inner .news-slider-frame {
  background: #fff;
  display: inline-block;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  overflow: hidden;
  width: 90%;
}
#TOP .news .news-inner .news-slider .news-slider-inner .news-slider-frame.news-single {
  width: 30%;
}
@media screen and (max-width: 767px) {
  #TOP .news .news-inner .news-slider .news-slider-inner .news-slider-frame.news-single {
    width: 100%;
  }
}
#TOP .news .news-inner .news-slider .news-slider-inner .news-thumbnail {
  width: 100%;
  position: relative;
  line-height: 0;
  padding-top: 64%;
}
#TOP .news .news-inner .news-slider .news-slider-inner .news-thumbnail img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
#TOP .news .news-inner .news-slider .news-slider-inner .news-data {
  display: block;
  color: #afafaf;
  padding-bottom: 2px;
}
#TOP .news .news-inner .news-slider .news-slider-inner .news-text {
  font-size: 14px;
  margin: auto;
  padding: 15px 0;
  width: 90%;
  text-align: left;
  line-height: 1.25;
}
#TOP .news .news-inner button {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#TOP .news .news-inner button:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
#TOP .news .news-inner a {
  display: block;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#TOP .news .news-inner a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
#TOP .news .new-icon {
  position: relative;
}
#TOP .news .new-icon:before {
  content: '';
  display: block;
  background-image: url(../images/common/new.png);
  background-repeat: no-repeat;
  background-position: top center;
  width: 88px;
  height: 24px;
  position: absolute;
  left: 5px;
  top: 15px;
  z-index: 10;
}
#TOP .news .blog-link--box {
  position: absolute;
  top: 65px;
  left: 0;
  right: 0;
  text-align: right;
  max-width: 940px;
  width: 100%;
  margin: 0 auto;
}
#TOP .news .blog-link--box a {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  #TOP .news {
    top: -10px;
  }
  #TOP .news .slick-slide img {
    width: 100%;
  }
  #TOP .news .slick-prev {
    left: -5vw;
    margin-top: -7vw;
  }
  #TOP .news .slick-next {
    right: -5vw;
    margin-top: -7vw;
  }
  #TOP .news .blog-link--box {
    top: 11vw;
    margin-left: -10px;
  }
  #TOP .news .blog-link--btn img {
    max-width: 83px;
  }
}
#TOP .feature {
  position: relative;
  z-index: 5;
}
#TOP .feature .feature-inner {
  padding: 70px 0;
  max-width: 940px;
  margin: 0 auto;
}
#TOP .feature .feature-inner .fantasy-box {
  position: relative;
}
#TOP .feature .feature-inner .fantasy-box:before {
  content: '';
  display: block;
  background: url("../images/top/about-monster-01.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
  width: 100%;
  max-width: 185px;
  height: 230px;
  position: absolute;
  bottom: -25px;
  left: -40px;
  z-index: 1;
}
#TOP .feature .feature-inner .fantasy-box:after {
  content: '';
  display: block;
  background: url("../images/top/about-monster-02.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
  width: 100%;
  max-width: 270px;
  height: 230px;
  position: absolute;
  bottom: -30px;
  right: -85px;
  z-index: 1;
}
#TOP .feature .feature-inner .fantasy-box .fantasy-life {
  background-image: url("../images/common/bg-l-frame-middle.png");
  background-size: 100% auto;
  position: relative;
  text-align: center;
  /*margin-top: 70px;*/
  margin-bottom: 80px;
  padding: 20px 0;
}
#TOP .feature .feature-inner .fantasy-box .fantasy-life:before {
  content: '';
  display: block;
  background: url("../images/common/bg-l-frame-top.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
  width: 100%;
  height: 45px;
  position: absolute;
  top: -45px;
  left: 0;
}
#TOP .feature .feature-inner .fantasy-box .fantasy-life:after {
  content: '';
  display: block;
  background: url("../images/common/bg-l-frame-bottom.png");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100% auto;
  width: 100%;
  height: 50px;
  position: absolute;
  bottom: -50px;
  left: 0;
}
#TOP .feature .feature-inner .section-text-box {
  background: #fcfcfb;
  max-width: 856px;
  margin: 25px auto 0;
  line-height: 1.75;
  position: relative;
  padding: 20px 0;
  font-size: 18px;
  -moz-box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.29);
  -webkit-box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.29);
  -ms-box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.29);
  box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.29);
  color: #65645e;
}
#TOP .feature .feature-inner .section-text-box:before {
  content: '';
  width: 95%;
  max-width: 827px;
  height: 1px;
  background: #8a7600;
  display: block;
  position: relative;
  top: -7px;
  margin: 0 auto;
}
#TOP .feature .feature-inner .section-text-box:after {
  content: '';
  width: 95%;
  max-width: 827px;
  height: 1px;
  background: #8a7600;
  display: block;
  position: relative;
  bottom: -7px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #TOP .feature .feature-inner {
    padding: 10vw 0;
  }
  #TOP .feature .feature-inner .fantasy-box:before {
    width: 20%;
    height: 25vw;
    left: -2.5vw;
    bottom: -4vw;
  }
  #TOP .feature .feature-inner .fantasy-box:after {
    width: 28%;
    height: 22.5vw;
    right: -6vw;
    bottom: -3vw;
  }
  #TOP .feature .feature-inner .fantasy-box .fantasy-life {
    padding: 20px 10px;
    margin: 70px 10px;
  }
  #TOP .feature .feature-inner .fantasy-box .fantasy-life:before {
    top: -4.9vw;
  }
  #TOP .feature .feature-inner .fantasy-box .fantasy-life:after {
    bottom: -5.9vw;
  }
  #TOP .feature .feature-inner .fantasy-box .fantasy-life img {
    width: 85%;
    max-width: 604px;
    margin: 0 auto;
  }
  #TOP .feature .feature-inner .section-text-box {
    width: 70%;
    max-width: 637px;
    text-align: left;
    padding: 20px 3vw;
    font-size: 13px;
  }
  #TOP .feature .feature-inner .section-text-box:before {
    width: 100%;
  }
  #TOP .feature .feature-inner .section-text-box:after {
    width: 100%;
  }
}
@media screen and (max-width: 479px) {
  #TOP .feature .feature-inner .fantasy-box {
    margin: 70px 6vw;
  }
  #TOP .feature .feature-inner .fantasy-box:before {
    width: 23%;
    height: 29vw;
  }
  #TOP .feature .feature-inner .fantasy-box:after {
    width: 32%;
    height: 26.5vw;
  }
  #TOP .feature .feature-inner .fantasy-box .fantasy-life:before {
    top: -3.9vw;
  }
  #TOP .feature .feature-inner .fantasy-box .fantasy-life:after {
    bottom: -4.9vw;
  }
  #TOP .feature .feature-inner .section-text-box {
    width: 70%;
    font-size: 4vw;
    padding: 20px 5vw;
  }
}
#TOP .about {
  position: relative;
  z-index: 5;
}
#TOP .about .about-inner {
  padding: 70px 0;
  max-width: 940px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #TOP .about .about-inner {
    padding: 10vw 0;
  }
}
#TOP .character {
  position: relative;
  z-index: 5;
}
#TOP .character .character-inner {
  padding: 70px 0;
  max-width: 1100px;
  margin: 0 auto;
}
#TOP .character .character-inner .character-box ul {
  display: flex;
  margin-top: 50px;
}
#TOP .character .character-inner .character-box ul li {
  display: flex;
}
#TOP .character .character-inner .character-box ul li .chara-plate {
  margin-top: 60px;
}
#TOP .character .character-inner .character-box ul .left {
  position: relative;
  right: -65px;
}
#TOP .character .character-inner .character-box ul .left .chara-plate {
  position: relative;
  left: 16px;
}
#TOP .character .character-inner .character-box ul .right {
  position: relative;
  left: 20px;
}
#TOP .character .character-inner .character-box ul .right .chara-plate {
  position: relative;
  left: -25px;
}
#TOP .character .character-inner .bnr-chara-all {
  text-align: center;
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
}
#TOP .character .character-inner .bnr-chara-all a:hover {
  opacity: 0.8;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  #TOP .character .character-inner {
    padding: 10vw 0;
  }
  #TOP .character .character-inner .character-box {
    padding: 0 10px;
  }
  #TOP .character .character-inner .character-box ul {
    justify-content: space-between;
  }
  #TOP .character .character-inner .character-box ul li {
    width: 48vw;
  }
  #TOP .character .character-inner .character-box ul .left {
    position: relative;
    right: 0px;
    display: block;
  }
  #TOP .character .character-inner .character-box ul .left .chara-img {
    height: 86vw;
    text-align: center;
  }
  #TOP .character .character-inner .character-box ul .left .chara-img img {
    height: 100%;
  }
  #TOP .character .character-inner .character-box ul .left .chara-plate {
    position: relative;
    left: 0px;
    margin-top: 0;
  }
  #TOP .character .character-inner .character-box ul .left .chara-plate img {
    width: 100%;
  }
  #TOP .character .character-inner .character-box ul .right {
    position: relative;
    left: 0px;
    display: block;
  }
  #TOP .character .character-inner .character-box ul .right .chara-img {
    height: 86vw;
    text-align: center;
  }
  #TOP .character .character-inner .character-box ul .right .chara-img img {
    height: 100%;
  }
  #TOP .character .character-inner .character-box ul .right .chara-plate {
    position: relative;
    left: 0px;
    margin-top: 0;
  }
  #TOP .character .character-inner .character-box ul .right .chara-plate img {
    width: 100%;
  }
  #TOP .character .character-inner .bnr-chara-all {
    width: 95%;
  }
}
@media screen and (max-width: 479px) {
  #TOP .character .character-inner .character-box ul {
    display: block;
    margin-top: 5vw;
  }
}
#TOP .limited-edition {
  position: relative;
  z-index: 5;
  margin-bottom: 70px;
}
#TOP .limited-edition .limited-edition-inner {
  padding: 70px 0;
  max-width: 940px;
  margin: 0 auto;
}
#TOP .limited-edition .limited-edition-inner .limited-edition-title {
  text-align: center;
}
#TOP .limited-edition .limited-edition-inner .limited-edition-title .limited-edition-sub {
  margin-top: 30px;
}
#TOP .limited-edition .limited-edition-inner .limited-edition-box {
  background-image: url("../images/common/bg-l-frame-middle.png");
  background-size: 100% auto;
  position: relative;
  text-align: center;
  margin-top: 70px;
  padding: 20px 0;
}
#TOP .limited-edition .limited-edition-inner .limited-edition-box:before {
  content: '';
  display: block;
  background: url("../images/common/bg-l-frame-top.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
  width: 100%;
  height: 45px;
  position: absolute;
  top: -45px;
  left: 0;
}
#TOP .limited-edition .limited-edition-inner .limited-edition-box:after {
  content: '';
  display: block;
  background: url("../images/common/bg-l-frame-bottom.png");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100% auto;
  width: 100%;
  height: 50px;
  position: absolute;
  bottom: -50px;
  left: 0;
}
#TOP .limited-edition .limited-edition-inner .limited-edition-box .limited-edition-img {
  display: inline-block;
  position: relative;
}
#TOP .limited-edition .limited-edition-inner .limited-edition-box .limited-edition-img:before {
  content: '';
  display: block;
  background: url("../images/top/badge-limited-01.png");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100% auto;
  width: 120px;
  height: 120px;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: -40px;
  margin-left: -40px;
}
#TOP .limited-edition .limited-edition-inner .limited-edition-box .limited-edition-img img {
  width: 100%;
  max-width: 780px;
}
#TOP .limited-edition .limited-edition-inner .limited-edition-box .limited-edition-text {
  background: #fcfcfb;
  max-width: 780px;
  margin: 25px auto 0;
  line-height: 1.75;
  position: relative;
  padding: 20px 0;
  font-size: 18px;
  -moz-box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.29);
  -webkit-box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.29);
  -ms-box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.29);
  box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.29);
  color: #65645e;
}
#TOP .limited-edition .limited-edition-inner .limited-edition-box .limited-edition-text:before {
  content: '';
  width: 95%;
  max-width: 742px;
  height: 1px;
  background: #8a7600;
  display: block;
  position: relative;
  top: -7px;
  margin: 0 auto;
}
#TOP .limited-edition .limited-edition-inner .limited-edition-box .limited-edition-text:after {
  content: '';
  width: 95%;
  max-width: 742px;
  height: 1px;
  background: #8a7600;
  display: block;
  position: relative;
  bottom: -7px;
  margin: 0 auto;
}
#TOP .limited-edition .limited-edition-inner .limited-edition-box .limited-edition-text img {
  width: 100%;
  max-width: 166px;
}
#TOP .limited-edition .limited-edition-inner .limited-edition-box .limited-edition-text ol {
  display: inline-block;
  text-align: left;
  font-size: 18px;
  line-height: 1.5;
}
#TOP .limited-edition .limited-edition-inner .limited-edition-box .limited-edition-text ol li {
  text-indent: -1em;
  padding-left: 1em;
}
#TOP .limited-edition .limited-edition-inner .limited-edition-box .limited-edition-note ul {
  text-align: left;
  max-width: 780px;
  width: 100%;
  margin: 0 auto;
  font-size: 12px;
  line-height: 1.2;
  color: #65645e;
  text-shadow: 0px 0px 5px #fff;
}
#TOP .limited-edition .limited-edition-inner .limited-edition-box .limited-edition-note ul li {
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 767px) {
  #TOP .limited-edition {
    margin-bottom: 0;
  }
  #TOP .limited-edition .limited-edition-inner .limited-edition-title {
    width: 95%;
    margin: 0 auto;
  }
  #TOP .limited-edition .limited-edition-inner .limited-edition-title .limited-edition-sub {
    margin-top: 3vw;
  }
  #TOP .limited-edition .limited-edition-inner .limited-edition-box {
    padding: 20px 10px;
    margin: 12vw auto 3vw;
  }
  #TOP .limited-edition .limited-edition-inner .limited-edition-box:before {
    top: -4.9vw;
  }
  #TOP .limited-edition .limited-edition-inner .limited-edition-box:after {
    bottom: -5.9vw;
  }
  #TOP .limited-edition .limited-edition-inner .limited-edition-box .limited-edition-img:before {
    width: 20%;
    max-width: 90px;
    height: 20vw;
    margin-left: 0;
    margin-top: 0;
    transform: translate(0%, -50%);
  }
  #TOP .limited-edition .limited-edition-inner .limited-edition-box .limited-edition-img img {
    width: 92%;
  }
  #TOP .limited-edition .limited-edition-inner .limited-edition-box .limited-edition-text {
    width: 85%;
    padding: 20px 3vw;
  }
  #TOP .limited-edition .limited-edition-inner .limited-edition-box .limited-edition-text:before {
    width: 100%;
  }
  #TOP .limited-edition .limited-edition-inner .limited-edition-box .limited-edition-text:after {
    width: 100%;
  }
  #TOP .limited-edition .limited-edition-inner .limited-edition-box .limited-edition-text ol {
    font-size: 15px;
  }
  #TOP .limited-edition .limited-edition-inner .limited-edition-box .limited-edition-note {
    width: 92%;
    margin: 0 auto;
  }
  #TOP .limited-edition .limited-edition-inner .limited-edition-box .limited-edition-note ul {
    font-size: 0.6em;
  }
}
@media screen and (max-width: 479px) {
  #TOP .limited-edition-box .limited-edition-note ul {
    font-size: 3vw !important;
  }
}
#TOP .bg-list div {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#TOP .bg-list .bg-white {
  background-image: url("../images/top/bg_white.png");
  background-repeat: repeat-y;
  background-position: top center;
  z-index: 1;
}
#TOP .bg-list .bg-feature {
  background-image: url("../images/top/bg_feature.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  z-index: -5;
}
#TOP .bg-list .bg-about {
  background-image: url("../images/top/bg_about.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  z-index: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#TOP .bg-list .bg-character {
  background-image: url("../images/top/bg_character.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  z-index: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#TOP .bg-list .bg-limited {
  background-image: url("../images/product/bg_product.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  z-index: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#TOP .bg-list .active {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.modal_wp {
  display: none;
}

#modal_0708 {
  position: relative;
}
#modal_0708 .modal_img {
  position: relative;
  z-index: 10;
}
#modal_0708 .modal_img .pc {
  display: inline-block;
}
@media screen and (max-width: 479px) {
  #modal_0708 .modal_img .pc {
    display: none;
  }
}
#modal_0708 .modal_img .sp {
  display: none;
}
@media screen and (max-width: 479px) {
  #modal_0708 .modal_img .sp {
    display: inline-block;
  }
}
#modal_0708 .modal_img img {
  max-width: 935px;
  width: 100%;
}
#modal_0708 .modal_btn {
  max-width: 844px;
  position: absolute;
  z-index: 100;
  width: 100%;
  top: 108px;
  right: 42px;
}
#modal_0708 .modal_btn a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 479px) {
  #modal_0708 .modal_btn {
    width: 96%;
    top: 11vw;
    right: 2vw;
  }
}
#modal_0708 .modal_btn li img {
  width: 100%;
  max-width: 844px;
}
#modal_0708 .modal_btn .btn02 {
  margin-top: 16px;
}
#modal_0708 .modal_btn .btn03 {
  margin-top: 16px;
}
@media screen and (max-width: 479px) {
  #modal_0708 .modal_btn .btn02 {
    margin-top: 1vw;
  }
  #modal_0708 .modal_btn .btn03 {
    margin-top: 1vw;
  }
}

span.reg {
  font-size: 75%;
}

/* ==========================================================================
   ABOUT
   ========================================================================== */
#ABOUT {
  /*SP
	==========================*/
}
#ABOUT article {
  min-height: 800px;
}
#ABOUT article .about-title {
  text-align: center;
  margin: 100px auto 0;
}
#ABOUT article .about-section-01 {
  width: 944px;
  height: 565px;
  margin: 80px auto 0;
  background-image: url("../images/about/about-section-bg-01.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
#ABOUT article .about-section-02 {
  width: 944px;
  height: 529px;
  margin: 80px auto 0;
  background-image: url("../images/about/about-section-bg-02.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
#ABOUT article .about-section-03 {
  width: 944px;
  height: 553px;
  margin: 80px auto 0;
  background-image: url("../images/about/about-section-bg-03.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
#ABOUT article .about-section-04 {
  width: 944px;
  height: 599px;
  margin: 80px auto 60px;
  background-image: url("../images/about/about-section-bg-04.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
#ABOUT article .about-section-inner {
  text-align: center;
  position: relative;
}
#ABOUT article .about-section-inner .section-title {
  padding-top: 50px;
  position: relative;
  z-index: 10;
}
#ABOUT article .about-section-inner .section-copy {
  margin-top: 10px;
  position: relative;
  z-index: 10;
}
#ABOUT article .about-section-inner .thumbnail-list ul {
  display: flex;
  max-width: 856px;
  justify-content: space-between;
  margin: 10px auto 0;
}
#ABOUT article .about-section-inner .section-text-box {
  background: #fcfcfb;
  max-width: 856px;
  margin: 15px auto 0;
  line-height: 1.75;
  position: relative;
  padding: 20px 0;
  font-size: 15px;
  -moz-box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.29);
  -webkit-box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.29);
  -ms-box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.29);
  box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.29);
  color: #65645e;
}
#ABOUT article .about-section-inner .section-text-box:before {
  content: '';
  width: 95%;
  max-width: 827px;
  height: 1px;
  background: #8a7600;
  display: block;
  position: relative;
  top: -7px;
  margin: 0 auto;
}
#ABOUT article .about-section-inner .section-text-box:after {
  content: '';
  width: 95%;
  max-width: 827px;
  height: 1px;
  background: #8a7600;
  display: block;
  position: relative;
  bottom: -7px;
  margin: 0 auto;
}
#ABOUT article .section-02-accent {
  position: absolute;
  top: -80px;
  left: -85px;
}
#ABOUT article .section-04-accent {
  position: absolute;
  top: -43px;
  left: -113px;
}
#ABOUT .zoom {
  position: relative;
  overflow: hidden;
  display: inline-block;
}
#ABOUT .zoom img {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#ABOUT .zoom:before {
  content: '';
  display: block;
  background: url("../images/common/icon-ov-zoom.png");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100% auto;
  position: absolute;
  right: 5px;
  bottom: 10px;
  width: 30px;
  height: 30px;
  z-index: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  #ABOUT .zoom:before {
    background: url("../images/common/sp-icon-ov-zoom.png");
    background-position: bottom center;
    background-size: 100% auto;
  }
}
#ABOUT .zoom:after {
  content: '';
  display: block;
  background: url("../images/common/icon-zoom.png");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100% auto;
  position: absolute;
  right: 5px;
  bottom: 10px;
  width: 30px;
  height: 30px;
}
@media screen and (max-width: 767px) {
  #ABOUT .zoom:after {
    background: url("../images/common/sp-icon-zoom.png");
    background-position: bottom center;
    background-size: 100% auto;
  }
}
#ABOUT .zoom:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
#ABOUT .zoom:hover:before {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
#ABOUT .btn-about {
  text-align: center;
  margin-bottom: 90px;
}
#ABOUT .bg-box {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("../images/about/bg-about.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  z-index: -5;
}
@media screen and (max-width: 767px) {
  #ABOUT article .about-title {
    margin: 10vw auto 0;
  }
  #ABOUT article .about-section-01, #ABOUT article .about-section-02, #ABOUT article .about-section-03, #ABOUT article .about-section-04 {
    width: 90%;
    height: auto;
    margin: 16vw auto 32vw;
    position: relative;
    text-align: center;
    background: url("../images/common/bg-frame-middle.png");
    background-repeat: repeat-y;
    background-position: top center;
    background-size: 100% auto;
  }
  #ABOUT article .about-section-01:before, #ABOUT article .about-section-02:before, #ABOUT article .about-section-03:before, #ABOUT article .about-section-04:before {
    content: '';
    display: block;
    background: url("../images/common/bg-frame-top.png");
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100% auto;
    width: 100%;
    height: 62px;
    position: absolute;
    top: -60px;
  }
  #ABOUT article .about-section-01:after, #ABOUT article .about-section-02:after, #ABOUT article .about-section-03:after, #ABOUT article .about-section-04:after {
    content: '';
    display: block;
    background: url("../images/common/bg-frame-bottom.png");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% auto;
    width: 100%;
    height: 87px;
    position: absolute;
    bottom: -85px;
  }
  #ABOUT article .about-section-01 .section-title, #ABOUT article .about-section-02 .section-title, #ABOUT article .about-section-03 .section-title, #ABOUT article .about-section-04 .section-title {
    padding-top: 0px;
  }
  #ABOUT article .about-section-inner .section-text-box {
    max-width: 70vw;
    font-size: 12px;
    padding: 6vw 3vw;
    text-align: left;
  }
  #ABOUT article .about-section-inner .section-text-box:before {
    width: 100%;
  }
  #ABOUT article .about-section-inner .section-text-box:after {
    width: 100%;
  }
  #ABOUT article .about-section-inner .thumbnail-list {
    max-width: 74vw;
    margin: 0 auto;
  }
  #ABOUT article .about-section-inner .thumbnail-list ul {
    flex-wrap: wrap;
    justify-content: center;
  }
  #ABOUT article .about-section-inner .thumbnail-list ul li {
    width: 48%;
    margin: 2% 1% 0;
  }
  #ABOUT article .section-02-accent {
    width: 50vw;
    top: -70px;
    left: -25px;
  }
  #ABOUT article .section-04-accent {
    top: -17vw;
    left: -7vw;
    width: 38vw;
  }
  #ABOUT .btn-about {
    margin-top: -7vw;
  }
  #ABOUT .btn-about img {
    width: 86%;
    max-width: 654px;
    margin: 0 auto;
  }
  #ABOUT .bg-box {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url("../images/about/bg-about.jpg");
    background-repeat: repeat-y;
    background-position: top center;
    background-size: 280% auto;
    z-index: -5;
  }
}
@media screen and (max-width: 479px) {
  #ABOUT article .about-section-inner .thumbnail-list ul li {
    width: 100%;
    margin: 2% 0% 0;
  }
}

/* ==========================================================================
   MOVIE
   ========================================================================== */
#MOVIE {
  /*SP
	==========================*/
}
#MOVIE article .movie-title {
  text-align: center;
  margin: 100px auto 0;
}
#MOVIE article .movie-title span {
  color: #fff;
  font-size: 14px;
  display: block;
  padding-top: 15px;
}
#MOVIE article .movie-section {
  max-width: 944px;
  height: auto;
  width: 100%;
  margin: 80px auto 100px;
  position: relative;
  text-align: center;
  background: url("../images/common/bg-l-frame-middle.png");
  background-repeat: repeat-y;
  background-position: top center;
  background-size: 100% auto;
}
#MOVIE article .movie-section .mov_anc {
  position: absolute;
  top: -120px;
}
#MOVIE article .movie-section:before {
  content: '';
  display: block;
  background: url("../images/common/bg-l-frame-top.png");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100% auto;
  width: 100%;
  height: 62px;
  position: absolute;
  top: -60px;
}
#MOVIE article .movie-section:after {
  content: '';
  display: block;
  background: url("../images/common/bg-l-frame-bottom.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
  width: 100%;
  height: 87px;
  position: absolute;
  bottom: -85px;
}
#MOVIE article .movie-section-inner {
  text-align: center;
  position: relative;
  width: 46%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 38px;
}
#MOVIE article .movie-section-inner a img {
  cursor: pointer;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#MOVIE article .movie-section-inner a img:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
#MOVIE article .movie-section-inner.new {
  position: relative;
}
#MOVIE article .movie-section-inner.new:before {
  content: "";
  background-image: url(../images/header/new-icon2.png);
  background-size: 100% 100%;
  width: 86px;
  height: 28px;
  position: absolute;
  top: 0px;
  left: 34px;
  z-index: 40;
}
@media screen and (max-width: 767px) {
  #MOVIE article .movie-section-inner.new:before {
    top: -7vw;
    left: 10px;
  }
}
@media screen and (max-width: 767px) {
  #MOVIE article .movie-section-inner {
    width: 90%;
    display: block;
    margin: 0 auto;
    text-align: center;
  }
}
#MOVIE article .movie-section-inner .section-title {
  padding-top: 50px;
  position: relative;
  z-index: 10;
}
#MOVIE article .movie-section-inner .section-copy {
  margin-top: 10px;
  position: relative;
  z-index: 10;
}
#MOVIE article .movie-section-inner .thumbnail-list ul {
  display: flex;
  max-width: 856px;
  justify-content: space-between;
  margin: 10px auto 0;
}
#MOVIE article .movie-section-inner .section-text-box {
  max-width: 420px;
  background: #fcfcfb;
  font-weight: bold;
  margin: 7px auto 0;
  line-height: 1.4em;
  position: relative;
  padding: 10px 0;
  font-size: 27px;
  -moz-box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.29);
  -webkit-box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.29);
  -ms-box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.29);
  box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.29);
  color: #65645e;
}
#MOVIE article .movie-section-inner .section-text-box:before {
  width: 95%;
  max-width: 827px;
  height: 1px;
  background: #8a7600;
  display: block;
  position: relative;
  top: -7px;
  margin: 0 auto;
}
#MOVIE article .movie-section-inner .section-text-box:after {
  width: 95%;
  max-width: 827px;
  height: 1px;
  background: #8a7600;
  display: block;
  position: relative;
  bottom: -7px;
  margin: 0 auto;
}
#MOVIE article .section-02-accent {
  position: absolute;
  top: -80px;
  left: -85px;
}
#MOVIE article .section-04-accent {
  position: absolute;
  top: -43px;
  left: -113px;
}
#MOVIE article .youtube-box {
  max-width: 350px;
  margin: 25px auto 0;
  border: solid 2px #8a7600;
  line-height: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  #MOVIE article .youtube-box {
    width: 75vw;
    border: solid 1px #8a7600;
  }
}
#MOVIE article .youtube-box .youtube-inner {
  position: relative;
  width: auto;
  padding-top: 55%;
  border: solid 4px #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  #MOVIE article .youtube-box .youtube-inner {
    border: solid 2px #fff;
    padding-top: 55%;
  }
}
#MOVIE article .youtube-box .youtube-inner iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
#MOVIE .thumbnail-box {
  max-width: 560px;
  margin: 0px auto 0;
  padding-top: 25px;
}
#MOVIE .thumbnail-box p {
  position: relative;
  border: solid 2px #8a7600;
  line-height: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
#MOVIE .thumbnail-box p a {
  position: relative;
  display: block;
  line-height: 0;
  border: solid 4px #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
#MOVIE .thumbnail-box p a:before {
  content: "";
  background: url("../images/common/play-ov-icon.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 55px;
  height: 55px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -23px;
  margin-left: -23px;
  z-index: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
#MOVIE .thumbnail-box p a:after {
  content: "";
  background: url("../images/common/play-icon.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 55px;
  height: 55px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -23px;
  margin-left: -23px;
}
#MOVIE .thumbnail-box p a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#MOVIE .thumbnail-box p a:hover:before {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#MOVIE .zoom {
  position: relative;
  overflow: hidden;
  display: inline-block;
}
#MOVIE .zoom img {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#MOVIE .zoom:before {
  content: '';
  display: block;
  background: url("../images/common/icon-ov-zoom.png");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100% auto;
  position: absolute;
  right: 5px;
  bottom: 10px;
  width: 30px;
  height: 30px;
  z-index: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  #MOVIE .zoom:before {
    background: url("../images/common/sp-icon-ov-zoom.png");
    background-position: bottom center;
    background-size: 100% auto;
  }
}
#MOVIE .zoom:after {
  content: '';
  display: block;
  background: url("../images/common/icon-zoom.png");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100% auto;
  position: absolute;
  right: 5px;
  bottom: 10px;
  width: 30px;
  height: 30px;
}
@media screen and (max-width: 767px) {
  #MOVIE .zoom:after {
    background: url("../images/common/sp-icon-zoom.png");
    background-position: bottom center;
    background-size: 100% auto;
  }
}
#MOVIE .zoom:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
#MOVIE .zoom:hover:before {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
#MOVIE .bg-box {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("../images/movie/bg_movie.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  z-index: -5;
}
@media screen and (max-width: 767px) {
  #MOVIE article .movie-title {
    margin: 10vw auto 0;
  }
  #MOVIE article .movie-section {
    width: 90%;
    height: auto;
    margin: 16vw auto 24vw;
    position: relative;
    text-align: center;
    background: url("../images/common/bg-frame-middle.png");
    background-repeat: repeat-y;
    background-position: top center;
    background-size: 100% auto;
  }
  #MOVIE article .movie-section .mov_anc {
    position: absolute;
    top: -13vw;
  }
  #MOVIE article .movie-section:before {
    content: '';
    display: block;
    background: url("../images/common/bg-frame-top.png");
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100% auto;
    width: 100%;
    height: 62px;
    position: absolute;
    top: -60px;
  }
  #MOVIE article .movie-section:after {
    content: '';
    display: block;
    background: url("../images/common/bg-frame-bottom.png");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% auto;
    width: 100%;
    height: 87px;
    position: absolute;
    bottom: -85px;
  }
  #MOVIE article .movie-section .section-title {
    padding-top: 0px;
  }
  #MOVIE article .movie-section-inner .section-text-box {
    max-width: 70vw;
    padding: 2vw 3vw;
    text-align: center;
    font-size: 4.5vw;
    line-height: 130%;
    margin-bottom: 10vw;
  }
  #MOVIE article .movie-section-inner .section-text-box:before {
    width: 100%;
  }
  #MOVIE article .movie-section-inner .section-text-box:after {
    width: 100%;
  }
  #MOVIE article .movie-section-inner .thumbnail-list {
    max-width: 74vw;
    margin: 0 auto;
  }
  #MOVIE article .movie-section-inner .thumbnail-list ul {
    flex-wrap: wrap;
    justify-content: center;
  }
  #MOVIE article .movie-section-inner .thumbnail-list ul li {
    width: 48%;
    margin: 2% 1% 0;
  }
  #MOVIE article .section-02-accent {
    width: 50vw;
    top: -70px;
    left: -25px;
  }
  #MOVIE article .section-04-accent {
    top: -17vw;
    left: -7vw;
    width: 38vw;
  }
  #MOVIE .thumbnail-box {
    width: 76vw;
  }
  #MOVIE .thumbnail-box p {
    border: solid 1px #8a7600;
  }
  #MOVIE .thumbnail-box p a {
    border: solid 2px #fff;
  }
  #MOVIE .bg-box {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url("../images/movie/bg_movie.jpg");
    background-repeat: repeat-y;
    background-position: top center;
    background-size: 280% auto;
    z-index: -5;
  }
}
@media screen and (max-width: 479px) {
  #MOVIE article .movie-section-inner .thumbnail-list ul li {
    width: 100%;
    margin: 2% 0% 0;
  }
}

/* ==========================================================================
   FEATURE
   ========================================================================== */
#FEATURE {
  /*SP
	==========================*/
}
#FEATURE article {
  overflow: hidden;
}
#FEATURE article .feature-title {
  text-align: center;
  margin: 100px auto 0;
}
#FEATURE article .feature-section-00 {
  width: 944px;
  height: 280px;
  margin: 80px auto 100px;
  background-image: url("../images/common/bg-l-frame-middle.png");
  background-size: 100% auto;
  position: relative;
  text-align: center;
  padding: 20px 0;
}
#FEATURE article .feature-section-00.voice {
  margin: 4vw auto 0px;
}
@media screen and (max-width: 767px) {
  #FEATURE article .feature-section-00.voice {
    margin: 0px auto 32vw;
    padding: 14px 0 0px;
  }
}
#FEATURE article .feature-section-00.voice .section-text-li {
  width: 60%;
}
#FEATURE article .feature-section-00.voice .section-text-li .section-text-box {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  #FEATURE article .feature-section-00.voice .section-text-li {
    width: 100%;
  }
}
#FEATURE article .feature-section-00.voice .section-title {
  padding-top: 0px !important;
}
#FEATURE article .feature-section-00:before {
  content: '';
  display: block;
  background: url("../images/common/bg-l-frame-top.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
  width: 100%;
  height: 45px;
  position: absolute;
  top: -45px;
  left: 0;
}
#FEATURE article .feature-section-00:after {
  content: '';
  display: block;
  background: url("../images/common/bg-l-frame-bottom.png");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100% auto;
  width: 100%;
  height: 50px;
  position: absolute;
  bottom: -50px;
  left: 0;
}
#FEATURE article .feature-section-00 .feature-logo-box {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -25px;
}
#FEATURE article .feature-section-00 .feature-logo-box .switch-logo {
  width: 100%;
  max-width: 105px;
  height: 105px;
  margin-right: 10px;
}
#FEATURE article .feature-section-01 {
  width: 944px;
  height: 363px;
  margin: 55vh auto 0;
  background-image: url("../images/feature/feature-section-bg-01.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
#FEATURE article .feature-section-02 {
  width: 944px;
  height: 525px;
  margin: 80px auto 0;
  background-image: url("../images/feature/feature-section-bg-02.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
#FEATURE article .feature-section-02 .thumbnail-list {
  position: relative;
  z-index: 30;
}
#FEATURE article .feature-section-03 {
  width: 944px;
  height: 452px;
  margin: 80px auto 0;
  background-image: url("../images/feature/feature-section-bg-03.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
#FEATURE article .feature-section-04 {
  width: 944px;
  height: 410px;
  margin: 80px auto 100px;
  background-image: url("../images/feature/feature-section-bg-04.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
#FEATURE article .feature-section-inner {
  text-align: center;
  position: relative;
}
#FEATURE article .feature-section-inner .section-title {
  padding-top: 48px;
  position: relative;
  z-index: 10;
  padding-bottom: 5px;
}
#FEATURE article .feature-section-inner .section-copy {
  margin-top: 0px;
  position: relative;
  z-index: 10;
}
#FEATURE article .feature-section-inner .thumbnail-list ul {
  display: flex;
  max-width: 856px;
  justify-content: space-between;
  margin: 10px auto 0;
}
#FEATURE article .feature-section-inner .section-text-box {
  background: #fcfcfb;
  max-width: 856px;
  margin: 10px auto 0;
  line-height: 1.75;
  position: relative;
  padding: 20px 0;
  font-size: 15px;
  -moz-box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.29);
  -webkit-box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.29);
  -ms-box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.29);
  box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.29);
  color: #65645e;
}
#FEATURE article .feature-section-inner .section-text-box:before {
  content: '';
  width: 95%;
  max-width: 827px;
  height: 1px;
  background: #8a7600;
  display: block;
  position: relative;
  top: -7px;
  margin: 0 auto;
}
#FEATURE article .feature-section-inner .section-text-box:after {
  content: '';
  width: 95%;
  max-width: 827px;
  height: 1px;
  background: #8a7600;
  display: block;
  position: relative;
  bottom: -7px;
  margin: 0 auto;
}
#FEATURE article .section-02-accent01 {
  position: absolute;
  z-index: 10;
  top: 10px;
  left: -107px;
}
#FEATURE article .section-02-accent02 {
  position: absolute;
  z-index: 10;
  top: 0;
  right: -195px;
}
#FEATURE article .section-03-accent {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: 90px;
}
#FEATURE article .sp-feature-movie {
  display: none;
}
#FEATURE .zoom {
  position: relative;
  overflow: hidden;
  display: inline-block;
}
#FEATURE .zoom img {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#FEATURE .zoom:before {
  content: '';
  display: block;
  background: url("../images/common/icon-ov-zoom.png");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100% auto;
  position: absolute;
  right: 5px;
  bottom: 10px;
  width: 30px;
  height: 30px;
  z-index: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  #FEATURE .zoom:before {
    background: url("../images/common/sp-icon-ov-zoom.png");
    background-position: bottom center;
    background-size: 100% auto;
  }
}
#FEATURE .zoom:after {
  content: '';
  display: block;
  background: url("../images/common/icon-zoom.png");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100% auto;
  position: absolute;
  right: 5px;
  bottom: 10px;
  width: 30px;
  height: 30px;
}
@media screen and (max-width: 767px) {
  #FEATURE .zoom:after {
    background: url("../images/common/sp-icon-zoom.png");
    background-position: bottom center;
    background-size: 100% auto;
  }
}
#FEATURE .zoom:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
#FEATURE .zoom:hover:before {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
#FEATURE .bg-box {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  z-index: -5;
}
@media screen and (max-width: 767px) {
  #FEATURE article .feature-title {
    margin: 10vw auto 0;
    position: relative;
    z-index: 1;
  }
  #FEATURE article .feature-section-00, #FEATURE article .feature-section-01, #FEATURE article .feature-section-02, #FEATURE article .feature-section-03, #FEATURE article .feature-section-04 {
    width: 90%;
    height: auto;
    margin: 16vw auto 32vw;
    position: relative;
    text-align: center;
    background: url("../images/common/bg-frame-middle.png");
    background-repeat: repeat-y;
    background-position: top center;
    background-size: 100% auto;
  }
  #FEATURE article .feature-section-00:before, #FEATURE article .feature-section-01:before, #FEATURE article .feature-section-02:before, #FEATURE article .feature-section-03:before, #FEATURE article .feature-section-04:before {
    content: '';
    display: block;
    background: url("../images/common/bg-frame-top.png");
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100% auto;
    width: 100%;
    height: 62px;
    position: absolute;
    top: -60px;
  }
  #FEATURE article .feature-section-00:after, #FEATURE article .feature-section-01:after, #FEATURE article .feature-section-02:after, #FEATURE article .feature-section-03:after, #FEATURE article .feature-section-04:after {
    content: '';
    display: block;
    background: url("../images/common/bg-frame-bottom.png");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% auto;
    width: 100%;
    height: 87px;
    position: absolute;
    bottom: -85px;
  }
  #FEATURE article .feature-section-00 .section-title, #FEATURE article .feature-section-01 .section-title, #FEATURE article .feature-section-02 .section-title, #FEATURE article .feature-section-03 .section-title, #FEATURE article .feature-section-04 .section-title {
    padding-top: 0px;
  }
  #FEATURE article .feature-section-01 {
    margin: 15vh auto 32vw;
  }
  #FEATURE article .feature-section-00 {
    padding: 35px 0 5px;
  }
  #FEATURE article .feature-section-00:before {
    height: 70px;
  }
  #FEATURE article .feature-section-00:after {
    height: 89px;
    bottom: -89px;
  }
  #FEATURE article .feature-section-00 .feature-section-inner2 {
    width: 85%;
    margin: 0 auto;
  }
  #FEATURE article .feature-section-00 .feature-section-inner2 .feature-logo-box {
    width: 95%;
    margin: -5vw auto 0;
  }
  #FEATURE article .feature-section-00 .feature-section-inner2 .feature-logo-box .switch-logo {
    width: 20%;
    height: auto;
    margin-right: 2%;
  }
  #FEATURE article .feature-section-00 .feature-section-inner2 .feature-logo-box .rf5-logo {
    width: 80%;
  }
  #FEATURE article .feature-section-inner .section-text-box {
    max-width: 70vw;
    font-size: 12px;
    padding: 6vw 3vw;
    text-align: left;
  }
  #FEATURE article .feature-section-inner .section-text-box:before {
    width: 100%;
  }
  #FEATURE article .feature-section-inner .section-text-box:after {
    width: 100%;
  }
  #FEATURE article .feature-section-inner .thumbnail-list {
    max-width: 74vw;
    margin: 0 auto;
  }
  #FEATURE article .feature-section-inner .thumbnail-list ul {
    flex-wrap: wrap;
    justify-content: center;
  }
  #FEATURE article .feature-section-inner .thumbnail-list ul li {
    width: 48%;
    margin: 2% 1% 0;
  }
  #FEATURE article .feature-section-inner .section-copy {
    z-index: 100;
  }
  #FEATURE article .section-02-accent01 {
    width: 27vw;
    top: 57px;
    left: -8vw;
  }
  #FEATURE article .section-02-accent02 {
    width: 42vw;
    top: 57px;
    right: -11vw;
  }
  #FEATURE article .section-03-accent {
    margin-left: -2vw;
    margin-top: 10vw;
    width: 25vw;
  }
  #FEATURE article #container {
    display: none;
  }
  #FEATURE article #background_video {
    display: none;
  }
  #FEATURE article .bg-box {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("../images/feature/sp-bg_feature.jpg");
    background-repeat: repeat-y;
    background-position: top center;
    background-size: 280% auto;
    z-index: -5;
  }
  #FEATURE article .sp-feature-movie {
    display: block;
    margin: 0;
    position: absolute;
    top: 0;
    line-height: 0;
  }
  #FEATURE article .sp-feature-movie #sp-background_video {
    width: 100%;
  }
}
@media screen and (max-width: 479px) {
  #FEATURE article .feature-section-inner .thumbnail-list ul li {
    width: 100%;
    margin: 2% 0% 0;
  }
  #FEATURE article .section-03-accent {
    margin-left: -12vw;
    width: 43vw;
    height: 29vw;
    top: auto;
    bottom: 135px;
  }
}

/* ==========================================================================
   CHARACTER
   ========================================================================== */
#CHARACTER {
  /*SP
  ==========================*/
  /*背景*/
}
#CHARACTER article {
  overflow: hidden;
}
#CHARACTER article .character-title {
  text-align: center;
  margin: 100px auto 0;
}
#CHARACTER article .character-section .character-section-inner {
  width: 1185px;
  margin: 0 auto 170px;
}
#CHARACTER article .character-section .character-section-inner .chara-box {
  margin-top: 25px;
  display: flex;
  justify-content: space-between;
}
#CHARACTER article .character-section .character-section-inner .chara-box .chara-box-inner {
  vertical-align: top;
  display: flex;
  justify-content: space-between;
  width: 50%;
}
#CHARACTER article .character-section .character-section-inner .chara-box .chara-box-inner .chara-text {
  font-size: 15px;
  text-align: center;
  background-image: url("../images/character/chara-box-center.png");
  background-size: 100% 100%;
  padding: 25px 25px 20px;
  margin-top: 100px;
  position: relative;
  display: inline-table;
}
#CHARACTER article .character-section .character-section-inner .chara-box .chara-box-inner .chara-text:before {
  content: '';
  display: block;
  background: url("../images/character/chara-box-top.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
  width: 100%;
  height: 25px;
  position: absolute;
  top: -5px;
  left: 0;
}
#CHARACTER article .character-section .character-section-inner .chara-box .chara-box-inner .chara-text:after {
  content: '';
  display: block;
  background: url("../images/character/chara-box-bottom.png");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100% auto;
  width: 100%;
  height: 25px;
  position: absolute;
  bottom: -13px;
  left: 0;
}
#CHARACTER article .character-section .character-section-inner .chara-box .chara-box-inner .chara-text img {
  width: 100%;
  max-width: 154px;
}
#CHARACTER article .character-section .character-section-inner .chara-box .chara-box-inner .chara-text p {
  border-top: 1px solid #8a7600;
  margin-top: 8px;
  padding-top: 13px;
  line-height: 1.5em;
  color: #65645e;
  text-shadow: 0px 0px 5px #fff;
  text-align: left;
}
#CHARACTER article .character-section .character-section-inner .chara-box .chara-box-inner .chara-img {
  display: -webkit-inline-flex;
  display: inline-flex;
  align-items: flex-end;
}
#CHARACTER article .character-section .character-section-inner .chara-box .chara-box-inner .chara-img-01 {
  margin-top: 8px;
}
#CHARACTER article .character-section .character-section-inner .chara-box2 {
  margin-top: 480px;
  display: flex;
  justify-content: space-between;
}
#CHARACTER article .character-section .character-section-inner .chara-box2 .chara-box-inner {
  vertical-align: top;
  position: relative;
  display: flex;
  justify-content: center;
}
#CHARACTER article .character-section .character-section-inner .chara-box2 .chara-box-inner .chara-text {
  width: 250px;
  font-size: 14px;
  vertical-align: top;
  text-align: center;
  background-image: url("../images/character/chara-box-center.png");
  background-size: 100% 100%;
  padding: 25px 20px 20px;
  position: relative;
  word-break: keep-all;
  margin-top: -12px;
}
#CHARACTER article .character-section .character-section-inner .chara-box2 .chara-box-inner .chara-text:before {
  content: '';
  display: block;
  background: url("../images/character/chara-box-top.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
  width: 100%;
  height: 25px;
  position: absolute;
  top: -5px;
  left: 0;
}
#CHARACTER article .character-section .character-section-inner .chara-box2 .chara-box-inner .chara-text:after {
  content: '';
  display: block;
  background: url("../images/character/chara-box-bottom.png");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100% auto;
  width: 100%;
  height: 25px;
  position: absolute;
  bottom: -13px;
  left: 0;
}
#CHARACTER article .character-section .character-section-inner .chara-box2 .chara-box-inner .chara-text img {
  width: 100%;
  max-width: 154px;
}
#CHARACTER article .character-section .character-section-inner .chara-box2 .chara-box-inner .chara-text p {
  border-top: 1px solid #8a7600;
  margin-top: 8px;
  padding-top: 13px;
  line-height: 1.5em;
  color: #65645e;
  text-shadow: 0px 0px 5px #fff;
  text-align: left;
}
#CHARACTER article .character-section .character-section-inner .chara-box2 .chara-box-inner .chara-img {
  position: absolute;
  top: -540px;
}
#CHARACTER article .character-section .character-section-inner .chara-box2 .chara-box-inner .chara-img img {
  max-width: 290px;
}
#CHARACTER article .character-section .character-section-inner .chara-box2 .chara-box-inner .chara-img-04 {
  top: -495px;
}
#CHARACTER article .character-section .character-section-inner .chara-box2 .chara-box-inner .chara-img-05 {
  top: -543px;
}
#CHARACTER article .character-section .character-section-inner .chara-box2 .chara-box-inner .chara-img-06 {
  top: -577px;
}
#CHARACTER article .character-section .character-section-inner .chara-box2 .chara-box-inner .chara-img-07 {
  width: 126%;
  top: -445px;
}
#CHARACTER article .character-section .character-section-inner .chara-box2 .chara-box-inner .chara-img-07 img {
  max-width: 365px;
}
#CHARACTER article .character-section .character-section-inner .chara-box2 .chara-box-inner .chara-img-08 {
  width: 105%;
  top: -454px;
}
#CHARACTER article .character-section .character-section-inner .chara-box2 .chara-box-inner .chara-img-08 img {
  max-width: 305px;
}
#CHARACTER article .character-section .character-section-inner .chara-box2 .chara-box-inner .chara-img-09 {
  top: -529px;
}
#CHARACTER article .character-section .character-section-inner .chara-box2 .chara-box-inner .chara-img-10 {
  top: -440px;
}
#CHARACTER article .character-section .character-section-inner .chara-box2 .chara-box-inner .chara-img-11 {
  top: -520px;
}
#CHARACTER article .character-section .character-section-inner .chara-box2 .chara-box-inner .chara-img-12 {
  top: -490px;
}
#CHARACTER article .character-section .character-section-inner .chara-box2 .chara-box-inner .chara-img-13 {
  top: -521px;
}
#CHARACTER article .character-section .character-section-inner .chara-box2 .chara-box-inner .chara-img-14 {
  top: -535px;
}
#CHARACTER article .character-section .character-section-inner .chara-box3 {
  margin-top: 510px;
}
#CHARACTER article .character-section .character-section-inner .chara-box4 {
  margin-top: 507px;
}
@media screen and (max-width: 767px) {
  #CHARACTER article .character-title {
    margin: 10vw auto 0;
  }
  #CHARACTER article .character-section .character-section-inner {
    width: 100%;
    max-width: 767px;
    margin: 0 auto 32vw;
  }
  #CHARACTER article .character-section .character-section-inner .chara-box {
    margin-top: 15vw;
    flex-wrap: wrap;
  }
  #CHARACTER article .character-section .character-section-inner .chara-box .chara-box-inner {
    width: 100%;
    margin: 0 5vw;
  }
  #CHARACTER article .character-section .character-section-inner .chara-box .chara-box-inner .chara-text {
    padding: 4vw 2vw 3vw;
    margin-top: 15vw;
    width: 45%;
    max-width: 270px;
    word-break: break-all;
  }
  #CHARACTER article .character-section .character-section-inner .chara-box .chara-box-inner .chara-text img {
    max-width: 110px;
  }
  #CHARACTER article .character-section .character-section-inner .chara-box .chara-box-inner .chara-text p {
    width: 100%;
    max-width: 240px;
    margin: 8px auto;
    line-height: 1.5em;
    text-align: left;
    word-break: break-all;
  }
  #CHARACTER article .character-section .character-section-inner .chara-box .chara-box-inner .chara-img {
    width: 50%;
    align-items: center;
    justify-content: center;
  }
  #CHARACTER article .character-section .character-section-inner .chara-box .chara-box-inner .chara-img-01 {
    margin-top: -55px;
  }
  #CHARACTER article .character-section .character-section-inner .chara-box .chara-box-inner .chara-img-02 {
    margin-top: -25px;
  }
  #CHARACTER article .character-section .character-section-inner .chara-box .chara-box-inner .chara-text-02 {
    margin-left: 0;
    margin-top: 17vw;
  }
  #CHARACTER article .character-section .character-section-inner .chara-box2 {
    margin: 460px 5vw 0;
    flex-wrap: wrap;
  }
  #CHARACTER article .character-section .character-section-inner .chara-box2 .chara-box-inner {
    width: 47%;
    margin: 0 1vw;
    flex-wrap: wrap;
  }
  #CHARACTER article .character-section .character-section-inner .chara-box2 .chara-box-inner .chara-text {
    width: 100%;
    max-width: 225px;
    padding: 4vw 2vw 3vw;
    word-break: normal;
  }
  #CHARACTER article .character-section .character-section-inner .chara-box2 .chara-box-inner .chara-text img {
    max-width: 110px;
  }
  #CHARACTER article .character-section .character-section-inner .chara-box2 .chara-box-inner .chara-text p {
    text-align: left;
  }
  #CHARACTER article .character-section .character-section-inner .chara-box2 .chara-box-inner .chara-img {
    width: 50vw;
    top: -505px;
    max-width: 270px;
  }
  #CHARACTER article .character-section .character-section-inner .chara-box2 .chara-box-inner .chara-img img {
    max-width: 270px;
  }
  #CHARACTER article .character-section .character-section-inner .chara-box2 .chara-box-inner .chara-img-04 {
    top: -460px;
  }
  #CHARACTER article .character-section .character-section-inner .chara-box2 .chara-box-inner .chara-img-06 {
    top: -536px;
  }
  #CHARACTER article .character-section .character-section-inner .chara-box2 .chara-box-inner .chara-img-07 {
    width: 160%;
    left: 50%;
    transform: translate(-50%, 0%);
    margin-left: -20px;
    top: -448px;
    max-width: 357px;
  }
  #CHARACTER article .character-section .character-section-inner .chara-box2 .chara-box-inner .chara-img-07 img {
    max-width: 357px;
  }
  #CHARACTER article .character-section .character-section-inner .chara-box2 .chara-box-inner .chara-img-08 {
    width: 130%;
    left: 50%;
    transform: translate(-50%, 0%);
    top: -448px;
    max-width: 299px;
  }
  #CHARACTER article .character-section .character-section-inner .chara-box2 .chara-box-inner .chara-img-08 img {
    max-width: 299px;
  }
  #CHARACTER article .character-section .character-section-inner .chara-box2 .chara-box-inner .chara-img-09 {
    top: -494px;
  }
  #CHARACTER article .character-section .character-section-inner .chara-box2 .chara-box-inner .chara-img-10 {
    top: -414px;
  }
  #CHARACTER article .character-section .character-section-inner .chara-box2 .chara-box-inner .chara-img-11 {
    top: -486px;
  }
  #CHARACTER article .character-section .character-section-inner .chara-box2 .chara-box-inner .chara-img-12 {
    top: -460px;
  }
  #CHARACTER article .character-section .character-section-inner .chara-box2 .chara-box-inner .chara-img-13 {
    top: -489px;
  }
  #CHARACTER article .character-section .character-section-inner .chara-box2 .chara-box-inner .chara-img-14 {
    top: -502px;
  }
  #CHARACTER article .character-section .character-section-inner .chara-box2 .chara-col-sp {
    margin-top: 525px;
  }
  #CHARACTER article .character-section .character-section-inner .chara-box3 {
    margin: 485px 5vw 0;
  }
  #CHARACTER article .character-section .character-section-inner .chara-box3 .chara-col-sp {
    margin-top: 473px;
  }
  #CHARACTER article .character-section .character-section-inner .chara-box4 {
    margin: 462px 5vw 0;
  }
  #CHARACTER article .character-section .character-section-inner .chara-box4 .chara-col-sp {
    margin-top: 495px;
  }
}
@media screen and (max-width: 479px) {
  #CHARACTER .chara-box .chara-box-inner .chara-text {
    font-size: 3vw !important;
  }
  #CHARACTER .chara-box .chara-box-inner .chara-text img {
    width: 90%;
  }
  #CHARACTER .chara-box .chara-box-inner .chara-text:after {
    bottom: -7px !important;
  }
  #CHARACTER .chara-box .chara-box-inner .chara-text p {
    text-align: left;
    line-height: 140% !important;
  }
  #CHARACTER .chara-box .chara-box-inner .chara-img-01, #CHARACTER .chara-box .chara-box-inner .chara-img-02 {
    margin-top: 0 !important;
  }
  #CHARACTER .chara-box2 {
    margin: 95vw 5vw 0 !important;
  }
  #CHARACTER .chara-box2 .chara-box-inner .chara-text {
    padding: 4vw 3.5vw 3vw !important;
    font-size: 3vw !important;
  }
  #CHARACTER .chara-box2 .chara-box-inner .chara-text:after {
    bottom: -7px !important;
  }
  #CHARACTER .chara-box2 .chara-box-inner .chara-text p {
    text-align: left;
    line-height: 140% !important;
  }
  #CHARACTER .chara-box2 .chara-box-inner .chara-img {
    width: 55vw !important;
    top: -105vw !important;
  }
  #CHARACTER .chara-box2 .chara-box-inner .chara-img img {
    max-width: -webkit-fill-available !important;
  }
  #CHARACTER .chara-box2 .chara-box-inner .chara-img-04 {
    top: -97vw !important;
  }
  #CHARACTER .chara-box2 .chara-box-inner .chara-img-05 {
    top: -107vw !important;
  }
  #CHARACTER .chara-box2 .chara-box-inner .chara-img-06 {
    top: -114vw !important;
  }
  #CHARACTER .chara-box2 .chara-box-inner .chara-img-07 {
    width: 73vw !important;
    top: -90vw !important;
  }
  #CHARACTER .chara-box2 .chara-box-inner .chara-img-08 {
    width: 60vw !important;
    top: -92vw !important;
    left: 60% !important;
  }
  #CHARACTER .chara-box2 .chara-box-inner .chara-img-09 {
    top: -104vw !important;
  }
  #CHARACTER .chara-box2 .chara-box-inner .chara-img-10 {
    top: -87vw !important;
  }
  #CHARACTER .chara-box2 .chara-box-inner .chara-img-11, #CHARACTER .chara-box2 .chara-box-inner .chara-img-13 {
    top: -102vw !important;
  }
  #CHARACTER .chara-box2 .chara-box-inner .chara-img-12 {
    top: -97vw !important;
  }
  #CHARACTER .chara-box2 .chara-box-inner .chara-img-14 {
    top: -105vw !important;
  }
  #CHARACTER .chara-box2 .chara-col-sp {
    margin-top: 115vw !important;
  }
  #CHARACTER .chara-box3 .chara-col-sp, #CHARACTER .chara-box4 .chara-col-sp {
    margin-top: 100vw !important;
  }
}
@media screen and (max-width: 767px) {
  #CHARACTER _:-ms-lang(x)::-ms-backdrop, #CHARACTER .chara-box-inner {
    flex-wrap: nowrap !important;
  }
}
#CHARACTER .chara-pc {
  display: block;
}
@media screen and (max-width: 767px) {
  #CHARACTER .chara-pc {
    display: none;
  }
}
#CHARACTER .chara-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  #CHARACTER .chara-sp {
    display: block;
  }
}
#CHARACTER .bg-list div {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#CHARACTER .bg-list .bg-white {
  background-image: url("../images/top/bg_white.png");
  background-repeat: repeat-y;
  background-position: top center;
  z-index: -1;
}
#CHARACTER .bg-list .bg-character {
  background-image: url("../images/top/bg_character.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  z-index: -2;
}

/* ==========================================================================
   PRODUCT
   ========================================================================== */
#PRODUCT, #PRODUCT2 {
  /*背景*/
  /*SP
	==========================*/
}
#PRODUCT article .product-title, #PRODUCT2 article .product-title {
  text-align: center;
  margin: 100px auto 0;
}
#PRODUCT article .product-nav, #PRODUCT2 article .product-nav {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
}
#PRODUCT article .product-nav li, #PRODUCT2 article .product-nav li {
  max-width: 200px;
  margin: 0 10px 10px 10px;
}
#PRODUCT article .product-nav li:first-child, #PRODUCT2 article .product-nav li:first-child {
  margin-left: 0;
}
#PRODUCT article .product-nav li:last-child, #PRODUCT2 article .product-nav li:last-child {
  margin-right: 0;
}
#PRODUCT article .product-nav li.new, #PRODUCT2 article .product-nav li.new {
  position: relative;
}
#PRODUCT article .product-nav li.new:after, #PRODUCT2 article .product-nav li.new:after {
  position: absolute;
  content: "";
  top: -5px;
  right: 0;
  background-size: 100%;
  background-image: url("../images/header/new-ov-icon.png");
  width: 43px;
  height: 14px;
}
#PRODUCT article .product-section, #PRODUCT2 article .product-section {
  max-width: 944px;
  height: auto;
  width: 100%;
  margin: 80px auto 100px;
  padding-bottom: 1px;
  position: relative;
  text-align: center;
  background: url("../images/common/bg-l-frame-middle.png");
  background-repeat: repeat-y;
  background-position: top center;
  background-size: 100% auto;
}
#PRODUCT article .product-section:before, #PRODUCT2 article .product-section:before {
  content: '';
  display: block;
  background: url("../images/common/bg-l-frame-top.png");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100% auto;
  width: 100%;
  height: 62px;
  position: absolute;
  top: -60px;
}
#PRODUCT article .product-section:after, #PRODUCT2 article .product-section:after {
  content: '';
  display: block;
  background: url("../images/common/bg-l-frame-bottom.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
  width: 100%;
  height: 53px;
  position: absolute;
  bottom: -37px;
}
#PRODUCT article .product-section-inner, #PRODUCT2 article .product-section-inner {
  text-align: center;
  position: relative;
}
#PRODUCT article .product-section-inner .section-title, #PRODUCT2 article .product-section-inner .section-title {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
  padding-top: 20px;
  position: relative;
  z-index: 10;
}
#PRODUCT article .product-section-inner .limited-h3, #PRODUCT2 article .product-section-inner .limited-h3 {
  max-width: 894px;
  width: 100%;
}
#PRODUCT article .product-section-inner .nomal-h3, #PRODUCT2 article .product-section-inner .nomal-h3 {
  max-width: 297px;
  width: 100%;
}
#PRODUCT article .product-section-inner .dlc-h3, #PRODUCT2 article .product-section-inner .dlc-h3 {
  max-width: 370px;
  width: 100%;
}
#PRODUCT article .product-section-inner .limited-h4, #PRODUCT2 article .product-section-inner .limited-h4 {
  max-width: 633px;
  width: 100%;
  margin: 25px auto 40px;
}
#PRODUCT article .product-section-inner .nomal-h4, #PRODUCT2 article .product-section-inner .nomal-h4 {
  max-width: 280px;
  width: 100%;
  margin: 10px auto;
}
#PRODUCT article .product-section-inner .limited-img, #PRODUCT2 article .product-section-inner .limited-img {
  display: inline-block;
  position: relative;
  margin-bottom: 45px;
}
#PRODUCT article .product-section-inner .limited-img:before, #PRODUCT2 article .product-section-inner .limited-img:before {
  content: "";
  position: absolute;
  background: url("../images/product/product1/badge-limited-02.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  top: 0;
  right: 0;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  width: 108px;
  height: 107px;
}
#PRODUCT article .product-section-inner .blueboard, #PRODUCT2 article .product-section-inner .blueboard {
  max-width: 875px;
  height: auto;
  width: 100%;
  margin: 80px auto 100px;
  position: relative;
  text-align: center;
  background: url("../images/product/product1/blueboard-middle.png");
  background-repeat: repeat-y;
  background-position: top center;
  background-size: 100% auto;
}
#PRODUCT article .product-section-inner .blueboard:before, #PRODUCT2 article .product-section-inner .blueboard:before {
  content: '';
  display: block;
  background: url("../images/product/product1/blueboard-top.png");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100% auto;
  width: 100%;
  height: 40px;
  position: absolute;
  top: -40px;
}
#PRODUCT article .product-section-inner .blueboard:after, #PRODUCT2 article .product-section-inner .blueboard:after {
  content: '';
  display: block;
  background: url("../images/product/product1/blueboard-bottom.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
  width: 100%;
  height: 40px;
  position: absolute;
  bottom: -40px;
}
#PRODUCT article .product-section-inner .limited-box h4 img, #PRODUCT2 article .product-section-inner .limited-box h4 img {
  max-width: 852px;
  width: 100%;
}
#PRODUCT article .product-section-inner .limited-box .limited-box-inner, #PRODUCT2 article .product-section-inner .limited-box .limited-box-inner {
  display: flex;
  padding: 0 15px;
  margin-top: 30px;
  position: relative;
}
#PRODUCT article .product-section-inner .limited-box .limited-box-inner:after, #PRODUCT2 article .product-section-inner .limited-box .limited-box-inner:after {
  content: "";
  position: absolute;
  background: url("../images/product/product1/blue-line.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 100%;
  max-width: 802px;
  height: 2px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}
#PRODUCT article .product-section-inner .limited-box .limited-box-inner .box h5, #PRODUCT2 article .product-section-inner .limited-box .limited-box-inner .box h5 {
  text-align: left;
}
#PRODUCT article .product-section-inner .limited-box .limited-box-inner .box h5 img, #PRODUCT2 article .product-section-inner .limited-box .limited-box-inner .box h5 img {
  vertical-align: middle;
  display: inline-block;
}
#PRODUCT article .product-section-inner .limited-box .limited-box-inner .box h5 .badge, #PRODUCT2 article .product-section-inner .limited-box .limited-box-inner .box h5 .badge {
  width: 100%;
  max-width: 72px;
}
#PRODUCT article .product-section-inner .limited-box .limited-box-inner .box .item, #PRODUCT2 article .product-section-inner .limited-box .limited-box-inner .box .item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
#PRODUCT article .product-section-inner .limited-box .limited-box-inner .box p, #PRODUCT2 article .product-section-inner .limited-box .limited-box-inner .box p {
  font-size: 16px;
  font-size: 1em;
  color: #65645e;
  text-shadow: 0px 0px 5px #fff;
  margin: 20px 30px 30px;
  text-align: left;
  line-height: 1.4;
}
#PRODUCT article .product-section-inner .limited-box .limited-box-inner .box1, #PRODUCT2 article .product-section-inner .limited-box .limited-box-inner .box1 {
  width: 45%;
}
#PRODUCT article .product-section-inner .limited-box .limited-box-inner .box1 h5 .title-01, #PRODUCT2 article .product-section-inner .limited-box .limited-box-inner .box1 h5 .title-01 {
  width: 100%;
  max-width: 277px;
}
#PRODUCT article .product-section-inner .limited-box .limited-box-inner .box1 .item, #PRODUCT2 article .product-section-inner .limited-box .limited-box-inner .box1 .item {
  width: 100%;
  max-width: 308px;
  margin-left: auto;
  margin-right: auto;
}
#PRODUCT article .product-section-inner .limited-box .limited-box-inner .box2, #PRODUCT2 article .product-section-inner .limited-box .limited-box-inner .box2 {
  width: 55%;
}
#PRODUCT article .product-section-inner .limited-box .limited-box-inner .box2 h5 .title-02, #PRODUCT2 article .product-section-inner .limited-box .limited-box-inner .box2 h5 .title-02 {
  width: 100%;
  max-width: 367px;
}
#PRODUCT article .product-section-inner .limited-box .limited-box-inner .box2 p, #PRODUCT2 article .product-section-inner .limited-box .limited-box-inner .box2 p {
  margin-left: 50px;
}
#PRODUCT article .product-section-inner .limited-box .limited-box-inner .box2 .item, #PRODUCT2 article .product-section-inner .limited-box .limited-box-inner .box2 .item {
  width: 100%;
  max-width: 401px;
  margin-left: auto;
  margin-right: auto;
}
#PRODUCT article .product-section-inner .limited-box .limited-box-inner .box3 h5 .title-03, #PRODUCT2 article .product-section-inner .limited-box .limited-box-inner .box3 h5 .title-03 {
  width: 100%;
  max-width: 389px;
}
#PRODUCT article .product-section-inner .limited-box .limited-box-inner .box3 .box3-inner, #PRODUCT2 article .product-section-inner .limited-box .limited-box-inner .box3 .box3-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#PRODUCT article .product-section-inner .limited-box .limited-box-inner .box3 .box3-inner img, #PRODUCT2 article .product-section-inner .limited-box .limited-box-inner .box3 .box3-inner img {
  width: 45%;
  max-width: 308px;
  height: auto;
  margin: 0 auto;
}
#PRODUCT article .product-section-inner .limited-box .limited-box-inner .box3 .box3-inner .box3-inner-right, #PRODUCT2 article .product-section-inner .limited-box .limited-box-inner .box3 .box3-inner .box3-inner-right {
  width: 50%;
}
#PRODUCT article .product-section-inner .limited-box .limited-box-inner .box3 .box3-inner .box3-inner-right .section-text-box, #PRODUCT2 article .product-section-inner .limited-box .limited-box-inner .box3 .box3-inner .box3-inner-right .section-text-box {
  background: #fcfcfb;
  width: 100%;
  margin: 20px auto 0;
  line-height: 1.75;
  position: relative;
  font-size: 12.5px;
  text-align: left;
  padding: 15px;
  -moz-box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.29);
  -webkit-box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.29);
  -ms-box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.29);
  box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.29);
  color: #65645e;
}
#PRODUCT article .product-section-inner .limited-box .limited-box-inner .box3 .box3-inner .box3-inner-right .section-text-box h6, #PRODUCT2 article .product-section-inner .limited-box .limited-box-inner .box3 .box3-inner .box3-inner-right .section-text-box h6 {
  font-size: 17px;
  border-bottom: 1px solid #8a7600;
  font-weight: bold;
  padding-left: 5px;
}
#PRODUCT article .product-section-inner .limited-box .limited-box-inner .box3 .box3-inner .box3-inner-right .section-text-box dl, #PRODUCT2 article .product-section-inner .limited-box .limited-box-inner .box3 .box3-inner .box3-inner-right .section-text-box dl {
  padding-left: 5px;
  margin-top: 5px;
}
#PRODUCT article .product-section-inner .limited-box .limited-box-inner .box3 .box3-inner .box3-inner-right .section-text-box dl dt, #PRODUCT2 article .product-section-inner .limited-box .limited-box-inner .box3 .box3-inner .box3-inner-right .section-text-box dl dt {
  float: left;
}
#PRODUCT article .product-section-inner .limited-box .limited-box-inner .box3 .box3-inner .box3-inner-right .section-text-box dl dd, #PRODUCT2 article .product-section-inner .limited-box .limited-box-inner .box3 .box3-inner .box3-inner-right .section-text-box dl dd {
  margin-left: 70px;
}
#PRODUCT article .product-section-inner .limited-box .limited-box-inner .box4, #PRODUCT2 article .product-section-inner .limited-box .limited-box-inner .box4 {
  width: 100%;
}
#PRODUCT article .product-section-inner .limited-box .limited-box-inner .box4 h5 .title-04, #PRODUCT2 article .product-section-inner .limited-box .limited-box-inner .box4 h5 .title-04 {
  width: 100%;
  max-width: 566px;
}
#PRODUCT article .product-section-inner .limited-box .limited-box-inner .box4 .character-img, #PRODUCT2 article .product-section-inner .limited-box .limited-box-inner .box4 .character-img {
  margin: 20px auto 5px;
  width: 100%;
  max-width: 770px;
}
#PRODUCT article .product-section-inner .limited-box .limited-box-inner .box5, #PRODUCT2 article .product-section-inner .limited-box .limited-box-inner .box5 {
  width: 60%;
}
#PRODUCT article .product-section-inner .limited-box .limited-box-inner .box5 h5 .title-05, #PRODUCT2 article .product-section-inner .limited-box .limited-box-inner .box5 h5 .title-05 {
  width: 100%;
  max-width: 406px;
}
#PRODUCT article .product-section-inner .limited-box .limited-box-inner .box5 .item-05, #PRODUCT2 article .product-section-inner .limited-box .limited-box-inner .box5 .item-05 {
  width: 100%;
  max-width: 174px;
}
#PRODUCT article .product-section-inner .limited-box .limited-box-inner .product-note, #PRODUCT2 article .product-section-inner .limited-box .limited-box-inner .product-note {
  width: 40%;
}
#PRODUCT article .product-section-inner .limited-box .limited-box-inner .product-note ul, #PRODUCT2 article .product-section-inner .limited-box .limited-box-inner .product-note ul {
  text-align: left;
  max-width: 780px;
  width: 100%;
  font-size: 12px;
  line-height: 1.1;
  color: #65645e;
  text-shadow: 0px 0px 5px #fff;
}
#PRODUCT article .product-section-inner .limited-box .limited-box-inner .product-note ul li, #PRODUCT2 article .product-section-inner .limited-box .limited-box-inner .product-note ul li {
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 0.5em;
}
#PRODUCT article .product-section-inner .limited-box .box-content-end, #PRODUCT2 article .product-section-inner .limited-box .box-content-end {
  align-items: flex-end;
}
#PRODUCT article .product-section-inner .limited-box .box-content-end:after, #PRODUCT2 article .product-section-inner .limited-box .box-content-end:after {
  content: none;
}
#PRODUCT article .product-section-inner .dlc-box h4 img, #PRODUCT2 article .product-section-inner .dlc-box h4 img {
  max-width: 852px;
  width: 100%;
}
#PRODUCT article .product-section-inner .dlc-box .dlc-box-inner, #PRODUCT2 article .product-section-inner .dlc-box .dlc-box-inner {
  display: flex;
  padding: 0 15px;
  margin-bottom: 30px;
  position: relative;
}
#PRODUCT article .product-section-inner .dlc-box .dlc-box-inner:first-child, #PRODUCT2 article .product-section-inner .dlc-box .dlc-box-inner:first-child {
  margin-top: 0px;
}
#PRODUCT article .product-section-inner .dlc-box .dlc-box-inner:after, #PRODUCT2 article .product-section-inner .dlc-box .dlc-box-inner:after {
  position: absolute;
  background: url("../images/product/product1/blue-line.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 100%;
  max-width: 802px;
  height: 2px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}
#PRODUCT article .product-section-inner .dlc-box .dlc-box-inner .box h5, #PRODUCT2 article .product-section-inner .dlc-box .dlc-box-inner .box h5 {
  text-align: left;
}
#PRODUCT article .product-section-inner .dlc-box .dlc-box-inner .box h5 img, #PRODUCT2 article .product-section-inner .dlc-box .dlc-box-inner .box h5 img {
  vertical-align: middle;
  display: inline-block;
}
#PRODUCT article .product-section-inner .dlc-box .dlc-box-inner .box h5 .badge, #PRODUCT2 article .product-section-inner .dlc-box .dlc-box-inner .box h5 .badge {
  width: 100%;
  max-width: 72px;
}
#PRODUCT article .product-section-inner .dlc-box .dlc-box-inner .box .item, #PRODUCT2 article .product-section-inner .dlc-box .dlc-box-inner .box .item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
#PRODUCT article .product-section-inner .dlc-box .dlc-box-inner .box p, #PRODUCT2 article .product-section-inner .dlc-box .dlc-box-inner .box p {
  font-size: 16px;
  font-size: 1em;
  color: #65645e;
  text-shadow: 0px 0px 5px #fff;
  margin: 20px 30px 30px;
  text-align: left;
  line-height: 1.4;
}
#PRODUCT article .product-section-inner .dlc-box .dlc-box-inner .box1, #PRODUCT2 article .product-section-inner .dlc-box .dlc-box-inner .box1 {
  width: 45%;
}
#PRODUCT article .product-section-inner .dlc-box .dlc-box-inner .box1 h5 .title-01, #PRODUCT2 article .product-section-inner .dlc-box .dlc-box-inner .box1 h5 .title-01 {
  width: 100%;
  max-width: 277px;
}
#PRODUCT article .product-section-inner .dlc-box .dlc-box-inner .box1 .item, #PRODUCT2 article .product-section-inner .dlc-box .dlc-box-inner .box1 .item {
  width: 100%;
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
}
#PRODUCT article .product-section-inner .dlc-box .dlc-box-inner .box2, #PRODUCT2 article .product-section-inner .dlc-box .dlc-box-inner .box2 {
  width: 55%;
}
#PRODUCT article .product-section-inner .dlc-box .dlc-box-inner .box2 h5 .title-02, #PRODUCT2 article .product-section-inner .dlc-box .dlc-box-inner .box2 h5 .title-02 {
  width: 100%;
  max-width: 367px;
}
#PRODUCT article .product-section-inner .dlc-box .dlc-box-inner .box2 p, #PRODUCT2 article .product-section-inner .dlc-box .dlc-box-inner .box2 p {
  margin-left: 50px;
}
#PRODUCT article .product-section-inner .dlc-box .dlc-box-inner .box2 .item, #PRODUCT2 article .product-section-inner .dlc-box .dlc-box-inner .box2 .item {
  width: 100%;
  max-width: 401px;
  margin-left: auto;
  margin-right: auto;
}
#PRODUCT article .product-section-inner .dlc-box .dlc-box-inner .box3 h5 .title-03, #PRODUCT2 article .product-section-inner .dlc-box .dlc-box-inner .box3 h5 .title-03 {
  width: 100%;
  max-width: 389px;
}
#PRODUCT article .product-section-inner .dlc-box .dlc-box-inner .box3 .box3-inner, #PRODUCT2 article .product-section-inner .dlc-box .dlc-box-inner .box3 .box3-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#PRODUCT article .product-section-inner .dlc-box .dlc-box-inner .box3 .box3-inner img, #PRODUCT2 article .product-section-inner .dlc-box .dlc-box-inner .box3 .box3-inner img {
  width: 45%;
  max-width: 350px;
  height: auto;
  margin: 0 auto;
}
#PRODUCT article .product-section-inner .dlc-box .dlc-box-inner .box3 .box3-inner.box3-inner2 img, #PRODUCT2 article .product-section-inner .dlc-box .dlc-box-inner .box3 .box3-inner.box3-inner2 img {
  width: 100%;
  max-width: 350px;
  height: auto;
  margin: 0 auto;
}
#PRODUCT article .product-section-inner .dlc-box .dlc-box-inner .box3 .box3-inner.box3-inner2 p, #PRODUCT2 article .product-section-inner .dlc-box .dlc-box-inner .box3 .box3-inner.box3-inner2 p {
  margin: 10px 15px 30px;
}
#PRODUCT article .product-section-inner .dlc-box .dlc-box-inner .box3 .box3-inner.box3-inner2 .box3-inner2-left, #PRODUCT2 article .product-section-inner .dlc-box .dlc-box-inner .box3 .box3-inner.box3-inner2 .box3-inner2-left {
  width: 45%;
}
@media screen and (max-width: 767px) {
  #PRODUCT article .product-section-inner .dlc-box .dlc-box-inner .box3 .box3-inner.box3-inner2 .box3-inner2-left, #PRODUCT2 article .product-section-inner .dlc-box .dlc-box-inner .box3 .box3-inner.box3-inner2 .box3-inner2-left {
    width: 100%;
  }
}
#PRODUCT article .product-section-inner .dlc-box .dlc-box-inner .box3 .box3-inner .box3-inner-right, #PRODUCT2 article .product-section-inner .dlc-box .dlc-box-inner .box3 .box3-inner .box3-inner-right {
  width: 55%;
}
#PRODUCT article .product-section-inner .dlc-box .dlc-box-inner .box3 .box3-inner .box3-inner-right p, #PRODUCT2 article .product-section-inner .dlc-box .dlc-box-inner .box3 .box3-inner .box3-inner-right p {
  margin: 10px 0px 10px;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  #PRODUCT article .product-section-inner .dlc-box .dlc-box-inner .box3 .box3-inner .box3-inner-right p, #PRODUCT2 article .product-section-inner .dlc-box .dlc-box-inner .box3 .box3-inner .box3-inner-right p {
    font-size: 3.5vw;
  }
}
#PRODUCT article .product-section-inner .dlc-box .dlc-box-inner .box3 .box3-inner .box3-inner-right .box-h5, #PRODUCT2 article .product-section-inner .dlc-box .dlc-box-inner .box3 .box3-inner .box3-inner-right .box-h5 {
  font-weight: bold;
}
#PRODUCT article .product-section-inner .dlc-box .dlc-box-inner .box3 .box3-inner .box3-inner-right .col_red, #PRODUCT2 article .product-section-inner .dlc-box .dlc-box-inner .box3 .box3-inner .box3-inner-right .col_red {
  color: #c90133;
}
#PRODUCT article .product-section-inner .dlc-box .dlc-box-inner .box3 .box3-inner .box3-inner-right p.caution, #PRODUCT2 article .product-section-inner .dlc-box .dlc-box-inner .box3 .box3-inner .box3-inner-right p.caution {
  font-size: 12px;
  text-align: right;
}
#PRODUCT article .product-section-inner .dlc-box .dlc-box-inner .box3 .box3-inner .box3-inner-right .section-text-box, #PRODUCT2 article .product-section-inner .dlc-box .dlc-box-inner .box3 .box3-inner .box3-inner-right .section-text-box {
  background: #fcfcfb;
  margin: 0px auto 0;
  line-height: 1.75;
  position: relative;
  font-size: 12.5px;
  text-align: left;
  padding: 15px;
  -moz-box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.29);
  -webkit-box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.29);
  -ms-box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.29);
  box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.29);
  color: #65645e;
  width: 80%;
}
#PRODUCT article .product-section-inner .dlc-box .dlc-box-inner .box3 .box3-inner .box3-inner-right .section-text-box h6, #PRODUCT2 article .product-section-inner .dlc-box .dlc-box-inner .box3 .box3-inner .box3-inner-right .section-text-box h6 {
  font-size: 17px;
  border-bottom: 1px solid #8a7600;
  font-weight: bold;
  padding-left: 5px;
}
#PRODUCT article .product-section-inner .dlc-box .dlc-box-inner .box3 .box3-inner .box3-inner-right .section-text-box dl, #PRODUCT2 article .product-section-inner .dlc-box .dlc-box-inner .box3 .box3-inner .box3-inner-right .section-text-box dl {
  padding-left: 5px;
  margin-top: 5px;
}
#PRODUCT article .product-section-inner .dlc-box .dlc-box-inner .box3 .box3-inner .box3-inner-right .section-text-box dl dt, #PRODUCT2 article .product-section-inner .dlc-box .dlc-box-inner .box3 .box3-inner .box3-inner-right .section-text-box dl dt {
  float: left;
}
#PRODUCT article .product-section-inner .dlc-box .dlc-box-inner .box3 .box3-inner .box3-inner-right .section-text-box dl dd, #PRODUCT2 article .product-section-inner .dlc-box .dlc-box-inner .box3 .box3-inner .box3-inner-right .section-text-box dl dd {
  margin-left: 70px;
}
#PRODUCT article .product-section-inner .dlc-box .dlc-box-inner .box4, #PRODUCT2 article .product-section-inner .dlc-box .dlc-box-inner .box4 {
  width: 100%;
}
#PRODUCT article .product-section-inner .dlc-box .dlc-box-inner .box4 h5 .title-04, #PRODUCT2 article .product-section-inner .dlc-box .dlc-box-inner .box4 h5 .title-04 {
  width: 100%;
  max-width: 566px;
}
#PRODUCT article .product-section-inner .dlc-box .dlc-box-inner .box4 .character-img, #PRODUCT2 article .product-section-inner .dlc-box .dlc-box-inner .box4 .character-img {
  margin: 20px auto 5px;
  width: 100%;
  max-width: 770px;
}
#PRODUCT article .product-section-inner .dlc-box .dlc-box-inner .box5, #PRODUCT2 article .product-section-inner .dlc-box .dlc-box-inner .box5 {
  width: 60%;
}
#PRODUCT article .product-section-inner .dlc-box .dlc-box-inner .box5 h5 .title-05, #PRODUCT2 article .product-section-inner .dlc-box .dlc-box-inner .box5 h5 .title-05 {
  width: 100%;
  max-width: 406px;
}
#PRODUCT article .product-section-inner .dlc-box .dlc-box-inner .box5 .item-05, #PRODUCT2 article .product-section-inner .dlc-box .dlc-box-inner .box5 .item-05 {
  width: 100%;
  max-width: 174px;
}
#PRODUCT article .product-section-inner .dlc-box .dlc-box-inner .product-note, #PRODUCT2 article .product-section-inner .dlc-box .dlc-box-inner .product-note {
  width: 40%;
}
#PRODUCT article .product-section-inner .dlc-box .dlc-box-inner .product-note ul, #PRODUCT2 article .product-section-inner .dlc-box .dlc-box-inner .product-note ul {
  text-align: left;
  max-width: 780px;
  width: 100%;
  font-size: 12px;
  line-height: 1.1;
  color: #65645e;
  text-shadow: 0px 0px 5px #fff;
}
#PRODUCT article .product-section-inner .dlc-box .dlc-box-inner .product-note ul li, #PRODUCT2 article .product-section-inner .dlc-box .dlc-box-inner .product-note ul li {
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 0.5em;
}
#PRODUCT article .product-section-inner .dlc-box .box-content-end, #PRODUCT2 article .product-section-inner .dlc-box .box-content-end {
  align-items: flex-end;
}
#PRODUCT article .product-section-inner .dlc-box .box-content-end:after, #PRODUCT2 article .product-section-inner .dlc-box .box-content-end:after {
  content: none;
}
#PRODUCT article .border-line, #PRODUCT2 article .border-line {
  border-bottom: 1px solid #8a7600;
  width: 100%;
  max-width: 944px;
  margin: 0 auto;
  margin-bottom: 110px;
}
#PRODUCT article #limited, #PRODUCT2 article #limited {
  margin-top: -30px;
  padding-top: 80px;
}
#PRODUCT article #nomal, #PRODUCT2 article #nomal {
  margin-top: -30px;
  padding-top: 30px;
}
#PRODUCT article #dlc, #PRODUCT2 article #dlc {
  margin-top: -155px;
  padding-top: 80px;
}
#PRODUCT article .nomal-box, #PRODUCT2 article .nomal-box {
  margin: 60px auto 100px !important;
  display: flex;
  align-items: center;
}
#PRODUCT article .nomal-box .product-spec-left, #PRODUCT2 article .nomal-box .product-spec-left {
  width: 45%;
}
#PRODUCT article .nomal-box .product-spec-left img, #PRODUCT2 article .nomal-box .product-spec-left img {
  max-width: 174px;
}
#PRODUCT article .nomal-box .product-spec-right, #PRODUCT2 article .nomal-box .product-spec-right {
  width: 55%;
  text-align: left;
  font-size: 18px;
  font-size: 1.15em;
  line-height: 1.8;
  color: #65645e;
}
#PRODUCT article .nomal-box .product-spec-right dl, #PRODUCT2 article .nomal-box .product-spec-right dl {
  margin-bottom: 10px;
}
#PRODUCT article .nomal-box .product-spec-right dl dt, #PRODUCT2 article .nomal-box .product-spec-right dl dt {
  position: relative;
  float: left;
  padding-left: 1em;
  width: 92px;
}
#PRODUCT article .nomal-box .product-spec-right dl dt:before, #PRODUCT2 article .nomal-box .product-spec-right dl dt:before {
  content: '';
  background-image: url(../images/common/icon-spec.png);
  background-repeat: no-repeat;
  background-position: top center;
  width: 12px;
  height: 13px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -2px;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
#PRODUCT article .nomal-box .product-spec-right dl dd, #PRODUCT2 article .nomal-box .product-spec-right dl dd {
  margin-left: 112px;
  position: relative;
  padding-left: 1em;
}
#PRODUCT article .nomal-box .product-spec-right dl dd:before, #PRODUCT2 article .nomal-box .product-spec-right dl dd:before {
  content: "：";
  position: absolute;
  left: 0;
  top: 0;
}
#PRODUCT article .nomal-box .product-spec-right .btn_pre_dl, #PRODUCT2 article .nomal-box .product-spec-right .btn_pre_dl {
  margin: 10px 0 0 0;
}
#PRODUCT article .nomal-box .product-spec-right .btn_pre_dl img, #PRODUCT2 article .nomal-box .product-spec-right .btn_pre_dl img {
  width: 100%;
  max-width: 388px;
}
#PRODUCT article .nomal-box .product-spec-right img.img-cero, #PRODUCT2 article .nomal-box .product-spec-right img.img-cero {
  width: 100%;
  max-width: 48px;
}
#PRODUCT article .youtube-box, #PRODUCT2 article .youtube-box {
  display: none;
  max-width: 865px;
  margin: 15px auto 0;
  border: solid 2px #8a7600;
  line-height: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #PRODUCT article .youtube-box, #PRODUCT2 article .youtube-box {
    width: 75vw;
    border: solid 1px #8a7600;
  }
}
#PRODUCT article .youtube-box .mov_thumb, #PRODUCT2 article .youtube-box .mov_thumb {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  position: absolute;
  z-index: 100;
  left: 0;
  top: 0px;
  padding: 4px;
  cursor: pointer;
  background-color: #fff;
}
#PRODUCT article .youtube-box .mov_thumb img, #PRODUCT2 article .youtube-box .mov_thumb img {
  width: 100%;
}
#PRODUCT article .youtube-box .mov_thumb img.ready:hover, #PRODUCT2 article .youtube-box .mov_thumb img.ready:hover {
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  #PRODUCT article .youtube-box .mov_thumb img, #PRODUCT2 article .youtube-box .mov_thumb img {
    width: 97%;
  }
}
#PRODUCT article .youtube-box .youtube-inner, #PRODUCT2 article .youtube-box .youtube-inner {
  position: relative;
  width: auto;
  padding-top: 56.25%;
  border: solid 4px #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  #PRODUCT article .youtube-box .youtube-inner, #PRODUCT2 article .youtube-box .youtube-inner {
    border: solid 2px #fff;
    padding-top: 55%;
  }
}
#PRODUCT article .youtube-box .youtube-inner iframe, #PRODUCT2 article .youtube-box .youtube-inner iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
#PRODUCT .bg-list div, #PRODUCT2 .bg-list div {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#PRODUCT .bg-list .bg-white, #PRODUCT2 .bg-list .bg-white {
  background-image: url("../images/top/bg_white.png");
  background-repeat: repeat-y;
  background-position: top center;
  z-index: -1;
}
#PRODUCT .bg-list .bg-product, #PRODUCT2 .bg-list .bg-product {
  background-image: url("../images/product/bg_product.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  z-index: -2;
}
@media screen and (max-width: 767px) {
  #PRODUCT article .product-title, #PRODUCT2 article .product-title {
    margin: 10vw auto 0;
  }
  #PRODUCT article .product-nav, #PRODUCT2 article .product-nav {
    margin-top: 7vw;
    flex-flow: wrap;
    max-width: auto;
    justify-content: space-between;
    width: 90%;
  }
  #PRODUCT article .product-nav li, #PRODUCT2 article .product-nav li {
    margin: 0 0 3vw;
    width: 50%;
    max-width: 260px;
    text-align: center;
  }
  #PRODUCT article .product-section, #PRODUCT2 article .product-section {
    width: 90%;
    height: auto;
    margin: 16vw auto 20vw;
    position: relative;
    text-align: center;
    background: url("../images/common/bg-frame-middle.png");
    background-repeat: repeat-y;
    background-position: top center;
    background-size: 100% auto;
  }
  #PRODUCT article .product-section:before, #PRODUCT2 article .product-section:before {
    content: '';
    display: block;
    background: url("../images/common/bg-frame-top.png");
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100% auto;
    width: 100%;
    height: 69px;
    position: absolute;
    top: -68px;
  }
  #PRODUCT article .product-section:after, #PRODUCT2 article .product-section:after {
    content: '';
    display: block;
    background: url("../images/common/bg-frame-bottom.png");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% auto;
    width: 100%;
    height: 105px;
    position: absolute;
    bottom: -103px;
  }
  #PRODUCT article .product-section-inner .limited-h3, #PRODUCT2 article .product-section-inner .limited-h3 {
    width: 92%;
    padding-top: 0;
  }
  #PRODUCT article .product-section-inner .dlc-h3, #PRODUCT2 article .product-section-inner .dlc-h3 {
    width: 48%;
    padding-top: 0;
  }
  #PRODUCT article .product-section-inner .nomal-h3, #PRODUCT2 article .product-section-inner .nomal-h3 {
    width: 92%;
    padding-top: 0;
  }
  #PRODUCT article .product-section-inner .limited-h4, #PRODUCT2 article .product-section-inner .limited-h4 {
    width: 72%;
    margin: 2vw auto 5vw;
  }
  #PRODUCT article .product-section-inner .dlc-h4, #PRODUCT2 article .product-section-inner .dlc-h4 {
    width: 40%;
    margin: 2vw auto 5vw;
  }
  #PRODUCT article .product-section-inner .nomal-h4, #PRODUCT2 article .product-section-inner .nomal-h4 {
    width: 48%;
    margin: 2vw auto 5vw;
  }
  #PRODUCT article .product-section-inner .limited-img, #PRODUCT2 article .product-section-inner .limited-img {
    margin-bottom: 5vw;
  }
  #PRODUCT article .product-section-inner .limited-img img, #PRODUCT2 article .product-section-inner .limited-img img {
    width: 80%;
  }
  #PRODUCT article .product-section-inner .limited-img:before, #PRODUCT2 article .product-section-inner .limited-img:before {
    right: 10vw;
    top: 2vw;
    width: 16%;
    max-width: 108px;
  }
  #PRODUCT article .product-section-inner .dlc-img, #PRODUCT2 article .product-section-inner .dlc-img {
    margin-bottom: 5vw;
  }
  #PRODUCT article .product-section-inner .dlc-img img, #PRODUCT2 article .product-section-inner .dlc-img img {
    width: 80%;
  }
  #PRODUCT article .product-section-inner .dlc-img:before, #PRODUCT2 article .product-section-inner .dlc-img:before {
    right: 10vw;
    top: 2vw;
    width: 16%;
    max-width: 108px;
  }
  #PRODUCT article .product-section-inner .blueboard, #PRODUCT2 article .product-section-inner .blueboard {
    margin: 7vw auto 5vw;
    width: 88%;
  }
  #PRODUCT article .product-section-inner .limited-box .limited-box-inner, #PRODUCT2 article .product-section-inner .limited-box .limited-box-inner {
    margin-top: 5vw;
    flex-flow: wrap;
  }
  #PRODUCT article .product-section-inner .limited-box .limited-box-inner:after, #PRODUCT2 article .product-section-inner .limited-box .limited-box-inner:after {
    width: 92%;
  }
  #PRODUCT article .product-section-inner .limited-box .limited-box-inner .box p, #PRODUCT2 article .product-section-inner .limited-box .limited-box-inner .box p {
    margin: 4vw 7vw 4vw 5vw;
  }
  #PRODUCT article .product-section-inner .limited-box .limited-box-inner .box h5 .badge, #PRODUCT2 article .product-section-inner .limited-box .limited-box-inner .box h5 .badge {
    width: 15%;
  }
  #PRODUCT article .product-section-inner .limited-box .limited-box-inner .box .item, #PRODUCT2 article .product-section-inner .limited-box .limited-box-inner .box .item {
    margin-top: 5vw;
  }
  #PRODUCT article .product-section-inner .limited-box .limited-box-inner .box1, #PRODUCT article .product-section-inner .limited-box .limited-box-inner .box2, #PRODUCT article .product-section-inner .limited-box .limited-box-inner .box3, #PRODUCT article .product-section-inner .limited-box .limited-box-inner .box4, #PRODUCT article .product-section-inner .limited-box .limited-box-inner .box5, #PRODUCT article .product-section-inner .limited-box .limited-box-inner .product-note, #PRODUCT2 article .product-section-inner .limited-box .limited-box-inner .box1, #PRODUCT2 article .product-section-inner .limited-box .limited-box-inner .box2, #PRODUCT2 article .product-section-inner .limited-box .limited-box-inner .box3, #PRODUCT2 article .product-section-inner .limited-box .limited-box-inner .box4, #PRODUCT2 article .product-section-inner .limited-box .limited-box-inner .box5, #PRODUCT2 article .product-section-inner .limited-box .limited-box-inner .product-note {
    width: 100%;
  }
  #PRODUCT article .product-section-inner .limited-box .limited-box-inner .box1, #PRODUCT2 article .product-section-inner .limited-box .limited-box-inner .box1 {
    position: relative;
  }
  #PRODUCT article .product-section-inner .limited-box .limited-box-inner .box1 h5 .title-01, #PRODUCT2 article .product-section-inner .limited-box .limited-box-inner .box1 h5 .title-01 {
    width: 62%;
  }
  #PRODUCT article .product-section-inner .limited-box .limited-box-inner .box1:after, #PRODUCT2 article .product-section-inner .limited-box .limited-box-inner .box1:after {
    content: "";
    position: absolute;
    background: url(../images/product/product1/blue-line.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 100%;
    max-width: 802px;
    height: 2px;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
  }
  #PRODUCT article .product-section-inner .limited-box .limited-box-inner .box2, #PRODUCT2 article .product-section-inner .limited-box .limited-box-inner .box2 {
    margin-top: 4vw;
  }
  #PRODUCT article .product-section-inner .limited-box .limited-box-inner .box2 h5 .title-02, #PRODUCT2 article .product-section-inner .limited-box .limited-box-inner .box2 h5 .title-02 {
    width: 82%;
  }
  #PRODUCT article .product-section-inner .limited-box .limited-box-inner .box3 h5 .title-03, #PRODUCT2 article .product-section-inner .limited-box .limited-box-inner .box3 h5 .title-03 {
    width: 82%;
  }
  #PRODUCT article .product-section-inner .limited-box .limited-box-inner .box3 .box3-inner, #PRODUCT2 article .product-section-inner .limited-box .limited-box-inner .box3 .box3-inner {
    flex-flow: wrap;
    justify-content: center;
  }
  #PRODUCT article .product-section-inner .limited-box .limited-box-inner .box3 .box3-inner img, #PRODUCT2 article .product-section-inner .limited-box .limited-box-inner .box3 .box3-inner img {
    width: 100%;
    max-width: 308px;
    height: auto;
    margin-top: 5vw;
  }
  #PRODUCT article .product-section-inner .limited-box .limited-box-inner .box3 .box3-inner p, #PRODUCT2 article .product-section-inner .limited-box .limited-box-inner .box3 .box3-inner p {
    margin: 3vw 7vw 0 5vw;
  }
  #PRODUCT article .product-section-inner .limited-box .limited-box-inner .box3 .box3-inner .box3-inner-right, #PRODUCT2 article .product-section-inner .limited-box .limited-box-inner .box3 .box3-inner .box3-inner-right {
    width: 100%;
    margin-bottom: 5vw;
  }
  #PRODUCT article .product-section-inner .limited-box .limited-box-inner .box3 .box3-inner .box3-inner-right .section-text-box, #PRODUCT2 article .product-section-inner .limited-box .limited-box-inner .box3 .box3-inner .box3-inner-right .section-text-box {
    margin: 4vw auto 0;
    font-size: 15px;
    line-height: 1.2;
    width: 90%;
  }
  #PRODUCT article .product-section-inner .limited-box .limited-box-inner .box3 .box3-inner .box3-inner-right .section-text-box h6, #PRODUCT2 article .product-section-inner .limited-box .limited-box-inner .box3 .box3-inner .box3-inner-right .section-text-box h6 {
    font-size: 19px;
    padding-bottom: 0.5vw;
  }
  #PRODUCT article .product-section-inner .limited-box .limited-box-inner .box3 .box3-inner .box3-inner-right .section-text-box dl, #PRODUCT2 article .product-section-inner .limited-box .limited-box-inner .box3 .box3-inner .box3-inner-right .section-text-box dl {
    margin-top: 3vw;
  }
  #PRODUCT article .product-section-inner .limited-box .limited-box-inner .box3 .box3-inner .box3-inner-right .section-text-box dl dt, #PRODUCT2 article .product-section-inner .limited-box .limited-box-inner .box3 .box3-inner .box3-inner-right .section-text-box dl dt {
    margin-right: 3vw;
  }
  #PRODUCT article .product-section-inner .limited-box .limited-box-inner .box3 .box3-inner .box3-inner-right .section-text-box dl dd, #PRODUCT2 article .product-section-inner .limited-box .limited-box-inner .box3 .box3-inner .box3-inner-right .section-text-box dl dd {
    margin-left: 0;
    margin-bottom: 0.7vw;
  }
  #PRODUCT article .product-section-inner .limited-box .limited-box-inner .box3 .box3-inner .box3-inner-right .section-text-box dl dd .cd-text, #PRODUCT2 article .product-section-inner .limited-box .limited-box-inner .box3 .box3-inner .box3-inner-right .section-text-box dl dd .cd-text {
    color: #797875;
    padding-left: 15vw;
    display: block;
    margin-bottom: 2.5vw;
    line-height: 1.6em;
    font-size: 80%;
  }
  #PRODUCT article .product-section-inner .limited-box .limited-box-inner .box4 h5 .title-04, #PRODUCT2 article .product-section-inner .limited-box .limited-box-inner .box4 h5 .title-04 {
    width: 82%;
  }
  #PRODUCT article .product-section-inner .limited-box .limited-box-inner .box4 .character-img, #PRODUCT2 article .product-section-inner .limited-box .limited-box-inner .box4 .character-img {
    margin: 3vw auto 0;
    width: 97%;
  }
  #PRODUCT article .product-section-inner .limited-box .limited-box-inner .box5 h5 .title-05, #PRODUCT2 article .product-section-inner .limited-box .limited-box-inner .box5 h5 .title-05 {
    width: 82%;
  }
  #PRODUCT article .product-section-inner .limited-box .limited-box-inner .box5 .item-05, #PRODUCT2 article .product-section-inner .limited-box .limited-box-inner .box5 .item-05 {
    margin: 3vw auto 0;
  }
  #PRODUCT article .product-section-inner .limited-box .limited-box-inner .product-note ul, #PRODUCT2 article .product-section-inner .limited-box .limited-box-inner .product-note ul {
    font-size: 0.6em;
    margin: 4vw 0vw 4vw 1vw;
  }
  #PRODUCT article .product-section-inner .dlc-box .dlc-box-inner, #PRODUCT2 article .product-section-inner .dlc-box .dlc-box-inner {
    margin-top: 0vw;
    flex-flow: wrap;
  }
  #PRODUCT article .product-section-inner .dlc-box .dlc-box-inner:first-child, #PRODUCT2 article .product-section-inner .dlc-box .dlc-box-inner:first-child {
    margin-top: 0;
  }
  #PRODUCT article .product-section-inner .dlc-box .dlc-box-inner:after, #PRODUCT2 article .product-section-inner .dlc-box .dlc-box-inner:after {
    width: 92%;
  }
  #PRODUCT article .product-section-inner .dlc-box .dlc-box-inner .box p, #PRODUCT2 article .product-section-inner .dlc-box .dlc-box-inner .box p {
    margin: 4vw 7vw 4vw 5vw;
    font-size: 3.5vw;
  }
  #PRODUCT article .product-section-inner .dlc-box .dlc-box-inner .box h5 .badge, #PRODUCT2 article .product-section-inner .dlc-box .dlc-box-inner .box h5 .badge {
    width: 15%;
  }
  #PRODUCT article .product-section-inner .dlc-box .dlc-box-inner .box .item, #PRODUCT2 article .product-section-inner .dlc-box .dlc-box-inner .box .item {
    margin-top: 5vw;
  }
  #PRODUCT article .product-section-inner .dlc-box .dlc-box-inner .box1, #PRODUCT article .product-section-inner .dlc-box .dlc-box-inner .box2, #PRODUCT article .product-section-inner .dlc-box .dlc-box-inner .box3, #PRODUCT article .product-section-inner .dlc-box .dlc-box-inner .box4, #PRODUCT article .product-section-inner .dlc-box .dlc-box-inner .box5, #PRODUCT article .product-section-inner .dlc-box .dlc-box-inner .product-note, #PRODUCT2 article .product-section-inner .dlc-box .dlc-box-inner .box1, #PRODUCT2 article .product-section-inner .dlc-box .dlc-box-inner .box2, #PRODUCT2 article .product-section-inner .dlc-box .dlc-box-inner .box3, #PRODUCT2 article .product-section-inner .dlc-box .dlc-box-inner .box4, #PRODUCT2 article .product-section-inner .dlc-box .dlc-box-inner .box5, #PRODUCT2 article .product-section-inner .dlc-box .dlc-box-inner .product-note {
    width: 100%;
  }
  #PRODUCT article .product-section-inner .dlc-box .dlc-box-inner .box1, #PRODUCT2 article .product-section-inner .dlc-box .dlc-box-inner .box1 {
    position: relative;
  }
  #PRODUCT article .product-section-inner .dlc-box .dlc-box-inner .box1 h5 .title-01, #PRODUCT2 article .product-section-inner .dlc-box .dlc-box-inner .box1 h5 .title-01 {
    width: 62%;
  }
  #PRODUCT article .product-section-inner .dlc-box .dlc-box-inner .box1:after, #PRODUCT2 article .product-section-inner .dlc-box .dlc-box-inner .box1:after {
    content: "";
    position: absolute;
    background: url(../images/product/product1/blue-line.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 100%;
    max-width: 802px;
    height: 2px;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
  }
  #PRODUCT article .product-section-inner .dlc-box .dlc-box-inner .box2, #PRODUCT2 article .product-section-inner .dlc-box .dlc-box-inner .box2 {
    margin-top: 4vw;
  }
  #PRODUCT article .product-section-inner .dlc-box .dlc-box-inner .box2 h5 .title-02, #PRODUCT2 article .product-section-inner .dlc-box .dlc-box-inner .box2 h5 .title-02 {
    width: 82%;
  }
  #PRODUCT article .product-section-inner .dlc-box .dlc-box-inner .box3 h5 .title-03, #PRODUCT2 article .product-section-inner .dlc-box .dlc-box-inner .box3 h5 .title-03 {
    width: 82%;
  }
  #PRODUCT article .product-section-inner .dlc-box .dlc-box-inner .box3 .box3-inner, #PRODUCT2 article .product-section-inner .dlc-box .dlc-box-inner .box3 .box3-inner {
    flex-flow: wrap;
    justify-content: center;
  }
  #PRODUCT article .product-section-inner .dlc-box .dlc-box-inner .box3 .box3-inner img, #PRODUCT2 article .product-section-inner .dlc-box .dlc-box-inner .box3 .box3-inner img {
    width: 100%;
    max-width: 370px;
    height: auto;
    margin-top: 5vw;
  }
  #PRODUCT article .product-section-inner .dlc-box .dlc-box-inner .box3 .box3-inner p, #PRODUCT2 article .product-section-inner .dlc-box .dlc-box-inner .box3 .box3-inner p {
    margin: 3vw 7vw 0 5vw;
  }
  #PRODUCT article .product-section-inner .dlc-box .dlc-box-inner .box3 .box3-inner .box3-inner-right, #PRODUCT2 article .product-section-inner .dlc-box .dlc-box-inner .box3 .box3-inner .box3-inner-right {
    width: 100%;
    margin-bottom: 5vw;
  }
  #PRODUCT article .product-section-inner .dlc-box .dlc-box-inner .box3 .box3-inner .box3-inner-right .section-text-box, #PRODUCT2 article .product-section-inner .dlc-box .dlc-box-inner .box3 .box3-inner .box3-inner-right .section-text-box {
    margin: 4vw auto 0;
    font-size: 15px;
    line-height: 1.2;
    width: 90%;
  }
  #PRODUCT article .product-section-inner .dlc-box .dlc-box-inner .box3 .box3-inner .box3-inner-right .section-text-box h6, #PRODUCT2 article .product-section-inner .dlc-box .dlc-box-inner .box3 .box3-inner .box3-inner-right .section-text-box h6 {
    font-size: 19px;
    padding-bottom: 0.5vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  #PRODUCT article .product-section-inner .dlc-box .dlc-box-inner .box3 .box3-inner .box3-inner-right .section-text-box h6, #PRODUCT2 article .product-section-inner .dlc-box .dlc-box-inner .box3 .box3-inner .box3-inner-right .section-text-box h6 {
    font-size: 4vw;
  }
}
@media screen and (max-width: 767px) {
  #PRODUCT article .product-section-inner .dlc-box .dlc-box-inner .box3 .box3-inner .box3-inner-right .section-text-box dl, #PRODUCT2 article .product-section-inner .dlc-box .dlc-box-inner .box3 .box3-inner .box3-inner-right .section-text-box dl {
    margin-top: 3vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  #PRODUCT article .product-section-inner .dlc-box .dlc-box-inner .box3 .box3-inner .box3-inner-right .section-text-box dl, #PRODUCT2 article .product-section-inner .dlc-box .dlc-box-inner .box3 .box3-inner .box3-inner-right .section-text-box dl {
    font-size: 3.5vw;
  }
}
@media screen and (max-width: 767px) {
  #PRODUCT article .product-section-inner .dlc-box .dlc-box-inner .box3 .box3-inner .box3-inner-right .section-text-box dl dt, #PRODUCT2 article .product-section-inner .dlc-box .dlc-box-inner .box3 .box3-inner .box3-inner-right .section-text-box dl dt {
    margin-right: 3vw;
  }
  #PRODUCT article .product-section-inner .dlc-box .dlc-box-inner .box3 .box3-inner .box3-inner-right .section-text-box dl dd, #PRODUCT2 article .product-section-inner .dlc-box .dlc-box-inner .box3 .box3-inner .box3-inner-right .section-text-box dl dd {
    margin-left: 0;
    margin-bottom: 0.7vw;
  }
  #PRODUCT article .product-section-inner .dlc-box .dlc-box-inner .box3 .box3-inner .box3-inner-right .section-text-box dl dd .cd-text, #PRODUCT2 article .product-section-inner .dlc-box .dlc-box-inner .box3 .box3-inner .box3-inner-right .section-text-box dl dd .cd-text {
    color: #797875;
    padding-left: 15vw;
    display: block;
    margin-bottom: 2.5vw;
    line-height: 1.6em;
    font-size: 80%;
  }
  #PRODUCT article .product-section-inner .dlc-box .dlc-box-inner .box4 h5 .title-04, #PRODUCT2 article .product-section-inner .dlc-box .dlc-box-inner .box4 h5 .title-04 {
    width: 82%;
  }
  #PRODUCT article .product-section-inner .dlc-box .dlc-box-inner .box4 .character-img, #PRODUCT2 article .product-section-inner .dlc-box .dlc-box-inner .box4 .character-img {
    margin: 3vw auto 0;
    width: 97%;
  }
  #PRODUCT article .product-section-inner .dlc-box .dlc-box-inner .box5 h5 .title-05, #PRODUCT2 article .product-section-inner .dlc-box .dlc-box-inner .box5 h5 .title-05 {
    width: 82%;
  }
  #PRODUCT article .product-section-inner .dlc-box .dlc-box-inner .box5 .item-05, #PRODUCT2 article .product-section-inner .dlc-box .dlc-box-inner .box5 .item-05 {
    margin: 3vw auto 0;
  }
  #PRODUCT article .product-section-inner .dlc-box .dlc-box-inner .product-note ul, #PRODUCT2 article .product-section-inner .dlc-box .dlc-box-inner .product-note ul {
    font-size: 0.6em;
    margin: 4vw 0vw 4vw 1vw;
  }
  #PRODUCT article .product-section-inner .nomal-box, #PRODUCT2 article .product-section-inner .nomal-box {
    margin: 7vw auto 5vw !important;
    flex-flow: wrap;
    padding-bottom: 4vw;
  }
  #PRODUCT article .product-section-inner .nomal-box .product-spec-left, #PRODUCT article .product-section-inner .nomal-box .product-spec-right, #PRODUCT2 article .product-section-inner .nomal-box .product-spec-left, #PRODUCT2 article .product-section-inner .nomal-box .product-spec-right {
    width: 100%;
    margin: 4vw auto 0;
    padding: 0 20px;
  }
  #PRODUCT article .product-section-inner .nomal-box .product-spec-right, #PRODUCT2 article .product-section-inner .nomal-box .product-spec-right {
    font-size: 16px;
    font-size: 1em;
  }
  #PRODUCT article .product-section-inner .nomal-box .product-spec-right dl dt, #PRODUCT2 article .product-section-inner .nomal-box .product-spec-right dl dt {
    width: 80px;
  }
  #PRODUCT article .product-section-inner .nomal-box .product-spec-right dl dd, #PRODUCT2 article .product-section-inner .nomal-box .product-spec-right dl dd {
    margin-left: 95px;
  }
  #PRODUCT article .product-section-inner .nomal-box .product-spec-right img, #PRODUCT2 article .product-section-inner .nomal-box .product-spec-right img {
    display: block;
    margin: 0 0 0 auto;
  }
  #PRODUCT article .border-line, #PRODUCT2 article .border-line {
    width: 90%;
  }
  #PRODUCT article #nomal, #PRODUCT2 article #nomal {
    margin-top: -45px;
  }
}
#PRODUCT .product-game ul, #PRODUCT2 .product-game ul {
  color: #65645e;
  padding: 20px 70px;
}
@media screen and (max-width: 479px) {
  #PRODUCT .product-game ul, #PRODUCT2 .product-game ul {
    padding: 20px 8vw;
  }
}
#PRODUCT .product-game li, #PRODUCT2 .product-game li {
  display: flex;
  padding-bottom: 30px;
  border-bottom: solid 1px #8a750034;
  margin-top: 30px;
  align-items: center;
}
#PRODUCT .product-game li:first-child, #PRODUCT2 .product-game li:first-child {
  margin-top: 0;
}
#PRODUCT .product-game li:last-child, #PRODUCT2 .product-game li:last-child {
  border-bottom: none;
}
@media screen and (max-width: 479px) {
  #PRODUCT .product-game li, #PRODUCT2 .product-game li {
    flex-direction: column-reverse;
    flex-wrap: wrap;
  }
}
#PRODUCT .product-game li .product-spec-left, #PRODUCT2 .product-game li .product-spec-left {
  width: 57%;
  text-align: left;
  padding-right: 15px;
}
@media screen and (max-width: 479px) {
  #PRODUCT .product-game li .product-spec-left, #PRODUCT2 .product-game li .product-spec-left {
    width: 100%;
  }
}
#PRODUCT .product-game li .product-spec-left h5, #PRODUCT2 .product-game li .product-spec-left h5 {
  font-weight: bold;
  font-size: 20px;
  padding: 8px 0px;
  border-radius: 20px;
}
@media screen and (max-width: 479px) {
  #PRODUCT .product-game li .product-spec-left h5, #PRODUCT2 .product-game li .product-spec-left h5 {
    font-size: 4vw;
    padding: 2vw 7vw;
    text-align: center;
  }
}
#PRODUCT .product-game li .product-spec-left p, #PRODUCT2 .product-game li .product-spec-left p {
  width: 100%;
  margin: 0px auto 20px auto;
  line-height: 140%;
}
@media screen and (max-width: 479px) {
  #PRODUCT .product-game li .product-spec-left p, #PRODUCT2 .product-game li .product-spec-left p {
    font-size: 3.3vw;
  }
}
#PRODUCT .product-game li .product-spec-left p a, #PRODUCT2 .product-game li .product-spec-left p a {
  color: #05bbc0;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#PRODUCT .product-game li .product-spec-left p a:hover, #PRODUCT2 .product-game li .product-spec-left p a:hover {
  color: #06ecf2;
}
#PRODUCT .product-game li .product-spec-left dl, #PRODUCT2 .product-game li .product-spec-left dl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 20px auto;
  font-size: 16px;
  line-height: 160%;
}
@media screen and (max-width: 479px) {
  #PRODUCT .product-game li .product-spec-left dl, #PRODUCT2 .product-game li .product-spec-left dl {
    font-size: 3.5vw;
  }
}
#PRODUCT .product-game li .product-spec-left dl dt, #PRODUCT2 .product-game li .product-spec-left dl dt {
  width: 30%;
}
@media screen and (max-width: 479px) {
  #PRODUCT .product-game li .product-spec-left dl dt, #PRODUCT2 .product-game li .product-spec-left dl dt {
    width: 40%;
  }
}
#PRODUCT .product-game li .product-spec-left dl dd, #PRODUCT2 .product-game li .product-spec-left dl dd {
  width: 70%;
}
@media screen and (max-width: 479px) {
  #PRODUCT .product-game li .product-spec-left dl dd, #PRODUCT2 .product-game li .product-spec-left dl dd {
    width: 60%;
  }
}
#PRODUCT .product-game li .product-spec-left .btn, #PRODUCT2 .product-game li .product-spec-left .btn {
  width: 100%;
  margin: 0 auto;
  display: block;
}
#PRODUCT .product-game li .product-spec-left .btn a, #PRODUCT2 .product-game li .product-spec-left .btn a {
  display: block;
  color: #fff;
  background-color: #fa6c7e;
  padding: 15px 5px;
  text-align: center;
  border-radius: 5px;
  margin-bottom: 20px;
  text-decoration: none;
  border: solid 1px #fff;
  box-shadow: 0px 0px 0px 2px #fa6c7e;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 479px) {
  #PRODUCT .product-game li .product-spec-left .btn a, #PRODUCT2 .product-game li .product-spec-left .btn a {
    font-size: 3.5vw;
    line-height: 130%;
  }
}
#PRODUCT .product-game li .product-spec-left .btn a:hover, #PRODUCT2 .product-game li .product-spec-left .btn a:hover {
  background-color: #ff8ea0;
}
#PRODUCT .product-game li .product-spec-right, #PRODUCT2 .product-game li .product-spec-right {
  width: 43%;
}
@media screen and (max-width: 479px) {
  #PRODUCT .product-game li .product-spec-right, #PRODUCT2 .product-game li .product-spec-right {
    display: block;
    margin: 0 auto 15px auto;
    width: 100%;
  }
}
#PRODUCT .product-game li .product-spec-right img, #PRODUCT2 .product-game li .product-spec-right img {
  max-width: 100%;
  max-height: 280px;
}
@media screen and (max-width: 479px) {
  #PRODUCT .product-game li .product-spec-right img, #PRODUCT2 .product-game li .product-spec-right img {
    max-height: 33vw;
  }
}

@media screen and (max-width: 479px) {
  article .product-section .product-section-inner .limited-img:before {
    height: 28% !important;
  }
  article .product-section .product-section-inner .blueboard {
    width: 86% !important;
  }
  article .product-section .product-section-inner .limited-box .limited-box-inner {
    padding: 0 4vw !important;
  }
  article .product-section .product-section-inner .limited-box .limited-box-inner .box p {
    font-size: 3.5vw !important;
  }
  article .product-section .product-section-inner .limited-box .limited-box-inner .box h5 .badge {
    width: 14% !important;
  }
  article .product-section .product-section-inner .limited-box .box3 .box3-inner .box3-inner-right .section-text-box {
    font-size: 3.5vw !important;
    padding: 3vw !important;
  }
  article .product-section .product-section-inner .limited-box .box3 .box3-inner .box3-inner-right .section-text-box h6 {
    font-size: 4vw !important;
  }
  article .product-section .product-section-inner .limited-box .box3 .box3-inner .box3-inner-right .section-text-box dl {
    padding: 0 5px !important;
  }
  article .product-section .product-section-inner .limited-box .box3 .box3-inner .box3-inner-right .section-text-box dl dd {
    margin-bottom: 1.5vw !important;
  }
  article .product-section .product-section-inner .limited-box .box3 .box3-inner .box3-inner-right .section-text-box dl dd .cd-text {
    padding-left: 19vw !important;
  }
  article .product-section .product-section-inner .limited-box .box5 .item-05 {
    max-width: 130px !important;
  }
  article .product-section .product-section-inner .limited-box .product-note ul {
    font-size: 3vw !important;
  }
  article .product-section .product-section-inner .nomal-box .product-spec-left img {
    max-width: 130px !important;
  }
  article .product-section .product-section-inner .nomal-box .product-spec-right {
    font-size: 3.2vw !important;
    padding: 0 3vw !important;
    line-height: 1.2 !important;
  }
  article .product-section .product-section-inner .nomal-box .product-spec-right dl dt {
    width: 5em !important;
    padding-left: 1.2em !important;
  }
  article .product-section .product-section-inner .nomal-box .product-spec-right dl dt:before {
    top: 8px !important;
  }
  article .product-section .product-section-inner .nomal-box .product-spec-right dl dd {
    margin-left: 6.1em !important;
    margin-bottom: 5px;
  }
}
.campaign_block {
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.5);
  width: 93%;
  margin: 0 auto 30px auto;
  box-shadow: 0px 0px 6px 3px #98edf2;
  padding: 11px 0;
}
@media screen and (max-width: 479px) {
  .campaign_block {
    padding: 11px 8px 0px 0;
  }
}

/* ==========================================================================
   PRODUCT
   ========================================================================== */
#PRODUCT2 {
  /*.thumbnail-box{
    max-width: 560px;
    margin: 0px auto 0;
    padding-top: 25px;
    p{
      position: relative;
      border: solid 2px #8a7600;
      line-height: 0;
      @include border-radius(5px);
      a{

        position: relative;
        display: block;
        line-height: 0;
        border: solid 4px #fff;
        @include border-radius(5px);

        &:before{
          content:"";
          background: url("../images/common/play-ov-icon.png");
          background-repeat: no-repeat;
          background-size: 100% auto;
          width: 55px;
          height: 55px;
          display: block;
          position: absolute;
          top: 50%;
          left: 50%;
          margin-top: -23px;
          margin-left: -23px;
          z-index: 1;
          @include opacity(0.0);
        }

        &:after{
          content:"";
          background: url("../images/common/play-icon.png");
          background-repeat: no-repeat;
          background-size: 100% auto;
          width: 55px;
          height: 55px;
          display: block;
          position: absolute;
          top: 50%;
          left: 50%;
          margin-top: -23px;
          margin-left: -23px;
        }

        &:hover{
          img{
            @include opacity(0.7);
            @include transition(all 0.5s ease);
          }
          &:before{
            @include opacity(1.0);
            @include transition(all 0.5s ease);
          }
        }

      }
    }
  }*/
  /*背景*/
  /*SP
	==========================*/
}
#PRODUCT2 article .product2-title {
  text-align: center;
  margin: 100px auto 0;
}
#PRODUCT2 article .product2-nav {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
}
#PRODUCT2 article .product2-nav li {
  max-width: 200px;
  margin: 0 10px 10px 10px;
}
#PRODUCT2 article .product2-nav li:first-child {
  margin-left: 0;
}
#PRODUCT2 article .product2-nav li:last-child {
  margin-right: 0;
}
#PRODUCT2 article .product2-nav li.new {
  position: relative;
}
#PRODUCT2 article .product2-nav li.new:after {
  position: absolute;
  content: "";
  top: -5px;
  right: 0;
  background-size: 100%;
  background-image: url("../images/header/new-ov-icon.png");
  width: 43px;
  height: 14px;
}
#PRODUCT2 article .product2-nav .current a {
  background-image: url("../images/product/tab-ov-store.png");
  background-repeat: no-repeat;
  background-position: top center;
}
#PRODUCT2 article .product2-nav .current a .over {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
#PRODUCT2 article .product2-section {
  max-width: 944px;
  height: auto;
  width: 100%;
  margin: 80px auto 100px;
  position: relative;
  text-align: center;
  background: url("../images/common/bg-l-frame-middle.png");
  background-repeat: repeat-y;
  background-position: top center;
  background-size: 100% auto;
}
#PRODUCT2 article .product2-section:before {
  content: '';
  display: block;
  background: url("../images/common/bg-l-frame-top.png");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100% auto;
  width: 100%;
  height: 62px;
  position: absolute;
  top: -60px;
}
#PRODUCT2 article .product2-section:after {
  content: '';
  display: block;
  background: url("../images/common/bg-l-frame-bottom.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
  width: 100%;
  height: 87px;
  position: absolute;
  bottom: -85px;
}
#PRODUCT2 article .product2-section-inner {
  text-align: center;
  position: relative;
  /*.thumbnail-list{
    ul{
      display: flex;
      max-width: 856px;
      justify-content: space-between;
      margin: 10px auto 0;
    }
  }*/
}
#PRODUCT2 article .product2-section-inner .section-title {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
  padding-top: 7px;
  position: relative;
  z-index: 10;
}
#PRODUCT2 article .product2-section-inner p {
  font-size: 18px;
  font-size: 1.2em;
  color: #65645e;
  text-shadow: 0px 0px 5px #fff;
  margin-top: 10px;
  margin-bottom: 50px;
}
#PRODUCT2 article .product2-section-inner .store-box ul {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
}
#PRODUCT2 article .product2-section-inner .store-box ul li {
  width: 270px;
  margin: 0 13px 25px;
  /*&:first-child{
    margin-left:0;
  }
  &:last-child{
    margin-right:0;
  }*/
}
#PRODUCT2 article .product2-section-inner .section-text-box {
  background: #fcfcfb;
  max-width: 250px;
  margin: 15px auto 0;
  line-height: 1.2;
  position: relative;
  padding: 20px 10px;
  font-size: 20px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  -moz-box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.29);
  -webkit-box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.29);
  -ms-box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.29);
  box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.29);
  color: #65645e;
}
#PRODUCT2 article .product2-section-inner .section-text-box h4 {
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#PRODUCT2 article .product2-section-inner .section-text-box .pop-box {
  border-top: 1px solid #8a7600;
  border-bottom: 1px solid #8a7600;
  padding-top: 15px;
  padding-bottom: 5px;
}
#PRODUCT2 article .product2-section-inner .section-text-box .pop-box a img {
  max-width: 230px;
}
#PRODUCT2 article .product2-section-inner .section-text-box p {
  font-size: 12px;
  line-height: 1.75;
  margin: 14px;
  text-align: left;
}
#PRODUCT2 article .product2-section-inner .section-text-box .btn-more a img {
  max-width: 228px;
  width: 100%;
}
#PRODUCT2 article .product2-section-inner .product2-note ul {
  text-align: left;
  max-width: 780px;
  width: 100%;
  margin-left: 70px;
  font-size: 12px;
  line-height: 1.2;
  color: #65645e;
  text-shadow: 0px 0px 5px #fff;
}
#PRODUCT2 .zoom {
  position: relative;
  overflow: hidden;
}
#PRODUCT2 .zoom img {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#PRODUCT2 .zoom:before {
  content: '';
  display: block;
  background: url("../images/common/icon-ov-zoom.png");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100% auto;
  position: absolute;
  right: 5px;
  bottom: 10px;
  width: 30px;
  height: 30px;
  z-index: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  #PRODUCT2 .zoom:before {
    background: url("../images/common/sp-icon-ov-zoom.png");
    background-position: bottom center;
    background-size: 100% auto;
  }
}
#PRODUCT2 .zoom:after {
  content: '';
  display: block;
  background: url("../images/common/icon-zoom.png");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100% auto;
  position: absolute;
  right: 5px;
  bottom: 10px;
  width: 30px;
  height: 30px;
}
@media screen and (max-width: 767px) {
  #PRODUCT2 .zoom:after {
    background: url("../images/common/sp-icon-zoom.png");
    background-position: bottom center;
    background-size: 100% auto;
  }
}
#PRODUCT2 .zoom:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
#PRODUCT2 .zoom:hover:before {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
#PRODUCT2 .bg-list div {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#PRODUCT2 .bg-list .bg-white {
  background-image: url("../images/top/bg_white.png");
  background-repeat: repeat-y;
  background-position: top center;
  z-index: -1;
}
#PRODUCT2 .bg-list .bg-product {
  background-image: url("../images/product/bg_product.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  z-index: -2;
}
@media screen and (max-width: 767px) {
  #PRODUCT2 article .product2-title {
    margin: 10vw auto 0;
  }
  #PRODUCT2 article .product2-nav {
    margin-top: 7vw;
    flex-flow: wrap;
    max-width: auto;
    justify-content: space-between;
    width: 90%;
  }
  #PRODUCT2 article .product2-nav li {
    margin: 0 0 3vw;
    width: 50%;
    max-width: 260px;
    text-align: center;
  }
  #PRODUCT2 article .product2-section {
    width: 90%;
    height: auto;
    margin: 16vw auto 20vw;
    position: relative;
    text-align: center;
    background: url("../images/common/bg-frame-middle.png");
    background-repeat: repeat-y;
    background-position: top center;
    background-size: 100% auto;
  }
  #PRODUCT2 article .product2-section:before {
    content: '';
    display: block;
    background: url("../images/common/bg-frame-top.png");
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100% auto;
    width: 100%;
    height: 69px;
    position: absolute;
    top: -68px;
  }
  #PRODUCT2 article .product2-section:after {
    content: '';
    display: block;
    background: url("../images/common/bg-frame-bottom.png");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% auto;
    width: 100%;
    height: 87px;
    position: absolute;
    bottom: -85px;
  }
  #PRODUCT2 article .product2-section .section-title {
    padding-top: 0px;
  }
  #PRODUCT2 article .product2-section-inner p {
    margin-top: 0;
    margin-bottom: 6vw;
    font-size: 1.2em;
    line-height: 1.5;
  }
  #PRODUCT2 article .product2-section-inner .store-box ul {
    display: block;
  }
  #PRODUCT2 article .product2-section-inner .store-box ul li {
    width: auto;
    margin: 0 auto 3vw;
  }
  #PRODUCT2 article .product2-section-inner .store-box ul .section-text-box {
    max-width: 65vw;
    padding: 6vw 3vw;
    text-align: center;
    font-size: 16px;
  }
  #PRODUCT2 article .product2-section-inner .store-box ul .section-text-box:before {
    width: 100%;
  }
  #PRODUCT2 article .product2-section-inner .store-box ul .section-text-box:after {
    width: 100%;
  }
  #PRODUCT2 article .product2-section-inner .store-box ul .section-text-box h4 {
    font-size: 1.8em;
  }
  #PRODUCT2 article .product2-section-inner .store-box ul .section-text-box .pop-box {
    padding-top: 2.5vw;
    padding-bottom: 1vw;
  }
  #PRODUCT2 article .product2-section-inner .store-box ul .section-text-box .pop-box a img {
    max-width: unset;
    width: 90%;
  }
  #PRODUCT2 article .product2-section-inner .store-box ul .section-text-box .copy-text {
    font-size: 1em;
    margin: 3vw 3vw 5vw;
  }
  #PRODUCT2 article .product2-note ul {
    width: 65vw !important;
    font-size: 0.75em !important;
    margin-left: auto !important;
    margin-right: auto;
  }
}
@media screen and (max-width: 479px) {
  #PRODUCT2 article .product2-section .product2-section-inner .section-title {
    width: 90%;
    margin: 0 auto;
  }
  #PRODUCT2 article .product2-section .product2-section-inner p {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    font-size: 3.6vw;
  }
  #PRODUCT2 article .product2-section .store-box ul li {
    margin: 0 auto 7vw;
  }
  #PRODUCT2 article .product2-section .store-box ul li h4 {
    font-size: 5.4vw !important;
  }
  #PRODUCT2 article .product2-section .store-box ul .section-text-box {
    padding: 3vw !important;
  }
  #PRODUCT2 article .product2-section .copy-text {
    font-size: 3.6vw !important;
  }
}
#PRODUCT2 .section-title span.platform {
  border: solid 1px #8a7600;
  color: #8a7600;
  border-radius: 15px;
  padding: 8px 36px;
  font-size: 16px;
  margin-bottom: 2px;
  display: inline-block;
}
@media screen and (max-width: 479px) {
  #PRODUCT2 .section-title span.platform {
    font-size: 3.2vw;
  }
}

/* ==========================================================================
   PRODUCT
   ========================================================================== */
#PRODUCT2 {
  /*背景*/
  /*SP
	==========================*/
}
#PRODUCT2 article .product3-title {
  text-align: center;
  margin: 100px auto 0;
}
#PRODUCT2 article .product3-nav {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
}
#PRODUCT2 article .product3-nav li {
  max-width: 200px;
  margin: 0 10px 10px 10px;
}
#PRODUCT2 article .product3-nav li:first-child {
  margin-left: 0;
}
#PRODUCT2 article .product3-nav li:last-child {
  margin-right: 0;
}
#PRODUCT2 article .product3-nav li.new {
  position: relative;
}
#PRODUCT2 article .product3-nav li.new:after {
  position: absolute;
  content: "";
  top: -5px;
  right: 0;
  background-size: 100%;
  background-image: url("../images/header/new-ov-icon.png");
  width: 43px;
  height: 14px;
}
#PRODUCT2 article .product3-nav .current a {
  background-image: url("../images/product/tab-ov-guide.png");
  background-repeat: no-repeat;
  background-position: top center;
}
#PRODUCT2 article .product3-nav .current a .over {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
#PRODUCT2 article .product3-section {
  max-width: 944px;
  height: auto;
  width: 100%;
  margin: 80px auto 100px;
  position: relative;
  text-align: center;
  background: url("../images/common/bg-l-frame-middle.png");
  background-repeat: repeat-y;
  background-position: top center;
  background-size: 100% auto;
}
#PRODUCT2 article .product3-section:before {
  content: '';
  display: block;
  background: url("../images/common/bg-l-frame-top.png");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100% auto;
  width: 100%;
  height: 62px;
  position: absolute;
  top: -60px;
}
#PRODUCT2 article .product3-section:after {
  content: '';
  display: block;
  background: url("../images/common/bg-l-frame-bottom.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
  width: 100%;
  height: 87px;
  position: absolute;
  bottom: -85px;
}
#PRODUCT2 article .product3-section-inner {
  text-align: center;
  position: relative;
}
#PRODUCT2 article .product3-section-inner .section-title {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
  padding-top: 7px;
  position: relative;
  z-index: 10;
}
#PRODUCT2 article .product3-section-inner p {
  font-size: 18px;
  font-size: 1.2em;
  line-height: 1.5;
  color: #65645e;
  text-shadow: 0px 0px 5px #fff;
  margin-top: 10px;
  margin-bottom: 50px;
}
#PRODUCT2 article .product3-section-inner .guide-box ul {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
}
#PRODUCT2 article .product3-section-inner .guide-box ul li {
  width: 270px;
  margin: 0 13px 25px;
}
#PRODUCT2 article .product3-section-inner .section-text-box {
  background: #fcfcfb;
  max-width: 250px;
  margin: 15px auto 0;
  line-height: 1.75;
  position: relative;
  padding: 20px 10px;
  font-size: 21px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.29);
  -webkit-box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.29);
  -ms-box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.29);
  box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.29);
  color: #65645e;
}
#PRODUCT2 article .product3-section-inner .section-text-box a:hover {
  opacity: 0.7;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#PRODUCT2 article .product3-section-inner .section-text-box a img {
  max-width: 190px;
  width: 100%;
}
#PRODUCT2 .bg-list div {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#PRODUCT2 .bg-list .bg-white {
  background-image: url("../images/top/bg_white.png");
  background-repeat: repeat-y;
  background-position: top center;
  z-index: -1;
}
#PRODUCT2 .bg-list .bg-product {
  background-image: url("../images/product/bg_product.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  z-index: -2;
}
@media screen and (max-width: 767px) {
  #PRODUCT2 article .product3-title {
    margin: 10vw auto 0;
  }
  #PRODUCT2 article .product3-nav {
    margin-top: 7vw;
    flex-flow: wrap;
    max-width: auto;
    justify-content: space-between;
    width: 90%;
  }
  #PRODUCT2 article .product3-nav li {
    margin: 0 0 3vw;
    width: 50%;
    max-width: 260px;
    text-align: center;
  }
  #PRODUCT2 article .product3-section {
    width: 90%;
    height: auto;
    margin: 16vw auto 20vw;
    position: relative;
    text-align: center;
    background: url("../images/common/bg-frame-middle.png");
    background-repeat: repeat-y;
    background-position: top center;
    background-size: 100% auto;
  }
  #PRODUCT2 article .product3-section:before {
    content: '';
    display: block;
    background: url("../images/common/bg-frame-top.png");
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100% auto;
    width: 100%;
    height: 69px;
    position: absolute;
    top: -68px;
  }
  #PRODUCT2 article .product3-section:after {
    content: '';
    display: block;
    background: url("../images/common/bg-frame-bottom.png");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% auto;
    width: 100%;
    height: 87px;
    position: absolute;
    bottom: -85px;
  }
  #PRODUCT2 article .product3-section .section-title {
    padding-top: 0px;
  }
  #PRODUCT2 article .product3-section-inner p {
    margin-top: 0;
    margin-bottom: 6vw;
    font-size: 1.0em;
    line-height: 1.5;
  }
  #PRODUCT2 article .product3-section-inner .guide-box ul li {
    width: auto;
    margin: 0 1.5vw 3vw;
  }
  #PRODUCT2 article .product3-section-inner .guide-box ul .section-text-box {
    max-width: 30vw;
    padding: 6vw 3vw;
    text-align: center;
    font-size: 16px;
  }
}
@media screen and (max-width: 479px) {
  #PRODUCT2 article .product3-section .product3-section-inner .section-title {
    width: 90%;
    margin: 0 auto;
  }
  #PRODUCT2 article .product3-section .product3-section-inner p {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-size: 3.2vw;
  }
  #PRODUCT2 article .product3-section .guide-box ul li {
    margin: 0 2vw 4vw;
  }
  #PRODUCT2 article .product3-section .guide-box ul .section-text-box {
    padding: 3vw !important;
  }
}

html {
  font-size: 100%;
  font-family: 'Kosugi Maru', sans-serif;
  margin-top: 80px;
  min-width: 1200px;
  overflow-x: hidden;
}
@media screen and (max-width: 767px) {
  html {
    min-width: 0px;
    margin-top: 0px;
    overflow-x: hidden;
  }
}

img {
  max-width: 100%;
  flex-shrink: 0;
}

* {
  outline: none !important;
}

@media screen and (max-width: 767px) {
  article {
    overflow: hidden;
  }
}
/* ==========================================================================
   mar/pad
   ========================================================================== */
.mt--0 {
  margin-top: 0px !important;
}

.mt--5 {
  margin-top: 5px !important;
}

.mt--10 {
  margin-top: 10px !important;
}

.mt--20 {
  margin-top: 20px !important;
}

.mt--30 {
  margin-top: 30px !important;
}

.mt--40 {
  margin-top: 40px !important;
}

.mt--50 {
  margin-top: 50px !important;
}

.mt--60 {
  margin-top: 60px !important;
}

.mt--70 {
  margin-top: 70px !important;
}

.mt--80 {
  margin-top: 80px !important;
}

.mt--90 {
  margin-top: 90px !important;
}

.mt--100 {
  margin-top: 100px !important;
}

.mb--0 {
  margin-bottom: 0px !important;
}

.mb--5 {
  margin-bottom: 5px !important;
}

.mb--10 {
  margin-bottom: 10px !important;
}

.mb--20 {
  margin-bottom: 20px !important;
}

.mb--30 {
  margin-bottom: 30px !important;
}

.mb--40 {
  margin-bottom: 40px !important;
}

.mb--50 {
  margin-bottom: 50px !important;
}

.mb--60 {
  margin-bottom: 60px !important;
}

.mb--70 {
  margin-bottom: 70px !important;
}

.mb--80 {
  margin-bottom: 80px !important;
}

.mb--90 {
  margin-bottom: 90px !important;
}

.mb--100 {
  margin-bottom: 100px !important;
}

.mr--0 {
  margin-right: 0px !important;
}

.mr--5 {
  margin-right: 5px !important;
}

.mr--10 {
  margin-right: 10px !important;
}

.mr--20 {
  margin-right: 20px !important;
}

.mr--30 {
  margin-right: 30px !important;
}

.mr--40 {
  margin-right: 40px !important;
}

.mr--50 {
  margin-right: 50px !important;
}

.mr--60 {
  margin-right: 60px !important;
}

.mr--70 {
  margin-right: 70px !important;
}

.mr--80 {
  margin-right: 80px !important;
}

.mr--90 {
  margin-right: 90px !important;
}

.mr--100 {
  margin-right: 100px !important;
}

.ml--0 {
  margin-left: 0px !important;
}

.ml--5 {
  margin-left: 5px !important;
}

.ml--10 {
  margin-left: 10px !important;
}

.ml--20 {
  margin-left: 20px !important;
}

.ml--30 {
  margin-left: 30px !important;
}

.ml--40 {
  margin-left: 40px !important;
}

.ml--50 {
  margin-left: 50px !important;
}

.ml--60 {
  margin-left: 60px !important;
}

.ml--70 {
  margin-left: 70px !important;
}

.ml--80 {
  margin-left: 80px !important;
}

.ml--90 {
  margin-left: 90px !important;
}

.ml--100 {
  margin-left: 100px !important;
}

.pt--0 {
  padding-top: 0px !important;
}

.pt--5 {
  padding-top: 5px !important;
}

.pt--10 {
  padding-top: 10px !important;
}

.pt--15 {
  padding-top: 15px !important;
}

.pt--20 {
  padding-top: 20px !important;
}

.pt--30 {
  padding-top: 30px !important;
}

.pt--40 {
  padding-top: 40px !important;
}

.pt--50 {
  padding-top: 50px !important;
}

.pt--60 {
  padding-top: 60px !important;
}

.pt--70 {
  padding-top: 70px !important;
}

.pt--80 {
  padding-top: 80px !important;
}

.pt--90 {
  padding-top: 90px !important;
}

.pt--100 {
  padding-top: 100px !important;
}

.pb--0 {
  padding-bottom: 0px !important;
}

.pb--5 {
  padding-bottom: 5px !important;
}

.pb--10 {
  padding-bottom: 10px !important;
}

.pb--20 {
  padding-bottom: 20px !important;
}

.pb--30 {
  padding-bottom: 30px !important;
}

.pb--40 {
  padding-bottom: 40px !important;
}

.pb--50 {
  padding-bottom: 50px !important;
}

.pb--60 {
  padding-bottom: 60px !important;
}

.pb--70 {
  padding-bottom: 70px !important;
}

.pb--80 {
  padding-bottom: 80px !important;
}

.pb--90 {
  padding-bottom: 90px !important;
}

.pb--100 {
  padding-bottom: 100px !important;
}

.pr--0 {
  padding-right: 0px !important;
}

.pr--5 {
  padding-right: 5px !important;
}

.pr--10 {
  padding-right: 10px !important;
}

.pr--20 {
  padding-right: 20px !important;
}

.pr--30 {
  padding-right: 30px !important;
}

.pr--40 {
  padding-right: 40px !important;
}

.pr--50 {
  padding-right: 50px !important;
}

.pr--60 {
  padding-right: 60px !important;
}

.pr--70 {
  padding-right: 70px !important;
}

.pr--80 {
  padding-right: 80px !important;
}

.pr--90 {
  padding-right: 90px !important;
}

.pr--100 {
  padding-right: 100px !important;
}

.pl--0 {
  padding-left: 0px !important;
}

.pl--5 {
  padding-left: 5px !important;
}

.pl--10 {
  padding-left: 10px !important;
}

.pl--20 {
  padding-left: 20px !important;
}

.pl--30 {
  padding-left: 30px !important;
}

.pl--40 {
  padding-left: 40px !important;
}

.pl--50 {
  padding-left: 50px !important;
}

.pl--60 {
  padding-left: 60px !important;
}

.pl--70 {
  padding-left: 70px !important;
}

.pl--80 {
  padding-left: 80px !important;
}

.pl--90 {
  padding-left: 90px !important;
}

.pl--100 {
  padding-left: 100px !important;
}

/* ==========================================================================
   全ページ共通
   ========================================================================== */
.hover-style {
  display: inline-block;
  position: relative;
}
.hover-style .over {
  position: absolute;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.hover-style:hover .over {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

.sp-only {
  display: none !important;
}

.sp-only__inline {
  display: none !important;
}

.sp-only__flex {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }

  .sp-only {
    display: block !important;
  }

  .sp-only__inline {
    display: inline-block !important;
  }

  .sp-only__flex {
    display: flex !important;
  }
}
/* ==========================================================================
   スライダー設定
   ========================================================================== */
#cboxTitle {
  display: none !important;
}

#cboxLoadedContent {
  padding: 4px;
  background: #fff;
  border: #b3aa7f 2px solid;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

#colorbox, #cboxOverlay, #cboxWrapper {
  z-index: 999999;
  overflow: visible;
}

#cboxContent {
  background: none;
}

#cboxClose {
  background-image: url(../images/common/icon-close.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
  width: 35px;
  height: 35px;
  top: -35px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: hand;
  cursor: pointer;
}
#cboxClose:hover {
  background-image: url(../images/common/icon-close.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
  width: 35px;
  height: 35px;
  top: -35px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  #cboxClose {
    background-image: url(../images/common/sp-icon-close.png);
  }
}

#cboxPrevious {
  right: auto;
  font-size: 0;
  border: none;
  background: url("../images/common/icon-arrow-border.png");
  background-repeat: no-repeat;
  background-position: top center;
  width: 35px;
  height: 68px;
  position: absolute;
  z-index: 10;
  top: 50%;
  margin-top: -26px;
  left: -40px;
  transform: rotate(-180deg);
}
#cboxPrevious:hover {
  background-position: top center;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  #cboxPrevious {
    top: auto;
    bottom: -100px;
    left: 50%;
    margin-left: -80px;
    background: url("../images/common/sp-icon-arrow-border.png");
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
    width: 31px;
    margin-top: -5px;
  }
  #cboxPrevious:hover {
    background-position: center;
  }
}

#cboxNext {
  right: -40px;
  font-size: 0;
  border: none;
  background: url("../images/common/icon-arrow-border.png");
  background-repeat: no-repeat;
  background-position: top center;
  width: 35px;
  height: 68px;
  position: absolute;
  z-index: 10;
  top: 50%;
  margin-top: -26px;
}
#cboxNext:hover {
  background-position: top center;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  #cboxNext {
    top: auto;
    bottom: -100px;
    left: 50%;
    margin-left: 30px;
    background: url("../images/common/sp-icon-arrow-border.png");
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
    width: 31px;
  }
  #cboxNext:hover {
    background-position: center;
  }
}

#container {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

#background_video {
  position: absolute;
  top: 79px;
  min-width: 100vw;
  min-height: 100vh;
  height: auto !important;
  width: auto !important;
  top: 50px;
  left: 50%;
  transform: translate(-50%, 0%);
}
@media screen and (max-width: 767px) {
  #background_video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 110vh;
  }
}

#video_cover {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("../images/top/bg_feature.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}

#movie_pop {
  overflow: hidden;
}

#movie_pop video {
  max-width: 850px;
  width: auto;
  height: auto;
  display: block;
  overflow: hidden;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #movie_pop video {
    width: 100%;
  }
}

.youtube_pop {
  overflow: hidden;
}

.youtube_pop video {
  max-width: 850px;
  width: auto;
  height: auto;
  display: block;
  overflow: hidden;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .youtube_pop video {
    width: 100%;
  }
}

#cboxLoadedContent {
  overflow: hidden !important;
}

.inline {
  position: relative;
  display: block;
}

#movie_hover {
  width: auto;
  max-width: 276px;
  width: 100%;
  position: absolute;
  overflow: hidden;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  top: 3px;
  left: 2px;
}
@media screen and (max-width: 767px) {
  #movie_hover {
    max-width: 34.8vw;
    top: 0.35vw;
    left: 0.35vw;
  }
}
@media screen and (max-width: 479px) {
  #movie_hover {
    max-width: 72.5vw;
    top: 0.7vw;
    left: 0.7vw;
  }
}
#movie_hover video {
  width: 100%;
  height: auto;
  display: block;
}
#movie_hover:hover {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
@media screen and (max-width: 767px) {
  #movie_hover:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
}

#cvs {
  transform: rotateZ(52deg);
  margin-top: -450px;
}
@media screen and (max-width: 767px) {
  #cvs {
    display: none;
  }
}
