
/* Reset box-model and set borders */
a {
  text-decoration: none
}
* {
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0
}
:after,:before {
  text-decoration: inherit;
  vertical-align: inherit
}
*,:after,:before {
  box-sizing: inherit;
  border-style: solid;
  border-width: 0
}
section {
	margin: auto;
	position: relative;
	box-sizing: border-box;
}

.bg,svg {
  width: 100%;
  height: 100%
}

.bg {
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none
}

.bg,.main {
  overflow: hidden
}

.header__sidebar {
  z-index: 49;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  position: fixed;
  right: 2.03125vw;
  top: 5.78125vw;
  max-width: 200px;
  /* mix-blend-mode: difference; */
  -webkit-transform: translateZ(0);
  transform: translateZ(0)
}

@media (max-width: 768px) {
  .header__sidebar {
      right:5.3333333333vw;
      top: 2vw;
      max-width: 100px
  }
}

.header__sidebar-item {
  counter-increment: header-sidebar-item;
  display: -webkit-box;
  display: flex
}

.header__sidebar-item:last-child {
  margin-bottom: 0
}

.header__sidebar-link {
  position: relative;
  display: block;
  color: #333;
  font-family: Muli,sans-serif;
  font-weight: 300;
  font-size: 10px;
  letter-spacing: .08em;
  padding: 8px 0 8px 16px
}

@media (max-width: 768px) {
  .header__sidebar-link {
      padding:6px 0 6px 13px;
      font-size: 10px
  }
}

.header__sidebar-link:after {
  content: counter(header-sidebar-item,decimal-leading-zero);
  display: block;
  position: absolute;
  top: 8px;
  left: -5px;
}

@media (max-width: 768px) {
  .header__sidebar-link:after {
      top:6px
  }
}

.header__sidebar-link-body {
  display: block;
  position: relative
}

.header__sidebar-link-body:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 1px;
  background: hsla(0, 0%, 20%, 0.8);
  -webkit-transform-origin: right;
  transform-origin: right;
  -webkit-transform: translateZ(0) scaleX(0);
  transform: translateZ(0) scaleX(0);
  -webkit-transition: -webkit-transform .6s cubic-bezier(.165,.84,.44,1) .2s;
  transition: -webkit-transform .6s cubic-bezier(.165,.84,.44,1) .2s;
  transition: transform .6s cubic-bezier(.165,.84,.44,1) .2s;
  transition: transform .6s cubic-bezier(.165,.84,.44,1) .2s,-webkit-transform .6s cubic-bezier(.165,.84,.44,1) .2s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.header__sidebar-link-body:hover:before {
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1)
}



/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */

/* Reset box-model and set borders */

/* ============================================ */

*,
::before,
::after {
	-webkit-box-sizing: border-box;
	border-style: solid;
	border-width: 0;
	box-sizing: border-box;
}

/* Document */

/* ============================================ */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */

html { /* 2 */
	-webkit-tap-highlight-color: transparent; /* 1 */
	-webkit-text-size-adjust: 100%;
	font-size: 9px;
	line-height: 1.15; /* 3*/
}

/* Sections */

/* ============================================ */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
	display: block;
}

/* Vertical rhythm */

/* ============================================ */

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

/* Headings */

/* ============================================ */

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

/* Lists (enumeration) */

/* ============================================ */

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

/* Lists (definition) */

/* ============================================ */

dt {
	font-weight: normal;
}

dd {
	margin-left: 0;
}

/* Grouping content */

/* ============================================ */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: inherit; /* 2 */
}

address {
	font-style: inherit;
}

/* Text-level semantics */

/* ============================================ */

/**
 * Remove the gray background on active links in IE 10.
 */

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

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

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

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

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content */

/* ============================================ */

/**
 * Prevent vertical alignment issues.
 */

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

/* Forms */

/* ============================================ */

/**
 * Reset form fields to make them styleable
 */

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

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */

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

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

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

/**
 * Remove the inner border and padding in Firefox.
 */

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

/**
 * Restore the focus styles unset by the previous rule.
 */

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

/**
 * Remove arrow in IE10 & IE11
 */

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

/**
 * Remove padding
 */

option {
	padding: 0;
}

/**
 * Reset to invisible
 */

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the outline style in Safari.
 */

