@charset "UTF-8";
/* font */
/* reset css */
html {
  color: #000;
  background: #fff;
  font-size: 62.5%;
  overflow-y: scroll !important;
  -webkit-overflow-scrolling: touch;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
figure {
  margin: 0;
  padding: 0;
}

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

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

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

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
}

legend {
  color: #000;
}

table {
  font-size: inherit;
  font: 100%;
}

code,
kbd,
samp,
tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

ul,
li {
  list-style: none;
}

img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
}

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

button {
  cursor: pointer;
}

main {
  display: block;
}

body {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1;
  color: #111;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  letter-spacing: 0.1em;
  word-break: break-all;
  font-feature-settings: "palt";
}

.clearfix:after {
  font-size: .1em;
  line-height: 0;
  display: block;
  visibility: hidden;
  clear: both;
  overflow: hidden;
  height: .1px;
  content: ' ';
}

.clearfix {
  /*\*/
    /*/
display: inline-table !important;
/**/
}

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

a:hover {
  text-decoration: none;
}

a {
  outline: none !important;
}

button:focus,
a:focus {
  outline: none !important;
}

:-moz-focusring {
  outline: 0 dotted #fff;
}

a:focus, *:focus {
  outline: none;
}

@media print, screen and (min-width: 768px) {
  body.state-header-change .header {
    height: 6.42857vw;
  }
}
@media screen and (min-width: 1400px) {
  body.state-header-change .header {
    height: 90px;
  }
}
body.state-header-change .header .header-btn a span {
  background: #000;
  transition: height 0.3s ease-out, transform 0.3s ease-out, background 0.3s ease-out;
}
@media print, screen and (min-width: 768px) {
  body.state-header-change .header .header-logo {
    transform: scale(0.8486);
    transition: transform 0.2s ease-out, top 0.2s ease-out;
    top: 1.07143vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1400px) {
  body.state-header-change .header .header-logo {
    top: 15px;
  }
}

body.state-header-change .header .header-logo img {
  opacity: 0;
  transition: opacity 0.3s ease-out;
}
body.state-header-change .header .header-logo::after {
  opacity: 1;
  transition: opacity 0.3s ease-out;
}
@media print, screen and (min-width: 768px) {
  body.state-header-change .header .headerMenu-assets__nav {
    top: 1.07143vw;
    transition: top 0.2s ease-out;
  }
}
@media screen and (min-width: 768px) and (min-width: 1400px) {
  body.state-header-change .header .headerMenu-assets__nav {
    top: 15px;
  }
}
@media print, screen and (min-width: 768px) {
  body.state-header-change .header .headerMenu-assets__nav ul li a {
    color: #000;
    transition: color 0.3s ease-out;
  }
}

body.state-mouse-false .header::before {
  left: 0;
}

body.state-mega-active.state-mega-active-hide .header::after {
  opacity: 0;
  transition: opacity 0.3s ease-out;
}
body.state-mega-active .header {
  mix-blend-mode: normal !important;
}
body.state-mega-active .header::after {
  left: 0;
  opacity: 0.92;
  transition: opacity 0.3s ease-out;
}
@media print, screen and (min-width: 768px) {
  body.state-mega-active .header .header__inner::after {
    background: #111;
    background: #fff;
    opacity: 1;
    z-index: 10;
  }
}

@media screen and (max-width: 1279px) {
  body.state-menu-active {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
  }
  body.state-menu-active.state-menu-active-hide {
    pointer-events: none;
  }
  body.state-menu-active.state-menu-active-hide .header::after {
    opacity: 0;
    transition: opacity 0s ease-out;
    top: -100%;
  }
  body.state-menu-active.state-menu-active-hide .header::before {
    left: 0;
    transform: skewY(90deg);
  }
  body.state-menu-active.state-menu-active-hide .headerMenu-assets {
    left: 0;
  }
  body.state-menu-active.state-menu-active-hide .headerMenu-assets nav ul li {
    opacity: 0;
    transform: translateY(20px);
  }
  body.state-menu-active.state-menu-active-hide .headerMenu-assets nav ul li:nth-of-type(1) {
    transition: transform 0.25s 0s ease-out, opacity 0.25s 0s ease-out;
  }
  body.state-menu-active.state-menu-active-hide .headerMenu-assets nav ul li:nth-of-type(2) {
    transition: transform 0.25s 0s ease-out, opacity 0.25s 0s ease-out;
  }
  body.state-menu-active.state-menu-active-hide .headerMenu-assets nav ul li:nth-of-type(3) {
    transition: transform 0.25s 0s ease-out, opacity 0.25s 0s ease-out;
  }
  body.state-menu-active.state-menu-active-hide .headerMenu-assets nav ul li:nth-of-type(4) {
    transition: transform 0.25s 0s ease-out, opacity 0.25s 0s ease-out;
  }
  body.state-menu-active.state-menu-active-hide .headerMenu-assets nav ul li:nth-of-type(5) {
    transition: transform 0.25s 0s ease-out, opacity 0.25s 0s ease-out;
  }
  body.state-menu-active.state-menu-active-hide .headerMenu-assets nav ul li:nth-of-type(6) {
    transition: transform 0.25s 0s ease-out, opacity 0.25s 0s ease-out;
  }
  body.state-menu-active.state-menu-active-hide .headerMenu-assets nav ul li:nth-of-type(7) {
    transition: transform 0.25s 0s ease-out, opacity 0.25s 0s ease-out;
  }
  body.state-menu-active.state-menu-active-hide .headerMenu-assets nav ul li:nth-of-type(8) {
    transition: transform 0.25s 0s ease-out, opacity 0.25s 0s ease-out;
  }
  body.state-menu-active.state-menu-active-hide .headerMenu-assets nav ul li:nth-of-type(9) {
    transition: transform 0.25s 0s ease-out, opacity 0.25s 0s ease-out;
  }
  body.state-menu-active.state-menu-active-hide .headerMenu-assets nav ul li:nth-of-type(10) {
    transition: transform 0.25s 0s ease-out, opacity 0.25s 0s ease-out;
  }
  body.state-menu-active.state-menu-active-hide .header-btn a span {
    background: #000 !important;
  }
  body.state-menu-active.state-menu-active-hide .header-btn a span:nth-of-type(2) {
    opacity: 1;
  }
  body.state-menu-active.state-menu-active-hide .header-btn a span:nth-of-type(1) {
    margin-top: -10px;
    transform: translateY(0) rotate(0deg);
    /*9=10+8/2*/
  }
  body.state-menu-active.state-menu-active-hide .header-btn a span:nth-of-type(3) {
    margin-top: 8px;
    transform: translateY(0) rotate(0deg);
  }
  body.state-menu-active .wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  body.state-menu-active .header {
    height: 100%;
    mix-blend-mode: normal;
  }
  body.state-menu-active .header::after {
    top: 0;
    transform: skewX(0deg);
  }
  body.state-menu-active .header-btn a span {
    background: #fff !important;
  }
  body.state-menu-active .header-btn a span:nth-of-type(2) {
    opacity: 0;
  }
  body.state-menu-active .header-btn a span:nth-of-type(1) {
    margin-top: -6px;
    transform: translateY(5px) rotate(-45deg);
    /*9=10+8/2*/
  }
  body.state-menu-active .header-btn a span:nth-of-type(3) {
    margin-top: 4px;
    transform: translateY(-5px) rotate(45deg);
  }
  body.state-menu-active .headerMenu-assets {
    left: 0;
  }
  body.state-menu-active .headerMenu-assets nav ul li {
    opacity: 1;
    transform: translateY(0);
  }
  body.state-menu-active .headerMenu-assets nav ul li:nth-of-type(1) {
    transition: transform 0.3s 0.15s ease-out, opacity 0.3s 0.15s ease-out;
  }
  body.state-menu-active .headerMenu-assets nav ul li:nth-of-type(2) {
    transition: transform 0.3s 0.2s ease-out, opacity 0.3s 0.2s ease-out;
  }
  body.state-menu-active .headerMenu-assets nav ul li:nth-of-type(3) {
    transition: transform 0.3s 0.25s ease-out, opacity 0.3s 0.25s ease-out;
  }
  body.state-menu-active .headerMenu-assets nav ul li:nth-of-type(4) {
    transition: transform 0.3s 0.3s ease-out, opacity 0.3s 0.3s ease-out;
  }
  body.state-menu-active .headerMenu-assets nav ul li:nth-of-type(5) {
    transition: transform 0.3s 0.35s ease-out, opacity 0.3s 0.35s ease-out;
  }
  body.state-menu-active .headerMenu-assets nav ul li:nth-of-type(6) {
    transition: transform 0.3s 0.4s ease-out, opacity 0.3s 0.4s ease-out;
  }
  body.state-menu-active .headerMenu-assets nav ul li:nth-of-type(7) {
    transition: transform 0.3s 0.45s ease-out, opacity 0.3s 0.45s ease-out;
  }
  body.state-menu-active .headerMenu-assets nav ul li:nth-of-type(8) {
    transition: transform 0.3s 0.5s ease-out, opacity 0.3s 0.5s ease-out;
  }
  body.state-menu-active .headerMenu-assets nav ul li:nth-of-type(9) {
    transition: transform 0.3s 0.55s ease-out, opacity 0.3s 0.55s ease-out;
  }
  body.state-menu-active .headerMenu-assets nav ul li:nth-of-type(10) {
    transition: transform 0.3s 0.6s ease-out, opacity 0.3s 0.6s ease-out;
  }
}

.img-scroll.state-active::after {
  opacity: 0;
  transition: opacity 0.3s ease-out;
}

body.state-page-top-middle .page-top a {
  opacity: 1;
  transform: translateY(0px);
}
body.state-page-top-middle .page-top::after {
  display: none;
}

body.state-page-top-last-pre .page-top,
body.state-page-top-last .page-top {
  position: absolute;
}
body.state-page-top-last-pre .page-top a,
body.state-page-top-last .page-top a {
  opacity: 1;
  transform: translateY(0px);
}
body.state-page-top-last-pre .page-top::after,
body.state-page-top-last .page-top::after {
  display: none;
}

body.state-page-top-first .page-top,
body.state-page-top-first-pre .page-top {
  position: fixed;
}
body.state-page-top-first .page-top a,
body.state-page-top-first-pre .page-top a {
  opacity: 0;
}
body.state-page-top-first .page-top::after,
body.state-page-top-first-pre .page-top::after {
  display: block;
}

body.state-page-top-hide .page-top a {
  opacity: 0;
}
body.state-page-top-hide .page-top::after {
  display: block;
}

body.state-page-top-middle.state-page-top-hide .page-top {
  position: fixed;
}

body.state-page-top-last.state-page-top-hide .page-top {
  position: absolute;
}

body.state-page-top-last-pre.state-page-top-hide .page-top {
  position: absolute;
}

body.state-page-excute .page-top {
  display: block;
}

body.state-fixed-menu .fixed-nav {
  position: fixed;
  width: 15.71429vw;
  top: 11.42857vw;
}
@media screen and (min-width: 1400px) {
  body.state-fixed-menu .fixed-nav {
    display: block;
    width: 220px;
    top: 160px;
  }
}

body.state-fixed-menu-over .fixed-nav {
  position: absolute;
  width: 15.71429vw;
  top: auto;
  bottom: 0;
}
@media screen and (min-width: 1400px) {
  body.state-fixed-menu-over .fixed-nav {
    display: block;
    width: 220px;
    bottom: 0;
  }
}

/*********************************************
font
*********************************************/
.f-bold {
  font-weight: 700 !important;
}

.-fs-ssss {
  font-size: 2.66667vw;
}
@media print, screen and (min-width: 768px) {
  .-fs-ssss {
    font-size: 0.71429vw;
  }
}
@media screen and (min-width: 1400px) {
  .-fs-ssss {
    font-size: 10px;
  }
}

.-fs-sss {
  font-size: 2.66667vw;
}
@media print, screen and (min-width: 768px) {
  .-fs-sss {
    font-size: 0.85714vw;
  }
}
@media screen and (min-width: 1400px) {
  .-fs-sss {
    font-size: 12px;
  }
}

.-fs-ss {
  font-size: 2.66667vw;
}
@media print, screen and (min-width: 768px) {
  .-fs-ss {
    font-size: 1vw;
  }
}
@media screen and (min-width: 1400px) {
  .-fs-ss {
    font-size: 14px;
  }
}

.-fs-s {
  font-size: 3.2vw;
}
@media print, screen and (min-width: 768px) {
  .-fs-s {
    font-size: 1.14286vw;
  }
}
@media screen and (min-width: 1400px) {
  .-fs-s {
    font-size: 16px;
  }
}

/*********************************************
setting
*********************************************/
.-ta-c {
  text-align: center;
}

.-ta-l {
  text-align: left;
}

.-ta-r {
  text-align: right;
}

.-sp {
  display: inline;
}

.-pc {
  display: none;
}

.-tab-pc {
  display: none;
}

@media print, screen and (min-width: 768px) {
  .-sp {
    display: none;
  }

  .-tab-pc {
    display: inline;
  }
}
@media screen and (min-width: 1024px) {
  .-pc {
    display: inline;
  }
}
.gsap-animation-slideup-item {
  opacity: 0;
  transform: translateY(50px);
}

.js-gsap-animation {
  opacity: 0;
}
.js-gsap-animation.is-active {
  opacity: 1;
}

.js-gsap-animation-slide-up {
  opacity: 0;
  transform: translateY(50px);
}

.js-gsap-animation-random-move {
  display: inline-block;
  overflow: hidden;
  position: relative;
}
.js-gsap-animation-random-move.-hankaku {
  display: inline-block;
  width: 0.5em;
}
.js-gsap-animation-random-move span {
  position: relative;
  display: inline-block;
}
.js-gsap-animation-random-move.-anime-t span {
  transform: translateY(-100%);
}
.js-gsap-animation-random-move.-anime-r span {
  transform: translateX(-100%);
}
.js-gsap-animation-random-move.-anime-b span {
  transform: translateY(100%);
}
.js-gsap-animation-random-move.-anime-l span {
  transform: translateX(100%);
}

@-webkit-keyframes loop-l-r {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0%);
  }
}
@keyframes loop-l-r {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0%);
  }
}
@-webkit-keyframes loop-r-l {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes loop-r-l {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
@keyframes poyooon {
  0% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  10% {
    transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  40% {
    transform: scale(1.2, 0.8) translate(0%, 15%);
  }
  50% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  60% {
    transform: scale(0.9, 1.2) translate(0%, -100%);
  }
  75% {
    transform: scale(0.9, 1.2) translate(0%, -20%);
  }
  85% {
    transform: scale(1.2, 0.8) translate(0%, 15%);
  }
  100% {
    transform: scale(1, 1) translate(0%, 0%);
  }
}
@keyframes poyooon2 {
  0% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  5% {
    transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  20% {
    transform: scale(1.2, 0.8) translate(0%, 15%);
  }
  25% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  30% {
    transform: scale(0.9, 1.2) translate(0%, -100%);
  }
  37% {
    transform: scale(0.9, 1.2) translate(0%, -20%);
  }
  42% {
    transform: scale(1.2, 0.8) translate(0%, 15%);
  }
  50% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  100% {
    transform: scale(1, 1) translate(0%, 0%);
  }
}
@keyframes purun {
  0% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  15% {
    transform: scale(0.9, 0.9) translate(0%, 5%);
  }
  30% {
    transform: scale(1.3, 0.8) translate(0%, 10%);
  }
  50% {
    transform: scale(0.8, 1.3) translate(0%, -10%);
  }
  70% {
    transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  100% {
    transform: scale(1, 1) translate(0%, 0%);
  }
}
@-webkit-keyframes scroll-line-out {
  0% {
    transform: scaleY(1);
  }
  20% {
    transform: scaleY(1);
  }
  60% {
    transform: scaleY(0);
  }
  100% {
    transform: scaleY(0);
  }
}
@keyframes scroll-line-out {
  0% {
    transform: scaleY(1);
  }
  20% {
    transform: scaleY(1);
  }
  60% {
    transform: scaleY(0);
  }
  100% {
    transform: scaleY(0);
  }
}
@-webkit-keyframes scroll-line-in {
  0% {
    transform: scaleY(0);
  }
  70% {
    transform: scaleY(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes scroll-line-in {
  0% {
    transform: scaleY(0);
  }
  70% {
    transform: scaleY(0);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes scale-bound {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes scale-bound {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes bright-flash {
  0% {
    /* いきなり明るい状態から始めることでユーザー操作の反応の良さを示す */
    filter: brightness(2.5);
  }
  100% {
    filter: brightness(1.25);
  }
}
@keyframes bright-flash {
  0% {
    /* いきなり明るい状態から始めることでユーザー操作の反応の良さを示す */
    filter: brightness(2.5);
  }
  100% {
    filter: brightness(1.25);
  }
}
@-webkit-keyframes move_rot_90 {
  0% {
    transform: rotate(0deg);
  }
  99% {
    transform: rotate(90deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes move_rot_90 {
  0% {
    transform: rotate(0deg);
  }
  99% {
    transform: rotate(90deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@-webkit-keyframes move_rot_360 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes move_rot_360 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes move_pigeon {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(-30deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes move_pigeon {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(-30deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@-webkit-keyframes move_tel {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(30deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes move_tel {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(30deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@-webkit-keyframes txt-nagare {
  0% {
    transform: translateX(0%);
  }
  99.99% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0%);
  }
}
@keyframes txt-nagare {
  0% {
    transform: translateX(0%);
  }
  99.99% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0%);
  }
}
.jsLazyAnime.type-opacity-out {
  opacity: 1;
}
.jsLazyAnime.type-opacity-out.lazyAnimate {
  opacity: 0;
  transition: opacity 2.4s 0.9s cubic-bezier(0.08, 0.38, 0.24, 0.98), transform 0.8s 0s cubic-bezier(0.08, 0.38, 0.24, 0.98);
}

.jsLazyAnime.type-y {
  opacity: 0;
  transform: translateY(20px);
}
@media print, screen and (min-width: 768px) {
  .jsLazyAnime.type-y {
    transform: translateY(30px);
  }
}
.jsLazyAnime.type-y.lazyAnimate {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.6s 0s ease-out, transform 0.6s 0s ease-out;
}

.jsLazyAnime.type-img-x-r {
  opacity: 0;
  display: block;
  transform: scale(0);
  transform-origin: 100% 0;
}
.jsLazyAnime.type-img-x-r.lazyAnimate {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.6s 0.6s ease-out, transform 0.6s 0.6s ease-out;
}

.jsLazyAnime.type-img-x-l {
  opacity: 0;
  display: block;
  transform: scale(0);
  transform-origin: 0 0;
}
.jsLazyAnime.type-img-x-l.lazyAnimate {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.6s 0.6s ease-out, transform 0.6s 0.6s ease-out;
}

.jsLazyAnime.type-scale-y {
  opacity: 0;
  display: block;
  transform: scaleY(0);
  transform-origin: 0 0;
}
.jsLazyAnime.type-scale-y.lazyAnimate {
  opacity: 1;
  transform: scaleY(1);
  transition: opacity 0.6s 0s ease-out, transform 0.8s 0s ease;
}

.jsLazyAnime.type-ttl-left-icon {
  opacity: 0;
  transform: translateY(30px);
}
.jsLazyAnime.type-ttl-left-icon i {
  transform: rotate(-45deg);
  transform-origin: 50% 100%;
}
.jsLazyAnime.type-ttl-left-icon.lazyAnimate {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.6s 0s ease-out, transform 0.6s 0s ease-out;
}
.jsLazyAnime.type-ttl-left-icon.lazyAnimate i {
  transform: rotate(0deg);
  transition: transform 0.6s 0s ease;
}

.jsLazyAnime.type-ttl-icon {
  opacity: 0;
  transform: translateY(30px);
}
.jsLazyAnime.type-ttl-icon span i {
  transform: rotate(-45deg);
  transform-origin: 50% 100%;
}
.jsLazyAnime.type-ttl-icon.lazyAnimate {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.6s 0s ease-out, transform 0.6s 0s ease-out;
}
.jsLazyAnime.type-ttl-icon.lazyAnimate span i {
  transform: rotate(0deg);
  transition: transform 0.6s 0s ease;
}

.jsLazyAnime.type-opacity {
  opacity: 0;
}
.jsLazyAnime.type-opacity.lazyAnimate {
  opacity: 1;
  transition: opacity 0.8s 0s ease;
}

.jsLazyAnime.type-scale-l {
  transform: scaleX(0);
  transform-origin: 0 0;
}
.jsLazyAnime.type-scale-l.lazyAnimate {
  transform: scaleX(1);
  transition: transform 0.5s 0s ease-out;
}

.jsLazyAnime.type-scale-r {
  transform: scaleX(0);
  transform-origin: 100% 0;
}
.jsLazyAnime.type-scale-r.lazyAnimate {
  transform: scaleX(1);
  transition: transform 0.5s 0s ease-out;
}

.jsLazyAnime.type-slide-img {
  overflow: hidden;
}
.jsLazyAnime.type-slide-img img {
  transform: translateX(-100%);
}
.jsLazyAnime.type-slide-img.lazyAnimate img {
  transform: translateX(0);
  transition: transform 0.5s 0s ease-out;
}

.jsLazyAnime.type-sizzle-opacity {
  opacity: 0;
}
.jsLazyAnime.type-sizzle-opacity.lazyAnimate {
  opacity: 1;
  transition: opacity 0.8s 0s ease-out;
}

.jsLazyAnime.type-sizzle-cover.lazyAnimate {
  transform: rotate(0) translateX(130%) translateY(0);
  transition: transform 0.8s 0s ease-out;
}

.jsLazyAnime.type-txt-x-r {
  opacity: 0;
}
.jsLazyAnime.type-txt-x-r.lazyAnimate {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 1s 0s cubic-bezier(0.175, 0.885, 0.32, 1.275), transform 1s 0s cubic-bezier(0.19, 1, 0.22, 1);
}

.jsLazyAnime.type-ls {
  opacity: 0;
  letter-spacing: 1.2em;
}
.jsLazyAnime.type-ls.lazyAnimate {
  opacity: 1;
  letter-spacing: 0.02em;
  transition: opacity 1.2s 0s cubic-bezier(0.175, 0.885, 0.32, 1.275), letter-spacing 1.2s 0s cubic-bezier(0.19, 1, 0.22, 1);
}

.jsLazyAnime.type-txt-x-r-0 {
  transform: translateX(57.14286vw);
}
@media screen and (min-width: 1400px) {
  .jsLazyAnime.type-txt-x-r-0 {
    transform: translateX(800px);
  }
}

.jsLazyAnime.type-txt-x-r-1 {
  transform: translateX(53.57143vw);
}
@media screen and (min-width: 1400px) {
  .jsLazyAnime.type-txt-x-r-1 {
    transform: translateX(750px);
  }
}

.jsLazyAnime.type-txt-x-r-2 {
  transform: translateX(50vw);
}
@media screen and (min-width: 1400px) {
  .jsLazyAnime.type-txt-x-r-2 {
    transform: translateX(700px);
  }
}

.jsLazyAnime.type-txt-x-r-3 {
  transform: translateX(46.42857vw);
}
@media screen and (min-width: 1400px) {
  .jsLazyAnime.type-txt-x-r-3 {
    transform: translateX(650px);
  }
}

.jsLazyAnime.type-txt-x-r-4 {
  transform: translateX(42.85714vw);
}
@media screen and (min-width: 1400px) {
  .jsLazyAnime.type-txt-x-r-4 {
    transform: translateX(600px);
  }
}

.jsLazyAnime.type-txt-x-r-5 {
  transform: translateX(39.28571vw);
}
@media screen and (min-width: 1400px) {
  .jsLazyAnime.type-txt-x-r-5 {
    transform: translateX(550px);
  }
}

.jsLazyAnime.type-txt-x-r-6 {
  transform: translateX(35.71429vw);
}
@media screen and (min-width: 1400px) {
  .jsLazyAnime.type-txt-x-r-6 {
    transform: translateX(500px);
  }
}

.jsLazyAnime.type-txt-x-r-7 {
  transform: translateX(32.14286vw);
}
@media screen and (min-width: 1400px) {
  .jsLazyAnime.type-txt-x-r-7 {
    transform: translateX(450px);
  }
}

.jsLazyAnime.type-txt-x-r-8 {
  transform: translateX(28.57143vw);
}
@media screen and (min-width: 1400px) {
  .jsLazyAnime.type-txt-x-r-8 {
    transform: translateX(400px);
  }
}

.jsLazyAnime.type-txt-x-r-9 {
  transform: translateX(25vw);
}
@media screen and (min-width: 1400px) {
  .jsLazyAnime.type-txt-x-r-9 {
    transform: translateX(350px);
  }
}

.jsLazyAnime.type-txt-x-r-10 {
  transform: translateX(21.42857vw);
}
@media screen and (min-width: 1400px) {
  .jsLazyAnime.type-txt-x-r-10 {
    transform: translateX(300px);
  }
}

.jsLazyAnime.type-txt-x-r-11 {
  transform: translateX(17.85714vw);
}
@media screen and (min-width: 1400px) {
  .jsLazyAnime.type-txt-x-r-11 {
    transform: translateX(250px);
  }
}

.jsLazyAnime.type-txt-x-r-12 {
  transform: translateX(14.28571vw);
}
@media screen and (min-width: 1400px) {
  .jsLazyAnime.type-txt-x-r-12 {
    transform: translateX(200px);
  }
}

.jsLazyAnime.type-txt-x-r-13 {
  transform: translateX(10.71429vw);
}
@media screen and (min-width: 1400px) {
  .jsLazyAnime.type-txt-x-r-13 {
    transform: translateX(150px);
  }
}

.jsLazyAnime.type-txt-x-r-14 {
  transform: translateX(7.14286vw);
}
@media screen and (min-width: 1400px) {
  .jsLazyAnime.type-txt-x-r-14 {
    transform: translateX(100px);
  }
}

.jsLazyAnime.type-x-r,
.jsLazyAnime.type-x-l {
  opacity: 0;
}
.jsLazyAnime.type-x-r.lazyAnimate,
.jsLazyAnime.type-x-l.lazyAnimate {
  opacity: 1;
  transform: translate(0, 0);
  transition: opacity 0.6s 0s ease-out, transform 0.6s 0s ease-out;
}

.jsLazyAnime.type-x-r-per-100 {
  opacity: 0;
}
.jsLazyAnime.type-x-r-per-100.lazyAnimate {
  opacity: 0.4;
  transform: translate(0, 0);
  transition: opacity 0.6s 0s ease, transform 0.6s 0s ease;
}

.jsLazyAnime.type-x-r {
  transform: translate(220px, -40px);
}

.jsLazyAnime.type-x-l {
  transform: translate(-220px, 40px);
}

.jsLazyAnime.type-x-r-per-100 {
  transform: translateX(100%);
}

.jsLazyAnime.type-y-center {
  opacity: 0;
  transform: translateY(20px) translateX(-50%);
}
.jsLazyAnime.type-y-center.lazyAnimate {
  opacity: 1;
  transform: translateY(0) translateX(-50%);
  transition: opacity 0.8s 0s cubic-bezier(0.08, 0.38, 0.24, 0.98), transform 0.8s 0s cubic-bezier(0.08, 0.38, 0.24, 0.98);
}

.jsLazyAnime.type-y-sp {
  opacity: 0;
  transform: translateY(30px);
}
.jsLazyAnime.type-y-sp.lazyAnimate {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.8s 0s ease, transform 0.8s 0s ease;
}

.jsLazyAnime.type-scale {
  opacity: 0;
  transform: scale(1.12);
}
.jsLazyAnime.type-scale.lazyAnimate {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.8s 0s cubic-bezier(0.08, 0.38, 0.24, 0.98), transform 0.8s 0s cubic-bezier(0.08, 0.38, 0.24, 0.98);
}

@keyframes fade_in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes y_in_lv1 {
  0% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes scale_in_lv1 {
  0% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1);
  }
}
html.state-barba-out .barba-cover-out::after {
  transform: skewX(0deg);
}
html.state-barba-out .barba-cover-out::before {
  transform: skewX(0deg);
}

html.state-barba-in .barba-cover-in::after {
  left: 0;
  transform: skewY(90deg);
}
html.state-barba-in .barba-cover-in::before {
  left: 0;
  transform: skewY(90deg);
}
html.state-barba-in .barba-cover-out {
  display: none;
}

.barba-cover-in::after {
  content: '';
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background: #fff;
  background: #fff;
  top: 0;
  left: -100%;
  transform: skewY(0deg);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
  opacity: 1;
  transition: transform 0.5s ease-out;
  visibility: hidden;
}
.barba-cover-in::before {
  content: '';
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: #fff;
  background: #111;
  background: #111;
  top: 0;
  left: -100%;
  transform: skewY(0deg);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
  opacity: 1;
  transition: transform 0.5s 0.5s ease-in;
  visibility: hidden;
}

.barba-cover-out::after {
  content: '';
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: #111;
  top: 0;
  top: -100%;
  left: 0;
  transform: skewX(90deg);
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
  opacity: 1;
  transition: transform 0.5s ease-out;
}
.barba-cover-out::before {
  content: '';
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background: #fff;
  top: 0;
  top: -100%;
  left: 0;
  transform: skewX(90deg);
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
  opacity: 1;
  transition: transform 0.5s 0.45s ease-in;
}

html {
  background: #f6f6f6;
}
html body.page-index {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  top: 0;
  left: 0;
}
html.wf-inactive body::after, html.loading-delay body::after, html.wf-active body::after {
  opacity: 0;
  transition: opacity 0.2s ease-out;
}
html.wf-active-02 body::after {
  display: none;
}
html.wf-active-02 body.page-index {
  position: static;
  overflow: visible;
}

body {
  width: 100%;
  background: #f6f6f6;
  position: relative;
}
body::after {
  display: block;
  content: '';
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fff;
  top: 0;
  left: 0;
  opacity: 1;
  z-index: 1000;
  transition: opacity 0.2s ease-out;
}

.js-barba__leave {
  position: fixed;
  position: absolute;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
}

.wrap {
  position: relative;
}

/*******************************
header
*******************************/
.cover-w {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  z-index: 99;
  background: #fff;
  background: #cc0000;
  display: none;
}

.header {
  position: absolute;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  mix-blend-mode: difference;
}
.header::after {
  content: '';
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #111;
  top: 0;
  top: -100%;
  left: 0;
  transform: skewX(90deg);
  -webkit-transform-origin: 0 150%;
  transform-origin: 0 150%;
  opacity: 0.94;
  transition: transform 0.3s ease-out;
}
@media print, screen and (min-width: 768px) {
  .header::after {
    background: #111;
    top: 0;
    left: -100%;
    transform: skewX(0);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    opacity: 0;
  }
}
.header::before {
  content: '';
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #111;
  top: 0;
  left: -100%;
  transform: skewY(0deg);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform-origin: 100% -50%;
  transform-origin: 100% -50%;
  opacity: 0.94;
  transition: transform 0.25s ease-out;
}
@media print, screen and (min-width: 768px) {
  .header::before {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  .header .header__inner {
    width: 92%;
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
    height: 7.14286vw;
  }
  .header .header__inner::after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    background: #111;
    background: #eee;
    bottom: 0;
    left: 0;
    opacity: 0.2;
  }
}
@media screen and (min-width: 768px) and (min-width: 1400px) {
  .header .header__inner {
    height: 100px;
  }
}

.header .header-logoBtn {
  position: relative;
  height: 16.53333vw;
  z-index: 20;
}
@media print, screen and (min-width: 768px) {
  .header .header-logoBtn {
    width: 18.57143vw;
    height: 7.14286vw;
  }
}
@media screen and (min-width: 1400px) {
  .header .header-logoBtn {
    width: 260px;
    height: 100px;
  }
}
.header .header-logo {
  position: absolute;
  width: 34.66667vw;
  top: 50%;
  left: 4vw;
  transform: translateY(-50%);
}
.header .header-logo a {
  display: block;
}
.header .header-logo img {
  position: relative;
  z-index: 1;
  transition: opacity 0.3s ease-out;
}
.header .header-logo::after {
  display: block;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  background: url(../img/logo_b.png) 0 0 no-repeat;
  background-size: 100% auto;
  opacity: 0;
  transition: opacity 0.3s ease-out;
  display: none;
}
@media print, screen and (min-width: 768px) {
  .header .header-logo {
    width: 11.14286vw;
    left: 0;
  }
}
@media screen and (min-width: 768px) and (min-width: 1400px) {
  .header .header-logo {
    width: 156px;
  }
}

.header .header-btn {
  position: absolute;
  z-index: 12;
  top: 50%;
  transform: translateY(-50%);
  right: 4.26667vw;
  right: 3.46667vw;
  width: 11.73333vw;
  height: 11.73333vw;
}
.header .header-btn a {
  display: block;
  position: absolute;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.header .header-btn a span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 7.46667vw;
  height: 1px;
  margin-left: -3.73333vw;
  background: #fff;
  transition: height 0.3s ease-out, transform 0.3s ease-out, background 0.3s ease-out;
}
.header .header-btn a span:nth-of-type(1) {
  margin-top: -9px;
}
.header .header-btn a span:nth-of-type(2) {
  margin-top: -1px;
}
.header .header-btn a span:nth-of-type(3) {
  margin-top: 7px;
}
@media print, screen and (min-width: 768px) {
  .header .header-btn {
    display: none;
  }
}
.header .headerMenu-assets {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  padding-top: 24vw;
  padding-bottom: 13.33333vw;
  z-index: 11;
}
@media screen and (max-width: 767px) {
  .header .headerMenu-assets {
    overflow-y: scroll;
  }
}
@media print, screen and (min-width: 768px) {
  .header .headerMenu-assets {
    position: absolute;
    width: 100%;
    top: 0;
    left: 30%;
    left: 0;
    right: 0;
    z-index: 11;
    padding-top: 0;
    padding-bottom: 0;
    transform: translateY(0);
  }
}
.header .headerMenu-assets__nav {
  width: 77.33333vw;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .header .headerMenu-assets__nav {
    width: 100%;
    margin: 0 0 0;
  }
}
@media print, screen and (min-width: 768px) {
  .header .headerMenu-assets__nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
}
.header .headerMenu-assets__nav ul li {
  position: relative;
  margin-bottom: 3.33333vw;
}
@media screen and (max-width: 767px) {
  .header .headerMenu-assets__nav ul li {
    opacity: 0;
    transform: translateY(20px);
    transition: transform 0.4s ease-out, opacity 0.4s ease-out;
  }
}
@media print, screen and (min-width: 768px) {
  .header .headerMenu-assets__nav ul li {
    margin-bottom: 0;
    margin-right: 1.78571vw;
  }
}
@media screen and (min-width: 1400px) {
  .header .headerMenu-assets__nav ul li {
    margin-right: 25px;
  }
}
.header .headerMenu-assets__nav ul li:last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 768px) {
  .header .headerMenu-assets__nav ul li:last-child {
    margin-right: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .header .headerMenu-assets__nav ul li:first-child {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  .header .headerMenu-assets__nav ul li.-loop-pc a.-main .txt-lung span.txt-lung__ja {
    text-align: left;
    white-space: nowrap;
    width: auto;
    display: flex;
  }
  .header .headerMenu-assets__nav ul li.-loop-pc a.-main .txt-lung span.txt-lung__ja span {
    display: inline-block;
  }
}
@media screen and (min-width: 1025px) {
  .header .headerMenu-assets__nav ul li.-loop-pc a.-main:hover .txt-lung span.txt-lung__ja {
    animation: loop-r-l 3s 0.35s linear infinite;
  }
  .header .headerMenu-assets__nav ul li.-loop-pc a.-main:hover .txt-lung span.txt-lung__ja span {
    padding-right: 1em;
  }
}
.header .headerMenu-assets__nav ul li.-commingsoon {
  position: relative;
  overflow: hidden;
}
.header .headerMenu-assets__nav ul li.-commingsoon::before {
  display: block;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #cc0000;
  opacity: 0;
  z-index: 2;
}
.header .headerMenu-assets__nav ul li.-commingsoon::after {
  display: flex;
  flex-direction: column;
  justify-content: center;
  content: 'Comming Soon';
  color: #ccc;
  font-size: 3.2vw;
  font-weight: 700;
  position: absolute;
  width: 200%;
  height: 100%;
  text-align: center;
  top: 0;
  left: -50%;
  z-index: 3;
  line-height: 1.4;
  transform: rotate(-6deg);
}
@media print, screen and (min-width: 768px) {
  .header .headerMenu-assets__nav ul li.-commingsoon::after {
    font-size: 1vw;
  }
}
@media screen and (min-width: 1400px) {
  .header .headerMenu-assets__nav ul li.-commingsoon::after {
    font-size: 14px;
  }
}
.header .headerMenu-assets__nav ul li.-commingsoon a.-main {
  position: relative;
  z-index: 1;
  opacity: 0.35;
}
@media print, screen and (min-width: 768px) {
  .header .headerMenu-assets__nav ul li.js-toggle-mouseenter-item .toggle-anchor::after {
    position: absolute;
    content: '';
    display: block;
    width: 1.42857vw;
    height: 1.42857vw;
    margin-top: -0.71429vw;
    top: 50%;
    right: 0;
    background: #ccc;
    z-index: 10;
    opacity: 0;
  }
}
@media screen and (min-width: 768px) and (min-width: 1400px) {
  .header .headerMenu-assets__nav ul li.js-toggle-mouseenter-item .toggle-anchor::after {
    width: 20px;
    height: 20px;
    margin-top: -10px;
  }
}

.header .headerMenu-assets__nav ul li .toggle-anchor {
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .header .headerMenu-assets__nav ul li .toggle-anchor a.-main {
    padding: 0.28571vw 0.71429vw 0.28571vw 0vw;
  }
}
@media screen and (min-width: 1400px) {
  .header .headerMenu-assets__nav ul li .toggle-anchor a.-main {
    padding: 4px 10px 4px 0px;
  }
}
@media print, screen and (min-width: 768px) {
  .header .headerMenu-assets__nav ul li.state-mega-active a.-main::after {
    transform: scaleX(1);
    transition: transform 0.2s 0s ease-out;
  }
  .header .headerMenu-assets__nav ul li.state-mega-active a.-main .txt-lung {
    transform: translateY(-100%);
    transition: transform 0.2s ease-out;
  }
  .header .headerMenu-assets__nav ul li.state-mega-active .toggle-btn i:before {
    transform: rotate(0) !important;
    transition: transform 0.2s 0s ease;
  }
  .header .headerMenu-assets__nav ul li.state-mega-active .toggle-btn i:after {
    transform: rotate(90deg) !important;
    transition: transform 0.2s 0s ease;
  }
}
.header .headerMenu-assets__nav ul li a.-main {
  display: block;
  font-weight: 700;
  padding: 2.66667vw 0 2.66667vw 5.86667vw;
  text-align: left;
  position: relative;
  color: #fff;
}
@media print, screen and (min-width: 768px) {
  .header .headerMenu-assets__nav ul li a.-main {
    padding: 0.28571vw 0vw 0.28571vw 0vw;
    height: 7.14286vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    overflow: hidden;
  }
}
@media screen and (min-width: 1400px) {
  .header .headerMenu-assets__nav ul li a.-main {
    padding: 4px 0px 4px 0px;
    height: 100px;
  }
}
@media print, screen and (min-width: 768px) {
  .header .headerMenu-assets__nav ul li a.-main div {
    position: relative;
    overflow: hidden;
    height: 2.42857vw;
  }
}
@media screen and (min-width: 1400px) {
  .header .headerMenu-assets__nav ul li a.-main div {
    height: 34px;
  }
}
.header .headerMenu-assets__nav ul li a.-main::after {
  content: '';
  display: block;
  position: absolute;
  width: 10px;
  height: 1px;
  background: #000;
  background: #fff;
  top: 50%;
  left: 0;
  z-index: 1;
}
@media print, screen and (min-width: 768px) {
  .header .headerMenu-assets__nav ul li a.-main::after {
    width: 100%;
    height: 2px;
    background: #000;
    background: #fff;
    top: auto;
    bottom: 1px;
    transform: scaleX(0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    transition: transform 0.3s ease-out;
  }
}
.header .headerMenu-assets__nav ul li a.-main::before {
  content: '';
  display: block;
  position: absolute;
  width: 2.66667vw;
  height: 1px;
  background: #000;
  top: 50%;
  left: 0;
  transform: scaleX(0);
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
  z-index: 2;
}
@media print, screen and (min-width: 768px) {
  .header .headerMenu-assets__nav ul li a.-main::before {
    width: 100%;
    height: 2px;
    background: #000;
    top: auto;
    bottom: 1px;
    transform: scaleX(0);
    transition: transform 0s 0s ease-out;
  }
}
@media screen and (min-width: 1025px) {
  .header .headerMenu-assets__nav ul li a.-main:hover::after {
    transform: scaleX(1);
    transition: transform 0.2s 0s ease-out;
  }
  .header .headerMenu-assets__nav ul li a.-main:hover .txt-lung {
    transform: translateY(-100%);
    transition: transform 0.2s ease-out;
  }
}
.header .headerMenu-assets__nav ul li a.-main .txt-lung {
  display: block;
  transition: transform 0.3s ease-out;
}
.header .headerMenu-assets__nav ul li a.-main .txt-lung span {
  display: inline-block;
}
@media print, screen and (min-width: 768px) {
  .header .headerMenu-assets__nav ul li a.-main .txt-lung span {
    display: block;
    position: absolute;
    width: 100%;
    position: relative;
  }
}
.header .headerMenu-assets__nav ul li a.-main .txt-lung span.txt-lung__en {
  font-size: 6.4vw;
  top: 0;
  opacity: 0.8;
}
@media print, screen and (min-width: 768px) {
  .header .headerMenu-assets__nav ul li a.-main .txt-lung span.txt-lung__en {
    font-size: 1.57143vw;
    height: 1.71429vw;
    height: 2.42857vw;
    padding: 0.21429vw 1.07143vw 0;
    opacity: 1;
    line-height: 1;
    letter-spacing: 0.06em;
    transition: color 0.3s ease-out, opacity 0.3s ease-out, transform 0.3s ease-out;
  }
}
@media screen and (min-width: 1400px) {
  .header .headerMenu-assets__nav ul li a.-main .txt-lung span.txt-lung__en {
    font-size: 22px;
    height: 24px;
    height: 34px;
    padding: 3px 15px 0;
  }
}
.header .headerMenu-assets__nav ul li a.-main .txt-lung span.txt-lung__ja {
  position: absolute;
  position: relative;
  top: -0.53333vw;
  left: 0.6em;
  font-size: 3.2vw;
  opacity: 0.2;
  line-height: 1;
  text-align: left;
  transition: transform 0.3s ease-out;
}
.header .headerMenu-assets__nav ul li a.-main .txt-lung span.txt-lung__ja span {
  display: inline;
}
.header .headerMenu-assets__nav ul li a.-main .txt-lung span.txt-lung__ja span:last-child {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .header .headerMenu-assets__nav ul li a.-main .txt-lung span.txt-lung__ja {
    position: absolute;
    width: 100%;
    text-align: center;
    font-size: 1.42857vw;
    top: 2.42857vw;
    height: 1.71429vw;
    height: 2.42857vw;
    padding: 0.42857vw 0 0;
    left: 0;
    opacity: 1;
    letter-spacing: 0.02;
  }
  .header .headerMenu-assets__nav ul li a.-main .txt-lung span.txt-lung__ja span {
    display: inline;
  }
  .header .headerMenu-assets__nav ul li a.-main .txt-lung span.txt-lung__ja span:last-child {
    display: inline;
  }
}
@media screen and (min-width: 1400px) {
  .header .headerMenu-assets__nav ul li a.-main .txt-lung span.txt-lung__ja {
    font-size: 20px;
    top: 34px;
    height: 24px;
    height: 34px;
    padding: 6px 0 0;
  }
}

.headerMenu-assets ul li.js-toggle-item {
  position: relative;
}
.headerMenu-assets ul li.js-toggle-item .toggle-anchor {
  position: relative;
}
.headerMenu-assets ul li.js-toggle-item .toggle-anchor a {
  position: relative;
  z-index: 1;
}
.headerMenu-assets ul li.js-toggle-item.state-active .toggle-btn i:before {
  transform: rotate(0) !important;
  transition: transform 0.2s 0s ease;
}
.headerMenu-assets ul li.js-toggle-item.state-active .toggle-btn i:after {
  transform: rotate(90deg) !important;
  transition: transform 0.2s 0s ease;
}
.headerMenu-assets ul li.js-toggle-item .toggle-anchor a.toggle-btn {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  position: absolute;
  top: 50%;
  right: 0;
  width: 44px;
  height: 44px;
  margin-top: -21px;
  z-index: 10;
  padding-left: 0px;
  transition: transform 0.3s 0s ease;
}
@media screen and (min-width: 1025px) {
  .headerMenu-assets ul li.js-toggle-item .toggle-anchor a.toggle-btn {
    transition: opacity 0.3s ease-out;
  }
  .headerMenu-assets ul li.js-toggle-item .toggle-anchor a.toggle-btn:hover {
    opacity: 0.7;
    transition: opacity 0.2s ease-out;
  }
  .headerMenu-assets ul li.js-toggle-item .toggle-anchor a.toggle-btn:hover .toggle-btn:before {
    transform: rotate(90deg);
    transition: transform 0.2s 0s ease;
  }
  .headerMenu-assets ul li.js-toggle-item .toggle-anchor a.toggle-btn:hover .toggle-btn:after {
    transform: rotate(90deg);
    transition: transform 0.2s 0s ease;
  }
}
@media print, screen and (min-width: 768px) {
  .headerMenu-assets ul li.js-toggle-item .toggle-anchor a.toggle-btn {
    width: 22px;
    height: 22px;
    margin-top: -13px;
  }
}
.headerMenu-assets ul li.js-toggle-item .toggle-anchor a.toggle-btn::after {
  display: none;
}
.headerMenu-assets ul li.js-toggle-item .toggle-anchor a.toggle-btn i {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.headerMenu-assets ul li.js-toggle-item .toggle-anchor a.toggle-btn i::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -1px;
  margin-left: -6px;
  width: 12px;
  height: 2px;
  background: #fff;
  content: "";
  z-index: 2;
  transform: scaleX(1);
  transition: transform 0.3s 0s ease;
}
@media print, screen and (min-width: 768px) {
  .headerMenu-assets ul li.js-toggle-item .toggle-anchor a.toggle-btn i::before {
    width: 8px;
    height: 2px;
    margin-top: -1px;
    margin-left: -4px;
  }
}
.headerMenu-assets ul li.js-toggle-item .toggle-anchor a.toggle-btn i::after {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -6px;
  margin-left: -1px;
  width: 2px;
  height: 12px;
  background: #fff;
  content: "";
  z-index: 2;
  transition: transform 0.3s 0s ease;
}
@media print, screen and (min-width: 768px) {
  .headerMenu-assets ul li.js-toggle-item .toggle-anchor a.toggle-btn i::after {
    height: 8px;
    width: 2px;
    margin-left: -1px;
    margin-top: -4px;
  }
}
@media print, screen and (min-width: 768px) {
  .headerMenu-assets ul li.js-toggle-item {
    position: static;
  }
}

@media print, screen and (min-width: 768px) {
  .header .toggle-con,
  .header-hack .toggle-con {
    position: absolute;
    right: 0;
    top: 7.14286vw;
    width: 100%;
  }
}
@media screen and (min-width: 1400px) {
  .header .toggle-con,
  .header-hack .toggle-con {
    top: 100px;
  }
}
.header .toggle-con__inner,
.header-hack .toggle-con__inner {
  margin: 2.66667vw 0;
}
@media print, screen and (min-width: 768px) {
  .header .toggle-con__inner,
  .header-hack .toggle-con__inner {
    margin: 0.71429vw 0;
    position: relative;
  }
}
@media screen and (min-width: 768px) and (min-width: 1400px) {
  .header .toggle-con__inner,
  .header-hack .toggle-con__inner {
    margin: 10px 0;
  }
}
@media print, screen and (min-width: 768px) {
  .header .toggle-con__inner::after,
  .header-hack .toggle-con__inner::after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 1;
    top: 0;
    left: 0;
    z-index: 1;
    display: none;
    border-radius: 3.2vw;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 768px) {
  .header .toggle-con__inner::after,
  .header-hack .toggle-con__inner::after {
    display: block;
    border-radius: 0.85714vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1400px) {
  .header .toggle-con__inner::after,
  .header-hack .toggle-con__inner::after {
    border-radius: 12px;
  }
}

@media print, screen and (min-width: 768px) {
  .megadorop {
    position: relative;
    z-index: 5;
    width: 100%;
    display: table;
    padding: 1.42857vw 1.42857vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
}
@media screen and (min-width: 1400px) {
  .megadorop {
    padding: 20px 20px;
  }
}

.megadorop-ttl {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .megadorop-ttl {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 20%;
    color: #111;
    text-align: right;
    padding-right: 3.57143vw;
    position: relative;
  }
  .megadorop-ttl::after {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    height: 100%;
    background: #ccc;
    top: 0;
    right: 0;
  }
}
@media screen and (min-width: 768px) and (min-width: 1400px) {
  .megadorop-ttl::after {
    right: 0;
  }
}

@media screen and (min-width: 1400px) {
  .megadorop-ttl {
    padding-right: 50px;
  }
}

@media print, screen and (min-width: 768px) {
  .megadorop-ttl__en {
    display: block;
    font-size: 2.14286vw;
    font-weight: 700;
    margin-bottom: 0.71429vw;
  }
}
@media screen and (min-width: 1400px) {
  .megadorop-ttl__en {
    font-size: 30px;
    margin-bottom: 10px;
  }
}

@media print, screen and (min-width: 768px) {
  .megadorop-ttl__ja {
    display: block;
    font-size: 1.42857vw;
  }
}
@media screen and (min-width: 1400px) {
  .megadorop-ttl__ja {
    font-size: 20px;
  }
}

@media print, screen and (min-width: 768px) {
  .megadorop-con {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 2.85714vw;
    text-align: center;
  }
}
@media screen and (min-width: 1400px) {
  .megadorop-con {
    padding-left: 40px;
  }
}

.header-contact__items {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 2.66667vw 0;
}
@media print, screen and (min-width: 768px) {
  .header-contact__items {
    padding: 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 57.14286vw;
  }
}
@media screen and (min-width: 1400px) {
  .header-contact__items {
    width: 800px;
  }
}
.header-contact__items .header-contact__item {
  position: relative;
  z-index: 2;
  margin-bottom: 2.66667vw;
}
@media print, screen and (min-width: 768px) {
  .header-contact__items .header-contact__item {
    width: 49%;
    margin-bottom: 0vw;
  }
}
.header-contact__items .header-contact__item:last-child {
  margin-bottom: 0;
}
.header-contact__items .header-contact__item a {
  padding: 2.66667vw 2.66667vw;
  display: table;
  width: 100%;
  position: relative;
}
.header-contact__items .header-contact__item a::after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.04;
  top: 0;
  left: 0;
  z-index: 1;
  border-radius: 2.13333vw;
  overflow: hidden;
  transition: opacity 0.3s ease-out;
}
@media print, screen and (min-width: 768px) {
  .header-contact__items .header-contact__item a::after {
    border-radius: 1.14286vw;
  }
}
@media screen and (min-width: 1400px) {
  .header-contact__items .header-contact__item a::after {
    border-radius: 16px;
  }
}
@media print, screen and (min-width: 768px) {
  .header-contact__items .header-contact__item a {
    padding: 1.42857vw 1.42857vw;
  }
}
@media screen and (min-width: 1400px) {
  .header-contact__items .header-contact__item a {
    padding: 20px 20px;
  }
}
@media screen and (min-width: 1025px) {
  .header-contact__items .header-contact__item a:hover::after {
    opacity: 0.65;
    transition: opacity 0.2s ease-out;
  }
  .header-contact__items .header-contact__item a:hover .header-contact__item-img {
    transition: background 0.2s ease-out;
    background: #fff;
  }
  .header-contact__items .header-contact__item a:hover .header-contact__item-txt {
    transition: color 0.2s ease-out;
    color: #fff;
  }
}

.header-contact__item-img {
  position: relative;
  z-index: 2;
  width: 18.66667vw;
  border-radius: 50%;
  overflow: hidden;
  display: table-cell;
  vertical-align: middle;
  background: #333;
  transition: background 0.3s ease-out;
}
@media print, screen and (min-width: 768px) {
  .header-contact__item-img {
    width: 7.14286vw;
    background: #ccc;
  }
}
@media screen and (min-width: 1400px) {
  .header-contact__item-img {
    width: 100px;
  }
}

.header-contact__item-txt {
  position: relative;
  z-index: 2;
  text-align: left;
  display: table-cell;
  vertical-align: middle;
  padding-left: 4vw;
  color: #fff;
  transition: color 0.3s ease-out;
}
@media print, screen and (min-width: 768px) {
  .header-contact__item-txt {
    color: #111;
    font-size: 0.85714vw;
    padding-left: 2.14286vw;
  }
}
@media screen and (min-width: 1400px) {
  .header-contact__item-txt {
    font-size: 12px;
    padding-left: 30px;
  }
}

.header-contact__item-txt__en {
  display: block;
  font-size: 4.26667vw;
  font-weight: 700;
  margin-bottom: 2.13333vw;
}
@media print, screen and (min-width: 768px) {
  .header-contact__item-txt__en {
    font-size: 1.57143vw;
    margin-bottom: 0.71429vw;
  }
}
@media screen and (min-width: 1400px) {
  .header-contact__item-txt__en {
    font-size: 22px;
    margin-bottom: 0.71429vw;
  }
}

.header-contact__item-txt__ja {
  display: block;
  font-size: 3.2vw;
  font-weight: 500;
}
@media print, screen and (min-width: 768px) {
  .header-contact__item-txt__ja {
    font-size: 1.14286vw;
  }
}
@media screen and (min-width: 1400px) {
  .header-contact__item-txt__ja {
    font-size: 16px;
  }
}

/*******************************
footer
*******************************/
.footer {
  width: 92vw;
  margin: 0 auto;
  background: #1e1e1e;
  color: #fff;
  padding-top: 10.66667vw;
  padding-bottom: 10.66667vw;
  border-radius: 4.26667vw 4.26667vw 0 0;
  overflow: hidden;
  position: relative;
  z-index: 11;
}
@media print, screen and (min-width: 768px) {
  .footer {
    width: 93%;
    padding-top: 4.28571vw;
    padding-bottom: 4.28571vw;
    border-radius: 1.14286vw 1.14286vw 0 0;
  }
}
@media screen and (min-width: 1400px) {
  .footer {
    padding-top: 60px;
    padding-bottom: 60px;
    border-radius: 16px 16px 0 0;
  }
}

.footer__inner {
  width: 80vw;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .footer__inner {
    width: 93%;
  }
}

.footer-dl {
  width: 92vw;
  margin: 0 auto;
  position: relative;
  left: -6vw;
  border-top: 1px solid #555;
}
@media print, screen and (min-width: 768px) {
  .footer-dl {
    width: 100%;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 2.85714vw 10px 0;
  }
}
@media screen and (min-width: 1400px) {
  .footer-dl {
    padding-top: 40px;
  }
}
.footer-dl dl {
  padding-top: 5.33333vw;
  border-bottom: 1px solid #555;
  padding-bottom: 5.33333vw;
}
@media print, screen and (min-width: 768px) {
  .footer-dl dl {
    padding-top: 0;
    border-bottom: 0;
    padding-bottom: 0;
    width: auto;
    margin-right: 5.71429vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
@media screen and (min-width: 1400px) {
  .footer-dl dl {
    margin-right: 80px;
  }
}
.footer-dl dl dt {
  width: 80vw;
  margin: 0 auto;
  font-size: 3.73333vw;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 2.13333vw;
}
@media print, screen and (min-width: 768px) {
  .footer-dl dl dt {
    width: auto;
    font-size: 1.42857vw;
    margin-bottom: 0;
    margin-right: 1.14286vw;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1400px) {
  .footer-dl dl dt {
    font-size: 20px;
    margin-right: 16px;
  }
}
.footer-dl dl dd {
  width: 80vw;
  margin: 0 auto;
  font-size: 3.73333vw;
  font-weight: 700;
  line-height: 1.6;
}
@media print, screen and (min-width: 768px) {
  .footer-dl dl dd {
    width: auto;
    font-size: 1.35714vw;
    padding-top: 0.07143vw;
  }
}
@media screen and (min-width: 1400px) {
  .footer-dl dl dd {
    font-size: 19px;
    padding-top: 1px;
  }
}
.footer-dl dl dd a {
  color: #999;
  transition: color 0.2s ease-out;
}
@media screen and (min-width: 1025px) {
  .footer-dl dl dd a:hover {
    transition: color 0.2s ease-out;
    color: #ccc;
  }
}
.footer-dl dl dd p {
  margin-bottom: 1.33333vw;
}
.footer-dl dl dd p:last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 768px) {
  .footer-dl dl dd p {
    margin-bottom: 0.71429vw;
  }
}
@media screen and (min-width: 1400px) {
  .footer-dl dl dd p {
    margin-bottom: 10px;
  }
}

.footer-nav__main {
  margin-bottom: 8vw;
}
@media print, screen and (min-width: 768px) {
  .footer-nav__main {
    border-top: 1px solid #555;
    margin-bottom: 0;
    padding-top: 1.42857vw;
    padding-bottom: 1.42857vw;
  }
}
@media screen and (min-width: 1400px) {
  .footer-nav__main {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.footer-nav__main ul {
  border-top: 1px solid #555;
}
@media print, screen and (min-width: 768px) {
  .footer-nav__main ul {
    border-top: none;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 0 10px;
  }
}
.footer-nav__main ul li {
  border-bottom: 1px solid #555;
}
@media print, screen and (min-width: 768px) {
  .footer-nav__main ul li {
    border-bottom: none;
    width: 17.14286vw;
    margin-right: 1.42857vw;
  }
  .footer-nav__main ul li:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 1400px) {
  .footer-nav__main ul li {
    width: 240px;
    margin-right: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .footer-nav__main ul li.-pc-open a.toggle-btn {
    padding-right: 0;
  }
  .footer-nav__main ul li.-pc-open a.toggle-btn i {
    display: none;
  }
}
.footer-nav__main ul li.state-active a.toggle-btn i:before {
  transform: rotate(0deg);
}
.footer-nav__main ul li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #999;
  font-size: 5.33333vw;
  font-weight: 700;
  letter-spacing: 0;
  height: 13.33333vw;
  position: relative;
  transition: color 0.3s ease-out;
}
@media screen and (min-width: 1025px) {
  .footer-nav__main ul li a:hover {
    color: #ccc;
    transition: color 0.2s ease-out;
  }
  .footer-nav__main ul li a:hover i {
    transform: translateX(2px);
    transition: transform 0.2s ease-out;
  }
}
@media print, screen and (min-width: 768px) {
  .footer-nav__main ul li a {
    font-size: 1.42857vw;
    height: 2.85714vw;
    padding-left: 1.07143vw;
  }
}
@media screen and (min-width: 1400px) {
  .footer-nav__main ul li a {
    font-size: 20px;
    height: 40px;
    padding-left: 15px;
  }
}
.footer-nav__main ul li a::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 1.86667vw;
  width: 1.6vw;
  height: 3.2vw;
  margin-top: -1.33333vw;
  background: url(../img/common/icon_arrow_999_r.svg) 0 center no-repeat;
  background-size: 100% auto;
  transition: transform 0.3s ease-out;
}
@media print, screen and (min-width: 768px) {
  .footer-nav__main ul li a::after {
    display: block;
    right: auto;
    left: 0;
    width: 0.42857vw;
    height: 1px;
    margin-top: -0.07143vw;
    background: #999;
  }
}
@media screen and (min-width: 1400px) {
  .footer-nav__main ul li a::after {
    width: 6px;
    margin-top: -1px;
    background: #999;
  }
}
.footer-nav__main ul li a.toggle-btn::after {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .footer-nav__main ul li a.toggle-btn::after {
    display: block;
  }
}
@media print, screen and (min-width: 768px) {
  .footer-nav__main ul li a.toggle-btn {
    padding-right: 3.85714vw;
  }
}
@media screen and (min-width: 1400px) {
  .footer-nav__main ul li a.toggle-btn {
    padding-right: 54px;
  }
}
.footer-nav__main ul li a.toggle-btn.-js-state-active i:before {
  transform: rotate(0deg);
}
.footer-nav__main ul li a.toggle-btn i {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 3.2vw;
  height: 11.73333vw;
  background: none;
  margin-top: 0;
  transform: translateY(-50%);
}
@media print, screen and (min-width: 768px) {
  .footer-nav__main ul li a.toggle-btn i {
    width: 1.28571vw;
    height: 3.14286vw;
  }
}
@media screen and (min-width: 1400px) {
  .footer-nav__main ul li a.toggle-btn i {
    width: 18px;
    height: 44px;
  }
}
.footer-nav__main ul li a.toggle-btn i:after {
  position: absolute;
  content: "";
  top: 50%;
  margin-top: -0.13333vw;
  left: 50%;
  margin-left: -10px;
  width: 2.66667vw;
  height: 0.26667vw;
  z-index: 2;
  background: #999;
  transform: rotate(-180deg);
  transition: transform 0.25s 0s ease;
}
@media print, screen and (min-width: 768px) {
  .footer-nav__main ul li a.toggle-btn i:after {
    margin-top: -0.07143vw;
    width: 1.28571vw;
    height: 0.14286vw;
  }
}
@media screen and (min-width: 1400px) {
  .footer-nav__main ul li a.toggle-btn i:after {
    margin-top: -1px;
    width: 18px;
    height: 2px;
  }
}
.footer-nav__main ul li a.toggle-btn i:before {
  position: absolute;
  content: "";
  top: 50%;
  margin-top: -0.13333vw;
  left: 50%;
  margin-left: -10px;
  width: 2.66667vw;
  height: 0.26667vw;
  z-index: 2;
  background: #999;
  transform: rotate(90deg);
  transition: transform 0.25s 0s ease;
}
@media print, screen and (min-width: 768px) {
  .footer-nav__main ul li a.toggle-btn i:before {
    margin-top: -0.07143vw;
    width: 1.28571vw;
    height: 0.14286vw;
  }
}
@media screen and (min-width: 1400px) {
  .footer-nav__main ul li a.toggle-btn i:before {
    margin-top: -1px;
    width: 18px;
    height: 2px;
  }
}
.footer-nav__main ul ul {
  border-top: none;
  padding: 0vw 0 4vw;
}
@media print, screen and (min-width: 768px) {
  .footer-nav__main ul ul {
    padding: 0vw 0 1.42857vw 0.14286vw;
    display: block;
  }
}
@media screen and (min-width: 1400px) {
  .footer-nav__main ul ul {
    padding: 0px 0 20px 2px;
  }
}
.footer-nav__main ul ul li {
  border-bottom: none;
}
@media print, screen and (min-width: 768px) {
  .footer-nav__main ul ul li {
    width: 100%;
  }
}
.footer-nav__main ul ul li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #999;
  font-size: 4vw;
  font-weight: 700;
  letter-spacing: 0;
  height: 8vw;
  padding-left: 4.53333vw;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .footer-nav__main ul ul li a {
    font-size: 1.14286vw;
    height: 1.71429vw;
    padding-left: 1vw;
  }
}
@media screen and (min-width: 1400px) {
  .footer-nav__main ul ul li a {
    font-size: 16px;
    height: 24px;
    padding-left: 14px;
  }
}
.footer-nav__main ul ul li a::after {
  display: none;
}
.footer-nav__main ul ul li a i {
  display: block;
  position: absolute;
  top: 50%;
  left: 1.33333vw;
  width: 1.33333vw;
  height: 2.66667vw;
  margin-top: -1.46667vw;
  background: url(../img/common/icon_arrow_999_r.svg) 0 center no-repeat;
  background-size: 100% auto;
}
@media print, screen and (min-width: 768px) {
  .footer-nav__main ul ul li a i {
    left: 0;
    width: 0.28571vw;
    height: 0.57143vw;
    margin-top: -0.28571vw;
  }
}
@media screen and (min-width: 1400px) {
  .footer-nav__main ul ul li a i {
    left: 0;
    width: 4px;
    height: 8px;
    margin-top: -4px;
  }
}

.toggle-con {
  height: 0;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .-pc-open .toggle-con {
    height: auto !important;
  }
}

@media print, screen and (min-width: 768px) {
  .footer-sub-sns {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
    margin: 0 auto;
    padding: 0 10px;
    padding-bottom: 2.14286vw;
  }
}
@media screen and (min-width: 1400px) {
  .footer-sub-sns {
    padding-bottom: 30px;
  }
}

.footer-nav__sub {
  padding-bottom: 6.66667vw;
  margin-bottom: 0vw;
}
@media print, screen and (min-width: 768px) {
  .footer-nav__sub {
    padding-bottom: 0;
    width: auto;
    margin-right: 2.85714vw;
  }
}
@media screen and (min-width: 1400px) {
  .footer-nav__sub {
    margin-right: 40px;
  }
}
@media print, screen and (min-width: 768px) {
  .footer-nav__sub ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-top: 0.92857vw;
  }
}
@media screen and (min-width: 1400px) {
  .footer-nav__sub ul {
    padding-top: 13px;
  }
}
.footer-nav__sub ul li {
  margin-bottom: 5.33333vw;
}
@media print, screen and (min-width: 768px) {
  .footer-nav__sub ul li {
    margin-bottom: 0;
    margin-right: 2.85714vw;
  }
}
@media screen and (min-width: 1400px) {
  .footer-nav__sub ul li {
    margin-right: 40px;
  }
}
.footer-nav__sub ul li:last-child {
  margin-bottom: 0;
}
.footer-nav__sub ul li a {
  font-size: 3.73333vw;
  color: #999;
  position: relative;
  padding-left: 4.53333vw;
  font-weight: 700;
  transition: color 0.3s ease-out;
}
@media print, screen and (min-width: 768px) {
  .footer-nav__sub ul li a {
    font-size: 1.14286vw;
    padding-left: 0.85714vw;
  }
}
@media screen and (min-width: 1400px) {
  .footer-nav__sub ul li a {
    font-size: 16px;
    padding-left: 12px;
  }
}
.footer-nav__sub ul li a i {
  display: block;
  position: absolute;
  top: 50%;
  left: 1.33333vw;
  width: 1.33333vw;
  height: 2.66667vw;
  margin-top: -1.33333vw;
  background: url(../img/common/icon_arrow_999_r.svg) 0 center no-repeat;
  background-size: 100% auto;
  transition: transform 0.3s ease-out;
}
@media print, screen and (min-width: 768px) {
  .footer-nav__sub ul li a i {
    left: 0;
    width: 0.42857vw;
    height: 0.85714vw;
    margin-top: -0.42857vw;
  }
}
@media screen and (min-width: 1400px) {
  .footer-nav__sub ul li a i {
    left: 0;
    width: 6px;
    height: 12px;
    margin-top: -6px;
  }
}
@media screen and (min-width: 1025px) {
  .footer-nav__sub ul li a:hover {
    color: #ccc;
    transition: color 0.2s ease-out;
  }
  .footer-nav__sub ul li a:hover i {
    transform: translateX(2px);
    transition: transform 0.2s ease-out;
  }
}

.footer-nav__sns {
  margin-bottom: 5.33333vw;
}
@media print, screen and (min-width: 768px) {
  .footer-nav__sns {
    width: auto;
    margin-bottom: 0;
  }
}
.footer-nav__sns ul {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  justify-content: flex-start;
  position: relative;
  left: -1.86667vw;
}
@media print, screen and (min-width: 768px) {
  .footer-nav__sns ul {
    justify-content: flex-start;
    left: -0.71429vw;
  }
}
@media screen and (min-width: 1400px) {
  .footer-nav__sns ul {
    left: -10px;
  }
}
.footer-nav__sns ul li {
  margin: 0 0vw;
}
.footer-nav__sns ul li a {
  display: block;
  text-align: center;
  width: 9.33333vw;
  height: 9.33333vw;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .footer-nav__sns ul li a {
    width: 3.14286vw;
    height: 3.14286vw;
    margin: 0 0.14286vw;
  }
}
@media screen and (min-width: 1400px) {
  .footer-nav__sns ul li a {
    width: 44px;
    height: 44px;
    margin: 0 2px;
  }
}
.footer-nav__sns ul li a::after, .footer-nav__sns ul li a::before {
  position: absolute;
  display: block;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.footer-nav__sns ul li a::before {
  z-index: 1;
  transition: opacity 0.3s ease-out;
}
.footer-nav__sns ul li a::after {
  z-index: 2;
  opacity: 0;
  transition: opacity 0.3s ease-out;
}
@media screen and (min-width: 1025px) {
  .footer-nav__sns ul li a:hover::before {
    opacity: 0;
    transition: opacity 0.2s ease-out;
  }
  .footer-nav__sns ul li a:hover::after {
    opacity: 1;
    transition: opacity 0.2s ease-out;
  }
}
.footer-nav__sns ul li.sns-fa a::before {
  background: url(../img/common/icon_sns_fb_999.svg) center center no-repeat;
  background-size: 60% auto;
}
.footer-nav__sns ul li.sns-tw a::before {
  background: url(../img/common/icon_sns_tw_999.svg) center center no-repeat;
  background-size: 60% auto;
}
.footer-nav__sns ul li.sns-fa a::after {
  background: url(../img/common/icon_sns_fb_col.svg) center center no-repeat;
  background-size: 60% auto;
}
.footer-nav__sns ul li.sns-tw a::after {
  background: url(../img/common/icon_sns_tw_col.svg) center center no-repeat;
  background-size: 60% auto;
}

.footer-logo {
  width: 100%;
  padding-top: 13.33333vw;
  margin-bottom: 13.33333vw;
}
@media print, screen and (min-width: 768px) {
  .footer-logo {
    padding-top: 5.71429vw;
    margin-bottom: 5.71429vw;
  }
}
@media screen and (min-width: 1400px) {
  .footer-logo {
    padding-top: 80px;
    margin-bottom: 80px;
  }
}
.footer-logo img {
  display: block;
  width: 80vw;
  width: 81.33333vw;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .footer-logo img {
    width: 93%;
  }
}

.footer-copy {
  text-align: left;
  text-align: center;
  font-size: 3.2vw;
  color: #fff;
  font-weight: 400;
}
@media print, screen and (min-width: 768px) {
  .footer-copy {
    font-size: 1vw;
  }
}
@media screen and (min-width: 1400px) {
  .footer-copy {
    font-size: 14px;
  }
}

/*******************************
contents
*******************************/
.contents-footer {
  position: relative;
  width: 100%;
  padding-top: 16.53333vw;
  padding-top: 0;
  z-index: 20;
  background: #fff;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .contents-footer {
    padding-top: 0;
    overflow: visible;
  }
}
@media screen and (min-width: 1400px) {
  .contents-footer {
    padding-top: 0;
  }
}

.contents {
  position: relative;
  z-index: 10;
  padding-top: 0;
  padding-bottom: 10.66667vw;
  background: #fff;
}
@media print, screen and (min-width: 768px) {
  .contents {
    padding-bottom: 8.57143vw;
  }
}
@media screen and (min-width: 1400px) {
  .contents {
    padding-bottom: 120px;
  }
}
.contents.-under {
  padding-bottom: 21.33333vw;
  padding-bottom: 2.13333vw;
  padding-top: 2.66667vw;
}
@media print, screen and (min-width: 768px) {
  .contents.-under {
    padding-top: 1.42857vw;
    padding-bottom: 2.5vw;
  }
}
@media screen and (min-width: 1400px) {
  .contents.-under {
    padding-top: 20px;
    padding-bottom: 35px;
  }
}
.contents.-blog {
  padding-top: 21.33333vw;
}
@media print, screen and (min-width: 768px) {
  .contents.-blog {
    padding-top: 11.42857vw;
  }
}
@media screen and (min-width: 1400px) {
  .contents.-blog {
    padding-top: 160px;
  }
}

.contents-section {
  padding-top: 13.33333vw;
  padding-bottom: 13.33333vw;
}
@media print, screen and (min-width: 768px) {
  .contents-section {
    padding-top: 8.57143vw;
    padding-bottom: 8.57143vw;
  }
}
@media screen and (min-width: 1400px) {
  .contents-section {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

.contents-inner {
  width: 92vw;
  margin: 0 auto;
}
.contents-inner.-inner-s {
  width: 80vw;
}
.contents-inner.-inner-m {
  width: 84vw;
}

/* breadcrumb */
.breadcrumb {
  border-top: 1px solid #ccc;
  padding: 4vw 0 0;
  margin: 16vw auto 0;
}
@media print, screen and (min-width: 768px) {
  .breadcrumb {
    padding: 2.5vw 0 0;
    width: 92%;
    max-width: 1920px;
    margin: 0 auto;
    margin-top: 8.57143vw;
  }
}
@media screen and (min-width: 1400px) {
  .breadcrumb {
    padding: 35px 0 0;
    margin-top: 120px;
  }
}
.breadcrumb nav {
  width: 90.66667vw;
  padding-bottom: 4vw;
  white-space: nowrap;
  margin: 0 auto;
}
@media print, screen and (max-width: 767px) {
  .breadcrumb nav {
    overflow-x: scroll;
  }
}
@media print, screen and (min-width: 768px) {
  .breadcrumb nav {
    width: 100%;
    padding-bottom: 0;
  }
}
.breadcrumb nav ul {
  display: table;
  width: auto;
}
.breadcrumb nav ul li {
  position: relative;
  margin-right: 0;
  font-size: 3.2vw;
  width: auto;
  display: table-cell;
  vertical-align: middle;
  padding-right: 6.66667vw;
}
@media print, screen and (min-width: 768px) {
  .breadcrumb nav ul li {
    font-size: 1vw;
    padding-right: 1.85714vw;
  }
}
@media screen and (min-width: 1400px) {
  .breadcrumb nav ul li {
    font-size: 14px;
    padding-right: 26px;
  }
}
.breadcrumb nav ul li::after {
  position: absolute;
  display: block;
  content: '';
  top: 50%;
  margin-top: -0.8vw;
  right: 2.66667vw;
  width: 1.6vw;
  height: 1.6vw;
  border-top: 1px solid #111;
  border-right: 1px solid #111;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  pointer-events: none;
  z-index: 2;
}
@media print, screen and (min-width: 768px) {
  .breadcrumb nav ul li::after {
    right: 0.85714vw;
    width: 0.42857vw;
    height: 0.42857vw;
    margin-top: -0.21429vw;
  }
}
@media screen and (min-width: 1400px) {
  .breadcrumb nav ul li::after {
    right: 12px;
    width: 6px;
    height: 6px;
    margin-top: -3px;
  }
}
.breadcrumb nav ul li:last-child::after {
  display: none;
}
.breadcrumb nav ul li a {
  position: relative;
  height: 6.66667vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media print, screen and (min-width: 768px) {
  .breadcrumb nav ul li a {
    height: 2.14286vw;
  }
}
@media screen and (min-width: 1400px) {
  .breadcrumb nav ul li a {
    height: 30px;
  }
}
@media screen and (min-width: 1025px) {
  .breadcrumb nav ul li a:hover span {
    color: #fff;
    transition: color 0.2s 0s ease-out;
  }
  .breadcrumb nav ul li a:hover::before {
    height: 100%;
    transition: height 0.2s 0s ease-out;
  }
}
.breadcrumb nav ul li a span {
  position: relative;
  z-index: 3;
  color: #111;
  transition: color 0.3s 0s ease-out;
}
@media print, screen and (min-width: 768px) {
  .breadcrumb nav ul li a span {
    display: block;
    padding: 0 0.28571vw;
  }
}
@media screen and (min-width: 1400px) {
  .breadcrumb nav ul li a span {
    padding: 0 4px;
  }
}
.breadcrumb nav ul li div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 6.66667vw;
}
@media print, screen and (min-width: 768px) {
  .breadcrumb nav ul li div {
    height: 2.14286vw;
  }
}
@media screen and (min-width: 1400px) {
  .breadcrumb nav ul li div {
    height: 30px;
  }
}

.breadcrumb li a:before {
  position: absolute;
  display: block;
  content: '';
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background: #333;
  z-index: 2;
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  z-index: 1;
  transition: height 0.3s 0s ease-out;
}

.contact-loop {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transform: translateY(-65%);
  z-index: 1;
}

body.state-btm-contact-active .contact-loop__scroll .contact-loop__inner span span:nth-child(1) {
  animation: purun 0.8s linear 0s infinite;
}
body.state-btm-contact-active .contact-loop__scroll .contact-loop__inner span span:nth-child(2) {
  animation: purun 0.8s linear 0.1s infinite;
}
body.state-btm-contact-active .contact-loop__scroll .contact-loop__inner span span:nth-child(3) {
  animation: purun 0.8s linear 0.2s infinite;
}
body.state-btm-contact-active .contact-loop__scroll .contact-loop__inner span span:nth-child(4) {
  animation: purun 0.8s linear 0.3s infinite;
}
body.state-btm-contact-active .contact-loop__scroll .contact-loop__inner span span:nth-child(5) {
  animation: purun 0.8s linear 0.4s infinite;
}
body.state-btm-contact-active .contact-loop__scroll .contact-loop__inner span span:nth-child(6) {
  animation: purun 0.8s linear 0.5s infinite;
}
body.state-btm-contact-active .contact-loop__scroll .contact-loop__inner span span:nth-child(7) {
  animation: purun 0.8s linear 0.6s infinite;
}
body.state-btm-contact-active .contact-loop__txt {
  color: #111;
  transition: color 0.3s 0s ease-out;
}
body.state-btm-contact-active .contact-loop__inner span.-hearts span {
  transition: opacity 0.3s 0s ease-out;
}
body.state-btm-contact-active .contact-loop__inner span.-hearts span:first-child {
  opacity: 0;
}
body.state-btm-contact-active .contact-loop__inner span.-hearts span:last-child {
  opacity: 1;
}

.contact-loop__scroll .contact-loop__inner {
  white-space: nowrap;
  display: block;
  padding-right: 0.5em;
}
.contact-loop__scroll .contact-loop__inner span.-hearts {
  position: relative;
}
.contact-loop__scroll .contact-loop__inner span.-hearts span {
  transition: opacity 0.3s 0s ease-out;
}
.contact-loop__scroll .contact-loop__inner span.-hearts span:last-child {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 1em;
  top: -0.15em;
  left: -0.02em;
  opacity: 0;
  font-size: 24vw;
}
@media print, screen and (min-width: 768px) {
  .contact-loop__scroll .contact-loop__inner span.-hearts span:last-child {
    font-size: 12.85714vw;
  }
}
@media screen and (min-width: 1400px) {
  .contact-loop__scroll .contact-loop__inner span.-hearts span:last-child {
    font-size: 180px !important;
  }
}

.contact-loop__txt {
  font-weight: 800;
  letter-spacing: 0.1em;
  opacity: 0.2;
  color: #E0548E;
  width: auto;
  transition: color 0.3s 0s ease-out, transition 0.3s 0s ease-out;
  transform: translateZ(0);
  will-change: filter;
  display: flex;
  display: table;
  animation: loop-r-l 50s 0s linear infinite;
}
.contact-loop__txt span {
  display: inline-block;
  font-size: 20vw;
  position: relative;
  top: 0.04em;
  letter-spacing: 0.08em;
}
@media print, screen and (min-width: 768px) {
  .contact-loop__txt span {
    font-size: 10vw;
  }
}
@media screen and (min-width: 1400px) {
  .contact-loop__txt span {
    font-size: 140px;
  }
}
.contact-loop__txt span.-lung-ja {
  font-size: 18.66667vw;
}
@media print, screen and (min-width: 768px) {
  .contact-loop__txt span.-lung-ja {
    font-size: 2.85714vw;
  }
}
@media screen and (min-width: 1400px) {
  .contact-loop__txt span.-lung-ja {
    font-size: 40px !important;
  }
}
.contact-loop__txt .contact-loop__inner {
  display: table-cell;
}

body.page-index .btm-contact {
  margin-top: 0;
}

.btm-contact {
  position: relative;
  margin-top: 18.66667vw;
  height: 53.33333vw;
  overflow: hidden;
  padding-top: 18.66667vw;
}
@media print, screen and (min-width: 768px) {
  .btm-contact {
    margin-top: 10vw;
    height: 28.57143vw;
  }
}
@media screen and (min-width: 1400px) {
  .btm-contact {
    margin-top: 140px;
    height: 400px;
  }
}

@media screen and (max-width: 767px) {
  body.state-btm-contact-active .btn-circle a .btn-circle__chara {
    transform: scale(1.14);
    transition: transform 0.6s 0s cubic-bezier(0.41, 0.61, 0.22, 1.37);
  }
  body.state-btm-contact-active .btn-circle a i::after {
    animation: icon_arr_right 0.5s 1 forwards ease-out;
  }
  body.state-btm-contact-active .btn-circle a i::before {
    opacity: 0;
    transform: translateX(100%);
    transition: transform 0.2s ease-in, opacity 0.2s ease-in;
  }
  body.state-btm-contact-active .btn-circle a i::after {
    opacity: 1;
    transform: translateX(0);
    transition: transform 0.2s 0.1s ease-out, opacity 0.2s 0.1s ease-out;
  }
  body.state-btm-contact-active .btn-circle a .btn-circle__txt div,
  body.state-btm-contact-active .btn-circle a .btn-circle__chara {
    animation-duration: 5s;
  }
  body.state-btm-contact-active .btn-circle a .btn-circle__txt div img,
  body.state-btm-contact-active .btn-circle a .btn-circle__chara img {
    opacity: 0;
    transition: opacity 0.3s ease-out;
  }
  body.state-btm-contact-active .btn-circle a .btn-circle__txt div::after,
  body.state-btm-contact-active .btn-circle a .btn-circle__chara::after {
    opacity: 1;
    transition: opacity 0.3s ease-out;
  }
  body.state-btm-contact-active .btn-circle a .btn-circle__mark::before, body.state-btm-contact-active .btn-circle a .btn-circle__mark::after {
    width: 82%;
    height: 82%;
    border-radius: 50%;
    background: #666;
    transition: all 0.3s ease-out;
  }
  body.state-btm-contact-active .btn-circle a .btn-circle__mark::before {
    transform: rotate(0deg);
    /* 左に回転 */
    left: 9%;
  }
  body.state-btm-contact-active .btn-circle a .btn-circle__mark::after {
    transform: rotate(0deg);
    /* 左に回転 */
    right: 9%;
  }
}

.btn-circle {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  z-index: 2;
}
.btn-circle .btn-circle__mark {
  position: absolute;
  width: 10.66667vw;
  height: 10.66667vw;
  top: 50%;
  left: 50%;
  margin-top: 4vw;
  margin-left: -5.33333vw;
  z-index: 5;
  transition: background 0.3s 0s ease-out;
}
@media print, screen and (min-width: 768px) {
  .btn-circle .btn-circle__mark {
    width: 5.71429vw;
    height: 5.71429vw;
    margin-top: 2.14286vw;
    margin-left: -2.85714vw;
  }
}
@media screen and (min-width: 1400px) {
  .btn-circle .btn-circle__mark {
    width: 80px;
    height: 80px;
    margin-top: 30px;
    margin-left: -40px;
  }
}
.btn-circle .btn-circle__mark::before, .btn-circle .btn-circle__mark::after {
  content: '';
  display: block;
  position: absolute;
  width: 50%;
  height: 80%;
  border-radius: 25px 25px 0 0;
  top: 0;
  background: #E0548E;
  transition: all 0.3s ease-out, border-radius 0.3s ease-out;
  z-index: 1;
}
.btn-circle .btn-circle__mark::before {
  transform: rotate(-45deg);
  /* 左に回転 */
  transition: transform 0.3s ease-out, left 0.3s ease-out;
  left: 14%;
}
.btn-circle .btn-circle__mark::after {
  transform: rotate(45deg);
  /* 左に回転 */
  right: 14%;
  transition: transform 0.3s ease-out, right 0.3s ease-out;
}
.btn-circle .btn-circle__mark i {
  content: '';
  display: block;
  position: absolute;
  width: 3.46667vw;
  height: 3.2vw;
  top: 50%;
  left: 50%;
  margin-top: -1.6vw;
  margin-top: -2.66667vw;
  margin-left: -1.73333vw;
  z-index: 2;
}
@media print, screen and (min-width: 768px) {
  .btn-circle .btn-circle__mark i {
    width: 1.14286vw;
    height: 1vw;
    margin-top: -0.5vw;
    margin-top: -1vw;
    margin-left: -0.57143vw;
  }
}
@media screen and (min-width: 1400px) {
  .btn-circle .btn-circle__mark i {
    width: 16px;
    height: 14px;
    margin-top: -7px;
    margin-top: -14px;
    margin-left: -8px;
  }
}
.btn-circle .btn-circle__mark i::before, .btn-circle .btn-circle__mark i::after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: opacity 0.3s ease-out;
  opacity: 1;
}
.btn-circle .btn-circle__mark i::before {
  background: url(../img/common/icon_arr_right_white.svg) center center no-repeat;
  background-size: 100% auto;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out;
}
.btn-circle .btn-circle__mark i::after {
  opacity: 0;
  transform: translateX(-100%);
  background: url(../img/common/icon_arr_right_white.svg) center center no-repeat;
  background-size: 100% auto;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out;
}
.btn-circle.-has-bg a::after {
  content: '';
  display: block;
  position: absolute;
  width: calc(100% + 12px);
  height: calc(100% + 12px);
  top: -6px;
  left: -6px;
  background: #FFF9F6;
  background: #FFFFFF;
  z-index: 1;
  border-radius: 50%;
  overflow: hidden;
  opacity: 0.6;
}
.btn-circle a {
  display: block;
  width: 40vw;
  height: 40vw;
  margin: 0 auto;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .btn-circle a {
    width: 21.42857vw;
    height: 21.42857vw;
  }
}
@media screen and (min-width: 1400px) {
  .btn-circle a {
    width: 300px;
    height: 300px;
  }
}
@media screen and (min-width: 1025px) {
  .btn-circle a:hover .btn-circle__chara {
    transform: scale(1.14);
    transition: transform 0.6s 0s cubic-bezier(0.41, 0.61, 0.22, 1.37);
  }
  .btn-circle a:hover i::after {
    animation: icon_arr_right 0.5s 1 forwards ease-out;
  }
  .btn-circle a:hover i::before {
    opacity: 0;
    transform: translateX(100%);
    transition: transform 0.2s ease-in, opacity 0.2s ease-in;
  }
  .btn-circle a:hover i::after {
    opacity: 1;
    transform: translateX(0);
    transition: transform 0.2s 0.1s ease-out, opacity 0.2s 0.1s ease-out;
  }
  .btn-circle a:hover .btn-circle__txt div,
  .btn-circle a:hover .btn-circle__chara {
    animation-duration: 5s;
  }
  .btn-circle a:hover .btn-circle__txt div img,
  .btn-circle a:hover .btn-circle__chara img {
    opacity: 0;
    transition: opacity 0.3s ease-out;
  }
  .btn-circle a:hover .btn-circle__txt div::after,
  .btn-circle a:hover .btn-circle__chara::after {
    opacity: 1;
    transition: opacity 0.3s ease-out;
  }
  .btn-circle a:hover .btn-circle__mark::before, .btn-circle a:hover .btn-circle__mark::after {
    width: 82%;
    height: 82%;
    border-radius: 50%;
    background: #666;
    transition: all 0.3s ease-out;
  }
  .btn-circle a:hover .btn-circle__mark::before {
    transform: rotate(0deg);
    /* 左に回転 */
    left: 9%;
  }
  .btn-circle a:hover .btn-circle__mark::after {
    transform: rotate(0deg);
    /* 左に回転 */
    right: 9%;
  }
}

.btn-circle__chara {
  position: absolute;
  width: 100%;
  top: -0.53333vw;
  z-index: 3;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  transition: transform 0.3s 0s ease-out;
  border-radius: 50%;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .btn-circle__chara {
    top: -0.42857vw;
  }
}
@media screen and (min-width: 1400px) {
  .btn-circle__chara {
    top: -6px;
  }
}
.btn-circle__chara img {
  position: relative;
  z-index: 1;
  transition: opacity 0.3s ease-out;
}
.btn-circle__chara::after {
  display: block;
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: -3%;
  z-index: 2;
  background: url(../img/common/contact_girl_02.png) 0 0 no-repeat;
  background-size: 100% auto;
  opacity: 0;
  transition: opacity 0.3s ease-out;
}

.btn-circle__txt {
  position: absolute;
  width: 100%;
  height: 50%;
  z-index: 2;
  top: 0;
  overflow: hidden;
}
.btn-circle__txt.-front {
  z-index: 4;
  top: 50%;
}
.btn-circle__txt.-front div {
  top: -100%;
}
.btn-circle__txt div {
  position: absolute;
  top: 0;
  display: block;
  z-index: 1;
  width: 100%;
  animation: move_rot_360 22s forwards infinite linear;
}
.btn-circle__txt div::after {
  display: block;
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  background: url(../img/common/btn_circle_txt_contact_02.svg) 0 0 no-repeat;
  background-size: 100% auto;
  opacity: 0;
}
.btn-circle__txt img {
  position: relative;
  z-index: 1;
}

/* lab */
.lab-main_sctoll {
  position: absolute;
  right: 20px;
  bottom: 20px;
  height: 80px;
  background: #333;
  z-index: 5;
}

.lab-main_sctoll-txt {
  position: absolute;
  top: 4.6em;
  left: -6px;
  width: 5em;
  color: #fff;
  font-size: 14px;
  transform: rotate(270deg);
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
  font-weight: 700;
  font-family: 'Mukta Malar', sans-serif;
  letter-spacing: 0.2em;
}

.lab-main_sctoll-line {
  position: absolute;
  width: 1px;
  height: 100%;
  background: #333;
}
.lab-main_sctoll-line::after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
  background: #fff;
  transform: scaleY(1);
  z-index: 1;
  animation: scroll-line-out 1.4s forwards infinite ease-out;
}
.lab-main_sctoll-line::before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
  background: #fff;
  transform: scaleY(0);
  z-index: 2;
  animation: scroll-line-in 1.4s forwards infinite ease-in;
}

.lab-wrap {
  width: 100%;
  height: 100vh;
  background: #111;
  position: relative;
  overflow: hidden;
  top: 0;
  z-index: 1;
}

.lab-con {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.lab-con-main {
  position: absolute;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.lab-con-assets {
  width: 80vw;
  height: 8vw;
  position: absolute;
  bottom: 4vw;
  left: 4vw;
  z-index: 10;
}
@media print, screen and (min-width: 768px) {
  .lab-con-assets {
    width: 42.85714vw;
    height: 3.57143vw;
    bottom: 2.85714vw;
    left: 3.5%;
  }
}
@media screen and (min-width: 1400px) {
  .lab-con-assets {
    width: 600px;
    height: 50px;
    bottom: 40px;
  }
}

.lab-con-assets-no {
  width: 20vw;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .lab-con-assets-no {
    width: 9.28571vw;
  }
}
@media screen and (min-width: 1400px) {
  .lab-con-assets-no {
    width: 130px;
  }
}

.lab-con-assets-no span {
  color: #111;
  font-size: 4.26667vw;
  font-weight: 700;
  position: relative;
  top: 1.73333vw;
  opacity: 0;
  font-family: 'Oswald', sans-serif;
  font-family: 'Mukta Malar', sans-serif;
}
@media print, screen and (min-width: 768px) {
  .lab-con-assets-no span {
    top: 0.78571vw;
    font-size: 2vw;
  }
}
@media screen and (min-width: 1400px) {
  .lab-con-assets-no span {
    top: 11px;
    font-size: 28px;
  }
}

.lab-con-assets-no-bg {
  width: 0%;
  background: #bbcc00;
  height: 8vw;
}
@media print, screen and (min-width: 768px) {
  .lab-con-assets-no-bg {
    height: 3.57143vw;
  }
}
@media screen and (min-width: 1400px) {
  .lab-con-assets-no-bg {
    height: 50px;
  }
}

.lab-con-assets-tit {
  position: absolute;
  width: 60vw;
  top: 0;
  left: 20vw;
  color: #fff;
  padding: 1.06667vw 2.66667vw 0;
  letter-spacing: 0.02em;
  font-size: 5.33333vw;
  font-weight: 700;
  font-family: 'Oswald', sans-serif;
  line-height: 1;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.8);
}
@media print, screen and (min-width: 768px) {
  .lab-con-assets-tit {
    width: 35.71429vw;
    left: 9.28571vw;
    padding: 0.21429vw 1.42857vw 0;
    font-size: 2.85714vw;
  }
}
@media screen and (min-width: 1400px) {
  .lab-con-assets-tit {
    width: 500px;
    left: 130px;
    padding: 3px 20px 0;
    font-size: 40px;
  }
}

.lab-con-assets-tit div {
  overflow: hidden;
  width: 0%;
}

.lab-con-assets-tit span {
  display: block;
  width: 61.33333vw;
}
@media print, screen and (min-width: 768px) {
  .lab-con-assets-tit span {
    width: 32.85714vw;
  }
}
@media screen and (min-width: 1400px) {
  .lab-con-assets-tit span {
    width: 460px;
  }
}

/* loading */
.lab-con-loading-per {
  position: absolute;
  top: 50%;
  top: 0;
  left: 50%;
  width: 0;
  margin-top: -20px;
  margin-left: -50px;
  z-index: 10;
  height: 2px;
}

.lab-con-logo {
  opacity: 0;
  /*    transition: opacity 1s ease;*/
}

.link-line {
  position: relative;
}
.link-line::after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background: #111;
  bottom: -2px;
  left: 0;
}

.col-red {
  color: #cc0000;
}

.fs-120 {
  font-size: 120%;
}

.fs-140 {
  font-size: 140%;
}

strong {
  font-weight: 800;
}

.marker-s {
  background: linear-gradient(transparent 75%, #ffff7f 75%);
}

.marker-m {
  background: linear-gradient(transparent 50%, #ffff7f 50%);
}

.marker-l {
  background: linear-gradient(transparent 25%, #ffff7f 25%);
}

.marker-all {
  background: linear-gradient(transparent 0%, #ffff7f 0%);
}

.normal-txt {
  line-height: 1.8;
  font-size: 1.86667vw;
  letter-spacing: 0.10em;
}
@media print, screen and (min-width: 768px) {
  .normal-txt {
    font-size: calcvwTab(10);
  }
}
@media screen and (min-width: 1024px) {
  .normal-txt {
    font-size: 1vw;
  }
}
@media screen and (min-width: 1400px) {
  .normal-txt {
    font-size: 14px;
  }
}

.copy-txt {
  font-size: 4.26667vw;
  line-height: 2;
}
@media print, screen and (min-width: 768px) {
  .copy-txt {
    font-size: 1.71429vw;
    line-height: 2.4;
  }
}
@media screen and (min-width: 1400px) {
  .copy-txt {
    font-size: 24px;
  }
}

.contents__inner {
  width: 92vw;
  width: 90.66667vw;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .contents__inner {
    width: 93%;
  }
}
.contents__inner.-pc-980 {
  max-width: 980px;
}

/*********************************************
page-link-anchor
*********************************************/
.page-link-anchor {
  margin-top: -16.26667vw;
  padding-top: 16.26667vw;
}
@media print, screen and (min-width: 768px) {
  .page-link-anchor {
    margin-top: -8.28571vw;
    padding-top: 8.28571vw;
  }
}
@media screen and (min-width: 1400px) {
  .page-link-anchor {
    margin-top: -116px;
    padding-top: 116px;
  }
}
.page-link-anchor.page-link-anchor-about {
  margin-top: 0vw;
  padding-top: 20vw;
}
@media print, screen and (min-width: 768px) {
  .page-link-anchor.page-link-anchor-about {
    margin-top: -2.14286vw;
    padding-top: 11.42857vw;
  }
}
@media screen and (min-width: 1400px) {
  .page-link-anchor.page-link-anchor-about {
    margin-top: -30px;
    padding-top: 160px;
  }
}
.page-link-anchor.page-link-anchor-support {
  margin-top: -1.33333vw;
  padding-top: 1.33333vw;
}
@media print, screen and (min-width: 768px) {
  .page-link-anchor.page-link-anchor-support {
    margin-top: -62px;
    padding-top: 62px;
  }
}
@media screen and (min-width: 1400px) {
  .page-link-anchor.page-link-anchor-support {
    margin-top: -88px;
    padding-top: 88px;
  }
}
.page-link-anchor.page-link-anchor-team {
  margin-top: -1.33333vw;
  padding-top: 1.33333vw;
}
@media print, screen and (min-width: 768px) {
  .page-link-anchor.page-link-anchor-team {
    margin-top: -62px;
    padding-top: 62px;
  }
}
@media screen and (min-width: 1400px) {
  .page-link-anchor.page-link-anchor-team {
    margin-top: -90px;
    padding-top: 90px;
  }
}

/*********************************************
icon
*********************************************/
.icon-round {
  position: relative;
  width: 48vw;
  height: 48vw;
  margin: 0 auto 10.66667vw;
}
@media print, screen and (min-width: 768px) {
  .icon-round {
    width: 22.85714vw;
    height: 22.85714vw;
    margin-bottom: 4.28571vw;
  }
}
@media screen and (min-width: 1400px) {
  .icon-round {
    width: 320px;
    height: 320px;
    margin-bottom: 60px;
  }
}

.icon-round__img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40vw;
  background: #f4f4f4;
  border-radius: 50%;
  overflow: hidden;
  z-index: 1;
  display: block;
  transform: translate(-50%, -50%);
}
@media print, screen and (min-width: 768px) {
  .icon-round__img {
    width: 18.57143vw;
  }
}
@media screen and (min-width: 1400px) {
  .icon-round__img {
    width: 260px;
  }
}

.icon-round__txt {
  display: block;
  position: relative;
  z-index: 2;
  animation: move_rot_360 40s forwards infinite linear;
}

/*********************************************
title
*********************************************/
.ttl-bold {
  margin-bottom: 2.66667vw;
  font-size: 5.33333vw;
  line-height: 1.3;
  font-weight: 700;
}
@media print, screen and (min-width: 768px) {
  .ttl-bold {
    margin-bottom: 0.71429vw;
    font-size: 2.14286vw;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1400px) {
  .ttl-bold {
    margin-bottom: 10px;
    font-size: 30px;
  }
}
.ttl-bold.-line-l {
  padding-left: 6.4vw;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .ttl-bold.-line-l {
    padding-left: 3.14286vw;
  }
}
@media screen and (min-width: 1400px) {
  .ttl-bold.-line-l {
    padding-left: 44px;
  }
}
.ttl-bold.-line-l i {
  display: block;
  content: '';
  position: absolute;
  width: 3.73333vw;
  height: 1px;
  top: 50%;
  margin-top: -1px;
  left: 0;
  background: #111;
}
@media print, screen and (min-width: 768px) {
  .ttl-bold.-line-l i {
    width: 2.14286vw;
  }
}
@media screen and (min-width: 1400px) {
  .ttl-bold.-line-l i {
    width: 30px;
  }
}
.ttl-bold.-line-l i.js-gsap-animation-scale-x {
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  transform: scaleX(0);
}

@media print, screen and (min-width: 768px) {
  .ttl-lung__center {
    position: relative;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 768px) {
  .ttl-lung__center .ttl-lung {
    position: absolute;
    position: relative;
    left: 50%;
    width: 100%;
    max-width: 100%;
  }
}
@media print, screen and (min-width: 768px) and (min-width: 768px) {
  .ttl-lung__center .ttl-lung .ttl-lung__inner {
    transform: translateX(-56%);
  }
}

.ttl-lung {
  position: relative;
  z-index: 2;
  width: 92vw;
  margin: 0 auto 5.33333vw;
}
@media print, screen and (min-width: 768px) {
  .ttl-lung {
    width: 92%;
    max-width: 1920px;
    margin: 0 auto;
    margin-bottom: 2.85714vw;
  }
}
@media screen and (min-width: 1400px) {
  .ttl-lung {
    margin-bottom: 40px;
  }
}
.ttl-lung .ttl-lung__inner {
  display: block;
  display: table;
  margin: 0 0;
}
@media print, screen and (min-width: 768px) {
  .news-layout__l .ttl-lung .ttl-lung__inner {
    margin-left: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .ttl-lung .ttl-lung__inner.-flex-pc-r {
    float: right;
    margin-left: 0;
    margin-right: 3.5%;
  }
}
.ttl-lung span.en {
  display: inline-block;
  display: table-cell;
  vertical-align: middle;
  font-size: 13.33333vw;
  font-weight: 800;
  font-family: 'Mukta Malar', sans-serif;
  padding-right: 2.93333vw;
  letter-spacing: 0.06em;
  line-height: 1;
}
@media print, screen and (min-width: 768px) {
  .ttl-lung span.en {
    font-size: 4.71429vw;
    font-size: 7.14286vw;
    padding-right: 1.57143vw;
  }
}
@media screen and (min-width: 1400px) {
  .ttl-lung span.en {
    font-size: 66px;
    font-size: 100px;
    padding-right: 22px;
  }
}
.ttl-lung span.ja {
  display: table-cell;
  vertical-align: middle;
  font-size: 3.2vw;
  font-weight: 700;
  color: #5D5D5D;
  line-height: 1;
}
@media print, screen and (min-width: 768px) {
  .ttl-lung span.ja {
    font-size: 1.57143vw;
  }
}
@media screen and (min-width: 1400px) {
  .ttl-lung span.ja {
    font-size: 22px;
  }
}

.del-txt {
  text-decoration: line-through;
}

.-ta-c {
  text-align: center !important;
}

@media print, screen and (min-width: 768px) {
  .-ta-pc-c {
    text-align: center !important;
  }
}

.-ta-l {
  text-align: left !important;
}

.-ta-r {
  text-align: right !important;
}

.offset-sp {
  margin-left: 5.33333vw;
  margin-right: 5.33333vw;
}
@media print, screen and (min-width: 768px) {
  .offset-sp {
    margin-left: 0;
    margin-right: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .layout.-layout-pc {
    width: 93%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .layout.-layout-pc .layout-l {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .layout.-layout-pc .layout-r {
    width: 50%;
  }
}

.-w-30 {
  width: 30% !important;
}

.-w-64 {
  width: 64% !important;
}

/*********************************************
margin
*********************************************/
.-mt-10 {
  margin-top: 2.66667vw !important;
}
@media print, screen and (min-width: 768px) {
  .-mt-10 {
    margin-top: 0.71429vw !important;
  }
}
@media screen and (min-width: 1400px) {
  .-mt-10 {
    margin-top: 10px !important;
  }
}

.-mt-15 {
  margin-top: 4vw !important;
}
@media print, screen and (min-width: 768px) {
  .-mt-15 {
    margin-top: 1.07143vw !important;
  }
}
@media screen and (min-width: 1400px) {
  .-mt-15 {
    margin-top: 15px !important;
  }
}

.-mb-00 {
  margin-bottom: 0 !important;
}

.-mb-05 {
  margin-bottom: 1.33333vw !important;
}
@media print, screen and (min-width: 768px) {
  .-mb-05 {
    margin-bottom: 0.35714vw !important;
  }
}
@media screen and (min-width: 1400px) {
  .-mb-05 {
    margin-bottom: 5px !important;
  }
}

.-mb-10 {
  margin-bottom: 2.66667vw !important;
}
@media print, screen and (min-width: 768px) {
  .-mb-10 {
    margin-bottom: 0.71429vw !important;
  }
}
@media screen and (min-width: 1400px) {
  .-mb-10 {
    margin-bottom: 10px !important;
  }
}

.-mb-15 {
  margin-bottom: 4vw !important;
}
@media print, screen and (min-width: 768px) {
  .-mb-15 {
    margin-bottom: 1.07143vw !important;
  }
}
@media screen and (min-width: 1400px) {
  .-mb-15 {
    margin-bottom: 15px !important;
  }
}

.-mb-20 {
  margin-bottom: 5.33333vw !important;
}
@media print, screen and (min-width: 768px) {
  .-mb-20 {
    margin-bottom: 1.42857vw !important;
  }
}
@media screen and (min-width: 1400px) {
  .-mb-20 {
    margin-bottom: 20px !important;
  }
}

.-mb-15 {
  margin-bottom: 4vw !important;
}
@media print, screen and (min-width: 768px) {
  .-mb-15 {
    margin-bottom: 1.07143vw !important;
  }
}
@media screen and (min-width: 1400px) {
  .-mb-15 {
    margin-bottom: 15px !important;
  }
}

.-mb-20 {
  margin-bottom: 5.33333vw !important;
}
@media print, screen and (min-width: 768px) {
  .-mb-20 {
    margin-bottom: 1.42857vw !important;
  }
}
@media screen and (min-width: 1400px) {
  .-mb-20 {
    margin-bottom: 20px !important;
  }
}

.-mb-25 {
  margin-bottom: 6.66667vw !important;
}
@media print, screen and (min-width: 768px) {
  .-mb-25 {
    margin-bottom: 1.78571vw !important;
  }
}
@media screen and (min-width: 1400px) {
  .-mb-25 {
    margin-bottom: 25px !important;
  }
}

.-mb-30 {
  margin-bottom: 8vw !important;
}
@media print, screen and (min-width: 768px) {
  .-mb-30 {
    margin-bottom: 2.14286vw !important;
  }
}
@media screen and (min-width: 1400px) {
  .-mb-30 {
    margin-bottom: 30px !important;
  }
}

.-mb-35 {
  margin-bottom: 9.33333vw !important;
}
@media print, screen and (min-width: 768px) {
  .-mb-35 {
    margin-bottom: 2.5vw !important;
  }
}
@media screen and (min-width: 1400px) {
  .-mb-35 {
    margin-bottom: 35px !important;
  }
}

.-mb-40 {
  margin-bottom: 10.66667vw !important;
}
@media print, screen and (min-width: 768px) {
  .-mb-40 {
    margin-bottom: 2.85714vw !important;
  }
}
@media screen and (min-width: 1400px) {
  .-mb-40 {
    margin-bottom: 40px !important;
  }
}

.-mb-45 {
  margin-bottom: 12vw !important;
}
@media print, screen and (min-width: 768px) {
  .-mb-45 {
    margin-bottom: 3.21429vw !important;
  }
}
@media screen and (min-width: 1400px) {
  .-mb-45 {
    margin-bottom: 45px !important;
  }
}

.-mb-50 {
  margin-bottom: 13.33333vw !important;
}
@media print, screen and (min-width: 768px) {
  .-mb-50 {
    margin-bottom: 3.57143vw !important;
  }
}
@media screen and (min-width: 1400px) {
  .-mb-50 {
    margin-bottom: 50px !important;
  }
}

.-mb-55 {
  margin-bottom: 14.66667vw !important;
}
@media print, screen and (min-width: 768px) {
  .-mb-55 {
    margin-bottom: 3.92857vw !important;
  }
}
@media screen and (min-width: 1400px) {
  .-mb-55 {
    margin-bottom: 55px !important;
  }
}

.-mb-60 {
  margin-bottom: 16vw !important;
}
@media print, screen and (min-width: 768px) {
  .-mb-60 {
    margin-bottom: 4.28571vw !important;
  }
}
@media screen and (min-width: 1400px) {
  .-mb-60 {
    margin-bottom: 60px !important;
  }
}

.-mb-80 {
  margin-bottom: 21.33333vw !important;
}
@media print, screen and (min-width: 768px) {
  .-mb-80 {
    margin-bottom: 5.71429vw !important;
  }
}
@media screen and (min-width: 1400px) {
  .-mb-80 {
    margin-bottom: 80px !important;
  }
}

.-mb-100 {
  margin-bottom: 26.66667vw !important;
}
@media print, screen and (min-width: 768px) {
  .-mb-100 {
    margin-bottom: 7.14286vw !important;
  }
}
@media screen and (min-width: 1400px) {
  .-mb-100 {
    margin-bottom: 100px !important;
  }
}

.-mb-30-100 {
  margin-bottom: 8vw !important;
}
@media print, screen and (min-width: 768px) {
  .-mb-30-100 {
    margin-bottom: 7.14286vw !important;
  }
}
@media screen and (min-width: 1400px) {
  .-mb-30-100 {
    margin-bottom: 100px !important;
  }
}

.-mb-120 {
  margin-bottom: 32vw !important;
}
@media print, screen and (min-width: 768px) {
  .-mb-120 {
    margin-bottom: 8.57143vw !important;
  }
}
@media screen and (min-width: 1400px) {
  .-mb-120 {
    margin-bottom: 120px !important;
  }
}

@media screen and (max-width: 767px) {
  .-mb-sp-40 {
    margin-bottom: 10.66667vw !important;
  }

  .-mb-sp-50 {
    margin-bottom: 13.33333vw !important;
  }

  .-mb-sp-60 {
    margin-bottom: 16vw !important;
  }
}
.-pb-0 {
  padding-bottom: 0 !important;
}

@media screen and (max-width: 767px) {
  .-w-sp-690 {
    width: 92vw;
  }
}

@media screen and (max-width: 767px) {
  .-w-sp-610 {
    width: 81.33333vw;
  }
}

@media print, screen and (min-width: 768px) {
  .-w-pc-800 {
    width: 57.14286vw;
  }
}
@media screen and (min-width: 1400px) {
  .-w-pc-800 {
    width: 800px;
  }
}

@media print, screen and (min-width: 768px) {
  .-w-pc-800 {
    width: 57.14286vw;
  }
}
@media screen and (min-width: 1400px) {
  .-w-pc-800 {
    width: 800px;
  }
}

/*********************************************
list
*********************************************/
.list-indent.type-num li {
  padding-left: 1.6em;
}
.list-indent.-fs-l li {
  font-size: 3.73333vw;
}
@media print, screen and (min-width: 768px) {
  .list-indent.-fs-l li {
    font-size: 1.28571vw;
  }
}
@media screen and (min-width: 1400px) {
  .list-indent.-fs-l li {
    font-size: 18px;
  }
}
.list-indent.-fs-s li {
  font-size: 3.2vw;
}
@media print, screen and (min-width: 768px) {
  .list-indent.-fs-s li {
    font-size: 1vw;
  }
}
@media screen and (min-width: 1400px) {
  .list-indent.-fs-s li {
    font-size: 14px;
  }
}
.list-indent li {
  position: relative;
  padding-left: 1.2em;
  margin-bottom: 0px;
  line-height: 1.6;
  font-size: 3.73333vw;
  margin-bottom: 0.53333vw;
}
@media print, screen and (min-width: 768px) {
  .list-indent li {
    line-height: 1.6;
    font-size: 1.14286vw;
    margin-bottom: 0.28571vw;
  }
}
@media screen and (min-width: 1400px) {
  .list-indent li {
    font-size: 16px;
    margin-bottom: 4px;
  }
}
.list-indent li:last-child {
  margin-bottom: 0;
}
.list-indent li span.indent {
  position: absolute;
  text-align: left;
  display: inline-block;
  top: 0;
  left: 0;
}
.list-indent li:last-child {
  margin-bottom: 0 !important;
  padding-bottom: 0vw;
}
@media print, screen and (min-width: 768px) {
  .list-indent.-pc-center li {
    text-align: center;
  }
  .list-indent.-pc-center li span.indent {
    position: static;
  }
}

/*********************************************
dl
*********************************************/
.dl-table {
  text-align: center;
  max-width: 92vw;
  margin: 0 auto 8vw;
}
@media print, screen and (min-width: 768px) {
  .dl-table {
    width: 50%;
    max-width: 980px;
    margin: 0 auto;
    margin-bottom: 4.28571vw;
  }
  .dl-table.-w-100 {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (min-width: 1400px) {
  .dl-table {
    margin-bottom: 60px;
  }
}

.dl-table__inner {
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  width: auto;
  text-align: left;
}
.dl-table__inner dl {
  display: table;
  margin-bottom: 2.66667vw;
}
.dl-table__inner dl:last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 768px) {
  .dl-table__inner dl {
    margin-bottom: 1.42857vw;
  }
}
@media screen and (min-width: 1400px) {
  .dl-table__inner dl {
    margin-bottom: 20px;
  }
}
.dl-table__inner dl dt {
  font-weight: 700;
  display: table-cell;
  vertical-align: top;
  text-align: right;
  padding-right: 4vw;
  font-size: 3.73333vw;
  line-height: 1.8;
  width: 5em;
}
@media print, screen and (min-width: 768px) {
  .dl-table__inner dl dt {
    font-size: 1.28571vw;
    padding-right: 1.42857vw;
  }
}
@media screen and (min-width: 1400px) {
  .dl-table__inner dl dt {
    font-size: 18px;
    padding-right: 20px;
  }
}
.dl-table__inner dl dt span {
  display: inline-block;
}
.dl-table__inner dl dd {
  display: table-cell;
  vertical-align: top;
  font-size: 3.73333vw;
  line-height: 1.8;
}
@media print, screen and (min-width: 768px) {
  .dl-table__inner dl dd {
    font-size: 1.28571vw;
  }
}
@media screen and (min-width: 1400px) {
  .dl-table__inner dl dd {
    font-size: 18px;
  }
}

/*********************************************
panel
*********************************************/
.layout-free-center {
  text-align: center;
  max-width: 92vw;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .layout-free-center {
    width: 93%;
  }
}

.panel-items {
  width: 84vw;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .panel-items {
    width: auto;
    display: inline-block;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.panel-items .panel-item {
  border-radius: 4.26667vw;
  overflow: hidden;
  background: #e2e2e2;
  background: #f2f2f2;
  padding: 8vw 0;
  margin-bottom: 8vw;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .panel-items .panel-item {
    border-radius: 1.14286vw;
    margin-bottom: 0;
    width: 25.71429vw;
    margin: 0 1.07143vw;
    padding: 2.85714vw 0 13.57143vw;
  }
}
@media screen and (min-width: 1400px) {
  .panel-items .panel-item {
    border-radius: 16px;
    width: 360px;
    margin: 0 15px;
    padding: 40px 0 190px;
  }
}
.panel-items .panel-item:last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 768px) {
  .panel-items .panel-item .btn-rounds {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 2.85714vw;
    height: 8.21429vw;
  }
}
@media screen and (min-width: 1400px) {
  .panel-items .panel-item .btn-rounds {
    bottom: 40px;
    height: 115px;
  }
}

.panel-item__img {
  width: 26.66667vw;
  background: #fff;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 8vw;
}
@media print, screen and (min-width: 768px) {
  .panel-item__img {
    width: 8.57143vw;
    margin-bottom: 2.85714vw;
  }
}
@media screen and (min-width: 1400px) {
  .panel-item__img {
    width: 120px;
    margin-bottom: 40px;
  }
}
.panel-item__img img {
  display: block;
}

.panel-item__ttl {
  font-weight: 700;
  text-align: center;
  font-size: 4.26667vw;
  margin-bottom: 5.33333vw;
}
@media print, screen and (min-width: 768px) {
  .panel-item__ttl {
    font-size: 1.42857vw;
    margin-bottom: 2.14286vw;
  }
}
@media screen and (min-width: 1400px) {
  .panel-item__ttl {
    font-size: 20px;
    margin-bottom: 30px;
  }
}

.panel-item__txt {
  width: 69.33333vw;
  margin: 0 auto 5.33333vw;
  font-size: 3.73333vw;
  line-height: 1.8;
  text-align: left;
}
@media print, screen and (min-width: 768px) {
  .panel-item__txt {
    width: 22.14286vw;
    margin: 0 auto 0vw;
    font-size: 1.14286vw;
  }
}
@media screen and (min-width: 1400px) {
  .panel-item__txt {
    width: 310px;
    margin: 0 auto 0px;
    font-size: 16px;
  }
}

/*********************************************
map
*********************************************/
.google-map {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-bottom: 56.25%;
  margin-bottom: 8vw;
}
@media print, screen and (min-width: 768px) {
  .google-map {
    padding-bottom: 80%;
    padding-bottom: 0;
    margin-bottom: 0;
    height: 46.42857vw;
  }
}
@media screen and (min-width: 1400px) {
  .google-map {
    height: 650px;
  }
}
.google-map iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

/*********************************************
link
*********************************************/
/* text */
a.link-underline {
  position: relative;
  margin: 0 2px;
  display: inline-block;
}
@media print, screen and (min-width: 768px) {
  a.link-underline {
    margin: 0 4px;
  }
}
a.link-underline span {
  position: relative;
}
a.link-underline span::after {
  display: block;
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background: #111;
  left: 0;
  bottom: -2px;
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
  transition: transform 0.2s ease-out;
}
a.link-underline span::before {
  display: block;
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background: #111;
  left: 0;
  bottom: -2px;
  transform: scaleX(0);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  transition: transform 0.2s ease-out;
}
@media screen and (min-width: 1025px) {
  a.link-underline:hover span::after {
    transform: scaleX(0);
    transition: transform 0.2s ease-out;
  }
  a.link-underline:hover span::before {
    transform: scaleX(1);
    transition: transform 0.2s 0.4s ease-out;
  }
}
a.link-underline i {
  display: block;
  position: absolute;
  content: '';
}
a.link-underline.-icon-blank {
  padding-right: 4.26667vw;
}
@media print, screen and (min-width: 768px) {
  a.link-underline.-icon-blank {
    padding-right: 1.57143vw;
  }
}
@media screen and (min-width: 1400px) {
  a.link-underline.-icon-blank {
    padding-right: 22px;
  }
}
a.link-underline.-icon-blank i {
  top: 50%;
  right: 0;
  margin-top: -1.06667vw;
  width: 3.2vw;
  height: 2.66667vw;
}
@media print, screen and (min-width: 768px) {
  a.link-underline.-icon-blank i {
    margin-top: -0.5vw;
    width: 1.28571vw;
    height: 1vw;
  }
}
@media screen and (min-width: 1400px) {
  a.link-underline.-icon-blank i {
    margin-top: -7px;
    width: 18px;
    height: 14px;
  }
}
a.link-underline.-icon-blank i::before, a.link-underline.-icon-blank i::after {
  display: block;
  position: absolute;
  content: '';
  border-style: solid;
  border-color: #111;
}
a.link-underline.-icon-blank i::after {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-width: 2px;
}
a.link-underline.-icon-blank i::before {
  width: 1.86667vw;
  height: 1.86667vw;
  top: -3px;
  right: -3px;
  border-width: 2px 2px 0 0;
}
@media print, screen and (min-width: 768px) {
  a.link-underline.-icon-blank i::before {
    width: 0.57143vw;
    height: 0.57143vw;
  }
}
@media screen and (min-width: 1400px) {
  a.link-underline.-icon-blank i::before {
    width: 8px;
    height: 8px;
  }
}

a.link-txt.-col-w a {
  color: #fff;
}
a.link-txt i {
  position: absolute;
  display: block;
  top: 50%;
}
a.link-txt.-icon-map-999, a.link-txt.-icon-map-w {
  position: relative;
  padding-right: 3.73333vw;
}
@media print, screen and (min-width: 768px) {
  a.link-txt.-icon-map-999, a.link-txt.-icon-map-w {
    padding-right: 1.71429vw;
  }
}
@media screen and (min-width: 1400px) {
  a.link-txt.-icon-map-999, a.link-txt.-icon-map-w {
    padding-right: 24px;
  }
}
a.link-txt.-icon-map-999 i, a.link-txt.-icon-map-w i {
  width: 2.66667vw;
  height: 4.26667vw;
  margin-top: -1.86667vw;
  right: 0;
  background: url(../img/common/icon_map_w.svg) center center no-repeat;
  background-size: 100% auto;
}
@media print, screen and (min-width: 768px) {
  a.link-txt.-icon-map-999 i, a.link-txt.-icon-map-w i {
    width: 1.28571vw;
    height: 2.14286vw;
    margin-top: -0.85714vw;
  }
}
@media screen and (min-width: 1400px) {
  a.link-txt.-icon-map-999 i, a.link-txt.-icon-map-w i {
    width: 16px;
    height: 28px;
    margin-top: -12px;
  }
}
a.link-txt.-icon-map-999 i {
  background: url(../img/common/icon_map_gray999.svg) center center no-repeat;
  background-size: 100% auto;
}

/* btn */
.btn-rounds .btn-round {
  margin-bottom: 2.66667vw;
}
@media print, screen and (min-width: 768px) {
  .btn-rounds .btn-round {
    margin-bottom: 1.07143vw;
  }
}
@media screen and (min-width: 1400px) {
  .btn-rounds .btn-round {
    margin-bottom: 15px;
  }
}
.btn-rounds .btn-round:last-child {
  margin-bottom: 0;
}

.btn-round.type-hack div,
.btn-round a {
  width: 58.66667vw;
  height: 11.73333vw;
  margin: 0 auto;
  background: #333;
  color: #fff;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.08em;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 5.86667vw;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .btn-round.type-hack div::before,
  .btn-round a::before {
    display: block;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: 1px solid #333;
    z-index: 10;
    border-radius: 2.14286vw;
  }
}
@media screen and (min-width: 1400px) {
  .btn-round.type-hack div::before,
  .btn-round a::before {
    border-radius: 30px;
  }
}
@media print, screen and (min-width: 768px) {
  .btn-round.type-hack div,
  .btn-round a {
    width: 22.85714vw;
    height: 4.28571vw;
    border-radius: 2.14286vw;
  }
}
@media screen and (min-width: 1400px) {
  .btn-round.type-hack div,
  .btn-round a {
    width: 320px;
    height: 60px;
    border-radius: 30px;
  }
}
.btn-round.type-hack div::after,
.btn-round a::after {
  display: block;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background: #fff;
  opacity: 0;
  transform: translateX(-100%);
  transition: transform 0.3s ease-out, opacity 0.3s ease-out;
}
@media print, screen and (min-width: 768px) {
  .btn-round.type-hack div::after,
  .btn-round a::after {
    border-radius: 2.14286vw;
  }
}
@media screen and (min-width: 1400px) {
  .btn-round.type-hack div::after,
  .btn-round a::after {
    border-radius: 30px;
  }
}
@media print, screen and (min-width: 768px) {
  .btn-round.type-hack div div,
  .btn-round a div {
    position: relative;
    overflow: hidden;
    z-index: 2;
  }
}
@media screen and (min-width: 1025px) {
  .btn-round.type-hack div:hover::after,
  .btn-round a:hover::after {
    opacity: 1;
    transform: translateX(0);
    transition: transform 0.2s ease-out, opacity 0.2s ease-out;
  }
  .btn-round.type-hack div:hover .txt-assets,
  .btn-round a:hover .txt-assets {
    transform: translateY(-100%);
    transition: transform 0.2s ease-out;
  }
}
.btn-round.type-hack div .txt-assets,
.btn-round a .txt-assets {
  display: block;
  transition: transform 0.3s ease-out;
}
.btn-round.type-hack div .txt-assets span,
.btn-round a .txt-assets span {
  display: block;
  position: absolute;
  width: 100%;
  position: relative;
}
.btn-round.type-hack div .txt-assets span.txt-01,
.btn-round a .txt-assets span.txt-01 {
  font-size: 5.33333vw;
  font-size: 3.73333vw;
  top: 0;
  opacity: 1;
  color: #fff;
}
@media print, screen and (min-width: 768px) {
  .btn-round.type-hack div .txt-assets span.txt-01,
  .btn-round a .txt-assets span.txt-01 {
    font-size: 1.28571vw;
    height: 1.71429vw;
    padding: 0.21429vw 0;
    opacity: 1;
    transition: color 0.3s ease-out, opacity 0.3s ease-out, transform 0.3s ease-out;
  }
}
@media screen and (min-width: 1400px) {
  .btn-round.type-hack div .txt-assets span.txt-01,
  .btn-round a .txt-assets span.txt-01 {
    font-size: 18px;
    height: 24px;
    padding: 3px 0;
  }
}
.btn-round.type-hack div .txt-assets span.txt-02,
.btn-round a .txt-assets span.txt-02 {
  position: absolute;
  top: 1.86667vw;
  left: 0.9em;
  font-size: 8vw;
  opacity: 0;
  width: 100%;
  line-height: 1;
  text-align: left;
  color: #111;
  transition: transform 0.3s ease-out;
}
@media print, screen and (min-width: 768px) {
  .btn-round.type-hack div .txt-assets span.txt-02,
  .btn-round a .txt-assets span.txt-02 {
    text-align: center;
    font-size: 1.28571vw;
    top: 1.71429vw;
    height: 1.71429vw;
    padding: 0.21429vw 0;
    left: 0;
    opacity: 1;
  }
}
@media screen and (min-width: 1400px) {
  .btn-round.type-hack div .txt-assets span.txt-02,
  .btn-round a .txt-assets span.txt-02 {
    font-size: 18px;
    top: 24px;
    height: 24px;
    padding: 3px 0;
  }
}
.btn-round.-free-w {
  position: relative;
  text-align: center;
}
.btn-round.-free-w a {
  display: inline-block;
  width: auto;
  padding: 3.73333vw 10.66667vw 0 8vw;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .btn-round.-free-w a {
    padding: 1.35714vw 3.57143vw 0;
  }
}
@media screen and (min-width: 1400px) {
  .btn-round.-free-w a {
    padding: 19px 50px 0 40px;
  }
}
.btn-round.-commingsoon {
  position: relative;
}
.btn-round.-commingsoon::before {
  display: block;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #cc0000;
  opacity: 0;
  z-index: 2;
}
.btn-round.-commingsoon::after {
  display: flex;
  flex-direction: column;
  justify-content: center;
  content: 'Comming Soon';
  color: #111;
  font-size: 7.2vw;
  font-weight: 700;
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  top: 0;
  left: 0;
  z-index: 3;
  transform: rotate(-6deg);
}
@media print, screen and (min-width: 768px) {
  .btn-round.-commingsoon::after {
    font-size: 3.14286vw;
  }
}
@media screen and (min-width: 1400px) {
  .btn-round.-commingsoon::after {
    font-size: 44px;
  }
}
.btn-round.-commingsoon a {
  position: relative;
  z-index: 1;
  opacity: 0.35;
}
@media print, screen and (min-width: 768px) {
  .btn-round.-type-pc-s a {
    width: 22.85714vw;
    height: 3.57143vw;
    border-radius: 1.78571vw;
  }
}
@media screen and (min-width: 1400px) {
  .btn-round.-type-pc-s a {
    width: 320px;
    height: 50px;
    border-radius: 25px;
  }
}
@media print, screen and (min-width: 768px) {
  .btn-round.-type-pc-s a .txt-assets span.txt-01 {
    font-size: 1.14286vw;
    padding: 0.21429vw 0;
  }
}
@media screen and (min-width: 1400px) {
  .btn-round.-type-pc-s a .txt-assets span.txt-01 {
    font-size: 16px;
    padding: 3px 0;
  }
}
@media print, screen and (min-width: 768px) {
  .btn-round.-type-pc-s a .txt-assets span.txt-02 {
    font-size: 1.14286vw;
    padding: 0.21429vw 0;
  }
}
@media screen and (min-width: 1400px) {
  .btn-round.-type-pc-s a .txt-assets span.txt-02 {
    font-size: 16px;
    padding: 3px 0;
  }
}
.btn-round.-icon-arr-w-r a i {
  width: 3.46667vw;
  height: 3.2vw;
  margin-top: -1.6vw;
  right: 4.26667vw;
}
@media print, screen and (min-width: 768px) {
  .btn-round.-icon-arr-w-r a i {
    width: 1.14286vw;
    height: 1vw;
    margin-top: -0.5vw;
    right: 1.71429vw;
  }
}
@media screen and (min-width: 1400px) {
  .btn-round.-icon-arr-w-r a i {
    width: 16px;
    height: 14px;
    margin-top: -7px;
    right: 24px;
  }
}
.btn-round.-icon-arr-w-r a i::before {
  background: url(../img/common/icon_arr_right_white.svg) center center no-repeat;
  background-size: 100% auto;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out;
}
.btn-round.-icon-arr-w-r a i::after {
  opacity: 0;
  transform: translateX(-100%);
  background: url(../img/common/icon_arr_right_black.svg) center center no-repeat;
  background-size: 100% auto;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out;
}
@media screen and (min-width: 1025px) {
  .btn-round.-icon-arr-w-r a:hover i::before {
    opacity: 0;
    transform: translateX(100%);
    transition: transform 0.2s ease-in, opacity 0.2s ease-in;
  }
  .btn-round.-icon-arr-w-r a:hover i::after {
    opacity: 1;
    transform: translateX(0);
    transition: transform 0.2s 0.1s ease-out, opacity 0.2s 0.1s ease-out;
  }
}
.btn-round.-icon-arr-w-l a i {
  width: 3.46667vw;
  height: 3.2vw;
  margin-top: -1.6vw;
  left: 4.8vw;
}
@media print, screen and (min-width: 768px) {
  .btn-round.-icon-arr-w-l a i {
    width: 1.14286vw;
    height: 1vw;
    margin-top: -0.5vw;
    left: 1.71429vw;
  }
}
@media screen and (min-width: 1400px) {
  .btn-round.-icon-arr-w-l a i {
    width: 16px;
    height: 14px;
    margin-top: -7px;
    left: 24px;
  }
}
.btn-round.-icon-arr-w-l a i::before {
  background: url(../img/common/icon_arr_left_white.svg) center center no-repeat;
  background-size: 100% auto;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out;
}
.btn-round.-icon-arr-w-l a i::after {
  opacity: 0;
  transform: translateX(100%);
  background: url(../img/common/icon_arr_left_black.svg) center center no-repeat;
  background-size: 100% auto;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out;
}
.btn-round.-icon-arr-w-l a::after {
  transform: translateX(100%);
}
@media screen and (min-width: 1025px) {
  .btn-round.-icon-arr-w-l a:hover::after {
    opacity: 1;
    transform: translateX(0);
    transition: transform 0.2s ease-out, opacity 0.2s ease-out;
  }
  .btn-round.-icon-arr-w-l a:hover i::before {
    opacity: 0;
    transform: translateX(-100%);
    transition: transform 0.2s ease-in, opacity 0.2s ease-in;
  }
  .btn-round.-icon-arr-w-l a:hover i::after {
    opacity: 1;
    transform: translateX(0);
    transition: transform 0.2s 0.1s ease-out, opacity 0.2s 0.1s ease-out;
  }
}
.btn-round.-icon-map-w a i {
  width: 2.66667vw;
  height: 4.26667vw;
  margin-top: -2.13333vw;
  right: 3.73333vw;
}
@media print, screen and (min-width: 768px) {
  .btn-round.-icon-map-w a i {
    width: 1.28571vw;
    height: 2.14286vw;
    margin-top: -1.07143vw;
    right: 1.57143vw;
  }
}
@media screen and (min-width: 1400px) {
  .btn-round.-icon-map-w a i {
    width: 18px;
    height: 30px;
    margin-top: -15px;
    right: 22px;
  }
}
.btn-round.-icon-map-w a i::before {
  background: url(../img/common/icon_map_w.svg) center center no-repeat;
  background-size: 100% auto;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out;
}
.btn-round.-icon-map-w a i::after {
  opacity: 0;
  transform: translateY(-10px);
  background: url(../img/common/icon_map_gray333.svg) center center no-repeat;
  background-size: 100% auto;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out;
}
@media screen and (min-width: 1025px) {
  .btn-round.-icon-map-w a:hover i::before {
    opacity: 0;
    transform: translateY(10px);
    transition: transform 0.2s ease-in, opacity 0.2s ease-in;
  }
  .btn-round.-icon-map-w a:hover i::after {
    opacity: 1;
    transform: translateY(0);
    transition: transform 0.2s 0.1s ease-out, opacity 0.2s 0.1s ease-out;
  }
}
.btn-round.-icon-mail-w a i {
  width: 3.46667vw;
  height: 2.66667vw;
  margin-top: -1.33333vw;
  right: 3.2vw;
}
@media print, screen and (min-width: 768px) {
  .btn-round.-icon-mail-w a i {
    width: 1.28571vw;
    height: 1.42857vw;
    margin-top: -0.71429vw;
    right: 1.42857vw;
  }
}
@media screen and (min-width: 1400px) {
  .btn-round.-icon-mail-w a i {
    width: 18px;
    height: 20px;
    margin-top: -10px;
    right: 20px;
  }
}
.btn-round.-icon-mail-w a i::before {
  background: url(../img/common/icon_mail_w.svg) center center no-repeat;
  background-size: 100% auto;
  transition: transform 0.3s ease-in, opacity 0.3s ease-in;
}
.btn-round.-icon-mail-w a i::after {
  background: url(../img/common/icon_mail_gray.svg) center center no-repeat;
  background-size: 100% auto;
  transform: translateY(10px);
  transition: transform 0.3s ease-in, opacity 0.3s ease-in;
}
@media screen and (min-width: 1025px) {
  .btn-round.-icon-mail-w a:hover i::before {
    opacity: 0;
    transform: translateY(-10px);
    transition: transform 0.2s ease-in, opacity 0.2s ease-in;
  }
  .btn-round.-icon-mail-w a:hover i::after {
    opacity: 1;
    transform: translateY(0);
    transition: transform 0.2s 0.1s ease-out, opacity 0.2s 0.1s ease-out;
  }
}
.btn-round.-icon-pigeon-w a i {
  width: 3.73333vw;
  height: 3.2vw;
  margin-top: -1.6vw;
  right: 2.93333vw;
}
@media print, screen and (min-width: 768px) {
  .btn-round.-icon-pigeon-w a i {
    width: 1.71429vw;
    height: 1.42857vw;
    margin-top: -0.71429vw;
    right: 1.14286vw;
  }
}
@media screen and (min-width: 1400px) {
  .btn-round.-icon-pigeon-w a i {
    width: 24px;
    height: 20px;
    margin-top: -10px;
    right: 16px;
  }
}
.btn-round.-icon-pigeon-w a i::before {
  background: url(../img/common/icon_pigeon_w.svg) center center no-repeat;
  background-size: 100% auto;
  transition: opacity 0.3s ease-out;
}
.btn-round.-icon-pigeon-w a i::after {
  background: url(../img/common/icon_pigeon_gray.svg) center center no-repeat;
  background-size: 100% auto;
  transition: opacity 0.3s ease-out;
}
@media screen and (min-width: 1025px) {
  .btn-round.-icon-pigeon-w a:hover i::before {
    opacity: 0;
    transition: opacity 0.2s ease-out;
  }
  .btn-round.-icon-pigeon-w a:hover i::after {
    opacity: 1;
    transition: opacity 0.2s ease-out;
    animation: move_pigeon 0.2s 0.2s forwards infinite linear;
  }
}
.btn-round.-icon-tel-w a i {
  width: 2.93333vw;
  height: 4.26667vw;
  margin-top: -2.13333vw;
  right: 4vw;
}
@media print, screen and (min-width: 768px) {
  .btn-round.-icon-tel-w a i {
    width: 1.14286vw;
    height: 1.85714vw;
    margin-top: -0.92857vw;
    right: 22px;
  }
}
@media screen and (min-width: 1400px) {
  .btn-round.-icon-tel-w a i {
    width: 16px;
    height: 26px;
    margin-top: -13px;
    right: 22px;
  }
}
.btn-round.-icon-tel-w a i::before {
  background: url(../img/common/icon_tel_w.svg) center center no-repeat;
  background-size: 100% auto;
  transition: opacity 0.3s ease-out;
}
.btn-round.-icon-tel-w a i::after {
  background: url(../img/common/icon_tel_gray.svg) center center no-repeat;
  background-size: 100% auto;
  transition: opacity 0.3s ease-out;
}
@media screen and (min-width: 1025px) {
  .btn-round.-icon-tel-w a:hover i::before {
    opacity: 0;
    transition: opacity 0.2s ease-out;
  }
  .btn-round.-icon-tel-w a:hover i::after {
    opacity: 1;
    transition: opacity 0.2s ease-out;
    animation: move_tel 0.2s 0.2s forwards infinite linear;
  }
}
.btn-round.-contact a {
  background: #0086ad;
}
@media print, screen and (min-width: 768px) {
  .btn-round.-contact a::before {
    border: 1px solid #0086ad;
  }
}
.btn-round.-contact a .txt-assets span.txt-01 {
  color: #fff;
}
.btn-round.-contact a .txt-assets span.txt-02 {
  color: #0086ad;
}
@media print, screen and (min-width: 768px) {
  .btn-round.-pc-r {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-right: 3.5%;
  }
  .btn-round.-pc-r a {
    margin: 0 0;
  }
}
.btn-round a i {
  position: absolute;
  display: block;
  top: 50%;
  z-index: 10;
  transition: transform 0.3s ease-out;
}
.btn-round a i::before, .btn-round a i::after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: opacity 0.3s ease-out;
  opacity: 1;
}
.btn-round a i::after {
  opacity: 0;
}

/*********************************************

-- mv
-- about
-- lab
-- news
-- access

*********************************************/
.css-loop {
  overflow: hidden;
  padding: 5.33333vw 0 5.33333vw;
}
@media print, screen and (min-width: 768px) {
  .css-loop {
    padding: 4.28571vw 0 4.28571vw;
  }
}
@media screen and (min-width: 1400px) {
  .css-loop {
    padding: 60px 0 60px;
  }
}

.test-txt {
  font-size: 48vw;
  font-weight: 900;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .test-txt {
    font-size: 8.57143vw;
  }
}
@media screen and (min-width: 1400px) {
  .test-txt {
    font-size: 120px;
  }
}
.test-txt span {
  display: inline-block;
}
.test-txt span:nth-child(1) {
  animation: purun 0.8s linear 0s infinite;
}
.test-txt span:nth-child(2) {
  animation: purun 0.8s linear 0.1s infinite;
}
.test-txt span:nth-child(3) {
  animation: purun 0.8s linear 0.2s infinite;
}
.test-txt span:nth-child(4) {
  animation: purun 0.8s linear 0.3s infinite;
}
.test-txt span:nth-child(5) {
  animation: purun 0.8s linear 0.4s infinite;
}
.test-txt span:nth-child(6) {
  animation: purun 0.8s linear 0.5s infinite;
}
.test-txt span:nth-child(7) {
  animation: purun 0.8s linear 0.6s infinite;
}
.test-txt.poyooon-anime span:nth-child(1) {
  animation: poyooon2 1.6s linear 0s infinite;
}
.test-txt.poyooon-anime span:nth-child(2) {
  animation: poyooon2 1.6s linear 0.1s infinite;
}
.test-txt.poyooon-anime span:nth-child(3) {
  animation: poyooon2 1.6s linear 0.2s infinite;
}
.test-txt.poyooon-anime span:nth-child(4) {
  animation: poyooon2 1.6s linear 0.3s infinite;
}
.test-txt.poyooon-anime span:nth-child(5) {
  animation: poyooon2 1.6s linear 0.4s infinite;
}
.test-txt.poyooon-anime span:nth-child(6) {
  animation: poyooon2 1.6s linear 0.5s infinite;
}
.test-txt.poyooon-anime span:nth-child(7) {
  animation: poyooon2 1.6s linear 0.6s infinite;
}

.css-loop__scroll .loop-txt__inner {
  white-space: nowrap;
  display: block;
  padding-right: 0.5em;
}
.css-loop__scroll .loop-txt__inner:nth-child(odd) {
  background: #666;
  animation: loop 10s -5s linear infinite;
}
.css-loop__scroll .loop-txt__inner:nth-child(even) {
  background: #000099;
  animation: loop2 10s 0s linear infinite;
}

.css-loop__txt {
  display: block;
  font-weight: 800;
  letter-spacing: 0.1em;
  color: #eee;
  color: #ccc;
  width: auto;
  width: 100vw;
  display: flex;
}
.css-loop__txt span {
  display: inline-block;
  font-size: 20vw;
  position: relative;
  top: 0.04em;
  letter-spacing: 0.08em;
}
@media print, screen and (min-width: 768px) {
  .css-loop__txt span {
    font-size: 12.85714vw;
  }
}
@media screen and (min-width: 1400px) {
  .css-loop__txt span {
    font-size: 140px;
  }
}
.css-loop__txt span.-lung-ja {
  font-size: 18.66667vw;
}
@media print, screen and (min-width: 768px) {
  .css-loop__txt span.-lung-ja {
    font-size: 7.14286vw;
  }
}
@media screen and (min-width: 1400px) {
  .css-loop__txt span.-lung-ja {
    font-size: 40px !important;
    opacity: 0.4;
    color: #cc0000;
  }
}

.swiper-loop-txt {
  padding: 5.33333vw 0 5.33333vw;
}
@media print, screen and (min-width: 768px) {
  .swiper-loop-txt {
    padding: 4.28571vw 0 4.28571vw;
  }
}
@media screen and (min-width: 1400px) {
  .swiper-loop-txt {
    padding: 60px 0 60px;
  }
}
.swiper-loop-txt .swiper-wrapper {
  transition-timing-function: linear;
}
.swiper-loop-txt .swiper-container {
  overflow: visible;
  width: auto;
}

.loop-txt.swiper-slide {
  display: block;
  font-weight: 800;
  letter-spacing: 0.1em;
  color: #eee;
  color: #ccc;
  width: auto !important;
}
.loop-txt.swiper-slide span {
  display: inline-block;
  font-size: 20vw;
  position: relative;
  top: 0.04em;
  letter-spacing: 0.08em;
}
@media print, screen and (min-width: 768px) {
  .loop-txt.swiper-slide span {
    font-size: 12.85714vw;
  }
}
@media screen and (min-width: 1400px) {
  .loop-txt.swiper-slide span {
    font-size: 140px;
  }
}
.loop-txt.swiper-slide span.-lung-ja {
  font-size: 18.66667vw;
}
@media print, screen and (min-width: 768px) {
  .loop-txt.swiper-slide span.-lung-ja {
    font-size: 7.14286vw;
  }
}
@media screen and (min-width: 1400px) {
  .loop-txt.swiper-slide span.-lung-ja {
    font-size: 40px !important;
    opacity: 0.4;
    color: #cc0000;
  }
}
.loop-txt.swiper-slide .loop-txt__inner {
  margin-right: 0.8em;
}

.purun-anime span:nth-child(1) {
  animation: purun 0.8s linear 0s infinite;
}
.purun-anime span:nth-child(2) {
  animation: purun 0.8s linear 0.1s infinite;
}
.purun-anime span:nth-child(3) {
  animation: purun 0.8s linear 0.2s infinite;
}
.purun-anime span:nth-child(4) {
  animation: purun 0.8s linear 0.3s infinite;
}
.purun-anime span:nth-child(5) {
  animation: purun 0.8s linear 0.4s infinite;
}
.purun-anime span:nth-child(6) {
  animation: purun 0.8s linear 0.5s infinite;
}
.purun-anime span:nth-child(7) {
  animation: purun 0.8s linear 0.6s infinite;
}

.poyooon-anime span:nth-child(1) {
  animation: poyooon2 1.6s linear 0s infinite;
}
.poyooon-anime span:nth-child(2) {
  animation: poyooon2 1.6s linear 0.1s infinite;
}
.poyooon-anime span:nth-child(3) {
  animation: poyooon2 1.6s linear 0.2s infinite;
}
.poyooon-anime span:nth-child(4) {
  animation: poyooon2 1.6s linear 0.3s infinite;
}
.poyooon-anime span:nth-child(5) {
  animation: poyooon2 1.6s linear 0.4s infinite;
}
.poyooon-anime span:nth-child(6) {
  animation: poyooon2 1.6s linear 0.5s infinite;
}
.poyooon-anime span:nth-child(7) {
  animation: poyooon2 1.6s linear 0.6s infinite;
}

#debugArea {
  position: absolute;
  z-index: 1000;
  top: 120px;
  left: 20px;
  line-height: 1.4;
  color: #fff;
}

/*********************************************
mv
*********************************************/
.index-mv-wrap {
  width: 100%;
  /*    padding-bottom: 66.66%;
      padding-bottom: 90%;*/
  /*    height: 50%;*/
  background: #111;
  height: 100vh;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.index-mv-main {
  position: absolute;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #111111;
}

/* lab */
.index-mv-lab {
  width: 80vw;
  height: 8vw;
  position: absolute;
  bottom: 4vw;
  left: 4vw;
  z-index: 10;
}
@media screen and (min-width: 1400px) {
  .index-mv-lab {
    width: 600px;
    height: 50px;
    bottom: 30px;
    left: 30px;
  }
}

.index-mv-lab-no {
  width: 20vw;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
}
@media screen and (min-width: 1400px) {
  .index-mv-lab-no {
    width: 130px;
  }
}

.index-mv-lab-no span {
  color: #111;
  font-size: 3.73333vw;
  font-weight: 700;
  position: relative;
  top: 2vw;
  opacity: 0;
  font-family: 'Oswald', sans-serif;
}
@media screen and (min-width: 1400px) {
  .index-mv-lab-no span {
    top: 11px;
    font-size: 28px;
  }
}

.index-mv-lab-no-bg {
  width: 0%;
  background: #cc0000;
  background: #bbcc00;
  height: 100%;
  height: 8vw;
}
@media screen and (min-width: 1400px) {
  .index-mv-lab-no-bg {
    height: 50px;
  }
}

.index-mv-lab-tit {
  position: absolute;
  width: 60vw;
  top: 0;
  left: 20vw;
  color: #fff;
  padding: 1.73333vw 2.66667vw 0;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 1400px) {
  .index-mv-lab-tit {
    width: 450px;
    left: 130px;
    padding: 8px 20px 0;
  }
}

.index-mv-lab-tit div {
  overflow: hidden;
  width: 0%;
}

.index-mv-lab-tit span {
  width: 61.33333vw;
  display: block;
  font-size: 4.26667vw;
  font-weight: 700;
  font-family: 'Oswald', sans-serif;
  line-height: 1;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.8);
}
@media screen and (min-width: 1400px) {
  .index-mv-lab-tit span {
    width: 460px;
    font-size: 32px;
  }
}

.loading-txt {
  z-index: 200 !important;
  width: 100%;
  text-align: center;
  top: 50%;
  margin-top: -6px;
  color: #fff;
  letter-spacing: 0.04em;
  font-weight: 700;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: 'Roboto', sans-serif;
  animation-name: anime1;
  animation-duration: 0.1s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
  position: fixed;
  display: block;
  height: 40px;
}

@keyframes anime1 {
  0% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
@media print, screen and (min-width: 768px) {
  .loading-txt {
    margin-top: -7px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .loading-txt {
    margin-top: -5px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
/*********************************************
about
*********************************************/
.about-me-wrap {
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 18.66667vw;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .about-me-wrap {
    margin-bottom: 5.71429vw;
  }
}
@media screen and (min-width: 1400px) {
  .about-me-wrap {
    margin-bottom: 80px;
  }
}

.about-me-base {
  position: relative;
  background: url(../../assets/img/about/about_me_01_400_400.png) 0 0 no-repeat;
  background-size: 100% auto;
  width: 53.33333vw;
  height: 53.33333vw;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 768px) {
  .about-me-base {
    width: 28.57143vw;
    height: 28.57143vw;
  }
}
@media screen and (min-width: 1400px) {
  .about-me-base {
    width: 400px;
    height: 400px;
  }
}

.about-me-mouth {
  width: 8.53333vw;
  height: 2.66667vw;
  top: 36vw;
  left: 45.06667vw;
  top: 31.2vw;
  left: 22.4vw;
  width: 8.53333vw;
  height: 7.73333vw;
  top: 28.8vw;
  left: 22.4vw;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .about-me-mouth {
    width: 4.57143vw;
    height: 1.42857vw;
    top: 19.28571vw;
    left: 24.14286vw;
    top: 16.71429vw;
    left: 12vw;
    width: 4.57143vw;
    height: 4.14286vw;
    top: 15.42857vw;
    left: 12vw;
  }
}
@media screen and (min-width: 1400px) {
  .about-me-mouth {
    width: 64px;
    height: 20px;
    top: 270px;
    left: 338px;
    top: 234px;
    left: 168px;
    width: 64px;
    height: 58px;
    top: 216px;
    left: 168px;
  }
}

.about-me-serif {
  position: absolute;
  width: 100%;
  top: 45.33333vw;
}
@media print, screen and (min-width: 768px) {
  .about-me-serif {
    top: 24.28571vw;
  }
}
@media screen and (min-width: 1400px) {
  .about-me-serif {
    top: 340px;
  }
}

.about-me-serif div {
  display: inline-block;
  background: #FFF;
  border-radius: 2.13333vw;
  font-size: 3.73333vw;
  font-weight: bold;
  padding: 4vw 13.33333vw;
  line-height: 1.8;
  border: 4px solid #707070;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .about-me-serif div {
    border-radius: 1.14286vw;
    font-size: 2vw;
    padding: 2.14286vw 7.14286vw;
  }
}
@media screen and (min-width: 1400px) {
  .about-me-serif div {
    border-radius: 16px;
    font-size: 28px;
    padding: 30px 100px;
  }
}
.about-me-serif div:after {
  position: absolute;
  display: block;
  content: '';
  left: 50%;
  margin-left: -2.13333vw;
  top: -2.93333vw;
  width: 4.26667vw;
  height: 4.26667vw;
  background: #fff;
  border-left: 4px solid #707070;
  border-bottom: 4px solid #707070;
  transform: rotate(135deg);
}
@media print, screen and (min-width: 768px) {
  .about-me-serif div:after {
    margin-left: -1.14286vw;
    top: -1.35714vw;
    width: 2.28571vw;
    height: 2.28571vw;
  }
}
@media screen and (min-width: 1400px) {
  .about-me-serif div:after {
    margin-left: -16px;
    top: -19px;
    width: 32px;
    height: 32px;
  }
}

.about-me-mouth.status-mouse-a {
  background: url(../../assets/img/about/mouse_a.png) 0 0 no-repeat;
  background-size: 8.53333vw 7.73333vw;
}
@media print, screen and (min-width: 768px) {
  .about-me-mouth.status-mouse-a {
    background-size: 4.57143vw 4.14286vw;
  }
}
@media screen and (min-width: 1400px) {
  .about-me-mouth.status-mouse-a {
    background-size: 64px 58px;
  }
}

.about-me-mouth.status-mouse-i {
  background: url(../../assets/img/about/mouse_i.png) 0 0 no-repeat;
  background-size: 8.53333vw 7.73333vw;
}
@media print, screen and (min-width: 768px) {
  .about-me-mouth.status-mouse-i {
    background-size: 4.57143vw 4.14286vw;
  }
}
@media screen and (min-width: 1400px) {
  .about-me-mouth.status-mouse-i {
    background-size: 64px 58px;
  }
}

.about-me-mouth.status-mouse-u {
  background: url(../../assets/img/about/mouse_u.png) 0 0 no-repeat;
  background-size: 8.53333vw 7.73333vw;
}
@media print, screen and (min-width: 768px) {
  .about-me-mouth.status-mouse-u {
    background-size: 4.57143vw 4.14286vw;
  }
}
@media screen and (min-width: 1400px) {
  .about-me-mouth.status-mouse-u {
    background-size: 64px 58px;
  }
}

.about-me-mouth.status-mouse-e {
  background: url(../../assets/img/about/mouse_e.png) 0 0 no-repeat;
  background-size: 8.53333vw 7.73333vw;
}
@media print, screen and (min-width: 768px) {
  .about-me-mouth.status-mouse-e {
    background-size: 4.57143vw 4.14286vw;
  }
}
@media screen and (min-width: 1400px) {
  .about-me-mouth.status-mouse-e {
    background-size: 64px 58px;
  }
}

.about-me-mouth.status-mouse-o {
  background: url(../../assets/img/about/mouse_o.png) 0 0 no-repeat;
  background-size: 8.53333vw 7.73333vw;
}
@media print, screen and (min-width: 768px) {
  .about-me-mouth.status-mouse-o {
    background-size: 4.57143vw 4.14286vw;
  }
}
@media screen and (min-width: 1400px) {
  .about-me-mouth.status-mouse-o {
    background-size: 64px 58px;
  }
}

.about-me-serif div span {
  color: #999;
}

.about-me-serif div span.state-complete {
  color: #111;
}

.about-me-serif a {
  text-decoration: underline;
  color: #333;
  padding: 0 1.6vw 1.86667vw 1.6vw;
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  .about-me-serif a {
    padding: 0 0.42857vw 0.5vw 0.42857vw;
  }
}
@media screen and (min-width: 1400px) {
  .about-me-serif a {
    padding: 0 6px 7px 6px;
  }
}

/*********************************************
lab
*********************************************/
@media print, screen and (min-width: 768px) {
  .lab-swiper {
    width: 92%;
    max-width: 1920px;
    margin: 0 auto;
  }
}

.sec-index-lab {
  position: relative;
}
.sec-index-lab .swiper-slide.swiper-slide-active {
  z-index: 20;
}
.sec-index-lab .swiper-container {
  background: #fff;
  width: 100%;
  margin: 0 0;
  position: relative;
  z-index: 10;
  overflow: visible;
  padding-bottom: 13.33333vw;
}
@media print, screen and (min-width: 768px) {
  .sec-index-lab .swiper-container {
    margin: 0 0 0 0;
    padding-bottom: 3.57143vw;
  }
}
@media screen and (min-width: 1400px) {
  .sec-index-lab .swiper-container {
    padding-bottom: 50px;
  }
}
@media print, screen and (min-width: 768px) {
  .sec-index-lab .swiper-wrapper {
    width: 54.28571vw;
    margin: 0 0 0 0;
  }
}
@media screen and (min-width: 1400px) {
  .sec-index-lab .swiper-wrapper {
    width: 760px;
  }
}
.sec-index-lab .swiper-button-prev {
  top: 65.6vw;
  left: 3.2vw;
  width: 8vw;
  height: 11.73333vw;
  background: none;
  transition: opacity 0.3s 0s ease-out;
  z-index: 30;
}
@media print, screen and (min-width: 768px) {
  .sec-index-lab .swiper-button-prev {
    width: 6.21429vw;
    height: 5.71429vw;
    top: 18.57143vw;
    left: -3.92857vw;
  }
}
@media screen and (min-width: 1400px) {
  .sec-index-lab .swiper-button-prev {
    width: 70px;
    height: 80px;
    top: 260px;
    left: -55px;
  }
}
.sec-index-lab .swiper-button-prev::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 0.53333vw;
  background: #333;
  margin-top: -0.26667vw;
}
@media print, screen and (min-width: 768px) {
  .sec-index-lab .swiper-button-prev::after {
    height: 0.42857vw;
    margin-top: -0.21429vw;
  }
}
@media screen and (min-width: 1400px) {
  .sec-index-lab .swiper-button-prev::after {
    height: 6px;
    margin-top: -3px;
  }
}
.sec-index-lab .swiper-button-prev::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 4vw;
  height: 0.53333vw;
  background: #333;
  margin-top: -0.26667vw;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
  transform: rotate(-36deg);
}
@media print, screen and (min-width: 768px) {
  .sec-index-lab .swiper-button-prev::before {
    width: 2.14286vw;
    height: 0.42857vw;
    margin-top: -0.21429vw;
  }
}
@media screen and (min-width: 1400px) {
  .sec-index-lab .swiper-button-prev::before {
    width: 30px;
    height: 6px;
    margin-top: -3px;
  }
}
.sec-index-lab .swiper-button-next {
  top: 65.6vw;
  left: auto;
  right: 3.2vw;
  width: 8vw;
  height: 11.73333vw;
  background: none;
  transition: opacity 0.3s 0s ease-out;
  z-index: 30;
}
@media print, screen and (min-width: 768px) {
  .sec-index-lab .swiper-button-next {
    width: 5vw;
    height: 5.71429vw;
    top: 18.57143vw;
    right: -3.92857vw;
  }
}
@media screen and (min-width: 1400px) {
  .sec-index-lab .swiper-button-next {
    width: 70px;
    height: 80px;
    top: 260px;
    right: -55px;
  }
}
.sec-index-lab .swiper-button-next::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 0.53333vw;
  background: #333;
  margin-top: -0.26667vw;
}
@media print, screen and (min-width: 768px) {
  .sec-index-lab .swiper-button-next::after {
    height: 0.42857vw;
    margin-top: -0.21429vw;
  }
}
@media screen and (min-width: 1400px) {
  .sec-index-lab .swiper-button-next::after {
    height: 6px;
    margin-top: -3px;
  }
}
.sec-index-lab .swiper-button-next::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 4vw;
  height: 0.53333vw;
  background: #333;
  margin-top: -0.26667vw;
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  transform: rotate(36deg);
}
@media print, screen and (min-width: 768px) {
  .sec-index-lab .swiper-button-next::before {
    width: 2.14286vw;
    height: 0.42857vw;
    margin-top: -0.21429vw;
  }
}
@media screen and (min-width: 1400px) {
  .sec-index-lab .swiper-button-next::before {
    width: 30px;
    height: 6px;
    margin-top: -3px;
  }
}
.sec-index-lab .swiper-scrollbar {
  position: absolute;
  width: 50% !important;
  width: 100% !important;
  height: 3px !important;
  left: 0;
}
.sec-index-lab .swiper-pagination {
  position: relative;
  position: absolute;
  width: 100%;
  top: auto;
  bottom: 0;
  z-index: 20;
}
.sec-index-lab .swiper-pagination-bullet-active {
  opacity: 1 !important;
}
.sec-index-lab .swiper-pagination-bullet {
  background: #333;
  margin: 0 1.33333vw !important;
  width: 10.66667vw;
  height: 0.53333vw;
  opacity: 0.5;
  border-radius: 0;
}
@media print, screen and (min-width: 768px) {
  .sec-index-lab .swiper-pagination-bullet {
    margin: 0 0.71429vw !important;
    width: 5.71429vw;
    height: 0.28571vw;
  }
}
@media screen and (min-width: 1400px) {
  .sec-index-lab .swiper-pagination-bullet {
    margin: 0 10px !important;
    width: 80px;
    height: 4px;
  }
}

.lab-swiper__items {
  margin: 0 auto;
}
.lab-swiper__items .lab-swiper__item:last-child {
  margin-bottom: 0;
}

.lab-swiper__inner {
  transition: transform 0.5s ease-out;
}

.lab-swiper__img {
  margin-bottom: 6.66667vw;
}
@media print, screen and (min-width: 768px) {
  .lab-swiper__img {
    margin-bottom: 2.85714vw;
  }
}
@media screen and (min-width: 1400px) {
  .lab-swiper__img {
    margin-bottom: 40px;
  }
}

.lab-swiper__con {
  width: 88vw;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .lab-swiper__con {
    width: 50vw;
  }
}
@media screen and (min-width: 1400px) {
  .lab-swiper__con {
    width: 700px;
  }
}

.lab-swiper__ttl {
  font-size: 6.93333vw;
  font-weight: 800;
  margin-bottom: 6.66667vw;
  font-family: 'Mukta Malar', sans-serif;
  letter-spacing: 0em;
  text-align: left;
}
@media print, screen and (min-width: 768px) {
  .lab-swiper__ttl {
    text-align: left;
    font-size: 3.14286vw;
    margin-bottom: 2.85714vw;
  }
}
@media screen and (min-width: 1400px) {
  .lab-swiper__ttl {
    font-size: 44px;
    margin-bottom: 40px;
  }
}

.lab-swiper__info {
  margin-bottom: 2.66667vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media print, screen and (min-width: 768px) {
  .lab-swiper__info {
    margin-bottom: 1.42857vw;
  }
}
@media screen and (min-width: 1400px) {
  .lab-swiper__info {
    margin-bottom: 20px;
  }
}
.lab-swiper__info dl {
  margin-right: 5.33333vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.lab-swiper__info dl:last-child {
  margin-right: 0;
}
@media print, screen and (min-width: 768px) {
  .lab-swiper__info dl {
    margin-right: 2.85714vw;
  }
}
@media screen and (min-width: 1400px) {
  .lab-swiper__info dl {
    margin-right: 40px;
  }
}
.lab-swiper__info dl dt {
  margin-right: 2.66667vw;
  position: relative;
  padding-right: 4vw;
  font-size: 3.2vw;
  font-weight: 700;
}
@media print, screen and (min-width: 768px) {
  .lab-swiper__info dl dt {
    margin-right: 0.71429vw;
    font-size: 1.14286vw;
    padding-right: 1.42857vw;
  }
}
@media screen and (min-width: 1400px) {
  .lab-swiper__info dl dt {
    margin-right: 10px;
    font-size: 16px;
    padding-right: 20px;
  }
}
.lab-swiper__info dl dt::after {
  content: '';
  display: block;
  position: absolute;
  width: 2.66667vw;
  height: 1px;
  margin-top: 0px;
  background: #111;
  top: 50%;
  right: 0;
}
@media print, screen and (min-width: 768px) {
  .lab-swiper__info dl dt::after {
    width: 0.71429vw;
  }
}
@media screen and (min-width: 1400px) {
  .lab-swiper__info dl dt::after {
    width: 10px;
  }
}
.lab-swiper__info dl dd {
  font-size: 3.2vw;
  font-weight: 500;
}
@media print, screen and (min-width: 768px) {
  .lab-swiper__info dl dd {
    font-size: 1.14286vw;
  }
}
@media screen and (min-width: 1400px) {
  .lab-swiper__info dl dd {
    font-size: 16px;
  }
}

.lab-swiper__txt {
  font-size: 3.73333vw;
  line-height: 2;
  margin-bottom: 8vw;
}
@media print, screen and (min-width: 768px) {
  .lab-swiper__txt {
    margin-bottom: 2.85714vw;
    font-size: 1.28571vw;
    line-height: 2;
  }
}
@media screen and (min-width: 1400px) {
  .lab-swiper__txt {
    margin-bottom: 40px;
    font-size: 18px;
  }
}

/*********************************************
news
*********************************************/
.sec-index-news {
  position: relative;
}

.news-bg__wrap {
  position: absolute;
  top: 50%;
  z-index: 1;
  width: 180%;
  left: 60%;
  margin-top: -90%;
  width: 100%;
  margin-top: -50%;
}
@media print, screen and (min-width: 768px) {
  .news-bg__wrap {
    width: 92%;
    max-width: 1920px;
    margin: 0 auto;
    margin: 0 0 0 0;
    left: 50%;
  }
  .-under .news-bg__wrap {
    transform: translateX(20%);
  }
}

.news-bg {
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .news-bg {
    width: 50vw;
    left: 0;
    margin-top: -26.78571vw;
    margin-left: -62.85714vw;
  }
}
@media screen and (min-width: 1400px) {
  .news-bg {
    width: 700px;
    margin-top: -375px;
    margin-left: -880px;
  }
}
.news-bg span {
  display: block;
  margin-top: 20px;
  color: #cc0000;
  font-size: 12px;
  text-align: center;
  font-weight: 700;
}

.news-bg__earth {
  position: relative;
  z-index: 1;
}
.news-bg__earth img {
  position: relative;
  z-index: 1;
  animation: move_rot_360 200s forwards infinite linear;
}
.news-bg__earth::after {
  content: '';
  display: block;
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../../assets/img/common/img_earth_shadow.svg) 0 0 no-repeat;
  background-size: 100% auto;
}

.news-layout {
  position: relative;
  z-index: 2;
}
@media print, screen and (min-width: 768px) {
  .news-layout {
    min-height: 50vw;
  }
}
@media screen and (min-width: 1400px) {
  .news-layout {
    min-height: 700px;
  }
}
@media print, screen and (min-width: 768px) {
  .news-layout {
    width: 92%;
    max-width: 1920px;
    margin: 0 auto;
    display: table;
  }
  .news-layout .news-layout__l {
    position: relative;
    width: 30%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    top: -1.42857vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1400px) {
  .news-layout .news-layout__l {
    top: -20px;
  }
}
@media print, screen and (min-width: 768px) {
  .news-layout .news-layout__r {
    width: 68%;
    display: table-cell;
    vertical-align: middle;
    position: relative;
  }
}

/*********************************************
access
*********************************************/
.sec-index-access {
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .access-ttl {
    position: absolute;
    left: 56%;
    width: 44%;
    width: 44%;
    top: 10vw;
    z-index: 10;
  }
}
@media screen and (min-width: 768px) and (min-width: 1400px) {
  .access-ttl {
    top: 140px;
  }
}

@media print, screen and (min-width: 768px) {
  .access-layout {
    width: 92%;
    max-width: 1920px;
    margin: 0 auto;
    display: table;
  }
  .access-layout .access-layout__l {
    width: 56%;
    display: table-cell;
    vertical-align: top;
    position: relative;
  }
  .access-layout .access-layout__r {
    width: 44%;
    display: table-cell;
    vertical-align: middle;
    padding-top: 6.42857vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1400px) {
  .access-layout .access-layout__r {
    padding-top: 90px;
  }
}

/*********************************************
form
*********************************************/
select {
  outline: none;
}

option {
  outline: none;
}

select {
  outline: 0;
}

option {
  outline: 0;
}

input:-webkit-autofill,
textarea:-webkit-autofill {
  background-color: #faffbd;
  background-image: none;
  color: black;
}

select:-moz-focusring * {
  text-shadow: none;
}

select:-moz-focusring {
  color: #fff;
  text-shadow: 0px 0px 0px #fff;
  /* カラーは調整して下さい */
}

select::-moz-focus-inner,
option::-moz-focus-inner {
  border: 0px;
}

button {
  border: none;
  background: none;
}

option,
select,
textarea,
input[type="number"],
input[type="button"],
input[type="submit"],
input[type="text"],
input[type="password"],
input[type="email"],
input[type="select"],
input[type="option"],
input[type="checkbox"] {
  -webkit-appearance: none;
  border-radius: 0;
  outline: 0;
  background: #fff;
  background: transparent;
}

input[type="option"],
input[type="select"] {
  overflow: hidden;
  word-wrap: normal !important;
  white-space: normal;
  max-width: 100%;
}

input[type="select"] {
  font-size: 16px;
}

/* for firefox */
select {
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
}

/* for ie10 ie11 */
select::-ms-expand {
  display: none;
}

/* Google Chrome, Safari, Opera 15+, Android, iOS */
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  background-color: #fff;
  background-image: none;
  color: #999;
}

/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {
  color: #aaaaaa;
  font-size: 16px;
  padding-top: 2px;
  line-height: normal !important;
}

body.user-os-iphone input::-webkit-input-placeholder {
  padding-top: 0px;
}

/* Firefox 18- */
textarea,
input[type="number"],
input[type="tel"],
input[type="email"],
input[type="password"],
input[type=text] {
  width: 100%;
  padding: 0 15px;
  height: 50px;
  font-size: 16px;
  overflow: hidden;
  line-height: 1;
}

textarea {
  height: 200px;
  padding: 10px 10px;
}

textarea:focus,
input[type="text"]:focus {
  border: 1px solid #666;
}

/*
https://dol.co.jp/archives/column/%E3%80%90wordpress-%E3%80%91mw-wp-form%E3%81%AE%E3%82%A8%E3%83%A9%E3%83%BC%E3%83%A1%E3%83%83%E3%82%BB%E3%83%BC%E3%82%B8%E3%81%AE%E3%82%AB%E3%82%B9%E3%82%BF%E3%83%9E%E3%82%A4%E3%82%BA%E6%96%B9%E6%B3%95
*/
.mwform-tel-field {
  display: block;
  width: 100%;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .mwform-tel-field {
    width: 100%;
  }
}
.mwform-tel-field input[type="text"] {
  display: inline-block;
  display: block;
  margin-left: 0.5em !important;
  margin-right: 0.5em !important;
  width: 5.5em !important;
  position: relative;
}
.mwform-tel-field input[type="text"]:first-child {
  margin-left: 0 !important;
}
.mwform-tel-field input[type="text"]:last-child {
  margin-right: 0 !important;
}

.-form-error .icon-round__img {
  background: #f4dbdb;
}
.-form-error .txt-form {
  color: #cc0000;
}

.js-state-error span.error {
  margin-top: 0 !important;
}

.-form-confirm .form-assets__normal {
  display: none;
}
.-form-confirm .form-item__r {
  font-size: 4.26667vw;
  font-weight: 500;
  line-height: 1.6;
}
@media print, screen and (min-width: 768px) {
  .-form-confirm .form-item__r {
    font-size: 1.42857vw;
  }
}
@media screen and (min-width: 1400px) {
  .-form-confirm .form-item__r {
    font-size: 20px;
  }
}
.-form-confirm .form-items .form-item.-checkbox {
  padding: 5.33333vw 0 5.33333vw;
}
@media print, screen and (min-width: 768px) {
  .-form-confirm .form-items .form-item.-checkbox {
    padding: 2.85714vw 0 2.85714vw;
  }
}
@media screen and (min-width: 1400px) {
  .-form-confirm .form-items .form-item.-checkbox {
    padding: 40px 0 40px;
  }
}
.-form-confirm .form-select {
  height: auto;
  border: none;
}
.-form-confirm .form-label_required {
  display: none;
}
.-form-confirm .label-hack-sp {
  padding-right: 1em;
}

.form-items {
  width: 100%;
  margin: 0 auto 10.66667vw;
}
@media print, screen and (min-width: 768px) {
  .form-items {
    margin-bottom: 5.71429vw;
  }
}
@media screen and (min-width: 1400px) {
  .form-items {
    margin-bottom: 80px;
  }
}
.form-items .form-item {
  border-bottom: 1px solid #fff !important;
  padding: 5.33333vw 0;
}
@media print, screen and (min-width: 768px) {
  .form-items .form-item {
    padding: 2.85714vw 0;
    border-bottom: none;
  }
}
@media screen and (min-width: 1400px) {
  .form-items .form-item {
    padding: 40px 0;
  }
}
.form-items .form-item.-checkbox {
  padding: 5.33333vw 0 0.66667vw;
}
@media print, screen and (min-width: 768px) {
  .form-items .form-item.-checkbox {
    padding: 2.85714vw 0 0.35714vw;
  }
}
@media screen and (min-width: 1400px) {
  .form-items .form-item.-checkbox {
    padding: 40px 0 5px;
  }
}
.form-items .form-item:last-child {
  margin-top: 5.33333vw;
  padding: 10.66667vw 0 0;
  border-top: 1px solid #ccc;
}
@media print, screen and (min-width: 768px) {
  .form-items .form-item:last-child {
    margin-top: 2.85714vw;
    padding: 5.71429vw 0 0;
  }
}
@media screen and (min-width: 1400px) {
  .form-items .form-item:last-child {
    margin-top: 40px;
    padding: 80px 0 0;
  }
}
.form-items .form-item.js-state-error {
  background: #faeded;
}
.form-items .form-item label {
  font-size: 4.26667vw;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 1.33333vw;
}
.form-items .form-item label.label-hack-sp {
  margin-bottom: 4vw;
}
@media print, screen and (min-width: 768px) {
  .form-items .form-item label.label-hack-sp {
    margin-bottom: 1.42857vw;
  }
}
@media screen and (min-width: 1400px) {
  .form-items .form-item label.label-hack-sp {
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .form-items .form-item label {
    font-size: 1.42857vw;
  }
}
@media screen and (min-width: 1400px) {
  .form-items .form-item label {
    font-size: 20px;
  }
}
.form-items .form-item span.error {
  display: block !important;
  font-size: 3.73333vw;
  line-height: 1.8;
  font-weight: 700;
  margin-top: 2.66667vw;
  color: #a61f24;
}
@media print, screen and (min-width: 768px) {
  .form-items .form-item span.error {
    font-size: 1.28571vw;
    margin-top: 1.42857vw;
  }
}
@media screen and (min-width: 1400px) {
  .form-items .form-item span.error {
    font-size: 18px;
    margin-top: 20px;
  }
}

.form-check-radio-items .label {
  margin-bottom: 0 !important;
}

.form-item__l {
  margin-bottom: 2.66667vw;
}
@media print, screen and (min-width: 768px) {
  .form-item__l {
    margin-bottom: 0;
  }
}

.form-layouts .form-layout {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 4vw;
}
.form-layouts .form-layout:last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 768px) {
  .form-layouts .form-layout {
    margin-bottom: 2.14286vw;
  }
}
@media screen and (min-width: 1400px) {
  .form-layouts .form-layout {
    margin-bottom: 30px;
  }
}

.form-layout__inner {
  width: 49%;
}

.form-layout__inner {
  width: 49%;
}

.form-label_required {
  display: inline-block;
  color: #a61f24;
  font-size: 2.66667vw;
  margin-left: 1.06667vw;
  font-weight: 700;
  position: relative;
  top: -0.2em;
}
@media print, screen and (min-width: 768px) {
  .form-label_required {
    font-size: 0.85714vw;
    margin-left: 0.42857vw;
  }
}
@media screen and (min-width: 1400px) {
  .form-label_required {
    font-size: 12px;
    margin-left: 6px;
  }
}

.form-txt__ex {
  font-size: 3.73333vw;
}
@media print, screen and (min-width: 768px) {
  .form-txt__ex {
    font-size: 1.14286vw;
  }
}
@media screen and (min-width: 1400px) {
  .form-txt__ex {
    font-size: 16px;
  }
}

.form-item__inner {
  width: 92vw;
  margin: 0 auto;
  max-width: 980px;
}

.form-err-txt {
  margin-top: 12px;
  margin-bottom: 5px;
  color: #f14343;
}

.form-ex-txt {
  margin-top: 10px;
}

.form-label_ex,
.form-label_imperative {
  display: inline-block;
  font-size: 11px;
  padding: 4px 8px;
  color: #fff;
  margin-right: 6px;
}

.form-label_imperative {
  background: #cc0000;
}

.form-label_ex {
  background: #999;
}

.state-error .form-textarea,
.state-error .form-text {
  border: 1px solid #f14343;
  background: #ffeaea;
}

.form-select,
textarea.form-textarea,
input[type="number"].form-text,
input[type="tel"].form-text,
input[type="email"].form-text,
input[type="password"].form-text,
input[type="text"].form-text,
input[type="checkbox"].form-checkbox {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 1.6vw;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .form-select,
  textarea.form-textarea,
  input[type="number"].form-text,
  input[type="tel"].form-text,
  input[type="email"].form-text,
  input[type="password"].form-text,
  input[type="text"].form-text,
  input[type="checkbox"].form-checkbox {
    border-radius: 0.42857vw;
  }
}
@media screen and (min-width: 1400px) {
  .form-select,
  textarea.form-textarea,
  input[type="number"].form-text,
  input[type="tel"].form-text,
  input[type="email"].form-text,
  input[type="password"].form-text,
  input[type="text"].form-text,
  input[type="checkbox"].form-checkbox {
    border-radius: 6px;
  }
}

.form-textarea,
.form-text {
  width: 100%;
  height: 50px;
  font-size: 16px;
  padding: 0 20px;
}

.form-textarea {
  height: 100px;
}

.form-textarea {
  height: 240px;
  padding: 20px 20px;
  line-height: 1.6;
}

.form-select {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 50px;
  font-size: 16px;
  font-weight: 400 !important;
  margin-bottom: 0 !important;
}
.form-select select {
  width: 100%;
  height: 50px;
  font-size: 16px;
  padding: 0 15px;
  border: none;
}
.form-select::after {
  position: absolute;
  display: block;
  content: '';
  z-index: 10;
  top: 50%;
  width: 3.2vw;
  height: 4vw;
  margin-top: -2vw;
  right: 4.8vw;
  background: url(../img/common/icon_arr_btm_black.svg) center center no-repeat;
  background-size: 100% auto;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out;
}
@media print, screen and (min-width: 768px) {
  .form-select::after {
    width: 1.14286vw;
    height: 1vw;
    margin-top: -0.5vw;
    right: 1.71429vw;
  }
}
@media screen and (min-width: 1400px) {
  .form-select::after {
    width: 12px;
    height: 20px;
    margin-top: -10px;
    right: 20px;
  }
}

input[type="checkbox"].form-checkbox {
  width: 5.33333vw;
  height: 5.33333vw;
  position: relative;
  border-radius: 0.8vw;
}
@media print, screen and (min-width: 768px) {
  input[type="checkbox"].form-checkbox {
    width: 2.14286vw;
    height: 2.14286vw;
  }
}
@media screen and (min-width: 1400px) {
  input[type="checkbox"].form-checkbox {
    width: 30px;
    height: 30px;
  }
}
@media print, screen and (min-width: 768px) {
  input[type="checkbox"].form-checkbox {
    border-radius: 0.42857vw;
  }
}
@media screen and (min-width: 1400px) {
  input[type="checkbox"].form-checkbox {
    border-radius: 6px;
  }
}

.form-checkbox:checked:after,
.form-checkbox:checked:before {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  left: 50%;
  background: #333;
  margin-top: 1.06667vw;
  margin-left: -1.06667vw;
}
@media print, screen and (min-width: 768px) {
  .form-checkbox:checked:after,
  .form-checkbox:checked:before {
    margin-top: 0.28571vw;
    margin-left: -0.28571vw;
  }
}
@media screen and (min-width: 1400px) {
  .form-checkbox:checked:after,
  .form-checkbox:checked:before {
    margin-top: 4px;
    margin-left: -4px;
  }
}

.form-checkbox:checked:before {
  width: 3.73333vw;
  height: 0.8vw;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media print, screen and (min-width: 768px) {
  .form-checkbox:checked:before {
    width: 1vw;
    height: 0.21429vw;
  }
}
@media screen and (min-width: 1400px) {
  .form-checkbox:checked:before {
    width: 14px;
    height: 3px;
  }
}

.form-checkbox:checked:after {
  width: 1.6vw;
  height: 0.8vw;
  -webkit-transform-origin: 0 0;
  transform-origin: 0% 0;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
@media print, screen and (min-width: 768px) {
  .form-checkbox:checked:after {
    width: 0.42857vw;
    height: 0.21429vw;
  }
}
@media screen and (min-width: 1400px) {
  .form-checkbox:checked:after {
    width: 6px;
    height: 3px;
  }
}

.form-radio {
  background: #fff;
  border: 2px solid #c2c2c2;
  width: 24px;
  height: 24px;
  position: relative;
  box-shadow: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 12px;
  outline: none;
}

.form-radio:checked:after {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  left: 50%;
  background: #333;
  margin-top: -5px;
  margin-left: -5px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  outline: none;
}

.form-check-radio-items {
  padding-top: 2.66667vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media print, screen and (min-width: 768px) {
  .form-check-radio-items {
    padding-top: 0.71429vw;
  }
}
@media screen and (min-width: 1400px) {
  .form-check-radio-items {
    padding-top: 10px;
  }
}
.form-check-radio-items li,
.form-check-radio-items span.mwform-checkbox-field {
  display: block;
  margin: 0 5.33333vw 2.66667vw 0 !important;
}
@media print, screen and (min-width: 768px) {
  .form-check-radio-items li,
  .form-check-radio-items span.mwform-checkbox-field {
    margin: 0 2.85714vw 0.71429vw 0 !important;
  }
}
@media screen and (min-width: 1400px) {
  .form-check-radio-items li,
  .form-check-radio-items span.mwform-checkbox-field {
    margin: 0 40px 10px 0 !important;
  }
}
.form-check-radio-items li span,
.form-check-radio-items span.mwform-checkbox-field span {
  font-size: 3.73333vw;
  font-weight: 500;
  padding-left: 0vw;
  position: relative;
  top: -0.37em;
}
@media print, screen and (min-width: 768px) {
  .form-check-radio-items li span,
  .form-check-radio-items span.mwform-checkbox-field span {
    font-size: 1.14286vw;
    padding-left: 0vw;
    top: -0.55em;
  }
}
@media screen and (min-width: 1400px) {
  .form-check-radio-items li span,
  .form-check-radio-items span.mwform-checkbox-field span {
    font-size: 16px;
    padding-left: 0px;
  }
}

.form-btn__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 81.33333vw;
  margin: 0 auto;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .form-btn__items {
    width: 42.85714vw;
    justify-content: center;
  }
}
@media screen and (min-width: 1400px) {
  .form-btn__items {
    width: 600px;
  }
}

.form-btn {
  display: block;
  height: 16vw;
  line-height: 1.4;
  border: none;
  font-size: 4.26667vw;
  font-weight: 700;
  text-align: center;
  position: relative;
  border-radius: 8vw;
  cursor: pointer;
  outline: none;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .form-btn {
    height: 4.28571vw;
    border-radius: 2.14286vw;
  }
}
@media screen and (min-width: 1400px) {
  .form-btn {
    height: 60px;
    border-radius: 30px;
  }
}
.form-btn::before {
  display: block;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 1px solid #454545;
  z-index: 10;
  border-radius: 8vw;
}
@media print, screen and (min-width: 768px) {
  .form-btn::before {
    border-radius: 2.14286vw;
  }
}
@media screen and (min-width: 1400px) {
  .form-btn::before {
    border-radius: 30px;
  }
}
.form-btn::after {
  display: block;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background: #fff;
  opacity: 0;
  transform: translateX(-100%);
  transition: transform 0.3s ease-out, opacity 0.3s ease-out;
}
@media print, screen and (min-width: 768px) {
  .form-btn::after {
    border-radius: 2.14286vw;
  }
}
@media screen and (min-width: 1400px) {
  .form-btn::after {
    border-radius: 30px;
  }
}
@media print, screen and (min-width: 768px) {
  .form-btn div {
    position: relative;
    overflow: hidden;
    z-index: 2;
  }
}
.form-btn i {
  position: absolute;
  display: block;
  top: 50%;
  z-index: 10;
  transition: transform 0.3s ease-out;
}
.form-btn i::before, .form-btn i::after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: opacity 0.3s ease-out;
  opacity: 1;
}
.form-btn i::after {
  opacity: 0;
}
@media screen and (min-width: 1025px) {
  .form-btn:hover::after {
    opacity: 1;
    transform: translateX(0);
    transition: transform 0.2s ease-out, opacity 0.2s ease-out;
  }
  .form-btn:hover .txt-assets {
    transform: translateY(-100%);
    transition: transform 0.2s ease-out;
  }
}
.form-btn.form-btn__back .txt-assets span.txt-01 {
  color: #111;
}
.form-btn.form-btn__back .txt-assets span.txt-02 {
  color: #fff;
}
.form-btn.form-btn__back::after {
  background: #454545;
}
.form-btn .txt-assets {
  display: block;
  transition: transform 0.3s ease-out;
}
.form-btn .txt-assets span {
  display: block;
  position: absolute;
  width: 100%;
  position: relative;
}
.form-btn .txt-assets span.txt-01 {
  font-size: 5.33333vw;
  font-size: 3.73333vw;
  top: 0;
  opacity: 1;
  color: #fff;
}
@media print, screen and (min-width: 768px) {
  .form-btn .txt-assets span.txt-01 {
    font-size: 1.28571vw;
    height: 1.71429vw;
    padding: 0.14286vw 0;
    opacity: 1;
    transition: color 0.3s ease-out, opacity 0.3s ease-out, transform 0.3s ease-out;
  }
}
@media screen and (min-width: 1400px) {
  .form-btn .txt-assets span.txt-01 {
    font-size: 18px;
    height: 24px;
    padding: 2px 0;
  }
}
.form-btn .txt-assets span.txt-02 {
  position: absolute;
  top: 1.86667vw;
  left: 0.9em;
  font-size: 8vw;
  opacity: 0;
  width: 100%;
  line-height: 1;
  text-align: left;
  color: #111;
  transition: transform 0.3s ease-out;
}
@media print, screen and (min-width: 768px) {
  .form-btn .txt-assets span.txt-02 {
    text-align: center;
    font-size: 1.28571vw;
    top: 1.71429vw;
    height: 1.71429vw;
    padding: 0.14286vw 0;
    left: 0;
    opacity: 1;
  }
}
@media screen and (min-width: 1400px) {
  .form-btn .txt-assets span.txt-02 {
    font-size: 18px;
    top: 24px;
    height: 24px;
    padding: 2px 0;
  }
}
.form-btn.form-btn__confirm {
  color: #fff;
  background: #454545;
  position: relative;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .form-btn.form-btn__confirm {
    width: 25.71429vw;
  }
}
@media screen and (min-width: 1400px) {
  .form-btn.form-btn__confirm {
    width: 360px;
  }
}
.form-btn.form-btn__confirm i {
  width: 3.46667vw;
  height: 3.2vw;
  margin-top: -1.6vw;
  right: 4.8vw;
}
@media print, screen and (min-width: 768px) {
  .form-btn.form-btn__confirm i {
    width: 1.14286vw;
    height: 1vw;
    margin-top: -0.5vw;
    right: 1.71429vw;
  }
}
@media screen and (min-width: 1400px) {
  .form-btn.form-btn__confirm i {
    width: 16px;
    height: 14px;
    margin-top: -7px;
    right: 24px;
  }
}
.form-btn.form-btn__confirm i::before {
  background: url(../img/common/icon_arr_right_white.svg) center center no-repeat;
  background-size: 100% auto;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out;
}
.form-btn.form-btn__confirm i::after {
  opacity: 0;
  transform: translateX(-100%);
  background: url(../img/common/icon_arr_right_black.svg) center center no-repeat;
  background-size: 100% auto;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out;
}
@media screen and (min-width: 1025px) {
  .form-btn.form-btn__confirm:hover i::before {
    opacity: 0;
    transform: translateX(100%);
    transition: transform 0.2s ease-in, opacity 0.2s ease-in;
  }
  .form-btn.form-btn__confirm:hover i::after {
    opacity: 1;
    transform: translateX(0);
    transition: transform 0.2s 0.1s ease-out, opacity 0.2s 0.1s ease-out;
  }
}
.form-btn.form-btn__back {
  color: #454545;
  background: #fff;
  position: relative;
  width: 48%;
  padding-left: 5.33333vw;
}
@media print, screen and (min-width: 768px) {
  .form-btn.form-btn__back {
    padding-left: 2.14286vw;
    margin-right: 2%;
  }
}
@media screen and (min-width: 1400px) {
  .form-btn.form-btn__back {
    padding-left: 30px;
  }
}
.form-btn.form-btn__back i {
  width: 3.46667vw;
  height: 3.2vw;
  margin-top: -1.6vw;
  left: 4.8vw;
}
@media print, screen and (min-width: 768px) {
  .form-btn.form-btn__back i {
    width: 1.14286vw;
    height: 1vw;
    margin-top: -0.5vw;
    left: 1.71429vw;
  }
}
@media screen and (min-width: 1400px) {
  .form-btn.form-btn__back i {
    width: 16px;
    height: 14px;
    margin-top: -7px;
    left: 24px;
  }
}
.form-btn.form-btn__back i::before {
  background: url(../img/common/icon_arr_left_black.svg) center center no-repeat;
  background-size: 100% auto;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out;
}
.form-btn.form-btn__back i::after {
  opacity: 0;
  transform: translateX(100%);
  background: url(../img/common/icon_arr_left_white.svg) center center no-repeat;
  background-size: 100% auto;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out;
}
.form-btn.form-btn__back::after {
  transform: translateX(100%);
}
@media screen and (min-width: 1025px) {
  .form-btn.form-btn__back:hover::after {
    opacity: 1;
    transform: translateX(0);
    transition: transform 0.2s ease-out, opacity 0.2s ease-out;
  }
  .form-btn.form-btn__back:hover i::before {
    opacity: 0;
    transform: translateX(-100%);
    transition: transform 0.2s ease-in, opacity 0.2s ease-in;
  }
  .form-btn.form-btn__back:hover i::after {
    opacity: 1;
    transform: translateX(0);
    transition: transform 0.2s 0.1s ease-out, opacity 0.2s 0.1s ease-out;
  }
}
.form-btn.form-btn__send {
  color: #fff;
  background: #454545;
  position: relative;
  width: 48%;
  padding-right: 5.33333vw;
}
@media print, screen and (min-width: 768px) {
  .form-btn.form-btn__send {
    padding-right: 2.14286vw;
    margin-left: 2%;
  }
}
@media screen and (min-width: 1400px) {
  .form-btn.form-btn__send {
    padding-right: 30px;
  }
}
.form-btn.form-btn__send i {
  width: 4.26667vw;
  height: 4.26667vw;
  margin-top: -2.13333vw;
  right: 4.8vw;
}
@media print, screen and (min-width: 768px) {
  .form-btn.form-btn__send i {
    width: 1.42857vw;
    height: 1.42857vw;
    margin-top: -0.71429vw;
    right: 1.71429vw;
  }
}
@media screen and (min-width: 1400px) {
  .form-btn.form-btn__send i {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    right: 24px;
  }
}
.form-btn.form-btn__send i::before {
  background: url(../img/common/icon_send_white.svg) center center no-repeat;
  background-size: 100% auto;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out;
}
.form-btn.form-btn__send i::after {
  opacity: 0;
  transform: translate(-100%, 100%);
  background: url(../img/common/icon_send_black.svg) center center no-repeat;
  background-size: 100% auto;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out;
}
@media screen and (min-width: 1025px) {
  .form-btn.form-btn__send:hover i::before {
    opacity: 0;
    transform: translate(100%, -100%);
    transition: transform 0.2s ease-in, opacity 0.2s ease-in;
  }
  .form-btn.form-btn__send:hover i::after {
    opacity: 1;
    transform: translate(0, 0);
    transition: transform 0.2s 0.1s ease-out, opacity 0.2s 0.1s ease-out;
  }
}

/* step */
.txt-form {
  width: 92vw;
  max-width: 980px;
  margin: 0 auto 6.66667vw;
  font-size: 3.73333vw;
  line-height: 1.8;
}
@media print, screen and (min-width: 768px) {
  .txt-form {
    margin-bottom: 4.28571vw;
    font-size: 1.28571vw;
  }
}
@media screen and (min-width: 1400px) {
  .txt-form {
    margin-bottom: 60px;
    font-size: 18px;
  }
}

.step {
  width: 92vw;
  max-width: 980px;
  margin: 0 auto 6.66667vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media print, screen and (min-width: 768px) {
  .step {
    margin-bottom: 4.28571vw;
  }
}
@media screen and (min-width: 1400px) {
  .step {
    margin-bottom: 60px;
  }
}

.step-status.step-status-01 {
  width: 29%;
}
@media print, screen and (min-width: 768px) {
  .step-status.step-status-01 {
    width: 31%;
  }
}
.step-status.step-status-02 {
  width: 32%;
}
@media print, screen and (min-width: 768px) {
  .step-status.step-status-02 {
    width: 31%;
  }
}
.step-status.step-status-03 {
  width: 28%;
}
@media print, screen and (min-width: 768px) {
  .step-status.step-status-03 {
    width: 31%;
  }
}

.state-active .step-status-inner {
  background: #111;
  color: #fff !important;
}
.state-active .step-status-inner:before {
  border-color: #111;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-top-color: transparent;
}

.step-status-inner {
  padding: 0 0.8vw 0 0.26667vw;
  font-weight: 700;
  background: #f1f1f1;
  position: relative;
  height: 14.93333vw;
  display: table;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .step-status-inner {
    height: 5.71429vw;
    padding: 0 0.42857vw 0 0.42857vw;
  }
}
@media screen and (min-width: 1400px) {
  .step-status-inner {
    height: 80px;
    padding: 0 6px 0 6px;
  }
}
.step-status-inner:before {
  position: absolute;
  display: block;
  content: '';
  width: 0%;
  top: 50%;
  left: 100%;
  margin-left: 0;
  border-color: #f1f1f1;
  border-style: solid;
  border-width: 7.46667vw;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-top-color: transparent;
  transform-origin: 0% 0%;
  transform: scale(0.5, 1) translateY(-50%);
  z-index: 20;
}
@media print, screen and (min-width: 768px) {
  .step-status-inner:before {
    border-width: 2.85714vw;
    transform: scale(0.6, 1) translateY(-50%);
  }
}
@media screen and (min-width: 1400px) {
  .step-status-inner:before {
    border-width: 40px;
  }
}

.step-status.step-status-03 .step-status-inner:before {
  display: none;
}

.step-num {
  font-size: 2.66667vw;
  margin-bottom: 0;
  width: 40%;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  padding-top: 3.46667vw;
  padding-bottom: 2.13333vw;
  padding-left: 0.8vw;
  line-height: 1.2;
}
@media print, screen and (min-width: 768px) {
  .step-num {
    width: 44%;
    font-size: 1.28571vw;
    padding-top: 1vw;
    padding-bottom: 1.57143vw;
    padding-left: 0.42857vw;
  }
}
@media screen and (min-width: 1400px) {
  .step-num {
    font-size: 18px;
    padding-top: 14px;
    padding-bottom: 22px;
    padding-left: 6px;
  }
}
.step-num span {
  display: block;
  font-size: 5.33333vw;
}
@media print, screen and (min-width: 768px) {
  .step-num span {
    width: 32%;
    display: inline;
    position: relative;
    top: 0.28571vw;
    font-size: 2.57143vw;
    padding-left: 0.71429vw;
  }
}
@media screen and (min-width: 1400px) {
  .step-num span {
    top: 4px;
    font-size: 36px;
    padding-left: 10px;
  }
}

.step-txt {
  display: table-cell;
  vertical-align: middle;
  font-size: 3.06667vw;
  text-align: center;
  padding-top: 0.8vw;
  line-height: 1.4;
}
@media print, screen and (min-width: 768px) {
  .step-txt {
    font-size: 1.28571vw;
    padding-top: 0vw;
  }
}
@media screen and (min-width: 1400px) {
  .step-txt {
    font-size: 18px;
    padding-top: 0px;
  }
}

/************************
under page
************************/
.mv-under {
  width: 100%;
  position: absolute;
  position: relative;
  height: 42.66667vw;
  top: 0;
  left: 0;
  z-index: 10;
  margin-top: 16.53333vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .mv-under {
    height: 21.42857vw;
    margin-top: 7.14286vw;
  }
}
@media screen and (min-width: 1400px) {
  .mv-under {
    height: 300px;
    margin-top: 100px;
  }
}
.mv-under::after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 90%;
  top: 10%;
  left: 0;
  background: #e2e2e2;
  transform: skew(0deg, 4deg);
  display: none;
}

.mv-under__ttl {
  width: 92vw;
  margin: 0 auto;
  font-size: 13.33333vw;
  text-align: left;
  z-index: 10;
  font-weight: 800;
  color: #111;
  z-index: 5;
  line-height: 1;
}
@media print, screen and (min-width: 768px) {
  .mv-under__ttl {
    font-size: 10.71429vw;
    width: 92%;
    max-width: 1920px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1400px) {
  .mv-under__ttl {
    font-size: 150px;
  }
}
.mv-under__ttl span {
  position: relative;
  display: inline-block;
  line-height: 1;
}
.mv-under__ttl.-lingheight span {
  line-height: 1.3;
}

.mv-under__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  color: #fff;
}
.mv-under__img img {
  position: absolute;
  width: 100%;
  height: 53.33333vw;
  height: 100%;
  z-index: 1;
  object-fit: cover;
}

.copy-txt {
  font-size: 4.26667vw;
  line-height: 2;
}
@media print, screen and (min-width: 768px) {
  .copy-txt {
    font-size: 1.71429vw;
    line-height: 2;
  }
}
@media screen and (min-width: 1400px) {
  .copy-txt {
    font-size: 24px;
  }
}

.contents__inner {
  width: 92vw;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .contents__inner {
    width: 92%;
    max-width: 1920px;
    margin: 0 auto;
  }
  .contents__inner.-w-s {
    width: 92%;
    max-width: 980px;
    margin: 0 auto;
  }
  .contents__inner.-w-m {
    width: 92%;
    max-width: 1280px;
    margin: 0 auto;
  }
}

/*********************************************
contact page
*********************************************/
.contact-link__items {
  width: 81.33333vw;
  /* m */
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .contact-link__items {
    width: 80vw;
  }
}
@media screen and (min-width: 1400px) {
  .contact-link__items {
    width: 1120px;
  }
}
.contact-link__items .contact-link__item {
  border-radius: 4.26667vw;
  overflow: hidden;
  background: #f4f4f4;
  padding: 10.66667vw 0;
  position: relative;
  margin-bottom: 13.33333vw;
  text-align: center;
}
.contact-link__items .contact-link__item:last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 768px) {
  .contact-link__items .contact-link__item {
    border-radius: 1.14286vw;
    padding: 4.28571vw 0 3.57143vw;
    margin-bottom: 2.85714vw;
  }
}
@media screen and (min-width: 1400px) {
  .contact-link__items .contact-link__item {
    border-radius: 16px;
    padding: 60px 0 50px;
    margin-bottom: 40px;
  }
}

@media print, screen and (min-width: 768px) {
  .contact-link__item-inner {
    position: relative;
    width: 75.71429vw;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: left;
  }
  .-shop .contact-link__item-inner {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 1400px) {
  .contact-link__item-inner {
    width: 1060px;
  }
}

@media print, screen and (min-width: 768px) {
  .contact-link__item-l {
    width: 25.71429vw;
    display: table-cell;
    vertical-align: middle;
  }
}
@media screen and (min-width: 1400px) {
  .contact-link__item-l {
    width: 360px;
  }
}

@media print, screen and (min-width: 768px) {
  .contact-link__item-r {
    width: 50vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
}
@media screen and (min-width: 1400px) {
  .contact-link__item-r {
    width: 700px;
  }
}

@media print, screen and (min-width: 768px) {
  .contact-link__item-r_inner {
    width: 41.42857vw;
    margin: 0 auto;
    text-align: left;
  }
}
@media screen and (min-width: 1400px) {
  .contact-link__item-r_inner {
    width: 580px;
  }
}

.contact-link__img {
  width: 40vw;
  margin: 0 auto 6.66667vw;
}
@media print, screen and (min-width: 768px) {
  .contact-link__img {
    width: 20vw;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1400px) {
  .contact-link__img {
    width: 280px;
  }
}

.contact-link__ttl {
  text-align: center;
  font-size: 4.8vw;
  font-weight: 700;
  margin: 0 auto 5.33333vw;
  display: inline-block;
}
@media print, screen and (min-width: 768px) {
  .contact-link__ttl {
    font-size: 1.85714vw;
    margin: 0 0 2.14286vw 0;
  }
}
@media screen and (min-width: 1400px) {
  .contact-link__ttl {
    font-size: 26px;
    margin: 0 0 30px 0;
  }
}

.contact-link__txt {
  width: 69.33333vw;
  margin: 0 auto 6.66667vw;
  font-size: 3.73333vw;
  line-height: 1.8;
  text-align: left;
}
@media print, screen and (min-width: 768px) {
  .contact-link__txt {
    width: 100%;
    font-size: 1.28571vw;
    margin-bottom: 2.14286vw;
  }
}
@media screen and (min-width: 1400px) {
  .contact-link__txt {
    font-size: 18px;
    margin-bottom: 30px;
  }
}

/*********************************************
about page
*********************************************/
.about-main {
  width: 92vw;
  margin: 0 auto 16vw;
}
@media print, screen and (min-width: 768px) {
  .about-main {
    width: 92%;
    max-width: 980px;
    margin: 0 auto;
    width: 92%;
    max-width: 1280px;
    margin: 0 auto;
    margin-bottom: 7.14286vw;
  }
}
@media screen and (min-width: 1400px) {
  .about-main {
    margin-bottom: 100px;
  }
}
.about-main .about-main__txt:last-child {
  margin-bottom: 0;
}

.about-main__txt {
  font-size: 4.26667vw;
  line-height: 2;
  margin-bottom: 5.33333vw;
}
@media print, screen and (min-width: 768px) {
  .about-main__txt {
    font-size: 1.42857vw;
    margin-bottom: 2.14286vw;
  }
}
@media screen and (min-width: 1400px) {
  .about-main__txt {
    font-size: 20px;
    margin-bottom: 30px;
  }
}

.about-section {
  width: 92vw;
  margin: 0 auto 16vw;
}
.about-section .ttl-lung {
  width: 100% !important;
}
@media print, screen and (min-width: 768px) {
  .about-section {
    width: 92%;
    max-width: 1280px;
    margin: 0 auto;
    margin-bottom: 7.14286vw;
  }
}
@media screen and (min-width: 1400px) {
  .about-section {
    margin-bottom: 100px;
  }
}

/*********************************************
privacy page
*********************************************/
.privacy-main {
  width: 92vw;
  margin: 0 auto 16vw;
}
@media print, screen and (min-width: 768px) {
  .privacy-main {
    width: 92%;
    max-width: 980px;
    margin: 0 auto;
    width: 92%;
    max-width: 1280px;
    margin: 0 auto;
    margin-bottom: 7.14286vw;
  }
}
@media screen and (min-width: 1400px) {
  .privacy-main {
    margin-bottom: 100px;
  }
}

.privacy-main__ttl {
  font-size: 5.33333vw;
  font-weight: 700;
  padding-top: 10.66667vw;
  margin-bottom: 10.66667vw;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .privacy-main__ttl {
    font-size: 2.28571vw;
    padding-top: 4.28571vw;
    margin-bottom: 3.57143vw;
  }
}
@media screen and (min-width: 1400px) {
  .privacy-main__ttl {
    font-size: 32px;
    padding-top: 60px;
    margin-bottom: 50px;
  }
}

.privacy-main__date {
  text-align: right;
  font-size: 3.73333vw;
  font-weight: 700;
  margin-bottom: 4vw;
}
@media print, screen and (min-width: 768px) {
  .privacy-main__date {
    font-size: 1vw;
    margin-bottom: 1.42857vw;
  }
}
@media screen and (min-width: 1400px) {
  .privacy-main__date {
    font-size: 14px;
    margin-bottom: 20px;
  }
}

.privacy-main__txt {
  font-size: 4.26667vw;
  line-height: 2;
}
@media print, screen and (min-width: 768px) {
  .privacy-main__txt {
    font-size: 1.42857vw;
  }
}
@media screen and (min-width: 1400px) {
  .privacy-main__txt {
    font-size: 20px;
  }
}

.privacy-items {
  width: 92vw;
  margin: 0 auto 16vw;
}
@media print, screen and (min-width: 768px) {
  .privacy-items {
    width: 92%;
    max-width: 980px;
    margin: 0 auto;
    width: 92%;
    max-width: 1280px;
    margin: 0 auto;
    margin-bottom: 7.14286vw;
  }
}
@media screen and (min-width: 1400px) {
  .privacy-items {
    margin-bottom: 100px;
  }
}
.privacy-items .privacy-item {
  margin-bottom: 10.66667vw;
}
@media print, screen and (min-width: 768px) {
  .privacy-items .privacy-item {
    margin-bottom: 4.28571vw;
  }
}
@media screen and (min-width: 1400px) {
  .privacy-items .privacy-item {
    margin-bottom: 60px;
  }
}
.privacy-items .privacy-item:last-child {
  margin-bottom: 0;
}

.privacy-ttl {
  font-size: 4.26667vw;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 2.66667vw;
  position: relative;
  padding-left: 1.3em;
}
.privacy-ttl span {
  position: absolute;
  top: 0;
  left: 0;
}
@media print, screen and (min-width: 768px) {
  .privacy-ttl {
    font-size: 1.42857vw;
    margin-bottom: 0.71429vw;
  }
}
@media screen and (min-width: 1400px) {
  .privacy-ttl {
    font-size: 20px;
    margin-bottom: 10px;
  }
}

.privacy-txt {
  font-size: 3.73333vw;
  line-height: 2;
}
@media print, screen and (min-width: 768px) {
  .privacy-txt {
    font-size: 1.14286vw;
  }
}
@media screen and (min-width: 1400px) {
  .privacy-txt {
    font-size: 16px;
  }
}

.privacy-google {
  width: 92vw;
  margin: 0 auto 16vw;
}
@media print, screen and (min-width: 768px) {
  .privacy-google {
    width: 92%;
    max-width: 980px;
    margin: 0 auto;
    width: 92%;
    max-width: 1280px;
    margin: 0 auto;
    margin-bottom: 7.14286vw;
  }
}
@media screen and (min-width: 1400px) {
  .privacy-google {
    margin-bottom: 100px;
  }
}

.privacy-google__ttl {
  font-size: 4.26667vw;
  font-weight: 700;
  line-height: 1.4;
  padding-bottom: 4vw;
  border-bottom: 1px solid #111;
  margin-bottom: 4vw;
}
@media print, screen and (min-width: 768px) {
  .privacy-google__ttl {
    font-size: 1.42857vw;
    margin-bottom: 1.85714vw;
    padding-bottom: 1.42857vw;
  }
}
@media screen and (min-width: 1400px) {
  .privacy-google__ttl {
    font-size: 20px;
    margin-bottom: 26px;
    padding-bottom: 20px;
  }
}

.privacy-google__list {
  margin-top: 8vw;
}
@media print, screen and (min-width: 768px) {
  .privacy-google__list {
    margin-top: 2.85714vw;
  }
}
@media screen and (min-width: 1400px) {
  .privacy-google__list {
    margin-top: 40px;
  }
}
.privacy-google__list li {
  font-size: 3.73333vw;
  margin-bottom: 5.33333vw;
}
.privacy-google__list li:last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 768px) {
  .privacy-google__list li {
    font-size: 1.14286vw;
    margin-bottom: 1.85714vw;
  }
}
@media screen and (min-width: 1400px) {
  .privacy-google__list li {
    font-size: 16px;
    margin-bottom: 26px;
  }
}

.privacy-contact {
  width: 92vw;
  margin: 0 auto;
  padding: 6.4vw 5.33333vw 5.33333vw;
  background: #f4f4f4;
  border-radius: 2.13333vw;
  overflow: hidden;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .privacy-contact {
    width: 92%;
    max-width: 980px;
    margin: 0 auto;
    width: 92%;
    max-width: 1280px;
    margin: 0 auto;
    border-radius: 16px;
    padding: 34px 40px 30px;
  }
}
@media screen and (min-width: 1400px) {
  .privacy-contact {
    border-radius: 16px;
    padding: 34px 40px 30px;
  }
}

.privacy-contact__ttl {
  font-size: 4.26667vw;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 4vw;
}
@media print, screen and (min-width: 768px) {
  .privacy-contact__ttl {
    font-size: 1.71429vw;
    margin-bottom: 1.85714vw;
  }
}
@media screen and (min-width: 1400px) {
  .privacy-contact__ttl {
    font-size: 24px;
    margin-bottom: 26px;
  }
}

.privacy-contact__txt {
  font-size: 3.73333vw;
  line-height: 1.8;
}
@media print, screen and (min-width: 768px) {
  .privacy-contact__txt {
    font-size: 1.14286vw;
  }
}
@media screen and (min-width: 1400px) {
  .privacy-contact__txt {
    font-size: 16px;
  }
}

/*********************************************
faq page
*********************************************/
.sec-faq-items .sec-faq-item {
  width: 92vw;
  margin: 0 auto;
  margin-bottom: 13.33333vw;
}
.sec-faq-items .sec-faq-item:last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 768px) {
  .sec-faq-items .sec-faq-item {
    width: 92%;
    max-width: 1280px;
    margin: 0 auto;
    margin-bottom: 7.14286vw;
  }
}
@media screen and (min-width: 1400px) {
  .sec-faq-items .sec-faq-item {
    margin-bottom: 100px;
  }
}

.faq-items {
  width: 100%;
  margin: 0 auto;
  text-align: left;
}
.faq-items .faq-item {
  border-bottom: 1px solid #ccc;
}
.faq-items .faq-item:last-child {
  border-bottom: none;
}

.toggle-con {
  overflow: hidden;
  height: 0;
}

.js-toggle-item.state-active .toggle-icon:before {
  transform: rotate(0) !important;
  transition: transform 0.2s 0s ease;
}
.js-toggle-item.state-active .toggle-icon:after {
  transform: rotate(90deg) !important;
  transition: transform 0.2s 0s ease;
}
.js-toggle-item.state-active .toggle-con {
  height: auto;
}

.faq-item.js-toggle-item.state-active .toggle-icon:before {
  transform: rotate(0) !important;
  transition: transform 0.2s 0s ease;
}
.faq-item.js-toggle-item.state-active .toggle-icon:after {
  transform: rotate(90deg) !important;
  transition: transform 0.2s 0s ease;
}
.faq-item.js-toggle-item a.toggle-btn .toggle-icon {
  position: absolute;
  top: 50%;
  right: 2.66667vw;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  transition: transform 0.3s 0s ease;
}
@media print, screen and (min-width: 768px) {
  .faq-item.js-toggle-item a.toggle-btn .toggle-icon {
    width: 1.42857vw;
    height: 1.42857vw;
    margin-top: -0.71429vw;
    right: 1.42857vw;
  }
}
@media screen and (min-width: 1400px) {
  .faq-item.js-toggle-item a.toggle-btn .toggle-icon {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    right: 20px;
  }
}
.faq-item.js-toggle-item a.toggle-btn .toggle-icon::before {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #111;
  content: "";
  z-index: 1;
  transition: transform 0.3s 0s ease;
}
.faq-item.js-toggle-item a.toggle-btn .toggle-icon::after {
  display: block;
  position: absolute;
  top: 0;
  margin-left: -1px;
  left: 50%;
  width: 2px;
  height: 100%;
  background: #111;
  content: "";
  z-index: 2;
  transition: transform 0.3s 0s ease;
}

.faq-item__ttl a {
  position: relative;
  z-index: 1;
  display: block;
  padding: 4vw 6.66667vw 4vw 12vw;
  font-size: 3.73333vw;
  font-weight: 500;
  line-height: 1.8;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .faq-item__ttl a {
    padding: 3.14286vw 7.14286vw 3.14286vw 5.71429vw;
    font-size: 1.42857vw;
  }
}
@media screen and (min-width: 1400px) {
  .faq-item__ttl a {
    padding: 44px 100px 44px 80px;
    font-size: 20px;
  }
}
.faq-item__ttl a::after {
  content: 'Q';
  position: absolute;
  display: block;
  left: 4vw;
  font-weight: 500;
  font-size: 5.86667vw;
  font-family: 'Roboto', sans-serif;
  z-index: 2;
  color: #a61f24;
  top: 50%;
  transform: translateY(-50%);
}
@media print, screen and (min-width: 768px) {
  .faq-item__ttl a::after {
    left: 1.85714vw;
    font-size: 2.85714vw;
  }
}
@media screen and (min-width: 1400px) {
  .faq-item__ttl a::after {
    left: 26px;
    font-size: 40px;
  }
}

.faq-item__con {
  position: relative;
}

.faq-item__con-inner {
  padding: 5.33333vw 5.33333vw 5.33333vw 12vw;
  font-size: 3.73333vw;
  font-weight: 400;
  line-height: 2;
  position: relative;
  background: #f4f4f4;
  border-radius: 4.26667vw;
  overflow: hidden;
  margin-bottom: 5.33333vw;
}
@media print, screen and (min-width: 768px) {
  .faq-item__con-inner {
    padding: 2.85714vw 7.14286vw 2.85714vw 5.71429vw;
    font-size: 1.14286vw;
    border-radius: 1.14286vw;
  }
}
@media screen and (min-width: 1400px) {
  .faq-item__con-inner {
    padding: 40px 100px 40px 80px;
    font-size: 16px;
    border-radius: 16px;
  }
}
.faq-item__con-inner::after {
  content: 'A';
  position: absolute;
  display: block;
  left: 4vw;
  font-weight: 500;
  font-size: 5.86667vw;
  font-family: 'Roboto', sans-serif;
  z-index: 2;
  color: #333;
  top: 3.2vw;
}
@media print, screen and (min-width: 768px) {
  .faq-item__con-inner::after {
    left: 1.85714vw;
    font-size: 2.85714vw;
    top: 1.57143vw;
  }
}
@media screen and (min-width: 1400px) {
  .faq-item__con-inner::after {
    left: 26px;
    font-size: 40px;
    top: 22px;
  }
}
.faq-item__con-inner .faq-item__txt {
  font-size: 3.73333vw;
  line-height: 1.8;
  margin-bottom: 2.66667vw;
}
@media print, screen and (min-width: 768px) {
  .faq-item__con-inner .faq-item__txt {
    font-size: 1.28571vw;
    margin-bottom: 0.85714vw;
    line-height: 2.2;
  }
}
@media screen and (min-width: 1400px) {
  .faq-item__con-inner .faq-item__txt {
    font-size: 18px;
    margin-bottom: 12px;
  }
}
.faq-item__con-inner .faq-item__txt:last-child {
  margin-bottom: 0;
}

.faq-txt__add {
  text-align: center;
  font-size: 4.26667vw;
  line-height: 1.8;
  font-weight: 700;
}
@media print, screen and (min-width: 768px) {
  .faq-txt__add {
    font-size: 1.42857vw;
    line-height: 2.2;
  }
}
@media screen and (min-width: 1400px) {
  .faq-txt__add {
    font-size: 20px;
  }
}

/*********************************************
page 404
*********************************************/
.txt-404 {
  font-size: 3.73333vw;
  line-height: 2.6;
  text-align: center;
  margin-top: 8vw;
  margin-bottom: 21.33333vw;
}
@media print, screen and (min-width: 768px) {
  .txt-404 {
    font-size: 1.42857vw;
    line-height: 2.6;
    margin-top: 8.57143vw;
    margin-bottom: 11.42857vw;
  }
}
@media screen and (min-width: 1400px) {
  .txt-404 {
    font-size: 20px;
    margin-top: 120px;
    margin-bottom: 160px;
  }
}

/*********************************************
lab
*********************************************/
.lab-ttl {
  width: 92vw;
  margin: 0 auto;
  font-size: 12vw;
  text-align: left;
  z-index: 10;
  font-weight: 800;
  color: #111;
  z-index: 5;
  line-height: 1;
  padding: 10.66667vw 0;
}
@media print, screen and (min-width: 768px) {
  .lab-ttl {
    font-size: 10.71429vw;
    width: 92%;
    max-width: 1920px;
    margin: 0 auto;
    padding: 2.85714vw 0;
  }
}
@media screen and (min-width: 1400px) {
  .lab-ttl {
    font-size: 150px;
    padding: 40px 0;
  }
}
.lab-ttl span {
  position: relative;
  display: inline-block;
  line-height: 1;
}
.lab-ttl.-lingheight span {
  line-height: 1.3;
}

/*********************************************
cms

-- lab-items

-- news-items






*********************************************/
.my-canvas {
  position: fixed;
  width: 100%;
  height: 500px;
  top: 0;
  left: 0;
  background-image: radial-gradient(#222222, #000000);
}

.my-canvas2 {
  position: fixed;
  width: 960px;
  height: 540px;
  top: 50%;
  left: 50%;
  margin-top: -270px;
  margin-left: -480px;
  background-image: radial-gradient(#222222, #000000);
}

.hack-an {
  pointer-events: none;
}

.lab-items {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 2.66667vw 0 0;
  text-align: left;
}
.contents .lab-items {
  width: 92vw;
  margin: 0 auto;
  padding: 0 0 0;
}
@media print, screen and (min-width: 768px) {
  .contents .lab-items {
    width: 100%;
    width: 92%;
    max-width: 1680px;
    margin: 0 auto;
  }
}
.contents .lab-items .lab-item {
  border-bottom: none;
  margin-bottom: 5.33333vw;
}
@media print, screen and (min-width: 768px) {
  .contents .lab-items .lab-item {
    margin-bottom: 1.42857vw;
  }
}
@media screen and (min-width: 1400px) {
  .contents .lab-items .lab-item {
    margin-bottom: 20px;
  }
}
.contents .lab-items .lab-item:last-child {
  margin-bottom: 0;
}
.contents .lab-items .lab-item:first-child {
  border-top: none;
}
.contents .lab-items .lab-item a {
  padding: 0 0 5.33333vw;
}
@media print, screen and (min-width: 768px) {
  .contents .lab-items .lab-item a {
    padding-bottom: 1.42857vw;
  }
}
@media screen and (min-width: 1400px) {
  .contents .lab-items .lab-item a {
    padding-bottom: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .contents .lab-items .lab-item {
    width: 23%;
    margin-right: 2%;
  }
  .contents .lab-items .lab-item:last-child {
    margin-right: 0;
    margin-bottom: 0;
  }
}
.contents .lab-items .lab-item__con {
  color: #111;
}
@media print, screen and (min-width: 768px) {
  .contents .lab-items .lab-item__con {
    color: #111;
  }
}
.contents .lab-items .lab-item__info dl dt::after {
  background: #111;
}
@media print, screen and (min-width: 768px) {
  .contents .lab-items .lab-item__info dl dt::after {
    background: #111;
  }
}
@media print, screen and (min-width: 768px) {
  .lab-items {
    border-top: none;
    margin-top: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 1.42857vw 0;
  }
}
@media screen and (min-width: 1400px) {
  .lab-items {
    padding: 20px 0;
  }
}
.lab-items .lab-item {
  border-bottom: 1px solid #333;
}
.lab-items .lab-item:first-child {
  border-top: 1px solid #333;
}
@media print, screen and (min-width: 768px) {
  .lab-items .lab-item {
    border-bottom: none;
    margin-right: 1.42857vw;
    margin-bottom: 0vw;
    width: 22.85714vw;
  }
  .lab-items .lab-item:first-child {
    border-top: none;
  }
}
@media screen and (min-width: 1400px) {
  .lab-items .lab-item {
    margin-right: 20px;
    width: 320px;
  }
}
@media print, screen and (min-width: 768px) {
  .lab-items .lab-item:last-child {
    margin-right: 0;
  }
}
.lab-items .lab-item a {
  padding: 4vw 0 8vw;
  display: block;
}
@media print, screen and (min-width: 768px) {
  .lab-items .lab-item a {
    padding: 0 0;
  }
}
@media screen and (min-width: 1025px) {
  .lab-items .lab-item a {
    transition: opacity 0.3s ease-out;
  }
  .lab-items .lab-item a:hover .lab-item__img {
    animation: bright-flash 0.4s linear forwards;
  }
  .lab-items .lab-item a:hover .lab-item__img img {
    transform: scale(1.08);
    transition: transform 0.2s ease-out;
  }
  .lab-items .lab-item a:hover .lab-item__con {
    opacity: 0.6;
    transition: opacity 0.2s ease-out;
  }
}

.lab-item__img {
  border: 1px solid #222;
  width: 34.66667vw;
  width: 100%;
  overflow: hidden;
  margin-bottom: 4vw;
}
@media print, screen and (min-width: 768px) {
  .lab-item__img {
    border: none;
    width: 100%;
    margin-bottom: 1.07143vw;
  }
  .lab-item__img img {
    display: block;
    transition: transform 0.3s ease-out;
  }
}
@media screen and (min-width: 1400px) {
  .lab-item__img {
    margin-bottom: 15px;
  }
}

.lab-item__con {
  width: 40vw;
  width: 100%;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media print, screen and (min-width: 768px) {
  .lab-item__con {
    transition: opacity 0.3s ease-out;
    color: #111;
    width: 100%;
    display: block;
  }
}

.lab-item__txt {
  font-size: 4.26667vw;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 1.6vw;
}
@media print, screen and (min-width: 768px) {
  .lab-item__txt {
    font-size: 1.42857vw;
    margin-bottom: 0.42857vw;
  }
}
@media screen and (min-width: 1400px) {
  .lab-item__txt {
    font-size: 20px;
    margin-bottom: 6px;
  }
}

.lab-item__info {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.lab-item__info dl {
  margin-right: 4.26667vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.lab-item__info dl:last-child {
  margin-right: 0;
}
@media print, screen and (min-width: 768px) {
  .lab-item__info dl {
    margin-right: 2.85714vw;
  }
}
@media screen and (min-width: 1400px) {
  .lab-item__info dl {
    margin-right: 40px;
  }
}
.lab-item__info dl dt {
  margin-right: 2.13333vw;
  position: relative;
  padding-right: 3.46667vw;
  font-size: 2.93333vw;
  font-weight: 700;
}
@media print, screen and (min-width: 768px) {
  .lab-item__info dl dt {
    margin-right: 0.71429vw;
    font-size: 1vw;
    padding-right: 1.42857vw;
  }
}
@media screen and (min-width: 1400px) {
  .lab-item__info dl dt {
    margin-right: 10px;
    font-size: 14px;
    padding-right: 20px;
  }
}
.lab-item__info dl dt::after {
  content: '';
  display: block;
  position: absolute;
  width: 2.13333vw;
  height: 1px;
  margin-top: 0px;
  background: #fff;
  top: 50%;
  right: 0;
}
@media print, screen and (min-width: 768px) {
  .lab-item__info dl dt::after {
    width: 0.71429vw;
    background: #111;
  }
}
@media screen and (min-width: 1400px) {
  .lab-item__info dl dt::after {
    width: 10px;
  }
}
.lab-item__info dl dd {
  font-size: 2.93333vw;
  font-weight: 500;
}
@media print, screen and (min-width: 768px) {
  .lab-item__info dl dd {
    font-size: 1vw;
  }
}
@media screen and (min-width: 1400px) {
  .lab-item__info dl dd {
    font-size: 14px;
  }
}

.cmsThumb-items {
  width: 92vw;
  margin: 0 auto 10.66667vw;
}
@media print, screen and (min-width: 768px) {
  .cmsThumb-items {
    width: 92%;
    max-width: 1920px;
    margin: 0 auto;
    margin-bottom: 5.71429vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
@media screen and (min-width: 1400px) {
  .cmsThumb-items {
    margin-bottom: 80px;
  }
}
.cmsThumb-items .cmsThumb-item {
  margin-bottom: 13.33333vw;
}
@media print, screen and (min-width: 768px) {
  .cmsThumb-items .cmsThumb-item {
    margin-bottom: 0vw;
    width: 31%;
    margin-right: 3%;
    width: 23%;
    margin-right: 2%;
  }
}
@media screen and (min-width: 1400px) {
  .cmsThumb-items .cmsThumb-item {
    margin-bottom: 0px;
  }
}
.cmsThumb-items .cmsThumb-item:last-child {
  margin-bottom: 0;
  margin-right: 0;
}
.cmsThumb-items .cmsThumb-item a {
  display: block;
}
@media screen and (min-width: 1025px) {
  .cmsThumb-items .cmsThumb-item a:hover .cmsThumb-img img {
    transform: scale(1.1);
    transition: transform 0.2s ease-out;
  }
  .cmsThumb-items .cmsThumb-item a:hover .cmsThumb-author__img {
    background: #5D5D5D;
    transition: background 0.2s ease-out;
  }
  .cmsThumb-items .cmsThumb-item a:hover .cmsThumb-author__img img.-hover-img {
    display: block;
  }
}

.cmsThumb-img {
  margin-bottom: 5.33333vw;
  border-radius: 2.66667vw;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .cmsThumb-img {
    margin-bottom: 1.42857vw;
    border-radius: 1.42857vw;
  }
}
@media screen and (min-width: 1400px) {
  .cmsThumb-img {
    margin-bottom: 20px;
    border-radius: 20px;
  }
}
.cmsThumb-img img {
  transition: transform 0.3s ease-out;
}

.cmsThumb-catTime {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 4vw;
}
@media print, screen and (min-width: 768px) {
  .cmsThumb-catTime {
    margin-bottom: 1vw;
  }
}
@media screen and (min-width: 1400px) {
  .cmsThumb-catTime {
    margin-bottom: 14px;
  }
}

.cmsThumb-catTime__cat {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.cmsThumb-catTime__cat li {
  margin-right: 2.66667vw;
  display: inline-block;
  height: 6.93333vw;
  padding: 0 4vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 3.2vw;
  border: 1px solid #ccc;
  border-radius: 3.46667vw;
  overflow: hidden;
}
.cmsThumb-catTime__cat li:last-child {
  margin-right: 0;
}
@media print, screen and (min-width: 768px) {
  .cmsThumb-catTime__cat li {
    margin-right: 1.07143vw;
    height: 2.28571vw;
    padding: 0 1vw;
    font-size: 0.85714vw;
    border-radius: 1.14286vw;
  }
}
@media screen and (min-width: 1400px) {
  .cmsThumb-catTime__cat li {
    margin-right: 15px;
    height: 32px;
    padding: 0 14px;
    font-size: 12px;
    border-radius: 16px;
  }
}

.cmsThumb-catTime__time {
  font-size: 3.2vw;
  height: 6.93333vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media print, screen and (min-width: 768px) {
  .cmsThumb-catTime__time {
    height: 2.28571vw;
    font-size: 0.85714vw;
  }
}
@media screen and (min-width: 1400px) {
  .cmsThumb-catTime__time {
    height: 32px;
    font-size: 12px;
  }
}

.cmsThumb-ttl {
  font-size: 5.86667vw;
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 4vw;
}
@media print, screen and (min-width: 768px) {
  .cmsThumb-ttl {
    margin-bottom: 1.42857vw;
    font-size: 1.42857vw;
  }
}
@media screen and (min-width: 1400px) {
  .cmsThumb-ttl {
    margin-bottom: 20px;
    font-size: 20px;
  }
}

.cmsThumb-author {
  position: relative;
  padding-left: 14.66667vw;
}
@media print, screen and (min-width: 768px) {
  .cmsThumb-author {
    padding-left: 5vw;
  }
}
@media screen and (min-width: 1400px) {
  .cmsThumb-author {
    padding-left: 70px;
  }
}
.cmsThumb-author .cmsThumb-author__img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 10.66667vw;
  height: 10.66667vw;
  background: #f4f4f4;
  transition: background 0.3s ease-out;
  border-radius: 50%;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .cmsThumb-author .cmsThumb-author__img {
    width: 3.57143vw;
    height: 3.57143vw;
  }
}
@media screen and (min-width: 1400px) {
  .cmsThumb-author .cmsThumb-author__img {
    width: 50px;
    height: 50px;
  }
}
.cmsThumb-author img {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.cmsThumb-author img.-hover-img {
  z-index: 2;
  display: none;
}
.cmsThumb-author span {
  display: block;
  height: 10.66667vw;
  font-size: 3.2vw;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media print, screen and (min-width: 768px) {
  .cmsThumb-author span {
    height: 4.28571vw;
    font-size: 1vw;
  }
}
@media screen and (min-width: 1400px) {
  .cmsThumb-author span {
    height: 60px;
    font-size: 14px;
  }
}

/*********************************************
news
*********************************************/
.news-under {
  position: relative;
  padding: 16vw 0 10.66667vw;
  padding: 6.66667vw 0 0vw;
  min-height: 93.33333vw;
}
@media print, screen and (min-width: 768px) {
  .news-under {
    width: 92%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 6.42857vw 0 0.71429vw;
    padding: 6.42857vw 0 0vw;
  }
}
@media screen and (min-width: 1400px) {
  .news-under {
    padding: 90px 0 0.71429vw;
    padding: 90px 0 0px;
  }
}
.news-under .news-bg__wrap {
  top: -13.33333vw;
  margin-top: 0;
}
@media print, screen and (min-width: 768px) {
  .news-under .news-bg__wrap {
    top: 50%;
  }
}
@media print, screen and (min-width: 768px) {
  .news-under {
    min-height: 50vw;
  }
}
@media screen and (min-width: 1400px) {
  .news-under {
    min-height: 700px;
  }
}

.news-sort-list {
  width: 92vw;
  margin: 0 auto 5.33333vw;
  position: relative;
  z-index: 5;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media print, screen and (min-width: 768px) {
  .news-sort-list {
    width: 100%;
    margin-bottom: 0.71429vw;
  }
}
@media screen and (min-width: 1400px) {
  .news-sort-list {
    margin-bottom: 10px;
  }
}
.news-sort-list li {
  display: inline-block;
  margin-right: 2.66667vw;
  margin-bottom: 2.66667vw;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .news-sort-list li {
    margin-right: 2.14286vw;
    margin-bottom: 1.42857vw;
  }
}
@media screen and (min-width: 1400px) {
  .news-sort-list li {
    margin-right: 30px;
    margin-bottom: 20px;
  }
}
.news-sort-list li.state-active a {
  pointer-events: none;
  color: #fff;
}
.news-sort-list li.state-active a span {
  color: #fff;
  transition: color 0.2s ease-out;
}
.news-sort-list li.state-active a::after {
  transform: translateY(0%);
}
.news-sort-list li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 5.33333vw;
  height: 10.66667vw;
  border-radius: 5.33333vw;
  overflow: hidden;
  font-size: 3.73333vw;
  font-weight: 700;
  text-align: center;
  position: relative;
}
.news-sort-list li a::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f4f4f4;
  z-index: 1;
  overflow: hidden;
  transition: background 0.3s ease-out;
}
.news-sort-list li a::after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #5D5D5D;
  z-index: 2;
  border-radius: 5.33333vw;
  overflow: hidden;
  transition: transform 0.3s ease-out;
  transform: translateY(101%);
}
@media print, screen and (min-width: 768px) {
  .news-sort-list li a::after {
    border-radius: 1.14286vw;
  }
}
@media screen and (min-width: 1400px) {
  .news-sort-list li a::after {
    border-radius: 16px;
  }
}
.news-sort-list li a span {
  position: relative;
  z-index: 5;
  color: #5D5D5D;
  transition: color 0.3s ease-out;
}
@media screen and (min-width: 1025px) {
  .news-sort-list li a:hover::after {
    transition: transform 0.2s ease-out;
    transform: translateY(0);
  }
  .news-sort-list li a:hover span {
    color: #fff;
    transition: color 0.2s ease-out;
  }
}
@media print, screen and (min-width: 768px) {
  .news-sort-list li a {
    padding: 0 2.85714vw;
    height: 4.28571vw;
    border-radius: 2.14286vw;
    font-size: 1.28571vw;
  }
}
@media screen and (min-width: 1400px) {
  .news-sort-list li a {
    padding: 0 40px;
    height: 60px;
    border-radius: 30px;
    font-size: 18px;
  }
}

.news-items {
  position: relative;
  z-index: 5;
  width: 92vw;
  margin: 0 auto 10.66667vw;
}
@media print, screen and (min-width: 768px) {
  .news-items {
    width: 100%;
    margin-bottom: 5.71429vw;
  }
}
@media screen and (min-width: 1400px) {
  .news-items {
    margin-bottom: 80px;
  }
}
.news-items .news-item {
  margin-bottom: 2.66667vw;
}
@media print, screen and (min-width: 768px) {
  .news-items .news-item {
    margin-bottom: 1.42857vw;
  }
}
@media screen and (min-width: 1400px) {
  .news-items .news-item {
    margin-bottom: 20px;
  }
}
.news-items .news-item:last-child {
  margin-bottom: 0;
}
.news-items .news-item a {
  display: block;
  position: relative;
  padding: 4.26667vw 8vw 3.46667vw 4.26667vw;
  border-radius: 2.66667vw;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .news-items .news-item a {
    padding: 1.71429vw 4.28571vw 1.42857vw 1.71429vw;
    padding: 2.14286vw 4.28571vw 1.85714vw 2.14286vw;
    border-radius: 1.14286vw;
  }
}
@media screen and (min-width: 1400px) {
  .news-items .news-item a {
    padding: 24px 60px 20px 24px;
    padding: 30px 60px 26px 30px;
    border-radius: 16px;
  }
}
.news-items .news-item a::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f4f4f4;
  z-index: 1;
  transition: background 0.3s ease-out;
}
.news-items .news-item a::after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #5D5D5D;
  z-index: 2;
  border-radius: 2.66667vw;
  overflow: hidden;
  transition: transform 0.3s ease-out;
  transform: translateY(100%);
}
@media print, screen and (min-width: 768px) {
  .news-items .news-item a::after {
    border-radius: 1.14286vw;
  }
}
@media screen and (min-width: 1400px) {
  .news-items .news-item a::after {
    border-radius: 16px;
  }
}
@media screen and (min-width: 1025px) {
  .news-items .news-item a:hover::after {
    transition: transform 0.2s ease-out;
    transform: translateY(0);
  }
  .news-items .news-item a:hover .news-date,
  .news-items .news-item a:hover .news-txt {
    color: #fff;
    transition: color 0.2s ease-out;
  }
  .news-items .news-item a:hover i::before {
    opacity: 0;
    transform: translateX(100%);
    transition: transform 0.2s ease-in, opacity 0.2s ease-in;
  }
  .news-items .news-item a:hover i::after {
    opacity: 1;
    transform: translateX(0);
    transition: transform 0.2s 0.1s ease-out, opacity 0.2s 0.1s ease-out;
  }
}
.news-items .news-item a i {
  position: absolute;
  display: block;
  width: 1.6vw;
  height: 3.2vw;
  top: 50%;
  margin-top: -1.6vw;
  left: auto;
  right: 3.73333vw;
  z-index: 20;
}
@media print, screen and (min-width: 768px) {
  .news-items .news-item a i {
    width: 1.14286vw;
    height: 1vw;
    margin-top: -0.5vw;
    right: 1.71429vw;
  }
}
@media screen and (min-width: 1400px) {
  .news-items .news-item a i {
    width: 16px;
    height: 14px;
    margin-top: -7px;
    right: 24px;
  }
}
.news-items .news-item a i::after {
  display: block;
  width: 100%;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../img/common/icon_arrow_gray333_r.svg) center center no-repeat;
  background-size: 100% auto;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out;
}
@media print, screen and (min-width: 768px) {
  .news-items .news-item a i::after {
    background: url(../img/common/icon_arr_right_white.svg) center center no-repeat;
    background-size: 100% auto;
    opacity: 0;
    transform: translateX(-100%);
  }
}
.news-items .news-item a i::before {
  display: block;
  width: 100%;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../img/common/icon_arrow_gray333_r.svg) center center no-repeat;
  background-size: 100% auto;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out;
}
@media print, screen and (min-width: 768px) {
  .news-items .news-item a i::before {
    background: url(../img/common/icon_arr_right_black.svg) center center no-repeat;
    background-size: 100% auto;
  }
}

.news-earth {
  width: 29.33333vw;
  margin: 0 auto 8vw;
  opacity: 0.9;
}
@media print, screen and (min-width: 768px) {
  .news-earth {
    width: 14.28571vw;
    margin-top: -6.28571vw;
    margin-bottom: 3.57143vw;
  }
}
@media screen and (min-width: 1400px) {
  .news-earth {
    width: 200px;
    margin-top: -6.28571vw;
    margin-bottom: 50px;
  }
}

.article-head {
  position: relative;
  z-index: 3;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 2.4vw;
}
@media print, screen and (min-width: 768px) {
  .article-head {
    margin-bottom: 1.07143vw;
  }
}
@media screen and (min-width: 1400px) {
  .article-head {
    margin-bottom: 15px;
  }
}

.article-head__author {
  position: relative;
  margin-right: 5.33333vw;
  padding-left: 10.13333vw;
  height: 8vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 3.2vw;
  font-weight: 700;
}
@media print, screen and (min-width: 768px) {
  .article-head__author {
    margin-right: 1.42857vw;
    padding-left: 3.71429vw;
    height: 2.85714vw;
  }
}
@media screen and (min-width: 1400px) {
  .article-head__author {
    margin-right: 20px;
    padding-left: 52px;
    height: 40px;
  }
}
.article-head__author img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  margin-right: 2.66667vw;
  width: 8vw;
  border-radius: 50%;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .article-head__author img {
    margin-right: 1.42857vw;
    width: 2.85714vw;
  }
}
@media screen and (min-width: 1400px) {
  .article-head__author img {
    margin-right: 20px;
    width: 40px;
  }
}
@media print, screen and (min-width: 768px) {
  .article-head__author {
    font-size: 1vw;
  }
}
@media screen and (min-width: 1400px) {
  .article-head__author {
    font-size: 14px;
  }
}

.article-head__category,
.news-category {
  margin-right: 3.73333vw;
  height: 8vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media print, screen and (min-width: 768px) {
  .article-head__category,
  .news-category {
    margin-right: 1.42857vw;
    height: 2.85714vw;
  }
}
@media screen and (min-width: 1400px) {
  .article-head__category,
  .news-category {
    margin-right: 20px;
    height: 40px;
  }
}
.article-head__category a,
.article-head__category span,
.news-category a,
.news-category span {
  display: block;
  background: #5D5D5D;
  color: #fff;
  font-size: 3.2vw;
  padding: 1.2vw 3.2vw 0;
  height: 6.4vw;
  border-radius: 3.2vw;
  overflow: hidden;
  font-weight: 700;
}
.news-items .article-head__category a, .news-items
.article-head__category span, .news-items
.news-category a, .news-items
.news-category span {
  border: 1px solid #f4f4f4;
}
@media print, screen and (min-width: 768px) {
  .article-head__category a,
  .article-head__category span,
  .news-category a,
  .news-category span {
    font-size: 1vw;
    padding: 0.35714vw 1.14286vw 0;
    height: 2vw;
    border-radius: 1vw;
  }
}
@media screen and (min-width: 1400px) {
  .article-head__category a,
  .article-head__category span,
  .news-category a,
  .news-category span {
    font-size: 14px;
    padding: 5px 16px 0;
    height: 28px;
    border-radius: 14px;
  }
}

.article-head__date,
.news-date {
  font-size: 3.2vw;
  font-weight: 700;
  height: 8vw;
  position: relative;
  top: -0.13333vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: color 0.3s ease-out;
}
@media print, screen and (min-width: 768px) {
  .article-head__date,
  .news-date {
    font-size: 1vw;
    height: 2.85714vw;
    top: -0.07143vw;
  }
}
@media screen and (min-width: 1400px) {
  .article-head__date,
  .news-date {
    font-size: 14px;
    height: 40px;
    top: -1px;
  }
}

.news-txt {
  position: relative;
  z-index: 3;
  font-size: 3.73333vw;
  line-height: 1.8;
  color: #333;
  transition: color 0.3s ease-out;
}
@media print, screen and (min-width: 768px) {
  .news-txt {
    font-size: 1.28571vw;
  }
}
@media screen and (min-width: 1400px) {
  .news-txt {
    font-size: 18px;
  }
}

/* news article */
@media print, screen and (min-width: 768px) {
  .blog-articleAside {
    position: relative;
    width: 92%;
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row-reverse;
  }
}

.blog-aside__bnr {
  position: absolute;
  top: 0;
  right: 0;
  width: 240px;
}
.blog-aside__bnr a {
  display: block;
  background: #666;
  color: #fff;
  text-align: center;
  padding: 100px 0;
}

@media print, screen and (min-width: 768px) {
  .blog-aside {
    padding-top: 220px;
    width: 17.14286vw;
    position: sticky;
    top: 0;
  }
}
@media screen and (min-width: 1400px) {
  .blog-aside {
    width: 240px;
  }
}

.blog-article,
.news-article {
  width: 92vw;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .blog-article,
  .news-article {
    width: 92%;
    max-width: 980px;
    margin: 0 auto;
  }
}
.blog-article .article-head,
.news-article .article-head {
  margin-bottom: 2.66667vw;
}
@media print, screen and (min-width: 768px) {
  .blog-article .article-head,
  .news-article .article-head {
    margin-bottom: 1.42857vw;
  }
}
@media screen and (min-width: 1400px) {
  .blog-article .article-head,
  .news-article .article-head {
    margin-bottom: 20px;
  }
}

@media print, screen and (min-width: 768px) {
  .blog-article {
    width: 68.57143vw;
    margin: 0 0;
  }
}
@media screen and (min-width: 1400px) {
  .blog-article {
    width: 960px;
  }
}

.article-ttl {
  font-weight: 800;
  font-size: 7.46667vw;
  line-height: 1.4;
  margin-bottom: 6.66667vw;
}
@media print, screen and (min-width: 768px) {
  .article-ttl {
    font-size: 3.57143vw;
    margin-bottom: 4.28571vw;
    line-height: 1.3;
  }
}
@media screen and (min-width: 1400px) {
  .article-ttl {
    font-size: 50px;
    margin-bottom: 60px;
  }
}

.article-con {
  border-top: 1px solid #ccc;
  padding-top: 8vw;
  padding-bottom: 5.33333vw;
  margin-bottom: 10.66667vw;
}
@media print, screen and (min-width: 768px) {
  .article-con {
    padding-top: 4.28571vw;
    padding-bottom: 2.85714vw;
    margin-bottom: 5.71429vw;
  }
}
@media screen and (min-width: 1400px) {
  .article-con {
    padding-top: 60px;
    padding-bottom: 40px;
    margin-bottom: 80px;
  }
}
.article-con section {
  margin-bottom: 21.33333vw;
}
@media print, screen and (min-width: 768px) {
  .article-con section {
    margin-bottom: 5.71429vw;
  }
}
@media screen and (min-width: 1400px) {
  .article-con section {
    margin-bottom: 80px;
  }
}
.article-con section:last-child {
  margin-bottom: 0;
}
.article-con figure {
  display: block;
  margin-bottom: 10.66667vw;
}
@media print, screen and (min-width: 768px) {
  .article-con figure {
    margin-bottom: 5.71429vw;
  }
}
@media screen and (min-width: 1400px) {
  .article-con figure {
    margin-bottom: 80px;
  }
}
.article-con figure figcaption {
  display: block;
  margin-top: 2.66667vw;
  font-size: 3.73333vw;
  line-height: 1.8;
}
@media print, screen and (min-width: 768px) {
  .article-con figure figcaption {
    font-size: 1.28571vw;
    margin-top: 0.71429vw;
  }
}
@media screen and (min-width: 1400px) {
  .article-con figure figcaption {
    font-size: 18px;
    margin-top: 0.71429vw;
  }
}
.article-con h2 {
  font-size: 6.93333vw;
  font-weight: 700;
  margin-bottom: 5.33333vw;
  line-height: 1.6;
}
@media print, screen and (min-width: 768px) {
  .article-con h2 {
    font-size: 2.57143vw;
    margin-bottom: 2.14286vw;
  }
}
@media screen and (min-width: 1400px) {
  .article-con h2 {
    font-size: 36px;
    margin-bottom: 30px;
  }
}
.article-con p {
  font-size: 3.73333vw;
  line-height: 2;
  margin-bottom: 10.66667vw;
}
@media print, screen and (min-width: 768px) {
  .article-con p {
    font-size: 1.28571vw;
    margin-bottom: 5.71429vw;
  }
}
@media screen and (min-width: 1400px) {
  .article-con p {
    font-size: 18px;
    margin-bottom: 80px;
  }
}
.article-con p:last-child {
  margin-bottom: 0;
}

.article-talk__items {
  margin-bottom: 10.66667vw;
}
@media print, screen and (min-width: 768px) {
  .article-talk__items {
    margin-bottom: 5.71429vw;
  }
}
@media screen and (min-width: 1400px) {
  .article-talk__items {
    margin-bottom: 80px;
  }
}
.article-talk__items .article-talk__item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 8vw;
}
@media print, screen and (min-width: 768px) {
  .article-talk__items .article-talk__item {
    margin-bottom: 2.85714vw;
  }
}
@media screen and (min-width: 1400px) {
  .article-talk__items .article-talk__item {
    margin-bottom: 40px;
  }
}
.article-talk__items .article-talk__item:last-child {
  margin-bottom: 0;
}
.article-talk__items .article-talk__item.-right {
  flex-direction: row-reverse;
}

.article-talk__who {
  text-align: center;
  width: 16vw;
}
@media print, screen and (min-width: 768px) {
  .article-talk__who {
    width: 10%;
  }
}
@media screen and (min-width: 1400px) {
  .article-talk__who {
    width: 100px;
  }
}
.article-talk__who img {
  display: block;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 2.66667vw;
}
@media print, screen and (min-width: 768px) {
  .article-talk__who img {
    margin-bottom: 0.71429vw;
  }
}
@media screen and (min-width: 1400px) {
  .article-talk__who img {
    margin-bottom: 10px;
  }
}
.article-talk__who span {
  display: block;
  position: relative;
  width: 140%;
  left: -20%;
  font-weight: 700;
  font-size: 3.2vw;
}
@media print, screen and (min-width: 768px) {
  .article-talk__who span {
    font-size: 1vw;
  }
}
@media screen and (min-width: 1400px) {
  .article-talk__who span {
    font-size: 14px;
  }
}

.article-talk__serif {
  width: 69.33333vw;
}
@media print, screen and (min-width: 768px) {
  .article-talk__serif {
    width: 85%;
  }
}
@media screen and (min-width: 1400px) {
  .article-talk__serif {
    width: 820px;
  }
}

.article-talk__serif-tips {
  border: 1.06667vw solid #ccc;
  padding: 4vw 4vw;
  border-radius: 2.13333vw;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .article-talk__serif-tips {
    border: 0.28571vw solid #ccc;
    padding: 2.14286vw 2.14286vw;
    border-radius: 1.14286vw;
  }
}
@media screen and (min-width: 1400px) {
  .article-talk__serif-tips {
    border: 4px solid #ccc;
    padding: 30px 30px;
    border-radius: 16px;
  }
}
.article-talk__serif-tips::after {
  display: block;
  position: absolute;
  content: '';
  top: 3.33333vw;
  left: -4vw;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2.66667vw 4vw 2.66667vw 0;
  border-color: transparent #ccc transparent transparent;
  z-index: 1;
}
@media print, screen and (min-width: 768px) {
  .article-talk__serif-tips::after {
    top: 1.42857vw;
    left: -1.21429vw;
    border-width: 0.71429vw 1.14286vw 0.71429vw 0;
  }
}
@media screen and (min-width: 1400px) {
  .article-talk__serif-tips::after {
    top: 20px;
    left: -17px;
    border-width: 10px 16px 10px 0;
  }
}
.-right .article-talk__serif-tips::after {
  left: auto;
  right: -4vw;
  border-width: 2.66667vw 0 2.66667vw 4vw;
  border-color: transparent transparent transparent #ccc;
}
@media print, screen and (min-width: 768px) {
  .-right .article-talk__serif-tips::after {
    right: -1.21429vw;
    border-width: 0.71429vw 0 0.71429vw 1.14286vw;
  }
}
@media screen and (min-width: 1400px) {
  .-right .article-talk__serif-tips::after {
    right: -17px;
    border-width: 10px 0 10px 16px;
  }
}
.article-talk__serif-tips::before {
  display: block;
  position: absolute;
  content: '';
  top: 4vw;
  left: -2.4vw;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2vw 2.93333vw 2vw 0;
  border-color: transparent #fff transparent transparent;
  z-index: 2;
}
@media print, screen and (min-width: 768px) {
  .article-talk__serif-tips::before {
    top: 1.71429vw;
    left: -0.78571vw;
    border-width: 0.42857vw 0.85714vw 0.42857vw 0;
  }
}
@media screen and (min-width: 1400px) {
  .article-talk__serif-tips::before {
    top: 24px;
    left: -12px;
    border-width: 6px 12px 6px 0;
  }
}
.-right .article-talk__serif-tips::before {
  left: auto;
  right: -2.4vw;
  border-width: 2vw 0 2vw 2.93333vw;
  border-color: transparent transparent transparent #fff;
}
@media print, screen and (min-width: 768px) {
  .-right .article-talk__serif-tips::before {
    right: -0.78571vw;
    border-width: 0.42857vw 0 0.42857vw 0.85714vw;
  }
}
@media screen and (min-width: 1400px) {
  .-right .article-talk__serif-tips::before {
    right: -12px;
    border-width: 6px 0 6px 12px;
  }
}
.article-talk__serif-tips p {
  line-height: 1.8;
  font-size: 3.73333vw;
  margin-bottom: 2.13333vw;
  letter-spacing: 0.1em;
}
.article-talk__serif-tips p.mb-l {
  margin-bottom: 5.33333vw;
}
@media print, screen and (min-width: 768px) {
  .article-talk__serif-tips p.mb-l {
    margin-bottom: 3.57143vw;
  }
}
@media screen and (min-width: 1400px) {
  .article-talk__serif-tips p.mb-l {
    margin-bottom: 50px;
  }
}
@media print, screen and (min-width: 768px) {
  .article-talk__serif-tips p {
    font-size: 1.14286vw;
    margin-bottom: 0.85714vw;
    line-height: 2.0;
  }
}
@media screen and (min-width: 1400px) {
  .article-talk__serif-tips p {
    font-size: 16px;
    margin-bottom: 12px;
  }
}
.article-talk__serif-tips p:last-child {
  margin-bottom: 0;
}

.article-toc {
  width: 100%;
  border-radius: 2.13333vw;
  overflow: hidden;
  background: #f4f4f4;
  margin-bottom: 10.66667vw;
  padding: 6.66667vw 0;
}
@media print, screen and (min-width: 768px) {
  .article-toc {
    border-radius: 1.14286vw;
    margin-bottom: 5.71429vw;
    padding: 2.85714vw 0;
  }
}
@media screen and (min-width: 1400px) {
  .article-toc {
    border-radius: 16px;
    margin-bottom: 80px;
    padding: 40px 0;
  }
}

.article-toc__ttl {
  width: 81.33333vw;
  margin: 0 auto 5.33333vw;
  font-size: 4.8vw;
  font-weight: 800;
}
@media print, screen and (min-width: 768px) {
  .article-toc__ttl {
    width: 88%;
    margin-bottom: 2.14286vw;
    font-size: 2.28571vw;
  }
}
@media screen and (min-width: 1400px) {
  .article-toc__ttl {
    margin-bottom: 30px;
    font-size: 32px;
  }
}

.article-toc__list {
  width: 81.33333vw;
  margin: 0 auto;
  border-top: 1px solid #ccc;
}
@media print, screen and (min-width: 768px) {
  .article-toc__list {
    width: 88%;
  }
}
.article-toc__list li {
  font-size: 4.26667vw;
  line-height: 1.6;
  border-bottom: 1px solid #ccc;
  padding: 2.13333vw 0;
}
@media print, screen and (min-width: 768px) {
  .article-toc__list li {
    font-size: 1.14286vw;
    padding: 1.14286vw 0;
  }
}
@media screen and (min-width: 1400px) {
  .article-toc__list li {
    font-size: 16px;
    padding: 16px 0;
  }
}
.article-toc__list li a {
  display: block;
  position: relative;
  padding: 2.66667vw 0 2.66667vw 2.4em;
  font-weight: 700;
}
@media print, screen and (min-width: 768px) {
  .article-toc__list li a {
    padding: 1.42857vw 0 1.42857vw 2.4em;
  }
}
@media screen and (min-width: 1400px) {
  .article-toc__list li a {
    padding: 20px 0 20px 2.4em;
  }
}
.article-toc__list li .toc-num {
  position: absolute;
  top: 2.66667vw;
  left: 0;
  font-weight: 700;
}
@media print, screen and (min-width: 768px) {
  .article-toc__list li .toc-num {
    top: 1.42857vw;
  }
}
@media screen and (min-width: 1400px) {
  .article-toc__list li .toc-num {
    top: 20px;
  }
}

.article-sns__ttl {
  text-align: center;
  font-size: 4.8vw;
  font-weight: 700;
  margin-bottom: 8vw;
}
@media print, screen and (min-width: 768px) {
  .article-sns__ttl {
    font-size: 1.71429vw;
    margin-bottom: 2.14286vw;
  }
}
@media screen and (min-width: 1400px) {
  .article-sns__ttl {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
.article-sns__ttl span {
  display: inline-block;
  position: relative;
  padding: 0 0.8em;
}
.article-sns__ttl span::before, .article-sns__ttl span::after {
  position: absolute;
  top: -5%;
  display: block;
  content: '';
  width: 2px;
  height: 106%;
  background: #000;
}
.article-sns__ttl span::after {
  left: 0;
  transform: rotate(-20deg);
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
}
.article-sns__ttl span::before {
  right: 0;
  transform: rotate(20deg);
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
}

.article-sns__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 10.66667vw;
}
@media print, screen and (min-width: 768px) {
  .article-sns__list {
    margin-bottom: 5.71429vw;
  }
}
@media screen and (min-width: 1400px) {
  .article-sns__list {
    margin-bottom: 80px;
  }
}
.article-sns__list li {
  margin: 0 2vw;
}
@media print, screen and (min-width: 768px) {
  .article-sns__list li {
    margin: 0 1.07143vw;
  }
}
@media screen and (min-width: 1400px) {
  .article-sns__list li {
    margin: 0 10px;
  }
}
.article-sns__list li a {
  position: relative;
  display: block;
  width: 9.6vw;
  height: 9.6vw;
}
.article-sns__list li a::after {
  position: absolute;
  display: block;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: transform 0.3s ease-out;
  border-radius: 50%;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .article-sns__list li a {
    width: 2.85714vw;
    height: 2.85714vw;
  }
}
@media screen and (min-width: 1400px) {
  .article-sns__list li a {
    width: 40px;
    height: 40px;
  }
}
.article-sns__list li a img {
  display: block;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 4.8vw;
  height: 4.8vw;
  transform: translate(-50%, -50%);
  transition: transform 0.3s ease-out;
}
@media print, screen and (min-width: 768px) {
  .article-sns__list li a img {
    width: 1.42857vw;
    height: 1.42857vw;
  }
}
@media screen and (min-width: 1400px) {
  .article-sns__list li a img {
    width: 20px;
    height: 20px;
  }
}
@media screen and (min-width: 1025px) {
  .article-sns__list li a:hover::after {
    transform: scale(1.2);
    transition: transform 0.1s ease-out;
  }
}
.article-sns__list li.sns-fa a::after {
  background: #1877f2;
}
.article-sns__list li.sns-tw a::after {
  background: #1DA1F2;
}
.article-sns__list li.sns-hatebu a::after {
  background: #008fde;
}
.article-sns__list li.sns-pocket a::after {
  background: #e7132f;
}
.article-sns__list li.sns-pocket a img {
  width: 6.13333vw;
  height: 6.13333vw;
}
@media print, screen and (min-width: 768px) {
  .article-sns__list li.sns-pocket a img {
    width: 1.57143vw;
    height: 1.57143vw;
  }
}
@media screen and (min-width: 1400px) {
  .article-sns__list li.sns-pocket a img {
    width: 22px;
    height: 22px;
  }
}
.article-sns__list li.sns-line a::after {
  background: #00c300;
}
.article-sns__list li.sns-line a img {
  width: 6.66667vw;
  height: 6.66667vw;
}
@media print, screen and (min-width: 768px) {
  .article-sns__list li.sns-line a img {
    width: 1.85714vw;
    height: 1.85714vw;
  }
}
@media screen and (min-width: 1400px) {
  .article-sns__list li.sns-line a img {
    width: 26px;
    height: 26px;
  }
}

.news-nextPrevs {
  width: 92vw;
  margin: 0 auto 6.66667vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media print, screen and (min-width: 768px) {
  .news-nextPrevs {
    width: 93%;
    max-width: 1280px;
    margin-bottom: 2.85714vw;
  }
}
@media screen and (min-width: 1400px) {
  .news-nextPrevs {
    margin-bottom: 40px;
  }
}

.news-nextPrev {
  width: 48%;
}
@media print, screen and (min-width: 768px) {
  .news-nextPrev {
    width: 36%;
  }
}
.news-nextPrev a {
  display: block;
}
@media print, screen and (min-width: 768px) {
  .news-nextPrev a {
    position: relative;
  }
}
.news-nextPrev a span {
  display: block;
}
.news-nextPrev a span.news-nextPrev__arr {
  font-size: 3.2vw;
  font-weight: 700;
  position: relative;
}
.news-nextPrev a span.news-nextPrev__arr span {
  transition: opacity 0.3s ease-out;
}
@media print, screen and (min-width: 768px) {
  .news-nextPrev a span.news-nextPrev__arr {
    position: static;
    font-size: 1.14286vw;
  }
}
@media screen and (min-width: 1400px) {
  .news-nextPrev a span.news-nextPrev__arr {
    font-size: 16px;
  }
}
.news-nextPrev a span.news-nextPrev__arr i {
  position: absolute;
  top: -1.33333vw;
  left: auto;
  width: 4vw;
  height: 5.86667vw;
  z-index: 30;
  transition: transform 0.3s ease-out;
}
@media print, screen and (min-width: 768px) {
  .news-nextPrev a span.news-nextPrev__arr i {
    width: 2.42857vw;
    height: 3.14286vw;
    top: 50%;
    margin-top: -0.85714vw;
    right: 0vw;
  }
}
@media screen and (min-width: 1400px) {
  .news-nextPrev a span.news-nextPrev__arr i {
    width: 34px;
    height: 44px;
    right: 0px;
    margin-top: -12px;
  }
}
.news-nextPrev a span.news-nextPrev__arr i::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 0.53333vw;
  background: #333;
  margin-top: -0.26667vw;
}
@media print, screen and (min-width: 768px) {
  .news-nextPrev a span.news-nextPrev__arr i::after {
    height: 0.28571vw;
    margin-top: 0.14286vw;
  }
}
@media screen and (min-width: 1400px) {
  .news-nextPrev a span.news-nextPrev__arr i::after {
    height: 4px;
    margin-top: 2px;
  }
}
.news-nextPrev a span.news-nextPrev__arr i::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 2.4vw;
  height: 0.53333vw;
  background: #333;
  margin-top: -0.26667vw;
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  transform: rotate(36deg);
}
@media print, screen and (min-width: 768px) {
  .news-nextPrev a span.news-nextPrev__arr i::before {
    width: 1.14286vw;
    height: 0.28571vw;
    margin-top: 0.14286vw;
  }
}
@media screen and (min-width: 1400px) {
  .news-nextPrev a span.news-nextPrev__arr i::before {
    width: 16px;
    height: 4px;
    margin-top: 2px;
  }
}
.news-nextPrev a span.news-nextPrev__ttl {
  margin-top: 2.66667vw;
  line-height: 1.6;
  font-size: 3.2vw;
  transition: opacity 0.3s ease-out;
}
@media print, screen and (min-width: 768px) {
  .news-nextPrev a span.news-nextPrev__ttl {
    margin-top: 0.85714vw;
    font-size: 1.28571vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media screen and (min-width: 1400px) {
  .news-nextPrev a span.news-nextPrev__ttl {
    margin-top: 12px;
    font-size: 18px;
  }
}
@media screen and (min-width: 1025px) {
  .news-nextPrev a:hover span.news-nextPrev__ttl, .news-nextPrev a:hover span.news-nextPrev__arr span {
    opacity: 0.7;
    transition: opacity 0.2s ease-out;
  }
  .news-nextPrev a:hover span i {
    transform: translateX(5px);
    transition: transform 0.2s ease-out;
  }
}
.news-nextPrev.-prev a span.news-nextPrev__arr {
  padding-left: 6.66667vw;
}
@media print, screen and (min-width: 768px) {
  .news-nextPrev.-prev a span.news-nextPrev__arr {
    padding-left: 4.57143vw;
  }
}
@media screen and (min-width: 1400px) {
  .news-nextPrev.-prev a span.news-nextPrev__arr {
    padding-left: 64px;
  }
}
.news-nextPrev.-prev a span.news-nextPrev__arr i {
  left: 1.33333vw;
}
@media print, screen and (min-width: 768px) {
  .news-nextPrev.-prev a span.news-nextPrev__arr i {
    left: 0.71429vw;
  }
}
@media screen and (min-width: 1400px) {
  .news-nextPrev.-prev a span.news-nextPrev__arr i {
    left: 10px;
  }
}
.news-nextPrev.-prev a span.news-nextPrev__arr i::before {
  right: auto;
  left: 0;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
  transform: rotate(-36deg);
}
@media print, screen and (min-width: 768px) {
  .news-nextPrev.-prev a span.news-nextPrev__ttl {
    padding-left: 4.28571vw;
  }
}
@media screen and (min-width: 1400px) {
  .news-nextPrev.-prev a span.news-nextPrev__ttl {
    padding-left: 60px;
  }
}
@media screen and (min-width: 1025px) {
  .news-nextPrev.-prev a:hover span i {
    transform: translateX(-5px);
    transition: transform 0.2s ease-out;
  }
}
.news-nextPrev.-next a span.news-nextPrev__arr {
  text-align: right;
  padding-right: 6.66667vw;
}
@media print, screen and (min-width: 768px) {
  .news-nextPrev.-next a span.news-nextPrev__arr {
    padding-right: 4.57143vw;
  }
}
@media screen and (min-width: 1400px) {
  .news-nextPrev.-next a span.news-nextPrev__arr {
    padding-right: 64px;
  }
}
.news-nextPrev.-next a span.news-nextPrev__arr i {
  right: 1.33333vw;
}
@media print, screen and (min-width: 768px) {
  .news-nextPrev.-next a span.news-nextPrev__arr i {
    right: 0.71429vw;
  }
}
@media screen and (min-width: 1400px) {
  .news-nextPrev.-next a span.news-nextPrev__arr i {
    right: 10px;
  }
}
.news-nextPrev.-next a span.news-nextPrev__ttl {
  text-align: right;
}
@media print, screen and (min-width: 768px) {
  .news-nextPrev.-next a span.news-nextPrev__ttl {
    padding-right: 4.28571vw;
  }
}
@media screen and (min-width: 1400px) {
  .news-nextPrev.-next a span.news-nextPrev__ttl {
    padding-right: 60px;
  }
}

/* pager */
.cms-pager {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 92vw;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}
@media print, screen and (min-width: 768px) {
  .cms-pager {
    width: 93%;
    max-width: 720px;
  }
}
@media screen and (min-width: 1400px) {
  .cms-pager {
    max-width: 720px;
  }
}

.cms-pager__nextPrev {
  width: 10.66667vw;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .cms-pager__nextPrev {
    width: 3.14286vw;
    height: 3.14286vw;
  }
}
@media screen and (min-width: 1400px) {
  .cms-pager__nextPrev {
    width: 44px;
    height: 44px;
  }
}
.cms-pager__nextPrev div,
.cms-pager__nextPrev a {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  right: 0;
}
.cms-pager__nextPrev div i,
.cms-pager__nextPrev a i {
  position: absolute;
  top: 2.13333vw;
  left: auto;
  right: 3.2vw;
  width: 4vw;
  height: 5.86667vw;
  transition: opacity 0.3s 0s ease-out;
  z-index: 30;
}
@media print, screen and (min-width: 768px) {
  .cms-pager__nextPrev div i,
  .cms-pager__nextPrev a i {
    width: 2.42857vw;
    height: 3.14286vw;
    top: 0vw;
    right: 0vw;
  }
}
@media screen and (min-width: 1400px) {
  .cms-pager__nextPrev div i,
  .cms-pager__nextPrev a i {
    width: 34px;
    height: 44px;
    top: 0;
    right: 0px;
  }
}
.cms-pager__nextPrev div i::after,
.cms-pager__nextPrev a i::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 0.53333vw;
  background: #333;
  margin-top: -0.26667vw;
}
@media print, screen and (min-width: 768px) {
  .cms-pager__nextPrev div i::after,
  .cms-pager__nextPrev a i::after {
    height: 0.28571vw;
    margin-top: -0.14286vw;
  }
}
@media screen and (min-width: 1400px) {
  .cms-pager__nextPrev div i::after,
  .cms-pager__nextPrev a i::after {
    height: 4px;
    margin-top: -2px;
  }
}
.cms-pager__nextPrev div i::before,
.cms-pager__nextPrev a i::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 2.4vw;
  height: 0.53333vw;
  background: #333;
  margin-top: -0.26667vw;
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  transform: rotate(36deg);
}
@media print, screen and (min-width: 768px) {
  .cms-pager__nextPrev div i::before,
  .cms-pager__nextPrev a i::before {
    width: 1.14286vw;
    height: 0.28571vw;
    margin-top: -0.14286vw;
  }
}
@media screen and (min-width: 1400px) {
  .cms-pager__nextPrev div i::before,
  .cms-pager__nextPrev a i::before {
    width: 16px;
    height: 4px;
    margin-top: -2px;
  }
}
.cms-pager__nextPrev div span,
.cms-pager__nextPrev a span {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .cms-pager__nextPrev div,
  .cms-pager__nextPrev a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 7.14286vw;
    text-align: right;
  }
}
@media screen and (min-width: 768px) and (min-width: 1400px) {
  .cms-pager__nextPrev div,
  .cms-pager__nextPrev a {
    width: 100px;
  }
}
@media print, screen and (min-width: 768px) {
  .cms-pager__nextPrev div i,
  .cms-pager__nextPrev a i {
    left: auto;
    right: 0;
    margin-left: 0;
    transition: transform 0.3s ease-out;
  }
  .cms-pager__nextPrev div span,
  .cms-pager__nextPrev a span {
    display: block;
    font-size: 1.28571vw;
    padding-right: 3.42857vw;
    font-weight: 700;
    position: relative;
    top: -1px;
    transition: opacity 0.3s ease-out;
  }
}
@media screen and (min-width: 768px) and (min-width: 1400px) {
  .cms-pager__nextPrev div span,
  .cms-pager__nextPrev a span {
    font-size: 18px;
    padding-right: 48px;
  }
}

@media screen and (min-width: 1025px) {
  .cms-pager__nextPrev div:hover i,
  .cms-pager__nextPrev a:hover i {
    transform: translateX(3px);
    transition: transform 0.2s ease-out;
  }
}
.cms-pager__nextPrev.-prev div {
  opacity: 0;
}
.cms-pager__nextPrev.-prev div,
.cms-pager__nextPrev.-prev a {
  left: 0;
  text-align: left;
}
@media print, screen and (min-width: 768px) {
  .cms-pager__nextPrev.-prev div span,
  .cms-pager__nextPrev.-prev a span {
    padding-right: 0;
    padding-left: 3.42857vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1400px) {
  .cms-pager__nextPrev.-prev div span,
  .cms-pager__nextPrev.-prev a span {
    padding-left: 48px;
  }
}

.cms-pager__nextPrev.-prev div i,
.cms-pager__nextPrev.-prev a i {
  right: auto;
  left: 3.2vw;
}
@media print, screen and (min-width: 768px) {
  .cms-pager__nextPrev.-prev div i,
  .cms-pager__nextPrev.-prev a i {
    left: 0;
  }
}
.cms-pager__nextPrev.-prev div i::before,
.cms-pager__nextPrev.-prev a i::before {
  right: auto;
  left: 0;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
  transform: rotate(-36deg);
}
@media print, screen and (min-width: 768px) {
  .cms-pager__nextPrev.-prev div i::before,
  .cms-pager__nextPrev.-prev a i::before {
    width: 1.14286vw;
    height: 0.28571vw;
    margin-top: -0.14286vw;
  }
}
@media screen and (min-width: 1400px) {
  .cms-pager__nextPrev.-prev div i::before,
  .cms-pager__nextPrev.-prev a i::before {
    width: 16px;
    height: 4px;
    margin-top: -2px;
  }
}
@media screen and (min-width: 1025px) {
  .cms-pager__nextPrev.-prev div:hover i,
  .cms-pager__nextPrev.-prev a:hover i {
    transform: translateX(-3px);
    transition: transform 0.2s ease-out;
  }
}

.cms-pager__nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cms-pager__nav ul li {
  position: relative;
  display: table;
  margin: 0 1.06667vw;
}
@media print, screen and (min-width: 768px) {
  .cms-pager__nav ul li {
    margin: 0 8px;
  }
}
.cms-pager__nav ul li div,
.cms-pager__nav ul li a,
.cms-pager__nav ul li span {
  position: relative;
  z-index: 1;
  display: table-cell;
  vertical-align: middle;
  width: 10.66667vw;
  height: 10.66667vw;
  border-radius: 50%;
  background: #fff;
  font-weight: 700;
  color: #111;
  font-size: 3.2vw;
  text-align: center;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .cms-pager__nav ul li div,
  .cms-pager__nav ul li a,
  .cms-pager__nav ul li span {
    width: 44px;
    height: 44px;
    font-size: 18px;
  }
}
.cms-pager__nav ul li a {
  transition: opacity 0.3s ease-out;
}
@media screen and (min-width: 1400px) {
  .cms-pager__nav ul li a:hover {
    opacity: 0.5;
    transition: opacity 0.2s ease-out;
  }
}
.cms-pager__nav ul li div {
  background: none;
  color: #FFD6DC;
  letter-spacing: -0.2em;
}
.cms-pager__nav ul li span {
  background: #70a45f;
  color: #fff;
}

.article-author {
  position: relative;
  width: 92vw;
  margin: 0 auto 13.33333vw;
  padding: 8vw 0;
  background: #f1f1f1;
  border-radius: 2.13333vw;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .article-author {
    width: 71.42857vw;
    margin: 0 auto 7.14286vw;
    padding: 2.85714vw 0;
    border-radius: 1.14286vw;
  }
}
@media screen and (min-width: 1400px) {
  .article-author {
    width: 1000px;
    margin: 0 auto 100px;
    padding: 40px 0;
    border-radius: 16px;
  }
}

.article-author__assets {
  width: 81.33333vw;
  margin: 0 auto 5.33333vw;
  display: table;
}
@media print, screen and (min-width: 768px) {
  .article-author__assets {
    width: 64.28571vw;
    margin: 0 auto 1.78571vw;
  }
}
@media screen and (min-width: 1400px) {
  .article-author__assets {
    width: 900px;
    margin: 0 auto 25px;
  }
}

.article-author__assets-l {
  width: 18.66667vw;
  display: table-cell;
  vertical-align: middle;
}
@media print, screen and (min-width: 768px) {
  .article-author__assets-l {
    width: 10vw;
  }
}
@media screen and (min-width: 1400px) {
  .article-author__assets-l {
    width: 140px;
  }
}

.article-author__assets-icon {
  width: 18.66667vw;
  background: #f9f9f9;
  border-radius: 50%;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .article-author__assets-icon {
    width: 8.57143vw;
  }
}
@media screen and (min-width: 1400px) {
  .article-author__assets-icon {
    width: 120px;
  }
}

.article-author__assets-r {
  display: table-cell;
  vertical-align: middle;
  padding-left: 5.33333vw;
}
@media print, screen and (min-width: 768px) {
  .article-author__assets-r {
    padding-left: 1.42857vw;
  }
}
@media screen and (min-width: 1400px) {
  .article-author__assets-r {
    padding-left: 20px;
  }
}

.article-author__assets-name {
  font-weight: 700;
  font-size: 4.26667vw;
  margin-bottom: 2.13333vw;
}
@media print, screen and (min-width: 768px) {
  .article-author__assets-name {
    font-size: 1.28571vw;
    margin-bottom: 0.71429vw;
  }
}
@media screen and (min-width: 1400px) {
  .article-author__assets-name {
    font-size: 18px;
    margin-bottom: 0.71429vw;
  }
}

.article-author__assets-txt {
  font-size: 3.2vw;
  line-height: 1.6;
  color: #666;
  font-weight: 700;
}
@media print, screen and (min-width: 768px) {
  .article-author__assets-txt {
    font-size: 1vw;
  }
}
@media screen and (min-width: 1400px) {
  .article-author__assets-txt {
    font-size: 14px;
  }
}

.article-author__txt {
  width: 81.33333vw;
  margin: 0 auto 5.33333vw;
  font-size: 3.73333vw;
  line-height: 1.6;
}
@media print, screen and (min-width: 768px) {
  .article-author__txt {
    width: 64.28571vw;
    margin: 0 auto 0;
    font-size: 1.14286vw;
  }
}
@media screen and (min-width: 1400px) {
  .article-author__txt {
    width: 900px;
    margin: 0 auto 0;
    font-size: 16px;
  }
}

.article-author__btn {
  width: 80vw;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .article-author__btn {
    width: 21.42857vw;
    margin: 0 0;
    position: absolute;
    top: 5.14286vw;
    right: 4.28571vw;
  }
}
@media screen and (min-width: 1400px) {
  .article-author__btn {
    width: 300px;
    top: 72px;
    right: 60px;
  }
}
.article-author__btn a {
  display: block;
  padding: 4vw 0;
  border: 1px solid #333;
  background: #fff;
  font-size: 3.73333vw;
  text-align: center;
  border-radius: 2.13333vw;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .article-author__btn a {
    padding: 1.42857vw 0;
    font-size: 1vw;
    border-radius: 0.57143vw;
  }
}
@media screen and (min-width: 1400px) {
  .article-author__btn a {
    padding: 20px 0;
    font-size: 14px;
    border-radius: 8px;
  }
}
.article-author__btn a span {
  font-weight: 700;
}
@media screen and (min-width: 1025px) {
  .article-author__btn a {
    transition: background 0.3s ease-out, color 0.3s ease-out;
  }
  .article-author__btn a:hover {
    transition: background 0.2s ease-out, color 0.2s ease-out;
    background: #333;
    color: #fff;
  }
}

/*********************************************
highlight
*********************************************/
/* 枠線の削除 */
.hljs-ln {
  margin-bottom: 0;
  border: none;
}
.hljs-ln tr,
.hljs-ln td {
  border: none;
}

/* 行番号 */
.hljs-ln-numbers {
  font-family: inherit;
  -webkit-touch-callout: none;
  /* スマホ等で長押しで表示されるポップアップメニューの非表示 */
  -webkit-user-select: none;
  /* コードコピー時に行番号が除外されるようにする */
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: center;
  color: #ccc;
  /* 行番号の色 */
  vertical-align: top;
  padding-right: 10px;
  width: 2rem;
  /* 番号の幅 */
  min-width: 2rem;
  /* 番号の最低幅 */
}

.hljs-ln-code.hljs-ln-line {
  padding-left: 8px;
}

/*********************************************
hcb

-- lab-items
-- news-items

*********************************************/
.hcb-clipboard.-done::before {
  top: -2em;
  text-align: right;
  width: 200px;
  content: 'コピーしました！' !important;
}

.hcb_wrap pre {
  padding-top: 10.66667vw !important;
  font-size: 3.73333vw !important;
}
@media print, screen and (min-width: 768px) {
  .hcb_wrap pre {
    padding-top: 3.57143vw !important;
    font-size: 1.14286vw !important;
  }
}
@media screen and (min-width: 1400px) {
  .hcb_wrap pre {
    padding-top: 50px !important;
    font-size: 16px !important;
  }
}

.hcb_wrap-ttl {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  padding: 0.8vw 2.66667vw 0.8vw 2.66667vw !important;
  font-size: 3.2vw !important;
}
@media print, screen and (min-width: 768px) {
  .hcb_wrap-ttl {
    font-size: 1vw !important;
    padding: 0.28571vw 1.42857vw 0.28571vw 1.42857vw !important;
  }
}
@media screen and (min-width: 1400px) {
  .hcb_wrap-ttl {
    font-size: 14px !important;
    padding: 4px 20px 4px 20px !important;
  }
}
.hcb_wrap-ttl.-javascript {
  background: #ebd94e;
  color: #000;
}
.hcb_wrap-ttl.-html {
  background: #d64428;
  color: #fff;
}
.hcb_wrap-ttl.-css {
  background: #2c66b3;
  color: #fff;
}

.hcbhcbhcbhcb {
  border: 1px solid #222;
  width: 34.66667vw;
  width: 100%;
  overflow: hidden;
  margin-bottom: 4vw;
}
@media print, screen and (min-width: 768px) {
  .hcbhcbhcbhcb {
    border: none;
    width: 100%;
    margin-bottom: 1.07143vw;
  }
  .hcbhcbhcbhcb img {
    display: block;
    transition: transform 0.3s ease-out;
  }
}
@media screen and (min-width: 1400px) {
  .hcbhcbhcbhcb {
    margin-bottom: 15px;
  }
}

/**
 * Swiper 4.4.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 14, 2018
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
}

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  /*  pointer-events: none; */
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 1;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

/*
 * Container style
 */
.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
}

/*
 * Scrollbar rail styles
 */
.ps__rail-x {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  height: 10px;
  /* there must be 'bottom' or 'top' for ps__rail-x */
  bottom: 0px;
  /* please don't change 'position' */
  position: absolute;
  opacity: 0.0 !important;
}

.ps__rail-y {
  display: none;
  opacity: 0;
  width: 10px;
  /* there must be 'right' or 'left' for ps__rail-y */
  right: 0;
  /* please don't change 'position' */
  position: absolute;
  opacity: 1 !important;
  background: #edfedb;
  border-radius: 5px;
  transition: background-color .2s linear, width .2s ease-in-out;
  -webkit-transition: background-color .2s linear, width .2s ease-in-out;
}
@media print, screen and (max-width: 641px) {
  .ps__rail-y {
    width: 1.33333vw;
    border-radius: 0.66667vw;
  }
}

.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  display: block;
}

.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
  opacity: 0.6;
}

.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
  opacity: 0.9;
}

/*
 * Scrollbar thumb styles
 */
.ps__thumb-x {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, height .2s ease-in-out;
  -webkit-transition: background-color .2s linear, height .2s ease-in-out;
  height: 6px;
  /* there must be 'bottom' for ps__thumb-x */
  bottom: 2px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__thumb-y {
  background-color: #0ec141;
  transition: background-color .2s linear, width .2s ease-in-out;
  -webkit-transition: background-color .2s linear, width .2s ease-in-out;
  width: 10px;
  border-radius: 5px;
  /* there must be 'right' for ps__thumb-y */
  right: 0;
  /* please don't change 'position' */
  position: absolute;
}
@media print, screen and (max-width: 641px) {
  .ps__thumb-y {
    width: 1.33333vw;
    border-radius: 0.66667vw;
  }
}

.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
  background-color: #999;
  height: 11px;
}

.ps__rail-y:hover,
.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
  width: 10px;
  width: 14px;
  border-radius: 7px;
}
@media print, screen and (max-width: 641px) {
  .ps__rail-y:hover,
  .ps__rail-y:hover > .ps__thumb-y,
  .ps__rail-y:focus > .ps__thumb-y,
  .ps__rail-y.ps--clicking .ps__thumb-y {
    width: 1.33333vw;
    border-radius: 0.66667vw;
  }
}

/* MS supports */
@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}
