@charset "UTF-8";
/****************************
*SCSSを使ってます。
*このファイルはいじらないでください
*****************************/
/**
* Foundation
* ========================== */
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
html {
  box-sizing: border-box;
  font-family: sans-serif;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-size: 62.5%;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}
body {
  word-wrap: break-word;
  overflow-wrap: break-word;
}

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

[tabindex="-1"]:focus {
  outline: none !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

p {
  margin: 0;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin: 0;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin: 0;
  padding: 0;
}

dt {
  margin: 0;
  font-weight: normal;
}

dd {
  margin: 0;
}

blockquote {
  margin: 0;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
  border-style: none;
  max-width: 100%;
  height: auto;
  outline: none;
}

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

a,
area,
button,
[role=button],
input,
label,
select,
summary,
textarea {
  touch-action: manipulation;
}

table {
  border-collapse: collapse;
}

caption {
  margin: 0;
  padding: 0;
  text-align: left;
  caption-side: bottom;
}

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

label {
  display: inline-block;
}

button:focus {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

button:focus {
  outline: 0;
}

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

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

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

:root {
  --base-font-color: #000000;
  --key-color: #39FF14;
  --gutter: 20;
  --container-width: 1100;
  --base-font-size: 16;
}

/********************************
	web font
*********************************/
/********************************
	font icon
*********************************/
@font-face {
  font-family: "fontello";
  src: url("../font/fontello.eot?29167198");
  src: url("../font/fontello.eot?29167198#iefix") format("embedded-opentype"), url("../font/fontello.woff2?29167198") format("woff2"), url("../font/fontello.woff?29167198") format("woff"), url("../font/fontello.ttf?29167198") format("truetype"), url("../font/fontello.svg?29167198#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
  @media screen and (-webkit-min-device-pixel-ratio:0) {
	@font-face {
	  font-family: 'fontello';
	  src: url('../font/fontello.svg?29167198#fontello') format('svg');
	}
  }
  */
[class^=icon-]:before,
[class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-plus:before {
  content: "\e800";
}

.icon-search:before {
  content: "\e80c";
}

.icon-arrow-r:before {
  content: "\e80f";
}

.icon-arrow-l:before {
  content: "\e810";
}

.icon-bookmark:before {
  content: "\e808";
}

.icon-facebook:before {
  content: "\e809";
}

.icon-x:before {
  content: "\e80a";
}

.icon-link-ext:before {
  content: "\f08e";
}

.icon-angle-left:before {
  content: "\f104";
}

.icon-angle-right:before {
  content: "\f105";
}

html {
  font-size: 62.5%;
  margin: 0 !important;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Roboto", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  font-feature-settings: "palt";
  font-weight: 400;
  color: var(--base-font-color);
  font-size: min(calc(var(--base-font-size) / 375 * 100vw), calc(var(--base-font-size) * 1px));
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.8;
  position: relative;
  overflow-x: hidden;
  background-color: #000000;
}
body *::-moz-selection {
  background-color: rgba(179, 179, 179, 0.8);
}
body *::selection {
  background-color: rgba(179, 179, 179, 0.8);
}
body *::-moz-selection {
  background-color: rgba(179, 179, 179, 0.8);
}

a {
  text-decoration: underline;
  color: var(--base-font-color);
}
a:hover {
  color: #666666;
  text-decoration: none;
}

ol,
ul {
  list-style-position: inside;
}

/*******************************
*01
*Swiper
*******************************/
/**
 * Swiper 4.5.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 13, 2019
 */
.swiper-container {
  margin-left: auto;
  margin-right: 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 {
  flex-direction: column;
}

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

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

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

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

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

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

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

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

/* 3D Effects */
.swiper-container-3d {
  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 {
  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: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

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

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

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

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

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  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;
  transition: 300ms opacity;
  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 {
  transform: scale(0.33);
  position: relative;
}

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

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

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

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

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

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

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

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  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%;
  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%;
  transform: translateY(-50%);
  width: 8px;
}

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

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

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

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

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

/* 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%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  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: flex;
  justify-content: 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;
  transform-origin: 50%;
  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");
}
@keyframes swiper-preloader-spin {
  100% {
    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 {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  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;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  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 {
  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;
  backface-visibility: hidden;
}

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

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

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  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;
  backface-visibility: hidden;
}

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

/*******************************
*02
*Magnific Popup
*******************************/
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -15px;
  padding: 0;
  width: 30px;
  height: 30px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    transform-origin: 0;
  }
  .mfp-arrow-right {
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/*******************************
*04
*scroll hint
*******************************/
@keyframes scroll-hint-appear {
  0% {
    transform: translateX(40px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50%, 100% {
    transform: translateX(-40px);
    opacity: 0;
  }
}
.scroll-hint.is-right-scrollable {
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint.is-right-scrollable.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0)), linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint-icon {
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 60px);
  box-sizing: border-box;
  width: 120px;
  height: 80px;
  border-radius: 5px;
  transition: opacity 0.3s;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  padding: 20px 10px 10px 10px;
}

.scroll-hint-icon-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  pointer-events: none;
}

.scroll-hint-text {
  font-size: 10px;
  color: #FFF;
  margin-top: 5px;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon {
  opacity: 0.8;
}

.scroll-hint-icon:before {
  display: inline-block;
  width: 40px;
  height: 40px;
  color: #FFF;
  vertical-align: middle;
  text-align: center;
  content: "";
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDM8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIiBmaWxsPSIjZmZmIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon:after {
  content: "";
  width: 34px;
  height: 14px;
  display: block;
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -20px;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDE8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIgZmlsbD0iI2ZmZiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiIGZpbGw9IiNmZmYiLz48L2c+PC9nPjwvc3ZnPg==);
  opacity: 0;
  transition-delay: 2.4s;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:after {
  opacity: 1;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:before {
  animation: scroll-hint-appear 1.2s linear;
  animation-iteration-count: 2;
}

.scroll-hint-icon-white {
  background-color: #FFF;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.4);
}

.scroll-hint-icon-white:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDQ8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon-white:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDI8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiLz48L2c+PC9nPjwvc3ZnPg==);
}

.scroll-hint-icon-white .scroll-hint-text {
  color: #000;
}

/**
* Layout
* ========================== */
/* ----------------------------------------
 l-footer
-----------------------------------------*/
.l-footer {
  background-color: #000000;
}
.l-footer__body {
  padding-top: 50px;
  padding-bottom: 50px;
}
.l-footer__logo {
  width: 218px;
  margin-left: auto;
  margin-right: auto;
}
.l-footer__nav {
  margin-top: 50px;
}
.l-footer__nav ul {
  display: flex;
  justify-content: center;
  list-style: none;
}
.l-footer__nav ul li {
  border-right: 1px solid #ffffff;
}
.l-footer__nav ul li:last-child {
  border-right: 0;
}
.l-footer__nav ul li a {
  color: #ffffff;
  font-size: 1.6rem;
  padding-left: 30px;
  padding-right: 30px;
  text-decoration: none;
}
.l-footer__copy {
  margin-top: 50px;
  width: 100%;
  text-align: center;
  font-size: 1.3rem;
  color: #ffffff;
}

/* ----------------------------------------
 l-header
-----------------------------------------*/
.l-header-padding {
  height: 105px;
}

.l-header {
  width: 100%;
  max-width: calc(var(--container-width) * 1px);
  height: 65px;
  position: fixed;
  z-index: 100;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #000000;
}
.l-header__body {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 40px;
  padding-right: 40px;
  width: 100% !important;
  border-bottom: 1px solid var(--key-color);
}
.l-header__logo {
  width: 112px;
}
.l-header__nav > ul {
  display: flex;
  align-items: center;
}
.l-header__nav > ul > li {
  list-style: none;
  position: relative;
}
.l-header__nav > ul > li > a,
.l-header__nav > ul > li span {
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: 400;
  color: #ffffff;
  cursor: pointer;
  display: flex;
  align-items: center;
  padding-left: 22px;
  padding-right: 22px;
  height: 65px;
  position: relative;
}
.l-header__nav > ul > li > a i,
.l-header__nav > ul > li span i {
  display: none;
}
.l-header__nav > ul > li > a::before {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background-color: #ffffff;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: 0.2s;
}
.l-header__nav > ul > li > a:hover::before {
  opacity: 1;
}
.l-header__nav > ul > li .child {
  display: none;
  position: absolute;
  z-index: 100;
  left: 50%;
  transform: translateX(-50%);
  top: 65px;
  width: auto;
  min-width: 100%;
  white-space: nowrap;
  padding-top: 10px;
}
.l-header__nav > ul > li .child.active {
  display: block;
}
.l-header__nav > ul > li .child li {
  background-color: #000000;
  list-style: none;
  line-height: 1;
}
.l-header__nav > ul > li .child li:last-child a::before {
  display: none;
}
.l-header__nav > ul > li .child li a {
  color: #ffffff;
  text-decoration: none;
  font-size: 1.4rem;
  line-height: 1.2;
  padding: 10px 20px;
  display: block;
  position: relative;
  transition: 0.2s;
  text-align: center;
}
.l-header__nav > ul > li .child li a i {
  display: none;
}
.l-header__nav > ul > li .child li a:hover {
  background-color: rgba(255, 255, 255, 0.4);
}
.l-header__search {
  width: 222px;
}

/*
  main
---------------------------*/
.l-main {
  position: relative;
}
.l-main--under {
  padding-bottom: 100px;
}

/*
  container
---------------------------*/
.l-container {
  width: calc((var(--container-width) + var(--gutter) * 2) * 1px);
  padding: 0 calc(var(--gutter) * 1px);
  margin-left: auto;
  margin-right: auto;
}

/*
  l-section
---------------------------*/
.l-section {
  padding: 100px 0;
  background-color: #ffffff;
  overflow: hidden;
}
.l-section--gray {
  background-color: #F4F4F4;
}
.l-section--black {
  background-color: #000000;
}
.l-section__body {
  position: relative;
  z-index: 10;
}
.l-section__nav {
  width: 341px;
  height: 404px;
  background-image: url(../images/common/section-nav-bg.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: -200px;
  padding-top: 50px;
  display: flex;
  justify-content: center;
  color: var(--key-color);
}
.l-section__nav--bottom {
  left: auto;
  top: auto;
  bottom: 0;
  right: -200px;
  padding-top: 0;
  padding-bottom: 50px;
}
.l-section__nav--bottom .l-section__nav-body {
  text-align: left;
}
.l-section__nav-body {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  text-align: right;
}
.l-section__nav-num {
  font-size: 1.6rem;
  font-weight: bold;
  padding-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
  border-bottom: 1px solid var(--key-color);
}
.l-section__nav-title {
  font-size: 1.6rem;
  font-weight: 300;
  padding-top: 10px;
}

/**
* Layout
* ========================== */
/* Component ------------ */
/*===========================
  Component
===========================*/
/* c-img-cover
---------------------------------------*/
.c-img-cover {
  display: block;
  overflow: hidden;
  position: relative;
}
.c-img-cover:before {
  content: "";
  display: block;
}
.c-img-cover img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

/* c-img-contain
---------------------------------------*/
.c-img-contain {
  display: block;
  overflow: hidden;
  position: relative;
}
.c-img-contain:before {
  content: "";
  display: block;
}
.c-img-contain img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -o-object-fit: contain;
     object-fit: contain;
}

/*
  c-content
--------------------------*/
.c-content {
  padding-top: min(calc(40 / 375 * 100vw), 40px);
  padding-bottom: min(calc(40 / 375 * 100vw), 40px);
}
@media only screen and (min-width: 767px) {
  .c-content {
    padding-top: min(calc(80 / 1366 * 100vw), 80px);
    padding-bottom: min(calc(80 / 1366 * 100vw), 80px);
  }
}

/*
  c-slide-down
--------------------------*/
.c-slide-down {
  overflow: hidden;
  transition: max-height 0.3s ease-out;
  max-height: 0;
}
.c-slide-down.show {
  max-height: 1000px;
}

/*
  c-list
--------------------------*/
.c-list {
  list-style-position: outside;
  padding-left: 1em;
}

/*
  c-hv-op
--------------------------*/
.c-hv-op {
  transition: 0.3s;
  opacity: 1;
}
.c-hv-op:hover {
  opacity: 0.7;
}

/*
  c-hv-color
--------------------------*/
.c-hv-color {
  transition: 0.3s;
  color: var(--base-font-coor);
  text-decoration: none;
}
.c-hv-color:hover {
  color: #f59600;
}

/*
  c-fadein
--------------------------*/
.c-fadein {
  transition: 0.5s ease-out;
  opacity: 0;
  transform: translateY(10px);
}
.c-fadein.scrolled {
  opacity: 1;
  transform: translateY(0);
}

/*
  c-form
--------------------------*/
.c-form {
  /* Edge */
  /* IE11 & IE10 */
  /*select*/
}
.c-form input::-moz-placeholder, .c-form textarea::-moz-placeholder {
  color: #999999;
}
.c-form input::placeholder,
.c-form textarea::placeholder {
  color: #999999;
}
.c-form input::-ms-input-placeholder,
.c-form textarea::-ms-input-placeholder {
  color: #999999;
}
.c-form input:-ms-input-placeholder,
.c-form textarea:-ms-input-placeholder {
  color: #999999;
}
.c-form ::-ms-expand {
  display: none;
}
.c-form input,
.c-form textarea {
  border: 0;
  border-radius: 3px;
  margin: 0;
  max-width: 100%;
  padding: 5px 8px;
  vertical-align: middle;
  background: #ffffff;
  border: 1px solid #666666;
  color: #000000;
}
.c-form input[type=text],
.c-form input[type=search],
.c-form input[type=date],
.c-form input[type=password],
.c-form input[type=email],
.c-form input[type=tel] {
  width: 100%;
}
.c-form textarea {
  width: 100%;
}
.c-form select {
  margin: 0;
  background: transparent;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  cursor: pointer;
  width: 16em;
  height: 40px;
  padding: 8px 10px;
  padding-right: 40px;
  font-size: 16px;
  vertical-align: middle;
  border: 1px solid #666666;
  color: #000000;
  background-image: url(../images/page/select_bg.svg);
  background-repeat: no-repeat;
  background-position: top 15px right 10px;
  background-size: 11px 8px;
  border-radius: 3px;
}
.c-form input[type=submit] {
  transition: 0.2s;
  border-radius: 0;
  margin: min(calc(40 / 375 * 100vw), 40px) auto 0 auto;
  display: block;
  text-align: center;
  background-color: var(--base-font-color);
  width: min(calc(157 / 375 * 100vw), 157px);
  height: min(calc(33 / 375 * 100vw), 33px);
  font-size: 1.6rem;
  line-height: 1;
  padding-top: 7px;
  color: #ffffff;
}
.c-form input[type=submit]:hover {
  opacity: 0.8;
  text-decoration: none;
}

/*
  c-form layout & style
--------------------------*/
.c-form__item {
  overflow: hidden;
  zoom: 1;
  margin-top: 20px;
}
.c-form__item-title {
  font-weight: 700;
}
.c-form .require {
  display: inline-block;
  margin-left: 0.5em;
  background-color: #000000;
  color: #ffffff;
  line-height: 1;
  font-size: 1.2rem;
  padding: 3px 6px;
  vertical-align: 2px;
}
.c-form__item-content {
  padding-top: 10px;
  overflow: hidden;
  zoom: 1;
}
.c-form__item-field {
  margin-top: 1rem;
}
.c-form__item-field:first-child {
  margin-top: 0;
}
.c-form__item-note {
  font-size: 85%;
  margin: 1rem 0;
  font-weight: normal;
}
.c-form__item-agree {
  text-align: center;
}
.c-form__item-agree .wpcf7-list-item {
  margin: 0;
}

/* Project ------------ */
/*===========================
  project
===========================*/
/*
  p-search
---------------------------*/
.p-search__form {
  position: relative;
  width: 100%;
}
.p-search__form input[type=search] {
  border: 0;
  margin: 0;
  max-width: 100%;
  padding: 8px 32px;
  padding-left: 0;
  font-size: min(calc(16 / 375 * 100vw), 1.6rem);
  vertical-align: middle;
  color: #ffffff;
  background-color: #000000;
  border: 0;
  border-bottom: 1px solid #666666;
  width: 100%;
  height: 40px;
}
.p-search__form button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  font-size: calc(20 / var(--base-font-size) * 100%);
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  color: #ffffff;
}

/*
  p-common-button
---------------------------*/
.p-common-button {
  display: flex;
  justify-content: center;
  margin-top: min(calc(40 / 375 * 100vw), 40px);
}
.p-common-button a,
.p-common-button button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  text-decoration: none;
  background-color: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--base-font-color);
  width: min(calc(157 / 375 * 100vw), 157px);
  height: min(calc(33 / 375 * 100vw), 33px);
  font-size: 1.6rem;
  color: #ffffff;
}
.p-common-button a i,
.p-common-button button i {
  margin-left: 0.2em;
}

/*
  p-common-title
---------------------------*/
.p-common-title {
  font-size: min(calc(20 / 375 * 100vw), 25px);
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  margin-bottom: min(calc(20 / 375 * 100vw), 40px);
  color: var(--key-color);
}
.p-common-title--bordered {
  border-bottom: 1px solid #000000;
  padding-bottom: 5px;
  width: 100%;
  max-width: calc(100% - 40px);
  margin-left: auto;
  margin-right: auto;
}
.p-common-title--left {
  text-align: left;
}

/*
  p-sub-title
---------------------------*/
/*
  p-page-title
---------------------------*/
.p-page-title {
  margin-top: min(calc(40 / 375 * 100vw), 70px);
  margin-bottom: min(calc(40 / 375 * 100vw), 70px);
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-page-title .title {
  font-size: min(calc(25 / 375 * 100vw), 3.5rem);
  font-weight: bold;
  text-align: center;
  color: var(--key-color);
}

/*
  p-post-header
---------------------------*/
.p-post-header {
  margin-top: 20px;
  margin-bottom: 50px;
}
.p-post-header__body {
  position: relative;
}
.p-post-header__img {
  position: relative;
  margin-bottom: 20px;
}
.p-post-header__img .content {
  width: 60%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 17%, rgb(255, 255, 255) 100%);
  position: absolute;
  z-index: 10;
  right: 0;
  top: 0;
  padding: 40px;
  display: flex;
  align-items: center;
}
.p-post-header__img .content .copy {
  font-size: 5rem;
  font-weight: bold;
  line-height: 1.3333333;
  overflow-wrap: anywhere;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.p-post-header__img .content .description {
  font-size: 1.6rem;
  font-weight: bold;
  overflow-wrap: anywhere;
  margin-top: 1em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.p-post-header__img .img {
  width: 100%;
}
.p-post-header__img .img::before {
  width: 100%;
  padding-top: 52.4154589372%;
}
.p-post-header__title {
  font-size: 3.5rem;
  font-weight: bold;
  line-height: 1.3333333;
  margin-bottom: 20px;
  color: var(--key-color);
}
.p-post-header__info {
  border-bottom: 1px solid var(--key-color);
  display: flex;
  color: var(--key-color);
}
.p-post-header__info .date {
  font-weight: 300;
}
.p-post-header__info .share {
  position: absolute;
  left: -50px;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 40px;
}
.p-post-header__info .share ul {
  display: flex;
  flex-direction: column;
  list-style: none;
  justify-content: center;
}
.p-post-header__info .share ul li {
  font-size: 3rem;
  line-height: 1;
  margin: 5px 0;
}
.p-post-header__info .share ul li a {
  color: var(--key-color);
}

/*
  p-post-header-mobile
---------------------------*/
.p-post-header-mobile {
  margin-top: 20px;
  margin-bottom: 30px;
}
.p-post-header-mobile__body {
  position: relative;
}
.p-post-header-mobile__img {
  position: relative;
  margin-bottom: 20px;
}
.p-post-header-mobile__img .content {
  width: 60%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 17%, rgb(255, 255, 255) 100%);
  position: absolute;
  z-index: 10;
  right: 0;
  top: 0;
  padding: 24px;
  display: flex;
  align-items: center;
}
.p-post-header-mobile__img .content .copy {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.3333333;
  overflow-wrap: anywhere;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.p-post-header-mobile__img .content .description {
  font-size: 1.6rem;
  font-weight: bold;
  overflow-wrap: anywhere;
  margin-top: 1em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.p-post-header-mobile__img .img {
  width: 100%;
}
.p-post-header-mobile__img .img::before {
  width: 100%;
  padding-top: 52.3560209424%;
}
.p-post-header-mobile__title {
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.3333333;
  margin-bottom: 20px;
  color: var(--key-color);
}
.p-post-header-mobile__info {
  border-bottom: 1px solid var(--key-color);
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px;
  color: var(--key-color);
}
.p-post-header-mobile__info .date {
  font-weight: 300;
}
.p-post-header-mobile__info .share ul {
  display: flex;
  list-style: none;
}
.p-post-header-mobile__info .share ul li {
  font-size: 3rem;
  line-height: 1;
  margin-left: 10px;
}
.p-post-header-mobile__info .share ul li a {
  color: var(--key-color);
}
.p-post-header-mobile__info .share ul li i:before {
  margin: 0;
  padding: 0;
}

/*
  p-post-wrighter
---------------------------*/
.p-post-wrighter {
  background-color: #F4F4F4;
  padding: min(calc(20 / 375 * 100vw), 50px);
  margin-top: 50px;
}
.p-post-wrighter__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px 50px;
}
.p-post-wrighter__img {
  width: 150px;
}
.p-post-wrighter__img .img {
  width: 100%;
}
.p-post-wrighter__img .img::before {
  width: 100%;
  padding-top: 100%;
}
.p-post-wrighter__content {
  flex: 1;
}
.p-post-wrighter__content dl dt {
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #000000;
}
.p-post-wrighter__content dl dt .name {
  font-size: 2.2rem;
  font-weight: bold;
}
.p-post-wrighter__content dl dt .position {
  font-size: 1.4rem;
  font-weight: bold;
}
.p-post-wrighter__content dl dd {
  font-weight: 300;
}

/*
  p-post-tag
---------------------------*/
.p-post-tag {
  margin-top: 50px;
}
.p-post-tag__title {
  font-size: 2.5rem;
  font-weight: bold;
}

/*
  p-tags
---------------------------*/
.p-tags {
  margin-top: -20px;
}
.p-tags ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.p-tags ul li {
  margin-top: 20px;
  margin-right: 20px;
  margin-left: 2px;
}
.p-tags ul li a {
  display: flex;
  align-items: center;
  text-decoration: none;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 300;
  height: 20px;
  padding: 0 5px;
  border: 1px solid var(--key-color);
  border-left: 0;
  position: relative;
  color: var(--key-color);
}
.p-tags ul li a::before {
  content: "";
  width: 1px;
  height: 10px;
  transform: rotate(25deg);
  background-color: var(--key-color);
  position: absolute;
  top: 0;
  left: -2px;
}
.p-tags ul li a::after {
  content: "";
  width: 1px;
  height: 10px;
  transform: rotate(-25deg);
  background-color: var(--key-color);
  position: absolute;
  bottom: 0;
  left: -2px;
}

/*
  p-articles-list
---------------------------*/
.p-articles-list {
  overflow: hidden;
  margin-left: -18px;
  margin-right: -18px;
  margin-top: -36px;
  padding-bottom: 10px;
}
.p-articles-list__body {
  display: flex;
  flex-wrap: wrap;
}
.p-articles-list__item {
  padding-left: 18px;
  padding-right: 18px;
  margin-top: 36px;
  width: 100%;
}
.p-articles-list--desktop .p-articles-list__item {
  width: 33.33333%;
}

/*
  p-article
---------------------------*/
.p-article {
  position: relative;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
}
.p-article__anchor {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  transition: 0.2s;
}
.p-article__anchor::before {
  content: "";
  display: block;
  width: 21px;
  height: 21px;
  background-image: url(../images/common/article-arrow.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  right: 20px;
  bottom: 20px;
  transition: 0.2s;
}
.p-article__anchor:hover::before {
  opacity: 0.8;
}
.p-article__anchor:hover + .p-article__img picture img {
  transform: scale(1.05);
}
.p-article__img picture:before {
  content: "";
  display: block;
  padding-top: 52.3560209424%;
}
.p-article__img picture img {
  transition: 0.2s;
}
.p-article__content {
  padding: 20px 20px 40px 20px;
}
.p-article__info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.p-article__info .date {
  font-size: min(calc(16 / 375 * 100vw), 1.6rem);
  font-weight: 300;
}
.p-article__info .category {
  font-size: min(calc(14 / 375 * 100vw), 1.4rem);
  font-weight: bold;
  display: inline-block;
  background-color: #E6E6E6;
  padding: 4px 8px;
  line-height: 1;
  text-decoration: none;
  position: relative;
  z-index: 3;
  transition: 0.2s;
}
.p-article__info .category:hover {
  opacity: 0.8;
}
.p-article__title {
  font-size: min(calc(16 / 375 * 100vw), 1.6rem);
  font-weight: bold;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  min-height: 5.4em;
}

/*
  p-collection
---------------------------*/
.p-collection {
  position: relative;
}
.p-collection__switch {
  position: absolute;
  z-index: 100;
  right: 0;
  top: -66px;
}
.p-collection__switch ul {
  list-style: none;
  display: flex;
}
.p-collection__switch ul li {
  cursor: pointer;
  font-size: 1.6rem;
  font-weight: bold;
  border: 1px solid #ffffff;
  line-height: 1;
  padding: 4px 10px;
  background-color: #ffffff;
}
.p-collection__switch ul li.active {
  background-color: #000000;
  color: #ffffff;
}
.p-collection__slide {
  overflow: visible;
  -webkit-clip-path: inset(-30px -100% -30px -30px);
          clip-path: inset(-30px -100% -30px -30px);
}
.p-collection__slide__controller-prev {
  width: 72px;
  height: 72px;
  background-image: url(../images/common/collection-arrow-l.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  z-index: 11;
  top: 50%;
  margin-top: -36px;
  left: 0;
  opacity: 0.8;
  cursor: pointer;
}
.p-collection__slide__controller-prev.swiper-button-disabled {
  display: none;
}
.p-collection__slide__controller-next {
  width: 72px;
  height: 72px;
  background-image: url(../images/common/collection-arrow-r.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  z-index: 11;
  top: 50%;
  margin-top: -36px;
  right: 0;
  opacity: 0.8;
  cursor: pointer;
}
.p-collection__slide__controller-next.swiper-button-disabled {
  display: none;
}
.p-collection__slide__item {
  width: 340px;
}
.p-collection__slide__item .num {
  width: 45px;
  height: 53px;
  background-image: url(../images/common/collection-num-bg.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  z-index: 10;
  left: -25px;
  top: -25px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-size: 2.8rem;
  font-weight: bold;
}

/*
  p-collection-mobile
---------------------------*/
.p-collection-mobile {
  position: relative;
}
.p-collection-mobile__switch {
  position: absolute;
  z-index: 100;
  right: 20px;
  top: -68px;
}
.p-collection-mobile__switch ul {
  list-style: none;
  display: flex;
}
.p-collection-mobile__switch ul li {
  cursor: pointer;
  font-size: 1.6rem;
  font-weight: bold;
  border: 1px solid #ffffff;
  line-height: 1;
  padding: 4px 10px;
  background-color: #ffffff;
}
.p-collection-mobile__switch ul li.active {
  background-color: #000000;
  color: #ffffff;
}
.p-collection-mobile .p-collection__slide__item {
  margin-top: 36px;
  width: 100%;
}
.p-collection-mobile .p-collection__slide__item .num {
  left: 10px;
  top: 10px;
}

/*
  p-news-list
---------------------------*/
.p-news-list {
  margin-top: -36px;
  padding-bottom: 10px;
}
.p-news-list__body {
  padding-top: 1px;
}
.p-news-list__item {
  margin-top: 36px;
  width: 100%;
}

/*
  p-news
---------------------------*/
.p-news {
  position: relative;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  display: flex;
}
.p-news__anchor {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  transition: 0.2s;
}
.p-news__anchor::before {
  content: "";
  display: block;
  width: 21px;
  height: 21px;
  background-image: url(../images/common/article-arrow.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.2s;
}
.p-news__anchor:hover::before {
  opacity: 0.8;
}
.p-news__anchor:hover + .p-news__img picture img {
  transform: scale(1.05);
}
.p-news__img {
  width: 314px;
}
.p-news__img picture:before {
  content: "";
  display: block;
  padding-top: 52.3560209424%;
}
.p-news__img picture img {
  transition: 0.2s;
}
.p-news__content {
  flex: 1;
  padding: 20px 70px 20px 20px;
}
.p-news__info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.p-news__info .date {
  font-size: min(calc(16 / 375 * 100vw), 1.6rem);
  font-weight: 300;
}
.p-news__info .category {
  font-size: min(calc(14 / 375 * 100vw), 1.4rem);
  font-weight: bold;
  display: inline-block;
  background-color: #E6E6E6;
  padding: 4px 8px;
  line-height: 1;
  text-decoration: none;
  position: relative;
  z-index: 3;
  transition: 0.2s;
}
.p-news__info .category:hover {
  opacity: 0.8;
}
.p-news__title {
  font-size: min(calc(16 / 375 * 100vw), 1.6rem);
  font-weight: bold;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  min-height: 5.4em;
  margin-top: 10px;
}

/*
  p-pagination
---------------------------*/
.p-pagination {
  margin-top: min(calc(40 / 375 * 100vw), 40px);
}
.p-pagination ul {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-pagination__item {
  display: block;
  margin: 0 10px;
  overflow: hidden;
  font-size: min(calc(21 / 375 * 100vw),2.1rem);
  line-height: 1;
  padding-top: 5px;
  color: #E6E6E6;
}
.p-pagination__item a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  font-weight: bold;
  color: #E6E6E6;
}
.p-pagination__item a:hover {
  color: var(--key-color);
}
.p-pagination__item--current {
  border-top: 1px solid var(--key-color);
  pointer-events: none;
}
.p-pagination__item--current a {
  color: var(--key-color);
}
.p-pagination__item--prev, .p-pagination__item--next {
  display: none;
  font-size: min(calc(30 / 375 * 100vw),3rem);
}
@media only screen and (min-width: 767px) {
  .p-pagination__item--prev, .p-pagination__item--next {
    display: block;
  }
}
.p-pagination__item--prev a, .p-pagination__item--next a {
  color: #ffffff;
}
.p-pagination__item--prev a:hover, .p-pagination__item--next a:hover {
  opacity: 0.8;
}

/*
  p-breadcrumb
---------------------------*/
.p-breadcrumb {
  font-size: 1.2rem;
  line-height: 1.2;
  padding: 10px 0 0 0;
}
.p-breadcrumb ul {
  list-style: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.p-breadcrumb ul li {
  display: flex;
  align-items: center;
  line-height: 1;
  color: #ffffff;
}
.p-breadcrumb ul li::after {
  content: ">";
  margin: 0 0.5em;
  display: block;
}
.p-breadcrumb ul li:last-child::after {
  display: none;
}
.p-breadcrumb ul li a {
  display: block;
  text-decoration: none;
  color: #B7B7B7;
}
.p-breadcrumb ul li span {
  display: inline-block;
  max-width: 14em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/*
  p-index-list
---------------------------*/
.p-index-list {
  border: 1px solid #707070;
  padding: 30px;
  margin-top: 50px;
}
.p-index-list__title {
  font-size: 2.5rem;
  text-align: center;
  font-weight: bold;
  line-height: 1;
}
.p-index-list__ul {
  list-style: none;
  counter-reset: counter-index;
}
.p-index-list__ul li {
  margin-top: 1em;
  position: relative;
  padding-left: 40px;
}
.p-index-list__ul li:before {
  counter-increment: counter-index;
  content: counter(counter-index);
  position: absolute;
  left: 0;
  top: 0;
  border-right: 1px solid #000000;
  padding-right: 16px;
  font-weight: bold;
}
.p-index-list__ul li a {
  font-weight: bold;
  color: #000000;
}

/* page ------------ */
/*
  idx-fv
---------------------------*/
.idx-fv {
  width: 100%;
  position: relative;
  background-color: #000000;
}
.idx-fv::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #000000 0%, #000000 75%, #39ff14 100%);
}
.idx-fv__body {
  display: flex;
  justify-content: space-between;
  padding-top: 50px;
  padding-bottom: 90px;
}
.idx-fv__slide {
  width: 72%;
  position: relative;
}
.idx-fv__pickup {
  flex: 1;
  padding-left: 18px;
}
.idx-fv__img-slide__item {
  position: relative;
  background-color: #fff;
}
.idx-fv__img-slide__item .anchor {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.idx-fv__img-slide__item .anchor:hover + .img {
  opacity: 0.8;
}
.idx-fv__img-slide__item .content {
  width: 100%;
  height: auto;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 33%, rgba(0, 0, 0, 0.4) 100%);
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  padding: 40px 20px;
  color: #ffffff;
}
.idx-fv__img-slide__item .content .info {
  display: flex;
  align-items: center;
  gap: 10px;
}
.idx-fv__img-slide__item .content .info .date {
  font-size: min(3.7333333333vw, 1.4rem);
  line-height: 1;
}
.idx-fv__img-slide__item .content .info .category {
  font-size: min(3.2vw, 1.2rem);
  font-weight: bold;
  display: inline-block;
  background-color: #000000;
  color: #ffffff;
  padding: 4px 8px;
  line-height: 1;
  text-decoration: none;
  position: relative;
  z-index: 4;
  transition: 0.2s;
}
.idx-fv__img-slide__item .content .title {
  font-size: min(5.3333333333vw, 2rem);
  font-weight: bold;
  margin-top: 10px;
  line-height: 1.3333333;
  max-height: 3.9999999em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.idx-fv__img-slide__item .img {
  width: 100%;
  transition: 0.2s;
}
.idx-fv__img-slide__item .img::before {
  width: 100%;
  padding-top: 52.3560209424%;
}
.idx-fv__slide-controll {
  position: absolute;
  bottom: -45px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
}
.idx-fv__slide-controll .next,
.idx-fv__slide-controll .prev {
  font-size: 2.5rem;
  cursor: pointer;
  color: #ffffff;
  display: none;
}
.idx-fv__slide-controll .pagenation {
  display: flex;
  align-items: center;
  color: #ffffff;
}
.idx-fv__slide-controll .pagenation .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 5px;
  background: none;
  border-radius: 50%;
  background-color: #ffffff;
  opacity: 1;
}
.idx-fv__slide-controll .pagenation .swiper-pagination-bullet-active {
  background-color: #000000;
  opacity: 1;
}
.idx-fv__pickup {
  height: 415px;
  overflow: auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
  overflow: auto;
}
.idx-fv__pickup__item {
  width: 100%;
  background-color: #fff;
  position: relative;
}
.idx-fv__pickup__item .anchor {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.idx-fv__pickup__item .anchor:hover + .img {
  opacity: 0.8;
}
.idx-fv__pickup__item .content {
  width: 100%;
  height: auto;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 33%, rgba(0, 0, 0, 0.4) 100%);
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  padding: 10px 10px;
  color: #ffffff;
}
.idx-fv__pickup__item .content .info {
  display: flex;
  align-items: center;
  gap: 10px;
}
.idx-fv__pickup__item .content .info .date {
  font-size: min(2.9333333333vw, 1.1rem);
  line-height: 1;
}
.idx-fv__pickup__item .content .info .category {
  font-size: min(2.6666666667vw, 1rem);
  font-weight: bold;
  display: inline-block;
  background-color: #000000;
  color: #ffffff;
  padding: 4px 8px;
  line-height: 1;
  text-decoration: none;
  position: relative;
  z-index: 4;
  transition: 0.2s;
}
.idx-fv__pickup__item .content .title {
  font-size: min(3.7333333333vw, 1.4rem);
  font-weight: bold;
  margin-top: 4px;
  line-height: 1.3333333;
  max-height: 3.9999999em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.idx-fv__pickup__item .img {
  width: 100%;
  transition: 0.2s;
}
.idx-fv__pickup__item .img::before {
  width: 100%;
  padding-top: 52.3560209424%;
}

/*
  idx-fv-mobile
---------------------------*/
.idx-fv-mobile {
  width: 100%;
  position: relative;
}
.idx-fv-mobile::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 50%, rgb(0, 0, 0) 50%, rgb(0, 0, 0) 100%);
}
.idx-fv-mobile__body {
  padding-top: 20px;
  padding-bottom: 20px;
}
.idx-fv-mobile__slide {
  width: 100%;
  position: relative;
}
.idx-fv-mobile__pickup {
  width: 100%;
  margin-top: 50px;
}
.idx-fv-mobile__img-slide__item {
  position: relative;
  background-color: #fff;
}
.idx-fv-mobile__img-slide__item .anchor {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.idx-fv-mobile__img-slide__item .anchor:hover + .img {
  opacity: 0.8;
}
.idx-fv-mobile__img-slide__item .content {
  width: 100%;
  height: auto;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 33%, rgba(0, 0, 0, 0.4) 100%);
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  padding: 10px 10px;
  color: #ffffff;
}
.idx-fv-mobile__img-slide__item .content .info {
  display: flex;
  align-items: center;
  gap: 10px;
}
.idx-fv-mobile__img-slide__item .content .info .date {
  font-size: min(2.9333333333vw, 1.1rem);
  line-height: 1;
}
.idx-fv-mobile__img-slide__item .content .info .category {
  font-size: min(2.6666666667vw, 1rem);
  font-weight: bold;
  display: inline-block;
  background-color: #000000;
  color: #ffffff;
  padding: 4px 8px;
  line-height: 1;
  text-decoration: none;
  position: relative;
  z-index: 4;
  transition: 0.2s;
}
.idx-fv-mobile__img-slide__item .content .title {
  font-size: min(3.7333333333vw, 1.4rem);
  font-weight: bold;
  margin-top: 4px;
  line-height: 1.3333333;
  max-height: 3.9999999em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.idx-fv-mobile__img-slide__item .img {
  width: 100%;
  transition: 0.2s;
}
.idx-fv-mobile__img-slide__item .img::before {
  width: 100%;
  padding-top: 52.3560209424%;
}
.idx-fv-mobile__slide-controll {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
}
.idx-fv-mobile__slide-controll .next,
.idx-fv-mobile__slide-controll .prev {
  font-size: 2.5rem;
  cursor: pointer;
  color: #ffffff;
  display: none;
}
.idx-fv-mobile__slide-controll .pagenation {
  display: flex;
  align-items: center;
  color: #ffffff;
}
.idx-fv-mobile__slide-controll .pagenation .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 5px;
  background: none;
  border-radius: 50%;
  background-color: #ffffff;
  opacity: 1;
}
.idx-fv-mobile__slide-controll .pagenation .swiper-pagination-bullet-active {
  background-color: #000000;
  opacity: 1;
}
.idx-fv-mobile__pickup-slide {
  overflow: visible;
}
.idx-fv-mobile__pickup__item {
  background-color: #fff;
  position: relative;
}
.idx-fv-mobile__pickup__item::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
.idx-fv-mobile__pickup__item .anchor {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.idx-fv-mobile__pickup__item .anchor:hover + .img {
  opacity: 0.8;
}
.idx-fv-mobile__pickup__item .content {
  width: 100%;
  height: auto;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 33%, rgba(0, 0, 0, 0.4) 100%);
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  padding: 10px 10px;
  color: #ffffff;
}
.idx-fv-mobile__pickup__item .content .info {
  display: flex;
  align-items: center;
  gap: 10px;
}
.idx-fv-mobile__pickup__item .content .info .date {
  font-size: min(2.9333333333vw, 1.1rem);
  line-height: 1;
}
.idx-fv-mobile__pickup__item .content .info .category {
  font-size: min(2.6666666667vw, 1rem);
  font-weight: bold;
  display: inline-block;
  background-color: #000000;
  color: #ffffff;
  padding: 4px 8px;
  line-height: 1;
  text-decoration: none;
  position: relative;
  z-index: 4;
  transition: 0.2s;
}
.idx-fv-mobile__pickup__item .content .title {
  font-size: min(3.7333333333vw, 1.4rem);
  font-weight: bold;
  margin-top: 4px;
  line-height: 1.3333333;
  max-height: 3.9999999em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.idx-fv-mobile__pickup__item .img {
  width: 100%;
  transition: 0.2s;
}
.idx-fv-mobile__pickup__item .img::before {
  width: 100%;
  padding-top: 52.3560209424%;
}

.idx-new-angle {
  background-color: #000000;
}

.idx-collection {
  background-color: #000000;
}

/* editor ------------ */
.editor-body {
  /**link**/
  /*画像*/
  /*ギャラリー*/
  /*figcaption*/
  /*引用*/
  /*file*/
  /*audio*/
  /*埋め込み*/
  /*カバーイメージ*/
  /*video*/
  /**リスト**/
  /*カラム*/
  /*table*/
}
.editor-body h2:not(.no-style) {
  font-size: min(calc(25 / 375 * 100vw), 35px);
  line-height: 1.5;
  font-weight: bold;
  margin-top: min(calc(40 / 375 * 100vw), 50px);
  padding-bottom: 5px;
  border-bottom: 1px solid #707070;
}
.editor-body h3:not(.no-style) {
  font-size: min(calc(20 / 375 * 100vw), 28px);
  line-height: 1.5;
  font-weight: bold;
  margin-top: min(calc(25 / 375 * 100vw), 25px);
  padding-left: 5px;
  border-left: 1px solid #707070;
}
.editor-body h4:not(.no-style) {
  font-size: min(calc(18 / 375 * 100vw), 18px);
  line-height: 1.5;
  font-weight: bold;
  margin-top: min(calc(25 / 375 * 100vw), 25px);
}
.editor-body p {
  margin-top: min(calc(25 / 375 * 100vw), 25px);
}
.editor-body strong {
  font-weight: bold;
}
.editor-body em {
  font-style: italic;
}
.editor-body hr {
  background-color: #666666;
  margin-top: min(calc(25 / 375 * 100vw), 25px);
}
.editor-body a {
  text-decoration: none;
  color: #666666;
}
.editor-body a:hover {
  color: #000000;
  text-decoration: underline;
}
.editor-body .wp-block-buttons .wp-block-button {
  margin-top: min(calc(25 / 375 * 100vw), 25px);
}
.editor-body .wp-block-buttons .wp-block-button a {
  background-color: #000000;
  color: #ffffff;
  transition: 0.2s;
  border-radius: 0;
  padding: 10px 30px;
}
.editor-body .wp-block-buttons .wp-block-button a::after {
  font-family: "fontello";
  content: "\f105";
  font-size: 120%;
  margin-left: 10px;
}
.editor-body .wp-block-buttons .wp-block-button a:hover {
  opacity: 0.8;
  text-decoration: none;
}
.editor-body .wp-block-image {
  margin-top: min(calc(25 / 375 * 100vw), 25px);
}
.editor-body .wp-block-gallery {
  margin-top: min(calc(25 / 375 * 100vw), 25px);
}
.editor-body .blocks-gallery-grid {
  margin-bottom: -16px;
}
.editor-body figcaption {
  display: block;
  margin-top: min(calc(10 / 375 * 100vw), 20px);
  font-size: min(calc(10 / 375 * 100vw), 1.1rem);
  margin-bottom: 0;
}
.editor-body .wp-block-quote {
  margin-top: min(calc(25 / 375 * 100vw), 25px);
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.35);
  color: #ffffff;
  display: block;
  border: 0;
}
.editor-body .wp-block-quote p {
  margin: 0;
}
.editor-body .wp-block-quote > *:first-child {
  margin-top: 0;
}
.editor-body .wp-block-quote cite {
  margin-top: 20px;
  display: block;
  line-height: 1.3;
  word-break: break-all;
  font-size: 1.3rem;
  color: #aaaaaa;
}
.editor-body .wp-block-pullquote {
  margin-top: min(calc(25 / 375 * 100vw), 25px);
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.35);
  color: #ffffff;
  display: block;
  border: 0;
}
.editor-body .wp-block-pullquote p {
  margin: 0;
}
.editor-body .wp-block-pullquote > *:first-child {
  margin-top: 0;
}
.editor-body .wp-block-pullquote cite {
  margin-top: 20px;
  display: block;
  line-height: 1.3;
  word-break: break-all;
  font-size: 1.3rem;
  color: #aaaaaa;
}
.editor-body .wp-block-file {
  margin-top: min(calc(25 / 375 * 100vw), 25px);
}
.editor-body .wp-block-audio {
  margin-top: min(calc(25 / 375 * 100vw), 25px);
}
.editor-body .wp-block-embed {
  margin-top: min(calc(25 / 375 * 100vw), 25px);
}
.editor-body .wp-block-cover {
  margin-top: min(calc(25 / 375 * 100vw), 25px);
}
.editor-body .is-type-video .wp-block-embed__wrapper {
  width: 100%;
  position: relative;
  padding-top: 56.25%;
}
.editor-body .is-type-video .wp-block-embed__wrapper iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.editor-body ul:not(.blocks-gallery-grid):not(.p-index-list__ul):not(.blocks-gallery-grid) {
  margin-top: min(calc(25 / 375 * 100vw), 25px);
}
.editor-body ul:not(.blocks-gallery-grid):not(.p-index-list__ul):not(.blocks-gallery-grid).list_inline li {
  display: inline-block;
  margin-right: 18px;
}
.editor-body ol {
  margin-top: min(calc(25 / 375 * 100vw), 25px);
  counter-reset: counter-name;
}
.editor-body ol li {
  margin-bottom: 10px;
  list-style: none;
  position: relative;
  padding-left: 1em;
}
.editor-body ol li:before {
  counter-increment: counter-name;
  content: counter(counter-name) ".";
  font-size: 1em;
  position: absolute;
  left: 0;
  top: 0;
}
.editor-body .wp-block-columns {
  margin-top: min(calc(25 / 375 * 100vw), 25px);
}
.editor-body .wp-block-columns * {
  margin-top: 0;
}
.editor-body .wp-block-table {
  margin-top: min(calc(25 / 375 * 100vw), 25px);
}
.editor-body .wp-block-table table {
  width: 100%;
  border-collapse: collapse;
  display: block;
  border: 0;
}
.editor-body .wp-block-table table tr {
  display: block;
  border: 0;
}
.editor-body .wp-block-table table th,
.editor-body .wp-block-table table td {
  display: block;
  width: 100%;
  padding: min(calc(6 / 375 * 100vw), 6px) 0;
  border: 0;
  line-height: 1.3333333;
}
.editor-body .wp-block-table table td:first-child {
  background-color: #F4F4F4;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}
@media only screen and (min-width: 767px) {
  .editor-body .wp-block-table table {
    display: table;
  }
  .editor-body .wp-block-table table tr {
    display: table-row;
  }
  .editor-body .wp-block-table table tr:nth-child(odd) {
    background-color: #F4F4F4;
  }
  .editor-body .wp-block-table table th,
  .editor-body .wp-block-table table td {
    display: table-cell;
    width: auto;
    padding: 20px 30px;
  }
  .editor-body .wp-block-table table td:first-child {
    font-size: 1.6rem;
    background-color: transparent;
    text-align: left;
    width: 30%;
    position: relative;
  }
  .editor-body .wp-block-table table td:first-child::before {
    content: "";
    display: block;
    width: 1px;
    height: calc(100% - 40px);
    position: absolute;
    right: 0;
    top: 20px;
    background-color: #000000;
  }
}

.editor-body {
  overflow-wrap: break-all;
  word-wrap: break-word;
  word-break: break-all;
  background-color: #ffffff;
  padding: min(calc(20 / 375 * 100vw), 50px);
}
.editor-body > *:first-child {
  margin-top: 0 !important;
}

/* utility ------------ */
/* =======================================
align
======================================== */
/*テキストの位置*/
.u-center {
  text-align: center !important;
}

.u-left {
  text-align: left !important;
}

.u-right {
  text-align: right !important;
}

@media only screen and (min-width: 767px) {
  .u-center-md {
    text-align: center !important;
  }
}
/* =======================================
color
======================================== */
.u-clr-white {
  color: #ffffff;
}

/* =======================================
reset
======================================== */
.u-font-base {
  font-size: min(calc(var(--base-font-size) / 375 * 100vw), calc(var(--base-font-size) * 1px));
}

/* =======================================
margin
======================================== */
/* mt
-----------------------------------------*/
.u-mt00 {
  margin-top: 0px !important;
}

.u-mt05 {
  margin-top: 5px !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

.u-mt15 {
  margin-top: 15px !important;
}

.u-mt20 {
  margin-top: 20px !important;
}

.u-mt25 {
  margin-top: 25px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-mt35 {
  margin-top: 35px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-mt45 {
  margin-top: 45px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-mt55 {
  margin-top: 55px !important;
}

.u-mt60 {
  margin-top: 60px !important;
}

.u-mt65 {
  margin-top: 65px !important;
}

.u-mt70 {
  margin-top: 70px !important;
}

.u-mt75 {
  margin-top: 75px !important;
}

.u-mt80 {
  margin-top: 80px !important;
}

.u-mt85 {
  margin-top: 85px !important;
}

.u-mt90 {
  margin-top: 90px !important;
}

.u-mt95 {
  margin-top: 95px !important;
}

.u-mt100 {
  margin-top: 100px !important;
}

/* mb
-----------------------------------------*/
.u-mb00 {
  margin-bottom: 0px !important;
}

.u-mb05 {
  margin-bottom: 5px !important;
}

.u-mb10 {
  margin-bottom: 10px !important;
}

.u-mb15 {
  margin-bottom: 15px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-mb25 {
  margin-bottom: 25px !important;
}

.u-mb30 {
  margin-bottom: 30px !important;
}

.u-mb35 {
  margin-bottom: 35px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-mb45 {
  margin-bottom: 45px !important;
}

.u-mb50 {
  margin-bottom: 50px !important;
}

.u-mb55 {
  margin-bottom: 55px !important;
}

.u-mb60 {
  margin-bottom: 60px !important;
}

.u-mb65 {
  margin-bottom: 65px !important;
}

.u-mb70 {
  margin-bottom: 70px !important;
}

.u-mb75 {
  margin-bottom: 75px !important;
}

.u-mb80 {
  margin-bottom: 80px !important;
}

.u-mb85 {
  margin-bottom: 85px !important;
}

.u-mb90 {
  margin-bottom: 90px !important;
}

.u-mb95 {
  margin-bottom: 95px !important;
}

.u-mb100 {
  margin-bottom: 100px !important;
}

/* =======================================
padding
======================================== */
/* pt
-----------------------------------------*/
.u-pt00 {
  padding-top: 0px !important;
}

.u-pt05 {
  padding-top: 5px !important;
}

.u-pt10 {
  padding-top: 10px !important;
}

.u-pt15 {
  padding-top: 15px !important;
}

.u-pt20 {
  padding-top: 20px !important;
}

.u-pt25 {
  padding-top: 25px !important;
}

.u-pt30 {
  padding-top: 30px !important;
}

.u-pt35 {
  padding-top: 35px !important;
}

.u-pt40 {
  padding-top: 40px !important;
}

.u-pt45 {
  padding-top: 45px !important;
}

.u-pt50 {
  padding-top: 50px !important;
}

.u-pt55 {
  padding-top: 55px !important;
}

.u-pt60 {
  padding-top: 60px !important;
}

.u-pt65 {
  padding-top: 65px !important;
}

.u-pt70 {
  padding-top: 70px !important;
}

.u-pt75 {
  padding-top: 75px !important;
}

.u-pt80 {
  padding-top: 80px !important;
}

.u-pt85 {
  padding-top: 85px !important;
}

.u-pt90 {
  padding-top: 90px !important;
}

.u-pt95 {
  padding-top: 95px !important;
}

.u-pt100 {
  padding-top: 100px !important;
}

/* pb
-----------------------------------------*/
.u-pb00 {
  padding-bottom: 0px !important;
}

.u-pb05 {
  padding-bottom: 5px !important;
}

.u-pb10 {
  padding-bottom: 10px !important;
}

.u-pb15 {
  padding-bottom: 15px !important;
}

.u-pb20 {
  padding-bottom: 20px !important;
}

.u-pb25 {
  padding-bottom: 25px !important;
}

.u-pb30 {
  padding-bottom: 30px !important;
}

.u-pb35 {
  padding-bottom: 35px !important;
}

.u-pb40 {
  padding-bottom: 40px !important;
}

.u-pb45 {
  padding-bottom: 45px !important;
}

.u-pb50 {
  padding-bottom: 50px !important;
}

.u-pb55 {
  padding-bottom: 55px !important;
}

.u-pb60 {
  padding-bottom: 60px !important;
}

.u-pb65 {
  padding-bottom: 65px !important;
}

.u-pb70 {
  padding-bottom: 70px !important;
}

.u-pb75 {
  padding-bottom: 75px !important;
}

.u-pb80 {
  padding-bottom: 80px !important;
}

.u-pb85 {
  padding-bottom: 85px !important;
}

.u-pb90 {
  padding-bottom: 90px !important;
}

.u-pb95 {
  padding-bottom: 95px !important;
}

.u-pb100 {
  padding-bottom: 100px !important;
}

/* 改行位置の調整
-----------------------------------------*/
.u-br-xs {
  display: inline;
}

.u-br-md {
  display: none;
}

.u-br-lg {
  display: none;
}

.u-br-xl {
  display: none;
}

@media only screen and (min-width: 767px) {
  .u-br-xs {
    display: inline;
  }
  .u-br-xs--only {
    display: none;
  }
  .u-br-md {
    display: inline;
  }
  .u-br-lg {
    display: none;
  }
  .u-br-xl {
    display: none;
  }
}
@media only screen and (min-width: 1023px) {
  .u-br-xs {
    display: inline;
  }
  .u-br-xs--only {
    display: none;
  }
  .u-br-md {
    display: inline;
  }
  .u-br-lg {
    display: inline;
  }
  .u-br-xl {
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  .u-br-xs {
    display: inline;
  }
  .u-br-xs--only {
    display: none;
  }
  .u-br-md {
    display: inline;
  }
  .u-br-lg {
    display: inline;
  }
  .u-br-xl {
    display: inline;
  }
}/*# sourceMappingURL=front-desktop.css.map */