@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700;900&amp;display=swap");
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  vertical-align: baseline;
  margin: 0;
  outline: 0;
  border: 0;
  background: transparent;
  padding: 0;
  font-size: 100%;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  vertical-align: baseline;
  margin: 0;
  background: transparent;
  padding: 0;
  font-size: 100%;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  cursor: help;
  border-bottom: 1px dotted;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  margin: 1em 0;
  border: 0;
  border-top: 1px solid #cccccc;
  padding: 0;
  height: 1px;
}

input, select {
  vertical-align: middle;
}

html {
  overflow-y: scroll;
  font-size: 62.5%;
}

@media screen and (max-width: 960px) and (min-width: 561px) {
  html {
    font-size: 78.125%;
  }
}

*::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-wrap: break-word;
  background: #fff;
  overflow: hidden;
  color: #000;
  font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  -webkit-font-feature-settings: 'palt';
          font-feature-settings: 'palt';
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.85px;
  letter-spacing: .085rem;
  line-height: 1.3;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

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

.clearfix:after {
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
  content: ' . ';
}

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

@media screen and (max-width: 960px) {
  * {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}

button, input, select, textarea {
  background-color: transparent;
  min-height: 1.5em;
}

input[type="submit"], input[type="reset"] {
  cursor: pointer;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
}

a[href^=' tel '] {
  display: inline-block;
  color: inherit;
}

ol, ul {
  list-style: none;
}

@media screen and (min-width: 961px) {
  .is-pc {
    display: block;
  }
  .is-sp {
    display: none !important;
  }
  .is-pc-inline {
    display: inline-block;
  }
  .is-sp-inline {
    display: none !important;
  }
  .pc {
    display: block;
  }
  .sp {
    display: none !important;
  }
  .pc-inline {
    display: inline-block;
  }
  .sp-inline {
    display: none !important;
  }
}

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

@media screen and (orientation: landscape) {
  .is-land {
    display: block;
  }
  .is-port {
    display: none !important;
  }
}

@media screen and (orientation: portrait) {
  .is-land {
    display: none !important;
  }
  .is-port {
    display: block;
  }
}

@media screen and (min-width: 751px) {
  .is-wide {
    display: block;
  }
  .is-tab {
    display: none !important;
  }
}

@media screen and (min-width: 561px) {
  .is-wide {
    display: none !important;
  }
  .is-tab {
    display: block;
  }
}

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

.is-narrow-inline {
  display: none !important;
}

@media screen and (max-width: 374px) {
  .is-narrow {
    display: block !important;
  }
  .is-narrow-inline {
    display: inline-block !important;
  }
  .is-non-narrow {
    display: none !important;
  }
  .is-non-narrow-inline {
    display: none !important;
  }
}

img {
  display: block;
  vertical-align: middle;
  max-width: 100%;
}

img::-moz-selection {
  background: none;
}

img::selection {
  background: none;
}

[data-prefix]::before {
  content: attr(data-prefix);
}

[data-suffix]::after {
  content: attr(data-suffix);
}

/* ====================
Layout
 ==================== */
.l-wrap {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

@media screen and (min-width: 961px) {
  .l-wrap {
    height: auto !important;
  }
}

.l-wrap__container {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.l-header {
  position: relative;
  z-index: 5;
  margin: 0 auto;
  width: 100%;
}

.l-header__container {
  display: block;
  position: relative;
  margin: 0 auto;
  background: #fff;
  width: 100%;
  height: 66px;
}

@media screen and (min-width: 961px) {
  .l-header__container::before {
    display: block;
    position: absolute;
    top: 0;
    left: -40px;
    -webkit-transform: skew(-40deg);
        -ms-transform: skew(-40deg);
            transform: skew(-40deg);
    -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
            transform-origin: right bottom;
    z-index: -1;
    background: #fff;
    width: 230px;
    height: 90px;
    content: "";
  }
  .l-header__container::after {
    display: block;
    position: absolute;
    top: 0;
    right: -40px;
    -webkit-transform: skew(40deg);
        -ms-transform: skew(40deg);
            transform: skew(40deg);
    -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
            transform-origin: left bottom;
    z-index: -1;
    background: #fff;
    width: 190px;
    height: 90px;
    content: "";
  }
}

@media screen and (max-width: 960px) {
  .l-header__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 50px;
  }
}

.l-header__brand {
  width: 125px;
}

@media screen and (min-width: 961px) {
  .l-header__brand {
    position: absolute;
    top: 20px;
    left: 40px;
  }
}

@media screen and (max-width: 960px) {
  .l-header__brand {
    position: relative;
    left: 4%;
    width: 70px;
  }
}

@media screen and (max-width: 960px) {
  .l-header__nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
    z-index: -1;
    -webkit-transition: opacity 0.65s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: opacity 0.65s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    background: #fff;
    width: 100%;
    height: 100%;
    pointer-events: none;
  }
  .is-menu-open .l-header__nav {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
    pointer-events: auto;
  }
  .is-menu-show .l-header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .l-header__nav::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: #112983;
    width: 100%;
    height: 52px;
    content: "";
  }
  .l-header__nav-bg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .l-header__nav-in {
    position: relative;
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-transition: -webkit-transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: -webkit-transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    margin: 0 auto;
    padding: 10% 0;
    width: 80%;
  }
  .is-menu-open .l-header__nav-in {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
}

.p-gnav {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

@media screen and (min-width: 961px) {
  .p-gnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-gnav__item {
  display: block;
  position: relative;
}

@media screen and (max-width: 960px) {
  .p-gnav__item {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
    -webkit-transition: opacity 1.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: opacity 1.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .is-menu-open .p-gnav__item {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
  }
  .is-menu-open .p-gnav__item:nth-child(1) {
    -webkit-transition-delay: 0.05s;
            transition-delay: 0.05s;
  }
  .is-menu-open .p-gnav__item:nth-child(2) {
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
  }
  .is-menu-open .p-gnav__item:nth-child(3) {
    -webkit-transition-delay: 0.15s;
            transition-delay: 0.15s;
  }
  .is-menu-open .p-gnav__item:nth-child(4) {
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
  .is-menu-open .p-gnav__item:nth-child(5) {
    -webkit-transition-delay: 0.25s;
            transition-delay: 0.25s;
  }
  .is-menu-open .p-gnav__item:nth-child(6) {
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
  .is-menu-open .p-gnav__item:nth-child(7) {
    -webkit-transition-delay: 0.35s;
            transition-delay: 0.35s;
  }
  .is-menu-open .p-gnav__item:nth-child(8) {
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
  .is-menu-open .p-gnav__item:nth-child(9) {
    -webkit-transition-delay: 0.45s;
            transition-delay: 0.45s;
  }
  .is-menu-open .p-gnav__item:nth-child(10) {
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
  }
}

.p-gnav__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: opacity 0.65s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.65s cubic-bezier(0.215, 0.61, 0.355, 1);
  cursor: pointer;
  padding: 0 15px;
  height: 66px;
}

@media screen and (max-width: 960px) {
  .p-gnav__text {
    padding: 18px 0;
  }
}

[data-ua="pc"] .p-gnav__text:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  opacity: .5;
}

.p-gnav__text img {
  margin: 0 auto;
  max-width: none;
  height: 26px;
}

@media screen and (max-width: 960px) {
  .p-gnav__text img {
    height: 28px;
  }
}

.p-h-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 961px) {
  .p-h-sns {
    position: absolute;
    top: 25px;
    right: 20px;
  }
}

@media screen and (max-width: 960px) {
  .p-h-sns {
    position: relative;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
    -webkit-transition: opacity 1.25s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s;
    transition: opacity 1.25s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s;
    margin: 20px auto 0;
    width: 100%;
  }
  .is-menu-open .p-h-sns {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
  }
}

.p-h-sns__item {
  display: block;
  position: relative;
  width: 50px;
}

@media screen and (max-width: 960px) {
  .p-h-sns__item {
    width: 45px;
  }
}

.p-h-sns__item + .p-h-sns__item {
  margin-left: 15px;
}

@media screen and (max-width: 960px) {
  .p-h-sns__item + .p-h-sns__item {
    margin-left: 25px;
  }
}

.p-h-sns__item img {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-ua="pc"] .p-h-sns__item:hover img {
  -webkit-transform: scale(0.95);
      -ms-transform: scale(0.95);
          transform: scale(0.95);
}

.p-menu {
  position: absolute;
  top: 8px;
  right: 3%;
  width: 35px;
}

@media screen and (min-width: 961px) {
  .p-menu {
    display: none;
  }
}

.p-menu__btn {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.p-menu__btn.-close {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  width: 100%;
}

.is-menu-open .p-menu__btn.-close {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
}

.l-main {
  display: block;
  position: relative;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  margin: 0 auto;
  width: 100%;
}

.is-ready .l-main {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 1.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 1.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.l-main::before {
  display: block;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
  -webkit-animation: bg-circle 270s linear infinite;
          animation: bg-circle 270s linear infinite;
  background: url("../png/bg_circle_2.png") no-repeat center;
  background-size: contain;
  width: 100vw;
  height: 100vw;
  content: "";
}

@media screen and (max-width: 960px) {
  .l-main::before {
    width: 100vh;
    height: 100vh;
  }
}

@-webkit-keyframes bg-circle {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes bg-circle {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}

.l-main__header {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.l-main__header::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  background: #112983;
  width: 100%;
  height: 100%;
  content: "";
}

.l-main__inner {
  position: relative;
  margin: 0 auto;
  padding: 50px 0 84px;
  width: 100%;
}

@media screen and (max-width: 960px) {
  .l-main__inner {
    padding: 30px 0 48px;
  }
}

.l-main__inner::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.9);
  width: 100%;
  height: 100%;
  content: "";
}

.l-footer {
  position: relative;
  margin: 0 auto;
  border-top: 4px solid #112983;
  border-bottom: 20px solid #000;
  background: #fff;
  width: 100%;
}

@media screen and (max-width: 960px) {
  .l-footer {
    border-top: 2px solid #112983;
    border-bottom: 10px solid #000;
  }
}

.l-footer__container {
  position: relative;
  margin: 0 auto;
  padding: 35px 0 20px;
  width: 95%;
}

@media screen and (min-width: 961px) {
  .l-footer__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 960px) {
  .l-footer__container {
    padding: 25px 0 20px;
  }
}

.l-footer__brand {
  display: block;
  position: relative;
  margin-left: 2.5%;
  width: 200px;
}

@media screen and (max-width: 960px) {
  .l-footer__brand {
    margin: 0 auto 24px;
    width: 140px;
  }
}

.l-footer__inner {
  display: block;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}

.l-footer__copy {
  margin-top: 20px;
  color: #112983;
  font-size: 10px;
  letter-spacing: .2px;
  line-height: 1.5;
  text-align: right;
}

@media screen and (max-width: 960px) {
  .l-footer__copy {
    letter-spacing: 0;
    line-height: 1.3;
    text-align: center;
  }
}

.p-f-share {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

@media screen and (min-width: 961px) {
  .p-f-share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.p-f-share__cap {
  margin-right: 18px;
  color: #112983;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .2px;
}

@media screen and (max-width: 960px) {
  .p-f-share__cap {
    margin: 0 auto 10px;
    text-align: center;
  }
}

.p-f-share__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 960px) {
  .p-f-share__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-f-share__item {
  position: relative;
  width: 50px;
}

@media screen and (max-width: 960px) {
  .p-f-share__item {
    width: 45px;
  }
}

.p-f-share__item + .p-f-share__item {
  margin-left: 12px;
}

.p-f-share__item img {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-ua="pc"] .p-f-share__item:hover img {
  -webkit-transform: scale(0.95);
      -ms-transform: scale(0.95);
          transform: scale(0.95);
}

/* ====================
Project
 ==================== */
.p-hero {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.p-hero__container {
  position: relative;
  margin: 0 auto;
  padding: 40px 0;
  width: 100%;
}

@media screen and (max-width: 960px) {
  .p-hero__container {
    padding: 0 0 18px;
  }
}

.p-hero__banner {
  position: relative;
  margin: 24px auto 0;
  width: 70.312%;
  max-width: 900px;
}

@media screen and (max-width: 960px) {
  .p-hero__banner {
    margin-top: 30px;
    width: 92%;
  }
}

.p-hero__banner-item {
  position: relative;
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  margin: 0 auto;
  width: 100%;
}

[data-ua="pc"] .p-hero__banner-item:hover {
  -webkit-transform: scale(0.98);
      -ms-transform: scale(0.98);
          transform: scale(0.98);
}

.p-hero__banner-item + .p-hero__banner-item {
  margin-top: 15px;
}

.p-kv_slide {
  position: relative;
  margin: 0 auto;
  width: 60.938vw;
  max-width: 800px;
}

@media screen and (max-width: 960px) {
  .p-kv_slide {
    width: 100%;
  }
}

.p-kv_slide__inner {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.p-kv_slide__inner::after {
  display: block;
  position: absolute;
  background: url("../png/frame_slide.png") no-repeat center;
  background-size: auto 100%;
  width: 120%;
  height: 100%;
  pointer-events: none;
}

@media screen and (max-width: 960px) {
  .p-kv_slide__inner::after {
    top: 25px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    background: url("../png/frame_slide_sp.png") no-repeat center bottom;
    background-size: 100% auto;
    width: 100%;
    height: 100%;
    content: "";
  }
}

.p-kv_slide__list {
  position: relative;
  margin: 0 auto;
  width: 100%;
  font-size: 0;
  letter-spacing: -.4em;
  white-space: nowrap;
}

.p-kv_slide__item {
  display: inline-block;
  position: relative;
  vertical-align: top;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1 !important;
  font-size: 10px;
  font-size: 1rem;
  letter-spacing: normal;
}

@media screen and (min-width: 961px) {
  .p-kv_slide__item {
    padding: 12px 0;
  }
}

.p-kv_slide__item.is-current {
  z-index: 1;
}

@media screen and (min-width: 961px) {
  .p-kv_slide__item.is-current::after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
  }
}

@media screen and (min-width: 961px) {
  .p-kv_slide__item::after {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
    -webkit-transition: opacity 0.65s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: opacity 0.65s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    background: url("../png/frame_slide.png") no-repeat center;
    background-size: auto 100%;
    width: 120%;
    height: 100%;
    pointer-events: none;
    content: "";
  }
}

.p-kv_slide__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 0 auto;
  width: 100%;
}

.p-kv_slide__img {
  position: relative;
  width: 100%;
}

@media screen and (min-width: 961px) {
  .p-kv_slide__img {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: -webkit-transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  [data-ua="pc"] .p-kv_slide__item:hover .p-kv_slide__img {
    -webkit-transform: scale(0.98);
        -ms-transform: scale(0.98);
            transform: scale(0.98);
  }
}

@media screen and (max-width: 960px) {
  .p-kv_slide__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-transition: 0s linear .65s;
    transition: 0s linear .65s;
    width: 0;
    overflow: hidden;
  }
  .is-slide-next .is-prev .p-kv_slide__img {
    -webkit-transition: 0s linear;
    transition: 0s linear;
    width: 100%;
  }
  .is-slide-prev .is-next .p-kv_slide__img {
    -webkit-transition: 0s linear;
    transition: 0s linear;
    width: 100%;
  }
  .is-current .p-kv_slide__img {
    -webkit-transition: width 0.65s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: width 0.65s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    width: 100%;
  }
  .p-kv_slide__img img {
    display: block;
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-transition: -webkit-transform 0s linear .65s;
    transition: -webkit-transform 0s linear .65s;
    transition: transform 0s linear .65s;
    transition: transform 0s linear .65s, -webkit-transform 0s linear .65s;
    width: 100vw;
    max-width: none;
    max-height: 100%;
  }
  .is-current .p-kv_slide__img img {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    -webkit-transition: -webkit-transform 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: -webkit-transform 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
}

.p-kv_slide__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 15px auto 0;
  width: 100%;
}

@media screen and (max-width: 960px) {
  .p-kv_slide__pagination {
    margin-top: 8px;
  }
}

.p-kv_slide__pagination li {
  display: block;
  position: relative;
  cursor: pointer;
  margin: 0 4px;
  width: 12px;
  height: 12px;
}

@media screen and (max-width: 960px) {
  .p-kv_slide__pagination li {
    margin: 0 5px;
    width: 7px;
    height: 7px;
  }
}

.p-kv_slide__pagination li::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  background: #fff;
  width: 70%;
  height: 70%;
  content: "";
}

.p-kv_slide__pagination li.is-current::before {
  background: #e40218;
}

.p-section {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.p-section + .p-section {
  margin-top: 96px;
}

@media screen and (max-width: 960px) {
  .p-section + .p-section {
    margin-top: 38px;
  }
}

.p-section__container {
  position: relative;
  margin: 0 auto;
  width: 76.562%;
  max-width: 980px;
}

@media screen and (max-width: 960px) {
  .p-section__container {
    width: 92%;
  }
}

.p-section__header {
  position: relative;
  margin: 0 auto 25px;
  width: 100%;
}

@media screen and (max-width: 960px) {
  .p-section__header {
    margin-bottom: 20px;
  }
}

.p-section__title {
  position: relative;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 170%;
}

@media screen and (max-width: 960px) {
  .p-section__title {
    width: 100vw;
  }
}

.p-section__title-item {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.p-section__title-item.-item01 {
  position: relative;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
}

@supports ((-webkit-clip-path: inset(0 100% 0 0)) or (clip-path: inset(0 100% 0 0))) {
  .p-section__title-item.-item01 {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
}

.is-active .p-section__title-item.-item01 {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 0.65s cubic-bezier(0.77, 0, 0.175, 1);
  transition: opacity 0.65s cubic-bezier(0.77, 0, 0.175, 1);
}

@supports ((-webkit-clip-path: inset(0 100% 0 0)) or (clip-path: inset(0 100% 0 0))) {
  .is-active .p-section__title-item.-item01 {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
    -webkit-transition: -webkit-clip-path 0.65s cubic-bezier(0.77, 0, 0.175, 1);
    transition: -webkit-clip-path 0.65s cubic-bezier(0.77, 0, 0.175, 1);
    transition: clip-path 0.65s cubic-bezier(0.77, 0, 0.175, 1);
    transition: clip-path 0.65s cubic-bezier(0.77, 0, 0.175, 1), -webkit-clip-path 0.65s cubic-bezier(0.77, 0, 0.175, 1);
  }
}

.p-section__title-item.-item02 {
  -webkit-transform: translateX(-30px);
      -ms-transform: translateX(-30px);
          transform: translateX(-30px);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
}

.is-active .p-section__title-item.-item02 {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 0.65s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.65s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.65s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.65s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.65s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.65s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.65s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.65s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.65s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.p-section__title-item.-item03 {
  -webkit-transform: translateX(-30px);
      -ms-transform: translateX(-30px);
          transform: translateX(-30px);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
}

.is-active .p-section__title-item.-item03 {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s, -webkit-transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s;
  transition: opacity 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s, -webkit-transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s;
  transition: opacity 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s, transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s;
  transition: opacity 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s, transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s, -webkit-transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s;
}

.p-section__inner {
  position: relative;
  -webkit-transform: translateX(-30px);
      -ms-transform: translateX(-30px);
          transform: translateX(-30px);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  margin: 0 auto;
  width: 100%;
}

.is-active .p-section__inner {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 0.65s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s, -webkit-transform 0.65s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s;
  transition: opacity 0.65s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s, -webkit-transform 0.65s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s;
  transition: opacity 0.65s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s, transform 0.65s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s;
  transition: opacity 0.65s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s, transform 0.65s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s, -webkit-transform 0.65s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s;
}

.p-sec_intro {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.p-sec_intro__img {
  position: relative;
  margin: 0 auto 30px;
  width: 100%;
}

@media screen and (max-width: 960px) {
  .p-sec_intro__img {
    margin-bottom: 20px;
  }
}

.p-sec_intro__inner {
  position: relative;
  margin: 0 auto;
  width: 92%;
}

@media screen and (min-width: 961px) {
  .p-sec_intro__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (max-width: 960px) {
  .p-sec_intro__inner {
    width: 100%;
  }
}

.p-sec_intro__text {
  position: relative;
  top: -.3em;
  width: 50%;
  font-size: 16px;
  line-height: 1.7;
}

@media screen and (max-width: 960px) {
  .p-sec_intro__text {
    width: 100%;
    font-size: 13px;
    line-height: 1.8;
  }
  .p-sec_intro__text br {
    display: none;
  }
}

.p-sec_intro__btn {
  position: relative;
  width: 47%;
}

@media screen and (max-width: 960px) {
  .p-sec_intro__btn {
    margin: 8px auto 0;
    width: 84%;
  }
}

.p-sec_intro__btn img {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-ua="pc"] .p-sec_intro__btn:hover img {
  -webkit-transform: scale(0.95);
      -ms-transform: scale(0.95);
          transform: scale(0.95);
}

.p-sec_data {
  position: relative;
  margin: 35px auto 0;
  width: 100%;
}

@media screen and (max-width: 960px) {
  .p-sec_data {
    margin-top: 40px;
  }
}

.p-sec_data__cap {
  position: relative;
  margin: 0 auto 25px;
  padding-bottom: 18px;
  width: 100%;
}

@media screen and (max-width: 960px) {
  .p-sec_data__cap {
    margin-bottom: 20px;
  }
}

.p-sec_data__cap::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url("../png/bg_line.png") repeat-x left top;
  background-size: auto 300%;
  width: 100%;
  height: 8px;
  content: "";
}

@media screen and (max-width: 960px) {
  .p-sec_data__cap::before {
    background: url("../png/bg_line.png") repeat-x left top;
    background-size: auto 200%;
    height: 6px;
  }
}

.p-sec_data__cap img {
  margin: 0 auto;
  max-width: none;
  height: 26px;
}

@media screen and (max-width: 960px) {
  .p-sec_data__cap img {
    height: 20px;
  }
}

.p-sec_list {
  position: relative;
  margin: 0 auto;
  width: 100%;
  font-size: 0;
  letter-spacing: -.4em;
}

@media screen and (min-width: 961px) {
  .p-sec_list.-col3 {
    margin-bottom: -30px;
  }
  .p-sec_list.-col4 {
    margin-bottom: -20px;
  }
}

@media screen and (max-width: 960px) {
  .p-sec_list.-col4 {
    margin-bottom: -30px;
  }
}

.p-sec_list__item {
  display: inline-block;
  vertical-align: top;
  font-size: 10px;
  font-size: 1rem;
  letter-spacing: normal;
}

@media screen and (min-width: 961px) {
  .-col4 .p-sec_list__item {
    margin: 0 1.333% 20px 0;
    width: 24%;
  }
  .-col4 .p-sec_list__item:nth-child(4n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 960px) {
  .-col4 .p-sec_list__item {
    margin: 0 4% 30px 0;
    width: 48%;
  }
  .-col4 .p-sec_list__item:nth-child(2n) {
    margin-right: 0;
  }
}

@media screen and (min-width: 961px) {
  .-col3 .p-sec_list__item {
    margin: 0 2% 30px 0;
    width: 32%;
  }
  .-col3 .p-sec_list__item:nth-child(3n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 960px) {
  .-col3 .p-sec_list__item {
    display: block;
    margin: 0 auto 15px;
    width: 90%;
  }
  .-col3 .p-sec_list__item:last-child {
    margin-bottom: 0;
  }
}

.p-sec_bnr {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.p-sec_bnr__img {
  position: relative;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  margin: 0 auto;
  width: 100%;
}

[data-ua="pc"] .p-sec_bnr:hover .p-sec_bnr__img {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  opacity: .75;
}

.p-sec_bnr__text {
  position: relative;
  -webkit-transition: color 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: color 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  margin: 10px auto 0;
  width: 92%;
  font-size: 13px;
  letter-spacing: .2px;
  line-height: 1.5;
}

@media screen and (max-width: 960px) {
  .p-sec_bnr__text {
    font-size: 12px;
  }
}

[data-ua="pc"] .p-sec_bnr:hover .p-sec_bnr__text {
  color: #e40218;
}

.p-sec_bnr__link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  content: "";
}

.p-sec_movie {
  position: relative;
  margin: 0 auto;
  background: #fff;
  width: 100%;
}

.p-sec_movie__img {
  position: relative;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  padding-top: 56.25%;
  width: 100%;
}

.p-sec_movie__img-item {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

[data-ua="pc"] .p-sec_movie:hover .p-sec_movie__img {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  opacity: .6;
}

.p-sec_movie__text {
  position: relative;
  -webkit-transition: color 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: color 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background: #ddecff;
  padding: 12px;
  width: 100%;
  font-size: 14px;
  letter-spacing: .4px;
  line-height: 1.8;
}

@media screen and (max-width: 960px) {
  .p-sec_movie__text {
    padding: 8px 15px;
    height: 5em;
    font-size: 13px;
  }
}

.p-sec_movie__text-in {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  height: 4em;
  overflow: hidden;
}

[data-ua="pc"] .p-sec_movie:hover .p-sec_movie__text {
  color: #e40218;
}

.p-sec_movie__link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  content: "";
}

.p-app_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 20px auto 0;
  padding: 50px 80px;
  width: 91.837%;
  max-width: 1200px;
}

@media screen and (max-width: 960px) {
  .p-app_link {
    margin-top: 10px;
    padding: 50px 30px;
    width: 100%;
  }
}

.p-app_link::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../png/bg_app.png") no-repeat center;
  background-size: 100% auto;
  width: 100%;
  height: 100%;
  content: "";
}

@media screen and (max-width: 960px) {
  .p-app_link::before {
    background: url("../png/bg_app_sp.png") no-repeat center;
    background-size: 100% auto;
  }
}

.p-app_link__icon {
  display: block;
  position: relative;
  width: 92px;
}

@media screen and (max-width: 960px) {
  .p-app_link__icon {
    width: 100px;
  }
}

.p-app_link__list {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  margin-left: 14px;
}

@media screen and (min-width: 961px) {
  .p-app_link__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 960px) {
  .p-app_link__list {
    margin-left: 26px;
  }
}

.p-app_link__item {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

@media screen and (min-width: 961px) {
  .p-app_link__item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-left: 15px;
  }
}

@media screen and (max-width: 960px) {
  .p-app_link__item + .p-app_link__item {
    margin-top: 10px;
  }
}

.p-app_link__item img {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-ua="pc"] .p-app_link__item:hover img {
  -webkit-transform: scale(0.95);
      -ms-transform: scale(0.95);
          transform: scale(0.95);
}

.p-world {
  position: relative;
  margin: 45px auto 0;
  width: 100%;
}

@media screen and (max-width: 960px) {
  .p-world {
    margin-top: 10px;
  }
}

.p-world + .p-world {
  margin-top: 60px;
}

@media screen and (max-width: 960px) {
  .p-world + .p-world {
    margin-top: 30px;
  }
}

.p-world__header {
  position: relative;
  margin: 0 auto 25px;
  width: 100%;
}

@media screen and (max-width: 960px) {
  .p-world__header {
    margin-bottom: 20px;
  }
}

.p-world__cap {
  position: relative;
  z-index: 0;
  margin: 0 auto;
  width: 100%;
}

@media screen and (min-width: 961px) {
  .p-world__cap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #ddecff;
  }
}

@media screen and (max-width: 960px) {
  .p-world__cap {
    padding: 17px 0 0;
  }
}

.p-world__cap-main {
  position: relative;
  z-index: 1;
  background: #112983;
  padding: 25px 20px 25px 40px;
  color: #fff;
  font-size: 25px;
  font-weight: 900;
  letter-spacing: 1.8px;
}

@media screen and (max-width: 960px) {
  .p-world__cap-main {
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px 12px 10px 15px;
    font-size: 15px;
    letter-spacing: .8px;
  }
}

.p-world__cap-main::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: skew(38deg);
      -ms-transform: skew(38deg);
          transform: skew(38deg);
  -webkit-transform-origin: right top;
      -ms-transform-origin: right top;
          transform-origin: right top;
  z-index: -1;
  background: #112983;
  width: 100%;
  height: 100%;
  content: "";
}

.p-world__cap-sub {
  position: relative;
  padding: 0 80px;
  font-size: 15px;
  line-height: 1.8;
}

@media screen and (min-width: 961px) {
  .p-world__cap-sub {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
  }
}

@media screen and (max-width: 960px) {
  .p-world__cap-sub {
    margin: 0 auto;
    background: #ddecff;
    padding: 32px 20px 18px;
    width: 90%;
    font-size: 13px;
  }
  .p-world__cap-sub br {
    display: none;
  }
}

.p-world__inner {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

.p-world_area {
  position: relative;
  margin: 0 auto;
  width: 100%;
}

@media screen and (min-width: 961px) {
  .p-world_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.p-world_area__item {
  position: relative;
}

@media screen and (min-width: 961px) {
  .p-world_area__item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

@media screen and (max-width: 960px) {
  .p-world_area__item {
    margin: 0 auto;
  }
}

@media screen and (min-width: 961px) {
  .p-world_area__item + .p-world_area__item {
    margin-left: 20px;
  }
}

@media screen and (max-width: 960px) {
  .p-world_area__item + .p-world_area__item {
    margin-top: 32px;
  }
}

.p-world_area__cap {
  position: relative;
  margin: 4px auto;
  padding: 0 10px 10px;
  width: 100%;
  overflow: hidden;
}

@media screen and (max-width: 960px) {
  .p-world_area__cap {
    padding: 0 5px 10px;
  }
}

.p-world_area__cap::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: skew(-40deg);
      -ms-transform: skew(-40deg);
          transform: skew(-40deg);
  -webkit-transform-origin: right top;
      -ms-transform-origin: right top;
          transform-origin: right top;
  border-bottom: 4px solid #112983;
  width: 105%;
  height: 100%;
  content: "";
}

.p-world_area__cap-text {
  display: block;
  position: relative;
  padding-left: 35px;
  color: #e40218;
  font-size: 26px;
  font-weight: 800;
  letter-spacing: 1px;
}

@media screen and (max-width: 960px) {
  .p-world_area__cap-text {
    padding-left: 30px;
    font-size: 15px;
  }
}

.p-world_area__cap-text::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../png/icon_cap.png") no-repeat center;
  background-size: contain;
  width: 26px;
  height: 100%;
  content: "";
}

@media screen and (max-width: 960px) {
  .p-world_area__cap-text::before {
    width: 22px;
  }
}

.p-world_area__text {
  font-size: 14px;
  line-height: 1.6;
}

@media screen and (max-width: 960px) {
  .p-world_area__text {
    font-size: 13px;
  }
}

.p-world_clan {
  position: relative;
  margin: 0 auto -30px;
  width: 100%;
  font-size: 0;
  letter-spacing: -.4em;
}

@media screen and (max-width: 960px) {
  .p-world_clan {
    margin-bottom: -30px;
  }
}

.p-world_clan__item {
  display: inline-block;
  position: relative;
  vertical-align: top;
  margin-bottom: 30px;
  width: 25%;
  font-size: 10px;
  font-size: 1rem;
  letter-spacing: normal;
}

@media screen and (max-width: 960px) {
  .p-world_clan__item {
    margin-bottom: 30px;
    width: 50%;
  }
}

.p-world_clan__cap {
  position: relative;
  margin: 8px auto;
  padding: 0 8px 10px;
  width: 100%;
  overflow: hidden;
}

@media screen and (max-width: 960px) {
  .p-world_clan__cap {
    margin-bottom: 4px;
    padding: 0 5px 10px;
  }
}

.p-world_clan__cap::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: skew(-40deg);
      -ms-transform: skew(-40deg);
          transform: skew(-40deg);
  -webkit-transform-origin: right top;
      -ms-transform-origin: right top;
          transform-origin: right top;
  border-bottom: 4px solid #112983;
  width: 105%;
  height: 100%;
  content: "";
}

.p-world_clan__cap-text {
  display: block;
  position: relative;
  padding-left: 20px;
  color: #e40218;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 1px;
}

@media screen and (max-width: 960px) {
  .p-world_clan__cap-text {
    padding-left: 20px;
    font-size: 13px;
    letter-spacing: .5px;
  }
}

.p-world_clan__cap-text::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../png/icon_cap.png") no-repeat center;
  background-size: contain;
  width: 18px;
  height: 100%;
  content: "";
}

@media screen and (max-width: 960px) {
  .p-world_clan__cap-text::before {
    width: 15px;
  }
}

.p-world_clan__text {
  font-size: 14px;
  line-height: 1.6;
}

@media screen and (max-width: 960px) {
  .p-world_clan__text {
    font-size: 12px;
  }
}

.p-world_clan__note {
  font-size: 12px;
  line-height: 1.4;
}

@media screen and (max-width: 960px) {
  .p-world_clan__note {
    font-size: 10px;
  }
}

.p-bnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 100px auto 0;
  width: 58.594%;
  max-width: 750px;
}

@media screen and (max-width: 960px) {
  .p-bnr {
    margin-top: 60px;
    width: 85%;
  }
}

.p-bnr__item {
  display: block;
  position: relative;
  margin: 0 4% 0 0;
  width: 48%;
}

.p-bnr__item:nth-child(2n) {
  margin-right: 0;
}

.p-bnr__item img {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-ua="pc"] .p-bnr__item:hover img {
  -webkit-transform: scale(0.98);
      -ms-transform: scale(0.98);
          transform: scale(0.98);
}

/* ====================
COMPONENT
 ==================== */
