@charset "utf-8";
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}
html {
  font-size: 62.5%;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
body {
  margin: 0;
}
main {
  display: block;
}
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}
ul,
ol,
dd {
  margin: 0;
  padding: 0;
}
ul {
  list-style-type: disc;
}
ol {
  list-style-type: decimal;
}
hr {
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}
pre {
  font-family: monospace, monospace;
  font-size: inherit;
}
address {
  font-style: inherit;
}
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}
a:focus {
  outline: none;
}
a:hover,
a:active {
  outline: 0;
}
abbr[title] {
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}
img,
embed,
iframe,
object {
  max-width: 100%;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  text-align: inherit;
  text-transform: inherit;
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
}
textarea {
  width: 100%;
  overflow: auto;
}
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
}
select:disabled {
  opacity: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  padding: 0;
  border: none;
  background: transparent;
  -webkit-appearance: button;
  appearance: button;
  cursor: pointer;
}
button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
  cursor: default;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="number"],
[type="search"] {
  -webkit-appearance: textfield;
  appearance: textfield;
}
[type="search"] {
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
label[for] {
  cursor: pointer;
}
:-moz-focusring {
  outline: auto;
}
option {
  padding: 0;
}
fieldset {
  margin: 0;
  padding: 0;
  min-width: unset;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
details {
  display: block;
}
summary {
  display: list-item;
}
[contenteditable]:focus {
  outline: auto;
}
table {
  border-color: inherit;
  border-collapse: collapse;
}
caption {
  text-align: left;
}
td,
th {
  vertical-align: top;
  padding: 0;
}
th {
  text-align: left;
  font-weight: normal;
}
img {
  height: auto;
  border-style: none;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
dfn,
cite,
em,
i {
  font-style: italic;
}
pre {
  font-family: inherit;
  overflow: auto;
}
big {
  font-size: 125%;
}
dl {
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
}
dd {
  margin-inline-start: 0;
}
/* Wordpress
--------------------------------------------- */
.sticky {
  display: block;
}
.updated:not(.published) {
  display: none;
}
.widget select {
  max-width: 100%;
}
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
.custom-logo-link {
  display: inline-block;
}
.wp-caption {
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption-text {
  text-align: center;
}
.gallery {
  display: grid;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}
.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}
.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}
.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}
.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}
.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}
.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}
.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}
.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}
.gallery-caption {
  display: block;
}
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
#primary[tabindex="-1"]:focus {
  outline: 0;
}
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.only-sp {
  display: none;
}
body {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.7;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  color: #151515;
  line-break: strict;
}
.p-country-name {
  display: none;
}
.container {
  max-width: 192rem;
  min-width: 120rem;
  margin: auto;
}
.site-navigation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 7.8rem;
  z-index: 100;
  color: #fff;
  transition: all .3s,top 0s;
  /* 

    &.fixed {
        position: fixed;
        height: 0;
        overflow: hidden;
        .site-navigation-inner {
            margin-top: 0;
        }
        &.show {
            height: 7.8rem;
        }
    }
    &.bg-pink {
        background-color: rgba(198,72,127,.7);
        .logo-normal {
            opacity: 0;
        }
        .logo-white {
            opacity: 1;
        }
        li {
            text-shadow: none;
        }
        .hamburger-toggle {
            span {
                &:before,
                &:after {
                    background-color: #fff;
                }
            }
        }
    }
 */
}
.site-navigation li {
  text-shadow: 0 0 .4rem #000;
}
.site-navigation .logo-normal {
  opacity: 1;
}
.site-navigation .logo-white {
  opacity: 0;
}
.site-navigation .site-navigation-inner {
  margin-top: 3rem;
}
.site-navigation.open {
  height: 7.8rem;
}
.site-navigation.open .logo-normal {
  opacity: 1;
}
.site-navigation.open .logo-white {
  opacity: 0;
}
.site-navigation.open .hamburger-toggle span:before,
.site-navigation.open .hamburger-toggle span:after {
  background-color: #C6487F;
}
.site-navigation.open .hamburger {
  opacity: 0;
}
.site-navigation.open .hamburger-active {
  opacity: 1;
}
.fixed-navigation {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 52;
  width: 100%;
  height: 0;
  overflow: hidden;
  background-color: rgba(198, 72, 127, 0.7);
  color: #fff;
  transition: all .3s;
}
.fixed-navigation .hamburger-toggle span:before,
.fixed-navigation .hamburger-toggle span:after {
  background-color: #fff;
}
.fixed-navigation.show {
  height: 7.8rem;
}
.fixed-navigation.open {
  height: 7.8rem;
}
.fixed-navigation.open .logo-normal {
  opacity: 1;
}
.fixed-navigation.open .logo-white {
  opacity: 0;
}
.fixed-navigation.open .hamburger-toggle span:before,
.fixed-navigation.open .hamburger-toggle span:after {
  background-color: #C6487F;
}
.fixed-navigation.open .hamburger {
  opacity: 0;
}
.fixed-navigation.open .hamburger-active {
  opacity: 1;
}
.hamburger-toggle {
  display: none;
  position: relative;
  z-index: 51;
  width: 2.8rem;
  height: .5rem;
}
.hamburger-toggle span {
  transition: all .3s;
}
.hamburger-toggle span:before,
.hamburger-toggle span:after {
  transition: all .3s;
  position: absolute;
  left: 0;
  content: '';
  display: inline-block;
  width: 100%;
  height: .1rem;
  background-color: #C6487F;
}
.hamburger-toggle .hamburger:before {
  top: 0;
}
.hamburger-toggle .hamburger:after {
  bottom: 0;
}
.hamburger-toggle .hamburger-active {
  opacity: 0;
}
.hamburger-toggle .hamburger-active:before {
  top: .2rem;
  transform: rotate(20deg);
}
.hamburger-toggle .hamburger-active:after {
  bottom: .2rem;
  transform: rotate(-20deg);
}
.common-header {
  height: 57rem;
}
.common-header .inner,
.common-header .header-cover {
  height: 100%;
}
.common-header .inner {
  max-width: 192rem;
  margin: auto;
}
.common-header img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.site-header .inner {
  position: relative;
}
.header-title-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #fff;
  text-shadow: 0 0 3.2rem #fff, 0 0 3.2rem #fff, 0 0 3.2rem #fff, 0 0 .3rem #000;
}
.header-title {
  font-size: 74px;
  font-size: 7.4rem;
  letter-spacing: 0.1em;
}
.header-sub-title {
  font-size: 28px;
  font-size: 2.8rem;
  letter-spacing: 0.35em;
}
.site-navigation-inner {
  height: 100%;
  max-width: 162rem;
  min-width: 112rem;
  margin: auto;
  padding: 0 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header-logo {
  width: 18rem;
  height: 7.8rem;
}
.header-logo a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.header-logo img {
  position: absolute;
  top: 0;
  left: 0;
  transition: all .3s;
  width: 100%;
  height: 100%;
  object-fit: contain;
  vertical-align: baseline;
}
.header-navigation {
  font-size: 16px;
  font-size: 1.6rem;
}
.navigation-list {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.navigation-list li:not(:last-child) {
  margin-right: 2rem;
}
.divided-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.divided-content-reverse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.heading-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.heading-line:after {
  content: '';
  display: block;
  width: 100%;
  height: .1rem;
  margin-left: 2.7rem;
  background: linear-gradient(to right, #c6487f 50%, #c6487f 80%, rgba(198, 72, 127, 0) 100%);
}
.link-text {
  font-size: 18px;
  font-size: 1.8rem;
}
.link-text a {
  position: relative;
  color: #C6487F;
  padding-left: 3.6rem;
}
.link-text a:before {
  position: absolute;
  content: '';
  display: inline-block;
  height: .1rem;
  color: #C6487F;
  top: .8rem;
  left: 0;
  width: 2.3rem;
  height: .8rem;
  border-bottom: .1rem solid;
  border-right: .1rem solid;
  transform: skew(45deg);
}
.link-button a,
.back-button a {
  position: relative;
  z-index: 1;
  text-align: left;
  display: inline-block;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: .1rem solid;
  padding: .6rem 3rem .6rem 11.6rem;
}
.link-button a:before,
.back-button a:before {
  position: absolute;
  left: 3rem;
  content: '';
  display: inline-block;
  width: 5.1rem;
  height: 1.2rem;
  border-bottom: .1rem solid;
}
.link-button a:before {
  transform: skewX(45deg);
  border-right: .1rem solid;
}
.back-button a:before {
  transform: skewX(-45deg);
  border-left: .1rem solid;
}
small {
  font-family: "Sorts Mill Goudy", serif;
  font-weight: 400;
  display: inline-block;
  letter-spacing: 0.5em;
}
.reservation-button {
  color: #fff;
  position: fixed;
  right: 0;
  bottom: 7.6rem;
  z-index: 50;
  width: 100%;
}
.reservation-button a {
  position: absolute;
  right: 5rem;
  background-color: rgba(198, 72, 127, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 7.6rem;
  font-size: 20px;
  font-size: 2rem;
  padding: 0 7rem;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-bottom: none;
  letter-spacing: 0.05em;
}
.reservation-button a:before {
  content: '';
  background-image: url(/wp-content/themes/musa-3/images/icon_calender.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  width: 3.3rem;
  height: 3.3rem;
  margin-right: 4rem;
}
.reservation-button small {
  margin: 0 0 0 4.8rem;
  font-size: 12px;
  font-size: 1.2rem;
}
.site-footer {
  position: relative;
  z-index: 3;
}
.footer-mail {
  background-color: #F0D134;
  background-image: url(/wp-content/themes/musa-3/images/bg_contact.png);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 8rem 0 10rem;
  text-align: center;
}
.footer-mail h2 {
  color: #fff;
  margin-bottom: 5.2rem;
  font-size: 30px;
  font-size: 3rem;
  letter-spacing: 0.2em;
  line-height: 1.2;
}
.footer-mail h3 {
  margin-bottom: 7rem;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.35em;
  line-height: 1.2;
}
.footer-mail h3:before,
.footer-mail h3:after {
  position: relative;
  top: -0.2rem;
  content: '';
  display: inline-block;
  width: 3rem;
  height: 3rem;
  border-bottom: 0.1rem solid #151515;
}
.footer-mail h3:before {
  transform: rotate(45deg);
}
.footer-mail h3:after {
  transform: rotate(-45deg);
}
.footer-mail h3 br {
  display: none;
}
.footer-mail .mail-subscribe {
  background-color: #fff;
  width: 85rem;
  margin: auto;
  padding: 7rem 8.2rem 11.2rem;
  background-image: url(/wp-content/themes/musa-3/images/bg_form.png);
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
}
.footer-mail .mail-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer-mail .mail-input-text {
  text-align: left;
  padding: 1rem 2.6rem;
  border: .1rem solid #5E5E5E;
  height: 5rem;
  width: 56rem;
  margin-right: 2.4rem;
  background-color: #fff;
  font-size: 20px;
  font-size: 2rem;
}
.footer-mail .mail-input-text::placeholder {
  color: #ccc;
}
.footer-mail .mail-input-submit {
  background-color: #4698C5;
  color: #fff;
  border-radius: 3.5rem;
  width: 10rem;
  height: 5rem;
  line-height: 5rem;
}
.home-link {
  display: none;
}
.footer-navigations {
  padding: 6rem 0 5rem;
  color: #fff;
  background-color: #C6487F;
  background-image: url(/wp-content/themes/musa-3/images/bg_footer.png);
  background-size: cover;
}
.footer-navigations .inner {
  max-width: 154rem;
  width: 100%;
  margin: auto;
  padding: 0 4rem;
}
.footer-navigations .home-link {
  display: block;
}
.footer-navigation {
  margin-bottom: 4rem;
}
.footer-navigation .navigation-list {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  font-size: 1.6rem;
}
.footer-language {
  text-align: center;
  margin-bottom: 4rem;
  font-size: 16px;
  font-size: 1.6rem;
}
.footer-term {
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}
.footer-contact dd {
  letter-spacing: 0.05em;
}
.footer-copyrights {
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
}
.footer-sitemap {
  position: relative;
  background-color: #E2E2E2;
  padding: 13.5rem 4rem 7rem;
}
.footer-sitemap .page-top {
  position: absolute;
  right: 1rem;
  bottom: 2.6rem;
  color: #C6487F;
  writing-mode: vertical-rl;
  letter-spacing: 0.5em;
}
.footer-sitemap .page-top:before {
  position: relative;
  top: -0.3rem;
  content: '';
  display: inline-block;
  width: .1rem;
  height: 7.4rem;
  margin-right: .3rem;
  margin-bottom: .5rem;
  background-color: #C6487F;
}
.footer-sitemap-wrap {
  position: relative;
  max-width: 154rem;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footer-sitemap-wrap:before {
  position: absolute;
  top: -9.9rem;
  left: 0;
  content: '';
  display: inline-block;
  width: 9.7rem;
  height: 9.9rem;
  background-image: url(/wp-content/themes/musa-3/images/img_footer_deco.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.sitemap-logo-block-wrap {
  width: 31.8%;
  max-width: 48.9rem;
  min-width: 25rem;
}
.sitemap-logo-block {
  width: 21rem;
  margin: auto;
}
.sitemap-logo {
  margin-bottom: 2rem;
}
.sitemap-logo a {
  text-align: center;
  display: inline-block;
}
.sitemap-logo small {
  display: block;
  font-size: 10px;
  font-size: 1rem;
  letter-spacing: 0.3em;
  color: #C6487F;
  margin-top: 1rem;
}
.sitemap-text {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 2rem;
  letter-spacing: 0.25em;
}
.sitemap-sns-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0;
}
.sitemap-sns-icons li:not(:last-child) {
  margin-right: 1rem;
}
.sitemap-wrap {
  width: 100%;
  max-width: 105rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.sitemap-wrap dl {
  margin-bottom: 3rem;
}
.sitemap-wrap .sitemap-link,
.sitemap-wrap dt {
  font-size: 16px;
  font-size: 1.6rem;
  color: #C6487F;
  margin-bottom: 1rem;
  letter-spacing: 0.5em;
}
.sitemap-wrap dd {
  line-height: 2;
  font-size: 14px;
  font-size: 1.4rem;
}
.sitemap-wrap ul {
  list-style-type: none;
}
.sitemap-wrap .sitemap-link {
  margin-bottom: 2rem;
}
.sitemap-content {
  width: 25%;
}
.sitemap-content:not(:last-child) {
  margin-right: 4rem;
}
.sitemap-sns-links {
  color: #C6487F;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.5em;
}
.sitemap-sns-links li {
  margin-bottom: 1rem;
}
.site-header-full {
  position: relative;
  width: 100%;
  height: 100vh;
  max-width: 192rem;
  max-height: 108rem;
  overflow: hidden;
  background-color: #000;
}
.site-header-full iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  max-width: unset;
}
.site-header-full .inner {
  position: relative;
  height: 100%;
  min-height: 70.6rem;
  max-height: 108rem;
}
.site-header-full .header-cover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.site-header-full .header-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.site-header-full .header-cover:after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(46, 46, 46, 0.28);
}
.site-header-full .header-content {
  position: relative;
  z-index: 4;
  width: 100%;
  max-width: 162rem;
  margin: auto;
  height: 100%;
  padding: 0 4rem;
}
.site-header-full .header-text {
  position: absolute;
  bottom: 7rem;
  color: #fff;
  text-shadow: 0 0 6rem #040000, 0 0 6rem #040000, 0 0 6rem #040000, 0 0 6rem #040000;
}
.site-header-full .header-chatchphrase {
  font-size: 30px;
  font-size: 3rem;
  letter-spacing: .1em;
}
.site-header-full small {
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: .1em;
}
.main-front {
  position: relative;
  z-index: 1;
}
.main-front h2 {
  font-family: "Sorts Mill Goudy", serif;
  color: #C6487F;
  font-size: 30px;
  font-size: 3rem;
  margin-bottom: 2rem;
  letter-spacing: 0.2em;
}
.main-front ul {
  list-style-type: none;
}
.front-concept {
  position: relative;
  background-color: #1E1E1E;
  background: linear-gradient(to bottom, #000000 50%, #1e1e1e 100%);
  color: #fff;
  padding: 8rem 0 0;
}
.front-concept:before,
.front-concept:after {
  position: absolute;
  z-index: 1;
  content: '';
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
}
.front-concept:before {
  top: calc(50% - 48.7rem);
  left: calc(50% - 18.4rem);
  background-image: url(/wp-content/themes/musa-3/images/img_top_deco.png);
  width: 55.4rem;
  height: 36.9rem;
}
.front-concept:after {
  bottom: 0;
  right: 5rem;
  background-image: url(/wp-content/themes/musa-3/images/text_musa_top.png);
  background-position: bottom;
  width: 60%;
  height: 25.9rem;
}
.front-news {
  border: 0.1rem solid #C6487F;
  width: 100%;
  padding: 5rem 5rem 2rem;
  margin-bottom: 8.5rem;
}
.front-news h2 {
  margin-bottom: .4rem;
}
.front-news ul {
  margin-bottom: 1rem;
}
.front-news li:not(:last-child) {
  margin-bottom: .4rem;
}
.front-news li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.front-news .link-text {
  text-align: right;
}
.front-news time {
  display: inline-block;
  width: 14rem;
  flex-shrink: 0;
}
.front-news .front-news-title {
  display: inline-block;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
.front-concept-main {
  position: relative;
  z-index: 2;
}
.front-concept-main .heading-line {
  line-height: 1.2;
}
.front-concept-main .heading-line:after {
  max-width: 47rem;
}
.front-concept-main .left-side {
  margin: 0 auto;
  padding: 0 2rem;
}
.front-concept-main small {
  letter-spacing: 0.1em;
  font-family: inherit;
  font-size: 16px;
  font-size: 1.6rem;
  width: 100%;
  text-align: right;
}
.front-concept-main .right-side {
  width: 32.4rem;
  width: 23.9%;
  height: 58rem;
}
.front-concept-main .block-content {
  font-size: 20px;
  font-size: 2rem;
  white-space: nowrap;
}
.front-concept-salon {
  position: relative;
  z-index: 2;
  margin-top: -18rem;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.front-concept-salon .left-side {
  width: 40rem;
  height: 64.3rem;
  margin-right: 24rem;
}
.front-concept-salon .right-side {
  padding-top: 3.7rem;
  width: 39rem;
  font-size: 20px;
  font-size: 2rem;
}
.front-concept-salon .link-text {
  margin-top: 2rem;
}
.front-about {
  position: relative;
  background-image: url(/wp-content/themes/musa-3/images/bg_content_upper_pc.png);
  background-position: top left;
  background-size: contain;
  background-repeat: no-repeat;
  padding: 8rem 0 15rem;
}
.front-about:after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(/wp-content/themes/musa-3/images/bg_content_under_pc.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom center;
}
.front-about h2 {
  font-family: inherit;
  line-height: 1.2;
}
.front-about small {
  margin-bottom: 2rem;
}
.front-about .link-text {
  margin-top: 2rem;
}
.front-about-program .block-content,
.front-about-aura .block-content {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
}
.front-about-program {
  justify-content: end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 11.6rem;
  padding: 4rem;
}
.front-about-program .left-side {
  max-width: 62.8rem;
  max-height: 62.8rem;
  flex-shrink: 0;
}
.front-about-program .right-side {
  margin: auto;
  margin-right: 14rem;
}
.front-about-aura {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20rem;
}
.front-about-aura .left-side {
  width: 52rem;
  margin-right: 7rem;
  flex-shrink: 0;
}
.front-about-aura .right-side {
  width: 93.2rem;
  font-size: 16px;
  font-size: 1.6rem;
}
.front-about-session {
  max-width: 157.2rem;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 4rem;
}
.front-about-session li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
}
.front-about-session li:nth-child(odd) {
  margin-right: 10rem;
}
.front-about-session figure {
  height: 34.4rem;
  margin-right: 3.2rem;
}
.front-about-session figure img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: contain;
}
.front-about-session .front-session-content {
  padding-top: 4rem;
  width: 32rem;
  font-size: 16px;
  font-size: 1.6rem;
}
.front-about-session small {
  font-size: 16px;
  font-size: 1.6rem;
}
.front-channeling {
  background-color: #000;
  background-image: url(/wp-content/themes/musa-3/images/bg_message.jpg);
  background-position: center;
  background-size: cover;
  color: #fff;
}
.front-channeling .block-heading {
  line-height: 1.2;
}
.front-channeling h2 {
  color: inherit;
  white-space: nowrap;
}
.front-channeling small {
  color: #C6487F;
  margin-bottom: 1.8rem;
}
.front-channeling .divided-content-reverse {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 18.2rem 4rem 17.5rem;
  max-width: 139.2rem;
  margin: auto;
}
.front-channeling .left-side {
  width: 58.6rem;
}
.front-channeling .right-side {
  width: calc(100% - 67.8rem);
  font-size: 16px;
  font-size: 1.6rem;
  padding-top: 5.3rem;
}
.front-channeling .block-content {
  line-height: 2.5;
  margin-bottom: 2.6rem;
}
.front-channeling .block-content br {
  display: none;
}
.front-channeling .link-text {
  text-align: right;
}
.front-profile {
  position: relative;
  background-image: url(/wp-content/themes/musa-3/images/bg_profile.jpg);
  background-position: center;
  background-size: cover;
}
.front-profile:after {
  position: absolute;
  bottom: 0;
  right: 10rem;
  z-index: 1;
  content: '';
  background-image: url(/wp-content/themes/musa-3/images/text_profile.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
  display: block;
  width: 62%;
  height: 27.8rem;
}
.front-profile .profile-content {
  position: relative;
  z-index: 2;
  max-width: 136rem;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10rem 0 5rem;
}
.front-profile .block-content {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 2rem;
}
.profile-image {
  width: 32.7rem;
  margin: 0 7rem 5rem 0;
  padding: .5rem;
  border: 0.1rem solid #C6487F;
}
.heading-underline h2 {
  position: relative;
  font-family: "Sorts Mill Goudy", serif;
  color: #C6487F;
  font-size: 30px;
  font-size: 3rem;
  margin-bottom: 2rem;
  letter-spacing: 0.2em;
  line-height: 1.2;
}
.heading-underline h2:after {
  content: '';
  display: block;
  width: 100%;
  height: .1rem;
  margin-top: 1.2rem;
  background-color: #C6487F;
  background: linear-gradient(to right, #c6487f 50%, #c6487f 80%, rgba(198, 72, 127, 0) 100%);
}
.heading-underline .heading-annotation {
  font-size: 26px;
  font-size: 2.6rem;
  letter-spacing: .35em;
  margin-right: 2.5rem;
  margin-bottom: 2rem;
}
.heading-underline small {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.5em;
}
.profile-main {
  width: 42.8rem;
  margin-right: 5rem;
}
.profile-main ul {
  margin-bottom: 2rem;
}
.profile-main .link-text {
  margin-bottom: 2.4rem;
}
.profile-main .heading-annotation small {
  margin-left: 2.5rem;
}
.profile-license {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
}
.profile-license h2 {
  margin-bottom: 2rem;
  line-height: 1.2;
}
.front-blog {
  background-color: #C6487F;
  color: #fff;
  padding: 13.6rem 12rem 7.5rem;
  margin: auto;
}
.front-blog h2 {
  color: inherit;
  margin-bottom: 4rem;
}
.front-blog ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 6.7rem;
}
.front-blog li {
  max-width: 51.8rem;
}
.front-blog li:not(:last-child) {
  margin-right: 6.3rem;
}
.front-blog .blog-thumbnail {
  width: calc( ( 100vw - 366px ) / 3 );
  max-width: 51.8rem;
  min-width: 28.3rem;
  height: calc(0.62 * ( 100vw - 366px ) / 3);
  max-height: 32.1rem;
  min-height: 17.6rem;
  margin-bottom: 2rem;
}
.front-blog img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.front-blog .blog-list-date {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: .8rem;
}
.front-blog time {
  margin-right: 2.4rem;
}
.front-blog .blog-list-category {
  display: inline-block;
}
.front-blog .blog-list-category:before {
  content: '|';
  margin-right: 2.4rem;
}
.front-blog h3 {
  font-size: 20px;
  font-size: 2rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
.front-blog .link-button {
  font-size: 24px;
  font-size: 2.4rem;
  text-align: center;
}
.front-blog .link-button a {
  color: #fff;
  border: none;
}
.front-sns {
  background-color: #000;
  background-image: url(/wp-content/themes/musa-3/images/bg_about_upper_pc.png);
  background-position: top left;
  background-size: contain;
  background-repeat: no-repeat;
  padding: 13rem 4rem 18rem;
  color: #fff;
}
.front-sns .block-content {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 2rem;
}
.youtube-block {
  width: 105.5rem;
  margin: 0 auto 10rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.youtube-block .left-side {
  width: 49.2rem;
}
.youtube-block .right-side {
  width: 47.3rem;
}
.podcast-block {
  max-width: 105.5rem;
  width: 100%;
  margin: 0 auto;
}
.podcast-block .left-side {
  width: 41rem;
  text-align: center;
}
.podcast-block .right-side {
  width: 63rem;
}
.podcast-block img {
  width: 28rem;
}
.podcast-block br {
  display: none;
}
.instagram-block {
  margin-top: 13rem;
}
.instagram-block h2 {
  text-align: center;
}
.instagram-block h2:before {
  content: '';
  display: block;
  margin: 0 auto 1.6rem;
  background-image: url(/wp-content/themes/musa-3/images/img_instagram_deco.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 9rem;
  height: 3.2rem;
}
.instagram-block .link-text {
  text-align: right;
}
.front-banner {
  background-color: #fff;
  padding: 10rem 0;
}
.front-banner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.front-banner li:not(:last-child) {
  margin-right: 10rem;
}
.header-slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.header-slider li {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0;
  transition: all .8s;
}
.header-slider li.active {
  opacity: 1;
  z-index: 1;
}
.header-slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-musa {
  position: relative;
  background-color: #000;
  background-image: url(/wp-content/themes/musa-3/images/bg_about_upper_pc.png);
  background-position: top left;
  background-size: contain;
  background-repeat: no-repeat;
  padding: 12rem 0 11rem;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
}
.about-musa:before,
.about-musa:after {
  position: absolute;
  z-index: 1;
  content: '';
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
}
.about-musa:before {
  top: 23rem;
  left: 0;
  width: 25.8rem;
  height: 115.6rem;
  background-image: url(/wp-content/themes/musa-3/images/text_musa_about.png);
  background-position: top left;
}
.about-musa:after {
  top: 15rem;
  right: 0;
  width: 55.4rem;
  height: 36.9rem;
  background-image: url(/wp-content/themes/musa-3/images/img_top_deco.png);
  background-position: center;
}
.about-musa .inner {
  position: relative;
  z-index: 2;
  max-width: 139.8rem;
  width: 100%;
  margin: 0 0 0 auto;
}
.about-musa h2,
.about-musa h3 {
  color: #C6487F;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.2;
}
.about-musa h2 {
  text-align: center;
  margin-bottom: 13.7rem;
}
.about-musa small {
  display: block;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.7;
  margin-top: 1rem;
}
.about-musa h3 {
  margin-bottom: 4.5rem;
}
.about-musa h3 small {
  letter-spacing: 0.5em;
}
.about-musa .divided-content {
  width: 93.8rem;
  margin: 0 auto 8rem 6.3rem;
}
.about-musa .divided-content .left-side {
  width: 31.6rem;
  margin-right: 7rem;
}
.about-musa .divided-content .right-side {
  padding-top: 5.6rem;
  width: 55.2rem;
}
.about-musa .divided-content-reverse {
  margin-left: 4rem;
}
.about-musa .divided-content-reverse .left-side {
  width: calc(100% - 67.5rem);
  margin-left: 5.2rem;
}
.about-musa .divided-content-reverse .right-side {
  width: 62.3rem;
  flex-shrink: 0;
}
.about-musa p {
  line-height: 2.5;
}
.about-musa p:not(:last-child) {
  margin-bottom: 4rem;
}
.about-musa .musa-sign {
  margin-top: 4rem;
}
.about-musa-profile-block {
  position: relative;
  background-color: #fff;
  background-image: url(/wp-content/themes/musa-3/images/bg_content_upper_pc.png);
  background-position: top left;
  background-size: contain;
  background-repeat: no-repeat;
  padding: 10rem 0;
}
.about-musa-profile-block:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(/wp-content/themes/musa-3/images/bg_content_under_pc.png);
  background-position: bottom right;
  background-size: contain;
  background-repeat: no-repeat;
}
.about-musa-profile-block ul {
  list-style-type: none;
  margin-bottom: 2rem;
}
.about-musa-profile-block li {
  line-height: 2;
}
.about-musa-profile-block .about-musa-profile {
  max-width: 166.6rem;
  margin: 0 auto 8rem;
}
.about-musa-profile-block .divided-content {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.profile-content {
  margin-bottom: 8rem;
}
.media-content {
  width: 45rem;
  margin-right: 0;
  margin-left: auto;
}
.about-musa-profile {
  position: relative;
  z-index: 2;
}
.about-musa-profile h3 {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 2rem;
}
.about-musa-profile .left-side {
  width: 60rem;
  height: 84.5rem;
  margin-right: 6rem;
  flex-shrink: 0;
}
.about-musa-profile .right-side {
  width: 100%;
  max-width: 66.3rem;
}
.about-musa-story {
  position: relative;
  z-index: 2;
  width: 89.1rem;
  margin: 0 auto;
}
.about-musa-story h3 {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 2rem;
}
.about-musa-story p {
  font-size: 16px;
  font-size: 1.6rem;
}
.about-musa-story .left-side {
  width: 36.4rem;
  flex-shrink: 0;
  margin-right: 7.7rem;
}
.about-musa-story .right-side {
  width: 45rem;
  padding-top: 4rem;
}
.about-musa-story .block-content {
  margin-bottom: 2rem;
  line-height: 2;
}
.about-musa-story .link-text {
  text-align: right;
}
.about-musa-access {
  position: relative;
  background-color: #000;
  background-image: url(/wp-content/themes/musa-3/images/bg_about_upper_pc.png);
  background-position: top left;
  background-size: contain;
  background-repeat: no-repeat;
  padding: 12rem 4rem;
  color: #fff;
}
.about-musa-access:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(/wp-content/themes/musa-3/images/bg_about_under_pc.png);
  background-position: bottom right;
  background-size: contain;
  background-repeat: no-repeat;
}
.about-musa-access .link-text {
  margin-top: 2rem;
}
.access-block {
  position: relative;
  z-index: 2;
  max-width: 144rem;
  margin: 0 auto 15rem;
}
.access-block .inner {
  max-width: 120rem;
  margin-right: 0;
  margin-left: auto;
}
.access-block .right-side {
  width: 45rem;
  margin-right: 10rem;
}
.access-block h3 {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 2rem;
}
.access-block p {
  font-size: 16px;
  font-size: 1.6rem;
}
.access-block p:not(:last-child) {
  margin-bottom: 2rem;
}
.access-block .link-text {
  text-align: center;
}
.access-block .template-block {
  line-height: 2;
}
.access-session-seminar {
  position: relative;
  z-index: 2;
  max-width: 139rem;
  margin: auto;
}
.access-session-seminar li {
  width: 69.6rem;
  font-size: 16px;
  font-size: 1.6rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.access-session-seminar h2 {
  font-size: 30px;
  font-size: 3rem;
  margin-bottom: 2rem;
  color: #C6487F;
  letter-spacing: 0.2em;
}
.access-session-seminar h2 small {
  margin-top: 1.6rem;
  margin-bottom: 2rem;
  display: block;
  color: #fff;
}
.access-session-seminar .session-block {
  margin-bottom: 12rem;
}
.access-session-seminar .seminar-block {
  margin-right: 0;
  margin-left: auto;
}
.access-session-seminar .left-side {
  flex-shrink: 0;
}
.access-session-seminar .right-side {
  width: 32rem;
  margin-left: 3.2rem;
}
.site-sidebar {
  width: 32.4rem;
}
.main-single {
  margin: 0 auto 8rem;
  width: 100%;
  max-width: 120rem;
}
.main-single .back-button {
  color: #C6487F;
}
.main-single .back-button a {
  padding: 2rem 3rem 2rem 6.5rem;
}
.main-single .back-button a:before {
  top: 2.8rem;
  width: 2.5rem;
  height: .7rem;
}
.schedule-body iframe {
  width: 100%;
  height: 88rem;
}
.main-post,
.main-page-multi-column {
  width: calc(100% - 36rem);
}
.blog-widget-title {
  color: #C30077;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-right: 4rem;
  width: 100%;
  margin-bottom: 2rem;
}
.blog-widget-title:before,
.blog-widget-title:after {
  content: '';
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 300%;
  width: 2.8rem;
  height: 2.8rem;
}
.blog-widget-title:before {
  background-image: url(/wp-content/themes/musa-3/images/img_deco_l.png);
}
.blog-widget-title:after {
  background-image: url(/wp-content/themes/musa-3/images/img_deco_r.png);
}
.widget {
  margin-bottom: 6rem;
}
.widget ul {
  list-style-type: none;
}
.widget li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 2rem 0;
}
.widget li a:before {
  content: '';
  display: inline-block;
  width: 2.3rem;
  height: .7rem;
  border-right: .1rem solid #C30077;
  border-bottom: .1rem solid #C30077;
  margin-right: 1.6rem;
  transform: skew(45deg);
  flex-shrink: 0;
}
.widget li a:after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  display: block;
  width: 100%;
  height: .1rem;
  background-color: #151515;
  background: linear-gradient(to right, #151515 0%, #151515 75%, rgba(21, 21, 21, 0) 100%);
  margin-top: 2rem;
}
.single-content-wrap {
  background-image: url(/wp-content/themes/musa-3/images/bg_content_upper_pc.png);
  background-size: contain;
  background-repeat: repeat-x;
}
.single-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  min-width: 112rem;
  max-width: 140rem;
  margin: auto;
  padding: 8rem 4rem 0;
  font-size: 16px;
  font-size: 1.6rem;
}
.single-content-page {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.single-content-page .site-sidebar {
  margin-right: 3.6rem;
}
.single-content-post .site-sidebar {
  margin-left: 3.6rem;
}
.single-category {
  margin-bottom: 1.7rem;
}
.single-category span,
.single-category a {
  display: inline-block;
  padding: .8rem 2.5rem;
  background-color: #C30077;
  color: #fff;
}
.single-title {
  font-size: 37px;
  font-size: 3.7rem;
  color: #C30077;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-bottom: 2rem;
}
.single-title:after {
  content: '';
  display: block;
  width: 100%;
  height: .1rem;
  margin-top: 1.2rem;
  background: linear-gradient(to right, #C30077 0%, #C30077 75%, rgba(195, 0, 119, 0) 100%);
}
.single-date {
  margin-bottom: 1.7rem;
}
.single-date .single-category {
  display: inline-block;
  margin: 0 1.2rem 0 0;
}
.single-date time {
  font-size: 16px;
  font-size: 1.6rem;
}
.single-thumbnail {
  margin-bottom: 1.8rem;
  width: 100%;
}
.single-thumbnail img {
  width: 100%;
}
.single-header {
  margin-bottom: 2.6rem;
}
.single-body {
  margin-bottom: 15rem;
}
.single-body h2 {
  font-size: 28px;
  font-size: 2.8rem;
  padding-bottom: 1rem;
  position: relative;
  margin: 4rem 0;
}
.single-body h2:before,
.single-body h2:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: .4rem;
}
.single-body h2:before {
  background: linear-gradient(to bottom, #DDDCDC 0%, rgba(221, 220, 220, 0) 100%);
}
.single-body h2:after {
  background: linear-gradient(to right, rgba(221, 220, 220, 0) 0%, rgba(221, 220, 220, 0) 75%, #fff 100%);
}
.single-body h2 a {
  text-decoration: none;
}
.single-body h3 {
  font-size: 20px;
  font-size: 2rem;
  margin: 4rem 0 2rem;
}
.single-body p,
.single-body ul,
.single-body ol {
  margin-bottom: 2.5rem;
}
.single-body a {
  text-decoration: underline;
  text-decoration-color: #666;
  word-break: break-all;
}
.single-body ul,
.single-body ol {
  padding-left: 2.2rem;
}
.wp-block-group,
.wp-block-image.size-full,
.wp-block-embed {
  margin-bottom: 6rem;
}
.wp-block-group:after {
  content: '';
  display: block;
  clear: both;
}
.wp-block-column .wp-block-group,
.wp-block-column .wp-block-image.size-full,
.wp-block-column .wp-block-embed {
  margin-bottom: 0;
}
.main-404 {
  max-width: 96rem;
  padding: 8rem 4rem;
  margin: auto;
}
.main-404 .back-button {
  color: #C6487F;
}
.snow-monkey-form .smf-item__controls p {
  margin: .5rem 0 0;
}
.snow-monkey-form textarea,
.snow-monkey-form input {
  background-color: #fff;
  border: .1rem solid #aaa;
  border-radius: .4rem;
}
.snow-monkey-form textarea {
  display: block;
}
.smf-form .smf-textarea-control__control {
  max-width: 42.242rem;
}
.smf-form--simple-table + .smf-action {
  text-align: left;
  margin: 4rem 0 8rem 22.4rem;
}
.smf-action .smf-button-control {
  position: relative;
  display: inline-block;
  width: 27.4rem;
  height: 6.5rem;
}
.smf-action .smf-button-control__control {
  position: relative;
  z-index: 1;
  text-align: left;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0.1rem solid #C6487F;
  width: 27.4rem;
  height: 6.5rem;
  background: #fff;
  padding: .6rem 3rem .6rem 11.6rem;
  color: #C6487F;
}
.smf-action .smf-button-control__control:before {
  position: absolute;
  left: 3rem;
  content: '';
  display: inline-block;
  width: 5.1rem;
  height: 1.2rem;
  border-bottom: 0.1rem solid #C6487F;
  transform: skewX(45deg);
  border-right: 0.1rem solid #C6487F;
}
.smf-button-control__control[data-action="back"] {
  border: none;
}
.smf-button-control__control[data-action="back"]:before {
  transform: skewX(-45deg);
  border-left: 0.1rem solid #C6487F;
  border-right: none;
}
.smf-action .smf-button-control + .smf-button-control {
  margin: 15px 0 0;
}
.grecaptcha-badge {
  visibility: hidden;
}
.google-recatcha {
  font-size: 12px;
}
.google-recatcha a {
  text-decoration: underline;
}
.single-body textarea,
.single-body input {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
}
.single-body input[type="button"] {
  font-family: inherit;
}
.form-dummy-button {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: transparent;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.blog-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style-type: none;
}
.blog-list li {
  width: calc(50% - 1.8rem );
  margin-bottom: 3.6rem;
}
.blog-list li:nth-child(odd) {
  margin-right: 3.6rem;
}
.blog-list figure {
  height: 28.7rem;
}
.blog-list img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-list h3 {
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.1em;
}
.list-item-header {
  margin-bottom: 1rem;
}
.list-item-header time {
  letter-spacing: 0.25em;
}
.list-item-header .list-category {
  letter-spacing: 0.25em;
  margin-left: 1.2rem;
}
.list-item-header .list-category:before {
  content: '|';
  margin-right: 1.2rem;
}
.blog-sidebar {
  width: 32.4rem;
}
.blog-sidebar ul {
  list-style-type: none;
}
.pagination-links {
  color: #C6487F;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.pagination-links .page-numbers {
  border: 0.1rem solid #C6487F;
  padding: 1.6rem;
  font-size: 20px;
  font-size: 2rem;
  margin: 0 1rem;
}
.pagination-links .current {
  background-color: #C6487F;
  color: #fff;
}
.pagination-links .prev,
.pagination-links .next,
.pagination-links .dots {
  border: none;
  padding: 0;
}
.paginate-prev,
.paginate-next {
  display: inline-block;
  font-size: 0;
}
.paginate-prev:before,
.paginate-next:before {
  position: relative;
  top: -0.5rem;
  content: '';
  display: inline-block;
  width: 3rem;
  height: .8rem;
  border-bottom: 0.1rem solid #C6487F;
}
.paginate-prev:before {
  left: 1.1rem;
  transform: skewX(-45deg);
  border-left: 0.1rem solid #C6487F;
}
.paginate-next:before {
  left: -0.3rem;
  transform: skewX(45deg);
  border-right: 0.1rem solid #C6487F;
}
.main-archive-news,
.main-archive-channeling {
  max-width: 112rem;
  width: 100%;
  margin: auto;
  padding: 8rem 4rem;
}
.main-archive-news ul,
.main-archive-channeling ul {
  list-style-type: none;
  margin-bottom: 8rem;
}
.main-archive-news li:not(:last-child),
.main-archive-channeling li:not(:last-child) {
  margin-bottom: 2rem;
}
.main-archive-news h3,
.main-archive-channeling h3 {
  font-size: 20px;
  font-size: 2rem;
  display: inline;
}
.main-archive-news time,
.main-archive-channeling time {
  color: #999;
}
.main-archive-news time:before,
.main-archive-channeling time:before {
  content: '（';
  margin: 0 .5rem;
}
.main-archive-news time:after,
.main-archive-channeling time:after {
  content: '）';
  margin: 0 .5rem;
}
.main-single-channeling {
  max-width: 112rem;
  width: 100%;
  margin: auto;
  padding: 0 4rem 8rem;
}
.single-channeling-title {
  font-size: 30px;
  font-size: 3rem;
  color: #C30077;
  letter-spacing: 0.1em;
  line-height: 1.9;
  border-bottom: .1rem solid #C30077;
  margin-bottom: .5rem;
}
.single--channeling-date {
  color: #999;
}
.single-header-channeling {
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .only-pc {
    display: none;
  }
  .only-sp {
    display: block;
  }
  body {
    font-size: 16px;
    font-size: 1.6rem;
  }
  body.scroll-lock {
    overflow: hidden;
  }
  input,
  textarea {
    font-size: 16px;
  }
  .container {
    min-width: unset;
  }
  .site-navigation {
    width: 100%;
    height: 6.2rem;
    z-index: 100;
    color: #fff;
  }
  .site-navigation .site-navigation-inner {
    padding: 2rem;
    margin-top: 0;
  }
  .site-navigation.fixed .site-navigation-inner {
    padding: 2rem;
  }
  .site-navigation.fixed.show {
    height: 6.2rem;
  }
  .site-navigation.open {
    height: 6.2rem;
  }
  .site-navigation.open .hamburger-toggle {
    position: fixed;
    top: 3rem;
    right: 2rem;
  }
  .fixed-navigation .site-navigation-inner {
    padding: 2rem;
  }
  .fixed-navigation.show {
    height: 6.2rem;
  }
  .header-navigation {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 50;
    width: 100vw;
    height: 100vh;
    background-color: #fff;
    color: #C6487F;
    font-size: 20px;
    font-size: 2rem;
    line-height: 2;
    overflow: auto;
  }
  .header-navigation .navigation-list {
    margin-bottom: 5rem;
  }
  .header-navigation li:not(:last-child) {
    margin-bottom: 2.4rem;
  }
  .header-navigation a {
    display: block;
  }
  .header-navigation-inner {
    height: 100%;
    padding: 11rem 6rem;
    background-image: url(/wp-content/themes/musa-3/images/bg_content_upper_sp.png);
    background-position: top left;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .site-navigation-inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: unset;
    margin: auto;
  }
  .site-header-full .inner {
    min-height: unset;
    max-height: unset;
  }
  .site-header-full .header-content {
    padding: 0 1.6rem;
  }
  .site-header-full .header-text {
    bottom: 5.3rem;
  }
  .site-header-full .header-chatchphrase {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .site-header-full .header-small {
    font-size: 8px;
    font-size: 0.8rem;
    letter-spacing: 0.1em;
  }
  .header-about {
    height: 55.5rem;
  }
  .header-logo {
    position: relative;
    z-index: 49;
    width: 10.4rem;
    height: 2.2rem;
  }
  .navigation-logo {
    position: absolute;
    top: 1.3rem;
    left: 2rem;
    width: 10.4rem;
    height: 2.2rem;
  }
  .navigation-logo a {
    width: 100%;
    height: 100%;
  }
  .navigation-logo img {
    width: 100%;
    height: 100%;
    vertical-align: baseline;
  }
  .hamburger-toggle {
    display: inline-block;
  }
  .common-header {
    height: 30rem;
  }
  .header-title {
    font-size: 28px;
    font-size: 2.8rem;
  }
  .navigation-list {
    display: block;
  }
  .navigation-list li {
    text-shadow: unset;
  }
  .navigation-list li:not(:last-child) {
    margin-right: 0;
  }
  .reservation-button {
    bottom: 4rem;
  }
  .reservation-button a {
    right: 0;
    height: 4rem;
    padding: 0 2em;
    border-right: none;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .reservation-button a:before {
    width: 1.8rem;
    height: 1.8rem;
    margin-right: .9rem;
  }
  .reservation-button small {
    margin: 0 0 0 2rem;
    letter-spacing: 0.4em;
  }
  .heading-line:after {
    margin-left: 1.2rem;
  }
  .link-text {
    text-align: right;
  }
  .link-text a {
    padding-left: 2.8rem;
  }
  .link-text a:before {
    top: .9rem;
    left: 0;
    width: 1.6rem;
    height: .6rem;
  }
  .link-button a,
  .back-button a {
    padding: .6rem 2.6rem .6rem 4.6rem;
  }
  .link-button a:before,
  .back-button a:before {
    top: 1.4rem;
    left: 1.8rem;
    width: 1.6rem;
    height: .6rem;
  }
  .site-footer {
    position: relative;
    z-index: 3;
  }
  .footer-mail {
    background-size: cover;
    padding: 5rem 2rem;
    text-align: center;
  }
  .footer-mail h2 {
    margin-bottom: 2.4rem;
    font-size: 20px;
    font-size: 2rem;
    letter-spacing: 0.2em;
    line-height: 1.2;
  }
  .footer-mail h3 {
    position: relative;
    margin-bottom: 2rem;
    line-height: 1.7;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .footer-mail h3:before,
  .footer-mail h3:after {
    position: absolute;
    top: -1rem;
    width: 4rem;
    height: 4rem;
  }
  .footer-mail h3:before {
    left: 2rem;
  }
  .footer-mail h3:after {
    right: 2rem;
  }
  .footer-mail h3 br {
    display: block;
  }
  .footer-mail .mail-subscribe {
    width: 100%;
    margin: auto;
    padding: 4rem 2rem;
  }
  .footer-mail .mail-input {
    display: block;
  }
  .footer-mail .mail-input-text {
    width: 100%;
    padding: 1rem 2rem;
    margin: 0 0 3rem;
    letter-spacing: 0.35em;
  }
  .footer-mail .mail-input-submit {
    letter-spacing: 0.35em;
    height: 3.5rem;
    line-height: 3.5rem;
  }
  .footer-sitemap {
    padding: 0;
  }
  .footer-sitemap-wrap {
    display: block;
  }
  .footer-sitemap-wrap:before {
    top: 1.3rem;
    left: 1.1rem;
    width: 6rem;
    height: 6rem;
  }
  .sitemap-logo-block-wrap {
    width: 100%;
    min-width: unset;
  }
  .sitemap-logo-block {
    padding-top: 5.3rem;
    width: 100%;
    text-align: center;
    margin-bottom: 6rem;
  }
  .sitemap-logo a {
    display: inline-block;
  }
  .sitemap-logo small {
    display: block;
    font-size: 10px;
    font-size: 1rem;
    letter-spacing: 0.3em;
    color: #C6487F;
    margin-top: 1rem;
  }
  .sitemap-logo img {
    width: 11.4rem;
    object-position: center;
  }
  .sitemap-text {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 2rem;
    letter-spacing: 0.25em;
  }
  .sitemap-sns-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 0;
  }
  .sitemap-sns-icons li:not(:last-child) {
    margin-right: 2.4rem;
  }
  .sitemap-wrap {
    width: 100%;
    display: block;
    padding: 0 2rem 4rem;
  }
  .sitemap-wrap dl {
    margin-bottom: 2rem;
  }
  .sitemap-wrap dt {
    margin-bottom: 0;
  }
  .sitemap-content {
    width: 100%;
  }
  .sitemap-content:not(:last-child) {
    margin-right: 0;
  }
  .footer-navigations {
    padding: 4rem 2rem;
    background-image: url(/wp-content/themes/musa-3/images/bg_footer_sp.png);
    background-size: cover;
  }
  .footer-navigations .inner {
    width: 100%;
    padding: 0;
  }
  .footer-navigation {
    display: block;
    margin-bottom: 6rem;
    letter-spacing: 0.35em;
  }
  .footer-navigation li:not(:last-child) {
    margin-bottom: 2rem;
  }
  .footer-copyrights {
    display: block;
  }
  .footer-term {
    margin-bottom: 6rem;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .footer-copyright {
    text-align: center;
    font-size: 12px;
    font-size: 1.2rem;
    letter-spacing: 0.2em;
    line-height: 1;
  }
  .main-movie {
    max-height: unset;
  }
  .main-front {
    position: relative;
    z-index: 1;
  }
  .main-front h2 {
    font-size: 20px;
    font-size: 2rem;
  }
  .front-concept {
    padding: 5rem 0 7.4rem;
  }
  .front-concept:before {
    content: none;
  }
  .front-concept:after {
    right: auto;
    left: 2rem;
    width: 28.9rem;
    height: 6.5rem;
  }
  .front-news {
    width: auto;
    padding: 2.7rem 2.7rem 1.9rem;
    margin: 0 1rem 4.8rem;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .front-news ul {
    margin-bottom: 1.8rem;
  }
  .front-news li:not(:last-child) {
    margin-bottom: 1rem;
  }
  .front-news time {
    width: 8rem;
  }
  .front-concept-content {
    position: relative;
    padding: 0 4.4rem 0 2rem;
  }
  .front-concept-content:before {
    position: absolute;
    z-index: -1;
    content: '';
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    background-image: url(/wp-content/themes/musa-3/images/img_top_deco.png);
    top: 11.5rem;
    left: 11rem;
    width: 13.9rem;
    height: 9.2rem;
  }
  .front-concept-main {
    position: relative;
    display: block;
    margin: 0 0 6.7rem;
  }
  .front-concept-main .left-side {
    font-size: 16px;
    font-size: 1.6rem;
    margin: auto;
    padding: 0;
  }
  .front-concept-main small {
    letter-spacing: 0.2em;
    font-family: inherit;
    font-size: 8px;
    font-size: 0.8rem;
    width: 100%;
    text-align: left;
  }
  .front-concept-main .block-content {
    padding-right: 11.7rem;
    white-space: normal;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .front-concept-main .block-content span {
    display: block;
  }
  .front-concept-main .right-side {
    position: absolute;
    top: 0;
    right: 0;
    width: 15.7rem;
    height: 22.2rem;
    padding-bottom: 1.2rem;
  }
  .front-concept-main .right-side:after {
    position: absolute;
    bottom: 0;
    right: 0;
    content: '';
    display: block;
    width: 13rem;
    height: .1rem;
    background: linear-gradient(to left, #c6487f 50%, #c6487f 80%, rgba(198, 72, 127, 0) 100%);
  }
  .front-concept-main img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: right;
  }
  .front-concept-main p + p {
    margin-top: 2.5rem;
  }
  .front-concept-main small {
    margin: 1.2rem 0 0;
  }
  .front-concept-salon {
    margin-top: auto;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .front-concept-salon .left-side {
    width: 12.5rem;
    height: 20.1rem;
    margin-right: 2rem;
    flex-shrink: 0;
  }
  .front-concept-salon .right-side {
    padding: 0 2rem 0 0;
    width: 100%;
    line-height: 1.7;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .front-concept-salon .link-text {
    margin-top: 0;
  }
  .front-about {
    padding: 5rem 0 3.3rem;
    background-image: url(/wp-content/themes/musa-3/images/bg_content_upper_sp.png);
  }
  .front-about:after {
    background-image: url(/wp-content/themes/musa-3/images/bg_content_under_sp.png);
  }
  .front-about small {
    margin-bottom: .8rem;
  }
  .front-about-program .block-content,
  .front-about-aura .block-content {
    line-height: 1.7;
  }
  .front-about-program .link-text,
  .front-about-aura .link-text {
    margin-top: 0;
  }
  .front-about-program {
    display: block;
    margin-bottom: 4rem;
    padding: 0 2rem;
  }
  .front-about-program .left-side {
    margin-bottom: .8rem;
  }
  .front-about-program .left-side img {
    width: 100%;
    height: 20.7rem;
    object-fit: cover;
    object-position: 0 -10rem;
  }
  .front-about-program .right-side {
    flex-shrink: 0;
    margin: auto;
  }
  .front-about-program .block-content {
    margin-bottom: .8rem;
  }
  .front-about-program br {
    display: none;
  }
  .front-about-aura {
    display: block;
    padding: 0 2rem;
    margin-bottom: 5rem;
  }
  .front-about-aura .left-side {
    width: 100%;
    height: auto;
    margin: 0 0 .8rem;
  }
  .front-about-aura .right-side {
    width: 100%;
  }
  .front-about-aura small {
    font-size: 10px;
    font-size: 1rem;
  }
  .front-about-aura .block-content {
    margin-bottom: .8rem;
  }
  .front-about-session {
    display: block;
    padding: 0;
  }
  .front-about-session li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .front-about-session li:nth-child(odd) {
    margin-right: 0;
    margin-bottom: 5rem;
    padding-right: 2rem;
  }
  .front-about-session li:nth-child(odd) figure {
    margin-right: 1.6rem;
  }
  .front-about-session li:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    padding-left: 2rem;
  }
  .front-about-session li:nth-child(even) figure {
    margin-left: 1.6rem;
    margin-right: 0;
  }
  .front-about-session figure {
    width: 14.4rem;
    height: 14.4rem;
    flex-shrink: 0;
  }
  .front-about-session figure img {
    object-position: top;
  }
  .front-about-session .front-session-content {
    padding-top: 0;
  }
  .front-about-session .block-content {
    line-height: 1.6;
  }
  .front-about-session h2 {
    font-size: 20px;
    font-size: 2rem;
  }
  .front-about-session small {
    font-size: 10px;
    font-size: 1rem;
    margin-bottom: .8rem;
  }
  .front-channeling h2 {
    letter-spacing: 0.1em;
    line-height: 1.2;
    margin-bottom: 2rem;
  }
  .front-channeling small {
    margin-bottom: 1.3rem;
    letter-spacing: 0.5em;
    line-height: 1.2;
    font-size: 10px;
    font-size: 1rem;
  }
  .front-channeling .divided-content-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding: 3.3rem 2rem 6rem;
  }
  .front-channeling .left-side {
    width: 100%;
  }
  .front-channeling .right-side {
    width: 100%;
    padding-top: 0;
    margin-bottom: 3.4rem;
  }
  .front-channeling .block-content {
    line-height: 1.84;
    margin-bottom: 2rem;
  }
  .front-channeling .block-content br {
    display: block;
  }
  .front-channeling .link-text {
    text-align: right;
  }
  .front-profile:after {
    right: 1rem;
    width: 29.7rem;
    height: 7rem;
  }
  .front-profile .profile-content {
    display: block;
    padding: 4rem 0 2.5rem;
  }
  .front-profile .block-content {
	  margin-top: 120px;
  }
  .profile-image {
    width: 100%;
    margin: 0 7rem 5rem 0;
    padding: .5rem;
    border: 0.1rem solid #C6487F;
  }
  .heading-underline h2 {
    font-size: 20px;
    font-size: 2rem;
  }
  .heading-underline h2:after {
    margin-top: 0;
  }
  .heading-underline .heading-annotation {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .heading-underline small {
    font-size: 8px;
    font-size: 0.8rem;
    letter-spacing: 0.35em;
    display: block;
  }
  .profile-main {
    width: 100%;
    margin-right: 5rem;
    padding: 0 2rem;
  }
  .profile-main .front-profile-wrap {
    position: relative;
    padding-right: 17.7rem;
  }
  .profile-main .profile-image {
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
    width: 16rem;
    height: 16rem;
  }
  .profile-main .profile-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 0 -1rem;
  }
  .profile-main ul {
    margin-bottom: 2rem;
  }
  .profile-main li {
    line-height: 1.5;
  }
  .profile-main li:not(:last-child) {
    margin-bottom: .4rem;
  }
  .profile-main .link-text {
    margin-bottom: 2.4rem;
  }
  .profile-main p {
    line-height: 1.7;
  }
  .profile-main .heading-annotation small {
    margin-left: 1.2rem;
  }
  .profile-license {
    margin-top: 4.5rem;
    padding: 0 2rem;
  }
  .profile-license h2 {
    margin-bottom: .8rem;
  }
  .front-blog {
    background-color: #C6487F;
    color: #fff;
    padding: 5rem 2rem;
    margin: auto;
  }
  .front-blog h2 {
    margin-bottom: 2rem;
    line-height: 1.2;
  }
  .front-blog ul {
    display: block;
    margin-bottom: 4rem;
  }
  .front-blog li:not(:last-child) {
    margin-right: 0;
    margin-bottom: 3rem;
  }
  .front-blog .blog-thumbnail {
    width: 100%;
    min-width: unset;
    height: 20.8rem;
    min-height: unset;
    margin-bottom: .8rem;
  }
  .front-blog img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .front-blog .blog-list-date {
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: .4rem;
  }
  .front-blog time {
    margin-right: 2.4rem;
  }
  .front-blog .blog-list-category {
    display: inline-block;
  }
  .front-blog .blog-list-category:before {
    content: '|';
    margin-right: 2.4rem;
  }
  .front-blog h3 {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .front-blog .link-button {
    text-align: center;
  }
  .front-sns {
    background-image: url(/wp-content/themes/musa-3/images/bg_about_upper_pc.png);
    padding: 5rem 2rem;
    color: #fff;
  }
  .front-sns .left-side {
    margin-bottom: 1.2rem;
    width: 100%;
  }
  .front-sns .left-side h2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .front-sns .right-side {
    width: 100%;
  }
  .front-sns figure {
    width: 100%;
    height: 20.8rem;
  }
  .front-sns figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .front-sns .block-content {
    margin-bottom: .8rem;
    line-height: 2;
  }
  .front-sns .only-pc {
    display: none;
  }
  .youtube-block {
    width: 100%;
    display: block;
    margin-bottom: 3rem;
  }
  .podcast-block {
    width: 100%;
    display: block;
  }
  .instagram-block {
    margin-top: 6rem;
  }
  .instagram-block h2:before {
    margin-bottom: 2rem;
    width: 6rem;
    height: 2.2rem;
  }
  .front-banner {
    background-color: #fff;
    padding: 6rem 0;
  }
  .front-banner ul {
    display: block;
  }
  .front-banner li {
    text-align: center;
  }
  .front-banner li:not(:last-child) {
    margin-right: 0;
    margin-bottom: 5rem;
  }
  .front-banner li:nth-child(1) img {
    width: 22.1rem;
  }
  .front-banner li:nth-child(2) img {
    width: 15rem;
  }
  .front-banner li:nth-child(3) img {
    width: 15.5rem;
  }
  .about-musa {
    background-image: url(/wp-content/themes/musa-3/images/bg_about_upper_sp.png);
    padding: 8rem 0 6rem;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .about-musa:before {
    top: 28rem;
    width: 6.4rem;
    height: 28.9rem;
  }
  .about-musa:after {
    top: 53.6rem;
    right: 0;
    width: 13.8rem;
    height: 9.2rem;
  }
  .about-musa .inner {
    width: 100%;
    margin: 0 0 0 auto;
  }
  .about-musa h2,
  .about-musa h3 {
    font-size: 20px;
    font-size: 2rem;
    letter-spacing: 0.2em;
  }
  .about-musa h2 {
    width: 21rem;
    margin: 0 2rem 4rem auto;
  }
  .about-musa small {
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: 0.1em;
  }
  .about-musa .divided-content {
    width: 100%;
    display: block;
    margin: 0 0 4rem;
  }
  .about-musa .divided-content .left-side {
    width: 100%;
    text-align: right;
    margin-right: 0;
    margin-bottom: 6rem;
    padding-right: 2rem;
  }
  .about-musa .divided-content .left-side img {
    width: 21rem;
    height: 34.5rem;
  }
  .about-musa .divided-content .right-side {
    width: 100%;
    padding: 0 2rem;
  }
  .about-musa .divided-content-reverse {
    display: block;
    margin-left: 0;
  }
  .about-musa .divided-content-reverse .left-side {
    width: 100%;
    margin-left: 0;
    margin-bottom: 2rem;
  }
  .about-musa .divided-content-reverse .right-side {
    width: 100%;
    padding: 0 2rem;
  }
  .about-musa p {
    line-height: 2;
    letter-spacing: 0.1em;
    margin-bottom: 3.6rem;
  }
  .about-musa p:not(:last-child) {
    margin-bottom: 3rem;
  }
  .about-musa br {
    display: none;
  }
  .about-musa .musa-sign {
    text-align: right;
  }
  .about-musa .musa-sign img {
    width: 12rem;
    height: 2.5rem;
  }
  .about-musa-profile-block {
    background-image: url(/wp-content/themes/musa-3/images/bg_content_upper_sp.png);
    padding: 5rem 2rem;
  }
  .about-musa-profile-block:before {
    background-image: url(/wp-content/themes/musa-3/images/bg_content_under_sp.png);
  }
  .about-musa-profile-block ul {
    margin-bottom: 2rem;
  }
  .about-musa-profile-block .about-musa-profile {
    margin: 0 auto 4rem;
  }
  .about-musa-profile-block .divided-content {
    display: block;
  }
  .profile-content {
    margin-bottom: 3rem;
  }
  .media-content {
    width: 100%;
    margin-right: 0;
    margin-left: auto;
  }
  .about-musa-profile h3 {
    margin-bottom: .8rem;
  }
  .about-musa-profile .left-side {
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 1.2rem;
  }
  .about-musa-profile .left-side img {
    width: 100%;
    height: 20.8rem;
    object-fit: cover;
    object-position: 0 -10rem;
  }
  .about-musa-profile .left-side .heading-underline {
    margin-bottom: 1.5em;
  }
  .about-musa-profile .right-side {
    width: 100%;
  }
  .about-musa-profile .profile-main {
    padding: 0;
  }
  .about-musa-profile .profile-main .heading-underline {
    margin-bottom: 3em;
  }
  .about-musa-profile small {
    display: inline-block;
    margin: 0 0 0 1.2rem;
  }
  .about-musa-story {
    width: 100%;
    margin: 0;
  }
  .about-musa-story .left-side {
    width: 100%;
    margin-right: 0;
  }
  .about-musa-story .left-side img {
    width: 100%;
    height: 24.8rem;
    object-fit: cover;
    object-position: 0 -10rem;
  }
  .about-musa-story .left-side h2 {
    margin-bottom: 1.5rem;
  }
  .about-musa-story .right-side {
    width: 100%;
    padding-top: 1rem;
  }
  .about-musa-story .right-side p:not(:last-child) {
    margin-bottom: 2rem;
  }
  .about-musa-story .block-content {
    margin-bottom: 2rem;
  }
  .about-musa-access {
    padding: 5rem 0;
    background-image: url(/wp-content/themes/musa-3/images/bg_about_upper_sp.png);
  }
  .about-musa-access:before {
    background-image: url(/wp-content/themes/musa-3/images/bg_about_under_sp.png);
  }
  .about-musa-access .link-text {
    margin-top: 2rem;
    text-align: right;
  }
  .access-block {
    margin: 0 auto 5rem;
    padding: 0 2rem;
  }
  .access-block .inner {
    display: block;
  }
  .access-block .left-side {
    margin-bottom: 2rem;
  }
  .access-block .left-side h2 {
    margin-bottom: 1.2rem;
  }
  .access-block .right-side {
    width: 100%;
  }
  .access-block h3 {
    margin-bottom: 2rem;
  }
  .access-session-seminar li {
    width: 100%;
    font-size: 15px;
    font-size: 1.5rem;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .access-session-seminar h2 {
    font-size: 20px;
    font-size: 2rem;
    color: #C6487F;
    line-height: 1.2;
    margin-bottom: 1.5rem;
  }
  .access-session-seminar h2 small {
    font-size: 12px;
    font-size: 1.2rem;
    margin: .8rem 0;
    display: block;
    color: #fff;
  }
  .access-session-seminar .session-block {
    margin-bottom: 5rem;
  }
  .access-session-seminar .seminar-block {
    margin-right: 0;
    margin-left: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .access-session-seminar .left-side {
    width: 14.4rem;
    height: 14.4rem;
  }
  .access-session-seminar .right-side {
    width: 100%;
    margin-left: 0;
    padding: 0 2rem;
  }
  .access-session-seminar .link-text {
    margin-top: .8rem;
  }
  .site-sidebar {
    width: 100%;
  }
  .main-single {
    width: 100%;
  }
  .main-single .back-button {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .main-single .back-button a {
    padding: 1.6rem 3rem 1.6rem 5.7rem;
  }
  .main-single .back-button a:before {
    top: 2.2rem;
    left: 2.4rem;
    width: 2.3rem;
  }
  .schedule-body iframe {
    height: 64rem;
  }
  .main-page {
    padding-top: 0;
  }
  .blog-widget-title {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
    font-size: 1.6rem;
    padding-right: 0;
    margin-bottom: .4rem;
  }
  .blog-widget-title:before,
  .blog-widget-title:after {
    width: 1.8rem;
  }
  .blog-widget-title:before {
    margin-right: 2rem;
  }
  .blog-widget-title:after {
    margin-left: 2rem;
  }
  .widget {
    margin-bottom: 3rem;
  }
  .widget ul {
    list-style-type: none;
  }
  .widget li {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .widget li a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 1.6rem 0;
  }
  .widget li a:before {
    width: 1.6rem;
    height: .5rem;
    margin-right: 1.6rem;
  }
  .single-content-wrap {
    background-image: url(/wp-content/themes/musa-3/images/bg_content_upper_sp.png);
    background-size: contain;
    background-repeat: repeat-x;
  }
  .single-content {
    display: block;
    min-width: unset;
    max-width: unset;
    margin: auto;
    padding: 3.7rem 2rem 3rem;
  }
  .single-content-page .site-sidebar {
    margin-right: 0;
  }
  .single-content-post .site-sidebar {
    margin-left: 0;
  }
  .single-category {
    font-size: 8px;
    font-size: 0.8rem;
    margin-bottom: 1rem;
  }
  .single-category span,
  .single-category a {
    padding: .5rem 1.8rem;
  }
  .single-title {
    font-size: 20px;
    font-size: 2rem;
    letter-spacing: 0.2em;
    line-height: 1.2;
    margin-bottom: 1rem;
  }
  .single-title:after {
    margin-top: 1rem;
  }
  .single-date {
    padding: 0;
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
  .single-thumbnail {
    margin-bottom: .5rem;
  }
  .single-header {
    margin-bottom: .5rem;
  }
  .single-body {
    margin-bottom: 5rem;
    padding: 0;
  }
  .single-body h2 {
    font-size: 18px;
    font-size: 1.8rem;
    padding-bottom: .5rem;
    margin: 2.5rem 0;
  }
  .single-body h2:before,
  .single-body h2:after {
    height: .2rem;
  }
  .single-body h3 {
    font-size: 16px;
    font-size: 1.6rem;
    margin: 2.5rem 0 1.5rem;
  }
  .single-body p {
    margin-bottom: 2.5rem;
  }
  .wp-block-embed iframe {
    height: calc( (100vw + 8rem) * 0.5625);
  }
  .snow-monkey-form .smf-item__controls p {
    font-size: 10px;
    font-size: 1rem;
  }
  .smf-form--simple-table + .smf-action {
    text-align: center;
    margin: 2rem auto 4rem;
  }
  .smf-action .smf-button-control {
    width: 18.4rem;
    height: 3.7rem;
  }
  .smf-action .smf-button-control__control {
    position: relative;
    z-index: 1;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    border: 0.1rem solid #C6487F;
    width: 18.4rem;
    height: 3.7rem;
    padding: .3rem 3rem .3rem 4.4rem;
  }
  .smf-action .smf-button-control__control:before {
    left: 1.4rem;
    width: 1.6rem;
    height: .6rem;
  }
  .wp-block-column .wp-block-group,
  .wp-block-column .wp-block-image.size-full,
  .wp-block-column .wp-block-embed {
    text-align: center;
  }
  .blog-wrap {
    display: block;
    width: 100%;
    padding: 6rem 2rem 3rem;
  }
  .blog-list {
    width: 100%;
    margin-right: 0;
  }
  .blog-list ul {
    display: block;
  }
  .blog-list li {
    width: 100%;
    margin-bottom: 3rem;
  }
  .blog-list li:nth-child(odd) {
    margin-right: 0;
  }
  .blog-list figure {
    height: 20.8rem;
  }
  .blog-list h3 {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .blog-sidebar {
    width: 100%;
  }
  .list-item-header {
    margin: 0;
  }
  .pagination-links {
    margin-bottom: 5rem;
  }
  .pagination-links .page-numbers {
    padding: 1rem;
    font-size: 16px;
    font-size: 1.6rem;
    margin: 0 .5rem;
  }
  .pagination-links .prev,
  .pagination-links .next,
  .pagination-links .dots {
    border: none;
    padding: 0;
  }
  .paginate-prev:before,
  .paginate-next:before {
    width: 2rem;
    height: .5rem;
  }
  .paginate-prev:before {
    left: 1rem;
  }
  .paginate-next:before {
    left: -0.2rem;
  }
  .main-archive-news,
  .main-archive-channeling {
    padding: 3.7rem 2rem 3rem;
  }
  .main-archive-news h3,
  .main-archive-channeling h3 {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .main-archive-news time,
  .main-archive-channeling time {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .sign-image {
    width: 12rem;
    height: 2.5rem;
  }
}
