@charset "UTF-8";
/* =======================================
	 @:import Reset
	 ======================================= */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  font-size: 62.5%;
}

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

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

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

/* Grouping content
   ========================================================================== */
/**
 * 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 */
}

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

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

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

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * 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"] {
  -webkit-appearance: button;
}

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 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 {
  box-sizing: border-box;
  /* 1 */
  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;
}

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

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

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

/**
 * Remove the inner padding 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 */
}

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

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

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

/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
  font-size: 62.5%;
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

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

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

li {
  list-style: none;
}

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

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

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

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */
}

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

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
  opacity: 0.7;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type="number"] {
  width: auto;
  /* Firefox 36+ */
}

[type="search"] {
  -webkit-appearance: textfield;
  /* Safari 8+ */
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Remove the default button styling in all browsers */
button,
input,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
}

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

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

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

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

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

/* # =================================================================
	 # Make css
# ================================================================= */
.grad-trigger {
  display: none;
}

.header {
  position: relative;
}

.header_wp {
  height: auto;
  position: fixed;
  padding: 20px;
  width: 100%;
  z-index: 100;
  transition: background-color 0.2s;
}

.header_wp.change-color {
  background-color: rgba(0, 0, 0, 0.2);
}

.header_wp h1 {
  display: inline-block;
}

.header_wp h1 img {
  width: 101px;
}

.copyright {
  padding: 0;
  text-align: center;
  color: #fff;
  font-family: arial;
}

.footer {
  width: 100%;
  background: #0a0114;
  text-align: center;
  padding: 40px;
}

.footer h1 img {
  width: 117px;
}

.footer > .snsbox {
  display: block;
  margin: 20px auto;
  width: 100px;
  text-align: center;
}

.footer > .snsbox li {
  width: 30px;
  height: 30px;
  margin: 0 10px 0 0;
  display: inline-block;
}

.footer > .snsbox li:last-child {
  margin: 0;
}

.footer > .snsbox li a {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #fff;
  padding: 4px;
}

.footer > .snsbox li a svg {
  position: relative;
  top: -2px;
}

.footer > .snsbox li a svg path {
  fill: #fff;
}

.footer > .snsbox li a svg circle {
  fill: #fff;
}

.gnavi {
  position: absolute;
  right: 20px;
  top: 45px;
  font-size: 14px;
}

.gnavi li {
  display: inline-block;
  margin: 0 10px 0 0;
  font-family: arial;
  text-decoration: none;
}

.gnavi li > a {
  color: #fff;
  text-decoration: none;
}

.insta_header {
  display: flex;
}

.insta_header > li {
  width: calc(100% / 3);
  overflow: hidden;
  height: 183px;
  position: relative;
}

.insta_header > li img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.insta_thumb {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.insta_thumb > li {
  width: calc(100% / 3);
  height: calc(100vh / 2.4);
  overflow: hidden;
  position: relative;
}

.insta_thumb > li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
}

.insta_ph {
  background: #0d0019;
  display: table;
  width: 100%;
}

.insta_phTitle {
  width: 100%;
  display: block;
  height: 137px;
}

.insta_phTitle a {
  display: inline-block;
  width: 60px;
  height: 60px;
  position: relative;
  top: 25px;
  left: -19px;
}

.insta_phTitle a svg {
  width: 60px;
  height: 60px;
}

.insta_phTitle a svg path {
  fill: #fff;
}

.insta_phTitle a svg circle {
  fill: #fff;
}

.insta_phTitle img {
  width: 28%;
  vertical-align: middle;
  padding: 22px;
  margin: 23px;
}

.insta_phLeft {
  display: table-cell;
  width: 400px;
  height: 940px;
  background: #0a0114 url(../img/isbg.jpg) left top no-repeat;
  background-size: 500px auto;
}

.insta_phRight {
  display: table-cell;
}

.updatebg {
  background: #0C0019 url(../img/ph_bg01.jpg) no-repeat fixed;
  min-height: 800px;
  background-size: 100%;
  text-align: center;
  padding: 100px 0;
}

