@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Murecho:wght@100..900&display=swap');

/*
Theme Name:   A&A オリジナルテーマ
Author:       bernese work
Author URI:   https://bernese.work/
Version:      1.0
*/

/* ----------------------------------------------------------------------
reset css
---------------------------------------------------------------------- */
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */

/* Reset box-model and set borders */
/* ============================================ */

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

/* 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 {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */

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

body {
  margin: 0;
}

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

main {
  display: block;
	position: relative;
}

/* 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;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */

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

/* Lists (definition) */
/* ============================================ */

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */

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

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

/**
 * 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;
  text-decoration: none;
  color: inherit;
}

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

abbr[title] {
  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;
}

/* Replaced content */
/* ============================================ */

/**
 * Prevent vertical alignment issues.
 */

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

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

/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */

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

/**
 * Correct cursors for clickable elements.
 */

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

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */

option {
  padding: 0;
}

/**
 * Reset to invisible
 */

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

legend {
  padding: 0;
}

/**
 * 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;
}

/**
 * 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. Fix font inheritance.
 */

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

/**
 * Fix appearance for Firefox
 */
[type="number"] {
  -moz-appearance: textfield;
  appearance: textfielld;
}

/**
 * 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]:focus {
  outline: auto;
}

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

/**
1. Correct table border color inheritance in all Chrome and Safari.
*/

table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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


/***********************
共通設定
***********************/

*{
    box-sizing: border-box;
}

body{
    font-size: clamp(0.875rem, 0.591rem + 1.42vw, 1.5rem);
    font-family:'Murecho', sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    box-sizing: content-box;
    line-height: 1.5;
    display: none;/*フェードイン用*/
}

main{
    width: 100%;
    padding: 5% 5% 10%;
    margin: 0;
    overflow: hidden;
}

section{
    width: 100%;
    max-width: 1200px;
    padding: 0 0 20%;
    margin: 0 auto;
    position: relative;/*背景用*/
}

ul{
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    margin: 0 auto;
}

li{
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
    padding: 0;
    margin: 0 auto;
}

li.BOX{
    padding: 1em 1em 1.2em 1em;
    margin: 0 auto 15%;
}

img{
    width: 100%;
    display: block;
}

a{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: 100%;
    height: auto;
    color: initial;
    text-decoration: none;
}

section > p{
    margin-bottom: 2em;
	background-color: rgba(255, 255, 255, .7);
    width: 100%;
    margin: 0 auto 5%;
    padding: .5em 1.5em;
}

.order2{
	position:relative;
}

.order2::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0%;
    width: 100%;
	margin: 0;
    height: 101%;
    background-color: rgba(235,235,235,1);
    transform: scalex(1);
    transition: 1s .35s cubic-bezier(.79,.17,.15,.96);
    z-index: 2;
    transform-origin: right;
}

.order2.show::before{
  transform: scalex(0);
}

@media screen and (min-width:768px) {
    main{
        padding: 0;
    }

    section{
        width: 90%;
    }

    li{
        width: 48%;
    }
    section > p{
      text-align: center;
		width: 90%;
    }
}

.fade-in{
    position: relative;
	transform: translate(0,-30px);
	opacity: 0;
	transition: all .5s ease;
}

.fade-in.visible{/*各要素をふわっと表示*/
	opacity: 1;
	transform: translate(0,0);
}

.BOX{/*立体エレメント*/
	border: 3px solid #000;
    background-color: #fff;
    position: relative;
    z-index: 1;
	transition: all .5s ease;
}

span.BOX{
    display: inline-block;/*ブロック要素はそれぞれの設定で*/
}

.BOX::before,
.BOX::after {
    position: absolute;
    content: '';
    box-sizing: content-box;
    transition: all 1s ease;
}

.BOX::before{
  top: 0;
  right: -.1rem;
  width: 0;
    height: 100%;
    border: solid #000;
    border-width: 2px 3px 4px 0px;
    transform: skewY(-45deg);
    z-index: 0;
    opacity: 0;
}

.BOX::after{
  top: 0;
    left: -.5rem;
    width: 100%;
    height: 0;
    border: solid #000;
    border-width: 3px 2px 0px 3px;
    transform: skewX(-45deg);
    z-index: 0;
    opacity: 0;
}

