@charset "UTF-8";
/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
========================================================================== */
/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in
*    IE on Windows Phone and in iOS.
*/
@import url(//fonts.googleapis.com/earlyaccess/roundedmplus1c.css);
* {
  margin: 0;
  padding: 0;
}

html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
========================================================================== */
/**
* Add the correct display in IE 9-.
*/
article,
aside,
footer,
header,
nav,
section,
picture {
  display: block;
}

/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/
h1 {
  font-size: 2em;
}

/* Grouping content
========================================================================== */
/**
* Add the correct display in IE 9-.
* 1. Add the correct display in IE.
*/
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
* Add the correct margin in IE 8.
*/
/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
========================================================================== */
/**
* 1. Remove the gray background on active links in IE 10.
* 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
*/
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
* 1. Remove the bottom border in Chrome 57- and Firefox 39-.
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
* Prevent the duplicate application of `bolder` by the next rule in Safari 6.
*/
b,
strong {
  font-weight: inherit;
}

/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/
b,
strong {
  font-weight: bolder;
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
* Add the correct font style in Android 4.3-.
*/
dfn {
  font-style: italic;
}

/**
* Add the correct background and color in IE 9-.
*/
mark {
  background-color: #ff0;
  color: #000;
}

/**
* Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}

/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
========================================================================== */
/**
* Add the correct display in IE 9-.
*/
audio,
video {
  display: inline-block;
}

/**
* Add the correct display in iOS 4-7.
*/
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
* Remove the border on images inside links in IE 10-.
*/
img {
  border-style: none;
}

/**
* Hide the overflow in IE.
*/
svg:not(:root) {
  overflow: hidden;
}

/* Forms
========================================================================== */
/**
* Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/
button,
input {
  /* 1 */
  overflow: visible;
}

/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/
button,
select {
  /* 1 */
  text-transform: none;
}

/**
* 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
*    controls in Android 4.
* 2. Correct the inability to style clickable types in iOS and Safari.
*/
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* 2 */
}

/**
* Remove the inner border and padding in Firefox.
*/
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
* Restore the focus styles unset by the previous rule.
*/
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
*    `fieldset` elements in all browsers.
*/
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
* 1. Add the correct display in IE 9-.
* 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
* Remove the default vertical scrollbar in IE.
*/
textarea {
  overflow: auto;
}

/**
* 1. Add the correct box sizing in IE 10-.
* 2. Remove the padding in IE 10-.
*/
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
* Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
*/
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
========================================================================== */
/*
* Add the correct display in IE 9-.
* 1. Add the correct display in Edge, IE, and Firefox.
*/
details,
menu {
  display: block;
}

/*
* Add the correct display in all browsers.
*/
summary {
  display: list-item;
}

/* Scripting
========================================================================== */
/**
* Add the correct display in IE 9-.
*/
canvas {
  display: inline-block;
}

/**
* Add the correct display in IE.
*/
template {
  display: none;
}

/* Hidden
========================================================================== */
/**
* Add the correct display in IE 10-.
*/
[hidden] {
  display: none;
}

body {
  color: #404040;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  line-height: 1.6em;
}
@media screen and (max-width: 750px) {
  body {
    font-size: 0.85em;
    line-height: 1.6em;
  }
}
body * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  max-width: 100%;
  max-height: 100%;
}

li {
  list-style: none;
}

a {
  color: #404040;
  text-decoration: underline;
  -webkit-transition-duration: 0.2s;
       -o-transition-duration: 0.2s;
          transition-duration: 0.2s;
}
a:hover {
  opacity: 0.5;
}

::-moz-selection {
  background: #ffafa4;
  color: #fff;
}

::selection {
  background: #ffafa4;
  color: #fff;
}

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