.updatebg h2 {
  color: #fff;
  text-shadow: -1px 1px 5px rgba(0, 0, 0, 0.3);
  font-size: 2.4rem;
  padding: 20px;
}

.updatebg h2 span {
  display: block;
}

.updatebg h2 img {
  width: 12%;
}

.updatebg span {
  display: block;
  width: 13%;
  margin: 0 auto;
}

.updatebg span img {
  width: 100%;
}

.updatebg > p {
  text-align: center;
  width: 45%;
  margin: 0 auto;
  line-height: 3rem;
  font-size: 14px;
  color: #fff;
  text-shadow: -1px 1px 5px rgba(0, 0, 0, 0.3);
}

.updatebg .historys {
  background: #0C0019;
  padding: 20px;
  min-height: 450px;
  overflow-y: scroll;
  max-height: 600px;
  width: 60%;
  margin: 20px auto;
  /*スクロールバーの横幅指定*/
  /*スクロールバーの背景色・角丸指定*/
  /*スクロールバーの色・角丸指定*/
}

.updatebg .historysBoxDate p {
  color: #fff;
  font-family: arial;
  padding: 0 0 10px 0;
}

.updatebg .historysBoxtxt h3 {
  color: #fff;
  width: 100%;
  line-height: 2rem;
  margin: 0 auto;
}

.updatebg .historysBoxtxt h3 .tag-stage {
  display: block;
  width: 56px;
  text-align: center;
  font-weight: normal;
  font-size: 9px;
  background: #220063;
  margin: 0 auto 10px auto;
}

.updatebg .historysBoxtxt h3 .tag-tv {
  display: block;
  width: 56px;
  text-align: center;
  font-weight: normal;
  font-size: 9px;
  background: #f00;
  margin: 0 auto 10px auto;
}

.updatebg .historysInBox {
  font-family: arial;
  font-size: 10px;
  padding: 19px 0 21px 0;
  border-bottom: 1px solid #211717;
  width: 200px;
  margin: 0 auto;
}

.updatebg .historys::-webkit-scrollbar {
  width: 10px;
}

.updatebg .historys::-webkit-scrollbar-track {
  border-radius: 2px;
  background: #0C0019;
}

.updatebg .historys::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #ccc;
}

.mainv {
  min-height: 100vh;
  position: relative;
  overflow: hidden;
  background: #000;
}

.mainv .svg01 {
  position: absolute;
  left: 0;
  top: -93px;
  width: 121%;
}

.mainv .svg01 polygon {
  fill: #0C0019;
}

.mainv .svg02 {
  position: absolute;
  right: 600px;
  bottom: 0;
  display: block;
}

.mainv .svg02 polygon {
  fill: #830019;
}

.mainv .video-01 {
  position: relative;
  padding-bottom: 56.25%;
  /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
}

.mainv .video-01_wp {
  position: absolute;
  width: 25%;
  left: 92px;
  right: 0;
  top: 209px;
  border: solid 10px #830119;
  bottom: auto;
  background: #830119;
}

.mainv .video-01 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mainv .video-02 {
  position: relative;
  padding-bottom: 56.25%;
  /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
}

.mainv .video-02_wp {
  position: absolute;
  width: 25%;
  left: 92px;
  right: 0;
  top: 535px;
  border: solid 10px #0d0019;
  bottom: auto;
  background: #0d0019;
}

.mainv .video-02 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mainv .snsbox {
  width: 30px;
  position: absolute;
  left: -52px;
  right: 158px;
  top: 456px;
  bottom: 0;
  z-index: 11;
  margin: auto;
}

.mainv .snsbox li {
  margin: 0 0 30px 0;
  display: block;
}

.mainv .snsbox li a {
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid #fff;
}

.mainv .snsbox li a svg {
  width: 24px;
  height: 24px;
  position: relative;
  left: 1px;
  top: 1px;
}

.mainv .snsbox li a svg path {
  fill: #fff;
}