[type="search"] {
	outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/**
 * Clickable labels
 */

label[for] {
	cursor: pointer;
}

/* Interactive */

/* ============================================ */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/*
 * Remove outline for editable content.
 */

[contenteditable] {
	outline: none;
}

/* Table */

/* ============================================ */

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

caption {
	text-align: left;
}

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

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

/* Misc */

/* ============================================ */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/* Custom */

/* ============================================ */


img {
	height: auto;
	width: 100%;
}

a,
button {
	-webkit-transition: .3s;
	transition: .3s;
}

a:hover,
button:hover {
	-webkit-transition: .3s;
	cursor: pointer;
	opacity: 0.7;
	transition: .3s;
}

.sv-title-fadeIn {
	-webkit-animation: sv-title 1.5s ease forwards;
	animation: sv-title 1.5s ease forwards;
}

.sv-img-fadeIn {
	-webkit-animation: sv-img 2s ease forwards;
	animation: sv-img 2s ease forwards;
}

.page-fadein {
	-webkit-animation: page-fadein .3s ease forwards;
	animation: page-fadein .3s ease forwards;
}

.sub-fadein {
	-webkit-animation: sub-main 1.5s .7s forwards;
	-webkit-transform: translateY(100px);
	animation: sub-main 1.5s .7s forwards;
	opacity: 0;
	transform: translateY(100px);
}

html {
	font-size: 10px;
}

body {
	color: #333333;
	font-family: 'Noto Serif JP', serif;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 300;
	letter-spacing: 0.04em;
	line-height: calc(17 / 15);
}

.u-sec--inner {
	margin: 0 auto;
	width: calc(100% - 200px);
}

.u-sec--border {
	border-top: 1px solid #E0E0E0;
}

.u-text--underline {
	text-decoration: underline;
}

.u-font--en {
	font-family: neue-haas-grotesk-display, sans-serif;
	font-style: normal;
	font-weight: 400;
}

.u-link--none {
	pointer-events: none !important;
	text-decoration: none !important;
}

body {
	position: relative;
}

body.fixed {
	overflow: hidden;
}

body.flash {
	-webkit-animation: flash 2.5s ease forwards;
	animation: flash 2.5s ease forwards;
}

body.spmenu-opend::before {
	-webkit-animation: spmenu-layer .9s linear forwards;
	-webkit-transform: rotate(60deg);
	-webkit-transform-origin: bottom left;
	animation: spmenu-layer .9s linear forwards;
	background: #A2B5B9;
	content: "";
	height: 200%;
	pointer-events: none;
	position: fixed;
	right: 0;
	top: -50%;
	transform: rotate(60deg);
	transform-origin: bottom left;
	width: 100%;
	z-index: 41;
}

.c-footer__inner {
	-ms-flex-align: end;
	-ms-flex-pack: justify;
	-webkit-box-align: end;
	-webkit-box-pack: justify;
	align-items: flex-end;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	padding: 80px 0;
	width: calc(100% - 200px);
}

.c-header {
	position: fixed;
	top: 50px;
	width: 100%;
	z-index: 50;
}

.c-header__inner {
	margin: 0 auto;
	width: calc(100% - 200px);
}

.c-mv {
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-transition: opacity .7s ease;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	min-height: 110vh;
	position: relative;
	transition: opacity .7s ease;
	width: 100%;
}

.c-mv .c-slider1__wrap {
	-ms-flex-align: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	width: 50%;
}

.c-mv .c-slider2 {
	width: 50%;
}

.c-mv__logo {
	-webkit-transform: translate(-50%, -50%);
	left: 50%;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	z-index: 10;
}

.c-mv__logo_img {
	margin: 0 auto;
	height:150px;
	max-width: calc(500 / 1280 * 100%);
	min-width: 500px;
	/* overflow: hidden; */
	position: relative;
	width: calc(500 / 1280 * 100%);
}

.c-mv__logo_svg_area {
	opacity: 0;
}

.c-mv__logo_svg {
	-webkit-transform: translateY(50%);
	height: 100%;
	opacity: 0;
	position: absolute;
	top: 0;
	transform: translateY(50%);
	width: auto;
}

.c-mv__logo_svg.fade {
	-webkit-animation: mv-logo .7s ease-out forwards;
	animation: mv-logo .7s ease-out forwards;
}

.c-mv__logo_svg.svg-m {
	left: 0;
	top:25%
}

.c-mv__logo_svg.svg-i {
	left: 22%;
	top:25%
}

.c-mv__logo_svg.svg-w {
	left: 32%;
	top:25%
}

.c-mv__logo_svg.svg-a_3 {
	left: 56%;
	top:25%
}

.c-mv__logo_svg.svg-t {
	left: 1%;
	top:120%
}
.c-mv__logo_svg.svg-a_5 {
	left: 17%;
	top:120%
}
.c-mv__logo_svg.svg-n {
	left: 37%;
	top:120%
}
.c-mv__logo_svg.svg-g {
	left: 54%;
	top:120%;
}
.c-mv__logo_svg.svg-a_8 {
	left: 74%;
	top:120%
}




.c-mv__news {
	-webkit-transform: rotate(-90deg) translateX(100%);
	-webkit-transform-origin: right bottom;
	bottom: 100px;
	display: block;
	font-family: neue-haas-grotesk-display, sans-serif;
	font-size: 1.2rem;
	font-style: normal;
	font-weight: 400;
	position: absolute;
	right: 30px;
	transform: rotate(-90deg) translateX(100%);
	transform-origin: right bottom;
}

.c-mv__news .u-text--underline {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	border-bottom: 1px solid #111111;
	display: inline-block;
	font-family: source-han-sans-japanese, sans-serif;
	font-weight: 300; /** webkit莉･螟悶�繝輔か繝ｼ繝ｫ繝舌ャ繧ｯ */
	line-height: 1;
	margin-left: 1em;
	max-height: 1em;
	max-width: 70vh; /** �戊｡御ｻ･荳翫〒逵∫払 */
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
}

.c-sv {
	padding: 50px 0 120px;
}

.c-sv__logo {
	display: block;
	position: relative;
	width: 50%;
}

.c-sv__logo_img {
	width: 100%;
}

.c-btn1 {
	-ms-flex-align: center;
	-ms-flex-pack: justify;
	-webkit-box-align: center;
	-webkit-box-pack: justify;
	align-items: center;
	border-bottom: 1px solid #111111;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 1.3rem;
	justify-content: space-between;
	padding: 15px 0;
	width: 112px;
}

.c-btn1__icon {
	background: url(../images/common/arrow1.svg) repeat-x center/22px auto;
	display: block;
	height: 22px;
	width: 22px;
}

.c-form1 {
	-ms-flex-wrap: wrap;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	max-width: 730px;
}

.c-form1__label {
	font-family: source-han-sans-japanese, sans-serif;
	font-size: 1.4rem;
	font-weight: 500;
	padding-top: 15px;
	width: 170px;
}

.c-form1__label.required::after {
	color: #E04242;
	content: " *";
}

.c-form1__label:not(:first-of-type) {
	margin-top: 30px;
}

.c-form1__label--file {
	font-family: source-han-sans-japanese, sans-serif;
	font-size: 1.4rem;
	font-weight: 500;
	margin-top: 30px;
	padding-top: 4px;
	width: 170px;
}

.c-form1__label--op {
	display: block;
	font-size: 1.1rem;
	margin-top: 8px;
}

.c-form1__input,
.c-form1__select,
.c-form1__textarea {
	background-color: #c0cfde;
	border-radius: 5px;
	font-size: 1.3rem;
	min-height: 50px;
	padding: 0 15px;
	width: calc(100% - 170px);
}

.c-form1__input,
.c-form1__textarea {
	margin-top: 30px;
}

.c-form1__textarea {
	padding: 15px;
}

.c-form1__select {
	background: url(../images/common/pulldown.svg) no-repeat right 30px center/14px auto, #c0cfde;
	position: relative;
}

.c-form1__input--file {
	display: none;
}

.c-form1__input--file__btn {
	-ms-flex-align: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	align-items: center;
	background: #707070;
	border-radius: 24px;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 1.3rem;
	height: 46px;
	justify-content: center;
	margin-top: 30px;
	width: 155px;
}

.c-form1__input--file__text {
	color: #222222;
	font-size: 1.2rem;
	line-height: 4.6rem;
	margin: 30px 0 0 20px;
}

.c-form1__confirm_text {
	font-size: 1.3rem;
	line-height: 2;
	padding: 12px 0;
	width: calc(100% - 170px);
}

.c-form1__confirm_text:not(:first-of-type) {
	margin-top: 30px;
}

.c-form1__btn_wrap {
	margin-top: 120px;
	width: 100%;
}

.c-form1__btn {
	-ms-flex-align: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	align-items: center;
	background: #131D29;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-family: source-han-sans-japanese, sans-serif;
	font-size: 1.4rem;
	font-weight: 500;
	height: 60px;
	justify-content: center;
	margin-left: auto;
	text-align: center;
	width: calc(100% - 170px);
}

.c-form1__btn--back {
	display: block;
	font-family: source-han-sans-japanese, sans-serif;
	font-size: 1.4rem;
	font-weight: 500;
	margin: 30px 0 0 auto;
	text-align: center;
	width: calc(100% - 170px);
}

.mw_wp_form input[type="file"] {
	display: none !important;
}

.mw_wp_form_confirm.mw_wp_form_preview .c-form1__label {
	margin-bottom: 0.5em;
	width: 100%;
}

.mw_wp_form_confirm.mw_wp_form_preview .c-form1__label--file {
	margin-bottom: 0.5em;
	width: 100%;
}

.mw_wp_form_confirm.mw_wp_form_preview .c-form1__input--file__btn {
	background: transparent;
	display: block;
	font-size: 0;
	margin-top: 0.5em;
	width: auto;
}

.mw_wp_form_confirm.mw_wp_form_preview .c-form1__input--file__text {
	display: none !important;
}

.mw_wp_form_confirm.mw_wp_form_preview .mw-wp-form_file {
	color: #111111;
	font-size: 1.4rem;
}

.c-hdg1--ja {
	font-size: 1.3rem;
	margin-top: 1.5em;
}

.c-list1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.c-list1__item {
	margin-right: 15px;
}

.c-list1__item_icon {
	width: 50px;
}

.c-list1__link {
	display: block;
}

.c-list2__item {
	border-bottom: 1px solid #E0E0E0;
	overflow: hidden;
}

.c-list2__item:first-child {
	border-top: 1px solid #E0E0E0;
}

.c-list2__link {
	-ms-flex-align: center;
	-ms-flex-pack: justify;
	-webkit-box-align: center;
	-webkit-box-pack: justify;
	-webkit-transform: translateY(100%);
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 1.4rem;
	justify-content: space-between;
	opacity: 0;
	padding: 30px 23px;
	transform: translateY(100%);
	width: 100%;
}

.c-list2__link.fadeIn {
	-webkit-transform: translateY(0);
	-webkit-transition: all 1s ease;
	opacity: 1;
	transform: translateY(0);
	transition: all 1s ease;
}

.c-list2__link_date {
	font-family: neue-haas-grotesk-display, sans-serif;
	font-style: normal;
	font-weight: 400;
	margin-right: 5px;
}

.c-list2__link_category {
	font-family: neue-haas-grotesk-display, sans-serif;
	font-style: normal;
	font-weight: 500;
}

.c-list2__link_description {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display: -webkit-box; /** webkit莉･螟悶�繝輔か繝ｼ繝ｫ繝舌ャ繧ｯ */
	line-height: 21px;
	margin-top: 8px;
	max-height: calc(21px*2);
	max-width: 100%; /** �戊｡御ｻ･荳翫〒逵∫払 */
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
}

.c-list2__link_icon {
	background: url(../images/common/arrow1.svg) repeat-x center/22px auto;
	display: block;
	height: 22px;
	position: absolute;
	right: 0;
	top: 0;
	width: 22px;
}

.c-list2__link_icon.hover {
	-webkit-transform: translateX(-30px);
	transform: translateX(-30px);
}

.c-list2__link_icon_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 22px;
	justify-items: flex-end;
	overflow: hidden;
	position: relative;
	width: 22px;
}

