@charset "utf-8";

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

Error

----------------------------------*/
#error {
  height: 100%;
}

#error #contents .inner {
  height: calc(100vh - 686px);
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center;
}

#error p {
  text-align: center;
}


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

#index

----------------------------------*/
#mv {
  height: 100vh;
}

#mv .vegas-wrapper {
  height: 100vh;
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: space-between;
  justify-content: space-between;
  align-items: center;
}

#mv .txt {
  position: absolute;
  left: 8%;
  z-index: 300;
  -webkit-animation: fadeIn 3s ease 0s 1 normal;
  animation: fadeIn 3s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

#mv .txt p:nth-of-type(1) {
  width: 130px;
}

#mv .txt p:nth-of-type(2) {
  color: #fff;
  font-family: 'Overpass', sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  letter-spacing: .2em;
  padding: 35px 0 15px;
}

#mv .txt h1 {
  width: 648px;
  padding-bottom: 35px;
  margin-left: -5px;
}

#mv .txt p:nth-of-type(3) {
  color: #fff;
  font-family: 'PT Serif', serif;
  font-weight: 400;
  font-size: 2.6rem;
  letter-spacing: .18em;
}

#mv .txt p:nth-of-type(3) em {
  color: #4ba9c1;
  font-size: 4rem;
  letter-spacing: .1rem;
}

.swiper-container {
  width: 100%;
  height: 100%;
  z-index: 299;
}

.swiper-slide {
  background-position: center;
  background-size: cover;
}

section#topics {
  padding: 20px 60px;
  background: #5db5cb;
  color: #fff;
  font-size: 1.4rem;
  display: -webkit-box;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}

section#topics h2 {
  font-size: 1.5rem;
  padding-right: 60px;
  letter-spacing: .15em;
}

section#topics a {
  color: #fff;
  padding: 5px 0;
}

section#topics li {
  display: none;
}

section#topics li span {
  padding-right: 20px;
  letter-spacing: .15em;
}

#information {
  padding: 120px 0 180px;
}

#information h2 {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: .15em;
  text-align: center;
  padding-bottom: 70px;
}

#information header h3 {
  width: 432px;
  margin: 0 auto;
  padding-bottom: 30px;

}

#information header p {
  color: #4ba9c1;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}

#information .inner > div {
  margin-top: 80px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: space-between;
  justify-content: space-between;
}

#information .inner > div section {
  width: 30%
}

#information .inner > div section > h4 {
  font-size: 1.6rem;
  font-weight: bold;
  padding-top: 30px;
}

#information .inner > div section ul:first-of-type {
  text-align: right;
  font-size: 1.4rem;
  line-height: 1.8;
  padding-top: 20px;
}

#information .inner > div section h3 {
  font-weight: bold;
  font-size: 1.5rem;
  margin: 30px 0;
}

#information .inner > div section h3:not(:first-of-type) {
  margin: 30px 0;
  padding-top: 35px;
  border-top: solid 1px #d2d2d2;
}

#information .inner > div section dl {
  font-size: 1.3rem;
  line-height: 1.8;
}

#information .inner > div section dt {
  font-weight: 700;
  margin-top: 15px;
}


#information .inner > div section .note {
  font-size: 1.1rem;
  color: #999;
  padding-top: 20px;
}

#information .inner .accbox h4 {
  font-size: 1.2rem;
  font-weight: 700;
  padding-top: 0;
  margin-top: 30px;
  color: #5db5cb;
}

#information .inner > div section span {
  font-size: 1rem;
}

.accbox {
  margin-top: 30px;
}

.accbox label {
  font-size: 1.3rem;
  width: auto;
  height: auto;
  text-align: center;
  font-weight: bold;
  display: block;
  padding: 20px 30px;
  border-radius: 27.5px;
  border: solid 1px #5db5cb; 
  color: #5db5cb;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  cursor: pointer;
  line-height: 1;
}

.accbox label:after {
  content: '+';
  position: absolute;
  right: 25px;
  font-weight: normal;
  font-size: 1.4rem;
}

.accbox label:hover {
  background: #5db5cb;
  color: #fff;
  -webkit-transform: scale(.95);
  transform: scale(.95);
}

