@charset "UTF-8";
/* =============================================================== */
/* reset */
/* =============================================================== */
/*! destyle.css v1.0.15 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model */
/* ============================================ */
* {
  box-sizing: border-box; }

:before,
:after {
  box-sizing: inherit; }

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/ }

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0; }

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0; }

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none; }

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit; }

/**
 * 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: inherit;
  /* 2 */ }

address {
  font-style: inherit; }

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 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 */ }

/**
 * 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: inherit;
  /* 2 */ }

/**
 * 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 */
/* ============================================ */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  vertical-align: bottom; }

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom; }

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit; }

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox; }

[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio; }

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

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
  cursor: default; }

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

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none; }

/**
 * Remove padding
 */
option {
  padding: 0; }

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0; }

/**
 * 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 {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

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

/**
 * 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 outline style in Safari.
 */
[type="search"] {
  outline-offset: -2px;
  /* 1 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[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 */ }

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer; }

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

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

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none; }

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0; }

caption {
  text-align: left; }

td,
th {
  vertical-align: top;
  padding: 0; }

th {
  text-align: left;
  font-weight: bold; }

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

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

/* =============================================================== */
/* reset */
/* =============================================================== */
/* =============================================================== */
/* foundation */
/* =============================================================== */
html {
  font-size: 62.5%; }

