@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Playfair+Display+SC:wght@700&display=swap');
/* CSS Document */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * resets
 */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    list-style-type: none;
}

/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

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

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

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

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */

html,
button,
input,
select,
textarea {   font-family:'Lato','Noto Sans JP',"游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif ;
	font-feature-settings: "palt";
}

/**
 * Address margins handled incorrectly in IE 6/7.
 */

body {
	margin: 0;
    padding: 0;
    font-size: 1.6rem;
	position:relative;
	background: #fff;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus,a {
    outline: none;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: none;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0;
	font-weight: 900;
}

h2{
    font-size: 5rem;
    margin: 0;
	font-weight: 700;
	padding: 10px 0;
	/*font-family:'Playfair Display SC';*/
	letter-spacing: -0.3rem;
	
}
h3,h4{
	font-weight: 900;
}

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */

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

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */

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

/**
 * Address styling not present in IE 6/7/8/9.
 */

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

/**
 * Address margins set differently in IE 6/7.
 */

p,
pre {
    margin: 0;
}

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */

q {
    quotes: none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */

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

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */

/**
 * Address margins set differently in IE 6/7.
 */

dl,
menu,
ol,
ul,
dd {
    margin: 0;
}

/**
 * Address paddings set differently in IE 6/7.
 */

menu,
ol,
ul {
    padding: 0;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
	max-width:100%;
	height:auto;
    vertical-align: bottom;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

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

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Correct margin displayed oddly in IE 6/7.
 */

form {
    margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */

legend {
    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
    *overflow: visible;  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */

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

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    *height: 13px; /* 3 */
    *width: 13px; /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

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

/**
 * Remove inner padding and border in Firefox 3+.
 */

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

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
a{
	text-decoration:none;
	color:#000;
}
a:hover{
	filter: brightness(1.15)
}

/*clearfix*/
.cf:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.cf {
  min-height: 1px;
}

* html .cf {
  height: 1px;
}

.loading{
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index:99;
	/*background: #ffff07;*/
	background: rgba(0,0,0,.8);
    backdrop-filter: blur(15px);
	-webkit-backdrop-filter: blur(15px);
}

.loading img{
  max-width: 500px;
	width: 80%;
  height:auto;
  position: relative;
  z-index: 1;
}

.loader,
.loader:before,
.loader:after {
  background: #bcff00;
  -webkit-animation: load1 .6s infinite ease-in-out;
  animation: load1 .6s infinite ease-in-out;
  width: 1px;
  height: 4em;
}
.loader {
  color: #ffe400;
  text-indent: -9999em;
  margin: 88px auto;
  font-size: 11px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
	position:absolute;
}
.loader:before,
.loader:after {
  position: absolute;
  top: 0;
  content: '';
}
.loader:before {
  left: -1.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader:after {
  left: 1.5em;
}
@-webkit-keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}
@keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}

/*---------------------------------------------------*/

header{
	display: flex;
    justify-content: space-between;
	padding: 20px;
	font-weight: 900;
}
header h1{
	top: 0;
	bottom: 0;
	max-width: 270px;
	margin-right: 70px;
}
header h1 a{
	display: block;
}
header h1 a img{
	vertical-align: text-top;
	height: auto;
}

header .pcnav{
	display: flex;
    align-items: center;
}
header .pcnav li{
}
header .pcnav li a{
	padding: 0 7px;
}
header .pcnav li a:hover{
	text-decoration:underline;
}

header .pcnav li a img{
	width: 24px;
	height: auto;
}
header .pcnav li .hc_btn{
	background:#ffff07;
	padding: 18px 20px;
	margin-left: 5px;
}
header .pcnav li .hc_btn:hover{
	background:#000;
	color: #fff;
	text-decoration: none;
}
header .pcnav li a.current{
}
header .pcnav li a:hover{
}

header .pcnav .pcm_li{
	padding: 0 7px;
	position:relative;
}
header .pcnav .pcm_li:hover .pcm_child{
	display:block;
}
header .pcnav .pcm_child{
	display:none;
	position:absolute;
	top:20px;
	left:0;
	z-index:2;
	background:#fff;
	padding:20px;
	width:250px;
	filter: drop-shadow(0 4px 4px rgba(0,0,0,.3));
}
header .pcnav .pcm_child li{
	padding:10px;
}
header .pcnav .pcm_child li a{
}
header .pcnav .pcm_child:before{
	content: "";
	position: absolute;
	right: 9px;
    bottom: 20px;
    width: 20px;
    height: 2px;
    background: #000000;
	-webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
header .pcnav .pcm_child:after{
	content: "";
	position: absolute;
	right: 10px;
    bottom: 10px;
    width: 20px;
    height: 20px;
    border-top: 2px solid #000000;
    border-right: 2px solid #000000;
}

/*　ハンバーガーボタン　*/
.hamburger {
  display : none;
  position: fixed;
  z-index : 3;
  right: 8px;
  top: 8px;
  background: rgb(255 255 7 / 80%);
  width: 45px;
  height: 45px;
  cursor: pointer;
  text-align: center;
	border-radius: 50%;
	backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
}

.hamburger span {
  display : block;
  position: absolute;
  width: 23px;
  height  : 2px;
  left    : 0;
  right:0;
  margin:auto;
  background : #000;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition   : 0.3s ease-in-out;
  transition        : 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 19px;
}

.hamburger span:nth-child(2) {
  top: 26px;
}

.hamburger.active span:nth-child(1),
.hamburger.active span:nth-child(2){
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.hamburger.active span:nth-child(1){
  -webkit-transform: translateY(5px) rotate(45deg);
  -ms-transform    : translateY(5px) rotate(45deg);
  -o-transform     : translateY(5px) rotate(45deg);
  transform: translateY(5px) rotate(45deg);
}

.hamburger.active span:nth-child(2){
  -webkit-transform: translateY(-2px) rotate(-45deg);
  -ms-transform: translateY(-2px) rotate(-45deg);
  -o-transform: translateY(-2px) rotate(-45deg);
  transform: translateY(-2px) rotate(-45deg);
}

nav.globalMenuSp {
	position: fixed;
	z-index : 2;
	top  : 0;
	left : 0;
	color: #fff;
	background:#ffff07;
	text-align: center;
	width: 100%;
	height: 100vh;
	display: none;
	align-items: center;
}


nav.globalMenuSp .gmspin{
	height:100%;
	display: flex;
	align-items: center;
	padding: 0 8%;
}
nav.globalMenuSp .gmspwrap{
}
nav.globalMenuSp .spnav01{
	margin-bottom:50px;
}
nav.globalMenuSp .spnav01 li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  transition: .4s all;
}
nav.globalMenuSp .spnav01 li:last-child {
  padding-bottom: 0;
}

nav.globalMenuSp .spnav01 li a {
  display: block;
  color: #000;
  padding: .2em 0;
  text-decoration :none;
  font-size: 3.2rem;
  text-align:left;
	letter-spacing: -0.2rem;
}
nav.globalMenuSp .spnav01 li{
	opacity: 0;
}
nav.globalMenuSp.active ul li:nth-child(1) {
  animation: tatata 0.5s ease .1s forwards;
}
nav.globalMenuSp.active ul li:nth-child(2) {
  animation: tatata 0.5s ease .2s forwards;
}
nav.globalMenuSp.active ul li:nth-child(3) {
  animation: tatata 0.5s ease .3s forwards;
}
nav.globalMenuSp.active ul li:nth-child(4) {
  animation: tatata 0.5s ease .4s forwards;
}
nav.globalMenuSp.active ul li:nth-child(5) {
  animation: tatata 0.5s ease .5s forwards;
}
nav.globalMenuSp.active ul li:nth-child(6) {
  animation: tatata 0.5s ease .6s forwards;
}
nav.globalMenuSp.active ul li:nth-child(7) {
  animation: tatata 0.5s ease .7s forwards;
}
nav.globalMenuSp.active ul li:nth-child(8) {
  animation: tatata 0.5s ease .8s forwards;
}
nav.globalMenuSp.active ul li:nth-child(9) {
  animation: tatata 0.5s ease .9s forwards;
}
@keyframes tatata {
	0% {
	  opacity:0;
	  transform:translateX(5%)
	}
	
	100% {
	  opacity: 1;
	}
}

nav.globalMenuSp .spnav02{
	display:flex;
	justify-content: space-between;
	margin-bottom: 50px;
}
nav.globalMenuSp .spnav02 li{
	padding: 0 6%;
}
nav.globalMenuSp .spnav02 li a{
}

nav.globalMenuSp .spm_btn{
	background:#000;
	color: #fff;
	padding: 20px;
    width: 100%;
    display: block;
	font-size: 2rem;
}

footer{
	/*background: #e8e9f4;*/
	/*margin-top: 100px;*/
}
footer .inner{
	padding: 80px 3% 20px;
	display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
}
footer .inner .f_wrap1 {
    display: flex;
    flex-flow: column;
    justify-content: center;
}
footer .inner .f_wrap1 img{
	width: 240px;
}
footer .inner .f_wrap2{
	text-align: right;
	margin: 20px 0;
}
footer .inner .f_wrap2 ul{
    display: flex;
    align-items: center;
}
footer .inner .f_wrap2 p{
	font-size: 1.2rem;
    color: #736a6c;
    margin: 5px 0;
}
footer .inner .f_wrap2 img{
	max-height:60px;
	width:auto
}
footer .inner ul{
	display:flex;
	margin-top: 10px;
}
footer .inner ul li{
	font-size:1.4rem;
	padding:5px;
}
footer .inner ul li a{
	color:#888
}

footer copy{
	font-size: 1.2rem;
	display: block;
	width: 100%;
    padding: 10px;
	text-align: right;
}


#f_btn{
    width: 60px;
    height: 60px;
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 6;
	border-radius:50%;
}
#f_btn:before{
	content:"";
	position:absolute;
    left: 0;
	right:0;
	top:25px;
	margin:auto;
    width: 20px;
    height: 20px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(-45deg);
}

@media screen and (max-width:1070px){
	footer .inner{
		flex-flow:column;
	}
	footer .inner .f_wrap2{
		text-align:left;
	}
}


.inner{
	width:100%;
	padding: 0 3%;
}

.btn01{
	background:#ffff07;
	position: relative;
	font-size: 2rem;
	font-weight: 900;
	text-align: center;
	display: block;
	padding: 20px;
	max-width: 350px;
	filter: drop-shadow(0rem 0.1rem 0rem rgb(0 0 0 / 10%));
}
.btn01:before{
	content: "";
	position: absolute;
	right: 20px;
	top: 0;
	bottom: 0;
	margin: auto;
    width: 20px;
    height: 2px;
    background: #000;
}
.btn01:after{
	content: "";
	position: absolute;
	right: 20px;
    top: 0;
	bottom: 0;
	margin: auto;
    width: 20px;
    height: 20px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.btn01 span:before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	background:#000;
	height:100%;
	width:0;
	transition:width .2s;
	z-index: -1;
}
.btn01:hover{
	color: #ffff07;
}
.btn01:hover.btn01 span:before{
	width:100%;
}
.btn01:hover.btn01:before{
	background:#ffff07
}
.btn01:hover.btn01:after{
	border-top: 2px solid #ffff07;
    border-right: 2px solid #ffff07;
}
@media screen and (max-width:1070px){
	header{
		padding:0 8px;
		position: fixed;
        z-index: 10;
	}
	header .pcnav{
		display:none;
	}
	.hamburger{
		display:block;
	}
	header h1 a{
		height:	60px;
		display: flex;
		align-items: center;
	}
}
/*---------------------------------------------------*/

#Mv{
	width: 100%;
	height: auto;
	overflow:hidden;
	padding: 0 0 50px;
}
#Mv .mvgb{
	/*background:#000;*/
	background: linear-gradient(to bottom, #000135, #000000);
}
#Mv .swiper-wrapper{
}
.mvSwiper {
	/*width: 95%;*/
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	height: 650px;
	overflow: visible !important;
}
.mvSwiper ul li,
.mvSwiper ul li a{
	position: relative;
	height:650px;
	width: 100%;
	background-size: cover !important;
	background-position: top center !important;
}
.mvSwiper ul li span{
	position:absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	font-weight: 900;
	font-size: 3.5rem;
	width: 100%;
	background: linear-gradient(to top,rgba(0,0,0,.6) 20%,rgba(0,0,0,.1) 100%);
    padding: 20px;
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter:blur(5px);
}
.mvSwiper ul li a{
	position: relative;
	display:block;
	width: 100%;
	height: 100%;
}
.mvSwiper ul li a:hover{
	filter: brightness(1.1)
}