@media screen and (min-width: 751px) {
  .sp {
    display: none;
  }
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 8.4375rem;
  padding: 1.25rem 0;
  background: #fff;
  z-index: 1000;
  -webkit-transition-duration: 0.4s;
       -o-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
@media screen and (max-width: 750px) {
  header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 65px;
    padding: 0.8rem 1rem;
  }
}
header.small {
  top: -75px;
}
@media screen and (max-width: 750px) {
  header.small {
    top: 0;
  }
}
header > p {
  width: 19.0625rem;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  header > p {
    width: auto;
    max-width: 60%;
    margin: 0;
  }
}
header > nav {
  max-width: 71.875rem;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  header > nav {
    display: none;
  }
}
header > nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 1.25rem;
}
header > nav > ul > li + li {
  margin-left: 8.5%;
}
header > nav > ul > li a {
  font-size: 1.0625rem;
  font-weight: bold;
  line-height: 1.2;
  text-decoration: none;
}
header > nav > ul > li.top a {
  color: currentColor;
}
header > nav > ul > li.event a {
  color: #EE899B;
}
header > nav > ul > li.modelhouse a {
  color: #31B1CE;
}
header > nav > ul > li.about a {
  color: #A0C853;
}
header > nav > ul > li.access a {
  color: #F3C52A;
}
header > nav > ul > li.instagram img {
  max-width: 1.5rem;
}
header picture {
  display: none;
}
@media screen and (max-width: 750px) {
  header picture {
    display: block;
    position: absolute;
    top: 5px;
    left: 50%;
    width: 58px;
    margin-left: -29px;
  }
}
@media screen and (min-width: 751px) {
  header aside {
    display: none;
  }
}
header aside label p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 50%;
  right: 1rem;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  padding: 8px 5px 5px 5px;
  background-color: #000;
  border-radius: 0.3em;
}
@media screen and (min-width: 751px) {
  header aside label p {
    display: none;
  }
}
header aside input[type=checkbox] {
  display: none;
}
header aside input[type=checkbox] + ul {
  height: 0;
  padding: 0 1.5rem !important;
}
header aside input[type=checkbox]:checked + ul {
  height: 13rem;
  padding: 1rem 1.5rem !important;
}
header aside ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: absolute;
  top: 65px;
  left: 0;
  width: 100%;
  padding: 0 1.5rem !important;
  background-color: #EEE;
  background-image: url(../img/common/spmenu_bg.jpg);
  -webkit-box-shadow: 0 0.5rem 0.3rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.5rem 0.3rem rgba(0, 0, 0, 0.15);
  overflow: hidden;
  z-index: 999;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
header aside ul li {
  position: relative;
  width: 33.33%;
  margin-bottom: 1.2rem;
  border-right: solid 1px #8E8E8F;
}
header aside ul li:nth-of-type(3n), header aside ul li:last-of-type {
  border-right: none;
}
header aside ul li:nth-of-type(3n):after, header aside ul li:last-of-type:after {
  content: none;
  display: none;
}
header aside ul li a {
  display: block;
  width: 100%;
  font-size: 0.75rem;
  font-weight: bold;
  letter-spacing: -0.05em;
  text-align: center;
  text-decoration: none;
}
header aside ul li a img {
  display: block;
  width: 45px;
  height: 44px;
  margin: 0 auto 5px auto;
}
header aside ul li.event a {
  color: #EE899B;
}
header aside ul li.modelhouse a {
  color: #31B1CE;
}
header aside ul li.about a {
  color: #A0C853;
}
header aside ul li.access a {
  color: #F3C52A;
}
header aside ul li.instagram a {
  color: #EB6D40;
}
header aside ul li.inquiry a {
  color: #CAA76B;
}

@media screen and (max-width: 750px) {
  main {
    margin-bottom: 50px;
    padding-top: 65px !important;
  }
}
@media screen and (min-width: 751px) {
  main {
    margin-bottom: 100px;
    padding-top: 11.5625rem !important;
  }
}

.mfp-content {
  padding: 50px 0;
}

.mfp-bg {
  opacity: 0.5 !important;
  -webkit-backdrop-filter: blur(10px) !important;
  backdrop-filter: blur(10px) !important;
}

/* overlay at start */
.mfp-bg {
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  opacity: 0 !important;
}

/* overlay animate in */
.mfp-bg.mfp-ready {
  opacity: 0.5 !important;
}

/* overlay animate out */
.mfp-bg.mfp-removing {
  opacity: 0 !important;
}

/* content at start */
.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 1.2s;
  -o-transition: all 1.2s;
  transition: all 1.2s;
}

/* content animate it */
.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

/* content animate out */
.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.mfp-content > div,
.mfp-content > section {
  left: 0;
  right: 0;
  margin: auto;
  background-color: #fff;
}
@media screen and (max-width: 750px) {
  .mfp-content > div,
.mfp-content > section {
    width: 90%;
  }
}

.mfp-content video {
  width: 100%;
  height: auto;
}

footer {
  padding: 170px 0 250px 0;
  font-size: 1em;
  line-height: 1.6;
  text-align: left;
  background-image: none;
  background-color: #FDF4D4;
}
@media screen and (max-width: 750px) {
  footer {
    padding: 2rem 2rem 20rem 2rem;
  }
}

footer .title {
  display: block;
  max-width: 24.0625rem;
  margin: 0 auto 3rem auto;
}

/******************************************************************************************************/


