@charset "utf-8";
/* CSS Document */
@import url("fonts.css");
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&family=Kiwi+Maru:wght@400;500&family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&family=Noto+Serif+JP&family=Roboto:wght@500&family=Yusei+Magic&display=swap');

h1,h2,h3,en {
font-family: 'Josefin Sans', sans-serif;
}

/* -----------------------------------------------------------
font-size
------------------------------------------------------------*/
/* rem相対、px固定*/
@media (min-width: 768px) {
  :root {
    font-size: calc(0.5625rem + ((1vw - 7.68px) * 0.1736));
    min-height: 0vw;
  }
  p,div,span,li,i,td,th,em,dt,dd {
    font-size:16px;  /* 通常1.6rem */
  }
}
@media (min-width: 1344px) {
  :root {
    font-size: 10px;
  }
}
@media (max-width: 1100px) {
  @media (min-width: 768px) {
    :root {
      font-size: calc(0.52rem + ((1vw - 7.68px) * 0.1736));
      min-height: 0vw;
    }

  }
}
@media screen and (max-width:767px) {
  html {
  font-size: 62.5%;
  }
  body { font-size: 1.4rem; }
  p,div,span,li,i,td,th,em,dt,dd {
    font-size:1.4rem;
  }
}

/* -----------------------------------------------------------
	common
------------------------------------------------------------*/
html,body {
height:100%;
}
html {
font-family: sans-serif;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
body {
font-weight: 500;
line-height:1.8;
-webkit-text-size-adjust: 100%;
-webkit-font-smoothing: antialiased;
-webkit-overflow-scrolling: touch;
}

body, table, th, td, p, li, div, span,dt,dd,
h1,h2,h3,h4,h5,span,input,textarea,button,label  {
  font-family:'Noto Sans Japanese', "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 500;
}

.en {
  font-family: 'Josefin Sans', sans-serif;
}

* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

*:before,
*:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
p,li,dt,dd,th,td,div,span,em {
color: #000;
line-height: 1.6;
word-wrap: break-word;
}
p {
  margin-top:0;
}

li {
line-height: 1.4;
list-style: none;
}

ul,ol,figure {
padding-left:0;
margin:0;
}
table {
width: 100%;
border-collapse: collapse;
}
a {
  word-break: break-word;
  text-decoration: none;
}
header a,
footer a {
  text-decoration: none;
}
main a {
  color:#00b0f0;
  text-decoration: underline;
}
img {
line-height: 0;
max-width: 100%;
vertical-align: bottom;
}

article:after,main:after,
clearfix:after {
content: "";
display: block;
clear: both;
}

@media screen and ( min-width: 751px ){
  a {
  -webkit-transition: background  0.3s ease, color 0.3s ease;
  -moz-transition: background  0.3s ease, color 0.3s ease;
  -o-transition: background  0.3s ease, color 0.3s ease;
  transition: background  0.3s ease, color 0.3s ease;
}
	a:hover {
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	opacity: 0.7;
	cursor:pointer;
  transition:opacity 0.3s;
  text-decoration: none;
	}

	a:hover img {
	-ms-filter: "alpha(opacity=70)";
	filter: alpha(opacity=70);
	}
	#page-top a:hover {
  text-decoration: none;
  opacity: 0.7;
	}

}


/* -----------------------------------------------------------
common default
------------------------------------------------------------*/
.ac { margin:auto; }
.tc { text-align:center!important; }
.tl { text-align:left!important; }
.fl { float:left; }
.fr { float:right; }
.bold { font-weight:bold; }

.inline { display:inline-block; }
.block { display:block; }
.super { vertical-align: super; font-size:10px;}

dl,dt,dd,li {
  margin:0;
  padding:0;
}

/* -----------------------------------------------------------
page
------------------------------------------------------------*/
#page {
  margin:0 auto;
}
.full {
width: 100%;
}
.container {
margin: 0 auto;
max-width:1020px;
width:95%;
position: relative;
}

/* PROJECT */
.container.wide {
  max-width: calc(100% - 168px);
}
.container.base {
  max-width:1110px;
}
.container.short {
  max-width:880px;
}

/* -----------------------------------------------------------
reset
------------------------------------------------------------*/
a:focus, a:active {
outline: none;
outline-offset: 0;
text-decoration: none;
}
.btn:active, .btn.active {
box-shadow:none;
}
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
outline:none;
}
.btn-link:hover {
  text-decoration:none;
}

/* -----------------------------------------------------------
共通ボックス
------------------------------------------------------------*/


/* -----------------------------------------------------------
btn
------------------------------------------------------------*/

button {
width: auto;
padding: 0;
margin: 0;
background: none;
border: 0;
font-size: 0;
line-height: 0;
overflow: visible;
cursor: pointer;
}
button:focus {
outline: none;
appearance: none;
}