.mvSwiper ul li a:before{
	content: "";
	position: absolute;
	right: 20px;
    bottom: 112px;
    width: 30px;
    height: 6px;
    background: #ffff07;
	-webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.mvSwiper ul li a:after{
	content: "";
	position: absolute;
	right: 20px;
    bottom: 100px;
    width: 30px;
    height: 30px;
    border-top: 6px solid #ffff07;
    border-right: 6px solid #ffff07;
}


.swiper-button-next, .swiper-container-rtl .swiper-button-prev,
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
	background: none !important;
}
.swiper-pagination{
	text-align:right !important;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
	bottom: -30px !important;
}

.swiper-pagination-bullet{
	background: #ddd !important;
	opacity: 1 !important;
}
.swiper-pagination-bullet-active{
	background: #fc20a2 !important;
}

@media screen and (max-width:1070px){
	#Mv {
    	margin:0;
	}
	.mvSwiper,
	.mvSwiper ul li,
	.mvSwiper ul li a{
		height:75vh;
		min-height: 550px;
	}
	.mvSwiper ul li span{
		font-size: 5vw;
	}
}

#Top_info{
	padding: 50px 0;
}
.t_info {
}
.t_info .inner {
}
.t_info .inner h2 {
}
.t_info .inner .fl_block {
	display: flex;
	flex-wrap: wrap;
}
.t_info .inner .fl_block li {
	width: calc(100% / 4);
	padding: 0 0 25px 0;
}
#Top_info .inner .fl_block li:nth-child(even){
	/*margin-top: 25px;*/
}
.t_info .inner .fl_block li a {
	position: relative;
	display: block;
}
.t_info .inner .fl_block li a img {
	width: 100%;
	height: auto;
}
.t_info .inner .fl_block li div{
	padding:10px 5px;
}
.t_info .inner .fl_block li .infocat {
	position: absolute;
    left: 0;
    bottom: 0;
    background: rgb(255 0 162 / 90%);
    color: #fff;
    font-size: 1.2rem;
    width: 110px;
    height: 50px;
    border-radius: 0 25px;
    text-align: center;
    display:flex;
    justify-content:center;
    align-items:center
}
.t_info .inner .fl_block li .infocat span{
	padding:0 2px
}
.t_info .inner .fl_block li .infodate {
	color: #acacb3;
}
.t_info .inner .fl_block li h3 a{
	font-size: 2rem;
	padding: 5px 0;
	display: block;
}
.t_info .inner .fl_block li h3 a:hover{
	text-decoration:underline;
}
.t_info .inner .btn01 {
	margin: 0 0 25px auto
}