.c-list2__link:hover .c-list2__link_icon {
	-webkit-transition: all .5s linear;
	right: -30px;
	transition: all .5s linear;
}

.c-list3 {
	-ms-flex-wrap: wrap;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}

.c-list3__title {
	font-family: neue-haas-grotesk-display, sans-serif;
	font-style: normal;
	font-weight: 400;
	width: calc(110 / 360 * 100%);
}

.c-list3__title:not(:first-child) {
	margin-top: 30px;
}

.c-list3__detail {
	width: calc(250 / 360 * 100%);
}

.c-list3__detail:not(:first-of-type) {
	margin-top: 30px;
}

.c-list3__detail--en {
	color: #717171;
	display: block;
	font-family: neue-haas-grotesk-display, sans-serif;
	font-size: 1.2rem;
	font-style: normal;
	font-weight: 400;
	margin-top: 5px;
}

.c-list4 {
	border-bottom: 1px solid #E0E0E0;
	margin-top: 30px;
	min-height: 60px;
	width: 100%;
}

.c-list4__title {
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-family: neue-haas-grotesk-display, sans-serif;
	font-size: 2.6rem;
	font-style: normal;
	font-weight: 600;
}

.c-list4__title.opend .c-list4__title_btn__img {
	-webkit-transform: rotate(-90deg);
	-webkit-transform-origin: center;
	-webkit-transition: all .2s;
	transform: rotate(-90deg);
	transform-origin: center;
	transition: all .2s;
}

.c-list4__title_btn {
	margin-left: 15px;
}

.c-list4__title_btn__img {
	-webkit-transition: all .2s;
	transition: all .2s;
	vertical-align: middle;
}

.c-list5__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.c-list5__item .u-font--en {
	color: #717171;
	display: block;
	font-size: 1.4rem;
	margin-bottom: 6px;
}

.c-list5__item:not(:first-child) .c-list6 {
	border-top: 1px solid #E0E0E0;
}

.c-list5__item .c-list6 {
	-ms-flex-positive: 1;
	-webkit-box-flex: 1;
	flex-grow: 1;
}

.c-list5__year,
.c-list5__category {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	font-family: neue-haas-grotesk-display, source-han-sans-japanese, sans-serif;
	font-size: 1.4rem;
	font-weight: 600;
	padding: 30px 0;
}

.c-list5__year {
	width: 77px;
}

.c-list5__category {
	width: 143px;
}

.c-list6 {
	padding: 30px 0;
}

.c-list6__item {
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.c-list6__item:not(:first-child) {
	margin-top: 34px;
}

.c-list6__item p,
.c-list6__item a {
	line-height: 1.5;
}

.c-list6__link {
	text-decoration: underline;
}

.c-list6__tag {
	border: 1px solid #6F8289;
	border-radius: 2rem;
	color: #6F8289;
	font-size: 1.4rem;
	line-height: calc(17 / 15);
	margin-left: 5px;
	padding: 4px 10px 5px;
}

.c-list7 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.c-list7__item {
	margin-left: 20px;
}

.c-list7__link {
	font-family: neue-haas-grotesk-display, sans-serif;
	font-size: 1.6rem;
	font-style: normal;
	font-weight: 400;
}

.c-list8 {
	border-bottom: 1px solid #E0E0E0;
	line-height: 1.5;
}

.c-list8__head {
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	color: #717171;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-family: neue-haas-grotesk-display, sans-serif;
	font-size: 1.4rem;
	font-style: normal;
	font-weight: 400;
	justify-content: space-between;
	padding-bottom: 17px;
}

.c-list8__head--sp {
	-ms-flex-negative: 0;
	color: #717171;
	display: inline-block;
	flex-shrink: 0;
	font-family: neue-haas-grotesk-display, sans-serif;
	font-size: 1.4rem;
	font-style: normal;
	font-weight: 400;
	width: calc(72 / 335 * 100%);
}

.c-list8__link {
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	border-top: 1px solid #E0E0E0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	padding: 37px 0;
}

.c-list8__link .c-list8__date {
	font-family: neue-haas-grotesk-display, sans-serif;
	font-size: 1.4rem;
	font-style: normal;
	font-weight: 400;
}

.c-list8__link .c-list8__title {
	font-family: source-han-sans-japanese, sans-serif;
	font-weight: 500;
}

.c-list8__link .c-list8__category {
	font-family: neue-haas-grotesk-display, sans-serif;
	font-size: 1.4rem;
	font-style: normal;
	font-weight: 400;
}

.c-list8__link .c-list8__overview {
	font-size: 1.3rem;
}

.c-list8__date {
	width: 55px;
}

.c-list8__title {
	width: calc(350 / 1080 * 100%);
}

.c-list8__category {
	width: 68px;
}

.c-list8__overview {
	width: calc(430 / 1080 * 100%);
}

.c-list8__overview_txt {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	display: -webkit-box;
	line-height: 1.5;
	max-height: calc( 1.3rem * 4.5);
	overflow: hidden;
	text-overflow: ellipsis;
}

.c-list9 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 1.4rem;
}

.c-list9:not(:first-of-type) {
	margin-top: 20px;
}

.c-list9__dt {
	color: #717171;
	font-family: neue-haas-grotesk-display, sans-serif;
	font-size: 1.4rem;
	font-style: normal;
	font-weight: 400;
	width: 100px;
	padding-top: 7px;
}

.c-list9__dd {
	width: calc(100% - 100px);
}

.c-list9__date,
.c-list9__category {
	font-family: neue-haas-grotesk-display, sans-serif;
	font-style: normal;
	font-weight: 400;
	padding-top: 7px;
}

.c-list9__title {
	font-family: source-han-sans-japanese, sans-serif;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: calc(26 / 18);
}

.c-list9__overview {
	line-height: 2;
}
.c-list9__overview p{
	font-family: neue-haas-grotesk-display, sans-serif;
}
.c-list9__overview img {
	margin: 33px 0;
}

.c-list9__overview a {
	text-decoration: underline;
}

.c-loader1 {
	background-image: url("./assets/images/bg.png");
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
}

.c-loader1__inner {
	-ms-flex-align: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	justify-content: center;
	width: 100%;
}

.c-loader1__imgs {
	position: relative;
}