.BOX.visible::before,
a.BOX::before,
#page-top.BOX::before,
#Header__burger__toggle.BOX::before{
  opacity: 1;
  width: .5rem;
    top: -.55rem;
    right: -.85rem;
    background-color: #fff;
    
}

.BOX.visible::after,
a.BOX::after,
#page-top.BOX::after,
#Header__burger__toggle.BOX::after{
    opacity: 1;
    height: .5rem;
    top: -.85rem;
    left: .15rem;
    background-color: #fff;
}

img.BOX{
	border: none;
	background-color: transparent;
	transform: translate(10%,0);
}

img.BOX::before,
img.BOX::after{
	display: none;
}

img.BOX.show{
	opacity: .5;
}

.logos{
  padding: .3rem .5rem;
}

a .link-icon{
  filter: invert(100%);/*基本反転の白にする*/
  display: inline-block;
  width: 1.2rem;
  margin-bottom: 0!important;/*imgのmarginを初期化*/
  margin-left: .5em;
}

a:hover .link-icon{
  filter: initial;
}
/***********************
見出し
***********************/
h1{
    width: 100%;
    max-width: 600px;
    font-size: 1.7em;
    text-shadow: .3rem -.3rem #ffea00, .2rem -.1rem #ffea00, .3rem -.1rem #ffea00;
}

h1 span{
  opacity: 0;
  display: block;
  width: fit-content;
  padding: .05em .5em;
  margin-bottom: .7em;
  font-weight: 800;
}

h1 span.is-animated {
  animation: zoomIn 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
  opacity: 1;
	transform: initial;
}

@keyframes zoomIn {
  0% {
    transform: translate(0, 100%) scale(0.3);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateY(0, 0) scale(1);
  }
}


@media screen and (min-width: 768px) {
  h1{
	  width: 50%;
	  max-width: initial;
	  font-size: clamp(.9rem, calc(0.75rem + 3vw), 3.2vw);
  }
	h1 span{
		margin-bottom: .8em;
	}
}

h2{
	width: 100%;
	max-width: 1200px;
	text-align: center;
	font-size: 1.8em;
	color: #000;
	/*text-shadow: 0 0 .2em rgba(0,0,0,.7);*/
	font-weight: 900;
	font-style: italic;
	line-height: 1.3;
	padding: .5em 0 1em;
	margin: 0 auto 2em;
	transition: all 1s ease;
	position: relative;
	background: linear-gradient(105deg, rgba(130, 255, 255, 1.000) 0.000%, rgba(74, 180, 255, 1.000) 38%, rgba(218, 217, 154, 1.000) 45%, rgba(218, 217, 154, 1.000) 50.000%, rgba(255, 145, 37, 1.000) 66.667%, rgba(167, 0, 223, 1.000) 83.333%, rgba(71, 0, 115, 1.000) 100.000%);
	-webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0,0,0,.1);
}

h2.pc_only{
	display: none;
}

h2.sp_only{
	display: block;
}

h2 span{
	display: block;
	font-size: .75em;
    font-weight: 600;
	text-shadow: initial;
	margin: 1em 0;
	-webkit-background-clip: text;
  -webkit-text-fill-color: #000;
}

h2::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0%;
    width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
    height: 101%;
    background-color: rgba(235,235,235,1);
    transform: scalex(1);
    transition: 1s .35s cubic-bezier(.79,.17,.15,.96);
    z-index: 2;
    transform-origin: right;
}

h2::after{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
  height: 0;
	/*background-image: url('../img/builds.png');*/
  background-position: bottom center;
  background-size: cover;
  background-repeat: repeat-x;
  z-index: -1;
  transition: all 2s 1s ease;
	opacity: .4;
}

h2.show::before{
  transform: scalex(0);
}

h2.show::after{
  height: 100%;
}


@media screen and (min-width: 768px) {
	h2{
		font-size: clamp(1.1rem, calc(0.75rem + 3vw), 5vw);
		padding: 1em .5em;
		margin: .7em auto 2em;
	}
	
	h2::after{
		background-size: 50%;
	}
	
	h2.pc_only{
		display: block;
	}
	
	h2.sp_only{
		display: none;
	}
	
	h2 span{
		padding: .5em;
		margin: 1em;
	}
}