/*----*/
#Artist .t_info .inner .fl_block li .infocat,
#Artist_detail .t_info .inner .fl_block li .infocat{
	background: hsl(175deg 100% 45% / 90%);
	color: #000;
}
#Artist .t_info .inner .fl_block li h3 a{
	font-size: 2.8rem;
}
#Gallery .t_info .inner .fl_block li .infocat,
#Gallery_detail .t_info .inner .fl_block li .infocat{
	background: rgb(255 255 7 / 90%);
	color: #000;
}
/*----*/

.t_contwrap{
}
.t_contwrap .inner{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.t_contwrap .l_wrap{
	width: 50%;
	display: flex;
	flex-wrap: wrap;
}
.t_contwrap .l_wrap li{
	width: 50%;
	height: 650px;
}
.t_contwrap .l_wrap li h2{
}
.t_contwrap .l_wrap li a{
	height: 100%;
	color: #fff;
	display: flex;
	align-items: center;
	padding: 0 8%;
}
.t_contwrap .l_wrap li:nth-child(1) a{
	background:url("img/top/btn_about.jpg") center no-repeat;
	background-size: cover;
}
.t_contwrap .l_wrap li:nth-child(2) a{
	background:url("img/top/btn_artist.jpg") center no-repeat;
	background-size: cover;
}

.t_contwrap .r_wrap{
	width: 50%;
}
.t_contwrap .r_wrap h2{
	height: 70px;
	padding: 10px 15px ;
}
.t_contwrap .r_wrap ul{
	display: flex;
	flex-wrap: wrap;
}
.t_contwrap .r_wrap ul li{
	width: 50%;
	/*height: 215px;*/
	height: 250px;
}
.t_contwrap .r_wrap ul li:nth-child(1) a{
	background:url("img/top/btn_gaia.jpg") center no-repeat;
	background-size: cover;
}
.t_contwrap .r_wrap ul li:nth-child(2) a{
	background:url("img/top/btn_oneness.jpg?=2") center no-repeat;
	background-size: cover;
}
.t_contwrap .r_wrap ul li:nth-child(3) a{
	background:url("img/top/btn_posi.jpg") center no-repeat;
	background-size: cover;
}
.t_contwrap .r_wrap ul li:nth-child(4) a{
	background:url("img/top/astropolitan.png") center no-repeat;
	background-size: cover;
}
.t_contwrap .r_wrap ul li:nth-child(5) a{
	background:url("img/top/btn_dmt.jpg") center no-repeat;
	background-size: cover;
}
.t_contwrap .r_wrap ul li a{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
    height: 100%;
	padding: 10px 8%;
	text-align: center;
	font-size: 3.8rem;
	font-weight: 900;
	color: #fff;
}
.t_contwrap .r_wrap ul li a:before{
	content: "";
	position: absolute;
	right: 10px;
    bottom: 19px;
    width: 20px;
    height: 2px;
    background: #ffff07;
	-webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.t_contwrap .r_wrap ul li a:after{
	content: "";
	position: absolute;
	right: 10px;
    bottom: 10px;
    width: 20px;
    height: 20px;
    border-top: 2px solid #ffff07;
    border-right: 2px solid #ffff07;
}
.t_contwrap .r_wrap ul li a img{
	filter: drop-shadow(0 3px 3px rgba(0,0,0,.9));
}

#Festival{
	margin-top: -100px;
    padding-top: 100px;
}

@media screen and (max-width:1070px){
	#Top_info {
		padding: 50px 0;
	}
	.t_info .inner .fl_block li{
		width: calc(100% / 2);
	}
	.t_contwrap .l_wrap,
	.t_contwrap .r_wrap{
		width: 100%;
		padding: 25px 0;
	}
	.t_contwrap .l_wrap li{
		width:100%;
		height: 500px;
	}
	.t_contwrap .r_wrap ul li{
		width:100%;
		height: 400px;
	}
	.t_contwrap .r_wrap h2{
		height: auto;
		padding: 10px 0;
	}
	.t_info .inner .btn01{
		margin:0 auto;
	}
	.t_info .inner .fl_block li:nth-child(even){
		margin:0 !important;
	}
}