.accbox input {
  display: none;
}

.accbox .accshow {
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.8s;
}

.cssacc:checked + label + .accshow {
  height: auto;
  opacity: 1;
}

.cssacc:checked + label:after {
  content: '-';
}

#event {
  padding: 120px 0 180px;
  background: #283431;
  text-align: center;
  color: #fff;
}

#event em {
  font-weight: 700;
}

#event h2 {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: .15em;
  text-align: center;
  padding-bottom: 110px;
}

#event .inner > section {
  max-width: 800px;
  margin: 0 auto;
}

#event .inner > section:not(:first-of-type) {
  margin-top: 120px;
}

#event h3 {
  font-weight: 700;
  font-size: 1.8rem;
  color: #5db5cb;
  padding-bottom: 20px;
}

#event .read {
  font-size: 1.4rem;
  line-height: 1.8;
}

#event .read p:last-child {
  margin-top: 20px;
}

#event .read a {
  font-size: 1.4rem;
  width: auto;
  height: 58px;
  text-align: center;
  font-weight: bold;
  display: inline-block;
  padding: 18px 30px;
  border-radius: 50px;
  background: #5db5cb;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#event .read a:after {
  display: none;
}

#event .read a:hover {
  color: #5db5cb;
  background: #fff;
  -webkit-transform: scale(.95);
  transform: scale(.95);
}

#event .info {
  text-align: left;
  margin-top: 30px;
  background: #222d2a;
  padding: 30px 40px;
}

#event .info > section:not(:first-of-type) {
  margin-top: 30px;
  padding-top: 30px;
  border-top: solid 1px #d2d2d2;
}

#event .info h4 {
  font-weight: bold;
  font-size: 1.5rem;
  color: #5db5cb;
  padding-bottom: 20px;
}


#event .info dt {
  font-weight: 700;
  font-size: 1.3rem;
  padding-top: 20px;
}

#event .info dt:first-of-type {
  padding: 0;
}

#event .info dd {
  font-size: 1.3rem;
  line-height: 1.8;
}

#store {
  padding: 120px 0 180px;
  text-align: center;
}

#store h2 {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: .15em;
  text-align: center;
}

#store section h3 {
  font-size: 2rem;
  font-weight: bold;
  padding-bottom: 40px;
}

#store section h3 span {
  font-size: 1.2rem;
}

#store section p {
  font-size: 1.6rem;
}

#store .dome {
  border-top: solid 1px #d2d2d2;
  margin-top: 110px;
  padding-top: 100px;
}

#store .dome ul {
  padding: 40px 60px 40px 300px;
  display: inline-block;
  margin-top: 30px;
  background: #f6f6f6 url(/wp-content/themes/mafu/assets/img/store_jk.png) no-repeat 10% center;
  background-size: 200px 200px;
}

#store .dome li {
  font-size: 1.5rem;
  padding: 5px 0;
  text-align: left;
}

#store .dome li:nth-last-child(-n+2) {
  font-size: 1.3rem;
}

#store .dome li:last-child {
  padding-top: 0;
}

#store .dome li a {
  font-size: 1.4rem;
  width: auto;
  height: 58px;
  text-align: center;
  font-weight: bold;
  display: inline-block;
  padding: 18px 30px;
  margin: 10px 0;
  border-radius: 50px;
  background: #5db5cb;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#store .dome li a:after {
  display: none;
}

#store .dome li a:hover {
  color: #fff;
  background: #283431;
  -webkit-transform: scale(.95);
  transform: scale(.95);
}

#store .dome p em {
  color: #4ba9c1;
  font-weight: bold;
}

#store .inner .shop h3 {
  font-size: 2rem;
  font-weight: bold;
  padding-bottom: 60px;
  margin-top: 110px;
}

#store .inner .shop > div {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
}

#store .inner .shop > div section {
  width: 30%;
  text-align: left;
  display: flex;
  flex-direction: column;
  background: #f6f6f6;
  padding: 40px;
}

#store .inner .shop > div section:nth-child(n + 4) {
  margin-top: 5%;
}