/*-------------------------------------------------------------
header menu
---------------------------------------------------------------*/
#header {
}
.header-top {
  display: flex;
  justify-content: space-between;
  margin: auto;
  align-items: center;
  width: calc(100% - 168px);
  width: 78%;
}
.header-logo {
  max-width:282px;
  width:29%;
  display: flex;
  justify-content: flex-start;
}
.header-logo {
  z-index: 11;
  position: fixed;
  top: 28px;
  left: inherit;
}
.header-logo #logo01 {
  max-width:119px;
  margin:2px 3.2rem 0 -1.5rem;
}
.header-logo #logo02 {
  top:33px;
  left:inherit;
  max-width:130px;
  margin:0;
  display: none;
  transition: 0.2s;
}
.open .header-logo #logo02 {
  display: block;
  transition: 0.2s;
}
.second .header-logo #logo02 {
  display: block;
}
.header-sns-area {
  position: fixed;
  top: 24px;
  right: 12.2%;
  z-index: 11;
}
.header-sns-area {
  max-width:365px;
  width:70%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  margin:2rem 0 0;
}
.header-sns {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  margin:0 -11px;
}
.header-sns li {
  margin: 0 11px;
}
.header-sns-txt {
  margin-right:22px;
}

#header.scrolled {
  background: #fff;
  position: fixed;
  top:0;
  left:0;
  width:100%;
}


/* -----------------------------------------------------------
toggle メニュー
------------------------------------------------------------*/
body.open {
}
#top-logo {
  position: fixed;
  top: 7px;
  left: 5px;
  max-width: 380px;
  margin: auto;
  width: 80%;
}
#header {
  width:100%;
  position: fixed;
  top:0;
  left:0;
  z-index: 2;
  background: #fff;
  height: 100px;
}
.open #header,
.open .header-top {
  height:425px;
}
.open #toggle {
  background: transparent;
}
.open .sp-top-nav {
  z-index: 10;
  visibility: visible;
}
#header nav {
  top:0;
  width:100%;
  height: 100%;
}
.sp-top-nav {
  visibility: hidden;
  position: fixed;
}
#toggle {
  display: block;
  position: absolute;
  right: 48px;
  top: 38px;
  width: 48px;
  height: 48px;
  cursor: pointer;
  padding: 0px;
  z-index: 11;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
#toggle div {
  position: relative;
}
#toggle span {
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background: #00b0f0;
  left: 0;
  zoom: 1;
  -webkit-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}
#toggle span:nth-child(1) {
  top: 3px;
}
#toggle span:nth-child(2) {
  top: 20px;
  background: #fa0697;
}
#toggle span:nth-child(3) {
  top: 37px;
}
.open #toggle {
  width:55px;
}
.open #toggle span:nth-child(1) {
  top: 22px;
  width:65px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  zoom: 1;
}
.open #toggle span:nth-child(3) {
  width: 0;
  left: 50%;
}
.open #toggle span:nth-child(2) {
  top: 22px;
  width:65px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  zoom: 1;
}

ul#menu {
  top: 0;
  position:absolute;
  padding: 0;
  width: 100%;
  margin: 0;
  z-index:101;
  overflow:hidden;
  height:425px;
  background: #fff;
  padding:15rem 0 0;
  display: none;
}
#menu {
  width:100%;
}
ul#menu li.nav {
  max-width:430px;
  margin:0rem auto 2.5rem;
}
#menu li a {
color:#000;
font-size:3rem;
font-weight: bold;
}

/* -----------------------------------------------------------
	index
------------------------------------------------------------*/
body {
  margin:0;
}
#page {
  position: relative;
}
.index #page:before {
  content:"";
  position: absolute;
  content: "";
  position: absolute;
  top:0;
  left:64px;
  background: url(../img/index-line.svg) repeat-y 0 0;
  width: 124.09px;
  height: 100%;
  z-index: 3;
}
#main {
  padding-top:14.5rem;
}

/* -----------------------------------------------------------
	project
------------------------------------------------------------*/
.ttl01 {
  font-size:7rem;
  font-style: italic;
  color:#fa0697;
  margin: 6.5rem 0 1rem;
  line-height: 1;
}
#project .ttl01 {
  margin: 1.5rem 0 1rem;
}
.read01 {
  font-weight: bold;
  font-size: 2.2rem;
  margin-bottom: 3.5rem;
}