h3{
    width: fit-content;
    font-size: 1.5em;
    font-weight: 900;
	font-style: italic;
    padding: .5rem 1.5rem .5rem 1rem;
    margin: 0 auto 1.5rem;
    text-shadow: .3rem -.3rem #ffea00, .2rem -.1rem #ffea00, .3rem -.1rem #ffea00;
}

h4{
  font-size: 1.7em;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 1em;
  text-align: center;
}

h5{
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: .5em;
}

/***********************
背景
***********************/
section:nth-of-type(odd)::before{
  position: absolute;
  content: '';
  top: 0;
  left: -5%;
  width: calc(100% + 10%);
  height: 100%;
  background-image: url('../img/back-1.png');
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -5;
}

/*section:nth-of-type(odd)::after{
  position: absolute;
  content: '';
  bottom: -50px;
  left: -20px;
  width: 40%;
  aspect-ratio: 4/3;
  background-image: url('../img/back-3.png');
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 0;
  opacity: .7;
}*/

section:nth-of-type(even)::before{
  position: absolute;
  content: '';
  top: 0;
  left: -5%;
  width: calc(100% + 10%);
  height: 100%;
  background-image: url('../img/back-2.png');
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -5;
}

/*section:nth-of-type(even)::after{
  position: absolute;
  content: '';
  bottom: -50px;
  right: -20px;
  width: 40%;
  aspect-ratio: 4/3;
  background-image: url('../img/back-4.png');
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 0;
  opacity: .7;
}*/

.illust-0{
	position: absolute;
    top: -25%;
    right: -8%;
    width: 70%;
    min-width: 350px;
    aspect-ratio: 4 / 3;
    object-fit: contain;
    z-index: -1;
	opacity: 0;
	transform: translate(-50px,0);
}

.illust-0.fade-in.visible{
	opacity: .5;
}

@media screen and (min-width: 768px) {
	.illust-0{
		top: -18%;
	}
}

.illust-1{
	position: absolute;
	top: 2%;
	left: -8%;
	width: 40%;
	min-width: 300px;
	aspect-ratio: 4/3;
	object-fit: contain;
	z-index: -1;
	opacity: 0;
	transform: translate(-50px,0);
}

.illust-2{
	position: absolute;
	top: 90%;
	right: -8%;
	width: 40%;
	min-width: 300px;
	aspect-ratio: 4/3;
	object-fit: contain;
	z-index: -1;
	opacity: 0;
	transform: translate(50px,0);
}

.illust-3{
	position: absolute;
	top: 5%;
	left: -8%;
	width: 40%;
	min-width: 300px;
	aspect-ratio: 4/3;
	object-fit: contain;
	z-index: -1;
	opacity: 0;
	transform: translate(-50px,0);
}

.illust-4{
	position: absolute;
	bottom: 50px;
	right: -8%;
	width: 40%;
	min-width: 300px;
	aspect-ratio: 4/3;
	object-fit: contain;
	z-index: -1;
	opacity: 0;
	transform: translate(50px,0);
}

.illust-5{
	position: absolute;
	top: 5%;
	left: -8%;
	width: 40%;
	min-width: 300px;
	aspect-ratio: 4/3;
	object-fit: contain;
	z-index: -1;
	opacity: 0;
	transform: translate(-50px,0);
}

.illust-6{
	position: absolute;
	top: 92%;
	right: -8%;
	width: 40%;
	min-width: 300px;
	aspect-ratio: 4/3;
	object-fit: contain;
	z-index: -1;
	opacity: 0;
	transform: translate(50px,0);
}

.illust-7{
	position: absolute;
	top: 5%;
	left: -15%;
	width: 40%;
	min-width: 300px;
	aspect-ratio: 4/3;
	object-fit: contain;
	z-index: -1;
	opacity: 0;
	transform: translate(-50px,0);
}

.illust-8{
	position: absolute;
	top: 90%;
	left: -8%;
	width: 40%;
	min-width: 300px;
	aspect-ratio: 4/3;
	object-fit: contain;
	z-index: -1;
	opacity: 0;
	transform: translate(-50px,0);
}