body {
  margin: 0 auto;
  font-family: 'M PLUS 1p',Hiragino Kaku Gothic ProN,Hiragino Kaku Gothic Pro,"ＭＳ ゴシック","メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3",Hiragino Kaku Gothic Pro,Osaka,"ＭＳ Ｐゴシック",MS PGothic,sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  color: #000;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transition: opacity .3s;
  transition: opacity .3s; }
  body.preload {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
  @media print, screen and (min-width: 769px) and (max-width: 1300px) {
    body {
      overflow-x: scroll;
      min-width: 1300px; } }
  @media print, screen and (max-width: 768px) {
    body {
      -webkit-text-size-adjust: 100%;
      -webkit-overflow-scrolling: touch; } }
  body p {
    -webkit-transform: rotate(0.05deg);
            transform: rotate(0.05deg); }

.w100 {
  width: 100%;
  height: auto; }

.preload * {
  -webkit-transition: none !important;
  transition: none !important; }

.resizing *,
.resizing *:before,
.resizing *:after {
  -webkit-transition: none !important;
  transition: none !important;
  -webkit-transition-delay: unset !important;
          transition-delay: unset !important; }

* {
  box-sizing: border-box;
  zoom: 1; }

a {
  color: #333333;
  text-decoration: none; }

a img {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

@media print, screen and (max-width: 768px) {
  img {
    width: 100%;
    height: auto; } }

.pc_b {
  display: block !important; }
  @media print, screen and (max-width: 768px) {
    .pc_b {
      display: none !important; } }

.pc_i {
  display: inline !important; }
  @media print, screen and (max-width: 768px) {
    .pc_i {
      display: none !important; } }

.pc_ib {
  display: inline-block !important; }
  @media print, screen and (max-width: 768px) {
    .pc_ib {
      display: none !important; } }

.sp_b {
  display: none !important; }
  @media print, screen and (max-width: 768px) {
    .sp_b {
      display: block !important; } }

.sp_i {
  display: none !important; }
  @media print, screen and (max-width: 768px) {
    .sp_i {
      display: inline !important; } }

.sp_ib {
  display: none !important; }
  @media print, screen and (max-width: 768px) {
    .sp_ib {
      display: inline-block !important; } }

/* =============================================================== */
/* keyframe */
/* =============================================================== */
/* =============================================================== */
/* module */
/* =============================================================== */
/* =============================================================== */
/* .st-Wrapper */
/* =============================================================== */
.st-Wrapper {
  background: url(../../images/common/bg_pattern_main.png) repeat top center/auto;
  min-height: 100vh; }
  @media print, screen and (min-width: 769px) {
    .st-Wrapper {
      padding: 50px; } }
  @media print, screen and (max-width: 768px) {
    .st-Wrapper {
      padding: 1.30208vw 1.30208vw 7.8125vw; } }

/* =============================================================== */
/* 背景 */
/* =============================================================== */
.bg_dot_01 {
  background: url(../../images/common/bg_dot_01.png) repeat top center/cover; }

.bg_pattern_02 {
  background: url(../../images/common/bg_pattern_02.png) repeat top center/cover; }

/* =============================================================== */
/* .st-Border */
/* =============================================================== */
.st-Border {
  max-width: 1820px;
  margin: 0 auto; }
  @media print, screen and (min-width: 769px) {
    .st-Border {
      border: 10px solid #000; } }
  @media print, screen and (max-width: 768px) {
    .st-Border {
      border: 1.30208vw solid #000; } }

/* =============================================================== */
/* section */
/* =============================================================== */
section {
  position: relative; }

@media print, screen and (min-width: 769px) {
  section + section, footer {
    border-top: 10px solid #000; } }

@media print, screen and (max-width: 768px) {
  section + section, footer {
    border-top: 1.30208vw solid #000; } }

/* =============================================================== */
/* .sw-Content */
/* =============================================================== */
.sw-Content {
  margin: 0 auto;
  background: url(../../images/common/bg_pattern_01.png) repeat top -10px center/auto;
  background-color: #fff; }
  @media print, screen and (min-width: 769px) {
    .sw-Content {
      width: 960px;
      padding: 40px 40px 70px; } }
  @media print, screen and (max-width: 768px) {
    .sw-Content {
      padding: 5.20833vw 5.20833vw 9.11458vw; } }
  @media print, screen and (min-width: 769px) {
    .sw-Content_Inner {
      padding: 0 20px; } }

/* =============================================================== */
/* .sw-Ttl */
/* =============================================================== */
.sw-Ttl {
  background: #000;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  font-weight: 900;
  letter-spacing: 0.12em;
  color: #fff227; }
  @media print, screen and (min-width: 769px) {
    .sw-Ttl {
      font-size: 3.2rem;
      height: 80px; } }
  @media print, screen and (max-width: 768px) {
    .sw-Ttl {
      font-size: 5.46875vw;
      height: 13.02083vw; } }
  .sw-Ttl:before, .sw-Ttl:after {
    content: "";
    display: block; }
    @media print, screen and (min-width: 769px) {
      .sw-Ttl:before, .sw-Ttl:after {
        margin: 0 22px; } }
  @media print, screen and (max-width: 768px) {
    .sw-Ttl:before {
      margin-right: 2.60417vw; } }
  .sw-Ttl:after {
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1); }
    @media print, screen and (max-width: 768px) {
      .sw-Ttl:after {
        margin-left: 1.43229vw; } }
  .sw-Ttl.about:before, .sw-Ttl.about:after {
    background: url(../../images/common/icon_about.png) no-repeat top center/contain; }
    @media print, screen and (min-width: 769px) {
      .sw-Ttl.about:before, .sw-Ttl.about:after {
        width: 40px;
        height: 39px; } }
    @media print, screen and (max-width: 768px) {
      .sw-Ttl.about:before, .sw-Ttl.about:after {
        width: 5.20833vw;
        height: 5.07812vw; } }
  .sw-Ttl.news:before, .sw-Ttl.news:after {
    background: url(../../images/common/icon_news.png) no-repeat top center/contain; }
    @media print, screen and (min-width: 769px) {
      .sw-Ttl.news:before, .sw-Ttl.news:after {
        width: 42px;
        height: 30px; } }
    @media print, screen and (max-width: 768px) {
      .sw-Ttl.news:before, .sw-Ttl.news:after {
        width: 5.46875vw;
        height: 3.90625vw; } }

/* =============================================================== */
/* .sw-Subttl */
/* =============================================================== */
.sw-Subttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center; }
  .sw-Subttl:before, .sw-Subttl:after {
    content: "";
    display: block;
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
            flex: 1; }
    @media print, screen and (min-width: 769px) {
      .sw-Subttl:before, .sw-Subttl:after {
        height: 4px; } }
    @media print, screen and (max-width: 768px) {
      .sw-Subttl:before, .sw-Subttl:after {
        height: 0.52083vw; } }
  .sw-Subttl span {
    line-height: 1;
    letter-spacing: 0.12em;
    font-weight: 900;
    color: #000;
    display: inline-block; }
    @media print, screen and (min-width: 769px) {
      .sw-Subttl span {
        font-size: 3.2rem;
        margin: 0 28px; } }
    @media print, screen and (max-width: 768px) {
      .sw-Subttl span {
        font-size: 5.72917vw;
        margin: 0 3.125vw; } }

/* =============================================================== */
/* .sw-Btn */
/* =============================================================== */
.sw-Btn a {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  background: #1d1d1d;
  position: relative;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #fff;
  margin: 0 auto; }
  @media print, screen and (min-width: 769px) {
    .sw-Btn a {
      width: 320px;
      height: 62px;
      font-size: 1.8rem; } }
  @media print, screen and (max-width: 768px) {
    .sw-Btn a {
      width: 49.47917vw;
      height: 9.63542vw;
      font-size: 3.125vw; } }
  .sw-Btn a.arrow:after {
    content: "";
    position: absolute;
    display: block;
    background: url(../../images/common/icon_arrow.png) no-repeat top center/contain;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
    @media print, screen and (min-width: 769px) {
      .sw-Btn a.arrow:after {
        width: 7px;
        height: 12px;
        right: 20px; } }
  @media (any-hover: hover) {
    .sw-Btn a {
      -webkit-transition: opacity .3s;
      transition: opacity .3s; }
      .sw-Btn a.arrow:after {
        -webkit-transition: -webkit-transform .3s;
        transition: -webkit-transform .3s;
        transition: transform .3s;
        transition: transform .3s, -webkit-transform .3s; }
      .sw-Btn a:hover {
        opacity: 0.9;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"; }
        .sw-Btn a:hover.arrow:after {
          -webkit-transform: translate(5px, -50%);
                  transform: translate(5px, -50%); } }

/* =============================================================== */
/* .sw-Lang */
/* =============================================================== */
.sw-Lang {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  background: #000; }
  @media print, screen and (min-width: 769px) {
    .sw-Lang {
      top: -10px;
      right: -10px;
      width: 120px;
      height: 60px; } }
  @media print, screen and (max-width: 768px) {
    .sw-Lang {
      top: -1.17188vw;
      right: -1.17188vw;
      width: 21.22396vw;
      height: 12.36979vw; } }
  .sw-Lang a {
    display: inline-block;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.12em;
    line-height: 1; }
    @media print, screen and (min-width: 769px) {
      .sw-Lang a {
        font-size: 1.6rem;
        padding: 0 14px; } }
    @media print, screen and (max-width: 768px) {
      .sw-Lang a {
        font-size: 2.60417vw;
        padding: 0 2.73438vw; } }
    .sw-Lang a + a {
      border-left: 1px solid #fff; }
    @media (any-hover: hover) {
      .sw-Lang a {
        -webkit-transition: color .3s;
        transition: color .3s; }
        .sw-Lang a:hover {
          color: #fff227; } }
    .sw-Lang a.current {
      color: #fff227;
      pointer-events: none; }
    .sw-Lang a.disabled {
      pointer-events: none; }

/* =============================================================== */
/* .sw-Share */
/* =============================================================== */
.sw-Share {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  background: #000; }
  @media print, screen and (min-width: 769px) {
    .sw-Share {
      padding: 14px 20px; } }
  @media print, screen and (max-width: 768px) {
    .sw-Share {
      padding: 2.60417vw; } }
  @media print, screen and (min-width: 769px) {
    .sw-Share.bottom {
      bottom: -10px;
      right: -10px; } }
  @media print, screen and (max-width: 768px) {
    .sw-Share.bottom {
      bottom: -1.17188vw;
      right: -1.17188vw; } }
  @media print, screen and (min-width: 769px) {
    .sw-Share.top {
      top: -10px;
      left: -10px; } }
  @media print, screen and (max-width: 768px) {
    .sw-Share.top {
      top: -1.17188vw;
      left: -1.17188vw; } }
  @media print, screen and (min-width: 769px) {
    .sw-Share.top_sp {
      display: none; } }
  @media print, screen and (max-width: 768px) {
    .sw-Share.top_sp {
      top: -1.17188vw;
      left: -1.17188vw; } }
  .sw-Share .txt {
    color: #fff;
    font-weight: 900;
    letter-spacing: 0.1em;
    line-height: 1;
    display: inline-block; }
    @media print, screen and (min-width: 769px) {
      .sw-Share .txt {
        font-size: 1.6rem; } }
    @media print, screen and (max-width: 768px) {
      .sw-Share .txt {
        font-size: 2.34375vw; } }
  .sw-Share .icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex; }
    @media print, screen and (min-width: 769px) {
      .sw-Share .icon {
        margin-left: 18px; } }
    @media print, screen and (max-width: 768px) {
      .sw-Share .icon {
        margin-left: 2.60417vw; } }
    .sw-Share .icon a {
      display: block;
      border-radius: 50%; }
      @media print, screen and (min-width: 769px) {
        .sw-Share .icon a {
          width: 34px;
          height: 34px; } }
      @media print, screen and (max-width: 768px) {
        .sw-Share .icon a {
          width: 7.29167vw;
          height: 7.29167vw; } }
      .sw-Share .icon a.twitter {
        background: url(../../images/common/icon_twitter_02.png) no-repeat top center/contain; }
      .sw-Share .icon a.facebook {
        background: url(../../images/common/icon_facebook_01.png) no-repeat top center/contain; }
      @media print, screen and (min-width: 769px) {
        .sw-Share .icon a + a {
          margin-left: 10px; } }
      @media print, screen and (max-width: 768px) {
        .sw-Share .icon a + a {
          margin-left: 1.95312vw; } }
      @media (any-hover: hover) {
        .sw-Share .icon a {
          -webkit-transition: -webkit-transform .3s;
          transition: -webkit-transform .3s;
          transition: transform .3s;
          transition: transform .3s, -webkit-transform .3s; }
          .sw-Share .icon a:hover {
            -webkit-transform: scale(1.15);
                    transform: scale(1.15); } }

/* =============================================================== */
/* .sub-Visual */
/* =============================================================== */
@media print, screen and (min-width: 769px) {
  .sub-Visual .logo {
    padding: 70px 0 50px; } }

@media print, screen and (max-width: 768px) {
  .sub-Visual .logo {
    padding: 20.83333vw 0 10.41667vw; } }

.sub-Visual .logo a {
  display: block;
  position: relative;
  z-index: 1;
  margin: 0 auto; }
  @media print, screen and (min-width: 769px) {
    .sub-Visual .logo a {
      width: 322px; } }
  @media print, screen and (max-width: 768px) {
    .sub-Visual .logo a {
      width: 41.92708vw; } }
  .sub-Visual .logo a:before {
    content: "";
    position: absolute;
    display: block;
    background: #fff;
    z-index: -1;
    border-radius: 50%; }
    @media print, screen and (min-width: 769px) {
      .sub-Visual .logo a:before {
        width: 408px;
        height: 317px;
        top: 45%;
        left: 50%;
        box-shadow: 10px 10px 20px rgba(51, 51, 51, 0.35);
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); } }
    @media print, screen and (max-width: 768px) {
      .sub-Visual .logo a:before {
        width: 53.125vw;
        height: 41.27604vw;
        top: 45%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        box-shadow: 1.30208vw 1.30208vw 2.60417vw rgba(51, 51, 51, 0.35); } }
  @media (any-hover: hover) {
    .sub-Visual .logo a {
      -webkit-transition: opacity .3s;
      transition: opacity .3s; }
      .sub-Visual .logo a:hover {
        opacity: .8;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; } }

/* =============================================================== */
/* .st-News */
/* =============================================================== */
@media print, screen and (min-width: 769px) {
  .st-News {
    padding: 70px 0; } }

@media print, screen and (max-width: 768px) {
  .st-News {
    padding: 5.20833vw 2.60417vw; } }

@media print, screen and (min-width: 769px) {
  .st-News .news_Content {
    margin: 40px 0 0; } }

@media print, screen and (max-width: 768px) {
  .st-News .news_Content {
    margin: 5.20833vw 0 0; } }

@media print, screen and (min-width: 769px) {
  .st-News .news_Content .list {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap; } }

@media print, screen and (min-width: 769px) {
  .st-News .news_Content .list .item + .item {
    margin-left: 21px; } }

@media print, screen and (max-width: 768px) {
  .st-News .news_Content .list .item + .item {
    margin-top: 3.90625vw; } }

@media print, screen and (min-width: 769px) {
  .st-News .news_Content .list .item:nth-of-type(n+4) {
    margin-top: 21px; } }

@media print, screen and (min-width: 769px) {
  .st-News .news_Content .list .item:nth-of-type(3n+1) {
    margin-left: 0; } }

.st-News .news_Content .list .item a {
  background: #fff;
  height: 100%; }
  @media print, screen and (min-width: 769px) {
    .st-News .news_Content .list .item a {
      display: block;
      width: 266px;
      box-shadow: 6px 8px 22px rgba(0, 0, 0, 0.1); } }
  @media print, screen and (max-width: 768px) {
    .st-News .news_Content .list .item a {
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      box-shadow: 0.78125vw 1.04167vw 2.86458vw rgba(0, 0, 0, 0.1); } }
  .st-News .news_Content .list .item a .thumb {
    overflow: hidden;
    background: #d1d1d1; }
    @media print, screen and (min-width: 769px) {
      .st-News .news_Content .list .item a .thumb {
        height: 150px; } }
    @media print, screen and (max-width: 768px) {
      .st-News .news_Content .list .item a .thumb {
        width: 26.04167vw;
        height: 14.58333vw; } }
  @media print, screen and (min-width: 769px) {
    .st-News .news_Content .list .item a .info {
      padding: 24px 20px 23px; } }
  @media print, screen and (max-width: 768px) {
    .st-News .news_Content .list .item a .info {
      width: 53.125vw;
      padding: 3.125vw 2.60417vw 2.34375vw; } }
  .st-News .news_Content .list .item a .info .date {
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1;
    color: #333; }
    @media print, screen and (min-width: 769px) {
      .st-News .news_Content .list .item a .info .date {
        font-size: 1.6rem; } }
    @media print, screen and (max-width: 768px) {
      .st-News .news_Content .list .item a .info .date {
        font-size: 2.60417vw; } }
  .st-News .news_Content .list .item a .info .ttl {
    font-weight: 700;
    letter-spacing: 0.12em;
    line-height: 1.625;
    color: #333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden; }
    @media print, screen and (min-width: 769px) {
      .st-News .news_Content .list .item a .info .ttl {
        margin: 12px 0 0;
        font-size: 1.6rem;
        -webkit-line-clamp: 3; } }
    @media print, screen and (max-width: 768px) {
      .st-News .news_Content .list .item a .info .ttl {
        margin: 1.30208vw 0 0;
        font-size: 3.125vw;
        -webkit-line-clamp: 1; } }
  @media (any-hover: hover) {
    .st-News .news_Content .list .item a .thumb {
      overflow: hidden; }
      .st-News .news_Content .list .item a .thumb img {
        -webkit-transition: -webkit-transform .3s;
        transition: -webkit-transform .3s;
        transition: transform .3s;
        transition: transform .3s, -webkit-transform .3s; }
    .st-News .news_Content .list .item a .info .date {
      position: relative;
      z-index: 1; }
      .st-News .news_Content .list .item a .info .date:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #fff227;
        -webkit-transform: scale(0, 1);
                transform: scale(0, 1);
        -webkit-transition: -webkit-transform .3s;
        transition: -webkit-transform .3s;
        transition: transform .3s;
        transition: transform .3s, -webkit-transform .3s;
        -webkit-transform-origin: center right;
                transform-origin: center right;
        z-index: -1; }
    .st-News .news_Content .list .item a:hover .thumb img {
      -webkit-transform: scale(1.05);
              transform: scale(1.05); }
    .st-News .news_Content .list .item a:hover .info .date:before {
      -webkit-transform: scale(1, 1);
              transform: scale(1, 1);
      -webkit-transform-origin: center left;
              transform-origin: center left; } }

@media print, screen and (min-width: 769px) {
  .st-News .news_Content .sw-Btn {
    margin: 60px 0 0; } }

@media print, screen and (max-width: 768px) {
  .st-News .news_Content .sw-Btn {
    margin: 7.8125vw 0 0; } }

@media print, screen and (min-width: 769px) {
  .st-News .news_Content .pagination {
    margin: 60px 0 0; } }

@media print, screen and (max-width: 768px) {
  .st-News .news_Content .pagination {
    margin: 7.8125vw 0 0; } }

.st-News .news_Content .pagination ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center; }
  .st-News .news_Content .pagination ul .page a {
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #333;
    text-align: center;
    display: block; }
    @media print, screen and (min-width: 769px) {
      .st-News .news_Content .pagination ul .page a {
        font-size: 2rem;
        width: 32px;
        height: 32px;
        line-height: 32px;
        padding-left: 2px; } }
    @media print, screen and (max-width: 768px) {
      .st-News .news_Content .pagination ul .page a {
        font-size: 3.64583vw;
        width: 5.20833vw;
        height: 5.20833vw;
        line-height: 5.20833vw;
        padding-left: 0.52083vw; } }
    @media (any-hover: hover) {
      .st-News .news_Content .pagination ul .page a {
        -webkit-transition: background .3s, color .3s;
        transition: background .3s, color .3s; }
        .st-News .news_Content .pagination ul .page a:hover {
          background: #ff3099;
          color: #fff; } }
  .st-News .news_Content .pagination ul .page.current a {
    background: #ff3099;
    color: #fff;
    pointer-events: none; }
  @media print, screen and (min-width: 769px) {
    .st-News .news_Content .pagination ul .page + .page {
      margin-left: 23px; } }
  @media print, screen and (max-width: 768px) {
    .st-News .news_Content .pagination ul .page + .page {
      margin-left: 3.90625vw; } }
  .st-News .news_Content .pagination ul .next, .st-News .news_Content .pagination ul .prev {
    background: #ff3099;
    -webkit-mask-image: url(../../images/common/icon_arrow.png);
            mask-image: url(../../images/common/icon_arrow.png);
    -webkit-mask-size: 100% auto;
            mask-size: 100% auto;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: top center;
            mask-position: top center; }
    @media print, screen and (min-width: 769px) {
      .st-News .news_Content .pagination ul .next, .st-News .news_Content .pagination ul .prev {
        width: 10px;
        height: 16px; } }
    @media print, screen and (max-width: 768px) {
      .st-News .news_Content .pagination ul .next, .st-News .news_Content .pagination ul .prev {
        width: 1.82292vw;
        height: 3.125vw; } }
    .st-News .news_Content .pagination ul .next.disabled, .st-News .news_Content .pagination ul .prev.disabled {
      pointer-events: none;
      opacity: 0.5;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; }
  @media print, screen and (min-width: 769px) {
    .st-News .news_Content .pagination ul .next {
      margin-left: 48px; } }
  @media print, screen and (max-width: 768px) {
    .st-News .news_Content .pagination ul .next {
      margin-left: 5.20833vw; } }
  @media (any-hover: hover) {
    .st-News .news_Content .pagination ul .next {
      cursor: pointer;
      -webkit-transition: -webkit-transform .3s;
      transition: -webkit-transform .3s;
      transition: transform .3s;
      transition: transform .3s, -webkit-transform .3s; }
      .st-News .news_Content .pagination ul .next:hover {
        -webkit-transform: scale(1.2);
                transform: scale(1.2); } }
  .st-News .news_Content .pagination ul .prev {
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1); }
    @media print, screen and (min-width: 769px) {
      .st-News .news_Content .pagination ul .prev {
        margin-right: 48px; } }
    @media print, screen and (max-width: 768px) {
      .st-News .news_Content .pagination ul .prev {
        margin-right: 5.20833vw; } }
    @media (any-hover: hover) {
      .st-News .news_Content .pagination ul .prev {
        -webkit-transition: -webkit-transform .3s;
        transition: -webkit-transform .3s;
        transition: transform .3s;
        transition: transform .3s, -webkit-transform .3s; }
        .st-News .news_Content .pagination ul .prev:hover {
          -webkit-transform: scale(-1.2, 1.2);
                  transform: scale(-1.2, 1.2); } }

/* =============================================================== */
/* 動画モーダル */
/* =============================================================== */
/*-------------------------------------------------------------------*/
/* movie-Stage */
/*-------------------------------------------------------------------*/
#movie-Stage {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 300; }
  #movie-Stage #movie-Iframe {
    background: rgba(0, 0, 0, 0.97);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 89;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center; }
    @media print, screen and (max-width: 768px) {
      #movie-Stage #movie-Iframe iframe {
        width: 100%;
        height: 56.25vw;
        -webkit-transform: translateY(-20%);
                transform: translateY(-20%); } }
  #movie-Stage #movie-Close {
    position: fixed;
    z-index: 100;
    -webkit-transition: .2s;
    transition: .2s; }
    @media print, screen and (min-width: 1921px) {
      #movie-Stage #movie-Close {
        width: 51px;
        height: 51px;
        top: 30px;
        right: 30px; } }
    @media print, screen and (min-width: 1301px) and (max-width: 1920px) {
      #movie-Stage #movie-Close {
        width: 2.65625vw;
        height: 2.65625vw;
        top: 1.5625vw;
        right: 1.5625vw; } }
    @media print, screen and (min-width: 769px) and (max-width: 1300px) {
      #movie-Stage #movie-Close {
        width: 34.53125px;
        height: 34.53125px;
        top: 20.3125px;
        right: 20.3125px; } }
    @media print, screen and (max-width: 768px) {
      #movie-Stage #movie-Close {
        width: 6.64062vw;
        height: 6.64062vw;
        top: 3.90625vw;
        right: 3.90625vw; } }
    #movie-Stage #movie-Close:before, #movie-Stage #movie-Close:after {
      content: "";
      position: absolute;
      display: block;
      background: #fff; }
      @media print, screen and (min-width: 1921px) {
        #movie-Stage #movie-Close:before, #movie-Stage #movie-Close:after {
          width: 70px;
          height: 2px;
          top: 0;
          right: 0; } }
      @media print, screen and (min-width: 1301px) and (max-width: 1920px) {
        #movie-Stage #movie-Close:before, #movie-Stage #movie-Close:after {
          width: 3.64583vw;
          height: 0.10417vw;
          top: 0;
          right: 0; } }
      @media print, screen and (max-width: 1300px) {
        #movie-Stage #movie-Close:before, #movie-Stage #movie-Close:after {
          width: 47.39583px;
          height: 1.35417px;
          top: 0;
          right: 0; } }
      @media print, screen and (max-width: 768px) {
        #movie-Stage #movie-Close:before, #movie-Stage #movie-Close:after {
          width: 9.11458vw;
          height: 0.26042vw;
          top: 0;
          right: 0; } }
    #movie-Stage #movie-Close:before {
      -webkit-transform: translate(12.5%, 24px) rotate(45deg);
              transform: translate(12.5%, 24px) rotate(45deg); }
    #movie-Stage #movie-Close:after {
      -webkit-transform: translate(12.5%, 24px) rotate(-45deg);
              transform: translate(12.5%, 24px) rotate(-45deg); }
    @media (any-hover: hover) {
      #movie-Stage #movie-Close {
        -webkit-transition: opacity .3s;
        transition: opacity .3s;
        cursor: pointer; }
        #movie-Stage #movie-Close:hover {
          opacity: 0.7;
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; } }

/* =============================================================== */
/* header */
/* =============================================================== */
/* =============================================================== */
/* footer */
/* =============================================================== */
.st-Footer {
  position: relative; }
  @media print, screen and (min-width: 769px) {
    .st-Footer {
      padding: 86px 0 96px; } }
  @media print, screen and (max-width: 768px) {
    .st-Footer {
      padding: 10.41667vw 0 18.88021vw; } }
  @media print, screen and (min-width: 769px) {
    .st-Footer_Content {
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
              justify-content: center; } }
  .st-Footer_Content .logo a {
    display: block; }
    @media print, screen and (min-width: 769px) {
      .st-Footer_Content .logo a {
        width: 228px; } }
    @media print, screen and (max-width: 768px) {
      .st-Footer_Content .logo a {
        width: 41.66667vw;
        margin: 0 auto; } }
    @media (any-hover: hover) {
      .st-Footer_Content .logo a {
        -webkit-transition: -webkit-transform .3s;
        transition: -webkit-transform .3s;
        transition: transform .3s;
        transition: transform .3s, -webkit-transform .3s; }
        .st-Footer_Content .logo a:hover {
          -webkit-transform: scale(1.05);
                  transform: scale(1.05); } }
  .st-Footer_Content .link {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex; }
    @media print, screen and (min-width: 769px) {
      .st-Footer_Content .link {
        margin-left: 56px; } }
    @media print, screen and (max-width: 768px) {
      .st-Footer_Content .link {
        margin-top: 10.41667vw;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
                justify-content: center; } }
    .st-Footer_Content .link a {
      display: inline-block; }
      @media print, screen and (min-width: 769px) {
        .st-Footer_Content .link a {
          width: 270px;
          height: 87px;
          background: tomato; } }
      @media print, screen and (max-width: 768px) {
        .st-Footer_Content .link a {
          width: 43.48958vw; } }
      @media print, screen and (min-width: 769px) {
        .st-Footer_Content .link a + a {
          margin-left: 20px; } }
      @media print, screen and (max-width: 768px) {
        .st-Footer_Content .link a + a {
          margin-left: 2.86458vw; } }
      @media (any-hover: hover) {
        .st-Footer_Content .link a {
          -webkit-transition: opacity .3s;
          transition: opacity .3s; }
          .st-Footer_Content .link a:hover {
            opacity: .8;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; } }
  .st-Footer .copyright {
    position: absolute;
    display: inline-block;
    background: #000;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1; }
    @media print, screen and (min-width: 769px) {
      .st-Footer .copyright {
        bottom: -10px;
        left: -10px;
        padding: 14px 20px 15px;
        font-size: 1.2rem; } }
    @media print, screen and (max-width: 768px) {
      .st-Footer .copyright {
        bottom: -1.30208vw;
        left: -1.30208vw;
        height: 12.5vw;
        font-size: 2.08333vw;
        line-height: 1.75;
        padding: 0 3.51562vw;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
                align-items: center; } }

/* =============================================================== */
/* メディアクエリ */
/* =============================================================== */
/* =============================================================== */
/* .idx-Mainvisual */
/* =============================================================== */
@media print, screen and (min-width: 769px) {
  .idx-Mainvisual {
    background: url(../../images/common/bg_mainvisual.png) repeat top -200px center/auto; } }

@media print, screen and (max-width: 768px) {
  .idx-Mainvisual {
    background: url(../../images/common/bg_mainvisual.png) repeat top -200px center/600px auto; } }

.idx-Mainvisual_Content {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center; }
  @media print, screen and (max-width: 768px) {
    .idx-Mainvisual_Content {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
              flex-direction: column;
      padding: 28.64583vw 0 19.27083vw; } }
  .idx-Mainvisual_Content .logo {
    position: relative;
    z-index: 1; }
    @media print, screen and (min-width: 1921px) {
      .idx-Mainvisual_Content .logo {
        width: 569px;
        padding: 203px 0 156px; } }
    @media print, screen and (min-width: 1301px) and (max-width: 1920px) {
      .idx-Mainvisual_Content .logo {
        width: 29.63542vw;
        padding: 10.57292vw 0 8.125vw; } }
    @media print, screen and (min-width: 769px) and (max-width: 1300px) {
      .idx-Mainvisual_Content .logo {
        width: 385.26042px;
        padding: 137.44792px 0 105.625px; } }
    @media print, screen and (max-width: 768px) {
      .idx-Mainvisual_Content .logo {
        width: 70.3125vw; } }
    .idx-Mainvisual_Content .logo:before {
      content: "";
      position: absolute;
      display: block;
      background: #fff;
      z-index: -1;
      border-radius: 50%; }
      @media print, screen and (min-width: 1921px) {
        .idx-Mainvisual_Content .logo:before {
          width: 720px;
          height: 560px;
          top: 96px;
          left: -89px;
          box-shadow: 10px 10px 20px rgba(51, 51, 51, 0.35); } }
      @media print, screen and (min-width: 1301px) and (max-width: 1920px) {
        .idx-Mainvisual_Content .logo:before {
          width: 37.5vw;
          height: 29.16667vw;
          top: 5vw;
          left: -4.63542vw;
          box-shadow: 0.52083vw 0.52083vw 1.04167vw rgba(51, 51, 51, 0.35); } }
      @media print, screen and (min-width: 769px) and (max-width: 1300px) {
        .idx-Mainvisual_Content .logo:before {
          width: 487.5px;
          height: 379.16667px;
          top: 65px;
          left: -60.26042px;
          box-shadow: 6.77083px 6.77083px 13.54167px rgba(51, 51, 51, 0.35); } }
      @media print, screen and (max-width: 768px) {
        .idx-Mainvisual_Content .logo:before {
          width: 89.0625vw;
          height: 69.27083vw;
          top: -14.71354vw;
          left: 50%;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%);
          box-shadow: 1.30208vw 1.30208vw 2.60417vw rgba(51, 51, 51, 0.35); } }
  @media print, screen and (min-width: 1921px) {
    {
      margin-left: 188px;
      width: 634px;
      padding: 100px 0; } }
  @media print, screen and (min-width: 1301px) and (max-width: 1920px) {
    {
      margin-left: 9.79167vw;
      width: 33.02083vw;
      padding: 5.20833vw 0; } }
  @media print, screen and (min-width: 769px) and (max-width: 1300px) {
    {
      margin-left: 127.29167px;
      width: 429.27083px;
      padding: 67.70833px 0; } }
  @media print, screen and (max-width: 768px) {
    {
      width: 82.55208vw;
      margin-top: 18.22917vw; } }
  @media print, screen and (min-width: 1921px) {
    .catch + .movie {
      margin-top: 40px; } }
  @media print, screen and (min-width: 1301px) and (max-width: 1920px) {
    .catch + .movie {
      margin-top: 2.08333vw; } }
  @media print, screen and (min-width: 769px) and (max-width: 1300px) {
    .catch + .movie {
      margin-top: 27.08333px; } }
  @media print, screen and (max-width: 768px) {
    .catch + .movie {
      margin-top: 7.8125vw; } }


  .movie {width:720px;margin:20px auto;background:#000;border:7px #000 solid;}
  @media print, screen and (max-width: 768px) {
  .movie {width:100%;margin:20px auto;background:#000;border:7px #000 solid;}
}
    
    
    .movie a {
      display: block;
      position: relative;
      overflow: hidden; }
      .movie a:before, .movie a:after {
        content: "";
        position: absolute;
        display: block;
        top: 50%;
        left: 50%;
        z-index: 2;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }
      .movie a:before {
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.2); }
        @media print, screen and (min-width: 1921px) {
          .movie a:before {
            width: 120px;
            height: 120px;
            border: 4px solid #fff; } }
        @media print, screen and (min-width: 1301px) and (max-width: 1920px) {
          .movie a:before {
            width: 6.25vw;
            height: 6.25vw;
            border: 0.20833vw solid #fff; } }
        @media print, screen and (min-width: 769px) and (max-width: 1300px) {
          .movie a:before {
            width: 81.25px;
            height: 81.25px;
            border: 2.70833px solid #fff; } }
        @media print, screen and (max-width: 768px) {
          .movie a:before {
            width: 18.22917vw;
            height: 18.22917vw;
            border: 0.52083vw solid #fff; } }
      .movie a:after {
        background: url(../../images/common/icon_arrow.svg) no-repeat top center/contain; }
        @media print, screen and (min-width: 1921px) {
          .movie a:after {
            width: 30px;
            height: 30px; } }
        @media print, screen and (min-width: 1301px) and (max-width: 1920px) {
          .movie a:after {
            width: 1.5625vw;
            height: 1.5625vw; } }
        @media print, screen and (min-width: 769px) and (max-width: 1300px) {
          .movie a:after {
            width: 20.3125px;
            height: 20.3125px; } }
        @media print, screen and (max-width: 768px) {
          .movie a:after {
            width: 5.20833vw;
            height: 5.20833vw; } }
      .movie a img {
        width: 100%;
        height: auto;
        opacity: 1.0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
        position: relative;
        z-index: 1; }
      @media (any-hover: hover) {
        .movie a:before {
          -webkit-transition: -webkit-transform .3s;
          transition: -webkit-transform .3s;
          transition: transform .3s;
          transition: transform .3s, -webkit-transform .3s; }
        .movie a img {
          -webkit-transition: opacity .3s, -webkit-transform .3s;
          transition: opacity .3s, -webkit-transform .3s;
          transition: opacity .3s, transform .3s;
          transition: opacity .3s, transform .3s, -webkit-transform .3s; }
        .movie a:hover:before {
          -webkit-transform: translate(-50%, -50%) scale(0.95);
                  transform: translate(-50%, -50%) scale(0.95); }
        .movie a:hover img {
          opacity: 0.8;
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
          -webkit-transform: scale(1.02);
                  transform: scale(1.02); } }
  .share {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex; }
    @media print, screen and (min-width: 1921px) {
      .share {
        margin: 30px 0 0; } }
    @media print, screen and (min-width: 1301px) and (max-width: 1920px) {
      .share {
        margin: 1.5625vw 0 0; } }
    @media print, screen and (min-width: 769px) and (max-width: 1300px) {
      .share {
        margin: 20.3125px 0 0; } }
    @media print, screen and (max-width: 768px) {
      .share {
        display: none; } }
    .share a {
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
              align-items: center; }
      .share a span {
        font-weight: 500;
        line-height: 1;
        letter-spacing: 0.12em;
        color: #fff;
        display: inline-block; }
        @media print, screen and (min-width: 1921px) {
          .share a span {
            font-size: 1.6rem; } }
        @media print, screen and (min-width: 1301px) and (max-width: 1920px) {
          .share a span {
            font-size: 0.83333vw; } }
        @media print, screen and (min-width: 769px) and (max-width: 1300px) {
          .share a span {
            font-size: 10.83333px; } }
      @media print, screen and (min-width: 1921px) {
        .share a + a {
          margin-left: 10px; } }
      @media print, screen and (min-width: 1301px) and (max-width: 1920px) {
        .share a + a {
          margin-left: 0.52083vw; } }
      @media print, screen and (min-width: 769px) and (max-width: 1300px) {
        .share a + a {
          margin-left: 6.77083px; } }
      .share a.facebook {
        background: #1977f2; }
        @media print, screen and (min-width: 1921px) {
          .share a.facebook {
            padding: 5px 27px 7px 10px; } }
        @media print, screen and (min-width: 1301px) and (max-width: 1920px) {
          .share a.facebook {
            padding: 0.26042vw 1.40625vw 0.36458vw 0.52083vw; } }
        @media print, screen and (min-width: 769px) and (max-width: 1300px) {
          .share a.facebook {
            padding: 3.38542px 18.28125px 4.73958px 6.77083px; } }
        .share a.facebook:before {
          content: "";
          display: block;
          background: url(../../images/common/icon_facebook_01.png) no-repeat top center/contain; }
          @media print, screen and (min-width: 1921px) {
            .share a.facebook:before {
              width: 23px;
              height: 23px;
              margin-right: 17px; } }
          @media print, screen and (min-width: 1301px) and (max-width: 1920px) {
            .share a.facebook:before {
              width: 1.19792vw;
              height: 1.19792vw;
              margin-right: 0.88542vw; } }
          @media print, screen and (min-width: 769px) and (max-width: 1300px) {
            .share a.facebook:before {
              width: 15.57292px;
              height: 15.57292px;
              margin-right: 11.51042px; } }
        @media print, screen and (min-width: 1921px) {
          .share a.facebook span {
            margin: 2px 0 0; } }
        @media print, screen and (min-width: 1301px) and (max-width: 1920px) {
          .share a.facebook span {
            margin: 0.10417vw 0 0; } }
        @media print, screen and (min-width: 769px) and (max-width: 1300px) {
          .share a.facebook span {
            margin: 1.35417px 0 0; } }
      .share a.twitter {
        background: #01b4e5; }
        @media print, screen and (min-width: 1921px) {
          .share a.twitter {
            padding: 9px 15px 8px; } }
        @media print, screen and (min-width: 1301px) and (max-width: 1920px) {
          .share a.twitter {
            padding: 0.46875vw 0.78125vw 0.41667vw; } }
        @media print, screen and (min-width: 769px) and (max-width: 1300px) {
          .share a.twitter {
            padding: 6.09375px 10.15625px 5.41667px; } }
        .share a.twitter:before {
          content: "";
          display: block;
          background: url(../../images/common/icon_twitter_01.png) no-repeat top center/contain; }
          @media print, screen and (min-width: 1921px) {
            .share a.twitter:before {
              width: 21px;
              height: 18px;
              margin-right: 9px; } }
          @media print, screen and (min-width: 1301px) and (max-width: 1920px) {
            .share a.twitter:before {
              width: 1.09375vw;
              height: 0.9375vw;
              margin-right: 0.46875vw; } }
          @media print, screen and (min-width: 769px) and (max-width: 1300px) {
            .share a.twitter:before {
              width: 14.21875px;
              height: 12.1875px;
              margin-right: 6.09375px; } }
      @media (any-hover: hover) {
        .share a {
          -webkit-transition: opacity .3s;
          transition: opacity .3s; }
          .share a:hover {
            opacity: 0.8;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; } }

/* =============================================================== */
/* .idx-Intro */
/* =============================================================== */
.idx-Intro {
  text-align: center; }
  @media print, screen and (min-width: 769px) {
    .idx-Intro_Content {
      padding: 58px 0; } }
  @media print, screen and (max-width: 768px) {
    .idx-Intro_Content {
      padding: 7.8125vw 0; } }
  .idx-Intro p > span {
    background: #fff;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone; }
    .idx-Intro p > span > span {
      background: rgba(255, 242, 39, 0.5); }
      @media print, screen and (min-width: 769px) {
        .idx-Intro p > span > span {
          padding: 4px 2.5px 2px 5px; } }
      @media print, screen and (max-width: 768px) {
        .idx-Intro p > span > span {
          padding: 0.52083vw 0.32552vw 0.26042vw 0.65104vw; } }
    @media print, screen and (min-width: 769px) {
      .idx-Intro p > span .less-m {
        margin-left: -10px; } }
    @media print, screen and (max-width: 768px) {
      .idx-Intro p > span .less-m {
        margin: 0 -0.65104vw 0 -1.30208vw; } }
    @media print, screen and (max-width: 768px) {
      .idx-Intro p > span .less-m-sp {
        margin: 0 -0.65104vw 0 -1.30208vw; } }
  .idx-Intro p span {
    color: #333;
    font-weight: 700;
    letter-spacing: 0.12em;
    line-height: 2.5; }
    @media print, screen and (min-width: 769px) {
      .idx-Intro p span {
        font-size: 1.6rem;
        padding: 4px 5px 2px 10px; } }
    @media print, screen and (max-width: 768px) {
      .idx-Intro p span {
        font-size: 3.125vw;
        padding: 0.52083vw 0.65104vw 0.26042vw 1.30208vw; } }
  @media print, screen and (min-width: 769px) {
    .idx-Intro p.large span {
      font-size: 2.4rem;
      padding: 12px 5px 13px 10px; } }
  @media print, screen and (max-width: 768px) {
    .idx-Intro p.large span {
      line-height: 3;
      font-size: 4.16667vw;
      padding: 1.5625vw 0.65104vw 1.69271vw 1.30208vw; } }
  @media print, screen and (min-width: 769px) {
    .idx-Intro p + p {
      margin: 27px 0 0; } }
  @media print, screen and (max-width: 768px) {
    .idx-Intro p + p {
      margin: 5.20833vw 0 0; } }

/* =============================================================== */
/* .idx-About */
/* =============================================================== */
@media print, screen and (min-width: 769px) {
  .idx-About {
    padding: 70px 0; } }

@media print, screen and (max-width: 768px) {
  .idx-About {
    padding: 5.20833vw 2.60417vw; } }

@media print, screen and (min-width: 769px) {
  .idx-About_Top {
    margin: 41px 0 0; } }

@media print, screen and (max-width: 768px) {
  .idx-About_Top {
    margin: 3.64583vw 0 0; } }

.idx-About_Top p {
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #333; }
  @media print, screen and (min-width: 769px) {
    .idx-About_Top p {
      line-height: 2.125;
      font-size: 1.6rem; } }
  @media print, screen and (max-width: 768px) {
    .idx-About_Top p {
      line-height: 2;
      font-size: 3.125vw; } }

@media print, screen and (min-width: 769px) {
  .idx-About_Bottom {
    margin: 51px 0 0; } }

@media print, screen and (max-width: 768px) {
  .idx-About_Bottom {
    margin: 7.55208vw 0 0; } }

@media print, screen and (min-width: 769px) {
  .idx-About_Bottom .box {
    margin: 60px 0 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex; } }

@media print, screen and (max-width: 768px) {
  .idx-About_Bottom .box {
    margin: 7.8125vw 0 0; } }

.idx-About_Bottom .box .img-Wrapper {
  background: tomato; }
  @media print, screen and (min-width: 769px) {
    .idx-About_Bottom .box .img-Wrapper {
      width: 180px;
      height: 180px;
      margin-right: 60px; } }
  @media print, screen and (max-width: 768px) {
    .idx-About_Bottom .box .img-Wrapper {
      width: 32.55208vw;
      height: 32.55208vw;
      margin: 6.51042vw auto 0; } }

@media print, screen and (min-width: 769px) {
  .idx-About_Bottom .box .info {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
            flex: 1; } }

.idx-About_Bottom .box .info .heading {
  font-weight: 900;
  letter-spacing: 0.12em;
  line-height: 1;
  color: #000; }
  @media print, screen and (min-width: 769px) {
    .idx-About_Bottom .box .info .heading {
      font-size: 3.2rem; } }
  @media print, screen and (max-width: 768px) {
    .idx-About_Bottom .box .info .heading {
      font-size: 4.42708vw;
      text-align: center; } }

.idx-About_Bottom .box .info .sentence {
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #333;
  line-height: 2.125; }
  @media print, screen and (min-width: 769px) {
    .idx-About_Bottom .box .info .sentence {
      margin: 21px 0 0;
      font-size: 1.6rem; } }
  @media print, screen and (max-width: 768px) {
    .idx-About_Bottom .box .info .sentence {
      margin: 3.64583vw 0 0;
      font-size: 3.125vw; } }

.idx-About_Bottom .box .info .link {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex; }
  @media print, screen and (min-width: 769px) {
    .idx-About_Bottom .box .info .link {
      margin: 18px 0 0; } }
  @media print, screen and (max-width: 768px) {
    .idx-About_Bottom .box .info .link {
      margin: 4.6875vw 0 0;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
              justify-content: center; } }
  .idx-About_Bottom .box .info .link .icon a {
    display: block;
    border-radius: 50%; }
    @media print, screen and (min-width: 769px) {
      .idx-About_Bottom .box .info .link .icon a {
        width: 42px;
        height: 42px; } }
    @media print, screen and (max-width: 768px) {
      .idx-About_Bottom .box .info .link .icon a {
        width: 7.29167vw;
        height: 7.29167vw; } }
    .idx-About_Bottom .box .info .link .icon a.twitter {
      background: url(../../images/common/icon_twitter_02.png) no-repeat top center/contain; }
    .idx-About_Bottom .box .info .link .icon a.hp {
      background: url(../../images/common/icon_browser.png) no-repeat top center/contain; }
    .idx-About_Bottom .box .info .link .icon a.opensea {
      background: url(../../images/common/icon_opensea.png) no-repeat top center/contain; }
    @media (any-hover: hover) {
      .idx-About_Bottom .box .info .link .icon a {
        -webkit-transition: -webkit-transform .3s;
        transition: -webkit-transform .3s;
        transition: transform .3s;
        transition: transform .3s, -webkit-transform .3s; }
        .idx-About_Bottom .box .info .link .icon a:hover {
          -webkit-transform: scale(1.15);
                  transform: scale(1.15); } }
  @media print, screen and (min-width: 769px) {
    .idx-About_Bottom .box .info .link .icon + .icon {
      margin-left: 15px; } }
  @media print, screen and (max-width: 768px) {
    .idx-About_Bottom .box .info .link .icon + .icon {
      margin-left: 3.90625vw; } }

/* =============================================================== */
/* .idx-Sns */
/* =============================================================== */
@media print, screen and (min-width: 769px) {
  .idx-Sns {
    padding: 70px 0; } }

@media print, screen and (max-width: 768px) {
  .idx-Sns {
    padding: 5.20833vw 2.60417vw; } }

@media print, screen and (min-width: 769px) {
  .idx-Sns .sw-Content {
    padding: 50px 0; } }

@media print, screen and (max-width: 768px) {
  .idx-Sns .sw-Content {
    padding: 7.8125vw 0; } }

.idx-Sns .catch {
  text-align: center; }
  .idx-Sns .catch span {
    font-weight: 500;
    letter-spacing: 0.1em;
    color: #000;
    position: relative;
    z-index: 1; }
    @media print, screen and (min-width: 769px) {
      .idx-Sns .catch span {
        line-height: 1;
        font-size: 2.4rem; } }
    @media print, screen and (max-width: 768px) {
      .idx-Sns .catch span {
        line-height: 2;
        font-size: 4.16667vw; } }
    .idx-Sns .catch span:before {
      content: "";
      position: absolute;
      display: block;
      width: 105%;
      height: 40%;
      bottom: -5%;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      background: #fff227;
      z-index: -1; }

@media print, screen and (min-width: 769px) {
  .idx-Sns .btn {
    margin: 40px 0 0; } }

@media print, screen and (max-width: 768px) {
  .idx-Sns .btn {
    margin: 5.20833vw 0 0; } }

.idx-Sns .btn a {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  background: #1294de;
  position: relative;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #fff;
  margin: 0 auto; }
  @media print, screen and (min-width: 769px) {
    .idx-Sns .btn a {
      width: 280px;
      height: 60px;
      font-size: 1.6rem; } }
  @media print, screen and (max-width: 768px) {
    .idx-Sns .btn a {
      width: 49.47917vw;
      height: 9.63542vw;
      font-size: 3.125vw; } }
  .idx-Sns .btn a:after {
    content: "";
    position: absolute;
    display: block;
    background: url(../../images/common/icon_external.png) no-repeat top center/contain;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
    @media print, screen and (min-width: 769px) {
      .idx-Sns .btn a:after {
        width: 12px;
        height: 10px;
        right: 24px; } }
    @media print, screen and (max-width: 768px) {
      .idx-Sns .btn a:after {
        width: 2.34375vw;
        height: 2.08333vw;
        right: 3.90625vw; } }
  @media (any-hover: hover) {
    .idx-Sns .btn a {
      -webkit-transition: opacity .3s;
      transition: opacity .3s; }
      .idx-Sns .btn a:hover {
        opacity: .8;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; } }
