@import url("https://fonts.googleapis.com/css2?family=Audiowide&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bungee&display=swap");
*,
::before,
::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.75;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  word-wrap: break-word;
}

body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  margin: 0;
  color: #222;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

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

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dd {
  margin-left: 0;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  width: 100%;
}

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

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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

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

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

select::-ms-expand {
  display: none;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable] {
  outline: none;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  word-break: break-all;
}

caption {
  text-align: left;
}

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

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

template,
[hidden] {
  display: none;
}

header a {
  font-size: 1.4rem;
  font-family: "Audiowide", cursive;
  letter-spacing: 1px;
}
header li.fb a {
  display: block;
  background: url("../img/common/icon-fb.svg") no-repeat top/100%;
}
header li.insta a {
  display: block;
  background: url("../img/common/icon-insta.svg") no-repeat top/100%;
}

@media screen and (max-width: 960px) {
  header .unit-humbBtn {
    position: fixed;
    top: 0;
    right: 0;
    background: #ff6036;
    width: 50px;
    height: 50px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    z-index: 200;
  }
  header .btn-trigger {
    position: absolute;
    width: 20px;
    height: 16px;
    cursor: pointer;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  header .btn-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
  }
  header .btn-trigger, header .btn-trigger span {
    display: inline-block;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  header .btn-trigger span:nth-of-type(1) {
    top: 0;
    left: -10%;
  }
  header .btn-trigger span:nth-of-type(2) {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 60%;
  }
  header .btn-trigger span:nth-of-type(3) {
    bottom: 0;
    left: -10%;
  }
  header #btn08.active span:nth-of-type(1) {
    -webkit-transform: translateY(7px) rotate(-315deg);
    transform: translateY(7px) rotate(-315deg);
    left: 0;
  }
  header #btn08.active span:nth-of-type(2) {
    opacity: 0;
  }
  header #btn08.active span:nth-of-type(3) {
    -webkit-transform: translateY(-7px) rotate(315deg);
    transform: translateY(-7px) rotate(315deg);
    left: 0;
  }
  header h1 {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 1000;
  }
  header h1 img {
    width: 73px;
  }
  header .h-con {
    position: fixed;
    z-index: 100;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100vh;
    background: rgba(1, 0, 0, 0.9);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transition: -webkit-transform 0.3s ease-in-out 0s;
    transition: -webkit-transform 0.3s ease-in-out 0s;
    transition: transform 0.3s ease-in-out 0s;
    transition: transform 0.3s ease-in-out 0s, -webkit-transform 0.3s ease-in-out 0s;
  }
  header .h-con ul.nav-icon {
    padding-top: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  header .h-con ul.nav-icon li:last-child {
    margin-left: 15px;
  }
  header .h-con.active {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  header p.nav-logo {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 10;
  }
  header p.nav-logo img {
    width: 80px;
  }
  header nav {
    padding-top: 120px;
  }
  header nav ul.nav-txt li {
    padding-bottom: 24px;
  }
  header nav ul.nav-txt li:last-child {
    padding-bottom: 0;
  }
  header nav ul.nav-icon img {
    width: 20px;
  }
  header ul.h-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  header ul.h-btn li {
    width: 50%;
  }
  header ul.h-btn li:first-child a {
    background: #1d1d1d;
  }
  header ul.h-btn li:last-child a {
    background: #7915e4;
  }
  header ul.h-btn a {
    width: 100%;
    border-radius: 0;
    color: #fff;
  }
  header li.fb a {
    width: 18px;
    height: 18px;
  }
  header li.insta a {
    width: 18px;
    height: 18px;
  }
}
@media screen and (min-width: 961px) {
  header {
    background: url("../img/common/header-bg.png") no-repeat bottom right/auto 100%;
    position: absolute;
    z-index: 100;
    width: 100%;
    height: auto;
  }
  header .h-con {
    height: auto !important;
  }
  header h1 {
    padding-top: 25px;
  }
  header h1 img.logo {
    width: 100px;
  }
  header nav {
    width: 100%;
    padding-top: 14px;
  }
  header nav ul.nav-txt li {
    display: inline-block;
    margin: 0 15px;
  }
  header nav ul.nav-txt li a {
    display: inline-block;
    position: relative;
    text-decoration: none;
    font-size: 1.4rem;
    letter-spacing: 1px;
    text-shadow: 0 0 15px rgba(0, 0, 0, 0.8);
  }
  header nav ul.nav-txt li a::after {
    position: absolute;
    bottom: -4px;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    background: #ffdd58;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: center top;
    transform-origin: center top;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  header nav ul.nav-txt li a:hover::after {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  header #global-nav.m_fixed {
    position: fixed;
    top: 0;
    z-index: 1000;
  }
  header li a.online-btn {
    position: fixed;
    z-index: 100;
    top: 15px;
    right: 20px;
  }
  header ul.nav-icon {
    position: fixed;
    z-index: 100;
    top: 15px;
    left: 20px;
    text-align: left;
  }
  header ul.nav-icon li {
    display: block;
  }
  header ul.nav-icon a {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  header ul.nav-icon a:hover {
    opacity: 0.7;
  }
  header ul.nav-icon li.ct {
    margin-bottom: 20px;
    width: 64px;
    height: 64px;
    border: 1px solid #464646;
    border-radius: 50%;
  }
  header ul.nav-icon li.ct a {
    display: block;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
  }
  header ul.nav-icon li.ct a span {
    display: block;
    width: 64px;
    height: 64px;
    background: url("../img/common/icon-ct.svg") no-repeat 9px 16px/60%;
    position: relative;
    z-index: 10;
  }
  header ul.nav-icon li.ct a:after {
    content: "";
    display: block;
    width: 64px;
    height: 64px;
    position: absolute;
    background: #464646;
    position: absolute;
    left: -64px;
    top: 0;
    -webkit-transition: -webkit-transform 0.3s ease-in-out 0s;
    transition: -webkit-transform 0.3s ease-in-out 0s;
    transition: transform 0.3s ease-in-out 0s;
    transition: transform 0.3s ease-in-out 0s, -webkit-transform 0.3s ease-in-out 0s;
  }
  header ul.nav-icon li.ct a:hover {
    opacity: 1;
  }
  header ul.nav-icon li.ct a:hover:after {
    -webkit-transform: translateX(64px);
    transform: translateX(64px);
  }
  header ul.nav-icon li.fb {
    padding-bottom: 9px;
  }
  header ul.nav-icon li.fb a {
    width: 20px;
    height: 21px;
  }
  header ul.nav-icon li.insta a {
    width: 20px;
    height: 21px;
  }
  header .h-btn li:first-child {
    display: none;
  }
}
@media screen and (min-width: 961px) and (max-width: 1024px) {
  header a.online-btn {
    width: 160px;
    font-size: 1.3rem;
  }
}
footer {
  background: url("../img/common/footer-bg.jpg") no-repeat center/cover;
  position: relative;
}
footer a.btn {
  position: absolute;
  top: -20px;
  right: 0;
  left: 0;
  width: 250px;
}
footer small {
  display: block;
  font-size: 1.1rem;
  color: #ccc;
  padding: 70px 0 20px;
}
@media screen and (min-width: 961px) {
  footer a.ct-btn {
    width: 400px;
    height: 60px;
    line-height: 60px;
    font-size: 1.8rem;
    top: -30px;
  }
  footer a.ct-btn:after {
    content: "";
    display: block;
    width: 400px;
    height: 60px;
    position: absolute;
    left: -400px;
  }
  footer a.ct-btn:hover:after {
    -webkit-transform: translateX(400px);
    transform: translateX(400px);
  }
  footer nav {
    padding: 80px 0;
  }
  footer nav li {
    display: inline-block;
    padding: 0 10px;
  }
  footer nav li a {
    font-family: "Audiowide", cursive;
    font-size: 1.3rem;
    letter-spacing: 1px;
    display: inline-block;
    position: relative;
  }
  footer nav li a::after {
    position: absolute;
    bottom: -2px;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    background: #fff;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: center top;
    transform-origin: center top;
    -webkit-transition: -webkit-transform 0.3s ease-in-out 0s;
    transition: -webkit-transform 0.3s ease-in-out 0s;
    transition: transform 0.3s ease-in-out 0s;
    transition: transform 0.3s ease-in-out 0s, -webkit-transform 0.3s ease-in-out 0s;
  }
  footer nav li a:hover::after {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  footer small {
    font-size: 1.2rem;
    padding: 0 0 15px;
  }
}

html {
  font-size: 12px;
}
@media only screen and (min-width: 640px) {
  html {
    font-size: 13px;
  }
}
@media only screen and (min-width: 960px) {
  html {
    font-size: 14px;
  }
}

br.tbpc, br.pc {
  display: none;
}
@media only screen and (min-width: 960px) {
  br.sp, br.sppc {
    display: none;
  }
  br.tbpc {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  br.sp {
    display: none;
  }
  br.sptb, br.tbpc {
    display: block;
  }
  br.pc, br.sppc {
    display: block;
  }
}

html {
  font-size: 62.5%;
}

body {
  background: #000;
  text-align: center;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
  line-height: 1.7;
}

#loader-bg {
  position: fixed;
  height: 100vh;
  width: 100vw;
  top: 0;
  left: 0;
  background: #000;
  z-index: 10000;
}

.loading-anime {
  -webkit-animation-name: loadinganime;
  animation-name: loadinganime;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes loadinganime {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  30%, 70% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes loadinganime {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  30%, 70% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
#loader {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}

.spinner {
  margin: 100px auto;
  width: 40px;
  height: 40px;
  position: relative;
  display: inline-block;
}

.cube1, .cube2 {
  background-color: #7915e4;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-cubemove 1.8s infinite ease-in-out;
  animation: sk-cubemove 1.8s infinite ease-in-out;
}

.cube2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

@-webkit-keyframes sk-cubemove {
  25% {
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
  }
  50% {
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
  }
  75% {
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
  }
  100% {
    -webkit-transform: rotate(-360deg);
  }
}
@keyframes sk-cubemove {
  25% {
    transform: translateX(42px) rotate(-90deg) scale(0.5);
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
  }
  50% {
    transform: translateX(42px) translateY(42px) rotate(-179deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
  }
  50.1% {
    transform: translateX(42px) translateY(42px) rotate(-180deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
  }
  75% {
    transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
  }
  100% {
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
  }
}
.hidePC {
  display: block;
}

.hideSP {
  display: none;
}

.i-icon {
  display: inline-block;
  text-align: center;
  width: 60px;
  line-height: 1;
  padding: 3px 0;
  font-size: 0.9rem;
}

.i-icon-e {
  border: 1px solid #ff6036;
  color: #ff6036;
}

.i-icon-o {
  border: 1px solid #565656;
  color: #a5a5a5;
}

.i-icon-b {
  border: 1px solid #ffdd58;
  color: #ffdd58;
}

.slick-slide {
  height: auto !important;
}

.slick-dots li button:before {
  font-size: 56px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  content: "";
  background: #565656;
  display: inline-block;
  opacity: 1;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #ffdd58;
}

button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.slide-dots {
  text-align: center;
  padding-top: 20px;
}
.slide-dots li {
  display: inline-block;
  margin: 0 10px;
  padding: 0;
}
.slide-dots li button {
  position: relative;
  text-indent: -9999px;
}
.slide-dots li button:before {
  content: "";
  text-indent: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #565656;
}
.slide-dots li.slick-active button:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #ffdd58;
}

.slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}

a.btn {
  display: block;
  background: #ffdd58;
  width: 200px;
  height: 50px;
  color: black;
  text-align: center;
  border-radius: 10px 0 10px 0;
  line-height: 50px;
  font-family: "Audiowide", cursive;
  letter-spacing: 1px;
  line-height: 50px;
  margin: 0 auto;
}

a.online-btn,
a.ct-btn {
  background: #ff6036;
  color: #fff;
}

.unit-lower {
  background: url("../img/common/header-bg_sp.png") no-repeat top/100% auto, #1c1c1c;
}
.unit-lower main.lower-mv {
  display: block;
  padding-top: 120px;
  z-index: 10;
}
.unit-lower main.lower-mv > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  z-index: 0;
}
.unit-lower main.lower-mv > div h2 {
  font-family: "Audiowide", cursive;
  font-size: 1.6rem;
  color: #ffdd58;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  letter-spacing: 4px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70px;
  flex: 0 0 70px;
  padding: 10px 23px 0 0;
  position: relative;
  z-index: 10;
}
.unit-lower main.lower-mv > div p {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 20px 0 0 0;
}
.unit-lower main.lower-mv > div p img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 200%;
  z-index: 10;
}
.unit-lower main.lower-mv > div p:after {
  content: "";
  display: block;
  padding-top: 230px;
}
.unit-lower main.lower-mv > div:after {
  content: "";
  display: block;
  width: 100%;
  height: 60px;
  position: absolute;
  background: #000;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.unit-lower main.lower-mv > p {
  background: #000;
  padding: 60px 10px 70px;
  color: #d6d6d6;
  text-align: left;
  font-size: 1.2rem;
}
.unit-lower main.lower-mv > p strong {
  display: block;
  font-size: 1.6rem;
  color: #fff;
  padding-bottom: 25px;
  text-align: center;
}
.unit-lower .lower-con {
  background: url("../img/common/sp-bg.jpg") no-repeat bottom/100% auto, #000;
}
.unit-lower .lower-con h3 {
  font-family: "Audiowide", cursive;
  color: #ff6036;
  font-size: 1.8rem;
  letter-spacing: 2px;
  padding-bottom: 30px;
}
.unit-lower .wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 50px;
}
.unit-lower .wp-pagenavi a,
.unit-lower .wp-pagenavi span {
  display: block;
}
.unit-lower .wp-pagenavi .page,
.unit-lower .wp-pagenavi .current {
  font-size: 1.3rem;
  border: 1px solid #464646;
  padding: 2px 9px;
  margin: 0 5px;
}
.unit-lower .wp-pagenavi .current {
  background: #1b1b1b;
}
.unit-lower .wp-pagenavi .nextpostslink,
.unit-lower .wp-pagenavi .previouspostslink {
  margin: 0 10px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.unit-lower .wp-pagenavi .nextpostslink {
  background: url("../img/common/arrow-l.png") no-repeat center/contain;
}
.unit-lower .wp-pagenavi .previouspostslink {
  background: url("../img/common/arrow-r.png") no-repeat center/contain;
}
@media screen and (min-width: 768px) {
  .unit-lower main.lower-mv > p {
    text-align: center;
    font-size: 1.3rem;
  }
  .unit-lower main.lower-mv > div p img {
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    max-width: inherit;
  }
  .unit-lower main.lower-mv > div p:after {
    padding-top: 300px;
  }
}

@media screen and (min-width: 961px) {
  body {
    font-size: 1.4rem;
    line-height: 1.8;
  }

  .slide-dots {
    padding-top: 30px;
  }

  .slide-dots li button:before {
    -webkit-transition: background 0.3s ease-in-out 0s;
    transition: background 0.3s ease-in-out 0s;
  }

  .slide-dots li button:hover:before {
    background: #d6d6d6;
  }

  .hidePC {
    display: none;
  }

  .hideSP {
    display: block;
  }

  .i-icon {
    width: 78px;
    padding: 5px 0;
    font-size: 1.2rem;
  }

  a.btn {
    position: relative;
    overflow: hidden;
  }
  a.btn span {
    position: relative;
    z-index: 10;
  }
  a.btn:after {
    content: "";
    display: block;
    width: 200px;
    height: 50px;
    position: absolute;
    background: #fcc900;
    border-radius: 10px 0 10px 0;
    position: absolute;
    top: 0;
    left: -200px;
    -webkit-transition: -webkit-transform 0.3s ease-in-out 0s;
    transition: -webkit-transform 0.3s ease-in-out 0s;
    transition: transform 0.3s ease-in-out 0s;
    transition: transform 0.3s ease-in-out 0s, -webkit-transform 0.3s ease-in-out 0s;
  }
  a.btn:hover:after {
    -webkit-transform: translateX(200px);
    transform: translateX(200px);
  }

  a.online-btn,
a.ct-btn {
    background: #ff6036;
    color: #fff;
  }
  a.online-btn:after,
a.ct-btn:after {
    background: #fe4a1b;
  }

  article.common-h-bg {
    background: #1c1c1c;
  }

  .unit-lower {
    background: #1c1c1c;
  }
  .unit-lower main.lower-mv {
    padding-top: 220px;
  }
  .unit-lower main.lower-mv > div h2 {
    font-size: 3rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    padding: 10px 3% 0 0;
    letter-spacing: 6px;
  }
  .unit-lower main.lower-mv > div p {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
  }
  .unit-lower main.lower-mv > div p:after {
    padding-top: 500px;
  }
  .unit-lower main.lower-mv > div:after {
    height: 120px;
  }
  .unit-lower main.lower-mv > p {
    padding: 100px 30px;
    font-size: 1.5rem;
    line-height: 1.8;
  }
  .unit-lower main.lower-mv > p strong {
    font-size: 2.2rem;
    padding-bottom: 40px;
  }
  .unit-lower .lower-con {
    background: url("../img/common/pc-bg.jpg") no-repeat bottom/100% auto, #000;
  }
  .unit-lower .lower-con h3 {
    font-size: 2.6rem;
    padding-bottom: 60px;
  }
  .unit-lower .wp-pagenavi {
    padding-top: 60px;
  }
  .unit-lower .wp-pagenavi .nextpostslink,
.unit-lower .wp-pagenavi .previouspostslink {
    -webkit-transition: opacity 0.3s ease-in-out 0s;
    transition: opacity 0.3s ease-in-out 0s;
    cursor: pointer;
  }
  .unit-lower .wp-pagenavi .nextpostslink:hover,
.unit-lower .wp-pagenavi .previouspostslink:hover {
    opacity: 0.7;
  }
  .unit-lower .wp-pagenavi .page {
    -webkit-transition: background 0.3s ease-in-out 0s;
    transition: background 0.3s ease-in-out 0s;
    cursor: pointer;
  }
  .unit-lower .wp-pagenavi .page:hover {
    background: #1b1b1b;
  }
}