.illust-1.show,
.illust-2.show,
.illust-3.show,
.illust-4.show,
.illust-5.show,
.illust-6.show,
.illust-7.show,
.illust-8.show{
	opacity: .5;
}
/***********************
メニュー
***********************/
.header {
	width: 100%;
	height: 60px;
	padding: 0 5%;
	position: fixed;
  top: 0;
  left: 0;
  right: 0;
	/*background: linear-gradient(
        rgba(111, 49, 255,.5) 30%, rgba(0, 26, 77, .5)) no-repeat;*/
	background: 
        transparent;
	display: flex;
	justify-content: space-between;
  align-items: center;
  z-index: 100;
	transition: all .5s ease;
}

header.hide {
  transform:translateY(-70px);
}

header > div{
  display: flex;
	width: 40px;
}
/* ハンバーガーメニュー */
.Header__overlay {
    width: 100%;
    height: 100vh;
    position: fixed;
    right: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 190;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease-in;
  }
  
  .Header__overlay.show {
    opacity: 1;
    visibility: visible;
  }
  
  .Header__burger ul {
    width: 70%;
      max-width: 400px;
    height: auto;
    right: 0;
    top: -110vh;
    position: fixed;
    padding: 50px 0;
    transition: all 0.2s ease;
    z-index: 199;
      background: #fff;
  }
  
  .Header__burger ul li {
    width: 85%;
    height: auto;
      text-align: center;
    margin: 0 auto;
      padding: 10px 0;
    border-bottom: 1px dotted #bab8b5;
  }
  
  .Header__burger ul li a {
    color: #000;
      font-weight: 600;
    font-size: 1.5rem;
      line-height: 1.5;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  
  .Header__burger ul li a span {
    font-size: 0.8rem;
    width: 100%;
    display: inline-block;
    text-align: center;
  }
  
  .Header__burger.show ul {
    top: 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
  }
  
  .Header__burger__toggle {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  
  .Header__burger__toggle span,
  .Header__burger__toggle span::before,
  .Header__burger__toggle span::after {
    position: absolute;
    content: "";
    display: block;
    height: 3px;
    width: 20px;
    pointer-events: none;
    background-color: #000;
    transition: all 0.5s ease;
    border-radius: 5px;
  }
  
  .Header__burger__toggle span::before {
    bottom: 9px;
  }
  
  .Header__burger__toggle span::after {
    top: 9px;
  }
  
  .show .Header__burger__toggle { /*閉じるアイコン*/
    position: absolute;
    z-index: 200;
    top: 10px;
    right: 5%;
  }

  .show .Header__burger__toggle span {
    background-color: transparent;
  }

  .show .Header__burger__toggle span::before {
    bottom: 0;
    transform: rotate(45deg);
    background-color: #000;
  }

  .show .Header__burger__toggle span::after {
    top: 0;
    transform: rotate(-45deg);
    background-color: #000;
  }

  @media screen and (min-width: 768px) {
    header > div{
      width: 50px;
    }
    .show .Header__burger__toggle {
      top: 5px;
    }
    .Header__burger__toggle {
      width: 50px;
      height: 50px;
    }
    .Header__burger__toggle span,
    .Header__burger__toggle span::before,
    .Header__burger__toggle span::after {
      width: 30px;
    }
  }


/***********************
MV
***********************/
.MV{
	max-width: 1920px;
	width:  100%;
	max-height: 700px;
	margin: 0 auto;
	aspect-ratio: 1/1.5;
	background-image: url('../img/MV-sp.png');
	background-repeat: no-repeat;
	background-size: 110% 50%;
	background-position: center bottom;
	padding: 3%;
	position: relative;
}

@media screen and (min-width: 768px) {
  .MV{
	  aspect-ratio: 2/1;
	  max-height: initial;
	  background-image: url('../img/MV-pc.png');
	  background-size: cover;
	  background-position: center center;
  }
}

.MV .color{
    position: absolute;
    top: 0;
    width: 25%;
    height: 100%;
	
}

.MV .color.a{
    left: 0;
    background-color: rgba(116,237,247,.5);
    mix-blend-mode:overlay;
	transform: scalex(0);
	transform-origin: left;
	transition: 1s .35s cubic-bezier(.79,.17,.15,.96);
}

.MV .color.b{
    left: 25%;
    background-color: rgba(9,137,216,.5);
    mix-blend-mode:hue;
	transform: scalex(0);
	transform-origin: left;
	transition: 1s .45s cubic-bezier(.79,.17,.15,.96);
}

.MV .color.c{
    left: 50%;
    background-color: rgba(214,86,0,.6);
    mix-blend-mode:color-burn;
	transform: scalex(0);
	transform-origin: left;
	transition: 1s .55s cubic-bezier(.79,.17,.15,.96);
}

.MV .color.d{
    left: 75%;
    background-color: rgba(51,30,114,.7);
    mix-blend-mode:color-burn;
	transform: scalex(0);
	transform-origin: left;
	transition: 1s .65s cubic-bezier(.79,.17,.15,.96);
}

.MV .color.a.show,
.MV .color.b.show,
.MV .color.c.show,
.MV .color.d.show{
	transform: scalex(1);
}

.MV .logos{
    width: 30%;
    height: auto;
    aspect-ratio: 2/1;
    display: inline-block;
    padding: 2% 3%;
}

.MV-img{
  position: absolute;
  z-index: 2;
}

.MV-img span{
  position: absolute;
  top: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: .6em;
  display: block;
  line-height: 1.2;
  text-shadow: 0 .1em .1em rgba(0, 0, 0, .8);
  white-space: nowrap;
}

.MV-img.a{
  width: 38%;
  top: 52%;
  left: 5%;
}

.MV-img.b{
  width: 43%;
  top: 44%;
  left: 50%;
}

.MV-img.c{
  width: 42%;
  top: 76%;
  left: 10%;
}

.MV-img.d{
  width: 35%;
  top: 73%;
  left: 60%;
}

@media screen and (min-width: 768px) {
	.MV-img.a{
		width: 20%;
		top: 5%;
		left: 50%;
	}
	.MV-img.b{
		width: 18%;
		top: 21%;
		left: 75%;
	}
	.MV-img.c{
		width: 22%;
		min-width: 90px;
		top: 50%;
		left: 36%;
	}
	.MV-img.d{
		width: 25%;
		top: 55%;
		left: 65%;
	}

}
/***********************
２会場
***********************/
#places ul{
  align-items: initial;/*ココだけ初期化*/
}

#places ul li{
  justify-content: space-evenly;
}


