@charset "UTF-8";
/* Common Style
-----------------------------------*/
/* window size
-----------------*/
/* font
-----------------*/
/* color
-----------------*/
/* window size
-----------------*/
/* font
-----------------*/
/* color
-----------------*/
@import url("./fontawesome.css");
@import url("./fa-brands.css");
@import url("./fa-regular.css");
@import url("./fa-solid.css");
@import url("https://fonts.googleapis.com/earlyaccess/notosansjapanese.css");
@import url("https://fonts.googleapis.com/css?family=Candal");

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figure,
footer,
header,
menu,
nav,
section,
audio,
video,
canvas {
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

article,
aside,
figure,
figcaption,
footer,
header,
menu,
nav,
section,
main {
  display: block;
}

body {
  color: #333;
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

blockquote {
  quotes: none;
}

blockquote:before,
blockquote:after {
  content: none;
}

del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

a img {
  border: none;
  vertical-align: middle;
}

* {
  position: relative;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

*::selection {
  background: rgba(51, 153, 153, .6);
}

*::-moz-selection {
  background: rgba(51, 153, 153, .6);
}

a,
input[type=submit] {
  transition: all 0.2s ease;
}

/* Main global 'theme' and typographic styles */
body {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: subpixel-antialiased;
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 12px;
  position: relative;
}

body,
input,
textarea {
  color: #333;
  line-height: 1.6;
}

a:link,
a:visited {
  color: #333;
  cursor: hand;
  cursor: pointer;
  outline: none;
  text-decoration: none;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  text-decoration: none;
  opacity: 0.6;
  outline-width: 0;
}

hr {
  background-color: #ccc;
  border: 0;
  clear: both;
  width: 100%;
  height: 1px;
}

svg,
img {
  width: auto;
  height: auto;
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1em;
}

p {
  margin-bottom: 1.5em;
}

ul {
  list-style: square;
  margin: 0 0 1.5em 2em;
}

ol {
  list-style: decimal;
  margin: 0 0 1.5em 2em;
}

ol ol {
  list-style: upper-alpha;
}

ol ol ol {
  list-style: lower-roman;
}

ol ol ol ol {
  list-style: lower-alpha;
}

ul ul,
ol ol,
ul ol,
ol ul {
  margin-bottom: 0;
}

dl {
  margin: 0 0 1.8em 0;
}

dt {
  font-weight: bold;
}

dt:last-child {
  margin-bottom: 0;
}

dd {
  margin-bottom: 1.5em;
}

dd:last-child {
  margin-bottom: 0;
}

strong,
b {
  font-weight: bold;
}

cite,
em,
i {
  font-style: italic;
}

big {
  font-size: 131.25%;
}

ins {
  background: #ffc;
  text-decoration: none;
}

blockquote {
  font-style: italic;
  padding: 0 2em;
}

blockquote cite,
blockquote em,
blockquote i {
  font-style: normal;
}

pre {
  background: #f7f7f7;
  color: #222;
  line-height: 1.5;
  margin-bottom: 1.5em;
  overflow: auto;
  padding: 1.5em;
}

blockquote {
  quotes: """";
}

blockquote:before,
blockquote:after {
  content: "";
}

q {
  quotes: "“""”""‘""’";
}

:focus {
  outline: none;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

sup,
sub {
  height: 0;
  line-height: 1;
  position: relative;
  vertical-align: baseline;
}

sup {
  bottom: 1ex;
}

sub {
  top: .5ex;
}

small {
  font-size: .8em;
}

table {
  border-collapse: separate;
  border-spacing: 1px;
  width: 100%;
  margin-bottom: 1.5em;
}

th,
td {
  padding: .5em .8em;
  vertical-align: top;
  border-bottom: none;
  text-align: left;
  background: #fff;
}

th {
  font-weight: normal;
}

/* window size
-----------------*/
/* font
-----------------*/
/* color
-----------------*/
/* window size
-----------------*/
/* font
-----------------*/
/* color
-----------------*/
/* エフェクトで使う keyframes */
@-webkit-keyframes blink {
  50% {
    opacity: .3;
  }

  0%,
  100% {
    opacity: .9;
  }
}

@keyframes blink {
  50% {
    opacity: .3;
  }

  0%,
  100% {
    opacity: .9;
  }
}

/* フェードイン */
@-webkit-keyframes fade-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fade-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* フェードアウト */
@-webkit-keyframes fade-out {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fade-out {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

/* スプリング(拡大してバウンド) */
@-webkit-keyframes spring {
  0% {
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
  }

  75% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes spring {
  0% {
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
  }

  75% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/* 上に移動しながらフェードイン */
@-webkit-keyframes fade-up {
  from {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fade-up {
  from {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

/* 下に移動しながらフェードイン */
@-webkit-keyframes fade-down {
  from {
    opacity: 0;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fade-down {
  from {
    opacity: 0;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

/* 左に移動しながらフェードイン */
@-webkit-keyframes fade-left {
  from {
    opacity: 0;
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fade-left {
  from {
    opacity: 0;
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

/* 右に移動しながらフェードイン */
@-webkit-keyframes fade-right {
  from {
    opacity: 0;
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fade-right {
  from {
    opacity: 0;
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

/* X方向スケールアップ */
@-webkit-keyframes scale-up-x {
  from {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }

  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

@keyframes scale-up-x {
  from {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }

  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

/* Y方向スケールアップ */
@-webkit-keyframes scale-up-y {
  from {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }

  to {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}

@keyframes scale-up-y {
  from {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }

  to {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}

/* Y方向スケールダウン */
@-webkit-keyframes scale-down-y {
  from {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  to {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
}

@keyframes scale-down-y {
  from {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  to {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
}

/* Y方向に拡大しながらフェードイン */
@-webkit-keyframes scale-y-fade-in {
  from {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    opacity: 0;
  }

  to {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
  }
}

@keyframes scale-y-fade-in {
  from {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    opacity: 0;
  }

  to {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
  }
}

/* 拡大しながらフェードイン */
@-webkit-keyframes scale-fade-in {
  from {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes scale-fade-in {
  from {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

/* 拡大しながらフェードアウト */
@-webkit-keyframes scale-fade-out {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  to {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
  }
}

@keyframes scale-fade-out {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  to {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
  }
}

/* Buzz Out */
@-webkit-keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }

  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }

  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }

  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }

  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }

  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }

  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }

  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}

@keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }

  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }

  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }

  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }

  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }

  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }

  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }

  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}

body {
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

pre {
  font-family: "Courier 10 Pitch", Courier, monospace;
}

code {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
html [type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
html [type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

input[type="text"],
input[type="password"],
input[type="tel"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="number"],
textarea {
  -webkit-appearance: none;
}

input[type="text"],
input[type="password"],
input[type="tel"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="number"],
textarea {
  background: #fff;
  border: 1px solid #ccc;
  box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .1);
  -moz-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .1);
  -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .1);
  vertical-align: middle;
  font-size: 1em;
  padding: 0.2em 0.5em;
  border-radius: 3px;
  color: #333;
}

input[disabled][readonly],
select[disabled][readonly],
textarea[disabled][readonly] {
  background-color: #fff;
  border-color: #a6a6a6;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

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

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}


ul.listBox {
list-style:none;
display:-webkit-box;
display:-ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
justify-content: center;
margin:0 0 1.5em 0em;
}
ul.listBox li {
	width: 100px;
	margin: 0 10px;
}
}
ul.listBox li a {
display:block;
}


@media screen and (max-width: 736px) {

ul.listBox {
margin:0 0 1.5em ;
}
ul.listBox li {
width: 28%;
margin: 0 2%;
}




}

@media screen and (max-width: 736px) {

  input[type="text"],
  input[type="password"],
  input[type="tel"],
  input[type="email"],
  input[type="url"],
  input[type="search"],
  input[type="number"],
  textarea {
    width: 100%;
  }
}

#header {
  position: fixed;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  height: 80px;
  text-align: center;
  background: #fff;
  z-index: 10;
  opacity: 0;
  transition: all 0.5s ease;
  -webkit-transform: translate(0, -137px);
  transform: translate(0, -137px);
}

#header.is-view {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

#header h1 {
  margin: 0;
}

#header img {
  height: 32px;
  vertical-align: bottom;
}

@media screen and (max-width: 1024px) {
  #header {
    height: 60px;
  }

  #header img {
    height: 26px;
    vertical-align: bottom;
  }
}

@media screen and (max-width: 767px) {
  #header {
    height: 50px;
  }

  #header img {
    height: 20px;
  }
}

@media screen and (max-width: 413px) {
  #header img {
    height: 16px;
  }
}

.navTrigger {
  position: fixed;
  top: 17px;
  right: 10px;
  bottom: auto;
  left: auto;
  display: none;
  width: 40px;
  height: 26px;
  margin: 0;
  z-index: 10;
  cursor: pointer;
}

.navTrigger span {
  position: absolute;
  left: 0;
  width: 40px;
  height: 4px;
  border-radius: 2px;
  background: #333;
  transition: .2s all ease-in-out;
}

.navTrigger span:nth-child(1) {
  top: 0;
}

.navTrigger span:nth-child(2) {
  top: 50%;
  margin-top: -2px;
}

.navTrigger span:nth-child(3) {
  bottom: 0;
}

.navTrigger.is-current span:nth-child(1) {
  top: 50%;
  margin-top: -4px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.navTrigger.is-current span:nth-child(2) {
  opacity: 0;
}

.navTrigger.is-current span:nth-child(3) {
  bottom: 50%;
  margin-top: 4px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#gNav {
  position: fixed;
  top: 80px;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  height: 87px;
  background: center top repeat-x url("/static/fourlimitedsazabys/official/common/nav-bg.png");
  transition: all ease-in-out .4s;
  z-index: 9;
  opacity: 0;
  transition: all 0.5s ease;
  -webkit-transform: translate(0, -137px);
  transform: translate(0, -137px);
}

#gNav.is-view {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

#gNav>ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  margin: 0;
  list-style: none;
}

#gNav ul li {
  padding: 0 15px;
}

#gNav ul li a {
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

#gNav ul li a:hover,
#gNav ul li a:focus,
#gNav ul li a:active {
  -webkit-animation-name: hvr-buzz-out;
  animation-name: hvr-buzz-out;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

#gNav ul li img {
  height: 26px;
}

#gNav ul li.gNav02 img {
  height: 30px;
}

#gNav ul li.gNav04 img {
  height: 30px;
}

#gNav ul li.gNav07 img {
  height: 24px;
}

@media screen and (max-width: 1200px) {
  #gNav ul li {
    padding: 0 7px;
  }

  #gNav ul li img {
    height: 22px;
  }

  #gNav ul li.gNav02 img {
    height: 24px;
  }

  #gNav ul li.gNav04 img {
    height: 24px;
  }

  #gNav ul li.gNav07 img {
    height: 20px;
  }
}

@media screen and (max-width: 1024px) {
  #gNav {
    top: 60px;
    height: 75px;
    background-size: auto 100%;
  }
}

@media screen and (max-width: 1000px) {
  .navTrigger {
    display: block;
  }

  #gNav {
    position: fixed;
    top: 60px;
    right: 0;
    bottom: auto;
    left: 0;
    height: auto;
    padding: 0 5% 30px;
    background: rgba(255, 255, 255, .9);
    pointer-events: none;
    opacity: 0;
    -webkit-transform: translate(0, -150%);
    transform: translate(0, -150%);
    transition: .3s all ease-in-out;
    z-index: 9;
  }

  #gNav.is-view {
    opacity: 0;
    -webkit-transform: translate(0, -150%);
    transform: translate(0, -150%);
  }

  #gNav.is-current {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  #gNav ul {
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
  }

  #gNav ul li {
    width: 26%;
    padding: 0;
  }

  #gNav ul li img,
  #gNav ul li.gNav02 img,
  #gNav ul li.gNav04 img,
  #gNav ul li.gNav07 img {
    height: auto;
  }

  #gNav ul li a {
    display: inline-block;
    width: 100%;
    padding: 10px 25%;
  }

  #gNav ul li.gNav02 a {
    padding: 10px 22%;
  }

  #gNav ul li.gNav03 a {
    padding: 10px 27%;
  }

  #gNav ul li.gNav04 a {
    padding: 10px 17%;
  }

  #gNav ul li.gNav05 a {
    padding: 10px 20%;
  }

  #gNav ul li.gNav06 a {
    padding: 10px 22%;
  }

  #gNav ul li.gNav07 a {
    padding: 10px 20%;
  }

  #gNav ul li.gNav08 a {
    padding: 10px 16%;
  }

  #gNav ul li.gNav09 a {
    padding: 10px 1%;
  }
}

@media screen and (max-width: 767px) {
  .navTrigger {
    position: fixed;
    top: 12px;
    right: 10px;
    bottom: auto;
    left: auto;
  }

  #gNav {
    top: 50px;
  }

  #gNav ul li a {
    font-size: 20px;
  }
}

@media screen and (max-width: 568px) {
  #gNav {
    padding: 10px 3.5% 30px;
  }

  #gNav ul li {
    width: 50%;
    padding: 0;
  }
}

@media screen and (max-width: 414px) {
  .navTrigger {
    top: 14px;
    width: 30px;
    height: 22px;
  }

  .navTrigger span {
    width: 30px;
  }
}

.pagetop {
  position: fixed;
  top: auto;
  right: 20px;
  bottom: -100px;
  left: auto;
  margin: 0;
  text-align: right;
  transition: all 0.3s ease;
  z-index: 80;
}

.pagetop.is-view {
  bottom: 20px;
}

.pagetop a {
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  background: rgba(0, 0, 0, .7);
  color: #fff;
  font-size: 30px;
  line-height: 58px;
  text-align: center;
}

.pagetop a:hover {
  opacity: .5;
}

#footer {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  padding: 45px 30px 50px;
  background: #333;
  color: #fff;
  position: absolute;
  bottom: 0;
}

.page--home #footer {
  position: relative;
}

#footer .address {
  -webkit-order: 3;
  order: 3;
  font-size: 9px;
}

#footer .footLogo {
  -webkit-order: 2;
  order: 2;
  margin: 20px 0 30px;
}

#footer .footLogo img {
  height: 34px;
}

#fNav {
  -webkit-order: 1;
  order: 1;
  width: 100%;
}

#fNav ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0;
  list-style: none;
}

#fNav li {
  padding: 10px 20px;
}

#fNav a {
  color: #fff;
  font-size: 13px;
}

@media screen and (max-width: 900px) {
  #footer {
    padding: 40px 30px 50px;
  }

  #fNav li {
    padding: 10px 10px;
  }
}

@media screen and (max-width: 767px) {
  #footer {
    padding: 40px 3.5% 30px;
    position: relative;
    bottom: auto;
  }

  #footer .footLogo {
    -webkit-order: 1;
    order: 1;
    margin: 0 0 40px;
  }

  #footer .footLogo img {
    height: 20px;
  }

  #fNav {
    -webkit-order: 2;
    order: 2;
  }

  #fNav ul {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 2%;
  }

  #fNav li {
    width: 48%;
    padding: 0;
    margin-bottom: 4%;
  }

  #fNav a {
    display: block;
    width: 100%;
    padding: 10px 5px;
    font-size: 15px;
    text-align: center;
    background: #5e5e5e;
  }

  .pagetop a {
    width: 30px;
    height: 30px;
    border-radius: 15px;
    font-size: 15px;
    line-height: 28px;
  }
}

@media screen and (max-width: 414px) {
  #footer {
    padding: 30px 3.5% 30px;
    position: relative;
    bottom: auto;

  }

  #footer .footLogo {
    margin: 0 0 30px;
  }
}

@media screen and (max-width: 374px) {
  #footer {
    padding: 20px 3.5% 20px;
  }

  #footer .footLogo {
    margin: 0 0 20px;
  }

  #fNav a {
    padding: 6px 5px;
    font-size: 13px;
  }
}

body {
  color: #333;
  min-height: 100vh;
  padding: 0 0 0px;
}

body.page--home {
  padding-top: 49.5vw;
  min-height: auto;
}

img {
  pointer-events: none;
}

.noscript {
  display: none;
}

.fa {
  vertical-align: baseline;
}

.is-sp {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .is-pc {
    display: none !important;
  }

  .is-sp {
    /*    display: block !important;*/
  }

  body.page--home {
    padding-top: calc(50vw + 60px);
  }
}

/* Components style
-----------------------------------*/
.column {
  -webkit-flex-basis: 0;
  flex-basis: 0;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  padding: 10px;
}

.column.is-narrow {
  -webkit-flex: none;
  flex: none;
}

.column.is-full {
  -webkit-flex: none;
  flex: none;
  width: 100%;
}

.column.is-three-quarters {
  -webkit-flex: none;
  flex: none;
  width: 75%;
}

.column.is-two-thirds {
  -webkit-flex: none;
  flex: none;
  width: 66.6666%;
}

.column.is-half {
  -webkit-flex: none;
  flex: none;
  width: 50%;
}

.column.is-one-third {
  -webkit-flex: none;
  flex: none;
  width: 33.3333%;
}

.column.is-one-quarter {
  -webkit-flex: none;
  flex: none;
  width: 25%;
}

.column.is-offset-three-quarters {
  margin-left: 75%;
}

.column.is-offset-two-thirds {
  margin-left: 66.6666%;
}

.column.is-offset-half {
  margin-left: 50%;
}

.column.is-offset-one-third {
  margin-left: 33.3333%;
}

.column.is-offset-one-quarter {
  margin-left: 25%;
}

.column.is-1 {
  -webkit-flex: none;
  flex: none;
  width: 8.33333%;
}

.column.is-offset-1 {
  margin-left: 8.33333%;
}

.column.is-2 {
  -webkit-flex: none;
  flex: none;
  width: 16.66667%;
}

.column.is-offset-2 {
  margin-left: 16.66667%;
}

.column.is-3 {
  -webkit-flex: none;
  flex: none;
  width: 25%;
}

.column.is-offset-3 {
  margin-left: 25%;
}

.column.is-4 {
  -webkit-flex: none;
  flex: none;
  width: 33.33333%;
}

.column.is-offset-4 {
  margin-left: 33.33333%;
}

.column.is-5 {
  -webkit-flex: none;
  flex: none;
  width: 41.66667%;
}

.column.is-offset-5 {
  margin-left: 41.66667%;
}

.column.is-6 {
  -webkit-flex: none;
  flex: none;
  width: 50%;
}

.column.is-offset-6 {
  margin-left: 50%;
}

.column.is-7 {
  -webkit-flex: none;
  flex: none;
  width: 58.33333%;
}

.column.is-offset-7 {
  margin-left: 58.33333%;
}

.column.is-8 {
  -webkit-flex: none;
  flex: none;
  width: 66.66667%;
}

.column.is-offset-8 {
  margin-left: 66.66667%;
}

.column.is-9 {
  -webkit-flex: none;
  flex: none;
  width: 75%;
}

.column.is-offset-9 {
  margin-left: 75%;
}

.column.is-10 {
  -webkit-flex: none;
  flex: none;
  width: 83.33333%;
}

.column.is-offset-10 {
  margin-left: 83.33333%;
}

.column.is-11 {
  -webkit-flex: none;
  flex: none;
  width: 91.66667%;
}

.column.is-offset-11 {
  margin-left: 91.66667%;
}

.column.is-12 {
  -webkit-flex: none;
  flex: none;
  width: 100%;
}

.column.is-offset-12 {
  margin-left: 100%;
}

.column.is-order1 {
  -webkit-order: 1;
  order: 1;
}

.column.is-order2 {
  -webkit-order: 2;
  order: 2;
}

.column.is-order3 {
  -webkit-order: 3;
  order: 3;
}

.column.is-order4 {
  -webkit-order: 4;
  order: 4;
}

.column.is-order5 {
  -webkit-order: 5;
  order: 5;
}

.column.is-order6 {
  -webkit-order: 6;
  order: 6;
}

.column.is-order7 {
  -webkit-order: 7;
  order: 7;
}

.column.is-order8 {
  -webkit-order: 8;
  order: 8;
}

.column.is-order9 {
  -webkit-order: 9;
  order: 9;
}

.column.is-order10 {
  -webkit-order: 10;
  order: 10;
}

.column.is-order11 {
  -webkit-order: 11;
  order: 11;
}

.column.is-order12 {
  -webkit-order: 12;
  order: 12;
}

.columns {
  display: -webkit-flex;
  display: flex;
  margin-left: -10px;
  margin-right: -10px;
}

.columns:last-child {
  margin-bottom: -10px;
}

.columns:not(:last-child) {
  margin-bottom: 10px;
}

.columns.is-centered {
  -webkit-justify-content: center;
  justify-content: center;
}

.columns.is-gapless {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}

.columns.is-gapless:last-child {
  margin-bottom: 0;
}

.columns.is-gapless:not(:last-child) {
  margin-bottom: 20px;
}

.columns.is-gapless>.column {
  margin: 0;
  padding: 0;
}

.columns.is-multiline {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tile {
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  min-height: -webkit-min-content;
  min-height: min-content;
}

.tile.is-ancestor {
  margin-left: -10px;
  margin-right: -10px;
  margin-top: -10px;
}

.tile.is-ancestor:last-child {
  margin-bottom: -10px;
}

.tile.is-ancestor:not(:last-child) {
  margin-bottom: 10px;
}

.tile.is-child {
  margin: 0 !important;
}

.tile.is-parent {
  padding: 10px;
}

.tile.is-vertical {
  -webkit-flex-direction: column;
  flex-direction: column;
}

.tile.is-vertical>.tile.is-child:not(:last-child) {
  margin-bottom: 20px !important;
}

.tile:not(.is-child) {
  display: -webkit-flex;
  display: flex;
}

.tile.is-1 {
  -webkit-flex: none;
  flex: none;
  width: 8.33333%;
}

.tile.is-2 {
  -webkit-flex: none;
  flex: none;
  width: 16.66667%;
}

.tile.is-3 {
  -webkit-flex: none;
  flex: none;
  width: 25%;
}

.tile.is-4 {
  -webkit-flex: none;
  flex: none;
  width: 33.33333%;
}

.tile.is-5 {
  -webkit-flex: none;
  flex: none;
  width: 41.66667%;
}

.tile.is-6 {
  -webkit-flex: none;
  flex: none;
  width: 50%;
}

.tile.is-7 {
  -webkit-flex: none;
  flex: none;
  width: 58.33333%;
}

.tile.is-8 {
  -webkit-flex: none;
  flex: none;
  width: 66.66667%;
}

.tile.is-9 {
  -webkit-flex: none;
  flex: none;
  width: 75%;
}

.tile.is-10 {
  -webkit-flex: none;
  flex: none;
  width: 83.33333%;
}

.tile.is-11 {
  -webkit-flex: none;
  flex: none;
  width: 91.66667%;
}

.tile.is-12 {
  -webkit-flex: none;
  flex: none;
  width: 100%;
}

.button {
  position: relative;
  display: inline-block;
  cursor: pointer;
  padding: .7em 1em;
  margin: 0 auto;
  white-space: nowrap;
  font-size: 1.2em;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
  border: none;
  border-radius: 5px;
  text-decoration: none !important;
  background: transparent;
  transition: all .2s ease;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.button.is-small {
  border-radius: 2px;
  font-size: 11px;
  line-height: 16px;
  padding-left: 6px;
  padding-right: 6px;
}

.button.is-medium {
  font-size: 1em;
  padding-left: 1em;
  padding-right: 1em;
}

.button.is-large {
  font-size: 22px;
  padding-left: 20px;
  padding-right: 20px;
}

.unselectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}

.button strong {
  color: inherit;
}

.button small {
  display: block;
  font-size: 11px;
  line-height: 1;
  margin-top: 5px;
}

.button .icon:first-child,
.button .tag:first-child {
  margin-left: -2px;
  margin-right: 4px;
}

.button .icon:last-child,
.button .tag:last-child {
  margin-left: 4px;
  margin-right: -2px;
}

.button:hover,
.button:focus,
.button.is-active {
  text-decoration: none;
}

.button:active {
  box-shadow: inset 0 1px 2px rgba(17, 17, 17, .2);
}

.button.is-white {
  background-color: #fff;
  border-color: transparent;
  color: #111;
}

.button.is-white:hover,
.button.is-white:focus,
.button.is-white.is-active {
  background-color: #e6e6e6;
  border-color: transparent;
  color: #111;
}

.button.is-white:active {
  border-color: transparent;
}

.button.is-white.is-inverted {
  background-color: #111;
  color: #fff;
}

.button.is-white.is-loading:after {
  border-color: transparent transparent #111 #111 !important;
}

.button.is-white.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

.button.is-white.is-outlined:hover,
.button.is-white.is-outlined:focus {
  background-color: #fff;
  border-color: #fff;
  color: #111;
}

.button.is-black {
  background-color: #111;
  border-color: transparent;
  color: #fff;
}

.button.is-black:hover,
.button.is-black:focus,
.button.is-black.is-active {
  background-color: black;
  border-color: transparent;
  color: #fff;
}

.button.is-black:active {
  border-color: transparent;
}

.button.is-black.is-inverted {
  background-color: #fff;
  color: #111;
}

.button.is-black.is-loading:after {
  border-color: transparent transparent #fff #fff !important;
}

.button.is-black.is-outlined {
  background-color: transparent;
  border-color: #111;
  color: #111;
}

.button.is-black.is-outlined:hover,
.button.is-black.is-outlined:focus {
  background-color: #111;
  border-color: #111;
  color: #fff;
}

.button.is-light {
  background-color: #b2b6b9;
  border-color: transparent;
  color: #69707a;
}

.button.is-light:hover,
.button.is-light:focus,
.button.is-light.is-active {
  background-color: #979da1;
  border-color: transparent;
  color: #69707a;
}

.button.is-light:active {
  border-color: transparent;
}

.button.is-light.is-inverted {
  background-color: #69707a;
  color: #b2b6b9;
}

.button.is-light.is-loading:after {
  border-color: transparent transparent #69707a #69707a !important;
}

.button.is-light.is-outlined {
  background-color: transparent;
  border-color: #b2b6b9;
  color: #b2b6b9;
}

.button.is-light.is-outlined:hover,
.button.is-light.is-outlined:focus {
  background-color: #b2b6b9;
  border-color: #b2b6b9;
  color: #69707a;
}

.button.is-dark {
  background-color: #69707a;
  border-color: transparent;
  color: #b2b6b9;
}

.button.is-dark:hover,
.button.is-dark:focus,
.button.is-dark.is-active {
  background-color: #51575f;
  border-color: transparent;
  color: #b2b6b9;
}

.button.is-dark:active {
  border-color: transparent;
}

.button.is-dark.is-inverted {
  background-color: #b2b6b9;
  color: #69707a;
}

.button.is-dark.is-loading:after {
  border-color: transparent transparent #b2b6b9 #b2b6b9 !important;
}

.button.is-dark.is-outlined {
  background-color: transparent;
  border-color: #69707a;
  color: #69707a;
}

.button.is-dark.is-outlined:hover,
.button.is-dark.is-outlined:focus {
  background-color: #69707a;
  border-color: #69707a;
  color: #b2b6b9;
}

.button.is-primary {
  background-color: #1fc8db;
  border-color: transparent;
  color: findColorInvert(#1fc8db);
}

.button.is-primary:hover,
.button.is-primary:focus,
.button.is-primary.is-active {
  background-color: #199fae;
  border-color: transparent;
  color: findColorInvert(#1fc8db);
}

.button.is-primary:active {
  border-color: transparent;
}

.button.is-primary.is-inverted {
  background-color: findColorInvert(#1fc8db);
  color: #1fc8db;
}

.button.is-primary.is-loading:after {
  border-color: transparent transparent findColorInvert(#1fc8db) findColorInvert(#1fc8db) !important;
}

.button.is-primary.is-outlined {
  background-color: transparent;
  border-color: #1fc8db;
  color: #1fc8db;
}

.button.is-primary.is-outlined:hover,
.button.is-primary.is-outlined:focus {
  background-color: #1fc8db;
  border-color: #1fc8db;
  color: findColorInvert(#1fc8db);
}

.button.is-info {
  background-color: #3f78c6;
  border-color: transparent;
  color: findColorInvert(#3f78c6);
}

.button.is-info:hover,
.button.is-info:focus,
.button.is-info.is-active {
  background-color: #3060a2;
  border-color: transparent;
  color: findColorInvert(#3f78c6);
}

.button.is-info:active {
  border-color: transparent;
}

.button.is-info.is-inverted {
  background-color: findColorInvert(#3f78c6);
  color: #3f78c6;
}

.button.is-info.is-loading:after {
  border-color: transparent transparent findColorInvert(#3f78c6) findColorInvert(#3f78c6) !important;
}

.button.is-info.is-outlined {
  background-color: transparent;
  border-color: #3f78c6;
  color: #3f78c6;
}

.button.is-info.is-outlined:hover,
.button.is-info.is-outlined:focus {
  background-color: #3f78c6;
  border-color: #3f78c6;
  color: findColorInvert(#3f78c6);
}

.button.is-success {
  background-color: #78bc1e;
  border-color: transparent;
  color: findColorInvert(#78bc1e);
}

.button.is-success:hover,
.button.is-success:focus,
.button.is-success.is-active {
  background-color: #5c9017;
  border-color: transparent;
  color: findColorInvert(#78bc1e);
}

.button.is-success:active {
  border-color: transparent;
}

.button.is-success.is-inverted {
  background-color: findColorInvert(#78bc1e);
  color: #78bc1e;
}

.button.is-success.is-loading:after {
  border-color: transparent transparent findColorInvert(#78bc1e) findColorInvert(#78bc1e) !important;
}

.button.is-success.is-outlined {
  background-color: transparent;
  border-color: #78bc1e;
  color: #78bc1e;
}

.button.is-success.is-outlined:hover,
.button.is-success.is-outlined:focus {
  background-color: #78bc1e;
  border-color: #78bc1e;
  color: findColorInvert(#78bc1e);
}

.button.is-warning {
  background-color: #fad00d;
  border-color: transparent;
  color: findColorInvert(#fad00d);
}

.button.is-warning:hover,
.button.is-warning:focus,
.button.is-warning.is-active {
  background-color: #d0ac04;
  border-color: transparent;
  color: findColorInvert(#fad00d);
}

.button.is-warning:active {
  border-color: transparent;
}

.button.is-warning.is-inverted {
  background-color: findColorInvert(#fad00d);
  color: #fad00d;
}

.button.is-warning.is-loading:after {
  border-color: transparent transparent findColorInvert(#fad00d) findColorInvert(#fad00d) !important;
}

.button.is-warning.is-outlined {
  background-color: transparent;
  border-color: #fad00d;
  color: #fad00d;
}

.button.is-warning.is-outlined:hover,
.button.is-warning.is-outlined:focus {
  background-color: #fad00d;
  border-color: #fad00d;
  color: findColorInvert(#fad00d);
}

.button.is-danger {
  background-color: #e94709;
  border-color: transparent;
  color: findColorInvert(#e94709);
}

.button.is-danger:hover,
.button.is-danger:focus,
.button.is-danger.is-active {
  background-color: #b83807;
  border-color: transparent;
  color: findColorInvert(#e94709);
}

.button.is-danger:active {
  border-color: transparent;
}

.button.is-danger.is-inverted {
  background-color: findColorInvert(#e94709);
  color: #e94709;
}

.button.is-danger.is-loading:after {
  border-color: transparent transparent findColorInvert(#e94709) findColorInvert(#e94709) !important;
}

.button.is-danger.is-outlined {
  background-color: transparent;
  border-color: #e94709;
  color: #e94709;
}

.button.is-danger.is-outlined:hover,
.button.is-danger.is-outlined:focus {
  background-color: #e94709;
  border-color: #e94709;
  color: findColorInvert(#e94709);
}

.button.is-dark {
  color: #fff;
}

.button.is-link {
  background-color: transparent;
  border-color: transparent;
  color: #111;
  text-decoration: underline;
}

.button.is-link:hover,
.button.is-link:focus {
  background-color: #b2b6b9;
  color: #111;
}

.button.is-next {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  padding-right: 0;
  padding-left: 0;
}

.button.is-next span {
  display: inline-block;
  width: 100%;
  white-space: nowrap;
}

.button.is-next:before,
.button.is-next:after {
  display: inline-block;
  speak: none;
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  letter-spacing: 0;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  width: 1.5em;
  min-width: 1.5em;
  content: '';
  text-align: center;
}

.button.is-next:after {
  content: \f105;
}

.button[disabled],
.button.is-disabled {
  opacity: 0.5;
}

.button.is-fullWidth {
  display: -webkit-flex;
  display: flex;
  width: 100%;
}

.buttonSingleColumn {
  margin-bottom: 50px;
  text-align: center;
}

.buttonSingleColumn+.buttonThreeBlock {
  margin-top: -30px;
  margin-bottom: 30px;
}

.buttonTwoBlock {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.buttonTwoBlock>* {
  width: 48%;
}

.buttonTwoBlock>*:first-child {
  text-align: left;
}

.buttonTwoBlock>*:last-child {
  text-align: right;
}

.buttonTwoBlock>* .button {
  margin: 0;
}

.buttonTwoOneBlock {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
}

.buttonTwoOneBlock>* {
  margin-bottom: 0;
}

.buttonTwoOneBlock>*:first-child {
  width: 64.66%;
  text-align: left;
}

.buttonTwoOneBlock>*:last-child {
  width: 31.33%;
  text-align: right;
}

.buttonTwoOneBlock>* .button {
  margin: 0;
}

.buttonOneTwoBlock {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
}

.buttonOneTwoBlock>* {
  margin-bottom: 0;
}

.buttonOneTwoBlock>*:first-child {
  width: 31.33%;
  text-align: left;
}

.buttonOneTwoBlock>*:last-child {
  width: 64.66%;
  text-align: right;
}

.buttonOneTwoBlock>* .button {
  margin: 0;
}

.buttonThreeBlock {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
}

.buttonThreeBlock>* {
  margin-bottom: 0;
  width: 31.33%;
}

.buttonThreeBlock>*:first-child {
  text-align: left;
}

.buttonThreeBlock>*:nth-child(3n+2) {
  text-align: center;
}

.buttonThreeBlock>*:last-child {
  text-align: right;
}

.modal {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  -webkit-align-items: center;
  align-items: center;
  display: none;
  -webkit-justify-content: center;
  justify-content: center;
  overflow: hidden;
  position: fixed;
  z-index: 100000;
  padding: 0 5.867%;
  /**
	 * Movieモーダル
	 */
  /**
	 * インストア
	 */
}

.modal.is-active {
  display: -webkit-flex;
  display: flex;
}

.modal .delete {
  position: absolute;
  right: -22px;
  top: -22px;
  display: inline-block;
  width: 44px;
  height: 44px;
  vertical-align: top;
  background-color: #111;
  border: 2px solid #fff;
  border-radius: 50%;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  z-index: 100;
}

.modal .delete:before,
.modal .delete:after {
  background-color: #fff;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  margin-left: -25%;
  margin-top: -1px;
  position: absolute;
  top: 50%;
  width: 50%;
}

.modal .delete:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.modal .delete:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.modal-background {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  background-color: rgba(17, 17, 17, .75);
}

.modal-container {
  width: 100%;
}

.modal-content {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 600px;
  background: #fff;
}

.modal-content .message {
  width: 100%;
  max-height: calc(100vh - 100px);
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.modal-content .message-body {
  padding: 30px;
}

.modal-content .message-body>*:last-child {
  margin-bottom: 0 !important;
}

.modal-content .message-header {
  padding: 20px 30px 0;
}

.modal.modalMovie .modal-content .message-body {
  padding: 0;
  border: 1px solid #fff;
}

.modal.modalComment {
  color: #311b00;
}

.modal.modalComment p:last-child {
  margin-bottom: 0 !important;
}

.modal.modalComment hr {
  margin-bottom: 25px;
}

.modal.modalComment .message-body {
  padding: 10px 30px 30px;
}

.modal.modalComment .message-header {
  text-align: center;
  font-weight: bold;
  font-size: 1.2em;
}

.modal.modalComment h5 {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  padding: 5px;
  color: #fff;
  background: #311b00;
}

.modal.modalComment .prev,
.modal.modalComment .next {
  position: absolute;
  top: 50%;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-top: -22px;
  font-size: 25px;
  line-height: 1;
  color: #311b00;
  background: #fff;
  border: 2px solid #311b00;
  border-radius: 22px;
  -webkit-appearance: none;
  z-index: 100;
  cursor: pointer;
}

.modal.modalComment .prev {
  left: -1em;
}

.modal.modalComment .next {
  right: -1em;
}

.modalMovie .modal-content {
  max-width: 1280px;
}

.modalMovie .modal-content .message-body {
  padding: 0;
}

.modalMovie .modal-content .message-body .video-container {
  border: none;
  padding-bottom: 55.25%;
  margin: 0;
}

.modalInStore .modal-content {
  max-width: 1080px;
}

.modalInStore .modal-content .message-header {
  padding-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
  background: #000;
  color: #fff;
}

.modalInStore .modal-content .message-body dl {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  width: 100%;
}

.modalInStore .modal-content .message-body dt {
  width: 120px;
  min-width: 120px;
  padding: 5px 0;
  margin-bottom: 10px;
  text-align: center;
  font-weight: bold;
  background: #c00;
  color: #fff;
}

.modalInStore .modal-content .message-body dd {
  width: calc(100% - 135px);
  padding: 5px 0;
  margin-bottom: 10px;
  font-size: 14px;
}

.modalInStore .modal-content .message-body dd b.fs12 {
  line-height: 1.2;
}

.modalInStore .modal-content .message-body dd>*:last-child {
  margin-bottom: 0;
}

.modalInStore .modal-content .message-body dd ul {
  padding-left: 1em;
  margin: 0;
  list-style: none;
}

.modalInStore .modal-content .message-body dd ul li {
  text-indent: -1em;
  line-height: 1.4;
}

.modalInStore .modal-content .message-body dd ul li * {
  text-indent: 0;
}

.modalInStore .modal-content .message-body dd ul li+li {
  margin-top: 5px;
}

.modalInStore .prev,
.modalInStore .next {
  position: absolute;
  top: 50%;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-top: -22px;
  font-size: 25px;
  line-height: 1;
  color: #000;
  background: #fff;
  border: 2px solid #000;
  border-radius: 22px;
  -webkit-appearance: none;
  z-index: 100;
  cursor: pointer;
}

.modalInStore .prev {
  left: -1em;
}

.modalInStore .next {
  right: -1em;
}

@media screen and (max-width: 667px) {
  .modal .delete {
    width: 38px;
    height: 38px;
    position: absolute;
    right: -16px;
    top: -16px;
  }
}

/* @ pagination
// ------------------------------------------------------------ */
.pagination {
  margin: 0;
  text-align: center;
}

.pagination ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0;
  padding: 0;
}

.pagination ul li {
  display: inline-block;
  list-style: none;
  padding: 0 10px;
  font-size: 28px;
  font-family: "Candal", "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.pagination ul li a,
.pagination ul li span {
  display: inline-block;
  line-height: 1;
  outline: none;
  padding: 0;
  text-align: center;
  color: #333;
  text-decoration: none;
}

.pagination ul li span {
  color: #999 !important;
  position: none;
}

.pagination ul li.prev a:before,
.pagination ul li.next a:before {
  display: block;
  content: '';
  width: .6em;
  height: .6em;
  border-left: 2px solid #333;
  border-bottom: 2px solid #333;
}

.pagination ul li.prev a:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.pagination ul li.next a:before {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

@media screen and (max-width: 413px) {

  .pagination ul li span,
  .pagination ul li a {
    font-size: .875em;
  }
}

.touchlink {
  cursor: pointer;
}

/* View style
-----------------------------------*/
/* window size
-----------------*/
/* font
-----------------*/
/* color
-----------------*/
#indexMv {
  position: fixed;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
  text-align: center;
}

@media (min-width: 1001px) and (max-width: 1400px) {
  #indexMv {
    top: 5vh;
  }
}




#indexMv img {
  width: 100%;
  vertical-align: bottom;
  pointer-events: none;
}

.indexContainer {
  width: 100%;
  padding-top: 50px;
  background: rgba(255, 255, 255, .8);
}

.indexContainer::after {
  content: '';
  display: table;
  width: 100%;
}

.indexSecTitle {
  width: 100%;
  border-bottom: 4px solid #333;
  margin-bottom: 25px;
}

.indexSecTitle img {
  height: 18px;
  margin-bottom: 10px;
}

#indexNews {
  width: 100%;
  max-width: 1260px;
  padding: 0 30px;
  margin: 0 auto 30px;
}

.newsList {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%;
  margin: 0;
  list-style: none;
}

.newsListItem {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column nowrap;
  flex-flow: column nowrap;
  width: 25%;
  padding: 0 5px;
  transition: .3s all ease-in-out;
  cursor: pointer;
}

.newsListItem .moreLink {
  padding: 0 10px;
}

.newsListItem .moreLink a:hover {
  opacity: 1;
}

.newsListItem:hover {
  opacity: .6 !important;
}

.newsListThumb {
  width: 100%;
  margin-bottom: 30px;
}

.newsListThumb .img {
  display: block;
  width: 100%;
  height: auto;
  padding-top: 100%;
  background: center center no-repeat url("/static/fourlimitedsazabys/official/common/blank-bg.png");
  background-size: cover;
  overflow: hidden;
}

.newsListThumb .img>span:not(.blur) {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.newsListThumb .img .blur {
  display: block;
  position: absolute;
  top: -10px;
  right: -10px;
  bottom: -10px;
  left: -10px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-filter: blur(15px);
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="15" /></filter></svg>#filter');
  filter: blur(15px);
}

.newsListThumb>a:hover {
  opacity: 1;
}

.newsListThumb .meta {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
  min-height: 32px;
  padding: 5px 12px;
  margin-top: -1px;
  color: #fff;
  font-size: 14px;
  background: #333;
}

.newsListThumb .meta a {
  color: #fff;
}

.newsListThumb .newsListDate {
  font-size: 12px;
}

.newsListThumb .newListSns a+a {
  margin-left: 10px;
}

.newsListThumb .newListSns img {
  height: 1em;
  -webkit-transform: translate(0, -2px);
  transform: translate(0, -2px);
}

.newsListTitle {
  font-size: 18px;
  margin-bottom: 12px;
  padding-right: 10px;
  font-weight: 600;
}

.newsListText {
  padding-right: 10px;
  margin-bottom: 10px;
  word-break: break-all;
}

#indexTopNews {
  width: calc(50% - 16px);
}

#indexTopNews .indexSecTitle {
  margin-bottom: 0;
}

#indexTopNews .newsTopList {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  margin: 0 0 20px;
  list-style: none;
}

#indexTopNews .newsTopListItem {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
  padding: 10px 0;
  border-bottom: 1px dashed #333;
  transition: .3s all ease-in-out;
  cursor: pointer;
}

#indexTopNews .newsTopListItem:last-of-type {
  border-bottom: 4px solid #333;
}

#indexTopNews .newsTopListItem time {
  display: inline-block;
  width: 90px;
  min-width: 90px;
  text-align: center;
}

#indexTopNews .newsTopListItem .moreLink {
  width: 90px;
  min-width: 90px;
  margin: 0;
}

#indexTopNews .newsTopListItem .moreLink a {
  line-height: 2;
}

#indexTopNews .newsTopListItem:hover {
  opacity: .5 !important;
}

#indexTopNews .newsTopListText {
  padding: 0 10px;
  width: 100%;
  margin: 0;
}

#indexTopNews .newsTopListText .new {
  display: inline-block;
  padding: .2em .4em;
  margin-right: 5px;
  font-size: .8em;
  font-weight: 600;
  color: #fff;
  background: #e94709;
}

.indexLiveMedia {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
  max-width: 1260px;
  padding: 0 30px;
  margin: 0 auto 30px;
  list-style: none;
}

.indexLiveMedia+.indexLiveMedia {
  margin-bottom: 100px;
}

#indexLive {
  width: calc(50% - 16px);
}

#indexLive .indexSecTitle {
  margin-bottom: 0;
}

#indexLive .liveList {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  margin: 0 0 20px;
  list-style: none;
}

#indexLive .liveListItem {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
  padding: 10px 0;
  border-bottom: 1px dashed #333;
  transition: .3s all ease-in-out;
  cursor: pointer;
}

#indexLive .liveListItem:last-of-type {
  border-bottom: 4px solid #333;
}

#indexLive .liveListItem time {
  display: inline-block;
  width: 90px;
  min-width: 90px;
  text-align: center;
}

#indexLive .liveListItem .moreLink {
  width: 90px;
  min-width: 90px;
  margin: 0;
}

#indexLive .liveListItem .moreLink a {
  line-height: 2;
}

#indexLive .liveListItem:hover {
  opacity: .5 !important;
}

#indexLive .liveListText {
  padding: 0 10px;
  width: 100%;
  margin: 0;
}

#indexMedia {
  width: calc(50% - 16px);
}

#indexMedia .indexSecTitle {
  margin-bottom: 0;
}

.mediaList {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  margin: 0 auto 20px;
  list-style: none;
}

.catList+.mediaList,
.pageTitle+.mediaList {
  max-width: 800px;
}

.catList+.mediaList>.mediaListItem:first-child,
.pageTitle+.mediaList>.mediaListItem:first-child {
  border-top: 4px solid #333;
}

.mediaListItem {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
  padding: 10px 0;
  border-bottom: 1px dashed #333;
  transition: .3s all ease-in-out;
  cursor: pointer;
}

.mediaListItem:last-of-type {
  border-bottom: 4px solid #333;
}

.mediaListItem time {
  display: inline-block;
  width: 90px;
  min-width: 90px;
  text-align: center;
}

.mediaListItem .moreLink {
  width: 90px;
  min-width: 90px;
  margin: 0;
}

.mediaListItem .moreLink a {
  line-height: 2;
}

.mediaListItem:hover {
  opacity: .5 !important;
}

.mediaListText {
  width: 100%;
  margin: 0;
  padding: 0 10px;
}

.mediaListText .new {
  display: inline-block;
  padding: .2em .4em;
  margin-right: 5px;
  font-size: .8em;
  font-weight: 600;
  color: #fff;
  background: #e94709;
}

.cat>a,
.cat>span {
  display: inline-block;
  width: 78px;
  padding: 2px 0;
  background: #555;
  color: #fff;
  text-align: center;
  font-family: "Candal", "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 10px;
  text-transform: uppercase;
  text-decoration: none;
}

.cat.cat-magazine a,
.cat.cat-magazine span {
  background-color: #e15141;
}

.cat.cat-tv a,
.cat.cat-tv span {
  background-color: #d63864;
}

.cat.cat-radio a,
.cat.cat-radio span {
  background-color: #603eb0;
}

.cat.cat-web a,
.cat.cat-web span {
  background-color: #4ba7ee;
}

.cat.cat-other a,
.cat.cat-other span {
  background-color: #388e3c;
}

.cat.cat-regular a,
.cat.cat-regular span {
  background-color: #f57f17;
}


/* moie */

.cat.cat-movie-pv a,
.cat.cat-movie-pv span,
.cat.cat-movie-music a,
.cat.cat-movie-music span {
  background-color: #e15141;
}

.cat.cat-movie-live a,
.cat.cat-movie-live span {
  background-color: #4ba7ee;
}

.cat.cat-movie-other a,
.cat.cat-movie-other span {
  background-color: #388e3c;
}



#indexSns {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  justify-content: space-between;
/*  width: calc(50% - 16px);*/
  width: calc(25% - 16px);
  margin: 0 0 20px;
  max-width: 1200px;
  list-style: none;
}

#indexSns img {
  vertical-align: bottom;
}

#indexSns .indexSecTitle {
  width: 100%;
  margin-bottom: 10px;
}

#indexSns .indexSecTitle img {
  height: 22px;
  margin-bottom: 10px;
}

#indexSns .inner {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
}

#indexSns .inner .twitter {
/*  width: calc(100% - 100px);*/
  width:100%;
  height: 348px;
  overflow: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
#indexSns .inner .spotify {
  width:100%;
}
#indexSns .inner .spotify iframe {
width: 100%;
height: 348px;
}

#indexSns ul.icolistBox{
display:none;
}


@media screen and (max-width: 960px) {

#indexSns.musicsp {
display:block;
}
#indexSns .inner .spotify {
  width:100%;
}

#indexSns ul.icolistBox{
display:-webkit-box;
display:-ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
justify-content: center;
list-style:none;
    margin: 1.5em 0em 0;
    width:100%;
}
#indexSns ul.icolistBox li{
width:40px;
margin:0 10px;
}
#indexSns ul.icolistBox li a{
display: block;
}
#indexSns ul.icolistBox li a img{

}



}

#indexSns .inner .snsList {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100px;
}

#indexSns .inner .snsList a {
  display: inline-block;
  width: 40px;
  margin: 10px;
  text-align: center;
}

@media screen and (max-width: 960px) {
  .indexLiveMedia {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
    max-width: 1260px;
    padding: 0 30px;
    margin: 0 auto 30px;
    list-style: none;
  }

  #indexTopNews,
  #indexLive,
  #indexMedia,
  #indexSns {
    width: 100%;
  }
}

@media screen and (max-width: 900px) {
  .newsListItem {
    width: 50%;
  }

  #indexSns .inner {
    -webkit-align-items: center;
    align-items: center;
  }

  #indexSns .inner .twitter {
    width: 58%;
    height: 270px;
  }

  #indexSns .inner .snsList {
    width: 40%;
    padding: 0 30px;
  }

  #indexSns .inner .snsList a {
    margin: 10px 20px;
    width: 60px;
  }









}

@media screen and (max-width: 800px) {
  #indexMv {
    top: 60px;
  }
}

@media screen and (max-width: 767px) {
  .indexContainer {
    padding-top: 5vw;
  }

  #indexNews {
    padding: 0 3.5%;
    margin: 0 auto 30px;
  }

  .newsListItem {
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    width: 100%;
    margin-bottom: 15px;
    padding: 0;
  }

  .newsListContent {
    width: 50%;
    padding-left: 1em;
  }

  .newsListThumb {
    width: 50%;
    margin-bottom: 0;
  }

  .newsListThumb .meta {
    padding: 5px 7px;
    font-size: 12px;
  }

  .newsListThumb .newsListDate {
    font-size: 12px;
  }

  .newsListThumb .newListSns a+a {
    margin-left: 6px;
  }

  .newsListTitle {
    font-size: 15px;
    line-height: 1.2;
    padding-right: 0;
  }

  #indexTopNews {
    margin-bottom: 30px;
  }

  #indexTopNews .newsTopListItem time {
    width: 65px;
    min-width: 65px;
    text-align: left;
  }

  #indexTopNews .newsTopListItem .moreLink {
    display: none;
  }

  #indexTopNews .newsTopListItem:after {
    position: absolute;
    top: 50%;
    right: 4px;
    bottom: auto;
    left: auto;
    display: block;
    content: '';
    width: 6px;
    height: 6px;
    margin-top: -3px;
    border-right: 2px solid #333;
    border-bottom: 2px solid #333;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  #indexTopNews .newsTopListText {
    padding: 0 15px 0 1em;
    width: 100%;
    margin: 0;
  }

  .indexLiveMedia {
    padding: 0 3.5%;
  }

  .indexLiveMedia:first-of-type {
    margin-bottom: 0;
  }

  #indexLive {
    margin-bottom: 30px;
  }

  #indexLive .liveListItem time {
    width: 65px;
    min-width: 65px;
    text-align: left;
  }

  #indexLive .liveListItem .moreLink {
    display: none;
  }

  #indexLive .liveListItem:after {
    position: absolute;
    top: 50%;
    right: 4px;
    bottom: auto;
    left: auto;
    display: block;
    content: '';
    width: 6px;
    height: 6px;
    margin-top: -3px;
    border-right: 2px solid #333;
    border-bottom: 2px solid #333;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  #indexLive .liveListText {
    padding: 0 15px 0 1em;
    width: 100%;
    margin: 0;
  }

  #indexMedia {
    margin-bottom: 30px;
  }

  .mediaListItem {
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }

  .mediaListItem time {
    width: 90px;
    min-width: 90px;
    text-align: left;
  }

  .mediaListItem .moreLink {
    display: none;
  }

  .mediaListItem:after {
    position: absolute;
    top: 50%;
    right: 4px;
    bottom: auto;
    left: auto;
    display: block;
    content: '';
    width: 6px;
    height: 6px;
    margin-top: -3px;
    border-right: 2px solid #333;
    border-bottom: 2px solid #333;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .mediaListText {
    padding: 5px 15px 0 0;
    width: 100%;
    margin: 0;
  }

  #indexSns {
    margin-bottom: 0;
  }

  #indexSns .inner {
    padding: 0;
  }

  #indexSns .inner .twitter {
    width: 100%;
    height: 270px;
    margin-bottom: 30px;
  }

  #indexSns .inner .snsList {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    padding: 0 10%;
  }

  #indexSns .inner .snsList a {
    width: 25%;
    margin: 0;
    text-align: center;
  }

  #indexSns .inner .snsList a img {
    height: 50px;
  }
}

@media screen and (max-width: 413px) {
  .newsListThumb .meta {
    font-size: 12px;
  }

  .newsListThumb .newsListDate {
    font-size: 10px;
  }

  .newsListThumb .newListSns a+a {
    margin-left: 6px;
  }

  #indexSns .inner .snsList a img {
    height: 40px;
  }
}

@media screen and (max-width: 374px) {
  .newsListThumb .meta {
    font-size: 10px;
  }

  .newsListTitle {
    font-size: 12px;
  }

  .newsListText {
    font-size: 10px;
    line-height: 1.2;
  }

  #indexSns .inner .snsList {
    padding: 0;
  }
}

.newsArchiveList {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%;
  margin: 0 0 80px;
  list-style: none;
}

.newsArchiveItem {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  width: 50%;
  margin-bottom: 30px;
  transition: .3s all ease-in-out;
  cursor: pointer;
}

.newsArchiveItem .newsListThumb {
  width: 46%;
  margin-bottom: 0;
}

.newsArchiveItem .newsListThumb>a:hover {
  opacity: 1;
}

.newsArchiveItem .newsListContent {
  width: 54%;
  padding: 0 30px;
}

.newsArchiveItem .newsListTitle {
  margin-bottom: 18px;
  padding-right: 0;
  word-break: break-all;
}

.newsArchiveItem .newsListText {
  margin-bottom: 30px;
  padding-right: 0;
}

.newsArchiveItem .moreLink {
  padding: 0 10px;
}

.newsArchiveItem .moreLink a:hover {
  opacity: 1;
}

.newsArchiveItem:hover {
  opacity: .6 !important;
}

@media screen and (max-width: 900px) {
  .newsArchiveItem .newsListThumb {
    width: 50%;
    margin-bottom: 0;
  }

  .newsArchiveItem .newsListContent {
    width: 50%;
    padding: 0 15px;
  }

  .newsArchiveItem .newsListTitle {
    margin-bottom: 18px;
    padding-right: 0;
  }

  .newsArchiveItem .newsListText {
    margin-bottom: 30px;
    padding-right: 0;
  }
}

@media screen and (max-width: 820px) {
  .newsArchiveItem {
    width: 100%;
  }

  .newsArchiveItem .newsListThumb {
    width: 46%;
  }

  .newsArchiveItem .newsListContent {
    width: 54%;
    padding: 0 0 0 30px;
  }
}

@media screen and (max-width: 767px) {
  .newsArchiveList {
    margin: 0 0 50px;
  }

  .newsArchiveItem .newsListThumb {
    width: 50%;
    margin-bottom: 0;
  }

  .newsArchiveItem .newsListContent {
    width: 50%;
    padding: 0 0 0 15px;
  }

  .newsArchiveItem .newsListTitle {
    margin-bottom: 18px;
    padding-right: 0;
    line-height: 1.4;
  }

  .newsArchiveItem .newsListText {
    margin-bottom: 30px;
    padding-right: 0;
    line-height: 1.6;
  }
}

@media screen and (max-width: 414px) {
  .newsArchiveList {
    margin-bottom: 20px;
  }

  .newsArchiveList .newsListTitle {
    margin-bottom: 15px;
  }

  .newsArchiveList .newsListText {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 413px) {
  .newsArchiveItem {
    margin-bottom: 20px;
  }

  .newsArchiveItem .meta {
    font-size: 12px;
  }

  .newsArchiveItem .newsListDate {
    font-size: 10px;
  }

  .newsArchiveItem .newListSns a+a {
    margin-left: 6px;
  }
}

@media screen and (max-width: 374px) {
  .newsArchiveItem .newsListThumb .meta {
    font-size: 10px;
  }

  .newsArchiveItem .newsListContent {
    width: 50%;
    padding: 0 0 0 15px;
  }

  .newsArchiveItem .newsListTitle {
    font-size: 12px;
  }

  .newsArchiveItem .newsListText {
    font-size: 10px;
    line-height: 1.2;
  }
}

.liveArchiveList {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column wrap;
  flex-flow: column wrap;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%;
  margin: 0 auto 80px;
  max-width: 800px;
  list-style: none;
  border-top: 1px solid #d9d9d9;
}

.liveArchiveItem {
  width: 100%;
  border-bottom: 1px solid #d9d9d9;
}

.liveArchiveItem header {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding: 10px;
  transition: .2s all ease-in-out;
}

.liveArchiveItem header time {
  display: block;
  min-width: 130px;
  font-weight: 600;
}

.liveArchiveItem header.open+.content {
  display: block;
}

.liveArchiveItem header:not(.open):hover {
  background: #ccc;
  cursor: pointer;
}

.is-iphone .liveArchiveItem header:not(.open):hover,
.is-ipad .liveArchiveItem header:not(.open):hover,
.is-android .liveArchiveItem header:not(.open):hover {
  background: transparent;
}

.liveArchiveItem .thumb {
  width: 100%;
  padding: 10px 25px;
  margin-bottom: 10px;
  text-align: center;
  border-bottom: 1px solid #d9d9d9;
}

.liveArchiveItem .content {
  display: none;
  padding: 10px 25px;
}

.liveArchiveItem .content>*:last-child {
  margin-bottom: 0;
}

.liveArchiveItem .content a {
  text-decoration: underline;
}

.liveArchiveItem .content .playguide {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%;
  padding: 10px 0 0;
  margin: 0 0 15px;
  list-style: none;
}

.liveArchiveItem .content .playguide li {
  max-width: 120px;
  margin-right: 10px;
}

.liveArchiveItem .content .soldout {
  color: #e94709;
}

@media screen and (max-width: 767px) {
  .liveArchiveList {
    margin: 0 0 60px;
  }

  .liveArchiveItem header time {
    min-width: 130px;
  }

  .liveArchiveItem .content {
    font-size: 12px;
    padding: 5px 10px 5px;
  }

  .liveArchiveItem header:not(.open):hover {
    background: transparent;
  }
}

@media screen and (max-width: 413px) {
  .liveArchiveList {
    margin: 0 0 30px;
  }

  .liveArchiveItem header {
    font-size: 12px;
  }

  .liveArchiveItem header time {
    min-width: 100%;
  }
}

.discList {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
/*  -webkit-align-items: flex-start;
  align-items: flex-start;*/
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  
  -webkit-align-items:stretch;
  align-items:stretch;
  width: 100%;
  margin-bottom: 50px;
}

.discListItem {
  width: 25%;
  padding: 0 10px 20px;
}

.discListItem a {
  display: block;
  width: 100%;
  padding-top: 100%;
}

.discListItem a:before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, .75);
  z-index: 2;
  opacity: 0;
  transition: all ease .3s;
}

.discListItem a .meta {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  color: #fff;
  z-index: 3;
  opacity: 0;
  transition: all ease .3s;
}

.discListItem a .meta span {
  display: block;
  width: 100%;
  text-align: center;
  padding: 5px;
}

.discListItem a .meta .catTag {
  color: #ccc;
}

.discListItem a .meta .name {
  padding-bottom: 0;
  font-size: 15px;
}

.discListItem a .meta .name em {
  display: none;
}

.discListItem a .meta .release {
  padding-top: 0;
  padding-bottom: 20px;
}

.discListItem a .meta .more {
  display: inline-block;
  width: auto;
  padding: 3px 1em;
  color: #000;
  background: #fff;
}

.discListItem a:hover {
  opacity: 1;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.discListItem a:hover:before,
.discListItem a:hover .meta {
  opacity: 1;
}

.discListItem .jkt {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  z-index: 1;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, .2);
}

.discListItem .jkt img {
  width: 100%;
  vertical-align: bottom;
  z-index: 2;
  background: center center no-repeat;
  background-size: contain;
}

.discListItemBg {
  position: absolute;
  top: -10px;
  right: -10px;
  bottom: -10px;
  left: -10px;
  display: block;
  background: center center no-repeat;
  background-size: cover;
  -webkit-filter: blur(15px);
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="15" /></filter></svg>#filter');
  filter: blur(15px);
  z-index: 1;
}

.discoCategoryList {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  text-align: center;
  list-style: none;
  margin: 0 auto 50px;
}

.discoCategoryList li {
  font-size: 20px;
  padding: 0 10px;
}

.discoCategoryList li a {
  font-weight: 500;
}

.discoCategoryList li a.is-current {
  border-bottom: 1px solid #000;
}

.discDetails {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  width: 100%;
}

.discDetailsItem {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 65px;
}

.discDetailsItem .jkt {
  width: 320px;
}

.discDetailsItem .jkt img {
  vertical-align: bottom;
}

.discDetailsContent {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column nowrap;
  flex-flow: column nowrap;
  width: calc(100% - 340px);
}

.discDetails .discDescript {
  margin-bottom: 1.2em;
}

.discDetails .discTitle {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 10px;
  padding-bottom: 5px;
  font-size: 18px;
  font-weight: 600;
  border-bottom: 1px dashed #bbb;
}

.discDetails .discTitle .name {
  display: inline-block;
  margin-right: 15px;
}

.discDetails .discTitle .name em {
  font-style: normal;
}

.discDetails .catTag {
  display: inline-block;
  min-width: 80px;
  line-height: 22px;
  font-size: 10px;
  font-weight: 400;
  text-align: center;
  color: #fff;
  background: #333;
}

.discDetails .discLabel {
  margin-bottom: 10px;
  text-align: right;
}

.discDetails .discMeta {
  border-top: 1px dashed #bbb;
  border-bottom: 1px dashed #bbb;
  padding: 10px 0;
  margin-bottom: 0;
}

@media screen and (max-width: 1024px) {
  .discListItem {
    width: 33.33%;
  }
}

@media screen and (max-width: 900px) {
  .discDetailsItem {
    padding-bottom: 45px;
  }

  .discDetailsItem .jkt {
    width: 280px;
  }

  .discDetailsDetails {
    width: calc(100% - 300px);
  }
}

@media screen and (max-width: 767px) {
  .discoCategoryList {
    margin-bottom: 30px;
  }

  .discoCategoryList li {
    font-size: 14px;
  }

  .discList {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }

  .discListItem {
    width: 48.5%;
    padding: 0;
    margin-bottom: 6%;
  display: -webkit-flex;
  display: flex;
  }

  .discListItem a {
    background: #fff;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2);
    overflow: hidden;
  }

  .discListItem a:before {
    display: none;
  }

  .discListItem a .meta {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    width: 100%;
    padding: 5px 10px;
    color: #000;
    opacity: 1;
  }

  .discListItem a .meta span {
    width: 100%;
    text-align: left;
    font-size: 11px;
  }

  .discListItem a .meta .catTag {
    color: #666;
    padding: 0;
  }

  .discListItem a .meta .name {
    padding: 0;
    font-size: 12px;
  }

  .discListItem a .meta .name em {
    display: none;
  }

  .discListItem a .meta .release {
    padding-top: 20px;
    padding-bottom: 5px;
  }

  .discListItem a .meta .more {
    display: none;
  }

  .discDetails {
    padding-bottom: 35px;
  }

  .discDetailsItem {
    -webkit-flex-flow: column wrap;
    flex-flow: column wrap;
  }

  .discDetailsItem .jkt {
    width: 100%;
    margin-bottom: 10px;
  }

  .discDetailsItem .jkt img {
    width: 100%;
  }

  .discDetailsContent {
    width: 100%;
  }

  .discDetails .discTitle {
    margin-bottom: 10px;
    padding-bottom: 3px;
    border-bottom: 1px dashed #bbb;
  }

  .discDetails .discTitle .name {
    margin-right: 0;
  }

  .discDetails .catTag {
    min-width: auto;
    padding: 0 1.2em;
    margin-bottom: 10px;
    font-weight: 600;
  }

  .discDetails .catTagWrap {
    width: 100%;
    text-align: right;
  }

  .discDetails .discMeta {
    margin-bottom: 10px;
  }

  .discDetails .discLabel {
    -webkit-order: 10;
    order: 10;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 374px) {
  .discDetails {
    padding-bottom: 20px;
  }

  .discDetails .discTitle .name {
    font-size: 16px;
  }
}

.goodsList {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
/*  -webkit-align-items: flex-start;
  align-items: flex-start;*/
  -webkit-align-items:stretch;
  align-items:stretch;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 50px;
}

.goodsListItem {
  width: 25%;
  padding: 0 10px 20px;
}

.goodsListItem a {
  display: block;
  width: 100%;
}

.goodsListImg {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  overflow: hidden;
  z-index: 1;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, .2);
}

.goodsListImg img {
  width: 100%;
  vertical-align: bottom;
  z-index: 2;
  background: center center no-repeat;
  background-size: contain;
}

.goodsListBg {
  position: absolute;
  top: -10px;
  right: -10px;
  bottom: -10px;
  left: -10px;
  display: block;
  background: center center no-repeat;
  background-size: cover;
  -webkit-filter: blur(15px);
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="15" /></filter></svg>#filter');
  filter: blur(15px);
  z-index: 1;
}

.goodsListMeta>* {
  display: none;
}

.goodsListMeta .listContent {
  display: block;
}

.goodsListMeta .listContent h2 {
  font-size: 14px;
  font-weight: 600;
}

.goodsListMeta .listContent .price {
  font-size: 12px;
}

.goodsTag {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%;
  margin: 0 0 5px;
  list-style: none;
}

.goodsTag li {
  display: inline-block;
  padding: 3px .8em;
  margin-right: 8px;
  font-size: 10px;
  border: 1px solid #666;
  background: #666;
  color: #fff;
  border-radius: 3px;
}

.goodsTag li.tag1 {
  color: #666;
  background: #fff;
}

.goodsTag li.tag2 {
  color: #e94709;
  border-color: #e94709;
  background: #fff;
}

.goodsTag li.sold {
  color: #fff;
  border-color: #e94709;
  background: #e94709;
}

.goodsDetails {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 50px;
}

.goodsDetailsImg {
  display: block;
  width: 500px;
  margin-bottom: 10px;
  overflow: hidden;
  z-index: 1;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, .3);
}

.goodsDetailsImg img {
  width: 100%;
  vertical-align: bottom;
  z-index: 2;
  background: center center no-repeat;
  background-size: contain;
}

.goodsDetailsContent {
  width: calc(100% - 520px);
}

.goodsDetailsContent .listContent {
  display: none;
}

.goodsDetailsContent .detailsContent h2 {
  padding: 5px 0;
  font-size: 16px;
  font-weight: 600;
}

.goodsDetailsContent .detailsContent h4 {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
  border-bottom: 1px solid #000;
}

.goodsDetailsContent .detailsContent .itemPrice {
  font-size: 12px;
}

.goodsDetailsContent .detailsContent .itemPrice .price {
  font-weight: 600;
}

@media screen and (max-width: 1024px) {
  .goodsListItem {
    width: 33.33%;
  }

  .goodsDetailsImg {
    width: 400px;
  }

  .goodsDetailsContent {
    width: calc(100% - 420px);
  }

  .goodsDetailsContent .detailsContent h3 {
    font-size: 16px;
  }
}

@media screen and (max-width: 900px) {
  .goodsDetailsImg {
    width: 300px;
  }

  .goodsDetailsContent {
    width: calc(100% - 320px);
  }
}

@media screen and (max-width: 767px) {
  .goodsList {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }

  .goodsListItem {
  
/*  display: -webkit-flex;
  display: flex;*/
    width: 48.5%;
    padding: 0;
    margin-bottom: 6%;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2);
  }

  .goodsListItem a {
    background: #fff;
    /*    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2);*/
    overflow: hidden;
  }

  .goodsListItem a:before {
    display: none;
  }

  .goodsListMeta>* {
    display: none;
  }

  .goodsListMeta .listContent {
    display: block;
    padding: 0 10px 10px;
  }

  .goodsListMeta .listContent h2 {
    font-size: 12px;
  }

  .goodsListMeta .listContent .price {
    font-size: 10px;
    margin-bottom: 0;
  }

  .goodsTag li {
    padding: 2px .6em;
    margin-right: 5px;
    font-size: 10px;
    border-radius: 2px;
  }

  .goodsDetails {
    -webkit-justify-content: center;
    justify-content: center;
    margin-bottom: 30px;
  }

  .goodsDetailsImg {
    width: 80%;
    margin-bottom: 30px;
  }

  .goodsDetailsContent {
    width: 100%;
  }

  .goodsDetailsContent .detailsContent h2 {
    font-size: 14px;
  }
}

@media screen and (max-width: 374px) {
  .discDetails {
    padding-bottom: 20px;
  }

  .discDetails .discTitle .name {
    font-size: 16px;
  }
}

.movieList {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  width: 100%;
  margin: 0 auto;
  list-style: none;
}

.movieList img {
  vertical-align: bottom;
  background: center center no-repeat;
  background-size: cover;
}

.movieList li {
  width: 25%;
  padding: 0 5px;
  margin-bottom: 50px;
}

.movieList li a,
.movieList li .videoTrigger {
  display: block;
  width: 100%;
  height: auto;
  padding-top: 55.54%;
  overflow: hidden;
  margin-bottom: 10px;
  cursor: pointer;
}

.movieList li a img,
.movieList li .videoTrigger img {
  position: absolute;
  top: 0;
  left: 0;
  transition: .3s all ease-in-out;
}

.movieList li a:hover img,
.movieList li .videoTrigger:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.movieList li figure {
  margin-bottom: 0;
}

.movieList li .title {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  margin-bottom: 0;
  line-height: 1.2;
  word-break: break-all;
}

.movieList li .title strong {
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  margin: 0 15px 10px 0;
}

.movieList li .title span {
  display: none;
}

.movieList li .catTag {
  display: inline-block;
  min-width: 80px;
  margin: 0 0 10px;
  line-height: 22px;
  font-size: 10px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  background: #333;
}

.movieList li .fa-youtube {
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  color: rgba(230, 0, 18, .6);
  font-size: 50px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: all 0.2s ease;
}

.movieList li .meta {
  margin-bottom: 0;
}

@media screen and (max-width: 980px) {
  .movieList li {
    width: 33.33%;
  }
}

@media screen and (max-width: 767px) {
  .movieList li {
    width: 50%;
    padding: 0;
    margin-bottom: 40px;
  }

  .movieList li:nth-child(odd) {
    padding-right: 1.5%;
  }

  .movieList li:nth-child(even) {
    padding-left: 3%;
  }

  .movieList li .title strong {
    font-size: 18px;
    margin: 0 0 10px 0;
  }

  .movieList li .catTag {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    left: auto;
    min-width: auto;
    margin: 0;
    padding: 0 15px;
  }

  .movieList li .meta {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 550px) {
  .movieList li {
    margin-bottom: 20px;
  }

  .movieList li .title strong {
    font-size: 14px;
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 413px) {
  .movieList li .title strong {
    font-size: 12px;
  }
}

@media screen and (max-width: 374px) {
  .movieList li .meta {
    font-size: 10px;
  }
}

.form {
  width: 100%;
  max-width: 780px;
  margin: 0 auto;
}

.formList {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 0 auto 30px;
}

.formLabel {
  width: 9.5em;
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 400;
  line-height: 42px;
}

.formItem {
  width: calc(100% - 9.5em);
  margin-bottom: 30px;
  font-size: 16px;
}

.formItem input,
.formItem textarea {
  width: 100%;
  border-color: #bfbfbf;
  border-radius: 5px;
}

.formItem input {
  height: 42px;
  line-height: 1.2;
}

.formItem textarea {
  height: 200px;
}

.formItem .errorText {
  display: none;
  width: 100%;
  padding: 3px;
  margin: 0;
  font-size: .8em;
  color: #c00;
}

.formItem.is-error input,
.formItem.is-error textarea {
  border-color: #c00;
}

.formItem.is-error .errorText {
  display: block;
}

.formSubmitArea {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 80px;
  text-align: center;
}

.formSubmitArea button {
  width: 90px;
  margin: 0 12px;
  font-size: 11px;
  line-height: 32px;
  border: 1px solid #5e5e5e;
  border-radius: 0;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s ease;
}

.formSubmitArea button:hover {
  opacity: .6;
}

.formSubmitArea [type=submit] {
  color: #fff;
  background: #5e5e5e;
}

.formSubmitArea [type=reset] {
  color: #333;
  background: #fff;
}

.form+.inner {
  width: 100%;
  max-width: 780px;
  margin: 0 auto;
}

.thanxMessage,
.submitError {
  display: none;
  padding: 80px 0;
  text-align: center;
  font-size: 1.2em;
}

.submitError {
  color: #c00;
}

/* rechapcha */
.recapArea {
  background: #eee;
  padding: 30px 30px 0;
}

.recapArea .formItem input {
  width: 15em;
}

.recapArea img {
  max-width: 120px;
  border: 2px solid #ddd;
}

.recapArea .formItem p {
  margin-bottom: .5em;
}

.errorTxt {
  color: #c00;
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  .recapArea .formItem {
    font-size: 13px;
  }

  .recapArea .formItem input {
    width: 100%;
  }

  .recapArea {
    padding: 20px;
  }
}

@media screen and (max-width: 767px) {
  .formLabel {
    width: 100%;
    font-size: 13px;
    margin-bottom: 5px;
    line-height: 1.6;
  }

  .formItem {
    width: 100%;
    margin-bottom: 15px;
    font-size: 16px;
  }

  .formItem textarea {
    height: 130px;
  }

  .formSubmitArea {
    margin-bottom: 50px;
  }
}

.inview {
  opacity: 0;
  transition: all 0.5s ease;
  -webkit-transform: translate(0, 50px);
  transform: translate(0, 50px);
}

.inview.is-view {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.pageContent {
  width: 100%;
  max-width: 1260px;
  padding: 200px 30px 250px;
  /*  margin: 0 auto 120px;*/
  margin: 0 auto 0px;
}

.pageContent.pageProfile {
  max-width: 800px;
}

.noPost {
  width: 100%;
  padding: 80px 0;
  margin-bottom: 80px;
  text-align: center;
  font-size: 1.2em;
}

#pagetop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
}

.pageTitle {
  text-align: center;
  margin-bottom: 40px;
}

.pageTitle img {
  height: 60px;
  vertical-align: bottom;
}

.title-type1 {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 5px;
  border-bottom: 1px dashed #999;
}

.moreLink {
  text-align: right;
}

.moreLink a {
  display: inline-block;
  min-width: 90px;
  padding: 0 10px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  font-family: "Candal", "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 10px;
  font-weight: 300;
  background: #5e5e5e;
}

.moreLink a i {
  margin-right: 8px;
}

.moreLink.archiveLink a {
  padding: 3px 14px;
}

.moreLink.archiveLink a i {
  font-size: 1.4em;
}

#next.more {
  padding: 20px 0;
  text-align: center;
}

#next.more .btn-more {
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  min-width: 120px;
  padding: 9px 30px 11px;
  color: #fff;
  font-family: "Candal", "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 20px;
  font-weight: 300;
  background: #5e5e5e;
  line-height: 1;
}

#next.more .btn-more i {
  margin-left: 8px;
  -webkit-transform: translate(0, 10%);
  transform: translate(0, 10%);
}

.back {
  text-align: center;
  padding-top: 15px;
}

.back a {
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  min-width: 220px;
  height: 32px;
  color: #fff;
  font-family: "Candal", "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  background: #333;
  border-radius: 14px;
}

.back a img {
  height: 16px;
  vertical-align: bottom;
}

.footerReleaseMovie {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
  background: rgba(255, 255, 255, .8);
}

.footerReleaseMovie .indexSecTitle2 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
  text-align: center;
  z-index: 3;
}

.footerReleaseMovie .indexSecTitle2 img {
  height: 18px;
  vertical-align: bottom;
}

.footerReleaseMovie .indexSecTitle2 span {
  display: inline-block;
  padding: 10px 30px;
  background: #333;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.footerReleaseMovie .videoTrigger {
  cursor: pointer;
  transition: .3s all ease-in-out;
}

.footerReleaseMovie .videoTrigger img {
  transition: .3s all ease-in-out;
}

.footerReleaseMovie .videoTrigger:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.footerReleaseMovie .videoTrigger.video {
  overflow: hidden;
}

.footerReleaseMovie .more {
  padding: 0 5px;
  margin-bottom: 0;
}

.footerReleaseMovie .more>span,
.footerReleaseMovie .more a {
  display: inline-block;
  padding: 2px 20px 5px;
  color: #fff;
  font-family: "Candal", "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 10px;
  background: #5e5e5e;
  border: 1px solid #cba67c;
  transition: .3s all ease-in-out;
}

.footerReleaseMovie .more>span:before,
.footerReleaseMovie .more a:before {
  position: absolute;
  top: 50%;
  right: -55px;
  bottom: auto;
  left: auto;
  display: block;
  content: '';
  width: 70px;
  height: 1px;
  background: #fff;
}

.footerReleaseMovie .more>span:hover,
.footerReleaseMovie .more a:hover {
  opacity: .6;
}

#newRelease {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: center;
  justify-content: center;
  width: 50%;
  padding: 40px 70px 20px;
  background: center center no-repeat url("/static/fourlimitedsazabys/official/common/bg02.png");
  background-size: cover;
  color: #fff;
}

#newRelease .newRelease {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
  z-index: 2;
}

#newRelease .newRelease .jkt {
  width: 80%;
  padding: 0;
  margin: 0 auto;
}

#newRelease .newRelease .jkt a {
  display: block;
}

#newRelease .newRelease .jkt img {
  background: center center no-repeat;
  background-size: contain;
}

#newRelease .newRelease .description {
  width: 100%;
  padding-top: 20px;
  text-align: center;
}

#newRelease .newRelease .description h4 {
  display: none;
}

#newRelease .newRelease .description h3 {
  margin-bottom: 20px;
  line-height: 1.2;
  font-size: 18px;
  font-weight: 600;
  word-break: break-all;
}

#newRelease .newRelease .description h3 em,
#newRelease .newRelease .description h3 span {
  display: none;
}

#footerMovie {
  width: 50%;
  color: #fff;
  background: center center no-repeat url("/static/fourlimitedsazabys/official/common/bg03.png");
  background-size: cover;
}

#footerMovie .footerMovie {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
  padding: 40px 70px 20px;
  z-index: 2;
}

#footerMovie .footerMovieList {
  width: 100%;
}

#footerMovie .footerMovie .video {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

#footerMovie .footerMovie .video .video-container {
  margin-bottom: 0;
}

#footerMovie .footerMovie .video iframe {
  z-index: 1;
}

#footerMovie .footerMovie .video img {
  background: center center no-repeat;
  background-size: cover;
}

#footerMovie .footerMovie .description {
  width: 100%;
  padding-top: 20px;
  text-align: center;
}

#footerMovie .footerMovie .description h4 {
  display: none;
  font-size: 18px;
}

#footerMovie .footerMovie .description h3 {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  word-break: break-all;
}

#footerMovie .footerMovie .description h3 em,
#footerMovie .footerMovie .description h3 span {
  display: none;
}

#footerMovie .slick-track {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

#footerMovie .slick-arrow {
  position: absolute;
  top: 50%;
  margin-top: -22px;
  display: block;
  width: 44px;
  height: 44px;
  -webkit-appearance: none;
  background: transparent;
  border: none;
  font-size: 1px;
  text-indent: -9999em;
  z-index: 5;
}

#footerMovie .slick-arrow:before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-left: 4px solid #fff;
  border-bottom: 4px solid #fff;
  box-sizing: border-box;
}

#footerMovie .slick-arrow.slick-prev {
  left: 50px;
}

#footerMovie .slick-arrow.slick-prev:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#footerMovie .slick-arrow.slick-next {
  right: 50px;
}

#footerMovie .slick-arrow.slick-next:before {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.footBnrWrap {
  background: rgba(255, 255, 255, .8);
}

.footBnrList {
  width: 100%;
}

.footBnrList .slick-arrow {
  position: absolute;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  top: 50%;
  margin-top: -12px;
  padding-top: 3px;
  width: 24px;
  height: 24px;
  font-size: 14px;
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1;
  -webkit-appearance: none;
  color: #fff;
  background: #666;
  border: none;
  z-index: 5;
  opacity: .6;
  cursor: pointer;
  border-radius: 50%;
}

.footBnrList .slick-arrow:hover {
  opacity: 1;
}

.footBnrList .slick-arrow.slick-prev {
  left: 24px;
  padding-right: 7px;
}

.footBnrList .slick-arrow.slick-next {
  right: 24px;
  padding-left: 7px;
}

.footBnrList.twinBnr,
.footBnrList.singleBnr {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.footBnrList.twinBnr .footBnrItem {
  -webkit-flex: 1;
  flex: 1;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: center;
  justify-content: center;
}

.footBnrList.twinBnr .footBnrItem:first-child {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.footBnrList.twinBnr .footBnrItem:last-child {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.footBnrItem {
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0;
  z-index: 1;
}

.bioPhoto {
  margin-bottom: 10px;
}

.bioPhoto img {
  vertical-align: bottom;
}

.bioPhotoMeta {
  margin-bottom: 50px;
}

.memberList {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
  margin: 0 0 100px;
  list-style: none;
}

.memberList img {
  vertical-align: bottom;
}

.memberList li {
  width: 25%;
  padding: 0 10px;
  text-align: center;
}

.memberList li .name {
  margin-bottom: 10px;
}

.memberList li .name img {
  height: 50px;
}

.memberList li .sns {
  text-align: center;
}

.memberList li .sns a {
  display: inline-block;
  font-size: 30px;
  margin: 0 10px;
  color: #000;
}

.bioTitle {
  margin-bottom: 30px;
}

.catList {
  width: 100%;
  max-width: 800px;
  padding-bottom: 50px;
  margin: 0 auto;
}

.catList ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0;
  list-style-type: none;
}

.catList ul li {
  padding: 5px 8px;
}

.catList ul li a {
  cursor: pointer;
  opacity: .35;
}

.catList ul li a.is-current {
  opacity: 1;
}

.catList ul li a:hover {
  opacity: 1;
}

.postDetails {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 80px;
}

.postDetails .new {
  display: inline-block;
  padding: .2em .4em;
  margin: 0 5px;
  font-size: .8em;
  font-weight: 600;
  color: #fff;
  background: #e94709;
}

.postTitle {
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 600;
}

.postDate {
  margin-bottom: 10px;
  font-size: 15px;
  text-align: right;
}

.postSns {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  margin-bottom: 50px;
}

.postSns img {
  height: 15px;
  vertical-align: bottom;
}

.postSns a {
  display: block;
  margin-left: 10px;
}

.postThumbnail {
  width: 100%;
  margin-bottom: 50px;
  text-align: center;
}

.postThumbnail img {
  vertical-align: bottom;
}

.postBody {
  font-size: 15px;
  word-break: break-word;
}

.postBody hr {
  margin: 1.5em 0;
  width: 100%;
}

.postBody a {
  text-decoration: underline;
}

.postBody .youtube {
  width: 100%;
  max-width: 640px;
  margin: 30px auto;
}

@media screen and (max-width: 1200px) {
  #newRelease {
    padding: 40px 50px 20px;
  }

  #newRelease .newRelease .jkt {
    width: 90%;
  }

  #footerMovie .footerMovie {
    padding: 40px 50px 20px;
  }

  #footerMovie .footerMovie .video {
    width: 90%;
  }

  #footerMovie .slick-arrow {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    display: block;
    width: 30px;
    height: 30px;
  }

  #footerMovie .slick-arrow.slick-prev {
    left: 20px;
  }

  #footerMovie .slick-arrow.slick-next {
    right: 20px;
  }
}

@media screen and (max-width: 1024px) {
  .pageContent {
    padding: 140px 30px 0;
  }
}

@media screen and (max-width: 1000px) {
  .pageContent {
    padding-top: 100px;
  }
}

@media screen and (max-width: 900px) {

  .footerReleaseMovie .more>span:before,
  .footerReleaseMovie .more a:before {
    position: absolute;
    top: 50%;
    right: -25px;
    bottom: auto;
    left: auto;
    width: 30px;
  }
}

@media screen and (max-width: 800px) {
  body {
    padding-top: 60px;
  }

  .pageContent {
    padding: 20px 30px 0;
  }

  .pageTitle {
    margin-bottom: 40px;
  }

  .pageTitle img {
    height: 50px;
  }
}

@media screen and (max-width: 767px) {
  .pageContent {
    padding: 0 3.5% 0;
  }

  .pageTitle {
    margin-bottom: 20px;
  }

  .pageTitle img {
    height: 40px;
  }

  .footerReleaseMovie .more>span,
  .footerReleaseMovie .more a {
    padding: 2px 15px 5px;
    font-size: 10px;
  }

  .footerReleaseMovie .more>span:before,
  .footerReleaseMovie .more a:before {
    position: absolute;
    top: 50%;
    right: -25px;
    bottom: auto;
    left: auto;
    width: 35px;
  }

  #newRelease {
    width: 100%;
    padding: 40px 15vw 20px;
    margin-bottom: 50px;
  }

  #newRelease .newRelease .description {
    padding-top: 10px;
  }

  #newRelease .newRelease .description h4 {
    font-size: 11px;
  }

  #newRelease .newRelease .description h3 {
    font-size: 15px;
    margin-bottom: 10px;
  }

  #footerMovie {
    width: 100%;
  }

  #footerMovie .footerMovie {
    padding: 40px 15vw 20px;
  }

  #footerMovie .footerMovie .description {
    padding-top: 10px;
  }

  #footerMovie .footerMovie .description h4 {
    font-size: 11px;
  }

  #footerMovie .footerMovie .description h3 {
    font-size: 15px;
    margin-bottom: 10px;
  }

  #footerMovie .slick-arrow {
    margin-top: -15px;
    width: 30px;
    height: 30px;
  }

  #footerMovie .slick-arrow:before {
    border-left: 3px solid #fff;
    border-bottom: 3px solid #fff;
  }

  #footerMovie .slick-arrow.slick-prev {
    left: 6.5vw;
  }

  #footerMovie .slick-arrow.slick-next {
    right: 6.5vw;
  }

  .bioPhotoMeta {
    margin-bottom: 20px;
    font-size: 10px;
  }

  .memberList {
    margin-bottom: 10px;
  }

  .memberList li {
    width: 48%;
    padding: 0;
    margin-bottom: 30px;
  }

  .memberList li .name {
    margin-bottom: 5px;
  }

  .memberList li .name img {
    height: 40px;
  }

  .memberList li .sns a {
    font-size: 26px;
    margin: 0 5px;
  }

  .bioTitle {
    margin-bottom: 15px;
    padding-bottom: 5px;
    border-bottom: 3px solid #333;
  }

  .bioTitle img {
    height: 26px;
  }
}

@media screen and (max-width: 736px) {
  .catList {
    padding-bottom: 20px;
  }

  .catList ul li {
    width: 25%;
    padding: 5px 4px;
  }

  .catList ul li a,
  .catList ul li a span {
    width: 100%;
  }

  .footBnrList .slick-arrow {
    padding-top: 3px;
    font-size: 12px;
  }

  .footBnrList .slick-arrow.slick-prev {
    left: 10px;
    padding: 0;
  }

  .footBnrList .slick-arrow.slick-next {
    right: 10px;
    padding: 0;
  }

  .footBnrItem {
    margin: 0;
    z-index: 1;
  }
}

@media screen and (max-width: 414px) {
  .pageContent {
    margin: 0 auto 80px;
  }
}

/* extension style
-----------------------------------*/
.white {
  color: #fff !important;
}

.black {
  color: #111 !important;
}

.blue {
  color: #3f78c6 !important;
}

.green {
  color: #78bc1e !important;
}

.orange {
  color: #fb7818 !important;
}

.red {
  color: #e94709 !important;
}

.yellow {
  color: #fad00d !important;
}

.purple {
  color: #847bb9 !important;
}

.pink {
  color: #ff82a1 !important;
}

.grey {
  color: #acadad !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-black {
  background-color: #111 !important;
}

.bg-blue {
  background-color: #3f78c6 !important;
}

.bg-blue-light {
  background-color: #73cbef !important;
}

.bg-green-light {
  background-color: #a0d264 !important;
}

.bg-orange {
  background-color: #fb7818 !important;
}

.bg-red {
  background-color: #e94709 !important;
}

.bg-yellow {
  background-color: #fad00d !important;
}

.bg-purple {
  background-color: #847bb9 !important;
}

.bg-pink {
  background-color: #ff82a1 !important;
}

.bg-sec-sub {
  background-color: #f4f4f4 !important;
}

.w5p {
  width: 5% !important;
}

.w10p {
  width: 10% !important;
}

.w15p {
  width: 15% !important;
}

.w20p {
  width: 20% !important;
}

.w25p {
  width: 25% !important;
}

.w30p {
  width: 30% !important;
}

.w35p {
  width: 35% !important;
}

.w40p {
  width: 40% !important;
}

.w45p {
  width: 45% !important;
}

.w50p {
  width: 50% !important;
}

.w55p {
  width: 55% !important;
}

.w60p {
  width: 60% !important;
}

.w65p {
  width: 65% !important;
}

.w70p {
  width: 70% !important;
}

.w75p {
  width: 75% !important;
}

.w80p {
  width: 80% !important;
}

.w85p {
  width: 85% !important;
}

.w90p {
  width: 90% !important;
}

.w95p {
  width: 95% !important;
}

.w100p {
  width: 100% !important;
}

.w5em {
  width: 5em !important;
}

.w6em {
  width: 6em !important;
}

.w7em {
  width: 7em !important;
}

.w8em {
  width: 8em !important;
}

.w9em {
  width: 9em !important;
}

.w10em {
  width: 10em !important;
}

.flr {
  float: right !important;
}

.fll {
  float: left !important;
}

.fln {
  float: none !important;
}

.clb {
  clear: both !important;
}

.cln {
  clear: none !important;
}

.is-left {
  text-align: left !important;
}

.is-center {
  text-align: center !important;
}

.is-right {
  text-align: right !important;
}

.is-bold {
  font-weight: bold !important;
}

.nowrap {
  white-space: nowrap !important;
}

/* 文字サイズ */
.fs08 {
  font-size: .8em !important;
}

.fs0875 {
  font-size: .875em !important;
}

.fs09 {
  font-size: .9em !important;
}

.fs0937 {
  font-size: .9375em !important;
}

.fs11 {
  font-size: 1.1em !important;
}

.fs12 {
  font-size: 1.2em !important;
}

.fs1125 {
  font-size: 1.125em !important;
}

.fs125 {
  font-size: 1.25em !important;
}

.fs13 {
  font-size: 1.3em !important;
}

.fs14 {
  font-size: 1.4em !important;
}

.fs15 {
  font-size: 1.5em !important;
}

.fs16 {
  font-size: 1.6em !important;
}

.fs17 {
  font-size: 1.7em !important;
}

.fs18 {
  font-size: 1.8em !important;
}

.fs19 {
  font-size: 1.9em !important;
}

.fs20 {
  font-size: 2.0em !important;
}

.lh1 {
  line-height: 1 !important;
}

.lh12 {
  line-height: 1.2 !important;
}

.lh14 {
  line-height: 1.4 !important;
}

.lh16 {
  line-height: 1.6 !important;
}

.lh18 {
  line-height: 1.8 !important;
}

.lh20 {
  line-height: 2 !important;
}

/* margin */
.m0 {
  margin: 0 !important;
}

.m5 {
  margin: 5px !important;
}

.m10 {
  margin: 10px !important;
}

.m15 {
  margin: 15px !important;
}

.m20 {
  margin: 20px !important;
}

.m30 {
  margin: 30px !important;
}

.m40 {
  margin: 40px !important;
}

.m50 {
  margin: 50px !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.mb200 {
  margin-bottom: 200px !important;
}

.ml0 {
  margin-left: 0 !important;
}

.ml5 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.mr0 {
  margin-right: 0 !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mlr5 {
  margin-right: 5px !important;
  margin-left: 5px !important;
}

.mlr10 {
  margin-right: 10px !important;
  margin-left: 10px !important;
}

/* padding */
.p0 {
  padding: 0 !important;
}

.p5 {
  padding: 5px !important;
}

.p10 {
  padding: 10px !important;
}

.p15 {
  padding: 15px !important;
}

.p20 {
  padding: 20px !important;
}

.p25 {
  padding: 25px !important;
}

.p30 {
  padding: 30px !important;
}

.p35 {
  padding: 35px !important;
}

.p40 {
  padding: 40px !important;
}

.p45 {
  padding: 45px !important;
}

.p50 {
  padding: 50px !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pb80 {
  padding-bottom: 50px !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pl0 {
  padding-left: 0 !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.pr0 {
  padding-right: 0 !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.plr5 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.plr10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.plr15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.plr20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.plr25 {
  padding-left: 25px !important;
  padding-right: 25px !important;
}

.indent {
  text-indent: -1em;
  padding-left: 1em;
}

.ofx {
  width: 100% !important;
  overflow-x: auto;
}

.video-container {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 53%;
  padding-top: 30px;
  margin-bottom: 20px;
  overflow: hidden;
  background: center center no-repeat;
  background-size: cover;
  z-index: 1;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 50;
}

hr.dot {
  background: transparent;
  border-bottom: 1px dotted #ccc;
  margin: 0 0 1.5em;
}

hr.clearHr {
  background: transparent;
  border-bottom: none;
  margin: 0 0 30px;
}

.op01 {
  opacity: .1;
}

.op02 {
  opacity: .2;
}

.op03 {
  opacity: .3;
}

.op04 {
  opacity: .4;
}

.op05 {
  opacity: .5;
}

.op06 {
  opacity: .6;
}

.op07 {
  opacity: .7;
}

.op08 {
  opacity: .8;
}

.op09 {
  opacity: .9;
}

.op10 {
  opacity: 10;
}




/* 2018.10.04 追記 */
.postDetailsMedia .postThumbnail img {
  max-width: 50%;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 736px) {
  .postDetailsMedia .postThumbnail img {
    max-width: 65%;
  }
}

/* 2018.10.18 追記 */
@media screen and (min-width: 1300px) {
  body.page--home {
    transition: .2s padding-top ease-in-out;
  }

  body.page--home {
    padding-top: 80vh;
  }
}







/* 2019.01 追記 ディスコグラフィ */

.btn-purchase {
  margin: 0 auto;
}

.btn-purchase a {
  background: #e15141;
  border-radius: 14px;
  display: inline-block;
  font-weight: bold;
  line-height: 32px;
  min-width: 220px;
  height: 32px;
  color: #fff;
  text-align: center;
}

.btn-dl {
  margin: 0 auto;
}

.btn-dl a {
  background: #4ba7ee;
  border-radius: 14px;
  display: inline-block;
  font-weight: bold;
  line-height: 32px;
  min-width: 220px;
  height: 32px;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 767px) {

  .btn-purchase,
  .btn-dl {
    margin: 0 auto;
    text-align: center;
  }

}


/* 2019.08 追記 */
@media screen and (max-width: 413px) {
  #indexSns .inner .snsList a img.iconYoutube {
    height: 35px;
    position: relative;
    top: -2px;
    left: 5px;
  }
}

.goodsBnr {
  text-align: center;
  margin: 0 0 4em;
  font-size: 16px;
}

.goodsBnr dt {
  margin: 0 0 3em;
  line-height: 1.8;
}

.goodsBnr dd {
  width: 30%;
  margin: 0 auto;
  font-weight: bold;
  font-size: 1.2em;
}

.goodsBnr dd a {
  display: block;
  margin: .75em 0 0;
}

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

@media screen and (min-width: 1000px) {
  #header .spLinkSns {
    display: none;
  }

  #gNav {
    z-index: 10;
  }

  #gNav>ul {
    width: auto;
  }

  #gNav .gNavSns {
    position: absolute;
    top: -82px;
    right: 0;
  }

  #gNav .gNavSns li {
    padding: 0 10px;
    list-style: none;
    display: inline-block;
  }

  #gNav .gNavSns li a:hover {
    animation: none;
  }

  #gNav .gNavSns li.gNavTw img {
    height: 20px;
  }

  #gNav .gNavSns li.gNavLi img {
    height: 22px;
  }

  #gNav .gNavSns li.gNavYt img {
    height: 18px;
    position: relative;
    top: -2px;
  }
}

@media screen and (max-width: 999px) {
  #header {
    justify-content: unset;
  }

  #header h1 {
    margin: 0 0 0 4%;
  }

  #header .spLinkSns {
    position: fixed;
    right: 58px;
    top: 15px;
  }

  #header .spLinkSns li {
    display: inline-block;
    margin-left: 10px;
    margin-left: 2.5vw;
  }

  #header .spLinkSns a {
    display: block;
  }

  #header .spLinkSns img {
    height: 16px;
    position: relative;
  }

  #header .linkTwitter img {
    right: -.5vw;
  }

  #header .linkLine img {
    height: 18px;
  }

  #header .linkYoutube img {
    height: 14px;
    top: -2px;
  }

  #gNav .gNavSns {
    display: none;
  }
}

@media screen and (max-width: 900px) {
  #indexSns .inner .twitter {
    padding: 10px;
    margin-top: 5px;
    text-align: center;
    background: #fff;
  }

  #indexSns .inner .twitter iframe {
    width: 300px !important;
  }

  .goodsBnr {
    font-size: inherit;
    font-size: 3vw;
    /*margin-top: -2em;
  margin-top: 50px;*/
    margin: 0 0 4em;
  }

  .goodsBnr dd {
    width: 70%;
  }
}

@media screen and (min-width: 768px) and (max-width: 900px) {
  #indexSns .inner .snsList {
    width: 22%;
  }

  #indexSns .inner .twitter {
    width: 78%;
  }

  #indexSns .inner .twitter iframe {
    width: 500px !important;
  }

  .goodsBnr {
    font-size: 16px;
  }

  .goodsBnr dd {
    width: 50%;
  }

  .goodsBnr dt .sp {
    display: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  #header .spLinkSns {
    right: 80px;
    top: 16px;
  }

  #header .spLinkSns li {
    margin-left: 2.75vw;
  }

  #header .linkLine img {
    height: 26px;
  }

  #header .linkTwitter img {
    height: 22px;
    top: -1px;
  }

  #header .linkYoutube img {
    height: 20px;
    top: -3px;
  }
}



/* 2019.11 追記 */

.pageContent.errorBox {
  font-size: 1.2em;
  text-align: center;
}

.pageContent.errorBox .back {
  font-size: 12px;
}

/* Androidアプリ用fontoawesome */

.body--app__android .fa-instagram {
  content: '';
  width: 30px;
  height: 30px;
  display: block;
  background: no-repeat url(/static/fourlimitedsazabys/official/bio/instagram-brands.png) center;
  background-size: 23px;
  z-index: 1;
  position: absolute;
  left: -2px;
  top: -9px;
}

.body--app__android .fa-instagram::before {
  content: none;
}

.body--app__android .fa-twitter {
  content: '';
  width: 30px;
  height: 30px;
  display: block;
  background: no-repeat url(/static/fourlimitedsazabys/official/bio/twitter-brands.png) center;
  background-size: 26px;
  z-index: 1;
  position: absolute;
  right: -3px;
  top: -8px;
}

.body--app__android .fa-twitter::before {
  content: none;
}

@media screen and (max-width: 767px) {

  .body--app__android .memberList li {
    margin-bottom: 54px;
  }

}