@media screen and (max-width:420px){
	.t_info .inner .fl_block li {
		width: 100%;
	}
}

.t_gallery{
	padding: 50px 0 0;
}
.t_gallery .inner{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.t_gallery .l_wrap,
.t_gallery .r_wrap{
	height: 500px;
	width: 50%;
    display: flex;
    flex-wrap: wrap;
}
.t_gallery .l_wrap li{
	width: 100%;
	height: 100%;
}
.t_gallery .l_wrap li a{
	display: block;
	position: relative;
	overflow: hidden;
	background:#ffff07; 
	height:100%;
	width: 100%;
	padding: 5% 8%;
}
.t_gallery .l_wrap li a:before{
	content:"";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: url("img/top/btn_gallery.png") no-repeat;
	background-position: 0% -20%;
	transition: background-position 2s;
	z-index: -1;
}
.t_gallery .l_wrap li a.aos-animate:before{
	background-position: 50% 40%;
}
.t_gallery .r_wrap{
	margin-top: 70px;
}
.t_gallery .r_wrap li{
	width: 100%;
	height: 50%;
}
.t_gallery .r_wrap li a{
	position: relative;
	display: flex;
    flex-wrap: wrap;
	align-items: center;
	width: 100%;
	height: 100%;
	padding: 8%;
	line-height:3rem;
}
.t_gallery .r_wrap li:nth-child(1) a{
	background: #5cd9c9;
}
.t_gallery .r_wrap li:nth-child(2) a{
	background: #ff00a2;
}
.t_gallery .r_wrap li a h2 span{
	font-size: 1.8rem;
}

.t_gallery .r_wrap li:nth-child(1) a:before{
	content: "";
	position: absolute;
	right: 10px;
    bottom: 19px;
    width: 20px;
    height: 2px;
    background: #ffff07;
	-webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.t_gallery .r_wrap li:nth-child(1) a:after{
	content: "";
	position: absolute;
	right: 10px;
    bottom: 10px;
    width: 20px;
    height: 20px;
    border-top: 2px solid #ffff07;
    border-right: 2px solid #ffff07;
}

@media screen and (max-width:1070px){
	.t_gallery .l_wrap,
	.t_gallery .r_wrap{
		width:100%;
	}
	.t_gallery .r_wrap li:nth-child(2) a h2{
		font-size: 3.8rem;
	}
	.t_gallery .r_wrap{
		margin-top: 0;
	}
}

.pagehead{
	padding:50px 3%;
}
#Information{
}

/*-----------------*/
.side_cat{
	display: flex;
    justify-content: space-between;
	margin: 0 0 50px;
}
.cp_ipselect {
	position: relative;
	text-align: center;
	width: 100%;
}
#Information .cp_ipselect:nth-child(1),
#Information_detail .cp_ipselect:nth-child(1){
	width: 60%;
}
#Information .cp_ipselect:nth-child(2),
#Information_detail .cp_ipselect:nth-child(2){
	width: 35%;
}
.cp_sl06 {
	position: relative;
	font-family: inherit;
	background-color: transparent;
	width: 100%;
	padding: 10px;
	border-radius: 0;
	border: none;
	border-bottom: 1px solid rgba(0,0,0, 0.3);
}
.cp_sl06:focus {
	outline: none;
	border-bottom: 1px solid rgba(0,0,0, 0);
}
.cp_ipselect .cp_sl06 {
	appearance: none;
	-webkit-appearance:none
}
.cp_ipselect select::-ms-expand {
	display: none;
}
.cp_ipselect:after {
	position: absolute;
	top: 18px;
	right: 10px;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid rgba(0, 0, 0, 0.3);
	pointer-events: none;
}
.cp_sl06_selectlabel {
	color: rgba(0,0,0, 0.5);
	font-size: 18px;
	font-weight: normal;
	position: absolute;
	pointer-events: none;
	left: 0;
	top: 10px;
	transition: 0.2s ease all;
}
.cp_sl06:focus ~ .cp_sl06_selectlabel, .cp_sl06:valid ~ .cp_sl06_selectlabel {
	color: #000;
	top: -20px;
	transition: 0.2s ease all;
	font-size: 14px;
}
.cp_sl06_selectbar {
	position: relative;
	display: block;
	width: 100%;
}
.cp_sl06_selectbar:before, .cp_sl06_selectbar:after {
	content: '';
	height: 2px;
	width: 0;
	bottom: 1px;
	position: absolute;
	background: #000;
	transition: 0.2s ease all;
}
.cp_sl06_selectbar:before {
	left: 50%;
}
.cp_sl06_selectbar:after {
	right: 50%;
}
.cp_sl06:focus ~ .cp_sl06_selectbar:before, .cp_sl06:focus ~ .cp_sl06_selectbar:after {
	width: 50%;
}
.cp_sl06_highlight {
	position: absolute;
	top: 25%;
	left: 0;
	pointer-events: none;
	opacity: 0.5;
}