/*タブ*/
.tab-list {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0 auto .8rem;
}

.tab-list-item {
    text-align: center;
    width: 120px;
    display: inline-block;
    font-weight: 600;
    font-size: 0.9rem;
    cursor: pointer;
    transition: all .2s ease-in-out;
    position: relative;
    z-index: 20;
}

/*タブのロゴ*/
#places .logos{
  transition: all .3s ease;
}

#places .logos:hover,
.tab-list-item.active span{
    background-color: #000;
}

/*ロゴの色変化*/
#places .logos img.white{
  display: none;
}

#places .logos:hover img.black,
#places .tab-list-item.active span img.black{
  display: none;
}

#places .logos:hover img.white,
#places .tab-list-item.active span img.white{
  display: block;
}

/*ロゴの高さ変化*/
.tab-list-item span{
  height: 100%;
  transition: all .3s ease;
}

.tab-list-item.active span{
    height: 130%;
}

@media screen and (min-width: 680px){
    .tab-list{
        width: auto;
        max-width: 800px;
        margin: 0 auto 1rem;
        justify-content: flex-start;
    }

}

/* タブ下のコンテンツ */
.tab-contents-item {
	display: none;
	height: 0;
}

.tab-contents-item.show {
	animation: panel-show .9s ease-in-out;
	display: block;
  padding: 1.2em 1.2em 2.2em 1.2em;
	height: auto;
}

/* タブ切り替えをふわっと */
@keyframes panel-show{
	from{
		opacity: 0;
	}
	
	to{
		opacity: 1;
	}
}

@media screen and (min-width: 768px){
  #places li.display-contents{
	  display: flex;
	  width: 100%;
  }
}

/*各要素 order*/
@media screen and (min-width: 768px){
	#places li.display-contents .order1{
	width: 50%;
	}
	
	#places li.order2{
		margin-bottom: .5em;
		width: 100%;
		padding: .5rem;
		background-color: #5f5f5f;
	}
	#places li.order2 a{
		margin-bottom: .5rem;
	}
	
	#places li.order2 span{
		color: #bbb;
		font-size: .7em;
	}
	
	#places li.display-contents .order3{
		width: 40%;/* dl 用に指定*/
		margin: 1.5em auto 3em;
	}
}

