/*!
Theme Name: crazy.co.jp
Author: crazy.co.jp
Description: WEB Site Theme for crazy.co.jp
Version: 1.0.0
*/

@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(https://fonts.googleapis.com/css?family=Noto+Serif);
@-webkit-keyframes drawOverLine {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left;
    transform-origin: left
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left;
    transform-origin: left
  }
}

@keyframes drawOverLine {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left;
    transform-origin: left
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left;
    transform-origin: left
  }
}

@-webkit-keyframes removeOverLine {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: right;
    transform-origin: right
  }
  100% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right;
    transform-origin: right
  }
}

@keyframes removeOverLine {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: right;
    transform-origin: right
  }
  100% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right;
    transform-origin: right
  }
}


/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%
}

body {
  margin: 0
}

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

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline
}

audio:not([controls]) {
  display: none;
  height: 0
}

[hidden], template {
  display: none
}

a {
  background-color: transparent
}

a:active, a:hover {
  outline: 0
}

abbr[title] {
  border-bottom: 1px dotted
}

b, strong {
  font-weight: 700
}

dfn {
  font-style: italic
}

h1 {
  font-size: 2em;
  margin: .67em 0
}

mark {
  background: #ff0;
  color: #000
}

small {
  font-size: 80%
}

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

sup {
  top: -.5em
}

sub {
  bottom: -.25em
}

img {
  border: 0
}

svg:not(:root) {
  overflow: hidden
}

figure {
  margin: 1em 40px
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0
}

pre {
  overflow: auto
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0
}

button {
  overflow: visible
}

button, select {
  text-transform: none
}

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

button[disabled], html input[disabled] {
  cursor: default
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0
}

input {
  line-height: normal
}

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

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

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box
}

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

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em
}

legend {
  border: 0;
  padding: 0
}

textarea {
  overflow: auto
}

optgroup {
  font-weight: 700
}

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

td, th {
  padding: 0
}

html {
  height: 100%
}