/* link */
#project a {
  text-decoration: none;
}
#project {
}
.project-flex {
  display: flex;
  justify-content: flex-start;
  margin:0 -2.61866%;
  flex-wrap:wrap;
}
.project-flex a {
  display: block;
}
.project-flex li {
  width:28.096%;
  max-width:295px;
  margin:0 2.61866% 5.5rem;
  background: #eaf0f9;
}
.project-img {
  vertical-align: top;
  position: relative;
}
.project-img img {
  vertical-align: top;
}
.project-label {
  position: absolute;
  top:0;
  left:0;
  padding:0.8rem 0.5rem;
  background: #00b0f0;
  min-width:75px;
  color:#fff;
  font-size:14.5px;
  font-weight: bolder;
  text-align: center;
  line-height: 1;
}
.project-ttl {
  padding:1rem 1.2rem 0 1.2rem;
  font-size: 1.55rem;
  line-height: 1.6;
  font-weight: bold;
}
.project-txt {
  padding:0 1.2rem 1rem 1.2rem;
  font-size: 1.4rem;
  line-height: 1.5;
}
.project-detail {
  border-top:2px solid #fff;
  padding:1.2rem;
}
.project-detail dl {
  padding:0.3rem 0;
  display: flex;
  justify-content: flex-start;
}
.project-detail dt {
  width:7em;
  padding:0 0 0 3rem;
  position: relative;
}
.project-detail dd {
  width:calc(100% - 7em);
}
.project-price dt:before {
  content:"";
  position: absolute;
  top:0;
  left:0;
  background: url(../img/icn-price.svg)no-repeat 0 0;
  width:23px;
  height: 23px;
}
.project-date dt:before {
  content:"";
  position: absolute;
  top:0;
  left:0;
  background: url(../img/icn-date.svg)no-repeat 0 0;
  width:23px;
  height: 23px;
}
.project-detail dt:after {
  content:"：";
  position: absolute;
  top:0;
  right:0;
  width:1em;
}
.project-achievement {
  position: absolute;
  top: -1.5rem;
  right: -1.5rem;
}
.project-endtxt {
    padding: 0.3rem;
    background-color: #EA0086;
    color: #FFFFFF;
    font-size: 1.4rem;
    margin-bottom: 0.3rem;
    text-align: center;
}
.project-end {
  position: absolute;
  top: -1.5rem;
  right: -1.5rem;
}

/* -----------------------------------------------------------
	index-donation
------------------------------------------------------------*/
#index-donation {
  margin-bottom: 13rem;
}
#index-donation .ttl01 {
  margin-bottom:2rem;
}
#index-donation .read01 {
  margin-bottom: 4rem;
}
#index-donation a {
  text-decoration: none;
  cursor: pointer;
  z-index: 1; /* cursor pointer*/
}
.donation-flex {
  display: flex;
  justify-content: space-between;
}
.donation-main {
  width:55%;
  max-width:547px;
}
.donation-img {
  width:54%;
}
.donation-txt {
  width:42%;
}
.donation-now {
  margin:2rem 0 3rem;
}
.donation-now a {
  width: 360.85px;
  max-width:100%;
  height: inherit;
  background: #00b0f0;
  border-radius: 1.8rem;
  z-index: -1;
  display: flex;
  position: relative;
}
.donation-now a:before {
  content:"";
  position: absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  margin:auto;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: 3rem;
  z-index: -1;
  display: flex;
}

.donation-now a:before {
-webkit-animation: ripple 3s cubic-bezier(0.3, 0, 0.1, 1) infinite;
animation: ripple 3s cubic-bezier(0.3, 0, 0.1, 1) infinite;
}

@-webkit-keyframes ripple {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 0;
  }
  60% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1.2, 1.6);
            transform: scale(1.2, 1.6);
    opacity: 0;
  }
}
@keyframes ripple {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 0;
  }
  60% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1.2, 1.6);
            transform: scale(1.2, 1.6);
    opacity: 0;
  }
}

.dotation-link {
  padding:0 0 0 1rem;
}
.dotation-link li {
  position: relative;
  padding:1.5rem 0rem 1.5rem 4rem;
  letter-spacing: -0.1rem;
}
.dotation01 {
  background: url(../img/icn-myfund.svg)no-repeat 0 center;
}
.dotation02 {
  background: url(../img/icn-book.svg)no-repeat 0 center;
}
.dotation03 {
  background: url(../img/icn-info.svg)no-repeat 0 center;
}
.dotation-link li a {
  background: url(../img/arrow-blue.svg) no-repeat right center;
  padding:1.5rem 3.8rem 1.5rem 0;
}

/* -----------------------------------------------------------
	news
------------------------------------------------------------*/
#news {
}
#news a {
  text-decoration: none;
}
.news-wrap {
  margin: 5rem 0.5rem;
}
.second .news-wrap {
  margin: 5rem 0;
}
.news-wrap dl {
  margin:0 0 4rem 0;
}
.news-wrap dt {
  color:#00b0f0;
  margin:0 0 1rem 0;
  line-height: 1;
  font-weight: bold;
}
.news-wrap dd a {
  color:#000;
}
.news-btn {
  margin:4rem 0;
}
.news-btn a {
  text-decoration: none;
}
.btn01 {
  background: #00b0f0;
  color:#fff;
  width:180px;
  height: 43px;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  line-height: 1.2;
  border-radius: 43px;
}
a.btn01.small {
  width:115px;
  height: 28px;
  font-size: 1.2rem;
}
.btn02 {
  background: #00b0f0;
  color:#fff;
  width:300px;
	padding: 10px 30px;
  line-height: 1.2;
  border-radius: 43px;
	margin: 0 auto;
	display: block;
	text-align: center;
}
.btnBox {
	margin-bottom: 60px;
}
#news .ttl-news {
  font-size:6rem;
  color:#000;
  font-family:'Noto Sans Japanese', "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 500;
}