#store .inner .shop > div section h4 {
  font-size: 1.3rem;
  font-weight: 700;
  padding-top: 30px;
}

#store .inner .shop > div section h5 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #5db5cb;
  margin-bottom: 30px;
}

#store .inner .shop > div section .read {
  font-size: 1.3rem;
  margin: -10px 0 30px;
  text-align: justify;
  text-justify: inter-ideograph;
}

#store .inner .shop > div section p:last-of-type {
  margin-top: auto;
}

#store .inner .shop > div section p a {
  font-size: 1.4rem;
  width: auto;
  height: 58px;
  text-align: center;
  font-weight: bold;
  display: inline-block;
  padding: 18px 30px;
  border-radius: 50px;
  background: #5db5cb;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#store .inner .shop > div section p a:after,
#store .inner .support a:after {
  display: none;
}

#store .inner .shop > div section p a:hover {
  color: #fff;
  background: #283431;
  -webkit-transform: scale(.95);
  transform: scale(.95);
}

#store #modal {
  display: none;
}

.modaal-content-container {
  padding: 0 50px 50px !important;
}

.modaal-content-container dt {
  font-weight: 700;
  font-size: 1.5rem;
  color: #5db5cb;
  margin: 50px 0 20px;
  padding-bottom: 10px;
  border-bottom: solid 1px #d2d2d2;
}

.modaal-content-container dd {
  font-size: 1.4rem;
}

#store .note {
  font-size: 1.4rem;
  line-height: 1.8;
  padding-top: 60px;
}

#download {
  background: #5db5cb;
  padding: 120px 0 180px;
  text-align: justify;
  text-justify: inter-ideograph;
}

#download h2 {
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: .15em;
  text-align: center;
  padding-bottom: 110px;
}

#download .inner > div {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
}

#download .inner > div section {
  width: 30%;
  color: #fff;
  text-align: center;
  margin: 0 2.5%;
}

#download .inner > div section h3 {
  font-size: 1.8rem;
  font-weight: bold;
  padding: 30px 0 15px;
}

#download .inner > div section p:nth-of-type(2) {
  padding: 0 0 15px;
  font-size: 1.4rem;
}

#download .inner > div section li {
  margin-top: 10px;
}

#download .inner > div section li a {
  font-size: 1.5rem;
  width: 100%;
  text-align: center;
  font-weight: bold;
  display: inline-block;
  height: 64px;
  border-radius: 32px;
  background: #fff;
  color: #5db5cb;
  padding: 20px 30px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#download .inner > div section li a:after {
  display: none;
}

#download .inner > div section li a:hover {
  color: #fff;
  background: #283431;
  -webkit-transform: scale(.95);
  transform: scale(.95);
}

#profile {
  padding: 120px 0 180px;
  text-align: justify;
  text-justify: inter-ideograph;
}

#profile h2 {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: .15em;
  text-align: center;
  padding-bottom: 110px;
}

#profile .inner > p {
  width: 200px;
  margin: 0 auto;
}

#profile section {
  font-size: 1.5rem;
  line-height: 1.8;
  max-width: 800px;
  margin: 0 auto;
}

#profile section h3 {
  font-size: 2rem;
  font-weight: bold;
  padding: 50px 0 20px; 
}

#profile section h4 {
  font-size: 1.5rem;
  font-weight: bold;
  padding: 60px 0 20px; 
}




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

#Topics

----------------------------------*/
#topics .inner ul {
  max-width: 800px;
  margin: 0 auto;
}

#topics .inner li:not(:last-of-type) {
  padding-bottom: 30px;
}

#topics .inner li a {
  font-weight: bold;
  color: #111;
  padding-bottom: 2px;
}

#topics .inner li a::after {
  background: #111;
}

#topics .inner li span {
  margin-right: 40px;
  font-size: 1.4rem;
}

#topics .inner article {
  max-width: 800px;
  margin: 0 auto;
}

#topics .inner article h3 {
  border-bottom: solid 1px #283431;
  padding-bottom: 15px;
  color: #283431;
  font-weight: bold;
  font-size: 1.8rem;
}

#topics .inner article > p {
  font-size: 1.4rem;
  padding-top: 10px;
  text-align: right;
}