@media screen and (max-width: 767px){
  #places li.display-contents{
    display: contents;
  }
  #places li.display-contents .order1{
    order: 1;
    width: 100%;
	  margin-bottom: 1em;
  }
  #places li.order2{
    order: 2;
    width: 100%;
	  padding: .5rem;
	  background-color: #5f5f5f;
	  margin-bottom: 1rem;
  }
	#places li.order2 a{
		margin-bottom: .5rem;
	}
	
	#places li.order2 span{
		color: #bbb;
		font-size: .7em;
	}
	
  #places li.display-contents .order3{
    order: 3;
    width: 90%;
	  margin: 0 auto;
  }
}

#places li > a:nth-of-type(1){
    width: 100%;
}

#places li > a:nth-of-type(2){
    width: 40%;
}

#places li > a:nth-of-type(3){
    width: 57%;
}

#places li > a:nth-of-type(4){
    width: 30%;
}

#places li > a:nth-of-type(5){
    width: 33%;
}

#places li > a:nth-of-type(6){
    width: 33%;
}

/*ボタン*/
#places li a:last-of-type{
    width: fit-content;
    padding: .3rem 1rem;
    background-color: #000;
    color: #fff;
    font-weight: 600;
    transition: all .3s ease;
	margin-top: 2em;
}

#places li a:last-of-type:hover{
    padding: .3rem 1rem;
    background-color: #fff;
    color: #000;
}

/*表*/
#places li dl{
  width: 100%;
  display: flex;
  flex-direction: row;
}

#places li dl dt{
    width: 48%;
    text-align: right;
    margin-right: 2%;
}

#places li dl dd{
  width: 50%;
  text-align: left;
}

#places li dl dt,
#places li dl dd{
  border-bottom: 1px dotted #000;
  padding: .5rem;
  font-size: .9rem;
  line-height: 1.2;
}

/***********************
好立地
***********************/
.access li{
  width: 100%;
  position: relative;
  padding-left: 1.5rem;
  justify-content: flex-start;
}

.access li::before{
  content: '●';
  width: 1rem;
  position: absolute;
  left: 0;
  top: .1rem;
}

#access ul li p{
	width: 100%;
}

#access ul li span{
  display: inline-block;
  width: 100%;
	text-align: center;
	font-size: 1.2em;
	font-weight: 600;
}

#access li iframe{
  width: 100%;
  aspect-ratio: 1/1;
}

#access li{
  justify-content: flex-start;
}

#access li:nth-of-type(odd).BOX{
  margin: 0 auto 5%;
}

/***********************
各設備
***********************/
section#details > p{
  margin-bottom: 4em;
}

#details li a{
    padding: 1em .5em;
    background-color: #000;
    color: #fff;
    font-weight: 600;
    transition: all .3s ease;
}

#details li a:hover{
    background-color: #fff;
    color: #000;
}

#details li a h4,
#details li p{
  width: 100%;
  text-align: center;
}

#details li a .logos{
  width: 150px;
  margin: 1em auto;
  display: block;/*幅いっぱいに*/
}

#details li a img.black{
  display: block;
}

#details li a:hover img.black{
  display: none;
}

#details li a:hover span{
  background-color: #000;
}

#details li a img.white{
  display: none;
}

#details li a:hover img.white{
  display: block;
}

/***********************
こんな使い方
***********************/
section#examples > p,
section#experiences > p{
  margin-bottom: 6em;
}

#examples ul li,
#experiences ul li{
    align-items: center;
}

#experiences ul li{
	margin-bottom: 25%;
}

#examples ul li span,
#experiences ul li span{
    width: fit-content;
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    background-color: #000;
    color: #fff;
    padding: .2rem 1rem;
    display: inline-block;
    white-space: nowrap;
    line-height: 1.3;
    text-align: center;
}

#examples ul li img{
    margin-bottom: 1rem;
}

#examples ul li p,
#experiences ul li p{
  margin-bottom: 1em;
  font-size: .8em;
}

.details{
    width: 100%;
}

.details dl{
    width: 100%;
    font-size: .6em;
    line-height: 1.2;
    display: flex;
}