/* news pager */
.pager-wrap {
  margin:auto;
  text-align: center;
}
.pager {
  overflow: hidden;
  padding: 30px 0;
}
.pager ul {
  list-style: none;
  position: relative;
  left: 50%;
  float: left;
}
.pager ul li {
  margin: 5px;
  position: relative;
  left: -50%;
  float: left;
}
.pager ul li span,
.pager ul li a {
  display: block;
  font-size: 16px;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pager ul li span,.pager ul li {
  color:#04394d;
}
.pager ul li a span:hover {
  color:#fff;
}
.pager ul li a {
  color: #04394d;
  text-decoration: none;
  border: 1px solid  #04394d;
}
.pager ul li a:hover {
  background: #04394d;
  color: #fff;
  opacity:0.9;
}
.pager .current span {
  background:#04394d;
  color:#fff;
}
.pager ul li span.extend {
  width:auto;
}

/* -----------------------------------------------------------
	news-detail
------------------------------------------------------------*/
#news-detail {
}
.news-detail {
}
.news-single {
  max-width:800px;
}
#news-detail .h1-news {
  font-size:3.5rem;
  color:#000;
  font-family:'Noto Sans Japanese', "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 500;
  margin:6rem 0 4rem;
  padding-bottom:4rem;
  border-bottom:1px solid #000;
}
.news-inner {
  margin-bottom:8rem;
}
.news-inner p {
  line-height: 1.8;
}

/* -----------------------------------------------------------
	bnr-box
------------------------------------------------------------*/
#bnr-sns {
  margin-bottom:14rem;
}
a.bnr-box {
  border:1px solid #000;
  color:#000;
  font-size: 2.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap:wrap;
  line-height: 1.4;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  max-width:600px;
  padding:2rem;
}
.bnr-more {
  font-size: 1.5rem;
  width:100%;
  margin-top:0.5rem;
}

/* -----------------------------------------------------------
	about
------------------------------------------------------------*/
#about {
margin-bottom: 10rem;
}
#about a {
  text-decoration: none;
  margin: auto;
}
#about .ttl01 {
  margin-bottom: 3rem;
}
#about .read01 {
  margin-bottom: 5.5rem;
}
.about-flex {
  display: flex;
  margin:0 -2%;
}
.about-flex li {
  width:21%;
  margin:0 2% 4rem;
  display: flex;
  justify-content: center;
  flex-wrap:wrap;
}
.about-img {
  margin-bottom:2.5rem;
  text-align: center;
  height:184px;
}
.about-txt {
  font-weight: bold;
  margin-bottom:1.5rem;
  text-align: center;
  line-height: 1.4;
  height: 7.5rem;
}
.about-note {
  margin:1.5rem 1rem;
}
.about-note li {
  line-height: 2;
  text-indent: -1em;
}
.about-note-txt {
  font-size: 14px;
}

/* -----------------------------------------------------------
	artist
------------------------------------------------------------*/
#artist {
  margin-bottom: 2.5rem;
}
#artist .ttl01 {
  margin-bottom: 3rem;
}
#artist .read01 {
  margin-bottom: 6rem;
}
.artist-flex {
  display: flex;
  justify-content: space-between;
  flex-wrap:wrap;
}
.artist-flex li {
  width:46.5%;
  margin:0 0 4rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
}
.artist-img {
  width:21%;
  margin-right: 3%;
}
.artist-main {
  width:30%;
}
.artist-voice {
  width:46%;
}
.artist-main dt {
  font-weight: bolder;
  font-size:1.8rem;
  line-height: 1.2;
}
.artist-main dd {
}
.artist-detail {
  font-size: 13px;
  line-height: 1.2;
  padding:0.5rem 1rem 0 0;
}
.artist-sns {
  display: flex;
  align-items: center;
  align-content: center;
  line-height: 1;
  justify-content: flex-start;
  margin:1rem 0 0;
}
.artist-sns span {
  margin:0 0.5rem;
}
.artist-voice {
  position: relative;
  max-width: 225px;
  width: 100%;
  height: 95px;
  padding:0.8rem 2rem 1rem 2rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  line-height: 1.8;
  font-size: 13px;
}
.artist-voice:before {
  content:"";
  position: absolute;
  left:-0.8rem;
  top:0;
  background: url(../img/hukidashi.svg)no-repeat 0 0;
  width:100%;
  height: 95px;
  background-size: 100%;
}

