@charset "UTF-8";
/* Magnific Popup CSS */

.PC{
	display:none !important;
}
.SP{
	display:block !important;
}
/* spr */

#SPMV{
	display:block;
}
.section-03__img .text{
    width: 82.03125%;
    margin: 15px auto 0;
}
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
.text_egg{
            font-size:90%;
			color:#fff;
        }
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
}
.mfp-img-mobile img.mfp-img {
    padding: 0;
}
.mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
}
.mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
}
.mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
}
.mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
}
.mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
}
.mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
}
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
}
.mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
}
.mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
}
.mfp-container {
    padding-left: 6px;
    padding-right: 6px;
}
}


/* 角丸
------------------------------------------------*/
/* トランジション
------------------------*/
/* 不透明度
------------------------*/
/* ボックスシャドー
------------------------*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, object, iframe, pre, code, p, blockquote, form, fieldset, legend, table, th, td, caption, tbody, tfoot, thead, article, aside, figure, footer, header, menu, nav, section, audio, video, canvas, main {
  margin: 0;
  padding: 0;
}
article, aside, figure, figcaption, footer, h1, h2, h3, h4, h5, h6, header, menu, nav, section, main {
  display: block;
}
html {
  font-size: 62.5%;
  text-size-adjust: 100%;
}
html, body {
  width: 100%;
  height: 100%;
}
body {
  color: #333;
  background: #fff;
  font-family: -apple-system, Helvetica, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", "メイリオ", Meiryo, "Lucida Grande", sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
  overflow-y: scroll;
}
a:link {
  color: #333;
  text-decoration: none;
}
a:visited {
  color: #333;
  text-decoration: none;
}
a:hover {
  color: #333;
  text-decoration: underline;
}
a:active {
  color: #333;
  text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}
p {
  line-height: 1.5;
}
li {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
  font-family: inherit;
}
caption, th, td {
  text-align: left;
  vertical-align: top;
}
fieldset {
  border: 0;
}
input, textarea, select, label {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 100%;
  font-family: inherit;
  vertical-align: middle;
}
label {
  cursor: pointer;
}
textarea {
  overflow: auto;
}
legend {
  display: none;
}
img {
  border: 0;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}
object {
  vertical-align: middle;
  outline: 0;
}
em {
  font-style: italic;
}
strong {
  font-weight: 700;
}
small {
  font-size: 100%;
}
abbr, acronym {
  border: 0;
  font-variant: normal;
}
q:before, q:after {
  content: '';
}
address, caption, cite, code, dfn, var {
  font-weight: 400;
  font-style: normal;
}
code, pre {
  font-family: monospace;
}
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
hr {
  display: none;
}
.flex-row {
  display: flex;
  flex: 0 1 auto;
  flex-flow: row wrap;
  margin-left: -15px;
  margin-right: -15px;
}
[class*="flex-xs-"], [class*="flex-sm-"], [class*="flex-md-"], [class*="flex-lg-"] {
  box-sizing: border-box;
  flex: 0 0 auto;
  flex-grow: 1;
  padding-left: 15px;
  padding-right: 15px;
}
[class*="flex-xs-1"] {
  flex-basis: 8.33333%;
  max-width: 8.33333%;
}
[class*="flex-xs-2"] {
  flex-basis: 16.66667%;
  max-width: 16.66667%;
}
[class*="flex-xs-3"] {
  flex-basis: 25%;
  max-width: 25%;
}
[class*="flex-xs-4"] {
  flex-basis: 33.33333%;
  max-width: 33.33333%;
}
[class*="flex-xs-5"] {
  flex-basis: 41.66667%;
  max-width: 41.66667%;
}
[class*="flex-xs-6"] {
  flex-basis: 50%;
  max-width: 50%;
}
[class*="flex-xs-7"] {
  flex-basis: 58.33333%;
  max-width: 58.33333%;
}
[class*="flex-xs-8"] {
  flex-basis: 66.66667%;
  max-width: 66.66667%;
}
[class*="flex-xs-9"] {
  flex-basis: 75%;
  max-width: 75%;
}
[class*="flex-xs-10"] {
  flex-basis: 83.33333%;
  max-width: 83.33333%;
}
[class*="flex-xs-11"] {
  flex-basis: 91.66667%;
  max-width: 91.66667%;
}
[class*="flex-xs-12"] {
  flex-basis: 100%;
  max-width: 100%;
}
@media print, screen and (min-width: 1023px) {
[class*="flex-sm-1"] {
    flex-basis: 8.33333%;
    max-width: 8.33333%;
}
[class*="flex-sm-2"] {
    flex-basis: 16.66667%;
    max-width: 16.66667%;
}
[class*="flex-sm-3"] {
    flex-basis: 25%;
    max-width: 25%;
}
[class*="flex-sm-4"] {
    flex-basis: 33.33333%;
    max-width: 33.33333%;
}
[class*="flex-sm-5"] {
    flex-basis: 41.66667%;
    max-width: 41.66667%;
}
[class*="flex-sm-6"] {
    flex-basis: 50%;
    max-width: 50%;
}
[class*="flex-sm-7"] {
    flex-basis: 58.33333%;
    max-width: 58.33333%;
}
[class*="flex-sm-8"] {
    flex-basis: 66.66667%;
    max-width: 66.66667%;
}
[class*="flex-sm-9"] {
    flex-basis: 75%;
    max-width: 75%;
}
[class*="flex-sm-10"] {
    flex-basis: 83.33333%;
    max-width: 83.33333%;
}
[class*="flex-sm-11"] {
    flex-basis: 91.66667%;
    max-width: 91.66667%;
}
[class*="flex-sm-12"] {
    flex-basis: 100%;
    max-width: 100%;
}
}
@media print, screen and (min-width: 1024px) {
  [class*="flex-md-1"] {
    flex-basis: 8.33333%;
    max-width: 8.33333%;
}
[class*="flex-md-2"] {
    flex-basis: 16.66667%;
    max-width: 16.66667%;
}
[class*="flex-md-3"] {
    flex-basis: 25%;
    max-width: 25%;
}
[class*="flex-md-4"] {
    flex-basis: 33.33333%;
    max-width: 33.33333%;
}
[class*="flex-md-5"] {
    flex-basis: 41.66667%;
    max-width: 41.66667%;
}
[class*="flex-md-6"] {
    flex-basis: 50%;
    max-width: 50%;
}
[class*="flex-md-7"] {
    flex-basis: 58.33333%;
    max-width: 58.33333%;
}
[class*="flex-md-8"] {
    flex-basis: 66.66667%;
    max-width: 66.66667%;
}
[class*="flex-md-9"] {
    flex-basis: 75%;
    max-width: 75%;
}
[class*="flex-md-10"] {
    flex-basis: 83.33333%;
    max-width: 83.33333%;
}
[class*="flex-md-11"] {
    flex-basis: 91.66667%;
    max-width: 91.66667%;
}
[class*="flex-md-12"] {
    flex-basis: 100%;
    max-width: 100%;
}
}
@media print, screen and (min-width: 1200px) {
  [class*="flex-lg-1"] {
    flex-basis: 8.33333%;
    max-width: 8.33333%;
}
[class*="flex-lg-2"] {
    flex-basis: 16.66667%;
    max-width: 16.66667%;
}
[class*="flex-lg-3"] {
    flex-basis: 25%;
    max-width: 25%;
}
[class*="flex-lg-4"] {
    flex-basis: 33.33333%;
    max-width: 33.33333%;
}
[class*="flex-lg-5"] {
    flex-basis: 41.66667%;
    max-width: 41.66667%;
}
[class*="flex-lg-6"] {
    flex-basis: 50%;
    max-width: 50%;
}
[class*="flex-lg-7"] {
    flex-basis: 58.33333%;
    max-width: 58.33333%;
}
[class*="flex-lg-8"] {
    flex-basis: 66.66667%;
    max-width: 66.66667%;
}
[class*="flex-lg-9"] {
    flex-basis: 75%;
    max-width: 75%;
}
[class*="flex-lg-10"] {
    flex-basis: 83.33333%;
    max-width: 83.33333%;
}
[class*="flex-lg-11"] {
    flex-basis: 91.66667%;
    max-width: 91.66667%;
}
[class*="flex-lg-12"] {
    flex-basis: 100%;
    max-width: 100%;
}
}
html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}
header {
  position: fixed;
  height: 50px;
  background: #fff;
  width: 100%;
  top: 0;
  z-index: 100;
}
header h1 {
    float: left;
    margin: 12px 0 0 15px;
}
header h1 a {
      display: block;
      width: 101px;
}
header .sp_menu_btn {
    float: right;
    background: #c2b03b;
    width: 50px;
    height: 100%;
    text-align: center;
}
header .sp_menu_btn img {
      width: 54.62963%;
      margin-top: 23.14815%;
}
header nav {
    display: none;
    clear: both;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 60;
    background: #f6ae00;
    padding-bottom: 50px;
}
header nav p {
      height: 50px;
      text-align: center;
      width: 50px;
      float: right;
}
header nav p img {
        width: 62.03704%;
        margin-top: 23.14815%;
}
header nav ul {
      clear: both;
      border-top: 1px solid #fbd780;
      border-bottom: 1px solid #fbd780;
}
header nav li {
      border-top: 1px solid #fbd780;
}
header nav li:first-child {
        border-top: none;
}
header nav li a {
        height: 38px;
        width: 100%;
        display: block;
        padding-top: 10px;
        color: #fff;
        padding: 10px 0 10px 10px;
        background: url(../../img/smp/nav_menu_arrow.png) right 10px center no-repeat;
        background-size: 10px;
}
header nav li a:visited, header nav li a:link {
          color: #fff;
}
header nav .nav_logo {
      display: none;
}
@media print, screen and (min-width: 1023px) {
header nav .nav_logo a {
          -webkit-transition: 0.2s;
          -moz-transition: 0.2s;
          -ms-transition: 0.2s;
          -o-transition: 0.2s;
          transition: 0.2s;
          opacity: 1;
          filter: alpha(opacity=1);
          -ms-filter: "alpha(opacity=100)";
          -moz-opacity: 1;
          -khtml-opacity: 1;
}
header nav .nav_logo a:hover {
            opacity: 0.75;
            filter: alpha(opacity=0.75);
            -ms-filter: "alpha(opacity=75)";
            -moz-opacity: 0.75;
            -khtml-opacity: 0.75;
}
}
footer {
  background: #c2b03b;
  width: 100%;
  padding: 0 15px;
  height: 58px;
  position: relative;
  z-index: 1000;
}
@media print, screen and (min-width: 1023px) {
footer {
      padding: 0;
}
}
footer p {
    float: none;
    text-align: center;
}
@media print, screen and (min-width: 1023px) {
footer p {
        float: left;
        text-align: left;
}
}
@media print, screen and (min-width: 1023px) {
footer p.copyright {
        float: right;
}
}
footer .footer_inner {
    max-width: 1078px;
    position: relative;
    padding-top: 12px;
    margin: 0 auto;
}
@media print, screen and (min-width: 1023px) {
footer .footer_inner {
        padding-top: 20px;
}
}
footer .footer_inner_deep {
    max-width: 960px;
    margin: 0 auto;
}
footer .footer_inner_deep p, footer .footer_inner_deep a {
      color: #fff;
      font-size: 1.2rem;
}
footer .totop {
    position: fixed;
    right: 0;
    width: 45px;
    z-index: 100;
    right: 10px;
    bottom: 5px;
    display: none;
}
@media print, screen and (min-width: 1023px) {
footer .totop {
        width: auto;
        right: 15px;
        bottom: 28px;
}
footer .totop a {
          -webkit-transition: 0.2s;
          -moz-transition: 0.2s;
          -ms-transition: 0.2s;
          -o-transition: 0.2s;
          transition: 0.2s;
          opacity: 1;
          filter: alpha(opacity=1);
          -ms-filter: "alpha(opacity=100)";
          -moz-opacity: 1;
          -khtml-opacity: 1;
}
footer .totop a:hover {
            opacity: 0.75;
            filter: alpha(opacity=0.75);
            -ms-filter: "alpha(opacity=75)";
            -moz-opacity: 0.75;
            -khtml-opacity: 0.75;
}
}
footer .totop img {
      width: 100%;
      height: auto;
}
main {
  font-weight: bold;
  text-align: center;
  margin-top: 50px;
}
@media print, screen and (min-width: 1023px) {
main {
      margin-top: 0;
}
}
@keyframes animate1 {
  to {
    background-position: 0 -13120px;
}
}
@keyframes animate2 {
  to {
    background-position: 0 -28700px;
}
}
@keyframes animate3 {
  to {
    background-position: 0 -16810px;
}
}
@keyframes animate4 {
  to {
    background-position: 0 -41000px;
}
}
@keyframes animate5 {
  to {
    background-position: 0 -62500px;
}
}
.youtube {
		  display: none;
}
@media print, screen and (min-width: 1023px) {
.youtube {
      position: fixed;
      top: 0;
      left: 0;
      z-index: 110;
      width: 100%;
      height: 100%;
      background: #000;
}
}
@media print, screen and (min-width: 1023px) {
.youtube iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
}
}
.youtube .btn-close {
    position: absolute;
    top: 50px;
    right: 14px;
    width: 50px;
    cursor: pointer;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    opacity: 1;
    filter: alpha(opacity=1);
    -ms-filter: "alpha(opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
}
.youtube .btn-close:hover {
      opacity: 0.75;
      filter: alpha(opacity=0.75);
      -ms-filter: "alpha(opacity=75)";
      -moz-opacity: 0.75;
      -khtml-opacity: 0.75;
}
.covervid-wrapper {
  z-index: 15;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;

	background:#000;
  /* slider */
}
.covervid-wrapper video {
    display: none;
}
.covervid-wrapper .bx-wrapper {
    margin: 0;
}
.covervid-wrapper .bx-wrapper .bx-viewport {
    border: 0;
    left: 0;
}
.covervid-wrapper li:nth-child(1) {
    background: url(../../img/smp/main_slide_01.png) center top no-repeat;
    background-size: cover;
}
.covervid-wrapper li:nth-child(2) {
    background: url(../../img/smp/main_slide_02.png) center top no-repeat;
    background-size: cover;
}
.covervid-wrapper li:nth-child(3) {
    background: url(../../img/smp/main_slide_03.png) center top no-repeat;
    background-size: cover;
}
.covervid-wrapper .btn-movie {
    width: 32.55208%;
    position: absolute;
    top: 60%;
    margin: -84px auto 0;
    left: 0;
    right: 0;
}
.covervid-wrapper .btn-scroll {
    position: absolute;
    bottom: 72px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.egg {
  display: inline;
  position: absolute;
  width: 809px;
  margin: 0 auto 0 -404px;
  padding:200px 0 0;
  height: 351px;
  text-align: center;
  top: -300px;
  left: 50%;
  z-index: 11;
}


/*============================
section-01
============================*/
.section-01 {
  background: #000 url(../../img/smp/sec01_img_01.png) no-repeat center 11%;
  background-size: contain;
  padding-bottom: 25.50521%;
}
.section-01 h2 {
    padding-top: 9.375%;
}
.section-01 h2 img {
      width: 69.01042%;
}
.section-01__img {
    display: none;
}
.section-01 p {
    display: none;
}
.section-01 p.section-01__text {
      display: block;
      padding: 14.0625% 0 0;
}
.section-01 p.section-01__text img {
        width: 88.54167%;
}
.section-01 p.section-01__logo {
      display: block;
      padding: 14.04167% 0 0;
}
.section-01 p.section-01__logo img {
        width: 38.02083%;
}


/*============================
section-02 
============================*/
.section-02 {
	position: relative;
	z-index: 20;
}
.section-02 img {
	width: 100%;
}
.section-02 {
	background: none;
	background-size: cover;
}
/*============================
section-03
============================*/

.section-03 {
	position: relative;
	z-index: 30;
	background: #fff;
}
.section-03__vibration {
	padding: 9.50521% 0 9.63542%;
	padding-bottom: 0px;
}
.section-03__vibration p, .section-03__vibration h2 {
	margin-bottom: 6.90104%;
}
.section-03__vibration .text.SP {
    font-weight: bold;
    font-size: 150%;
    margin-top:40px;
    margin-bottom: 40px;
}
.section-03__img {
	position:relative;
    display: inline-block;
}
.section-03__img a{
    margin-top: 20px;
}

/* アコーディオン */

  .section-03__stress {
    background: #c2b03b;
    padding: 9.76562% 0 13.41146%;
}
.section-03__stress p {
      margin: 0 0 5.59896% 0;
}
.section-03__stress h2 {
      margin-bottom: 5.07812%;
}
.section-03__stress h2 img {
      width: 61.71875%;
}
.section-03__stress .section-03_desc {
      width: 82.03125%;
      margin: 0 auto 5.46875%;
}
.section-03__stress .sec03__person_box {
		overflow:hidden;
      border-radius: 5px;
      width: 93.61979%;
      color: #fff;
      background: #000;
      margin: 0 auto;
      padding: 6.25869% 5%;
      margin-bottom: 11.58854%;
}
.section-03__stress .sec03__person_box p{
        line-height: 1.8;
        margin-bottom: 0;
        font-size: 1.4rem;
        letter-spacing: -0.09em;
        text-align: left;
}
.section-03__stress .sec03__person_box p.person{
	padding:0 0 30px;
}
.tab {
  font-size: 0;
  text-align: center;
  margin-bottom: 5px;
}
.tab li {
    font-size: 1rem;
    display: inline-block;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 3px 2px 3px;
    -moz-box-shadow: rgba(0, 0, 0, 0.1) 3px 2px 3px;
    box-shadow: rgba(0, 0, 0, 0.1) 3px 2px 3px;
    background: #fff;
    width: 93.61979%;
    margin-top: 9.24479%;
    position: relative;
    padding: 4.55729% 0;
}
.tab li:first-child {
      margin-top: 0;
}
.tab li:last-child {
      margin-right: 0;
}
.tab-contents {
    display: none;
}
.tab-contents.active {
      display: block;
}
.tab-contents__wrapper {
      background: #fff;
      padding: 42px 49px 47px;
      max-width: 960px;
      margin: 0 auto;
      border-radius: 16px;
      position: relative;
      width: 100%;
}
.tab-contents__ctrl {
      position: absolute;
      top: 50%;
      margin-top: -31px;
      width: 100%;
      left: 0;
      right: 0;
}
.tab-contents__ctrl ul {
        width: 100%;
        height: 63px;
        position: relative;
}
.tab-contents__ctrl li {
        position: absolute;
        top: 0;
}
.tab-contents__ctrl li:first-child {
          left: -83px;
}
.tab-contents__ctrl li:last-child {
          right: -83px;
}
.tab-contents__ctrl .disable {
        cursor: default;
        opacity: 0.5;
}
.tab li span {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0 0 -5.6% 43.8%;
    width: 12.3783%;
    cursor: pointer;
}
.tab li span.state--open {
      -moz-transform: rotate(180deg);
      -webkit-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg);
}
.tab li a {
    display: none;
}
.tab .accordion-wrap {
    display: none;
    margin-top: 3.51562%;
}
.tab .accordion-wrap p img {
      width: 81.11979%;
}
.tab .accordion-wrap a {
      display: block;
}
.tab .accordion-wrap p {
      margin-bottom: 0;
}
.tab .accordion-wrap p.person {
        margin-bottom: 3.21027%;
}
.tab .accordion-wrap p.person img {
          width: 100%;
}
.tab .accordion-wrap .section__smp_contents-detail {
      width: 81.11979%;
      margin: 7.8125% auto 2.34375%;
      border: 2px solid #c2b03b;
      background: #fffbf1;
      padding: 4.81541%;
      text-align: left;
}
.section-03__stress .section-03__stress_btn_movie {
      margin-top: 9.14928%;
}
.section-03__stress .section-03__stress_btn_movie a {
        display: inline-block;
        width: 81.11979%;
}
.section-03__stress .section-03__stress_btn_movie a img {
          width: 100%;
}
.section-03__stress .tab-contents__wrapper {
      padding: 42px 33px 47px;
}
.section-03__stress .sec03__person_box {
      border-radius: 5px;
      width: 93.61979%;
      color: #fff;
      background: #000;
      margin: 0 auto;
      padding: 6.25869%;
      margin-bottom: 11.58854%;
}
.section-03__stress .sec03__person_box dl {
        display: none;
}
.section-03__stress .sec03__person_box dt {
        display: none;
}
.section-03__stress .accordion-wrap {
      margin-top: 5.20833%;
}
.section-03__stress .tab li {
      padding: 30px 0 50px;
}
.section-03__tab-contents h3 {
    margin-bottom: 45px;
}
.section-03__tab-contents-graph {
    width: 100%;
    height: 410px;
    margin-bottom: 40px;
}
.section-03__tab-contents-graph-01 {
      background: url(../../img/sec03_sprite_01.png) no-repeat;
}
.section-03__tab-contents-graph-01.active {
        animation: animate1 2s steps(32) forwards;
}
.section-03__tab-contents-graph-02 {
      background: url(../../img/sec03_sprite_02.png) no-repeat;
}
.section-03__tab-contents-graph-02.active {
        animation: animate2 4s steps(70) forwards;
}
.section-03__tab-contents-graph-03 {
      background: url(../../img/sec03_sprite_03.png) no-repeat;
}
.section-03__tab-contents-graph-03.active {
        animation: animate3 2s steps(41) forwards;
}
.section-03__tab-contents-graph-04 {
      background: url(../../img/sec03_sprite_04.png) no-repeat;
}
.section-03__tab-contents-graph-04.active {
        animation: animate4 5s steps(100) forwards;
}
.section-03__tab-contents-detail {
    border: 3px solid #c2b03b;
    background: #fffbf1;
    padding: 21px;
    text-align: left;
}
.section-03__tab-contents-detail p {
      line-height: 2.142857143;
      margin-bottom: 0;
      font-size: 1.4rem;
      letter-spacing: -0.09em;
}
.section-03__tab-contents {
    display: none;
}