footer .address {
  text-align: center;
	margin: 0 0 3rem 0;
}
footer .address dl {
	margin: 0 auto;
}
footer .address dt {
	font-weight: bold;
}
footer .address dd {
	font-size: 90%;
}

/******************************************************************************************************/




@media screen and (max-width: 750px) {
  footer .title {
    max-width: 70%;
    margin-bottom: 1.5rem;
  }
}
footer nav {
  width: 68.75rem;
  max-width: 100%;
  margin: 0 auto 5.625rem auto;
}
@media screen and (max-width: 750px) {
  footer nav {
    width: 100%;
    margin-bottom: 3rem;
  }
}
footer nav ul {
  -webkit-columns: 4;
     -moz-columns: 4;
          columns: 4;
  margin-left: 3.125rem;
}
@media screen and (max-width: 750px) {
  footer nav ul {
    -webkit-columns: auto;
       -moz-columns: auto;
            columns: auto;
    margin-left: 0;
  }
}
footer nav ul li + li {
  margin-top: 1.5em;
}
@media screen and (max-width: 750px) {
  footer nav ul li + li {
    margin-top: 0.8rem;
  }
}
footer nav ul li a {
  font-weight: bold;
  letter-spacing: -0.05em;
  text-decoration: none;
  white-space: nowrap;
}
footer .copyright {
  line-height: 1.8;
  text-align: center;
}
footer .copyright * {
  display: inline;
}
footer .copyright dl {
  display: inline;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
@media screen and (max-width: 750px) {
  footer .copyright dl {
    display: block;
    margin-bottom: 0.8rem;
    font-size: 0.85rem;
    line-height: 1.6em;
  }
}
@media screen and (max-width: 750px) {
  footer .copyright dl dt {
    display: block;
  }
}
footer .copyright dl dt:before {
  content: none;
  display: none;
}
footer .copyright dl dt:after {
  content: none;
  display: none;
}
footer .copyright dl dd {
  margin-right: 0;
}
@media screen and (max-width: 750px) {
  footer .copyright dl dd {
    display: block;
  }
}
@media screen and (max-width: 750px) {
  footer .copyright dl dd:after {
    content: "\a";
    white-space: pre;
  }
}
footer .copyright dl:nth-of-type(1) {
  display: block;
}
footer .copyright dl:nth-of-type(3) {
  margin-left: 2em;
}
@media screen and (max-width: 750px) {
  footer .copyright dl:nth-of-type(3) {
    margin-left: 0;
  }
}
footer .copyright p {
  display: block;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
@media screen and (max-width: 750px) {
  footer .copyright p {
    font-size: 0.85rem;
    line-height: 1.6em;
  }
}
@media screen and (max-width: 750px) {
  footer .copyright p span {
    display: block;
    width: 100%;
  }
}

#stickynav {
  position: fixed;
  width: 100%;
  height: 6.25rem;
  bottom: -6.25rem;
  padding: 1.25rem 0;
  background-color: #CAA76B;
  z-index: 100;
  -webkit-transition-duration: 0.4s;
       -o-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
@media screen and (max-width: 750px) {
  #stickynav {
    height: 80px;
    padding: 0.5rem 0;
  }
}
#stickynav.show {
  bottom: 0 !important;
}
#stickynav::before {
  content: "＞";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: absolute;
  top: -2rem;
  left: 50%;
  width: 4.6875rem;
  height: 4.6875rem;
  padding-left: 0.625rem;
  color: #fff;
  font-size: 1.75rem;
  line-height: 1;
  background-color: #CAA76B;
  border-radius: 50%;
  -webkit-transform: rotate(90deg) translateY(50%);
      -ms-transform: rotate(90deg) translateY(50%);
          transform: rotate(90deg) translateY(50%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: -1;
}
@media screen and (max-width: 750px) {
  #stickynav::before {
    content: none;
    display: none;
  }
}
#stickynav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 71.875rem;
  max-width: 70%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 750px) {
  #stickynav ul {
    width: 80%;
    max-width: none;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 751px) {
  #stickynav ul {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 1200px) {
  #stickynav ul {
    font-size: 1.0625rem;
  }
}
#stickynav ul li {
  width: 22.5%;
}
@media screen and (max-width: 750px) {
  #stickynav ul li {
    width: auto;
  }
}
#stickynav ul li + li {
  margin-left: 3.33%;
}
@media screen and (max-width: 750px) {
  #stickynav ul li + li {
    margin-left: 0;
  }
}
#stickynav ul li a {
  display: block;
  padding: 1em 0.5em;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  line-height: 1.2;
  border: solid 0.125rem #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 750px) {
  #stickynav ul li a {
    width: 18vw;
    height: 17vw;
    padding: 0.25rem 0;
    font-size: 0.5rem;
    letter-spacing: -0.05em;
    border: solid 2px #fff;
    overflow: hidden;
  }
}
#stickynav ul li a img {
  display: none;
}
@media screen and (max-width: 750px) {
  #stickynav ul li a img {
    display: block;
    max-width: 100%;
    max-height: 28px;
    margin: 0 auto 2px auto;
  }
}