/* -----------------------------------------------------------
	donation
------------------------------------------------------------*/
.second #page:before {
  content:"";
  position: absolute;
  top:0;
  left:64px;
  background: url(../img/line-double.svg) repeat-y 0 0;
  width: 124.09px;
  height: 100%;
  z-index: 3;
}
#donation {
}
#donation .ttl-top {
  font-size:3.7rem;
  line-height: 1.4;
}
#donation .read01 {
  margin-bottom:7.5rem;
}
.ttl-flow {
  font-size:1.8rem;
  padding:0 0 0 4rem;
  position: relative;
  background: url(../img/donation/arrow-flow.svg)no-repeat 0 0;
  background-size:contain;
  margin-bottom: 4rem;
}
.flow {
  margin:0 0 7rem;
  max-width:877px;
}
.flow li {
  background: #c0edf9;
  position: relative;
  padding:1.8rem 2rem 1.8rem 9rem;
  width:100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content:center;
  line-height: 1.2;
  font-size:1.8rem;
  margin:2rem 0 2.8rem;
}
.flow li:after {
  content:"";
  position: absolute;
  bottom:-20px;
  left:8rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 12px 0 12px;
  border-color: #c0edf9 transparent transparent transparent;
}
.flow li:last-of-type:after {
  display: none;
}
.flow li:before {
  content:"1";
  font-family: 'Josefin Sans', sans-serif;
  color:#fa0697;
  font-size: 7.5rem;
  line-height: 1;
  position: absolute;
  top:-1.6rem;
  left:2rem;
  display     : inline-block;       /* 奥行表示のためのブロック化 */
  transform   : skewX(-7deg);       /* 傾き角度 */
}
.flow li:nth-child(1):before {
  left:2.8rem;
}
.flow li:nth-child(2):before {
  content:"2";
}
.flow li:nth-child(3):before {
  content:"3";
}
.flow li:nth-child(4):before {
  content:"4";
}
.flow li:nth-child(5):before {
  content:"5";
}
.flow li:nth-child(6):before {
  content:"6";
}
.flow li:nth-child(7):before {
  content:"7";
}
.flow li:nth-child(8):before {
  content:"8";
}
.flow li:nth-child(9):before {
  content:"9";
}
.flow li:nth-child(10):before {
  content:"10";
}

/* -----------------------------------------------------------
	footer
------------------------------------------------------------*/
#footer {
}
.footer p {
  margin:0;
}
.footer-wrap {
  padding:2em 2% 3rem 2em;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  line-height: 1;
}
.footer-copyright {
  width:50%;
}
.footer-copyright p {
  font-size:13px;
  margin-bottom:0;
}
.footer-logo {
  width:50%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  align-content: center;
  line-height: 1;
}
.footer-logo li {
  margin:0 5rem 0 0;
}
#footer-btn {
  position: fixed;
  right:20px;
  bottom:20px;
  z-index: 2;
}

/* -----------------------------------------------------------
	pageTop
------------------------------------------------------------*/
/* scroll top */
#page-top {
  position: fixed;
  bottom: 15px;
  right: 20px;
  background: #605c5a;
  display: block;
  width: 44px;
  height: 44px;
  z-index: 10;
  margin:0;
}
#page-top a {
  text-decoration: none;
  color: #fff;
  width: 40px;
  height: 40px;
  text-align: center;
  display: block;
  border-radius: 50%;
  text-indent: -9999px;
}
#page-top a:after {
  content: "";
  position: absolute;
  left: 16px;
  top: 19px;
  width: 12px;
  height: 12px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  z-index: 10;
}
#page-top:hover {
text-decoration: none;
opacity: 0.8;
}

/* -----------------------------------------------------------
	レスポンシブ
------------------------------------------------------------*/

/* -----------------------------------------------------------
	768以上　PC
------------------------------------------------------------*/
@media screen and (min-width:768px) {
.container.responsive {
  padding-left:10px;
}
#mv {
  position: relative;
  margin-bottom: 6rem;
  height: 300px;
}
.container-mv {
  margin: 0 auto;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  height: 300px;
  padding-left: 220px;
  display: flex;
  align-items: center;
  line-height: 1;
  align-content: center;
}

.mv-flex {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  line-height: 1;
  margin: auto;
  position: relative;
  width:100%;
}
.mv-logo {
  width: 438px;
  margin: 0 70px 0 0;
}
#mv .mv-txt p {
  line-height: 1.9;
  font-size: 1.8rem;
  margin-bottom:3rem;
  letter-spacing: -0.01em;
}
#mv .mv-txt p:last-of-type {
  margin-bottom:0;
}
.mv-txt {
  width: calc(100% - 438px);
  padding: 0 5% 0 0;
  max-width: 1060px;
}
}

@media screen and (min-width:768px) and (max-width:1280px) {
  .container.responsive {
      padding-left: 0;
      margin: 0;
      margin-left: 140px;
  }
}

