@charset "utf-8";
body {
  background: url("./bg.gif"), url(./noise.svg), rgba(160, 234, 245, 1);
  background-size: 80px, 10%, 100%;
  height: 100%;
  min-height: 100vh;
  position: relative;
}
section {
  padding-bottom: 6em;
  margin: 0em auto 0em;
  width: 100%
}
section:last-child {
  margin-bottom: 0
}
.container {
  width: calc(100% - 1.25em);
  margin-left: auto;
  margin-right: auto;
  padding: var(--space)
}
.note {
  padding: 1.3rem;
  border-radius: 10px;
  font-size: .95rem
}
a {
  transition: color 0.3s
}
a:link {
  color: var(--gray2)
}
a:visited {
  color: var(--gray)
}
a:hover {
  color: var(--accent)
}
span a {
  display: inline-block;
  padding: .5rem 1rem;
  width: 100%
}
#footer {
  background: var(--text);
  color: #FFF;
  text-align: center;
  font-size: 12px;
  line-height: 1.5;
  position: absolute;
  bottom: 0;
  width: 100%;
}
#footer a:link, #footer a:visited {
  color: var(--title)
}
#footer a:hover {
  color: var(--primary-light)
}
#header a:link, #header a:visited {
  color: var(--primary)
}
#header a:hover {
  color: var(--title)
}
.wrap_main {
  width: 100%
}
.flex-center {
  align-items: center;
  -ms-align-items: center;
  justify-content: center;
  margin-bottom: 1rem
}
/*共通ここまで*/
/*無限スクロール*/
[data-anime-trigger] > * {
  display: block;
  opacity: 0;
  transform: translateY(50px);
  transition-property: transform, opacity;
  transition-duration: 0.4s;
  transition-timing-function: ease;
}
.-visible[data-anime-trigger] > * {
  opacity: 1;
  transform: translateY(0);
  transition-property: transform, opacity;
  transition-duration: 0.4s;
  transition-timing-function: ease;
}
/*無限スクロールここまで*/
/* clearfix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}
/* ---- grid ---- */
.grid {
  margin: 0;
  width: 100%;
  height: 100vh;
}
/* clearfix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

.grid-item-in {
	position: relative;
}
.kao {
	position: relative;
	background: url("./kao2.png") no-repeat -88px -16px #f7f3ea !important;
}
.grid-item p b {
  font-size: 2em;
  color: #38abdb;
  padding-right: 3px;
  margin-bottom: 0px !important;
}
/*.grid-item-in img{
	width:40px;height:40px;
	position: absolute;
	left:0%;
	top:-10px;
	margin-left:-10px;
}
.grid-item p::first-letter {
  font-size: 2.7em;
  color: #38abdb;
  float: left;
  padding-right: 3px;
  margin-bottom: 0px !important;
}
.grid-item p {
  clear: both;
  margin-bottom: 10px;
  font-weight: 600;
}*/
.grid-sizer, .grid-item {
  width: calc(100% / 4 - 15px);
}
.grid-item {
  float: left;
  margin-bottom: 15px;
}
.grid-item-in {
  background: #f7f3ea;
  border-radius: 15px;
  padding: 2em 3em;
  font-size: 1.2em;
  letter-spacing: 0.3px;
  box-shadow: 0 5px 10px 0 rgba(120, 130, 140, .4);
}
.prof {
  display: block;
  font-size: 13px !important;
  color: #888;
  text-align: right;
  margin-bottom: 15px;
}
.audio-button {
  width: 100%;
  color: #fff;
  border-radius: 60px;
  letter-spacing: 2px;
  padding: 10px;
  font-size: 14px;
  background: rgb(85, 132, 176);
  background: linear-gradient(75deg, rgba(85, 132, 176, 1) 0%, rgba(37, 78, 122, 1) 100%);
  border: none;
  cursor: pointer;
  font-family: "M PLUS 1", sans-serif;
  font-weight: 600;
  /*border-bottom: 2px solid #333;
	border-right: 2px solid #333;*/
}
.audio-button.playing {
  background: #38abdb; /* 再生中の背景色（例: 緑） */
  color: #fff;
}
/*1stview*/
.mv {
  /*background: var(--base);*/
  background: url("./mv_bg.png") no-repeat center top, rgba(255, 255, 255, 1);
  background-size: 100%, 100%;
  border-radius: 15px;
  padding: 2em 3em;
  font-size: 1.2em;
  letter-spacing: 0.3px;
  box-shadow: 0 5px 10px 0 rgba(120, 130, 140, .4);
}
.mv h1 {
  margin: 1em auto;
  text-align: center;
  width: 100%;
}
.mv h1 img {
  padding-top: 2em;
  width: 100%;
  max-width: 450px;
}
.mv hr {
  margin: 1em auto;
  width: 100%;
  border: 0;
  border-bottom: 1px dotted var(--text);
}
.lead {
  letter-spacing: 0.4px;
  line-height: 180%;
  font-family: "M PLUS 1", sans-serif;
}
.mv figure {
  font-size: 0.9em;
  margin: 1em auto -1em;
  align-items: center;
}
.mv figure span {
  display: inline-block;
  width: 33%;
}
.mv figure figcaption {
  color: var(--primary);
  display: inline-block;
  font-family: "M PLUS 1", sans-serif;
  width: 65%;
}
@media screen and (max-width:1440px) {
  html, body {
    font-size: 14px
  }
  .wrap_main {
    padding: 0 2rem
  }
}
@media screen and (max-width:1200px) {
  html, body {
    font-size: 13px
  }
  .grid-item-in {
    padding: 1.5em 2em;
    font-size: 1.2em;
    letter-spacing: 0.3px;
    box-shadow: 0 5px 10px 0 rgba(120, 130, 140, .4);
  }
  .audio-button {
    padding: 6px;
  }
  .mv {
    padding: 1.5em;
  }
  .lead {
    font-size: 13px;
  }
  .mv figure figcaption {
    font-size: 12px;
  }
}
@media screen and (max-width:900px) {
  html, body {}
  .inner {
    max-width: 600px;
    margin: 0 auto
  }
  .grid-sizer, .grid-item {
    width: calc(100% / 3 - 15px);
  }
  .lead {
    font-size: 15px;
  }
  .prof {
    font-size: 12px !important;
  }
}
@media screen and (max-width:820px) {
  html, body {}
}
@media screen and (max-width:600px) {
  .sp {
    width: 100% !important;
    float: left;
  }
	.mv{
    padding: 3em;
    margin-bottom: 15px;}
  .grid-sizer, .grid-item {
    width: calc(100% / 2 - 10px);
  }
}
@media screen and (max-width:450px) {
  html, body {
    font-size: 14px
  }
  .lead {
    font-size: 13px;
  }
  .grid-item {
    margin-bottom: 10px;
  }
  .grid-item-in {
    padding: 1.2em 1.5em;
    font-size: 1.1em;
    letter-spacing: 0.3px;
    line-height: 160%;
    box-shadow: 0 4px 8px 0 rgba(120, 130, 140, .4);
  }
}
@media screen and (max-width:390px) {
  html, body {
    font-size: 13px
  }
  .mv {
    padding: 2.2em;
    margin-bottom: 15px;
  }
  .prof {
    font-size: 11px !important;
  }
  .mv figure figcaption {
    width: 50%;
  }
  .mv figure span {
    width: 50%;
  }
}
@media screen and (max-width:320px) {.mv h1 img{
		max-width:200px;
	}}