.c-loader1__img {
	-webkit-transform: translate(-50%, -50%);
	left: 50%;
	opacity: 0;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

.c-loader1__img.fadeIn {
	-webkit-animation: loader-img 1.5s ease forwards;
	animation: loader-img 1.5s ease forwards;
}

.c-loader1__img:nth-child(1) {
	max-width: 355px;
	width: 355px;
}

.c-loader1__img:nth-child(2) {
	max-width: 230px;
	width: 230px;
}

.c-loader1__img:nth-child(2) img {
	-webkit-transform: rotate(-10deg);
	transform: rotate(-10deg);
}

.c-loader1__img:nth-child(3) {
	max-width: 240px;
	width: 240px;
}

.c-loader1__img:nth-child(3) img {
	-webkit-transform: rotate(-100deg);
	transform: rotate(-100deg);
}

.c-loader1__img:nth-child(4) {
	max-width: 210px;
	width: 210px;
}

.c-nav1 {
	font-size: 1.5rem;
	line-height: 1;
	margin-left: auto;
	max-width: 485px;
}

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

.c-nav1__link {
	font-family: neue-haas-grotesk-display, sans-serif;
	font-style: normal;
	font-weight: 400;
}

.c-nav1__btn {
	display: none;
}

.c-nav2 {
	display: none;
}

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

.c-pager1__item {
	margin-left: 20px;
}

.c-pager1__num,
.c-pager1 .page-numbers {
	font-family: neue-haas-grotesk-display, sans-serif;
	font-size: 2rem;
	font-style: normal;
	font-weight: 400;
}

.c-pager1__num.current,
.c-pager1 .page-numbers.current {
	font-family: neue-haas-grotesk-display, sans-serif;
	font-style: normal;
	font-weight: 600;
}

.c-pager2 {
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	padding: 50px 0;
}

.c-pager2__item {
	width: 50%;
}

.c-pager2__next {
	text-align: right;
}

.c-pager2__next .c-pager2__dl1,
.c-pager2__next .c-pager2__dl2 {
	margin-left: auto;
	width: 127px;
}

.c-pager2__next .c-pager2__dl1 .c-pager2__dt,
.c-pager2__next .c-pager2__dl2 .c-pager2__dt {
	text-align: left;
}

.c-pager2__btn {
	font-family: neue-haas-grotesk-display, sans-serif;
	font-size: 2rem;
	font-style: normal;
	font-weight: 600;
}

.c-pager2__dl1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-family: neue-haas-grotesk-display, sans-serif;
	font-size: 1.4rem;
	font-style: normal;
	font-weight: 400;
	margin-top: 20px;
}

.c-pager2__dl2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-family: neue-haas-grotesk-display, sans-serif;
	font-size: 1.4rem;
	font-style: normal;
	font-weight: 400;
	margin-top: 13px;
}

.c-pager2__dt {
	color: #717171;
	width: 72px;
}

.c-pager2__title {
	font-family: source-han-sans-japanese, sans-serif;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.5;
	margin-top: 20px;
}

.c-slider1 {
	-webkit-transition: opacity .5s ease;
	margin-left: 60px;
	position: relative;
	transition: opacity .5s ease;
	width: calc(360 / 640 * 100%);
}

.c-slider1__slide {
	height: 0;
	padding-top: calc(520 / 360 * 33.4%);
	position: relative;
	width: 100%;
}

.c-slider1__slide__inner {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.c-slider1__slide__inner::before {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.c-slider1__slide:nth-child(1) .c-slider1__slide__inner {
	background-image: url(../images/top/left01-defo.png);
}

.c-slider1__slide:nth-child(1) .c-slider1__slide__inner::before {
	background-image: url(../images/top/left01-filter.png);
}

.c-slider1__slide:nth-child(2) .c-slider1__slide__inner {
	background-image: url(../images/top/left02-defo.png);
}

.c-slider1__slide:nth-child(2) .c-slider1__slide__inner::before {
	background-image: url(../images/top/left02-filter.png);
}

.c-slider1__slide:nth-child(3) .c-slider1__slide__inner {
	background-image: url(../images/top/left03-defo.png);
}

.c-slider1__slide:nth-child(3) .c-slider1__slide__inner::before {
	background-image: url(../images/top/left03-filter.png);
}

.c-slider1__slide:nth-child(4) .c-slider1__slide__inner {
	background-image: url(../images/top/left04-defo.png);
}

.c-slider1__slide:nth-child(4) .c-slider1__slide__inner::before {
	background-image: url(../images/top/left04-filter.png);
}

.c-slider1__slide:nth-child(5) .c-slider1__slide__inner {
	background-image: url(../images/top/left05-defo.png);
}

.c-slider1__slide:nth-child(5) .c-slider1__slide__inner::before {
	background-image: url(../images/top/left05-filter.png);
}

.c-slider1__slide:nth-child(6) .c-slider1__slide__inner {
	background-image: url(../images/top/left06-defo.png);
}

.c-slider1__slide:nth-child(6) .c-slider1__slide__inner::before {
	background-image: url(../images/top/left06-filter.png);
}

.c-slider1__slide.slick-current {
	-webkit-animation: cross-fade2 .7s linear forwards;
	animation: cross-fade2 .7s linear forwards;
}

.c-slider1__slide.slick-current .c-slider1__slide__inner {
	-webkit-animation: cross-fade4 5.5s ease forwards;
	animation: cross-fade4 5.5s ease forwards;
}

.c-slider1__slide.slick-active .c-slider1__slide__inner::before {
	-webkit-animation: cross-fade5 2s ease forwards;
	animation: cross-fade5 2s ease forwards;
}

.c-slider2__slide {
	height: 110vh;
	position: relative;
}

.c-slider2__slide.slick-current::before {
	-webkit-animation: cross-fade3 1.5s ease forwards;
	-webkit-transform-origin: bottom left;
	animation: cross-fade3 1.5s ease forwards;
	background-image: -webkit-radial-gradient(5% 95%, circle, rgba(255, 255, 255, 0) 0% 40%, rgba(255, 255, 255, 0.4) 60% 100%);
	background-image: radial-gradient(circle at 5% 95%, rgba(255, 255, 255, 0) 0% 40%, rgba(255, 255, 255, 0.4) 60% 100%);
	content: "";
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	transform-origin: bottom left;
	width: 100%;
	z-index: 1;
}

.c-slider2__slide__inner {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	width: 100%;
}

.c-slider2__slide:nth-child(1) .c-slider2__slide__inner {
	background-image: url(../images/top/right01.png);
}

.c-slider2__slide:nth-child(2) .c-slider2__slide__inner {
	background-image: url(../images/top/right02.png);
}

.c-slider2__slide:nth-child(3) .c-slider2__slide__inner {
	background-image: url(../images/top/right03.png);
}

#stalker {
	-webkit-transition: top, 0.5s, left 0.5s, width .5s, height .5s, background-color .5s, -webkit-transform 0.2s;
	-webkit-transition-timing-function: ease-out;
	background: rgba(192, 207, 222, 0.5);
	border-radius: 50%;
	height: 16px;
	left: -8px;
	pointer-events: none;
	position: fixed;
	top: -8px;
	transition: top, 0.5s, left 0.5s, width .5s, height .5s, background-color .5s, -webkit-transform 0.2s;
	transition: transform 0.2s, top, 0.5s, left 0.5s, width .5s, height .5s, background-color .5s;
	transition: transform 0.2s, top, 0.5s, left 0.5s, width .5s, height .5s, background-color .5s, -webkit-transform 0.2s;
	transition-timing-function: ease-out;
	width: 16px;
	z-index: 999;
}

#stalker.hov_ {
	-webkit-transition: .5s;
	height: 50px;
	left: -25px;
	top: -25px;
	transition: .5s;
	width: 50px;
}

.c-text1 {
	font-size: 1.4rem;
	line-height: 2;
}

.p-contact {
	letter-spacing: .05em;
}

.p-contact__main {
	min-height: calc(100vh - 210px);
	overflow: hidden;
	padding-bottom: 80px;
}

.p-contact .u-sec--inner {
	position: relative;
}

.p-contact .c-hdg1__img {
	display: block;
	width: 346px;
}