@media screen and (min-width:768px) and (max-width:1260px) {
  .container {
    margin: 0 auto;
    max-width: 1000px;
    width: 90%;
    padding-left: 5%;
  }
  .container.wide {
    max-width: 100%;
    padding: 0;
}
.footer-wrap {
  padding-right:4%;
  padding-left:60px;
}
}

@media screen and (min-width:768px) and (max-width:1169px) {
.mv-txt {
  padding-right: 0;
}
}

@media screen and (min-width:768px) and (max-width:1100px) {
  .footer-wrap {
    padding-right:6%;
  }
}

@media screen and (min-width:768px) and (max-width:1000px) {
  .second #page:before {
  left:30px;
  background-size:85%;
  }
  .index #page:before {
  left:30px;
  background-size:85%;
  }
  .container.responsive {
  margin-left: 100px;
  }
  .container-mv {
    padding-left:160px;
  }
  .mv-flex {
    align-items: flex-start;
    align-content: flex-start;
  }
  .mv-logo {
    width: 55%;
    margin: 0 5% 0 0;
    padding-top: 5%;
  }
  .mv-txt {
  padding-right: 0;
  width: 40%;
  }
}

@media screen and (min-width:768px) and (max-width:900px) {
.footer-wrap {
  padding-right:9%;
}
}

@media screen and (max-width:1100px) {
  #toggle {
    right:30px;
  }
  .artist-flex li {
    width: 49%;
    margin-bottom: 3rem;
  }
}

@media screen and (min-width:1024px) {
.ms,
.sp {
  display: none;
}
}

@media screen and (max-width:1023px) {
.md,.sp {
  display: none;
}
}

@media screen and (max-width:1000px) {
.artist-voice {
display: none;
}
.artist-img {
width: 93px;
margin-right: 5%;
}
.artist-main {
width: 68%;
}
.about-txt br {
  display: none;
}
.about-img {
  height: 160px;
}
.about-txt {
  font-size: 1.7rem;
}
.donation-now {
    margin: 1rem 0 2rem;
}
#index-donation {
    margin-bottom: 6rem;
}
}

@media screen and (max-width:800px) {
.about-img {
    height: 140px;
}
}


/* -----------------------------------------------------------
767以下　スマホ
------------------------------------------------------------*/
@media screen and (max-width: 767px) {
.pc,.md,.ms {
  display: none;
}
.sp {
  display: block;
}
.container {
  width: 91%;
  padding-left: 8%;
}
.container-mv {
  width: 100%;
  padding-left: 10%;
}
.index #page:before {
  background-size: 56%;
  left: 12px;
  top: -37px;
  background-repeat:no-repeat;
  background-image: url(../img/line-heart.svg);
  background-repeat:no-repeat;
}
.index #page:after {
  content:"";
  position:fixed;
  left:12px;
  bottom:0;
  background: url(../img/line-double.svg) repeat-y;
  width:128px;
  height: 100%;
  background-size:54%;
}
.second #page:before {
  content:"";
  position:fixed;
  left:12px;
  bottom:0;
  background: url(../img/line-double.svg) repeat-y;
  width:128px;
  height: 100%;
  background-size:54%;
}

/* header */
#header {
  height:60px;
}
#toggle {
  top: 26px;
  right: 25px;
  width: 26px;
  height: 24px;
}
.open #toggle {
  top:24px;
  right:26px;
  width:24px;
  height: 24px;
}
#toggle span {
  height:3px;
}
#toggle span:nth-child(1) {
  top:0;
}
#toggle span:nth-child(2) {
  top: 10px;
}
#toggle span:nth-child(3) {
    top: 20px;
}
.open #toggle span:nth-child(1) {
  top: 9px;
  width: 32px;
  left: -6px;
}
.open #toggle span:nth-child(2) {
  top: 9px;
  width: 32px;
  left: -6px;
  }
