@charset "UTF-8";
/* =========================================================
	Theme Name: Petit Piano Original Template
	Description: This is the original theme for Wordpress Site.
	Author: INDEX CO.,ltd
	Author URI: https://www.index-media.jp/

	※このCSSファイルはSassにて生成されています。
	This file is created by Sccs Files.
=========================================================*/
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

/* Base Settings
------------------------------------------------- */
html {
  font-size: 62.5%; /*主要ブラウザのデフォルトサイズ16pxに対する62.5% => 10px;*/
}

body {
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
  background: #000;
  color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
  -webkit-animation: fadeIn 1.5s ease 0s 1 normal;
          animation: fadeIn 1.5s ease 0s 1 normal;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

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

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.txtBold {
  font-weight: 600;
}

.txtLeft {
  text-align: left;
}

.txtCenter {
  text-align: center;
}

.txtRight {
  text-align: right;
}

.txtMainColor {
  color: #f1c55a;
}

.txtSubColor {
  color: #fff;
}

.txtRed {
  color: #ff0000;
}

.txtBlue {
  color: #00f;
}

.indent {
  text-indent: 1rem;
}

.lh100 {
  line-height: 1;
}

.lh120 {
  line-height: 1.2;
}

.lh140 {
  line-height: 1.4;
}

.lh160 {
  line-height: 1.6;
}

.lh180 {
  line-height: 1.8;
}

.lh200 {
  line-height: 2;
}

.lh220 {
  line-height: 2.2;
}

/* Images
------------------------------------------------- */
img {
  vertical-align: bottom;
  font-size: 0;
  line-height: 0;
}
img.img-fluid {
  max-width: 100%;
}
img.imgHover:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* Links
------------------------------------------------- */
a {
  color: #fff;
  text-decoration: none;
  word-break: break-all;
}
a:hover {
  color: #f1c55a;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* List
------------------------------------------------- */
ol,
ul {
  list-style: none;
}

/* Clear
------------------------------------------------- */
.clear {
  clear: both;
}

.clearfix {
  overflow: hidden;
  zoom: 1;
}

/* Layout
------------------------------------------------- */
input,
select,
textarea {
  margin: 0;
  padding: 0;
  vertical-align: middle;
  padding: 1em;
  border: #cccccc 1px solid;
}

.tx-left {
  float: left;
}

.tx-right {
  float: right;
}

.noDisp {
  display: none;
}

.inline {
  display: inline;
}

.inlineBlock {
  display: inline-block;
}

.mT1 {
  margin-top: 1em !important;
}

.mT2 {
  margin-top: 2em !important;
}

.mT3 {
  margin-top: 3em !important;
}

.mT4 {
  margin-top: 4em !important;
}

.mT5 {
  margin-top: 5em !important;
}

.mR1 {
  margin-right: 1em !important;
}

.mR2 {
  margin-right: 2em !important;
}

.mR3 {
  margin-right: 3em !important;
}

.mR4 {
  margin-right: 4em !important;
}

.mR5 {
  margin-right: 5em !important;
}

.mB1 {
  margin-bottom: 1em !important;
}

.mB2 {
  margin-bottom: 2em !important;
}

.mB3 {
  margin-bottom: 3em !important;
}

.mB4 {
  margin-bottom: 4em !important;
}

.mB5 {
  margin-bottom: 5em !important;
}

.mL1 {
  margin-left: 1em !important;
}

.mL2 {
  margin-left: 2em !important;
}

.mL3 {
  margin-left: 3em !important;
}

.mL4 {
  margin-left: 4em !important;
}

.mL5 {
  margin-left: 5em !important;
}

.pT1 {
  padding-top: 1em !important;
}

.pT2 {
  padding-top: 2em !important;
}

.pT3 {
  padding-top: 3em !important;
}

.pT4 {
  padding-top: 4em !important;
}

.pT5 {
  padding-top: 5em !important;
}

.pR1 {
  padding-right: 1em !important;
}

.pR2 {
  padding-right: 2em !important;
}

.pR3 {
  padding-right: 3em !important;
}

.pR4 {
  padding-right: 4em !important;
}

.pR5 {
  padding-right: 5em !important;
}

.pB1 {
  padding-bottom: 1em !important;
}

.pB2 {
  padding-bottom: 2em !important;
}

.pB3 {
  padding-bottom: 3em !important;
}

.pB4 {
  padding-bottom: 4em !important;
}

.pB5 {
  padding-bottom: 5em !important;
}

.pL1 {
  padding-left: 1em !important;
}

.pL2 {
  padding-left: 2em !important;
}

.pL3 {
  padding-left: 3em !important;
}

.pL4 {
  padding-left: 4em !important;
}

.pL5 {
  padding-left: 5em !important;
}

.btn01, .top-mandala__btn a, .top-petitpiano__btn a, .top-music__btn a, .top-lesson__listItem--btn a, .top-news__btn a {
  display: inline-block;
  border: #f2e0a0 1px solid;
  width: 300px;
  padding: 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #f2e0a0;
  text-align: center;
  position: relative;
  font-family: "STIX Two Text", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.btn01:before, .top-mandala__btn a:before, .top-petitpiano__btn a:before, .top-music__btn a:before, .top-lesson__listItem--btn a:before, .top-news__btn a:before {
  position: absolute;
  bottom: 1%;
  right: 1%;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  content: "\f054";
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.btn01:after, .top-mandala__btn a:after, .top-petitpiano__btn a:after, .top-music__btn a:after, .top-lesson__listItem--btn a:after, .top-news__btn a:after {
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  content: "\f054\f054\f054";
  padding: 0 0 0 1em;
}
.btn01:hover, .top-mandala__btn a:hover, .top-petitpiano__btn a:hover, .top-music__btn a:hover, .top-lesson__listItem--btn a:hover, .top-news__btn a:hover {
  background-color: #f2e0a0;
  color: #000;
}

.hr01 {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  border-top: none 1px solid;
  background-image: url(../img/common/hr01.svg);
  background-position: center top;
  background-repeat: no-repeat;
  height: 25px;
}

.heading01, .biography__title, .news__title, .contact__title, .music__title, .artist__title, .mandala__title, .top-mandala__title, .top-petitpiano__title, .top-music__title, .top-lesson__title, .top-news__title, .top-blog__title, .top-shop__title, .top-sns__title {
  font-family: "Noto Serif JP", serif;
  font-size: 2.08em;
  color: #f1c55a;
  font-family: "STIX Two Text", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .heading01, .biography__title, .news__title, .contact__title, .music__title, .artist__title, .mandala__title, .top-mandala__title, .top-petitpiano__title, .top-music__title, .top-lesson__title, .top-news__title, .top-blog__title, .top-shop__title, .top-sns__title {
    font-size: 6.25vw;
  }
}
.heading01::before, .biography__title::before, .news__title::before, .contact__title::before, .music__title::before, .artist__title::before, .mandala__title::before, .top-mandala__title::before, .top-petitpiano__title::before, .top-music__title::before, .top-lesson__title::before, .top-news__title::before, .top-blog__title::before, .top-shop__title::before, .top-sns__title::before {
  content: url(../img/common/heading01Left.svg);
  padding: 0 2em 0 0;
}
@media screen and (max-width: 768px) {
  .heading01::before, .biography__title::before, .news__title::before, .contact__title::before, .music__title::before, .artist__title::before, .mandala__title::before, .top-mandala__title::before, .top-petitpiano__title::before, .top-music__title::before, .top-lesson__title::before, .top-news__title::before, .top-blog__title::before, .top-shop__title::before, .top-sns__title::before {
    padding: 0 1em 0 0;
  }
}
.heading01::after, .biography__title::after, .news__title::after, .contact__title::after, .music__title::after, .artist__title::after, .mandala__title::after, .top-mandala__title::after, .top-petitpiano__title::after, .top-music__title::after, .top-lesson__title::after, .top-news__title::after, .top-blog__title::after, .top-shop__title::after, .top-sns__title::after {
  content: url(../img/common/heading01Right.svg);
  padding: 0 0 0 2em;
}
@media screen and (max-width: 768px) {
  .heading01::after, .biography__title::after, .news__title::after, .contact__title::after, .music__title::after, .artist__title::after, .mandala__title::after, .top-mandala__title::after, .top-petitpiano__title::after, .top-music__title::after, .top-lesson__title::after, .top-news__title::after, .top-blog__title::after, .top-shop__title::after, .top-sns__title::after {
    padding: 0 0 0 1em;
  }
}
.heading01--ja, .biography__title--ja, .news__title--ja, .contact__title--ja, .music__title--ja, .artist__title--ja, .mandala__title--ja, .top-mandala__title--ja, .top-petitpiano__title--ja, .top-music__title--ja, .top-lesson__title--ja, .top-news__title--ja, .top-blog__title--ja, .top-shop__title--ja, .top-sns__title--ja {
  position: absolute;
  top: 0;
  display: block;
  font-size: 0.4em;
  color: #fff;
  margin: 0 0 0.5em 0;
  font-family: ten-mincho, serif;
}
.heading01--en, .biography__title--en, .news__title--en, .contact__title--en, .music__title--en, .artist__title--en, .mandala__title--en, .top-mandala__title--en, .top-petitpiano__title--en, .top-music__title--en, .top-lesson__title--en, .top-news__title--en, .top-blog__title--en, .top-shop__title--en, .top-sns__title--en, .heading02, .artist-profile__title, .artist-gallery__title, .artist-activity__title, .artist-link__title, .artist-price__title, .mandala-pointillism__title, .mandala-digital__title {
  background: -webkit-gradient(linear, left top, right top, from(rgb(178, 127, 42)), color-stop(20%, rgb(203, 153, 65)), color-stop(40%, rgb(244, 226, 135)), color-stop(50%, rgb(255, 248, 210)), color-stop(60%, rgb(244, 226, 135)), color-stop(80%, rgb(203, 153, 65)), to(rgb(178, 127, 42)));
  background: -webkit-linear-gradient(left, rgb(178, 127, 42) 0%, rgb(203, 153, 65) 20%, rgb(244, 226, 135) 40%, rgb(255, 248, 210) 50%, rgb(244, 226, 135) 60%, rgb(203, 153, 65) 80%, rgb(178, 127, 42) 100%);
  background: linear-gradient(to right, rgb(178, 127, 42) 0%, rgb(203, 153, 65) 20%, rgb(244, 226, 135) 40%, rgb(255, 248, 210) 50%, rgb(244, 226, 135) 60%, rgb(203, 153, 65) 80%, rgb(178, 127, 42) 100%);
  background-size: 200% 200%;
  background-repeat: no-repeat;
  background-position: center;
  color: transparent;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-animation: texts 4s ease-in-out infinite;
          animation: texts 4s ease-in-out infinite;
}
@-webkit-keyframes texts {
  0% {
    background-position: 0% 0%;
  }
  80% {
    background-position: 100% 100%;
  }
  100% {
    background-position: 0% 0%;
  }
}
@keyframes texts {
  0% {
    background-position: 0% 0%;
  }
  80% {
    background-position: 100% 100%;
  }
  100% {
    background-position: 0% 0%;
  }
}

.heading02, .artist-profile__title, .artist-gallery__title, .artist-activity__title, .artist-link__title, .artist-price__title, .mandala-pointillism__title, .mandala-digital__title {
  font-family: "Noto Serif JP", serif;
  font-size: 2.08em;
  color: #f1c55a;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .heading02, .artist-profile__title, .artist-gallery__title, .artist-activity__title, .artist-link__title, .artist-price__title, .mandala-pointillism__title, .mandala-digital__title {
    font-size: 6.25vw;
  }
}
.heading02::after, .artist-profile__title::after, .artist-gallery__title::after, .artist-activity__title::after, .artist-link__title::after, .artist-price__title::after, .mandala-pointillism__title::after, .mandala-digital__title::after {
  content: url(../img/common/heading02.svg);
  display: block;
  text-align: center;
  padding: 0.5em 0 0 0;
}

.heading03, .news__bloglistItem--title {
  font-family: "Noto Serif JP", serif;
  font-size: 1.25em;
  color: #f1c55a;
  font-family: "STIX Two Text", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  padding: 1em 0;
  border-bottom: #f1c55a 1px solid;
}
@media screen and (max-width: 768px) {
  .heading03, .news__bloglistItem--title {
    font-size: 6.25vw;
  }
}

.heading04, .news__categoryTitle, .news__monthlyTitle, .news__recentTitle {
  display: inline-block;
  border: #f1c55a 1px solid;
  width: 100%;
  padding: 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #f1c55a;
  text-align: center;
  position: relative;
  font-family: ten-mincho, serif;
}
.heading04:before, .news__categoryTitle:before, .news__monthlyTitle:before, .news__recentTitle:before {
  position: absolute;
  bottom: 1%;
  right: 1%;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  content: "\f054";
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

/* ---------------------------------------
	Header
-----------------------------------------*/
.header {
  background-color: rgba(0, 0, 0, 0.7);
}
@media screen and (max-width: 768px) {
  .header {
    display: none;
  }
}
.header__wrap {
  width: 1000px;
  margin: 0px auto;
  padding: 1em 0;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 999px) {
  .header__wrap {
    width: 95%;
  }
}
@media screen and (max-width: 768px) {
  .header__wrap {
    width: 95%;
    padding: 0.5em 0;
  }
}
@media screen and (max-width: 576px) {
  .header__wrap {
    width: 95%;
    padding: 0.5em 0;
  }
}
@media screen and (max-width: 768px) {
  .header__wrap {
    width: 100%;
  }
}
.header__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__navItem {
  padding: 0 1em;
  font-family: ten-mincho, serif;
}
@media screen and (max-width: 768px) {
  .header__navItem {
    display: none;
  }
}
.header__navItem a {
  display: block;
  text-align: center;
}
.header__navItem a span {
  display: block;
  color: #f1c55a;
  margin: 0.5em 0 0;
  font-family: "STIX Two Text", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.header__logo {
  margin: 0 auto;
  display: inline-block;
}
.header__logo img {
  max-width: 100%;
  height: auto;
  margin: auto;
}
.header__logo img:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  .header__logo img {
    max-width: 80%;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fixed {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  opacity: 1;
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
}

/* ---------------------------------------
	keyVisuals
-----------------------------------------*/
.keyVisual {
  background-color: black;
}

/* ---------------------------------------
	Footer Area
-----------------------------------------*/
.footer__nav {
  display: none;
  /* このクラスを、jQueryで付与・削除する */
}
@media screen and (max-width: 768px) {
  .footer__nav {
    display: block;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    position: fixed;
    bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .footer__nav.active {
    display: block;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
.footer__navItem {
  display: none;
}
@media screen and (max-width: 768px) {
  .footer__navItem {
    display: block;
    width: 75%;
    font-size: 0.938em;
  }
}
@media screen and (max-width: 576px) {
  .footer__navItem {
    font-size: 0.75em;
  }
}
.footer__navItem a {
  display: block;
  padding: 1em;
  border-bottom: #fff 1px solid;
  position: relative;
}
.footer__navItem a::after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  position: absolute;
  right: 1em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.footer__navItem a span {
  display: inline-block;
  color: #f1c55a;
  margin: 0 0 0 1em;
  font-size: 1.2em;
}
.footer__menu {
  display: none;
}
@media screen and (max-width: 768px) {
  .footer__menu {
    background-color: #f1c55a;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
    position: fixed;
    bottom: 0;
  }
}
.footer__menuItem {
  display: none;
}
@media screen and (max-width: 768px) {
  .footer__menuItem {
    display: block;
    width: 25%;
    border-right: #000 1px solid;
  }
  .footer__menuItem:last-child {
    border-right: none;
  }
  .footer__menuItem a {
    display: block;
  }
  .footer__menuItem img {
    max-width: 100%;
    height: auto;
    margin: auto;
  }
}
.footer__anchor {
  position: fixed;
  right: 30px;
  bottom: 30px;
}
.footer__anchor:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 576px) {
  .footer__anchor {
    display: none;
  }
}
.footer__copyRight {
  display: block;
  padding: 1em 0;
  color: #f1c55a;
  text-align: center;
  font-size: 0.75em;
  background-image: url(../img/common/hr01.svg);
  background-position: center top;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .footer__copyRight {
    margin-bottom: 16%;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fixed_footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
}

/* Top Page
------------------------------------------------- */
.top-logo__pc {
  display: block;
  text-align: center;
  width: 95%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .top-logo__pc {
    display: none;
  }
}
.top-logo__sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .top-logo__sp {
    display: block;
    width: 100%;
    overflow: hidden;
  }
}
.top-logo img {
  max-width: 100%;
  height: auto;
  margin: auto;
}

.top-firstview {
  width: 100%;
  height: calc(100vh - 112px);
  overflow: hidden;
}
@media screen and (max-width: 576px) {
  .top-firstview {
    height: 0;
    padding-top: 75%;
  }
}

@-moz-document url-prefix() {
  .top-firstview {
    margin-left: -1px;
  }
}
.top-mandala {
  background-image: url(../img/page/top/img_mandala01Bg.png), url(../img/page/top/img_mandala02Bg.png);
  background-position: top left, top right;
  background-repeat: no-repeat, no-repeat;
  background-size: contain, contain;
}
@media screen and (max-width: 768px) {
  .top-mandala {
    background: none;
  }
}
.top-mandala__wrap {
  width: 1000px;
  margin: 0px auto;
  padding: 5em 0;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 999px) {
  .top-mandala__wrap {
    width: 95%;
  }
}
@media screen and (max-width: 768px) {
  .top-mandala__wrap {
    width: 95%;
    padding: 3em 0;
  }
}
@media screen and (max-width: 576px) {
  .top-mandala__wrap {
    width: 95%;
    padding: 3em 0;
  }
}
.top-mandala__title, .top-sns__title, .top-shop__title, .top-blog__title, .top-news__title, .top-lesson__title, .top-music__title, .top-petitpiano__title {
  margin: 0 0 2em 0;
}
.top-mandala__text {
  width: 320px;
  margin: 0 auto 2em auto;
  padding: 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 200%;
  background-color: rgba(0, 0, 0, 0.7);
  text-align: center;
  font-family: ten-mincho, serif;
}
@media screen and (max-width: 768px) {
  .top-mandala__text {
    width: 100%;
    padding: 0;
    line-height: 150%;
    text-align: left;
  }
}
.top-mandala__btn {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .top-mandala__btn a {
    width: 100%;
  }
}
.top-mandala__block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.top-mandala__block--left, .top-mandala__block--right {
  display: none;
}
@media screen and (max-width: 768px) {
  .top-mandala__block--left, .top-mandala__block--right {
    display: block;
    width: 70%;
    margin: 1.5em auto;
    text-align: center;
  }
  .top-mandala__block--left img, .top-mandala__block--right img {
    max-width: 100%;
    height: auto;
    margin: auto;
  }
}
.top-mandala__block--middle {
  width: 100%;
}
.top-petitpiano__wrap {
  width: 1000px;
  margin: 0px auto;
  padding: 5em 0;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 999px) {
  .top-petitpiano__wrap {
    width: 95%;
  }
}
@media screen and (max-width: 768px) {
  .top-petitpiano__wrap {
    width: 95%;
    padding: 3em 0;
  }
}
@media screen and (max-width: 576px) {
  .top-petitpiano__wrap {
    width: 95%;
    padding: 3em 0;
  }
}
.top-petitpiano__text {
  font-family: ten-mincho, serif;
  line-height: 200%;
}
@media screen and (max-width: 768px) {
  .top-petitpiano__text {
    line-height: 150%;
    margin: 0 auto 1em auto;
    display: inline;
  }
}
@media screen and (max-width: 768px) {
  .top-petitpiano__btn a {
    width: 100%;
  }
}
.top-petitpiano__block01 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: minmax(100px, auto);
}
.top-petitpiano__block01--img {
  grid-row: 1/3;
}
@media screen and (max-width: 768px) {
  .top-petitpiano__block01--img {
    grid-row: 1/2;
  }
}
.top-petitpiano__block01--img img {
  max-width: 100%;
  height: auto;
  margin: auto;
}
.top-petitpiano__block01--text01 {
  grid-column: 2/3;
  padding: 0 0 0 2em;
  align-self: center;
  justify-self: center;
}
@media screen and (max-width: 768px) {
  .top-petitpiano__block01--text01 {
    padding: 0 0 0 1em;
  }
}
.top-petitpiano__block01--text02 {
  grid-column: 2/3;
  padding: 0 0 0 2em;
}
@media screen and (max-width: 768px) {
  .top-petitpiano__block01--text02 {
    grid-column: 1/3;
    grid-row: 2/3;
    padding: 0;
  }
}
.top-petitpiano__block02 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: minmax(50px, auto);
}
.top-petitpiano__block02--text {
  grid-row: 1/2;
  grid-column: 1/2;
  align-self: center;
  justify-self: center;
}
@media screen and (max-width: 768px) {
  .top-petitpiano__block02--text {
    padding: 0 1em 0 0;
  }
}
.top-petitpiano__block02--btn {
  grid-row: 2/3;
  grid-column: 1/2;
}
@media screen and (max-width: 768px) {
  .top-petitpiano__block02--btn {
    grid-row: 3/4;
    grid-column: 1/3;
    text-align: center;
  }
}
.top-petitpiano__block02--img {
  grid-row: 1/3;
  grid-column: 2/3;
}
.top-petitpiano__block02--img img {
  max-width: 100%;
  height: auto;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .top-petitpiano__block02--img {
    grid-row: 1/2;
    grid-column: 2/3;
  }
}

.top-music {
  padding: 5em 0;
}
@media screen and (max-width: 768px) {
  .top-music {
    padding: 3em 0;
  }
}
.top-music__block {
  text-align: center;
}
.top-music__img img {
  max-width: 100%;
  height: auto;
  margin: auto;
}
.top-music__text {
  font-family: ten-mincho, serif;
  line-height: 200%;
  margin: 0 auto 2em;
}
@media screen and (max-width: 768px) {
  .top-music__text {
    text-align: left;
    line-height: 150%;
  }
}
@media screen and (max-width: 768px) {
  .top-music__btn a {
    width: 100%;
  }
}

.top-lesson {
  padding: 5em 0;
}
@media screen and (max-width: 768px) {
  .top-lesson {
    padding: 3em 0;
  }
}
.top-lesson__text {
  width: 1000px;
  margin: 0px auto;
  padding: 1em 0;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 200%;
  text-align: center;
  margin: 0 auto;
  font-family: ten-mincho, serif;
}
@media screen and (max-width: 999px) {
  .top-lesson__text {
    width: 95%;
  }
}
@media screen and (max-width: 768px) {
  .top-lesson__text {
    width: 95%;
    padding: 1em 0;
  }
}
@media screen and (max-width: 576px) {
  .top-lesson__text {
    width: 95%;
    padding: 1em 0;
  }
}
@media screen and (max-width: 768px) {
  .top-lesson__text {
    line-height: 150%;
  }
}
.top-lesson__list {
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .top-lesson__list {
    width: 80%;
  }
}
.top-lesson__listItem {
  text-align: center;
  margin: 2em;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  .top-lesson__listItem {
    margin: 1em;
    width: 220px;
  }
}
.top-lesson__listItem--img img {
  max-width: 100%;
  height: auto;
  margin: auto;
}
.top-lesson__listItem--title {
  margin: 1em 0;
}
@media screen and (max-width: 768px) {
  .top-lesson__listItem--btn a {
    width: 100%;
  }
}
.top-lesson__listItem.slick-current {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
@media screen and (max-width: 768px) {
  .top-lesson__listItem.slick-current {
    -webkit-transform: none;
            transform: none;
  }
}

.top-news__wrap {
  width: 1000px;
  margin: 0px auto;
  padding: 5em 0;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 999px) {
  .top-news__wrap {
    width: 95%;
  }
}
@media screen and (max-width: 768px) {
  .top-news__wrap {
    width: 95%;
    padding: 3em 0;
  }
}
@media screen and (max-width: 576px) {
  .top-news__wrap {
    width: 95%;
    padding: 3em 0;
  }
}
.top-news__date {
  font-family: ten-mincho, serif;
  color: #f1c55a;
  display: block;
  margin: 0 0 2em 0;
}
@media screen and (max-width: 768px) {
  .top-news__date {
    margin: 0 0 1em 0;
  }
}
.top-news__text {
  font-family: ten-mincho, serif;
  line-height: 200%;
}
.top-news__list {
  border-top: #f1c55a 1px solid;
  margin: 0 0 2em 0;
}
.top-news__listItem {
  border-bottom: #f1c55a 1px solid;
  padding: 2em 0;
}
.top-news__listItem a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.top-news__listItem--left {
  width: 20%;
}
.top-news__listItem--left img {
  max-width: 100%;
  height: auto;
  margin: auto;
}
.top-news__listItem--right {
  width: 75%;
}
.top-news__btn {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .top-news__btn a {
    width: 100%;
  }
}

.top-blog__wrap {
  width: 1000px;
  margin: 0px auto;
  padding: 5em 0;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 999px) {
  .top-blog__wrap {
    width: 95%;
  }
}
@media screen and (max-width: 768px) {
  .top-blog__wrap {
    width: 95%;
    padding: 3em 0;
  }
}
@media screen and (max-width: 576px) {
  .top-blog__wrap {
    width: 95%;
    padding: 3em 0;
  }
}
.top-blog__bnr, .music-link__bnr, .artist-link__bnr {
  text-align: center;
}
.top-blog__bnr img, .music-link__bnr img, .artist-link__bnr img {
  max-width: 100%;
  height: auto;
  margin: auto;
}
.top-blog__bnr img:hover, .music-link__bnr img:hover, .artist-link__bnr img:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.top-shop__wrap {
  width: 1000px;
  margin: 0px auto;
  padding: 5em 0;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 999px) {
  .top-shop__wrap {
    width: 95%;
  }
}
@media screen and (max-width: 768px) {
  .top-shop__wrap {
    width: 95%;
    padding: 3em 0;
  }
}
@media screen and (max-width: 576px) {
  .top-shop__wrap {
    width: 95%;
    padding: 3em 0;
  }
}
.top-shop__bnr {
  text-align: center;
}
.top-shop__bnr img {
  max-width: 100%;
  height: auto;
  margin: auto;
}
.top-shop__bnr img:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.top-shop__list, .artist-link__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .top-shop__list, .artist-link__list {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.top-shop__listItem, .artist-link__listItem {
  width: 190px;
  border: #f1c55a 1px solid;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top-shop__listItem, .artist-link__listItem {
    width: 45%;
    margin: 0 0 2em 0;
  }
}
.top-shop__listItem::before, .artist-link__listItem::before {
  content: url(../img/page/top/shop_icon.svg);
  position: absolute;
  top: -25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.top-shop__listItem a, .artist-link__listItem a {
  display: block;
  color: #f1c55a;
}
.top-shop__listItem img, .artist-link__listItem img {
  max-width: 100%;
  height: auto;
  margin: auto;
}
.top-shop__listItem img:hover, .artist-link__listItem img:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.top-shop__listItem--shopName, .artist-link__listItem--shopName {
  font-family: ten-mincho, serif;
  position: absolute;
  bottom: 0.5em;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
}
.top-shop__listItem--shopName::after, .artist-link__listItem--shopName::after {
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  content: "\f054\f054\f054";
  padding: 0 0 0 0.5em;
}

.top-sns__wrap {
  padding: 5em 0;
  position: relative;
  width: 100%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .top-sns__wrap {
    padding: 3em 0;
  }
}
.top-sns__title {
  margin-bottom: 0;
}
.top-sns__list {
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .top-sns__list {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.top-sns__listItem {
  margin: 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .top-sns__listItem {
    width: 32%;
    margin: 0 0 0.5em 0;
  }
}
.top-sns__listItem img {
  width: 600px;
  height: auto;
}
.top-sns__listItem img:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  .top-sns__listItem img {
    width: 400px;
  }
}
@media screen and (max-width: 576px) {
  .top-sns__listItem img {
    width: 80vw;
  }
}
.top-sns__snsList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 576px) {
  .top-sns__snsList {
    margin-bottom: 1em;
  }
}
.top-sns__snsListItem {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.top-sns__snsListItem a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  padding: 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #000000;
  border-radius: 50%;
  background: url(../img/page/top/bg_sns.png) no-repeat center;
}
.top-sns__snsListItem a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.top-fLogo {
  display: none;
}
@media screen and (max-width: 768px) {
  .top-fLogo {
    display: block;
    padding: 3em 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
  }
  .top-fLogo__img {
    width: 20vw;
    margin: 0 auto;
  }
  .top-fLogo__img img {
    max-width: 100%;
    height: auto;
    margin: auto;
  }
}

/* Mandala
------------------------------------------------- */
.mandala__wrap {
  width: 1000px;
  margin: 0px auto;
  padding: 5em 0;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 999px) {
  .mandala__wrap {
    width: 95%;
  }
}
@media screen and (max-width: 768px) {
  .mandala__wrap {
    width: 95%;
    padding: 3em 0;
  }
}
@media screen and (max-width: 576px) {
  .mandala__wrap {
    width: 95%;
    padding: 3em 0;
  }
}
.mandala__title {
  margin: 0 0 2em 0;
}
.mandala__img, .mandala-digital__img, .mandala-pointillism__img {
  text-align: center;
  margin: 0 0 2em 0;
}
@media screen and (max-width: 768px) {
  .mandala__img, .mandala-digital__img, .mandala-pointillism__img {
    width: 70%;
    margin: 0 auto 1em auto;
  }
}
.mandala__img img, .mandala-digital__img img, .mandala-pointillism__img img {
  max-width: 100%;
  height: auto;
  margin: auto;
}
.mandala__text, .mandala-digital__text, .mandala-pointillism__text {
  margin: 0 0 1em 0;
  line-height: 200%;
  text-align: center;
  font-family: ten-mincho, serif;
}
@media screen and (max-width: 768px) {
  .mandala__text, .mandala-digital__text, .mandala-pointillism__text {
    line-height: 150%;
  }
}

.mandala-pointillism__wrap {
  width: 1000px;
  margin: 0px auto;
  padding: 5em 0;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 999px) {
  .mandala-pointillism__wrap {
    width: 95%;
  }
}
@media screen and (max-width: 768px) {
  .mandala-pointillism__wrap {
    width: 95%;
    padding: 3em 0;
  }
}
@media screen and (max-width: 576px) {
  .mandala-pointillism__wrap {
    width: 95%;
    padding: 3em 0;
  }
}
.mandala-pointillism__title {
  margin: 0 0 2em 0;
}
.mandala-digital__wrap {
  width: 1000px;
  margin: 0px auto;
  padding: 5em 0;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 999px) {
  .mandala-digital__wrap {
    width: 95%;
  }
}
@media screen and (max-width: 768px) {
  .mandala-digital__wrap {
    width: 95%;
    padding: 3em 0;
  }
}
@media screen and (max-width: 576px) {
  .mandala-digital__wrap {
    width: 95%;
    padding: 3em 0;
  }
}
.mandala-digital__title {
  margin: 0 0 2em 0;
}
/* Artist
------------------------------------------------- */
.artist__wrap {
  width: 1000px;
  margin: 0px auto;
  padding: 5em 0;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 999px) {
  .artist__wrap {
    width: 95%;
  }
}
@media screen and (max-width: 768px) {
  .artist__wrap {
    width: 95%;
    padding: 3em 0;
  }
}
@media screen and (max-width: 576px) {
  .artist__wrap {
    width: 95%;
    padding: 3em 0;
  }
}
.artist__title {
  margin: 0 0 2em 0;
}
.artist__text, .artist-price__text, .artist-activity__text {
  margin: 0 0 1em 0;
  line-height: 200%;
  text-align: center;
  font-family: ten-mincho, serif;
}
@media screen and (max-width: 768px) {
  .artist__text, .artist-price__text, .artist-activity__text {
    line-height: 150%;
  }
}

.artist-profile__wrap {
  width: 1000px;
  margin: 0px auto;
  padding: 5em 0;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 999px) {
  .artist-profile__wrap {
    width: 95%;
  }
}
@media screen and (max-width: 768px) {
  .artist-profile__wrap {
    width: 95%;
    padding: 3em 0;
  }
}
@media screen and (max-width: 576px) {
  .artist-profile__wrap {
    width: 95%;
    padding: 3em 0;
  }
}
.artist-profile__title {
  margin: 0 0 2em 0;
}
.artist-profile__title--en, .artist-link__title--en, .artist-gallery__title--en {
  font-family: "STIX Two Text", serif;
}
.artist-profile__text {
  line-height: 200%;
  font-family: ten-mincho, serif;
}
@media screen and (max-width: 768px) {
  .artist-profile__text {
    line-height: 150%;
  }
}
.artist-profile__block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .artist-profile__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.artist-profile__block--left {
  padding: 0 1em 1em 0;
}
@media screen and (max-width: 768px) {
  .artist-profile__block--left {
    padding: 0 0 1em 0;
    margin: 0 auto;
  }
}
.artist-profile__block--left img {
  max-width: 100%;
  height: auto;
  margin: auto;
}
.artist-profile__block--right {
  padding: 0 0 0 1em;
}
@media screen and (max-width: 768px) {
  .artist-profile__block--right {
    padding: 0 0 1em 0;
    margin: 0 auto;
  }
}
.artist-profile__block--right img {
  max-width: 100%;
  height: auto;
  margin: auto;
}
.artist-profile__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .artist-profile__link img {
    max-width: 100%;
    height: auto;
    margin: auto;
  }
}

.artist-gallery__wrap {
  width: 1000px;
  margin: 0px auto;
  padding: 5em 0;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 999px) {
  .artist-gallery__wrap {
    width: 95%;
  }
}
@media screen and (max-width: 768px) {
  .artist-gallery__wrap {
    width: 95%;
    padding: 3em 0;
  }
}
@media screen and (max-width: 576px) {
  .artist-gallery__wrap {
    width: 95%;
    padding: 3em 0;
  }
}
.artist-gallery__title {
  margin: 0 0 2em 0;
}
.artist-gallery__img, .artist-price__img {
  text-align: center;
  margin: 0 0 2em 0;
}
@media screen and (max-width: 768px) {
  .artist-gallery__img, .artist-price__img {
    width: 70%;
    margin: 0 auto 1em auto;
  }
}
.artist-gallery__img img, .artist-price__img img {
  max-width: 100%;
  height: auto;
  margin: auto;
}
.artist-gallery__block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.artist-gallery__block--img {
  padding: 0 0.5em 2em;
}
.artist-gallery__block--img img {
  max-width: 100%;
  height: auto;
  margin: auto;
}
.artist-gallery__btn {
  text-align: center;
  margin: 2em 0 0 0;
}
.artist-gallery__btn a {
  display: inline-block;
  border: #f2e0a0 1px solid;
  width: 300px;
  padding: 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #f2e0a0;
  text-align: center;
  position: relative;
  font-family: "STIX Two Text", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  width: auto;
  line-height: 140%;
}
.artist-gallery__btn a:before {
  position: absolute;
  bottom: 1%;
  right: 1%;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  content: "\f054";
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.artist-gallery__btn a:after {
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  content: "\f054\f054\f054";
  padding: 0 0 0 1em;
}
.artist-gallery__btn a:hover {
  background-color: #f2e0a0;
  color: #000;
}
.artist-gallery__btn a br {
  display: none;
}
@media screen and (max-width: 768px) {
  .artist-gallery__btn a br {
    display: inherit;
  }
}

.artist-activity__wrap {
  width: 1000px;
  margin: 0px auto;
  padding: 5em 0;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 999px) {
  .artist-activity__wrap {
    width: 95%;
  }
}
@media screen and (max-width: 768px) {
  .artist-activity__wrap {
    width: 95%;
    padding: 3em 0;
  }
}
@media screen and (max-width: 576px) {
  .artist-activity__wrap {
    width: 95%;
    padding: 3em 0;
  }
}
.artist-activity__title {
  margin: 0 0 2em 0;
}
.artist-link__wrap {
  width: 1000px;
  margin: 0px auto;
  padding: 5em 0;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 999px) {
  .artist-link__wrap {
    width: 95%;
  }
}
@media screen and (max-width: 768px) {
  .artist-link__wrap {
    width: 95%;
    padding: 3em 0;
  }
}
@media screen and (max-width: 576px) {
  .artist-link__wrap {
    width: 95%;
    padding: 3em 0;
  }
}
.artist-link__title {
  margin: 0 0 2em 0;
}
.artist-link__bnr {
  margin: 0 0 3em 0;
}
.artist-price__wrap {
  width: 1000px;
  margin: 0px auto;
  padding: 5em 0;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 999px) {
  .artist-price__wrap {
    width: 95%;
  }
}
@media screen and (max-width: 768px) {
  .artist-price__wrap {
    width: 95%;
    padding: 3em 0;
  }
}
@media screen and (max-width: 576px) {
  .artist-price__wrap {
    width: 95%;
    padding: 3em 0;
  }
}
.artist-price__title {
  margin: 0 0 2em 0;
}
.artist-price__text {
  margin: 0;
}

/* Music
------------------------------------------------- */
.music__wrap {
  width: 1000px;
  margin: 0px auto;
  padding: 5em 0;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 999px) {
  .music__wrap {
    width: 95%;
  }
}
@media screen and (max-width: 768px) {
  .music__wrap {
    width: 95%;
    padding: 3em 0;
  }
}
@media screen and (max-width: 576px) {
  .music__wrap {
    width: 95%;
    padding: 3em 0;
  }
}
.music__title {
  margin: 0 0 2em 0;
}
.music__img {
  text-align: center;
  margin: 0 0 2em 0;
}
@media screen and (max-width: 768px) {
  .music__img {
    width: 70%;
    margin: 0 auto 1em auto;
  }
}
.music__img img {
  max-width: 100%;
  height: auto;
  margin: auto;
}
.music__text {
  margin: 0 0 1em 0;
  line-height: 200%;
  text-align: center;
  font-family: ten-mincho, serif;
}
@media screen and (max-width: 768px) {
  .music__text {
    line-height: 150%;
  }
}

.music-link__wrap {
  width: 1000px;
  margin: 0px auto;
  padding: 5em 0;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 999px) {
  .music-link__wrap {
    width: 95%;
  }
}
@media screen and (max-width: 768px) {
  .music-link__wrap {
    width: 95%;
    padding: 3em 0;
  }
}
@media screen and (max-width: 576px) {
  .music-link__wrap {
    width: 95%;
    padding: 3em 0;
  }
}
/* Contact
------------------------------------------------- */
.contact__wrap {
  width: 1000px;
  margin: 0px auto;
  padding: 5em 0;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 999px) {
  .contact__wrap {
    width: 95%;
  }
}
@media screen and (max-width: 768px) {
  .contact__wrap {
    width: 95%;
    padding: 3em 0;
  }
}
@media screen and (max-width: 576px) {
  .contact__wrap {
    width: 95%;
    padding: 3em 0;
  }
}
.contact__title {
  margin: 0 0 2em 0;
}
.contact__image {
  text-align: center;
  margin: 0 auto 1em;
}
.contact__image img {
  max-width: 100%;
  height: auto;
}
.contact__text {
  margin: 0 0 1em 0;
  line-height: 200%;
  text-align: center;
  font-family: ten-mincho, serif;
}
@media screen and (max-width: 768px) {
  .contact__text {
    line-height: 150%;
  }
}
.contact__tbl {
  width: 600px;
  margin: 0 auto 3em auto;
}
@media screen and (max-width: 768px) {
  .contact__tbl {
    width: 100%;
  }
}
.contact__tbl th {
  font-family: ten-mincho, serif;
  text-align: right;
  padding: 2em 1em;
  white-space: nowrap;
  width: 9em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .contact__tbl th {
    text-align: left;
    width: 100%;
    display: block;
  }
}
.contact__tbl td {
  font-family: ten-mincho, serif;
  padding: 2em 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .contact__tbl td {
    display: block;
  }
}
.contact__btn {
  text-align: center;
}
.contact__btn button {
  display: inline-block;
  border: #f2e0a0 1px solid;
  width: 300px;
  padding: 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #f2e0a0;
  text-align: center;
  position: relative;
  font-family: "STIX Two Text", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  background: transparent;
}
.contact__btn button:before {
  position: absolute;
  bottom: 1%;
  right: 1%;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  content: "\f054";
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.contact__btn button:after {
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  content: "\f054\f054\f054";
  padding: 0 0 0 1em;
}
.contact__btn button:hover {
  background-color: #f2e0a0;
  color: #000;
}

input,
textarea {
  background-color: transparent;
  color: #fff;
}

.input__text,
textarea {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* News (Blog)
------------------------------------------------- */
.news {
  width: 1000px;
  margin: 0px auto;
  padding: 5em 0;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 999px) {
  .news {
    width: 95%;
  }
}
@media screen and (max-width: 768px) {
  .news {
    width: 95%;
    padding: 3em 0;
  }
}
@media screen and (max-width: 576px) {
  .news {
    width: 95%;
    padding: 3em 0;
  }
}
.news__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .news__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.news__main {
  width: 670px;
}
@media screen and (max-width: 768px) {
  .news__main {
    width: 100%;
  }
}
.news__aside {
  width: 260px;
}
@media screen and (max-width: 768px) {
  .news__aside {
    width: 100%;
    margin: 3em 0 0 0;
  }
}
.news__title {
  margin: 0 0 2em 0;
}
.news__text {
  margin: 0 0 1em 0;
  line-height: 200%;
  text-align: center;
  font-family: ten-mincho, serif;
}
@media screen and (max-width: 768px) {
  .news__text {
    line-height: 150%;
  }
}
.news__bloglistItem {
  padding: 1em 0 0 0;
}
.news__bloglistItem:after {
  content: "";
  display: block;
  background-image: url(../img/page/news/hr_bg.png);
  background-position: center bottom;
  width: 100%;
  height: 70px;
}
.news__bloglistItem--title {
  margin: 0 0 2em 0;
}
.news__bloglistItem--inner {
  display: table;
  width: 100%;
}
.news__bloglistItem--left {
  display: table-cell;
  vertical-align: top;
  width: 210px;
}
@media screen and (max-width: 768px) {
  .news__bloglistItem--left {
    width: 20%;
  }
}
.news__bloglistItem--left img {
  max-width: 100%;
  height: auto;
  margin: auto;
  border: #f1c55a 1px solid;
}
.news__bloglistItem--right {
  display: table-cell;
  vertical-align: top;
  padding: 0 0 0 1em;
}
@media screen and (max-width: 768px) {
  .news__bloglistItem--right {
    width: 80%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.news__bloglistItem--date, .news__bloglistItem--theme {
  display: block;
  text-align: right;
  font-family: ten-mincho, serif;
  line-height: 140%;
}
.news__bloglistItem--theme {
  margin: 0 0 1em 0;
}
.news__bloglistItem--excerpt {
  font-family: ten-mincho, serif;
  line-height: 200%;
}
@media screen and (max-width: 768px) {
  .news__bloglistItem--excerpt {
    line-height: 150%;
  }
}
.news__bloglistItem--more {
  color: #f1c55a;
}
.news__calendarTitle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: 0 0 1em 0;
}
.news__calendarTitle--month {
  color: #f1c55a;
  font-family: ten-mincho, serif;
  font-size: 1.75em;
  margin: 0 0.5em 0 0;
}
.news__calendarTitle--en {
  color: #f1c55a;
  font-family: ten-mincho, serif;
  font-size: 1.375em;
}
.news__calendar {
  width: 100%;
  table-layout: fixed;
  font-family: ten-mincho, serif;
  margin: 0 0 3em 0;
}
.news__calendar th {
  font-size: 0.875em;
  padding: 0.5em;
}
.news__calendar th.sun {
  color: #b77070;
}
.news__calendar td {
  text-align: center;
  padding: 0.5em;
}
.news__calendar td.sun {
  color: #b77070;
}
.news__calendar td a {
  color: #f1c55a;
  text-decoration: underline;
}
.news__categoryTitle, .news__recentTitle, .news__monthlyTitle {
  margin: 0 0 1em 0;
}
.news__categoryList, .news__recentList, .news__monthlyList {
  margin: 0 0 3em 0;
  font-family: ten-mincho, serif;
}
.news__categoryListItem, .news__recentListItem, .news__monthlyListItem {
  padding: 0.5em 0;
}
.news__blogDetail {
  line-height: 200%;
}
.news__blogDetail .thumbnail-align img {
  float: left;
  margin: 0 20px 20px 0;
}
.news__blogDetail img {
  max-width: 100%;
  height: auto;
}
.news__blogDetail img.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}
.news__blogDetail img.alignright {
  float: right;
  margin: 0 0 20px 20px;
}
.news__blogDetail img.size-large {
  max-width: 100%;
  height: auto;
}
.news__blogDetail .aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 20px;
}
.news__blogDetail .wp-caption {
  display: inline-block;
  background: #f1f1f1;
  text-align: center;
  padding: 7px;
}
.news__blogDetail .wp-caption.alignleft {
  float: left;
  margin: 0 15px 15px 0;
}
.news__blogDetail .wp-caption.alignright {
  float: right;
  margin: 0 0 15px 15px;
}
.news__blogDetail .wp-caption img {
  margin: 0;
}
.news__blogDetail .wp-caption p.wp-caption-text {
  color: #888;
  text-align: center;
  font-size: 1.4rem;
  line-height: 2.4rem;
  margin: 0;
  padding: 0;
}
.news__blogDetail .gallery {
  margin: 0 auto 18px;
  padding: 0 0 25px;
}
.news__blogDetail .gallery .gallery-item {
  float: left;
  text-align: center;
}
.news__blogDetail .gallery .gallery-caption {
  color: #888;
  font-size: 12px;
  margin: 0;
}
.news__blogDetail .gallery br + br {
  display: none;
}
.news__blogDetail iframe.wp-embedded-content {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .news__blogDetail {
    line-height: 150%;
  }
  .news__blogDetail .thumbnail-align img {
    float: none;
    margin: 0 auto 10px;
  }
  .news__blogDetail img.alignleft {
    float: none;
    margin: 0 auto 10px;
  }
  .news__blogDetail img.alignright {
    float: none;
    margin: 0 auto 10px;
  }
  .news__blogDetail .aligncenter {
    clear: both;
    display: block;
    margin: 0 auto 10px;
  }
  .news__blogDetail .wp-caption.alignleft {
    float: none;
    margin: 0 auto 10px;
  }
  .news__blogDetail .wp-caption.alignright {
    float: none;
    margin: 0 auto 10px;
  }
}

.pager {
  margin: 3em 0 0 0;
  font-family: ten-mincho, serif;
}
.pager .wp-pagenavi {
  display: table;
  width: 100%;
}
.pager .wp-pagenavi a, .pager .wp-pagenavi span {
  display: inline-block;
  margin-bottom: 10px;
}
.pager .pagination, .pager .pagination_detail {
  text-align: center;
  margin: 0;
  padding: 0;
}
.pager .pagination li, .pager .pagination_detail li {
  display: inline;
  margin: 0 2px;
  padding: 0;
  display: inline-block;
  background: transparent;
  width: 50px;
  height: 50px;
  text-align: center;
  position: relative;
  border: #f1c55a 1px solid;
}
@media screen and (max-width: 768px) {
  .pager .pagination li, .pager .pagination_detail li {
    margin: 0 1px;
    width: 28px;
    height: 28px;
  }
}
.pager .pagination li.total, .pager .pagination_detail li.total {
  background: #f1c55a;
  width: 50px;
}
.pager .pagination li.total a, .pager .pagination_detail li.total a {
  width: 100%;
  height: 100%;
  color: #000;
}
.pager .pagination li a, .pager .pagination_detail li a {
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: table;
  color: #f1c55a;
  text-decoration: none;
}
.pager .pagination li a:hover, .pager .pagination_detail li a:hover, .pager .pagination li a:active, .pager .pagination_detail li a:active {
  color: #000;
  background: #f1c55a;
}
.pager .pagination li a span, .pager .pagination_detail li a span {
  display: table-cell;
  vertical-align: middle;
}
.pager .pagination_detail li {
  width: 200px;
  height: 50px;
}
@media screen and (max-width: 768px) {
  .pager .pagination_detail li {
    margin: 0 1px;
    width: 40%;
  }
}

/* Biography
------------------------------------------------- */
.biography__wrap {
  width: 1000px;
  margin: 0px auto;
  padding: 5em 0;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 999px) {
  .biography__wrap {
    width: 95%;
  }
}
@media screen and (max-width: 768px) {
  .biography__wrap {
    width: 95%;
    padding: 3em 0;
  }
}
@media screen and (max-width: 576px) {
  .biography__wrap {
    width: 95%;
    padding: 3em 0;
  }
}
.biography__title {
  margin: 0 0 2em 0;
}
.biography__table caption {
  text-align: left;
  line-height: 200%;
  font-family: ten-mincho, serif;
  margin: 0 0 2.25em 0;
}
@media screen and (max-width: 768px) {
  .biography__table caption {
    line-height: 150%;
  }
}
.biography__table th {
  text-align: right;
  line-height: 200%;
  font-family: ten-mincho, serif;
  font-weight: 500;
  padding: 0 2em 0 0;
}
@media screen and (max-width: 768px) {
  .biography__table th {
    display: block;
    line-height: 150%;
    text-align: left;
  }
}
.biography__table td {
  line-height: 200%;
  font-family: ten-mincho, serif;
  padding: 0 0 2.25em 0;
}
@media screen and (max-width: 768px) {
  .biography__table td {
    display: block;
    line-height: 150%;
  }
}
.biography__img {
  text-align: center;
  margin: 0 0 2em 0;
}
@media screen and (max-width: 768px) {
  .biography__img {
    width: 70%;
    margin: 0 auto 1em auto;
  }
}
.biography__img img {
  max-width: 100%;
  height: auto;
  margin: auto;
}
.biography__block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.biography__text {
  text-align: center;
  line-height: 200%;
  font-family: ten-mincho, serif;
}
@media screen and (max-width: 768px) {
  .biography__text {
    line-height: 150%;
  }
}
.biography__text dt {
  padding: 2em 0 0 0;
}