.p-contact .c-text1 {
	margin-top: 30px;
}

.p-contact .c-form1 {
	margin-top: 86px;
}

.p-contact__thx_txt {
	bottom: 0;
	position: absolute;
	right: 0;
	width: 50%;
}

.p-discography__main {
	overflow: hidden;
	padding-bottom: 80px;
}

.p-discography .c-hdg1__img {
	display: block;
	width: 346px;
}

.p-discography1 {
	margin-top: 80px;
}

.p-discography .c-list4__detail {
	display: none;
}

.p-news__main {
	padding-bottom: 80px;
}
.p-news-detail1 .c-hdg1 .c-hdg1__img{
	display: block;
  width: 138px;
}

.p-news .c-hdg1__img {
	display: block;
	width: 138px;
}

.p-news__head {
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.p-news .c-list8 {
	margin-top: 77px;
}

.p-news .c-pager1 {
	margin-top: 30px;
}

.p-news-detail__main {
	padding-bottom: 80px;
}

.p-news-detail .c-hdg1__img {
	display: block;
	width: 138px;
}

.p-news-detail1 {
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	border-bottom: 1px solid #E0E0E0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	padding-bottom: 73px;
}

.p-news-detail1__content {
	width: calc(876 / 1080 * 100%);
}

.p-news-detail2 {
	border-bottom: 1px solid #E0E0E0;
}

.p-profile__main {
	overflow: hidden;
	padding-bottom: 250px;
}

.p-profile1 {
	position: relative;
}

.p-profile1 .u-sec--inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.p-profile1__lead {
	-webkit-transform: translate(0, 50%);
	bottom: 0;
	left: 0;
	mix-blend-mode: exclusion;
	position: absolute;
	transform: translate(0, 50%);
}

.p-profile1__lead img {
	-webkit-transform: translateX(-50%);
	height: 120px;
	transform: translateX(-50%);
	width: auto;
}

.p-profile1_1 {
	width: 50%;
}

.p-profile1_2 {
	max-width: 460px;
	padding-left: 100px;
	width: 50%;
}

.p-profile1_2__img {
	margin-top: 60px;
}

.p-top__main {
	overflow: hidden;
}

.p-top1 {
	margin-top: 240px;
	position: relative;
}

.p-top1 .u-sec--inner {
	position: relative;
}

.p-top1__pic1 {
	margin: 0 auto;
	overflow: hidden;
	width: calc(500 / 1080 * 100%);
}

.p-top1__pic2 {
	overflow: hidden;
	position: absolute;
	top: 22%;
	width: calc(250 / 1080 * 100%);
}

.p-top1__pic3 {
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 20%;
	width: calc(376 / 1080 * 100%);
}

.p-top1__lead {
	-webkit-transform: translate(0, -50%);
	color: #F0E6DA;
	left: 0;
	mix-blend-mode: difference;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
}

.p-top1__lead__img {
	height: 120px;
	max-width: auto;
	width: auto;
}


::-moz-selection {
	background: #a2b5b9;
	color: #fff;
}

::selection {
	background: #a2b5b9;
	color: #fff;
}

::-moz-selection {
	background: #a2b5b9;
	color: #fff;
}

@media (min-width: 1024px) {

.sp {
	display: none !important;
}

.c-list8__head--sp {
	display: none;
}

}

@media (max-width: 1023px) {

.pc {
	display: none !important;
}

.u-sec--inner {
	width: 90%;
}

.c-footer__inner {
	display: block;
	padding: 40px 0;
	text-align: center;
	width: 100%;
}

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

.c-footer__copy {
	display: block;
	font-family: neue-haas-grotesk-display, sans-serif;
	font-size: 1.2rem;
	font-style: normal;
	font-weight: 400;
	margin-top: 40px;
}

.c-header {
	pointer-events: none;
	top: 25px;
}

.c-header__inner {
	width: calc(100% - 50px);
}

.c-mv {
	display: block;
	min-height: auto;
}

.c-mv .c-slider1__wrap {
	display: block;
	width: 100%;
}

.c-mv__logo {
	-webkit-transform: translate(0);
	left: 3%;
	top: 90%;
	transform: translate(0);
	width: calc(240 / 375 * 100%);
}

.c-mv__logo_img {
	min-width: 100%;
	width: 100%;
	height:90px;
}


.c-mv__news {
	-webkit-transform: rotate(0deg) translateX(0);
	bottom: auto;
	left: 5%;
	right: auto;
	top: calc(100% + 30px);
	transform: rotate(0deg) translateX(0);
	width: 100%;
}

.c-mv__news .u-text--underline {
	-webkit-line-clamp: 2;
	border-width: 0;
	display: block;
	line-height: 1.5;
	margin: 8px 0 0;
	max-height: 3em;
	padding-right: 5%;
}

.c-sv {
	padding: 25px 0 40px;
}

.c-sv__logo {
	width: calc(240 / 335 * 100%);
	z-index: 35;
}

.c-form1__label {
	margin-bottom: 15px;
}

.c-form1__label:not(:first-of-type) {
	margin-top: 25px;
}

.c-form1__label--file {
	width: 100%;
}

.c-form1__input,
.c-form1__select,
.c-form1__textarea {
	width: 100%;
}

.c-form1__input,
.c-form1__textarea {
	margin: 0;
}

.c-form1__input--file__btn {
	margin-top: 15px;
}

.c-form1__confirm_text:not(:first-of-type) {
	margin-top: 0px;
	padding-top: 0;
}

.c-form1__confirm_text {
	width: 100%;
}

.c-form1__btn_wrap {
	margin-top: 60px;
}

.c-form1__btn {
	width: 100%;
}

.c-form1__btn--back {
	width: 100%;
}

.c-list1__item {
	margin: 0 7px;
}

.c-list2__link {
	padding: 30px 0;
}

.c-list5__item {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.c-list5__item:not(:first-child) {
	border-top: 1px solid #E0E0E0;
}

.c-list5__item:not(:first-child) .c-list6 {
	border-top: 0;
}

.c-list5__item .c-list6 {
	width: 100%;
}

.c-list5__year,
.c-list5__category {
	padding-bottom: 0;
}

.c-list6 {
	padding: 20px 0 40px;
}

.c-list6__tag {
	display: inline-block;
	font-size: 1.3rem;
	margin: 5px 0 0 0;
	padding: 3px 8px 4px;
}

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

.c-list7__item {
	margin: 30px 0 0;
}

.c-list8__head {
	display: none;
}

.c-list8__link {
	display: block;
}

.c-list8__date {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}

.c-list8__title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 20px;
	width: 100%;
}

.c-list8__category {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 20px;
	width: 100%;
}

.c-list8__overview {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 20px;
	width: 100%;
}

.c-list8__overview_txt {
	-webkit-line-clamp: 5;
	max-height: calc( 1.3rem * 7.5);
}

.c-list9 {
	display: block;
}

.c-list9:not(:first-of-type) {
	margin-top: 0;
}

.c-list9.u-add_width {
	width: 100%;
}

.c-list9__dt {
	width: 92px;
}

.c-list9__dd {
	width: 100%;
}

.c-list9__date,
.c-list9__category {
	margin-top: 5px;
}

.c-list9__title {
	margin-top: 20px;
}

.c-list9__overview img {
	margin: 13px 0;
}

.c-list9__overview {
	margin-top: 40px;
}

.c-loader1__img:nth-child(1) {
	width: 70vw;
}

.c-loader1__img:nth-child(2) {
	width: calc(230 / 355 * 70vw);
}

.c-loader1__img:nth-child(3) {
	width: calc(240 / 355 * 70vw);
}

.c-loader1__img:nth-child(4) {
	width: calc(210 / 355 * 70vw);
}

.c-nav1__btn {
	-ms-flex-align: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	-webkit-transition: all .4s;
	align-items: center;
	border: 1px solid #E0E0E0;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 55px;
	justify-content: center;
	margin-left: auto;
	pointer-events: all;
	position: relative;
	transition: all .4s;
	width: 55px;
	z-index: 50;
}

.c-nav1__btn_icon {
	-webkit-transition: all .4s;
	background: #111111;
	display: block;
	height: 1px;
	position: relative;
	transition: all .4s;
	width: 16px;
}

.c-nav1__btn_icon::before,
.c-nav1__btn_icon::after {
	-webkit-transition: all .4s;
	background: #111111;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	transition: all .4s;
	width: 11px;
}

.c-nav1__btn_icon::before {
	top: -5px;
}

.c-nav1__btn_icon::after {
	bottom: -5px;
}

.c-nav1__btn.opened {
	-webkit-transition: all .4s;
	border: 1px solid #fff;
	transition: all .4s;
}

.c-nav1__btn.opened .c-nav1__btn_icon {
	-webkit-transition: all .4s;
	background: transparent;
	transition: all .4s;
}

.c-nav1__btn.opened .c-nav1__btn_icon::before,
.c-nav1__btn.opened .c-nav1__btn_icon::after {
	-webkit-transform-origin: center;
	-webkit-transition: all .4s;
	background: #fff;
	content: "";
	left: 0;
	top: 0;
	transform-origin: center;
	transition: all .4s;
	width: 13px;
}

.c-nav1__btn.opened .c-nav1__btn_icon::before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.c-nav1__btn.opened .c-nav1__btn_icon::after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.c-nav2 {
	-webkit-transform: translateX(120%);
	-webkit-transition: -webkit-transform .4s;
	background: #A2B5B9;
	display: block;
	height: 100vh;
	overflow-x: hidden;
	overflow-y: scroll;
	padding-top: 84px;
	pointer-events: all;
	position: fixed;
	right: 0;
	top: 0;
	transform: translateX(120%);
	transition: -webkit-transform .4s;
	transition: transform .4s;
	transition: transform .4s, -webkit-transform .4s;
	width: 100%;
	z-index: 40;
}

.c-nav2 .c-nav2__inner {
	margin: 0 auto;
	width: 90%;
}

.c-nav2 .c-nav2__list {
	position: relative;
}

.c-nav2 .c-nav2__list::before {
	background: url(../images/common/sp-menu.jpg) no-repeat center/cover;
	bottom: 10px;
	content: "";
	height: 229px;
	position: absolute;
	right: -21%;
	width: calc(150 / 375 * 100vw);
}

.c-nav2 .c-nav2__item {
	line-height: 1.2;
	min-height: 48px;
	overflow: hidden;
}

.c-nav2 .c-nav2__item:not(:first-child) {
	margin-top: 18px;
}

.c-nav2 .c-nav2__link {
	-webkit-transform: translate(0, 80%) scale(1, 1.5);
	-webkit-transform-origin: top center;
	font-family: neue-haas-grotesk-display, sans-serif;
	font-size: 3.8rem;
	font-style: normal;
	font-weight: 200;
	opacity: 0;
	pointer-events: all;
	transform: translate(0, 80%) scale(1, 1.5);
	transform-origin: top center;
}

.c-nav2 .c-nav2__text1 {
	font-family: neue-haas-grotesk-display, sans-serif;
	font-size: 1.4rem;
	font-style: normal;
	font-weight: 400;
	margin-top: 38px;
}

.c-nav2 .c-nav2__text2 {
	color: #888;
	font-family: neue-haas-grotesk-display, sans-serif;
	font-size: 1.2rem;
	font-style: normal;
	font-weight: 400;
	line-height: calc(14 / 12);
	margin-top: 8px;
}

.c-nav2 .c-nav2__sns_link {
	display: inline-block;
	font-family: neue-haas-grotesk-display, sans-serif;
	font-size: 1.4rem;
	font-style: normal;
	font-weight: 400;
	margin: 24px 18px 0 0;
}

.c-nav2 .c-nav2__logo {
	margin-top: 38px;
	position: relative;
	width: 100%;
	z-index: 51;
}

.c-nav2.opened {
	-webkit-animation: menu-open .3s .6s ease forwards;
	animation: menu-open .3s .6s ease forwards;
}

.c-nav2.opened .c-nav2__link {
	-webkit-animation: sv-title .7s .6s ease forwards;
	animation: sv-title .7s .6s ease forwards;
}

.c-nav2.closed {
	-webkit-animation: menu-close .6s ease forwards;
	animation: menu-close .6s ease forwards;
}

.c-pager2 {
	padding: 20px 0 30px;
}

.c-pager2__item {
	padding: 10px 0;
}

.c-pager2__prev {
	padding-right: 37px;
}

.c-pager2__next {
	border-left: 1px solid #E0E0E0;
	padding-left: 37px;
	text-align: left;
}

.c-pager2__next .c-pager2__dl1,
.c-pager2__next .c-pager2__dl2 {
	margin-left: 0;
	width: auto;
}

.c-pager2__dl1 {
	display: block;
}

.c-pager2__dl2 {
	display: block;
	margin-top: 10px;
}

.c-pager2__dd {
	margin-top: 5px;
}

.c-slider1 {
	margin: 0;
	width: 100%;
}

.c-slider1__slide {
	padding-top: calc(520 / 360 * 16.6%);
}

.c-slider1__slide:nth-child(1) .c-slider1__slide__inner {
	background-image: url(../images/top/left02-defo.png);
}

.c-slider1__slide:nth-child(1) .c-slider1__slide__inner::before {
	background-image: url(../images/top/left02-filter.png);
}

.c-slider1__slide:nth-child(2) .c-slider1__slide__inner {
	background-image: url(../images/top/left05-defo.png);
}

.c-slider1__slide:nth-child(2) .c-slider1__slide__inner::before {
	background-image: url(../images/top/left05-filter.png);
}

.c-slider1__slide:nth-child(3) .c-slider1__slide__inner {
	background-image: url(../images/top/left03-defo.png);
}

.c-slider1__slide:nth-child(3) .c-slider1__slide__inner::before {
	background-image: url(../images/top/left03-filter.png);
}

.c-slider1__slide:nth-child(4) .c-slider1__slide__inner {
	background-image: url(../images/top/left06-defo.png);
}

.c-slider1__slide:nth-child(4) .c-slider1__slide__inner::before {
	background-image: url(../images/top/left06-filter.png);
}

.c-slider1__slide:nth-child(5) .c-slider1__slide__inner {
	background-image: url(../images/top/left04-defo.png);
}

.c-slider1__slide:nth-child(5) .c-slider1__slide__inner::before {
	background-image: url(../images/top/left04-filter.png);
}

.c-slider1__slide:nth-child(6) .c-slider1__slide__inner {
	background-image: url(../images/top/left01-defo.png);
}

.c-slider1__slide:nth-child(6) .c-slider1__slide__inner::before {
	background-image: url(../images/top/left01-filter.png);
}

#stalker {
	display: none;
}

.p-contact__main {
	padding-bottom: 80px;
}

.p-contact .c-hdg1 {
	margin-top: 40px;
}

.p-contact .c-hdg1__img {
	width: 181px;
}

.p-contact__thx_txt {
	margin-top: 40px;
	position: relative;
	width: 100%;
}

.p-discography__main {
	padding-bottom: 80px;
}

.p-discography .c-hdg1 {
	margin-top: 40px;
}

.p-discography .c-hdg1__img {
	width: 181px;
}

.p-discography1 {
	margin-top: 50px;
}

.p-news__main {
	padding-bottom: 80px;
}

.p-news .c-hdg1 {
	margin-top: 40px;
}

.p-news__head {
	display: block;
}

.p-news-detail__main {
	padding-bottom: 80px;
}

.p-news-detail .c-hdg1 {
	margin-top: 40px;
}

.p-news-detail1 {
	display: block;
	padding-bottom: 33px;
}

.p-news-detail1__content {
	-ms-flex-wrap: wrap;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-top: 40px;
	width: 100%;
}

.p-profile__main {
	padding-bottom: 80px;
}

.p-profile1 .u-sec--inner {
	display: block;
}

.p-profile1__lead {
	bottom: 50%;
	left: 0;
}

.p-profile1__lead img {
	-webkit-transform: translateX(0%);
	height: 80px;
	transform: translateX(0%);
}

.p-profile1_1 {
	width: 100%;
}

.p-profile1_2 {
	margin-top: 30px;
	max-width: 100%;
	padding-left: 0;
	width: 100%;
}

.p-profile1_2__img {
	margin: 120px auto 0;
	position: relative;
	width: calc(150 / 335 * 100%);
}

.p-top1 {
	margin-top: 145px;
}
@media (max-width: 768px) {
	.p-top1 {
		margin-top: 0;
	}
	
}
.p-top1__pic1 {
	padding: 24% 0 34%;
	width: 79%;
	z-index: 0;
}

.p-top1__pic2 {
	left: -5.5%;
	top: 0;
	width: 44.7%;
	z-index: 1;
}

.p-top1__pic3 {
	bottom: 0;
	right: -5.5%;
	top: auto;
	width: 59.7%;
	z-index: -1;
}

.p-top1__lead__img {
	height: 80px;
}
}