.open #toggle span:nth-child(3) {
    top: 22px;
    width:0;
    display: none;
}
.header-sns-txt {
  display: none;
}
.header-sns {
  display: none;
}
.open .header-sns {
  display: flex;
  justify-content: center;
  position: fixed;
  top: 28rem;
  left: 0;
  right: 0;
  margin: auto;
}
.header-sns li {
  margin: 0 2rem;
}
.header-sns img {
}
.header-logo #logo01 {
  margin:0;
  max-width:80px;
}
.header-logo {
  top:21px;
  left:50px;
  width:100%;
  max-width: 100%;
}
.header-logo #logo02 {
  top: 18px;
  left: 148px;
  max-width: 82px;
  margin: 0;
  position: fixed;
}
.second .header-logo #logo02 {
  display: block;
}
ul#menu {
  padding:11rem 3rem 5rem 5rem;
  height:360px;
}
#menu li a {
  font-size: 2rem;
}
ul#menu li.nav {
  margin-bottom:2rem;
}
.open #header, .open .header-top {
  z-index: 3;
}
#main {
  padding-top: 9rem;
  overflow-x: hidden;
}
.mv-flex {
  flex-wrap:wrap;
}
.mv-logo {
  width:80%;
  margin:auto;
  text-align: center;
  padding: 0 5rem 5rem 5rem;
}
.mv-txt {
  max-width:80%;
  width:100%;
  margin:auto;
}
.project-flex {
  justify-content: space-between;
  margin:0 -2.5%;
}
.project-flex li {
  width: 45%;
  margin: 0 2.5% 2.5rem;
}
.project-ttl {
  font-size:1.3rem;
}
.project-txt {
  font-size:1.2rem;
}
.project-endtxt {
  font-size:1.2rem;
}
.project-date,
.project-price {
  flex-wrap:wrap;
}
.project-detail dt,
.project-detail dd {
  width:100%;
}
.project-detail dt:after {
  content:none;
  background:none;
}
#mv .mv-txt p {
  font-size:1.3rem;
  margin-bottom:2rem;
  line-height: 1.8;
}
.read01 {
  font-size: 1.4rem;
}
#footer-btn {
  right: 5px;
  bottom:10px;
  max-width: 82px;
}
#project .ttl01 {
  margin: 1.5rem 0 0.5rem;
  max-width: 180px;
}
.project-label {
  font-size: 11px;
  padding: 0.5rem 0.5rem;
  min-width: 60px;
}
.project-img img {
  vertical-align: top;
  object-fit: cover;
  width:100%;
}
.project-img .project-achievement img {
  height: 54px;
  width: 40px;
}
.project-achievement {
  top: -1.5rem;
  right: -1rem;
}
.project-img .project-end img {
  height: 40px;
  width: 40px;
}
.project-end {
  top: -1rem;
  right: -1rem;
}
.project-date dt:before,
.project-price dt:before {
background-size:80%;
}
#index-donation .ttl01 {
  width:236px;
  margin:0rem 0 1rem;
}
.donation-txt {
  width: 50%;
}
.donation-img {
    width: 45%;
}
.dotation-link {
  padding: 0;
  max-width:380px;
}
.dotation-link li br {
  display: none;
}
.dotation-link li a {
  position: relative;
  font-size: 1.4rem;
  background-size:1.7rem;
  padding:1.5rem 2.5rem 1.5rem 0;
}
.donation-now {
  margin: 1rem 0 2rem;
}
#news .ttl01 {
  width:125px;
  margin-top: 3rem;
}
.news-btn {
  margin: 3rem auto;
}
.news-btn a {
  margin:auto;
}
a.bnr-box {
  padding:1rem;
  font-size: 1.6rem;
}
.bnr-more {
  font-size: 1.4rem;
}
#index-donation {
  margin-bottom: 3rem;
}
.news-wrap {
  margin: 3rem 0;
}
.news-wrap dl {
  margin: 0 0 2rem 0;
}
.news-wrap dt {
  margin-bottom:0.5rem;
}
#bnr-sns {
    margin: 5rem auto 8rem;
}
#about .ttl01 {
  width:254px;
  margin-bottom:1.5rem;
}
.about-flex {
  display: flex;
  margin: 0 auto;
  flex-wrap: wrap;
  justify-content: space-between;
}
.about-flex li {
  width: 42%;
  margin: 0 0 4rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.about-txt {
  font-size: 1.4rem;
  height:5rem;
}
.about-img {
  margin-bottom: 2.5rem;
  text-align: center;
  height: 165px;
}
.about-txt br {
  display: none;
}
.about-note {
  margin: 0 0 1em 0;
}
.about-note li {
  line-height: 1.6;
}
.about-note li {
  margin-left:0.5em;
}
.about-note-txt {
  font-size: 1.2rem;
}
#artist .ttl01 {
  width:143px;
  margin: 0 0 1rem;
}
#about {
  margin-bottom: 4rem;
}
#artist .read01 {
  margin-bottom: 3rem;
}
.artist-main dt {
  font-size: 12px;
}
.artist-detail {
  font-size: 10px;
  letter-spacing: -0.1rem;
}
.artist-sns {
  margin-top:0.5rem;
}
.artist-img {
  width:55px;
}
.artist-sns img {
  max-width:80%;
}
.artist-sns span {
  margin: 0 0.2rem;
}
.container.wide {
  max-width: 100%;
  width: 82%;
  padding: 0;
  margin:auto;
}
.footer-wrap {
  padding: 0;
  flex-wrap:wrap;
}
.footer-copyright,
.footer-logo {
  width:100%;
}
.footer-copyright p {
  font-size: 9px;
  letter-spacing: -0.07rem;
}
.footer-logo {
  justify-content: flex-start;
  max-width:90%;
}
.footer-logo li {
    margin: 2rem 3rem 0 0;
}
#artist {
    margin-bottom: 10rem;
}