/*-------------*/
.postwrap{
	max-width: 1000px;
	margin: 0 auto;
}
.postwrap h1{
	font-size: 3rem;
	padding:25px 0;
}
.postwrap h2,
.postwrap h3,
.postwrap h4,
.postwrap h5{
	font-family: 'Lato','Noto Sans JP',"游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
	font-size: 2rem;
	margin: 20px 0;
}
.postwrap p,
.postwrap div{
	margin: 20px 0;
}

.postwrap p iframe {
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 9;
}

.postwrap a{
	word-break: break-all;
}
.c_check {
    text-decoration: underline;
    padding-bottom: 5px;
    text-align: center;
}
.c_check span{
	vertical-align: middle;
}
.postwrap figure img{
	display: block;
	margin: 20px auto;
}
.postwrap a{
	text-decoration: underline;
}
.postwrap a:hover{
	text-decoration:none;
}
.postinfo{
	display: flex;
	align-items: center;
	font-size: 1.6rem;
}
.i_postcat{
	background: #ff00a2;
    color: #fff;
	padding: 5px 15px;
	border-radius: 0 20px;
}
.i_postdate{
	margin-left: 15px;
    color: #acacb3;
}
.postcont{
}

.postwrap .pagenav,
.ga_wrap .pagenav{
	margin:100px 0 0;
	padding:40px 0 90px;
	border-top:1px solid #acacac;
}