#topics .inner article > div {
  line-height: 1.8;
  margin-top: 60px;
}

#topics .inner article > div p {
  margin-top: 20px;
  text-align: justify;
  text-justify: inter-ideograph;
}

#topics .inner article > div strong {
  font-weight: bold;
  margin-bottom: 10px;
  display: block;
}

#topics .inner article > div p + strong {
  margin-top: 40px;
}

#topics .inner .btn {
  text-align: center;
  margin-top: 180px;
}

#topics .inner .btn a {
  font-size: 1.4rem;
  font-weight: bold;
  display: inline-block;
  height: 64px;
  border-radius: 32px;
  background: #5db5cb;
  color: #fff;
  padding: 20px 30px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#topics .inner .btn a:after {
  display: none;
}

#topics .inner .btn a:hover {
  background: #111;
  -webkit-transform: scale(.95);
  transform: scale(.95);
}



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

Breakpoint

------------------------------------
------------------------------------
----------------------------------*/
@media screen and (max-width: 768px) {

#error #contents .inner {
  height: calc(100vh - 462px);
}

#mv {
  height: 100% !important;
  display: block;
}

#mv .vegas-wrapper {
  display: block;
}

#mv .txt {
  left: 0;
  width: 100%;
  padding-top: 40px;
}

#mv .txt p:nth-of-type(1) {
  width: 76px;
  margin: 0 auto;
}

#mv .txt p:nth-of-type(2) {
  text-align: center;
  font-size: 1.2rem;
  padding: 20px 0 5px;
}

#mv .txt h1 {
  max-width: 310px;
  margin: 0 auto;
  padding-bottom: 12px;
}

#mv .txt p:nth-of-type(3) {
  font-size: 1.4rem;
  text-align: center;
}

#mv .txt p:nth-of-type(3) em {
  font-size: 2.3rem;
}

section#topics {
  padding: 14px 20px;
  font-size: 1.1rem;
}

section#topics h2 {
  display: none;
}

section#topics li span {
  display: none;
}

#information {
    padding: 70px 0 90px;
}

#information h2 {
  font-size: 1.8rem;
  padding-bottom: 40px;
}

#information header h3 {
  width: 264px;
  padding-bottom: 15px;
}

#information header p {
  font-size: 1.3rem;
}

#information .inner > div {
  margin-top: 40px;
  -webkit-flex-direction: column;
  flex-direction: column;
}

#information .inner > div section {
  width: 70%;
  margin: 0 auto;
}

#information .inner > div section:not(:first-of-type) {
  margin-top: 50px;
}

#information .inner > div section h4 {
  font-size: 1.2rem;
  padding-top: 15px;
}

#information .inner > div section h3 {
  font-size: 1.3rem;
  margin-top: 30px;
}

#information .inner > div section dl {
  font-size: 1.1rem;
}

#information .inner > div section ul:first-of-type {
  font-size: 1rem;
  padding-top: 10px;
}

.accbox {
  margin-top: 15px;
}

.accbox label {
  font-size: 1.2rem;
  padding: 18px 30px;
}

#event {
  padding: 70px 0 90px;
}

#event .inner > section:not(:first-of-type) {
  margin-top: 70px;
}

#event h2 {
  font-size: 1.8rem;
  padding-bottom: 60px;
}

#event h3 {
  font-size: 1.4rem;
}

#event .read {
  font-size: 1.1rem;
  text-align: left;
}

#event .read p:last-child {
  text-align: center;
}

#event .read a {
  font-size: 1.2rem;
  display: inline-block;
  padding: 16px 30px;
  height: auto;
}

#event .read .term {
  font-size: 1rem;
  padding-top: 5px;
}

#event .info {
  padding: 20px 30px;
  margin-top: 20px;
}

#event .info > section:not(:first-of-type) {
  margin-top: 20px;
  padding-top: 20px;
}

#event .info h4 {
  font-size: 1.2rem;
  padding-bottom: 15px;
}

#event .info dt {
  font-size: 1.2rem;
  padding-top: 10px;
}

#event .info dd {
  font-size: 1.1rem;
}

#event .info .note {
  font-size: 1rem;
  line-height: 1.4;
}