/* second */
#donation .ttl-top {
  font-size: 3rem;
}
#donation .ttl01 {
  width:127px;
  margin-top:3rem;
}
.ttl-flow {
  font-size:1.6rem;
  background-size:2rem;
  background-position:0 0.5rem;
  padding-left:3rem;
}
#donation .read01 {
  margin-bottom: 5rem;
}
.flow li {
  padding:1rem 1rem 1em 5rem;
  margin:2rem 0 2.8rem;
  font-size:1.4rem;
}
.flow li:before {
  font-size: 5rem;
  left:1rem;
}
.flow li:after {
  border-width:13px 7.5px 0 7.5px;
  bottom:-13px;
  left:5.5rem;
}
.flow li:nth-child(1):before {
  left:1.5rem;
}
#donation {
  margin-bottom: 10rem;
}
#news .ttl-news {
  font-size: 4rem;
}
.pager ul li span, .pager ul li a {
  width: 32px;
  height: 32px;
}
#news {
  margin-bottom: 8rem;
}
#news-detail .h1-news {
  font-size: 2rem;
}
#news-detail .h1-news {
  margin:3rem 0 4rem;
  padding-bottom:2rem;
}
.news-inner {
  margin-bottom: 5rem;
}
.news-single {
  margin-bottom:10rem;
}
.open #header,
.open .header-top {
  height:inherit;
}
#sns-sp {
  margin-bottom:5rem;
}
#sns-sp .sns-sp-ttl {
  max-width:156px;
  margin:1rem auto 2.5rem;
}
.sp-sns {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  margin: auto;
}
.sp-sns li {
  margin: 0 2rem;
}
.sp-sns img {
  transform: scale(1.2);
}
#footer {
  padding-bottom: 2rem;
}
}

@media screen and (min-width: 575px) {
  .xs {
    display: none;
  }
}
/* sm サイズ*/
@media screen and (max-width: 574px) {
.sm {
  display: none;
}
}

@media screen and (min-width: 481px) {
  .sp-br {
    display: none;
  }
  .sp-m {
    display: none;
  }
  .sp-s {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .mv-logo {
    text-align: center;
    padding: 0 0 3.5rem 0;
    max-width:245px;
    margin-left:60px;
  }
  .project-img img {
    height: 102px;
  }
  .donation-flex {
    flex-wrap:wrap;
  }
  .donation-img,
  .donation-txt {
    width:100%;
  }
  .donation-now {
      margin: 2.5rem 0 2rem;
  }
  .about-img {
    height: 124px;
  }
  .about-txt {
    height:6rem;
  }
}

@media screen and (max-width: 374px) {
  .about-txt {
    height:7rem;
  }
}

@media screen and (max-width: 320px) {
}


/* -----------------------------------------------------------
	animation
------------------------------------------------------------*/
.ani{
  animation: rotate-anime 20s linear infinite;
}
@keyframes rotate-anime {
  0%  {transform: rotate(0);}
  100%  {transform: rotate(360deg);}
}
.fade-in {
    animation: fadeIn 1.5s ease 0s 1 normal;
}
@keyframes fade-in {
0% {
  opacity: 0;
}
0% {
  opacity: 100;
}
}

/* 調整 */
.ani01 {
animation-name: ani01;
}
@keyframes ani01 {
0% {
opacity: 0;
-webkit-transform: translateX(-300px);
-ms-transform: translateX(-300px);
transform: translateX(-300px);
}
100% {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
}

/* fadeInLeftを柔らかく調整 */
.aniFade {
animation-name: aniFade;
}
@keyframes aniFade {
0% {
opacity: 0;
-webkit-transform: translateX(-80px);
-ms-transform: translateX(-80px);
transform: translateX(-80px);
}
100% {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
}
/* fadeInRightを柔らかく調整 */
.aniFader {
animation-name: aniFader;
}
@keyframes aniFader {
0% {
opacity: 0;
-webkit-transform: translateX(80px);
-ms-transform: translateX(80px);
transform: translateX(80px);
}
100% {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
}

.fadeInUp {
  animation-duration: 0.5s;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(150px);
    -ms-transform: translateY(150px);
    transform: translateY(150px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}


/* 767px以下 */
@media screen and (max-width: 767px) {
@keyframes ani01r {
0% {
opacity: 0;
-webkit-transform: translateX(80px);
-ms-transform: translateX(80px);
transform: translateX(80px);
}
100% {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
}

@keyframes ani01 {
0% {
opacity: 0;
-webkit-transform: translateX(-80px);
-ms-transform: translateX(-80px);
transform: translateX(-80px);
}
100% {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
}


@-webkit-keyframes ripple {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 0;
  }
  60% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1.2, 1.4);
            transform: scale(1.2, 1.4);
    opacity: 0;
  }
}
@keyframes ripple {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 0;
  }
  60% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1.2, 1.4);
            transform: scale(1.2, 1.4);
    opacity: 0;
  }
}

}
