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

:before,
:after {
  -webkit-box-sizing: inherit;
  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.15;
  /* 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 {
  -webkit-box-sizing: content-box;
  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 {
  width: 100%;
  background: #fff;
  color: #111;
  margin: 0 auto;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  letter-spacing: .05em; }
  @media print, screen and (max-width: 1024px) {
    body {
      min-width: 0;
      overflow-x: hidden;
      -webkit-text-size-adjust: 100%;
      -webkit-overflow-scrolling: touch; } }

.roboto-r {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  -webkit-font-variant-ligatures: none;
          font-variant-ligatures: none; }

.roboto {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  -webkit-font-variant-ligatures: none;
          font-variant-ligatures: none; }

.center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.center_x {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.center_y {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.preload *:not(.index-Loader_Line) {
  -webkit-transition: none !important;
  transition: none !important;
  -webkit-transition-delay: unset !important;
          transition-delay: unset !important; }

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

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

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

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

@media print, screen and (min-width: 1025px) {
  .hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transition: .2s opacity;
    transition: .2s opacity; }
    .hover:hover {
      opacity: .75;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
      cursor: pointer; } }

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

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

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

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

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

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

/*-------------------------------

guard

-------------------------------*/
.guard {
  pointer-events: none; }

img {
  image-rendering: -webkit-optimize-contrast; }

_::-webkit-full-page-media, _:future, :root img {
  image-rendering: auto; }

/* =============================================================== */
/* st */
/* =============================================================== */
/* =============================================================== */
/* .st-Container */
/* =============================================================== */
.st-Container {
  position: relative;
  width: 100%;
  min-height: 100vh;
  overflow-x: hidden; }

/* =============================================================== */
/* .st-Bg */
/* =============================================================== */
.st-Bg-w {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: url("/wp-content/themes/movie-argo_v1/assets/images/common/bg_grunge.png") 0 0/600px auto repeat, url("/wp-content/themes/movie-argo_v1/assets/images/common/bg_snow.png") 0 0/250px auto repeat; }
  @media print, screen and (max-width: 1024px) {
    .st-Bg-w:after {
      content: '';
      display: block;
      width: 1px;
      height: 100%;
      right: 13.28125vw;
      top: 0;
      background: rgba(17, 17, 42, 0.06);
      position: fixed; } }

.st-Bg-star {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
  pointer-events: none; }

.st-Bg-shooting_star {
  width: 270px;
  height: 100%;
  position: fixed;
  z-index: 0;
  top: 0;
  pointer-events: none;
  opacity: .85;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)"; }
  @media print, screen and (max-width: 1024px) {
    .st-Bg-shooting_star {
      width: 35.15625vw; } }
  .st-Bg-shooting_star-l {
    background: url("/wp-content/themes/movie-argo_v1/assets/images/common/bg_star-l.png") 0 0/540px auto repeat;
    left: 100px; }
    @media print, screen and (max-width: 1024px) {
      .st-Bg-shooting_star-l {
        background: url("/wp-content/themes/movie-argo_v1/assets/images/common/bg_star-l.png") 0 0 /70.3125vw auto repeat;
        left: 2.60417vw; } }
  .st-Bg-shooting_star-r {
    background: url("/wp-content/themes/movie-argo_v1/assets/images/common/bg_star-r.png") 0 0/540px auto repeat;
    right: 100px; }
    @media print, screen and (max-width: 1024px) {
      .st-Bg-shooting_star-r {
        background: url("/wp-content/themes/movie-argo_v1/assets/images/common/bg_star-r.png") -9.11458vw 0 /70.3125vw auto repeat;
        right: 0; } }

/* =============================================================== */
/* .st-Menu */
/* =============================================================== */
.st-Menu {
  z-index: 320;
  position: fixed;
  display: block;
  background: rgba(17, 17, 17, 0.9);
  -webkit-transition: right .3s;
  transition: right .3s;
  top: 5.20833vw;
  right: 0;
  width: 17.70833vw;
  height: 13.54167vw; }
  @media print, screen and (min-width: 1025px) {
    .st-Menu {
      display: none; } }
  .st-Menu:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: url("/wp-content/themes/movie-argo_v1/assets/images/common/bg_menu.png") 0 0/375px auto repeat;
    width: 100%;
    height: 100%;
    opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; }
  .st-Menu .line {
    display: block;
    width: 9.89583vw;
    top: 4.16667vw;
    position: absolute;
    height: 2px;
    background: #fff;
    right: 3.90625vw;
    -webkit-transition: .3s;
    transition: .3s; }
    .st-Menu .line:nth-of-type(2) {
      top: 6.51042vw;
      width: 8.59375vw; }
    .st-Menu .line:nth-of-type(3) {
      top: 8.85417vw;
      width: 6.25vw; }
  .st-Menu .star {
    display: block;
    width: 2.34375vw;
    position: absolute;
    top: 7.8125vw;
    right: 10.15625vw;
    -webkit-transition: .3s;
    transition: .3s; }
  .st-Menu.opened {
    background: rgba(17, 17, 17, 0.9) !important; }
    .st-Menu.opened:after {
      opacity: 0.5 !important;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; }
    .st-Menu.opened .line:nth-of-type(1) {
      top: 6.51042vw;
      -webkit-transform: rotate(-30deg);
              transform: rotate(-30deg);
      width: 9.89583vw; }
    .st-Menu.opened .line:nth-of-type(3) {
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      -webkit-transform: translateX(30%);
              transform: translateX(30%); }
    .st-Menu.opened .line:nth-of-type(2) {
      top: 6.51042vw;
      -webkit-transform: rotate(30deg);
              transform: rotate(30deg);
      width: 9.89583vw; }
    .st-Menu.opened .star {
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      -webkit-transform: translateX(30%);
              transform: translateX(30%);
      -webkit-transition: .3s;
      transition: .3s; }
  @media print, screen and (min-width: 1025px) {
    .st-Menu {
      -webkit-transition: right .3s, -webkit-filter .2s;
      transition: right .3s, -webkit-filter .2s;
      transition: filter .2s, right .3s;
      transition: filter .2s, right .3s, -webkit-filter .2s; } }