.details dt{
    float: left;
    width: 28%;
    padding: .5em 0;
    text-align: right;
    display: block;
    border-bottom: 1px dotted #000;
}

.details dd{
    float: right;
    width: 68%;
    padding: .5em 0;
    margin-left: 4%;
    text-align: left;
    display: block;
    font-weight: 600;
    border-bottom: 1px dotted #000;
}

/*ボタン*/
#examples .btn,
#experiences .btn{
  width: 100%;
  margin-top: 1em;
  text-align: center;
}

#examples li a,
#experiences li a{
    width: fit-content;
    padding: .3rem 1rem;
    background-color: #000;
    color: #fff;
    font-weight: 600;
    transition: all .3s ease;
}

#examples li a:hover,
#experiences li a:hover{
    padding: .3rem 1rem;
    background-color: #fff;
    color: #000;
}

/*@media screen and (min-width: 900px) {
    #examples ul li .order2,
    #experiences ul li .order2{
        width: 48%;
        margin-bottom: initial;
    }

    #examples ul li p,
    #experiences ul li p{
      width: 48%;
    }

    #examples ul li .details,
    #experiences ul li .details{
        width: 50%;
    }
}*/

/***********************
問い合わせフォーム
***********************/
.form{
	padding: 7% 5% 10%;
}

.form form > p{
	margin-bottom: 1rem;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: flex-start;
}

input,
select,
textarea{
	border: 1px solid;
	background-color: #fff;
	padding: .2rem .5rem;
	width: 100%;
}

input::placeholder{
	color: #ddd;
}

/*項目名*/
label.name{
	display: inline-block;
	margin-bottom: .3rem;
	width: 100%;
}

/*必須&任意*/
label.name small{
	color: #aaa;
	font-size: .7em;
	display: inline-block;
	margin-left: .5em;
}

@media screen and (min-width: 680px){
	.form form > p{
		margin-bottom: 1.5rem;
	}
	label.name{
		width: 29%;
		margin-right: 1%;
	}
	.wpcf7-form-control-wrap{
		width: 70%;
	}
}

/*プルダウン*/
form > p:nth-of-type(3) .wpcf7-form-control-wrap{
    position: relative;
}

form > p:nth-of-type(3) .wpcf7-form-control-wrap::before{
	content: "";
	position: absolute;
	top: 55%;
	right: .4em;
	transform: translatey(-50%);
	border-right: .5em solid transparent;
	border-left: .5em solid transparent;
	border-top: .8em solid #555;
	border-bottom: 0;
}

select{
	padding: .2rem 2rem .2rem .5rem;
}

@media screen and (min-width: 680px){
	form > p:nth-of-type(3) .wpcf7-form-control-wrap{
		width: initial;
	}
	form > p:nth-of-type(3) .wpcf7-form-control-wrap::before{
		right: .5rem;
	}
	select{
		padding: .2rem 2.5rem .2rem .5rem;
	}
}

/*プルダウンここまで*/

/*ラジオボタン*/
input[type=radio]{
	width: 1.5rem;
	height: 1.5rem;
	border-radius: 50%;
	border-color: #bbb;
	line-height: 1.5;
}

input[type=radio]:checked{
	background-color: #000;
}

.wpcf7-list-item{
	margin: 0 0 .5rem 0;
}

.wpcf7-list-item-label{
	margin: 0 1rem 0 .3rem;
}
/*ラジオボタンここまで*/

/*ファイル添付*/
form > p:nth-of-type(6) input{
	border: none;
}

/*送信*/
input[type=submit]{
	width: fit-content;
	padding: .8rem 3rem;
	text-align: center;
	background-color: #000;
	color: #fff;
	transition: all .2s ease;
}

input[type=submit]:hover{
	background-color: #ffea00;
	color: #000;
}
/***********************
Footer
***********************/
footer{
  padding: 1rem 0;
}

footer ul li{
  width: fit-content;
}

footer ul li a{
  font-size: .9rem;
  padding: 1rem 0;
}

.footer-info{
  text-align: center;
}

#page-top{
  position: fixed;
  bottom: 80px;
  right: 20px;
  z-index: 99;
}

#page-top a{
  width: 40px;
  height: 40px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 1s ease;
  background-color: #fff;
}
  
#page-top a img{
  width: 40%;
}