.postwrap .pagenav ul,
.ga_wrap .pagenav ul{
	display:flex;
	justify-content:space-between;
	margin:0 auto;
}
.postwrap .pagenav ul li,
.ga_wrap .pagenav ul li{
	width:33.33%;
	text-align: center;
}
.postwrap .pagenav ul li a,
.ga_wrap .pagenav ul li a{
	position: relative;
	display: block;
	height: 100%;
}
.postwrap .pagenav ul li .p_prev:before,
.postwrap .pagenav ul li .p_next:before,
.ga_wrap .pagenav ul li  .p_prev:before,
.ga_wrap .pagenav ul li  .p_next:before{
	content:"";
	position:absolute;
    left: calc(50% - 15px);
    top: 0;
    width: 20px;
    height: 20px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
}
.p_prev:before{
    transform: rotate(-135deg);
}
.p_next:before{
    transform: rotate(45deg);
}

.artist_head{
}
.artist_head img{
	width: 100%;
	height: auto;
}
.artist_info{
	background: #000;
	color: #fff;
	padding: 20px;
	margin-bottom: 50px;
}
.a_postcat{
	background: #00e8d4;
	color: #000;
	display: inline-block;
	padding: 4px 15px;
	border-radius: 0 12px;
}
.a_name{
	font-size: 3rem;
	padding: 10px 0
}
.a_credit{
	font-size: 1.2rem;
}
.artist_photo{
	display: flex;
	flex-wrap: wrap;
}
.artist_photo li{
	width: calc(100% / 3 - 1px);
	margin-top: 50px;
}