@-webkit-keyframes cross-fade1 {

0% {
	-webkit-filter: sepia(80%);
	filter: sepia(80%);
}

100% {
	-webkit-filter: sepia(0%);
	filter: sepia(0%);
}

}

@keyframes cross-fade1 {

0% {
	-webkit-filter: sepia(80%);
	filter: sepia(80%);
}

100% {
	-webkit-filter: sepia(0%);
	filter: sepia(0%);
}

}

@-webkit-keyframes cross-fade2 {

0% {
	-webkit-filter: brightness(150%);
	filter: brightness(150%);
}

100% {
	-webkit-filter: brightness(100%);
	filter: brightness(100%);
}

}

@keyframes cross-fade2 {

0% {
	-webkit-filter: brightness(150%);
	filter: brightness(150%);
}

100% {
	-webkit-filter: brightness(100%);
	filter: brightness(100%);
}

}

@-webkit-keyframes cross-fade3 {

0% {
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}

100% {
	-webkit-transform: scale(2, 2);
	transform: scale(2, 2);
}

}

@keyframes cross-fade3 {

0% {
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}

100% {
	-webkit-transform: scale(2, 2);
	transform: scale(2, 2);
}

}

@-webkit-keyframes cross-fade4 {

0% {
	-webkit-transform: scale(1);
	-webkit-transform-origin: center;
	transform: scale(1);
	transform-origin: center;
}

100% {
	-webkit-transform: scale(1.08);
	transform: scale(1.08);
}

}