body {
  width: 100%;
  min-height: 100%;
  overflow-y: scroll;
  font-family: "Noto Sans Japanese", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

a {
  text-decoration: none
}

dl, ol, p, ul {
  letter-spacing: .025em
}

img {
  vertical-align: top
}

button, input[type=mail], input[type=text] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

input, select, textarea {
  border-radius: 0
}

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

::-moz-selection {
  color: #fff;
  background: rgba(0, 0, 0, .8)
}

::selection {
  color: #fff;
  background: rgba(0, 0, 0, .8);
  
}

input::-moz-selection, textarea::-moz-selection {
  color: #000;
  background: rgba(0, 0, 0, .2)
}

input::selection, textarea::selection {
  color: #000;
  background: rgba(0, 0, 0, .2)
}

.page-contents {
  position: relative;
  z-index: 100;
  overflow: hidden;
  background-color: #fff
}

.page-contents--index {
  opacity: 0;
  pointer-events: none;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform
}

.page-contents--index.is-visible {
  opacity: 1;
  pointer-events: auto
}

.page-contents--index.is-animate {
  -webkit-transition-duration: .8s;
  transition-duration: .8s;
  -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
  transition-timing-function: cubic-bezier(1, 0, 0, 1)
}

@media all and (min-width:1025px) {
  .page-contents--lower {
    font-size: 13px;
    font-size: .8125rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .page-contents--lower {
    font-size: 12px;
    font-size: .75rem
  }
}

@media all and (max-width:767px) {
  .page-contents--lower {
    font-size: 11px;
    font-size: .6875rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .page-contents--lower {
    font-size: 3.4375vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .page-contents--lower {
    font-size: 14.23125px
  }
}

@media all and (min-width:768px) {
  .page-contents--lower {
    line-height: 2.15385
  }
}

@media all and (min-width:1025px) {
  .page-contents--lower {
    padding-top: 120px
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .page-contents--lower {
    padding-top: 100px
  }
}

@media all and (max-width:767px) {
  .page-contents--lower {
    padding-top: 57px;
    line-height: 1.8
  }
}

.footer {
  position: relative;
  z-index: 100;
  background-color: #000
}

@media all and (min-width:768px) {
  .footer {
    padding-top: 6.11111%;
    padding-bottom: 5.27778%
  }
}

@media all and (max-width:767px) {
  .footer {
    padding-top: 50px;
    padding-bottom: 50px
  }
}

.c-blur {
  opacity: 0;
  -webkit-filter: blur(20px);
  filter: blur(20px);
  -webkit-transform: scale(.9);
  transform: scale(.9)
}

.c-blur.is-shown {
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: cubic-bezier(.075, .82, .165, 1);
  transition-timing-function: cubic-bezier(.075, .82, .165, 1);
  -webkit-transition-property: opacity, -webkit-filter, -webkit-transform;
  transition-property: opacity, -webkit-filter, -webkit-transform;
  transition-property: opacity, filter, transform;
  transition-property: opacity, filter, transform, -webkit-filter, -webkit-transform
}

.btn-description {
  text-align: center;
  font-weight: 700;
  letter-spacing: .3em
}

.btn-index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1;
  color: #000;
  font-weight: 700;
  text-align: center;
  letter-spacing: .3em
}

@media all and (min-width:1025px) {
  .btn-index {
    font-size: 13px;
    font-size: .8125rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .btn-index {
    font-size: 12px;
    font-size: .75rem
  }
}

@media all and (max-width:767px) {
  .btn-index {
    font-size: 10px;
    font-size: .625rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .btn-index {
    font-size: 3.125vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .btn-index {
    font-size: 12.9375px
  }
}

.btn-index__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000
}

.btn-index__icon {
  position: relative
}

@media all and (min-width:768px) {
  .btn-index__icon {
    width: 23px;
    height: 23px;
    margin-right: 20px
  }
}

@media all and (max-width:767px) {
  .btn-index__icon {
    width: 13px;
    height: 13px;
    margin-right: 10px
  }
}

.btn-index__icon-square {
  position: absolute;
  background-color: #000
}

@media all and (min-width:768px) {
  .btn-index__icon-square {
    width: 5px;
    height: 5px
  }
  .btn-index__icon-square:nth-of-type(1) {
    top: 0;
    left: 0
  }
  .btn-index__icon-square:nth-of-type(2) {
    top: 0;
    left: 9px
  }
  .btn-index__icon-square:nth-of-type(3) {
    top: 0;
    left: 18px
  }
  .btn-index__icon-square:nth-of-type(4) {
    top: 9px;
    left: 0
  }
  .btn-index__icon-square:nth-of-type(5) {
    top: 9px;
    left: 9px
  }
  .btn-index__icon-square:nth-of-type(6) {
    top: 9px;
    left: 18px
  }
  .btn-index__icon-square:nth-of-type(7) {
    top: 18px;
    left: 0
  }
  .btn-index__icon-square:nth-of-type(8) {
    top: 18px;
    left: 9px
  }
  .btn-index__icon-square:nth-of-type(9) {
    top: 18px;
    left: 18px
  }
}

@media all and (max-width:767px) {
  .btn-index__icon-square {
    width: 3px;
    height: 3px
  }
  .btn-index__icon-square:nth-of-type(1) {
    top: 0;
    left: 0
  }
  .btn-index__icon-square:nth-of-type(2) {
    top: 0;
    left: 5px
  }
  .btn-index__icon-square:nth-of-type(3) {
    top: 0;
    left: 10px
  }
  .btn-index__icon-square:nth-of-type(4) {
    top: 5px;
    left: 0
  }
  .btn-index__icon-square:nth-of-type(5) {
    top: 5px;
    left: 5px
  }
  .btn-index__icon-square:nth-of-type(6) {
    top: 5px;
    left: 10px
  }
  .btn-index__icon-square:nth-of-type(7) {
    top: 10px;
    left: 0
  }
  .btn-index__icon-square:nth-of-type(8) {
    top: 10px;
    left: 5px
  }
  .btn-index__icon-square:nth-of-type(9) {
    top: 10px;
    left: 10px
  }
}

.btn-index__icon {
  -webkit-perspective: 500px;
  perspective: 500px
}

.btn-index__icon-square {
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: cubic-bezier(.075, .82, .165, 1);
  transition-timing-function: cubic-bezier(.075, .82, .165, 1);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform
}

.btn-index__icon-square:nth-of-type(1) {
  -webkit-transition-delay: 0s;
  transition-delay: 0s
}

.btn-index__icon-square:nth-of-type(2) {
  -webkit-transition-delay: 20ms;
  transition-delay: 20ms
}

.btn-index__icon-square:nth-of-type(3) {
  -webkit-transition-delay: 40ms;
  transition-delay: 40ms
}

.btn-index__icon-square:nth-of-type(4) {
  -webkit-transition-delay: 60ms;
  transition-delay: 60ms
}

.btn-index__icon-square:nth-of-type(5) {
  -webkit-transition-delay: 80ms;
  transition-delay: 80ms
}

.btn-index__icon-square:nth-of-type(6) {
  -webkit-transition-delay: .1s;
  transition-delay: .1s
}

.btn-index__icon-square:nth-of-type(7) {
  -webkit-transition-delay: .12s;
  transition-delay: .12s
}

.btn-index__icon-square:nth-of-type(8) {
  -webkit-transition-delay: .14s;
  transition-delay: .14s
}

.btn-index__icon-square:nth-of-type(9) {
  -webkit-transition-delay: .16s;
  transition-delay: .16s
}

.btn-index__icon-square.is-shown {
  -webkit-transform: scale(1);
  transform: scale(1)
}

.btn-index__label {
  opacity: 0;
  -webkit-transition-duration: .8s;
  transition-duration: .8s;
  -webkit-transition-delay: .4s;
  transition-delay: .4s
}

.btn-index__label.is-shown {
  opacity: 1
}

.btn-index__wrap.is-over .btn-index__icon-square {
  -webkit-transform: rotate3d(1, 1, 0, 180deg);
  transform: rotate3d(1, 1, 0, 180deg)
}

.btn-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1;
  color: #000;
  font-weight: 700;
  text-align: center;
  letter-spacing: .3em
}

@media all and (min-width:1025px) {
  .btn-list {
    font-size: 13px;
    font-size: .8125rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .btn-list {
    font-size: 12px;
    font-size: .75rem
  }
}

@media all and (max-width:767px) {
  .btn-list {
    font-size: 10px;
    font-size: .625rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .btn-list {
    font-size: 3.125vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .btn-list {
    font-size: 12.9375px
  }
}

.btn-list__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000
}

.btn-list__icon {
  display: block
}

@media all and (min-width:768px) {
  .btn-list__icon {
    height: 23px;
    margin-right: 20px
  }
}

@media all and (max-width:767px) {
  .btn-list__icon {
    height: 13px;
    margin-right: 10px
  }
}

.btn-list__icon-line {
  position: relative
}

@media all and (min-width:768px) {
  .btn-list__icon-line {
    width: 23px;
    height: 5px;
    margin-top: 4px
  }
}

@media all and (max-width:767px) {
  .btn-list__icon-line {
    width: 13px;
    height: 3px;
    margin-top: 2px
  }
}

.btn-list__icon-line:first-of-type {
  margin-top: 0
}

.btn-list__icon-line:after, .btn-list__icon-line:before {
  content: '';
  display: block;
  top: 0;
  background-color: #000
}

@media all and (min-width:768px) {
  .btn-list__icon-line:after, .btn-list__icon-line:before {
    height: 5px
  }
}

@media all and (max-width:767px) {
  .btn-list__icon-line:after, .btn-list__icon-line:before {
    height: 3px
  }
}

.btn-list__icon-line:before {
  position: absolute;
  left: 0
}

@media all and (min-width:768px) {
  .btn-list__icon-line:before {
    width: 5px
  }
}

@media all and (max-width:767px) {
  .btn-list__icon-line:before {
    width: 3px
  }
}

.btn-list__icon-line:after {
  position: absolute;
  right: 0
}

@media all and (min-width:768px) {
  .btn-list__icon-line:after {
    width: 14px
  }
}

@media all and (max-width:767px) {
  .btn-list__icon-line:after {
    width: 7px
  }
}

.btn-list__icon {
  -webkit-perspective: 500px;
  perspective: 500px
}

.btn-list__icon-line:after, .btn-list__icon-line:before {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: cubic-bezier(.075, .82, .165, 1);
  transition-timing-function: cubic-bezier(.075, .82, .165, 1);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform
}

.btn-list__icon-line:nth-of-type(1):before {
  -webkit-transition-delay: 0s;
  transition-delay: 0s
}

.btn-list__icon-line:nth-of-type(1):after {
  -webkit-transition-delay: 50ms;
  transition-delay: 50ms
}

.btn-list__icon-line:nth-of-type(2):before {
  -webkit-transition-delay: .1s;
  transition-delay: .1s
}

.btn-list__icon-line:nth-of-type(2):after {
  -webkit-transition-delay: .15s;
  transition-delay: .15s
}

.btn-list__icon-line:nth-of-type(3):before {
  -webkit-transition-delay: .2s;
  transition-delay: .2s
}

.btn-list__icon-line:nth-of-type(3):after {
  -webkit-transition-delay: .25s;
  transition-delay: .25s
}

.btn-list__icon-line.is-shown:after, .btn-list__icon-line.is-shown:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1)
}

.btn-list__label {
  opacity: 0;
  -webkit-transition-duration: .8s;
  transition-duration: .8s;
  -webkit-transition-delay: .4s;
  transition-delay: .4s
}

.btn-list__label.is-shown {
  opacity: 1
}

.btn-list__wrap.is-over .btn-list__icon-line:after {
  -webkit-transform: scaleX(1.2);
  transform: scaleX(1.2);
  -webkit-transition-delay: 0s;
  transition-delay: 0s
}

.btn-list__wrap.is-leave .btn-list__icon-line:after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-delay: 0s;
  transition-delay: 0s
}

.btn-rounded {
  border-radius: 2px;
  color: #fff;
  text-align: center;
  letter-spacing: .1em;
  background-color: #525252
}

@media all and (min-width:1025px) {
  .btn-rounded {
    font-size: 12px;
    font-size: .75rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .btn-rounded {
    font-size: 11px;
    font-size: .6875rem
  }
}

@media all and (max-width:767px) {
  .btn-rounded {
    font-size: 9px;
    font-size: .5625rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .btn-rounded {
    font-size: 2.8125vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .btn-rounded {
    font-size: 11.64375px
  }
}

.btn-wrap {
  position: relative
}

@media all and (min-width:768px) {
  .btn-wrap {
    margin-bottom: 8.33333%;
    margin-right: 10%;
    margin-left: 10%;
    padding-top: 3.33333%;
    padding-bottom: 3.33333%
  }
}

@media all and (max-width:767px) {
  .btn-wrap {
    margin-bottom: 50px;
    margin-right: 25px;
    margin-left: 25px;
    padding-top: 25px;
    padding-bottom: 25px
  }
}

.btn-wrap__content {
  position: relative;
  z-index: 10
}

.btn-wrap__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #f5f3f0
}

.btn-wrap__bg {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: cubic-bezier(.075, .82, .165, 1);
  transition-timing-function: cubic-bezier(.075, .82, .165, 1);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform
}

.btn-wrap__bg.is-shown {
  -webkit-transform: scaleX(1);
  transform: scaleX(1)
}

.btn {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  line-height: 1.1;
  position: relative;
  border: 0;
  color: #000;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .3em;
  background: 0 0
}

.btn:after, .btn:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0
}

.btn:before {
  background-color: #fff
}

.btn:after {
  background-color: #000
}

.btn--pos-c {
  margin-right: auto;
  margin-left: auto
}

@media all and (min-width:1025px) {
  .btn--size-m {
    font-size: 12px;
    font-size: .75rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .btn--size-m {
    font-size: 11px;
    font-size: .6875rem
  }
}

@media all and (max-width:767px) {
  .btn--size-m {
    font-size: 9px;
    font-size: .5625rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .btn--size-m {
    font-size: 2.8125vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .btn--size-m {
    font-size: 11.64375px
  }
}

@media all and (min-width:768px) {
  .btn--size-m {
    width: 220px;
    padding-top: 20px;
    padding-bottom: 20px
  }
}

@media all and (max-width:767px) {
  .btn--size-m {
    width: 160px;
    padding-top: 16px;
    padding-bottom: 16px
  }
}

@media all and (min-width:1025px) {
  .btn--size-l {
    font-size: 13px;
    font-size: .8125rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .btn--size-l {
    font-size: 12px;
    font-size: .75rem
  }
}

@media all and (max-width:767px) {
  .btn--size-l {
    font-size: 10px;
    font-size: .625rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .btn--size-l {
    font-size: 3.125vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .btn--size-l {
    font-size: 12.9375px
  }
}

@media all and (min-width:768px) {
  .btn--size-l {
    width: 480px;
    padding-top: 40px;
    padding-bottom: 40px
  }
}

@media all and (max-width:767px) {
  .btn--size-l {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px
  }
}

@media all and (min-width:1025px) {
  .btn--horizontal {
    font-size: 13px;
    font-size: .8125rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .btn--horizontal {
    font-size: 12px;
    font-size: .75rem
  }
}

@media all and (max-width:767px) {
  .btn--horizontal {
    font-size: 10px;
    font-size: .625rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .btn--horizontal {
    font-size: 3.125vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .btn--horizontal {
    font-size: 12.9375px
  }
}

@media all and (min-width:768px) {
  .btn--horizontal {
    width: 37.5%;
    padding-top: 40px;
    padding-bottom: 40px
  }
}

@media all and (max-width:767px) {
  .btn--horizontal {
    width: 45%;
    padding-top: 30px;
    padding-bottom: 30px
  }
}

@media all and (min-width:1025px) {
  .btn--footer {
    font-size: 13px;
    font-size: .8125rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .btn--footer {
    font-size: 12px;
    font-size: .75rem
  }
}

@media all and (max-width:767px) {
  .btn--footer {
    font-size: 10px;
    font-size: .625rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .btn--footer {
    font-size: 3.125vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .btn--footer {
    font-size: 12.9375px
  }
}

@media all and (min-width:768px) {
  .btn--footer {
    width: 440px;
    padding-top: 40px;
    padding-bottom: 40px
  }
}

@media all and (max-width:767px) {
  .btn--footer {
    width: 100%;
    padding-top: 25px;
    padding-bottom: 25px
  }
}

.btn--footer:before {
  background-color: #333
}

.btn__label {
  display: inline-block;
  position: relative;
  z-index: 10
}

.btn__label--footer {
  color: #fff
}

.btn__border-h:after, .btn__border-h:before, .btn__border-v:after, .btn__border-v:before {
  content: '';
  display: block;
  position: absolute;
  z-index: 10;
  background-color: #000
}

.btn__border-h--footer:after, .btn__border-h--footer:before, .btn__border-v--footer:after, .btn__border-v--footer:before {
  background-color: #666
}

.btn__border-v:after, .btn__border-v:before {
  width: 2px;
  top: 0;
  bottom: 0
}

.btn__border-v:before {
  left: 0
}

.btn__border-v:after {
  right: 0
}

.btn__border-h:after, .btn__border-h:before {
  height: 2px;
  right: 0;
  left: 0
}

.btn__border-h:before {
  top: 0
}

.btn__border-h:after {
  bottom: 0
}

.btn--utility {
  color: #999
}

.btn--utility:after {
  background-color: #999
}

.btn--utility .btn__border-h:after, .btn--utility .btn__border-h:before, .btn--utility .btn__border-v:after, .btn--utility .btn__border-v:before {
  background-color: #999
}

.btn__label {
  opacity: 0;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: color, opacity;
  transition-property: color, opacity
}

.btn__border-h:after, .btn__border-h:before, .btn__border-v:after, .btn__border-v:before {
  -webkit-transition-duration: .6s;
  transition-duration: .6s;
  -webkit-transition-timing-function: cubic-bezier(.075, .82, .165, 1);
  transition-timing-function: cubic-bezier(.075, .82, .165, 1);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform
}

.btn__border-v:after, .btn__border-v:before {
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition-delay: 0s;
  transition-delay: 0s
}

.btn__border-v:before {
  -webkit-transform-origin: bottom;
  transform-origin: bottom
}

.btn__border-v:after {
  -webkit-transform-origin: top;
  transform-origin: top
}

.btn__border-h:after, .btn__border-h:before {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition-delay: .2s;
  transition-delay: .2s
}

.btn__border-h:before {
  -webkit-transform-origin: left;
  transform-origin: left
}

.btn__border-h:after {
  -webkit-transform-origin: right;
  transform-origin: right
}

.btn:before {
  opacity: 0;
  -webkit-transition-duration: .6s;
  transition-duration: .6s;
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
  -webkit-transition-property: opacity;
  transition-property: opacity
}

.btn:after {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: cubic-bezier(.075, .82, .165, 1);
  transition-timing-function: cubic-bezier(.075, .82, .165, 1);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform
}

.btn.is-shown .btn__label {
  opacity: 1;
  -webkit-transition-delay: .2s;
  transition-delay: .2s
}

.btn.is-shown .btn__border-v:after, .btn.is-shown .btn__border-v:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1)
}

.btn.is-shown .btn__border-h:after, .btn.is-shown .btn__border-h:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1)
}

.btn.is-shown:before {
  opacity: 1
}

.btn.is-over .btn__label {
  color: #fff;
  -webkit-transition-delay: 0s;
  transition-delay: 0s
}

.btn.is-over:after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1)
}

.btn.is-leave .btn__label {
  -webkit-transition-delay: 0s;
  transition-delay: 0s
}

.btn.is-leave:after {
  -webkit-transform-origin: right;
  transform-origin: right;
  -webkit-transform: scaleX(0);
  transform: scaleX(0)
}

/* 左上ロゴ関係 */

.company-logo__elm1 {
  fill: #fff
}

.company-logo__elm2 {
  fill: #231815;
  -webkit-transition-duration: .6s;
  transition-duration: .6s
}


/* 動作には影響しないがコンソールエラーを吐くのでコメントアウト */

/* .company-logo__elm3 {
  -webkit-mask: url(style.css);
  mask: url(style.css)
} */

/* 動作には影響しないがコンソールエラーを吐くのでコメントアウト */


.company-logo__elm4 {
  fill: none;
  stroke-width: 1.17px;
  stroke: #231815;
  stroke-miterlimit: 10;
  -webkit-transition-duration: .6s;
  transition-duration: .6s
}

.is-opened-navi .company-logo__elm2 {
  fill: #fff
}

.is-opened-navi .company-logo__elm4 {
  stroke: #fff
}

/* 左上ロゴ関係 */




.c-double-line-box {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative
}

@media all and (min-width:1025px) {
  .c-double-line-box {
    padding: 10.41667% 12.5%
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .c-double-line-box {
    padding: 8.33333% 10%
  }
}

@media all and (max-width:767px) {
  .c-double-line-box {
    padding: 30px 28px
  }
}

.c-double-line-box:after, .c-double-line-box:before {
  content: '';
  display: block;
  pointer-events: none;
  position: absolute
}

.c-double-line-box:before {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0
}

@media all and (min-width:768px) {
  .c-double-line-box:before {
    border: 3px solid #000
  }
}

@media all and (max-width:767px) {
  .c-double-line-box:before {
    border: 2px solid #000
  }
}

.c-double-line-box:after {
  border: 1px solid #000
}

@media all and (min-width:768px) {
  .c-double-line-box:after {
    top: 6px;
    right: 6px;
    bottom: 6px;
    left: 6px
  }
}

@media all and (max-width:767px) {
  .c-double-line-box:after {
    top: 4px;
    right: 4px;
    bottom: 4px;
    left: 4px
  }
}

.c-double-line-box.js-scroll-item:after, .c-double-line-box.js-scroll-item:before {
  opacity: 0
}

.c-double-line-box.js-scroll-item.is-shown:after, .c-double-line-box.js-scroll-item.is-shown:before {
  opacity: 1;
  -webkit-transition-duration: .6s;
  transition-duration: .6s
}

.c-double-line-box.js-scroll-item.is-shown:after {
  -webkit-transition-delay: .1s;
  transition-delay: .1s
}

.c-thick-line-box {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 8px solid #e2e2e2
}

@media all and (min-width:1025px) {
  .c-thick-line-box {
    padding: 10.41667% 12.5%
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .c-thick-line-box {
    padding: 8.33333% 10%
  }
}

@media all and (max-width:767px) {
  .c-thick-line-box {
    border: 4px solid #e2e2e2;
    padding: 30px 28px
  }
}

.c-thick-line-box.js-scroll-item {
  opacity: 0
}

.c-thick-line-box.js-scroll-item.is-shown {
  opacity: 1;
  -webkit-transition-duration: .6s;
  transition-duration: .6s
}

.component-item {
  display: block;
  color: #000
}

@media all and (min-width:768px) {
  .component-item--s {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}

@media all and (min-width:1025px) {
  .component-item--s {
    margin-top: 40px
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .component-item--s {
    margin-top: 30px
  }
}

@media all and (max-width:767px) {
  .component-item--s {
    margin-top: 20px
  }
}

@media all and (max-width:767px) and (orientation:landscape) {
  .component-item--s {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}

@media all and (max-width:767px) and (orientation:portrait) {
  .component-item--s {
    width: 47.91667%;
    margin-left: 4.16667%
  }
  .component-item--s:nth-of-type(2n+1) {
    margin-left: 0
  }
}

.component-item--index-l {
  position: relative
}

@media all and (min-width:768px) {
  .component-item--index-s {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 7.24638%
  }
}

@media all and (max-width:767px) and (orientation:landscape) {
  .component-item--index-s {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px
  }
}

@media all and (max-width:767px) and (orientation:portrait) {
  .component-item--index-s {
    width: 47.91667%
  }
}

.component-item--index-s:first-of-type {
  margin-top: 0
}

@media all and (min-width:768px) {
  .component-item--col2 {
    width: 47.91667%;
    margin-left: 4.16667%
  }
  .component-item--col2:nth-of-type(2n+1) {
    margin-left: 0
  }
}

@media all and (min-width:1025px) {
  .component-item--col2 {
    margin-top: 50px
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .component-item--col2 {
    margin-top: 30px
  }
}

@media all and (max-width:767px) {
  .component-item--col2 {
    margin-top: 40px
  }
}

@media all and (max-width:767px) and (orientation:landscape) {
  .component-item--col2 {
    width: 47.91667%;
    margin-left: 4.16667%
  }
  .component-item--col2:nth-of-type(2n+1) {
    margin-left: 0
  }
}

@media all and (min-width:768px) {
  .component-item--col3 {
    width: 30.55556%;
    margin-left: 4.16667%
  }
  .component-item--col3:nth-of-type(3n+1) {
    margin-left: 0
  }
}

@media all and (min-width:1025px) {
  .component-item--col3 {
    margin-top: 50px
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .component-item--col3 {
    margin-top: 30px
  }
}

@media all and (max-width:767px) and (orientation:landscape) {
  .component-item--col3 {
    width: 30.55556%;
    margin-left: 4.16667%
  }
  .component-item--col3:nth-of-type(3n+1) {
    margin-left: 0
  }
}

@media all and (max-width:767px) {
  .component-item--col3 {
    margin-top: 40px
  }
}

@media all and (min-width:768px) {
  .component-item--sub-l {
    margin-top: 30px
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .component-item--sub-l {
    width: 30.55556%
  }
}

@media all and (max-width:767px) and (orientation:landscape) {
  .component-item--sub-l {
    width: 30.55556%;
    margin-left: 4.16667%
  }
  .component-item--sub-l:nth-of-type(3n+1) {
    margin-left: 0
  }
}

@media all and (max-width:767px) {
  .component-item--sub-l {
    margin-top: 40px
  }
}

@media all and (min-width:768px) {
  .component-item--sub-s {
    margin-top: 30px
  }
}

@media all and (min-width:1025px) {
  .component-item--sub-s {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .component-item--sub-s {
    width: 30.55556%;
    margin-left: 4.16667%
  }
}

@media all and (max-width:767px) and (orientation:landscape) {
  .component-item--sub-s {
    width: 30.55556%;
    margin-left: 4.16667%
  }
  .component-item--sub-s:nth-of-type(3n+1) {
    margin-left: 0
  }
}

@media all and (max-width:767px) {
  .component-item--sub-s {
    margin-top: 40px
  }
}

@media all and (min-width:768px) {
  .component-item--in-table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px
  }
}

@media all and (max-width:767px) and (orientation:landscape) {
  .component-item--in-table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px
  }
}

@media all and (max-width:767px) and (orientation:portrait) {
  .component-item--in-table {
    width: 47.91667%;
    margin-left: 4.16667%
  }
  .component-item--in-table:nth-of-type(2n+1) {
    margin-left: 0
  }
}

.component-item--in-table:first-of-type {
  margin-top: 0
}

.component-item__thumb {
  overflow: hidden
}

@media all and (min-width:768px) {
  .component-item__thumb--s {
    width: 26.08696%
  }
}

@media all and (max-width:767px) and (orientation:landscape) {
  .component-item__thumb--s {
    width: 26.08696%
  }
}

@media all and (min-width:1025px) {
  .component-item__thumb--sub-s {
    width: 40%
  }
}

.component-item__thumb-in {
  overflow: hidden;
  position: relative
}

.component-item__thumb-in:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background-color: #000
}

.component-item__thumb img {
  width: 100%;
  height: auto
}

.component-item__view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  line-height: 1.1;
  position: absolute;
  color: #fff;
  font-family: "Noto Serif", "Noto Sans Japanese", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-style: italic
}

.component-item__view--m {
  right: 6.66%;
  bottom: 5%
}

.component-item__view--s {
  right: 10%;
  bottom: 7.5%
}

.component-item__view--sub-l {
  right: 10%;
  bottom: 7.5%
}

.component-item__view--sub-s {
  right: 10%;
  bottom: 7.5%
}

@media all and (min-width:768px) {
  .component-item__view--sub-s {
    display: none
  }
}

.component-item__view-unit {
  margin-right: .2em
}

@media all and (min-width:1025px) {
  .component-item__view-unit {
    font-size: 12px;
    font-size: .75rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .component-item__view-unit {
    font-size: 10px;
    font-size: .625rem
  }
}

@media all and (max-width:767px) {
  .component-item__view-unit {
    font-size: 8px;
    font-size: .5rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .component-item__view-unit {
    font-size: 2.5vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .component-item__view-unit {
    font-size: 10.35px
  }
}

.component-item__view-count {
  letter-spacing: -.05em
}

@media all and (min-width:1025px) {
  .component-item__view-count--m {
    font-size: 50px;
    font-size: 3.125rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .component-item__view-count--m {
    font-size: 36px;
    font-size: 2.25rem
  }
}

@media all and (max-width:767px) {
  .component-item__view-count--m {
    font-size: 24px;
    font-size: 1.5rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .component-item__view-count--m {
    font-size: 7.5vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .component-item__view-count--m {
    font-size: 31.05px
  }
}

@media all and (min-width:1025px) {
  .component-item__view-count--s {
    font-size: 36px;
    font-size: 2.25rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .component-item__view-count--s {
    font-size: 24px;
    font-size: 1.5rem
  }
}

@media all and (max-width:767px) {
  .component-item__view-count--s {
    font-size: 18px;
    font-size: 1.125rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .component-item__view-count--s {
    font-size: 5.625vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .component-item__view-count--s {
    font-size: 23.2875px
  }
}

@media all and (min-width:1025px) {
  .component-item__view-count--sub-l {
    font-size: 36px;
    font-size: 2.25rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .component-item__view-count--sub-l {
    font-size: 24px;
    font-size: 1.5rem
  }
}

@media all and (max-width:767px) {
  .component-item__view-count--sub-l {
    font-size: 24px;
    font-size: 1.5rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .component-item__view-count--sub-l {
    font-size: 7.5vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .component-item__view-count--sub-l {
    font-size: 31.05px
  }
}

@media all and (min-width:1025px) {
  .component-item__view-count--sub-s {
    font-size: 36px;
    font-size: 2.25rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .component-item__view-count--sub-s {
    font-size: 24px;
    font-size: 1.5rem
  }
}

@media all and (max-width:767px) {
  .component-item__view-count--sub-s {
    font-size: 24px;
    font-size: 1.5rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .component-item__view-count--sub-s {
    font-size: 7.5vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .component-item__view-count--sub-s {
    font-size: 31.05px
  }
}

.component-item__body {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative
}

@media all and (min-width:1025px) {
  .component-item__body--m {
    padding: 25px 25px 0
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .component-item__body--m {
    padding-top: 15px
  }
}

@media all and (max-width:767px) and (orientation:landscape) {
  .component-item__body--m {
    padding-top: 15px
  }
}

@media all and (max-width:767px) and (orientation:portrait) {
  .component-item__body--m {
    padding-top: 15px
  }
}

@media all and (min-width:768px) {
  .component-item__body--s {
    width: 73.2%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 30px
  }
}

@media all and (max-width:767px) and (orientation:landscape) {
  .component-item__body--s {
    width: 73.2%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 20px
  }
}

@media all and (max-width:767px) and (orientation:portrait) {
  .component-item__body--s {
    padding-top: 15px
  }
}

@media all and (min-width:1025px) {
  .component-item__body--index-l {
    padding: 25px 25px 0
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .component-item__body--index-l {
    padding-top: 15px
  }
}

@media all and (max-width:767px) {
  .component-item__body--index-l {
    margin-bottom: 20px;
    padding-top: 15px
  }
}

.component-item__body--sub-l {
  padding-top: 15px
}

@media all and (min-width:1025px) {
  .component-item__body--sub-s {
    width: 50%
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .component-item__body--sub-s {
    padding-top: 15px
  }
}

@media all and (max-width:767px) {
  .component-item__body--sub-s {
    padding-top: 15px
  }
}

.component-item__body:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background-color: #fff
}

.component-item__body--beige:before {
  background-color: #f5f3f0
}

.component-item__prop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  line-height: 1.5;
  margin-bottom: 5px;
  color: #969696;
  letter-spacing: .025em
}

@media all and (min-width:1025px) {
  .component-item__prop {
    font-size: 12px;
    font-size: .75rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .component-item__prop {
    font-size: 10px;
    font-size: .625rem
  }
}

@media all and (max-width:767px) {
  .component-item__prop {
    font-size: 9px;
    font-size: .5625rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .component-item__prop {
    font-size: 2.8125vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .component-item__prop {
    font-size: 11.64375px
  }
}

.component-item__category {
  line-height: 1;
  letter-spacing: .2em;
  white-space: nowrap;
  margin-right: 1em
}

.component-item__category:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  background-color: #969696
}

@media all and (min-width:768px) {
  .component-item__category:before {
    width: 4px;
    height: 2px;
    margin-right: 10px;
    margin-bottom: 3px
  }
}

@media all and (max-width:767px) {
  .component-item__category:before {
    width: 3px;
    height: 1px;
    margin-right: 6px;
    margin-bottom: 2px
  }
}

.component-item__date {
  display: inline-block;
  margin-right: 1em
}

.component-item__writer {
  display: inline-block
}

@media all and (max-width:767px) {
  .component-item--col2 .component-item__writer, .component-item--col3 .component-item__writer, .component-item--s .component-item__writer, .component-item--sub-l .component-item__writer, .component-item--sub-s .component-item__writer {
    display: none
  }
}

.component-item__prop--sub-s .component-item__date, .component-item__prop--sub-s .component-item__writer {
  display: none
}

.component-item__title {
  overflow: hidden;
  margin-top: 5px;
  margin-bottom: 0
}

@media all and (min-width:768px) {
  .component-item__title {
    line-height: 1.44444
  }
}

@media all and (max-width:767px) {
  .component-item__title {
    line-height: 1.33333
  }
}

@media all and (min-width:1025px) {
  .component-item__title--m {
    font-size: 18px;
    font-size: 1.125rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .component-item__title--m {
    font-size: 14px;
    font-size: .875rem
  }
}

@media all and (max-width:767px) {
  .component-item__title--m {
    font-size: 13px;
    font-size: .8125rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .component-item__title--m {
    font-size: 4.0625vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .component-item__title--m {
    font-size: 16.81875px
  }
}

@media all and (max-width:767px) {
  .component-item__title--m {
    margin-top: 12px
  }
}

@media all and (min-width:1025px) {
  .component-item__title--s {
    font-size: 18px;
    font-size: 1.125rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .component-item__title--s {
    font-size: 14px;
    font-size: .875rem
  }
}

@media all and (max-width:767px) {
  .component-item__title--s {
    font-size: 13px;
    font-size: .8125rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .component-item__title--s {
    font-size: 4.0625vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .component-item__title--s {
    font-size: 16.81875px
  }
}

@media all and (min-width:1025px) {
  .component-item__title--index-l {
    font-size: 18px;
    font-size: 1.125rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .component-item__title--index-l {
    font-size: 14px;
    font-size: .875rem
  }
}

@media all and (max-width:767px) {
  .component-item__title--index-l {
    font-size: 13px;
    font-size: .8125rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .component-item__title--index-l {
    font-size: 4.0625vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .component-item__title--index-l {
    font-size: 16.81875px
  }
}

@media all and (min-width:1025px) {
  .component-item__title--index-s {
    font-size: 18px;
    font-size: 1.125rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .component-item__title--index-s {
    font-size: 14px;
    font-size: .875rem
  }
}

@media all and (max-width:767px) {
  .component-item__title--index-s {
    font-size: 13px;
    font-size: .8125rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .component-item__title--index-s {
    font-size: 4.0625vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .component-item__title--index-s {
    font-size: 16.81875px
  }
}

@media all and (min-width:1025px) {
  .component-item__title--sub {
    font-size: 13px;
    font-size: .8125rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .component-item__title--sub {
    font-size: 14px;
    font-size: .875rem
  }
}

@media all and (max-width:767px) {
  .component-item__title--sub {
    font-size: 13px;
    font-size: .8125rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .component-item__title--sub {
    font-size: 4.0625vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .component-item__title--sub {
    font-size: 16.81875px
  }
}

.component-item__excerpt {
  line-height: 1.84615
}

@media all and (min-width:1025px) {
  .component-item__excerpt {
    margin-top: 10px;
    font-size: 13px;
    font-size: .8125rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .component-item__excerpt {
    display: none
  }
}

@media all and (max-width:767px) {
  .component-item__excerpt {
    display: none
  }
}

@media all and (min-width:1025px) {
  .component-item__readmore {
    margin-top: 30px
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .component-item__readmore {
    display: none!important
  }
}

@media all and (max-width:767px) {
  .component-item__readmore {
    display: none!important
  }
}

.component-item__thumb {
  position: relative
}

.component-item__thumb img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition-duration: 4s;
  transition-duration: 4s;
  -webkit-transition-timing-function: cubic-bezier(.075, .82, .165, 1);
  transition-timing-function: cubic-bezier(.075, .82, .165, 1);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform
}

.component-item__thumb-in {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: cubic-bezier(.075, .82, .165, 1);
  transition-timing-function: cubic-bezier(.075, .82, .165, 1);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-delay: 0s;
  transition-delay: 0s
}

.component-item__thumb-in:before {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right;
  transform-origin: right;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: cubic-bezier(.075, .82, .165, 1);
  transition-timing-function: cubic-bezier(.075, .82, .165, 1);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-delay: .4s;
  transition-delay: .4s
}

.component-item__thumb.js-scroll-item .component-item__thumb-in, .component-item__thumb.js-scroll-item-child .component-item__thumb-in {
  -webkit-transform: translate3d(-100.5%, 0, 0);
  transform: translate3d(-100.5%, 0, 0)
}

.component-item__thumb.js-scroll-item .component-item__thumb-in:before, .component-item__thumb.js-scroll-item-child .component-item__thumb-in:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1)
}

.component-item__thumb.is-shown .component-item__thumb-in {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.component-item__thumb.is-shown .component-item__thumb-in:before {
  -webkit-transform: scaleX(0);
  transform: scaleX(0)
}

.component-item__body:before {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right;
  transform-origin: right;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: cubic-bezier(.075, .82, .165, 1);
  transition-timing-function: cubic-bezier(.075, .82, .165, 1);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform
}

.component-item__body.js-scroll-item-child:before, .component-item__body.js-scroll-item:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1)
}

.component-item__body.is-shown:before {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition-delay: .2s;
  transition-delay: .2s
}

.component-item__title {
  -webkit-transition-duration: .4s;
  transition-duration: .4s;
  -webkit-transition-property: opacity;
  transition-property: opacity
}

.component-item.is-over .component-item__thumb img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1)
}

.component-item.is-over .component-item__title {
  opacity: .3
}

.c-entries {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

@media all and (min-width:1025px) {
  .c-entries {
    margin-top: -50px
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .c-entries {
    margin-top: -30px
  }
}

@media all and (max-width:767px) {
  .c-entries {
    margin-top: -40px
  }
}

@media all and (min-width:1025px) {
  .c-entries--s {
    margin-top: -40px
  }
}

.c-entries--mt0 {
  margin-top: 0
}

.c-entries--jcbw {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.c-entries--jcc {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.c-icon-external {
  width: 14px;
  height: 14px;
  display: inline-block;
  vertical-align: middle;
  margin-left: .5em;
  background-repeat: no-repeat
}

.c-icon-external--b {
  background-image: url(../img/common/external_icon.svg)
}

.c-icon-external--y {
  background-image: url(../img/common/external_icon_y.svg)
}

.c-fade-in {
  opacity: 0
}

.c-fade-in.is-shown {
  opacity: 1;
  -webkit-transition-duration: .6s;
  transition-duration: .6s;
  -webkit-transition-property: opacity;
  transition-property: opacity
}

@media all and (min-width:768px) {
  .grid-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }
}

@media all and (max-width:767px) and (orientation:landscape) {
  .grid-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }
}

.grid-section--jcc {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.grid-section__item {
  display: block;
  color: #000
}

@media all and (min-width:768px) {
  .grid-section__item {
    margin-top: 50px
  }
}

@media all and (max-width:767px) {
  .grid-section__item {
    margin-top: 30px
  }
}

@media all and (min-width:768px) {
  .grid-section__item--col2 {
    width: 47.91667%;
    margin-left: 4.16667%
  }
  .grid-section__item--col2:nth-of-type(1), .grid-section__item--col2:nth-of-type(2) {
    margin-top: 0
  }
  .grid-section__item--col2:nth-of-type(2n+1) {
    margin-left: 0
  }
}

@media all and (max-width:767px) {
  .grid-section__item--col2:first-of-type {
    margin-top: 0
  }
}

@media all and (min-width:768px) {
  .grid-section__item--col3 {
    width: 30.55556%;
    margin-left: 4.16667%
  }
  .grid-section__item--col3:nth-of-type(1), .grid-section__item--col3:nth-of-type(2), .grid-section__item--col3:nth-of-type(3) {
    margin-top: 0
  }
  .grid-section__item--col3:nth-of-type(3n+1) {
    margin-left: 0
  }
}

@media all and (max-width:767px) and (orientation:landscape) {
  .grid-section__item--col3 {
    width: 30.55556%;
    margin-left: 4.16667%
  }
  .grid-section__item--col3:nth-of-type(1), .grid-section__item--col3:nth-of-type(2), .grid-section__item--col3:nth-of-type(3) {
    margin-top: 0
  }
  .grid-section__item--col3:nth-of-type(3n+1) {
    margin-left: 0
  }
}

@media all and (max-width:767px) and (orientation:portrait) {
  .grid-section__item--col3:first-of-type {
    margin-top: 0
  }
}

@media all and (min-width:1025px) {
  .grid-section__item--col2or3 {
    width: 30.55556%;
    margin-left: 4.16667%
  }
  .grid-section__item--col2or3:nth-of-type(1), .grid-section__item--col2or3:nth-of-type(2), .grid-section__item--col2or3:nth-of-type(3) {
    margin-top: 0
  }
  .grid-section__item--col2or3:nth-of-type(3n+1) {
    margin-left: 0
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .grid-section__item--col2or3 {
    width: 47.91667%;
    margin-left: 4.16667%
  }
  .grid-section__item--col2or3:nth-of-type(1), .grid-section__item--col2or3:nth-of-type(2) {
    margin-top: 0
  }
  .grid-section__item--col2or3:nth-of-type(2n+1) {
    margin-left: 0
  }
}

@media all and (max-width:767px) {
  .grid-section__item--col2or3:first-of-type {
    margin-top: 0
  }
}

@media all and (max-width:767px) and (orientation:portrait) {
  .grid-section__item--s {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
}

.grid-section__item-thumb {
  overflow: hidden
}

@media all and (max-width:767px) and (orientation:portrait) {
  .grid-section__item-thumb--s {
    width: 50%
  }
}

.grid-section__item-thumb img {
  width: 100%
}

.grid-section__item-thumb-in {
  overflow: hidden;
  position: relative
}

.grid-section__item-thumb-in--people {
  position: relative;
  padding-top: 66.6%
}

.grid-section__item-thumb-in--people img {
  position: absolute;
  top: 0;
  left: 0
}

.grid-section__item-thumb-in:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background-color: #000
}

.grid-section__item-thumb-blur img {
  width: 100%
}

.grid-section__item-body {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative
}

@media all and (min-width:1025px) {
  .grid-section__item-body {
    padding: 30px 30px 0
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .grid-section__item-body {
    padding-top: 20px
  }
}

@media all and (max-width:767px) {
  .grid-section__item-body {
    padding-top: 20px
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .grid-section__item-body--s {
    padding-right: 0;
    padding-left: 0
  }
}

@media all and (max-width:767px) and (orientation:portrait) {
  .grid-section__item-body--s {
    width: 50%;
    padding-top: 0;
    padding-left: 20px
  }
}

.grid-section__item-body:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background-color: #fff
}

.grid-section__item-body--beige:before {
  background-color: #f5f3f0
}

.grid-section__item-head {
  line-height: 1.25;
  margin-top: 0;
  font-weight: 700;
  letter-spacing: .05em
}

@media all and (min-width:1025px) {
  .grid-section__item-head {
    font-size: 26px;
    font-size: 1.625rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .grid-section__item-head {
    font-size: 18px;
    font-size: 1.125rem
  }
}

@media all and (max-width:767px) {
  .grid-section__item-head {
    font-size: 13px;
    font-size: .8125rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .grid-section__item-head {
    font-size: 4.0625vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .grid-section__item-head {
    font-size: 16.81875px
  }
}

@media all and (min-width:1025px) {
  .grid-section__item-head {
    margin-bottom: 15px
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .grid-section__item-head {
    margin-bottom: 10px
  }
}

@media all and (max-width:767px) {
  .grid-section__item-head {
    margin-bottom: 10px
  }
}

.grid-section__item-text {
  line-height: 2;
  margin-top: 0;
  margin-bottom: 0;
  letter-spacing: .05em
}

@media all and (min-width:1025px) {
  .grid-section__item-text {
    font-size: 13px;
    font-size: .8125rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .grid-section__item-text {
    font-size: 12px;
    font-size: .75rem
  }
}

@media all and (max-width:767px) {
  .grid-section__item-text {
    font-size: 9px;
    font-size: .5625rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .grid-section__item-text {
    font-size: 2.8125vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .grid-section__item-text {
    font-size: 11.64375px
  }
}

.grid-section__item-text--s {
  line-height: 1.75;
  margin-top: -5px
}

@media all and (min-width:768px) {
  .grid-section__item-readmore {
    margin-top: 20px
  }
}

@media all and (max-width:767px) {
  .grid-section__item-readmore {
    margin-top: 10px
  }
}

.grid-section__item-thumb img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition-duration: 4s;
  transition-duration: 4s;
  -webkit-transition-timing-function: cubic-bezier(.075, .82, .165, 1);
  transition-timing-function: cubic-bezier(.075, .82, .165, 1);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform
}

.grid-section__item-thumb-in {
  -webkit-transform: translate3d(-100.5%, 0, 0);
  transform: translate3d(-100.5%, 0, 0);
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: cubic-bezier(.075, .82, .165, 1);
  transition-timing-function: cubic-bezier(.075, .82, .165, 1);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-delay: 0s;
  transition-delay: 0s
}

.grid-section__item-thumb-in:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: right;
  transform-origin: right;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: cubic-bezier(.075, .82, .165, 1);
  transition-timing-function: cubic-bezier(.075, .82, .165, 1);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-delay: .4s;
  transition-delay: .4s
}

.grid-section__item-thumb.is-shown .grid-section__item-thumb-in {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.grid-section__item-thumb.is-shown .grid-section__item-thumb-in:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1)
}

.grid-section__item-thumb-blur {
  opacity: 0;
  -webkit-filter: blur(20px);
  filter: blur(20px);
  -webkit-transform: scale(.8);
  transform: scale(.8)
}

.grid-section__item-thumb-blur.is-shown {
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: cubic-bezier(.075, .82, .165, 1);
  transition-timing-function: cubic-bezier(.075, .82, .165, 1);
  -webkit-transition-property: opacity, -webkit-filter, -webkit-transform;
  transition-property: opacity, -webkit-filter, -webkit-transform;
  transition-property: opacity, filter, transform;
  transition-property: opacity, filter, transform, -webkit-filter, -webkit-transform
}

.grid-section__item-body:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: right;
  transform-origin: right;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: cubic-bezier(.075, .82, .165, 1);
  transition-timing-function: cubic-bezier(.075, .82, .165, 1);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform
}

.grid-section__item-body.is-shown:before {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition-delay: .4s;
  transition-delay: .4s
}

@media all and (min-width:768px) {
  .grid-section__item--col2:nth-of-type(2n+1) .grid-section__item-thumb-in {
    -webkit-transition-delay: .1s;
    transition-delay: .1s
  }
  .grid-section__item--col2:nth-of-type(2n+1) .grid-section__item-thumb-in:before {
    -webkit-transition-delay: .5s;
    transition-delay: .5s
  }
  .grid-section__item--col2:nth-of-type(2n+1) .grid-section__item-thumb-blur {
    -webkit-transition-delay: .1s;
    transition-delay: .1s
  }
  .grid-section__item--col2:nth-of-type(2n+1) .grid-section__item-body:before {
    -webkit-transition-delay: .5s;
    transition-delay: .5s
  }
  .grid-section__item--col2:nth-of-type(2n+2) .grid-section__item-thumb-in {
    -webkit-transition-delay: .2s;
    transition-delay: .2s
  }
  .grid-section__item--col2:nth-of-type(2n+2) .grid-section__item-thumb-in:before {
    -webkit-transition-delay: .6s;
    transition-delay: .6s
  }
  .grid-section__item--col2:nth-of-type(2n+2) .grid-section__item-thumb-blur {
    -webkit-transition-delay: .2s;
    transition-delay: .2s
  }
  .grid-section__item--col2:nth-of-type(2n+2) .grid-section__item-body:before {
    -webkit-transition-delay: .6s;
    transition-delay: .6s
  }
  .grid-section__item--col3:nth-of-type(3n+1) .grid-section__item-thumb-in {
    -webkit-transition-delay: .1s;
    transition-delay: .1s
  }
  .grid-section__item--col3:nth-of-type(3n+1) .grid-section__item-thumb-in:before {
    -webkit-transition-delay: .5s;
    transition-delay: .5s
  }
  .grid-section__item--col3:nth-of-type(3n+1) .grid-section__item-thumb-blur {
    -webkit-transition-delay: .1s;
    transition-delay: .1s
  }
  .grid-section__item--col3:nth-of-type(3n+1) .grid-section__item-body:before {
    -webkit-transition-delay: .5s;
    transition-delay: .5s
  }
  .grid-section__item--col3:nth-of-type(3n+2) .grid-section__item-thumb-in {
    -webkit-transition-delay: .2s;
    transition-delay: .2s
  }
  .grid-section__item--col3:nth-of-type(3n+2) .grid-section__item-thumb-in:before {
    -webkit-transition-delay: .6s;
    transition-delay: .6s
  }
  .grid-section__item--col3:nth-of-type(3n+2) .grid-section__item-thumb-blur {
    -webkit-transition-delay: .2s;
    transition-delay: .2s
  }
  .grid-section__item--col3:nth-of-type(3n+2) .grid-section__item-body:before {
    -webkit-transition-delay: .6s;
    transition-delay: .6s
  }
  .grid-section__item--col3:nth-of-type(3n+3) .grid-section__item-thumb-in {
    -webkit-transition-delay: .3s;
    transition-delay: .3s
  }
  .grid-section__item--col3:nth-of-type(3n+3) .grid-section__item-thumb-in:before {
    -webkit-transition-delay: .7s;
    transition-delay: .7s
  }
  .grid-section__item--col3:nth-of-type(3n+3) .grid-section__item-thumb-blur {
    -webkit-transition-delay: .3s;
    transition-delay: .3s
  }
  .grid-section__item--col3:nth-of-type(3n+3) .grid-section__item-body:before {
    -webkit-transition-delay: .7s;
    transition-delay: .7s
  }
}

.grid-section__item.is-over .grid-section__item-thumb img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1)
}

.c-image-caption {
  margin-top: 8px;
  text-align: right
}

@media all and (min-width:768px) {
  .c-image-caption {
    font-size: 11px;
    font-size: .6875rem
  }
}

@media all and (max-width:767px) {
  .c-image-caption {
    font-size: 9px;
    font-size: .5625rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .c-image-caption {
    font-size: 2.8125vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .c-image-caption {
    font-size: 11.64375px
  }
}

.c-image-expand img {
  width: 100%;
  display: block
}

.text-link-sns {
  width: 30px;
  height: 30px;
  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;
  border-radius: 50%;
  background-color: #000;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: background-color;
  transition-property: background-color
}

.text-link-sns svg {
  fill: #fff
}

.text-link-sns--facebook.is-over {
  background-color: #305097
}

.text-link-sns--instagram.is-over {
  background-color: #8a3ab9
}

.text-link-text, .p-blog-entry-content a, .p-news-entry-content a {
  display: inline-block;
  color: #c1b157;
  position: relative
}

.text-link-text:after, .text-link-text:before, .p-blog-entry-content a:after, .p-blog-entry-content a:before, .p-news-entry-content a:after, .p-news-entry-content a:before {
  width: 100%;
  height: 1px;
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #c1b157
}

.text-link-text:before, .p-blog-entry-content a:before, .p-news-entry-content a:before {
  -webkit-transform-origin: right;
  transform-origin: right
}

.text-link-text:after, .p-blog-entry-content a:after, .p-news-entry-content a:after {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left;
  transform-origin: left
}

.text-link-text--b {
  color: #000
}

.text-link-text--b:after, .text-link-text--b:before {
  background-color: #000
}

.text-link-text:hover:after, .text-link-text:hover:before, .p-blog-entry-content a:hover:after, .p-blog-entry-content a:hover:before, .p-news-entry-content a:hover:after, .p-news-entry-content a:hover:before {
  -webkit-transition-duration: .2s;
  transition-duration: .2s
}

.text-link-text:hover:before, .p-blog-entry-content a:hover:before, .p-news-entry-content a:hover:before {
  -webkit-transform: scaleX(0);
  transform: scaleX(0)
}

.text-link-text:hover:after, .p-blog-entry-content a:hover:after, .p-news-entry-content a:hover:after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-delay: .2s;
  transition-delay: .2s
}

.text-link-underline {
  display: inline-block;
  line-height: 1.1;
  color: #000;
  font-weight: 700;
  letter-spacing: .3em
}

@media all and (min-width:1025px) {
  .text-link-underline {
    font-size: 12px;
    font-size: .75rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .text-link-underline {
    font-size: 11px;
    font-size: .6875rem
  }
}

@media all and (max-width:767px) {
  .text-link-underline {
    font-size: 9px;
    font-size: .5625rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .text-link-underline {
    font-size: 2.8125vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .text-link-underline {
    font-size: 11.64375px
  }
}

.text-link-underline:after {
  height: 2px;
  content: '';
  display: block;
  margin-top: 11px;
  background-color: #000
}

@media all and (min-width:768px) {
  .text-link-underline:after {
    width: 35px
  }
}

@media all and (max-width:767px) {
  .text-link-underline:after {
    width: 30px
  }
}

.text-link-underline:after {
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: cubic-bezier(.075, .82, .165, 1);
  transition-timing-function: cubic-bezier(.075, .82, .165, 1)
}

.text-link-underline.is-over:after {
  width: 100%
}

.is-over .text-link-underline:after {
  width: 100%
}

.text-over-line {
  position: relative
}

.text-over-line:before {
  height: 2px;
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: -2px;
  left: -2px;
  margin-top: -1px;
  background-color: #000;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}

.text-over-line--bottom:before {
  top: auto;
  bottom: 0
}

.text-over-line.is-over:before {
  -webkit-animation-name: drawOverLine;
  animation-name: drawOverLine
}

.text-over-line.is-leave:before {
  -webkit-animation-name: removeOverLine;
  animation-name: removeOverLine
}

.text-over-line--white:before {
  background-color: #fff
}

.text-over-line--gray:before {
  background-color: #a7a7a7
}

.c-pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700
}

.c-pager__item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1;
  position: relative;
  color: #000;
  text-align: center
}

@media all and (min-width:768px) {
  .c-pager__item {
    height: 40px
  }
}

@media all and (max-width:767px) {
  .c-pager__item {
    height: 30px
  }
}

@media all and (min-width:768px) {
  .c-pager__item--num {
    width: 40px;
    margin-right: 3px;
    margin-left: 2px;
    padding-top: 11px;
    border: 2px solid #000
  }
}

@media all and (max-width:767px) {
  .c-pager__item--num {
    width: 30px;
    margin-right: 1px;
    margin-left: 1px;
    padding-top: 8px;
    border: 1px solid #000
  }
}

.c-pager__item--num.is-current {
  color: #fff;
  background-color: #000
}

.c-pager__item--num:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000
}

@media all and (min-width:768px) {
  .c-pager__item--adjacent {
    width: 40px;
    margin-right: 3px;
    margin-left: 2px;
    padding-top: 13px
  }
}

@media all and (max-width:767px) {
  .c-pager__item--adjacent {
    width: 30px;
    margin-right: 1px;
    margin-left: 1px;
    padding-top: 9px
  }
}

@media all and (min-width:768px) {
  .c-pager__item--ellipsis {
    margin-right: 5px;
    margin-left: 4px;
    padding-top: 11px
  }
}

@media all and (max-width:767px) {
  .c-pager__item--ellipsis {
    margin-right: 3px;
    margin-left: 2px;
    padding-top: 7px
  }
}

.c-pager__item-label {
  display: block;
  position: relative;
  z-index: 10
}

.c-pager__item:after {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: cubic-bezier(.075, .82, .165, 1);
  transition-timing-function: cubic-bezier(.075, .82, .165, 1);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform
}

.c-pager__item.is-over:after {
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transform: scaleX(1);
  transform: scaleX(1)
}

.c-pager__item.is-leave:after {
  -webkit-transform-origin: right;
  transform-origin: right;
  -webkit-transform: scaleX(0);
  transform: scaleX(0)
}

.c-pager__item--num.is-over {
  color: #fff
}

.c-pager__item--adjacent.is-over {
  opacity: .5
}

.c-paragraph-center {
  margin: 0;
  letter-spacing: .025em
}

@media all and (min-width:768px) {
  .c-paragraph-center {
    text-align: center
  }
}

@media all and (min-width:1025px) {
  .c-paragraph-center--l {
    font-size: 15px;
    font-size: .9375rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .c-paragraph-center--l {
    font-size: 13px;
    font-size: .8125rem
  }
}

@media all and (max-width:767px) {
  .c-paragraph-center--l {
    font-size: 11px;
    font-size: .6875rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .c-paragraph-center--l {
    font-size: 3.4375vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .c-paragraph-center--l {
    font-size: 14.23125px
  }
}

@media all and (min-width:768px) {
  .c-paragraph-center--l {
    line-height: 2.33333
  }
}

@media all and (max-width:767px) {
  .c-paragraph-center--l {
    line-height: 1.8
  }
}

@media all and (min-width:1025px) {
  .c-paragraph-center--2l {
    font-size: 16px;
    font-size: 1rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .c-paragraph-center--2l {
    font-size: 13px;
    font-size: .8125rem
  }
}

@media all and (max-width:767px) {
  .c-paragraph-center--2l {
    font-size: 11px;
    font-size: .6875rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .c-paragraph-center--2l {
    font-size: 3.4375vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .c-paragraph-center--2l {
    font-size: 14.23125px
  }
}

@media all and (min-width:768px) {
  .c-paragraph-center--2l {
    line-height: 2.5
  }
}

@media all and (max-width:767px) {
  .c-paragraph-center--2l {
    line-height: 1.8
  }
}

.c-photo-gallery__thumb-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

@media all and (min-width:768px) {
  .c-photo-gallery__thumb-group {
    margin-top: 4.16667%
  }
}

@media all and (max-width:767px) {
  .c-photo-gallery__thumb-group {
    margin-top: 30px
  }
}

.c-photo-gallery__thumb {
  cursor: pointer;
  overflow: hidden
}

@media all and (min-width:768px) {
  .c-photo-gallery__thumb {
    width: 21.875%
  }
}

@media all and (max-width:767px) {
  .c-photo-gallery__thumb {
    width: 22.22222%
  }
}

.c-photo-gallery__thumb img {
  width: 100%
}

.c-photo-gallery__thumb-in {
  overflow: hidden;
  position: relative
}

.c-photo-gallery__thumb-in:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background-color: #000
}

.c-photo-gallery__detail {
  height: 0;
  overflow: hidden
}

@media all and (min-width:768px) {
  .c-photo-gallery__detail-in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 4.16667%
  }
}

@media all and (max-width:767px) {
  .c-photo-gallery__detail-in {
    padding-top: 30px
  }
}

@media all and (min-width:1367px) {
  .c-photo-gallery__detail-photo {
    width: 70.83333%
  }
}

@media all and (min-width:768px) and (max-width:1366px) {
  .c-photo-gallery__detail-photo {
    width: 58.6%
  }
}

@media all and (max-width:767px) {
  .c-photo-gallery__detail-photo {
    margin-bottom: 30px
  }
}

.c-photo-gallery__detail-photo img {
  width: 100%
}

.c-photo-gallery__detail-body {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

@media all and (min-width:1367px) {
  .c-photo-gallery__detail-body {
    width: 29.16667%;
    padding-left: 8.33333%
  }
}

@media all and (min-width:768px) and (max-width:1366px) {
  .c-photo-gallery__detail-body {
    width: 41.4%;
    padding-left: 6.25%
  }
}

@media all and (min-width:768px) {
  .c-photo-gallery__detail-head {
    margin-bottom: 10px;
    font-size: 18px;
    font-size: 1.125rem
  }
}

@media all and (max-width:767px) {
  .c-photo-gallery__detail-head {
    margin-bottom: 25px;
    font-size: 15px;
    font-size: .9375rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .c-photo-gallery__detail-head {
    font-size: 4.6875vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .c-photo-gallery__detail-head {
    font-size: 19.40625px
  }
}

.c-photo-gallery__detail {
  -webkit-transition-duration: .4s;
  transition-duration: .4s;
  -webkit-transition-timing-function: cubic-bezier(.785, .135, .15, .86);
  transition-timing-function: cubic-bezier(.785, .135, .15, .86)
}

.c-photo-gallery__thumb img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition-duration: 4s;
  transition-duration: 4s;
  -webkit-transition-timing-function: cubic-bezier(.075, .82, .165, 1);
  transition-timing-function: cubic-bezier(.075, .82, .165, 1);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform
}

.c-photo-gallery__thumb-in {
  -webkit-transform: translate3d(-100.5%, 0, 0);
  transform: translate3d(-100.5%, 0, 0);
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: cubic-bezier(.075, .82, .165, 1);
  transition-timing-function: cubic-bezier(.075, .82, .165, 1);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-delay: 0s;
  transition-delay: 0s
}

.c-photo-gallery__thumb-in:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: right;
  transform-origin: right;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: cubic-bezier(.075, .82, .165, 1);
  transition-timing-function: cubic-bezier(.075, .82, .165, 1);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-delay: .4s;
  transition-delay: .4s
}

.c-photo-gallery__thumb.is-shown .c-photo-gallery__thumb-in {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.c-photo-gallery__thumb.is-shown .c-photo-gallery__thumb-in:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1)
}

.c-photo-gallery__thumb.is-over img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1)
}

@media all and (min-width:1025px) {
  .page-section-2col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 8.33333%;
    margin-right: 16.66667%;
    margin-left: 16.66667%
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .page-section-2col {
    margin-bottom: 8.33333%;
    margin-right: 10%;
    margin-left: 10%
  }
}

@media all and (max-width:767px) {
  .page-section-2col {
    margin-bottom: 50px;
    margin-right: 25px;
    margin-left: 25px
  }
}

@media all and (min-width:1025px) {
  .page-section-2col__main {
    width: 65%
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .page-section-2col__main {
    margin-bottom: 6.94444%
  }
}

@media all and (max-width:767px) {
  .page-section-2col__main {
    margin-bottom: 50px
  }
}

@media all and (min-width:1025px) {
  .page-section-2col__sub {
    width: 25%
  }
}

@media all and (min-width:1025px) {
  .page-section-2col__sub-block {
    margin-bottom: 26.66667%
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .page-section-2col__sub-block {
    margin-bottom: 6.66667%
  }
}

@media all and (max-width:767px) {
  .page-section-2col__sub-block {
    margin-bottom: 40px
  }
}

.page-section-has-bg {
  position: relative
}

@media all and (min-width:768px) {
  .page-section-has-bg {
    margin-bottom: 8.33333%;
    margin-right: 6.66667%;
    margin-left: 6.66667%;
    padding-top: 8.33333%;
    padding-bottom: 8.33333%
  }
}

@media all and (max-width:767px) {
  .page-section-has-bg {
    margin-bottom: 50px;
    padding-top: 50px;
    padding-bottom: 50px
  }
}

.page-section-has-bg__content {
  position: relative;
  z-index: 10
}

@media all and (min-width:768px) {
  .page-section-has-bg__content {
    margin-right: 3.84615%;
    margin-left: 3.84615%
  }
}

@media all and (max-width:767px) {
  .page-section-has-bg__content {
    margin-right: 25px;
    margin-left: 25px
  }
}

.page-section-has-bg__content-narrow {
  position: relative;
  z-index: 10
}

@media all and (min-width:768px) {
  .page-section-has-bg__content-narrow {
    margin-right: 19.23077%;
    margin-left: 19.23077%
  }
}

@media all and (max-width:767px) {
  .page-section-has-bg__content-narrow {
    margin-right: 25px;
    margin-left: 25px
  }
}

.page-section-has-bg__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #f5f3f0
}

.page-section-has-kv {
  overflow: hidden;
  position: relative
}

@media all and (min-width:768px) {
  .page-section-has-kv {
    margin-bottom: 8.33333%;
    margin-right: 6.66%;
    margin-left: 6.66%;
    padding-bottom: .55556%
  }
}

@media all and (max-width:767px) {
  .page-section-has-kv {
    margin-bottom: 50px
  }
}

.page-section-has-kv__head {
  line-height: 1.1;
  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;
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #fff;
  text-align: center;
  letter-spacing: .1em
}

@media all and (min-width:1025px) {
  .page-section-has-kv__head {
    font-size: 40px;
    font-size: 2.5rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .page-section-has-kv__head {
    font-size: 28px;
    font-size: 1.75rem
  }
}

@media all and (max-width:767px) {
  .page-section-has-kv__head {
    font-size: 18px;
    font-size: 1.125rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .page-section-has-kv__head {
    font-size: 5.625vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .page-section-has-kv__head {
    font-size: 23.2875px
  }
}

.page-section-has-kv__head-en {
  display: block
}

@media all and (min-width:768px) {
  .page-section-has-kv__head-en {
    margin-bottom: 15px
  }
}

@media all and (max-width:767px) {
  .page-section-has-kv__head-en {
    margin-bottom: 8px
  }
}

.page-section-has-kv__head-ja {
  display: block
}

@media all and (min-width:1025px) {
  .page-section-has-kv__head-ja {
    font-size: 14px;
    font-size: .875rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .page-section-has-kv__head-ja {
    font-size: 13px;
    font-size: .8125rem
  }
}

@media all and (max-width:767px) {
  .page-section-has-kv__head-ja {
    font-size: 9px;
    font-size: .5625rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .page-section-has-kv__head-ja {
    font-size: 2.8125vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .page-section-has-kv__head-ja {
    font-size: 11.64375px
  }
}

.page-section-has-kv__image {
  overflow: hidden;
  position: relative;
  z-index: 10
}

@media all and (min-width:768px) {
  .page-section-has-kv__image {
    margin-bottom: 9.61538%;
    margin-right: 3.84615%;
    margin-left: 3.84615%
  }
}

@media all and (max-width:767px) {
  .page-section-has-kv__image {
    margin-bottom: 25px;
    margin-right: 25px;
    margin-left: 25px
  }
}

.page-section-has-kv__image img {
  width: 100%
}

.page-section-has-kv__image-in {
  display: block;
  overflow: hidden
}

.page-section-has-kv__image-in:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 20;
  background-color: #000
}

.page-section-has-kv__content, .page-section-has-kv__content-expand {
  position: relative;
  z-index: 10;
  margin-right: auto;
  margin-left: auto
}

@media all and (min-width:768px) {
  .page-section-has-kv__content, .page-section-has-kv__content-expand {
    margin-bottom: 8.97436%
  }
}

@media all and (max-width:767px) {
  .page-section-has-kv__content, .page-section-has-kv__content-expand {
    margin-bottom: 50px
  }
}

@media all and (min-width:1025px) {
  .page-section-has-kv__content {
    width: 61.53846%
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .page-section-has-kv__content {
    width: 76.92308%
  }
}

@media all and (max-width:767px) {
  .page-section-has-kv__content {
    padding-right: 25px;
    padding-left: 25px
  }
}

@media all and (max-width:767px) {
  .page-section-has-kv__content-expand {
    padding-right: 25px;
    padding-left: 25px
  }
}

.page-section-has-kv__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin-top: 22.22222%;
  background-color: #f5f3f0
}

.page-section-has-kv__head {
  opacity: 0;
  -webkit-filter: blur(20px);
  filter: blur(20px);
  -webkit-transform: scale(.9);
  transform: scale(.9)
}

.page-section-has-kv__head.is-shown {
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-delay: .3s;
  transition-delay: .3s;
  -webkit-transition-timing-function: cubic-bezier(.075, .82, .165, 1);
  transition-timing-function: cubic-bezier(.075, .82, .165, 1);
  -webkit-transition-property: opacity, -webkit-filter, -webkit-transform;
  transition-property: opacity, -webkit-filter, -webkit-transform;
  transition-property: opacity, filter, transform;
  transition-property: opacity, filter, transform, -webkit-filter, -webkit-transform
}

.page-section-has-kv__image-in {
  -webkit-transform: translate3d(-100.5%, 0, 0);
  transform: translate3d(-100.5%, 0, 0);
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: cubic-bezier(.075, .82, .165, 1);
  transition-timing-function: cubic-bezier(.075, .82, .165, 1);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-delay: .2s;
  transition-delay: .2s
}

.page-section-has-kv__image-in:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: right;
  transform-origin: right;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: cubic-bezier(.075, .82, .165, 1);
  transition-timing-function: cubic-bezier(.075, .82, .165, 1);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-delay: .6s;
  transition-delay: .6s
}

.page-section-has-kv__image.is-shown .page-section-has-kv__image-in {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.page-section-has-kv__image.is-shown .page-section-has-kv__image-in:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1)
}

.page-section-header-hyphen {
  display: block;
  line-height: 1.1;
  margin: 0;
  color: #c1b157;
  text-align: center;
  letter-spacing: .2em
}

@media all and (min-width:1025px) {
  .page-section-header-hyphen {
    font-size: 14px;
    font-size: .875rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .page-section-header-hyphen {
    font-size: 13px;
    font-size: .8125rem
  }
}

@media all and (max-width:767px) {
  .page-section-header-hyphen {
    font-size: 10px;
    font-size: .625rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .page-section-header-hyphen {
    font-size: 3.125vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .page-section-header-hyphen {
    font-size: 12.9375px
  }
}

.page-section-header-hyphen--gray {
  color: #8f8e8e;
  letter-spacing: .3em
}

@media all and (min-width:1025px) {
  .page-section-header-hyphen--gray {
    font-size: 10px;
    font-size: .625rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .page-section-header-hyphen--gray {
    font-size: 10px;
    font-size: .625rem
  }
}

@media all and (max-width:767px) {
  .page-section-header-hyphen--gray {
    font-size: 8px;
    font-size: .5rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .page-section-header-hyphen--gray {
    font-size: 2.5vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .page-section-header-hyphen--gray {
    font-size: 10.35px
  }
}

.page-section-header-hyphen:after, .page-section-header-hyphen:before {
  content: '-';
  display: inline-block
}

.page-section-header-hyphen:before {
  margin-right: .5em
}

.page-section-header-hyphen:after {
  margin-left: .5em
}

.page-section-header-qmark {
  line-height: 1.1;
  margin: 0;
  font-weight: 400;
  text-align: center
}

@media all and (min-width:1025px) {
  .page-section-header-qmark {
    font-size: 22px;
    font-size: 1.375rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .page-section-header-qmark {
    font-size: 17px;
    font-size: 1.0625rem
  }
}

@media all and (max-width:767px) {
  .page-section-header-qmark {
    font-size: 14px;
    font-size: .875rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .page-section-header-qmark {
    font-size: 4.375vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .page-section-header-qmark {
    font-size: 18.1125px
  }
}

.page-section-header-qmark:after, .page-section-header-qmark:before {
  content: '"';
  display: inline-block
}

.page-section-header-qmark:before {
  margin-right: .5em
}

.page-section-header-qmark:after {
  margin-left: .5em
}

.page-section-header-serif {
  line-height: 1.16667;
  margin: 0;
  font-family: "Noto Serif", "Noto Sans Japanese", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  text-align: center;
  letter-spacing: .025em
}

@media all and (min-width:1025px) {
  .page-section-header-serif {
    font-size: 60px;
    font-size: 3.75rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .page-section-header-serif {
    font-size: 42px;
    font-size: 2.625rem
  }
}

@media all and (max-width:767px) {
  .page-section-header-serif {
    font-size: 21px;
    font-size: 1.3125rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .page-section-header-serif {
    font-size: 6.5625vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .page-section-header-serif {
    font-size: 27.16875px
  }
}

.page-section-header-2lang {
  margin: 0;
  text-align: center
}

.page-section-header-2lang__en, .page-section-header-2lang__ja {
  display: block
}

.page-section-header-2lang__en {
  line-height: 1.33333;
  letter-spacing: .1em
}

@media all and (min-width:1025px) {
  .page-section-header-2lang__en {
    font-size: 24px;
    font-size: 1.5rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .page-section-header-2lang__en {
    font-size: 20px;
    font-size: 1.25rem
  }
}

@media all and (max-width:767px) {
  .page-section-header-2lang__en {
    font-size: 14px;
    font-size: .875rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .page-section-header-2lang__en {
    font-size: 4.375vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .page-section-header-2lang__en {
    font-size: 18.1125px
  }
}

@media all and (min-width:768px) {
  .page-section-header-2lang__en {
    margin-bottom: 6px
  }
}

.page-section-header-2lang__ja {
  line-height: 1.1;
  margin: 5px 0 0;
  font-weight: 400
}

@media all and (min-width:1025px) {
  .page-section-header-2lang__ja {
    font-size: 14px;
    font-size: .875rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .page-section-header-2lang__ja {
    font-size: 13px;
    font-size: .8125rem
  }
}

@media all and (max-width:767px) {
  .page-section-header-2lang__ja {
    font-size: 10px;
    font-size: .625rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .page-section-header-2lang__ja {
    font-size: 3.125vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .page-section-header-2lang__ja {
    font-size: 12.9375px
  }
}

.page-section-header {
  line-height: 1.65385;
  margin: 0;
  text-align: center;
  letter-spacing: .05em
}

@media all and (min-width:1025px) {
  .page-section-header {
    font-size: 26px;
    font-size: 1.625rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .page-section-header {
    font-size: 21px;
    font-size: 1.3125rem
  }
}

@media all and (max-width:767px) {
  .page-section-header {
    font-size: 15px;
    font-size: .9375rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .page-section-header {
    font-size: 4.6875vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .page-section-header {
    font-size: 19.40625px
  }
}

.page-section-header--m {
  font-weight: 400
}

@media all and (min-width:768px) {
  .page-section-narrow {
    margin-bottom: 8.33333%
  }
}

@media all and (min-width:1025px) {
  .page-section-narrow {
    margin-right: 23.33333%;
    margin-left: 23.33333%
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .page-section-narrow {
    margin-right: 16.66667%;
    margin-left: 16.66667%
  }
}

@media all and (max-width:767px) {
  .page-section-narrow {
    margin-bottom: 50px;
    margin-right: 25px;
    margin-left: 25px
  }
}

.page-section-narrow:before {
  width: 1px;
  content: '';
  display: block
}

@media all and (min-width:768px) {
  .page-section-narrow:before {
    height: 60px;
    margin-top: -60px
  }
}

@media all and (max-width:767px) {
  .page-section-narrow:before {
    height: 40px;
    margin-top: -40px
  }
}

@media all and (min-width:768px) {
  .page-section {
    margin-bottom: 8.33333%;
    margin-right: 10%;
    margin-left: 10%
  }
}

@media all and (max-width:767px) {
  .page-section {
    margin-bottom: 50px;
    margin-right: 25px;
    margin-left: 25px
  }
}

.page-section:before {
  width: 1px;
  content: '';
  display: block
}

@media all and (min-width:768px) {
  .page-section:before {
    height: 60px;
    margin-top: -60px
  }
}

@media all and (max-width:767px) {
  .page-section:before {
    height: 40px;
    margin-top: -40px
  }
}

.slide-in-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  overflow: hidden
}

.slide-in-left__wrap1, .slide-in-left__wrap2 {
  display: block;
  overflow: hidden
}

.slide-in-left__wrap1, .slide-in-left__wrap2 {
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: cubic-bezier(.075, .82, .165, 1);
  transition-timing-function: cubic-bezier(.075, .82, .165, 1);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform
}

.slide-in-left__wrap1 {
  -webkit-transform: translate3d(-100.5%, 0, 0);
  transform: translate3d(-100.5%, 0, 0)
}

.slide-in-left__wrap2 {
  -webkit-transform: translate3d(100.1%, 0, 0);
  transform: translate3d(100.1%, 0, 0)
}

.slide-in-left.is-shown .slide-in-left__wrap1, .slide-in-left.is-shown .slide-in-left__wrap2 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.slide-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden
}

.slide-in__wrap1, .slide-in__wrap2, .slide-in__wrap3 {
  display: block
}

.slide-in__wrap1, .slide-in__wrap2 {
  overflow: hidden
}

.slide-in__wrap2, .slide-in__wrap3 {
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: cubic-bezier(.075, .82, .165, 1);
  transition-timing-function: cubic-bezier(.075, .82, .165, 1);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform
}

.slide-in__wrap2 {
  -webkit-transform: translate3d(-100.5%, 0, 0);
  transform: translate3d(-100.5%, 0, 0)
}

.slide-in__wrap3 {
  -webkit-transform: translate3d(100.1%, 0, 0);
  transform: translate3d(100.1%, 0, 0)
}

.slide-in.is-shown .slide-in__wrap2, .slide-in.is-shown .slide-in__wrap3 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.c-tab-content__block {
  display: none
}

.c-tab-content__block.is-current {
  display: block
}

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

.c-tab__item {
  line-height: 2;
  position: relative;
  letter-spacing: .2em;
  padding-right: 1.5em;
  padding-left: 1.5em;
  color: #000
}

@media all and (min-width:1025px) {
  .c-tab__item {
    font-size: 14px;
    font-size: .875rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .c-tab__item {
    font-size: 13px;
    font-size: .8125rem
  }
}

@media all and (max-width:767px) {
  .c-tab__item {
    font-size: 10px;
    font-size: .625rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .c-tab__item {
    font-size: 3.125vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .c-tab__item {
    font-size: 12.9375px
  }
}

.c-tab__item:before {
  width: 1px;
  height: 1em;
  content: '';
  display: block;
  position: absolute;
  top: .6em;
  left: 0;
  background-color: #000
}

.c-tab__item:first-of-type:before {
  display: none
}

.c-tab__item-in {
  cursor: pointer
}

.c-tab__item.is-current .c-tab__item-in:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-animation-name: none;
  animation-name: none
}

.c-table-basic {
  width: 100%;
  border-top: 1px solid #e5e5e5;
  letter-spacing: .025em
}

.c-table-basic tbody tr {
  border-bottom: 1px solid #e5e5e5
}

@media all and (max-width:767px) {
  .c-table-basic tbody tr {
    display: block;
    padding-top: 15px;
    padding-bottom: 15px
  }
}

.c-table-basic tbody td, .c-table-basic tbody th {
  vertical-align: top
}

@media all and (min-width:768px) {
  .c-table-basic tbody td, .c-table-basic tbody th {
    padding-top: 30px;
    padding-bottom: 30px
  }
}

@media all and (max-width:767px) {
  .c-table-basic tbody td, .c-table-basic tbody th {
    display: block
  }
}

.c-table-basic tbody th {
  font-weight: 400;
  text-align: left
}

@media all and (max-width:767px) and (orientation:portrait) {
  .c-table-basic tbody th {
    margin-bottom: 5px
  }
}

.c-table-basic tbody td ol, .c-table-basic tbody td p, .c-table-basic tbody td ul {
  margin: 0
}

@media all and (min-width:1025px) {
  .c-table-basic--half tbody th {
    width: 50%
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .c-table-basic--half tbody th {
    width: 33.3%
  }
}

@media all and (max-width:767px) and (orientation:landscape) {
  .c-table-basic--half tbody th {
    width: 33.3%
  }
}

@media all and (min-width:1025px) {
  .c-table-basic--half tbody td {
    width: 50%
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .c-table-basic--half tbody td {
    width: 66.6%
  }
}

@media all and (max-width:767px) and (orientation:landscape) {
  .c-table-basic--half tbody td {
    width: 66.6%
  }
}

@media all and (min-width:768px) {
  .c-table-basic--1to3 tbody th {
    width: 25%
  }
}

@media all and (max-width:767px) and (orientation:landscape) {
  .c-table-basic--1to3 tbody th {
    width: 33.3%
  }
}

@media all and (min-width:768px) {
  .c-table-basic--1to3 tbody td {
    width: 75%
  }
}

@media all and (max-width:767px) and (orientation:landscape) {
  .c-table-basic--1to3 tbody td {
    width: 66.6%
  }
}

.p-access__map {
  width: 100%;
  overflow: hidden
}

.p-access__map-in {
  overflow: hidden;
  position: relative
}

@media all and (min-width:768px) {
  .p-access__map-in {
    padding-top: 41.66667%
  }
}

@media all and (max-width:767px) {
  .p-access__map-in {
    padding-top: 66.6%
  }
}

.p-access__map-in:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background-color: #000
}

.p-access__content {
  margin-right: auto;
  margin-left: auto
}

@media all and (min-width:768px) {
  .p-access__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}

@media all and (min-width:1025px) {
  .p-access__content {
    width: 66.66667%
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .p-access__content {
    width: 83.33333%
  }
}

.p-access__content-column {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

@media all and (min-width:768px) {
  .p-access__content-column {
    width: 50%;
    padding-right: 5%
  }
}

.p-access__content-head {
  margin-top: 0;
  font-weight: 400
}

@media all and (min-width:1025px) {
  .p-access__content-head {
    font-size: 18px;
    font-size: 1.125rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .p-access__content-head {
    font-size: 15px;
    font-size: .9375rem
  }
}

@media all and (max-width:767px) {
  .p-access__content-head {
    font-size: 13px;
    font-size: .8125rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .p-access__content-head {
    font-size: 4.0625vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .p-access__content-head {
    font-size: 16.81875px
  }
}

@media all and (min-width:768px) {
  .p-access__content-head {
    margin-bottom: 10px
  }
}

.p-access__map-in {
  -webkit-transform: translate3d(-100.5%, 0, 0);
  transform: translate3d(-100.5%, 0, 0);
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: cubic-bezier(.075, .82, .165, 1);
  transition-timing-function: cubic-bezier(.075, .82, .165, 1);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-delay: 0s;
  transition-delay: 0s
}

.p-access__map-in:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: right;
  transform-origin: right;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: cubic-bezier(.075, .82, .165, 1);
  transition-timing-function: cubic-bezier(.075, .82, .165, 1);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-delay: .4s;
  transition-delay: .4s
}

.p-access__map.is-shown .p-access__map-in {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.p-access__map.is-shown .p-access__map-in:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1)
}

.p-blog-concept-link {
  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;
  overflow: hidden;
  position: relative;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  text-align: center
}

@media all and (min-width:768px) {
  .p-blog-concept-link {
    height: 200px
  }
}

@media all and (max-width:767px) {
  .p-blog-concept-link {
    height: 120px
  }
}

.p-blog-concept-link:before {
  display: block;
  content: '';
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  z-index: 100;
  background-color: #fff
}

.p-blog-concept-link__label {
  line-height: 1.1;
  position: relative;
  z-index: 10
}

.p-blog-concept-link__label-main {
  letter-spacing: 1em;
  padding-left: 1em
}

@media all and (min-width:1025px) {
  .p-blog-concept-link__label-main {
    font-size: 23px;
    font-size: 1.4375rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .p-blog-concept-link__label-main {
    font-size: 23px;
    font-size: 1.4375rem
  }
}

@media all and (max-width:767px) {
  .p-blog-concept-link__label-main {
    font-size: 16px;
    font-size: 1rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .p-blog-concept-link__label-main {
    font-size: 5vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .p-blog-concept-link__label-main {
    font-size: 20.7px
  }
}

.p-blog-concept-link__label-separate {
  height: 2px;
  margin: 10px 1em;
  background-color: #fff
}

@media all and (min-width:1025px) {
  .p-blog-concept-link__label-separate {
    font-size: 23px;
    font-size: 1.4375rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .p-blog-concept-link__label-separate {
    font-size: 23px;
    font-size: 1.4375rem
  }
}

@media all and (max-width:767px) {
  .p-blog-concept-link__label-separate {
    font-size: 16px;
    font-size: 1rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .p-blog-concept-link__label-separate {
    font-size: 5vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .p-blog-concept-link__label-separate {
    font-size: 20.7px
  }
}

.p-blog-concept-link__label-sub {
  letter-spacing: .3em;
  padding-left: .3em
}

@media all and (min-width:1025px) {
  .p-blog-concept-link__label-sub {
    font-size: 12px;
    font-size: .75rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .p-blog-concept-link__label-sub {
    font-size: 12px;
    font-size: .75rem
  }
}

@media all and (max-width:767px) {
  .p-blog-concept-link__label-sub {
    font-size: 8px;
    font-size: .5rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .p-blog-concept-link__label-sub {
    font-size: 2.5vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .p-blog-concept-link__label-sub {
    font-size: 10.35px
  }
}

.p-blog-concept-link__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url(../img/blog/index/bg_concept.jpg);
  background-size: cover
}

.p-blog-concept-link:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: right;
  transform-origin: right;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: cubic-bezier(.075, .82, .165, 1);
  transition-timing-function: cubic-bezier(.075, .82, .165, 1);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform
}

.p-blog-concept-link.is-shown:before {
  -webkit-transform: scaleX(0);
  transform: scaleX(0)
}

.p-blog-concept-link__bg {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition-duration: 4s;
  transition-duration: 4s;
  -webkit-transition-timing-function: cubic-bezier(.075, .82, .165, 1);
  transition-timing-function: cubic-bezier(.075, .82, .165, 1);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform
}

.p-blog-concept-link.is-over .p-blog-concept-link__bg {
  -webkit-transform: scale(1.1);
  transform: scale(1.1)
}

@media all and (min-width:1025px) {
  .p-blog-entry-content {
    margin-top: 6.41026%;
    margin-bottom: 11.53846%
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .p-blog-entry-content {
    margin-top: 3.47222%;
    margin-bottom: 6.25%
  }
}

@media all and (max-width:767px) {
  .p-blog-entry-content {
    margin-top: 25px;
    margin-bottom: 50px
  }
}

.p-blog-entry-content h2, .p-blog-entry-content h3, .p-blog-entry-content h4, .p-blog-entry-content h5, .p-blog-entry-content h6 {
  margin-top: 2.15385em;
  margin-bottom: 0;
  font-weight: 400
}

@media all and (min-width:768px) {
  .p-blog-entry-content h2 {
    font-size: 22px;
    font-size: 1.375rem
  }
}

@media all and (max-width:767px) {
  .p-blog-entry-content h2 {
    font-size: 18px;
    font-size: 1.125rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .p-blog-entry-content h2 {
    font-size: 5.625vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .p-blog-entry-content h2 {
    font-size: 23.2875px
  }
}

@media all and (min-width:768px) {
  .p-blog-entry-content h3 {
    font-size: 20px;
    font-size: 1.25rem
  }
}

@media all and (max-width:767px) {
  .p-blog-entry-content h3 {
    font-size: 16px;
    font-size: 1rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .p-blog-entry-content h3 {
    font-size: 5vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .p-blog-entry-content h3 {
    font-size: 20.7px
  }
}

@media all and (min-width:768px) {
  .p-blog-entry-content h4 {
    font-size: 18px;
    font-size: 1.125rem
  }
}

@media all and (max-width:767px) {
  .p-blog-entry-content h4 {
    font-size: 14px;
    font-size: .875rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .p-blog-entry-content h4 {
    font-size: 4.375vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .p-blog-entry-content h4 {
    font-size: 18.1125px
  }
}

@media all and (min-width:768px) {
  .p-blog-entry-content h5 {
    font-size: 16px;
    font-size: 1rem
  }
}

@media all and (max-width:767px) {
  .p-blog-entry-content h5 {
    font-size: 13px;
    font-size: .8125rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .p-blog-entry-content h5 {
    font-size: 4.0625vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .p-blog-entry-content h5 {
    font-size: 16.81875px
  }
}

@media all and (min-width:768px) {
  .p-blog-entry-content h6 {
    font-size: 14px;
    font-size: .875rem
  }
}

@media all and (max-width:767px) {
  .p-blog-entry-content h6 {
    font-size: 12px;
    font-size: .75rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .p-blog-entry-content h6 {
    font-size: 3.75vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .p-blog-entry-content h6 {
    font-size: 15.525px
  }
}

.p-blog-entry-content dl, .p-blog-entry-content ol, .p-blog-entry-content p, .p-blog-entry-content ul {
  margin-top: 2.15385em;
  margin-bottom: 0
}

.p-blog-entry-content img {
  max-width: 100%;
  height: auto;
  display: block
}

@media all and (min-width:768px) {
  .p-blog-entry-content img {
    margin-top: 2.15385em
  }
}

@media all and (max-width:767px) {
  .p-blog-entry-content img {
    margin-top: 25px
  }
}

.p-blog-entry-content .wp-caption {
  width: auto!important
}

.p-blog-entry-content .wp-caption-text {
  line-height: 1.66667;
  margin-top: .66667em;
  color: #969696
}

@media all and (min-width:1025px) {
  .p-blog-entry-content .wp-caption-text {
    font-size: 12px;
    font-size: .75rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .p-blog-entry-content .wp-caption-text {
    font-size: 12px;
    font-size: .75rem
  }
}

@media all and (max-width:767px) {
  .p-blog-entry-content .wp-caption-text {
    font-size: 10px;
    font-size: .625rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .p-blog-entry-content .wp-caption-text {
    font-size: 3.125vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .p-blog-entry-content .wp-caption-text {
    font-size: 12.9375px
  }
}

.p-blog-entry-content .wp-caption-text small {
  font-size: 100%
}

@media all and (min-width:1025px) {
  .p-blog-entry-header {
    margin-bottom: 40px
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .p-blog-entry-header {
    margin-bottom: 30px
  }
}

@media all and (max-width:767px) {
  .p-blog-entry-header {
    margin-bottom: 20px
  }
}

.p-blog-entry-header__category {
  line-height: 1.1;
  margin-right: 1em;
  font-weight: 700;
  letter-spacing: .2em
}

@media all and (min-width:1025px) {
  .p-blog-entry-header__category {
    margin-bottom: 20px;
    font-size: 14px;
    font-size: .875rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .p-blog-entry-header__category {
    margin-bottom: 15px;
    font-size: 12px;
    font-size: .75rem
  }
}

@media all and (max-width:767px) {
  .p-blog-entry-header__category {
    margin-bottom: 10px;
    font-size: 10px;
    font-size: .625rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .p-blog-entry-header__category {
    font-size: 3.125vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .p-blog-entry-header__category {
    font-size: 12.9375px
  }
}

.p-blog-entry-header__category:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  background-color: #000
}

@media all and (min-width:768px) {
  .p-blog-entry-header__category:before {
    width: 4px;
    height: 2px;
    margin-right: 10px;
    margin-bottom: 3px
  }
}

@media all and (max-width:767px) {
  .p-blog-entry-header__category:before {
    width: 3px;
    height: 1px;
    margin-right: 6px;
    margin-bottom: 2px
  }
}

.p-blog-entry-header__title {
  line-height: 1.53846;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400
}

@media all and (min-width:1025px) {
  .p-blog-entry-header__title {
    font-size: 26px;
    font-size: 1.625rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .p-blog-entry-header__title {
    font-size: 20px;
    font-size: 1.25rem
  }
}

@media all and (max-width:767px) {
  .p-blog-entry-header__title {
    font-size: 16px;
    font-size: 1rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .p-blog-entry-header__title {
    font-size: 5vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .p-blog-entry-header__title {
    font-size: 20.7px
  }
}

.p-blog-entry-info {
  -webkit-perspective: 500px;
  perspective: 500px
}

.p-blog-entry-info:after, .p-blog-entry-info:before {
  height: 2px;
  content: '';
  display: block;
  margin-right: auto;
  margin-left: auto;
  background-color: #000
}

@media all and (min-width:1025px) {
  .p-blog-entry-info:after, .p-blog-entry-info:before {
    width: 120px
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .p-blog-entry-info:after, .p-blog-entry-info:before {
    width: 360px
  }
}

@media all and (max-width:767px) {
  .p-blog-entry-info:after, .p-blog-entry-info:before {
    width: 120px
  }
}

@media all and (min-width:1025px) {
  .p-blog-entry-info:before {
    margin-bottom: 35px
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .p-blog-entry-info:before {
    margin-bottom: 20px
  }
}

@media all and (max-width:767px) {
  .p-blog-entry-info:before {
    margin-bottom: 20px
  }
}

@media all and (min-width:1025px) {
  .p-blog-entry-info:after {
    margin-top: 35px
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .p-blog-entry-info:after {
    margin-top: 20px
  }
}

@media all and (max-width:767px) {
  .p-blog-entry-info:after {
    margin-top: 20px
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .p-blog-entry-info__wrap {
    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
  }
}

.p-blog-entry-info__view {
  line-height: 1;
  font-family: "Noto Serif", "Noto Sans Japanese", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-style: italic
}

@media all and (min-width:1025px) {
  .p-blog-entry-info__view {
    text-align: center
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .p-blog-entry-info__view {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    letter-spacing: .1em
  }
}

@media all and (max-width:767px) {
  .p-blog-entry-info__view {
    text-align: center
  }
}

.p-blog-entry-info__view-unit {
  font-weight: 700
}

@media all and (min-width:1025px) {
  .p-blog-entry-info__view-unit {
    font-size: 12px;
    font-size: .75rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .p-blog-entry-info__view-unit {
    font-size: 11px;
    font-size: .6875rem
  }
}

@media all and (max-width:767px) {
  .p-blog-entry-info__view-unit {
    font-size: 9px;
    font-size: .5625rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .p-blog-entry-info__view-unit {
    font-size: 2.8125vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .p-blog-entry-info__view-unit {
    font-size: 11.64375px
  }
}

@media all and (min-width:1025px) {
  .p-blog-entry-info__view-unit {
    margin-bottom: 10px
  }
}

@media all and (max-width:767px) {
  .p-blog-entry-info__view-unit {
    margin-bottom: 5px
  }
}

.p-blog-entry-info__view-count {
  letter-spacing: -.05em
}

@media all and (min-width:1025px) {
  .p-blog-entry-info__view-count {
    font-size: 65px;
    font-size: 4.0625rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .p-blog-entry-info__view-count {
    font-size: 65px;
    font-size: 4.0625rem
  }
}

@media all and (max-width:767px) {
  .p-blog-entry-info__view-count {
    font-size: 32px;
    font-size: 2rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .p-blog-entry-info__view-count {
    font-size: 10vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .p-blog-entry-info__view-count {
    font-size: 41.4px
  }
}

@media all and (min-width:1025px) {
  .p-blog-entry-info__view-count {
    margin-bottom: 10px
  }
}

@media all and (max-width:767px) {
  .p-blog-entry-info__view-count {
    margin-bottom: 5px
  }
}

.p-blog-entry-info__option {
  line-height: 1.5;
  color: #969696;
  letter-spacing: .1em
}

@media all and (min-width:1025px) {
  .p-blog-entry-info__option {
    font-size: 12px;
    font-size: .75rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .p-blog-entry-info__option {
    font-size: 11px;
    font-size: .6875rem
  }
}

@media all and (max-width:767px) {
  .p-blog-entry-info__option {
    font-size: 9px;
    font-size: .5625rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .p-blog-entry-info__option {
    font-size: 2.8125vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .p-blog-entry-info__option {
    font-size: 11.64375px
  }
}

@media all and (min-width:1025px) {
  .p-blog-entry-info__option {
    text-align: center
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .p-blog-entry-info__option {
    margin-left: 30px
  }
}

@media all and (max-width:767px) {
  .p-blog-entry-info__option {
    text-align: center
  }
}

.p-blog-entry-info:after, .p-blog-entry-info:before {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
  -webkit-transition-timing-function: cubic-bezier(.075, .82, .165, 1);
  transition-timing-function: cubic-bezier(.075, .82, .165, 1);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform
}

.p-blog-entry-info.is-shown:after, .p-blog-entry-info.is-shown:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1)
}

.p-blog-entry-info__view-unit {
  opacity: 0;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-delay: .3s;
  transition-delay: .3s;
  -webkit-transition-timing-function: cubic-bezier(.075, .82, .165, 1);
  transition-timing-function: cubic-bezier(.075, .82, .165, 1);
  -webkit-transition-property: opacity;
  transition-property: opacity
}

.p-blog-entry-info__view-unit.is-shown {
  opacity: 1
}

.p-blog-entry-info__view-count {
  opacity: 0;
  -webkit-transform: translate3d(0, 0, -100px);
  transform: translate3d(0, 0, -100px);
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-delay: .4s;
  transition-delay: .4s;
  -webkit-transition-timing-function: cubic-bezier(.075, .82, .165, 1);
  transition-timing-function: cubic-bezier(.075, .82, .165, 1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform
}

.p-blog-entry-info__view-count.is-shown {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.p-blog-entry-info__date {
  opacity: 0;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-delay: .5s;
  transition-delay: .5s;
  -webkit-transition-timing-function: cubic-bezier(.075, .82, .165, 1);
  transition-timing-function: cubic-bezier(.075, .82, .165, 1);
  -webkit-transition-property: opacity;
  transition-property: opacity
}

.p-blog-entry-info__date.is-shown {
  opacity: 1
}

.p-blog-entry-info__writer {
  opacity: 0;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-delay: .6s;
  transition-delay: .6s;
  -webkit-transition-timing-function: cubic-bezier(.075, .82, .165, 1);
  transition-timing-function: cubic-bezier(.075, .82, .165, 1);
  -webkit-transition-property: opacity;
  transition-property: opacity
}

.p-blog-entry-info__writer.is-shown {
  opacity: 1
}

.p-blog-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1.1
}

.p-blog-header a {
  display: block;
  color: #000;
  text-decoration: none
}

.p-blog-header__in1 {
  display: block;
  overflow: hidden
}

@media all and (min-width:768px) {
  .p-blog-header__in1 {
    padding-top: 4.44444vw;
    padding-bottom: 4.44444vw
  }
}

@media all and (max-width:767px) {
  .p-blog-header__in1 {
    padding-top: 30px;
    padding-bottom: 35px
  }
}

.p-blog-header__in2 {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 10
}

.p-blog-header__in2:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #000
}

.p-blog-header__main {
  margin: 0;
  text-align: center
}

@media all and (min-width:1025px) {
  .p-blog-header__main {
    font-size: 70px;
    font-size: 4.375rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .p-blog-header__main {
    font-size: 48px;
    font-size: 3rem
  }
}

@media all and (max-width:767px) {
  .p-blog-header__main {
    font-size: 24px;
    font-size: 1.5rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .p-blog-header__main {
    font-size: 7.5vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .p-blog-header__main {
    font-size: 31.05px
  }
}

@media all and (min-width:768px) {
  .p-blog-header__main {
    margin-bottom: 10px
  }
}

@media all and (max-width:767px) {
  .p-blog-header__main {
    margin-bottom: 5px
  }
}

.p-blog-header__sub-en {
  width: 100%;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  margin: 0;
  color: #fff;
  font-weight: 700;
  text-align: center
}

@media all and (min-width:1025px) {
  .p-blog-header__sub-en {
    font-size: 12px;
    font-size: .75rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .p-blog-header__sub-en {
    font-size: 11px;
    font-size: .6875rem
  }
}

@media all and (max-width:767px) {
  .p-blog-header__sub-en {
    font-size: 8px;
    font-size: .5rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .p-blog-header__sub-en {
    font-size: 2.5vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .p-blog-header__sub-en {
    font-size: 10.35px
  }
}

@media all and (min-width:768px) {
  .p-blog-header__sub-en {
    height: 45px;
    margin-bottom: 5px;
    padding-left: .5em;
    letter-spacing: 1em
  }
}

@media all and (max-width:767px) {
  .p-blog-header__sub-en {
    height: 30px;
    margin-bottom: 3px;
    padding-left: .3em;
    letter-spacing: .6em
  }
}

.p-blog-header__sub-ja {
  text-align: center
}

@media all and (min-width:1025px) {
  .p-blog-header__sub-ja {
    font-size: 12px;
    font-size: .75rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .p-blog-header__sub-ja {
    font-size: 11px;
    font-size: .6875rem
  }
}

@media all and (max-width:767px) {
  .p-blog-header__sub-ja {
    font-size: 8px;
    font-size: .5rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .p-blog-header__sub-ja {
    font-size: 2.5vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .p-blog-header__sub-ja {
    font-size: 10.35px
  }
}

@media all and (min-width:768px) {
  .p-blog-header__sub-ja {
    margin-bottom: 5px;
    padding-left: .1em;
    letter-spacing: .2em
  }
}

@media all and (max-width:767px) {
  .p-blog-header__sub-ja {
    margin-bottom: 3px;
    padding-left: .025em;
    letter-spacing: .05em
  }
}

.p-blog-header__in2 {
  -webkit-transform: translateX(-100.5%);
  transform: translateX(-100.5%);
  -webkit-transition-delay: .15s;
  transition-delay: .15s;
  -webkit-transition-duration: .8s;
  transition-duration: .8s;
  -webkit-transition-timing-function: cubic-bezier(.075, .82, .165, 1);
  transition-timing-function: cubic-bezier(.075, .82, .165, 1)
}

.p-blog-header__in2:before {
  height: 100%;
  -webkit-transition-delay: .8s;
  transition-delay: .8s;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: cubic-bezier(.075, .82, .165, 1);
  transition-timing-function: cubic-bezier(.075, .82, .165, 1);
  -webkit-transition-property: height;
  transition-property: height
}

.p-blog-header__in2.is-shown {
  -webkit-transform: translateX(0);
  transform: translateX(0)
}

.p-blog-header__in2.is-shown:before {
  -webkit-transition-property: height;
  transition-property: height
}

@media all and (min-width:768px) {
  .p-blog-header__in2.is-shown:before {
    height: 45px
  }
}

@media all and (max-width:767px) {
  .p-blog-header__in2.is-shown:before {
    height: 30px
  }
}

.p-blog-header__sub-en {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity
}

.p-blog-header__sub-en.is-shown {
  opacity: 1;
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
  -webkit-transition-duration: 1s;
  transition-duration: 1s
}

@media all and (min-width:768px) {
  .p-business-points {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}

.p-business-points__item {
  text-align: center
}

.p-business-points__item:nth-of-type(2n+1) {
  background-color: #edebe7
}

.p-business-points__item:nth-of-type(2n) {
  background-color: #ebe8e1
}

@media all and (min-width:768px) {
  .p-business-points__item {
    width: 33.3%
  }
}

@media all and (min-width:768px) {
  .p-business-points__item-wrap {
    padding-top: 38.46154%;
    padding-bottom: 38.46154%;
    padding-right: 9.61538%;
    padding-left: 9.61538%
  }
}

@media all and (max-width:767px) {
  .p-business-points__item-wrap {
    padding: 25px
  }
}

.p-business-points__item-num {
  line-height: 1;
  font-family: "Noto Serif", "Noto Sans Japanese", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-style: italic;
  letter-spacing: -.05em
}

@media all and (min-width:1025px) {
  .p-business-points__item-num {
    font-size: 30px;
    font-size: 1.875rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .p-business-points__item-num {
    font-size: 24px;
    font-size: 1.5rem
  }
}

@media all and (max-width:767px) {
  .p-business-points__item-num {
    font-size: 18px;
    font-size: 1.125rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .p-business-points__item-num {
    font-size: 5.625vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .p-business-points__item-num {
    font-size: 23.2875px
  }
}

.p-business-points__item-line {
  width: 30px;
  height: 2px;
  margin-right: auto;
  margin-left: auto;
  background-color: #000
}

@media all and (min-width:1025px) {
  .p-business-points__item-line {
    margin-top: 20px;
    margin-bottom: 20px
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .p-business-points__item-line {
    margin-top: 12px;
    margin-bottom: 12px
  }
}

@media all and (max-width:767px) {
  .p-business-points__item-line {
    margin-top: 10px;
    margin-bottom: 10px
  }
}

.p-business-points__item-head {
  font-weight: 700
}

.p-business-points__item-num {
  opacity: 0;
  -webkit-transform: scale(.8);
  transform: scale(.8);
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: cubic-bezier(.075, .82, .165, 1);
  transition-timing-function: cubic-bezier(.075, .82, .165, 1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform
}

.p-business-points__item-num.is-shown {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1)
}

.p-business-points__item-line {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: cubic-bezier(.075, .82, .165, 1);
  transition-timing-function: cubic-bezier(.075, .82, .165, 1);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform
}

.p-business-points__item-line.is-shown {
  -webkit-transform: scaleX(1);
  transform: scaleX(1)
}

.p-business-points__item-body {
  opacity: 0;
  -webkit-transition-duration: .8s;
  transition-duration: .8s;
  -webkit-transition-property: opacity;
  transition-property: opacity
}

.p-business-points__item-body.is-shown {
  opacity: 1
}

.p-business-points__item:nth-of-type(1) .p-business-points__item-num {
  -webkit-transition-delay: .2s;
  transition-delay: .2s
}

.p-business-points__item:nth-of-type(1) .p-business-points__item-line {
  -webkit-transition-delay: .3s;
  transition-delay: .3s
}

.p-business-points__item:nth-of-type(1) .p-business-points__item-body {
  -webkit-transition-delay: .4s;
  transition-delay: .4s
}

.p-business-points__item:nth-of-type(1) .p-business-points__item-text {
  -webkit-transition-delay: .4s;
  transition-delay: .4s
}

.p-business-points__item:nth-of-type(2) .p-business-points__item-num {
  -webkit-transition-delay: .3s;
  transition-delay: .3s
}

.p-business-points__item:nth-of-type(2) .p-business-points__item-line {
  -webkit-transition-delay: .4s;
  transition-delay: .4s
}

.p-business-points__item:nth-of-type(2) .p-business-points__item-body {
  -webkit-transition-delay: .5s;
  transition-delay: .5s
}

.p-business-points__item:nth-of-type(2) .p-business-points__item-text {
  -webkit-transition-delay: .5s;
  transition-delay: .5s
}

.p-business-points__item:nth-of-type(3) .p-business-points__item-num {
  -webkit-transition-delay: .4s;
  transition-delay: .4s
}

.p-business-points__item:nth-of-type(3) .p-business-points__item-line {
  -webkit-transition-delay: .5s;
  transition-delay: .5s
}

.p-business-points__item:nth-of-type(3) .p-business-points__item-body {
  -webkit-transition-delay: .6s;
  transition-delay: .6s
}

.p-business-points__item:nth-of-type(3) .p-business-points__item-text {
  -webkit-transition-delay: .6s;
  transition-delay: .6s
}

.p-error-content {
  position: relative
}

@media all and (min-width:768px) {
  .p-error-content {
    margin-bottom: 8.33333%;
    margin-right: 10%;
    margin-left: 10%
  }
}

@media all and (max-width:767px) {
  .p-error-content {
    margin-bottom: 50px;
    margin-right: 25px;
    margin-left: 25px
  }
}

.p-error-content__body {
  position: relative;
  z-index: 10;
  text-align: center;
  padding-top: 25.64103%;
  padding-bottom: 25.64103%;
  padding-right: 19.23077%;
  padding-left: 19.23077%
}

.p-error-content__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1.5;
  position: relative;
  z-index: 10;
  margin-top: 0;
  text-decoration: underline
}

@media all and (min-width:1025px) {
  .p-error-content__head {
    font-size: 70px;
    font-size: 4.375rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .p-error-content__head {
    font-size: 48px;
    font-size: 3rem
  }
}

@media all and (max-width:767px) {
  .p-error-content__head {
    font-size: 24px;
    font-size: 1.5rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .p-error-content__head {
    font-size: 7.5vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .p-error-content__head {
    font-size: 31.05px
  }
}

@media all and (min-width:768px) {
  .p-error-content__head {
    margin-bottom: 60px
  }
}

@media all and (max-width:767px) {
  .p-error-content__head {
    margin-bottom: 30px
  }
}

.p-error-content__text {
  margin: 0
}

.p-error-content__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #f5f3f0
}

.footer-copyright {
  color: #a7a7a7;
  text-align: center;
  letter-spacing: .05em
}

@media all and (min-width:1025px) {
  .footer-copyright {
    font-size: 10px;
    font-size: .625rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .footer-copyright {
    font-size: 10px;
    font-size: .625rem
  }
}

@media all and (max-width:767px) {
  .footer-copyright {
    font-size: 8px;
    font-size: .5rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .footer-copyright {
    font-size: 2.5vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .footer-copyright {
    font-size: 10.35px
  }
}

@media all and (min-width:768px) {
  .footer-copyright {
    margin-bottom: 30px
  }
}

@media all and (max-width:767px) {
  .footer-copyright {
    margin-bottom: 20px
  }
}

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

@media all and (min-width:768px) {
  .footer-logo {
    margin-bottom: 12px
  }
}

@media all and (max-width:767px) {
  .footer-logo {
    margin-bottom: 8px
  }
}

.footer-logo a {
  display: block
}

.footer-logo .company-logo {
  display: block
}

@media all and (max-width:767px) {
  .footer-logo .company-logo {
    width: 86px;
    height: 15px
  }
}

.footer-logo .company-logo__elm2 {
  fill: #fff
}

.footer-logo .company-logo__elm4 {
  stroke: #fff
}

.footer-navi {
  margin-top: 0;
  margin-right: auto;
  margin-left: auto;
  padding: 0;
  text-align: center
}

@media all and (min-width:768px) {
  .footer-navi {
    width: 440px;
    margin-bottom: 45px
  }
}

@media all and (max-width:767px) {
  .footer-navi {
    width: 280px;
    margin-bottom: 35px
  }
}

.footer-navi a {
  color: #a7a7a7
}

.footer-navi__item {
  display: inline-block;
  white-space: nowrap;
  margin-right: 10px;
  margin-left: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .2em
}

@media all and (min-width:1025px) {
  .footer-navi__item {
    font-size: 11px;
    font-size: .6875rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .footer-navi__item {
    font-size: 11px;
    font-size: .6875rem
  }
}

@media all and (max-width:767px) {
  .footer-navi__item {
    font-size: 9px;
    font-size: .5625rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .footer-navi__item {
    font-size: 2.8125vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .footer-navi__item {
    font-size: 11.64375px
  }
}

@media all and (min-width:768px) {
  .footer-navi__item {
    margin-bottom: 7px
  }
}

@media all and (max-width:767px) {
  .footer-news-letter {
    margin-right: 25px;
    margin-left: 25px
  }
}

.footer-news-letter svg {
  fill: #fff;
  display: inline-block;
  vertical-align: middle
}

@media all and (min-width:1025px) {
  .footer-news-letter svg {
    margin-right: 20px
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .footer-news-letter svg {
    width: 20px;
    height: 15px;
    margin-right: 20px
  }
}

@media all and (max-width:767px) {
  .footer-news-letter svg {
    width: 13px;
    height: 9.75px;
    margin-right: 12px
  }
}

.p-form-contents textarea {
  height: 120px
}

.p-form-contents input[type=email], .p-form-contents input[type=text], .p-form-contents select, .p-form-contents textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #7f7f7f;
  letter-spacing: .025em
}

@media all and (min-width:768px) {
  .p-form-contents input[type=email], .p-form-contents input[type=text], .p-form-contents select, .p-form-contents textarea {
    line-height: 2.15385;
    margin-top: -15px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 13px;
    font-size: .8125rem
  }
}

@media all and (max-width:767px) {
  .p-form-contents input[type=email], .p-form-contents input[type=text], .p-form-contents select, .p-form-contents textarea {
    line-height: 1.8;
    margin-top: -10px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 11px;
    font-size: .6875rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .p-form-contents input[type=email], .p-form-contents input[type=text], .p-form-contents select, .p-form-contents textarea {
    font-size: 3.4375vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .p-form-contents input[type=email], .p-form-contents input[type=text], .p-form-contents select, .p-form-contents textarea {
    font-size: 14.23125px
  }
}

.p-form-contents input[type=radio] {
  margin-right: 16px
}

.p-form-contents .error {
  display: block;
  margin-top: 10px;
  color: #c1b157!important
}

@media all and (min-width:768px) {
  .p-form-contents__item {
    line-height: 2.15385;
    font-size: 13px;
    font-size: .8125rem
  }
}

@media all and (min-width:1025px) {
  .p-form-contents__item {
    margin-bottom: 7.8125%
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .p-form-contents__item {
    margin-bottom: 6.25%
  }
}

@media all and (max-width:767px) {
  .p-form-contents__item {
    line-height: 1.8;
    margin-bottom: 30px;
    font-size: 11px;
    font-size: .6875rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .p-form-contents__item {
    font-size: 3.4375vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .p-form-contents__item {
    font-size: 14.23125px
  }
}

.p-form-contents__item--no-border {
  border-bottom: none
}

@media all and (min-width:768px) {
  .p-form-contents__item-head {
    margin-bottom: 20px;
    font-size: 18px;
    font-size: 1.125rem
  }
}

@media all and (max-width:767px) {
  .p-form-contents__item-head {
    margin-bottom: 10px;
    font-size: 12px;
    font-size: .75rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .p-form-contents__item-head {
    font-size: 3.75vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .p-form-contents__item-head {
    font-size: 15.525px
  }
}

.p-form-contents__item-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

@media all and (max-width:767px) {
  .p-form-contents__item-body--sp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.p-form-contents__item-body--no-flex {
  display: block
}

.p-form-contents__item-col2 {
  width: 50%
}

.p-form-contents__input-wrap {
  background-color: #f5f3f0
}

@media all and (min-width:768px) {
  .p-form-contents__input-wrap {
    padding: 30px
  }
}

@media all and (max-width:767px) {
  .p-form-contents__input-wrap {
    padding: 15px
  }
}

.p-form-contents__privacypolicy {
  background-color: #f5f3f0
}

@media all and (min-width:1025px) {
  .p-form-contents__privacypolicy {
    margin-top: 12.5%;
    margin-bottom: 10.41667%;
    padding: 5.20833% 6.25%
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .p-form-contents__privacypolicy {
    margin-top: 10%;
    margin-bottom: 8.33333%;
    padding: 4.16667% 5%
  }
}

@media all and (max-width:767px) {
  .p-form-contents__privacypolicy {
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 20px 25px
  }
}

.p-form-contents__privacypolicy-wrap {
  position: relative;
  height: 500px;
  padding-right: 20px
}

@media all and (min-width:1025px) {
  .p-form-contents__privacypolicy-wrap {
    height: 500px
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .p-form-contents__privacypolicy-wrap {
    mheight: 400px
  }
}

@media all and (max-width:767px) {
  .p-form-contents__privacypolicy-wrap {
    height: 200px
  }
}

.p-form-contents__privacypolicy-head {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400
}

@media all and (min-width:768px) {
  .p-form-contents__privacypolicy-head {
    margin-bottom: 15px;
    font-size: 18px;
    font-size: 1.125rem
  }
}

@media all and (max-width:767px) {
  .p-form-contents__privacypolicy-head {
    margin-bottom: 5px;
    font-size: 12px;
    font-size: .75rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .p-form-contents__privacypolicy-head {
    font-size: 3.75vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .p-form-contents__privacypolicy-head {
    font-size: 15.525px
  }
}

.p-form-contents__privacypolicy-body h2 {
  font-weight: 400
}

@media all and (min-width:768px) {
  .p-form-contents__privacypolicy-body h2 {
    margin-bottom: 8px;
    font-size: 14px;
    font-size: .875rem
  }
}

@media all and (min-width:1025px) {
  .p-form-contents__privacypolicy-body h2 {
    margin-top: 4.16667%
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .p-form-contents__privacypolicy-body h2 {
    margin-top: 3.33333%
  }
}

@media all and (max-width:767px) {
  .p-form-contents__privacypolicy-body h2 {
    margin-top: 25px;
    margin-bottom: 6px;
    font-size: 11px;
    font-size: .6875rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .p-form-contents__privacypolicy-body h2 {
    font-size: 3.4375vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .p-form-contents__privacypolicy-body h2 {
    font-size: 14.23125px
  }
}

.p-form-contents__privacypolicy-body p {
  margin: 0
}

@media all and (max-width:767px) {
  .p-form-contents__privacypolicy-body p {
    font-size: 10px;
    font-size: .625rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .p-form-contents__privacypolicy-body p {
    font-size: 3.125vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .p-form-contents__privacypolicy-body p {
    font-size: 12.9375px
  }
}

@media all and (min-width:1025px) {
  .p-form-contents__privacypolicy-agree {
    margin-top: 4.7619%
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .p-form-contents__privacypolicy-agree {
    margin-top: 3.7037%
  }
}

@media all and (max-width:767px) {
  .p-form-contents__privacypolicy-agree {
    margin-top: 30px
  }
}

.p-form-contents__privacypolicy-agree label {
  display: block;
  position: relative
}

.mw_wp_form_confirm .p-form-contents__privacypolicy {
  display: none
}

.p-form-contents__check {
  border-bottom: 1px solid #e5e5e5
}

.p-form-contents__check:first-of-type {
  border-top: 1px solid #e5e5e5
}

@media all and (min-width:768px) {
  .p-form-contents__check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 2.15385;
    font-size: 13px;
    font-size: .8125rem
  }
}

@media all and (min-width:1025px) {
  .p-form-contents__check {
    padding: 3.64583% 0
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .p-form-contents__check {
    padding: 2.91667% 0
  }
}

@media all and (max-width:767px) and (orientation:landscape) {
  .p-form-contents__check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}

@media all and (max-width:767px) {
  .p-form-contents__check {
    line-height: 1.8;
    padding: 25px 0;
    font-size: 11px;
    font-size: .6875rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .p-form-contents__check {
    font-size: 3.4375vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .p-form-contents__check {
    font-size: 14.23125px
  }
}

@media all and (min-width:1025px) {
  .p-form-contents__check-head {
    width: 50%
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .p-form-contents__check-head {
    width: 33.3%
  }
}

@media all and (max-width:767px) and (orientation:landscape) {
  .p-form-contents__check-head {
    width: 33.3%
  }
}

@media all and (max-width:767px) and (orientation:portrait) {
  .p-form-contents__check-head {
    margin-bottom: 5px
  }
}

@media all and (min-width:1025px) {
  .p-form-contents__check-body {
    width: 50%
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .p-form-contents__check-body {
    width: 66.6%
  }
}

@media all and (max-width:767px) and (orientation:landscape) {
  .p-form-contents__check-body {
    width: 66.6%
  }
}

.p-form-contents__check-image {
  display: block;
  width: 50%;
  margin: 0 auto
}

.p-form-contents__btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center
}

@media all and (min-width:768px) {
  .p-form-contents__btn-wrap {
    -ms-flex-pack: distribute;
    justify-content: space-around
  }
}

@media all and (min-width:1025px) {
  .p-form-contents__btn-wrap {
    margin-top: 10.41667%
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .p-form-contents__btn-wrap {
    margin-top: 8.33333%
  }
}

@media all and (max-width:767px) {
  .p-form-contents__btn-wrap {
    margin-top: 50px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}

.mwform-radio-field {
  display: inline-block;
  margin-top: 10px;
  margin-left: 0!important
}

@media all and (min-width:1025px) {
  .mwform-radio-field {
    margin-right: 50px
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .mwform-radio-field {
    margin-right: 30px
  }
}

@media all and (max-width:767px) {
  .mwform-radio-field {
    margin-right: 20px
  }
}

.mwform-radio-field input[type=radio] {
  display: none
}

.mwform-radio-field-text {
  display: inline-block;
  position: relative
}

@media all and (min-width:768px) {
  .mwform-radio-field-text {
    padding-left: 40px
  }
}

@media all and (max-width:767px) {
  .mwform-radio-field-text {
    padding-left: 32px
  }
}

.mwform-radio-field-text:before {
  width: 24px;
  height: 24px;
  content: '';
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 2px;
  left: 0;
  border: 6px solid #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 1px #858585;
  box-shadow: 0 0 0 1px #858585;
  background-color: #fff
}

input[type=radio]:checked+.mwform-radio-field-text:before {
  background-color: #000
}

.mwform-checkbox-field {
  display: inline-block;
  margin-top: 10px;
  margin-left: 0!important
}

@media all and (min-width:1025px) {
  .mwform-checkbox-field {
    margin-right: 50px
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .mwform-checkbox-field {
    margin-right: 30px
  }
}

@media all and (max-width:767px) {
  .mwform-checkbox-field {
    margin-right: 20px
  }
}

.mwform-checkbox-field input[type=checkbox] {
  display: none
}

.mwform-checkbox-field-text {
  display: inline-block;
  position: relative
}

@media all and (min-width:768px) {
  .mwform-checkbox-field-text {
    padding-left: 40px
  }
}

@media all and (max-width:767px) {
  .mwform-checkbox-field-text {
    padding-left: 32px
  }
}

.mwform-checkbox-field-text:before {
  width: 24px;
  height: 24px;
  content: '';
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 2px;
  left: 0;
  border: 6px solid #fff;
  -webkit-box-shadow: 0 0 0 1px #858585;
  box-shadow: 0 0 0 1px #858585;
  background-color: #fff
}

@media all and (min-width:768px) {
  .mwform-checkbox-field-text:before {
    margin-right: 15px
  }
}

@media all and (max-width:767px) {
  .mwform-checkbox-field-text:before {
    margin-right: 8px
  }
}

input[type=checkbox]:checked+.mwform-checkbox-field-text:before {
  background-color: #000
}

.p-form-steps {
  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
}

@media all and (min-width:1025px) {
  .p-form-steps {
    margin-bottom: 10.41667%
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .p-form-steps {
    margin-bottom: 8.33333%
  }
}

@media all and (max-width:767px) {
  .p-form-steps {
    margin-bottom: 50px
  }
}

.p-form-steps__item {
  line-height: 1.1;
  text-align: center
}

@media all and (min-width:768px) {
  .p-form-steps__item {
    width: 140px
  }
}

@media all and (max-width:767px) {
  .p-form-steps__item {
    width: 30%
  }
}

.p-form-steps__item.is-current {
  color: #c1b157
}

.p-form-steps__item-number {
  font-style: italic
}

@media all and (min-width:768px) {
  .p-form-steps__item-number {
    margin-bottom: 10px;
    font-size: 30px;
    font-size: 1.875rem
  }
}

@media all and (max-width:767px) {
  .p-form-steps__item-number {
    margin-bottom: 7px;
    font-size: 18px;
    font-size: 1.125rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .p-form-steps__item-number {
    font-size: 5.625vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .p-form-steps__item-number {
    font-size: 23.2875px
  }
}

.p-form-steps__item-label {
  letter-spacing: .06em;
  color: #999
}

@media all and (min-width:768px) {
  .p-form-steps__item-label {
    font-size: 11px;
    font-size: .6875rem
  }
}

@media all and (max-width:767px) {
  .p-form-steps__item-label {
    font-size: 9px;
    font-size: .5625rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .p-form-steps__item-label {
    font-size: 2.8125vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .p-form-steps__item-label {
    font-size: 11.64375px
  }
}

.is-current .p-form-steps__item-label {
  color: #c1b157
}

.p-form-steps__arrow {
  width: 9px;
  height: 9px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.p-form-thanks {
  text-align: center
}

@media all and (min-width:1025px) {
  .p-form-thanks {
    margin-bottom: 10.41667%
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .p-form-thanks {
    margin-bottom: 8.33333%
  }
}

@media all and (max-width:767px) {
  .p-form-thanks {
    margin-bottom: 50px
  }
}

@media all and (min-width:768px) {
  .global-left-part {
    position: fixed;
    top: 50%;
    left: 56px;
    z-index: 1000;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
  }
  .global-left-part:before {
    position: absolute;
    top: -104px;
    width: 2px;
    height: 0;
    content: '';
    display: block;
    background-color: #000
  }
  .global-left-part-label {
    position: absolute;
    top: -104px;
    left: -5px
  }
}

@media all and (max-width:767px) {
  .global-left-part {
    display: none
  }
}

@media all and (min-width:768px) {
  .global-left-part:before {
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-transition-timing-function: cubic-bezier(.075, .82, .165, 1);
    transition-timing-function: cubic-bezier(.075, .82, .165, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
  }
  .global-left-part.is-over:before {
    height: 208px
  }
}

.main-logo {
  display: block;
  position: absolute;
  z-index: 100000
}

@media all and (min-width:768px) {
  .main-logo {
    top: 33px;
    left: 44px
  }
}

@media all and (max-width:767px) {
  .main-logo {
    top: 21px;
    left: 17px
  }
}

.main-logo__svg {
  display: block
}

@media all and (max-width:767px) {
  .main-logo__svg {
    width: 105.42857px;
    height: 18px
  }
}

.global-navi {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5000;
  color: #fff;
  font-weight: 700;
  -webkit-perspective: 500px;
  perspective: 500px;
  pointer-events: none
}

.global-navi a {
  color: #fff
}

.global-navi__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10
}

.global-navi__body-in {
  width: 100%;
  position: relative
}

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

.global-navi__parents-in {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.global-navi__parents-item {
  margin-right: auto;
  margin-left: auto
}

.global-navi__children {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0
}

.global-navi__children-in {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.global-navi__menu {
  margin: 0;
  padding: 0
}

.global-navi__menu-item {
  overflow: hidden;
  text-transform: uppercase;
  letter-spacing: .15em
}

@media all and (min-width:768px) {
  .global-navi__menu-item {
    font-size: 14px;
    font-size: .875rem
  }
}

@media all and (max-width:767px) {
  .global-navi__menu-item {
    font-size: 12px;
    font-size: .75rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .global-navi__menu-item {
    font-size: 3.75vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .global-navi__menu-item {
    font-size: 15.525px
  }
}

@media all and (min-width:768px) {
  .global-navi__menu-item--sns {
    margin-top: 36px
  }
}

@media all and (max-width:767px) and (orientation:landscape) {
  .global-navi__menu-item--sns {
    margin-top: 12px
  }
}

@media all and (max-width:767px) and (orientation:portrait) {
  .global-navi__menu-item--sns {
    margin-top: 27px
  }
}

.global-navi__menu-item--sns:before {
  height: 1px;
  content: '';
  display: block;
  background-color: grey
}

@media all and (min-width:768px) {
  .global-navi__menu-item--sns:before {
    width: 15px;
    margin-bottom: 40px
  }
}

@media all and (max-width:767px) and (orientation:landscape) {
  .global-navi__menu-item--sns:before {
    margin-bottom: 10px
  }
}

@media all and (max-width:767px) and (orientation:portrait) {
  .global-navi__menu-item--sns:before {
    margin-bottom: 25px
  }
}

@media all and (max-width:767px) {
  .global-navi__menu-item--sns:before {
    width: 11px
  }
}

.global-navi__menu-item-wrap {
  cursor: pointer;
  display: inline-block;
  color: #fff
}

.global-navi__menu-item-wrap.is-off {
  color: #454545
}

@media all and (min-width:768px) {
  .global-navi__menu-item-wrap {
    padding: 14px 0
  }
}

@media all and (max-width:767px) and (orientation:landscape) {
  .global-navi__menu-item-wrap {
    padding: 5px 0
  }
}

@media all and (max-width:767px) and (orientation:portrait) {
  .global-navi__menu-item-wrap {
    padding: 9px 0
  }
}

.global-navi__menu-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: -18px
}

.global-navi__menu-sns-item {
  width: 45px;
  height: 45px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  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
}

.global-navi__menu-sns-item svg {
  fill: #fff;
  display: block
}

.global-navi__bg {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000
}

.global-navi__bg-children {
  width: 50%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background-color: #161616
}

.global-navi.is-opened {
  pointer-events: auto
}

.global-navi.is-opened .global-navi__parents {
  -webkit-transition-duration: .8s;
  transition-duration: .8s;
  -webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
  transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.global-navi.is-opened .global-navi__parents-in {
  -webkit-transition-duration: .8s;
  transition-duration: .8s;
  -webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
  transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.global-navi.is-opened .global-navi__parents-item {
  -webkit-transition-duration: .6s;
  transition-duration: .6s;
  -webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
  transition-timing-function: cubic-bezier(.19, 1, .22, 1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform
}

.global-navi.is-opened .global-navi__children {
  -webkit-transition-duration: .8s;
  transition-duration: .8s;
  -webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
  transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.global-navi.is-opened .global-navi__bg-children {
  -webkit-transition-duration: .6s;
  transition-duration: .6s;
  -webkit-transition-timing-function: cubic-bezier(.075, .82, .165, 1);
  transition-timing-function: cubic-bezier(.075, .82, .165, 1)
}

.global-navi__parents {
  width: 100%;
  -webkit-perspective: 500px;
  perspective: 500px
}

.global-navi__parents-item {
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 50px);
  transform: translate3d(0, 0, 50px)
}

.global-navi__parents-item.is-opened {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.global-navi__parents-item.is-opened:nth-of-type(1) {
  -webkit-transition-delay: .14s;
  transition-delay: .14s
}

.global-navi__parents-item.is-opened:nth-of-type(2) {
  -webkit-transition-delay: .18s;
  transition-delay: .18s
}

.global-navi__parents-item.is-opened:nth-of-type(3) {
  -webkit-transition-delay: .22s;
  transition-delay: .22s
}

.global-navi__parents-item.is-opened:nth-of-type(4) {
  -webkit-transition-delay: .26s;
  transition-delay: .26s
}

.global-navi__parents-item.is-opened:nth-of-type(5) {
  -webkit-transition-delay: .3s;
  transition-delay: .3s
}

.global-navi__parents-item.is-opened:nth-of-type(6) {
  -webkit-transition-delay: .34s;
  transition-delay: .34s
}

.global-navi__parents-item.is-opened:nth-of-type(7) {
  -webkit-transition-delay: .38s;
  transition-delay: .38s
}

.global-navi__parents-item.is-opened:nth-of-type(8) {
  -webkit-transition-delay: .42s;
  transition-delay: .42s
}

.global-navi__parents-item.is-opened:nth-of-type(9) {
  -webkit-transition-delay: .46s;
  transition-delay: .46s
}

.global-navi__parents-item.is-opened:nth-of-type(10) {
  -webkit-transition-delay: .5s;
  transition-delay: .5s
}

.global-navi__parents-item.is-opened:nth-of-type(11) {
  -webkit-transition-delay: .54s;
  transition-delay: .54s
}

.global-navi__parents-item.is-opened:nth-of-type(12) {
  -webkit-transition-delay: .58s;
  transition-delay: .58s
}

.global-navi__parents-item.is-opened:nth-of-type(13) {
  -webkit-transition-delay: .62s;
  transition-delay: .62s
}

.global-navi__parents-item.is-opened:nth-of-type(14) {
  -webkit-transition-delay: .66s;
  transition-delay: .66s
}

.global-navi__parents-item.is-opened:nth-of-type(15) {
  -webkit-transition-delay: .7s;
  transition-delay: .7s
}

.global-navi__parents-item.is-opened:nth-of-type(16) {
  -webkit-transition-delay: .74s;
  transition-delay: .74s
}

.global-navi__parents-item.is-opened:nth-of-type(17) {
  -webkit-transition-delay: .78s;
  transition-delay: .78s
}

.global-navi__parents-item.is-opened:nth-of-type(18) {
  -webkit-transition-delay: .82s;
  transition-delay: .82s
}

.global-navi__parents-item.is-opened:nth-of-type(19) {
  -webkit-transition-delay: .86s;
  transition-delay: .86s
}

.global-navi__parents-item.is-opened:nth-of-type(20) {
  -webkit-transition-delay: .9s;
  transition-delay: .9s
}

.global-navi__parents.is-opened-children {
  width: 50%
}

.global-navi__children {
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateX(100%);
  transform: translateX(100%)
}

.global-navi__children.is-opened {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateX(0);
  transform: translateX(0)
}

.global-navi__menu-sns-item {
  -webkit-transition-duration: .4s;
  transition-duration: .4s;
  -webkit-transition-timing-function: cubic-bezier(.075, .82, .165, 1);
  transition-timing-function: cubic-bezier(.075, .82, .165, 1)
}

.global-navi__menu-sns-item.is-over {
  -webkit-transform: scale(1.4);
  transform: scale(1.4)
}

.global-navi__bg {
  opacity: 0;
  -webkit-transform: translate3d(0, 0, -50px);
  transform: translate3d(0, 0, -50px);
  -webkit-transition-duration: .6s;
  transition-duration: .6s;
  -webkit-transition-timing-function: cubic-bezier(.075, .82, .165, 1);
  transition-timing-function: cubic-bezier(.075, .82, .165, 1)
}

.global-navi__bg.is-opened {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.global-navi__bg-children {
  -webkit-transform: translateX(100%);
  transform: translateX(100%)
}

.global-navi__bg-children.is-opened {
  -webkit-transform: translateX(0);
  transform: translateX(0)
}

@media all and (min-width:768px) {
  .global-right-part {
    width: 32px;
    line-height: 1.5;
    position: fixed;
    top: 50%;
    right: 45px;
    z-index: 1000;
    margin-top: -125px;
    letter-spacing: .2em;
    font-size: 13px;
    font-size: .8125rem
  }
  .global-right-part__sns-item {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px
  }
  .global-right-part__sns-item svg {
    display: block;
    margin-right: auto;
    margin-left: auto
  }
  .global-right-part__recruit {
    display: block;
    position: relative;
    margin-top: 22px;
    margin-left: 15px;
    color: #000;
    font-weight: 700
  }
  .global-right-part__recruit:before {
    width: 2px;
    height: 47px;
    content: '';
    display: block;
    background-color: #000
  }
  .global-right-part__recruit-label {
    position: absolute;
    top: 60px;
    left: -5px
  }
}

@media all and (max-width:767px) {
  .global-right-part {
    display: none
  }
}

@media all and (min-width:768px) {
  .global-right-part__sns-item {
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-transition-timing-function: cubic-bezier(.075, .82, .165, 1);
    transition-timing-function: cubic-bezier(.075, .82, .165, 1)
  }
  .global-right-part__sns-item.is-over {
    -webkit-transform: scale(1.4);
    transform: scale(1.4)
  }
  .global-right-part__recruit:before {
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-transition-timing-function: cubic-bezier(.075, .82, .165, 1);
    transition-timing-function: cubic-bezier(.075, .82, .165, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
  }
  .global-right-part__recruit.is-over:before {
    height: 140px
  }
}

.hamburger {
  width: 40px;
  height: 40px;
  cursor: pointer;
  position: fixed;
  z-index: 10000
}

@media all and (min-width:768px) {
  .hamburger {
    top: 26px;
    right: 41px
  }
}

@media all and (max-width:767px) {
  .hamburger {
    top: 9px;
    right: 14px
  }
}

.hamburger__line {
  height: 2px;
  overflow: hidden;
  position: absolute
}

@media all and (min-width:768px) {
  .hamburger__line {
    width: 24px
  }
}

@media all and (max-width:767px) {
  .hamburger__line {
    width: 18px
  }
}

.hamburger__line-in {
  width: 72px;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0
}

.hamburger__line-in:after, .hamburger__line-in:before {
  width: 24px;
  height: 2px;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  background-color: #111111;
}

.hamburger__line-in:before {
  left: -48px
}

.hamburger__line-in:after {
  left: 0
}

@media all and (min-width:768px) {
  .hamburger__line--01 {
    top: 11px;
    left: 9px
  }
}

@media all and (max-width:767px) {
  .hamburger__line--01 {
    top: 12px;
    left: 11px
  }
}

@media all and (min-width:768px) {
  .hamburger__line--02 {
    top: 19px;
    left: 9px
  }
}

@media all and (max-width:767px) {
  .hamburger__line--02 {
    top: 19px;
    left: 11px
  }
}

@media all and (min-width:768px) {
  .hamburger__line--03 {
    top: 27px;
    left: 9px
  }
}

@media all and (max-width:767px) {
  .hamburger__line--03 {
    top: 26px;
    left: 11px
  }
}

@media all and (min-width:768px) {
  .hamburger__line--cross01, .hamburger__line--cross02 {
    top: 19px;
    left: 9px
  }
}

@media all and (max-width:767px) {
  .hamburger__line--cross01, .hamburger__line--cross02 {
    top: 19px;
    left: 11px
  }
}

.hamburger__line--cross01 {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

.hamburger__line--cross02 {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg)
}

.hamburger__line {
  -webkit-transition-duration: .6s;
  transition-duration: .6s;
  -webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
  transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.hamburger__line-in {
  -webkit-transition-duration: .6s;
  transition-duration: .6s;
  -webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
  transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.hamburger__line-in:after, .hamburger__line-in:before {
  -webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
  transition-timing-function: cubic-bezier(.19, 1, .22, 1);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform
}

.hamburger__line-in--cross01, .hamburger__line-in--cross02 {
  -webkit-transform: translateX(-33.3%);
  transform: translateX(-33.3%)
}

.hamburger__line-in--01 {
  -webkit-transition-delay: .15s;
  transition-delay: .15s
}

.hamburger__line-in--02 {
  -webkit-transition-delay: .25s;
  transition-delay: .25s
}

.hamburger__line-in--02:after, .hamburger__line-in--02:before {
  -webkit-transition-delay: 50ms;
  transition-delay: 50ms
}

.hamburger__line-in--03 {
  -webkit-transition-delay: .2s;
  transition-delay: .2s
}

.hamburger__line-in--03:after, .hamburger__line-in--03:before {
  -webkit-transition-delay: .1s;
  transition-delay: .1s
}

.hamburger__line-in--cross01 {
  -webkit-transition-delay: 0ms;
  transition-delay: 0ms
}

.hamburger__line-in--cross02 {
  -webkit-transition-delay: 50ms;
  transition-delay: 50ms
}

.hamburger__line-in--cross02:after, .hamburger__line-in--cross02:before {
  -webkit-transition-delay: .1s;
  transition-delay: .1s
}

.hamburger.is-opened-navi .hamburger__line-in:after, .hamburger.is-opened-navi .hamburger__line-in:before {
  background-color: #fff
}

.hamburger.is-opened-navi .hamburger__line-in--01, .hamburger.is-opened-navi .hamburger__line-in--02, .hamburger.is-opened-navi .hamburger__line-in--03 {
  -webkit-transform: translateX(33.3%);
  transform: translateX(33.3%)
}

.hamburger.is-opened-navi .hamburger__line-in--cross01, .hamburger.is-opened-navi .hamburger__line-in--cross02 {
  -webkit-transform: translateX(0);
  transform: translateX(0)
}

.hamburger.is-opened-navi .hamburger__line-in--01 {
  -webkit-transition-delay: 0s;
  transition-delay: 0s
}

.hamburger.is-opened-navi .hamburger__line-in--02 {
  -webkit-transition-delay: .1s;
  transition-delay: .1s
}

.hamburger.is-opened-navi .hamburger__line-in--03 {
  -webkit-transition-delay: 50ms;
  transition-delay: 50ms
}

.hamburger.is-opened-navi .hamburger__line-in--cross01 {
  -webkit-transition-delay: .15s;
  transition-delay: .15s
}

.hamburger.is-opened-navi .hamburger__line-in--cross02 {
  -webkit-transition-delay: .2s;
  transition-delay: .2s
}

.hamburger:hover .hamburger__line-in:after, .hamburger:hover .hamburger__line-in:before {
  -webkit-transform: translateX(200%);
  transform: translateX(200%)
}

.hamburger:hover .hamburger__line-in--01:after, .hamburger:hover .hamburger__line-in--01:before, .hamburger:hover .hamburger__line-in--02:after, .hamburger:hover .hamburger__line-in--02:before, .hamburger:hover .hamburger__line-in--03:after, .hamburger:hover .hamburger__line-in--03:before {
  -webkit-transition-duration: 1s;
  transition-duration: 1s
}

.hamburger:hover .hamburger__line-in--cross01:after, .hamburger:hover .hamburger__line-in--cross01:before, .hamburger:hover .hamburger__line-in--cross02:after, .hamburger:hover .hamburger__line-in--cross02:before {
  -webkit-transition-duration: 0s;
  transition-duration: 0s
}

.hamburger.is-opened-navi:hover .hamburger__line-in--cross01:after, .hamburger.is-opened-navi:hover .hamburger__line-in--cross01:before, .hamburger.is-opened-navi:hover .hamburger__line-in--cross02:after, .hamburger.is-opened-navi:hover .hamburger__line-in--cross02:before {
  -webkit-transition-duration: 1s;
  transition-duration: 1s
}

.hamburger.is-opened-navi:hover .hamburger__line-in--01:after, .hamburger.is-opened-navi:hover .hamburger__line-in--01:before, .hamburger.is-opened-navi:hover .hamburger__line-in--02:after, .hamburger.is-opened-navi:hover .hamburger__line-in--02:before, .hamburger.is-opened-navi:hover .hamburger__line-in--03:after, .hamburger.is-opened-navi:hover .hamburger__line-in--03:before {
  -webkit-transition-duration: 0s;
  transition-duration: 0s
}

@media all and (min-width:768px) {
  .index-entries {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 80px
  }
}

@media all and (max-width:767px) and (orientation:landscape) {
  .index-entries {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}

@media all and (max-width:767px) {
  .index-entries {
    margin-bottom: 30px
  }
}

@media all and (min-width:768px) {
  .index-entries__recent {
    width: 47.91667%
  }
}

@media all and (max-width:767px) and (orientation:landscape) {
  .index-entries__recent {
    width: 47.91667%
  }
}

.index-entries__next-one {
  position: relative
}

@media all and (min-width:768px) {
  .index-entries__next-one {
    width: 47.91667%
  }
}

@media all and (max-width:767px) and (orientation:landscape) {
  .index-entries__next-one {
    width: 47.91667%
  }
}

@media all and (max-width:767px) and (orientation:portrait) {
  .index-entries__next-one {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}

@media all and (max-width:767px) and (orientation:portrait) {
  .index-entries__next-one .component-item:nth-of-type(3) {
    display: none
  }
}

@media all and (min-width:768px) {
  .index-introduction {
    margin-top: 9.29487%
  }
}

@media all and (max-width:767px) {
  .index-introduction {
    margin-top: 80px
  }
}

.index-introduction__head {
  margin-top: 0;
  letter-spacing: .05em
}

@media all and (min-width:768px) {
  .index-introduction__head {
    line-height: 1.1;
    margin-bottom: 3.84615%;
    font-size: 48px;
    font-size: 3rem
  }
}

@media all and (max-width:767px) {
  .index-introduction__head {
    line-height: 1.125;
    margin-bottom: 20px;
    font-size: 20px;
    font-size: 1.25rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .index-introduction__head {
    font-size: 6.25vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .index-introduction__head {
    font-size: 25.875px
  }
}

.index-introduction__text {
  margin-top: 0;
  text-align: center;
  letter-spacing: .025em
}

@media all and (min-width:768px) {
  .index-introduction__text {
    line-height: 2.33333;
    margin-bottom: 3.84615%;
    font-size: 15px;
    font-size: .9375rem
  }
}

@media all and (max-width:767px) {
  .index-introduction__text {
    text-align: left;
    line-height: 1.8;
    margin-bottom: 25px;
    font-size: 10px;
    font-size: .625rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .index-introduction__text {
    font-size: 3.125vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .index-introduction__text {
    font-size: 12.9375px
  }
}

.index-introduction__text {
  opacity: 0;
  -webkit-transition-duration: .8s;
  transition-duration: .8s;
  -webkit-transition-property: opacity;
  transition-property: opacity
}

.index-introduction__text:nth-of-type(1) {
  -webkit-transition-delay: .4s;
  transition-delay: .4s
}

.index-introduction__text:nth-of-type(2) {
  -webkit-transition-delay: .45s;
  transition-delay: .45s
}

.index-introduction__text:nth-of-type(3) {
  -webkit-transition-delay: .5s;
  transition-delay: .5s
}

.index-introduction__text.is-shown {
  opacity: 1
}

.top-page-kv {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.top-page-kv__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  right: 0;
  left: 0;
  z-index: 10
}

@media all and (min-width:768px) {
  .top-page-kv__title {
    top: 6.91667%;
    bottom: 6.91667%
  }
}

@media all and (max-width:767px) {
  .top-page-kv__title {
    top: 5.6338%;
    bottom: 5.6338%
  }
}

.top-page-kv__title-row {
  line-height: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  font-weight: 700;
  letter-spacing: -.01em;
  text-transform: uppercase
}

@media all and (min-width:768px) {
  .top-page-kv__title-row {
    margin-top: -4px;
    font-size: 75px;
    font-size: 4.6875rem
  }
}

@media all and (max-width:767px) {
  .top-page-kv__title-row {
    margin-top: -2px;
    font-size: 38px;
    font-size: 2.375rem
  }
}

.top-page-kv__title-row-in {
  float: left;
  position: relative
}

@media all and (min-width:768px) {
  .top-page-kv__title-row-in {
    padding-bottom: 8px
  }
}

@media all and (max-width:767px) {
  .top-page-kv__title-row-in {
    padding-bottom: 4px
  }
}

.top-page-kv__title-row-in:after, .top-page-kv__title-row-in:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #000
}

@media all and (min-width:768px) {
  .top-page-kv__title-row-in:before {
    top: 12px
  }
}

@media all and (max-width:767px) {
  .top-page-kv__title-row-in:before {
    top: 4px
  }
}

@media all and (min-width:768px) {
  .top-page-kv__title-row-in:after {
    height: 7px
  }
}

@media all and (max-width:767px) {
  .top-page-kv__title-row-in:after {
    height: 3px
  }
}

.top-page-kv__title-row img {
  width: 100%
}

.top-page-kv__image-wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0
}

.top-page-kv__image {
  position: absolute;
  top: 0;
  bottom: 0;
  background-position: center;
  background-size: cover
}

@media all and (min-width:768px) {
  .top-page-kv__image {
    right: 0;
    left: 0
  }
}

@media all and (max-width:767px) {
  .top-page-kv__image {
    right: -50px;
    left: -50px
  }
}

.top-page-kv__image--01 {
  background-image: url(../img/index/kv01.jpg)
}

.top-page-kv__image--02 {
  background-image: url(../img/index/kv02.jpg)
}

.top-page-kv__image--03 {
  background-image: url(../img/index/kv03.jpg)
}

@media all and (min-width:768px) {
  .top-page-kv__pager {
    height: 1px;
    position: absolute;
    right: 50px;
    bottom: 25px;
    z-index: 20
  }
  .top-page-kv__pager-item {
    width: 12px;
    height: 1px;
    float: left;
    margin-left: 10px;
    background-color: #ababab
  }
  .top-page-kv__pager-item.is-current {
    background-color: #000
  }
}

@media all and (max-width:767px) {
  .top-page-kv__pager {
    display: none
  }
}

@media all and (min-width:768px) {
  .top-page-kv__scroll {
    width: 1px;
    height: 54px;
    position: absolute;
    bottom: 25px;
    left: 60px;
    z-index: 20;
    background-color: #ababab
  }
  .top-page-kv__scroll-pointer {
    width: 9px;
    height: 9px;
    position: absolute;
    top: -4px;
    left: -4px
  }
  .top-page-kv__scroll-pointer:before {
    content: '';
    display: block;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: #eee;
  }
}

@media all and (max-width:767px) {
  .top-page-kv__scroll {
    display: none
  }
}

.top-page-kv.is-animate {
  -webkit-transition-duration: .8s;
  transition-duration: .8s;
  -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
  transition-timing-function: cubic-bezier(1, 0, 0, 1)
}

.top-page-kv__title-row-in {
  -webkit-transform: translateX(-100.5%);
  transform: translateX(-100.5%)
}

.top-page-kv__title-row:nth-of-type(1) .top-page-kv__title-row-in {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: .8s;
  transition-duration: .8s;
  -webkit-transition-timing-function: cubic-bezier(.075, .82, .165, 1);
  transition-timing-function: cubic-bezier(.075, .82, .165, 1);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform
}

.top-page-kv__title-row:nth-of-type(1) .top-page-kv__title-row-in:before {
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition-delay: .6s;
  transition-delay: .6s;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: cubic-bezier(.075, .82, .165, 1);
  transition-timing-function: cubic-bezier(.075, .82, .165, 1)
}

.top-page-kv__title-row:nth-of-type(2) .top-page-kv__title-row-in {
  -webkit-transition-delay: .15s;
  transition-delay: .15s;
  -webkit-transition-duration: .8s;
  transition-duration: .8s;
  -webkit-transition-timing-function: cubic-bezier(.075, .82, .165, 1);
  transition-timing-function: cubic-bezier(.075, .82, .165, 1);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform
}

.top-page-kv__title-row:nth-of-type(2) .top-page-kv__title-row-in:before {
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition-delay: .75s;
  transition-delay: .75s;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: cubic-bezier(.075, .82, .165, 1);
  transition-timing-function: cubic-bezier(.075, .82, .165, 1)
}

.top-page-kv__title-row:nth-of-type(3) .top-page-kv__title-row-in {
  -webkit-transition-delay: .3s;
  transition-delay: .3s;
  -webkit-transition-duration: .8s;
  transition-duration: .8s;
  -webkit-transition-timing-function: cubic-bezier(.075, .82, .165, 1);
  transition-timing-function: cubic-bezier(.075, .82, .165, 1);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform
}

.top-page-kv__title-row:nth-of-type(3) .top-page-kv__title-row-in:before {
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition-delay: .9s;
  transition-delay: .9s;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: cubic-bezier(.075, .82, .165, 1);
  transition-timing-function: cubic-bezier(.075, .82, .165, 1)
}

.top-page-kv__title.is-visible .top-page-kv__title-row-in {
  -webkit-transform: translateX(0);
  transform: translateX(0)
}

.top-page-kv__title.is-visible .top-page-kv__title-row-in:before {
  -webkit-transform: scaleY(0);
  transform: scaleY(0)
}

@-webkit-keyframes slideIndexKv {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
    z-index: 10
  }
  70% {
    opacity: 1;
    z-index: 1
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@keyframes slideIndexKv {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
    z-index: 10
  }
  70% {
    opacity: 1;
    z-index: 1
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

.top-page-kv__image {
  opacity: 0
}

.top-page-kv__image.is-animate {
  -webkit-animation-name: slideIndexKv;
  animation-name: slideIndexKv;
  -webkit-animation-duration: 6s;
  animation-duration: 6s;
  -webkit-animation-timing-function: cubic-bezier(.19, 1, .22, 1);
  animation-timing-function: cubic-bezier(.19, 1, .22, 1)
}

@-webkit-keyframes moveScrollPointer {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
  100% {
    -webkit-transform: translate3d(0, 54px, 0);
    transform: translate3d(0, 54px, 0)
  }
}

@keyframes moveScrollPointer {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
  100% {
    -webkit-transform: translate3d(0, 54px, 0);
    transform: translate3d(0, 54px, 0)
  }
}

@-webkit-keyframes moveScrollPointerIn {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0)
  }
  10% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
  65% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0)
  }
}

@keyframes moveScrollPointerIn {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0)
  }
  10% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
  65% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0)
  }
}

.top-page-kv__scroll-pointer {
  -webkit-animation-name: moveScrollPointer;
  animation-name: moveScrollPointer;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
  animation-timing-function: cubic-bezier(.215, .61, .355, 1)
}

.top-page-kv__scroll-pointer:before {
  -webkit-animation-name: moveScrollPointerIn;
  animation-name: moveScrollPointerIn;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
  animation-timing-function: cubic-bezier(.215, .61, .355, 1)
}

.banner-section {
  display: block;
  overflow: hidden;
  position: relative;
  color: #000
}

@media all and (min-width:768px) {
  .banner-section {
    width: 66.6%;
    margin-right: auto;
    margin-bottom: 8.33333%;
    margin-left: auto;
    padding-top: 29.44%
  }
}

@media all and (max-width:767px) and (orientation:landscape) {
  .banner-section {
    margin-right: 50px;
    margin-bottom: 8.33333%;
    margin-left: 50px;
    padding-top: 33.33%
  }
}

@media all and (max-width:767px) and (orientation:portrait) {
  .banner-section {
    margin-bottom: 50px;
    margin-right: 25px;
    margin-left: 25px;
    padding-top: 56.25%
  }
}

.banner-section__wrap {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0
}

.banner-section__wrap:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background-color: #000
}

.banner-section__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0
}

@media all and (min-width:768px) {
  .banner-section__body {
    right: 20%;
    left: 20%
  }
}

@media all and (max-width:767px) {
  .banner-section__body {
    right: 9.26%;
    left: 9.26%
  }
}

.banner-section__head {
  line-height: 1.1;
  margin-top: 0;
  margin-bottom: 0;
  letter-spacing: .1em
}

@media all and (min-width:768px) {
  .banner-section__head {
    margin-bottom: 15px;
    font-size: 38px;
    font-size: 2.375rem
  }
}

@media all and (max-width:767px) {
  .banner-section__head {
    font-size: 20px;
    font-size: 1.25rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .banner-section__head {
    font-size: 6.25vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .banner-section__head {
    font-size: 25.875px
  }
}

.banner-section__bg-wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #eaeaea
}

.banner-section__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center top
}

@media all and (min-width:768px) {
  .banner-section__bg--01 {
    background-image: url(https://placehold.jp/052442/dbdbdb/1200x530.jpg?text=Placeholder)
  }
}

@media all and (max-width:767px) and (orientation:landscape) {
  .banner-section__bg--01 {
    background-image: url(https://placehold.jp/052442/dbdbdb/1200x530.jpg?text=Placeholder)
  }
}

@media all and (max-width:767px) and (orientation:portrait) {
  .banner-section__bg--01 {
    background-image: url(https://placehold.jp/052442/dbdbdb/1200x530.jpg?text=Placeholder)
  }
}

@media all and (min-width:768px) {
  .banner-section__bg--02 {
    background-image: url(https://placehold.jp/000000/dbdbdb/1200x530.jpg?text=Placeholder2)
  }
}

@media all and (max-width:767px) and (orientation:landscape) {
  .banner-section__bg--02 {
    background-image: url(https://placehold.jp/000000/dbdbdb/1200x530.jpg?text=Placeholder2)
  }
}

@media all and (max-width:767px) and (orientation:portrait) {
  .banner-section__bg--02 {
    background-image: url(https://placehold.jp/000000/dbdbdb/1200x530.jpg?text=Placeholder2)
  }
}

@media all and (min-width:768px) {
  .banner-section__bg--03 {
    background-image: url(https://placehold.jp/052442/dbdbdb/1200x530.jpg?text=Placeholder3)
  }
}

@media all and (max-width:767px) and (orientation:landscape) {
  .banner-section__bg--03 {
    background-image: url(https://placehold.jp/052442/dbdbdb/1200x530.jpg?text=Placeholder3)
  }
}

@media all and (max-width:767px) and (orientation:portrait) {
  .banner-section__bg--03 {
    background-image: url(https://placehold.jp/052442/dbdbdb/1200x530.jpg?text=Placeholder3)
  }
}

.banner-section__wrap {
  -webkit-transform: translate3d(-100.5%, 0, 0);
  transform: translate3d(-100.5%, 0, 0);
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: cubic-bezier(.075, .82, .165, 1);
  transition-timing-function: cubic-bezier(.075, .82, .165, 1);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-delay: .1s;
  transition-delay: .1s
}

.banner-section__wrap:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: right;
  transform-origin: right;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: cubic-bezier(.075, .82, .165, 1);
  transition-timing-function: cubic-bezier(.075, .82, .165, 1);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-delay: .5s;
  transition-delay: .5s
}

.banner-section__body {
  opacity: 0;
  -webkit-transition-duration: .6s;
  transition-duration: .6s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-delay: .9s;
  transition-delay: .9s
}

.banner-section__bg-wrap {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition-duration: 6s;
  transition-duration: 6s;
  -webkit-transition-timing-function: cubic-bezier(.075, .82, .165, 1);
  transition-timing-function: cubic-bezier(.075, .82, .165, 1);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform
}

@-webkit-keyframes crossfadeJoinUsBanner {
  0% {
    opacity: 0;
    z-index: 10
  }
  30% {
    opacity: 1;
    z-index: 1
  }
  70% {
    opacity: 1;
    z-index: 1
  }
  100% {
    opacity: 0
  }
}

@keyframes crossfadeJoinUsBanner {
  0% {
    opacity: 0;
    z-index: 10
  }
  30% {
    opacity: 1;
    z-index: 1
  }
  70% {
    opacity: 1;
    z-index: 1
  }
  100% {
    opacity: 0
  }
}

.banner-section__bg {
  opacity: 0
}

.banner-section__bg.is-animate {
  -webkit-animation-name: crossfadeJoinUsBanner;
  animation-name: crossfadeJoinUsBanner;
  -webkit-animation-duration: 6s;
  animation-duration: 6s;
  -webkit-animation-timing-function: cubic-bezier(.19, 1, .22, 1);
  animation-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.banner-section.is-shown .banner-section__wrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.banner-section.is-shown .banner-section__wrap:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1)
}

.banner-section.is-shown .banner-section__body {
  opacity: 1
}

.banner-section.is-over .banner-section__bg-wrap {
  -webkit-transform: scale(1.1);
  transform: scale(1.1)
}

.p-links-priority {
  position: relative
}

.p-links-priority__wrap {
  position: relative;
  z-index: 10
}

@media all and (min-width:768px) {
  .p-links-priority__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-right: 10%;
    margin-left: 10%
  }
}

@media all and (max-width:767px) {
  .p-links-priority__wrap {
    padding-top: 30px;
    padding-bottom: 30px
  }
}

.p-links-priority__item {
  display: block;
  line-height: 1;
  position: relative;
  color: #fff;
  text-align: center
}

@media all and (min-width:768px) {
  .p-links-priority__item {
    width: 33.3%;
    padding-top: 60px;
    padding-bottom: 60px
  }
}

@media all and (max-width:767px) {
  .p-links-priority__item {
    margin-top: 30px
  }
  .p-links-priority__item:first-of-type {
    margin-top: 0
  }
}

.p-links-priority__item:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #323232
}

.p-links-priority__item-wrap {
  position: relative;
  z-index: 10
}

.p-links-priority__item-head {
  letter-spacing: .2em
}

@media all and (min-width:1025px) {
  .p-links-priority__item-head {
    font-size: 16px;
    font-size: 1rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .p-links-priority__item-head {
    font-size: 15px;
    font-size: .9375rem
  }
}

@media all and (max-width:767px) {
  .p-links-priority__item-head {
    font-size: 13px;
    font-size: .8125rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .p-links-priority__item-head {
    font-size: 4.0625vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .p-links-priority__item-head {
    font-size: 16.81875px
  }
}

.p-links-priority__item-line {
  width: 35px;
  height: 2px;
  content: '';
  display: block;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff
}

@media all and (min-width:768px) {
  .p-links-priority__item-line {
    margin-top: 20px;
    margin-bottom: 20px
  }
}

@media all and (max-width:767px) {
  .p-links-priority__item-line {
    margin-top: 15px;
    margin-bottom: 15px
  }
}

@media all and (min-width:1025px) {
  .p-links-priority__item-text {
    font-size: 13px;
    font-size: .8125rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .p-links-priority__item-text {
    font-size: 12px;
    font-size: .75rem
  }
}

@media all and (max-width:767px) {
  .p-links-priority__item-text {
    font-size: 10px;
    font-size: .625rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .p-links-priority__item-text {
    font-size: 3.125vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .p-links-priority__item-text {
    font-size: 12.9375px
  }
}

.p-links-priority__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #161616
}

.p-links-priority__item-line, .p-links-priority__item:after {
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: cubic-bezier(.075, .82, .165, 1);
  transition-timing-function: cubic-bezier(.075, .82, .165, 1);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform
}

.p-links-priority__item:after {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left;
  transform-origin: left
}

.p-links-priority__item-head, .p-links-priority__item-text {
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: cubic-bezier(.075, .82, .165, 1);
  transition-timing-function: cubic-bezier(.075, .82, .165, 1);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform
}

.p-links-priority__item.is-over:after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1)
}

.p-links-priority__item.is-over .p-links-priority__item-head {
  -webkit-transform: translateY(5px);
  transform: translateY(5px)
}

.p-links-priority__item.is-over .p-links-priority__item-line {
  -webkit-transform: scaleX(1.5);
  transform: scaleX(1.5)
}

.p-links-priority__item.is-over .p-links-priority__item-text {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px)
}

.p-links-priority__item.is-leave:after {
  -webkit-transform-origin: right;
  transform-origin: right;
  -webkit-transform: scaleX(0);
  transform: scaleX(0)
}

.p-local-navi {
  line-height: 1;
  position: relative
}

@media all and (min-width:1025px) {
  .p-local-navi {
    font-size: 14px;
    font-size: .875rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .p-local-navi {
    font-size: 13px;
    font-size: .8125rem
  }
}

@media all and (max-width:767px) {
  .p-local-navi {
    font-size: 9px;
    font-size: .5625rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .p-local-navi {
    font-size: 2.8125vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .p-local-navi {
    font-size: 11.64375px
  }
}

.p-local-navi__content {
  position: relative;
  z-index: 10
}

@media all and (min-width:768px) {
  .p-local-navi__toggle {
    display: none
  }
}

@media all and (max-width:767px) {
  .p-local-navi__toggle {
    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;
    cursor: pointer;
    padding-top: 18px;
    padding-bottom: 18px;
    text-align: center;
    letter-spacing: .2em
  }
}

.p-local-navi__toggle-icon {
  width: 8px;
  height: 8px;
  position: relative;
  margin-left: 8px
}

.p-local-navi__toggle-icon-line {
  position: absolute;
  background-color: #000
}

.p-local-navi__toggle-icon-line--01 {
  width: 8px;
  height: 2px;
  top: 3px;
  left: 0
}

.p-local-navi__toggle-icon-line--02 {
  width: 2px;
  height: 8px;
  top: 0;
  left: 3px
}

.p-local-navi__list {
  overflow: hidden
}

@media all and (min-width:768px) {
  .p-local-navi__list-in {
    padding-top: 35px;
    padding-bottom: 35px;
    padding-left: 25.64103%;
    padding-right: 25.64103%
  }
}

.p-local-navi__list-in2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

@media all and (min-width:768px) {
  .p-local-navi__list-in2 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}

@media all and (max-width:767px) {
  .p-local-navi__list-in2 {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }
}

.p-local-navi__list-item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative
}

@media all and (min-width:768px) {
  .p-local-navi__list-item {
    padding-right: 10px;
    padding-left: 10px
  }
  .p-local-navi__list-item:before {
    width: 1px;
    height: 11px;
    content: '';
    display: block;
    position: absolute;
    top: 7px;
    left: 0;
    background-color: #000
  }
  .p-local-navi__list-item:first-of-type:before {
    display: none
  }
}

@media all and (max-width:767px) {
  .p-local-navi__list-item {
    width: 50%;
    position: relative;
    border-top: 1px solid #fff;
    text-align: center;
    background-color: #edebe7
  }
  .p-local-navi__list-item:nth-of-type(2n+1) {
    border-right: 1px solid #fff
  }
  .p-local-navi__list-item:nth-of-type(2n+1):last-of-type:before {
    width: 100%;
    height: 0;
    content: '';
    position: absolute;
    top: -1px;
    right: -100%;
    border-top: 1px solid #fff
  }
}

.p-local-navi__list-item a {
  display: block;
  color: #000;
  letter-spacing: .2em
}

@media all and (min-width:768px) {
  .p-local-navi__list-item a {
    padding: 5px
  }
}

@media all and (max-width:767px) {
  .p-local-navi__list-item a {
    padding-top: 18px;
    padding-bottom: 18px
  }
}

@media all and (min-width:768px) {
  .p-local-navi__search {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    pointer-events: none;
    margin-top: -22px;
    margin-left: 25.64103%;
    margin-right: 25.64103%
  }
}

@media all and (max-width:767px) {
  .p-local-navi__search {
    width: 100%;
    position: relative;
    border-top: 1px solid #fff;
    background-color: #edebe7
  }
}

@media all and (min-width:768px) {
  .p-local-navi__search-in {
    padding-right: 22px;
    padding-left: 22px
  }
}

@media all and (max-width:767px) {
  .p-local-navi__search-in {
    padding-right: 52px;
    padding-left: 37px
  }
}

.p-local-navi__search-in:before {
  width: 1px;
  height: 12px;
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  background-color: #979593
}

@media all and (min-width:768px) {
  .p-local-navi__search-in:before {
    left: 0
  }
}

@media all and (max-width:767px) {
  .p-local-navi__search-in:before {
    left: 25px
  }
}

.p-local-navi__search-input {
  width: 100%;
  height: 44px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 0;
  letter-spacing: .2em;
  background: 0 0
}

@media all and (min-width:1025px) {
  .p-local-navi__search-input {
    font-size: 14px;
    font-size: .875rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .p-local-navi__search-input {
    font-size: 13px;
    font-size: .8125rem
  }
}

@media all and (max-width:767px) {
  .p-local-navi__search-input {
    font-size: 9px;
    font-size: .5625rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .p-local-navi__search-input {
    font-size: 2.8125vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .p-local-navi__search-input {
    font-size: 11.64375px
  }
}

.p-local-navi__search-button {
  width: 44px;
  height: 44px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  pointer-events: auto;
  position: absolute;
  top: 50%;
  margin-top: -22px;
  border: 0;
  background: 0 0
}

@media all and (min-width:768px) {
  .p-local-navi__search-button {
    right: -29px
  }
}

@media all and (max-width:767px) {
  .p-local-navi__search-button {
    right: 8px;
    pointer-events: none
  }
}

.p-local-navi__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #edebe7
}

.p-local-navi__content {
  opacity: 0;
  -webkit-transition-duration: .6s;
  transition-duration: .6s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-delay: .5s;
  transition-delay: .5s
}

.p-local-navi__content.is-shown {
  opacity: 1
}

.p-local-navi__toggle.is-opened .p-local-navi__toggle-icon-line--02 {
  display: none
}

@media all and (max-width:767px) {
  .p-local-navi__list {
    height: 0;
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-transition-timing-function: cubic-bezier(.785, .135, .15, .86);
    transition-timing-function: cubic-bezier(.785, .135, .15, .86);
    -webkit-transition-property: opacity, height;
    transition-property: opacity, height
  }
}

@media all and (min-width:768px) {
  .p-local-navi__list-in2 {
    opacity: 1;
    pointer-events: auto;
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-transition-property: opacity;
    transition-property: opacity
  }
  .p-local-navi__list-in2.is-hidden {
    opacity: 0;
    pointer-events: none
  }
}

@media all and (min-width:768px) {
  .p-local-navi__search-in {
    opacity: 0;
    pointer-events: none;
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-transition-property: opacity;
    transition-property: opacity
  }
  .p-local-navi__search-in:before {
    opacity: 0;
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-transition-property: opacity;
    transition-property: opacity
  }
  .p-local-navi__search-in.is-visible {
    opacity: 1;
    pointer-events: auto
  }
  .p-local-navi__search-in.is-visible:before {
    opacity: 1
  }
}

.p-local-navi__bg {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: cubic-bezier(.075, .82, .165, 1);
  transition-timing-function: cubic-bezier(.075, .82, .165, 1);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-delay: .2s;
  transition-delay: .2s
}

.p-local-navi__bg.is-shown {
  -webkit-transform: scaleX(1);
  transform: scaleX(1)
}

.p-lower-header {
  position: relative
}

@media all and (min-width:768px) {
  .p-lower-header {
    margin-bottom: 7.77778%;
    margin-right: 6.66667%;
    margin-left: 6.66667%
  }
}

@media all and (max-width:767px) {
  .p-lower-header {
    margin-bottom: 50px
  }
}

.p-lower-header__wrap {
  position: relative;
  display: block;
  color: #000
}

.p-lower-header__image {
  overflow: hidden;
  position: relative;
  z-index: 10
}

@media all and (min-width:768px) {
  .p-lower-header__image {
    margin-right: 3.84615%;
    margin-left: 3.84615%
  }
}

@media all and (max-width:767px) {
  .p-lower-header__image {
    margin-right: 25px;
    margin-left: 25px
  }
}

.p-lower-header__image-in {
  display: block;
  overflow: hidden;
  background-size: cover;
  background-position: center
}

@media all and (min-width:768px) {
  .p-lower-header__image-in {
    padding-top: 38.46154%
  }
}

@media all and (max-width:767px) and (orientation:landscape) {
  .p-lower-header__image-in {
    padding-top: 38.46154%
  }
}

@media all and (max-width:767px) and (orientation:portrait) {
  .p-lower-header__image-in {
    padding-top: 50%
  }
}

.p-lower-header__image-in--whoweare {
  background-image: url(../img/whoweare/kv.jpg)
}

.p-lower-header__image-in--company {
  background-image: url(../img/company/index/kv.jpg)
}

.p-lower-header__image-in--business {
  background-image: url(../img/business/kv.jpg)
}

.p-lower-header__image-in--recruit {
  background-image: url(../img/recruit/index/kv.jpg)
}

.p-lower-header__image-in--people {
  background-image: url(../img/people/index/kv.jpg)
}

.p-lower-header__image-in--blog {
  background-image: url(../img/blog/index/kv.jpg)
}

.p-lower-header__image-in--news {
  background-image: url(../img/news/index/kv.jpg)
}

.p-lower-header__image-in--touch {
  background-image: url(../img/touch/kv.jpg)
}

.p-lower-header__image-in:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 20;
  background-color: #000
}

.p-lower-header__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1.1;
  position: relative;
  z-index: 10;
  margin: 0
}

@media all and (min-width:1025px) {
  .p-lower-header__label {
    font-size: 70px;
    font-size: 4.375rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .p-lower-header__label {
    font-size: 48px;
    font-size: 3rem
  }
}

@media all and (max-width:767px) {
  .p-lower-header__label {
    font-size: 24px;
    font-size: 1.5rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .p-lower-header__label {
    font-size: 7.5vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .p-lower-header__label {
    font-size: 31.05px
  }
}

@media all and (min-width:768px) {
  .p-lower-header__label {
    padding-top: 4.44444%;
    padding-bottom: 5%
  }
}

@media all and (max-width:767px) {
  .p-lower-header__label {
    padding-top: 30px;
    padding-bottom: 35px
  }
}

.p-lower-header__label-in1 {
  display: block;
  overflow: hidden
}

.p-lower-header__label-in2 {
  display: block;
  position: relative;
  padding-bottom: 10px
}

.p-lower-header__label-in2:after, .p-lower-header__label-in2:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #000
}

@media all and (min-width:768px) {
  .p-lower-header__label-in2:before {
    top: 12px
  }
}

@media all and (max-width:767px) {
  .p-lower-header__label-in2:before {
    top: 4px
  }
}

@media all and (min-width:768px) {
  .p-lower-header__label-in2:after {
    height: 7px
  }
}

@media all and (max-width:767px) {
  .p-lower-header__label-in2:after {
    height: 3px
  }
}

.p-lower-header__bg {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0
}

.p-lower-header__bg:before {
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  background-color: #f5f3f0
}

@media all and (min-width:768px) {
  .p-lower-header__bg--has-image {
    padding-top: 20.55556%
  }
}

@media all and (max-width:767px) {
  .p-lower-header__bg--has-image {
    padding-top: 33.3%
  }
}

.p-lower-header__image-in {
  -webkit-transform: translate3d(-100.5%, 0, 0);
  transform: translate3d(-100.5%, 0, 0);
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: cubic-bezier(.075, .82, .165, 1);
  transition-timing-function: cubic-bezier(.075, .82, .165, 1);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-delay: .2s;
  transition-delay: .2s
}

.p-lower-header__image-in:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: right;
  transform-origin: right;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: cubic-bezier(.075, .82, .165, 1);
  transition-timing-function: cubic-bezier(.075, .82, .165, 1);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-delay: .5s;
  transition-delay: .5s
}

.p-lower-header__image.is-shown .p-lower-header__image-in {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.p-lower-header__image.is-shown .p-lower-header__image-in:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1)
}

.p-lower-header__label-in2 {
  -webkit-transform: translateX(-100.5%);
  transform: translateX(-100.5%);
  -webkit-transition-delay: .15s;
  transition-delay: .15s;
  -webkit-transition-duration: .8s;
  transition-duration: .8s;
  -webkit-transition-timing-function: cubic-bezier(.075, .82, .165, 1);
  transition-timing-function: cubic-bezier(.075, .82, .165, 1);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform
}

.p-lower-header__label-in2:before {
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition-delay: .8s;
  transition-delay: .8s;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: cubic-bezier(.075, .82, .165, 1);
  transition-timing-function: cubic-bezier(.075, .82, .165, 1)
}

.p-lower-header__label.is-shown .p-lower-header__label-in2 {
  -webkit-transform: translateX(0);
  transform: translateX(0)
}

.p-lower-header__label.is-shown .p-lower-header__label-in2:before {
  -webkit-transform: scaleY(0);
  transform: scaleY(0)
}

.p-lower-header__bg {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: cubic-bezier(.075, .82, .165, 1);
  transition-timing-function: cubic-bezier(.075, .82, .165, 1);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform
}

.p-lower-header__bg.is-shown {
  -webkit-transform: scaleX(1);
  transform: scaleX(1)
}

@media all and (min-width:768px) {
  .p-news-entry-content {
    margin-top: 50px
  }
}

@media all and (max-width:767px) {
  .p-news-entry-content {
    margin-top: 25px
  }
}

.p-news-entry-content h2, .p-news-entry-content h3, .p-news-entry-content h4, .p-news-entry-content h5, .p-news-entry-content h6 {
  margin-top: 2.15385em;
  margin-bottom: 0;
  font-weight: 400
}

@media all and (min-width:768px) {
  .p-news-entry-content h2 {
    font-size: 22px;
    font-size: 1.375rem
  }
}

@media all and (max-width:767px) {
  .p-news-entry-content h2 {
    font-size: 18px;
    font-size: 1.125rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .p-news-entry-content h2 {
    font-size: 5.625vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .p-news-entry-content h2 {
    font-size: 23.2875px
  }
}

@media all and (min-width:768px) {
  .p-news-entry-content h3 {
    font-size: 20px;
    font-size: 1.25rem
  }
}

@media all and (max-width:767px) {
  .p-news-entry-content h3 {
    font-size: 16px;
    font-size: 1rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .p-news-entry-content h3 {
    font-size: 5vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .p-news-entry-content h3 {
    font-size: 20.7px
  }
}

@media all and (min-width:768px) {
  .p-news-entry-content h4 {
    font-size: 18px;
    font-size: 1.125rem
  }
}

@media all and (max-width:767px) {
  .p-news-entry-content h4 {
    font-size: 14px;
    font-size: .875rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .p-news-entry-content h4 {
    font-size: 4.375vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .p-news-entry-content h4 {
    font-size: 18.1125px
  }
}

@media all and (min-width:768px) {
  .p-news-entry-content h5 {
    font-size: 16px;
    font-size: 1rem
  }
}

@media all and (max-width:767px) {
  .p-news-entry-content h5 {
    font-size: 13px;
    font-size: .8125rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .p-news-entry-content h5 {
    font-size: 4.0625vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .p-news-entry-content h5 {
    font-size: 16.81875px
  }
}

@media all and (min-width:768px) {
  .p-news-entry-content h6 {
    font-size: 14px;
    font-size: .875rem
  }
}

@media all and (max-width:767px) {
  .p-news-entry-content h6 {
    font-size: 12px;
    font-size: .75rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .p-news-entry-content h6 {
    font-size: 3.75vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .p-news-entry-content h6 {
    font-size: 15.525px
  }
}

.p-news-entry-content dl, .p-news-entry-content ol, .p-news-entry-content p, .p-news-entry-content ul {
  margin-top: 2.15385em;
  margin-bottom: 0
}

.p-news-entry-content img {
  max-width: 100%;
  height: auto;
  display: block
}

@media all and (min-width:768px) {
  .p-news-entry-content img {
    margin-top: 50px;
    margin-bottom: 50px
  }
}

@media all and (max-width:767px) {
  .p-news-entry-content img {
    margin-top: 25px;
    margin-bottom: 25px
  }
}

@media all and (min-width:1025px) {
  .p-news-entry-header {
    margin-bottom: 40px
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .p-news-entry-header {
    margin-bottom: 30px
  }
}

@media all and (max-width:767px) {
  .p-news-entry-header {
    margin-bottom: 20px
  }
}

.p-news-entry-header__prop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: .2em
}

@media all and (min-width:1025px) {
  .p-news-entry-header__prop {
    margin-bottom: 20px;
    font-size: 14px;
    font-size: .875rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .p-news-entry-header__prop {
    margin-bottom: 15px;
    font-size: 12px;
    font-size: .75rem
  }
}

@media all and (max-width:767px) {
  .p-news-entry-header__prop {
    margin-bottom: 10px;
    font-size: 10px;
    font-size: .625rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .p-news-entry-header__prop {
    font-size: 3.125vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .p-news-entry-header__prop {
    font-size: 12.9375px
  }
}

.p-news-entry-header__category {
  margin-right: 1em
}

.p-news-entry-header__category:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  background-color: #000
}

@media all and (min-width:768px) {
  .p-news-entry-header__category:before {
    width: 4px;
    height: 2px;
    margin-right: 10px;
    margin-bottom: 3px
  }
}

@media all and (max-width:767px) {
  .p-news-entry-header__category:before {
    width: 3px;
    height: 1px;
    margin-right: 6px;
    margin-bottom: 2px
  }
}

.p-news-entry-header__title {
  line-height: 1.53846;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400
}

@media all and (min-width:1025px) {
  .p-news-entry-header__title {
    font-size: 26px;
    font-size: 1.625rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .p-news-entry-header__title {
    font-size: 20px;
    font-size: 1.25rem
  }
}

@media all and (max-width:767px) {
  .p-news-entry-header__title {
    font-size: 16px;
    font-size: 1rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .p-news-entry-header__title {
    font-size: 5vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .p-news-entry-header__title {
    font-size: 20.7px
  }
}

@media all and (min-width:1025px) {
  .p-people-content {
    margin-bottom: 5.55556%;
    margin-right: 16.66667%;
    margin-left: 16.66667%
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .p-people-content {
    margin-bottom: 5.55556%;
    margin-right: 10%;
    margin-left: 10%
  }
}

@media all and (max-width:767px) {
  .p-people-content {
    margin-right: 25px;
    margin-left: 25px
  }
}

.p-people-content__head {
  line-height: 1.1;
  letter-spacing: .2em;
  text-align: center
}

@media all and (min-width:1025px) {
  .p-people-content__head {
    font-size: 36px;
    font-size: 2.25rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .p-people-content__head {
    font-size: 32px;
    font-size: 2rem
  }
}

@media all and (max-width:767px) {
  .p-people-content__head {
    font-size: 18px;
    font-size: 1.125rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .p-people-content__head {
    font-size: 5.625vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .p-people-content__head {
    font-size: 23.2875px
  }
}

@media all and (min-width:1025px) {
  .p-people-content__head {
    margin-bottom: 8.33333%
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .p-people-content__head {
    margin-bottom: 6.94444%
  }
}

@media all and (max-width:767px) {
  .p-people-content__head {
    margin-top: 50px;
    margin-bottom: 50px
  }
}

@media all and (min-width:768px) {
  .p-people-content__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 6.66667%
  }
}

@media all and (min-width:768px) {
  .p-people-content__col1 {
    width: 65%
  }
}

.p-people-content__col2 {
  position: relative
}

@media all and (min-width:768px) {
  .p-people-content__col2 {
    width: 30%
  }
}

.p-people-content__photo {
  overflow: hidden
}

@media all and (max-width:767px) {
  .p-people-content__photo--l {
    margin-bottom: 25px
  }
}

@media all and (min-width:768px) {
  .p-people-content__photo--s {
    margin-bottom: 16.66667%
  }
}

@media all and (max-width:767px) {
  .p-people-content__photo--s {
    margin-bottom: 25px
  }
}

.p-people-content__photo-in {
  overflow: hidden;
  position: relative
}

.p-people-content__photo-in:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background-color: #000
}

.p-people-content__photo-in--l {
  padding-top: 150%
}

.p-people-content__photo-in--s {
  padding-top: 66.6%
}

.p-people-content__photo img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0
}

.p-people-content__profile {
  text-align: center
}

@media all and (min-width:768px) {
  .p-people-content__profile {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding-top: 156.94444%
  }
}

@media all and (max-width:767px) {
  .p-people-content__profile {
    position: relative;
    margin-bottom: 50px;
    padding: 50px 25px
  }
}

.p-people-content__profile-in1 {
  z-index: 10
}

@media all and (min-width:768px) {
  .p-people-content__profile-in1 {
    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;
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    left: 20px
  }
}

@media all and (max-width:767px) {
  .p-people-content__profile-in1 {
    position: relative
  }
}

.p-people-content__profile-in2 {
  width: 100%
}

.p-people-content__profile-role {
  line-height: 1.5;
  margin-bottom: 10px;
  color: #777
}

@media all and (min-width:1025px) {
  .p-people-content__profile-role {
    font-size: 12px;
    font-size: .75rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .p-people-content__profile-role {
    font-size: 11px;
    font-size: .6875rem
  }
}

@media all and (max-width:767px) {
  .p-people-content__profile-role {
    font-size: 8px;
    font-size: .5rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .p-people-content__profile-role {
    font-size: 2.5vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .p-people-content__profile-role {
    font-size: 10.35px
  }
}

.p-people-content__profile-name-ja {
  line-height: 1.5;
  margin-bottom: 10px
}

@media all and (min-width:1025px) {
  .p-people-content__profile-name-ja {
    font-size: 24px;
    font-size: 1.5rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .p-people-content__profile-name-ja {
    font-size: 20px;
    font-size: 1.25rem
  }
}

@media all and (max-width:767px) {
  .p-people-content__profile-name-ja {
    font-size: 16px;
    font-size: 1rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .p-people-content__profile-name-ja {
    font-size: 5vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .p-people-content__profile-name-ja {
    font-size: 20.7px
  }
}

.p-people-content__profile-name-en {
  line-height: 1.5;
  margin-bottom: 20px
}

@media all and (min-width:1025px) {
  .p-people-content__profile-name-en {
    font-size: 13px;
    font-size: .8125rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .p-people-content__profile-name-en {
    font-size: 12px;
    font-size: .75rem
  }
}

@media all and (max-width:767px) {
  .p-people-content__profile-name-en {
    font-size: 9px;
    font-size: .5625rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .p-people-content__profile-name-en {
    font-size: 2.8125vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .p-people-content__profile-name-en {
    font-size: 11.64375px
  }
}

.p-people-content__profile-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 18.75%
}

.p-people-content__profile-sns-item {
  margin-right: 5px;
  margin-left: 5px
}

@media all and (min-width:768px) and (max-width:1024px) {
  .p-people-content__profile-text {
    line-height: 1.5
  }
}

.p-people-content__profile-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #f5f3f0
}

@media all and (max-width:767px) {
  .p-people-content__description {
    margin-bottom: 50px
  }
}

.p-people-content__description-head {
  margin-top: 0;
  line-height: 1.53846;
  font-weight: 400
}

@media all and (min-width:1025px) {
  .p-people-content__description-head {
    font-size: 26px;
    font-size: 1.625rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .p-people-content__description-head {
    font-size: 22px;
    font-size: 1.375rem
  }
}

@media all and (max-width:767px) {
  .p-people-content__description-head {
    font-size: 15px;
    font-size: .9375rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .p-people-content__description-head {
    font-size: 4.6875vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .p-people-content__description-head {
    font-size: 19.40625px
  }
}

@media all and (min-width:768px) {
  .p-people-content__description-head {
    margin-bottom: 35px
  }
}

@media all and (max-width:767px) {
  .p-people-content__description-head {
    margin-bottom: 20px
  }
}

.p-people-content__description-body p {
  margin: 0
}

@media all and (min-width:768px) {
  .p-people-content__history {
    margin-bottom: 30px
  }
}

@media all and (max-width:767px) {
  .p-people-content__history {
    margin-bottom: 50px
  }
}

.p-people-content__history-head {
  margin-top: 0;
  letter-spacing: .1em
}

@media all and (min-width:1025px) {
  .p-people-content__history-head {
    font-size: 18px;
    font-size: 1.125rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .p-people-content__history-head {
    font-size: 15px;
    font-size: .9375rem
  }
}

@media all and (max-width:767px) {
  .p-people-content__history-head {
    font-size: 13px;
    font-size: .8125rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .p-people-content__history-head {
    font-size: 4.0625vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .p-people-content__history-head {
    font-size: 16.81875px
  }
}

@media all and (min-width:768px) {
  .p-people-content__history-head {
    margin-bottom: 15px
  }
}

@media all and (max-width:767px) {
  .p-people-content__history-head {
    margin-bottom: 10px
  }
}

.p-people-content__history-text {
  margin: 0
}

.p-people-content__photo-in {
  -webkit-transform: translate3d(-100.5%, 0, 0);
  transform: translate3d(-100.5%, 0, 0);
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: cubic-bezier(.075, .82, .165, 1);
  transition-timing-function: cubic-bezier(.075, .82, .165, 1);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform
}

.p-people-content__photo-in:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: right;
  transform-origin: right;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: cubic-bezier(.075, .82, .165, 1);
  transition-timing-function: cubic-bezier(.075, .82, .165, 1);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform
}

.p-people-content__photo--1 .p-people-content__photo-in {
  -webkit-transition-delay: 0s;
  transition-delay: 0s
}

.p-people-content__photo--1 .p-people-content__photo-in:before {
  -webkit-transition-delay: .4s;
  transition-delay: .4s
}

.p-people-content__photo--2 .p-people-content__photo-in {
  -webkit-transition-delay: .1s;
  transition-delay: .1s
}

.p-people-content__photo--2 .p-people-content__photo-in:before {
  -webkit-transition-delay: .5s;
  transition-delay: .5s
}

.p-people-content__photo--3 .p-people-content__photo-in {
  -webkit-transition-delay: .2s;
  transition-delay: .2s
}

.p-people-content__photo--3 .p-people-content__photo-in:before {
  -webkit-transition-delay: .6s;
  transition-delay: .6s
}

.p-people-content__photo.is-shown .p-people-content__photo-in {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.p-people-content__photo.is-shown .p-people-content__photo-in:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1)
}

.p-people-content__profile-in1 {
  opacity: 0;
  -webkit-transition-duration: .8s;
  transition-duration: .8s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-delay: .4s;
  transition-delay: .4s
}

.p-people-content__profile-in1.is-shown {
  opacity: 1
}

.p-people-content__profile-bg {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: cubic-bezier(.075, .82, .165, 1);
  transition-timing-function: cubic-bezier(.075, .82, .165, 1);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform
}

.p-people-content__profile-bg.is-shown {
  -webkit-transform: scaleX(1);
  transform: scaleX(1)
}

.p-people-in-flexbox {
  line-height: 1
}

@media all and (min-width:1025px) {
  .p-people-in-flexbox {
    padding-bottom: 50px
  }
}

.p-people-in-flexbox__role {
  margin-bottom: 10px;
  color: #777;
  letter-spacing: .05em
}

@media all and (min-width:1025px) {
  .p-people-in-flexbox__role {
    font-size: 12px;
    font-size: .75rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .p-people-in-flexbox__role {
    font-size: 11px;
    font-size: .6875rem
  }
}

@media all and (max-width:767px) {
  .p-people-in-flexbox__role {
    font-size: 9px;
    font-size: .5625rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .p-people-in-flexbox__role {
    font-size: 2.8125vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .p-people-in-flexbox__role {
    font-size: 11.64375px
  }
}

.p-people-in-flexbox__name {
  font-weight: 700;
  letter-spacing: .1em
}

@media all and (min-width:1025px) {
  .p-people-in-flexbox__name {
    font-size: 24px;
    font-size: 1.5rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .p-people-in-flexbox__name {
    font-size: 20px;
    font-size: 1.25rem
  }
}

@media all and (max-width:767px) {
  .p-people-in-flexbox__name {
    font-size: 16px;
    font-size: 1rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .p-people-in-flexbox__name {
    font-size: 5vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .p-people-in-flexbox__name {
    font-size: 20.7px
  }
}

.p-people-infinite-scroll__preload {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

@media all and (min-width:768px) {
  .p-people-infinite-scroll__preload {
    margin-bottom: 8.33333%
  }
}

@media all and (max-width:767px) {
  .p-people-infinite-scroll__preload {
    margin-bottom: 50px
  }
}

.p-people-infinite-scroll__preload-label {
  line-height: 1.1;
  overflow: hidden;
  font-weight: 700;
  letter-spacing: .2em
}

.p-people-infinite-scroll__preload-label:after {
  width: 100%;
  height: 2px;
  content: '';
  display: block;
  margin-top: 10px;
  background-color: #000
}

@-webkit-keyframes loopPreloadUnderline {
  0% {
    -webkit-transform: translate3d(-100.5%, 0, 0);
    transform: translate3d(-100.5%, 0, 0)
  }
  100% {
    -webkit-transform: translate3d(100.5%, 0, 0);
    transform: translate3d(100.5%, 0, 0)
  }
}

@keyframes loopPreloadUnderline {
  0% {
    -webkit-transform: translate3d(-100.5%, 0, 0);
    transform: translate3d(-100.5%, 0, 0)
  }
  100% {
    -webkit-transform: translate3d(100.5%, 0, 0);
    transform: translate3d(100.5%, 0, 0)
  }
}

.p-people-infinite-scroll__preload {
  opacity: 0;
  -webkit-transition-duration: .4s;
  transition-duration: .4s;
  -webkit-transition-property: opacity;
  transition-property: opacity
}

.p-people-infinite-scroll__preload.is-shown {
  opacity: 1
}

.p-people-infinite-scroll__preload-label:after {
  -webkit-animation-name: loopPreloadUnderline;
  animation-name: loopPreloadUnderline;
  -webkit-animation-duration: .8s;
  animation-duration: .8s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: cubic-bezier(.645, .045, .355, 1);
  animation-timing-function: cubic-bezier(.645, .045, .355, 1)
}

.p-privacypolicy-contents h2 {
  font-weight: 400
}

@media all and (min-width:768px) {
  .p-privacypolicy-contents h2 {
    margin-bottom: 8px;
    font-size: 18px;
    font-size: 1.125rem
  }
}

@media all and (min-width:1025px) {
  .p-privacypolicy-contents h2 {
    margin-top: 6.25%
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .p-privacypolicy-contents h2 {
    margin-top: 5%
  }
}

@media all and (max-width:767px) {
  .p-privacypolicy-contents h2 {
    margin-top: 30px;
    margin-bottom: 6px;
    font-size: 14px;
    font-size: .875rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .p-privacypolicy-contents h2 {
    font-size: 4.375vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .p-privacypolicy-contents h2 {
    font-size: 18.1125px
  }
}

.p-privacypolicy-contents p {
  margin: 0
}

.p-profile-in-flexbox {
  line-height: 1.84615
}

.p-profile-in-flexbox__role {
  color: #777;
  font-weight: 700;
  letter-spacing: .05em
}

.p-profile-in-flexbox__name {
  margin-top: 0;
  font-weight: 400
}

@media all and (min-width:768px) {
  .p-profile-in-flexbox__name {
    margin-bottom: 15px
  }
}

@media all and (max-width:767px) {
  .p-profile-in-flexbox__name {
    margin-bottom: 8px
  }
}

.p-profile-in-flexbox__name-ja {
  display: inline-block;
  letter-spacing: .05em
}

@media all and (min-width:1025px) {
  .p-profile-in-flexbox__name-ja {
    font-size: 24px;
    font-size: 1.5rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .p-profile-in-flexbox__name-ja {
    font-size: 20px;
    font-size: 1.25rem
  }
}

@media all and (max-width:767px) {
  .p-profile-in-flexbox__name-ja {
    font-size: 15px;
    font-size: .9375rem
  }
}

.p-profile-in-flexbox__name-en {
  display: inline-block;
  margin-left: 1em;
  letter-spacing: .025em
}

@media all and (min-width:1025px) {
  .p-profile-in-flexbox__name-en {
    font-size: 13px;
    font-size: .8125rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .p-profile-in-flexbox__name-en {
    font-size: 12px;
    font-size: .75rem
  }
}

@media all and (max-width:767px) {
  .p-profile-in-flexbox__name-en {
    font-size: 10px;
    font-size: .625rem
  }
}

.p-profile-in-flexbox__text {
  margin-top: 0
}

@media all and (min-width:768px) {
  .p-profile-in-flexbox__text {
    margin-bottom: 18px
  }
}

@media all and (max-width:767px) {
  .p-profile-in-flexbox__text {
    margin-bottom: 10px
  }
}

.p-profile-in-flexbox__history-head {
  clear: both;
  float: left
}

.p-profile-in-flexbox__history-body {
  margin-left: 6em
}

.p-reader-banner {
  max-width: 360px;
  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;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  color: #000
}

@media all and (min-width:768px) {
  .p-reader-banner {
    padding-top: 20px;
    padding-bottom: 20px
  }
}

@media all and (max-width:767px) {
  .p-reader-banner {
    padding-top: 15px;
    padding-bottom: 15px
  }
}

.p-reader-banner:after, .p-reader-banner:before {
  content: '';
  display: block;
  pointer-events: none;
  position: absolute
}

.p-reader-banner:before {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0
}

@media all and (min-width:768px) {
  .p-reader-banner:before {
    border: 3px solid #000
  }
}

@media all and (max-width:767px) {
  .p-reader-banner:before {
    border: 2px solid #000
  }
}

.p-reader-banner:after {
  border: 1px solid #000
}

@media all and (min-width:768px) {
  .p-reader-banner:after {
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px
  }
}

@media all and (max-width:767px) {
  .p-reader-banner:after {
    top: 4px;
    right: 4px;
    bottom: 4px;
    left: 4px
  }
}

.p-reader-banner__label {
  line-height: 1.5;
  position: relative;
  z-index: 10;
  font-weight: 700;
  text-align: center;
  letter-spacing: .1em
}

@media all and (min-width:1025px) {
  .p-reader-banner__label {
    font-size: 15px;
    font-size: .9375rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .p-reader-banner__label {
    font-size: 14px;
    font-size: .875rem
  }
}

@media all and (max-width:767px) {
  .p-reader-banner__label {
    font-size: 12px;
    font-size: .75rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .p-reader-banner__label {
    font-size: 3.75vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .p-reader-banner__label {
    font-size: 15.525px
  }
}

.p-reader-banner__bg {
  position: absolute;
  background-color: #000
}

@media all and (min-width:768px) {
  .p-reader-banner__bg {
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px
  }
}

@media all and (max-width:767px) {
  .p-reader-banner__bg {
    top: 4px;
    right: 4px;
    bottom: 4px;
    left: 4px
  }
}

.p-reader-banner:after, .p-reader-banner:before {
  opacity: 0;
  -webkit-transition-duration: .6s;
  transition-duration: .6s
}

.p-reader-banner:after {
  -webkit-transition-delay: .1s;
  transition-delay: .1s
}

.p-reader-banner__icon {
  opacity: 0;
  -webkit-transform: scale(.9);
  transform: scale(.9);
  -webkit-transition-duration: .6s;
  transition-duration: .6s;
  -webkit-transition-delay: .3s;
  transition-delay: .3s
}

.p-reader-banner__label {
  opacity: 0;
  -webkit-transition-duration: .6s;
  transition-duration: .6s;
  -webkit-transition-delay: .3s;
  transition-delay: .3s
}

.p-reader-banner__bg {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: cubic-bezier(.075, .82, .165, 1);
  transition-timing-function: cubic-bezier(.075, .82, .165, 1);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform
}

.p-reader-banner.is-shown:after, .p-reader-banner.is-shown:before {
  opacity: 1
}

.p-reader-banner.is-shown .p-reader-banner__icon {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1)
}

.p-reader-banner.is-shown .p-reader-banner__label {
  opacity: 1
}

.p-reader-banner.is-over .p-reader-banner__icon {
  background-color: #fff;
  -webkit-transition-delay: 0s;
  transition-delay: 0s
}

.p-reader-banner.is-over .p-reader-banner__icon svg {
  fill: #000
}

.p-reader-banner.is-over .p-reader-banner__label {
  color: #fff;
  -webkit-transition-delay: 0s;
  transition-delay: 0s
}

.p-reader-banner.is-over .p-reader-banner__bg {
  -webkit-transform: scaleX(1);
  transform: scaleX(1)
}

.p-reader-banner.is-leave .p-reader-banner__icon {
  -webkit-transition-delay: 0s;
  transition-delay: 0s
}

.p-reader-banner.is-leave .p-reader-banner__label {
  -webkit-transition-delay: 0s;
  transition-delay: 0s
}

.p-reader-banner.is-leave .p-reader-banner__bg {
  -webkit-transform-origin: right;
  transform-origin: right;
  -webkit-transform: scaleX(0);
  transform: scaleX(0)
}

.p-sitemap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.p-sitemap__category {
  border-top: 1px solid #e5e5e5
}

@media all and (min-width:768px) {
  .p-sitemap__category {
    margin-top: 32px;
    padding-top: 30px
  }
  .p-sitemap__category:nth-of-type(1), .p-sitemap__category:nth-of-type(2) {
    margin-top: 0
  }
}

@media all and (min-width:1025px) {
  .p-sitemap__category {
    width: 46.875%
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .p-sitemap__category {
    width: 47.5%
  }
}

@media all and (max-width:767px) {
  .p-sitemap__category {
    margin-top: 22px;
    padding-top: 20px
  }
}

@media all and (max-width:767px) and (orientation:landscape) {
  .p-sitemap__category {
    width: 48%
  }
  .p-sitemap__category:nth-of-type(1), .p-sitemap__category:nth-of-type(2) {
    margin-top: 0
  }
}

@media all and (max-width:767px) and (orientation:portrait) {
  .p-sitemap__category {
    width: 100%
  }
  .p-sitemap__category:nth-of-type(1) {
    margin-top: 0
  }
}

.p-sitemap__head {
  margin-top: 0;
  font-weight: 400
}

@media all and (min-width:768px) {
  .p-sitemap__head {
    margin-bottom: 15px;
    font-size: 18px;
    font-size: 1.125rem
  }
}

@media all and (max-width:767px) {
  .p-sitemap__head {
    margin-bottom: 5px;
    font-size: 14px;
    font-size: .875rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .p-sitemap__head {
    font-size: 4.375vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .p-sitemap__head {
    font-size: 18.1125px
  }
}

.p-sitemap__list {
  margin: 0;
  padding: 0
}

.p-sitemap__list-item {
  display: block;
  margin: 0
}

.p-slideshow {
  position: relative
}

.p-slideshow__wrap {
  position: relative
}

.p-slideshow__image {
  cursor: -webkit-grab;
  cursor: grab;
  overflow: hidden;
  position: relative;
  padding-top: 66.6%
}

.p-slideshow__image:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background-color: #000
}

.p-slideshow__image-outer {
  overflow: hidden;
  position: relative
}

.p-slideshow__image-inner {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0
}

.p-slideshow__image-inner.is-animate-prev {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition-duration: .4s;
  transition-duration: .4s
}

.p-slideshow__image-inner.is-animate-next {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition-duration: .4s;
  transition-duration: .4s
}

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

.p-slideshow__image-item--prev {
  margin-left: -100%
}

.p-slideshow__image-item--next {
  margin-left: 100%
}

.p-slideshow__image-item img {
  pointer-events: none
}

.p-slideshow__body {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff
}

@media all and (min-width:1025px) {
  .p-slideshow__body {
    padding: 6.25%
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .p-slideshow__body {
    padding: 20px 25px
  }
}

@media all and (max-width:767px) {
  .p-slideshow__body {
    padding: 20px 25px
  }
}

.p-slideshow__body-head {
  line-height: 1.75
}

@media all and (min-width:1025px) {
  .p-slideshow__body-head {
    font-size: 22px;
    font-size: 1.375rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .p-slideshow__body-head {
    font-size: 20px;
    font-size: 1.25rem
  }
}

@media all and (max-width:767px) {
  .p-slideshow__body-head {
    font-size: 12px;
    font-size: .75rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .p-slideshow__body-head {
    font-size: 3.75vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .p-slideshow__body-head {
    font-size: 15.525px
  }
}

@media all and (min-width:1025px) {
  .p-slideshow__body-head {
    margin-bottom: 20px
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .p-slideshow__body-head {
    margin-bottom: 10px
  }
}

@media all and (max-width:767px) {
  .p-slideshow__body-head {
    margin-bottom: 10px
  }
}

.p-slideshow__body-head a {
  color: #000
}

@media all and (min-width:1025px) {
  .p-slideshow__body-text {
    font-size: 13px;
    font-size: .8125rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .p-slideshow__body-text {
    font-size: 12px;
    font-size: .75rem
  }
}

@media all and (max-width:767px) {
  .p-slideshow__body-text {
    font-size: 9px;
    font-size: .5625rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .p-slideshow__body-text {
    font-size: 2.8125vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .p-slideshow__body-text {
    font-size: 11.64375px
  }
}

.p-slideshow__arrow {
  display: block;
  cursor: pointer
}

.p-slideshow__arrow img {
  width: 10px;
  height: 19px;
  display: block
}

.p-slideshow__arrow--prev {
  margin-right: 22px
}

.p-slideshow__arrow--prev img {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

.p-slideshow__arrow--next {
  margin-left: 22px
}

.p-slideshow__pager {
  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: 20px
}

.p-slideshow__pager-item {
  width: 12px;
  height: 1px;
  margin-right: 5px;
  margin-left: 5px;
  background-color: #a4a3a1
}

.p-slideshow__pager-item.is-current {
  background-color: #000
}

.p-slideshow__image {
  -webkit-transform: translate3d(-100.5%, 0, 0);
  transform: translate3d(-100.5%, 0, 0);
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: cubic-bezier(.075, .82, .165, 1);
  transition-timing-function: cubic-bezier(.075, .82, .165, 1);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-delay: 0s;
  transition-delay: 0s
}

.p-slideshow__image:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: right;
  transform-origin: right;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: cubic-bezier(.075, .82, .165, 1);
  transition-timing-function: cubic-bezier(.075, .82, .165, 1);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-delay: .4s;
  transition-delay: .4s
}

.p-slideshow__image.is-shown {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.p-slideshow__image.is-shown:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1)
}

.p-slideshow__body {
  opacity: 0;
  -webkit-transition-duration: .8s;
  transition-duration: .8s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-delay: .4s;
  transition-delay: .4s
}

.p-slideshow__body.is-shown {
  opacity: 1
}

.p-slideshow__arrow {
  opacity: 0;
  -webkit-transition-duration: .8s;
  transition-duration: .8s;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-delay: .6s;
  transition-delay: .6s
}

.p-slideshow__arrow.is-shown {
  opacity: 1
}

.p-slideshow__arrow.is-leave img, .p-slideshow__arrow.is-over img {
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-timing-function: cubic-bezier(.075, .82, .165, 1);
  transition-timing-function: cubic-bezier(.075, .82, .165, 1)
}

.p-slideshow__arrow--prev.is-over img {
  -webkit-transform: rotate(180deg) translateX(5px);
  transform: rotate(180deg) translateX(5px)
}

.p-slideshow__arrow--next.is-over img {
  -webkit-transform: translateX(5px);
  transform: translateX(5px)
}

.p-slideshow__pager {
  opacity: 0;
  -webkit-transition-duration: .8s;
  transition-duration: .8s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-delay: .6s;
  transition-delay: .6s
}

.p-slideshow__pager.is-shown {
  opacity: 1
}

.p-sns-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 1
}

.p-sns-share svg {
  display: inline-block;
  margin-bottom: -1px;
  margin-right: 5px;
  fill: #fff
}

.p-sns-share__item {
  width: 48.4375%;
  padding-top: 12px;
  padding-bottom: 12px
}

.p-sns-share__item {
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: background-color;
  transition-property: background-color
}

.p-sns-share__item--facebook.is-over {
  background-color: #305097
}

.p-sns-share__item--twitter.is-over {
  background-color: #00aced
}

.p-touch-contents__introduction {
  text-align: center;
  text-decoration: underline
}

@media all and (min-width:768px) {
  .p-touch-contents__introduction {
    line-height: 3;
    font-size: 16px;
    font-size: 1rem
  }
}

@media all and (min-width:1025px) {
  .p-touch-contents__introduction {
    margin-top: 6.94444%
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .p-touch-contents__introduction {
    margin-top: 5.20833%
  }
}

@media all and (max-width:767px) {
  .p-touch-contents__introduction {
    line-height: 2;
    margin-top: 15px;
    font-size: 12px;
    font-size: .75rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .p-touch-contents__introduction {
    font-size: 3.75vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .p-touch-contents__introduction {
    font-size: 15.525px
  }
}

.p-touch-contents__head {
  margin-bottom: 0
}

@media all and (min-width:1025px) {
  .p-touch-contents__head {
    margin-top: 13.88889%
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .p-touch-contents__head {
    margin-top: 10.41667%
  }
}

@media all and (max-width:767px) {
  .p-touch-contents__head {
    margin-top: 25px
  }
}

.p-touch-contents__body .c-image-expand, .p-touch-contents__body p {
  margin-bottom: 0
}

@media all and (min-width:1025px) {
  .p-touch-contents__body .c-image-expand, .p-touch-contents__body p {
    margin-top: 9.72222%
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .p-touch-contents__body .c-image-expand, .p-touch-contents__body p {
    margin-top: 7.29167%
  }
}

@media all and (max-width:767px) {
  .p-touch-contents__body .c-image-expand, .p-touch-contents__body p {
    margin-top: 25px
  }
}

.p-writer-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

@media all and (min-width:768px) {
  .p-writer-list {
    margin-top: -5.55556%;
    margin-right: 8.33333%;
    margin-left: 8.33333%
  }
}

@media all and (max-width:767px) {
  .p-writer-list {
    margin-top: -30px
  }
}

.p-writer-list__item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1;
  display: block;
  color: #000;
  text-align: center
}

@media all and (min-width:768px) {
  .p-writer-list__item {
    width: 19.16667%;
    margin-top: 6.66667%;
    margin-left: 7.75%
  }
  .p-writer-list__item:nth-of-type(4n+1) {
    margin-left: 0
  }
}

@media all and (max-width:767px) and (orientation:landscape) {
  .p-writer-list__item {
    width: 25%;
    margin-top: 30px;
    padding-right: 2.5%;
    padding-left: 2.5%
  }
}

@media all and (max-width:767px) and (orientation:portrait) {
  .p-writer-list__item {
    width: 33.3%;
    margin-top: 30px;
    padding-right: 2.5%;
    padding-left: 2.5%
  }
}

.p-writer-list__item-photo {
  overflow: hidden;
  border-radius: 50%
}

@media all and (min-width:768px) {
  .p-writer-list__item-photo {
    margin-bottom: 13.04348%
  }
}

@media all and (max-width:767px) {
  .p-writer-list__item-photo {
    margin-bottom: 10px
  }
}

.p-writer-list__item-photo img {
  width: 100%
}

.p-writer-list__item-name-ja {
  letter-spacing: .05em
}

@media all and (min-width:768px) {
  .p-writer-list__item-name-ja {
    margin-bottom: 10px
  }
}

@media all and (min-width:1025px) {
  .p-writer-list__item-name-ja {
    font-size: 24px;
    font-size: 1.5rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .p-writer-list__item-name-ja {
    font-size: 20px;
    font-size: 1.25rem
  }
}

@media all and (max-width:767px) {
  .p-writer-list__item-name-ja {
    margin-bottom: 8px;
    font-size: 14px;
    font-size: .875rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .p-writer-list__item-name-ja {
    font-size: 4.375vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .p-writer-list__item-name-ja {
    font-size: 18.1125px
  }
}

.p-writer-list__item-name-en {
  letter-spacing: .025em
}

@media all and (min-width:1025px) {
  .p-writer-list__item-name-en {
    font-size: 13px;
    font-size: .8125rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .p-writer-list__item-name-en {
    font-size: 12px;
    font-size: .75rem
  }
}

@media all and (max-width:767px) {
  .p-writer-list__item-name-en {
    font-size: 9px;
    font-size: .5625rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .p-writer-list__item-name-en {
    font-size: 2.8125vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .p-writer-list__item-name-en {
    font-size: 11.64375px
  }
}

.p-writer-list__item-photo {
  opacity: 0;
  -webkit-transform: scale(.9);
  transform: scale(.9);
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: cubic-bezier(.075, .82, .165, 1);
  transition-timing-function: cubic-bezier(.075, .82, .165, 1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform
}

.p-writer-list__item-photo img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition-duration: 4s;
  transition-duration: 4s;
  -webkit-transition-timing-function: cubic-bezier(.075, .82, .165, 1);
  transition-timing-function: cubic-bezier(.075, .82, .165, 1);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform
}

.p-writer-list__item-photo.is-shown {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1)
}

.p-writer-list__item-name-en, .p-writer-list__item-name-ja {
  opacity: 0;
  -webkit-transition-duration: .4s;
  transition-duration: .4s;
  -webkit-transition-property: opacity;
  transition-property: opacity
}

.p-writer-list__item-name-en.is-shown, .p-writer-list__item-name-ja.is-shown {
  opacity: 1
}

.p-writer-list__item:nth-of-type(1) .p-writer-list__item-photo {
  -webkit-transition-delay: .1s;
  transition-delay: .1s
}

.p-writer-list__item:nth-of-type(1) .p-writer-list__item-name-en, .p-writer-list__item:nth-of-type(1) .p-writer-list__item-name-ja {
  -webkit-transition-delay: .3s;
  transition-delay: .3s
}

.p-writer-list__item:nth-of-type(2) .p-writer-list__item-photo {
  -webkit-transition-delay: .15s;
  transition-delay: .15s
}

.p-writer-list__item:nth-of-type(2) .p-writer-list__item-name-en, .p-writer-list__item:nth-of-type(2) .p-writer-list__item-name-ja {
  -webkit-transition-delay: .35s;
  transition-delay: .35s
}

.p-writer-list__item:nth-of-type(3) .p-writer-list__item-photo {
  -webkit-transition-delay: .2s;
  transition-delay: .2s
}

.p-writer-list__item:nth-of-type(3) .p-writer-list__item-name-en, .p-writer-list__item:nth-of-type(3) .p-writer-list__item-name-ja {
  -webkit-transition-delay: .4s;
  transition-delay: .4s
}

.p-writer-list__item:nth-of-type(4) .p-writer-list__item-photo {
  -webkit-transition-delay: .25s;
  transition-delay: .25s
}

.p-writer-list__item:nth-of-type(4) .p-writer-list__item-name-en, .p-writer-list__item:nth-of-type(4) .p-writer-list__item-name-ja {
  -webkit-transition-delay: .45s;
  transition-delay: .45s
}

.p-writer-list__item:nth-of-type(5) .p-writer-list__item-photo {
  -webkit-transition-delay: .3s;
  transition-delay: .3s
}

.p-writer-list__item:nth-of-type(5) .p-writer-list__item-name-en, .p-writer-list__item:nth-of-type(5) .p-writer-list__item-name-ja {
  -webkit-transition-delay: .5s;
  transition-delay: .5s
}

.p-writer-list__item:nth-of-type(6) .p-writer-list__item-photo {
  -webkit-transition-delay: .35s;
  transition-delay: .35s
}

.p-writer-list__item:nth-of-type(6) .p-writer-list__item-name-en, .p-writer-list__item:nth-of-type(6) .p-writer-list__item-name-ja {
  -webkit-transition-delay: .55s;
  transition-delay: .55s
}

.p-writer-list__item:nth-of-type(7) .p-writer-list__item-photo {
  -webkit-transition-delay: .4s;
  transition-delay: .4s
}

.p-writer-list__item:nth-of-type(7) .p-writer-list__item-name-en, .p-writer-list__item:nth-of-type(7) .p-writer-list__item-name-ja {
  -webkit-transition-delay: .6s;
  transition-delay: .6s
}

.p-writer-list__item:nth-of-type(8) .p-writer-list__item-photo {
  -webkit-transition-delay: .45s;
  transition-delay: .45s
}

.p-writer-list__item:nth-of-type(8) .p-writer-list__item-name-en, .p-writer-list__item:nth-of-type(8) .p-writer-list__item-name-ja {
  -webkit-transition-delay: .65s;
  transition-delay: .65s
}

.p-writer-list__item:nth-of-type(9) .p-writer-list__item-photo {
  -webkit-transition-delay: .5s;
  transition-delay: .5s
}

.p-writer-list__item:nth-of-type(9) .p-writer-list__item-name-en, .p-writer-list__item:nth-of-type(9) .p-writer-list__item-name-ja {
  -webkit-transition-delay: .7s;
  transition-delay: .7s
}

.p-writer-list__item:nth-of-type(10) .p-writer-list__item-photo {
  -webkit-transition-delay: .55s;
  transition-delay: .55s
}

.p-writer-list__item:nth-of-type(10) .p-writer-list__item-name-en, .p-writer-list__item:nth-of-type(10) .p-writer-list__item-name-ja {
  -webkit-transition-delay: .75s;
  transition-delay: .75s
}

.p-writer-list__item:nth-of-type(11) .p-writer-list__item-photo {
  -webkit-transition-delay: .6s;
  transition-delay: .6s
}

.p-writer-list__item:nth-of-type(11) .p-writer-list__item-name-en, .p-writer-list__item:nth-of-type(11) .p-writer-list__item-name-ja {
  -webkit-transition-delay: .8s;
  transition-delay: .8s
}

.p-writer-list__item:nth-of-type(12) .p-writer-list__item-photo {
  -webkit-transition-delay: .65s;
  transition-delay: .65s
}

.p-writer-list__item:nth-of-type(12) .p-writer-list__item-name-en, .p-writer-list__item:nth-of-type(12) .p-writer-list__item-name-ja {
  -webkit-transition-delay: .85s;
  transition-delay: .85s
}

.p-writer-list__item:nth-of-type(13) .p-writer-list__item-photo {
  -webkit-transition-delay: .7s;
  transition-delay: .7s
}

.p-writer-list__item:nth-of-type(13) .p-writer-list__item-name-en, .p-writer-list__item:nth-of-type(13) .p-writer-list__item-name-ja {
  -webkit-transition-delay: .9s;
  transition-delay: .9s
}

.p-writer-list__item:nth-of-type(14) .p-writer-list__item-photo {
  -webkit-transition-delay: .75s;
  transition-delay: .75s
}

.p-writer-list__item:nth-of-type(14) .p-writer-list__item-name-en, .p-writer-list__item:nth-of-type(14) .p-writer-list__item-name-ja {
  -webkit-transition-delay: .95s;
  transition-delay: .95s
}

.p-writer-list__item:nth-of-type(15) .p-writer-list__item-photo {
  -webkit-transition-delay: .8s;
  transition-delay: .8s
}

.p-writer-list__item:nth-of-type(15) .p-writer-list__item-name-en, .p-writer-list__item:nth-of-type(15) .p-writer-list__item-name-ja {
  -webkit-transition-delay: 1s;
  transition-delay: 1s
}

.p-writer-list__item:nth-of-type(16) .p-writer-list__item-photo {
  -webkit-transition-delay: .85s;
  transition-delay: .85s
}

.p-writer-list__item:nth-of-type(16) .p-writer-list__item-name-en, .p-writer-list__item:nth-of-type(16) .p-writer-list__item-name-ja {
  -webkit-transition-delay: 1.05s;
  transition-delay: 1.05s
}

.p-writer-list__item:nth-of-type(17) .p-writer-list__item-photo {
  -webkit-transition-delay: .9s;
  transition-delay: .9s
}

.p-writer-list__item:nth-of-type(17) .p-writer-list__item-name-en, .p-writer-list__item:nth-of-type(17) .p-writer-list__item-name-ja {
  -webkit-transition-delay: 1.1s;
  transition-delay: 1.1s
}

.p-writer-list__item:nth-of-type(18) .p-writer-list__item-photo {
  -webkit-transition-delay: .95s;
  transition-delay: .95s
}

.p-writer-list__item:nth-of-type(18) .p-writer-list__item-name-en, .p-writer-list__item:nth-of-type(18) .p-writer-list__item-name-ja {
  -webkit-transition-delay: 1.15s;
  transition-delay: 1.15s
}

.p-writer-list__item:nth-of-type(19) .p-writer-list__item-photo {
  -webkit-transition-delay: 1s;
  transition-delay: 1s
}

.p-writer-list__item:nth-of-type(19) .p-writer-list__item-name-en, .p-writer-list__item:nth-of-type(19) .p-writer-list__item-name-ja {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s
}

.p-writer-list__item:nth-of-type(20) .p-writer-list__item-photo {
  -webkit-transition-delay: 1.05s;
  transition-delay: 1.05s
}

.p-writer-list__item:nth-of-type(20) .p-writer-list__item-name-en, .p-writer-list__item:nth-of-type(20) .p-writer-list__item-name-ja {
  -webkit-transition-delay: 1.25s;
  transition-delay: 1.25s
}

.p-writer-list__item.is-over .p-writer-list__item-photo img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1)
}

.p-writer-list__item.is-over .p-writer-list__item-name-en, .p-writer-list__item.is-over .p-writer-list__item-name-ja {
  opacity: .3;
  -webkit-transition-delay: 0s;
  transition-delay: 0s
}

.p-writer-list__item.is-leave .p-writer-list__item-name-en, .p-writer-list__item.is-leave .p-writer-list__item-name-ja {
  -webkit-transition-delay: 0s;
  transition-delay: 0s
}

.p-writer-profile-2col {
  margin-top: 8.97436%
}

.p-writer-profile-2col:after, .p-writer-profile-2col:before {
  width: 100%;
  height: 1px;
  content: '';
  display: block;
  background-color: #ccc
}

.p-writer-profile-2col:before {
  margin-bottom: 8.97436%
}

.p-writer-profile-2col:after {
  margin-top: 9.61538%
}

.p-writer-profile-2col__wrap {
  width: 100%;
  display: table
}

@media all and (min-width:768px) {
  .p-writer-profile-2col__wrap {
    margin-top: 60px
  }
}

@media all and (max-width:767px) {
  .p-writer-profile-2col__wrap {
    margin-top: 30px
  }
}

.p-writer-profile-2col__wrap:first-of-type {
  margin-top: 0
}

.p-writer-profile-2col__photo {
  display: table-cell;
  vertical-align: middle
}

@media all and (min-width:768px) {
  .p-writer-profile-2col__photo {
    width: 140px
  }
}

@media all and (max-width:767px) and (orientation:landscape) {
  .p-writer-profile-2col__photo {
    width: 120px
  }
}

@media all and (max-width:767px) and (orientation:portrait) {
  .p-writer-profile-2col__photo {
    width: 80px
  }
}

.p-writer-profile-2col__photo-in {
  overflow: hidden;
  border-radius: 50%
}

@media all and (min-width:768px) {
  .p-writer-profile-2col__photo-in {
    width: 140px;
    height: 140px
  }
}

@media all and (max-width:767px) and (orientation:landscape) {
  .p-writer-profile-2col__photo-in {
    width: 120px;
    height: 120px
  }
}

@media all and (max-width:767px) and (orientation:portrait) {
  .p-writer-profile-2col__photo-in {
    width: 80px;
    height: 80px
  }
}

.p-writer-profile-2col__photo-in img {
  width: 100%
}

.p-writer-profile-2col__content {
  display: table-cell;
  vertical-align: middle
}

@media all and (min-width:768px) {
  .p-writer-profile-2col__content {
    padding-left: 9.375%
  }
}

@media all and (max-width:767px) {
  .p-writer-profile-2col__content {
    padding-left: 20px
  }
}

.p-writer-profile-2col__content-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.p-writer-profile-2col__name {
  margin: -5px 0 0;
  line-height: 1.1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-right: 20px;
  font-weight: 400;
  letter-spacing: .05em
}

@media all and (min-width:768px) {
  .p-writer-profile-2col__name {
    margin-bottom: 20px
  }
}

@media all and (max-width:767px) {
  .p-writer-profile-2col__name {
    margin-bottom: 15px
  }
}

.p-writer-profile-2col__name-ja {
  margin-top: 5px;
  margin-right: 1em
}

@media all and (min-width:1025px) {
  .p-writer-profile-2col__name-ja {
    font-size: 18px;
    font-size: 1.125rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .p-writer-profile-2col__name-ja {
    font-size: 16px;
    font-size: 1rem
  }
}

@media all and (max-width:767px) {
  .p-writer-profile-2col__name-ja {
    font-size: 14px;
    font-size: .875rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .p-writer-profile-2col__name-ja {
    font-size: 4.375vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .p-writer-profile-2col__name-ja {
    font-size: 18.1125px
  }
}

.p-writer-profile-2col__name-en {
  margin-top: 5px
}

@media all and (min-width:1025px) {
  .p-writer-profile-2col__name-en {
    font-size: 13px;
    font-size: .8125rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .p-writer-profile-2col__name-en {
    font-size: 12px;
    font-size: .75rem
  }
}

@media all and (max-width:767px) {
  .p-writer-profile-2col__name-en {
    font-size: 10px;
    font-size: .625rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .p-writer-profile-2col__name-en {
    font-size: 3.125vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .p-writer-profile-2col__name-en {
    font-size: 12.9375px
  }
}

.p-writer-profile-2col__text {
  margin: 0
}

@media all and (min-width:768px) {
  .p-writer-profile-2col__readmore {
    margin-top: 20px
  }
}

@media all and (max-width:767px) {
  .p-writer-profile-2col__readmore {
    margin-top: 15px
  }
}

.p-writer-profile-2col:after, .p-writer-profile-2col:before {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
  -webkit-transition-timing-function: cubic-bezier(.075, .82, .165, 1);
  transition-timing-function: cubic-bezier(.075, .82, .165, 1);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform
}

.p-writer-profile-2col.is-shown:after, .p-writer-profile-2col.is-shown:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1)
}

.p-writer-profile-2col__photo-in {
  opacity: 0;
  -webkit-transform: scale(.9);
  transform: scale(.9);
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-delay: .5s;
  transition-delay: .5s;
  -webkit-transition-timing-function: cubic-bezier(.075, .82, .165, 1);
  transition-timing-function: cubic-bezier(.075, .82, .165, 1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform
}

.p-writer-profile-2col__photo-in.is-shown {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1)
}

.p-writer-profile-2col__content {
  opacity: 0;
  -webkit-transition-duration: .6s;
  transition-duration: .6s;
  -webkit-transition-delay: .7s;
  transition-delay: .7s;
  -webkit-transition-property: opacity;
  transition-property: opacity
}

.p-writer-profile-2col__content.is-shown {
  opacity: 1
}

.p-writer-profile {
  display: table
}

.p-writer-profile__photo {
  display: table-cell
}

@media all and (min-width:768px) {
  .p-writer-profile__photo {
    width: 230px
  }
}

@media all and (max-width:767px) and (orientation:landscape) {
  .p-writer-profile__photo {
    width: 120px
  }
}

@media all and (max-width:767px) and (orientation:portrait) {
  .p-writer-profile__photo {
    width: 80px
  }
}

.p-writer-profile__photo-in {
  overflow: hidden;
  border-radius: 50%
}

@media all and (min-width:768px) {
  .p-writer-profile__photo-in {
    width: 230px;
    height: 230px
  }
}

@media all and (max-width:767px) and (orientation:landscape) {
  .p-writer-profile__photo-in {
    width: 120px;
    height: 120px
  }
}

@media all and (max-width:767px) and (orientation:portrait) {
  .p-writer-profile__photo-in {
    width: 80px;
    height: 80px
  }
}

.p-writer-profile__photo-in img {
  width: 100%
}

.p-writer-profile__content {
  display: table-cell;
  vertical-align: middle
}

@media all and (min-width:768px) {
  .p-writer-profile__content {
    padding-left: 8.2%
  }
}

@media all and (max-width:767px) {
  .p-writer-profile__content {
    padding-left: 20px
  }
}

.p-writer-profile__content-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.p-writer-profile__name {
  margin: 0;
  line-height: 1.1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 20px;
  font-weight: 400;
  letter-spacing: .05em
}

@media all and (min-width:768px) {
  .p-writer-profile__name {
    margin-bottom: 25px
  }
}

@media all and (max-width:767px) {
  .p-writer-profile__name {
    margin-bottom: 15px
  }
}

.p-writer-profile__name-ja {
  margin-right: 1em
}

@media all and (min-width:1025px) {
  .p-writer-profile__name-ja {
    font-size: 24px;
    font-size: 1.5rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .p-writer-profile__name-ja {
    font-size: 20px;
    font-size: 1.25rem
  }
}

@media all and (max-width:767px) {
  .p-writer-profile__name-ja {
    font-size: 16px;
    font-size: 1rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .p-writer-profile__name-ja {
    font-size: 5vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .p-writer-profile__name-ja {
    font-size: 20.7px
  }
}

.p-writer-profile__name-en {
  margin-top: 5px
}

@media all and (min-width:1025px) {
  .p-writer-profile__name-en {
    font-size: 13px;
    font-size: .8125rem
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .p-writer-profile__name-en {
    font-size: 12px;
    font-size: .75rem
  }
}

@media all and (max-width:767px) {
  .p-writer-profile__name-en {
    font-size: 9px;
    font-size: .5625rem
  }
}

@media all and (max-width:767px) and (max-width:414px) {
  .p-writer-profile__name-en {
    font-size: 2.8125vw
  }
}

@media all and (max-width:767px) and (min-width:415px) {
  .p-writer-profile__name-en {
    font-size: 11.64375px
  }
}

.p-writer-profile__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

@media all and (min-width:768px) {
  .p-writer-profile__sns {
    margin-bottom: 20px
  }
}

@media all and (max-width:767px) {
  .p-writer-profile__sns {
    margin-bottom: 10px
  }
}

.p-writer-profile__sns-item {
  margin-left: 10px
}

.p-writer-profile__sns-item:first-of-type {
  margin-left: 0
}

.p-writer-profile__text {
  margin: 0
}

.p-writer-profile__sns-item {
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-property: background-color;
  transition-property: background-color
}

.p-writer-profile__sns-item--facebook.is-over {
  background-color: #305097
}

.p-writer-profile__sns-item--instagram.is-over {
  background-color: #8a3ab9
}

.p-writer-profile__photo-in {
  opacity: 0;
  -webkit-transform: scale(.9);
  transform: scale(.9);
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
  -webkit-transition-timing-function: cubic-bezier(.075, .82, .165, 1);
  transition-timing-function: cubic-bezier(.075, .82, .165, 1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform
}

.p-writer-profile__photo-in.is-shown {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1)
}

.p-writer-profile__content {
  opacity: 0;
  -webkit-transition-duration: .6s;
  transition-duration: .6s;
  -webkit-transition-delay: .4s;
  transition-delay: .4s;
  -webkit-transition-property: opacity;
  transition-property: opacity
}

.p-writer-profile__content.is-shown {
  opacity: 1
}

.p-teaser {
  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;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10001
}

.p-teaser__wrap {
  position: relative;
  z-index: 10
}

@media all and (min-width:768px) {
  .p-teaser__wrap {
    padding-bottom: 56px
  }
}

@media all and (max-width:767px) {
  .p-teaser__wrap {
    padding-bottom: 40px
  }
}

.p-teaser__text1, .p-teaser__text2, .p-teaser__text3 {
  display: block;
  margin-right: auto;
  margin-left: auto
}

.p-teaser__text1 img, .p-teaser__text2 img, .p-teaser__text3 img {
  display: block;
  width: 100%;
  height: auto
}

@media all and (min-width:768px) {
  .p-teaser__text1 {
    width: 348px;
    height: 24px;
    margin-bottom: 160px
  }
}

@media all and (max-width:767px) {
  .p-teaser__text1 {
    width: 186.5px;
    height: 41.5px;
    margin-bottom: 155px
  }
}

@media all and (min-width:768px) {
  .p-teaser__text2 {
    width: 214px;
    height: 45px;
    margin-bottom: 44px
  }
}

@media all and (max-width:767px) {
  .p-teaser__text2 {
    width: 177px;
    height: 37.5px;
    margin-bottom: 42px
  }
}

@media all and (min-width:768px) {
  .p-teaser__text3 {
    width: 220px;
    height: 28px
  }
}

@media all and (max-width:767px) {
  .p-teaser__text3 {
    width: 177.5px;
    height: 22.5px
  }
}

.p-teaser__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #fff
}

.p-teaser.is-hidden {
  pointer-events: none
}

.p-teaser__text1, .p-teaser__text2, .p-teaser__text3 {
  opacity: 0;
  -webkit-transform: translateY(20px) scaleY(.8);
  transform: translateY(20px) scaleY(.8)
}

.is-shown .p-teaser__text1, .is-shown .p-teaser__text2, .is-shown .p-teaser__text3 {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-duration: 1.2s;
  transition-duration: 1.2s;
  -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
  transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}

.is-hidden .p-teaser__text1, .is-hidden .p-teaser__text2, .is-hidden .p-teaser__text3 {
  opacity: 0;
  -webkit-transform: translateY(-40px);
  transform: translateY(-40px);
  -webkit-transition-duration: 1.2s;
  transition-duration: 1.2s;
  -webkit-transition-timing-function: cubic-bezier(.55, .055, .675, .19);
  transition-timing-function: cubic-bezier(.55, .055, .675, .19)
}

.is-shown .p-teaser__text2 {
  -webkit-transition-delay: .2s;
  transition-delay: .2s
}

.is-hidden .p-teaser__text2 {
  -webkit-transition-delay: 80ms;
  transition-delay: 80ms
}

.is-shown .p-teaser__text3 {
  -webkit-transition-delay: .3s;
  transition-delay: .3s
}

.is-hidden .p-teaser__text3 {
  -webkit-transition-delay: .16s;
  transition-delay: .16s
}

.is-hidden .p-teaser__bg {
  opacity: 0;
  -webkit-transition-duration: 1.2s;
  transition-duration: 1.2s;
  -webkit-transition-delay: .9s;
  transition-delay: .9s
}

.u-c-b {
  color: #000
}

.u-c-w {
  color: #fff
}

.u-d-b {
  display: block
}

.u-d-ib {
  display: inline-block
}

.u-d-i {
  display: inline
}

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

.u-d-fs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.u-d-fe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}

.u-d-fa {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around
}

.u-d-fb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

@media all and (min-width:1025px) {
  .u-dn-pc {
    display: none
  }
}

@media all and (min-width:1367px) {
  .u-dn-pc-l {
    display: none
  }
}

@media all and (min-width:1025px) and (max-width:1366px) {
  .u-dn-pc-s {
    display: none
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .u-dn-tablet {
    display: none
  }
}

@media all and (min-width:768px) and (max-width:1024px) and (orientation:landscape) {
  .u-dn-tablet-l {
    display: none
  }
}

@media all and (min-width:768px) and (max-width:1024px) and (orientation:portrait) {
  .u-dn-tablet-p {
    display: none
  }
}

@media all and (min-width:768px) {
  .u-dn-more-mobile {
    display: none
  }
}

@media all and (max-width:767px) {
  .u-dn-mobile {
    display: none
  }
}

.u-ff-ja-serif {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif
}

.u-ff-en-serif {
  font-family: "Noto Serif", "Noto Sans Japanese", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif
}

.u-fw-4 {
  font-weight: 400
}

.u-fw-7 {
  font-weight: 700
}

@media all and (min-width:768px) {
  .u-m-t-10 {
    margin-top: .64103%
  }
}

@media all and (max-width:767px) {
  .u-m-t-10 {
    margin-top: 5px
  }
}

@media all and (min-width:1025px) {
  .u-m-t-n10 {
    margin-top: 1.04167%
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .u-m-t-n10 {
    margin-top: .83333%
  }
}

@media all and (max-width:767px) {
  .u-m-t-n10 {
    margin-top: 5px
  }
}

@media all and (min-width:768px) {
  .u-m-t-20 {
    margin-top: 1.28205%
  }
}

@media all and (max-width:767px) {
  .u-m-t-20 {
    margin-top: 10px
  }
}

@media all and (min-width:1025px) {
  .u-m-t-n20 {
    margin-top: 2.08333%
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .u-m-t-n20 {
    margin-top: 1.66667%
  }
}

@media all and (max-width:767px) {
  .u-m-t-n20 {
    margin-top: 10px
  }
}

@media all and (min-width:768px) {
  .u-m-t-30 {
    margin-top: 1.92308%
  }
}

@media all and (max-width:767px) {
  .u-m-t-30 {
    margin-top: 15px
  }
}

@media all and (min-width:1025px) {
  .u-m-t-n30 {
    margin-top: 3.125%
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .u-m-t-n30 {
    margin-top: 2.5%
  }
}

@media all and (max-width:767px) {
  .u-m-t-n30 {
    margin-top: 15px
  }
}

@media all and (min-width:768px) {
  .u-m-t-40 {
    margin-top: 2.5641%
  }
}

@media all and (max-width:767px) {
  .u-m-t-40 {
    margin-top: 20px
  }
}

@media all and (min-width:1025px) {
  .u-m-t-n40 {
    margin-top: 4.16667%
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .u-m-t-n40 {
    margin-top: 3.33333%
  }
}

@media all and (max-width:767px) {
  .u-m-t-n40 {
    margin-top: 20px
  }
}

@media all and (min-width:768px) {
  .u-m-t-50 {
    margin-top: 3.20513%
  }
}

@media all and (max-width:767px) {
  .u-m-t-50 {
    margin-top: 25px
  }
}

@media all and (min-width:1025px) {
  .u-m-t-n50 {
    margin-top: 5.20833%
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .u-m-t-n50 {
    margin-top: 4.16667%
  }
}

@media all and (max-width:767px) {
  .u-m-t-n50 {
    margin-top: 25px
  }
}

@media all and (min-width:768px) {
  .u-m-t-60 {
    margin-top: 3.84615%
  }
}

@media all and (max-width:767px) {
  .u-m-t-60 {
    margin-top: 30px
  }
}

@media all and (min-width:1025px) {
  .u-m-t-n60 {
    margin-top: 6.25%
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .u-m-t-n60 {
    margin-top: 5%
  }
}

@media all and (max-width:767px) {
  .u-m-t-n60 {
    margin-top: 30px
  }
}

@media all and (min-width:768px) {
  .u-m-t-70 {
    margin-top: 4.48718%
  }
}

@media all and (max-width:767px) {
  .u-m-t-70 {
    margin-top: 35px
  }
}

@media all and (min-width:1025px) {
  .u-m-t-n70 {
    margin-top: 7.29167%
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .u-m-t-n70 {
    margin-top: 5.83333%
  }
}

@media all and (max-width:767px) {
  .u-m-t-n70 {
    margin-top: 35px
  }
}

@media all and (min-width:768px) {
  .u-m-t-80 {
    margin-top: 5.12821%
  }
}

@media all and (max-width:767px) {
  .u-m-t-80 {
    margin-top: 40px
  }
}

@media all and (min-width:1025px) {
  .u-m-t-n80 {
    margin-top: 8.33333%
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .u-m-t-n80 {
    margin-top: 6.66667%
  }
}

@media all and (max-width:767px) {
  .u-m-t-n80 {
    margin-top: 40px
  }
}

@media all and (min-width:768px) {
  .u-m-t-90 {
    margin-top: 5.76923%
  }
}

@media all and (max-width:767px) {
  .u-m-t-90 {
    margin-top: 45px
  }
}

@media all and (min-width:1025px) {
  .u-m-t-n90 {
    margin-top: 9.375%
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .u-m-t-n90 {
    margin-top: 7.5%
  }
}

@media all and (max-width:767px) {
  .u-m-t-n90 {
    margin-top: 45px
  }
}

@media all and (min-width:768px) {
  .u-m-t-100 {
    margin-top: 6.41026%
  }
}

@media all and (max-width:767px) {
  .u-m-t-100 {
    margin-top: 50px
  }
}

@media all and (min-width:1025px) {
  .u-m-t-n100 {
    margin-top: 10.41667%
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .u-m-t-n100 {
    margin-top: 8.33333%
  }
}

@media all and (max-width:767px) {
  .u-m-t-n100 {
    margin-top: 50px
  }
}

@media all and (min-width:768px) {
  .u-m-t-110 {
    margin-top: 7.05128%
  }
}

@media all and (max-width:767px) {
  .u-m-t-110 {
    margin-top: 55px
  }
}

@media all and (min-width:1025px) {
  .u-m-t-n110 {
    margin-top: 11.45833%
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .u-m-t-n110 {
    margin-top: 9.16667%
  }
}

@media all and (max-width:767px) {
  .u-m-t-n110 {
    margin-top: 55px
  }
}

@media all and (min-width:768px) {
  .u-m-t-120 {
    margin-top: 7.69231%
  }
}

@media all and (max-width:767px) {
  .u-m-t-120 {
    margin-top: 60px
  }
}

@media all and (min-width:1025px) {
  .u-m-t-n120 {
    margin-top: 12.5%
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .u-m-t-n120 {
    margin-top: 10%
  }
}

@media all and (max-width:767px) {
  .u-m-t-n120 {
    margin-top: 60px
  }
}

@media all and (min-width:768px) {
  .u-m-t-130 {
    margin-top: 8.33333%
  }
}

@media all and (max-width:767px) {
  .u-m-t-130 {
    margin-top: 65px
  }
}

@media all and (min-width:1025px) {
  .u-m-t-n130 {
    margin-top: 13.54167%
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .u-m-t-n130 {
    margin-top: 10.83333%
  }
}

@media all and (max-width:767px) {
  .u-m-t-n130 {
    margin-top: 65px
  }
}

@media all and (min-width:768px) {
  .u-m-t-140 {
    margin-top: 8.97436%
  }
}

@media all and (max-width:767px) {
  .u-m-t-140 {
    margin-top: 70px
  }
}

@media all and (min-width:1025px) {
  .u-m-t-n140 {
    margin-top: 14.58333%
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .u-m-t-n140 {
    margin-top: 11.66667%
  }
}

@media all and (max-width:767px) {
  .u-m-t-n140 {
    margin-top: 70px
  }
}

@media all and (min-width:768px) {
  .u-m-t-150 {
    margin-top: 9.61538%
  }
}

@media all and (max-width:767px) {
  .u-m-t-150 {
    margin-top: 75px
  }
}

@media all and (min-width:1025px) {
  .u-m-t-n150 {
    margin-top: 15.625%
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .u-m-t-n150 {
    margin-top: 12.5%
  }
}

@media all and (max-width:767px) {
  .u-m-t-n150 {
    margin-top: 75px
  }
}

@media all and (min-width:768px) {
  .u-m-t-160 {
    margin-top: 10.25641%
  }
}

@media all and (max-width:767px) {
  .u-m-t-160 {
    margin-top: 80px
  }
}

@media all and (min-width:1025px) {
  .u-m-t-n160 {
    margin-top: 16.66667%
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .u-m-t-n160 {
    margin-top: 13.33333%
  }
}

@media all and (max-width:767px) {
  .u-m-t-n160 {
    margin-top: 80px
  }
}

@media all and (min-width:768px) {
  .u-m-t-170 {
    margin-top: 10.89744%
  }
}

@media all and (max-width:767px) {
  .u-m-t-170 {
    margin-top: 85px
  }
}

@media all and (min-width:1025px) {
  .u-m-t-n170 {
    margin-top: 17.70833%
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .u-m-t-n170 {
    margin-top: 14.16667%
  }
}

@media all and (max-width:767px) {
  .u-m-t-n170 {
    margin-top: 85px
  }
}

@media all and (min-width:768px) {
  .u-m-t-180 {
    margin-top: 11.53846%
  }
}

@media all and (max-width:767px) {
  .u-m-t-180 {
    margin-top: 90px
  }
}

@media all and (min-width:1025px) {
  .u-m-t-n180 {
    margin-top: 18.75%
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .u-m-t-n180 {
    margin-top: 15%
  }
}

@media all and (max-width:767px) {
  .u-m-t-n180 {
    margin-top: 90px
  }
}

@media all and (min-width:768px) {
  .u-m-t-190 {
    margin-top: 12.17949%
  }
}

@media all and (max-width:767px) {
  .u-m-t-190 {
    margin-top: 95px
  }
}

@media all and (min-width:1025px) {
  .u-m-t-n190 {
    margin-top: 19.79167%
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .u-m-t-n190 {
    margin-top: 15.83333%
  }
}

@media all and (max-width:767px) {
  .u-m-t-n190 {
    margin-top: 95px
  }
}

@media all and (min-width:768px) {
  .u-m-t-200 {
    margin-top: 12.82051%
  }
}

@media all and (max-width:767px) {
  .u-m-t-200 {
    margin-top: 100px
  }
}

@media all and (min-width:1025px) {
  .u-m-t-n200 {
    margin-top: 20.83333%
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .u-m-t-n200 {
    margin-top: 16.66667%
  }
}

@media all and (max-width:767px) {
  .u-m-t-n200 {
    margin-top: 100px
  }
}

@media all and (min-width:768px) {
  .u-m-b-10 {
    margin-bottom: .64103%
  }
}

@media all and (max-width:767px) {
  .u-m-b-10 {
    margin-bottom: 5px
  }
}

@media all and (min-width:1025px) {
  .u-m-b-n10 {
    margin-bottom: 1.04167%
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .u-m-b-n10 {
    margin-bottom: .83333%
  }
}

@media all and (max-width:767px) {
  .u-m-b-n10 {
    margin-bottom: 5px
  }
}

@media all and (min-width:768px) {
  .u-m-b-20 {
    margin-bottom: 1.28205%
  }
}

@media all and (max-width:767px) {
  .u-m-b-20 {
    margin-bottom: 10px
  }
}

@media all and (min-width:1025px) {
  .u-m-b-n20 {
    margin-bottom: 2.08333%
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .u-m-b-n20 {
    margin-bottom: 1.66667%
  }
}

@media all and (max-width:767px) {
  .u-m-b-n20 {
    margin-bottom: 10px
  }
}

@media all and (min-width:768px) {
  .u-m-b-30 {
    margin-bottom: 1.92308%
  }
}

@media all and (max-width:767px) {
  .u-m-b-30 {
    margin-bottom: 15px
  }
}

@media all and (min-width:1025px) {
  .u-m-b-n30 {
    margin-bottom: 3.125%
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .u-m-b-n30 {
    margin-bottom: 2.5%
  }
}

@media all and (max-width:767px) {
  .u-m-b-n30 {
    margin-bottom: 15px
  }
}

@media all and (min-width:768px) {
  .u-m-b-40 {
    margin-bottom: 2.5641%
  }
}

@media all and (max-width:767px) {
  .u-m-b-40 {
    margin-bottom: 20px
  }
}

@media all and (min-width:1025px) {
  .u-m-b-n40 {
    margin-bottom: 4.16667%
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .u-m-b-n40 {
    margin-bottom: 3.33333%
  }
}

@media all and (max-width:767px) {
  .u-m-b-n40 {
    margin-bottom: 20px
  }
}

@media all and (min-width:768px) {
  .u-m-b-50 {
    margin-bottom: 3.20513%
  }
}

@media all and (max-width:767px) {
  .u-m-b-50 {
    margin-bottom: 25px
  }
}

@media all and (min-width:1025px) {
  .u-m-b-n50 {
    margin-bottom: 5.20833%
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .u-m-b-n50 {
    margin-bottom: 4.16667%
  }
}

@media all and (max-width:767px) {
  .u-m-b-n50 {
    margin-bottom: 25px
  }
}

@media all and (min-width:768px) {
  .u-m-b-60 {
    margin-bottom: 3.84615%
  }
}

@media all and (max-width:767px) {
  .u-m-b-60 {
    margin-bottom: 30px
  }
}

@media all and (min-width:1025px) {
  .u-m-b-n60 {
    margin-bottom: 6.25%
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .u-m-b-n60 {
    margin-bottom: 5%
  }
}

@media all and (max-width:767px) {
  .u-m-b-n60 {
    margin-bottom: 30px
  }
}

@media all and (min-width:768px) {
  .u-m-b-70 {
    margin-bottom: 4.48718%
  }
}

@media all and (max-width:767px) {
  .u-m-b-70 {
    margin-bottom: 35px
  }
}

@media all and (min-width:1025px) {
  .u-m-b-n70 {
    margin-bottom: 7.29167%
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .u-m-b-n70 {
    margin-bottom: 5.83333%
  }
}

@media all and (max-width:767px) {
  .u-m-b-n70 {
    margin-bottom: 35px
  }
}

@media all and (min-width:768px) {
  .u-m-b-80 {
    margin-bottom: 5.12821%
  }
}

@media all and (max-width:767px) {
  .u-m-b-80 {
    margin-bottom: 40px
  }
}

@media all and (min-width:1025px) {
  .u-m-b-n80 {
    margin-bottom: 8.33333%
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .u-m-b-n80 {
    margin-bottom: 6.66667%
  }
}

@media all and (max-width:767px) {
  .u-m-b-n80 {
    margin-bottom: 40px
  }
}

@media all and (min-width:768px) {
  .mb-9 {
    margin-bottom: 5.76923%
  }
}

@media all and (max-width:767px) {
  .mb-9 {
    margin-bottom: 45px
  }
}

@media all and (min-width:1025px) {
  .u-m-b-n90 {
    margin-bottom: 9.375%
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .u-m-b-n90 {
    margin-bottom: 7.5%
  }
}

@media all and (max-width:767px) {
  .u-m-b-n90 {
    margin-bottom: 45px
  }
}

@media all and (min-width:768px) {
  .u-m-b-100 {
    margin-bottom: 6.41026%
  }
}

@media all and (max-width:767px) {
  .u-m-b-100 {
    margin-bottom: 50px
  }
}

@media all and (min-width:1025px) {
  .u-m-b-n100 {
    margin-bottom: 10.41667%
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .u-m-b-n100 {
    margin-bottom: 8.33333%
  }
}

@media all and (max-width:767px) {
  .u-m-b-n100 {
    margin-bottom: 50px
  }
}

@media all and (min-width:768px) {
  .u-m-b-110 {
    margin-bottom: 7.05128%
  }
}

@media all and (max-width:767px) {
  .u-m-b-110 {
    margin-bottom: 55px
  }
}

@media all and (min-width:1025px) {
  .u-m-b-n110 {
    margin-bottom: 11.45833%
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .u-m-b-n110 {
    margin-bottom: 9.16667%
  }
}

@media all and (max-width:767px) {
  .u-m-b-n110 {
    margin-bottom: 55px
  }
}

@media all and (min-width:768px) {
  .u-m-b-120 {
    margin-bottom: 7.69231%
  }
}

@media all and (max-width:767px) {
  .u-m-b-120 {
    margin-bottom: 60px
  }
}

@media all and (min-width:1025px) {
  .u-m-b-n120 {
    margin-bottom: 12.5%
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .u-m-b-n120 {
    margin-bottom: 10%
  }
}

@media all and (max-width:767px) {
  .u-m-b-n120 {
    margin-bottom: 60px
  }
}

@media all and (min-width:768px) {
  .u-m-b-130 {
    margin-bottom: 8.33333%
  }
}

@media all and (max-width:767px) {
  .u-m-b-130 {
    margin-bottom: 65px
  }
}

@media all and (min-width:1025px) {
  .u-m-b-n130 {
    margin-bottom: 13.54167%
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .u-m-b-n130 {
    margin-bottom: 10.83333%
  }
}

@media all and (max-width:767px) {
  .u-m-b-n130 {
    margin-bottom: 65px
  }
}

@media all and (min-width:768px) {
  .u-m-b-140 {
    margin-bottom: 8.97436%
  }
}

@media all and (max-width:767px) {
  .u-m-b-140 {
    margin-bottom: 70px
  }
}

@media all and (min-width:1025px) {
  .u-m-b-n140 {
    margin-bottom: 14.58333%
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .u-m-b-n140 {
    margin-bottom: 11.66667%
  }
}

@media all and (max-width:767px) {
  .u-m-b-n140 {
    margin-bottom: 70px
  }
}

@media all and (min-width:768px) {
  .u-m-b-150 {
    margin-bottom: 9.61538%
  }
}

@media all and (max-width:767px) {
  .u-m-b-150 {
    margin-bottom: 75px
  }
}

@media all and (min-width:1025px) {
  .u-m-b-n150 {
    margin-bottom: 15.625%
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .u-m-b-n150 {
    margin-bottom: 12.5%
  }
}

@media all and (max-width:767px) {
  .u-m-b-n150 {
    margin-bottom: 75px
  }
}

@media all and (min-width:768px) {
  .u-m-b-160 {
    margin-bottom: 10.25641%
  }
}

@media all and (max-width:767px) {
  .u-m-b-160 {
    margin-bottom: 80px
  }
}

@media all and (min-width:1025px) {
  .u-m-b-n160 {
    margin-bottom: 16.66667%
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .u-m-b-n160 {
    margin-bottom: 13.33333%
  }
}

@media all and (max-width:767px) {
  .u-m-b-n160 {
    margin-bottom: 80px
  }
}

@media all and (min-width:768px) {
  .u-m-b-170 {
    margin-bottom: 10.89744%
  }
}

@media all and (max-width:767px) {
  .u-m-b-170 {
    margin-bottom: 85px
  }
}

@media all and (min-width:1025px) {
  .u-m-b-n170 {
    margin-bottom: 17.70833%
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .u-m-b-n170 {
    margin-bottom: 14.16667%
  }
}

@media all and (max-width:767px) {
  .u-m-b-n170 {
    margin-bottom: 85px
  }
}

@media all and (min-width:768px) {
  .u-m-b-180 {
    margin-bottom: 11.53846%
  }
}

@media all and (max-width:767px) {
  .u-m-b-180 {
    margin-bottom: 90px
  }
}

@media all and (min-width:1025px) {
  .u-m-b-n180 {
    margin-bottom: 18.75%
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .u-m-b-n180 {
    margin-bottom: 15%
  }
}

@media all and (max-width:767px) {
  .u-m-b-n180 {
    margin-bottom: 90px
  }
}

@media all and (min-width:768px) {
  .u-m-b-190 {
    margin-bottom: 12.17949%
  }
}

@media all and (max-width:767px) {
  .u-m-b-190 {
    margin-bottom: 95px
  }
}

@media all and (min-width:1025px) {
  .u-m-b-n190 {
    margin-bottom: 19.79167%
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .u-m-b-n190 {
    margin-bottom: 15.83333%
  }
}

@media all and (max-width:767px) {
  .u-m-b-n190 {
    margin-bottom: 95px
  }
}

@media all and (min-width:768px) {
  .u-m-b-200 {
    margin-bottom: 12.82051%
  }
}

@media all and (max-width:767px) {
  .u-m-b-200 {
    margin-bottom: 100px
  }
}

@media all and (min-width:1025px) {
  .u-m-b-n200 {
    margin-bottom: 20.83333%
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .u-m-b-n200 {
    margin-bottom: 16.66667%
  }
}

@media all and (max-width:767px) {
  .u-m-b-n200 {
    margin-bottom: 100px
  }
}

.u-required {
  color: #c1b157
}

.u-ta-l {
  text-align: left
}

.u-ta-c {
  text-align: center
}

.u-ta-r {
  text-align: right
}

.u-ta-j {
  text-align: justify
}

.u-trsde-5 {
  -webkit-transition-delay: 50ms;
  transition-delay: 50ms
}

.u-trsde-10 {
  -webkit-transition-delay: .1s;
  transition-delay: .1s
}

.u-trsde-15 {
  -webkit-transition-delay: .15s;
  transition-delay: .15s
}

.u-trsde-20 {
  -webkit-transition-delay: .2s;
  transition-delay: .2s
}

.u-trsde-25 {
  -webkit-transition-delay: .25s;
  transition-delay: .25s
}

.u-trsde-30 {
  -webkit-transition-delay: .3s;
  transition-delay: .3s
}

.u-trsde-35 {
  -webkit-transition-delay: .35s;
  transition-delay: .35s
}

.u-trsde-40 {
  -webkit-transition-delay: .4s;
  transition-delay: .4s
}

.u-trsde-45 {
  -webkit-transition-delay: .45s;
  transition-delay: .45s
}

.u-trsde-50 {
  -webkit-transition-delay: .5s;
  transition-delay: .5s
}

.u-trsde-55 {
  -webkit-transition-delay: .55s;
  transition-delay: .55s
}

.u-trsde-60 {
  -webkit-transition-delay: .6s;
  transition-delay: .6s
}

.u-trsde-65 {
  -webkit-transition-delay: .65s;
  transition-delay: .65s
}

.u-trsde-70 {
  -webkit-transition-delay: .7s;
  transition-delay: .7s
}

.u-trsde-75 {
  -webkit-transition-delay: .75s;
  transition-delay: .75s
}

.u-trsde-80 {
  -webkit-transition-delay: .8s;
  transition-delay: .8s
}

.u-trsde-85 {
  -webkit-transition-delay: .85s;
  transition-delay: .85s
}

.u-trsde-90 {
  -webkit-transition-delay: .9s;
  transition-delay: .9s
}

.u-trsde-95 {
  -webkit-transition-delay: .95s;
  transition-delay: .95s
}

.u-trsde-100 {
  -webkit-transition-delay: 1s;
  transition-delay: 1s
}

.u-trsde-105 {
  -webkit-transition-delay: 1.05s;
  transition-delay: 1.05s
}

.u-trsde-110 {
  -webkit-transition-delay: 1.1s;
  transition-delay: 1.1s
}

.u-trsde-115 {
  -webkit-transition-delay: 1.15s;
  transition-delay: 1.15s
}

.u-trsde-120 {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s
}

.u-trsde-125 {
  -webkit-transition-delay: 1.25s;
  transition-delay: 1.25s
}

.u-trsde-130 {
  -webkit-transition-delay: 1.3s;
  transition-delay: 1.3s
}

.u-trsde-135 {
  -webkit-transition-delay: 1.35s;
  transition-delay: 1.35s
}

.u-trsde-140 {
  -webkit-transition-delay: 1.4s;
  transition-delay: 1.4s
}

.u-trsde-145 {
  -webkit-transition-delay: 1.45s;
  transition-delay: 1.45s
}

.u-trsde-150 {
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s
}

.u-trsde-155 {
  -webkit-transition-delay: 1.55s;
  transition-delay: 1.55s
}

.u-trsde-160 {
  -webkit-transition-delay: 1.6s;
  transition-delay: 1.6s
}

.u-trsde-165 {
  -webkit-transition-delay: 1.65s;
  transition-delay: 1.65s
}

.u-trsde-170 {
  -webkit-transition-delay: 1.7s;
  transition-delay: 1.7s
}

.u-trsde-175 {
  -webkit-transition-delay: 1.75s;
  transition-delay: 1.75s
}

.u-trsde-180 {
  -webkit-transition-delay: 1.8s;
  transition-delay: 1.8s
}

.u-trsde-185 {
  -webkit-transition-delay: 1.85s;
  transition-delay: 1.85s
}

.u-trsde-190 {
  -webkit-transition-delay: 1.9s;
  transition-delay: 1.9s
}

.u-trsde-195 {
  -webkit-transition-delay: 1.95s;
  transition-delay: 1.95s
}

.u-trsde-200 {
  -webkit-transition-delay: 2s;
  transition-delay: 2s
}

.text-uppercase {
  text-transform: uppercase
}

.u-tt-l {
  text-transform: lowercase
}

.u-whs-n {
  white-space: normal
}

.u-whs-p {
  white-space: pre
}

.u-whs-nw {
  white-space: nowrap
}

.u-whs-pw {
  white-space: pre-wrap
}

.u-whs-pl {
  white-space: pre-line
}

.ps {
  -ms-touch-action: auto;
  touch-action: auto;
  overflow: hidden!important;
  -ms-overflow-style: none
}

.ps.ps--active-x>.ps__scrollbar-x-rail, .ps.ps--active-y>.ps__scrollbar-y-rail {
  display: block;
  background-color: transparent
}

.ps.ps--in-scrolling.ps--x>.ps__scrollbar-x-rail {
  background-color: #eee;
  opacity: .9
}

.ps.ps--in-scrolling.ps--x>.ps__scrollbar-x-rail>.ps__scrollbar-x {
  background-color: #999;
  height: 11px
}

.ps.ps--in-scrolling.ps--y>.ps__scrollbar-y-rail {
  background-color: #eee;
  opacity: .9
}

.ps.ps--in-scrolling.ps--y>.ps__scrollbar-y-rail>.ps__scrollbar-y {
  background-color: #999;
  width: 11px
}

.ps>.ps__scrollbar-x-rail {
  display: none;
  position: absolute;
  opacity: 0;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  transition: background-color .2s linear, opacity .2s linear;
  bottom: 0;
  height: 15px
}

.ps>.ps__scrollbar-x-rail>.ps__scrollbar-x {
  position: absolute;
  background-color: #aaa;
  border-radius: 6px;
  -webkit-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
  -webkit-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
  transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
  bottom: 2px;
  height: 6px
}

.ps>.ps__scrollbar-x-rail:active>.ps__scrollbar-x, .ps>.ps__scrollbar-x-rail:hover>.ps__scrollbar-x {
  height: 11px
}

.ps>.ps__scrollbar-y-rail {
  display: none;
  position: absolute;
  opacity: .6;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  transition: background-color .2s linear, opacity .2s linear;
  right: 0;
  width: 15px
}

.ps>.ps__scrollbar-y-rail>.ps__scrollbar-y {
  position: absolute;
  background-color: #aaa;
  border-radius: 6px;
  -webkit-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
  -webkit-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
  transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
  right: 2px;
  width: 6px
}

.ps>.ps__scrollbar-y-rail:active>.ps__scrollbar-y, .ps>.ps__scrollbar-y-rail:hover>.ps__scrollbar-y {
  width: 11px
}

.ps:hover.ps--in-scrolling.ps--x>.ps__scrollbar-x-rail {
  background-color: #eee;
  opacity: .9
}

.ps:hover.ps--in-scrolling.ps--x>.ps__scrollbar-x-rail>.ps__scrollbar-x {
  background-color: #999;
  height: 11px
}

.ps:hover.ps--in-scrolling.ps--y>.ps__scrollbar-y-rail {
  background-color: #eee;
  opacity: .9
}

.ps:hover.ps--in-scrolling.ps--y>.ps__scrollbar-y-rail>.ps__scrollbar-y {
  background-color: #999;
  width: 11px
}

.ps:hover>.ps__scrollbar-x-rail, .ps:hover>.ps__scrollbar-y-rail {
  opacity: .6
}

.ps:hover>.ps__scrollbar-x-rail:hover {
  background-color: #eee;
  opacity: .9
}

.ps:hover>.ps__scrollbar-x-rail:hover>.ps__scrollbar-x {
  background-color: #999
}

.ps:hover>.ps__scrollbar-y-rail:hover {
  background-color: #eee;
  opacity: .9
}

.ps:hover>.ps__scrollbar-y-rail:hover>.ps__scrollbar-y {
  background-color: #999
}

@supports (-ms-overflow-style:none) {
  .ps {
    overflow: auto!important
  }
}

@media screen and (-ms-high-contrast:active), (-ms-high-contrast:none) {
  .ps {
    overflow: auto!important
  }
}

/* Add */

#top-page-kv__matbg {
    background: url("../img/HeroBG.jpg");
    background-size: cover;
}



.snsInstagram,
.snsTwitter,
.snsFacebook,
.snsYoutube {
    padding: 50px 0;
}

.snsInstagram img,
.snsYoutube img,
.snsFacebook img {
    width: 200px;
    max-width: 70% !important;
    margin: 0 auto;
}

.snsTwitter img {
    width: 200px;
    max-width: 60% !important;
    margin: 0 auto;
}

.snsInstagram{
  position: relative;
  display: inline-block;
  background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  overflow: hidden;
  border-radius: 13px;

}

.snsInstagram:before{
  content: '';
  position: absolute;
  top: 23px;
  left: -70%;
  width: 200%;
  height: 700%;
  background: -webkit-radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);
  background: radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);
}

.snsYoutube {
    background: #222;
    border-radius: 13px;
}

.snsTwitter {
    background: #1DA1F2;
    border-radius: 13px;
}

.snsFacebook {
    background: #1877f2;
    border-radius: 13px;
}

* {
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
    font-feature-settings: "palt";
}