.lb-nav a.lb-next{
	background: url("img/common/arrow_r.png") 98% 48% no-repeat !important;
}
.lb-nav a.lb-prev{
	background: url("img/common/arrow_l.png") 3% 48% no-repeat !important;
}
.lb-data .lb-number{
	display: none !important;
}

@media screen and (max-width:1070px){
	.lb-outerContainer{
		margin:	15vh auto 0 !important;
	}
}

#Gallery_detail{
}
#Gallery_detail .i_postcat{
	background: #ffff07;
	padding: 5px 15px;
    color: #000;
	border-radius: 0 20px;
}
.gallery_wrap{
	display: flex;
	flex-wrap: wrap;
}
.gallery_wrap li{
	width: 25%;
	height: auto;
	padding: 1px;
}
.gallery_wrap li a img{
	width: 100%;
	height: auto;
}
.ga_wrap{
}
.ga_wrap h1{
	font-size: 3rem;
	padding:25px 0;
}


.blocks-gallery-grid{
	display: flex;
	flex-wrap: wrap;
}
.blocks-gallery-grid li{
	width: 25%;
	height: auto;
	padding: 1px;
}
.blocks-gallery-grid li a img{
	width: 100%;
	height: 23vw;
	object-fit: cover;
}

@media screen and (max-width:1070px){
	.gallery_wrap li{
		width: calc(100% / 3)
	}
	.blocks-gallery-grid li{
		width: calc(100% / 3)
	}
	.blocks-gallery-grid li a img{
		height: 31vw;
	}
}
/*-------------*/

#About{
}
.about_img{
	background:url("img/about/aboutimg.jpg") no-repeat;
	background-position: 50% 80%;
	background-size: cover;
	height: 400px;
	animation:aboutanim 3s forwards;
}
@keyframes aboutanim{
	0%{background-position: 50% 80%}
	100%{background-position: 50% 50%;}
}

.about_wrap{
	overflow:hidden;
}
.about_wrap h3{
	font-size:2.4rem;
	margin-bottom: 25px;
	line-height:1.8
}
.about_wrap p{
	margin-bottom: 25px;
	line-height: 2;
}
.about_wrap .pt1,
.about_wrap .pt2{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 100px 0;
}
.about_wrap .pt1 li:nth-child(1){	
	width: 45%;
	margin-left: 5%;
	padding: 30px 5%;
    background: rgba(255,255,255,.8);
}
.about_wrap .pt1 li:nth-child(2){
	width: 50%;
	padding: 0 0 0 20px;
	position: relative;
    z-index: -1;
}