@keyframes cross-fade4 {

0% {
	-webkit-transform: scale(1);
	-webkit-transform-origin: center;
	transform: scale(1);
	transform-origin: center;
}

100% {
	-webkit-transform: scale(1.08);
	transform: scale(1.08);
}

}

@-webkit-keyframes cross-fade5 {

0% {
	opacity: 1;
}

100% {
	opacity: 0;
}

}

@keyframes cross-fade5 {

0% {
	opacity: 1;
}

100% {
	opacity: 0;
}

}

@-webkit-keyframes logo-fadein {

0% {
	-webkit-transform: scale(0.8);
	opacity: 0;
	transform: scale(0.8);
}

100% {
	-webkit-transform: scale(1);
	opacity: 1;
	transform: scale(1);
}

}

@keyframes logo-fadein {

0% {
	-webkit-transform: scale(0.8);
	opacity: 0;
	transform: scale(0.8);
}

100% {
	-webkit-transform: scale(1);
	opacity: 1;
	transform: scale(1);
}

}

@-webkit-keyframes top-fadelayer {

0% {
	-webkit-transform: scale(1);
	opacity: 1;
	transform: scale(1);
}

100% {
	-webkit-transform: scale(20);
	opacity: 0;
	transform: scale(20);
}

}

@keyframes top-fadelayer {

0% {
	-webkit-transform: scale(1);
	opacity: 1;
	transform: scale(1);
}

100% {
	-webkit-transform: scale(20);
	opacity: 0;
	transform: scale(20);
}

}

@-webkit-keyframes flash {

0% {
	-webkit-filter: brightness(200%);
	filter: brightness(200%);
	opacity: 0.9;
}

100% {
	-webkit-filter: brightness(100%);
	filter: brightness(100%);
	opacity: 1;
}

}

@keyframes flash {

0% {
	-webkit-filter: brightness(200%);
	filter: brightness(200%);
	opacity: 0.9;
}

100% {
	-webkit-filter: brightness(100%);
	filter: brightness(100%);
	opacity: 1;
}

}

@-webkit-keyframes sv-title {

0% {
	-webkit-transform: translate(0, 80%) scale(1, 1.5);
	-webkit-transform-origin: top center;
	opacity: 0;
	transform: translate(0, 80%) scale(1, 1.5);
	transform-origin: top center;
}

100% {
	-webkit-transform: translate(0, 0%) scale(1, 1);
	opacity: 1;
	transform: translate(0, 0%) scale(1, 1);
}

}

@keyframes sv-title {

0% {
	-webkit-transform: translate(0, 80%) scale(1, 1.5);
	-webkit-transform-origin: top center;
	opacity: 0;
	transform: translate(0, 80%) scale(1, 1.5);
	transform-origin: top center;
}

100% {
	-webkit-transform: translate(0, 0%) scale(1, 1);
	opacity: 1;
	transform: translate(0, 0%) scale(1, 1);
}

}

@-webkit-keyframes sv-img {

0% {
	opacity: 0;
}

100% {
	opacity: 1;
}

}

@keyframes sv-img {

0% {
	opacity: 0;
}

100% {
	opacity: 1;
}

}

@-webkit-keyframes sub-main {

0% {
	-webkit-transform: translateY(50px);
	opacity: 0;
	transform: translateY(50px);
}

100% {
	-webkit-transform: translateY(0);
	opacity: 1;
	transform: translateY(0);
}

}

@keyframes sub-main {

0% {
	-webkit-transform: translateY(50px);
	opacity: 0;
	transform: translateY(50px);
}

100% {
	-webkit-transform: translateY(0);
	opacity: 1;
	transform: translateY(0);
}

}

@-webkit-keyframes menu-open {

0% {
	-webkit-transform: translateX(120%);
	opacity: 0;
	transform: translateX(120%);
}

100% {
	-webkit-transform: translateX(0);
	opacity: 1;
	transform: translateX(0);
}

}

@keyframes menu-open {

0% {
	-webkit-transform: translateX(120%);
	opacity: 0;
	transform: translateX(120%);
}

100% {
	-webkit-transform: translateX(0);
	opacity: 1;
	transform: translateX(0);
}

}

@-webkit-keyframes menu-close {

0% {
	-webkit-transform: translateX(0%);
	opacity: 1;
	transform: translateX(0%);
}

100% {
	-webkit-transform: translateX(120);
	opacity: 0;
	transform: translateX(120);
}

}

@keyframes menu-close {

0% {
	-webkit-transform: translateX(0%);
	opacity: 1;
	transform: translateX(0%);
}

100% {
	-webkit-transform: translateX(120);
	opacity: 0;
	transform: translateX(120);
}

}