/*============================
section-04
============================*/
.section-04 {
  background: #000;
  padding: 9.89583% 0 9.50521%;
  position: relative;
}
.section-04__img_01 {
    width: 60.80729%;
    margin-bottom: 6.77083%;
}
.section-04__img_02 {
    width: 93.48958%;
    margin-bottom: 10.41667%;
}
.section-04__img_03 {
    width: 60.80729%;
    margin-bottom: 17.70833%;
}
.section-04__img_04 {
    width: 100%;
    margin-bottom: 17.70833%;
}
.section-04 img {
    height: auto;
}
.section-04 h2 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin-top: 39.45312%;
    z-index: 40;
}
.section-04 h2 img {
      width: 76.82292%;
}
.section-04__text-01 {
    margin-bottom: 7.8125%;
}
.section-04__text-01 img {
      width: 71.35417%;
}
.section-04__text-02 {
    margin-bottom: 2.08333%;
    padding: 0 24px;
}
.section-04__text-02 a:hover {
    filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}
.section-04__text-02 img {
      width: 53.25521%;
}
.section-04__sprite {
    display: none;
}
.section-04__egg {
    display: none;
}
.section-04__egg-end {
    display: none;
}
.section-04 .popup-movie-04-01 {
    width: 77.73438%;
}
.section-04 .popup-movie-04-01 img {
      width: 100%;
}
@media print, screen and (min-width: 1023px) {
}
.section-05 {
  height: 775px;
  background: url(../../img/sec05_bg_01.png) no-repeat center center;
  background-size: cover;
  position: relative;
  z-index: 50;
}
.section-06 {
  background: #fffbf1;
  padding: 9.63542% 0 19.27083%;
  position: relative;
  z-index: 60;
}
.section-06 img {
    height: auto;
}
.section-06 p {
    text-align: left;
    margin-bottom: 6.25%;
    line-height: 1.785714286;
}
.section-06 h2 {
    margin-bottom: 7.42188%;
}
.section-06 h3 {
    margin-bottom: 7.14286%;
}
.section-06__thum {
    width: 100%;
}
.section-06 a {
    width: 100%;
    height: auto;
    vertical-align: bottom;
    margin-top: 5.53571%;
    background: none;
    background-size: contain;
    text-indent:0;
}
.section-06 a._type01 {
	      margin:5.53571% auto 0 ;
	  text-align:center;
}
.section-06 a img {
      width: 100%;
      vertical-align: middle;
}
.section-06 a:hover {
/*      background: #c2b03b url(../imgsmp//sec06_btn_01_on.png) center center no-repeat;*/
}
@media print, screen and (min-width: 1023px) {
.section-06 a {
        height:auto;
        width: 100%;
        display: inline-block;
        border: none;
        padding: 0;
        border-radius: 0px;
        line-height: inherit;
        background: none;
        text-indent:0px;
}
.section-06 a img {
          width: auto;
          vertical-align: middle;
}
.section-06 a:hover {
          background: #c2b03b url(../../img/sec06_btn_01_on_pc.png) center center no-repeat;
}
}
.section-06 ul {
    font-size: 0;
}
.section-06 li {
    font-size: 1.4rem;
    display: inline-block;
    width: 87.23958%;
    margin: 0 auto;
    border: 3px solid #c2b03b;
    background:#000;
    color: #fff;
    padding: 6.62651% 6.4759% 6.1747%;
}
.section-06 li:first-child {
      margin-bottom: 5.07812%;
}
.section-06 li:last-child {
      margin-right: 0;
}
@media print, screen and (min-width: 1023px) {
.section-06 li {
        margin: 0 93px 0 0;
        width: 433px;
        padding: 28px 29px 23px;
}
.section-06 li:first-child {
          margin-bottom: 0;
}
.section-06 li:last-child {
          margin-right: 0;
}
}
@media print, screen and (min-width: 1023px) {
.section-06 {
      padding: 83px 0;
}
.section-06 h2 {
        margin-bottom: 53px;
}
.section-06 h2 img {
          width: auto;
}
.section-06 h3 {
        margin-bottom: 25px;
}
.section-06 h3 img {
          width: auto;
}
.section-06 p {
        margin-bottom: 25px;
}
.section-06__thum {
        width: auto;
}
}
.popup-inline {
  border: 3px solid #c2b03b;
  border-radius: 3px;
  width: 87.23958%;
  margin-left: auto;
  margin-right: auto;
  background: #c2b03b;
  overflow: hidden;
  /* modal01 */
  /* modal02 */
}
@media print, screen and (min-width: 1023px) {
.popup-inline {
      max-width: 460px;
      width: auto;
}
}
.popup-inline__wrapper {
    display: none;
}
.popup-inline__contents {
    padding: 16px 4.62555% 16px;
    background: #000;
    color:#000;
}
.popup-inline h4 {
    background: #c2b03b;
    height: 56px;
    line-height: 56px;
    color: #000;
    text-align: center;
    font-size: 2rem;
}
@media print, screen and (min-width: 1023px) {
.popup-inline h4 {
        font-size: 2.4rem;
}
}
.popup-inline h5 {
    font-size: 1.7rem;
    margin-bottom: 20px;
    text-align: center;
}
@media print, screen and (min-width: 1023px) {
.popup-inline h5 {
        font-size: 2.0rem;
}
}
.popup-inline p {
    margin-bottom: 16px;
}
.popup-inline video {
    width: 100%;
}
.popup-inline .head_part,
  .popup-inline .seat_part {
    width: 47.57282%;
}
.popup-inline .head_part img,
    .popup-inline .seat_part img {
      width: 100%;
      height: auto;
}
.popup-inline .head_part {
    float: left;
}
.popup-inline .seat_part {
    float: right;
}
.popup-inline .head_part_text {
    text-align: center;
    width: 100%;
    font-size: 1.4rem;
    font-weight: bold;
    padding: 0;
    border-bottom: 4px solid #c2b03b;
    letter-spacing: 0.4em;
    color:#fff;
}
@media print, screen and (min-width: 1023px) {
.popup-inline .head_part_text {
        font-size: 1.8rem;
}
}
.popup-inline .caution {
    text-align: right;
    font-size: 1.2rem;
    color:#fff;
    font-weight:bold;
    margin-top: 10px;
    margin-bottom: 0px;
}
.popup-inline .modal-02_img img {
    width: 100%;
    height: auto;
}
/*============================
section-08
============================*/
.section-07 {
  background: #c2b03b;
  padding: 9.50521% 0;
  position: relative;
  z-index: 70;
}
.section-07 img {
    height: auto;
}
.section-07 h2 {
    margin-bottom: 7.03125%;
}
.section-07 .sec07_youtube {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 56%;
}
.section-07 .sec07_youtube iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
}
@media print, screen and (min-width: 1023px) {
.section-07 {
      padding: 83px 0;
}
.section-07 img {
        height: inherit;
}
.section-07 h2 {
        margin-bottom: 30px;
}
.section-07 h2 img {
          width: auto;
}
}
.section-07__tab .sec07_head_text {
    font-size: 1.8rem;
    margin: 4.47284% auto 3.03514%;
    padding-top: 3.19489%;
    width: 87.06537%;
    color: #c2b03b;
    border-top: 1px solid #c2b03b;
}
@media print, screen and (min-width: 1023px) {
.section-07__tab .sec07_head_text {
        display: none;
}
}
.section-07__tab .accordion-wrap .inner {
    margin: 0 auto;
}
.section-07__tab .accordion-wrap .inner .section-07__tab-contents-text {
      width: 100%;
      line-height: 1.5;
      font-size: 1.5rem;
      margin-bottom: 2.8754%;
}
.section-07__tab .accordion-wrap .inner .sec07_thumb {
      margin-bottom: 4.79233%;
}
.section-07__tab .accordion-wrap .inner img {
      width: 100%;
}
.section-07__tab li {
    background: #000;
    color:#fff;
    background-size: 100%;
}
@media print, screen and (min-width: 1023px) {
.section-07__tab li {
      margin-right: 10px;
      background: #000;
}
.section-07__tab li:nth-child(1) a {
        background: url(../../img/sec07_btn_01_off.png) no-repeat center top;
}
.section-07__tab li:nth-child(1) a:hover, .section-07__tab li:nth-child(1) a.active {
          right: 0;
          background: url(../../img/sec07_btn_01_on.png) no-repeat center top;
}
.section-07__tab li:nth-child(2) a {
        background: url(../../img/sec07_btn_02_off.png) no-repeat center top;
}
.section-07__tab li:nth-child(2) a:hover, .section-07__tab li:nth-child(2) a.active {
          left: 1px;
          background: url(../../img/sec07_btn_02_on.png) no-repeat center top;
}
.section-07__tab li:nth-child(3) a {
        background: url(../../img/sec07_btn_03_off.png) no-repeat center top;
}
.section-07__tab li:nth-child(3) a:hover, .section-07__tab li:nth-child(3) a.active {
          left: 1px;
          background: url(../../img/sec07_btn_03_on.png) no-repeat center top;
}
.section-07__tab a {
      width: 314px;
      height: 123px;
      display: block;
      text-indent: 100%;
      white-space: nowrap;
      overflow: hidden;
}
.section-07__tab a:hover, .section-07__tab a.active {
        position: relative;
        top: -1px;
}
}
.section-07__tab-contents {
    background: #fff url(../../img/sec07_bg_01.png) no-repeat right -40px bottom -40px;
}
.section-07__tab-contents h3 {
      font-size: 2.6rem;
      margin-bottom: 35px;
}
.section-07__tab-contents-detail {
      overflow: hidden;
}
.section-07__tab-contents a {
      float: left;
      display: block;
      max-width: 57.93743%;
}
.section-07__tab-contents a:hover {
        opacity: .66;
}
.section-07__tab-contents-text, .section-07__tab-contents-profile {
      float: right;
      text-align: left;
      width: 39.28158%;
}
.section-07__tab-contents-text {
      line-height: 2.142857143;
      margin-bottom: 30px;
}
.section-07__tab-contents-profile {
      min-height: 111px;
      position: relative;
}
.section-07__tab-contents-profile dl {
        position: absolute;
        bottom: 0;
        left: 130px;
}
.section-07__tab-contents-profile dt {
        font-size: 2.3rem;
        line-height: 1.3;
        margin-bottom: 4px;
}
.section-07__tab-contents-profile dt span {
          display: block;
          padding-left: 53px;
}
.section-07__tab-contents {
    display: none;
}
@media print, screen and (min-width: 1023px) {
.section-07__tab-contents {
        display: block;
}
}
.section-07 .tab-contents__ctrl a {
    max-width: none;
}
@media print, screen and (min-width: 1023px) {
.section-07 .tab-contents__ctrl img {
      width: 63px;
      height: 63px;
}
}
/*============================
section-08
============================*/
.section-08 {
  padding: 9.50521% 20px 7.55208%;
  position: relative;
  z-index: 80;
  background: #000;
}
.section-08 h2 {
    margin-bottom: 30px;
}
.section-08__item-list {
    overflow: hidden;
    margin: 0 auto 52px;
}
.section-08__item-list li {
	box-sizing:border-box;
	vertical-align: middle;
	border: solid 1px #c2b03b;
	border-right: none;
	width: 33.3333333%;
	float: left;
	height: 300px;
	background:#fff;
}
.section-08__item-list li:last-child {
     border-right: solid 1px #c2b03b;
}
.section-08__item-list a {
	display: block;
	height: 100%;
	width: 100%;
	background: url(../../img/sec08_bg_01.png) no-repeat right bottom -1px;
	line-height: 300px;
}
.section-08__link-list {
    font-size: 0;
    display: -webkit-flex;
    display: flex;
    flex-flow: column;
}
.section-08__link-list li {
      display: inline-block;
      width: 87.5%;
      margin-top: 5.20833%;
      margin: 0 auto 20px auto;
}
.section-08__link-list li:first-child {
        margin-top: 0;
}
.section-08__link-list .flex-01 {
      -webkit-order: 1;
      order: 1;
}
.section-08__link-list .flex-02 {
      -webkit-order: 2;
      order: 2;
}
.section-08__link-list .flex-03 {
      -webkit-order: 3;
      order: 3;
}
.section-08__link-list .flex-04 {
      -webkit-order: 4;
      order: 4;
}
.section-08__link-list a {
      display: block;
      min-width: auto;
      font-size: 1.6rem;
      background: #c2b03b url(../../img/sec08_icon_01.png) no-repeat right 22px center;
      border: 1px solid #c2b03b;
      padding: 3.72578% 0;
      color: #fff;
      -o-border-radius: 10px;
      -ms-border-radius: 10px;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      border-radius: 10px;
      font-weight: bold;
}
.section-08__link-list a:hover {
        text-decoration: none;
        color: #333;
        background: #fff url(../../img/sec08_icon_01.png) no-repeat right 22px center;
}
.section-08__link-list .banner {
      margin: 3.72578% auto 10.73025%;
}
@media print, screen and (min-width: 1023px) {
.section-08__link-list .banner {
          margin: 33px 48px 0 0;
}
}
.section-08__link-list .banner a {
        background: none;
        border: none;
        padding: 0;
}
.section-08__link-list .banner a:hover {
          background: none;
}
.section-08__link-list img {
      width: 100%;
      height: auto;
}
@media print, screen and (min-width: 1023px) {
.section-08 {
      padding: 83px 0;
}
.section-08 h2 {
        margin-bottom: 30px;
}
.section-08 h2 img {
          width: auto;
}
.section-08__link-list {
        display: block;
        font-size: 0;
        max-width: 960px;
        margin: 0 auto 33px;
        text-align: left;
        overflow: hidden;
}
.section-08__link-list li {
          float: left;
          margin-right: 48px;
          width: auto;
          margin-top: 0;
          text-align: center;
}
.section-08__link-list li:nth-child(2n) {
            margin-right: 0;
}
.section-08__link-list a {
          display: block;
          min-width: 455px;
          font-size: 1.8rem;
          background: #c2b03b url(../../img/sec08_icon_01.png) no-repeat right 22px center;
          border: 1px solid #c2b03b;
          padding: 15px 0;
          -o-border-radius: 10px;
          -ms-border-radius: 10px;
          -moz-border-radius: 10px;
          -webkit-border-radius: 10px;
          border-radius: 10px;
          font-weight: bold;
}
.section-08__link-list a:hover {
            text-decoration: none;
            background: #fff url(../../img/sec08_icon_01.png) no-repeat right 22px center;
}
}
.section-09 {
  position: relative;
  z-index: 90;
}
.section-09 img {
    width: 100%;
    height: auto;
}
@media print, screen and (min-width: 1023px) {
.section-09 {
      background: url(../../img/sec09_bg_01.png) no-repeat center center;
      background-size: cover;
      height: 774px;
}
.section-09 img {
        display: none;
}
.section-09__bg {
        background: rgba(23, 18, 9, 0.5);
        text-align: center;
        width: 100%;
        height: 774px;
        padding-top: 374px;
}
.section-09__bg img {
          display: inline;
          width: auto;
}
}
.shake {
  display: inline-block;
}
.shake:hover {
    animation: shake 0.2s linear 1.5;
}
@keyframes shake {
  0% {
    transform: translate(3px, 2px) rotate(0deg);
}
10% {
    transform: translate(-2px, -3px) rotate(-1deg);
}
20% {
    transform: translate(-4px, 0px) rotate(1deg);
}
30% {
    transform: translate(0px, 3px) rotate(0deg);
}
40% {
    transform: translate(2px, -2px) rotate(1deg);
}
50% {
    transform: translate(-2px, 3px) rotate(-1deg);
}
60% {
    transform: translate(-4px, 2px) rotate(0deg);
}
70% {
    transform: translate(3px, 2px) rotate(-1deg);
}
80% {
    transform: translate(-2px, -2px) rotate(1deg);
}
90% {
    transform: translate(2px, 4px) rotate(0deg);
}
100% {
    transform: translate(2px, -3px) rotate(-1deg);
}
}
.hover-opacity:hover {
  opacity: 0.66;
}
.mfp-iframe-holder .mfp-close,
.popup-inline .mfp-close {
  width: 36px;
  height: 38px;
  top: -47px;
  right: 0;
  background: url(../../img/btn_close_01.png) no-repeat top right;
  background-size: 36px;
  margin-right: 6.1%;
}
@media print, screen and (min-width: 1023px) {
.mfp-iframe-holder .mfp-close,
    .popup-inline .mfp-close {
      background-size: auto;
      width: 49px;
      height: 52px;
      top: -62px;
      right: 0px;
      margin-right: 0;
}
}
.mfp-inline-holder .mfp-content {
  width: auto;
}
.clearfix:before, .clearfix:after {
  content: '';
  display: table;
}
.clearfix:after {
  clear: both;
}
.inner {
  width: 100%;
  padding: 0 15px;
}
@media print, screen and (min-width: 1023px) {
.inner {
      max-width: 768px;
      margin: 0 auto;
}
}
@media print, screen and (min-width: 1024px) {
    .inner {
      max-width: 1024px;
}
}
@media print, screen and (min-width: 1200px) {
    .inner {
      max-width: 1200px;
}
}
@media print, screen and (min-width: 1023px) {
.smp-br {
    display: none;
}
}
.t-left {
  text-align: left;
}
.t-right {
  text-align: right;
}
.t-center {
  text-align: center;
}
.is-bold {
  font-weight: bold;
}
/*# sourceMappingURL=style.css.map */