#totop {
  position: fixed;
  bottom: 1.25rem;
  right: 2.5rem;
  width: 5.625rem;
  max-width: 7.5vw;
  z-index: 200;
  -webkit-transition-duration: 0.4s;
       -o-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
@media screen and (max-width: 750px) {
  #totop {
    bottom: 20px;
    right: 10px;
    width: 68px;
    max-width: none;
    height: 83px;
  }
}
#totop.show {
  bottom: 7.5rem !important;
}
@media screen and (max-width: 750px) {
  #totop.show {
    bottom: 100px !important;
  }
}
#totop img {
  -webkit-filter: drop-shadow(0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16));
          filter: drop-shadow(0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16));
}

#sidenav {
  position: fixed;
  width: auto;
  bottom: 1.875rem;
  left: 0;
  z-index: 200;
  -webkit-transition-duration: 0.4s;
       -o-transition-duration: 0.4s;
          transition-duration: 0.4s;
}
@media screen and (max-width: 750px) {
  #sidenav {
    left: 10px;
    bottom: 20px;
  }
}
#sidenav.show {
  bottom: 8.125rem !important;
}
@media screen and (max-width: 750px) {
  #sidenav.show {
    bottom: 100px !important;
  }
}
#sidenav ul li {
  max-width: 9.5vw;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  #sidenav ul li {
    width: 67px;
    max-width: none;
    height: 67px;
  }
}
#sidenav ul li + li {
  margin-top: 0.625rem;
}
@media screen and (max-width: 750px) {
  #sidenav ul li a {
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    -webkit-filter: drop-shadow(0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16));
            filter: drop-shadow(0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16));
  }
}
#sidenav ul li img {
  -webkit-filter: drop-shadow(0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16));
          filter: drop-shadow(0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16));
}

.goto_virtual_pc {
  position: absolute;
  top: 180px;
  right: 0;
  height: 100%;
  line-height: 0;
}
@media screen and (max-width: 750px) {
  .goto_virtual_pc {
    display: none;
  }
}
.goto_virtual_pc a {
  position: sticky;
  top: 120px;
  display: block;
  position: sticky;
  width: 140px;
  -webkit-box-shadow: -0.2em 0.2em 0.4em rgba(0, 0, 0, 0.2);
          box-shadow: -0.2em 0.2em 0.4em rgba(0, 0, 0, 0.2);
}

.goto_virtual_sp {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  line-height: 0;
}
@media screen and (min-width: 751px) {
  .goto_virtual_sp {
    display: none;
  }
}
.goto_virtual_sp a {
  display: block;
  -webkit-box-shadow: 0 -0.2em 0.4em rgba(0, 0, 0, 0.2);
          box-shadow: 0 -0.2em 0.4em rgba(0, 0, 0, 0.2);
}

/*****************************************************************************************************************/

main {
  padding-top: 120px !important;
}
@media screen and (max-width: 750px) {
  main {
    padding-top: 65px !important;
  }
}
main h1 {
  display: none;
}

.mfp-img {
  padding: 0 !important;
}

.mfp-figure::after {
  content: none;
  display: none;
}

/*****************************************************************************************************************/
.pc{ display: block;}
.sp{ display: none;}

@media screen and (max-width: 750px) {
	.pc{ display: none;}
	.sp{ display: block;}
}

#tokusetu_autumn_campaign {	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;}

#tokusetu_autumn_campaign .mv {
	text-align: center;
	background-color:#ff4c00;
	line-height: 0;
}

/*****************************************************************************************************************/

#summary p {	line-height: 0;}

.summary01 {
	margin: 0 auto;
	text-align: center;
	background-image: url( "../img/tokusetu_autumn_campaign/back1.png");
	background-repeat:repeat;
	width: 100%;
}

.summary02 {
	margin: 0 auto;
	text-align: center;
	background-image: url( "../img/tokusetu_autumn_campaign/back2.png");
	background-repeat:repeat;
	width: 100%;
	padding: 0 0 5em 0;
}

@media screen and (max-width: 750px) {
	.summary01 p,.summary02 p{	margin: 0 0.5em;
		
	}


}