@-webkit-keyframes loader-img {

0% {
	-webkit-transform: translate(-50%, -50%) scale(1);
	-webkit-transform-origin: center;
	opacity: 0;
	transform: translate(-50%, -50%) scale(1);
	transform-origin: center;
}

50% {
	-webkit-transform: translate(-50%, -50%) scale(1.05);
	transform: translate(-50%, -50%) scale(1.05);
}

100% {
	-webkit-transform: translate(-50%, -50%) scale(1.05);
	opacity: 1;
	transform: translate(-50%, -50%) scale(1.05);
}

}

@keyframes loader-img {

0% {
	-webkit-transform: translate(-50%, -50%) scale(1);
	-webkit-transform-origin: center;
	opacity: 0;
	transform: translate(-50%, -50%) scale(1);
	transform-origin: center;
}

50% {
	-webkit-transform: translate(-50%, -50%) scale(1.05);
	transform: translate(-50%, -50%) scale(1.05);
}

100% {
	-webkit-transform: translate(-50%, -50%) scale(1.05);
	opacity: 1;
	transform: translate(-50%, -50%) scale(1.05);
}

}

@-webkit-keyframes page-fadein {

0% {
	opacity: 0;
}

100% {
	opacity: 1;
}

}

@keyframes page-fadein {

0% {
	opacity: 0;
}

100% {
	opacity: 1;
}

}

@-webkit-keyframes spmenu-layer {

0% {
	-webkit-transform: rotate(40deg) translateX(100%);
	opacity: 1;
	transform: rotate(40deg) translateX(100%);
}

50% {
	-webkit-transform: rotate(20) translateX(100%);
	opacity: 1;
	transform: rotate(20) translateX(100%);
}

90% {
	-webkit-transform: rotate(0) translateX(0%);
	opacity: 1;
	transform: rotate(0) translateX(0%);
}

100% {
	-webkit-transform: rotate(0) translateX(0%);
	opacity: 0;
	transform: rotate(0) translateX(0%);
}

}

@keyframes spmenu-layer {

0% {
	-webkit-transform: rotate(40deg) translateX(100%);
	opacity: 1;
	transform: rotate(40deg) translateX(100%);
}

50% {
	-webkit-transform: rotate(20) translateX(100%);
	opacity: 1;
	transform: rotate(20) translateX(100%);
}

90% {
	-webkit-transform: rotate(0) translateX(0%);
	opacity: 1;
	transform: rotate(0) translateX(0%);
}

100% {
	-webkit-transform: rotate(0) translateX(0%);
	opacity: 0;
	transform: rotate(0) translateX(0%);
}

}

@-webkit-keyframes mv-logo {

0% {
	-webkit-transform: translateY(50%);
	opacity: 0;
	transform: translateY(50%);
}

100% {
	-webkit-transform: translateY(0%);
	opacity: 1;
	transform: translateY(0%);
}

}

@keyframes mv-logo {

0% {
	-webkit-transform: translateY(50%);
	opacity: 0;
	transform: translateY(50%);
}

100% {
	-webkit-transform: translateY(0%);
	opacity: 1;
	transform: translateY(0%);
}

}

/* 縲心P縲代ヨ繝��繧ｹ繝ｩ繧､繝繝ｼ逕ｻ蜒丞､画峩逕ｨcss   */
/*  style.css縺ｮ荳逡ｪ譛蠕後↓雋ｼ繧贋ｻ倥￠縺ｦ菴ｿ逕ｨ */

@media (max-width: 1023px) {

  .c-slider1__slide:nth-child(2) .c-slider1__slide__inner {
    background-image: url(../images/top/left05-defo.png);
  }
  .c-slider1__slide:nth-child(2) .c-slider1__slide__inner::before {
    background-image: url(../images/top/left05-filter.png);
  }

  .c-slider1__slide:nth-child(3) .c-slider1__slide__inner {
    background-image: url(../images/top/left03-defo.png);
  }
  .c-slider1__slide:nth-child(3) .c-slider1__slide__inner::before {
    background-image: url(../images/top/left03-filter.png);
  }

  .c-slider1__slide:nth-child(4) .c-slider1__slide__inner {
    background-image: url(../images/top/left06-defo.png);
  }
  .c-slider1__slide:nth-child(4) .c-slider1__slide__inner::before {
    background-image: url(../images/top/left06-filter.png);
  }

  .c-slider1__slide:nth-child(5) .c-slider1__slide__inner {
    background-image: url(../images/top/left04-defo.png);
  }
  .c-slider1__slide:nth-child(5) .c-slider1__slide__inner::before {
    background-image: url(../images/top/left04-filter.png);
  }

  .c-slider1__slide:nth-child(6) .c-slider1__slide__inner {
    background-image: url(../images/top/left01-defo.png);
  }
  .c-slider1__slide:nth-child(6) .c-slider1__slide__inner::before {
    background-image: url(../images/top/left01-filter.png);
  }
  
  .c-slider1__slide:nth-child(1) .c-slider1__slide__inner {
    background-image: url(../images/top/left02-defo.png);
  }
  .c-slider1__slide:nth-child(1) .c-slider1__slide__inner::before {
    background-image: url(../images/top/left02-filter.png);
  }
}

.p-message-detail__main {
  margin-top: 40px;
  padding-bottom: 80px;
}

@media (min-width: 1024px) {
  .p-message-detail1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-message-detail1__header {
  width: 230px;
  padding-bottom: 40px;
}

.p-message-detail1__date {
  margin-top: 30px;
  font-size: 1.4rem;
  color: #717171;
}

.p-message-detail1__date_span {
  display: inline-block;
  margin-top: 5px;
  color: #111;
}

@media (min-width: 1024px) {
  .p-message-detail1__date_span {
    margin-left: 10px;
  }
}

@media (min-width: 1024px) {
  .p-message-detail1__content {
    width: calc(800 / 1080 * 100%);
  }
}

.p-message-detail2 {
  margin-top: 40px;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}

@media (min-width: 1024px) {
  .p-message-detail2 {
    margin-top: 80px;
  }
}

.mw_wp_form .error {
  width: 100%;
}
@media (max-width: 768px) {
	#first-page-view-sp,
  .c-slider1.sp,
  .c-slider1__wrap {
    width: 100vw !important;
    height: 100vh !important;
    max-width: 100vw !important;
    max-height: 100vh !important;
    margin: 0;
    padding: 0;
    overflow: hidden;
  }
	.c-slider1__slide,
  .c-slider1__slide__inner {
    width: 100vw !important;
    height: 100vh !important;
    min-height: 100vh !important;
    box-sizing: border-box;
    display: block;
  }
  .c-slider1__slide__inner {
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
  }
}
@media (max-width: 768px) {
	.c-mv__logo {
		top: 170vw;
	}
	.c-mv__logo_svg.svg-m {
		left: 0;
		top:0%
	}
	
	.c-mv__logo_svg.svg-i {
		left: 29%;
		top:0%
	}
	
	.c-mv__logo_svg.svg-w {
		left: 42%;
		top:0%
	}
	
	.c-mv__logo_svg.svg-a_3 {
		left: 69%;
		top:0%
	}
	
	.c-mv__logo_svg.svg-t {
		left: 23%;
		top:90%
	}
	.c-mv__logo_svg.svg-a_5 {
		left: 45%;
		top:90%
	}
	.c-mv__logo_svg.svg-n {
		left: 70%;
		top:90%
	}
	.c-mv__logo_svg.svg-g {
		left: 93%;
		top:90%
	}
	.c-mv__logo_svg.svg-a_8 {
		left: 120%;
		top:90%
	}
}
@media (max-width: 375px) {
	.c-mv__logo {
		top: 130vw;
	}
}