#store {
  padding: 70px 0 90px;
}

#store h2 {
  font-size: 1.8rem;
}

#store .dome h3,
#store .inner .shop h3 {
  font-size: 1.2rem;
  padding-bottom: 20px;
}

#store .inner .shop h3 {
  padding-bottom: 30px;
  margin-top: 60px;
}

#store .dome {
  margin-top: 50px;
  padding-top: 50px;
}

#store .dome h3 em,
#store .inner .shop h3 em {
  font-size: 1.4rem;
  display: block;
}

#store .dome h3 span {
  font-weight: bold;
  font-size: 1rem;
}

#store .dome p {
  font-size: 1.1rem;
}

#store .dome p img {
  width: 70%;
  margin: 0 auto;
}

#store .dome ul {
  padding: 168px 30px 20px 30px;
  margin-top: 20px;
  background-size: 120px 120px;
  background-position: center 28px;
}

#store .dome li {
  font-size: 1.1rem;
  text-align: center;
  padding: 5px 0;
}

#store .dome li:nth-last-child(-n+2) {
  font-size: 1rem;
}

#store .dome li a {
  font-size: 1.2rem;
  display: block;
  padding: 16px 10px;
  height: auto;
}

#store .inner .shop > div section {
  width: auto;
  margin: 0 auto;
  padding: 30px;
}

#store .inner .shop > div section:nth-child(n + 2) {
  margin-top: 20px;
}

#store .inner .shop > div section p:last-of-type {
  margin-top: 23px;
}

#store .inner .shop > div section p a {
  font-size: 1.2rem;
  display: inline-block;
  padding: 16px 30px;
  height: auto;
}

#store .inner .shop > div section h4 {
  font-size: 1.1rem;
}

#store .inner .shop > div section h5 {
  font-size: 1.2rem;
  margin-bottom: 0;
}

#store .inner .shop > div section .read {
  font-size: 1.1rem;
  margin:10px 0 0;
}

.modaal-content-container {
  padding: 0 30px 30px !important;
}

.modaal-content-container dt {
  font-size: 1.2rem;
  margin: 30px 0 10px;
}

.modaal-content-container dd {
  font-size: 1.1rem;
}

#store .note {
  font-size: 1rem;
  line-height: 1.5;
  padding-top: 30px;
  text-align: left;
}

#store section .note li {
  text-indent: -1em;
  padding-left: 1em;
}

#download {
  padding: 70px 0 90px;
}

#download .inner > div {
	display: block;
}

#download h2 {
  font-size: 1.8rem;
  padding-bottom: 60px;
}

#download .inner > div section {
  width: 70%;
  margin: 0 auto;
}

#download .inner > div section:not(:first-of-type) {
  margin-top: 50px;
}

#download .inner > div section h3 {
  font-size: 1.4rem;
}

#download .inner > div section p:nth-of-type(2) {
  font-size: 1.1rem;
  padding: 0 0 10px 0;
}

#download .inner > div section li a {
  font-size: 1.2rem;
  display: block;
  padding: 16px 10px;
  height: auto;
}

#profile {
  padding: 70px 0 90px;
}

#profile h2 {
  font-size: 1.8rem;
  padding-bottom: 60px;
}

#profile .inner > p {
  width: 160px;
}

#profile section h3 {
  font-size: 1.4rem;
  text-align: center;
  padding: 35px 0 30px;
}

#profile section {
  font-size: 1.2rem;
}

#profile section h4 {
  font-size: 1.2rem;
  padding: 40px 0 20px;
  text-align: center;
}

#topics .inner li span {
  font-size: 1.1rem;
  display: block;
  padding-bottom: 5px;
}

#topics .inner article h3 {
  font-size: 1.3rem;
  padding-bottom: 10px;
}

#topics .inner article > p {
  font-size: 1.1rem;
}

#topics .inner article > div {
  margin-top: 40px;
}

#topics .inner article > div p + strong {
  margin-top: 30px;
}

#topics .inner .btn {
  margin-top: 80px;
}

#topics .inner .btn a {
  font-size: 1rem;
  height: auto;
  padding: 16px 30px;
}




}