.about_wrap .pt2{
	flex-direction: row-reverse;
}
.about_wrap .pt2 li:nth-child(1){	
	width: 45%;
	margin-right: 5%;
	padding:30px 5%;
	background: rgba(255,255,255,.8);
}
.about_wrap .pt2 li:nth-child(2){
	width: 50%;
	padding: 0 20px 0 0;
	position: relative;
    z-index: -1;
}
.about_wrap .pt1 .a_img img{
	transform: rotate(-5deg) scale(1.2);
}
.about_wrap .pt2 .a_img img{
	transform: rotate(5deg) scale(1.2);
}
.about_wrap .pt1 dl{
	display:flex;
}
.about_wrap .pt1 dt,
.about_wrap .pt1 dd{
	width:50%;
}
.about_wrap .pt1 dt{
	padding:10px 10px 10px 0;
}
.about_wrap .pt1 dd{
	padding:10px 0 10px 10px
}
.c_detail{
	display:flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.c_detail h3{
	font-size: 3rem;
	width:20%;
	padding: 20px 0;
}
.company-table{
	width:80%;
}
.company-table th{
	font-weight: 600;
	white-space: nowrap;
	border-bottom: 1px solid #E2E2E2;
    position: relative;
	text-align: left;
}
.company-table th::after{
 	content: "";
    display: block;
    border-bottom: 1px solid #151617;
    width: 25px;
    position: absolute;
    top: 74px;
}
.company-table td{
	border-bottom: solid 1px #e8e9f4;
	text-align: left;
    font-size: 15px;
    height: 75px;
    padding: 0 0 0 14px;
}

#Company_info{
	padding:50px 3% 0
}
#Company_info .btn01{
	width:300px;
	margin:0 auto;
}
#Company_info .btn01 span{
	font-size:1.2rem
}
#Company_info .btn01:before{
	right: 9px;
	top: auto;
	bottom: 21px;
	margin: auto;
    transform:rotate(-45deg)
}
#Company_info .btn01:after{
	right: 10px;
    top: auto;
	bottom: 11px;
    width: 20px;
    height: 20px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

@media screen and (max-width:1070px){
	.about_img{
		height: 200px;
	}
	.about_wrap{
		padding:0;
	}
	.about_wrap .pt1,
	.about_wrap .pt2{
		margin:50px 0 0 0;
	}
	.about_wrap .pt1 li:nth-child(1),
	.about_wrap .pt1 li:nth-child(2),
	.about_wrap .pt2 li:nth-child(1),
	.about_wrap .pt2 li:nth-child(2){
		width:100%;
		margin: 0;
		padding: 25px 3%;
	}
	.about_wrap li img{
		margin: 25px 0;
	}
	.c_detail{
		margin-top:100px;
	}
	.c_detail h3,
	.company-table{
		width:100%;
	}
}

/*-------------*/

#Contact table{
	width:100%;
	text-align:left;
	margin-top: 70px;
}
#Contact table th,
#Contact table td{
	width: 100%;
    display: block;
	padding: 5px 0;
    background: none;
}
#Contact table th{
}
#Contact table td{
}
#Contact table input[type="text"],
#Contact table input[type="email"],
#Contact table input[type="url"],
#Contact table input[type="tel"],
#Contact table textarea {
    border: none;
    padding: 10px;
    margin-bottom: 0.5em;
    width: 100%;
	background:#e8e9f4;
}
#Contact table textarea{
	min-height:200px
}
#Contact .requied{
	font-size: 1.1rem;
	background:#ffff07;
    color: #000;
    display: inline-block;
    padding: 2px 5px;
    margin-left: 5px;
    line-height: 1.2;
}
#Contact input[type="submit"]{
	display: block;
    margin: 50px auto 100px;
    max-width: 400px;
	width: 100%;
	height:70px;
    color: #fff;
    background: #000;
	border: none;
    transition: background .3s;
    cursor: pointer;
	font-weight:bold;
}
#Contact input[type="submit"]:hover{
	background:#ffff07;
	color:#000;
}
#Contact input[type="checkbox"], #Contact input[type="radio"]{
	height: 24px;
	width: 24px;
}

/*------------------------*/
.wp-pagenavi{
	font-family: 'Playfair Display SC';
	text-align: center;
	font-size: 2rem;
}
.wp-pagenavi span{
}

/*youtube------------------------------------*/
.wp-block-embed__wrapper {
  width: 100%;
  aspect-ratio: 16 / 9;
	padding: 1px;
}
.wp-block-embed__wrapper iframe {
  width: 100%;
  height: 100%;
}

/*-----*/
.grecaptcha-badge{
	display:none !important;
}