/* =============================================================== */
/* .st-Header */
/* =============================================================== */
.st-Header_Menu {
  width: 180px;
  height: 100%;
  border-right: 1px solid rgba(17, 17, 42, 0.04);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10; }
  @media print, screen and (max-width: 1024px) {
    .st-Header_Menu {
      border: none;
      z-index: 160;
      width: 0;
      padding: 12.76042vw 0 13.02083vw 5.20833vw;
      overflow-y: scroll;
      overflow-x: hidden;
      -webkit-overflow-scrolling: touch; } }
  .st-Header_Menu .logo {
    width: 440px;
    margin: 7px 0 0 12px;
    -webkit-transition: width .4s, margin .4s;
    transition: width .4s, margin .4s; }
    .st-Header_Menu .logo a {
      display: block; }
    .st-Header_Menu .logo img {
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden;
      -webkit-transition: -webkit-filter .8s 1s;
      transition: -webkit-filter .8s 1s;
      transition: filter .8s 1s;
      transition: filter .8s 1s, -webkit-filter .8s 1s; }
    @media print, screen and (max-width: 1024px) {
      .st-Header_Menu .logo {
        width: 48.17708vw;
        margin: 0; }
        .st-Header_Menu .logo img {
          -webkit-filter: none;
                  filter: none; } }
  .st-Header_Menu_List {
    font-size: 15px;
    letter-spacing: 0.08em;
    padding: 0 0 0 32px;
    margin-top: 24px; }
    @media print, screen and (max-width: 1024px) {
      .st-Header_Menu_List {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin: 9.11458vw 0 0;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        padding: 0; } }
    .st-Header_Menu_List .item {
      position: relative; }
      @media print, screen and (min-width: 1025px) {
        .st-Header_Menu_List .item + .item {
          margin-top: 26px; }
        .st-Header_Menu_List .item a {
          -webkit-transition: padding .2s;
          transition: padding .2s; }
          .st-Header_Menu_List .item a:before {
            content: '';
            width: 11px;
            height: 12px;
            display: block;
            position: absolute;
            background: url("/wp-content/themes/movie-argo_v1/assets/images/common/icon_kira.svg") 0 0/100% auto no-repeat;
            top: 1px;
            left: -5px;
            -webkit-transition: .2s;
            transition: .2s;
            opacity: 0;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
          .st-Header_Menu_List .item a:after {
            content: '';
            width: 0;
            height: 1px;
            display: block;
            position: absolute;
            background: #111;
            top: 7px;
            right: calc(100% + 10px);
            -webkit-transition: width .2s;
            transition: width .2s; }
        .st-Header_Menu_List .item.current {
          padding: 0 0 0 16px; }
          .st-Header_Menu_List .item.current a:before {
            opacity: 1;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
            left: 0; }
          .st-Header_Menu_List .item.current a:after {
            width: 40px;
            right: 100%; }
        .st-Header_Menu_List .item:not(.current) a:hover {
          padding: 0 0 0 16px; }
          .st-Header_Menu_List .item:not(.current) a:hover:before {
            opacity: 1;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
            left: 0; } }
      @media print, screen and (max-width: 1024px) {
        .st-Header_Menu_List .item {
          width: 43.6%;
          font-size: 3.90625vw;
          padding: 0 0 0 3.38542vw; }
          .st-Header_Menu_List .item:nth-child(n + 3) {
            margin: 5.98958vw 0 0; }
          .st-Header_Menu_List .item:nth-child(2n) {
            width: 56.4%; }
          .st-Header_Menu_List .item.current:before {
            content: '';
            display: block;
            position: absolute;
            background: url("/wp-content/themes/movie-argo_v1/assets/images/common/icon_kira.svg") 0 0/100% auto no-repeat;
            left: 0;
            width: 2.60417vw;
            height: 2.73438vw;
            top: 0.65104vw; } }
      .st-Header_Menu_List .item a.close {
        pointer-events: none;
        opacity: .3;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)"; }
  @media print, screen and (min-width: 1025px) {
    .st-Header_Menu_Official {
      margin-top: 30px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 0 0 0 32px; }
      .st-Header_Menu_Official .txt {
        display: none; }
      .st-Header_Menu_Official .icon .btn-twitter {
        width: 19px;
        fill: #111;
        -webkit-transition: fill .2s;
        transition: fill .2s; }
      .st-Header_Menu_Official .icon .btn-youtube {
        width: 22px;
        fill: #111;
        -webkit-transition: fill .2s;
        transition: fill .2s; }
      .st-Header_Menu_Official .item + .item {
        margin-left: 24px; }
      .st-Header_Menu_Official li:nth-child(1) a:hover .btn-twitter {
        fill: #1ca0f2; }
      .st-Header_Menu_Official li:nth-child(2) a:hover .btn-youtube {
        fill: #ff0000; } }
  @media print, screen and (max-width: 1024px) {
    .st-Header_Menu_Official {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      margin: 11.71875vw 0 0;
      font-size: 3.38542vw;
      letter-spacing: 0.08em; }
      .st-Header_Menu_Official .item {
        margin: 0;
        width: 43.6%; }
        .st-Header_Menu_Official .item + .item {
          width: 56.4%;
          padding: 0 0 0 3.38542vw; }
        .st-Header_Menu_Official .item a {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center; }
      .st-Header_Menu_Official .icon {
        line-height: 0;
        margin: 0 1.69271vw 0 0;
        width: 4.29688vw;
        height: 4.29688vw; }
        .st-Header_Menu_Official .icon .btn-twitter {
          fill: #1ca0f2; }
        .st-Header_Menu_Official .icon .btn-youtube {
          fill: #ff0000; } }

@media print, screen and (min-width: 1025px) {
  .st-Header.st-Header-Shorten .st-Header_Menu .logo {
    width: 200px;
    margin: 32px 0 0 32px; }
    .st-Header.st-Header-Shorten .st-Header_Menu .logo img {
      -webkit-filter: none;
              filter: none; } }

@media print, screen and (max-width: 1024px) {
  .st-Header_Nav .st-Header_Menu {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: opacity .2s, width 0s .3s;
    transition: opacity .2s, width 0s .3s; }
  .st-Header_Nav.opened .st-Header_Menu {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    width: 100%;
    -webkit-transition: opacity .9s 0s;
    transition: opacity .9s 0s; } }

.st-Header_Bg {
  width: 0;
  height: 100%;
  bottom: 0;
  z-index: 150;
  position: fixed;
  background: -webkit-linear-gradient(bottom, rgba(251, 166, 56, 0.4) 4%, rgba(205, 115, 121, 0.4) 18%, rgba(160, 65, 186, 0.4) 36%, rgba(53, 87, 189, 0.4) 68%, rgba(0, 45, 192, 0.4) 100%), rgba(255, 255, 255, 0.9);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(4%, rgba(251, 166, 56, 0.4)), color-stop(18%, rgba(205, 115, 121, 0.4)), color-stop(36%, rgba(160, 65, 186, 0.4)), color-stop(68%, rgba(53, 87, 189, 0.4)), to(rgba(0, 45, 192, 0.4))), rgba(255, 255, 255, 0.9);
  background: linear-gradient(0deg, rgba(251, 166, 56, 0.4) 4%, rgba(205, 115, 121, 0.4) 18%, rgba(160, 65, 186, 0.4) 36%, rgba(53, 87, 189, 0.4) 68%, rgba(0, 45, 192, 0.4) 100%), rgba(255, 255, 255, 0.9);
  overflow: hidden; }
  @media print, screen and (min-width: 1025px) {
    .st-Header_Bg {
      display: none; } }
  .st-Header_Bg:after {
    content: '';
    display: block;
    background: url("/wp-content/themes/movie-argo_v1/assets/images/common/bg_menu.png") 100% 0/500px auto repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transition: width 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    transition: width 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    z-index: 10;
    opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; }
  .st-Header_Bg .cover {
    position: absolute;
    width: 86.45833vw;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
    background: url("/wp-content/themes/movie-argo_v1/assets/images/sp/bg_menu-inner2.png") 0 0/auto 100% no-repeat, url("/wp-content/themes/movie-argo_v1/assets/images/common/bg_grunge.png") 0 0/600px auto repeat, url("/wp-content/themes/movie-argo_v1/assets/images/common/bg_snow.png") 0 0/250px auto repeat, #fff;
    position: relative;
    -webkit-box-shadow: 0px 2.08333vw 4.16667vw 0px rgba(17, 17, 42, 0.05);
    box-shadow: 0px 2.08333vw 4.16667vw 0px rgba(17, 17, 42, 0.05); }
  .st-Header_Bg.closed {
    -webkit-transition: opacity .5s, width 0s .6s;
    transition: opacity .5s, width 0s .6s;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    pointer-events: none; }
    .st-Header_Bg.closed .cover {
      width: 0;
      -webkit-transition: width 0.5s cubic-bezier(0.16, 1, 0.3, 1);
      transition: width 0.5s cubic-bezier(0.16, 1, 0.3, 1); }
  .st-Header_Bg.opened {
    -webkit-transition: opacity .4s;
    transition: opacity .4s;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    width: 100%; }
    .st-Header_Bg.opened .cover {
      -webkit-transition: width 0.5s cubic-bezier(0.16, 1, 0.3, 1);
      transition: width 0.5s cubic-bezier(0.16, 1, 0.3, 1); }

.st-Header_Lower-Logo {
  display: none; }

/* =============================================================== */
/* .st-Footer */
/* =============================================================== */
.st-Footer {
  background-image: -webkit-linear-gradient(bottom, rgba(251, 166, 56, 0.08) 4%, rgba(205, 115, 121, 0.08) 18%, rgba(159, 65, 186, 0.08) 36%, rgba(53, 87, 189, 0.08) 68%, rgba(0, 45, 192, 0.08) 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(4%, rgba(251, 166, 56, 0.08)), color-stop(18%, rgba(205, 115, 121, 0.08)), color-stop(36%, rgba(159, 65, 186, 0.08)), color-stop(68%, rgba(53, 87, 189, 0.08)), to(rgba(0, 45, 192, 0.08)));
  background-image: linear-gradient(0deg, rgba(251, 166, 56, 0.08) 4%, rgba(205, 115, 121, 0.08) 18%, rgba(159, 65, 186, 0.08) 36%, rgba(53, 87, 189, 0.08) 68%, rgba(0, 45, 192, 0.08) 100%);
  margin: 160px 0 0; }
  @media print, screen and (max-width: 1024px) {
    .st-Footer {
      margin: 20.83333vw 0 0; } }
  .st-Footer_Inner {
    padding: 56px 10px 0 190px; }
    @media print, screen and (max-width: 1024px) {
      .st-Footer_Inner {
        padding: 13.02083vw 0 0 5.20833vw; } }
  .st-Footer_Contents {
    max-width: 960px;
    margin: 0 auto; }
    @media print, screen and (max-width: 1024px) {
      .st-Footer_Contents {
        max-width: 100%; } }
  .st-Footer .logo {
    width: 330px;
    display: block;
    margin: 0 auto; }
    @media print, screen and (max-width: 1024px) {
      .st-Footer .logo {
        margin: 0;
        width: 57.8125vw; } }
  .st-Footer_Menu {
    margin: 50px 0 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media print, screen and (max-width: 1024px) {
      .st-Footer_Menu {
        margin: 6.51042vw 0 0;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; } }
    .st-Footer_Menu .item {
      font-size: 17px;
      letter-spacing: .08em;
      position: relative; }
      @media print, screen and (max-width: 1024px) {
        .st-Footer_Menu .item {
          width: 43.6%;
          font-size: 3.90625vw;
          padding: 0 0 0 3.38542vw; }
          .st-Footer_Menu .item:nth-child(n + 3) {
            margin: 5.98958vw 0 0; }
          .st-Footer_Menu .item:nth-child(2n) {
            width: 56.4%; } }
      @media print, screen and (min-width: 1025px) {
        .st-Footer_Menu .item.current {
          padding: 0 0 0 19px; } }
      .st-Footer_Menu .item.current:before {
        content: '';
        width: 14px;
        height: 15px;
        display: block;
        position: absolute;
        background: url("/wp-content/themes/movie-argo_v1/assets/images/common/icon_kira.svg") 0 0/100% auto no-repeat;
        top: 2px;
        left: 0; }
        @media print, screen and (max-width: 1024px) {
          .st-Footer_Menu .item.current:before {
            width: 2.60417vw;
            height: 2.73438vw;
            top: 0.65104vw; } }
      @media print, screen and (min-width: 1025px) {
        .st-Footer_Menu .item a {
          display: inline-block; }
          .st-Footer_Menu .item a:after {
            content: '';
            display: block;
            height: 1px;
            width: 0;
            background: #111;
            position: absolute;
            bottom: -3px;
            right: 0;
            left: auto;
            -webkit-transition: width .2s;
            transition: width .2s; }
        .st-Footer_Menu .item:not(.current) a:hover:after {
          width: 100%;
          left: 0;
          right: auto; } }
      .st-Footer_Menu .item a.close {
        pointer-events: none;
        opacity: .3;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)"; }
  .st-Footer_Official {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 50px 0 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 14px;
    letter-spacing: 0.08em; }
    @media print, screen and (max-width: 1024px) {
      .st-Footer_Official {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        margin: 11.71875vw 0 0;
        font-size: 3.38542vw; } }
    .st-Footer_Official .item {
      margin: 0 25px; }
      @media print, screen and (max-width: 1024px) {
        .st-Footer_Official .item {
          margin: 0;
          width: 43.6%; }
          .st-Footer_Official .item + .item {
            width: 56.4%;
            padding: 0 0 0 3.38542vw; } }
      .st-Footer_Official .item a {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; }
      @media print, screen and (min-width: 1025px) {
        .st-Footer_Official .item a {
          -webkit-transition: opacity .2s;
          transition: opacity .2s; }
        .st-Footer_Official .item a:hover {
          opacity: .7;
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; } }
    .st-Footer_Official .icon {
      line-height: 0;
      margin: 0 11px 0 0;
      width: 20px;
      height: 20px; }
      .st-Footer_Official .icon .btn-twitter {
        fill: #1ca0f2; }
      .st-Footer_Official .icon .btn-youtube {
        fill: #ff0000; }
      @media print, screen and (max-width: 1024px) {
        .st-Footer_Official .icon {
          margin: 0 1.69271vw 0 0;
          width: 4.29688vw;
          height: 4.29688vw; } }
  .st-Footer .share {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 50px 0 0; }
    @media print, screen and (max-width: 1024px) {
      .st-Footer .share {
        margin: 11.71875vw 0 0;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
                justify-content: flex-start; } }
    .st-Footer .share .ttl {
      font-size: 14px;
      margin: 0 22px 0 0;
      letter-spacing: 0.08em; }
      @media print, screen and (max-width: 1024px) {
        .st-Footer .share .ttl {
          font-size: 2.86458vw;
          margin: 0 4.94792vw 0 0; } }
    .st-Footer .share_List {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      .st-Footer .share_List li {
        width: 40px;
        margin: 0 19px 0 0; }
        @media print, screen and (max-width: 1024px) {
          .st-Footer .share_List li {
            width: 9.375vw;
            margin: 0 4.42708vw 0 0; } }
        .st-Footer .share_List li a {
          display: block; }
        .st-Footer .share_List li:last-child {
          margin: 0; }
  .st-Footer_Bnr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 50px auto 0; }
    @media print, screen and (max-width: 1024px) {
      .st-Footer_Bnr {
        display: block;
        margin: 10.41667vw 0 0;
        width: 76.04167vw; } }
    .st-Footer_Bnr .item {
      width: 32%; }
      @media print, screen and (max-width: 1024px) {
        .st-Footer_Bnr .item {
          width: 100%; }
          .st-Footer_Bnr .item + .item {
            margin-top: 2.08333vw; } }
    .st-Footer_Bnr a {
      display: block;
      width: 100%;
      height: 86px;
      position: relative; }
      @media print, screen and (max-width: 1024px) {
        .st-Footer_Bnr a {
          height: 18.75vw; } }
    .st-Footer_Bnr .bnr-inner {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      width: 100%;
      height: 100%;
      border: 1px solid rgba(17, 17, 42, 0.17); }
      @media print, screen and (min-width: 1025px) {
        .st-Footer_Bnr .bnr-inner {
          padding: 0 5px;
          white-space: nowrap; } }
      @media print, screen and (max-width: 1024px) {
        .st-Footer_Bnr .bnr-inner {
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
              -ms-flex-pack: justify;
                  justify-content: space-between; } }
      .st-Footer_Bnr .bnr-inner .txt {
        font-size: 13px;
        font-weight: bold;
        letter-spacing: 0.03em; }
        @media print, screen and (max-width: 1024px) {
          .st-Footer_Bnr .bnr-inner .txt {
            font-size: 2.86458vw;
            width: 52%; } }
    .st-Footer_Bnr .img {
      margin: 0 14px 0 0; }
      @media print, screen and (max-width: 1024px) {
        .st-Footer_Bnr .img {
          margin: 0 14px 0 0;
          width: 48%;
          height: 100%;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          padding: 0 0 0 4.16667vw; } }
      @media print, screen and (min-width: 1025px) {
        .st-Footer_Bnr .img-portal {
          width: 105px; }
        .st-Footer_Bnr .img-portal2 {
          width: 250px;
          margin: 0; }
        .st-Footer_Bnr .img-anime {
          width: 105px; }
        .st-Footer_Bnr .img-aaside {
          width: 126px; }
        .st-Footer_Bnr .img-fc {
          width: 260px;
          margin: 0; } }
      @media print, screen and (max-width: 1024px) {
        .st-Footer_Bnr .img-portal img {
          width: 24.88281vw; }
        .st-Footer_Bnr .img-portal2 {
          width: 59.24479vw;
          padding: 0;
          margin: 0 auto; }
        .st-Footer_Bnr .img-anime img {
          width: 24.88281vw; }
        .st-Footer_Bnr .img-aaside img {
          width: 28.71094vw; }
        .st-Footer_Bnr .img-fc {
          width: 59.24479vw;
          padding: 0;
          margin: 0 auto; } }
    .st-Footer_Bnr .corner {
      width: 12px;
      height: 12px;
      display: block;
      position: absolute; }
      @media print, screen and (max-width: 1024px) {
        .st-Footer_Bnr .corner {
          width: 2.08333vw;
          height: 2.08333vw; } }
      .st-Footer_Bnr .corner:before, .st-Footer_Bnr .corner:after {
        content: '';
        display: block;
        background: #111;
        position: absolute; }
      .st-Footer_Bnr .corner:before {
        width: 100%;
        height: 1px; }
      .st-Footer_Bnr .corner:after {
        width: 1px;
        height: 100%; }
      .st-Footer_Bnr .corner:nth-of-type(1) {
        top: 0;
        left: 0; }
        .st-Footer_Bnr .corner:nth-of-type(1):before {
          top: 0;
          left: 0; }
        .st-Footer_Bnr .corner:nth-of-type(1):after {
          top: 0;
          left: 0; }
      .st-Footer_Bnr .corner:nth-of-type(2) {
        top: 0;
        right: 0; }
        .st-Footer_Bnr .corner:nth-of-type(2):before {
          top: 0;
          left: 0; }
        .st-Footer_Bnr .corner:nth-of-type(2):after {
          top: 0;
          right: 0; }
      .st-Footer_Bnr .corner:nth-of-type(3) {
        bottom: 0;
        right: 0; }
        .st-Footer_Bnr .corner:nth-of-type(3):before {
          bottom: 0;
          left: 0; }
        .st-Footer_Bnr .corner:nth-of-type(3):after {
          top: 0;
          right: 0; }
      .st-Footer_Bnr .corner:nth-of-type(4) {
        bottom: 0;
        left: 0; }
        .st-Footer_Bnr .corner:nth-of-type(4):before {
          bottom: 0;
          left: 0; }
        .st-Footer_Bnr .corner:nth-of-type(4):after {
          top: 0;
          left: 0; }
    @media print, screen and (min-width: 1025px) {
      .st-Footer_Bnr a .corner {
        -webkit-transition: 0.4s cubic-bezier(0.22, 1, 0.36, 1);
        transition: 0.4s cubic-bezier(0.22, 1, 0.36, 1); }
      .st-Footer_Bnr a:hover .corner {
        width: 50%;
        height: 50%; } }
  .st-Footer .company {
    border-top: 1px solid rgba(17, 17, 42, 0.04);
    padding: 0 10px 40px 190px;
    margin: 50px 0 0; }
    @media print, screen and (max-width: 1024px) {
      .st-Footer .company {
        border-top: 1px solid rgba(17, 17, 42, 0.06);
        padding: 0 0 7.8125vw 5.20833vw;
        margin: 10.41667vw 0 0; } }
    .st-Footer .company .st-Footer_Company_Inner {
      max-width: 960px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      margin: 0 auto;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding: 36px 0 0; }
      @media print, screen and (max-width: 1024px) {
        .st-Footer .company .st-Footer_Company_Inner {
          -webkit-flex-wrap: wrap;
              -ms-flex-wrap: wrap;
                  flex-wrap: wrap;
          margin: 0;
          padding: 5.20833vw 0 0; } }
      .st-Footer .company .st-Footer_Company_Inner .copy {
        color: #7c848d;
        font-size: 12px;
        letter-spacing: 0.08em; }
        @media print, screen and (max-width: 1024px) {
          .st-Footer .company .st-Footer_Company_Inner .copy {
            width: 100%;
            font-size: 2.60417vw;
            margin-top: 5.20833vw; } }
    .st-Footer .company .st-Footer_Company_Left {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      @media print, screen and (max-width: 1024px) {
        .st-Footer .company .st-Footer_Company_Left {
          width: 76.04167vw;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
              -ms-flex-pack: justify;
                  justify-content: space-between; } }
      .st-Footer .company .st-Footer_Company_Left a.contact {
        font-size: 12px;
        display: inline-block;
        color: #7c848d;
        margin: 0 0 0 32px; }
        .st-Footer .company .st-Footer_Company_Left a.contact:after {
          content: '';
          display: inline-block;
          width: 6px;
          height: 7px;
          margin: 0 0 0 8px;
          background: url("/wp-content/themes/movie-argo_v1/assets/images/common/arw_link.svg") 0 center/contain no-repeat; }
        @media print, screen and (max-width: 1024px) {
          .st-Footer .company .st-Footer_Company_Left a.contact {
            font-size: 2.60417vw;
            margin: 0;
            white-space: nowrap;
            letter-spacing: 0; }
            .st-Footer .company .st-Footer_Company_Left a.contact:after {
              width: 1.43229vw;
              height: 1.69271vw;
              margin: 0 0 0 1.43229vw; } }
    .st-Footer .company .st-Footer_Company_List {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      .st-Footer .company .st-Footer_Company_List img {
        -webkit-backface-visibility: hidden;
                backface-visibility: hidden; }
      .st-Footer .company .st-Footer_Company_List .item {
        width: 75px; }
        @media print, screen and (max-width: 1024px) {
          .st-Footer .company .st-Footer_Company_List .item {
            width: 13.52604vw; } }
        .st-Footer .company .st-Footer_Company_List .item a {
          display: block; }
        .st-Footer .company .st-Footer_Company_List .item + .item {
          margin: 0 0 0 22px; }
          @media print, screen and (max-width: 1024px) {
            .st-Footer .company .st-Footer_Company_List .item + .item {
              margin: 0 0 0 2.86458vw; } }
        .st-Footer .company .st-Footer_Company_List .item:nth-child(3) {
          width: 116px;
          margin-top: 2px; }
          @media print, screen and (max-width: 1024px) {
            .st-Footer .company .st-Footer_Company_List .item:nth-child(3) {
              width: 20.5625vw; } }
           
       /*静的化用に追加*/
     .st-Footer_contact_privacy_List-pc {
        display: none;}
     .st-Footer_contact_privacy_List-sp {
        display: block; 
        list-style: none;
        padding: 0;
        margin: 10px 0 10px 15px;}
     .privacy_sp{
        margin-top: 5px;}
      @media (min-width: 770px) {
     .st-Footer_contact_privacy_List-pc {
        display: flex;
        list-style: none;
        padding: 0;
        margin: 0; }
     .st-Footer_contact_privacy_List-sp {
        display: none;}}
        
/* =============================================================== */
/* .st-Top */
/* =============================================================== */
.st-Top {
  position: fixed;
  width: 72px;
  height: 160px;
  right: 0;
  bottom: 0px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  pointer-events: none;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start; }
  @media print, screen and (max-width: 1024px) {
    .st-Top {
      width: 13.28125vw;
      height: 35.41667vw; } }
  .st-Top img {
    width: 12px; }
    @media print, screen and (max-width: 1024px) {
      .st-Top img {
        width: 2.86458vw; } }
  .st-Top-Show {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    pointer-events: inherit; }
  @media print, screen and (min-width: 1025px) {
    .st-Top:hover {
      opacity: .7;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; } }

/* =============================================================== */
/* sw */
/* =============================================================== */
/* =============================================================== */
/* .txt-hidden */
/* =============================================================== */
.txt-hidden {
  display: block;
  width: 0;
  height: 0;
  overflow: hidden; }

/* =============================================================== */
/* .sw-Ttl */
/* =============================================================== */
.sw-Ttl {
  width: 126px;
  position: relative; }
  @media print, screen and (max-width: 1024px) {
    .sw-Ttl {
      width: 13.54167vw; } }
  .sw-Ttl .en {
    display: block;
    width: 74px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
    -webkit-transition: opacity 0.5s, -webkit-transform 1s cubic-bezier(0, 0.55, 0.45, 1);
    transition: opacity 0.5s, -webkit-transform 1s cubic-bezier(0, 0.55, 0.45, 1);
    transition: transform 1s cubic-bezier(0, 0.55, 0.45, 1), opacity 0.5s;
    transition: transform 1s cubic-bezier(0, 0.55, 0.45, 1), opacity 0.5s, -webkit-transform 1s cubic-bezier(0, 0.55, 0.45, 1); }
    @media print, screen and (max-width: 1024px) {
      .sw-Ttl .en {
        width: 9.63542vw; } }
    .sw-Ttl .en img {
      width: 100%;
      margin: 0 auto;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden; }
  .sw-Ttl .ja {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    font-size: 13px;
    letter-spacing: 0.35em;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 84px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    -webkit-transition: opacity 0.5s, -webkit-transform 1s cubic-bezier(0, 0.55, 0.45, 1);
    transition: opacity 0.5s, -webkit-transform 1s cubic-bezier(0, 0.55, 0.45, 1);
    transition: transform 1s cubic-bezier(0, 0.55, 0.45, 1), opacity 0.5s;
    transition: transform 1s cubic-bezier(0, 0.55, 0.45, 1), opacity 0.5s, -webkit-transform 1s cubic-bezier(0, 0.55, 0.45, 1);
    -webkit-transition-delay: .15s;
            transition-delay: .15s; }
    @media print, screen and (max-width: 1024px) {
      .sw-Ttl .ja {
        font-size: 2.60417vw;
        -webkit-transform: scale(0.8);
                transform: scale(0.8);
        -webkit-transform-origin: 0 0;
                transform-origin: 0 0;
        left: 10.28646vw;
        letter-spacing: 0.5em; } }
    .sw-Ttl .ja .mark {
      text-orientation: upright; }
  .sw-Ttl .star {
    position: absolute;
    display: block;
    width: 72px;
    height: 72px;
    background: url("/wp-content/themes/movie-argo_v1/assets/images/common/img_ttl-star.png") left bottom/100% auto no-repeat;
    top: -32px;
    left: -16px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translateY(-50px) translateX(50px);
            transform: translateY(-50px) translateX(50px);
    -webkit-transition: 0.6s cubic-bezier(0.36, 0.37, 0, 0.88);
    transition: 0.6s cubic-bezier(0.36, 0.37, 0, 0.88);
    -webkit-transition-delay: .3s;
            transition-delay: .3s; }
    @media print, screen and (max-width: 1024px) {
      .sw-Ttl .star {
        width: 9.375vw;
        height: 9.375vw;
        top: -4.16667vw;
        left: -2.08333vw; } }
  .sw-Ttl.is-animated .en {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translateY(0px);
            transform: translateY(0px); }
  .sw-Ttl.is-animated .ja {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translateY(0px);
            transform: translateY(0px); }
  .sw-Ttl.is-animated .star {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translateY(0px) translateX(0px);
            transform: translateY(0px) translateX(0px); }

/* =============================================================== */
/* .sw-Marker */
/* =============================================================== */
.sw-Marker {
  background: -webkit-linear-gradient(transparent 60%, #fff0b5 0%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #fff0b5));
  background: linear-gradient(transparent 60%, #fff0b5 0%);
  padding: 0 0 4px 2px; }

/* =============================================================== */
/* .sw-Btn */
/* =============================================================== */
.sw-Btn {
  width: 320px;
  height: 50px;
  position: relative;
  display: block; }
  @media print, screen and (max-width: 1024px) {
    .sw-Btn {
      width: 62.5vw;
      height: 10.41667vw; } }
  .sw-Btn .txt {
    font-size: 16px;
    letter-spacing: 0.08em;
    border: 1px solid rgba(17, 17, 42, 0.17);
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1px 0 0; }
    @media print, screen and (max-width: 1024px) {
      .sw-Btn .txt {
        font-size: 3.64583vw; } }
  .sw-Btn .corner {
    width: 12px;
    height: 12px;
    display: block;
    position: absolute; }
    @media print, screen and (max-width: 1024px) {
      .sw-Btn .corner {
        width: 2.08333vw;
        height: 2.08333vw; } }
    .sw-Btn .corner:before, .sw-Btn .corner:after {
      content: '';
      display: block;
      background: #111;
      position: absolute; }
    .sw-Btn .corner:before {
      width: 100%;
      height: 1px; }
    .sw-Btn .corner:after {
      width: 1px;
      height: 100%; }
    .sw-Btn .corner:nth-of-type(1) {
      top: 0;
      left: 0; }
      .sw-Btn .corner:nth-of-type(1):before {
        top: 0;
        left: 0; }
      .sw-Btn .corner:nth-of-type(1):after {
        top: 0;
        left: 0; }
    .sw-Btn .corner:nth-of-type(2) {
      top: 0;
      right: 0; }
      .sw-Btn .corner:nth-of-type(2):before {
        top: 0;
        left: 0; }
      .sw-Btn .corner:nth-of-type(2):after {
        top: 0;
        right: 0; }
    .sw-Btn .corner:nth-of-type(3) {
      bottom: 0;
      right: 0; }
      .sw-Btn .corner:nth-of-type(3):before {
        bottom: 0;
        left: 0; }
      .sw-Btn .corner:nth-of-type(3):after {
        top: 0;
        right: 0; }
    .sw-Btn .corner:nth-of-type(4) {
      bottom: 0;
      left: 0; }
      .sw-Btn .corner:nth-of-type(4):before {
        bottom: 0;
        left: 0; }
      .sw-Btn .corner:nth-of-type(4):after {
        top: 0;
        left: 0; }
  @media print, screen and (min-width: 1025px) {
    .sw-Btn .corner {
      -webkit-transition: 0.4s cubic-bezier(0.22, 1, 0.36, 1);
      transition: 0.4s cubic-bezier(0.22, 1, 0.36, 1); }
    .sw-Btn:hover .corner {
      width: 50%;
      height: 50%; } }

/* =============================================================== */
/* 下層 */
/* =============================================================== */
@media print, screen and (min-width: 1025px) {
  .st-Header_Menu .logo {
    width: 400px; } }

.st-Header_Menu .logo img {
  -webkit-filter: none !important;
          filter: none !important; }

@media print, screen and (max-width: 1024px) {
  .st-Header_Lower-Logo {
    display: block;
    width: 44.27083vw;
    position: relative;
    margin: 3.90625vw 0 0 2.60417vw; }
    .st-Header_Lower-Logo a {
      display: block; } }

.sw-Loading {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 500;
  background: url("/wp-content/themes/movie-argo_v1/assets/images/common/bg_grunge.png") 0 0/600px auto repeat, url("/wp-content/themes/movie-argo_v1/assets/images/common/bg_snow.png") 0 0/250px auto repeat, #fff;
  overflow: hidden;
  top: 0;
  left: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s; }
  .sw-Loading.load {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: opacity 1.2s;
    transition: opacity 1.2s; }

.sw-Bg-lower {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  max-width: 1364.015px;
  pointer-events: none;
  background: url("/wp-content/themes/movie-argo_v1/assets/images/common/bg_lower2.png") 100% 0/100% auto no-repeat;
  opacity: .05;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=5)"; }
  @media print, screen and (max-width: 1024px) {
    .sw-Bg-lower {
      background: url("/wp-content/themes/movie-argo_v1/assets/images/sp/bg_lower2.png") 100% 0/100% auto no-repeat;
      opacity: .08;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=8)"; } }

.sw-Lower_Contents {
  -webkit-transition: 1s 0s cubic-bezier(0.33, 1, 0.68, 1);
  transition: 1s 0s cubic-bezier(0.33, 1, 0.68, 1); }
  .sw-Lower_Contents:not(.is-animated) {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }

.sw-Lower {
  padding: 260px 0 0 180px;
  position: relative;
  z-index: 9; }
  @media print, screen and (max-width: 1024px) {
    .sw-Lower {
      padding: 8.33333vw 0 0; } }
  .sw-Lower_Wrapper {
    max-width: 90.8%;
    margin: 0 auto; }
    @media print, screen and (max-width: 1024px) {
      .sw-Lower_Wrapper {
        width: 100%;
        max-width: 100%; } }
  .sw-Lower_Container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    max-width: 1212px; }
    @media print, screen and (max-width: 1024px) {
      .sw-Lower_Container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse; } }
  .sw-Lower_Contents {
    width: calc(100% - 126px); }
    @media print, screen and (max-width: 1024px) {
      .sw-Lower_Contents {
        width: calc(100% - 13.54167vw);
        padding: 0 5.20833vw; } }

/* =============================================================== */
/* ページネーション */
/* =============================================================== */
.wp-pagenavi {
  margin-top: 120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  -webkit-font-variant-ligatures: none;
          font-variant-ligatures: none;
  font-size: 18px; }
  @media print, screen and (max-width: 1024px) {
    .wp-pagenavi {
      margin-top: 13.02083vw;
      font-size: 4.6875vw;
      padding: 0 0 11.71875vw; } }
  @media print, screen and (min-width: 1025px) {
    .wp-pagenavi a {
      -webkit-transition: .2s opacity;
      transition: .2s opacity; }
      .wp-pagenavi a:hover {
        opacity: .8;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
        cursor: pointer; } }
  .wp-pagenavi .page,
  .wp-pagenavi .current {
    font-size: 20px;
    margin: 0 8px;
    padding: 0 2px 0 4px;
    width: 24px;
    text-align: center; }
    @media print, screen and (max-width: 1024px) {
      .wp-pagenavi .page,
      .wp-pagenavi .current {
        font-size: 4.6875vw;
        margin: 0 2.08333vw;
        padding: 0 2px 0 4px;
        width: 5.98958vw; } }
  .wp-pagenavi .current {
    background: -webkit-linear-gradient(transparent 50%, rgba(255, 242, 53, 0.95) 0%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(0%, rgba(255, 242, 53, 0.95)));
    background: linear-gradient(transparent 50%, rgba(255, 242, 53, 0.95) 0%); }
  .wp-pagenavi .previouspostslink,
  .wp-pagenavi .nextpostslink {
    width: 90px;
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: 16px; }
    @media print, screen and (min-width: 1025px) {
      .wp-pagenavi .previouspostslink,
      .wp-pagenavi .nextpostslink {
        top: -4px; } }
    @media print, screen and (max-width: 1024px) {
      .wp-pagenavi .previouspostslink,
      .wp-pagenavi .nextpostslink {
        bottom: 0;
        top: auto;
        width: 18.16406vw;
        font-size: 3.38542vw; } }
    .wp-pagenavi .previouspostslink span,
    .wp-pagenavi .nextpostslink span {
      display: block;
      width: 40px;
      height: 12px;
      background: url("/wp-content/themes/movie-argo_v1/assets/images/common/icon_arw.svg") center 1px/100% auto no-repeat; }
      @media print, screen and (min-width: 1025px) {
        .wp-pagenavi .previouspostslink span,
        .wp-pagenavi .nextpostslink span {
          -webkit-transition: -webkit-transform .2s;
          transition: -webkit-transform .2s;
          transition: transform .2s;
          transition: transform .2s, -webkit-transform .2s; } }
      @media print, screen and (max-width: 1024px) {
        .wp-pagenavi .previouspostslink span,
        .wp-pagenavi .nextpostslink span {
          width: 8.07292vw;
          height: 2.42188vw; } }
  .wp-pagenavi .nextpostslink {
    left: auto;
    right: 0; }
  .wp-pagenavi .previouspostslink span {
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1); }

.sw-Pagenavi {
  margin: 40px auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 60px; }
  @media print, screen and (max-width: 1024px) {
    .sw-Pagenavi {
      margin: 10.41667vw auto 0;
      height: auto;
      padding: 0 0 11.71875vw; } }
  .sw-Pagenavi .sw-Btn {
    margin: 0 auto; }
  .sw-Pagenavi .prev-article,
  .sw-Pagenavi .next-article {
    width: 90px;
    position: absolute;
    top: 16px;
    left: 0;
    font-size: 16px; }
    @media print, screen and (max-width: 1024px) {
      .sw-Pagenavi .prev-article,
      .sw-Pagenavi .next-article {
        bottom: 0;
        top: auto;
        width: 18.16406vw;
        font-size: 3.38542vw; } }
    .sw-Pagenavi .prev-article a,
    .sw-Pagenavi .next-article a {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      width: 100%; }
      @media print, screen and (min-width: 1025px) {
        .sw-Pagenavi .prev-article a,
        .sw-Pagenavi .next-article a {
          -webkit-transition: .2s opacity;
          transition: .2s opacity; }
          .sw-Pagenavi .prev-article a:hover,
          .sw-Pagenavi .next-article a:hover {
            opacity: .8;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
            cursor: pointer; } }
    .sw-Pagenavi .prev-article span,
    .sw-Pagenavi .next-article span {
      display: block;
      width: 40px;
      height: 12px;
      background: url("/wp-content/themes/movie-argo_v1/assets/images/common/icon_arw.svg") center 1px/100% auto no-repeat; }
      @media print, screen and (min-width: 1025px) {
        .sw-Pagenavi .prev-article span,
        .sw-Pagenavi .next-article span {
          -webkit-transition: -webkit-transform .2s;
          transition: -webkit-transform .2s;
          transition: transform .2s;
          transition: transform .2s, -webkit-transform .2s; } }
      @media print, screen and (max-width: 1024px) {
        .sw-Pagenavi .prev-article span,
        .sw-Pagenavi .next-article span {
          width: 8.07292vw;
          height: 2.42188vw; } }
  .sw-Pagenavi .next-article {
    left: auto;
    right: 0; }
  .sw-Pagenavi .prev-article span {
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1); }

/* =============================================================== */
/* 記事詳細 */
/* =============================================================== */
.sw-Detail {
  border-top: 1px solid rgba(17, 17, 42, 0.17);
  border-bottom: 1px solid rgba(17, 17, 42, 0.17);
  padding: 40px 0; }
  @media print, screen and (max-width: 1024px) {
    .sw-Detail {
      padding: 6.25vw 0 7.8125vw; } }
  .sw-Detail_Inner {
    max-width: 800px;
    margin: 0 auto;
    position: relative; }
  .sw-Detail .heading {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative; }
  .sw-Detail .date {
    font-size: 16px;
    letter-spacing: 0.08em;
    width: 108px; }
    @media print, screen and (max-width: 1024px) {
      .sw-Detail .date {
        font-size: 3.125vw;
        width: 20.83333vw; } }
  .sw-Detail .cat {
    width: 120px; }
    @media print, screen and (max-width: 1024px) {
      .sw-Detail .cat {
        width: auto; } }
    .sw-Detail .cat-item {
      width: 90px;
      height: 16px;
      background: #111;
      color: #fff;
      font-size: 14px;
      text-align: center; }
      @media print, screen and (max-width: 1024px) {
        .sw-Detail .cat-item {
          width: 17.57812vw;
          height: 3.125vw;
          font-size: 2.60417vw;
          padding: 0.26042vw 0 0; } }
  .sw-Detail .ttl {
    font-size: 28px;
    line-height: 1.5;
    font-weight: bold;
    margin: 12px 0 30px; }
    .sw-Detail .ttl-event {
      margin: 0 0 30px; }
    @media print, screen and (max-width: 1024px) {
      .sw-Detail .ttl {
        font-size: 4.16667vw;
        margin: 2.60417vw 0 3.90625vw;
        line-height: 1.625; }
        .sw-Detail .ttl-event {
          margin: 0 0 3.90625vw; } }
  .sw-Detail.new .sw-Detail_Inner:after {
    width: 76px;
    height: 43px;
    content: '';
    display: block;
    position: absolute;
    background: url("/wp-content/themes/movie-argo_v1/assets/images/common/txt_news.png") left top/contain no-repeat;
    right: 0;
    top: -22px; }
    @media print, screen and (max-width: 1024px) {
      .sw-Detail.new .sw-Detail_Inner:after {
        width: 14.58333vw;
        height: 12.76042vw;
        left: auto;
        top: -2.99479vw;
        right: 0.78125vw; } }
  .sw-Detail.new-event .sw-Detail_Inner:after {
    top: -50px; }
    @media print, screen and (max-width: 1024px) {
      .sw-Detail.new-event .sw-Detail_Inner:after {
        top: -8.85417vw; } }
  .sw-Detail .thumb {
    margin: 0 0 24px; }
    @media print, screen and (max-width: 1024px) {
      .sw-Detail .thumb {
        margin: 0 0 4.6875vw; } }
  .sw-Detail .share {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin: 60px 0 0; }
    @media print, screen and (max-width: 1024px) {
      .sw-Detail .share {
        margin: 6.51042vw 0 0;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
                justify-content: flex-start; } }
    .sw-Detail .share .ttl {
      font-size: 14px;
      margin: 0 22px 0 0;
      letter-spacing: 0.08em; }
      @media print, screen and (max-width: 1024px) {
        .sw-Detail .share .ttl {
          font-size: 2.86458vw;
          margin: 0 4.94792vw 0 0; } }
    .sw-Detail .share_List {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      .sw-Detail .share_List li {
        width: 40px;
        margin: 0 19px 0 0; }
        @media print, screen and (max-width: 1024px) {
          .sw-Detail .share_List li {
            width: 9.375vw;
            margin: 0 4.42708vw 0 0; } }
        .sw-Detail .share_List li a {
          display: block; }
        .sw-Detail .share_List li:last-child {
          margin: 0; }

/* =============================================================== */
/* .sw-Txtarea */
/* =============================================================== */
.sw-Txtarea,
body.post-type-post,
body.acf_content {
  font-size: 16px;
  word-break: break-all;
  color: #111;
  /*動画の最大幅を指定する*/
  /*動画の大きさを調整*/
  /*動画を囲んでいるdiv目一杯に広げる*/ }
  @media print, screen and (max-width: 1024px) {
    .sw-Txtarea,
    body.post-type-post,
    body.acf_content {
      font-size: 3.125vw; } }
  .sw-Txtarea img,
  body.post-type-post img,
  body.acf_content img {
    height: auto;
    max-width: 100%; }
  .sw-Txtarea p,
  body.post-type-post p,
  body.acf_content p {
    line-height: 2; }
    @media print, screen and (max-width: 1024px) {
      .sw-Txtarea p,
      body.post-type-post p,
      body.acf_content p {
        line-height: 1.916; } }
  .sw-Txtarea iframe,
  body.post-type-post iframe,
  body.acf_content iframe {
    max-width: 100%; }
  .sw-Txtarea pre,
  body.post-type-post pre,
  body.acf_content pre {
    white-space: pre-wrap;
    line-height: 2; }
  .sw-Txtarea ul li,
  body.post-type-post ul li,
  body.acf_content ul li {
    list-style-type: disc;
    margin: 0 0 .4em 1.5em;
    line-height: 1.8; }
  .sw-Txtarea ol li,
  body.post-type-post ol li,
  body.acf_content ol li {
    list-style-type: decimal;
    margin: 0 0 .4em 1.5em;
    line-height: 1.8; }
  .sw-Txtarea a,
  body.post-type-post a,
  body.acf_content a {
    color: #349aff; }
    @media print, screen and (min-width: 1024px) {
      .sw-Txtarea a:hover,
      body.post-type-post a:hover,
      body.acf_content a:hover {
        text-decoration: underline;
        cursor: pointer; } }
  .sw-Txtarea .video-container,
  body.post-type-post .video-container,
  body.acf_content .video-container {
    max-width: 100%; }
  .sw-Txtarea .video,
  body.post-type-post .video,
  body.acf_content .video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    height: auto; }
  .sw-Txtarea .video iframe,
  .sw-Txtarea .video object,
  .sw-Txtarea .video embed,
  body.post-type-post .video iframe,
  body.post-type-post .video object,
  body.post-type-post .video embed,
  body.acf_content .video iframe,
  body.acf_content .video object,
  body.acf_content .video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .sw-Txtarea h1,
  body.post-type-post h1,
  body.acf_content h1 {
    font-size: 24px;
    line-height: 1.5;
    padding: 7px 12px 8px;
    margin: 0 0 .8em;
    color: #fff;
    background: #111111; }
    @media print, screen and (max-width: 1024px) {
      .sw-Txtarea h1,
      body.post-type-post h1,
      body.acf_content h1 {
        padding: 1.82292vw 2.08333vw 2.08333vw;
        font-size: 3.90625vw; } }
  .sw-Txtarea h2,
  body.post-type-post h2,
  body.acf_content h2 {
    line-height: 1.5;
    margin: 0 0 .8em;
    position: relative;
    color: #201e30;
    font-size: 20px;
    line-height: 1.5;
    font-weight: bold;
    background-image: -webkit-linear-gradient(right, rgba(160, 65, 186, 0.12) 4%, rgba(53, 87, 189, 0.12) 68%, rgba(0, 45, 192, 0.12) 100%);
    background-image: -webkit-gradient(linear, right top, left top, color-stop(4%, rgba(160, 65, 186, 0.12)), color-stop(68%, rgba(53, 87, 189, 0.12)), to(rgba(0, 45, 192, 0.12)));
    background-image: linear-gradient(-90deg, rgba(160, 65, 186, 0.12) 4%, rgba(53, 87, 189, 0.12) 68%, rgba(0, 45, 192, 0.12) 100%);
    padding: 7px 12px 8px; }
    @media print, screen and (max-width: 1024px) {
      .sw-Txtarea h2,
      body.post-type-post h2,
      body.acf_content h2 {
        font-size: 3.64583vw;
        padding: 1.5625vw 2.08333vw 1.82292vw; } }
  .sw-Txtarea h3,
  body.post-type-post h3,
  body.acf_content h3 {
    line-height: 1.7;
    position: relative;
    font-size: 19px;
    display: inline;
    font-weight: bold;
    background: -webkit-linear-gradient(transparent 60%, rgba(255, 242, 53, 0.95) 0%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, rgba(255, 242, 53, 0.95)));
    background: linear-gradient(transparent 60%, rgba(255, 242, 53, 0.95) 0%);
    padding: 0 0 2px 2px; }
    .sw-Txtarea h3:after,
    body.post-type-post h3:after,
    body.acf_content h3:after {
      font-size: 18px;
      display: block;
      content: "";
      padding: 0px 0px .8em; }
    @media print, screen and (max-width: 1024px) {
      .sw-Txtarea h3,
      body.post-type-post h3,
      body.acf_content h3 {
        font-size: 3.64583vw;
        line-height: 1.75; } }
  .sw-Txtarea h4,
  body.post-type-post h4,
  body.acf_content h4 {
    font-weight: bold;
    line-height: 1.5;
    margin: 0 0 .6em;
    position: relative;
    font-size: 17px;
    font-weight: bold;
    padding: 0 0 0 22px; }
    @media print, screen and (max-width: 1024px) {
      .sw-Txtarea h4,
      body.post-type-post h4,
      body.acf_content h4 {
        font-size: 3.64583vw;
        padding: 0 0 0 4.29688vw; } }
    .sw-Txtarea h4:after,
    body.post-type-post h4:after,
    body.acf_content h4:after {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      top: 1.17188vw;
      width: 3.125vw;
      height: 3.125vw;
      background: url("/wp-content/themes/movie-argo_v1/assets/images/common/icon_kirakira.svg") center center/contain no-repeat; }
      @media print, screen and (min-width: 1025px) {
        .sw-Txtarea h4:after,
        body.post-type-post h4:after,
        body.acf_content h4:after {
          width: 16px;
          height: 16px;
          top: 6px; } }
  .sw-Txtarea h5,
  body.post-type-post h5,
  body.acf_content h5 {
    line-height: 1.7;
    margin: 0 0 .6em;
    display: inline-block;
    font-weight: bold;
    background: #fdfdfe;
    padding: 0 8px 6px 0;
    border-right: 1px solid rgba(17, 17, 42, 0.5);
    border-bottom: 1px solid rgba(17, 17, 42, 0.5); }
    @media print, screen and (max-width: 1024px) {
      .sw-Txtarea h5,
      body.post-type-post h5,
      body.acf_content h5 {
        font-size: 3.125vw;
        padding: 0 1.5625vw 1.30208vw 0; } }
  .sw-Txtarea blockquote,
  body.post-type-post blockquote,
  body.acf_content blockquote {
    background: rgba(245, 245, 249, 0.7);
    padding: 18px;
    line-height: 1.7; }
    @media print, screen and (max-width: 1024px) {
      .sw-Txtarea blockquote,
      body.post-type-post blockquote,
      body.acf_content blockquote {
        padding: 3.125vw; } }
  .sw-Txtarea em,
  body.post-type-post em,
  body.acf_content em {
    font-style: italic; }
  .sw-Txtarea strong,
  body.post-type-post strong,
  body.acf_content strong {
    font-weight: bold; }
  .sw-Txtarea hr,
  body.post-type-post hr,
  body.acf_content hr {
    border-top: 1px solid rgba(17, 17, 42, 0.17); }

/* =============================================================== */
/* 切り替えタブ */
/* =============================================================== */
/* =============================================================== */
/* ブレイクポイント 768px _foundation.scssも統一 */
/* =============================================================== */
/* =============================================================== */
/* ブレイクポイント 1024px _foundation.scssも統一 */
/* =============================================================== */
.cat_List {
  max-width: 960px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 0 0 50px; }
  @media print, screen and (max-width: 1024px) {
    .cat_List {
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      font-size: 3.90625vw;
      margin: 0 0 4.16667vw; } }
  @media print, screen and (min-width: 1025px) {
    .cat_List li + li {
      margin: 0 0 0 24px; } }
  @media print, screen and (max-width: 1024px) {
    .cat_List li {
      margin: 0 3.90625vw 3.90625vw 0; } }
  .cat_List li.current-cat {
    background: -webkit-linear-gradient(transparent 50%, rgba(255, 242, 53, 0.95) 0%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(0%, rgba(255, 242, 53, 0.95)));
    background: linear-gradient(transparent 50%, rgba(255, 242, 53, 0.95) 0%);
    padding: 0 0 0 2px; }
  @media print, screen and (min-width: 1025px) {
    .cat_List li {
      -webkit-transition: opacity .2s;
      transition: opacity .2s; }
      .cat_List li:not(.current-cat):hover {
        opacity: .7;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; } }

.news_List {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .news_List_Wrapper {
    max-width: 960px; }
  @media print, screen and (max-width: 1024px) {
    .news_List {
      display: block; } }
  @media print, screen and (min-width: 1025px) {
    .news_List_Item {
      width: 47.9%; }
      .news_List_Item:nth-child(n + 3) {
        margin-top: 64px; } }
  @media print, screen and (max-width: 1024px) {
    .news_List_Item + .news_List_Item {
      margin: 9.11458vw 0 0; } }
  .news_List_Item a {
    display: block; }
  .news_List_Item .thumb {
    width: 100%;
    position: relative;
    background: #111;
    overflow: hidden; }
    .news_List_Item .thumb:after {
      content: '';
      padding-top: 56.25%;
      display: block; }
    .news_List_Item .thumb:before {
      content: '';
      width: 100%;
      height: 100%;
      display: block;
      position: absolute;
      background: -webkit-linear-gradient(bottom, #fba638 4%, #cd7379 18%, rgba(160, 65, 186, 0.4) 36%, #3557bd 68%, #002dc0 100%), white;
      background: -webkit-gradient(linear, left bottom, left top, color-stop(4%, #fba638), color-stop(18%, #cd7379), color-stop(36%, rgba(160, 65, 186, 0.4)), color-stop(68%, #3557bd), to(#002dc0)), white;
      background: linear-gradient(0deg, #fba638 4%, #cd7379 18%, rgba(160, 65, 186, 0.4) 36%, #3557bd 68%, #002dc0 100%), white;
      z-index: 1;
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      -webkit-transition: opacity .2s;
      transition: opacity .2s;
      mix-blend-mode: soft-light; }
    .news_List_Item .thumb img {
      position: absolute;
      -o-object-fit: contain;
      object-fit: contain;
      top: -1px;
      left: -1px;
      width: calc(100% + 2px);
      height: calc(100% + 2px);
      -webkit-transition: -webkit-transform .2s;
      transition: -webkit-transform .2s;
      transition: transform .2s;
      transition: transform .2s, -webkit-transform .2s; }
  .news_List_Item .heading {
    margin: 22px 0 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative; }
    @media print, screen and (max-width: 1024px) {
      .news_List_Item .heading {
        margin: 3.90625vw 0 0; } }
  .news_List_Item .date {
    font-size: 16px;
    letter-spacing: 0.08em;
    width: 108px; }
    @media print, screen and (max-width: 1024px) {
      .news_List_Item .date {
        font-size: 3.125vw;
        width: 20.83333vw; } }
  .news_List_Item .cat {
    width: 120px; }
    @media print, screen and (max-width: 1024px) {
      .news_List_Item .cat {
        width: auto; } }
    .news_List_Item .cat-item {
      width: 90px;
      height: 16px;
      background: #111;
      color: #fff;
      font-size: 14px;
      text-align: center; }
      @media print, screen and (max-width: 1024px) {
        .news_List_Item .cat-item {
          width: 17.57812vw;
          height: 3.125vw;
          font-size: 2.60417vw;
          padding: 0.26042vw 0 0; } }
  .news_List_Item .ttl {
    font-size: 16px;
    line-height: 1.875;
    font-weight: bold;
    margin: 12px 0 0; }
    @media print, screen and (max-width: 1024px) {
      .news_List_Item .ttl {
        width: 100%;
        margin: 2.60417vw 0 0;
        font-size: 3.64583vw;
        line-height: 1.8; } }
  .news_List_Item.new .ttl-inner {
    background: -webkit-linear-gradient(transparent 60%, rgba(255, 242, 53, 0.95) 0%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, rgba(255, 242, 53, 0.95)));
    background: linear-gradient(transparent 60%, rgba(255, 242, 53, 0.95) 0%);
    padding: 0 0 2px 2px; }
    @media print, screen and (max-width: 1024px) {
      .news_List_Item.new .ttl-inner {
        background: -webkit-linear-gradient(transparent 65%, rgba(255, 242, 53, 0.95) 0%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(0%, rgba(255, 242, 53, 0.95)));
        background: linear-gradient(transparent 65%, rgba(255, 242, 53, 0.95) 0%); } }
  .news_List_Item.new .heading:after {
    width: 76px;
    height: 43px;
    content: '';
    display: block;
    position: absolute;
    background: url("/wp-content/themes/movie-argo_v1/assets/images/common/txt_news.png") left top/contain no-repeat;
    right: 0;
    top: -15px; }
    @media print, screen and (max-width: 1024px) {
      .news_List_Item.new .heading:after {
        width: 14.58333vw;
        height: 12.76042vw;
        left: auto;
        top: -2.99479vw;
        right: 0.78125vw; } }
  @media print, screen and (min-width: 1025px) {
    .news_List_Item:hover .thumb:before {
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
    .news_List_Item:hover .thumb img {
      -webkit-transform: scale(1.04);
              transform: scale(1.04); } }

/* =============================================================== */
/* .wp-pagenavi */
/* =============================================================== */
.wp-pagenavi {
  max-width: 960px; }

/* =============================================================== */
/* 詳細 */
/* =============================================================== */
.news_Detail_Wrapper {
  max-width: 960px; }