.mainv .stitle {
  font-family: arial;
  position: absolute;
  left: 0;
  right: 0;
  top: 130px;
  bottom: 0;
  font-size: 10px;
  color: #fff;
  z-index: 100;
  display: block;
  height: 20px;
  text-align: center;
  letter-spacing: 3px;
}

.mainv .titleName {
  z-index: 10;
  position: absolute;
  left: 0;
  right: 0;
  top: 18%;
  bottom: 0;
  margin: auto;
  color: #fff;
  display: block;
  width: 70px;
}

.mainv .titleName img {
  width: 147px;
}

.mainv .figure {
  background: url(../img/mainv_fixnew.jpg) left bottom no-repeat;
  display: flex;
  height: 100vh;
  padding: 30%;
  justify-content: center;
  align-items: center;
  background-attachment: fixed;
  background-position: left bottom;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (min-width: 1200px) and (max-width: 1430px) {
  .mainv .video-01_wp {
    top: 245px;
    left: 92px;
    width: 25%;
  }
  .mainv .video-02_wp {
    top: 526px;
    left: 92px;
    width: 25%;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1200px) {
  .mainv .video-01_wp {
    top: 278px;
    left: 92px;
    width: 25%;
  }
  .mainv .video-02_wp {
    top: 505px;
    left: 92px;
    width: 25%;
  }
}

@media screen and (max-width: 1024px) {
  /* 1024pxまでの幅の場合に適応される */
  .insta_header {
    display: flex;
  }
  .insta_header > li {
    width: calc(100% / 3);
    overflow: hidden;
    height: 183px;
    position: relative;
  }
  .insta_header > li img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .insta_thumb {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .insta_thumb > li {
    width: calc(100% / 3);
    height: calc(100vh / 2.4);
    overflow: hidden;
    position: relative;
  }
  .insta_thumb > li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
  }
  .insta_ph {
    background: #0d0019;
    display: table;
    width: 100%;
  }
  .insta_phLeft {
    display: none;
  }
  .updatebg .historysBoxtxt h3 {
    color: #fff;
    width: 63%;
    line-height: 2rem;
    margin: 0 auto;
  }
  .mainv .video-01_wp {
    top: 278px;
    left: 45px;
  }
  .mainv .video-02_wp {
    top: 505px;
    left: 45px;
  }
}

@media screen and (max-width: 768px) {
  /* 768pxまでの幅の場合に適応される */
  .mainv .video-01_wp {
    display: none;
  }
  .mainv .video-02_wp {
    display: none;
  }
}

@media screen and (min-width: 320px) and (max-width: 480px) {
  .grad-wrap {
    width: 90%;
    margin: 0 auto;
    position: relative;
  }
  .grad-btn::before {
    content: "続きを読む";
    position: absolute;
    bottom: 12px;
    z-index: 100;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 12px;
    font-weight: bold;
  }
  .grad-item {
    position: relative;
    overflow: hidden;
    height: 350px;
    /*隠した状態の高さ*/
  }
  .grad-item::before {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 75px;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.4) 50%, #fff 100%);
    background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, #fff 100%);
    content: "";
  }
  .grad-trigger {
    display: none;
    /*チェックボックスは常に非表示*/
  }
  .grad-trigger:checked ~ .grad-btn::before {
    content: "閉じる";
    position: absolute;
    bottom: 20px;
    z-index: 100;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 12px;
    font-weight: bold;
    height: 82px;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.4) 50%, #fff 100%);
    background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, #fff 100%);
    padding: 47px 0 0 0;
  }
  .grad-trigger:checked ~ .grad-item {
    height: auto;
    /*チェックされていたら、高さを戻す*/
  }
  .grad-trigger:checked ~ .grad-item::before {
    display: none;
    /*チェックされていたら、grad-itemのbeforeを非表示にする*/
  }
  .insta_header {
    display: none;
  }
  .mainv .snsbox {
    width: 30px;
    position: absolute;
    left: -52px;
    right: 158px;
    top: 358px;
    bottom: 0;
    z-index: 11;
    margin: auto;
  }
  .insta_thumb > li {
    width: calc(100% / 2);
    height: calc(100vh / 4);
  }
  .insta_phTitle {
    height: auto;
  }
  .insta_phTitle img {
    width: 64%;
    vertical-align: middle;
    padding: 2px;
    margin: 23px;
  }
  .header {
    position: relative;
  }
  .header_wp .gnavi {
    display: none;
  }
  /* iPhoneのみ */
  .iphone .updatebg {
    background: #0C0019 url(../img/ph_bg01.jpg?=12345) no-repeat;
    min-height: 450px;
    background-position: center top;
    background-size: 120% auto;
    text-align: center;
    padding: 18px;
  }
  .iphone .mainv {
    min-height: 100vh;
    position: relative;
    overflow: hidden;
    background: #000;
  }
  .iphone .mainv .figure {
    background: url(../img/mainv_fixnew.jpg) left bottom no-repeat;
    display: flex;
    height: 100vh;
    padding: 30%;
    justify-content: center;
    align-items: center;
    background-position: 58% bottom;
    background-size: 200% auto;
  }
  .updatebg {
    background: #0C0019 url(../img/ph_bg01.jpg) no-repeat fixed;
    min-height: 450px;
    background-size: cover;
    text-align: center;
    padding: 18px;
  }
  .updatebg h2 {
    color: #fff;
    text-shadow: -1px 1px 5px black;
    font-size: 2.4rem;
    padding: 20px;
    line-height: 4rem;
  }
  .updatebg h2 span {
    display: block;
  }
  .updatebg h2 img {
    width: 12%;
  }
  .updatebg span {
    display: block;
    width: 48%;
    margin: 0 auto;
  }
  .updatebg span img {
    width: 100%;
  }
  .updatebg > p {
    text-align: center;
    width: 100%;
    margin: 0 auto;
    line-height: 3rem;
    font-size: 14px;
    color: #fff;
    text-shadow: -1px 1px 5px black;
    background: rgba(0, 0, 0, 0.5);
    padding: 10px;
  }
  .updatebg .historys {
    background: #0C0019;
    padding: 20px 0 10px 10px;
    min-height: 450px;
    overflow-y: scroll;
    max-height: 600px;
    width: 100%;
    margin: 20px auto;
    border-radius: 6px;
    /*スクロールバーの横幅指定*/
    /*スクロールバーの背景色・角丸指定*/
    /*スクロールバーの色・角丸指定*/
  }
  .updatebg .historysBoxtxt h3 {
    width: 100%;
  }
  .updatebg .historysInBox {
    font-family: arial;
    font-size: 10px;
    margin: 0 auto 16px auto;
  }
  .updatebg .historys::-webkit-scrollbar {
    width: 10px;
  }
  .updatebg .historys::-webkit-scrollbar-track {
    border-radius: 2px;
    background: #0C0019;
  }
  .updatebg .historys::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #ccc;
  }
  .mainv {
    min-height: 100vh;
    position: relative;
    overflow: hidden;
    background: #000;
  }
  .mainv .figure {
    background: url(../img/mainv_fixnew.jpg) 50% bottom no-repeat;
    display: block;
    height: 100vh;
    padding: 30%;
    background-size: cover;
    background-attachment: fixed;
  }
  .mainv .stitle {
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: calc(100% - 117px);
    font-size: 10px;
    color: #fff;
    z-index: 100;
    display: block;
    height: 20px;
    text-align: center;
    letter-spacing: 3px;
    font-family: arial;
  }
  .mainv .titleName {
    z-index: 10;
    position: absolute;
    left: 0;
    right: 0;
    top: 15vh;
    bottom: 0;
    color: #fff;
    display: block;
    width: 33%;
    margin: auto;
    height: auto;
  }
  .mainv .titleName img {
    width: 100%;
  }
  .mainv .svg01 {
    position: absolute;
    left: 0;
    top: 0;
    width: 212%;
  }
  .mainv .svg01 polygon {
    fill: #0C0019;
  }
  .mainv .svg02 {
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
  }
  .mainv .svg02 polygon {
    fill: #830019;
  }
}
